1 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
3 * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
4 (compute_outgoing_frequencies): Also initialize zero counts.
5 (find_many_sub_basic_blocks): Do not produce uninitialized profile
6 around loops; preserve more of profile when nothing changes.
8 2017-06-06 Jim Wilson <jim.wilson@linaro.org>
10 * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
12 * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
13 * config/arm/arm-cpu-cdata.h: Regenerate.
14 * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
15 * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
16 * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
17 * config/arm/arm.c (arm_qdf24xx_tune): Delete.
18 * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
20 * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
22 * config/arm/t-rmprofile: Likewise.
23 * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
25 2017-06-06 David S. Miller <davem@davemloft.net>
28 * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
29 blockage if function uses alloca.
31 2017-06-06 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
33 * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
34 New "uid" fields to hold pretty-print IDs of group and ref.
35 Memory references are now identified as <group_id>:<ref_id>
36 instead of using [random] addresses.
37 (dump_mem_details): Simplify, no functional change.
38 (dump_mem_ref): Simplify and make output more concise.
39 Replace couple of fprintf's throughout code with calls to dump_mem_ref.
40 (find_or_create_group): Initialize group uid.
41 (record_ref): Initialize ref uid. Improve debug output.
42 (prune_group_by_reuse, should_issue_prefetch_p,)
43 (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
44 (mark_nontemporal_store, determine_loop_nest_reuse):
47 2017-06-06 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
49 * dbgcnt.def (prefetch): New debug counter.
50 * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
51 (schedule_prefetches): Stop issueing prefetches if debug counter
54 2017-06-06 Tom de Vries <tom@codesourcery.com>
56 * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
57 gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
59 2017-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
61 * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
62 Use aarch64_reg_or_zero predicate for operand 4.
63 (aarch64_compare_and_swap<mode> define_insn_and_split):
64 Use aarch64_reg_or_zero predicate for operand 3. Add 'Z' constraint.
65 (aarch64_store_exclusive<mode>): Likewise for operand 2.
67 2017-06-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
69 * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
70 (arm_compute_save_core_reg_mask): This.
71 (thumb1_compute_save_reg_mask): Rename into ...
72 (thumb1_compute_save_core_reg_mask): This.
73 (arm_compute_save_reg0_reg12_mask): Adapt comment.
74 (arm_compute_frame_layout): Likewise.
76 2017-06-06 Richard Biener <rguenther@suse.de>
78 PR tree-optimization/80974
79 * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
80 keep or clear leaders SSA info.
82 2017-06-06 Tom de Vries <tom@codesourcery.com>
84 * config/nvptx/nvptx.c (split_mode_p): New function.
85 (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
87 2017-06-06 Tom de Vries <tom@codesourcery.com>
89 * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
91 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
94 * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
97 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
99 * shrink-wrap.c (handle_simple_exit): Update profile.
100 (try_shrink_wrapping): Upate profile.
102 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
104 * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
105 (tree_guess_outgoing_edge_probabilities): New.
106 * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
107 * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
109 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
111 * ipa-split.c (split_function): Initialize return bb profile.
113 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
115 * profile.c (compute_branch_probabilities): Also initialize
118 2017-06-06 Richard Biener <rguenther@suse.de>
120 PR tree-optimization/80928
121 * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
122 (vect_analyze_loop_operations): Properly guard analysis for
124 (vect_transform_loop): Likewise.
125 (vect_analyze_loop_2): Also reset SLP type on PHIs.
126 (vect_model_induction_cost): Do not cost for pure SLP.
127 (vectorizable_induction): Pass in SLP node, implement SLP vectorization
128 of induction in inner loop vectorization.
129 * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
130 (vect_get_and_check_slp_defs): Handle vect_induction_def.
131 (vect_build_slp_tree): Likewise. Handle PHIs as terminating the
133 (vect_analyze_slp_cost_1): Cost induction.
134 (vect_detect_hybrid_slp_stmts): Handle PHIs.
135 (vect_get_slp_vect_defs): Likewise.
136 * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
137 (vect_transform_stmt): Handle SLP reductions.
138 * tree-vectorizer.h (vectorizable_induction): Adjust.
140 2017-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
142 * config/rs6000/rs6000.c (make_resolver_func): Update
143 init_lowered_empty_function call.
145 2017-06-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
147 * doc/invoke.texi: Document the -fprofile-abs-path option.
148 * common.opt (fprofile-abs-path): New option.
149 * gcov-io.h (gcov_write_filename): Declare.
150 * gcov-io.c (gcov_write_filename): New function.
151 * coverage.c (coverage_begin_function): Use gcov_write_filename.
152 * profile.c (output_location): Likewise.
154 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
156 * shring-wrap.c: Revert accidental commit.
158 2017-06-05 Volker Reichelt <v.reichelt@netcologne.de>
160 * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
162 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
164 * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
166 * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
167 profile in callgraph edge.
168 * profile-count.h (apply_probability): If THIS is 0, then result is 0
169 (apply_scale): Likewise.
170 * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
171 Also scale profile when inlining function with zero profile.
172 (initialize_cfun): Update exit block profile even when it is zero.
173 * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
174 when profile is read.
176 2017-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
178 * config/rs6000/rs6000.c (toplevel): Include attribs.h.
179 (CLONE_*): New constants to define the processors we can generate
180 code for with the target_clone attribute.
181 (rs6000_clone_map): New array to identify which clone processors
182 the current program is running on.
183 (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
184 target_clone attribute.
185 (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
186 (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
187 (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
188 (cpu_expand_builtin): Add support for target_clone attribute.
189 (rs6000_valid_attribute_p): Allow "default" attribute.
190 (get_decl_name): New debug function to simplify printing the
191 current function name in debugging statements.
192 (rs6000_clone_priority): New functions to support the target_clone
193 attribute, and be able to generate code to switch between ISA 2.05
194 through ISA 3.0 (power6 through power9).
195 (rs6000_compare_version_priority): Likewise.
196 (rs6000_get_function_versions_dispatcher): Likewise.
197 (make_resolver_func): Likewise.
198 (add_condition_to_bb): Likewise.
199 (dispatch_function_versions): Likewise.
200 (rs6000_generate_version_dispatcher_body): Likewise.
201 (rs6000_can_inline_p): Call get_decl_name for debugging usage.
202 (fusion_gpr_load_p): Fix a spacing issue.
203 * doc/extend.texi (Common Function Attributes): Document that the
204 PowerPC supports the target_clone attribute.
206 2017-06-05 Thomas Preud'homme <thomas.preudhomme@arm.com>
208 * config/arm/arm.h: explain F symbol found in description of ARM
209 register allocation in its legend.
211 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
213 * config/mips/frame-header-opt.c: Include profile-count.h.
214 * config/riscv/riscv.c: Include profile-count.h
216 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
218 * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
220 (sm_set_flag_if_changed): Add bbs field.
221 (execute_sm_if_changed_flag_set): Pass BBS.
222 (execute_sm): Update.
224 2017-06-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
226 * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
229 2017-06-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
231 * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
232 (peephole2): New peephole2 to emit the above.
233 * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
235 2017-06-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
237 * config/aarch64/aarch64.c (define_peephole2 above
238 *sub_<shift>_<mode>): New peephole.
240 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
242 * config/i386/i386.c (make_resolver_func): Update.
243 * Makefile.in: Add profile-count.h and profile-count.o
244 * auto-profile.c (afdo_indirect_call): Update to new API.
245 (afdo_set_bb_count): Update.
246 (afdo_propagate_edge): Update.
247 (afdo_propagate_circuit): Update.
248 (afdo_calculate_branch_prob): Update.
249 (afdo_annotate_cfg): Update.
250 * basic-block.h: Include profile-count.h
251 (struct edge_def): Turn count to profile_count.
252 (struct basic_block_def): Likewie.
253 (REG_BR_PROB_BASE): Move to profile-count.h
254 (RDIV): Move to profile-count.h
255 * bb-reorder.c (max_entry_count): Turn to profile_count.
256 (find_traces): Update.
257 (rotate_loop):Update.
258 (connect_traces):Update.
259 (sanitize_hot_paths):Update.
260 * bt-load.c (migrate_btr_defs): Update.
261 * cfg.c (RDIV): Remove.
262 (init_flow): Use alloc_block.
263 (alloc_block): Uninitialize count.
264 (unchecked_make_edge): Uninitialize count.
265 (check_bb_profile): Update.
266 (dump_edge_info): Update.
267 (dump_bb_info): Update.
268 (update_bb_profile_for_threading): Update.
269 (scale_bbs_frequencies_int): Update.
270 (scale_bbs_frequencies_gcov_type): Update.
271 (scale_bbs_frequencies_profile_count): New.
272 * cfg.h (update_bb_profile_for_threading): Update.
273 (scale_bbs_frequencies_profile_count): Declare.
274 * cfgbuild.c (compute_outgoing_frequencies): Update.
275 (find_many_sub_basic_blocks): Update.
276 * cfgcleanup.c (try_forward_edges): Update.
277 (try_crossjump_to_edge): Update.
278 * cfgexpand.c (expand_gimple_tailcall): Update.
279 (construct_exit_block): Update.
280 * cfghooks.c (verify_flow_info): Update.
281 (dump_bb_for_graph): Update.
282 (split_edge): Update.
283 (make_forwarder_block): Update.
284 (duplicate_block): Update.
285 (account_profile_record): Update.
286 * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
287 (get_estimated_loop_iterations): Update.
288 * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
289 (single_likely_exit): Update.
290 * cfgloopmanip.c (scale_loop_profile): Update.
292 (set_zero_probability): Update.
293 (lv_adjust_loop_entry_edge): Update.
294 * cfgrtl.c (force_nonfallthru_and_redirect): Update.
295 (purge_dead_edges): Update.
296 (rtl_account_profile_record): Update.
297 * cgraph.c (cgraph_node::create): Uninitialize count.
298 (symbol_table::create_edge): Uninitialize count.
299 (cgraph_update_edges_for_call_stmt_node): Update.
300 (cgraph_edge::dump_edge_flags): Update.
301 (cgraph_node::dump): Update.
302 (cgraph_edge::maybe_hot_p): Update.
303 * cgraph.h: Include profile-count.h
304 (create_clone), create_edge, create_indirect_edge): Update.
305 (cgraph_node): Turn count to profile_count.
306 (cgraph_edge0: Likewise.
307 (make_speculative, clone): Update.
308 (create_edge): Update.
309 (init_lowered_empty_function): Update.
310 * cgraphclones.c (cgraph_edge::clone): Update.
311 (duplicate_thunk_for_node): Update.
312 (cgraph_node::create_clone): Update.
313 * cgraphunit.c (cgraph_node::analyze): Update.
314 (cgraph_node::expand_thunk): Update.
315 * final.c (dump_basic_block_info): Update.
316 * gimple-streamer-in.c (input_bb): Update.
317 * gimple-streamer-out.c (output_bb): Update.
318 * graphite.c (print_global_statistics): Update.
319 (print_graphite_scop_statistics): Update.
320 * hsa-brig.c: Include basic-block.h.
321 * hsa-dump.c: Include basic-block.h.
322 * hsa-gen.c (T sum_slice): Update.
323 (convert_switch_statements):Update.
324 * hsa-regalloc.c: Include basic-block.h.
325 * ipa-chkp.c (chkp_produce_thunks): Update.
326 * ipa-cp.c (struct caller_statistics): Update.
327 (init_caller_stats): Update.
328 (gather_caller_stats): Update.
329 (ipcp_cloning_candidate_p): Update.
330 (good_cloning_opportunity_p): Update.
331 (get_info_about_necessary_edges): Update.
332 (dump_profile_updates): Update.
333 (update_profiling_info): Update.
334 (update_specialized_profile): Update.
335 (perhaps_add_new_callers): Update.
336 (decide_about_value): Update.
337 (ipa_cp_c_finalize): Update.
338 * ipa-devirt.c (struct odr_type_warn_count): Update.
339 (struct decl_warn_count): Update.
340 (struct final_warning_record): Update.
341 (possible_polymorphic_call_targets): Update.
342 (ipa_devirt): Update.
343 * ipa-fnsummary.c (redirect_to_unreachable): Update.
344 * ipa-icf.c (sem_function::merge): Update.
345 * ipa-inline-analysis.c (do_estimate_edge_time): Update.
346 * ipa-inline.c (compute_uninlined_call_time): Update.
347 (compute_inlined_call_time): Update.
348 (want_inline_small_function_p): Update.
349 (want_inline_self_recursive_call_p): Update.
350 (edge_badness): Update.
351 (lookup_recursive_calls): Update.
352 (recursive_inlining): Update.
353 (inline_small_functions): Update.
354 (dump_overall_stats): Update.
355 (dump_inline_stats): Update.
356 * ipa-profile.c (ipa_profile_generate_summary): Update.
357 (ipa_propagate_frequency): Update.
358 (ipa_profile): Update.
359 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
360 * ipa-utils.c (ipa_merge_profiles): Update.
361 * loop-doloop.c (doloop_modify): Update.
362 * loop-unroll.c (report_unroll): Update.
363 (unroll_loop_runtime_iterations): Update.
364 * lto-cgraph.c (lto_output_edge): Update.
365 (lto_output_node): Update.
366 (input_node): Update.
367 (input_edge): Update.
368 (merge_profile_summaries): Update.
369 * lto-streamer-in.c (input_cfg): Update.
370 * lto-streamer-out.c (output_cfg): Update.
371 * mcf.c (create_fixup_graph): Update.
372 (adjust_cfg_counts): Update.
373 (sum_edge_counts): Update.
374 * modulo-sched.c (sms_schedule): Update.
375 * postreload-gcse.c (eliminate_partially_redundant_load): Update.
376 * predict.c (maybe_hot_count_p): Update.
377 (probably_never_executed): Update.
378 (dump_prediction): Update.
379 (combine_predictions_for_bb): Update.
380 (propagate_freq): Update.
381 (handle_missing_profiles): Update.
382 (counts_to_freqs): Update.
383 (rebuild_frequencies): Update.
384 (force_edge_cold): Update.
385 * predict.h: Include profile-count.h
386 (maybe_hot_count_p, counts_to_freqs): UPdate.
387 * print-rtl-function.c: Do not include cfg.h
388 * print-rtl.c: Include basic-block.h
389 * profile-count.c: New file.
390 * profile-count.h: New file.
391 * profile.c (is_edge_inconsistent): Update.
392 (correct_negative_edge_counts): Update.
393 (is_inconsistent): Update.
394 (set_bb_counts): Update.
395 (read_profile_edge_counts): Update.
396 (compute_frequency_overlap): Update.
397 (compute_branch_probabilities): Update; Initialize and deinitialize
399 (branch_prob): Update.
400 * profile.h (bb_gcov_counts, edge_gcov_counts): New.
401 (edge_gcov_count): New.
402 (bb_gcov_count): New.
403 * shrink-wrap.c (try_shrink_wrapping): Update.
404 * tracer.c (better_p): Update.
405 * trans-mem.c (expand_transaction): Update.
406 (ipa_tm_insert_irr_call): Update.
407 (ipa_tm_insert_gettmclone_call): Update.
408 * tree-call-cdce.c: Update.
409 * tree-cfg.c (gimple_duplicate_sese_region): Update.
410 (gimple_duplicate_sese_tail): Update.
411 (gimple_account_profile_record): Update.
412 (execute_fixup_cfg): Update.
413 * tree-inline.c (copy_bb): Update.
414 (copy_edges_for_bb): Update.
415 (initialize_cfun): Update.
416 (freqs_to_counts): Update.
417 (copy_cfg_body): Update.
418 (expand_call_inline): Update.
419 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
420 * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
421 (try_unroll_loop_completely): Update.
422 (try_peel_loop): Update.
423 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
424 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
425 * tree-ssa-loop-split.c (connect_loops): Update.
426 * tree-ssa-loop-unswitch.c (hoist_guard): Update.
427 * tree-ssa-reassoc.c (branch_fixup): Update.
428 * tree-ssa-tail-merge.c (replace_block_by): Update.
429 * tree-ssa-threadupdate.c (create_block_for_threading): Update.
430 (compute_path_counts): Update.
431 (update_profile): Update.
432 (recompute_probabilities): Update.
433 (update_joiner_offpath_counts): Update.
434 (estimated_freqs_path): Update.
435 (freqs_to_counts_path): Update.
436 (clear_counts_path): Update.
437 (ssa_fix_duplicate_block_edges): Update.
438 (duplicate_thread_path): Update.
439 * tree-switch-conversion.c (case_bit_test_cmp): Update.
440 (struct switch_conv_info): Update.
441 * tree-tailcall.c (decrease_profile): Update.
442 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
443 * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
444 * value-prof.c (check_counter): Update.
445 (gimple_divmod_fixed_value): Update.
446 (gimple_mod_pow2): Update.
447 (gimple_mod_subtract): Update.
448 (gimple_ic_transform): Update.
449 (gimple_stringop_fixed_value): Update.
450 * value-prof.h (gimple_ic): Update.
452 2017-06-02 Carl Love <cel@us.ibm.com>
454 * config/rs6000/rs6000-c: Add support for built-in functions
455 vector double vec_doublee (vector signed int);
456 vector double vec_doublee (vector unsigned int);
457 vector double vec_doublee (vector float);
458 vector double vec_doubleh (vector signed int);
459 vector double vec_doubleh (vector unsigned int);
460 vector double vec_doubleh (vector float);
461 vector double vec_doublel (vector signed int);
462 vector double vec_doublel (vector unsigned int);
463 vector double vec_doublel (vector float);
464 vector double vec_doubleo (vector signed int);
465 vector double vec_doubleo (vector unsigned int);
466 vector double vec_doubleo (vector float);.
467 * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
468 DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
470 * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
471 unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
472 unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
474 * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
475 vec_doublel, vec_doubleh.
476 * doc/extend.texi: Update the built-in documentation file for the
477 new built-in functions.
479 2017-06-02 David Malcolm <dmalcolm@redhat.com>
482 * ipa-inline-analysis.c (free_growth_caches): Set
483 edge_removal_hook_holder to NULL after removing it.
485 2017-06-02 Sudakshina Das <sudi.das@arm.com>
487 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
488 comparision with zero.
490 2017-06-02 Will Schmidt <will_schmidt@vnet.ibm.com>
491 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
492 for early expansion of vec_min and vec_max builtins.
493 (builtin_function_type): Add min/max unsigned variants to those
494 identified as having unsigned arguments.
496 2017-06-02 Olivier Hainque <hainque@adacore.com>
498 * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
500 2017-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
502 * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
503 Use VALL_F16 iterator rather than VALL.
505 2017-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
507 * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
508 Emit CBNZ inside loop when doing a strong exchange and comparing
509 against zero. Generate the CC flags after the loop.
511 2017-06-02 David Edelsohn <dje.gcc@gmail.com>
513 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
514 (dl_section_ref): New.
515 (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
516 On AIX, append an expression to subtract the size of the
517 section length to dl_section_ref.
519 2017-06-02 Will Schmidt <will_schmidt@vnet.ibm.com>
521 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
522 for early expansion of vector absolute builtins.
524 2017-06-02 Richard Biener <rguenther@suse.de>
526 * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
527 what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
529 2017-06-02 Richard Biener <rguenther@suse.de>
531 PR tree-optimization/80948
532 * tree-tailcall.c (find_tail_calls): Track stmts to move in
535 2017-06-02 Richard Biener <rguenther@suse.de>
537 * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
539 * tree-vect-stmts.c (process_use): Do not mark backedge defs
540 for inductions as relevant.
542 2017-06-02 Richard Biener <rguenther@suse.de>
544 * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
545 (vectorizable_induction): ... this. Remove dead code.
547 2017-06-02 Eric Botcazou <ebotcazou@adacore.com>
549 * builtins. (expand_builtin_alloca): Remove second parameter and
550 infer its value from the first parameter instead.
551 (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
553 2017-06-02 Jakub Jelinek <jakub@redhat.com>
555 PR rtl-optimization/80903
556 * loop-doloop.c (add_test): Unshare sequence.
558 2017-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
560 * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
562 2017-06-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
564 * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
566 (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
567 xlogue_layout::get_instance, logue_layout::xlogue_layout,
568 sp_valid_at, fp_valid_at, choose_basereg): Formatting.
569 (xlogue_layout::get_stub_rtx): Make static.
570 (xlogue_layout::get_stub_name): Avoid const-cast, make static.
571 (xlogue_layout::compute_stub_managed_regs): Rename to...
572 (xlogue_layout::count_stub_managed_regs): ...this.
573 (xlogue_layout::is_stub_managed_reg): New function.
574 (xlogue_layout::m_stub_names): Rename to...
575 (xlogue_layout::s_stub_names): ...this, make static.
576 (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
577 xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
578 xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
579 xlogue_layout::s_stub_names): Instantiate statics.
580 (stub_managed_regs): Remove.
581 (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
582 (disable_call_ms2sysv_xlogues): Rename to...
583 (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
584 (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
586 (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
587 change after reload_completed.
588 (ix86_can_use_return_insn_p): Use the ix86_frame data structure
590 (ix86_expand_prologue): Likewise.
591 (ix86_expand_epilogue): Likewise.
592 (ix86_expand_split_stack_prologue): Likewise.
593 (ix86_compute_frame_layout): Remove frame parameter ...
594 (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
595 (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
597 (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
598 (ix86_frame): Move from here ...
599 * config/i386/i386.h (ix86_frame): ... to here.
600 (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
601 complete ix86_frame data structure instead. Remove some_ld_name.
603 2017-06-01 Pierre-Marie de Rodat <derodat@adacore.com>
605 * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
606 symbols that hold a DECL_VALUE_EXPR.
608 2017-06-01 Martin Jambor <mjambor@suse.cz>
610 PR tree-optimization/80898
611 * tree-sra.c (process_subtree_disqualification): Removed.
612 (disqualify_candidate): Do not acll
613 process_subtree_disqualification.
614 (subtree_mark_written_and_enqueue): New function.
615 (propagate_all_subaccesses): Set grp_write of LHS subtree if the
616 RHS has been disqualified and re-queue LHS if necessary. Apart
617 from that, ignore disqualified RHS.
619 2017-06-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
621 * config/s390/s390.c (s390_emit_epilogue): Disable early return
622 address fetch for z10 or later.
624 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
626 * config/arc/arc.md (tst_movb): Add guard when splitting.
628 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
630 * config/arc/arc.c (arc_can_eliminate): Test against
631 arc_frame_pointer_needed.
633 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
635 * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
636 to prevent store reordering.
637 * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
638 (type): Add block type.
639 (stack_tie): Define special instruction to be used in
642 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
644 * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
645 constraint. It is not valid for the pattern.
646 (noncommutative_binary_comparison): Likewise.
648 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
650 * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
653 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
655 * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
656 be used by the reg-alloc.
658 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
660 * config/arc/arc.md (mulsi3): Avoid use of hard registers before
661 reg-alloc when having mul64 or mul32x16 instructions.
662 (mulsidi3): Likewise.
663 (umulsidi3): Likewise.
664 (mulsi32x16): New pattern.
666 (mulsidi64): Likewise.
667 (umulsidi64): Likewise.
668 (MUL32x16_REG): Define.
669 (mul64_600): Use MUL32x16_REG.
670 (mac64_600): Likewise.
671 (umul64_600): Likewise.
672 (umac64_600): Likewise.
674 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
676 * config/arc/arc.md (mulsi3_700): Make it commutative.
678 2017-06-01 Jose E. Marchesi <jose.marchesi@oracle.com>
680 * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
682 (*sign_extendsidi2_insn): Likewise for movstosw.
684 2017-06-01 Pierre-Marie de Rodat <derodat@adacore.com>
686 * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
687 the type of the input discriminant value. Convert the
688 discriminant value of signedness vary.
690 2017-06-01 Volker Reichelt <v.reichelt@netcologne.de>
692 * doc/invoke.texi (-Wcatch-value): Document new shortcut.
693 Add to -Wall section.
695 2017-06-01 Richard Biener <rguenther@suse.de>
698 * fold-const.c (fold_plusminus_mult_expr): If the factored
699 factor may be zero use a wrapping type for the inner operation.
700 * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
701 and handle moved defs.
702 (process_assignment): Properly guard the unary op case. Return a
703 tri-state indicating that moving the stmt before the call may allow
704 to continue. Pass through to_move.
705 (find_tail_calls): Handle moving unrelated defs before
708 2017-05-31 Segher Boessenkool <segher@kernel.crashing.org>
711 * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
712 splitter result in the canonical way.
714 2017-05-31 Uros Bizjak <ubizjak@gmail.com>
716 * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
717 also for 32bit target. Update insn attributes.
718 (zero-extendsidi2 splitter): Allow all registers for operand 1.
720 2017-05-31 Sebastian Peryt <sebastian.peryt@intel.com>
722 * config/i386/avx512fintrin.h (_mm_mask_max_sd)
723 (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
724 (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
725 (_mm_maskz_min_ss): New intrinsics.
727 2017-05-31 Martin Liska <mliska@suse.cz>
729 * tree-vect-loop.c (vect_create_epilog_for_reduction):
730 Change comment style to one we normally use.
731 (vectorizable_reduction): Likewise.
732 (vectorizable_induction): Likewise.
733 * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
734 (vectorizable_call): Likewise.
735 (vectorizable_simd_clone_call): Likewise.
736 (vectorizable_conversion): Likewise.
737 (vectorizable_assignment): Likewise.
738 (vectorizable_shift): Likewise.
739 (vectorizable_operation): Likewise.
740 (vectorizable_store): Likewise.
741 (vectorizable_load): Likewise.
742 * tree-vectorizer.h: Likewise.
744 2017-05-31 Alexander Monakov <amonakov@ispras.ru>
746 * passes.c (emergency_dump_function): New.
747 * tree-pass.h (emergency_dump_function): Declare.
748 * plugin.c (plugins_internal_error_function): Remove.
749 * plugin.h (plugins_internal_error_function): Remove declaration.
750 * toplev.c (internal_error_function): New static function. Use it...
751 (general_init): ...here.
753 2017-05-31 Graham Markall <graham.markall@embecosm.com>
755 * config/arc/arc.c (arc_print_operand): Handle constant operands.
756 (arc_rtx_costs): Add costs for new patterns.
757 * config/arc/arc.md: Additional *add_n and *sub_n patterns.
758 * config/arc/predicates.md: Add _1_2_3_operand predicate.
760 2017-05-31 Richard Sandiford <richard.sandiford@linaro.org>
762 * tree-ssa-strlen.c (get_next_strinfo): New function.
763 (get_stridx_plus_constant): Use it.
764 (zero_length_string): Likewise.
765 (adjust_related_strinfos): Likewise.
766 (adjust_last_stmt): Likewise.
768 2017-05-31 Richard Biener <rguenther@suse.de>
771 * config/i386/i386.c (ix86_expand_builtin): Remove assert
772 for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
774 2017-05-31 Richard Sandiford <richard.sandiford@linaro.org>
776 * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
777 loop_vinfo argument and use of dependence distance vectors.
778 Check instead whether the two references differ only in their
779 initial value and assume that they have the same alignment if the
780 difference is a multiple of the vector alignment.
781 (vect_analyze_data_refs_alignment): Update call accordingly.
783 2017-05-31 Martin Liska <mliska@suse.cz>
786 * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
788 2017-05-31 Bin Cheng <bin.cheng@arm.com>
790 * tree-vect-loop-manip.c (create_intersect_range_checks_index)
791 (create_intersect_range_checks): Move from ...
792 * tree-data-ref.c (create_intersect_range_checks_index)
793 (create_intersect_range_checks): ... to here.
794 (create_runtime_alias_checks): New function factored from ...
795 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
796 here. Call above function.
797 * tree-data-ref.h (create_runtime_alias_checks): New function.
799 2017-05-31 Bin Cheng <bin.cheng@arm.com>
801 * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
802 segment length for dr_b and compute it in wide_int.
804 2017-05-31 Richard Biener <rguenther@suse.de>
806 PR tree-optimization/80906
807 * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
808 and pass through iv_map.
809 (copy_bb_and_scalar_dependences): Adjust.
810 (translate_pending_phi_nodes): Likewise.
811 (copy_loop_close_phi_args): Handle code-generating IVs instead
814 2017-05-30 David Malcolm <dmalcolm@redhat.com>
816 * diagnostic-color.c (color_dict): Add "type-diff".
817 (parse_gcc_colors): Update comment.
818 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
819 -fdiagnostics-show-template-tree and -fno-elide-type.
820 (GCC_COLORS): Add type-diff to example.
822 (-fdiagnostics-show-template-tree): New.
823 (-fno-elide-type): New.
824 * pretty-print.c (pp_format): Pass quote and formatters[argno] to
825 the pp_format_decoder callback. Call any m_format_postprocessor's
827 (pretty_printer::pretty_printer): Initialize
828 m_format_postprocessor.
829 (pretty_printer::~pretty_printer): Delete any
830 m_format_postprocessor.
831 * pretty-print.h (printer_fn): Add bool and const char ** parameters.
832 (class format_postprocessor): New class.
833 (struct pretty_printer::format_decoder): Document the new parameters.
834 (struct pretty_printer::m_format_postprocessor): New field.
835 * tree-diagnostic.c (default_tree_printer): Update for new
836 bool and const char ** params.
837 * tree-diagnostic.h (default_tree_printer): Likewise.
839 2017-05-30 Segher Boessenkool <segher@kernel.crashing.org>
841 * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
842 (lwa_operand): Delete rs6000_gen_cell_microcode test.
843 * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
844 rs6000_gen_cell_microcode code.
845 (rs6000_final_prescan_insn): Delete.
846 (rs6000_opt_vars): Delete the "gen-cell-microcode" and
847 "warn-cell-microcode" entries.
848 * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
849 * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
850 throughout. Change cc_reg_not_micro_cr0_operand to
851 cc_reg_not_cr0_operand throughout.
852 (*extendhi<mode>2_noload): Delete.
853 * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
854 (mwarn-cell-microcode): Delete.
855 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
856 -mgen-cell-microcode and -mwarn-cell-microcode.
858 2017-05-30 Uros Bizjak <ubizjak@gmail.com>
861 * config/i386/constraints.md (Yd): New constraint.
863 * config/i386/i386.md (*movti_internal): Add (?r, Ye)
864 and (?Yd, r) alternatives. Update insn attributes.
865 * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
866 and (?*Yd, r) alternatives. Update insn attributes.
867 (double-mode inter-unit splitters): Add new GR<->XMM splitters.
869 2017-05-30 Pierre-Marie de Rodat <derodat@adacore.com>
871 * gimplify.c (gimplify_modify_expr): Don't create a
872 DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
875 2017-05-30 Wilco Dijkstra <wdijkstr@arm.com>
877 * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
879 2017-05-30 Richard Biener <rguenther@suse.de>
881 * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
882 and reduc_def fields.
883 (STMT_VINFO_REDUC_TYPE): New define.
884 (STMT_VINFO_REDUC_DEF): Likewise.
885 (vect_force_simple_reduction): Adjust prototype.
886 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
887 (vect_is_simple_reduction): Remove check_reduction argument.
888 (vect_force_simple_reduction): Adjust and set
889 STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
890 (vectorizable_reduction): Do not re-do reduction analysis
891 but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
892 * tree-parloops.c (gather_scalar_reductions): Adjust.
894 2017-05-30 Richard Biener <rguenther@suse.de>
897 * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
900 2017-05-24 Robin Dapp <rdapp@linux.vnet.ibm.com>
902 * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
903 Introduce unknown_misalignment parameter and remove vf.
904 (vect_peeling_hash_get_lowest_cost):
905 Pass unknown_misalignment parameter.
906 (vect_enhance_data_refs_alignment):
907 Fix unsupportable data ref treatment.
909 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
911 * tree-vect-data-refs.c (vect_get_data_access_cost):
912 Workaround for SLP handling.
913 (vect_enhance_data_refs_alignment):
914 Compute costs for doing no peeling at all, compare to the best
915 peeling costs so far and avoid peeling if cheaper.
917 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
919 * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
920 Return peeling info and set costs to zero for unlimited cost
922 (vect_enhance_data_refs_alignment): Also inspect all datarefs
923 with unknown misalignment. Compute and costs for unknown
924 misalignment, compare them to the costs for known misalignment
925 and choose the cheapest for peeling.
927 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
929 * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
930 (vect_get_peeling_costs_all_drs): Create function.
931 (vect_peeling_hash_get_lowest_cost):
932 Use vect_get_peeling_costs_all_drs.
933 (vect_peeling_supportable): Create function.
934 (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
936 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
938 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
939 DR_HAS_NEGATIVE_STEP.
940 (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
941 (vect_enhance_data_refs_alignment): Use.
942 (vect_duplicate_ssa_name_ptr_info): Use.
943 * tree-vectorizer.h (dr_misalignment): Use.
944 (known_alignment_for_access_p): Use.
946 2017-05-30 Jozef Lawrynowicz <jozef.l@somniumtech.com>
949 * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
951 (has_section_name): New function.
953 2017-05-30 Martin Liska <mliska@suse.cz>
956 * auto-profile.c (get_function_decl_from_block): Fix
959 2017-05-30 Richard Biener <rguenther@suse.de>
962 * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
964 2017-05-30 Martin Liska <mliska@suse.cz>
966 * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
967 * dumpfile.h (struct dump_file_info): Remove ctors.
969 2017-05-30 Martin Liska <mliska@suse.cz>
971 * predict.def: Fix GNU coding style.
973 2017-05-29 Max Filippov <jcmvbkbc@gmail.com>
975 * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
976 Mark 'to' argument with ATTRIBUTE_UNUSED.
978 2017-05-29 Max Filippov <jcmvbkbc@gmail.com>
980 * config/xtensa/xtensa.c (xtensa_emit_call): Use
981 HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
982 (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
985 2017-05-29 Eric Botcazou <ebotcazou@adacore.com>
987 * doc/install.texi (Options specification): Restore entry of
988 --enable-sjlj-exceptions.
990 2017-05-27 Michael Eager <eager@eagercon.com>
993 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
995 See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
997 * config/microblaze/microblaze.h
998 (FIXED_REGISTERS): Update in macro.
999 (CALL_USED_REGISTERS): Update in macro.
1001 2017-05-27 François-Xavier Coudett <fxcoudert@gcc.gnu.org>
1003 * doc/install.texi: Add links to macOS binary distributions.
1005 2017-05-27 Jakub Jelinek <jakub@redhat.com>
1009 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
1011 * match.pd ((A +- CST1) +- CST2): Allow some conversions.
1013 2017-05-26 Martin Liska <mliska@suse.cz>
1015 * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
1017 2017-05-26 Martin Liska <mliska@suse.cz>
1019 * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
1020 always leading ';; '.
1021 (dump_bb_info): Likewise.
1022 (brief_dump_cfg): Likewise.
1023 * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
1024 * dumpfile.c: Remove usage of TDF_VERBOSE.
1025 * dumpfile.h (enum dump_kind): Likewise.
1026 (dump_gimple_bb_header): Do not use TDF_COMMENT.
1027 * print-tree.c (debug_verbose): Remove.
1028 * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
1029 (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
1030 * tree-diagnostic.c (default_tree_printer): Replace
1031 TDF_DIAGNOSTIC with TDF_SLIM.
1033 2017-05-26 Bin Cheng <bin.cheng@arm.com>
1035 * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
1036 in parameter loop, rather than loop_vinfo.
1037 (create_intersect_range_checks): Ditto.
1038 (vect_create_cond_for_alias_checks): Update call to above functions.
1040 2017-05-26 Bin Cheng <bin.cheng@arm.com>
1042 PR tree-optimization/80815
1043 * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
1044 for merging runtime alias checks. Handle negative DR_STEPs.
1046 2017-05-26 Bin Cheng <bin.cheng@arm.com>
1048 * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
1050 * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
1051 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
1052 out code pruning runtime alias checks.
1053 * tree-data-ref.c (prune_runtime_alias_test_list): New function
1054 factored out from above.
1055 * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
1057 * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
1059 (prune_runtime_alias_test_list): New decalaration.
1061 2017-05-26 Bin Cheng <bin.cheng@arm.com>
1063 * tree-vect-data-refs.c (compare_tree): Rename and move ...
1064 * tree-data-ref.c (data_ref_compare_tree): ... to here.
1065 * tree-data-ref.h (data_ref_compare_tree): New decalaration.
1066 * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
1067 (operator==, comp_dr_with_seg_len_pair): Ditto.
1068 (vect_prune_runtime_alias_test_list): Ditto.
1070 2017-05-26 Martin Liska <mliska@suse.cz>
1073 * params.def: Bound partial-inlining-entry-probability param.
1075 2017-05-26 Marek Polacek <polacek@redhat.com>
1078 * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
1081 2017-05-26 Richard Biener <rguenther@suse.de>
1083 PR tree-optimization/80842
1084 * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
1087 2017-05-26 Richard Biener <rguenther@suse.de>
1089 PR tree-optimization/80844
1090 * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
1092 2017-05-25 Sebastian Peryt <sebastian.peryt@intel.com>
1094 * doc/md.texi (Machine Constraints): Update x86 family
1095 machine constraints section to match 'config/i386/constraints.md'.
1097 2017-05-25 Volker Reichelt <v.reichelt@netcologne.de>
1099 * doc/invoke.texi (-Wcatch-value=): Document new warning option.
1101 2017-05-25 Nathan Sidwell <nathan@acm.org>
1103 * doc/invoke.texi (--enable-languages): Update documentation.
1105 2017-05-25 Martin Liska <mliska@suse.cz>
1107 * dumpfile.c: Add TDF_FOLDING.
1108 * dumpfile.h (enum dump_kind): Likewise.
1109 * genmatch.c (dt_simplify::gen_1): Use it.
1111 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
1113 * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
1115 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
1117 * match.pd ((A +- CST1) +- CST2): Allow some conversions.
1118 * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
1120 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
1122 * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
1123 * match.pd (X == C): Rewrite it here.
1124 (with_possible_nonzero_bits, with_possible_nonzero_bits2,
1125 with_certain_nonzero_bits2): New predicates.
1126 * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
1128 2017-05-24 Nathan Sidwell <nathan@acm.org>
1130 * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
1133 * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
1136 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
1138 * config/powerpcspe: New port. Files are copied from the rs6000
1139 port, with "rs6000" in filenames replaced by "powerpcspe".
1141 2017-05-24 Wilco Dijkstra <wdijkstr@arm.com>
1143 PR rtl-optimization/80754
1144 * lra-remat.c (do_remat): Add overlap checks for dst_regno.
1146 2017-05-24 Sheldon Lobo <smlobo@sheldon.us.oracle.com>
1148 * config/sparc/sparc.md (length): Return the correct value for -mflat
1149 sibcalls to match output_sibcall.
1151 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
1155 * config/rs6000/rs6000.c (struct machine_function): Add new field
1157 (rs6000_get_separate_components): Init that field, use it.
1158 (rs6000_components_for_bb): Use the field.
1160 2017-05-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
1162 * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
1164 2017-05-24 Peter Bergner <bergner@vnet.ibm.com>
1167 * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
1169 2017-05-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1172 * config/s390/s390.c (s390_check_qrst_address): Check incoming
1173 address against address_operand predicate.
1174 * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
1176 2017-05-24 Eric Botcazou <ebotcazou@adacore.com>
1178 * var-tracking.c (track_expr_p): Do not return 0 for tracked record
1179 parameters passed indirectly.
1181 2017-05-23 Uros Bizjak <ubizjak@gmail.com>
1183 * config/i386/i386.md (*movdi_internal): Remove SSE4
1184 alternative 18 (?r, *v). Update insn attributes.
1185 (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
1186 Update insn attributes.
1187 (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
1188 Update insn attributes.
1189 * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
1190 alternative 1 (r, v). Remove isa attribute.
1191 * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
1192 Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
1193 and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
1195 2017-05-23 Tom de Vries <tom@codesourcery.com>
1197 * doc/sourcebuild.texi (Directives, Verify compiler message): Document
1200 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
1202 * cgraphunit.c (symbol_table::process_new_functions): Update.
1203 * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
1204 (inline_generate_summary): Rename to ...
1205 (ipa_fn_summary_generate): ... this one.
1206 (inline_read_summary): Rename to ...
1207 (ipa_fn_summary_read): ... this one.
1208 (inline_write_summary): Rename to ...
1209 (ipa_fn_summary_write): ... this one.
1210 (inline_free_summary): Rename to ...
1211 (ipa_free_fn_summary): ... this one.
1212 (pass_data_local_fn_summary, pass_local_fn_summary,
1213 make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
1214 pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
1215 pass_data_ipa_fn_summary, pass_ipa_fn_summary,
1216 make_pass_ipa_fn_summary): New.
1217 * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
1218 inline_write_summary, inline_free_summary): Remove.
1219 (ipa_free_fn_summary) : New.
1220 * ipa-inline.c (ipa_inline): Update.
1221 (pass_ipa_inline): Do not generate summaries.
1222 * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
1224 * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
1225 and add pass_ipa_fn_summary.
1226 * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
1228 (make_pass_inline_parameters): Remove.
1230 2017-05-23 Thomas Schwinge <thomas@codesourcery.com>
1232 * omp-low.c (struct omp_context): Remove "default_kind" member.
1235 * omp-offload.c (execute_oacc_device_lower): Remove the
1236 parallelism dimensions function attributes for unparallelized
1237 OpenACC kernels constructs.
1239 2017-05-23 Martin Liska <mliska@suse.cz>
1241 * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
1243 (cgraph_edge::make_speculative): Likewise.
1244 (cgraph_edge::resolve_speculation): Likewise.
1245 (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
1246 (cgraph_node::dump): Likewise.
1247 * cgraph.h: Likewise.
1248 * cgraphunit.c (analyze_functions): Likewise.
1249 (symbol_table::compile): Likewise.
1250 * ipa-cp.c (print_all_lattices): Likewise.
1251 (determine_versionability): Likewise.
1252 (initialize_node_lattices): Likewise.
1253 (ipcp_verify_propagated_values): Likewise.
1254 (estimate_local_effects): Likewise.
1255 (update_profiling_info): Likewise.
1256 (create_specialized_node): Likewise.
1257 (perhaps_add_new_callers): Likewise.
1258 (decide_about_value): Likewise.
1259 (decide_whether_version_node): Likewise.
1260 (identify_dead_nodes): Likewise.
1261 (ipcp_store_bits_results): Likewise.
1262 * ipa-devirt.c (dump_targets): Likewise.
1263 (ipa_devirt): Likewise.
1264 * ipa-icf.c (sem_item::dump): Likewise.
1265 (sem_function::equals): Likewise.
1266 (sem_variable::equals): Likewise.
1267 (sem_item_optimizer::read_section): Likewise.
1268 (sem_item_optimizer::execute): Likewise.
1269 (congruence_class::dump): Likewise.
1270 * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
1271 (dump_inline_summary): Likewise.
1272 (estimate_node_size_and_time): Likewise.
1273 (inline_analyze_function): Likewise.
1274 * ipa-inline-transform.c (inline_call): Likewise.
1275 * ipa-inline.c (report_inline_failed_reason): Likewise.
1276 (want_early_inline_function_p): Likewise.
1277 (edge_badness): Likewise.
1278 (update_edge_key): Likewise.
1279 (inline_small_functions): Likewise.
1280 * ipa-profile.c (ipa_profile): Likewise.
1281 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
1282 (ipa_make_edge_direct_to_target): Likewise.
1283 (remove_described_reference): Likewise.
1284 (ipa_impossible_devirt_target): Likewise.
1285 (propagate_controlled_uses): Likewise.
1286 (ipa_print_node_params): Likewise.
1287 (ipcp_transform_function): Likewise.
1288 * ipa-pure-const.c (pure_const_read_summary): Likewise.
1289 (propagate_pure_const): Likewise.
1290 * ipa-reference.c (generate_summary): Likewise.
1291 (read_write_all_from_decl): Likewise.
1292 (propagate): Likewise.
1293 (ipa_reference_read_optimization_summary): Likewise.
1294 * ipa-utils.c (ipa_merge_profiles): Likewise.
1295 * ipa.c (walk_polymorphic_call_targets): Likewise.
1296 (symbol_table::remove_unreachable_nodes): Likewise.
1297 (ipa_single_use): Likewise.
1298 * passes.c (execute_todo): Likewise.
1299 * predict.c (drop_profile): Likewise.
1300 * symtab.c (symtab_node::get_dump_name): New function.
1301 (symtab_node::dump_name): Likewise.
1302 (symtab_node::dump_asm_name): Likewise.
1303 (symtab_node::dump_references): Likewise.
1304 (symtab_node::dump_referring): Likewise.
1305 (symtab_node::dump_base): Likewise.
1306 (symtab_node::debug_symtab): Likewise.
1307 * tree-sra.c (convert_callers_for_node): Likewise.
1308 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
1309 * value-prof.c (init_node_map): Likewise.
1311 2017-05-23 Martin Liska <mliska@suse.cz>
1313 * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
1314 and symtab_node::debug_symtab to symbol_table::debug.
1315 * cgraphunit.c (analyze_functions): Use the renamed function.
1316 (symbol_table::compile): Likewise.
1317 * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
1318 * ipa-icf.c (sem_item_optimizer::execute): Likewise.
1319 * passes.c (execute_todo): Likewise.
1320 * symtab.c (symbol_table::dump): New function.
1321 * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
1323 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
1325 * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
1326 that nonconst implies exec.
1328 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
1330 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
1331 inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
1332 (inline_edge_summary_vec): Turn into ...
1333 (ipa_call_summaries): ... this one.
1334 (redirect_to_unreachable, edge_set_predicate,
1335 evaluate_properties_for_edge, inline_summary_alloc,
1336 reset_ipa_call_summary, reset_inline_summary,
1337 inline_summary_t::duplicate): Update.
1338 (inline_edge_duplication_hook): Turn to ...
1339 (ipa_call_summary_t::duplicate): ... this one.
1340 (inline_edge_removal_hook): Turn to ...
1341 (ipa_call_summary_t::remove): ... this one.
1342 (dump_inline_edge_summary): Turn to ...
1343 (dump_ipa_call_summary): ... this one.
1344 (estimate_function_body_sizes): Update.
1345 (inline_update_callee_summaries): Update.
1346 (remap_edge_change_prob): Update.
1347 (remap_edge_summaries): Update.
1348 (inline_merge_summary): Update.
1349 (do_estimate_edge_time): Update.
1350 (inline_generate_summary): Update.
1351 (inline_read_section): Update.
1352 (inline_read_summary): Update.
1353 (inline_free_summary): Update.
1354 * ipa-inline.c (can_inline_edge_p): Update.
1355 (compute_inlined_call_time): Update.
1356 (want_inline_small_function_p): Update.
1357 (edge_badness): Update.
1358 (early_inliner): Update.
1359 * ipa-inline.h (inline_edge_summary): Turn to ...
1360 (ipa_call_summary): ... this one.
1361 (ipa_call_summary_t): New class.
1362 (inline_edge_summary_t, inline_edge_summary_vec): Remove.
1363 (ipa_call_summaries): New.
1364 (inline_edge_summary): Remove.
1365 (estimate_edge_growth): Update.
1366 * ipa-profile.c (ipa_propagate_frequency_1): Update.
1367 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
1368 * ipa-split.c (execute_split_functions): Update.
1369 * ipa.c (symbol_table::remove_unreachable_nodes): Update.
1371 2017-05-23 Tom de Vries <tom@codesourcery.com>
1373 * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
1374 attributes): Document rdrand effective target.
1376 2017-05-23 Tom de Vries <tom@codesourcery.com>
1378 * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
1379 attributes): Sort alphabetically.
1381 2017-05-23 Georg-Johann Lay <avr@gjlay.de>
1383 * config/avr/genmultilib.awk: Use gsub instead of gensub.
1385 2017-05-22 Michael Meissner <meissner@linux.vnet.ibm.com>
1388 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
1389 V2DF/V2DI splat into two separate patterns, one that handles
1390 registers, and the other that only handles memory. Drop support
1391 for splatting from a GPR on ISA 2.07 and then splitting the
1392 splat into direct move and splat.
1393 (vsx_splat_<mode>_reg): Likewise.
1394 (vsx_splat_<mode>_mem): Likewise.
1396 2017-05-22 Segher Boessenkool <segher@kernel.crashing.org>
1398 * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
1400 2017-05-22 Jakub Jelinek <jakub@redhat.com>
1403 * omp-low.c (finish_taskreg_remap): New function.
1404 (finish_taskreg_scan): If unit size of ctx->record_type
1405 is non-constant, unshare the size expression and replace
1406 decls in it with possible outer var refs.
1409 * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
1410 GOVD_SHARED rather than GOVD_PRIVATE with it.
1411 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
1412 GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
1415 * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
1416 as last argument to build_outer_var_ref for pointer bases of array
1419 2017-05-19 Martin Sebor <msebor@redhat.com>
1421 * print-tree.c (print_node): Print DECL_READ_P flag.
1423 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
1425 * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
1426 * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
1427 * cgraph.c: Likewise.
1428 * cgraphunit.c: Likewise.
1429 * gengtype.c: Likewise.
1430 * ipa-cp.c: Likewise.
1431 * ipa-devirt.c: Likewise.
1432 * ipa-icf.c: Likewise.
1433 * ipa-predicate.c: Likewise.
1434 * ipa-profile.c: Likewise.
1435 * ipa-prop.c: Likewise.
1436 * ipa-split.c: Likewise.
1438 * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
1439 edge_predicate_pool, dump_inline_hints,
1440 inline_summary::account_size_time, redirect_to_unreachable,
1441 edge_set_predicate, set_hint_predicate,
1442 evaluate_conditions_for_known_args, evaluate_properties_for_edge,
1443 inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
1444 inline_summary_t::remove, remap_hint_predicate_after_duplication,
1445 inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
1446 ipa_call_summary_t::remove, initialize_growth_caches,
1447 free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
1448 debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
1449 mark_modified, unmodified_parm_1, unmodified_parm,
1450 unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
1451 set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
1452 compute_bb_predicates, will_be_nonconstant_expr_predicate,
1453 will_be_nonconstant_predicate, record_modified_bb_info,
1454 get_minimal_bb, record_modified, param_change_prob,
1455 phi_result_unknown_predicate, predicate_for_phi_result,
1456 array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
1457 estimate_function_body_sizes, compute_inline_parameters,
1458 compute_inline_parameters_for_curren, pass_data_inline_parameters,
1459 estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
1460 inline_update_callee_summaries, remap_edge_change_prob,
1461 remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
1462 inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
1463 inline_analyze_function, inline_summary_t::insert,
1464 inline_generate_summary, read_ipa_call_summary, inline_read_section,
1465 inline_read_summary, write_ipa_call_summary, inline_write_summary,
1466 inline_free_summary): Move to ipa-fnsummary.h
1467 (predicate_t): Remove.
1468 * ipa-fnsummary.c: New file.
1469 * ipa-inline.h: Do not include sreal.h and ipa-predicate.h
1470 (enum inline_hints_vals, inline_hints, agg_position_info,
1471 INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
1472 inline_summaries, ipa_call_summary, ipa_call_summary_t,
1473 ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
1474 dump_inline_summary, dump_inline_hints, inline_generate_summary,
1475 inline_read_summary, inline_write_summary, inline_free_summary,
1476 inline_analyze_function, initialize_inline_failed,
1477 inline_merge_summary, inline_update_overall_summary,
1478 compute_inline_parameters): Move to ipa-fnsummary.h
1479 * ipa-fnsummary.h: New file.
1480 * ipa-inline-transform.h: Include ipa-inline.h.
1481 * ipa-inline.c: LIkewise.
1483 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
1485 * ipa-inline.c (edge_badness): Use inlined_time instead of
1486 inline_summaries->get.
1488 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
1490 * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
1492 2017-05-22 Nathan Sidwell <nathan@acm.org>
1494 * doc/invoke.texi (fdump-translation-unit): Delete documentation.
1495 (fdump-lang): Document 'raw' option.
1496 * dumpfile.h (TDI_tu): Delete.
1497 * dumpfile.c (dump_files): Remove translation-unit.
1498 (FIRST_AUTO_NUMBERED_DUMP): Decrement.
1500 2017-05-22 Georg-Johann Lay <avr@gjlay.de>
1502 * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
1503 command option from $(AWK) call.
1504 * config/avr/genmultilib.awk: Simplify and rewrite so that it
1505 generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
1506 [FORMAT]: Remove handling of variable.
1507 * config/avr/t-multilib: Regenerate.
1509 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
1511 * ipa-inline-analysis.c (inline_summary::reset): Do not reset
1513 (dump_inline_summary): Do not print self_time.
1514 (estimate_function_body_sizes): Do not set self_time.
1515 (compute_inline_parameters): Likewise.
1516 (inline_read_section, inline_write_summary): Do not stream self_time.
1517 * ipa-inline.h (inline_summary): Drop self_time.
1519 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
1521 * ipa-inline-analysis.c (account_size_time): Rename to ...
1522 (inline_summary::account_size_time): ... this one.
1523 (reset_ipa_call_summary): Turn to ...
1524 (ipa_call_summary::reset): ... this one.
1525 (reset_inline_summary): Turn to ...
1526 (inline_summary::reset): ... this one.
1527 (inline_summary_t::remove): Update.
1528 (inline_summary_t::duplicate): Update.
1529 (ipa_call_summary_t::remove): Update.
1530 (dump_inline_summary): Update.
1531 (estimate_function_body_sizes): Update.
1532 (compute_inline_parameters): Update.
1533 (estimate_node_size_and_time): Update.
1534 (inline_merge_summary): Update.
1535 (inline_update_overall_summary): Update.
1536 (inline_read_section): Update.
1537 (inline_write_summary): Update.
1538 * ipa-inline.h (inline_summary): Rename entry to size_time_table;
1539 add account_size_time and reset member functions.
1540 (ipa_call_summary): Add reset function.
1541 * ipa-predicate.h (predicate::operator &): Constify.
1543 2017-05-22 Richard Biener <rguenther@suse.de>
1545 * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
1547 2017-05-19 Jason Merrill <jason@redhat.com>
1549 * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
1551 2017-05-19 Marek Polacek <polacek@redhat.com>
1554 * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
1555 TYPE_OVERFLOW_WRAPS checks.
1557 2017-05-19 Thomas Schwinge <thomas@codesourcery.com>
1559 * tree-core.h (enum omp_clause_default_kind): Add
1560 "OMP_CLAUSE_DEFAULT_PRESENT".
1561 * tree-pretty-print.c (dump_omp_clause): Handle it.
1562 * gimplify.c (enum gimplify_omp_var_data): Add
1563 "GOVD_MAP_FORCE_PRESENT".
1564 (gimplify_adjust_omp_clauses_1): Map it to
1565 "GOMP_MAP_FORCE_PRESENT".
1566 (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
1568 * gimplify.c (oacc_default_clause): Clarify.
1570 2017-05-19 Nathan Sidwell <nathan@acm.org>
1572 LANG_HOOK_REGISTER_DUMPS
1573 * toplev.c (general_init): Call register dump lang hook.
1574 * doc/invoke.texi: Document -fdump-lang option family.
1575 * dumpfile.c (dump_files): Remove class dump here.
1576 (FIRST_AUTO_NUMBERED_DUMP): Adjust.
1577 * dumpfile.h (tree_dump_index): Remove TDI_class.
1578 * langhooks-def.h (lhd_register_dumps): Declare.
1579 (LANG_HOOKS_REGISTER_DUMPS): Define.
1580 (LANG_HOOKS_INITIALIZER): Add it.
1581 * langhooks.c (lhd_register_dumps): Define.
1582 * langhooks.h (struct lang_hooks): Add register_dumps.
1584 2017-05-19 Nathan Sidwell <nathan@acm.org>
1586 * context.h (context::set_passes): New.
1587 * context.c (context::context): Do not create pass manager.
1588 * toplev.c (general_init): Create pass manager here.
1590 2017-05-19 Segher Boessenkool <segher@kernel.crashing.org>
1592 * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
1593 use this splitter if two add or or instructions would also work for
1594 the constant we want to generate.
1596 2017-05-19 Richard Biener <rguenther@suse.de>
1599 * genmatch.c (dt_node::gen_kids_1): Add missing scope around
1600 predicate evaluation.
1602 2017-05-19 Jan Hubicka <hubicka@ucw.cz>
1604 * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
1606 * ipa-inline.c (want_inline_small_function_p): Do not cast to
1609 2017-05-19 Jan Hubicka <hubicka@ucw.cz>
1611 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
1612 inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
1613 (inline_edge_summary_vec): Turn into ...
1614 (ipa_call_summaries): ... this one.
1615 (redirect_to_unreachable, edge_set_predicate,
1616 evaluate_properties_for_edge, inline_summary_alloc,
1617 reset_ipa_call_summary, reset_inline_summary,
1618 inline_summary_t::duplicate): Update.
1619 (inline_edge_duplication_hook): Turn to ...
1620 (ipa_call_summary_t::duplicate): ... this one.
1621 (inline_edge_removal_hook): Turn to ...
1622 (ipa_call_summary_t::remove): ... this one.
1623 (dump_inline_edge_summary): Turn to ...
1624 (dump_ipa_call_summary): ... this one.
1625 (estimate_function_body_sizes): Update.
1626 (inline_update_callee_summaries): Update.
1627 (remap_edge_change_prob): Update.
1628 (remap_edge_summaries): Update.
1629 (inline_merge_summary): Update.
1630 (do_estimate_edge_time): Update.
1631 (inline_generate_summary): Update.
1632 (inline_read_section): Update.
1633 (inline_read_summary): Update.
1634 (inline_free_summary): Update.
1635 * ipa-inline.c (can_inline_edge_p): Update.
1636 (compute_inlined_call_time): Update.
1637 (want_inline_small_function_p): Update.
1638 (edge_badness): Update.
1639 (early_inliner): Update.
1640 * ipa-inline.h (inline_edge_summary): Turn to ...
1641 (ipa_call_summary): ... this one.
1642 (ipa_call_summary_t): New class.
1643 (inline_edge_summary_t, inline_edge_summary_vec): Remove.
1644 (ipa_call_summaries): New.
1645 (inline_edge_summary): Remove.
1646 (estimate_edge_growth): Update.
1647 * ipa-profile.c (ipa_propagate_frequency_1): Update.
1648 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
1649 * ipa-split.c (execute_split_functions): Update.
1650 * ipa.c (symbol_table::remove_unreachable_nodes): Update.
1652 2017-05-19 Richard Biener <rguenther@suse.de>
1655 * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
1657 2017-05-18 Segher Boessenkool <segher@kernel.crashing.org>
1659 * config/rs6000/rs6000.c (struct machine_function): Add field
1660 fpr_is_wrapped_separately.
1661 (rs6000_get_separate_components): Use 64 components. Handle the
1663 (rs6000_components_for_bb): Handle the FPR components.
1664 (rs6000_emit_prologue_components): Handle the FPR components.
1665 (rs6000_emit_epilogue_components): Handle the FPR components.
1666 (rs6000_set_handled_components): Handle the FPR components.
1667 (rs6000_emit_prologue): Don't output prologue code for those FPRs
1668 that are already separately shrink-wrapped.
1669 (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
1670 that are already separately shrink-wrapped.
1672 2017-05-18 Michael Meissner <meissner@linux.vnet.ibm.com>
1675 * config/rs6000/predicates.md (simple_offsettable_mem_operand):
1678 * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
1679 (define_peephole2 for Altivec d-form load): Add peepholes to catch
1680 cases where the register allocator uses a move and an offsettable
1681 memory operation to/from a FPR register on ISA 2.06/2.07.
1682 (define_peephole2 for Altivec d-form store): Likewise.
1684 2017-05-18 Uros Bizjak <ubizjak@gmail.com>
1687 * config/i386/mmx.md (*mov<mode>_internal): Enable
1688 alternatives 11, 12, 13 and 14 also for 32bit targets.
1689 Remove alternatives 15, 16, 17 and 18.
1690 * config/i386/sse.md (vec_concatv2di): Change
1691 alternative (!x, *y) to (x, ?!*Yn).
1693 2017-05-18 Paolo Carlini <paolo.carlini@oracle.com>
1695 * dumpfile.h (enum dump_kind): Remove stray comma.
1697 2017-05-18 Jan Hubicka <hubicka@ucw.cz>
1699 * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
1700 * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
1701 predicate::num_conditions
1702 (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
1703 (CHANGED): turn into predicate::changed.
1704 (agg_position_info): Move to ipa-predicate.h
1705 (add_condition, predicate::add_clause, predicate::operator &=,
1706 predicate::or_with, predicate::evaluate, predicate::probability,
1707 dump_condition, dump_clause, predicate::dump,
1708 predicate::remap_after_duplication, predicate::remap_after_inlining,
1709 predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
1710 (evaluate_conditions_for_known_args): Update.
1711 (set_cond_stmt_execution_predicate): Update.
1712 * ipa-inline.h: Include ipa-predicate.h
1713 (condition, inline_param_summary, conditions, agg_position_info,
1714 predicate): Move to ipa-predicate.h
1715 * ipa-predicate.c: New file.
1716 * ipa-predicate.h: New file.
1718 2017-05-18 Wilco Dijkstra <wdijkstr@arm.com>
1720 * final.c (leaf_function_p): Check we are not in a sequence.
1722 2017-05-18 Martin Liska <mliska@suse.cz>
1724 * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
1725 * dumpfile.c (dump_register): Use new enum dump_kind.
1726 (get_dump_file_name): Likewise.
1727 (dump_enable_all): Likewise.
1728 (dump_switch_p_1): Likewise.
1729 (enable_rtl_dump_file): Remove usage of TDF_RTL.
1730 * dumpfile.h (enum dump_kind): New enum type.
1731 (struct dump_file_info): Create constructor and
1732 format fields and comments.
1733 * passes.c (pass_manager::register_one_dump_file):
1735 * statistics.c (statistics_early_init): Likewise.
1736 * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
1737 TDF_TREE with TDF_SLIM.
1738 (gather_memory_references_ref): Likewise.
1740 2017-05-18 Martin Liska <mliska@suse.cz>
1742 * vec.h (struct vnull): Use it.
1744 2017-05-18 Jan Hubicka <hubicka@ucw.cz>
1746 * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
1747 (true_predicate, false_predicate, true_predicate_p,
1748 false_predicate_p): Remove.
1749 (single_cond_predicate, not_inlined_predicate): Turn to member function
1751 (add_condition): Update.
1752 (add_clause): Turn to...
1753 (predicate::add_clause): ... this one; update; allow passing NULL
1755 (and_predicates): Turn to ...
1756 (predicate::operator &=): ... this one.
1757 (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
1758 (or_predicates): Turn to ...
1759 (predicate::or_with): ... this one.
1760 (evaluate_predicate): Turn to ...
1761 (predicate::evaluate): ... this one.
1762 (predicate_probability): Turn to ...
1763 (predicate::probability): ... this one.
1764 (dump_condition): Update.
1765 (dump_predicate): Turn to ...
1766 (predicate::dump): ... this one.
1767 (account_size_time): Update.
1768 (edge_set_predicate): Update.
1769 (set_hint_predicate): UPdate.
1770 (evaluate_conditions_for_known_args): Update.
1771 (evaluate_properties_for_edge): Update.
1772 (remap_predicate_after_duplication): Turn to...
1773 (predicate::remap_after_duplication): ... this one.
1774 (remap_hint_predicate_after_duplication): Update.
1775 (inline_summary_t::duplicate): UPdate.
1776 (dump_inline_edge_summary): Update.
1777 (dump_inline_summary): Update.
1778 (set_cond_stmt_execution_predicate): Update.
1779 (set_switch_stmt_execution_predicate): Update.
1780 (compute_bb_predicates): Update.
1781 (will_be_nonconstant_expr_predicate): Update.
1782 (will_be_nonconstant_predicate): Update.
1783 (phi_result_unknown_predicate): Update.
1784 (predicate_for_phi_result): Update.
1785 (array_index_predicate): Update.
1786 (estimate_function_body_sizes): Update.
1787 (estimate_node_size_and_time): Update.
1788 (estimate_ipcp_clone_size_and_time): Update.
1789 (remap_predicate): Rename to ...
1790 (predicate::remap_after_inlining): ... this one.
1791 (remap_hint_predicate): Update.
1792 (inline_merge_summary): Update.
1793 (inline_update_overall_summary): Update.
1794 (estimate_size_after_inlining): Update.
1795 (read_predicate): Rename to ...
1796 (predicate::stream_in): ... this one.
1797 (read_inline_edge_summary): Update.
1798 (write_predicate): Rename to ...
1799 (predicate::stream_out): ... this one.
1800 (write_inline_edge_summary): Update.
1801 * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
1802 (clause_t): Turn to uint32_t
1803 (predicate): Turn to class; implement constructor and operators
1805 (size_time_entry): Update.
1806 (inline_summary): Update.
1807 (inline_edge_summary): Update.
1809 2017-05-18 Marc Glisse <marc.glisse@inria.fr>
1811 * fold-const.c (fold_binary_loc): Move transformation...
1812 * match.pd (C - X CMP X): ... here.
1814 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
1816 * config/sparc/sparc.c (sparc_option_override): Set function
1817 alignment for -mcpu=niagara7 to 64 to match the I$ line.
1818 * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
1820 * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
1822 * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
1824 2017-05-18 Marek Polacek <polacek@redhat.com>
1827 * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
1828 (pass_ubsan::execute): Call gimple_assign_single_p instead of
1829 gimple_assign_load_p.
1831 2017-05-17 Segher Boessenkool <segher@kernel.crashing.org>
1834 * real.c (do_compare): Give decimal_do_compare preference over
1835 comparing just the signs.
1837 2017-05-17 Uros Bizjak <ubizjak@gmail.com>
1839 * doc/md.texi (Canonicalization of Instructions): Describe the
1840 canonical form of instructions that inherently set a condition
1843 2017-05-17 Peter Bergner <bergner@vnet.ibm.com>
1846 * tree-cfg.c: Move deletion of unreachable case statements to after
1847 the merging of consecutive case labels.
1849 2017-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
1851 * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
1852 readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
1853 restoring of callee-saved registers.
1855 2017-05-17 Eric Botcazou <ebotcazou@adacore.com>
1857 * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
1858 * config/visium/visium.c (single_set_and_flags): Likewise.
1859 * config/visium/visium.md (Substitutions): Likewise.
1861 2017-05-17 Martin Liska <mliska@suse.cz>
1863 * cfg.c: Introduce dump_flags_t type and
1864 use it instead of int type.
1866 * cfghooks.c: Likewise.
1867 * cfghooks.h (struct cfg_hooks): Likewise.
1868 * cfgrtl.c: Likewise.
1869 * cfgrtl.h: Likewise.
1870 * cgraph.c (cgraph_node::get_body): Likewise.
1871 * coretypes.h: Likewise.
1872 * domwalk.c: Likewise.
1873 * domwalk.h: Likewise.
1874 * dumpfile.c (struct dump_option_value_info): Likewise.
1875 (dump_enable_all): Likewise.
1876 (dump_switch_p_1): Likewise.
1877 (opt_info_switch_p): Likewise.
1878 * dumpfile.h (enum tree_dump_index): Likewise.
1879 (struct dump_file_info): Likewise.
1880 * genemit.c: Likewise.
1881 * generic-match-head.c: Likewise.
1882 * gengtype.c (open_base_files): Likewise.
1883 * gimple-pretty-print.c: Likewise.
1884 * gimple-pretty-print.h: Likewise.
1885 * graph.c (print_graph_cfg): Likewise.
1886 * graphite-scop-detection.c (dot_all_sese): Likewise.
1887 * ipa-devirt.c (build_type_inheritance_graph): Likewise.
1888 * loop-unroll.c (report_unroll): Likewise.
1889 * passes.c (pass_manager::register_one_dump_file): Likewise.
1890 * print-tree.c: Likewise.
1891 * statistics.c: Likewise.
1892 * tree-cfg.c: Likewise.
1893 * tree-cfg.h: Likewise.
1894 * tree-dfa.c: Likewise.
1895 * tree-dfa.h: Likewise.
1896 * tree-dump.c (dump_function): Likewise.
1897 * tree-dump.h (struct dump_info): Likewise.
1898 * tree-pretty-print.c: Likewise.
1899 * tree-pretty-print.h: Likewise.
1900 * tree-ssa-live.c: Likewise.
1901 * tree-ssa-live.h: Likewise.
1902 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
1903 * tree-vect-loop.c: Likewise.
1904 * tree-vect-slp.c: Likewise.
1906 2017-05-16 James Greenhalgh <james.greenhalgh@arm.com>
1907 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1909 PR tree-optimization/80457
1910 * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
1911 of all arguments to a statement as scalar_to_vec operations.
1912 (vectorizable_call): Adjust call to vect_model_simple_cost for
1914 (vectorizable_conversion): Likewise.
1915 (vectorizable_assignment): Likewise.
1916 (vectorizable_shift): Likewise.
1917 (vectorizable_operation): Likewise.
1918 (vectorizable_comparison): Likewise.
1919 (vect_is_simple_cond): Record the def types for operands.
1920 (vectorizable_condition): Likewise, call vect_model_simple_cost.
1921 * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
1922 for statement argument count.
1924 2017-05-16 Carl Love <cel@us.ibm.com>
1926 * config/rs6000/rs6000-c: Add support for built-in functions
1927 vector unsigned long long vec_bperm (vector unsigned long long,
1928 vector unsigned char)
1929 vector signed long long vec_mule (vector signed int,
1931 vector unsigned long long vec_mule (vector unsigned int,
1932 vector unsigned int)
1933 vector signed long long vec_mulo (vector signed int,
1935 vector unsigned long long vec_mulo (vector unsigned int,
1936 vector unsigned int)
1937 vector signed char vec_sldw (vector signed char,
1940 vector unsigned char vec_sldw (vector unsigned char,
1941 vector unsigned char,
1943 vector signed short vec_sldw (vector signed short,
1944 vector signed short,
1946 vector unsigned short vec_sldw (vector unsigned short,
1947 vector unsigned short,
1949 vector signed int vec_sldw (vector signed int,
1952 vector unsigned int vec_sldw (vector unsigned int,
1953 vector unsigned int,
1955 vector signed long long vec_sldw (vector signed long long,
1956 vector signed long long,
1958 vector unsigned long long vec_sldw (vector unsigned long long,
1959 vector unsigned long long,
1961 * config/rs6000/rs6000-c: Add support for built-in functions
1962 * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
1963 * config/rs6000/altivec.h: Add defintion for vec_sldw.
1964 * doc/extend.texi: Update the built-in documentation for the
1965 new built-in functions.
1967 2017-05-16 Marek Polacek <polacek@redhat.com>
1971 * tree.c (save_expr): Don't fold the expression.
1973 2017-05-16 Uros Bizjak <ubizjak@gmail.com>
1975 * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
1976 to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
1977 and (?*y,m). Update insn attributes.
1979 2017-05-16 Martin Liska <mliska@suse.cz>
1981 * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
1982 flags argument of print_gimple_stmt, print_gimple_expr,
1983 print_generic_stmt and print_generic_expr.
1984 * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
1985 * coretypes.h: Likewise.
1986 * except.c (dump_eh_tree): Likewise.
1987 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
1988 * gimple-pretty-print.h: Likewise.
1989 * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
1990 (backprop::push_to_worklist): Likewise.
1991 (backprop::pop_from_worklist): Likewise.
1992 (backprop::process_use): Likewise.
1993 (backprop::intersect_uses): Likewise.
1994 (note_replacement): Likewise.
1995 * gimple-ssa-store-merging.c
1996 (pass_store_merging::terminate_all_aliasing_chains): Likewise.
1997 (imm_store_chain_info::coalesce_immediate_stores): Likewise.
1998 (pass_store_merging::execute): Likewise.
1999 * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
2000 (ssa_base_cand_dump_callback): Likewise.
2001 (dump_incr_vec): Likewise.
2002 (replace_refs): Likewise.
2003 (replace_mult_candidate): Likewise.
2004 (create_add_on_incoming_edge): Likewise.
2005 (create_phi_basis): Likewise.
2006 (insert_initializers): Likewise.
2007 (all_phi_incrs_profitable): Likewise.
2008 (introduce_cast_before_cand): Likewise.
2009 (replace_one_candidate): Likewise.
2010 * gimplify.c (gimplify_expr): Likewise.
2011 * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
2012 (set_rename): Likewise.
2013 (rename_uses): Likewise.
2014 (copy_loop_phi_nodes): Likewise.
2015 (add_close_phis_to_merge_points): Likewise.
2016 (copy_loop_close_phi_args): Likewise.
2017 (copy_cond_phi_args): Likewise.
2018 (graphite_copy_stmts_from_block): Likewise.
2019 (translate_pending_phi_nodes): Likewise.
2020 * graphite-poly.c (print_pdr): Likewise.
2021 (dump_gbb_cases): Likewise.
2022 (dump_gbb_conditions): Likewise.
2023 (print_scop_params): Likewise.
2024 * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
2025 (build_cross_bb_scalars_use): Likewise.
2026 (gather_bbs::before_dom_children): Likewise.
2027 * hsa-dump.c (dump_hsa_immed): Likewise.
2028 * ipa-cp.c (print_ipcp_constant_value): Likewise.
2029 (get_replacement_map): Likewise.
2030 * ipa-inline-analysis.c (dump_condition): Likewise.
2031 (estimate_function_body_sizes): Likewise.
2032 * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
2033 (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
2034 * ipa-prop.c (ipa_dump_param): Likewise.
2035 (ipa_print_node_jump_functions_for_edge): Likewise.
2036 (ipa_modify_call_arguments): Likewise.
2037 (ipa_modify_expr): Likewise.
2038 (ipa_dump_param_adjustments): Likewise.
2039 (ipa_dump_agg_replacement_values): Likewise.
2040 (ipcp_modif_dom_walker::before_dom_children): Likewise.
2041 * ipa-pure-const.c (check_stmt): Likewise.
2042 (pass_nothrow::execute): Likewise.
2043 * ipa-split.c (execute_split_functions): Likewise.
2044 * omp-offload.c (dump_oacc_loop_part): Likewise.
2045 (dump_oacc_loop): Likewise.
2046 * trans-mem.c (tm_log_emit): Likewise.
2047 (tm_memopt_accumulate_memops): Likewise.
2048 (dump_tm_memopt_set): Likewise.
2049 (dump_tm_memopt_transform): Likewise.
2050 * tree-cfg.c (gimple_verify_flow_info): Likewise.
2051 (print_loop): Likewise.
2052 * tree-chkp-opt.c (chkp_print_addr): Likewise.
2053 (chkp_gather_checks_info): Likewise.
2054 (chkp_get_check_result): Likewise.
2055 (chkp_remove_check_if_pass): Likewise.
2056 (chkp_use_outer_bounds_if_possible): Likewise.
2057 (chkp_reduce_bounds_lifetime): Likewise.
2058 * tree-chkp.c (chkp_register_addr_bounds): Likewise.
2059 (chkp_mark_completed_bounds): Likewise.
2060 (chkp_register_incomplete_bounds): Likewise.
2061 (chkp_mark_invalid_bounds): Likewise.
2062 (chkp_maybe_copy_and_register_bounds): Likewise.
2063 (chkp_build_returned_bound): Likewise.
2064 (chkp_get_bound_for_parm): Likewise.
2065 (chkp_build_bndldx): Likewise.
2066 (chkp_get_bounds_by_definition): Likewise.
2067 (chkp_generate_extern_var_bounds): Likewise.
2068 (chkp_get_bounds_for_decl_addr): Likewise.
2069 * tree-chrec.c (chrec_apply): Likewise.
2070 * tree-data-ref.c (dump_data_reference): Likewise.
2071 (dump_subscript): Likewise.
2072 (dump_data_dependence_relation): Likewise.
2073 (analyze_overlapping_iterations): Likewise.
2074 * tree-inline.c (expand_call_inline): Likewise.
2075 (tree_function_versioning): Likewise.
2076 * tree-into-ssa.c (dump_defs_stack): Likewise.
2077 (dump_currdefs): Likewise.
2078 (dump_names_replaced_by): Likewise.
2079 (dump_update_ssa): Likewise.
2080 (update_ssa): Likewise.
2081 * tree-object-size.c (pass_object_sizes::execute): Likewise.
2082 * tree-parloops.c (build_new_reduction): Likewise.
2083 (try_create_reduction_list): Likewise.
2084 (ref_conflicts_with_region): Likewise.
2085 (oacc_entry_exit_ok_1): Likewise.
2086 (oacc_entry_exit_single_gang): Likewise.
2087 * tree-pretty-print.h: Likewise.
2088 * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
2089 (get_scalar_evolution): Likewise.
2090 (add_to_evolution): Likewise.
2091 (get_loop_exit_condition): Likewise.
2092 (analyze_evolution_in_loop): Likewise.
2093 (analyze_initial_condition): Likewise.
2094 (analyze_scalar_evolution): Likewise.
2095 (instantiate_scev): Likewise.
2096 (number_of_latch_executions): Likewise.
2097 (gather_chrec_stats): Likewise.
2098 (final_value_replacement_loop): Likewise.
2099 (scev_const_prop): Likewise.
2100 * tree-sra.c (dump_access): Likewise.
2101 (disqualify_candidate): Likewise.
2102 (create_access): Likewise.
2104 (maybe_add_sra_candidate): Likewise.
2105 (create_access_replacement): Likewise.
2106 (analyze_access_subtree): Likewise.
2107 (analyze_all_variable_accesses): Likewise.
2108 (sra_modify_assign): Likewise.
2109 (initialize_constant_pool_replacements): Likewise.
2110 (find_param_candidates): Likewise.
2111 (decide_one_param_reduction): Likewise.
2112 (replace_removed_params_ssa_names): Likewise.
2113 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
2114 * tree-ssa-copy.c (dump_copy_of): Likewise.
2115 (copy_prop_visit_cond_stmt): Likewise.
2116 * tree-ssa-dce.c (mark_operand_necessary): Likewise.
2117 * tree-ssa-dom.c (pass_dominator::execute): Likewise.
2118 (record_equivalences_from_stmt): Likewise.
2119 * tree-ssa-dse.c (compute_trims): Likewise.
2120 (delete_dead_call): Likewise.
2121 (delete_dead_assignment): Likewise.
2122 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
2123 (forward_propagate_into_cond): Likewise.
2124 (pass_forwprop::execute): Likewise.
2125 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
2126 * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
2128 (move_computations_worker): Likewise.
2129 (execute_sm): Likewise.
2130 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
2131 (remove_exits_and_undefined_stmts): Likewise.
2132 (remove_redundant_iv_tests): Likewise.
2133 * tree-ssa-loop-ivopts.c (dump_use): Likewise.
2134 (adjust_iv_update_pos): Likewise.
2135 * tree-ssa-math-opts.c (bswap_replace): Likewise.
2136 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
2137 (value_replacement): Likewise.
2138 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
2139 * tree-ssa-pre.c (print_pre_expr): Likewise.
2140 (get_representative_for): Likewise.
2141 (create_expression_by_pieces): Likewise.
2142 (insert_into_preds_of_block): Likewise.
2143 (eliminate_insert): Likewise.
2144 (eliminate_dom_walker::before_dom_children): Likewise.
2145 (eliminate): Likewise.
2146 (remove_dead_inserted_code): Likewise.
2147 * tree-ssa-propagate.c (substitute_and_fold): Likewise.
2148 * tree-ssa-reassoc.c (get_rank): Likewise.
2149 (eliminate_duplicate_pair): Likewise.
2150 (eliminate_plus_minus_pair): Likewise.
2151 (eliminate_not_pairs): Likewise.
2152 (undistribute_ops_list): Likewise.
2153 (eliminate_redundant_comparison): Likewise.
2154 (update_range_test): Likewise.
2155 (optimize_range_tests_var_bound): Likewise.
2156 (optimize_vec_cond_expr): Likewise.
2157 (rewrite_expr_tree): Likewise.
2158 (rewrite_expr_tree_parallel): Likewise.
2159 (linearize_expr): Likewise.
2160 (break_up_subtract): Likewise.
2161 (linearize_expr_tree): Likewise.
2162 (attempt_builtin_powi): Likewise.
2163 (attempt_builtin_copysign): Likewise.
2164 (transform_stmt_to_copy): Likewise.
2165 (transform_stmt_to_multiply): Likewise.
2166 (dump_ops_vector): Likewise.
2167 * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
2168 (print_scc): Likewise.
2169 (set_ssa_val_to): Likewise.
2170 (visit_reference_op_store): Likewise.
2171 (visit_use): Likewise.
2172 (sccvn_dom_walker::before_dom_children): Likewise.
2173 (run_scc_vn): Likewise.
2174 * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
2176 (expr_hash_elt::print): Likewise.
2177 (const_and_copies::pop_to_marker): Likewise.
2178 (const_and_copies::record_const_or_copy_raw): Likewise.
2179 * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
2180 * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
2181 (dump_predicates): Likewise.
2182 (find_uninit_use): Likewise.
2183 (warn_uninitialized_phi): Likewise.
2184 (pass_late_warn_uninitialized::execute): Likewise.
2185 * tree-ssa.c (verify_vssa): Likewise.
2186 (verify_ssa): Likewise.
2187 (maybe_optimize_var): Likewise.
2188 * tree-vrp.c (dump_value_range): Likewise.
2189 (dump_all_value_ranges): Likewise.
2190 (dump_asserts_for): Likewise.
2191 (register_edge_assert_for_2): Likewise.
2192 (vrp_visit_cond_stmt): Likewise.
2193 (vrp_visit_switch_stmt): Likewise.
2194 (vrp_visit_stmt): Likewise.
2195 (vrp_visit_phi_node): Likewise.
2196 (simplify_cond_using_ranges_1): Likewise.
2197 (fold_predicate_in): Likewise.
2198 (evrp_dom_walker::before_dom_children): Likewise.
2199 (evrp_dom_walker::push_value_range): Likewise.
2200 (evrp_dom_walker::pop_value_range): Likewise.
2201 (execute_early_vrp): Likewise.
2203 2017-05-16 Richard Biener <rguenther@suse.de>
2205 * dwarf2out.c (loc_list_from_tree_1): Do not create
2206 DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
2208 2017-05-16 Richard Biener <rguenther@suse.de>
2210 * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
2212 (note_variable_value_in_expr): If we resolved the decl ref
2213 do not push to the stack.
2215 2017-05-16 Matthew Wahab <matthew.wahab@arm.com>
2217 * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
2218 operations in fast-math mode.
2219 (vaddq_f16): Likewise.
2220 (vmul_f16): Likewise.
2221 (vmulq_f16): Likewise.
2222 (vsub_f16): Likewise.
2223 (vsubq_f16): Likewise.
2224 * config/arm/neon.md (add<mode>3): New.
2226 (fma:<VH:mode>3): New. Also remove outdated comment.
2229 2017-05-16 Martin Liska <mliska@suse.cz>
2233 * ipa-devirt.c (warn_types_mismatch): Fix typo.
2234 (odr_types_equivalent_p): Likewise.
2236 2017-05-15 Sylvestre Ledru <sylvestre@debian.org>
2238 * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
2240 2017-05-15 Uros Bizjak <ubizjak@gmail.com>
2243 * config/i386.i386.md (*zero_extendsidi2): Do not penalize
2244 non-interunit SSE move alternatives with '?'.
2245 (zero-extendsidi peephole2): New peephole to skip intermediate
2246 general register in SSE zero-extend sequence.
2248 2017-05-15 Jeff Law <law@redhat.com>
2250 * reorg.c (relax_delay_slots): Create a new variable to hold
2251 the temporary target rather than clobbering TARGET_LABEL.
2253 * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
2254 missing argument to extract_bit_field call.
2255 * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
2257 2017-05-15 Martin Liska <mliska@suse.cz>
2260 * gcc.c (process_command): Do not allow empty argument of -o option.
2262 2017-05-15 Renlin Li <renlin.li@arm.com>
2264 * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
2265 * config/aarch64/aarch64.c (aarch64_expand_call): Define.
2266 * config/aarch64/constraints.md (Usf): Add long call check.
2267 * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
2268 (call_value): Likewise.
2269 (sibcall): Likewise.
2270 (sibcall_value): Likewise.
2272 (call_value_insn): New.
2273 (sibcall_insn): Update rtx pattern.
2274 (sibcall_value_insn): Likewise.
2275 (call_internal): Remove.
2276 (call_value_internal): Likewise.
2277 (sibcall_internal): Likewise.
2278 (sibcall_value_internal): Likewise.
2279 (call_reg): Likewise.
2280 (call_symbol): Likewise.
2281 (call_value_reg): Likewise.
2282 (call_value_symbol): Likewise.
2284 2017-05-14 Krister Walfridsson <krister.walfridsson@gmail.com>
2287 * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
2289 2017-05-14 Uros Bizjak <ubizjak@gmail.com>
2291 * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
2292 compatible with CCGOCmode and with CCZmode.
2294 2017-05-14 Martin Sebor <msebor@redhat.com>
2297 * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
2298 (gimple_fold_builtin_snprintf): Same.
2299 * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
2300 (gimple_fold_builtin_snprintf): Same.
2301 * gimple-ssa-sprintf.c (get_format_string): Correct the detection
2303 (is_call_safe): New function.
2304 (try_substitute_return_value): Call it.
2305 (try_simplify_call): New function.
2306 (pass_sprintf_length::handle_gimple_call): Call it.
2308 2017-05-14 Martin Sebor <msebor@redhat.com>
2311 * builtins.c (expand_builtin_stpncpy): Simplify.
2313 2017-05-14 Daniel Santos <daniel.santos@pobox.com>
2315 * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
2316 * config/i386/i386.h
2317 (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
2318 (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
2319 (struct machine_function): Add new members call_ms2sysv,
2320 call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
2321 (struct machine_frame_state): New fields sp_realigned and
2322 sp_realigned_offset.
2323 * config/i386/i386.c
2324 (enum xlogue_stub): New enum.
2325 (enum xlogue_stub_sets): New enum.
2326 (class xlogue_layout): New class.
2327 (struct ix86_frame): New fields stack_realign_allocate_offset,
2328 stack_realign_offset and outlined_save_offset. Modify comments to
2329 detail stack layout when using out-of-line stubs.
2330 (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
2331 (ix86_option_override_internal): Add sorry() for TARGET_SEH and
2332 -mcall-ms2sysv-xlogues.
2333 (stub_managed_regs): New static variable.
2334 (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
2335 registers managed by out-of-line stub.
2336 (disable_call_ms2sysv_xlogues): New function.
2337 (ix86_compute_frame_layout): Modify re-alignment calculations, disable
2338 m->call_ms2sysv when appropriate and compute frame layout for
2340 (sp_valid_at, fp_valid_at): New inline functions.
2341 (choose_basereg): New function.
2342 (choose_baseaddr): Add align parameter, use choose_basereg and modify
2344 (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
2345 Use align parameter of choose_baseaddr to generated aligned SSE movs
2347 (pro_epilogue_adjust_stack): Modify to track
2348 machine_frame_state::sp_realigned.
2349 (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
2350 (ix86_nsaved_sseregs): Likewise.
2351 (ix86_emit_save_regs): Likewise.
2352 (ix86_emit_save_regs_using_mov): Likewise.
2353 (ix86_emit_save_sse_regs_using_mov): Likewise.
2354 (get_scratch_register_on_entry): Likewise.
2355 (gen_frame_set): New function.
2356 (gen_frame_load): Likewise.
2357 (gen_frame_store): Likewise.
2358 (emit_outlined_ms2sysv_save): Likewise.
2359 (emit_outlined_ms2sysv_restore): Likewise.
2360 (ix86_expand_prologue): Modify stack re-alignment code and call
2361 emit_outlined_ms2sysv_save when appropriate.
2362 (ix86_emit_leave): Clear machine_frame_state::sp_realigned. Add
2363 parameter rtx_insn *insn, which allows the function to be used to only
2365 (ix86_expand_epilogue): Modify validity checks of frame and stack
2366 pointers, and call emit_outlined_ms2sysv_restore when appropriate.
2367 (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
2368 * config/i386/predicates.md
2369 (save_multiple): New predicate.
2370 (restore_multiple): Likewise.
2371 * config/i386/sse.md
2372 (save_multiple<mode>): New pattern.
2373 (save_multiple_realign<mode>): Likewise.
2374 (restore_multiple<mode>): Likewise.
2375 (restore_multiple_and_return<mode>): Likewise.
2376 (restore_multiple_leave_return<mode>): Likewise.
2377 * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
2379 2017-05-14 Julia Koval <julia.koval@intel.com>
2381 * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
2382 * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
2383 (__builtin_ia32_xsetbv): New builtins.
2384 * config/i386/i386.c (ix86_expand_special_args_builtin):
2386 (ix86_expand_builtin): Special expand for new intrinsics.
2387 * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
2388 (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
2389 * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
2391 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2393 * cfganal.c (inverted_post_order_compute): Change argument type
2395 * cfganal.h (inverted_post_order_compute): Adjust prototype.
2396 * df-core.c (rest_of_handle_df_initialize): Adjust.
2397 (rest_of_handle_df_finish): Likewise.
2398 (df_analyze_1): Likewise.
2399 (df_analyze): Likewise.
2400 (loop_inverted_post_order_compute): Change argument to be a vec *.
2401 (df_analyze_loop): Adjust.
2402 (df_get_n_blocks): Likewise.
2403 (df_get_postorder): Likewise.
2404 * df.h (struct df_d): Change field to be a vec.
2405 * lcm.c (compute_laterin): Adjust.
2406 (compute_available): Likewise.
2407 * lra-lives.c (lra_create_live_ranges_1): Likewise.
2408 * tree-ssa-dce.c (remove_dead_stmt): Likewise.
2409 * tree-ssa-pre.c (compute_antic): Likewise.
2411 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2413 * cfganal.c (connect_infinite_loops_to_exit): Adjust.
2414 (depth_first_search::depth_first_search): Change structure init
2415 function to this constructor.
2416 (depth_first_search::add_bb): Rename function to this member.
2417 (depth_first_search::execute): Likewise.
2418 (flow_dfs_compute_reverse_finish): Adjust.
2420 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2422 * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
2423 (longest_simple_path): Likewise.
2424 * shrink-wrap.c (spread_components): Likewise.
2425 (disqualify_problematic_components): Likewise.
2426 (emit_common_heads_for_components): Likewise.
2427 (emit_common_tails_for_components): Likewise.
2428 (insert_prologue_epilogue_for_components): Likewise.
2430 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2432 * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
2435 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2437 * df-core.c (df_set_blocks): Start using auto_bitmap.
2438 (df_compact_blocks): Likewise.
2439 * df-problems.c (df_rd_confluence_n): Likewise.
2440 * df-scan.c (df_insn_rescan_all): Likewise.
2441 (df_process_deferred_rescans): Likewise.
2442 (df_update_entry_block_defs): Likewise.
2443 (df_update_exit_block_uses): Likewise.
2444 (df_entry_block_bitmap_verify): Likewise.
2445 (df_exit_block_bitmap_verify): Likewise.
2446 (df_scan_verify): Likewise.
2447 * lra-constraints.c (lra_constraints): Likewise.
2448 (undo_optional_reloads): Likewise.
2449 (lra_undo_inheritance): Likewise.
2450 * lra-remat.c (calculate_gen_cands): Likewise.
2451 (do_remat): Likewise.
2452 * lra-spills.c (assign_spill_hard_regs): Likewise.
2453 (spill_pseudos): Likewise.
2454 * tree-ssa-pre.c (bitmap_set_and): Likewise.
2455 (bitmap_set_subtract_values): Likewise.
2457 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2459 * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
2460 management with auto_bitmap.
2461 (fix_inter_tick): Likewise.
2462 (fix_recovery_deps): Likewise.
2463 * ira.c (add_store_equivs): Likewise.
2464 (find_moveable_pseudos): Likewise.
2465 (split_live_ranges_for_shrink_wrap): Likewise.
2466 * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
2467 (rtx_reuse_manager::seen_def_p): Likewise.
2468 (rtx_reuse_manager::set_seen_def): Likewise.
2469 * print-rtl.h (class rtx_reuse_manager): Likewise.
2471 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2473 * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
2475 (migrate_btr_def): Likewise.
2476 * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
2477 * df-core.c (loop_post_order_compute): Likewise.
2478 (loop_inverted_post_order_compute): Likewise.
2479 * hsa-common.h: Likewise.
2480 * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
2481 * init-regs.c (initialize_uninitialized_regs): Likewise.
2482 * ipa-inline.c (resolve_noninline_speculation): Likewise.
2483 (inline_small_functions): Likewise.
2484 * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
2485 * ira.c (combine_and_move_insns): Likewise.
2486 (build_insn_chain): Likewise.
2487 * loop-invariant.c (find_invariants): Likewise.
2488 * lower-subreg.c (propagate_pseudo_copies): Likewise.
2489 * predict.c (tree_predict_by_opcode): Likewise.
2490 (predict_paths_leading_to): Likewise.
2491 (predict_paths_leading_to_edge): Likewise.
2492 (estimate_loops_at_level): Likewise.
2493 (estimate_loops): Likewise.
2494 * shrink-wrap.c (try_shrink_wrapping): Likewise.
2495 (spread_components): Likewise.
2496 * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
2497 * tree-loop-distribution.c (rdg_build_partitions): Likewise.
2498 * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
2499 * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
2500 * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
2501 * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
2502 * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
2503 * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
2504 (mark_threaded_blocks): Likewise.
2505 (thread_through_all_blocks): Likewise.
2506 * tree-ssa.c (verify_ssa): Likewise.
2507 (execute_update_addresses_taken): Likewise.
2508 * tree-ssanames.c (verify_ssaname_freelists): Likewise.
2510 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2512 * cfganal.c (mark_dfs_back_edges): Replace manual stack with
2514 (post_order_compute): Likewise.
2515 (inverted_post_order_compute): Likewise.
2516 (pre_and_rev_post_order_compute_fn): Likewise.
2518 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2520 * genrecog.c (int_set::int_set): Explicitly construct our
2521 auto_vec base class.
2522 * vec.h (auto_vec::auto_vec): New constructor.
2524 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2526 * bitmap.h (class auto_bitmap): New constructor taking
2527 bitmap_obstack * argument.
2529 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2531 * bitmap.h (class auto_bitmap): Change type of m_bits to
2532 bitmap_head, and adjust ctor / dtor and member operators.
2534 2017-05-13 Uros Bizjak <ubizjak@gmail.com>
2536 * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
2537 when returned register mode doesn't match original mode.
2539 2017-05-12 Jeff Law <law@redhat.com>
2540 Jakub Jelinek <jakub@redhat.com>
2542 * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
2543 we look for cc setter after the compare-elim changes.
2544 * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
2545 within the vector to match what compare-elim now expects.
2546 (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
2547 (xorsi3_flags, one_cmplsi2_flags): Likewise.
2549 * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
2550 after the compare-elim changes.
2551 * config/rx/rx.md (abssi2_flags): Fix order of patterns within
2552 the vector to match what compare-elim now expects.
2553 (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
2554 (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
2555 (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
2556 (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
2557 (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
2559 * config/visium/visium.c (single_set_and_flags): Fix where
2560 we look for cc setter after the compare-elim changes.
2561 * config/visium/visium.md (flags_subst_logic): Fix order of patterns
2562 with the vector to match what compare-elim now expects.
2563 (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
2564 (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
2565 (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
2566 (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
2567 (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
2568 (neg<mode>2_insn_set_overflow): Likewise.
2570 2017-05-12 Jim Wilson <jim.wilson@linaro.org>
2573 * expmed.c (extract_bit_field_1): Add alt_rtl argument. Before
2574 maybe_expand_insn call, set ops[0].target. If still set after call,
2575 set alt_rtl. Add extra arg to recursive calls.
2576 (extract_bit_field): Add alt_rtl argument. Pass to
2578 * expmed.h (extract_bit_field): Fix prototype.
2579 * expr.c (emit_group_load_1, copy_blkmode_from_reg)
2580 (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
2581 to extract_bit_field_calls.
2582 (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
2583 Pass alt_rtl to extract_bit_field calls.
2584 * calls.c (store_unaligned_arguments_into_psuedos)
2585 load_register_parameters): Pass extra NULL to extract_bit_field calls.
2586 * optabs.c (maybe_legitimize_operand): Clear op->target when call
2588 * optabs.h (struct expand_operand): Add target bitfield.
2590 2017-05-12 Uros Bizjak <ubizjak@gmail.com>
2592 * compare-elim.c (try_eliminate_compare): Canonicalize
2593 operation with embedded compare to
2594 [(set (reg:CCM) (compare:CCM (operation) (immediate)))
2595 (set (reg) (operation)].
2597 * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
2599 2017-05-12 Uros Bizjak <ubizjak@gmail.com>
2602 * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
2603 cost of adding a carry flag for ADC instruction.
2604 [case MINUS]: Ignore the cost of subtracting a carry flag
2605 for SBB instruction.
2607 2017-05-12 Steven Munroe <munroesj@gcc.gnu.org>
2609 * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
2611 * config/rs6000/bmiintrin.h: New file.
2612 * config/rs6000/bmi2intrin.h: New file.
2613 * config/rs6000/x86intrin.h: New file.
2615 2017-05-12 Jeff Law <law@redhat.com>
2617 * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
2620 2017-05-12 Peter Bergner <bergner@vnet.ibm.com>
2623 * tree-cfg.c: Remove cfg edges of unreachable case statements.
2625 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
2627 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
2628 early expansion of vector divide builtins.
2629 (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
2630 builtins identified as having unsigned arguments.
2632 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
2634 * config/rs6000/rs6000.c (gimple-fold.h): New #include.
2635 (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
2636 expansion of vector logical operations (and, andc, or, xor,
2639 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
2641 * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
2642 * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
2644 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
2646 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
2647 early GIMPLE expansion of vector multiplies.
2649 2017-05-12 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2651 * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
2652 TARGET_HAVE_MOVT conditional.
2653 (movt splitter): Likewise.
2655 2017-05-12 Richard Biener <rguenther@suse.de>
2657 * tree-ssa-sccvn.h (has_VN_INFO): Declare.
2658 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2659 Fold all stmts not inplace.
2661 2017-05-12 Richard Biener <rguenther@suse.de>
2663 PR tree-optimization/80713
2664 * tree-ssa-pre.c (remove_dead_inserted_code): Clear
2665 inserted_exprs bit for not removed stmts.
2667 2017-05-12 Thomas Schwinge <thomas@codesourcery.com>
2670 * tree-parloops.c (create_parallel_loop): Set "oacc kernels
2671 parallelized" attribute for parallelized OpenACC kernels.
2672 * omp-offload.c (execute_oacc_device_lower): Use it.
2674 * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
2675 Set "oacc kernels" attribute.
2676 * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
2677 parameter. Adjust all users.
2678 (oacc_fn_attrib_kernels_p): Remove function.
2679 * omp-offload.c (execute_oacc_device_lower): Look for "oacc
2680 kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
2681 * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
2682 * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
2683 assert "oacc kernels" attribute is set.
2685 2017-05-11 Carl Love <cel@us.ibm.com>
2687 * config/rs6000/rs6000-c: Add support for built-in functions
2688 vector unsigned char vec_popcnt (vector signed char)
2689 vector unsigned char vec_popcnt (vector unsigned char)
2690 vector unsigned short vec_popcnt (vector signed short)
2691 vector unsigned short vec_popcnt (vector unsigned short)
2692 vector unsigned int vec_popcnt (vector signed int)
2693 vector unsigned int vec_popcnt (vector unsigned int)
2694 vector unsigned long long vec_popcnt (vector signed long long)
2695 vector unsigned long long vec_popcnt (vector unsigned long long)
2696 vector signed long long vec_slo (vector signed long long,
2698 vector signed long long vec_slo (vector signed long long,
2699 vector unsigned char)
2700 vector unsigned long long vec_slo (vector unsigned long long,
2702 vector unsigned long long vec_slo (vector unsigned long long,
2703 vector unsigned char)
2704 * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
2705 VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
2706 * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
2707 vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
2708 * doc/extend.texi: Update the built-in documentation file for the
2709 new built-in functions.
2711 2017-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
2713 * attribs.h (sorted_attr_string): Move machine independent
2714 functions for target clone support from the i386 port to common
2715 code. Rename ix86_function_versions to common_function_versions.
2716 Rename make_name to make_unique_name.
2717 (common_function_versions): Likewise.
2718 (make_unique_name): Likewise.
2719 (make_dispatcher_decl): Likewise.
2720 (is_function_default_version): Likewise.
2721 * attribs.c (attr_strcmp): Likewise.
2722 (sorted_attr_string): Likewise.
2723 (common_function_versions): Likewise.
2724 (make_unique_name): Likewise.
2725 (make_dispatcher_decl): Likewise.
2726 (is_function_default_version): Likewise.
2727 * config/i386/i386.c (attr_strcmp): Likewise.
2728 (sorted_attr_string): Likewise.
2729 (ix86_function_versions): Likewise.
2730 (make_name): Likewise.
2731 (make_dispatcher_decl): Likewise.
2732 (is_function_default_version): Likewise.
2733 (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
2735 2017-05-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2738 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
2739 Account for direct move costs for vec_construct of integer
2742 2017-05-11 Uros Bizjak <ubizjak@gmail.com>
2745 * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
2746 (UNSPEC_STX_ATOMIC): Ditto.
2747 (loaddi_via_sse): New insn.
2748 (storedi_via_sse): Ditto.
2749 (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
2750 Update corresponding peephole2 patterns.
2751 (atomic_storedi_fpu): Ditto.
2753 2017-05-11 Julia Koval <julia.koval@intel.com>
2755 * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
2756 (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
2758 * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
2759 (__builtin_ia32_rsqrt14ss_mask): New builtins.
2760 * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
2762 2017-05-11 Nathan Sidwell <nathan@acm.org>
2764 * graphite-poly.c: Include dumpfile.h.
2766 * dumpfle.h (dump_function): Declare here ...
2767 * tree-dump.h (dump_function): ... not here.
2768 * dumpfile.c: #include tree-cfg.h.
2769 (dump_function): Move here from ...
2770 * tree-dump.c (dump_function): ... here.
2771 * gimplify.c: #include splay-tree.h, not tree-dump.h.
2772 * graphite-poly.c: Don't include tree-dump.h.
2773 * cgraphclones.c: Include dumpfile.h not tree-dump.h.
2774 * print-tree.c: Likewise.
2775 * stor-layout.c: Likewise.
2776 * tree-nested.c: Likewise.
2778 * dumpfile.c (dump_start): Use TDF_FLAGS.
2779 (dump_enable_all): Fix TDF_KIND check thinko.
2781 2017-05-11 Kelvin Nilsen <kelvin@gcc.gnu.org>
2783 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2784 array entries to represent two legal parameterizations of the
2785 overloaded __builtin_cmpb function, as represented by the
2786 P6_OV_BUILTIN_CMPB constant.
2787 (altivec_resolve_overloaded_builtin): Add special case handling
2788 for the __builtin_cmpb function, as represented by the
2789 P6_OV_BUILTIN_CMPB constant.
2790 * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
2791 (BU_P6_64BIT_2): New macro.
2792 (BU_P6_OVERLOAD_2): New macro
2793 (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
2794 (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
2795 (CMPB): Add overload support to represent both 32-bit and 64-bit
2796 compare-bytes function.
2797 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
2798 support for TARGET_CMPB.
2799 * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
2800 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
2801 documentation of the __builtin_cmpb overloaded built-in function.
2803 2017-05-11 Richard Biener <rguenther@suse.de>
2805 PR tree-optimization/80705
2806 * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
2807 bases are not vectorizable.
2809 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2811 * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
2812 when counting register pressure.
2814 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2816 * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
2817 (iv_ca_more_deps): Renamed to ...
2818 (iv_ca_compare_deps): ... this.
2819 (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
2821 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2823 * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
2825 (determine_group_iv_costs): ... here.
2826 (find_inv_vars_cb): Record inv var if it's not recorded before.
2828 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2830 * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
2831 (get_shiftadd_cost): Ditto.
2833 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2835 * tree-ssa-address.c: Include header file.
2836 (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
2838 (add_to_parts): Refactor.
2839 (addr_to_parts): New parameter. Update use of move_hint_to_base.
2840 (create_mem_ref): Update use of addr_to_parts. Re-associate addr
2843 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2845 PR tree-optimization/53090
2846 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
2848 (extract_cond_operands): Detect condition with IV on both sides
2849 and return COMP_IV_EXPR_2.
2850 (find_interesting_uses_cond): Add iv_use for both IVs in condition.
2851 (rewrite_use_compare): Simplify by removing call to function
2852 extract_cond_operands.
2854 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2856 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
2857 (extract_cond_operands): Detect condition comparing against non-
2858 invariant bound and return appropriate enum value.
2859 (find_interesting_uses_cond): Update use of extract_cond_operands.
2860 Handle its return value accordingly.
2861 (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
2863 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2865 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
2866 nonlinear iv_use computation in loop invariant sensitive way.
2868 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2870 * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
2871 (find_iv_candidates): Call relate_compare_use_with_all_cands.
2873 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2875 * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
2876 (dump_cand): Support iv_cand.inv_exprs.
2877 (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
2879 (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
2882 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2884 * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
2886 * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
2887 as local function. Include necessary header files.
2888 * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
2890 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2892 * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
2894 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2896 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
2897 operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
2898 RSHIFT_EXPR and BIT_NOT_EXPR.
2900 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2902 * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
2903 (adjust_setup_cost): New parameter supporting round up adjustment.
2904 (struct address_cost_data): Delete.
2905 (force_expr_to_var_cost): Don't bound cost with spill_cost.
2906 (split_address_cost, ptr_difference_cost): Delete.
2907 (difference_cost, compare_aff_trees, record_inv_expr): Delete.
2908 (struct ainc_cost_data): New struct.
2909 (get_address_cost_ainc): New function.
2910 (get_address_cost, get_computation_cost): Reimplement.
2911 (determine_group_iv_cost_address): Record inv_expr for all uses of
2913 (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
2914 (iv_ca_has_deps): Reimplemented to ...
2915 (iv_ca_more_deps): ... this. Check if NEW_CP introduces more deps
2917 (iv_ca_extend): Call iv_ca_more_deps.
2919 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2921 * tree-ssa-address.c (struct mem_address): Move to header file.
2922 (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
2923 * tree-ssa-address.h (struct mem_address): Move from C file.
2924 (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
2926 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2928 * tree-affine.h (aff_combination_type): New interface.
2929 (aff_combination_zero_p): Remove static.
2930 (aff_combination_const_p): New interface.
2931 (aff_combination_singleton_var_p): New interfaces.
2933 2017-05-11 Richard Biener <rguenther@suse.de>
2935 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2936 Skip unreachable blocks and destinations.
2937 (eliminate): Move stmt removal and fixup ...
2938 (fini_eliminate): ... here. Skip inserted exprs.
2939 (pass_pre::execute): Move fini_pre after fini_eliminate.
2940 * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
2941 (tail_merge_optimize): Run cleanup_tree_cfg if requested by
2942 PRE to get rid of dead code that has invalid SSA form and
2943 split critical edges again.
2945 2017-05-11 Bin Cheng <bin.cheng@arm.com>
2947 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
2949 2017-05-11 Richard Biener <rguenther@suse.de>
2951 * passes.c (execute_function_todo): Verify loops if they are
2952 said to be up-to-date.
2953 * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
2954 * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
2956 2017-05-10 John David Anglin <danglin@gcc.gnu.org>
2959 * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
2960 handle calling assemble_external ourself.
2963 * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
2964 modes with zero size. Enhance comment.
2966 2017-05-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2968 * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
2969 built-ins for vec_xl and vec_xst with short and char pointer
2972 2017-05-10 Sebastian Peryt <sebastian.peryt@intel.com>
2974 * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
2975 (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
2976 (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
2977 (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
2978 (_mm_maskz_min_round_ss): New intrinsics.
2979 * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
2980 (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
2981 * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
2982 (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
2983 (__builtin_ia32_minss_mask_round): New builtins.
2984 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
2985 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
2986 * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
2988 (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
2989 (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
2991 (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
2994 2017-05-10 Sebastian Peryt <sebastian.peryt@intel.com>
2996 * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
2997 (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
2998 (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
2999 (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
3000 (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
3001 (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
3002 (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
3003 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
3004 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
3005 * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
3006 (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
3007 (__builtin_ia32_mulss_mask_round): New builtins.
3008 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
3009 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
3010 * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
3012 (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
3013 (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
3015 (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
3018 2017-05-10 Julia Koval <julia.koval@intel.com>
3020 * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
3021 (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
3022 (_mm256_setr_m128i): New intrinsics.
3024 2017-05-10 Julia Koval <julia.koval@intel.com>
3026 * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
3027 (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
3028 (_mm_maskz_rcp14_ss): New intrinsics.
3029 * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
3030 (__builtin_ia32_rcp14ss_mask): New builtins.
3031 * config/i386/sse.md (srcp14<mode>_mask): New pattern.
3033 2017-05-10 Peter Bergner <bergner@vnet.ibm.com>
3035 PR tree-optimization/51513
3036 * tree-cfg.c (gimple_seq_unreachable_p): New function.
3037 (assert_unreachable_fallthru_edge_p): Use it.
3038 (group_case_labels_stmt): Likewise.
3039 * tree-cfg.h: Prototype it.
3040 * stmt.c: Include cfghooks.h and tree-cfg.h.
3041 (emit_case_dispatch_table) <gap_label>: New local variable.
3042 Use it to fill dispatch table gaps.
3043 Test for default_label before updating probabilities.
3044 (expand_case) <default_label>: Remove unneeded initialization.
3045 Test for unreachable default case statement and remove its edge.
3046 Set default_label accordingly.
3047 * tree-ssa-ccp.c (optimize_unreachable): Update comment.
3049 2017-05-10 Carl Love <cel@us.ibm.com>
3051 * config/rs6000/rs6000-c: Add support for built-in functions
3052 vector signed char vec_neg (vector signed char)
3053 vector signed short int vec_neg (vector short int)
3054 vector signed int vec_neg (vector signed int)
3055 vector signed long long vec_neg (vector signed long long)
3056 vector float vec_neg (vector float)
3057 vector double vec_neg (vector double)
3058 * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
3060 * config/rs6000/altivec.h: Add define for vec_neg
3061 * doc/extend.texi: Update the built-in documentation for the
3062 new built-in functions.
3064 2017-05-10 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3066 PR tree-optimization/77644
3067 * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
3069 2017-05-10 Nathan Sidwell <nathan@acm.org>
3071 * dumpfile.h (TDI_lang_all): New.
3072 (TDF_KIND): New. Renumber others
3073 (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
3075 * dumpfile.c (dump_files): Mark language dumps as TDF_LANG. add
3077 (get_dump_file_name): Adjust suffix generation.
3078 (dump_enable_all): Use TDF_KIND.
3079 * doc/invoke.texi (-fdump-lang-all): Document.
3081 * dumpfile.h: Tabify.
3083 2017-05-10 Wilco Dijkstra <wdijkstr@arm.com>
3086 * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
3087 Move member access before delete.
3089 2017-05-10 Alexandre Oliva <aoliva@redhat.com>
3091 * tree-inline.c (expand_call_inline): Split block at stmt
3094 2017-05-09 Michael Meissner <meissner@linux.vnet.ibm.com>
3097 * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
3098 are now unused after splitting mov{sf,sd}_hardfloat.
3099 (f32_lr2): Likewise.
3101 (f32_lm2): Likewise.
3103 (f32_li2): Likewise.
3106 (f32_sr2): Likewise.
3108 (f32_sm2): Likewise.
3110 (f32_si2): Likewise.
3113 (f32_vsx): Likewise.
3115 (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
3116 For movsf, order stores so the VSX stores occur before the GPR
3117 store which encourages the register allocator to use a traditional
3118 FPR instead of a GPR. For movsd, order the stores so that the GPR
3119 store comes before the VSX stores to allow the power6 to work.
3120 This is due to the power6 not having a 32-bit integer store
3121 instruction from a FPR.
3122 (movsf_hardfloat): Likewise.
3123 (movsd_hardfloat): Likewise.
3125 2017-05-09 Martin Sebor <msebor@redhat.com>
3127 PR translation/80280
3128 * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
3131 PR translation/80280
3132 * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
3133 data member added in r247778.
3134 (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
3136 2017-05-09 Nathan Sidwell <nathan@acm.org>
3138 * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
3140 * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
3143 2017-05-09 Marek Polacek <polacek@redhat.com>
3145 * doc/invoke.texi: Fix typo.
3147 2017-05-09 Richard Biener <rguenther@suse.de>
3149 * tree-vrp.c (vrp_val_is_max): Adjust comment.
3150 (vrp_val_is_min): Likewise.
3151 (set_value_range_to_value): Likewise.
3152 (set_value_range_to_nonnegative): Likewise.
3153 (gimple_assign_nonzero_p): Likewise.
3154 (gimple_stmt_nonzero_p): Likewise.
3155 (vrp_int_const_binop): Likewise. Remove unreachable case.
3156 (adjust_range_with_scev): Adjust comments.
3157 (compare_range_with_value): Likewise.
3158 (extract_range_from_phi_node): Likewise.
3159 (test_for_singularity): Likewise.
3161 2017-05-09 Richard Biener <rguenther@suse.de>
3163 * tree-vrp.c (get_single_symbol): Add assert that we don't
3164 get overflowed constants as invariant part.
3165 (compare_values_warnv): Add comment before the TREE_NO_WARNING
3166 checks. Use wi::cmp instead of recursing for integer constants.
3167 (compare_values): Just ignore whether we assumed undefined
3168 overflow instead of failing the compare.
3169 (extract_range_for_var_from_comparison_expr): Add comment before the
3170 TREE_NO_WARNING sets.
3171 (test_for_singularity): Likewise.
3172 (extract_range_from_comparison): Do not disable optimization
3173 when we assumed undefined overflow.
3174 (extract_range_basic): Remove init of unused var.
3176 2017-05-09 Richard Biener <rguenther@suse.de>
3178 * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
3179 (extract_range_from_multiplicative_op_1): Adjust.
3180 (extract_range_from_binary_expr_1): Use int_const_binop.
3182 2017-05-08 Kelvin Nilsen <kelvin@gcc.gnu.org>
3185 * config/rs6000/power6.md: Replace store_data_bypass_p calls with
3186 rs6000_store_data_bypass_p in seven define_bypass directives and
3187 in several comments.
3188 * config/rs6000/rs6000-protos.h: Add prototype for
3189 rs6000_store_data_bypass_p function.
3190 * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
3191 function implements slightly different (rs6000-specific) semantics
3192 than store_data_bypass_p, returning false rather than aborting
3193 with assertion error when arguments do not satisfy the
3194 requirements of store data bypass.
3195 (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
3196 rs6000_store_data_bypass_p.
3198 2017-05-08 Max Filippov <jcmvbkbc@gmail.com>
3200 * config/xtensa/xtensa-protos.h
3201 (xtensa_initial_elimination_offset): New declaration.
3202 * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
3203 New function. Move its body from the INITIAL_ELIMINATION_OFFSET
3204 macro definition, add case for FRAME_POINTER_REGNUM when
3205 FRAME_GROWS_DOWNWARD.
3206 * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
3207 (INITIAL_ELIMINATION_OFFSET): Replace body with call to
3208 xtensa_initial_elimination_offset.
3210 2017-05-08 Nathan Sidwell <nathan@acm.org>
3212 * doc/invoke.texi: Alphabetize -fdump options.
3214 2017-05-08 Martin Sebor <msebor@redhat.com>
3216 PR translation/80280
3217 * config/sol2-c.c (solaris_pragma_align): Correct quoting.
3219 2017-05-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
3221 * target.def (compute_frame_layout): New optional target hook.
3222 * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
3223 * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
3224 * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
3226 * reload1.c (verify_initial_elim_offsets): Likewise.
3227 * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
3228 (use_simple_return_p): Call arm_compute_frame_layout if needed.
3229 (arm_get_frame_offsets): Split up into this ...
3230 (arm_compute_frame_layout): ... and this function.
3232 2017-05-08 Richard Sandiford <richard.sandiford@arm.com>
3234 * config/aarch64/constraints.md (Usa): New constraint.
3235 * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
3237 2017-05-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
3239 * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
3240 with_multilib_list after it has been checked.
3242 2017-05-08 Richard Biener <rguenther@suse.de>
3244 * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
3245 (bitmap_set_subtract_values): Likewise.
3247 2017-05-08 Richard Biener <rguenther@suse.de>
3249 * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
3250 (gimple_assign_nonzero): ... this and remove strict_overflow_p
3252 (gimple_stmt_nonzero_warnv_p): Rename to ...
3253 (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
3255 (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
3256 (extract_range_basic): Adjust, do not disable propagation on
3257 strict overflow sensitive simplification.
3258 (vrp_visit_cond_stmt): Likewise.
3260 2017-05-05 Jan Hubicka <hubicka@ucw.cz>
3262 * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
3263 body size unconditionally.
3265 2017-05-07 Jeff Law <law@redhat.com>
3268 2017-05-06 Jeff Law <law@redhat.com>
3269 PR tree-optimization/78496
3270 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
3273 PR tree-optimization/78496
3274 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
3275 (simplify_stmt_using_ranges): Call it.
3276 (vrp_dom_walker::before_dom_children): Extract equivalences
3277 from an ASSERT_EXPR with an equality comparison against a
3280 2017-05-06 Jeff Law <law@redhat.com>
3282 PR tree-optimization/78496
3283 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
3286 PR tree-optimization/78496
3287 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
3288 (simplify_stmt_using_ranges): Call it.
3289 (vrp_dom_walker::before_dom_children): Extract equivalences
3290 from an ASSERT_EXPR with an equality comparison against a
3293 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
3295 * lra-constraints.c (lra_copy_reg_equiv): New function.
3296 (split_reg): Use it to copy equivalence information from the
3297 original register to the spill register.
3299 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
3301 PR rtl-optimization/75964
3302 * simplify-rtx.c (simplify_const_relational_operation): Remove
3303 invalid handling of comparisons of integer ABS.
3305 2017-05-06 Uros Bizjak <ubizjak@gmail.com>
3307 * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
3309 (init_regs): Remove declaration.
3310 (function_arg_advance_32): Initialize error_p as boolean variable.
3312 2017-05-05 Nathan Sidwell <nathan@acm.org>
3314 * store-motion.c (remove_reachable_equiv_notes): Reformat long
3315 lines. Use for (;;).
3317 2017-05-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3319 * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
3320 (rs6000_init_cost): Initialize rs6000_vect_nonmem.
3321 (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
3322 (rs6000_finish_cost): Avoid vectorizing simple copy loops with
3323 VF=2 that require versioning.
3325 2017-05-05 David Malcolm <dmalcolm@redhat.com>
3327 * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
3330 2017-05-05 David Malcolm <dmalcolm@redhat.com>
3332 * diagnostic.h (diagnostic_override_option_index): Convert from
3333 macro to inline function.
3335 2017-05-05 David Malcolm <dmalcolm@redhat.com>
3337 * diagnostic.c (last_module_changed_p): New function.
3338 (set_last_module): New function.
3339 (diagnostic_report_current_module): Convert macro usage to
3340 the above functions.
3341 * diagnostic.h (diagnostic_context::last_module): Strengthen
3342 from const line_map * to const line_map_ordinary *.
3343 (diagnostic_last_module_changed): Delete macro.
3344 (diagnostic_set_last_module): Delete macro.
3346 2017-05-05 David Malcolm <dmalcolm@redhat.com>
3348 * diagnostic.c (diagnostic_impl): Replace report_diagnostic
3349 with diagnostic_report_diagnostic.
3350 (diagnostic_n_impl_richloc): Likewise.
3351 * diagnostic.h (report_diagnostic): Delete macro.
3352 * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
3353 with diagnostic_report_diagnostic.
3354 * substring-locations.c (format_warning_va): Likewise.
3356 2017-05-05 David Malcolm <dmalcolm@redhat.com>
3358 * diagnostic.c (diagnostic_report_diagnostic): Eliminate
3359 save/restor of format_spec. Move option-printing code to...
3360 (print_option_information): ...this new function, and
3361 reimplement by simply printing to the pretty_printer,
3362 rather than appending to the format string.
3364 2017-05-05 David Malcolm <dmalcolm@redhat.com>
3366 * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
3367 handling logic into...
3368 (update_effective_level_from_pragmas): ...this new function.
3370 2017-05-04 Andrew Waterman <andrew@sifive.com>
3372 * config/riscv/riscv.opt (mstrict-align): New option.
3373 * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it. Update comment.
3374 (SLOW_UNALIGNED_ACCESS): Define.
3375 (riscv_slow_unaligned_access): Declare.
3376 * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
3378 (riscv_slow_unaligned_access): New variable.
3379 (rocket_tune_info): Set slow_unaligned_access to true.
3380 (optimize_size_tune_info): Set slow_unaligned_access to false.
3381 (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
3382 (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
3383 (riscv_option_override): Set riscv_slow_unaligned_access.
3384 * doc/invoke.texi: Add -mstrict-align to RISC-V.
3386 2017-05-04 Kito Cheng <kito.cheng@gmail.com>
3388 * config/riscv/riscv.md: Unify indentation.
3390 2017-05-05 Michael Meissner <meissner@linux.vnet.ibm.com>
3395 * config/rs6000/rs6000.md (u code attribute): Add FIX and
3397 (extendsi<mode>2): Add support for doing sign extension via
3398 VUPKHSW and XXPERMDI if the value is in Altivec registers and we
3399 don't have ISA 3.0 instructions.
3400 (extendsi<mode>2 splitter): Likewise.
3401 (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
3402 generate the normal insns since SImode can now go in vector
3403 registers. Disallow the special UNSPECs needed for previous
3404 machines to hide SImode being used. Add new insns
3405 fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
3406 (fix_trunc<mode>si2_stfiwx): Likewise.
3407 (fix_trunc<mode>si2_internal): Likewise.
3408 (fixuns_trunc<mode>si2): Likewise.
3409 (fixuns_trunc<mode>si2_stfiwx): Likewise.
3410 (fctiw<u>z_<mode>_smallint): Likewise.
3411 (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
3412 of floating point to 32-bit integer from doing a direct move to
3413 the GPR registers to do a store.
3414 (fctiwz_<mode>): Break long line.
3416 2017-05-05 Bin Cheng <bin.cheng@arm.com>
3418 * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
3419 * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
3420 (addr_list, addr_offset_valid_p): New.
3421 (split_address_groups): Check offset validity with above function.
3422 (gt-tree-ssa-loop-ivopts.h): Include header file.
3424 2017-05-05 Nathan Sidwell <nathan@acm.org>
3426 * config.gcc (arm*-*-*): Add missing 'fi'.
3428 2017-05-05 Steve Ellcey <sellcey@cavium.com>
3430 * doc/invoke.texi (-fopt-info): Explicitly say order of options
3431 included in -fopt-info does not matter.
3432 * doc/optinfo.texi (-fopt-info): Fix description of default
3433 behavour. Explicitly say order of options included in -fopt-info
3436 2017-05-05 Thomas Preud'homme <thomas.preudhomme@arm.com>
3438 * config.gcc: Allow combinations of aprofile and rmprofile values for
3439 --with-multilib-list.
3440 * config/arm/t-multilib: New file.
3441 * config/arm/t-aprofile: Remove initialization of MULTILIB_*
3442 variables. Remove setting of ISA and floating-point ABI in
3443 MULTILIB_OPTIONS and MULTILIB_DIRNAMES. Set architecture and FPU in
3444 MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
3445 and MULTILIB_DIRNAMES respectively. Add comment to introduce all
3446 matches. Add architecture matches for marvel-pj4 and generic-armv7-a
3448 * config/arm/t-rmprofile: Likewise except for the matches changes.
3449 * doc/install.texi (--with-multilib-list): Document the combination of
3450 aprofile and rmprofile values and warn about pitfalls in doing that.
3452 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
3454 * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
3455 (movdi_aarch64): Likewise.
3457 2017-05-05 Jakub Jelinek <jakub@redhat.com>
3459 PR tree-optimization/80632
3460 * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
3462 (build_arrays): Initialize it for virtual phis.
3463 (fix_phi_nodes): Use it for virtual phis.
3465 PR tree-optimization/80558
3466 * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
3467 [x, y] op z into [x op, y op z] for op & or | if conditions
3470 2017-05-05 Andre Vieira <andre.simoesdiasvieira@arm.com>
3471 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
3474 * config/arm/arm.md (use_literal_pool): Remove.
3475 (64-bit immediate split): No longer takes cost into consideration
3476 if arm_disable_literal_pool is enabled.
3477 * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
3478 used when arm_disable_literal_pool is enabled.
3479 (arm_max_const_double_inline_cost): Remove use of
3480 arm_disable_literal_pool.
3481 (push_minipool_fix): Add assert.
3482 (arm_reorg): Add return if arm_disable_literal_pool is enabled.
3483 * config/arm/vfp.md (no_literal_pool_df_immediate): New.
3484 (no_literal_pool_sf_immediate): New.
3486 2017-05-05 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3488 PR tree-optimization/80613
3489 * tree-ssa-dce.c (propagate_necessity): Remove cases for
3490 BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
3492 2017-05-05 Richard Biener <rguenther@suse.de>
3494 * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
3496 2017-05-05 Georg-Johann Lay <avr@gjlay.de>
3498 * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
3499 of this flag from insn conditions due to removal from r247495.
3501 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
3503 * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
3505 (arm_early_store_addr_dep_ptr): Likewise.
3506 * config/arm/aarch-common-protos.h
3507 (arm_early_load_addr_dep_ptr): Add prototype.
3508 (arm_early_store_addr_dep_ptr): Likewise.
3509 * config/arm/cortex-a53.md: Add new bypasses.
3511 2017-05-05 Jakub Jelinek <jakub@redhat.com>
3513 * tree.c (next_type_uid): Change type to unsigned.
3514 (type_hash_canon): Decrement back next_type_uid if
3515 freeing a type node with the highest TYPE_UID. For INTEGER_TYPEs
3516 also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
3519 2017-05-04 Martin Sebor <msebor@redhat.com>
3521 * builtins.c: Fix a trivial typo in a comment.
3524 * builtins.c (check_sizes): Adjust to handle reading past the end.
3525 Avoid printing excessive upper bound of ranges. Use %E to print
3526 tree nodes instead of converting them to %wu.
3527 (expand_builtin_memchr): New function.
3528 (compute_dest_size): Rename...
3529 (compute_objsize): ...to this.
3530 (expand_builtin_memcpy): Adjust.
3531 (expand_builtin_mempcpy): Adjust.
3532 (expand_builtin_strcat): Adjust.
3533 (expand_builtin_strcpy): Adjust.
3534 (check_strncat_sizes): Adjust.
3535 (expand_builtin_strncat): Adjust.
3536 (expand_builtin_strncpy): Adjust and simplify.
3537 (expand_builtin_memset): Adjust.
3538 (expand_builtin_bzero): Adjust.
3539 (expand_builtin_memcmp): Adjust.
3540 (expand_builtin): Handle memcmp.
3541 (maybe_emit_chk_warning): Check strncat just once.
3543 2017-05-04 Martin Sebor <msebor@redhat.com>
3545 PR preprocessor/79214
3548 * builtins.c (check_sizes): Add inlining context and issue
3549 warnings even when -Wno-system-headers is set.
3550 (check_strncat_sizes): Same.
3551 (expand_builtin_strncat): Same.
3552 (expand_builtin_memmove): New function.
3553 (expand_builtin_stpncpy): Same.
3554 (expand_builtin): Handle memmove and stpncpy.
3556 2017-05-04 Bin Cheng <bin.cheng@arm.com>
3558 * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
3559 which is not used any more.
3561 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
3563 * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
3565 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
3567 * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
3568 (cortexa53_tunings): Likewise.
3569 (cortexa57_tunings): Likewise.
3570 (cortexa72_tunings): Likewise.
3571 (cortexa73_tunings): Likewise.
3573 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
3575 * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
3576 Set loop alignment to 8.
3578 2017-05-04 Martin Sebor <msebor@redhat.com>
3580 PR translation/80280
3581 * builtins.c (expand_builtin_object_size): Add missing quoting to
3582 %D and like directives.
3583 * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
3584 (hsa_type_for_tree_type): Same.
3585 (verify_function_arguments): Same.
3586 * symtab.c (symbol_table::change_decl_assembler_name): Same.
3587 * varasm.c (get_section): Same.
3590 2017-05-04 Martin Sebor <msebor@redhat.com>
3592 PR translation/80280
3593 * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
3595 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
3597 * config/aarch64/aarch64.c (generic_addrcost_table):
3598 Change HI/TI mode setting.
3600 2017-05-04 Martin Jambor <mjambor@suse.cz>
3602 PR tree-optimization/80622
3603 * tree-sra.c (comes_initialized_p): New function.
3604 (build_accesses_from_assign): Only set write lazily when
3605 comes_initialized_p is false.
3606 (analyze_access_subtree): Use comes_initialized_p.
3607 (propagate_subaccesses_across_link): Assert !comes_initialized_p
3608 instead of testing for PARM_DECL.
3610 2017-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3612 * config/aarch64/aarch64.md (prefetch); Adjust predicate and
3613 constraint on operand 0 to allow more general addressing modes.
3614 Adjust output template.
3615 * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
3617 * config/aarch64/aarch64-protos.h
3618 (aarch64_address_valid_for_prefetch_p): Declare prototype.
3619 * config/aarch64/constraints.md (Dp): New address constraint.
3620 * config/aarch64/predicates.md (aarch64_prefetch_operand): New
3623 2017-05-04 Jan Hubicka <hubicka@ucw.cz>
3625 * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
3626 update use of estimate_ipcp_clone_size_and_time.
3627 (estimate_local_effects): Update use of
3628 estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
3629 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
3630 * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
3631 Return nonspecialized time.
3633 2017-05-04 Richard Biener <rguenther@suse.de>
3635 * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
3636 for the last VUSE which def dominates the PHI. Directly call
3638 (get_continuation_for_phi_1): Remove.
3640 2017-05-04 Richard Sandiford <richard.sandiford@linaro.org>
3642 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
3643 to explain the use of truncating division. Cap the number of
3644 iterations to the maximum given by nb_iterations_upper_bound,
3647 2017-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3649 * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
3650 * configure: Regenerate.
3651 * config.in: Regenerate.
3652 * config/i386/driver-mingw32.c: new file.
3653 * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
3654 * config.host: Link driver-mingw32.o on MinGW host.
3655 * doc/install.texi: Document new --enable-mingw-wildcard configure
3658 2017-05-04 Marek Polacek <polacek@redhat.com>
3660 PR tree-optimization/80612
3661 * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
3663 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
3664 Andre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com>
3666 * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
3667 (movt splitter): Likewise.
3668 * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
3669 to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
3670 (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
3671 block for Thumb-1 with MOVT.
3672 (thumb2_legitimate_address_p): Move code block ...
3673 (can_avoid_literal_pool_for_label_p): ... into this new function.
3674 (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
3676 (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
3677 * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
3678 "M-profile targets with the MOVT instruction".
3680 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
3682 * gcc/config/arm/arm-builtins.c (arm_init_builtins): Rename
3683 __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
3684 __builtin_arm_stfscr to __builtin_arm_set_fpscr.
3686 2017-05-04 Martin Liska <mliska@suse.cz>
3688 * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
3691 2017-05-04 Richard Biener <rguenther@suse.de>
3693 * tree.c (array_at_struct_end_p): Handle arrays at struct
3694 end with flexarrays more conservatively. Refactor and treat
3695 arrays of arrays or aggregates more strict. Fix
3696 VIEW_CONVERT_EXPR handling. Remove allow_compref argument.
3697 * tree.c (array_at_struct_end_p): Adjust prototype.
3698 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
3699 * gimple-fold.c (get_range_strlen): Likewise.
3700 * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
3702 2017-05-04 Richard Biener <rguenther@suse.de>
3704 PR tree-optimization/31130
3705 * tree-vrp.c (needs_overflow_infinity): Remove as always returning
3707 (supports_overflow_infinity): Likewise.
3708 (is_negative_overflow_infinity): Likewise.
3709 (is_positive_overflow_infinity): Likewise.
3710 (is_overflow_infinity): Likewise.
3711 (stmt_overflow_infinity): Likewise.
3712 (overflow_infinity_range_p): Likewise.
3713 (usable_range_p): Remove as always returning true.
3714 (make_overflow_infinity): Remove.
3715 (negative_overflow_infinity): Likewise.
3716 (positive_overflow_infinity): Likewise.
3717 (avoid_overflow_infinity): Likewise.
3718 (set_value_range): Adjust accordingly.
3719 (set_value_range_to_nonnegative): Likewise, remove now unused
3720 overflow_infinity arg.
3721 (vrp_operand_equal_p): Adjust.
3722 (update_value_range): Likewise.
3723 (range_int_cst_singleton_p): Likewise.
3724 (operand_less_p): Likewise.
3725 (compare_values_warnv): Likewise.
3726 (extract_range_for_var_from_comparison_expr): Likewise.
3727 (vrp_int_const_binop): Likewise.
3728 (zero_nonzero_bits_from_vr): Likewise.
3729 (extract_range_from_multiplicative_op_1): Likewise.
3730 (extract_range_from_binary_expr_1): Likewise.
3731 (extract_range_from_unary_expr): Likewise.
3732 (extract_range_from_comparison): Likewise.
3733 (extract_range_basic): Likewise.
3734 (adjust_range_with_scev): Likewise.
3735 (compare_ranges): Likewise.
3736 (compare_range_with_value): Likewise.
3737 (dump_value_range): Likewise.
3738 (test_for_singularity): Likewise, remove strict_overflow_p parameter
3740 (simplify_cond_using_ranges): Adjust.
3742 2017-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
3744 * brig-builtins.def: Added a builtin for class_f64.
3745 * builtin-types.def: Added a builtin type needed by class_f64.
3747 2017-05-03 Jason Merrill <jason@redhat.com>
3749 * timevar.def: Add TV_CONSTEXPR.
3751 2017-05-03 David Malcolm <dmalcolm@redhat.com>
3753 * common.opt (fdiagnostics-parseable-fixits): Fix typo.
3755 2017-05-03 Martin Jambor <mjambor@suse.cz>
3757 * ipa-prop.c (ipa_update_after_lto_read): Removed.
3758 * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
3759 * ipa-cp.c (ipcp_propagate_stage): Do not call
3760 ipa_update_after_lto_read.
3761 * ipa-inline.c (ipa_inline): Likewise.
3763 2017-05-03 Martin Jambor <mjambor@suse.cz>
3765 * ipa-prop.h (ipa_edge_args): Make a class. Mark with for_user GTY
3766 tag. Added a default constructor and a destructor.
3767 (ipa_edge_args_sum_t): New class;
3768 (ipa_edge_args_sum): Declare.
3769 (ipa_edge_args_vector): Remove declaration.
3770 (IPA_EDGE_REF): Use ipa_edge_args_sum.
3771 (ipa_free_edge_args_substructures): Remove declaration.
3772 (ipa_check_create_edge_args): Use ipa_edge_args_sum.
3773 (ipa_edge_args_info_available_for_edge_p): Likewise.
3774 * ipa-prop.c (ipa_edge_args_vector): Removed.
3775 (edge_removal_hook_holder): Likewise.
3776 (edge_duplication_hook_holder): Likewise.
3777 (ipa_edge_args_sum): New variable.
3778 (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
3779 ipa_edge_args_vector.
3780 (ipa_free_edge_args_substructures): Likewise.
3781 (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
3782 ipa_edge_args_vector.
3783 (ipa_edge_removal_hook): Turned into method
3784 ipa_edge_args_sum_t::remove.
3785 (ipa_edge_duplication_hook): Turned into method
3786 ipa_edge_args_sum_t::duplicate.
3787 (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
3788 registering edge hooks.
3789 (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
3790 * ipa-inline-analysis.c (estimate_function_body_sizes): Test
3791 ipa_edge_args_sum instead of ipa_edge_args_vector.
3792 * ipa-profile.c (ipa_profile): Likewise.
3794 2017-05-03 Martin Jambor <mjambor@suse.cz>
3796 * symbol-summary.h (function_summary): New method exists.
3797 (function_summary::symtab_removal): Deallocate through release.
3798 (call_summary): New class.
3799 (gt_ggc_mx): New overload.
3800 (gt_pch_nx): Likewise.
3801 (gt_pch_nx): Likewise.
3803 2017-05-03 Jeff Law <law@redhat.com>
3805 PR tree-optimization/78496
3806 * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
3807 from simplify_cond_using_ranges. Split off code to walk
3808 backwards through casts into ...
3809 (simplify_cond_using_ranges_2): New function.
3810 (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
3811 (execute_vrp): After identifying jump threads, call
3812 simplify_cond_using_ranges_2.
3814 2017-05-03 Jan Hubicka <hubicka@ucw.cz>
3817 * ipa-inline.h (inline_summary): Add ctor.
3818 (create_ggc): Do not use ggc_cleared_alloc.
3820 2017-05-03 Jeff Downs <heydowns@somuchpressure.net>
3821 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3823 * gcc.c (handle_braces): Support escaping in switch matching
3825 * doc/invoke.texi (Spec Files): Document it.
3826 Remove superfluous @code markup in items.
3828 2017-05-03 David Malcolm <dmalcolm@redhat.com>
3830 * diagnostic-show-locus.c (struct column_range): New struct.
3831 (get_affected_columns): New function.
3832 (get_printed_columns): New function.
3833 (struct correction): New struct.
3834 (correction::ensure_capacity): New function.
3835 (correction::ensure_terminated): New function.
3836 (struct line_corrections): New struct.
3837 (line_corrections::~line_corrections): New dtor.
3838 (line_corrections::add_hint): New function.
3839 (layout::print_trailing_fixits): Reimplement in terms of the new
3841 (selftest::test_overlapped_fixit_printing): New function.
3842 (selftest::diagnostic_show_locus_c_tests): Call it.
3844 2017-05-03 Nathan Sidwell <nathan@acm.org>
3846 Canonicalize canonical type hashing
3847 * tree.h (type_hash_canon_hash): Declare.
3848 * tree.c (type_hash_list, attribute_hash_list): Move into
3849 type_hash_canon_hash.
3850 (build_type_attribute_qual_variant): Break out hash code calc into
3851 type_hash_canon_hash.
3852 (type_hash_canon_hash): New. Generic type hash computation.
3853 (build_range_type_1, build_array_type_1, build_function_type,
3854 build_method_type_directly, build_offset_type, build_complex_type,
3855 make_vector_type): Call it.
3857 2017-05-03 Richard Biener <rguenther@suse.de>
3859 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
3860 When all DRs have unknown misaligned do not always peel
3861 when there is a store but apply the same costing model as if
3862 there were only loads.
3864 2017-05-03 Richard Biener <rguenther@suse.de>
3867 PR tree-optimization/80492
3868 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
3869 compare_base_decls returning dont-know properly.
3871 2017-05-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
3873 * config/arm/iterators.md (CCSI): New mode iterator.
3874 (arch): New mode attribute.
3875 * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
3876 (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
3877 (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This. Use CCSI
3878 code iterator for success result mode.
3879 * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
3880 the corresponding new insn generators.
3882 2017-05-03 Bin Cheng <bin.cheng@arm.com>
3885 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3886 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
3888 2017-05-03 Richard Sandiford <richard.sandiford@linaro.org>
3890 * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
3891 (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
3892 (DDR_A): Wrap DDR argument in brackets.
3893 (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
3894 (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
3895 (DDR_REVERSED_P): Likewise.
3897 2017-05-03 Jakub Jelinek <jakub@redhat.com>
3899 PR tree-optimization/79472
3900 * tree-switch-conversion.c (struct switch_conv_info): Add
3901 contiguous_range and default_case_nonstandard fields.
3902 (collect_switch_conv_info): Compute contiguous_range and
3903 default_case_nonstandard fields, don't clear final_bb if
3904 contiguous_range and only the default case doesn't have the required
3906 (check_all_empty_except_final): Set default_case_nonstandard instead
3907 of failing if contiguous_range and the default case doesn't have empty
3909 (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
3910 and only the default case doesn't have the required constants. Skip
3912 (gather_default_values): Skip virtual phis. Allow non-NULL CASE_LOW
3913 if default_case_nonstandard.
3914 (build_constructors): Build constant 1 just once. Assert that default
3915 values aren't inserted in between cases if contiguous_range. Skip
3917 (build_arrays): Skip virtual phis.
3918 (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
3919 (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
3920 Handle virtual phis.
3921 (gen_inbound_check): Handle default_case_nonstandard case.
3922 (process_switch): Adjust check_final_bb caller. Call
3923 gather_default_values with the first non-default case instead of
3924 default case if default_case_nonstandard.
3926 2017-05-02 Nathan Sidwell <nathan@acm.org>
3928 * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
3929 check. Fix formatting.
3931 2017-05-02 Jan Hubicka <hubicka@ucw.cz>
3933 * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
3934 errors when comparing specialized and unspecialized times.
3936 2017-05-02 David Malcolm <dmalcolm@redhat.com>
3938 * diagnostic-show-locus.c
3939 (layout::should_print_annotation_line_p): Make private.
3940 (layout::print_annotation_line): Make private.
3941 (layout::annotation_line_showed_range_p): Make private.
3942 (layout::show_ruler): Make private.
3943 (layout::print_source_line): Make private. Pass in line and
3944 line_width, rather than calling location_get_source_line. Drop
3946 (layout::print_leading_fixits): New method.
3947 (layout::print_any_fixits): Rename to...
3948 (layout::print_trailing_fixits): ...this, and make private.
3949 Don't print newline fixits.
3950 (diagnostic_show_locus): Move logic for printing one row into...
3951 (layout::print_line): ...this new function. Move the
3952 location_get_source_line call and error-handling from
3953 print_source_line to here. Call print_leading_fixits, and rename
3954 print_any_fixits to print_trailing_fixits.
3955 (selftest::test_fixit_insert_containing_newline): Update now that
3956 newlines are partially supported.
3957 (selftest::test_fixit_insert_containing_newline_2): New test.
3958 (selftest::test_fixit_replace_containing_newline): Update comments.
3959 (selftest::diagnostic_show_locus_c_tests): Call the new test.
3960 * edit-context.c (class added_line): New class.
3961 (class edited_line): Describe newline handling in comment.
3962 (edited_line::actually_edited_p): New method.
3963 (edited_line::print_content): Delete redundant decl.
3964 (edited_line::m_predecessors): New field.
3965 (edited_file::print_content): Call edited_line::print_content.
3966 (edited_file::print_diff): Update to support newlines.
3967 (edited_file::print_diff_hunk): Likewise.
3968 (edited_file::print_run_of_changed_lines): New function.
3969 (edited_file::print_diff_line): Convert to...
3970 (print_diff_line): ...this.
3971 (edited_file::get_effective_line_count): New function.
3972 (edited_line::edited_line): Initialize new field m_predecessors.
3973 (edited_line::~edited_line): Clean up m_predecessors.
3974 (edited_line::apply_fixit): Handle newlines.
3975 (edited_line::get_effective_line_count): New function.
3976 (edited_line::print_content): New function.
3977 (edited_line::print_diff_lines): New function.
3978 (selftest::test_applying_fixits_insert_containing_newline): New
3980 (selftest::test_applying_fixits_replace_containing_newline): New
3982 (selftest::insert_line): New function.
3983 (selftest::test_applying_fixits_multiple_lines): Add example of
3985 (selftest::edit_context_c_tests): Call the new tests.
3987 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3989 * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
3990 parameter cand. Update dump information.
3991 (get_computation_cost): Update uses.
3993 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3995 * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
3996 (get_computation_aff): Reorder parameters. Use get_computation_aff_1.
3997 (get_computation_at, rewrite_use_address): Update use of
3998 get_computation_aff.
4000 2017-05-02 Bin Cheng <bin.cheng@arm.com>
4002 * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
4003 (get_computation): Delete.
4004 (get_computation_cost): Implement like get_computation_cost_at.
4005 Use get_computation_at.
4006 (get_computation_cost_at): Delete.
4007 (rewrite_use_nonlinear_expr): Use get_computation_at.
4008 (rewrite_use_compare, remove_unused_ivs): Ditto.
4010 2017-05-02 Bin Cheng <bin.cheng@arm.com>
4012 * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
4014 2017-05-02 Bin Cheng <bin.cheng@arm.com>
4016 * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
4017 (ivopts_global_cost_for_size): Rename parameter and update uses.
4018 (iv_ca_recount_cost): Update uses.
4019 (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
4020 candidates seperately in n_invs and n_cands.
4021 (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
4023 2017-05-02 Bin Cheng <bin.cheng@arm.com>
4025 * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
4026 (find_inv_vars_cb): New.
4027 (find_depends): Renamed to ...
4028 (find_inv_vars): ... this.
4029 (add_candidate_1, force_var_cost): Call find_inv_vars.
4030 (split_address_cost, determine_group_iv_cost_cond): Ditto.
4032 2017-05-02 Bin Cheng <bin.cheng@arm.com>
4034 * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
4035 inv_vars. Add inv_exprs.
4036 (struct iv_cand): Rename depends_on to inv_vars.
4037 (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
4038 max_inv_var_id/n_inv_var_uses. Move max_inv_expr_id around.
4039 Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
4040 (dump_cand): Dump inv_vars.
4041 (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
4042 (record_invariant, find_depends, add_candidate_1): Ditto.
4043 (set_group_iv_cost, force_var_cost): Ditto.
4044 (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
4045 (get_computation_cost_at, get_computation_cost): Ditto.
4046 (determine_group_iv_cost_generic): Ditto.
4047 (determine_group_iv_cost_address): Ditto.
4048 (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
4049 (determine_group_iv_costs): Ditto.
4050 (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
4051 (iv_ca_set_remove_invariants): Renamed to ...
4052 (iv_ca_set_remove_invs): ... this. Support inv_vars and inv_exprs.
4053 (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
4054 (iv_ca_set_add_invariants): Renamed to ...
4055 (iv_ca_set_add_invs): ... this. Support inv_vars and inv_exprs.
4056 (iv_ca_set_cp): Use iv_ca_set_add_invs.
4057 (iv_ca_has_deps): Support inv_vars and inv_exprs.
4058 (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
4059 (create_new_ivs): Remove useless dump.
4061 2017-05-02 Bin Cheng <bin.cheng@arm.com>
4063 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
4065 (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
4066 (iv_ca_set_no_cp, create_new_iv): Ditto.
4068 2017-05-02 Bin Cheng <bin.cheng@arm.com>
4070 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
4072 2017-05-02 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
4074 * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
4075 function tree_check2.
4077 2017-05-02 Martin Liska <mliska@suse.cz>
4079 * doc/gcov.texi: Add missing preposition.
4080 * gcov.c (function_info::function_info): Properly fill up
4081 all member variables.
4083 2017-05-02 Tamar Christina <tamar.christina@arm.com>
4085 * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
4087 2017-05-02 Tamar Christina <tamar.christina@arm.com>
4089 * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
4091 2017-05-02 Martin Liska <mliska@suse.cz>
4094 * lto-streamer-in.c (lto_read_tree_1): Remove
4096 * lto-streamer.c (struct tree_hash_entry): Likewise.
4097 (struct tree_entry_hasher): Likewise.
4098 (tree_entry_hasher::hash): Likewise.
4099 (tree_entry_hasher::equal): Likewise.
4100 (lto_streamer_init): Likewise.
4101 (lto_orig_address_map): Likewise.
4102 (lto_orig_address_get): Likewise.
4103 (lto_orig_address_remove): Likewise.
4104 * lto-streamer.h: Likewise.
4105 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
4106 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
4108 2017-05-02 Sebastian Peryt <sebastian.peryt@intel.com>
4110 * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
4111 (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
4112 (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
4113 (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
4114 (mm_maskz_sub_round_ss, _mm_mask_add_sd)
4115 (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
4116 (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
4117 (mm_maskz_sub_ss): New intrinsics.
4118 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
4119 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
4120 * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
4121 (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
4122 (__builtin_ia32_subss_mask_round): New builtins.
4123 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
4124 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
4125 * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
4127 (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
4128 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
4130 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
4133 2017-05-02 Martin Jambor <mjambor@suse.cz>
4135 PR tree-optimization/78687
4136 * tree-sra.c (access): New field parent.
4137 (process_subtree_disqualification): New function.
4138 (disqualify_candidate): Call it.
4139 (build_accesses_from_assign): Reset write flag if creating an
4141 (build_access_subtree): Fill in parent field and also prpagate
4142 down grp_write flag.
4143 (create_artificial_child_access): New parameter set_grp_write, set
4144 grp_write to its value.
4145 (propagate_subaccesses_across_link): Also propagate grp_write flag
4147 (propagate_all_subaccesses): Push the closest parent back to work
4148 queue if add_access_to_work_queue returned true.
4150 2017-05-02 Richard Biener <rguenther@suse.de>
4152 * common.opt (fstrict-overflow): Alias negative to fwrapv.
4153 * doc/invoke.texi (fstrict-overflow): Remove all traces of
4154 -fstrict-overflow documentation.
4155 * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
4156 (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
4157 flag_strict_overflow.
4158 * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
4159 * lto-opts.c (lto_write_options): Do not stream it.
4160 * lto-wrapper.c (merge_and_complain): Do not handle it.
4161 * opts.c (default_options_table): Do not set -fstrict-overflow.
4162 (finish_options): Likewise do not clear it when sanitizing.
4163 * simplify-rtx.c (simplify_const_relational_operation): Do not
4164 test flag_strict_overflow.
4166 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
4168 * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
4169 using enabled attribute.
4170 (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
4171 (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
4172 (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
4173 (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
4174 (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
4175 (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
4176 (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
4177 (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
4178 (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
4179 (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
4181 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
4183 * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
4185 2017-05-02 Richard Biener <rguenther@suse.de>
4187 PR tree-optimization/80591
4189 2017-04-10 Richard Biener <rguenther@suse.de>
4191 * tree-ssa-structalias.c (find_func_aliases): Properly handle
4194 2017-05-02 Richard Biener <rguenther@suse.de>
4196 PR tree-optimization/80549
4197 * tree-cfgcleanup.c (mfb_keep_latches): New helper.
4198 (cleanup_tree_cfg_noloop): Create forwarders to known loop
4199 headers if they do not have a preheader.
4201 2017-05-02 Martin Liska <mliska@suse.cz>
4204 * common.opt: Fix typo.
4205 * doc/invoke.texi: Likewise.
4207 2017-05-01 Jan Beulich <jbeulich@suse.com>
4209 * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
4210 swapping, add (x,x,m,x,n) alternative.
4212 2017-05-01 Nathan Sidwell <nathan@acm.org>
4214 * calls.c (combine_pending_stack_adjustment_and_call): Remove
4215 unnecessary unadjusted_alignment check.
4217 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
4220 * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
4222 * gimplify.c (gimplify_cilk_detach): New function.
4223 (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
4224 * tree-core.h: Document EXPR_CILK_SPAWN.
4225 * tree.h (EXPR_CILK_SPAWN): Define.
4227 2017-05-01 David Malcolm <dmalcolm@redhat.com>
4229 * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
4230 to use new fixit_hint representation, using the "replace" logic.
4231 (get_line_span_for_fixit_hint): Likewise.
4232 (layout::print_any_fixits): Likewise.
4233 (selftest::test_one_liner_many_fixits): Rename to...
4234 (selftest::test_one_liner_many_fixits_1): ...this, and update
4235 comment and expected output to reflect that the multiple fix-it
4236 hints are now consolidated into one insertion.
4237 (selftest::test_one_liner_many_fixits_2): New test.
4238 (selftest::test_diagnostic_show_locus_one_liner): Update for
4240 (selftest::test_fixit_consolidation): Update for fix-it API
4242 * diagnostic.c (print_parseable_fixits): Likewise.
4243 * edit-context.c (edited_line::m_line_events): Convert from
4244 auto_vec <line_event *> to auto_vec <line_event>.
4245 (class line_event): Convert from abstract base class to a concrete
4246 class, taking over the role of replace_event.
4247 (class insert_event): Delete.
4248 (class replace_event): Rename to class line_event. Convert to
4250 (edit_context::add_fixits): Reimplement.
4251 (edit_context::apply_insert): Delete.
4252 (edit_context::apply_replace): Rename to...
4253 (edit_context::apply_fixit): ...this. Convert to half-open range.
4254 (edited_file::apply_insert): Delete.
4255 (edited_file::apply_replace): Rename to...
4256 (edited_file::apply_fixit): ...this.
4257 (edited_line::~edited_line): Drop deletion of events.
4258 (edited_line::apply_insert): Delete.
4259 (edited_line::apply_replace): Rename to...
4260 (edited_line::apply_fixit): ...this. Convert to half-open range.
4261 Update for change to type of m_line_events.
4262 * edit-context.h (edit_context::apply_insert): Delete.
4263 (edit_context::apply_replace): Rename to...
4264 (edit_context::apply_fixit): ...this.
4266 2017-05-01 Martin Sebor <msebor@redhat.com>
4268 * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
4271 2017-05-01 Uros Bizjak <ubizjak@gmail.com>
4274 * config/i386/cpuid.h (__get_cpuid): Always return 0 when
4275 __get_cpuid_max returns 0.
4276 (__get_cpuid_count): Ditto.
4278 2017-05-01 Eric Botcazou <ebotcazou@adacore.com>
4280 * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
4281 replacement expression is another instance of one of its arguments.
4283 2017-05-01 Jakub Jelinek <jakub@redhat.com>
4286 * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
4287 check for stack push/pop autoinc.
4288 * config/i386/i386.c (ix86_agi_dependent): Return false
4289 if the only reason why modified_in_p returned true is that
4290 addr is SP based and set_insn is a push or pop.
4292 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
4294 * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
4297 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
4300 * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
4301 (account_size_time): Use two predicates - exec_pred and
4303 (evaluate_conditions_for_known_args): Compute both clause and
4305 (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
4306 (inline_summary_t::duplicate): Update.
4307 (estimate_function_body_sizes): Caluculate exec and nonconst predicates
4309 (compute_inline_parameters): Likewise.
4310 (estimate_edge_size_and_time): Update caluclation of time.
4311 (estimate_node_size_and_time): Compute both time and nonspecialized
4313 (estimate_ipcp_clone_size_and_time): Update.
4314 (inline_merge_summary): Update.
4315 (do_estimate_edge_time): Update.
4316 (do_estimate_edge_size): Update.
4317 (do_estimate_edge_hints): Update.
4318 (inline_read_section, inline_write_summary): Stream both new predicates.
4319 * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
4321 (compute_inlined_call_time): Cleanup.
4322 (big_speedup_p): Update.
4323 (edge_badness): Update.
4324 * ipa-inline.h (INLINE_TIME_SCALE): Remove.
4325 (size_time_entry): Replace predicate by exec_predicate and
4327 (edge_growth_cache_entry): Cache both time nad nonspecialized time.
4328 (estimate_edge_time): Return also nonspec_time.
4329 (reset_edge_growth_cache): Update.
4331 2017-04-29 Jakub Jelinek <jakub@redhat.com>
4333 PR rtl-optimization/80491
4334 * ifcvt.c (noce_process_if_block): When looking for x setter
4335 with missing else_bb, don't check only the insn right before
4336 cond_earliest, but look for the last insn that x is modified in
4339 PR rtl-optimization/80491
4340 * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
4342 2017-04-29 Marc Glisse <marc.glisse@inria.fr>
4344 PR tree-optimization/80487
4345 * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
4347 2017-04-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4349 PR tree-optimization/79697
4350 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
4351 is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
4352 (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
4354 * gimple-fold.c (gimple_fold_builtin_realloc): New function.
4355 (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
4357 2017-04-28 Martin Sebor <msebor@redhat.com>
4359 PR tree-optimization/80523
4360 * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
4361 (init_target_to_host_charmap, target_to_host, target_strtol10): New
4363 (maybe_warn, format_directive, parse_directive): Use new functions.
4364 (pass_sprintf_length::execute): Call init_target_to_host_charmap.
4366 2017-04-28 Marc Glisse <marc.glisse@inria.fr>
4368 * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
4370 2017-04-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
4372 * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
4373 target_header_dir): Set correctly.
4374 * configure: Regenerated.
4375 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
4376 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
4377 instead of SYSTEM_HEADER_DIR.
4379 2017-04-28 Jan Hubicka <hubicka@ucw.cz>
4381 * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
4382 (estimate_local_effects): Likewise.
4383 * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
4384 edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
4385 * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
4386 estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
4387 do_estimate_edge_time, estimate_edge_time): Likewise.
4388 * ipa-inline-analysis.c (estimate_node_size_and_time,
4389 estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
4390 (estimate_time_after_inlining): Remove.
4392 2017-04-28 Martin Liska <mliska@suse.cz>
4394 * doc/gcov.texi: Enhance documentation of gcov.
4396 2017-04-28 Martin Liska <mliska@suse.cz>
4398 * doc/gcov.texi: Sort options in alphabetic order.
4399 * doc/gcov-dump.texi: Likewise.
4400 * doc/gcov-tool.texi: Likewise.
4401 * gcov.c (print_usage): Likewise.
4402 * gcov-dump.c (print_usage): Likewise.
4403 * gcov-tool.c (print_merge_usage_message): Likewise.
4404 (print_rewrite_usage_message): Likewise.
4405 (print_overlap_usage_message): Likewise.
4407 2017-04-28 Martin Liska <mliska@suse.cz>
4409 PR gcov-profile/53915
4410 * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
4412 2017-04-28 Martin Liska <mliska@suse.cz>
4414 PR gcov-profile/79891
4415 * gcov.c (add_line_counts): Assign BBs to lines just if the BB
4416 is marked by compiler as living on a line.
4417 (get_cycles_count): Remove usage of the union.
4418 (output_intermediate_file): Likewise.
4419 (find_source): Fix GNU coding style.
4420 (accumulate_line_counts): Remove old non-all block mode.
4421 (output_lines): Remove usage of the union.
4422 * profile.c (output_location): Include all BBs, even if
4423 belonging to a same line (and file) as a previous BB.
4425 2017-04-28 Martin Liska <mliska@suse.cz>
4427 * gcov.c (process_args): Handle new argument 'w'.
4428 (read_graph_file): Assign ID to BBs.
4429 (output_branch_count): Display BB # if verbose flag is set.
4430 (output_lines): Likewise for arcs.
4431 (print_usage): Add '--verbose' option help.
4432 * doc/gcov.texi: Document --verbose (-w) option.
4434 2017-04-28 Martin Liska <mliska@suse.cz>
4436 * gcov.c (struct block_location_info): New struct.
4437 (process_file): Fill up the new structure.
4438 (read_graph_file): Replace usage of encoding by the newly added
4440 (add_line_counts): Likewise.
4441 (accumulate_line_counts): Remove usage of the union.
4442 (function_info::function_info): New function.
4443 (function_info::~function_info): Likewise.
4444 (process_file): Call delete instead of release_function.
4445 (release_function): Release the function.
4446 (release_structures): Call delete instead of release_function.
4447 (solve_flow_graph): Replace usage of num_blocks.
4448 (find_exception_blocks): Likewise.
4449 (output_lines): Fix GNU coding style.
4451 2017-04-28 Martin Liska <mliska@suse.cz>
4454 * coverage.c (coverage_remove_note_file): New function.
4455 * coverage.h: Declare the function.
4456 * toplev.c (finalize): Clean if an error has been seen.
4458 2017-04-28 Martin Liska <mliska@suse.cz>
4460 PR gcov-profile/80031
4461 * gcov-dump.c (tag_blocks): Just print number of basic blocks.
4462 * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
4463 * gcov.c (read_graph_file): Read just number of blocks.
4464 * profile.c (branch_prob): Do not stream 0 flags per a basic
4467 2017-04-28 Martin Liska <mliska@suse.cz>
4469 * gcov-dump.c (tag_*): Add new argument to declarations.
4470 (dump_gcov_file): Likewise.
4471 (tag_blocks): Add and use new argument depth.
4472 (tag_arcs): Likewise.
4473 (tag_lines): Likewise.
4474 (tag_counters): Likewise.
4475 (tag_summary): Likewise.
4476 (dump_working_sets): Use depth to do a proper indentation.
4478 2017-04-28 Jakub Jelinek <jakub@redhat.com>
4481 * cgraph.h (symtab_node::debug_symtab): No longer inline.
4482 * symtab.c (symtab_node::debug_symtab): Move definition here.
4484 2017-04-28 Richard Biener <rguenther@suse.de>
4486 * lto-streamer.h (LTO_major_version): Bump to 7.
4488 2017-04-28 Richard Biener <rguenther@suse.de>
4490 * tree-vrp.c (assert_info): New struct.
4491 (add_assert_info): New helper.
4492 (register_edge_assert_for_2): Refactor to add asserts to a vector
4494 (register_edge_assert_for_1): Likewise.
4495 (register_edge_assert_for): Likewise.
4496 (finish_register_edge_assert_for): New helper actually registering
4497 asserts where live on edge.
4498 (find_conditional_asserts): Adjust.
4499 (find_switch_asserts): Likewise.
4500 (evrp_dom_walker::try_find_new_range): Generalize.
4501 (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
4503 2017-04-27 Marek Polacek <polacek@redhat.com>
4506 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
4507 arg10 and arg11 to itype.
4509 2017-04-27 Jonathan Wakely <jwakely@redhat.com>
4511 * doc/extend.texi (Object Size Checking): Improve grammar.
4513 2017-04-27 Richard Earnshaw <rearnsha@arm.com>
4516 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
4517 that the logic for permitting reciprocal estimates matches that
4520 2017-04-27 Jakub Jelinek <jakub@redhat.com>
4523 * tree.c (type_cache_hasher::equal): Only compare
4524 TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
4525 (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
4526 non-aggregate element types.
4527 * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
4528 about the flag on ARRAY_TYPEs in the comment, formatting fix.
4530 2017-04-27 Richard Biener <rguenther@suse.de>
4533 * emit-rtl.c (set_mem_attributes_minus_bitpos): When
4534 stripping ARRAY_REFs from MEM_EXPR make sure we're not
4535 keeping a reference to a trailing array.
4537 2017-04-27 Richard Biener <rguenther@suse.de>
4540 * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
4541 being in loop-closed SSA form conservatively.
4542 (chrec_fold_multiply_poly_poly): Likewise.
4544 2017-04-27 Tamar Christina <tamar.christina@arm.com>
4547 * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
4548 CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
4550 2017-04-27 Jakub Jelinek <jakub@redhat.com>
4553 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
4554 (aarch64_function_arg_alignment): Return unsigned int again, but still
4555 ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
4556 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
4557 Don't emit -Wpsabi note.
4558 (aarch64_function_arg_boundary): Likewise.
4559 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
4562 2017-04-26 Nathan Sidwell <nathan@acm.org>
4564 * tree.h (crc32_unsigned_n): Declare.
4565 (crc32_unsigned, crc32_unsigned): Make inline.
4566 * tree.c (crc32_unsigned_bits): Replace with ...
4567 (crc32_unsigned_n): ... this.
4568 (crc32_unsigned, crc32_byte): Remove.
4569 (crc32_string): Remove unnecessary braces.
4571 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
4573 * ipa-cp.c (estimate_local_effects): Convert sreal to int.
4574 * ipa-inline-analysis.c (MAX_TIME): Remove.
4575 (account_size_time): Use sreal for time.
4576 (dump_inline_summary): Update.
4577 (estimate_function_body_sizes): Update.
4578 (estimate_edge_size_and_time): Update.
4579 (estimate_calls_size_and_time): Update.
4580 (estimate_node_size_and_time): Update.
4581 (inline_merge_summary): Update.
4582 (inline_update_overall_summary): Update.
4583 (estimate_time_after_inlining): Update.
4584 (inline_read_section): Update.
4585 (inline_write_summary): Update.
4586 * ipa-inline.c (compute_uninlined_call_time): Update.
4587 (compute_inlined_call_time): Update.
4588 (recursive_inlining): Update.
4589 (inline_small_functions): Update.
4590 (dump_overall_stats): Update.
4591 * ipa-inline.h: Include sreal.h.
4592 (size_time_entry): Turn time to sreal.
4593 (inline_summary): Turn self_time nad time to sreal.
4595 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
4597 * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
4599 (sreal::stream_out, sreal::stream_in): New.
4600 * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
4602 2017-04-25 Jakub Jelinek <jakub@redhat.com>
4604 * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
4607 2017-04-25 Uros Bizjak <ubizjak@gmail.com>
4610 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
4612 (dimode_scalar_chain::compute_convert_gain): Ditto.
4613 (dimode_scalar_chain::make_vector_copies): Ditto.
4614 (dimode_scalar_chain::convert_reg): Ditto.
4615 (dimode_scalar_chain::convert_insn): Ditto.
4616 * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
4617 (VI248_AVX512BW_1): New mode iterator.
4618 (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
4619 <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
4622 2017-04-25 Martin Sebor <msebor@redhat.com>
4624 PR tree-optimization/80497
4625 * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
4626 constants are representable in HOST_WIDE_INT.
4627 (parse_directive): Ditto.
4629 2017-04-25 Martin Sebor <msebor@redhat.com>
4632 * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
4633 (new_zero_array): Adjust signature.
4634 (dom_info::dom_init): Used unsigned rather that size_t.
4635 (dom_info::dom_info): Same.
4637 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4638 Jakub Jelinek <jakub@redhat.com>
4641 * config/arm/arm.c: Include gimple.h.
4642 (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
4643 returns negative, increment ncrn only if it returned positive.
4644 (arm_needs_doubleword_align): Return int instead of bool,
4645 ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
4646 members, but if there is any such non-FIELD_DECL
4647 > PARM_BOUNDARY aligned decl, return -1 instead of false.
4648 (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
4649 returns negative, increment nregs only if it returned positive.
4650 (arm_setup_incoming_varargs): Likewise.
4651 (arm_function_arg_boundary): Emit -Wpsabi note if
4652 arm_needs_doubleword_align returns negative, return
4653 DOUBLEWORD_ALIGNMENT only if it returned positive.
4655 2017-04-25 Marek Polacek <polacek@redhat.com>
4658 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
4659 first argument to type.
4661 2017-04-25 Bill Seurer <seurer@linux.vnet.ibm.com>
4664 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
4665 type checks to test for compatibility instead of equality.
4667 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4668 Jakub Jelinek <jakub@redhat.com>
4671 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
4673 (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
4674 struct. Ignore DECL_ALIGN of decls other than FIELD_DECL for
4675 the alignment computation, but return their maximum in warn_alignment.
4676 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
4677 Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
4679 (aarch64_function_arg_boundary): Likewise. Simplify using MIN/MAX.
4680 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
4683 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
4685 * config/arc/simdext.md (dmpyh): Fix typo.
4687 2017-04-25 Richard Biener <rguenther@suse.de>
4689 PR tree-optimization/80492
4690 * alias.c (compare_base_decls): Handle registers with asm
4691 specification conservatively.
4692 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
4693 compare_base_decls returning dont-know properly.
4695 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
4697 * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
4698 (legitimate_offset_address_p): New function.
4699 (arc_legitimate_address_p): Use above function.
4701 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
4703 * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
4705 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
4707 * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
4708 ACCH registers whenever they are available.
4710 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
4712 * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
4713 double regs fix when not used.
4715 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
4717 * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
4719 (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
4720 (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
4722 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
4724 * config/arc/arc.c (arc_output_addsi): Check for h-register class
4725 when emitting short ADD instructions.
4727 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
4729 * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
4731 (cmpsi_cc_c_insn): Likewise.
4732 (cbranchsi4_scratch): Compute proper instruction length using
4733 compact_hreg_operand.
4734 * config/arc/predicates.md (compact_hreg_operand): New predicate.
4736 2017-04-25 Richard Biener <rguenther@suse.de>
4739 * passes.c (pass_manager::pass_manager): Initialize
4742 2017-04-25 Richard Biener <rguenther@suse.de>
4744 PR tree-optimization/79201
4745 * tree-ssa-sink.c (statement_sink_location): Handle calls.
4747 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4750 * config/s390/vector.md: Split MEM->GPR vector moves for
4751 non-s_operand addresses.
4753 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4756 * config/s390/predicates.md (reload_const_wide_int_operand): New
4758 * config/s390/s390.md ("movti"): Remove d/P alternative.
4759 ("movti_bigconst"): New pattern definition.
4761 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
4764 * s390-protos.h (s390_expand_cs_hqi): Removed.
4765 (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
4766 * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
4767 modes as well as CCZ1mode and CCZmode.
4768 (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
4769 signature of s390_emit_compare_and_swap.
4770 (s390_expand_cs_hqi): Likewise, make static.
4771 (s390_expand_cs_tdsi): Generate an explicit compare before trying
4772 compare-and-swap, in some cases.
4773 (s390_expand_cs): Wrapper function.
4774 (s390_expand_atomic_exchange_tdsi): New backend specific expander for
4776 (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
4777 * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
4778 patterns for small and large integers. Forbid symref memory operands.
4779 Move expander to s390.c. Require cc register.
4780 ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
4781 ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
4782 ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
4783 ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
4784 symref memory operands. Remove CC mode and call s390_match_ccmode
4786 ("atomic_exchange<mode>"): Allow and implement all integer modes.
4788 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
4790 * config/s390/s390.md (define_peephole2): New peephole to help
4791 combining the load-and-test pattern with volatile memory.
4793 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
4795 * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
4796 with CCZmode for TARGET_Z196.
4798 2017-04-25 Jakub Jelinek <jakub@redhat.com>
4800 PR rtl-optimization/80501
4801 * combine.c (make_compound_operation_int): Set subreg_code to SET
4802 even for AND with mask of the sign bit of mode.
4804 PR rtl-optimization/80500
4805 * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
4806 sum's initial value.
4808 2017-04-25 Julian Brown <julian@codesourcery.com>
4809 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
4811 * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
4813 2017-04-25 Marc Glisse <marc.glisse@inria.fr>
4815 * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
4817 2017-04-25 Julian Brown <julian@codesourcery.com>
4818 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
4820 * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
4821 (thunderx2t99_sha): New Reservation.
4823 2017-04-25 Julian Brown <julian@codesourcery.com>
4824 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
4826 * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
4827 type for 1-element load.
4829 2017-04-24 Marc Glisse <marc.glisse@inria.fr>
4831 * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
4833 2017-04-24 Martin Jambor <mjambor@suse.cz>
4835 PR tree-optimization/80293
4836 * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
4837 char arrays not totally scalarizable if it is false.
4838 (analyze_all_variable_accesses): Pass correct value in the new
4839 parameter. Add a statistics counter.
4841 2017-04-24 Jan Hubicka <hubicka@ucw.cz>
4844 * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
4846 2017-04-24 Richard Biener <rguenther@suse.de>
4848 PR tree-optimization/80494
4849 * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
4850 out for complex types.
4852 2017-04-24 Richard Biener <rguenther@suse.de>
4854 * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
4855 * tree-ssa-sccvn.c (print_scc): Print SCC size.
4856 (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
4857 (DFS): Adjust and never fail.
4858 (sccvn_dom_walker::fail): Remove.
4859 (sccvn_dom_walker::before_dom_children): Adjust.
4860 (run_scc_vn): Likewise and never fail.
4861 * tree-ssa-pre.c (pass_pre::execute): Adjust.
4862 (pass_fre::execute): Likewise.
4864 2017-04-24 Richard Biener <rguenther@suse.de>
4866 PR tree-optimization/79725
4867 * tree-ssa-sink.c (statement_sink_location): Return whether
4868 failure reason was zero uses. Move that check later.
4869 (sink_code_in_bb): Deal with zero uses by removing the stmt
4872 2017-04-24 Richard Biener <rguenther@suse.de>
4875 * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
4876 pointer-based references.
4878 2017-04-24 Richard Biener <rguenther@suse.de>
4881 * pass_manager.h (pass_manager::operator new): Remove.
4882 (pass_manager::operator delete): Likewise.
4883 * passes.c (pass_manager::operator new): Remove.
4884 (pass_manager::operator delete): Likewise.
4885 (pass_manager::pass_manager): Zero individual pass members.
4887 2017-04-23 Uros Bizjak <ubizjak@gmail.com>
4890 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
4891 <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
4892 Check "XEXP (src, 1)" operand here.
4893 <case PLUS, case MINUS, case IOR, case XOR, case AND>:
4894 Check "XEXP (src, 1)" operand here.
4895 (dimode_scalar_chain::make_vector_copies): Detect count register
4896 of a shift instruction. Zero extend count register from QImode
4897 to DImode to satisfy vector shift pattern count operand predicate.
4898 Substitute vector shift count operand with a DImode copy.
4899 (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
4902 2017-04-21 Uros Bizjak <ubizjak@gmail.com>
4904 * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
4905 Remove UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
4906 (*insvqi_1_mem_rex64): Move above insv<mode>_1. Remove
4907 UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
4908 (UNSPEC_NOREX_MEM): Remove definition.
4910 2017-04-21 Richard Biener <rguenther@suse.de>
4912 PR tree-optimization/79547
4913 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
4914 Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
4915 bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
4916 without any constraints.
4918 2017-04-21 Richard Biener <rguenther@suse.de>
4920 PR tree-optimization/78847
4921 * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
4923 2017-04-21 Richard Biener <rguenther@suse.de>
4925 * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
4926 (build_distinct_type_copy): Likewise.
4927 (build_variant_type_copy): Likewise.
4928 * tree.c (build_qualified_type): Pass down mem-stat info.
4929 (build_distinct_type_copy): Likewise.
4930 (build_variant_type_copy): Likewise.
4932 2017-04-21 Richard Biener <rguenther@suse.de>
4934 PR tree-optimization/80237
4935 * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
4937 (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
4938 for a simplified result.
4940 2016-04-21 Richard Biener <rguenther@suse.de>
4942 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
4943 sth as strict as a simple_iv but a chrec without symbols and an
4944 operand defined in the loop we are peeling (and not some subloop).
4945 (propagate_constants_for_unrolling): Propagate all constants.
4947 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
4950 * config/i386/i386.c (print_reg): Remove assert for disalowed
4951 regno values, call output_operand_lossage instead.
4953 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
4956 * config/i386/constraints.md (Yc): New register constraint.
4957 * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
4958 Use Yc constraint for alternative 2 of operand 0. Remove
4959 preferred_for_speed attribute.
4961 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
4963 * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
4964 lastprivate clauses in SIMT case.
4966 2017-04-20 Volker Reichelt <v.reichelt@netcologne.de>
4968 * doc/invoke.texi (-Wextra-semi): Document new warning option.
4970 2017-04-20 Richard Biener <rguenther@suse.de>
4972 PR tree-optimization/57796
4973 * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
4975 (vect_model_load_cost): Cost gathers as N scalar loads.
4977 2017-04-20 Richard Biener <rguenther@suse.de>
4979 * ggc-page.c (ggc_allocated_p): Rename to ...
4980 (safe_lookup_page_table_entry): ... this and return the lookup
4982 (gt_ggc_m_S): Use safe_lookup_page_table_entry.
4984 2017-04-20 Richard Biener <rguenther@suse.de>
4986 PR tree-optimization/80453
4987 * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
4988 * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
4989 from the conditions.
4990 (vn_phi_eq): Pass them down.
4991 (vn_phi_lookup): Record them.
4992 (vn_phi_insert): Likewise.
4994 2017-04-20 Matthew Fortune <matthew.fortune@imgtec.com>
4996 * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
4997 uninitialized variable warning to avoid buffer overrun.
4999 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
5002 * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
5003 is suppressed for '{ 0 }' in C.
5005 2017-04-20 Jakub Jelinek <jakub@redhat.com>
5007 * BASE-VER: Set to 8.0.0.
5009 2017-04-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
5011 * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
5012 priority .init_array and .fini_array section with SECTION_NOTYPE
5015 2017-04-20 Jakub Jelinek <jakub@redhat.com>
5018 * tree.h (build_array_type): Add typeless_storage default argument.
5019 * tree.c (type_cache_hasher::equal): Also compare
5020 TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
5021 (build_array_type): Add typeless_storage argument, set
5022 TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
5024 (build_nonshared_array_type): Adjust build_array_type_1 caller.
5025 (build_array_type): Likewise. Add typeless_storage argument.
5027 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
5028 Jakub Jelinek <jakub@redhat.com>
5030 PR tree-optimization/80426
5031 * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
5032 operation on symbolic operands, also compute the overflow for the
5033 invariant part when the operation degenerates into a negation.
5035 2017-04-19 Jakub Jelinek <jakub@redhat.com>
5038 * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
5039 Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
5042 * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
5044 2017-04-19 Georg-Johann Lay <avr@gjlay.de>
5047 * config/avr/avr.c (tree.h): Include it.
5048 (cgraph.h): Include it.
5049 (avr_encode_section_info): Don't warn for uninitialized progmem
5050 variable if it's just an alias.
5052 2017-04-19 Richard Biener <rguenther@suse.de>
5055 * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
5056 when needed by AutoPGO.
5058 2017-04-19 Paulo J. Matos <paulo@matos-sorge.com>
5061 * doc/lto.texi: Remove an extra 'that'.
5063 2017-04-19 Segher Boessenkool <segher@kernel.crashing.org>
5065 PR rtl-optimization/80429
5066 * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
5067 are only used in debug insns.
5069 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
5070 Vladimir Makarov <vmakarov@redhat.com>
5072 * config/sparc/predicates.md (input_operand): Add comment. Return
5073 true for any memory operand when LRA is in progress.
5074 * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
5076 2017-04-18 Jeff Law <law@redhat.com>
5079 * mips.md ({return,simple_return}_internal): Do not overwrite
5082 2017-04-18 Jakub Jelinek <jakub@redhat.com>
5084 PR tree-optimization/80443
5085 * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
5086 instead of adding 1, subtract -1 and similarly instead of subtracting
5089 2017-04-18 Richard Sandiford <richard.sandiford@arm.com>
5091 PR rtl-optimization/80357
5092 * haifa-sched.c (tmp_bitmap): New variable.
5093 (model_recompute): Handle duplicate use records.
5094 (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
5095 (free_global_sched_pressure_data): Free it.
5097 2017-04-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
5100 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
5101 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
5102 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
5103 instead of SYSTEM_HEADER_DIR.
5105 2017-04-18 Jeff Law <law@redhat.com>
5108 * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
5109 predecessors after walking up the insn chain.
5111 2017-04-18 Jakub Jelinek <jakub@redhat.com>
5114 * dwarf2out.c (modified_type_die): Try harder not to emit internal
5115 sizetype type into debug info.
5117 2017-04-18 Michael Meissner <meissner@linux.vnet.ibm.com>
5120 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
5121 unneeded test for TARGET_UPPER_REGS_SF.
5122 * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
5124 2017-04-18 Jakub Jelinek <jakub@redhat.com>
5127 * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
5128 instead of gsi_after_labels.
5130 2017-04-18 Jeff Law <law@redhat.com>
5132 * regcprop.c (maybe_mode_change): Avoid creating copies of the
5136 2017-04-13 Jeff Law <law@redhat.com>
5137 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
5138 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
5140 2017-04-18 Georg-Johann Lay <avr@gjlay.de>
5143 * config/avr/avr.c (intl.h): Include it.
5144 (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
5146 2017-04-18 Martin Liska <mliska@suse.cz>
5148 PR gcov-profile/78783
5149 * gcov-tool.c (gcov_output_files): Validate that destination
5150 file is either removed by the tool or by a user.
5152 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5153 Guy Benyei <guybe@mellanox.com>
5155 * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
5156 block, and do not negate it, the stored id is already negative.
5158 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5160 * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
5162 2017-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
5165 * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
5166 masks of options that should be turned off if the VSX vector
5167 options are turned off.
5168 (OTHER_P8_VECTOR_MASKS): Likewise.
5169 (OTHER_VSX_VECTOR_MASKS): Likewise.
5170 * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
5171 rs6000_disable_incompatible_switches to validate no type switches
5173 (rs6000_incompatible_switch): New function to disallow turning on
5174 other vector options if -mno-vsx, -mno-power8-vector, or
5175 -mno-power9-vector are specified.
5177 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
5179 * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
5181 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
5183 * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
5184 * config/arc/arc.c (arc_decl_pretend_args): Likewise.
5185 * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
5186 (ARG_POINTER_CFA_OFFSET): Likewise.
5188 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
5190 * config/arc/arc.c (arc_mode_dependent_address_p): Relax
5191 conditions to take advantage of various optimizations.
5193 2017-04-13 Jeff Law <law@redhat.com>
5195 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
5196 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
5197 (zero_extendsidi2_dext): Likewise.
5199 2017-04-13 Jakub Jelinek <jakub@redhat.com>
5202 * fold-const.c (fold_ternary_loc): Revert
5203 use op0 instead of fold_convert_loc (loc, type, arg0) part of
5206 2017-04-13 Vladimir Makarov <vmakarov@redhat.com>
5208 PR rtl-optimization/80343
5209 * lra-remat.c (update_scratch_ops): Assign original hard reg to
5212 2017-04-13 Denis Khalikov <d.khalikov@partner.samsung.com>
5215 * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
5216 to ubsan_encode_value.
5218 2017-04-13 Jeff Law <law@redhat.com>
5220 * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
5221 appearing in DEBUG_INSNs.
5223 2017-04-13 Martin Liska <mliska@suse.cz>
5225 PR gcov-profile/80413
5226 * gcov-io.c (gcov_write_string): Copy to buffer just when
5227 allocated size is greater than zero.
5229 2017-04-13 Jakub Jelinek <jakub@redhat.com>
5232 * dwarf2out.c (decls_for_scope): Ignore declarations of
5233 current_function_decl in BLOCK_NONLOCALIZED_VARS.
5235 2017-04-12 Jan Hubicka <hubicka@ucw.cz>
5238 * ipa-visibility.c (non_local_p): Fix typos.
5239 (localize_node): When localizing symbol in same comdat group,
5240 dissolve the group only when we know external symbols are going
5242 (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
5244 2017-04-12 Jakub Jelinek <jakub@redhat.com>
5246 PR tree-optimization/79390
5247 * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
5248 order does not result in usable sequence, retry with reversed operand
5254 * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
5255 to fold_build2_loc. Convert TREE_OPERAND (tem, 0) to type. Use
5256 op0 instead of fold_convert_loc (loc, type, arg0).
5258 2017-04-12 Jeff Law <law@redhat.com>
5260 * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
5261 has a delay slot in the generated code.
5263 * config/cris/cris.md (cris_preferred_reload_class): Return
5264 GENNONACR_REGS rather than GENERAL_REGS.
5266 2017-04-12 Jakub Jelinek <jakub@redhat.com>
5269 * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
5270 vs. ZERO_EXTEND based on signedness of treeop0's type rather than
5271 signedness of the result type.
5273 2017-04-12 Richard Biener <rguenther@suse.de>
5274 Jeff Law <law@redhat.com>
5276 PR tree-optimization/80359
5277 * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
5278 trim stores to TARGET_MEM_REFs.
5280 2017-04-12 Richard Biener <rguenther@suse.de>
5282 PR tree-optimization/79390
5283 * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
5284 threading case even more.
5286 2017-04-12 Segher Boessenkool <segher@kernel.crashing.org>
5289 * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
5290 for quad_address_p for TImode, instead of just not indexed_address.
5292 2017-04-12 Richard Biener <rguenther@suse.de>
5293 Bernd Edlinger <bernd.edlinger@hotmail.de>
5296 * alias.c (component_uses_parent_alias_set_from): Handle
5297 TYPE_TYPELESS_STORAGE.
5298 (get_alias_set): Likewise.
5299 * tree-core.h (tree_type_common): Add typeless_storage flag.
5300 * tree.h (TYPE_TYPELESS_STORAGE): New macro.
5301 * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
5302 for types containing members with TYPE_TYPELESS_STORAGE.
5303 (place_field): Likewise.
5304 (layout_type): Likewise for ARRAY_TYPE.
5305 * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
5306 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
5307 TYPE_TYPELESS_STORAGE.
5308 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
5310 2017-04-12 Jakub Jelinek <jakub@redhat.com>
5313 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
5314 first argument to type.
5316 2017-04-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5320 * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
5321 CONST0_RTX (mode) rather than const0_rtx where appropriate.
5322 (rs6000_expand_binop_builtin): Likewise.
5323 (rs6000_expand_ternop_builtin): Likewise; also add missing
5324 vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
5325 vshasigma built-ins.
5326 * doc/extend.texi: Document that vec_xxpermdi's third argument
5329 2017-04-11 Uros Bizjak <ubizjak@gmail.com>
5331 * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
5332 Use shift_const cost parameter when calculating gain of STV shifts.
5334 2017-04-11 Vladimir Makarov <vmakarov@redhat.com>
5336 PR rtl-optimization/70478
5337 * lra-constraints.c (process_alt_operands): Check memory for
5338 disfavoring memory insn operand.
5340 2017-04-11 Jakub Jelinek <jakub@redhat.com>
5343 * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
5344 left shift in unsigned HOST_WIDE_INT type.
5346 PR rtl-optimization/80385
5347 * simplify-rtx.c (simplify_unary_operation_1): Don't transform
5348 (not (neg X)) into (plus X -1) for complex or non-integral modes.
5351 * omp-low.c (scan_omp_task): Don't optimize away empty tasks
5352 if they have any depend clauses.
5354 2017-04-11 Martin Liska <mliska@suse.cz>
5357 * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
5358 * ipa-split.c (split_function): Create a local comdat symbol
5359 if caller is in a comdat group.
5361 2017-04-11 Martin Liska <mliska@suse.cz>
5364 * ipa-cp.c (determine_versionability): Handle calls_comdat_local
5367 2017-04-11 Martin Sebor <msebor@redhat.com>
5370 * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
5371 always use the int type. Use INTEGRAL_TYPE_P() rather than testing
5373 (directive::set_width, directive::set_precision, format_character):
5375 (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
5378 2017-04-11 Richard Earnshaw <rearnsha@arm.com>
5381 * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
5382 conflict, set target->arch_name instead of target->cpu_name.
5384 2017-04-11 Richard Biener <rguenther@suse.de>
5386 PR tree-optimization/80374
5387 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
5388 build_zero_cst, remove fold_convertible_p check again.
5390 2017-04-11 Martin Liska <mliska@suse.cz>
5393 * ubsan.c (instrument_object_size): Do not instrument register
5396 2017-04-11 Jakub Jelinek <jakub@redhat.com>
5399 * config/i386/i386-builtin-types.def
5400 (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
5401 V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
5402 V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
5403 V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
5404 V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
5405 V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
5406 V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
5407 V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
5408 V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
5409 V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
5410 V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
5411 V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
5412 V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
5413 V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
5414 V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
5415 V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
5416 V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
5417 V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
5418 * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
5419 __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
5420 __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
5421 __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
5422 __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
5423 __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
5424 __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
5425 __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
5426 __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
5427 __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
5428 __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
5429 __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
5430 __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
5431 __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
5432 __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
5433 __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
5434 __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
5435 __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
5436 __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
5437 __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
5438 __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
5439 __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
5440 __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
5441 __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
5442 __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
5443 __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
5444 __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
5445 __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
5447 * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
5448 flag to second_arg_count, handle 4 argument function type _COUNT
5449 aliases, handle second_arg_count on second argument rather than last.
5451 2017-04-10 Jeff Law <law@redhat.com>
5453 PR tree-optimization/80374
5454 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
5455 record anything if we can not convert integer_zero_node to the
5458 2017-04-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
5461 * config/rs6000/rs6000.c (rs6000_option_override_internal):
5462 Enhance special handling given to the TARGET_P9_MINMAX option in
5463 relation to certain other options.
5465 2017-04-10 Bin Cheng <bin.cheng@arm.com>
5467 PR tree-optimization/80153
5468 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
5469 remove POINTER_PLUS_EXPR's base part directly, rather than through
5472 2017-04-10 Richard Biener <rguenther@suse.de>
5473 Bin Cheng <bin.cheng@arm.com>
5475 PR tree-optimization/80153
5476 * tree-affine.c (aff_combination_to_tree): Get base pointer from
5477 the first element of pointer type aff_tree. Build result expr in
5479 (add_elt_to_tree): Convert to type unconditionally. Remove other
5481 * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
5482 (rewrite_use_nonlinear_expr): Check invariant using iv information.
5484 2017-04-10 Richard Biener <rguenther@suse.de>
5486 * tree-ssa-structalias.c (find_func_aliases): Properly handle
5489 2017-04-10 Vladimir Makarov <vmakarov@redhat.com>
5491 PR rtl-optimization/70478
5492 * lra-constraints.c (curr_small_class_check): New.
5493 (update_and_check_small_class_inputs): New.
5494 (process_alt_operands): Update curr_small_class_check. Disfavor
5495 alternative insn memory operands. Check available regs for small
5498 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
5501 * config/mips/mips.opt (-mvirt): Update description.
5502 * doc/invoke.texi (-mvirt): Likewise.
5504 2017-04-10 Richard Biener <rguenther@suse.de>
5507 * fold-const.c (fold_binary_loc): Look at unstripped ops when
5508 looking for NEGATE_EXPR in -A / -B to A / B folding.
5510 2017-04-10 Martin Liska <mliska@suse.cz>
5512 PR gcov-profile/80224
5513 * gcov.c (print_usage): Fix usage string.
5514 (get_gcov_intermediate_filename): Remove.
5515 (output_gcov_file): Use both for normal and intermediate format.
5516 (generate_results): Do not initialize special file for
5517 intermediate format.
5519 2017-04-10 Richard Biener <rguenther@suse.de>
5521 PR tree-optimization/80304
5522 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
5525 2017-04-10 Nathan Sidwell <nathan@acm.org>
5528 * config/rs6000/rs6000.c (rs6000_vector_type): New.
5529 (rs6000_init_builtins): Use it.
5531 2016-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5533 * config/arm/arm.md (<mrc>): Add mode to SET source.
5536 2017-04-10 Richard Biener <rguenther@suse.de>
5539 * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
5541 2017-04-10 Jakub Jelinek <jakub@redhat.com>
5544 * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
5545 _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
5546 _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
5547 _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
5548 _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
5549 _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
5550 _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
5551 _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
5552 _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
5553 _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
5554 _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
5555 _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
5556 _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
5557 _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
5558 _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
5559 _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
5560 _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
5561 _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
5562 _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
5563 _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
5564 _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
5565 _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
5566 _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
5568 2017-04-08 Vladimir Makarov <vmakarov@redhat.com>
5570 PR rtl-optimization/70478
5571 * lra-constraints.c: Reverse the last patch.
5573 2017-04-08 Andreas Tobler <andreast@gcc.gnu.org>
5575 * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
5576 Add comment for WCHAR_T.
5578 2017-04-08 Martin Liska <mliska@suse.cz>
5581 2017-04-07 Martin Liska <mliska@suse.cz>
5584 * ipa-split.c (split_function): Add function part to a same comdat
5587 2017-04-08 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
5590 * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
5592 2017-04-07 Pat Haugen <pthaugen@us.ibm.com>
5594 * rs6000/rs6000.c (vec_load_pendulum): Rename...
5595 (vec_pairing): ...to this.
5596 (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
5597 (rs6000_sched_init): Adjust for name change.
5598 (struct rs6000_sched_context): Likewise.
5599 (rs6000_init_sched_context): Likewise.
5600 (rs6000_set_sched_context): Likewise.
5602 2017-04-07 Jakub Jelinek <jakub@redhat.com>
5608 * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
5610 * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
5611 _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
5612 _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
5614 2017-04-07 Andreas Tobler <andreast@gcc.gnu.org>
5616 * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
5618 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
5620 PR rtl-optimization/70703
5621 * ira-color.c (update_conflict_hard_regno_costs): Use
5622 int64_t instead of HOST_WIDE_INT.
5624 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
5626 PR rtl-optimization/70478
5627 * lra-constraints.c (process_alt_operands): Disfavor alternative
5628 insn memory operands.
5630 2017-04-07 Jeff Law <law@redhat.com>
5632 * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
5633 CALL and NOTE_INSN_CALL_ARG_LOCATION.
5635 2017-04-07 Martin Liska <mliska@suse.cz>
5638 * config/aarch64/aarch64.c (aarch64_process_target_attr):
5639 Show error message instead of an ICE.
5641 2017-04-07 Martin Liska <mliska@suse.cz>
5644 * ipa-split.c (split_function): Add function part to a same comdat
5647 2017-04-07 Richard Biener <rguenther@suse.de>
5650 * tree.c (get_unwidened): Also handle ! for_type case for
5652 * convert.c (do_narrow): Split out from ...
5653 (convert_to_integer_1): ... here. Do not pass final truncation
5654 type to get_unwidened for TRUNC_DIV_EXPR.
5656 2017-04-07 Richard Biener <rguenther@suse.de>
5658 * tree-affine.c (wide_int_ext_for_comb): Take type rather
5660 (aff_combination_const): Adjust.
5661 (aff_combination_scale): Likewise.
5662 (aff_combination_add_elt): Likewise.
5663 (aff_combination_add_cst): Likewise.
5664 (aff_combination_convert): Likewise.
5665 (add_elt_to_tree): Likewise. Remove unused argument.
5666 (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
5668 2017-04-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
5670 * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
5672 * config/arm/arm.c (arm_default_short_enums): Use
5673 ARM_DEFAULT_SHORT_ENUMS.
5674 * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
5676 2017-04-06 Jakub Jelinek <jakub@redhat.com>
5679 * dwarf2out.c (gen_member_die): Handle C++17 inline static data
5680 members with redundant out-of-class redeclaration.
5682 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
5685 * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
5686 * config/i386/i386.md (*zero_extendsidi2):
5687 Add (?*x,*x) and (?*v,*v) alternatives.
5689 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
5692 * config/i386/i386.c (ix86_expand_builtin)
5693 <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
5694 mode from insn data. Convert operands to insn operand mode.
5695 Copy operands that don't satisfy insn predicate to a register.
5697 2017-04-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
5699 * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
5702 2017-04-06 Richard Biener <rguenther@suse.de>
5704 PR tree-optimization/80334
5705 * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
5706 preserve alignment of accesses.
5708 2017-04-06 Richard Biener <rguenther@suse.de>
5710 PR tree-optimization/80262
5711 * tree-sra.c (build_ref_for_offset): Preserve address-space
5713 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
5714 Drop useless address-space information on MEM_REF offsets.
5716 2017-04-05 Andreas Schwab <schwab@linux-m68k.org>
5718 * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
5720 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
5722 PR rtl-optimization/70703
5723 * ira-color.c (update_conflict_hard_regno_costs): Use
5724 HOST_WIDE_INT instead of long.
5726 2017-04-05 Uros Bizjak <ubizjak@gmail.com>
5729 * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
5730 not defined for x86_64 target. Add -mmmx target option when __SSE2__
5732 * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
5733 for x86_64 target. Handle -m3dnowa option.
5735 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
5737 PR rtl-optimization/70703
5738 * ira-color.c (update_costs_from_allocno): Use the smallest mode.
5739 (update_conflict_hard_regno_costs): Use long instead of unsigned
5740 arithmetic for cost calculation.
5742 2017-04-05 Jakub Jelinek <jakub@redhat.com>
5743 Bernd Edlinger <bernd.edlinger@hotmail.de>
5746 * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
5749 2017-04-05 Eric Botcazou <ebotcazou@adacore.com>
5752 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
5753 ptr_mode with Pmode throughout.
5754 * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
5755 into probe_stack_range and use DImode.
5757 2017-04-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
5760 * config/s390/s390.c (s390_register_info_gprtofpr): Return if
5761 call_eh_return is true.
5763 2017-04-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5765 * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
5766 Initialize last_match_fntype_index.
5768 2017-04-05 Jakub Jelinek <jakub@redhat.com>
5771 * tree-nvr.c: Include internal-fn.h.
5772 (pass_return_slot::execute): Ignore internal calls without
5775 2017-04-04 Jakub Jelinek <jakub@redhat.com>
5776 Richard Biener <rguenther@suse.de>
5779 * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
5780 captures used multiple times, except for the last use.
5781 * generic-match-head.c: Include gimplify.h.
5783 2017-04-04 Jakub Jelinek <jakub@redhat.com>
5785 PR tree-optimization/79390
5786 * target.h (struct noce_if_info): Declare.
5787 * targhooks.h (default_noce_conversion_profitable_p): Declare.
5788 * target.def (noce_conversion_profitable_p): New target hook.
5789 * ifcvt.h (struct noce_if_info): New type, moved from ...
5790 * ifcvt.c (struct noce_if_info): ... here.
5791 (noce_conversion_profitable_p): Renamed to ...
5792 (default_noce_conversion_profitable_p): ... this. No longer
5794 (noce_try_store_flag_constants, noce_try_addcc,
5795 noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
5796 noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
5797 instead of noce_conversion_profitable_p.
5798 * config/i386/i386.c: Include ifcvt.h.
5799 (ix86_option_override_internal): Don't override
5800 PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
5801 (ix86_noce_conversion_profitable_p): New function.
5802 (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
5803 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
5804 * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
5805 * doc/tm.texi: Regenerated.
5807 2017-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5809 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
5812 2017-04-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
5815 * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
5816 instructions for small multiply cores.
5818 2017-04-04 Jeff Law <law@redhat.com>
5820 * config/mips/mips.c (mips_multi_add): Zero initialize the newly
5822 (mips_expand_vec_perm_const): Initialize elements in orig_perm
5823 that are not set by the loop over the elements.
5825 2017-04-04 Jakub Jelinek <jakub@redhat.com>
5828 * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
5829 int mode, convert_modes it to mode as unsigned, otherwise use
5830 lowpart_subreg to mode rather than SImode.
5831 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
5832 ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
5833 Use DImode instead of SImode for the shift count operand.
5834 * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
5837 2017-04-04 Richard Biener <rguenther@suse.de>
5840 * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
5841 arithmetic done for the negate or the plus. Simplify.
5842 (A - (-B) -> A + B): Likewise.
5843 * fold-const.c (split_tree): Make sure to not negate pointers.
5845 2017-04-04 Segher Boessenkool <segher@kernel.crashing.org>
5847 PR rtl-optimization/60818
5848 * simplify-rtx.c (simplify_binary_operation_1): Do not replace
5849 a compare of comparisons with the thing compared if this results
5850 in a different machine mode.
5852 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
5854 * alias.c (base_alias_check): Fix typo in comment.
5855 * cgraph.h (class ipa_polymorphic_call_context): Likewise.
5856 * cgraphunit.c (symbol_table::compile): Likewise.
5857 * collect2.c (maybe_run_lto_and_relink): Likewise.
5858 * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
5859 * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
5860 * config/avr/avr.c (avr_map_op_t): Likewise.
5861 * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
5862 * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
5863 * config/epiphany/epiphany.md (movcc): Likewise.
5864 * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
5865 * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
5867 * config/mips/mips.c (mips_save_restore_reg): Likewise.
5868 * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
5869 * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
5870 * config/sh/sh.c (sh_rtx_costs): Likewise.
5871 * fold-const.c (fold_truth_andor): Likewise.
5872 * genautomata.c (collapse_flag): Likewise.
5873 * gengtype.h (struct type::u::s): Likewise.
5874 * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
5875 * input.c (FORMAT_AMOUNT): Likewise.
5876 * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
5877 (known_aggs_to_agg_replacement_list): Likewise.
5878 * ipa-inline-analysis.c: Likewise.
5879 * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
5880 * ipa-polymorphic-call.c
5881 (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
5882 * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
5883 * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
5885 * modulo-sched.c (apply_reg_moves): Likewise.
5886 * omp-expand.c (build_omp_regions_1): Likewise.
5887 * trans-mem.c (struct tm_wrapper_hasher): Likewise.
5888 * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
5889 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
5890 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
5891 * value-prof.c: Likewise.
5892 * var-tracking.c (val_reset): Likewise.
5894 2017-04-03 Richard Biener <rguenther@suse.de>
5896 PR tree-optimization/80275
5897 * fold-const.c (split_address_to_core_and_offset): Handle
5900 2017-04-03 Eric Botcazou <ebotcazou@adacore.com>
5902 * tree-nested.c (get_descriptor_type): Make sure that the alignment of
5903 descriptors is at least equal to that of functions.
5905 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
5907 * config/i386/sse.md (movdi_to_sse): Add missing DONE.
5909 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
5912 * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
5913 (mov<IMOD4:mode>): New expander.
5914 (*mov<IMOD4:mode>_internal): New insn and split pattern.
5916 2017-03-31 Segher Boessenkool <segher@kernel.crashing.org>
5918 PR rtl-optimization/79405
5919 * fwprop.c (propagations_left): New variable.
5920 (forward_propagate_into): Decrement it.
5921 (fwprop_init): Initialize it.
5922 (fw_prop): If the variable has reached zero, stop propagating.
5923 (fwprop_addr): Ditto.
5925 2017-03-31 Jakub Jelinek <jakub@redhat.com>
5928 * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
5929 a FUNCTION_DECL, pass it as decl instead of origin to
5932 2017-03-31 Alexander Monakov <amonakov@ispras.ru>
5934 * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
5937 2017-03-31 Pat Haugen <pthaugen@us.ibm.com>
5940 * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
5941 TARGET_VSX_SMALL_INTEGER.
5943 2017-03-31 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5945 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
5946 reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
5948 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
5950 * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
5951 extraction from odd-numbered MSA register.
5953 2017-03-31 Jakub Jelinek <jakub@redhat.com>
5956 * expmed.c (store_bit_field_1): Don't attempt to create
5957 a word subreg out of hard registers wider than word if they
5958 have HARD_REGNO_NREGS of 1 for their mode.
5961 * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
5962 conversions to integer types wider than word and pointer.
5965 * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
5966 (rtx_equal_for_cselib_p): Pass 0 to it.
5967 * cselib.c (cselib_hasher::equal): Likewise.
5968 (rtx_equal_for_cselib_1): Add depth argument. If depth
5969 is 128, don't look up VALUE locs and punt. Increment
5970 depth in recursive calls when walking VALUE locs.
5972 2017-03-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
5974 * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
5975 (make_gcov_file_name): Use the canonical path name for generating
5977 (read_line): Fix handling of files with ascii null bytes.
5979 2017-03-30 Matthew Fortune <matthew.fortune@imgtec.com>
5981 * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
5982 to initialise a vector register instead
5983 of using a const_int.
5985 2017-03-30 Jakub Jelinek <jakub@redhat.com>
5987 PR translation/80189
5988 * gimplify.c (omp_default_clause): Use %qs instead of %s in
5989 diagnostic messages.
5991 2017-03-30 Peter Bergner <bergner@vnet.ibm.com>
5994 * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
5995 (dfp_diex_<mode>): Update mode of operand 1.
5996 * doc/extend.texi (dxex, dxexq): Document change to return type.
5997 (diex, diexq): Document change to argument type.
5999 2017-03-30 Martin Jambor <mjambor@suse.cz>
6002 * cgraph.h (cgraph_build_function_type_skip_args): Declare.
6003 * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
6004 it reflects the signature changes performed at the callee side.
6005 * cgraphclones.c (build_function_type_skip_args): Make public, renamed
6006 to cgraph_build_function_type_skip_args.
6007 (build_function_decl_skip_args): Adjust call to the above function.
6009 2017-03-30 Jakub Jelinek <jakub@redhat.com>
6012 * config/i386/sse.md
6013 (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
6014 register as dest whenever it is a MEM not rtx_equal_p to the
6015 corresponding dup operand, and when forcing into reg move the
6016 reg into the memory afterwards.
6017 (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
6018 Likewise. Use <ssehalfvecmode> instead of <ssequartermode>
6019 for the force_reg mode.
6020 (avx512vl_vextractf128<mode>): Use register as dest either
6021 always when a MEM, or when it is a MEM not rtx_equal_p to the
6022 corresponding dup operand, or even not when it is a CONST_VECTOR
6023 depending on the mode and lo vs. hi.
6024 (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
6026 (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
6027 (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
6028 Likewise. Require that operands[2] is even.
6029 (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
6030 Remove extraneous parens. Require that operands[2] is a multiple
6032 (vec_extract_lo_<mode><mask_name>): Don't bother testing if
6033 operands[0] is a MEM if <mask_applied>, the predicates/constraints
6034 disallow memory then.
6036 2017-03-30 Richard Biener <rguenther@suse.de>
6038 PR tree-optimization/77498
6039 * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
6040 to non-constants over backedges.
6042 2017-03-29 Segher Boessenkool <segher@kernel.crashing.org>
6044 PR rtl-optimization/80233
6045 * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
6046 as last_combined_insn. Do not test for BARRIER_P separately.
6048 2017-03-29 Andreas Schwab <schwab@suse.de>
6051 * calls.c (prepare_call_address): Convert funexp to Pmode before
6052 copying to temp reg.
6054 2017-03-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6056 PR tree-optimization/80158
6057 * gimple-ssa-strength-reduction.c (replace_mult_candidate):
6058 Handle possible future case of more than one alternate
6060 (replace_rhs_if_not_dup): Likewise.
6061 (replace_one_candidate): Likewise.
6063 2017-03-28 Vladimir Makarov <vmakarov@redhat.com>
6065 PR rtl-optimization/80193
6066 * ira.c (ira): Do not check allocation for LRA.
6068 2017-03-28 Alexander Monakov <amonakov@ispras.ru>
6070 * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
6071 (nvptx_output_simt_exit): Declare.
6072 * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
6073 cfun->machine->unisimt_location. Handle NULL unisimt_predicate.
6074 (init_softstack_frame): Move initialization of crtl->is_leaf to...
6075 (nvptx_declare_function_name): ...here. Emit declaration of local
6076 memory space buffer for omp_simt_enter insn.
6077 (nvptx_output_unisimt_switch): New.
6078 (nvptx_output_softstack_switch): New.
6079 (nvptx_output_simt_enter): New.
6080 (nvptx_output_simt_exit): New.
6081 * config/nvptx/nvptx.h (struct machine_function): New fields
6082 has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
6083 * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
6084 (UNSPECV_SIMT_EXIT): Ditto.
6085 (omp_simt_enter_insn): New insn.
6086 (omp_simt_enter): New expansion.
6087 (omp_simt_exit): New insn.
6088 * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
6090 * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
6091 (expand_GOMP_SIMT_ENTER_ALLOC): New.
6092 (expand_GOMP_SIMT_EXIT): New.
6093 * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
6094 (GOMP_SIMT_ENTER_ALLOC): Ditto.
6095 (GOMP_SIMT_EXIT): Ditto.
6096 * target-insns.def (omp_simt_enter): New insn.
6097 (omp_simt_exit): Ditto.
6098 * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
6100 (lower_rec_simd_input_clauses): Implement SIMT privatization.
6101 (lower_rec_input_clauses): Likewise.
6102 (lower_lastprivate_clauses): Handle SIMT privatization.
6104 * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
6105 (ompdevlow_adjust_simt_enter): New.
6106 (find_simtpriv_var_op): New.
6107 (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
6108 IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
6110 * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
6111 * tree-inline.c (expand_call_inline): Handle SIMT privatization.
6112 (copy_decl_for_dup_finish): Ditto.
6114 * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
6116 2017-03-28 Uros Bizjak <ubizjak@gmail.com>
6119 * config/i386/i386.c (ix86_option_override_internal): Always
6120 allow -mpreferred-stack-boundary=3 for 64-bit targets.
6122 2017-03-28 Bin Cheng <bin.cheng@arm.com>
6124 * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
6126 2017-03-28 Bin Cheng <bin.cheng@arm.com>
6128 * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
6129 mark new edge's irreducible flag accordign to it.
6130 (vect_do_peeling): Check loop preheader edge's irreducible flag
6131 and pass it to function slpeel_add_loop_guard.
6133 2017-03-28 Richard Sandiford <richard.sandiford@arm.com>
6135 PR tree-optimization/80218
6136 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
6137 Update block frequencies and counts.
6139 2017-03-28 Richard Biener <rguenther@suse.de>
6141 PR tree-optimization/78644
6142 * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
6143 of a simplification result we may not use it at all.
6145 2017-03-28 Richard Biener <rguenther@suse.de>
6148 * tree-inline.c (copy_phis_for_bb): Do not create PHI node
6149 without arguments, generate default definition of a SSA name.
6151 2017-03-28 Richard Biener <rguenther@suse.de>
6154 * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
6155 TYPE_REF_CAN_ALIAS_ALL references.
6156 * fold-const.c (fold_indirect_ref_1): Likewise.
6158 2017-03-28 Martin Liska <mliska@suse.cz>
6161 * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
6162 thunk call as DECL_GIMPLE_REG_P when vector or complex type.
6164 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
6165 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6167 * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
6168 (EXTRA_SPECS): Define.
6169 (SUBTARGET_EXTRA_SPECS): Likewise.
6170 (SUBTARGET_CPP_SPEC): Likewise.
6171 * config/arc/elf.h (EXTRA_SPECS): Renamed to
6172 SUBTARGET_EXTRA_SPECS.
6173 * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
6175 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
6177 * config/arc/simdext.md (vst64_insn): Update pattern.
6178 (vld32wh_insn): Likewise.
6179 (vld32wl_insn): Likewise.
6180 (vld64_insn): Likewise.
6181 (vld32_insn): Likewise.
6183 2017-03-28 Marek Polacek <polacek@redhat.com>
6186 * fold-const.c (fold_comparison): Use protected_set_expr_location
6187 instead of SET_EXPR_LOCATION.
6189 2017-03-28 Markus Trippelsdorf <markus@trippelsdorf.de>
6191 * tree.c (add_expr): Avoid name lookup warning.
6193 2017-03-27 Jeff Law <law@redhat.com>
6195 PR tree-optimization/80216
6196 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
6197 function name. Limit recursion depth.
6198 (record_temporary_equivalences): Corresponding changes.
6200 2017-03-27 Jonathan Wakely <jwakely@redhat.com>
6202 * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
6205 2017-03-27 Jakub Jelinek <jakub@redhat.com>
6208 * reg-notes.def (REG_CFA_NOTE): Define. Use it for CFA related
6210 * cfgcleanup.c (reg_note_cfa_p): New array.
6211 (insns_have_identical_cfa_notes): New function.
6212 (old_insns_match_p): Don't cross-jump in between /f
6213 and non-/f instructions. If both i1 and i2 are frame related,
6214 verify all CFA notes, their order and content.
6216 2017-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
6219 * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
6220 HImode and SImode with zero extend to DImode to one insn.
6221 (bswap<mode>2_extenddi): Likewise.
6222 (bswapsi2_extenddi): Likewise.
6223 (bswaphi2_extendsi): Likewise.
6224 (bswaphi2): Combine bswap HImode and SImode into one insn.
6225 Separate memory insns from swapping register.
6226 (bswapsi2): Likewise.
6227 (bswap<mode>2): Likewise.
6228 (bswaphi2_internal): Delete, no longer used.
6229 (bswapsi2_internal): Likewise.
6230 (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
6231 store, and gpr<-gpr swap insns.
6232 (bswap<mode>2_store): Likewise.
6233 (bswaphi2_reg): Register only splitter, combine with the splitter.
6234 (bswaphi2 splitter): Likewise.
6235 (bswapsi2_reg): Likewise.
6236 (bswapsi2 splitter): Likewise.
6237 (bswapdi2): If we have the LDBRX and STDBRX instructions, split
6238 the insns into load, store, and register/register insns.
6239 (bswapdi2_ldbrx): Likewise.
6240 (bswapdi2_load): Likewise.
6241 (bswapdi2_store): Likewise.
6242 (bswapdi2_reg): Likewise.
6244 2017-03-27 Gunther Nikl <gnikl@users.sourceforge.net>
6246 * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
6247 (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
6249 2017-03-27 Kelvin Nilsen <kelvin@gcc.gnu.org>
6252 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
6254 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
6255 special handling for target option conflicts between dform
6256 options (-mpower9-dform, -mpower9-dform-vector,
6257 -mpower9-dform-scalar) and -mno-direct-move.
6259 2017-03-27 Richard Biener <rguenther@suse.de>
6261 PR tree-optimization/80181
6262 * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
6264 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
6266 * config/arc/predicates.md (move_double_src_operand): Replace the
6267 call to move_double_src_operand with a call to address_operand.
6269 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
6271 * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
6272 * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
6273 * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
6275 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
6277 * config/arc/predicates.md (long_immediate_loadstore_operand):
6278 Consider scaled addresses cases.
6280 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
6282 * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
6283 restored when in interrupt.
6284 * config/arc/arc.md (simple_return): ARCv2 rtie instruction
6285 doesn't have delay slot.
6287 2017-03-27 Richard Biener <rguenther@suse.de>
6290 * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
6291 inlined thunk clones.
6293 2017-03-27 Jakub Jelinek <jakub@redhat.com>
6296 * asan.c (instrument_derefs): Copy over last operand from
6297 original COMPONENT_REF to the new COMPONENT_REF with
6298 DECL_BIT_FIELD_REPRESENTATIVE.
6299 * ubsan.c (instrument_object_size): Likewise.
6301 2017-03-27 Richard Biener <rguenther@suse.de>
6303 PR tree-optimization/80170
6304 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
6305 sure DR/SCEV didnt fold in constants we do not see when looking
6306 at the reference base alignment.
6308 2017-03-27 Richard Biener <rguenther@suse.de>
6311 * gimple-fold.c (fold_ctor_reference): Properly guard against
6312 NULL return value from canonicalize_constructor_val.
6314 2017-03-25 Uros Bizjak <ubizjak@gmail.com>
6317 * config/i386/i386.c (ix86_expand_builtin)
6318 <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
6319 flags reg setting and flags reg using instructions.
6320 <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto. Use non-flags reg
6321 clobbering instructions to zero extend op2.
6323 2017-03-25 Gerald Pfeifer <gerald@pfeifer.com>
6325 * doc/install.texi (Configuration) <--with-aix-soname>:
6326 Update link to AIX ld.
6328 2017-03-25 Bernd Schmidt <bschmidt@redhat.com>
6330 PR rtl-optimization/80160
6331 PR rtl-optimization/80159
6332 * lra-assigns.c (must_not_spill_p): Tighten new test to also take
6333 reg_alternate_class into account.
6335 2017-03-24 Vladimir Makarov <vmakarov@redhat.com>
6338 * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
6339 to consider in curr_insn_transform.
6341 2017-03-24 Jakub Jelinek <jakub@redhat.com>
6343 * genrecog.c (validate_pattern): Add VEC_SELECT validation.
6344 * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
6345 and emit_mode_inner.
6347 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6349 * config/s390/s390-builtins.def: Add VXE builtins. Add a flags
6350 argument to the overloaded builtin variants. Use the new flag to
6351 deprecate certain builtin variants.
6352 * config/s390/s390-builtin-types.def: Add new builtin types.
6353 * config/s390/s390-builtins.h: Support new flags field for
6354 overloaded builtins.
6355 * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
6356 (s390_macro_to_expand): Enable vector float data type.
6357 (s390_cpu_cpp_builtins_internal): Indicate support of the new
6358 builtins by incrementing the __VEC__ version number.
6359 (s390_expand_overloaded_builtin): Support expansion of vec_xl and
6361 (s390_resolve_overloaded_builtin): Emit error messages depending
6362 on the builtin flags.
6363 * config/s390/s390.c (s390_expand_builtin): Support additional
6364 flags argument. Change error message to match the messages
6365 emitted in s390-c.c.
6366 * config/s390/s390.md: New UNSPEC_* constants.
6367 (op_type): Add new instruction types.
6368 * config/s390/vecintrin.h: Add new builtins and test data class
6370 * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
6371 (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
6372 (VEC_INEXACT, VEC_NOINEXACT): New constants.
6373 ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
6374 ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
6375 ("vec_mergel<mode>"): V_HW -> VEC_HW.
6377 ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
6378 ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
6379 ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
6380 ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
6382 ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
6383 ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
6384 ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
6385 ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
6387 ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
6388 ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
6389 ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
6390 ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
6391 ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
6392 ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
6393 ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
6395 ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
6396 ("vec_scatter_element<V_HW_4:mode>_DI")
6397 ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
6398 ("vec_fpint<mode>", "vflls")
6399 ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
6400 ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
6401 ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
6402 ("*vec_cmphe<mode>_cc"): ... these.
6404 ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
6405 mode constant instead of magic value.
6407 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6409 * config/s390/s390.c (s390_expand_vec_compare): Support other
6410 vector floating point modes than just V2DF.
6411 (s390_expand_vcond): Likewise.
6412 (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
6413 (s390_cannot_change_mode_class): Prevent mode changes between TF
6414 and V1TF in vector registers.
6415 * config/s390/s390.md (DF, SF): New mode attributes.
6416 ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
6417 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
6418 SFmode support for VRs.
6419 * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
6421 (VFT, VF_HW): New mode iterators.
6422 (vw, sdx): New mode attributes.
6423 ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
6424 ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
6425 ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
6426 ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
6427 ("vec_unorderedv2df"): Adjust the v2df only patterns to support
6428 also the new vector floating point modes. Renaming to ...
6430 ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
6431 ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
6432 ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
6433 ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
6434 ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
6435 ("vec_unordered<mode>"): ... these.
6437 ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
6438 ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
6439 ("*vec_extendv2df"): New insn definitions.
6441 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6443 * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
6444 ("mulditi3_2", "*muldi3_sign"): New patterns.
6445 ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
6446 rename the pattern definition.
6448 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6450 * config/s390/s390.md ("indirect_jump"): Turn insn definition into
6452 ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
6454 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6456 * config/s390/s390.c (s390_expand_vec_init): Use vllezl
6457 instruction if possible.
6458 * config/s390/vector.md (vec_halfnumelts): New mode
6460 ("*vec_vllezlf<mode>"): New pattern.
6462 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6464 * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
6465 ("popcountv4si2", "popcountv2di2"): Rename to ...
6466 ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
6467 ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
6469 ("popcount<mode>2_vxe"): New pattern.
6471 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6473 * common/config/s390/s390-common.c (processor_flags_table): Add
6475 * config.gcc: Add arch12.
6476 * config/s390/driver-native.c (s390_host_detect_local_cpu):
6477 Default to arch12 for unknown CPU model numbers.
6478 * config/s390/s390-builtins.def: Add B_VXE builtin flag.
6479 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
6480 PROCESSOR_max sanity check.
6481 * config/s390/s390-opts.h (enum processor_type): Add
6483 * config/s390/s390.c (processor_table): Add arch12.
6484 (s390_expand_builtin): Add check for B_VXE flag.
6485 (s390_issue_rate): Add PROCESSOR_ARCH12.
6486 (s390_get_sched_attrmask): Likewise.
6487 (s390_get_unit_mask): Likewise.
6488 (s390_sched_score): Enable z13 scheduling for arch12.
6489 (s390_sched_reorder): Likewise.
6490 (s390_sched_variable_issue): Likewise.
6491 * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
6493 (s390_tune_attr): Use z13 scheduling also for arch12.
6494 (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
6495 (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
6496 (TARGET_VXE_P): New macros.
6497 * config/s390/s390.md: Add arch12 to cpu attribute. Add arch12
6498 and vxe to cpu_facility. Add arch12 and vxe to enabled attribute.
6499 * config/s390/s390.opt: Add arch12 as processor_type.
6501 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6503 * config/s390/s390.md
6504 ("fixuns_truncdddi2", "fixuns_trunctddi2")
6505 ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
6506 ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
6508 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
6509 Rename expanders to ...
6511 ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
6512 ("fixuns_truncdddi2_emu"): ... these.
6514 ("fixuns_trunc<mode>si2_emu"): New expander.
6516 ("*fixuns_truncdfdi2_z13"): Rename to ...
6517 ("*fixuns_truncdfdi2_vx"): ... this.
6519 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6521 * config/s390/2964.md: Remove the single element vector compare
6522 instructions which are no longer used.
6523 * config/s390/s390.c (s390_select_ccmode): Remove handling of
6525 (s390_canonicalize_comparison): Remove handling of DFmode
6527 (s390_expand_vec_compare_scalar): Remove function.
6528 (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
6529 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
6531 ("*cmp<mode>_ccs"): Add wfcdb instruction.
6533 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6535 * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
6537 ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
6538 will anyway by matched by mov<mode>_64dfp.
6540 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6542 * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
6543 vlef/vstef. Add missing operand to vleif.
6545 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6547 * config/s390/s390.c (s390_expand_vec_init): Enable vector load
6548 pair for all vector types with 64 bit elements.
6549 * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
6550 * config/s390/vector.md (V_HW_64): ... here.
6551 (V_128_NOSINGLE): New mode iterator.
6552 ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
6553 ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
6554 ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
6555 ("*vec_load_pairv2di"): Change to ...
6556 ("*vec_load_pair<mode>"): ... this one.
6558 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6560 * config/s390/constraints.md: Add comments.
6561 (jKK): Reject element sizes > 8 bytes.
6562 * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
6564 * config/s390/s390.md: Add the s_operand checks formerly in
6565 s390_split_ok_p to various splitters where they are still
6567 * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
6568 for 128 bit vectors. Plus two splitters.
6570 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6572 * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
6575 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6578 * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
6579 error if the boundary argument is not constant.
6581 2017-03-24 Jakub Jelinek <jakub@redhat.com>
6583 PR rtl-optimization/80112
6584 * loop-doloop.c (doloop_condition_get): Don't check condition
6585 if cmp isn't SET with IF_THEN_ELSE src.
6587 2017-03-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6589 PR tree-optimization/80158
6590 * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
6591 replacing a candidate statement, also replace it for the
6592 candidate's alternate interpretation.
6593 (replace_rhs_if_not_dup): Likewise.
6594 (replace_one_candidate): Likewise.
6596 2017-03-24 Richard Biener <rguenther@suse.de>
6598 PR tree-optimization/80167
6599 * graphite-isl-ast-to-gimple.c
6600 (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
6602 (translate_isl_ast_to_gimple::get_rename): Likewise.
6604 2017-03-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
6606 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
6607 handling of certain combinations of target options, including the
6608 combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
6609 -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
6611 2017-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6614 * config/arm/arm.md (*load_multiple): Add reload_completed to
6617 2017-03-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6618 Richard Biener <rguenth@suse.de>
6620 PR tree-optimization/79908
6621 PR tree-optimization/80136
6622 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
6623 been cast away, gimplify_and_add suffices.
6625 2017-03-23 Markus Trippelsdorf <markus@trippelsdorf.de>
6627 * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
6629 2017-03-23 Richard Biener <rguenther@suse.de>
6631 PR tree-optimization/80032
6632 * gimplify.c (gimple_push_cleanup): Forced unconditional
6633 cleanups still have to go to the conditional_cleanups
6636 2017-03-22 Jakub Jelinek <jakub@redhat.com>
6638 PR tree-optimization/80072
6639 * tree-ssa-reassoc.c (struct operand_entry): Change id field type
6641 (next_operand_entry_id): Change type to unsigned int.
6642 (sort_by_operand_rank): Make sure to return the right return value
6643 even if unsigned fields are bigger than INT_MAX.
6644 (struct oecount): Change cnt and id type to unsigned int.
6645 (oecount_hasher::equal): Formatting fix.
6646 (oecount_cmp): Make sure to return the right return value
6647 even if unsigned fields are bigger than INT_MAX.
6648 (undistribute_ops_list): Change next_oecount_id type to unsigned int.
6651 * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
6652 TREE_READONLY on result if writing it more than once.
6655 * doc/invoke.texi (-fsanitize=thread): Document that with
6656 -fnon-call-exceptions atomics are not able to throw
6660 * tsan.c: Include tree-eh.h.
6661 (instrument_builtin_call): Call maybe_clean_eh_stmt or
6662 maybe_clean_or_replace_eh_stmt where needed.
6663 (instrument_memory_accesses): Add cfg_changed argument.
6664 Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
6665 if it returned true.
6666 (tsan_pass): Adjust caller. Return TODO_cleanup_cfg if cfg_changed.
6668 PR rtl-optimization/63191
6669 * config/i386/i386.c (ix86_delegitimize_address): Turn into small
6670 wrapper function, moved the whole old content into ...
6671 (ix86_delegitimize_address_1): ... this. New inline function.
6672 (ix86_find_base_term): Use ix86_delegitimize_address_1 with
6673 true as last argument instead of ix86_delegitimize_address.
6675 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
6677 * config/aarch64/aarch64.c (generic_branch_cost): Copy
6678 cortexa57_branch_cost.
6680 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
6682 * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
6684 2017-03-21 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
6687 * doc/md.texi (Constraints): Document wA constraint.
6688 * config/rs6000/constraints.md (wA): New.
6689 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
6690 (rs6000_init_hard_regno_mode_ok): Init wA constraint.
6691 * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
6692 * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
6694 2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
6697 * gimplify.c (is_oacc_declared): New function.
6698 (oacc_default_clause): Use it to set default flags for acc declared
6699 variables inside parallel regions.
6700 (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
6702 (gimplify_oacc_declare): Gimplify the declare clauses. Add the
6703 declare attribute to any decl as necessary.
6705 2017-03-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6708 * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
6709 (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
6710 * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
6711 (arm_arch_lpae): This.
6712 * config/arm/arm.c (arm_arch7ve): Rename into ...
6713 (arm_arch_lpae): This. Define it in term of isa_bit_lpae.
6714 * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
6717 2017-03-22 Martin Liska <mliska@suse.cz>
6720 * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
6721 error message instead of an ICE.
6723 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6725 * doc/extend.texi (6.11 Additional Floating Types): Revise.
6727 2017-03-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
6729 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
6731 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
6734 2017-03-21 Martin Sebor <msebor@redhat.com>
6736 * doc/extend.texi: Use "cannot" instead of "can't."
6737 * doc/hostconfig.texi: Same.
6738 * doc/install.texi: Same.
6739 * doc/invoke.texi: Same.
6740 * doc/loop.texi: Same.
6741 * doc/md.texi: Same.
6742 * doc/objc.texi: Same.
6743 * doc/rtl.texi: Same.
6744 * doc/tm.texi: Same.
6745 * doc/tm.texi.in: Same.
6746 * doc/trouble.texi: Same.
6748 2017-03-21 Alexandre Oliva <aoliva@redhat.com>
6751 * dwarf2out.c (struct checksum_attributes): Add at_alignment.
6752 (collect_checksum_attributes): Set it.
6753 (die_checksum_ordered): Use it.
6755 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6757 PR tree-optimization/79908
6758 * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
6759 change: For a VA_ARG whose LHS has been cast away, use
6760 force_gimple_operand to construct the side effects.
6762 2017-03-21 David Malcolm <dmalcolm@redhat.com>
6764 PR translation/80001
6765 * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
6766 more amenable to translation.
6767 (oacc_loop_auto_partitions): Likewise.
6769 2017-03-21 Marek Polacek <polacek@redhat.com>
6770 Martin Sebor <msebor@redhat.com>
6772 PR tree-optimization/80109
6773 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
6776 2017-03-21 Jakub Jelinek <jakub@redhat.com>
6777 Segher Boessenkool <segher@kernel.crashing.org>
6780 * combine.c (can_combine_p): Revert the 2017-03-20 change, only
6781 check reg_used_between_p between insn and one of succ or succ2
6782 depending on if succ is artificial insn not inserted into insn
6785 2017-03-21 Martin Liska <mliska@suse.cz>
6787 PR gcov-profile/80081
6788 * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
6789 * doc/gcc.texi: Include gcov-dump stuff.
6790 * doc/gcov-dump.texi: New file.
6792 2017-03-21 Toma Tabacu <toma.tabacu@imgtec.com>
6794 PR rtl-optimization/79150
6795 * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
6796 conditional jump, if the jump is the last insn of the loop.
6798 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6799 Richard Biener <rguenth@suse.de>
6801 PR tree-optimization/79908
6802 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
6803 been cast away, use force_gimple_operand to construct the side
6806 2017-03-21 Martin Liska <mliska@suse.cz>
6809 * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
6812 2017-03-21 Brad Spengler <spender@grsecurity.net>
6815 * plugin.c (htab_hash_plugin): New function.
6816 (add_new_plugin): Use it and adjust.
6817 (parse_plugin_arg_opt): Adjust.
6818 (init_one_plugin): Likewise.
6820 2017-03-21 Richard Biener <rguenther@suse.de>
6822 PR tree-optimization/80032
6823 * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
6824 if set force the cleanup to happen unconditionally.
6825 (gimplify_target_expr): Push inserted clobbers with force_uncond
6826 to avoid them being removed by control-dependent DCE.
6828 2017-03-21 Richard Biener <rguenther@suse.de>
6830 PR tree-optimization/80122
6831 * tree-inline.c (copy_bb): Do not expans va-arg packs or
6832 va_arg_pack_len when the inlined call stmt requires pack
6834 * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
6836 2017-03-21 Jakub Jelinek <jakub@redhat.com>
6839 * tsan.c (instrument_builtin_call): If the memory model argument
6840 is not a constant, assume it is valid.
6843 * fold-const.c (round_up_loc): Negate divisor in unsigned type to
6846 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
6848 PR rtl-optimization/79910
6849 * combine.c (can_combine_p): Do not allow combining an I0 or I1
6850 if its dest is used by an insn before I2 (other than the combined
6851 insns themselves, which are properly handled already).
6853 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
6856 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
6858 * combine.c (record_used_regs): New static function.
6859 (try_combine): Handle situations where there is an additional
6860 instruction between I2 and I3 which needs to have a LOG_LINK
6864 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
6866 * combine.c (try_combine): Delete redundant i1 test. Call
6867 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
6869 2017-03-20 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
6872 * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
6875 2017-03-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6877 PR tree-optimization/80054
6878 * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
6879 the optimization if a PHI or any of its arguments is not dominated
6880 by the candidate's basis. Use gphi* rather than gimple* as
6882 (replace_profitable_candidates): Clean up a gimple* variable that
6883 should be a gphi* variable.
6885 2017-03-20 Martin Sebor <msebor@redhat.com>
6888 * doc/extend.texi (attribute constructor): Document present limitation.
6890 2017-03-20 Kelvin Nilsen <kelvin@gcc.gnu.org>
6893 * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
6894 __POWER9_VECTOR__ #ifdef control, change template definition to
6895 use Power9-specific built-in function.
6896 (vec_any_eq): Likewise.
6897 * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
6898 to control outcomes from this test.
6899 (vector_ae_<mode>p): For VEC_F modes, likewise.
6901 2017-03-20 Ian Lance Taylor <iant@google.com>
6903 * config/i386/i386.c (ix86_function_regparm): Save an extra
6904 register for -fsplit-stack with DECL_STATIC_CHAIN.
6906 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
6909 * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
6910 (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
6912 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
6914 * config/riscv/riscv.c (riscv_print_operand): Use "fence
6916 * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
6919 2017-03-20 Marek Polacek <polacek@redhat.com>
6922 * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
6924 2017-03-20 Richard Biener <rguenther@suse.de>
6926 PR tree-optimization/80113
6927 * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
6928 allocate extra SSA name for PHI def.
6929 (add_close_phis_to_outer_loops): Likewise.
6930 (add_close_phis_to_merge_points): Likewise.
6931 (copy_loop_close_phi_args): Likewise.
6932 (copy_cond_phi_nodes): Likewise.
6934 2017-03-20 Martin Liska <mliska@suse.cz>
6937 * tree-chkp.c (chkp_build_returned_bound): Do not build
6938 returned bounds for a LHS that's not a BOUNDED_P type.
6940 2017-03-20 Martin Liska <mliska@suse.cz>
6944 * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
6945 COMPLEX_CST and VECTOR_CST.
6947 2017-03-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6950 * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
6951 target operand. A new splitter adds the clobber statement in case
6952 the target operand is dead anyway.
6954 2017-03-19 Gerald Pfeifer <gerald@pfeifer.com>
6956 * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
6957 to age-old versions of binutils and glibc.
6959 2017-03-18 Segher Boessenkool <segher@kernel.crashing.org>
6961 * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
6963 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
6965 * doc/contrib.texi (Contributors): Add Segher Boessenkool.
6967 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
6969 * doc/install.texi (Specific) <arm-*-eabi>: Remove old
6970 requirement for binutils 2.13.
6972 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
6974 * combine.c (try_combine): Delete redundant i1 test. Call
6975 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
6977 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com
6979 * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
6980 riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
6982 <riscv64-*-elf>: Re-arrange section
6983 <riscv32-*-elf>: Add a note about requiring binutils 2.28.
6984 <riscv32-*-linux>: Likewise.
6985 <riscv64-*-elf>: Likewise
6986 <riscv64-*-linux>: Likewise.
6988 2017-03-17 Richard Earnshaw <rearnsha@arm.com>
6991 * aarch64.opt(verbose-cost-dump): Fix typo.
6993 2017-03-17 Pat Haugen <pthaugen@us.ibm.com>
6996 * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
6997 for VECTOR_UNIT_VSX_P (<MODE>mode) too.
6999 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
7001 * reload.c (find_reloads): When reloading a nonoffsettable address,
7002 use RELOAD_OTHER for it and its address reloads.
7004 PR rtl-optimization/79910
7005 * combine.c (record_used_regs): New static function.
7006 (try_combine): Handle situations where there is an additional
7007 instruction between I2 and I3 which needs to have a LOG_LINK
7010 2017-03-17 Jeff Law <law@redhat.com>
7012 PR tree-optimization/71437
7013 * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
7014 conditional in the hash table first.
7015 (vrp_dom_walker::before_dom_children): Extract condition from
7016 ASSERT_EXPR. Record condition, its inverion and any implied
7019 2017-03-17 Marek Polacek <polacek@redhat.com>
7020 Markus Trippelsdorf <markus@trippelsdorf.de>
7022 PR tree-optimization/80079
7023 * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
7026 2017-03-17 Richard Biener <rguenther@suse.de>
7029 * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
7030 Properly verify the LHS before the RHS possibly claims to be
7032 (stmt_could_throw_p): Hande gimple conds fully here. Clobbers
7035 2017-03-17 Martin Jambor <mjambor@suse.cz>
7037 * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
7038 (List of -O2 options): Likewise.
7039 (-fipa-bit-cp): Replace "ipa" with "interprocedural."
7042 2017-03-17 Tom de Vries <tom@codesourcery.com>
7044 * gcov-dump.c (print_usage): Print bug_report_url.
7046 2017-03-17 Richard Biener <rguenther@suse.de>
7049 * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
7050 (parser::peek): Likewise.
7052 2017-03-17 Richard Biener <rguenther@suse.de>
7054 PR tree-optimization/80048
7055 * sese.c (free_sese_info): Properly release rename_map and
7056 copied_bb_map elements.
7058 2017-03-16 Alexandre Oliva <aoliva@redhat.com>
7060 * gimple-ssa-store-merging.c (struct imm_store_chain_info):
7061 Add linked-list forward and backlinks. Insert on
7062 construction, remove on destruction.
7063 (class pass_store_merging): Add m_stores_head field.
7064 (pass_store_merging::terminate_and_process_all_chains):
7065 Iterate over m_stores_head list.
7066 (pass_store_merging::terminate_all_aliasing_chains):
7068 (pass_store_merging::execute): Check for debug stmts first.
7069 Push new chains onto the m_stores_head stack.
7071 2017-03-16 Michael Meissner <meissner@linux.vnet.ibm.com>
7074 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
7075 SPLAT operation on ISA 2.07 64-bit systems that have direct move,
7076 but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
7078 2017-03-16 Jeff Law <law@redhat.com>
7080 PR tree-optimization/71437
7081 * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
7082 member function. Implementation moved into after_dom_children
7083 member function and into the threader's thread_outgoing_edges
7085 (dom_opt_dom_walker::after_dom_children): Simplify by moving
7086 some code into new thread_outgoing_edges.
7087 * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
7088 definition. Simplify marker handling (do it here). Assume we always
7089 have the available expression and the const/copies tables.
7090 (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
7092 * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
7093 * tree-vrp.c (equiv_stack): No longer file scoped.
7094 (vrp_dom_walker): New class.
7095 (vrp_dom_walker::before_dom_children): New member function.
7096 (vrp_dom_walker::after_dom_children): Likewise.
7097 (identify_jump_threads): Setup domwalker. Use it rather than
7098 walking edges in a random order by hand. Simplify setup/finalization.
7099 (finalize_jump_threads): Remove.
7100 (vrp_finalize): Do not call identify_jump_threads here.
7101 (execute_vrp): Do it here instead and call thread_through_all_blocks
7104 PR tree-optimization/71437
7105 * tree-ssa-dom.c (pfn_simplify): Add basic_block argument. All
7107 (simplify_stmt_for_jump_threading): Add basic_block argument. All
7109 (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
7110 (dom_opt_dom_walker::thread_across_edge): Remove
7111 handle_dominating_asserts argument. All callers changed.
7112 (record_temporary_equivalences_from_stmts_at_dest): Corresponding
7113 changes. Remove calls to lhs_of_dominating_assert. Other
7114 uses of handle_dominating_asserts turn into unconditional code
7115 (simplify_control_stmt_condition_1): Likewise.
7116 (simplify_control_stmt_condition): Likewise.
7117 (thread_through_normal_block, thread_across_edge): Likewise.
7118 * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
7119 * tree-vrp.c (lhs_of_dominating_assert): Move here. Return original
7120 object if it is not an SSA_NAME.
7121 (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
7122 before calling into the VRP specific simplifiers.
7123 (identify_jump_threads): Remove handle_dominating_asserts
7126 2017-03-16 Jakub Jelinek <jakub@redhat.com>
7129 * tree-diagnostic.c (default_tree_printer): No longer static.
7130 * tree-diagnostic.h (default_tree_printer): New prototype.
7132 2017-03-16 Tamar Christina <tamar.christina@arm.com>
7134 * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
7135 Change ins into fmov.
7137 2017-03-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7139 * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
7140 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
7141 Use h_con constraint for operand 1.
7142 (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
7143 (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
7145 2017-03-15 Jeff Law <law@redhat.com>
7147 PR tree-optimization/71437
7148 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
7149 (record_temporary_equivalences): Use it.
7151 PR tree-optimization/71437
7152 * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
7153 tree-ssa-scopedtables.
7154 (lookup_avail_expr, build_and_record_new_cond): Likewise.
7155 (record_conditions, record_cond, vuse_eq): Likewise.
7156 (record_edge_info): Adjust to API tweak of record_conditions.
7157 (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
7158 (record_temporary_equivalences, optimize_stmt): Likewise.
7159 (eliminate_redundant_computations): Likewise.
7160 (record_equivalences_from_stmt): Likewise.
7161 * tree-ssa-scopedtables.c: Include options.h and params.h.
7162 (vuse_eq): New function, moved from tree-ssa-dom.c
7163 (build_and_record_new_cond): Likewise.
7164 (record_conditions): Likewise. Accept vector of conditions rather
7165 than edge_equivalence structure for first argument.
7166 for the first argument.
7167 (avail_exprs_stack::lookup_avail_expr): New member function, moved
7168 from tree-ssa-dom.c.
7169 (avail_exprs_stack::record_cond): Likewise.
7170 * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
7171 from tree-ssa-dom.c.
7172 (avail_exprs_stack): Add new member functions lookup_avail_expr
7174 (record_conditions): Declare.
7176 2017-03-15 Vladimir Makarov <vmakarov@redhat.com>
7179 * lra-constraints.c (process_alt_operands): Increase reject for
7180 reloading an input/output operand.
7182 2017-03-15 Michael Meissner <meissner@linux.vnet.ibm.com>
7185 * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
7186 insns to convert from signed/unsigned char/short to IEEE 128-bit
7188 (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
7190 2017-03-15 Uros Bizjak <ubizjak@gmail.com>
7193 * config/i386/i386.c (ix86_vector_duplicate_value): Create
7194 subreg of inner mode for values already in registers.
7196 2017-03-15 Bernd Schmidt <bschmidt@redhat.com>
7198 * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
7199 iteration reg is used after the loop.
7201 2017-03-14 Martin Sebor <msebor@redhat.com>
7203 PR tree-optimization/79800
7204 * gimple-ssa-sprintf.c (format_floating: Add argument. Handle
7205 precision in negative-positive range.
7206 (format_floating): Call non-const overload with adjusted precision.
7208 2017-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
7211 * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
7214 2017-03-14 Martin Sebor <msebor@redhat.com>
7217 * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
7218 * builtins.def (aligned_alloc): Use it.
7221 * Makefile.in (GTFILES): Add calls.c.
7222 * calls.c: Include "gt-calls.h".
7224 2017-03-14 Bernd Schmidt <bschmidt@redhat.com>
7226 PR rtl-optimization/79728
7227 * regs.h (struct target_regs): New field
7228 x_contains_allocatable_regs_of_mode.
7229 (contains_allocatable_regs_of_mode): New macro.
7230 * reginfo.c (init_reg_sets_1): Initialize it, and change
7231 contains_reg_of_mode so it includes global regs as well.
7232 * reload.c (push_reload): Use contains_allocatable_regs_of_mode
7233 rather than contains_regs_of_mode.
7235 2017-03-14 Martin Liska <mliska@suse.cz>
7237 * doc/invoke.texi: Document options that can't be combined with
7238 -fcheck-pointer-bounds.
7240 2017-03-14 Martin Liska <mliska@suse.cz>
7243 * doc/invoke.texi (-Wchkp): Document the option.
7245 2017-03-14 Martin Liska <mliska@suse.cz>
7247 * Makefile.in: Install gcov-dump.
7249 2017-03-14 Martin Liska <mliska@suse.cz>
7251 * multiple_target.c (expand_target_clones): Bail out for
7252 an invalid attribute.
7254 2017-03-14 Richard Biener <rguenther@suse.de>
7256 * alias.c (struct alias_set_entry): Pack properly.
7257 * cfgloop.h (struct loop): Likewise.
7258 * cse.c (struct set): Likewise.
7259 * ipa-utils.c (struct searchc_env): Likewise.
7260 * loop-invariant.c (struct invariant): Likewise.
7261 * lra-remat.c (struct cand): Likewise.
7262 * recog.c (struct change_t): Likewise.
7263 * rtl.h (struct address_info): Likewise.
7264 * symbol-summary.h (function_summary): Likewise.
7265 * tree-loop-distribution.c (struct partition): Likewise.
7266 * tree-object-size.c (struct object_size_info): Likewise.
7267 * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
7268 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
7269 * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
7270 * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
7271 * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
7272 * tree-vectorizer.h (struct _loop_vec_info): Likewise.
7273 (struct _stmt_vec_info): Likewise.
7275 2017-03-14 Martin Liska <mliska@suse.cz>
7278 * multiple_target.c (create_dispatcher_calls): Check that
7279 a target can create a function dispatcher.
7281 2017-03-14 Martin Liska <mliska@suse.cz>
7284 * multiple_target.c (expand_target_clones): Drop local.local
7285 flag for default implementation.
7287 2017-03-14 Richard Biener <rguenther@suse.de>
7289 PR tree-optimization/80030
7290 * tree-vect-stmts.c (vectorizable_store): Plug memleak.
7292 2017-03-13 Kito Cheng <kito.cheng@gmail.com>
7294 * config/riscv/riscv.c (riscv_emit_float_compare>: Use
7295 gcc_fallthrough() instead of __attribute__((fallthrough));
7297 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
7299 * doc/gcc.texi: Remove "up" link to (DIR).
7300 * doc/gccint.texi: Ditto.
7302 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
7304 * doc/install.texi (Specific) <avr>: Remove reference to
7307 2017-03-13 Jeff Law <law@redhat.com>
7309 * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
7310 attribute rather than comments.
7312 * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
7313 match_scratch operand is highest.
7315 2017-03-13 Martin Liska <mliska@suse.cz>
7318 * ipa-pure-const.c (warn_function_noreturn): If the declarations
7319 is a CHKP clone, use original declaration.
7321 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
7323 * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
7324 (arc_conditional_register_usage): Use a different allocation order
7325 when optimizing for size.
7326 * common/config/arc/arc-common.c (arc_option_optimization_table):
7327 Section anchors default on when optimizing for size.
7329 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
7331 * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
7333 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
7335 * config/arc/arc.c (arc_output_addsi): Emit code density adds.
7336 * config/arc/arc.md (cpu_facility): Add cd variant.
7337 (*movqi_insn): Add code density variant.
7338 (*movhi_insn): Likewise.
7339 (*movqi_insn): Likewise.
7340 (*addsi3_mixed): Likewise.
7341 (subsi3_insn): Likewise.
7343 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
7345 * config/arc/arc.md (movsi_cond_exec): Update constraint.
7347 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
7349 * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
7350 expressions with MINUS and UNARY ops.
7352 2017-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7355 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
7357 (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
7358 between vec_select and vector argument.
7359 (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
7360 (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
7361 (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
7362 (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
7363 (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
7364 (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
7366 2017-03-13 Richard Biener <rguenther@suse.de>
7369 * params.def (vect-max-peeling-for-alignment): Fix typo.
7371 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
7373 * doc/install.texi (Specific) <mips-*-*>: Remove description of
7374 issue that only occurred with binutils below 2.18.
7376 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
7378 * doc/install.texi (Specific) <cris-axis-elf>: No longer
7379 refer to binutils 2.11/2.12 minimum.
7381 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
7383 * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
7384 ftp.kernel.org and simplify binutils requirement.
7386 2017-03-11 Gerald Pfeifer <gerald@pfeifer.com>
7388 * doc/invoke.texi (Warning Options): Fix spelling of link-time
7390 (Optimize Options): Ditto. Also remove redundancy.
7392 2017-03-10 David Malcolm <dmalcolm@redhat.com>
7394 PR translation/79848
7395 * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
7397 * ipa-pure-const.c (suggest_attribute): Likewise. Convert _
7398 to G_ to avoid double translation.
7400 2017-03-10 David Malcolm <dmalcolm@redhat.com>
7402 PR translation/79923
7403 * auto-profile.c (get_combined_location): Convert leading
7404 character of diagnostics to lower case and remove trailing period.
7405 (read_profile): Likewise for various diagnostics.
7406 * config/arm/arm.c (arm_option_override): Remove trailing period
7407 from various diagnostics.
7408 * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
7409 (msp430_expand_delay_cycles): Likewise.
7411 2017-03-10 David Malcolm <dmalcolm@redhat.com>
7414 * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
7415 full command-line argument, rather than just "str".
7416 (aarch64_validate_march): Likewise.
7417 (aarch64_validate_mtune): Likewise.
7419 2017-03-10 Bernd Schmidt <bschmidt@redhat.com>
7421 PR rtl-optimization/78911
7422 * lra-assigns.c (must_not_spill_p): New function.
7423 (spill_for): Use it.
7425 2017-03-10 Jakub Jelinek <jakub@redhat.com>
7427 PR tree-optimization/79981
7428 * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
7429 ATOMIC_COMPARE_EXCHANGE ifn result.
7430 (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
7431 IFN_ATOMIC_COMPARE_EXCHANGE.
7433 2017-03-10 David Malcolm <dmalcolm@redhat.com>
7436 * opts.c (parse_sanitizer_options): Add missing question mark to
7437 "did you mean" message.
7439 2017-03-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7441 * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
7443 (VMULEUH_UNS): Likewise.
7444 (VMULOUB_UNS): Likewise.
7445 (VMULOUH_UNS): Likewise.
7446 * config/rs6000/rs6000.c (builtin_function_type): Remove
7447 references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
7449 2017-03-10 David Malcolm <dmalcolm@redhat.com>
7452 * read-rtl-function.c (function_reader::read_rtx_operand): Update
7453 x with result of extra_parsing_for_operand_code_0.
7454 (function_reader::extra_parsing_for_operand_code_0): Convert
7455 return type from void to rtx, returning x. When reading
7456 SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
7457 larger size containing struct block_symbol.
7459 2017-03-10 Segher Boessenkool <segher@kernel.crashing.org>
7461 * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
7462 -mfloat128-hardware without -m64.
7464 2017-03-10 Will Schmidt <will_schmidt@vnet.ibm.com>
7467 * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
7468 entries to the case statement that marks unsigned arguments to
7469 overloaded functions.
7471 2017-03-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
7473 * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
7474 two typographic errors in the handling of TARGET_UPPER_REGS_DI.
7476 2017-03-10 Pat Haugen <pthaugen@us.ibm.com>
7479 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
7480 TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
7482 2017-03-10 Martin Liska <mliska@suse.cz>
7486 * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
7487 * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
7490 2017-03-10 Olivier Hainque <hainque@adacore.com>
7492 * tree-switch-conversion (array_value_type): Start by resetting
7493 candidate type to it's main variant.
7495 2017-03-10 Jakub Jelinek <jakub@redhat.com>
7497 PR rtl-optimization/79909
7498 * combine.c (try_combine): Use simplify_replace_rtx on individual
7499 CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
7500 of the whole CALL_INSN_FUNCTION_USAGE.
7502 PR tree-optimization/79972
7503 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
7504 get_range_info on SSA_NAMEs. Formatting fixes.
7506 2017-03-10 Richard Biener <rguenther@suse.de>
7507 Jakub Jelinek <jakub@redhat.com>
7509 PR tree-optimization/77975
7510 * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
7511 edge to be constant.
7512 (get_val_for): For constant x return it. Formatting fix.
7513 (loop_niter_by_eval): Avoid pointless looping if the next iteration
7514 would use the same bases as the current one.
7516 2017-03-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7518 * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
7519 instead of vec_select for V1TImode.
7520 * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
7522 (VSX_LE_128): Add V1TI to this mode iterator.
7523 (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
7524 (*vsx_le_perm_store_<mode>): Likewise.
7525 (pre-reload splitter for VSX stores): Likewise.
7526 (post-reload splitter for VSX stores): Likewise.
7527 (*vsx_xxpermdi2_le_<mode>): Likewise.
7528 (*vsx_lxvd2x2_le_<mode>): Likewise.
7529 (*vsx_stxvd2x2_le_<mode>): Likewise.
7531 2017-03-09 Michael Eager <eager@eagercon.com>
7533 Correct failures with --enable-checking=yes,rtl.
7535 * config/microblaze/microblaze.c (microblaze_expand_shift):
7536 Replace GET_CODE test with CONST_INT_P and INTVAL test with
7537 test for const0_rtx.
7538 * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
7539 lshrsi3_byone): Replace INTVAL with test for const1_rtx.
7541 2017-03-09 Richard Biener <rguenther@suse.de>
7543 PR tree-optimization/79977
7544 * graphite-scop-detection.c (scop_detection::merge_sese):
7545 Handle the case of extra exits to blocks dominating the entry.
7547 2017-03-09 Toma Tabacu <toma.tabacu@imgtec.com>
7549 * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
7552 2017-03-09 Vladimir Makarov <vmakarov@redhat.com>
7554 PR rtl-optimization/79949
7555 * lra-constraints.c (process_alt_operands): Check memory when
7556 trying to predict a cycle. Print about the overall increase.
7558 2017-03-09 Richard Biener <rguenther@suse.de>
7561 * gimple-expr.c (useless_type_conversion_p): Preserve
7562 TYPE_SATURATING for fixed-point types.
7564 2017-03-09 Richard Biener <rguenther@suse.de>
7567 * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
7568 alignment of BLKmode params.
7570 2017-03-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7573 * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
7574 (VALL_NO_V2Q): Likewise.
7576 * config/aarch64/aarch64-simd.md
7577 (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
7579 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
7580 VALL_NO_V2Q mode iterator.
7581 (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
7583 2017-03-09 Martin Liska <mliska@suse.cz>
7585 PR tree-optimization/79631
7586 * tree-chkp-opt.c (chkp_is_constant_addr): Call
7587 tree_int_cst_sign_bit just for INTEGER constants.
7589 2017-03-09 Martin Liska <mliska@suse.cz>
7593 * toplev.c (process_options): Disable -fcheck-pointer-bounds with
7596 2017-03-09 Marek Polacek <polacek@redhat.com>
7599 * tree.c (inchash::add_expr): Handle TREE_VEC.
7601 2017-03-09 Martin Liska <mliska@suse.cz>
7604 (chkp_narrow_size_and_offset): New function.
7605 (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
7606 (void chkp_parse_bit_field_ref): New function.
7607 (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
7608 (chkp_process_stmt): Use chkp_parse_bit_field_ref.
7610 2017-03-09 Martin Liska <mliska@suse.cz>
7613 * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
7614 (chkp_find_bounds_1): Remove gcc_unreachable.
7616 2017-03-09 Jakub Jelinek <jakub@redhat.com>
7619 * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
7620 BUILT_IN_SYNC*, determine the access type from the size suffix and
7621 always build a MEM_REF with that type. Handle forgotten
7622 BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
7625 * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
7626 _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
7627 _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
7628 _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
7629 _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
7630 _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
7631 _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
7632 _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
7633 _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
7634 _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
7635 _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
7636 _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
7637 _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
7638 _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
7639 _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
7640 _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
7641 _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
7642 _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
7643 _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
7644 _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
7645 _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
7646 _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
7647 _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
7648 _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
7649 _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
7650 _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
7651 _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
7652 _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
7653 _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
7654 _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
7655 definitions outside of __OPTIMIZE__ guarded section.
7658 * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
7659 _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
7660 _mm512_packus_epi32, _mm512_maskz_packus_epi32,
7661 _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
7664 2017-03-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
7666 * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
7667 ("vfenez<mode>"): Add missing constraints.
7669 2017-03-08 Martin Sebor <msebor@redhat.com>
7672 * config/nds32/nds32.c (nds32_option_override):
7673 Fix misspelled diagnostic.
7675 2017-03-08 Jakub Jelinek <jakub@redhat.com>
7678 * gimplify.c (gimplify_omp_for): Replace index var in outer
7679 taskloop statement with an artificial variable and add
7680 OMP_CLAUSE_PRIVATE clause for it.
7682 2017-03-08 Richard Biener <rguenther@suse.de>
7684 PR tree-optimization/79955
7685 * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
7686 for accesses that are completely outside of the variable.
7688 2017-03-08 Andrew Haley <aph@redhat.com>
7690 PR tree-optimization/79943
7691 * tree-ssa-loop-split.c (compute_new_first_bound): When
7692 calculating the new upper bound, (END-BEG) should be added, not
7695 2017-03-08 Jakub Jelinek <jakub@redhat.com>
7697 * config/avr/avr.md (setmemhi): Make sure match_dup
7698 operand number comes before match_scratch.
7700 2017-03-08 Richard Biener <rguenther@suse.de>
7702 PR tree-optimization/79920
7703 * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
7704 with ncopies == 1 to ...
7705 (vect_transform_slp_perm_load): ... here. Properly compute
7706 all element loads by iterating VF times over the group. Do
7707 not handle ncopies (computed in a broken way) in
7708 vect_create_mask_and_perm.
7710 2017-03-08 Jakub Jelinek <jakub@redhat.com>
7713 * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
7714 is a uniform vector, use uniform_vector_p return value instead of
7715 building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
7717 2017-03-07 Marek Polacek <polacek@redhat.com>
7720 * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
7721 (alloca_call_type): Likewise.
7723 2017-03-07 Martin Liska <mliska@suse.cz>
7725 * gcov.c (process_args): Put comment to correct location.
7727 2017-03-07 Martin Liska <mliska@suse.cz>
7730 * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
7731 Use array_at_struct_end_p instead of DECL_CHAIN (field).
7732 (chkp_narrow_bounds_for_field): Likewise.
7733 (chkp_parse_array_and_component_ref): Pass one more argument to
7736 2017-03-07 Richard Biener <rguenther@suse.de>
7738 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
7741 2017-03-07 Segher Boessenkool <segher@kernel.crashing.org>
7743 * config/i386/i386.c (ix86_local_alignment): Align most aggregates
7744 of 16 bytes and more to 16 bytes, not those of 16 bits and more.
7746 2017-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7749 * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
7750 to end of description.
7751 (PARAM_MAX_STORES_TO_MERGE): Likewise.
7753 2017-03-07 Jakub Jelinek <jakub@redhat.com>
7755 PR rtl-optimization/79901
7756 * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
7758 (*avx512f_<code><mode>3<mask_name>): ... this.
7759 (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
7760 iterator instead of VI8_AVX2_AVX512BW.
7762 PR rtl-optimization/79901
7763 * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
7764 min/max expander, expand it using expand_vec_cond_expr.
7767 * ubsan.c (ubsan_encode_value): Call mark_addressable on the
7770 2017-03-06 Jakub Jelinek <jakub@redhat.com>
7773 * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
7774 to void * for PCH reasons.
7775 * dwarf2out.c (output_loc_operands, output_die): Cast
7776 v.val_vec.array to unsigned char *.
7778 2017-03-06 John David Anglin <danglin@gcc.gnu.org>
7781 * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
7784 2017-03-06 Vladimir Makarov <vmakarov@redhat.com>
7786 PR rtl-optimization/79571
7787 * lra-constraints.c (process_alt_operands): Calculate static
7788 reject and subtract it from overall when only addresses will be
7791 2017-03-06 Julia Koval <julia.koval@intel.com>
7794 * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
7795 incoming stack boundary to 128 for 64-bit targets.
7797 2017-03-06 Richard Biener <rguenther@suse.de>
7799 PR tree-optimization/79894
7800 * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
7801 to NULL after folding it.
7803 2017-03-06 Richard Biener <rguenther@suse.de>
7805 PR tree-optimization/79824
7806 * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
7807 check disabling peeling for gaps.
7809 2017-03-06 Toma Tabacu <toma.tabacu@imgtec.com>
7811 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
7812 attributes): Document gettimeofday.
7814 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
7816 * config/s390/s390.c (s390_option_override_internal): Set
7817 PARAM_MIN_VECT_LOOP_BOUND
7819 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
7821 * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
7822 * config/s390/s390.md: Likewise.
7824 2017-03-06 Jakub Jelinek <jakub@redhat.com>
7827 * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
7828 (<avx2_avx512>_perm<mode>): Rename to ...
7829 (avx2_perm<mode>): ... this. Use VI8F_256 iterator instead
7831 (<avx512>_perm<mode>_mask): Rename to ...
7832 (avx512vl_perm<mode>_mask): ... this. Use VI8F_256 iterator instead
7834 (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
7835 (avx2_perm<mode>_1<mask_name): ... this. Use VI8F_256 iterator
7836 instead of VI8F_256_512.
7837 (avx512f_perm<mode>): New define_expand.
7838 (avx512f_perm<mode>_mask): Likewise.
7839 (avx512f_perm<mode>_1<mask_name>): New define_insn.
7840 (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
7842 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
7844 * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
7845 msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
7847 (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
7849 2017-03-06 Martin Liska <mliska@suse.cz>
7852 * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
7853 when having a SSA NAME w/o VAR_DECL assigned to it.
7855 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
7857 * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
7858 msa_dpsub_<su>_d): Fix MODE for vec_select.
7860 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
7862 * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
7864 * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
7866 2017-03-06 Richard Biener <rguenther@suse.de>
7868 * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
7869 * plugin.c (register_plugin_info): Likewise.
7870 * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
7872 2017-03-05 Jakub Jelinek <jakub@redhat.com>
7874 * config/i386/sse.md (sse_storehps, sse_storelps,
7875 avx_<castmode><avxsizesuffix>_<castmode>,
7876 avx512f_<castmode><avxsizesuffix>_<castmode>,
7877 avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
7878 in condition that at least one operand is not a MEM.
7880 2017-03-03 Jakub Jelinek <jakub@redhat.com>
7883 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
7884 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
7886 * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
7887 gimple_call_nothrow_p flag based on whether original builtin can throw.
7888 If it can, emit following stmts on the fallthrough edge.
7889 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
7890 don't create new bb if inserting just debug stmts on the edge, try to
7891 insert them on the fallthru bb or just reset debug stmts.
7893 2017-03-03 Segher Boesssenkool <segher@kernel.crashing.org>
7896 * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
7897 restore recog_data (including the operand rtxes inside it) around
7898 the call to get_insn_template.
7900 2017-03-03 Martin Sebor <msebor@redhat.com>
7902 PR tree-optimization/79699
7903 * context.c (context::~context): Free MPFR caches to avoid
7904 a memory leak on program exit.
7906 2017-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7908 * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
7909 Use wide_int::ulow () instead of .elt (0).
7911 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
7913 * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
7914 (*pushxf): Limit oF constraint to 32bit targets and add oC
7915 constraint for 64bit targets.
7916 (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
7917 (*pushdf): Change rmF constraint to rmC.
7919 2017-03-03 Martin Liska <mliska@suse.cz>
7921 * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
7922 Remove unused variable.
7924 2017-03-03 Jakub Jelinek <jakub@redhat.com>
7927 * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
7928 is a memory operand, increase num_memory.
7929 (ix86_expand_args_builtin): Likewise.
7931 2017-03-03 Jan Hubicka <jh@suse.cz>
7934 * ipa-devirt.c (maybe_record_node): Properly handle
7935 __cxa_pure_virtual visibility.
7937 2017-03-03 Martin Liska <mliska@suse.cz>
7939 PR tree-optimization/79803
7940 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
7942 (pass_loop_prefetch::execute): Disabled optimization if an
7943 assumption about L1 cache size is not met.
7945 2017-03-03 Martin Liska <mliska@suse.cz>
7947 PR rtl-optimization/79574
7948 * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
7949 (hash_scan_set): Likewise.
7950 (dump_hash_table): Likewise.
7951 (hoist_code): Likewise.
7953 2017-03-03 Richard Biener <rguenther@suse.de>
7955 * fixed-value.c (fixed_from_string): Restore use of elt (1)
7956 in place of uhigh ().
7957 (fixed_convert_from_real): Likewise.
7959 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
7962 * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
7964 2017-03-03 Richard Biener <rguenther@suse.de>
7967 * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
7968 TYPE_OVERFLOW_UNDEFINED check.
7970 2017-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7972 * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
7974 (vector_ae_<mode>_p): Likewise.
7975 (vector_nez_<mode>_p): Likewise.
7976 (vector_ne_v2di_p): Likewise.
7977 (vector_ae_v2di_p): Likewise.
7978 (vector_ne_<mode>_p): Likewise.
7979 * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
7981 (vsx_tsqrt<mode>2_fe): Likewise.
7983 2017-03-02 Uros Bizjak <ubizjak@gmail.com>
7986 * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
7988 2017-03-02 Jakub Jelinek <jakub@redhat.com>
7990 PR rtl-optimization/79780
7991 * cprop.c (one_cprop_pass): When second and further conditional trap
7992 in a single basic block is turned into an unconditional trap, turn it
7993 into a deleted note to avoid RTL verification failures.
7995 2017-03-02 Richard Biener <rguenther@suse.de>
7997 * fold-const.c (const_binop): Use ulow () instead of elt (0).
7999 2017-03-02 Richard Biener <rguenther@suse.de>
8001 PR tree-optimization/79345
8003 * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
8004 param and abort the walk, returning -1 if it is hit.
8005 (walk_aliased_vdefs): Take a limit param and pass it on.
8006 * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
8007 defaulting to 0 and return a signed int.
8008 * tree-ssa-uninit.c (struct check_defs_data): New struct.
8009 (check_defs): New helper.
8010 (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
8011 about uninitialized memory.
8012 * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
8013 bogus uninitialized warning.
8014 (fixed_convert_from_real): Likewise.
8016 2017-03-02 Bin Cheng <bin.cheng@arm.com>
8018 PR tree-optimization/66768
8019 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
8020 iv_use if base object can't be determined.
8022 2017-03-02 Jakub Jelinek <jakub@redhat.com>
8024 PR tree-optimization/79345
8025 * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
8026 * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
8027 (get_pattern_stats): Initialize it.
8028 * genemit.c (gen_expand): Verify match_scratch numbers come after
8029 match_operand/match_dup numbers.
8030 * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
8031 match_scratch numbers.
8032 * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
8034 * config/s390/s390.md (trunctdsd2): Likewise.
8036 2017-03-02 Richard Biener <rguenther@suse.de>
8038 * wide-int.h (wide_int_storage::operator=): Implement in terms
8041 2017-03-02 Richard Biener <rguenther@suse.de>
8043 PR tree-optimization/79777
8044 * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
8045 the to insert expression to sth existing.
8047 2017-03-01 Martin Sebor <msebor@redhat.com>
8050 * gimple-ssa-sprintf.c
8051 (directive::known_width_and_precision): New function.
8052 (format_integer): Use it.
8053 (get_mpfr_format_length): Consider the full range of precision
8054 when computing %g output with the # flag. Set the likely byte
8055 count to 3 rather than 1 when precision is indeterminate.
8056 (format_floating): Correct the lower bound of precision.
8058 2017-03-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8060 * doc/invoke.texi: Document default code model for 64-bit Linux.
8062 2017-03-01 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
8065 * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
8066 udiv rather than div since input pattern is unsigned.
8068 2017-03-01 Uros Bizjak <ubizjak@gmail.com>
8070 * config/i386/i386.c (print_reg): Warn for values of
8071 unsupported size in integer register.
8073 2017-03-01 Michael Meissner <meissner@linux.vnet.ibm.com>
8076 * config/rs6000/predicates.md (current_file_function_operand): Do
8077 not allow self calls to be local if the function is replaceable.
8079 2017-03-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
8082 * config/rs6000/altivec.h (vec_ctz and others): Change the
8083 preprocessor macro that controls conditional compilation from
8084 _ARCH_PWR9 to __POWER9_VECTOR__.
8085 (vec_all_ne): Change parameterization of __altivec_scalar_pred
8086 macro expansion under preprocessor #ifdef __POWER9_VECTOR__
8087 control (instead of _ARCH_PWR9 control) so that template
8088 definition uses power9-specific function.
8089 (vec_any_eq): Likewise.
8090 (vec_all_ne): Change macro definition to use a power9-specific
8091 expansion under #ifdef __POWER9_VECTOR__ control (instead of
8092 _ARCH_PWR9 control).
8093 (vec_any_eq) Likewise.
8094 * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
8095 expansion for CMPNEF to remove support for xvcmpnesp instruction.
8096 (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
8097 support for xvcmpnedp instruction.
8098 (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
8099 macro expansion so that Power9 implementation of vec_all_ne does
8100 not use the AltiVec predicate framework.
8101 (VCMPNEH_P): Likewise.
8102 (VCMPNEW_P): Likewise.
8103 (VCMPNED_P): Likewise.
8104 (VCMPNEFP_P): Likewise.
8105 (VCMPNEDP_P): Likewise.
8106 (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
8107 implementation of vec_any_eq to not use AltiVec predicate
8109 (VCMPAEH_P): Likewise.
8110 (VCMPAEW_P): Likewise.
8111 (VCMPAED_P): Likewise.
8112 (VCMPAEFP_P): Likewise.
8113 (VCMPAEDP_P): Likewise.
8114 (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
8115 BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
8116 not use the AltiVec predicate framework.
8117 (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
8118 of vec_any_eq to not use AltiVec predicate framework.
8119 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
8120 support for predefined __POWER9_VECTOR__ macro to indicate that
8121 Power9 instruction selection is enabled.
8122 (altivec_overloaded_builtins): Remove extraneous
8123 ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
8124 function argument types RS6000_BTI_bool_V16QI and
8125 RS6000_BTI_bool_V16QI. Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
8126 entry for overloaded function argument types RS6000_BTI_bool_V4SI
8127 andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB. Remove
8128 two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
8129 P9V_BUILTIN_CMPNEF to force use of instructions not specific to
8130 Power9 for implementations of vec_cmpne. Change the signature for
8131 all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
8132 (representing vec_all_ne) to remove the previously described first
8133 argument of type RS6000_BTI_INTSI, as this was an artifact of
8134 reliance on the AltiVec predicate framework, which is no longer
8135 used in the implementation of these functions. Add
8136 P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
8137 function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
8138 since, unlike the AltiVec predicate framework implementation, we
8139 do not share function descriptors between vec_alle and vec_anyeq.
8140 (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
8141 set of modes that receive special treatment even when
8142 TARGET_P9_VECTOR is true. The special treatment emits code that
8143 does not depend on Power9 instructions.
8144 * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
8145 define_expand to not rely on AltiVec predicate framework.
8146 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
8148 (vector_ne_v2di_p): Change this define_expand to not rely on
8149 AltiVec predicate framework.
8150 (vector_ae_v2di_p): New define_expand to represent vec_any_eq
8152 (vector_ne_<mode>_p): Change this define_expand to not rely on
8153 AltiVec predicate framework.
8154 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
8156 * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
8157 (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
8158 define_insn pattern.
8159 (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
8160 define_insn pattern because the xvcmpne<VSs>. instruction is not
8162 (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
8163 instruction is not supported.
8165 2017-03-01 Jakub Jelinek <jakub@redhat.com>
8167 * config/nvptx/nvptx.c: Include intl.h.
8169 2017-03-01 Martin Jambor <mjambor@suse.cz>
8172 * ipa-prop.h (ipa_bits): Removed field known.
8173 (ipa_jump_func): Removed field vr_known. Changed fields bits and m_vr
8174 to pointers. Adjusted their comments to warn about their sharing.
8175 (ipcp_transformation_summary): Change bits to a vector of pointers.
8176 (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
8177 (ipa_get_ipa_bits_for_value): Declare.
8178 * tree-vrp.h (value_range): Mark as GTY((for_user)).
8179 * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
8180 (ipa_bits_hash_table): Likewise.
8181 (ipa_vr_ggc_hash_traits): Likewise.
8182 (ipa_vr_hash_table): Likewise.
8183 (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
8184 being pointers and vr_known being removed.
8185 (ipa_set_jf_unknown): Likewise.
8186 (ipa_get_ipa_bits_for_value): New function.
8187 (ipa_set_jfunc_bits): Likewise.
8188 (ipa_get_value_range): New overloaded functions.
8189 (ipa_set_jfunc_vr): Likewise.
8190 (ipa_compute_jump_functions_for_edge): Use the above functions to
8191 construct bits and vr parts of jump functions.
8192 (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
8193 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
8195 (ipcp_grow_transformations_if_necessary): Also allocate
8196 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
8198 (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
8199 them. Fix too long lines.
8200 (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
8201 vr_known being removed.
8202 (ipa_read_jump_function): Use new setter functions to construct bits
8203 and vr parts of jump functions or set them to NULL.
8204 (write_ipcp_transformation_info): Adjust for bits being pointers.
8205 (read_ipcp_transformation_info): Likewise.
8206 (ipcp_update_bits): Likewise. Fix excessively long lines a trailing
8208 Include gt-ipa-prop.h.
8209 * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
8211 (ipcp_store_bits_results): Likewise.
8212 (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
8213 Do not write to existing jump functions but use a temporary instead.
8215 2017-03-01 Jakub Jelinek <jakub@redhat.com>
8218 * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
8219 attempt to use its first operand as BIT_FIELD_REF base.
8221 2017-03-01 Richard Biener <rguenther@suse.de>
8224 * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
8225 interpolating formula in wrapping arithmetic.
8226 (chrec_apply): Convert chrec_evaluate return value to wanted type.
8228 2017-03-01 Jakub Jelinek <jakub@redhat.com>
8230 PR tree-optimization/79734
8231 * tree-vect-generic.c (expand_vector_condition): Optimize
8232 AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
8233 Handle VEC_COND_EXPR where comparison has different inner width from
8236 2017-02-28 Sandra Loosemore <sandra@codesourcery.com>
8238 * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
8239 markup, and similar issues. Remove @opindex entries for things
8240 that aren't options. Add missing -mmpy-option entries.
8242 2017-02-28 Jakub Jelinek <jakub@redhat.com>
8244 PR tree-optimization/79737
8245 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
8246 a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
8247 tmpbuf[byte_size - 1]. Call natice_encode_expr with byte_size - 1
8248 instead of byte_size. Formatting fix.
8249 (shift_bytes_in_array_right): Formatting fix.
8251 2017-02-28 Eric Botcazou <ebotcazou@adacore.com>
8254 * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
8255 condition on optimize for the leaf function test.
8257 2017-02-28 Martin Liska <mliska@suse.cz>
8260 * read-rtl-function.c (function_reader::handle_unknown_directive):
8261 Bail out when one uses -flto.
8263 2017-02-28 Martin Liska <mliska@suse.cz>
8265 * common.opt: Replace space with tabular for options of <number>
8267 * config/i386/i386.opt: Show <number> value for
8268 -mlarge-data-threshold.
8269 * opts.c (print_filtered_help): Do not display number in hexadecimal
8272 2017-02-28 Martin Liska <mliska@suse.cz>
8274 * common.opt: Fix --help=option -Q for options which are of
8277 2017-02-28 Uros Bizjak <ubizjak@gmail.com>
8279 * config/i386/i386.c (print_reg): Error out for values
8280 of 8-bit size in invalid integer register.
8282 2017-02-28 Martin Sebor <msebor@redhat.com>
8284 PR tree-optimization/79691
8285 * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
8287 2017-02-28 Jakub Jelinek <jakub@redhat.com>
8290 * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
8291 gcc_unreachable with output_operand_lossage.
8293 2017-02-28 Richard Biener <rguenther@suse.de>
8295 PR tree-optimization/79740
8296 * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
8298 (visit_nary_op): Insert the nary into the hashtable if we
8299 pattern-matched sth.
8300 * tree-ssa-pre.c (eliminate_insert): Robustify.
8302 2017-02-28 Richard Biener <rguenther@suse.de>
8305 * fold-const.c (decode_field_reference): Reject out-of-bound
8308 2017-02-28 Jakub Jelinek <jakub@redhat.com>
8310 * config/i386/i386.c: Include intl.h.
8311 (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
8312 instead of just cond ? "..." : "...".
8313 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
8314 * coverage.c (read_counts_file): Likewise.
8315 * omp-offload.c: Include intl.h.
8316 (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
8317 of just cond ? "..." : "...".
8318 * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
8319 of just cond ? "..." : "...".
8321 2017-02-28 Richard Earnshaw <rearnsha@arm.com>
8324 * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
8326 * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
8327 'tune for' CPU name.
8328 * config/arm/arm-cpu-data.h: Regenerated.
8330 2017-02-28 Richard Biener <rguenther@suse.de>
8332 PR tree-optimization/79732
8333 * tree-inline.c (expand_call_inline): Do not shadow var.
8335 2017-02-28 Richard Biener <rguenther@suse.de>
8337 PR tree-optimization/79723
8338 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
8339 address-space properly.
8341 2017-02-28 Thomas Schwinge <thomas@codesourcery.com>
8343 * doc/optinfo.texi (Optimization groups): Fix option used for
8345 * doc/invoke.texi (-fopt-info): Document "omp".
8346 * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
8347 (OPTGROUP_ALL): Add OPTGROUP_OMP.
8348 * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
8349 * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
8350 * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
8352 * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP. Adjust
8354 * dumpfile.c (optgroup_options): Instead of "openmp", associate
8355 OPTGROUP_OMP with "omp".
8357 2017-02-27 Pat Haugen <pthaugen@us.ibm.com>
8360 * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
8361 for arithmetic shift of unsigned V2DI.
8363 2017-02-27 Claudiu Zissulescu <claziss@synopsys.com>
8365 * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
8366 arc/linux.h headers.
8367 * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
8368 (LINK_SPEC): Likewise.
8369 (ARC_TLS_EXTRA_START_SPEC): Likewise.
8370 (EXTRA_SPECS): Likewise.
8371 (STARTFILE_SPEC): Likewise.
8372 (ENDFILE_SPEC): Likewise.
8373 (LIB_SPEC): Likewise.
8374 (TARGET_SDATA_DEFAULT): Likewise.
8375 (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
8376 (MULTILIB_DEFAULTS): Likewise.
8377 (DWARF2_UNWIND_INFO): Likewise.
8378 * config/arc/big.h: New file.
8379 * config/arc/elf.h: Likewise.
8380 * config/arc/linux.h: Likewise.
8381 * config/arc/t-uClibc: Remove.
8383 2017-02-27 Bin Cheng <bin.cheng@arm.com>
8385 PR tree-optimization/77536
8386 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
8387 (tree_transform_and_unroll_loop): Use above function to compute the
8388 estimated niter of unrolled loop and use it when scaling profile.
8389 Also use count info rather than frequency if it's non-zero.
8390 * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
8391 * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
8392 (vect_transform_loop): Call above function.
8394 2017-02-27 Richard Biener <rguenther@suse.de>
8396 PR tree-optimization/45397
8397 * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
8398 * tree-ssa-sccvn.c (valueized_wider_op): New helper.
8399 (visit_nary_op): Add pattern matching for CSEing sign-changed
8400 or truncated operations with wider ones.
8402 2017-02-27 Richard Biener <rguenther@suse.de>
8404 PR tree-optimization/79690
8405 * tree-vect-stmts.c (vectorizable_store): Use vector type
8406 built from the DR with address-space.
8408 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
8410 * doc/invoke.texi (Optimize Options): Refine the description
8411 of asan-use-after-return.
8413 2017-02-25 Alan Modra <amodra@gmail.com>
8415 PR rtl-optimization/79584
8416 * lra-constraints.c (base_to_reg): Reload ad->base, the entire
8417 base, not ad->base_term, the reg within base. Remove assertion
8418 that ad->base == ad->base_term. Replace gen_int_mode using
8419 bogus mode with const0_rtx.
8421 2017-02-25 Jakub Jelinek <jakub@redhat.com>
8424 * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
8425 FMA_EXPR like tcc_binary or tcc_unary.
8427 * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
8430 * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
8432 (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
8433 (output_loc_operands): Handle DW_OP_call_ref and
8434 DW_OP_GNU_variable_value.
8435 (struct variable_value_struct): New type.
8436 (struct variable_value_hasher): Likewise.
8437 (variable_value_hash): New variable.
8438 (string_types): Remove.
8439 (copy_loc_descr): New function.
8440 (add_loc_descr_to_each): Clarify comment. Use copy_loc_descr.
8441 (prepend_loc_descr_to_each): New function.
8442 (add_loc_list): Fix comment typo. Use prepend_loc_descr_to_each
8443 instead of add_loc_descr_to_each if the first argument is single
8444 location list and the second has multiple.
8445 (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
8446 (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
8447 when looking for variable value which doesn't have other location info.
8448 (loc_list_from_tree): Formatting fix.
8449 (gen_array_type_die): Simplify DW_AT_string_length handling.
8450 (adjust_string_types): Remove.
8451 (gen_subprogram_die): Don't call adjust_string_types nor test/set
8452 string_types. Call resolve_variable_values.
8453 (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
8454 (resolve_addr_in_expr): Likewise. Add A argument.
8455 (copy_deref_exprloc): Remove deref argument. Adjust for the
8456 original expression being DW_OP_GNU_variable_value with optionally
8457 DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
8458 optionally after it.
8459 (optimize_string_length): Rework for DW_OP_GNU_variable_value.
8460 (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
8461 callers. Set remove_AT_byte_size if removing DW_AT_string_length.
8462 (variable_value_hasher::hash, variable_value_hasher::equal): New
8464 (resolve_variable_value_in_expr, resolve_variable_value,
8465 resolve_variable_values, note_variable_value_in_expr,
8466 note_variable_value): New functions.
8467 (dwarf2out_early_finish): Call note_variable_value on all toplevel
8470 2017-02-24 Jakub Jelinek <jakub@redhat.com>
8473 * opts.h (handle_generated_option): Add GENERATED_P argument.
8474 * opts-common.c (handle_option): Adjust function comment.
8475 (handle_generated_option): Add GENERATED_P argument, pass it to
8477 (control_warning_option): Pass false to handle_generated_option
8479 * opts.c (maybe_default_option): Pass true to handle_generated_option
8481 * optc-gen.awk: Likewise.
8483 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
8485 * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
8486 a REG, look at the REG it is a SUBREG of.
8487 (splitter for cmpeqsi_t): Ditto.
8489 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
8491 * config/pa/pa.c (pa_combine_instructions): Do not share RTL. Make
8492 the special USEs with the pattern of the insn, not the insn itself.
8494 2017-02-24 Matthew Fortune <matthew.fortune@imgtec.com>
8497 * doc/invoke.texi: Document -mload-store-pairs.
8499 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
8500 Sandra Loosemore <sandra@codesourcery.com>
8502 * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
8503 argument isn't a CONST_INT.
8504 (nios2_alternate_compare_const): Assert op is a CONST_INT.
8505 (nios2_valid_compare_const_p): Assert op is a CONST_INT.
8506 (nios2_validate_compare): Bypass alternate compare logic if *op2
8508 (ldstwm_operation_p): Return false if first_base is not a REG or
8509 if first_offset is not a CONST_INT.
8511 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
8513 * config/cris/cris.md: Use correct operand in a define_peephole2.
8515 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
8517 * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
8519 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
8521 * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
8522 this_insn if it is an INSN or JUMP_INSN.
8523 (force_offsettable): Look at base, not at addr.
8524 * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
8525 on things that aren't necessarily CONST_INTs.
8527 2017-02-24 Uros Bizjak <ubizjak@gmail.com>
8529 * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
8530 -mfpmath=sse is the default also for x86-32 targets with SSE2
8531 instruction set when @option{-ffast-math} is enabled
8533 2017-02-24 Jeff Law <law@redhat.com>
8535 PR rtl-optimizatoin/79286
8536 * ira.c (update_equiv_regs): Drop may_trap_p exception to
8539 2017-02-24 Richard Biener <rguenther@suse.de>
8541 PR tree-optimization/79389
8542 * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
8545 2017-02-24 Aldy Hernandez <aldyh@redhat.com>
8547 * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
8548 function comment to reflect reality.
8549 (loop_exits_before_overflow): Fix typo in function description.
8551 2017-02-24 Richard Biener <rguenther@suse.de>
8553 PR tree-optimization/79389
8554 * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
8555 properly that a threading opportunity exists. Detect conditional
8556 copy/constant propagation opportunities.
8558 2017-02-23 Eric Botcazou <ebotcazou@adacore.com>
8560 * config/visium/visium.md (type): Add trap.
8561 (b): New mode attribute.
8562 (*btst): Rename into...
8563 (*btst<mode>): ...this and adjust.
8564 (*cbranchsi4_btst_insn): Rename into...
8565 (*cbranch<mode>4_btst_insn): ...this and adjust.
8566 (trap): New define_insn.
8568 2017-02-23 Jakub Jelinek <jakub@redhat.com>
8570 PR tree-optimization/79389
8571 * ifcvt.c (struct noce_if_info): Add rev_cond field.
8572 (noce_reversed_cond_code): New function.
8573 (noce_emit_store_flag): Use rev_cond if non-NULL instead of
8574 reversed_comparison_code. Formatting fix.
8575 (noce_try_store_flag): Test rev_cond != NULL in addition to
8576 reversed_comparison_code.
8577 (noce_try_store_flag_constants): Likewise.
8578 (noce_try_store_flag_mask): Likewise.
8579 (noce_try_addcc): Use rev_cond if non-NULL instead of
8580 reversed_comparison_code.
8581 (noce_try_cmove_arith): Likewise. Formatting fixes.
8582 (noce_try_minmax, noce_try_abs): Clear rev_cond.
8583 (noce_find_if_block): Initialize rev_cond.
8584 (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
8585 instead of false as last argument never attempt to reverse it
8588 2017-02-23 Bin Cheng <bin.cheng@arm.com>
8590 PR tree-optimization/79663
8591 * tree-predcom.c (combine_chains): Process refs in reverse order
8592 only for ZERO length chains, and add explaining comment.
8594 2017-02-23 Jeff Law <law@redhat.com>
8596 PR tree-optimization/79578
8597 * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
8598 in call to operand_equal_p.
8600 2017-01-23 Dominique d'Humieres <dominiq@lps.ens.fr>
8603 * config/i386/cpuid.h: Fix another undefined behavior.
8605 2017-02-23 Richard Biener <rguenther@suse.de>
8607 PR tree-optimization/79683
8608 * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
8609 vector types for data-refs.
8611 2017-02-23 Martin Liska <mliska@suse.cz>
8613 * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
8615 2017-02-23 Jakub Jelinek <jakub@redhat.com>
8618 * internal-fn.c (get_range_pos_neg): Moved to ...
8619 * tree.c (get_range_pos_neg): ... here. No longer static.
8620 * tree.h (get_range_pos_neg): New prototype.
8621 * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
8622 are known to be in between 0 and signed maximum inclusive, try to
8623 expand both unsigned and signed divmod and use the cheaper one from
8626 2017-02-22 Jeff Law <law@redhat.com>
8628 PR tree-optimization/79578
8629 * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
8630 to compare base operands.
8632 2017-02-22 Segher Boessenkool <segher@kernel.crashing.org>
8635 * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
8636 gpc_reg_operand instead of fpr_reg_operand.
8638 2017-02-22 Sameera Deshpande <sameera.deshpande@imgtec.com>
8640 * config/mips/mips.c (mips_return_in_memory): Force FP
8641 vector types to be returned in memory for o32 ABI.
8643 2017-02-22 Jakub Jelinek <jakub@redhat.com>
8645 * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
8646 instead of DW_TAG_member for static data member declarations and don't
8647 set no_linkage_name for static inline data members.
8648 (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
8651 2017-02-22 Martin Liska <mliska@suse.cz>
8653 * doc/invoke.texi: Replace inequality signs with square brackets
8656 2017-02-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8658 PR tree-optimization/68644
8659 * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
8661 2017-02-22 Matthew Fortune <matthew.fortune@imgtec.com>
8664 * lra-constraints.c (simplify_operand_subreg): Handle
8665 WORD_REGISTER_OPERATIONS targets.
8667 2017-02-22 Jakub Jelinek <jakub@redhat.com>
8670 * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
8671 and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
8672 elimination by swapping fld*.
8674 2017-02-22 Richard Biener <rguenther@suse.de>
8676 PR tree-optimization/79673
8677 * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
8678 convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
8679 irrelevant address-space qualifiers and avoiding a
8680 ADDR_SPACE_CONVERT_EXPR from fold_convert.
8682 2017-02-22 Richard Biener <rguenther@suse.de>
8684 PR tree-optimization/79666
8685 * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
8686 to not symbolically negate if that may introduce undefined
8689 2017-02-22 Martin Liska <mliska@suse.cz>
8692 * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
8693 * data-streamer-out.c (streamer_write_gcov_count_stream):
8695 * value-prof.c (stream_out_histogram_value): Make assert more
8696 precise based on type of counter.
8698 2017-02-21 Uros Bizjak <ubizjak@gmail.com>
8701 * config/i386/i386.md (standard_x87sse_constant_load splitter):
8702 Use nonimmediate_operand instead of memory_operand for operand 1.
8703 (float-extend standard_x87sse_constant_load splitter): Ditto.
8705 2017-02-21 Jeff Law <law@redhat.com>
8707 PR tree-optimization/79621
8708 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
8709 blocks with edges to themselves.
8711 2017-02-21 Jakub Jelinek <jakub@redhat.com>
8714 * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
8715 is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
8716 Use gimple_call_builtin_p.
8719 * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
8720 on temporarily removed DEBUG_INSNs.
8722 PR tree-optimization/79649
8723 * tree-loop-distribution.c (classify_partition): Give up on
8724 non-generic address space loads/stores.
8726 2017-02-21 Aldy Hernandez <aldyh@redhat.com>
8728 * doc/loop.texi (Loop manipulation): Remove nonexistent
8729 tree_ssa_loop_version from the documentation.
8730 * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
8732 2017-02-21 Jakub Jelinek <jakub@redhat.com>
8735 * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
8736 make_reg_eh_region_note_nothrow_nononlocal on call_insn.
8737 * config/rs6000/rs6000.c: Include except.h.
8738 (rs6000_expand_split_stack_prologue): Call
8739 make_reg_eh_region_note_nothrow_nononlocal on the call insn.
8741 2017-02-21 Martin Jambor <mjambor@suse.cz>
8744 * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
8747 2017-02-21 Martin Jambor <mjambor@suse.cz>
8749 * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
8750 for backward compatibility only.
8751 * doc/invoke.texi (Option Summary): Remove all references to
8754 2017-02-21 Matthew Fortune <matthew.fortune@imgtec.com>
8758 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
8760 * lra-constraints.c (curr_insn_transform): Handle
8761 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
8763 2017-02-21 Martin Liska <mliska@suse.cz>
8765 * config/i386/i386.opt: Replace -masm-dialect with -masm.
8767 2017-02-21 Thomas Schwinge <thomas@codesourcery.com>
8769 PR translation/79638
8770 * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
8772 2017-02-21 Eric Botcazou <ebotcazou@adacore.com>
8775 * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
8776 (arm_function_ok_for_sibcall): Return false for an indirect call by
8777 descriptor if all the argument registers are used.
8778 (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
8779 alignment of the function.
8781 2017-02-21 Jakub Jelinek <jakub@redhat.com>
8783 PR tree-optimization/61441
8784 * simplify-rtx.c (simplify_const_unary_operation): For
8785 -fsignaling-nans and sNaN operand, return NULL_RTX rather than
8786 the sNaN unmodified.
8788 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
8790 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
8791 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
8792 instead of SYSTEM_HEADER_DIR.
8794 2017-02-20 Gerald Pfeifer <gerald@pfeifer.com>
8795 Martin Liška <mliska@suse.cz>
8797 * doc/invoke.texi (use-after-scope-direct-emission-threshold):
8798 Fix typos and grammar, use active voice, and clarify.
8800 2017-02-20 Marek Polacek <polacek@redhat.com>
8803 * gimplify.c (gimplify_expr): Handle unused *&&L;.
8806 * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
8808 2017-02-20 Jakub Jelinek <jakub@redhat.com>
8811 * config/i386/i386.c (ix86_expand_builtin): Handle
8812 OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
8813 ix86_builtins_isa[fcode].isa as a requirement of those
8814 flags and any other flag in the bitmask.
8815 (ix86_init_mmx_sse_builtins): Use 0 instead of
8816 ~OPTION_MASK_ISA_64BIT as mask.
8817 * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
8818 __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
8819 __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
8820 __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
8822 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
8825 * lra-constraints.c (split_reg): Check requested split mode
8826 is supported by the register.
8828 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
8830 * lra-constraints.c (simplify_operand_subreg): Remove early
8833 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
8836 * lra-constraints.c (curr_insn_transform): Tighten condition
8837 for converting SUBREG reloads from OP_OUT to OP_INOUT.
8839 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
8842 * lra-constraints.c (curr_insn_transform): Handle
8843 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
8845 2017-02-19 Uros Bizjak <ubizjak@gmail.com>
8848 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
8850 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
8852 2017-02-19 Jonathan Wakely <jwakely@redhat.com>
8855 * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
8858 2017-02-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8860 * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
8863 2017-02-18 Jakub Jelinek <jakub@redhat.com>
8865 * final.c (last_columnnum, override_columnnum): New variables.
8866 (final_start_function): Set last_columnnum, pass it to begin_prologue
8867 hook and pass 0 to dwarf2out_begin_prologue.
8868 (final_scan_insn): Update override_columnnum. Pass last_columnnum
8869 to source_line debug hook.
8870 (notice_source_line): Compute last_columnnum and for debug_column_info
8871 return true on column changes.
8872 * debug.h (struct gcc_debug_hooks): Add column argument to
8873 source_line and begin_prologue hooks.
8874 (debug_nothing_int_charstar_int_bool): Remove prototype.
8875 (debug_nothing_int_int_charstar,
8876 debug_nothing_int_int_charstar_int_bool): New prototypes.
8877 (dwarf2out_begin_prologue): Add column argument.
8878 * debug.c (do_nothing_debug_hooks): Adjust source_line and
8879 begin_prologue hooks.
8880 (debug_nothing_int_charstar_int_bool): Remove.
8881 (debug_nothing_int_int_charstar,
8882 debug_nothing_int_int_charstar_int_bool): New functions.
8883 * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
8884 through to dwarf2out_source_line.
8885 (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
8886 (dwarf2out_source_line): Add column argument, emit it if requested.
8887 * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
8889 * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
8890 * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
8891 * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
8892 through to dwarf2out_begin_prologue.
8893 (vmsdbgout_source_line): Add column argument, pass it through to
8894 dwarf2out_source_line.
8895 * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
8896 dbxout_source_line caller.
8897 (dbxout_source_line): Add column argument.
8899 * common.opt (gno-column-info, gcolumn-info): New options.
8900 * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
8901 (check_die): Also test for multiple DW_AT_decl_column attributes.
8902 (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
8903 DW_AT_decl_column if requested.
8904 (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
8906 (gen_variable_die): Likewise.
8907 (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
8908 * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
8911 * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
8912 * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
8913 (ix86_handle_option): Handle OPT_m3dnowa.
8914 * doc/invoke.texi (-m3dnowa): Document.
8915 * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
8916 -m3dnowa instead of -m3dnow -march=athlon.
8919 * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
8920 instead of gcc_assert for K, r and R code checks. Formatting fixes.
8922 2017-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8925 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
8926 support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
8927 * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
8928 generator for vsx_xxpermdi_<mode>_be.
8929 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
8930 force big-endian semantics.
8931 (vsx_xxpermdi_<mode>_be): New define_expand with same
8932 implementation as previous version of vsx_xxpermdi_<mode>.
8934 2017-02-17 Jakub Jelinek <jakub@redhat.com>
8936 PR tree-optimization/79327
8937 * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
8938 variable, its initialization and use.
8940 2017-02-17 Julia Koval <julia.koval@intel.com>
8942 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
8943 (OPTION_MASK_ISA_PKU_UNSET): New.
8944 (ix86_handle_option): Handle -mrdpid.
8945 * config/i386/cpuid.h (bit_RDPID): New.
8946 * config/i386/driver-i386.c (host_detect_local_cpu):
8947 Detect RDPID feature.
8948 * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
8949 * config/i386/i386-c.c (ix86_target_macros_internal):
8951 * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
8952 (ix86_valid_target_attribute_inner_p): Add "rdpid".
8953 (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
8954 * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
8955 * config/i386/i386.md (define_insn "rdpid"): New.
8956 * config/i386/i386.opt Add -mrdpid.
8957 * config/i386/immintrin.h (_rdpid_u32): New.
8959 2017-02-17 Vladimir Makarov <vmakarov@redhat.com>
8961 PR rtl-optimization/79541
8962 * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
8963 instead of transforming it into USE.
8965 2017-02-17 Segher Boessenkool <segher@kernel.crashing.org>
8967 * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
8968 If HONOR_SNANS (SFmode) force the input to a register.
8969 (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
8970 (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
8971 an frsp or similar insn.
8973 2017-02-17 Martin Liska <mliska@suse.cz>
8975 PR rtl-optimization/79577
8976 * params.def (selsched-max-sched-times): Increase minimum to 1.
8978 2017-02-17 Martin Liska <mliska@suse.cz>
8980 PR rtl-optimization/79574
8981 * gcse.c (want_to_gcse_p): Prevent integer overflow.
8983 2017-02-17 Martin Liska <mliska@suse.cz>
8985 PR tree-optimization/79529
8986 * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
8987 ssa_defined_default_def_p to handle cases which are implicitly
8989 * tree-ssa.c (ssa_defined_default_def_p): New function.
8990 (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
8991 which are implicitly defined.
8992 * tree-ssa.h (ssa_defined_default_def_p): Declare.
8994 2017-02-17 Richard Biener <rguenther@suse.de>
8997 * params.def (max-ssa-name-query-depth): Limit to 10.
8999 2017-02-17 Richard Biener <rguenther@suse.de>
9001 PR tree-optimization/79552
9002 * tree-ssa-structalias.c (visit_loadstore): Properly verify
9005 2017-02-17 Richard Biener <rguenther@suse.de>
9008 * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
9010 2017-02-17 Marek Polacek <polacek@redhat.com>
9013 * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
9014 (fold_negate_expr): New wrapper.
9016 2017-02-16 Sandra Loosemore <sandra@codesourcery.com>
9018 * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]:
9019 Correct terminology and de-emphasize pre-standard behavior.
9021 2017-02-16 Alan Modra <amodra@gmail.com>
9023 PR rtl-optimization/79286
9024 * ira.c (def_dominates_uses): New function.
9025 (update_equiv_regs): Don't create an equivalence for insns that
9026 may trap where the register def does not dominate the use.
9028 2017-02-16 Vladimir Makarov <vmakarov@redhat.com>
9030 PR rtl-optimization/78127
9031 * lra.c (lra): Call lra_eliminate before finish the loop after
9034 2017-02-16 Richard Biener <rguenther@suse.de>
9036 * graphite.h: Do not include isl/isl_val_gmp.h, instead include
9038 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
9039 (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
9040 * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
9041 (isl_val_int_from_wi): New function.
9042 (extract_affine_gmp): Rename to ...
9043 (extract_affine_wi): ... this, take a widest_int.
9044 (extract_affine_int): Just wrap extract_affine_wi.
9045 (add_param_constraints): Use isl_val_int_from_wi.
9046 (add_loop_constraints): Likewise, and extract_affine_wi.
9048 2017-02-15 Jeff Law <law@redhat.com>
9051 * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
9052 ira_init_register_move_cost_if_necessary.
9054 2017-02-15 Martin Sebor <msebor@redhat.com>
9057 * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
9058 removed in a prior commit.
9060 2017-02-15 Bin Cheng <bin.cheng@arm.com>
9062 PR tree-optimization/79347
9063 * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
9064 counters during peeling.
9066 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
9068 * Makefile.in (site.exp): Remove "set ISLVER".
9070 2017-02-15 Jakub Jelinek <jakub@redhat.com>
9073 * real.c (real_from_integer): Call real_convert even for decimal.
9075 2017-02-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
9078 * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
9080 2017-02-14 Andrew Pinski <apinski@cavium.com>
9082 * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
9083 cores and change the partno/implementer to be correct.
9084 (thunderx2t99p1): New core which replaces thunderx2t99 and still has
9085 the 'B" as the implementer.
9086 * config/aarch64/aarch64-tune.md: Regenerate.
9088 2017-02-14 Carl Love <cel@us.ibm.com>
9090 * config/rs6000/rs6000.c: Add case statement entry to make the
9091 xvcvuxdsp built-in argument unsigned.
9092 * config/rs6000/vsx.md: Fix the source and return operand types so they
9093 match the instruction definitions from the ISA document. Fix typo
9094 in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
9097 2017-02-14 Vladimir Makarov <vmakarov@redhat.com>
9100 * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
9101 member early_clobber_alts.
9102 * lra-lives.c (reg_early_clobber_p): New.
9103 (process_bb_lives): Use it.
9104 * lra.c (new_insn_reg): New arg early_clobber_alts. Use it.
9105 (debug_operand_data): Initialize early_clobber_alts.
9106 (setup_operand_alternative): Set up early_clobber_alts.
9107 (collect_non_operand_hard_regs): Ditto. Pass early clobber
9108 alternatives to new_insn_reg.
9109 (add_regs_to_insn_regno_info): Add arg early_clobber_alts. Use
9111 (lra_update_insn_regno_info): Pass the new arg.
9113 2017-02-14 Jakub Jelinek <jakub@redhat.com>
9116 * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
9117 (new_oacc_loop_raw): Don't clear already cleared fields.
9120 * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
9121 _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
9122 _mm512_prefetch_i64gather_ps): New inline functions and macros.
9124 2017-02-14 Uros Bizjak <ubizjak@gmail.com>
9127 * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
9129 2017-02-14 H.J. Lu <hongjiu.lu@intel.com>
9132 * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
9133 the extra instruction to the right place to store 128-bit constant
9136 2017-02-14 Martin Sebor <msebor@redhat.com>
9139 * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
9140 warning for strings of unknown length.
9142 2017-02-13 Segher Boessenkool <segher@kernel.crashing.org>
9144 * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
9146 2017-02-14 Jeff Law <law@redhat.com>
9149 * ira-costs.c (scan_one_insn): Initialize register move costs
9150 for pseudos seen in USE/CLOBBER insns.
9152 PR tree-optimization/79095
9153 * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
9154 if the numerator has the range ~[0,0] make the resultant range ~[0,0].
9155 (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
9156 if the operands are known to be not equal, then the resulting range
9158 (intersect_ranges): If the new range is ~[0,0] and the old range is
9159 wide, then prefer ~[0,0].
9160 * tree-vrp.c (overflow_comparison_p_1): New function.
9161 (overflow_comparison_p): New function.
9162 * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
9163 if NAME is used in an overflow test.
9164 (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
9165 overflow check that can be expressed as an equality test, then adjust
9166 ops to be that equality test.
9168 2017-02-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9170 * config/s390/s390-builtin-types.def: Remove flags argument.
9171 * config/s390/s390.c (s390_init_builtins): Likewise.
9173 2017-02-14 Martin Liska <mliska@suse.cz>
9175 * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
9176 vector. Fix trailing white spaces.
9178 2017-02-14 James Greenhalgh <james.greenhalgh@arm.com>
9180 * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
9183 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9185 PR rtl-optimization/68664
9186 * config/arm/arm.c (arm_sched_can_speculate_insn):
9187 New function. Declare prototype.
9188 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
9190 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9192 PR rtl-optimization/68664
9193 * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
9195 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
9197 2017-02-14 Amit Pawar <amit.pawar@amd.com>
9199 * config/i386/i386.c (znver1_cost): Fix the alignment for function and
9200 max skip bytes for function, loop and jump.
9202 2017-02-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9204 * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
9205 ABS_EXPR for gimple dump.
9207 2017-02-14 Jakub Jelinek <jakub@redhat.com>
9210 * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
9212 PR tree-optimization/79408
9213 * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
9214 case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
9215 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
9216 also if rhs1 is INTEGER_CST.
9218 2017-02-14 Richard Biener <rguenther@suse.de>
9221 * tree-into-ssa.c (insert_phi_nodes): When the function can
9222 have abnormal edges rewrite SSA names with broken use-def
9223 dominance out of SSA and register them for PHI insertion.
9225 2017-02-13 Martin Sebor <msebor@redhat.com>
9228 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
9229 clearing info.nowrite flag when snprintf size argument is a range.
9231 2017-02-13 Jakub Jelinek <jakub@redhat.com>
9233 * cprop.c (cprop_jump): Add missing space in string literal.
9234 * tree-ssa-structalias.c (rewrite_constraints): Likewise.
9235 (get_constraint_for_component_ref): Likewise.
9236 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
9237 * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
9238 * lra-constraints.c (process_alt_operands): Likewise.
9239 * ipa-inline.c (inline_small_functions): Likewise.
9240 * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
9241 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
9242 * trans-mem.c (diagnose_tm_1_op): Likewise.
9243 * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
9244 (grid_parallel_clauses_gridifiable): Likewise.
9246 * config/nvptx/mkoffload.c (process): Add space in between
9249 * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
9250 "MOD4_SSE_REGS" and "ALL_REGS".
9252 * spellcheck.c (test_data): Add , in between "foo" and "food".
9254 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
9257 * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
9258 boundary crossing check and subsequent code generation agree.
9260 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9262 * config/aarch64/aarch64.c (has_memory_op): Delete.
9263 (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
9266 2017-02-13 Jakub Jelinek <jakub@redhat.com>
9268 PR rtl-optimization/79388
9269 PR rtl-optimization/79450
9270 * combine.c (distribute_notes): When removing TEM_INSN for which
9271 corresponding dest has last value recorded, invalidate that last
9274 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9276 * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
9277 of explicit '@'. Add missing assembly comment marker on branch costs
9280 2017-02-13 Nathan Sidwell <nathan@acm.org>
9282 * gengtype-lex.l (<in_struct>): Add '/'.
9284 2017-02-13 Martin Liska <mliska@suse.cz>
9287 * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
9289 2017-02-13 Richard Biener <rguenther@suse.de>
9291 * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
9293 * configure: Re-generate.
9294 * config.in: Likewise.
9295 * graphite-dependences.c: Simplify as if
9296 HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
9297 * graphite-isl-ast-to-gimple.c: Likewise.
9298 * graphite-optimize-isl.c: Likewise.
9299 * graphite-poly.c: Likewise.
9300 * graphite-sese-to-poly.c: Likewise.
9301 * graphite.h: Likewise.
9302 * toplev.c: Include isl/version.h and use isl_version () for
9303 printing the ISL version.
9304 * doc/install.texi: Update ISL requirement.
9306 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
9308 * doc/standards.texi (Standards): Update reference to
9311 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
9313 * doc/extend.texi (Named Address Spaces): sourceware.org now
9315 * doc/install.texi (Binaries): Ditto.
9318 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
9320 * doc/cpp.texi: Replace "stringify"/"stringification" with C
9321 standard terminology "stringize"/"stringizing" throughout.
9322 * doc/cppinternals.texi: Likewise.
9324 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
9326 * doc/extend.texi: Fix some spelling mistakes and typos.
9327 * doc/invoke.texi: Likewise.
9329 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
9332 * params.def (inline-min-speedup) Change from 10 to 8.
9334 2017-02-11 Jakub Jelinek <jakub@redhat.com>
9336 * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
9339 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
9342 * ipa-inline-analysis.c (get_minimal_bb): New function.
9343 (record_modified): Use it.
9344 (remap_edge_change_prob): Handle also ancestor functions.
9346 2017-02-11 Gerald Pfeifer <gerald@pfeifer.com>
9348 * doc/contrib.texi (Contributors): Remove broken link into
9349 the Mauve CVS repository.
9351 2017-02-11 Jakub Jelinek <jakub@redhat.com>
9354 * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
9355 result computation whenever lhs doesn't have vector mode, not
9356 just when it has BLKmode.
9358 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
9360 * doc/makefile.texi (profiledbootstrap): Refer to the
9361 installation instructions only in textual form.
9363 2017-02-10 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
9366 * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
9368 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
9370 * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
9371 (Specific): Update mingw-w64 reference.
9373 (Specific): Remove broken link to Renesas RX processor.
9375 2017-02-10 Richard Biener <rguenther@suse.de>
9377 * toplev.c (process_options): Do not mention obsolete graphite
9378 options when printing sorry message about missing graphite support.
9379 Mention -floop-nest-optimize.
9381 2017-02-10 Christophe Lyon <christophe.lyon@linaro.org>
9383 * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
9384 (vtst_p16): Likewise.
9385 (vtstq_p8): Likewise.
9386 (vtstq_p16): Likewise.
9388 (vtstq_p64): Likewise.
9389 * config/arm/arm_neon.h (vgetq_lane_p64): New.
9390 (vset_lane_p64): New.
9391 (vsetq_lane_p64): New.
9393 2017-02-10 Jakub Jelinek <jakub@redhat.com>
9395 PR tree-optimization/79411
9396 * tree-ssa-reassoc.c (is_reassociable_op): Return false if
9397 stmt operands are SSA_NAMEs used in abnormal phis.
9398 (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
9401 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
9404 * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
9407 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
9409 * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
9411 2017-02-09 Jakub Jelinek <jakub@redhat.com>
9413 * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
9417 * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
9418 not arbitrary TREE_CONSTANT.
9421 * gimplify.c (gimplify_adjust_omp_clauses): Ignore
9422 "omp declare target link" attribute unless is_global_var.
9423 * omp-offload.c (find_link_var_op): Likewise.
9425 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
9426 Chung-Lin Tang <cltang@codesourcery.com>
9428 * gimplify.c (gimplify_scan_omp_clauses): No special handling for
9430 (gimplify_adjust_omp_clauses): Don't delete TILE.
9431 (gimplify_omp_for): Deal with TILE.
9432 * internal-fn.c (expand_GOACC_TILE): New function.
9433 * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
9435 * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
9436 (expand_oacc_collapse_init): Add LOC paramter. Initialize tile
9438 (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
9439 avoid DIV for outermost collapse var.
9440 (expand_oacc_for): Insert tile element loop as needed. Adjust.
9441 Remove out of date comments, fix whitespace.
9442 * omp-general.c (omp_extract_for_data): Deal with tiling.
9443 * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
9444 adjust OLF_DIM_BASE value.
9445 (struct omp_for_data): Add tiling field.
9446 * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
9447 (lower_oacc_head_mark): Add OLF_TILE as appropriate. Ensure 2 levels
9448 for auto loops. Remove default auto determining, moved to
9449 oacc_loop_fixed_partitions.
9450 * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
9451 stmts, add e_mask field.
9452 (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
9453 (oacc_thread_numbers): Use oacc_dim_call.
9454 (oacc_xform_tile): New.
9455 (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
9456 (finish_oacc_loop): Adjust for ifns vector.
9457 (oacc_loop_discover_walk): Append loop abstraction sites to list,
9458 add case for GOACC_TILE fns.
9459 (oacc_loop_xform_loop): Delete.
9460 (oacc_loop_process): Iterate over call list directly, and add
9461 handling for GOACC_TILE fns.
9462 (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
9464 (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
9465 vector partitioning to outer loops. Assign 2 partitions to loops
9466 when available. Add TILE handling.
9467 (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
9468 (execite_oacc_device_lower): Process GOACC_TILE fns,
9469 ignore unknown specs.
9470 * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
9471 * tree.c (omp_clause_num_ops): Adjust TILE ops.
9472 * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
9474 2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
9476 * configure.ac (ACX_BUGURL): Update.
9477 * configure: Regenerate.
9479 2017-02-09 Richard Biener <rguenther@suse.de>
9481 PR tree-optimization/69823
9482 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
9483 Properly enumerate all BBs in the region. Use auto_vec/auto_bitmap.
9485 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
9487 * config/arc/arc-c.def: Add __NPS400__ definition.
9488 * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
9489 (TARGET_NPS400): Define.
9491 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
9493 * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
9495 (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
9497 (arc_cpu_types): Fill the arch_info field with a pointer into the
9498 arc_arch_types table.
9499 (arc_selected_cpu): Declare.
9500 * config/arc/arc.c (arc_selected_cpu): Make global.
9501 (arc_selected_arch): Delete.
9502 (arc_base_cpu): Delete.
9503 (arc_override_options): Remove references to deleted variables,
9504 update access to arch information.
9505 (ARC_OPT): Update access to arch information.
9506 (ARC_OPTX): Likewise.
9507 * config/arc/arc.h (arc_base_cpu): Remove declaration.
9508 (TARGET_ARC600): Update access to arch information.
9509 (TARGET_ARC601): Likewise.
9510 (TARGET_ARC700): Likewise.
9511 (TARGET_EM): Likewise.
9512 (TARGET_HS): Likewise.
9513 * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
9516 2017-02-08 Pat Haugen <pthaugen@us.ibm.com>
9519 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
9520 condition/operands for integer GE/LE/GEU/LEU operations.
9522 2017-02-08 Segher Boessenkool <segher@kernel.crashing.org>
9524 PR translation/79397
9525 * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
9528 2017-02-08 Martin Jambor <mjambor@suse.cz>
9531 * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
9532 whether allocation happened.
9533 (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
9534 nothing was allocated.
9536 2017-02-08 Jakub Jelinek <jakub@redhat.com>
9538 PR tree-optimization/79408
9539 * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
9540 constant, but SSA_NAME with a known integer range, use the minimum
9541 of that range instead of op1 to determine if modulo can be replaced
9542 with its first operand.
9544 2016-02-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9546 * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
9548 2017-02-08 Richard Biener <rguenther@suse.de>
9550 PR tree-optimization/71824
9551 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
9552 Check all loops contained in the merged region.
9554 2017-02-07 Andrew Pinski <apinski@cavium.com>
9556 * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
9558 2017-02-07 Andrew Pinski <apinski@cavium.com>
9560 * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
9561 (thunderxt88): Likewise.
9562 (thunderxt81): Disable LSE and change v8.1 to v8.
9563 (thunderxt83): Likewise.
9565 2017-02-07 Jakub Jelinek <jakub@redhat.com>
9566 Richard Biener <rguenther@suse.de>
9569 * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
9570 type from int to size_t.
9571 * ira-costs.c (struct_costs_size): Change type from int to size_t.
9573 2017-02-07 Jakub Jelinek <jakub@redhat.com>
9575 PR rtl-optimization/79386
9576 * cprop.c (bypass_conditional_jumps): Initialize
9577 bypass_last_basic_block already before splitting bbs after
9578 unconditional traps...
9579 (bypass_conditional_jumps): ... rather than here.
9582 * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
9583 (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
9584 *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
9585 fix -masm=intel patterns.
9587 2017-02-07 Richard Biener <rguenther@suse.de>
9589 PR tree-optimization/79256
9591 * builtins.c (get_object_alignment_2): Use min_align_of_type
9592 to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
9593 and ADJUST_FIELD_ALIGN.
9595 * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
9597 * doc/tm.texi: Regenerate.
9598 * stor-layout.c (layout_decl): Adjust.
9599 (update_alignment_for_field): Likewise.
9600 (place_field): Likewise.
9601 (min_align_of_type): Likewise.
9602 * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
9603 * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
9604 * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
9605 * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
9606 * config/frv/frv.c (frv_adjust_field_align): Likewise.
9607 * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
9608 * config/i386/i386.c (x86_field_alignment): Likewise.
9609 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
9610 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
9611 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
9612 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
9613 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
9614 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
9618 2017-01-30 Richard Biener <rguenther@suse.de>
9620 PR tree-optimization/79256
9621 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
9622 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
9625 2017-02-07 Toma Tabacu <toma.tabacu@imgtec.com>
9627 * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
9628 argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
9629 builtins to SImode and emit a zero-extend, if necessary.
9631 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
9633 * docs/invoke.texi (RISC-V Options): Alphabetize.
9635 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
9637 * doc/invoke.texi (RISC-V Options): Use two spaces to separate
9640 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
9642 * config/riscv/riscv.c: New file.
9643 * gcc/common/config/riscv/riscv-common.c: Likewise.
9644 * config.gcc: Likewise.
9645 * config/riscv/constraints.md: Likewise.
9646 * config/riscv/elf.h: Likewise.
9647 * config/riscv/generic.md: Likewise.
9648 * config/riscv/linux.h: Likewise.
9649 * config/riscv/multilib-generator: Likewise.
9650 * config/riscv/peephole.md: Likewise.
9651 * config/riscv/pic.md: Likewise.
9652 * config/riscv/predicates.md: Likewise.
9653 * config/riscv/riscv-builtins.c: Likewise.
9654 * config/riscv/riscv-c.c: Likewise.
9655 * config/riscv/riscv-ftypes.def: Likewise.
9656 * config/riscv/riscv-modes.def: Likewise.
9657 * config/riscv/riscv-opts.h: Likewise.
9658 * config/riscv/riscv-protos.h: Likewise.
9659 * config/riscv/riscv.h: Likewise.
9660 * config/riscv/riscv.md: Likewise.
9661 * config/riscv/riscv.opt: Likewise.
9662 * config/riscv/sync.md: Likewise.
9663 * config/riscv/t-elf-multilib: Likewise.
9664 * config/riscv/t-linux: Likewise.
9665 * config/riscv/t-linux-multilib: Likewise.
9666 * config/riscv/t-riscv: Likewise.
9667 * configure.ac: Likewise.
9668 * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
9669 Waterman as RISC-V maintainers.
9670 * doc/install.texi: Add RISC-V entries.
9671 * doc/invoke.texi: Add RISC-V options section.
9672 * doc/md.texi: Add RISC-V constraints section.
9673 * configure: Regenerated.
9675 2017-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
9678 * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
9679 false values to be constant vectors with all 0 or all 1 bits set.
9680 (vcondu<mode><mode>): Likewise.
9681 * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
9683 (fpmask_comparison_operator): Update comment.
9684 (vecint_comparison_operator): New predicate.
9685 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
9686 vector conditionals when the true and false values are constant
9687 vectors with all 0 bits or all 1 bits set.
9689 2017-02-06 Martin Sebor <msebor@redhat.com>
9691 PR tree-optimization/79376
9692 * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
9694 2017-02-06 Uros Bizjak <ubizjak@gmail.com>
9696 * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
9697 explicit subreg RTX with operand 1. Use VECTOR_MODE_P predicate
9698 to simplify split condition.
9700 2017-02-06 Jakub Jelinek <jakub@redhat.com>
9702 * omp-expand.c (oxpand_omp_atomic_fetch_op,
9703 expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
9706 2017-02-06 Segher Boessenkool <segher@kernel.crashing.org>
9708 PR rtl-optimization/68664
9709 * target.def (can_speculate_insn): New hook.
9710 * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
9711 * doc/tm.texi: Regenerate.
9712 * sched-rgn.c (can_schedule_ready_p): Use the new hook.
9713 * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
9714 (rs6000_sched_can_speculate_insn): New function.
9716 2017-02-06 Jakub Jelinek <jakub@redhat.com>
9718 PR tree-optimization/79284
9719 * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
9720 * tree-vect-stmts.c (vect_get_vec_def_for_operand,
9721 vectorizable_mask_load_store, vectorizable_operation,
9722 vect_is_simple_cond, get_same_sized_vectype): Use it instead
9723 of comparing TREE_CODE of a type against BOOLEAN_TYPE.
9724 * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
9725 vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
9726 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
9727 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
9728 Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
9729 is_gimple_assign (stmt). Replace another such test with
9730 is_gimple_assign (stmt).
9732 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
9735 * config/avr/avr.c (rtl-iter.h): Include it.
9736 (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
9737 (avr_legitimate_combined_insn): ...and implementation.
9739 2017-02-06 Dominik Vogt <vogt@linux.vnet.ibm.com>
9741 * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
9742 * config/s390/s390.c (s390_const_operand_ok)
9743 (s390_canonicalize_comparison, s390_extract_part)
9744 (s390_single_part, s390_contiguous_bitmask_nowrap_p)
9745 (s390_contiguous_bitmask_p, s390_rtx_costs)
9746 (legitimize_pic_address): Likewise.
9747 * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
9748 * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
9749 ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
9750 ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
9751 * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
9753 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
9755 * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
9756 REGNO($0) == REGNO($1).
9758 2017-02-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9760 * config/s390/linux.h(SIZE_TYPE): Add comment.
9762 2017-02-06 Julian Brown <julian@codesourcery.com>
9763 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
9764 Virendra Pathak <virendra.pathak@broadcom.com>
9766 * config/aarch64/aarch64-cores.def: Change the scheduler
9768 * config/aarch64/aarch64.md: Include thunderx2t99.md.
9769 * config/aarch64/thunderx2t99.md: New file.
9771 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
9773 * doc/standards.texi (Go Language): Update link to language
9776 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
9778 * tree-eh.c (lower_resx): Sanitize profile.
9779 (cleanup_empty_eh_move_lp): Likewise.
9781 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
9784 * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
9786 * cfgloopmanip.h (loop_version): Update prototype.
9787 * modulo-sched.c (sms_schedule): Update call of loop_version.
9788 * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
9789 * tree-parloops.c (gen_parallel_loop): Likewise.
9790 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
9791 * tree-ssa-loop-split.c (split_loop): Likewise.
9792 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
9793 * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
9795 2017-02-05 Martin Liska <mliska@suse.cz>
9798 * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
9800 (print_operand_address): Initialize a struct to zero.
9802 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
9804 * doc/contrib.texi (Contributors): Refer to Hans Boehm's
9805 garbage collector only in textual form.
9807 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
9809 * doc/extend.texi (x86 specific memory model extensions for
9810 transactional memory): Simplify a phrase.
9812 2017-02-05 Eric Botcazou <ebotcazou@adacore.com>
9815 * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
9816 'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
9817 (atomic_storedi_1): Likewise.
9819 2017-02-04 Jakub Jelinek <jakub@redhat.com>
9821 PR tree-optimization/79338
9822 * tree-parloops.c (gather_scalar_reductions): Don't call
9823 vect_analyze_loop_form for loop->inner before destroying loop's
9826 2017-02-03 Martin Sebor <msebor@redhat.com>
9828 PR tree-optimization/79327
9829 * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
9830 when precision has resulted in leading zeros.
9831 (format_integer): Adjust the likely counter to assume an unknown
9832 argument that may be zero is non-zero.
9834 2017-02-03 Jason Merrill <jason@redhat.com>
9837 * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
9838 avoid copying non-taken branch.
9840 2017-02-03 Jakub Jelinek <jakub@redhat.com>
9842 PR tree-optimization/79340
9843 * tree-vect-loop.c (vectorizable_reduction): Release
9844 vec_defs elements after safe_splicing them into other vectors.
9847 PR tree-optimization/79327
9848 * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
9849 true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
9851 (format_integer): Use wide_int_to_tree instead of build_int_cst
9852 + to_?hwi. If argmin is NULL, just set argmin and argmax to
9853 TYPE_{MIN,MAX}_VALUE of argtype. Simplify and fix computation
9854 of shortest and longest sequence.
9856 2017-02-03 Uros Bizjak <ubizjak@gmail.com>
9858 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
9859 Use pextrd for TARGET_SSE4_1 when creating scalar copy.
9861 2017-02-03 Walter Lee <walt@tilera.com>
9864 * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
9865 after initial stackframe link reg save.
9866 * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
9868 2017-02-03 Jakub Jelinek <jakub@redhat.com>
9871 * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
9872 wu for stxssp alternative.
9874 2017-02-03 Martin Sebor <msebor@redhat.com>
9876 PR tree-optimization/79352
9877 * gimple-fold.c (get_range_strlen): Add argument.
9878 (get_range_strlen): Change return type to bool.
9879 (get_maxval_strlen): Pass in a dummy argument.
9880 * gimple-fold.h (get_range_strlen): Change return type to bool.
9881 * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
9882 * tree.h (array_at_struct_end_p): Add argument.
9883 * tree.c (array_at_struct_end_p): Handle it.
9885 2017-02-03 Martin Liska <mliska@suse.cz>
9888 * multiple_target.c (create_dispatcher_calls): Redirect edge
9889 from a caller of a dispatcher.
9890 (expand_target_clones): Make the clones local.
9891 (ipa_target_clone): Do both target clones and resolvers.
9892 (ipa_dispatcher_calls): Remove the pass.
9893 (pass_dispatcher_calls::gate): Likewise.
9894 (make_pass_dispatcher_calls): Likewise.
9895 * passes.def (pass_target_clone): Put as very first IPA early
9898 2017-02-03 Martin Liska <mliska@suse.cz>
9900 * symtab.c (symtab_node::binds_to_current_def_p): Bail out
9901 in case of a function with ifunc attribute.
9903 2017-02-03 Martin Liska <mliska@suse.cz>
9905 * cgraph.c (cgraph_node::dump): Dump function version info.
9906 * symtab.c (symtab_node::dump_base): Add missing new line.
9908 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
9910 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
9911 (ifcombine_ifandif): Use it.
9913 2017-02-03 Martin Liska <mliska@suse.cz>
9915 * doc/invoke.texi: Document default value for
9916 use-after-scope-direct-emission-threshold.
9918 2017-02-03 Martin Liska <mliska@suse.cz>
9920 PR tree-optimization/79339
9921 * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
9922 (format_floating): Likewise.
9924 2017-02-03 Martin Liska <mliska@suse.cz>
9927 * ipa-prop.c (ipa_node_params_t::insert): Remove current
9929 (ipa_node_params_t::remove): Likewise.
9930 * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
9931 initialization from removed ipa_node_params_t::insert.
9932 (ipa_node_params::~ipa_node_params): Move from removed
9933 ipa_node_params_t::release.
9934 * symbol-summary.h (symbol_summary::m_released): New member.
9935 Do not release a summary twice. Do not allow to call finalizer
9936 for types of a summary that live in GGC memory.
9938 2017-02-02 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
9940 * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
9943 2017-02-02 Martin Sebor <msebor@redhat.com>
9946 * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
9947 (format_string): Tighten up the range of output for non-constant
9948 strings and correct the expected range for wide non-constant strings.
9950 2017-02-02 Martin Sebor <msebor@redhat.com>
9952 * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
9955 * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
9957 (-fdump-tree-@var): Add to index and document how to come up
9958 with pass-specific option and dump file names.
9959 (-fdump-passes): Clarify where to look for output.
9961 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
9964 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
9965 statistics of the analyzed path; allow threading for speed when
9966 any of BBs along the path are optimized for speed.
9968 2017-02-02 Eric Botcazou <ebotcazou@adacore.com>
9971 * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
9972 settings of the virtual registers.
9975 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
9977 * explow.c (get_dynamic_stack_size): Take known alignment of stack
9978 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
9981 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9983 * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
9984 ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
9986 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9988 * config/s390/s390.md: Add missing comments with the expanded
9990 * config/s390/vector.md: Likewise.
9991 * config/s390/vx-builtins.md: Likewise.
9993 2017-02-02 Jakub Jelinek <jakub@redhat.com>
9996 * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
9997 (fixuns_trunc<mode>di2): ... this, remove previous expander. Put all
9998 conditions on a single line.
10000 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10002 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
10003 __S390_VX__ to __VX__.
10005 2017-02-01 Andrew Pinski <apinski@cavium.com>
10007 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
10008 stmt_info to record_stmt_cost.
10009 (vect_get_known_peeling_cost): Pass stmt_info if known to
10011 * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
10012 cpu_vector_cost field into
10013 scalar_int_stmt_cost and scalar_fp_stmt_cost. Split vec_stmt_cost
10014 field into vec_int_stmt_cost and vec_fp_stmt_cost.
10015 * config/aarch64/aarch64.c (generic_vector_cost): Update for the
10016 splitting of scalar_stmt_cost and vec_stmt_cost.
10017 (thunderx_vector_cost): Likewise.
10018 (cortexa57_vector_cost): LIkewise.
10019 (exynosm1_vector_cost): Likewise.
10020 (xgene1_vector_cost): Likewise.
10021 (thunderx2t99_vector_cost): Improve after the splitting of the two
10023 (aarch64_builtin_vectorization_cost): Update for the splitting of
10024 scalar_stmt_cost and vec_stmt_cost.
10026 2017-02-01 Torvald Riegel <triegel@redhat.com>
10027 Richard Henderson <rth@redhat.com>
10029 * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
10030 conditional on existance of a fast atomic load.
10031 * optabs-query.c (can_atomic_load_p): New function.
10032 * optabs-query.h (can_atomic_load_p): Declare it.
10033 * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
10034 no fast atomic load is available for the particular size of access.
10035 (expand_atomic_compare_and_swap): Likewise.
10036 (expand_atomic_load): Likewise.
10037 (expand_atomic_store): Likewise.
10038 (expand_atomic_fetch_op): Likewise.
10039 * testsuite/lib/target-supports.exp
10040 (check_effective_target_sync_int_128): Remove x86 because it provides
10041 no fast atomic load.
10042 (check_effective_target_sync_int_128_runtime): Likewise.
10044 2017-02-01 Richard Biener <rguenther@suse.de>
10046 * graphite.c: Include tree-vectorizer.h for find_loop_location.
10047 (graphite_transform_loops): Provide opt-info for optimized nests.
10048 * tree-parloop.c (parallelize_loops): Provide opt-info for
10049 parallelized loops.
10051 2017-02-01 Richard Biener <rguenther@suse.de>
10053 PR middle-end/79315
10054 * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
10055 was not set before.
10057 2017-02-01 Richard Biener <rguenther@suse.de>
10059 PR tree-optimization/71824
10060 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
10061 Verify the loops are valid in the merged SESE region.
10062 (scop_detection::can_represent_loop_1): Check analyzing the
10063 evolution of the number of iterations in the region succeeds.
10065 2017-01-31 Ian Lance Taylor <iant@golang.org>
10067 * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
10068 REG_ARGS_SIZE note to 32-bit push insns and call insn.
10070 2017-01-31 David Malcolm <dmalcolm@redhat.com>
10072 PR preprocessor/79210
10073 * input.c (get_substring_ranges_for_loc): Replace line_width
10074 assertion with error-handling.
10076 2017-01-31 Richard Biener <rguenther@suse.de>
10078 PR tree-optimization/77318
10079 * graphite-sese-to-poly.c (extract_affine): Fix assert.
10080 (create_pw_aff_from_tree): Take loop parameter.
10081 (add_condition_to_pbb): Pass loop of the condition to
10082 create_pw_aff_from_tree.
10084 2017-01-31 Jakub Jelinek <jakub@redhat.com>
10086 * config/s390/s390.c (s390_asan_shadow_offset): New function.
10087 (TARGET_ASAN_SHADOW_OFFSET): Redefine.
10089 2017-01-31 Michael Meissner <meissner@linux.vnet.ibm.com>
10093 * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
10095 (convert_int_to_float128): Likewise.
10096 * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
10097 (convert_int_to_float128): Likewise.
10098 * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
10099 (UNSPEC_IEEE128_CONVERT): Likewise.
10100 (floatsi<mode>2, FLOAT128 iterator): Bypass calling
10101 rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
10102 Use local variables for IBM extended format.
10103 (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
10104 (fix_trunc<mode>si2_fprs): Likewise.
10105 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
10106 (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
10107 (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
10108 to know that we can now have integers of all sizes in vector
10110 (fix<uns>_<mode>di2_hw): Likewise.
10111 (float<uns>_<mode>si2_hw): Likewise.
10112 (fix_<mode>si2_hw): Likewise.
10113 (fixuns_<mode>si2_hw): Likewise.
10114 (float<uns>_<mode>di2_hw): Likewise.
10115 (float_<mode>di2_hw): Likewise.
10116 (float_<mode>si2_hw): Likewise.
10117 (floatuns_<mode>di2_hw): Likewise.
10118 (floatuns_<mode>si2_hw): Likewise.
10119 (xscvqp<su>wz_<mode>): Delete, no longer used.
10120 (xscvqp<su>dz_<mode>): Likewise.
10121 (xscv<su>dqp_<mode>): Likewise.
10122 (ieee128_mfvsrd_64bit): Likewise.
10123 (ieee128_mfvsrd_32bit): Likewise.
10124 (ieee128_mfvsrwz): Likewise.
10125 (ieee128_mtvsrw): Likewise.
10126 (ieee128_mtvsrd_64bit): Likewise.
10127 (ieee128_mtvsrd_32bit): Likewise.
10129 2017-01-31 Martin Liska <mliska@suse.cz>
10132 * ipa-prop.c (ipa_free_all_node_params): Call release method
10133 instead of ~sumbol_summary to not to trigger double times
10136 2017-01-31 Aldy Hernandez <aldyh@redhat.com>
10138 PR tree-optimization/71691
10139 * bitmap.h (class auto_bitmap): New.
10140 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
10141 is_maybe_undefined instead of ssa_undefined_value_p.
10143 2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10145 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
10146 __S390_ARCH_LEVEL__ to __ARCH__.
10148 2017-01-31 Jakub Jelinek <jakub@redhat.com>
10150 PR tree-optimization/79267
10151 * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
10152 if should_remove_lhs_p is true.
10154 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
10157 * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
10158 (add_alignment_attribute): New.
10159 (base_type_die): Add alignment attribute.
10160 (subrange_type_die): Likewise.
10161 (modified_type_die): Likewise.
10162 (gen_array_type_die): Likewise.
10163 (gen_descr_array_type_die: Likewise.
10164 (gen_enumeration_type_die): Likewise.
10165 (gen_subprogram_die): Likewise.
10166 (gen_variable_die): Likewise.
10167 (gen_field_die): Likewise.
10168 (gen_ptr_to_mbr_type_die): Likewise.
10169 (gen_struct_or_union_type_die): Likewise.
10170 (gen_subroutine_type_die): Likewise.
10171 (gen_typedef_die): Likewise.
10172 (base_type_cmp): Compare alignment attribute.
10174 2017-01-30 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
10177 * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
10178 (setb_unsigned) New pattern for setb with CCUNS.
10179 * config/rs6000/rs6000.c (expand_block_compare): Use a different
10180 subfc./subfe sequence to avoid overflow problems. Generate a
10181 shorter sequence with cmpld/setb for power9.
10182 * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
10183 for generating subfc. instruction.
10184 (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
10185 now uses this instruction.
10187 2017-01-30 Ian Lance Taylor <iant@google.com>
10190 * dwarf2out.c (gen_type_die_with_usage): When picking a variant
10191 for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
10193 2017-01-30 Martin Sebor <msebor@redhat.com>
10195 * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
10196 Move constant to the right of a relational operator.
10197 (get_mpfr_format_length, format_character, format_string): Ditto.
10198 (should_warn_p, maybe_warn): Same.
10200 * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
10202 2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com>
10205 * asan.c (get_translation_unit_decl): Remove function.
10206 (asan_add_global): Force has_dynamic_init to zero in LTO mode.
10208 2017-01-30 Martin Liska <mliska@suse.cz>
10210 PR gcov-profile/79259
10211 * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
10212 -fprofile-generate.
10214 2017-01-30 Martin Liska <mliska@suse.cz>
10217 * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
10218 Initialize variables with NULL value.
10220 2017-01-30 Richard Earnshaw <rearnsh@arm.com>
10223 * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
10225 * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
10227 2017-01-30 Richard Biener <rguenther@suse.de>
10229 PR tree-optimization/79276
10230 * tree-vrp.c (process_assert_insertions): Properly adjust common
10231 when removing a duplicate.
10233 * gcc.dg/torture/pr79276.c: New testcase.
10235 2017-01-30 Richard Biener <rguenther@suse.de>
10237 PR tree-optimization/79256
10238 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
10239 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
10241 * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
10243 2017-01-30 Dominik Vogt <vogt@linux.vnet.ibm.com>
10246 * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
10247 ("*r<noxa>sbg_<mode>_sll_bitmask")
10248 ("*extzv_<mode>_srl<clobbercc_or_nocc>")
10249 ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
10250 Use contiguous_bitmask_nowrap_operand.
10252 2017-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10255 * config/rs6000/altivec.h (vec_xl): Revise #define.
10256 (vec_xst): Likewise.
10258 2017-01-27 Uros Bizjak <ubizjak@gmail.com>
10260 * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
10262 2017-01-27 Bernd Schmidt <bschmidt@redhat.com>
10264 PR rtl-optimization/79194
10265 * cprop.c (one_cprop_pass): Move deletion of code after unconditional
10266 traps before call to bypass_conditional_jumps.
10268 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
10270 PR tree-optimization/71374
10271 * lra-constraints.c (check_conflict_input_operands): New.
10272 (match_reload): Use it.
10274 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
10277 * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
10278 account to calculate conflict_set.
10280 2017-01-27 Bin Cheng <bin.cheng@arm.com>
10282 PR rtl-optimization/78559
10283 * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
10284 other_insn in combine.
10286 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
10288 * builtin-types.def: Use unsigned_char_type_node for BT_UINT8. Use
10289 uint16_type_node for BT_UINT16.
10291 2017-01-27 David Malcolm <dmalcolm@redhat.com>
10293 * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
10294 "RTL Tests" to menu.
10295 (GIMPLE Tests): New node.
10296 (RTL Tests): New node.
10298 2017-01-27 Richard Biener <rguenther@suse.de>
10300 PR tree-optimization/79245
10301 * tree-loop-distribution.c (distribute_loop): Apply cost
10302 modeling also to detected patterns.
10304 2017-01-27 Richard Biener <rguenther@suse.de>
10306 PR tree-optimization/71433
10307 * tree-vrp.c (register_new_assert_for): Revert earlier changes.
10308 (compare_assert_loc): New function.
10309 (process_assert_insertions): Sort and optimize assert locations
10310 to remove duplicates and push down identical assertions on
10311 edges to their destination block.
10313 2017-01-27 Richard Biener <rguenther@suse.de>
10315 PR tree-optimization/79244
10316 * tree-vrp.c (remove_range_assertions): Forcefully propagate
10317 out SSA names even if abnormal.
10319 2017-01-27 Jakub Jelinek <jakub@redhat.com>
10321 * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
10322 * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
10323 instead of MPFR_RNDN.
10325 2017-01-27 Richard Earnshaw <rearnsha@arm.com>
10328 * arm.c (arm_option_override): Don't call build_target_option_node
10329 until after doing all option overrides.
10330 (arm_valid_target_attribute_tree): Likewise.
10332 2017-01-27 Martin Liska <mliska@suse.cz>
10334 * doc/invoke.texi (-fprofile-arcs): Document profiling support
10335 for {cd}tors and C++ {cd}tors.
10337 2017-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
10339 * config/s390/s390.md ("*setmem_long_and")
10340 ("*setmem_long_and_31z"): Use zero_extend instead of and.
10342 2017-01-26 Martin Sebor <msebor@redhat.com>
10344 * gimple-ssa-sprintf.c (format_floating): Simplify the computation
10347 2017-01-26 Martin Sebor <msebor@redhat.com>
10349 * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
10350 HAVE_DFmode before using XFmode or DFmode.
10351 (parse_directive): Avoid using the z length modifier to avoid
10352 the ISO C++98 does not support the ‘z’ gnu_printf length modifier.
10354 PR middle-end/78703
10355 * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
10356 to accept adjustment as an array.
10357 (get_int_range): New function.
10358 (struct directive): Make width and prec arrays.
10359 (directive::set_width, directive::set_precision): Call get_int_range.
10360 (format_integer, format_floating): Handle width and precision ranges.
10361 (format_string, parse_directive): Same.
10363 2017-01-26 Jakub Jelinek <jakub@redhat.com>
10366 * dwarf2out.c (generate_skeleton_bottom_up): For children with
10367 comdat_type_p set, just clone them, but keep the children in the
10371 * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
10372 which have direct callers with -fvar-tracking-assignments enabled
10374 (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
10375 inside of type units.
10377 2017-01-26 Martin Sebor <msebor@redhat.com>
10379 PR middle-end/78703
10380 * gimple-ssa-sprintf.c (struct result_range): Add likely and
10382 (struct format_result): Replace number_chars, number_chars_min,
10383 and number_chars_max with a single member of struct result_range.
10385 (format_result::operator+=): Adjust.
10386 (struct fmtresult): Remove bounded. Handle likely and unlikely
10388 (fmtresult::adjust_for_width_or_precision): New function.
10389 (fmtresult:type_max_digits): New function.
10390 (bytes_remaining): Handle likely and unlikely counters.
10391 (min_bytes_remaining): Remove.
10392 (format_percent): Simplify.
10393 (format_integer, format_floating): Set likely and unlikely counters.
10394 (get_string_length, format_character, format_string): Same.
10395 (format_plain, should_warn_p): New function.
10396 (maybe_warn): Call should_warn_p. Update diagnostic messages
10397 and handle those for all directives, including plain strings.
10398 (format_directive): Handle likely and unlikely counters.
10399 Remove unnecessary quoting from diagnostics. Add an informational
10401 (add_bytes): Remove.
10402 (pass_sprintf_length::compute_format_length): Simplify.
10403 (try_substitute_return_value): Handle likely and unlikely counters.
10405 2017-01-26 Carl Love <cel@us.ibm.com>
10407 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
10408 bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
10410 2017-01-26 Vladimir Makarov <vmakarov@redhat.com>
10413 * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
10414 endianess for subregs into account.
10415 * lra-constraints.c (lra_constraints): Do risky transformations
10416 always on the first iteration.
10417 * lra-lives.c (check_pseudos_live_through_calls): Add arg
10418 last_call_used_reg_set.
10419 (process_bb_lives): Define and use last_call_used_reg_set.
10420 * lra.c (lra): Always continue after lra_constraints on the first
10423 2017-01-26 Kirill Yukhin <kirill.yukhin@gmail.com>
10425 * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
10427 * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
10429 2017-01-26 Jakub Jelinek <jakub@redhat.com>
10431 * config/i386/avx512fintrin.h (_ktest_mask16_u8,
10432 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
10433 * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
10434 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
10435 * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
10436 __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
10437 OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
10438 * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
10439 (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
10441 2017-01-26 Marek Polacek <polacek@redhat.com>
10444 * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
10445 for the third operand.
10447 2017-01-26 Jakub Jelinek <jakub@redhat.com>
10449 PR middle-end/79236
10450 * omp-low.c (struct omp_context): Add simt_stmt field.
10451 (scan_omp_for): Return omp_context *.
10452 (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
10453 context to the _simt_ SIMD stmt.
10454 (lower_omp_for): For combined SIMD with sibling _simt_
10455 SIMD, make sure to use the same decls in _looptemp_
10456 clauses as in the sibling.
10458 2017-01-26 David Sherwood <david.sherwood@arm.com>
10460 PR middle-end/79212
10461 * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
10464 2017-01-26 Jakub Jelinek <jakub@redhat.com>
10467 * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
10468 emit fld b; fld a; if possible.
10470 * brig-builtins.def: Update copyright years.
10471 * config/arm/arm_acle_builtins.def: Update copyright years.
10473 2017-01-25 Michael Meissner <meissner@linux.vnet.ibm.com>
10476 * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
10477 constraint instead of o for the stxsd instruction.
10479 2017-01-25 Carl Love <cel@us.ibm.com>
10481 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
10482 of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
10484 2017-01-25 Jonathan Wakely <jwakely@redhat.com>
10486 * doc/invoke.texi (C++ Dialect Options): Fix typo.
10488 2017-01-25 Richard Biener <rguenther@suse.de>
10490 PR tree-optimization/69264
10491 * target.def (vector_alignment_reachable): Improve documentation.
10492 * doc/tm.texi: Regenerate.
10493 * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
10495 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
10496 earlier changes with respect to TYPE_USER_ALIGN.
10497 (vector_alignment_reachable_p): Likewise. Improve dumping.
10499 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10502 * config/arm/arm.md (xordi3): Force constant operand into a register
10505 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10507 * doc/invoke.texi (-fstore-merging): Correct default optimization
10508 levels at which it is enabled.
10509 (-O): Move -fstore-merging from list to...
10512 2017-01-25 Richard Biener <rguenther@suse.de>
10515 * omp-expand.c: Include debug.h.
10516 (expand_omp_taskreg): Make sure to generate early debug before
10517 outlining anything from a function.
10518 (expand_omp_target): Likewise.
10519 (grid_expand_target_grid_body): Likewise.
10521 2017-01-25 Maxim Ostapenko <m.ostapenko@samsung.com>
10524 * asan.c (get_translation_unit_decl): New function.
10525 (asan_add_global): Extract modules file name from globals
10526 TRANSLATION_UNIT_DECL name.
10528 2017-01-24 Eric Botcazou <ebotcazou@adacore.com>
10531 * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
10532 for long calls with APCS frame and VFP.
10534 2017-01-24 David Malcolm <dmalcolm@redhat.com>
10536 * cfg.c (original_copy_tables_initialized_p): New function.
10537 * cfg.h (original_copy_tables_initialized_p): New decl.
10538 * cfgrtl.c (relink_block_chain): Guard the call to
10539 free_original_copy_tables with a call to
10540 original_copy_tables_initialized_p.
10541 * cgraph.h (symtab_node::native_rtl_p): New decl.
10542 * cgraphunit.c (symtab_node::native_rtl_p): New function.
10543 (symtab_node::needed_p): Don't assert for early assembly output
10544 for __RTL functions.
10545 (cgraph_node::finalize_function): Set "force_output" for __RTL
10547 (cgraph_node::analyze): Bail out early for __RTL functions.
10548 (analyze_functions): Update assertion to support __RTL functions.
10549 (cgraph_node::expand): Bail out early for __RTL functions.
10550 * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
10552 * function.h (struct function): Update comment for field
10554 * gimple-expr.c: Include "tree-pass.h".
10555 (gimple_has_body_p): Return false for __RTL functions.
10556 * Makefile.in (OBJS): Add run-rtl-passes.o.
10557 * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
10559 (gcc::pass_manager::get_clean_slate): New accessor.
10560 * passes.c: Include "insn-addr.h".
10561 (should_skip_pass_p): Add logging. Update logic for running
10562 "expand" to be compatible with both __GIMPLE and __RTL. Guard
10563 property-provider override so it is only done for gimple passes.
10565 (skip_pass): New function.
10566 (execute_one_pass): Call skip_pass when skipping passes.
10567 * read-md.c (md_reader::read_char): Support filtering
10568 the input to a subset of line numbers.
10569 (md_reader::md_reader): Initialize fields
10570 m_first_line and m_last_line.
10571 (md_reader::read_file_fragment): New function.
10572 * read-md.h (md_reader::read_file_fragment): New decl.
10573 (md_reader::m_first_line): New field.
10574 (md_reader::m_last_line): New field.
10575 * read-rtl-function.c (function_reader::create_function): Only
10576 create cfun if it doesn't already exist. Set PROP_rtl on cfun's
10577 curr_properties. Set DECL_INITIAL to a dummy block.
10578 (read_rtl_function_body_from_file_range): New function.
10579 * read-rtl-function.h (read_rtl_function_body_from_file_range):
10581 * run-rtl-passes.c: New file.
10582 * run-rtl-passes.h: New file.
10584 2017-01-24 Jeff Law <law@redhat.com>
10586 * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
10589 2017-01-24 Bin Cheng <bin.cheng@arm.com>
10591 PR tree-optimization/79159
10592 * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
10593 (record_nonwrapping_iv): Improve boundary using above function if no
10594 value range information.
10596 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
10597 Martin Jambor <mjambor@suse.cz>
10599 * brig-builtins.def: New file.
10600 * builtins.def (DEF_HSAIL_BUILTIN): New macro.
10601 (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
10602 (DEF_HSAIL_SAT_BUILTIN): Likewise.
10603 (DEF_HSAIL_INTR_BUILTIN): Likewise.
10604 (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
10605 * builtin-types.def (BT_INT8): New.
10606 (BT_INT16): Likewise.
10607 (BT_UINT8): Likewise.
10608 (BT_UINT16): Likewise.
10609 (BT_FN_ULONG): Likewise.
10610 (BT_FN_UINT_INT): Likewise.
10611 (BT_FN_UINT_ULONG): Likewise.
10612 (BT_FN_UINT_LONG): Likewise.
10613 (BT_FN_UINT_PTR): Likewise.
10614 (BT_FN_ULONG_PTR): Likewise.
10615 (BT_FN_INT8_FLOAT): Likewise.
10616 (BT_FN_INT16_FLOAT): Likewise.
10617 (BT_FN_UINT32_FLOAT): Likewise.
10618 (BT_FN_UINT16_FLOAT): Likewise.
10619 (BT_FN_UINT8_FLOAT): Likewise.
10620 (BT_FN_UINT64_FLOAT): Likewise.
10621 (BT_FN_UINT16_UINT32): Likewise.
10622 (BT_FN_UINT32_UINT16): Likewise.
10623 (BT_FN_UINT16_UINT16_UINT16): Likewise.
10624 (BT_FN_INT_PTR_INT): Likewise.
10625 (BT_FN_UINT_PTR_UINT): Likewise.
10626 (BT_FN_LONG_PTR_LONG): Likewise.
10627 (BT_FN_ULONG_PTR_ULONG): Likewise.
10628 (BT_FN_VOID_UINT64_UINT64): Likewise.
10629 (BT_FN_UINT8_UINT8_UINT8): Likewise.
10630 (BT_FN_INT8_INT8_INT8): Likewise.
10631 (BT_FN_INT16_INT16_INT16): Likewise.
10632 (BT_FN_INT_INT_INT): Likewise.
10633 (BT_FN_UINT_FLOAT_UINT): Likewise.
10634 (BT_FN_FLOAT_UINT_UINT): Likewise.
10635 (BT_FN_ULONG_UINT_UINT): Likewise.
10636 (BT_FN_ULONG_UINT_PTR): Likewise.
10637 (BT_FN_ULONG_ULONG_ULONG): Likewise.
10638 (BT_FN_UINT_UINT_UINT): Likewise.
10639 (BT_FN_VOID_UINT_PTR): Likewise.
10640 (BT_FN_UINT_UINT_PTR: Likewise.
10641 (BT_FN_UINT32_UINT64_PTR): Likewise.
10642 (BT_FN_INT_INT_UINT_UINT): Likewise.
10643 (BT_FN_UINT_UINT_UINT_UINT): Likewise.
10644 (BT_FN_UINT_UINT_UINT_PTR): Likewise.
10645 (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
10646 (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
10647 (BT_FN_LONG_LONG_UINT_UINT): Likewise.
10648 (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
10649 (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
10650 (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
10651 (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
10652 (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
10653 (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
10654 * doc/frontends.texi: List BRIG FE.
10655 * doc/install.texi (Testing): Add BRIG tesring requirements.
10656 * doc/invoke.texi (Overall Options): Mention BRIG.
10657 * doc/standards.texi (Standards): Doucment BRIG HSA version.
10659 2017-01-24 Richard Biener <rguenther@suse.de>
10661 PR translation/79208
10662 * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
10664 2017-01-24 Martin Jambor <mjambor@suse.cz>
10667 * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
10668 * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
10669 and known_contexts.
10671 2017-01-24 Aldy Hernandez <aldyh@redhat.com>
10673 PR middle-end/79123
10674 * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
10675 casts from signed to unsigned really don't have a range.
10677 2017-01-24 Markus Trippelsdorf <markus@trippelsdorf.de>
10679 * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
10680 GMP_RNDx for compatiblity.
10682 2017-01-24 Martin Liska <mliska@suse.cz>
10685 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
10686 that would prevent us to call alloca with -1 as argument.
10688 2017-01-24 Jakub Jelinek <jakub@redhat.com>
10690 * dwarf2out.c (output_compilation_unit_header, output_file_names):
10691 Avoid -Wformat-security warning.
10693 2017-01-23 Andrew Pinski <apinski@cavium.com>
10695 * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
10698 2017-01-23 Martin Sebor <msebor@redhat.com>
10700 PR middle-end/78703
10701 * gimple-ssa-sprintf.c (warn_level): New global.
10702 (format_integer): Use it here and throughout the rest of the file.
10703 Use the same switch to compute sign as base.
10704 (maybe_warn): New function.
10705 (format_directive): Factor out warnings into maybe_warn.
10706 Add debugging output. Use warn_level.
10707 (add_bytes): Use warn_level.
10708 (pass_sprintf_length::compute_format_length): Add debugging output.
10709 (try_substitute_return_value): Same.
10710 (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
10712 PR middle-end/78703
10713 * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
10714 (struct fmtresult, format_integer, format_floating): Adjust.
10715 (fmtresult::fmtresult): Set max correctly in two argument ctor.
10716 (get_string_length, format_string,format_directive): Same.
10717 (pass_sprintf_length::compute_format_length): Same.
10718 (try_substitute_return_value): Simplify slightly.
10720 PR middle-end/78703
10721 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
10722 (fmtresult::operator+=): Outlined.
10723 (struct fmtresult): Add ctors.
10724 (struct conversion_spec): Rename...
10725 (struct directive): ...to this. Add and remove data members.
10726 (directive::set_width, directive::set_precision): New functions.
10727 (format_percent): Use fmtresult ctor.
10728 (get_width_and_precision): Remove.
10729 (format_integer): Make naming changes. Avoid computing width and
10731 (format_floating): Same. Adjust indentation.
10732 (format_character, format_none): New functions.
10733 (format_string): Moved character handling to format_character.
10734 (format_directive): Remove arguments, change return type.
10735 (parse_directive): New function.
10736 (pass_sprintf_length::compute_format_length): Move directive
10737 parsing to parse_directive.
10739 2017-01-23 Jakub Jelinek <jakub@redhat.com>
10741 * tree.h (assign_assembler_name_if_neeeded): Rename to ...
10742 (assign_assembler_name_if_needed): ... this.
10743 * tree.c (assign_assembler_name_if_neeeded): Rename to ...
10744 (assign_assembler_name_if_needed): ... this.
10745 (free_lang_data_in_cgraph): Adjust callers.
10746 * cgraphunit.c (cgraph_node::analyze): Likewise.
10747 * omp-expand.c (expand_omp_taskreg, expand_omp_target):
10750 2017-01-23 Richard Biener <rguenther@suse.de>
10752 PR tree-optimization/79088
10753 PR tree-optimization/79188
10754 * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
10755 resetting loop bounds after last path deletion. Reset loop
10756 bounds of the target loop, make code match the comments.
10757 * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
10758 Make sure loops need no fixups.
10760 2017-01-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
10762 * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
10763 exponent support with double type for first argument.
10764 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
10765 type returned by __builtin_vec_extract_sig,
10766 __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
10767 functions from "vector int" to "vector unsigned int" or from
10768 "vector long long int" to "vector unsigned long long int".
10769 Changed type returned by __builtin_vec_extract_exp,
10770 __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
10771 functions from "vector int" to "vector unsigned int" or from
10772 "vector long long int" to "vector unsigned long long int".
10773 Changed return type of __builtin_vec_test_data_class,
10774 __builtin_vec_test_data_class_sp, and
10775 __builtin_vec_test_data_class_dp from "vector int" to
10776 "vector bool int" or from "vector long long int" to "vector bool
10777 long long int" and changed second argument type from "unsigned
10778 int" to "int". Added new overloaded function forms "vector float
10779 __builtin_vec_insert_exp (vector float, vector unsigned int)" and
10780 "vector float __builtin_vec_insert_exp_sp (vector float, vector
10781 unsigned int)" and "vector double __builtin_vec_insert_exp (vector
10782 double, vector unsigned long long int)" and "vector double
10783 __builtin_vec_insert_exp_dp (vector double, vector unsigned long
10784 long int)". Changed return type of
10785 __builtin_scalar_test_data_class and
10786 __builtin_scalar_test_data_class_sp and
10787 __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
10788 int" and changed second argument from "unsigned int" to "int".
10789 Changed type returned by __builtin_scalar_test_neg,
10790 __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
10791 from "int" to "bool int". Added new overloaded function form
10792 "double __builtin_scalar_insert_exp (double, unsigned long long int)".
10793 * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
10794 exponent double-precision with floating point first argument.
10795 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
10796 documentation of scalar_test_data_class, scalar_test_neg,
10797 scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
10798 vector_extract_exp, vec_extract_sig, vec_insert_exp, and
10799 vec_test_data_class built-in functions to reflect refinements in
10800 their type signatures.
10802 2017-01-23 Andreas Tobler <andreast@gcc.gnu.org>
10804 * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
10806 (aarch64_elf_asm_destructor): Likewise.
10808 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
10810 PR rtl-optimization/78634
10811 * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
10812 (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
10813 * ifcvt.c (noce_try_cmove): Add missing cost check.
10815 PR rtl-optimization/71724
10816 * combine.c (if_then_else_cond): Look for situations where it is
10817 beneficial to undo the work of one of the recursive calls.
10819 2017-01-23 Bin Cheng <bin.cheng@arm.com>
10821 PR tree-optimization/70754
10822 * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
10823 (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE. Insert
10824 combined stmt before it if not NULL.
10825 (combine_chains): Process refs reversely and compute dominance point
10828 2017-01-23 Martin Liska <mliska@suse.cz>
10830 PR tree-optimization/79196
10831 * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
10832 (fold_strstr_to_strncmp): ... this. Fold the pattern to strncmp
10834 (strlen_optimize_stmt): Call the renamed function.
10836 2017-01-23 Michael Matz <matz@suse.de>
10838 PR tree-optimization/78384
10839 * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
10841 2017-01-23 Richard Biener <rguenther@suse.de>
10843 PR tree-optimization/79186
10844 * tree-vrp.c (register_new_assert_for): Make sure we've seen
10845 both incoming edges before moving an assert.
10847 2017-01-23 Martin Jambor <mjambor@suse.cz>
10849 * ipa-prop.c (load_from_param_1): Removed.
10850 (load_from_unmodified_param): Bits from load_from_param_1 put back
10852 (load_from_param): Removed.
10853 (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
10854 with stmt. Reverted back to use of load_from_unmodified_param.
10856 2017-01-23 Martin Jambor <mjambor@suse.cz>
10859 * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
10860 (ipa_node_params): Annotate with GTY((for_user)). Make descriptors
10861 field a pointer to garbage collected vector, mark lattices and
10862 ipcp_orig_node with GTY((skip)).
10863 (ipa_get_param_count): Adjust to descriptors being a pointer.
10864 (ipa_get_param): Likewise.
10865 (ipa_get_type): Likewise.
10866 (ipa_get_param_move_cost): Likewise.
10867 (ipa_set_param_used): Likewise.
10868 (ipa_get_controlled_uses): Likewise.
10869 (ipa_set_controlled_uses): Likewise.
10870 (ipa_is_param_used): Likewise.
10871 (ipa_node_params_t): Move into garbage collector. New methods insert
10873 (ipa_node_params_sum): Annotate wth GTY(()).
10874 (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
10876 (ipa_load_from_parm_agg): Adjust declaration.
10877 * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
10878 * ipa-profile.c (ipa_profile): Likewise.
10879 * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
10880 (ipa_populate_param_decls): Make descriptors parameter garbage
10882 (ipa_dump_param): Adjust to descriptors being a pointer.
10883 (ipa_alloc_node_params): Likewise.
10884 (ipa_initialize_node_params): Likewise.
10885 (load_from_param_1): Make descriptors parameter garbage collected.
10886 (load_from_unmodified_param): Likewise.
10887 (load_from_param): Likewise.
10888 (ipa_load_from_parm_agg): Likewise.
10889 (ipa_node_params::~ipa_node_params): Removed.
10890 (ipa_free_all_node_params): Remove call to delete operator.
10891 (ipa_node_params_t::insert): New.
10892 (ipa_node_params_t::remove): Likewise.
10893 (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
10894 copy known_csts and known_contexts vectors.
10895 (ipa_read_node_info): Adjust to descriptors being a pointer.
10896 (ipcp_modif_dom_walker): Make m_descriptors field garbage
10898 (ipcp_transform_function): Make descriptors variable garbage
10901 2017-01-23 Andrew Senkevich <andrew.senkevich@intel.com>
10903 * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
10904 * config/i386/avx512dqintrin.h: Ditto.
10905 * config/i386/avx512fintrin.h: Ditto.
10906 * gcc/config/i386/i386.c: Handle new builtins.
10907 * config/i386/i386-builtin.def: Add new builtins.
10908 * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
10909 (UNSPEC_KORTEST, UNSPEC_KTEST): New.
10911 2017-01-23 Jakub Jelinek <jakub@redhat.com>
10912 Martin Liska <mliska@suse.cz>
10914 * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
10915 * asan.c (asan_expand_poison_ifn): Support stores and use
10916 appropriate ASAN report function.
10917 * internal-fn.c (expand_ASAN_POISON_USE): New function.
10918 * internal-fn.def (ASAN_POISON_USE): Declare.
10919 * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
10920 (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
10921 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
10922 ASAN_POISON calls w/o LHS.
10923 * tree-ssa.c (execute_update_addresses_taken): Create clobber
10924 for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
10925 from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
10926 * gimplify.c (asan_poison_variables): Add attribute
10927 use_after_scope_memory to variables that really needs to live
10929 * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
10930 having the attribute.
10932 2017-01-23 Martin Liska <mliska@suse.cz>
10934 * asan.c (create_asan_shadow_var): New function.
10935 (asan_expand_poison_ifn): Likewise.
10936 * asan.h (asan_expand_poison_ifn): New declaration.
10937 * internal-fn.c (expand_ASAN_POISON): Likewise.
10938 * internal-fn.def (ASAN_POISON): New builtin.
10939 * sanopt.c (pass_sanopt::execute): Expand
10940 asan_expand_poison_ifn.
10941 * tree-inline.c (copy_decl_for_dup_finish): Make function
10943 * tree-inline.h (copy_decl_for_dup_finish): Likewise.
10944 * tree-ssa.c (is_asan_mark_p): New function.
10945 (execute_update_addresses_taken): Rewrite local variables
10946 (identified just by use-after-scope as addressable) into SSA.
10948 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
10950 * doc/install.texi (Specific): opensource.apple.com uses https
10951 now. Remove trailing slash.
10953 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
10955 * README.Portability: Remove note on an Irix compatibility issue.
10957 2017-01-22 Dimitry Andric <dim@FreeBSD.org>
10959 * gcov.c (INCLUDE_ALGORITHM): Define.
10960 (INCLUDE_VECTOR): Define.
10961 No longer include <vector> and <algorithm> directly.
10963 2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
10965 * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
10967 * doc/invoke.texi (Code Gen Options): Ditto.
10969 2017-01-21 Jan Hubicka <hubicka@ucw.cz>
10972 * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
10974 2017-01-21 Bernd Schmidt <bschmidt@redhat.com>
10976 rtl-optimization/79125
10977 * cprop.c (local_cprop_pass): Handle cases where we make an
10978 unconditional trap.
10980 2017-01-20 Segher Boessenkool <segher@kernel.crashing.org>
10984 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
10985 read from, for big endian.
10987 2017-01-20 Jiong Wang <jiong.wang@arm.com>
10989 * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
10990 register pauth builtins for LP64 only.
10992 2017-01-20 Marek Polacek <polacek@redhat.com>
10995 * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
10998 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
11000 * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
11002 * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
11003 * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
11004 * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
11006 2017-01-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11009 * config/arm/arm.c (neon_valid_immediate): Reject vector constants
11010 in big-endian mode when they are not a single duplicated value.
11012 2017-01-20 Richard Biener <rguenther@suse.de>
11014 * BASE-VER: Bump to 7.0.1.
11016 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
11018 * omp-low.c (omplow_simd_context): New struct. Use it...
11019 (lower_rec_simd_input_clauses): ...here and...
11020 (lower_rec_input_clauses): ...here to hold common data. Adjust all
11021 references to idx, lane, max_vf, is_simt.
11023 2017-01-20 Graham Markall <graham.markall@embecosm.com>
11025 * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
11028 2017-01-20 Martin Jambor <mjambor@suse.cz>
11030 * hsa.h: Renaed to hsa-common.h. Adjusted a comment.
11031 * hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to
11033 * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
11034 (GTFILES): Rename hsa.c to hsa-common.c.
11035 * hsa-brig.c: Change include of hsa.h to hsa-common.h.
11036 * hsa-dump.c: Likewise.
11037 * hsa-gen.c: Likewise.
11038 * hsa-regalloc.c: Likewise.
11039 * ipa-hsa.c: Likewise.
11040 * omp-expand.c: Likewise.
11041 * omp-low.c: Likewise.
11042 * toplev.c: Likewise.
11044 2017-01-20 Marek Polacek <polacek@redhat.com>
11047 * doc/invoke.texi: Document -Wduplicated-branches.
11048 * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
11049 COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
11050 POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
11051 STATEMENT_LIST, and RETURN_EXPR. For non-pure non-const functions
11052 return 0 only when not OEP_LEXICOGRAPHIC.
11053 (fold_build_cleanup_point_expr): Use the expression
11054 location when building CLEANUP_POINT_EXPR.
11055 * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
11056 * tree.c (add_expr): Handle error_mark_node.
11058 2017-01-20 Martin Liska <mliska@suse.cz>
11061 * tree-profile.c (init_ic_make_global_vars): Do not call
11063 (gimple_init_gcov_profiler): Likewise.
11065 2017-01-20 Martin Liska <mliska@suse.cz>
11068 * cgraph.h (maybe_create_reference): Remove argument and
11070 * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
11072 * ipa-cp.c (create_specialized_node): Likewise.
11073 * symtab.c (symtab_node::maybe_create_reference): Handle
11074 VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
11076 2017-01-20 Martin Liska <mliska@suse.cz>
11078 * read-rtl-function.c (function_reader::create_function): Use
11079 build_decl instread of build_decl_stat.
11081 2017-01-20 Andrew Senkevich <andrew.senkevich@intel.com>
11083 * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
11084 * config/i386/avx512dqintrin.h: Ditto.
11085 * config/i386/avx512fintrin.h: Ditto.
11086 * config/i386/i386-builtin-types.def: Add new types.
11087 * gcc/config/i386/i386.c: Handle new types.
11088 * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
11089 (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
11090 (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
11091 (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
11092 (__builtin_ia32_kshiftridi): New.
11093 * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
11095 2017-01-19 Segher Boessenkool <segher@kernel.crashing.org>
11099 * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
11100 define to rs6000_init_stack_protect_guard.
11101 (rs6000_init_stack_protect_guard): New function.
11103 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
11104 Yunqiang Su <yunqiang.su@imgtec.com>
11106 * config.gcc (supported_defaults): Add madd4.
11107 (with_madd4): Add validation.
11108 (all_defaults): Add madd4.
11109 * config/mips/mips.opt (mmadd4): New option.
11110 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
11112 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
11114 (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
11115 (ISA_HAS_FUSED_MADD4): Likewise.
11116 * gcc/doc/invoke.texi (-mmadd4): Document the new option.
11117 * gcc/doc/install.texi (--with-madd4): Document the new option.
11119 2017-01-19 Jiong Wang <jiong.wang@arm.com>
11121 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
11122 entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
11123 AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
11124 (aarch64_init_pauth_hint_builtins): New.
11125 (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
11126 (aarch64_expand_builtin): Expand new builtins.
11128 2017-01-19 Jiong Wang <jiong.wang@arm.com>
11130 * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
11131 * combine-stack-adj.c (no_unhandled_cfa): Handle
11132 REG_CFA_TOGGLE_RA_MANGLE.
11133 * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
11134 * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
11135 info for return address signing.
11136 (aarch64_expand_epilogue): Likewise.
11138 2017-01-19 Jiong Wang <jiong.wang@arm.com>
11140 * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
11141 * config/aarch64/aarch64-protos.h
11142 (aarch64_return_address_signing_enabled): New declaration.
11143 * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
11145 (aarch64_expand_prologue): Sign return address before it's pushed onto
11147 (aarch64_expand_epilogue): Authenticate return address fetched from
11149 (aarch64_override_options): Sanity check for ILP32 and ISA level.
11150 (aarch64_attributes): New function attributes for "sign-return-address".
11151 * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
11152 UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
11153 ("*do_return"): Generate combined instructions according to key index.
11154 ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
11155 * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
11157 (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
11158 * config/aarch64/aarch64.opt (msign-return-address=): New.
11159 * doc/extend.texi (AArch64 Function Attributes): Documents
11160 "sign-return-address=".
11161 * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
11163 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
11165 * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
11166 overall option summary.
11168 2017-01-19 Jiong Wang <jiong.wang@arm.com>
11170 * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
11171 * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
11172 AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
11173 * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
11175 2017-01-19 Michael Meissner <meissner@linux.vnet.ibm.com>
11177 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
11178 -mpower9-minmax by default for -mcpu=power9.
11179 (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
11180 128-bit floating point.
11182 2017-01-20 Alan Modra <amodra@gmail.com>
11184 * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
11185 optimizing for size.
11187 2017-01-20 Alan Modra <amodra@gmail.com>
11190 * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
11191 for strcmp and strncmp from corresponding builtin decl.
11193 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
11195 * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
11196 instead of i386/rtems-64.h.
11197 * config/i386/rtems-64.h: Remove.
11199 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
11203 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
11205 * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
11207 2017-01-19 Tamar Christina <tamar.christina@arm.com>
11209 * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
11210 Change int to HOST_WIDE_INT.
11211 * config/aarch64/aarch64-protos.h
11212 (aarch64_simd_gen_const_vector_dup): Likewise.
11213 * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
11215 2017-01-19 David Malcolm <dmalcolm@redhat.com>
11217 * langhooks-def.h (lhd_type_for_size): New decl.
11218 (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
11219 * langhooks.c (lhd_type_for_size): New function, taken from
11222 2017-01-19 Pat Haugen <pthaugen@us.ibm.com>
11224 * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
11225 define_bypass for CR latency.
11226 (power9-cracked-alu): Update bypass latency and remove power9-branch.
11227 (power9-alu2): Add define_bypass for CR latency.
11229 (power9-mul): Update insn latency.
11230 (power9-mul-compare): Update insn latency, bypass latency and remove
11233 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11235 * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
11237 * config/aarch64/aarch64.md
11238 (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
11239 aarch64_nopcrelative_literal_loads.
11240 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
11242 2017-01-19 Chenghua Xu <paul.hua.gm@gmail.com>
11244 * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
11245 TARGET_LOONGSON_3A.
11246 (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
11248 2017-01-19 Doug Gilmore <doug.gilmore@imgtec.com>
11251 * config.gcc (supported_defaults): Add lxc1-sxc1.
11252 (with_lxc1_sxc1): Add validation.
11253 (all_defaults): Add lxc1-sxc1.
11254 * config/mips/mips.opt (mlxc1-sxc1): New option.
11255 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
11257 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
11258 __mips_no_lxc1_sxc1.
11259 (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
11260 * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
11261 * doc/install.texi (--with-lxc1-sxc1): Document the new option.
11263 2017-01-19 Richard Biener <rguenther@suse.de>
11265 PR tree-optimization/72488
11266 * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
11267 sure to restore SSA info.
11268 * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
11270 2017-01-19 Richard Earnshaw <rearnsha@arm.com>
11272 PR rtl-optimization/79121
11273 * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
11274 of the inner type when shifting an extended value.
11276 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
11279 * symtab.c (symtab_node::equal_address_to): Fix comparing of
11280 interposable aliases.
11282 2017-01-18 Peter Bergner <bergner@vnet.ibm.com>
11285 * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
11286 Use the evmergelohi instruction.
11287 (mov_si<mode>_e500_subreg4_2_le): Likewise.
11288 (mov_sitf_e500_subreg8_2_be): Likewise.
11289 (mov_sitf_e500_subreg12_2_le): Likewise.
11290 (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
11291 (mov_si<mode>_e500_subreg4_2_be): Likewise.
11292 (mov_sitf_e500_subreg8_2_le): Likewise.
11293 (mov_sitf_e500_subreg12_2_be): Likewise.
11295 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11297 * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
11298 attribute from vecsimple to vecperm.
11299 (altivec_vbpermq2): Likewise.
11301 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11304 * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
11306 2017-01-18 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
11307 * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
11308 * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
11309 strcmp. Fix bug where comparison didn't stop with zero byte. Fix
11310 case where N arg is SIZE_MAX.
11311 * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
11312 (cmpstrsi): Add pattern.
11314 2017-01-18 Michael Meissner <meissner@linux.vnet.ibm.com>
11316 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
11317 __builtin_vec_revb builtins.
11318 * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
11319 built-in functions to support generation of the ISA 3.0 XXBR<x>
11320 vector byte reverse instructions.
11321 (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
11322 (P9V_BUILTIN_XXBRD_V2DI): Likewise.
11323 (P9V_BUILTIN_XXBRD_V2DF): Likewise.
11324 (P9V_BUILTIN_XXBGW_V4SI): Likewise.
11325 (P9V_BUILTIN_XXBGW_V4SF): Likewise.
11326 (P9V_BUILTIN_XXBGH_V8HI): Likewise.
11327 (P9V_BUILTIN_VEC_REVB): Likewise.
11328 * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
11329 generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
11330 (p9_xxbrq_v16qi): Likewise.
11331 (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
11332 (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
11333 (p9_xxbrh_v8hi): Likewise.
11334 * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
11335 * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
11336 vec_revb built-in functions.
11338 2017-01-18 Uros Bizjak <ubizjak@gmail.com>
11340 PR rtl-optimization/78952
11341 * config/i386/i386.md (any_extract): New code iterator.
11342 (*insvqi_2): Use any_extract for source operand.
11343 (*insvqi_3): Use any_shiftrt for source operand.
11345 2017-01-18 Wilco Dijkstra <wdijkstr@arm.com>
11347 * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
11349 (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
11351 2017-01-18 Matthias Klose <doko@ubuntu.com>
11353 * doc/install.texi: Allow default for --with-target-bdw-gc-include.
11355 2016-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11357 * config/rs6000/altivec.h (vec_bperm): Change #define.
11358 * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
11359 (altivec_vbpermq2): New define_insn.
11360 (altivec_vbpermd): Likewise.
11361 * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
11362 function interface.
11363 (VBPERMD): Likewise.
11364 (VBPERM): New polymorphic function interface.
11365 * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
11366 Add entries for P9V_BUILTIN_VEC_VBPERM.
11367 * doc/extend.texi: Add interfaces for vec_bperm.
11369 2017-01-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11371 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
11372 first letter of error messages.
11373 (s390_resolve_overloaded_builtin): Likewise.
11374 * config/s390/s390.c (s390_expand_builtin): Likewise.
11375 (s390_invalid_arg_for_unprototyped_fn): Likewise.
11376 (s390_valid_target_attribute_inner_p): Likewise.
11377 * config/s390/s390.md ("tabort"): Likewise.
11379 2017-01-18 Toma Tabacu <toma.tabacu@imgtec.com>
11381 * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
11382 (ISA_AVOID_DIV_HILO): New macro.
11383 (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
11384 (ISA_HAS_DDIV): Likewise.
11386 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
11388 * doc/invoke.texi (fabi-version): Correct number of occurrences.
11390 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
11392 * doc/invoke.texi (fabi-version): Spelling fix.
11394 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
11397 * doc/invoke.texi (fabi-version): Mention mangling fix for
11400 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
11403 * doc/invoke.texi (fabi-version): Document discriminator mangling.
11405 2017-01-17 Segher Boessenkool <segher@kernel.crashing.org>
11408 * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
11409 * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
11411 * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
11413 (stack_protect_test): Ditto.
11414 * config/rs6000/rs6000.opt (mstack-protector-guard=,
11415 mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
11417 * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
11418 Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
11419 -mstack-protector-guard-offset=.
11420 (RS/6000 and PowerPC Options): Ditto.
11422 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
11424 * config/i386/i386.h (MASK_CLASS_P): New define.
11425 * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
11426 there are no registers from different register sets also when
11427 mask registers are used. Update function comment.
11428 * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
11429 to (*k/*r) and (*k/*km) alternatives.
11431 2017-01-17 Wilco Dijkstra <wdijkstr@arm.com>
11433 * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
11434 * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
11435 (EH_RETURN_HANDLER_RTX): New define.
11436 * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
11437 Force frame pointer in EH return functions.
11438 (aarch64_expand_epilogue): Add barrier for eh_return.
11439 (aarch64_final_eh_return_addr): Remove.
11440 (aarch64_eh_return_handler_rtx): New function.
11441 * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
11443 (aarch64_eh_return_handler_rtx): New prototype.
11445 2017-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11447 * config/rs6000/altivec.h (vec_rlmi): New #define.
11448 (vec_vrlnm): Likewise.
11449 (vec_rlnm): Likewise.
11450 * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
11451 (UNSPEC_VRLNM): Likewise.
11452 (VIlong): New mode iterator.
11453 (altivec_vrl<VI_char>mi): New define_insn.
11454 (altivec_vrl<VI_char>nm): Likewise.
11455 * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
11457 (VRLDNM): Likewise.
11458 (RLNM): New polymorphic function entry.
11459 (VRLWMI): New monomorphic function entry.
11460 (VRLDMI): Likewise.
11461 (RLMI): New polymorphic function entry.
11462 * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
11463 new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
11464 * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
11467 2017-01-17 Jakub Jelinek <jakub@redhat.com>
11470 * dwarf2out.c (field_byte_offset): Restore the
11471 PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
11472 and DECL_FIELD_BIT_OFFSET. Use fold_build2 instead of build2 + fold.
11473 (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
11476 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
11479 * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
11481 2017-01-17 Jakub Jelinek <jakub@redhat.com>
11484 * dwarf2out.c (add_data_member_location_attribute): For constant
11485 offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
11486 instead of DW_AT_data_member_location, DW_AT_bit_offset and
11487 DW_AT_byte_size attributes.
11489 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
11491 * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
11492 after forcing to constant memory when the code model is medium.
11494 2017-01-17 Julia Koval <julia.koval@intel.com>
11497 * config/i386/avx512fintrin.h
11498 (_mm512_i32gather_ps): Change __addr type to void const*.
11499 (_mm512_mask_i32gather_ps): Ditto.
11500 (_mm512_i32gather_pd): Ditto.
11501 (_mm512_mask_i32gather_pd): Ditto.
11502 (_mm512_i64gather_ps): Ditto.
11503 (_mm512_mask_i64gather_ps): Ditto.
11504 (_mm512_i64gather_pd): Ditto.
11505 (_mm512_mask_i64gather_pd): Ditto.
11506 (_mm512_i32gather_epi32): Ditto.
11507 (_mm512_mask_i32gather_epi32): Ditto.
11508 (_mm512_i32gather_epi64): Ditto.
11509 (_mm512_mask_i32gather_epi64): Ditto.
11510 (_mm512_i64gather_epi32): Ditto.
11511 (_mm512_mask_i64gather_epi32): Ditto.
11512 (_mm512_i64gather_epi64): Ditto.
11513 (_mm512_mask_i64gather_epi64): Ditto.
11514 (_mm512_i32scatter_ps): Change __addr type to void*.
11515 (_mm512_mask_i32scatter_ps): Ditto.
11516 (_mm512_i32scatter_pd): Ditto.
11517 (_mm512_mask_i32scatter_pd): Ditto.
11518 (_mm512_i64scatter_ps): Ditto.
11519 (_mm512_mask_i64scatter_ps): Ditto.
11520 (_mm512_i64scatter_pd): Ditto.
11521 (_mm512_mask_i64scatter_pd): Ditto.
11522 (_mm512_i32scatter_epi32): Ditto.
11523 (_mm512_mask_i32scatter_epi32): Ditto.
11524 (_mm512_i32scatter_epi64): Ditto.
11525 (_mm512_mask_i32scatter_epi64): Ditto.
11526 (_mm512_i64scatter_epi32): Ditto.
11527 (_mm512_mask_i64scatter_epi32): Ditto.
11528 (_mm512_i64scatter_epi64): Ditto.
11529 (_mm512_mask_i64scatter_epi64): Ditto.
11530 * config/i386/avx512pfintrin.h
11531 (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
11532 (_mm512_mask_prefetch_i32gather_ps): Ditto.
11533 (_mm512_mask_prefetch_i64gather_pd): Ditto.
11534 (_mm512_mask_prefetch_i64gather_ps): Ditto.
11535 (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
11536 (_mm512_prefetch_i32scatter_ps): Ditto.
11537 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
11538 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
11539 (_mm512_prefetch_i64scatter_pd): Ditto.
11540 (_mm512_prefetch_i64scatter_ps): Ditto.
11541 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
11542 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
11543 * config/i386/avx512vlintrin.h
11544 (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
11545 (_mm_mmask_i32gather_ps): Ditto.
11546 (_mm256_mmask_i32gather_pd): Ditto.
11547 (_mm_mmask_i32gather_pd): Ditto.
11548 (_mm256_mmask_i64gather_ps): Ditto.
11549 (_mm_mmask_i64gather_ps): Ditto.
11550 (_mm256_mmask_i64gather_pd): Ditto.
11551 (_mm_mmask_i64gather_pd): Ditto.
11552 (_mm256_mmask_i32gather_epi32): Ditto.
11553 (_mm_mmask_i32gather_epi32): Ditto.
11554 (_mm256_mmask_i32gather_epi64): Ditto.
11555 (_mm_mmask_i32gather_epi64): Ditto.
11556 (_mm256_mmask_i64gather_epi32): Ditto.
11557 (_mm_mmask_i64gather_epi32): Ditto.
11558 (_mm256_mmask_i64gather_epi64): Ditto.
11559 (_mm_mmask_i64gather_epi64): Ditto.
11560 (_mm256_i32scatter_ps): Change __addr type to void*.
11561 (_mm256_mask_i32scatter_ps): Ditto.
11562 (_mm_i32scatter_ps): Ditto.
11563 (_mm_mask_i32scatter_ps): Ditto.
11564 (_mm256_i32scatter_pd): Ditto.
11565 (_mm256_mask_i32scatter_pd): Ditto.
11566 (_mm_i32scatter_pd): Ditto.
11567 (_mm_mask_i32scatter_pd): Ditto.
11568 (_mm256_i64scatter_ps): Ditto.
11569 (_mm256_mask_i64scatter_ps): Ditto.
11570 (_mm_i64scatter_ps): Ditto.
11571 (_mm_mask_i64scatter_ps): Ditto.
11572 (_mm256_i64scatter_pd): Ditto.
11573 (_mm256_mask_i64scatter_pd): Ditto.
11574 (_mm_i64scatter_pd): Ditto.
11575 (_mm_mask_i64scatter_pd): Ditto.
11576 (_mm256_i32scatter_epi32): Ditto.
11577 (_mm256_mask_i32scatter_epi32): Ditto.
11578 (_mm_i32scatter_epi32): Ditto.
11579 (_mm_mask_i32scatter_epi32): Ditto.
11580 (_mm256_i32scatter_epi64): Ditto.
11581 (_mm256_mask_i32scatter_epi64): Ditto.
11582 (_mm_i32scatter_epi64): Ditto.
11583 (_mm_mask_i32scatter_epi64): Ditto.
11584 (_mm256_i64scatter_epi32): Ditto.
11585 (_mm256_mask_i64scatter_epi32): Ditto.
11586 (_mm_i64scatter_epi32): Ditto.
11587 (_mm_mask_i64scatter_epi32): Ditto.
11588 (_mm256_i64scatter_epi64): Ditto.
11589 (_mm256_mask_i64scatter_epi64): Ditto.
11590 (_mm_i64scatter_epi64): Ditto.
11591 (_mm_mask_i64scatter_epi64): Ditto.
11592 * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
11593 (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
11594 (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
11595 (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
11596 (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
11597 (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
11598 (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
11599 (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
11600 (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
11601 (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
11602 (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
11603 (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
11604 (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
11605 (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
11606 (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
11607 (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
11608 (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
11609 (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
11610 (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
11611 (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
11612 (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
11613 (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
11614 (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
11615 (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
11616 (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
11617 (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
11618 (VOID_QI_V8DI_PCINT_INT_INT): Remove.
11619 (V16SF_V16SF_PCVOID_V16SI_HI_INT, V8DF_V8DF_PCVOID_V8SI_QI_INT)
11620 (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
11621 (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
11622 (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
11623 (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
11624 (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
11625 (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
11626 (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
11627 (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
11628 (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
11629 (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
11630 (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
11631 (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
11632 (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
11633 (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
11634 (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
11635 (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
11636 (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
11637 (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
11638 (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
11639 (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
11640 (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
11641 (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
11642 (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
11643 (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
11644 (VOID_QI_V8DI_PCVOID_INT_INT): Add.
11645 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
11646 definitions accordingly.
11648 2017-01-17 Kito Cheng <kito.cheng@gmail.com>
11649 Kuan-Lin Chen <kuanlinchentw@gmail.com>
11652 * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
11655 2017-01-17 Vladimir Makarov <vmakarov@redhat.com>
11658 * ira-conflicts.c (ira_build_conflicts): Update total conflict
11659 hard regs for inner regno.
11661 2017-01-17 Martin Liska <mliska@suse.cz>
11664 * ipa-polymorphic-call.c (contains_type_p): Fix wrong
11665 assumption and add comment.
11667 2017-01-17 Nathan Sidwell <nathan@acm.org>
11669 * ipa-visibility.c (localize_node): New function, broken out of ...
11670 (function_and_variable_visibility): ... here. Call it.
11672 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
11674 PR middle-end/77445
11675 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
11676 correctly set frequency of oudgoing edge.
11677 (duplicate_thread_path): Fix profile updating.
11679 2017-01-17 Jakub Jelinek <jakub@redhat.com>
11682 * configure.ac: Add GCC_BASE_VER.
11683 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
11684 version from BASE-VER file.
11685 (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
11686 (gcc.o): Depend on $(BASEVER).
11687 * common.opt (dumpfullversion): New option.
11688 * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
11689 * doc/invoke.texi: Document -dumpfullversion.
11690 * doc/install.texi: Document --with-gcc-major-version-only.
11691 * configure: Regenerated.
11693 2017-01-17 Richard Biener <rguenther@suse.de>
11695 PR tree-optimization/71433
11696 * tree-vrp.c (register_new_assert_for): Merge same asserts
11697 on all incoming edges.
11698 (process_assert_insertions_for): Handle insertions at the
11701 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
11703 * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
11704 * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
11706 2017-01-17 Kaz Kojima <kkojima@gcc.gnu.org>
11709 * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
11712 2017-01-17 Alan Modra <amodra@gmail.com>
11715 * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
11716 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
11717 symbolic stack limit when pic.
11719 2017-01-16 Martin Sebor <msebor@redhat.com>
11721 PR tree-optimization/78608
11722 * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
11724 2017-01-16 Jeff Law <law@redhat.com>
11727 2016-12-02 Tadek Kijkowski <tkijkowski@gmail.com>
11728 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
11729 for several include directories that may be relative to sysroot.
11730 * config/i386/x-mingw32 (gplus_includedir): Define.
11731 (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
11732 (native_system_includedir): Likewise.
11733 * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
11734 override if TARGET_SYSTEM_ROOT is defined.
11735 (NATIVE_SYSTEM_HEADER_DIR): Likewise.
11737 PR tree-optimization/79090
11738 PR tree-optimization/33562
11739 PR tree-optimization/61912
11740 PR tree-optimization/77485
11741 * tree-ssa-dse.c (compute_trims): Accept STMT argument. Dump STMT
11742 and computed trims into the dump file.
11744 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
11746 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
11748 2017-01-16 Jakub Jelinek <jakub@redhat.com>
11751 * gimplify.c (gimplify_init_constructor): If want_value and
11752 object == lhs, unshare lhs to avoid invalid tree sharing. Formatting
11756 * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
11757 sequence. Formatting fixes.
11758 (doloop_optimize): Formatting fixes.
11761 * gcc.c (debug_level_greater_than_spec_func): New function.
11762 (static_spec_functions): Add debug-level-gt spec function.
11763 (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
11765 * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
11766 * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
11767 * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
11768 gpubnames, ggnu-pubnames, gno-record-gcc-switches,
11769 grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
11770 gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
11772 2017-01-16 Uros Bizjak <ubizjak@gmail.com>
11774 * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
11775 QImode fixups to general and mask registers only.
11777 2017-01-16 Carl Love <cel@us.ibm.com>
11779 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
11780 for built-in functions
11781 vector signed char vec_nabs (vector signed char)
11782 vector signed short vec_nabs (vector signed short)
11783 vector signed int vec_nabs (vector signed int)
11784 vector signed long long vec_nabs (vector signed long long)
11785 vector float vec_nabs (vector float)
11786 vector double vec_nabs (vector double)
11787 * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
11789 * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
11790 * config/rs6000/altivec.h: New define for vec_nabs built-in function.
11791 * doc/extend.texi: Update the documentation file for the new built-in
11794 2017-01-16 Martin Sebor <msebor@redhat.com>
11796 * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
11799 2017-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11801 * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
11802 UNSPEC_VSX__XXSPLTD to require special splat handling.
11804 2017-01-16 David Malcolm <dmalcolm@redhat.com>
11807 * system.h: Poison strndup.
11809 2017-01-16 Alan Modra <amodra@gmail.com>
11812 * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
11815 2017-01-16 Georg-Johann Lay <avr@gjlay.de>
11817 * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
11819 2017-01-15 Uros Bizjak <ubizjak@gmail.com>
11821 * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
11822 call recog here. Assert that INSN_CODE (insn) is non-negative.
11824 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
11827 * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
11829 * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
11830 in the currently scheduled RTL fragment.
11832 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
11834 PR rtl-optimization/78751
11835 * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
11838 2017-01-14 Jeff Law <law@redhat.com>
11840 PR tree-optimization/79090
11841 * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
11842 variable length stores.
11843 (compute_trims): Delete dead assignment to *trim_tail.
11844 (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
11847 2017-01-14 Bernd Schmidt <bschmidt@redhat.com>
11849 PR rtl-optimization/78626
11850 PR rtl-optimization/78727
11851 * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
11852 of a block, and split such blocks after everything else is finished.
11854 2017-01-14 Alan Modra <amodra@gmail.com>
11857 * combine.c (recog_for_combine_1): Set INSN_CODE before calling
11858 target legitimate_combined_insn.
11859 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
11860 (rs6000_legitimate_combined_insn): New function.
11861 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
11863 (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
11864 (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
11865 (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
11867 2017-01-14 Gerald Pfeifer <gerald@pfeifer.com>
11869 * doc/frontends.texi (G++ and GCC): Remove references to Java.
11871 2017-01-13 Jeff Law <law@redhat.com>
11873 PR tree-optimization/33562
11874 PR tree-optimization/61912
11875 PR tree-optimization/77485
11876 * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
11878 (delete_dead_assignment): Likewise.
11879 (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
11880 statement to delete_dead_call and delete_dead_assignment.
11882 2017-01-13 David Malcolm <dmalcolm@redhat.com>
11885 * substring-locations.c (format_warning_va): Strengthen case 1 so
11886 that both endpoints of the substring must be within the format
11887 range for just the substring to be printed.
11889 2017-01-13 Uros Bizjak <ubizjak@gmail.com>
11891 * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
11892 * config/i386/i386.c (ix86_target_string): Add missing options
11893 to isa_opts and reorder options by implied ISAs. Rename isa_opts2 to
11894 isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
11895 flags_other and ix86_target_other to flags2_other. Display unknown
11897 (ix86_valid_target_attribute_inner_p): Add missing options and
11898 reorder options by implied ISAs, as in ix86_target_string.
11900 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
11902 * hash-table.h (hash_table::too_empty_p): New function.
11903 (hash_table::expand): Use it.
11904 (hash_table::traverse): Likewise.
11905 (hash_table::empty_slot): Use sizeof (value_type) instead of
11906 sizeof (PTR) to convert bytes to elements. Shrink the table
11907 if the current size is excessive for the current number of
11910 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
11912 * ira-costs.c (record_reg_classes): Break from the inner loop
11913 early once alt_fail is known to be true. Update outer loop
11914 handling accordingly.
11916 2017-01-13 Jeff Law <law@redhat.com>
11918 * tree-ssa-dse.c (decrement_count): New function.
11919 (increment_start_addr, maybe_trim_memstar_call): Likewise.
11920 (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
11921 when we know the partially dead statement is a mem* function.
11923 PR tree-optimization/61912
11924 PR tree-optimization/77485
11925 * tree-ssa-dse.c: Include expr.h.
11926 (maybe_trim_constructor_store): New function.
11927 (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
11929 PR tree-optimization/33562
11930 PR tree-optimization/61912
11931 PR tree-optimization/77485
11932 * doc/invoke.texi: Document new dse-max-object-size param.
11933 * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
11934 * tree-ssa-dse.c: Include params.h.
11935 (dse_store_status): New enum.
11936 (initialize_ao_ref_for_dse): New, partially extracted from
11938 (valid_ao_ref_for_dse, normalize_ref): New.
11939 (setup_live_bytes_from_ref, compute_trims): Likewise.
11940 (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
11941 (maybe_trim_partially_dead_store): Likewise.
11942 (maybe_trim_complex_store): Likewise.
11943 (dse_classify_store): Renamed from dse_possibly_dead_store_p.
11944 Track what bytes live from the original store. Return tri-state
11945 for dead, partially dead or live.
11946 (dse_dom_walker): Add constructor, destructor and new private members.
11947 (delete_dead_call, delete_dead_assignment): New extracted from
11949 (dse_optimize_stmt): Make a member of dse_dom_walker.
11950 Use initialize_ao_ref_for_dse.
11952 PR tree-optimization/33562
11953 PR tree-optimization/61912
11954 PR tree-optimization/77485
11955 * sbitmap.h (bitmap_count_bits): Prototype.
11956 (bitmap_clear_range, bitmap_set_range): Likewise.
11957 * sbitmap.c (bitmap_clear_range): New function.
11958 (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
11960 2017-01-13 Martin Liska <mliska@suse.cz>
11963 * function.c (set_cfun): Add new argument force.
11964 * function.h (set_cfun): Likewise.
11965 * ipa-inline-transform.c (inline_call): Use the function when
11966 strict alising from is dropped for function we inline to.
11968 2017-01-13 Richard Biener <rguenther@suse.de>
11970 * tree-pretty-print.c (dump_generic_node): Fix inverted condition
11971 for dumping GIMPLE INTEGER_CSTs.
11973 2017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11975 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
11976 to 201112L since C++17.
11978 2017-01-13 Maxim Ostapenko <m.ostapenko@samsung.com>
11981 * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
11982 if -fsanitize=kernel-address is present.
11984 2017-01-13 Richard Biener <rguenther@suse.de>
11986 * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
11987 as _Literal ( type ) number in case usual suffixes do not
11988 preserve all information.
11990 2017-01-13 Richard Biener <rguenther@suse.de>
11992 PR tree-optimization/77283
11993 * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
11994 and ssa-iterators.h.
11995 (is_feasible_trace): Implement a cost model based on joiner
11998 2017-01-12 Michael Meissner <meissner@linux.vnet.ibm.com>
12001 * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
12002 char or short to __float128/_Float128 directly.
12004 2017-01-12 Martin Sebor <msebor@redhat.com>
12006 to -Wformat-overflow.
12007 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
12008 (min_bytes_remaining): Same.
12009 (get_string_length): Same.
12010 (format_string): Same.
12011 (format_directive): Same.
12013 (pass_sprintf_length::handle_gimple_call): Same.
12015 2017-01-12 Jakub Jelinek <jakub@redhat.com>
12017 * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
12018 info.nowrite calls with no lhs that can't throw. Return bool
12019 whether gsi_remove has been called or not.
12020 (pass_sprintf_length::handle_gimple_call): Return bool whether
12021 try_substitute_return_value called gsi_remove. Formatting fix.
12022 (pass_sprintf_length::execute): Don't use gsi_remove if
12023 handle_gimple_call returned true.
12026 * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
12027 be removed due to side-effects, don't remove following barrier nor
12028 turn the successor edge into fallthru edge.
12030 2017-01-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12033 * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
12034 element-reversing loads and stores as not swappable.
12036 2017-01-12 Nathan Sidwell <nathan@acm.org>
12037 Nicolai Stange <nicstange@gmail.com>
12039 * combine.c (try_combine): Don't ignore result of overlap checking
12040 loop. Combine overlap & asm check into single loop.
12042 2017-01-12 Richard Biener <rguenther@suse.de>
12044 * tree-pretty-print.c (dump_generic_node): Provide -gimple
12045 variant for MEM_REF. Sanitize INTEGER_CST for -gimple.
12047 2017-01-12 Richard Biener <rguenther@suse.de>
12049 * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
12050 and TS_TARGET_OPTION directly derive from TS_BASE.
12051 * tree-core.h (tree_optimization_option): Derive from tree_base.
12052 (tree_target_option): Likewise.
12054 2017-01-11 Uros Bizjak <ubizjak@gmail.com>
12056 * config/i386/i386.c (memory_address_length): Increase len
12057 only when rip_relative_addr_p returns false.
12059 2017-01-11 Julia Koval <julia.koval@intel.com>
12061 * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
12062 (OPTION_MASK_ISA_SGX_SET): New.
12063 (ix86_handle_option): Handle OPT_msgx.
12064 * config.gcc: Added sgxintrin.h.
12065 * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
12066 * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
12067 * config/i386/i386.c (ix86_target_string): Add -msgx.
12069 (ix86_option_override_internal): Handle new options.
12070 (ix86_valid_target_attribute_inner_p): Add sgx.
12071 * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
12072 * config/i386/i386.opt: Add msgx.
12073 * config/i386/sgxintrin.h: New file.
12074 * config/i386/x86intrin.h: Add sgxintrin.h.
12076 2017-01-11 Jakub Jelinek <jakub@redhat.com>
12079 * fold-const.c (maybe_nonzero_address): Return 1 for function
12081 (tree_single_nonzero_warnv_p): Don't handle function local objects
12085 * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
12088 2017-01-11 David Malcolm <dmalcolm@redhat.com>
12091 * opts.c: Include "spellcheck.h"
12092 (struct string_fragment): New struct.
12093 (struct edit_distance_traits<const string_fragment &>): New
12095 (get_closest_sanitizer_option): New function.
12096 (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
12098 2017-01-11 Jakub Jelinek <jakub@redhat.com>
12100 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
12102 (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
12103 DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
12104 (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
12105 (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
12106 for initial die_offset if dwarf_split_debug_info.
12107 (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
12108 initial next_die_offset if dwo_id is non-NULL. Don't emit padding
12110 (output_skeleton_debug_sections): Formatting fix. Use
12111 DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
12112 DWARF_COMPILE_UNIT_HEADER_SIZE. Don't emit padding.
12114 2017-01-11 Wilco Dijkstra <wdijkstr@arm.com>
12116 * config/arm/cortex-a53.md: Add bypasses for
12117 cortex_a53_r2f_cvt.
12118 (cortex_a53_r2f): Only use for transfers.
12119 (cortex_a53_f2r): Likewise.
12120 (cortex_a53_r2f_cvt): Add reservation for conversions.
12121 (cortex_a53_f2r_cvt): Likewise.
12123 2017-01-11 Tamar Christina <tamar.christina@arm.com>
12125 * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
12126 to all inlined functions, change static to extern.
12128 2017-01-11 Christophe Lyon <christophe.lyon@linaro.org>
12131 * config/arm/arm.c (legitimize_pic_address): Handle reference to
12133 (arm_assemble_integer): Likewise.
12135 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
12137 * config.gcc: Use new awk script to check CPU, FPU and architecture
12138 parameters for --with-... options.
12139 * config/arm/parsecpu.awk: New file
12140 * config/arm/arm-cpus.in: New file.
12141 * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
12143 * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
12145 * config/arm/t-arm: Update dependency rules.
12146 * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
12147 of processing .def files.
12148 * config/arm/genopt.sh: Deleted.
12149 * config/arm/gentune.sh: Deleted.
12150 * config/arm/arm-cores.def: Deleted.
12151 * config/arm/arm-arches.def: Deleted.
12152 * config/arm/arm-fpus.def: Deleted.
12153 * config/arm/arm-tune.md: Regenerated.
12154 * config/arm/arm-tables.opt: Regenerated.
12155 * config/arm/arm-cpu.h: New generated file.
12156 * config/arm/arm-cpu-data.h: New generated file.
12157 * config/arm/arm-cpu-cdata.h: New generated file.
12159 2017-01-11 Maxim Ostapenko <m.ostapenko@samsung.com>
12162 * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
12164 (input_varpool_node): Unpack dynamically_initialized bit.
12166 2017-01-11 Eric Botcazou <ebotcazou@adacore.com>
12168 PR rtl-optimization/79032
12169 * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
12170 the alignment of the adjusted memory reference against that of MODE,
12171 instead of the alignment of the original memory reference.
12173 2017-01-11 Martin Jambor <mjambor@suse.cz>
12175 * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
12177 * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
12178 decorated functions.
12180 2017-01-11 Richard Biener <rguenther@suse.de>
12182 * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
12183 set range/nonnull info for PHI results. Do not set it on
12184 stmts marked for removal.
12186 2017-01-10 Eric Botcazou <ebotcazou@adacore.com>
12188 * expr.c (store_field): In the bitfield case, fetch the return value
12189 from the registers before applying a single big-endian adjustment.
12190 Always do a final load for a BLKmode value not larger than a word.
12192 2017-01-10 David Malcolm <dmalcolm@redhat.com>
12195 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
12196 that we correctly handle column numbers greater than
12197 LINE_MAP_MAX_COLUMN_NUMBER.
12199 2017-01-10 Martin Sebor <msebor@redhat.com>
12201 PR middle-end/78245
12202 * gimple-ssa-sprintf.c (get_destination_size): Call
12203 {init,fini}object_sizes.
12204 * tree-object-size.c (addr_object_size): Adjust.
12205 (pass_through_call): Adjust.
12206 (pass_object_sizes::execute): Adjust.
12207 * tree-object-size.h (fini_object_sizes): Declare.
12209 2017-01-10 Martin Sebor <msebor@redhat.com>
12211 PR tree-optimization/78775
12212 * builtins.c (get_size_range): Move...
12213 * calls.c: ...to here.
12214 (alloc_max_size): Accept zero argument.
12215 (operand_signed_p): Remove.
12216 (maybe_warn_alloc_args_overflow): Call get_size_range.
12217 * calls.h (get_size_range): Declare.
12219 2017-01-10 Joe Seymour <joe.s@somniumtech.com>
12221 * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
12222 from TI's devices.csv file as of September 2016.
12223 * config/msp430/msp430.c (msp430_mcu_data): Likewise.
12225 2017-01-10 Sandra Loosemore <sandra@codesourcery.com>
12227 * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
12228 * doc/invoke.texi: Likewise.
12229 * doc/md.texi: Likewise.
12230 * doc/objc.texi: Likewise.
12232 2017-01-10 Joshua Conner <joshconner@google.com>
12234 * config/arm/fuchsia-elf.h: New file.
12235 * config/fuchsia.h: New file.
12236 * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
12237 (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
12239 * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
12241 2016-01-10 Richard Biener <rguenther@suse.de>
12243 PR tree-optimization/79034
12244 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
12245 Propagate out degenerate PHIs in the joiner.
12247 2017-01-10 Martin Liska <mliska@suse.cz>
12249 * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
12250 (sort_congruence_classes_by_decl_uid): Likewise.
12251 (sort_congruence_class_groups_by_decl_uid): Likewise.
12252 (sem_item_optimizer::merge_classes): Sort class, groups in these
12253 classes and members in the groups by DECL_UID of declarations.
12254 This would make merge operations stable.
12256 2017-01-10 Martin Liska <mliska@suse.cz>
12258 * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
12259 usage of m_classes_vec.
12260 (sem_item_optimizer::~sem_item_optimizer): Likewise.
12261 (sem_item_optimizer::get_group_by_hash): Likewise.
12262 (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
12263 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
12264 (sem_item_optimizer::verify_classes): Likewise.
12265 (sem_item_optimizer::process_cong_reduction): Likewise.
12266 (sem_item_optimizer::dump_cong_classes): Likewise.
12267 (sem_item_optimizer::merge_classes): Likewise.
12268 * ipa-icf.h (congruence_class_hash): Rename from
12269 congruence_class_group_hash. Remove declaration of m_classes_vec.
12271 2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com>
12273 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
12274 OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
12275 * config.gcc: Add avx512vpopcntdqintrin.h.
12276 * config/i386/avx512vpopcntdqintrin.h: New.
12277 * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
12278 * config/i386/i386-builtin-types.def: Add new types.
12279 * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
12280 __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
12281 __builtin_ia32_vpopcountq_v8di_mask): New.
12282 * config/i386/i386-c.c (ix86_target_macros_internal): Define
12283 __AVX512VPOPCNTDQ__.
12284 * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
12285 (PTA_AVX512VPOPCNTDQ): Define.
12286 * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
12287 TARGET_AVX512VPOPCNTDQ_P): Define.
12288 * config/i386/i386.opt: Add mavx512vpopcntdq.
12289 * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
12290 * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
12292 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
12294 PR middle-end/77484
12295 * predict.def (PRED_CALL): Set to 67.
12297 2017-01-09 Eric Botcazou <ebotcazou@adacore.com>
12299 * expr.c (store_field): In the bitfield case, if the value comes from
12300 a function call and is of an aggregate type returned in registers, do
12301 not modify the field mode; extract the value in all cases if the mode
12302 is BLKmode and the size is not larger than a word.
12304 2017-01-09 Dominique d'Humieres <dominiq@lps.ens.fr>
12307 * config/i386/cpuid.h: Fix undefined behavior.
12309 2017-01-04 Jeff Law <law@redhat.com>
12311 PR tree-optimization/79007
12312 PR tree-optimization/67955
12313 * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
12314 conservative for pt.null when flag_non_call_exceptions is on.
12316 2017-01-09 Jakub Jelinek <jakub@redhat.com>
12318 PR translation/79019
12319 PR translation/79020
12320 * params.def (PARAM_INLINE_MIN_SPEEDUP,
12321 PARAM_IPA_CP_SINGLE_CALL_PENALTY,
12322 PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
12324 * config/avr/avr.opt (maccumulate-args): Likewise.
12325 * config/msp430/msp430.opt (mwarn-mcu): Likewise.
12326 * common.opt (freport-bug): Likewise.
12327 * cif-code.def (CIF_FINAL_ERROR): Likewise.
12328 * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
12329 * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
12330 translatable string.
12331 * config/i386/i386.c (function_value_32): Likewise.
12332 * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
12333 * config/msp430/msp430.c (msp430_option_override, msp430_attr):
12335 * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
12336 * common/config/msp430/msp430-common.c (msp430_handle_option):
12338 * symtab.c (symtab_node::verify_base): Likewise.
12339 * opts.c (set_debug_level): Likewise.
12340 * tree.c (verify_type_variant): Likewise. Fix typo in comment.
12341 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
12342 missing whitespace to translatable strings.
12343 * config/avr/avr.md (bswapsi2): Fix typo in comment.
12344 * config/sh/superh.h: Likewise.
12345 * config/i386/xopintrin.h: Likewise.
12346 * config/i386/znver1.md: Likewise.
12347 * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
12348 * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
12349 * double-int.h (struct double_int): Likewise.
12350 * double-int.c (div_and_round_double): Likewise.
12351 * wide-int.cc: Likewise.
12352 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
12353 * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
12354 * cfgcleanup.c (crossjumps_occured): Renamed to ...
12355 (crossjumps_occurred): ... this.
12356 (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
12359 PR tree-optimization/78899
12360 * tree-if-conv.c (version_loop_for_if_conversion): Instead of
12361 returning bool return struct loop *, NULL for failure and the new
12363 (versionable_outer_loop_p): Don't version outer loop if it has
12364 dont_vectorized bit set.
12365 (tree_if_conversion): When versioning outer loop, ensure
12366 tree_if_conversion is performed also on the inner loop of the
12367 non-vectorizable outer loop copy.
12368 * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix. Fold
12369 LOOP_VECTORIZED in inner loop of the scalar outer loop and
12370 prevent vectorization of it.
12371 (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
12372 the outer loop vectorization of the non-scalar version is attempted
12373 before vectorization of the inner loop in scalar version. If
12374 outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
12375 vectorization of its inner loop.
12376 * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
12377 has 2 inner loops, rename also on edges from bb whose single pred
12378 is outer_loop->header. Fix typo in function comment.
12380 2017-01-09 Martin Sebor <msebor@redhat.com>
12383 * asan.c (asan_emit_stack_protection): Increase local buffer size
12384 to avoid snprintf truncation warning.
12386 2017-01-09 Andrew Pinski <apinski@cavium.com>
12388 * config/aarch64/aarch64-cores.def: Add thunderx2t99. Change vulcan
12389 to reference thunderx2t99 for the tuning structure
12390 * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
12392 (thunderx2t99_extra_costs): This.
12393 * config/aarch64/aarch64-tune.md: Regenerate.
12394 * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
12395 (vulcan_addrcost_table): This.
12396 (vulcan_regmove_cost): Rename to ...
12397 (thunderx2t99_regmove_cost): This.
12398 (vulcan_vector_cost): Rename to ...
12399 (thunderx2t99_vector_cost): this.
12400 (vulcan_branch_cost): Rename to ...
12401 (thunderx2t99_branch_cost): This.
12402 (vulcan_tunings): Rename to ...
12403 (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
12404 * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
12406 2017-01-09 Martin Jambor <mjambor@suse.cz>
12410 * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
12411 * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
12412 (propagate_vr_accross_jump_function): Use the above function for all
12413 value range computations for pass-through jump functions and type
12414 converasion from explicit value range values.
12415 (ipcp_propagate_stage): Do not attempt to deduce types of formal
12416 parameters from TYPE_ARG_TYPES.
12417 * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
12418 (ipa_write_node_info): Stream type of the actual argument.
12419 (ipa_read_node_info): Likewise. Also remove trailing whitespace.
12421 2017-01-09 Martin Liska <mliska@suse.cz>
12424 * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
12425 (lookup_compiler): Do not show error message with have_E.
12427 2017-01-09 Jakub Jelinek <jakub@redhat.com>
12429 PR tree-optimization/78938
12430 * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
12431 where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
12432 BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
12433 {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR. Formatting
12436 2017-01-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12438 * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
12441 2017-01-09 Richard Biener <rguenther@suse.de>
12443 PR tree-optimization/78997
12444 * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
12445 name condition properly.
12447 2017-01-09 Richard Biener <rguenther@suse.de>
12450 * dwarf2out.c (is_cxx): New overload with context.
12451 (is_naming_typedef_decl): Use it.
12453 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
12455 * invoke.texi (Option Summary): Correct spacing in option lists
12456 and add line breaks to fix over-long lines.
12458 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
12460 PR middle-end/17660
12462 * extend.texi (Common Variable Attributes): Add xref to GCC
12463 Internals manual to explain mode attribute keywords.
12465 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
12468 * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
12469 and Preprocessor Options.
12470 (Options for Linking): Document -pthread here....
12471 (RS/6000 and PowerPC Options): ...not here.
12472 (Solaris 2 Options): ...or here.
12473 * doc/cppopts.texi: Document -pthread.
12475 2017-01-08 Martin Sebor <msebor@redhat.com>
12477 PR middle-end/77708
12478 * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
12479 * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
12480 New member functions.
12481 (format_directive): Used them.
12483 (pass_sprintf_length::handle_gimple_call): Same.
12484 * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
12485 to avoid truncation for any argument.
12486 (extract_affine_mul): Same.
12487 * tree.c (get_file_function_name): Same.
12489 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
12491 PR middle-end/77484
12492 * predict.def (PRED_INDIR_CALL): Set to 86.
12494 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
12496 PR preprocessor/54124
12497 * doc/cppopts.texi: Reformat -d subtable to list the full name
12498 of the options. Add cross-reference to the docs for the general
12499 compiler -d options.
12500 * doc/invoke.texi (Developer Options): Add cross-reference to the
12501 preprocessor-specific -d option documentation.
12503 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
12505 PR preprocessor/13498
12506 * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
12507 redudant material, and reflect new command-line options.
12508 (System Headers): Likewise.
12510 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
12512 * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
12513 -isystem, and -idirafter. Copy-edit.
12514 * doc/cppopts.texi: Copy-edit. Remove contradiction about
12515 default for -ftrack-macro-expansion. Delete obsolete and
12516 badly-formatted implementation details about -fdebug-cpp output.
12517 * doc/cppwarnopts.texi: Copy-edit.
12519 2017-01-07 David Malcolm <dmalcolm@redhat.com>
12522 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
12523 that the transition from a max line width >= 1<<10 to narrower
12524 lines works correctly.
12526 2017-01-07 Alexandre Oliva <aoliva@redhat.com>
12528 * doc/options.texi (PerFunction): New.
12529 * opt-functions.awk (switch_flags): Map both Optimization and
12530 PerFunction to CL_OPTIMIZATION.
12531 * opth-gen.awk: Test for PerFunction flag along with
12533 * optc-save-gen.awk: Likewise. Introduce var_opt_hash and set
12534 it only when the latter is present. Skip those that don't in
12535 the hash function generator.
12536 * common.opt (fvar-tracking): Mark as PerFunction instead of
12538 (fvar-tracking-assignments): Likewise.
12539 (fvar-tracking-assignments-toggle): Likewise.
12540 (fvar-tracking-uninit): Likewise.
12542 2017-01-07 Jakub Jelinek <jakub@redhat.com>
12544 PR translation/79018
12545 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
12548 2017-01-06 Mikael Pettersson <mikpelinux@gmail.com>
12551 * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
12552 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
12553 TARGET_LONG_JUMP_TABLE_OFFSETS.
12554 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
12555 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
12556 * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
12557 (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
12558 * config/m68k/m68k.md (tablejump expander): Likewise.
12559 (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
12560 TARGET_LONG_JUMP_TABLE_OFFSETS.
12561 (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
12562 * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
12564 2017-01-06 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
12565 David Holsgrove <david.holsgrove@xilinx.com>
12567 * common/config/microblaze/microblaze-common.c
12568 (TARGET_EXCEPT_UNWIND_INFO): Remove.
12569 * config/microblaze/microblaze-protos.h (microblaze_eh_return):
12571 * config/microblaze/microblaze.c (microblaze_must_save_register)
12572 (microblaze_expand_epilogue, microblaze_return_addr): Handle
12574 (microblaze_eh_return): New function.
12575 * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
12576 (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
12577 (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
12578 * config/microblaze/microblaze.md (eh_return): New pattern.
12580 2017-01-06 Jakub Jelinek <jakub@redhat.com>
12582 * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
12583 GCC_DIAGNOSTIC_STRINGIFY): Define.
12585 * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
12587 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
12589 * config/arm/arm.md (<mcrr>): New.
12591 * config/arm/arm.c (arm_arch5te): New.
12592 (arm_option_override): Set arm_arch5te.
12593 (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
12595 * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
12596 (arm_mcrr_qualifiers): ... this. New.
12597 (MRRC_QUALIFIERS): Define to...
12598 (arm_mrrc_qualifiers): ... this. New.
12599 * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
12601 * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
12602 * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
12603 (MRRCI, mrrc, MRRC): New.
12604 * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
12605 VUNSPEC_MRRC2): New.
12607 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
12609 * config/arm/arm.md (<mcr>): New.
12611 * config/arm/arm.c (arm_coproc_builtin_available): Add
12612 support for mcr, mrc, mcr2 and mrc2.
12613 * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
12614 (arm_mcr_qualifiers): ... this. New.
12615 (MRC_QUALIFIERS): Define to ...
12616 (arm_mrc_qualifiers): ... this. New.
12617 (MCR_QUALIFIERS): Define to ...
12618 (arm_mcr_qualifiers): ... this. New.
12619 * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
12621 * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
12622 * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
12623 * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
12624 VUNSPEC_MRC2): New.
12626 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
12628 * config/arm/arm.md (*ldc): New.
12632 * config/arm/arm.c (arm_coproc_builtin_available): Add
12633 support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
12634 (arm_coproc_ldc_stc_legitimate_address): New.
12635 * config/arm/arm-builtins.c (arm_type_qualifiers): Add
12636 'qualifier_const_pointer'.
12637 (LDC_QUALIFIERS): Define to...
12638 (arm_ldc_qualifiers): ... this. New.
12639 (STC_QUALIFIERS): Define to...
12640 (arm_stc_qualifiers): ... this. New.
12641 * config/arm/arm-protos.h
12642 (arm_coproc_ldc_stc_legitimate_address): New.
12643 * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
12644 __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
12645 * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
12646 stc2, stcl, stc2l): New.
12647 * config/arm/constraints.md (Uz): New.
12648 * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
12649 * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
12650 VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
12651 VUNSPEC_STC2L): New.
12653 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
12655 * config/arm/arm.md (<cdp>): New.
12656 * config/arm/arm.c (neon_const_bounds): Rename this ...
12657 (arm_const_bounds): ... this.
12658 (arm_coproc_builtin_available): New.
12659 * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
12660 (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
12661 (CDP_QUALIFIERS): Define to...
12662 (arm_cdp_qualifiers): ... this. New.
12664 (arm_expand_builtin_args): Add case for 6 arguments.
12665 * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
12666 (arm_const_bounds): ... this.
12667 (arm_coproc_builtin_available): New.
12668 * config/arm/arm_acle.h (__arm_cdp): New.
12670 * config/arm/arm_acle_builtins.def (cdp): New.
12672 * config/arm/iterators.md (CDPI,CDP,cdp): New.
12673 * config/arm/neon.md: Rename all 'neon_const_bounds' to
12674 'arm_const_bounds'.
12675 * config/arm/types.md (coproc): New.
12676 * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
12677 * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
12678 * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
12679 arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
12681 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
12683 * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
12684 (UBINOP_QUALIFIERS): New.
12686 (acle_builtin_data): New. Change comment.
12687 (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
12688 ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
12689 ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
12690 arm_acle_builtins.def.
12691 (ARM_BUILTIN_ACLE_PATTERN_START): Define.
12692 (arm_init_acle_builtins): New.
12693 (CRC32_BUILTIN): Remove.
12694 (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
12695 crc32cb, crc32ch and crc32cw.
12696 (arm_init_crc32_builtins): Remove.
12697 (arm_init_builtins): Use arm_init_acle_builtins rather
12698 than arm_init_crc32_builtins.
12699 (arm_expand_acle_builtin): New.
12700 (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
12701 * config/arm/arm_acle_builtins.def: New.
12703 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
12705 * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
12706 (arm_builtin_datum): ... this.
12707 (arm_init_neon_builtin): Rename to ...
12708 (arm_init_builtin): ... this. Add a new parameters PREFIX
12709 and USE_SIG_IN_NAME.
12710 (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
12711 'arm_init_builtin'. Replace type 'neon_builtin_datum' with
12712 'arm_builtin_datum'.
12713 (arm_init_vfp_builtins): Likewise.
12714 (builtin_arg): Rename enum's replacing 'NEON_ARG' with
12715 'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
12716 (arm_expand_neon_args): Rename to ...
12717 (arm_expand_builtin_args): ... this. Rename builtin_arg
12718 enum values and differentiate between ARG_BUILTIN_MEMORY
12719 and ARG_BUILTIN_NEON_MEMORY.
12720 (arm_expand_neon_builtin_1): Rename to ...
12721 (arm_expand_builtin_1): ... this. Rename builtin_arg enum
12722 values, arm_expand_builtin_args and add bool parameter NEON.
12723 (arm_expand_neon_builtin): Use arm_expand_builtin_1.
12724 (arm_expand_vfp_builtin): Likewise.
12725 (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
12727 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
12729 PR middle-end/77484
12730 * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
12731 * predict.c (tree_estimate_probability_bb): Reverse direction of
12732 polymorphic call predictor.
12734 2017-01-06 David Malcolm <dmalcolm@redhat.com>
12736 * passes.c (execute_one_pass): Split out pass-skipping logic into...
12737 (determine_pass_name_match): ...this new function and...
12738 (should_skip_pass_p): ...this new function.
12740 2017-01-06 Nathan Sidwell <nathan@acm.org>
12742 * ipa-visibility.c (function_and_variable_visibility): Reformat
12743 comments and long lines. Remove extrneous if.
12744 * symtab.c (symtab_node::make_decl_local): Fix code format.
12745 (symtab_node::set_section_for_node): Fix comment typo.
12747 2017-01-06 Martin Liska <mliska@suse.cz>
12750 * lra-constraints.c: Rename invariant to lra_invariant.
12751 * predict.c (set_even_probabilities): Initialize e to NULL.
12753 2017-01-05 Martin Sebor <msebor@redhat.com>
12755 PR tree-optimization/78910
12756 * gimple-ssa-sprintf.c (tree_digits): Add an argument.
12757 (format_integer): Correct off-by-one error in the handling
12758 of precision with negative numbers in signed conversions..
12760 2017-01-05 Eric Botcazou <ebotcazou@adacore.com>
12762 * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
12764 2017-01-05 Jakub Jelinek <jakub@redhat.com>
12766 PR tree-optimization/71016
12767 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
12768 factor_out_conditional_conversion. Formatting fix.
12769 (factor_out_conditional_conversion): Add cond_stmt argument.
12770 If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
12771 cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
12774 2017-01-05 David Malcolm <dmalcolm@redhat.com>
12776 * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
12777 read-rtl-function.o, and selftest-rtl.o.
12778 * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
12779 (selftest::aarch64_test_loading_full_dump): New function.
12780 (selftest::aarch64_run_selftests): New function.
12781 (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
12782 selftest::aarch64_run_selftests.
12783 * config/i386/i386.c
12784 (selftest::ix86_test_loading_dump_fragment_1): New function.
12785 (selftest::ix86_test_loading_call_insn): New function.
12786 (selftest::ix86_test_loading_full_dump): New function.
12787 (selftest::ix86_test_loading_unspec): New function.
12788 (selftest::ix86_run_selftests): Call the new functions.
12789 * emit-rtl.c (maybe_set_max_label_num): New function.
12790 * emit-rtl.h (maybe_set_max_label_num): New decl.
12791 * function.c (instantiate_decls): Guard call to
12792 instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
12793 * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
12795 * gensupport.c (gen_reader::gen_reader): Pass "false"
12796 for new "compact" param of rtx_reader.
12797 * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
12798 rather than an empty string for NULL strings.
12799 * read-md.c: Potentially include config.h rather than bconfig.h.
12800 Wrap include of errors.h with #ifdef GENERATOR_FILE.
12801 (have_error): New global, copied from errors.c.
12802 (md_reader::read_name): Rename to...
12803 (md_reader::read_name_1): ...this, adding "out_loc" param,
12804 and converting "missing name or number" to returning false, rather
12806 (md_reader::read_name): Reimplement in terms of read_name_1.
12807 (md_reader::read_name_or_nil): New function.
12808 (md_reader::read_string): Handle "(nil)" by returning NULL.
12809 (md_reader::md_reader): Add new param "compact".
12810 (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
12811 (md_reader::read_file): New method.
12812 * read-md.h (md_reader::md_reader): Add new param "compact".
12813 (md_reader::read_file): New method.
12814 (md_reader::is_compact): New accessor.
12815 (md_reader::read_name): Convert return type from void to file_location.
12816 (md_reader::read_name_or_nil): New decl.
12817 (md_reader::read_name_1): New decl.
12818 (md_reader::m_compact): New field.
12819 (noop_reader::noop_reader): Pass "false" for new "compact" param
12821 (rtx_reader::rtx_reader): Add new "compact" param.
12822 (rtx_reader::read_rtx_operand): Make virtual and convert return
12823 type from void to rtx.
12824 (rtx_reader::read_until): New decl.
12825 (rtx_reader::handle_any_trailing_information): New virtual function.
12826 (rtx_reader::postprocess): New virtual function.
12827 (rtx_reader::finalize_string): New virtual function.
12828 (rtx_reader::m_in_call_function_usage): New field.
12829 (rtx_reader::m_reuse_rtx_by_id): New field.
12830 * read-rtl-function.c: New file.
12831 * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
12832 * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
12833 (selftest::verify_three_block_rtl_cfg): New decl.
12834 * read-rtl-function.h: New file.
12835 * read-rtl.c: Potentially include config.h rather than bconfig.h.
12836 For host, include function.h, memmodel.h, and emit-rtl.h.
12837 (one_time_initialization): New function.
12838 (struct compact_insn_name): New struct.
12839 (compact_insn_names): New array.
12840 (find_code): Handle insn codes in compact dumps.
12841 (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
12842 (bind_subst_iter_and_attr): Likewise.
12843 (add_condition_to_string): Likewise.
12844 (add_condition_to_rtx): Likewise.
12845 (apply_attribute_uses): Likewise.
12846 (add_current_iterators): Likewise.
12847 (apply_iterators): Likewise.
12848 (initialize_iterators): Guard usage of apply_subst_iterator with
12849 #ifdef GENERATOR_FILE.
12850 (read_conditions): Wrap with #ifdef GENERATOR_FILE.
12851 (md_reader::read_mapping): Likewise.
12852 (add_define_attr_for_define_subst): Likewise.
12853 (add_define_subst_attr): Likewise.
12854 (read_subst_mapping): Likewise.
12855 (check_code_iterator): Likewise.
12856 (rtx_reader::read_rtx): Likewise. Move one-time initialization
12858 (one_time_initialization): New function.
12859 (rtx_reader::read_until): New method.
12860 (read_flags): New function.
12861 (parse_reg_note_name): New function.
12862 (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
12863 Handle reuse_rtx ids.
12864 Wrap iterator lookup within #ifdef GENERATOR_FILE.
12865 Add parsing support for RTL dumps, mirroring the special-cases in
12866 print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
12867 values, and calling handle_any_trailing_information.
12868 (rtx_reader::read_rtx_operand): Convert return type from void
12869 to rtx, returning return_rtx. Handle case 'e'. Call
12870 finalize_string on XSTR and XTMPL fields.
12871 (rtx_reader::read_nested_rtx): Handle dumps in which trailing
12872 "(nil)" values were omitted. Call the postprocess vfunc on the
12874 (rtx_reader::rtx_reader): Add new "compact" param and pass to base
12875 class ctor. Initialize m_in_call_function_usage. Call
12876 one_time_initialization.
12877 * rtl-tests.c (selftest::test_uncond_jump): Call
12878 set_new_first_and_last_insn.
12879 * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
12880 * selftest-rtl.c: New file.
12881 * selftest-rtl.h (class selftest::rtl_dump_test): New class.
12882 (selftest::get_insn_by_uid): New decl.
12883 * selftest-run-tests.c (selftest::run_tests): Call
12884 read_rtl_function_c_tests.
12885 * selftest.h (selftest::read_rtl_function_c_tests): New decl.
12886 * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
12889 2017-01-05 Uros Bizjak <ubizjak@gmail.com>
12891 * config/i386/i386.md (*testqi_ext_3): No need to handle memory
12892 operands in a special way. Assert that pos+len <= mode precision.
12894 2017-01-05 Jakub Jelinek <jakub@redhat.com>
12896 * common.opt (fvect-cost-model): Remove RejectNegative flag, use
12897 3 argument Alias with unlimited for the negative form.
12898 (fno-vect-cost-model): Removed.
12900 2017-01-05 Martin Liska <mliska@suse.cz>
12902 * hsa-gen.c (gen_hsa_divmod): New function.
12903 (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
12905 2017-01-05 Martin Liska <mliska@suse.cz>
12908 * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
12911 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12913 * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
12914 small constant length operands.
12916 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12918 * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
12919 between loop iterations.
12921 2017-01-05 Martin Liska <mliska@suse.cz>
12924 * gimplify.c (gimplify_decl_expr): Compare to
12925 asan_poisoned_variables instread of checking flags.
12926 (gimplify_target_expr): Likewise.
12927 (gimplify_expr): Likewise.
12928 (gimplify_function_tree): Conditionally initialize
12929 asan_poisoned_variables.
12931 2017-01-04 Jeff Law <law@redhat.com>
12933 PR tree-optimizatin/78812
12934 * rtl.h (contains_mem_rtx_p): Prototype.
12935 * ifcvt.c (containts_mem_rtx_p): Move from here to...
12936 * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
12937 * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
12938 and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look
12939 through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
12941 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
12943 * input.c (assert_char_at_range): Default-initialize actual_range.
12945 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
12947 * df-scan.c (df_ref_create_structure): Make regno unsigned,
12948 to match the caller.
12950 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
12952 * cfgexpand.c (expand_gimple_basic_block): Disregard debug
12953 insns after final jump in test to emit dummy move.
12955 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
12957 * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
12958 * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
12960 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
12962 * multiple_target.c (create_dispatcher_calls): Init e_next.
12963 * tree-ssa-loop-split.c (split_loop): Init border.
12964 * tree-vect-loop.c (vect_determine_vectorization_factor): Init
12967 2017-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
12972 * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
12973 (altivec_register_operand): Do not return true if the operand
12974 contains a SUBREG mixing SImode and SFmode.
12975 (vsx_register_operand): Likewise.
12976 (vsx_reg_sfsubreg_ok): New predicate.
12977 (vfloat_operand): Do not return true if the operand contains a
12978 SUBREG mixing SImode and SFmode.
12979 (vint_operand): Likewise.
12980 (vlogical_operand): Likewise.
12981 (gpc_reg_operand): Likewise.
12982 (int_reg_operand): Likewise.
12983 * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
12984 * config/rs6000/rs6000.c (valid_sf_si_move): New function to
12985 determine if a MOVSI or MOVSF operation contains SUBREGs that mix
12987 (rs6000_emit_move_si_sf_subreg): New helper function.
12988 (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
12989 fixup SUBREGs involving SImode and SFmode.
12990 * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
12991 numbers for the new peephole2 optimization.
12992 (peephole2 for SFmode unions): New peephole2 to optimize cases in
12993 the GLIBC math library that do AND/IOR/XOR operations on single
12994 precision floating point.
12995 * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
12996 target macros to say whether we need to avoid SUBREGs mixing
12998 (TARGET_ALLOW_SF_SUBREG): Likewise.
12999 * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
13000 (UNSPEC_SI_FROM_SF): Likewise.
13001 (iorxor): Change spacing.
13002 (and_ior_xor): New iterator for AND, IOR, and XOR.
13003 (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
13004 (movdi_from_sf_zero_ext): Likewise.
13005 (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
13006 instead of gpc_reg_operand. Add SImode/SFmode SUBREG support.
13007 (movsf_from_si): New insn for SImode/SFmode SUBREG support.
13008 (fma<mode>4): Use gpc_reg_operand instead of register_operand.
13009 (fms<mode>4): Likewise.
13010 (fnma<mode>4): Likewise.
13011 (fnms<mode>4): Likewise.
13012 (nfma<mode>4): Likewise.
13013 (nfms<mode>4): Likewise.
13015 2017-01-04 Marek Polacek <polacek@redhat.com>
13018 * doc/invoke.texi: Document -Wpointer-compare.
13020 2017-01-04 Jakub Jelinek <jakub@redhat.com>
13022 * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
13025 * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
13026 descriptions for -gdwarf-5 and emit them as uleb128 instead of
13029 2017-01-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
13032 * doc/sourcebuild.texi (PowerPC-specific attributes): Add
13033 documentation of the powerpc_popcntb_ok attribute.
13034 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
13035 code to issue warning messages if a requested CPU configuration is
13036 not supported by the binary (assembler and loader) toolchain.
13037 (spe_init_builtins): Add two assertions to prevent ICE if attempt is
13038 made to define a built-in function that has been disabled.
13039 (paired_init_builtins): Add assertion to prevent ICE if attempt is
13040 made to define a built-in function that has been disabled.
13041 (altivec_init_builtins): Add comment explaining why definition
13042 of the DST built-in functions is not preceded by an assertion
13043 check. Add assertions to prevent ICE if attempts are made to
13044 define an altivec predicate or an abs* built-in function that has
13046 (htm_init_builtins): Add comment explaining why definition of the
13047 htm built-in functions is not preceded by an assertion check.
13049 2017-01-04 Jeff Law <law@redhat.com>
13051 PR tree-optimizatin/67955
13052 * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
13053 Allow any SSA_VAR_P as the base objects. Use integer_zerop. Verify
13054 the points-to solution does not include pt_null. Use DECL_PT_UID
13057 2017-01-04 Uros Bizjak <ubizjak@gmail.com>
13059 * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
13060 Use gen_int_mode instead of gen_lopwart for const_int operands.
13062 2017-01-04 Jakub Jelinek <jakub@redhat.com>
13064 PR tree-optimization/71563
13065 * match.pd: Simplify X << Y into X if Y is known to be 0 or
13066 out of range value - has low bits known to be zero.
13068 2017-01-04 Alan Modra <amodra@gmail.com>
13070 * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
13071 * configure: Regenerate.
13072 * config.in: Regenerate.
13074 2017-01-04 Jakub Jelinek <jakub@redhat.com>
13077 * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
13078 a substring of the message, but strcmp with the whole message. Ifdef
13079 ENABLE_NLS, translate the message first using dgettext.
13081 2017-01-03 Jeff Law <law@redhat.com>
13083 PR tree-optimizatin/78856
13084 * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
13085 (mark_threaded_blocks): Remove code to truncate thread paths that
13086 cross multiple loop headers. Instead invalidate the cached loop
13087 iteration information and handle case of a thread path walking
13088 into an irreducible region.
13090 2017-01-03 Michael Meissner <meissner@linux.vnet.ibm.com>
13093 * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
13094 assertions. Add support for doing the signbit if the IEEE 128-bit
13095 floating point value is in a GPR.
13096 * config/rs6000/rs6000.md (Fsignbit): Delete.
13097 (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
13098 Update the length attribute if the value is in a GPR.
13099 (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
13100 the sign or zero extension instruction, since the value is always 0/1.
13101 (signbit<mode>2_dm2): Delete using <Fsignbit>.
13104 * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
13105 extracting SImode to a GPR register so that we can generate a
13106 store, limit the vector to be in a traditional Altivec register
13107 for the vextuwrx instruction.
13109 2017-01-03 Ian Lance Taylor <iant@google.com>
13111 * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
13113 2017-01-03 Martin Sebor <msebor@redhat.com>
13115 PR tree-optimization/78696
13116 * gimple-ssa-sprintf.c (format_floating): Correct handling of
13117 precision. Use MPFR for %f for greater fidelity. Correct handling
13119 (pass_sprintf_length::compute_format_length): Set width and precision
13120 specified by asrerisk to void_node for vararg functions.
13121 (try_substitute_return_value): Adjust dump output.
13123 2017-01-03 David Edelsohn <dje.gcc@gmail.com>
13125 * doc/invoke.texi (RS6000 options): LRA is enabled by default.
13127 2017-01-03 Eric Botcazou <ebotcazou@adacore.com>
13129 * doc/invoke.texi (SPARC options): Document -mlra as the default.
13130 * config/sparc/sparc.c (sparc_option_override): Force LRA unless
13131 -mlra/-mno-lra was passed to the compiler.
13133 2017-01-03 James Cowgill <James.Cowgill@imgtec.com>
13135 PR rtl-optimization/65618
13136 * emit-rtl.c (try_split): Move initialization of "before" and
13137 "after" to just before the call to emit_insn_after_setloc.
13139 2017-01-03 Gerald Pfeifer <gerald@pfeifer.com>
13141 * doc/md.texi (Standard Names): Remove reference to Java frontend.
13143 2017-01-03 Pierre-Marie de Rodat <derodat@adacore.com>
13145 * dwarf2out.c (gen_enumeration_type_die): When
13146 -gno-strict-dwarf, add a DW_AT_encoding attribute.
13148 2017-01-03 Jakub Jelinek <jakub@redhat.com>
13150 PR tree-optimization/78965
13151 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
13152 Change first argument from const call_info & to call_info &. For %n
13153 set info.nowrite to false.
13155 PR middle-end/78901
13156 * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
13157 possibly throwing calls.
13159 * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
13160 and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
13161 and fns handling, rather than in a separate case SSA_NAME.
13163 2017-01-02 Jeff Law <law@redhat.com>
13165 * config/darwin-driver.c (darwin_driver_init): Const-correctness
13166 fixes for first_period and second_period variables.
13168 2017-01-02 Uros Bizjak <ubizjak@gmail.com>
13171 * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
13172 (*insvqi_1): New insn pattern.
13173 (*insvqi_1_mem_rex64): Ditto.
13174 (*insvqi_2): Ditto.
13175 (*insvqi_3): Rename from *insvqi.
13177 (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
13179 2017-01-02 Gerald Pfeifer <gerald@pfeifer.com>
13181 * doc/cfg.texi (Edges): Remove reference to Java.
13182 (Maintaining the CFG): Ditto.
13184 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
13186 PR middle-end/77674
13187 * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
13188 transparent aliases.
13190 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
13192 PR middle-end/77484
13193 * predict.def (PRED_CALL): Update hitrate.
13194 (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
13195 * predict.c (tree_estimate_probability_bb): Split CALL predictor
13196 into direct/indirect/polymorphic variants.
13198 2017-01-01 Jakub Jelinek <jakub@redhat.com>
13200 Update copyright years.
13202 * gcc.c (process_command): Update copyright notice dates.
13203 * gcov-dump.c (print_version): Ditto.
13204 * gcov.c (print_version): Ditto.
13205 * gcov-tool.c (print_version): Ditto.
13206 * gengtype.c (create_file): Ditto.
13207 * doc/cpp.texi: Bump @copying's copyright year.
13208 * doc/cppinternals.texi: Ditto.
13209 * doc/gcc.texi: Ditto.
13210 * doc/gccint.texi: Ditto.
13211 * doc/gcov.texi: Ditto.
13212 * doc/install.texi: Ditto.
13213 * doc/invoke.texi: Ditto.
13215 Copyright (C) 2017 Free Software Foundation, Inc.
13217 Copying and distribution of this file, with or without modification,
13218 are permitted in any medium without royalty provided the copyright
13219 notice and this notice are preserved.