1 2017-07-01 Jan Hubicka <hubicka@ucw.cz>
3 * bb-reorder.c (fix_up_crossing_landing_pad,
4 fix_crossing_conditional_branches): Use make_single_succ_edge
5 to keep profile consistent.
7 2017-07-01 Jan Hubicka <hubicka@ucw.cz>
9 * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
12 2017-07-01 Jakub Jelinek <jakub@redhat.com>
15 * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
16 the right scopes, make sure cond_jump isn't preserved between multiple
17 iterations. Search for fallthru edge whenever there are 3+ edges and
18 use find_fallthru_edge for it.
20 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
22 Patch by Alexander Monakov <amonakov@ispras.ru>
23 * sel-sched-ir.c (compute_succs_info): Handle uninitialized
24 probabilities consistently.
26 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
28 * pa.c (pa_expand_compare_and_swap_loop): Update call of
29 emit_cmp_and_jump_insns.
31 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
34 * tree-inline.c (expand_call_inline): Combine profile statuses.
36 2017-06-30 Andrew Pinski <apinski@cavium.com>
38 * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
39 fold_stmt returned true.
41 2017-06-30 Nathan Sidwell <nathan@acm.org>
43 * ggc.h (empty_string): Delete.
44 * cfgexpand.c (expand_asm_stmt): Use plain "".
45 * optabs.c (expand_asm_memory_barrier): Likewise.
46 * stringpool.c (empty_string): Delete.
47 (digit_vector, digit_string): Delete.
48 (ggc_alloc_string): Use plain "", don't optimize single digit
49 strings. Use ggc_alloc_atomic.
51 2017-06-30 Richard Earnshaw <rearnsha@arm.com>
53 * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
54 comparison set and one other set, use the cost of the non-comparison
57 2017-06-30 Nathan Sidwell <nathan@acm.org>
59 * ggc.h: Replace all 'static inline' with plain 'inline'. Fix
62 2017-06-30 Peter Bergner <bergner@vnet.ibm.com>
64 * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
65 loops. Remove now unneeded calls to gimple_switch_set_label() that
66 just set removed labels to NULL_TREE.
68 2017-06-30 Aldy Hernandez <aldyh@redhat.com>
70 * tree-ssanames.c (set_range_info_raw): Abstract from ...
71 (set_range_info): ...here. Only call set_range_info_raw if domain
73 (set_nonzero_bits): Call set_range_info_raw.
74 * tree-ssanames.h (set_range_info_raw): New.
76 2017-06-30 Jakub Jelinek <jakub@redhat.com>
79 * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
80 V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
81 of nonimmediate_operand and <store_mask_constraint> instead of m
82 for the input operand. For V8FI iterator, always split if input
83 is a MEM. For V16FI and V8SF_256 iterators, don't test if both
84 operands are MEM if <mask_applied>. For VI4F_256 iterator, use
85 <store_mask_predicate> instead of register_operand and
86 <store_mask_constraint> instead of v for the input operand. Make
87 sure both operands aren't MEMs for if not <mask_applied>.
89 2017-06-30 Sylvestre Ledru <sylvestre@debian.org>
91 * lto-wrapper.c (copy_file) Close both file descriptors before
94 2017-06-30 Martin Liska <mliska@suse.cz>
97 * multiple_target.c (create_dispatcher_calls): Make ifunc
98 also for function that don't have calls or are not referenced.
100 2017-06-30 Richard Biener <rguenther@suse.de>
102 * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
103 analyze the first scalar stmt. Move vector type computation
104 for the BB case here from ...
105 * tree-vect-stmts.c (vect_analyze_stmt): ... here. Guard
106 live operation processing in the SLP case properly.
108 2017-06-30 Richard Biener <rguenther@suse.de>
110 * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
112 2017-06-30 Martin Liska <mliska@suse.cz>
115 * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
116 before BUILT_IN_UNWIND_RESUME when ASAN is used.
118 2017-06-30 Yvan Roux <yvan.roux@linaro.org>
120 * doc/invoke.texi (AArch64): Add missing options and remove redundant
123 2017-06-30 Richard Biener <rguenther@suse.de>
125 PR tree-optimization/81249
126 * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
127 condition reduction result to original scalar type.
129 2017-06-30 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
131 * profile-count.h (enum profile_quality): Fix typos and whitespace
134 2017-06-30 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
136 * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
137 type for branch probabilities.
139 2017-06-29 Julian Brown <julian@codesourcery.com>
140 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
142 * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
143 * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
144 (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
145 (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
147 2017-06-29 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
149 * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
150 check for CC usage into AARCH64_FUSE_CMP_BRANCH.
151 * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
152 CC usage from generic code to here.
153 * sched-deps.c (sched_macro_fuse_insns): Move the condition for
154 CC usage into the target macros.
156 2017-06-29 Maya Rashish <coypu@sdf.org>
158 * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
161 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
163 * arm/arm-builtins.c: Include profile-count.h
164 * except.c (sjlj_emit_function_enter): Use
165 profile_probability::unlikely.
167 2017-06-29 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
169 * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
170 and tocrel_offset be pointer args rather than implicitly using
172 (legitimate_constant_pool_address_p, rs6000_emit_move,
173 const_load_sequence_p, adjust_vperm): Add local tocrel_base and
174 tocrel_offset and use in toc_relative_expr_p call.
175 (print_operand, print_operand_address): Use static tocrel_base_oac
176 and tocrel_offset_oac.
177 (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
180 2017-06-29 Maya Rashish <coypu@sdf.org>
182 * config/vax/builtins.md (ffssi2_internal): Correct constraint.
184 2017-06-29 Eric Botcazou <ebotcazou@adacore.com>
186 * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
187 objects, take into account only the alignment of 'op0' and 'mode1' if
190 2017-06-29 Steve Ellcey <sellcey@cavium.com>
192 * ccmp.c (ccmp_tree_comparison_p): New function.
193 (ccmp_candidate_p): Update to use above function.
194 (get_compare_parts): New function.
195 (expand_ccmp_next): Update to use new functions.
196 (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
198 (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
199 take mode as argument.
200 * ccmp.h (expand_ccmp_expr): Add mode as argument.
201 * expr.c (expand_expr_real_1): Pass mode as argument.
203 2017-06-29 Segher Boessenkool <segher@kernel.crashing.org>
205 * combine.c (combine_instructions): Print insns to dump_file, together
208 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
210 * asan.c (asan_emit_stack_protection): Update.
211 (create_cond_insert_point): Update.
212 * auto-profile.c (afdo_propagate_circuit): Update.
213 * basic-block.h (struct edge_def): Turn probability to
215 (EDGE_FREQUENCY): Update.
216 * bb-reorder.c (find_traces_1_round): Update.
217 (better_edge_p): Update.
218 (sanitize_hot_paths): Update.
219 * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
220 (make_single_succ_edge): Update.
221 (check_bb_profile): Update.
222 (dump_edge_info): Update.
223 (update_bb_profile_for_threading): Update.
224 * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
225 probabilitycount to 0.
226 * cfgbuild.c (compute_outgoing_frequencies): Update.
227 * cfgcleanup.c (try_forward_edges): Update.
228 (outgoing_edges_match): Update.
229 (try_crossjump_to_edge): Update.
230 * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
231 (expand_gimple_tailcall): Update.
232 (construct_init_block): Use make_single_succ_edge.
233 (construct_exit_block): Use make_single_succ_edge.
234 * cfghooks.c (verify_flow_info): Update.
235 (redirect_edge_succ_nodup): Update.
236 (split_edge): Update.
237 (account_profile_record): Update.
238 * cfgloopanal.c (single_likely_exit): Update.
239 * cfgloopmanip.c (scale_loop_profile): Update.
240 (set_zero_probability): Remove.
241 (duplicate_loop_to_header_edge): Update.
242 * cfgloopmanip.h (loop_version): Update prototype.
243 * cfgrtl.c (try_redirect_by_replacing_jump): Update.
244 (force_nonfallthru_and_redirect): Update.
245 (update_br_prob_note): Update.
246 (rtl_verify_edges): Update.
247 (purge_dead_edges): Update.
248 (rtl_lv_add_condition_to_bb): Update.
249 * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
250 * cgraphunit.c (init_lowered_empty_function): Update.
251 (cgraph_node::expand_thunk): Update.
252 * cilk-common.c: Include profile-count.h
253 * dojump.c (inv): Remove.
255 (jumpifnot_1): Update.
258 (do_jump_by_parts_greater_rtx): Update.
259 (do_compare_rtx_and_jump): Update.
260 * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
261 do_jump_1. do_compare_rtx_and_jump): Update prototype.
262 * dwarf2cfi.c: Include profile-count.h
263 * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
264 (sjlj_emit_dispatch_table): Likewise.
265 * explow.c: Include profile-count.h
266 * expmed.c (emit_store_flag_force): Update.
267 (do_cmp_and_jump): Update.
268 * expr.c (compare_by_pieces_d::generate): Update.
269 (compare_by_pieces_d::finish_mode): Update.
270 (emit_block_move_via_loop): Update.
271 (store_expr_with_bounds): Update.
272 (store_constructor): Update.
273 (expand_expr_real_2): Update.
274 (expand_expr_real_1): Update.
275 * expr.h (try_casesi, try_tablejump): Update prototypes.
276 * gimple-pretty-print.c (dump_probability): Update.
278 (dump_gimple_label): Update.
279 (dump_gimple_bb_header): Update.
280 * graph.c (draw_cfg_node_succ_edges): Update.
281 * hsa-gen.c (convert_switch_statements): Update.
282 * ifcvt.c (cheap_bb_rtx_cost_p): Update.
283 (find_if_case_1): Update.
284 (find_if_case_2): Update.
285 * internal-fn.c (expand_arith_overflow_result_store): Update.
286 (expand_addsub_overflow): Update.
287 (expand_neg_overflow): Update.
288 (expand_mul_overflow): Update.
289 (expand_vector_ubsan_overflow): Update.
290 * ipa-cp.c (good_cloning_opportunity_p): Update.
291 * ipa-split.c (split_function): Use make_single_succ_edge.
292 * ipa-utils.c (ipa_merge_profiles): Update.
293 * loop-doloop.c (add_test): Update.
294 (doloop_modify): Update.
295 * loop-unroll.c (compare_and_jump_seq): Update.
296 (unroll_loop_runtime_iterations): Update.
297 * lra-constraints.c (lra_inheritance): Update.
298 * lto-streamer-in.c (input_cfg): Update.
299 * lto-streamer-out.c (output_cfg): Update.
300 * mcf.c (adjust_cfg_counts): Update.
301 * modulo-sched.c (sms_schedule): Update.
302 * omp-expand.c (expand_omp_for_init_counts): Update.
303 (extract_omp_for_update_vars): Update.
304 (expand_omp_ordered_sink): Update.
305 (expand_omp_for_ordered_loops): Update.
306 (expand_omp_for_generic): Update.
307 (expand_omp_for_static_nochunk): Update.
308 (expand_omp_for_static_chunk): Update.
309 (expand_cilk_for): Update.
310 (expand_omp_simd): Update.
311 (expand_omp_taskloop_for_outer): Update.
312 (expand_omp_taskloop_for_inner): Update.
313 * omp-simd-clone.c (simd_clone_adjust): Update.
314 * optabs.c (expand_doubleword_shift): Update.
315 (expand_abs): Update.
316 (emit_cmp_and_jump_insn_1): Update.
317 (expand_compare_and_swap_loop): Update.
318 * optabs.h (emit_cmp_and_jump_insns): Update prototype.
319 * predict.c (predictable_edge_p): Update.
320 (edge_probability_reliable_p): Update.
321 (set_even_probabilities): Update.
322 (combine_predictions_for_insn): Update.
323 (combine_predictions_for_bb): Update.
324 (propagate_freq): Update.
325 (estimate_bb_frequencies): Update.
326 (force_edge_cold): Update.
327 * profile-count.c (profile_count::dump): Add missing space into dump.
328 (profile_count::debug): Add newline.
329 (profile_count::differs_from_p): Explicitly convert to unsigned.
330 (profile_count::stream_in): Update.
331 (profile_probability::dump): New member function.
332 (profile_probability::debug): New member function.
333 (profile_probability::differs_from_p): New member function.
334 (profile_probability::differs_lot_from_p): New member function.
335 (profile_probability::stream_in): New member function.
336 (profile_probability::stream_out): New member function.
337 * profile-count.h (profile_count_quality): Rename to ...
338 (profile_quality): ... this one.
339 (profile_probability): New.
340 (profile_count): Update.
341 * profile.c (compute_branch_probabilities): Update.
342 * recog.c (peep2_attempt): Update.
343 * sched-ebb.c (schedule_ebbs): Update.
344 * sched-rgn.c (find_single_block_region): Update.
345 (compute_dom_prob_ps): Update.
346 (schedule_region): Update.
347 * sel-sched-ir.c (compute_succs_info): Update.
348 * stmt.c (struct case_node): Update.
349 (do_jump_if_equal): Update.
350 (get_outgoing_edge_probs): Update.
351 (conditional_probability): Update.
352 (emit_case_dispatch_table): Update.
353 (expand_case): Update.
354 (expand_sjlj_dispatch_table): Update.
355 (emit_case_nodes): Update.
356 * targhooks.c: Update.
357 * tracer.c (better_p): Update.
358 (find_best_successor): Update.
359 * trans-mem.c (expand_transaction): Update.
360 * tree-call-cdce.c: Update.
361 * tree-cfg.c (gimple_split_edge): Upate.
362 (move_sese_region_to_fn): Upate.
363 * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
364 * tree-eh.c (lower_resx): Upate.
365 (cleanup_empty_eh_move_lp): Upate.
366 * tree-if-conv.c (version_loop_for_if_conversion): Update.
367 * tree-inline.c (copy_edges_for_bb): Update.
368 (copy_cfg_body): Update.
369 * tree-parloops.c (gen_parallel_loop): Update.
370 * tree-profile.c (gimple_gen_ic_func_profiler): Update.
371 (gimple_gen_time_profiler): Update.
372 * tree-ssa-dce.c (remove_dead_stmt): Update.
373 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
374 * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
375 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
376 (unloop_loops): Update.
377 (try_peel_loop): Update.
378 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
379 * tree-ssa-loop-split.c (connect_loops): Update.
380 (split_loop): Update.
381 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
382 (hoist_guard): Update.
383 * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
384 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
385 (value_replacement): Update.
386 * tree-ssa-reassoc.c (branch_fixup): Update.
387 * tree-ssa-tail-merge.c (replace_block_by): Update.
388 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
389 (create_edge_and_update_destination_phis): Update.
390 (compute_path_counts): Update.
391 (recompute_probabilities): Update.
392 (update_joiner_offpath_counts): Update.
393 (freqs_to_counts_path): Update.
394 (duplicate_thread_path): Update.
395 * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
396 (struct switch_conv_info): Update.
397 (gen_inbound_check): Update.
398 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
399 (vect_do_peeling): Update.
400 (vect_loop_versioning): Update.
401 * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
402 (optimize_mask_stores): Update.
403 * ubsan.c (ubsan_expand_null_ifn): Update.
404 * value-prof.c (gimple_divmod_fixed_value): Update.
405 (gimple_divmod_fixed_value_transform): Update.
406 (gimple_mod_pow2): Update.
407 (gimple_mod_pow2_value_transform): Update.
408 (gimple_mod_subtract): Update.
409 (gimple_mod_subtract_transform): Update.
411 (gimple_stringop_fixed_value): Update.
412 (gimple_stringops_transform): Update.
413 * value-prof.h: Update.
415 2017-06-29 Carl Love <cel@us.ibm.com>
417 * config/rs6000/rs6000-c.c: Add support for built-in functions
418 vector signed int vec_signed (vector float);
419 vector signed long long vec_signed (vector double);
420 vector signed int vec_signed2 (vector double, vector double);
421 vector signed int vec_signede (vector double);
422 vector signed int vec_signedo (vector double);
423 * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
424 instruction generator.
425 * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
426 UNSPEC_VSX_VSIGNED2): Add UNSPECS.
427 (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
429 (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
430 vunsignede_v2df): Add define_expands.
431 * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
432 VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
433 VEC_UNSIGNEDO): Add definitions.
434 * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
435 UNSPEC_VSX_VSIGNED2): Add UNSPECs.
436 (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
437 (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
438 vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
439 * config/rs6000/altivec.h (vec_signed, vec_signed2,
440 vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
441 vec_unsignede, vec_unsignedo): Add builtin defines.
442 * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
444 * doc/extend.texi: Update the built-in documentation file for the
445 new built-in functions.
447 2017-06-29 Richard Biener <rguenther@suse.de>
449 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
450 reduction chains to LOOP_VINFO_REDUCTIONS.
451 * tree-vect-slp.c (vect_analyze_slp): Continue looking for
452 SLP reductions after processing reduction chains.
454 2017-06-29 Nathan Sidwell <nathan@acm.org>
456 * builtins.c (fold_builtin_FUNCTION): Use
457 lang_hooks.decl_printable_name.
459 2017-06-29 Peter Bergner <bergner@vnet.ibm.com>
462 * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
464 * stmt.c (expand_case): Assert NCASES is greater than one.
466 2017-06-29 Richard Biener <rguenther@suse.de>
468 * tree-cfg.c (group_case_labels_stmt): Return whether we changed
470 (group_case_labels): Likewise.
471 (find_taken_edge): Push sanity checking on val to workers...
472 (find_taken_edge_cond_expr): ... here
473 (find_taken_edge_switch_expr): ... and here, handle cases
474 with just a default label.
475 * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
476 (group_case_labels): Likewise.
477 * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
478 group_case_labels does anything cleanup the CFG again.
480 2017-06-29 Bin Cheng <bin.cheng@arm.com>
482 PR tree-optimization/81196
483 * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
484 exit condition comparing two IVs.
486 2017-06-29 Richard Earnshaw <rearnsha@arm.com>
488 * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
489 profile to the dummy entry at the end of the list of architectures.
490 * config/arm/arm-cpu-cdata.h: Regenerated.
492 2017-06-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
493 Michael Collison <michael.collison@arm.com>
496 * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
498 (*aarch64_reg_<mode>3_neg_mask2): New pattern.
499 (*aarch64_reg_<mode>3_minus_mask): New pattern.
500 (*aarch64_<optab>_reg_di3_mask2): New pattern.
501 * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
502 of shift when the shift amount is masked with constant equal to
503 the size of the mode.
504 * config/aarch64/predicates.md (subreg_lowpart_operator): New
507 2017-06-29 Martin Liska <mliska@suse.cz>
509 * config/i386/i386.opt: Change range from [1,5] to [0,5].
511 2017-06-29 Yury Gribov <tetra2005@gmail.com>
514 * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
517 (edge_growth_cache_entry::edge_growth_cache_entry): New
519 (reset_edge_growth_cache): Update to use constructor.
521 2017-06-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
523 * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
524 (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
525 (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
527 2017-06-28 Sebastian Peryt <sebastian.peryt@intel.com>
529 * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
530 (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
532 2017-06-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
534 * config.gcc (*-linux-musl*): Add t-musl tmake_file.
535 (*-linux-uclibc*): Add t-uclibc tmake_file.
536 * config/t-musl: New.
537 * config/t-uclibc: New.
539 2017-06-28 Richard Earnshaw <rearnsha@arm.com>
541 * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
543 (gen_comm_data): Emit architectural setting of arch_prof.
544 * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
546 (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
547 (armv8-m.base, armv8-m.main): Likewise.
548 * arm-protos.h (arm_build_target): Add profile field.
549 (arch_option): Likewise.
550 * config/arm/arm.c (arm_configure_build_target): Copy the profile to
552 * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
553 arm_active_target.profile.
555 2017-06-28 Richard Biener <rguenther@suse.de>
558 * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
560 * match.pd (negate_expr_p): Likewise.
561 * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
562 fold_build2, not fold_binary.
564 2017-06-28 Wilco Dijkstra <wdijkstr@arm.com>
566 * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
567 Convert memory address to Pmode.
568 (aarch64_print_operand): Assert MEM operands are always Pmode.
570 2017-06-28 Wilco Dijkstra <wdijkstr@arm.com>
573 * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
575 (aarch_forward_to_shift_is_not_shifted_reg): Remove.
576 * config/arm/aarch-common-protos.h
577 (aarch_forward_to_shift_is_not_shifted_re): Remove.
578 * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
580 2017-06-28 Michael Meissner <meissner@linux.vnet.ibm.com>
583 * multiple_target.c (create_dispatcher_calls): Set the default
584 clone to be static, not public.
586 2017-06-28 Richard Biener <rguenther@suse.de>
588 * tree-vect-loop.c (vectorizable_reduction): Move special
589 cond reduction IV var creation ...
590 (vect_create_epilog_for_reduction): ... here. Remove induction_index
591 parameter. Use STMT_VINFO_VECTYPE.
592 * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
595 2017-06-28 Martin Liska <mliska@suse.cz>
598 * ipa-visibility.c (non_local_p): Handle visibility.
600 2017-06-28 Martin Liska <mliska@suse.cz>
603 * common.opt: Add IntegerRange to various options.
604 * opt-functions.awk (integer_range_info): New function.
605 * optc-gen.awk: Add integer_range_info to cl_options struct.
606 * opts-common.c (decode_cmdline_option): Handle
607 CL_ERR_INT_RANGE_ARG.
608 (cmdline_handle_error): Likewise.
609 * opts.c (print_filtered_help): Show valid interval in
610 when --help is provided.
611 * opts.h (struct cl_option): Add range_min and range_max fields.
612 * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
614 2017-06-28 Marc Glisse <marc.glisse@inria.fr>
616 * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
617 (x * C EQ/NE y * C): New transformation.
619 2017-06-28 Christophe Lyon <christophe.lyon@linaro.org>
621 * genmultilib (combination_space): Accept '+' in option names.
623 2017-06-28 Martin Liska <mliska@suse.cz>
626 * asan.c (instrument_derefs): Bail out inner references
627 that are hard register variables.
629 2017-06-28 Jakub Jelinek <jakub@redhat.com>
632 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
633 rather than def_builtin_pure for __builtin_ia32_gatherpf*.
635 2017-06-28 Richard Biener <rguenther@suse.de>
637 * tree-vectorizer.h (vect_get_vec_defs): Remove.
638 (vect_get_slp_defs): Adjust.
639 * tree-vect-loop.c (get_initial_defs_for_reduction): Split
641 * tree-vect-slp.c (vect_get_constant_vectors): ... here and
643 * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
644 get_initial_defs_for_reduction instead of vect_get_vec_defs.
645 (vectorizable_reduction): Adjust.
646 * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
648 (vect_get_slp_defs): Likewise.
649 * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
650 (vectorizable_bswap): Adjust.
651 (vectorizable_call): Likewise.
652 (vectorizable_conversion): Likewise.
653 (vectorizable_assignment): Likewise.
654 (vectorizable_shift): Likewise.
655 (vectorizable_operation): Likewise.
656 (vectorizable_store): Likewise.
657 (vectorizable_condition): Likewise.
658 (vectorizable_comparison): Likewise.
660 2017-06-28 Michael Collison <michael.collison@arm.com>
663 * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
665 (arm_gen_movmemqi): Removed unused variable 'i'.
666 Convert 'for' loop into 'while' loop.
667 (arm_expand_prologue): Remove last unnecessary set of insn.
668 (thumb_pop): Remove unused variable 'pushed_words'.
669 (thumb_exit): Remove last unnecessary set of regs_to_pop.
671 2017-06-28 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
673 * config/s390/predicates.md: Use s390_rel_address_ok_p.
674 * config/s390/s390-protos.h: Add prototype of
675 s390_rel_address_ok_p.
676 * config/s390/s390.c (s390_got_symbol): New function.
677 (s390_rel_address_ok_p): New function.
678 (legitimize_pic_address): Use s390_rel_address_ok_p.
679 (s390_load_got): Use s390_got_symbol.
680 (s390_option_override): Issue error if
681 -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
682 * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
684 * config/s390/s390.opt: New option mpic-data-is-text-relative.
686 2017-06-27 Andrew Pinski <apinski@cavium.com>
688 * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
689 (X * copysign (1.0, X)): New pattern.
690 (X * copysign (1.0, -X)): New pattern.
691 (copysign (-1.0, CST)): New pattern.
693 2017-06-27 Joseph Myers <joseph@codesourcery.com>
695 * genmultilib (combination_space): Remove variable.
696 Validate reuse rules against regular expression for any sequence
697 of multilib options in any order.
699 2017-06-27 Michael Collison <michael.collison@arm.com>
701 * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
702 call aarch64_split_simd_combine.
703 * (aarch64_combine_internal<mode>): Delete pattern.
704 * config/aarch64/aarch64.c (aarch64_split_simd_combine):
705 Allow register and subreg operands.
707 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
709 * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
710 specific need, just fallback on defaults.
711 (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
713 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
714 Olivier Hainque <hainque@adacore.com>
716 * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
718 (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
719 targets. Pick a default if no particular attempt applied.
720 (STACK_CHECK_PROTECT): Double for 64bit targets, which have
723 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
725 * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
726 (x86_64-wrs-vxworks7): Likewise.
728 2017-06-27 Marek Polacek <polacek@redhat.com>
731 * ubsan.c (instrument_null): Check get_base_address's result for null.
733 2017-06-27 Marc Glisse <marc.glisse@inria.fr>
735 * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
737 2017-06-27 Marc Glisse <marc.glisse@inria.fr>
739 * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
740 BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
741 (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
742 BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
744 * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
745 BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
746 BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
747 BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
748 BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
749 BUILT_IN_FEUPDATEENV): New builtins.
750 * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
751 TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
752 * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
753 fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
755 (builtin_structptr_types): Adjust size.
756 * tree.c (builtin_structptr_types): Add four entries.
758 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
759 Olivier Hainque <hainque@adacore.com>
761 * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
762 (TLS_SYM): New local macro, forcing reference to __tls__ on
763 link command lines for VxWorks 7 RTPs, triggering initialization
765 (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
766 OS features TLS support, true for RTPs on VxWorks 7.
767 * config/vxworks.c (vxworks_override_options): Setup emutls
770 2017-06-27 Jakub Jelinek <jakub@redhat.com>
772 * predict.c (test_prediction_value_range): Use -1U instead of -1
773 to avoid narrowing conversion warning.
774 * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
775 to avoid narrowing conversion warning.
776 * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
778 * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
780 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
782 * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
783 64bit configurations.
784 (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
785 (SIZE_TYPE): Likewise.
786 * config/vxworks.c (vxworks_emutls_var_fields): Use
787 long_unsigned_type_node instead of unsigned_type_node as the offset
788 field type, which is "pointer" mode in emutls.c.
790 2017-06-27 Jakub Jelinek <jakub@redhat.com>
793 * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
796 * gimple-fold.c (replace_call_with_call_and_fold): Handle
797 gimple_vuse copying separately from gimple_vdef copying.
799 2017-06-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
801 * value-prof.c (free_hist): Remove call to memset and the enclosing if
804 2017-06-26 Jerome Lambourg <lambourg@adacore.com>
805 Olivier Hainque <hainque@adacore.com>
807 * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
808 for all vxworks7 targets.
809 * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
810 (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
811 (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
812 variations for VX6/VX7 and 32/64bits later on in ...
813 (VXWORKS_LIB_SPEC): Leverage new macros.
814 (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
815 as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
817 2017-06-26 Jerome Lambourg <lambourg@adacore.com>
819 * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
820 _VX_TOOL_FAMILY and _VX_TOOL to gnu.
822 2017-06-26 Carl Love <cel@us.ibm.com>
824 * config/rs6000/rs6000-c.c: Add support for built-in functions
825 vector bool char vec_reve (vector bool char);
826 vector signed char vec_reve (vector signed char);
827 vector unsigned char vec_reve (vector unsigned char);
828 vector bool int vec_reve (vector bool int);
829 vector signed int vec_reve (vector signed int);
830 vector unsigned int vec_reve (vector unsigned int);
831 vector bool long long vec_reve (vector bool long long);
832 vector signed long long vec_reve (vector signed long long);
833 vector unsigned long long vec_reve (vector unsigned long long);
834 vector bool short vec_reve (vector bool short);
835 vector signed short vec_reve (vector signed short);
836 vector double vec_reve (vector double);
837 vector float vec_reve (vector float);
838 * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
839 VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
840 * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
841 (altivec_vreve): New pattern.
842 * config/rs6000/altivec.h (vec_reve): New define.
843 * doc/extend.texi (vec_rev): Update the built-in documentation file
844 for the new built-in functions.
846 2016-06-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
848 PR tree-optimization/71815
849 * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
851 (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
853 (slsr_process_phi): Likewise.
854 (replace_uncond_cands_and_profitable_phis): Don't replace a
855 multiply candidate with a stride of 1 (copy or cast).
856 (phi_incr_cost): Call uses_consumed_by_stmt rather than
858 (lowest_cost_path): Likewise.
859 (total_savings): Likewise.
861 2017-06-26 Richard Biener <rguenther@suse.de>
864 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
865 Use def_builtin_pure for all gather builtins.
867 2017-06-26 Richard Biener <rguenther@suse.de>
869 PR tree-optimization/81203
870 * tree-tailcall.c (find_tail_calls): Do not move stmts into
873 2017-06-26 Marek Polacek <polacek@redhat.com>
876 * doc/invoke.texi: Document -Wmultistatement-macros.
878 2017-06-26 Christophe Lyon <christophe.lyon@linaro.org>
880 * doc/sourcebuild.texi (ARM-specific attributes): Document new
881 arm_neon_ok_no_float_abi effective target.
883 2017-06-26 Richard Biener <rguenther@suse.de>
885 PR tree-optimization/80928
886 * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
887 (copy_bbs): Set BB_DUPLICATED flag early.
888 (execute_on_growing_pred): Do not execute for BB_DUPLICATED
890 (execute_on_shrinking_pred): Likewise.
891 * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
892 BB_DUPLICATED blocks.
893 * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
894 iterate over all PHIs considering removal of *gsi.
896 2017-06-23 Jim Wilson <jim.wilson@linaro.org>
898 * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
901 2017-06-23 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
903 * config/rs6000/rs6000-string.c: (expand_block_clear,
904 do_load_for_compare, select_block_compare_mode,
905 compute_current_alignment, expand_block_compare,
906 expand_strncmp_align_check, expand_strn_compare,
907 expand_block_move, rs6000_output_load_multiple)
908 Move functions related to string/block move/compare
910 * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
911 * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
912 for this function which is now used in two files.
913 * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
914 * config.gcc: Add rs6000-string.o to extra_objs for
915 targets powerpc*-*-* and rs6000*-*-*.
917 2017-06-23 Michael Meissner <meissner@linux.vnet.ibm.com>
920 * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
921 32-bit, since indexed is not valid for DImode.
922 (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
923 3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
924 (define_peephole2 for Altivec d-form load): Add 32-bit support.
925 (define_peephole2 for Altivec d-form store): Likewise.
928 * multiple_target.c (create_dispatcher_calls): Only create the
929 dispatcher call if the function is the default clone of a
932 2017-06-23 Segher Boessenkool <segher@kernel.crashing.org>
935 * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
936 a call, force the call to not be a tail call.
938 2017-06-23 Jeff Law <law@redhat.com>
940 * doc/contrib.texi: Add entry for Steven Pemberton's work on
943 2017-06-23 Will Schmidt <will_schmidt@vnet.ibm.com>
945 * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
946 update_call_from_tree(). (rs6000_gimple_fold_builtin): Add
947 handling for early expansion of vector shifts (sl,sr,sra,rl).
948 (builtin_function_type): Add vector shift right instructions
949 to the unsigned argument list.
951 2017-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
953 rtl-optimizatoin/79286
954 * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
955 * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
956 trap. PIC register plus a const unspec without offset can never trap.
958 2017-06-23 Marc Glisse <marc.glisse@inria.fr>
960 * tree.h (builtin_structptr_type): New type.
961 (builtin_structptr_types): Declare new array.
962 * tree.c (builtin_structptr_types): New array.
963 (free_lang_data, build_common_tree_nodes): Use it.
965 2017-06-23 Jonathan Wakely <jwakely@redhat.com>
968 * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
971 2017-06-22 Matt Turner <mattst88@gmail.com>
973 * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
974 Lake models to skylake case. Assume skylake for unknown
975 models with clflushopt.
977 2017-06-22 Jeff Law <law@redhat.com>
979 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
980 frame sizes that do not satisfy aarch64_uimm12_shift.
982 2017-06-22 Jan Hubicka <hubicka@ucw.cz>
984 * profile-count.h (apply_probability,
985 apply_scale, probability_in): Fix checks for zero.
987 2017-06-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
989 * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
990 * doc/cppdiropts.texi (-I @var{dir}): Document it.
992 2016-06-22 Richard Biener <rguenther@suse.de>
994 * tree-vect-loop.c (vect_model_reduction_cost): Handle
995 COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
996 REDUC_MAX_EXPR support.
997 (vectorizable_reduction): Likewise.
998 (vect_create_epilog_for_reduction): Likewise.
1000 2017-06-22 James Greenhalgh <james.greenhalgh@arm.com>
1002 * match.pd (A / (1 << B) -> A >> B): New.
1003 * generic-match-head.c: Include optabs-tree.h.
1004 * gimple-match-head.c: Likewise.
1005 * optabs-tree.h (target_supports_op_p): New.
1006 * optabs-tree.c (target_supports_op_p): New.
1008 2017-06-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1010 * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
1011 $gcc_cv_ld --help output.
1012 (gcc_cv_ld_demangle): Likewise.
1013 (gcc_cv_ld_eh_frame_hdr): Likewise.
1014 (gcc_cv_ld_pie): Likewise.
1015 (gcc_cv_ld_as_needed): Likewise. Prefer native forms unless $gnu_ld.
1016 (gcc_cv_ld_buildid): Likewise.
1017 (gcc_cv_ld_sysroot): Likewise.
1018 (ld_bndplt_support): Likewise.
1019 (ld_pushpopstate_support): Likewise.
1020 * configure: Regenerate.
1021 * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
1023 2017-06-21 Jakub Jelinek <jakub@redhat.com>
1026 * config/i386/sse.md (round<mode>2): Renumber match_dup and
1027 operands indexes to avoid gap between operands and match_dups.
1029 2017-06-21 Andrew Pinski <apinski@cavium.com>
1031 * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
1032 Increment Arith_shift and Arith_shift_reg by 1.
1033 * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
1035 * config/aarch64/aarch64.c (thunderx_tunings): Enable
1036 AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
1037 (aarch64_strip_extend): Add new argument and test for it.
1038 (aarch64_cheap_mult_shift_p): New function.
1039 (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
1040 add a cost if it is true.
1041 Update calls to aarch64_strip_extend.
1042 (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
1044 2017-06-21 Andrew Pinski <apinski@cavium.com>
1046 * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
1048 (thunderxt88): Likewise.
1049 * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
1050 (thunderx_prefetch_tune): New variable.
1051 (thunderx2t99_prefetch_tune): Update for the correct values.
1052 (thunderxt88_tunings): New variable.
1053 (thunderx_tunings): Use thunderx_prefetch_tune instead of
1054 generic_prefetch_tune.
1055 (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
1057 2017-06-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1059 * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
1060 SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
1061 (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
1062 (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
1063 (aarch64_atomic_cas<mode>, GPI): Likewise.
1065 2017-06-21 Martin Liska <mliska@suse.cz>
1067 * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
1068 statements on cold and hot labels.
1069 * predict.c (tree_estimate_probability_bb): Remove the
1070 prediction from this place.
1072 2017-06-21 Martin Liska <mliska@suse.cz>
1074 PR tree-optimization/79489
1075 * gimplify.c (maybe_add_early_return_predict_stmt): New
1077 (gimplify_return_expr): Call the function.
1078 * predict.c (tree_estimate_probability_bb): Remove handling
1080 * predict.def: Update comment about early return predictor.
1081 * gimple-predict.h (is_gimple_predict): New function.
1082 * predict.def: Change default value of early return to 66.
1083 * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
1085 * passes.def: Put pass_strip_predict_hints to the beginning of
1088 2017-06-21 Pierre-Marie de Rodat <derodat@adacore.com>
1090 * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
1091 FUNCTION_DECL declarations.
1092 (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
1094 (dwaf2out_decl): Likewise.
1095 * godump.c (go_early_global_decl): Skip call to the real debug hook
1096 for FUNCTION_DECL declarations.
1097 * passes.c (rest_of_decl_compilation): Skip call to the
1098 early_global_decl debug hook for FUNCTION_DECL declarations, unless
1099 -fdump-go-spec is passed.
1101 2017-06-21 Marc Glisse <marc.glisse@inria.fr>
1103 * config/i386/i386.c (struct builtin_isa): New field pure_p.
1104 Reorder for compactness.
1105 (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
1106 (def_builtin_pure, def_builtin_pure2): New functions.
1107 (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
1109 2017-06-21 Marc Glisse <marc.glisse@inria.fr>
1111 * match.pd (nop_convert): New predicate.
1112 ((A +- CST1) +- CST2): Allow some NOP conversions.
1114 2017-06-21 Jakub Jelinek <jakub@redhat.com>
1117 * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
1118 with ctors/dtors if GOVD_SHARED is set.
1120 2017-06-21 Wilco Dijkstra <wdijkstr@arm.com>
1122 * config/aarch64/aarch64.md (movti_aarch64):
1123 Emit mov rather than orr.
1124 (movtf_aarch64): Likewise.
1125 * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
1126 Emit mov rather than orr.
1128 2017-06-21 Wilco Dijkstra <wdijkstr@arm.com>
1130 * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
1131 Swap alternatives, make integer dup more expensive.
1133 2017-06-21 Wilco Dijkstra <wdijkstr@arm.com>
1135 * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
1136 Return true for non-tls symbols.
1138 2017-06-21 James Greenhalgh <james.greenhalgh@arm.com>
1140 * config/aarch64/aarch64-cores.def (cortex-a55): New.
1141 (cortex-a75): Likewise.
1142 (cortex-a75.cortex-a55): Likewise.
1143 * config/aarch64/aarch64-tune.md: Regenerate.
1144 * doc/invoke.texi (-mtune): Document new values for -mtune.
1146 2017-06-21 Tom de Vries <tom@codesourcery.com>
1148 * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
1150 (Effective-Target Keywords, Other attributes): Suggest using
1151 dg-add-options stack_size feature to get stack limit in stack_size
1152 effective target documentation.
1154 2017-06-21 Julian Brown <julian@codesourcery.com>
1155 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
1157 * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
1158 (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
1159 * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
1161 * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
1162 attribute type list for neon_multiply.
1163 * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
1164 attribute type list for neon_multiply.
1165 * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
1166 * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
1167 attribute type list for neon_multiply.
1168 * config/arm/types.md (crypto_pmull): Add.
1169 * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
1170 attribute type list.
1172 2017-06-20 Andreas Tobler <andreast@gcc.gnu.org>
1174 * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
1177 2017-06-20 Jakub Jelinek <jakub@redhat.com>
1179 * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
1180 to make sure not to dereference a NULL cost_classes_ptr pointer.
1182 2017-06-20 Carl Love <cel@us.ibm.com>
1184 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1185 ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
1186 ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
1187 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
1188 builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
1189 * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
1190 VMULOSW): New enum "unspec" values.
1191 (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
1192 vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
1193 altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
1194 altivec_vmulosw): New patterns.
1195 * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
1196 VMULOSW): Add definitions.
1198 2017-06-20 Julia Koval <julia.koval@intel.com>
1200 * config/i386/i386.c: Fix rounding expand for new pattern.
1201 * config/i386/subst.md: Fix pattern (parallel -> unspec).
1203 2017-06-20 James Greenhalgh <james.greenhalgh@arm.com>
1205 * config/aarch64/aarch64-option-extensions.def (rcpc): New.
1206 * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
1208 2017-06-20 James Greenhalgh <james.greenhalgh@arm.com>
1210 * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
1213 2017-06-20 James Greenhalgh <james.greenhalgh@arm.com>
1215 * config/aarch64/aarch64-cores.def: Rearrange to sort by
1216 architecture, then by implementer ID.
1217 * config/aarch64/aarch64-tune.md: Regenerate.
1219 2017-06-20 Richard Biener <rguenther@suse.de>
1222 * fold-const.c (split_tree): Fold to type before negating.
1224 2017-06-20 David Malcolm <dmalcolm@redhat.com>
1226 * diagnostic-show-locus.c
1227 (selftest::test_fixit_deletion_affecting_newline): New function.
1228 (selftest::diagnostic_show_locus_c_tests): Call it.
1230 2017-06-20 Andreas Schwab <schwab@suse.de>
1233 * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
1236 2017-06-20 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
1238 * config/arm/arm-c.c (arm_cpu_builtins): New block to define
1239 __ARM_FEATURE_COPROC according to support.
1241 2017-06-20 Jakub Jelinek <jakub@redhat.com>
1243 * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
1244 Rewritten to avoid overflow for > 32-bit pointers.
1247 * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
1248 by removing enum keyword.
1249 (ubsan_type_descriptor): Likewise. Formatting fix.
1252 * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
1253 splitter): Require TARGET_SSE2 in the condition.
1255 2017-06-20 Michael Meissner <meissner@linux.vnet.ibm.com>
1258 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
1259 for doing vector set of SFmode on ISA 3.0.
1260 * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
1261 (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
1263 (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
1264 SFmode value into a V4SF variable that was extracted from another
1265 V4SF variable without converting the element to double precision
1266 and back to single precision vector format.
1267 (vsx_insert_extract_v4sf_p9_2): Likewise.
1269 2017-06-19 Jakub Jelinek <jakub@redhat.com>
1271 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
1272 in UWHI to avoid undefined overflow.
1275 * ubsan.h (enum ubsan_encode_value_phase): New.
1276 (ubsan_encode_value): Change second argument to
1277 enum ubsan_encode_value_phase with default value of
1278 UBSAN_ENCODE_VALUE_GENERIC.
1279 * ubsan.c (ubsan_encode_value): Change second argument to
1280 enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
1281 adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
1282 create_tmp_var_raw instead of create_tmp_var and use a
1284 (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
1285 instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
1286 ubsan_encode_value callers.
1289 * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
1290 use create_tmp_var_raw instead of create_tmp_var, mark it addressable
1291 just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
1293 2017-06-19 Richard Biener <rguenther@suse.de>
1296 * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
1297 estimates if we changed anything.
1299 2017-06-19 Richard Biener <rguenther@suse.de>
1301 PR tree-optimization/80887
1302 * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
1303 (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
1304 simplified lookups, then reset mprts_hook.
1305 (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
1307 (try_to_simplify): Likewise.
1309 2017-06-19 Martin Liska <mliska@suse.cz>
1312 * gimplify.c (gimplify_switch_expr):
1313 Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
1315 2017-06-19 Martin Liska <mliska@suse.cz>
1317 * doc/install.texi: Document that PGO runs in 4 stages.
1319 2017-06-19 Martin Liska <mliska@suse.cz>
1322 * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
1323 to dispatcher function name.
1324 * multiple_target.c (replace_function_decl): New function.
1325 (create_dispatcher_calls): Redirect both edges and references.
1327 2017-06-19 Jan Hubicka <hubicka@ucw.cz>
1329 * profile-count.c (profile_count::dump): Dump quality.
1330 (profile_count::differs_from_p): Update for unsigned val.
1331 * profile-count.h (profile_count_quality): New enum.
1332 (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
1334 2017-06-19 Richard Biener <rguenther@suse.de>
1336 * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
1337 struct function as arg.
1338 (estimate_numbers_of_iterations): Export overload with loop arg.
1339 (free_numbers_of_iterations_estimates_loop): Use an overload of
1340 free_numbers_of_iterations_estimates instead.
1341 * tree-cfg.c (remove_bb): Adjust.
1342 * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
1343 * tree-parloops.c (gen_parallel_loop): Likewise.
1344 * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
1346 (tree_unroll_loops_completely): Likewise.
1347 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
1348 Use an overload instead and export.
1349 (estimated_loop_iterations): Adjust.
1350 (max_loop_iterations): Likewise.
1351 (likely_max_loop_iterations): Likewise.
1352 (estimate_numbers_of_iterations): Take struct function as arg
1354 (loop_exits_before_overflow): Adjust.
1355 (free_numbers_of_iterations_estimates_loop): Use an overload.
1356 * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
1357 * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
1359 2017-06-19 Richard Biener <rguenther@suse.de>
1362 * ipa-prop.c (find_constructor_constant_at_offset): Handle
1363 RANGE_EXPR conservatively.
1365 2017-06-16 Carl Love <cel@us.ibm.com>
1367 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1368 definitions for vec_float, vec_float2, vec_floato,
1369 vec_floate built-ins.
1370 * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
1371 for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
1373 * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
1374 FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
1375 UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
1376 * config/altivec.md (define_insn "p8_vmrgew_<mode>",
1377 define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
1378 * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
1379 vec_floato): Add builtin defines.
1380 * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
1381 Update the built-in documentation file for the new built-in
1384 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1386 * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
1387 (mthumb): Mark as the negative of -marm.
1389 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1391 * doc/invoke.texi (ARM Options, -mcpu): Document supported
1393 (ARM Options, -mtune): Document that this accepts the same
1394 extension options as -mcpu.
1395 (ARM Options, -mfpu): Document addition of -mfpu=auto.
1397 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1399 * doc/invoke.texi (ARM Options, -march=): Document new syntax and
1400 permitted extensions.
1402 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1404 * config/arm/arm-cpus.in (armv7): Add extension +nofp.
1405 (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
1406 (armv8-m.main): Add option +nodsp.
1407 * config/arm/arm-cpu-cdata.h: Regenerated.
1409 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1411 * config/arm/t-fuchsia: New file.
1412 * config.gcc (arm*-*-fuchsia*): Use it.
1414 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1416 * config/arm/t-symbian: Rewrite for new option infrastructure.
1418 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1420 * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
1421 (MULTILIB_REQUIRED): Likewise.
1423 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1425 * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
1426 (MULTILIB_RESUE): Likewise.
1427 (MULTILIB_MATCHES): Likewise.
1428 (MULTLIB_REQUIRED): Likewise.
1430 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1432 * config/arm/t-rtems: Rewrite for new option framework.
1434 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1436 * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
1437 (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
1438 (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
1439 (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
1440 * config/arm/t-multilib: ... here.
1441 (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
1442 (MULTILIB_MATCHES): Use armv7 libraries for armv7-r. Also use for
1443 armv7-a and armv8*-a when A-profile libraries have not been built.
1444 * config/arm/t-rmprofile: Rewrite.
1446 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1448 * genmultilib (multilib_reuse): Allow an explicit period to be escaped
1449 with a backslash. Remove the backslash after substituting unescaped
1451 * doc/fragments.texi (MULTILIB_REUSE): Document it.
1453 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1455 * config.gcc: (arm*-*-*): When building a-profile libraries, force
1456 the driver to pass through the default setting of -mfloat-abi.
1457 * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
1459 * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
1460 (all_feat_combs): New rule.
1461 (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories. Rework
1463 * config/arm/t-aprofile: Rewrite.
1465 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1467 * config/arm/arm.h (FPUTYPE_AUTO): Define.
1468 * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
1469 fpu is not specified by the user/command-line.
1470 * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
1471 * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
1472 * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
1473 * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
1474 * common/config/arm/arm-common.c (arm_canon_arch_option): Use
1475 FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
1477 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1479 * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
1480 * config/arm/t-arm-elf: Rewritten.
1482 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1484 * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
1485 have some floating-point instructions.
1486 (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
1487 (TARGET_MAYBE_HARD_FLOAT): New macro.
1488 * config/arm/arm-builtins.c (arm_init_builtins): Use
1489 TARGET_MAYBE_HARD_FLOAT.
1490 * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
1492 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1494 * common/config/arm/arm-common.c: Define INCLUDE_LIST.
1495 (configargs.h): Include it.
1496 (arm_print_hint_for_fpu_option): New function.
1497 (arm_parse_fpu_option): New function.
1498 (candidate_extension): New class.
1499 (arm_canon_for_multilib): New function.
1500 * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
1501 (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
1502 (ARCH_CANONICAL_SPECS): New macro.
1503 (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
1505 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1507 * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
1508 are set after handling multilib fragments. Set target_cpu_default2
1511 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1513 * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
1515 (arm*-*-*): Set target_cpu_default2 to a quoted string.
1516 * config/arm/parsecpu.awk (check_cpu): Validate any extension
1518 (check_arch): Likewise.
1519 * config/arm/arm.c (arm_configure_build_target): Handle
1520 TARGET_CPU_DEFAULT being a string constant. Scan any feature
1521 options in the default.
1523 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1525 * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
1526 when an option is an alias of another.
1527 * config/arm/parsecpu.awk (optalias): New parser token.
1528 (gen_comm_data): Mark non-alias options as such. Emit entries
1529 for extension aliases.
1530 * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
1531 (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
1532 (armv6kz, armv6zk, armv6t2): Likewise.
1533 (armv7): Make vfpv3-d16 an alias.
1534 (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases. Sort in
1536 (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
1537 Sort in canonical order.
1538 (armv8-a): Sort in canonical order.
1539 (armv8.1-a, armv8.2-a): Likewise.
1540 (generic-armv7-a): Make neon and neon-vfpv3 aliases. Sort in
1542 (cortex-a9): Sort in canonical order.
1543 * config/arm/arm.c (selftests.h): Include it.
1544 (arm_test_cpu_arch_data): New function.
1545 (arm_run_self_tests): New function.
1546 (TARGET_RUN_TARGET_SELFTESTS): Redefine.
1547 (targetm): Move declaration to the end of the file.
1548 * arm-cpu-cdata.h: Regenerated.
1550 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1552 * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
1553 call to target_mode_check describing the type of option passed.
1554 * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
1555 (arm_target_thumb_only): Use arm_parse_arch_option_name or
1556 arm_parse_cpu_option_name to match parameters against list of
1558 * config/arm/parsecpu.awk (gen_comm_data): Don't generate
1559 arm_arch_core_flags data structure.
1560 * config/arm/arm-cpu_cdata.h: Regenerated.
1562 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1564 * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
1566 (arm_print_hint_for_cpu_option): Likewise.
1567 (arm_print_hint_for_arch_option): Likewise.
1568 (arm_parse_cpu_option_name): Likewise.
1569 (arm_parse_arch_option_name): Likewise.
1570 * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
1571 of entries in the all_fpus list.
1572 * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
1573 (arm_parse_cpu_option_name): Declare.
1574 (arm_parse_arch_option_name): Declare.
1575 (arm_parse_option_features): Declare.
1576 (arm_intialize_isa): Declare.
1577 * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
1579 (gen_comm_data): ... here. Make definitions non-static.
1580 * config/arm/arm-cpu-data.h: Regenerated.
1581 * config/arm/arm-cpu-cdata.h: Regenerated.
1583 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1585 * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
1586 (cpu_arch_extension): New structure.
1587 (cpu_arch_option, arch_option, cpu_option): New structures.
1588 * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
1590 (gen_data): Generate new format data tables.
1591 * config/arm/arm.c (cpu_tune): New structure.
1592 (cpu_option, processors): Delete.
1593 (arm_print_hint_for_core_or_arch): Delete. Replace with ...
1594 (arm_print_hint_for_cpu_option): ... this and ...
1595 (arm_print_hint_for_arch_option): ... this.
1596 (arm_parse_arch_cpu_name): Delete. Replace with ...
1597 (arm_parse_cpu_option_name): ... this and ...
1598 (arm_parse_arch_option_name): ... this.
1599 (arm_unrecognized_feature): Change type of target parameter to
1601 (arm_parse_arch_cpu_features): Delete. Replace with ...
1602 (arm_parse_option_features): ... this.
1603 (arm_configure_build_target): Rework to use new configuration data
1605 (arm_print_tune_info): Rework for new configuration data tables.
1606 * config/arm/arm-cpu-data.h: Regenerated.
1607 * config/arm/arm-cpu.h: Regenerated.
1609 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1611 * Makefile.in (OBJS): Move sbitmap.o from here ...
1612 (OBJS-libcommon): ... to here.
1614 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1616 * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
1617 (ISA_ALL_CRYPTO): New macro.
1618 (ISA_ALL_SIMD): New macro
1619 (ISA_ALL_FP): New macro.
1620 * config/arm/arm.c (fpu_bitlist): Update initializer.
1621 * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
1623 (arm9e): Add fpu. Add option for nofp
1624 (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
1625 (arm926ej-s, arm1026ej-s): Likewise.
1626 (generic-armv7-a): Add fpu. Add options for simd, vfpv3, vfpv3-d16,
1627 vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
1628 neon-fp16, neon-vfpv4, nofp and nosimd.
1629 (cortex-a5, cortex-a7): Add fpu. Add options for nosimd and nofp.
1630 (cortex-a8): Add fpu. Add option for nofp.
1631 (cortex-a9): Add fpu. Add options for nosimd and nofp.
1632 (cortex-a12, cortex-a15, cortex-a17): Add fpu. Add option for nofp.
1633 (cortex-r4f): Add fpu.
1634 (cortex-r5): Add fpu. Add options for nofp.dp and nofp.
1635 (cortex-r7): Use idiv option from architecture. Add fpu. Add option
1637 (cortex-r8): Likewise.
1638 (cortex-m4): Add fpu. Add option for nofp.
1639 (cortex-a15.cortex-a7): Add fpu. Add option for nofp.
1640 (cortex-a17.cortex-a7): Likewise.
1641 (cortex-a32): Add fpu. Add options for crypto and nofp.
1642 (cortex-a35, cortex-a53): Likewise.
1643 (cortex-a57): Add fpu. Add option for crypto.
1644 (cortex-a72, cortex-a73): Likewise.
1645 (exynos-m1): Likewise.
1646 (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
1647 (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
1648 (cortex-m33): Add fpu. Add option for nofp.
1649 * config/arm/arm-cpu-cdata.h: Regenerated
1650 * config/arm/arm-cpu-data.h: Regenerated.
1652 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1654 * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
1655 (armv5te, armv5tej): Likewise.
1656 (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
1657 (armv7): Add options fp and vfpv3-d16.
1658 (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
1659 vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
1661 (armv7ve): Likewise.
1662 (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
1663 (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
1664 (armv8-a): Add nocrypto option.
1665 (armv8.1-a, armv8.2-a): Likewise.
1666 (armv8-m.main): add options fp, fp.dp and nofp.
1668 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1670 * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
1672 (armv8-a+crc): Delete.
1673 (armv8.1-a): Add options simd, crypto and nofp.
1674 (armv8.2-a): Add options fp16, simd, crypto and nofp.
1675 (armv8.2-a+fp16): Delete.
1676 (armv8-m.main): Add option dsp.
1677 (armv8-m.main+dsp): Delete.
1678 (cortex-a8): Add fpu. Add nofp option.
1679 (cortex-a9): Add fpu. Add nofp and nosimd options.
1680 * config/arm/parsecpu.awk (gen_data): Generate option tables and
1681 link to main cpu and architecture data structures.
1682 (gen_comm_data): Only put isa attributes from the main architecture
1684 (option): New statement for architecture and CPU entries.
1685 * arm.c (struct cpu_option): New structure.
1686 (struct processors): Add entry for options.
1687 (arm_unrecognized_feature): New function.
1688 (arm_parse_arch_cpu_name): Ignore any characters after the first
1690 (arm_parse_arch_cpu_feature): New function.
1691 (arm_configure_build_target): Separate out any CPU and architecture
1692 features and parse separately. Don't error out if -mfpu=auto is
1693 used with only an architecture string.
1694 (arm_print_asm_arch_directives): New function.
1695 (arm_file_start): Call it.
1696 * config/arm/arm-cpu-cdata.h: Regenerated.
1697 * config/arm/arm-cpu-data.h: Likewise.
1698 * config/arm/arm-tables.opt: Likewise.
1700 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1702 * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
1703 assembler when it is not -mfpu=auto.
1705 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1707 * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
1708 (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
1709 (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
1710 (ASM_CPU_SPEC): Rewrite.
1711 (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
1712 (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef. Use
1713 MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS. Remove
1714 reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
1715 * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
1716 copied string is NUL-terminated. Also strip any characters prefixed
1718 (arm_rewrite_selected_arch): New function.
1719 (arm_rewrite_march): New function.
1721 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
1723 * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
1724 (x_arm_cpu_string, x_arm_tune_string): Likewise.
1725 (march, mcpu, mtune): Convert to string-based options.
1726 * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
1727 (arm_parse_arch_cpu_name): New function.
1728 (arm_configure_build_target): Use arm_parse_arch_cpu_name to
1729 identify selected architecture or CPU.
1730 (arm_option_save): New function.
1731 (TARGET_OPTION_SAVE): Redefine.
1732 (arm_option_restore): Restore string options.
1733 (arm_option_print): Print string options.
1735 2017-06-16 Martin Sebor <msebor@redhat.com>
1737 PR tree-optimization/80933
1738 PR tree-optimization/80934
1739 * builtins.c (fold_builtin_3): Do not handle bcmp here.
1740 * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
1741 (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
1742 (gimple_fold_builtin): Call them.
1744 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
1746 * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
1747 as unlikely; update profile.
1749 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
1751 * predict.c (force_edge_cold): Handle declaring edges impossible
1754 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
1756 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
1758 (try_unroll_loop_completely): Fix reporting.
1760 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
1762 * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
1764 2017-06-16 James Greenhalgh <james.greenhalgh@arm.com>
1767 * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
1768 if given a non-constant argument for an intrinsic which requires a
1771 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
1773 * profile.c (compare_freqs): New function.
1774 (branch_prob): Sort edge list.
1775 (find_spanning_tree): Assume that the list is priority sorted.
1777 2017-06-16 Richard Biener <rguenther@suse.de>
1779 PR tree-optimization/81090
1780 * passes.def (pass_record_bounds): Remove.
1781 * tree-pass.h (make_pass_record_bounds): Likewise.
1782 * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
1783 make_pass_record_bounds): Likewise.
1784 * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
1785 not free niter estimates at the beginning but at the end.
1786 * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
1788 2017-06-16 Richard Biener <rguenther@suse.de>
1790 * tree-switch-conversion.c (emit_case_bit_tests): Adjust
1791 initializer to workaround ICE in host GCC 4.8.
1793 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
1795 * ipa-inline-transform.c (update_noncloned_frequencies): Update also
1797 (clone_inlined_nodes): Update.
1799 2017-06-16 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1801 * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
1802 prefetch settings, and enable prefetching by default at -O3.
1804 2017-06-16 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1806 * config/aarch64/aarch64.c (aarch64_override_options_internal):
1807 Set flag_prefetch_loop_arrays according to tuning data.
1809 2017-06-16 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1811 * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
1813 (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
1814 [Unrelated to main purpose of the patch] Place the pointer field last
1815 to enable type checking errors when tune structure are wrongly merged.
1816 * config/aarch64/aarch64.c (generic_prefetch_tune,)
1817 (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
1818 (thunderx2t99_prefetch_tune): New tune constants.
1819 (tune_params *_tunings): Update all tunings (no functional change).
1820 (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
1821 PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
1822 from tunings structures.
1824 2017-06-16 Jakub Jelinek <jakub@redhat.com>
1827 * ubsan.c (instrument_null): Add T argument, use it instead
1828 of computing it based on IS_LHS.
1829 (instrument_object_size): Likewise.
1830 (pass_ubsan::execute): Adjust instrument_null and
1831 instrument_object_size callers to pass gimple_get_lhs or
1832 gimple_assign_rhs1 result to it. Use instrument_null instead of
1833 calling get_base_address and instrument_mem_ref. Handle
1834 aggregate call arguments for object-size sanitization.
1836 2017-06-16 Yury Gribov <tetra2005@gmail.com>
1838 PR tree-optimization/81089
1839 * tree-vrp.c (is_masked_range_test): Validate operands of
1842 2017-06-15 Martin Sebor <msebor@redhat.com>
1845 * dumpfile.c (dump_register): Avoid calling memset to initialize
1846 a class with a default ctor.
1847 * gcc.c (struct compiler): Remove const qualification.
1848 * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
1849 * hash-table.h: Ditto.
1850 * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
1852 * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
1853 * omp-low.c (lower_omp_ordered_clauses): Replace memset with
1855 * params.h (struct param_info): Make struct members non-const.
1856 * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
1857 with default initialization.
1858 * vec.h (vec_copy_construct, vec_default_construct): New helper
1860 (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
1861 with vec_copy_construct.
1862 (vect<T>::quick_grow_cleared): Replace memset with default ctor.
1863 (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
1864 * doc/invoke.texi (-Wclass-memaccess): Document.
1866 2017-06-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1868 * emit-rtl.h (is_leaf): Update comment about local
1871 2017-06-15 Jozef Lawrynowicz <jozef.l@somniumtech.com>
1874 * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
1875 for a variable to have a section before checking if the section has a
1877 Set section to.persistent if persistent attribute is set.
1878 Warn if .persistent attribute is used on an automatic variable.
1880 2017-06-15 Eric Botcazou <ebotcazou@adacore.com>
1882 PR rtl-optimization/80474
1883 * reorg.c (update_block): Do not ignore instructions in a delay slot.
1885 2017-06-15 Segher Boessenkool <segher@kernel.crashing.org>
1887 * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
1890 2017-06-14 Maciej W. Rozycki <macro@imgtec.com>
1892 * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
1893 (casesi): Emit bounds checking as RTL.
1894 (casesi_internal_mips16_<mode>): Remove bounds checking.
1896 2017-06-14 Max Filippov <jcmvbkbc@gmail.com>
1898 * config/xtensa/xtensa.c (xtensa_option_override): Append
1899 MASK_CONST16 to target_flags in the absence of TARGET_L32R.
1900 (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
1901 xtensa_doloop_hooks): Define unconditionally.
1902 (xtensa_reorg_loops): Only call reorg_loops in the presence of
1904 * config/xtensa/xtensa.h (TARGET_L32R): New definition.
1905 (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
1906 for it in xtensa_option_override.
1907 (HARD_FRAME_POINTER_IS_FRAME_POINTER,
1908 HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
1910 2017-06-14 Boris Kolpackov <boris@codesynthesis.com>
1912 * doc/cppopts.texi: Document '-' special value to -MF.
1914 2017-06-14 Wilco Dijkstra <wdijkstr@arm.com>
1916 * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
1917 (cortex_a53_fconst): Likewise.
1918 (cortex_a53_fpmul): Likewise.
1919 (cortex_a53_f_load_64): Likewise.
1920 (cortex_a53_f_load_many): Likewise.
1921 (cortex_a53_advsimd_alu): Likewise.
1922 (cortex_a53_advsimd_alu_q): Likewise.
1923 (cortex_a53_advsimd_mul): Likewise.
1924 (cortex_a53_advsimd_mul_q): Likewise.
1925 (fpmac bypass): Add new bypass for fpmac-fpmac case.
1926 Add missing fmul, r2f_cvt and fconst cases.
1928 2017-06-14 Richard Biener <rguenther@suse.de>
1931 * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
1933 (fold_binary_loc): When associating do not treat pre-existing
1934 TREE_OVERFLOW on literal constants as a reason to allow
1935 TREE_OVERFLOW on associated literal constants.
1937 2017-06-14 Eric Botcazou <ebotcazou@adacore.com>
1939 * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
1940 (MASK_FEATURES): New macro.
1941 * config/sparc/sparc.c (sparc_option_override): Remove the special
1942 handling of -mfpu and generalize it to all MASK_FEATURES switches.
1944 2017-06-14 Eric Botcazou <ebotcazou@adacore.com>
1946 * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
1947 a division of 0 if non-call exceptions are enabled.
1949 2017-06-14 Andrew Pinski <apinski@cavium.com>
1950 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
1953 * config/aarch64/aarch64.c (aarch64_expand_vector_init):
1954 Improve vector initialization code gen for only variable case.
1956 2017-06-14 Eric Botcazou <ebotcazou@adacore.com>
1958 * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
1960 2017-06-14 Richard Biener <rguenther@suse.de>
1962 PR tree-optimization/81083
1963 * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
1966 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
1968 * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
1969 (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
1970 * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
1971 * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete. Adjust former use.
1972 * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
1973 * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
1975 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
1977 * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
1978 * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
1980 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
1982 * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
1984 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
1986 * config/rs6000/t-rtems: Don't handle SPE.
1988 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
1990 * config/rs6000/t-linux: Don't handle SPE.
1992 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
1994 * config/rs6000/eabispe.h: Delete file.
1996 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
1998 * config/rs6000/t-spe: Delete file.
2000 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
2002 * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
2003 (rs6000_legitimate_offset_address_p): Return false for anything in
2004 V2SImode or V2SFmode.
2006 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
2008 * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
2009 except V2SF and V2SI. Rearrange the vector modes, and add comments.
2010 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
2012 (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
2013 (rs6000_legitimate_offset_address_p): Ditto.
2014 (rs6000_emit_move): Ditto.
2015 (rs6000_init_builtins): Remove V4HI_type_node.
2017 2017-06-13 Martin Liska <mliska@suse.cz>
2020 * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
2021 (gate_asan): Likewise.
2022 * asan.h (asan_no_sanitize_address_p): Remove the function.
2023 (sanitize_flags_p): New function.
2024 * builtins.def: Fix coding style.
2025 * common.opt: Use renamed enum value.
2026 * convert.c (convert_to_integer_1): Use sanitize_flags_p.
2027 * doc/extend.texi: Document no_sanitize attribute.
2028 * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
2029 to SANITIZE_UNDEFINED_NONDEFAULT.
2030 * gcc.c (sanitize_spec_function): Use the renamed enum value.
2031 * gimple-fold.c (optimize_atomic_compare_exchange_p):
2032 Use sanitize_flags_p.
2033 * gimplify.c (gimplify_function_tree): Likewise.
2034 * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
2035 * opts.c (parse_no_sanitize_attribute): New function.
2036 (common_handle_option): Use renamed enum value.
2037 * opts.h (parse_no_sanitize_attribute): Declare.
2038 * tree.c (sanitize_flags_p): New function.
2039 * tree.h: Declared here.
2040 * tsan.c: Use sanitize_flags_p.
2041 * ubsan.c (ubsan_expand_null_ifn): Likewise.
2042 (instrument_mem_ref): Likewise.
2043 (instrument_bool_enum_load): Likewise.
2044 (do_ubsan_in_current_function): Remove the function.
2045 (pass_ubsan::execute): Use sanitize_flags_p.
2046 * ubsan.h: Remove do_ubsan_in_current_function
2047 * tree-cfg.c (print_no_sanitize_attr_value): New function.
2048 (dump_function_to_file): Use it here.
2050 2017-06-13 Martin Jambor <mjambor@suse.cz>
2052 PR tree-optimization/80803
2053 PR tree-optimization/81063
2054 * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
2055 (propagate_subaccesses_across_link): Enqueue subtree whenever
2056 necessary instead of relying on the caller.
2058 2017-06-13 Martin Jambor <mjambor@suse.cz>
2060 * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
2061 that have a first_link.
2062 (sort_and_splice_var_accesses): Do not check first_link before
2064 (subtree_mark_written_and_enqueue): Likewise.
2065 (propagate_all_subaccesses): Likewise and do not stop at first
2066 parent with a first_link.
2068 2017-06-13 Martin Jambor <mjambor@suse.cz>
2070 * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
2073 2017-06-13 Yury Gribov <tetra2005@gmail.com>
2075 * match.pd: New pattern.
2077 2017-06-13 Yury Gribov <tetra2005@gmail.com>
2079 * tree-vrp.c (is_masked_range_test): New function.
2080 (register_edge_assert_for): Determine ranges for
2083 2017-06-13 Yury Gribov <tetra2005@gmail.com>
2085 PR tree-optimization/67328
2086 * fold-const.c (maskable_range_p): New function.
2087 (build_range_check): Generate bittests if possible.
2089 2017-06-13 Martin Liska <mliska@suse.cz>
2091 * gimple-pretty-print.c (dump_probability): Add new argument.
2092 (dump_edge_probability): Dump both probability and count.
2093 (dump_gimple_label): Likewise.
2094 (dump_gimple_bb_header): Likewise.
2096 2017-06-13 Georg-Johann Lay <avr@gjlay.de>
2099 * config/avr/avr-devices.c: Fix indentation.
2100 * config/avr/gen-avr-mmcu-specs.c: Dito.
2102 2017-06-13 Richard Biener <rguenther@suse.de>
2104 * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
2105 instead get vector type from stmt_info.
2106 (vectorizable_reduction): Adjust. Remove dead code.
2108 2017-06-13 Richard Biener <rguenther@suse.de>
2111 * fold-const.c (extract_muldiv_1): Remove bogus distribution
2112 case of C * (x * C2 + C3).
2113 (fold_addr_of_array_ref_difference): Properly fold index difference.
2115 2017-06-12 David S. Miller <davem@davemloft.net>
2118 * config/sparc/sparc.md (return expander): Emit frame blockage if
2119 function uses alloca.
2121 2017-06-12 Richard Sandiford <richard.sandiford@linaro.org>
2123 * combine.c (make_field_assignment): Check len rather than the mode
2124 precision when calling force_to_mode.
2126 2017-06-12 Georg-Johann Lay <avr@gjlay.de>
2128 Support multilibs and devices that see flash in RAM address range.
2131 * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
2132 (avr_mcu_t) <flash_pm_offset>: New field.
2133 (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
2134 * config/avr/avr.h (AVR_SHORT_CALLS): New define.
2135 (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
2136 (AVR_TINY_PM_OFFSET): Remove macro.
2137 * config/avr/avr.opt (-mshort-calls): New option.
2138 * config/avr/gen-avr-mmcu-specs.c (print_mcu)
2139 [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
2140 * config/avr/avr-c.c (avr_cpu_cpp_builtins)
2141 <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
2142 <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
2143 instead of avr_arch->have_jmp_call.
2144 <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
2145 [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
2146 avr_arch->flash_pm_offset to define.
2147 * config/avr/avr-devices.c (avr_arch_types): Add initializers for
2148 new field flash_pm_offset. Add entry for avrxmega3.
2149 (avr_texinfo): Add entry for avrxmega3.
2150 * config/avr/avr-mcus.def: Add entries for: avrxmega3,
2151 attiny212, attiny214,
2152 attiny412, attiny414, attiny416, attiny417,
2153 attiny814, attiny816, attiny817,
2154 attiny1614, attiny1616, attiny1617,
2155 attiny3214, attiny3216, attiny3217.
2156 * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
2157 avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
2158 (avr_print_operand_address) [AVR_TINY]: Same.
2159 (avr_asm_init_sections) <readonly_data_section>: Only patch
2160 callback if avr_arch->flash_pm_offset = 0.
2161 (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
2162 for rodata if avr_arch->flash_pm_offset != 0.
2163 (avr_encode_section_info) [AVR_TINY]: Adjust comment.
2164 * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
2165 (opts) [AVR_ISA_RCALL]: Append opt_rcall.
2166 (m_options): Append opt_rcall.
2167 (m_dirnames): Append dir_rcall.
2168 * config/avr/t-multilib: Regenerate.
2170 * configure.ac [target=avr]: Check whether avrxmega3 default
2171 linker description file works as needed.
2172 * configure: Regenerate.
2173 * doc/avr-mmcu.texi: Regenerate.
2174 * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
2175 <__AVR_ARCH__>: Document avrxmega3 and 103.
2176 <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
2177 <__AVR_SHORT_CALLS__>: Document it.
2178 <__AVR_PM_BASE_ADDRESS__>: Document it.
2179 * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
2180 (AVR Variable Attributes) <progmem>: Document this is
2181 not needed for avrxmega3.
2182 (AVR Named Address Spaces) <__flash>: Dito.
2184 2017-06-12 Jan Hubicka <hubicka@ucw.cz>
2186 * cgraph.c (cgraph_node::dump): Complain about profile insanities.
2188 2017-06-12 Doug Rupp <rupp@adacore.com>
2190 * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
2191 Append vxworks-stdint.h to the tm_file list.
2192 * config/vxworks-stdint.h: New file.
2194 2017-06-12 Martin Liska <mliska@suse.cz>
2196 PR tree-optimization/81041
2197 * tree-profile.c (gimple_gen_ic_func_profiler):
2198 Create an extra BB in profile-generate
2199 (gimple_gen_time_profiler): Likewise.
2201 2017-06-12 Jakub Jelinek <jakub@redhat.com>
2203 PR tree-optimization/81003
2204 * tree-ssa-reassoc.c (force_into_ssa_name): New function.
2205 (update_range_test): Use it instead of force_gimple_operand_gsi.
2207 2017-06-12 Richard Biener <rguenther@suse.de>
2209 PR tree-optimization/81053
2210 * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
2211 with backedge value not defined in loop. Simplify def stmt
2214 2017-06-11 Tom de Vries <tom@codesourcery.com>
2217 * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
2219 (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
2220 nvptx_cannot_force_const_mem.
2222 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
2224 * opts.c (finish_options): Move test for flag_split_stack after
2225 it has been initialized.
2227 2017-06-11 Jason Merrill <jason@redhat.com>
2229 * tree.h (id_equal): New.
2230 * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
2231 omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
2232 instead of strcmp of IDENTIFIER_POINTER.
2234 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
2236 * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
2237 (mark_all_inlined_calls_cdtor): Fix formating.
2238 (inline_transform): Rescale profile before inlining.
2240 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
2242 * cgraph.h (cgraph_edge::clone): Update prototype.
2243 * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
2244 (cgraph_node::create_clone): Update.
2245 (cgraph_node::create_version_clone): Update.
2246 * tree-inline.c (copy_bb): Update.
2247 (expand_call_inline): Update.
2249 2017-06-10 Segher Boessenkool <segher@kernel.crashing.org>
2251 * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
2252 factored out from ...
2253 (rs6000_emit_prologue): ... here.
2255 2017-06-10 Segher Boessenkool <segher@kernel.crashing.org>
2257 * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
2258 factored out from ...
2259 (rs6000_emit_prologue): ... here.
2261 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
2263 * predict.c (drop_profile): Also drop individual bb/edge and cgraph
2265 (handle_missing_profiles): Fix computation of tp_first_run.
2266 (counts_to_freqs): Do not touch freqs when count is 0.
2268 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
2270 * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
2273 2017-06-10 Tom de Vries <tom@codesourcery.com>
2275 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
2276 attributes): Document signal effective target.
2278 2017-06-10 Tom de Vries <tom@codesourcery.com>
2280 * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
2281 Document effective target stack_size.
2283 2017-06-09 David Malcolm <dmalcolm@redhat.com>
2285 * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
2286 to the edit_context if they can be auto-applied.
2288 2017-06-9 Ian Lance Taylor <iant@golang.org>
2290 * opts.c (finish_options): If -fsplit-stack, disable implicit
2291 -forder-blocks-and-partition.
2292 * doc/invoke.texi (Optimize Options): Document that when using
2293 -fsplit-stack -forder-blocks-and-partition is not implicitly
2296 2017-06-09 Jan Hubicka <hubicka@ucw.cz>
2298 * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
2299 ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
2300 ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
2301 * builtins.def (abort, trap, unreachable): Declare cold.
2302 * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
2303 * tree-core.h (ECF_COLD): New.
2304 * tree.c (set_call_expr_flags): Handle ECF_COLD.
2305 (build_common_builtin_nodes): Mark unreachable and abort as cold.
2307 2017-06-09 Jan Hubicka <hubicka@ucw.cz>
2309 * predict.c (unlikely_executed_stmt_p): Cleanup.
2311 2017-06-09 Richard Biener <rguenther@suse.de>
2313 * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
2314 model if the ref is always written to.
2316 2017-06-09 Tamar Christina <tamar.christina@arm.com>
2318 * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
2320 2017-06-09 Tamar Christina <tamar.christina@arm.com>
2322 * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
2325 2017-06-09 Tom de Vries <tom@codesourcery.com>
2328 * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
2329 "target cannot support label values" when encountering LABEL_REF.
2331 2017-06-09 Martin Liska <mliska@suse.cz>
2333 * tree-profile.c (gimple_gen_ic_profiler): Update comment.
2334 (gimple_gen_ic_func_profiler): Emit direct comparison
2335 of __gcov_indirect_call_callee with NULL.
2336 (gimple_gen_time_profiler): Change probability from
2337 PROB_VERY_UNLIKELY to PROB_UNLIKELY.
2339 2017-06-09 Jan Hubicka <hubicka@ucw.cz>
2341 * profile.c (edge_gcov_counts): Turn to pointer.
2342 (compute_branch_probabilities, compute_branch_probabilities): Update.
2343 (branch_prob): Do not clear edge_gcov_count.
2344 * profile.h (edge_gcov_counts): Turn to pointer.
2345 (edge_gcov_count): Update.
2347 2017-06-09 Jan Hubicka <hubicka@ucw.cz>
2349 * gimple.h (gimple_check_failed): Mark cold.
2351 2017-06-09 Richard Biener <rguenther@suse.de>
2353 PR tree-optimization/66623
2354 * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
2355 refactor check_reduction into two parts, properly computing
2356 whether we have to check reduction validity for outer loop
2359 2017-06-09 Richard Biener <rguenther@suse.de>
2361 PR tree-optimization/79483
2362 * graphite-scop-detection.c (order): New global.
2363 (get_order): Compute bb to order mapping that satisfies code
2364 generation constraints.
2365 (cmp_pbbs): New helper.
2366 (build_scops): Start domwalk at entry block, sort generated
2369 2017-06-09 Richard Biener <rguenther@suse.de>
2372 * ipa-polymorphic-call.c
2373 (ipa_polymorphic_call_context::restrict_to_inner_class):
2374 Skip FIELD_DECLs with error_mark_node type.
2375 * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
2378 2017-06-09 Martin Liska <mliska@suse.cz>
2380 * predict.c (struct branch_predictor): New struct.
2381 (test_prediction_value_range): New test.
2382 (predict_c_tests): New function.
2383 * selftest-run-tests.c (selftest::run_tests): Run the function.
2384 * selftest.h: Declare new tests.
2386 2017-06-09 Segher Boessenkool <segher@kernel.crashing.org>
2389 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
2390 gen_add3_insn did not fail.
2391 * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
2392 r0, construct that number in a temporary reg and add that reg to r0.
2393 If asked to put the result in r0 as well, fail.
2395 2017-06-08 Will Schmidt <will_schmidt@vnet.ibm.com>
2397 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
2398 for early expansion of vec_eqv.
2400 2017-06-08 Jakub Jelinek <jakub@redhat.com>
2403 * ubsan.c (instrument_null): Avoid pointless code temporary.
2404 (pass_ubsan::execute): Instrument aggregate arguments of calls.
2406 2017-06-08 Uros Bizjak <ubizjak@gmail.com>
2410 2016-12-14 Uros Bizjak <ubizjak@gmail.com>
2413 * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
2416 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
2418 * predict.c (unlikely_executed_edge_p): Move ahead.
2419 (probably_never_executed_edge_p): Use it.
2421 2017-06-08 Alexander Ivchenko <alexander.ivchenko@intel.com>
2424 * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
2425 gimple_call_builtin_p call.
2427 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
2429 * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
2430 * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
2431 rtl_check_failed_type2, rtl_check_failed_code1,
2432 rtl_check_failed_code2, rtl_check_failed_code_mode,
2433 rtl_check_failed_block_symbol, cwi_check_failed_bounds,
2434 rtvec_check_failed_bounds, rtl_check_failed_flag,
2435 _fatal_insn_not_found, _fatal_insn): Likewise.
2436 * tree.h (tree_contains_struct_check_failed,
2437 tree_check_failed, tree_not_check_failed,
2438 tree_class_check_failed, tree_range_check_failed,
2439 tree_not_class_check_failed, tree_int_cst_elt_check_failed,
2440 tree_vec_elt_check_failed, phi_node_elt_check_failed,
2441 tree_operand_check_failed, omp_clause_check_failed,
2442 omp_clause_operand_check_failed, omp_clause_range_check_failed):
2445 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
2447 * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
2448 flag_branch_probabilities.
2449 * ipa-inline.c (edge_badness): Likewise.
2450 * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
2451 * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
2452 * predict.c (maybe_hot_frequency_p): Likewise.
2453 (probably_never_executed): Likewise.
2454 * sched-ebb.c (schedule_ebbs): Likewise.
2455 * sched-rgn.c (find_single_block_region): Likewise.
2456 * tracer.c (tail_duplicate): Likewise.
2458 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
2460 * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
2461 longer requires x_flag_profile_use.
2463 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
2465 * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
2466 instead of flag_reorder_blocks_and_partition.
2467 * dbxout.c (dbxout_function_end): Likewise.
2468 * dwarf2out.c (gen_subprogram_die): Likewise.
2469 * haifa-sched.c (sched_create_recovery_edges): Likewise.
2470 * hw-doloop.c (reorg_loops): Likewise.
2471 * varasm.c (assemble_start_function,
2472 assemble_end_function): Likewise.
2473 (decide_function_section): Do not check for
2474 flag_reorder_blocks_and_partition.
2476 2017-06-08 Alexander Ivchenko <alexander.ivchenko@intel.com>
2478 * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
2480 (chkp_get_hard_register_fake_addr_expr): Ditto.
2481 (chkp_build_addr_expr): Add check for hard reg case.
2482 (chkp_parse_array_and_component_ref): Ditto.
2483 (chkp_find_bounds_1): Ditto.
2484 (chkp_process_stmt): Don't generate bounds store for
2487 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
2489 * predict.c (maybe_hot_bb_p): Do not check profile status.
2490 (maybe_hot_edge_p): Likewise.
2491 (probably_never_executed): Check for zero counts even if profile
2493 (unlikely_executed_edge_p): New function.
2494 (unlikely_executed_stmt_p): New function.
2495 (unlikely_executed_bb_p): New function.
2496 (set_even_probabilities): Use unlikely predicates.
2497 (combine_predictions_for_bb): Likewise.
2498 (predict_paths_for_bb): Likewise.
2499 (predict_paths_leading_to_edge): Likewise.
2500 (determine_unlikely_bbs): New function.
2501 (estimate_bb_frequencies): Use it.
2502 (compute_function_frequency): Use zero counts even if profile is
2504 * profile-count.h: Fix typo.
2506 2017-08-08 Julia Koval <julia.koval@intel.com>
2508 * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
2509 _mm512_mask_cvtsepi16_storeu_epi8,
2510 _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
2511 * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
2512 _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
2513 _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
2514 _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
2515 * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
2516 (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
2517 VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
2518 * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
2519 __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
2520 __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
2521 __builtin_ia32_pmovuswb256mem_mask,
2522 __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
2523 __builtin_ia32_pmovwb512mem_mask): New builtins.
2525 2017-08-08 Julia Koval <julia.koval@intel.com>
2527 PR target/73350,80862
2528 * config/i386/subst.md (round): Fix round pattern.
2529 * config/i386/i386.c (ix86_erase_embedded_rounding):
2530 Fix erasing rounding for the fixed pattern.
2532 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
2534 * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
2536 2017-06-08 Martin Liska <mliska@suse.cz>
2538 PR gcov-profile/80911
2539 * gcov.c (block_info::block_info): New constructor.
2541 2017-06-07 Carl Love <cel@us.ibm.com>
2543 * config/rs6000/rs6000-c: The return type of the following
2544 built-in functions was implemented as int not long long. Fix sign
2545 of return value for the unsigned version of vec_mulo and vec_mule.
2546 vector unsigned long long vec_bperm (vector unsigned long long,
2547 vector unsigned char)
2548 vector signed long long vec_mule (vector signed int,
2550 vector unsigned long long vec_mule (vector unsigned int,
2551 vector unsigned int)
2552 vector signed long long vec_mulo (vector signed int,
2554 vector unsigned long long vec_mulo (vector unsigned int,
2555 vector unsigned int)
2556 * doc/extend.texi: Fix the documentation for the built-in
2559 2017-06-07 Carl Love <cel@us.ibm.com>
2562 * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
2565 2017-06-07 Carl Love <cel@us.ibm.com>
2567 * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
2568 support, Generate doublehv for signed int/float for BE case only.
2570 2017-06-07 Alexander Monakov <amonakov@ispras.ru>
2572 * doc/invoke.texi (mcx16): Rewrite.
2574 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2576 * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
2577 * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
2578 *mov<mode>_softfloat, and an anonymous splitter): Use
2579 nonimmediate_operand instead of rs6000_nonimmediate_operand.
2581 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2583 * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
2585 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
2586 (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
2587 (rs6000_debug_reg_global): Adjust.
2588 (rs6000_init_hard_regno_mode_ok): Adjust.
2589 (rs6000_dbx_register_number): Adjust.
2590 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
2591 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
2592 Remove SPE_ACC and SPEFSCR.
2593 (REG_ALLOC_ORDER): Ditto.
2594 (FRAME_POINTER_REGNUM): Change to 111.
2595 (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
2596 (REG_CLASS_NAMES): Ditto.
2597 (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
2598 (REGISTER_NAMES): Ditto.
2599 (ADDITIONAL_REG_NAMES): Ditto.
2600 (rs6000_reg_names): Ditto.
2601 * config/rs6000/rs6000.md: Renumber some register number
2604 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2606 * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
2608 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
2609 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
2611 (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
2612 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
2613 Delete the SPE high registers.
2614 (REG_ALLOC_ORDER): Ditto.
2615 (enum reg_class): Remove SPE_HIGH_REGS.
2616 (REG_CLASS_NAMES): Ditto.
2617 (REG_CLASS_CONTENTS): Delete the SPE high registers.
2618 (REGISTER_NAMES): Ditto.
2619 (rs6000_reg_names): Ditto.
2620 * doc/tm.texi.in: Remove SPE as example.
2621 * doc/tm.texi: Regenerate.
2623 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2625 * config/rs6000/8540.md (ppc8540_brinc): Delete.
2626 * config/rs6000/e500mc.md (e500mc_brinc): Delete.
2627 * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
2628 * config/rs6000/rs6000.md (type): Remove "brinc".
2630 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2632 * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
2633 (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
2634 * config/rs6000/linuxspe.h: Delete file.
2635 * config/rs6000/rs6000.md: Don't include spe.md.
2636 * config/rs6000/spe.h: Delete file.
2637 * config/rs6000/spe.md: Delete file.
2638 * config/rs6000/t-rs6000: Remove spe.md.
2640 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2642 * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
2643 (reg_or_none500mem_operand): Delete.
2644 * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
2645 instead of reg_or_none500mem_operand.
2647 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2649 * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
2650 handling of SPE flags.
2651 * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
2653 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2655 * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
2657 * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
2658 (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
2659 paired_divv2sf3): Similar.
2660 * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
2661 SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
2662 * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
2664 Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
2665 Rename the paired_* instruction patterns.
2666 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
2668 * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
2669 * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
2670 (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
2671 spe_padding_size, and spe_64bit_regs_used. Replace TARGET_SPE and
2672 TARGET_SPE_ABI with 0, simplify. Replace SPE_VECTOR_MODE with
2674 (struct machine_function): Delete field spe_insn_chain_scanned_p.
2675 (spe_func_has_64bit_regs_p): Delete.
2676 (spe_expand_predicate_builtin): Delete.
2677 (spe_expand_evsel_builtin): Delete.
2678 (TARGET_DWARF_REGISTER_SPAN): Do not define.
2679 (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
2680 (invalid_e500_subreg): Delete.
2681 (rs6000_legitimize_address): Always force_reg op2 as well, for
2682 paired single memory accesses.
2683 (rs6000_member_type_forces_blk): Delete.
2684 (rs6000_spe_function_arg): Delete.
2685 (rs6000_expand_unop_builtin): Delete SPE handling.
2686 (rs6000_expand_binop_builtin): Ditto.
2687 (spe_expand_stv_builtin): Delete.
2688 (bdesc_2arg_spe): Delete.
2689 (spe_expand_builtin): Delete.
2690 (spe_expand_predicate_builtin): Delete.
2691 (spe_expand_evsel_builtin): Delete.
2692 (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
2693 (spe_init_builtins): Delete.
2694 (spe_func_has_64bit_regs_p): Delete.
2695 (savres_routine_name): Delete "info" parameter. Adjust callers.
2696 (rs6000_emit_stack_reset): Ditto.
2697 (rs6000_dwarf_register_span): Delete.
2698 * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
2699 UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
2700 SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
2702 * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
2704 * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
2705 * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
2706 * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
2707 mulv2sf3, divv2sf3): Delete expanders.
2709 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2711 config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
2713 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2715 * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
2716 * config/rs6000/rs6000.c: Ditto.
2718 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2720 * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
2721 * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
2722 comparison_operator.
2724 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2726 * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
2727 * config/rs6000/rs6000.opt: Ditto.
2728 * config/rs6000/t-rtems: Ditto.
2730 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2732 * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
2733 TARGET_E500_SINGLE by 0, simplify.
2734 * config/rs6000/rs6000.c: Ditto.
2735 (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
2736 (spe_build_register_parallel): Delete.
2737 * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
2738 TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
2739 * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
2740 TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
2741 (E500_CONVERT): Delete.
2742 * config/rs6000/spe.md: Remove many patterns and all define_constants.
2744 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2746 * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
2747 * config/rs6000/dfp.md: Ditto.
2748 (negdd2, *negdd2_fpr): Merge.
2749 (absdd2, *absdd2_fpr): Merge.
2750 (negtd2, *negtd2_fpr): Merge.
2751 (abstd2, *abstd2_fpr): Merge.
2752 * config/rs6000/e500.h: Delete file.
2753 * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
2754 TARGET_FPRS by 1 and simplify.
2755 * config/rs6000/rs6000-c.c: Ditto.
2756 * config/rs6000/rs6000.c: Ditto. Also replace TARGET_SF_SPE and
2758 * config/rs6000/rs6000.h: Ditto. Delete TARGET_SF_SPE and
2760 * config/rs6000/rs6000.md: Ditto.
2761 (floatdidf2, *floatdidf2_fpr): Merge.
2762 (move_from_CR_gt_bit): Delete.
2763 * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
2764 (E500_CR_IOR_COMPARE): Delete.
2765 (All patterns that require !TARGET_FPRS): Delete.
2766 * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
2768 2017-06-07 Bin Cheng <bin.cheng@arm.com>
2770 * passes.def (pass_iv_canon): Move before pass_loop_distribution.
2772 2017-06-07 Bin Cheng <bin.cheng@arm.com>
2774 * graphds.c (add_edge): Intitialize edge's attached data.
2775 (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
2776 pointer parameter. Call pointed function on each edge during
2777 graph traversing. Skip traversing the edge when the function
2779 (graphds_dfs, graphds_scc): Ditto.
2780 (for_each_edge): New parameter. Pass the new parameter to callback
2782 * graphds.h (skip_edge_callback): New function pointer type.
2783 (graphds_dfs, graphds_scc): New function pointer parameter.
2784 (graphds_edge_callback, for_each_edge): New parameter.
2786 2017-06-07 Bin Cheng <bin.cheng@arm.com>
2788 * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
2789 out code checking if runtime alias check is possible to below ...
2790 Call the new function.
2791 * tree-data-ref.c (runtime_alias_check_p): ... to new function.
2792 * tree-data-ref.h (runtime_alias_check_p): New decalaration.
2794 2017-06-07 Marek Polacek <polacek@redhat.com>
2797 * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
2798 TYPE_OVERFLOW_WRAPS check.
2800 2017-06-07 Bin Cheng <bin.cheng@arm.com>
2802 * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
2803 if versioning is required.
2804 * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
2805 peeling with the check for versioning.
2807 2017-06-07 Bin Cheng <bin.cheng@arm.com>
2809 * tree-vectorizer.h (vect_build_loop_niters): New parameter.
2810 * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
2811 Set true to new parameter if new ssa variable is defined.
2812 (vect_gen_vector_loop_niters): Refactor. Set range information
2813 for the new vector loop bound variable.
2814 (vect_do_peeling): Ditto.
2816 2017-06-07 Bin Cheng <bin.cheng@arm.com>
2818 * tree-affine.c (ssa.h): Include header file.
2819 (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
2820 has wrapping overflow behavior.
2822 2017-06-07 Bin Cheng <bin.cheng@arm.com>
2824 * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
2826 2017-06-07 Bin Cheng <bin.cheng@arm.com>
2828 (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
2829 (tree_to_aff_combination): ... here.
2831 2017-06-07 Bin Cheng <bin.cheng@arm.com>
2833 * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
2834 reg_pressure model function.
2835 (ivopts_global_cost_for_size): Delete.
2836 (determine_set_costs, iv_ca_recount_cost): Call new model function
2837 ivopts_estimate_reg_pressure.
2839 2017-06-07 Tamar Christina <tamar.christina@arm.com>
2841 * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more expensive than udiv.
2842 Remove floating point cases from mod.
2844 2017-06-07 Tamar Christina <tamar.christina@arm.com>
2846 * config/arm/aarch-cost-tables.h (cortexa53_extra_cost): Increase idiv cost.
2848 2017-06-07 Tamar Christina <tamar.christina@arm.com>
2850 * config/aarch64/aarch64.md
2851 (copysignsf3): Fix mask generation.
2853 2017-06-07 Jakub Jelinek <jakub@redhat.com>
2855 * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
2857 (class dump_manager): Add register_dumps method.
2858 * dumpfile.c: Include langhooks.h.
2859 (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
2860 (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
2861 (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
2862 (dump_manager::dump_register): Start with 512 entries instead of 32.
2863 (dump_manager::register_dumps): New method.
2864 * toplev.c (general_init): Instead of invoking register_dumps
2865 langhook, invoke register_dumps method on the dump manager.
2866 * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
2869 2017-06-07 Richard Sandiford <richard.sandiford@linaro.org>
2871 * doc/md.texi: Clarify the restrictions on a define_insn condition.
2872 Say that # requires an associated define_split to exist, and that
2873 the define_split must be suitable for use after register allocation.
2875 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
2877 * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
2878 (compute_outgoing_frequencies): Also initialize zero counts.
2879 (find_many_sub_basic_blocks): Do not produce uninitialized profile
2880 around loops; preserve more of profile when nothing changes.
2882 2017-06-06 Jim Wilson <jim.wilson@linaro.org>
2884 * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
2886 * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
2887 * config/arm/arm-cpu-cdata.h: Regenerate.
2888 * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
2889 * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
2890 * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
2891 * config/arm/arm.c (arm_qdf24xx_tune): Delete.
2892 * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
2894 * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
2896 * config/arm/t-rmprofile: Likewise.
2897 * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
2899 2017-06-06 David S. Miller <davem@davemloft.net>
2902 * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
2903 blockage if function uses alloca.
2905 2017-06-06 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2907 * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
2908 New "uid" fields to hold pretty-print IDs of group and ref.
2909 Memory references are now identified as <group_id>:<ref_id>
2910 instead of using [random] addresses.
2911 (dump_mem_details): Simplify, no functional change.
2912 (dump_mem_ref): Simplify and make output more concise.
2913 Replace couple of fprintf's throughout code with calls to dump_mem_ref.
2914 (find_or_create_group): Initialize group uid.
2915 (record_ref): Initialize ref uid. Improve debug output.
2916 (prune_group_by_reuse, should_issue_prefetch_p,)
2917 (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
2918 (mark_nontemporal_store, determine_loop_nest_reuse):
2919 Improve debug output.
2921 2017-06-06 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2923 * dbgcnt.def (prefetch): New debug counter.
2924 * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
2925 (schedule_prefetches): Stop issueing prefetches if debug counter
2928 2017-06-06 Tom de Vries <tom@codesourcery.com>
2930 * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
2931 gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
2933 2017-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2935 * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
2936 Use aarch64_reg_or_zero predicate for operand 4.
2937 (aarch64_compare_and_swap<mode> define_insn_and_split):
2938 Use aarch64_reg_or_zero predicate for operand 3. Add 'Z' constraint.
2939 (aarch64_store_exclusive<mode>): Likewise for operand 2.
2941 2017-06-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2943 * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
2944 (arm_compute_save_core_reg_mask): This.
2945 (thumb1_compute_save_reg_mask): Rename into ...
2946 (thumb1_compute_save_core_reg_mask): This.
2947 (arm_compute_save_reg0_reg12_mask): Adapt comment.
2948 (arm_compute_frame_layout): Likewise.
2950 2017-06-06 Richard Biener <rguenther@suse.de>
2952 PR tree-optimization/80974
2953 * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
2954 keep or clear leaders SSA info.
2956 2017-06-06 Tom de Vries <tom@codesourcery.com>
2958 * config/nvptx/nvptx.c (split_mode_p): New function.
2959 (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
2961 2017-06-06 Tom de Vries <tom@codesourcery.com>
2963 * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
2965 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
2968 * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
2971 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
2973 * shrink-wrap.c (handle_simple_exit): Update profile.
2974 (try_shrink_wrapping): Upate profile.
2976 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
2978 * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
2979 (tree_guess_outgoing_edge_probabilities): New.
2980 * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
2981 * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
2983 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
2985 * ipa-split.c (split_function): Initialize return bb profile.
2987 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
2989 * profile.c (compute_branch_probabilities): Also initialize
2992 2017-06-06 Richard Biener <rguenther@suse.de>
2994 PR tree-optimization/80928
2995 * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
2996 (vect_analyze_loop_operations): Properly guard analysis for
2998 (vect_transform_loop): Likewise.
2999 (vect_analyze_loop_2): Also reset SLP type on PHIs.
3000 (vect_model_induction_cost): Do not cost for pure SLP.
3001 (vectorizable_induction): Pass in SLP node, implement SLP vectorization
3002 of induction in inner loop vectorization.
3003 * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
3004 (vect_get_and_check_slp_defs): Handle vect_induction_def.
3005 (vect_build_slp_tree): Likewise. Handle PHIs as terminating the
3007 (vect_analyze_slp_cost_1): Cost induction.
3008 (vect_detect_hybrid_slp_stmts): Handle PHIs.
3009 (vect_get_slp_vect_defs): Likewise.
3010 * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
3011 (vect_transform_stmt): Handle SLP reductions.
3012 * tree-vectorizer.h (vectorizable_induction): Adjust.
3014 2017-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
3016 * config/rs6000/rs6000.c (make_resolver_func): Update
3017 init_lowered_empty_function call.
3019 2017-06-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
3021 * doc/invoke.texi: Document the -fprofile-abs-path option.
3022 * common.opt (fprofile-abs-path): New option.
3023 * gcov-io.h (gcov_write_filename): Declare.
3024 * gcov-io.c (gcov_write_filename): New function.
3025 * coverage.c (coverage_begin_function): Use gcov_write_filename.
3026 * profile.c (output_location): Likewise.
3028 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
3030 * shring-wrap.c: Revert accidental commit.
3032 2017-06-05 Volker Reichelt <v.reichelt@netcologne.de>
3034 * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
3036 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
3038 * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
3040 * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
3041 profile in callgraph edge.
3042 * profile-count.h (apply_probability): If THIS is 0, then result is 0
3043 (apply_scale): Likewise.
3044 * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
3045 Also scale profile when inlining function with zero profile.
3046 (initialize_cfun): Update exit block profile even when it is zero.
3047 * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
3048 when profile is read.
3050 2017-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
3052 * config/rs6000/rs6000.c (toplevel): Include attribs.h.
3053 (CLONE_*): New constants to define the processors we can generate
3054 code for with the target_clone attribute.
3055 (rs6000_clone_map): New array to identify which clone processors
3056 the current program is running on.
3057 (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
3058 target_clone attribute.
3059 (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
3060 (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
3061 (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
3062 (cpu_expand_builtin): Add support for target_clone attribute.
3063 (rs6000_valid_attribute_p): Allow "default" attribute.
3064 (get_decl_name): New debug function to simplify printing the
3065 current function name in debugging statements.
3066 (rs6000_clone_priority): New functions to support the target_clone
3067 attribute, and be able to generate code to switch between ISA 2.05
3068 through ISA 3.0 (power6 through power9).
3069 (rs6000_compare_version_priority): Likewise.
3070 (rs6000_get_function_versions_dispatcher): Likewise.
3071 (make_resolver_func): Likewise.
3072 (add_condition_to_bb): Likewise.
3073 (dispatch_function_versions): Likewise.
3074 (rs6000_generate_version_dispatcher_body): Likewise.
3075 (rs6000_can_inline_p): Call get_decl_name for debugging usage.
3076 (fusion_gpr_load_p): Fix a spacing issue.
3077 * doc/extend.texi (Common Function Attributes): Document that the
3078 PowerPC supports the target_clone attribute.
3080 2017-06-05 Thomas Preud'homme <thomas.preudhomme@arm.com>
3082 * config/arm/arm.h: explain F symbol found in description of ARM
3083 register allocation in its legend.
3085 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
3087 * config/mips/frame-header-opt.c: Include profile-count.h.
3088 * config/riscv/riscv.c: Include profile-count.h
3090 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
3092 * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
3094 (sm_set_flag_if_changed): Add bbs field.
3095 (execute_sm_if_changed_flag_set): Pass BBS.
3096 (execute_sm): Update.
3098 2017-06-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3100 * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
3103 2017-06-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3105 * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
3106 (peephole2): New peephole2 to emit the above.
3107 * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
3109 2017-06-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3111 * config/aarch64/aarch64.c (define_peephole2 above
3112 *sub_<shift>_<mode>): New peephole.
3114 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
3116 * config/i386/i386.c (make_resolver_func): Update.
3117 * Makefile.in: Add profile-count.h and profile-count.o
3118 * auto-profile.c (afdo_indirect_call): Update to new API.
3119 (afdo_set_bb_count): Update.
3120 (afdo_propagate_edge): Update.
3121 (afdo_propagate_circuit): Update.
3122 (afdo_calculate_branch_prob): Update.
3123 (afdo_annotate_cfg): Update.
3124 * basic-block.h: Include profile-count.h
3125 (struct edge_def): Turn count to profile_count.
3126 (struct basic_block_def): Likewie.
3127 (REG_BR_PROB_BASE): Move to profile-count.h
3128 (RDIV): Move to profile-count.h
3129 * bb-reorder.c (max_entry_count): Turn to profile_count.
3130 (find_traces): Update.
3131 (rotate_loop):Update.
3132 (connect_traces):Update.
3133 (sanitize_hot_paths):Update.
3134 * bt-load.c (migrate_btr_defs): Update.
3135 * cfg.c (RDIV): Remove.
3136 (init_flow): Use alloc_block.
3137 (alloc_block): Uninitialize count.
3138 (unchecked_make_edge): Uninitialize count.
3139 (check_bb_profile): Update.
3140 (dump_edge_info): Update.
3141 (dump_bb_info): Update.
3142 (update_bb_profile_for_threading): Update.
3143 (scale_bbs_frequencies_int): Update.
3144 (scale_bbs_frequencies_gcov_type): Update.
3145 (scale_bbs_frequencies_profile_count): New.
3146 * cfg.h (update_bb_profile_for_threading): Update.
3147 (scale_bbs_frequencies_profile_count): Declare.
3148 * cfgbuild.c (compute_outgoing_frequencies): Update.
3149 (find_many_sub_basic_blocks): Update.
3150 * cfgcleanup.c (try_forward_edges): Update.
3151 (try_crossjump_to_edge): Update.
3152 * cfgexpand.c (expand_gimple_tailcall): Update.
3153 (construct_exit_block): Update.
3154 * cfghooks.c (verify_flow_info): Update.
3155 (dump_bb_for_graph): Update.
3156 (split_edge): Update.
3157 (make_forwarder_block): Update.
3158 (duplicate_block): Update.
3159 (account_profile_record): Update.
3160 * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
3161 (get_estimated_loop_iterations): Update.
3162 * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
3163 (single_likely_exit): Update.
3164 * cfgloopmanip.c (scale_loop_profile): Update.
3166 (set_zero_probability): Update.
3167 (lv_adjust_loop_entry_edge): Update.
3168 * cfgrtl.c (force_nonfallthru_and_redirect): Update.
3169 (purge_dead_edges): Update.
3170 (rtl_account_profile_record): Update.
3171 * cgraph.c (cgraph_node::create): Uninitialize count.
3172 (symbol_table::create_edge): Uninitialize count.
3173 (cgraph_update_edges_for_call_stmt_node): Update.
3174 (cgraph_edge::dump_edge_flags): Update.
3175 (cgraph_node::dump): Update.
3176 (cgraph_edge::maybe_hot_p): Update.
3177 * cgraph.h: Include profile-count.h
3178 (create_clone), create_edge, create_indirect_edge): Update.
3179 (cgraph_node): Turn count to profile_count.
3180 (cgraph_edge0: Likewise.
3181 (make_speculative, clone): Update.
3182 (create_edge): Update.
3183 (init_lowered_empty_function): Update.
3184 * cgraphclones.c (cgraph_edge::clone): Update.
3185 (duplicate_thunk_for_node): Update.
3186 (cgraph_node::create_clone): Update.
3187 * cgraphunit.c (cgraph_node::analyze): Update.
3188 (cgraph_node::expand_thunk): Update.
3189 * final.c (dump_basic_block_info): Update.
3190 * gimple-streamer-in.c (input_bb): Update.
3191 * gimple-streamer-out.c (output_bb): Update.
3192 * graphite.c (print_global_statistics): Update.
3193 (print_graphite_scop_statistics): Update.
3194 * hsa-brig.c: Include basic-block.h.
3195 * hsa-dump.c: Include basic-block.h.
3196 * hsa-gen.c (T sum_slice): Update.
3197 (convert_switch_statements):Update.
3198 * hsa-regalloc.c: Include basic-block.h.
3199 * ipa-chkp.c (chkp_produce_thunks): Update.
3200 * ipa-cp.c (struct caller_statistics): Update.
3201 (init_caller_stats): Update.
3202 (gather_caller_stats): Update.
3203 (ipcp_cloning_candidate_p): Update.
3204 (good_cloning_opportunity_p): Update.
3205 (get_info_about_necessary_edges): Update.
3206 (dump_profile_updates): Update.
3207 (update_profiling_info): Update.
3208 (update_specialized_profile): Update.
3209 (perhaps_add_new_callers): Update.
3210 (decide_about_value): Update.
3211 (ipa_cp_c_finalize): Update.
3212 * ipa-devirt.c (struct odr_type_warn_count): Update.
3213 (struct decl_warn_count): Update.
3214 (struct final_warning_record): Update.
3215 (possible_polymorphic_call_targets): Update.
3216 (ipa_devirt): Update.
3217 * ipa-fnsummary.c (redirect_to_unreachable): Update.
3218 * ipa-icf.c (sem_function::merge): Update.
3219 * ipa-inline-analysis.c (do_estimate_edge_time): Update.
3220 * ipa-inline.c (compute_uninlined_call_time): Update.
3221 (compute_inlined_call_time): Update.
3222 (want_inline_small_function_p): Update.
3223 (want_inline_self_recursive_call_p): Update.
3224 (edge_badness): Update.
3225 (lookup_recursive_calls): Update.
3226 (recursive_inlining): Update.
3227 (inline_small_functions): Update.
3228 (dump_overall_stats): Update.
3229 (dump_inline_stats): Update.
3230 * ipa-profile.c (ipa_profile_generate_summary): Update.
3231 (ipa_propagate_frequency): Update.
3232 (ipa_profile): Update.
3233 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
3234 * ipa-utils.c (ipa_merge_profiles): Update.
3235 * loop-doloop.c (doloop_modify): Update.
3236 * loop-unroll.c (report_unroll): Update.
3237 (unroll_loop_runtime_iterations): Update.
3238 * lto-cgraph.c (lto_output_edge): Update.
3239 (lto_output_node): Update.
3240 (input_node): Update.
3241 (input_edge): Update.
3242 (merge_profile_summaries): Update.
3243 * lto-streamer-in.c (input_cfg): Update.
3244 * lto-streamer-out.c (output_cfg): Update.
3245 * mcf.c (create_fixup_graph): Update.
3246 (adjust_cfg_counts): Update.
3247 (sum_edge_counts): Update.
3248 * modulo-sched.c (sms_schedule): Update.
3249 * postreload-gcse.c (eliminate_partially_redundant_load): Update.
3250 * predict.c (maybe_hot_count_p): Update.
3251 (probably_never_executed): Update.
3252 (dump_prediction): Update.
3253 (combine_predictions_for_bb): Update.
3254 (propagate_freq): Update.
3255 (handle_missing_profiles): Update.
3256 (counts_to_freqs): Update.
3257 (rebuild_frequencies): Update.
3258 (force_edge_cold): Update.
3259 * predict.h: Include profile-count.h
3260 (maybe_hot_count_p, counts_to_freqs): UPdate.
3261 * print-rtl-function.c: Do not include cfg.h
3262 * print-rtl.c: Include basic-block.h
3263 * profile-count.c: New file.
3264 * profile-count.h: New file.
3265 * profile.c (is_edge_inconsistent): Update.
3266 (correct_negative_edge_counts): Update.
3267 (is_inconsistent): Update.
3268 (set_bb_counts): Update.
3269 (read_profile_edge_counts): Update.
3270 (compute_frequency_overlap): Update.
3271 (compute_branch_probabilities): Update; Initialize and deinitialize
3273 (branch_prob): Update.
3274 * profile.h (bb_gcov_counts, edge_gcov_counts): New.
3275 (edge_gcov_count): New.
3276 (bb_gcov_count): New.
3277 * shrink-wrap.c (try_shrink_wrapping): Update.
3278 * tracer.c (better_p): Update.
3279 * trans-mem.c (expand_transaction): Update.
3280 (ipa_tm_insert_irr_call): Update.
3281 (ipa_tm_insert_gettmclone_call): Update.
3282 * tree-call-cdce.c: Update.
3283 * tree-cfg.c (gimple_duplicate_sese_region): Update.
3284 (gimple_duplicate_sese_tail): Update.
3285 (gimple_account_profile_record): Update.
3286 (execute_fixup_cfg): Update.
3287 * tree-inline.c (copy_bb): Update.
3288 (copy_edges_for_bb): Update.
3289 (initialize_cfun): Update.
3290 (freqs_to_counts): Update.
3291 (copy_cfg_body): Update.
3292 (expand_call_inline): Update.
3293 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
3294 * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
3295 (try_unroll_loop_completely): Update.
3296 (try_peel_loop): Update.
3297 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
3298 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
3299 * tree-ssa-loop-split.c (connect_loops): Update.
3300 * tree-ssa-loop-unswitch.c (hoist_guard): Update.
3301 * tree-ssa-reassoc.c (branch_fixup): Update.
3302 * tree-ssa-tail-merge.c (replace_block_by): Update.
3303 * tree-ssa-threadupdate.c (create_block_for_threading): Update.
3304 (compute_path_counts): Update.
3305 (update_profile): Update.
3306 (recompute_probabilities): Update.
3307 (update_joiner_offpath_counts): Update.
3308 (estimated_freqs_path): Update.
3309 (freqs_to_counts_path): Update.
3310 (clear_counts_path): Update.
3311 (ssa_fix_duplicate_block_edges): Update.
3312 (duplicate_thread_path): Update.
3313 * tree-switch-conversion.c (case_bit_test_cmp): Update.
3314 (struct switch_conv_info): Update.
3315 * tree-tailcall.c (decrease_profile): Update.
3316 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
3317 * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
3318 * value-prof.c (check_counter): Update.
3319 (gimple_divmod_fixed_value): Update.
3320 (gimple_mod_pow2): Update.
3321 (gimple_mod_subtract): Update.
3322 (gimple_ic_transform): Update.
3323 (gimple_stringop_fixed_value): Update.
3324 * value-prof.h (gimple_ic): Update.
3326 2017-06-02 Carl Love <cel@us.ibm.com>
3328 * config/rs6000/rs6000-c: Add support for built-in functions
3329 vector double vec_doublee (vector signed int);
3330 vector double vec_doublee (vector unsigned int);
3331 vector double vec_doublee (vector float);
3332 vector double vec_doubleh (vector signed int);
3333 vector double vec_doubleh (vector unsigned int);
3334 vector double vec_doubleh (vector float);
3335 vector double vec_doublel (vector signed int);
3336 vector double vec_doublel (vector unsigned int);
3337 vector double vec_doublel (vector float);
3338 vector double vec_doubleo (vector signed int);
3339 vector double vec_doubleo (vector unsigned int);
3340 vector double vec_doubleo (vector float);.
3341 * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
3342 DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
3344 * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
3345 unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
3346 unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
3348 * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
3349 vec_doublel, vec_doubleh.
3350 * doc/extend.texi: Update the built-in documentation file for the
3351 new built-in functions.
3353 2017-06-02 David Malcolm <dmalcolm@redhat.com>
3356 * ipa-inline-analysis.c (free_growth_caches): Set
3357 edge_removal_hook_holder to NULL after removing it.
3359 2017-06-02 Sudakshina Das <sudi.das@arm.com>
3361 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
3362 comparision with zero.
3364 2017-06-02 Will Schmidt <will_schmidt@vnet.ibm.com>
3365 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
3366 for early expansion of vec_min and vec_max builtins.
3367 (builtin_function_type): Add min/max unsigned variants to those
3368 identified as having unsigned arguments.
3370 2017-06-02 Olivier Hainque <hainque@adacore.com>
3372 * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
3374 2017-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3376 * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
3377 Use VALL_F16 iterator rather than VALL.
3379 2017-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3381 * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
3382 Emit CBNZ inside loop when doing a strong exchange and comparing
3383 against zero. Generate the CC flags after the loop.
3385 2017-06-02 David Edelsohn <dje.gcc@gmail.com>
3387 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
3388 (dl_section_ref): New.
3389 (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
3390 On AIX, append an expression to subtract the size of the
3391 section length to dl_section_ref.
3393 2017-06-02 Will Schmidt <will_schmidt@vnet.ibm.com>
3395 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
3396 for early expansion of vector absolute builtins.
3398 2017-06-02 Richard Biener <rguenther@suse.de>
3400 * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
3401 what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
3403 2017-06-02 Richard Biener <rguenther@suse.de>
3405 PR tree-optimization/80948
3406 * tree-tailcall.c (find_tail_calls): Track stmts to move in
3409 2017-06-02 Richard Biener <rguenther@suse.de>
3411 * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
3413 * tree-vect-stmts.c (process_use): Do not mark backedge defs
3414 for inductions as relevant.
3416 2017-06-02 Richard Biener <rguenther@suse.de>
3418 * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
3419 (vectorizable_induction): ... this. Remove dead code.
3421 2017-06-02 Eric Botcazou <ebotcazou@adacore.com>
3423 * builtins. (expand_builtin_alloca): Remove second parameter and
3424 infer its value from the first parameter instead.
3425 (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
3427 2017-06-02 Jakub Jelinek <jakub@redhat.com>
3429 PR rtl-optimization/80903
3430 * loop-doloop.c (add_test): Unshare sequence.
3432 2017-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
3434 * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
3436 2017-06-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
3438 * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
3440 (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
3441 xlogue_layout::get_instance, logue_layout::xlogue_layout,
3442 sp_valid_at, fp_valid_at, choose_basereg): Formatting.
3443 (xlogue_layout::get_stub_rtx): Make static.
3444 (xlogue_layout::get_stub_name): Avoid const-cast, make static.
3445 (xlogue_layout::compute_stub_managed_regs): Rename to...
3446 (xlogue_layout::count_stub_managed_regs): ...this.
3447 (xlogue_layout::is_stub_managed_reg): New function.
3448 (xlogue_layout::m_stub_names): Rename to...
3449 (xlogue_layout::s_stub_names): ...this, make static.
3450 (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
3451 xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
3452 xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
3453 xlogue_layout::s_stub_names): Instantiate statics.
3454 (stub_managed_regs): Remove.
3455 (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
3456 (disable_call_ms2sysv_xlogues): Rename to...
3457 (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
3458 (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
3460 (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
3461 change after reload_completed.
3462 (ix86_can_use_return_insn_p): Use the ix86_frame data structure
3464 (ix86_expand_prologue): Likewise.
3465 (ix86_expand_epilogue): Likewise.
3466 (ix86_expand_split_stack_prologue): Likewise.
3467 (ix86_compute_frame_layout): Remove frame parameter ...
3468 (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
3469 (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
3471 (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
3472 (ix86_frame): Move from here ...
3473 * config/i386/i386.h (ix86_frame): ... to here.
3474 (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
3475 complete ix86_frame data structure instead. Remove some_ld_name.
3477 2017-06-01 Pierre-Marie de Rodat <derodat@adacore.com>
3479 * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
3480 symbols that hold a DECL_VALUE_EXPR.
3482 2017-06-01 Martin Jambor <mjambor@suse.cz>
3484 PR tree-optimization/80898
3485 * tree-sra.c (process_subtree_disqualification): Removed.
3486 (disqualify_candidate): Do not acll
3487 process_subtree_disqualification.
3488 (subtree_mark_written_and_enqueue): New function.
3489 (propagate_all_subaccesses): Set grp_write of LHS subtree if the
3490 RHS has been disqualified and re-queue LHS if necessary. Apart
3491 from that, ignore disqualified RHS.
3493 2017-06-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3495 * config/s390/s390.c (s390_emit_epilogue): Disable early return
3496 address fetch for z10 or later.
3498 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
3500 * config/arc/arc.md (tst_movb): Add guard when splitting.
3502 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
3504 * config/arc/arc.c (arc_can_eliminate): Test against
3505 arc_frame_pointer_needed.
3507 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
3509 * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
3510 to prevent store reordering.
3511 * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
3512 (type): Add block type.
3513 (stack_tie): Define special instruction to be used in
3516 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
3518 * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
3519 constraint. It is not valid for the pattern.
3520 (noncommutative_binary_comparison): Likewise.
3522 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
3524 * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
3527 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
3529 * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
3530 be used by the reg-alloc.
3532 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
3534 * config/arc/arc.md (mulsi3): Avoid use of hard registers before
3535 reg-alloc when having mul64 or mul32x16 instructions.
3536 (mulsidi3): Likewise.
3537 (umulsidi3): Likewise.
3538 (mulsi32x16): New pattern.
3539 (mulsi64): Likewise.
3540 (mulsidi64): Likewise.
3541 (umulsidi64): Likewise.
3542 (MUL32x16_REG): Define.
3543 (mul64_600): Use MUL32x16_REG.
3544 (mac64_600): Likewise.
3545 (umul64_600): Likewise.
3546 (umac64_600): Likewise.
3548 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
3550 * config/arc/arc.md (mulsi3_700): Make it commutative.
3552 2017-06-01 Jose E. Marchesi <jose.marchesi@oracle.com>
3554 * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
3556 (*sign_extendsidi2_insn): Likewise for movstosw.
3558 2017-06-01 Pierre-Marie de Rodat <derodat@adacore.com>
3560 * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
3561 the type of the input discriminant value. Convert the
3562 discriminant value of signedness vary.
3564 2017-06-01 Volker Reichelt <v.reichelt@netcologne.de>
3566 * doc/invoke.texi (-Wcatch-value): Document new shortcut.
3567 Add to -Wall section.
3569 2017-06-01 Richard Biener <rguenther@suse.de>
3572 * fold-const.c (fold_plusminus_mult_expr): If the factored
3573 factor may be zero use a wrapping type for the inner operation.
3574 * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
3575 and handle moved defs.
3576 (process_assignment): Properly guard the unary op case. Return a
3577 tri-state indicating that moving the stmt before the call may allow
3578 to continue. Pass through to_move.
3579 (find_tail_calls): Handle moving unrelated defs before
3582 2017-05-31 Segher Boessenkool <segher@kernel.crashing.org>
3585 * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
3586 splitter result in the canonical way.
3588 2017-05-31 Uros Bizjak <ubizjak@gmail.com>
3590 * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
3591 also for 32bit target. Update insn attributes.
3592 (zero-extendsidi2 splitter): Allow all registers for operand 1.
3594 2017-05-31 Sebastian Peryt <sebastian.peryt@intel.com>
3596 * config/i386/avx512fintrin.h (_mm_mask_max_sd)
3597 (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
3598 (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
3599 (_mm_maskz_min_ss): New intrinsics.
3601 2017-05-31 Martin Liska <mliska@suse.cz>
3603 * tree-vect-loop.c (vect_create_epilog_for_reduction):
3604 Change comment style to one we normally use.
3605 (vectorizable_reduction): Likewise.
3606 (vectorizable_induction): Likewise.
3607 * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
3608 (vectorizable_call): Likewise.
3609 (vectorizable_simd_clone_call): Likewise.
3610 (vectorizable_conversion): Likewise.
3611 (vectorizable_assignment): Likewise.
3612 (vectorizable_shift): Likewise.
3613 (vectorizable_operation): Likewise.
3614 (vectorizable_store): Likewise.
3615 (vectorizable_load): Likewise.
3616 * tree-vectorizer.h: Likewise.
3618 2017-05-31 Alexander Monakov <amonakov@ispras.ru>
3620 * passes.c (emergency_dump_function): New.
3621 * tree-pass.h (emergency_dump_function): Declare.
3622 * plugin.c (plugins_internal_error_function): Remove.
3623 * plugin.h (plugins_internal_error_function): Remove declaration.
3624 * toplev.c (internal_error_function): New static function. Use it...
3625 (general_init): ...here.
3627 2017-05-31 Graham Markall <graham.markall@embecosm.com>
3629 * config/arc/arc.c (arc_print_operand): Handle constant operands.
3630 (arc_rtx_costs): Add costs for new patterns.
3631 * config/arc/arc.md: Additional *add_n and *sub_n patterns.
3632 * config/arc/predicates.md: Add _1_2_3_operand predicate.
3634 2017-05-31 Richard Sandiford <richard.sandiford@linaro.org>
3636 * tree-ssa-strlen.c (get_next_strinfo): New function.
3637 (get_stridx_plus_constant): Use it.
3638 (zero_length_string): Likewise.
3639 (adjust_related_strinfos): Likewise.
3640 (adjust_last_stmt): Likewise.
3642 2017-05-31 Richard Biener <rguenther@suse.de>
3645 * config/i386/i386.c (ix86_expand_builtin): Remove assert
3646 for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
3648 2017-05-31 Richard Sandiford <richard.sandiford@linaro.org>
3650 * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
3651 loop_vinfo argument and use of dependence distance vectors.
3652 Check instead whether the two references differ only in their
3653 initial value and assume that they have the same alignment if the
3654 difference is a multiple of the vector alignment.
3655 (vect_analyze_data_refs_alignment): Update call accordingly.
3657 2017-05-31 Martin Liska <mliska@suse.cz>
3660 * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
3662 2017-05-31 Bin Cheng <bin.cheng@arm.com>
3664 * tree-vect-loop-manip.c (create_intersect_range_checks_index)
3665 (create_intersect_range_checks): Move from ...
3666 * tree-data-ref.c (create_intersect_range_checks_index)
3667 (create_intersect_range_checks): ... to here.
3668 (create_runtime_alias_checks): New function factored from ...
3669 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
3670 here. Call above function.
3671 * tree-data-ref.h (create_runtime_alias_checks): New function.
3673 2017-05-31 Bin Cheng <bin.cheng@arm.com>
3675 * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
3676 segment length for dr_b and compute it in wide_int.
3678 2017-05-31 Richard Biener <rguenther@suse.de>
3680 PR tree-optimization/80906
3681 * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
3682 and pass through iv_map.
3683 (copy_bb_and_scalar_dependences): Adjust.
3684 (translate_pending_phi_nodes): Likewise.
3685 (copy_loop_close_phi_args): Handle code-generating IVs instead
3688 2017-05-30 David Malcolm <dmalcolm@redhat.com>
3690 * diagnostic-color.c (color_dict): Add "type-diff".
3691 (parse_gcc_colors): Update comment.
3692 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
3693 -fdiagnostics-show-template-tree and -fno-elide-type.
3694 (GCC_COLORS): Add type-diff to example.
3696 (-fdiagnostics-show-template-tree): New.
3697 (-fno-elide-type): New.
3698 * pretty-print.c (pp_format): Pass quote and formatters[argno] to
3699 the pp_format_decoder callback. Call any m_format_postprocessor's
3701 (pretty_printer::pretty_printer): Initialize
3702 m_format_postprocessor.
3703 (pretty_printer::~pretty_printer): Delete any
3704 m_format_postprocessor.
3705 * pretty-print.h (printer_fn): Add bool and const char ** parameters.
3706 (class format_postprocessor): New class.
3707 (struct pretty_printer::format_decoder): Document the new parameters.
3708 (struct pretty_printer::m_format_postprocessor): New field.
3709 * tree-diagnostic.c (default_tree_printer): Update for new
3710 bool and const char ** params.
3711 * tree-diagnostic.h (default_tree_printer): Likewise.
3713 2017-05-30 Segher Boessenkool <segher@kernel.crashing.org>
3715 * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
3716 (lwa_operand): Delete rs6000_gen_cell_microcode test.
3717 * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
3718 rs6000_gen_cell_microcode code.
3719 (rs6000_final_prescan_insn): Delete.
3720 (rs6000_opt_vars): Delete the "gen-cell-microcode" and
3721 "warn-cell-microcode" entries.
3722 * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
3723 * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
3724 throughout. Change cc_reg_not_micro_cr0_operand to
3725 cc_reg_not_cr0_operand throughout.
3726 (*extendhi<mode>2_noload): Delete.
3727 * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
3728 (mwarn-cell-microcode): Delete.
3729 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
3730 -mgen-cell-microcode and -mwarn-cell-microcode.
3732 2017-05-30 Uros Bizjak <ubizjak@gmail.com>
3735 * config/i386/constraints.md (Yd): New constraint.
3737 * config/i386/i386.md (*movti_internal): Add (?r, Ye)
3738 and (?Yd, r) alternatives. Update insn attributes.
3739 * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
3740 and (?*Yd, r) alternatives. Update insn attributes.
3741 (double-mode inter-unit splitters): Add new GR<->XMM splitters.
3743 2017-05-30 Pierre-Marie de Rodat <derodat@adacore.com>
3745 * gimplify.c (gimplify_modify_expr): Don't create a
3746 DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
3749 2017-05-30 Wilco Dijkstra <wdijkstr@arm.com>
3751 * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
3753 2017-05-30 Richard Biener <rguenther@suse.de>
3755 * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
3756 and reduc_def fields.
3757 (STMT_VINFO_REDUC_TYPE): New define.
3758 (STMT_VINFO_REDUC_DEF): Likewise.
3759 (vect_force_simple_reduction): Adjust prototype.
3760 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
3761 (vect_is_simple_reduction): Remove check_reduction argument.
3762 (vect_force_simple_reduction): Adjust and set
3763 STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
3764 (vectorizable_reduction): Do not re-do reduction analysis
3765 but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
3766 * tree-parloops.c (gather_scalar_reductions): Adjust.
3768 2017-05-30 Richard Biener <rguenther@suse.de>
3771 * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
3774 2017-05-24 Robin Dapp <rdapp@linux.vnet.ibm.com>
3776 * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
3777 Introduce unknown_misalignment parameter and remove vf.
3778 (vect_peeling_hash_get_lowest_cost):
3779 Pass unknown_misalignment parameter.
3780 (vect_enhance_data_refs_alignment):
3781 Fix unsupportable data ref treatment.
3783 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
3785 * tree-vect-data-refs.c (vect_get_data_access_cost):
3786 Workaround for SLP handling.
3787 (vect_enhance_data_refs_alignment):
3788 Compute costs for doing no peeling at all, compare to the best
3789 peeling costs so far and avoid peeling if cheaper.
3791 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
3793 * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
3794 Return peeling info and set costs to zero for unlimited cost
3796 (vect_enhance_data_refs_alignment): Also inspect all datarefs
3797 with unknown misalignment. Compute and costs for unknown
3798 misalignment, compare them to the costs for known misalignment
3799 and choose the cheapest for peeling.
3801 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
3803 * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
3804 (vect_get_peeling_costs_all_drs): Create function.
3805 (vect_peeling_hash_get_lowest_cost):
3806 Use vect_get_peeling_costs_all_drs.
3807 (vect_peeling_supportable): Create function.
3808 (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
3810 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
3812 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
3813 DR_HAS_NEGATIVE_STEP.
3814 (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
3815 (vect_enhance_data_refs_alignment): Use.
3816 (vect_duplicate_ssa_name_ptr_info): Use.
3817 * tree-vectorizer.h (dr_misalignment): Use.
3818 (known_alignment_for_access_p): Use.
3820 2017-05-30 Jozef Lawrynowicz <jozef.l@somniumtech.com>
3823 * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
3825 (has_section_name): New function.
3827 2017-05-30 Martin Liska <mliska@suse.cz>
3830 * auto-profile.c (get_function_decl_from_block): Fix
3833 2017-05-30 Richard Biener <rguenther@suse.de>
3836 * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
3838 2017-05-30 Martin Liska <mliska@suse.cz>
3840 * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
3841 * dumpfile.h (struct dump_file_info): Remove ctors.
3843 2017-05-30 Martin Liska <mliska@suse.cz>
3845 * predict.def: Fix GNU coding style.
3847 2017-05-29 Max Filippov <jcmvbkbc@gmail.com>
3849 * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
3850 Mark 'to' argument with ATTRIBUTE_UNUSED.
3852 2017-05-29 Max Filippov <jcmvbkbc@gmail.com>
3854 * config/xtensa/xtensa.c (xtensa_emit_call): Use
3855 HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
3856 (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
3859 2017-05-29 Eric Botcazou <ebotcazou@adacore.com>
3861 * doc/install.texi (Options specification): Restore entry of
3862 --enable-sjlj-exceptions.
3864 2017-05-27 Michael Eager <eager@eagercon.com>
3867 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
3869 See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
3871 * config/microblaze/microblaze.h
3872 (FIXED_REGISTERS): Update in macro.
3873 (CALL_USED_REGISTERS): Update in macro.
3875 2017-05-27 François-Xavier Coudett <fxcoudert@gcc.gnu.org>
3877 * doc/install.texi: Add links to macOS binary distributions.
3879 2017-05-27 Jakub Jelinek <jakub@redhat.com>
3883 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
3885 * match.pd ((A +- CST1) +- CST2): Allow some conversions.
3887 2017-05-26 Martin Liska <mliska@suse.cz>
3889 * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
3891 2017-05-26 Martin Liska <mliska@suse.cz>
3893 * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
3894 always leading ';; '.
3895 (dump_bb_info): Likewise.
3896 (brief_dump_cfg): Likewise.
3897 * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
3898 * dumpfile.c: Remove usage of TDF_VERBOSE.
3899 * dumpfile.h (enum dump_kind): Likewise.
3900 (dump_gimple_bb_header): Do not use TDF_COMMENT.
3901 * print-tree.c (debug_verbose): Remove.
3902 * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
3903 (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
3904 * tree-diagnostic.c (default_tree_printer): Replace
3905 TDF_DIAGNOSTIC with TDF_SLIM.
3907 2017-05-26 Bin Cheng <bin.cheng@arm.com>
3909 * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
3910 in parameter loop, rather than loop_vinfo.
3911 (create_intersect_range_checks): Ditto.
3912 (vect_create_cond_for_alias_checks): Update call to above functions.
3914 2017-05-26 Bin Cheng <bin.cheng@arm.com>
3916 PR tree-optimization/80815
3917 * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
3918 for merging runtime alias checks. Handle negative DR_STEPs.
3920 2017-05-26 Bin Cheng <bin.cheng@arm.com>
3922 * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
3924 * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
3925 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
3926 out code pruning runtime alias checks.
3927 * tree-data-ref.c (prune_runtime_alias_test_list): New function
3928 factored out from above.
3929 * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
3931 * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
3933 (prune_runtime_alias_test_list): New decalaration.
3935 2017-05-26 Bin Cheng <bin.cheng@arm.com>
3937 * tree-vect-data-refs.c (compare_tree): Rename and move ...
3938 * tree-data-ref.c (data_ref_compare_tree): ... to here.
3939 * tree-data-ref.h (data_ref_compare_tree): New decalaration.
3940 * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
3941 (operator==, comp_dr_with_seg_len_pair): Ditto.
3942 (vect_prune_runtime_alias_test_list): Ditto.
3944 2017-05-26 Martin Liska <mliska@suse.cz>
3947 * params.def: Bound partial-inlining-entry-probability param.
3949 2017-05-26 Marek Polacek <polacek@redhat.com>
3952 * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
3955 2017-05-26 Richard Biener <rguenther@suse.de>
3957 PR tree-optimization/80842
3958 * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
3961 2017-05-26 Richard Biener <rguenther@suse.de>
3963 PR tree-optimization/80844
3964 * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
3966 2017-05-25 Sebastian Peryt <sebastian.peryt@intel.com>
3968 * doc/md.texi (Machine Constraints): Update x86 family
3969 machine constraints section to match 'config/i386/constraints.md'.
3971 2017-05-25 Volker Reichelt <v.reichelt@netcologne.de>
3973 * doc/invoke.texi (-Wcatch-value=): Document new warning option.
3975 2017-05-25 Nathan Sidwell <nathan@acm.org>
3977 * doc/invoke.texi (--enable-languages): Update documentation.
3979 2017-05-25 Martin Liska <mliska@suse.cz>
3981 * dumpfile.c: Add TDF_FOLDING.
3982 * dumpfile.h (enum dump_kind): Likewise.
3983 * genmatch.c (dt_simplify::gen_1): Use it.
3985 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
3987 * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
3989 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
3991 * match.pd ((A +- CST1) +- CST2): Allow some conversions.
3992 * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
3994 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
3996 * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
3997 * match.pd (X == C): Rewrite it here.
3998 (with_possible_nonzero_bits, with_possible_nonzero_bits2,
3999 with_certain_nonzero_bits2): New predicates.
4000 * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
4002 2017-05-24 Nathan Sidwell <nathan@acm.org>
4004 * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
4007 * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
4010 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
4012 * config/powerpcspe: New port. Files are copied from the rs6000
4013 port, with "rs6000" in filenames replaced by "powerpcspe".
4015 2017-05-24 Wilco Dijkstra <wdijkstr@arm.com>
4017 PR rtl-optimization/80754
4018 * lra-remat.c (do_remat): Add overlap checks for dst_regno.
4020 2017-05-24 Sheldon Lobo <smlobo@sheldon.us.oracle.com>
4022 * config/sparc/sparc.md (length): Return the correct value for -mflat
4023 sibcalls to match output_sibcall.
4025 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
4029 * config/rs6000/rs6000.c (struct machine_function): Add new field
4031 (rs6000_get_separate_components): Init that field, use it.
4032 (rs6000_components_for_bb): Use the field.
4034 2017-05-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
4036 * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
4038 2017-05-24 Peter Bergner <bergner@vnet.ibm.com>
4041 * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
4043 2017-05-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4046 * config/s390/s390.c (s390_check_qrst_address): Check incoming
4047 address against address_operand predicate.
4048 * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
4050 2017-05-24 Eric Botcazou <ebotcazou@adacore.com>
4052 * var-tracking.c (track_expr_p): Do not return 0 for tracked record
4053 parameters passed indirectly.
4055 2017-05-23 Uros Bizjak <ubizjak@gmail.com>
4057 * config/i386/i386.md (*movdi_internal): Remove SSE4
4058 alternative 18 (?r, *v). Update insn attributes.
4059 (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
4060 Update insn attributes.
4061 (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
4062 Update insn attributes.
4063 * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
4064 alternative 1 (r, v). Remove isa attribute.
4065 * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
4066 Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
4067 and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
4069 2017-05-23 Tom de Vries <tom@codesourcery.com>
4071 * doc/sourcebuild.texi (Directives, Verify compiler message): Document
4074 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
4076 * cgraphunit.c (symbol_table::process_new_functions): Update.
4077 * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
4078 (inline_generate_summary): Rename to ...
4079 (ipa_fn_summary_generate): ... this one.
4080 (inline_read_summary): Rename to ...
4081 (ipa_fn_summary_read): ... this one.
4082 (inline_write_summary): Rename to ...
4083 (ipa_fn_summary_write): ... this one.
4084 (inline_free_summary): Rename to ...
4085 (ipa_free_fn_summary): ... this one.
4086 (pass_data_local_fn_summary, pass_local_fn_summary,
4087 make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
4088 pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
4089 pass_data_ipa_fn_summary, pass_ipa_fn_summary,
4090 make_pass_ipa_fn_summary): New.
4091 * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
4092 inline_write_summary, inline_free_summary): Remove.
4093 (ipa_free_fn_summary) : New.
4094 * ipa-inline.c (ipa_inline): Update.
4095 (pass_ipa_inline): Do not generate summaries.
4096 * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
4098 * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
4099 and add pass_ipa_fn_summary.
4100 * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
4102 (make_pass_inline_parameters): Remove.
4104 2017-05-23 Thomas Schwinge <thomas@codesourcery.com>
4106 * omp-low.c (struct omp_context): Remove "default_kind" member.
4109 * omp-offload.c (execute_oacc_device_lower): Remove the
4110 parallelism dimensions function attributes for unparallelized
4111 OpenACC kernels constructs.
4113 2017-05-23 Martin Liska <mliska@suse.cz>
4115 * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
4117 (cgraph_edge::make_speculative): Likewise.
4118 (cgraph_edge::resolve_speculation): Likewise.
4119 (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
4120 (cgraph_node::dump): Likewise.
4121 * cgraph.h: Likewise.
4122 * cgraphunit.c (analyze_functions): Likewise.
4123 (symbol_table::compile): Likewise.
4124 * ipa-cp.c (print_all_lattices): Likewise.
4125 (determine_versionability): Likewise.
4126 (initialize_node_lattices): Likewise.
4127 (ipcp_verify_propagated_values): Likewise.
4128 (estimate_local_effects): Likewise.
4129 (update_profiling_info): Likewise.
4130 (create_specialized_node): Likewise.
4131 (perhaps_add_new_callers): Likewise.
4132 (decide_about_value): Likewise.
4133 (decide_whether_version_node): Likewise.
4134 (identify_dead_nodes): Likewise.
4135 (ipcp_store_bits_results): Likewise.
4136 * ipa-devirt.c (dump_targets): Likewise.
4137 (ipa_devirt): Likewise.
4138 * ipa-icf.c (sem_item::dump): Likewise.
4139 (sem_function::equals): Likewise.
4140 (sem_variable::equals): Likewise.
4141 (sem_item_optimizer::read_section): Likewise.
4142 (sem_item_optimizer::execute): Likewise.
4143 (congruence_class::dump): Likewise.
4144 * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
4145 (dump_inline_summary): Likewise.
4146 (estimate_node_size_and_time): Likewise.
4147 (inline_analyze_function): Likewise.
4148 * ipa-inline-transform.c (inline_call): Likewise.
4149 * ipa-inline.c (report_inline_failed_reason): Likewise.
4150 (want_early_inline_function_p): Likewise.
4151 (edge_badness): Likewise.
4152 (update_edge_key): Likewise.
4153 (inline_small_functions): Likewise.
4154 * ipa-profile.c (ipa_profile): Likewise.
4155 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
4156 (ipa_make_edge_direct_to_target): Likewise.
4157 (remove_described_reference): Likewise.
4158 (ipa_impossible_devirt_target): Likewise.
4159 (propagate_controlled_uses): Likewise.
4160 (ipa_print_node_params): Likewise.
4161 (ipcp_transform_function): Likewise.
4162 * ipa-pure-const.c (pure_const_read_summary): Likewise.
4163 (propagate_pure_const): Likewise.
4164 * ipa-reference.c (generate_summary): Likewise.
4165 (read_write_all_from_decl): Likewise.
4166 (propagate): Likewise.
4167 (ipa_reference_read_optimization_summary): Likewise.
4168 * ipa-utils.c (ipa_merge_profiles): Likewise.
4169 * ipa.c (walk_polymorphic_call_targets): Likewise.
4170 (symbol_table::remove_unreachable_nodes): Likewise.
4171 (ipa_single_use): Likewise.
4172 * passes.c (execute_todo): Likewise.
4173 * predict.c (drop_profile): Likewise.
4174 * symtab.c (symtab_node::get_dump_name): New function.
4175 (symtab_node::dump_name): Likewise.
4176 (symtab_node::dump_asm_name): Likewise.
4177 (symtab_node::dump_references): Likewise.
4178 (symtab_node::dump_referring): Likewise.
4179 (symtab_node::dump_base): Likewise.
4180 (symtab_node::debug_symtab): Likewise.
4181 * tree-sra.c (convert_callers_for_node): Likewise.
4182 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
4183 * value-prof.c (init_node_map): Likewise.
4185 2017-05-23 Martin Liska <mliska@suse.cz>
4187 * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
4188 and symtab_node::debug_symtab to symbol_table::debug.
4189 * cgraphunit.c (analyze_functions): Use the renamed function.
4190 (symbol_table::compile): Likewise.
4191 * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
4192 * ipa-icf.c (sem_item_optimizer::execute): Likewise.
4193 * passes.c (execute_todo): Likewise.
4194 * symtab.c (symbol_table::dump): New function.
4195 * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
4197 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
4199 * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
4200 that nonconst implies exec.
4202 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
4204 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
4205 inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
4206 (inline_edge_summary_vec): Turn into ...
4207 (ipa_call_summaries): ... this one.
4208 (redirect_to_unreachable, edge_set_predicate,
4209 evaluate_properties_for_edge, inline_summary_alloc,
4210 reset_ipa_call_summary, reset_inline_summary,
4211 inline_summary_t::duplicate): Update.
4212 (inline_edge_duplication_hook): Turn to ...
4213 (ipa_call_summary_t::duplicate): ... this one.
4214 (inline_edge_removal_hook): Turn to ...
4215 (ipa_call_summary_t::remove): ... this one.
4216 (dump_inline_edge_summary): Turn to ...
4217 (dump_ipa_call_summary): ... this one.
4218 (estimate_function_body_sizes): Update.
4219 (inline_update_callee_summaries): Update.
4220 (remap_edge_change_prob): Update.
4221 (remap_edge_summaries): Update.
4222 (inline_merge_summary): Update.
4223 (do_estimate_edge_time): Update.
4224 (inline_generate_summary): Update.
4225 (inline_read_section): Update.
4226 (inline_read_summary): Update.
4227 (inline_free_summary): Update.
4228 * ipa-inline.c (can_inline_edge_p): Update.
4229 (compute_inlined_call_time): Update.
4230 (want_inline_small_function_p): Update.
4231 (edge_badness): Update.
4232 (early_inliner): Update.
4233 * ipa-inline.h (inline_edge_summary): Turn to ...
4234 (ipa_call_summary): ... this one.
4235 (ipa_call_summary_t): New class.
4236 (inline_edge_summary_t, inline_edge_summary_vec): Remove.
4237 (ipa_call_summaries): New.
4238 (inline_edge_summary): Remove.
4239 (estimate_edge_growth): Update.
4240 * ipa-profile.c (ipa_propagate_frequency_1): Update.
4241 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
4242 * ipa-split.c (execute_split_functions): Update.
4243 * ipa.c (symbol_table::remove_unreachable_nodes): Update.
4245 2017-05-23 Tom de Vries <tom@codesourcery.com>
4247 * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
4248 attributes): Document rdrand effective target.
4250 2017-05-23 Tom de Vries <tom@codesourcery.com>
4252 * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
4253 attributes): Sort alphabetically.
4255 2017-05-23 Georg-Johann Lay <avr@gjlay.de>
4257 * config/avr/genmultilib.awk: Use gsub instead of gensub.
4259 2017-05-22 Michael Meissner <meissner@linux.vnet.ibm.com>
4262 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
4263 V2DF/V2DI splat into two separate patterns, one that handles
4264 registers, and the other that only handles memory. Drop support
4265 for splatting from a GPR on ISA 2.07 and then splitting the
4266 splat into direct move and splat.
4267 (vsx_splat_<mode>_reg): Likewise.
4268 (vsx_splat_<mode>_mem): Likewise.
4270 2017-05-22 Segher Boessenkool <segher@kernel.crashing.org>
4272 * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
4274 2017-05-22 Jakub Jelinek <jakub@redhat.com>
4277 * omp-low.c (finish_taskreg_remap): New function.
4278 (finish_taskreg_scan): If unit size of ctx->record_type
4279 is non-constant, unshare the size expression and replace
4280 decls in it with possible outer var refs.
4283 * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
4284 GOVD_SHARED rather than GOVD_PRIVATE with it.
4285 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
4286 GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
4289 * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
4290 as last argument to build_outer_var_ref for pointer bases of array
4293 2017-05-19 Martin Sebor <msebor@redhat.com>
4295 * print-tree.c (print_node): Print DECL_READ_P flag.
4297 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
4299 * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
4300 * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
4301 * cgraph.c: Likewise.
4302 * cgraphunit.c: Likewise.
4303 * gengtype.c: Likewise.
4304 * ipa-cp.c: Likewise.
4305 * ipa-devirt.c: Likewise.
4306 * ipa-icf.c: Likewise.
4307 * ipa-predicate.c: Likewise.
4308 * ipa-profile.c: Likewise.
4309 * ipa-prop.c: Likewise.
4310 * ipa-split.c: Likewise.
4312 * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
4313 edge_predicate_pool, dump_inline_hints,
4314 inline_summary::account_size_time, redirect_to_unreachable,
4315 edge_set_predicate, set_hint_predicate,
4316 evaluate_conditions_for_known_args, evaluate_properties_for_edge,
4317 inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
4318 inline_summary_t::remove, remap_hint_predicate_after_duplication,
4319 inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
4320 ipa_call_summary_t::remove, initialize_growth_caches,
4321 free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
4322 debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
4323 mark_modified, unmodified_parm_1, unmodified_parm,
4324 unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
4325 set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
4326 compute_bb_predicates, will_be_nonconstant_expr_predicate,
4327 will_be_nonconstant_predicate, record_modified_bb_info,
4328 get_minimal_bb, record_modified, param_change_prob,
4329 phi_result_unknown_predicate, predicate_for_phi_result,
4330 array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
4331 estimate_function_body_sizes, compute_inline_parameters,
4332 compute_inline_parameters_for_curren, pass_data_inline_parameters,
4333 estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
4334 inline_update_callee_summaries, remap_edge_change_prob,
4335 remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
4336 inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
4337 inline_analyze_function, inline_summary_t::insert,
4338 inline_generate_summary, read_ipa_call_summary, inline_read_section,
4339 inline_read_summary, write_ipa_call_summary, inline_write_summary,
4340 inline_free_summary): Move to ipa-fnsummary.h
4341 (predicate_t): Remove.
4342 * ipa-fnsummary.c: New file.
4343 * ipa-inline.h: Do not include sreal.h and ipa-predicate.h
4344 (enum inline_hints_vals, inline_hints, agg_position_info,
4345 INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
4346 inline_summaries, ipa_call_summary, ipa_call_summary_t,
4347 ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
4348 dump_inline_summary, dump_inline_hints, inline_generate_summary,
4349 inline_read_summary, inline_write_summary, inline_free_summary,
4350 inline_analyze_function, initialize_inline_failed,
4351 inline_merge_summary, inline_update_overall_summary,
4352 compute_inline_parameters): Move to ipa-fnsummary.h
4353 * ipa-fnsummary.h: New file.
4354 * ipa-inline-transform.h: Include ipa-inline.h.
4355 * ipa-inline.c: LIkewise.
4357 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
4359 * ipa-inline.c (edge_badness): Use inlined_time instead of
4360 inline_summaries->get.
4362 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
4364 * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
4366 2017-05-22 Nathan Sidwell <nathan@acm.org>
4368 * doc/invoke.texi (fdump-translation-unit): Delete documentation.
4369 (fdump-lang): Document 'raw' option.
4370 * dumpfile.h (TDI_tu): Delete.
4371 * dumpfile.c (dump_files): Remove translation-unit.
4372 (FIRST_AUTO_NUMBERED_DUMP): Decrement.
4374 2017-05-22 Georg-Johann Lay <avr@gjlay.de>
4376 * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
4377 command option from $(AWK) call.
4378 * config/avr/genmultilib.awk: Simplify and rewrite so that it
4379 generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
4380 [FORMAT]: Remove handling of variable.
4381 * config/avr/t-multilib: Regenerate.
4383 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
4385 * ipa-inline-analysis.c (inline_summary::reset): Do not reset
4387 (dump_inline_summary): Do not print self_time.
4388 (estimate_function_body_sizes): Do not set self_time.
4389 (compute_inline_parameters): Likewise.
4390 (inline_read_section, inline_write_summary): Do not stream self_time.
4391 * ipa-inline.h (inline_summary): Drop self_time.
4393 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
4395 * ipa-inline-analysis.c (account_size_time): Rename to ...
4396 (inline_summary::account_size_time): ... this one.
4397 (reset_ipa_call_summary): Turn to ...
4398 (ipa_call_summary::reset): ... this one.
4399 (reset_inline_summary): Turn to ...
4400 (inline_summary::reset): ... this one.
4401 (inline_summary_t::remove): Update.
4402 (inline_summary_t::duplicate): Update.
4403 (ipa_call_summary_t::remove): Update.
4404 (dump_inline_summary): Update.
4405 (estimate_function_body_sizes): Update.
4406 (compute_inline_parameters): Update.
4407 (estimate_node_size_and_time): Update.
4408 (inline_merge_summary): Update.
4409 (inline_update_overall_summary): Update.
4410 (inline_read_section): Update.
4411 (inline_write_summary): Update.
4412 * ipa-inline.h (inline_summary): Rename entry to size_time_table;
4413 add account_size_time and reset member functions.
4414 (ipa_call_summary): Add reset function.
4415 * ipa-predicate.h (predicate::operator &): Constify.
4417 2017-05-22 Richard Biener <rguenther@suse.de>
4419 * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
4421 2017-05-19 Jason Merrill <jason@redhat.com>
4423 * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
4425 2017-05-19 Marek Polacek <polacek@redhat.com>
4428 * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
4429 TYPE_OVERFLOW_WRAPS checks.
4431 2017-05-19 Thomas Schwinge <thomas@codesourcery.com>
4433 * tree-core.h (enum omp_clause_default_kind): Add
4434 "OMP_CLAUSE_DEFAULT_PRESENT".
4435 * tree-pretty-print.c (dump_omp_clause): Handle it.
4436 * gimplify.c (enum gimplify_omp_var_data): Add
4437 "GOVD_MAP_FORCE_PRESENT".
4438 (gimplify_adjust_omp_clauses_1): Map it to
4439 "GOMP_MAP_FORCE_PRESENT".
4440 (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
4442 * gimplify.c (oacc_default_clause): Clarify.
4444 2017-05-19 Nathan Sidwell <nathan@acm.org>
4446 LANG_HOOK_REGISTER_DUMPS
4447 * toplev.c (general_init): Call register dump lang hook.
4448 * doc/invoke.texi: Document -fdump-lang option family.
4449 * dumpfile.c (dump_files): Remove class dump here.
4450 (FIRST_AUTO_NUMBERED_DUMP): Adjust.
4451 * dumpfile.h (tree_dump_index): Remove TDI_class.
4452 * langhooks-def.h (lhd_register_dumps): Declare.
4453 (LANG_HOOKS_REGISTER_DUMPS): Define.
4454 (LANG_HOOKS_INITIALIZER): Add it.
4455 * langhooks.c (lhd_register_dumps): Define.
4456 * langhooks.h (struct lang_hooks): Add register_dumps.
4458 2017-05-19 Nathan Sidwell <nathan@acm.org>
4460 * context.h (context::set_passes): New.
4461 * context.c (context::context): Do not create pass manager.
4462 * toplev.c (general_init): Create pass manager here.
4464 2017-05-19 Segher Boessenkool <segher@kernel.crashing.org>
4466 * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
4467 use this splitter if two add or or instructions would also work for
4468 the constant we want to generate.
4470 2017-05-19 Richard Biener <rguenther@suse.de>
4473 * genmatch.c (dt_node::gen_kids_1): Add missing scope around
4474 predicate evaluation.
4476 2017-05-19 Jan Hubicka <hubicka@ucw.cz>
4478 * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
4480 * ipa-inline.c (want_inline_small_function_p): Do not cast to
4483 2017-05-19 Jan Hubicka <hubicka@ucw.cz>
4485 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
4486 inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
4487 (inline_edge_summary_vec): Turn into ...
4488 (ipa_call_summaries): ... this one.
4489 (redirect_to_unreachable, edge_set_predicate,
4490 evaluate_properties_for_edge, inline_summary_alloc,
4491 reset_ipa_call_summary, reset_inline_summary,
4492 inline_summary_t::duplicate): Update.
4493 (inline_edge_duplication_hook): Turn to ...
4494 (ipa_call_summary_t::duplicate): ... this one.
4495 (inline_edge_removal_hook): Turn to ...
4496 (ipa_call_summary_t::remove): ... this one.
4497 (dump_inline_edge_summary): Turn to ...
4498 (dump_ipa_call_summary): ... this one.
4499 (estimate_function_body_sizes): Update.
4500 (inline_update_callee_summaries): Update.
4501 (remap_edge_change_prob): Update.
4502 (remap_edge_summaries): Update.
4503 (inline_merge_summary): Update.
4504 (do_estimate_edge_time): Update.
4505 (inline_generate_summary): Update.
4506 (inline_read_section): Update.
4507 (inline_read_summary): Update.
4508 (inline_free_summary): Update.
4509 * ipa-inline.c (can_inline_edge_p): Update.
4510 (compute_inlined_call_time): Update.
4511 (want_inline_small_function_p): Update.
4512 (edge_badness): Update.
4513 (early_inliner): Update.
4514 * ipa-inline.h (inline_edge_summary): Turn to ...
4515 (ipa_call_summary): ... this one.
4516 (ipa_call_summary_t): New class.
4517 (inline_edge_summary_t, inline_edge_summary_vec): Remove.
4518 (ipa_call_summaries): New.
4519 (inline_edge_summary): Remove.
4520 (estimate_edge_growth): Update.
4521 * ipa-profile.c (ipa_propagate_frequency_1): Update.
4522 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
4523 * ipa-split.c (execute_split_functions): Update.
4524 * ipa.c (symbol_table::remove_unreachable_nodes): Update.
4526 2017-05-19 Richard Biener <rguenther@suse.de>
4529 * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
4531 2017-05-18 Segher Boessenkool <segher@kernel.crashing.org>
4533 * config/rs6000/rs6000.c (struct machine_function): Add field
4534 fpr_is_wrapped_separately.
4535 (rs6000_get_separate_components): Use 64 components. Handle the
4537 (rs6000_components_for_bb): Handle the FPR components.
4538 (rs6000_emit_prologue_components): Handle the FPR components.
4539 (rs6000_emit_epilogue_components): Handle the FPR components.
4540 (rs6000_set_handled_components): Handle the FPR components.
4541 (rs6000_emit_prologue): Don't output prologue code for those FPRs
4542 that are already separately shrink-wrapped.
4543 (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
4544 that are already separately shrink-wrapped.
4546 2017-05-18 Michael Meissner <meissner@linux.vnet.ibm.com>
4549 * config/rs6000/predicates.md (simple_offsettable_mem_operand):
4552 * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
4553 (define_peephole2 for Altivec d-form load): Add peepholes to catch
4554 cases where the register allocator uses a move and an offsettable
4555 memory operation to/from a FPR register on ISA 2.06/2.07.
4556 (define_peephole2 for Altivec d-form store): Likewise.
4558 2017-05-18 Uros Bizjak <ubizjak@gmail.com>
4561 * config/i386/mmx.md (*mov<mode>_internal): Enable
4562 alternatives 11, 12, 13 and 14 also for 32bit targets.
4563 Remove alternatives 15, 16, 17 and 18.
4564 * config/i386/sse.md (vec_concatv2di): Change
4565 alternative (!x, *y) to (x, ?!*Yn).
4567 2017-05-18 Paolo Carlini <paolo.carlini@oracle.com>
4569 * dumpfile.h (enum dump_kind): Remove stray comma.
4571 2017-05-18 Jan Hubicka <hubicka@ucw.cz>
4573 * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
4574 * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
4575 predicate::num_conditions
4576 (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
4577 (CHANGED): turn into predicate::changed.
4578 (agg_position_info): Move to ipa-predicate.h
4579 (add_condition, predicate::add_clause, predicate::operator &=,
4580 predicate::or_with, predicate::evaluate, predicate::probability,
4581 dump_condition, dump_clause, predicate::dump,
4582 predicate::remap_after_duplication, predicate::remap_after_inlining,
4583 predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
4584 (evaluate_conditions_for_known_args): Update.
4585 (set_cond_stmt_execution_predicate): Update.
4586 * ipa-inline.h: Include ipa-predicate.h
4587 (condition, inline_param_summary, conditions, agg_position_info,
4588 predicate): Move to ipa-predicate.h
4589 * ipa-predicate.c: New file.
4590 * ipa-predicate.h: New file.
4592 2017-05-18 Wilco Dijkstra <wdijkstr@arm.com>
4594 * final.c (leaf_function_p): Check we are not in a sequence.
4596 2017-05-18 Martin Liska <mliska@suse.cz>
4598 * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
4599 * dumpfile.c (dump_register): Use new enum dump_kind.
4600 (get_dump_file_name): Likewise.
4601 (dump_enable_all): Likewise.
4602 (dump_switch_p_1): Likewise.
4603 (enable_rtl_dump_file): Remove usage of TDF_RTL.
4604 * dumpfile.h (enum dump_kind): New enum type.
4605 (struct dump_file_info): Create constructor and
4606 format fields and comments.
4607 * passes.c (pass_manager::register_one_dump_file):
4609 * statistics.c (statistics_early_init): Likewise.
4610 * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
4611 TDF_TREE with TDF_SLIM.
4612 (gather_memory_references_ref): Likewise.
4614 2017-05-18 Martin Liska <mliska@suse.cz>
4616 * vec.h (struct vnull): Use it.
4618 2017-05-18 Jan Hubicka <hubicka@ucw.cz>
4620 * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
4621 (true_predicate, false_predicate, true_predicate_p,
4622 false_predicate_p): Remove.
4623 (single_cond_predicate, not_inlined_predicate): Turn to member function
4625 (add_condition): Update.
4626 (add_clause): Turn to...
4627 (predicate::add_clause): ... this one; update; allow passing NULL
4629 (and_predicates): Turn to ...
4630 (predicate::operator &=): ... this one.
4631 (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
4632 (or_predicates): Turn to ...
4633 (predicate::or_with): ... this one.
4634 (evaluate_predicate): Turn to ...
4635 (predicate::evaluate): ... this one.
4636 (predicate_probability): Turn to ...
4637 (predicate::probability): ... this one.
4638 (dump_condition): Update.
4639 (dump_predicate): Turn to ...
4640 (predicate::dump): ... this one.
4641 (account_size_time): Update.
4642 (edge_set_predicate): Update.
4643 (set_hint_predicate): UPdate.
4644 (evaluate_conditions_for_known_args): Update.
4645 (evaluate_properties_for_edge): Update.
4646 (remap_predicate_after_duplication): Turn to...
4647 (predicate::remap_after_duplication): ... this one.
4648 (remap_hint_predicate_after_duplication): Update.
4649 (inline_summary_t::duplicate): UPdate.
4650 (dump_inline_edge_summary): Update.
4651 (dump_inline_summary): Update.
4652 (set_cond_stmt_execution_predicate): Update.
4653 (set_switch_stmt_execution_predicate): Update.
4654 (compute_bb_predicates): Update.
4655 (will_be_nonconstant_expr_predicate): Update.
4656 (will_be_nonconstant_predicate): Update.
4657 (phi_result_unknown_predicate): Update.
4658 (predicate_for_phi_result): Update.
4659 (array_index_predicate): Update.
4660 (estimate_function_body_sizes): Update.
4661 (estimate_node_size_and_time): Update.
4662 (estimate_ipcp_clone_size_and_time): Update.
4663 (remap_predicate): Rename to ...
4664 (predicate::remap_after_inlining): ... this one.
4665 (remap_hint_predicate): Update.
4666 (inline_merge_summary): Update.
4667 (inline_update_overall_summary): Update.
4668 (estimate_size_after_inlining): Update.
4669 (read_predicate): Rename to ...
4670 (predicate::stream_in): ... this one.
4671 (read_inline_edge_summary): Update.
4672 (write_predicate): Rename to ...
4673 (predicate::stream_out): ... this one.
4674 (write_inline_edge_summary): Update.
4675 * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
4676 (clause_t): Turn to uint32_t
4677 (predicate): Turn to class; implement constructor and operators
4679 (size_time_entry): Update.
4680 (inline_summary): Update.
4681 (inline_edge_summary): Update.
4683 2017-05-18 Marc Glisse <marc.glisse@inria.fr>
4685 * fold-const.c (fold_binary_loc): Move transformation...
4686 * match.pd (C - X CMP X): ... here.
4688 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
4690 * config/sparc/sparc.c (sparc_option_override): Set function
4691 alignment for -mcpu=niagara7 to 64 to match the I$ line.
4692 * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
4694 * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
4696 * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
4698 2017-05-18 Marek Polacek <polacek@redhat.com>
4701 * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
4702 (pass_ubsan::execute): Call gimple_assign_single_p instead of
4703 gimple_assign_load_p.
4705 2017-05-17 Segher Boessenkool <segher@kernel.crashing.org>
4708 * real.c (do_compare): Give decimal_do_compare preference over
4709 comparing just the signs.
4711 2017-05-17 Uros Bizjak <ubizjak@gmail.com>
4713 * doc/md.texi (Canonicalization of Instructions): Describe the
4714 canonical form of instructions that inherently set a condition
4717 2017-05-17 Peter Bergner <bergner@vnet.ibm.com>
4720 * tree-cfg.c: Move deletion of unreachable case statements to after
4721 the merging of consecutive case labels.
4723 2017-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
4725 * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
4726 readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
4727 restoring of callee-saved registers.
4729 2017-05-17 Eric Botcazou <ebotcazou@adacore.com>
4731 * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
4732 * config/visium/visium.c (single_set_and_flags): Likewise.
4733 * config/visium/visium.md (Substitutions): Likewise.
4735 2017-05-17 Martin Liska <mliska@suse.cz>
4737 * cfg.c: Introduce dump_flags_t type and
4738 use it instead of int type.
4740 * cfghooks.c: Likewise.
4741 * cfghooks.h (struct cfg_hooks): Likewise.
4742 * cfgrtl.c: Likewise.
4743 * cfgrtl.h: Likewise.
4744 * cgraph.c (cgraph_node::get_body): Likewise.
4745 * coretypes.h: Likewise.
4746 * domwalk.c: Likewise.
4747 * domwalk.h: Likewise.
4748 * dumpfile.c (struct dump_option_value_info): Likewise.
4749 (dump_enable_all): Likewise.
4750 (dump_switch_p_1): Likewise.
4751 (opt_info_switch_p): Likewise.
4752 * dumpfile.h (enum tree_dump_index): Likewise.
4753 (struct dump_file_info): Likewise.
4754 * genemit.c: Likewise.
4755 * generic-match-head.c: Likewise.
4756 * gengtype.c (open_base_files): Likewise.
4757 * gimple-pretty-print.c: Likewise.
4758 * gimple-pretty-print.h: Likewise.
4759 * graph.c (print_graph_cfg): Likewise.
4760 * graphite-scop-detection.c (dot_all_sese): Likewise.
4761 * ipa-devirt.c (build_type_inheritance_graph): Likewise.
4762 * loop-unroll.c (report_unroll): Likewise.
4763 * passes.c (pass_manager::register_one_dump_file): Likewise.
4764 * print-tree.c: Likewise.
4765 * statistics.c: Likewise.
4766 * tree-cfg.c: Likewise.
4767 * tree-cfg.h: Likewise.
4768 * tree-dfa.c: Likewise.
4769 * tree-dfa.h: Likewise.
4770 * tree-dump.c (dump_function): Likewise.
4771 * tree-dump.h (struct dump_info): Likewise.
4772 * tree-pretty-print.c: Likewise.
4773 * tree-pretty-print.h: Likewise.
4774 * tree-ssa-live.c: Likewise.
4775 * tree-ssa-live.h: Likewise.
4776 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
4777 * tree-vect-loop.c: Likewise.
4778 * tree-vect-slp.c: Likewise.
4780 2017-05-16 James Greenhalgh <james.greenhalgh@arm.com>
4781 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4783 PR tree-optimization/80457
4784 * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
4785 of all arguments to a statement as scalar_to_vec operations.
4786 (vectorizable_call): Adjust call to vect_model_simple_cost for
4788 (vectorizable_conversion): Likewise.
4789 (vectorizable_assignment): Likewise.
4790 (vectorizable_shift): Likewise.
4791 (vectorizable_operation): Likewise.
4792 (vectorizable_comparison): Likewise.
4793 (vect_is_simple_cond): Record the def types for operands.
4794 (vectorizable_condition): Likewise, call vect_model_simple_cost.
4795 * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
4796 for statement argument count.
4798 2017-05-16 Carl Love <cel@us.ibm.com>
4800 * config/rs6000/rs6000-c: Add support for built-in functions
4801 vector unsigned long long vec_bperm (vector unsigned long long,
4802 vector unsigned char)
4803 vector signed long long vec_mule (vector signed int,
4805 vector unsigned long long vec_mule (vector unsigned int,
4806 vector unsigned int)
4807 vector signed long long vec_mulo (vector signed int,
4809 vector unsigned long long vec_mulo (vector unsigned int,
4810 vector unsigned int)
4811 vector signed char vec_sldw (vector signed char,
4814 vector unsigned char vec_sldw (vector unsigned char,
4815 vector unsigned char,
4817 vector signed short vec_sldw (vector signed short,
4818 vector signed short,
4820 vector unsigned short vec_sldw (vector unsigned short,
4821 vector unsigned short,
4823 vector signed int vec_sldw (vector signed int,
4826 vector unsigned int vec_sldw (vector unsigned int,
4827 vector unsigned int,
4829 vector signed long long vec_sldw (vector signed long long,
4830 vector signed long long,
4832 vector unsigned long long vec_sldw (vector unsigned long long,
4833 vector unsigned long long,
4835 * config/rs6000/rs6000-c: Add support for built-in functions
4836 * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
4837 * config/rs6000/altivec.h: Add defintion for vec_sldw.
4838 * doc/extend.texi: Update the built-in documentation for the
4839 new built-in functions.
4841 2017-05-16 Marek Polacek <polacek@redhat.com>
4845 * tree.c (save_expr): Don't fold the expression.
4847 2017-05-16 Uros Bizjak <ubizjak@gmail.com>
4849 * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
4850 to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
4851 and (?*y,m). Update insn attributes.
4853 2017-05-16 Martin Liska <mliska@suse.cz>
4855 * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
4856 flags argument of print_gimple_stmt, print_gimple_expr,
4857 print_generic_stmt and print_generic_expr.
4858 * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
4859 * coretypes.h: Likewise.
4860 * except.c (dump_eh_tree): Likewise.
4861 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
4862 * gimple-pretty-print.h: Likewise.
4863 * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
4864 (backprop::push_to_worklist): Likewise.
4865 (backprop::pop_from_worklist): Likewise.
4866 (backprop::process_use): Likewise.
4867 (backprop::intersect_uses): Likewise.
4868 (note_replacement): Likewise.
4869 * gimple-ssa-store-merging.c
4870 (pass_store_merging::terminate_all_aliasing_chains): Likewise.
4871 (imm_store_chain_info::coalesce_immediate_stores): Likewise.
4872 (pass_store_merging::execute): Likewise.
4873 * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
4874 (ssa_base_cand_dump_callback): Likewise.
4875 (dump_incr_vec): Likewise.
4876 (replace_refs): Likewise.
4877 (replace_mult_candidate): Likewise.
4878 (create_add_on_incoming_edge): Likewise.
4879 (create_phi_basis): Likewise.
4880 (insert_initializers): Likewise.
4881 (all_phi_incrs_profitable): Likewise.
4882 (introduce_cast_before_cand): Likewise.
4883 (replace_one_candidate): Likewise.
4884 * gimplify.c (gimplify_expr): Likewise.
4885 * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
4886 (set_rename): Likewise.
4887 (rename_uses): Likewise.
4888 (copy_loop_phi_nodes): Likewise.
4889 (add_close_phis_to_merge_points): Likewise.
4890 (copy_loop_close_phi_args): Likewise.
4891 (copy_cond_phi_args): Likewise.
4892 (graphite_copy_stmts_from_block): Likewise.
4893 (translate_pending_phi_nodes): Likewise.
4894 * graphite-poly.c (print_pdr): Likewise.
4895 (dump_gbb_cases): Likewise.
4896 (dump_gbb_conditions): Likewise.
4897 (print_scop_params): Likewise.
4898 * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
4899 (build_cross_bb_scalars_use): Likewise.
4900 (gather_bbs::before_dom_children): Likewise.
4901 * hsa-dump.c (dump_hsa_immed): Likewise.
4902 * ipa-cp.c (print_ipcp_constant_value): Likewise.
4903 (get_replacement_map): Likewise.
4904 * ipa-inline-analysis.c (dump_condition): Likewise.
4905 (estimate_function_body_sizes): Likewise.
4906 * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
4907 (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
4908 * ipa-prop.c (ipa_dump_param): Likewise.
4909 (ipa_print_node_jump_functions_for_edge): Likewise.
4910 (ipa_modify_call_arguments): Likewise.
4911 (ipa_modify_expr): Likewise.
4912 (ipa_dump_param_adjustments): Likewise.
4913 (ipa_dump_agg_replacement_values): Likewise.
4914 (ipcp_modif_dom_walker::before_dom_children): Likewise.
4915 * ipa-pure-const.c (check_stmt): Likewise.
4916 (pass_nothrow::execute): Likewise.
4917 * ipa-split.c (execute_split_functions): Likewise.
4918 * omp-offload.c (dump_oacc_loop_part): Likewise.
4919 (dump_oacc_loop): Likewise.
4920 * trans-mem.c (tm_log_emit): Likewise.
4921 (tm_memopt_accumulate_memops): Likewise.
4922 (dump_tm_memopt_set): Likewise.
4923 (dump_tm_memopt_transform): Likewise.
4924 * tree-cfg.c (gimple_verify_flow_info): Likewise.
4925 (print_loop): Likewise.
4926 * tree-chkp-opt.c (chkp_print_addr): Likewise.
4927 (chkp_gather_checks_info): Likewise.
4928 (chkp_get_check_result): Likewise.
4929 (chkp_remove_check_if_pass): Likewise.
4930 (chkp_use_outer_bounds_if_possible): Likewise.
4931 (chkp_reduce_bounds_lifetime): Likewise.
4932 * tree-chkp.c (chkp_register_addr_bounds): Likewise.
4933 (chkp_mark_completed_bounds): Likewise.
4934 (chkp_register_incomplete_bounds): Likewise.
4935 (chkp_mark_invalid_bounds): Likewise.
4936 (chkp_maybe_copy_and_register_bounds): Likewise.
4937 (chkp_build_returned_bound): Likewise.
4938 (chkp_get_bound_for_parm): Likewise.
4939 (chkp_build_bndldx): Likewise.
4940 (chkp_get_bounds_by_definition): Likewise.
4941 (chkp_generate_extern_var_bounds): Likewise.
4942 (chkp_get_bounds_for_decl_addr): Likewise.
4943 * tree-chrec.c (chrec_apply): Likewise.
4944 * tree-data-ref.c (dump_data_reference): Likewise.
4945 (dump_subscript): Likewise.
4946 (dump_data_dependence_relation): Likewise.
4947 (analyze_overlapping_iterations): Likewise.
4948 * tree-inline.c (expand_call_inline): Likewise.
4949 (tree_function_versioning): Likewise.
4950 * tree-into-ssa.c (dump_defs_stack): Likewise.
4951 (dump_currdefs): Likewise.
4952 (dump_names_replaced_by): Likewise.
4953 (dump_update_ssa): Likewise.
4954 (update_ssa): Likewise.
4955 * tree-object-size.c (pass_object_sizes::execute): Likewise.
4956 * tree-parloops.c (build_new_reduction): Likewise.
4957 (try_create_reduction_list): Likewise.
4958 (ref_conflicts_with_region): Likewise.
4959 (oacc_entry_exit_ok_1): Likewise.
4960 (oacc_entry_exit_single_gang): Likewise.
4961 * tree-pretty-print.h: Likewise.
4962 * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
4963 (get_scalar_evolution): Likewise.
4964 (add_to_evolution): Likewise.
4965 (get_loop_exit_condition): Likewise.
4966 (analyze_evolution_in_loop): Likewise.
4967 (analyze_initial_condition): Likewise.
4968 (analyze_scalar_evolution): Likewise.
4969 (instantiate_scev): Likewise.
4970 (number_of_latch_executions): Likewise.
4971 (gather_chrec_stats): Likewise.
4972 (final_value_replacement_loop): Likewise.
4973 (scev_const_prop): Likewise.
4974 * tree-sra.c (dump_access): Likewise.
4975 (disqualify_candidate): Likewise.
4976 (create_access): Likewise.
4978 (maybe_add_sra_candidate): Likewise.
4979 (create_access_replacement): Likewise.
4980 (analyze_access_subtree): Likewise.
4981 (analyze_all_variable_accesses): Likewise.
4982 (sra_modify_assign): Likewise.
4983 (initialize_constant_pool_replacements): Likewise.
4984 (find_param_candidates): Likewise.
4985 (decide_one_param_reduction): Likewise.
4986 (replace_removed_params_ssa_names): Likewise.
4987 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
4988 * tree-ssa-copy.c (dump_copy_of): Likewise.
4989 (copy_prop_visit_cond_stmt): Likewise.
4990 * tree-ssa-dce.c (mark_operand_necessary): Likewise.
4991 * tree-ssa-dom.c (pass_dominator::execute): Likewise.
4992 (record_equivalences_from_stmt): Likewise.
4993 * tree-ssa-dse.c (compute_trims): Likewise.
4994 (delete_dead_call): Likewise.
4995 (delete_dead_assignment): Likewise.
4996 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
4997 (forward_propagate_into_cond): Likewise.
4998 (pass_forwprop::execute): Likewise.
4999 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
5000 * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
5002 (move_computations_worker): Likewise.
5003 (execute_sm): Likewise.
5004 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
5005 (remove_exits_and_undefined_stmts): Likewise.
5006 (remove_redundant_iv_tests): Likewise.
5007 * tree-ssa-loop-ivopts.c (dump_use): Likewise.
5008 (adjust_iv_update_pos): Likewise.
5009 * tree-ssa-math-opts.c (bswap_replace): Likewise.
5010 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
5011 (value_replacement): Likewise.
5012 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
5013 * tree-ssa-pre.c (print_pre_expr): Likewise.
5014 (get_representative_for): Likewise.
5015 (create_expression_by_pieces): Likewise.
5016 (insert_into_preds_of_block): Likewise.
5017 (eliminate_insert): Likewise.
5018 (eliminate_dom_walker::before_dom_children): Likewise.
5019 (eliminate): Likewise.
5020 (remove_dead_inserted_code): Likewise.
5021 * tree-ssa-propagate.c (substitute_and_fold): Likewise.
5022 * tree-ssa-reassoc.c (get_rank): Likewise.
5023 (eliminate_duplicate_pair): Likewise.
5024 (eliminate_plus_minus_pair): Likewise.
5025 (eliminate_not_pairs): Likewise.
5026 (undistribute_ops_list): Likewise.
5027 (eliminate_redundant_comparison): Likewise.
5028 (update_range_test): Likewise.
5029 (optimize_range_tests_var_bound): Likewise.
5030 (optimize_vec_cond_expr): Likewise.
5031 (rewrite_expr_tree): Likewise.
5032 (rewrite_expr_tree_parallel): Likewise.
5033 (linearize_expr): Likewise.
5034 (break_up_subtract): Likewise.
5035 (linearize_expr_tree): Likewise.
5036 (attempt_builtin_powi): Likewise.
5037 (attempt_builtin_copysign): Likewise.
5038 (transform_stmt_to_copy): Likewise.
5039 (transform_stmt_to_multiply): Likewise.
5040 (dump_ops_vector): Likewise.
5041 * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
5042 (print_scc): Likewise.
5043 (set_ssa_val_to): Likewise.
5044 (visit_reference_op_store): Likewise.
5045 (visit_use): Likewise.
5046 (sccvn_dom_walker::before_dom_children): Likewise.
5047 (run_scc_vn): Likewise.
5048 * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
5050 (expr_hash_elt::print): Likewise.
5051 (const_and_copies::pop_to_marker): Likewise.
5052 (const_and_copies::record_const_or_copy_raw): Likewise.
5053 * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
5054 * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
5055 (dump_predicates): Likewise.
5056 (find_uninit_use): Likewise.
5057 (warn_uninitialized_phi): Likewise.
5058 (pass_late_warn_uninitialized::execute): Likewise.
5059 * tree-ssa.c (verify_vssa): Likewise.
5060 (verify_ssa): Likewise.
5061 (maybe_optimize_var): Likewise.
5062 * tree-vrp.c (dump_value_range): Likewise.
5063 (dump_all_value_ranges): Likewise.
5064 (dump_asserts_for): Likewise.
5065 (register_edge_assert_for_2): Likewise.
5066 (vrp_visit_cond_stmt): Likewise.
5067 (vrp_visit_switch_stmt): Likewise.
5068 (vrp_visit_stmt): Likewise.
5069 (vrp_visit_phi_node): Likewise.
5070 (simplify_cond_using_ranges_1): Likewise.
5071 (fold_predicate_in): Likewise.
5072 (evrp_dom_walker::before_dom_children): Likewise.
5073 (evrp_dom_walker::push_value_range): Likewise.
5074 (evrp_dom_walker::pop_value_range): Likewise.
5075 (execute_early_vrp): Likewise.
5077 2017-05-16 Richard Biener <rguenther@suse.de>
5079 * dwarf2out.c (loc_list_from_tree_1): Do not create
5080 DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
5082 2017-05-16 Richard Biener <rguenther@suse.de>
5084 * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
5086 (note_variable_value_in_expr): If we resolved the decl ref
5087 do not push to the stack.
5089 2017-05-16 Matthew Wahab <matthew.wahab@arm.com>
5091 * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
5092 operations in fast-math mode.
5093 (vaddq_f16): Likewise.
5094 (vmul_f16): Likewise.
5095 (vmulq_f16): Likewise.
5096 (vsub_f16): Likewise.
5097 (vsubq_f16): Likewise.
5098 * config/arm/neon.md (add<mode>3): New.
5100 (fma:<VH:mode>3): New. Also remove outdated comment.
5103 2017-05-16 Martin Liska <mliska@suse.cz>
5107 * ipa-devirt.c (warn_types_mismatch): Fix typo.
5108 (odr_types_equivalent_p): Likewise.
5110 2017-05-15 Sylvestre Ledru <sylvestre@debian.org>
5112 * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
5114 2017-05-15 Uros Bizjak <ubizjak@gmail.com>
5117 * config/i386.i386.md (*zero_extendsidi2): Do not penalize
5118 non-interunit SSE move alternatives with '?'.
5119 (zero-extendsidi peephole2): New peephole to skip intermediate
5120 general register in SSE zero-extend sequence.
5122 2017-05-15 Jeff Law <law@redhat.com>
5124 * reorg.c (relax_delay_slots): Create a new variable to hold
5125 the temporary target rather than clobbering TARGET_LABEL.
5127 * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
5128 missing argument to extract_bit_field call.
5129 * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
5131 2017-05-15 Martin Liska <mliska@suse.cz>
5134 * gcc.c (process_command): Do not allow empty argument of -o option.
5136 2017-05-15 Renlin Li <renlin.li@arm.com>
5138 * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
5139 * config/aarch64/aarch64.c (aarch64_expand_call): Define.
5140 * config/aarch64/constraints.md (Usf): Add long call check.
5141 * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
5142 (call_value): Likewise.
5143 (sibcall): Likewise.
5144 (sibcall_value): Likewise.
5146 (call_value_insn): New.
5147 (sibcall_insn): Update rtx pattern.
5148 (sibcall_value_insn): Likewise.
5149 (call_internal): Remove.
5150 (call_value_internal): Likewise.
5151 (sibcall_internal): Likewise.
5152 (sibcall_value_internal): Likewise.
5153 (call_reg): Likewise.
5154 (call_symbol): Likewise.
5155 (call_value_reg): Likewise.
5156 (call_value_symbol): Likewise.
5158 2017-05-14 Krister Walfridsson <krister.walfridsson@gmail.com>
5161 * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
5163 2017-05-14 Uros Bizjak <ubizjak@gmail.com>
5165 * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
5166 compatible with CCGOCmode and with CCZmode.
5168 2017-05-14 Martin Sebor <msebor@redhat.com>
5171 * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
5172 (gimple_fold_builtin_snprintf): Same.
5173 * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
5174 (gimple_fold_builtin_snprintf): Same.
5175 * gimple-ssa-sprintf.c (get_format_string): Correct the detection
5177 (is_call_safe): New function.
5178 (try_substitute_return_value): Call it.
5179 (try_simplify_call): New function.
5180 (pass_sprintf_length::handle_gimple_call): Call it.
5182 2017-05-14 Martin Sebor <msebor@redhat.com>
5185 * builtins.c (expand_builtin_stpncpy): Simplify.
5187 2017-05-14 Daniel Santos <daniel.santos@pobox.com>
5189 * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
5190 * config/i386/i386.h
5191 (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
5192 (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
5193 (struct machine_function): Add new members call_ms2sysv,
5194 call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
5195 (struct machine_frame_state): New fields sp_realigned and
5196 sp_realigned_offset.
5197 * config/i386/i386.c
5198 (enum xlogue_stub): New enum.
5199 (enum xlogue_stub_sets): New enum.
5200 (class xlogue_layout): New class.
5201 (struct ix86_frame): New fields stack_realign_allocate_offset,
5202 stack_realign_offset and outlined_save_offset. Modify comments to
5203 detail stack layout when using out-of-line stubs.
5204 (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
5205 (ix86_option_override_internal): Add sorry() for TARGET_SEH and
5206 -mcall-ms2sysv-xlogues.
5207 (stub_managed_regs): New static variable.
5208 (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
5209 registers managed by out-of-line stub.
5210 (disable_call_ms2sysv_xlogues): New function.
5211 (ix86_compute_frame_layout): Modify re-alignment calculations, disable
5212 m->call_ms2sysv when appropriate and compute frame layout for
5214 (sp_valid_at, fp_valid_at): New inline functions.
5215 (choose_basereg): New function.
5216 (choose_baseaddr): Add align parameter, use choose_basereg and modify
5218 (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
5219 Use align parameter of choose_baseaddr to generated aligned SSE movs
5221 (pro_epilogue_adjust_stack): Modify to track
5222 machine_frame_state::sp_realigned.
5223 (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
5224 (ix86_nsaved_sseregs): Likewise.
5225 (ix86_emit_save_regs): Likewise.
5226 (ix86_emit_save_regs_using_mov): Likewise.
5227 (ix86_emit_save_sse_regs_using_mov): Likewise.
5228 (get_scratch_register_on_entry): Likewise.
5229 (gen_frame_set): New function.
5230 (gen_frame_load): Likewise.
5231 (gen_frame_store): Likewise.
5232 (emit_outlined_ms2sysv_save): Likewise.
5233 (emit_outlined_ms2sysv_restore): Likewise.
5234 (ix86_expand_prologue): Modify stack re-alignment code and call
5235 emit_outlined_ms2sysv_save when appropriate.
5236 (ix86_emit_leave): Clear machine_frame_state::sp_realigned. Add
5237 parameter rtx_insn *insn, which allows the function to be used to only
5239 (ix86_expand_epilogue): Modify validity checks of frame and stack
5240 pointers, and call emit_outlined_ms2sysv_restore when appropriate.
5241 (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
5242 * config/i386/predicates.md
5243 (save_multiple): New predicate.
5244 (restore_multiple): Likewise.
5245 * config/i386/sse.md
5246 (save_multiple<mode>): New pattern.
5247 (save_multiple_realign<mode>): Likewise.
5248 (restore_multiple<mode>): Likewise.
5249 (restore_multiple_and_return<mode>): Likewise.
5250 (restore_multiple_leave_return<mode>): Likewise.
5251 * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
5253 2017-05-14 Julia Koval <julia.koval@intel.com>
5255 * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
5256 * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
5257 (__builtin_ia32_xsetbv): New builtins.
5258 * config/i386/i386.c (ix86_expand_special_args_builtin):
5260 (ix86_expand_builtin): Special expand for new intrinsics.
5261 * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
5262 (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
5263 * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
5265 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5267 * cfganal.c (inverted_post_order_compute): Change argument type
5269 * cfganal.h (inverted_post_order_compute): Adjust prototype.
5270 * df-core.c (rest_of_handle_df_initialize): Adjust.
5271 (rest_of_handle_df_finish): Likewise.
5272 (df_analyze_1): Likewise.
5273 (df_analyze): Likewise.
5274 (loop_inverted_post_order_compute): Change argument to be a vec *.
5275 (df_analyze_loop): Adjust.
5276 (df_get_n_blocks): Likewise.
5277 (df_get_postorder): Likewise.
5278 * df.h (struct df_d): Change field to be a vec.
5279 * lcm.c (compute_laterin): Adjust.
5280 (compute_available): Likewise.
5281 * lra-lives.c (lra_create_live_ranges_1): Likewise.
5282 * tree-ssa-dce.c (remove_dead_stmt): Likewise.
5283 * tree-ssa-pre.c (compute_antic): Likewise.
5285 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5287 * cfganal.c (connect_infinite_loops_to_exit): Adjust.
5288 (depth_first_search::depth_first_search): Change structure init
5289 function to this constructor.
5290 (depth_first_search::add_bb): Rename function to this member.
5291 (depth_first_search::execute): Likewise.
5292 (flow_dfs_compute_reverse_finish): Adjust.
5294 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5296 * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
5297 (longest_simple_path): Likewise.
5298 * shrink-wrap.c (spread_components): Likewise.
5299 (disqualify_problematic_components): Likewise.
5300 (emit_common_heads_for_components): Likewise.
5301 (emit_common_tails_for_components): Likewise.
5302 (insert_prologue_epilogue_for_components): Likewise.
5304 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5306 * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
5309 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5311 * df-core.c (df_set_blocks): Start using auto_bitmap.
5312 (df_compact_blocks): Likewise.
5313 * df-problems.c (df_rd_confluence_n): Likewise.
5314 * df-scan.c (df_insn_rescan_all): Likewise.
5315 (df_process_deferred_rescans): Likewise.
5316 (df_update_entry_block_defs): Likewise.
5317 (df_update_exit_block_uses): Likewise.
5318 (df_entry_block_bitmap_verify): Likewise.
5319 (df_exit_block_bitmap_verify): Likewise.
5320 (df_scan_verify): Likewise.
5321 * lra-constraints.c (lra_constraints): Likewise.
5322 (undo_optional_reloads): Likewise.
5323 (lra_undo_inheritance): Likewise.
5324 * lra-remat.c (calculate_gen_cands): Likewise.
5325 (do_remat): Likewise.
5326 * lra-spills.c (assign_spill_hard_regs): Likewise.
5327 (spill_pseudos): Likewise.
5328 * tree-ssa-pre.c (bitmap_set_and): Likewise.
5329 (bitmap_set_subtract_values): Likewise.
5331 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5333 * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
5334 management with auto_bitmap.
5335 (fix_inter_tick): Likewise.
5336 (fix_recovery_deps): Likewise.
5337 * ira.c (add_store_equivs): Likewise.
5338 (find_moveable_pseudos): Likewise.
5339 (split_live_ranges_for_shrink_wrap): Likewise.
5340 * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
5341 (rtx_reuse_manager::seen_def_p): Likewise.
5342 (rtx_reuse_manager::set_seen_def): Likewise.
5343 * print-rtl.h (class rtx_reuse_manager): Likewise.
5345 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5347 * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
5349 (migrate_btr_def): Likewise.
5350 * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
5351 * df-core.c (loop_post_order_compute): Likewise.
5352 (loop_inverted_post_order_compute): Likewise.
5353 * hsa-common.h: Likewise.
5354 * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
5355 * init-regs.c (initialize_uninitialized_regs): Likewise.
5356 * ipa-inline.c (resolve_noninline_speculation): Likewise.
5357 (inline_small_functions): Likewise.
5358 * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
5359 * ira.c (combine_and_move_insns): Likewise.
5360 (build_insn_chain): Likewise.
5361 * loop-invariant.c (find_invariants): Likewise.
5362 * lower-subreg.c (propagate_pseudo_copies): Likewise.
5363 * predict.c (tree_predict_by_opcode): Likewise.
5364 (predict_paths_leading_to): Likewise.
5365 (predict_paths_leading_to_edge): Likewise.
5366 (estimate_loops_at_level): Likewise.
5367 (estimate_loops): Likewise.
5368 * shrink-wrap.c (try_shrink_wrapping): Likewise.
5369 (spread_components): Likewise.
5370 * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
5371 * tree-loop-distribution.c (rdg_build_partitions): Likewise.
5372 * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
5373 * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
5374 * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
5375 * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
5376 * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
5377 * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
5378 (mark_threaded_blocks): Likewise.
5379 (thread_through_all_blocks): Likewise.
5380 * tree-ssa.c (verify_ssa): Likewise.
5381 (execute_update_addresses_taken): Likewise.
5382 * tree-ssanames.c (verify_ssaname_freelists): Likewise.
5384 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5386 * cfganal.c (mark_dfs_back_edges): Replace manual stack with
5388 (post_order_compute): Likewise.
5389 (inverted_post_order_compute): Likewise.
5390 (pre_and_rev_post_order_compute_fn): Likewise.
5392 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5394 * genrecog.c (int_set::int_set): Explicitly construct our
5395 auto_vec base class.
5396 * vec.h (auto_vec::auto_vec): New constructor.
5398 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5400 * bitmap.h (class auto_bitmap): New constructor taking
5401 bitmap_obstack * argument.
5403 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5405 * bitmap.h (class auto_bitmap): Change type of m_bits to
5406 bitmap_head, and adjust ctor / dtor and member operators.
5408 2017-05-13 Uros Bizjak <ubizjak@gmail.com>
5410 * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
5411 when returned register mode doesn't match original mode.
5413 2017-05-12 Jeff Law <law@redhat.com>
5414 Jakub Jelinek <jakub@redhat.com>
5416 * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
5417 we look for cc setter after the compare-elim changes.
5418 * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
5419 within the vector to match what compare-elim now expects.
5420 (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
5421 (xorsi3_flags, one_cmplsi2_flags): Likewise.
5423 * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
5424 after the compare-elim changes.
5425 * config/rx/rx.md (abssi2_flags): Fix order of patterns within
5426 the vector to match what compare-elim now expects.
5427 (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
5428 (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
5429 (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
5430 (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
5431 (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
5433 * config/visium/visium.c (single_set_and_flags): Fix where
5434 we look for cc setter after the compare-elim changes.
5435 * config/visium/visium.md (flags_subst_logic): Fix order of patterns
5436 with the vector to match what compare-elim now expects.
5437 (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
5438 (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
5439 (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
5440 (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
5441 (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
5442 (neg<mode>2_insn_set_overflow): Likewise.
5444 2017-05-12 Jim Wilson <jim.wilson@linaro.org>
5447 * expmed.c (extract_bit_field_1): Add alt_rtl argument. Before
5448 maybe_expand_insn call, set ops[0].target. If still set after call,
5449 set alt_rtl. Add extra arg to recursive calls.
5450 (extract_bit_field): Add alt_rtl argument. Pass to
5452 * expmed.h (extract_bit_field): Fix prototype.
5453 * expr.c (emit_group_load_1, copy_blkmode_from_reg)
5454 (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
5455 to extract_bit_field_calls.
5456 (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
5457 Pass alt_rtl to extract_bit_field calls.
5458 * calls.c (store_unaligned_arguments_into_psuedos)
5459 load_register_parameters): Pass extra NULL to extract_bit_field calls.
5460 * optabs.c (maybe_legitimize_operand): Clear op->target when call
5462 * optabs.h (struct expand_operand): Add target bitfield.
5464 2017-05-12 Uros Bizjak <ubizjak@gmail.com>
5466 * compare-elim.c (try_eliminate_compare): Canonicalize
5467 operation with embedded compare to
5468 [(set (reg:CCM) (compare:CCM (operation) (immediate)))
5469 (set (reg) (operation)].
5471 * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
5473 2017-05-12 Uros Bizjak <ubizjak@gmail.com>
5476 * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
5477 cost of adding a carry flag for ADC instruction.
5478 [case MINUS]: Ignore the cost of subtracting a carry flag
5479 for SBB instruction.
5481 2017-05-12 Steven Munroe <munroesj@gcc.gnu.org>
5483 * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
5485 * config/rs6000/bmiintrin.h: New file.
5486 * config/rs6000/bmi2intrin.h: New file.
5487 * config/rs6000/x86intrin.h: New file.
5489 2017-05-12 Jeff Law <law@redhat.com>
5491 * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
5494 2017-05-12 Peter Bergner <bergner@vnet.ibm.com>
5497 * tree-cfg.c: Remove cfg edges of unreachable case statements.
5499 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
5501 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
5502 early expansion of vector divide builtins.
5503 (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
5504 builtins identified as having unsigned arguments.
5506 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
5508 * config/rs6000/rs6000.c (gimple-fold.h): New #include.
5509 (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
5510 expansion of vector logical operations (and, andc, or, xor,
5513 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
5515 * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
5516 * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
5518 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
5520 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
5521 early GIMPLE expansion of vector multiplies.
5523 2017-05-12 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
5525 * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
5526 TARGET_HAVE_MOVT conditional.
5527 (movt splitter): Likewise.
5529 2017-05-12 Richard Biener <rguenther@suse.de>
5531 * tree-ssa-sccvn.h (has_VN_INFO): Declare.
5532 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
5533 Fold all stmts not inplace.
5535 2017-05-12 Richard Biener <rguenther@suse.de>
5537 PR tree-optimization/80713
5538 * tree-ssa-pre.c (remove_dead_inserted_code): Clear
5539 inserted_exprs bit for not removed stmts.
5541 2017-05-12 Thomas Schwinge <thomas@codesourcery.com>
5544 * tree-parloops.c (create_parallel_loop): Set "oacc kernels
5545 parallelized" attribute for parallelized OpenACC kernels.
5546 * omp-offload.c (execute_oacc_device_lower): Use it.
5548 * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
5549 Set "oacc kernels" attribute.
5550 * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
5551 parameter. Adjust all users.
5552 (oacc_fn_attrib_kernels_p): Remove function.
5553 * omp-offload.c (execute_oacc_device_lower): Look for "oacc
5554 kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
5555 * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
5556 * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
5557 assert "oacc kernels" attribute is set.
5559 2017-05-11 Carl Love <cel@us.ibm.com>
5561 * config/rs6000/rs6000-c: Add support for built-in functions
5562 vector unsigned char vec_popcnt (vector signed char)
5563 vector unsigned char vec_popcnt (vector unsigned char)
5564 vector unsigned short vec_popcnt (vector signed short)
5565 vector unsigned short vec_popcnt (vector unsigned short)
5566 vector unsigned int vec_popcnt (vector signed int)
5567 vector unsigned int vec_popcnt (vector unsigned int)
5568 vector unsigned long long vec_popcnt (vector signed long long)
5569 vector unsigned long long vec_popcnt (vector unsigned long long)
5570 vector signed long long vec_slo (vector signed long long,
5572 vector signed long long vec_slo (vector signed long long,
5573 vector unsigned char)
5574 vector unsigned long long vec_slo (vector unsigned long long,
5576 vector unsigned long long vec_slo (vector unsigned long long,
5577 vector unsigned char)
5578 * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
5579 VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
5580 * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
5581 vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
5582 * doc/extend.texi: Update the built-in documentation file for the
5583 new built-in functions.
5585 2017-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
5587 * attribs.h (sorted_attr_string): Move machine independent
5588 functions for target clone support from the i386 port to common
5589 code. Rename ix86_function_versions to common_function_versions.
5590 Rename make_name to make_unique_name.
5591 (common_function_versions): Likewise.
5592 (make_unique_name): Likewise.
5593 (make_dispatcher_decl): Likewise.
5594 (is_function_default_version): Likewise.
5595 * attribs.c (attr_strcmp): Likewise.
5596 (sorted_attr_string): Likewise.
5597 (common_function_versions): Likewise.
5598 (make_unique_name): Likewise.
5599 (make_dispatcher_decl): Likewise.
5600 (is_function_default_version): Likewise.
5601 * config/i386/i386.c (attr_strcmp): Likewise.
5602 (sorted_attr_string): Likewise.
5603 (ix86_function_versions): Likewise.
5604 (make_name): Likewise.
5605 (make_dispatcher_decl): Likewise.
5606 (is_function_default_version): Likewise.
5607 (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
5609 2017-05-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5612 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
5613 Account for direct move costs for vec_construct of integer
5616 2017-05-11 Uros Bizjak <ubizjak@gmail.com>
5619 * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
5620 (UNSPEC_STX_ATOMIC): Ditto.
5621 (loaddi_via_sse): New insn.
5622 (storedi_via_sse): Ditto.
5623 (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
5624 Update corresponding peephole2 patterns.
5625 (atomic_storedi_fpu): Ditto.
5627 2017-05-11 Julia Koval <julia.koval@intel.com>
5629 * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
5630 (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
5632 * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
5633 (__builtin_ia32_rsqrt14ss_mask): New builtins.
5634 * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
5636 2017-05-11 Nathan Sidwell <nathan@acm.org>
5638 * graphite-poly.c: Include dumpfile.h.
5640 * dumpfle.h (dump_function): Declare here ...
5641 * tree-dump.h (dump_function): ... not here.
5642 * dumpfile.c: #include tree-cfg.h.
5643 (dump_function): Move here from ...
5644 * tree-dump.c (dump_function): ... here.
5645 * gimplify.c: #include splay-tree.h, not tree-dump.h.
5646 * graphite-poly.c: Don't include tree-dump.h.
5647 * cgraphclones.c: Include dumpfile.h not tree-dump.h.
5648 * print-tree.c: Likewise.
5649 * stor-layout.c: Likewise.
5650 * tree-nested.c: Likewise.
5652 * dumpfile.c (dump_start): Use TDF_FLAGS.
5653 (dump_enable_all): Fix TDF_KIND check thinko.
5655 2017-05-11 Kelvin Nilsen <kelvin@gcc.gnu.org>
5657 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5658 array entries to represent two legal parameterizations of the
5659 overloaded __builtin_cmpb function, as represented by the
5660 P6_OV_BUILTIN_CMPB constant.
5661 (altivec_resolve_overloaded_builtin): Add special case handling
5662 for the __builtin_cmpb function, as represented by the
5663 P6_OV_BUILTIN_CMPB constant.
5664 * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
5665 (BU_P6_64BIT_2): New macro.
5666 (BU_P6_OVERLOAD_2): New macro
5667 (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
5668 (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
5669 (CMPB): Add overload support to represent both 32-bit and 64-bit
5670 compare-bytes function.
5671 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
5672 support for TARGET_CMPB.
5673 * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
5674 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
5675 documentation of the __builtin_cmpb overloaded built-in function.
5677 2017-05-11 Richard Biener <rguenther@suse.de>
5679 PR tree-optimization/80705
5680 * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
5681 bases are not vectorizable.
5683 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5685 * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
5686 when counting register pressure.
5688 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5690 * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
5691 (iv_ca_more_deps): Renamed to ...
5692 (iv_ca_compare_deps): ... this.
5693 (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
5695 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5697 * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
5699 (determine_group_iv_costs): ... here.
5700 (find_inv_vars_cb): Record inv var if it's not recorded before.
5702 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5704 * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
5705 (get_shiftadd_cost): Ditto.
5707 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5709 * tree-ssa-address.c: Include header file.
5710 (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
5712 (add_to_parts): Refactor.
5713 (addr_to_parts): New parameter. Update use of move_hint_to_base.
5714 (create_mem_ref): Update use of addr_to_parts. Re-associate addr
5717 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5719 PR tree-optimization/53090
5720 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
5722 (extract_cond_operands): Detect condition with IV on both sides
5723 and return COMP_IV_EXPR_2.
5724 (find_interesting_uses_cond): Add iv_use for both IVs in condition.
5725 (rewrite_use_compare): Simplify by removing call to function
5726 extract_cond_operands.
5728 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5730 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
5731 (extract_cond_operands): Detect condition comparing against non-
5732 invariant bound and return appropriate enum value.
5733 (find_interesting_uses_cond): Update use of extract_cond_operands.
5734 Handle its return value accordingly.
5735 (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
5737 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5739 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
5740 nonlinear iv_use computation in loop invariant sensitive way.
5742 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5744 * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
5745 (find_iv_candidates): Call relate_compare_use_with_all_cands.
5747 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5749 * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
5750 (dump_cand): Support iv_cand.inv_exprs.
5751 (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
5753 (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
5756 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5758 * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
5760 * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
5761 as local function. Include necessary header files.
5762 * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
5764 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5766 * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
5768 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5770 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
5771 operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
5772 RSHIFT_EXPR and BIT_NOT_EXPR.
5774 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5776 * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
5777 (adjust_setup_cost): New parameter supporting round up adjustment.
5778 (struct address_cost_data): Delete.
5779 (force_expr_to_var_cost): Don't bound cost with spill_cost.
5780 (split_address_cost, ptr_difference_cost): Delete.
5781 (difference_cost, compare_aff_trees, record_inv_expr): Delete.
5782 (struct ainc_cost_data): New struct.
5783 (get_address_cost_ainc): New function.
5784 (get_address_cost, get_computation_cost): Reimplement.
5785 (determine_group_iv_cost_address): Record inv_expr for all uses of
5787 (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
5788 (iv_ca_has_deps): Reimplemented to ...
5789 (iv_ca_more_deps): ... this. Check if NEW_CP introduces more deps
5791 (iv_ca_extend): Call iv_ca_more_deps.
5793 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5795 * tree-ssa-address.c (struct mem_address): Move to header file.
5796 (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
5797 * tree-ssa-address.h (struct mem_address): Move from C file.
5798 (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
5800 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5802 * tree-affine.h (aff_combination_type): New interface.
5803 (aff_combination_zero_p): Remove static.
5804 (aff_combination_const_p): New interface.
5805 (aff_combination_singleton_var_p): New interfaces.
5807 2017-05-11 Richard Biener <rguenther@suse.de>
5809 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
5810 Skip unreachable blocks and destinations.
5811 (eliminate): Move stmt removal and fixup ...
5812 (fini_eliminate): ... here. Skip inserted exprs.
5813 (pass_pre::execute): Move fini_pre after fini_eliminate.
5814 * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
5815 (tail_merge_optimize): Run cleanup_tree_cfg if requested by
5816 PRE to get rid of dead code that has invalid SSA form and
5817 split critical edges again.
5819 2017-05-11 Bin Cheng <bin.cheng@arm.com>
5821 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
5823 2017-05-11 Richard Biener <rguenther@suse.de>
5825 * passes.c (execute_function_todo): Verify loops if they are
5826 said to be up-to-date.
5827 * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
5828 * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
5830 2017-05-10 John David Anglin <danglin@gcc.gnu.org>
5833 * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
5834 handle calling assemble_external ourself.
5837 * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
5838 modes with zero size. Enhance comment.
5840 2017-05-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5842 * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
5843 built-ins for vec_xl and vec_xst with short and char pointer
5846 2017-05-10 Sebastian Peryt <sebastian.peryt@intel.com>
5848 * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
5849 (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
5850 (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
5851 (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
5852 (_mm_maskz_min_round_ss): New intrinsics.
5853 * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
5854 (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
5855 * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
5856 (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
5857 (__builtin_ia32_minss_mask_round): New builtins.
5858 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
5859 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
5860 * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
5862 (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
5863 (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
5865 (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
5868 2017-05-10 Sebastian Peryt <sebastian.peryt@intel.com>
5870 * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
5871 (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
5872 (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
5873 (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
5874 (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
5875 (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
5876 (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
5877 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
5878 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
5879 * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
5880 (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
5881 (__builtin_ia32_mulss_mask_round): New builtins.
5882 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
5883 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
5884 * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
5886 (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
5887 (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
5889 (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
5892 2017-05-10 Julia Koval <julia.koval@intel.com>
5894 * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
5895 (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
5896 (_mm256_setr_m128i): New intrinsics.
5898 2017-05-10 Julia Koval <julia.koval@intel.com>
5900 * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
5901 (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
5902 (_mm_maskz_rcp14_ss): New intrinsics.
5903 * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
5904 (__builtin_ia32_rcp14ss_mask): New builtins.
5905 * config/i386/sse.md (srcp14<mode>_mask): New pattern.
5907 2017-05-10 Peter Bergner <bergner@vnet.ibm.com>
5909 PR tree-optimization/51513
5910 * tree-cfg.c (gimple_seq_unreachable_p): New function.
5911 (assert_unreachable_fallthru_edge_p): Use it.
5912 (group_case_labels_stmt): Likewise.
5913 * tree-cfg.h: Prototype it.
5914 * stmt.c: Include cfghooks.h and tree-cfg.h.
5915 (emit_case_dispatch_table) <gap_label>: New local variable.
5916 Use it to fill dispatch table gaps.
5917 Test for default_label before updating probabilities.
5918 (expand_case) <default_label>: Remove unneeded initialization.
5919 Test for unreachable default case statement and remove its edge.
5920 Set default_label accordingly.
5921 * tree-ssa-ccp.c (optimize_unreachable): Update comment.
5923 2017-05-10 Carl Love <cel@us.ibm.com>
5925 * config/rs6000/rs6000-c: Add support for built-in functions
5926 vector signed char vec_neg (vector signed char)
5927 vector signed short int vec_neg (vector short int)
5928 vector signed int vec_neg (vector signed int)
5929 vector signed long long vec_neg (vector signed long long)
5930 vector float vec_neg (vector float)
5931 vector double vec_neg (vector double)
5932 * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
5934 * config/rs6000/altivec.h: Add define for vec_neg
5935 * doc/extend.texi: Update the built-in documentation for the
5936 new built-in functions.
5938 2017-05-10 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
5940 PR tree-optimization/77644
5941 * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
5943 2017-05-10 Nathan Sidwell <nathan@acm.org>
5945 * dumpfile.h (TDI_lang_all): New.
5946 (TDF_KIND): New. Renumber others
5947 (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
5949 * dumpfile.c (dump_files): Mark language dumps as TDF_LANG. add
5951 (get_dump_file_name): Adjust suffix generation.
5952 (dump_enable_all): Use TDF_KIND.
5953 * doc/invoke.texi (-fdump-lang-all): Document.
5955 * dumpfile.h: Tabify.
5957 2017-05-10 Wilco Dijkstra <wdijkstr@arm.com>
5960 * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
5961 Move member access before delete.
5963 2017-05-10 Alexandre Oliva <aoliva@redhat.com>
5965 * tree-inline.c (expand_call_inline): Split block at stmt
5968 2017-05-09 Michael Meissner <meissner@linux.vnet.ibm.com>
5971 * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
5972 are now unused after splitting mov{sf,sd}_hardfloat.
5973 (f32_lr2): Likewise.
5975 (f32_lm2): Likewise.
5977 (f32_li2): Likewise.
5980 (f32_sr2): Likewise.
5982 (f32_sm2): Likewise.
5984 (f32_si2): Likewise.
5987 (f32_vsx): Likewise.
5989 (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
5990 For movsf, order stores so the VSX stores occur before the GPR
5991 store which encourages the register allocator to use a traditional
5992 FPR instead of a GPR. For movsd, order the stores so that the GPR
5993 store comes before the VSX stores to allow the power6 to work.
5994 This is due to the power6 not having a 32-bit integer store
5995 instruction from a FPR.
5996 (movsf_hardfloat): Likewise.
5997 (movsd_hardfloat): Likewise.
5999 2017-05-09 Martin Sebor <msebor@redhat.com>
6001 PR translation/80280
6002 * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
6005 PR translation/80280
6006 * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
6007 data member added in r247778.
6008 (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
6010 2017-05-09 Nathan Sidwell <nathan@acm.org>
6012 * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
6014 * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
6017 2017-05-09 Marek Polacek <polacek@redhat.com>
6019 * doc/invoke.texi: Fix typo.
6021 2017-05-09 Richard Biener <rguenther@suse.de>
6023 * tree-vrp.c (vrp_val_is_max): Adjust comment.
6024 (vrp_val_is_min): Likewise.
6025 (set_value_range_to_value): Likewise.
6026 (set_value_range_to_nonnegative): Likewise.
6027 (gimple_assign_nonzero_p): Likewise.
6028 (gimple_stmt_nonzero_p): Likewise.
6029 (vrp_int_const_binop): Likewise. Remove unreachable case.
6030 (adjust_range_with_scev): Adjust comments.
6031 (compare_range_with_value): Likewise.
6032 (extract_range_from_phi_node): Likewise.
6033 (test_for_singularity): Likewise.
6035 2017-05-09 Richard Biener <rguenther@suse.de>
6037 * tree-vrp.c (get_single_symbol): Add assert that we don't
6038 get overflowed constants as invariant part.
6039 (compare_values_warnv): Add comment before the TREE_NO_WARNING
6040 checks. Use wi::cmp instead of recursing for integer constants.
6041 (compare_values): Just ignore whether we assumed undefined
6042 overflow instead of failing the compare.
6043 (extract_range_for_var_from_comparison_expr): Add comment before the
6044 TREE_NO_WARNING sets.
6045 (test_for_singularity): Likewise.
6046 (extract_range_from_comparison): Do not disable optimization
6047 when we assumed undefined overflow.
6048 (extract_range_basic): Remove init of unused var.
6050 2017-05-09 Richard Biener <rguenther@suse.de>
6052 * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
6053 (extract_range_from_multiplicative_op_1): Adjust.
6054 (extract_range_from_binary_expr_1): Use int_const_binop.
6056 2017-05-08 Kelvin Nilsen <kelvin@gcc.gnu.org>
6059 * config/rs6000/power6.md: Replace store_data_bypass_p calls with
6060 rs6000_store_data_bypass_p in seven define_bypass directives and
6061 in several comments.
6062 * config/rs6000/rs6000-protos.h: Add prototype for
6063 rs6000_store_data_bypass_p function.
6064 * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
6065 function implements slightly different (rs6000-specific) semantics
6066 than store_data_bypass_p, returning false rather than aborting
6067 with assertion error when arguments do not satisfy the
6068 requirements of store data bypass.
6069 (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
6070 rs6000_store_data_bypass_p.
6072 2017-05-08 Max Filippov <jcmvbkbc@gmail.com>
6074 * config/xtensa/xtensa-protos.h
6075 (xtensa_initial_elimination_offset): New declaration.
6076 * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
6077 New function. Move its body from the INITIAL_ELIMINATION_OFFSET
6078 macro definition, add case for FRAME_POINTER_REGNUM when
6079 FRAME_GROWS_DOWNWARD.
6080 * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
6081 (INITIAL_ELIMINATION_OFFSET): Replace body with call to
6082 xtensa_initial_elimination_offset.
6084 2017-05-08 Nathan Sidwell <nathan@acm.org>
6086 * doc/invoke.texi: Alphabetize -fdump options.
6088 2017-05-08 Martin Sebor <msebor@redhat.com>
6090 PR translation/80280
6091 * config/sol2-c.c (solaris_pragma_align): Correct quoting.
6093 2017-05-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
6095 * target.def (compute_frame_layout): New optional target hook.
6096 * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
6097 * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
6098 * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
6100 * reload1.c (verify_initial_elim_offsets): Likewise.
6101 * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
6102 (use_simple_return_p): Call arm_compute_frame_layout if needed.
6103 (arm_get_frame_offsets): Split up into this ...
6104 (arm_compute_frame_layout): ... and this function.
6106 2017-05-08 Richard Sandiford <richard.sandiford@arm.com>
6108 * config/aarch64/constraints.md (Usa): New constraint.
6109 * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
6111 2017-05-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
6113 * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
6114 with_multilib_list after it has been checked.
6116 2017-05-08 Richard Biener <rguenther@suse.de>
6118 * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
6119 (bitmap_set_subtract_values): Likewise.
6121 2017-05-08 Richard Biener <rguenther@suse.de>
6123 * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
6124 (gimple_assign_nonzero): ... this and remove strict_overflow_p
6126 (gimple_stmt_nonzero_warnv_p): Rename to ...
6127 (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
6129 (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
6130 (extract_range_basic): Adjust, do not disable propagation on
6131 strict overflow sensitive simplification.
6132 (vrp_visit_cond_stmt): Likewise.
6134 2017-05-05 Jan Hubicka <hubicka@ucw.cz>
6136 * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
6137 body size unconditionally.
6139 2017-05-07 Jeff Law <law@redhat.com>
6142 2017-05-06 Jeff Law <law@redhat.com>
6143 PR tree-optimization/78496
6144 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
6147 PR tree-optimization/78496
6148 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
6149 (simplify_stmt_using_ranges): Call it.
6150 (vrp_dom_walker::before_dom_children): Extract equivalences
6151 from an ASSERT_EXPR with an equality comparison against a
6154 2017-05-06 Jeff Law <law@redhat.com>
6156 PR tree-optimization/78496
6157 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
6160 PR tree-optimization/78496
6161 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
6162 (simplify_stmt_using_ranges): Call it.
6163 (vrp_dom_walker::before_dom_children): Extract equivalences
6164 from an ASSERT_EXPR with an equality comparison against a
6167 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
6169 * lra-constraints.c (lra_copy_reg_equiv): New function.
6170 (split_reg): Use it to copy equivalence information from the
6171 original register to the spill register.
6173 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
6175 PR rtl-optimization/75964
6176 * simplify-rtx.c (simplify_const_relational_operation): Remove
6177 invalid handling of comparisons of integer ABS.
6179 2017-05-06 Uros Bizjak <ubizjak@gmail.com>
6181 * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
6183 (init_regs): Remove declaration.
6184 (function_arg_advance_32): Initialize error_p as boolean variable.
6186 2017-05-05 Nathan Sidwell <nathan@acm.org>
6188 * store-motion.c (remove_reachable_equiv_notes): Reformat long
6189 lines. Use for (;;).
6191 2017-05-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6193 * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
6194 (rs6000_init_cost): Initialize rs6000_vect_nonmem.
6195 (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
6196 (rs6000_finish_cost): Avoid vectorizing simple copy loops with
6197 VF=2 that require versioning.
6199 2017-05-05 David Malcolm <dmalcolm@redhat.com>
6201 * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
6204 2017-05-05 David Malcolm <dmalcolm@redhat.com>
6206 * diagnostic.h (diagnostic_override_option_index): Convert from
6207 macro to inline function.
6209 2017-05-05 David Malcolm <dmalcolm@redhat.com>
6211 * diagnostic.c (last_module_changed_p): New function.
6212 (set_last_module): New function.
6213 (diagnostic_report_current_module): Convert macro usage to
6214 the above functions.
6215 * diagnostic.h (diagnostic_context::last_module): Strengthen
6216 from const line_map * to const line_map_ordinary *.
6217 (diagnostic_last_module_changed): Delete macro.
6218 (diagnostic_set_last_module): Delete macro.
6220 2017-05-05 David Malcolm <dmalcolm@redhat.com>
6222 * diagnostic.c (diagnostic_impl): Replace report_diagnostic
6223 with diagnostic_report_diagnostic.
6224 (diagnostic_n_impl_richloc): Likewise.
6225 * diagnostic.h (report_diagnostic): Delete macro.
6226 * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
6227 with diagnostic_report_diagnostic.
6228 * substring-locations.c (format_warning_va): Likewise.
6230 2017-05-05 David Malcolm <dmalcolm@redhat.com>
6232 * diagnostic.c (diagnostic_report_diagnostic): Eliminate
6233 save/restor of format_spec. Move option-printing code to...
6234 (print_option_information): ...this new function, and
6235 reimplement by simply printing to the pretty_printer,
6236 rather than appending to the format string.
6238 2017-05-05 David Malcolm <dmalcolm@redhat.com>
6240 * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
6241 handling logic into...
6242 (update_effective_level_from_pragmas): ...this new function.
6244 2017-05-04 Andrew Waterman <andrew@sifive.com>
6246 * config/riscv/riscv.opt (mstrict-align): New option.
6247 * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it. Update comment.
6248 (SLOW_UNALIGNED_ACCESS): Define.
6249 (riscv_slow_unaligned_access): Declare.
6250 * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
6252 (riscv_slow_unaligned_access): New variable.
6253 (rocket_tune_info): Set slow_unaligned_access to true.
6254 (optimize_size_tune_info): Set slow_unaligned_access to false.
6255 (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
6256 (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
6257 (riscv_option_override): Set riscv_slow_unaligned_access.
6258 * doc/invoke.texi: Add -mstrict-align to RISC-V.
6260 2017-05-04 Kito Cheng <kito.cheng@gmail.com>
6262 * config/riscv/riscv.md: Unify indentation.
6264 2017-05-05 Michael Meissner <meissner@linux.vnet.ibm.com>
6269 * config/rs6000/rs6000.md (u code attribute): Add FIX and
6271 (extendsi<mode>2): Add support for doing sign extension via
6272 VUPKHSW and XXPERMDI if the value is in Altivec registers and we
6273 don't have ISA 3.0 instructions.
6274 (extendsi<mode>2 splitter): Likewise.
6275 (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
6276 generate the normal insns since SImode can now go in vector
6277 registers. Disallow the special UNSPECs needed for previous
6278 machines to hide SImode being used. Add new insns
6279 fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
6280 (fix_trunc<mode>si2_stfiwx): Likewise.
6281 (fix_trunc<mode>si2_internal): Likewise.
6282 (fixuns_trunc<mode>si2): Likewise.
6283 (fixuns_trunc<mode>si2_stfiwx): Likewise.
6284 (fctiw<u>z_<mode>_smallint): Likewise.
6285 (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
6286 of floating point to 32-bit integer from doing a direct move to
6287 the GPR registers to do a store.
6288 (fctiwz_<mode>): Break long line.
6290 2017-05-05 Bin Cheng <bin.cheng@arm.com>
6292 * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
6293 * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
6294 (addr_list, addr_offset_valid_p): New.
6295 (split_address_groups): Check offset validity with above function.
6296 (gt-tree-ssa-loop-ivopts.h): Include header file.
6298 2017-05-05 Nathan Sidwell <nathan@acm.org>
6300 * config.gcc (arm*-*-*): Add missing 'fi'.
6302 2017-05-05 Steve Ellcey <sellcey@cavium.com>
6304 * doc/invoke.texi (-fopt-info): Explicitly say order of options
6305 included in -fopt-info does not matter.
6306 * doc/optinfo.texi (-fopt-info): Fix description of default
6307 behavour. Explicitly say order of options included in -fopt-info
6310 2017-05-05 Thomas Preud'homme <thomas.preudhomme@arm.com>
6312 * config.gcc: Allow combinations of aprofile and rmprofile values for
6313 --with-multilib-list.
6314 * config/arm/t-multilib: New file.
6315 * config/arm/t-aprofile: Remove initialization of MULTILIB_*
6316 variables. Remove setting of ISA and floating-point ABI in
6317 MULTILIB_OPTIONS and MULTILIB_DIRNAMES. Set architecture and FPU in
6318 MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
6319 and MULTILIB_DIRNAMES respectively. Add comment to introduce all
6320 matches. Add architecture matches for marvel-pj4 and generic-armv7-a
6322 * config/arm/t-rmprofile: Likewise except for the matches changes.
6323 * doc/install.texi (--with-multilib-list): Document the combination of
6324 aprofile and rmprofile values and warn about pitfalls in doing that.
6326 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
6328 * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
6329 (movdi_aarch64): Likewise.
6331 2017-05-05 Jakub Jelinek <jakub@redhat.com>
6333 PR tree-optimization/80632
6334 * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
6336 (build_arrays): Initialize it for virtual phis.
6337 (fix_phi_nodes): Use it for virtual phis.
6339 PR tree-optimization/80558
6340 * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
6341 [x, y] op z into [x op, y op z] for op & or | if conditions
6344 2017-05-05 Andre Vieira <andre.simoesdiasvieira@arm.com>
6345 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
6348 * config/arm/arm.md (use_literal_pool): Remove.
6349 (64-bit immediate split): No longer takes cost into consideration
6350 if arm_disable_literal_pool is enabled.
6351 * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
6352 used when arm_disable_literal_pool is enabled.
6353 (arm_max_const_double_inline_cost): Remove use of
6354 arm_disable_literal_pool.
6355 (push_minipool_fix): Add assert.
6356 (arm_reorg): Add return if arm_disable_literal_pool is enabled.
6357 * config/arm/vfp.md (no_literal_pool_df_immediate): New.
6358 (no_literal_pool_sf_immediate): New.
6360 2017-05-05 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
6362 PR tree-optimization/80613
6363 * tree-ssa-dce.c (propagate_necessity): Remove cases for
6364 BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
6366 2017-05-05 Richard Biener <rguenther@suse.de>
6368 * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
6370 2017-05-05 Georg-Johann Lay <avr@gjlay.de>
6372 * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
6373 of this flag from insn conditions due to removal from r247495.
6375 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
6377 * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
6379 (arm_early_store_addr_dep_ptr): Likewise.
6380 * config/arm/aarch-common-protos.h
6381 (arm_early_load_addr_dep_ptr): Add prototype.
6382 (arm_early_store_addr_dep_ptr): Likewise.
6383 * config/arm/cortex-a53.md: Add new bypasses.
6385 2017-05-05 Jakub Jelinek <jakub@redhat.com>
6387 * tree.c (next_type_uid): Change type to unsigned.
6388 (type_hash_canon): Decrement back next_type_uid if
6389 freeing a type node with the highest TYPE_UID. For INTEGER_TYPEs
6390 also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
6393 2017-05-04 Martin Sebor <msebor@redhat.com>
6395 * builtins.c: Fix a trivial typo in a comment.
6398 * builtins.c (check_sizes): Adjust to handle reading past the end.
6399 Avoid printing excessive upper bound of ranges. Use %E to print
6400 tree nodes instead of converting them to %wu.
6401 (expand_builtin_memchr): New function.
6402 (compute_dest_size): Rename...
6403 (compute_objsize): ...to this.
6404 (expand_builtin_memcpy): Adjust.
6405 (expand_builtin_mempcpy): Adjust.
6406 (expand_builtin_strcat): Adjust.
6407 (expand_builtin_strcpy): Adjust.
6408 (check_strncat_sizes): Adjust.
6409 (expand_builtin_strncat): Adjust.
6410 (expand_builtin_strncpy): Adjust and simplify.
6411 (expand_builtin_memset): Adjust.
6412 (expand_builtin_bzero): Adjust.
6413 (expand_builtin_memcmp): Adjust.
6414 (expand_builtin): Handle memcmp.
6415 (maybe_emit_chk_warning): Check strncat just once.
6417 2017-05-04 Martin Sebor <msebor@redhat.com>
6419 PR preprocessor/79214
6422 * builtins.c (check_sizes): Add inlining context and issue
6423 warnings even when -Wno-system-headers is set.
6424 (check_strncat_sizes): Same.
6425 (expand_builtin_strncat): Same.
6426 (expand_builtin_memmove): New function.
6427 (expand_builtin_stpncpy): Same.
6428 (expand_builtin): Handle memmove and stpncpy.
6430 2017-05-04 Bin Cheng <bin.cheng@arm.com>
6432 * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
6433 which is not used any more.
6435 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
6437 * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
6439 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
6441 * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
6442 (cortexa53_tunings): Likewise.
6443 (cortexa57_tunings): Likewise.
6444 (cortexa72_tunings): Likewise.
6445 (cortexa73_tunings): Likewise.
6447 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
6449 * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
6450 Set loop alignment to 8.
6452 2017-05-04 Martin Sebor <msebor@redhat.com>
6454 PR translation/80280
6455 * builtins.c (expand_builtin_object_size): Add missing quoting to
6456 %D and like directives.
6457 * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
6458 (hsa_type_for_tree_type): Same.
6459 (verify_function_arguments): Same.
6460 * symtab.c (symbol_table::change_decl_assembler_name): Same.
6461 * varasm.c (get_section): Same.
6464 2017-05-04 Martin Sebor <msebor@redhat.com>
6466 PR translation/80280
6467 * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
6469 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
6471 * config/aarch64/aarch64.c (generic_addrcost_table):
6472 Change HI/TI mode setting.
6474 2017-05-04 Martin Jambor <mjambor@suse.cz>
6476 PR tree-optimization/80622
6477 * tree-sra.c (comes_initialized_p): New function.
6478 (build_accesses_from_assign): Only set write lazily when
6479 comes_initialized_p is false.
6480 (analyze_access_subtree): Use comes_initialized_p.
6481 (propagate_subaccesses_across_link): Assert !comes_initialized_p
6482 instead of testing for PARM_DECL.
6484 2017-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6486 * config/aarch64/aarch64.md (prefetch); Adjust predicate and
6487 constraint on operand 0 to allow more general addressing modes.
6488 Adjust output template.
6489 * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
6491 * config/aarch64/aarch64-protos.h
6492 (aarch64_address_valid_for_prefetch_p): Declare prototype.
6493 * config/aarch64/constraints.md (Dp): New address constraint.
6494 * config/aarch64/predicates.md (aarch64_prefetch_operand): New
6497 2017-05-04 Jan Hubicka <hubicka@ucw.cz>
6499 * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
6500 update use of estimate_ipcp_clone_size_and_time.
6501 (estimate_local_effects): Update use of
6502 estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
6503 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
6504 * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
6505 Return nonspecialized time.
6507 2017-05-04 Richard Biener <rguenther@suse.de>
6509 * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
6510 for the last VUSE which def dominates the PHI. Directly call
6512 (get_continuation_for_phi_1): Remove.
6514 2017-05-04 Richard Sandiford <richard.sandiford@linaro.org>
6516 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
6517 to explain the use of truncating division. Cap the number of
6518 iterations to the maximum given by nb_iterations_upper_bound,
6521 2017-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
6523 * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
6524 * configure: Regenerate.
6525 * config.in: Regenerate.
6526 * config/i386/driver-mingw32.c: new file.
6527 * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
6528 * config.host: Link driver-mingw32.o on MinGW host.
6529 * doc/install.texi: Document new --enable-mingw-wildcard configure
6532 2017-05-04 Marek Polacek <polacek@redhat.com>
6534 PR tree-optimization/80612
6535 * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
6537 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
6538 Andre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com>
6540 * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
6541 (movt splitter): Likewise.
6542 * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
6543 to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
6544 (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
6545 block for Thumb-1 with MOVT.
6546 (thumb2_legitimate_address_p): Move code block ...
6547 (can_avoid_literal_pool_for_label_p): ... into this new function.
6548 (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
6550 (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
6551 * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
6552 "M-profile targets with the MOVT instruction".
6554 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
6556 * gcc/config/arm/arm-builtins.c (arm_init_builtins): Rename
6557 __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
6558 __builtin_arm_stfscr to __builtin_arm_set_fpscr.
6560 2017-05-04 Martin Liska <mliska@suse.cz>
6562 * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
6565 2017-05-04 Richard Biener <rguenther@suse.de>
6567 * tree.c (array_at_struct_end_p): Handle arrays at struct
6568 end with flexarrays more conservatively. Refactor and treat
6569 arrays of arrays or aggregates more strict. Fix
6570 VIEW_CONVERT_EXPR handling. Remove allow_compref argument.
6571 * tree.c (array_at_struct_end_p): Adjust prototype.
6572 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
6573 * gimple-fold.c (get_range_strlen): Likewise.
6574 * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
6576 2017-05-04 Richard Biener <rguenther@suse.de>
6578 PR tree-optimization/31130
6579 * tree-vrp.c (needs_overflow_infinity): Remove as always returning
6581 (supports_overflow_infinity): Likewise.
6582 (is_negative_overflow_infinity): Likewise.
6583 (is_positive_overflow_infinity): Likewise.
6584 (is_overflow_infinity): Likewise.
6585 (stmt_overflow_infinity): Likewise.
6586 (overflow_infinity_range_p): Likewise.
6587 (usable_range_p): Remove as always returning true.
6588 (make_overflow_infinity): Remove.
6589 (negative_overflow_infinity): Likewise.
6590 (positive_overflow_infinity): Likewise.
6591 (avoid_overflow_infinity): Likewise.
6592 (set_value_range): Adjust accordingly.
6593 (set_value_range_to_nonnegative): Likewise, remove now unused
6594 overflow_infinity arg.
6595 (vrp_operand_equal_p): Adjust.
6596 (update_value_range): Likewise.
6597 (range_int_cst_singleton_p): Likewise.
6598 (operand_less_p): Likewise.
6599 (compare_values_warnv): Likewise.
6600 (extract_range_for_var_from_comparison_expr): Likewise.
6601 (vrp_int_const_binop): Likewise.
6602 (zero_nonzero_bits_from_vr): Likewise.
6603 (extract_range_from_multiplicative_op_1): Likewise.
6604 (extract_range_from_binary_expr_1): Likewise.
6605 (extract_range_from_unary_expr): Likewise.
6606 (extract_range_from_comparison): Likewise.
6607 (extract_range_basic): Likewise.
6608 (adjust_range_with_scev): Likewise.
6609 (compare_ranges): Likewise.
6610 (compare_range_with_value): Likewise.
6611 (dump_value_range): Likewise.
6612 (test_for_singularity): Likewise, remove strict_overflow_p parameter
6614 (simplify_cond_using_ranges): Adjust.
6616 2017-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
6618 * brig-builtins.def: Added a builtin for class_f64.
6619 * builtin-types.def: Added a builtin type needed by class_f64.
6621 2017-05-03 Jason Merrill <jason@redhat.com>
6623 * timevar.def: Add TV_CONSTEXPR.
6625 2017-05-03 David Malcolm <dmalcolm@redhat.com>
6627 * common.opt (fdiagnostics-parseable-fixits): Fix typo.
6629 2017-05-03 Martin Jambor <mjambor@suse.cz>
6631 * ipa-prop.c (ipa_update_after_lto_read): Removed.
6632 * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
6633 * ipa-cp.c (ipcp_propagate_stage): Do not call
6634 ipa_update_after_lto_read.
6635 * ipa-inline.c (ipa_inline): Likewise.
6637 2017-05-03 Martin Jambor <mjambor@suse.cz>
6639 * ipa-prop.h (ipa_edge_args): Make a class. Mark with for_user GTY
6640 tag. Added a default constructor and a destructor.
6641 (ipa_edge_args_sum_t): New class;
6642 (ipa_edge_args_sum): Declare.
6643 (ipa_edge_args_vector): Remove declaration.
6644 (IPA_EDGE_REF): Use ipa_edge_args_sum.
6645 (ipa_free_edge_args_substructures): Remove declaration.
6646 (ipa_check_create_edge_args): Use ipa_edge_args_sum.
6647 (ipa_edge_args_info_available_for_edge_p): Likewise.
6648 * ipa-prop.c (ipa_edge_args_vector): Removed.
6649 (edge_removal_hook_holder): Likewise.
6650 (edge_duplication_hook_holder): Likewise.
6651 (ipa_edge_args_sum): New variable.
6652 (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
6653 ipa_edge_args_vector.
6654 (ipa_free_edge_args_substructures): Likewise.
6655 (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
6656 ipa_edge_args_vector.
6657 (ipa_edge_removal_hook): Turned into method
6658 ipa_edge_args_sum_t::remove.
6659 (ipa_edge_duplication_hook): Turned into method
6660 ipa_edge_args_sum_t::duplicate.
6661 (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
6662 registering edge hooks.
6663 (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
6664 * ipa-inline-analysis.c (estimate_function_body_sizes): Test
6665 ipa_edge_args_sum instead of ipa_edge_args_vector.
6666 * ipa-profile.c (ipa_profile): Likewise.
6668 2017-05-03 Martin Jambor <mjambor@suse.cz>
6670 * symbol-summary.h (function_summary): New method exists.
6671 (function_summary::symtab_removal): Deallocate through release.
6672 (call_summary): New class.
6673 (gt_ggc_mx): New overload.
6674 (gt_pch_nx): Likewise.
6675 (gt_pch_nx): Likewise.
6677 2017-05-03 Jeff Law <law@redhat.com>
6679 PR tree-optimization/78496
6680 * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
6681 from simplify_cond_using_ranges. Split off code to walk
6682 backwards through casts into ...
6683 (simplify_cond_using_ranges_2): New function.
6684 (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
6685 (execute_vrp): After identifying jump threads, call
6686 simplify_cond_using_ranges_2.
6688 2017-05-03 Jan Hubicka <hubicka@ucw.cz>
6691 * ipa-inline.h (inline_summary): Add ctor.
6692 (create_ggc): Do not use ggc_cleared_alloc.
6694 2017-05-03 Jeff Downs <heydowns@somuchpressure.net>
6695 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6697 * gcc.c (handle_braces): Support escaping in switch matching
6699 * doc/invoke.texi (Spec Files): Document it.
6700 Remove superfluous @code markup in items.
6702 2017-05-03 David Malcolm <dmalcolm@redhat.com>
6704 * diagnostic-show-locus.c (struct column_range): New struct.
6705 (get_affected_columns): New function.
6706 (get_printed_columns): New function.
6707 (struct correction): New struct.
6708 (correction::ensure_capacity): New function.
6709 (correction::ensure_terminated): New function.
6710 (struct line_corrections): New struct.
6711 (line_corrections::~line_corrections): New dtor.
6712 (line_corrections::add_hint): New function.
6713 (layout::print_trailing_fixits): Reimplement in terms of the new
6715 (selftest::test_overlapped_fixit_printing): New function.
6716 (selftest::diagnostic_show_locus_c_tests): Call it.
6718 2017-05-03 Nathan Sidwell <nathan@acm.org>
6720 Canonicalize canonical type hashing
6721 * tree.h (type_hash_canon_hash): Declare.
6722 * tree.c (type_hash_list, attribute_hash_list): Move into
6723 type_hash_canon_hash.
6724 (build_type_attribute_qual_variant): Break out hash code calc into
6725 type_hash_canon_hash.
6726 (type_hash_canon_hash): New. Generic type hash computation.
6727 (build_range_type_1, build_array_type_1, build_function_type,
6728 build_method_type_directly, build_offset_type, build_complex_type,
6729 make_vector_type): Call it.
6731 2017-05-03 Richard Biener <rguenther@suse.de>
6733 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
6734 When all DRs have unknown misaligned do not always peel
6735 when there is a store but apply the same costing model as if
6736 there were only loads.
6738 2017-05-03 Richard Biener <rguenther@suse.de>
6741 PR tree-optimization/80492
6742 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
6743 compare_base_decls returning dont-know properly.
6745 2017-05-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
6747 * config/arm/iterators.md (CCSI): New mode iterator.
6748 (arch): New mode attribute.
6749 * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
6750 (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
6751 (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This. Use CCSI
6752 code iterator for success result mode.
6753 * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
6754 the corresponding new insn generators.
6756 2017-05-03 Bin Cheng <bin.cheng@arm.com>
6759 2017-05-02 Bin Cheng <bin.cheng@arm.com>
6760 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
6762 2017-05-03 Richard Sandiford <richard.sandiford@linaro.org>
6764 * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
6765 (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
6766 (DDR_A): Wrap DDR argument in brackets.
6767 (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
6768 (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
6769 (DDR_REVERSED_P): Likewise.
6771 2017-05-03 Jakub Jelinek <jakub@redhat.com>
6773 PR tree-optimization/79472
6774 * tree-switch-conversion.c (struct switch_conv_info): Add
6775 contiguous_range and default_case_nonstandard fields.
6776 (collect_switch_conv_info): Compute contiguous_range and
6777 default_case_nonstandard fields, don't clear final_bb if
6778 contiguous_range and only the default case doesn't have the required
6780 (check_all_empty_except_final): Set default_case_nonstandard instead
6781 of failing if contiguous_range and the default case doesn't have empty
6783 (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
6784 and only the default case doesn't have the required constants. Skip
6786 (gather_default_values): Skip virtual phis. Allow non-NULL CASE_LOW
6787 if default_case_nonstandard.
6788 (build_constructors): Build constant 1 just once. Assert that default
6789 values aren't inserted in between cases if contiguous_range. Skip
6791 (build_arrays): Skip virtual phis.
6792 (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
6793 (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
6794 Handle virtual phis.
6795 (gen_inbound_check): Handle default_case_nonstandard case.
6796 (process_switch): Adjust check_final_bb caller. Call
6797 gather_default_values with the first non-default case instead of
6798 default case if default_case_nonstandard.
6800 2017-05-02 Nathan Sidwell <nathan@acm.org>
6802 * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
6803 check. Fix formatting.
6805 2017-05-02 Jan Hubicka <hubicka@ucw.cz>
6807 * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
6808 errors when comparing specialized and unspecialized times.
6810 2017-05-02 David Malcolm <dmalcolm@redhat.com>
6812 * diagnostic-show-locus.c
6813 (layout::should_print_annotation_line_p): Make private.
6814 (layout::print_annotation_line): Make private.
6815 (layout::annotation_line_showed_range_p): Make private.
6816 (layout::show_ruler): Make private.
6817 (layout::print_source_line): Make private. Pass in line and
6818 line_width, rather than calling location_get_source_line. Drop
6820 (layout::print_leading_fixits): New method.
6821 (layout::print_any_fixits): Rename to...
6822 (layout::print_trailing_fixits): ...this, and make private.
6823 Don't print newline fixits.
6824 (diagnostic_show_locus): Move logic for printing one row into...
6825 (layout::print_line): ...this new function. Move the
6826 location_get_source_line call and error-handling from
6827 print_source_line to here. Call print_leading_fixits, and rename
6828 print_any_fixits to print_trailing_fixits.
6829 (selftest::test_fixit_insert_containing_newline): Update now that
6830 newlines are partially supported.
6831 (selftest::test_fixit_insert_containing_newline_2): New test.
6832 (selftest::test_fixit_replace_containing_newline): Update comments.
6833 (selftest::diagnostic_show_locus_c_tests): Call the new test.
6834 * edit-context.c (class added_line): New class.
6835 (class edited_line): Describe newline handling in comment.
6836 (edited_line::actually_edited_p): New method.
6837 (edited_line::print_content): Delete redundant decl.
6838 (edited_line::m_predecessors): New field.
6839 (edited_file::print_content): Call edited_line::print_content.
6840 (edited_file::print_diff): Update to support newlines.
6841 (edited_file::print_diff_hunk): Likewise.
6842 (edited_file::print_run_of_changed_lines): New function.
6843 (edited_file::print_diff_line): Convert to...
6844 (print_diff_line): ...this.
6845 (edited_file::get_effective_line_count): New function.
6846 (edited_line::edited_line): Initialize new field m_predecessors.
6847 (edited_line::~edited_line): Clean up m_predecessors.
6848 (edited_line::apply_fixit): Handle newlines.
6849 (edited_line::get_effective_line_count): New function.
6850 (edited_line::print_content): New function.
6851 (edited_line::print_diff_lines): New function.
6852 (selftest::test_applying_fixits_insert_containing_newline): New
6854 (selftest::test_applying_fixits_replace_containing_newline): New
6856 (selftest::insert_line): New function.
6857 (selftest::test_applying_fixits_multiple_lines): Add example of
6859 (selftest::edit_context_c_tests): Call the new tests.
6861 2017-05-02 Bin Cheng <bin.cheng@arm.com>
6863 * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
6864 parameter cand. Update dump information.
6865 (get_computation_cost): Update uses.
6867 2017-05-02 Bin Cheng <bin.cheng@arm.com>
6869 * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
6870 (get_computation_aff): Reorder parameters. Use get_computation_aff_1.
6871 (get_computation_at, rewrite_use_address): Update use of
6872 get_computation_aff.
6874 2017-05-02 Bin Cheng <bin.cheng@arm.com>
6876 * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
6877 (get_computation): Delete.
6878 (get_computation_cost): Implement like get_computation_cost_at.
6879 Use get_computation_at.
6880 (get_computation_cost_at): Delete.
6881 (rewrite_use_nonlinear_expr): Use get_computation_at.
6882 (rewrite_use_compare, remove_unused_ivs): Ditto.
6884 2017-05-02 Bin Cheng <bin.cheng@arm.com>
6886 * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
6888 2017-05-02 Bin Cheng <bin.cheng@arm.com>
6890 * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
6891 (ivopts_global_cost_for_size): Rename parameter and update uses.
6892 (iv_ca_recount_cost): Update uses.
6893 (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
6894 candidates seperately in n_invs and n_cands.
6895 (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
6897 2017-05-02 Bin Cheng <bin.cheng@arm.com>
6899 * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
6900 (find_inv_vars_cb): New.
6901 (find_depends): Renamed to ...
6902 (find_inv_vars): ... this.
6903 (add_candidate_1, force_var_cost): Call find_inv_vars.
6904 (split_address_cost, determine_group_iv_cost_cond): Ditto.
6906 2017-05-02 Bin Cheng <bin.cheng@arm.com>
6908 * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
6909 inv_vars. Add inv_exprs.
6910 (struct iv_cand): Rename depends_on to inv_vars.
6911 (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
6912 max_inv_var_id/n_inv_var_uses. Move max_inv_expr_id around.
6913 Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
6914 (dump_cand): Dump inv_vars.
6915 (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
6916 (record_invariant, find_depends, add_candidate_1): Ditto.
6917 (set_group_iv_cost, force_var_cost): Ditto.
6918 (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
6919 (get_computation_cost_at, get_computation_cost): Ditto.
6920 (determine_group_iv_cost_generic): Ditto.
6921 (determine_group_iv_cost_address): Ditto.
6922 (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
6923 (determine_group_iv_costs): Ditto.
6924 (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
6925 (iv_ca_set_remove_invariants): Renamed to ...
6926 (iv_ca_set_remove_invs): ... this. Support inv_vars and inv_exprs.
6927 (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
6928 (iv_ca_set_add_invariants): Renamed to ...
6929 (iv_ca_set_add_invs): ... this. Support inv_vars and inv_exprs.
6930 (iv_ca_set_cp): Use iv_ca_set_add_invs.
6931 (iv_ca_has_deps): Support inv_vars and inv_exprs.
6932 (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
6933 (create_new_ivs): Remove useless dump.
6935 2017-05-02 Bin Cheng <bin.cheng@arm.com>
6937 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
6939 (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
6940 (iv_ca_set_no_cp, create_new_iv): Ditto.
6942 2017-05-02 Bin Cheng <bin.cheng@arm.com>
6944 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
6946 2017-05-02 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
6948 * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
6949 function tree_check2.
6951 2017-05-02 Martin Liska <mliska@suse.cz>
6953 * doc/gcov.texi: Add missing preposition.
6954 * gcov.c (function_info::function_info): Properly fill up
6955 all member variables.
6957 2017-05-02 Tamar Christina <tamar.christina@arm.com>
6959 * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
6961 2017-05-02 Tamar Christina <tamar.christina@arm.com>
6963 * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
6965 2017-05-02 Martin Liska <mliska@suse.cz>
6968 * lto-streamer-in.c (lto_read_tree_1): Remove
6970 * lto-streamer.c (struct tree_hash_entry): Likewise.
6971 (struct tree_entry_hasher): Likewise.
6972 (tree_entry_hasher::hash): Likewise.
6973 (tree_entry_hasher::equal): Likewise.
6974 (lto_streamer_init): Likewise.
6975 (lto_orig_address_map): Likewise.
6976 (lto_orig_address_get): Likewise.
6977 (lto_orig_address_remove): Likewise.
6978 * lto-streamer.h: Likewise.
6979 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
6980 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
6982 2017-05-02 Sebastian Peryt <sebastian.peryt@intel.com>
6984 * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
6985 (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
6986 (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
6987 (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
6988 (mm_maskz_sub_round_ss, _mm_mask_add_sd)
6989 (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
6990 (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
6991 (mm_maskz_sub_ss): New intrinsics.
6992 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
6993 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
6994 * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
6995 (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
6996 (__builtin_ia32_subss_mask_round): New builtins.
6997 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
6998 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
6999 * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
7001 (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
7002 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
7004 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
7007 2017-05-02 Martin Jambor <mjambor@suse.cz>
7009 PR tree-optimization/78687
7010 * tree-sra.c (access): New field parent.
7011 (process_subtree_disqualification): New function.
7012 (disqualify_candidate): Call it.
7013 (build_accesses_from_assign): Reset write flag if creating an
7015 (build_access_subtree): Fill in parent field and also prpagate
7016 down grp_write flag.
7017 (create_artificial_child_access): New parameter set_grp_write, set
7018 grp_write to its value.
7019 (propagate_subaccesses_across_link): Also propagate grp_write flag
7021 (propagate_all_subaccesses): Push the closest parent back to work
7022 queue if add_access_to_work_queue returned true.
7024 2017-05-02 Richard Biener <rguenther@suse.de>
7026 * common.opt (fstrict-overflow): Alias negative to fwrapv.
7027 * doc/invoke.texi (fstrict-overflow): Remove all traces of
7028 -fstrict-overflow documentation.
7029 * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
7030 (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
7031 flag_strict_overflow.
7032 * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
7033 * lto-opts.c (lto_write_options): Do not stream it.
7034 * lto-wrapper.c (merge_and_complain): Do not handle it.
7035 * opts.c (default_options_table): Do not set -fstrict-overflow.
7036 (finish_options): Likewise do not clear it when sanitizing.
7037 * simplify-rtx.c (simplify_const_relational_operation): Do not
7038 test flag_strict_overflow.
7040 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
7042 * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
7043 using enabled attribute.
7044 (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
7045 (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
7046 (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
7047 (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
7048 (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
7049 (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
7050 (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
7051 (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
7052 (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
7053 (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
7055 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
7057 * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
7059 2017-05-02 Richard Biener <rguenther@suse.de>
7061 PR tree-optimization/80591
7063 2017-04-10 Richard Biener <rguenther@suse.de>
7065 * tree-ssa-structalias.c (find_func_aliases): Properly handle
7068 2017-05-02 Richard Biener <rguenther@suse.de>
7070 PR tree-optimization/80549
7071 * tree-cfgcleanup.c (mfb_keep_latches): New helper.
7072 (cleanup_tree_cfg_noloop): Create forwarders to known loop
7073 headers if they do not have a preheader.
7075 2017-05-02 Martin Liska <mliska@suse.cz>
7078 * common.opt: Fix typo.
7079 * doc/invoke.texi: Likewise.
7081 2017-05-01 Jan Beulich <jbeulich@suse.com>
7083 * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
7084 swapping, add (x,x,m,x,n) alternative.
7086 2017-05-01 Nathan Sidwell <nathan@acm.org>
7088 * calls.c (combine_pending_stack_adjustment_and_call): Remove
7089 unnecessary unadjusted_alignment check.
7091 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
7094 * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
7096 * gimplify.c (gimplify_cilk_detach): New function.
7097 (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
7098 * tree-core.h: Document EXPR_CILK_SPAWN.
7099 * tree.h (EXPR_CILK_SPAWN): Define.
7101 2017-05-01 David Malcolm <dmalcolm@redhat.com>
7103 * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
7104 to use new fixit_hint representation, using the "replace" logic.
7105 (get_line_span_for_fixit_hint): Likewise.
7106 (layout::print_any_fixits): Likewise.
7107 (selftest::test_one_liner_many_fixits): Rename to...
7108 (selftest::test_one_liner_many_fixits_1): ...this, and update
7109 comment and expected output to reflect that the multiple fix-it
7110 hints are now consolidated into one insertion.
7111 (selftest::test_one_liner_many_fixits_2): New test.
7112 (selftest::test_diagnostic_show_locus_one_liner): Update for
7114 (selftest::test_fixit_consolidation): Update for fix-it API
7116 * diagnostic.c (print_parseable_fixits): Likewise.
7117 * edit-context.c (edited_line::m_line_events): Convert from
7118 auto_vec <line_event *> to auto_vec <line_event>.
7119 (class line_event): Convert from abstract base class to a concrete
7120 class, taking over the role of replace_event.
7121 (class insert_event): Delete.
7122 (class replace_event): Rename to class line_event. Convert to
7124 (edit_context::add_fixits): Reimplement.
7125 (edit_context::apply_insert): Delete.
7126 (edit_context::apply_replace): Rename to...
7127 (edit_context::apply_fixit): ...this. Convert to half-open range.
7128 (edited_file::apply_insert): Delete.
7129 (edited_file::apply_replace): Rename to...
7130 (edited_file::apply_fixit): ...this.
7131 (edited_line::~edited_line): Drop deletion of events.
7132 (edited_line::apply_insert): Delete.
7133 (edited_line::apply_replace): Rename to...
7134 (edited_line::apply_fixit): ...this. Convert to half-open range.
7135 Update for change to type of m_line_events.
7136 * edit-context.h (edit_context::apply_insert): Delete.
7137 (edit_context::apply_replace): Rename to...
7138 (edit_context::apply_fixit): ...this.
7140 2017-05-01 Martin Sebor <msebor@redhat.com>
7142 * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
7145 2017-05-01 Uros Bizjak <ubizjak@gmail.com>
7148 * config/i386/cpuid.h (__get_cpuid): Always return 0 when
7149 __get_cpuid_max returns 0.
7150 (__get_cpuid_count): Ditto.
7152 2017-05-01 Eric Botcazou <ebotcazou@adacore.com>
7154 * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
7155 replacement expression is another instance of one of its arguments.
7157 2017-05-01 Jakub Jelinek <jakub@redhat.com>
7160 * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
7161 check for stack push/pop autoinc.
7162 * config/i386/i386.c (ix86_agi_dependent): Return false
7163 if the only reason why modified_in_p returned true is that
7164 addr is SP based and set_insn is a push or pop.
7166 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
7168 * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
7171 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
7174 * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
7175 (account_size_time): Use two predicates - exec_pred and
7177 (evaluate_conditions_for_known_args): Compute both clause and
7179 (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
7180 (inline_summary_t::duplicate): Update.
7181 (estimate_function_body_sizes): Caluculate exec and nonconst predicates
7183 (compute_inline_parameters): Likewise.
7184 (estimate_edge_size_and_time): Update caluclation of time.
7185 (estimate_node_size_and_time): Compute both time and nonspecialized
7187 (estimate_ipcp_clone_size_and_time): Update.
7188 (inline_merge_summary): Update.
7189 (do_estimate_edge_time): Update.
7190 (do_estimate_edge_size): Update.
7191 (do_estimate_edge_hints): Update.
7192 (inline_read_section, inline_write_summary): Stream both new predicates.
7193 * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
7195 (compute_inlined_call_time): Cleanup.
7196 (big_speedup_p): Update.
7197 (edge_badness): Update.
7198 * ipa-inline.h (INLINE_TIME_SCALE): Remove.
7199 (size_time_entry): Replace predicate by exec_predicate and
7201 (edge_growth_cache_entry): Cache both time nad nonspecialized time.
7202 (estimate_edge_time): Return also nonspec_time.
7203 (reset_edge_growth_cache): Update.
7205 2017-04-29 Jakub Jelinek <jakub@redhat.com>
7207 PR rtl-optimization/80491
7208 * ifcvt.c (noce_process_if_block): When looking for x setter
7209 with missing else_bb, don't check only the insn right before
7210 cond_earliest, but look for the last insn that x is modified in
7213 PR rtl-optimization/80491
7214 * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
7216 2017-04-29 Marc Glisse <marc.glisse@inria.fr>
7218 PR tree-optimization/80487
7219 * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
7221 2017-04-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
7223 PR tree-optimization/79697
7224 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
7225 is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
7226 (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
7228 * gimple-fold.c (gimple_fold_builtin_realloc): New function.
7229 (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
7231 2017-04-28 Martin Sebor <msebor@redhat.com>
7233 PR tree-optimization/80523
7234 * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
7235 (init_target_to_host_charmap, target_to_host, target_strtol10): New
7237 (maybe_warn, format_directive, parse_directive): Use new functions.
7238 (pass_sprintf_length::execute): Call init_target_to_host_charmap.
7240 2017-04-28 Marc Glisse <marc.glisse@inria.fr>
7242 * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
7244 2017-04-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
7246 * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
7247 target_header_dir): Set correctly.
7248 * configure: Regenerated.
7249 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
7250 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
7251 instead of SYSTEM_HEADER_DIR.
7253 2017-04-28 Jan Hubicka <hubicka@ucw.cz>
7255 * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
7256 (estimate_local_effects): Likewise.
7257 * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
7258 edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
7259 * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
7260 estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
7261 do_estimate_edge_time, estimate_edge_time): Likewise.
7262 * ipa-inline-analysis.c (estimate_node_size_and_time,
7263 estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
7264 (estimate_time_after_inlining): Remove.
7266 2017-04-28 Martin Liska <mliska@suse.cz>
7268 * doc/gcov.texi: Enhance documentation of gcov.
7270 2017-04-28 Martin Liska <mliska@suse.cz>
7272 * doc/gcov.texi: Sort options in alphabetic order.
7273 * doc/gcov-dump.texi: Likewise.
7274 * doc/gcov-tool.texi: Likewise.
7275 * gcov.c (print_usage): Likewise.
7276 * gcov-dump.c (print_usage): Likewise.
7277 * gcov-tool.c (print_merge_usage_message): Likewise.
7278 (print_rewrite_usage_message): Likewise.
7279 (print_overlap_usage_message): Likewise.
7281 2017-04-28 Martin Liska <mliska@suse.cz>
7283 PR gcov-profile/53915
7284 * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
7286 2017-04-28 Martin Liska <mliska@suse.cz>
7288 PR gcov-profile/79891
7289 * gcov.c (add_line_counts): Assign BBs to lines just if the BB
7290 is marked by compiler as living on a line.
7291 (get_cycles_count): Remove usage of the union.
7292 (output_intermediate_file): Likewise.
7293 (find_source): Fix GNU coding style.
7294 (accumulate_line_counts): Remove old non-all block mode.
7295 (output_lines): Remove usage of the union.
7296 * profile.c (output_location): Include all BBs, even if
7297 belonging to a same line (and file) as a previous BB.
7299 2017-04-28 Martin Liska <mliska@suse.cz>
7301 * gcov.c (process_args): Handle new argument 'w'.
7302 (read_graph_file): Assign ID to BBs.
7303 (output_branch_count): Display BB # if verbose flag is set.
7304 (output_lines): Likewise for arcs.
7305 (print_usage): Add '--verbose' option help.
7306 * doc/gcov.texi: Document --verbose (-w) option.
7308 2017-04-28 Martin Liska <mliska@suse.cz>
7310 * gcov.c (struct block_location_info): New struct.
7311 (process_file): Fill up the new structure.
7312 (read_graph_file): Replace usage of encoding by the newly added
7314 (add_line_counts): Likewise.
7315 (accumulate_line_counts): Remove usage of the union.
7316 (function_info::function_info): New function.
7317 (function_info::~function_info): Likewise.
7318 (process_file): Call delete instead of release_function.
7319 (release_function): Release the function.
7320 (release_structures): Call delete instead of release_function.
7321 (solve_flow_graph): Replace usage of num_blocks.
7322 (find_exception_blocks): Likewise.
7323 (output_lines): Fix GNU coding style.
7325 2017-04-28 Martin Liska <mliska@suse.cz>
7328 * coverage.c (coverage_remove_note_file): New function.
7329 * coverage.h: Declare the function.
7330 * toplev.c (finalize): Clean if an error has been seen.
7332 2017-04-28 Martin Liska <mliska@suse.cz>
7334 PR gcov-profile/80031
7335 * gcov-dump.c (tag_blocks): Just print number of basic blocks.
7336 * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
7337 * gcov.c (read_graph_file): Read just number of blocks.
7338 * profile.c (branch_prob): Do not stream 0 flags per a basic
7341 2017-04-28 Martin Liska <mliska@suse.cz>
7343 * gcov-dump.c (tag_*): Add new argument to declarations.
7344 (dump_gcov_file): Likewise.
7345 (tag_blocks): Add and use new argument depth.
7346 (tag_arcs): Likewise.
7347 (tag_lines): Likewise.
7348 (tag_counters): Likewise.
7349 (tag_summary): Likewise.
7350 (dump_working_sets): Use depth to do a proper indentation.
7352 2017-04-28 Jakub Jelinek <jakub@redhat.com>
7355 * cgraph.h (symtab_node::debug_symtab): No longer inline.
7356 * symtab.c (symtab_node::debug_symtab): Move definition here.
7358 2017-04-28 Richard Biener <rguenther@suse.de>
7360 * lto-streamer.h (LTO_major_version): Bump to 7.
7362 2017-04-28 Richard Biener <rguenther@suse.de>
7364 * tree-vrp.c (assert_info): New struct.
7365 (add_assert_info): New helper.
7366 (register_edge_assert_for_2): Refactor to add asserts to a vector
7368 (register_edge_assert_for_1): Likewise.
7369 (register_edge_assert_for): Likewise.
7370 (finish_register_edge_assert_for): New helper actually registering
7371 asserts where live on edge.
7372 (find_conditional_asserts): Adjust.
7373 (find_switch_asserts): Likewise.
7374 (evrp_dom_walker::try_find_new_range): Generalize.
7375 (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
7377 2017-04-27 Marek Polacek <polacek@redhat.com>
7380 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
7381 arg10 and arg11 to itype.
7383 2017-04-27 Jonathan Wakely <jwakely@redhat.com>
7385 * doc/extend.texi (Object Size Checking): Improve grammar.
7387 2017-04-27 Richard Earnshaw <rearnsha@arm.com>
7390 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
7391 that the logic for permitting reciprocal estimates matches that
7394 2017-04-27 Jakub Jelinek <jakub@redhat.com>
7397 * tree.c (type_cache_hasher::equal): Only compare
7398 TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
7399 (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
7400 non-aggregate element types.
7401 * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
7402 about the flag on ARRAY_TYPEs in the comment, formatting fix.
7404 2017-04-27 Richard Biener <rguenther@suse.de>
7407 * emit-rtl.c (set_mem_attributes_minus_bitpos): When
7408 stripping ARRAY_REFs from MEM_EXPR make sure we're not
7409 keeping a reference to a trailing array.
7411 2017-04-27 Richard Biener <rguenther@suse.de>
7414 * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
7415 being in loop-closed SSA form conservatively.
7416 (chrec_fold_multiply_poly_poly): Likewise.
7418 2017-04-27 Tamar Christina <tamar.christina@arm.com>
7421 * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
7422 CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
7424 2017-04-27 Jakub Jelinek <jakub@redhat.com>
7427 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
7428 (aarch64_function_arg_alignment): Return unsigned int again, but still
7429 ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
7430 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
7431 Don't emit -Wpsabi note.
7432 (aarch64_function_arg_boundary): Likewise.
7433 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
7436 2017-04-26 Nathan Sidwell <nathan@acm.org>
7438 * tree.h (crc32_unsigned_n): Declare.
7439 (crc32_unsigned, crc32_unsigned): Make inline.
7440 * tree.c (crc32_unsigned_bits): Replace with ...
7441 (crc32_unsigned_n): ... this.
7442 (crc32_unsigned, crc32_byte): Remove.
7443 (crc32_string): Remove unnecessary braces.
7445 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
7447 * ipa-cp.c (estimate_local_effects): Convert sreal to int.
7448 * ipa-inline-analysis.c (MAX_TIME): Remove.
7449 (account_size_time): Use sreal for time.
7450 (dump_inline_summary): Update.
7451 (estimate_function_body_sizes): Update.
7452 (estimate_edge_size_and_time): Update.
7453 (estimate_calls_size_and_time): Update.
7454 (estimate_node_size_and_time): Update.
7455 (inline_merge_summary): Update.
7456 (inline_update_overall_summary): Update.
7457 (estimate_time_after_inlining): Update.
7458 (inline_read_section): Update.
7459 (inline_write_summary): Update.
7460 * ipa-inline.c (compute_uninlined_call_time): Update.
7461 (compute_inlined_call_time): Update.
7462 (recursive_inlining): Update.
7463 (inline_small_functions): Update.
7464 (dump_overall_stats): Update.
7465 * ipa-inline.h: Include sreal.h.
7466 (size_time_entry): Turn time to sreal.
7467 (inline_summary): Turn self_time nad time to sreal.
7469 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
7471 * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
7473 (sreal::stream_out, sreal::stream_in): New.
7474 * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
7476 2017-04-25 Jakub Jelinek <jakub@redhat.com>
7478 * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
7481 2017-04-25 Uros Bizjak <ubizjak@gmail.com>
7484 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
7486 (dimode_scalar_chain::compute_convert_gain): Ditto.
7487 (dimode_scalar_chain::make_vector_copies): Ditto.
7488 (dimode_scalar_chain::convert_reg): Ditto.
7489 (dimode_scalar_chain::convert_insn): Ditto.
7490 * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
7491 (VI248_AVX512BW_1): New mode iterator.
7492 (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
7493 <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
7496 2017-04-25 Martin Sebor <msebor@redhat.com>
7498 PR tree-optimization/80497
7499 * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
7500 constants are representable in HOST_WIDE_INT.
7501 (parse_directive): Ditto.
7503 2017-04-25 Martin Sebor <msebor@redhat.com>
7506 * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
7507 (new_zero_array): Adjust signature.
7508 (dom_info::dom_init): Used unsigned rather that size_t.
7509 (dom_info::dom_info): Same.
7511 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7512 Jakub Jelinek <jakub@redhat.com>
7515 * config/arm/arm.c: Include gimple.h.
7516 (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
7517 returns negative, increment ncrn only if it returned positive.
7518 (arm_needs_doubleword_align): Return int instead of bool,
7519 ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
7520 members, but if there is any such non-FIELD_DECL
7521 > PARM_BOUNDARY aligned decl, return -1 instead of false.
7522 (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
7523 returns negative, increment nregs only if it returned positive.
7524 (arm_setup_incoming_varargs): Likewise.
7525 (arm_function_arg_boundary): Emit -Wpsabi note if
7526 arm_needs_doubleword_align returns negative, return
7527 DOUBLEWORD_ALIGNMENT only if it returned positive.
7529 2017-04-25 Marek Polacek <polacek@redhat.com>
7532 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
7533 first argument to type.
7535 2017-04-25 Bill Seurer <seurer@linux.vnet.ibm.com>
7538 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
7539 type checks to test for compatibility instead of equality.
7541 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7542 Jakub Jelinek <jakub@redhat.com>
7545 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
7547 (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
7548 struct. Ignore DECL_ALIGN of decls other than FIELD_DECL for
7549 the alignment computation, but return their maximum in warn_alignment.
7550 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
7551 Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
7553 (aarch64_function_arg_boundary): Likewise. Simplify using MIN/MAX.
7554 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
7557 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
7559 * config/arc/simdext.md (dmpyh): Fix typo.
7561 2017-04-25 Richard Biener <rguenther@suse.de>
7563 PR tree-optimization/80492
7564 * alias.c (compare_base_decls): Handle registers with asm
7565 specification conservatively.
7566 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
7567 compare_base_decls returning dont-know properly.
7569 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
7571 * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
7572 (legitimate_offset_address_p): New function.
7573 (arc_legitimate_address_p): Use above function.
7575 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
7577 * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
7579 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
7581 * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
7582 ACCH registers whenever they are available.
7584 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
7586 * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
7587 double regs fix when not used.
7589 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
7591 * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
7593 (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
7594 (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
7596 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
7598 * config/arc/arc.c (arc_output_addsi): Check for h-register class
7599 when emitting short ADD instructions.
7601 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
7603 * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
7605 (cmpsi_cc_c_insn): Likewise.
7606 (cbranchsi4_scratch): Compute proper instruction length using
7607 compact_hreg_operand.
7608 * config/arc/predicates.md (compact_hreg_operand): New predicate.
7610 2017-04-25 Richard Biener <rguenther@suse.de>
7613 * passes.c (pass_manager::pass_manager): Initialize
7616 2017-04-25 Richard Biener <rguenther@suse.de>
7618 PR tree-optimization/79201
7619 * tree-ssa-sink.c (statement_sink_location): Handle calls.
7621 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
7624 * config/s390/vector.md: Split MEM->GPR vector moves for
7625 non-s_operand addresses.
7627 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
7630 * config/s390/predicates.md (reload_const_wide_int_operand): New
7632 * config/s390/s390.md ("movti"): Remove d/P alternative.
7633 ("movti_bigconst"): New pattern definition.
7635 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
7638 * s390-protos.h (s390_expand_cs_hqi): Removed.
7639 (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
7640 * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
7641 modes as well as CCZ1mode and CCZmode.
7642 (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
7643 signature of s390_emit_compare_and_swap.
7644 (s390_expand_cs_hqi): Likewise, make static.
7645 (s390_expand_cs_tdsi): Generate an explicit compare before trying
7646 compare-and-swap, in some cases.
7647 (s390_expand_cs): Wrapper function.
7648 (s390_expand_atomic_exchange_tdsi): New backend specific expander for
7650 (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
7651 * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
7652 patterns for small and large integers. Forbid symref memory operands.
7653 Move expander to s390.c. Require cc register.
7654 ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
7655 ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
7656 ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
7657 ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
7658 symref memory operands. Remove CC mode and call s390_match_ccmode
7660 ("atomic_exchange<mode>"): Allow and implement all integer modes.
7662 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
7664 * config/s390/s390.md (define_peephole2): New peephole to help
7665 combining the load-and-test pattern with volatile memory.
7667 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
7669 * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
7670 with CCZmode for TARGET_Z196.
7672 2017-04-25 Jakub Jelinek <jakub@redhat.com>
7674 PR rtl-optimization/80501
7675 * combine.c (make_compound_operation_int): Set subreg_code to SET
7676 even for AND with mask of the sign bit of mode.
7678 PR rtl-optimization/80500
7679 * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
7680 sum's initial value.
7682 2017-04-25 Julian Brown <julian@codesourcery.com>
7683 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
7685 * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
7687 2017-04-25 Marc Glisse <marc.glisse@inria.fr>
7689 * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
7691 2017-04-25 Julian Brown <julian@codesourcery.com>
7692 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
7694 * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
7695 (thunderx2t99_sha): New Reservation.
7697 2017-04-25 Julian Brown <julian@codesourcery.com>
7698 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
7700 * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
7701 type for 1-element load.
7703 2017-04-24 Marc Glisse <marc.glisse@inria.fr>
7705 * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
7707 2017-04-24 Martin Jambor <mjambor@suse.cz>
7709 PR tree-optimization/80293
7710 * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
7711 char arrays not totally scalarizable if it is false.
7712 (analyze_all_variable_accesses): Pass correct value in the new
7713 parameter. Add a statistics counter.
7715 2017-04-24 Jan Hubicka <hubicka@ucw.cz>
7718 * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
7720 2017-04-24 Richard Biener <rguenther@suse.de>
7722 PR tree-optimization/80494
7723 * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
7724 out for complex types.
7726 2017-04-24 Richard Biener <rguenther@suse.de>
7728 * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
7729 * tree-ssa-sccvn.c (print_scc): Print SCC size.
7730 (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
7731 (DFS): Adjust and never fail.
7732 (sccvn_dom_walker::fail): Remove.
7733 (sccvn_dom_walker::before_dom_children): Adjust.
7734 (run_scc_vn): Likewise and never fail.
7735 * tree-ssa-pre.c (pass_pre::execute): Adjust.
7736 (pass_fre::execute): Likewise.
7738 2017-04-24 Richard Biener <rguenther@suse.de>
7740 PR tree-optimization/79725
7741 * tree-ssa-sink.c (statement_sink_location): Return whether
7742 failure reason was zero uses. Move that check later.
7743 (sink_code_in_bb): Deal with zero uses by removing the stmt
7746 2017-04-24 Richard Biener <rguenther@suse.de>
7749 * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
7750 pointer-based references.
7752 2017-04-24 Richard Biener <rguenther@suse.de>
7755 * pass_manager.h (pass_manager::operator new): Remove.
7756 (pass_manager::operator delete): Likewise.
7757 * passes.c (pass_manager::operator new): Remove.
7758 (pass_manager::operator delete): Likewise.
7759 (pass_manager::pass_manager): Zero individual pass members.
7761 2017-04-23 Uros Bizjak <ubizjak@gmail.com>
7764 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
7765 <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
7766 Check "XEXP (src, 1)" operand here.
7767 <case PLUS, case MINUS, case IOR, case XOR, case AND>:
7768 Check "XEXP (src, 1)" operand here.
7769 (dimode_scalar_chain::make_vector_copies): Detect count register
7770 of a shift instruction. Zero extend count register from QImode
7771 to DImode to satisfy vector shift pattern count operand predicate.
7772 Substitute vector shift count operand with a DImode copy.
7773 (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
7776 2017-04-21 Uros Bizjak <ubizjak@gmail.com>
7778 * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
7779 Remove UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
7780 (*insvqi_1_mem_rex64): Move above insv<mode>_1. Remove
7781 UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
7782 (UNSPEC_NOREX_MEM): Remove definition.
7784 2017-04-21 Richard Biener <rguenther@suse.de>
7786 PR tree-optimization/79547
7787 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
7788 Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
7789 bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
7790 without any constraints.
7792 2017-04-21 Richard Biener <rguenther@suse.de>
7794 PR tree-optimization/78847
7795 * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
7797 2017-04-21 Richard Biener <rguenther@suse.de>
7799 * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
7800 (build_distinct_type_copy): Likewise.
7801 (build_variant_type_copy): Likewise.
7802 * tree.c (build_qualified_type): Pass down mem-stat info.
7803 (build_distinct_type_copy): Likewise.
7804 (build_variant_type_copy): Likewise.
7806 2017-04-21 Richard Biener <rguenther@suse.de>
7808 PR tree-optimization/80237
7809 * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
7811 (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
7812 for a simplified result.
7814 2016-04-21 Richard Biener <rguenther@suse.de>
7816 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
7817 sth as strict as a simple_iv but a chrec without symbols and an
7818 operand defined in the loop we are peeling (and not some subloop).
7819 (propagate_constants_for_unrolling): Propagate all constants.
7821 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
7824 * config/i386/i386.c (print_reg): Remove assert for disalowed
7825 regno values, call output_operand_lossage instead.
7827 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
7830 * config/i386/constraints.md (Yc): New register constraint.
7831 * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
7832 Use Yc constraint for alternative 2 of operand 0. Remove
7833 preferred_for_speed attribute.
7835 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
7837 * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
7838 lastprivate clauses in SIMT case.
7840 2017-04-20 Volker Reichelt <v.reichelt@netcologne.de>
7842 * doc/invoke.texi (-Wextra-semi): Document new warning option.
7844 2017-04-20 Richard Biener <rguenther@suse.de>
7846 PR tree-optimization/57796
7847 * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
7849 (vect_model_load_cost): Cost gathers as N scalar loads.
7851 2017-04-20 Richard Biener <rguenther@suse.de>
7853 * ggc-page.c (ggc_allocated_p): Rename to ...
7854 (safe_lookup_page_table_entry): ... this and return the lookup
7856 (gt_ggc_m_S): Use safe_lookup_page_table_entry.
7858 2017-04-20 Richard Biener <rguenther@suse.de>
7860 PR tree-optimization/80453
7861 * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
7862 * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
7863 from the conditions.
7864 (vn_phi_eq): Pass them down.
7865 (vn_phi_lookup): Record them.
7866 (vn_phi_insert): Likewise.
7868 2017-04-20 Matthew Fortune <matthew.fortune@imgtec.com>
7870 * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
7871 uninitialized variable warning to avoid buffer overrun.
7873 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
7876 * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
7877 is suppressed for '{ 0 }' in C.
7879 2017-04-20 Jakub Jelinek <jakub@redhat.com>
7881 * BASE-VER: Set to 8.0.0.
7883 2017-04-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
7885 * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
7886 priority .init_array and .fini_array section with SECTION_NOTYPE
7889 2017-04-20 Jakub Jelinek <jakub@redhat.com>
7892 * tree.h (build_array_type): Add typeless_storage default argument.
7893 * tree.c (type_cache_hasher::equal): Also compare
7894 TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
7895 (build_array_type): Add typeless_storage argument, set
7896 TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
7898 (build_nonshared_array_type): Adjust build_array_type_1 caller.
7899 (build_array_type): Likewise. Add typeless_storage argument.
7901 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
7902 Jakub Jelinek <jakub@redhat.com>
7904 PR tree-optimization/80426
7905 * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
7906 operation on symbolic operands, also compute the overflow for the
7907 invariant part when the operation degenerates into a negation.
7909 2017-04-19 Jakub Jelinek <jakub@redhat.com>
7912 * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
7913 Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
7916 * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
7918 2017-04-19 Georg-Johann Lay <avr@gjlay.de>
7921 * config/avr/avr.c (tree.h): Include it.
7922 (cgraph.h): Include it.
7923 (avr_encode_section_info): Don't warn for uninitialized progmem
7924 variable if it's just an alias.
7926 2017-04-19 Richard Biener <rguenther@suse.de>
7929 * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
7930 when needed by AutoPGO.
7932 2017-04-19 Paulo J. Matos <paulo@matos-sorge.com>
7935 * doc/lto.texi: Remove an extra 'that'.
7937 2017-04-19 Segher Boessenkool <segher@kernel.crashing.org>
7939 PR rtl-optimization/80429
7940 * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
7941 are only used in debug insns.
7943 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
7944 Vladimir Makarov <vmakarov@redhat.com>
7946 * config/sparc/predicates.md (input_operand): Add comment. Return
7947 true for any memory operand when LRA is in progress.
7948 * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
7950 2017-04-18 Jeff Law <law@redhat.com>
7953 * mips.md ({return,simple_return}_internal): Do not overwrite
7956 2017-04-18 Jakub Jelinek <jakub@redhat.com>
7958 PR tree-optimization/80443
7959 * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
7960 instead of adding 1, subtract -1 and similarly instead of subtracting
7963 2017-04-18 Richard Sandiford <richard.sandiford@arm.com>
7965 PR rtl-optimization/80357
7966 * haifa-sched.c (tmp_bitmap): New variable.
7967 (model_recompute): Handle duplicate use records.
7968 (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
7969 (free_global_sched_pressure_data): Free it.
7971 2017-04-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
7974 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
7975 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
7976 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
7977 instead of SYSTEM_HEADER_DIR.
7979 2017-04-18 Jeff Law <law@redhat.com>
7982 * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
7983 predecessors after walking up the insn chain.
7985 2017-04-18 Jakub Jelinek <jakub@redhat.com>
7988 * dwarf2out.c (modified_type_die): Try harder not to emit internal
7989 sizetype type into debug info.
7991 2017-04-18 Michael Meissner <meissner@linux.vnet.ibm.com>
7994 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
7995 unneeded test for TARGET_UPPER_REGS_SF.
7996 * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
7998 2017-04-18 Jakub Jelinek <jakub@redhat.com>
8001 * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
8002 instead of gsi_after_labels.
8004 2017-04-18 Jeff Law <law@redhat.com>
8006 * regcprop.c (maybe_mode_change): Avoid creating copies of the
8010 2017-04-13 Jeff Law <law@redhat.com>
8011 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
8012 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
8014 2017-04-18 Georg-Johann Lay <avr@gjlay.de>
8017 * config/avr/avr.c (intl.h): Include it.
8018 (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
8020 2017-04-18 Martin Liska <mliska@suse.cz>
8022 PR gcov-profile/78783
8023 * gcov-tool.c (gcov_output_files): Validate that destination
8024 file is either removed by the tool or by a user.
8026 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
8027 Guy Benyei <guybe@mellanox.com>
8029 * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
8030 block, and do not negate it, the stored id is already negative.
8032 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
8034 * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
8036 2017-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
8039 * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
8040 masks of options that should be turned off if the VSX vector
8041 options are turned off.
8042 (OTHER_P8_VECTOR_MASKS): Likewise.
8043 (OTHER_VSX_VECTOR_MASKS): Likewise.
8044 * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
8045 rs6000_disable_incompatible_switches to validate no type switches
8047 (rs6000_incompatible_switch): New function to disallow turning on
8048 other vector options if -mno-vsx, -mno-power8-vector, or
8049 -mno-power9-vector are specified.
8051 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
8053 * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
8055 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
8057 * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
8058 * config/arc/arc.c (arc_decl_pretend_args): Likewise.
8059 * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
8060 (ARG_POINTER_CFA_OFFSET): Likewise.
8062 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
8064 * config/arc/arc.c (arc_mode_dependent_address_p): Relax
8065 conditions to take advantage of various optimizations.
8067 2017-04-13 Jeff Law <law@redhat.com>
8069 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
8070 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
8071 (zero_extendsidi2_dext): Likewise.
8073 2017-04-13 Jakub Jelinek <jakub@redhat.com>
8076 * fold-const.c (fold_ternary_loc): Revert
8077 use op0 instead of fold_convert_loc (loc, type, arg0) part of
8080 2017-04-13 Vladimir Makarov <vmakarov@redhat.com>
8082 PR rtl-optimization/80343
8083 * lra-remat.c (update_scratch_ops): Assign original hard reg to
8086 2017-04-13 Denis Khalikov <d.khalikov@partner.samsung.com>
8089 * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
8090 to ubsan_encode_value.
8092 2017-04-13 Jeff Law <law@redhat.com>
8094 * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
8095 appearing in DEBUG_INSNs.
8097 2017-04-13 Martin Liska <mliska@suse.cz>
8099 PR gcov-profile/80413
8100 * gcov-io.c (gcov_write_string): Copy to buffer just when
8101 allocated size is greater than zero.
8103 2017-04-13 Jakub Jelinek <jakub@redhat.com>
8106 * dwarf2out.c (decls_for_scope): Ignore declarations of
8107 current_function_decl in BLOCK_NONLOCALIZED_VARS.
8109 2017-04-12 Jan Hubicka <hubicka@ucw.cz>
8112 * ipa-visibility.c (non_local_p): Fix typos.
8113 (localize_node): When localizing symbol in same comdat group,
8114 dissolve the group only when we know external symbols are going
8116 (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
8118 2017-04-12 Jakub Jelinek <jakub@redhat.com>
8120 PR tree-optimization/79390
8121 * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
8122 order does not result in usable sequence, retry with reversed operand
8128 * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
8129 to fold_build2_loc. Convert TREE_OPERAND (tem, 0) to type. Use
8130 op0 instead of fold_convert_loc (loc, type, arg0).
8132 2017-04-12 Jeff Law <law@redhat.com>
8134 * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
8135 has a delay slot in the generated code.
8137 * config/cris/cris.md (cris_preferred_reload_class): Return
8138 GENNONACR_REGS rather than GENERAL_REGS.
8140 2017-04-12 Jakub Jelinek <jakub@redhat.com>
8143 * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
8144 vs. ZERO_EXTEND based on signedness of treeop0's type rather than
8145 signedness of the result type.
8147 2017-04-12 Richard Biener <rguenther@suse.de>
8148 Jeff Law <law@redhat.com>
8150 PR tree-optimization/80359
8151 * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
8152 trim stores to TARGET_MEM_REFs.
8154 2017-04-12 Richard Biener <rguenther@suse.de>
8156 PR tree-optimization/79390
8157 * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
8158 threading case even more.
8160 2017-04-12 Segher Boessenkool <segher@kernel.crashing.org>
8163 * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
8164 for quad_address_p for TImode, instead of just not indexed_address.
8166 2017-04-12 Richard Biener <rguenther@suse.de>
8167 Bernd Edlinger <bernd.edlinger@hotmail.de>
8170 * alias.c (component_uses_parent_alias_set_from): Handle
8171 TYPE_TYPELESS_STORAGE.
8172 (get_alias_set): Likewise.
8173 * tree-core.h (tree_type_common): Add typeless_storage flag.
8174 * tree.h (TYPE_TYPELESS_STORAGE): New macro.
8175 * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
8176 for types containing members with TYPE_TYPELESS_STORAGE.
8177 (place_field): Likewise.
8178 (layout_type): Likewise for ARRAY_TYPE.
8179 * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
8180 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
8181 TYPE_TYPELESS_STORAGE.
8182 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
8184 2017-04-12 Jakub Jelinek <jakub@redhat.com>
8187 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
8188 first argument to type.
8190 2017-04-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8194 * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
8195 CONST0_RTX (mode) rather than const0_rtx where appropriate.
8196 (rs6000_expand_binop_builtin): Likewise.
8197 (rs6000_expand_ternop_builtin): Likewise; also add missing
8198 vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
8199 vshasigma built-ins.
8200 * doc/extend.texi: Document that vec_xxpermdi's third argument
8203 2017-04-11 Uros Bizjak <ubizjak@gmail.com>
8205 * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
8206 Use shift_const cost parameter when calculating gain of STV shifts.
8208 2017-04-11 Vladimir Makarov <vmakarov@redhat.com>
8210 PR rtl-optimization/70478
8211 * lra-constraints.c (process_alt_operands): Check memory for
8212 disfavoring memory insn operand.
8214 2017-04-11 Jakub Jelinek <jakub@redhat.com>
8217 * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
8218 left shift in unsigned HOST_WIDE_INT type.
8220 PR rtl-optimization/80385
8221 * simplify-rtx.c (simplify_unary_operation_1): Don't transform
8222 (not (neg X)) into (plus X -1) for complex or non-integral modes.
8225 * omp-low.c (scan_omp_task): Don't optimize away empty tasks
8226 if they have any depend clauses.
8228 2017-04-11 Martin Liska <mliska@suse.cz>
8231 * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
8232 * ipa-split.c (split_function): Create a local comdat symbol
8233 if caller is in a comdat group.
8235 2017-04-11 Martin Liska <mliska@suse.cz>
8238 * ipa-cp.c (determine_versionability): Handle calls_comdat_local
8241 2017-04-11 Martin Sebor <msebor@redhat.com>
8244 * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
8245 always use the int type. Use INTEGRAL_TYPE_P() rather than testing
8247 (directive::set_width, directive::set_precision, format_character):
8249 (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
8252 2017-04-11 Richard Earnshaw <rearnsha@arm.com>
8255 * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
8256 conflict, set target->arch_name instead of target->cpu_name.
8258 2017-04-11 Richard Biener <rguenther@suse.de>
8260 PR tree-optimization/80374
8261 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
8262 build_zero_cst, remove fold_convertible_p check again.
8264 2017-04-11 Martin Liska <mliska@suse.cz>
8267 * ubsan.c (instrument_object_size): Do not instrument register
8270 2017-04-11 Jakub Jelinek <jakub@redhat.com>
8273 * config/i386/i386-builtin-types.def
8274 (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
8275 V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
8276 V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
8277 V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
8278 V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
8279 V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
8280 V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
8281 V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
8282 V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
8283 V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
8284 V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
8285 V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
8286 V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
8287 V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
8288 V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
8289 V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
8290 V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
8291 V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
8292 * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
8293 __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
8294 __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
8295 __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
8296 __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
8297 __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
8298 __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
8299 __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
8300 __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
8301 __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
8302 __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
8303 __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
8304 __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
8305 __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
8306 __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
8307 __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
8308 __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
8309 __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
8310 __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
8311 __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
8312 __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
8313 __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
8314 __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
8315 __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
8316 __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
8317 __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
8318 __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
8319 __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
8321 * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
8322 flag to second_arg_count, handle 4 argument function type _COUNT
8323 aliases, handle second_arg_count on second argument rather than last.
8325 2017-04-10 Jeff Law <law@redhat.com>
8327 PR tree-optimization/80374
8328 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
8329 record anything if we can not convert integer_zero_node to the
8332 2017-04-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
8335 * config/rs6000/rs6000.c (rs6000_option_override_internal):
8336 Enhance special handling given to the TARGET_P9_MINMAX option in
8337 relation to certain other options.
8339 2017-04-10 Bin Cheng <bin.cheng@arm.com>
8341 PR tree-optimization/80153
8342 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
8343 remove POINTER_PLUS_EXPR's base part directly, rather than through
8346 2017-04-10 Richard Biener <rguenther@suse.de>
8347 Bin Cheng <bin.cheng@arm.com>
8349 PR tree-optimization/80153
8350 * tree-affine.c (aff_combination_to_tree): Get base pointer from
8351 the first element of pointer type aff_tree. Build result expr in
8353 (add_elt_to_tree): Convert to type unconditionally. Remove other
8355 * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
8356 (rewrite_use_nonlinear_expr): Check invariant using iv information.
8358 2017-04-10 Richard Biener <rguenther@suse.de>
8360 * tree-ssa-structalias.c (find_func_aliases): Properly handle
8363 2017-04-10 Vladimir Makarov <vmakarov@redhat.com>
8365 PR rtl-optimization/70478
8366 * lra-constraints.c (curr_small_class_check): New.
8367 (update_and_check_small_class_inputs): New.
8368 (process_alt_operands): Update curr_small_class_check. Disfavor
8369 alternative insn memory operands. Check available regs for small
8372 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
8375 * config/mips/mips.opt (-mvirt): Update description.
8376 * doc/invoke.texi (-mvirt): Likewise.
8378 2017-04-10 Richard Biener <rguenther@suse.de>
8381 * fold-const.c (fold_binary_loc): Look at unstripped ops when
8382 looking for NEGATE_EXPR in -A / -B to A / B folding.
8384 2017-04-10 Martin Liska <mliska@suse.cz>
8386 PR gcov-profile/80224
8387 * gcov.c (print_usage): Fix usage string.
8388 (get_gcov_intermediate_filename): Remove.
8389 (output_gcov_file): Use both for normal and intermediate format.
8390 (generate_results): Do not initialize special file for
8391 intermediate format.
8393 2017-04-10 Richard Biener <rguenther@suse.de>
8395 PR tree-optimization/80304
8396 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
8399 2017-04-10 Nathan Sidwell <nathan@acm.org>
8402 * config/rs6000/rs6000.c (rs6000_vector_type): New.
8403 (rs6000_init_builtins): Use it.
8405 2016-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8407 * config/arm/arm.md (<mrc>): Add mode to SET source.
8410 2017-04-10 Richard Biener <rguenther@suse.de>
8413 * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
8415 2017-04-10 Jakub Jelinek <jakub@redhat.com>
8418 * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
8419 _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
8420 _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
8421 _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
8422 _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
8423 _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
8424 _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
8425 _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
8426 _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
8427 _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
8428 _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
8429 _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
8430 _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
8431 _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
8432 _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
8433 _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
8434 _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
8435 _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
8436 _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
8437 _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
8438 _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
8439 _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
8440 _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
8442 2017-04-08 Vladimir Makarov <vmakarov@redhat.com>
8444 PR rtl-optimization/70478
8445 * lra-constraints.c: Reverse the last patch.
8447 2017-04-08 Andreas Tobler <andreast@gcc.gnu.org>
8449 * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
8450 Add comment for WCHAR_T.
8452 2017-04-08 Martin Liska <mliska@suse.cz>
8455 2017-04-07 Martin Liska <mliska@suse.cz>
8458 * ipa-split.c (split_function): Add function part to a same comdat
8461 2017-04-08 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
8464 * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
8466 2017-04-07 Pat Haugen <pthaugen@us.ibm.com>
8468 * rs6000/rs6000.c (vec_load_pendulum): Rename...
8469 (vec_pairing): ...to this.
8470 (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
8471 (rs6000_sched_init): Adjust for name change.
8472 (struct rs6000_sched_context): Likewise.
8473 (rs6000_init_sched_context): Likewise.
8474 (rs6000_set_sched_context): Likewise.
8476 2017-04-07 Jakub Jelinek <jakub@redhat.com>
8482 * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
8484 * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
8485 _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
8486 _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
8488 2017-04-07 Andreas Tobler <andreast@gcc.gnu.org>
8490 * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
8492 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
8494 PR rtl-optimization/70703
8495 * ira-color.c (update_conflict_hard_regno_costs): Use
8496 int64_t instead of HOST_WIDE_INT.
8498 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
8500 PR rtl-optimization/70478
8501 * lra-constraints.c (process_alt_operands): Disfavor alternative
8502 insn memory operands.
8504 2017-04-07 Jeff Law <law@redhat.com>
8506 * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
8507 CALL and NOTE_INSN_CALL_ARG_LOCATION.
8509 2017-04-07 Martin Liska <mliska@suse.cz>
8512 * config/aarch64/aarch64.c (aarch64_process_target_attr):
8513 Show error message instead of an ICE.
8515 2017-04-07 Martin Liska <mliska@suse.cz>
8518 * ipa-split.c (split_function): Add function part to a same comdat
8521 2017-04-07 Richard Biener <rguenther@suse.de>
8524 * tree.c (get_unwidened): Also handle ! for_type case for
8526 * convert.c (do_narrow): Split out from ...
8527 (convert_to_integer_1): ... here. Do not pass final truncation
8528 type to get_unwidened for TRUNC_DIV_EXPR.
8530 2017-04-07 Richard Biener <rguenther@suse.de>
8532 * tree-affine.c (wide_int_ext_for_comb): Take type rather
8534 (aff_combination_const): Adjust.
8535 (aff_combination_scale): Likewise.
8536 (aff_combination_add_elt): Likewise.
8537 (aff_combination_add_cst): Likewise.
8538 (aff_combination_convert): Likewise.
8539 (add_elt_to_tree): Likewise. Remove unused argument.
8540 (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
8542 2017-04-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
8544 * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
8546 * config/arm/arm.c (arm_default_short_enums): Use
8547 ARM_DEFAULT_SHORT_ENUMS.
8548 * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
8550 2017-04-06 Jakub Jelinek <jakub@redhat.com>
8553 * dwarf2out.c (gen_member_die): Handle C++17 inline static data
8554 members with redundant out-of-class redeclaration.
8556 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
8559 * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
8560 * config/i386/i386.md (*zero_extendsidi2):
8561 Add (?*x,*x) and (?*v,*v) alternatives.
8563 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
8566 * config/i386/i386.c (ix86_expand_builtin)
8567 <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
8568 mode from insn data. Convert operands to insn operand mode.
8569 Copy operands that don't satisfy insn predicate to a register.
8571 2017-04-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
8573 * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
8576 2017-04-06 Richard Biener <rguenther@suse.de>
8578 PR tree-optimization/80334
8579 * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
8580 preserve alignment of accesses.
8582 2017-04-06 Richard Biener <rguenther@suse.de>
8584 PR tree-optimization/80262
8585 * tree-sra.c (build_ref_for_offset): Preserve address-space
8587 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
8588 Drop useless address-space information on MEM_REF offsets.
8590 2017-04-05 Andreas Schwab <schwab@linux-m68k.org>
8592 * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
8594 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
8596 PR rtl-optimization/70703
8597 * ira-color.c (update_conflict_hard_regno_costs): Use
8598 HOST_WIDE_INT instead of long.
8600 2017-04-05 Uros Bizjak <ubizjak@gmail.com>
8603 * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
8604 not defined for x86_64 target. Add -mmmx target option when __SSE2__
8606 * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
8607 for x86_64 target. Handle -m3dnowa option.
8609 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
8611 PR rtl-optimization/70703
8612 * ira-color.c (update_costs_from_allocno): Use the smallest mode.
8613 (update_conflict_hard_regno_costs): Use long instead of unsigned
8614 arithmetic for cost calculation.
8616 2017-04-05 Jakub Jelinek <jakub@redhat.com>
8617 Bernd Edlinger <bernd.edlinger@hotmail.de>
8620 * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
8623 2017-04-05 Eric Botcazou <ebotcazou@adacore.com>
8626 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
8627 ptr_mode with Pmode throughout.
8628 * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
8629 into probe_stack_range and use DImode.
8631 2017-04-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
8634 * config/s390/s390.c (s390_register_info_gprtofpr): Return if
8635 call_eh_return is true.
8637 2017-04-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8639 * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
8640 Initialize last_match_fntype_index.
8642 2017-04-05 Jakub Jelinek <jakub@redhat.com>
8645 * tree-nvr.c: Include internal-fn.h.
8646 (pass_return_slot::execute): Ignore internal calls without
8649 2017-04-04 Jakub Jelinek <jakub@redhat.com>
8650 Richard Biener <rguenther@suse.de>
8653 * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
8654 captures used multiple times, except for the last use.
8655 * generic-match-head.c: Include gimplify.h.
8657 2017-04-04 Jakub Jelinek <jakub@redhat.com>
8659 PR tree-optimization/79390
8660 * target.h (struct noce_if_info): Declare.
8661 * targhooks.h (default_noce_conversion_profitable_p): Declare.
8662 * target.def (noce_conversion_profitable_p): New target hook.
8663 * ifcvt.h (struct noce_if_info): New type, moved from ...
8664 * ifcvt.c (struct noce_if_info): ... here.
8665 (noce_conversion_profitable_p): Renamed to ...
8666 (default_noce_conversion_profitable_p): ... this. No longer
8668 (noce_try_store_flag_constants, noce_try_addcc,
8669 noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
8670 noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
8671 instead of noce_conversion_profitable_p.
8672 * config/i386/i386.c: Include ifcvt.h.
8673 (ix86_option_override_internal): Don't override
8674 PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
8675 (ix86_noce_conversion_profitable_p): New function.
8676 (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
8677 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
8678 * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
8679 * doc/tm.texi: Regenerated.
8681 2017-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8683 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
8686 2017-04-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
8689 * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
8690 instructions for small multiply cores.
8692 2017-04-04 Jeff Law <law@redhat.com>
8694 * config/mips/mips.c (mips_multi_add): Zero initialize the newly
8696 (mips_expand_vec_perm_const): Initialize elements in orig_perm
8697 that are not set by the loop over the elements.
8699 2017-04-04 Jakub Jelinek <jakub@redhat.com>
8702 * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
8703 int mode, convert_modes it to mode as unsigned, otherwise use
8704 lowpart_subreg to mode rather than SImode.
8705 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
8706 ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
8707 Use DImode instead of SImode for the shift count operand.
8708 * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
8711 2017-04-04 Richard Biener <rguenther@suse.de>
8714 * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
8715 arithmetic done for the negate or the plus. Simplify.
8716 (A - (-B) -> A + B): Likewise.
8717 * fold-const.c (split_tree): Make sure to not negate pointers.
8719 2017-04-04 Segher Boessenkool <segher@kernel.crashing.org>
8721 PR rtl-optimization/60818
8722 * simplify-rtx.c (simplify_binary_operation_1): Do not replace
8723 a compare of comparisons with the thing compared if this results
8724 in a different machine mode.
8726 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
8728 * alias.c (base_alias_check): Fix typo in comment.
8729 * cgraph.h (class ipa_polymorphic_call_context): Likewise.
8730 * cgraphunit.c (symbol_table::compile): Likewise.
8731 * collect2.c (maybe_run_lto_and_relink): Likewise.
8732 * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
8733 * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
8734 * config/avr/avr.c (avr_map_op_t): Likewise.
8735 * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
8736 * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
8737 * config/epiphany/epiphany.md (movcc): Likewise.
8738 * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
8739 * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
8741 * config/mips/mips.c (mips_save_restore_reg): Likewise.
8742 * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
8743 * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
8744 * config/sh/sh.c (sh_rtx_costs): Likewise.
8745 * fold-const.c (fold_truth_andor): Likewise.
8746 * genautomata.c (collapse_flag): Likewise.
8747 * gengtype.h (struct type::u::s): Likewise.
8748 * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
8749 * input.c (FORMAT_AMOUNT): Likewise.
8750 * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
8751 (known_aggs_to_agg_replacement_list): Likewise.
8752 * ipa-inline-analysis.c: Likewise.
8753 * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
8754 * ipa-polymorphic-call.c
8755 (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
8756 * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
8757 * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
8759 * modulo-sched.c (apply_reg_moves): Likewise.
8760 * omp-expand.c (build_omp_regions_1): Likewise.
8761 * trans-mem.c (struct tm_wrapper_hasher): Likewise.
8762 * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
8763 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
8764 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
8765 * value-prof.c: Likewise.
8766 * var-tracking.c (val_reset): Likewise.
8768 2017-04-03 Richard Biener <rguenther@suse.de>
8770 PR tree-optimization/80275
8771 * fold-const.c (split_address_to_core_and_offset): Handle
8774 2017-04-03 Eric Botcazou <ebotcazou@adacore.com>
8776 * tree-nested.c (get_descriptor_type): Make sure that the alignment of
8777 descriptors is at least equal to that of functions.
8779 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
8781 * config/i386/sse.md (movdi_to_sse): Add missing DONE.
8783 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
8786 * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
8787 (mov<IMOD4:mode>): New expander.
8788 (*mov<IMOD4:mode>_internal): New insn and split pattern.
8790 2017-03-31 Segher Boessenkool <segher@kernel.crashing.org>
8792 PR rtl-optimization/79405
8793 * fwprop.c (propagations_left): New variable.
8794 (forward_propagate_into): Decrement it.
8795 (fwprop_init): Initialize it.
8796 (fw_prop): If the variable has reached zero, stop propagating.
8797 (fwprop_addr): Ditto.
8799 2017-03-31 Jakub Jelinek <jakub@redhat.com>
8802 * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
8803 a FUNCTION_DECL, pass it as decl instead of origin to
8806 2017-03-31 Alexander Monakov <amonakov@ispras.ru>
8808 * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
8811 2017-03-31 Pat Haugen <pthaugen@us.ibm.com>
8814 * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
8815 TARGET_VSX_SMALL_INTEGER.
8817 2017-03-31 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8819 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
8820 reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
8822 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
8824 * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
8825 extraction from odd-numbered MSA register.
8827 2017-03-31 Jakub Jelinek <jakub@redhat.com>
8830 * expmed.c (store_bit_field_1): Don't attempt to create
8831 a word subreg out of hard registers wider than word if they
8832 have HARD_REGNO_NREGS of 1 for their mode.
8835 * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
8836 conversions to integer types wider than word and pointer.
8839 * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
8840 (rtx_equal_for_cselib_p): Pass 0 to it.
8841 * cselib.c (cselib_hasher::equal): Likewise.
8842 (rtx_equal_for_cselib_1): Add depth argument. If depth
8843 is 128, don't look up VALUE locs and punt. Increment
8844 depth in recursive calls when walking VALUE locs.
8846 2017-03-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
8848 * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
8849 (make_gcov_file_name): Use the canonical path name for generating
8851 (read_line): Fix handling of files with ascii null bytes.
8853 2017-03-30 Matthew Fortune <matthew.fortune@imgtec.com>
8855 * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
8856 to initialise a vector register instead
8857 of using a const_int.
8859 2017-03-30 Jakub Jelinek <jakub@redhat.com>
8861 PR translation/80189
8862 * gimplify.c (omp_default_clause): Use %qs instead of %s in
8863 diagnostic messages.
8865 2017-03-30 Peter Bergner <bergner@vnet.ibm.com>
8868 * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
8869 (dfp_diex_<mode>): Update mode of operand 1.
8870 * doc/extend.texi (dxex, dxexq): Document change to return type.
8871 (diex, diexq): Document change to argument type.
8873 2017-03-30 Martin Jambor <mjambor@suse.cz>
8876 * cgraph.h (cgraph_build_function_type_skip_args): Declare.
8877 * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
8878 it reflects the signature changes performed at the callee side.
8879 * cgraphclones.c (build_function_type_skip_args): Make public, renamed
8880 to cgraph_build_function_type_skip_args.
8881 (build_function_decl_skip_args): Adjust call to the above function.
8883 2017-03-30 Jakub Jelinek <jakub@redhat.com>
8886 * config/i386/sse.md
8887 (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
8888 register as dest whenever it is a MEM not rtx_equal_p to the
8889 corresponding dup operand, and when forcing into reg move the
8890 reg into the memory afterwards.
8891 (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
8892 Likewise. Use <ssehalfvecmode> instead of <ssequartermode>
8893 for the force_reg mode.
8894 (avx512vl_vextractf128<mode>): Use register as dest either
8895 always when a MEM, or when it is a MEM not rtx_equal_p to the
8896 corresponding dup operand, or even not when it is a CONST_VECTOR
8897 depending on the mode and lo vs. hi.
8898 (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
8900 (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
8901 (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
8902 Likewise. Require that operands[2] is even.
8903 (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
8904 Remove extraneous parens. Require that operands[2] is a multiple
8906 (vec_extract_lo_<mode><mask_name>): Don't bother testing if
8907 operands[0] is a MEM if <mask_applied>, the predicates/constraints
8908 disallow memory then.
8910 2017-03-30 Richard Biener <rguenther@suse.de>
8912 PR tree-optimization/77498
8913 * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
8914 to non-constants over backedges.
8916 2017-03-29 Segher Boessenkool <segher@kernel.crashing.org>
8918 PR rtl-optimization/80233
8919 * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
8920 as last_combined_insn. Do not test for BARRIER_P separately.
8922 2017-03-29 Andreas Schwab <schwab@suse.de>
8925 * calls.c (prepare_call_address): Convert funexp to Pmode before
8926 copying to temp reg.
8928 2017-03-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8930 PR tree-optimization/80158
8931 * gimple-ssa-strength-reduction.c (replace_mult_candidate):
8932 Handle possible future case of more than one alternate
8934 (replace_rhs_if_not_dup): Likewise.
8935 (replace_one_candidate): Likewise.
8937 2017-03-28 Vladimir Makarov <vmakarov@redhat.com>
8939 PR rtl-optimization/80193
8940 * ira.c (ira): Do not check allocation for LRA.
8942 2017-03-28 Alexander Monakov <amonakov@ispras.ru>
8944 * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
8945 (nvptx_output_simt_exit): Declare.
8946 * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
8947 cfun->machine->unisimt_location. Handle NULL unisimt_predicate.
8948 (init_softstack_frame): Move initialization of crtl->is_leaf to...
8949 (nvptx_declare_function_name): ...here. Emit declaration of local
8950 memory space buffer for omp_simt_enter insn.
8951 (nvptx_output_unisimt_switch): New.
8952 (nvptx_output_softstack_switch): New.
8953 (nvptx_output_simt_enter): New.
8954 (nvptx_output_simt_exit): New.
8955 * config/nvptx/nvptx.h (struct machine_function): New fields
8956 has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
8957 * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
8958 (UNSPECV_SIMT_EXIT): Ditto.
8959 (omp_simt_enter_insn): New insn.
8960 (omp_simt_enter): New expansion.
8961 (omp_simt_exit): New insn.
8962 * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
8964 * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
8965 (expand_GOMP_SIMT_ENTER_ALLOC): New.
8966 (expand_GOMP_SIMT_EXIT): New.
8967 * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
8968 (GOMP_SIMT_ENTER_ALLOC): Ditto.
8969 (GOMP_SIMT_EXIT): Ditto.
8970 * target-insns.def (omp_simt_enter): New insn.
8971 (omp_simt_exit): Ditto.
8972 * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
8974 (lower_rec_simd_input_clauses): Implement SIMT privatization.
8975 (lower_rec_input_clauses): Likewise.
8976 (lower_lastprivate_clauses): Handle SIMT privatization.
8978 * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
8979 (ompdevlow_adjust_simt_enter): New.
8980 (find_simtpriv_var_op): New.
8981 (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
8982 IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
8984 * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
8985 * tree-inline.c (expand_call_inline): Handle SIMT privatization.
8986 (copy_decl_for_dup_finish): Ditto.
8988 * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
8990 2017-03-28 Uros Bizjak <ubizjak@gmail.com>
8993 * config/i386/i386.c (ix86_option_override_internal): Always
8994 allow -mpreferred-stack-boundary=3 for 64-bit targets.
8996 2017-03-28 Bin Cheng <bin.cheng@arm.com>
8998 * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
9000 2017-03-28 Bin Cheng <bin.cheng@arm.com>
9002 * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
9003 mark new edge's irreducible flag accordign to it.
9004 (vect_do_peeling): Check loop preheader edge's irreducible flag
9005 and pass it to function slpeel_add_loop_guard.
9007 2017-03-28 Richard Sandiford <richard.sandiford@arm.com>
9009 PR tree-optimization/80218
9010 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
9011 Update block frequencies and counts.
9013 2017-03-28 Richard Biener <rguenther@suse.de>
9015 PR tree-optimization/78644
9016 * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
9017 of a simplification result we may not use it at all.
9019 2017-03-28 Richard Biener <rguenther@suse.de>
9022 * tree-inline.c (copy_phis_for_bb): Do not create PHI node
9023 without arguments, generate default definition of a SSA name.
9025 2017-03-28 Richard Biener <rguenther@suse.de>
9028 * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
9029 TYPE_REF_CAN_ALIAS_ALL references.
9030 * fold-const.c (fold_indirect_ref_1): Likewise.
9032 2017-03-28 Martin Liska <mliska@suse.cz>
9035 * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
9036 thunk call as DECL_GIMPLE_REG_P when vector or complex type.
9038 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
9039 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9041 * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
9042 (EXTRA_SPECS): Define.
9043 (SUBTARGET_EXTRA_SPECS): Likewise.
9044 (SUBTARGET_CPP_SPEC): Likewise.
9045 * config/arc/elf.h (EXTRA_SPECS): Renamed to
9046 SUBTARGET_EXTRA_SPECS.
9047 * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
9049 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
9051 * config/arc/simdext.md (vst64_insn): Update pattern.
9052 (vld32wh_insn): Likewise.
9053 (vld32wl_insn): Likewise.
9054 (vld64_insn): Likewise.
9055 (vld32_insn): Likewise.
9057 2017-03-28 Marek Polacek <polacek@redhat.com>
9060 * fold-const.c (fold_comparison): Use protected_set_expr_location
9061 instead of SET_EXPR_LOCATION.
9063 2017-03-28 Markus Trippelsdorf <markus@trippelsdorf.de>
9065 * tree.c (add_expr): Avoid name lookup warning.
9067 2017-03-27 Jeff Law <law@redhat.com>
9069 PR tree-optimization/80216
9070 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
9071 function name. Limit recursion depth.
9072 (record_temporary_equivalences): Corresponding changes.
9074 2017-03-27 Jonathan Wakely <jwakely@redhat.com>
9076 * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
9079 2017-03-27 Jakub Jelinek <jakub@redhat.com>
9082 * reg-notes.def (REG_CFA_NOTE): Define. Use it for CFA related
9084 * cfgcleanup.c (reg_note_cfa_p): New array.
9085 (insns_have_identical_cfa_notes): New function.
9086 (old_insns_match_p): Don't cross-jump in between /f
9087 and non-/f instructions. If both i1 and i2 are frame related,
9088 verify all CFA notes, their order and content.
9090 2017-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
9093 * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
9094 HImode and SImode with zero extend to DImode to one insn.
9095 (bswap<mode>2_extenddi): Likewise.
9096 (bswapsi2_extenddi): Likewise.
9097 (bswaphi2_extendsi): Likewise.
9098 (bswaphi2): Combine bswap HImode and SImode into one insn.
9099 Separate memory insns from swapping register.
9100 (bswapsi2): Likewise.
9101 (bswap<mode>2): Likewise.
9102 (bswaphi2_internal): Delete, no longer used.
9103 (bswapsi2_internal): Likewise.
9104 (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
9105 store, and gpr<-gpr swap insns.
9106 (bswap<mode>2_store): Likewise.
9107 (bswaphi2_reg): Register only splitter, combine with the splitter.
9108 (bswaphi2 splitter): Likewise.
9109 (bswapsi2_reg): Likewise.
9110 (bswapsi2 splitter): Likewise.
9111 (bswapdi2): If we have the LDBRX and STDBRX instructions, split
9112 the insns into load, store, and register/register insns.
9113 (bswapdi2_ldbrx): Likewise.
9114 (bswapdi2_load): Likewise.
9115 (bswapdi2_store): Likewise.
9116 (bswapdi2_reg): Likewise.
9118 2017-03-27 Gunther Nikl <gnikl@users.sourceforge.net>
9120 * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
9121 (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
9123 2017-03-27 Kelvin Nilsen <kelvin@gcc.gnu.org>
9126 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
9128 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
9129 special handling for target option conflicts between dform
9130 options (-mpower9-dform, -mpower9-dform-vector,
9131 -mpower9-dform-scalar) and -mno-direct-move.
9133 2017-03-27 Richard Biener <rguenther@suse.de>
9135 PR tree-optimization/80181
9136 * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
9138 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
9140 * config/arc/predicates.md (move_double_src_operand): Replace the
9141 call to move_double_src_operand with a call to address_operand.
9143 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
9145 * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
9146 * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
9147 * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
9149 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
9151 * config/arc/predicates.md (long_immediate_loadstore_operand):
9152 Consider scaled addresses cases.
9154 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
9156 * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
9157 restored when in interrupt.
9158 * config/arc/arc.md (simple_return): ARCv2 rtie instruction
9159 doesn't have delay slot.
9161 2017-03-27 Richard Biener <rguenther@suse.de>
9164 * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
9165 inlined thunk clones.
9167 2017-03-27 Jakub Jelinek <jakub@redhat.com>
9170 * asan.c (instrument_derefs): Copy over last operand from
9171 original COMPONENT_REF to the new COMPONENT_REF with
9172 DECL_BIT_FIELD_REPRESENTATIVE.
9173 * ubsan.c (instrument_object_size): Likewise.
9175 2017-03-27 Richard Biener <rguenther@suse.de>
9177 PR tree-optimization/80170
9178 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
9179 sure DR/SCEV didnt fold in constants we do not see when looking
9180 at the reference base alignment.
9182 2017-03-27 Richard Biener <rguenther@suse.de>
9185 * gimple-fold.c (fold_ctor_reference): Properly guard against
9186 NULL return value from canonicalize_constructor_val.
9188 2017-03-25 Uros Bizjak <ubizjak@gmail.com>
9191 * config/i386/i386.c (ix86_expand_builtin)
9192 <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
9193 flags reg setting and flags reg using instructions.
9194 <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto. Use non-flags reg
9195 clobbering instructions to zero extend op2.
9197 2017-03-25 Gerald Pfeifer <gerald@pfeifer.com>
9199 * doc/install.texi (Configuration) <--with-aix-soname>:
9200 Update link to AIX ld.
9202 2017-03-25 Bernd Schmidt <bschmidt@redhat.com>
9204 PR rtl-optimization/80160
9205 PR rtl-optimization/80159
9206 * lra-assigns.c (must_not_spill_p): Tighten new test to also take
9207 reg_alternate_class into account.
9209 2017-03-24 Vladimir Makarov <vmakarov@redhat.com>
9212 * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
9213 to consider in curr_insn_transform.
9215 2017-03-24 Jakub Jelinek <jakub@redhat.com>
9217 * genrecog.c (validate_pattern): Add VEC_SELECT validation.
9218 * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
9219 and emit_mode_inner.
9221 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9223 * config/s390/s390-builtins.def: Add VXE builtins. Add a flags
9224 argument to the overloaded builtin variants. Use the new flag to
9225 deprecate certain builtin variants.
9226 * config/s390/s390-builtin-types.def: Add new builtin types.
9227 * config/s390/s390-builtins.h: Support new flags field for
9228 overloaded builtins.
9229 * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
9230 (s390_macro_to_expand): Enable vector float data type.
9231 (s390_cpu_cpp_builtins_internal): Indicate support of the new
9232 builtins by incrementing the __VEC__ version number.
9233 (s390_expand_overloaded_builtin): Support expansion of vec_xl and
9235 (s390_resolve_overloaded_builtin): Emit error messages depending
9236 on the builtin flags.
9237 * config/s390/s390.c (s390_expand_builtin): Support additional
9238 flags argument. Change error message to match the messages
9239 emitted in s390-c.c.
9240 * config/s390/s390.md: New UNSPEC_* constants.
9241 (op_type): Add new instruction types.
9242 * config/s390/vecintrin.h: Add new builtins and test data class
9244 * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
9245 (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
9246 (VEC_INEXACT, VEC_NOINEXACT): New constants.
9247 ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
9248 ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
9249 ("vec_mergel<mode>"): V_HW -> VEC_HW.
9251 ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
9252 ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
9253 ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
9254 ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
9256 ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
9257 ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
9258 ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
9259 ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
9261 ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
9262 ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
9263 ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
9264 ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
9265 ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
9266 ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
9267 ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
9269 ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
9270 ("vec_scatter_element<V_HW_4:mode>_DI")
9271 ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
9272 ("vec_fpint<mode>", "vflls")
9273 ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
9274 ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
9275 ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
9276 ("*vec_cmphe<mode>_cc"): ... these.
9278 ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
9279 mode constant instead of magic value.
9281 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9283 * config/s390/s390.c (s390_expand_vec_compare): Support other
9284 vector floating point modes than just V2DF.
9285 (s390_expand_vcond): Likewise.
9286 (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
9287 (s390_cannot_change_mode_class): Prevent mode changes between TF
9288 and V1TF in vector registers.
9289 * config/s390/s390.md (DF, SF): New mode attributes.
9290 ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
9291 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
9292 SFmode support for VRs.
9293 * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
9295 (VFT, VF_HW): New mode iterators.
9296 (vw, sdx): New mode attributes.
9297 ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
9298 ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
9299 ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
9300 ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
9301 ("vec_unorderedv2df"): Adjust the v2df only patterns to support
9302 also the new vector floating point modes. Renaming to ...
9304 ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
9305 ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
9306 ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
9307 ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
9308 ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
9309 ("vec_unordered<mode>"): ... these.
9311 ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
9312 ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
9313 ("*vec_extendv2df"): New insn definitions.
9315 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9317 * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
9318 ("mulditi3_2", "*muldi3_sign"): New patterns.
9319 ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
9320 rename the pattern definition.
9322 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9324 * config/s390/s390.md ("indirect_jump"): Turn insn definition into
9326 ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
9328 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9330 * config/s390/s390.c (s390_expand_vec_init): Use vllezl
9331 instruction if possible.
9332 * config/s390/vector.md (vec_halfnumelts): New mode
9334 ("*vec_vllezlf<mode>"): New pattern.
9336 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9338 * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
9339 ("popcountv4si2", "popcountv2di2"): Rename to ...
9340 ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
9341 ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
9343 ("popcount<mode>2_vxe"): New pattern.
9345 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9347 * common/config/s390/s390-common.c (processor_flags_table): Add
9349 * config.gcc: Add arch12.
9350 * config/s390/driver-native.c (s390_host_detect_local_cpu):
9351 Default to arch12 for unknown CPU model numbers.
9352 * config/s390/s390-builtins.def: Add B_VXE builtin flag.
9353 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
9354 PROCESSOR_max sanity check.
9355 * config/s390/s390-opts.h (enum processor_type): Add
9357 * config/s390/s390.c (processor_table): Add arch12.
9358 (s390_expand_builtin): Add check for B_VXE flag.
9359 (s390_issue_rate): Add PROCESSOR_ARCH12.
9360 (s390_get_sched_attrmask): Likewise.
9361 (s390_get_unit_mask): Likewise.
9362 (s390_sched_score): Enable z13 scheduling for arch12.
9363 (s390_sched_reorder): Likewise.
9364 (s390_sched_variable_issue): Likewise.
9365 * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
9367 (s390_tune_attr): Use z13 scheduling also for arch12.
9368 (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
9369 (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
9370 (TARGET_VXE_P): New macros.
9371 * config/s390/s390.md: Add arch12 to cpu attribute. Add arch12
9372 and vxe to cpu_facility. Add arch12 and vxe to enabled attribute.
9373 * config/s390/s390.opt: Add arch12 as processor_type.
9375 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9377 * config/s390/s390.md
9378 ("fixuns_truncdddi2", "fixuns_trunctddi2")
9379 ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
9380 ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
9382 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
9383 Rename expanders to ...
9385 ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
9386 ("fixuns_truncdddi2_emu"): ... these.
9388 ("fixuns_trunc<mode>si2_emu"): New expander.
9390 ("*fixuns_truncdfdi2_z13"): Rename to ...
9391 ("*fixuns_truncdfdi2_vx"): ... this.
9393 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9395 * config/s390/2964.md: Remove the single element vector compare
9396 instructions which are no longer used.
9397 * config/s390/s390.c (s390_select_ccmode): Remove handling of
9399 (s390_canonicalize_comparison): Remove handling of DFmode
9401 (s390_expand_vec_compare_scalar): Remove function.
9402 (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
9403 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
9405 ("*cmp<mode>_ccs"): Add wfcdb instruction.
9407 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9409 * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
9411 ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
9412 will anyway by matched by mov<mode>_64dfp.
9414 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9416 * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
9417 vlef/vstef. Add missing operand to vleif.
9419 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9421 * config/s390/s390.c (s390_expand_vec_init): Enable vector load
9422 pair for all vector types with 64 bit elements.
9423 * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
9424 * config/s390/vector.md (V_HW_64): ... here.
9425 (V_128_NOSINGLE): New mode iterator.
9426 ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
9427 ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
9428 ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
9429 ("*vec_load_pairv2di"): Change to ...
9430 ("*vec_load_pair<mode>"): ... this one.
9432 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9434 * config/s390/constraints.md: Add comments.
9435 (jKK): Reject element sizes > 8 bytes.
9436 * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
9438 * config/s390/s390.md: Add the s_operand checks formerly in
9439 s390_split_ok_p to various splitters where they are still
9441 * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
9442 for 128 bit vectors. Plus two splitters.
9444 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9446 * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
9449 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9452 * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
9453 error if the boundary argument is not constant.
9455 2017-03-24 Jakub Jelinek <jakub@redhat.com>
9457 PR rtl-optimization/80112
9458 * loop-doloop.c (doloop_condition_get): Don't check condition
9459 if cmp isn't SET with IF_THEN_ELSE src.
9461 2017-03-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9463 PR tree-optimization/80158
9464 * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
9465 replacing a candidate statement, also replace it for the
9466 candidate's alternate interpretation.
9467 (replace_rhs_if_not_dup): Likewise.
9468 (replace_one_candidate): Likewise.
9470 2017-03-24 Richard Biener <rguenther@suse.de>
9472 PR tree-optimization/80167
9473 * graphite-isl-ast-to-gimple.c
9474 (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
9476 (translate_isl_ast_to_gimple::get_rename): Likewise.
9478 2017-03-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
9480 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
9481 handling of certain combinations of target options, including the
9482 combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
9483 -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
9485 2017-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9488 * config/arm/arm.md (*load_multiple): Add reload_completed to
9491 2017-03-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9492 Richard Biener <rguenth@suse.de>
9494 PR tree-optimization/79908
9495 PR tree-optimization/80136
9496 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
9497 been cast away, gimplify_and_add suffices.
9499 2017-03-23 Markus Trippelsdorf <markus@trippelsdorf.de>
9501 * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
9503 2017-03-23 Richard Biener <rguenther@suse.de>
9505 PR tree-optimization/80032
9506 * gimplify.c (gimple_push_cleanup): Forced unconditional
9507 cleanups still have to go to the conditional_cleanups
9510 2017-03-22 Jakub Jelinek <jakub@redhat.com>
9512 PR tree-optimization/80072
9513 * tree-ssa-reassoc.c (struct operand_entry): Change id field type
9515 (next_operand_entry_id): Change type to unsigned int.
9516 (sort_by_operand_rank): Make sure to return the right return value
9517 even if unsigned fields are bigger than INT_MAX.
9518 (struct oecount): Change cnt and id type to unsigned int.
9519 (oecount_hasher::equal): Formatting fix.
9520 (oecount_cmp): Make sure to return the right return value
9521 even if unsigned fields are bigger than INT_MAX.
9522 (undistribute_ops_list): Change next_oecount_id type to unsigned int.
9525 * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
9526 TREE_READONLY on result if writing it more than once.
9529 * doc/invoke.texi (-fsanitize=thread): Document that with
9530 -fnon-call-exceptions atomics are not able to throw
9534 * tsan.c: Include tree-eh.h.
9535 (instrument_builtin_call): Call maybe_clean_eh_stmt or
9536 maybe_clean_or_replace_eh_stmt where needed.
9537 (instrument_memory_accesses): Add cfg_changed argument.
9538 Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
9539 if it returned true.
9540 (tsan_pass): Adjust caller. Return TODO_cleanup_cfg if cfg_changed.
9542 PR rtl-optimization/63191
9543 * config/i386/i386.c (ix86_delegitimize_address): Turn into small
9544 wrapper function, moved the whole old content into ...
9545 (ix86_delegitimize_address_1): ... this. New inline function.
9546 (ix86_find_base_term): Use ix86_delegitimize_address_1 with
9547 true as last argument instead of ix86_delegitimize_address.
9549 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
9551 * config/aarch64/aarch64.c (generic_branch_cost): Copy
9552 cortexa57_branch_cost.
9554 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
9556 * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
9558 2017-03-21 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
9561 * doc/md.texi (Constraints): Document wA constraint.
9562 * config/rs6000/constraints.md (wA): New.
9563 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
9564 (rs6000_init_hard_regno_mode_ok): Init wA constraint.
9565 * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
9566 * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
9568 2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
9571 * gimplify.c (is_oacc_declared): New function.
9572 (oacc_default_clause): Use it to set default flags for acc declared
9573 variables inside parallel regions.
9574 (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
9576 (gimplify_oacc_declare): Gimplify the declare clauses. Add the
9577 declare attribute to any decl as necessary.
9579 2017-03-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9582 * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
9583 (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
9584 * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
9585 (arm_arch_lpae): This.
9586 * config/arm/arm.c (arm_arch7ve): Rename into ...
9587 (arm_arch_lpae): This. Define it in term of isa_bit_lpae.
9588 * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
9591 2017-03-22 Martin Liska <mliska@suse.cz>
9594 * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
9595 error message instead of an ICE.
9597 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9599 * doc/extend.texi (6.11 Additional Floating Types): Revise.
9601 2017-03-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
9603 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
9605 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
9608 2017-03-21 Martin Sebor <msebor@redhat.com>
9610 * doc/extend.texi: Use "cannot" instead of "can't."
9611 * doc/hostconfig.texi: Same.
9612 * doc/install.texi: Same.
9613 * doc/invoke.texi: Same.
9614 * doc/loop.texi: Same.
9615 * doc/md.texi: Same.
9616 * doc/objc.texi: Same.
9617 * doc/rtl.texi: Same.
9618 * doc/tm.texi: Same.
9619 * doc/tm.texi.in: Same.
9620 * doc/trouble.texi: Same.
9622 2017-03-21 Alexandre Oliva <aoliva@redhat.com>
9625 * dwarf2out.c (struct checksum_attributes): Add at_alignment.
9626 (collect_checksum_attributes): Set it.
9627 (die_checksum_ordered): Use it.
9629 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9631 PR tree-optimization/79908
9632 * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
9633 change: For a VA_ARG whose LHS has been cast away, use
9634 force_gimple_operand to construct the side effects.
9636 2017-03-21 David Malcolm <dmalcolm@redhat.com>
9638 PR translation/80001
9639 * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
9640 more amenable to translation.
9641 (oacc_loop_auto_partitions): Likewise.
9643 2017-03-21 Marek Polacek <polacek@redhat.com>
9644 Martin Sebor <msebor@redhat.com>
9646 PR tree-optimization/80109
9647 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
9650 2017-03-21 Jakub Jelinek <jakub@redhat.com>
9651 Segher Boessenkool <segher@kernel.crashing.org>
9654 * combine.c (can_combine_p): Revert the 2017-03-20 change, only
9655 check reg_used_between_p between insn and one of succ or succ2
9656 depending on if succ is artificial insn not inserted into insn
9659 2017-03-21 Martin Liska <mliska@suse.cz>
9661 PR gcov-profile/80081
9662 * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
9663 * doc/gcc.texi: Include gcov-dump stuff.
9664 * doc/gcov-dump.texi: New file.
9666 2017-03-21 Toma Tabacu <toma.tabacu@imgtec.com>
9668 PR rtl-optimization/79150
9669 * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
9670 conditional jump, if the jump is the last insn of the loop.
9672 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9673 Richard Biener <rguenth@suse.de>
9675 PR tree-optimization/79908
9676 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
9677 been cast away, use force_gimple_operand to construct the side
9680 2017-03-21 Martin Liska <mliska@suse.cz>
9683 * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
9686 2017-03-21 Brad Spengler <spender@grsecurity.net>
9689 * plugin.c (htab_hash_plugin): New function.
9690 (add_new_plugin): Use it and adjust.
9691 (parse_plugin_arg_opt): Adjust.
9692 (init_one_plugin): Likewise.
9694 2017-03-21 Richard Biener <rguenther@suse.de>
9696 PR tree-optimization/80032
9697 * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
9698 if set force the cleanup to happen unconditionally.
9699 (gimplify_target_expr): Push inserted clobbers with force_uncond
9700 to avoid them being removed by control-dependent DCE.
9702 2017-03-21 Richard Biener <rguenther@suse.de>
9704 PR tree-optimization/80122
9705 * tree-inline.c (copy_bb): Do not expans va-arg packs or
9706 va_arg_pack_len when the inlined call stmt requires pack
9708 * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
9710 2017-03-21 Jakub Jelinek <jakub@redhat.com>
9713 * tsan.c (instrument_builtin_call): If the memory model argument
9714 is not a constant, assume it is valid.
9717 * fold-const.c (round_up_loc): Negate divisor in unsigned type to
9720 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
9722 PR rtl-optimization/79910
9723 * combine.c (can_combine_p): Do not allow combining an I0 or I1
9724 if its dest is used by an insn before I2 (other than the combined
9725 insns themselves, which are properly handled already).
9727 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
9730 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
9732 * combine.c (record_used_regs): New static function.
9733 (try_combine): Handle situations where there is an additional
9734 instruction between I2 and I3 which needs to have a LOG_LINK
9738 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
9740 * combine.c (try_combine): Delete redundant i1 test. Call
9741 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
9743 2017-03-20 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
9746 * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
9749 2017-03-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9751 PR tree-optimization/80054
9752 * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
9753 the optimization if a PHI or any of its arguments is not dominated
9754 by the candidate's basis. Use gphi* rather than gimple* as
9756 (replace_profitable_candidates): Clean up a gimple* variable that
9757 should be a gphi* variable.
9759 2017-03-20 Martin Sebor <msebor@redhat.com>
9762 * doc/extend.texi (attribute constructor): Document present limitation.
9764 2017-03-20 Kelvin Nilsen <kelvin@gcc.gnu.org>
9767 * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
9768 __POWER9_VECTOR__ #ifdef control, change template definition to
9769 use Power9-specific built-in function.
9770 (vec_any_eq): Likewise.
9771 * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
9772 to control outcomes from this test.
9773 (vector_ae_<mode>p): For VEC_F modes, likewise.
9775 2017-03-20 Ian Lance Taylor <iant@google.com>
9777 * config/i386/i386.c (ix86_function_regparm): Save an extra
9778 register for -fsplit-stack with DECL_STATIC_CHAIN.
9780 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
9783 * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
9784 (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
9786 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
9788 * config/riscv/riscv.c (riscv_print_operand): Use "fence
9790 * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
9793 2017-03-20 Marek Polacek <polacek@redhat.com>
9796 * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
9798 2017-03-20 Richard Biener <rguenther@suse.de>
9800 PR tree-optimization/80113
9801 * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
9802 allocate extra SSA name for PHI def.
9803 (add_close_phis_to_outer_loops): Likewise.
9804 (add_close_phis_to_merge_points): Likewise.
9805 (copy_loop_close_phi_args): Likewise.
9806 (copy_cond_phi_nodes): Likewise.
9808 2017-03-20 Martin Liska <mliska@suse.cz>
9811 * tree-chkp.c (chkp_build_returned_bound): Do not build
9812 returned bounds for a LHS that's not a BOUNDED_P type.
9814 2017-03-20 Martin Liska <mliska@suse.cz>
9818 * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
9819 COMPLEX_CST and VECTOR_CST.
9821 2017-03-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9824 * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
9825 target operand. A new splitter adds the clobber statement in case
9826 the target operand is dead anyway.
9828 2017-03-19 Gerald Pfeifer <gerald@pfeifer.com>
9830 * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
9831 to age-old versions of binutils and glibc.
9833 2017-03-18 Segher Boessenkool <segher@kernel.crashing.org>
9835 * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
9837 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
9839 * doc/contrib.texi (Contributors): Add Segher Boessenkool.
9841 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
9843 * doc/install.texi (Specific) <arm-*-eabi>: Remove old
9844 requirement for binutils 2.13.
9846 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
9848 * combine.c (try_combine): Delete redundant i1 test. Call
9849 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
9851 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com
9853 * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
9854 riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
9856 <riscv64-*-elf>: Re-arrange section
9857 <riscv32-*-elf>: Add a note about requiring binutils 2.28.
9858 <riscv32-*-linux>: Likewise.
9859 <riscv64-*-elf>: Likewise
9860 <riscv64-*-linux>: Likewise.
9862 2017-03-17 Richard Earnshaw <rearnsha@arm.com>
9865 * aarch64.opt(verbose-cost-dump): Fix typo.
9867 2017-03-17 Pat Haugen <pthaugen@us.ibm.com>
9870 * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
9871 for VECTOR_UNIT_VSX_P (<MODE>mode) too.
9873 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
9875 * reload.c (find_reloads): When reloading a nonoffsettable address,
9876 use RELOAD_OTHER for it and its address reloads.
9878 PR rtl-optimization/79910
9879 * combine.c (record_used_regs): New static function.
9880 (try_combine): Handle situations where there is an additional
9881 instruction between I2 and I3 which needs to have a LOG_LINK
9884 2017-03-17 Jeff Law <law@redhat.com>
9886 PR tree-optimization/71437
9887 * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
9888 conditional in the hash table first.
9889 (vrp_dom_walker::before_dom_children): Extract condition from
9890 ASSERT_EXPR. Record condition, its inverion and any implied
9893 2017-03-17 Marek Polacek <polacek@redhat.com>
9894 Markus Trippelsdorf <markus@trippelsdorf.de>
9896 PR tree-optimization/80079
9897 * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
9900 2017-03-17 Richard Biener <rguenther@suse.de>
9903 * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
9904 Properly verify the LHS before the RHS possibly claims to be
9906 (stmt_could_throw_p): Hande gimple conds fully here. Clobbers
9909 2017-03-17 Martin Jambor <mjambor@suse.cz>
9911 * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
9912 (List of -O2 options): Likewise.
9913 (-fipa-bit-cp): Replace "ipa" with "interprocedural."
9916 2017-03-17 Tom de Vries <tom@codesourcery.com>
9918 * gcov-dump.c (print_usage): Print bug_report_url.
9920 2017-03-17 Richard Biener <rguenther@suse.de>
9923 * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
9924 (parser::peek): Likewise.
9926 2017-03-17 Richard Biener <rguenther@suse.de>
9928 PR tree-optimization/80048
9929 * sese.c (free_sese_info): Properly release rename_map and
9930 copied_bb_map elements.
9932 2017-03-16 Alexandre Oliva <aoliva@redhat.com>
9934 * gimple-ssa-store-merging.c (struct imm_store_chain_info):
9935 Add linked-list forward and backlinks. Insert on
9936 construction, remove on destruction.
9937 (class pass_store_merging): Add m_stores_head field.
9938 (pass_store_merging::terminate_and_process_all_chains):
9939 Iterate over m_stores_head list.
9940 (pass_store_merging::terminate_all_aliasing_chains):
9942 (pass_store_merging::execute): Check for debug stmts first.
9943 Push new chains onto the m_stores_head stack.
9945 2017-03-16 Michael Meissner <meissner@linux.vnet.ibm.com>
9948 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
9949 SPLAT operation on ISA 2.07 64-bit systems that have direct move,
9950 but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
9952 2017-03-16 Jeff Law <law@redhat.com>
9954 PR tree-optimization/71437
9955 * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
9956 member function. Implementation moved into after_dom_children
9957 member function and into the threader's thread_outgoing_edges
9959 (dom_opt_dom_walker::after_dom_children): Simplify by moving
9960 some code into new thread_outgoing_edges.
9961 * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
9962 definition. Simplify marker handling (do it here). Assume we always
9963 have the available expression and the const/copies tables.
9964 (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
9966 * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
9967 * tree-vrp.c (equiv_stack): No longer file scoped.
9968 (vrp_dom_walker): New class.
9969 (vrp_dom_walker::before_dom_children): New member function.
9970 (vrp_dom_walker::after_dom_children): Likewise.
9971 (identify_jump_threads): Setup domwalker. Use it rather than
9972 walking edges in a random order by hand. Simplify setup/finalization.
9973 (finalize_jump_threads): Remove.
9974 (vrp_finalize): Do not call identify_jump_threads here.
9975 (execute_vrp): Do it here instead and call thread_through_all_blocks
9978 PR tree-optimization/71437
9979 * tree-ssa-dom.c (pfn_simplify): Add basic_block argument. All
9981 (simplify_stmt_for_jump_threading): Add basic_block argument. All
9983 (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
9984 (dom_opt_dom_walker::thread_across_edge): Remove
9985 handle_dominating_asserts argument. All callers changed.
9986 (record_temporary_equivalences_from_stmts_at_dest): Corresponding
9987 changes. Remove calls to lhs_of_dominating_assert. Other
9988 uses of handle_dominating_asserts turn into unconditional code
9989 (simplify_control_stmt_condition_1): Likewise.
9990 (simplify_control_stmt_condition): Likewise.
9991 (thread_through_normal_block, thread_across_edge): Likewise.
9992 * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
9993 * tree-vrp.c (lhs_of_dominating_assert): Move here. Return original
9994 object if it is not an SSA_NAME.
9995 (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
9996 before calling into the VRP specific simplifiers.
9997 (identify_jump_threads): Remove handle_dominating_asserts
10000 2017-03-16 Jakub Jelinek <jakub@redhat.com>
10003 * tree-diagnostic.c (default_tree_printer): No longer static.
10004 * tree-diagnostic.h (default_tree_printer): New prototype.
10006 2017-03-16 Tamar Christina <tamar.christina@arm.com>
10008 * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
10009 Change ins into fmov.
10011 2017-03-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10013 * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
10014 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
10015 Use h_con constraint for operand 1.
10016 (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
10017 (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
10019 2017-03-15 Jeff Law <law@redhat.com>
10021 PR tree-optimization/71437
10022 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
10023 (record_temporary_equivalences): Use it.
10025 PR tree-optimization/71437
10026 * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
10027 tree-ssa-scopedtables.
10028 (lookup_avail_expr, build_and_record_new_cond): Likewise.
10029 (record_conditions, record_cond, vuse_eq): Likewise.
10030 (record_edge_info): Adjust to API tweak of record_conditions.
10031 (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
10032 (record_temporary_equivalences, optimize_stmt): Likewise.
10033 (eliminate_redundant_computations): Likewise.
10034 (record_equivalences_from_stmt): Likewise.
10035 * tree-ssa-scopedtables.c: Include options.h and params.h.
10036 (vuse_eq): New function, moved from tree-ssa-dom.c
10037 (build_and_record_new_cond): Likewise.
10038 (record_conditions): Likewise. Accept vector of conditions rather
10039 than edge_equivalence structure for first argument.
10040 for the first argument.
10041 (avail_exprs_stack::lookup_avail_expr): New member function, moved
10042 from tree-ssa-dom.c.
10043 (avail_exprs_stack::record_cond): Likewise.
10044 * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
10045 from tree-ssa-dom.c.
10046 (avail_exprs_stack): Add new member functions lookup_avail_expr
10048 (record_conditions): Declare.
10050 2017-03-15 Vladimir Makarov <vmakarov@redhat.com>
10053 * lra-constraints.c (process_alt_operands): Increase reject for
10054 reloading an input/output operand.
10056 2017-03-15 Michael Meissner <meissner@linux.vnet.ibm.com>
10059 * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
10060 insns to convert from signed/unsigned char/short to IEEE 128-bit
10062 (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
10064 2017-03-15 Uros Bizjak <ubizjak@gmail.com>
10067 * config/i386/i386.c (ix86_vector_duplicate_value): Create
10068 subreg of inner mode for values already in registers.
10070 2017-03-15 Bernd Schmidt <bschmidt@redhat.com>
10072 * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
10073 iteration reg is used after the loop.
10075 2017-03-14 Martin Sebor <msebor@redhat.com>
10077 PR tree-optimization/79800
10078 * gimple-ssa-sprintf.c (format_floating: Add argument. Handle
10079 precision in negative-positive range.
10080 (format_floating): Call non-const overload with adjusted precision.
10082 2017-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
10085 * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
10088 2017-03-14 Martin Sebor <msebor@redhat.com>
10090 PR middle-end/80020
10091 * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
10092 * builtins.def (aligned_alloc): Use it.
10095 * Makefile.in (GTFILES): Add calls.c.
10096 * calls.c: Include "gt-calls.h".
10098 2017-03-14 Bernd Schmidt <bschmidt@redhat.com>
10100 PR rtl-optimization/79728
10101 * regs.h (struct target_regs): New field
10102 x_contains_allocatable_regs_of_mode.
10103 (contains_allocatable_regs_of_mode): New macro.
10104 * reginfo.c (init_reg_sets_1): Initialize it, and change
10105 contains_reg_of_mode so it includes global regs as well.
10106 * reload.c (push_reload): Use contains_allocatable_regs_of_mode
10107 rather than contains_regs_of_mode.
10109 2017-03-14 Martin Liska <mliska@suse.cz>
10111 * doc/invoke.texi: Document options that can't be combined with
10112 -fcheck-pointer-bounds.
10114 2017-03-14 Martin Liska <mliska@suse.cz>
10116 PR middle-end/79831
10117 * doc/invoke.texi (-Wchkp): Document the option.
10119 2017-03-14 Martin Liska <mliska@suse.cz>
10121 * Makefile.in: Install gcov-dump.
10123 2017-03-14 Martin Liska <mliska@suse.cz>
10125 * multiple_target.c (expand_target_clones): Bail out for
10126 an invalid attribute.
10128 2017-03-14 Richard Biener <rguenther@suse.de>
10130 * alias.c (struct alias_set_entry): Pack properly.
10131 * cfgloop.h (struct loop): Likewise.
10132 * cse.c (struct set): Likewise.
10133 * ipa-utils.c (struct searchc_env): Likewise.
10134 * loop-invariant.c (struct invariant): Likewise.
10135 * lra-remat.c (struct cand): Likewise.
10136 * recog.c (struct change_t): Likewise.
10137 * rtl.h (struct address_info): Likewise.
10138 * symbol-summary.h (function_summary): Likewise.
10139 * tree-loop-distribution.c (struct partition): Likewise.
10140 * tree-object-size.c (struct object_size_info): Likewise.
10141 * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
10142 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
10143 * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
10144 * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
10145 * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
10146 * tree-vectorizer.h (struct _loop_vec_info): Likewise.
10147 (struct _stmt_vec_info): Likewise.
10149 2017-03-14 Martin Liska <mliska@suse.cz>
10152 * multiple_target.c (create_dispatcher_calls): Check that
10153 a target can create a function dispatcher.
10155 2017-03-14 Martin Liska <mliska@suse.cz>
10158 * multiple_target.c (expand_target_clones): Drop local.local
10159 flag for default implementation.
10161 2017-03-14 Richard Biener <rguenther@suse.de>
10163 PR tree-optimization/80030
10164 * tree-vect-stmts.c (vectorizable_store): Plug memleak.
10166 2017-03-13 Kito Cheng <kito.cheng@gmail.com>
10168 * config/riscv/riscv.c (riscv_emit_float_compare>: Use
10169 gcc_fallthrough() instead of __attribute__((fallthrough));
10171 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
10173 * doc/gcc.texi: Remove "up" link to (DIR).
10174 * doc/gccint.texi: Ditto.
10176 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
10178 * doc/install.texi (Specific) <avr>: Remove reference to
10181 2017-03-13 Jeff Law <law@redhat.com>
10183 * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
10184 attribute rather than comments.
10186 * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
10187 match_scratch operand is highest.
10189 2017-03-13 Martin Liska <mliska@suse.cz>
10191 PR middle-end/78339
10192 * ipa-pure-const.c (warn_function_noreturn): If the declarations
10193 is a CHKP clone, use original declaration.
10195 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
10197 * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
10198 (arc_conditional_register_usage): Use a different allocation order
10199 when optimizing for size.
10200 * common/config/arc/arc-common.c (arc_option_optimization_table):
10201 Section anchors default on when optimizing for size.
10203 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
10205 * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
10207 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
10209 * config/arc/arc.c (arc_output_addsi): Emit code density adds.
10210 * config/arc/arc.md (cpu_facility): Add cd variant.
10211 (*movqi_insn): Add code density variant.
10212 (*movhi_insn): Likewise.
10213 (*movqi_insn): Likewise.
10214 (*addsi3_mixed): Likewise.
10215 (subsi3_insn): Likewise.
10217 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
10219 * config/arc/arc.md (movsi_cond_exec): Update constraint.
10221 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
10223 * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
10224 expressions with MINUS and UNARY ops.
10226 2017-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10229 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
10231 (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
10232 between vec_select and vector argument.
10233 (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
10234 (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
10235 (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
10236 (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
10237 (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
10238 (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
10240 2017-03-13 Richard Biener <rguenther@suse.de>
10243 * params.def (vect-max-peeling-for-alignment): Fix typo.
10245 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
10247 * doc/install.texi (Specific) <mips-*-*>: Remove description of
10248 issue that only occurred with binutils below 2.18.
10250 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
10252 * doc/install.texi (Specific) <cris-axis-elf>: No longer
10253 refer to binutils 2.11/2.12 minimum.
10255 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
10257 * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
10258 ftp.kernel.org and simplify binutils requirement.
10260 2017-03-11 Gerald Pfeifer <gerald@pfeifer.com>
10262 * doc/invoke.texi (Warning Options): Fix spelling of link-time
10264 (Optimize Options): Ditto. Also remove redundancy.
10266 2017-03-10 David Malcolm <dmalcolm@redhat.com>
10268 PR translation/79848
10269 * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
10271 * ipa-pure-const.c (suggest_attribute): Likewise. Convert _
10272 to G_ to avoid double translation.
10274 2017-03-10 David Malcolm <dmalcolm@redhat.com>
10276 PR translation/79923
10277 * auto-profile.c (get_combined_location): Convert leading
10278 character of diagnostics to lower case and remove trailing period.
10279 (read_profile): Likewise for various diagnostics.
10280 * config/arm/arm.c (arm_option_override): Remove trailing period
10281 from various diagnostics.
10282 * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
10283 (msp430_expand_delay_cycles): Likewise.
10285 2017-03-10 David Malcolm <dmalcolm@redhat.com>
10288 * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
10289 full command-line argument, rather than just "str".
10290 (aarch64_validate_march): Likewise.
10291 (aarch64_validate_mtune): Likewise.
10293 2017-03-10 Bernd Schmidt <bschmidt@redhat.com>
10295 PR rtl-optimization/78911
10296 * lra-assigns.c (must_not_spill_p): New function.
10297 (spill_for): Use it.
10299 2017-03-10 Jakub Jelinek <jakub@redhat.com>
10301 PR tree-optimization/79981
10302 * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
10303 ATOMIC_COMPARE_EXCHANGE ifn result.
10304 (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
10305 IFN_ATOMIC_COMPARE_EXCHANGE.
10307 2017-03-10 David Malcolm <dmalcolm@redhat.com>
10310 * opts.c (parse_sanitizer_options): Add missing question mark to
10311 "did you mean" message.
10313 2017-03-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10315 * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
10317 (VMULEUH_UNS): Likewise.
10318 (VMULOUB_UNS): Likewise.
10319 (VMULOUH_UNS): Likewise.
10320 * config/rs6000/rs6000.c (builtin_function_type): Remove
10321 references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
10323 2017-03-10 David Malcolm <dmalcolm@redhat.com>
10326 * read-rtl-function.c (function_reader::read_rtx_operand): Update
10327 x with result of extra_parsing_for_operand_code_0.
10328 (function_reader::extra_parsing_for_operand_code_0): Convert
10329 return type from void to rtx, returning x. When reading
10330 SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
10331 larger size containing struct block_symbol.
10333 2017-03-10 Segher Boessenkool <segher@kernel.crashing.org>
10335 * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
10336 -mfloat128-hardware without -m64.
10338 2017-03-10 Will Schmidt <will_schmidt@vnet.ibm.com>
10341 * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
10342 entries to the case statement that marks unsigned arguments to
10343 overloaded functions.
10345 2017-03-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
10347 * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
10348 two typographic errors in the handling of TARGET_UPPER_REGS_DI.
10350 2017-03-10 Pat Haugen <pthaugen@us.ibm.com>
10353 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
10354 TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
10356 2017-03-10 Martin Liska <mliska@suse.cz>
10360 * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
10361 * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
10364 2017-03-10 Olivier Hainque <hainque@adacore.com>
10366 * tree-switch-conversion (array_value_type): Start by resetting
10367 candidate type to it's main variant.
10369 2017-03-10 Jakub Jelinek <jakub@redhat.com>
10371 PR rtl-optimization/79909
10372 * combine.c (try_combine): Use simplify_replace_rtx on individual
10373 CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
10374 of the whole CALL_INSN_FUNCTION_USAGE.
10376 PR tree-optimization/79972
10377 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
10378 get_range_info on SSA_NAMEs. Formatting fixes.
10380 2017-03-10 Richard Biener <rguenther@suse.de>
10381 Jakub Jelinek <jakub@redhat.com>
10383 PR tree-optimization/77975
10384 * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
10385 edge to be constant.
10386 (get_val_for): For constant x return it. Formatting fix.
10387 (loop_niter_by_eval): Avoid pointless looping if the next iteration
10388 would use the same bases as the current one.
10390 2017-03-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10392 * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
10393 instead of vec_select for V1TImode.
10394 * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
10396 (VSX_LE_128): Add V1TI to this mode iterator.
10397 (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
10398 (*vsx_le_perm_store_<mode>): Likewise.
10399 (pre-reload splitter for VSX stores): Likewise.
10400 (post-reload splitter for VSX stores): Likewise.
10401 (*vsx_xxpermdi2_le_<mode>): Likewise.
10402 (*vsx_lxvd2x2_le_<mode>): Likewise.
10403 (*vsx_stxvd2x2_le_<mode>): Likewise.
10405 2017-03-09 Michael Eager <eager@eagercon.com>
10407 Correct failures with --enable-checking=yes,rtl.
10409 * config/microblaze/microblaze.c (microblaze_expand_shift):
10410 Replace GET_CODE test with CONST_INT_P and INTVAL test with
10411 test for const0_rtx.
10412 * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
10413 lshrsi3_byone): Replace INTVAL with test for const1_rtx.
10415 2017-03-09 Richard Biener <rguenther@suse.de>
10417 PR tree-optimization/79977
10418 * graphite-scop-detection.c (scop_detection::merge_sese):
10419 Handle the case of extra exits to blocks dominating the entry.
10421 2017-03-09 Toma Tabacu <toma.tabacu@imgtec.com>
10423 * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
10426 2017-03-09 Vladimir Makarov <vmakarov@redhat.com>
10428 PR rtl-optimization/79949
10429 * lra-constraints.c (process_alt_operands): Check memory when
10430 trying to predict a cycle. Print about the overall increase.
10432 2017-03-09 Richard Biener <rguenther@suse.de>
10434 PR middle-end/79971
10435 * gimple-expr.c (useless_type_conversion_p): Preserve
10436 TYPE_SATURATING for fixed-point types.
10438 2017-03-09 Richard Biener <rguenther@suse.de>
10441 * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
10442 alignment of BLKmode params.
10444 2017-03-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10447 * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
10448 (VALL_NO_V2Q): Likewise.
10450 * config/aarch64/aarch64-simd.md
10451 (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
10453 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
10454 VALL_NO_V2Q mode iterator.
10455 (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
10457 2017-03-09 Martin Liska <mliska@suse.cz>
10459 PR tree-optimization/79631
10460 * tree-chkp-opt.c (chkp_is_constant_addr): Call
10461 tree_int_cst_sign_bit just for INTEGER constants.
10463 2017-03-09 Martin Liska <mliska@suse.cz>
10467 * toplev.c (process_options): Disable -fcheck-pointer-bounds with
10470 2017-03-09 Marek Polacek <polacek@redhat.com>
10473 * tree.c (inchash::add_expr): Handle TREE_VEC.
10475 2017-03-09 Martin Liska <mliska@suse.cz>
10478 (chkp_narrow_size_and_offset): New function.
10479 (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
10480 (void chkp_parse_bit_field_ref): New function.
10481 (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
10482 (chkp_process_stmt): Use chkp_parse_bit_field_ref.
10484 2017-03-09 Martin Liska <mliska@suse.cz>
10487 * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
10488 (chkp_find_bounds_1): Remove gcc_unreachable.
10490 2017-03-09 Jakub Jelinek <jakub@redhat.com>
10493 * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
10494 BUILT_IN_SYNC*, determine the access type from the size suffix and
10495 always build a MEM_REF with that type. Handle forgotten
10496 BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
10499 * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
10500 _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
10501 _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
10502 _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
10503 _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
10504 _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
10505 _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
10506 _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
10507 _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
10508 _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
10509 _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
10510 _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
10511 _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
10512 _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
10513 _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
10514 _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
10515 _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
10516 _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
10517 _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
10518 _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
10519 _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
10520 _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
10521 _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
10522 _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
10523 _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
10524 _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
10525 _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
10526 _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
10527 _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
10528 _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
10529 definitions outside of __OPTIMIZE__ guarded section.
10532 * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
10533 _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
10534 _mm512_packus_epi32, _mm512_maskz_packus_epi32,
10535 _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
10538 2017-03-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10540 * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
10541 ("vfenez<mode>"): Add missing constraints.
10543 2017-03-08 Martin Sebor <msebor@redhat.com>
10546 * config/nds32/nds32.c (nds32_option_override):
10547 Fix misspelled diagnostic.
10549 2017-03-08 Jakub Jelinek <jakub@redhat.com>
10552 * gimplify.c (gimplify_omp_for): Replace index var in outer
10553 taskloop statement with an artificial variable and add
10554 OMP_CLAUSE_PRIVATE clause for it.
10556 2017-03-08 Richard Biener <rguenther@suse.de>
10558 PR tree-optimization/79955
10559 * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
10560 for accesses that are completely outside of the variable.
10562 2017-03-08 Andrew Haley <aph@redhat.com>
10564 PR tree-optimization/79943
10565 * tree-ssa-loop-split.c (compute_new_first_bound): When
10566 calculating the new upper bound, (END-BEG) should be added, not
10569 2017-03-08 Jakub Jelinek <jakub@redhat.com>
10571 * config/avr/avr.md (setmemhi): Make sure match_dup
10572 operand number comes before match_scratch.
10574 2017-03-08 Richard Biener <rguenther@suse.de>
10576 PR tree-optimization/79920
10577 * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
10578 with ncopies == 1 to ...
10579 (vect_transform_slp_perm_load): ... here. Properly compute
10580 all element loads by iterating VF times over the group. Do
10581 not handle ncopies (computed in a broken way) in
10582 vect_create_mask_and_perm.
10584 2017-03-08 Jakub Jelinek <jakub@redhat.com>
10587 * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
10588 is a uniform vector, use uniform_vector_p return value instead of
10589 building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
10591 2017-03-07 Marek Polacek <polacek@redhat.com>
10593 PR middle-end/79809
10594 * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
10595 (alloca_call_type): Likewise.
10597 2017-03-07 Martin Liska <mliska@suse.cz>
10599 * gcov.c (process_args): Put comment to correct location.
10601 2017-03-07 Martin Liska <mliska@suse.cz>
10603 PR middle-end/68270
10604 * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
10605 Use array_at_struct_end_p instead of DECL_CHAIN (field).
10606 (chkp_narrow_bounds_for_field): Likewise.
10607 (chkp_parse_array_and_component_ref): Pass one more argument to
10610 2017-03-07 Richard Biener <rguenther@suse.de>
10612 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
10615 2017-03-07 Segher Boessenkool <segher@kernel.crashing.org>
10617 * config/i386/i386.c (ix86_local_alignment): Align most aggregates
10618 of 16 bytes and more to 16 bytes, not those of 16 bits and more.
10620 2017-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10623 * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
10624 to end of description.
10625 (PARAM_MAX_STORES_TO_MERGE): Likewise.
10627 2017-03-07 Jakub Jelinek <jakub@redhat.com>
10629 PR rtl-optimization/79901
10630 * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
10632 (*avx512f_<code><mode>3<mask_name>): ... this.
10633 (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
10634 iterator instead of VI8_AVX2_AVX512BW.
10636 PR rtl-optimization/79901
10637 * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
10638 min/max expander, expand it using expand_vec_cond_expr.
10641 * ubsan.c (ubsan_encode_value): Call mark_addressable on the
10644 2017-03-06 Jakub Jelinek <jakub@redhat.com>
10647 * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
10648 to void * for PCH reasons.
10649 * dwarf2out.c (output_loc_operands, output_die): Cast
10650 v.val_vec.array to unsigned char *.
10652 2017-03-06 John David Anglin <danglin@gcc.gnu.org>
10655 * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
10658 2017-03-06 Vladimir Makarov <vmakarov@redhat.com>
10660 PR rtl-optimization/79571
10661 * lra-constraints.c (process_alt_operands): Calculate static
10662 reject and subtract it from overall when only addresses will be
10665 2017-03-06 Julia Koval <julia.koval@intel.com>
10668 * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
10669 incoming stack boundary to 128 for 64-bit targets.
10671 2017-03-06 Richard Biener <rguenther@suse.de>
10673 PR tree-optimization/79894
10674 * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
10675 to NULL after folding it.
10677 2017-03-06 Richard Biener <rguenther@suse.de>
10679 PR tree-optimization/79824
10680 * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
10681 check disabling peeling for gaps.
10683 2017-03-06 Toma Tabacu <toma.tabacu@imgtec.com>
10685 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
10686 attributes): Document gettimeofday.
10688 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
10690 * config/s390/s390.c (s390_option_override_internal): Set
10691 PARAM_MIN_VECT_LOOP_BOUND
10693 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
10695 * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
10696 * config/s390/s390.md: Likewise.
10698 2017-03-06 Jakub Jelinek <jakub@redhat.com>
10701 * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
10702 (<avx2_avx512>_perm<mode>): Rename to ...
10703 (avx2_perm<mode>): ... this. Use VI8F_256 iterator instead
10705 (<avx512>_perm<mode>_mask): Rename to ...
10706 (avx512vl_perm<mode>_mask): ... this. Use VI8F_256 iterator instead
10708 (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
10709 (avx2_perm<mode>_1<mask_name): ... this. Use VI8F_256 iterator
10710 instead of VI8F_256_512.
10711 (avx512f_perm<mode>): New define_expand.
10712 (avx512f_perm<mode>_mask): Likewise.
10713 (avx512f_perm<mode>_1<mask_name>): New define_insn.
10714 (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
10716 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
10718 * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
10719 msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
10721 (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
10723 2017-03-06 Martin Liska <mliska@suse.cz>
10726 * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
10727 when having a SSA NAME w/o VAR_DECL assigned to it.
10729 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
10731 * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
10732 msa_dpsub_<su>_d): Fix MODE for vec_select.
10734 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
10736 * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
10738 * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
10740 2017-03-06 Richard Biener <rguenther@suse.de>
10742 * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
10743 * plugin.c (register_plugin_info): Likewise.
10744 * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
10746 2017-03-05 Jakub Jelinek <jakub@redhat.com>
10748 * config/i386/sse.md (sse_storehps, sse_storelps,
10749 avx_<castmode><avxsizesuffix>_<castmode>,
10750 avx512f_<castmode><avxsizesuffix>_<castmode>,
10751 avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
10752 in condition that at least one operand is not a MEM.
10754 2017-03-03 Jakub Jelinek <jakub@redhat.com>
10756 PR middle-end/79805
10757 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
10758 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
10760 * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
10761 gimple_call_nothrow_p flag based on whether original builtin can throw.
10762 If it can, emit following stmts on the fallthrough edge.
10763 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
10764 don't create new bb if inserting just debug stmts on the edge, try to
10765 insert them on the fallthru bb or just reset debug stmts.
10767 2017-03-03 Segher Boesssenkool <segher@kernel.crashing.org>
10770 * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
10771 restore recog_data (including the operand rtxes inside it) around
10772 the call to get_insn_template.
10774 2017-03-03 Martin Sebor <msebor@redhat.com>
10776 PR tree-optimization/79699
10777 * context.c (context::~context): Free MPFR caches to avoid
10778 a memory leak on program exit.
10780 2017-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10782 * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
10783 Use wide_int::ulow () instead of .elt (0).
10785 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
10787 * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
10788 (*pushxf): Limit oF constraint to 32bit targets and add oC
10789 constraint for 64bit targets.
10790 (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
10791 (*pushdf): Change rmF constraint to rmC.
10793 2017-03-03 Martin Liska <mliska@suse.cz>
10795 * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
10796 Remove unused variable.
10798 2017-03-03 Jakub Jelinek <jakub@redhat.com>
10801 * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
10802 is a memory operand, increase num_memory.
10803 (ix86_expand_args_builtin): Likewise.
10805 2017-03-03 Jan Hubicka <jh@suse.cz>
10808 * ipa-devirt.c (maybe_record_node): Properly handle
10809 __cxa_pure_virtual visibility.
10811 2017-03-03 Martin Liska <mliska@suse.cz>
10813 PR tree-optimization/79803
10814 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
10816 (pass_loop_prefetch::execute): Disabled optimization if an
10817 assumption about L1 cache size is not met.
10819 2017-03-03 Martin Liska <mliska@suse.cz>
10821 PR rtl-optimization/79574
10822 * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
10823 (hash_scan_set): Likewise.
10824 (dump_hash_table): Likewise.
10825 (hoist_code): Likewise.
10827 2017-03-03 Richard Biener <rguenther@suse.de>
10829 * fixed-value.c (fixed_from_string): Restore use of elt (1)
10830 in place of uhigh ().
10831 (fixed_convert_from_real): Likewise.
10833 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
10836 * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
10838 2017-03-03 Richard Biener <rguenther@suse.de>
10840 PR middle-end/79818
10841 * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
10842 TYPE_OVERFLOW_UNDEFINED check.
10844 2017-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10846 * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
10848 (vector_ae_<mode>_p): Likewise.
10849 (vector_nez_<mode>_p): Likewise.
10850 (vector_ne_v2di_p): Likewise.
10851 (vector_ae_v2di_p): Likewise.
10852 (vector_ne_<mode>_p): Likewise.
10853 * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
10855 (vsx_tsqrt<mode>2_fe): Likewise.
10857 2017-03-02 Uros Bizjak <ubizjak@gmail.com>
10860 * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
10862 2017-03-02 Jakub Jelinek <jakub@redhat.com>
10864 PR rtl-optimization/79780
10865 * cprop.c (one_cprop_pass): When second and further conditional trap
10866 in a single basic block is turned into an unconditional trap, turn it
10867 into a deleted note to avoid RTL verification failures.
10869 2017-03-02 Richard Biener <rguenther@suse.de>
10871 * fold-const.c (const_binop): Use ulow () instead of elt (0).
10873 2017-03-02 Richard Biener <rguenther@suse.de>
10875 PR tree-optimization/79345
10877 * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
10878 param and abort the walk, returning -1 if it is hit.
10879 (walk_aliased_vdefs): Take a limit param and pass it on.
10880 * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
10881 defaulting to 0 and return a signed int.
10882 * tree-ssa-uninit.c (struct check_defs_data): New struct.
10883 (check_defs): New helper.
10884 (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
10885 about uninitialized memory.
10886 * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
10887 bogus uninitialized warning.
10888 (fixed_convert_from_real): Likewise.
10890 2017-03-02 Bin Cheng <bin.cheng@arm.com>
10892 PR tree-optimization/66768
10893 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
10894 iv_use if base object can't be determined.
10896 2017-03-02 Jakub Jelinek <jakub@redhat.com>
10898 PR tree-optimization/79345
10899 * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
10900 * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
10901 (get_pattern_stats): Initialize it.
10902 * genemit.c (gen_expand): Verify match_scratch numbers come after
10903 match_operand/match_dup numbers.
10904 * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
10905 match_scratch numbers.
10906 * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
10908 * config/s390/s390.md (trunctdsd2): Likewise.
10910 2017-03-02 Richard Biener <rguenther@suse.de>
10912 * wide-int.h (wide_int_storage::operator=): Implement in terms
10915 2017-03-02 Richard Biener <rguenther@suse.de>
10917 PR tree-optimization/79777
10918 * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
10919 the to insert expression to sth existing.
10921 2017-03-01 Martin Sebor <msebor@redhat.com>
10923 PR middle-end/79692
10924 * gimple-ssa-sprintf.c
10925 (directive::known_width_and_precision): New function.
10926 (format_integer): Use it.
10927 (get_mpfr_format_length): Consider the full range of precision
10928 when computing %g output with the # flag. Set the likely byte
10929 count to 3 rather than 1 when precision is indeterminate.
10930 (format_floating): Correct the lower bound of precision.
10932 2017-03-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10934 * doc/invoke.texi: Document default code model for 64-bit Linux.
10936 2017-03-01 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
10939 * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
10940 udiv rather than div since input pattern is unsigned.
10942 2017-03-01 Uros Bizjak <ubizjak@gmail.com>
10944 * config/i386/i386.c (print_reg): Warn for values of
10945 unsupported size in integer register.
10947 2017-03-01 Michael Meissner <meissner@linux.vnet.ibm.com>
10950 * config/rs6000/predicates.md (current_file_function_operand): Do
10951 not allow self calls to be local if the function is replaceable.
10953 2017-03-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
10956 * config/rs6000/altivec.h (vec_ctz and others): Change the
10957 preprocessor macro that controls conditional compilation from
10958 _ARCH_PWR9 to __POWER9_VECTOR__.
10959 (vec_all_ne): Change parameterization of __altivec_scalar_pred
10960 macro expansion under preprocessor #ifdef __POWER9_VECTOR__
10961 control (instead of _ARCH_PWR9 control) so that template
10962 definition uses power9-specific function.
10963 (vec_any_eq): Likewise.
10964 (vec_all_ne): Change macro definition to use a power9-specific
10965 expansion under #ifdef __POWER9_VECTOR__ control (instead of
10966 _ARCH_PWR9 control).
10967 (vec_any_eq) Likewise.
10968 * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
10969 expansion for CMPNEF to remove support for xvcmpnesp instruction.
10970 (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
10971 support for xvcmpnedp instruction.
10972 (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
10973 macro expansion so that Power9 implementation of vec_all_ne does
10974 not use the AltiVec predicate framework.
10975 (VCMPNEH_P): Likewise.
10976 (VCMPNEW_P): Likewise.
10977 (VCMPNED_P): Likewise.
10978 (VCMPNEFP_P): Likewise.
10979 (VCMPNEDP_P): Likewise.
10980 (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
10981 implementation of vec_any_eq to not use AltiVec predicate
10983 (VCMPAEH_P): Likewise.
10984 (VCMPAEW_P): Likewise.
10985 (VCMPAED_P): Likewise.
10986 (VCMPAEFP_P): Likewise.
10987 (VCMPAEDP_P): Likewise.
10988 (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
10989 BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
10990 not use the AltiVec predicate framework.
10991 (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
10992 of vec_any_eq to not use AltiVec predicate framework.
10993 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
10994 support for predefined __POWER9_VECTOR__ macro to indicate that
10995 Power9 instruction selection is enabled.
10996 (altivec_overloaded_builtins): Remove extraneous
10997 ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
10998 function argument types RS6000_BTI_bool_V16QI and
10999 RS6000_BTI_bool_V16QI. Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
11000 entry for overloaded function argument types RS6000_BTI_bool_V4SI
11001 andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB. Remove
11002 two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
11003 P9V_BUILTIN_CMPNEF to force use of instructions not specific to
11004 Power9 for implementations of vec_cmpne. Change the signature for
11005 all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
11006 (representing vec_all_ne) to remove the previously described first
11007 argument of type RS6000_BTI_INTSI, as this was an artifact of
11008 reliance on the AltiVec predicate framework, which is no longer
11009 used in the implementation of these functions. Add
11010 P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
11011 function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
11012 since, unlike the AltiVec predicate framework implementation, we
11013 do not share function descriptors between vec_alle and vec_anyeq.
11014 (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
11015 set of modes that receive special treatment even when
11016 TARGET_P9_VECTOR is true. The special treatment emits code that
11017 does not depend on Power9 instructions.
11018 * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
11019 define_expand to not rely on AltiVec predicate framework.
11020 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
11022 (vector_ne_v2di_p): Change this define_expand to not rely on
11023 AltiVec predicate framework.
11024 (vector_ae_v2di_p): New define_expand to represent vec_any_eq
11026 (vector_ne_<mode>_p): Change this define_expand to not rely on
11027 AltiVec predicate framework.
11028 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
11030 * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
11031 (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
11032 define_insn pattern.
11033 (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
11034 define_insn pattern because the xvcmpne<VSs>. instruction is not
11036 (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
11037 instruction is not supported.
11039 2017-03-01 Jakub Jelinek <jakub@redhat.com>
11041 * config/nvptx/nvptx.c: Include intl.h.
11043 2017-03-01 Martin Jambor <mjambor@suse.cz>
11046 * ipa-prop.h (ipa_bits): Removed field known.
11047 (ipa_jump_func): Removed field vr_known. Changed fields bits and m_vr
11048 to pointers. Adjusted their comments to warn about their sharing.
11049 (ipcp_transformation_summary): Change bits to a vector of pointers.
11050 (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
11051 (ipa_get_ipa_bits_for_value): Declare.
11052 * tree-vrp.h (value_range): Mark as GTY((for_user)).
11053 * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
11054 (ipa_bits_hash_table): Likewise.
11055 (ipa_vr_ggc_hash_traits): Likewise.
11056 (ipa_vr_hash_table): Likewise.
11057 (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
11058 being pointers and vr_known being removed.
11059 (ipa_set_jf_unknown): Likewise.
11060 (ipa_get_ipa_bits_for_value): New function.
11061 (ipa_set_jfunc_bits): Likewise.
11062 (ipa_get_value_range): New overloaded functions.
11063 (ipa_set_jfunc_vr): Likewise.
11064 (ipa_compute_jump_functions_for_edge): Use the above functions to
11065 construct bits and vr parts of jump functions.
11066 (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
11067 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
11069 (ipcp_grow_transformations_if_necessary): Also allocate
11070 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
11072 (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
11073 them. Fix too long lines.
11074 (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
11075 vr_known being removed.
11076 (ipa_read_jump_function): Use new setter functions to construct bits
11077 and vr parts of jump functions or set them to NULL.
11078 (write_ipcp_transformation_info): Adjust for bits being pointers.
11079 (read_ipcp_transformation_info): Likewise.
11080 (ipcp_update_bits): Likewise. Fix excessively long lines a trailing
11082 Include gt-ipa-prop.h.
11083 * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
11085 (ipcp_store_bits_results): Likewise.
11086 (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
11087 Do not write to existing jump functions but use a temporary instead.
11089 2017-03-01 Jakub Jelinek <jakub@redhat.com>
11092 * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
11093 attempt to use its first operand as BIT_FIELD_REF base.
11095 2017-03-01 Richard Biener <rguenther@suse.de>
11097 PR middle-end/79721
11098 * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
11099 interpolating formula in wrapping arithmetic.
11100 (chrec_apply): Convert chrec_evaluate return value to wanted type.
11102 2017-03-01 Jakub Jelinek <jakub@redhat.com>
11104 PR tree-optimization/79734
11105 * tree-vect-generic.c (expand_vector_condition): Optimize
11106 AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
11107 Handle VEC_COND_EXPR where comparison has different inner width from
11108 type's inner width.
11110 2017-02-28 Sandra Loosemore <sandra@codesourcery.com>
11112 * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
11113 markup, and similar issues. Remove @opindex entries for things
11114 that aren't options. Add missing -mmpy-option entries.
11116 2017-02-28 Jakub Jelinek <jakub@redhat.com>
11118 PR tree-optimization/79737
11119 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
11120 a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
11121 tmpbuf[byte_size - 1]. Call natice_encode_expr with byte_size - 1
11122 instead of byte_size. Formatting fix.
11123 (shift_bytes_in_array_right): Formatting fix.
11125 2017-02-28 Eric Botcazou <ebotcazou@adacore.com>
11128 * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
11129 condition on optimize for the leaf function test.
11131 2017-02-28 Martin Liska <mliska@suse.cz>
11134 * read-rtl-function.c (function_reader::handle_unknown_directive):
11135 Bail out when one uses -flto.
11137 2017-02-28 Martin Liska <mliska@suse.cz>
11139 * common.opt: Replace space with tabular for options of <number>
11141 * config/i386/i386.opt: Show <number> value for
11142 -mlarge-data-threshold.
11143 * opts.c (print_filtered_help): Do not display number in hexadecimal
11146 2017-02-28 Martin Liska <mliska@suse.cz>
11148 * common.opt: Fix --help=option -Q for options which are of
11151 2017-02-28 Uros Bizjak <ubizjak@gmail.com>
11153 * config/i386/i386.c (print_reg): Error out for values
11154 of 8-bit size in invalid integer register.
11156 2017-02-28 Martin Sebor <msebor@redhat.com>
11158 PR tree-optimization/79691
11159 * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
11161 2017-02-28 Jakub Jelinek <jakub@redhat.com>
11164 * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
11165 gcc_unreachable with output_operand_lossage.
11167 2017-02-28 Richard Biener <rguenther@suse.de>
11169 PR tree-optimization/79740
11170 * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
11172 (visit_nary_op): Insert the nary into the hashtable if we
11173 pattern-matched sth.
11174 * tree-ssa-pre.c (eliminate_insert): Robustify.
11176 2017-02-28 Richard Biener <rguenther@suse.de>
11178 PR middle-end/79731
11179 * fold-const.c (decode_field_reference): Reject out-of-bound
11182 2017-02-28 Jakub Jelinek <jakub@redhat.com>
11184 * config/i386/i386.c: Include intl.h.
11185 (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
11186 instead of just cond ? "..." : "...".
11187 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
11188 * coverage.c (read_counts_file): Likewise.
11189 * omp-offload.c: Include intl.h.
11190 (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
11191 of just cond ? "..." : "...".
11192 * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
11193 of just cond ? "..." : "...".
11195 2017-02-28 Richard Earnshaw <rearnsha@arm.com>
11198 * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
11200 * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
11201 'tune for' CPU name.
11202 * config/arm/arm-cpu-data.h: Regenerated.
11204 2017-02-28 Richard Biener <rguenther@suse.de>
11206 PR tree-optimization/79732
11207 * tree-inline.c (expand_call_inline): Do not shadow var.
11209 2017-02-28 Richard Biener <rguenther@suse.de>
11211 PR tree-optimization/79723
11212 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
11213 address-space properly.
11215 2017-02-28 Thomas Schwinge <thomas@codesourcery.com>
11217 * doc/optinfo.texi (Optimization groups): Fix option used for
11219 * doc/invoke.texi (-fopt-info): Document "omp".
11220 * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
11221 (OPTGROUP_ALL): Add OPTGROUP_OMP.
11222 * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
11223 * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
11224 * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
11226 * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP. Adjust
11228 * dumpfile.c (optgroup_options): Instead of "openmp", associate
11229 OPTGROUP_OMP with "omp".
11231 2017-02-27 Pat Haugen <pthaugen@us.ibm.com>
11234 * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
11235 for arithmetic shift of unsigned V2DI.
11237 2017-02-27 Claudiu Zissulescu <claziss@synopsys.com>
11239 * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
11240 arc/linux.h headers.
11241 * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
11242 (LINK_SPEC): Likewise.
11243 (ARC_TLS_EXTRA_START_SPEC): Likewise.
11244 (EXTRA_SPECS): Likewise.
11245 (STARTFILE_SPEC): Likewise.
11246 (ENDFILE_SPEC): Likewise.
11247 (LIB_SPEC): Likewise.
11248 (TARGET_SDATA_DEFAULT): Likewise.
11249 (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
11250 (MULTILIB_DEFAULTS): Likewise.
11251 (DWARF2_UNWIND_INFO): Likewise.
11252 * config/arc/big.h: New file.
11253 * config/arc/elf.h: Likewise.
11254 * config/arc/linux.h: Likewise.
11255 * config/arc/t-uClibc: Remove.
11257 2017-02-27 Bin Cheng <bin.cheng@arm.com>
11259 PR tree-optimization/77536
11260 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
11261 (tree_transform_and_unroll_loop): Use above function to compute the
11262 estimated niter of unrolled loop and use it when scaling profile.
11263 Also use count info rather than frequency if it's non-zero.
11264 * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
11265 * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
11266 (vect_transform_loop): Call above function.
11268 2017-02-27 Richard Biener <rguenther@suse.de>
11270 PR tree-optimization/45397
11271 * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
11272 * tree-ssa-sccvn.c (valueized_wider_op): New helper.
11273 (visit_nary_op): Add pattern matching for CSEing sign-changed
11274 or truncated operations with wider ones.
11276 2017-02-27 Richard Biener <rguenther@suse.de>
11278 PR tree-optimization/79690
11279 * tree-vect-stmts.c (vectorizable_store): Use vector type
11280 built from the DR with address-space.
11282 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
11284 * doc/invoke.texi (Optimize Options): Refine the description
11285 of asan-use-after-return.
11287 2017-02-25 Alan Modra <amodra@gmail.com>
11289 PR rtl-optimization/79584
11290 * lra-constraints.c (base_to_reg): Reload ad->base, the entire
11291 base, not ad->base_term, the reg within base. Remove assertion
11292 that ad->base == ad->base_term. Replace gen_int_mode using
11293 bogus mode with const0_rtx.
11295 2017-02-25 Jakub Jelinek <jakub@redhat.com>
11297 PR middle-end/79396
11298 * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
11299 FMA_EXPR like tcc_binary or tcc_unary.
11301 * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
11304 * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
11306 (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
11307 (output_loc_operands): Handle DW_OP_call_ref and
11308 DW_OP_GNU_variable_value.
11309 (struct variable_value_struct): New type.
11310 (struct variable_value_hasher): Likewise.
11311 (variable_value_hash): New variable.
11312 (string_types): Remove.
11313 (copy_loc_descr): New function.
11314 (add_loc_descr_to_each): Clarify comment. Use copy_loc_descr.
11315 (prepend_loc_descr_to_each): New function.
11316 (add_loc_list): Fix comment typo. Use prepend_loc_descr_to_each
11317 instead of add_loc_descr_to_each if the first argument is single
11318 location list and the second has multiple.
11319 (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
11320 (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
11321 when looking for variable value which doesn't have other location info.
11322 (loc_list_from_tree): Formatting fix.
11323 (gen_array_type_die): Simplify DW_AT_string_length handling.
11324 (adjust_string_types): Remove.
11325 (gen_subprogram_die): Don't call adjust_string_types nor test/set
11326 string_types. Call resolve_variable_values.
11327 (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
11328 (resolve_addr_in_expr): Likewise. Add A argument.
11329 (copy_deref_exprloc): Remove deref argument. Adjust for the
11330 original expression being DW_OP_GNU_variable_value with optionally
11331 DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
11332 optionally after it.
11333 (optimize_string_length): Rework for DW_OP_GNU_variable_value.
11334 (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
11335 callers. Set remove_AT_byte_size if removing DW_AT_string_length.
11336 (variable_value_hasher::hash, variable_value_hasher::equal): New
11338 (resolve_variable_value_in_expr, resolve_variable_value,
11339 resolve_variable_values, note_variable_value_in_expr,
11340 note_variable_value): New functions.
11341 (dwarf2out_early_finish): Call note_variable_value on all toplevel
11344 2017-02-24 Jakub Jelinek <jakub@redhat.com>
11347 * opts.h (handle_generated_option): Add GENERATED_P argument.
11348 * opts-common.c (handle_option): Adjust function comment.
11349 (handle_generated_option): Add GENERATED_P argument, pass it to
11351 (control_warning_option): Pass false to handle_generated_option
11353 * opts.c (maybe_default_option): Pass true to handle_generated_option
11355 * optc-gen.awk: Likewise.
11357 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
11359 * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
11360 a REG, look at the REG it is a SUBREG of.
11361 (splitter for cmpeqsi_t): Ditto.
11363 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
11365 * config/pa/pa.c (pa_combine_instructions): Do not share RTL. Make
11366 the special USEs with the pattern of the insn, not the insn itself.
11368 2017-02-24 Matthew Fortune <matthew.fortune@imgtec.com>
11371 * doc/invoke.texi: Document -mload-store-pairs.
11373 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
11374 Sandra Loosemore <sandra@codesourcery.com>
11376 * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
11377 argument isn't a CONST_INT.
11378 (nios2_alternate_compare_const): Assert op is a CONST_INT.
11379 (nios2_valid_compare_const_p): Assert op is a CONST_INT.
11380 (nios2_validate_compare): Bypass alternate compare logic if *op2
11381 is not a CONST_INT.
11382 (ldstwm_operation_p): Return false if first_base is not a REG or
11383 if first_offset is not a CONST_INT.
11385 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
11387 * config/cris/cris.md: Use correct operand in a define_peephole2.
11389 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
11391 * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
11393 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
11395 * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
11396 this_insn if it is an INSN or JUMP_INSN.
11397 (force_offsettable): Look at base, not at addr.
11398 * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
11399 on things that aren't necessarily CONST_INTs.
11401 2017-02-24 Uros Bizjak <ubizjak@gmail.com>
11403 * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
11404 -mfpmath=sse is the default also for x86-32 targets with SSE2
11405 instruction set when @option{-ffast-math} is enabled
11407 2017-02-24 Jeff Law <law@redhat.com>
11409 PR rtl-optimizatoin/79286
11410 * ira.c (update_equiv_regs): Drop may_trap_p exception to
11413 2017-02-24 Richard Biener <rguenther@suse.de>
11415 PR tree-optimization/79389
11416 * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
11419 2017-02-24 Aldy Hernandez <aldyh@redhat.com>
11421 * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
11422 function comment to reflect reality.
11423 (loop_exits_before_overflow): Fix typo in function description.
11425 2017-02-24 Richard Biener <rguenther@suse.de>
11427 PR tree-optimization/79389
11428 * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
11429 properly that a threading opportunity exists. Detect conditional
11430 copy/constant propagation opportunities.
11432 2017-02-23 Eric Botcazou <ebotcazou@adacore.com>
11434 * config/visium/visium.md (type): Add trap.
11435 (b): New mode attribute.
11436 (*btst): Rename into...
11437 (*btst<mode>): ...this and adjust.
11438 (*cbranchsi4_btst_insn): Rename into...
11439 (*cbranch<mode>4_btst_insn): ...this and adjust.
11440 (trap): New define_insn.
11442 2017-02-23 Jakub Jelinek <jakub@redhat.com>
11444 PR tree-optimization/79389
11445 * ifcvt.c (struct noce_if_info): Add rev_cond field.
11446 (noce_reversed_cond_code): New function.
11447 (noce_emit_store_flag): Use rev_cond if non-NULL instead of
11448 reversed_comparison_code. Formatting fix.
11449 (noce_try_store_flag): Test rev_cond != NULL in addition to
11450 reversed_comparison_code.
11451 (noce_try_store_flag_constants): Likewise.
11452 (noce_try_store_flag_mask): Likewise.
11453 (noce_try_addcc): Use rev_cond if non-NULL instead of
11454 reversed_comparison_code.
11455 (noce_try_cmove_arith): Likewise. Formatting fixes.
11456 (noce_try_minmax, noce_try_abs): Clear rev_cond.
11457 (noce_find_if_block): Initialize rev_cond.
11458 (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
11459 instead of false as last argument never attempt to reverse it
11462 2017-02-23 Bin Cheng <bin.cheng@arm.com>
11464 PR tree-optimization/79663
11465 * tree-predcom.c (combine_chains): Process refs in reverse order
11466 only for ZERO length chains, and add explaining comment.
11468 2017-02-23 Jeff Law <law@redhat.com>
11470 PR tree-optimization/79578
11471 * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
11472 in call to operand_equal_p.
11474 2017-01-23 Dominique d'Humieres <dominiq@lps.ens.fr>
11477 * config/i386/cpuid.h: Fix another undefined behavior.
11479 2017-02-23 Richard Biener <rguenther@suse.de>
11481 PR tree-optimization/79683
11482 * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
11483 vector types for data-refs.
11485 2017-02-23 Martin Liska <mliska@suse.cz>
11487 * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
11489 2017-02-23 Jakub Jelinek <jakub@redhat.com>
11491 PR middle-end/79665
11492 * internal-fn.c (get_range_pos_neg): Moved to ...
11493 * tree.c (get_range_pos_neg): ... here. No longer static.
11494 * tree.h (get_range_pos_neg): New prototype.
11495 * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
11496 are known to be in between 0 and signed maximum inclusive, try to
11497 expand both unsigned and signed divmod and use the cheaper one from
11500 2017-02-22 Jeff Law <law@redhat.com>
11502 PR tree-optimization/79578
11503 * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
11504 to compare base operands.
11506 2017-02-22 Segher Boessenkool <segher@kernel.crashing.org>
11509 * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
11510 gpc_reg_operand instead of fpr_reg_operand.
11512 2017-02-22 Sameera Deshpande <sameera.deshpande@imgtec.com>
11514 * config/mips/mips.c (mips_return_in_memory): Force FP
11515 vector types to be returned in memory for o32 ABI.
11517 2017-02-22 Jakub Jelinek <jakub@redhat.com>
11519 * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
11520 instead of DW_TAG_member for static data member declarations and don't
11521 set no_linkage_name for static inline data members.
11522 (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
11525 2017-02-22 Martin Liska <mliska@suse.cz>
11527 * doc/invoke.texi: Replace inequality signs with square brackets
11530 2017-02-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11532 PR tree-optimization/68644
11533 * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
11535 2017-02-22 Matthew Fortune <matthew.fortune@imgtec.com>
11538 * lra-constraints.c (simplify_operand_subreg): Handle
11539 WORD_REGISTER_OPERATIONS targets.
11541 2017-02-22 Jakub Jelinek <jakub@redhat.com>
11544 * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
11545 and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
11546 elimination by swapping fld*.
11548 2017-02-22 Richard Biener <rguenther@suse.de>
11550 PR tree-optimization/79673
11551 * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
11552 convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
11553 irrelevant address-space qualifiers and avoiding a
11554 ADDR_SPACE_CONVERT_EXPR from fold_convert.
11556 2017-02-22 Richard Biener <rguenther@suse.de>
11558 PR tree-optimization/79666
11559 * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
11560 to not symbolically negate if that may introduce undefined
11563 2017-02-22 Martin Liska <mliska@suse.cz>
11566 * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
11567 * data-streamer-out.c (streamer_write_gcov_count_stream):
11569 * value-prof.c (stream_out_histogram_value): Make assert more
11570 precise based on type of counter.
11572 2017-02-21 Uros Bizjak <ubizjak@gmail.com>
11575 * config/i386/i386.md (standard_x87sse_constant_load splitter):
11576 Use nonimmediate_operand instead of memory_operand for operand 1.
11577 (float-extend standard_x87sse_constant_load splitter): Ditto.
11579 2017-02-21 Jeff Law <law@redhat.com>
11581 PR tree-optimization/79621
11582 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
11583 blocks with edges to themselves.
11585 2017-02-21 Jakub Jelinek <jakub@redhat.com>
11588 * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
11589 is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
11590 Use gimple_call_builtin_p.
11593 * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
11594 on temporarily removed DEBUG_INSNs.
11596 PR tree-optimization/79649
11597 * tree-loop-distribution.c (classify_partition): Give up on
11598 non-generic address space loads/stores.
11600 2017-02-21 Aldy Hernandez <aldyh@redhat.com>
11602 * doc/loop.texi (Loop manipulation): Remove nonexistent
11603 tree_ssa_loop_version from the documentation.
11604 * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
11606 2017-02-21 Jakub Jelinek <jakub@redhat.com>
11609 * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
11610 make_reg_eh_region_note_nothrow_nononlocal on call_insn.
11611 * config/rs6000/rs6000.c: Include except.h.
11612 (rs6000_expand_split_stack_prologue): Call
11613 make_reg_eh_region_note_nothrow_nononlocal on the call insn.
11615 2017-02-21 Martin Jambor <mjambor@suse.cz>
11618 * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
11619 have been analyzed.
11621 2017-02-21 Martin Jambor <mjambor@suse.cz>
11623 * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
11624 for backward compatibility only.
11625 * doc/invoke.texi (Option Summary): Remove all references to
11626 -fipa-cp-alignment.
11628 2017-02-21 Matthew Fortune <matthew.fortune@imgtec.com>
11632 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
11634 * lra-constraints.c (curr_insn_transform): Handle
11635 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
11637 2017-02-21 Martin Liska <mliska@suse.cz>
11639 * config/i386/i386.opt: Replace -masm-dialect with -masm.
11641 2017-02-21 Thomas Schwinge <thomas@codesourcery.com>
11643 PR translation/79638
11644 * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
11646 2017-02-21 Eric Botcazou <ebotcazou@adacore.com>
11649 * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
11650 (arm_function_ok_for_sibcall): Return false for an indirect call by
11651 descriptor if all the argument registers are used.
11652 (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
11653 alignment of the function.
11655 2017-02-21 Jakub Jelinek <jakub@redhat.com>
11657 PR tree-optimization/61441
11658 * simplify-rtx.c (simplify_const_unary_operation): For
11659 -fsignaling-nans and sNaN operand, return NULL_RTX rather than
11660 the sNaN unmodified.
11662 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
11664 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
11665 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
11666 instead of SYSTEM_HEADER_DIR.
11668 2017-02-20 Gerald Pfeifer <gerald@pfeifer.com>
11669 Martin Liška <mliska@suse.cz>
11671 * doc/invoke.texi (use-after-scope-direct-emission-threshold):
11672 Fix typos and grammar, use active voice, and clarify.
11674 2017-02-20 Marek Polacek <polacek@redhat.com>
11676 PR middle-end/79537
11677 * gimplify.c (gimplify_expr): Handle unused *&&L;.
11680 * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
11682 2017-02-20 Jakub Jelinek <jakub@redhat.com>
11685 * config/i386/i386.c (ix86_expand_builtin): Handle
11686 OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
11687 ix86_builtins_isa[fcode].isa as a requirement of those
11688 flags and any other flag in the bitmask.
11689 (ix86_init_mmx_sse_builtins): Use 0 instead of
11690 ~OPTION_MASK_ISA_64BIT as mask.
11691 * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
11692 __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
11693 __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
11694 __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
11696 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
11699 * lra-constraints.c (split_reg): Check requested split mode
11700 is supported by the register.
11702 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
11704 * lra-constraints.c (simplify_operand_subreg): Remove early
11707 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
11710 * lra-constraints.c (curr_insn_transform): Tighten condition
11711 for converting SUBREG reloads from OP_OUT to OP_INOUT.
11713 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
11716 * lra-constraints.c (curr_insn_transform): Handle
11717 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
11719 2017-02-19 Uros Bizjak <ubizjak@gmail.com>
11722 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
11724 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
11726 2017-02-19 Jonathan Wakely <jwakely@redhat.com>
11729 * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
11732 2017-02-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
11734 * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
11737 2017-02-18 Jakub Jelinek <jakub@redhat.com>
11739 * final.c (last_columnnum, override_columnnum): New variables.
11740 (final_start_function): Set last_columnnum, pass it to begin_prologue
11741 hook and pass 0 to dwarf2out_begin_prologue.
11742 (final_scan_insn): Update override_columnnum. Pass last_columnnum
11743 to source_line debug hook.
11744 (notice_source_line): Compute last_columnnum and for debug_column_info
11745 return true on column changes.
11746 * debug.h (struct gcc_debug_hooks): Add column argument to
11747 source_line and begin_prologue hooks.
11748 (debug_nothing_int_charstar_int_bool): Remove prototype.
11749 (debug_nothing_int_int_charstar,
11750 debug_nothing_int_int_charstar_int_bool): New prototypes.
11751 (dwarf2out_begin_prologue): Add column argument.
11752 * debug.c (do_nothing_debug_hooks): Adjust source_line and
11753 begin_prologue hooks.
11754 (debug_nothing_int_charstar_int_bool): Remove.
11755 (debug_nothing_int_int_charstar,
11756 debug_nothing_int_int_charstar_int_bool): New functions.
11757 * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
11758 through to dwarf2out_source_line.
11759 (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
11760 (dwarf2out_source_line): Add column argument, emit it if requested.
11761 * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
11763 * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
11764 * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
11765 * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
11766 through to dwarf2out_begin_prologue.
11767 (vmsdbgout_source_line): Add column argument, pass it through to
11768 dwarf2out_source_line.
11769 * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
11770 dbxout_source_line caller.
11771 (dbxout_source_line): Add column argument.
11773 * common.opt (gno-column-info, gcolumn-info): New options.
11774 * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
11775 (check_die): Also test for multiple DW_AT_decl_column attributes.
11776 (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
11777 DW_AT_decl_column if requested.
11778 (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
11780 (gen_variable_die): Likewise.
11781 (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
11782 * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
11785 * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
11786 * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
11787 (ix86_handle_option): Handle OPT_m3dnowa.
11788 * doc/invoke.texi (-m3dnowa): Document.
11789 * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
11790 -m3dnowa instead of -m3dnow -march=athlon.
11793 * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
11794 instead of gcc_assert for K, r and R code checks. Formatting fixes.
11796 2017-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11799 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
11800 support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
11801 * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
11802 generator for vsx_xxpermdi_<mode>_be.
11803 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
11804 force big-endian semantics.
11805 (vsx_xxpermdi_<mode>_be): New define_expand with same
11806 implementation as previous version of vsx_xxpermdi_<mode>.
11808 2017-02-17 Jakub Jelinek <jakub@redhat.com>
11810 PR tree-optimization/79327
11811 * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
11812 variable, its initialization and use.
11814 2017-02-17 Julia Koval <julia.koval@intel.com>
11816 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
11817 (OPTION_MASK_ISA_PKU_UNSET): New.
11818 (ix86_handle_option): Handle -mrdpid.
11819 * config/i386/cpuid.h (bit_RDPID): New.
11820 * config/i386/driver-i386.c (host_detect_local_cpu):
11821 Detect RDPID feature.
11822 * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
11823 * config/i386/i386-c.c (ix86_target_macros_internal):
11825 * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
11826 (ix86_valid_target_attribute_inner_p): Add "rdpid".
11827 (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
11828 * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
11829 * config/i386/i386.md (define_insn "rdpid"): New.
11830 * config/i386/i386.opt Add -mrdpid.
11831 * config/i386/immintrin.h (_rdpid_u32): New.
11833 2017-02-17 Vladimir Makarov <vmakarov@redhat.com>
11835 PR rtl-optimization/79541
11836 * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
11837 instead of transforming it into USE.
11839 2017-02-17 Segher Boessenkool <segher@kernel.crashing.org>
11841 * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
11842 If HONOR_SNANS (SFmode) force the input to a register.
11843 (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
11844 (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
11845 an frsp or similar insn.
11847 2017-02-17 Martin Liska <mliska@suse.cz>
11849 PR rtl-optimization/79577
11850 * params.def (selsched-max-sched-times): Increase minimum to 1.
11852 2017-02-17 Martin Liska <mliska@suse.cz>
11854 PR rtl-optimization/79574
11855 * gcse.c (want_to_gcse_p): Prevent integer overflow.
11857 2017-02-17 Martin Liska <mliska@suse.cz>
11859 PR tree-optimization/79529
11860 * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
11861 ssa_defined_default_def_p to handle cases which are implicitly
11863 * tree-ssa.c (ssa_defined_default_def_p): New function.
11864 (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
11865 which are implicitly defined.
11866 * tree-ssa.h (ssa_defined_default_def_p): Declare.
11868 2017-02-17 Richard Biener <rguenther@suse.de>
11870 PR middle-end/79576
11871 * params.def (max-ssa-name-query-depth): Limit to 10.
11873 2017-02-17 Richard Biener <rguenther@suse.de>
11875 PR tree-optimization/79552
11876 * tree-ssa-structalias.c (visit_loadstore): Properly verify
11879 2017-02-17 Richard Biener <rguenther@suse.de>
11882 * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
11884 2017-02-17 Marek Polacek <polacek@redhat.com>
11886 PR middle-end/79536
11887 * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
11888 (fold_negate_expr): New wrapper.
11890 2017-02-16 Sandra Loosemore <sandra@codesourcery.com>
11892 * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]:
11893 Correct terminology and de-emphasize pre-standard behavior.
11895 2017-02-16 Alan Modra <amodra@gmail.com>
11897 PR rtl-optimization/79286
11898 * ira.c (def_dominates_uses): New function.
11899 (update_equiv_regs): Don't create an equivalence for insns that
11900 may trap where the register def does not dominate the use.
11902 2017-02-16 Vladimir Makarov <vmakarov@redhat.com>
11904 PR rtl-optimization/78127
11905 * lra.c (lra): Call lra_eliminate before finish the loop after
11908 2017-02-16 Richard Biener <rguenther@suse.de>
11910 * graphite.h: Do not include isl/isl_val_gmp.h, instead include
11912 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
11913 (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
11914 * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
11915 (isl_val_int_from_wi): New function.
11916 (extract_affine_gmp): Rename to ...
11917 (extract_affine_wi): ... this, take a widest_int.
11918 (extract_affine_int): Just wrap extract_affine_wi.
11919 (add_param_constraints): Use isl_val_int_from_wi.
11920 (add_loop_constraints): Likewise, and extract_affine_wi.
11922 2017-02-15 Jeff Law <law@redhat.com>
11924 PR middle-end/79521
11925 * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
11926 ira_init_register_move_cost_if_necessary.
11928 2017-02-15 Martin Sebor <msebor@redhat.com>
11930 PR middle-end/32003
11931 * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
11932 removed in a prior commit.
11934 2017-02-15 Bin Cheng <bin.cheng@arm.com>
11936 PR tree-optimization/79347
11937 * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
11938 counters during peeling.
11940 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
11942 * Makefile.in (site.exp): Remove "set ISLVER".
11944 2017-02-15 Jakub Jelinek <jakub@redhat.com>
11947 * real.c (real_from_integer): Call real_convert even for decimal.
11949 2017-02-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
11952 * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
11954 2017-02-14 Andrew Pinski <apinski@cavium.com>
11956 * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
11957 cores and change the partno/implementer to be correct.
11958 (thunderx2t99p1): New core which replaces thunderx2t99 and still has
11959 the 'B" as the implementer.
11960 * config/aarch64/aarch64-tune.md: Regenerate.
11962 2017-02-14 Carl Love <cel@us.ibm.com>
11964 * config/rs6000/rs6000.c: Add case statement entry to make the
11965 xvcvuxdsp built-in argument unsigned.
11966 * config/rs6000/vsx.md: Fix the source and return operand types so they
11967 match the instruction definitions from the ISA document. Fix typo
11968 in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
11971 2017-02-14 Vladimir Makarov <vmakarov@redhat.com>
11974 * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
11975 member early_clobber_alts.
11976 * lra-lives.c (reg_early_clobber_p): New.
11977 (process_bb_lives): Use it.
11978 * lra.c (new_insn_reg): New arg early_clobber_alts. Use it.
11979 (debug_operand_data): Initialize early_clobber_alts.
11980 (setup_operand_alternative): Set up early_clobber_alts.
11981 (collect_non_operand_hard_regs): Ditto. Pass early clobber
11982 alternatives to new_insn_reg.
11983 (add_regs_to_insn_regno_info): Add arg early_clobber_alts. Use
11985 (lra_update_insn_regno_info): Pass the new arg.
11987 2017-02-14 Jakub Jelinek <jakub@redhat.com>
11989 PR middle-end/79505
11990 * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
11991 (new_oacc_loop_raw): Don't clear already cleared fields.
11994 * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
11995 _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
11996 _mm512_prefetch_i64gather_ps): New inline functions and macros.
11998 2017-02-14 Uros Bizjak <ubizjak@gmail.com>
12001 * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
12003 2017-02-14 H.J. Lu <hongjiu.lu@intel.com>
12006 * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
12007 the extra instruction to the right place to store 128-bit constant
12010 2017-02-14 Martin Sebor <msebor@redhat.com>
12012 PR middle-end/79448
12013 * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
12014 warning for strings of unknown length.
12016 2017-02-13 Segher Boessenkool <segher@kernel.crashing.org>
12018 * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
12020 2017-02-14 Jeff Law <law@redhat.com>
12023 * ira-costs.c (scan_one_insn): Initialize register move costs
12024 for pseudos seen in USE/CLOBBER insns.
12026 PR tree-optimization/79095
12027 * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
12028 if the numerator has the range ~[0,0] make the resultant range ~[0,0].
12029 (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
12030 if the operands are known to be not equal, then the resulting range
12032 (intersect_ranges): If the new range is ~[0,0] and the old range is
12033 wide, then prefer ~[0,0].
12034 * tree-vrp.c (overflow_comparison_p_1): New function.
12035 (overflow_comparison_p): New function.
12036 * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
12037 if NAME is used in an overflow test.
12038 (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
12039 overflow check that can be expressed as an equality test, then adjust
12040 ops to be that equality test.
12042 2017-02-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12044 * config/s390/s390-builtin-types.def: Remove flags argument.
12045 * config/s390/s390.c (s390_init_builtins): Likewise.
12047 2017-02-14 Martin Liska <mliska@suse.cz>
12049 * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
12050 vector. Fix trailing white spaces.
12052 2017-02-14 James Greenhalgh <james.greenhalgh@arm.com>
12054 * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
12057 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12059 PR rtl-optimization/68664
12060 * config/arm/arm.c (arm_sched_can_speculate_insn):
12061 New function. Declare prototype.
12062 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
12064 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12066 PR rtl-optimization/68664
12067 * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
12069 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
12071 2017-02-14 Amit Pawar <amit.pawar@amd.com>
12073 * config/i386/i386.c (znver1_cost): Fix the alignment for function and
12074 max skip bytes for function, loop and jump.
12076 2017-02-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
12078 * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
12079 ABS_EXPR for gimple dump.
12081 2017-02-14 Jakub Jelinek <jakub@redhat.com>
12084 * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
12086 PR tree-optimization/79408
12087 * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
12088 case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
12089 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
12090 also if rhs1 is INTEGER_CST.
12092 2017-02-14 Richard Biener <rguenther@suse.de>
12094 PR middle-end/79432
12095 * tree-into-ssa.c (insert_phi_nodes): When the function can
12096 have abnormal edges rewrite SSA names with broken use-def
12097 dominance out of SSA and register them for PHI insertion.
12099 2017-02-13 Martin Sebor <msebor@redhat.com>
12101 PR middle-end/79496
12102 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
12103 clearing info.nowrite flag when snprintf size argument is a range.
12105 2017-02-13 Jakub Jelinek <jakub@redhat.com>
12107 * cprop.c (cprop_jump): Add missing space in string literal.
12108 * tree-ssa-structalias.c (rewrite_constraints): Likewise.
12109 (get_constraint_for_component_ref): Likewise.
12110 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
12111 * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
12112 * lra-constraints.c (process_alt_operands): Likewise.
12113 * ipa-inline.c (inline_small_functions): Likewise.
12114 * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
12115 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
12116 * trans-mem.c (diagnose_tm_1_op): Likewise.
12117 * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
12118 (grid_parallel_clauses_gridifiable): Likewise.
12120 * config/nvptx/mkoffload.c (process): Add space in between
12123 * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
12124 "MOD4_SSE_REGS" and "ALL_REGS".
12126 * spellcheck.c (test_data): Add , in between "foo" and "food".
12128 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
12131 * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
12132 boundary crossing check and subsequent code generation agree.
12134 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12136 * config/aarch64/aarch64.c (has_memory_op): Delete.
12137 (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
12140 2017-02-13 Jakub Jelinek <jakub@redhat.com>
12142 PR rtl-optimization/79388
12143 PR rtl-optimization/79450
12144 * combine.c (distribute_notes): When removing TEM_INSN for which
12145 corresponding dest has last value recorded, invalidate that last
12148 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12150 * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
12151 of explicit '@'. Add missing assembly comment marker on branch costs
12154 2017-02-13 Nathan Sidwell <nathan@acm.org>
12156 * gengtype-lex.l (<in_struct>): Add '/'.
12158 2017-02-13 Martin Liska <mliska@suse.cz>
12161 * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
12163 2017-02-13 Richard Biener <rguenther@suse.de>
12165 * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
12167 * configure: Re-generate.
12168 * config.in: Likewise.
12169 * graphite-dependences.c: Simplify as if
12170 HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
12171 * graphite-isl-ast-to-gimple.c: Likewise.
12172 * graphite-optimize-isl.c: Likewise.
12173 * graphite-poly.c: Likewise.
12174 * graphite-sese-to-poly.c: Likewise.
12175 * graphite.h: Likewise.
12176 * toplev.c: Include isl/version.h and use isl_version () for
12177 printing the ISL version.
12178 * doc/install.texi: Update ISL requirement.
12180 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
12182 * doc/standards.texi (Standards): Update reference to
12185 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
12187 * doc/extend.texi (Named Address Spaces): sourceware.org now
12189 * doc/install.texi (Binaries): Ditto.
12192 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
12194 * doc/cpp.texi: Replace "stringify"/"stringification" with C
12195 standard terminology "stringize"/"stringizing" throughout.
12196 * doc/cppinternals.texi: Likewise.
12198 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
12200 * doc/extend.texi: Fix some spelling mistakes and typos.
12201 * doc/invoke.texi: Likewise.
12203 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
12206 * params.def (inline-min-speedup) Change from 10 to 8.
12208 2017-02-11 Jakub Jelinek <jakub@redhat.com>
12210 * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
12213 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
12216 * ipa-inline-analysis.c (get_minimal_bb): New function.
12217 (record_modified): Use it.
12218 (remap_edge_change_prob): Handle also ancestor functions.
12220 2017-02-11 Gerald Pfeifer <gerald@pfeifer.com>
12222 * doc/contrib.texi (Contributors): Remove broken link into
12223 the Mauve CVS repository.
12225 2017-02-11 Jakub Jelinek <jakub@redhat.com>
12227 PR middle-end/79454
12228 * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
12229 result computation whenever lhs doesn't have vector mode, not
12230 just when it has BLKmode.
12232 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
12234 * doc/makefile.texi (profiledbootstrap): Refer to the
12235 installation instructions only in textual form.
12237 2017-02-10 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
12240 * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
12242 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
12244 * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
12245 (Specific): Update mingw-w64 reference.
12247 (Specific): Remove broken link to Renesas RX processor.
12249 2017-02-10 Richard Biener <rguenther@suse.de>
12251 * toplev.c (process_options): Do not mention obsolete graphite
12252 options when printing sorry message about missing graphite support.
12253 Mention -floop-nest-optimize.
12255 2017-02-10 Christophe Lyon <christophe.lyon@linaro.org>
12257 * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
12258 (vtst_p16): Likewise.
12259 (vtstq_p8): Likewise.
12260 (vtstq_p16): Likewise.
12262 (vtstq_p64): Likewise.
12263 * config/arm/arm_neon.h (vgetq_lane_p64): New.
12264 (vset_lane_p64): New.
12265 (vsetq_lane_p64): New.
12267 2017-02-10 Jakub Jelinek <jakub@redhat.com>
12269 PR tree-optimization/79411
12270 * tree-ssa-reassoc.c (is_reassociable_op): Return false if
12271 stmt operands are SSA_NAMEs used in abnormal phis.
12272 (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
12275 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
12278 * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
12281 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
12283 * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
12285 2017-02-09 Jakub Jelinek <jakub@redhat.com>
12287 * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
12291 * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
12292 not arbitrary TREE_CONSTANT.
12295 * gimplify.c (gimplify_adjust_omp_clauses): Ignore
12296 "omp declare target link" attribute unless is_global_var.
12297 * omp-offload.c (find_link_var_op): Likewise.
12299 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
12300 Chung-Lin Tang <cltang@codesourcery.com>
12302 * gimplify.c (gimplify_scan_omp_clauses): No special handling for
12304 (gimplify_adjust_omp_clauses): Don't delete TILE.
12305 (gimplify_omp_for): Deal with TILE.
12306 * internal-fn.c (expand_GOACC_TILE): New function.
12307 * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
12309 * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
12310 (expand_oacc_collapse_init): Add LOC paramter. Initialize tile
12312 (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
12313 avoid DIV for outermost collapse var.
12314 (expand_oacc_for): Insert tile element loop as needed. Adjust.
12315 Remove out of date comments, fix whitespace.
12316 * omp-general.c (omp_extract_for_data): Deal with tiling.
12317 * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
12318 adjust OLF_DIM_BASE value.
12319 (struct omp_for_data): Add tiling field.
12320 * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
12321 (lower_oacc_head_mark): Add OLF_TILE as appropriate. Ensure 2 levels
12322 for auto loops. Remove default auto determining, moved to
12323 oacc_loop_fixed_partitions.
12324 * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
12325 stmts, add e_mask field.
12326 (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
12327 (oacc_thread_numbers): Use oacc_dim_call.
12328 (oacc_xform_tile): New.
12329 (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
12330 (finish_oacc_loop): Adjust for ifns vector.
12331 (oacc_loop_discover_walk): Append loop abstraction sites to list,
12332 add case for GOACC_TILE fns.
12333 (oacc_loop_xform_loop): Delete.
12334 (oacc_loop_process): Iterate over call list directly, and add
12335 handling for GOACC_TILE fns.
12336 (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
12338 (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
12339 vector partitioning to outer loops. Assign 2 partitions to loops
12340 when available. Add TILE handling.
12341 (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
12342 (execite_oacc_device_lower): Process GOACC_TILE fns,
12343 ignore unknown specs.
12344 * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
12345 * tree.c (omp_clause_num_ops): Adjust TILE ops.
12346 * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
12348 2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
12350 * configure.ac (ACX_BUGURL): Update.
12351 * configure: Regenerate.
12353 2017-02-09 Richard Biener <rguenther@suse.de>
12355 PR tree-optimization/69823
12356 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
12357 Properly enumerate all BBs in the region. Use auto_vec/auto_bitmap.
12359 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
12361 * config/arc/arc-c.def: Add __NPS400__ definition.
12362 * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
12363 (TARGET_NPS400): Define.
12365 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
12367 * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
12369 (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
12370 pointer, arch_info.
12371 (arc_cpu_types): Fill the arch_info field with a pointer into the
12372 arc_arch_types table.
12373 (arc_selected_cpu): Declare.
12374 * config/arc/arc.c (arc_selected_cpu): Make global.
12375 (arc_selected_arch): Delete.
12376 (arc_base_cpu): Delete.
12377 (arc_override_options): Remove references to deleted variables,
12378 update access to arch information.
12379 (ARC_OPT): Update access to arch information.
12380 (ARC_OPTX): Likewise.
12381 * config/arc/arc.h (arc_base_cpu): Remove declaration.
12382 (TARGET_ARC600): Update access to arch information.
12383 (TARGET_ARC601): Likewise.
12384 (TARGET_ARC700): Likewise.
12385 (TARGET_EM): Likewise.
12386 (TARGET_HS): Likewise.
12387 * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
12390 2017-02-08 Pat Haugen <pthaugen@us.ibm.com>
12393 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
12394 condition/operands for integer GE/LE/GEU/LEU operations.
12396 2017-02-08 Segher Boessenkool <segher@kernel.crashing.org>
12398 PR translation/79397
12399 * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
12402 2017-02-08 Martin Jambor <mjambor@suse.cz>
12405 * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
12406 whether allocation happened.
12407 (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
12408 nothing was allocated.
12410 2017-02-08 Jakub Jelinek <jakub@redhat.com>
12412 PR tree-optimization/79408
12413 * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
12414 constant, but SSA_NAME with a known integer range, use the minimum
12415 of that range instead of op1 to determine if modulo can be replaced
12416 with its first operand.
12418 2016-02-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12420 * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
12422 2017-02-08 Richard Biener <rguenther@suse.de>
12424 PR tree-optimization/71824
12425 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
12426 Check all loops contained in the merged region.
12428 2017-02-07 Andrew Pinski <apinski@cavium.com>
12430 * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
12432 2017-02-07 Andrew Pinski <apinski@cavium.com>
12434 * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
12435 (thunderxt88): Likewise.
12436 (thunderxt81): Disable LSE and change v8.1 to v8.
12437 (thunderxt83): Likewise.
12439 2017-02-07 Jakub Jelinek <jakub@redhat.com>
12440 Richard Biener <rguenther@suse.de>
12442 PR middle-end/79399
12443 * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
12444 type from int to size_t.
12445 * ira-costs.c (struct_costs_size): Change type from int to size_t.
12447 2017-02-07 Jakub Jelinek <jakub@redhat.com>
12449 PR rtl-optimization/79386
12450 * cprop.c (bypass_conditional_jumps): Initialize
12451 bypass_last_basic_block already before splitting bbs after
12452 unconditional traps...
12453 (bypass_conditional_jumps): ... rather than here.
12456 * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
12457 (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
12458 *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
12459 fix -masm=intel patterns.
12461 2017-02-07 Richard Biener <rguenther@suse.de>
12463 PR tree-optimization/79256
12464 PR middle-end/79278
12465 * builtins.c (get_object_alignment_2): Use min_align_of_type
12466 to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
12467 and ADJUST_FIELD_ALIGN.
12469 * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
12471 * doc/tm.texi: Regenerate.
12472 * stor-layout.c (layout_decl): Adjust.
12473 (update_alignment_for_field): Likewise.
12474 (place_field): Likewise.
12475 (min_align_of_type): Likewise.
12476 * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
12477 * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
12478 * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
12479 * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
12480 * config/frv/frv.c (frv_adjust_field_align): Likewise.
12481 * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
12482 * config/i386/i386.c (x86_field_alignment): Likewise.
12483 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
12484 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
12485 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
12486 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
12487 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
12488 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
12492 2017-01-30 Richard Biener <rguenther@suse.de>
12494 PR tree-optimization/79256
12495 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
12496 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
12499 2017-02-07 Toma Tabacu <toma.tabacu@imgtec.com>
12501 * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
12502 argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
12503 builtins to SImode and emit a zero-extend, if necessary.
12505 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
12507 * docs/invoke.texi (RISC-V Options): Alphabetize.
12509 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
12511 * doc/invoke.texi (RISC-V Options): Use two spaces to separate
12514 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
12516 * config/riscv/riscv.c: New file.
12517 * gcc/common/config/riscv/riscv-common.c: Likewise.
12518 * config.gcc: Likewise.
12519 * config/riscv/constraints.md: Likewise.
12520 * config/riscv/elf.h: Likewise.
12521 * config/riscv/generic.md: Likewise.
12522 * config/riscv/linux.h: Likewise.
12523 * config/riscv/multilib-generator: Likewise.
12524 * config/riscv/peephole.md: Likewise.
12525 * config/riscv/pic.md: Likewise.
12526 * config/riscv/predicates.md: Likewise.
12527 * config/riscv/riscv-builtins.c: Likewise.
12528 * config/riscv/riscv-c.c: Likewise.
12529 * config/riscv/riscv-ftypes.def: Likewise.
12530 * config/riscv/riscv-modes.def: Likewise.
12531 * config/riscv/riscv-opts.h: Likewise.
12532 * config/riscv/riscv-protos.h: Likewise.
12533 * config/riscv/riscv.h: Likewise.
12534 * config/riscv/riscv.md: Likewise.
12535 * config/riscv/riscv.opt: Likewise.
12536 * config/riscv/sync.md: Likewise.
12537 * config/riscv/t-elf-multilib: Likewise.
12538 * config/riscv/t-linux: Likewise.
12539 * config/riscv/t-linux-multilib: Likewise.
12540 * config/riscv/t-riscv: Likewise.
12541 * configure.ac: Likewise.
12542 * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
12543 Waterman as RISC-V maintainers.
12544 * doc/install.texi: Add RISC-V entries.
12545 * doc/invoke.texi: Add RISC-V options section.
12546 * doc/md.texi: Add RISC-V constraints section.
12547 * configure: Regenerated.
12549 2017-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
12552 * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
12553 false values to be constant vectors with all 0 or all 1 bits set.
12554 (vcondu<mode><mode>): Likewise.
12555 * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
12557 (fpmask_comparison_operator): Update comment.
12558 (vecint_comparison_operator): New predicate.
12559 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
12560 vector conditionals when the true and false values are constant
12561 vectors with all 0 bits or all 1 bits set.
12563 2017-02-06 Martin Sebor <msebor@redhat.com>
12565 PR tree-optimization/79376
12566 * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
12568 2017-02-06 Uros Bizjak <ubizjak@gmail.com>
12570 * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
12571 explicit subreg RTX with operand 1. Use VECTOR_MODE_P predicate
12572 to simplify split condition.
12574 2017-02-06 Jakub Jelinek <jakub@redhat.com>
12576 * omp-expand.c (oxpand_omp_atomic_fetch_op,
12577 expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
12580 2017-02-06 Segher Boessenkool <segher@kernel.crashing.org>
12582 PR rtl-optimization/68664
12583 * target.def (can_speculate_insn): New hook.
12584 * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
12585 * doc/tm.texi: Regenerate.
12586 * sched-rgn.c (can_schedule_ready_p): Use the new hook.
12587 * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
12588 (rs6000_sched_can_speculate_insn): New function.
12590 2017-02-06 Jakub Jelinek <jakub@redhat.com>
12592 PR tree-optimization/79284
12593 * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
12594 * tree-vect-stmts.c (vect_get_vec_def_for_operand,
12595 vectorizable_mask_load_store, vectorizable_operation,
12596 vect_is_simple_cond, get_same_sized_vectype): Use it instead
12597 of comparing TREE_CODE of a type against BOOLEAN_TYPE.
12598 * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
12599 vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
12600 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
12601 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
12602 Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
12603 is_gimple_assign (stmt). Replace another such test with
12604 is_gimple_assign (stmt).
12606 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
12609 * config/avr/avr.c (rtl-iter.h): Include it.
12610 (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
12611 (avr_legitimate_combined_insn): ...and implementation.
12613 2017-02-06 Dominik Vogt <vogt@linux.vnet.ibm.com>
12615 * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
12616 * config/s390/s390.c (s390_const_operand_ok)
12617 (s390_canonicalize_comparison, s390_extract_part)
12618 (s390_single_part, s390_contiguous_bitmask_nowrap_p)
12619 (s390_contiguous_bitmask_p, s390_rtx_costs)
12620 (legitimize_pic_address): Likewise.
12621 * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
12622 * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
12623 ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
12624 ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
12625 * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
12627 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
12629 * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
12630 REGNO($0) == REGNO($1).
12632 2017-02-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12634 * config/s390/linux.h(SIZE_TYPE): Add comment.
12636 2017-02-06 Julian Brown <julian@codesourcery.com>
12637 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
12638 Virendra Pathak <virendra.pathak@broadcom.com>
12640 * config/aarch64/aarch64-cores.def: Change the scheduler
12642 * config/aarch64/aarch64.md: Include thunderx2t99.md.
12643 * config/aarch64/thunderx2t99.md: New file.
12645 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
12647 * doc/standards.texi (Go Language): Update link to language
12650 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
12652 * tree-eh.c (lower_resx): Sanitize profile.
12653 (cleanup_empty_eh_move_lp): Likewise.
12655 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
12658 * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
12660 * cfgloopmanip.h (loop_version): Update prototype.
12661 * modulo-sched.c (sms_schedule): Update call of loop_version.
12662 * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
12663 * tree-parloops.c (gen_parallel_loop): Likewise.
12664 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
12665 * tree-ssa-loop-split.c (split_loop): Likewise.
12666 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
12667 * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
12669 2017-02-05 Martin Liska <mliska@suse.cz>
12672 * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
12674 (print_operand_address): Initialize a struct to zero.
12676 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
12678 * doc/contrib.texi (Contributors): Refer to Hans Boehm's
12679 garbage collector only in textual form.
12681 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
12683 * doc/extend.texi (x86 specific memory model extensions for
12684 transactional memory): Simplify a phrase.
12686 2017-02-05 Eric Botcazou <ebotcazou@adacore.com>
12689 * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
12690 'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
12691 (atomic_storedi_1): Likewise.
12693 2017-02-04 Jakub Jelinek <jakub@redhat.com>
12695 PR tree-optimization/79338
12696 * tree-parloops.c (gather_scalar_reductions): Don't call
12697 vect_analyze_loop_form for loop->inner before destroying loop's
12700 2017-02-03 Martin Sebor <msebor@redhat.com>
12702 PR tree-optimization/79327
12703 * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
12704 when precision has resulted in leading zeros.
12705 (format_integer): Adjust the likely counter to assume an unknown
12706 argument that may be zero is non-zero.
12708 2017-02-03 Jason Merrill <jason@redhat.com>
12711 * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
12712 avoid copying non-taken branch.
12714 2017-02-03 Jakub Jelinek <jakub@redhat.com>
12716 PR tree-optimization/79340
12717 * tree-vect-loop.c (vectorizable_reduction): Release
12718 vec_defs elements after safe_splicing them into other vectors.
12721 PR tree-optimization/79327
12722 * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
12723 true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
12725 (format_integer): Use wide_int_to_tree instead of build_int_cst
12726 + to_?hwi. If argmin is NULL, just set argmin and argmax to
12727 TYPE_{MIN,MAX}_VALUE of argtype. Simplify and fix computation
12728 of shortest and longest sequence.
12730 2017-02-03 Uros Bizjak <ubizjak@gmail.com>
12732 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
12733 Use pextrd for TARGET_SSE4_1 when creating scalar copy.
12735 2017-02-03 Walter Lee <walt@tilera.com>
12738 * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
12739 after initial stackframe link reg save.
12740 * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
12742 2017-02-03 Jakub Jelinek <jakub@redhat.com>
12745 * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
12746 wu for stxssp alternative.
12748 2017-02-03 Martin Sebor <msebor@redhat.com>
12750 PR tree-optimization/79352
12751 * gimple-fold.c (get_range_strlen): Add argument.
12752 (get_range_strlen): Change return type to bool.
12753 (get_maxval_strlen): Pass in a dummy argument.
12754 * gimple-fold.h (get_range_strlen): Change return type to bool.
12755 * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
12756 * tree.h (array_at_struct_end_p): Add argument.
12757 * tree.c (array_at_struct_end_p): Handle it.
12759 2017-02-03 Martin Liska <mliska@suse.cz>
12762 * multiple_target.c (create_dispatcher_calls): Redirect edge
12763 from a caller of a dispatcher.
12764 (expand_target_clones): Make the clones local.
12765 (ipa_target_clone): Do both target clones and resolvers.
12766 (ipa_dispatcher_calls): Remove the pass.
12767 (pass_dispatcher_calls::gate): Likewise.
12768 (make_pass_dispatcher_calls): Likewise.
12769 * passes.def (pass_target_clone): Put as very first IPA early
12772 2017-02-03 Martin Liska <mliska@suse.cz>
12774 * symtab.c (symtab_node::binds_to_current_def_p): Bail out
12775 in case of a function with ifunc attribute.
12777 2017-02-03 Martin Liska <mliska@suse.cz>
12779 * cgraph.c (cgraph_node::dump): Dump function version info.
12780 * symtab.c (symtab_node::dump_base): Add missing new line.
12782 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
12784 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
12785 (ifcombine_ifandif): Use it.
12787 2017-02-03 Martin Liska <mliska@suse.cz>
12789 * doc/invoke.texi: Document default value for
12790 use-after-scope-direct-emission-threshold.
12792 2017-02-03 Martin Liska <mliska@suse.cz>
12794 PR tree-optimization/79339
12795 * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
12796 (format_floating): Likewise.
12798 2017-02-03 Martin Liska <mliska@suse.cz>
12801 * ipa-prop.c (ipa_node_params_t::insert): Remove current
12803 (ipa_node_params_t::remove): Likewise.
12804 * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
12805 initialization from removed ipa_node_params_t::insert.
12806 (ipa_node_params::~ipa_node_params): Move from removed
12807 ipa_node_params_t::release.
12808 * symbol-summary.h (symbol_summary::m_released): New member.
12809 Do not release a summary twice. Do not allow to call finalizer
12810 for types of a summary that live in GGC memory.
12812 2017-02-02 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
12814 * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
12817 2017-02-02 Martin Sebor <msebor@redhat.com>
12819 PR middle-end/79275
12820 * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
12821 (format_string): Tighten up the range of output for non-constant
12822 strings and correct the expected range for wide non-constant strings.
12824 2017-02-02 Martin Sebor <msebor@redhat.com>
12826 * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
12828 PR middle-end/32003
12829 * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
12831 (-fdump-tree-@var): Add to index and document how to come up
12832 with pass-specific option and dump file names.
12833 (-fdump-passes): Clarify where to look for output.
12835 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
12837 PR middle-end/77445
12838 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
12839 statistics of the analyzed path; allow threading for speed when
12840 any of BBs along the path are optimized for speed.
12842 2017-02-02 Eric Botcazou <ebotcazou@adacore.com>
12844 PR middle-end/78468
12845 * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
12846 settings of the virtual registers.
12849 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
12851 * explow.c (get_dynamic_stack_size): Take known alignment of stack
12852 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
12855 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12857 * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
12858 ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
12860 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12862 * config/s390/s390.md: Add missing comments with the expanded
12864 * config/s390/vector.md: Likewise.
12865 * config/s390/vx-builtins.md: Likewise.
12867 2017-02-02 Jakub Jelinek <jakub@redhat.com>
12870 * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
12871 (fixuns_trunc<mode>di2): ... this, remove previous expander. Put all
12872 conditions on a single line.
12874 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12876 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
12877 __S390_VX__ to __VX__.
12879 2017-02-01 Andrew Pinski <apinski@cavium.com>
12881 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
12882 stmt_info to record_stmt_cost.
12883 (vect_get_known_peeling_cost): Pass stmt_info if known to
12885 * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
12886 cpu_vector_cost field into
12887 scalar_int_stmt_cost and scalar_fp_stmt_cost. Split vec_stmt_cost
12888 field into vec_int_stmt_cost and vec_fp_stmt_cost.
12889 * config/aarch64/aarch64.c (generic_vector_cost): Update for the
12890 splitting of scalar_stmt_cost and vec_stmt_cost.
12891 (thunderx_vector_cost): Likewise.
12892 (cortexa57_vector_cost): LIkewise.
12893 (exynosm1_vector_cost): Likewise.
12894 (xgene1_vector_cost): Likewise.
12895 (thunderx2t99_vector_cost): Improve after the splitting of the two
12897 (aarch64_builtin_vectorization_cost): Update for the splitting of
12898 scalar_stmt_cost and vec_stmt_cost.
12900 2017-02-01 Torvald Riegel <triegel@redhat.com>
12901 Richard Henderson <rth@redhat.com>
12903 * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
12904 conditional on existance of a fast atomic load.
12905 * optabs-query.c (can_atomic_load_p): New function.
12906 * optabs-query.h (can_atomic_load_p): Declare it.
12907 * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
12908 no fast atomic load is available for the particular size of access.
12909 (expand_atomic_compare_and_swap): Likewise.
12910 (expand_atomic_load): Likewise.
12911 (expand_atomic_store): Likewise.
12912 (expand_atomic_fetch_op): Likewise.
12913 * testsuite/lib/target-supports.exp
12914 (check_effective_target_sync_int_128): Remove x86 because it provides
12915 no fast atomic load.
12916 (check_effective_target_sync_int_128_runtime): Likewise.
12918 2017-02-01 Richard Biener <rguenther@suse.de>
12920 * graphite.c: Include tree-vectorizer.h for find_loop_location.
12921 (graphite_transform_loops): Provide opt-info for optimized nests.
12922 * tree-parloop.c (parallelize_loops): Provide opt-info for
12923 parallelized loops.
12925 2017-02-01 Richard Biener <rguenther@suse.de>
12927 PR middle-end/79315
12928 * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
12929 was not set before.
12931 2017-02-01 Richard Biener <rguenther@suse.de>
12933 PR tree-optimization/71824
12934 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
12935 Verify the loops are valid in the merged SESE region.
12936 (scop_detection::can_represent_loop_1): Check analyzing the
12937 evolution of the number of iterations in the region succeeds.
12939 2017-01-31 Ian Lance Taylor <iant@golang.org>
12941 * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
12942 REG_ARGS_SIZE note to 32-bit push insns and call insn.
12944 2017-01-31 David Malcolm <dmalcolm@redhat.com>
12946 PR preprocessor/79210
12947 * input.c (get_substring_ranges_for_loc): Replace line_width
12948 assertion with error-handling.
12950 2017-01-31 Richard Biener <rguenther@suse.de>
12952 PR tree-optimization/77318
12953 * graphite-sese-to-poly.c (extract_affine): Fix assert.
12954 (create_pw_aff_from_tree): Take loop parameter.
12955 (add_condition_to_pbb): Pass loop of the condition to
12956 create_pw_aff_from_tree.
12958 2017-01-31 Jakub Jelinek <jakub@redhat.com>
12960 * config/s390/s390.c (s390_asan_shadow_offset): New function.
12961 (TARGET_ASAN_SHADOW_OFFSET): Redefine.
12963 2017-01-31 Michael Meissner <meissner@linux.vnet.ibm.com>
12967 * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
12969 (convert_int_to_float128): Likewise.
12970 * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
12971 (convert_int_to_float128): Likewise.
12972 * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
12973 (UNSPEC_IEEE128_CONVERT): Likewise.
12974 (floatsi<mode>2, FLOAT128 iterator): Bypass calling
12975 rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
12976 Use local variables for IBM extended format.
12977 (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
12978 (fix_trunc<mode>si2_fprs): Likewise.
12979 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
12980 (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
12981 (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
12982 to know that we can now have integers of all sizes in vector
12984 (fix<uns>_<mode>di2_hw): Likewise.
12985 (float<uns>_<mode>si2_hw): Likewise.
12986 (fix_<mode>si2_hw): Likewise.
12987 (fixuns_<mode>si2_hw): Likewise.
12988 (float<uns>_<mode>di2_hw): Likewise.
12989 (float_<mode>di2_hw): Likewise.
12990 (float_<mode>si2_hw): Likewise.
12991 (floatuns_<mode>di2_hw): Likewise.
12992 (floatuns_<mode>si2_hw): Likewise.
12993 (xscvqp<su>wz_<mode>): Delete, no longer used.
12994 (xscvqp<su>dz_<mode>): Likewise.
12995 (xscv<su>dqp_<mode>): Likewise.
12996 (ieee128_mfvsrd_64bit): Likewise.
12997 (ieee128_mfvsrd_32bit): Likewise.
12998 (ieee128_mfvsrwz): Likewise.
12999 (ieee128_mtvsrw): Likewise.
13000 (ieee128_mtvsrd_64bit): Likewise.
13001 (ieee128_mtvsrd_32bit): Likewise.
13003 2017-01-31 Martin Liska <mliska@suse.cz>
13006 * ipa-prop.c (ipa_free_all_node_params): Call release method
13007 instead of ~sumbol_summary to not to trigger double times
13010 2017-01-31 Aldy Hernandez <aldyh@redhat.com>
13012 PR tree-optimization/71691
13013 * bitmap.h (class auto_bitmap): New.
13014 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
13015 is_maybe_undefined instead of ssa_undefined_value_p.
13017 2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13019 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
13020 __S390_ARCH_LEVEL__ to __ARCH__.
13022 2017-01-31 Jakub Jelinek <jakub@redhat.com>
13024 PR tree-optimization/79267
13025 * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
13026 if should_remove_lhs_p is true.
13028 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
13031 * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
13032 (add_alignment_attribute): New.
13033 (base_type_die): Add alignment attribute.
13034 (subrange_type_die): Likewise.
13035 (modified_type_die): Likewise.
13036 (gen_array_type_die): Likewise.
13037 (gen_descr_array_type_die: Likewise.
13038 (gen_enumeration_type_die): Likewise.
13039 (gen_subprogram_die): Likewise.
13040 (gen_variable_die): Likewise.
13041 (gen_field_die): Likewise.
13042 (gen_ptr_to_mbr_type_die): Likewise.
13043 (gen_struct_or_union_type_die): Likewise.
13044 (gen_subroutine_type_die): Likewise.
13045 (gen_typedef_die): Likewise.
13046 (base_type_cmp): Compare alignment attribute.
13048 2017-01-30 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
13051 * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
13052 (setb_unsigned) New pattern for setb with CCUNS.
13053 * config/rs6000/rs6000.c (expand_block_compare): Use a different
13054 subfc./subfe sequence to avoid overflow problems. Generate a
13055 shorter sequence with cmpld/setb for power9.
13056 * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
13057 for generating subfc. instruction.
13058 (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
13059 now uses this instruction.
13061 2017-01-30 Ian Lance Taylor <iant@google.com>
13064 * dwarf2out.c (gen_type_die_with_usage): When picking a variant
13065 for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
13067 2017-01-30 Martin Sebor <msebor@redhat.com>
13069 * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
13070 Move constant to the right of a relational operator.
13071 (get_mpfr_format_length, format_character, format_string): Ditto.
13072 (should_warn_p, maybe_warn): Same.
13074 * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
13076 2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com>
13079 * asan.c (get_translation_unit_decl): Remove function.
13080 (asan_add_global): Force has_dynamic_init to zero in LTO mode.
13082 2017-01-30 Martin Liska <mliska@suse.cz>
13084 PR gcov-profile/79259
13085 * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
13086 -fprofile-generate.
13088 2017-01-30 Martin Liska <mliska@suse.cz>
13091 * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
13092 Initialize variables with NULL value.
13094 2017-01-30 Richard Earnshaw <rearnsh@arm.com>
13097 * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
13099 * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
13101 2017-01-30 Richard Biener <rguenther@suse.de>
13103 PR tree-optimization/79276
13104 * tree-vrp.c (process_assert_insertions): Properly adjust common
13105 when removing a duplicate.
13107 * gcc.dg/torture/pr79276.c: New testcase.
13109 2017-01-30 Richard Biener <rguenther@suse.de>
13111 PR tree-optimization/79256
13112 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
13113 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
13115 * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
13117 2017-01-30 Dominik Vogt <vogt@linux.vnet.ibm.com>
13120 * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
13121 ("*r<noxa>sbg_<mode>_sll_bitmask")
13122 ("*extzv_<mode>_srl<clobbercc_or_nocc>")
13123 ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
13124 Use contiguous_bitmask_nowrap_operand.
13126 2017-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13129 * config/rs6000/altivec.h (vec_xl): Revise #define.
13130 (vec_xst): Likewise.
13132 2017-01-27 Uros Bizjak <ubizjak@gmail.com>
13134 * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
13136 2017-01-27 Bernd Schmidt <bschmidt@redhat.com>
13138 PR rtl-optimization/79194
13139 * cprop.c (one_cprop_pass): Move deletion of code after unconditional
13140 traps before call to bypass_conditional_jumps.
13142 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
13144 PR tree-optimization/71374
13145 * lra-constraints.c (check_conflict_input_operands): New.
13146 (match_reload): Use it.
13148 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
13151 * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
13152 account to calculate conflict_set.
13154 2017-01-27 Bin Cheng <bin.cheng@arm.com>
13156 PR rtl-optimization/78559
13157 * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
13158 other_insn in combine.
13160 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
13162 * builtin-types.def: Use unsigned_char_type_node for BT_UINT8. Use
13163 uint16_type_node for BT_UINT16.
13165 2017-01-27 David Malcolm <dmalcolm@redhat.com>
13167 * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
13168 "RTL Tests" to menu.
13169 (GIMPLE Tests): New node.
13170 (RTL Tests): New node.
13172 2017-01-27 Richard Biener <rguenther@suse.de>
13174 PR tree-optimization/79245
13175 * tree-loop-distribution.c (distribute_loop): Apply cost
13176 modeling also to detected patterns.
13178 2017-01-27 Richard Biener <rguenther@suse.de>
13180 PR tree-optimization/71433
13181 * tree-vrp.c (register_new_assert_for): Revert earlier changes.
13182 (compare_assert_loc): New function.
13183 (process_assert_insertions): Sort and optimize assert locations
13184 to remove duplicates and push down identical assertions on
13185 edges to their destination block.
13187 2017-01-27 Richard Biener <rguenther@suse.de>
13189 PR tree-optimization/79244
13190 * tree-vrp.c (remove_range_assertions): Forcefully propagate
13191 out SSA names even if abnormal.
13193 2017-01-27 Jakub Jelinek <jakub@redhat.com>
13195 * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
13196 * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
13197 instead of MPFR_RNDN.
13199 2017-01-27 Richard Earnshaw <rearnsha@arm.com>
13202 * arm.c (arm_option_override): Don't call build_target_option_node
13203 until after doing all option overrides.
13204 (arm_valid_target_attribute_tree): Likewise.
13206 2017-01-27 Martin Liska <mliska@suse.cz>
13208 * doc/invoke.texi (-fprofile-arcs): Document profiling support
13209 for {cd}tors and C++ {cd}tors.
13211 2017-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
13213 * config/s390/s390.md ("*setmem_long_and")
13214 ("*setmem_long_and_31z"): Use zero_extend instead of and.
13216 2017-01-26 Martin Sebor <msebor@redhat.com>
13218 * gimple-ssa-sprintf.c (format_floating): Simplify the computation
13221 2017-01-26 Martin Sebor <msebor@redhat.com>
13223 * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
13224 HAVE_DFmode before using XFmode or DFmode.
13225 (parse_directive): Avoid using the z length modifier to avoid
13226 the ISO C++98 does not support the ‘z’ gnu_printf length modifier.
13228 PR middle-end/78703
13229 * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
13230 to accept adjustment as an array.
13231 (get_int_range): New function.
13232 (struct directive): Make width and prec arrays.
13233 (directive::set_width, directive::set_precision): Call get_int_range.
13234 (format_integer, format_floating): Handle width and precision ranges.
13235 (format_string, parse_directive): Same.
13237 2017-01-26 Jakub Jelinek <jakub@redhat.com>
13240 * dwarf2out.c (generate_skeleton_bottom_up): For children with
13241 comdat_type_p set, just clone them, but keep the children in the
13245 * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
13246 which have direct callers with -fvar-tracking-assignments enabled
13248 (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
13249 inside of type units.
13251 2017-01-26 Martin Sebor <msebor@redhat.com>
13253 PR middle-end/78703
13254 * gimple-ssa-sprintf.c (struct result_range): Add likely and
13256 (struct format_result): Replace number_chars, number_chars_min,
13257 and number_chars_max with a single member of struct result_range.
13259 (format_result::operator+=): Adjust.
13260 (struct fmtresult): Remove bounded. Handle likely and unlikely
13262 (fmtresult::adjust_for_width_or_precision): New function.
13263 (fmtresult:type_max_digits): New function.
13264 (bytes_remaining): Handle likely and unlikely counters.
13265 (min_bytes_remaining): Remove.
13266 (format_percent): Simplify.
13267 (format_integer, format_floating): Set likely and unlikely counters.
13268 (get_string_length, format_character, format_string): Same.
13269 (format_plain, should_warn_p): New function.
13270 (maybe_warn): Call should_warn_p. Update diagnostic messages
13271 and handle those for all directives, including plain strings.
13272 (format_directive): Handle likely and unlikely counters.
13273 Remove unnecessary quoting from diagnostics. Add an informational
13275 (add_bytes): Remove.
13276 (pass_sprintf_length::compute_format_length): Simplify.
13277 (try_substitute_return_value): Handle likely and unlikely counters.
13279 2017-01-26 Carl Love <cel@us.ibm.com>
13281 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
13282 bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
13284 2017-01-26 Vladimir Makarov <vmakarov@redhat.com>
13287 * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
13288 endianess for subregs into account.
13289 * lra-constraints.c (lra_constraints): Do risky transformations
13290 always on the first iteration.
13291 * lra-lives.c (check_pseudos_live_through_calls): Add arg
13292 last_call_used_reg_set.
13293 (process_bb_lives): Define and use last_call_used_reg_set.
13294 * lra.c (lra): Always continue after lra_constraints on the first
13297 2017-01-26 Kirill Yukhin <kirill.yukhin@gmail.com>
13299 * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
13301 * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
13303 2017-01-26 Jakub Jelinek <jakub@redhat.com>
13305 * config/i386/avx512fintrin.h (_ktest_mask16_u8,
13306 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
13307 * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
13308 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
13309 * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
13310 __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
13311 OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
13312 * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
13313 (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
13315 2017-01-26 Marek Polacek <polacek@redhat.com>
13318 * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
13319 for the third operand.
13321 2017-01-26 Jakub Jelinek <jakub@redhat.com>
13323 PR middle-end/79236
13324 * omp-low.c (struct omp_context): Add simt_stmt field.
13325 (scan_omp_for): Return omp_context *.
13326 (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
13327 context to the _simt_ SIMD stmt.
13328 (lower_omp_for): For combined SIMD with sibling _simt_
13329 SIMD, make sure to use the same decls in _looptemp_
13330 clauses as in the sibling.
13332 2017-01-26 David Sherwood <david.sherwood@arm.com>
13334 PR middle-end/79212
13335 * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
13338 2017-01-26 Jakub Jelinek <jakub@redhat.com>
13341 * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
13342 emit fld b; fld a; if possible.
13344 * brig-builtins.def: Update copyright years.
13345 * config/arm/arm_acle_builtins.def: Update copyright years.
13347 2017-01-25 Michael Meissner <meissner@linux.vnet.ibm.com>
13350 * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
13351 constraint instead of o for the stxsd instruction.
13353 2017-01-25 Carl Love <cel@us.ibm.com>
13355 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
13356 of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
13358 2017-01-25 Jonathan Wakely <jwakely@redhat.com>
13360 * doc/invoke.texi (C++ Dialect Options): Fix typo.
13362 2017-01-25 Richard Biener <rguenther@suse.de>
13364 PR tree-optimization/69264
13365 * target.def (vector_alignment_reachable): Improve documentation.
13366 * doc/tm.texi: Regenerate.
13367 * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
13369 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
13370 earlier changes with respect to TYPE_USER_ALIGN.
13371 (vector_alignment_reachable_p): Likewise. Improve dumping.
13373 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13376 * config/arm/arm.md (xordi3): Force constant operand into a register
13379 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13381 * doc/invoke.texi (-fstore-merging): Correct default optimization
13382 levels at which it is enabled.
13383 (-O): Move -fstore-merging from list to...
13386 2017-01-25 Richard Biener <rguenther@suse.de>
13389 * omp-expand.c: Include debug.h.
13390 (expand_omp_taskreg): Make sure to generate early debug before
13391 outlining anything from a function.
13392 (expand_omp_target): Likewise.
13393 (grid_expand_target_grid_body): Likewise.
13395 2017-01-25 Maxim Ostapenko <m.ostapenko@samsung.com>
13398 * asan.c (get_translation_unit_decl): New function.
13399 (asan_add_global): Extract modules file name from globals
13400 TRANSLATION_UNIT_DECL name.
13402 2017-01-24 Eric Botcazou <ebotcazou@adacore.com>
13405 * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
13406 for long calls with APCS frame and VFP.
13408 2017-01-24 David Malcolm <dmalcolm@redhat.com>
13410 * cfg.c (original_copy_tables_initialized_p): New function.
13411 * cfg.h (original_copy_tables_initialized_p): New decl.
13412 * cfgrtl.c (relink_block_chain): Guard the call to
13413 free_original_copy_tables with a call to
13414 original_copy_tables_initialized_p.
13415 * cgraph.h (symtab_node::native_rtl_p): New decl.
13416 * cgraphunit.c (symtab_node::native_rtl_p): New function.
13417 (symtab_node::needed_p): Don't assert for early assembly output
13418 for __RTL functions.
13419 (cgraph_node::finalize_function): Set "force_output" for __RTL
13421 (cgraph_node::analyze): Bail out early for __RTL functions.
13422 (analyze_functions): Update assertion to support __RTL functions.
13423 (cgraph_node::expand): Bail out early for __RTL functions.
13424 * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
13426 * function.h (struct function): Update comment for field
13428 * gimple-expr.c: Include "tree-pass.h".
13429 (gimple_has_body_p): Return false for __RTL functions.
13430 * Makefile.in (OBJS): Add run-rtl-passes.o.
13431 * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
13433 (gcc::pass_manager::get_clean_slate): New accessor.
13434 * passes.c: Include "insn-addr.h".
13435 (should_skip_pass_p): Add logging. Update logic for running
13436 "expand" to be compatible with both __GIMPLE and __RTL. Guard
13437 property-provider override so it is only done for gimple passes.
13439 (skip_pass): New function.
13440 (execute_one_pass): Call skip_pass when skipping passes.
13441 * read-md.c (md_reader::read_char): Support filtering
13442 the input to a subset of line numbers.
13443 (md_reader::md_reader): Initialize fields
13444 m_first_line and m_last_line.
13445 (md_reader::read_file_fragment): New function.
13446 * read-md.h (md_reader::read_file_fragment): New decl.
13447 (md_reader::m_first_line): New field.
13448 (md_reader::m_last_line): New field.
13449 * read-rtl-function.c (function_reader::create_function): Only
13450 create cfun if it doesn't already exist. Set PROP_rtl on cfun's
13451 curr_properties. Set DECL_INITIAL to a dummy block.
13452 (read_rtl_function_body_from_file_range): New function.
13453 * read-rtl-function.h (read_rtl_function_body_from_file_range):
13455 * run-rtl-passes.c: New file.
13456 * run-rtl-passes.h: New file.
13458 2017-01-24 Jeff Law <law@redhat.com>
13460 * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
13463 2017-01-24 Bin Cheng <bin.cheng@arm.com>
13465 PR tree-optimization/79159
13466 * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
13467 (record_nonwrapping_iv): Improve boundary using above function if no
13468 value range information.
13470 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
13471 Martin Jambor <mjambor@suse.cz>
13473 * brig-builtins.def: New file.
13474 * builtins.def (DEF_HSAIL_BUILTIN): New macro.
13475 (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
13476 (DEF_HSAIL_SAT_BUILTIN): Likewise.
13477 (DEF_HSAIL_INTR_BUILTIN): Likewise.
13478 (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
13479 * builtin-types.def (BT_INT8): New.
13480 (BT_INT16): Likewise.
13481 (BT_UINT8): Likewise.
13482 (BT_UINT16): Likewise.
13483 (BT_FN_ULONG): Likewise.
13484 (BT_FN_UINT_INT): Likewise.
13485 (BT_FN_UINT_ULONG): Likewise.
13486 (BT_FN_UINT_LONG): Likewise.
13487 (BT_FN_UINT_PTR): Likewise.
13488 (BT_FN_ULONG_PTR): Likewise.
13489 (BT_FN_INT8_FLOAT): Likewise.
13490 (BT_FN_INT16_FLOAT): Likewise.
13491 (BT_FN_UINT32_FLOAT): Likewise.
13492 (BT_FN_UINT16_FLOAT): Likewise.
13493 (BT_FN_UINT8_FLOAT): Likewise.
13494 (BT_FN_UINT64_FLOAT): Likewise.
13495 (BT_FN_UINT16_UINT32): Likewise.
13496 (BT_FN_UINT32_UINT16): Likewise.
13497 (BT_FN_UINT16_UINT16_UINT16): Likewise.
13498 (BT_FN_INT_PTR_INT): Likewise.
13499 (BT_FN_UINT_PTR_UINT): Likewise.
13500 (BT_FN_LONG_PTR_LONG): Likewise.
13501 (BT_FN_ULONG_PTR_ULONG): Likewise.
13502 (BT_FN_VOID_UINT64_UINT64): Likewise.
13503 (BT_FN_UINT8_UINT8_UINT8): Likewise.
13504 (BT_FN_INT8_INT8_INT8): Likewise.
13505 (BT_FN_INT16_INT16_INT16): Likewise.
13506 (BT_FN_INT_INT_INT): Likewise.
13507 (BT_FN_UINT_FLOAT_UINT): Likewise.
13508 (BT_FN_FLOAT_UINT_UINT): Likewise.
13509 (BT_FN_ULONG_UINT_UINT): Likewise.
13510 (BT_FN_ULONG_UINT_PTR): Likewise.
13511 (BT_FN_ULONG_ULONG_ULONG): Likewise.
13512 (BT_FN_UINT_UINT_UINT): Likewise.
13513 (BT_FN_VOID_UINT_PTR): Likewise.
13514 (BT_FN_UINT_UINT_PTR: Likewise.
13515 (BT_FN_UINT32_UINT64_PTR): Likewise.
13516 (BT_FN_INT_INT_UINT_UINT): Likewise.
13517 (BT_FN_UINT_UINT_UINT_UINT): Likewise.
13518 (BT_FN_UINT_UINT_UINT_PTR): Likewise.
13519 (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
13520 (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
13521 (BT_FN_LONG_LONG_UINT_UINT): Likewise.
13522 (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
13523 (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
13524 (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
13525 (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
13526 (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
13527 (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
13528 * doc/frontends.texi: List BRIG FE.
13529 * doc/install.texi (Testing): Add BRIG tesring requirements.
13530 * doc/invoke.texi (Overall Options): Mention BRIG.
13531 * doc/standards.texi (Standards): Doucment BRIG HSA version.
13533 2017-01-24 Richard Biener <rguenther@suse.de>
13535 PR translation/79208
13536 * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
13538 2017-01-24 Martin Jambor <mjambor@suse.cz>
13541 * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
13542 * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
13543 and known_contexts.
13545 2017-01-24 Aldy Hernandez <aldyh@redhat.com>
13547 PR middle-end/79123
13548 * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
13549 casts from signed to unsigned really don't have a range.
13551 2017-01-24 Markus Trippelsdorf <markus@trippelsdorf.de>
13553 * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
13554 GMP_RNDx for compatiblity.
13556 2017-01-24 Martin Liska <mliska@suse.cz>
13559 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
13560 that would prevent us to call alloca with -1 as argument.
13562 2017-01-24 Jakub Jelinek <jakub@redhat.com>
13564 * dwarf2out.c (output_compilation_unit_header, output_file_names):
13565 Avoid -Wformat-security warning.
13567 2017-01-23 Andrew Pinski <apinski@cavium.com>
13569 * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
13572 2017-01-23 Martin Sebor <msebor@redhat.com>
13574 PR middle-end/78703
13575 * gimple-ssa-sprintf.c (warn_level): New global.
13576 (format_integer): Use it here and throughout the rest of the file.
13577 Use the same switch to compute sign as base.
13578 (maybe_warn): New function.
13579 (format_directive): Factor out warnings into maybe_warn.
13580 Add debugging output. Use warn_level.
13581 (add_bytes): Use warn_level.
13582 (pass_sprintf_length::compute_format_length): Add debugging output.
13583 (try_substitute_return_value): Same.
13584 (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
13586 PR middle-end/78703
13587 * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
13588 (struct fmtresult, format_integer, format_floating): Adjust.
13589 (fmtresult::fmtresult): Set max correctly in two argument ctor.
13590 (get_string_length, format_string,format_directive): Same.
13591 (pass_sprintf_length::compute_format_length): Same.
13592 (try_substitute_return_value): Simplify slightly.
13594 PR middle-end/78703
13595 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
13596 (fmtresult::operator+=): Outlined.
13597 (struct fmtresult): Add ctors.
13598 (struct conversion_spec): Rename...
13599 (struct directive): ...to this. Add and remove data members.
13600 (directive::set_width, directive::set_precision): New functions.
13601 (format_percent): Use fmtresult ctor.
13602 (get_width_and_precision): Remove.
13603 (format_integer): Make naming changes. Avoid computing width and
13605 (format_floating): Same. Adjust indentation.
13606 (format_character, format_none): New functions.
13607 (format_string): Moved character handling to format_character.
13608 (format_directive): Remove arguments, change return type.
13609 (parse_directive): New function.
13610 (pass_sprintf_length::compute_format_length): Move directive
13611 parsing to parse_directive.
13613 2017-01-23 Jakub Jelinek <jakub@redhat.com>
13615 * tree.h (assign_assembler_name_if_neeeded): Rename to ...
13616 (assign_assembler_name_if_needed): ... this.
13617 * tree.c (assign_assembler_name_if_neeeded): Rename to ...
13618 (assign_assembler_name_if_needed): ... this.
13619 (free_lang_data_in_cgraph): Adjust callers.
13620 * cgraphunit.c (cgraph_node::analyze): Likewise.
13621 * omp-expand.c (expand_omp_taskreg, expand_omp_target):
13624 2017-01-23 Richard Biener <rguenther@suse.de>
13626 PR tree-optimization/79088
13627 PR tree-optimization/79188
13628 * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
13629 resetting loop bounds after last path deletion. Reset loop
13630 bounds of the target loop, make code match the comments.
13631 * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
13632 Make sure loops need no fixups.
13634 2017-01-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
13636 * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
13637 exponent support with double type for first argument.
13638 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
13639 type returned by __builtin_vec_extract_sig,
13640 __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
13641 functions from "vector int" to "vector unsigned int" or from
13642 "vector long long int" to "vector unsigned long long int".
13643 Changed type returned by __builtin_vec_extract_exp,
13644 __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
13645 functions from "vector int" to "vector unsigned int" or from
13646 "vector long long int" to "vector unsigned long long int".
13647 Changed return type of __builtin_vec_test_data_class,
13648 __builtin_vec_test_data_class_sp, and
13649 __builtin_vec_test_data_class_dp from "vector int" to
13650 "vector bool int" or from "vector long long int" to "vector bool
13651 long long int" and changed second argument type from "unsigned
13652 int" to "int". Added new overloaded function forms "vector float
13653 __builtin_vec_insert_exp (vector float, vector unsigned int)" and
13654 "vector float __builtin_vec_insert_exp_sp (vector float, vector
13655 unsigned int)" and "vector double __builtin_vec_insert_exp (vector
13656 double, vector unsigned long long int)" and "vector double
13657 __builtin_vec_insert_exp_dp (vector double, vector unsigned long
13658 long int)". Changed return type of
13659 __builtin_scalar_test_data_class and
13660 __builtin_scalar_test_data_class_sp and
13661 __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
13662 int" and changed second argument from "unsigned int" to "int".
13663 Changed type returned by __builtin_scalar_test_neg,
13664 __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
13665 from "int" to "bool int". Added new overloaded function form
13666 "double __builtin_scalar_insert_exp (double, unsigned long long int)".
13667 * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
13668 exponent double-precision with floating point first argument.
13669 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
13670 documentation of scalar_test_data_class, scalar_test_neg,
13671 scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
13672 vector_extract_exp, vec_extract_sig, vec_insert_exp, and
13673 vec_test_data_class built-in functions to reflect refinements in
13674 their type signatures.
13676 2017-01-23 Andreas Tobler <andreast@gcc.gnu.org>
13678 * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
13680 (aarch64_elf_asm_destructor): Likewise.
13682 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
13684 PR rtl-optimization/78634
13685 * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
13686 (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
13687 * ifcvt.c (noce_try_cmove): Add missing cost check.
13689 PR rtl-optimization/71724
13690 * combine.c (if_then_else_cond): Look for situations where it is
13691 beneficial to undo the work of one of the recursive calls.
13693 2017-01-23 Bin Cheng <bin.cheng@arm.com>
13695 PR tree-optimization/70754
13696 * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
13697 (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE. Insert
13698 combined stmt before it if not NULL.
13699 (combine_chains): Process refs reversely and compute dominance point
13702 2017-01-23 Martin Liska <mliska@suse.cz>
13704 PR tree-optimization/79196
13705 * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
13706 (fold_strstr_to_strncmp): ... this. Fold the pattern to strncmp
13708 (strlen_optimize_stmt): Call the renamed function.
13710 2017-01-23 Michael Matz <matz@suse.de>
13712 PR tree-optimization/78384
13713 * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
13715 2017-01-23 Richard Biener <rguenther@suse.de>
13717 PR tree-optimization/79186
13718 * tree-vrp.c (register_new_assert_for): Make sure we've seen
13719 both incoming edges before moving an assert.
13721 2017-01-23 Martin Jambor <mjambor@suse.cz>
13723 * ipa-prop.c (load_from_param_1): Removed.
13724 (load_from_unmodified_param): Bits from load_from_param_1 put back
13726 (load_from_param): Removed.
13727 (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
13728 with stmt. Reverted back to use of load_from_unmodified_param.
13730 2017-01-23 Martin Jambor <mjambor@suse.cz>
13733 * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
13734 (ipa_node_params): Annotate with GTY((for_user)). Make descriptors
13735 field a pointer to garbage collected vector, mark lattices and
13736 ipcp_orig_node with GTY((skip)).
13737 (ipa_get_param_count): Adjust to descriptors being a pointer.
13738 (ipa_get_param): Likewise.
13739 (ipa_get_type): Likewise.
13740 (ipa_get_param_move_cost): Likewise.
13741 (ipa_set_param_used): Likewise.
13742 (ipa_get_controlled_uses): Likewise.
13743 (ipa_set_controlled_uses): Likewise.
13744 (ipa_is_param_used): Likewise.
13745 (ipa_node_params_t): Move into garbage collector. New methods insert
13747 (ipa_node_params_sum): Annotate wth GTY(()).
13748 (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
13750 (ipa_load_from_parm_agg): Adjust declaration.
13751 * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
13752 * ipa-profile.c (ipa_profile): Likewise.
13753 * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
13754 (ipa_populate_param_decls): Make descriptors parameter garbage
13756 (ipa_dump_param): Adjust to descriptors being a pointer.
13757 (ipa_alloc_node_params): Likewise.
13758 (ipa_initialize_node_params): Likewise.
13759 (load_from_param_1): Make descriptors parameter garbage collected.
13760 (load_from_unmodified_param): Likewise.
13761 (load_from_param): Likewise.
13762 (ipa_load_from_parm_agg): Likewise.
13763 (ipa_node_params::~ipa_node_params): Removed.
13764 (ipa_free_all_node_params): Remove call to delete operator.
13765 (ipa_node_params_t::insert): New.
13766 (ipa_node_params_t::remove): Likewise.
13767 (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
13768 copy known_csts and known_contexts vectors.
13769 (ipa_read_node_info): Adjust to descriptors being a pointer.
13770 (ipcp_modif_dom_walker): Make m_descriptors field garbage
13772 (ipcp_transform_function): Make descriptors variable garbage
13775 2017-01-23 Andrew Senkevich <andrew.senkevich@intel.com>
13777 * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
13778 * config/i386/avx512dqintrin.h: Ditto.
13779 * config/i386/avx512fintrin.h: Ditto.
13780 * gcc/config/i386/i386.c: Handle new builtins.
13781 * config/i386/i386-builtin.def: Add new builtins.
13782 * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
13783 (UNSPEC_KORTEST, UNSPEC_KTEST): New.
13785 2017-01-23 Jakub Jelinek <jakub@redhat.com>
13786 Martin Liska <mliska@suse.cz>
13788 * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
13789 * asan.c (asan_expand_poison_ifn): Support stores and use
13790 appropriate ASAN report function.
13791 * internal-fn.c (expand_ASAN_POISON_USE): New function.
13792 * internal-fn.def (ASAN_POISON_USE): Declare.
13793 * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
13794 (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
13795 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
13796 ASAN_POISON calls w/o LHS.
13797 * tree-ssa.c (execute_update_addresses_taken): Create clobber
13798 for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
13799 from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
13800 * gimplify.c (asan_poison_variables): Add attribute
13801 use_after_scope_memory to variables that really needs to live
13803 * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
13804 having the attribute.
13806 2017-01-23 Martin Liska <mliska@suse.cz>
13808 * asan.c (create_asan_shadow_var): New function.
13809 (asan_expand_poison_ifn): Likewise.
13810 * asan.h (asan_expand_poison_ifn): New declaration.
13811 * internal-fn.c (expand_ASAN_POISON): Likewise.
13812 * internal-fn.def (ASAN_POISON): New builtin.
13813 * sanopt.c (pass_sanopt::execute): Expand
13814 asan_expand_poison_ifn.
13815 * tree-inline.c (copy_decl_for_dup_finish): Make function
13817 * tree-inline.h (copy_decl_for_dup_finish): Likewise.
13818 * tree-ssa.c (is_asan_mark_p): New function.
13819 (execute_update_addresses_taken): Rewrite local variables
13820 (identified just by use-after-scope as addressable) into SSA.
13822 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
13824 * doc/install.texi (Specific): opensource.apple.com uses https
13825 now. Remove trailing slash.
13827 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
13829 * README.Portability: Remove note on an Irix compatibility issue.
13831 2017-01-22 Dimitry Andric <dim@FreeBSD.org>
13833 * gcov.c (INCLUDE_ALGORITHM): Define.
13834 (INCLUDE_VECTOR): Define.
13835 No longer include <vector> and <algorithm> directly.
13837 2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
13839 * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
13841 * doc/invoke.texi (Code Gen Options): Ditto.
13843 2017-01-21 Jan Hubicka <hubicka@ucw.cz>
13846 * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
13848 2017-01-21 Bernd Schmidt <bschmidt@redhat.com>
13850 rtl-optimization/79125
13851 * cprop.c (local_cprop_pass): Handle cases where we make an
13852 unconditional trap.
13854 2017-01-20 Segher Boessenkool <segher@kernel.crashing.org>
13858 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
13859 read from, for big endian.
13861 2017-01-20 Jiong Wang <jiong.wang@arm.com>
13863 * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
13864 register pauth builtins for LP64 only.
13866 2017-01-20 Marek Polacek <polacek@redhat.com>
13869 * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
13872 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
13874 * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
13876 * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
13877 * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
13878 * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
13880 2017-01-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13883 * config/arm/arm.c (neon_valid_immediate): Reject vector constants
13884 in big-endian mode when they are not a single duplicated value.
13886 2017-01-20 Richard Biener <rguenther@suse.de>
13888 * BASE-VER: Bump to 7.0.1.
13890 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
13892 * omp-low.c (omplow_simd_context): New struct. Use it...
13893 (lower_rec_simd_input_clauses): ...here and...
13894 (lower_rec_input_clauses): ...here to hold common data. Adjust all
13895 references to idx, lane, max_vf, is_simt.
13897 2017-01-20 Graham Markall <graham.markall@embecosm.com>
13899 * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
13902 2017-01-20 Martin Jambor <mjambor@suse.cz>
13904 * hsa.h: Renaed to hsa-common.h. Adjusted a comment.
13905 * hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to
13907 * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
13908 (GTFILES): Rename hsa.c to hsa-common.c.
13909 * hsa-brig.c: Change include of hsa.h to hsa-common.h.
13910 * hsa-dump.c: Likewise.
13911 * hsa-gen.c: Likewise.
13912 * hsa-regalloc.c: Likewise.
13913 * ipa-hsa.c: Likewise.
13914 * omp-expand.c: Likewise.
13915 * omp-low.c: Likewise.
13916 * toplev.c: Likewise.
13918 2017-01-20 Marek Polacek <polacek@redhat.com>
13921 * doc/invoke.texi: Document -Wduplicated-branches.
13922 * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
13923 COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
13924 POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
13925 STATEMENT_LIST, and RETURN_EXPR. For non-pure non-const functions
13926 return 0 only when not OEP_LEXICOGRAPHIC.
13927 (fold_build_cleanup_point_expr): Use the expression
13928 location when building CLEANUP_POINT_EXPR.
13929 * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
13930 * tree.c (add_expr): Handle error_mark_node.
13932 2017-01-20 Martin Liska <mliska@suse.cz>
13935 * tree-profile.c (init_ic_make_global_vars): Do not call
13937 (gimple_init_gcov_profiler): Likewise.
13939 2017-01-20 Martin Liska <mliska@suse.cz>
13942 * cgraph.h (maybe_create_reference): Remove argument and
13944 * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
13946 * ipa-cp.c (create_specialized_node): Likewise.
13947 * symtab.c (symtab_node::maybe_create_reference): Handle
13948 VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
13950 2017-01-20 Martin Liska <mliska@suse.cz>
13952 * read-rtl-function.c (function_reader::create_function): Use
13953 build_decl instread of build_decl_stat.
13955 2017-01-20 Andrew Senkevich <andrew.senkevich@intel.com>
13957 * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
13958 * config/i386/avx512dqintrin.h: Ditto.
13959 * config/i386/avx512fintrin.h: Ditto.
13960 * config/i386/i386-builtin-types.def: Add new types.
13961 * gcc/config/i386/i386.c: Handle new types.
13962 * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
13963 (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
13964 (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
13965 (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
13966 (__builtin_ia32_kshiftridi): New.
13967 * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
13969 2017-01-19 Segher Boessenkool <segher@kernel.crashing.org>
13973 * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
13974 define to rs6000_init_stack_protect_guard.
13975 (rs6000_init_stack_protect_guard): New function.
13977 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
13978 Yunqiang Su <yunqiang.su@imgtec.com>
13980 * config.gcc (supported_defaults): Add madd4.
13981 (with_madd4): Add validation.
13982 (all_defaults): Add madd4.
13983 * config/mips/mips.opt (mmadd4): New option.
13984 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
13986 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
13988 (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
13989 (ISA_HAS_FUSED_MADD4): Likewise.
13990 * gcc/doc/invoke.texi (-mmadd4): Document the new option.
13991 * gcc/doc/install.texi (--with-madd4): Document the new option.
13993 2017-01-19 Jiong Wang <jiong.wang@arm.com>
13995 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
13996 entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
13997 AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
13998 (aarch64_init_pauth_hint_builtins): New.
13999 (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
14000 (aarch64_expand_builtin): Expand new builtins.
14002 2017-01-19 Jiong Wang <jiong.wang@arm.com>
14004 * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
14005 * combine-stack-adj.c (no_unhandled_cfa): Handle
14006 REG_CFA_TOGGLE_RA_MANGLE.
14007 * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
14008 * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
14009 info for return address signing.
14010 (aarch64_expand_epilogue): Likewise.
14012 2017-01-19 Jiong Wang <jiong.wang@arm.com>
14014 * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
14015 * config/aarch64/aarch64-protos.h
14016 (aarch64_return_address_signing_enabled): New declaration.
14017 * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
14019 (aarch64_expand_prologue): Sign return address before it's pushed onto
14021 (aarch64_expand_epilogue): Authenticate return address fetched from
14023 (aarch64_override_options): Sanity check for ILP32 and ISA level.
14024 (aarch64_attributes): New function attributes for "sign-return-address".
14025 * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
14026 UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
14027 ("*do_return"): Generate combined instructions according to key index.
14028 ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
14029 * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
14031 (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
14032 * config/aarch64/aarch64.opt (msign-return-address=): New.
14033 * doc/extend.texi (AArch64 Function Attributes): Documents
14034 "sign-return-address=".
14035 * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
14037 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
14039 * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
14040 overall option summary.
14042 2017-01-19 Jiong Wang <jiong.wang@arm.com>
14044 * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
14045 * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
14046 AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
14047 * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
14049 2017-01-19 Michael Meissner <meissner@linux.vnet.ibm.com>
14051 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
14052 -mpower9-minmax by default for -mcpu=power9.
14053 (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
14054 128-bit floating point.
14056 2017-01-20 Alan Modra <amodra@gmail.com>
14058 * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
14059 optimizing for size.
14061 2017-01-20 Alan Modra <amodra@gmail.com>
14064 * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
14065 for strcmp and strncmp from corresponding builtin decl.
14067 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
14069 * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
14070 instead of i386/rtems-64.h.
14071 * config/i386/rtems-64.h: Remove.
14073 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
14077 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
14079 * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
14081 2017-01-19 Tamar Christina <tamar.christina@arm.com>
14083 * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
14084 Change int to HOST_WIDE_INT.
14085 * config/aarch64/aarch64-protos.h
14086 (aarch64_simd_gen_const_vector_dup): Likewise.
14087 * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
14089 2017-01-19 David Malcolm <dmalcolm@redhat.com>
14091 * langhooks-def.h (lhd_type_for_size): New decl.
14092 (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
14093 * langhooks.c (lhd_type_for_size): New function, taken from
14096 2017-01-19 Pat Haugen <pthaugen@us.ibm.com>
14098 * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
14099 define_bypass for CR latency.
14100 (power9-cracked-alu): Update bypass latency and remove power9-branch.
14101 (power9-alu2): Add define_bypass for CR latency.
14103 (power9-mul): Update insn latency.
14104 (power9-mul-compare): Update insn latency, bypass latency and remove
14107 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14109 * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
14111 * config/aarch64/aarch64.md
14112 (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
14113 aarch64_nopcrelative_literal_loads.
14114 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
14116 2017-01-19 Chenghua Xu <paul.hua.gm@gmail.com>
14118 * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
14119 TARGET_LOONGSON_3A.
14120 (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
14122 2017-01-19 Doug Gilmore <doug.gilmore@imgtec.com>
14125 * config.gcc (supported_defaults): Add lxc1-sxc1.
14126 (with_lxc1_sxc1): Add validation.
14127 (all_defaults): Add lxc1-sxc1.
14128 * config/mips/mips.opt (mlxc1-sxc1): New option.
14129 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
14131 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
14132 __mips_no_lxc1_sxc1.
14133 (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
14134 * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
14135 * doc/install.texi (--with-lxc1-sxc1): Document the new option.
14137 2017-01-19 Richard Biener <rguenther@suse.de>
14139 PR tree-optimization/72488
14140 * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
14141 sure to restore SSA info.
14142 * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
14144 2017-01-19 Richard Earnshaw <rearnsha@arm.com>
14146 PR rtl-optimization/79121
14147 * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
14148 of the inner type when shifting an extended value.
14150 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
14153 * symtab.c (symtab_node::equal_address_to): Fix comparing of
14154 interposable aliases.
14156 2017-01-18 Peter Bergner <bergner@vnet.ibm.com>
14159 * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
14160 Use the evmergelohi instruction.
14161 (mov_si<mode>_e500_subreg4_2_le): Likewise.
14162 (mov_sitf_e500_subreg8_2_be): Likewise.
14163 (mov_sitf_e500_subreg12_2_le): Likewise.
14164 (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
14165 (mov_si<mode>_e500_subreg4_2_be): Likewise.
14166 (mov_sitf_e500_subreg8_2_le): Likewise.
14167 (mov_sitf_e500_subreg12_2_be): Likewise.
14169 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14171 * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
14172 attribute from vecsimple to vecperm.
14173 (altivec_vbpermq2): Likewise.
14175 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14178 * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
14180 2017-01-18 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
14181 * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
14182 * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
14183 strcmp. Fix bug where comparison didn't stop with zero byte. Fix
14184 case where N arg is SIZE_MAX.
14185 * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
14186 (cmpstrsi): Add pattern.
14188 2017-01-18 Michael Meissner <meissner@linux.vnet.ibm.com>
14190 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
14191 __builtin_vec_revb builtins.
14192 * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
14193 built-in functions to support generation of the ISA 3.0 XXBR<x>
14194 vector byte reverse instructions.
14195 (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
14196 (P9V_BUILTIN_XXBRD_V2DI): Likewise.
14197 (P9V_BUILTIN_XXBRD_V2DF): Likewise.
14198 (P9V_BUILTIN_XXBGW_V4SI): Likewise.
14199 (P9V_BUILTIN_XXBGW_V4SF): Likewise.
14200 (P9V_BUILTIN_XXBGH_V8HI): Likewise.
14201 (P9V_BUILTIN_VEC_REVB): Likewise.
14202 * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
14203 generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
14204 (p9_xxbrq_v16qi): Likewise.
14205 (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
14206 (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
14207 (p9_xxbrh_v8hi): Likewise.
14208 * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
14209 * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
14210 vec_revb built-in functions.
14212 2017-01-18 Uros Bizjak <ubizjak@gmail.com>
14214 PR rtl-optimization/78952
14215 * config/i386/i386.md (any_extract): New code iterator.
14216 (*insvqi_2): Use any_extract for source operand.
14217 (*insvqi_3): Use any_shiftrt for source operand.
14219 2017-01-18 Wilco Dijkstra <wdijkstr@arm.com>
14221 * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
14223 (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
14225 2017-01-18 Matthias Klose <doko@ubuntu.com>
14227 * doc/install.texi: Allow default for --with-target-bdw-gc-include.
14229 2016-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14231 * config/rs6000/altivec.h (vec_bperm): Change #define.
14232 * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
14233 (altivec_vbpermq2): New define_insn.
14234 (altivec_vbpermd): Likewise.
14235 * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
14236 function interface.
14237 (VBPERMD): Likewise.
14238 (VBPERM): New polymorphic function interface.
14239 * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
14240 Add entries for P9V_BUILTIN_VEC_VBPERM.
14241 * doc/extend.texi: Add interfaces for vec_bperm.
14243 2017-01-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14245 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
14246 first letter of error messages.
14247 (s390_resolve_overloaded_builtin): Likewise.
14248 * config/s390/s390.c (s390_expand_builtin): Likewise.
14249 (s390_invalid_arg_for_unprototyped_fn): Likewise.
14250 (s390_valid_target_attribute_inner_p): Likewise.
14251 * config/s390/s390.md ("tabort"): Likewise.
14253 2017-01-18 Toma Tabacu <toma.tabacu@imgtec.com>
14255 * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
14256 (ISA_AVOID_DIV_HILO): New macro.
14257 (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
14258 (ISA_HAS_DDIV): Likewise.
14260 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
14262 * doc/invoke.texi (fabi-version): Correct number of occurrences.
14264 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
14266 * doc/invoke.texi (fabi-version): Spelling fix.
14268 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
14271 * doc/invoke.texi (fabi-version): Mention mangling fix for
14274 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
14277 * doc/invoke.texi (fabi-version): Document discriminator mangling.
14279 2017-01-17 Segher Boessenkool <segher@kernel.crashing.org>
14282 * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
14283 * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
14285 * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
14287 (stack_protect_test): Ditto.
14288 * config/rs6000/rs6000.opt (mstack-protector-guard=,
14289 mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
14291 * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
14292 Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
14293 -mstack-protector-guard-offset=.
14294 (RS/6000 and PowerPC Options): Ditto.
14296 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
14298 * config/i386/i386.h (MASK_CLASS_P): New define.
14299 * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
14300 there are no registers from different register sets also when
14301 mask registers are used. Update function comment.
14302 * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
14303 to (*k/*r) and (*k/*km) alternatives.
14305 2017-01-17 Wilco Dijkstra <wdijkstr@arm.com>
14307 * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
14308 * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
14309 (EH_RETURN_HANDLER_RTX): New define.
14310 * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
14311 Force frame pointer in EH return functions.
14312 (aarch64_expand_epilogue): Add barrier for eh_return.
14313 (aarch64_final_eh_return_addr): Remove.
14314 (aarch64_eh_return_handler_rtx): New function.
14315 * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
14317 (aarch64_eh_return_handler_rtx): New prototype.
14319 2017-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14321 * config/rs6000/altivec.h (vec_rlmi): New #define.
14322 (vec_vrlnm): Likewise.
14323 (vec_rlnm): Likewise.
14324 * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
14325 (UNSPEC_VRLNM): Likewise.
14326 (VIlong): New mode iterator.
14327 (altivec_vrl<VI_char>mi): New define_insn.
14328 (altivec_vrl<VI_char>nm): Likewise.
14329 * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
14331 (VRLDNM): Likewise.
14332 (RLNM): New polymorphic function entry.
14333 (VRLWMI): New monomorphic function entry.
14334 (VRLDMI): Likewise.
14335 (RLMI): New polymorphic function entry.
14336 * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
14337 new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
14338 * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
14341 2017-01-17 Jakub Jelinek <jakub@redhat.com>
14344 * dwarf2out.c (field_byte_offset): Restore the
14345 PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
14346 and DECL_FIELD_BIT_OFFSET. Use fold_build2 instead of build2 + fold.
14347 (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
14350 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
14353 * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
14355 2017-01-17 Jakub Jelinek <jakub@redhat.com>
14358 * dwarf2out.c (add_data_member_location_attribute): For constant
14359 offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
14360 instead of DW_AT_data_member_location, DW_AT_bit_offset and
14361 DW_AT_byte_size attributes.
14363 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
14365 * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
14366 after forcing to constant memory when the code model is medium.
14368 2017-01-17 Julia Koval <julia.koval@intel.com>
14371 * config/i386/avx512fintrin.h
14372 (_mm512_i32gather_ps): Change __addr type to void const*.
14373 (_mm512_mask_i32gather_ps): Ditto.
14374 (_mm512_i32gather_pd): Ditto.
14375 (_mm512_mask_i32gather_pd): Ditto.
14376 (_mm512_i64gather_ps): Ditto.
14377 (_mm512_mask_i64gather_ps): Ditto.
14378 (_mm512_i64gather_pd): Ditto.
14379 (_mm512_mask_i64gather_pd): Ditto.
14380 (_mm512_i32gather_epi32): Ditto.
14381 (_mm512_mask_i32gather_epi32): Ditto.
14382 (_mm512_i32gather_epi64): Ditto.
14383 (_mm512_mask_i32gather_epi64): Ditto.
14384 (_mm512_i64gather_epi32): Ditto.
14385 (_mm512_mask_i64gather_epi32): Ditto.
14386 (_mm512_i64gather_epi64): Ditto.
14387 (_mm512_mask_i64gather_epi64): Ditto.
14388 (_mm512_i32scatter_ps): Change __addr type to void*.
14389 (_mm512_mask_i32scatter_ps): Ditto.
14390 (_mm512_i32scatter_pd): Ditto.
14391 (_mm512_mask_i32scatter_pd): Ditto.
14392 (_mm512_i64scatter_ps): Ditto.
14393 (_mm512_mask_i64scatter_ps): Ditto.
14394 (_mm512_i64scatter_pd): Ditto.
14395 (_mm512_mask_i64scatter_pd): Ditto.
14396 (_mm512_i32scatter_epi32): Ditto.
14397 (_mm512_mask_i32scatter_epi32): Ditto.
14398 (_mm512_i32scatter_epi64): Ditto.
14399 (_mm512_mask_i32scatter_epi64): Ditto.
14400 (_mm512_i64scatter_epi32): Ditto.
14401 (_mm512_mask_i64scatter_epi32): Ditto.
14402 (_mm512_i64scatter_epi64): Ditto.
14403 (_mm512_mask_i64scatter_epi64): Ditto.
14404 * config/i386/avx512pfintrin.h
14405 (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
14406 (_mm512_mask_prefetch_i32gather_ps): Ditto.
14407 (_mm512_mask_prefetch_i64gather_pd): Ditto.
14408 (_mm512_mask_prefetch_i64gather_ps): Ditto.
14409 (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
14410 (_mm512_prefetch_i32scatter_ps): Ditto.
14411 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
14412 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
14413 (_mm512_prefetch_i64scatter_pd): Ditto.
14414 (_mm512_prefetch_i64scatter_ps): Ditto.
14415 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
14416 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
14417 * config/i386/avx512vlintrin.h
14418 (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
14419 (_mm_mmask_i32gather_ps): Ditto.
14420 (_mm256_mmask_i32gather_pd): Ditto.
14421 (_mm_mmask_i32gather_pd): Ditto.
14422 (_mm256_mmask_i64gather_ps): Ditto.
14423 (_mm_mmask_i64gather_ps): Ditto.
14424 (_mm256_mmask_i64gather_pd): Ditto.
14425 (_mm_mmask_i64gather_pd): Ditto.
14426 (_mm256_mmask_i32gather_epi32): Ditto.
14427 (_mm_mmask_i32gather_epi32): Ditto.
14428 (_mm256_mmask_i32gather_epi64): Ditto.
14429 (_mm_mmask_i32gather_epi64): Ditto.
14430 (_mm256_mmask_i64gather_epi32): Ditto.
14431 (_mm_mmask_i64gather_epi32): Ditto.
14432 (_mm256_mmask_i64gather_epi64): Ditto.
14433 (_mm_mmask_i64gather_epi64): Ditto.
14434 (_mm256_i32scatter_ps): Change __addr type to void*.
14435 (_mm256_mask_i32scatter_ps): Ditto.
14436 (_mm_i32scatter_ps): Ditto.
14437 (_mm_mask_i32scatter_ps): Ditto.
14438 (_mm256_i32scatter_pd): Ditto.
14439 (_mm256_mask_i32scatter_pd): Ditto.
14440 (_mm_i32scatter_pd): Ditto.
14441 (_mm_mask_i32scatter_pd): Ditto.
14442 (_mm256_i64scatter_ps): Ditto.
14443 (_mm256_mask_i64scatter_ps): Ditto.
14444 (_mm_i64scatter_ps): Ditto.
14445 (_mm_mask_i64scatter_ps): Ditto.
14446 (_mm256_i64scatter_pd): Ditto.
14447 (_mm256_mask_i64scatter_pd): Ditto.
14448 (_mm_i64scatter_pd): Ditto.
14449 (_mm_mask_i64scatter_pd): Ditto.
14450 (_mm256_i32scatter_epi32): Ditto.
14451 (_mm256_mask_i32scatter_epi32): Ditto.
14452 (_mm_i32scatter_epi32): Ditto.
14453 (_mm_mask_i32scatter_epi32): Ditto.
14454 (_mm256_i32scatter_epi64): Ditto.
14455 (_mm256_mask_i32scatter_epi64): Ditto.
14456 (_mm_i32scatter_epi64): Ditto.
14457 (_mm_mask_i32scatter_epi64): Ditto.
14458 (_mm256_i64scatter_epi32): Ditto.
14459 (_mm256_mask_i64scatter_epi32): Ditto.
14460 (_mm_i64scatter_epi32): Ditto.
14461 (_mm_mask_i64scatter_epi32): Ditto.
14462 (_mm256_i64scatter_epi64): Ditto.
14463 (_mm256_mask_i64scatter_epi64): Ditto.
14464 (_mm_i64scatter_epi64): Ditto.
14465 (_mm_mask_i64scatter_epi64): Ditto.
14466 * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
14467 (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
14468 (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
14469 (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
14470 (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
14471 (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
14472 (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
14473 (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
14474 (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
14475 (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
14476 (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
14477 (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
14478 (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
14479 (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
14480 (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
14481 (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
14482 (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
14483 (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
14484 (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
14485 (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
14486 (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
14487 (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
14488 (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
14489 (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
14490 (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
14491 (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
14492 (VOID_QI_V8DI_PCINT_INT_INT): Remove.
14493 (V16SF_V16SF_PCVOID_V16SI_HI_INT, V8DF_V8DF_PCVOID_V8SI_QI_INT)
14494 (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
14495 (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
14496 (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
14497 (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
14498 (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
14499 (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
14500 (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
14501 (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
14502 (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
14503 (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
14504 (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
14505 (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
14506 (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
14507 (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
14508 (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
14509 (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
14510 (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
14511 (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
14512 (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
14513 (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
14514 (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
14515 (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
14516 (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
14517 (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
14518 (VOID_QI_V8DI_PCVOID_INT_INT): Add.
14519 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
14520 definitions accordingly.
14522 2017-01-17 Kito Cheng <kito.cheng@gmail.com>
14523 Kuan-Lin Chen <kuanlinchentw@gmail.com>
14526 * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
14529 2017-01-17 Vladimir Makarov <vmakarov@redhat.com>
14532 * ira-conflicts.c (ira_build_conflicts): Update total conflict
14533 hard regs for inner regno.
14535 2017-01-17 Martin Liska <mliska@suse.cz>
14538 * ipa-polymorphic-call.c (contains_type_p): Fix wrong
14539 assumption and add comment.
14541 2017-01-17 Nathan Sidwell <nathan@acm.org>
14543 * ipa-visibility.c (localize_node): New function, broken out of ...
14544 (function_and_variable_visibility): ... here. Call it.
14546 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
14548 PR middle-end/77445
14549 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
14550 correctly set frequency of oudgoing edge.
14551 (duplicate_thread_path): Fix profile updating.
14553 2017-01-17 Jakub Jelinek <jakub@redhat.com>
14556 * configure.ac: Add GCC_BASE_VER.
14557 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
14558 version from BASE-VER file.
14559 (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
14560 (gcc.o): Depend on $(BASEVER).
14561 * common.opt (dumpfullversion): New option.
14562 * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
14563 * doc/invoke.texi: Document -dumpfullversion.
14564 * doc/install.texi: Document --with-gcc-major-version-only.
14565 * configure: Regenerated.
14567 2017-01-17 Richard Biener <rguenther@suse.de>
14569 PR tree-optimization/71433
14570 * tree-vrp.c (register_new_assert_for): Merge same asserts
14571 on all incoming edges.
14572 (process_assert_insertions_for): Handle insertions at the
14575 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
14577 * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
14578 * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
14580 2017-01-17 Kaz Kojima <kkojima@gcc.gnu.org>
14583 * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
14586 2017-01-17 Alan Modra <amodra@gmail.com>
14589 * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
14590 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
14591 symbolic stack limit when pic.
14593 2017-01-16 Martin Sebor <msebor@redhat.com>
14595 PR tree-optimization/78608
14596 * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
14598 2017-01-16 Jeff Law <law@redhat.com>
14601 2016-12-02 Tadek Kijkowski <tkijkowski@gmail.com>
14602 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
14603 for several include directories that may be relative to sysroot.
14604 * config/i386/x-mingw32 (gplus_includedir): Define.
14605 (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
14606 (native_system_includedir): Likewise.
14607 * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
14608 override if TARGET_SYSTEM_ROOT is defined.
14609 (NATIVE_SYSTEM_HEADER_DIR): Likewise.
14611 PR tree-optimization/79090
14612 PR tree-optimization/33562
14613 PR tree-optimization/61912
14614 PR tree-optimization/77485
14615 * tree-ssa-dse.c (compute_trims): Accept STMT argument. Dump STMT
14616 and computed trims into the dump file.
14618 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
14620 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
14622 2017-01-16 Jakub Jelinek <jakub@redhat.com>
14625 * gimplify.c (gimplify_init_constructor): If want_value and
14626 object == lhs, unshare lhs to avoid invalid tree sharing. Formatting
14630 * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
14631 sequence. Formatting fixes.
14632 (doloop_optimize): Formatting fixes.
14635 * gcc.c (debug_level_greater_than_spec_func): New function.
14636 (static_spec_functions): Add debug-level-gt spec function.
14637 (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
14639 * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
14640 * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
14641 * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
14642 gpubnames, ggnu-pubnames, gno-record-gcc-switches,
14643 grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
14644 gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
14646 2017-01-16 Uros Bizjak <ubizjak@gmail.com>
14648 * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
14649 QImode fixups to general and mask registers only.
14651 2017-01-16 Carl Love <cel@us.ibm.com>
14653 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
14654 for built-in functions
14655 vector signed char vec_nabs (vector signed char)
14656 vector signed short vec_nabs (vector signed short)
14657 vector signed int vec_nabs (vector signed int)
14658 vector signed long long vec_nabs (vector signed long long)
14659 vector float vec_nabs (vector float)
14660 vector double vec_nabs (vector double)
14661 * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
14663 * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
14664 * config/rs6000/altivec.h: New define for vec_nabs built-in function.
14665 * doc/extend.texi: Update the documentation file for the new built-in
14668 2017-01-16 Martin Sebor <msebor@redhat.com>
14670 * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
14673 2017-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14675 * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
14676 UNSPEC_VSX__XXSPLTD to require special splat handling.
14678 2017-01-16 David Malcolm <dmalcolm@redhat.com>
14681 * system.h: Poison strndup.
14683 2017-01-16 Alan Modra <amodra@gmail.com>
14686 * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
14689 2017-01-16 Georg-Johann Lay <avr@gjlay.de>
14691 * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
14693 2017-01-15 Uros Bizjak <ubizjak@gmail.com>
14695 * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
14696 call recog here. Assert that INSN_CODE (insn) is non-negative.
14698 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
14701 * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
14703 * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
14704 in the currently scheduled RTL fragment.
14706 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
14708 PR rtl-optimization/78751
14709 * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
14712 2017-01-14 Jeff Law <law@redhat.com>
14714 PR tree-optimization/79090
14715 * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
14716 variable length stores.
14717 (compute_trims): Delete dead assignment to *trim_tail.
14718 (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
14721 2017-01-14 Bernd Schmidt <bschmidt@redhat.com>
14723 PR rtl-optimization/78626
14724 PR rtl-optimization/78727
14725 * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
14726 of a block, and split such blocks after everything else is finished.
14728 2017-01-14 Alan Modra <amodra@gmail.com>
14731 * combine.c (recog_for_combine_1): Set INSN_CODE before calling
14732 target legitimate_combined_insn.
14733 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
14734 (rs6000_legitimate_combined_insn): New function.
14735 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
14737 (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
14738 (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
14739 (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
14741 2017-01-14 Gerald Pfeifer <gerald@pfeifer.com>
14743 * doc/frontends.texi (G++ and GCC): Remove references to Java.
14745 2017-01-13 Jeff Law <law@redhat.com>
14747 PR tree-optimization/33562
14748 PR tree-optimization/61912
14749 PR tree-optimization/77485
14750 * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
14752 (delete_dead_assignment): Likewise.
14753 (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
14754 statement to delete_dead_call and delete_dead_assignment.
14756 2017-01-13 David Malcolm <dmalcolm@redhat.com>
14759 * substring-locations.c (format_warning_va): Strengthen case 1 so
14760 that both endpoints of the substring must be within the format
14761 range for just the substring to be printed.
14763 2017-01-13 Uros Bizjak <ubizjak@gmail.com>
14765 * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
14766 * config/i386/i386.c (ix86_target_string): Add missing options
14767 to isa_opts and reorder options by implied ISAs. Rename isa_opts2 to
14768 isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
14769 flags_other and ix86_target_other to flags2_other. Display unknown
14771 (ix86_valid_target_attribute_inner_p): Add missing options and
14772 reorder options by implied ISAs, as in ix86_target_string.
14774 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
14776 * hash-table.h (hash_table::too_empty_p): New function.
14777 (hash_table::expand): Use it.
14778 (hash_table::traverse): Likewise.
14779 (hash_table::empty_slot): Use sizeof (value_type) instead of
14780 sizeof (PTR) to convert bytes to elements. Shrink the table
14781 if the current size is excessive for the current number of
14784 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
14786 * ira-costs.c (record_reg_classes): Break from the inner loop
14787 early once alt_fail is known to be true. Update outer loop
14788 handling accordingly.
14790 2017-01-13 Jeff Law <law@redhat.com>
14792 * tree-ssa-dse.c (decrement_count): New function.
14793 (increment_start_addr, maybe_trim_memstar_call): Likewise.
14794 (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
14795 when we know the partially dead statement is a mem* function.
14797 PR tree-optimization/61912
14798 PR tree-optimization/77485
14799 * tree-ssa-dse.c: Include expr.h.
14800 (maybe_trim_constructor_store): New function.
14801 (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
14803 PR tree-optimization/33562
14804 PR tree-optimization/61912
14805 PR tree-optimization/77485
14806 * doc/invoke.texi: Document new dse-max-object-size param.
14807 * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
14808 * tree-ssa-dse.c: Include params.h.
14809 (dse_store_status): New enum.
14810 (initialize_ao_ref_for_dse): New, partially extracted from
14812 (valid_ao_ref_for_dse, normalize_ref): New.
14813 (setup_live_bytes_from_ref, compute_trims): Likewise.
14814 (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
14815 (maybe_trim_partially_dead_store): Likewise.
14816 (maybe_trim_complex_store): Likewise.
14817 (dse_classify_store): Renamed from dse_possibly_dead_store_p.
14818 Track what bytes live from the original store. Return tri-state
14819 for dead, partially dead or live.
14820 (dse_dom_walker): Add constructor, destructor and new private members.
14821 (delete_dead_call, delete_dead_assignment): New extracted from
14823 (dse_optimize_stmt): Make a member of dse_dom_walker.
14824 Use initialize_ao_ref_for_dse.
14826 PR tree-optimization/33562
14827 PR tree-optimization/61912
14828 PR tree-optimization/77485
14829 * sbitmap.h (bitmap_count_bits): Prototype.
14830 (bitmap_clear_range, bitmap_set_range): Likewise.
14831 * sbitmap.c (bitmap_clear_range): New function.
14832 (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
14834 2017-01-13 Martin Liska <mliska@suse.cz>
14837 * function.c (set_cfun): Add new argument force.
14838 * function.h (set_cfun): Likewise.
14839 * ipa-inline-transform.c (inline_call): Use the function when
14840 strict alising from is dropped for function we inline to.
14842 2017-01-13 Richard Biener <rguenther@suse.de>
14844 * tree-pretty-print.c (dump_generic_node): Fix inverted condition
14845 for dumping GIMPLE INTEGER_CSTs.
14847 2017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14849 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
14850 to 201112L since C++17.
14852 2017-01-13 Maxim Ostapenko <m.ostapenko@samsung.com>
14855 * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
14856 if -fsanitize=kernel-address is present.
14858 2017-01-13 Richard Biener <rguenther@suse.de>
14860 * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
14861 as _Literal ( type ) number in case usual suffixes do not
14862 preserve all information.
14864 2017-01-13 Richard Biener <rguenther@suse.de>
14866 PR tree-optimization/77283
14867 * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
14868 and ssa-iterators.h.
14869 (is_feasible_trace): Implement a cost model based on joiner
14872 2017-01-12 Michael Meissner <meissner@linux.vnet.ibm.com>
14875 * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
14876 char or short to __float128/_Float128 directly.
14878 2017-01-12 Martin Sebor <msebor@redhat.com>
14880 to -Wformat-overflow.
14881 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
14882 (min_bytes_remaining): Same.
14883 (get_string_length): Same.
14884 (format_string): Same.
14885 (format_directive): Same.
14887 (pass_sprintf_length::handle_gimple_call): Same.
14889 2017-01-12 Jakub Jelinek <jakub@redhat.com>
14891 * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
14892 info.nowrite calls with no lhs that can't throw. Return bool
14893 whether gsi_remove has been called or not.
14894 (pass_sprintf_length::handle_gimple_call): Return bool whether
14895 try_substitute_return_value called gsi_remove. Formatting fix.
14896 (pass_sprintf_length::execute): Don't use gsi_remove if
14897 handle_gimple_call returned true.
14900 * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
14901 be removed due to side-effects, don't remove following barrier nor
14902 turn the successor edge into fallthru edge.
14904 2017-01-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14907 * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
14908 element-reversing loads and stores as not swappable.
14910 2017-01-12 Nathan Sidwell <nathan@acm.org>
14911 Nicolai Stange <nicstange@gmail.com>
14913 * combine.c (try_combine): Don't ignore result of overlap checking
14914 loop. Combine overlap & asm check into single loop.
14916 2017-01-12 Richard Biener <rguenther@suse.de>
14918 * tree-pretty-print.c (dump_generic_node): Provide -gimple
14919 variant for MEM_REF. Sanitize INTEGER_CST for -gimple.
14921 2017-01-12 Richard Biener <rguenther@suse.de>
14923 * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
14924 and TS_TARGET_OPTION directly derive from TS_BASE.
14925 * tree-core.h (tree_optimization_option): Derive from tree_base.
14926 (tree_target_option): Likewise.
14928 2017-01-11 Uros Bizjak <ubizjak@gmail.com>
14930 * config/i386/i386.c (memory_address_length): Increase len
14931 only when rip_relative_addr_p returns false.
14933 2017-01-11 Julia Koval <julia.koval@intel.com>
14935 * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
14936 (OPTION_MASK_ISA_SGX_SET): New.
14937 (ix86_handle_option): Handle OPT_msgx.
14938 * config.gcc: Added sgxintrin.h.
14939 * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
14940 * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
14941 * config/i386/i386.c (ix86_target_string): Add -msgx.
14943 (ix86_option_override_internal): Handle new options.
14944 (ix86_valid_target_attribute_inner_p): Add sgx.
14945 * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
14946 * config/i386/i386.opt: Add msgx.
14947 * config/i386/sgxintrin.h: New file.
14948 * config/i386/x86intrin.h: Add sgxintrin.h.
14950 2017-01-11 Jakub Jelinek <jakub@redhat.com>
14953 * fold-const.c (maybe_nonzero_address): Return 1 for function
14955 (tree_single_nonzero_warnv_p): Don't handle function local objects
14959 * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
14962 2017-01-11 David Malcolm <dmalcolm@redhat.com>
14965 * opts.c: Include "spellcheck.h"
14966 (struct string_fragment): New struct.
14967 (struct edit_distance_traits<const string_fragment &>): New
14969 (get_closest_sanitizer_option): New function.
14970 (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
14972 2017-01-11 Jakub Jelinek <jakub@redhat.com>
14974 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
14976 (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
14977 DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
14978 (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
14979 (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
14980 for initial die_offset if dwarf_split_debug_info.
14981 (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
14982 initial next_die_offset if dwo_id is non-NULL. Don't emit padding
14984 (output_skeleton_debug_sections): Formatting fix. Use
14985 DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
14986 DWARF_COMPILE_UNIT_HEADER_SIZE. Don't emit padding.
14988 2017-01-11 Wilco Dijkstra <wdijkstr@arm.com>
14990 * config/arm/cortex-a53.md: Add bypasses for
14991 cortex_a53_r2f_cvt.
14992 (cortex_a53_r2f): Only use for transfers.
14993 (cortex_a53_f2r): Likewise.
14994 (cortex_a53_r2f_cvt): Add reservation for conversions.
14995 (cortex_a53_f2r_cvt): Likewise.
14997 2017-01-11 Tamar Christina <tamar.christina@arm.com>
14999 * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
15000 to all inlined functions, change static to extern.
15002 2017-01-11 Christophe Lyon <christophe.lyon@linaro.org>
15005 * config/arm/arm.c (legitimize_pic_address): Handle reference to
15007 (arm_assemble_integer): Likewise.
15009 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
15011 * config.gcc: Use new awk script to check CPU, FPU and architecture
15012 parameters for --with-... options.
15013 * config/arm/parsecpu.awk: New file
15014 * config/arm/arm-cpus.in: New file.
15015 * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
15017 * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
15019 * config/arm/t-arm: Update dependency rules.
15020 * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
15021 of processing .def files.
15022 * config/arm/genopt.sh: Deleted.
15023 * config/arm/gentune.sh: Deleted.
15024 * config/arm/arm-cores.def: Deleted.
15025 * config/arm/arm-arches.def: Deleted.
15026 * config/arm/arm-fpus.def: Deleted.
15027 * config/arm/arm-tune.md: Regenerated.
15028 * config/arm/arm-tables.opt: Regenerated.
15029 * config/arm/arm-cpu.h: New generated file.
15030 * config/arm/arm-cpu-data.h: New generated file.
15031 * config/arm/arm-cpu-cdata.h: New generated file.
15033 2017-01-11 Maxim Ostapenko <m.ostapenko@samsung.com>
15036 * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
15038 (input_varpool_node): Unpack dynamically_initialized bit.
15040 2017-01-11 Eric Botcazou <ebotcazou@adacore.com>
15042 PR rtl-optimization/79032
15043 * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
15044 the alignment of the adjusted memory reference against that of MODE,
15045 instead of the alignment of the original memory reference.
15047 2017-01-11 Martin Jambor <mjambor@suse.cz>
15049 * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
15051 * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
15052 decorated functions.
15054 2017-01-11 Richard Biener <rguenther@suse.de>
15056 * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
15057 set range/nonnull info for PHI results. Do not set it on
15058 stmts marked for removal.
15060 2017-01-10 Eric Botcazou <ebotcazou@adacore.com>
15062 * expr.c (store_field): In the bitfield case, fetch the return value
15063 from the registers before applying a single big-endian adjustment.
15064 Always do a final load for a BLKmode value not larger than a word.
15066 2017-01-10 David Malcolm <dmalcolm@redhat.com>
15069 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
15070 that we correctly handle column numbers greater than
15071 LINE_MAP_MAX_COLUMN_NUMBER.
15073 2017-01-10 Martin Sebor <msebor@redhat.com>
15075 PR middle-end/78245
15076 * gimple-ssa-sprintf.c (get_destination_size): Call
15077 {init,fini}object_sizes.
15078 * tree-object-size.c (addr_object_size): Adjust.
15079 (pass_through_call): Adjust.
15080 (pass_object_sizes::execute): Adjust.
15081 * tree-object-size.h (fini_object_sizes): Declare.
15083 2017-01-10 Martin Sebor <msebor@redhat.com>
15085 PR tree-optimization/78775
15086 * builtins.c (get_size_range): Move...
15087 * calls.c: ...to here.
15088 (alloc_max_size): Accept zero argument.
15089 (operand_signed_p): Remove.
15090 (maybe_warn_alloc_args_overflow): Call get_size_range.
15091 * calls.h (get_size_range): Declare.
15093 2017-01-10 Joe Seymour <joe.s@somniumtech.com>
15095 * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
15096 from TI's devices.csv file as of September 2016.
15097 * config/msp430/msp430.c (msp430_mcu_data): Likewise.
15099 2017-01-10 Sandra Loosemore <sandra@codesourcery.com>
15101 * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
15102 * doc/invoke.texi: Likewise.
15103 * doc/md.texi: Likewise.
15104 * doc/objc.texi: Likewise.
15106 2017-01-10 Joshua Conner <joshconner@google.com>
15108 * config/arm/fuchsia-elf.h: New file.
15109 * config/fuchsia.h: New file.
15110 * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
15111 (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
15113 * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
15115 2016-01-10 Richard Biener <rguenther@suse.de>
15117 PR tree-optimization/79034
15118 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
15119 Propagate out degenerate PHIs in the joiner.
15121 2017-01-10 Martin Liska <mliska@suse.cz>
15123 * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
15124 (sort_congruence_classes_by_decl_uid): Likewise.
15125 (sort_congruence_class_groups_by_decl_uid): Likewise.
15126 (sem_item_optimizer::merge_classes): Sort class, groups in these
15127 classes and members in the groups by DECL_UID of declarations.
15128 This would make merge operations stable.
15130 2017-01-10 Martin Liska <mliska@suse.cz>
15132 * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
15133 usage of m_classes_vec.
15134 (sem_item_optimizer::~sem_item_optimizer): Likewise.
15135 (sem_item_optimizer::get_group_by_hash): Likewise.
15136 (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
15137 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
15138 (sem_item_optimizer::verify_classes): Likewise.
15139 (sem_item_optimizer::process_cong_reduction): Likewise.
15140 (sem_item_optimizer::dump_cong_classes): Likewise.
15141 (sem_item_optimizer::merge_classes): Likewise.
15142 * ipa-icf.h (congruence_class_hash): Rename from
15143 congruence_class_group_hash. Remove declaration of m_classes_vec.
15145 2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com>
15147 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
15148 OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
15149 * config.gcc: Add avx512vpopcntdqintrin.h.
15150 * config/i386/avx512vpopcntdqintrin.h: New.
15151 * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
15152 * config/i386/i386-builtin-types.def: Add new types.
15153 * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
15154 __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
15155 __builtin_ia32_vpopcountq_v8di_mask): New.
15156 * config/i386/i386-c.c (ix86_target_macros_internal): Define
15157 __AVX512VPOPCNTDQ__.
15158 * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
15159 (PTA_AVX512VPOPCNTDQ): Define.
15160 * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
15161 TARGET_AVX512VPOPCNTDQ_P): Define.
15162 * config/i386/i386.opt: Add mavx512vpopcntdq.
15163 * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
15164 * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
15166 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
15168 PR middle-end/77484
15169 * predict.def (PRED_CALL): Set to 67.
15171 2017-01-09 Eric Botcazou <ebotcazou@adacore.com>
15173 * expr.c (store_field): In the bitfield case, if the value comes from
15174 a function call and is of an aggregate type returned in registers, do
15175 not modify the field mode; extract the value in all cases if the mode
15176 is BLKmode and the size is not larger than a word.
15178 2017-01-09 Dominique d'Humieres <dominiq@lps.ens.fr>
15181 * config/i386/cpuid.h: Fix undefined behavior.
15183 2017-01-04 Jeff Law <law@redhat.com>
15185 PR tree-optimization/79007
15186 PR tree-optimization/67955
15187 * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
15188 conservative for pt.null when flag_non_call_exceptions is on.
15190 2017-01-09 Jakub Jelinek <jakub@redhat.com>
15192 PR translation/79019
15193 PR translation/79020
15194 * params.def (PARAM_INLINE_MIN_SPEEDUP,
15195 PARAM_IPA_CP_SINGLE_CALL_PENALTY,
15196 PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
15198 * config/avr/avr.opt (maccumulate-args): Likewise.
15199 * config/msp430/msp430.opt (mwarn-mcu): Likewise.
15200 * common.opt (freport-bug): Likewise.
15201 * cif-code.def (CIF_FINAL_ERROR): Likewise.
15202 * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
15203 * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
15204 translatable string.
15205 * config/i386/i386.c (function_value_32): Likewise.
15206 * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
15207 * config/msp430/msp430.c (msp430_option_override, msp430_attr):
15209 * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
15210 * common/config/msp430/msp430-common.c (msp430_handle_option):
15212 * symtab.c (symtab_node::verify_base): Likewise.
15213 * opts.c (set_debug_level): Likewise.
15214 * tree.c (verify_type_variant): Likewise. Fix typo in comment.
15215 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
15216 missing whitespace to translatable strings.
15217 * config/avr/avr.md (bswapsi2): Fix typo in comment.
15218 * config/sh/superh.h: Likewise.
15219 * config/i386/xopintrin.h: Likewise.
15220 * config/i386/znver1.md: Likewise.
15221 * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
15222 * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
15223 * double-int.h (struct double_int): Likewise.
15224 * double-int.c (div_and_round_double): Likewise.
15225 * wide-int.cc: Likewise.
15226 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
15227 * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
15228 * cfgcleanup.c (crossjumps_occured): Renamed to ...
15229 (crossjumps_occurred): ... this.
15230 (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
15233 PR tree-optimization/78899
15234 * tree-if-conv.c (version_loop_for_if_conversion): Instead of
15235 returning bool return struct loop *, NULL for failure and the new
15237 (versionable_outer_loop_p): Don't version outer loop if it has
15238 dont_vectorized bit set.
15239 (tree_if_conversion): When versioning outer loop, ensure
15240 tree_if_conversion is performed also on the inner loop of the
15241 non-vectorizable outer loop copy.
15242 * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix. Fold
15243 LOOP_VECTORIZED in inner loop of the scalar outer loop and
15244 prevent vectorization of it.
15245 (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
15246 the outer loop vectorization of the non-scalar version is attempted
15247 before vectorization of the inner loop in scalar version. If
15248 outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
15249 vectorization of its inner loop.
15250 * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
15251 has 2 inner loops, rename also on edges from bb whose single pred
15252 is outer_loop->header. Fix typo in function comment.
15254 2017-01-09 Martin Sebor <msebor@redhat.com>
15257 * asan.c (asan_emit_stack_protection): Increase local buffer size
15258 to avoid snprintf truncation warning.
15260 2017-01-09 Andrew Pinski <apinski@cavium.com>
15262 * config/aarch64/aarch64-cores.def: Add thunderx2t99. Change vulcan
15263 to reference thunderx2t99 for the tuning structure
15264 * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
15266 (thunderx2t99_extra_costs): This.
15267 * config/aarch64/aarch64-tune.md: Regenerate.
15268 * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
15269 (vulcan_addrcost_table): This.
15270 (vulcan_regmove_cost): Rename to ...
15271 (thunderx2t99_regmove_cost): This.
15272 (vulcan_vector_cost): Rename to ...
15273 (thunderx2t99_vector_cost): this.
15274 (vulcan_branch_cost): Rename to ...
15275 (thunderx2t99_branch_cost): This.
15276 (vulcan_tunings): Rename to ...
15277 (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
15278 * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
15280 2017-01-09 Martin Jambor <mjambor@suse.cz>
15284 * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
15285 * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
15286 (propagate_vr_accross_jump_function): Use the above function for all
15287 value range computations for pass-through jump functions and type
15288 converasion from explicit value range values.
15289 (ipcp_propagate_stage): Do not attempt to deduce types of formal
15290 parameters from TYPE_ARG_TYPES.
15291 * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
15292 (ipa_write_node_info): Stream type of the actual argument.
15293 (ipa_read_node_info): Likewise. Also remove trailing whitespace.
15295 2017-01-09 Martin Liska <mliska@suse.cz>
15298 * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
15299 (lookup_compiler): Do not show error message with have_E.
15301 2017-01-09 Jakub Jelinek <jakub@redhat.com>
15303 PR tree-optimization/78938
15304 * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
15305 where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
15306 BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
15307 {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR. Formatting
15310 2017-01-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15312 * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
15315 2017-01-09 Richard Biener <rguenther@suse.de>
15317 PR tree-optimization/78997
15318 * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
15319 name condition properly.
15321 2017-01-09 Richard Biener <rguenther@suse.de>
15324 * dwarf2out.c (is_cxx): New overload with context.
15325 (is_naming_typedef_decl): Use it.
15327 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
15329 * invoke.texi (Option Summary): Correct spacing in option lists
15330 and add line breaks to fix over-long lines.
15332 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
15334 PR middle-end/17660
15336 * extend.texi (Common Variable Attributes): Add xref to GCC
15337 Internals manual to explain mode attribute keywords.
15339 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
15342 * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
15343 and Preprocessor Options.
15344 (Options for Linking): Document -pthread here....
15345 (RS/6000 and PowerPC Options): ...not here.
15346 (Solaris 2 Options): ...or here.
15347 * doc/cppopts.texi: Document -pthread.
15349 2017-01-08 Martin Sebor <msebor@redhat.com>
15351 PR middle-end/77708
15352 * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
15353 * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
15354 New member functions.
15355 (format_directive): Used them.
15357 (pass_sprintf_length::handle_gimple_call): Same.
15358 * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
15359 to avoid truncation for any argument.
15360 (extract_affine_mul): Same.
15361 * tree.c (get_file_function_name): Same.
15363 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
15365 PR middle-end/77484
15366 * predict.def (PRED_INDIR_CALL): Set to 86.
15368 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
15370 PR preprocessor/54124
15371 * doc/cppopts.texi: Reformat -d subtable to list the full name
15372 of the options. Add cross-reference to the docs for the general
15373 compiler -d options.
15374 * doc/invoke.texi (Developer Options): Add cross-reference to the
15375 preprocessor-specific -d option documentation.
15377 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
15379 PR preprocessor/13498
15380 * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
15381 redudant material, and reflect new command-line options.
15382 (System Headers): Likewise.
15384 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
15386 * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
15387 -isystem, and -idirafter. Copy-edit.
15388 * doc/cppopts.texi: Copy-edit. Remove contradiction about
15389 default for -ftrack-macro-expansion. Delete obsolete and
15390 badly-formatted implementation details about -fdebug-cpp output.
15391 * doc/cppwarnopts.texi: Copy-edit.
15393 2017-01-07 David Malcolm <dmalcolm@redhat.com>
15396 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
15397 that the transition from a max line width >= 1<<10 to narrower
15398 lines works correctly.
15400 2017-01-07 Alexandre Oliva <aoliva@redhat.com>
15402 * doc/options.texi (PerFunction): New.
15403 * opt-functions.awk (switch_flags): Map both Optimization and
15404 PerFunction to CL_OPTIMIZATION.
15405 * opth-gen.awk: Test for PerFunction flag along with
15407 * optc-save-gen.awk: Likewise. Introduce var_opt_hash and set
15408 it only when the latter is present. Skip those that don't in
15409 the hash function generator.
15410 * common.opt (fvar-tracking): Mark as PerFunction instead of
15412 (fvar-tracking-assignments): Likewise.
15413 (fvar-tracking-assignments-toggle): Likewise.
15414 (fvar-tracking-uninit): Likewise.
15416 2017-01-07 Jakub Jelinek <jakub@redhat.com>
15418 PR translation/79018
15419 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
15422 2017-01-06 Mikael Pettersson <mikpelinux@gmail.com>
15425 * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
15426 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
15427 TARGET_LONG_JUMP_TABLE_OFFSETS.
15428 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
15429 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
15430 * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
15431 (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
15432 * config/m68k/m68k.md (tablejump expander): Likewise.
15433 (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
15434 TARGET_LONG_JUMP_TABLE_OFFSETS.
15435 (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
15436 * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
15438 2017-01-06 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
15439 David Holsgrove <david.holsgrove@xilinx.com>
15441 * common/config/microblaze/microblaze-common.c
15442 (TARGET_EXCEPT_UNWIND_INFO): Remove.
15443 * config/microblaze/microblaze-protos.h (microblaze_eh_return):
15445 * config/microblaze/microblaze.c (microblaze_must_save_register)
15446 (microblaze_expand_epilogue, microblaze_return_addr): Handle
15448 (microblaze_eh_return): New function.
15449 * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
15450 (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
15451 (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
15452 * config/microblaze/microblaze.md (eh_return): New pattern.
15454 2017-01-06 Jakub Jelinek <jakub@redhat.com>
15456 * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
15457 GCC_DIAGNOSTIC_STRINGIFY): Define.
15459 * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
15461 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
15463 * config/arm/arm.md (<mcrr>): New.
15465 * config/arm/arm.c (arm_arch5te): New.
15466 (arm_option_override): Set arm_arch5te.
15467 (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
15469 * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
15470 (arm_mcrr_qualifiers): ... this. New.
15471 (MRRC_QUALIFIERS): Define to...
15472 (arm_mrrc_qualifiers): ... this. New.
15473 * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
15475 * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
15476 * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
15477 (MRRCI, mrrc, MRRC): New.
15478 * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
15479 VUNSPEC_MRRC2): New.
15481 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
15483 * config/arm/arm.md (<mcr>): New.
15485 * config/arm/arm.c (arm_coproc_builtin_available): Add
15486 support for mcr, mrc, mcr2 and mrc2.
15487 * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
15488 (arm_mcr_qualifiers): ... this. New.
15489 (MRC_QUALIFIERS): Define to ...
15490 (arm_mrc_qualifiers): ... this. New.
15491 (MCR_QUALIFIERS): Define to ...
15492 (arm_mcr_qualifiers): ... this. New.
15493 * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
15495 * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
15496 * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
15497 * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
15498 VUNSPEC_MRC2): New.
15500 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
15502 * config/arm/arm.md (*ldc): New.
15506 * config/arm/arm.c (arm_coproc_builtin_available): Add
15507 support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
15508 (arm_coproc_ldc_stc_legitimate_address): New.
15509 * config/arm/arm-builtins.c (arm_type_qualifiers): Add
15510 'qualifier_const_pointer'.
15511 (LDC_QUALIFIERS): Define to...
15512 (arm_ldc_qualifiers): ... this. New.
15513 (STC_QUALIFIERS): Define to...
15514 (arm_stc_qualifiers): ... this. New.
15515 * config/arm/arm-protos.h
15516 (arm_coproc_ldc_stc_legitimate_address): New.
15517 * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
15518 __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
15519 * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
15520 stc2, stcl, stc2l): New.
15521 * config/arm/constraints.md (Uz): New.
15522 * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
15523 * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
15524 VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
15525 VUNSPEC_STC2L): New.
15527 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
15529 * config/arm/arm.md (<cdp>): New.
15530 * config/arm/arm.c (neon_const_bounds): Rename this ...
15531 (arm_const_bounds): ... this.
15532 (arm_coproc_builtin_available): New.
15533 * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
15534 (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
15535 (CDP_QUALIFIERS): Define to...
15536 (arm_cdp_qualifiers): ... this. New.
15538 (arm_expand_builtin_args): Add case for 6 arguments.
15539 * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
15540 (arm_const_bounds): ... this.
15541 (arm_coproc_builtin_available): New.
15542 * config/arm/arm_acle.h (__arm_cdp): New.
15544 * config/arm/arm_acle_builtins.def (cdp): New.
15546 * config/arm/iterators.md (CDPI,CDP,cdp): New.
15547 * config/arm/neon.md: Rename all 'neon_const_bounds' to
15548 'arm_const_bounds'.
15549 * config/arm/types.md (coproc): New.
15550 * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
15551 * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
15552 * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
15553 arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
15555 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
15557 * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
15558 (UBINOP_QUALIFIERS): New.
15560 (acle_builtin_data): New. Change comment.
15561 (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
15562 ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
15563 ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
15564 arm_acle_builtins.def.
15565 (ARM_BUILTIN_ACLE_PATTERN_START): Define.
15566 (arm_init_acle_builtins): New.
15567 (CRC32_BUILTIN): Remove.
15568 (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
15569 crc32cb, crc32ch and crc32cw.
15570 (arm_init_crc32_builtins): Remove.
15571 (arm_init_builtins): Use arm_init_acle_builtins rather
15572 than arm_init_crc32_builtins.
15573 (arm_expand_acle_builtin): New.
15574 (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
15575 * config/arm/arm_acle_builtins.def: New.
15577 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
15579 * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
15580 (arm_builtin_datum): ... this.
15581 (arm_init_neon_builtin): Rename to ...
15582 (arm_init_builtin): ... this. Add a new parameters PREFIX
15583 and USE_SIG_IN_NAME.
15584 (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
15585 'arm_init_builtin'. Replace type 'neon_builtin_datum' with
15586 'arm_builtin_datum'.
15587 (arm_init_vfp_builtins): Likewise.
15588 (builtin_arg): Rename enum's replacing 'NEON_ARG' with
15589 'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
15590 (arm_expand_neon_args): Rename to ...
15591 (arm_expand_builtin_args): ... this. Rename builtin_arg
15592 enum values and differentiate between ARG_BUILTIN_MEMORY
15593 and ARG_BUILTIN_NEON_MEMORY.
15594 (arm_expand_neon_builtin_1): Rename to ...
15595 (arm_expand_builtin_1): ... this. Rename builtin_arg enum
15596 values, arm_expand_builtin_args and add bool parameter NEON.
15597 (arm_expand_neon_builtin): Use arm_expand_builtin_1.
15598 (arm_expand_vfp_builtin): Likewise.
15599 (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
15601 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
15603 PR middle-end/77484
15604 * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
15605 * predict.c (tree_estimate_probability_bb): Reverse direction of
15606 polymorphic call predictor.
15608 2017-01-06 David Malcolm <dmalcolm@redhat.com>
15610 * passes.c (execute_one_pass): Split out pass-skipping logic into...
15611 (determine_pass_name_match): ...this new function and...
15612 (should_skip_pass_p): ...this new function.
15614 2017-01-06 Nathan Sidwell <nathan@acm.org>
15616 * ipa-visibility.c (function_and_variable_visibility): Reformat
15617 comments and long lines. Remove extrneous if.
15618 * symtab.c (symtab_node::make_decl_local): Fix code format.
15619 (symtab_node::set_section_for_node): Fix comment typo.
15621 2017-01-06 Martin Liska <mliska@suse.cz>
15624 * lra-constraints.c: Rename invariant to lra_invariant.
15625 * predict.c (set_even_probabilities): Initialize e to NULL.
15627 2017-01-05 Martin Sebor <msebor@redhat.com>
15629 PR tree-optimization/78910
15630 * gimple-ssa-sprintf.c (tree_digits): Add an argument.
15631 (format_integer): Correct off-by-one error in the handling
15632 of precision with negative numbers in signed conversions..
15634 2017-01-05 Eric Botcazou <ebotcazou@adacore.com>
15636 * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
15638 2017-01-05 Jakub Jelinek <jakub@redhat.com>
15640 PR tree-optimization/71016
15641 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
15642 factor_out_conditional_conversion. Formatting fix.
15643 (factor_out_conditional_conversion): Add cond_stmt argument.
15644 If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
15645 cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
15648 2017-01-05 David Malcolm <dmalcolm@redhat.com>
15650 * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
15651 read-rtl-function.o, and selftest-rtl.o.
15652 * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
15653 (selftest::aarch64_test_loading_full_dump): New function.
15654 (selftest::aarch64_run_selftests): New function.
15655 (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
15656 selftest::aarch64_run_selftests.
15657 * config/i386/i386.c
15658 (selftest::ix86_test_loading_dump_fragment_1): New function.
15659 (selftest::ix86_test_loading_call_insn): New function.
15660 (selftest::ix86_test_loading_full_dump): New function.
15661 (selftest::ix86_test_loading_unspec): New function.
15662 (selftest::ix86_run_selftests): Call the new functions.
15663 * emit-rtl.c (maybe_set_max_label_num): New function.
15664 * emit-rtl.h (maybe_set_max_label_num): New decl.
15665 * function.c (instantiate_decls): Guard call to
15666 instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
15667 * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
15669 * gensupport.c (gen_reader::gen_reader): Pass "false"
15670 for new "compact" param of rtx_reader.
15671 * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
15672 rather than an empty string for NULL strings.
15673 * read-md.c: Potentially include config.h rather than bconfig.h.
15674 Wrap include of errors.h with #ifdef GENERATOR_FILE.
15675 (have_error): New global, copied from errors.c.
15676 (md_reader::read_name): Rename to...
15677 (md_reader::read_name_1): ...this, adding "out_loc" param,
15678 and converting "missing name or number" to returning false, rather
15680 (md_reader::read_name): Reimplement in terms of read_name_1.
15681 (md_reader::read_name_or_nil): New function.
15682 (md_reader::read_string): Handle "(nil)" by returning NULL.
15683 (md_reader::md_reader): Add new param "compact".
15684 (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
15685 (md_reader::read_file): New method.
15686 * read-md.h (md_reader::md_reader): Add new param "compact".
15687 (md_reader::read_file): New method.
15688 (md_reader::is_compact): New accessor.
15689 (md_reader::read_name): Convert return type from void to file_location.
15690 (md_reader::read_name_or_nil): New decl.
15691 (md_reader::read_name_1): New decl.
15692 (md_reader::m_compact): New field.
15693 (noop_reader::noop_reader): Pass "false" for new "compact" param
15695 (rtx_reader::rtx_reader): Add new "compact" param.
15696 (rtx_reader::read_rtx_operand): Make virtual and convert return
15697 type from void to rtx.
15698 (rtx_reader::read_until): New decl.
15699 (rtx_reader::handle_any_trailing_information): New virtual function.
15700 (rtx_reader::postprocess): New virtual function.
15701 (rtx_reader::finalize_string): New virtual function.
15702 (rtx_reader::m_in_call_function_usage): New field.
15703 (rtx_reader::m_reuse_rtx_by_id): New field.
15704 * read-rtl-function.c: New file.
15705 * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
15706 * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
15707 (selftest::verify_three_block_rtl_cfg): New decl.
15708 * read-rtl-function.h: New file.
15709 * read-rtl.c: Potentially include config.h rather than bconfig.h.
15710 For host, include function.h, memmodel.h, and emit-rtl.h.
15711 (one_time_initialization): New function.
15712 (struct compact_insn_name): New struct.
15713 (compact_insn_names): New array.
15714 (find_code): Handle insn codes in compact dumps.
15715 (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
15716 (bind_subst_iter_and_attr): Likewise.
15717 (add_condition_to_string): Likewise.
15718 (add_condition_to_rtx): Likewise.
15719 (apply_attribute_uses): Likewise.
15720 (add_current_iterators): Likewise.
15721 (apply_iterators): Likewise.
15722 (initialize_iterators): Guard usage of apply_subst_iterator with
15723 #ifdef GENERATOR_FILE.
15724 (read_conditions): Wrap with #ifdef GENERATOR_FILE.
15725 (md_reader::read_mapping): Likewise.
15726 (add_define_attr_for_define_subst): Likewise.
15727 (add_define_subst_attr): Likewise.
15728 (read_subst_mapping): Likewise.
15729 (check_code_iterator): Likewise.
15730 (rtx_reader::read_rtx): Likewise. Move one-time initialization
15732 (one_time_initialization): New function.
15733 (rtx_reader::read_until): New method.
15734 (read_flags): New function.
15735 (parse_reg_note_name): New function.
15736 (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
15737 Handle reuse_rtx ids.
15738 Wrap iterator lookup within #ifdef GENERATOR_FILE.
15739 Add parsing support for RTL dumps, mirroring the special-cases in
15740 print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
15741 values, and calling handle_any_trailing_information.
15742 (rtx_reader::read_rtx_operand): Convert return type from void
15743 to rtx, returning return_rtx. Handle case 'e'. Call
15744 finalize_string on XSTR and XTMPL fields.
15745 (rtx_reader::read_nested_rtx): Handle dumps in which trailing
15746 "(nil)" values were omitted. Call the postprocess vfunc on the
15748 (rtx_reader::rtx_reader): Add new "compact" param and pass to base
15749 class ctor. Initialize m_in_call_function_usage. Call
15750 one_time_initialization.
15751 * rtl-tests.c (selftest::test_uncond_jump): Call
15752 set_new_first_and_last_insn.
15753 * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
15754 * selftest-rtl.c: New file.
15755 * selftest-rtl.h (class selftest::rtl_dump_test): New class.
15756 (selftest::get_insn_by_uid): New decl.
15757 * selftest-run-tests.c (selftest::run_tests): Call
15758 read_rtl_function_c_tests.
15759 * selftest.h (selftest::read_rtl_function_c_tests): New decl.
15760 * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
15763 2017-01-05 Uros Bizjak <ubizjak@gmail.com>
15765 * config/i386/i386.md (*testqi_ext_3): No need to handle memory
15766 operands in a special way. Assert that pos+len <= mode precision.
15768 2017-01-05 Jakub Jelinek <jakub@redhat.com>
15770 * common.opt (fvect-cost-model): Remove RejectNegative flag, use
15771 3 argument Alias with unlimited for the negative form.
15772 (fno-vect-cost-model): Removed.
15774 2017-01-05 Martin Liska <mliska@suse.cz>
15776 * hsa-gen.c (gen_hsa_divmod): New function.
15777 (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
15779 2017-01-05 Martin Liska <mliska@suse.cz>
15782 * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
15785 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15787 * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
15788 small constant length operands.
15790 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15792 * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
15793 between loop iterations.
15795 2017-01-05 Martin Liska <mliska@suse.cz>
15798 * gimplify.c (gimplify_decl_expr): Compare to
15799 asan_poisoned_variables instread of checking flags.
15800 (gimplify_target_expr): Likewise.
15801 (gimplify_expr): Likewise.
15802 (gimplify_function_tree): Conditionally initialize
15803 asan_poisoned_variables.
15805 2017-01-04 Jeff Law <law@redhat.com>
15807 PR tree-optimizatin/78812
15808 * rtl.h (contains_mem_rtx_p): Prototype.
15809 * ifcvt.c (containts_mem_rtx_p): Move from here to...
15810 * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
15811 * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
15812 and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look
15813 through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
15815 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
15817 * input.c (assert_char_at_range): Default-initialize actual_range.
15819 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
15821 * df-scan.c (df_ref_create_structure): Make regno unsigned,
15822 to match the caller.
15824 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
15826 * cfgexpand.c (expand_gimple_basic_block): Disregard debug
15827 insns after final jump in test to emit dummy move.
15829 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
15831 * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
15832 * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
15834 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
15836 * multiple_target.c (create_dispatcher_calls): Init e_next.
15837 * tree-ssa-loop-split.c (split_loop): Init border.
15838 * tree-vect-loop.c (vect_determine_vectorization_factor): Init
15841 2017-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
15846 * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
15847 (altivec_register_operand): Do not return true if the operand
15848 contains a SUBREG mixing SImode and SFmode.
15849 (vsx_register_operand): Likewise.
15850 (vsx_reg_sfsubreg_ok): New predicate.
15851 (vfloat_operand): Do not return true if the operand contains a
15852 SUBREG mixing SImode and SFmode.
15853 (vint_operand): Likewise.
15854 (vlogical_operand): Likewise.
15855 (gpc_reg_operand): Likewise.
15856 (int_reg_operand): Likewise.
15857 * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
15858 * config/rs6000/rs6000.c (valid_sf_si_move): New function to
15859 determine if a MOVSI or MOVSF operation contains SUBREGs that mix
15861 (rs6000_emit_move_si_sf_subreg): New helper function.
15862 (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
15863 fixup SUBREGs involving SImode and SFmode.
15864 * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
15865 numbers for the new peephole2 optimization.
15866 (peephole2 for SFmode unions): New peephole2 to optimize cases in
15867 the GLIBC math library that do AND/IOR/XOR operations on single
15868 precision floating point.
15869 * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
15870 target macros to say whether we need to avoid SUBREGs mixing
15872 (TARGET_ALLOW_SF_SUBREG): Likewise.
15873 * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
15874 (UNSPEC_SI_FROM_SF): Likewise.
15875 (iorxor): Change spacing.
15876 (and_ior_xor): New iterator for AND, IOR, and XOR.
15877 (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
15878 (movdi_from_sf_zero_ext): Likewise.
15879 (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
15880 instead of gpc_reg_operand. Add SImode/SFmode SUBREG support.
15881 (movsf_from_si): New insn for SImode/SFmode SUBREG support.
15882 (fma<mode>4): Use gpc_reg_operand instead of register_operand.
15883 (fms<mode>4): Likewise.
15884 (fnma<mode>4): Likewise.
15885 (fnms<mode>4): Likewise.
15886 (nfma<mode>4): Likewise.
15887 (nfms<mode>4): Likewise.
15889 2017-01-04 Marek Polacek <polacek@redhat.com>
15892 * doc/invoke.texi: Document -Wpointer-compare.
15894 2017-01-04 Jakub Jelinek <jakub@redhat.com>
15896 * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
15899 * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
15900 descriptions for -gdwarf-5 and emit them as uleb128 instead of
15903 2017-01-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
15906 * doc/sourcebuild.texi (PowerPC-specific attributes): Add
15907 documentation of the powerpc_popcntb_ok attribute.
15908 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
15909 code to issue warning messages if a requested CPU configuration is
15910 not supported by the binary (assembler and loader) toolchain.
15911 (spe_init_builtins): Add two assertions to prevent ICE if attempt is
15912 made to define a built-in function that has been disabled.
15913 (paired_init_builtins): Add assertion to prevent ICE if attempt is
15914 made to define a built-in function that has been disabled.
15915 (altivec_init_builtins): Add comment explaining why definition
15916 of the DST built-in functions is not preceded by an assertion
15917 check. Add assertions to prevent ICE if attempts are made to
15918 define an altivec predicate or an abs* built-in function that has
15920 (htm_init_builtins): Add comment explaining why definition of the
15921 htm built-in functions is not preceded by an assertion check.
15923 2017-01-04 Jeff Law <law@redhat.com>
15925 PR tree-optimizatin/67955
15926 * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
15927 Allow any SSA_VAR_P as the base objects. Use integer_zerop. Verify
15928 the points-to solution does not include pt_null. Use DECL_PT_UID
15931 2017-01-04 Uros Bizjak <ubizjak@gmail.com>
15933 * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
15934 Use gen_int_mode instead of gen_lopwart for const_int operands.
15936 2017-01-04 Jakub Jelinek <jakub@redhat.com>
15938 PR tree-optimization/71563
15939 * match.pd: Simplify X << Y into X if Y is known to be 0 or
15940 out of range value - has low bits known to be zero.
15942 2017-01-04 Alan Modra <amodra@gmail.com>
15944 * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
15945 * configure: Regenerate.
15946 * config.in: Regenerate.
15948 2017-01-04 Jakub Jelinek <jakub@redhat.com>
15951 * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
15952 a substring of the message, but strcmp with the whole message. Ifdef
15953 ENABLE_NLS, translate the message first using dgettext.
15955 2017-01-03 Jeff Law <law@redhat.com>
15957 PR tree-optimizatin/78856
15958 * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
15959 (mark_threaded_blocks): Remove code to truncate thread paths that
15960 cross multiple loop headers. Instead invalidate the cached loop
15961 iteration information and handle case of a thread path walking
15962 into an irreducible region.
15964 2017-01-03 Michael Meissner <meissner@linux.vnet.ibm.com>
15967 * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
15968 assertions. Add support for doing the signbit if the IEEE 128-bit
15969 floating point value is in a GPR.
15970 * config/rs6000/rs6000.md (Fsignbit): Delete.
15971 (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
15972 Update the length attribute if the value is in a GPR.
15973 (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
15974 the sign or zero extension instruction, since the value is always 0/1.
15975 (signbit<mode>2_dm2): Delete using <Fsignbit>.
15978 * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
15979 extracting SImode to a GPR register so that we can generate a
15980 store, limit the vector to be in a traditional Altivec register
15981 for the vextuwrx instruction.
15983 2017-01-03 Ian Lance Taylor <iant@google.com>
15985 * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
15987 2017-01-03 Martin Sebor <msebor@redhat.com>
15989 PR tree-optimization/78696
15990 * gimple-ssa-sprintf.c (format_floating): Correct handling of
15991 precision. Use MPFR for %f for greater fidelity. Correct handling
15993 (pass_sprintf_length::compute_format_length): Set width and precision
15994 specified by asrerisk to void_node for vararg functions.
15995 (try_substitute_return_value): Adjust dump output.
15997 2017-01-03 David Edelsohn <dje.gcc@gmail.com>
15999 * doc/invoke.texi (RS6000 options): LRA is enabled by default.
16001 2017-01-03 Eric Botcazou <ebotcazou@adacore.com>
16003 * doc/invoke.texi (SPARC options): Document -mlra as the default.
16004 * config/sparc/sparc.c (sparc_option_override): Force LRA unless
16005 -mlra/-mno-lra was passed to the compiler.
16007 2017-01-03 James Cowgill <James.Cowgill@imgtec.com>
16009 PR rtl-optimization/65618
16010 * emit-rtl.c (try_split): Move initialization of "before" and
16011 "after" to just before the call to emit_insn_after_setloc.
16013 2017-01-03 Gerald Pfeifer <gerald@pfeifer.com>
16015 * doc/md.texi (Standard Names): Remove reference to Java frontend.
16017 2017-01-03 Pierre-Marie de Rodat <derodat@adacore.com>
16019 * dwarf2out.c (gen_enumeration_type_die): When
16020 -gno-strict-dwarf, add a DW_AT_encoding attribute.
16022 2017-01-03 Jakub Jelinek <jakub@redhat.com>
16024 PR tree-optimization/78965
16025 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
16026 Change first argument from const call_info & to call_info &. For %n
16027 set info.nowrite to false.
16029 PR middle-end/78901
16030 * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
16031 possibly throwing calls.
16033 * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
16034 and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
16035 and fns handling, rather than in a separate case SSA_NAME.
16037 2017-01-02 Jeff Law <law@redhat.com>
16039 * config/darwin-driver.c (darwin_driver_init): Const-correctness
16040 fixes for first_period and second_period variables.
16042 2017-01-02 Uros Bizjak <ubizjak@gmail.com>
16045 * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
16046 (*insvqi_1): New insn pattern.
16047 (*insvqi_1_mem_rex64): Ditto.
16048 (*insvqi_2): Ditto.
16049 (*insvqi_3): Rename from *insvqi.
16051 (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
16053 2017-01-02 Gerald Pfeifer <gerald@pfeifer.com>
16055 * doc/cfg.texi (Edges): Remove reference to Java.
16056 (Maintaining the CFG): Ditto.
16058 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
16060 PR middle-end/77674
16061 * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
16062 transparent aliases.
16064 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
16066 PR middle-end/77484
16067 * predict.def (PRED_CALL): Update hitrate.
16068 (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
16069 * predict.c (tree_estimate_probability_bb): Split CALL predictor
16070 into direct/indirect/polymorphic variants.
16072 2017-01-01 Jakub Jelinek <jakub@redhat.com>
16074 Update copyright years.
16076 * gcc.c (process_command): Update copyright notice dates.
16077 * gcov-dump.c (print_version): Ditto.
16078 * gcov.c (print_version): Ditto.
16079 * gcov-tool.c (print_version): Ditto.
16080 * gengtype.c (create_file): Ditto.
16081 * doc/cpp.texi: Bump @copying's copyright year.
16082 * doc/cppinternals.texi: Ditto.
16083 * doc/gcc.texi: Ditto.
16084 * doc/gccint.texi: Ditto.
16085 * doc/gcov.texi: Ditto.
16086 * doc/install.texi: Ditto.
16087 * doc/invoke.texi: Ditto.
16089 Copyright (C) 2017 Free Software Foundation, Inc.
16091 Copying and distribution of this file, with or without modification,
16092 are permitted in any medium without royalty provided the copyright
16093 notice and this notice are preserved.