1 2016-11-09 Martin Liska <mliska@suse.cz>
3 * fold-const-call.c (fold_const_call): Fix the folding.
5 2016-11-09 Richard Biener <rguenther@suse.de>
7 * common.opt (flag_evaluation_order): Remove.
8 * expr.c (expand_operands): Remove code guarded by
10 * fold-const.c (reorder_operands_p): Remove, it always returns
12 (negate_expr_p): Remove calls to reorder_operands_p.
13 (fold_negate_expr): Likewise.
14 (tree_swap_operands_p): Likewise.
15 (fold_binary_loc): Likewise.
17 2016-11-09 Andreas Schwab <schwab@suse.de>
20 * config/m68k/m68k.md: Reject out-of-range bit pos in bit-fields
21 insns operating on a register.
23 2016-11-09 Richard Biener <rguenther@suse.de>
25 PR tree-optimization/78007
26 * tree-vect-stmts.c (vectorizable_bswap): New function.
27 (vectorizable_call): Call vectorizable_bswap for
28 BUILT_IN_BSWAP{16,32,64} if arguments are not promoted.
30 2016-11-09 Richard Biener <rguenther@suse.de>
32 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
33 Look at the DR_BASE_ADDRESS object for forcing alignment.
35 2016-11-09 Kugan Vivekanandarajah <kuganv@linaro.org>
37 * ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.
38 (propagate_vr_accross_jump_function): Likewise.
39 * ipa-prop.c (ipa_set_jf_unary_pass_through): New.
40 (load_from_param_1): New.
41 (load_from_unmodified_param): Factor common part into load_from_param_1.
42 (load_from_param): New.
43 (compute_complex_assign_jump_func): Handle unary expressions.
44 (ipa_write_jump_function): Likewise.
45 (ipa_read_jump_function): Likewise.
47 2016-11-09 Kugan Vivekanandarajah <kuganv@linaro.org>
50 * ipa-cp.c (propagate_vr_accross_jump_function): Pass param type.
51 Also fold constant passed as argument while computing value range.
52 (propagate_constants_accross_call): Pass param type.
53 * ipa-prop.c: export ipa_get_callee_param_type.
54 * ipa-prop.h: export ipa_get_callee_param_type.
56 2016-11-09 Maxim Ostapenko <m.ostapenko@samsung.com>
58 * asan.h (asan_intercepted_p): Handle BUILT_IN_STRCSPN,
59 BUILT_IN_STRPBRK, BUILT_IN_STRSPN and BUILT_IN_STRSTR.
61 2016-11-09 Maxim Ostapenko <m.ostapenko@samsung.com>
63 * asan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.
64 * asan.c (ASAN_STACK_MAGIC_PARTIAL): Replace with
65 ASAN_STACK_MAGIC_MIDDLE.
66 (asan_global_struct): Increase the size of fields.
67 (asan_add_global): Add new field constructor.
68 * sanitizer.def (__asan_version_mismatch_check_v6): Replace with
69 __asan_version_mismatch_check_v8.
71 2016-11-08 David Edelsohn <dje.gcc@gmail.com>
73 * dwarf2asm.c (USE_LINKONCE_INDIRECT): Test XCOFF_DEBUGGING_INFO
76 2016-11-08 Uros Bizjak <ubizjak@gmail.com>
79 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
80 Handle ASHIFT and LSHIFTRT.
81 (dimode_scalar_chain::compute_convert_gain): Ditto.
82 (dimode_scalar_chain::convert_insn): Ditto.
84 2016-11-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
86 * gimple-ssa-store-merging.c: Include selftest.h
87 (verify_array_eq): New function.
88 (verify_shift_bytes_in_array): Likewise.
89 (verify_shift_bytes_in_array_right): Likewise.
90 (verify_clear_bit_region): Likewise.
91 (verify_clear_bit_region_be): Likewise.
92 (store_merging_c_tests): Likewise.
93 * selftest.h (store_merging_c_tests): Declare prototype.
94 * selftest-run-tests.c (selftest::run_tests): Run
95 store_merging_c_tests.
97 2016-11-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
99 * config/arm/arm.opt (mold-rtx-costs): Delete.
100 (mnew-generic-costs): Delete.
101 * config/arm/arm-protos.h (struct tune_params): Delete rtx_costs field.
102 * config/arm/arm.c (arm_rtx_costs_1): Delete.
103 (arm_size_rtx_costs): Likewise.
104 (arm_slowmul_rtx_costs): Likewise.
105 (arm_fastmul_rtx_costs): Likewise.
106 (arm_xscale_rtx_costs): Likewise.
107 (arm_9e_rtx_costs): Likewise.
108 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
109 arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
110 arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
111 arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
112 arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
113 arm_cortex_a5_tune, arm_xgene1_tune, arm_marvell_pj4_tune,
114 arm_cortex_a35_tune, arm_exynosm1_tune, arm_cortex_a73_tune,
116 Delete rtx_costs field.
117 (arm_new_rtx_costs): Rename to...
118 (arm_rtx_costs_internal): ... This.
119 (arm_rtx_costs): Remove old way of doing rtx costs.
121 2016-11-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
123 * config/arm/arm.c (arm_slowmul_tune): Use generic_extra_costs.
124 (arm_fastmul_tune): Likewise.
125 (arm_strongarm_tune): Likewise.
126 (arm_xscale_tune): Likewise.
127 (arm_9e_tune): Likewise.
128 (arm_marvell_pj4_tune): Likewise.
129 (arm_v6t2_tune): Likewise.
130 (arm_v6m_tune): Likewise.
131 (arm_fa726te_tune): Likewise.
133 2016-11-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
135 PR tree-optimization/78234
136 * gimple-ssa-store-merging.c (clear_bit_region): Fix off-by-one error
139 2016-11-08 Martin Liska <mliska@suse.cz>
142 * dbgcnt.def: Add new debug counter asan_use_after_scope.
143 * gimplify.c (gimplify_decl_expr): Do not sanitize vars
144 with a value expr. Do not add artificial variables to
145 live_switch_vars. Use the debug counter.
146 (gimplify_target_expr): Use the debug counter.
147 * internal-fn.def: Remove ECF_TM_PURE from ASAN_MARK builtin.
148 * sanitizer.def: Set ATTR_NOTHROW_LEAF_LIST to
149 BUILT_IN_ASAN_CLOBBER_N and BUILT_IN_ASAN_UNCLOBBER_N.
151 2016-11-08 Richard Biener <rguenther@suse.de>
153 * tree-vect-stmts.c (get_group_load_store_type): If the
154 access is aligned do not trigger peeling for gaps.
155 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
156 force alignment of vars with DECL_USER_ALIGN.
158 2016-11-08 James Greenhalgh <james.greenhalgh@arm.com>
160 * config/aarch64/t-aarch64 (aarch64-c.o): Depend on TARGET_H.
162 2016-11-08 Richard Biener <rguenther@suse.de>
164 PR tree-optimization/78205
165 * tree-vect-stmts.c (vectorizable_load): Move check whether
166 we may run into gaps when BB vectorizing SLP permutations ...
167 * tree-vect-slp.c (vect_supported_load_permutation_p): ...
168 here where we can do a more precise check.
170 2016-11-08 Richard Biener <rguenther@suse.de>
172 PR tree-optimization/78224
173 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
174 Split the fallthru edge in case its successor may have PHIs.
175 Do not free dominance info.
177 2016-11-07 Jakub Jelinek <jakub@redhat.com>
180 * config/i386/i386.c (ix86_gimple_fold_builtin): Do not adjust
181 EH info even for bzhi and pdep/pext.
183 2016-11-07 Peter Bergner <bergner@vnet.ibm.com>
185 * config.gcc (powerpc*-*-*, rs6000*-*-*): Remove setting of
186 INCLUDE_EXTRA_SPEC for Advance Toolchain builds.
188 2016-11-07 Segher Boessenkool <segher@kernel.crashing.org>
190 * config/rs6000/rs6000.md (div<mode>3): Expand using rs6000_emit_swdiv
192 * config/rs6000/vector.md (div<mode>3): Ditto.
194 2016-11-07 David Edelsohn <dje.gcc@gmail.com>
196 * configure.ac (.hidden): Change to conftest_s string. Provide string
198 (gcc_cv_ld_hidden): Yes for AIX.
199 * configure: Regenerate.
201 * dwarf2asm.c (USE_LINKONCE_INDIRECT): Don't set for AIX (XCOFF).
203 * config/rs6000/rs6000-protos.h (rs6000_asm_weaken_decl): Declare
204 (rs6000_xcoff_asm_output_aligned_decl_common): Declare.
205 * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_DECL_NAME): Define.
206 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
207 (ASM_OUTPUT_ALIGNED_COMMON): Delete.
208 * config/rs6000/rs6000.c (rs6000_init_builtins): Change clog rename
210 (rs6000_xcoff_visibility): New.
211 (rs6000_xcoff_declare_function_name): Add visibility support.
212 (rs6000_xcoff_asm_globalize_decl_name): New.
213 (rs6000_xcoff_asm_output_aligned_decl_common): New.
214 (rs6000_asm_weaken_decl): New.
215 (rs6000_code_end): Disable HIDDEN_LINKONCE on XCOFF.
216 config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Change definition to
219 2016-11-07 Jack Howarth <howarth.at.gcc@gmail.com>
222 * incpath.c: (remove_dup(): Also silently ignore EPERM.
224 2016-11-07 Martin Jambor <mjambor@suse.cz>
226 * tree.c (verify_type_variant): Use pointer comparison to check that
227 TYPE_SIZE_UNIT match.
229 2016-11-07 Jakub Jelinek <jakub@redhat.com>
232 * dse.c (dse_step5): Call scan_reads even if just
233 insn_info->frame_read. Improve and fix dump file messages.
236 * config/i386/i386.c (ix86_expand_sse_cmp): Force dest into
237 cmp_mode argument even for -O0 if cmp_mode != mode and maskcmp.
239 2016-11-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
242 * match.pd: Add following two patterns:
243 (x == 0 & y == 0) -> (x | typeof(x)(y)) == 0.
244 (x != 0 | y != 0) -> (x | typeof(x)(y)) != 0.
246 2016-11-07 Bernd Schmidt <bschmidt@redhat.com>
248 * emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order.
249 * sel-sched-ir.c (create_copy_of_insn_rtx): Likewise.
250 * rtl.h (duplicate_reg_notes): Declare.
251 * rtlanal.c (duplicate_reg_note): New function.
253 PR rtl-optimization/77309
254 * combine.c (make_compound_operation): Allow EQ for IN_CODE, and
255 don't assume an equality comparison for plain COMPARE.
256 (simplify_comparison): Pass a more accurate code to
257 make_compound_operation.
259 2016-11-07 Pat Haugen <pthaugen@us.ibm.com>
261 * target.def (compute_pressure_classes): New target hook.
262 * doc/tm.texi.in: Document it.
263 * doc/tm.texi: Regenerate.
264 * ira.c (setup_pressure_classes): Call target hook if defined.
266 2016-11-07 David Malcolm <dmalcolm@redhat.com>
268 * print-rtl.c (rtx_writer::operand_has_default_value_p): New
270 (rtx_writer::print_rtx): In compact mode, omit trailing operands
271 that have the default values.
272 * print-rtl.h (rtx_writer::operand_has_default_value_p): New
274 * rtl-tests.c (selftest::test_dumping_insns): Remove empty
275 label string from expected dump.
276 (seltest::test_uncond_jump): Remove trailing "(nil)" for REG_NOTES
279 2016-11-07 Jakub Jelinek <jakub@redhat.com>
282 * alias.c (nonoverlapping_memrefs_p): If one decl is
283 FUNCTION_DECL or LABEL_DECL and the other is not, return 1.
285 2016-11-07 Richard Biener <rguenther@suse.de>
288 * config/i386/i386.c (ix86_gimple_fold_builtin): Do not adjust
291 2016-11-07 Richard Biener <rguenther@suse.de>
293 PR tree-optimization/78218
294 * gimple-ssa-store-merging.c
295 (pass_store_merging::terminate_all_aliasing_chains):
296 Drop unused argument, fix alias check to also consider uses.
297 (pass_store_merging::execute): Adjust.
299 2016-11-07 Richard Biener <rguenther@suse.de>
301 PR tree-optimization/78228
302 * tree-ssa-phiopt.c (abs_replacement): Avoid introducing
305 2016-11-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
308 * config/aarch64/aarch64.md (*tb<optab><mode>1): Use
309 aarch64_simd_shift_imm_<mode> predicate for operand 1.
310 (<optab>, ANY_EXTRACT): Use tighter predicates on operands 2 and 3
311 to restrict them to an appropriate range and add FAIL check if the
312 region they specify is out of range. Delete useless constraint
314 (*<optab><mode>, ANY_EXTRACT): Add appropriate predicates on operands
315 2 and 3 to restrict their range and add pattern predicate.
317 2016-11-07 Martin Liska <mliska@suse.cz>
319 * asan.c (enum asan_check_flags): Move the enum to header file.
320 (asan_init_shadow_ptr_types): Make type creation more generic.
321 (shadow_mem_size): New function.
322 (asan_emit_stack_protection): Use newly added ASAN_SHADOW_GRANULARITY.
323 Rewritten stack unpoisoning code.
324 (build_shadow_mem_access): Add new argument return_address.
325 (instrument_derefs): Instrument local variables if use after scope
326 sanitization is enabled.
327 (asan_store_shadow_bytes): New function.
328 (asan_expand_mark_ifn): Likewise.
329 (asan_sanitize_stack_p): Moved from asan_sanitize_stack_p.
330 * asan.h (enum asan_mark_flags): Moved here from asan.c
331 (asan_protect_stack_decl): Protect all declaration that need
333 (asan_sanitize_use_after_scope): New function.
334 (asan_no_sanitize_address_p): Likewise.
335 * cfgexpand.c (partition_stack_vars): Consider
336 asan_sanitize_use_after_scope in condition.
337 (expand_stack_vars): Likewise.
338 * common.opt (-fsanitize-address-use-after-scope): New option.
339 * doc/invoke.texi (use-after-scope-direct-emission-threshold):
340 Explain the parameter.
341 * flag-types.h (enum sanitize_code): Define SANITIZE_USE_AFTER_SCOPE.
342 * gimplify.c (build_asan_poison_call_expr): New function.
343 (asan_poison_variable): Likewise.
344 (gimplify_bind_expr): Generate poisoning/unpoisoning for local
345 variables that have address taken.
346 (gimplify_decl_expr): Likewise.
347 (gimplify_target_expr): Likewise for C++ temporaries.
348 (sort_by_decl_uid): New function.
349 (gimplify_expr): Unpoison all variables for a label we can jump
350 from outside of a scope.
351 (gimplify_switch_expr): Unpoison variables defined in the switch
353 (gimplify_function_tree): Clear asan_poisoned_variables.
354 (asan_poison_variables): New function.
355 (warn_switch_unreachable_r): Handle IFN_ASAN_MARK.
356 * internal-fn.c (expand_ASAN_MARK): New function.
357 * internal-fn.def (ASAN_MARK): Declare.
358 * opts.c (finish_options): Handle -fstack-reuse if
359 -fsanitize-address-use-after-scope is enabled.
360 (common_handle_option): Enable address sanitization if
361 -fsanitize-address-use-after-scope is enabled.
362 * params.def (PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD):
364 * params.h: Likewise.
365 * sancov.c (pass_sanopt::execute): Handle IFN_ASAN_MARK.
366 * sanitizer.def: Define __asan_poison_stack_memory and
367 __asan_unpoison_stack_memory functions.
368 * asan.c (asan_mark_poison_p): New function.
369 (transform_statements): Handle asan_mark_poison_p calls.
370 * gimple.c (nonfreeing_call_p): Handle IFN_ASAN_MARK.
372 2016-11-07 Tamar Christina <tamar.christina@arm.com>
375 * Makefile.in (SELFTEST_FLAGS): Added -o /dev/null.
377 2016-11-07 Martin Liska <mliska@suse.cz>
379 * tree-profile.c (gimple_gen_time_profiler): Set proper type
380 to time_profiler_counter_ptr.
382 2016-11-07 Richard Biener <rguenther@suse.de>
384 PR tree-optimization/37150
385 * tree-vectorizer.h (vect_transform_slp_perm_load): Add n_perms
387 * tree-vect-slp.c (vect_supported_load_permutation_p): Adjust.
388 (vect_analyze_slp_cost_1): Account for the real number of
389 permutations emitted and for dead loads.
390 (vect_transform_slp_perm_load): Add n_perms parameter counting
391 the number of emitted permutations.
392 * tree-vect-stmts.c (vectorizable_load): Adjust.
394 2016-11-07 Richard Biener <rguenther@suse.de>
396 PR tree-optimization/78189
397 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Fix
398 alignment computation.
400 2016-11-06 Kugan Vivekanandarajah <kuganv@linaro.org>
402 * ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.
404 2016-11-05 Martin Sebor <msebor@redhat.com>
406 * doc/invoke.texi (Warning Options): Correct typos in -Walloca
409 2016-11-05 David Edelsohn <dje.gcc@gmail.com>
413 * ipa-comdats.c (pass_ipa_comdats::gate): Require HAVE_COMDAT_GROUP.
415 2016-11-04 Jakub Jelinek <jakub@redhat.com>
418 * alias.c (nonoverlapping_memrefs_p): Return 0 if exprx or expry
419 doesn't have rtl set.
421 2016-11-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
423 * config/rs6000/rs6000.c (gimple-ssa.h): New #include.
424 (TARGET_GIMPLE_FOLD_BUILTIN): Define as
425 rs6000_gimple_fold_builtin.
426 (rs6000_gimple_fold_builtin): New function. Add handling for
427 early expansion of vector addition builtins.
429 2016-11-04 Eric Botcazou <ebotcazou@adacore.com>
431 * expr.h (copy_blkmode_from_reg): Delete.
432 * expr.c (copy_blkmode_from_reg): Make static.
434 2016-11-04 Eric Botcazou <ebotcazou@adacore.com>
436 * defaults.h (LOAD_EXTEND_OP): Define if not already defined.
437 * combine.c (LOAD_EXTEND_OP): Delete.
438 (simplify_comparison): Fix comment about LOAD_EXTEND_OP.
439 * cse.c (LOAD_EXTEND_OP): Delete.
440 * fold-const.c (LOAD_EXTEND_OP): Likewise.
441 * fwprop.c (free_load_extend): Remove #ifdef LOAD_EXTEND_OP/#endif.
442 * postreload.c (LOAD_EXTEND_OP): Delete.
443 * reload.c (push_reload): Remove #ifdef LOAD_EXTEND_OP/#endif.
444 Convert conditional compilation based on WORD_REGISTER_OPERATIONS.
445 (find_reloads): Likewise.
446 * reload1.c (eliminate_regs_1): Likewise.
447 * rtlanal.c (nonzero_bits1): Remove #ifdef LOAD_EXTEND_OP/#endif.
448 (num_sign_bit_copies1): Likewise.
450 2016-11-04 David Malcolm <dmalcolm@redhat.com>
452 * config/i386/i386.c: Include "selftest.h" and "selftest-rtl.h".
453 (selftest::ix86_test_dumping_hard_regs): New function.
454 (selftest::ix86_run_selftests): New function.
455 (TARGET_RUN_TARGET_SELFTESTS): When CHECKING_P, wire this up to
456 selftest::ix86_run_selftests.
457 * doc/tm.texi.in (TARGET_RUN_TARGET_SELFTESTS): New.
458 * doc/tm.texi: Regenerate
459 * selftest-rtl.h: New file.
460 * rtl-tests.c: Include "selftest-rtl.h".
461 (selftest::assert_rtl_dump_eq): Make non-static.
462 (ASSERT_RTL_DUMP_EQ): Move to selftest-rtl.h.
463 (selftest::test_dumping_regs): Update comment.
464 * selftest-run-tests.c: Include "target.h".
465 (selftest::run_tests): If non-NULL, call
466 targetm.run_target_selftests.
467 * target.def (run_target_selftests): New hook.
469 2016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
471 * config/arm/arm-arches.def (armv8-m.main+dsp): Set Cortex-M33 as
472 representative core for this architecture.
473 * config/arm/arm-cores.def (cortex-m33): Define new processor.
474 * config/arm/arm-tables.opt: Regenerate.
475 * config/arm/arm-tune.md: Likewise.
476 * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M33 to the list of
478 * doc/invoke.texi (ARM Options): Document new Cortex-M33 processor.
480 2016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
482 * config/arm/arm-arches.def (armv8-m.base): Set Cortex-M23 as
483 representative core for this architecture.
484 * config/arm/arm-cores.def (cortex-m23): Define new processor.
485 * config/arm/arm-tables.opt: Regenerate.
486 * config/arm/arm-tune.md: Likewise.
487 * config/arm/arm.c (arm_v6m_tune): Add Cortex-M23 to the list of cores
488 this tuning parameters apply to in the comment.
489 * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M23 to the list of
491 * doc/invoke.texi (ARM Options): Document new Cortex-M23 processor.
493 2016-11-04 Bin Cheng <bin.cheng@arm.com>
495 * fold-const.c (fold_cond_expr_with_comparison): Remove call
496 to pedantic_non_lvalue_loc. Remove useless code for lvalue
497 where cond_expr can't be a lvalue.
499 2016-11-04 Claudiu Zissulescu <claziss@synopsys.com>
501 * config/arc/arc.c (arc_process_double_reg_moves): Use
503 * config/arc/arc.md (movsi_insn): Disable unsupported move
504 instructions for ARCv2 cores.
505 (movdi): Use prepare_move_operands.
506 (movsf, movdf): Use move_dest_operand predicate.
507 * config/arc/constraints.md (Chs): Enable when barrel shifter is
509 * config/arc/fpu.md (divsf3): Change to divsf3_fpu.
510 * config/arc/fpx.md (dexcl_3op_peep2_insn): Dx data register is
512 (dexcl_3op_peep2_insn_nores): Likewise.
513 * config/arc/arc.h (SHIFT_COUNT_TRUNCATED): Define to one.
514 (LINK_COMMAND_SPEC): Remove.
516 2016-11-04 Richard Biener <rguenther@suse.de>
519 * loop-invariant.c (find_exits): Record entering inner
520 loops as possibly exiting to handle infinite sub-loops.
521 * tree-ssa-loop-im.c: Include tree-ssa-loop-niter.h.
522 (fill_always_executed_in_1): Honor infinite child loops.
524 2016-11-03 Michael Meissner <meissner@linux.vnet.ibm.com>
527 * config/rs6000/vsx.md (vsx_extract_<mode>_di): The element number
528 has already been adjusted for endianness, so don't adjust it any
532 * config/rs6000/rs6000.h (FLOAT128_IBM_P): Do not allow IFmode or
533 ICmode unless we have standard PowerPC floating point.
534 * config/rs6000/rs6000.md (FP iterator): Likewise.
535 (FMOVE128 iterator): Likewise.
537 2016-11-03 Jakub Jelinek <jakub@redhat.com>
538 Alexandre Oliva <aoliva@redhat.com>
539 Jason Merrill <jason@redhat.com>
543 * langhooks.h (struct lang_hooks_for_types): Add type_dwarf_attribute
545 * langhooks.c (lhd_type_dwarf_attribute): New function.
546 * langhooks-def.h (lhd_type_dwarf_attribute): Declare.
547 (LANG_HOOKS_TYPE_DWARF_ATTRIBUTE): Define.
548 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add
549 LANG_HOOKS_TYPE_DWARF_ATTRIBUTE.
550 (check_qualified_type, check_aligned_type): Call it.
551 * dwarf2out.c (modified_type_die): Don't use type_main_variant
552 for FUNCTION_TYPE or METHOD_TYPE, instead walk over variants with
553 check_base_type and check_lang_type.
554 (gen_ptr_to_mbr_type_die): If lookup_type_die is already non-NULL,
555 return early. For pointer-to-data-member add DW_AT_use_location
557 (gen_subroutine_type_die): Add DW_AT_{,rvalue_}reference attribute
559 (gen_type_die_with_usage): Don't use type_main_variant
560 for FUNCTION_TYPE or METHOD_TYPE, instead walk over variants with
561 check_base_type and check_lang_type. Formatting fixes. Call
562 get_debug_type langhook.
564 2016-11-03 Jason Merrill <jason@redhat.com>
566 * tree.c (check_lang_type): New.
567 (check_qualified_type): Use it.
568 (check_aligned_type): Use it.
569 * tree.h: Declare it.
571 2016-11-03 Richard Earnshaw <rearnsha@arm.com>
573 * config.gcc (arm-wrs-vxworks): Set target_cpu_cname.
574 (arm*-freebsd*): Likewise.
575 (arm*-*-netbsdelf*): Likewise.
576 (arm*-*-linux*): Likewise.
577 (arm*-*-uclinux*eabi*): Likewise.
578 (arm*-*-phoenix*): Likewise.
579 (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*): Likewise.
580 (arm*-*-*): Don't clobber target_cpu_cname when --with-cpu is not
581 specified. Default to arm6 if target_cpu_cname is not set.
582 * arm/arm.c (arm_option_override): Simplify logic. Assert that the
583 default cpu has been correctly configured.
584 * arm/arm.h (TARGET_CPU_DEFAULT): Delete.
585 (target_cpus): Delete TARGET_CPU_generic, add TARGET_CPU_num_cores.
586 * arm/freebsd.h (SUBTARGET_CPU_DEFAULT): Delete.
587 * arm/linux-eabi.h (SUBTARGET_CPU_DEFAULT): Delete.
588 * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Delete.
589 * arm/symbian.h (SUBTARGET_CPU_DEFAULT): Delete.
590 * arm/unknown-elf.h (SUBTARGET_CPU_DEFAULT): Delete.
592 2016-11-03 Jiong Wang <jiong.wang@arm.com>
594 * reg-notes.def (CFA_VAL_EXPRESSION): New entry.
595 * dwarf2cfi.c (dwarf2out_frame_debug_cfa_val_expression): New function.
596 (dwarf2out_frame_debug): Support REG_CFA_VAL_EXPRESSION.
597 (output_cfa_loc): Support DW_CFA_val_expression.
598 (output_cfa_loc_raw): Likewise.
599 (output_cfi): Likewise.
600 (output_cfi_directive): Likewise.
601 * dwarf2out.c (dw_cfi_oprnd1_desc): Support DW_CFA_val_expression.
602 (dw_cfi_oprnd2_desc): Likewise.
603 (mem_loc_descriptor): Recognize new pattern generated for value
606 2016-11-03 Segher Boessenkool <segher@kernel.crashing.org>
608 PR rtl-optimization/78186
609 * combine.c (change_zero_ext): Mask the RHS of a zero_extract as
610 well, when converting to IOR.
612 2016-11-03 Eric Botcazou <ebotcazou@adacore.com>
614 * config/sparc/sparc.md (vec_interleave_lowv8qi): Delete.
615 (vec_interleave_highv8qi): Likewise.
617 2016-11-03 Martin Liska <mliska@suse.cz>
619 * profile.c (instrument_values): Fix coding style.
620 (branch_prob): Use renamed function.
621 * tree-profile.c (init_ic_make_global_vars): Likewise.
622 (gimple_init_edge_profiler): Rename to
623 gimple_init_gcov_profiler.
624 tree_time_profiler_counter variable declaration.
625 (gimple_gen_time_profiler): Rewrite to do a direct gimple code
627 * value-prof.h: Remove an argument.
629 2016-11-03 Richard Biener <rguenther@suse.de>
631 * config/rs6000/rs6000.c (rs6000_xcoff_declare_object_name): Use
632 symtab_node::get_create.
634 2016-11-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
636 * rtlanal.c (nonzero_bits1): Fix WORD_REGISTER_OPERATIONS condition.
637 Move comments into more natural position.
639 2016-11-03 Vineet Gupta <vgupta@synopsys.com>
641 * config/arc/arc.h (SIZE_TYPE): Define as unsigned int.
642 (PTRDIFF_TYPE): Define as int.
644 2016-11-03 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
646 * ccmp.c (expand_ccmp_expr_1): Adjust.
647 (expand_ccmp_expr): Likewise.
648 (expand_ccmp_next): Likewise.
649 * config/aarch64/aarch64.c (aarch64_gen_ccmp_next): Likewise.
650 (aarch64_gen_ccmp_first): Likewise.
651 * doc/tm.texi: Regenerate.
652 * target.def (gen_ccmp_first): Change argument types to rtx_insn *.
653 (gen_ccmp_next): Likewise.
655 2016-11-03 Bin Cheng <bin.cheng@arm.com>
657 * tree-vect-loop.c (destroy_loop_vec_info): Handle cond_expr.
658 (vect_is_simple_reduction): Swap cond_reduction by inversion.
660 2016-11-02 Uros Bizjak <ubizjak@gmail.com>
662 * config/i386/i386.c (ix86_init_libfuncs): New. Call
663 darwin_rename_builtins here.
664 (ix86_expand_divmod_libfunc): New.
665 (TARGET_INIT_LIBFUNCS): Unconditionally define to ix86_init_libfuncs.
666 (TARGET_EXPAND_DIVMOD_LIBFUNC): Define.
668 2016-11-02 Cesar Philippidis <cesar@codesourcery.com>
669 Nathan Sidwell <nathan@acm.org>
671 * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): Set to zero.
673 2016-11-02 Max Filippov <jcmvbkbc@gmail.com>
675 * config/xtensa/xtensa.c (xtensa_output_integer_literal_parts):
677 (xtensa_output_literal): Use xtensa_output_integer_literal_parts
678 to format MODE_INT and MODE_PARTIAL_INT literals.
680 2016-11-02 Segher Boessenkool <segher@kernel.crashing.org>
683 * config/r6000/rs6000.c (rs6000_get_separate_components): Return
684 NULL if TARGET_SPE_ABI.
686 2016-11-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
688 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Don't forget to
689 clear padding bits even when they're less than a byte.
691 2016-11-02 Richard Biener <rguenther@suse.de>
693 * gimple-ssa-store-merging.c: Include gimplify-me.h.
694 (imm_store_chain_info::output_merged_stores): Force base_addr
695 to be proper GIMPLE for a MEM_REF address.
696 (pass_store_merging::execute): Restrict negative bitpos
697 handling to non-MEM_REF bases. Remove TREE_THIS_VOLATILE
698 check. Take into account non-NULL_TREE offset if the base
699 is already addressable.
701 2016-11-26 Wilco Dijkstra <wdijkstr@arm.com>
703 * config/aarch64/aarch64-simd.md (aarch64_crypto_sha1hv4si):
705 (aarch64_be_crypto_sha1hv4si): New pattern.
707 2016-11-02 Wilco Dijkstra <wdijkstr@arm.com>
709 * config/aarch64/aarch64.md (add<mode>3): Remove
710 redundant code. Don't split frame based additions.
712 2016-11-02 Richard Biener <rguenther@suse.de>
714 * gimple-ssa-store-merging.c (struct store_immediate_info): Remove
715 redundant val and dest members.
716 (store_immediate_info::store_immediate_info): Adjust.
717 (merged_store_group::merged_store_group): Adjust.
718 (merged_store_group::apply_stores): Likewise.
719 (struct imm_store_chain_info): Add base_addr field.
720 (imm_store_chain_info::imm_store_chain_info): New constructor.
721 (imm_store_chain_info::terminate_and_process_chain): Do not pass base.
722 (imm_store_chain_info::output_merged_store): Likewise. Use
723 addr_base which is already the address.
724 (imm_store_chain_info::output_merged_stores): Likewise.
725 (pass_tree_store_merging::terminate_all_aliasing_chains): Take
726 imm_store_chain_info instead of base. Fix alias check.
727 (pass_tree_store_merging::terminate_and_release_chain): Likewise.
728 (imm_store_chain_info::coalesce_immediate_stores): Adjust.
729 (pass_store_merging::execute): Refuse to operate on TARGET_MEM_REF.
730 use the address of the base and adjust for other changes.
732 2016-11-02 Martin Liska <mliska@suse.cz>
734 * fold-const-call.c (host_size_t_cst_p): Test whether
735 t is convertible to size_t.
737 2016-11-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
739 PR tree-optimization/78170
740 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Truncate padding
741 introduced by native_encode_expr on little-endian as well.
743 2016-11-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
745 PR tree-optimization/78162
746 * gimple-ssa-store-merging.c (execute): Mark stores with bitpos < 0
749 2016-11-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
751 * config/aarch64/aarch64.c (aarch64_register_saved_on_entry): Add
753 (aarch64_next_callee_save): Likewise.
754 (aarch64_pushwb_single_reg): Likewise.
755 (aarch64_gen_storewb_pair): Likewise.
756 (aarch64_push_regs): Likewise.
757 (aarch64_gen_loadwb_pair): Likewise.
758 (aarch64_pop_regs): Likewise.
759 (aarch64_gen_store_pair): Likewise.
760 (aarch64_gen_load_pair): Likewise.
761 (aarch64_save_callee_saves): Likewise.
762 (aarch64_restore_callee_saves): Likewise.
764 2016-11-02 Richard Biener <rguenther@suse.de>
766 PR tree-optimization/78035
767 PR tree-optimization/77964
768 * gimple-pretty-print.c (pp_points_to_solution): Print
769 vars_contains_interposable.
770 * tree-ssa-alias.c: Include varasm.h.
771 (ptrs_compare_unequal): Check vars_contains_interposable and
772 decl_binds_to_current_def_p.
773 (dump_points_to_solution): Dump vars_contains_interposable.
774 * tree-ssa-alias.h (struct pt_solution): Add vars_contains_interposable
776 * tree-ssa-structalias.c: Include varasm.h.
777 (set_uids_in_ptset): Record whether vars contains a
778 not decl_binds_to_current_def_p variable in vars_contains_interposable.
779 (ipa_escaped_pt): Update initializer.
781 2016-11-02 Richard Biener <rguenther@suse.de>
783 PR tree-optimization/78047
784 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Initialize
785 fake field at offset zero conservatively regarding to may_have_pointers.
787 2016-11-02 Richard Biener <rguenther@suse.de>
789 * tree-vrp.c (evrp_dom_walker::before_dom_children): Call
790 infer_value_range on stmt ops and update value-ranges.
791 Dump visited stmts and blocks.
792 (evrp_dom_walker::push_value_range): Dump changes.
793 (evrp_dom_walker::pop_value_range): Likewise.
794 (evrp_dom_walker::try_find_new_range): Avoid noop changes.
796 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
798 * emit-rtl.c (prev_nonnote_insn_bb): Change argument type to
800 * rtl.h (prev_nonnote_insn_bb): Adjust prototype.
802 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
804 * cfgrtl.c (delete_insn_chain): Change argument type to rtx_insn *
806 * cfgrtl.h (delete_insn_chain): Adjust prototype.
808 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
810 * config/rl78/rl78.c (gen-and_emit_move): Change argument type
812 (transcode_memory_rtx): Likewise.
813 (move_to_acc): Likewise.
814 (move_from_acc): Likewise.
815 (move_acc_to_reg): Likewise.
816 (move_to_x): Likewise.
817 (move_to_hl): Likewise.
818 (move_to_de): Likewise.
819 * config/rs6000/rs6000.c (emit_frame_save): Likewise.
820 (rs6000_emit_savres_rtx): Likewise.
821 (rs6000_emit_prologue): Likewise.
822 * reorg.c (update_reg_unused_notes): Likewise.
823 * rtl.h (remove_note): Adjust prototype.
824 * rtlanal.c (remove_note): Make argument type rtx_insn *.
826 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
828 * config/alpha/alpha.c (alpha_legitimize_address_1): Split up
829 variables so some can be rtx_insn *.
830 (alpha_emit_xfloating_libcall): Likewise.
831 * config/mips/mips.c (mips_call_tls_get_addr): Likewise.
832 (mips_legitimize_tls_address): Likewise.
833 * optabs.c (expand_binop): Likewise.
834 * reload1.c (gen_reload): Likewise.
836 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
838 * reorg.c (relax_delay_slots): Split up the trial variable.
840 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
842 * config/arc/arc.c (arc_emit_call_tls_get_addr): Make the type
843 of variables rtx_insn *.
844 * config/arm/arm.c (arm_call_tls_get_addr): Likewise.
845 (legitimize_tls_address): Likewise.
846 * config/bfin/bfin.c (hwloop_optimize): Likewise.
847 (bfin_gen_bundles): Likewise.
848 * config/c6x/c6x.c (reorg_split_calls): Likewise.
849 (c6x_reorg): Likewise.
850 * config/frv/frv.c (frv_reorder_packet): Likewise.
851 * config/i386/i386.c (ix86_split_idivmod): Likewise.
852 * config/ia64/ia64.c (ia64_expand_compare): Likewise.
853 * config/m32c/m32c.c (m32c_prepare_shift): Likewise.
854 * config/mn10300/mn10300.c: Likewise.
855 * config/rl78/rl78.c: Likewise.
856 * config/s390/s390.c (s390_fix_long_loop_prediction): Likewise.
857 * config/sh/sh-mem.cc (sh_expand_cmpstr): Likewise.
858 (sh_expand_cmpnstr): Likewise.
859 (sh_expand_strlen): Likewise.
860 (sh_expand_setmem): Likewise.
861 * config/sh/sh.md: Likewise.
862 * emit-rtl.c (emit_pattern_before): Likewise.
863 * except.c: Likewise.
867 2016-11-01 Jason Merrill <jason@redhat.com>
869 * tree-inline.c (copy_tree_body_r): Only copy the taken branch of
870 a COND_EXPR with constant condition.
872 2016-11-01 Jakub Jelinek <jakub@redhat.com>
874 * dwarf2out.c (gen_variable_die): Remove again origin_die variable
875 and its initialization.
877 2016-11-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
879 * dwarf2out.c (output_rnglists): Wrap basebuf, len in
882 2016-11-01 Jakub Jelinek <jakub@redhat.com>
884 * dwarf2out.c (add_name_and_src_coords_attributes): Add NO_LINKAGE_NAME
885 argument, don't call add_linkage_name if it is true.
886 (gen_variable_die): For C++ inline static data members, consider the
887 initial call when old_die is NULL to be declaration and call
888 add_name_and_src_coords_attributes in that case with true as
889 NO_LINKAGE_NAME. Add DW_AT_inline attribute if needed.
890 (gen_member_die): For C++ inline static data members, emit a
891 definition DIE right away in DW_TAG_compile_unit context.
893 2016-11-01 John David Anglin <danglin@gcc.gnu.org>
896 * config/pa/pa.md: Add new shift/add patterns to handle
897 (plus (mult (reg) (mem_shadd_operand)) (reg)) source operand.
899 2016-11-01 Max Filippov <jcmvbkbc@gmail.com>
901 * config/xtensa/xtensa-protos.h
902 (xtensa_use_return_instruction_p): New prototype.
903 * config/xtensa/xtensa.c (xtensa_current_frame_size,
904 xtensa_callee_save_size): Remove.
905 (struct machine_function): Add new fields: current_frame_size,
906 callee_save_size, frame_laid_out and epilogue_done.
907 (compute_frame_size, xtensa_expand_prologue,
908 xtensa_expand_epilogue): Replace xtensa_callee_save_size with
909 cfun->machine->callee_save_size and xtensa_current_frame_size
910 with cfun->machine->current_frame_size.
911 (compute_frame_size): Update cfun->machine->frame_laid_out and
912 don't update frame layout after reload completion.
913 (xtensa_expand_epilogue): Set cfun->machine->epilogue_done
914 instead of zeroing xtensa_current_frame_size.
915 (xtensa_use_return_instruction_p): New function.
916 * config/xtensa/xtensa.h (xtensa_current_frame_size): Remove
918 (INITIAL_ELIMINATION_OFFSET): Use return value of
919 compute_frame_size instead of xtensa_current_frame_size value.
920 * config/xtensa/xtensa.md ("return" pattern): Use new predicate
921 function xtensa_use_return_instruction_p instead of inline code.
923 2016-11-01 Jakub Jelinek <jakub@redhat.com>
925 * tree.h (BLOCK_IN_COLD_SECTION_P): Define.
926 * final.c (final_scan_insn): Set BLOCK_IN_COLD_SECTION_P.
927 * dwarf2out.c (rnglist_idx): New variable.
928 (struct dw_ranges): Add label, idx and maybe_new_sec fields.
929 (DEBUG_RNGLISTS_SECTION): Define.
930 (ranges_base_label): New variable.
931 (size_of_die) <case dw_val_class_range_list>: If using
932 DW_FORM_rnglistx, count size of uleb128 of range list index.
933 (value_format) <case dw_val_class_range_list>: For
934 -gdwarf-5 -gsplit-dwarf return DW_FORM_rnglistx.
935 (output_range_list_offset): Handle -gdwarf-5 .debug_rnglists
936 offsets. Multiply dwarf < 5 offsets by 2 * DWARF_ADDR_SIZE.
937 (add_ranges_num): Remove useless prototype. Don't multiply
938 by 2 * DWARF2_ADDR_SIZE. Add maybe_new_sec argument, adjust
939 for new fields added to dw_ranges struct.
940 (add_ranges): Add maybe_new_sec argument and pass it
941 through to add_ranges_num.
942 (note_rnglist_head): New function.
943 (add_ranges_by_labels): Pass true as maybe_new_sec to
944 add_ranges_num, call note_rnglist_head on the head of the list.
945 (output_ranges): Add function comment. Switch to
946 .debug_ranges section here and emit .Ldebug_ranges0 label.
947 (index_rnglists, output_rnglists): New functions.
948 (gen_subprogram_die): Formatting fixes.
949 (add_high_low_attributes): Don't divide offsets
950 by 2 * DWARF2_ADDR_SIZE. Call note_rnglist_head on the
951 first list element or when pointing into the middle of
952 a list. Pass true as second argument to add_ranges on the
953 first block fragment after cold/hot section switch.
954 (init_sections_and_labels): For -gdwarf-5 use .debug_rnglists
955 section instead of .debug_ranges. Initialize
956 ranges_base_label if -gdwarf-5 -gsplit-dwarf.
957 (dwarf2out_finish): For -gdwarf-5 -gsplit-dwarf call
958 index_rnglists and add DW_AT_rnglists_base attr. Don't switch
959 to dwarf_ranges_section here or emit .Ldebug_ranges0 label.
960 Call output_rnglists for -gdwarf-5.
961 (dwarf2out_c_finalize): Clear rnglist_idx.
963 2016-11-01 Fritz Reese <fritzoreese@gmail.com>
965 * combine.c (simplify_compare_const): Add gcc_fallthrough.
967 2016-11-01 Bilyan Borisov <bilyan.borisov@arm.com>
968 Tamar Christina <tamar.christina@arm.com>
970 * config/arm/arm-c.c (arm_cpu_builtins): New macro definition.
971 * config/arm/arm_neon.h (vmaxnm_f32): New intrinsinc.
972 (vmaxnmq_f32): Likewise.
973 (vminnm_f32): Likewise.
974 (vminnmq_f32): Likewise.
975 * config/arm/arm_neon_builtins.def (vmaxnm): New builtin.
977 * config/arm/neon.md (neon_<fmaxmin_op><mode>, VCVTF): New
980 2016-10-31 Michael Meissner <meissner@linux.vnet.ibm.com>
982 * config/rs6000/vsx.md (VSX_EXTRACT_FL): New iterator for all
983 binary floating point types supported by the hardware except for
985 (vsx_xvcvsxwdp_df): Provide scalar result alternative to the
986 vector instruction for optimizing extracting a SImode from a
987 V4SImode vector and converting it to floating point.
988 (vsx_xvcvuxwdp_df): Likewise.
989 (vsx_extract_si): On ISA 3.0, allow extract target and temporary
990 registers to be any VSX register. Move stores to the end of the
992 (vsx_extract_si_<uns>float_df): New combiner pattern and splitter
993 to optimize extracting a SImode from a V4SImode vector and
994 converting it to a binary floating point type supported by the
995 hardware. Use the vector converts instead of extracting the
996 element, sign extending it, and then converting it to double.
997 Other floating point types than double first convert to double,
998 then the double is converted to that type.
999 (vsx_extract_si_<uns>float_<mode>): Likewise.
1001 2016-10-31 Andrew Pinski <apinski@cavium.com>
1003 * config/aarch64/driver-aarch64.c (host_detect_local_cpu):
1004 Rewrite handling of part num to handle the case where
1005 multiple implementers share the same part num.
1007 2016-10-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1008 Jakub Jelinek <jakub@redhat.com>
1010 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): Adjust for -gdwarf-5.
1011 (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Likewise.
1013 2016-10-31 Jakub Jelinek <jakub@redhat.com>
1015 * dwarf2out.c (dwarf_AT): Handle DW_AT_dwo_name.
1016 (use_debug_types): Adjust comment for DWARF5 DW_UT_type units.
1017 (new_die): Handle DW_TAG_skeleton_unit like DW_TAG_compile_unit.
1018 (is_cu_die, is_unit_die): Likewise.
1019 (should_move_die_to_comdat, break_out_comdat_types): Adjust
1020 comments for DWARF5 DW_UT_type units.
1021 (output_compilation_unit_header): Add UT argument, output
1022 start of DWARF5 .debug_info section header.
1023 (output_comp_unit): Add dwo_id argument. Adjust
1024 output_compilation_unit_header caller, for DW_UT_split_compile
1025 emit dwo_id field, otherwise padding1. Emit padding2 field.
1026 (add_top_level_skeleton_die_attrs): Add DW_AT_dwo_name
1027 rather than DW_AT_GNU_dwo_name attr for -gdwarf-5.
1028 (output_skeleton_debug_sections): Add dwo_id argument, for
1029 -gdwarf-5 emit DWARF 5 DW_UT_skeleton header.
1030 (output_comdat_type_unit): For -gdwarf-5 emit .debug_info
1031 DW_UT_type or DW_UT_split_type units rather than .debug_types.
1032 (dwarf2out_finish): Use DW_TAG_skeleton_unit rather than
1033 DW_TAG_compile_unit for skeleton unit die. Don't add
1034 DW_AT_GNU_dwo_id attributes for -gdwarf-5, instead pass checksum
1035 address to output_comp_unit and output_skeleton_debug_sections.
1037 * dwarf2out.c (debug_line_str_section): New variable.
1038 (debug_line_str_hash): Likewise.
1039 (DEBUG_LINE_STR_SECTION): Define.
1040 (set_indirect_string): Handle DW_FORM_line_strp like
1042 (find_string_form): Fix up formatting.
1043 (size_of_die): Handle DW_FORM_line_strp like DW_FORM_strp.
1045 (output_die): Handle DW_FORM_line_strp.
1046 (DWARF5_USE_DEBUG_LINE_STR): Define.
1047 (output_line_string): New function.
1048 (output_file_names): Add -gdwarf-5 support.
1049 (output_line_info): Likewise.
1050 (init_sections_and_labels): Initialize debug_line_str_section.
1051 (output_indirect_string): Change 2nd argument from void *
1052 to enum dwarf_form form, compare with form rather than
1054 (output_indirect_strings): Pass DW_FORM_strp to
1055 output_indirect_string traversion.
1056 (dwarf2out_finish): Output .debug_line_str strings.
1057 (dwarf2out_c_finalize): Clear debug_line_str_section and
1058 debug_line_str_hash.
1060 2016-10-31 Tom Tromey <tom@tromey.com>
1063 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_form_tls_address.
1064 (resolve_args_picking_1): Move DW_OP_form_tls_address case next to
1065 DW_OP_GNU_push_tls_address case.
1066 (loc_list_from_tree_1): Use DW_OP_form_tls_address.
1068 2016-10-31 Jakub Jelinek <jakub@redhat.com>
1070 * dwarf2out.h (struct dw_loc_descr_node): Adjust comment
1071 for frame_offset_rel bit.
1072 (struct array_descr_info): Add rank field.
1073 * dwarf2out.c (struct loc_descr_context): Add placeholder_arg
1074 and placeholder_seen fields.
1075 (resolve_args_picking_1): Handle also frame_offset_rel DW_OP_dup
1076 and DW_OP_over. Optimize DW_OP_pick 0 into DW_OP_dup and
1077 DW_OP_pick 1 into DW_OP_over.
1078 (function_to_dwarf_procedure, type_byte_size, field_byte_offset,
1079 gen_variant_part): Clear placeholder_{arg,seen}.
1080 (loc_list_from_tree_1): Drop const from context argument.
1081 Handle integral PLACEHOLDER_EXPR if context->placeholder_arg.
1082 (loc_list_for_address_of_addr_expr_of_indirect_ref,
1083 loc_list_from_tree, loc_descriptor_from_tree): Drop const from
1085 (add_scalar_info): Drop const from context argument. Handle
1086 context->placeholder_arg.
1087 (add_bound_info): Drop const from context argument.
1088 (gen_descr_array_type_die): Drop const from ctx variable.
1089 Initialize placeholder_arg and placeholder_seen. Add DW_AT_rank
1090 attribute and use a single DW_TAG_generic_subrange instead of
1091 7 DW_TAG_subrange_type for assumed rank arrays.
1093 * dwarf2out.h (enum dw_val_class): Add dw_val_class_loclistsptr.
1094 * dwarf2out.c (struct dw_loc_list_struct): Change emitted field
1095 from bool to 1-bit uchar bitfield. Add num_assigned and
1096 offset_emitted bitfields.
1097 (dw_val_equal_p): Compare v.val_lbl_id rather than v.val_unsigned
1098 for dw_val_class_lineptr and dw_val_class_macptr. Handle
1099 dw_val_class_loclistsptr.
1100 (new_addr_loc_descr): Fix up formatting.
1101 (DEBUG_LOCLISTS_SECTION, DEBUG_DWO_LOCLISTS_SECTION): Define.
1102 (add_AT_low_high_pc): Fix up formatting.
1103 (add_AT_loclistsptr): New function.
1104 (AT_lbl): Allow dw_val_class_loclistsptr.
1105 (print_dw_val, attr_checksum, attr_checksum_ordered, same_dw_val_p):
1106 Handle dw_val_class_loclistsptr.
1107 (loc_list_idx): New variable.
1108 (output_loclists_offsets, assign_location_list_indexes): New
1110 (size_of_die): For dw_val_class_loc_list -gsplit-dwarf -gdwarf-5
1111 add size_of_uleb128 of the index. Drop never used
1112 dwarf_split_debug_info AT_index handling. Handle
1113 dw_val_class_loclistsptr.
1114 (value_format): Return DW_FORM_loclistsx for dw_val_class_loc_list
1115 if -gsplit-dwarf -gdwarf-5. Handle dw_val_class_loclistsptr.
1116 (output_loc_list): Handle DWARF 5 .debug_loclists* format.
1117 (output_loc_list_offset): Handle -gsplit-dwarf -gdwarf-5
1118 DW_FORM_loclistx indexes.
1119 (output_attr_index_or_value): Fix up formatting. Don't handle
1120 dw_val_class_loc_list here.
1121 (output_die): Formatting fixes. Handle dw_val_class_loclistsptr.
1122 For dw_val_class_loc_list call output_loc_list_offset rather than
1123 output_attr_index_or_value.
1124 (init_sections_and_labels): For -gdwarf-5 use .debug_loclists
1125 or .debug_loclists.dwo section name for debug_loc_section.
1126 (resolve_addr_in_expr): Formatting fix.
1127 (index_location_lists): Likewise.
1128 (dwarf2out_finish): If there are any location lists, for
1129 -gsplit-dwarf -gdwarf-5 add DW_AT_loclists_base attribute. Call
1130 index_location_lists only if have_location_lists. Call
1131 assign_location_list_indexes for -gsplit-dwarf -gdwarf-5. Emit
1132 .debug_loclists{,.dwo} section header for -gdwarf-5, for -gdwarf-5
1133 -gsplit-dwarf also emit offset table.
1135 * dwarf2out.c (DWARF_LARGEST_DATA_FORM_BITS): Define.
1136 (size_of_die, value_format, output_die): Use
1137 DW_FORM_data16 for 128-bit dw_val_class_const_double or
1138 dw_val_class_wide_int.
1140 * dwarf2out.c (dwarf_op): Renamed to ...
1141 (dwarf_OP): ... this.
1142 (convert_descriptor_to_mode, scompare_loc_descriptor,
1143 minmax_loc_descriptor, typed_binop, mem_loc_descriptor,
1144 implicit_ptr_descriptor, optimize_one_addr_into_implicit_ptr): Adjust
1146 (dwarf_AT, dwarf_TAG): New functions.
1147 (check_die): Disallow DW_AT_call_all_calls next to
1148 DW_AT_GNU_all_call_sites.
1149 (gen_call_site_die): Use dwarf_TAG and dwarf_AT with DWARF 5 tag
1150 and attributes instead of the corresponding GNU tag and attributes.
1151 (gen_subprogram_die): Likewise. Emit call site information even
1152 for -gdwarf-5 -gstrict-dwarf. Replace DW_AT_GNU_defaulted with
1153 DW_AT_defaulted in comment.
1154 (resolve_addr): Handle DW_AT_call_origin attribute on
1155 DW_TAG_call_site DIE like DW_AT_abstract_origin on
1156 DW_TAG_GNU_call_site DIE.
1158 * dwarf2out.c (dwarf_op): New function.
1159 (size_of_loc_descr): Handle DW_OP_{implicit_pointer,entry_value},
1160 DW_OP_{const,regval,deref}_type and DW_OP_{convert,reinterpret}.
1161 (output_loc_operands, output_loc_operands_raw): Likewise.
1162 (resolve_args_picking_1, prune_unused_types_walk_loc_descr,
1163 mark_base_types, hash_loc_operands, compare_loc_operands): Likewise.
1164 (resolve_addr_in_expr): Likewise. Only punt for !dwarf_strict
1165 if dwarf_version < 5.
1166 (convert_descriptor_to_mode): Use dwarf_op (DW_OP_xxx) instead of
1168 (scompare_loc_descriptor, ucompare_loc_descriptor,
1169 minmax_loc_descriptor, typed_binop, mem_loc_descriptor,
1170 implicit_ptr_descriptor, optimize_one_addr_into_implicit_ptr,
1171 optimize_location_into_implicit_ptr): Likewise. Only punt for
1172 !dwarf_strict if dwarf_version < 5.
1173 (string_cst_pool_decl): Adjust comment.
1174 (non_dwarf_expression): Handle DW_OP_implicit_pointer.
1176 * dwarf2out.h (enum dw_val_class): Add dw_val_class_const_implicit,
1177 dw_val_class_unsigned_const_implicit and dw_val_class_file_implicit.
1178 (struct dw_val_node): Add val_file_implicit field.
1179 * dwarf2out.c (dw_val_equal_p, print_dw_val, attr_checksum,
1180 attr_checksum_ordered, same_dw_val_p, size_of_die, value_format,
1181 output_die): Handle dw_val_class_const_implicit,
1182 dw_val_class_unsigned_const_implicit and dw_val_class_file_implicit.
1183 (abbrev_die_table): Change into va_gc vec.
1184 (abbrev_die_table_allocated, abbrev_die_table_in_use,
1185 ABBREV_DIE_TABLE_INCREMENT): Remove.
1186 (AT_int, AT_unsigned, AT_file): Allow dw_val_class_*_implicit.
1187 (abbrev_opt_start, abbrev_usage_count, sorted_abbrev_dies): New
1189 (build_abbrev_table): Adjust for abbrev_die_table being a va_gc vec.
1190 If abbrev_opt_start, fill in abbrev_usage_count and abbrev_dies
1192 (die_abbrev_cmp, optimize_implicit_const, optimize_abbrev_table): New
1194 (output_die_abbrevs): For DW_FORM_implicit_const emit sleb128 with
1196 (output_abbrev_section): Adjust for abbrev_die_table being a va_gc
1198 (output_comp_unit): Initialize abbrev_opt_start if emitting the main
1199 unit. Call optimize_abbrev_table.
1200 (dwarf2out_init, dwarf2out_finish, dwarf2out_c_finalize): Adjust for
1201 abbrev_die_table being a va_gc vec.
1203 PR tree-optimization/77860
1204 * tree-ssa-reassoc.c (eliminate_using_constants): Handle
1205 also integral complex and vector constants.
1207 * dwarf2out.c (dwarf2out_define, dwarf2out_undef, output_macinfo_op,
1208 optimize_macinfo_range, save_macinfo_strings): Replace
1209 DW_MACRO_GNU_* constants with corresponding DW_MACRO_* constants.
1210 (output_macinfo): Likewise. Emit .debug_macro* rather than
1211 .debug_macinfo* even for -gstrict-dwarf -gdwarf-5.
1212 (init_sections_and_labels): Use .debug_macro* labels rather than
1213 .debug_macinfo* labels even for -gstrict-dwarf -gdwarf-5.
1214 (dwarf2out_finish): Use DW_AT_macros instead of DW_AT_macro_info
1215 or DW_AT_GNU_macros for -gdwarf-5.
1217 2016-10-31 Waldemar Brodkorb <wbx@openadk.org>
1219 * config/microblaze/linux.h (UCLIBC_DYNAMIC_LINKER): Define.
1221 2016-09-11 Le-Chun Wu <lcwu@google.com>
1222 Mark Wielaard <mjw@redhat.com>
1224 * common.opt (Wshadow=global): New option. Default for -Wshadow.
1225 (Wshadow=local): New option.
1226 (Wshadow-local): Hidden alias for -Wshadow=local.
1227 (Wshadow=compatible-local): New option.
1228 (Wshadow-compatible-local): Hidden alias for
1229 -Wshadow=compatible-local.
1230 * doc/invoke.texi: Document Wshadow=global, Wshadow=local and
1231 Wshadow=compatible-local.
1233 2016-10-31 Bin Cheng <bin.cheng@arm.com>
1235 * tree-vect-slp.c (vect_get_and_check_slp_defs): New parameter SWAP.
1236 Check slp defs for COND_EXPR by swapping/inverting operands if the
1237 new parameter SWAP indicates so.
1238 (vect_build_slp_tree_1): New parameter SWAP. Check COND_EXPR stmt
1239 is isomorphic to the first stmt via swapping/inverting. Store swap
1240 information in the new parameter SWAP.
1241 (vect_build_slp_tree): New local array SWAP and pass it to function
1242 vect_build_slp_tree_1. Cleanup result handling code for function
1243 call to vect_get_and_check_slp_defs. Skip operand swapping if the
1244 order of operands has been fixed as indicated by SWAP[i].
1246 2016-10-31 Bin Cheng <bin.cheng@arm.com>
1248 * tree-vect-data-refs.c (vect_slp_analyze_node_dependences): Skip
1249 unnecessary data dependence check after visited store stmt.
1251 2016-10-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1253 PR tree-optimization/71915
1254 PR tree-optimization/71490
1255 * gimple-ssa-strength-reduction.c (struct slsr_cand_d): Add
1257 (find_basis_for_base_expr): Require stride types to match when
1259 (alloc_cand_and_find_basis): Record the stride type.
1260 (slsr_process_phi): Pass stride type to alloc_cand_and_find_basis.
1261 (backtrace_base_for_ref): Pass types to legal_cast_p_1 rather than
1262 the expressions having those types.
1263 (slsr_process_ref): Pass stride type to alloc_cand_and_find_basis.
1264 (create_mul_ssa_cand): Likewise.
1265 (create_mul_imm_cand): Likewise.
1266 (create_add_ssa_cand): Likewise.
1267 (create_add_imm_cand): Likewise.
1268 (legal_cast_p_1): Change interface to accept types rather than the
1269 expressions having those types.
1270 (legal_cast_p): Pass types to legal_cast_p_1.
1271 (slsr_process_cast): Pass stride type to
1272 alloc_cand_and_find_basis.
1273 (slsr_process_copy): Likewise.
1274 (dump_candidate): Display stride type when a cast exists.
1275 (create_add_on_incoming_edge): Introduce a cast when necessary for
1277 (analyze_increments): Change the code checking for invalid casts
1278 to rely on the stride type, and update the documentation and
1279 example. Change the code checking for pointer multiplies to rely
1281 (insert_initializers): Introduce a cast when necessary for the
1282 stride type. Use the stride type for the type of the initializer.
1284 2016-10-30 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1286 * config/arm/arm.c (arm_const_not_ok_for_debug_p): Use VAR_P.
1288 2016-10-29 Jakub Jelinek <jakub@redhat.com>
1290 PR rtl-optimization/77919
1291 * expr.c (expand_expr_real_1) <normal_inner_ref>: Only avoid forcing
1292 into memory if both modes are complex and their inner modes have the
1293 same precision. If the two modes are different complex modes, convert
1294 each part separately and generate a new CONCAT.
1296 2016-10-29 John David Anglin <danglin@gcc.gnu.org>
1298 * config/pa/pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.
1300 2016-10-29 Jakub Jelinek <jakub@redhat.com>
1303 * gimple-ssa-store-merging.c
1304 (imm_store_chain_info::output_merged_store): Use build_aligned_type
1305 instead of SET_TYPE_ALIGN on shared integral type.
1307 2016-10-29 John David Anglin <danglin@gcc.gnu.org>
1309 * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment.
1310 (MALLOC_ABI_ALIGNMENT): Define to 128 on all targets except SOM.
1313 2016-10-28 Jeff Law <law@redhat.com>
1315 * config/vax/vax.h (REGNO_REG_CLASS): Access the REGNO argument.
1316 * config/spu/spu.h (REGNO_REG_CLASS): Likewise.
1318 2016-10-28 Eric Botcazou <ebotcazou@adacore.com>
1320 * doc/sourcebuild.texi (Ada Tests): Remove mention of gcc chapter.
1322 2016-10-28 Eric Botcazou <ebotcazou@adacore.com>
1324 * target.def (min_arithmetic_precision): New hook.
1325 * doc/tm.texi.in (Misc): Add TARGET_MIN_ARITHMETIC_PRECISION.
1326 * doc/tm.texi: Regenerate.
1327 * internal-fn.c (expand_arith_overflow): Adjust handling of target
1328 dependent support by means of TARGET_MIN_ARITHMETIC_PRECISION.
1329 * targhooks.c (default_min_arithmetic_precision): New function.
1330 * targhooks.h (default_min_arithmetic_precision): Declare.
1331 * config/sparc/sparc.c (TARGET_MIN_ARITHMETIC_PRECISION): Define.
1332 (sparc_min_arithmetic_precision): New function.
1334 2016-10-28 Segher Boessenkool <segher@kernel.crashing.org>
1337 * combine.c (change_zero_ext): Handle zero_ext of hard registers.
1338 Swap commutative operands in new RTL if needed. Handle zero_ext
1340 (recog_for_combine): Pass *pnewpat to change_zero_ext instead of
1343 2016-10-28 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1344 Kugan Vivekanandarajah <kuganv@linaro.org>
1345 Jim Wilson <jim.wilson@linaro.org>
1347 PR tree-optimization/43721
1348 * target.def: New hook expand_divmod_libfunc.
1349 * doc/tm.texi.in: Add hook for TARGET_EXPAND_DIVMOD_LIBFUNC.
1350 * doc/tm.texi: Regenerate.
1351 * internal-fn.def: Add new entry for DIVMOD ifn.
1352 * internal-fn.c (expand_DIVMOD): New.
1353 * tree-ssa-math-opts.c: Include optabs-libfuncs.h, tree-eh.h,
1355 (widen_mul_stats): Add new field divmod_calls_inserted.
1356 (target_supports_divmod_p): New.
1357 (divmod_candidate_p): Likewise.
1358 (convert_to_divmod): Likewise.
1359 (pass_optimize_widening_mul::execute): Call calculate_dominance_info,
1360 renumber_gimple_stmt_uids at beginning of function. Call
1361 convert_to_divmod and record stats for divmod.
1362 * config/arm/arm.c (arm_expand_divmod_libfunc): Override hook
1363 TARGET_EXPAND_DIVMOD_LIBFUNC.
1364 * doc/sourcebuild.texi: Add items for arm_divmod_simode, divmod,
1367 2016-10-28 Eric Botcazou <ebotcazou@adacore.com>
1368 Segher Boessenkool <segher@kernel.crashing.org>
1370 * dojump.c (do_jump_by_parts_greater_rtx): Invert probability when
1371 swapping the arms of the branch.
1372 * internal-fn.c (expand_addsub_overflow): Use a straight-line code
1373 sequence for the generic signed-signed-signed case.
1375 2016-10-28 Jeff Law <law@redhat.com>
1377 * config/bfin/bfin.c (bfin_legitimate_address_p): Add missing
1379 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Likewise.
1381 2016-10-28 Segher Boessenkool <segher@kernel.crashing.org>
1383 PR rtl-optimization/78029
1384 * function.c (prologue_contains, epilogue_contains): New functions.
1385 (record_prologue_seq, record_epilogue_seq): New functions.
1386 * function.h (prologue_contains, epilogue_contains,
1387 record_prologue_seq, record_epilogue_seq): New declarations.
1388 * sched-deps.c (sched_analyze_insn): Make dependencies to prevent
1389 mixing prologue and epilogue insns.
1390 (init_deps): Initialize the new fields in struct deps_desc.
1391 * sched-int.h (struct deps_desc): New fields last_prologue,
1392 last_epilogue, and last_logue_was_epilogue.
1393 * shrink-wrap.c (emit_common_heads_for_components): Record all
1394 emitted prologue and epilogue insns.
1395 (emit_common_tails_for_components): Ditto.
1396 (insert_prologue_epilogue_for_components): Ditto.
1398 2016-10-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1401 * Makefile.in (OBJS): Add gimple-ssa-store-merging.o.
1402 * common.opt (fstore-merging): New Optimization option.
1403 * opts.c (default_options_table): Add entry for
1404 OPT_ftree_store_merging.
1405 * fold-const.h (can_native_encode_type_p): Declare prototype.
1406 * fold-const.c (can_native_encode_type_p): Define.
1407 * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Define.
1408 (PARAM_MAX_STORES_TO_MERGE): Likewise.
1409 * timevar.def (TV_GIMPLE_STORE_MERGING): New timevar.
1410 * passes.def: Insert pass_tree_store_merging.
1411 * tree-pass.h (make_pass_store_merging): Declare extern
1413 * gimple-ssa-store-merging.c: New file.
1414 * doc/invoke.texi (Optimization Options): Document
1416 (--param documentation): Document store-merging-allow-unaligned
1417 and max-stores-to-merge.
1419 2016-10-28 Will Schmidt <will_schmidt@vnet.ibm.com>
1422 * gimplify.c (gimplify_init_constructor): Move emit of constructor
1423 assignment to earlier in the if/else logic.
1425 2016-10-28 Richard Biener <rguenther@suse.de>
1429 * fold-const.c (make_bit_field_ref): Only adjust alias set
1430 when the original alias set was zero.
1432 2016-10-28 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1434 * config/s390/s390.c (s390_adjust_loop_scan_osc): New function.
1435 (s390_adjust_loops): New function.
1436 (s390_reorg): Invoke s390_adjust_loops.
1437 * config/s390/s390.md: (UNSPEC_OSC_BREAK): New constant.
1438 ("osc_break"): New insn definition.
1440 2016-10-28 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1442 * config/s390/s390.opt: Support alternate cpu level naming (archXX).
1443 * config.gcc: Support alternate archXX cpu levels with
1444 --with-arch= and --with-tune=.
1445 * config/s390/linux.h: Translate new archXX cpu levels to the
1446 original names when calling GAS.
1447 * config/s390/tpf.h: Likewise.
1448 * doc/invoke.texi: Document the alternate cpu level names.
1450 2016-10-28 Jakub Jelinek <jakub@redhat.com>
1452 PR rtl-optimization/77919
1453 * expr.c (expand_expr_real_1) <normal_inner_ref>: Force CONCAT into
1454 MEM if mode1 is not a complex mode.
1456 PR rtl-optimization/78132
1457 * ree.c (combine_reaching_defs): Give up if copy_needed and
1458 !HARD_REGNO_MODE_OK (REGNO (src_reg), dst_mode).
1460 2016-10-27 Eric Botcazou <ebotcazou@adacore.com>
1462 * config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.
1464 2016-10-27 Michael Meissner <meissner@linux.vnet.ibm.com>
1466 * config/rs6000/constraints.md (wH constraint): Add new
1467 constraints for allowing 32-bit integers (and eventually 8/16-bit
1468 integers) into the vector registers.
1469 (wI constraint): Likewise.
1470 (wJ constraint): Likewise.
1471 (wK constraint): Likewise.
1472 * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
1473 -mvsx-small-integer as a default option for ISA 2.07
1475 (POWERPC_MASKS): Likewise.
1476 * config/rs6000/rs6000.opt (-mvsx-small-integer): Add new debug
1477 switch to turn off small integer support in vector registers.
1478 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Eliminate
1479 test for -mupper-regs-di, since it is already done with the
1480 reg_add[mode].scalar_in_vsx_p. Add support for the switch
1481 -mvsx-small-integer.
1482 (rs6000_debug_reg_global): Add support for wH, wI, wJ, and wK
1484 (rs6000_setup_reg_addr_masks): Likewise.
1485 (rs6000_init_hard_regno_mode_ok): Likewise.
1486 (rs6000_option_override_internal): Add consistency checks for
1487 -mvsx-small-integer.
1488 (rs6000_secondary_reload_simple_move): SImode is a simple move if
1489 -mvsx-small-integer.
1490 (rs6000_secondary_reload): Use std::swap.
1491 (rs6000_preferred_reload_class): Don't prefer FLOAT_REGS over
1492 VSX_REGS for small integers in vector registers, since there is no
1493 D-FORM address mode for such types.
1494 (rs6000_register_move_cost): Use FIRST_FPR_REGNO instead of 32.
1495 (rs6000_opt_masks): Add -mvsx-small-integer.
1496 * config/rs6000/vsx.md (VSINT_84): Add SImode for small integer
1498 (VSX_EXTRACT_I2): Clone VSX_EXTRACT_I, but drop V4SI since SImode
1499 extracts can be done on ISA 2.07.
1500 (vsx_extract_<mode>): Add support for small integers in vsx
1502 (vsx_extract_<mode>_p9): Use 'v' instead of VSX_EX, since we no
1503 longer support V4SImode in this pattern.
1504 (vsx_extract_si): New insn to support extraction of SImode in ISA
1505 2.07 using either xxextractuw or vspltw.
1506 (vsx_extract_<mode>_p8): Use 'v' instead of VSX_EX, since we no
1507 longer support V4SImode in this pattern.
1508 * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wH, wI,
1509 wJ, and wK constraints.
1510 * config/rs6000/rs6000.md (f32_sv): Use correct instruction for
1511 storing SDmode with VSX instructions.
1512 (zero_extendsi<mode>2): Reorder pattern, so RLDICL comes after the
1513 GPR load and before the FPR and VSX loads. Remove ??, ! from the
1514 constraints. Add MFVSRWZ and XXEXTRACTUW instructions to support
1515 small integers in vector registers.
1516 (extendsi<mode>2): Reorder pattern, so EXTSW comes after the GPR
1517 load and before the FPR and VSX loads. Remove ??, ! from the
1518 constraints. Add VEXTSW2D support for small integers in vector
1520 (lfiwax): Remove ! constraint. Add VEXTSW2D support for small
1521 integers in vector registers.
1522 (floatsi<mode>2_lfiwax): If -mvsx-small-integer issue a normal
1523 move instead of using an UNSPEC.
1524 (lfiwzx): Remove ! constraint. Add XXEXTRACTUW support for small
1525 integers in vector registers.
1526 (floatunssi<mode>2_lfiwzx): If -mvsx-small-integer issue a normal
1527 move instead of using an UNSPEC.
1528 (movsi_internal1): Add support for -mvsx-small-integer. Align
1529 columns so that it is more readable.
1530 (SImode splitter for ISA 3.0 constants): Add splitter for
1531 -128..127 constants that can easily be constructed on ISA 3.0.
1532 * doc/md.texi (PowerPC Constraints): Document wH, wI, wJ, and wK
1535 2016-10-27 Jakub Jelinek <jakub@redhat.com>
1538 * omp-simd-clone.c (simd_clone_adjust): Handle noreturn declare simd
1541 2016-10-27 Aldy Hernandez <aldyh@redhat.com>
1543 * builtins.c (expand_builtin_nonlocal_goto): Avoid evaluating
1544 PIC_OFFSET_TABLE_REGNUM twice.
1546 2016-10-27 Bin Cheng <bin.cheng@arm.com>
1548 * match.pd ((convert (op:s (convert@2 @0) (convert?@3 @1)))): Add
1549 support for constant operand for OP.
1551 2016-10-27 Jakub Jelinek <jakub@redhat.com>
1553 * dwarf2out.c (gen_member_die): Only reparent_child instead of
1554 splice_child_die if child doesn't have DW_AT_specification attribute.
1556 2016-10-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
1558 * config/arm/arm.h (TARGET_HAVE_LDREX): Define for ARMv8-M Baseline.
1559 (TARGET_HAVE_LDREXBH): Likewise.
1560 (TARGET_HAVE_LDACQ): Likewise.
1562 2016-10-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
1564 * config/arm/arm.c (arm_split_atomic_op): Add function comment. Add
1565 logic to to decide whether to copy over old value to register for new
1567 * config/arm/sync.md: Add comments explaning why mode and code
1568 attribute are not defined in iterators.md
1569 (thumb1_atomic_op_str): New code attribute.
1570 (thumb1_atomic_newop_str): Likewise.
1571 (thumb1_atomic_fetch_op_str): Likewise.
1572 (thumb1_atomic_fetch_newop_str): Likewise.
1573 (thumb1_atomic_fetch_oldop_str): Likewise.
1574 (atomic_exchange<mode>): Add new ARMv8-M Baseline only alternatives to
1575 mirror the more restrictive constraints of the Thumb-1 insns after
1576 split compared to Thumb-2 counterpart insns.
1577 (atomic_<sync_optab><mode>): Likewise. Add comment to keep constraints
1578 in sync with non atomic version.
1579 (atomic_nand<mode>): Likewise.
1580 (atomic_fetch_<sync_optab><mode>): Likewise.
1581 (atomic_fetch_nand<mode>): Likewise.
1582 (atomic_<sync_optab>_fetch<mode>): Likewise.
1583 (atomic_nand_fetch<mode>): Likewise.
1584 * config/arm/thumb1.md (thumb1_addsi3): Add comment to keep contraint
1585 in sync with atomic version.
1586 (thumb1_subsi3_insn): Likewise.
1587 (thumb1_andsi3_insn): Likewise.
1588 (thumb1_iorsi3_insn): Likewise.
1589 (thumb1_xorsi3_insn): Likewise.
1591 2016-10-27 Nick Clifton <nickc@redhat.com>
1593 * plugin.c (register_plugin_info): Produce an error message if the
1594 plugin is not found in the hash table.
1596 2016-10-27 Bin Cheng <bin.cheng@arm.com>
1598 * match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)):
1601 2016-10-26 Kelvin Nilsen <kelvin@gcc.gnu.org>
1604 * config/rs6000/rs6000.c (spe_init_builtins): Modify loops to not
1605 define builtin functions from the bdesc_spe_predicates or
1606 bdesc_spe_evsel arrays if the builtin mask is not compatible with
1607 the current compiler configuration.
1608 (paired_init_builtins): Modify loop to not define define builtin
1609 functions from the bdesc_paried_preds array if the builtin mask is
1610 not compatible with the current compiler configuration.
1611 (altivec_init_builtins): Modify loops to not define the
1612 __builtin_altivec_stxvl function nor the builtin functions from
1613 the bdesc_dst or bdesc_altivec_preds, or bdesc_abs arrays if the
1614 builtin mask is not compatible with the current compiler
1617 2016-10-26 Jeff Law <law@redhat.com>
1619 * config/sh/sh.c (output_branch): Add missing fallthru comments.
1620 (gen_shl_and): Likewise.
1621 * config/sh/sh.md (movsicc): Add missing fallthru comments.
1623 * config/mips/mips.c (mips16_constant_cost): Add missing
1625 (mips16_build_call_stub): Increase buffer size. Adjust
1628 2016-10-26 David Malcolm <dmalcolm@redhat.com>
1630 * print-rtl.c (rtx_writer::print_rtx_operand_code_u): Print
1631 INSN_UIDs for all insns in compact mode.
1632 (rtx_writer::print_rtx): Likewise.
1633 * print-rtl.h (rtx_writer::flag_compact): Update comment.
1634 * rtl-tests.c (selftest::test_dumping_insns): Update expected
1635 output to include INSN_UID.
1636 (selftest::test_uncond_jump): Likewise.
1638 2016-10-26 Pat Haugen <pthaugen@us.ibm.com>
1640 * haifa-sched.c (call_used_regs_num): Rename to...
1641 (call_saved_regs_num): ...this.
1642 (fixed_regs_num): New variable.
1643 (sched_pressure_start_bb): Subtract out fixed_regs. Scale call_saved
1645 (alloc_global_sched_pressure_data): Compute call_saved and fixed regs.
1647 2016-10-26 David Malcolm <dmalcolm@redhat.com>
1649 * print-rtl-function.c (print_rtx_function): Rewrite in terms of
1651 * print-rtl.c (outfile): Delete global.
1652 (sawclose): Likewise.
1654 (in_call_function_usage): Likewise.
1655 (flag_compact): Likewise.
1656 (flag_simple): Likewise.
1657 (rtx_writer::rtx_writer): New ctor.
1658 (print_rtx_operand_code_0): Convert to...
1659 (rtx_writer::print_rtx_operand_code_0): ...this.
1660 (print_rtx_operand_code_e): Convert to...
1661 (rtx_writer::print_rtx_operand_code_e): ...this.
1662 (print_rtx_operand_codes_E_and_V): Convert to...
1663 (rtx_writer::print_rtx_operand_codes_E_and_V): ...this.
1664 (print_rtx_operand_code_i): Convert to...
1665 (rtx_writer::print_rtx_operand_code_i): ...this.
1666 (print_rtx_operand_code_r): Convert to...
1667 (rtx_writer::print_rtx_operand_code_r): ...this.
1668 (print_rtx_operand_code_u): Convert to...
1669 (rtx_writer::print_rtx_operand_code_u): ...this.
1670 (print_rtx_operand): Convert to...
1671 (rtx_writer::print_rtx_operand): ...this.
1672 (print_rtx): Convert to...
1673 (rtx_writer::print_rtx): ...this.
1674 (print_inline_rtx): Rewrite in terms of class rtx_writer.
1675 (debug_rtx): Likewise.
1676 (print_rtl): Convert to...
1677 (rtx_writer::print_rtl): ...this.
1678 (print_rtl): Reimplement in terms of class rtx_writer.
1679 (print_rtl_single): Rewrite in terms of class rtx_writer.
1680 (print_rtl_single_with_indent): Convert to..
1681 (rtx_writer::print_rtl_single_with_indent): ...this.
1682 (print_simple_rtl): Rewrite in terms of class rtx_writer.
1683 * print-rtl.h (flag_compact): Delete decl.
1684 (class rtx_writer): New class.
1685 * rtl-tests.c (selftest::assert_rtl_dump_eq): Rewrite in terms of
1688 2016-10-26 Jeff Law <law@redhat.com>
1690 * config/microblaze/microblaze.c (tls_mentioned_p): Avoid
1693 * config/arc/arc.c (acr_print_operand): Adjust fallthru comment.
1694 (check_if_valid_sleep_operand): Add missing fallthru comment.
1695 (arc_register_move_cost): Increase buffer size.
1696 * config/arc/arc.md (cbranch4si_scratch): Add missing fallthru
1698 * config/arc/predicates.md (move_str_operand): Avoid fallthru.
1700 * config/cr16/cr16.c (cr16_print_operand): Add missing fallthru
1701 comment. Add gcc_unreachable for path that should never happen.
1703 * config/epiphany/epiphany.c (epiphany_print_operand): Adjust
1706 2016-10-26 Jakub Jelinek <jakub@redhat.com>
1707 Martin Liska <mliska@suse.cz>
1710 * gimplify.c (gimplify_adjust_omp_clauses_1): For all added map
1711 clauses with OMP_CLAUSE_SIZE being a decl, call omp_notice_variable
1712 on outer context if any.
1714 2016-10-26 Jakub Jelinek <jakub@redhat.com>
1716 * gen-pass-instances.awk (adjust_linenos): Increment pass_lines[p]
1717 by increment rather than double it.
1718 (insert_remove_pass): Strip leading whitespace from args[3]. Don't
1719 emit a space before args[4].
1720 (END): Don't emit a space before with_arg.
1722 2016-10-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1724 * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Add new ARMv8-M
1725 Baseline only alternatives to (i) hold store atomic success value in a
1726 return register rather than a scratch register, (ii) use a low register
1727 for it and to (iii) ensure the cbranchsi insn generated by the split
1728 respect the constraints of Thumb-1 cbranchsi4_insn and
1730 * config/arm/thumb1.md (cbranchsi4_insn): Add comment to indicate
1731 constraints must match those in atomic_compare_and_swap.
1732 (cbranchsi4_scratch): Likewise.
1734 2016-10-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1736 * config/arm/arm.c (arm_expand_compare_and_swap): Add new bdst local
1737 variable. Add the new parameter to the insn generator. Set that
1738 parameter to be CC flag for 32-bit targets, bval otherwise. Set the
1739 return value from the negation of that parameter for Thumb-1, keeping
1740 the logic unchanged otherwise except for using bdst as the destination
1741 register of the compare_and_swap insn.
1742 (arm_split_compare_and_swap): Add explanation about how is the value
1743 returned to the function comment. Rename scratch variable to
1744 neg_bval. Adapt initialization of variables holding operands to the
1745 new operand numbers. Use return register to hold result of store
1746 exclusive for Thumb-1, scratch register otherwise. Construct the
1747 appropriate cbranch for Thumb-1 targets, keeping the logic unchanged
1748 for 32-bit targets. Guard Z flag setting to restrict to 32bit targets.
1749 Use gen_cbranchsi4 rather than hand-written conditional branch to loop
1750 for strongly ordered compare_and_swap.
1751 * config/arm/predicates.md (cc_register_operand): New predicate.
1752 * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Use a
1753 match_operand with the new predicate to accept either the CC flag or a
1754 destination register for the boolean return value, restricting it to
1755 CC flag only via constraint. Adapt operand numbers accordingly.
1757 2016-10-26 Jeff Law <law@redhat.com>
1759 * config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
1761 * config/frv/frv.c (comparison_string): Do not fall through after
1764 * config/iq2000/iq2000.c (iq2000_function_arg): Adjust fallthru
1766 (expand_one_builtin): Add missing break.
1768 * config/m32c/m32c.c (encode_pattern_1): Add fallthru comment.
1769 (m32c_legitimate_address_p): Likewise.
1771 * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
1773 * config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments.
1775 * config/microblaze/microblaze.c (microblaze_function_arg): Adjust
1778 * config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
1781 * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
1783 * config/rl78/rl78.c (rl78_calculate_death_notes): Add fallthru
1785 (rl78_asm_ctor_dtor): Increase buffer size.
1787 * config/stormy16/stormy16.c (xstormy16_asm_output_destrutor): Increase
1789 (xstormy16_asm_output_constructor): Likewise.
1791 * config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer
1794 * config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU
1795 comment to silence warning.
1797 * config/spu/spu.c (spu_sched_reorder): Add missing fallthru comment.
1798 (spu_legitimate_address_p): Fix logic error and add missing fallthru
1801 2016-10-26 Michael Matz <matz@suse.de>
1803 PR tree-optimization/78060
1804 PR tree-optimization/78061
1805 PR tree-optimization/78088
1806 * tree-ssa-loop-split.c (easy_exit_values): New function.
1807 (tree_ssa_split_loops): Use it.
1808 (compute_new_first_bound): Change order of operations,
1809 fix invalid use of types.
1811 2016-10-26 Georg-Johann Lay <avr@gjlay.de>
1813 gen-pass-instances.awk is sensitive to the order in which
1814 passes are added; passes that appear later have to be added first.
1818 * config/avr/avr-passes.def: Swap order of directives for
1819 gen-pass-instances.awk.
1821 2016-10-25 Jeff Law <law@redhat.com>
1823 * config/vax/vax.c (vad_address_cost_1): Add missing FALLTHRU comment.
1824 (vax_notice_update_cc): Likewise.
1826 2016-10-25 Eric Botcazou <ebotcazou@adacore.com>
1828 * config.gcc (sparc*-*-solaris2*): Adjust.
1829 (sparc64-*-linux*): Likewise.
1830 * config/sparc/default-64.h: Rename to...
1831 * config/sparc/default64.h: ...this.
1832 * config/sparc/sparc.c (sparc_option_override): Replace TARGET_64BIT
1834 (sparc_mangle_type): Replace !TARGET_64BIT with TARGET_ARCH32.
1835 * config/sparc/sparc.h: Minor tweaks.
1836 * config/sparc/sparc.md: Replace !TARGET_64BIT and !TARGET_ARCH64 with
1837 TARGET_ARCH32 throughout. Minor various tweaks throughout.
1839 2016-10-25 David Malcolm <dmalcolm@redhat.com>
1841 * input.c (fcache::file_patch): Add comment about lifetime.
1842 (selftest::cpp_reader_ptr): New class.
1843 (selftest::lexer_test): Convert m_parser from cpp_reader *
1844 to a cpp_reader_ptr, and move m_tempfile to after it.
1845 (selftest::lexer_test::lexer_test): Update for above reordering.
1846 (lexer_test::~lexer_test): Move cleanup of m_parser to
1847 cpp_reader_ptr's dtor.
1849 2016-10-25 David Malcolm <dmalcolm@redhat.com>
1851 * toplev.c (toplev::main): Remove call to
1852 location_adhoc_data_fini.
1854 2016-10-25 Eric Botcazou <ebotcazou@adacore.com>
1856 * tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types.
1857 * tree.c (int_fits_type_p): Likewise. Adjust head comment.
1859 2016-10-25 David Malcolm <dmalcolm@redhat.com>
1861 * ggc-tests.c (forcibly_ggc_collect): Rename to...
1862 (selftest::forcibly_ggc_collect): ...this, and remove "static".
1863 (test_basic_struct): Update for above renaming.
1864 (test_length): Likewise.
1865 (test_union): Likewise.
1866 (test_finalization): Likewise.
1867 (test_deletable_global): Likewise.
1868 (test_inheritance): Likewise.
1869 (test_chain_next): Likewise.
1870 (test_user_struct): Likewise.
1871 (test_tree_marking): Likewise.
1872 * selftest-run-tests.c (selftest::run_tests): Call
1873 selftest::forcibly_ggc_collect at the end of the selftests.
1874 * selftest.h (selftest::forcibly_ggc_collect): New decl.
1876 2016-10-25 Jakub Jelinek <jakub@redhat.com>
1879 * optabs.def (vcondeq_optab, vec_cmpeq_optab): New optabs.
1880 * optabs.c (expand_vec_cond_expr): For comparison codes
1881 EQ_EXPR and NE_EXPR, attempt vcondeq_optab as fallback.
1882 (expand_vec_cmp_expr): For comparison codes
1883 EQ_EXPR and NE_EXPR, attempt vec_cmpeq_optab as fallback.
1884 * optabs-tree.h (expand_vec_cmp_expr_p, expand_vec_cond_expr_p):
1885 Add enum tree_code argument.
1886 * optabs-query.h (get_vec_cmp_eq_icode, get_vcond_eq_icode): New
1888 * optabs-tree.c (expand_vec_cmp_expr_p): Add CODE argument. For
1889 CODE EQ_EXPR or NE_EXPR, attempt to use vec_cmpeq_optab as
1891 (expand_vec_cond_expr_p): Add CODE argument. For CODE EQ_EXPR or
1892 NE_EXPR, attempt to use vcondeq_optab as fallback.
1893 * tree-vect-generic.c (expand_vector_comparison,
1894 expand_vector_divmod, expand_vector_condition): Adjust
1895 expand_vec_cmp_expr_p and expand_vec_cond_expr_p callers.
1896 * tree-vect-stmts.c (vectorizable_condition,
1897 vectorizable_comparison): Likewise.
1898 * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern,
1899 check_bool_pattern, search_type_for_mask_1): Likewise.
1900 * expr.c (do_store_flag): Likewise.
1901 * doc/md.texi (@code{vec_cmpeq@var{m}@var{n}},
1902 @code{vcondeq@var{m}@var{n}}): Document.
1903 * config/i386/sse.md (vec_cmpeqv2div2di, vcondeq<VI8F_128:mode>v2di):
1906 2016-10-25 Jeff Law <law@redhat.com>
1908 * config/v850/v850.c (v850_handle_data_area_attribute): Fix fallthru
1910 (v850_output_aligned_bss): Add missing break.
1912 * config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_unreachable.
1914 2016-10-25 Martin Liska <mliska@suse.cz>
1917 * sanopt.c (imm_dom_path_with_freeing_call): Handle gasm
1918 statements as they can also contain possibly a freeing call.
1920 2016-10-25 H.J. Lu <hongjiu.lu@intel.com>
1921 Martin Liska <mliska@suse.cz>
1924 * common.opt: Mark flag_ipa_icf_variables as Optimization flag.
1925 * ipa-icf.c (sem_function::get_hash): Add target optimization
1928 2016-10-25 Wilco Dijkstra <wdijkstr@arm.com>
1931 * config/arm/neon.md (ashldi3_neon): Add "r 0 i" and "&r r i" variants.
1932 Remove partial overlap check for shift by 1.
1933 (ashldi3_neon): Likewise.
1935 2016-10-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
1937 * config/arm/constraints.md (Q constraint): Document its use for
1939 (Pf constraint): New constraint for relaxed, consume or relaxed memory
1941 * config/arm/sync.md (atomic_load<mode>): Add new ARMv8-M Baseline only
1942 alternatives to allow any register when memory model matches Pf and
1943 thus lda is used, but only low registers otherwise. Use unpredicated
1944 output template for Thumb-1 targets.
1945 (atomic_store<mode>): Likewise for stl.
1946 (arm_load_exclusive<mode>): Add new ARMv8-M Baseline only alternative
1947 whose output template does not have predication.
1948 (arm_load_acquire_exclusive<mode>): Likewise.
1949 (arm_load_exclusivesi): Likewise.
1950 (arm_load_acquire_exclusivesi): Likewise.
1951 (arm_store_release_exclusive<mode>): Likewise.
1952 (arm_store_exclusive<mode>): Use unpredicated output template for
1955 2016-10-25 Jakub Jelinek <jakub@redhat.com>
1957 * internal-fn.def (LAUNDER): New internal function.
1958 * internal-fn.c (expand_LAUNDER): New function.
1960 2016-10-25 Georg-Johann Lay <avr@gjlay.de>
1961 Pitchumani Sivanupandi <pitchumani.sivanupandi@microchip.com>
1963 New avr target pass to work around performance loss by PR fix.
1967 * config/avr/avr.md (casesi_<mode>_sequence) [qi,hi]: New insn.
1968 (*cmp<mode>) [qi,qq,uqq,hi,hq,uhq,ha,uha]: Rename to cmp<mode>3.
1969 * config/avr/predicates.md (extend_operator): New.
1970 * config/avr/avr-passes.def (avr_pass_casesi): Register new pass.
1971 * config/avr/avr-protos.h (avr_casei_sequence_check_operands)
1972 (make_avr_pass_casesi): New prototypes.
1973 * config/avr/avr.c (print-rtl.h): Include it.
1974 (pass_data avr_pass_data_casesi): Data for new pass.
1975 (avr_pass_casesi): New class implementing rtl_opt_pass .avr-casesi.
1976 (make_avr_pass_casesi, avr_parallel_insn_from_insns)
1977 (avr_is_casesi_sequence, avr_casei_sequence_check_operands)
1978 (avr_optimize_casesi): New functions.
1980 2016-10-25 Georg-Johann Lay <avr@gjlay.de>
1981 Pitchumani Sivanupandi <pitchumani.sivanupandi@microchip.com>
1985 * config/avr/avr.md (casesi): Rewrite avoiding subregs of SI.
1987 2016-10-24 Jakub Jelinek <jakub@redhat.com>
1989 * dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or
1990 DW_AT_rvalue_reference attributes.
1992 2016-10-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1994 * doc/invoke.text (Wint-in-bool-context): Update documentation.
1995 * value-prof.c (stringop_block_profile): Fix a warning.
1997 2016-10-24 Martin Sebor <msebor@redhat.com>
2000 * builtins.c (string_length): New function.
2001 (c_strlen): Use string_length. Correctly handle wide strings.
2002 * gimple-ssa-sprintf.c (target_max_value, target_size_max): New
2004 (target_int_max): Call target_max_value.
2005 (format_result::knownrange): New data member.
2006 (fmtresult::fmtresult): Define default constructor.
2007 (format_integer): Use it and set format_result::knownrange.
2008 Handle global constants.
2009 (format_floating_max): Add third argument.
2010 (format_floating): Recompute maximum value for %a for each argument.
2011 (get_string_length): Use fmtresult default ctor.
2012 (format_string): Set format_result::knownrange.
2013 (format_directive): Check format_result::knownrange.
2014 (add_bytes): Same. Correct caret placement in diagnostics.
2015 (pass_sprintf_length::compute_format_length): Set
2016 format_result::knownrange.
2017 (pass_sprintf_length::handle_gimple_call): Use target_size_max.
2019 2016-10-24 Jakub Jelinek <jakub@redhat.com>
2021 * config/i386/i386.c (ix86_in_large_data_p, ix86_expand_builtin): Use
2022 VAR_P (x) instead of TREE_CODE (x) == VAR_DECL.
2024 2016-10-24 Ximin Luo <infinity0@pwned.gg>
2027 * dwarf2out.c (file_table_relative_p): Remove.
2028 (gen_compile_unit_die, dwarf2out_early_finish): Emit DW_AT_comp_dir
2029 also for absolute paths.
2030 * doc/tm.texi: Update.
2031 * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Remove.
2032 * target.def (force_at_comp_dir): Remove hook.
2033 * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Remove define.
2035 2016-10-24 Richard Biener <rguenther@suse.de>
2037 * tree-vrp.c (evrp_dom_walker::before_dom_children): Ignore
2038 backedges when identifying the single predecessor to take
2039 conditional info from. Use SCEV to get at ranges for loop IVs.
2040 * lto-streamer-out.c (lto_write_mode_table): CSE inner mode to
2041 avoid false warning.
2043 2016-10-24 Georg-Johann Lay <avr@gjlay.de>
2046 * doc/extend.texi (AVR Variable Attributes) [absdata]: Document it.
2047 * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_ABSDATA): New macro.
2048 (avr_address_tiny_absdata_p): New static function.
2049 (avr_legitimate_address_p, avr_legitimize_address) [AVR_TINY]: Use
2050 it to determine validity of constant addresses.
2051 (avr_attribute_table) [absdata]: New variable attribute...
2052 (avr_handle_absdata_attribute): ...and handler.
2053 (avr_decl_absdata_p): New static function.
2054 (avr_encode_section_info) [AVR_TINY]: Use it to add flag
2055 AVR_SYMBOL_FLAG_TINY_ABSDATA to respective symbols_refs.
2056 (avr_address_cost) [AVR_TINY]: absdata addresses cost 2.
2058 2016-10-24 Richard Biener <rguenther@suse.de>
2060 PR tree-optimization/78076
2061 * tree-ssa-loop-split.c (tree_ssa_split_loops): Reset aux
2062 also on the loop tree root.
2064 2016-10-24 Jakub Jelinek <jakub@redhat.com>
2066 * config/i386/i386.c (ix86_fold_builtin): Handle
2067 IX86_BUILTIN_BEXTR{,I}{32,64}, IX86_BUILTIN_BZHI{32,64},
2068 IX86_BUILTIN_PDEP{32,64} and IX86_BUILTIN_PEXT{32,64}.
2069 (ix86_gimple_fold_builtin): Handle IX86_BUILTIN_BZHI{32,64},
2070 IX86_BUILTIN_PDEP{32,64} and IX86_BUILTIN_PEXT{32,64}.
2072 2016-10-24 Martin Liska <mliska@suse.cz>
2075 * opts.c (finish_options): Skip conditionally.
2077 2016-10-23 Martin Sebor <msebor@redhat.com>
2080 * config/rs6000/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define.
2081 * config/rs6000/linux64.h (TARGET_PRINTF_POINTER_FORMAT): Likewise.
2083 2016-10-23 Eric Botcazou <ebotcazou@adacore.com>
2085 * config/sparc/sparc.md (cpu_feature): Minor tweak.
2086 (enabled): Likewise.
2087 (movsi_insn, movdi_insn_sp32, movdi_insn_sp64, movsf_insn,
2088 movdf_insn_sp32, movdf_insn_sp64, zero_extendsidi2_insn_sp64,
2089 sign_extendsidi2_insn, mov<VM32:mode>_insn, mov<VM64:mode>_insn_sp64,
2090 mov<VM64:mode>_insn_sp32, not_<code><mode>, nand<mode>_vis,
2091 <code>_not1<mode>_vi, <code>_not2<mode>_vis, one_cmpl<mode>2,
2092 fcmp<code><GCM:gcm_name>, pdistn<mode>_vis): Likewise.
2094 2016-10-23 Eric Botcazou <ebotcazou@adacore.com>
2096 * config/sparc/sparc-c.c (sparc_target_macros): Replace TARGET_64BIT
2097 with TARGET_ARCH64. Define __VIS to 0x400 if TARGET_VIS4.
2099 2016-10-21 Andrew Pinski <apinski@cavium.com>
2101 * config/aarch64/aarch64-cores.def: Rewrite so IMP and PART are
2103 * config/aarch64/driver-aarch64.c (struct aarch64_core_data): Change
2104 implementer_id to unsigned char.
2105 Change part_no to unsigned int.
2106 (AARCH64_BIG_LITTLE): New define.
2107 (INVALID_IMP): New define.
2108 (INVALID_CORE): New define.
2109 (cpu_data): Change the last element's implementer_id and part_no to
2111 (valid_bL_string_p): Rewrite to ..
2112 (valid_bL_core_p): this for integers instead of strings.
2113 (parse_field): New function.
2114 (contains_string_p): Rewrite to ...
2115 (contains_core_p): this for integers and only for the part_no.
2116 (host_detect_local_cpu): Rewrite handling of implementation and
2117 par num to be integers; simplifying the code.
2119 2016-10-21 Kugan Vivekanandarajah <kuganv@linaro.org>
2121 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Create nonzero
2122 value range for pointers in more cases.
2124 2016-10-21 Wilco Dijkstra <wdijkstr@arm.com>
2126 * config/aarch64/aarch64.c (aarch64_add_constant_internal):
2127 Add extra argument to allow emitting the move immediate.
2128 Use add/sub with positive immediate.
2129 (aarch64_add_constant): Add inline function.
2130 (aarch64_add_sp): Likewise.
2131 (aarch64_sub_sp): Likewise.
2132 (aarch64_expand_prologue): Call aarch64_sub_sp.
2133 (aarch64_expand_epilogue): Call aarch64_add_sp.
2134 Decide when to leave out move.
2135 (aarch64_output_mi_thunk): Call aarch64_add_constant.
2137 2016-10-21 Wilco Dijkstra <wdijkstr@arm.com>
2139 * config/aarch64/aarch64.c (aarch64_layout_frame):
2140 Align FP callee-saves.
2142 2016-10-21 Jakub Jelinek <jakub@redhat.com>
2144 * config/i386/adxintrin.h (_subborrow_u32, _addcarry_u32,
2145 _addcarryx_u32, _subborrow_u64, _addcarry_u64, _addcarryx_u64):
2147 * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
2148 _rdseed64_step): Likewise.
2149 * config/i386/tbmintrin.h (__bextri_u32): Likewise.
2152 * config/i386/i386.c: Include fold-const-call.h, tree-vrp.h
2153 and tree-ssanames.h.
2154 (ix86_fold_builtin): Fold IX86_BUILTIN_[LT]ZCNT{16,32,64}
2155 with INTEGER_CST argument.
2156 (ix86_gimple_fold_builtin): New function.
2157 (TARGET_GIMPLE_FOLD_BUILTIN): Define.
2159 * dwarf2out.c (ranges_table): Change into vec<dw_ranges, va_gc> *.
2160 (ranges_by_label): Change into vec<dw_ranges_by_label, va_gc> *.
2161 (ranges_table_allocated, ranges_table_in_use,
2162 ranges_by_label_allocated, ranges_by_label_in_use,
2163 RANGES_TABLE_INCREMENT): Removed.
2164 (add_ranges_num): Use vec_safe_push into ranges_table.
2165 (add_ranges_by_labels): Use vec_safe_push into ranges_by_label.
2166 (output_ranges): Adjust for ranges_table and ranges_by_label
2167 conversion from arrays to vec.
2168 (add_high_low_attributes, dwarf2out_finish): Adjust for range_table
2169 conversion from arrays to vec.
2170 (dwarf2out_c_finalize): Don't clear ranges_table_allocated,
2171 ranges_table_in_use, ranges_by_label_allocated and
2172 ranges_by_label_in_use. Set ranges_by_label to NULL instead of 0.
2174 * dwarf2out.c (gen_variable_die): Emit DW_AT_const_expr attribute
2175 if needed. Re-add origin_die variable and its initialization.
2177 * gimplify.c (gimplify_bind_expr): Handle oacc_declare_returns
2178 even for -fstack-reuse=none, or for volatile vars etc.
2180 2016-10-21 David Malcolm <dmalcolm@redhat.com>
2182 * print-rtl-function.c (flag_compact): Move extern decl to...
2183 * print-rtl.h (flag_compact): ...here.
2184 * rtl-tests.c (selftests::assert_rtl_dump_eq): New function.
2185 (ASSERT_RTL_DUMP_EQ): New macro.
2186 (selftest::test_dumping_regs): New function.
2187 (selftest::test_dumping_insns): New function.
2188 (selftest::test_uncond_jump): Add uses of ASSERT_RTL_DUMP_EQ on
2190 (selftest::rtl_tests_c_tests): Call the new test functions.
2192 2016-10-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2194 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
2195 (outgoing_edges_match): Likewise.
2196 (try_crossjump_to_edge): Likewise.
2197 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
2198 (rtl_tidy_fallthru_edge): Likewise.
2199 * rtl.h (tablejump_p): Adjust prototype.
2200 * rtlanal.c (tablejump_p): Return the label as a rtx_insn *.
2202 2016-10-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2204 * rtl.h (label_ref_label): New function.
2205 (set_label_ref_label): New function.
2206 (LABEL_REF_LABEL): Delete.
2207 * alias.c (rtx_equal_for_memref_p): Adjust.
2208 * cfgbuild.c (make_edges): Likewise.
2209 (purge_dead_tablejump_edges): Likewise.
2210 * cfgexpand.c (convert_debug_memory_address): Likewise.
2211 * cfgrtl.c (patch_jump_insn): Likewise.
2212 * combine.c (distribute_notes): Likewise.
2213 * cse.c (hash_rtx_cb): Likewise.
2214 (exp_equiv_p): Likewise.
2215 (fold_rtx): Likewise.
2216 (check_for_label_ref): Likewise.
2217 * cselib.c (rtx_equal_for_cselib_1): Likewise.
2218 (cselib_hash_rtx): Likewise.
2219 * emit-rtl.c (mark_label_nuses): Likewise.
2220 * explow.c (convert_memory_address_addr_space_1): Likewise.
2221 * final.c (output_asm_label): Likewise.
2222 (output_addr_const): Likewise.
2223 * gcse.c (add_label_notes): Likewise.
2224 * genconfig.c (walk_insn_part): Likewise.
2225 * genrecog.c (validate_pattern): Likewise.
2226 * ifcvt.c (cond_exec_get_condition): Likewise.
2227 (noce_emit_store_flag): Likewise.
2228 (noce_get_alt_condition): Likewise.
2229 (noce_get_condition): Likewise.
2230 * jump.c (maybe_propagate_label_ref): Likewise.
2231 (mark_jump_label_1): Likewise.
2232 (redirect_exp_1): Likewise.
2233 (rtx_renumbered_equal_p): Likewise.
2234 * lra-constraints.c (operands_match_p): Likewise.
2235 * print-rtl.c (print_value): Likewise.
2236 * reload.c (find_reloads): Likewise.
2237 * reload1.c (set_label_offsets): Likewise.
2238 * reorg.c (get_branch_condition): Likewise.
2239 * rtl-tests.c (test_uncond_jump): Likewise.
2240 * rtl.c (rtx_equal_p_cb): Likewise.
2241 (rtx_equal_p): Likewise.
2242 * rtlanal.c (reg_mentioned_p): Likewise.
2243 (rtx_referenced_p): Likewise.
2244 (get_condition): Likewise.
2245 * varasm.c (const_hash_1): Likewise.
2246 (compare_constant): Likewise.
2247 (const_rtx_hash_1): Likewise.
2248 (output_constant_pool_1): Likewise.
2250 2016-10-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2253 * reload.c (find_valid_class_1): Allow regclass if atleast one
2254 regno in regclass is ok. Compute and use rclass size based on
2255 actually available regnos for mode in rclass.
2257 2016-10-21 Eric Botcazou <ebotcazou@adacore.com>
2259 * config/sparc/sparc-modes.def (CCV): New.
2261 * config/sparc/predicates.md (v_comparison_operator): New.
2262 (icc_comparison_operator): Add support for CCV/CCXV.
2263 (xcc_comparison_operator): Likewise.
2264 * config/sparc/sparc.c (output_cbranch): Likewise.
2265 (sparc_print_operand): Likewise.
2266 * config/sparc/sparc.md (UNSPEC_{ADD,SUB,NEG}V): New constants.
2267 (uaddvdi4): New expander.
2268 (addvdi4): Likewise.
2269 (uaddvdi4_sp32): New instruction.
2270 (addvdi4_sp32): Likewise.
2271 (uaddvsi4): New expander.
2272 (addvsi4): Likewise.
2273 (cmp_ccc_plus_sltu_set): New instruction.
2274 (cmp_ccv_plus): Likewise.
2275 (cmp_ccxv_plus): Likewise.
2276 (cmp_ccv_plus_set): Likewise.
2277 (cmp_ccxv_plus_set): Likewise.
2278 (cmp_ccv_plus_sltu_set): Likewise.
2279 (uaddvdi4): New expander.
2280 (subvdi4): Likewise.
2281 (usubdi4_sp32): New instruction.
2282 (subvdi4_sp32): Likewise.
2283 (usubvsi4): New expander.
2284 (subvsi4): Likewise.
2285 (cmpsi_minus_sltu_set): New instruction.
2286 (cmp_ccv_minus): Likewise.
2287 (cmp_ccxv_minus): Likewise.
2288 (cmp_ccv_minus_set): Likewise.
2289 (cmp_ccxv_minus_set): Likewise.
2290 (cmp_ccv_minus_sltu_set): Likewise.
2291 (unegvdi3): New expander.
2292 (negvdi3): Likewise.
2293 (unegdi3_sp32): New instruction.
2294 (negvdi3_sp32): Likewise.
2295 (unegvsi3): New expander.
2296 (negvsi3): Likewise.
2297 (cmp_ccc_neg_sltu_set): New instruction.
2298 (cmp_ccv_neg): Likewise.
2299 (cmp_ccxv_neg): Likewise.
2300 (cmp_ccv_neg_set): Likewise.
2301 (cmp_ccxv_neg_set): Likewise.
2302 (cmp_ccv_neg_sltu_set): Likewise.
2304 * tree-ssa-loop-split.c: Remove trailing spaces.
2305 * match.pd: Likewise.
2307 2016-10-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2309 PR rtl-optimization/78038
2310 * ree.c (get_defs): Return NULL if a defining insn for REG cannot
2311 be deduced to set REG through the RTL structure.
2312 (make_defs_and_copies_lists): Return false on a failing get_defs call.
2314 2016-10-21 Richard Biener <rguenther@suse.de>
2316 PR tree-optimization/78051
2317 * tree-vrp.c (evrp_dom_walker::before_dom_children): Update stmt
2318 and mark replaced if folding did something.
2320 2016-10-21 David Edelsohn <dje.gcc@gmail.com>
2322 * config/rs6000/rs6000.c (rs6000_assemble_visibility): Swap "internal"
2323 and "protected" in visibility types.
2324 (rs6000_xcoff_declare_function_name): Fix formatting.
2325 (rs6000_xcoff_declare_object_name): Fix formatting.
2327 2016-10-21 Uros Bizjak <ubizjak@gmail.com>
2329 * config/i386/i386.c (ix86_fold_builtin): Handle IX86_BUILTIN_INFQ
2330 and IX86_BUILTIN_HUGE_VALQ here ...
2331 (ix86_expand_builtin): ... not here.
2333 2016-10-20 Jakub Jelinek <jakub@redhat.com>
2335 * doc/gty.texi (for_user): Use @item next to @findex.
2337 2016-10-20 Uros Bizjak <ubizjak@gmail.com>
2340 * config/i386/bmiintrin.h (__tzcnt_u16): Call __builtin_ia32_tzcnt_u16.
2341 (__tzcnt_u32, _tzcnt_u32): Call __builtin_ia32_tzcnt_u32.
2342 (__tzcnt_u64, _tzcnt_u64): Call __builtin_ia32_tzcnt_u64.
2343 * config/i386/lzcntintrin.h (__lzcnt_u16): Call
2344 __builtin_ia32_lzcnt_u16.
2345 (__lzcnt_u32, _lzcnt_u32): Call __builtin_ia32_lzcnt_u32.
2346 (__lzcnt_u64, _lzcnt_u64): Call __builtin_ia32_lzcnt_u64.
2347 * config/i386/i386.md (UNSPEC_LZCNT, UNSPEC_TZCNT): New unspecs.
2348 (ctz<mode>2, *ctz<mode>2): Use SWI48 mode iterator.
2349 (bmi_tzcnt_<mode>): New expander.
2350 (*bmi_tzcnt_<mode>_falsedep_1): New define_insn_and_split pattern.
2351 (*bmi_tzcnt_<mode>_falsedep, *bmi_tzcnt_<mode>): New insn patterns.
2352 (clz<mode>2_lzcnt, *clz<mode>2_lzcnt): Use SWI48 mode iterator.
2353 (lzcnt_<mode>): New expander.
2354 (*lzcnt_<mode>_falsedep_1): New define_insn_and_split pattern.
2355 (*lzcnt_<mode>_falsedep, *lzcnt_<mode>): New insn patterns.
2356 * config/i386/i386-builtin-types.def (UINT_FTYPE_UINT): New.
2357 (UINT64_FTYPE_UINT64): New.
2358 * config/i386/i386-builtin.def (__builtin_clzs): Remove description.
2359 (__builtin_ia32_lzcnt_u16): New description.
2360 (__builtin_ia32_lzcnt_u32): Ditto.
2361 (__builtin_ia32_lzcnt_u64): Ditto.
2362 (__builtin_ctzs): Remove description.
2363 (__builtin_ia32_tzcnt_u16): New description.
2364 (__builtin_ia32_tzcnt_u32): Ditto.
2365 (__builtin_ia32_tzcnt_u64): Ditto.
2366 * config/i386/i386.c (ix86_expand_args_builtin): Handle
2367 UINT_FTYPE_UINT and UINT64_FTYPE_UINT64.
2369 2016-10-20 Martin Liska <mliska@suse.cz>
2372 * lto-streamer-in.c (fixup_call_stmt_edges_1): Replace value
2373 comparison with STMT_UID_NOT_IN_RANGE.
2374 (fixup_call_stmt_edges): Do not fixup edges of a thunk in
2377 2016-10-20 Eric Botcazou <ebotcazou@adacore.com>
2379 * compare-elim.c (conforming_compare): Accept UNSPECs.
2380 (find_comparison_dom_walker::before_dom_children): Deal with
2381 instructions both using and killing the flags register.
2382 (equivalent_reg_at_start): New function extracted from...
2383 (try_eliminate_compare): ...here. Use it and add support for
2384 registers and UNSPECs as second operand of the compare.
2385 * config/visium/visium-modes.def (CCV): New.
2386 * config/visium/predicates.md (visium_v_comparison_operator): New.
2387 (visium_branch_operator): Deal with CCV mode.
2388 * config/visium/visium.c (visium_select_cc_mode): Likewise.
2389 (output_cbranch): Likewise.
2390 * config/visium/visium.md (UNSPEC_{ADD,SUB,NEG}V): New constants.
2391 (uaddv<mode>4): New expander.
2392 (addv<mode>4): Likewise.
2393 (add<mode>3_insn_set_carry): New instruction.
2394 (add<mode>3_insn_set_overflow): Likewise.
2395 (addsi3_insn_set_overflow): Likewise.
2396 (usubv<mode>4): New expander.
2397 (subv<mode>4): Likewise.
2398 (sub<mode>3_insn_set_carry): New instruction.
2399 (sub<mode>3_insn_set_overflow): Likewise.
2400 (subsi3_insn_set_overflow): Likewise.
2401 (unegv<mode>3): New expander.
2402 (negv<mode>3): Likewise.
2403 (neg<mode>2_insn_set_overflow): New instruction.
2404 (addv_tst<mode>): Likewise.
2405 (subv_tst<mode>): Likewise.
2406 (negv_tst<mode>): Likewise.
2407 (cbranch<mode>4_addv_insn): New splitter and instruction.
2408 (cbranch<mode>4_subv_insn): Likewise.
2409 (cbranch<mode>4_negv_insn): Likewise.
2411 2016-10-20 Richard Biener <rguenther@suse.de>
2413 * tree-ssa-alias.c (ptrs_compare_unequal): Remove code duplication.
2414 Handle decls possibly not bound.
2415 * tree-ssa-structalias.c (get_constraint_for_ssa_var): Add
2416 nothing_id for decls that might not be bound if we are interested
2418 (get_constraint_for_component_ref): Deal with that.
2420 2016-10-20 Michael Matz <matz@suse.de>
2423 * common.opt (-fsplit-loops): New flag.
2424 * passes.def (pass_loop_split): Add.
2425 * opts.c (default_options_table): Add OPT_fsplit_loops entry at -O3.
2426 (enable_fdo_optimizations): Add loop splitting.
2427 * timevar.def (TV_LOOP_SPLIT): Add.
2428 * tree-pass.h (make_pass_loop_split): Declare.
2429 * tree-ssa-loop-manip.h (rewrite_into_loop_closed_ssa_1): Declare.
2430 * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h,
2431 * tree-ssa-loop-split.c: New file.
2432 * Makefile.in (OBJS): Add tree-ssa-loop-split.o.
2433 * doc/invoke.texi (fsplit-loops): Document.
2434 * doc/passes.texi (Loop optimization): Add paragraph about loop
2437 2016-10-20 Richard Biener <rguenther@suse.de>
2439 * cgraphunit.c (analyze_functions): Set node->definition to
2440 false to signal symbol removal to debug_hooks->late_global_decl.
2441 * ipa.c (symbol_table::remove_unreachable_nodes): When not in
2442 WPA signal symbol removal to the debuginfo machinery.
2443 * dwarf2out.c (dwarf2out_late_global_decl): Instead of
2444 using early_finised to guard the we're called for symbol
2445 removal case look at the symtabs definition flag.
2446 (gen_variable_die): Remove redundant check.
2448 2016-10-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2450 * config/s390/s390.md ("prefetch"): Add fallthrough comment.
2452 2016-10-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2454 PR tree-optimization/53979
2455 * match.pd ((a ^ b) | a -> a | b): New pattern.
2457 2016-10-19 John David Anglin <danglin@gcc.gnu.org>
2459 * config/pa/pa64-hpux.h (PA_INIT_FRAME_DUMMY_ASM_OP): Move to
2460 config/pa/pa64-hpux-lib.h.
2461 (PA_CRTBEGIN_HACK): Likewise.
2462 (DTOR_LIST_BEGIN): Likewise.
2464 2016-10-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
2466 * config/arm/arm.c (arm_emit_coreregs_64bit_shift): Clear the result
2467 register only if "in" and "out" are different registers.
2469 2016-10-19 Eric Botcazou <ebotcazou@adacore.com>
2471 * omp-low.c (pass_oacc_device_lower::gate): New method.
2472 (execute): Always call execute_oacc_device_lower.
2474 2016-10-19 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2476 PR tree-optimization/77916
2477 PR tree-optimization/77937
2478 * gimple-ssa-strength-reduction.c (analyze_increments): Remove
2480 (insert_initializers): Requirement of initializer for -1 should be
2481 based on pointer-typedness of the candidate basis.
2483 2016-10-19 Bin Cheng <bin.cheng@arm.com>
2485 PR tree-optimization/78005
2486 * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Compute
2487 upper (included) bound for niters of prolog loop.
2488 (vect_gen_scalar_loop_niters): Change parameter VF to VFM1.
2489 Compute niters of scalar loop above which vectorized loop is
2490 preferred, as well as the upper (included) bound for the niters.
2491 (vect_do_peeling): Record niter bound for loops accordingly.
2493 2016-10-19 Thomas Schwinge <thomas@codesourcery.com>
2496 * tree-core.h (enum tree_index): Put the complex types after their
2498 * tree-streamer.c (verify_common_node_recorded): New function.
2499 (preload_common_nodes) <TREE_CODE (node) == COMPLEX_TYPE>: Use it.
2501 2016-10-19 Martin Liska <mliska@suse.cz>
2503 * cgraph.h (cgraph_edge::binds_to_current_def_p):
2504 Replace NULL with false as a return value.
2506 2016-10-19 Thomas Schwinge <thomas@codesourcery.com>
2508 PR tree-optimization/78024
2509 * omp-low.c (oacc_loop_discovery): Call clear_bb_flags before, and
2510 don't clear BB_VISITED after processing.
2512 2016-10-19 Richard Biener <rguenther@suse.de>
2514 * domwalk.c (dom_walker::walk): Use RPO order.
2516 2016-10-19 Richard Biener <rguenther@suse.de>
2518 * tree-vrp.c (evrp_dom_walker::evrp_dom_walker): Initialize
2520 (evrp_dom_walker::~evrp_dom_walker): Free it.
2521 (evrp_dom_walker::stmts_to_remove): Add.
2522 (evrp_dom_walker::before_dom_children): Mark PHIs and stmts
2523 whose output we fully propagate for removal. Propagate
2524 into BB destination PHI arguments.
2525 (execute_early_vrp): Remove queued stmts. Dump value ranges
2526 before stmt removal.
2528 2016-10-18 Aldy Hernandez <aldyh@redhat.com>
2530 * Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.
2531 * passes.def: Add two instances of pass_walloca.
2532 * tree-pass.h (make_pass_walloca): New.
2533 * gimple-ssa-warn-alloca.c: New file.
2534 * doc/invoke.texi: Document -Walloca, -Walloca-larger-than=, and
2535 -Wvla-larger-than= options.
2537 2016-10-18 Thomas Schwinge <thomas@codesourcery.com>
2539 * cfg.c (clear_bb_flags): Use FOR_ALL_BB_FN.
2540 * config/nvptx/nvptx.c (nvptx_find_sese): Likewise.
2542 2016-10-18 Kelvin Nilsen <kelvin@gcc.gnu.org>
2544 * config/rs6000/altivec.h (vec_xl_len): New macro.
2545 (vec_xst_len): New macro.
2546 (vec_cmpnez): New macro.
2547 (vec_cntlz_lsbb): New macro.
2548 (vec_cnttz_lsbb): New macro.
2549 (vec_xlx): New macro.
2550 (vec_xrx): New macro.
2551 (vec_all_nez): New C++ predicate template.
2552 (vec_any_eqz): New C++ predicate template.
2553 (vec_all_ne): Revised C++ predicate template under _ARCH_PWR9
2554 conditional compilation.
2555 (vec_any_eq): Revised C++ predicate template under _ARCH_PWR9
2556 conditional compilation.
2557 (vec_all_nez): New macro.
2558 (vec_any_eqz): New macro.
2559 (vec_all_ne): Revised macro under _ARCH_PWR9 conditional
2561 (vec_any_eq): Revised macro under _ARCH_PWR9 conditional
2563 * config/rs6000/vector.md (VI): Moved this mode iterator
2564 definition from altivec.md to vector.md.
2565 (UNSPEC_NEZ_P): New value.
2566 (vector_ne_<mode>_p): New expansion for implementation of
2567 vec_all_ne and vec_any_eq built-in functions.
2568 (vector_nez_<mode>_p): New expansion for implementation of
2569 vec_all_nez and vec_any_eqz built-in functions.
2570 (vector_ne_v2di_p): New expansion for implementation of vec_all_ne
2571 and vec_any_eq built-in function.
2572 (cr6_test_for_zero): New commentary to explain this expansion.
2573 (cr6_test_for_zero_reverse): New commentary to explain this expansion.
2574 (cr6_test_for_lt): New commentary to explain this expansion.
2575 (cr6_test_for_lt_reverse): New commentary to explain this
2577 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2578 overloaded function prototypes for vec_all_ne, vec_all_nez,
2579 vec_any_eq, vec_any_eqz, vec_cmpnez, vec_cntlz_lsbb,
2580 vec_cnttz_lsbb, vec_xl_len, vec_xst_len, vec_xlx, and vec_xrx
2582 (altivec_resolve_overloaded_builtin): Modify the handling of
2583 ALTIVEC_BUILTIN_VEC_CMPNE to use the Power9 instructions when
2584 the compiler is configured to support TARGET_P9_VECTOR.
2585 * config/rs6000/rs6000-builtin.def (BU_ALTIVEC_P): Add commentary
2586 to explain the special processing that is given to predicate
2587 built-ins introduced using this macro.
2588 (BU_ALTIVEC_OVERLOAD_P): Add commentary to alert maintainers to
2589 the special processing given to predicate built-ins introduced
2591 (BU_VSX_P): Likewise.
2592 (BU_P8V_AV_P): Likewise.
2593 (BU_P9V_AV_P): Likewise.
2594 (BU_P9V_AV_X): New macro.
2595 (BU_P9V_64BIT_AV_X): New macro.
2596 (BU_P9V_VSX_3): New macro.
2597 (BU_P9V_OVERLOAD_P): New macro.
2598 (LXVL): New BU_P9V_64BIT_VSX_2.
2599 (VEXTUBLX): New BU_P9V_AV_2.
2600 (VEXTUBRX): Likewise.
2601 (VEXTUHLX): Likewise.
2602 (VEXTUHRX): Likewise.
2603 (VEXTUWLX): Likewise.
2604 (VEXTUWRX): Likewise.
2605 (STXVL): New BU_P9V_64BIT_AV_X.
2606 (VCLZLSBB): New BU_P9V_AV_1.
2607 (VCTZLSBB): Likewise.
2608 (CMPNEB): New BU_P9V_AV_2.
2613 (VCMPNEB_P): New BU_P9V_AV_P.
2614 (VCMPNEH_P): Likewise.
2615 (VCMPNEW_P): Likewise.
2616 (VCMPNED_P): Likewise.
2617 (VCMPNEFP_P): Likewise.
2618 (VCMPNEDP_P): Likewise.
2619 (CMPNEZB): New BU_P9V_AV_2.
2620 (CMPNEZH): Likewise.
2621 (CMPNEZW): Likewise.
2622 (VCMPNEZB_P): New BU_P9V_AV_P.
2623 (VCMPNEZH_P): Likewise.
2624 (VCMPNEZW_P): Likewise.
2625 (LXVL): New BU_P9V_OVERLOAD_2.
2626 (STXVL): New BU_P9V_OVERLOAD_3.
2627 (VEXTULX): New BU_P9V_OVERLOAD_2.
2628 (VEXTURX): Likewise.
2630 (VCMPNEZ_P): New BU_P9V_OVERLOAD_P.
2631 (VCMPNE_P): Likewise.
2632 (VCLZLSBB): New BU_P9V_OVERLOAD_1.
2633 (VCTZLSBB): Likewise.
2634 * config/rs6000/rs6000.c (altivec_expand_predicate_builtin): Add
2635 comment to explain mode used for scratch register.
2636 (altivec_expand_stxvl_builtin): New function.
2637 (altivec_expand_builtin): Add case for new constant P9V_BUILTIN_STXVL.
2638 (altivec_init_builtins): Add initialized variable
2639 void_ftype_v16qi_pvoid_long and use this type to define the
2640 built-in function __builtin_altivec_stxvl.
2641 * config/rs6000/vsx.md (UNSPEC_LXVL): New value.
2642 (UNSPEC_STXVL): New value.
2643 (UNSPEC_VCLZLSBB): New value.
2644 (UNSPEC_VCTZLSBB): New value.
2645 (UNSPEC_VEXTUBLX): New value.
2646 (UNSPEC_VEXTUHLX): New value.
2647 (UNSPEC_VEXTUWLX): New value.
2648 (UNSPEC_VEXTUBRX): New value.
2649 (UNSPEC_VEXTUHRX): New value.
2650 (UNSPEC_VEXTUWRX): New value.
2651 (UNSPEC_VCMPNEB): New value.
2652 (UNSPEC_VCMPNEZB): New value.
2653 (UNSPEC_VCMPNEH): New value.
2654 (UNSPEC_VCMPNEZH): New value.
2655 (UNSPEC_VCMPNEW): New value.
2656 (UNSPEC_VCMPNEZW): New value.
2657 (*vsx_ne_<mode>_p): New insn for vector test all not equal with
2658 vector of integer modes.
2659 (*vsx_ne_<mode>_p): New insn for vector test all not equal with
2660 vector of float or double modes.
2661 (*vector_nez_<mode>_p): New insn for vector test all not equal or
2663 (lxvl): New expand for load VSX vector with length.
2664 (*lxvl): New insn for load VSX vector with length.
2665 (stxvl): New expand for store VSX vector with length.
2666 (*stxvl): New insn for store VSX vector with length.
2667 (vcmpneb): New insn for vector of byte compare not equal.
2668 (vcmpnezb): New insn for vector of byte compare not equal or zero.
2669 (vcmpneh): New insn for vector of half word compare not equal.
2670 (vcmpnezh): New insn for vector of half word compare not equal or
2672 (vcmpnew): New insn for vector of word compare not equal.
2673 (vcmpne<VSs>): New insn for vector of float or double compare not
2675 (vcmpnezw): New insn for vector of word compare not equal or zero.
2676 (vclzlsbb): New insn for vector count leading zero
2677 least-significant bits byte.
2678 (vctzlsbb): New insn for vector count trailing zero least
2679 signficant bits byte.
2680 (vextublx): New insn for vector extract unsigned byte left
2682 (vextubrx): New insn for vector extract unsigned byte right
2684 (vextuhlx): New insn for vector extract unsigned half word left
2686 (vextuhrx): New insn for vector extract unsigned half word right
2688 (vextuwlx): New insn for vector extract unsigned word left
2690 (vextuwrx): New insn for vector extract unsigned word right
2692 * config/rs6000/rs6000.h (RS6000_BTC_CONST): Enhance comment to
2693 clarify intent of this constant.
2694 * config/rs6000/altivec.md (VI): Move this mode iterator to vsx.md.
2695 * doc/extend.texi (PowerPC Altivec Built-in Functions): Add
2696 documentation for vec_all_nez, vec_any_eqz, vec_cmpnez,
2697 vec_cntlz_lsbb, vec_cnttz_lsbb, vec_xl_len, vec_xst_len, vec_xlx,
2698 and vec_xrx functions.
2700 2016-10-18 Andrew Pinski <apinski@cavium.com>
2703 * predict.c (is_exit_with_zero_arg): New function.
2704 (tree_bb_level_predictions): Don't consider paths leading to exit(0)
2707 2016-10-18 Uros Bizjak <ubizjak@gmail.com>
2710 * config/i386/i386.c (legitimize_tls_address)
2711 <case TLS_MODEL_INITIAL_EXEC>: For TARGET_64BIT || TARGET_ANY_GNU_TLS
2712 convert dest to Pmode if different than Pmode.
2714 2016-10-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2716 PR tree-optimization/77916
2717 * gimple-ssa-strength-reduction.c (analyze_increments): Reinstate
2718 stopgap fix, as pointers with -1 increment are still broken.
2720 2016-10-18 David Edelsohn <dje.gcc@gmail.com>
2722 * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Move storage
2723 mapping class decoration from here...
2724 (rs6000_xcoff_encode_section): ...to here.
2726 (rs6000_savres_strategy) [AIX,ELFv2]: Inline FPR save and restore
2727 if shrink-wrapping and optimizing for speed.
2729 2016-10-18 Richard Biener <rguenther@suse.de>
2731 * tree-vrp.c (evrp_dom_walker::before_dom_children): Handle
2732 not visited but non-executable predecessors. Return taken edge.
2733 Simplify conditions and refactor propagation vs. folding step.
2735 2016-10-18 Segher Boessenkool <segher@kernel.crashing.org>
2737 * config/rs6000/rs6000.c (rs6000_savres_strategy): Do not select
2738 {SAVE,REST}_MULTIPLE if shrink-wrapping separate components.
2739 (rs6000_get_separate_components): Assert we do not have those
2740 strategies selected.
2742 2016-10-18 Richard Biener <rguenther@suse.de>
2744 * tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.
2745 * tree-ssa-propagate.c (ssa_prop_fini): Remove final BB_VISITED
2747 (substitute_and_fold_dom_walker): Adjust constructor.
2748 (substitute_and_fold_dom_walker::before_dom_children): Remove
2749 do_dce flag and handling (always true).
2750 (substitute_and_fold): Likewise.
2751 * tree-vrp.c (vrp_finalize): Adjust.
2752 (execute_early_vrp): Remove final BB_VISITED clearing.
2753 * tree-ssa-ccp.c (ccp_finalize): Adjust.
2754 * tree-ssa-copy.c (fini_copy_prop): Likewise.
2755 * ira.c (ira): Call clear_bb_flags.
2757 2016-10-18 Richard Biener <rguenther@suse.de>
2759 * genmatch.c (dt_operand::gen_gimple_expr): Use get_name to
2760 get at the operand to look at with TREE_OPERAND for generic
2763 2016-10-18 David Malcolm <dmalcolm@redhat.com>
2765 * genattrtab.c (attr_string): Use rtx_reader_ptr for call to
2767 (gen_attr): Use rtx_reader_ptr for lookup_enum_type call.
2768 (write_test_expr): Use rtx_reader_ptr for calls to
2770 (write_attr_value): Likewise.
2771 * genconditions.c (write_one_condition): Use rtx_reader_ptr for
2772 call to print_md_ptr_loc.
2773 (write_one_condition): Likewise for calls to print_c_condition.
2774 * genconstants.c: Include "statistics.h" and "vec.h".
2775 (main): Update for conversion to member functions.
2776 * genemit.c (emit_c_code): Use rtx_reader_ptr for
2777 call to print_md_ptr_loc.
2778 * genenums.c: Include "statistics.h" and "vec.h".
2779 (main): Update for conversion of traverse_enum_types to a method.
2780 * genmddeps.c: Include "statistics.h" and "vec.h".
2781 * genoutput.c (process_template): Use rtx_reader_ptr for call to
2783 * genpreds.c (write_predicate_subfunction): Likewise.
2784 (write_predicate_expr): Likewise for calls to print_c_condition.
2785 * genrecog.c (print_test): Likewise.
2786 * gensupport.c (process_rtx): Likewise for calls to
2787 copy_md_ptr_loc and join_c_conditions.
2788 (alter_test_for_insn): Likewise for call to join_c_conditions.
2789 (process_substs_on_one_elem): Likewise.
2790 (gen_mnemonic_setattr): Update for move of string_obstack to a
2791 field of rtx_reader.
2792 (mnemonic_htab_callback): Likewise. Fix formatting.
2793 (gen_mnemonic_attr): Likewise.
2794 * gentarget-def.c (def_target_insn): Use rtx_reader_ptr for calls
2795 to print_c_condition.
2796 * read-md.c: Include "statistics.h" and "vec.h".
2797 (string_obstack): Convert this global to field "m_string_obstack"
2798 of class rtx_reader.
2799 (ptr_locs): Likewise, as "m_ptr_locs".
2800 (ptr_loc_obstack): Likewise, as "m_ptr_loc_obstack".
2801 (joined_conditions): Likewise, as "m_joined_conditions".
2802 (joined_conditions_obstack): Likewise, as "m_joined_conditions_obstack".
2803 (md_constants): Likewise, as "m_md_constants".
2804 (enum_types): Likewise, as "m_enum_types".
2805 (set_md_ptr_loc): Convert to...
2806 (rtx_reader::set_md_ptr_loc): ...member function.
2807 (get_md_ptr_loc): Convert to...
2808 (rtx_reader::get_md_ptr_loc): ...member function.
2809 (copy_md_ptr_loc): Convert to...
2810 (rtx_reader::copy_md_ptr_loc): ...member function.
2811 (fprint_md_ptr_loc): Convert to...
2812 (rtx_reader::fprint_md_ptr_loc): ...member function.
2813 (print_md_ptr_loc): Convert to...
2814 (rtx_reader::print_md_ptr_loc): ...member function.
2815 (join_c_conditions): Convert to...
2816 (rtx_reader::join_c_conditions): ...member function.
2817 (fprint_c_condition): Convert to...
2818 (rtx_reader::fprint_c_condition): ...member function.
2819 (print_c_condition): Convert to...
2820 (rtx_reader::print_c_condition): ...member function.
2821 (read_name): Convert to...
2822 (rtx_reader::read_name): ...member function.
2823 (read_escape): Convert to...
2824 (rtx_reader::read_escape): ...member function.
2825 (read_quoted_string): Convert to...
2826 (rtx_reader::read_quoted_string): ...member function.
2827 (read_braced_string): Convert to...
2828 (rtx_reader::read_braced_string): ...member function.
2829 (read_string): Convert to...
2830 (rtx_reader::read_string): ...member function.
2831 (read_skip_construct): Convert to...
2832 (rtx_reader::read_skip_construct): ...member function.
2833 (handle_constants): Convert to...
2834 (rtx_reader::handle_constants): ...member function.
2835 (traverse_md_constants): Convert to...
2836 (rtx_reader::traverse_md_constants): ...member function.
2837 (handle_enum): Convert to...
2838 (rtx_reader::handle_enum): ...member function.
2839 (lookup_enum_type): Convert to...
2840 (rtx_reader::lookup_enum_type): ...member function.
2841 (traverse_enum_types): Convert to...
2842 (rtx_reader::traverse_enum_types): ...member function.
2843 (rtx_reader::rtx_reader): Move initializations
2844 of various former global data from rtx_reader::read_md_files to
2845 here, as fields, along with the call to unlock_std_streams.
2846 (rtx_reader::~rtx_reader): Clean up m_base_dir, and clean up
2848 (rtx_reader::read_md_files): Move initializations of various
2849 global data from here to the ctor.
2850 * read-md.h (read_name): Convert to...
2851 (rtx_reader::read_name): ...member function.
2852 (rtx_reader::read_escape): New method decl.
2853 (read_quoted_string): Convert to...
2854 (rtx_reader::read_quoted_string): ...member function.
2855 (rtx_reader::read_braced_string): New method decl.
2856 (read_string): Convert to...
2857 (rtx_reader::read_string): ...member function.
2858 (rtx_reader::read_skip_construct): New method decl.
2859 (rtx_reader::set_md_ptr_loc): New method decl.
2860 (rtx_reader::get_md_ptr_loc): New method decl.
2861 (copy_md_ptr_loc): Convert to...
2862 (rtx_reader::copy_md_ptr_loc): ...member function.
2863 (fprint_md_ptr_loc): Convert to...
2864 (rtx_reader::fprint_md_ptr_loc): ...member function.
2865 (print_md_ptr_loc): Convert to...
2866 (rtx_reader::print_md_ptr_loc): ...member function.
2867 (rtx_reader::lookup_enum_type): New method decl.
2868 (rtx_reader::traverse_enum_types): New method decl.
2869 (rtx_reader::handle_constants): New method decl.
2870 (traverse_md_constants): Convert to...
2871 (rtx_reader::traverse_md_constants): ...member function.
2872 (rtx_reader::handle_enum): New method decl.
2873 (rtx_reader::join_c_conditions): New method decl.
2874 (fprint_c_condition): Convert to...
2875 (rtx_reader::fprint_c_condition): ...member function.
2876 (print_c_condition): Convert to...
2877 (rtx_reader::print_c_condition): ...member function.
2878 (rtx_reader::apply_iterator_to_string): New method decl.
2879 (rtx_reader::copy_rtx_for_iterators): New method decl.
2880 (rtx_reader::read_conditions): New method decl.
2881 (rtx_reader::record_potential_iterator_use): New method decl.
2882 (rtx_reader::read_mapping): New method decl.
2883 (rtx_reader::read_rtx): New method decl.
2884 (rtx_reader::read_rtx_code): New method decl.
2885 (rtx_reader::read_rtx_operand): New method decl.
2886 (rtx_reader::read_nested_rtx): New method decl.
2887 (rtx_reader::read_rtx_variadic): New method decl.
2888 (rtx_reader::get_string_obstack): New method.
2889 (rtx_reader::get_md_constants): New method.
2890 (string_obstack): Convert global variable decl to...
2891 (rtx_reader::m_string_obstack): ...this new field.
2892 (rtx_reader::m_ptr_locs): New field.
2893 (rtx_reader::m_ptr_loc_obstack): New field.
2894 (rtx_reader::m_joined_conditions): New field.
2895 (rtx_reader::m_joined_conditions_obstack): New field.
2896 (rtx_reader::m_md_constants): New field.
2897 (rtx_reader::m_enum_types): New field.
2898 * read-rtl.c (apply_iterator_to_string): Convert to...
2899 (rtx_reader::apply_iterator_to_string): ...member function.
2900 (copy_rtx_for_iterators): Convert to...
2901 (rtx_reader::copy_rtx_for_iterators): ...member function.
2902 (add_condition_to_string): Use rtx_reader_ptr for
2903 calls join_c_conditions.
2904 (apply_iterators): Use rtx_reader_ptr for calls to
2905 join_c_conditions and copy_rtx_for_iterators.
2906 (read_conditions): Convert to...
2907 (rtx_reader::read_conditions): ...member function.
2908 (record_potential_iterator_use): Convert to...
2909 (rtx_reader::record_potential_iterator_use): ...member function.
2910 (read_mapping): Convert to...
2911 (rtx_reader::read_mapping): ...member function.
2912 (read_subst_mapping): Use rtx_reader_ptr for read_string call.
2913 (read_rtx): Convert to...
2914 (rtx_reader::read_rtx): ...member function.
2915 (read_rtx_code): Convert to...
2916 (rtx_reader::read_rtx_code): ...member function.
2917 (read_rtx_operand): Convert to...
2918 (rtx_reader::read_rtx_operand): ...member function. Update for move
2919 of string_obstack to a field.
2920 (read_nested_rtx): Convert to..
2921 (rtx_reader::read_nested_rtx): ...member function.
2922 (read_rtx_variadic): Convert to..
2923 (rtx_reader::read_rtx_variadic): ...member function.
2925 2016-10-18 Kugan Vivekanandarajah <kuganv@linaro.org>
2927 * tree-vrp.c (get_value_range): Check get_ptr_nonnull.
2929 2016-10-18 Kugan Vivekanandarajah <kuganv@linaro.org>
2931 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Set value range
2932 for pointer type too.
2933 (ipcp_update_vr): set_ptr_nonnull for pointer.
2935 2016-10-18 Kugan Vivekanandarajah <kuganv@linaro.org>
2937 * tree-ssa-alias.h (pt_solution_singleton_or_null_p): Renamed from
2938 pt_solution_singleton_p.
2939 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Use renamed
2940 pt_solution_singleton_or_null_p from pt_solution_singleton_p.
2941 * tree-ssa-structalias.c (find_what_p_points_to): Preserve
2942 pointer nonnull computed by VRP.
2943 Also Conservatively set pt.null to 1.
2944 (pt_solution_reset): Conservatively set pt.null to 1.
2945 (pt_solution_singleton_or_null_p): Renamed from
2946 pt_solution_singleton_p.
2947 * tree-ssanames.h (set_ptr_nonnull): Declare.
2948 (get_ptr_nonnull): Likewise.
2949 * tree-ssanames.c (set_ptr_nonnull): New.
2950 (get_ptr_nonnull): Likewise.
2951 * tree-vrp.c (vrp_finalize): Set ptr that are nonnull.
2952 (evrp_dom_walker::before_dom_children): Likewise.
2954 2016-10-17 Eric Botcazou <ebotcazou@adacore.com>
2956 * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
2957 * config/i386/i386.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
2958 * config/ia64/ia64.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
2959 * config/ia64/ia64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
2960 * config/rs6000/rs6000.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to.
2961 * config/rs6000/rs6000.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
2962 (rs6000_option_override_internal): Clear it if ABI_AIX.
2963 * config/sparc/sparc.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
2964 * config/sparc/sparc.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ... here.
2966 2016-10-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2968 * gimple-ssa-strength-reduction.c (record_increment): Remove
2971 2016-10-17 Eric Botcazou <ebotcazou@adacore.com>
2973 * expmed.c (expand_shift_1): Add MAY_FAIL parameter and do not assert
2974 that the result is non-zero if it is true.
2975 (maybe_expand_shift): New wrapper around expand_shift_1.
2976 (emit_store_flag): Call maybe_expand_shift in lieu of expand_shift.
2978 2016-10-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2980 PR tree-optimization/77916
2981 * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
2982 Don't allow a MINUS_EXPR for pointer arithmetic for either known
2984 (record_increment): Increments of -1 for unknown strides just use
2985 a multiply initializer like other negative values.
2986 (analyze_increments): Remove stopgap solution for -1 increment
2987 applied to pointer arithmetic.
2989 2016-10-17 Yuri Rumyantsev <ysrumyan@gmail.com>
2991 * dominance.c (dom_info::dom_info): Add new constructor for region
2992 which is vector of basic blocks.
2993 (dom_init): New method to initialize members common for both
2995 (dom_info::dom_info): Invoke dom_init for partial initialization.
2996 (dom_info::get_idom): Add check to corner cases on basic blocks which
2998 (dom_info::calc_dfs_tree): Check M_FAKE_EXIT_EDGE instead of M_REVERSE
2999 to detect unreachable bbs.
3000 (dom_info::calc_idoms): Likewise.
3001 (compute_dom_fast_query_in_region): New function.
3002 (calculate_dominance_info_for_region): Likewise.
3003 (free_dominance_info_for_region): Likewise.
3004 * dominance.h: Add prototypes for introduced region-based functions
3005 tree-if-conv.c: (build_region): New function.
3006 (if_convertible_loop_p_1): Invoke local version of post-dominators
3007 calculation before basic block predication with subsequent freeing
3008 post-dominator info.
3009 (tree_if_conversion): Remove free of post-dominator info
3010 (pass_if_conversion::execute): Delete detection of infinite loops
3011 and fake edges to exit block since post-dominator calculation is
3012 performed per if-converted loop only.
3014 2016-10-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3017 * config/arm/arm.c (arm_emit_coreregs_64bit_shift): Clear the result
3018 register explicitly.
3019 * config/arm/arm.md (ashldi3, ashrdi3, lshrdi3): Don't FAIL if
3020 optimizing for size.
3022 2016-10-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3024 * config/aarch64/aarch64.c: Delete inclusion of
3025 cortex-a57-fma-steering.h.
3026 (aarch64_override_options): Delete call
3027 to aarch64_register_fma_steering.
3028 * config/aarch64/aarch64-protos.h (make_pass_fma_steering): Declare.
3029 * config/aarch64/cortex-a57-fma-steering.h: Delete.
3030 * config/aarch64/aarch64-passes.def: New file.
3031 * config/aarch64/cortex-a57-fma-steering.c
3032 (aarch64_register_fma_steering): Delete definition.
3033 (make_pass_fma_steering): Remove static qualifier.
3034 * config/aarch64/t-aarch64 (PASSES_EXTRA): New directive.
3035 (cortex-a57-fma-steering.o): Remove dependency on
3036 cortex-a57-fma-steering.h.
3038 2016-10-17 Eric Botcazou <ebotcazou@adacore.com>
3040 * explow.c (validize_mem): Do not modify the argument in-place.
3042 2016-10-17 Thomas Schwinge <thomas@codesourcery.com>
3044 * tree-streamer.c (record_common_node): Explicitly list expected
3047 2016-10-17 Richard Biener <rguenther@suse.de>
3049 PR tree-optimization/77988
3050 * tree-vrp.c (remove_range_assertions): Use replace_uses_by.
3052 2016-10-17 Marek Polacek <polacek@redhat.com>
3054 * Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
3056 2016-10-17 Richard Biener <rguenther@suse.de>
3058 * bb-reorder.c (reorder_basic_blocks_simple): Clear BB_VISITED
3061 2016-10-17 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3063 PR tree-optimization/71636
3064 * match.pd (x & ((1 << b) - 1) -> x & ~(~0 << b)): New pattern.
3066 2016-10-17 Richard Biener <rguenther@suse.de>
3068 * gimplify.c (gimplify_function_tree): Do not move the outer
3071 2016-10-17 Jakub Jelinek <jakub@redhat.com>
3073 * langhooks.h (struct lang_hooks_for_decls): Remove
3074 function_decl_explicit_p, function_decl_deleted_p and
3075 function_decl_defaulted hooks. Add decl_dwarf_attribute hook.
3076 * langhooks-def.h (lhd_decl_dwarf_attribute): Declare.
3077 (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P,
3078 LANG_HOOKS_FUNCTION_DECL_DELETED_P,
3079 LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Remove.
3080 (LANG_HOOKS_DECL_DWARF_ATTRIBUTE): Define.
3081 (LANG_HOOKS_DECLS): Remove LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P,
3082 LANG_HOOKS_FUNCTION_DECL_DELETED_P and
3083 LANG_HOOKS_FUNCTION_DECL_DEFAULTED. Add
3084 LANG_HOOKS_DECL_DWARF_ATTRIBUTE.
3085 * langhooks.c (lhd_decl_dwarf_attribute): New function.
3086 * dwarf2out.c (gen_subprogram_die): Use
3087 lang_hooks.decls.decl_dwarf_attribute instead of
3088 lang_hooks.decls.function_decl_*.
3090 2016-10-16 Eric Botcazou <ebotcazou@adacore.com>
3094 * common.opt (-ftrampolines): New option.
3095 * doc/invoke.texi (Code Gen Options): Document it.
3096 * doc/tm.texi.in (Trampolines): Add TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
3097 * doc/tm.texi: Regenerate.
3098 * builtins.def: Add init_descriptor and adjust_descriptor.
3099 * builtins.c (expand_builtin_init_trampoline): Do not issue a warning
3100 on platforms with descriptors.
3101 (expand_builtin_init_descriptor): New function.
3102 (expand_builtin_adjust_descriptor): Likewise.
3103 (expand_builtin) <BUILT_IN_INIT_DESCRIPTOR>: New case.
3104 <BUILT_IN_ADJUST_DESCRIPTOR>: Likewise.
3105 * calls.c (prepare_call_address): Remove SIBCALLP parameter and add
3106 FLAGS parameter. Deal with indirect calls by descriptor and adjust.
3107 Set STATIC_CHAIN_REG_P on the static chain register, if any.
3108 (call_expr_flags): Set ECF_BY_DESCRIPTOR for calls by descriptor.
3109 (expand_call): Likewise. Move around call to prepare_call_address
3110 and pass all flags to it.
3111 * cfgexpand.c (expand_call_stmt): Reinstate CALL_EXPR_BY_DESCRIPTOR.
3112 * gimple.h (enum gf_mask): New GF_CALL_BY_DESCRIPTOR value.
3113 (gimple_call_set_by_descriptor): New setter.
3114 (gimple_call_by_descriptor_p): New getter.
3115 * gimple.c (gimple_build_call_from_tree): SetCALL_EXPR_BY_DESCRIPTOR.
3116 (gimple_call_flags): Deal with GF_CALL_BY_DESCRIPTOR.
3117 * langhooks.h (struct lang_hooks): Add custom_function_descriptors.
3118 * langhooks-def.h (LANG_HOOKS_CUSTOM_FUNCTION_DESCRIPTORS): Define.
3119 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_CUSTOM_FUNCTION_DESCRIPTORS.
3120 * rtl.h (STATIC_CHAIN_REG_P): New macro.
3121 * rtlanal.c (find_first_parameter_load): Skip static chain registers.
3122 * target.def (custom_function_descriptors): New POD hook.
3123 * tree.h (FUNC_ADDR_BY_DESCRIPTOR): New flag on ADDR_EXPR.
3124 (CALL_EXPR_BY_DESCRIPTOR): New flag on CALL_EXPR.
3125 * tree-core.h (ECF_BY_DESCRIPTOR): New mask.
3126 Document FUNC_ADDR_BY_DESCRIPTOR and CALL_EXPR_BY_DESCRIPTOR.
3127 * tree.c (make_node_stat) <tcc_declaration>: Use FUNCTION_ALIGNMENT.
3128 (build_common_builtin_nodes): Initialize init_descriptor and
3130 * tree-nested.c: Include target.h.
3131 (struct nesting_info): Add 'any_descr_created' field.
3132 (get_descriptor_type): New function.
3133 (lookup_element_for_decl): New function extracted from...
3134 (create_field_for_decl): Likewise.
3135 (lookup_tramp_for_decl): ...here. Adjust.
3136 (lookup_descr_for_decl): New function.
3137 (convert_tramp_reference_op): Deal with descriptors.
3138 (build_init_call_stmt): New function extracted from...
3139 (finalize_nesting_tree_1): ...here. Adjust and deal with descriptors.
3140 * defaults.h (FUNCTION_ALIGNMENT): Define.
3141 (TRAMPOLINE_ALIGNMENT): Set to above instead of FUNCTION_BOUNDARY.
3142 * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
3143 * config/ia64/ia64.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Likewise.
3144 * config/rs6000/rs6000.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS):Likewise.
3145 * config/sparc/sparc.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Likewise.
3147 2016-10-16 Eric Botcazou <ebotcazou@adacore.com>
3149 * config/sparc/sparc.c (sparc_expand_vector_init): Only accept literal
3150 constants in CONST_VECTORs.
3152 2016-10-15 Eric Botcazou <ebotcazou@adacore.com>
3154 * config/sparc/sparc.c (sparc_expand_vec_perm_bmask): Use a scratch
3155 register as destination of bmask.
3156 (vector_init_bshuffle): Likewise.
3157 * config/sparc/sparc.md (vec_perm_constv8qi): Likewise.
3158 (bmaskdi_vis): Enable only in 64-bit mode.
3160 2016-10-15 Segher Boessenkool <segher@kernel.crashing.org>
3162 * config/rs6000/rs6000.c (rs6000_get_separate_components): Do not
3163 make LR a separately shrink-wrapped component unless savres_strategy
3164 contains all of {SAVE,REST}_INLINE_{GPRS,FPRS,VRS}. Do not wrap
3165 GPRs unless both {SAVE,REST}_INLINE_GPRS. Do not disallow all
3166 wrapping when not both {SAVE,REST}_INLINE_GPRS.
3168 2016-10-15 Eric Botcazou <ebotcazou@adacore.com>
3170 * optabs.c (expand_parity): Fix mode mismatch, add final conversion
3171 and keep looping on failure.
3173 2016-10-14 David Malcolm <dmalcolm@redhat.com>
3175 * print-rtl-function.c (print_edge): Omit "(flags)" when none are
3177 (print_rtx_function): Update example in comment for...
3178 * print-rtl.c (print_rtx_operand_code_r): In compact mode, print
3179 non-virtual pseudos with a '%' sigil followed by the regno, offset
3180 by (LAST_VIRTUAL_REGISTER + 1), so that the first non-virtual
3181 pseudo is dumped as "%0".
3183 2016-10-14 Jakub Jelinek <jakub@redhat.com>
3186 * expr.c (expand_expr_real_1) <case CONST_DECL>: For EXPAND_WRITE
3189 2016-10-14 Eric Botcazou <ebotcazou@adacore.com>
3191 * config/sparc/sparc-passes.def: New file.
3192 * config/sparc/t-sparc (PASSES_EXTRA): Add sparc-passes.def.
3193 * config/sparc/sparc-protos.h (make_pass_work_around_errata): New.
3194 * config/sparc/sparc.c (sparc_option_override): Don't register passes.
3196 2016-10-14 Pat Haugen <pthaugen@us.ibm.com>
3198 * loop-unroll.c (unroll_loop_runtime_iterations): Condition initial
3199 loop peel to loops with exit test at the beginning.
3201 2016-10-14 Pat Haugen <pthaugen@us.ibm.com>
3203 PR rtl-optimization/68212
3204 * cfgloopmanip.c (duplicate_loop_to_header_edge): Use preheader edge
3205 frequency when computing scale factor for peeled copies.
3206 * loop-unroll.c (unroll_loop_runtime_iterations): Fix freq/count
3207 values for switch/peel blocks/edges.
3209 2016-10-14 Pedro Alves <palves@redhat.com>
3211 * coretypes.h (OVERRIDE, FINAL): Delete, moved to include/ansidecl.h.
3213 2016-10-14 Catherine Moore <clm@codesourcery.com>
3215 * config/mips/mips.c (mips_prepare_pch_save): Initialize
3216 micromips_globals to zero.
3218 2016-10-14 Richard Biener <rguenther@suse.de>
3220 PR tree-optimization/77979
3221 * tree-vrp.c (compare_name_with_value): Handle released SSA names
3222 in the equivalency sets.
3223 (compare_names): Likewise.
3225 2016-10-14 Martin Liska <mliska@suse.cz>
3227 * builtins.h(target_char_cst_p): Declare the function.
3228 * builtins.c (fold_builtin_memchr): Remove.
3229 (target_char_cst_p): Move the function from gimple-fold.c.
3230 (fold_builtin_3): Do not call the function.
3231 * gimple-fold.c (gimple_fold_builtin_memchr): New function.
3232 (gimple_fold_builtin): Call the function.
3233 * fold-const-call.c (fold_const_call_1): Handle CFN_BUILT_IN_MEMCHR.
3235 2016-10-14 Martin Liska <mliska@suse.cz>
3237 * builtins.c (fold_builtin_strcmp): Remove function.
3238 (fold_builtin_strncmp): Likewise.
3239 (fold_builtin_2): Remove call of the function.
3240 (fold_builtin_3): Likewise.
3241 * fold-const-call.c (fold_const_call): Add constant folding
3242 for CFN_BUILT_IN_STRCASECMP and CFN_BUILT_IN_STRNCASECMP.
3243 * fold-const-call.h (build_cmp_result): Declare the function.
3244 * gimple-fold.c (gimple_load_first_char): New function.
3245 (gimple_fold_builtin_string_compare): Likewise.
3246 (gimple_fold_builtin): Call the function.
3248 2016-10-14 Nathan Sidwell <nathan@acm.org>
3250 * gcov-io.c (gcov_open): Deconstify 'mode'.
3252 2016-10-14 Martin Liska <mliska@suse.cz>
3254 * fold-const.c (c_getstr): Support of properly \0-terminated
3255 string constants. New argument is added.
3256 * fold-const.h: New argument is added.
3258 2016-10-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3260 * config/aarch64/aarch64.c (aarch64_print_hint_for_core_or_arch):
3262 (aarch64_print_hint_for_core): Likewise.
3263 (aarch64_print_hint_for_arch): Likewise.
3264 (aarch64_validate_march): Use it. Fix indentation in type signature.
3265 (aarch64_validate_mcpu): Use aarch64_print_hint_for_core_or_arch.
3266 (aarch64_validate_mtune): Likewise.
3267 (aarch64_handle_attr_arch): Likewise.
3268 (aarch64_handle_attr_cpu): Likewise.
3269 (aarch64_handle_attr_tune): Likewise.
3271 2016-10-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3273 * optabs.def: Remove optab function gen_int_libfunc for sdivmod_optab
3276 2016-10-13 Andreas Schwab <schwab@linux-m68k.org>
3278 * config/m68k/m68k.c (m68k_option_override): Check
3279 opt_fstack_limit_symbol_arg and opt_fstack_limit_register_no
3280 instead of stack_limit_rtx.
3282 2016-10-13 Jakub Jelinek <jakub@redhat.com>
3284 * dwarf2out.c (gen_member_die): Handle inline static data member
3287 2016-10-13 Nathan Sidwell <nathan@acm.org>
3289 * gcov-io.c (gcov_open): Fix documentation. Simplify setting
3290 gcov_var.mode. Remove unnecessary fstat.
3292 2016-10-13 Segher Boessenkool <segher@kernel.crashing.org>
3295 * function.c (thread_prologue_and_epilogue_insns): Call all
3296 make_*logue_seq in the same order as traditional. Call them
3297 all a second time if shrink_wrapped_separate.
3299 2016-10-13 Marek Polacek <polacek@redhat.com>
3301 * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
3302 insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Don't
3305 2016-10-13 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3307 PR tree-optimization/77937
3308 * gimple-ssa-strength-reduction.c (analyze_increments): Set cost
3309 to infinite when we have a pointer with an increment of -1.
3311 2016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
3313 * coretypes.h: Move MEMMODEL_* macros and enum memmodel definition
3315 * memmodel.h: This file.
3316 * alias.c, asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
3317 caller-save.c, calls.c, ccmp.c, cfgbuild.c, cfgcleanup.c,
3318 cfgexpand.c, cfgloopanal.c, cfgrtl.c, cilk-common.c, combine.c,
3319 combine-stack-adj.c, common/config/aarch64/aarch64-common.c,
3320 common/config/arm/arm-common.c, common/config/bfin/bfin-common.c,
3321 common/config/c6x/c6x-common.c, common/config/i386/i386-common.c,
3322 common/config/ia64/ia64-common.c, common/config/nvptx/nvptx-common.c,
3323 compare-elim.c, config/aarch64/aarch64-builtins.c,
3324 config/aarch64/aarch64-c.c, config/aarch64/cortex-a57-fma-steering.c,
3325 config/arc/arc.c, config/arc/arc-c.c, config/arm/arm-builtins.c,
3326 config/arm/arm-c.c, config/avr/avr.c, config/avr/avr-c.c,
3327 config/avr/avr-log.c, config/bfin/bfin.c, config/c6x/c6x.c,
3328 config/cr16/cr16.c, config/cris/cris.c, config/darwin-c.c,
3329 config/darwin.c, config/epiphany/epiphany.c,
3330 config/epiphany/mode-switch-use.c,
3331 config/epiphany/resolve-sw-modes.c, config/fr30/fr30.c,
3332 config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
3333 config/i386/i386-c.c, config/i386/winnt.c, config/iq2000/iq2000.c,
3334 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
3335 config/m68k/m68k.c, config/mcore/mcore.c,
3336 config/microblaze/microblaze.c, config/mmix/mmix.c,
3337 config/mn10300/mn10300.c, config/moxie/moxie.c,
3338 config/msp430/msp430.c, config/nds32/nds32-cost.c,
3339 config/nds32/nds32-intrinsic.c, config/nds32/nds32-md-auxiliary.c,
3340 config/nds32/nds32-memory-manipulation.c,
3341 config/nds32/nds32-predicates.c, config/nds32/nds32.c,
3342 config/nios2/nios2.c, config/nvptx/nvptx.c, config/pa/pa.c,
3343 config/pdp11/pdp11.c, config/rl78/rl78.c, config/rs6000/rs6000-c.c,
3344 config/rx/rx.c, config/s390/s390-c.c, config/s390/s390.c,
3345 config/sh/sh.c, config/sh/sh-c.c, config/sh/sh-mem.cc,
3346 config/sh/sh_treg_combine.cc, config/sol2.c, config/spu/spu.c,
3347 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
3348 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
3349 config/visium/visium.c, config/vms/vms-c.c, config/xtensa/xtensa.c,
3350 coverage.c, cppbuiltin.c, cprop.c, cse.c, cselib.c, dbxout.c, dce.c,
3351 df-core.c, df-problems.c, df-scan.c, dojump.c, dse.c, dwarf2asm.c,
3352 dwarf2cfi.c, dwarf2out.c, emit-rtl.c, except.c, explow.c, expmed.c,
3353 expr.c, final.c, fold-const.c, function.c, fwprop.c, gcse.c,
3354 ggc-page.c, haifa-sched.c, hsa-brig.c, hsa-gen.c, hw-doloop.c,
3355 ifcvt.c, init-regs.c, internal-fn.c, ira-build.c, ira-color.c,
3356 ira-conflicts.c, ira-costs.c, ira-emit.c, ira-lives.c, ira.c, jump.c,
3357 loop-doloop.c, loop-invariant.c, loop-iv.c, loop-unroll.c,
3358 lower-subreg.c, lra.c, lra-assigns.c, lra-coalesce.c,
3359 lra-constraints.c, lra-eliminations.c, lra-lives.c, lra-remat.c,
3360 lra-spills.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
3361 postreload-gcse.c, postreload.c, predict.c, print-rtl-function.c,
3362 recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
3363 reload.c, reload1.c, reorg.c, resource.c, rtl-chkp.c, rtl-tests.c,
3364 rtlanal.c, rtlhooks.c, sched-deps.c, sched-rgn.c, sdbout.c,
3365 sel-sched-ir.c, sel-sched.c, shrink-wrap.c, simplify-rtx.c,
3366 stack-ptr-mod.c, stmt.c, stor-layout.c, target-globals.c,
3367 targhooks.c, toplev.c, tree-nested.c, tree-outof-ssa.c,
3368 tree-profile.c, tree-ssa-coalesce.c, tree-ssa-ifcombine.c,
3369 tree-ssa-loop-ivopts.c, tree-ssa-loop.c, tree-ssa-reassoc.c,
3370 tree-ssa-sccvn.c, tree-vect-data-refs.c, ubsan.c, valtrack.c,
3371 var-tracking.c, varasm.c: Include memmodel.h.
3372 * genattrtab.c (write_header): Include memmodel.h in generated file.
3373 * genautomata.c (main): Likewise.
3374 * gengtype.c (open_base_files): Likewise.
3375 * genopinit.c (main): Likewise.
3376 * genconditions.c (write_header): Include memmodel.h earlier in
3378 * genemit.c (main): Likewise.
3379 * genoutput.c (output_prologue): Likewise.
3380 * genpeep.c (main): Likewise.
3381 * genpreds.c (write_insn_preds_c): Likewise.
3382 * genrecog.c (write_header): Likewise.
3383 * Makefile.in (PLUGIN_HEADERS): Include memmodel.h
3385 2016-10-13 David Malcolm <dmalcolm@redhat.com>
3387 * function-tests.c (selftest::test_expansion_to_rtl): Add "true"
3388 for new "compact" param of print_rtx_function. Check for "cinsn"
3390 * print-rtl-function.c (flag_compact): New decl.
3391 (print_rtx_function): Add param "compact" and use it to set
3392 flag_compact, adding a description of the effect to the leading
3393 comment, and updating the example output.
3394 * print-rtl.c (flag_compact): New variable.
3395 (print_rtx_operand_code_0): Omit the JUMP_LABEL reference in compact
3397 (print_rtx_operand_code_i): When printing source locations, wrap
3398 xloc.file in quotes. Don't print INSN_CODEs in compact mode.
3399 (print_rtx_operand_code_r): Don't print regnos for hard regs and
3400 virtuals in compact mode.
3401 (print_rtx_operand_code_u): Don't print insn UIDs in compact mode,
3402 apart from in LABEL_REFs.
3403 (print_rtx_operand): In case 'w', don't print in hex in compact mode.
3404 Don't print basic block ids in compact mode.
3405 (print_rtx): In compact mode, prefix the code of insns with "c",
3406 only print the INSN_UID of CODE_LABELs, and omit their LABEL_NUSES.
3407 * print-rtl.h (print_rtx_function): Add "compact" param.
3409 2016-10-13 Richard Earnshaw <rearnsha@arm.com>
3411 * arm.h (TARGET_VFP): Delete.
3412 (TARGET_VFPD32): Remove references to TARGET_VFP.
3413 (TARGET_VFP3, TARGET_VFP5): Likewise.
3414 (TARGET_VFP_SINGLE, TARGET_VFP_DOUBLE): Likewise.
3415 (TARGET_NEON_FP16): Likewise.
3416 (TARGET_FMA): Likewise.
3417 (TARGET_CRYPTO): Likewise.
3418 (TARGET_NEON): Likewise.
3419 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
3420 (FUNCTION_ARG_REGNO_P): Likewise.
3421 * arm.c (arm_option_check_internal): Likewise.
3422 (arm_option_override): Likewise.
3423 (use_return_insn): Likewise.
3424 (arm_function_value_regno_p): Likewise.
3425 (arm_apply_result_size): Likewise.
3426 (use_vfp_abi): Likewise.
3427 (arm_legitimate_address_outer_p): Likewise.
3428 (thumb2_legitimate_address_p): Likewise.
3429 (arm_legitimate_index_p): Likewise.
3430 (thumb2_legitimate_index_p): Likewise.
3431 (arm_legitimate_address): Likewise.
3432 (arm_get_vfp_saved_size): Likewise.
3433 (arm_emit_vfp_multi_reg_pop): Likewise.
3434 (arm_get_frame_offsets): Likewise.
3435 (arm_save_coproc_regs): Likewise.
3436 (arm_hard_regno_mode_ok): Likewise.
3437 (arm_expand_epilogue_apcs_frame): Likewise.
3438 (arm_expand_epilogue): Likewise.
3439 (arm_file_start): Likewise.
3440 (arm_conditional_register_usage): Likewise.
3441 (arm_validize_comparison): Use vfp_compare_operand directly.
3442 * arm-builtins.c (arm_init_builtins): Remove references to TARGET_VFP.
3443 (arm_expand_vfp_builtin): Use TARGET_HARD_FLOAT for detecting
3445 (arm_atomic_assign_expand_fenv): Likewise.
3446 * arm.md (divsf3): Likewise.
3447 (arm_negsi2): Likewise.
3449 (arm_movdi): Likewise.
3450 (arm_movt): Likewise.
3451 (cbranchsf4): Change predicate to vfp_compare_operand.
3452 (cbranchdf4): Change predicate to vfp_compare_operand.
3453 (cstorehf4): Change predicate to vfp_compare_operand.
3454 (cstoresf4): Change predicate to vfp_compare_operand.
3455 (cstoredf4): Change predicate to vfp_compare_operand.
3456 (vfp_pop_multiple_with_writeback): Remove references to TARGET_VFP.
3457 (movhi_insn_arch4, movhi_bytes): Likewise.
3458 * constraints.md (Dt): Likewise.
3460 * iterators.md (SDF): Likewise.
3461 * predicates.md (arm_float_compare_operand): Delete.
3462 (const_double_vcvt_power_of_two_reciprocal): Remove references to
3464 (const_double_vcvt_power_of_two): Likewise.
3465 * thumb2.md thumb2_movsi_insn): Likewise.
3466 * vfp.md (arm_movhi_vfp, thumb2_movhi_vfp): Likewise.
3467 (movhf_vfp): Likewise.
3468 (arm_movsi_vfp, thumb2_movsi_vfp): Likewise.
3469 (movdi_vfp, movdi_vfp_cortexa8): Likewise.
3470 (movsf_vfp, thumb2_movsf_vfp): Likewise.
3471 (movdf_vfp, thumb2_movdf_vfp): Likewise.
3472 (movsfcc_vfp, abssf2_vfp, negsf2_vfp, addsf3_vfp): Likewise.
3473 (subsf3_vfp, divsf3_vfp): Likewise.
3474 (mulsf3_vfp, mulsf3negsf_vfp, negmulsf3_vfp): Likewise.
3475 (mulsf3addsf_vfp, (mulsf3subsf_vfp, mulsf3negsfaddsf_vfp): Likewise.
3476 (mulsf3negsfsubsf_vfp): Likewise.
3477 (truncsisf2_vfp, fixuns_truncsfsi2, floatsisf2_vfp): Likewise.
3478 (floatunssisf2, sqrtsf2_vfp): Likewise.
3479 (movcc_vfp): Likewise.
3480 (cmpsf_split_vfp, cmpsf_trap_split_vfp): Likewise.
3481 (cmpsf_vfp, cmpsf_trap_vfp): Likewise.
3482 (push_multi_vfp): Likewise.
3483 (set_fpscr, get_fpscr): Likewise.
3484 * arm-c.c (arm_cpu_builtins): Unconditionally define __VFP_FP__.
3486 2016-10-13 Richard Earnshaw <rearnsha@arm.com>
3488 * arm.h (TARGET_VFP): Unconditionally define to 1.
3489 (arm_fpu_desc): Remove 'model' field.
3490 (TARGET_FPU_MODEL): Delete.
3491 * arm.c (all_fpus): Don't initialize the model field.
3492 (arm_can_inline_p): Don't check the FPU model.
3493 * arm-fpus.def: Remove redundant model field from all FPU
3496 2016-10-13 Richard Biener <rguenther@suse.de>
3499 * genmatch.c (struct capture): Add value_match member.
3500 (commutate): Preserve value_match.
3501 (lower_opt_convert): Likewise.
3502 (lower_cond): Likewise.
3503 (replace_id): Likewise.
3504 (struct dt_operand): Add value_match member.
3505 (decision_tree::cmp_node): Compare it.
3506 (decision_tree::insert_operand): Honor it when finding and
3507 when appending a DT_MATCH.
3508 (dt_operand::gen_match_op): Generate a type check after
3509 operand_equal_p if ! value_match for both GENERIC and GIMPLE.
3510 (parser::get_internal_capture_id): New helper.
3511 (parser::finish_match_operand): New function lowering @@<id>.
3512 (parser::parse_capture): Parse @@<id> as value-match.
3513 (parser::parse_expr): Use get_internal_capture_id.
3514 (parser::parse_simplify): Call finish_match_operand.
3515 (walk_captures): New helper.
3516 * match.pd (X - (X / Y) * Y -> X % Y): Use value-matching instead
3518 ((X /[ex] A) * A -> X): Likewise.
3519 ((X | Y) ^ X -> Y & ~ X): Handle constants properly by using
3520 convert[12] and value-matching.
3521 ((A | B) & (A | C) -> A | (B & C)): Likewise.
3522 ((X | Y) | Y -> X | Y): Likewise.
3523 ((X ^ Y) ^ Y -> X): Likewise.
3524 (A - (A & B) -> ~B & A): Likewise.
3525 ((T)(P + A) - (T)P -> (T) A): Likewise.
3526 ((T)P - (T)(P + A) -> -(T) A): Likewise.
3527 ((T)(P + A) - (T)(P + B) -> (T)A - (T)B): Likewise.
3528 * doc/match-and-simplify.texi: Amend capture section.
3530 2016-10-13 Claudiu Zissulescu <claziss@synopsys.com>
3532 * config/arc/arc.md (umul_600): Remove predicated variant.
3533 (umul64_600): Likewise.
3535 2016-10-13 Claudiu Zissulescu <claziss@synopsys.com>
3537 * config/arc/arc.h (INSN_LENGTH_ALIGNMENT): Change.
3539 2016-10-13 Bin Cheng <bin.cheng@arm.com>
3541 * tree-vect-loop.c (loop_niters_no_overflow): New func.
3542 (vect_transform_loop): Call loop_niters_no_overflow. Pass the
3543 no-overflow information to vect_do_peeling_for_loop_bound and
3544 vect_gen_vector_loop_niters.
3546 2016-10-13 Bin Cheng <bin.cheng@arm.com>
3548 * tree-predcom.c (tree_predictive_commoning_loop): Skip loop that only
3551 2016-10-13 Bin Cheng <bin.cheng@arm.com>
3553 * tree-vect-loop-manip.c (adjust_vec_debug_stmts): Don't release
3554 adjust_vec automatically.
3555 (slpeel_add_loop_guard): Remove param cond_expr_stmt_list. Rename
3556 param exit_bb to guard_to.
3557 (slpeel_checking_verify_cfg_after_peeling):
3558 (set_prologue_iterations):
3559 (create_lcssa_for_virtual_phi): New func which is factored out from
3560 slpeel_tree_peel_loop_to_edge.
3561 (slpeel_tree_peel_loop_to_edge):
3562 (iv_phi_p): New func.
3563 (vect_can_advance_ivs_p): Call iv_phi_p.
3564 (vect_update_ivs_after_vectorizer): Call iv_phi_p. Directly insert
3565 new gimple stmts in basic block.
3566 (vect_gen_niters_for_prolog_loop): Rename to...
3567 (vect_gen_prolog_loop_niters): ...Rename from. Change parameters and
3568 adjust implementation.
3569 (vect_update_inits_of_drs): Fix code style issue. Convert niters to
3570 sizetype if necessary.
3571 (vect_build_loop_niters): Move to here from tree-vect-loop.c. Change
3572 it to external function.
3573 (vect_gen_scalar_loop_niters, vect_gen_vector_loop_niters): New.
3574 (vect_gen_vector_loop_niters_mult_vf): New.
3575 (slpeel_update_phi_nodes_for_loops): New.
3576 (slpeel_update_phi_nodes_for_guard1): Reimplement.
3577 (find_guard_arg, slpeel_update_phi_nodes_for_guard2): Reimplement.
3578 (slpeel_update_phi_nodes_for_lcssa, vect_do_peeling): New.
3579 * tree-vect-loop.c (vect_build_loop_niters): Move to file
3580 tree-vect-loop-manip.c
3581 (vect_generate_tmps_on_preheader): Delete.
3582 (vect_transform_loop): Rename vectorization_factor to vf. Call
3583 vect_do_peeling instead of vect_do_peeling-* functions.
3584 * tree-vectorizer.h (vect_do_peeling): New decl.
3585 (vect_build_loop_niters, vect_gen_vector_loop_niters): New decls.
3586 (vect_do_peeling_for_loop_bound): Delete.
3587 (vect_do_peeling_for_alignment): Delete.
3589 2016-10-13 Bin Cheng <bin.cheng@arm.com>
3591 * tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge_cfg): Put
3592 duplicated loop after its preheader and after the original loop.
3594 2016-10-13 Bin Cheng <bin.cheng@arm.com>
3596 * tree-vect-loop.c (vect_analyze_loop_2): Check and skip loop if it
3597 has no enough iterations for LOOP_VINFO_PEELING_FOR_GAPS.
3599 2016-10-13 Bin Cheng <bin.cheng@arm.com>
3601 * tree-vect-loop.c (vectorizable_live_operation): Support handling
3602 for live variable outside loop but not in lcssa form.
3604 2016-10-13 Bin Cheng <bin.cheng@arm.com>
3606 * cfg.c (reset_original_copy_tables): New func.
3607 * cfg.h (reset_original_copy_tables): New decl.
3609 2016-10-13 Jakub Jelinek <jakub@redhat.com>
3612 * tree.h (FALLTHROUGH_LABEL_P): Use private_flag instead of
3614 * varasm.c (default_binds_local_p_3): Formatting fix.
3616 2016-10-13 Bin Cheng <bin.cheng@arm.com>
3618 * tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Fix code
3620 (vect_do_peeling_for_loop_bound, vect_do_peeling_for_alignment):
3621 Remove useless code.
3623 2016-10-13 Martin Liska <mliska@suse.cz>
3625 PR tree-optimization/77943
3626 * tree-ssa-tail-merge.c (merge_stmts_p): Do not merge BBs with
3627 a different EH landing pads.
3629 2016-10-13 Jakub Jelinek <jakub@redhat.com>
3632 * hooks.h (hook_tree_void_null): Declare.
3633 * hooks.c (hook_tree_void_null): New function.
3634 * langhooks.c (lhd_return_null_tree_v): Remove.
3635 * langhooks-def.h (lhd_return_null_tree_v): Remove.
3636 * cfgexpand.c (stack_protect_prologue): If guard_decl is NULL,
3637 set y to const0_rtx.
3638 * function.c (stack_protect_epilogue): Likewise.
3639 * config/tilepro/tilepro.c (TARGET_STACK_PROTECT_GUARD): Redefine
3640 if TARGET_THREAD_SSP_OFFSET is defined.
3641 * config/s390/s390.c (TARGET_STACK_PROTECT_GUARD): Likewise.
3642 * config/sparc/sparc.c (TARGET_STACK_PROTECT_GUARD): Likewise.
3643 * config/tilegx/tilegx.c (TARGET_STACK_PROTECT_GUARD): Likewise.
3644 * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Likewise.
3645 * config/i386/i386.c (TARGET_STACK_PROTECT_GUARD): Likewise.
3646 (ix86_stack_protect_guard): New function.
3648 2016-10-13 Richard Biener <rguenther@suse.de>
3650 * dwarf2out.c (tree_add_const_value_attribute): Do not try
3651 rtl_for_decl_init during early phase.
3652 (gen_variable_die): Do not create locations during early phase.
3653 (gen_label_die): Likewise.
3654 (decls_for_scope): Do not waste time handling BLOCK_NONLOCALIZED_VARs
3657 2016-10-12 Richard Biener <rguenther@suse.de>
3659 * tree-vrp.c (evrp_dom_walker::try_find_new_range): Renamed from
3660 try_add_new_range and made to eturn new range.
3661 (evrp_dom_walker::before_dom_children): Push op1 value range before
3662 pushing op0 value range.
3664 2016-10-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3666 PR tree-optimization/77937
3667 * gimple-ssa-strength-reduction.c (analyze_increments): Use
3668 POINTER_TYPE_P on the candidate type to determine whether
3669 candidates in this chain require pointer arithmetic.
3671 2016-10-12 Eric Botcazou <ebotcazou@adacore.com>
3673 * config/visium/visium.c (visium_gimplify_va_arg): Emit a big-endian
3674 correction if the type is smaller than a word.
3675 (visium_select_cc_mode): Add ... fall through ... comment.
3677 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
3679 * config/rs6000/rs6000.c (machine_function): Add new fields
3680 gpr_is_wrapped_separately and lr_is_wrapped_separately.
3681 (TARGET_SHRINK_WRAP_GET_SEPARATE_COMPONENTS,
3682 TARGET_SHRINK_WRAP_COMPONENTS_FOR_BB,
3683 TARGET_SHRINK_WRAP_DISQUALIFY_COMPONENTS,
3684 TARGET_SHRINK_WRAP_EMIT_PROLOGUE_COMPONENTS,
3685 TARGET_SHRINK_WRAP_EMIT_EPILOGUE_COMPONENTS,
3686 TARGET_SHRINK_WRAP_SET_HANDLED_COMPONENTS): Define.
3687 (rs6000_get_separate_components): New function.
3688 (rs6000_components_for_bb): New function.
3689 (rs6000_disqualify_components): New function.
3690 (rs6000_emit_prologue_components): New function.
3691 (rs6000_emit_epilogue_components): New function.
3692 (rs6000_set_handled_components): New function.
3693 (rs6000_emit_prologue): Don't emit LR save if lr_is_wrapped_separately.
3694 Don't emit GPR saves if gpr_is_wrapped_separately for that register.
3695 (restore_saved_lr): Don't restore LR if lr_is_wrapped_separately.
3696 (rs6000_emit_epilogue): Don't emit GPR restores if
3697 gpr_is_wrapped_separately for that register. Don't make a
3698 REG_CFA_RESTORE note for registers we did not restore, either.
3700 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
3702 * function.c (thread_prologue_and_epilogue_insns): Call
3703 try_shrink_wrapping_separate. Compute the prologue_seq afterwards,
3704 if it has possibly changed. Compute the split_prologue_seq and
3705 epilogue_seq later, too.
3706 * shrink-wrap.c: #include cfgbuild.h and insn-config.h.
3707 (dump_components): New function.
3708 (struct sw): New struct.
3710 (init_separate_shrink_wrap): New function.
3711 (fini_separate_shrink_wrap): New function.
3712 (place_prologue_for_one_component): New function.
3713 (spread_components): New function.
3714 (disqualify_problematic_components): New function.
3715 (emit_common_heads_for_components): New function.
3716 (emit_common_tails_for_components): New function.
3717 (insert_prologue_epilogue_for_components): New function.
3718 (try_shrink_wrapping_separate): New function.
3719 * shrink-wrap.h: Declare try_shrink_wrapping_separate.
3721 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
3723 * regrename.c (build_def_use): Invalidate chains that have a
3724 REG_CFA_RESTORE on some instruction.
3726 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
3728 * dce.c (delete_unmarked_insns): Don't delete instructions with
3729 a REG_CFA_RESTORE note.
3731 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
3733 * common.opt (-fshrink-wrap-separate): New flag.
3734 * doc/invoke.texi: Document it.
3735 * doc/tm.texi.in (Shrink-wrapping separate components): New subsection.
3736 * doc/tm.texi: Regenerate.
3737 * emit-rtl.h (struct rtl_data): New field shrink_wrapped_separate.
3738 * target.def (shrink_wrap): New hook vector.
3739 (get_separate_components, components_for_bb, disqualify_components,
3740 emit_prologue_components, emit_epilogue_components,
3741 set_handled_components): New hooks.
3743 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
3745 * config/rs6000/rs6000.c (rs6000_return_in_memory): Warn for
3746 vector return by reference only if -Wpsabi.
3747 (rs6000_pass_by_reference): Similarly, for argument passing.
3749 2016-10-12 David Malcolm <dmalcolm@redhat.com>
3751 * function-tests.c: Include "print-rtl.h".
3752 (selftest::test_expansion_to_rtl): Call print_rtx_function on the
3753 function, and verify what is dumped.
3754 * print-rtl-function.c (print_edge): New function.
3755 (begin_any_block): New function.
3756 (end_any_block): New function.
3757 (can_have_basic_block_p): New function.
3758 (print_rtx_function): Track the basic blocks of insns in the
3759 chain, wrapping those that are within blocks within "(block)"
3760 directives. Remove the "(cfg)" directive.
3762 2016-10-12 David Malcolm <dmalcolm@redhat.com>
3764 * selftest.c (selftest::read_file): New function.
3765 (selftest::test_read_file): New function.
3766 (selftest::selftest_c_tests): Call test_read_file.
3767 * selftest.h (selftest::read_file): New decl.
3769 2016-10-12 Richard Biener <rguenther@suse.de>
3772 * cgraphunit.c (analyze_functions): Preserve cgraph nodes
3775 2016-10-12 Thomas Schwinge <thomas@codesourcery.com>
3777 * lto-streamer.c: Fix LTO_STREAMER_DEBUG build.
3779 * dwarf2out.c (dwarf2_lineno_debug_hooks): Use
3780 dwarf2out_assembly_start.
3782 * Makefile.in (SELFTEST_FLAGS): Add -nostdinc.
3784 * Makefile.in (SELFTEST_FLAGS): New variable.
3785 (s-selftest, selftest-gdb, selftest-valgrind): Use it.
3787 * vmsdbgout.c (vmsdbg_debug_hooks): Add filename parameter to
3790 2016-10-12 Georg-Johann Lay <avr@gjlay.de>
3792 * rtl.h (struct rtx_def): Comment how RTX_FLAGS will be
3793 dumped in RTL dumps.
3795 2016-10-12 Martin Liska <mliska@suse.cz>
3797 * gimple-fold.c (create_tmp_reg_or_ssa_name): New function.
3798 (gimple_fold_builtin_memory_op): Use the function.
3799 (gimple_fold_builtin_strchr): Likewise.
3800 (gimple_fold_builtin_strcat): Likewise.
3801 (gimple_build): Likewise.
3803 2016-10-12 Nathan Sidwell <nathan@acm.org>
3805 * diagnostic.c (diagnostc_report_diagnostic): Fix formatting.
3807 2016-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
3809 * dwarf2out.c (int_loc_descriptor): Generate opcodes for another
3810 equivalent 32-bit constant (modulo 2**32) when that yields
3811 smaller instructions.
3812 (size_of_int_loc_descriptor): Update accordingly.
3814 2016-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
3816 * dwarf2out.c (dwarf2out_early_global_decl): For nested
3817 functions, call dwarf2out_decl on the parent function first.
3819 2016-10-12 Richard Biener <rguenther@suse.de>
3821 * match.pd ((X /[ex] A) * A -> X): Remove unnecessary constraint
3824 2016-10-12 Richard Biener <rguenther@suse.de>
3826 * tree-ssa-propagate.c
3827 (substitute_and_fold_dom_walker::before_dom_children): Do not
3828 ignore ASSERT_EXPRs but only preserve them.
3829 * tree-vrp.c (remove_range_assertions): Deal with ASSERT_EXPRs
3830 that have been propagated into.
3831 (vrp_finalize): Enable DCE for substitute_and_fold.
3833 2016-10-12 Richard Biener <rguenther@suse.de>
3835 PR tree-optimization/77920
3836 * tree-vrp.c (simplify_div_or_mod_using_ranges): Simplify.
3837 (simplify_min_or_max_using_ranges): Pass in gsi and use it.
3838 (simplify_abs_using_ranges): Likewise.
3839 (simplify_conversion_using_ranges): Likewise.
3840 (simplify_stmt_using_ranges): Adjust.
3842 2016-10-12 Jakub Jelinek <jakub@redhat.com>
3844 PR tree-optimization/77929
3845 * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle
3846 (*ops)[ranges[i].idx]->op != ranges[i].exp case.
3848 2016-10-12 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
3851 * config/rs6000/vmx.md (vsx_concat_<mode>): The mtvsrdd instruction
3852 needs a base register for arg 1.
3854 2016-10-12 Jakub Jelinek <jakub@redhat.com>
3856 * common.opt (Wimplicit-fallthrough) Turn into alias to
3857 -Wimplicit-fallthrough=3. Remove EnabledBy.
3858 (Wimplicit-fallthrough=): New option.
3859 * gimplify.c (warn_implicit_fallthrough_r): Use
3860 OPT_Wimplicit_fallthrough_ instead of OPT_Wimplicit_fallthrough.
3861 * doc/invoke.texi (-Wimplicit-fallthrough): Document as alias
3862 to -Wimplicit-fallthrough=3.
3863 (-Wimplicit-fallthrough=): Document.
3865 2016-10-11 Eric Botcazou <ebotcazou@adacore.com>
3867 * config/sparc/sparc.c (emit_scc_insn): Remove direct support for EQ
3868 and GEU in DImode if TARGET_SUBXC.
3869 * config/sparc/sparc.md (seqdi<W:mode>_zero): Remove TARGET_SUBXC.
3870 (seqdi<W:mode>_zero_subxc): Delete.
3871 (neg_seqdi<W:mode>_zero): Remove TARGET_VIS3.
3872 (neg_seqdi<W:mode>_zero_vis3): Delete.
3873 (plus_seqdi<W:mode>_zero): Likewise.
3874 (minus_seqdi<W:mode>_zero): Likewise.
3875 (plus_plus_sltu<W:mode>): Accept only register.
3876 (addx<W:mode>): Likewise.
3877 (plus_sltu<W:mode>_vis3): Likewise.
3878 (plus_plus_sltu<W:mode>_vis3): Likewise.
3879 (neg_sgeu<W:mode>_vis3): Delete.
3880 (minus_sgeu<W:mode>_vis3): Likewise.
3881 (addxc<W:mode>): Accept only registers.
3882 (neg_sltu<W:mode>_subxc): Write %%g0 instead of 0.
3883 (minus_neg_sltu<W:mode>_subxc): Accept only register.
3884 (neg_plus_sltu<W:mode>_subxc): Likewise.
3885 (minus_sltu<W:mode>_subxc): Write %%g0 instead of 0.
3886 (minus_minus_sltu<W:mode>_subxc): Accept only register.
3887 (sgeu<W:mode>_insn_subxc): Delete.
3888 (plus_sgeu<W:mode>_subxc): Likewise.
3889 (subxc<W:mode>): Accept only register.
3890 (scc splitter): Split always GEU again.
3892 2016-10-11 Jeff Law <law@redhat.com>
3894 PR tree-optimization/77424
3895 * tree-ssa-threadupdate.c (thread_through_all_blocks): Remove
3896 dead conditionals. Assert that all e->aux fields are NULL.
3898 2016-10-11 David Malcolm <dmalcolm@redhat.com>
3900 * print-rtl.c (print_rtx): Rename "i" to "idx". Split out the
3901 operand-printing "switch" statement into...
3902 (print_rtx_operand_code_0): ...this new function, ...
3903 (print_rtx_operand_code_e): ...this new function, ...
3904 (print_rtx_operand_codes_E_and_V): ...this new function, ...
3905 (print_rtx_operand_code_i): ...this new function, ...
3906 (print_rtx_operand_code_r): ...this new function, ...
3907 (print_rtx_operand_code_u): ...this new function, ...
3908 (print_rtx_operand): ...and this new function.
3910 2016-10-11 Uros Bizjak <ubizjak@gmail.com>
3912 * config/alpha/alpha-passes.def: New file.
3913 * config/alpha/t-alpha: New file.
3914 * config/alpha/alpha-protos.h (gcc::context, rtl_opt_pass): Declare.
3915 (make_pass_handle_trap_shadows): New prototype.
3916 (make_pass_align_insns): Ditto.
3917 * config/alpha/alpha.c (alpha_option_override): Don't register
3919 * config.gcc (alpha*-*-*) Add alpha/t-alpha to tmake_file.
3921 2016-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
3924 * config/rs6000/rs6000.c (rs6000_init_builtins): Only create the
3925 distinct __ibm128 IBM extended double type if long doubles are
3926 128-bits and the default format for long double is IEEE 128-bit.
3928 2016-10-11 Richard Biener <rguenther@suse.de>
3930 * dwarf2out.c (DEBUG_STR_OFFSETS_SECTION): Remove conditional.
3931 (init_sections_and_labels): Use DEBUG_DWO_STR_OFFSETS_SECTION.
3932 (verify_die): New function.
3933 (dwarf2out_finish): Call it.
3934 (output_line_info): Handle case of -gsplit-dwarf without
3935 DWARF2_ASM_LINE_DEBUG_INFO.
3937 2016-10-11 Richard Biener <rguenther@suse.de>
3940 * gimple-low.c (lower_gimple_bind): Handle arbitrary common
3941 sub-chains of BLOCK_VARS and gimple_bind_vars.
3943 2016-10-11 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
3945 * config/i386/znver1.md : Fix imov/imovx load type reservations.
3947 2016-10-11 Eric Botcazou <ebotcazou@adacore.com>
3949 * config/sparc/sparc.opt (msubxc): New option.
3950 * doc/invoke.texi (SPARC options): Document it and tidy up.
3951 * doc/tm.texi.in (Condition Codes): Adjust SPARC example.
3952 * doc/tm.texi: Regenerate.
3953 * config/sparc/sparc-modes.def (CC_NOOV): Rename into...
3955 (CCX_NOOV): Rename into...
3959 * config/sparc/predicates.m (fcc_register_operand): Simplify.
3960 (fcc0_register_operand): Likewise.
3961 (icc_register_operand): New.
3962 (icc_or_fcc_register_operand): Simplify.
3963 (nz_comparison_operator): New.
3964 (c_comparison_operator): Likewise.
3965 (noov_compare_operator): Rename into...
3966 (icc_comparison_operator): ...this. Use above predicates.
3967 (noov_compare64_operator): Rename into...
3968 (v9_comparison_operator): ...this and tidy up.
3969 (fcc_comparison_operator): New.
3970 (icc_or_fcc_comparison_operator): Likewise.
3971 (v9_register_compare_operator): Rename info...
3972 (v9_register_comparison_operator): ...this.
3973 * config/sparc/sparc.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
3974 (sparc_option_override): Remove redundant VIS masks and add MASK_SUBXC
3976 (sparc_fixed_condition_code_regs): New function.
3977 (select_cc_mode): Remove ATTRIBUTE_UNUSED. Adjust for CCNZ/CCXNZ
3978 renaming and add support for CCC/CCXC.
3979 (output_cbranch): Likewise.
3980 (sparc_print_operand): Likewise.
3981 (gen_v9_scc): Remove obsolete assertion.
3982 (emit_scc_insn): Emit RTL directly for EQ and NE. Add direct support
3983 for EQ in DImode if TARGET_SUBXC. Remove test on TARGET_VIS3 for GEU.
3984 (output_cbcond): Remove bogus handling of CC modes.
3985 (sparc_register_move_cost): Return 100 for NO_REGS.
3986 * config/sparc/sparc.md (W): New mode iterator.
3987 (length): Adjust for noov_compare64_operator renaming.
3988 (cmpsi_sne): New instruction.
3989 (cmpdi_sne): Likewise.
3990 (seqdi_special): Delete.
3991 (seqdi_special): Likewise.
3992 (snesi<P:mode>_special): Likewise.
3993 (snedi_special): Likewise.
3994 (snedi_special_vis3): Likewise.
3995 (snesi patterns): Use W iterator.
3996 (snedi patterns): Likewise. Add TARGET_SUBXC patterns.
3997 (sltu patterns): Likewise.
3998 (sgeu patterns): Likewise.
3999 (scc splitter): Do not split GEU in DImode if TARGET_SUBXC.
4000 (normal_branch): Use icc_comparison_operator predicate.
4001 (inverted_branch): Likewise.
4002 (cbcond_sp32): Use comparison_operator predicate.
4003 (cbcond_sp64): Likewise.
4004 (normal_int_branch_sp64): Adjust for renaming
4005 (inverted_int_branch_sp64): Likewise.
4006 (mov<I:mode>_cc_reg_sp64): Likewise.
4007 (movsf_cc_reg_sp6): Likewise.
4008 (movdf_cc_reg_sp64): Likewise.
4009 (movtf_cc_reg_hq_sp64): Likewise.
4010 (movtf_cc_reg_sp64): Likewise.
4011 (mov<I:mode>_cc_v9): Use icc_or_fcc_comparison_operator predicate.
4012 (movsf_cc_v9): Likewise.
4013 (movdf_cc_v9): Likewise.
4014 (movtf_cc_hq_v9): Likewise.
4015 (movtf_cc_v9): Likewise.
4016 (adddi3): Call gen_adddi3_sp32.
4017 (adddi3_insn_sp32): Rename to...
4018 (adddi3_sp32): ...this. Accept only register_operand as operand #1
4019 and use CCCmode for the carry.
4020 (addx_extend_sp32): Use CCCmode for the carry.
4021 (addx_extend_sp64): Delete.
4022 (adddi3_extend_sp32): Use CCCmode for the carry.
4023 (cmp_plus patterns): Use CCNZ/CCXNZ mode and add C variants.
4024 (subdi3): Call gen_subdi3_sp32.
4025 (subdi3_insn_sp32): Rename to...
4026 (subdi3_sp32): ...this and use CCmode for the carry.
4027 (subx_extend_sp32): Use CCCmode for the carry.
4028 (subx_extend_sp64): Delete.
4029 (subdi3_extend_sp32): Use CCmode for the carry.
4030 (cmp_minus patterns): Use CCNZ/CCXNZ mode and add C variants.
4031 (negdi3): Call gen_negdi3_sp32.
4032 (negdi3_sp32): Use CCCmode for the carry.
4033 (cmp_neg patterns): Use CCNZ/CCXNZ mode and add C variants.
4034 (cmp_nz_ashift_1): Use CCNZ mode.
4035 (cmp_nz_set_ashift_1): Likewise.
4036 (ctrapsi4): Use comparison_operator predicate.
4037 (ctrapdi4): Likewise.
4038 (trapsi_insn): Use icc_comparison_operator predicate.
4039 (trapdi_insn): Likewise.
4040 (edge8 patterns): Use CCNZmode.
4041 (edge16 patterns): Likewise.
4042 (edge32 patterns): Likewise.
4044 2016-10-11 Eric Botcazou <ebotcazou@adacore.com>
4046 * config/visium/visium-modes.def (CC_NOOV): Rename into...
4048 (CC_BTST): Rename into...
4050 * config/visium/predicates.md (real_add_operand): New.
4051 (visium_btst_operator): Rename into...
4052 (visium_equality_comparison_operator): ...this.
4053 (visium_noov_operator): Rename into...
4054 (visium_nz_comparison_operator): ...this.
4055 (visium_c_comparison_operator): New.
4056 (visium_branch_operator): Adjust and deal with all CC modes.
4057 * config/visium/visium.c (visium_adjust_cost): Adjust.
4058 (visium_split_double_add): Use the *_set_carry patterns.
4059 (visium_select_cc_mode): Add support for CCC mode and adjust.
4060 (output_cbranch): Adjust and use the carry-based operators for
4061 floating-point comparisons.
4062 * config/visium/visium.md (flags_subst_arith): Adjust.
4063 (addsi3_insn_set_carry): New instruction.
4064 (subsi3_insn_set_carry): Likewise.
4065 (negsi2_insn_set_carry): Likewise.
4067 (cmp<mode>_sne): Likewise.
4068 (cbranch<mode>4): Use ordered_comparison_operator.
4069 (cbranch<mode>4_insn): Likewise.
4070 (cbranchsi4_btst_insn): Adjust.
4072 2016-10-11 Tom de Vries <tom@codesourcery.com>
4075 * builtins.c (std_canonical_va_list_type): Remove RECORD_TYPE
4078 2016-10-11 Eric Botcazou <ebotcazou@adacore.com>
4080 * tree.h (build_complex_type): Add second parameter with default.
4081 * tree.c (build_complex_type): Add NAMED second parameter and adjust
4082 recursive call. Create a TYPE_DECL only if NAMED is true.
4083 (build_common_tree_nodes): Pass true in calls to build_complex_type.
4085 2016-10-11 Georg-Johann Lay <avr@gjlay.de>
4087 New avr-passes.def to register AVR specific passes.
4089 * config/avr/avr-passes.def: New file.
4090 * config/avr/t-avr (PASSES_EXTRA): Add avr-passes.def.
4091 * config/avr/avr-protos.h (gcc::context, rtl_opt_pass): Declare.
4092 (make_avr_pass_recompute_note): New proto.
4093 * config/avr/avr.c (make_avr_pass_recompute_notes): New function.
4094 (avr_pass_recompute_notes): Use anonymous namespace.
4095 (avr_register_passes): Remove function...
4096 (avr_option_override): ...and its call.
4098 2016-10-11 Robert Suchanek <robert.suchanek@imgtec.com>
4100 * config/mips/mips-cpus.def: Replace PTF_AVOID_BRANCHLIKELY with
4101 PTF_AVOID_BRANCHLIKELY_ALWAYS for generic architecture and with
4102 PTF_AVOID_BRANCHLIKELY_SPEED for others.
4103 (mips2, mips3, mips4): Add PTF_AVOID_BRANCHLIKELY_SIZE to tune
4105 * config/mips/mips.c (mips_option_override): Enable the branch
4106 likely depending on the tune flags and optimization level.
4107 * config/mips/mips.h (PTF_AVOID_BRANCHLIKELY): Remove.
4108 (PTF_AVOID_BRANCHLIKELY_SPEED): Define.
4109 (PTF_AVOID_BRANCHLIKELY_SIZE): Likewise.
4110 (PTF_AVOID_BRANCHLIKELY_ALWAYS): Likewise.
4112 2016-10-11 Richard Biener <rguenther@suse.de>
4114 * lto-streamer-out.c (collect_block_tree_leafs): New helper.
4115 (output_function): Properly stream the whole block tree.
4116 * lto-streamer-in.c (input_function): Likewise.
4118 2016-10-11 Marek Polacek <polacek@redhat.com>
4120 * Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.
4122 2016-10-11 Kugan Vivekanandarajah <kuganv@linaro.org>
4124 * tree-vrp.c (evrp_dom_walker::try_add_new_range): New.
4125 (evrp_dom_walker::before_dom_children): Infer and push new value
4126 ranges for x in y < x.
4128 2016-10-10 Joseph Myers <joseph@codesourcery.com>
4131 * config/ia64/ia64.c (ia64_libgcc_floating_mode_supported_p)
4132 (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
4133 * config/ia64/elf.h (IA64_NO_LIBGCC_TFMODE): Likewise.
4134 * config/ia64/freebsd.h (IA64_NO_LIBGCC_TFMODE): Likewise.
4135 * config/ia64/vms.h (IA64_NO_LIBGCC_XFMODE)
4136 (IA64_NO_LIBGCC_TFMODE): Likewise.
4138 2016-10-11 Kugan Vivekanandarajah <kuganv@linaro.org>
4140 * tree-vrp.c (vrp_intersect_ranges_1): Allocate bitmap before
4143 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
4145 * config.gcc: Add aarch64-*-freebsd* support.
4146 * config.host: Likewise.
4147 * config/aarch64/aarch64-freebsd.h: New file.
4148 * config/aarch64/t-aarch64-freebsd: Ditto.
4150 2016-10-10 Jeff Law <law@redhat.com>
4152 PR tree-optimization/71947
4153 * tree-ssa-dom.c (cprop_into_stmt): Avoid replacing A with B, then
4154 B with A within a single statement.
4156 2016-10-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4158 PR tree-optimization/77824
4159 * gimple-ssa-strength-reduction.c (stmt_cost): Explicitly return
4160 zero cost for copies.
4161 (find_candidates_dom_walker::before_dom_children): Replace
4162 MODIFY_EXPR with SSA_NAME.
4163 (replace_mult_candidate): Likewise.
4164 (replace_profitable_candidates): Likewise.
4166 2016-10-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4168 * config/s390/s390.h: Wrap more macros args in brackets and fix
4170 2016-10-10 Georg-Johann Lay <avr@gjlay.de>
4172 * config/avr/gen-avr-mmcu-texi.c (string.h): Include.
4174 2016-10-10 Andreas Schwab <schwab@suse.de>
4177 * config/ia64/ia64.md ("doloop_end"): Reject if mode of loop
4178 pseudo is not DImode.
4180 2016-10-10 Claudiu Zissulescu <claziss@synopsys.com>
4182 * common/config/arc/arc-common.c (arc_option_optimization_table):
4183 Remove compact casesi option.
4184 * config/arc/arc.c (arc_override_options): Use compact casesi
4185 option only for pre-ARCv2 cores.
4186 * doc/invoke.texi (mcompact-casesi): Update text.
4188 2016-10-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
4190 * config/rs6000/rs6000.h (TARGET_EFFICIENT_OVERLAPPING_UNALIGNED):
4191 Add macro to say we can efficiently handle overlapping unaligned
4193 * config/rs6000/rs6000.c (expand_block_compare): Avoid generating
4194 poor code for processors older than p8.
4196 2016-10-09 Eric Botcazou <ebotcazou@adacore.com>
4198 * gen-pass-instances.awk: Remove GNUism.
4200 2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4202 * ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to
4203 NULL of (*ipcp_transformations)][node->uid].
4205 2016-10-09 John David Anglin <danglin@gcc.gnu.org>
4207 * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment.
4208 (MALLOC_ABI_ALIGNMENT): Define.
4210 2016-10-09 Jakub Jelinek <jakub@redhat.com>
4212 * tree-ssa.c (target_for_debug_bind, verify_phi_args,
4213 ssa_undefined_value_p, maybe_optimize_var): Use VAR_P and/or
4214 VAR_OR_FUNCTION_DECL_P macros.
4215 * tree-chkp.c (chkp_register_var_initializer, chkp_make_static_bounds,
4216 chkp_get_bounds_for_decl_addr, chkp_parse_array_and_component_ref,
4217 chkp_find_bounds_1): Likewise.
4218 * ipa-polymorphic-call.c (decl_maybe_in_construction_p): Likewise.
4219 * hsa-gen.c (get_symbol_for_decl): Likewise.
4220 * cgraphunit.c (check_global_declaration, analyze_functions,
4221 handle_alias_pairs, thunk_adjust, cgraph_node::expand_thunk):
4223 * gimple-fold.c (can_refer_decl_in_current_unit_p,
4224 canonicalize_constructor_val, gimple_get_virt_method_for_vtable):
4226 * tree.c (set_decl_section_name, copy_node_stat,
4227 need_assembler_name_p, free_lang_data_in_decl, find_decls_types_r,
4228 merge_dllimport_decl_attributes, handle_dll_attribute,
4229 decl_init_priority_insert, auto_var_in_fn_p, array_at_struct_end_p,
4230 verify_type): Likewise.
4231 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior,
4232 find_explicit_erroneous_behavior): Likewise.
4233 * sdbout.c (sdbout_toplevel_data, sdbout_late_global_decl): Likewise.
4234 * ipa.c (process_references): Likewise.
4235 * tree-chkp-opt.c (chkp_get_check_result): Likewise.
4236 * varasm.c (get_block_for_decl, use_blocks_for_decl_p, make_decl_rtl,
4237 notice_global_symbol, assemble_variable, mark_decl_referenced,
4238 build_constant_desc, output_constant_def_contents, do_assemble_alias,
4239 make_decl_one_only, default_section_type_flags,
4240 categorize_decl_for_section, default_encode_section_info): Likewise.
4241 * trans-mem.c (requires_barrier): Likewise.
4242 * gimple-expr.c (mark_addressable): Likewise.
4243 * cfgexpand.c (add_scope_conflicts_1, expand_one_var,
4244 expand_used_vars_for_block, clear_tree_used, stack_protect_decl_p,
4245 expand_debug_expr): Likewise.
4246 * tree-dump.c (dequeue_and_dump): Likewise.
4247 * ubsan.c (instrument_bool_enum_load): Likewise.
4248 * tree-pretty-print.c (print_declaration): Likewise.
4249 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
4250 * tree-ssa-uninit.c (warn_uninitialized_vars): Likewise.
4251 * asan.c (asan_protect_global, instrument_derefs): Likewise.
4252 * tree-into-ssa.c (rewrite_stmt, maybe_register_def,
4253 pass_build_ssa::execute): Likewise.
4254 * var-tracking.c (var_debug_decl, track_expr_p): Likewise.
4255 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost, split_address_cost):
4257 * ipa-split.c (test_nonssa_use, consider_split, mark_nonssa_use):
4259 * tree-inline.c (insert_debug_decl_map, remap_ssa_name,
4260 can_be_nonlocal, remap_decls, copy_debug_stmt,
4261 initialize_inlined_parameters, add_local_variables,
4262 reset_debug_binding, replace_locals_op): Likewise.
4263 * dse.c (can_escape): Likewise.
4264 * ipa-devirt.c (compare_virtual_tables, referenced_from_vtable_p):
4266 * tree-diagnostic.c (default_tree_printer): Likewise.
4267 * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
4268 unpack_ts_decl_with_vis_value_fields,
4269 lto_input_ts_decl_common_tree_pointers): Likewise.
4270 * builtins.c (builtin_save_expr, fold_builtin_expect,
4271 readonly_data_expr): Likewise.
4272 * tree-ssa-structalias.c (new_var_info, get_constraint_for_ssa_var,
4273 create_variable_info_for, set_uids_in_ptset, visit_loadstore):
4275 * gimple-streamer-out.c (output_gimple_stmt): Likewise.
4276 * gimplify.c (force_constant_size, gimplify_bind_expr,
4277 gimplify_decl_expr, gimplify_var_or_parm_decl,
4278 gimplify_compound_lval, gimplify_init_constructor,
4279 gimplify_modify_expr, gimplify_asm_expr, gimplify_oacc_declare,
4280 gimplify_type_sizes): Likewise.
4281 * cgraphbuild.c (record_reference, record_type_list, mark_address,
4282 mark_load, mark_store, pass_build_cgraph_edges::execute): Likewise.
4283 * tree-ssa-live.c (mark_all_vars_used_1, remove_unused_scope_block_p,
4284 remove_unused_locals): Likewise.
4285 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p, ptrs_compare_unequal,
4286 ref_maybe_used_by_call_p_1, call_may_clobber_ref_p_1): Likewise.
4287 * function.c (instantiate_expr, instantiate_decls_1,
4288 setjmp_vars_warning, add_local_decl): Likewise.
4289 * alias.c (ao_ref_from_mem, get_alias_set, compare_base_symbol_refs):
4291 * tree-stdarg.c (find_va_list_reference, va_list_counter_struct_op,
4292 va_list_ptr_read, va_list_ptr_write, check_all_va_list_escapes,
4293 optimize_va_list_gpr_fpr_size): Likewise.
4294 * tree-nrv.c (pass_nrv::execute): Likewise.
4295 * tsan.c (instrument_expr): Likewise.
4296 * tree-ssa-dce.c (remove_dead_stmt): Likewise.
4297 * vtable-verify.c (verify_bb_vtables): Likewise.
4298 * tree-dfa.c (ssa_default_def, set_ssa_default_def,
4299 get_ref_base_and_extent): Likewise.
4300 * toplev.c (wrapup_global_declaration_1, wrapup_global_declaration_2):
4302 * tree-sra.c (static bool constant_decl_p, find_var_candidates,
4303 analyze_all_variable_accesses): Likewise.
4304 * tree-nested.c (get_nonlocal_debug_decl,
4305 convert_nonlocal_omp_clauses, note_nonlocal_vla_type,
4306 note_nonlocal_block_vlas, convert_nonlocal_reference_stmt,
4307 get_local_debug_decl, convert_local_omp_clauses,
4308 convert_local_reference_stmt, nesting_copy_decl, remap_vla_decls):
4310 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Likewise.
4311 * stmt.c (decl_overlaps_hard_reg_set_p): Likewise.
4312 * dbxout.c (dbxout_late_global_decl, dbxout_type_fields,
4313 dbxout_symbol, dbxout_common_check): Likewise.
4314 * expr.c (expand_assignment, expand_expr_real_2, expand_expr_real_1,
4315 string_constant): Likewise.
4316 * hsa.c (hsa_get_declaration_name): Likewise.
4317 * passes.c (rest_of_decl_compilation): Likewise.
4318 * tree-ssanames.c (make_ssa_name_fn): Likewise.
4319 * tree-streamer-out.c (pack_ts_decl_common_value_fields,
4320 pack_ts_decl_with_vis_value_fields,
4321 write_ts_decl_common_tree_pointers): Likewise.
4322 * stor-layout.c (place_field): Likewise.
4323 * symtab.c (symtab_node::maybe_create_reference,
4324 symtab_node::verify_base, symtab_node::make_decl_local,
4325 symtab_node::copy_visibility_from,
4326 symtab_node::can_increase_alignment_p): Likewise.
4327 * dwarf2out.c (add_var_loc_to_decl, tls_mem_loc_descriptor,
4328 decl_by_reference_p, reference_to_unused, rtl_for_decl_location,
4329 fortran_common, add_location_or_const_value_attribute,
4330 add_scalar_info, add_linkage_name, set_block_abstract_flags,
4331 local_function_static, gen_variable_die, dwarf2out_late_global_decl,
4332 optimize_one_addr_into_implicit_ptr,
4333 optimize_location_into_implicit_ptr): Likewise.
4334 * gimple-low.c (record_vars_into): Likewise.
4335 * ipa-visibility.c (update_vtable_references): Likewise.
4336 * tree-ssa-address.c (fixed_address_object_p, copy_ref_info):
4338 * lto-streamer-out.c (tree_is_indexable, get_symbol_initial_value,
4339 DFS::DFS_write_tree_body, write_symbol): Likewise.
4340 * langhooks.c (lhd_warn_unused_global_decl,
4341 lhd_set_decl_assembler_name): Likewise.
4342 * attribs.c (decl_attributes): Likewise.
4343 * except.c (output_ttype): Likewise.
4344 * varpool.c (varpool_node::get_create, ctor_for_folding,
4345 varpool_node::assemble_decl, varpool_node::create_alias): Likewise.
4346 * fold-const.c (fold_unary_loc): Likewise.
4347 * ipa-prop.c (ipa_compute_jump_functions_for_edge,
4348 ipa_find_agg_cst_from_init): Likewise.
4349 * omp-low.c (expand_omp_regimplify_p, expand_omp_taskreg,
4350 expand_omp_target, lower_omp_regimplify_p,
4351 grid_reg_assignment_to_local_var_p, grid_remap_prebody_decls,
4352 find_link_var_op): Likewise.
4353 * tree-chrec.c (chrec_contains_symbols): Likewise.
4354 * tree-cfg.c (verify_address, verify_expr, verify_expr_location_1,
4355 gimple_duplicate_bb, move_stmt_op, replace_block_vars_by_duplicates,
4356 execute_fixup_cfg): Likewise.
4358 PR tree-optimization/77901
4359 * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Only optimize
4360 if ranges[i].exp is SSA_NAME when looking for >= and only when
4361 ranges[i].exp is NULL or SSA_NAME when looking for the other
4364 2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4366 * ipa-cp.c (ipcp_alignment_lattice): Remove.
4367 (ipcp_param_lattices): Remove field alignment.
4368 (print_all_lattices): Remove call to ipcp_alignment_lattice::print.
4369 (set_all_contains_variable): Remove call to
4370 ipcp_alignment_lattice::set_to_bottom.
4371 (initialize_node_lattices): Likewise.
4372 (propagate_alignment_accross_jump_function): Remove.
4373 (propagate_constants_accross_call): Remove call to
4374 propagate_alignment_accross_jump_function.
4375 (ipcp_store_alignment_results): Remove.
4376 (ipcp_driver): Remove call to ipcp_store_alignment_results.
4377 (propagate_bits_accross_jump_function): Handle ancestor jump function.
4378 * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Remove
4379 pretty-printing of alignment jump function.
4380 (ipa_set_jf_unknown): Remove assignment to jfunc->alignment.known.
4381 (ipa_compute_jump_functions_for_edge): Adjust ipa_bits jump function for
4382 alignments and remove computing ipa_alignment jump function.
4383 (ipa_node_params_t::duplicate): Remove copying of src_trans->alignments.
4384 (ipa_write_jump_functions): Remove streaming for ipa_alignment.
4385 (ipa_read_jump_function): Remove reading of ipa_alignment.
4386 (write_ipcp_transformation_info): Remove streaming for alignment
4387 propagation summary.
4388 (read_ipcp_transformation_info): Remove reading of alignment
4389 propagation summary.
4390 (ipcp_update_alignments): Remove.
4391 (ipcp_update_bits): Adjust to set alignment for parameters of pointer
4393 (ipcp_transform_function): Remove call to ipcp_update_alignments()
4394 and remove assignment to (*ipcp_transformations)[node->uid].alignments.
4395 * ipa-prop.h (ipa_alignment): Remove.
4396 (ipa_jump_func): Remove field alignment.
4397 (ipcp_transformation_summary): Remove field alignments.
4398 * doc/invoke.texi: Mark fipa-cp-alignment as obsolete.
4399 * opts.c (default_options_table): Remove entry for fipa-cp-alignment.
4400 (enable_fdo_optimizations): Remove checking for fipa-cp-alignment.
4402 2016-10-08 Eric Botcazou <ebotcazou@adacore.com>
4404 * config/sparc/sparc.h (FIXED_REGISTERS): Add %icc.
4406 * config/visium/visium.c (visium_expand_int_cstore): Revert latest
4408 (visium_expand_fp_cstore): Likewise.
4410 2016-10-08 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4412 * diagnostic-core.h (warning_at_rich_loc_n): Declare.
4413 * diagnostic.c (warning_at_rich_loc_n): New function.
4414 (diagnostic_n_impl_richloc): Likewise.
4415 (diagnostic_n_impl): Move most of the function to
4416 diagnostic_n_impl_richloc and call it.
4418 2016-10-08 Jakub Jelinek <jakub@redhat.com>
4420 * gen-pass-instances.awk: Rewritten.
4421 * Makefile.in (pass-instances.def): Depend on $(PASSES_EXTRA), pass
4422 $(PASSES_EXTRA) after passes.def to the script.
4423 * config/i386/t-i386 (PASSES_EXTRA): Add i386-passes.def.
4424 * config/i386/i386-passes.def: New file.
4425 * config/i386/i386-protos.h (make_pass_insert_vzeroupper,
4426 make_pass_stv): Declare.
4427 * config/i386/i386.c (pass_stv::pass_stv): Initialize timode_p to
4429 (pass_stv::gate): Depending on timode_p member require TARGET_64BIT
4431 (pass_stv::clone, pass_stv::set_pass_param): New methods.
4432 (pass_stv::timode_p): New non-static data member.
4433 (ix86_option_override): Don't register passes here.
4435 * doc/invoke.texi: Document accepting Else, fallthrough.
4437 * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment
4440 * doc/invoke.texi (-Wimplicit-fallthrough): Document the accepted
4441 FALLTHRU comment styles.
4443 2016-10-07 Andrew Pinski <apinski@cavium.com>
4445 * config/aarch64/aarch64-arches.def (AARCH64_ARCH): #undef at the end.
4446 * config/aarch64/aarch64-cores.def (AARCH64_CORE): Likewise.
4447 * config/aarch64/aarch64-fusion-pairs.def (AARCH64_FUSION_PAIR):
4449 * config/aarch64/aarch64-option-extensions.def (AARCH64_OPT_EXTENSION):
4451 * config/aarch64/aarch64-tuning-flags.def (AARCH64_EXTRA_TUNING_OPTION):
4453 * config/aarch64/aarch64-opts.h (AARCH64_CORE): Don't #undef here.
4454 (AARCH64_ARCH): Likewise.
4455 * common/config/aarch64/aarch64-common.c (AARCH64_OPT_EXTENSION):
4457 (AARCH64_CORE): Likewise.
4458 (AARCH64_ARCH): Likewise.
4459 * config/aarch64/aarch64-protos.h (AARCH64_FUSION_PAIR): Likewise.
4460 (AARCH64_EXTRA_TUNING_OPTION): Likewise.
4461 * config/aarch64/aarch64.c (AARCH64_FUION_PAIR): Likewise.
4462 (AARCH64_EXTRA_TUNING_OPTION): Likewise.
4463 (AARCH64_ARCH): Likewise.
4464 (AARCH64_CORE): Likewise.
4465 * config/aarch64/aarch64.h (AARCH64_CORE): Likewise.
4466 * config/aarch64/driver-aarch64.c (AARCH64_OPT_EXTENSION): Likewise.
4467 (AARCH64_CORE): Likewise.
4468 (AARCH64_ARCH): Likewise.
4470 2016-10-06 Michael Meissner <meissner@linux.vnet.ibm.com>
4472 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Split
4473 -mfloat128 into -mfloat128-type that enables the IEEE 128-bit
4474 floating point type infrastructre, and -mfloat128 that enables the
4475 keyword. Define __FLOAT128__ if -mfloat128, and __FLOAT128_TYPE__
4476 if -mfloat128-type. Define __ibm128 to be long double by default.
4477 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print whether
4478 the IEEE 128-bit floating point type infrastructure should
4479 automatically be enabled.
4480 (rs6000_init_hard_regno_mode_ok): Switch to use -mfloat128-type
4481 instead of -mfloat128 to enable KFmode.
4482 (rs6000_option_override_internal): Split the option -mfloat128
4483 into -mfloat128-type and -mfloat128. On Linux PowerPC 64-bit
4484 systems, automatically set -mfloat128-type, but don't enable it on
4485 other operating systems. Move setting the long double size and
4486 IEEE quad support before the IEEE 128-bit floating point changes.
4487 (rs6000_init_builtins): Do not create a unique type for __ibm128
4488 if long double is IBM extended double, instead rely on __ibm128
4489 being defined as 'long double'. If -mfloat128-type and not
4490 -mfloat128, create the KFmode type with an undocumented __ieee128
4492 (rs6000_init_libfuncs): Use -mfloat128-type instead of
4493 -mfloat128 for tests about the types, but keep tests for
4494 -mfloat128 to enable the keyword support.
4495 (rs6000_complex_function_value): Likewise.
4496 (rs6000_scalar_mode_supported_p): Likewise.
4497 (rs6000_floatn_mode): Likewise.
4498 (rs6000_c_mode_for_suffix): Likewise.
4499 (rs6000_opt_masks): Add -mfloat128-type.
4500 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add support for
4501 -mfloat128-type being split from -mfloat128. Add
4502 -mfloat128-hardware, which was missing.
4503 * config/rs6000/rs6000.opt (-mfloat128): Split -mfloat128 into
4504 -mfloat128 and -mfloat128-type:
4505 (-mfloat128-type): Likewise.
4506 * config/rs6000/linux64.h (TARGET_FLOAT128_ENABLE_TYPE): Define so
4507 that 64-bit Linux systems with enable -mfloat128-type by default
4509 * config/rs6000/rs6000.h (TARGET_FLOAT128_ENABLE_TYPE): Likewise.
4510 (FLOAT128_VECTOR_P): Switch IEEE 128-bit floating points to use
4511 -mfloat128-type instead of -mfloat128.
4512 (FLOAT128_2REG_P): Likewise.
4513 (MASK_FLOAT128_TYPE): Likewise.
4514 (ALTIVEC_ARG_MAX_RETURN): Likewise.
4515 (RS6000_BTM_FLOAT128): Likewise.
4516 (TARGET_FLOAT128): Poison old identifiers.
4517 (OPTION_MASK_FLOAT128): Likewise.
4518 (MASK_FLOAT128): Likewise.
4519 * config/rs6000/rs6000.md (FP): Likewise.
4520 (FLOAT128): Likewise.
4521 (fix_trunc<mode>di2): Likewise.
4522 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
4523 (floatdi<mode>2): Likewise.
4524 (floatuns<SDI:mode><IEEE128:mode>2): Likewise.
4525 (neg<mode>2, FLOAT128 iterator): Likewise.
4526 (abs<mode>2, FLOAT128 iterator): Likewise.
4527 (ieee_128bit_negative_zero): Likewise.
4528 (ieee_128bit_vsx_neg<mode>2): Likewise.
4529 (ieee_128bit_vsx_neg<mode>2_internal): Likewise.
4530 (ieee_128bit_vsx_abs<mode>2): Likewise.
4531 (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
4532 (ieee_128bit_vsx_nabs<mode>2): Likewise.
4533 (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
4534 (extendiftf2): Likewise.
4535 (extendifkf2): Likewise.
4536 (extendtfkf2): Likewise.
4537 (trunciftf2): Likewise.
4538 (truncifkf2): Likewise.
4539 (trunckftf2): Likewise.
4540 (trunctfif2): Likewise.
4541 (extendkftf2): Likewise.
4542 (trunctfkf2): Likewise.
4544 2016-10-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4546 * simplify-rtx.c (simplify_immed_subreg): Zero-initialize tmp array
4547 before merging in bytes to pass down to real_from_target.
4549 2016-10-07 Richard Biener <rguenther@suse.de>
4551 * tree-ssa-propagate.c (replace_phi_args_in): Remove no longer
4553 (substitute_and_fold_dom_walker::before_dom_children):
4554 Substitute and fold before pass specific folding to avoid
4555 feeding that with SSA names that will be later released.
4556 * tree-ssa-ccp.c (get_value_for_expr): Guard for new SSA names
4557 introduced by folding and visited by evaluate_stmt called during
4559 (likely_value): Likewise.
4560 (evaluate_stmt): Likewise.
4561 * tree-vrp.c (simplify_truth_ops_using_ranges): Fold modified stmt.
4562 (simplify_div_or_mod_using_ranges): Likewise.
4563 (simplify_min_or_max_using_ranges): Likewise.
4564 (simplify_abs_using_ranges): Likewise.
4565 (simplify_conversion_using_ranges): Likewise.
4566 (simplify_float_conversion_using_ranges): Likewise.
4567 (simplify_stmt_using_ranges): Likewise.
4569 2016-10-07 Marek Polacek <polacek@redhat.com>
4571 * gimplify.c (should_warn_for_implicit_fallthrough): Check for
4572 FALLTHROUGH_LABEL_P here...
4573 (warn_implicit_fallthrough_r): ...not here.
4575 2016-10-07 Bernd Schmidt <bschmidt@redhat.com>
4577 PR tree-optimization/77880
4578 * expr.c (by_pieces_ninsns): Use unsigned HOST_WIDE_INT where
4581 2016-10-07 Marek Polacek <polacek@redhat.com>
4584 * gimplify.c (last_stmt_in_scope): Add check for FALLTHROUGH ().
4586 2016-10-07 Richard Biener <rguenther@suse.de>
4588 * bitmap.h: Document constraints on bitmap modification while
4591 2016-10-07 Richard Biener <rguenther@suse.de>
4593 * bitmap.c (bitmap_elem_to_freelist): Set indx to -1.
4594 * bitmap.h (bmp_iter_set): When advancing to the next element
4595 check that we didn't remove the current one.
4596 (bmp_iter_and): Likewise.
4597 (bmp_iter_and_compl): Likewise.
4598 * tree-ssa.c (release_defs_bitset): Do not remove worklist bit
4599 we currently iterate on but keep a one-level queue.
4600 * sched-deps.c (remove_from_deps): Do not clear current bit
4601 but keep a one-level queue.
4603 2016-10-07 Jakub Jelinek <jakub@redhat.com>
4605 PR tree-optimization/77664
4606 * tree-ssa-reassoc.c (update_range_test): Also clear low and high
4607 for the other ranges.
4608 (optimize_range_tests_diff): Fix up formatting.
4609 (optimize_range_tests_var_bound): New function.
4610 (optimize_range_tests): Use it.
4612 2016-10-07 Martin Liska <mliska@suse.cz>
4614 * coverage.c (build_gcov_exit_decl): Fix priority what
4615 should be really 99.
4617 2016-10-07 Richard Biener <rguenther@suse.de>
4619 * gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of
4620 vars in gimple_bind_vars but not in BLOCK_VARS.
4622 2016-10-07 Richard Biener <rguenther@suse.de>
4624 PR tree-optimization/77879
4625 * tree-ssa-structalias.c (handle_const_call): Properly handle
4627 (handle_pure_call): Likewise.
4629 2016-10-06 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
4631 * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor)
4632 (rs6000_elf_asm_out_destructor): increase size of buf to avoid
4635 2016-10-06 Andrew Pinski <apinski@cavium.com>
4637 * config/aarch64/aarch64-cores.def: Add a comment before each
4640 2016-10-06 Kugan Vivekanandarajah <kuganv@linaro.org>
4642 PR tree-optimization/77862
4643 * tree-vrp.c (add_equivalence): Use get_value_range so that
4644 num_vr_values is checked before accessing vr_values.
4646 2016-10-06 Kugan Vivekanandarajah <kuganv@linaro.org>
4648 * tree-vrp.c (evrp_dom_walker::before_dom_children): Handle
4651 2016-10-05 Jeff Law <law@redhat.com>
4653 PR tree-optimization/71661
4654 * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Handle case when
4655 removal of a forwarder exposes a new natural loop.
4657 2016-10-06 Uros Bizjak <ubizjak@gmail.com>
4659 * config/i386/sse.md (andnot<mode>3): Add FALLTHRU comments.
4660 Introduce ssesuffix variable.
4661 (<mask_codefor><code><mode>3<mask_name>): Ditto.
4662 (*<code><mode>3): Ditto.
4664 2016-10-06 Jan Hubicka <hubicka@ucw.cz>
4666 * postreload.c (reload_cse_simplify): Skip also USE when detecting
4669 2016-10-06 Richard Biener <rguenther@suse.de>
4671 PR tree-optimization/77855
4672 * tree-ssa-pre.c (prune_clobbered_mems): Queue exprs to remove
4673 instead of removing the current item while iterating over the set
4676 2016-10-06 James Clarke <jrtc27@jrtc27.com>
4677 Eric Botcazou <ebotcazou@adacore.com>
4680 * config/sparc/sparc.c (classify_data_t): Remove int_regs field.
4681 (classify_registers): Don't set it
4682 (function_arg_slotno): Don't initialize and test it. Tidy up.
4684 2016-10-06 Richard Biener <rguenther@suse.de>
4686 PR tree-optimization/77839
4687 * tree-ssa-sccvn.c (set_ssa_val_to): Forbid value -> constant value
4690 2016-10-06 Martin Liska <mliska@suse.cz>
4692 * gcc.c: Set -fprofile-update=atomic when profiling is
4693 enabled and -pthread is set. Warn when one combines
4694 -pthread and -fprofile-update=single for an app using
4697 2016-10-06 Martin Liska <mliska@suse.cz>
4700 * expmed.h (mul_highpart_cost_ptr): Add an gcc_assert.
4701 * gimple-ssa-strength-reduction.c (slsr_process_cast):
4702 Initialize a pointer to NULL.
4703 (slsr_process_copy): Likewise.
4704 * input.c (location_get_source_line): Likewise.
4705 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Likewise.
4707 2016-10-05 Andrew Senkevich <andrew.senkevich@intel.com>
4709 * common/config/i386/i386-common.c (OPTION_MASK_ISA_PCOMMIT_UNSET,
4710 OPTION_MASK_ISA_PCOMMIT_SET): Deleted definitions.
4711 (ix86_handle_option): Deleted handle of OPT_mpcommit.
4712 * config.gcc: Deleted pcommitintrin.h
4713 * config/i386/pcommitintrin.h: Deleted file.
4714 * config/i386/cpuid.h (bit_PCOMMIT): Deleted.
4715 * config/i386/driver-i386.c (host_detect_local_cpu): Deleted pcommit
4717 * config/i386/i386-c.c (ix86_target_macros_internal): Deleted define
4719 * config/i386/i386.c (ix86_target_string): Deleted -mpcommit.
4720 (PTA_PCOMMIT): Deleted define.
4721 (ix86_option_override_internal): Deleted handle of option.
4722 (ix86_valid_target_attribute_inner_p): Deleted pcommit.
4723 * config/i386/i386-builtin.def (IX86_BUILTIN_PCOMMIT,
4724 __builtin_ia32_pcommit): Deleted.
4725 * config/i386/i386.h (TARGET_PCOMMIT, TARGET_PCOMMIT_P): Deleted.
4726 * config/i386/i386.md (unspecv): Deleted UNSPECV_PCOMMIT.
4727 (pcommit): Deleted instruction.
4728 * config/i386/i386.opt: Mention -mpcommit deprecation.
4729 * config/i386/x86intrin.h: Deleted inclusion of pcommitintrin.h.
4731 2016-10-05 Uros Bizjak <ubizjak@gmail.com>
4734 * config/i386/sse.md (<mask_codefor><code><mode>3<mask_name>):
4735 Remove wrong assert.
4736 (<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>:
4737 Use <round_constraint> as operand 1 constraint.
4739 2016-10-05 Jakub Jelinek <jakub@redhat.com>
4742 * ubsan.c (ubsan_create_data): Call initialize_sanitizer_builtins here.
4743 (ubsan_instrument_float_cast): And not here.
4746 * ubsan.c (ubsan_ids): New GTY(()) array.
4747 (ubsan_type_descriptor, ubsan_create_data): Use ubsan_ids
4748 instead of static local counters.
4750 2016-10-05 Martin Sebor <msebor@redhat.com>
4753 * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define macro.
4754 * config/linux.c (gnu_libc_printf_pointer_format): Remove.
4755 * targhooks.c [DEFAULT_LIBC == LIBC_UCLIBC) && SINGLE_LIBC]
4756 (default_printf_pointer_format): Define function.
4757 * targhooks.c (linux_printf_pointer_format): Define new function.
4758 * targhooks.h (linux_printf_pointer_format): Declare.
4759 (gnu_libc_printf_pointer_format): Remove declaration.
4761 2016-10-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4763 * fold-const.c (native_encode_real): Fix logic for selecting offset
4764 to write to when BYTES_BIG_ENDIAN.
4766 2016-10-05 Wilco Dijkstra <wdijkstr@arm.com>
4768 * builtins.c (fold_builtin_strchr): Remove function.
4769 (fold_builtin_strrchr): Likewise.
4770 (fold_builtin2): Remove strchr, index, strrchr, rindex cases.
4771 * gimple-fold.c (target_char_cst_p): New function.
4772 (gimple_fold_builtin_strchr) Add more foldings.
4773 (gimple_fold_builtin): Add index, strrchr, rindex cases.
4775 2016-10-05 Richard Biener <rguenther@suse.de>
4778 * genmatch.c (capture_info::walk_c_expr): Diagnose unknown
4779 capture ids in c-exprs.
4781 2016-10-05 Richard Biener <rguenther@suse.de>
4784 * genmatch.c (dt_operand::gen_match_op): Amend operand_equal_p
4785 with types_match for GIMPLE code gen to handle type mismatched
4787 (dt_operand::gen): Adjust.
4788 * match.pd ((X /[ex] A) * A -> X): Properly handle converted
4791 2016-10-05 Richard Biener <rguenther@suse.de>
4793 * match.pd (copysign(x, CST) -> [-]abs (x)): New pattern.
4795 2016-10-05 Richard Biener <rguenther@suse.de>
4798 * genmatch.c (parser::parse_c_expr): Handle premature EOF.
4800 2016-10-05 Pierre-Marie de Rodat <derodat@adacore.com>
4802 * dwarf2out.c (dwarf2out_imported_module_or_decl): Move DWARF
4803 version check to protect only DW_TAG_imported_module generation.
4805 2016-10-05 Richard Biener <rguenther@suse.de>
4808 * match.pd (min(a,-a) -> -abs(a)): New pattern.
4810 2016-10-04 Ian Lance Taylor <iant@golang.org>
4812 * explow.c (allocate_dynamic_stack_space): Call
4813 do_pending_stack_adjust before handling flag_split_stack.
4815 2016-10-04 David Malcolm <dmalcolm@redhat.com>
4817 * genattrtab.c (make_internal_attr): Supply dummy column number to
4820 * genoutput.c (init_insn_for_nothing): Likewise.
4821 * gensupport.c (add_define_attr): Likewise.
4822 * read-md.c (message_at_1): Print column number.
4823 (fatal_with_file_and_line): Likewise.
4824 (rtx_reader::read_char): Track column numbers.
4825 (rtx_reader::unread_char): Likewise.
4826 (rtx_reader::rtx_reader): Initialize m_read_md_colno.
4827 (rtx_reader::handle_include): Stash and restore m_read_md_colno.
4828 (rtx_reader::handle_file): Initialize m_read_md_colno.
4829 (rtx_reader::get_current_location): Supply column number to
4831 * read-md.h (struct file_location): Add field "colno".
4832 (file_location::file_location): Likewise.
4833 (rtx_reader::get_colno): New accessor.
4834 (rtx_reader::m_read_md_colno): New field.
4835 (rtx_reader::m_last_line_colno): New field.
4837 2016-10-04 Jakub Jelinek <jakub@redhat.com>
4839 * doc/extend.texi (Java Exceptions): Remove.
4840 (java_interface): Remove.
4842 2016-10-04 Doug Gilmore <doug.gilmore@imgtec.com>
4844 PR tree-optimization/77808
4845 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Check base_addr
4846 and addr are different before copying points-to information.
4848 2016-10-04 Uros Bizjak <ubizjak@gmail.com>
4850 * config/i386/x86-tune.def (X86_TUNE_VECTORIZE_DOUBLE): Remove.
4851 * config/i386/i386.h (TARGET_VECTORIZE_DOUBLE): Remove.
4852 * config/i386/i386.c (ix86_add_stmt_cost): Use TARGET_BONNEL instead
4853 of !TARGET_VECTORIZE_DOUBLE when penalizing DFmode vector ops.
4855 2016-10-04 Richard Biener <rguenther@suse.de>
4857 PR tree-optimization/77399
4858 * tree-ssa-forwprop.c (simplify_vector_constructor): Properly
4859 verify the target can convert.
4861 2016-10-04 Richard Biener <rguenther@suse.de>
4864 * explow.c (plus_constant): Verify the mode of the constant
4865 pool offset before calling plus_constant.
4867 2016-10-04 Richard Biener <rguenther@suse.de>
4870 * match.pd (X / abs (X) -> X < 0 ? -1 : 1): Drop vector
4871 type support, mark with :C.
4872 (X / -X -> -1): Mark with :C.
4874 2016-10-04 Jakub Jelinek <jakub@redhat.com>
4876 * defaults.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION): Remove.
4877 * system.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION): Poison.
4878 * doc/tm.texi.in (TARGET_USE_JCR_SECTION): Remove.
4879 * doc/tm.texi: Regenerated.
4880 * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Remove.
4881 * config/i386/cygming.h (TARGET_USE_JCR_SECTION): Remove.
4882 * config/darwin.h (JCR_SECTION_NAME): Remove.
4883 * config/pa/pa64-hpux.h (JCR_SECTION_NAME): Remove.
4884 * config/rs6000/aix71.h (TARGET_USE_JCR_SECTION): Remove.
4885 * config/rs6000/aix51.h (TARGET_USE_JCR_SECTION): Remove.
4886 * config/rs6000/aix52.h (TARGET_USE_JCR_SECTION): Remove.
4887 * config/rs6000/aix53.h (TARGET_USE_JCR_SECTION): Remove.
4888 * config/rs6000/aix61.h (TARGET_USE_JCR_SECTION): Remove.
4890 2016-10-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4892 * ipa-cp.c (propagate_bits_accross_jump_function): Introduce space
4893 between "because" and "param" in dump message in call to fprintf.
4895 2016-10-03 Jeff Law <law@redhat.com>
4897 PR tree-optimization/71550
4898 PR tree-optimization/71403
4899 * tree-ssa-threadbackward.c: Include tree-vectorizer.h
4900 (profitable_jump_thread_path): Also return boolean indicating if
4901 the realized path will create an irreducible loop.
4902 Remove loop depth tests from 71403.
4903 (fsm_find_control_statement_thread_paths): Remove loop depth tests
4904 from 71403. If threading will create an irreducible loop, then
4905 throw away loop iteration and related information.
4907 2016-10-03 Uros Bizjak <ubizjak@gmail.com>
4909 * configure.ac (strict_warn): Merge -Wmissing-format-attribute and
4910 -Woverloaded-virtual checks for warning options.
4911 * configure: Regenerate.
4913 2016-10-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
4915 PR preprocessor/77699
4916 * input.c (maybe_grow): Don't allocate one byte extra headroom.
4917 (get_next_line): Return false on error.
4918 (read_next_line): Removed, use get_next_line instead.
4919 (read_line_num): Don't copy the line.
4920 (location_get_source_line): Don't use static data.
4921 (selftest::test_reading_source_line): Add more test cases.
4923 2016-10-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4926 2016-09-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4928 * ifcvt.c (noce_try_avoid_const_materialization): New function.
4929 (noce_process_if_block): Use it.
4931 2016-10-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
4933 * doc/invoke.texi: Update -Wint-in-bool-context.
4935 2016-10-02 Jakub Jelinek <jakub@redhat.com>
4937 * dwarf2out.c (output_fde, output_call_frame_info,
4938 dwarf2out_do_cfi_startproc, set_indirect_string,
4939 gen_internal_sym, output_die, output_line_info): Use
4940 MAX_ARTIFICIAL_LABEL_BYTES as char array sizes for
4941 ASM_GENERATE_INTERNAL_LABEL output.
4943 2016-10-01 Richard Biener <rguenther@suse.de>
4946 * genmatch.c (get_operand_type): Add operand position arg
4947 and handle COND_EXPR comparison operand with fixed boolean_type_node.
4948 (expr::gen_transform): Adjust.
4949 (dt_simplify::gen_1): Likewise.
4951 2016-10-01 Jakub Jelinek <jakub@redhat.com>
4953 * config/i386/sse.md (<mask_codefor><code><mode>): Add FALLTHRU
4954 comments. Simplify asserts, remove unnecessary conditions.
4956 (*<code><mode>3): Likewise.
4958 2016-09-30 Jakub Jelinek <jakub@redhat.com>
4960 * doc/invoke.texi (-Wregister): Document.
4962 2016-09-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4964 * configure.ac: Split CHECKING_P into CHECKING_P and
4965 ENABLE_EXTRA_CHECKING.
4966 * configure: Regenerated.
4967 * config.in: Adjust commment of CHECKING_P. Add ENABLE_EXTRA_CHECKING.
4968 * common.opt (flag_checking): Use CHECKING_P and ENABLE_EXTRA_CHECKING.
4970 2016-09-30 Prasad Ghangal <prasad.ghangal@gmail.com>
4973 * gcc.c (process_command): For @filename handling, output
4974 the correct name if the file does not exist.
4976 2016-09-30 Marek Polacek <polacek@redhat.com>
4978 * config/aarch64/aarch64-simd.md: Adjust fall through comments.
4979 * config/alpha/predicates.md: Likewise.
4981 2016-09-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4983 * ifcvt.c (noce_try_avoid_const_materialization): New function.
4984 (noce_process_if_block): Use it.
4986 2016-09-30 Martin Liska <mliska@suse.cz>
4988 * doc/invoke.texi: Document asan-use-after-return that
4989 it's disabled by default in runtime.
4991 2016-09-30 Richard Biener <rguenther@suse.de>
4993 * tree-vrp.c (intersect_ranges): If we failed to handle
4994 the intersection choose a constant singleton range if available.
4996 2016-09-30 Richard Biener <rguenther@suse.de>
4998 PR tree-optimization/77399
4999 * tree-ssa-forwprop.c (simplify_vector_constructor): Handle
5000 float <-> int conversions.
5002 2016-09-30 Alan Modra <amodra@gmail.com>
5004 * config/rs6000/rs6000.c (rs6000_opt_vars): Revert last change.
5006 2016-09-29 Uros Bizjak <ubizjak@gmail.com>
5008 * config/i386/driver-i386.c (host_detect_local_cpu): Check maximum
5009 ext_level before calling CPUID with 0x80000008.
5010 Simplify xgetbv checks.
5012 2016-09-29 David Malcolm <dmalcolm@redhat.com>
5014 * Makefile.in (OBJS): Add print-rtl-function.o.
5015 * print-rtl-function.c: New file.
5016 * print-rtl.h (print_rtx_function): New decl.
5018 2016-09-29 Uros Bizjak <ubizjak@gmail.com>
5021 * config/i386/cpuid.h (__get_cpuid_count): New.
5022 (__get_cpuid): Rename __level to __leaf.
5024 2016-09-29 Marek Polacek <polacek@redhat.com>
5026 * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.
5028 2016-09-29 Bernd Schmidt <bschmidt@redhat.com>
5030 * builtins.c (expand_builtin_memcmp): don't swap args unless
5031 result is only being compared with zero.
5033 2016-09-29 Marek Polacek <polacek@redhat.com>
5035 * dwarf2out.c (loc_descriptor): Add fall through comment.
5036 (add_const_value_attribute): Likewise.
5038 2016-09-29 Matthew Wahab <matthew.wahab@arm.com>
5040 * config/arm/arm.md (*arm_movsi_insn): Replace "t2" arch attribute
5041 with "v6t2". Move "arch" attribute above "pool_range".
5042 * config/arm/vfp.md (*arm_movhi_vfp): Replace "t2" arch attribute
5044 (*thumb2_movhi_vfp): Likewise.
5045 (*arm_movhi_fp16): Likewise.
5046 (*thumb2_movhi_fp16): Likewise.
5047 (*arm_movsi_vfp): Remove "arch" attribute.
5048 (*thumb2_movsi_vfp): Likewise.
5050 2016-09-29 Martin Liska <mliska@suse.cz>
5052 * doc/extend.texi: Remove limitation of Objective C for
5053 __attribute__((constructor)) and __attribute__((destructor)).
5055 2016-09-29 Richard Biener <rguenther@suse.de>
5057 PR tree-optimization/77768
5058 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
5059 Handle stores to readonly memory when removing redundant stores.
5061 2016-09-29 Richard Biener <rguenther@suse.de>
5064 * match.pd: Add X / abs (X) -> X < 0 ? -1 : 1 and
5065 X / -X -> -1 simplifications.
5067 2016-09-29 Richard Biener <rguenther@suse.de>
5070 * match.pd: Add max(a,-a) -> abs(a) pattern.
5071 * tree-ssa-phiopt.c (minmax_replacement): Disable for
5072 HONOR_SIGNED_ZEROS types.
5074 2016-09-29 James Greenhalgh <james.greenhalgh@arm.com>
5076 * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Remove.
5077 * system.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Poison.
5079 2016-09-29 Richard Biener <rguenther@suse.de>
5081 * tree-vrp.c (set_defs_to_varying): New helper avoiding
5082 writing to vr_const_varying.
5083 (vrp_initialize): Call it.
5084 (vrp_visit_stmt): Likewise.
5085 (evrp_dom_walker::before_dom_children): Likewise.
5087 2016-09-29 Richard Biener <rguenther@suse.de>
5089 * tree-vect-stmts.c (vectorizable_load): Avoid emitting vector
5090 constructors with vector elements.
5092 2016-09-29 Richard Biener <rguenther@suse.de>
5094 PR tree-optimization/77768
5095 * tree-ssa-sccvn.c (visit_reference_op_store): Properly deal
5096 with stores to a place we know has a constant value.
5098 2016-09-29 Alan Modra <amodra@gmail.com>
5100 * config/rs6000/sysv4.opt (mgnu-attribute): New option.
5101 * doc/invoke.texi: Document it.
5102 * config/rs6000/rs6000.c (HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE): Define.
5103 (rs6000_passes_float): Comment.
5104 (rs6000_passes_long_double): New static var.
5105 (call_ABI_of_interest): Return false unless rs6000_gnu_attr is set.
5106 (init_cumulative_args): Set up to emit fp .gnu_attribute for
5107 ELF 64-bit ABIs as well as 32-bit ELF. Correct rs6000_passes_float
5108 to include fp values returned in vectors.
5109 Set rs6000_passes_long_double.
5110 (rs6000_function_arg_advance_1): Likewise for function args.
5111 (rs6000_elf_file_end): Emit fp .gnu_attribute for ELF 64-bit ABIs,
5112 and SPE. Emit long double tag value too.
5113 (rs6000_opt_vars): Add gnu-attr.
5114 * configure.ac (HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE): New ppc32 test.
5115 * configure: Regenerate.
5116 * config.in: Regenerate.
5118 2016-09-28 Jakub Jelinek <jakub@redhat.com>
5120 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead
5122 (format_floating, format_string, format_directive,
5123 get_destination_size, pass_sprintf_length::handle_gimple_call):
5126 2016-09-28 Jakub Jelinek <jakub@redhat.com>
5128 * gimple-ssa-sprintf.c: Fix comment formatting.
5129 (format_integer): Use is_gimple_assign.
5130 (pass_sprintf_length::handle_gimple_call): Use gimple_call_builtin_p
5131 and gimple_call_fndecl. Reorder case BUILT_IN_SPRINTF_CHK. Fix up
5132 BUILT_IN_SNPRINTF_CHK comment. Replace "to to" with "to" in comment.
5133 (pass_sprintf_length::execute): Use is_gimple_call.
5135 2016-09-28 Wilco Dijkstra <wdijkstr@arm.com>
5137 * gimple-fold.c (gimple_fold_builtin): After failing to fold
5138 strchr, also try the generic folding.
5140 2016-09-28 Martin Sebor <msebor@redhat.com>
5143 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
5146 2016-09-28 Martin Sebor <msebor@redhat.com>
5149 * gimple-ssa-sprintf.c (format_integer): Fail gracefully when
5150 length modifier is not expected.
5151 (format_floating): Ignore l length modifier and fail gracefuly
5152 when it isn't one of the other expected ones.
5154 2016-09-28 Martin Sebor <msebor@redhat.com>
5157 * varasm.c (assemble_addr_to_section): Increase local buffer size.
5159 2016-09-27 Richard Biener <rguenther@suse.de>
5161 * dwarf2out.c (cu_die_list): New global.
5162 (dwarf2out_finish): Walk cu_die_list instead of limbo DIEs. Add
5163 main_comp_unit_die to cu_die_list if we created it.
5164 Move break_out_includes ...
5165 (dwarf2out_early_finish): ... here. Push created CU DIEs onto
5168 2016-09-28 Richard Biener <rguenther@suse.de>
5170 * dwarf2out.c (struct die_struct): Add removed flag.
5171 (lookup_type_die): If the DIE is marked as removed, clear
5172 TYPE_SYMTAB_DIE and return NULL.
5173 (lookup_decl_die): If the DIE is marked as removed, remove it
5174 from the hash and return NULL.
5175 (mark_removed): New helper.
5176 (prune_unused_types_prune): Call it for removed DIEs.
5177 (gen_subprogram_die): Move the premark_used_types call to after
5178 DIEs for the functions scopes are generated.
5179 (process_scope_var): Do not re-create pruned types or type decls.
5180 Make sure to also re-parent type decls.
5181 (dwarf2out_finish): Move unused type pruning and debug_types
5183 (dwarf2out_early_finish): ... here.
5185 2016-09-29 Claudiu Zissulescu <claziss@synopsys.com>
5187 * config/arc/arc-c.c: New file.
5188 * config/arc/arc-c.def: Likewise.
5189 * config/arc/t-arc: Likewise.
5190 * config.gcc: Include arc-c.o as c and cpp object.
5191 * config/arc/arc-protos.h (arc_cpu_cpp_builtins): Add prototype.
5192 * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Use
5193 arc_cpu_cpp_builtins.
5195 2016-09-29 Claudiu Zissulescu <claziss@synopsys.com>
5197 * config/arc/arc.md (*rotrsi3_cnt1): New pattern.
5198 (*ashlsi2_cnt1, *lshrsi3_cnt1, *ashrsi3_cnt1): Likewise.
5200 2016-09-28 Nathan Sidwell <nathan@acm.org>
5202 * gimple-pretty-print.c (dump_gimple_call_args): Simplify "' "
5205 2016-09-28 Wilco Dijkstra <wdijkstr@arm.com>
5207 PR tree-optimization/61056
5208 * gimple-fold.c (gimple_fold_builtin_strchr):
5209 New function to optimize strchr (s, 0) to strlen.
5210 (gimple_fold_builtin): Add BUILT_IN_STRCHR case.
5212 2016-09-27 Robin Dapp <rdapp@linux.vnet.ibm.com>
5214 PR tree-optimization/77724
5215 * tree-vect-loop-manip.c (create_intersect_range_checks_index):
5216 Add tree_fits_shwi_p check.
5218 2016-09-27 Jakub Jelinek <jakub@redhat.com>
5220 * auto-inc-dec.c (try_merge): Remove break after return.
5221 * cselib.c (autoinc_split): Likewise.
5222 * explow.c (promote_mode): Likewise.
5223 * fixed-value.c (fixed_arithmetic): Likewise.
5224 * hsa.c (hsa_internal_fn::get_arity): Likewise.
5225 * rtlanal.c (modified_between_p, modified_in_p): Likewise.
5226 * trans-mem.c (get_attrs_for): Likewise.
5227 * tree-if-conv.c (if_convertible_stmt_p): Likewise.
5228 * tree-vrp.c (simplify_stmt_using_ranges): Likewise.
5229 * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Likewise.
5230 * config/aarch64/aarch64.c (aarch64_get_condition_code_1): Likewise.
5231 * config/c6x/c6x.c (c6x_get_unit_specifier): Likewise.
5232 * config/cr16/cr16.c (legitimate_pic_operand_p): Likewise.
5233 * config/cris/cris.c (cris_op_str): Likewise.
5234 * config/mn10300/mn10300.c (cc_flags_for_code): Likewise.
5235 * config/tilepro/tilepro.c (tilepro_emit_setcc_internal_di): Likewise.
5237 2016-09-27 Nathan Sidwell <nathan@codesourcery.com>
5239 * internal-fn.h (IFN_UNIQUE_CODES, IFN_GOACC_LOOP_CODES,
5240 IFN_GOACC_REDUCTION_CODES): New.
5241 (enum ifn_unique_kind, enum ifn_goacc_loop_kind, enum
5242 ifn_goacc_reduction_kind): Use them.
5243 * gimple-pretty-print.c (dump_gimple_call_args): Decode first arg
5244 of internal functions, when applicable.
5246 2016-09-27 Maciej W. Rozycki <macro@imgtec.com>
5248 * config/mips/constraints.md (d): Fix documentation.
5249 * doc/md.texi (Machine Constraints): Update accordingly.
5251 2016-09-27 Richard Biener <rguenther@suse.de>
5253 * dwarf2out.c (dwarf2out_init): Move text_section_line_info,
5254 cur_line_info_table initialization ...
5255 (dwarf2out_assembly_start): ... here.
5257 2016-09-27 Matthew Wahab <matthew.wahab@arm.com>
5259 * config/arm/arm.md (*arm_movsi_insn): Add "arch" attribute.
5260 * config/arm/vfp.md (*arm_movhi_vfp): Likewise.
5261 (*thumb2_movhi_vfp): Likewise.
5262 (*arm_movhi_fp16): Remove predication operand from VMOV.F16
5263 template. Expand predicable attribute to mark VMOV.F16 as not
5264 predicable. Add "arch" attribute.
5265 (*thumb2_movhi_fp16): Likewise.
5266 (*arm_movsi_vfp): Break a long line. Add "arch" attribute.
5267 (*thumb2_movsi_vfp): Add "arch" attribute.
5269 2016-09-27 David Edelsohn <dje.gcc@gmail.com>
5271 * config/rs6000/rs6000.c (rs6000_output_symbol): Don't modify
5274 2016-09-27 Marek Polacek <polacek@redhat.com>
5276 * config/ia64/ia64.c (ia64_print_operand): Adjust fall through
5279 * config/c6x/c6x.h: Adjust fall through comment.
5280 * config/sh/sh.c (final_prescan_insn): Likewise.
5281 * config/visium/visium.c (visium_expand_int_cstore): Likewise.
5282 (visium_expand_fp_cstore): Likewise.
5284 2016-09-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5286 * config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
5287 expected by -Wimplicit-fallthrough.
5288 (thumb1_size_rtx_costs): Likewise.
5289 (thumb2_reorg): Likewise.
5290 (tls_mentioned_p): Add "Fall through" comment.
5291 (thumb2_reorg): Likewise.
5292 * config/arm/arm-builtins.c (arm_expand_neon_args): Use "Fall through"
5293 comment form expected by -Wimplicit-fallthrough.
5295 2016-09-27 Martin Liska <mliska@suse.cz>
5297 PR gcov-profile/46266
5298 * input.h (RESERVED_LOCATION_P): New macro.
5299 * profile.c (branch_prob): Use RESERVED_LOCATION_P and
5300 instread of comparison with UNKNOWN_LOCATION.
5302 2016-09-27 Richard Biener <rguenther@suse.de>
5304 PR tree-optimization/77745
5305 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
5306 When removing redundant stores make sure to check compatibility
5307 of the TBAA state for downstream accesses.
5308 * tree-ssa-sccvn.c (visit_reference_op_store): Likewise for when
5309 value-numbering virtual operands for store matches.
5311 2016-09-27 Oleg Endo <olegendo@gcc.gnu.org>
5314 * config/sh/sh.c (sh_rtx_costs): Fix return value of SET of movt and
5315 movrt patterns. Match them before anything else in the SET case.
5317 2016-09-27 Martin Liska <mliska@suse.cz>
5319 PR gcov-profile/7970
5320 PR gcov-profile/16855
5321 PR gcov-profile/44779
5322 * coverage.c (build_gcov_exit_decl): New function.
5323 (coverage_obj_init): Call the function and generate __gcov_exit
5325 * doc/gcov.texi: Document when __gcov_exit function is called.
5327 2016-09-27 Marek Polacek <polacek@redhat.com>
5330 * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
5331 insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Use
5332 -Wno-error instead of -Wno-implicit-fallthrough.
5334 2016-09-27 Martin Liska <mliska@suse.cz>
5337 * gcov-counter.def: Remove GCOV_COUNTER_V_DELTA.
5339 2016-09-27 Jakub Jelinek <jakub@redhat.com>
5341 * combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.
5342 * config/i386/i386.c (ix86_dep_by_shift_count_body): Add FALLTHROUGH
5343 comments. Remove break after return.
5344 (ix86_fp_compare_code_to_integer, has_dispatch,
5345 ix86_simd_clone_usable): Remove break after return.
5347 2016-09-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
5349 PR rlt-optimization/77714
5350 * lra-eliminations.c (eliminate_regs_in_insn): Avoid alias on
5353 2016-09-27 Kugan Vivekanandarajah <kuganv@linaro.org>
5356 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Use
5357 extract_range_from_unary_expr to convert value_range.
5358 * tree-vrp.c (extract_range_from_unary_expr_1): Rename to.
5359 (extract_range_from_unary_expr): This.
5360 * tree-vrp.h (extract_range_from_unary_expr): Declare.
5362 2016-09-27 Segher Boessenkool <segher@kernel.crashing.org>
5364 * config/rs6000/rs6000.md (movcc_internal1): Disparage using CTR or LR.
5366 2016-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5368 * config/i386/i386.c (ix86_print_operand)
5369 [HAVE_AS_IX86_CMOV_SUN_SYNTAX]: Add gcc_fallthrough.
5370 * config/sparc/sparc.c (check_pic): Add fallthrough comment.
5371 (epilogue_renumber): Likewise.
5373 2016-09-26 Kugan Vivekanandarajah <kuganv@linaro.org>
5376 * tree-ssa-reassoc.c (make_new_ssa_for_def): Use gimple_get_lhs
5377 to get lhs instead of gimple_assign_lhs as stmt can be builtins too.
5379 2016-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5381 * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
5382 is_mm_consume, is_mm_acquire, is_mm_release, is_mm_acq_rel,
5383 is_mm_seq_cst, is_mm_sync): Move to ...
5384 * memmodel.h: This. New file.
5385 * builtins.c: Include memmodel.h.
5386 * optabs.c: Likewise.
5388 * config/aarch64/aarch64.c: Likewise.
5389 * config/alpha/alpha.c: Likewise.
5390 * config/arm/arm.c: Likewise.
5391 * config/i386/i386.c: Likewise.
5392 * config/ia64/ia64.c: Likewise.
5393 * config/mips/mips.c: Likewise.
5394 * config/rs6000/rs6000.c: Likewise.
5395 * config/sparc/sparc.c: Likewise.
5396 * genconditions.c: Include memmodel.h in generated file.
5397 * genemit.c: Likewise.
5398 * genoutput.c: Likewise.
5399 * genpeep.c: Likewise.
5400 * genpreds.c: Likewise.
5401 * genrecog.c: Likewise.
5403 2016-09-26 David Malcolm <dmalcolm@redhat.com>
5405 * read-rtl.c (read_rtx_code): Rename local "i" to "idx", and use
5406 "c" instead when parsing characters. Move operand parsing into...
5407 (read_rtx_operand): ...this new function, renaming "i" to "idx",
5408 and tightening the scope of various locals.
5410 2016-09-26 Liu Hao <lh_mouse@126.com>
5412 * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Fix typo.
5414 2016-09-26 Marek Polacek <polacek@redhat.com>
5416 * system.h: Use __has_attribute to check whether the fallthrough
5417 attribute is supported.
5419 2016-09-26 Marek Polacek <polacek@redhat.com>
5421 * ipa-inline-analysis.c (find_foldable_builtin_expect): Use
5422 gimple_call_internal_p.
5423 * ipa-split.c (find_return_bb): Likewise.
5424 (execute_split_functions): Likewise.
5425 * omp-low.c (dump_oacc_loop_part): Likewise.
5426 (oacc_loop_xform_head_tail): Likewise.
5427 * predict.c (predict_loops): Likewise.
5428 * sanopt.c (pass_sanopt::execute): Likewise.
5429 * tree-cfg.c (get_abnormal_succ_dispatcher): Likewise.
5430 * tree-parloops.c (oacc_entry_exit_ok_1): Likewise.
5431 * tree-stdarg.c (gimple_call_ifn_va_arg_p): Remove function.
5432 (expand_ifn_va_arg_1): Use gimple_call_internal_p.
5433 (expand_ifn_va_arg): Likewise.
5434 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
5435 (optimize_mask_stores): Likewise.
5436 * tree-vect-stmts.c (vect_simd_lane_linear): Likewise.
5437 (vect_transform_stmt): Likewise.
5438 * tree-vectorizer.c (vect_loop_vectorized_call): Likewise.
5439 * tsan.c (instrument_memory_accesses): Likewise.
5441 2016-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5442 Alexander Monakov <amonakov@ispras.ru>
5444 * regrename.c (rename_chains): Check
5445 HARD_FRAME_POINTER_IS_FRAME_POINTER rather than
5446 HARD_FRAME_POINTER_REGNUM when picking unavailable registers.
5447 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
5449 2016-09-26 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5451 * config/s390/s390.c (s390_rtx_costs): Add /* fallthrough */.
5452 (s390_sched_score): Likewise.
5454 2016-09-26 Martin Liska <mliska@suse.cz>
5456 * doc/gcov.texi: Update program output of gcov tool.
5458 2016-09-26 Martin Liska <mliska@suse.cz>
5460 PR gcov-profile/23332
5461 * profile.c (instrument_values): Do not handle HIST_TYPE_CONST_DELTA.
5462 * tree-profile.c (gimple_gen_const_delta_profiler): Remove.
5463 * value-prof.c (dump_histogram_value): Do not handle
5464 HIST_TYPE_CONST_DELTA.
5465 (stream_in_histogram_value): Likewise.
5466 (gimple_find_values_to_profile): Likewise.
5467 * value-prof.h (enum hist_type): Likewise.
5469 2016-09-26 Martin Liska <mliska@suse.cz>
5471 * common.opt: Exclude SANITIZE_UNREACHABLE and SANITIZE_RETURN
5472 from default sanitize recover values.
5473 * doc/invoke.texi: Fix documentation related to -fsanitize=leak,
5474 -fsanitize=address, -fsanitize=thread and -fsanitize-recover.
5475 * flag-types.h: Replace couple of 1 << x to 1UL << x, make it
5477 * opts.c (finish_options): Do a generic loop over options
5478 that can be recovered.
5479 (parse_sanitizer_options): Exclude SANITIZE_UNREACHABLE and
5481 (common_handle_option): Likewise.
5482 * opts.h: Declare can_recover to sanitizer_opts_s.
5484 2016-09-26 Andre Vieira <andre.simoesdiasvieira@arm.com>
5486 * target.def(elf_flags_numeric): Change documentation to present tense.
5487 * doc/tm.texi: Regenerate.
5489 2016-09-26 Marek Polacek <polacek@redhat.com>
5492 * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
5493 insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Add
5494 -Wno-switch-fallthrough.
5495 * builtins.c (expand_builtin_int_roundingfn_2): Add gcc_fallthrough.
5496 (expand_builtin): Likewise.
5497 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_libmass): Likewise.
5498 * convert.c (convert_to_real_1): Likewise.
5499 (convert_to_integer_1): Likewise.
5500 * final.c (output_alternate_entry_point): Likewise.
5501 * genattrtab.c (make_canonical): Likewise.
5502 (write_test_expr): Likewise.
5503 * genpreds.c (validate_exp): Likewise.
5504 * gimple-ssa-strength-reduction.c
5505 (find_candidates_dom_walker::before_dom_children): Likewise.
5506 * godump.c (go_format_type): Likewise.
5507 * reload1.c (elimination_effects): Likewise.
5508 * resource.c (mark_referenced_resources): Likewise.
5509 (mark_set_resources): Likewise.
5510 * tree-ssa-loop-ivopts.c (find_deriving_biv_for_expr): Likewise.
5511 * varasm.c (output_addressed_constants): Likewise.
5513 2016-09-26 Marek Polacek <polacek@redhat.com>
5516 * common.opt (Wimplicit-fallthrough): New option.
5517 * doc/extend.texi: Document statement attributes and the fallthrough
5519 * doc/invoke.texi: Document -Wimplicit-fallthrough.
5520 * gimple.h (gimple_call_internal_p): New function.
5521 * gimplify.c (struct gimplify_ctx): Add in_switch_expr.
5522 (struct label_entry): New struct.
5523 (find_label_entry): New function.
5524 (case_label_p): New function.
5525 (collect_fallthrough_labels): New function.
5526 (last_stmt_in_scope): New function.
5527 (should_warn_for_implicit_fallthrough): New function.
5528 (warn_implicit_fallthrough_r): New function.
5529 (maybe_warn_implicit_fallthrough): New function.
5530 (expand_FALLTHROUGH_r): New function.
5531 (expand_FALLTHROUGH): New function.
5532 (gimplify_switch_expr): Call maybe_warn_implicit_fallthrough and
5533 expand_FALLTHROUGH for the innermost GIMPLE_SWITCH.
5534 (gimplify_label_expr): New function.
5535 (gimplify_case_label_expr): Set location.
5536 (gimplify_expr): Call gimplify_label_expr.
5537 * internal-fn.c (expand_FALLTHROUGH): New function.
5538 * internal-fn.def (FALLTHROUGH): New internal function.
5539 * langhooks.c (lang_GNU_OBJC): New function.
5540 * langhooks.h (lang_GNU_OBJC): Declare.
5541 * system.h (gcc_fallthrough): Define.
5542 * tree-core.h: Add FALLTHROUGH_LABEL_P comment.
5543 * tree.h (FALLTHROUGH_LABEL_P): Define.
5545 2016-09-26 Richard Biener <rguenther@suse.de>
5547 * dwarf2out.c (stripattributes): Remove unused function.
5548 (DEBUG_NORM_MACINFO_SECTION): Rename to DEBUG_MACINFO_SECTION.
5549 Push dwarf_split_debug_info handling into init_sections_and_labels.
5550 (DEBUG_NORM_MACRO_SECTION): Likewise to DEBUG_MACRO_SECTION.
5551 (DEBUG_MACRO_SECTION_FLAGS): Remove.
5552 (debug_macinfo_section_name): New global.
5553 (output_macinfo): Use debug_macinfo_section_name.
5554 (init_sections_and_labels): Split out section and label generation
5555 from dwarf2out_init. Set debug_macinfo_section_name.
5556 (dwarf2out_init): Move text section label generation and emission
5558 (dwarf2out_assembly_start): ... here.
5559 (dwarf2out_finish): Call init_sections_and_labels before DWARF
5562 2016-09-26 Richard Biener <rguenther@suse.de>
5565 * cgraphunit.c (analyze_functions): Before early removing
5566 global vars calls the late_global_decl debug handler mark
5567 the variable as readonly.
5569 2016-09-25 Oleg Endo <olegendo@gcc.gnu.org>
5572 * config/sh/sh.c (sh_movt_set_dest, sh_movrt_set_dest): Add overloads.
5573 (sh_rtx_costs): Handle SET of movt and movrt patterns.
5574 * cnofig/sh/sh-protos.h (sh_movt_set_dest, sh_movrt_set_dest): Forward
5575 declare new overloads.
5576 * config/sh/sh.md (*cset_zero): Add variant that takes a treg_set_expr
5579 2016-09-24 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
5581 * config/rs6000/rs6000.c (expand_block_compare, do_load_for_compare):
5582 Change TARGET_LITTLE_ENDIAN to !BYTES_BIG_ENDIAN.
5584 2016-09-24 David Edelsohn <dje.gcc@gmail.com>
5586 * configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.
5587 * configure: Regenerate.
5589 2016-09-24 Marek Polacek <polacek@redhat.com>
5592 * doc/invoke.texi: Document -Wbool-operation.
5594 2016-09-23 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
5596 * config/rs6000/rs6000.md (cmpmemsi): New define_expand.
5597 * config/rs6000/rs6000.c (expand_block_compare): New function used by
5598 cmpmemsi pattern to do builtin expansion of memcmp ().
5599 (compute_current_alignment): Add helper function for
5600 expand_block_compare used to compute alignment as the compare proceeds.
5601 (select_block_compare_mode): Used by expand_block_compare to select
5602 the mode used for reading the next chunk of bytes in the compare.
5603 (do_load_for_compare): Used by expand_block_compare to emit the load
5604 insns for the compare.
5605 (rs6000_emit_dot_insn): Moved this function to avoid a forward
5606 reference from expand_block_compare ().
5607 * config/rs6000/rs6000-protos.h (expand_block_compare): Add a
5608 prototype for this function.
5609 * config/rs6000/rs6000.opt (mblock-compare-inline-limit): Add a new
5610 target option for controlling how much code inline expansion of
5611 memcmp() will be allowed to generate.
5613 2016-09-23 Jakub Jelinek <jakub@redhat.com>
5615 * hooks.c (hook_bool_bool_false, hook_bool_bool_gcc_optionsp_false,
5616 hook_bool_mode_false, hook_bool_mode_true,
5617 hook_bool_mode_const_rtx_false, hook_bool_mode_const_rtx_true,
5618 hook_bool_mode_rtx_false, hook_bool_mode_rtx_true,
5619 hook_bool_const_rtx_insn_const_rtx_insn_true,
5620 hook_bool_mode_uhwi_false, hook_void_FILEptr_constcharptr,
5621 hook_bool_FILEptr_rtx_false, hook_bool_gsiptr_false,
5622 hook_bool_const_tree_hwi_hwi_const_tree_false,
5623 hook_bool_const_tree_hwi_hwi_const_tree_true,
5624 default_can_output_mi_thunk_no_vcall, hook_int_uint_mode_1,
5625 hook_int_const_tree_0, hook_int_const_tree_const_tree_1,
5626 hook_int_rtx_0, hook_int_rtx_bool_0, hook_void_tree,
5627 hook_void_constcharptr, hook_void_tree_treeptr, hook_void_int_int,
5628 hook_bool_tree_false, hook_bool_const_tree_false, hook_bool_tree_true,
5629 hook_bool_const_tree_true, hook_bool_tree_tree_false,
5630 hook_bool_tree_tree_true, hook_bool_tree_bool_false,
5631 hook_bool_rtx_insn_true, hook_bool_rtx_false,
5632 hook_bool_uintp_uintp_false,
5633 hook_bool_rtx_mode_int_int_intp_bool_false, hook_rtx_rtx_null,
5634 hook_rtx_tree_int_null, hook_uint_mode_0,
5635 hook_constcharptr_const_tree_null, hook_tree_tree_int_treep_bool_null,
5636 hook_tree_tree_tree_null, hook_tree_tree_tree_tree_null,
5637 hook_constcharptr_const_rtx_insn_null,
5638 hook_constcharptr_const_tree_const_tree_null,
5639 hook_constcharptr_int_const_tree_null,
5640 hook_constcharptr_int_const_tree_const_tree_null,
5641 hook_tree_const_tree_null, hook_bool_rtx_insn_int_false,
5642 hook_void_rtx_insn_int, hook_void_gcc_optionsp): For arguments with
5643 ATTRIBUTE_UNUSED, remove parameter name as well as ATTRIBUTE_UNUSED.
5645 * vec.h (vNULL): Extend comment to say = vNULL initialization
5646 isn't needed for static vars.
5648 * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,
5649 loop_nests, s_i_d, last_added_blocks): Remove unnecessary
5650 = vNULL initialization of file scope vec.
5651 * passes.c (pass_tab, enabled_pass_uid_range_tab,
5652 disabled_pass_uid_range_tab): Likewise.
5653 * haifa-sched.c (sched_luids, h_i_d): Likewise.
5654 * tree-chkp-opt.c (check_infos): Likewise.
5655 * sel-sched.c (vec_av_set, vec_temp_moveop_nops): Likewise.
5657 * vec.h (vnull::operator vec): Add constexpr keyword for
5660 2016-09-23 Doug Gilmore <doug.gilmore@imgtec.com>
5662 PR tree-optimization/77654
5663 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Add call
5664 to duplicate_ssa_name_ptr_info.
5666 2016-09-23 David Malcolm <dmalcolm@redhat.com>
5668 PR preprocessor/77672
5669 * input.c (selftest::test_lexer_string_locations_simple): Update
5670 test to expect location information of the terminator character
5671 at the location of the final closing quote.
5672 (selftest::test_lexer_string_locations_hex): Likewise.
5673 (selftest::test_lexer_string_locations_oct): Likewise.
5674 (selftest::test_lexer_string_locations_letter_escape_1): Likewise.
5675 (selftest::test_lexer_string_locations_letter_escape_2): Likewise.
5676 (selftest::test_lexer_string_locations_ucn4): Likewise.
5677 (selftest::test_lexer_string_locations_ucn8): Likewise.
5678 (selftest::test_lexer_string_locations_u8): Likewise.
5679 (selftest::test_lexer_string_locations_utf8_source): Likewise.
5680 (selftest::test_lexer_string_locations_concatenation_1): Likewise.
5681 (selftest::test_lexer_string_locations_concatenation_2): Likewise.
5682 (selftest::test_lexer_string_locations_concatenation_3): Likewise.
5683 (selftest::test_lexer_string_locations_macro): Likewise.
5684 (selftest::test_lexer_string_locations_long_line): Likewise.
5686 2016-09-23 Richard Biener <rguenther@suse.de>
5688 * tree-ssa-sccvn.c (visit_reference_op_call): Value number
5689 virtual definition to virtual use if the call devirtualizes
5690 to a const or pure function.
5691 (visit_use): Also visit calls we can devirtualize to a
5692 const or pure function.
5694 2016-09-23 Richard Biener <rguenther@suse.de>
5696 PR tree-optimization/77697
5697 * tree-ssa-forwprop.c (defcodefor_name): Remove bogus code,
5698 signal error if we have sth ternary or unhandled.
5700 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
5702 * config/arm/arm_neon.h (vabd_f16): New.
5736 (vcvt_f16_s16): New.
5737 (vcvt_f16_u16): New.
5738 (vcvt_s16_f16): New.
5739 (vcvt_u16_f16): New.
5740 (vcvtq_f16_s16): New.
5741 (vcvtq_f16_u16): New.
5742 (vcvtq_s16_f16): New.
5743 (vcvtq_u16_f16): New.
5744 (vcvta_s16_f16): New.
5745 (vcvta_u16_f16): New.
5746 (vcvtaq_s16_f16): New.
5747 (vcvtaq_u16_f16): New.
5748 (vcvtm_s16_f16): New.
5749 (vcvtm_u16_f16): New.
5750 (vcvtmq_s16_f16): New.
5751 (vcvtmq_u16_f16): New.
5752 (vcvtn_s16_f16): New.
5753 (vcvtn_u16_f16): New.
5754 (vcvtnq_s16_f16): New.
5755 (vcvtnq_u16_f16): New.
5756 (vcvtp_s16_f16): New.
5757 (vcvtp_u16_f16): New.
5758 (vcvtpq_s16_f16): New.
5759 (vcvtpq_u16_f16): New.
5760 (vcvt_n_f16_s16): New.
5761 (vcvt_n_f16_u16): New.
5762 (vcvtq_n_f16_s16): New.
5763 (vcvtq_n_f16_u16): New.
5764 (vcvt_n_s16_f16): New.
5765 (vcvt_n_u16_f16): New.
5766 (vcvtq_n_s16_f16): New.
5767 (vcvtq_n_u16_f16): New.
5781 (vmul_lane_f16): New.
5784 (vmulq_lane_f16): New.
5806 (vrsqrteq_f16): New.
5810 (vrsqrtsq_f16): New.
5814 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
5816 * config.gcc (extra_headers): Add arm_fp16.h
5817 * config/arm/arm_fp16.h: New.
5818 * config/arm/arm_neon.h: Include "arm_fp16.h".
5820 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
5822 * config/arm/arm_neon_builtins.def (vadd): New (v8hf, v4hf
5824 (vmulf): New (v8hf, v4hf variants).
5825 (vfma): New (v8hf, v4hf variants).
5826 (vfms): New (v8hf, v4hf variants).
5827 (vsub): New (v8hf, v4hf variants).
5828 (vcage): New (v8hf, v4hf variants).
5829 (vcagt): New (v8hf, v4hf variants).
5830 (vcale): New (v8hf, v4hf variants).
5831 (vcalt): New (v8hf, v4hf variants).
5832 (vceq): New (v8hf, v4hf variants).
5833 (vcgt): New (v8hf, v4hf variants).
5834 (vcge): New (v8hf, v4hf variants).
5835 (vcle): New (v8hf, v4hf variants).
5836 (vclt): New (v8hf, v4hf variants).
5837 (vceqz): New (v8hf, v4hf variants).
5838 (vcgez): New (v8hf, v4hf variants).
5839 (vcgtz): New (v8hf, v4hf variants).
5840 (vcltz): New (v8hf, v4hf variants).
5841 (vclez): New (v8hf, v4hf variants).
5842 (vabd): New (v8hf, v4hf variants).
5843 (vmaxf): New (v8hf, v4hf variants).
5844 (vmaxnm): New (v8hf, v4hf variants).
5845 (vminf): New (v8hf, v4hf variants).
5846 (vminnm): New (v8hf, v4hf variants).
5847 (vpmaxf): New (v4hf variant).
5848 (vpminf): New (v4hf variant).
5849 (vpadd): New (v4hf variant).
5850 (vrecps): New (v8hf, v4hf variants).
5851 (vrsqrts): New (v8hf, v4hf variants).
5852 (vabs): New (v8hf, v4hf variants).
5853 (vneg): New (v8hf, v4hf variants).
5854 (vrecpe): New (v8hf, v4hf variants).
5855 (vrnd): New (v8hf, v4hf variants).
5856 (vrnda): New (v8hf, v4hf variants).
5857 (vrndm): New (v8hf, v4hf variants).
5858 (vrndn): New (v8hf, v4hf variants).
5859 (vrndp): New (v8hf, v4hf variants).
5860 (vrndx): New (v8hf, v4hf variants).
5861 (vrsqrte): New (v8hf, v4hf variants).
5862 (vmul_lane): Add v4hf and v8hf variants.
5863 (vmul_n): Add v4hf and v8hf variants.
5864 (vext): New (v8hf, v4hf variants).
5865 (vcvts): New (v8hi, v4hi variants).
5866 (vcvts): New (v8hf, v4hf variants).
5867 (vcvtu): New (v8hi, v4hi variants).
5868 (vcvtu): New (v8hf, v4hf variants).
5869 (vcvts_n): New (v8hf, v4hf variants).
5870 (vcvtu_n): New (v8hi, v4hi variants).
5871 (vcvts_n): New (v8hi, v4hi variants).
5872 (vcvtu_n): New (v8hf, v4hf variants).
5873 (vbsl): New (v8hf, v4hf variants).
5874 (vcvtas): New (v8hf, v4hf variants).
5875 (vcvtau): New (v8hf, v4hf variants).
5876 (vcvtms): New (v8hf, v4hf variants).
5877 (vcvtmu): New (v8hf, v4hf variants).
5878 (vcvtns): New (v8hf, v4hf variants).
5879 (vcvtnu): New (v8hf, v4hf variants).
5880 (vcvtps): New (v8hf, v4hf variants).
5881 (vcvtpu): New (v8hf, v4hf variants).
5883 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
5885 * config/arm/arm-builtins.c (hf_UP): New.
5887 (vfp_builtin_data): New. Update comment.
5888 (enum arm_builtins): Include "arm_vfp_builtins.def".
5889 (ARM_BUILTIN_VFP_PATTERN_START): New.
5890 (arm_init_vfp_builtins): New.
5891 (arm_init_builtins): Add arm_init_vfp_builtins.
5892 (arm_expand_vfp_builtin): New.
5893 (arm_expand_builtins): Update for arm_expand_vfp_builtin. Fix
5895 * config/arm/arm_vfp_builtins.def: New file.
5896 * config/arm/t-arm (arm.o): Add arm_vfp_builtins.def.
5897 (arm-builtins.o): Likewise.
5899 2016-09-23 Kugan Vivekanandarajah <kuganv@linaro.org>
5902 * ipa-cp.c (propagate_vr_accross_jump_function): Drop TREE_OVERFLOW
5903 from constant while creating value range.
5905 2016-09-23 Renlin Li <renlin.li@arm.com>
5907 * ira.c (ira): Move ira_use_lra_p initialization code to ...
5908 (ira_init_once): Here.
5910 2016-09-23 Uros Bizjak <ubizjak@gmail.com>
5911 Jakub Jelinek <jakub@redhat.com>
5913 * hooks.h (hook_uint_uintp_false): Rename to...
5914 (hook_bool_uint_uintp_false): ... this.
5915 * hooks.c (hook_uint_uintp_false): Rename to...
5916 (hook_bool_uint_uintp_false): ... this.
5917 * target.def (elf_flags_numeric): Use hook_bool_uint_uintp_false
5918 instead of hook_uint_uintp_false.
5920 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
5922 * config/arm/arm-builtins.c (arm_init_neon_builtin): New.
5923 (arm_init_builtins): Move body of a loop to the standalone
5924 function arm_init_neon_builtin.
5925 (arm_expand_neon_builtin_1): New. Update comment. Function body
5926 moved from arm_neon_builtin with some white-space fixes.
5927 (arm_expand_neon_builtin): Move code into the standalone function
5928 arm_expand_neon_builtin_1.
5930 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
5932 * config/arm/iterators.md (VCVTHI): New.
5933 (NEON_VCMP): Add UNSPEC_VCLT and UNSPEC_VCLE. Fix a long line.
5937 (V_reg): Add HF, V4HF and V8HF. Fix white-space.
5938 (V_HALF): Add V4HF. Fix white-space.
5939 (V_if_elem): Add HF, V4HF and V8HF. Fix white-space.
5940 (V_s_elem): Likewise.
5941 (V_sz_elem): Fix white-space.
5942 (V_elem_ch): Likewise.
5944 (scalar_mul_constraint): Add V8HF and V4HF.
5945 (Is_float_mode): Fix white-space.
5946 (Is_d_reg): Add V4HF and V8HF. Fix white-space.
5947 (q): Add HF. Fix white-space.
5950 (cmp_op_unsp): Add UNSPEC_VCALE and UNSPEC_VCALT.
5951 (neon_vfm_lane_as): New.
5952 * config/arm/neon.md (add<mode>3_fp16): New.
5953 (sub<mode>3_fp16): New.
5954 (mul<mode>3add<mode>_neon): New.
5955 (fma<VH:mode>4_intrinsic): New.
5956 (fmsub<VCVTF:mode>4_intrinsic): Fix white-space.
5957 (fmsub<VH:mode>4_intrinsic): New.
5958 (<absneg_str><mode>2): New.
5959 (neon_v<absneg_str><mode>): New.
5960 (neon_v<fp16_rnd_str><mode>): New.
5961 (neon_vrsqrte<mode>): New.
5962 (neon_vpaddv4hf): New.
5963 (neon_vadd<mode>): New.
5964 (neon_vsub<mode>): New.
5965 (neon_vmulf<mode>): New.
5966 (neon_vfma<VH:mode>): New.
5967 (neon_vfms<VH:mode>): New.
5968 (neon_vc<cmp_op><mode>): New.
5969 (neon_vc<cmp_op><mode>_fp16insn): New
5970 (neon_vc<cmp_op_unsp><mode>_fp16insn_unspec): New.
5971 (neon_vca<cmp_op><mode>): New.
5972 (neon_vca<cmp_op><mode>_fp16insn): New.
5973 (neon_vca<cmp_op_unsp><mode>_fp16insn_unspec): New.
5974 (neon_vc<cmp_op>z<mode>): New.
5975 (neon_vabd<mode>): New.
5976 (neon_v<maxmin>f<mode>): New.
5977 (neon_vp<maxmin>fv4hf: New.
5978 (neon_<fmaxmin_op><mode>): New.
5979 (neon_vrecps<mode>): New.
5980 (neon_vrsqrts<mode>): New.
5981 (neon_vrecpe<mode>): New (VH variant).
5982 (neon_vdup_lane<mode>_internal): New.
5983 (neon_vdup_lane<mode>): New.
5984 (neon_vcvt<sup><mode>): New (VCVTHI variant).
5985 (neon_vcvt<sup><mode>): New (VH variant).
5986 (neon_vcvt<sup>_n<mode>): New (VH variant).
5987 (neon_vcvt<sup>_n<mode>): New (VCVTHI variant).
5988 (neon_vcvt<vcvth_op><sup><mode>): New.
5989 (neon_vmul_lane<mode>): New.
5990 (neon_vmul_n<mode>): New.
5991 * config/arm/unspecs.md (UNSPEC_VCALE): New
5992 (UNSPEC_VCALT): New.
5993 (UNSPEC_VFMA_LANE): New.
5994 (UNSPECS_VFMS_LANE): New.
5996 2016-09-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
5998 * config/s390/s390.md ("*extzv<mode>_zEC12", "*extzv<mode>_z10")
5999 ("*extzv<mode><clobbercc_or_nocc>"):
6000 Correct a typo in a comment.
6002 ("*insv<mode>_zEC12", "*insv<mode>_z10")
6003 ("*insv<mode><clobbercc_or_nocc>"): Ditto.
6004 ("*insv<mode>_zEC12_appendbitsleft")
6005 ("*insv<mode><clobbercc_or_nocc>_appendbitsleft")
6006 ("*insv<mode>_z10_appendbitsleft"): Ditto.
6007 ("*insv<mode>_zEC12_noshift", "*insv<mode>_z10_noshift")
6008 ("*insv<mode><clobbercc_or_nocc>_noshift"): Ditto.
6009 Provide pattern with operands switched.
6010 ("*pre_z10_extv<mode>"):
6011 Use new subst patterns.
6012 ("*extzvdi<clobbercc_or_nocc>_lshiftrt", "*<risbg_n>_ior_and_sr_ze")
6013 ("*extvsidi<clobbercc_or_nocc>", "*<risbg_n>_and_subregdi_rotr")
6014 ("*<risbg_n>_and_subregdi_rotl", "*<risbg_n>_di_and_rot")
6015 ("*insv_z10_noshift_cc", "*insv_z10_noshift_cconly")
6016 ("*<risbg_n>_<mode>_ior_and_lshiftrt")
6017 ("*<risbg_n>_sidi_ior_and_lshiftrt")
6018 ("*trunc_sidi_and_subreg_lshrt<clobbercc_or_nocc>"):
6020 ("*extzv_<mode>_sll", "*extzv_<mode>_srl")
6021 ("*extzv_<mode>_srl<clobbercc_or_nocc>")
6022 ("*extzv_<mode>_sll<clobbercc_or_nocc>"): Renamed patterns, use risbgn
6024 ("SINT"): New mode_iterator with SI, HI, QI.
6025 * config/s390/subst.md ("clobbercc_or_nocc_subst", "z10_or_zEC12_cond")
6026 ("clobbercc_or_nocc", "risbg_n"): New constructs for risbg pattern
6029 2016-09-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
6031 * config/s390/predicates.md ("contiguous_bitmask_operand"): Adapt to
6032 new interface of s390_contiguous_bitmask_p.
6033 ("contiguous_bitmask_nowrap_operand"): New predicate.
6034 ("*anddi3_cc", "*anddi3_cconly", "*anddi3"): Replace NxxDq with NxxDw.
6035 * config/s390/constraints.md ("NxxDw", "NxxSq"): Adapt to new interface
6036 of s390_contiguous_bitmask_p.
6037 ("NxxDw"): Rename NxxDq constraint to NxxDw.
6038 ("NxxSw"): New constraint.
6039 * config/s390/s390.md ("*andsi3_zarch"): Enable bitmask wraparound.
6040 * config/s390/s390-protos.h (s390_contiguous_bitmask_p): Updated
6042 (s390_contiguous_bitmask_nowrap_p): Export.
6043 * config/s390/s390.c (s390_contiguous_bitmask_nowrap_p): New name of
6044 former s390_contiguous_bitmask_p.
6045 (s390_contiguous_bitmask_p): Use s390_contiguous_bitmask_nowrap_p to
6046 detect contiguous bit ranges with wraparound. Change signature to
6047 return START and END position instead of POS and LENGTH.
6048 (s390_contiguous_bitmask_vector_p): Remove extra code for continous bit
6049 ranges with wraparound.
6050 (s390_extzv_shift_ok): Use s390_contiguous_bitmask_nowrap_p.
6051 (s390_contiguous_bitmask_vector_p,s390_extzv_shift_ok,print_operand):
6052 Adapt to new signature of s390_contiguous_bitmask_p.
6054 2016-09-23 Bin Cheng <bin.cheng@arm.com>
6056 * tree-vect-loop-manip.c (create_intersect_range_checks_index): New.
6057 (create_intersect_range_checks): New.
6058 (vect_create_cond_for_alias_checks): Call above function.
6060 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
6062 * config/arm/iterators.md (Code iterators): Fix some white-space
6066 (FCVT): Moved from vfp.md.
6067 (VCVT_HF_US_N): New.
6068 (VCVT_SI_US_N): New.
6073 (FCVTI32typename): Moved from vfp.md.
6074 (sup): Add UNSPEC_VCVTA_S, UNSPEC_VCVTA_U, UNSPEC_VCVTM_S,
6075 UNSPEC_VCVTM_U, UNSPEC_VCVTN_S, UNSPEC_VCVTN_U, UNSPEC_VCVTP_S,
6076 UNSPEC_VCVTP_U, UNSPEC_VCVT_HF_S_N, UNSPEC_VCVT_HF_U_N,
6077 UNSPEC_VCVT_SI_S_N, UNSPEC_VCVT_SI_U_N, UNSPEC_VCVTH_S_N,
6078 UNSPEC_VCVTH_U_N, UNSPEC_VCVTH_S and UNSPEC_VCVTH_U.
6080 (fp16_rnd_str): New.
6081 (fp16_rnd_insn): New.
6082 * config/arm/unspecs.md (UNSPEC_VCVT_HF_S_N): New.
6083 (UNSPEC_VCVT_HF_U_N): New.
6084 (UNSPEC_VCVT_SI_S_N): New.
6085 (UNSPEC_VCVT_SI_U_N): New.
6086 (UNSPEC_VCVTH_S): New.
6087 (UNSPEC_VCVTH_U): New.
6088 (UNSPEC_VCVTA_S): New.
6089 (UNSPEC_VCVTA_U): New.
6090 (UNSPEC_VCVTM_S): New.
6091 (UNSPEC_VCVTM_U): New.
6092 (UNSPEC_VCVTN_S): New.
6093 (UNSPEC_VCVTN_U): New.
6094 (UNSPEC_VCVTP_S): New.
6095 (UNSPEC_VCVTP_U): New.
6096 (UNSPEC_VCVTP_S): New.
6097 (UNSPEC_VCVTP_U): New.
6099 (UNSPEC_VRNDA): New.
6100 (UNSPEC_VRNDI): New.
6101 (UNSPEC_VRNDM): New.
6102 (UNSPEC_VRNDN): New.
6103 (UNSPEC_VRNDP): New.
6104 (UNSPEC_VRNDX): New.
6105 * config/arm/vfp.md (<absneg_str>hf2): New.
6107 (neon_v<fp16_rnd_str>hf): New.
6108 (neon_vrndihf): New.
6113 (*mulsf3neghf_vfp): New.
6114 (*negmulhf3_vfp): New.
6115 (*mulsf3addhf_vfp): New.
6116 (*mulhf3subhf_vfp): New.
6117 (*mulhf3neghfaddhf_vfp): New.
6118 (*mulhf3neghfsubhf_vfp): New.
6121 (fmsubhf4_fp16): New.
6125 (neon_vsqrthf): New.
6126 (neon_vrsqrtshf): New.
6127 (FCVT): Move to iterators.md.
6128 (FCVTI32typename): Likewise.
6129 (neon_vcvth<sup>hf): New.
6130 (neon_vcvth<sup>si): New.
6131 (neon_vcvth<sup>_nhf_unspec): New.
6132 (neon_vcvth<sup>_nhf): New.
6133 (neon_vcvth<sup>_nsi_unspec): New.
6134 (neon_vcvth<sup>_nsi): New.
6135 (neon_vcvt<vcvth_op>h<sup>si): New.
6136 (neon_<fmaxmin_op>hf): New.
6138 2016-09-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
6140 * config/s390/s390.md (bitoff, bitoff_plus): Neq mode attributes.
6141 ("*extzv<mode>_zEC12", "*insv<mode>_zEC12", "*insv<mode>_z10")
6142 ("*insv<mode>_zEC12_appendbitsleft")
6143 ("*insv<mode>_z10_appendbitsleft", "*r<noxa>sbg_<mode>_sll")
6144 ("*r<noxa>sbg_<mode>_srl"): Use new attributes.
6146 2016-09-23 Jakub Jelinek <jakub@redhat.com>
6148 * ipa-cp.c (ipcp_store_vr_results): Avoid static local var zero.
6149 * sreal.h (sreal::min, sreal::max): Avoid static local vars,
6150 construct values without normalization.
6151 * tree-ssa-sccvn.c (vn_reference_lookup_3): Don't initialize
6152 static local lhs_ops to vNULL.
6154 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
6155 Jiong Wang <jiong.wang@arm.com>
6157 * config/arm/arm.c (coproc_secondary_reload_class): Make HFmode
6158 available when FP16 instructions are available.
6159 (output_move_vfp): Add support for 16-bit data moves.
6160 (arm_validize_comparison): Fix some white-space. Support HFmode
6161 by conversion to SFmode.
6162 * config/arm/arm.md (truncdfhf2): Fix a comment.
6163 (extendhfdf2): Likewise.
6165 (movsicc): Fix some white-space.
6167 (movsfcc): Fix some white-space.
6169 * config/arm/vfp.md (*arm_movhi_vfp): Disable when VFP FP16
6170 instructions are available.
6171 (*thumb2_movhi_vfp): Likewise.
6172 (*arm_movhi_fp16): New.
6173 (*thumb2_movhi_fp16): New.
6174 (*movhf_vfp_fp16): New.
6175 (*movhf_vfp_neon): Disable when VFP FP16 instructions are available.
6176 (*movhf_vfp): Likewise.
6177 (extendhfsf2): Enable when VFP FP16 instructions are available.
6178 (truncsfhf2): Enable when VFP FP16 instructions are available.
6180 2016-09-23 Martin Liska <mliska@suse.cz>
6182 * config/s390/vx-builtins.md: Replace 'adress' with 'address'.
6184 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
6186 * config/arm/arm.c (arm_evpc_neon_vuzp): Add support for V8HF and
6188 (arm_evpc_neon_vtrn): Likewise.
6189 (arm_evpc_neon_vrev): Likewise.
6190 (arm_evpc_neon_vext): Likewise.
6191 * config/arm/arm_neon.h (vbsl_f16): New.
6195 (vdup_lane_f16): New.
6196 (vdupq_lane_f16): New.
6209 * config/arm/arm_neon_buillins.def (vdup_n): New (v8hf, v4hf variants).
6210 (vdup_lane): New (v8hf, v4hf variants).
6211 (vext): New (v8hf, v4hf variants).
6212 (vbsl): New (v8hf, v4hf variants).
6213 * config/arm/iterators.md (VDQWH): New.
6215 (V_double_vector_mode): Add V8HF and V4HF. Fix white-space.
6216 (Scalar_mul_8_16): Fix white-space.
6217 (Is_d_reg): Add V4HF and V8HF.
6218 * config/arm/neon.md (neon_vdup_lane<mode>_internal): New.
6219 (neon_vdup_lane<mode>): New.
6220 (neon_vtrn<mode>_internal): Replace VDQW with VDQWH.
6221 (*neon_vtrn<mode>_insn): Likewise.
6222 (neon_vzip<mode>_internal): Likewise. Also fix white-space.
6223 (*neon_vzip<mode>_insn): Likewise
6224 (neon_vuzp<mode>_internal): Likewise.
6225 (*neon_vuzp<mode>_insn): Likewise
6226 * config/arm/vec-common.md (vec_perm_const<mode>): New.
6228 2016-09-23 Jiong Wang <jiong.wang@arm.com>
6229 Matthew Wahab <matthew.wahab@arm.com>
6231 * config/arm/arm.c (output_move_vfp): Weaken assert to allow HImode.
6232 (arm_hard_regno_mode_ok): Allow HImode values in VFP registers.
6233 * config/arm/arm.md (*movhi_bytes): Disable when VFP registers are
6234 available. Also fix some white-space.
6235 * config/arm/vfp.md (*arm_movhi_vfp): New.
6236 (*thumb2_movhi_vfp): New.
6238 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
6240 * config/arm/arm-c.c (arm_cpu_builtins): Define
6241 "__ARM_FEATURE_FP16_SCALAR_ARITHMETIC" and
6242 "__ARM_FEATURE_FP16_VECTOR_ARITHMETIC".
6244 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
6246 * doc/sourcebuild.texi (ARM-specific attributes): Add anchor for
6247 arm_v8_1a_neon_ok. Add entries for arm_v8_2a_fp16_scalar_ok,
6248 arm_v8_2a_fp16_scalar_hw, arm_v8_2a_fp16_neon_ok and
6249 arm_v8_2a_fp16_neon_hw.
6250 (Add options): Add entries for arm_v8_1a_neon, arm_v8_2a_scalar,
6253 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
6255 * doc/sourcebuild.texi (ARM-specific attributes): Add entries for
6256 arm_fp16_alternative_ok and arm_fp16_none_ok.
6258 2016-09-23 Martin Liska <mliska@suse.cz>
6260 * ipa-icf.c (sem_variable::merge): Replace adress with address.
6262 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
6264 * config/arm/arm-arches.def ("armv8.1-a"): Add FL_CRC32.
6266 ("armv8.2-a+fp16"): New.
6267 * config/arm/arm-protos.h (FL2_ARCH8_2): New.
6268 (FL2_FP16INST): New.
6269 (FL2_FOR_ARCH8_2A): New.
6270 * config/arm/arm-tables.opt: Regenerate.
6271 * config/arm/arm.c (arm_arch8_2): New.
6272 (arm_fp16_inst): New.
6273 (arm_option_override): Set arm_arch8_2 and arm_fp16_inst. Check
6274 for incompatible fp16-format settings.
6275 * config/arm/arm.h (TARGET_VFP_FP16INST): New.
6276 (TARGET_NEON_FP16INST): New.
6277 (arm_arch8_2): Declare.
6278 (arm_fp16_inst): Declare.
6279 * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for
6280 march=armv8.2-a and march=armv8.2-a+fp16.
6281 * config/arm/t-aprofile (Arch Matches): Add entries for armv8.2-a
6283 * doc/invoke.texi (ARM Options): Add "-march=armv8.1-a",
6284 "-march=armv8.2-a" and "-march=armv8.2-a+fp16".
6286 2016-09-23 Martin Liska <mliska@suse.cz>
6288 * doc/extend.texi: Remove fused-madd from i386 target options.
6290 2016-09-23 Martin Liska <mliska@suse.cz>
6292 * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
6295 2016-09-23 Martin Liska <mliska@suse.cz>
6297 * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
6300 2016-09-23 Martin Liska <mliska@suse.cz>
6303 * config/i386/i386.c (ix86_option_override_internal): Change
6304 signature and return false when there's an error related to
6306 (release_options_strings): New function.
6307 (ix86_valid_target_attribute_tree): Call the function.
6309 2016-09-23 Jakub Jelinek <jakub@redhat.com>
6311 * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)
6312 instead of vec_safe_length (CONSTRUCTOR_ELTS (...)).
6313 (gen_hsa_ctor_assignment): Likewise.
6314 * print-tree.c (print_node): Likewise.
6315 * tree-dump.c (dequeue_and_dump): Likewise.
6316 * tree-sra.c (sra_modify_constructor_assign): Likewise.
6317 * expr.c (store_constructor): Likewise.
6318 * fold-const.c (operand_equal_p): Likewise.
6319 * tree-pretty-print.c (dump_generic_node): Likewise.
6320 * hsa-brig.c (hsa_op_immed::emit_to_buffer): Likewise.
6321 * ipa-icf-gimple.c (func_checker::compare_operand): Likewise.
6323 2016-09-23 Richard Biener <rguenther@suse.de>
6325 * hooks.h (hook_uint_uintp_false): Declare.
6327 2016-09-22 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
6329 * config/avr/avr.c (avr_rtx_costs_1): Handle DImode MULT.
6330 (avr_address_cost): Replace 61 with MAX_LD_OFFSET(mode).
6332 2016-09-22 Martin Sebor <msebor@redhat.com>
6335 * gimple-ssa-sprintf.c (target_int_min, target_int_max): Use
6336 HOST_BITS_PER_WIDE_INT, make a static local variable auto.
6337 (target_int_min): Correct computation.
6338 (format_integer): Use long long as the argument for the ll length
6340 (format_floating): Use target_int_max().
6341 (get_string_length): Same.
6342 (format_string): Avoid setting the bounded flag for strings
6344 (try_substitute_return_value): Avoid setting range info when
6345 the result isn't bounded.
6346 * varasm.c (assemble_name): Increase buffer size.
6348 2016-09-22 Andre Vieira <andre.simoesdiasvieira@arm.com>
6349 Terry Guo <terry.guo@arm.com>
6351 * target.def (elf_flags_numeric): New target hook.
6352 * targhooks.h (default_asm_elf_flags_numeric): New.
6353 * varasm.c (default_asm_elf_flags_numeric): New.
6354 (default_elf_asm_named_section): Use new target hook.
6355 * config/arm/arm.opt (mpure-code): New.
6356 * config/arm/arm.h (SECTION_ARM_PURECODE): New.
6357 * config/arm/arm.c (arm_asm_init_sections): Add section
6358 attribute to default text section if -mpure-code.
6359 (arm_option_check_internal): Diagnose use of option with
6360 non supported targets and/or options.
6361 (arm_asm_elf_flags_numeric): New.
6362 (arm_function_section): New.
6363 (arm_elf_section_type_flags): New.
6364 * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Disable
6366 * doc/texi (TARGET_ASM_ELF_FLAGS_NUMERIC): New.
6367 * doc/texi.in (TARGET_ASM_ELF_FLAGS_NUMERIC): Likewise.
6369 2016-09-22 Jan Hubicka <hubicka@ucw.cz>
6371 * regcprop.c (copyprop_hardreg_forward_1): Remove noop moves.
6373 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6375 * emit-rtl.c (next_cc0_user): Make argument type rtx_insn *.
6376 * rtl.h: Adjust prototype.
6378 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6380 * emit-rtl.c (next_active_insn): Change argument type to rtx_insn *.
6381 (prev_active_insn): Likewise.
6382 (active_insn_p): Likewise.
6383 * rtl.h: Adjust prototypes.
6384 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
6385 * config/arc/arc.md: Likewise.
6386 * config/pa/pa.c (branch_to_delay_slot_p): Likewise.
6387 (branch_needs_nop_p): Likewise.
6388 (use_skip_p): Likewise.
6389 * config/sh/sh.c (gen_block_redirect): Likewise.
6390 (split_branches): Likewise.
6391 * reorg.c (optimize_skip): Likewise.
6392 (fill_simple_delay_slots): Likewise.
6393 (fill_slots_from_thread): Likewise.
6394 (relax_delay_slots): Likewise.
6395 * resource.c (mark_target_live_regs): Likewise.
6397 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6399 * config/cris/cris.c (cris_asm_output_case_end): Change argument
6401 * emit-rtl.c (next_nonnote_nondebug_insn): Likewise.
6402 (prev_nonnote_nondebug_insn): Likewise.
6403 * config/cris/cris-protos.h: Adjust prototype.
6405 * jump.c (rtx_renumbered_equal_p): Adjust.
6407 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6409 * emit-rtl.c (prev_real_insn): Change argument type to rtx_insn *.
6410 * rtl.h: Adjust prototype.
6411 * config/sh/sh.md: Adjust.
6412 * dwarf2out.c (add_var_loc_to_decl): Likewise.
6414 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6416 * emit-rtl.c (next_nondebug_insn): Change argument type to rtx_insn *.
6417 (prev_nondebug_insn): Likewise.
6418 * loop-doloop.c (doloop_condition_get): Likewise.
6419 * rtl.h: Adjust prototype.
6420 * cfgloop.h: Likewise.
6422 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6424 * emit-rtl.c (next_nonnote_insn): Change argument type to rtx_insn *.
6425 (prev_nonnote_insn): Likewise.
6426 * jump.c (reversed_comparison_code_parts): Likewise.
6427 (reversed_comparison): Likewise.
6428 * rtl.h: Adjust prototypes.
6429 * config/arc/arc.md: Adjust.
6430 * cse.c (find_comparison_args): Likewise.
6431 * reorg.c (redundant_insn): Change return type to rtx_insn *.
6432 (fix_reg_dead_note): Change argument type to rtx_insn *.
6433 (delete_prior_computation): Likewise.
6434 (delete_computation): Likewise.
6435 (fill_slots_from_thread): Adjust.
6436 (relax_delay_slots): Likewise.
6437 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
6438 (simplify_relational_operation_1): Likewise.
6439 (simplify_ternary_operation): Likewise.
6441 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6443 * config/arc/arc-protos.h (arc_label_align): Change type of
6444 variables from rtx to rtx_insn *.
6445 * config/arc/arc.c (arc_label_align): Likewise.
6446 * config/arm/arm.c (any_sibcall_could_use_r3): Likewise.
6447 * config/bfin/bfin.c (workaround_speculation): Likewise.
6448 * config/c6x/c6x.c (find_next_cycle_insn): Likewise.
6449 (find_last_same_clock): Likewise.
6450 (reorg_split_calls): Likewise.
6451 * config/cris/cris-protos.h (cris_cc0_user_requires_cmp): Likewise.
6452 * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise.
6453 * config/h8300/h8300-protos.h (same_cmp_preceding_p): Likewise.
6454 (same_cmp_following_p): Likewise.
6455 * config/h8300/h8300.c (same_cmp_preceding_p): Likewise.
6456 (same_cmp_following_p): Likwise.
6457 * config/m32r/m32r.c (m32r_expand_epilogue): Likewise.
6458 * config/nds32/nds32-protos.h (nds32_target_alignment): Likewise.
6459 * config/nds32/nds32.c (nds32_target_alignment): Likewise.
6460 * config/rl78/rl78.c (rl78_alloc_physical_registers_op2): Likewise.
6461 (rl78_alloc_physical_registers_cmp): Likewise.
6462 (rl78_alloc_physical_registers_umul): Likewise.
6463 (rl78_calculate_death_notes): Likewise.
6464 * config/s390/s390-protos.h (s390_label_align): Likewise.
6465 * config/s390/s390.c (s390_label_align): Likewise.
6466 * config/sh/sh.c (barrier_align): Likewise.
6467 * config/sparc/sparc-protos.h (emit_cbcond_nop): Likewise.
6468 * config/sparc/sparc.c (sparc_asm_function_epilogue): Likewise.
6469 (emit_cbcond_nop): Likewise.
6471 2016-09-22 Martin Liska <mliska@suse.cz>
6474 * ipa-icf.c (sem_variable::merge): Yield merge operation if
6475 alias address matters, not necessarily address of original.
6477 2016-09-22 Richard Biener <rguenther@suse.de>
6480 * gimple-fold.c (fold_array_ctor_reference): Turn asserts into
6483 2016-09-22 Richard Biener <rguenther@suse.de>
6486 * gimple-match-head.c (gimple_resimplify1): Drop TREE_OVERFLOW
6487 from constant folding results.
6488 (gimple_resimplify2): Likewise.
6489 (gimple_resimplify3): Likewise.
6491 2016-09-22 Richard Biener <rguenther@suse.de>
6494 * expr.c (expand_expr_real_1): Guard array access against negative
6497 2016-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6499 * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN instead
6501 (format_floating): Likewise.
6503 2016-09-22 Jakub Jelinek <jakub@redhat.com>
6506 * tree-inline.c (remap_gimple_stmt): Set has_simduid_loops
6507 for all IFN_GOMP_SIMD_* internal fns, not just for
6508 IFN_GOMP_SIMD_ORDERED_*.
6510 2016-09-21 Michael Meissner <meissner@linux.vnet.ibm.com>
6513 * config/rs6000/predicates.md (invert_fpmask_comparison_operator):
6514 New predicate that matches the ISA 3.0 XSCMP{EQ,GT,GE}DP
6515 instructions when you want to invert the test.
6516 * config/rs6000/rs6000.md (fpmask<mode>): Use the arguments in the
6517 correct order for XXSEL.
6518 (mov<SFDF:mode><SFDF2:mode>cc_invert_p9): Define the inverted test
6519 for using XSCMP{EQ,GT,GE}DP.
6521 2016-09-21 David Malcolm <dmalcolm@redhat.com>
6523 * genconstants.c (main): Introduce noop_reader and convert call
6524 to read_md_files to a method call.
6525 * genenums.c (main): Likewise.
6526 * genmddeps.c (main): Likewise.
6527 * genpreds.c (write_tm_constrs_h): Replace use of "in_fname" with
6528 rtx_reader_ptr->get_top_level_filename ().
6529 (write_tm_preds_h): Likewise.
6530 (write_insn_preds_c): Likewise.
6531 * gensupport.c (class gen_reader): New subclass of rtx_reader.
6532 (rtx_handle_directive): Convert to...
6533 (gen_reader::handle_unknown_directive): ...this.
6534 (init_rtx_reader_args_cb): Convert return type from bool to
6535 rtx_reader *. Create a gen_reader instance, using it for the
6536 call to read_md_files. Return it if no errors occur.
6537 (init_rtx_reader_args): Convert return type from bool to
6539 * gensupport.h (init_rtx_reader_args_cb): Likewise.
6540 (init_rtx_reader_args_cb): Likewise.
6541 * read-md.c (struct file_name_list): Move to class rtx_reader.
6542 (read_md_file): Delete in favor of rtx_reader::m_read_md_file.
6543 (read_md_filename): Delete in favor of
6544 rtx_reader::m_read_md_filename.
6545 (read_md_lineno): Delete in favor of rtx_reader::m_read_md_lineno.
6546 (in_fname): Delete in favor of rtx_reader::m_toplevel_fname.
6547 (base_dir): Delete in favor of rtx_reader::m_base_dir.
6548 (first_dir_md_include): Delete in favor of
6549 rtx_reader::m_first_dir_md_include.
6550 (last_dir_md_include_ptr): Delete in favor of
6551 rtx_reader::m_last_dir_md_include_ptr.
6552 (max_include_len): Delete.
6553 (rtx_reader_ptr): New.
6554 (fatal_with_file_and_line): Use get_filename and get_lineno
6555 accessors of rtx_reader_ptr.
6556 (require_char_ws): Likewise.
6557 (rtx_reader::read_char): New method, based on ::read_char.
6558 (rtx_reader::unread_char): New method, based on ::unread_char.
6559 (read_escape): Use get_filename and get_lineno accessors of
6561 (read_braced_string): Use get_lineno accessor of rtx_reader_ptr.
6562 (read_string): Use get_filename and get_lineno accessors of
6564 (rtx_reader::rtx_reader): New ctor.
6565 (rtx_reader::~rtx_reader): New dtor.
6566 (handle_include): Convert from a function to...
6567 (rtx_reader::handle_include): ...this method, converting
6568 handle_directive from a callback to a virtual function.
6569 (handle_file): Likewise, converting to...
6570 (rtx_reader::handle_file): ...this method.
6571 (handle_toplevel_file): Likewise, converting to...
6572 (rtx_reader::handle_toplevel_file): ...this method.
6573 (rtx_reader::get_current_location): New method.
6574 (parse_include): Convert from a function to...
6575 (rtx_reader::add_include_path): ...this method, dropping redundant
6576 update to unused max_include_len.
6577 (read_md_files): Convert from a function to...
6578 (rtx_reader::read_md_files): ...this method, converting
6579 handle_directive from a callback to a virtual function.
6580 (noop_reader::handle_unknown_directive): New method.
6581 * read-md.h (directive_handler_t): Delete this typedef.
6583 (read_md_file): Delete.
6584 (read_md_lineno): Delete.
6585 (read_md_filename): Delete.
6586 (class rtx_reader): New class.
6587 (rtx_reader_ptr): New decl.
6588 (class noop_reader): New subclass of rtx_reader.
6589 (read_char): Reimplement in terms of rtx_reader::read_char.
6590 (unread_char): Reimplement in terms of rtx_reader::unread_char.
6591 (read_md_files): Delete.
6592 * read-rtl.c (read_rtx_code): Update for deletion of globals
6593 read_md_filename and read_md_lineno.
6595 2016-09-21 Jason Merrill <jason@redhat.com>
6597 * input.h (from_macro_definition_at): New.
6599 2016-09-21 Segher Boessenkool <segher@kernel.crashing.org>
6601 * doc/rtl.texi (JUMP_LABEL): Document RETURN and SIMPLE_RETURN values.
6603 2016-09-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
6605 PR tree-optimization/77550
6606 * tree-vect-stmts.c (create_array_ref): Change parameters.
6607 (get_group_alias_ptr_type): New function.
6608 (vectorizable_store, vectorizable_load): Use get_group_alias_ptr_type.
6610 2016-09-21 Marek Polacek <polacek@redhat.com>
6612 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
6613 Add falls through comment.
6615 2016-09-21 Richard Biener <rguenther@suse.de>
6617 * dwarf2out.c (remove_child_with_prev): Clear child->die_sib.
6618 (replace_child): Likewise.
6619 (remove_child_TAG): Adjust.
6620 (move_marked_base_types): Likewise.
6621 (prune_unused_types_prune): Clear die_sib of removed children.
6623 2016-09-21 Georg-Johann Lay <avr@gjlay.de>
6626 * config/avr/avr.c (avr_notice_update_cc) [CC_NONE]: If insn
6627 touches some regs mentioned in cc_status, do CC_STATUS_INIT.
6629 2016-09-21 Richard Biener <rguenther@suse.de>
6631 PR tree-optimization/77648
6632 * tree-ssa-structalias.c (process_constraint): Handle all DEREF
6634 (make_transitive_closure_constraints): Adjust comment.
6635 (make_any_offset_constraints): New function.
6636 (handle_rhs_call): Make sure to first expand a pointer to all
6637 subfields before transitively closing it.
6638 (handle_const_call): Likewise. Properly expand returned
6640 (handle_pure_call): Likewise.
6642 2016-09-21 Richard Biener <rguenther@suse.de>
6643 Jakub Jelinek <jakub@redhat.com>
6645 PR tree-optimization/77621
6646 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
6647 group at non-vectorizable stmts.
6649 2016-09-21 Kugan Vivekanandarajah <kuganv@linaro.org>
6651 PR tree-optimization/72835
6652 * tree-ssa-reassoc.c (make_new_ssa_for_def): New.
6653 (make_new_ssa_for_all_defs): Likewise.
6654 (zero_one_operation): Replace all SSA_NAMEs defined in the chain.
6656 2016-09-20 Martin Sebor <msebor@redhat.com>
6659 * Makefile.in (OBJS): Add gimple-ssa-sprintf.o.
6660 * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Redefine.
6661 * config/linux.c (gnu_libc_printf_pointer_format): New function.
6662 * config/sol2.h (TARGET_PRINTF_POINTER_FORMAT): Same.
6663 * config/sol2.c (solaris_printf_pointer_format): New function.
6664 * doc/invoke.texi (-Wformat-length, -fprintf-return-value): New
6666 * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Document.
6667 * doc/tm.texi: Regenerate.
6668 * gimple-fold.h (get_range_strlen): New function.
6669 (get_maxval_strlen): Declare existing function.
6670 * gimple-fold.c (get_range_strlen): Add arguments and compute both
6671 maximum and minimum.
6672 (get_range_strlen): Define overload.
6673 (get_maxval_strlen): Adjust.
6674 * gimple-ssa-sprintf.c: New file and pass.
6675 * passes.def (pass_sprintf_length): Add new pass.
6676 * targhooks.h (default_printf_pointer_format): Declare new function.
6677 (gnu_libc_printf_pointer_format): Same.
6678 (solaris_libc_printf_pointer_format): Same.
6679 * targhooks.c (default_printf_pointer_format): Define new function.
6680 * tree-pass.h (make_pass_sprintf_length): Declare new function.
6681 * print-tree.c: Increase buffer size.
6683 2016-09-21 Kugan Vivekanandarajah <kuganv@linaro.org>
6685 * tree-vrp.c (get_value_range): Teach PARM_DECL to use ipa-vrp results.
6687 2016-09-21 Kugan Vivekanandarajah <kuganv@linaro.org>
6689 * common.opt: New option -fipa-vrp.
6690 * ipa-cp.c (ipa_get_vr_lat): New.
6691 (ipcp_vr_lattice::print): Likewise.
6692 (print_all_lattices): Call ipcp_vr_lattice::print.
6693 (ipcp_vr_lattice::meet_with): New.
6694 (ipcp_vr_lattice::meet_with_1): Likewise.
6695 (ipcp_vr_lattice::top_p): Likewise.
6696 (ipcp_vr_lattice::bottom_p): Likewsie.
6697 (ipcp_vr_lattice::set_to_bottom): Likewise.
6698 (set_all_contains_variable): Call VR set_to_bottom.
6699 (initialize_node_lattices): Init VR lattices.
6700 (propagate_vr_accross_jump_function): New.
6701 (propagate_constants_accross_call): Call
6702 propagate_vr_accross_jump_function.
6703 (ipcp_store_vr_results): New.
6704 (ipcp_driver): Handle VR.
6705 * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Handle VR.
6706 (ipa_set_jf_unknown): Likewise.
6707 (ipa_compute_jump_functions_for_edge): Likewise.
6708 (ipa_node_params_t::duplicate): Likewise.
6709 (ipa_write_jump_function): Likewise.
6710 (ipa_read_jump_function): Likewise.
6711 (write_ipcp_transformation_info): Likewise.
6712 (read_ipcp_transformation_info): Likewise.
6713 (ipcp_update_vr): New.
6714 (ipcp_transform_function): Handle VR.
6715 * ipa-prop.h (struct ipa_vr): New.
6716 * cgraph.c: Include tree-vrp.h.
6717 * cgraphunit.c: Likewise.
6718 * ipa-utils.c: Likewise.
6721 * toplev.c: Likewise.
6722 * ipa-devirt.c: Likewise.
6723 * ipa-inline-transform.c: Likewise.
6724 * ipa-inline.c: Likewise.
6725 * ipa-profile.c: Likewise.
6727 2016-09-21 Kugan Vivekanandarajah <kuganv@linaro.org>
6729 * doc/invoke.texi: Document -fdump-tree-evrp.
6730 * passes.def: Define new pass_early_vrp.
6731 * timevar.def: Define new TV_TREE_EARLY_VRP.
6732 * tree-pass.h (make_pass_early_vrp): New.
6733 * tree-ssa-propagate.c: Make replace_uses_in non static.
6734 * tree-ssa-propagate.h: Export replace_uses_in.
6735 * tree-vrp.c (extract_range_for_var_from_comparison_expr): New.
6736 (extract_range_from_assert): Factor out
6737 extract_range_for_var_from_comparison_expr.
6738 (vrp_initialize_lattice): New.
6739 (vrp_initialize): Factor out vrp_initialize_lattice.
6740 (vrp_valueize): Fix it to reject complex value ranges.
6741 (vrp_free_lattice): New.
6742 (evrp_dom_walker::before_dom_children): Likewise.
6743 (evrp_dom_walker::after_dom_children): Likewise.
6744 (evrp_dom_walker::push_value_range): Likewise.
6745 (evrp_dom_walker::pop_value_range): Likewise.
6746 (execute_early_vrp): Likewise.
6747 (execute_vrp): Call vrp_initialize_lattice and vrp_free_lattice.
6748 (make_pass_early_vrp): New.
6750 2016-09-20 Uros Bizjak <ubizjak@gmail.com>
6752 * config/i386/i386.md (mult->ashift peephole2s): Use pow2p_hwi
6753 instead of exact_log2.
6755 2016-09-20 Uros Bizjak <ubizjak@gmail.com>
6758 * config/i386/i386.c (ix86_preferred_simd_mode) <case DFmode>:
6759 Don't return word_mode for !TARGET_VECTORIZE_DOUBLE.
6760 (ix86_add_stmt_cost): Penalize DFmode vector operations
6761 for !TARGET_VECTORIZE_DOUBLE.
6763 2016-09-20 Gerald Pfeifer <gerald@pfeifer.com>
6765 * doc/invoke.texi (Warning Options): Simplify language.
6766 (Optimize Options): Complete sentence.
6768 2016-09-20 David Edelsohn <dje.gcc@gmail.com>
6770 * dbxout.c (xcoff_debug_hooks): Add filename parameter to
6773 2016-09-20 Michael Meissner <meissner@linux.vnet.ibm.com>
6776 * config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
6777 inits on power8 and above, use the VMRGEW instruction instead of a
6780 * config/rs6000/altivec.md (UNSPEC_VMRGEW_DIRECT): New unspec.
6781 (p8_vmrgew_v4sf_direct): New VMRGEW insn for V4SF floating
6784 2016-09-20 Tamar Christina <tamar.christina@arm.com>
6786 * config/aarch64/arm_neon.h
6787 (vst2_s64, vst2_u64, vst2_f64, vst2_s8): Add missing attributes.
6788 (vst3_s64, vst3_u64, vst3_f64, vst3_s8): Likewise.
6789 (vst4_s64, vst4_u64, vst4_f64, vst4_s8): Likewise.
6791 2016-09-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
6793 * config/var/vax.h (ELIMINABLE_REGS): Define.
6794 (INITIAL_ELIMINATION_OFFSET): Define.
6796 2016-09-20 Jakub Jelinek <jakub@redhat.com>
6799 * builtins.c (fold_builtin_atomic_always_lock_free): Only look through
6800 cast to void * if the cast is from some other pointer type.
6802 2016-09-20 Richard Biener <rguenther@suse.de>
6804 PR tree-optimization/77646
6805 * tree-ssa-sccvn.c (visit_reference_op_call): Always value-number
6808 2016-09-20 Tamar Christina <tamar.christina@arm.com>
6810 * config/aarch64/arm_neon.h: Add gnu_inline and artificial
6811 attributes to all inlined functions and make them extern.
6813 2016-09-20 Richard Biener <rguenther@suse.de>
6815 * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
6817 * debug.c (do_nothing_debug_hooks): Adjust.
6818 * dbxout.c (dbx_debug_hooks): Likewise.
6819 * sdbout.c (sdb_debug_hooks): Likewise.
6820 * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
6821 (dwarf2out_finish): Move producer, filename and
6823 (dwarf2out_early_finish): ... here. Remove in_lto_p special-casing.
6824 * cgraphunit.c (symbol_table::finalize_compilation_unit): Adjust.
6826 2016-09-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
6829 * doc/invoke.texi: Document -Wint-in-bool-context.
6832 * dwarf2out.c (output_loc_operands): Fix an assertion.
6834 2016-09-19 Joseph Myers <joseph@codesourcery.com>
6836 * ginclude/float.h [__STDC_WANT_IEC_60559_BFP_EXT__]
6837 (CR_DECIMAL_DIG): New macro.
6839 2016-09-19 Joseph Myers <joseph@codesourcery.com>
6841 * ginclude/stddef.h (max_align_t) [__i386__]: Add __float128
6844 2016-09-19 Vladimir Makarov <vmakarov@redhat.com>
6846 PR rtl-optimization/77416
6847 * lra-remat.c (operand_to_remat): Process hard coded insn
6850 2016-09-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6852 * simplify-rtx.c (simplify_relational_operation_1): Add transformation
6853 (GTU (PLUS a C) (C - 1)) --> (LTU a -C).
6855 2016-09-19 Segher Boessenkool <segher@kernel.crashing.org>
6857 * target.def (lra_p): Wordsmithing.
6858 * doc/tm.texi: Regenerate.
6860 2016-09-19 Jakub Jelinek <jakub@redhat.com>
6861 Jan Hubicka <jh@suse.cz>
6864 * cgraph.c (cgraph_node::rtl_info): Pass &avail to
6865 ultimate_alias_target call, return NULL if avail < AVAIL_AVAILABLE.
6866 Call ultimate_alias_target just once, not up to 4 times.
6868 2016-09-19 Richard Biener <rguenther@suse.de>
6870 * dwarf2out.c (early_dwarf_finished): New global.
6871 (set_early_dwarf::set_early_dwarf): Assert early_dwarf_finished
6873 (dwarf2out_early_finish): Set early_dwarf_finished at the end,
6874 if called from LTO exit early.
6875 (dwarf2out_late_global_decl): When being during the early
6876 debug phase do not add locations but only const value attributes.
6877 Adjust the way we generate early DIEs for LTO.
6879 2016-09-19 Richard Biener <rguenther@suse.de>
6882 * tree-data-ref.c (analyze_subscript_affine_affine): Use the
6883 proper niter to bound the loops.
6885 2016-09-19 Richard Biener <rguenther@suse.de>
6887 PR tree-optimization/77514
6888 * tree-ssa-pre.c (create_expression_by_pieces): Optimize
6889 search for folded stmt.
6891 2016-09-17 Jan Hubicka <hubicka@ucw.cz>
6893 * passes.def (pass_early_thread_jumps): Schedule after forwprop.
6894 * tree-pass.h (make_pass_early_thread_jumps): Declare.
6895 * tree-ssa-threadbackward.c (fsm_find_thread_path,
6896 fsm_find_thread_path, profitable_jump_thread_path,
6897 fsm_find_control_statement_thread_paths,
6898 find_jump_threads_backwards): Add speed_p parameter.
6899 (pass_data_early_thread_jumps): New pass.
6900 (make_pass_early_thread_jumps): New function.
6902 2016-09-17 Andreas Schwab <schwab@suse.de>
6904 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Add cast.
6905 * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
6907 2016-09-16 Eric Botcazou <ebotcazou@adacore.com>
6909 * recog.c (rest_of_handle_split_after_reload): Delete.
6910 (pass_split_after_reload::gate): New method.
6911 (pass_split_after_reload::execute): Call split_all_insns directly.
6913 2016-09-16 Jonathan Wakely <jwakely@redhat.com>
6915 * doc/extend.texi (Integer Overflow Builtins): Fix type of out
6916 parameters for functions taking long long arguments.
6918 2016-09-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6921 * config/rs6000/rs6000.c (rtx_is_swappable_p): Add support for
6922 splat with truncate.
6924 2016-09-16 Jason Merrill <jason@redhat.com>
6926 * hwint.h (least_bit_hwi, pow2_or_zerop, pow2p_hwi, ctz_or_zero):
6928 * hwint.c (exact_log2): Use pow2p_hwi.
6929 (ctz_hwi, ffs_hwi): Use least_bit_hwi.
6930 * alias.c (memrefs_conflict_p): Use pow2_or_zerop.
6931 * builtins.c (get_object_alignment_2, get_object_alignment)
6932 (get_pointer_alignment, fold_builtin_atomic_always_lock_free): Use
6934 * calls.c (compute_argument_addresses, store_one_arg): Use
6936 * cfgexpand.c (expand_one_stack_var_at): Use least_bit_hwi.
6937 * combine.c (force_to_mode): Use least_bit_hwi.
6938 (contains_muldiv, find_split_point, combine_simplify_rtx)
6939 (simplify_if_then_else, simplify_set, force_to_mode)
6940 (if_then_else_cond, simplify_and_const_int_1)
6941 (simplify_compare_const): Use pow2p_hwi.
6942 * cse.c (fold_rtx): Use pow2p_hwi.
6943 * emit-rtl.c (set_mem_attributes_minus_bitpos, adjust_address_1):
6945 * expmed.c (synth_mult, expand_divmod): Use ctz_or_zero, ctz_hwi.
6946 (init_expmed_one_conv): Use pow2p_hwi.
6947 * expr.c (is_aligning_offset): Use pow2p_hwi.
6948 * fold-const.c (round_up_loc, round_down_loc): Use pow2_or_zerop.
6949 (fold_binary_loc): Use pow2p_hwi.
6950 * function.c (assign_parm_find_stack_rtl): Use least_bit_hwi.
6951 * gimple-fold.c (gimple_fold_builtin_memory_op): Use pow2p_hwi.
6952 * gimple-ssa-strength-reduction.c (replace_ref): Use least_bit_hwi.
6953 * hsa-gen.c (gen_hsa_addr_with_align, hsa_bitmemref_alignment):
6955 * ifcvt.c (noce_try_store_flag_constants): Use pow2p_hwi.
6956 * ipa-cp.c (ipcp_alignment_lattice::meet_with_1): Use least_bit_hwi.
6957 * ipa-prop.c (ipa_modify_call_arguments): Use least_bit_hwi.
6958 * omp-low.c (oacc_loop_fixed_partitions)
6959 (oacc_loop_auto_partitions): Use least_bit_hwi.
6960 * rtlanal.c (nonzero_bits1): Use ctz_or_zero.
6961 * stor-layout.c (place_field): Use least_bit_hwi.
6962 * tree-pretty-print.c (dump_generic_node): Use pow2p_hwi.
6963 * tree-sra.c (build_ref_for_offset): Use least_bit_hwi.
6964 * tree-ssa-ccp.c (ccp_finalize): Use least_bit_hwi.
6965 * tree-ssa-math-opts.c (bswap_replace): Use least_bit_hwi.
6966 * tree-ssa-strlen.c (handle_builtin_memcmp): Use pow2p_hwi.
6967 * tree-vect-data-refs.c (vect_analyze_group_access_1)
6968 (vect_grouped_store_supported, vect_grouped_load_supported)
6969 (vect_permute_load_chain, vect_shift_permute_load_chain)
6970 (vect_transform_grouped_load): Use pow2p_hwi.
6971 * tree-vect-generic.c (expand_vector_divmod): Use ctz_or_zero.
6972 * tree-vect-patterns.c (vect_recog_divmod_pattern): Use ctz_or_zero.
6973 * tree-vect-stmts.c (vectorizable_mask_load_store): Use
6975 * tsan.c (instrument_expr): Use least_bit_hwi.
6976 * var-tracking.c (negative_power_of_two_p): Use pow2_or_zerop.
6978 2016-09-16 Andreas Schwab <schwab@suse.de>
6980 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use parameter
6982 * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
6984 2016-09-16 Jakub Jelinek <jakub@redhat.com>
6987 * combine.c (rest_of_handle_combine): If any edges have been purged,
6988 free dominators if available.
6990 2016-09-16 Jakub Jelinek <jakub@redhat.com>
6991 Eric Botcazou <ebotcazou@adacore.com>
6994 * internal-fn.c (expand_arith_overflow) <case MINUS_EXPR>: Don't fall
6995 through into expand_addsub_overflow after expand_neg_overflow.
6997 2016-09-15 David Malcolm <dmalcolm@redhat.com>
6999 * diagnostic-show-locus.c
7000 (selftest::test_fixit_insert_containing_newline): New function.
7001 (selftest::test_fixit_replace_containing_newline): New function.
7002 (selftest::diagnostic_show_locus_c_tests): Call the above.
7004 2016-09-15 Bin Cheng <bin.cheng@arm.com>
7006 PR tree-optimization/77503
7007 * tree-vect-loop.c (vectorizable_reduction): Record reduction
7008 code for CONST_COND_REDUCTION at analysis stage and use it at
7010 * tree-vectorizer.h (struct _stmt_vec_info): New field.
7011 (STMT_VINFO_VEC_CONST_COND_REDUC_CODE): New macro.
7012 * tree-vect-stmts.c (new_stmt_vec_info): Initialize above new
7015 2016-09-15 Richard Biener <rguenther@suse.de>
7018 * fold-const.c (split_tree): Do not split constant ~X.
7020 2016-09-15 Jakub Jelinek <jakub@redhat.com>
7022 PR rtl-optimization/77425
7023 * sched-int.h (sd_iterator_cond): Don't update it_ptr->linkp if list
7027 * config/i386/i386.c (ix86_parse_stringop_strategy_string): Simplify,
7028 use %qs instead of %s where desirable, use argument instead of arg in
7029 the diagnostic wording, add list of supported strategies and
7031 (ix86_option_override_internal): Emit target("m...") instead of
7032 option("m...") in the diagnostic. Use %qs instead of %s in invalid
7033 -march/-mtune option diagnostic. Add list of supported arches/tunings
7034 and spellcheck hint. Remove prefix, suffix and sw variables, use
7035 main_args_p ? "..." : "..." in diagnostics to make translation
7038 2016-09-15 Richard Biener <rguenther@suse.de>
7040 * dwarf2asm.h (dw2_asm_output_offset): Add overload with
7041 extra offset argument.
7042 * dwarf2asm.c (dw2_asm_output_offset): Implement that.
7043 * doc/tm.texi.in (ASM_OUTPUT_DWARF_OFFSET): Adjust documentation
7044 to reflect new offset parameter.
7045 * doc/tm.texi: Regenerate.
7046 * config/darwin.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
7047 * config/darwin-protos.h (darwin_asm_output_dwarf_delta): Add
7049 (darwin_asm_output_dwarf_offset): Likewise.
7050 * config/darwin.c (darwin_asm_output_dwarf_delta): Add offset
7052 (darwin_asm_output_dwarf_offset): Pass offset argument through.
7053 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
7054 * config/i386/cygmin.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
7056 2016-09-15 Chung-Lin Tang <cltang@codesourcery.com>
7059 * ipa-icf.c (set_alias_uids): New function.
7060 (sem_variable::merge): Use set_alias_uids to set DECL_PT_UID of
7061 all the merged variable's referring aliases.
7063 2016-09-15 Richard Biener <rguenther@suse.de>
7065 PR tree-optimization/77514
7066 * tree-ssa-pre.c (create_expression_by_pieces): Handle garbage
7067 only forced_stmts sequence.
7069 2016-09-15 Kugan Vivekanandarajah <kuganv@linaro.org>
7071 * tree-ssanames.h (FOR_EACH_SSA_NAME): New.
7072 * cfgexpand.c (update_alias_info_with_stack_vars): Use
7073 FOR_EACH_SSA_NAME to iterate over SSA variables.
7074 (pass_expand::execute): Likewise.
7075 * omp-simd-clone.c (ipa_simd_modify_function_body): Likewise.
7076 * tree-cfg.c (dump_function_to_file): Likewise.
7077 * tree-into-ssa.c (pass_build_ssa::execute): Likewise.
7078 (update_ssa): Likewise.
7079 * tree-ssa-alias.c (dump_alias_info): Likewise.
7080 * tree-ssa-ccp.c (ccp_finalize): Likewise.
7081 * tree-ssa-coalesce.c (build_ssa_conflict_graph): Likewise.
7082 (create_outofssa_var_map): Likewise.
7083 (coalesce_ssa_name): Likewise.
7084 * tree-ssa-operands.c (dump_immediate_uses): Likewise.
7085 * tree-ssa-pre.c (compute_avail): Likewise.
7086 * tree-ssa-sccvn.c (init_scc_vn): Likewise.
7087 (scc_vn_restore_ssa_info): Likewise.
7088 (free_scc_vn): Likwise.
7089 (run_scc_vn): Likewise.
7090 * tree-ssa-structalias.c (compute_points_to_sets): Likewise.
7091 * tree-ssa-ter.c (new_temp_expr_table): Likewise.
7092 * tree-ssa-copy.c (fini_copy_prop): Likewise.
7093 * tree-ssa.c (verify_ssa): Likewise.
7095 2016-09-14 Matthew Fortune <matthew.fortune@imgtec.com>
7097 * config.gcc (mips*-mti-elf*, mips*-mti-linux*): Set mips32r2
7098 and mips64r2 as default 32-bit and 64-bit architectures.
7099 (mips*-img-elf*, mips*-img-linux*): Set mips32r6 and mips64r6
7100 as default 32-bit and 64-bit architectures.
7102 2016-09-14 Pat Haugen <pthaugen@us.ibm.com>
7104 * loop-unroll.c (unroll_loop_runtime_iterations): Set probability
7107 2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
7109 * target.def (lra_p): Change commentary (for the manual) for the
7111 * doc/tm.texi: Regenerate.
7113 2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
7115 * config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
7116 * config/arm/arm.c (TARGET_LRA_P): Delete macro.
7117 * config/i386/i386.c (TARGET_LRA_P): Delete macro.
7118 * config/nds32/nds32.c (TARGET_LRA_P): Delete macro.
7120 2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
7122 * targhooks.c (default_lra_p): Return true instead of false.
7124 2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
7126 * config/alpha/alpha.c (TARGET_LRA_P): New macro, defined to
7127 hook_bool_void_false.
7128 * config/avr/avr.c: Ditto.
7129 * config/bfin/bfin.c: Ditto.
7130 * config/c6x/c6x.c: Ditto.
7131 * config/cr16/cr16.c: Ditto.
7132 * config/cris/cris.c: Ditto.
7133 * config/epiphany/epiphany.c: Ditto.
7134 * config/fr30/fr30.c: Ditto.
7135 * config/frv/frv.c: Ditto.
7136 * config/h8300/h8300.c: Ditto.
7137 * config/ia64/ia64.c: Ditto.
7138 * config/iq2000/iq2000.c: Ditto.
7139 * config/lm32/lm32.c: Ditto.
7140 * config/m32c/m32c.c: Ditto.
7141 * config/m32r/m32r.c: Ditto.
7142 * config/m68k/m68k.c: Ditto.
7143 * config/mcore/mcore.c: Ditto.
7144 * config/microblaze/microblaze.c: Ditto.
7145 * config/mmix/mmix.c: Ditto.
7146 * config/mn10300/mn10300.c: Ditto.
7147 * config/moxie/moxie.c: Ditto.
7148 * config/msp430/msp430.c: Ditto.
7149 * config/nios2/nios2.c: Ditto.
7150 * config/nvptx/nvptx.c: Ditto.
7151 * config/pa/pa.c: Ditto.
7152 * config/pdp11/pdp11.c: Ditto.
7153 * config/rl78/rl78.c: Ditto.
7154 * config/sparc/sparc.c: Ditto.
7155 * config/spu/spu.c: Ditto.
7156 * config/stormy16/stormy16.c: Ditto.
7157 * config/tilegx/tilegx.c: Ditto.
7158 * config/tilepro/tilepro.c: Ditto.
7159 * config/v850/v850.c: Ditto.
7160 * config/vax/vax.c: Ditto.
7161 * config/visium/visium.c: Ditto.
7162 * config/xtensa/xtensa.c: Ditto.
7164 2016-09-14 Jakub Jelinek <jakub@redhat.com>
7167 * tsan.c: Include target.h.
7168 (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
7169 (BOOL_CLEAR, BOOL_TEST_AND_SET): Define.
7170 (tsan_atomic_table): Add BUILT_IN_ATOMIC_CLEAR and
7171 BUILT_IN_ATOMIC_TEST_AND_SET entries.
7172 (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
7174 2016-09-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
7175 Martin Liska <mliska@suse.cz>
7178 * predict.c (force_edge_cold): Add braces to a condition.
7180 2016-09-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
7182 PR rtl-optimization/77289
7183 * lra-constraints.c (get_final_hard_regno): Removed.
7184 (get_hard_regno): Add new parameter final_p.
7185 (get_reg_class): Directly call lra_get_elimination_hard_regno.
7186 (operands_match_p): Adjust call to get_hard_regno.
7187 (uses_hard_regs_p): Likewise.
7188 (process_alt_operands): Likewise.
7190 2016-09-13 Joe Seymour <joe.s@somniumtech.com>
7193 * config/msp430/msp430.c (msp430_start_function): Emit an error
7194 if a function is both weak and specifies an interrupt number.
7196 2016-09-13 Jakub Jelinek <jakub@redhat.com>
7198 PR tree-optimization/77454
7199 * tree-ssa-dom.c (optimize_stmt): Set modified flag on stmt after
7200 changing GIMPLE_COND. Move update_stmt_if_modified call after this.
7203 2016-09-13 Tamar Christina <tamar.christina@arm.com>
7205 * config/aarch64/aarch64-builtins.c
7206 (aarch64_init_simd_builtins): Fix builtin type signature printing.
7208 2016-09-13 Uros Bizjak <ubizjak@gmail.com>
7210 * config/alpha/alpha.c (alpha_pass_by_reference): Pass un-named
7211 SFmode and SCmode arguments by reference.
7213 2016-09-13 David Malcolm <dmalcolm@redhat.com>
7215 * diagnostic-show-locus.c (selftest::test_one_liner_fixit_insert):
7217 (selftest::test_one_liner_fixit_insert_before): ...this, and update
7218 for renaming of add_fixit_insert to add_fixit_insert_before.
7219 (selftest::test_one_liner_fixit_insert_after): New function.
7220 (selftest::test_one_liner_fixit_validation_adhoc_locations):
7221 Update for renaming of add_fixit_insert to add_fixit_insert_before.
7222 (selftest::test_one_liner_many_fixits): Likewise.
7223 (selftest::test_diagnostic_show_locus_one_liner): Update for
7224 renaming, call new test function.
7225 (selftest::test_diagnostic_show_locus_fixit_lines): Update for
7226 renaming of add_fixit_insert to add_fixit_insert_before.
7227 (selftest::test_fixit_consolidation): Likewise.
7228 * diagnostic.c (selftest::test_print_parseable_fixits_insert):
7230 * edit-context.c (selftest::test_applying_fixits_insert): Rename to...
7231 (selftest::test_applying_fixits_insert_before): ...this.
7232 (selftest::test_applying_fixits_insert): Update for renaming of
7233 add_fixit_insert to add_fixit_insert_before.
7234 (selftest::test_applying_fixits_insert_after): New function.
7235 (selftest::test_applying_fixits_insert_after_at_line_end): New
7237 (selftest::test_applying_fixits_insert_after_failure): New function.
7238 (selftest::test_applying_fixits_multiple): Update for renaming of
7239 add_fixit_insert to add_fixit_insert_before.
7240 (selftest::change_line): Likewise.
7241 (selftest::test_applying_fixits_unreadable_file): Likewise.
7242 (selftest::test_applying_fixits_line_out_of_range): Likewise.
7243 (selftest::test_applying_fixits_column_validation): Likewise.
7244 (selftest::test_applying_fixits_column_validation): Likewise.
7245 (selftest::edit_context_c_tests): Update for renamed test function;
7246 call new test functions.
7248 2016-09-13 Pat Haugen <pthaugen@us.ibm.com>
7250 PR tree-optimization/77536
7251 PR rtl-optimization/68212
7252 * config/rs6000/rs6000.md (div->recip splitter): Remove
7253 optimize_insn_for_speed_p condition.
7255 2016-09-13 Maciej W. Rozycki <macro@imgtec.com>
7257 * optabs.c (prepare_cmp_insn): Update documentation comment.
7259 2016-09-13 Jakub Jelinek <jakub@redhat.com>
7260 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7263 * opts.h (candidates_list_and_hint): Declare.
7264 * opts-common.c (candidates_list_and_hint): New function.
7265 (cmdline_handle_error): Use it.
7267 2016-09-12 David Malcolm <dmalcolm@redhat.com>
7269 * edit-context.c (edited_line::get_len): New accessor.
7270 (edited_file::print_diff): Split out hunk-printing into...
7271 (edited_file::print_diff_hunk): New method.
7272 (edited_file::print_diff_line): New method.
7274 2016-09-12 Andrew Pinski <apinski@cavium.com>
7276 * config/aarch64/aarch64-tuning-flags.def (SLOW_UNALIGNED_LDPW):
7278 * config/aarch64/aarch64.c (thunderx_tunings): Enable
7279 AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW.
7280 (aarch64_operands_ok_for_ldpstp): Return false if
7281 AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW and the mode
7282 was SImode and the alignment is less than 8 byte.
7283 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
7285 2016-09-12 Orlando Arias <oarias@knights.ucf.edu>
7288 * config/msp430/msp430.md (delay_cycles_32x): Fix pushm/popm.
7290 2016-09-12 Marek Polacek <polacek@redhat.com>
7292 * doc/extend.texi: Use lowercase "boolean".
7293 * doc/invoke.texi: Likewise.
7294 * doc/md.texi: Likewise.
7295 * target.def: Likewise.
7296 * doc/tm.texi: Regenerated.
7298 2016-09-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7301 * expmed.c (synth_mult): Delete duplicate mode check.
7303 2016-09-10 Tom de Vries <tom@codesourcery.com>
7306 * builtins.c (std_canonical_va_list_type): Strictly return non-null for
7308 * config/i386/i386.c (ix86_canonical_va_list_type): Same.
7309 * gimplify.c (gimplify_va_arg_expr): Handle &va_list.
7311 2016-09-09 Peter Bergner <bergner@vnet.ibm.com>
7313 PR rtl-optimization/77289
7314 * lra-constraints.c (get_final_hard_regno): Add support for non hard
7315 register numbers. Remove support for subregs.
7316 (get_hard_regno): Use SUBREG_P. Don't call get_final_hard_regno().
7317 (get_reg_class): Delete removed get_final_hard_regno() argument.
7318 (uses_hard_regs_p): Call get_final_hard_regno().
7320 2016-09-09 Martin Sebor <msebor@redhat.com>
7324 * pretty-print.c (pp_quoted_string): New function.
7325 (pp_format): Call it for %c and %s directives.
7327 2016-09-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
7329 * doc/tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.
7330 (ELIMINABLE_REGS, TARGET_CAN_ELIMINATE,
7331 INITIAL_ELIMINATION_OFFSET) : Update documentation.
7332 * target.def (frame_pointer_required, can_eliminate): Likewise.
7333 * doc/tm.texi: Regenerated.
7334 * builtins.c (expand_builtin_setjmp_receiver): Remove #ifdef
7336 * df-scan.c (df_hard_reg_init): Likewise.
7337 * ira.c (ira_setup_eliminable_regset): Likewise.
7338 * lra-eliminations.c (reg_eliminate_1, (update_reg_eliminate,
7339 init_elim_table): Likewise.
7340 * reload1.c (reg_eliminate_1, verify_initial_elim_offsets,
7341 set_initial_elim_offsets, update_eliminables,
7342 init_elim_table): Likewise.
7343 * rtlanal.c (get_initial_register_offset): Likewise.
7344 * config/ft32/ft32.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
7345 * config/m32r/m32r.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
7346 * config/moxie/moxie.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
7347 * config/vax/vax.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
7348 * config/fr30/fr30.h: Fix comment.
7349 * config/frv/frv.c: Likewise.
7350 * config/frv/frv.h: Likewise.
7351 * config/ft32/ft32.h: Likewise.
7352 * config/visium/visium.h: Likewise.
7353 * config/pa/pa64-linux.h: Likewise.
7354 * config/v850/v850.h: Likewise.
7355 * config/cris/cris.c: Likewise.
7356 * config/ia64/ia64.h: Likewise.
7357 * config/moxie/moxie.h: Likewise.
7358 * config/m32r/m32r.h: Likewise.
7360 2016-09-10 Alexander Ivchenko <alexander.ivchenko@intel.com>
7363 * config.in: Regenerate.
7364 * config/i386/linux-common.h (MPX_LD_AS_NEEDED_GUARD_PUSH):
7366 (MPX_LD_AS_NEEDED_GUARD_PUSH): Ditto.
7367 (LIBMPXWRAPPERS_SPEC): Remove "--no-whole-archive" from
7368 static-libmpxwrappers case.
7369 (LIBMPX_SPEC): Add guards with MPX_LD_AS_NEEDED_GUARD_PUSH and
7370 MPX_LD_AS_NEEDED_GUARD_POP.
7371 * configure: Regenerate.
7372 * configure.ac (HAVE_LD_PUSHPOPSTATE_SUPPORT): New variable.
7373 defined if linker support "--push-state"/"--pop-state".
7375 2016-09-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
7377 * doc/cpp.texi (__*_WIDTH__): Small wording fixes.
7379 2016-09-09 Joseph Myers <joseph@codesourcery.com>
7381 * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__)
7382 (__LONG_WIDTH__, __LONG_LONG_WIDTH__, __PTRDIFF_WIDTH__)
7383 (__SIG_ATOMIC_WIDTH__, __SIZE_WIDTH__, __WCHAR_WIDTH__)
7384 (__WINT_WIDTH__, __INT_LEAST8_WIDTH__, __INT_LEAST16_WIDTH__)
7385 (__INT_LEAST32_WIDTH__, __INT_LEAST64_WIDTH__)
7386 (__INT_FAST8_WIDTH__, __INT_FAST16_WIDTH__, __INT_FAST32_WIDTH__)
7387 (__INT_FAST64_WIDTH__, __INTPTR_WIDTH__, __INTMAX_WIDTH__):
7389 * ginclude/stdint-gcc.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Define
7390 width macros from TS 18661-1.
7391 * glimits.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Likewise.
7393 2016-09-08 Jakub Jelinek <jakub@redhat.com>
7396 * omp-low.c (lower_rec_simd_input_clauses): Use max_vf for non-positive
7397 OMP_CLAUSE_SAFELEN_EXPR.
7399 2016-09-07 David Malcolm <dmalcolm@redhat.com>
7401 * Makefile.in (OBJS): Add substring-locations.o.
7402 * langhooks-def.h (class substring_loc): New forward decl.
7403 (lhd_get_substring_location): New decl.
7404 (LANG_HOOKS_GET_SUBSTRING_LOCATION): New macro.
7405 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_GET_SUBSTRING_LOCATION.
7406 * langhooks.c (lhd_get_substring_location): New function.
7407 * langhooks.h (class substring_loc): New forward decl.
7408 (struct lang_hooks): Add field get_substring_location.
7409 * substring-locations.c: New file, taking definition of
7410 format_warning_va and format_warning_at_substring from
7411 c-family/c-format.c, making them non-static.
7412 * substring-locations.h (class substring_loc): Move class here
7413 from c-family/c-common.h. Add and rewrite comments.
7414 (format_warning_va): New decl.
7415 (format_warning_at_substring): New decl.
7416 (get_source_location_for_substring): Add comment.
7418 2016-09-07 Eric Gallager <egall@gwmail.gwu.edu>
7420 * config/i386/i386.c: Add 'U' suffix to processor feature bits
7421 to avoid -Wnarrowing warning.
7422 * config/i386/x86-tune.def: Likewise for DEF_TUNE selector bitmasks.
7423 * opts.c: Likewise for SANITIZER_OPT bitmasks.
7425 2016-09-07 Wilco Dijkstra <wdijkstr@arm.com>
7427 * config/aarch64/aarch64.c (aarch64_legitimize_address):
7428 Avoid use of base_offset if offset already in range.
7430 2016-09-07 Kaz Kojima <kkojima@gcc.gnu.org>
7432 * config/sh/sh-protos.h (struct sh_atomic_model,
7433 selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
7434 TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
7435 TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Move to...
7436 * config/sh/sh.h (struct sh_atomic_model,
7437 selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
7438 TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
7439 TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): ...here.
7440 Guard with __cplusplus.
7442 2016-09-06 Jakub Jelinek <jakub@redhat.com>
7445 * config/i386/i386.c (ix86_expand_builtin): For builtin with
7446 unsupported or unknown ISA, use expand_call.
7448 2016-09-06 Martin Liska <mliska@suse.cz>
7450 PR gcov-profile/77378
7451 PR gcov-profile/77466
7452 * tree-profile.c (tree_profiling): Detect whether target can use
7453 -fprofile-update=atomic.
7455 2016-09-06 Richard Biener <rguenther@suse.de>
7457 PR tree-optimization/77479
7458 * tree-vrp.c (update_value_range): Extend overflow handling to
7461 2016-09-05 Jakub Jelinek <jakub@redhat.com>
7464 * config/i386/i386.md (isa): Add x64_avx512bw.
7465 (*zero_extendsidi2): For alternative 11 use x64_avx512bw isa.
7466 (kmov_isa): New mode attr.
7467 (zero_extend<mode>di2): Use <kmov_isa> isa for the last alternative.
7468 (*zero_extend<mode>si2): Likewise.
7469 (*zero_extendqihi2): Use avx512dq isa for the last alternative.
7471 2016-09-05 Gerald Pfeifer <gerald@pfeifer.com>
7473 * doc/invoke.texi (SPU Options): nops -> NOPs.
7474 (x86 Options): Ditto.
7476 2016-09-05 Jakub Jelinek <jakub@redhat.com>
7479 * toplev.c (process_options): Temporarily set input_location
7480 to UNKNOWN_LOCATION around targetm.target_option.override () call.
7482 2016-09-05 Uros Bizjak <ubizjak@gmail.com>
7484 PR rtl-optimization/77452
7485 * explow.c (plus_constant) <case MEM>: Extract scalar constant from
7486 inner-mode reference to a CONST_VECTOR constant in the constant pool.
7488 2016-09-05 Marek Polacek <polacek@redhat.com>
7491 * doc/invoke.texi: Update -Wlogical-not-parentheses documentation.
7493 2016-09-05 Jakub Jelinek <jakub@redhat.com>
7496 * gensupport.c (alter_output_for_subst_insn): Remove redundant
7497 *insn_out == '*' test. Don't copy unnecessary to yet another
7498 memory buffer, and don't leak it.
7500 PR rtl-optimization/77425
7501 * ipa-devirt.c (get_odr_type): Set val->id unconditionally.
7503 2016-09-03 Kirill Yukhin <kirill.yukhin@intel.com>
7505 * ubsan.c (ubsan_use_new_style_p): Fix check for empty string.
7507 2016-09-02 David Malcolm <dmalcolm@redhat.com>
7509 * common.opt (fdiagnostics-generate-patch): New option.
7510 * diagnostic.c: Include "edit-context.h".
7511 (diagnostic_initialize): Initialize context->edit_context_ptr.
7512 (diagnostic_finish): Delete context->edit_context_ptr.
7513 (diagnostic_report_diagnostic): Add fix-it hints from the
7514 diagnostic to context->edit_context_ptr, if any.
7515 * diagnostic.h (class edit_context): Add forward decl.
7516 (struct diagnostic_context): Add field "edit_context_ptr".
7517 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
7518 -fdiagnostics-generate-patch.
7519 (-fdiagnostics-generate-patch): New item.
7520 * toplev.c: Include "edit-context.h".
7521 (process_options): Set global_dc->edit_context_ptr to a new
7522 edit_context if the options need one.
7523 (toplev::main): Handle -fdiagnostics-generate-patch by using
7524 global_dc->edit_context_ptr.
7526 2016-09-02 Jakub Jelinek <jakub@redhat.com>
7529 * gimplify.c (gimplify_adjust_omp_clauses_1): Diagnose implicit
7530 map and firstprivate clauses on target construct for _Atomic
7532 (gimplify_adjust_omp_clauses): Diagnose explicit firstprivate clauses
7533 on target construct for _Atomic qualified decls.
7534 * omp-low.c (use_pointer_for_field): Return true for _Atomic qualified
7536 * omp-simd-clone.c (simd_clone_clauses_extract): Warn and give up for
7537 _Atomic qualified arguments not mentioned in uniform clause.
7539 2016-09-02 David Malcolm <dmalcolm@redhat.com>
7541 * Makefile.in (OBJS-libcommon): Add edit-context.o.
7542 * diagnostic-color.c (color_dict): Add "diff-filename",
7543 "diff-hunk", "diff-delete", and "diff-insert".
7544 (parse_gcc_colors): Update default value of GCC_COLORS in comment
7545 to reflect above changes.
7546 * doc/invoke.texi (-fdiagnostics-color): Update description of
7547 default GCC_COLORS, and of the supported capabilities.
7548 * edit-context.c: New file.
7549 * edit-context.h: New file.
7550 * input.c (struct fcache): Add field "missing_trailing_newline".
7551 (diagnostics_file_cache_forcibly_evict_file): Initialize it to
7553 (add_file_to_cache_tab): Likewise.
7554 (fcache::fcache): Likewise.
7555 (get_next_line): Update c->missing_trailing_newline.
7556 (location_missing_trailing_newline): New function.
7557 * input.h (location_missing_trailing_newline): New decl.
7558 * selftest-run-tests.c (selftest::run_tests): Call
7559 edit_context_c_tests.
7560 * selftest.h (edit_context_c_tests): New decl.
7562 2016-09-02 Jakub Jelinek <jakub@redhat.com>
7563 Richard Biener <rguenth@suse.de>
7565 PR tree-optimization/77444
7566 * tree-ssa-loop-ivopts.c (cand_value_at): For pointers use sizetype
7567 as steptype, remove redundant initialization.
7569 2016-09-02 Jakub Jelinek <jakub@redhat.com>
7572 * sanopt.c: Include gimple-ssa.h, tree-phinodes.h and ssa-iterators.h.
7573 (sanopt_optimize_walker): Optimize away
7574 __asan_before_dynamic_init (...) followed by
7575 __asan_after_dynamic_init () without intervening memory loads/stores.
7576 * ipa-pure-const.c (special_builtin_state): Handle
7577 BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT and
7578 BUILT_IN_ASAN_AFTER_DYNAMIC_INIT.
7580 2016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
7582 * cfg.c (free_original_copy_tables): Replace second assignment of
7583 bb_copy = NULL by bb_original = NULL.
7585 2016-09-02 Jakub Jelinek <jakub@redhat.com>
7588 * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
7589 assignment added in r216794.
7591 2016-09-02 David Malcolm <dmalcolm@redhat.com>
7593 * Makefile.in (OBJS): Add typed-splay-tree.o.
7594 * selftest-run-tests.c (selftest::run_tests): Call
7595 typed_splay_tree_c_tests.
7596 * selftest.h (typed_splay_tree_c_tests): New decl.
7597 * typed-splay-tree.c: New file.
7598 * typed-splay-tree.h (typed_splay_tree::foreach_fn): New typedef.
7599 (typed_splay_tree::max): New method.
7600 (typed_splay_tree::min): New method.
7601 (typed_splay_tree::foreach): New method.
7602 (typed_splay_tree::closure): New struct.
7603 (typed_splay_tree::inner_foreach_fn): New function.
7605 2016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
7607 * ipa-cp.c (ipcp_store_bits_results): Change option name from
7608 -fipa-cp-bit to -fipa-bit-cp.
7610 2016-09-01 Martin Sebor <msebor@redhat.com>
7612 PR tree-optimization/71831
7613 * tree-object-size.h: Return bool instead of the size and add
7614 argument for the size.
7615 * tree-object-size.c (compute_object_offset): Update signature.
7616 (addr_object_size): Same.
7617 (compute_builtin_object_size): Return bool instead of the size
7618 and add argument for the size. Handle POINTER_PLUS_EXPR when
7619 optimization is disabled.
7620 (expr_object_size): Adjust.
7621 (plus_stmt_object_size): Adjust.
7622 (pass_object_sizes::execute): Adjust.
7623 * builtins.c (fold_builtin_object_size): Adjust.
7624 * doc/extend.texi (Object Size Checking): Update.
7625 * ubsan.c (instrument_object_size): Adjust.
7627 2016-09-01 Martin Sebor <msebor@redhat.com>
7629 * genmatch.c (parser::parse_expr): Increase buffer size to guarantee
7630 it fits the output of the formatted function regardless of its
7632 * genmodes.c (parser::parse_expr): Same.
7633 * gimplify.c (gimplify_asm_expr): Same.
7634 * passes.c (pass_manager::register_one_dump_file): Same.
7635 * print-tree.c (print_node): Same.
7637 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
7639 * config/rs6000/altivec.md: Use VSCR_REGNO instead of 110 throughout.
7641 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
7643 * config/rs6000/altivec.md: Use VRSAVE_REGNO instead of 109 throughout.
7645 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
7647 * config/rs6000/altivec.md: Use CR6_REGNO instead of 74 throughout.
7648 * config/rs6000/vector.md: Ditto.
7649 * config/rs6000/vsx.md: Ditto.
7651 2016-09-01 Eric Botcazou <ebotcazou@adacore.com>
7653 * ipa-inline-analysis.c (param_change_prob): Get to the base object
7656 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
7658 * config/rs6000/rs6000.md (*restore_gpregs_<mode>_r11,
7659 *restore_gpregs_<mode>_r12, *restore_gpregs_<mode>_r1,
7660 *return_and_restore_gpregs_<mode>_r11,
7661 *return_and_restore_gpregs_<mode>_r12,
7662 *return_and_restore_gpregs_<mode>_r1,
7663 *return_and_restore_fpregs_<mode>_r11,
7664 *return_and_restore_fpregs_<mode>_r12,
7665 *return_and_restore_fpregs_<mode>_r1): Use the hard register LR_REGNO
7666 directly instead of via the "l" constraint. Renumber operands.
7669 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
7671 * config/rs6000/altivec.md (*save_world, *save_vregs_<mode>_r11,
7672 save_vregs_<mode>_r12, *restore_vregs_<mode>_r11,
7673 *restore_vregs_<mode>_r12): Use LR_REGNO instead of 65.
7674 * config/rs6000/darwin.md (load_macho_picbase, load_macho_picbase_si,
7675 load_macho_picbase_di, *call_indirect_nonlocal_darwin64,
7676 *call_nonlocal_darwin64, *call_value_indirect_nonlocal_darwin64,
7677 *call_value_nonlocal_darwin64, reload_macho_picbase,
7678 reload_macho_picbase_si, reload_macho_picbase_di): Ditto.
7679 * config/rs6000/rs6000.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Ditto.
7680 * config/rs6000/rs6000.md (*save_gpregs_<mode>_r11,
7681 *save_gpregs_<mode>_r12, *save_gpregs_<mode>_r1,
7682 *save_fpregs_<mode>_r11, *save_fpregs_<mode>_r12,
7683 *save_fpregs_<mode>_r1): Ditto.
7684 * config/rs6000/spe.md (*save_gpregs_spe, *restore_gpregs_spe,
7685 *return_and_restore_gpregs_spe): Ditto.
7687 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
7689 * config/rs6000/rs6000.md
7690 (define_insn "*return_and_restore_fpregs_aix_<mode>_r11"): Delete
7691 the use of the link register.
7692 (define_insn "*return_and_restore_fpregs_aix_<mode>_r1"): Ditto.
7694 2016-09-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7695 Michael Meissner <meissner@linux.vnet.ibm.com>
7698 * config/rs6000/rs6000.c (rs6000_legitimize_address): Avoid
7699 reg+reg addressing for TImode.
7700 (rs6000_legitimate_address_p): Only allow register indirect
7701 addressing for TImode, even without TARGET_QUAD_MEMORY.
7703 2016-09-01 Richard Biener <rguenther@suse.de>
7706 * tree-chrec.c (tree_fold_binomial): Use widest_int, properly
7707 check whether the result fits the desired result type.
7709 2016-09-01 Nathan Sidwell <nathan@acm.org>
7711 * config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
7713 2016-09-01 Wilco Dijkstra <wdijkstr@arm.com>
7715 * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
7717 (TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT): Define.
7719 2016-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7721 * config/aarch64/aarch64.md (*ands<mode>_compare0): New pattern.
7722 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_NZmode
7723 for comparisons of integer ZERO_EXTEND against zero.
7725 2016-09-01 Eric Botcazou <ebotcazou@adacore.com>
7727 * config/i386/i386.c (ix86_option_override_internal): Also disable the
7728 STV pass if -mstackrealign is enabled.
7730 2016-08-31 Ilya Verbin <iverbin@gmail.com>
7732 * config/i386/driver-i386.c (host_detect_local_cpu): Fix detection of
7735 2016-08-31 David Malcolm <dmalcolm@redhat.com>
7737 * diagnostic-show-locus.c (class layout): Add field m_fixit_hints.
7738 (layout_range::intersects_line_p): New method.
7739 (test_range_contains_point_for_single_point): Rename to...
7740 (test_layout_range_for_single_point): ...this, and add testing
7741 for layout_range::intersects_line_p.
7742 (test_range_contains_point_for_single_line): Rename to...
7743 (test_layout_range_for_single_line): ...this, and add testing
7744 for layout_range::intersects_line_p.
7745 (test_range_contains_point_for_multiple_lines): Rename to...
7746 (test_layout_range_for_multiple_lines): ...this, and add testing
7747 for layout_range::intersects_line_p.
7748 (layout::layout): Populate m_fixit_hints.
7749 (layout::get_expanded_location): Handle the case of a line-span
7751 (layout::validate_fixit_hint_p): New method.
7752 (get_line_span_for_fixit_hint): New function.
7753 (layout::calculate_line_spans): Add spans for fixit-hints.
7754 (layout::should_print_annotation_line_p): New method.
7755 (layout::print_any_fixits): Drop param "richloc", instead using
7756 validated fixits in m_fixit_hints. Add "const" to hint pointers.
7757 (diagnostic_show_locus): Avoid printing blank annotation lines.
7758 (selftest::test_diagnostic_context::test_diagnostic_context):
7759 Initialize show_column and start_span.
7760 (selftest::test_diagnostic_context::start_span_cb): New static
7762 (selftest::test_diagnostic_show_locus_fixit_lines): New function.
7763 (selftest::diagnostic_show_locus_c_tests): Update for function
7764 renamings. Call test_diagnostic_show_locus_fixit_lines.
7766 2016-08-31 Marc Glisse <marc.glisse@inria.fr>
7768 PR tree-optimization/73714
7769 * match.pd (a * (1 << b)): Revert change from 2016-05-23.
7771 2016-08-31 David Malcolm <dmalcolm@redhat.com>
7773 * selftest.c: Move "namespace selftest {" to top of file,
7774 removing explicit "selftest::" qualifiers throughout.
7776 2016-08-31 Marc Glisse <marc.glisse@inria.fr>
7778 * config/i386/avx512fintrin.h (__m512_u, __m512i_u, __m512d_u):
7780 (_mm512_loadu_pd, _mm512_storeu_pd, _mm512_loadu_ps,
7781 _mm512_storeu_ps, _mm512_loadu_si512, _mm512_storeu_si512):
7782 Replace builtin with vector extension.
7783 * config/i386/avxintrin.h (__m256_u, __m256i_u, __m256d_u):
7785 (_mm256_loadu_pd, _mm256_storeu_pd, _mm256_loadu_ps,
7786 _mm256_storeu_ps, _mm256_loadu_si256, _mm256_storeu_si256):
7787 Replace builtin with vector extension.
7788 * config/i386/emmintrin.h (__m128i_u, __m128d_u): New types.
7789 (_mm_loadu_pd, _mm_storeu_pd, _mm_loadu_si128, _mm_storeu_si128):
7790 Replace builtin with vector extension.
7791 * config/i386/xmmintrin.h (__m128_u): New type.
7792 (_mm_loadu_ps, _mm_storeu_ps): Replace builtin with vector extension.
7793 (_mm_load_ps, _mm_store_ps): Simplify.
7795 2016-08-31 Eric Botcazou <ebotcazou@adacore.com>
7797 * config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.
7799 2016-08-30 David Malcolm <dmalcolm@redhat.com>
7801 * diagnostic-show-locus.c (colorizer::begin_state): Support more
7802 than 3 ranges per diagnostic by alternating between color 1 and
7804 (layout::layout): Replace use of rich_location::MAX_RANGES
7805 with richloc->get_num_locations ().
7806 (layout::calculate_line_spans): Replace use of
7807 rich_location::MAX_RANGES with m_layout_ranges.length ().
7808 (layout::print_annotation_line): Handle arbitrary numbers of
7809 ranges in caret-printing by defaulting to '^'.
7810 (selftest::test_one_liner_many_fixits): New function.
7811 (test_diagnostic_show_locus_one_liner): Call it.
7812 * diagnostic.c (diagnostic_initialize): Update for renaming
7813 of rich_location::MAX_RANGES to
7814 rich_location::STATICALLY_ALLOCATED_RANGES.
7815 * diagnostic.h (struct diagnostic_context): Likewise.
7817 2016-08-30 David Malcolm <dmalcolm@redhat.com>
7819 * selftest.c (selftest::named_temp_file::named_temp_file): New
7821 (selftest::temp_source_file::~temp_source_file): Move to...
7822 (selftest::named_temp_file::~named_temp_file): ...here.
7823 (selftest::test_named_temp_file): New function.
7824 (selftest::selftest_c_tests): Call test_named_temp_file.
7825 * selftest.h (class named_temp_file): New class.
7826 (class temp_source_file): Convert to a subclass of named_temp_file.
7828 2016-08-30 Segher Boessenkool <segher@kernel.crashing.org>
7830 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
7831 USEs of LR_REGNO in returns and sibcalls.
7832 (rs6000_output_mi_thunk): Similar.
7833 (rs6000_sibcall_aix): Similar.
7834 * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
7835 sibcall_local64, sibcall_value_local32, sibcall_value_local64,
7836 sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
7837 Remove the USE of LR_REGNO from the patterns as well. Delete an
7839 (return_internal_<mode>): Delete.
7841 2016-08-30 Tamar Christina <tamar.christina@arm.com>
7843 * config/aarch64/aarch64-simd.md
7844 (aarch64_ld2<mode>_dreg_le): New.
7845 (aarch64_ld2<mode>_dreg_be): New.
7846 (aarch64_ld2<mode>_dreg): Removed.
7847 (aarch64_ld3<mode>_dreg_le): New.
7848 (aarch64_ld3<mode>_dreg_be): New.
7849 (aarch64_ld3<mode>_dreg): Removed.
7850 (aarch64_ld4<mode>_dreg_le): New.
7851 (aarch64_ld4<mode>_dreg_be): New.
7852 (aarch64_ld4<mode>_dreg): Removed.
7853 (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
7855 2016-08-30 David Malcolm <dmalcolm@redhat.com>
7857 * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
7858 redundant location param.
7859 (test_one_liner_fixit_remove): Likewise.
7860 (test_one_liner_fixit_replace): Likewise.
7861 (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
7862 * gcc-rich-location.c
7863 (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
7864 get_range_from_loc. Drop overload taking a const char *.
7865 * gcc-rich-location.h
7866 (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
7869 2016-08-30 Szabolcs Nagy <szabolcs.nagy@arm.com>
7871 * config/linux.c (linux_libc_has_function): Return true on musl.
7873 2016-08-30 Szabolcs Nagy <szabolcs.nagy@arm.com>
7875 * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
7877 2016-08-30 Eric Botcazou <ebotcazou@adacore.com>
7879 * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
7880 used for abnormal egdes.
7882 2016-08-30 Jakub Jelinek <jakub@redhat.com>
7884 PR tree-optimization/72866
7885 * tree-vect-patterns.c (search_type_for_mask): Turn into
7886 a small wrapper, move all code to ...
7887 (search_type_for_mask_1): ... this new function. Add caching
7888 and adjust recursive calls.
7891 * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
7892 instead of lookup_type_die (type_main_variant (type)) even for array
7896 * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
7897 constant pool reference return x instead of c.
7899 2016-08-29 Segher Boessenkool <segher@kernel.crashing.org>
7901 * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
7904 2016-08-29 David Malcolm <dmalcolm@redhat.com>
7907 (selftest::test_make_location_nonpure_range_endpoints): Fix
7910 2016-08-29 David Malcolm <dmalcolm@redhat.com>
7912 * diagnostic-show-locus.c
7913 (selftest::test_one_liner_fixit_validation_adhoc_locations): New
7915 (selftest::test_diagnostic_show_locus_one_liner): Call it.
7916 * input.c (get_pure_location): Move to libcpp/line-map.c.
7917 * input.h (get_pure_location): Convert decl to an inline function
7918 calling implementation in libcpp.
7920 2016-08-29 Uros Bizjak <ubizjak@gmail.com>
7923 * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
7924 template for intel asm dialect.
7925 (vec_set_hi_<mode><mask_name>): Ditto.
7927 2016-08-29 David Malcolm <dmalcolm@redhat.com>
7929 * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
7930 (selftest::fail_formatted): Likewise.
7932 2016-08-29 David Malcolm <dmalcolm@redhat.com>
7934 * input.c (make_location): Call get_start and get_finish
7935 on the endpoints to avoid storing packed ranges or ad-hoc
7937 (selftest::test_make_location_nonpure_range_endpoints): New function.
7938 (selftest::input_c_tests): Call it.
7939 * input.h (get_start): New inline function.
7941 2016-08-29 Tom de Vries <tom@codesourcery.com>
7944 * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
7947 2016-08-29 Eric Botcazou <ebotcazou@adacore.com>
7949 * Makefile.in (gcov-iov.h): Add dummy recipe.
7951 2016-08-29 Nathan Sidwell <nathan@acm.org>
7953 * config/nvptx/nvptx.c: #include tree-vrp.h.
7955 2016-08-28 Eric Botcazou <ebotcazou@adacore.com>
7958 * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
7959 HIGH+LO construct during reload.
7961 2016-08-28 Tom de Vries <tom@codesourcery.com>
7964 * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
7965 'sysv_abi va_list' attribute.
7966 (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
7967 (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
7970 2016-08-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7972 * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
7973 * emit-rtl.c (unshare_all_rtl_1): Adjust.
7974 (unshare_all_rtl_again): Likewise.
7975 * function.c (assign_stack_local_1): Likewise.
7976 (assign_stack_temp_for_type): Likewise.
7978 2016-08-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7980 * cfgbuild.c (make_edges): Adjust.
7981 * cfgrtl.c (can_delete_label_p): Likewise.
7982 * dwarf2cfi.c (create_trace_edges): Likewise.
7983 * except.c (sjlj_emit_dispatch_table): Likewise.
7984 * function.h (struct expr_status): make x_forced_labels a vector.
7985 * jump.c (rebuild_jump_labels_1): Adjust.
7986 * reload1.c (set_initial_label_offsets): Likewise.
7987 * stmt.c (force_label_rtx): Likewise.
7988 (expand_label): Likewise.
7990 2016-08-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7992 * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
7994 2016-08-27 Patrick Palka <ppalka@gcc.gnu.org>
7996 PR tree-optimization/71077
7997 PR tree-optimization/68542
7998 * fold-const.c (fold_relational_const): Fix folding of
7999 VECTOR_CST comparisons that have a scalar boolean result type.
8000 (selftest::test_vector_folding): New static function.
8001 (selftest::fold_const_c_tests): Call it.
8003 2016-08-27 Gerald Pfeifer <gerald@pfeifer.com>
8005 * doc/extend.texi (SPU Built-in Functions): Remove stale
8006 references to material formerly at IBM and Sony.
8008 2016-08-26 David Edelsohn <dje.gcc@gmail.com>
8011 * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
8013 2016-08-26 David Malcolm <dmalcolm@redhat.com>
8015 * diagnostic-show-locus.c
8016 (selftest::test_fixit_consolidation): New function.
8017 (selftest::diagnostic_show_locus_c_tests): Call it.
8018 * gcc-rich-location.h (gcc_rich_location): Eliminate unused
8019 constructor based on source_range.
8021 2016-08-26 David Malcolm <dmalcolm@redhat.com>
8023 * diagnostic-color.c (color_dict): Add "fixit-insert" and
8025 (parse_gcc_colors): Update description of default GCC_COLORS.
8026 * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
8027 (colorizer::set_fixit_insert): New method.
8028 (colorizer::set_fixit_delete): New method.
8029 (colorizer::get_color_by_name): New method.
8030 (colorizer::STATE_FIXIT_INSERT): New constant.
8031 (colorizer::STATE_FIXIT_DELETE): New constant.
8032 (class colorizer): Drop "_cs" suffix from fields. Delete "_ce"
8033 fields in favor of new field "m_stop_color". Add fields
8034 "m_fixit_insert" and "m_fixit_delete".
8035 (colorizer::colorizer): Update for above changes. Replace
8036 colorize_start calls with calls to get_color_by_name.
8037 (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
8038 STATE_FIXIT_DELETE. Update for field renamings.
8039 (colorizer::finish_state): Simplify by using m_stop_color,
8040 rather than multiple identical "*_ce" fields.
8041 (colorizer::get_color_by_name): New method.
8042 (layout::print_any_fixits): Print insertions and replacements
8043 using the "fixit-insert" color, and deletions using the
8044 "fixit-delete" color.
8045 * doc/invoke.texi (-fdiagnostics-color): Update description of
8046 default GCC_COLORS, and of the supported capabilities.
8048 2016-08-26 Max Filippov <jcmvbkbc@gmail.com>
8050 * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
8051 current_function_static_stack_size variable with the static
8052 stack frame size of the current function when
8053 flag_stack_usage_info is enabled.
8055 2016-08-26 Nathan Sidwell <nathan@acm.org>
8057 * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
8058 assignment inside if condition.
8060 2016-08-26 Richard Biener <rguenther@suse.de>
8062 PR tree-optimization/69047
8063 * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
8064 extracts similar to what FRE does.
8065 (non_rewritable_mem_ref_base): Likewise.
8067 2016-08-26 Joseph Myers <joseph@codesourcery.com>
8069 * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
8070 (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
8071 * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
8072 * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
8073 * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
8075 * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
8076 * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
8077 * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
8078 * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
8079 * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
8081 2016-08-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8084 * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
8085 reservation duration to 15 cycles.
8086 (cortex_a8_vfp_macs): Likewise.
8087 (cortex_a8_vfp_macd): Likewise.
8088 (cortex_a8_vfp_divs): Likewise.
8089 (cortex_a8_vfp_divd): Likewise.
8091 2016-08-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8093 * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
8094 (aarch_macro_fusion_pair_p): Use above to avoid early return.
8096 2016-08-26 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8097 Martin Jambhor <mjambor@suse.cz>
8099 * common.opt: New option -fipa-bit-cp.
8100 * doc/invoke.texi: Document -fipa-bit-cp.
8101 * opts.c (default_options_table): Add entry for -fipa-bit-cp.
8102 (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
8103 * tree-ssa-ccp.h: New header file.
8104 * tree-ssa-ccp.c: Include tree-ssa-ccp.h
8105 (bit_value_binop_1): Change to bit_value_binop_1 and export it.
8106 Replace all occurences of tree parameter by two new params: signop, int.
8107 (bit_value_unop_1): Change to bit_value_unop and export it.
8108 Replace all occurences of tree parameter by two new params: signop,
8110 (bit_value_binop): Change call from bit_value_binop_1 to
8112 (bit_value_assume_aligned): Likewise.
8113 (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
8114 (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
8116 (ccp_finalize): Skip processing if val->mask == 0.
8117 * ipa-cp.c: Include tree-ssa-ccp.h
8118 (ipcp_bits_lattice): New class.
8119 (ipcp_param_lattice (bits_lattice): New member.
8120 (print_all_lattices): Call ipcp_bits_lattice::print.
8121 (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
8122 (initialize_node_lattices): Likewise.
8123 (propagate_bits_accross_jump_function): New function.
8124 (propagate_constants_accross_call): Call
8125 propagate_bits_accross_jump_function.
8126 (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
8127 (ipcp_store_bits_results): New function.
8128 (ipcp_driver): Call ipcp_store_bits_results.
8129 * ipa-prop.h (ipa_bits): New struct.
8130 (ipa_jump_func): Add new member bits of type ipa_bits.
8131 (ipa_param_descriptor): Change decl to decl_or_type.
8132 (ipa_get_param): Change decl to decl_or_type and assert on
8134 (ipa_get_type): New function.
8135 (ipcp_transformation_summary): New member bits.
8136 * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
8137 (ipa_populate_param_decls): Likewise.
8138 (ipa_dump_param): Likewise.
8139 (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
8141 (ipa_set_jf_unknown): Set ipa_bits::known to false.
8142 (ipa_compute_jump_functions_for_edge): Compute jump function for bits
8144 (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
8145 (ipa_write_jump_function): Add streaming for ipa_bits.
8146 (ipa_read_jump_function): Add support for reading streamed ipa_bits.
8147 (write_ipcp_transformation_info): Add streaming for ipa_bits
8149 (read_ipcp_transfomration_info): Add support for reading streamed
8151 (ipcp_update_bits): New function.
8152 (ipcp_transform_function): Call ipcp_update_bits.
8154 2016-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
8156 * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
8157 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
8159 2016-08-25 David Edelsohn <dje.gcc@gmail.com>
8161 * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
8163 2016-08-25 Richard Biener <rguenther@suse.de>
8165 * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
8166 Only add locations in late dwarf.
8167 (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
8168 (dwarf2out_early_finish): But do it here.
8170 2016-08-24 Michael Collison <michael.collison@linaro.org>
8171 Michael Collison <michael.collison@arm.com>
8173 * config/arm/arm-modes.def: Add new condition code mode CC_V
8174 to represent the overflow bit.
8175 * config/arm/arm.c (maybe_get_arm_condition_code):
8176 Add support for CC_Vmode.
8177 (arm_gen_unlikely_cbranch): New function to generate common
8178 rtl conditional branches for overflow patterns.
8179 * config/arm/arm-protos.h: Add prototype for
8180 arm_gen_unlikely_cbranch.
8181 * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
8182 addsi3_compareV_upper): New patterns to support signed
8183 builtin overflow add operations.
8184 (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
8185 New patterns to support unsigned builtin add overflow operations.
8186 (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
8187 builtin overflow subtract operations,
8188 (usubv<mode>4): New patterns to support unsigned builtin subtract
8189 overflow operations.
8190 (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
8191 to support builtin overflow negate operations.
8193 2016-08-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8196 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
8198 * explow.c (get_dynamic_stack_size): Take known alignment of stack
8199 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
8202 2016-08-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
8204 * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
8205 MULTILIB_OPTIONS should be used. Small wording fixes.
8206 * genmultilib: Memorize set of all option combinations in
8207 combination_space. Detect if RHS of MULTILIB_REUSE uses an option not
8208 found in MULTILIB_OPTIONS by checking if option set is listed in
8209 combination_space. Output new and existing error message to stderr.
8211 2016-08-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
8213 * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
8214 -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
8215 Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
8216 (MULTILIB_REUSE): Remove reuse rules for option set including
8217 -mfpu=fp-armv8 and -mfpu=vfpv4
8219 2016-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
8221 * config/arm/t-rtems: Add vfp multilib.
8223 2016-08-23 Ian Lance Taylor <iant@golang.org>
8225 * config/s390/s390.c (s390_asm_file_start): Call
8228 2016-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
8230 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
8231 initialization of all 0's to the 0 constant, instead of directly
8232 generating XOR. Add support for V4SImode vector initialization on
8233 64-bit systems with direct move, and rework the ISA 3.0 V4SImode
8234 initialization. Change variables used in V4SFmode vector
8235 intialization. For V4SFmode vector splat on ISA 3.0, make sure
8236 any memory addresses are in index form. Add support for using
8237 VSPLTH/VSPLTB to initialize vector short and vector char vectors
8238 with all of the same element.
8239 (regno_or_subregno): New helper function to return a register
8240 number for either REG or SUBREG.
8241 (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
8242 Use regno_or_subregno where possible.
8243 (rs6000_split_v4si_init_di_reg): New helper function to build up a
8244 DImode value from two SImode values in order to generate V4SImode
8245 vector initialization on 64-bit systems with direct move.
8246 (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
8248 (rtx_is_swappable_p): V4SImode vector initialization insn is not
8250 * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
8252 * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
8253 attributes to initialize V8HImode and V16QImode vectors with the
8255 (VSX_SPLAT_COUNT): Likewise.
8256 (VSX_SPLAT_SUFFIX): Likewise.
8257 (UNSPEC_VSX_VEC_INIT): New unspec.
8258 (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
8259 Allow SFmode values to come from Altivec registers.
8260 (vsx_init_v4si): New insn/split for V4SImode vector initialization
8261 on 64-bit systems with direct move.
8262 (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
8263 vector initializations, to allow V4SImode vector initializations
8264 on 64-bit systems with direct move.
8265 (vsx_splat_v4si): Likewise.
8266 (vsx_splat_v4si_di): Likewise.
8267 (vsx_splat_v4sf): Likewise.
8268 (vsx_splat_v4sf_internal): Likewise.
8269 (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
8271 (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
8272 (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
8273 initializing V8HImode and V16QImode vectors with the same
8275 * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
8276 optimization if -maltivec=be.
8278 2016-08-23 Christophe Lyon <christophe.lyon@linaro.org>
8280 * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
8281 attribute for alternatives 3 and 4.
8283 2016-08-23 David Malcolm <dmalcolm@redhat.com>
8285 * selftest.c (selftest::assert_str_contains): New function.
8286 (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
8287 * selftest.h (selftest::assert_str_contains): New decl.
8288 (ASSERT_STR_CONTAINS): New macro.
8290 2016-08-23 Richard Biener <rguenther@suse.de>
8292 PR tree-optimization/77286
8293 * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
8295 (vect_transform_loop): Split exit edges of loop and scalar
8296 loop if required and at the appropriate time.
8298 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
8300 * explow.c (get_dynamic_stack_size): Take known alignment of stack
8301 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
8303 Correct a typo in a comment.
8305 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
8307 * config/s390/s390.md ("*andc_split"): New splitter for and with
8310 2016-08-23 Richard Biener <rguenther@suse.de>
8312 PR tree-optimization/27336
8313 * tree-vrp.c (infer_value_range): Handle stmts that can throw
8314 by looking for a non-EH edge.
8315 (process_assert_insertions_for): Likewise.
8317 2016-08-23 Richard Biener <rguenther@suse.de>
8320 * statistics.c (statistics_counter_event): Robustify against
8323 2016-08-23 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
8325 * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
8326 for targets amdfam10 and barcelona.
8328 2016-08-22 Uros Bizjak <ubizjak@gmail.com>
8330 * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
8331 (zero_extend<mode>di2): Ditto.
8332 (*zero_extend<mode>si2): Ditto.
8333 (*zero_extendqihi2): Ditto.
8335 2016-08-22 Joseph Myers <joseph@codesourcery.com>
8338 * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
8339 (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
8341 2016-08-22 Patrick Palka <ppalka@gcc.gnu.org>
8343 * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
8344 identical consecutive elements.
8345 [SSA_NAME]: Print the name's def stmt on its own line. When printing
8346 the node's def stmt, avoid printing an unwanted trailing newline by
8347 replacing the call to print_gimple_stmt() with its inlined body and
8348 adjusting it to not set pp_needs_newline and to call pp_flush()
8349 instead of pp_newline_and_flush().
8351 2016-08-22 Joseph Myers <joseph@codesourcery.com>
8353 * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
8354 (float32_type_node, float64_type_node, float32x_type_node)
8355 (float128x_type_node): New macros.
8356 * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
8357 (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
8358 (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
8359 (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
8360 (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
8361 (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
8362 (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
8363 (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
8364 (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
8365 (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
8366 (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
8367 (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
8368 (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
8369 (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
8370 (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
8371 (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
8372 * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
8373 (copysign, fabs, huge_val, inf, nan, nans): Use it.
8374 * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
8376 (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
8377 (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
8378 * doc/extend.texi (Other Builtins): Document these built-in
8380 * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
8383 2016-08-22 Gerald Pfeifer <gerald@pfeifer.com>
8385 * doc/install.texi (Binaries): www.opencsw.org now uses https.
8387 2016-08-22 Richard Biener <rguenther@suse.de>
8389 * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
8391 2016-08-21 Uros Bizjak <ubizjak@gmail.com>
8394 * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
8395 TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
8396 non-SSE2 athlons only, otherwise prefer SSE prefetches.
8398 2016-08-20 Kugan Vivekanandarajah <kuganv@linaro.org>
8400 * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
8401 (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
8402 (vrp_visit_switch_stmt): Likewise.
8403 (extract_range_from_stmt): Factored out from vrp_visit_stmt.
8404 (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
8405 (vrp_visit_stmt): Use extract_range_from_stmt.
8406 (vrp_visit_phi_node): Use extract_range_from_phi_node.
8408 2016-08-20 Kugan Vivekanandarajah <kuganv@linaro.org>
8410 * Makefile.in: Add tree-vrp.h to GTFILES.
8411 * gengtype.c (open_base_files): Add tree-vrp.h.
8412 * asan.c: Add tree-vrp.h which now has the definition value_range_type.
8413 * builtins.c: Likewise.
8414 * fold-const.c: Likewise.
8415 * gimple-builder.c: Likewise.
8416 * gimple-laddress.c: Likewise.
8417 * hsa-gen.c: Likewise.
8418 * internal-fn.c: Likewise.
8420 * targhooks.c: Liewise,
8421 * tree-ssa-address.c: Likewise.
8422 * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
8423 * tree-vrp.c (struct value_range): Move to tree-vrp.h
8424 * tree-vrp.h: New file.
8426 2016-08-20 Kugan Vivekanandarajah <kuganv@linaro.org>
8428 PR tree-optimization/61839
8429 * tree-vrp.c (two_valued_val_range_p): New.
8430 (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
8431 two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
8432 Also Convert VAR BINOP CST where VAR is two-valued to
8433 VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
8435 2016-08-19 David Malcolm <dmalcolm@redhat.com>
8437 * diagnostic-show-locus.c
8438 (layout::annotation_line_showed_range_p): New method.
8439 (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
8440 Reimplement case fixit_hint::REPLACE to cover removals, and
8441 replacements where the range of the replacement isn't one
8442 of the ranges in the rich_location.
8443 (test_one_liner_fixit_replace): Likewise.
8444 (selftest::test_one_liner_fixit_replace_non_equal_range): New
8446 (selftest::test_one_liner_fixit_replace_equal_secondary_range):
8448 (selftest::test_diagnostic_show_locus_one_liner): Call the new
8450 * diagnostic.c (print_parseable_fixits): Remove case
8453 2016-08-19 Uros Bizjak <ubizjak@gmail.com>
8456 * config/i386/i386.c (ix86_option_override_internal): Remove
8457 PTA_PRFCHW from entries that also have PTA_3DNOW flag.
8458 Enable SSE prefetch also for TARGET_PREFETCHWT1.
8459 Do not try to enable TARGET_PRFCHW ISA flag here.
8460 * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
8461 Rewrite expander function body.
8462 (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
8464 2016-08-19 Joseph Myers <joseph@codesourcery.com>
8467 * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
8468 (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
8469 (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
8470 (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
8471 (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
8472 (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
8473 (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
8474 (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
8475 (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
8477 (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
8479 (struct floatn_type_info): New structure type.
8480 (floatn_nx_types): New variable declaration.
8481 * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
8482 (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
8483 (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
8484 * tree.c (floatn_nx_types): New variable.
8485 (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
8486 corresponding complex types.
8487 * target.def (floatn_mode): New hook.
8488 * targhooks.c: Include "real.h".
8489 (default_floatn_mode): New function.
8490 * targhooks.h (default_floatn_mode): New prototype.
8491 * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
8493 * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
8494 effective-target and dg-add-options keywords.
8495 (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
8496 Document new effective-target keywords.
8497 * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
8498 * doc/tm.texi: Regenerate.
8499 * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
8500 __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
8501 [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
8503 * real.h (struct real_format): Add field ieee_bits.
8504 * real.c (ieee_single_format, mips_single_format)
8505 (motorola_single_format, spu_single_format, ieee_double_format)
8506 (mips_double_format, motorola_double_format)
8507 (ieee_extended_motorola_format, ieee_extended_intel_96_format)
8508 (ieee_extended_intel_128_format)
8509 (ieee_extended_intel_96_round_53_format, ibm_extended_format)
8510 (mips_extended_format, ieee_quad_format, mips_quad_format)
8511 (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
8512 (decimal_double_format, decimal_quad_format, ieee_half_format)
8513 (arm_half_format, real_internal_format: Initialize ieee_bits
8515 * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
8516 float128_type_node. Set float80_type_node to float64x_type_node
8517 if appropriate and long_double_type_node not appropriate.
8518 * config/ia64/ia64.c (ia64_init_builtins): Likewise.
8519 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
8520 Initialize ieee_bits field.
8521 * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
8522 (rs6000_init_builtins): Set ieee128_float_type_node to
8524 (rs6000_floatn_mode): New function.
8526 2016-08-19 Jakub Jelinek <jakub@redhat.com>
8528 * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
8529 _rdseed64_step): Uglify argument names and/or local variable names
8530 in inline functions.
8531 * config/i386/rtmintrin.h (_xabort): Likewise.
8532 * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
8533 _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
8534 _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
8535 _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
8536 _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
8537 _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
8538 _mm_maskz_ternarylogic_epi32): Likewise.
8539 * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
8540 __lwpins32, __lwpins64): Likewise.
8541 * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
8542 _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
8543 _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
8544 _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
8545 _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
8546 _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
8547 _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
8548 _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
8549 _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
8550 _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
8551 _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
8552 _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
8553 _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
8554 _mm256_mask_i64gather_epi32): Likewise.
8555 * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
8556 * config/i386/ia32intrin.h (__writeeflags): Likewise.
8557 * config/i386/pkuintrin.h (_wrpkru): Likewise.
8558 * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
8559 _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
8560 _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
8561 _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
8562 _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
8563 _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
8564 _mm512_mask_prefetch_i64scatter_ps): Likewise.
8565 * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
8566 * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
8567 _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
8568 _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
8569 _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
8570 _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
8571 _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
8572 _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
8574 * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
8576 (_fxrstor, _fxsave64, _fxrstor64): Likewise.
8577 * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
8579 * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
8580 * config/i386/pkuintrin.h (_wrpkru): Likewise. Add space after
8582 (_rdpkru_u32): Add space after function name.
8584 * config/i386/t-i386 (i386-c.o): Don't depend on
8585 i386-builtin-types.inc.
8586 (i386.o): Depend on i386-builtin-types.inc.
8588 2016-08-19 Matthew Wahab <matthew.wahab@arm.com>
8591 * config/arm/arm.c (neon_valid_immediate): Delete declaration.
8592 Use const_vec_duplicate to check for duplicated elements.
8594 2016-08-19 Richard Biener <rguenther@suse.de>
8596 PR tree-optimization/77290
8597 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
8598 Fix flag_tree_parallelize_loops check.
8600 2016-08-19 Richard Biener <rguenther@suse.de>
8602 * match.pd (x | 0 -> x): Add.
8604 2016-08-19 Richard Biener <rguenther@suse.de>
8606 PR tree-optimization/77286
8607 * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
8608 Deal with virtual PHIs being out-of-order.
8610 2016-08-18 David Malcolm <dmalcolm@redhat.com>
8612 * doc/invoke.texi (fverbose-asm): Note that source code lines
8613 are emitted, and provide an example.
8614 * final.c (asm_show_source): New function.
8615 (final_scan_insn): Call asm_show_source.
8617 2016-08-18 David Malcolm <dmalcolm@redhat.com>
8619 * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
8620 param with diagnostic_kind.
8621 (class colorizer): Similarly replace field m_diagnostic with
8623 (colorizer::colorizer): Replace diagnostic
8624 param with diagnostic_kind.
8625 (colorizer::begin_state): Update for above field change.
8626 (layout::layout): Replace diagnostic param with rich_location *
8627 and diagnostic_kind.
8628 (diagnostic_show_locus): Replace diagnostic param with richloc
8629 and diagnostic_kind.
8630 (class selftest::test_diagnostic_context): New class.
8631 (selftest::test_diagnostic_show_locus_unknown_location): New
8633 (selftest::test_one_liner_simple_caret): New function.
8634 (selftest::test_one_liner_caret_and_range): New function.
8635 (selftest::test_one_liner_multiple_carets_and_ranges): New
8637 (selftest::test_one_liner_fixit_remove): New function.
8638 (selftest::test_one_liner_fixit_replace): New function.
8639 (selftest::test_diagnostic_show_locus_one_liner): New function.
8640 (selftest::diagnostic_show_locus_c_tests): Call the new test
8642 * diagnostic.c (diagnostic_initialize): Initialize
8643 colorize_source_p, show_ruler_p and parseable_fixits_p.
8644 (default_diagnostic_finalizer): Update for change to
8645 diagnostic_show_locus.
8646 (diagnostic_append_note): Likewise.
8647 * diagnostic.h (diagnostic_show_locus): Replace
8648 const diagnostic_info * param with location * and diagnostic_t.
8650 2016-08-18 David Malcolm <dmalcolm@redhat.com>
8652 * input.c (saved_line_table): New global.
8653 (class selftest::temp_line_table): Rename to line_table_test and
8654 move declaration to selftest.h, and drop field m_old_line_table.
8655 (selftest::temp_line_table::temp_line_table): Rename ctor to...
8656 (selftest::line_table_test::line_table_test): ...this. Add a
8657 default ctor. Store current value of line_table within
8659 (selftest::temp_line_table::~temp_line_table): Rename dtor to...
8660 (selftest::line_table_test::~line_table_test): ...this, and
8661 restore line_table from the saved_line_table, rather than
8663 (selftest::test_accessing_ordinary_linemaps): Update for above
8665 (selftest::test_lexer): Likewise.
8666 (struct selftest::lexer_test): Likewise.
8667 (selftest::lexer_test::lexer_test): Likewise.
8668 (selftest::input_c_tests): Move the looping over test cases from
8670 (selftest::for_each_line_table_case): New function.
8671 * input.h (saved_line_table): New decl.
8672 * selftest.h (struct selftest::line_table_case): New forward decl.
8673 (class selftest::line_table_test): New class, moved here from
8674 selftest::temp_line_table in input.c, and renamed.
8675 (selftest::for_each_line_table_case): New decl.
8677 2015-08-18 H.J. Lu <hongjiu.lu@intel.com>
8680 * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
8682 2016-08-18 Chung-Lin Tang <cltang@codesourcery.com>
8685 * gimplify.c (omp_add_variable): Adjust/add variable mapping on
8686 enclosing parallel construct for reduction variables on OpenACC loop
8689 2016-08-18 Pierre-Marie de Rodat <derodat@adacore.com>
8691 * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
8692 (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
8694 (function_to_dwarf_procedure): Update comment.
8696 2016-08-18 David Malcolm <dmalcolm@redhat.com>
8698 * input.c (diagnostics_file_cache_forcibly_evict_file): New
8700 * input.h (diagnostics_file_cache_forcibly_evict_file): New
8702 * selftest.c (selftest::temp_source_file::~temp_source_file):
8703 Evict m_filename from the diagnostic file cache.
8705 2016-08-18 Richard Biener <rguenther@suse.de>
8707 * tree-pass.h (make_pass_materialize_all_clones): Declare.
8708 * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
8709 make_pass_materialize_all_clones): New simple IPA pass encapsulating
8710 clone materialization.
8711 * passes.def (all_late_ipa_passes): Start with
8712 pass_materialize_all_clones.
8713 * cgraphunit.c (symbol_table::compile): Remove call to
8714 materialize_all_clones.
8715 * tree-into-ssa.c: Include statistics.h.
8716 (update_ssa): Count number of times we do incremental/rewrite
8719 2016-08-18 Richard Biener <rguenther@suse.de>
8721 PR tree-optimization/77282
8722 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
8723 When doing auto-parallelizing also prevent use of PHIs that
8724 carry dependences across loop backedges.
8726 2016-08-18 Tamar Christina <tamar.christina@arm.com>
8727 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8729 * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
8731 2016-08-18 Richard Biener <rguenther@suse.de>
8733 * ssa-iterators.h (ssa_vuse_operand): New inline.
8734 * tree-if-conv.c (ifc_temp_var): Update virtual operand.
8735 (predicate_all_scalar_phis): Use remove_phi_node to remove
8736 phi nodes predicated. Delay removing virtual PHIs.
8737 (predicate_mem_writes): Update virtual operands.
8738 (combine_blocks): Likewise. Propagate out remaining virtual PHIs.
8739 (tree_if_conversion): Do not rewrite virtual SSA form.
8740 * tree-phinodes.c (release_phi_node): Make static.
8741 * tree-phinodes.h (release_phi_node): Remove.
8743 2016-08-18 Jakub Jelinek <jakub@redhat.com>
8745 * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
8746 codes that appear in bdesc_* arrays, instead include i386-builtin.def
8747 twice to define those.
8748 (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
8749 bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
8750 bdesc_multi_arg): Define by including i386-builtin.def the third time.
8751 * config/i386/i386-builtin.def: New file.
8753 2016-08-17 David Malcolm <dmalcolm@redhat.com>
8755 * input.c (get_source_range_for_char): Rename to...
8756 (selftest::get_source_range_for_char): ...this, and move within
8757 the #if CHECKING_P guard.
8758 (get_num_source_ranges_for_substring): Rename to...
8759 (selftest::get_num_source_ranges_for_substring): ...this, move
8760 within the #if CHECKING_P guard, and make static.
8761 (selftest::assert_num_substring_ranges): Initialize
8764 2016-08-18 Alan Modra <amodra@gmail.com>
8766 PR rtl-optimization/72771
8767 * reload.c (find_reloads): Don't assume that a subreg mem is OK
8768 when find_reloads_toplev returns address_reloaded==-1.
8769 (alternative_allows_const_pool_ref): Update comment.
8771 2015-08-17 Alan Hayward <alan.hayward@arm.com>
8773 PR tree-optimization/71752
8774 * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
8775 * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
8777 2016-08-17 Jakub Jelinek <jakub@redhat.com>
8779 * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
8780 instead of testing ECF_NORETURN bit in gimple_call_flags.
8781 * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
8782 * predict.c (tree_bb_level_predictions): Likewise.
8783 * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
8786 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
8787 turning a call into __builtin_unreachable-like noreturn call, adjust
8788 gimple_call_set_fntype.
8789 * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
8790 gimple_call_fntype has void return type.
8792 2016-08-17 Chung-Lin Tang <cltang@codesourcery.com>
8794 * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
8795 maybe_lookup_decl, to handle nested acc loop directives.
8797 2016-08-17 Richard Biener <rguenther@suse.de>
8799 PR tree-optimization/76490
8800 * tree-vrp.c (update_value_range): Preserve overflow infinities
8801 when intersecting with ranges from get_range_info.
8802 (operand_less_p): Handle overflow infinities correctly.
8803 (value_range_constant_singleton): Use vrp_operand_equal_p
8804 to handle overflow max/min correctly.
8805 (vrp_valueize): Likewise.
8806 (union_ranges): Likewise.
8807 (intersect_ranges): Likewise.
8808 (vrp_visit_phi_node): Improve iteration limitation to only
8809 apply when we'll possibly re-visit the PHI via a changed argument
8812 2016-08-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
8814 * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
8815 (MULTILIB_REQUIRED): This by specifying multilib needing to be built
8816 rather than those that should not be built.
8818 2016-08-17 Stanislaw Halik <sthalik@misaki.pl>
8821 * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
8823 2016-08-17 Richard Biener <rguenther@suse.de>
8825 * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
8826 (verify_vssa): New function verifying virtual SSA form.
8827 (verify_ssa): Call it.
8828 * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
8829 Do not apply loop-closed SSA handling to virtuals.
8830 * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
8831 * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
8832 when rewriting their symbol.
8833 (prepare_def_site_for): Likewise.
8834 * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
8835 operands of moved stmts.
8837 2016-08-17 Richard Biener <rguenther@suse.de>
8839 PR tree-optimization/23855
8840 * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
8841 (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
8842 find guards to hoist. Do not update SSA form but rewrite virtuals
8843 into loop closed SSA.
8844 (find_loop_guard): Adjust to skip already hoisted guards. Do
8845 not mark virtuals for renaming or update SSA form.
8847 2016-08-17 Martin Liska <mliska@suse.cz>
8849 * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
8850 a LONG_LONG_TYPE_SIZE comparison.
8851 * gcov-io.h: Remove macro definitions.
8852 * tree-profile.c (gimple_gen_edge_profiler): Replace usage
8853 of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
8856 2016-08-16 Jakub Jelinek <jakub@redhat.com>
8858 * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
8859 that builtins not mentioned in bdesc_* arrays come first, then
8860 the ones mentioned in bdesc_* arrays in the order they appear in
8861 the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
8862 IX86_BUILTIN__BDESC_*_LAST enumerator.
8863 (bdesc_mpx): Fix up a comment typo.
8864 (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
8865 __builtin_ia32_vpcomneu[bwdq] builtins.
8866 (BDESC_VERIFY, BDESC_VERIFYS): Define.
8867 (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
8868 enum ix86_builtins ordering.
8869 (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
8870 for direct bdesc_* array member access instead of searching all the
8871 arrays until an fcode match is found.
8873 2016-08-16 Uros Bizjak <ubizjak@gmail.com>
8875 * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
8876 pattern as define_insn_and_split. Split insn before reload to
8878 (*<shift_insn><mode>3_mask): Ditto. Split insn before reload to
8879 <shift_insn><mode>3_1.
8880 (*<rotate_insn><mode>3_mask): Ditto. Split insn before reload to
8881 <rotate_insn><mode>3_1.
8883 2016-08-16 David Malcolm <dmalcolm@redhat.com>
8886 * input.c (get_source_range_for_substring): Rename to...
8887 (get_source_location_for_substring): ...this, adding param
8888 "caret_idx", and converting output param from source_range * to
8890 (get_source_range_for_char): New function.
8891 (get_num_source_ranges_for_substring): Update comment to reflect
8893 (assert_char_at_range): Update to use get_source_range_for_char
8894 rather than get_source_range_for_substring.
8895 (test_lexer_string_locations_concatenation_2): Likewise.
8896 * substring-locations.h (get_source_range_for_substring): Rename
8898 (get_source_location_for_substring): ...this, and adding param
8899 "caret_idx", and converting output param from source_range * to
8902 2016-08-16 David Malcolm <dmalcolm@redhat.com>
8904 * input.c (class selftest::temp_source_file): Move to
8906 (selftest::temp_source_file::temp_source_file): Move to
8908 (selftest::temp_source_file::~temp_source_file): Likewise.
8909 * selftest.c (selftest::temp_source_file::temp_source_file): Move
8911 (selftest::temp_source_file::~temp_source_file): Likewise.
8912 * selftest.h (class selftest::temp_source_file): Move here from
8915 2016-08-16 Jakub Jelinek <jakub@redhat.com>
8918 * tree-cfg.c (execute_fixup_cfg): Add node variable, use it. Before
8919 inlining, add cgraph edge for the added __builtin_unreachable call.
8922 * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
8923 only cast it to SHWI for the final comparison.
8925 2016-08-16 Martin Liska <mliska@suse.cz>
8927 PR gcov-profile/36412
8928 * doc/gcov.texi: Document --hash-filenames(-x).
8929 * gcov.c (print_usage): Add the option.
8930 (process_args): Process the option, sort options alphabetically.
8931 (md5sum_to_hex): New function.
8932 (make_gcov_file_name): Do the md5sum and append it to a
8935 2016-08-16 Bin Cheng <bin.cheng@arm.com>
8937 PR tree-optimization/69848
8938 * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
8939 and swtich operands to avoid additional NOT instruction.
8940 (vcond<v_cmp_mixed><mode>): Ditto.
8941 (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
8943 2016-08-16 Eric Botcazou <ebotcazou@adacore.com>
8945 * doc/install.texi (*-*-solaris2*): Adjust latest change.
8947 2016-08-16 Richard Biener <rguenther@suse.de>
8949 PR tree-optimization/76783
8950 * tree-ssa-propagate.c (ssa_prop_init): Use RPO order. Clear
8951 BB visited flags at start.
8953 2016-08-16 Bin Cheng <bin.cheng@arm.com>
8955 PR tree-optimization/72817
8956 PR tree-optimization/73450
8957 * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
8958 multiple_of_p for adjusted IV.base.
8960 2016-08-15 Uros Bizjak <ubizjak@gmail.com>
8963 * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
8964 Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
8965 for !flag_finite_math_only or flag_signed_zeros.
8966 (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
8967 *<code><mode>3_finite<mask_name><round_saeonly_name>. Do not
8968 depend on flag_finite_math_only.
8969 (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
8971 (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
8972 (*ieee_smin<mode>3): Ditto.
8973 (*ieee_smax<mode>3): Ditto.
8974 * config/i386/mmx.md (mmx_<code>v2sf3): Emit
8975 mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
8977 (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite. Do not
8978 depend on flag_finite_math_only.
8979 (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
8980 (*mmx_<code>v2sf3): Remove.
8981 * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
8982 * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
8983 flag_signed_zeros instead of !flag_unsafe_math_optimizations.
8985 2016-08-15 Segher Boessenkool <segher@kernel.crashing.org>
8987 PR rtl-optimization/73650
8988 * lra-constraints.c (simple_move_p): If the insn is multiple_sets
8989 it is not a simple move.
8991 2016-08-15 Martin Liska <mliska@suse.cz>
8994 * gcc.c (do_spec_1): Call save_string with the right size.
8995 (save_string): Do an assert about string we copy.
8997 2016-08-15 Richard Biener <rguenther@suse.de>
8999 * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
9000 * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
9002 (pass_data_stv): Likewise.
9004 2016-08-15 Richard Biener <rguenther@suse.de>
9006 PR tree-optimization/73434
9007 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
9008 TBAA info on the base when forwarding a non-invariant address.
9010 2016-08-15 Jakub Jelinek <jakub@redhat.com>
9012 * dwarf2out.c (struct checksum_attributes): Add
9013 at_string_length_bit_size and at_string_length_byte_size fields.
9014 (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
9015 and DW_AT_string_length_byte_size.
9016 (die_checksum_ordered): Handle at_string_length_bit_size and
9017 at_string_length_byte_size.
9018 (gen_array_type_die): For dwarf_version >= 5 emit
9019 DW_AT_string_length_byte_size instead of DW_AT_byte_size.
9020 (adjust_string_types): For dwarf_version >= 5 remove
9021 DW_AT_string_length_byte_size instead of DW_AT_byte_size.
9022 (resolve_addr): Likewise.
9025 * dwarf2out.c (string_types): New variable.
9026 (gen_array_type_die): Change early_dwarf handling of
9027 DW_AT_string_length, create DW_OP_call4 referencing the
9028 length var temporarily. Handle parameters that are pointers
9030 (adjust_string_types): New function.
9031 (gen_subprogram_die): Temporarily set string_types to local var,
9032 call adjust_string_types if needed.
9033 (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
9035 (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
9037 2016-08-15 Eric Botcazou <ebotcazou@adacore.com>
9039 * doc/install.texi (*-*-solaris2*): Fix version number and document
9040 requirement on GNU make for building libjava with the Solaris linker.
9042 2016-08-15 Martin Liska <mliska@suse.cz>
9043 Jakub Jelinek <jakub@redhat.com>
9045 PR tree-optimization/72824
9046 * tree-loop-distribution.c (const_with_all_bytes_same)
9047 <case VECTOR_CST>: Fix a typo.
9049 2016-08-14 Uros Bizjak <ubizjak@gmail.com>
9052 * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
9053 Renamed from _mm512_undefined_si512.
9054 (_mm_undefined_si512): New definition.
9056 2016-08-13 Richard Biener <rguenther@suse.de>
9058 * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
9059 into PHIs and update the lattice for its def.
9061 2016-08-12 Jakub Jelinek <jakub@redhat.com>
9064 * ubsan.c (instrument_si_overflow): Pass true instead of false
9066 (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
9067 of bbs. Return TODO_cleanup_cfg if any returned true.
9069 2016-08-12 Michael Meissner <meissner@linux.vnet.ibm.com>
9071 * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
9072 ISA 3.0 MTVSRDD instruction.
9073 (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
9076 2016-08-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
9078 PR tree-optimization/71083
9079 * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
9080 bitfield access when possible.
9082 2016-08-12 Patrick Palka <ppalka@gcc.gnu.org>
9085 * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
9086 sign-changing cast from a shorter unsigned type to a wider
9089 2016-08-12 Jakub Jelinek <jakub@redhat.com>
9091 * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
9092 vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
9093 vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
9095 2016-08-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9097 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
9098 Correct costs for vec_construct.
9100 2016-08-12 Bin Cheng <bin.cheng@arm.com>
9102 PR tree-optimization/69848
9103 * tree-vectorizer.h (enum vect_def_type): New condition reduction
9104 type CONST_COND_REDUCTION.
9105 * tree-vect-loop.c (vectorizable_reduction): Support new condition
9106 reudction type CONST_COND_REDUCTION.
9108 2016-08-12 Richard Biener <rguenther@suse.de>
9110 PR tree-optimization/57326
9111 * tree-ssa-pre.c (fully_constant_expression): Handle simplification
9112 returning an SSA name.
9113 (phi_translate_1): When fully_constant_expression returns a NAME
9114 make sure we have a leader for it.
9116 2016-08-12 Martin Liska <mliska@suse.cz>
9117 Adam Fineman <afineman@afineman.com>
9119 * gcov.c (process_file): Create .gcov file when .gcda
9122 2016-08-12 Marek Polacek <polacek@redhat.com>
9125 * alias.c (find_base_value): Adjust fall through comment.
9126 * cfgexpand.c (expand_debug_expr): Likewise.
9127 * combine.c (find_split_point): Likewise.
9128 (expand_compound_operation): Likewise. Add FALLTHRU.
9129 (make_compound_operation): Adjust fall through comment.
9130 (canon_reg_for_combine): Add FALLTHRU.
9131 (force_to_mode): Adjust fall through comment.
9132 (simplify_shift_const_1): Likewise.
9133 (simplify_comparison): Likewise.
9134 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
9136 * config/aarch64/predicates.md: Likewise.
9137 * config/i386/i386.c (function_arg_advance_32): Likewise.
9138 (ix86_gimplify_va_arg): Likewise.
9139 (print_reg): Likewise.
9140 (ix86_print_operand): Likewise.
9141 (ix86_build_const_vector): Likewise.
9142 (ix86_expand_branch): Likewise.
9143 (ix86_sched_init_global): Adjust fall through comment.
9144 (ix86_expand_args_builtin): Add FALLTHRU.
9145 (ix86_expand_builtin): Likewise.
9146 (ix86_expand_vector_init_one_var): Likewise.
9147 * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
9148 (rs6000_adjust_cost): Likewise.
9149 (insn_must_be_first_in_group): Likewise.
9150 * config/rs6000/rs6000.md: Likewise. Adjust fall through comment.
9151 * dbxout.c (dbxout_symbol): Adjust fall through comment.
9152 * df-scan.c (df_uses_record): Likewise.
9153 * dojump.c (do_jump): Add FALLTHRU.
9154 * dwarf2out.c (mem_loc_descriptor): Likewise. Adjust fall through
9156 (resolve_args_picking_1): Adjust fall through comment.
9157 (loc_list_from_tree_1): Likewise.
9158 * expmed.c (make_tree): Likewise.
9159 * expr.c (expand_expr_real_2): Add FALLTHRU.
9160 (expand_expr_real_1): Likewise. Adjust fall through comment.
9161 * fold-const.c (const_binop): Adjust fall through comment.
9162 (fold_truth_not_expr): Likewise.
9163 (fold_cond_expr_with_comparison): Add FALLTHRU.
9164 (fold_binary_loc): Likewise.
9165 (contains_label_1): Adjust fall through comment.
9166 (multiple_of_p): Likewise.
9167 * gcov-tool.c (process_args): Add FALLTHRU.
9168 * genattrtab.c (check_attr_test): Likewise.
9169 (write_test_expr): Likewise.
9170 * genconfig.c (walk_insn_part): Likewise.
9171 * genpreds.c (validate_exp): Adjust fall through comment.
9172 (needs_variable): Likewise.
9173 * gensupport.c (get_alternatives_number): Add FALLTHRU.
9174 (subst_dup): Likewise.
9175 * gimple-pretty-print.c (dump_gimple_assign): Likewise.
9176 * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
9177 (gimplify_scan_omp_clauses): Add FALLTHRU.
9178 (goa_stabilize_expr): Likewise.
9179 * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
9181 * hsa-gen.c (get_address_from_value): Likewise.
9182 * ipa-icf.c (sem_function::hash_stmt): Likewise.
9183 * ira.c (ira_setup_alts): Add FALLTHRU.
9184 * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
9186 * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
9187 * opts.c (common_handle_option): Likewise.
9188 * read-rtl.c (read_rtx_code): Likewise.
9189 * real.c (round_for_format): Likewise.
9190 * recog.c (asm_operand_ok): Likewise.
9191 * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
9192 * reload1.c (set_label_offsets): Likewise.
9193 (eliminate_regs_1): Likewise.
9194 (reload_reg_reaches_end_p): Likewise.
9195 * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
9196 (rtx_cost): Likewise.
9197 * sched-rgn.c (is_exception_free): Likewise.
9198 * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
9199 * stor-layout.c (int_mode_for_mode): Likewise.
9200 * toplev.c (print_to_asm_out_file): Likewise.
9201 (print_to_stderr): Likewise.
9202 * tree-cfg.c (gimple_verify_flow_info): Likewise.
9203 * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
9204 (chrec_fold_multiply): Likewise.
9205 (evolution_function_is_invariant_rec_p): Likewise.
9206 (for_each_scev_op): Likewise.
9207 * tree-data-ref.c (siv_subscript_p): Likewise.
9208 (get_references_in_stmt): Likewise.
9209 * tree.c (find_placeholder_in_expr): Adjust fall through comment.
9210 (substitute_in_expr): Likewise.
9211 (type_cache_hasher::equal): Likewise.
9212 (walk_type_fields): Likewise.
9213 * var-tracking.c (adjust_mems): Add FALLTHRU.
9214 (set_dv_changed): Adjust fall through comment.
9215 * varasm.c (default_function_section): Add FALLTHRU.
9217 2016-08-12 Marek Polacek <polacek@redhat.com>
9220 * tree-complex.c (expand_complex_division): Add missing break.
9222 2016-08-12 Richard Biener <rguenther@suse.de>
9224 * passes.c (execute_todo): Do not push/pop TV_TODO.
9225 (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
9226 (execute_one_pass): Likewise.
9227 * common.opt (ftime-report-details): New switch.
9228 * doc/invoke.texi (ftime-report-details): Document.
9229 * timevar.h (timer::print_row): Adjust signature.
9230 (timer::all_zero): New static helper.
9231 (timer::child_map_t): New typedef.
9232 (timer::time_var_def): Add children field.
9233 * timevar.c (timer::named_items::print): Adjust.
9234 (timer::~timer): Free timevar recorded children.
9235 (timer::pop_internal): When -ftime-report-details record
9236 time spent in sub-timevars.
9237 (timer::print_row): Adjust.
9238 (timer::print): Print sub-timevar stats, use all_zero.
9239 * timevar.def (TV_TODO): Remove.
9241 2016-08-12 Richard Biener <rguenther@suse.de>
9243 PR tree-optimization/72851
9244 * tree-ssa-propagate.c: Include cfganal.h. Rewrite block and stmt
9245 worklists to use bitmaps indexed in execution order.
9246 (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
9247 bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
9248 (cfg_blocks): Make a bitmap.
9249 (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
9251 (cfg_blocks_empty_p): Adjust.
9252 (cfg_blocks_add): Likewise.
9253 (cfg_blocks_get): Likewise.
9254 (add_ssa_edge): Likewise.
9255 (add_control_edge): Likewise.
9256 (simulate_stmt): Likewise.
9257 (process_ssa_edge_worklist): Likewise.
9258 (simulate_block): Likewise.
9259 (ssa_prop_init): Compute PRE order and stmt UIDs.
9260 (ssa_prop_fini): Adjust.
9261 (ssa_propagate): Adjust.
9263 2016-08-12 Richard Biener <rguenther@suse.de>
9265 * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
9266 the currently executable edges have fixed ranges. Always
9267 go through update_value_range.
9269 2016-08-12 Alexandre Oliva <aoliva@redhat.com>
9273 (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
9274 (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
9275 (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
9276 (LANG_HOOKS_DECLS): Add it.
9277 * langhooks.h (struct lang_hooks_for_decls): Add
9278 function_decl_defaulted. Const_tree-ify
9279 function_decl_explicit_p and function_decl_deleted_p.
9280 * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
9281 attribute. Add DW_AT_deleted instead of DW_AT_GNU_deleted,
9282 also at strict DWARF v5.
9285 * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
9286 TYPE_QUAL_CONST in reference-typed decls.
9289 * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
9290 in DW_OP_pieces, just enough to handle pointers to member
9292 (gen_remaining_tmpl_value_param_die_attribute): Use a location
9293 expression on DWARFv5 if a constant value doesn't work.
9295 2016-08-11 David Malcolm <dmalcolm@redhat.com>
9297 * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
9298 * selftest.c (selftest::test_assertions): New function.
9299 (selftest::selftest_c_tests): New function.
9300 * selftest.h (selftest::selftest_c_tests): New declaration.
9302 2016-08-11 Richard Biener <rguenther@suse.de>
9303 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9305 PR rtl-optimization/72855
9306 * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
9308 2016-08-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9311 * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
9312 (vsx_store_<mode>): Likewise.
9314 2015-08-11 H.J. Lu <hongjiu.lu@intel.com>
9316 * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
9317 TImode CONST_WIDE_INT store.
9318 (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
9320 2015-08-11 H.J. Lu <hongjiu.lu@intel.com>
9322 * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
9323 mode if unaligned SSE load and store are optimal.
9325 2016-08-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
9327 PR tree-optimization/71083
9328 * tree-predcom.c (ref_at_iteration): Correctly align the
9331 2016-08-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9333 * config/s390/s390-builtin-types.def: Add INT128 types.
9334 * config/s390/s390-builtins.def: Add INT128 variants for the add
9335 sub low-level builtins dealing with TImode.
9336 * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
9337 via subreg when expanding a builtin.
9338 * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
9339 UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
9341 * config/s390/vecintrin.h: Adjust builtin names accordingly.
9342 * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
9343 ("vec_addc<mode>", "vec_addc_u128"): Merge to
9344 "vacc<bhfgq>_<mode>".
9345 ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
9346 ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
9347 ("vec_subc<mode>", "vec_subc_u128"): Merge to
9348 "vscbi<bhfgq>_<mode>".
9349 ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
9350 ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
9352 2016-08-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9354 * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
9356 2016-08-11 Bin Cheng <bin.cheng@arm.com>
9358 * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
9360 (vcond<v_cmp_mixed><mode>): Ditto.
9361 (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
9363 2016-08-11 Bin Cheng <bin.cheng@arm.com>
9365 * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
9366 variable explicitly, also assert on it before use.
9368 2016-08-11 Richard Biener <rguenther@suse.de>
9370 PR tree-optimization/72772
9371 * cfgloopmanip.c (create_preheader): Use split_edge if there
9372 is a single loop entry, avoiding degenerate PHIs.
9374 2016-08-11 Richard Biener <rguenther@suse.de>
9376 * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
9377 unconditional TODO_cleanup_cfg.
9378 (pass_thread_jumps::execute): Initialize loops, perform a CFG
9379 cleanup only if we threaded a jump.
9381 2016-08-11 Alan Modra <amodra@gmail.com>
9384 * lra-constraints.c (simplify_operand_subreg): Allow subreg
9385 mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
9386 slow. Emit two reloads for slow mem case, first loading in
9387 fast innermode, then converting to required mode.
9389 2016-08-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
9391 * config/rs6000/altivec.h (vec_extract_exp): New macro.
9392 (vec_extract_sig): New macro.
9393 (vec_insert_exp): New macro.
9394 (vec_test_data_class): New macro.
9395 (scalar_extract_exp): New macro.
9396 (scalar_extract_sig): New macro.
9397 (scalar_insert_exp): New macro.
9398 (scalar_test_data_class): New macro.
9399 (scalar_test_neg): New macro.
9400 (scalar_cmp_exp_gt): New macro.
9401 (scalar_cmp_exp_lt): New macro.
9402 (scalar_cmp_exp_eq): New macro.
9403 (scalar_cmp_exp_unordered): New macro.
9404 * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
9405 to enforce constraint that operand is a 7-bit unsigned literal.
9406 * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
9407 for power9 built-ins.
9408 (BU_P9V_VSX_2): Likewise.
9409 (BU_P9V_64BIT_VSX_2): Likewise.
9410 (VSEEDP): Add scalar extract exponent support.
9411 (VSEESP): Add scalar extract signature support.
9412 (VSTDCNDP): Add scalar test negative support.
9413 (VSTDCNSP): Likewise.
9414 (VSIEDP): Add scalar insert exponent support.
9415 (VSCEDPGT): Add scalar compare exponent greater than support.
9416 (VSCEDPLT): Add scalar compare exponent less than support.
9417 (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
9418 (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
9419 (VSTDCDP): Add scalar test data class support.
9420 (VSTDCSP): Likewise.
9421 (VSEEDP): Add overload support for scalar extract exponent
9423 (VSESDP): Add overload support for scalar extract signature
9425 (VSTDCN): Add overload support for scalar test negative
9427 (VSTDCNDP): Add overload support for scalar test negative
9429 (VSTDCNSP): Add overload support for scalar test negative
9431 (VSIEDP): Add overload support for scalar insert exponent
9433 (VSTDC): Add overload support for scalar test data class
9435 (VSTDCDP): Add overload support for scalar test data class
9437 (VSTDCSP): Add overload support for scalar test data class
9439 (VSCEDPGT): Add overload support for scalar compare exponent
9440 greater than operation.
9441 (VSCEDPLT): Add overload support for scalar compare exponent
9442 less than operation.
9443 (VSCEDPEQ): Add overload support for scalar compare exponent
9444 test-for-equality operation.
9445 (VSCEDPUO): Add overload support for scalar compare exponent
9446 test-for-unordered operation.
9447 (VEEDP): Add vector extract exponent support.
9449 (VESDP): Add vector extract significand support.
9451 (VIEDP): Add vector insert exponent support.
9453 (VTDCDP): Add vector test data class support.
9455 (VES): Add overload support for vector extract significand operation.
9458 (VEE): Add overload support for vector extract exponent operation.
9461 (VTDC): Add overload support for vector test data class operation.
9464 (VIE): Add overload support for vector insert exponent operation.
9467 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
9468 overloaded binary floating point functions.
9469 (altivec_resolve_overloaded_builtin): Improve error messages to
9470 distinguish between functions not supported in the current
9471 compiler configuration and functions that were invoked with an
9472 invalid parameter combination, and include the built-in function
9473 name in both error messages.
9474 * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
9476 * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
9478 (rs6000_expand_binop_builtin): Add check to enforce that argument
9479 2 of the test data class operations is a 7-bit unsigned literal.
9480 (rs6000_invalid_builtin): Add code to issue an error message if a
9481 built-in function that requires the power9_vector and -m32
9482 command-line options is compiled without these options.
9483 * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
9484 (UNSPEC_VSX_SXSIGDP): New value.
9485 (UNSPEC_VSX_SXSIGPDP): New value.
9486 (UNSPEC_VSX_SIEXPDP): New value.
9487 (UNSPEC_VSX_SCMPEXPDP): New value.
9488 (UNSPEC_VSX_STSTDC): New value.
9489 (UNSPEC_VSX_VXEXP): New value.
9490 (UNSPEC_VSX_VXSIG): New value.
9491 (UNSPEC_VSX_VIEXP): New value.
9492 (UNSPEC_VSX_VTSTDC): New value.
9493 (xsxexpdp): New insn for scalar extract exponent.
9494 (xsxsigdp): New insn for scalar extract significand.
9495 (xsiexpdp): New insn for scalar insert exponent.
9496 (xscmpexpdp_<code>): New expansion for scalar compare exponents.
9497 (*xscmpexpdp): New insn for scalar compare exponents.
9498 (xststdc<Fvsx): New expansion for both single- and
9499 double-precision scalar test data class operations.
9500 (xststdcneg<Fvsx>): New expansion for both single- and
9501 double-precision scalar test for negative value operations.
9502 (*xststdc<Fvsx>): New insn for scalar test data class
9504 (xvxexp<VSs>): New insn for single- and double-precision
9505 vector extract exponent operation.
9506 (xvxsig<VSs>): New insn for single- and double-precision
9507 vector extract significand operation.
9508 (xviexp<VSs>): New insn for single- and double-precision
9509 vector insert exponent operation.
9510 (xvtstdc<VSs>): New insn for single- and double-precision
9511 vector test data class operation.
9512 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
9513 built-in functions to represent the Power9 binary floating-point
9514 support instructions.
9516 2016-08-10 bin cheng <bin.cheng@arm.com>
9518 * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
9520 2016-08-10 Alan Lawrence <alan.lawrence@arm.com>
9521 Renlin Li <renlin.li@arm.com>
9522 Bin Cheng <bin.cheng@arm.com>
9524 * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
9525 * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
9526 gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
9527 (aarch64_vcond_internal<mode><mode>): Delete pattern.
9528 (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
9529 (vcond<v_cmp_result><mode>): Ditto.
9530 (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
9531 (vcondu<mode><mode>): Ditto.
9532 (vcond<v_cmp_mixed><mode>): New pattern.
9533 (vcondu<mode><v_cmp_mixed>): New pattern.
9534 (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
9535 of aarch64_vcond_internal.
9537 2016-08-10 Alan Lawrence <alan.lawrence@arm.com>
9538 Renlin Li <renlin.li@arm.com>
9539 Bin Cheng <bin.cheng@arm.com>
9541 * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
9542 (vec_cmp<mode><v_cmp_result>): New pattern.
9543 (vec_cmpu<mode><mode>): New pattern.
9544 (vcond_mask_<mode><v_cmp_result>): New pattern.
9546 2016-08-10 Yuri Rumyantsev <ysrumyan@gmail.com>
9548 PR tree-optimization/71734
9549 * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
9550 REF_LOOP, invoke ref_indep_loop_p_1.
9551 (outermost_indep_loop): Pass LOOP argumnet where REF was defined
9552 to ref_indep_loop_p.
9553 (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
9554 combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
9555 is inside LOOP, do not cache dpendence value for loops with
9557 (ref_indep_loop_p_2): Delete function.
9558 (can_sm_ref_p): Pass LOOP as additional argument to
9561 2016-08-10 Michael Meissner <meissner@linux.vnet.ibm.com>
9564 * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
9565 being an offsettable address.
9567 2016-08-10 Martin Liska <mliska@suse.cz>
9569 PR gcov-profile/58306
9570 * tree-profile.c (gimple_init_edge_profiler): Create conditionally
9571 atomic variants of profile update functions.
9573 2016-08-10 Martin Liska <mliska@suse.cz>
9575 Cherry picked (and modified) from google-4_7 branch
9576 2012-12-26 Rong Xu <xur@google.com>
9577 * common.opt (fprofile-update): Add new flag.
9578 * coretypes.h: Define enum profile_update.
9579 * doc/invoke.texi: Document -fprofile-update.
9580 * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
9581 GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
9582 * tree-profile.c (gimple_init_edge_profiler): Generate
9583 also atomic profiler update.
9584 (gimple_gen_edge_profiler): Likewise.
9586 2016-08-10 David Malcolm <dmalcolm@redhat.com>
9588 * toplev.c (finalize): Set aux_info_file, asm_out_file, and
9589 stack_usage_file to NULL after fclose calls.
9591 2016-08-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
9594 * reload.c (push_reload): Compute subreg_in_class for
9595 subregs of constants and plus expressions. Remove special
9596 handling of SYMBOL_REFs.
9598 2016-08-10 Alan Modra <amodra@gmail.com>
9601 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
9602 SImode for TARGET_E500_DOUBLE when given SImode.
9604 2016-08-09 David Wohlferd <dw@LimeGreenSocks.com>
9606 * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
9607 unused variable __O.
9609 2016-08-09 Martin Liska <mliska@suse.cz>
9611 * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
9612 _gcov_reset to __gcov_reset.
9613 * doc/gcov-tool.texi: Fix typo.
9615 2016-08-09 Martin Liska <mliska@suse.cz>
9617 * value-prof.c (gimple_divmod_values_to_profile): Do not
9618 instrument MOD histogram if a value is not a SSA name.
9620 2016-08-09 Martin Liska <mliska@suse.cz>
9622 * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
9625 2016-08-09 Renlin Li <renlin.li@arm.com>
9628 * calls.c (prepare_call_address): Convert funexp to Pmode when
9630 * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
9631 (sibcall_value): Likewise.
9633 2016-08-09 Marek Polacek <polacek@redhat.com>
9636 * cselib.c (cselib_expand_value_rtx_1): Add return.
9637 * gengtype.c (dbgprint_count_type_at): Likewise.
9638 * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
9639 * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
9641 2016-08-09 Martin Jambor <mjambor@suse.cz>
9644 * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
9645 if instance is a MEM_REF.
9647 2016-08-09 Uros Bizjak <ubizjak@gmail.com>
9650 * config/i386/i386.md (*movtf_internal): Use
9651 lra_in_progress || reload_completed instead of !can_create_pseudo_p
9652 in the insn constraint.
9653 (*movxf_internal): Ditto.
9654 (*movdf_internal): Ditto.
9655 (*movsf_internal): Ditto.
9657 2016-08-09 Bin Cheng <bin.cheng@arm.com>
9659 PR tree-optimization/72772
9660 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
9663 2016-08-09 Bin Cheng <bin.cheng@arm.com>
9665 PR tree-optimization/72772
9666 * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
9668 * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
9669 parameter STOP and update calls. Move expand_simple_operations
9670 function call from here...
9671 (simplify_using_initial_conditions): ...to here. Delete parameter
9673 (tree_simplify_using_condition): Delete parameter STOP.
9674 * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
9675 simplify_using_initial_conditions.
9677 2016-08-09 Matthew Fortune <matthew.fortune@imgtec.com>
9680 * config/mips/mips.c (mips_atomic_assign_expand_fenv):
9681 Use create_tmp_var_raw instead of create_tmp_var.
9683 2016-08-09 Richard Biener <rguenther@suse.de>
9685 * tree-ssa-threadbackward.c (profitable_jump_thread_path):
9686 Treat same SSA names related.
9688 2016-08-09 Jakub Jelinek <jakub@redhat.com>
9690 PR tree-optimization/72824
9691 * tree-loop-distribution.c (const_with_all_bytes_same): Verify
9692 real_zerop is not negative.
9694 2016-08-09 Richard Biener <rguenther@suse.de>
9696 PR tree-optimization/71802
9697 * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
9698 all merge opportunities with the predecessor.
9700 2016-08-09 Richard Biener <rguenther@suse.de>
9703 * ipa-prop.c (ipa_modify_formal_parameters): Build
9704 parameter types with natural alignment also for the
9707 2016-08-08 Andi Kleen <ak@linux.intel.com>
9709 * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
9711 2016-08-08 David Malcolm <dmalcolm@redhat.com>
9714 * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
9715 do-nothing langhook.
9716 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
9717 * langhooks.h (struct lang_hooks): Add run_lang_selftests.
9718 * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
9719 (selftest::run_tests): Call lang_hooks.run_lang_selftests.
9721 2016-08-08 David Malcolm <dmalcolm@redhat.com>
9724 * input.c: Ensure that HAVE_ICONV is defined.
9726 2016-08-08 Jakub Jelinek <jakub@redhat.com>
9729 * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
9730 private vars for lastprivate and for linear iterator.
9733 * omp-simd-clone.c: Include varasm.h.
9734 (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
9735 DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
9736 DECL_ONE_ONLY call make_decl_one_only. Fix up spelling in comment and
9737 update function name.
9739 2016-07-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
9741 * config/avr/driver-avr.c (specfiles_doc_url): Remove.
9742 (avr_diagnose_devicespecs_error): Remove.
9743 (avr_devicespecs_file): Remove composing absolute path for specfile
9744 and its verbose info. Remove conditions to check specs-file,
9746 2016-08-08 Jakub Jelinek <jakub@redhat.com>
9748 PR rtl-optimization/72821
9749 * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
9750 just return false for them.
9752 2016-08-08 Alan Modra <amodra@gmail.com>
9755 * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
9756 toc refs created during reload. Update function comment.
9758 2016-08-08 Alan Modra <amodra@gmail.com>
9761 * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
9762 alternatives. Put loads first, then stores, and reg/reg moves
9763 within same class later. Delete attr length.
9765 2016-08-08 Alan Modra <amodra@gmail.com>
9768 * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
9769 (mem_operand_ds_form): New predicate.
9770 * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
9771 * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
9772 * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
9773 * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
9774 (extendsfdf2_fpr): Replace o constraint with wY.
9776 2016-08-07 Jan Hubicka <hubicka@ucw.cz>
9778 * tree-ssa-threadbackward.c: Include tree-inline.h
9779 (profitable_jump_thread_path): Use estimate_num_insns to estimate
9780 size of copied block; for cold paths reduce duplication.
9781 (find_jump_threads_backwards): Remove redundant tests.
9782 (pass_thread_jumps::gate): Enable for -Os.
9784 2016-08-07 Jakub Jelinek <jakub@redhat.com>
9787 * stor-layout.c (layout_decl): Fix up formatting.
9788 (relayout_decl): Allow DECL to be FIELD_DECL.
9790 2016-08-07 Alan Modra <amodra@gmail.com>
9792 * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
9794 2016-08-07 Kugan Vivekanandarajah <kuganv@linaro.org>
9796 * data-streamer-in.c (streamer_read_wide_int): New.
9797 (streamer_read_widest_int): Renamed function.
9798 * data-streamer-out.c (streamer_write_wide_int): New
9799 (streamer_write_widest_int): Renamed function.
9800 * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
9802 (input_cfg): Call renamed function.
9803 * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
9805 (output_cfg): Call renamed function.
9806 * data-streamer.h: Add declarations.
9808 2016-08-08 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9810 * tree-ssa-ccp.c (extend_mask): New param sgn.
9811 Remove ORing with wi::mask.
9812 (get_default_value): Adjust call to extend_mask to pass sign.
9813 (evaluate_stmt): Likewise.
9815 2016-08-06 Jakub Jelinek <jakub@redhat.com>
9817 * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
9820 2016-08-06 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9822 * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
9823 transform if operand's type is pointer to function or method.
9825 2016-08-05 Patrick Palka <ppalka@gcc.gnu.org>
9827 PR tree-optimization/18046
9828 * tree-ssa-threadedge.c: Include cfganal.h.
9829 (simplify_control_statement_condition): If simplifying a
9830 GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
9831 with the dominating ASSERT_EXPR before handing it off to VRP.
9832 Mention that a CASE_LABEL_EXPR may be returned.
9833 (thread_around_empty_blocks): Adjust to handle
9834 simplify_control_statement_condition() returning a
9836 (thread_through_normal_block): Likewise.
9837 * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
9838 a switch statement by trying to determine which case label
9841 2016-08-05 Vladimir Makarov <vmakarov@redhat.com>
9843 PR rtl-optimization/69847
9844 * lra-constraints.c (process_invariant_for_inheritance): Save
9845 pattern instead of src.
9846 (remove_inheritance_pseudos): Use the pattern. Add assert.
9848 2016-08-05 David Malcolm <dmalcolm@redhat.com>
9850 * input.c (string_concat::string_concat): New constructor.
9851 (string_concat_db::string_concat_db): New constructor.
9852 (string_concat_db::record_string_concatenation): New method.
9853 (string_concat_db::get_string_concatenation): New method.
9854 (string_concat_db::get_key_loc): New method.
9855 (class auto_cpp_string_vec): New class.
9856 (get_substring_ranges_for_loc): New function.
9857 (get_source_range_for_substring): New function.
9858 (get_num_source_ranges_for_substring): New function.
9859 (class selftest::lexer_test_options): New class.
9860 (struct selftest::lexer_test): New struct.
9861 (class selftest::ebcdic_execution_charset): New class.
9862 (selftest::ebcdic_execution_charset::s_singleton): New variable.
9863 (selftest::lexer_test::lexer_test): New constructor.
9864 (selftest::lexer_test::~lexer_test): New destructor.
9865 (selftest::lexer_test::get_token): New method.
9866 (selftest::assert_char_at_range): New function.
9867 (ASSERT_CHAR_AT_RANGE): New macro.
9868 (selftest::assert_num_substring_ranges): New function.
9869 (ASSERT_NUM_SUBSTRING_RANGES): New macro.
9870 (selftest::assert_has_no_substring_ranges): New function.
9871 (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
9872 (selftest::test_lexer_string_locations_simple): New function.
9873 (selftest::test_lexer_string_locations_ebcdic): New function.
9874 (selftest::test_lexer_string_locations_hex): New function.
9875 (selftest::test_lexer_string_locations_oct): New function.
9876 (selftest::test_lexer_string_locations_letter_escape_1): New function.
9877 (selftest::test_lexer_string_locations_letter_escape_2): New function.
9878 (selftest::test_lexer_string_locations_ucn4): New function.
9879 (selftest::test_lexer_string_locations_ucn8): New function.
9880 (selftest::uint32_from_big_endian): New function.
9881 (selftest::test_lexer_string_locations_wide_string): New function.
9882 (selftest::uint16_from_big_endian): New function.
9883 (selftest::test_lexer_string_locations_string16): New function.
9884 (selftest::test_lexer_string_locations_string32): New function.
9885 (selftest::test_lexer_string_locations_u8): New function.
9886 (selftest::test_lexer_string_locations_utf8_source): New function.
9887 (selftest::test_lexer_string_locations_concatenation_1): New
9889 (selftest::test_lexer_string_locations_concatenation_2): New
9891 (selftest::test_lexer_string_locations_concatenation_3): New
9893 (selftest::test_lexer_string_locations_macro): New function.
9894 (selftest::test_lexer_string_locations_stringified_macro_argument):
9896 (selftest::test_lexer_string_locations_non_string): New function.
9897 (selftest::test_lexer_string_locations_long_line): New function.
9898 (selftest::test_lexer_char_constants): New function.
9899 (selftest::input_c_tests): Call the new test functions once per
9900 case within the line_table test matrix.
9901 * input.h (struct string_concat): New struct.
9902 (struct location_hash): New struct.
9903 (class string_concat_db): New class.
9904 * substring-locations.h: New header.
9906 2016-08-05 Patrick Palka <ppalka@gcc.gnu.org>
9908 PR tree-optimization/72810
9909 * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
9910 the type of the case labels when truncating.
9912 2016-08-05 James Greenhalgh <james.greenhalgh@arm.com>
9915 * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
9916 (aarch64_fp16_ptr_type_node): Likewise.
9917 * config/aarch64/aarch64-simd-builtins.c
9918 (aarch64_fp16_ptr_type_node): Define.
9919 (aarch64_init_fp16_types): New, refactored out of...
9920 (aarch64_init_builtins): ...here, update to call
9921 aarch64_init_fp16_types.
9922 * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
9924 (aapcs_vfp_sub_candidate): Likewise.
9926 2016-08-05 Martin Liska <mliska@suse.cz>
9927 Joshua Cranmer <Pidgeot18@gmail.com>
9929 * gcov.c (line_t::has_block): New function.
9930 (enum loop_type): New enum.
9931 (handle_cycle): New function.
9932 (unblock): Likewise.
9933 (circuit): Likewise.
9934 (get_cycles_count): Likewise.
9935 (accumulate_line_counts): Use new loop detection algorithm.
9937 2016-08-05 Martin Liska <mliska@suse.cz>
9939 * gcov.c (output_intermediate_file): Rename
9940 function_info::line_next to next_file_fn.
9941 (process_file): Likewise.
9942 (read_graph_file): Likewise.
9943 (accumulate_line_counts): Likewise.
9944 (output_lines): Likewise.
9946 2016-08-05 Richard Biener <rguenther@suse.de>
9948 * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
9949 restriction on threading to a loop header.
9951 2016-08-05 Richard Biener <rguenther@suse.de>
9953 * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
9954 * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
9955 adjust loop info accordingly.
9957 2016-08-05 Kugan Vivekanandarajah <kuganv@linaro.org>
9959 * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
9960 before folding call to __builtin_constant_p with parameters to false.
9962 2016-08-05 Alan Modra <amodra@gmail.com>
9964 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
9965 code accidentally committed 2016-05-02 providing class when given
9968 2016-08-04 Patrick Palka <ppalka@gcc.gnu.org>
9970 * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
9971 the case label ranges that partially overlap with OP's value
9974 2016-08-04 Uros Bizjak <ubizjak@gmail.com>
9977 * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
9978 Cast builtin function result to __mmask16 instead of __mmask8.
9979 (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
9980 (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
9981 (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
9983 2016-08-04 David Malcolm <dmalcolm@redhat.com>
9985 * selftest.h (ASSERT_TRUE): Reimplement in terms of...
9986 (ASSERT_TRUE_AT): New macro.
9987 (ASSERT_FALSE): Reimplement in terms of...
9988 (ASSERT_FALSE_AT): New macro.
9989 (ASSERT_STREQ_AT): Fix typo in comment.
9991 2016-08-04 Patrick Palka <ppalka@gcc.gnu.org>
9993 * gimple.c (preprocess_case_label_vec_for_gimple): When the case
9994 labels are exhaustive, designate the label with the widest
9995 range to be the default label.
9997 2016-08-04 Andrew Pinski <apinski@cavium.com>
9999 * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
10000 (thunderx_tunings): Use thunderx_vector_cost instead of
10001 generic_vector_cost.
10003 2016-08-04 Martin Liska <mliska@suse.cz>
10005 * gcov.c (main): Fix GNU coding style.
10006 (output_intermediate_file): Likewise.
10007 (process_file): Likewise.
10008 (generate_results): Likewise.
10009 (release_structures): Likewise.
10010 (create_file_names): Likewise.
10011 (find_source): Likewise.
10012 (read_graph_file): Likewise.
10013 (find_exception_blocks): Likewise.
10014 (canonicalize_name): Likewise.
10015 (make_gcov_file_name): Likewise.
10016 (mangle_name): Likewise.
10017 (accumulate_line_counts): Likewise.
10018 (output_branch_count): Likewise.
10019 (read_line): Likewise.
10021 2016-08-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
10023 PR rtl-optimization/71779
10024 * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
10025 if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
10026 or if it was truncated.
10028 PR rtl-optimization/70903
10029 * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
10031 2016-08-04 Kugan Vivekanandarajah <kuganv@linaro.org>
10033 * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
10034 accessing SSA_NAME_PTR_INFO.
10036 2016-08-04 Georg-Johann Lay <avr@gjlay.de>
10039 * common/config/avr/avr-common.c (avr_option_optimization_table)
10040 [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
10042 2016-08-04 Georg-Johann Lay <avr@gjlay.de>
10045 * config/avr/avr.md: New pattern to work around do_store_flag
10046 generating shift instructions for bit extractions.
10048 2016-08-04 Kugan Vivekanandarajah <kuganv@linaro.org>
10050 * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
10052 (add_equivalence): Likewise.
10053 (get_value_range): Allocate value range with vrp_value_range_pool.
10054 (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
10055 (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
10057 2016-08-03 Peter Bergner <bergner@vnet.ibm.com>
10059 * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
10060 the default for the rs6000 port.
10062 2016-08-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
10064 PR middle-end/71876
10065 * calls.c (special_function_p): Remove special handling of
10066 "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
10067 prefix "__x". Recognize "savectx", "vfork" and "getcontext" only
10068 without prefix. Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
10070 2016-08-03 Vladimir Makarov <vmakarov@redhat.com>
10072 PR middle-end/72778
10073 * lra-spills.c (regno_in_use_p): Check bb and regno modification.
10074 Don't stop on regular insns.
10076 2016-08-03 Nathan Sidwell <nathan@codesourcery.com>
10078 * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
10079 size to DImode boundary.
10080 (nvptx_propagate): Likewise.
10082 2016-08-03 Alan Modra <amodra@gmail.com>
10084 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
10085 float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
10086 * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
10087 from -mefficient-unaligned-vector. Note that this affects fp too.
10089 2016-08-03 Alan Modra <amodra@gmail.com>
10091 * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
10094 2016-08-03 Alan Modra <amodra@gmail.com>
10096 * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
10097 to a reg. Localize vars.
10099 2016-08-03 Alan Modra <amodra@gmail.com>
10101 * config/rs6000/rs6000.opt: Remove negatives from help strings
10104 2016-08-03 Alan Modra <amodra@gmail.com>
10106 * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
10107 Delete duplicated code.
10109 2016-08-02 Vladimir Makarov <vmakarov@redhat.com>
10111 PR middle-end/72778
10112 * lra-spills.c (regno_in_use_p): New.
10113 (lra_final_code_change): Use it.
10115 2016-08-02 Vladimir Makarov <vmakarov@redhat.com>
10117 PR rtl-optimization/69847
10118 * lra-int.h (struct lra-reg): Use restore_rtx instead of
10120 (lra_rtx_hash): New.
10121 * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
10123 (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
10124 * lra-remat.c (rtx_hash): Rename and Move to lra.c.
10125 * lra-spills.c (lra_final_code_change): Don't delete insn when the
10126 next insn is USE with the same reg as the current insn source.
10127 * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
10129 (lra_constraints_init): Call initiate_invariants.
10130 (lra_constraints_finish): Call finish_invariants.
10131 (struct invariant, invariant_t, invariant_ptr_t): New.
10132 (const_invariant_ptr_t, invariants, invariants_pool): New.
10133 (invariant_table, invariant_hash, invariant_eq_p): New.
10134 (insert_invariant, initiate_invariants, finish_invariants): New.
10135 (clear_invariants, invalid_invariant_regs): New.
10136 (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
10137 instead of restore_regno.
10138 (invariant_p, process_invariant_for_inheritance): New.
10139 (inherit_in_ebb): Implement invariant inheritance.
10140 (lra_inheritance): Initialize and finalize invalid_invariant_regs.
10141 (remove_inheritance_pseudos): Implement undoing invariant
10143 (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
10144 instead of restore_regno.
10145 * lra-assigns.c (regno_live_length): New.
10146 (reload_pseudo_compare_func): Use regno_live_length.
10147 (assign_by_spills): Use restore_rtx instead of restore_regno.
10148 (lra_assign): Ditto. Initiate regno_live_length.
10150 2016-02-08 James Greenhalgh <james.greenhalgh@arm.com>
10152 * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
10153 __builtin_aarch64_fmindf.
10155 2016-08-02 Bin Cheng <bin.cheng@arm.com>
10157 PR tree-optimization/34114
10158 * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
10159 information for more control IVs.
10161 2016-08-02 Bin Cheng <bin.cheng@arm.com>
10163 PR tree-optimization/34114
10164 * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
10165 PLUS_EXPR case. Handle SSA_NAME case.
10167 2016-08-02 Tamar Christina <tamar.christina@arm.com>
10169 * config/aarch64/aarch64-simd-builtins.def
10170 (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
10171 (__builtin_aarch64_fmaxdf): Likewise.
10172 (__builtin_aarch64_smin_nandf): Likewise.
10173 (__builtin_aarch64_smax_nandf): Likewise.
10174 * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
10175 * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
10176 (<fmaxmin><mode>3): ...this.
10177 * config/aarch64/arm_neon.h (vmaxnm_f64): New.
10178 (vminnm_f64): Likewise.
10179 (vmin_f64): Likewise.
10180 (vmax_f64): Likewise.
10181 * config/aarch64/iterators.md (FMAXMIN): Merge with...
10182 (FMAXMIN_UNS): ...this.
10183 (fmaxmin): Merged with
10184 (fmaxmin_op): ...this...
10185 (maxmin_uns_op): ...in to this.
10187 2016-08-01 Michael Meissner <meissner@linux.vnet.ibm.com>
10189 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
10190 Add support for vec_extract on vector float, vector int, vector
10191 short, and vector char vector types.
10192 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
10193 vector float, vector int, vector short, and vector char
10194 optimizations on 64-bit ISA 2.07 systems for both constant and
10195 variable element numbers.
10196 (rs6000_split_vec_extract_var): Likewise.
10197 * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
10198 Altivec registers on ISA 2.07 and above.
10199 (vsx_extract_v4sf): Delete alternative that hard coded element 0,
10200 which never was matched due to the split occuring before register
10201 allocation (and the code would not have worked on little endian
10202 systems if it did match). Allow extracts to go to the Altivec
10203 registers if ISA 2.07 (power8). Change from using "" around the
10204 C++ code to using {}'s.
10205 (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
10206 vec_extracts when the vector is in memory.
10207 (vsx_extract_v4sf_var): New insn to optimize vector float
10208 vec_extracts when the element number is variable on 64-bit ISA
10210 (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
10211 for 64-bit ISA 2.07 as well as ISA 3.0.
10212 (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
10213 (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
10214 (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
10215 optimize vector int, vector short, and vector char vec_extracts
10216 when the vector is in memory.
10217 (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
10218 optimize vector int, vector short, and vector char vec_extracts
10219 when the element number is variable.
10221 2016-08-01 Georg-Johann Lay <avr@gjlay.de>
10224 * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
10225 does not overlap with other symbol flags.
10227 2016-08-01 Wilco Dijkstra <wdijkstr@arm.com>
10229 * config/aarch64/aarch64.h (aarch64_frame):
10230 Remove padding0 and hardfp_offset. Add locals_offset,
10231 initial_adjust, callee_adjust, callee_offset and final_adjust.
10232 * config/aarch64/aarch64.c (aarch64_layout_frame):
10233 Remove unused padding0 and hardfp_offset initializations.
10234 Choose frame layout and set frame variables accordingly.
10235 Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
10236 (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
10237 (aarch64_pop_regs): Likewise.
10238 (aarch64_expand_prologue): Remove all decision code, just emit
10239 prolog according to frame variables.
10240 (aarch64_expand_epilogue): Remove all decision code, just emit
10241 epilog according to frame variables.
10242 (aarch64_initial_elimination_offset): Use offset to local/arg area.
10244 2015-08-01 H.J. Lu <hongjiu.lu@intel.com>
10247 * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
10248 fix_debug_reg_uses after changing source register mode to
10249 V1TImode if source register is undefined.
10251 2015-08-01 Alan Hayward <alan.hayward@arm.com>
10253 PR tree-optimization/71818
10254 * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
10255 with non invariant evolutions
10257 2016-08-01 Georg-Johann Lay <avr@gjlay.de>
10260 * config/avr/avr.md (length) [branch]: Correct insn length
10261 attribute for forward branches.
10263 2016-08-01 Georg-Johann Lay <avr@gjlay.de>
10265 * doc/extend.texi (AVR Built-in Functions): Document
10266 __builtin_avr_nops.
10267 * config/avr/builtins.def (NOPS): New.
10268 * config/avr/avr.c (avr_expand_nops): New static function.
10269 (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
10271 2016-08-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10273 * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
10274 performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
10277 2016-08-01 Virendra Pathak <virendra.pathak@broadcom.com>
10279 * config/aarch64/aarch64.c (vulcan_tunings): Update
10280 vulcan L1 cache_line_size.
10282 2016-07-30 Michael Meissner <meissner@linux.vnet.ibm.com>
10284 * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
10285 function that takes a vector memory address, a hard register, an
10286 element number and a temporary base register, and recreates an
10287 address that points to the appropriate element within the vector.
10288 * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
10289 (rs6000_split_vec_extract_var): Add support for the target of a
10290 vec_extract with variable element number being a scalar memory
10292 (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
10294 * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
10295 vsx_extract_<mode>_load insn with a new insn that optimizes
10296 storing either element to a memory location, using scratch
10297 registers to pick apart the vector and reconstruct the address.
10298 (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
10299 (vsx_extract_<mode>_store): Rework alternatives to more correctly
10300 support Altivec registers. Add support for ISA 3.0 Altivec d-form
10302 (vsx_extract_<mode>_var): Add support for extracting a variable
10303 element number from memory.
10305 2016-07-29 Georg-Johann Lay <avr@gjlay.de>
10307 * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
10308 when testing for compares against constants of the form 0xabab.
10310 2016-07-29 Bin Cheng <bin.cheng@arm.com>
10312 PR tree-optimization/57558
10313 * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
10315 (vect_loop_versioning): Support versioning with niter assumptions.
10316 * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
10317 (vect_get_loop_niters): New parameter. Reimplement to support
10318 assumptions in loop niter info.
10319 (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
10320 (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
10321 (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
10322 Support loop versioning for niters.
10323 * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
10324 (vect_free_loop_info_assumptions): New function.
10325 (vectorize_loops): Free loop niter info for loops with flag
10326 LOOP_F_ASSUMPTIONS set if vectorization failed.
10327 * tree-vectorizer.h (struct _loop_vec_info): New field
10328 num_iters_assumptions.
10329 (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
10330 (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
10331 (LOOP_REQUIRES_VERSIONING): New macro.
10332 (vect_free_loop_info_assumptions): New decl.
10334 2016-07-29 Bin Cheng <bin.cheng@arm.com>
10336 * cfgloop.h (struct loop): New field constraints.
10337 (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
10338 (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
10340 * cfgloop.c (alloc_loop): Initialize new field.
10341 * cfgloopmanip.c (copy_loop_info): Copy constraints.
10342 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
10343 Adjust niter analysis wrto loop constraints.
10344 * doc/loop.texi (@node Number of iterations): Add description for loop
10347 2016-07-29 Marek Polacek <polacek@redhat.com>
10350 * config/i386/i386.c (ix86_expand_args_builtin): Add break.
10351 (ix86_expand_round_builtin): Likewise.
10353 2016-07-29 Segher Boessenkool <segher@kernel.crashing.org>
10354 Georg-Johann Lay <avr@gjlay.de>
10356 PR rtl-optimization/71976
10357 * combine.c (get_last_value): Return 0 if the argument for which
10358 the function is called has a wider mode than the recorded value.
10360 2016-07-29 Marek Polacek <polacek@redhat.com>
10363 * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
10364 (altivec_expand_st_builtin): Likewise.
10366 2016-07-29 Georg-Johann Lay <avr@gjlay.de>
10368 * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
10369 introduced in r238381.
10371 2016-07-29 Kugan Vivekanandarajah <kuganv@linaro.org>
10373 PR middle-end/68217
10374 * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
10375 & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
10377 2016-07-28 Michael Meissner <meissner@linux.vnet.ibm.com>
10379 * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
10381 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
10382 Add support for vec_extract of vector double or vector long having
10383 a variable element number on 64-bit ISA 2.07 systems or newer.
10384 * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
10386 (rs6000_split_vec_extract_var): New function to split a
10387 vec_extract built-in function with variable element number.
10388 (rtx_is_swappable_p): Variable vec_extracts and shifts are not
10390 * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
10391 (UNSPEC_VSX_EXTRACT): Likewise.
10392 (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
10393 direct move instructions to be generated on 64-bit ISA 2.07
10394 systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
10396 (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
10397 arguments for vec_extract variable element.
10398 (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
10399 vec_extract with variable element on V2DFmode and V2DImode
10401 * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
10402 -mupper-regs-df requirement, since it isn't needed.
10403 (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
10404 do direct moves on 64-bit systems, which allows optimization of
10405 vec_extract on 64-bit ISA 2.07 systems and newer.
10407 2016-07-28 Kristina Martsenko <kristina.martsenko@arm.com>
10408 2016-07-28 Wilco Dijkstra <wdijkstr@arm.com>
10410 * config/aarch64/aarch64.md
10411 (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
10412 statement and type.
10413 (<optab>qihi2_aarch64): Likewise, and split into two.
10414 (extendqihi2_aarch64): New.
10415 (zero_extendqihi2_aarch64): New.
10416 * config/aarch64/iterators.md (ldrxt): Remove.
10417 * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
10420 2016-07-28 Kristina Martsenko <kristina.martsenko@arm.com>
10422 * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
10424 2016-07-28 Wilco Dijkstra <wdijkstr@arm.com>
10426 * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
10427 (aarch64_push_reg): New function to push 1 or 2 registers.
10428 (aarch64_pop_reg): New function to pop 1 or 2 registers.
10429 (aarch64_expand_prologue): Use aarch64_push_regs.
10430 (aarch64_expand_epilogue): Use aarch64_pop_regs.
10432 2016-07-28 Yuri Rumyantsev <ysrumyan@gmail.com>
10434 PR tree-optimization/71734
10435 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
10436 attribute instead of REF_LOOP and use it.
10437 (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
10438 set it for Loops having non-zero safelen attribute.
10439 (ref_indep_loop_p): Pass zero as initial value for safelen.
10441 2016-07-28 Ilya Enkovich <ilya.enkovich@intel.com>
10443 PR middle-end/72657
10445 * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
10446 call using chkp_gimple_call_builtin_p.
10447 (chkp_copy_bounds_for_assign): Likewise.
10449 2016-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10451 * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
10452 * config/arm/arm-protos.h (struct tune_params): Likewise.
10453 * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
10454 (cortex_a9_sched_adjust_cost): Likewise.
10455 (fa726te_sched_adjust_cost): Likewise.
10456 (arm_adjust_cost): Likewise.
10457 * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
10458 * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
10459 * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
10460 * config/i386/i386.c (ix86_adjust_cost): Likewise.
10461 * config/ia64/ia64.c: Likewise.
10462 * config/m68k/m68k.c: Likewise.
10463 * config/mep/mep.c (mep_adjust_cost): Likewise.
10464 * config/microblaze/microblaze.c (microblaze_adjust_cost):
10466 * config/mips/mips.c (mips_adjust_cost): Likewise.
10467 * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
10469 * config/pa/pa.c (pa_adjust_cost): Likewise.
10470 * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
10471 (rs6000_debug_adjust_cost): Likewise.
10472 * config/sh/sh.c (sh_adjust_cost): Likewise.
10473 * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
10474 (hypersparc_adjust_cost): Likewise.
10475 (sparc_adjust_cost): Likewise.
10476 * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
10477 * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
10478 * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
10480 * config/visium/visium.c (visium_adjust_cost): Likewise.
10481 * doc/tm.texi: Regenerate.
10482 * haifa-sched.c (dep_cost_1): Adjust.
10483 * target.def: Merge adjust_cost and adjust_cost_2.
10485 2016-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10487 * haifa-sched.c (add_to_speculative_block): Make twins a vector.
10489 2016-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10491 * store-motion.c (struct st_expr): Make pattern_regs a vector.
10492 (extract_mentioned_regs): Append to a vector instead of
10493 returning a rtx_expr_list.
10494 (st_expr_entry): Adjust.
10495 (free_st_expr_entry): Likewise.
10496 (store_ops_ok): Likewise.
10497 (store_killed_in_insn): Likewise.
10498 (find_moveable_store): Likewise.
10500 2016-07-28 Martin Liska <mliska@suse.cz>
10502 PR gcov-profile/68025
10503 * tree-profile.c (tree_profiling): Respect
10504 no_profile_instrument_function attribute.
10505 * doc/extend.texi: Document no_profile_instrument_function
10508 2016-07-28 Martin Liska <mliska@suse.cz>
10510 PR rtl-optimization/70944
10511 * combine.c (make_compound_operation):
10512 Do not allow make_compound_operation for vector mode
10514 2016-07-28 Kugan Vivekanandarajah <kuganv@linaro.org>
10516 PR middle-end/71994
10517 * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
10518 before calling get_ops.
10520 2016-07-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
10522 * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
10523 * tree.h (LOG2_BITS_PER_UNIT): ...to here.
10524 (BITS_PER_UNIT_LOG): Remove.
10525 (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
10526 * expr.c (expand_assignment): Likewise.
10527 * stor-layout.c (initialize_sizetypes): Likewise.
10529 2016-07-27 Michael Meissner <meissner@linux.vnet.ibm.com>
10531 * config/rs6000/vector.md (vec_extract<mode>): Change the calling
10532 signature of rs6000_expand_vector_extract so that the element
10533 number is a RTX instead of a constant integer.
10534 * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
10536 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
10537 (altivec_expand_vec_ext_builtin): Likewise.
10538 * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
10539 * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
10540 MFVSRLD instruction.
10542 2016-07-27 David Malcolm <dmalcolm@redhat.com>
10544 * input.c (get_pure_location): Move here from tree.c.
10545 (make_location): Likewise. Add header comment.
10546 (selftest::test_accessing_ordinary_linemaps): Verify
10547 pure_location_p, make_location, get_location_from_adhoc_loc and
10548 get_range_from_loc.
10549 * input.h (get_pure_location): Move declaration here from tree.h.
10550 (get_finish): Likewise for inline function.
10551 (make_location): Likewise for declaration.
10552 * tree.c (get_pure_location): Move to input.c.
10553 (make_location): Likewise.
10554 * tree.h (get_pure_location): Move declaration to tree.h.
10555 (get_finish): Likewise for inline function.
10556 (make_location): Likewise for declaration.
10558 2016-07-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
10560 PR middle-end/71078
10561 * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
10563 2016-07-27 David Malcolm <dmalcolm@redhat.com>
10565 * system.h (STATIC_ASSERT): Use static_assert if building
10566 with C++11 onwards.
10568 2016-07-27 Richard Biener <rguenther@suse.de>
10570 PR tree-optimization/72517
10571 * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
10572 Revert change to not compute read-read dependences.
10574 2016-07-27 Richard Biener <rguenther@suse.de>
10576 * predict.c (set_even_probabilities): Make nedges unsigned.
10578 2016-07-27 Martin Liska <mliska@suse.cz>
10580 * predict.c (set_even_probabilities): Handle unlikely edges.
10581 (combine_predictions_for_bb): Likewise.
10583 2016-07-26 Michael Meissner <meissner@linux.vnet.ibm.com>
10586 * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
10587 __float128 support when we don't have hardware support, so that
10588 the IEEE built-in functions like isgreater, first call __unordkf3
10589 to make sure neither operand is a NaN, and if both operands are
10590 ordered, do the normal comparison.
10592 2016-07-26 Patrick Palka <ppalka@gcc.gnu.org>
10594 * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
10596 (extract_code_and_val_from_cond_with_ops): Verify that name is
10597 either cond_op0 or cond_op1.
10599 2016-07-26 Patrick Palka <ppalka@gcc.gnu.org>
10601 PR tree-optimization/18046
10602 * genmodes.c (emit_mode_size_inline): Emit an assert that
10603 verifies that mode is a valid array index.
10604 (emit_mode_nuinits_inline): Likewise.
10605 (emit_mode_inner_inline): Likewise.
10606 (emit_mode_unit_size_inline): Likewise.
10607 (emit_mode_unit_precision_inline): Likewise.
10608 * tree-vrp.c: Include params.h.
10609 (find_switch_asserts): Register edge assertions for the default
10610 label which correspond to the anti-ranges of each case label.
10611 * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
10612 * doc/invoke.texi: Document it.
10614 2016-07-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10616 * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
10617 and unnecessary call to gimple_bb.
10619 2016-07-26 Richard Biener <rguenther@suse.de>
10621 PR rtl-optimization/71984
10622 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
10625 2016-07-26 Richard Biener <rguenther@suse.de>
10627 PR middle-end/72517
10628 * expmed.c (extract_bit_field_1): Constrain the vector mode
10629 with element size matching the extraction mode size when
10630 choosing a better vector mode to do the extraction from.
10632 2016-07-26 Richard Biener <rguenther@suse.de>
10633 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
10635 PR middle-end/70920
10636 * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
10639 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10641 * tree-ssa-structalias.c (struct scc_info): Change types of
10642 members to auto_sbitmap and auto_vec.
10643 (scc_info::scc_info): New constructor.
10644 (scc_info::~scc_info): New destructor.
10645 (init_scc_info): Remove.
10646 (free_scc_info): Remove.
10647 (find_indirect_cycles): Adjust.
10648 (perform_var_substitution): Likewise.
10649 (free_var_substitution_info): Likewise.
10651 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10653 * tree-outof-ssa.c (struct elim_graph): Change type of members
10654 to auto_vec and auto_sbitmap.
10655 (elim_graph::elim_graph): New constructor.
10656 (delete_elim_graph): Remove.
10657 (expand_phi_nodes): Adjust.
10659 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10661 * tree-outof-ssa.c (struct elim_graph): Remove typedef.
10662 (new_elim_graph): Adjust.
10663 (clear_elim_graph): Likewise.
10664 (delete_elim_graph): Likewise.
10665 (elim_graph_size): Likewise.
10666 (elim_graph_add_node): Likewise.
10667 (elim_graph_add_edge): Likewise.
10668 (elim_graph_remove_succ_edge): Likewise.
10669 (eliminate_name): Likewise.
10670 (eliminate_build): Likewise.
10671 (elim_forward): Likewise.
10672 (elim_unvisited_predecessor): Likewise.
10673 (elim_backward): Likewise.
10674 (elim_create): Likewise.
10675 (eliminate_phi): Likewise.
10676 (expand_phi_nodes): Likewise.
10678 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10680 * bt-load.c (compute_out): Use auto_sbitmap class.
10681 (link_btr_uses): Likewise.
10682 * cfganal.c (mark_dfs_back_edges): Likewise.
10683 (post_order_compute): Likewise.
10684 (inverted_post_order_compute): Likewise.
10685 (pre_and_rev_post_order_compute_fn): Likewise.
10686 (single_pred_before_succ_order): Likewise.
10687 * cfgexpand.c (pass_expand::execute): Likewise.
10688 * cfgloop.c (verify_loop_structure): Likewise.
10689 * cfgloopmanip.c (fix_bb_placements): Likewise.
10690 (remove_path): Likewise.
10691 (update_dominators_in_loop): Likewise.
10692 * cfgrtl.c (break_superblocks): Likewise.
10693 * ddg.c (check_sccs): Likewise.
10694 (create_ddg_all_sccs): Likewise.
10695 * df-core.c (df_worklist_dataflow): Likewise.
10696 * dse.c (dse_step3): Likewise.
10697 * except.c (eh_region_outermost): Likewise.
10698 * function.c (thread_prologue_and_epilogue_insns): Likewise.
10699 * gcse.c (prune_expressions): Likewise.
10700 (prune_insertions_deletions): Likewise.
10701 * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
10702 * graph.c (draw_cfg_nodes_no_loops): Likewise.
10703 * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
10704 * lcm.c (compute_earliest): Likewise.
10705 (compute_farthest): Likewise.
10706 * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
10707 (unroll_loop_runtime_iterations): Likewise.
10708 (unroll_loop_stupid): Likewise.
10709 * lower-subreg.c (decompose_multiword_subregs): Likewise.
10710 * lra-lives.c: Likewise.
10711 * lra.c (lra): Likewise.
10712 * modulo-sched.c (schedule_reg_moves): Likewise.
10713 (optimize_sc): Likewise.
10714 (get_sched_window): Likewise.
10715 (sms_schedule_by_order): Likewise.
10716 (check_nodes_order): Likewise.
10717 (order_nodes_of_sccs): Likewise.
10718 (order_nodes_in_scc): Likewise.
10719 * recog.c (split_all_insns): Likewise.
10720 * regcprop.c (pass_cprop_hardreg::execute): Likewise.
10721 * reload1.c (reload): Likewise.
10722 * sched-rgn.c (haifa_find_rgns): Likewise.
10723 (split_edges): Likewise.
10724 (compute_trg_info): Likewise.
10725 * sel-sched.c (init_seqno): Likewise.
10726 * store-motion.c (remove_reachable_equiv_notes): Likewise.
10727 * tree-into-ssa.c (update_ssa): Likewise.
10728 * tree-ssa-live.c (live_worklist): Likewise.
10729 * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
10730 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
10732 (try_peel_loop): Likewise.
10733 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
10735 * tree-ssa-pre.c (compute_antic): Likewise.
10736 * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
10737 * tree-stdarg.c (reachable_at_most_once): Likewise.
10738 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
10739 * var-tracking.c (vt_find_locations): Likewise.
10741 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10743 * sbitmap.h (auto_sbitmap): New class.
10745 2016-07-26 Alan Modra <amodra@gmail.com>
10748 * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
10751 2016-07-25 David Malcolm <dmalcolm@redhat.com>
10753 * input.c (selftest::temp_source_file::temp_source_file): Fix
10754 missing "%s" in fprintf.
10756 2016-07-25 John David Anglin <danglin@gcc.gnu.org>
10758 PR middle-end/71732
10759 * cselib.c (cselib_process_insn): Invalidate argument slots for
10762 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10764 * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
10765 vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
10766 vmulxh_lane_f16, vmulxh_laneq_f16): New.
10768 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10770 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
10771 * config/aarch64/aarch64.md (fma, fnma): Support HF.
10772 * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
10774 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10776 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
10777 * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
10779 (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
10780 (add<mode>3): Likewise.
10781 (sub<mode>3): Likewise.
10782 (mul<mode>3): Likewise.
10783 (div<mode>3): Likewise.
10784 (*div<mode>3): Likewise.
10785 (<fmaxmin><mode>3): Extend to HF.
10786 * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
10787 (fabd<mode>3): Likewise.
10788 (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
10789 (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
10790 (aarch64_fmulx<mode>): Likewise.
10791 (aarch64_fac<optab><mode>): Likewise.
10792 (aarch64_frecps<mode>): Likewise.
10793 (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
10794 (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
10795 * config/aarch64/iterators.md (VHSDF_SDF): Delete.
10796 (VSDQ_HSDI): Support HI.
10797 (fcvt_target, FCVT_TARGET): Likewise.
10798 * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
10799 vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
10800 vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
10801 vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
10802 vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
10803 vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
10804 vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
10805 vrsqrtsh_f16): New.
10807 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10809 * config.gcc (aarch64*-*-*): Install arm_fp16.h.
10810 * config/aarch64/aarch64-builtins.c (hi_UP): New.
10811 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
10812 * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
10814 (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
10815 (aarch64_cm<optab><mode>): Likewise.
10816 * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
10817 (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
10818 (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
10819 (sqrt<mode>2): Likewise.
10820 (*sqrt<mode>2): Likewise.
10821 (abs<mode>2): Likewise.
10822 (<optab><mode>hf2): New pattern for HF mode.
10823 (<optab>hihf2): Likewise.
10824 * config/aarch64/arm_neon.h: Include arm_fp16.h.
10825 * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
10826 (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
10828 * config/aarch64/arm_fp16.h: New file.
10829 (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
10830 vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
10831 vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
10832 vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
10833 vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
10834 vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
10835 vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
10836 vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
10837 vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
10838 vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
10839 vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
10840 vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
10843 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10845 * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
10846 reduc_smin_scal_): Use VDQIF_F16.
10847 (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
10848 * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
10850 (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
10851 * config/aarch64/iterators.md (VDQIF_F16): New.
10852 (vp): Support HF modes.
10853 * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
10854 vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
10856 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10858 * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
10859 "*aarch64_mulx_elt_from_dup<mode>".
10860 (*aarch64_mul3_elt<mode>): Update schedule type.
10861 (*aarch64_mul3_elt_from_dup<mode>): Likewise.
10862 (*aarch64_fma4_elt_from_dup<mode>): Likewise.
10863 (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
10864 * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
10865 (f, fp): Support HF modes.
10866 * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
10867 vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
10868 vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
10869 vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
10870 vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
10871 vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
10873 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10875 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
10876 * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
10878 * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
10881 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10883 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
10884 * config/aarch64/aarch64-simd.md
10885 (aarch64_rsqrts<mode>): Extend to HF modes.
10886 (fabd<mode>3): Likewise.
10887 (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
10888 (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
10889 (aarch64_<maxmin_uns>p<mode>): Likewise.
10890 (<su><maxmin><mode>3): Likewise.
10891 (<maxmin_uns><mode>3): Likewise.
10892 (<fmaxmin><mode>3): Likewise.
10893 (aarch64_faddp<mode>): Likewise.
10894 (aarch64_fmulx<mode>): Likewise.
10895 (aarch64_frecps<mode>): Likewise.
10896 (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
10897 (add<mode>3): Extend to HF modes.
10898 (sub<mode>3): Likewise.
10899 (mul<mode>3): Likewise.
10900 (div<mode>3): Likewise.
10901 (*div<mode>3): Likewise.
10902 * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
10904 * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
10905 * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
10906 vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
10907 vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
10908 vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
10909 vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
10910 vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
10911 vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
10912 vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
10913 vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
10914 vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
10915 vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
10916 vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
10917 vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
10919 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10921 * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
10922 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
10923 * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
10924 (neg<mode>2): Likewise.
10925 (abs<mode>2): Likewise.
10926 (<frint_pattern><mode>2): Likewise.
10927 (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
10928 (<optab><VDQF:mode><fcvt_target>2): Likewise.
10929 (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
10930 (ftrunc<VDQF:mode>2): Likewise.
10931 (<optab><fcvt_target><VDQF:mode>2): Likewise.
10932 (sqrt<mode>2): Likewise.
10933 (*sqrt<mode>2): Likewise.
10934 (aarch64_frecpe<mode>): Likewise.
10935 (aarch64_cm<optab><mode>): Likewise.
10936 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
10938 * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
10939 (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
10941 * config/aarch64/arm_neon.h (vdup_n_f16): New.
10942 (vdupq_n_f16): Likewise.
10943 (vld1_dup_f16): Use vdup_n_f16.
10944 (vld1q_dup_f16): Use vdupq_n_f16.
10945 (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
10946 vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
10947 vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
10948 vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
10949 vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
10950 vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
10951 vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
10952 vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
10953 vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
10954 vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
10955 vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
10956 vsqrt_f16, vsqrtq_f16): New.
10958 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10960 * config/aarch64/aarch64-simd.md
10961 (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
10962 (aarch64_ext<mode>): Likewise.
10963 (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
10964 * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
10965 aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
10967 * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
10969 (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
10970 __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
10971 vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
10972 vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
10973 vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
10974 vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
10975 vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
10977 (vmov_n_f16): Reimplement using vdup_n_f16.
10978 (vmovq_n_f16): Reimplement using vdupq_n_f16..
10980 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10982 * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
10983 "frame_related_p". Generate CFA annotation when it's necessary.
10984 (aarch64_expand_prologue): Use aarch64_add_constant.
10985 (aarch64_expand_epilogue): Likewise.
10986 (aarch64_output_mi_thunk): Pass "false" when calling
10987 aarch64_add_constant.
10989 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10991 * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
10994 2016-07-25 Jiong Wang <jiong.wang@arm.com>
10996 * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
10997 Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
10998 (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
10999 (aarch64_build_constant): Delete.
11001 2016-07-25 Alexander Monakov <amonakov@ispras.ru>
11004 2016-07-20 Alexander Monakov <amonakov@ispras.ru>
11006 * config/nvptx/nvptx.c (nvptx_option_override): Do not set
11007 flag_toplevel_reorder.
11009 2016-07-25 Richard Biener <rguenther@suse.de>
11011 * cgraph.c (cgraph_node::verify_node): Compare against builtin
11012 by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
11013 * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
11014 * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
11015 (streamer_get_builtin_tree): Likewise.
11016 (streamer_write_builtin): Likewise.
11017 * lto-streamer.h (LTO_builtin_decl): Remove.
11018 * lto-streamer-in.c (lto_read_tree_1): Remove assert.
11019 (lto_input_scc): Remove LTO_builtin_decl handling.
11020 (lto_input_tree_1): Liekwise.
11021 * lto-streamer-out.c (lto_output_tree_1): Remove special
11022 handling of builtins.
11023 (DFS::DFS): Likewise.
11024 * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
11025 * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
11027 (streamer_write_builtin): Remove.
11029 2016-07-25 Martin Liska <mliska@suse.cz>
11031 * lto-cgraph.c (input_symtab): Don't call get_working_sets
11032 if flag_auto_profile is set to true.
11034 2016-07-25 Martin Liska <mliska@suse.cz>
11036 PR gcov-profile/71868
11037 * cfgloopanal.c (expected_loop_iterations_unbounded): When we
11038 have a function with multiple latches, count them all.
11040 2016-07-25 Martin Liska <mliska@suse.cz>
11042 * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
11044 2016-07-25 Martin Liska <mliska@suse.cz>
11046 PR tree-optimization/71987
11047 * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
11048 just for SSA_NAMEs. Fix GNU coding style.
11050 2016-07-25 Martin Liska <mliska@suse.cz>
11052 PR gcov-profile/64874
11053 * gcov-io.h: Update command about file format.
11054 * gcov-iov.c (main): Adapt the numbering scheme.
11056 2016-07-24 Kugan Vivekanandarajah <kuganv@linaro.org>
11058 PR middle-end/66726
11059 * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
11060 whose result is used in PHI.
11061 (final_range_test_p): Likewise.
11062 (maybe_optimize_range_tests): Likewise.
11064 2016-07-22 Michael Meissner <meissner@linux.vnet.ibm.com>
11066 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
11067 Reformat two multi-line strings.
11069 2016-07-22 Martin Sebor <msebor@redhat.com>
11071 * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
11073 2016-07-22 Martin Sebor <msebor@redhat.com>
11076 * doc/extend.texi (Compound Literals): Correct and clarify.
11077 (Cast to Union): Same.
11079 2016-07-22 Kelvin Nilsen <kelvin@gcc.gnu.org>
11081 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
11082 comments to explain why certain error messages make mention of
11083 undocumented options.
11084 (rs6000_invalid_builtin): Change error messages to replace mention
11085 of undocumented options with mention of the -mcpu=power9 option
11086 that enables those undocumented options.
11087 * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
11088 (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
11089 definition of this macro to correct an existing error.
11090 * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
11091 mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
11092 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
11093 descriptions of built-in functions so that they depend on
11094 -mcpu=power9 instead of on the corresponding undocumented flags.
11095 * doc/invoke.texi (Option Summary): Remove all mention of newly
11096 undocumented flags.
11097 (IBM RS/6000 and PowerPC Options): Likewise.
11098 * doc/md.texi (Constraints for Particuliar Machines): Remove all
11099 mention of newly undocumented flags.
11101 2016-07-22 Evgeny Stupachenko <evstupac@gmail.com>
11103 * ipa-cp.c (determine_versionability): Do not create constprop clones,
11104 when target_clones attribute is set.
11106 2016-07-22 Bin Cheng <bin.cheng@arm.com>
11108 * common.opt (funsafe-loop-optimizations): Mark ignore.
11109 * doc/invoke.texi (funsafe-loop-optimizations): Remove.
11110 * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
11112 * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
11113 * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
11115 2016-07-22 Bin Cheng <bin.cheng@arm.com>
11117 * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
11119 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
11121 (number_of_iterations_exit): Warn missed loop optimization for
11122 possible infinite loops.
11124 2016-07-22 Segher Boessenkool <segher@kernel.crashing.org>
11127 * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
11128 when to emit a ".machine" pseudo-op.
11130 2016-07-22 Martin Liska <mliska@suse.cz>
11132 PR gcov-profile/69028
11133 PR gcov-profile/62047
11134 * coverage.c (coverage_compute_lineno_checksum): Do not
11135 calculate checksum for fns w/o xloc.file.
11136 (coverage_compute_profile_id): Likewise.
11138 2016-07-22 Georg-Johann Lay <avr@gjlay.de>
11140 * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
11141 (avr_secondary_reload): ...and implementation.
11142 (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
11143 * config/avr/avr.md (reload_in<mode>): Remove insns.
11144 (adjust_len) [lpm]: Remove insn attribute value.
11145 * config/avr/predicates.md (flash_operand): Remove insn predicate.
11147 2016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
11149 PR middle-end/71876
11150 * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
11152 * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
11153 * calls.c (special_function_p): Remove the special handling of the
11154 "__builtin_" prefix.
11156 2016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
11158 PR middle-end/71876
11159 * calls.c (gimple_maybe_alloca_call_p): New function. Return true
11160 if STMT may be an alloca call.
11161 (gimple_alloca_call_p, alloca_call_p): Return only true for the
11162 builtin alloca call.
11163 * calls.h (gimple_maybe_alloca_call_p): New function.
11164 * tree-inline.c (inline_forbidden_p_stmt): Use
11165 gimple_maybe_alloca_call_p here.
11167 2016-07-21 David Malcolm <dmalcolm@redhat.com>
11169 * spellcheck-tree.c (best_macro_match::best_macro_match):
11170 Explictly specify the template arguments when invoking the base
11171 class constructor, to help older C++ compilers.
11173 2016-07-21 Jakub Jelinek <jakub@redhat.com>
11176 * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
11177 before builtin_decl_implicit.
11179 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
11181 * optabs.c (emit_condiitonal_move): Short circuit for identical
11184 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
11186 * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
11187 max_seq_cost. Removed fields: then_cost, else_cost, branch_cost.
11188 (noce_conversion_profitable_p): New.
11189 (noce_try_store_flag_constants): Use it.
11190 (noce_try_addcc): Likewise.
11191 (noce_try_store_flag_mask): Likewise.
11192 (noce_try_cmove): Likewise.
11193 (noce_try_cmove_arith): Likewise.
11194 (bb_valid_for_noce_process_p): Add to the cost parameter rather than
11196 (noce_convert_multiple_sets): Move cost model to here, from...
11197 (bb_ok_for_noce_convert_multiple_sets) ...here.
11198 (noce_process_if_block): Update calls for above changes.
11199 (noce_find_if_block): Record new noce_if_info parameters.
11201 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
11203 * target.def (max_noce_ifcvt_seq_cost): New.
11204 * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
11205 * doc/tm.texi: Regenerate.
11206 * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
11207 * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
11208 * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
11209 (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
11210 * doc/invoke.texi: Document new params.
11212 2016-07-21 Richard Biener <rguenther@suse.de>
11214 PR tree-optimization/71947
11215 * tree-vrp.c (extract_range_from_assert): Singleton symbolic
11216 ranges have useful limit_vr information.
11218 2016-07-21 Richard Biener <rguenther@suse.de>
11220 * function-tests.c (build_trivial_generic_function): Set
11221 BLOCK_SUPERCONTEXT of DECL_INITIAL.
11222 * omp-low.c (create_omp_child_function): Likewise.
11223 (grid_expand_target_grid_body): Likewise.
11224 * cgraphunit.c (init_lowered_empty_function): Likewise.
11225 (cgraph_node::expand_thunk): Likewise.
11226 * tree-parloops.c (create_loop_fn): Likewise.
11227 * ipa.c (cgraph_build_static_cdtor_1): Likewise.
11229 2016-07-21 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
11231 * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
11234 2016-07-21 Georg-Johann Lay <avr@gjlay.de>
11236 * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
11237 (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
11238 (*insv.xor-extract, *insv.xor1-bit.0): New insns.
11239 (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
11240 values for insn attribute.
11241 * config/avr/avr.c (avr_out_insert_notbit): New function.
11242 (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
11243 ADJUST_LEN_INSV_NOTBIT_0/_7.
11244 * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
11246 2016-07-21 Bin Cheng <bin.cheng@arm.com>
11248 * tree-chrec.c (convert_affine_scev): New parameter. Pass new arg.
11249 (chrec_convert_1, chrec_convert): Ditto.
11250 * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
11251 * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
11252 * tree-vrp.c (adjust_range_with_scev): Ditto.
11253 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
11254 (scev_var_range_cant_overflow): New function.
11255 (scev_probably_wraps_p): New parameter. Call above function.
11256 * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
11258 2016-07-21 Bin Cheng <bin.cheng@arm.com>
11260 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
11261 by removing computation of may_be_zero.
11263 2016-07-21 Jakub Jelinek <jakub@redhat.com>
11265 * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
11267 2016-07-21 Andrew Sutton <andrew.n.sutton@gmail.com>
11269 Improving concepts performance and diagnostics.
11270 * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
11271 for constraint satisfaction and subsumption.
11272 * timevar.h (auto_timevar): New constructor that matches the push/pop
11273 pattern of usage in pt.c.
11275 2016-07-20 Uros Bizjak <ubizjak@gmail.com>
11277 * hwint.h (HOST_WIDE_INT_0): New define.
11278 (HOST_WIDE_INT_0U): Ditto.
11279 * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
11280 * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
11281 * simplify-rtx.c: Ditto.
11282 * tree-object-size.c: Ditto.
11284 2016-07-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11286 * config/s390/s390.c (s390_encode_section_info): Remove mode size
11289 2016-07-20 Uros Bizjak <ubizjak@gmail.com>
11291 * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
11292 * combine.c: Use HOST_WIDE_INT_M1U instead of
11293 ~(unsigned HOST_WIDE_INT) 0.
11294 * double-int.h: Ditto.
11296 * dwarf2asm.c:Ditto.
11298 * genmodes.c: Ditto.
11300 * read-rtl.c: Ditto.
11301 * tree-ssa-loop-ivopts.c: Ditto.
11302 * tree-ssa-loop-prefetch.c: Ditto.
11303 * tree-vect-generic.c: Ditto.
11304 * tree-vect-patterns.c: Ditto.
11307 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
11309 * config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
11310 constant addresses outside [0,0xc0] into a register.
11311 (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn. And handle
11312 cases where the base address register is unused after.
11313 (avr_out_movhi_r_mr_reg_disp_tiny): Same.
11314 (avr_out_movhi_mr_r_reg_disp_tiny): Same.
11315 (avr_out_store_psi_reg_disp_tiny): Same.
11317 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
11319 Implement attribute progmem on reduced Tiny cores by adding
11320 flash offset 0x4000 to respective symbols.
11323 * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
11324 documentation how it works on reduced Tiny cores.
11325 (AVR Named Address Spaces): No support for reduced Tiny.
11326 * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
11327 (avr_address_tiny_pm_p): New static function.
11328 (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
11329 if the address is in progmem.
11330 (avr_assemble_integer): Same.
11331 (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
11332 for symbol_ref in progmem.
11333 * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
11334 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
11335 magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
11337 2016-07-20 Patrick Palka <ppalka@gcc.gnu.org>
11339 * configure.ac (thin_archive_support): New variable. AC_SUBST it.
11340 * configure: Regenerate.
11341 * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
11342 (USE_THIN_ARCHIVES): New variable.
11343 (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
11344 this archive as a thin archive.
11346 2016-07-20 David Malcolm <dmalcolm@redhat.com>
11348 * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
11349 same location as last time, don't skip if we have fix-it hints.
11350 Clarify the skipping logic by converting it from one "if" clause
11351 to repeated "if" clauses.
11352 * spellcheck-tree.c: Include "cpplib.h".
11353 (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
11354 (best_macro_match::best_macro_match): New constructor.
11355 * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
11356 Move here from c/c-decl.c.
11357 (class best_macro_match): Move here from c/c-decl.c, converting
11358 from a typedef to a subclass, gaining a ctor.
11360 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
11362 * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
11363 * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
11365 (avr_addr_space_diagnose_usage): ...and implementation.
11366 (avr_addr_space_supported_p): New function.
11367 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
11368 report bad address space usage if that space is supported.
11369 (avr_insert_attributes): Same. No more complain about unsupported
11371 * config/avr/avr-c.c (tm_p.h): Include it.
11372 (avr_cpu_cpp_builtins): Only define addr-space related built-in
11373 macro if avr_addr_space_supported_p.
11375 2016-07-20 Alexander Monakov <amonakov@ispras.ru>
11377 * config/nvptx/nvptx.c (nvptx_option_override): Do not set
11378 flag_toplevel_reorder.
11380 2016-07-20 David Malcolm <dmalcolm@redhat.com>
11382 * gcc-rich-location.c
11383 (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
11385 * gcc-rich-location.h
11386 (gcc_rich_location::add_fixit_misspelled_id): Likewise.
11388 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
11390 * target.def (addr_space): Add new diagnose_usage to hook vector.
11391 * targhooks.c (default_addr_space_diagnose_usage): Add default
11392 implementation and...
11393 * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
11394 * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
11395 is some address space, call targetm.addr_space.diagnose_usage.
11396 * doc/tm.texi.in (Named Address Spaces): Add anchor for
11397 TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
11398 * doc/tm.texi: Regenerate.
11400 2016-07-20 Martin Liska <mliska@suse.cz>
11402 PR middle-end/71898
11403 * graphite-isl-ast-to-gimple.c (later_of_the_two):
11404 Properly handly PHI stmts.
11406 2016-07-20 Bin Cheng <bin.cheng@arm.com>
11408 PR tree-optimization/71503
11409 PR tree-optimization/71683
11410 * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
11413 2016-07-20 Martin Liska <mliska@suse.cz>
11415 * doc/invoke.texi (-fipa-ra): Document when the option is
11416 disabled. Fix a typo.
11418 2016-07-20 Martin Liska <mliska@suse.cz>
11420 * Makefile.in: Include fibonacci_heap.c
11421 * fibonacci_heap.c: New file.
11422 * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
11423 (fibonacci_heap::union_with): Fix deletion of the second heap.
11424 * selftest-run-tests.c (selftest::run_tests): Incorporate
11425 fibonacci heap tests.
11426 * selftest.h: Declare fibonacci_heap_c_tests.
11428 2016-07-20 Martin Liska <mliska@suse.cz>
11430 * selftest-run-tests.c (selftest::run_tests): New function.
11431 * selftest.h (sreal_c_tests): Declare.
11432 * sreal.c (sreal_verify_basics): New function.
11433 (verify_aritmetics): Likewise.
11434 (sreal_verify_arithmetics): Likewise.
11435 (verify_shifting): Likewise.
11436 (sreal_verify_shifting): Likewise.
11437 (void sreal_c_tests): Likewise.
11439 2016-07-19 Jakub Jelinek <jakub@redhat.com>
11441 PR rtl-optimization/71916
11442 * cfgrtl.c (contains_no_active_insn_p): Return false also for
11443 bb which have a single succ fake edge.
11445 2016-07-19 Aldy Hernandez <aldyh@redhat.com>
11448 * dwarf2out.c (gen_subprogram_die): Only call
11449 gen_unspecified_parameters_die while dumping early dwarf.
11451 2016-07-19 Jakub Jelinek <jakub@redhat.com>
11453 PR middle-end/71874
11454 * gimple-fold.c (fold_builtin_memory_op): Use
11455 get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
11457 2016-07-19 Uros Bizjak <ubizjak@gmail.com>
11459 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
11460 HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
11461 HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
11462 HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
11463 * combine.c: Ditto.
11466 * double-int.c: Ditto.
11468 * dwarf2out.c: Ditto.
11471 * fold-const.c: Ditto.
11472 * function.c: Ditto.
11474 * genmodes.c: Ditto.
11478 * loop-doloop.c: Ditto.
11479 * loop-invariant.c: Ditto.
11480 * loop-iv.c: Ditto.
11485 * rtlanal.c: Ditto.
11486 * simplify-rtx.c: Ditto.
11487 * stor-layout.c: Ditto.
11489 * tree-ssa-loop-ivopts.c: Ditto.
11490 * tree-vect-generic.c: Ditto.
11491 * tree-vect-patterns.c: Ditto.
11496 * wide-int-print.cc: Ditto.
11497 * wide-int.cc: Ditto.
11498 * wide-int.h: Ditto.
11500 2016-07-19 David Malcolm <dmalcolm@redhat.com>
11502 * selftest.c (selftest::assert_streq): Handle NULL values of
11503 val_actual and val_expected.
11505 2016-07-19 Martin Jambor <mjambor@suse.cz>
11508 * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
11509 rather than cgraph_create_node to get a call graph node.
11511 2016-07-19 Richard Biener <rguenther@suse.de>
11513 * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
11514 handle all tcc_constant bases and valueize SSA names.
11515 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
11516 tcc_constant bases.
11518 2016-07-19 David Malcolm <dmalcolm@redhat.com>
11520 * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
11521 the flags of the exit block and bb2, not just the entry block.
11523 2016-07-19 Richard Biener <rguenther@suse.de>
11525 PR tree-optimization/71901
11526 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
11527 align member, group stuff with the bitfield.
11528 (vn_ref_op_align_unit): New inline.
11529 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
11530 record element alignment and operand 3 unchanged.
11531 (ao_ref_init_from_vn_reference): Adjust.
11532 (valueize_refs_1): Likewise.
11533 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
11535 2016-07-19 Richard Biener <rguenther@suse.de>
11537 PR tree-optimization/71908
11538 * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
11539 symbolic constants in a more reliable way.
11541 2016-07-19 Ilya Enkovich <ilya.enkovich@intel.com>
11543 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
11545 (vect_update_inits_of_drs): Likewise.
11546 (vect_create_cond_for_alias_checks): Likewise.
11547 * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
11549 2016-07-19 Richard Biener <rguenther@suse.de>
11552 * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
11553 with an abstract origin that is not an inlined function outer
11554 scope add a self-reference as abstract origin.
11555 * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
11557 2016-07-18 Michael Meissner <meissner@linux.vnet.ibm.com>
11560 * config/rs6000/rs6000.c (rs6000_function_value): Fix
11561 unintentional System V.4 structure return breakage for structures
11562 with a single floating point element.
11564 2016-07-18 Yuri Rumyantsev <ysrumyan@gmail.com>
11566 PR tree-optimization/71734
11567 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
11568 contains REF, use it to check safelen, assume that safelen value
11569 must be greater 1, fix style.
11570 (ref_indep_loop_p_2): Add REF_LOOP argument.
11571 (ref_indep_loop_p): Pass LOOP as additional argument to
11572 ref_indep_loop_p_2.
11574 2016-07-18 Dominik Vogt <vogt@linux.vnet.ibm.com>
11576 * cfgexpand.c (expand_stack_vars): Implement synamic stack space
11577 allocation in the prologue.
11578 * explow.c (get_dynamic_stack_base): New function to return an address
11579 expression for the dynamic stack base.
11580 (get_dynamic_stack_size): New function to do the required dynamic stack
11581 space size calculations.
11582 (allocate_dynamic_stack_space): Use new functions.
11583 (align_dynamic_address): Move some code from
11584 allocate_dynamic_stack_space to new function.
11585 * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
11587 2016-07-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11589 * config/s390/s390.c (s390_encode_section_info): Always set
11590 notaligned marker if mode size is 0 or no MEM_ALIGN info could be
11593 2016-07-18 Richard Biener <rguenther@suse.de>
11595 PR tree-optimization/71893
11596 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
11597 for sizetype cast added by array_ref_element_size.
11598 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
11600 2016-07-16 John David Anglin <danglin@gcc.gnu.org>
11602 * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
11603 register parameters. Remove code to initialize argument pointer
11604 on TARGET_64BIT. Optimize call to _mcount when it can be reached
11605 using a pc-relative branch. Cleanup conditional code.
11606 * config/pa/pa.md (call_mcount): New expander.
11607 (call_mcount_nonpic): New insn.
11608 (call_mcount_pic): New insn and split.
11609 (call_mcount_pic_post_reload): New insn.
11610 (call_mcount_64bit): New insn and split.
11611 (call_mcount_64bit_post_reload): New insn.
11613 2016-07-15 Georg-Johann Lay <avr@gjlay.de>
11615 * config/avr/predicates.md (const_m255_to_m1_operand): New.
11616 * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
11617 * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
11618 (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
11619 (*usum_widenqihi3, *udiff_widenqihi3)
11620 (*addhi3_zero_extend.const): New combiner insns.
11621 (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
11622 just 1 bit is affected.
11623 * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
11624 (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
11626 2016-07-15 Cesar Philippidis <cesar@codesourcery.com>
11628 * omp-low.c (lower_omp_target): Mark data clauses with
11629 GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
11630 zero-length subarrays.
11632 2016-07-15 Richard Biener <rguenther@suse.de>
11634 PR tree-optimization/71881
11635 * tree-loop-distribution.c (destroy_loop): Remove blocks in
11636 reverse DOM order to make debug temp generation happy.
11638 2016-07-15 Richard Biener <rguenther@suse.de>
11640 PR tree-optimization/71887
11641 * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
11642 verify it is not zero for division / modulo handling.
11643 (value_replacement): Adjust.
11645 2016-07-15 Virendra Pathak <virendra.pathak@broadcom.com>
11646 Julian Brown <julian@codesourcery.com>
11648 * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
11649 * config/aarch64/aarch64-cost-tables.h
11650 (vulcan_extra_costs): New variable.
11651 * config/aarch64/aarch64.c
11652 (vulcan_addrcost_table): Likewise.
11653 (vulcan_regmove_cost): Likewise.
11654 (vulcan_vector_cost): Likewise.
11655 (vulcan_branch_cost): Likewise.
11656 (vulcan_tunings): Likewise.
11658 2016-07-15 Alexander Monakov <amonakov@ispras.ru>
11660 * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
11661 (output_in_order): Loop over undefined variables too. Output them
11662 via assemble_undefined_decl. Skip variables that correspond to hard
11663 registers or have value-exprs.
11664 * varpool.c (symbol_table::output_variables): Handle undefined
11665 variables together with defined ones.
11667 2016-07-15 Richard Biener <rguenther@suse.de>
11669 * tree-ssa-pre.c (get_representative_for): Make sure to return
11670 the value number of SSA names.
11671 (phi_translate_1): get_representative_for cannot return NULL.
11672 (do_pre_regular_insertion): Remove redundant call to
11673 fully_constant_expression.
11674 (do_pre_partial_partial_insertion): Likewise.
11676 2016-07-15 Bin Cheng <bin.cheng@arm.com>
11678 * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
11679 (derive_simple_iv_with_niters): New function.
11680 (simple_iv): Rewrite using simple_iv_with_niters.
11681 * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
11682 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
11684 (number_of_iterations_exit): Rewrite using above function.
11685 * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
11688 2016-07-15 Richard Biener <rguenther@suse.de>
11690 * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
11691 vec_construct cost.
11693 2016-07-14 Jakub Jelinek <jakub@redhat.com>
11695 PR tree-optimization/71872
11696 * tree-data-ref.c (get_references_in_stmt): Ignore references
11697 with is_gimple_constant get_base_address.
11699 2016-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
11701 * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
11702 (TARGET_HAVE_LDACQD): New macro.
11703 * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
11704 than TARGET_HAVE_LDACQ.
11705 (arm_load_acquire_exclusivedi): Likewise.
11706 (arm_store_release_exclusivedi): Likewise.
11708 2016-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
11710 PR rtl-optimization/71878
11711 * lra-constraints.c (match_reload): Pass information about other
11712 output operands. Create new unique register value if matching input
11713 operand shares same register value as output operand being considered.
11714 (curr_insn_transform): Record output operands already processed.
11716 2016-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11719 PR tree-optimization/70923
11720 * tree-vect-patterns.c: Include mult-synthesis.h.
11721 (target_supports_mult_synth_alg): New function.
11722 (synth_lshift_by_additions): Likewise.
11723 (apply_binop_and_append_stmt): Likewise.
11724 (vect_synth_mult_by_constant): Likewise.
11725 (target_has_vecop_for_code): Likewise.
11726 (vect_recog_mult_pattern): Use above functions to synthesize vector
11727 multiplication by integer constants.
11729 2016-07-14 Alan Modra <amodra@gmail.com>
11731 * config/rs6000/altivec.md (altivec_mov<mode>): Disparage
11732 gpr alternatives. Correct '*' placement on Y,r alternative.
11733 Add '*' on operand 1 of r,r alternative.
11735 2016-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11737 * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
11738 * expmed.h: ... Here.
11740 2016-07-14 Jan Hubicka <hubicka@ucw.cz>
11742 * gimple.h (stmt_can_terminate_bb_p): New function.
11743 * tree-cfg.c (need_fake_edge_p): Rename to ...
11744 (stmt_can_terminate_bb_p): ... this; return true if stmt can
11745 throw external; handle const and pure calls.
11746 * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
11748 2016-07-14 Richard Biener <rguenther@suse.de>
11750 PR tree-optimization/71866
11751 * tree-ssa-pre.c (get_constant_for_value_id): Remove.
11752 (do_hoist_insertion): Avoid endless recursion when we
11753 didn't insert anything because we managed to simplify
11754 things down to a constant or SSA name.
11755 (fully_constant_expression): Re-write in terms of ...
11756 * tree-ssa-sccvn.h (vn_nary_simplify): ... this. Declare.
11757 * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
11758 vn_nary_build_or_lookup_1.
11759 (vn_nary_build_or_lookup_1): Added flag and renamed from ...
11760 (vn_nary_build_or_lookup): ... this which now wraps it.
11762 2016-07-14 Alan Modra <amodra@gmail.com>
11765 * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
11766 with p9_vector override before power9-dform override.
11768 2016-07-13 Andi Kleen <ak@linux.intel.com>
11770 * value-prof.c (gimple_value_profile_transformations): Don't run
11771 when auto_profile is on.
11773 2016-07-13 Andi Kleen <ak@linux.intel.com>
11775 * auto-profile.c (update_inlined_ind_target,
11776 afdo_indirect_call): Print information to dump file.
11778 2016-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11780 * genrecog.c (special_predicate_operand_p): New function.
11781 (predicate_name): Move function.
11782 (validate_pattern): Don't warn about missing mode for all
11783 define_special_predicate predicates.
11785 2016-07-13 Bin Cheng <bin.cheng@arm.com>
11787 * tree-vect-data-refs.c (vect_no_alias_p): New function.
11788 (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
11789 resolve alias checks which are known at compilation time.
11790 Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
11791 alias checks are resolved. Move dump info for too many runtime
11792 alias checks to here...
11793 * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
11795 2016-07-13 Richard Biener <rguenther@suse.de>
11797 PR tree-optimization/24574
11798 * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
11799 position and add shift, rotate, divison and modulo support
11801 (value_replacement): Pass in argument position to absorbing_element_p.
11803 2016-07-13 Ilya Enkovich <ilya.enkovich@intel.com>
11806 * ipa-inline-transform.c (inline_call): Support
11807 instrumented thunks.
11809 2016-07-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
11811 * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
11812 (TARGET_IDIV): Set for all Thumb targets provided they have hardware
11814 * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
11815 Baseline. Make initial alternative TARGET_32BIT only.
11816 (udivsi3): Likewise.
11817 * config/arm/thumb1.md (thumb1_cbz): New define_insn.
11818 * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
11821 2016-07-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
11823 * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
11824 * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
11825 availability with TARGET_HAVE_MOVT.
11826 (thumb_legitimate_constant_p): Strip the high part of a label_ref.
11827 (thumb1_rtx_costs): Also return 0 if setting a half word constant and
11828 MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
11830 (thumb1_size_rtx_costs): Make set of half word constant also cost 1
11831 extra instruction if MOVW is available. Use a cost variable
11832 incremented by COSTS_N_INSNS (1) when the condition match rather than
11833 returning an arithmetic expression based on COSTS_N_INSNS. Make
11834 constant with bottom half word zero cost 2 instruction if MOVW is
11836 * config/arm/arm.md (define_attr "arch"): Add v8mb.
11837 (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
11838 target is ARMv8-M Baseline.
11839 (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
11840 (arm_movtas_ze): Likewise.
11841 * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
11842 alternative for constants satisfying j constraint.
11843 (thumb1_movsi_insn): Likewise.
11844 (movsi splitter for K alternative): Tighten condition to not trigger
11845 if movt is available and j constraint is satisfied.
11846 (Pe immediate splitter): Likewise.
11847 (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
11848 constant fitting in an halfword to use MOVW.
11849 * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
11852 2016-07-13 Richard Biener <rguenther@suse.de>
11854 PR middle-end/71104
11855 * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
11856 gimplifying the LHS. Make sure to gimplify a returning twice
11857 call LHS without using SSA names.
11859 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11861 * tree-data-ref.c (find_data_references_in_stmt): Remove
11862 unnecessary call to vec::release.
11863 (graphite_find_data_references_in_stmt): Likewise.
11864 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
11865 * tree-vect-stmts.c (vectorizable_condition): Likewise.
11867 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11869 * cfgexpand.c (expand_used_vars): Make the type of a local
11871 * genmatch.c (lower_for): Likewise.
11872 * haifa-sched.c (haifa_sched_init): Likewise.
11873 (add_to_speculative_block): Likewise.
11874 (create_check_block_twin): Likewise.
11875 * predict.c (handle_missing_profiles): Likewise.
11876 * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
11877 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
11878 * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
11880 (maybe_lower_iteration_bound): Likewise.
11881 * tree-ssa-sccvn.c (DFS): Likewise.
11882 * tree-stdarg.c (reachable_at_most_once): Likewise.
11883 * tree-vect-stmts.c (vectorizable_conversion): Likewise.
11884 (vectorizable_store): Likewise.
11886 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11888 * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
11889 (sccvn_dom_walker): make cond_stack an auto_vec.
11891 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11893 * ree.c (struct ext_state): Make type of members auto_vec.
11894 (find_and_remove_re): Adjust.
11896 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11898 * cfgexpand.c (struct stack_vars_data): Make type of fields
11900 (expand_used_vars): Adjust.
11902 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11904 * ipa.c (record_cdtor_fn): Adjust.
11905 (build_cdtor_fns): Likewise.
11906 (ipa_cdtor_merge): Make static_ctors and static_dtors local
11909 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11911 * genextract.c (struct accum_extract): Add constructor and make
11913 (gen_insn): Adjust.
11915 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11917 * tree.c (struct free_lang_data_d): Add constructor and change
11918 types of members to ones that automatically manage resources.
11919 (fld_worklist_push): Adjust.
11920 (find_decls_types): Likewise.
11921 (find_decls_types_in_eh_region): Likewise.
11922 (free_lang_data_in_cgraph): Stop manually creating and
11923 destroying members of free_lang_data_d.
11925 2016-07-13 Uros Bizjak <ubizjak@gmail.com>
11927 PR rtl-optimization/68961
11928 * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
11929 peephole variant. Use sse_reg_operand predicates.
11931 2016-07-12 Uros Bizjak <ubizjak@gmail.com>
11933 * config/i386/predicates.md (x86_64_immediate_operand)
11934 <case CONST_INT>: Remove unneeded truncation to DImode.
11935 <case CONST>: Ditto.
11936 (x86_64_zext_immediate_operand) <case CONST>: Ditto.
11938 2016-07-12 Michael Meissner <meissner@linux.vnet.ibm.com>
11941 * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
11942 The xxperm and xxpermr instructions require that the 2nd input
11943 operand overlap with the output operand, and not the 1st.
11944 (altivec_vperm_v8hiv16qi): Likewise.
11945 (altivec_vperm_<mode>_uns_internal): Likewise.
11946 (altivec_vpermr_<mode>_internal): Likewise.
11947 (vperm_v8hiv4si): Likewise.
11948 (vperm_v16qiv8hi): Likewise.
11950 2016-07-12 Nathan Sidwell <nathan@acm.org>
11952 * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
11953 when -mno-pic-data-is-text-relative is in effect, by default.
11954 * doc/invoke.texi (mpic-data-is-text-relative): Document new
11955 behavior and clarify.
11957 2016-07-12 Martin Liska <mliska@suse.cz>
11959 * params.def: Add avg-loop niter.
11960 * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
11961 * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
11962 * doc/invoke.texi: Document the new parameter.
11964 2016-07-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11966 PR middle-end/71700
11967 * expr.c (store_constructor): Mask sign-extended bits when widening
11968 sub-word constructor element at the start of a word.
11970 2016-07-12 Martin Liska <mliska@suse.cz>
11972 * Makefile.in: Append rule for params-options.h.
11973 * params-options.h: New file.
11975 2016-07-12 Martin Liska <mliska@suse.cz>
11977 * ira-build.c (mark_loops_for_removal): Properly iterate
11980 2016-07-12 Steven Bosscher <steven@gcc.gnu.org>
11981 Richard Biener <rguenther@suse.de>
11983 PR tree-optimization/23286
11984 PR tree-optimization/70159
11985 * doc/invoke.texi: Document -fcode-hoisting.
11986 * common.opt (fcode-hoisting): New flag.
11987 * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
11988 * tree-ssa-pre.c (pre_stats): Add hoist_insert.
11989 (do_regular_insertion): Rename to ...
11990 (do_pre_regular_insertion): ... this and amend general comments
11991 on insertion strathegy.
11992 (do_partial_partial_insertion): Rename to ...
11993 (do_pre_partial_partial_insertion): ... this.
11994 (do_hoist_insertion): New function.
11995 (insert_aux): Take flags on whether to do PRE and/or hoist insertion
11996 and call do_hoist_insertion properly.
11998 (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
11999 (pass_pre::execute): Register hoist_insert stats.
12001 2016-07-12 Jakub Jelinek <jakub@redhat.com>
12003 PR middle-end/71716
12004 * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
12005 for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
12006 is different from mode's bitsize. Small cleanup.
12008 2016-07-12 Richard Biener <rguenther@suse.de>
12010 PR rtl-optimization/68961
12011 * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
12012 to simplify to a non-constant.
12014 2016-07-11 Jakub Jelinek <jakub@redhat.com>
12016 PR middle-end/71758
12017 * omp-low.c (expand_omp_target): Gimplify device.
12019 PR tree-optimization/71823
12020 * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
12021 to get vec_oprnds2 from op2.
12023 2016-07-11 Uros Bizjak <ubizjak@gmail.com>
12025 * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
12026 Hoist common subexpressions.
12027 (x86_64_zext_immediate_operand) <case CONST>: Ditto.
12029 2016-07-11 Pat Haugen <pthaugen@us.ibm.com>
12032 * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
12033 prevent generation of 'stxsiwx' on pre Power8 hardware.
12035 2016-07-11 David Malcolm <dmalcolm@redhat.com>
12037 * input.c: Include cpplib.h.
12038 (selftest::temp_source_file): New class.
12039 (selftest::temp_source_file::temp_source_file): New ctor.
12040 (selftest::temp_source_file::~temp_source_file): New dtor.
12041 (selftest::should_have_column_data_p): New function.
12042 (selftest::test_should_have_column_data_p): New function.
12043 (selftest::temp_line_table): New class.
12044 (selftest::temp_line_table::temp_line_table): New ctor.
12045 (selftest::temp_line_table::~temp_line_table): New dtor.
12046 (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
12047 it to create a temp_line_table.
12048 (selftest::assert_loceq): Only verify LOCATION_COLUMN for
12049 locations that are known to have column data.
12050 (selftest::line_table_case): New struct.
12051 (selftest::test_reading_source_line): Move tempfile handling
12052 to class temp_source_file.
12053 (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
12054 (selftest::assert_token_loc_eq): New function.
12055 (ASSERT_TOKEN_LOC_EQ): New macro.
12056 (selftest::test_lexer): New function.
12057 (selftest::boundary_locations): New array.
12058 (selftest::input_c_tests): Call test_should_have_column_data_p.
12059 Loop over a test matrix of interesting values of location and
12060 default_range_bits, calling test_lexer on each case in the matrix.
12061 Move call to test_accessing_ordinary_linemaps into the matrix.
12062 * selftest.h (ASSERT_EQ): Reimplement in terms of...
12063 (ASSERT_EQ_AT): New macro.
12065 2016-07-11 H.J. Lu <hongjiu.lu@intel.com>
12068 * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
12069 Don't convert TImode in debug insn.
12071 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
12073 Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
12074 * tree-core.h (tree_base::nothrow_flag): Adjust comment.
12075 (tree_type_common::lang_flag_7): New.
12076 (tree_type_common::spare): Reduce size.
12077 * tree.h (TYPE_ALIGN_OK): Remove.
12078 (TYPE_LANG_FLAG_7): New.
12079 (get_inner_reference): Adjust header.
12080 * print-tree.c (print_node): Adjust.
12081 * expr.c (get_inner_reference): Remove parameter keep_aligning.
12082 (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
12083 calls to get_inner_reference.
12084 (expand_expr_real_1): Adjust call to get_inner_reference. Remove
12085 handling of TYPE_ALIGN_OK.
12086 * builtins.c (get_object_alignment_2): Adjust call to
12087 get_inner_reference. Remove handling of VIEW_CONVERT_EXPR.
12088 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
12090 * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
12091 * cfgexpand.c (expand_debug_expr): Likewise.
12092 * dbxout.c (dbxout_expand_expr): Likewise.
12093 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
12094 loc_list_from_tree, fortran_common): Likewise.
12095 * fold-const.c (optimize_bit_field_compare,
12096 decode_field_reference, fold_unary_loc, fold_comparison,
12097 split_address_to_core_and_offset): Likewise.
12098 * gimple-laddress.c (execute): Likewise.
12099 * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
12100 * gimplify.c (gimplify_scan_omp_clauses): Likewise.
12101 * hsa-gen.c (gen_hsa_addr): Likewise.
12102 * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
12103 * tsan.c (instrument_expr): Likewise.
12104 * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
12105 * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
12106 * tree-affine.c (tree_to_aff_combination,
12107 get_inner_reference_aff): Adjust calls to get_inner_reference.
12108 * tree-data-ref.c (split_constant_offset_1,
12109 dr_analyze_innermost): Likewise.
12110 * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
12111 * tree-sra.c (ipa_sra_check_caller): Likewise.
12112 * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
12113 * tree-ssa-math-opts.c (find_bswap_or_nop_load,
12114 bswap_replace): Likewise.
12115 * tree-vect-data-refs.c (vect_check_gather,
12116 vect_analyze_data_refs): Likewise.
12117 * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
12118 * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
12121 2016-07-11 David Malcolm <dmalcolm@redhat.com>
12123 * Makefile.in (selftest-valgrind): New phony target.
12124 * function-tests.c (selftest::build_cfg): Delete pass instances
12125 created by the test.
12126 (selftest::convert_to_ssa): Likewise.
12127 (selftest::test_expansion_to_rtl): Likewise.
12128 * tree-cfg.c (selftest::test_linear_chain): Release dominator
12130 (selftest::test_diamond): Likewise.
12132 2016-07-11 Richard Biener <rguenther@suse.de>
12134 PR tree-optimization/71816
12135 * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
12136 than replacing all of its operands.
12138 2016-07-11 Alan Modra <amodra@gmail.com>
12140 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
12141 (ctr<mode>): Add unspec.
12142 (ctr<mode>_internal*): Likewise.
12144 2016-07-08 James Bowman <james.bowman@ftdichip.com>
12146 * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
12147 * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
12149 2016-07-08 Vladimir Makarov <vmakarov@redhat.com>
12151 PR rtl-optimization/71621
12152 * lra-constraints.c (process_alt_operands): Check combination of
12153 reg class and mode.
12155 2016-07-08 Jason Merrill <jason@redhat.com>
12156 Richard Biener <rguenther@suse.de>
12158 P0145: Refining Expression Order for C++.
12159 * gimplify.c (initial_rhs_predicate_for): New.
12160 (gimplfy_modify_expr): Gimplify RHS before LHS.
12162 2016-07-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12165 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
12166 Allow standard error handling to take over when a wrong number
12167 of arguments is presented to __builtin_vec_ld () or
12168 __builtin_vec_st ().
12170 2016-07-08 Jiong Wang <jiong.wang@arm.com>
12172 * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
12177 * config/aarch64/arm_neon.h (vmaxnm_f32): Use
12178 __builtin_aarch64_fmaxv2sf.
12179 (vmaxnmq_f32): Likewise.
12180 (vmaxnmq_f64): Likewise.
12181 (vminnm_f32): Likewise.
12182 (vminnmq_f32): Likewise.
12183 (vminnmq_f64): Likewise.
12185 2016-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
12188 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
12189 enable -mfloat128-hardware by default.
12190 (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
12191 that IEEE 128-bit hardware support needs.
12192 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
12193 -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
12194 Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
12195 floating point requires.
12196 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
12197 -mfloat128 and -mfloat128-hardware changes.
12199 2016-07-08 Alan Hayward <alan.hayward@arm.com>
12201 PR tree-optimization/71667
12202 * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
12204 2016-07-08 Martin Liska <mliska@suse.cz>
12206 PR middle-end/71606
12207 * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
12208 folding produces SAVE_EXPRs, thus return false for the type.
12210 2016-07-07 Martin Liska <mliska@suse.cz>
12212 * file-find.c (remove_prefix): New function.
12213 * file-find.h (remove_prefix): Declare the function.
12214 * gcc-ar.c (main): Skip a folder of the wrapper if
12215 a wrapped binary would point to the same file.
12217 2016-07-07 Jan Hubicka <jh@suse.cz>
12219 * tree-scalar-evolution.c (iv_can_overflow_p): export.
12220 * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
12221 * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
12223 2016-07-07 Ilya Enkovich <ilya.enkovich@intel.com>
12226 * ipa-inline-analysis.c (compute_inline_parameters): Set
12227 local.can_change_signature to false for intrumentation
12230 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
12232 * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
12233 with TARGET_HAVE_MOVT.
12234 (TARGET_HAVE_MOVT): Define.
12235 * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
12236 availability with TARGET_HAVE_MOVT.
12237 * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
12239 (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
12241 (symbol_refs movsi splitter): Remove TARGET_32BIT check.
12242 (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
12243 * config/arm/constraints.md (define_constraint "j"): Use
12244 TARGET_HAVE_MOVT to check MOVT availability.
12246 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
12248 * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
12250 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
12252 * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
12253 (armv8-m.main): Likewise.
12254 (armv8-m.main+dsp): Likewise.
12255 * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
12256 (FL_FOR_ARCH8M_MAIN): Likewise.
12257 * config/arm/arm-tables.opt: Regenerate.
12258 * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
12259 armv8-m.main+dsp to BE8_LINK_SPEC.
12260 * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
12261 (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
12262 * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
12263 Baseline and Mainline.
12264 (arm_option_override_internal): Also disable arm_restrict_it when
12265 !arm_arch_notm. Update comment for -munaligned-access to also cover
12267 (arm_file_start): Increase buffer size for printing architecture name.
12268 * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
12269 and armv8-m.main+dsp.
12270 (mno-unaligned-access): Clarify that this is disabled by default for
12271 ARMv8-M Baseline architectures as well.
12273 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
12275 * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
12276 decide whether to prevent some libgcc routines being included for some
12277 multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
12278 link between this condition and the one in
12279 libgcc/config/arm/lib1func.S.
12281 2016-07-07 Richard Biener <rguenther@suse.de>
12283 * tree-ssa-pre.c: Include alias.h.
12284 (compute_avail): If we have multiple VN_REFERENCEs with the
12285 same hashtable entry adjust that to make it a valid replacement
12286 for all of them with respect to alignment and aliasing
12287 when doing insertion.
12288 * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
12289 * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
12291 2016-07-06 Segher Boessenkool <segher@kernel.crashing.org>
12295 * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
12296 *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
12299 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12301 * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
12302 (adjust_mems): Adjust.
12303 (adjust_insn): Likewise.
12304 (prepare_call_arguments): Likewise.
12306 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12308 * gcse.c (struct ls_expr): Make stores field a vector.
12309 (ldst_entry): Adjust.
12310 (free_ldst_entry): Likewise.
12311 (print_ldst_list): Likewise.
12312 (compute_ld_motion_mems): Likewise.
12313 (update_ld_motion_stores): Likewise.
12315 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12317 * gcse.c (struct ls_expr): Remove loads field.
12318 (ldst_entry): Adjust.
12319 (free_ldst_entry): Likewise.
12320 (print_ldst_list): Likewise.
12321 (compute_ld_motion_mems): Likewise.
12323 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12325 * store-motion.c (struct st_expr): Make antic_stores a vector.
12326 (st_expr_entry): Adjust.
12327 (free_st_expr_entry): Likewise.
12328 (print_store_motion_mems): Likewise.
12329 (find_moveable_store): Likewise.
12330 (compute_store_table): Likewise.
12331 (remove_reachable_equiv_notes): Likewise.
12332 (replace_store_insn): Likewise.
12333 (build_store_vectors): Likewise.
12335 2016-07-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12337 * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
12338 cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
12340 2016-07-06 Yuri Rumyantsev <ysrumyan@gmail.com>
12342 PR tree-optimization/71518
12343 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
12344 misalign also for outer loops with negative step.
12346 2016-07-06 Wilco Dijkstra <wdijkstr@arm.com>
12348 * config/arm/cortex-a53.md: Use final_presence_set for in-order.
12349 (cortex_a53_shift): Add mov_shift.
12350 (cortex_a53_shift_reg): Add new reservation for register shifts.
12351 (cortex_a53_alu): Remove bfm.
12352 (cortex_a53_alu_shift): Add bfm, remove mov_shift.
12353 (cortex_a53_alu_extr): Add new reservation for EXTR.
12354 (bypasses): Improve bypass modelling.
12356 2016-07-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
12359 * config/avr/avr.c (avr_asm_select_section): Strip off
12360 SECTION_DECLARED from flags when calling get_section.
12362 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
12364 * tree-vectorizer.h (vect_memory_access_type): Add
12365 VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
12366 * tree-vect-stmts.c (compare_step_with_zero): New function.
12367 (perm_mask_for_reverse): Move further up file.
12368 (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
12370 (get_negative_load_store_type): New function.
12371 (get_load_store_type): Call it. Add an ncopies argument.
12372 (vectorizable_mask_load_store): Update call accordingly and
12373 remove tests for negative steps.
12374 (vectorizable_store, vectorizable_load): Likewise. Handle new
12375 memory_access_types.
12377 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
12379 * tree-vectorizer.h (vect_memory_access_type): New enum.
12380 (_stmt_vec_info): Add a memory_access_type field.
12381 (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
12382 (vect_model_store_cost): Take an access type instead of a boolean.
12383 (vect_model_load_cost): Likewise.
12384 * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
12385 vect_model_store_cost and vect_model_load_cost.
12386 * tree-vect-stmts.c (vec_load_store_type): New enum.
12387 (vect_model_store_cost): Take an access type instead of a
12388 store_lanes_p boolean. Simplify tests.
12389 (vect_model_load_cost): Likewise, but for load_lanes_p.
12390 (get_group_load_store_type, get_load_store_type): New functions.
12391 (vectorizable_store): Use get_load_store_type. Record the access
12392 type in STMT_VINFO_MEMORY_ACCESS_TYPE.
12393 (vectorizable_load): Likewise.
12394 (vectorizable_mask_load_store): Likewise. Replace is_store
12395 variable with vls_type.
12397 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
12399 * tree-vectorizer.h (vect_grouped_load_supported): Add a
12400 single_element_p parameter.
12401 * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
12402 Check the PR65518 case here rather than in vectorizable_load.
12403 * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
12404 * tree-vect-stmts.c (vectorizable_load): Likewise.
12406 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
12408 * tree-vectorizer.h (gather_scatter_info): New structure.
12409 (vect_check_gather_scatter): Return a bool rather than a decl.
12410 Replace return-by-pointer arguments with a single
12411 gather_scatter_info *.
12412 * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
12413 (vect_analyze_data_refs): Update call accordingly.
12414 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
12415 (vectorizable_mask_load_store): Likewise. Also record the
12416 offset dt and vectype in the gather_scatter_info.
12417 (vectorizable_store): Likewise.
12418 (vectorizable_load): Likewise.
12420 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
12422 * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
12423 strided groups, use the cost of N scalar accesses instead
12424 of ncopies vector accesses.
12425 (vect_model_load_cost): Likewise.
12427 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
12429 * tree-vect-stmts.c (vect_cost_group_size): Delete.
12430 (vect_model_store_cost): Avoid calling it. Use first_stmt_p
12431 variable to indicate when once-per-group costs are being used.
12432 (vect_model_load_cost): Likewise. Fix comment and misindented code.
12434 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
12436 * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
12437 peeling-for-gaps condition.
12439 2016-07-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12441 * config/s390/s390.c (s390_expand_vec_init): Force initializer
12442 element to register if it doesn't match general_operand.
12444 2016-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
12445 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12447 * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
12449 * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
12450 * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
12451 (SIGNBIT): New mode iterator.
12452 (Fsignbit): New mode attribute.
12453 (signbit<mode>2): Change operand1 to match FLOAT128 instead of
12454 IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
12455 when direct moves are available.
12456 (signbit<mode>2_dm): New define_insn_and_split).
12457 (signbit<mode>2_dm2): New define_insn.
12459 2016-07-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12461 PR rtl-optimization/71594
12462 * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
12463 into subregs of appropriate mode before trying to emit a conditional
12466 2016-07-05 Jan Hubicka <jh@suse.cz>
12468 * tree-scalar-evolution.c (iv_can_overflow_p): New function.
12469 (simple_iv): Use it.
12471 2016-07-05 Jan Hubicka <jh@suse.cz>
12473 * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
12475 2016-07-05 Jiong Wang <jiong.wang@arm.com>
12477 * lra-constraints.c (process_alt_operands): Don't add spilling cost for
12480 2016-07-05 Jan Hubicka <jh@suse.cz>
12482 * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
12485 2016-07-05 Richard Biener <rguenther@suse.de>
12487 * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
12488 Handle empty else block.
12489 (is_feasible_trace): Likewise.
12490 (split_paths): Likewise.
12492 2016-07-05 Richard Biener <rguenther@suse.de>
12494 * tree-loop-distribution.c (distribute_loop): Fix issue with
12495 the cost model loop.
12497 2016-07-05 Christophe Lyon <christophe.lyon@linaro.org>
12499 * config/arm/neon-testgen.ml: Delete.
12500 * config/arm/neon.ml: Delete.
12502 2016-07-04 Jakub Jelinek <jakub@redhat.com>
12505 * tree.c (attribute_value_equal): Use get_attribute_name instead of
12506 directly using TREE_PURPOSE.
12508 2016-07-04 Jiong Wang <jiong.wang@arm.com>
12510 * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
12511 * config/aarch64/aarch64_neon.h: Likewise.
12512 * config/aarch64/arm_neon.h: Likewise.
12513 * config/aarch64/atomics.md: Likewise.
12514 * config/aarch64/aarch64-simd-builtins.def: Likewise.
12515 * doc/invoke.texi: Likewise.
12517 2016-07-04 Dominik Vogt <vogt@linux.vnet.ibm.com>
12519 * config/s390/s390.md: Add "z13" cpu_facility.
12520 ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
12521 * config/s390/predicates.md ("loc_operand"): New predicate for "load on
12522 condition" type instructions.
12524 2016-07-04 Dominik Vogt <vogt@linux.vnet.ibm.com>
12525 Jeff Law <law@redhat.com>
12527 * explow.c (allocate_dynamic_stack_space): Simplify knowing that
12528 MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
12530 2016-07-04 Yuri Rumyantsev <ysrumyan@gmail.com>
12532 * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
12533 permutation for TARGET_AVX512F.
12534 (ix86_expand_vec_one_operand_perm_avx512): New function.
12535 (expand_vec_perm_1): Invoke introduced function.
12536 * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
12537 it may be not valid after vectorization.
12539 2016-07-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
12542 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
12543 typo in comment. Only force to memory if it is a weak
12544 external reference.
12546 2016-07-04 Matthew Wahab <matthew.wahab@arm.com>
12547 Jiong Wang <jiong.wang@arm.com>
12549 * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
12550 * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
12551 (AARCH64_FL_F16): New.
12552 (AARCH64_FL_FOR_ARCH8_2): New.
12553 (AARCH64_ISA_8_2): New.
12554 (AARCH64_ISA_F16): New.
12555 (TARGET_FP_F16INST): New.
12556 (TARGET_SIMD_F16INST): New.
12557 * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
12558 ("fp"): Disabling "fp" also disables "fp16".
12559 * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
12560 Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
12561 and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
12562 * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
12564 2016-07-04 Jan Beulich <jbeulich@suse.com>
12566 * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
12568 2016-07-01 Michael Meissner <meissner@linux.vnet.ibm.com>
12571 * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
12572 the insns, use an insn form that does not adjust the offset on
12573 little endian systems.
12575 2016-07-01 Jan Beulich <jbeulich@suse.com>
12577 * varasm.c (get_variable_section): Validate initializer in
12578 named .bss-like sections.
12580 2016-07-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
12582 * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
12583 Exchange the order of the second and third operands in the vpermr
12584 instruction tmeplate.
12586 2016-07-01 Peter Bergner <bergner@vnet.ibm.com>
12589 * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
12590 Disallow TDmode values.
12592 2016-07-01 Alan Modra <amodra@gmail.com>
12594 PR rtl-optimization/71709
12595 * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
12596 being set, not referenced.
12598 2016-07-01 Yuri Rumyantsev <ysrumyan@gmail.com>
12600 PR tree-optimization/70729
12601 * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
12602 of loop since it can be not valid after transformation.
12604 2016-07-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12606 * config/arm/arm.c (thumb_reload_in_hi): Delete.
12607 * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
12609 2016-07-01 Eric Botcazou <ebotcazou@adacore.com>
12611 * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
12614 2016-06-30 Michael Meissner <meissner@linux.vnet.ibm.com>
12617 * config/rs6000/constraints.md (wY constraint): New constraint to
12618 match the requirements for the LXSD and STXSD instructions.
12619 * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
12620 predicate to match the requirements for the LXSD and STXSD
12622 * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
12623 Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
12624 to make sure that the bottom 2 bits of offset are 0, the address
12625 form is offsettable, and no updating is done in the address mode.
12626 (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
12627 (movdi_internal32): Likewise
12628 (movdi_internal64): Likewise.
12630 2016-06-30 Jakub Jelinek <jakub@redhat.com>
12632 PR tree-optimization/71707
12633 * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
12634 strinfo even for ADDR_EXPR ptr.
12636 2016-06-30 Kelvin Nilsen <kelvin@gcc.gnu.org>
12638 * config/rs6000/altivec.md (darn_32): Change the condition to
12639 TARGET_P9_MISC instead of TARGET_MODULO.
12640 (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
12641 condition expression.
12642 (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
12643 condition expression.
12644 * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
12645 (DFP_TEST): New code iterator.
12646 (dfptstsfi_<code>_mode>): New define_expand.
12647 (*dfp_sgnfcnc_<mode>): New define_insn.
12648 * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
12649 definition next to BU_P9_MISC_1 definition and change the MASK
12650 value to RS6000_BTM_P9_MISC.
12651 (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
12652 (BU_P9_64BIT_MISC_0): Likewise.
12653 (BU_P9_DFP_MISC_0): New macro definition.
12654 (BU_P9_DFP_MISC_1): New macro definition.
12655 (BU_P9_DFP_MISC_2): New macro definition.
12656 (BU_P9_DFP_OVERLOAD_1): New macro definition.
12657 (BU_P9_DFP_OVERLOAD_2): New macro definition.
12658 (BU_P9_DFP_OVERLOAD_3): New macro definition.
12659 (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
12660 (TSTSFI_LT_TD): Likewise.
12661 (TSTSFI_EQ_DD): Likewise.
12662 (TSTSFI_EQ_TD): Likewise.
12663 (TSTSFI_GT_DD): Likewise.
12664 (TSTSFI_GT_TD): Likewise.
12665 (TSTSFI_OV_DD): Likewise.
12666 (TSTSFI_OV_TD): Likewise.
12667 (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
12668 (TSTSFI_LT_DD): Likewise.
12669 (TSTSFI_LT_TD): Likewise.
12670 (TSTSFI_EQ): Likewise.
12671 (TSTSFI_EQ_DD): Likewise.
12672 (TSTSFI_EQ_TD): Likewise.
12673 (TSTSFI_GT): Likewise.
12674 (TSTSFI_GT_DD): Likewise.
12675 (TSTSFI_GT_TD): Likewise.
12676 (TSTSFI_OV): Likewise.
12677 (TSTSFI_OV_DD): Likewise.
12678 (TSTSFI_OV_TD): Likewise.
12679 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12680 overloaded test significance functions.
12681 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
12682 OPTION_MASK_P9_MISC into the representation of this mask.
12683 (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
12685 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
12686 RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
12688 (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
12689 argument is a 6-bit unsigned literal value if the icode argument
12690 represents a DFP test significance built-in call.
12691 (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
12692 flag used independently and in combination with the
12693 RS6000_BTM_64BIT flag.
12694 (rs6000_opt_masks): Add entry for power9-misc command-line option.
12695 (rs6000_builtin_mask_names): Add entry for power9-misc
12696 command-line option.
12697 * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
12698 HAVE_AS_POWER9 is not a defined macro. Define MASK_P9_MISC and
12699 RS6000_BTM_P9_MISC macros.
12700 * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
12701 option and change the description of the -mpower9-vector option to
12702 enable only vector instructions, removing its erroneously claimed
12703 support for scalar instructions.
12704 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
12705 the ISA 3.0 digital floating point test significance built-in
12708 2016-06-30 Wilco Dijkstra <wdijkstr@arm.com>
12710 * config/aarch64/aarch64.c (cortexa35_tunings):
12711 Enable AES fusion. Use cortexa57_branch_cost.
12712 (cortexa53_tunings): Use cortexa57_branch_cost.
12713 (cortexa72_tunings): Use cortexa57_branch_cost.
12714 Use AUTOPREFETCHER_WEAK.
12715 (cortexa73_tunings): Use cortexa57_branch_cost.
12717 2016-06-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12718 James Greenhalgh <james.greenhalgh@arm.com>
12720 * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
12721 vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
12722 vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
12723 vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
12724 (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
12725 vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
12726 vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
12727 vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
12728 vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
12729 vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
12730 vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
12731 vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
12732 vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
12735 2016-06-30 James Greenhalgh <james.greenhalgh@arm.com>
12736 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12738 * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
12740 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
12742 2016-06-30 David Malcolm <dmalcolm@redhat.com>
12745 * gcc.c (driver::build_option_suggestions): Pass "option" to
12746 add_misspelling_candidates.
12747 * opts-common.c (add_misspelling_candidates): Add "option" param;
12748 use it to avoid adding negated forms for options marked with
12750 * opts.h (add_misspelling_candidates): Add "option" param.
12752 2016-06-30 Jakub Jelinek <jakub@redhat.com>
12754 PR middle-end/71693
12755 * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
12756 TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
12757 first when permuting bitwise operation with rotate. Cast
12758 TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
12760 2016-06-29 David Malcolm <dmalcolm@redhat.com>
12762 * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
12763 for misspelled param names.
12764 * params.c: Include spellcheck.h.
12765 (find_param_fuzzy): New function.
12766 * params.h (find_param_fuzzy): New prototype.
12767 * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
12768 * spellcheck.h (struct edit_distance_traits<const char *>):
12771 2016-06-29 Michael Meissner <meissner@linux.vnet.ibm.com>
12773 * config/rs6000/predicates.md (const_0_to_7_operand): New
12774 predicate, recognize 0..7.
12775 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
12776 support for doing extracts from V16QImode, V8HImode, V4SImode
12778 * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
12779 vector extract support.
12780 (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
12781 for ISA 3.0 vector extract.
12782 (VSX_EX): Constraints to use for ISA 3.0 vector extract.
12783 (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
12784 extracts of a constant element number from small integer vectors
12785 on 64-bit ISA 3.0 systems.
12786 (vsx_extract_<mode>_di): Likewise.
12787 * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
12788 say when we can do ISA 3.0 vector extracts.
12789 * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
12790 registers, using the stxsiwx instruction.
12792 2016-06-29 Jim Wilson <jim.wilson@linaro.org>
12794 * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
12795 * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
12796 qdf24xx_regmove_cost, qdf24xx_tunings): New.
12797 * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
12798 * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
12799 * config/arm/arm.c (arm_qdf24xx_tune): New.
12801 2016-06-29 Wilco Dijkstra <wdijkstr@arm.com>
12803 * config/aarch64/aarch64.c (cortexa53_tunings):
12804 Increase loop alignment to 8. Set function alignment to 16.
12805 (cortexa35_tunings): Likewise.
12806 (cortexa57_tunings): Increase loop alignment to 8.
12807 (cortexa72_tunings): Likewise.
12808 (cortexa73_tunings): Likewise.
12810 2016-06-29 Matthew Wahab <matthew.wahab@arm.com>
12812 * doc/sourcebuild.texi (Effective-Target keywords): Add entries
12813 for arm_fp16_ok and arm_fp16_hw.
12814 (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
12815 arm_fp16_alternative.
12817 2016-06-29 Ilya Enkovich <ilya.enkovich@intel.com>
12819 PR tree-optimization/71655
12820 * tree-vect-stmts.c (vectorizable_comparison): Swap definition
12821 types when swapping operands.
12823 2016-06-29 Martin Liska <mliska@suse.cz>
12825 PR middle-end/71585
12826 * common.opt (flag_stack_protect): Mark the flag as optimization flag.
12827 * ipa-inline-transform.c (inline_call): Remove unnecessary call
12828 of build_optimization_node.
12830 2016-06-29 Yuri Rumyantsev <ysrumyan@gmail.com>
12832 PR tree-optimization/70729
12833 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
12834 independent in loops having positive safelen value.
12835 * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
12836 it may be not valid after vectorization.
12838 2016-06-29 Jakub Jelinek <jakub@redhat.com>
12840 PR tree-optimization/71625
12841 * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument. Assume list
12842 is sorted by ascending list->offset. If PTR is non-NULL and there is
12843 previous strinfo, call get_stridx_plus_constant.
12844 (get_stridx): Pass exp as second argument to get_addr_stridx.
12845 (addr_stridxptr): Add missing list = list->next, so that there can be
12846 more than one entries in the list. Bump limit from 16 to 32. Ensure
12847 the list is sorted by ascending list->offset.
12848 (get_stridx_plus_constant): Adjust so that it can be also called with
12849 ADDR_EXPR instead of SSA_NAME as PTR.
12850 (handle_char_store): Pass NULL_TREE as second argument to
12853 2016-06-29 Richard Biener <rguenther@suse.de>
12855 PR rtl-optimization/68961
12856 * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
12858 2016-06-29 Richard Biener <rguenther@suse.de>
12860 PR middle-end/71002
12861 * alias.c (component_uses_parent_alias_set_from): Handle
12862 type punning through union accesses by using the union alias set.
12863 * gimple.c (gimple_get_alias_set): Remove union type punning case.
12865 2016-07-29 Richard Biener <rguenther@suse.de>
12867 * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
12868 precision not matching mode precision.
12870 2016-06-28 John David Anglin <danglin@gcc.gnu.org>
12872 * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
12873 pa_output_arg_descriptor.
12874 (call_val_symref_64bit_post_reload): Likewise.
12875 (call_val_powf_64bit_post_reload): Likewise.
12876 (sibcall_internal_symref_64bit): Likewise.
12877 (sibcall_value_internal_symref_64bit): Likewise.
12879 2016-06-28 Jakub Jelinek <jakub@redhat.com>
12881 PR middle-end/71626
12882 * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
12883 a constant, force its SUBREG_REG into memory or register instead
12886 2016-06-28 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
12889 * config/avr/avr.opt (-mfract-convert-truncate): Update description.
12890 * doc/invoke.texi (AVR Options): Document it.
12892 2016-06-28 Walter Lee <walt@tilera.com>
12894 * config/tilegx/linux.h: Do not include arch/icache.h
12895 (CLEAR_INSN_CACHE): Provide inlined definition directly.
12896 * config/tilepro/linux.h: Do not include arch/icache.h
12897 (CLEAR_INSN_CACHE): Provide inlined definition directly.
12899 2016-06-28 Wilco Dijkstra <wdijkstr@arm.com>
12901 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
12902 for big-endian BIT_FIELD_REF.
12904 2016-06-28 Pat Haugen <pthaugen@us.ibm.com>
12906 * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
12907 ('size' attribute): Add '128'.
12909 (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
12910 *movdi_internal64, *movdf_update1): Set size attribute to '64'.
12911 (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
12912 copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
12913 *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
12914 extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
12915 *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
12916 *trunc<mode>df2_odd): Set size attribute to '128'.
12917 (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
12918 * config/rs6000/power6.md (power6-fp): Include dfp type.
12919 * config/rs6000/power7.md (power7-fp): Likewise.
12920 * config/rs6000/power8.md (power8-fp): Likewise.
12921 * config/rs6000/power9.md: New file.
12922 * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
12923 * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
12924 *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
12926 * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
12927 trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
12928 divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
12929 ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
12930 dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
12931 dfp_dscri_<mode>): Change type attribute to dfp.
12932 * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
12933 attribute to vecsimple.
12934 * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
12935 and prefetch streams.
12936 (rs6000_option_override_internal): Remove temporary code setting
12937 tuning to power8. Don't set rs6000_sched_groups for power9.
12938 (last_scheduled_insn): Change to rtx_insn *.
12939 (divide_cnt, vec_load_pendulum): New variables.
12940 (rs6000_adjust_cost): Add Power9 to test for store->load separation.
12941 (rs6000_issue_rate): Set issue rate for Power9.
12942 (is_power9_pairable_vec_type): New.
12943 (power9_sched_reorder2): New.
12944 (rs6000_sched_reorder2): Call new function for Power9 specific
12946 (insn_must_be_first_in_group): Remove Power9.
12947 (insn_must_be_last_in_group): Likewise.
12948 (force_new_group): Likewise.
12949 (rs6000_sched_init): Fix initialization of last_scheduled_insn.
12950 Initialize divide_cnt/vec_load_pendulum.
12951 (_rs6000_sched_context, rs6000_init_sched_context,
12952 rs6000_set_sched_context): Handle context save/restore of new
12955 2016-06-28 Richard Biener <rguenther@suse.de>
12957 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
12958 Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
12959 COMPONENT_REF operand.
12960 (nonoverlapping_component_refs_p): Likewise.
12961 * stor-layout.c (start_bitfield_representative): Mark
12962 DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
12964 2016-06-28 Jakub Jelinek <jakub@redhat.com>
12966 * Makefile.in: Don't cat ../stage_current if it does not exist.
12968 * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
12969 last argument is a bit-field.
12971 PR rtl-optimization/71673
12972 * internal-fn.c (expand_arith_overflow_result_store): Use
12973 OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
12974 expand_simple_binop.
12976 PR middle-end/66867
12977 * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
12978 expand_ifn_atomic_compare_exchange): New functions.
12979 * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
12980 * tree.h (build_call_expr_internal_loc): Rename to ...
12981 (build_call_expr_internal_loc_array): ... this. Fix up type of
12983 * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
12984 * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
12985 ATOMIC_COMPARE_EXCHANGE result.
12986 * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
12987 * gimple-fold.h (optimize_atomic_compare_exchange_p,
12988 fold_builtin_atomic_compare_exchange): New prototypes.
12989 * gimple-fold.c (optimize_atomic_compare_exchange_p,
12990 fold_builtin_atomic_compare_exchange): New functions..
12991 * tree-ssa.c (execute_update_addresses_taken): If
12992 optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
12993 of call when finding addressable vars, and if such var becomes
12994 non-addressable, call fold_builtin_atomic_compare_exchange.
12996 2016-06-27 Segher Boessenkool <segher@kernel.crashing.org>
12999 * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
13000 gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
13002 2016-06-27 Pat Haugen <pthaugen@us.ibm.com>
13004 * config/rs6000/rs6000.md ('type' attribute): Add
13005 veclogical,veccmpfx,vecexts,vecmove insn types.
13006 (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
13007 copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
13008 p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
13009 (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
13010 *nabs<mode>2_hw): Change type to vecmove.
13011 (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
13012 *boolcc<mode>3_internal, *eqv<mode>3_internal,
13013 *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
13014 *ieee_128bit_vsx_abs<mode>2_internal,
13015 *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
13016 *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
13017 *ieee128_mtvsrd_32bit): Change type to veclogical.
13018 (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
13019 *movdi_internal32, *movdi_internal64): Update insn types.
13020 * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
13021 vsx_extract_<mode>): Change type to veclogical.
13022 (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
13023 (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
13024 *vsx_sign_extend_si_v2di): Change type to vecexts.
13025 * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
13026 type to veclogical.
13027 (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
13028 *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
13029 *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
13030 (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
13031 * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
13032 negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
13033 * config/rs6000/40x.md (ppc405-float): Add fpsimple.
13034 * config/rs6000/440.md (ppc440-fp): Add fpsimple.
13035 * config/rs6000/476.md (ppc476-fp): Add fpsimple.
13036 * config/rs6000/601.md (ppc601-fp): Add fpsimple.
13037 * config/rs6000/603.md (ppc603-fp): Add fpsimple.
13038 * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
13039 * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
13040 (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
13041 * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
13042 (ppc7450-vecsimple): Add veclogical, vecmove.
13043 (ppc7450-veccmp): Add veccmpfx.
13044 * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
13046 (ppc8540_vector_compare): Add veccmpfx.
13047 * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
13048 * config/rs6000/cell.md (cell-fp): Add fpsimple.
13049 (cell-vecsimple): Add veclogical, vecmove.
13050 (cell-veccmp): Add veccmpfx.
13051 * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
13052 * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
13054 * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
13055 * config/rs6000/power4.md (power4-fp): Add fpsimple.
13056 (power4-vecsimple): Add veclogical, vecmove.
13057 (power4-veccmp): Add veccmpfx.
13058 * config/rs6000/power5.md (power5-fp): Add fpsimple.
13059 * config/rs6000/power6.md (power6-fp): Add fpsimple.
13060 (power6-vecsimple): Add veclogical, vecmove.
13061 (power6-veccmp): Add veccmpfx.
13062 * config/rs6000/power7.md (power7-fp): Add fpsimple.
13063 (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
13064 * config/rs6000/power8.md (power8-fp): Add fpsimple.
13065 (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
13066 * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
13067 * config/rs6000/titan.md (titan_fp): Add fpsimple.
13068 * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
13070 * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
13072 2016-06-27 Peter Bergner <bergner@vnet.ibm.com>
13075 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
13076 OPTION_MASK_P9_DFORM_VECTOR.
13077 * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
13078 disable -mpower9-dform-vector when using reload.
13079 (quad_address_p): Remove 'gpr_p' argument and all associated code.
13080 New 'strict' argument. Update all callers. Add strict addressing
13082 (rs6000_legitimate_offset_address_p): Remove call to
13083 virtual_stack_registers_memory_p.
13084 (rs6000_legitimize_reload_address): Add quad address support.
13085 (rs6000_legitimate_address_p): Move call to quad_address_p above
13086 call to virtual_stack_registers_memory_p. Adjust quad_address_p args
13087 to account for new strict usage.
13088 (rs6000_output_move_128bit): Adjust quad_address_p args to account
13089 for new strict usage.
13090 * config/rs6000/predicates.md (quad_memory_operand): Likewise.
13092 2016-06-26 Uros Bizjak <ubizjak@gmail.com>
13099 * config/i386/i386.c (ix86_spill_class): Disable condition to
13100 always return NO_REGS.
13102 2016-06-26 Jan Hubicka <hubicka@ucw.cz>
13104 * predict.c: Include gimple-pretty-print.h
13105 (predicted_by_loop_heuristics_p): Check also
13106 PRED_LOOP_EXIT_WITH_RECURSION
13107 (predict_loops): Find self recursive calls and use special purpose
13108 predictors for them; dump log about decisions.
13109 (pass_profile::execute): Dump info about #of iterations.
13110 * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
13111 (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
13113 2016-06-26 John David Anglin <danglin@gcc.gnu.org>
13115 * config/pa/pa.c (pa_output_indirect_call): Rework to combine
13116 output_asm_insn calls and shorten long lines. Output .CALL
13117 argument descriptor using pa_output_arg_descriptor. Add various
13118 inline $$dyncall and other optimizations.
13119 (pa_attr_length_indirect_call): Adjust ordering and lengths.
13121 2016-06-25 Jakub Jelinek <jakub@redhat.com>
13123 PR tree-optimization/71643
13124 * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
13127 * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
13128 leak a bitmap if dep_bb is NULL.
13130 PR tree-optimization/71631
13131 * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
13132 to rewrite_expr_tree even if negate_result, move new_lhs var
13133 declaration and initialization earlier, for powi_result set afterwards
13134 new_lhs to lhs. For negate_result, use new_lhs instead of tmp
13135 if new_lhs != lhs, and don't shadow gsi var.
13137 2016-06-24 Jan Hubicka <hubicka@ucw.cz>
13139 * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
13140 Add in_loop parameter.
13141 (predict_loops): Add loop guard heuristics.
13142 * predict.def (PRED_LOOP_GUARD): New heuristics.
13144 2016-06-24 Jan Hubicka <hubicka@ucw.cz>
13146 * predict.c: Include ipa-utils.h
13147 (tree_bb_level_prediction): Predict recursive calls.
13148 (tree_estimate_probability_bb): Skip inexpensive calls for call
13150 * predict.def (PRED_RECURSIVE_CALL): New.
13152 2016-06-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13154 * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
13155 (BU_FLOAT128_1): Likewise.
13157 (COPYSIGNQ): Likewise.
13158 (RS6000_BUILTIN_NANQ): Likewise.
13159 (RS6000_BUILTIN_NANSQ): Likewise.
13160 (RS6000_BUILTIN_INFQ): Likewise.
13161 (RS6000_BUILTIN_HUGE_VALQ): Likewise.
13162 * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
13163 (TARGET_FOLD_BUILTIN): New #define.
13164 (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
13165 (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
13166 (rs6000_fold_builtin): New target hook implementation, handling
13167 folding of 128-bit NaNs and infinities.
13168 (rs6000_init_builtins): Initialize const_str_type_node; ensure all
13169 entries are filled in to avoid problems during bootstrap
13170 self-test; define builtins for 128-bit NaNs and infinities.
13171 (rs6000_opt_mask): Add entry for float128.
13172 * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
13173 (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
13174 (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
13175 (const_str_type_node): New #define.
13176 * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
13177 to a define_expand that dispatches to either copysign<mode>3_soft
13178 or copysign<mode>3_hard.
13179 (copysign<mode>3_hard): Rename from copysign<mode>3.
13180 (copysign<mode>3_soft): New define_insn.
13181 * doc/extend.texi: Document new builtins.
13183 2016-06-24 Jakub Jelinek <jakub@redhat.com>
13185 * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
13186 PRIu64 instead of lu.
13188 2016-06-24 Eric Botcazou <ebotcazou@adacore.com>
13191 * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
13192 copy the type name.
13194 2016-06-24 Jakub Jelinek <jakub@redhat.com>
13196 PR tree-optimization/71647
13197 * omp-low.c (lower_rec_input_clauses): Convert
13198 omp_clause_aligned_alignment (c) to size_type_node for the
13199 last argument of __builtin_assume_aligned.
13201 2016-06-24 H.J. Lu <hongjiu.lu@intel.com>
13203 * configure.ac (calling ___tls_get_addr via GOT): New
13204 assembler/linker check.
13205 (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New. Defined to 1 if 32-bit
13206 assembler and linker supports calling ___tls_get_addr via GOT.
13207 Otherise, defined to 0.
13208 * config.in: Regenerated.
13209 * configure: Likewise.
13210 * config/i386/constraints.md (Yb): New constraint.
13211 * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
13212 (REG_CLASS_NAMES): Likewise.
13213 (REG_CLASS_CONTENTS): Likewise.
13214 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
13215 the b constraint with the Yb constraint. Call ___tls_get_addr
13216 via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
13218 (*tls_local_dynamic_base_32_gnu): Likewise.
13219 (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
13220 GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
13221 (*tls_local_dynamic_base_64_<mode>): Likewise.
13223 2016-06-24 Martin Liska <mliska@suse.cz>
13225 * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
13226 * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
13228 * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
13229 argument to true if the expected number of iterations is
13232 2016-06-24 Uros Bizjak <ubizjak@gmail.com>
13234 * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
13235 assemble for 32bit target.
13236 (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
13237 and $ld_ix86_gld_32_opt to link for 32bit target.
13238 (HAVE_AS_IX86_TLSLDMPLT): Ditto.
13239 * configure: Regenerate.
13241 2016-06-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13243 * config/arm/arm.c (int_log2): Delete definition and prototype.
13244 (shift_op): Use exact_log2 instead of int_log2.
13245 (vfp3_const_double_for_fract_bits): Likewise.
13247 2016-06-24 Jakub Jelinek <jakub@redhat.com>
13249 * internal-fn.c (expand_arith_set_overflow): New function.
13250 (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
13252 (expand_arith_overflow_result_store): Likewise. Handle precision
13253 smaller than mode precision.
13254 * tree-vrp.c (extract_range_basic): For imag part, handle
13255 properly signed 1-bit precision result.
13256 * doc/extend.texi (__builtin_add_overflow): Document that last
13257 argument can't be pointer to enumerated or boolean type.
13258 (__builtin_add_overflow_p): Document that last argument can't
13259 have enumerated or boolean type.
13261 2016-06-23 Michael Meissner <meissner@linux.vnet.ibm.com>
13262 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13264 * config/rs6000/predicates.md (splat_input_operand): Rework.
13265 Don't allow constants, since the insns that use this predicate
13266 don't support constants. Constants are handled by other insns
13267 that are created via combine. During and after register
13268 allocation, only allow indexed or indirect addresses, and not
13269 general addresses. Only allow modes supported by the hardware.
13270 * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
13271 comment. Move check for using VSPLTIS<x> to a common location,
13272 instead of doing it in two different places.
13274 2016-06-23 Jocelyn Mayer <l_indien@magic.fr>
13276 * config/i386/driver-i386.c (host_detect_local_cpu): Set
13277 PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
13278 <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
13279 signature_CENTAUR_ebx.
13281 2016-06-23 H.J. Lu <hongjiu.lu@intel.com>
13285 * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
13286 (as_ix86_gas_32_opt): This.
13287 (ld_ix86_tls_ldm_opt): Renamed to ...
13288 (ld_ix86_gld_32_opt): This.
13289 (R_386_TLS_LDM reloc): Updated.
13290 (R_386_GOT32X reloc): New assembler/linker check.
13291 (HAVE_AS_IX86_GOT32X): New. Defined to 1 if 32-bit assembler and
13292 linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT". Otherise,
13294 * config.in: Regenerated.
13295 * configure: Likewise.
13296 * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
13297 true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
13298 (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
13299 if ix86_force_load_from_GOT_p returns true.
13300 (ix86_print_operand_address_as): Also support UNSPEC_GOT if
13301 ix86_force_load_from_GOT_p returns true.
13302 (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
13303 the external function address via the GOT slot.
13304 (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
13305 HAVE_AS_IX86_GOT32X before returning false.
13306 (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
13307 32-bit mode if ix86_nopic_noplt_attribute_p returns true.
13309 2016-06-23 Eric Botcazou <ebotcazou@adacore.com>
13311 * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
13313 2016-06-23 Andi Kleen <ak@linux.intel.com>
13315 * Makefile.in: Regenerate.
13316 * doc/install.texi: Document autoprofiledbootstrap.
13318 2016-06-23 Andi Kleen <ak@linux.intel.com>
13320 * config/i386/gcc-auto-profile: New file.
13322 2016-06-23 Martin Liska <mliska@suse.cz>
13324 PR middle-end/71619
13325 * predict.c (predict_loops): Revert the hunk that was removed
13328 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
13330 * config.gcc: Add support for arm*-*-phoenix* targets.
13331 * config/arm/t-phoenix: New.
13332 * config/phoenix.h: New.
13334 2016-06-23 Uros Bizjak <ubizjak@gmail.com>
13335 H.J. Lu <hongjiu.lu@intel.com>
13338 * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
13339 * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
13340 (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
13341 ix86_force_load_from_GOT_p returns true.
13342 (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
13343 ix86_force_load_from_GOT_p returns true.
13344 (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
13345 ix86_force_load_from_GOT_p returns true.
13346 (ix86_expand_move): Load the external function address via the
13347 GOT slot if ix86_force_load_from_GOT_p returns true.
13348 * config/i386/predicates.md (x86_64_immediate_operand): Return
13349 false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
13350 (x86_64_zext_immediate_operand): Ditto.
13352 2016-06-22 Uros Bizjak <ubizjak@gmail.com>
13354 * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
13356 2016-06-22 David Malcolm <dmalcolm@redhat.com>
13359 * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
13360 * diagnostic.c (pedwarn_at_rich_loc): New function.
13361 * spellcheck.h (best_match::best_match): Add a
13362 "best_distance_so_far" optional parameter.
13363 (best_match::set_best_so_far): New method.
13364 (best_match::get_best_distance): New accessor.
13365 (best_match::get_best_candidate_length): New accessor.
13367 2016-06-22 Nick Clifton <nickc@redhat.com>
13369 * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
13370 place of GET_MODE_CLASS() == MODE_INT, so that partial integer
13371 modes are accepted as well.
13372 (ucompare_loc_descriptor): Likewise.
13373 (minmax_loc_descriptor): Likewise.
13374 (clz_loc_descriptor): Likewise.
13375 (popcount_loc_descriptor): Likewise.
13376 (bswap_loc_descriptor): Likewise.
13377 (rotate_loc_descriptor): Likewise.
13378 (mem_loc_descriptor): Likewise.
13379 (loc_descriptor): Likewise.
13381 2016-06-22 David Malcolm <dmalcolm@redhat.com>
13383 * common.opt (fdiagnostics-parseable-fixits): New option.
13384 * diagnostic.c: Include "selftest.h".
13385 (print_escaped_string): New function.
13386 (print_parseable_fixits): New function.
13387 (diagnostic_report_diagnostic): Call print_parseable_fixits.
13388 (selftest::assert_print_escaped_string): New function.
13389 (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
13390 (selftest::test_print_escaped_string): New function.
13391 (selftest::test_print_parseable_fixits_none): New function.
13392 (selftest::test_print_parseable_fixits_insert): New function.
13393 (selftest::test_print_parseable_fixits_remove): New function.
13394 (selftest::test_print_parseable_fixits_replace): New function.
13395 (selftest::diagnostic_c_tests): New function.
13396 * diagnostic.h (struct diagnostic_context): Add field
13397 "parseable_fixits_p".
13398 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
13399 -fdiagnostics-parseable-fixits.
13400 (-fdiagnostics-parseable-fixits): New option.
13401 * opts.c (common_handle_option): Handle
13402 -fdiagnostics-parseable-fixits.
13403 * selftest-run-tests.c (selftest::run_tests): Call
13404 selftest::diagnostic_c_tests.
13405 * selftest.h (selftest::diagnostic_c_tests): New prototype.
13407 2016-06-22 Ilya Enkovich <ilya.enkovich@intel.com>
13409 PR tree-optimization/71488
13410 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
13411 comparison of boolean vectors.
13412 * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
13413 of boolean vectors using bitwise operations.
13415 2016-06-22 Andreas Schwab <schwab@suse.de>
13417 * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
13418 Remove declaration.
13420 2016-06-22 Eric Botcazou <ebotcazou@adacore.com>
13422 * function.c (assign_parm_setup_reg): Prevent sharing in another case.
13424 2016-06-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
13426 * config/i386/i386.c (print_reg): Emit an error message on attempt to
13429 2016-06-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13431 * config/arm/arm.c (arm_cortex_a73_tune): New struct.
13432 * config/arm/arm-cores.def (cortex-a73): New entry.
13433 (cortex-a73.cortex-a35): Likewise.
13434 (cortex-a73.cortex-a53): Likewise.
13435 * config/arm/arm-tables.opt: Regenerate.
13436 * config/arm/arm-tune.md: Likewise.
13437 * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
13438 mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
13439 * config/arm/t-aprofile: Handle mcpu=cortex-a73,
13440 mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
13441 * doc/invoke.texi (ARM Options): Document cortex-a73,
13442 cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
13444 2016-06-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13446 * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
13447 * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
13448 (cortex-a73.cortex-a35): Likewise.
13449 (cortex-a73.cortex-a53): Likewise.
13450 * config/aarch64/aarch64-tune.md: Regenerate.
13451 * doc/invoke.texi (AArch64 Options): Document cortex-a73,
13452 cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
13455 2016-06-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13457 * configure.ac (gcc_cv_as_compress_debug): Remove
13458 --compress-debug-sections as extra as switch.
13459 Handle gas --compress-debug-sections=type.
13460 (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
13461 Handle gld --compress-debug-sections=type.
13462 * configure: Regenerate.
13464 2016-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
13466 * bb-reorder.c (pass_partition_blocks::gate): Update comment.
13468 2016-06-21 John David Anglin <danglin@gcc.gnu.org>
13470 * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
13471 (do_rewrite): likewise.
13473 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13475 * common/config/mep/mep-common.c: Remove.
13476 * config.gcc: Remove mep-* support.
13477 * config/mep/constraints.md: Remove.
13478 * config/mep/default.h: Remove.
13479 * config/mep/intrinsics.h: Remove.
13480 * config/mep/intrinsics.md: Remove.
13481 * config/mep/ivc2-template.h: Remove.
13482 * config/mep/mep-c5.cpu: Remove.
13483 * config/mep/mep-core.cpu: Remove.
13484 * config/mep/mep-default.cpu: Remove.
13485 * config/mep/mep-ext-cop.cpu: Remove.
13486 * config/mep/mep-intrin.h: Remove.
13487 * config/mep/mep-ivc2.cpu: Remove.
13488 * config/mep/mep-pragma.c: Remove.
13489 * config/mep/mep-protos.h: Remove.
13490 * config/mep/mep.c: Remove.
13491 * config/mep/mep.cpu: Remove.
13492 * config/mep/mep.h: Remove.
13493 * config/mep/mep.md: Remove.
13494 * config/mep/mep.opt: Remove.
13495 * config/mep/predicates.md: Remove.
13496 * config/mep/t-mep: Remove.
13497 * doc/install.texi: Remove mep-* documentation.
13498 * doc/md.texi: Likewise.
13500 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13502 * config.gcc: Remove support for avr-rtems.
13503 * config/avr/gen-avr-mmcu-specs.c: Likewise.
13504 * config/avr/rtems.h: Remove.
13505 * config/avr/t-rtems: Remove.
13507 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13509 * config.gcc: Remove m32r-rtems support.
13510 * config/m32r/rtems.h: Remove.
13512 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13514 * config.gcc: Remove h8300-rtems support.
13515 * config/h8300/rtems.h: Remove.
13516 * config/h8300/t-rtems: Remove.
13518 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13520 * config.gcc: Remove support for knetbsd.
13521 * configure.ac: Likewise.
13522 * config/i386/knetbsd-gnu.h: Remove. * config/i386/knetbsd-gnu64.h: Remove.
13523 * config/knetbsd-gnu.h: Remove.
13524 * configure: Regenerate.
13526 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13528 * config.gcc: Remove support for openbsd 2 and 3.
13529 * config/openbsd-oldgas.h: Remove.
13531 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13533 * config.gcc: Remove interix support.
13534 * config/i386/i386-interix.h: Remove.
13535 * config/i386/interix.opt: Remove.
13536 * config/i386/t-interix: Remove.
13537 * configure: Regenerate.
13538 * configure.ac: Remove interix support.
13539 * doc/install.texi: Remove interix documentation.
13541 2016-06-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
13543 * config/rs6000/rs6000.h: Add conditional preprocessing directives
13544 to disable Power9-specific compiler features if HAVE_AS_POWER9 is
13547 2016-06-21 Eric Botcazou <ebotcazou@adacore.com>
13549 * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
13550 they are both PLACEHOLDER_EXPRs.
13552 2016-06-21 Michael Meissner <meissner@linux.vnet.ibm.com>
13554 * stor-layout.c (layout_type): Move setting complex MODE to
13555 layout_type, instead of setting it ahead of time by the caller.
13556 * tree.c (build_complex_type): Likewise.
13558 2016-06-21 Martin Liska <mliska@suse.cz>
13560 * predict.c (force_edge_cold): Replace imposisble with
13563 2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
13565 * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
13566 * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
13568 2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
13570 * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
13572 2016-06-21 H.J. Lu <hongjiu.lu@intel.com>
13573 Ilya Enkovich <ilya.enkovich@intel.com>
13576 * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
13577 New member function to convert V1TImode register to SUBREG
13578 TImode in debug insn.
13579 (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
13580 after changing register mode to V1TImode.
13582 2016-06-21 Virendra Pathak <virendra.pathak@broadcom.com>
13584 * config/aarch64/aarch64-cores.def (vulcan): New core.
13585 * config/aarch64/aarch64-tune.md: Regenerate.
13586 * doc/invoke.texi: Document vulcan as an available option.
13588 2016-06-21 Eric Botcazou <ebotcazou@adacore.com>
13590 * cse.c (canon_asm_operands): New function extracted from...
13591 (canonicalize_insn): ...here. Call it to canonicalize an ASM_OPERANDS
13592 either standalone or member of a PARALLEL.
13594 2016-06-21 Georg-Johann Lay <avr@gjlay.de>
13597 * config/avr/gen-avr-mmcu-specs.c (print_mcu):
13598 [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
13599 [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
13601 2016-06-21 Georg-Johann Lay <avr@gjlay.de>
13604 * config/avr/avr.md (movqi): Only handle loading subreg:qi of
13605 constant addresses if can_create_pseudo_p.
13607 2016-06-21 Jakub Jelinek <jakub@redhat.com>
13609 PR tree-optimization/71588
13610 * tree-ssa-strlen.c (valid_builtin_call): New function.
13611 (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
13614 2016-06-20 Jakub Jelinek <jakub@redhat.com>
13616 PR middle-end/71581
13617 * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
13618 see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
13619 for conversion of scalar user var to complex type and use the
13620 underlying SSA_NAME_VAR in that case. If EXPR is still NULL,
13623 PR rtl-optimization/71591
13624 * toplev.c (toplev::run_self_tests): If no_backend, complain and
13625 don't run any tests.
13627 2016-06-20 Hans-Peter Nilsson <hp@axis.com>
13630 * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
13631 delay-slot "nop" for PIC with CRIS v32. Also add missing leading
13632 space for PIC with non-v32 and the common non-PIC "jump".
13634 2016-06-20 Jakub Jelinek <jakub@redhat.com>
13637 * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
13638 returned values and add UN*/LTGT/*ORDERED cases with values matching
13639 D operand modifier on vcmp for AVX.
13641 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
13643 * config/aarch64/aarch64.opt
13644 (mpc-relative-literal-loads): Rename internal option name.
13645 * config/aarch64/aarch64.c
13646 (aarch64_nopcrelative_literal_loads): Rename to
13647 aarch64_pcrelative_literal_loads.
13648 (aarch64_expand_mov_immediate): Likewise.
13649 (aarch64_secondary_reload): Likewise.
13650 (aarch64_can_use_per_function_literal_pools_p): Likewise.
13651 (aarch64_override_options_after_change_1): Rename and simplify logic.
13652 (aarch64_classify_symbol): Merge large model checks into switch,
13653 remove pc-relative load check.
13655 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
13657 * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
13658 costs relative to the cost of a register move.
13660 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
13662 * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
13663 (vcvt_n_f64_u64): Likewise.
13664 (vcvt_n_s64_f64): Likewise.
13665 (vcvt_n_u64_f64): Likewise.
13666 (vcvt_f64_s64): Likewise.
13667 (vrecpe_f64): Likewise.
13668 (vcvt_f64_u64): Likewise.
13669 (vrecps_f64): Likewise.
13671 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
13673 * config/aarch64/aarch64.md
13674 (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
13676 (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise. Correct
13678 * config/aarch64/aarch64-builtins.c
13679 (aarch64_types_binop_uss_qualifiers): Delete.
13680 (TYPES_BINOP_USS): Likewise.
13681 (aarch64_types_binop_sus_qualifiers): Likewise.
13682 (TYPES_BINOP_SUS): Likewise.
13683 (aarch64_types_fcvt_from_unsigned_qualifiers): New.
13684 (TYPES_FCVTIMM_SUS): Likewise.
13685 * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
13687 (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
13688 (fcvtzs): Use SHIFTIMM rather than BINOP.
13689 (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
13691 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
13693 * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
13694 costs relative to the cost of a register move.
13696 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
13698 * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
13699 Allow scalar/single vector modes to be tieable.
13701 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
13703 * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
13705 2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13707 * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
13709 * tree.h (TYPE_ALIGN): Likewise.
13711 2016-06-20 Georg-Johann Lay <avr@gjlay.de>
13714 * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
13716 2016-06-20 Georg-Johann Lay <avr@gjlay.de>
13718 * config/avr/avr.c (avr_print_operand): Fix "format not a string
13719 literal" build warnings.
13720 (avr_print_operand_address): Dito.
13722 2016-06-19 David Edelsohn <dje.gcc@gmail.com>
13725 * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
13726 * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
13728 2016-06-18 John David Anglin <danglin@gcc.gnu.org>
13730 * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
13732 2016-06-18 Eric Botcazou <ebotcazou@adacore.com>
13735 * reload1.c (reload): Pass 0 to finish_spills when called because
13736 update_eliminables_and_spill returns true and remove did_spill.
13737 (finish_spills): Adjust comment and document GLOBAL parameter.
13739 2016-06-17 DJ Delorie <dj@redhat.com>
13742 * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
13743 * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
13744 (umulqihi3_virt): Likewise.
13745 * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
13746 (umulqihi3_real): Likewise.
13748 2016-06-17 Martin Liska <mliska@suse.cz>
13750 * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
13752 2016-06-17 Martin Liska <mliska@suse.cz>
13754 * predict.def: PRED_LOOP_EXIT from 92 to 85.
13756 2016-06-17 James Greenhalgh <james.greenhalgh@arm.com>
13758 * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
13760 (vaddq_f32): Likewise.
13761 (vmul_f32): Likewise.
13762 (vmulq_f32): Likewise.
13763 (vsub_f32): Likewise.
13764 (vsubq_f32): Likewise.
13766 2016-06-17 Bin Cheng <bin.cheng@arm.com>
13768 PR tree-optimization/71347
13769 * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
13770 cost for all uses in group.
13772 2016-06-17 Bin Cheng <bin.cheng@arm.com>
13774 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
13775 insert gimple seq if it's not empty.
13777 2016-06-17 Bin Cheng <bin.cheng@arm.com>
13779 * tree-vectorizer.h (struct dr_with_seg_len): Remove class
13781 * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
13782 rather than OFFSET.
13783 (comp_dr_with_seg_len_pair): Ditto.
13784 (vect_prune_runtime_alias_test_list): Ditto. Also Canonicalize
13785 struct dr_with_seg_len_pair against DR_OFFSET.
13786 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
13787 DR_OFFSET directly.
13789 2016-06-17 Szabolcs Nagy <szabolcs.nagy@arm.com>
13791 * config/aarch64/geniterators.sh: Handle parenthesised conditions.
13793 2016-06-16 John David Anglin <danglin@gcc.gnu.org>
13795 * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
13796 (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
13797 (pa_output_millicode_call): Likewise.
13798 (pa_output_call): Likewise.
13799 (pa_output_indirect_call): Likewise.
13800 (pa_asm_output_mi_thunk): Likewise.
13802 2016-06-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13804 * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
13806 2016-06-16 Martin Liska <mliska@suse.cz>
13808 * predict.c (combine_predictions_for_insn): When we find a first
13809 match predictor, we should consider just predictors with
13810 PRED_FLAG_FIRST_MATCH. Print either first match (if any) or
13811 DS theory predictor.
13812 (combine_predictions_for_bb): Likewise.
13814 2016-06-16 Jakub Jelinek <jakub@redhat.com>
13816 * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
13817 with base of reference to struct.
13819 2016-06-16 Uros Bizjak <ubizjak@gmail.com>
13821 * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
13823 2016-06-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
13826 * config/avr/avr.c (avr_asm_init_sections): Remove setup of
13827 progmem_swtable_section.
13828 (progmem_swtable_section): Remove.
13829 (avr_asm_function_rodata_section): Remove.
13830 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
13831 * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
13833 2016-06-16 Jocelyn Mayer <l_indien@magic.fr>
13835 * config/i386/driver-i386.c (host_detect_local_cpu): Set
13836 PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
13837 <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
13838 signature_CENTAUR_ebx.
13839 * config/i386/i386.c (ix86_option_override_internal): Add
13840 definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
13841 nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
13842 * doc/invoke.texi (x86 Options): Document new VIA -march entries.
13844 2016-06-16 Martin Liska <mliska@suse.cz>
13846 * predict.def: Add fortran loop preheader predictor.
13847 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
13848 fold IFN_BUILTIN_EXPECT with a known constant argument.
13850 2016-06-16 Martin Liska <mliska@suse.cz>
13852 * predict.def: Add 'Fortran' to display text of all
13853 PRED_FORTRAN_* predictors.
13855 2016-06-16 Uros Bizjak <ubizjak@gmail.com>
13858 * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
13859 [IA64_BUILTIN_NANSQ]: Ditto.
13860 (ia64_fold_builtin): New function.
13861 (TARGET_FOLD_BUILTIN): New define.
13862 (ia64_init_builtins) Declare const_string_type node.
13863 Add __builtin_nanq and __builtin_nansq builtin functions.
13864 (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
13866 2016-06-16 Nick Clifton <nickc@redhat.com>
13868 * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
13869 MSP430_HWMULT_ prefix to enum values.
13870 (msp430_regions): Add MSP430_REGION_ prefix to enum values.
13871 * config/msp430/msp430.c: Update use of enum values.
13872 * config/msp430/msp430.md: Likewise.
13873 * config/msp430/msp430.opt: Likewise.
13875 2016-06-16 Jan Hubicka <hubicka@ucw.cz>
13877 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
13878 of comparsions in the last iteration.
13880 2016-06-16 Claudiu Zissulescu <claziss@synopsys.com>
13881 Joern Rennecke <joern.rennecke@embecosm.com>
13883 * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
13885 (arc_needs_pcl_p): Add GOTOFFPC.
13886 (arc_legitimate_pic_addr_p): Likewise.
13887 (arc_output_pic_addr_const): Likewise.
13888 (arc_legitimize_pic_address): Generate a pc-relative address using
13890 (arc_output_libcall): Use @pcl syntax.
13891 (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
13892 * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
13893 (*movsi_insn): Use @pcl syntax.
13894 (doloop_begin_i): Likewise.
13896 2016-06-16 Martin Liska <mliska@suse.cz>
13898 * predict.def: Define a new predictor.
13900 2016-06-16 Claudiu Zissulescu <claziss@synopsys.com>
13902 * config/arc/arc.opt (mtp-regno): Update text.
13904 2016-06-16 Renlin Li <renlin.li@arm.com>
13906 * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
13908 2016-06-16 Jakub Jelinek <jakub@redhat.com>
13911 * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
13912 (setcc + and peephole2): Likewise.
13914 PR rtl-optimization/71532
13915 * cse.c (cse_insn): For const/pure calls, invalidate argument passing
13918 2016-06-15 Michael Meissner <meissner@linux.vnet.ibm.com>
13920 * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
13921 DImode constants with XXSPLTIB in vector registers.
13922 (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
13923 vsx_extract_<mode>_internal{1,2} into a single insn that handles
13924 direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
13925 extraction of the element at the top of the register as a scalar
13927 (vsx_extract_<mode>_internal1): Likewise.
13928 (vsx_extract_<mode>_internal2): Likewise.
13929 * config/rs6000/constraints.md (wi constraint): Remove a comment
13930 about DImode not being allowed in Altivec registers.
13931 (wB constraint): New constraint for constants that can be
13932 generated in Altivec registers with VSPLTISW/VUPKHSW.
13933 * config/rs6000/predicates.md (xxspltib_constant_split): Update
13935 (xxspltib_constant_nosplit): Likewise.
13936 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
13937 support for -mupper-regs-di to enable DImode to go into Altivec
13939 (POWERPC_MASKS): Likewise.
13940 (power7 cpu): Likewise.
13941 * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
13942 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
13943 for DImode being allowed in Altivec registers. Update wi/wj
13944 constraints. Set scalar_in_vmx_p flag.
13945 (rs6000_option_override_internal): Add checks for -mupper-regs-di.
13946 (xxspltib_constant_p): Allow CONST_INT's with VOIDmode. Don't
13947 return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
13948 (rs6000_opt_masks): Add -mupper-regs-di.
13949 * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
13950 direct move to use wi and not wj.
13951 (lfiwzx): Likewise.
13952 (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
13954 (floatunssi<mode>2_lfiwzx_mem): Likewise.
13955 (fix_trunc<mode>di2_fctidz): Change second alternative to allow
13956 any VSX register, instead of just Altivec registers, to allow
13957 either operand to be an Altivec register or both.
13958 (fixuns_trunc<mode>di2_fctiduz): Likewise.
13959 (movdi_internal32): Add support for -mupper-regs-di. Add support
13960 to load constants via XXSPLTIB or VSPLTISW. Add spacing to allow
13961 the alternatives and attributes to be lined up to be easier to
13963 (movdi_internal64): Likewise.
13964 (64-bit DImode splitters): Change predicates to only split loading
13965 up GPR registers. Add splits for using XXSPLTIB or VSPLTISW to
13966 load constants in ISA 3.0 or ISA 2.07 respectively.
13967 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
13968 -mupper-regs-di. Update -mupper-regs-df and -mupper-regs-sf to
13969 mention -mcpu=power9 sets these options.
13970 * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
13973 2016-06-15 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
13976 * config/avr/avr.c (avr_set_current_function): Warn misspelled
13977 interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
13978 * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
13979 by default to warn misspelled interrupt/ signal handler.
13980 * doc/invoke.texi (AVR Options): Document it. Update description
13981 for -nodevicelib option.
13983 2016-06-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13985 * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
13986 up parentheses. Use GET_MODE_UNIT_BITSIZE.
13987 (aarch64_<sur>shll2_n<mode>): Likewise.
13989 2016-06-15 Ilya Enkovich <ilya.enkovich@intel.com>
13991 PR middle-end/71529
13992 * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
13993 DECL_CONTEXT for copied arguments.
13995 2016-06-15 Alan Hayward <alan.hayward@arm.com>
13997 PR tree-optimization/71483
13998 * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
14001 2016-06-15 Martin Liska <mliska@suse.cz>
14003 * predict.c (tree_predict_by_opcode): Call predict_edge_def
14004 instead of predict_edge w/o a probability.
14006 2016-06-15 Alan Hayward <alan.hayward@arm.com>
14008 PR tree-optimization/71439
14009 * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
14012 2016-06-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14014 * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
14015 register subregs in SET_SRC.
14017 2016-06-15 Richard Biener <rguenther@suse.de>
14019 * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
14020 store restrictions.
14022 2016-06-15 Richard Biener <rguenther@suse.de>
14024 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
14025 not consider dependences between accesses that belong to the
14027 (vect_analyze_data_ref_dependences): Do not analyze read-read
14028 or self-dependences.
14030 2016-06-14 David Malcolm <dmalcolm@redhat.com>
14032 * spellcheck-tree.c: Include spellcheck-tree.h rather than
14034 (find_closest_identifier): Reimplement in terms of
14035 best_match<tree,tree>.
14036 * spellcheck-tree.h: New file.
14037 * spellcheck.c (struct edit_distance_traits<const char *>): New
14039 (find_closest_string): Reimplement in terms of
14040 best_match<const char *, const char *>.
14041 * spellcheck.h (levenshtein_distance): Move prototype of tree-based
14042 overload to spellcheck-tree.h.
14043 (find_closest_identifier): Likewise.
14044 (struct edit_distance_traits<T>): New template.
14045 (class best_match): New class.
14047 2016-06-14 David Malcolm <dmalcolm@redhat.com>
14049 * selftest-run-tests.c (selftest::run_tests): Call
14050 selftest::spellcheck_tree_c_tests.
14051 * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
14052 * spellcheck-tree.c: Include selftest.h and stringpool.h.
14053 (selftest::test_find_closest_identifier): New function.
14054 (selftest::spellcheck_tree_c_tests): New function.
14055 * spellcheck.c (selftest::test_find_closest_string): Verify that
14056 the order of the vec does not affect the results for this case.
14057 (selftest::test_data): New array.
14058 (selftest::test_metric_conditions): New function.
14059 (selftest::spellcheck_c_tests): Add a test of case-comparison.
14060 Call selftest::test_metric_conditions.
14062 2016-06-14 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14064 * config/rs6000/rs6000-builtin.def (commentary): Typo.
14065 (BU_P9_MISC_1): Likewise.
14066 (BU_P9_64BIT_MISC_0): Likewise.
14067 (BU_P9_MISC_0): Likewise.
14069 2016-06-14 David Malcolm <dmalcolm@redhat.com>
14071 * gcc-rich-location.c
14072 (gcc_rich_location::add_fixit_misspelled_id): New method.
14073 * gcc-rich-location.h
14074 (gcc_rich_location::add_fixit_misspelled_id): Add decl.
14076 2016-06-14 Andreas Tobler <andreast@gcc.gnu.org>
14078 * config/arm/freebsd.h: Only enable unaligned access for armv6 on
14079 FreeBSD 11 and above.
14081 2016-06-14 Uros Bizjak <ubizjak@gmail.com>
14083 * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
14085 2016-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14087 * expmed.h: Close parenthesis in "at your option" in copyright
14089 * lower-subreg.h: Likewise.
14091 2016-06-14 Richard Biener <rguenther@suse.de>
14093 PR middle-end/71526
14094 * genmatch.c (expr::gen_transform): Use in_type for comparisons
14097 2015-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14099 * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
14101 (aarch64_rtx_costs): Use it. Rewrite CONST_INT_P (op1) case to handle
14102 mask+shift version.
14103 * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
14105 * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
14106 matching condition with aarch64_mask_and_shift_for_ubfiz_p.
14108 2016-06-14 Richard Biener <rguenther@suse.de>
14110 PR tree-optimization/71522
14111 * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
14112 copying into float copying.
14114 2016-06-14 Jakub Jelinek <jakub@redhat.com>
14116 PR tree-optimization/71520
14117 * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
14118 (replace_block_by): Move user labels from bb1 to bb2.
14120 2016-06-14 Richard Biener <rguenther@suse.de>
14122 PR middle-end/71310
14124 * expr.h (get_bit_range): Declare.
14125 * expr.c (get_bit_range): Export.
14126 * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
14127 word_mode again to constrain the bitfield access.
14129 2016-06-14 Richard Biener <rguenther@suse.de>
14131 PR tree-optimization/71521
14132 * tree-vrp.c (extract_range_from_binary_expr_1): Guard
14133 division int_const_binop against zero divisor.
14135 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
14137 * config/i386/i386.md (signbittf2): New expander.
14138 * config/i386/sse.md (ptesttf2): New insn pattern.
14140 2016-06-13 David Malcolm <dmalcolm@redhat.com>
14143 * input.c (selftest::test_reading_source_line): Avoid reading from
14144 __FILE__ by creating a tempfile with known content and reading
14147 2016-06-13 David Malcolm <dmalcolm@redhat.com>
14149 * pretty-print.c (assert_pp_format_colored): Skip the test if
14151 (test_pp_format): Remove comment about GCC_COLORS.
14153 2016-06-13 David Malcolm <dmalcolm@redhat.com>
14155 * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
14156 * pretty-print.c (assert_pp_format_va): Add location param and use
14157 it with ASSERT_STREQ_AT.
14158 (assert_pp_format): Add location param and pass it to
14159 assert_pp_format_va.
14160 (assert_pp_format_colored): Likewise.
14161 (ASSERT_PP_FORMAT_1): New.
14162 (ASSERT_PP_FORMAT_2): New.
14163 (ASSERT_PP_FORMAT_3): New.
14164 (test_pp_format): Provide SELFTEST_LOCATION throughout, either
14165 explicitly, or implicitly via the above macros.
14166 * selftest.c (selftest::pass): Use a selftest::location rather
14167 than file and line.
14168 (selftest::fail): Likewise. Print the function name.
14169 (selftest::fail_formatted): Likewise.
14170 (selftest::assert_streq): Use a selftest::location rather than
14172 * selftest.h (selftest::location): New struct.
14173 (SELFTEST_LOCATION): New macro.
14174 (selftest::pass): Accept a const location & rather than file
14176 (selftest::fail): Likewise.
14177 (selftest::fail_formatted): Likewise.
14178 (selftest::assert_streq): Likewise.
14179 (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
14180 (ASSERT_FALSE): Likewise.
14181 (ASSERT_EQ): Likewise.
14182 (ASSERT_NE): Likewise.
14183 (ASSERT_STREQ): Likewise.
14184 (ASSERT_PRED1): Likewise.
14185 (ASSERT_STREQ_AT): New macro.
14187 2016-06-13 David Malcolm <dmalcolm@redhat.com>
14189 * selftest.c (selftest::fail_formatted): New function.
14190 (selftest::assert_streq): New function.
14191 * selftest.h (selftests::fail_formatted): New decl.
14192 (selftest::assert_streq): New decl.
14193 (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
14195 2016-06-13 Jeff Law <law@redhat.com>
14197 PR tree-optimization/71403
14198 * tree-ssa-threadbackward.c
14199 (convert_and_register_jump_thread_path): No longer accept reference
14200 to path. Do not pop items off the path anymore.
14201 (fsm_find_control_statement_thread_paths): Do not allow threading
14202 to a deeper loop nest. Pop the last item off the path here rather
14203 than in convert_and_register_jump_thread_path.
14205 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
14206 Wilco Dijkstra <Wilco.Dijkstra@arm.com>
14208 [AArch64] Emit division using the Newton series
14210 * config/aarch64/aarch64-protos.h
14211 (cpu_approx_modes): Add new member "division".
14212 (aarch64_emit_approx_div): Declare new function.
14213 * config/aarch64/aarch64.c
14214 (generic_approx_modes): New member "division".
14215 (exynosm1_approx_modes): Likewise.
14216 (xgene1_approx_modes): Likewise.
14217 (aarch64_emit_approx_div): Define new function.
14218 * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
14219 * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
14220 * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
14221 * doc/invoke.texi (-mlow-precision-div): Describe new option.
14223 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
14224 Wilco Dijkstra <wilco.dijkstra@arm.com>
14226 [AArch64] Emit square root using the Newton series
14228 * config/aarch64/aarch64-protos.h
14229 (aarch64_emit_approx_rsqrt): Replace with new function
14230 "aarch64_emit_approx_sqrt".
14231 (cpu_approx_modes): New member "sqrt".
14232 * config/aarch64/aarch64.c
14233 (generic_approx_modes): New member "sqrt".
14234 (exynosm1_approx_modes): Likewise.
14235 (xgene1_approx_modes): Likewise.
14236 (aarch64_emit_approx_rsqrt): Replace with new function
14237 "aarch64_emit_approx_sqrt".
14238 (aarch64_override_options_after_change_1): Handle new option.
14239 * config/aarch64/aarch64-simd.md
14240 (rsqrt<mode>2): Use new function instead.
14241 (sqrt<mode>2): New expansion and insn definitions.
14242 * config/aarch64/aarch64.md: Likewise.
14243 * config/aarch64/aarch64.opt
14244 (mlow-precision-sqrt): Add new option description.
14245 * doc/invoke.texi (mlow-precision-sqrt): Likewise.
14247 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
14249 [AArch64] Add more choices for the reciprocal square root approximation
14251 Allow a target to prefer such operation depending on the operation mode.
14253 * config/aarch64/aarch64-protos.h
14254 (AARCH64_APPROX_MODE): New macro.
14255 (AARCH64_APPROX_{NONE,ALL}): Likewise.
14256 (cpu_approx_modes): New structure.
14257 (tune_params): New member "approx_modes".
14258 * config/aarch64/aarch64-tuning-flags.def
14259 (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
14260 * config/aarch64/aarch64.c
14261 (generic_approx_modes): New core "cpu_approx_modes" structure.
14262 (exynosm1_approx_modes): Likewise.
14263 (xgene1_approx_modes): Likewise.
14264 (generic_tunings): New member "approx_modes".
14265 (cortexa35_tunings): Likewise.
14266 (cortexa53_tunings): Likewise.
14267 (cortexa57_tunings): Likewise.
14268 (cortexa72_tunings): Likewise.
14269 (exynosm1_tunings): Likewise.
14270 (thunderx_tunings): Likewise.
14271 (xgene1_tunings): Likewise.
14272 (use_rsqrt_p): New argument for the mode and use new member from
14274 (aarch64_builtin_reciprocal): Devise mode from builtin.
14275 (aarch64_optab_supported_p): New argument for the mode.
14276 * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
14278 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
14280 * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
14281 RS6000_BTM_MODULO flag into the set of flags that are considered
14282 to be part of the common configuration.
14284 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
14286 * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
14287 difference unsigned.
14288 (vec_absdb): New macro for vector absolute difference unsigned
14290 (vec_absdh): New macro for vector absolute difference unsigned
14292 (vec_absdw): New macro for vector absolute difference unsigned word.
14293 * config/rs6000/altivec.md (UNSPEC_VADU): New value.
14294 (vadu<mode>3): New insn.
14295 (*p9_vadu<mode>3): New insn.
14296 * config/rs6000/rs6000-builtin.def (vadub): New built-in
14298 (vaduh): New built-in definition.
14299 (vaduw): New built-in definition.
14300 (vadu): New overloaded built-in definition.
14301 (vadub): New overloaded built-in definition.
14302 (vaduh): New overloaded built-in definition.
14303 (vaduw): New overloaded built-in definition.
14304 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
14305 overloaded vector absolute difference unsigned functions.
14306 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
14307 the ISA 3.0 vector absolute difference unsigned built-in functions.
14309 2016-06-13 Eric Botcazou <ebotcazou@adacore.com>
14311 * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
14312 update shared_lookup_references only once after changing operands.
14314 2016-06-13 Thomas Schwinge <thomas@codesourcery.com>
14316 PR middle-end/71373
14317 * tree-nested.c (convert_nonlocal_omp_clauses)
14318 (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
14320 * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
14321 * tree.def (CASE_LABEL_EXPR): Likewise.
14323 2016-06-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
14326 * input.c (test_builtins): Fix an assertion.
14328 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
14330 * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
14331 (paritysi2): Ditto.
14333 (isinf<mode>2): Ditto.
14335 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
14337 * ggc-tests.c (test_finalization): Only test need_finalization_p
14338 for GCC_VERSION >= 4003.
14340 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14342 * config/s390/vecintrin.h: Fix file description in comment.
14344 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14346 * config/s390/s390-builtin-types.def: Change builtin type naming
14347 scheme to match builtin-types.def.
14349 2016-06-13 Marc Glisse <marc.glisse@inria.fr>
14351 * fold-const.c (optimize_minmax_comparison): Remove.
14352 (fold_comparison): Remove call to the above.
14353 * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
14354 New transformations.
14356 2016-06-13 Alan Hayward <alan.hayward@arm.com>
14358 PR tree-optimization/71416
14359 * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
14362 2016-06-13 Martin Liska <mliska@suse.cz>
14364 * predict.c (enum predictor_reason): Prefix enum with REASON_.
14365 (combine_predictions_for_insn): Likewise.
14366 (prune_predictions_for_bb): Likewise.
14367 (combine_predictions_for_bb): Likewise.
14369 2016-06-13 Richard Biener <rguenther@suse.de>
14371 PR tree-optimization/71505
14372 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
14373 assert match comment.
14375 2016-06-13 Marek Polacek <polacek@redhat.com>
14377 PR middle-end/71476
14378 * gimplify.c (maybe_warn_switch_unreachable): Factored out of
14379 gimplify_switch_expr.
14380 (warn_switch_unreachable_r): New function.
14382 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14385 * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
14388 2016-06-13 Richard Biener <rguenther@suse.de>
14390 PR middle-end/64516
14391 * fold-const.c (fold_unary_loc): Preserve alignment when
14392 folding a VIEW_CONVERT_EXPR into a MEM_REF.
14394 2016-06-13 Martin Liska <mliska@suse.cz>
14397 * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
14398 w/ -fsanitize=bounds.
14400 2016-06-12 Uros Bizjak <ubizjak@gmail.com>
14402 * config/i386/i386.c (ix86_init_builtins): Calculate
14403 FLOAT128_FTYPE_CONST_STRING function type only once.
14404 * doc/extend.texi (x86 Built-in Functions): Update text, __float128
14405 built-in functions are available for x86-32 and x86-64 targets.
14407 2016-06-12 Uros Bizjak <ubizjak@gmail.com>
14410 * config/i386/i386.i386-builtin-types.def (CONST_STRING):
14411 New primitive type.
14412 (FLOAT128_FTYPE_CONST_STRING): New function type.
14413 * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
14414 [IX86_BUILTIN_NANSQ]: Ditto.
14415 (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
14416 (ix86_init_builtin_types): Declare const_string_type_node.
14417 (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
14419 (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
14420 * doc/extend.texi (x86 Built-in Functions): Document
14421 __builtin_nanq and __builtin_nansq.
14423 2016-06-11 Jiong Wang <jiong.wang@arm.com>
14426 * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
14427 * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
14428 length for pop patterns.
14429 (arm_attr_length_push_multi): Update comments.
14430 * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
14432 (*pop_multiple_with_writeback_and_return): Likewise.
14433 (*pop_multiple_with_return): Likewise.
14435 2016-06-11 Segher Boessenkool <segher@kernel.crashing.org>
14437 PR middle-end/71310
14438 * fold-const.c (optimize_bit_field_compare): Don't try to use
14439 word_mode unconditionally for reading the bit field, look at
14440 DECL_BIT_FIELD_REPRESENTATIVE instead.
14442 2016-06-11 Kugan Vivekanandarajah <kuganv@linaro.org>
14444 PR middle-end/71478
14445 * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
14446 vector integer type.
14448 2016-06-10 Jakub Jelinek <jakub@redhat.com>
14450 PR middle-end/71494
14451 * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
14452 without LABEL_DECL, set *handled_ops_p to false instead of true.
14454 2016-06-10 Martin Sebor <msebor@redhat.com>
14457 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
14458 (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
14459 * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
14461 (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
14462 (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
14463 (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
14464 (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
14465 (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
14466 (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
14467 (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
14468 (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
14470 2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
14472 * config/arm/arm.h (pool_vector_label,
14473 return_used_this_function): Remove.
14475 2016-06-10 Jeff Law <law@redhat.com>
14477 PR tree-optimization/71335
14478 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
14479 zero length paths here.
14480 (convert_and_register_jump_thread_path): Remove hacks related to
14481 duplicated blocks in the jump thread path.
14482 (fsm_find_control_statement_thread_paths): Avoid putting the same
14483 block on the thread path twice, but ensure the thread path is
14484 unchanged from the caller's point of view.
14486 2016-06-10 Jan Hubicka <hubicka@ucw.cz>
14488 * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
14489 * predict.def (PRED_LOOP_BRANCH): Remove.
14491 2016-06-10 David Malcolm <dmalcolm@redhat.com>
14493 * Makefile.in (OBJS): Add ggc-tests.o.
14494 (GTFILES): Add ggc-tests.c.
14495 * ggc-tests.c: New file.
14496 * selftest-run-tests.c (selftest::run_tests): Call
14497 selftest::ggc_tests_c_tests.
14498 * selftest.h (selftest::ggc_tests_c_tests): New prototype.
14500 2016-06-10 Alexander Monakov <amonakov@ispras.ru>
14502 * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
14504 2016-06-10 Maxim Ostapenko <m.ostapenko@samsung.com>
14507 * varasm.c (place_block_symbol): Adjust alignment for asan protected
14508 STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
14510 2016-06-10 Jan Hubicka <hubicka@ucw.cz>
14512 * profile.c: Include cfgloop.h.
14513 (branch_prob): Compute estimated number of iterations.
14514 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
14515 recompute estimate number of iterations from profile.
14517 2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
14519 PR inline-asm/68843
14520 * reg-stack.c (check_asm_stack_operands): Explicit input arguments
14521 must be grouped on top of stack. Don't force early clobber
14522 on ordinary reg outputs.
14524 2016-06-10 Richard Biener <rguenther@suse.de>
14526 * targhooks.c (default_builtin_vectorization_cost): Adjust
14527 vec_construct cost.
14529 2016-06-10 Richard Biener <rguenther@suse.de>
14531 * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
14532 to fold the RHS to a constant if possible.
14534 2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
14536 PR middle-end/71373
14537 * tree-nested.c (convert_nonlocal_omp_clauses)
14538 (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
14539 OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
14540 OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
14542 * gimplify.c (gimplify_adjust_omp_clauses): Discard
14544 * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
14546 * omp-low.c (scan_sharing_clauses): Don't expect
14547 OMP_CLAUSE__CACHE_.
14549 2016-06-10 Alan Hayward <alan.hayward@arm.com>
14551 PR tree-optimization/71407
14552 PR tree-optimization/71416
14553 * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
14554 BIT_FIELD_REF type.
14556 2016-06-10 Richard Biener <rguenther@suse.de>
14558 PR middle-end/71477
14559 * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
14561 2016-06-09 Eric Botcazou <ebotcazou@adacore.com>
14563 * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
14565 2016-06-09 Vladimir Makarov <vmakarov@redhat.com>
14566 Jiong Wang <jiong.wang@arm.com>
14568 PR rtl-optimization/70751
14569 * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
14570 spilled into memory.
14572 2016-06-09 Jonathan Yong <10walls@gmail.com>
14575 2015-09-21 Jonathan Yong <10walls@gmail.com>
14577 * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
14578 sysroot/usr/lib/32api for additional win32 libraries,
14579 fixes failing Cygwin bootstrapping.
14581 2016-06-09 Marcin Baczyński <marbacz@gmail.com>
14583 * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
14586 2016-06-09 David Malcolm <dmalcolm@redhat.com>
14589 * pretty-print.c (pp_indent): Specify that %p is printed in a
14590 host-dependent manner.
14591 (test_pp_format): Remove the test for %p.
14593 2016-06-09 Maciej W. Rozycki <macro@imgtec.com>
14595 * config/mips/mips.c (mips_output_jump): Fix formatting.
14597 2016-06-09 Richard Biener <rguenther@suse.de>
14599 PR tree-optimization/71462
14600 * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
14603 2016-06-09 Martin Liska <mliska@suse.cz>
14605 * predict.c (dump_prediction): Add new argument.
14606 (enum predictor_reason): New enum.
14607 (struct predictor_hash): New struct.
14608 (predictor_hash::hash): New function.
14609 (predictor_hash::equal): Likewise.
14610 (not_removed_prediction_p): New function.
14611 (prune_predictions_for_bb): Likewise.
14612 (combine_predictions_for_bb): Prune predictions.
14614 2016-06-09 Martin Liska <mliska@suse.cz>
14616 * predict.c (filter_predictions): New function.
14617 (remove_predictions_associated_with_edge): Use the filter
14619 (equal_edge_p): New function.
14621 2016-06-09 Stefan Bruens <stefan.bruens@rwth-aachen.de>
14623 * doc/invoke.texi (ARM Options): Use lexicographical ordering.
14624 Correct usage of @samp vs @option, add @samp where appropriate.
14625 Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
14626 Add armv6s-m and document it, as it is no official ARM name.
14628 2016-06-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14630 * ifcvt.c (struct noce_if_info): Add transform_name field.
14631 (noce_try_move): Set if_info->transform_name to the function name.
14632 (noce_try_ifelse_collapse): Likewise.
14633 (noce_try_store_flag): Likewise.
14634 (noce_try_inverse_constants): Likewise.
14635 (noce_try_store_flag_constants): Likewise.
14636 (noce_try_addcc): Likewise.
14637 (noce_try_store_flag_mask): Likewise.
14638 (noce_try_cmove): Likewise.
14639 (noce_try_cmove_arith): Likewise.
14640 (noce_try_minmax): Likewise.
14641 (noce_try_abs): Likewise.
14642 (noce_try_sign_mask): Likewise.
14643 (noce_try_bitop): Likewise.
14644 (noce_convert_multiple_sets): Likewise.
14645 (noce_process_if_block): Print if_info->transform_name to
14646 dump_file if transformation succeeded.
14648 2016-06-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14650 * config/arm/cortex-a57.md (cortex_a57_alu):
14653 2016-06-08 Martin Sebor <msebor@redhat.com>
14654 Jakub Jelinek <jakub@redhat.com>
14658 * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
14659 BUILT_IN_MUL_OVERFLOW_P): New builtins.
14660 * builtins.c: Include gimple-fold.h.
14661 (fold_builtin_arith_overflow): Handle
14662 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
14663 (fold_builtin_3): Likewise.
14664 * doc/extend.texi (Integer Overflow Builtins): Document
14665 __builtin_{add,sub,mul}_overflow_p.
14667 2016-06-08 Jose E. Marchesi <jose.marchesi@oracle.com>
14669 * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
14670 SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
14672 2016-06-08 Alan Lawrence <alan.lawrence@arm.com>
14674 * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
14675 Rewrite, looking one level down for records and arrays.
14677 2016-06-08 David Malcolm <dmalcolm@redhat.com>
14679 * pretty-print.c: Include "selftest.h".
14680 (pp_format): Fix comment.
14681 (identifier_to_locale): Likewise.
14682 (selftest::test_basic_printing): New function.
14683 (selftest::assert_pp_format): New function.
14684 (selftest::test_pp_format): New function.
14685 (selftest::pretty_print_c_tests): New function.
14686 * selftest-run-tests.c (selftest::run_tests): Call
14687 selftest::pretty_print_c_tests.
14688 * selftest.h (pretty_print_c_tests): New declaration.
14690 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
14692 * invoke.texi (max-loop-headers-insns): Document.
14693 * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
14694 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
14695 (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
14697 2016-06-08 Richard Biener <rguenther@suse.de>
14699 * tree-vect-stmts.c (vectorizable_load): Remove restrictions
14700 on strided SLP loads and fall back to scalar loads in case
14701 we can't chunk them.
14703 2016-06-08 Richard Biener <rguenther@suse.de>
14705 PR tree-optimization/71452
14706 * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
14707 type used for the SSA rewrite has enough precision to cover
14708 the dynamic type of the location.
14710 2016-06-08 Jakub Jelinek <jakub@redhat.com>
14711 Richard Biener <rguenther@suse.de>
14714 * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
14715 the same as DECL_P (base0) for indirect_base0. Use equality_code
14716 in one further place.
14718 2016-06-08 Richard Sandiford <richard.sandiford@arm.com>
14720 * expmed.c (store_bit_field_1): Do not restrict a multiword op0
14721 to one word if the field is known to overlap other words.
14722 (extract_bit_field_1): Likewise.
14723 (store_split_bit_field): Remove compensating code.
14724 (extract_split_bit_field): Likewise.
14726 2016-06-08 Bernd Schmidt <bschmidt@redhat.com>
14730 * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
14732 2016-06-08 Jiong Wang <jiong.wang@arm.com>
14734 * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
14736 * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
14737 (arch64_addpv4sf): Delete.
14738 (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
14739 "gen_aarch64_addpv4sf".
14740 * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly. Use
14742 (vpadds_f32): Likewise.
14743 (vpaddq_f32): Likewise.
14744 (vpaddq_f64): Likewise.
14746 2016-06-08 Jiong Wang <jiong.wang@arm.com>
14748 * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
14750 * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
14751 to VALLF. Rename to "fabd<mode>3".
14752 "*fabd_scalar<mode>3): Delete.
14753 * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
14755 (vabdd_f64): Likewise.
14756 (vabd_f32): Likewise.
14757 (vabd_f64): Likewise.
14758 (vabdq_f32): Likewise.
14759 (vabdq_f64): Likewise.
14761 2016-06-08 Jiong Wang <jiong.wang@arm.com>
14763 * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
14765 * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
14766 "aarch64_rsqrts<mode>".
14767 * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
14768 * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly. Use
14770 (vrsqrtsd_f64): Likewise.
14771 (vrsqrts_f32): Likewise.
14772 (vrsqrts_f64): Likewise.
14773 (vrsqrtsq_f32): Likewise.
14774 (vrsqrtsq_f64): Likewise.
14776 2016-06-08 Jiong Wang <jiong.wang@arm.com>
14778 * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
14780 * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
14781 "aarch64_rsqrte<mode>".
14782 * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
14783 * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly. Use
14785 (vrsqrted_f64): Likewise.
14786 (vrsqrte_f32): Likewise.
14787 (vrsqrte_f64): Likewise.
14788 (vrsqrteq_f32): Likewise.
14789 (vrsqrteq_f64): Likewise.
14791 2016-06-08 Jiong Wang <jiong.wang@arm.com>
14793 * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
14795 (fcvtzs): Likewise.
14796 (fcvtzu): Likewise.
14797 * config/aarch64/aarch64-simd.md
14798 (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
14799 (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
14800 * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
14802 (vcvt_n_f32_u32): Likewise.
14803 (vcvt_n_s32_f32): Likewise.
14804 (vcvt_n_u32_f32): Likewise.
14805 (vcvtq_n_f32_s32): Likewise.
14806 (vcvtq_n_f32_u32): Likewise.
14807 (vcvtq_n_f64_s64): Likewise.
14808 (vcvtq_n_f64_u64): Likewise.
14809 (vcvtq_n_s32_f32): Likewise.
14810 (vcvtq_n_s64_f64): Likewise.
14811 (vcvtq_n_u32_f32): Likewise.
14812 (vcvtq_n_u64_f64): Likewise.
14813 * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
14814 (VSDQ_SDI): Likewise.
14815 (fcvt_target): Support V4DI, V4SI and V2SI.
14816 (FCVT_TARGET): Likewise.
14818 2016-06-08 Jiong Wang <jiong.wang@arm.com>
14820 * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
14821 (TYPES_BINOP_SUS): Likewise.
14822 (aarch64_simd_builtin_data): Update include file name.
14823 (aarch64_builtins): Likewise.
14824 * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
14825 for conversion between scalar float-point and fixed-point.
14827 (fcvtzs): Likewise.
14828 (fcvtzu): Likewise.
14829 * config/aarch64/aarch64.md
14830 (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
14831 pattern for conversion between scalar float to fixed-pointer.
14832 (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
14833 (UNSPEC_FCVTZS): New UNSPEC enumeration.
14834 (UNSPEC_FCVTZU): Likewise.
14835 (UNSPEC_SCVTF): Likewise.
14836 (UNSPEC_UCVTF): Likewise.
14837 * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
14839 (vcvtd_n_f64_u64): Likewise.
14840 (vcvtd_n_s64_f64): Likewise.
14841 (vcvtd_n_u64_f64): Likewise.
14842 (vcvtd_n_f32_s32): Likewise.
14843 (vcvts_n_f32_u32): Likewise.
14844 (vcvtd_n_s32_f32): Likewise.
14845 (vcvts_n_u32_f32): Likewise.
14846 * config/aarch64/iterators.md (fcvt_target): Support integer to float
14848 (FCVT_TARGET): Likewise.
14849 (FCVT_FIXED2F): New iterator.
14850 (FCVT_F2FIXED): Likewise.
14851 (fcvt_fixed_insn): New define_int_attr.
14853 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
14855 * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
14856 some statements was removed.
14858 2016-06-08 Alan Hayward <alan.hayward@arm.com>
14860 * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
14861 * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
14862 (vect_can_advance_ivs_p): likewise.
14863 (vect_update_ivs_after_vectorizer): likewise.
14864 * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
14865 (vect_analyze_scalar_cycles_1): likewise.
14866 (vect_analyze_loop_operations): likewise.
14867 (report_vect_op): likewise.
14868 (vect_is_slp_reduction): likewise.
14869 (vect_is_simple_reduction): likewise.
14870 (get_initial_def_for_induction): likewise.
14871 (vect_transform_loop): likewise.
14872 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
14873 (vect_recog_sad_pattern): likewise.
14874 (vect_recog_widen_sum_pattern): likewise.
14875 (vect_recog_widening_pattern): likewise.
14876 (vect_recog_divmod_pattern): likewise.
14877 * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
14878 (vect_analyze_slp_instance): likewise.
14879 (vect_transform_slp_perm_load): likewise.
14880 (vect_schedule_slp_instance): likewise.
14882 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
14884 * predict.c (predict_iv_comparison): Mention that heuristics is broken.
14885 (return_prediction): PRED_CONST_RETURN predict return as not taken.
14886 * predict.def (PRED_CONTINUE): Change hitrate 50->67
14887 (PRED_LOOP_BRANCH): Document predictor as broken.
14888 (PRED_LOOP_EXIT): Change hitrate 91->92.
14889 (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
14890 (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
14891 (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
14892 (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
14893 (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
14894 (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
14895 (PRED_CALL): Chane hitrate 71->67.
14896 (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
14897 (PRED_GOTO): Document as unused right now.
14898 (PRED_CONST_RETURN): Change hitrate 67->69
14899 (PRED_NEGATIVE_RETURN): Change hitrate 96->98
14900 (PRED_NULL_RETURN): Change hitrate 91->90.
14901 (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
14902 (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
14903 (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
14905 2016-06-07 Bill Seurer <seurer@linux.vnet.ibm.com>
14907 * config/rs6000/altivec.h: Add __builtin_vec_mul.
14908 * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
14909 special case Altivec builtin.
14910 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
14911 VSX_BUILTIN_VEC_MUL (replaced with special case code).
14912 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
14913 code for ALTIVEC_BUILTIN_VEC_MUL.
14914 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
14915 for __builtin_vec_mul.
14917 2016-06-07 Peter Bergner <bergner@vnet.ibm.com>
14919 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
14922 2016-06-07 David Malcolm <dmalcolm@redhat.com>
14924 * spellcheck.c (selftest::test_find_closest_string): New function.
14925 (spellcheck_c_tests): Call the above.
14927 2016-06-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14929 * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
14931 2016-06-07 Jakub Jelinek <jakub@redhat.com>
14933 * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
14934 Yv=Yv,C alternatives.
14936 2016-06-07 Richard Biener <rguenther@suse.de>
14939 * common.opt (ffast-math): Make Optimization.
14941 2016-06-07 Simon Dardis <simon.dardis@imgtec.com>
14942 Prachi Godbole <prachi.godbole@imgtec.com>
14944 * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
14945 `fabs' and `fneg' type attributes.
14946 (p5600_fpu_fabs): Add `fmove' to the comment.
14948 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
14950 * gimple.c: Include builtins.h
14951 (gimple_inexpensive_call_p): New function.
14952 * gimple.h (gimple_inexpensive_call_p): Declare.
14953 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
14954 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
14957 2016-06-07 Paolo Carlini <paolo.carlini@oracle.com>
14959 * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
14960 (inform, inform_at_rich_loc, inform_n, warning, warning_at,
14961 warning_at_rich_loc, warning_n, pedwarn, permerror,
14962 permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
14963 sorry, fatal_error, internal_error, internal_error_no_backtrace):
14966 2016-06-07 Richard Biener <rguenther@suse.de>
14968 PR tree-optimization/71428
14969 * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
14970 BIT_FIELD_REF op vs. load.
14972 2016-06-07 Richard Biener <rguenther@suse.de>
14974 PR middle-end/71423
14975 * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
14978 2016-06-06 John David Anglin <danglin@gcc.gnu.org>
14980 * config/pa/pa.md (call): Generate indirect long calls to non-local
14981 functions on TARGET_64BIT.
14982 (call_value): Likewise.
14984 2016-06-06 John David Anglin <danglin@gcc.gnu.org>
14986 * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
14987 pattern and subsequent splitters.
14988 (call_val_reg_64bit_post_reload): Likewise.
14990 2016-06-07 Kugan Vivekanandarajah <kuganv@linaro.org>
14992 PR middle-end/71408
14993 * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
14994 propagate_op_to_single_use.
14996 2016-06-07 Kugan Vivekanandarajah <kuganv@linaro.org>
14998 PR middle-end/71281
14999 * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
15001 2016-06-07 Uros Bizjak <ubizjak@gmail.com>
15003 * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
15004 (enum x86_dirflag_state): New enum.
15005 (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
15006 (machine_function): Remove needs_cld.
15007 (ix86_current_function_needs_cld): Remove.
15008 * config/i386/i386.c (ix86_set_func_type): Set
15009 ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
15010 (ix86_expand_prologue): Do not emit CLD here.
15011 (ix86_dirflag_mode_needed): New function.
15012 (ix86_dirflag_mode_entry): Ditto.
15013 (ix86_mode_needed): Handle X86_DIRFLAG entity.
15014 (ix86_mode_after): Ditto.
15015 (ix86_mode_entry): Ditto.
15016 (ix86_mode_exit): Ditto.
15017 (ix86_emit_mode_set): Ditto.
15018 * config/i386/i386.md (strmov_singleop): Set
15019 ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
15020 Do not set ix86_current_function_needs_cld.
15022 (strset_singleop): Ditto.
15024 (cmpstrnqi_nz_1): Ditto.
15025 (cmpstrnqi_1): Ditto.
15026 (strlenqi_1): Ditto.
15028 2016-06-06 Jakub Jelinek <jakub@redhat.com>
15030 PR tree-optimization/71259
15031 * tree-vect-slp.c (vect_get_constant_vectors): For
15032 VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
15033 one for constant op, and use COND_EXPR for non-constant.
15035 2016-06-06 David Malcolm <dmalcolm@redhat.com>
15037 * Makefile.in (OBJS): Add function-tests.o,
15038 hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
15039 selftest-run-tests.o.
15040 (OBJS-libcommon): Add selftest.o.
15041 (OBJS-libcommon-target): Add selftest.o.
15042 (all.internal): Add "selftest".
15043 (all.cross): Likewise.
15044 (selftest): New phony target.
15045 (s-selftest): New target.
15046 (selftest-gdb): New phony target.
15047 (COLLECT2_OBJS): Add selftest.o.
15048 * bitmap.c: Include "selftest.h".
15049 (selftest::test_gc_alloc): New function.
15050 (selftest::test_set_range): New function.
15051 (selftest::test_clear_bit_in_middle): New function.
15052 (selftest::test_copying): New function.
15053 (selftest::test_bitmap_single_bit_set_p): New function.
15054 (selftest::bitmap_c_tests): New function.
15055 * common.opt (fself-test): New.
15056 * diagnostic-show-locus.c: Include "selftest.h".
15057 (make_range): New function.
15058 (test_range_contains_point_for_single_point): New function.
15059 (test_range_contains_point_for_single_line): New function.
15060 (test_range_contains_point_for_multiple_lines): New function.
15061 (assert_eq): New function.
15062 (test_get_line_width_without_trailing_whitespace): New function.
15063 (selftest::diagnostic_show_locus_c_tests): New function.
15064 * et-forest.c: Include "selftest.h".
15065 (selftest::test_single_node): New function.
15066 (selftest::test_simple_tree): New function.
15067 (selftest::test_disconnected_nodes): New function.
15068 (selftest::et_forest_c_tests): New function.
15069 * fold-const.c: Include "selftest.h".
15070 (selftest::assert_binop_folds_to_const): New function.
15071 (selftest::assert_binop_folds_to_nonlvalue): New function.
15072 (selftest::test_arithmetic_folding): New function.
15073 (selftest::fold_const_c_tests): New function.
15074 * function-tests.c: New file.
15075 * gimple.c: Include "selftest.h".
15076 Include "gimple-pretty-print.h".
15077 (selftest::verify_gimple_pp): New function.
15078 (selftest::test_assign_single): New function.
15079 (selftest::test_assign_binop): New function.
15080 (selftest::test_nop_stmt): New function.
15081 (selftest::test_return_stmt): New function.
15082 (selftest::test_return_without_value): New function.
15083 (selftest::gimple_c_tests): New function.
15084 * hash-map-tests.c: New file.
15085 * hash-set-tests.c: New file.
15086 * input.c: Include "selftest.h".
15087 (selftest::assert_loceq): New function.
15088 (selftest::test_accessing_ordinary_linemaps): New function.
15089 (selftest::test_unknown_location): New function.
15090 (selftest::test_builtins): New function.
15091 (selftest::test_reading_source_line): New function.
15092 (selftest::input_c_tests): New function.
15093 * rtl-tests.c: New file.
15094 * selftest-run-tests.c: New file.
15095 * selftest.c: New file.
15096 * selftest.h: New file.
15097 * spellcheck.c: Include "selftest.h".
15098 (selftest::levenshtein_distance_unit_test_oneway): New function,
15099 adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
15100 (selftest::levenshtein_distance_unit_test): Likewise.
15101 (selftest::spellcheck_c_tests): Likewise.
15102 * toplev.c: Include selftest.h.
15103 (toplev::run_self_tests): New.
15104 (toplev::main): Handle -fself-test.
15105 * toplev.h (toplev::run_self_tests): New.
15106 * tree.c: Include "selftest.h".
15107 (selftest::test_integer_constants): New function.
15108 (selftest::test_identifiers): New function.
15109 (selftest::test_labels): New function.
15110 (selftest::tree_c_tests): New function.
15111 * tree-cfg.c: Include "selftest.h".
15112 (selftest::push_fndecl): New function.
15113 (selftest::test_linear_chain): New function.
15114 (selftest::test_diamond): New function.
15115 (selftest::test_fully_connected): New function.
15116 (selftest::tree_cfg_c_tests): New function.
15117 * vec.c: Include "selftest.h".
15118 (selftest::safe_push_range): New function.
15119 (selftest::test_quick_push): New function.
15120 (selftest::test_safe_push): New function.
15121 (selftest::test_truncate): New function.
15122 (selftest::test_safe_grow_cleared): New function.
15123 (selftest::test_pop): New function.
15124 (selftest::test_safe_insert): New function.
15125 (selftest::test_ordered_remove): New function.
15126 (selftest::test_unordered_remove): New function.
15127 (selftest::test_block_remove): New function.
15128 (selftest::reverse_cmp): New function.
15129 (selftest::test_qsort): New function.
15130 (selftest::vec_c_tests): New function.c.
15131 * wide-int.cc: Include selftest.h and wide-int-print.h.
15132 (selftest::from_int <wide_int>): New function.
15133 (selftest::from_int <offset_int>): New function.
15134 (selftest::from_int <widest_int>): New function.
15135 (selftest::assert_deceq): New function.
15136 (selftest::assert_hexeq): New function.
15137 (selftest::test_printing <VALUE_TYPE>): New function template.
15138 (selftest::test_ops <VALUE_TYPE>): New function template.
15139 (selftest::test_comparisons <VALUE_TYPE>): New function template.
15140 (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
15142 (selftest::wide_int_cc_tests): New function.
15144 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15146 PR middle-end/37780
15147 * ifcvt.c (noce_try_ifelse_collapse): New function.
15149 (noce_process_if_block): Call noce_try_ifelse_collapse.
15150 * simplify-rtx.c (simplify_cond_clz_ctz): New function.
15151 (simplify_ternary_operation): Use the above to simplify
15152 conditional CLZ/CTZ expressions.
15154 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15156 PR middle-end/37780
15157 * config/aarch64/aarch64.md (ctz<mode>2): Convert to
15158 define_insn_and_split.
15160 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15162 PR middle-end/37780
15163 * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
15165 2016-06-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
15168 * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
15169 Implicitly clobber memory for basic asm with non-empty assembler
15170 string. Use targetm.md_asm_adjust also here.
15171 * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
15172 * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
15173 * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
15174 non-empty assembler string.
15175 * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
15176 * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
15177 (decode_asm_operands): Handle basic asm in PARALLEL block.
15178 (extract_insn): Handle basic asm in PARALLEL block.
15179 * doc/extend.texi: Mention new behavior of basic asm.
15180 * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
15181 * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
15182 branch_needs_nop_p): Use asm_noperands.
15184 2016-06-06 Jose E. Marchesi <jose.marchesi@oracle.com>
15186 * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
15187 Include the M7 SPARC DFA scheduler.
15188 New attribute v3pipe.
15189 Annotate insns with v3pipe where appropriate.
15190 Define cpu_feature vis4.
15191 Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
15192 Add (V8QI "8") to vbits.
15193 Add insns {add,sub}v8qi3
15194 Add insns ss{add,sub}v8qi3
15195 Add insns us{add,sub}{v8qi,v4hi}3
15196 Add insns {min,max}{v8qi,v4hi,v2si}3
15197 Add insns {minu,maxu}{v8qi,v4hi,v2si}3
15198 Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
15199 * config/sparc/niagara4.md: Add a comment explaining the
15200 discrepancy between the documented latenty numbers and the
15202 * config/sparc/niagara7.md: New file.
15203 * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
15204 supports SPARC5 and VIS 4.0 instructions.
15205 * configure: Regenerate.
15206 * config.in: Likewise.
15207 * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
15208 * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
15209 TARGET_CPU_niagara7.
15210 (ASM_CPU64_DEFAULT_SPEC): Likewise.
15211 (CPP_CPU_SPEC): Handle niagara7.
15212 (ASM_CPU_SPEC): Likewise.
15213 * config/sparc/sparc-opts.h (processor_type): Add
15214 PROCESSOR_NIAGARA7.
15215 (mvis4): New option.
15216 * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
15217 (AS_NIAGARA7_FLAG): Define.
15218 (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
15219 (CPP_CPU64_DEFAULT_SPEC): Likewise.
15220 (CPP_CPU_SPEC): Handle niagara7.
15221 (ASM_CPU_SPEC): Likewise.
15222 * config/sparc/sparc.c (niagara7_costs): Define.
15223 (sparc_option_override): Handle niagara7 and adjust cache-related
15224 parameters with better values for niagara cpus. Also support VIS4.
15225 (sparc32_initialize_trampoline): Likewise.
15226 (sparc_use_sched_lookahead): Likewise.
15227 (sparc_issue_rate): Likewise.
15228 (sparc_register_move_cost): Likewise.
15229 (dump_target_flag_bits): Support VIS4.
15230 (sparc_vis_init_builtins): Likewise.
15231 (sparc_builtins): Likewise.
15232 * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
15234 * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
15236 * config/sparc/sparc.opt (sparc_processor_type): New value
15238 * config/sparc/visintrin.h (__attribute__): Prototypes for the
15240 * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
15242 * doc/extend.texi (SPARC VIS Built-in Functions): Document the
15245 2016-06-06 Jonathan Wakely <jwakely@redhat.com>
15247 * doc/sourcebuild.texi (Directives): Remove extra closing braces.
15249 2016-06-06 Richard Biener <rguenther@suse.de>
15251 PR tree-optimization/71398
15252 * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
15255 2016-06-05 James Bowman <james.bowman@ftdichip.com>
15257 * config/ft32/ft32.c (ft32_setup_incoming_varargs,
15258 ft32_expand_prolog, ft32_expand_epilogue):
15259 Handle pretend_args.
15260 * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
15261 * config/ft32/ft32.md: Add pretend_returner.
15263 2016-06-06 Uros Bizjak <ubizjak@gmail.com>
15266 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
15267 Copy op1 RTX to avoid invalid sharing.
15268 (ix86_expand_vector_move_misalign): Ditto.
15270 2016-06-05 John David Anglin <danglin@gcc.gnu.org>
15272 * expr.c (move_by_pieces_d::generate): Mark mode parameter with
15275 2016-06-05 Jan Hubicka <hubicka@ucw.cz>
15277 * predict.c (predicted_by_loop_heuristics_p): New function.
15278 (predict_iv_comparison): Use it.
15279 (predict_loops): Walk from innermost loops; do not predict edges
15280 leaving multiple loops multiple times; implement
15281 PRED_LOOP_ITERATIONS_MAX heuristics.
15282 * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
15284 2016-06-05 Jan Hubicka <hubicka@ucw.cz>
15286 * cfg.c (check_bb_profile): Do not report mismatched profiles when
15287 only edges out of BB are EH edges.
15289 2016-06-04 Martin Sebor <msebor@redhat.com>
15290 Marcin Baczyński <marbacz@gmail.com>
15293 * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
15294 a void expression in a void function.
15296 2016-06-03 Jan Hubicka <hubicka@ucw.cz>
15298 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
15299 aux; dump reasons of decisions.
15300 (should_duplicate_loop_header_p): Likewise.
15301 (do_while_loop_p): Likewise.
15302 (ch_base::copy_headers): Dump asi num insns duplicated.
15304 2016-06-04 Jakub Jelinek <jakub@redhat.com>
15306 PR tree-optimization/71405
15307 * tree-ssa.c (execute_update_addresses_taken): For clobber with
15308 incompatible type, build a new clobber with the right type instead
15309 of building a VIEW_CONVERT_EXPR around it.
15311 2016-06-04 Oleg Endo <olegendo@gcc.gnu.org>
15313 PR tree-optimization/52171
15314 * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
15315 by_pieces_ninsns instead of move_by_pieces_ninsns.
15317 2016-06-04 Oleg Endo <olegendo@gcc.gnu.org>
15319 * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
15320 for reg+reg addressing mode.
15322 2016-06-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15324 * rs6000-c.c (c/c-tree.h): Add #include.
15325 (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
15326 in C++ when found in the base position of vec_ld or vec_st.
15328 2016-06-03 Jan Hubicka <hubicka@ucw.cz>
15330 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
15331 use of profile unless profile status is PROFILE_READ.
15332 * profile.c (compute_branch_probabilities): Set profile status
15333 only after reporting predictor hitrates.
15335 2016-06-03 Joseph Myers <joseph@codesourcery.com>
15339 * common.opt (ffp-int-builtin-inexact): New option.
15340 * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
15341 * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
15342 (ceil@var{m}2): Document dependence on this option.
15343 * ipa-inline-transform.c (inline_call): Handle
15344 flag_fp_int_builtin_inexact.
15345 * ipa-inline.c (can_inline_edge_p): Likewise.
15346 * config/i386/i386.md (rintxf2): Do not test
15347 flag_unsafe_math_optimizations.
15348 (rint<mode>2_frndint): New define_insn.
15349 (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
15350 or !flag_trapping_math for SSE. Just use gen_rint<mode>2_frndint
15351 for 387 instead of extending and truncating.
15352 (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
15353 !flag_trapping_math instead of flag_unsafe_math_optimizations.
15354 Change to frndint<mode>2_<rounding>.
15355 (frndintxf2_<rounding>_i387): Likewise. Change to
15356 frndint<mode>2_<rounding>_i387.
15357 (<rounding_insn>xf2): Likewise.
15358 (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
15359 !flag_trapping_math instead of flag_unsafe_math_optimizations for
15360 x87. Test TARGET_ROUND || !flag_trapping_math ||
15361 flag_fp_int_builtin_inexact instead of !flag_trapping_math for
15362 SSE. Use ROUND_NO_EXC in constant operand of
15363 gen_sse4_1_round<mode>2. Just use gen_frndint<mode>2_<rounding>
15364 for 387 instead of extending and truncating.
15366 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
15367 Julia Koval <julia.koval@intel.com>
15379 * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
15380 * config/i386/i386.c (ix86_conditional_register_usage): Preserve
15381 all registers, except for function return registers if there are
15382 no caller-saved registers.
15383 (ix86_set_func_type): New function.
15384 (ix86_set_current_function): Call ix86_set_func_type to set
15385 no_caller_saved_registers and func_type. Call reinit_regs if
15386 caller-saved registers are changed. Don't allow MPX, SSE, MMX
15387 nor x87 instructions in interrupt handler nor function with
15388 no_caller_saved_registers attribute.
15389 (ix86_function_ok_for_sibcall): Return false if there are no
15390 caller-saved registers.
15391 (type_natural_mode): Don't warn ABI change for MMX in interrupt
15393 (ix86_function_arg_advance): Skip for callee in interrupt handler.
15394 (ix86_function_arg): Return special arguments in interrupt handler.
15395 (ix86_promote_function_mode): Promote pointer to word_mode only
15396 for normal functions.
15397 (ix86_can_use_return_insn_p): Don't use `ret' instruction in
15399 (ix86_epilogue_uses): New function.
15400 (ix86_hard_regno_scratch_ok): Likewise.
15401 (ix86_save_reg): Preserve all registers in interrupt handler
15402 after reload. Preserve all registers, except for function return
15403 registers, if there are no caller-saved registers after reload.
15404 (find_drap_reg): Always use callee-saved register if there are
15405 no caller-saved registers.
15406 (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
15407 for interrupt handler.
15408 (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
15409 Emit cld instruction if stringops are used in interrupt handler
15410 or interrupt handler isn't a leaf function.
15411 (ix86_expand_epilogue): Generate interrupt return for interrupt
15412 handler and pop the 'ERROR_CODE' off the stack before interrupt
15413 return in exception handler.
15414 (ix86_expand_call): Disallow calling interrupt handler directly.
15415 If there are no caller-saved registers, mark all registers that
15416 are clobbered by the call which returns as clobbered.
15417 (ix86_handle_no_caller_saved_registers_attribute): New function.
15418 (ix86_handle_interrupt_attribute): Likewise.
15419 (ix86_attribute_table): Add interrupt and no_caller_saved_registers
15421 (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
15422 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
15423 accumulation in interrupt function if stack may be realigned to
15425 (EPILOGUE_USES): New.
15426 (function_type): New enum.
15427 (machine_function): Add func_type and no_caller_saved_registers.
15428 * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
15429 (interrupt_return): New pattern.
15430 * doc/extend.texi: Document x86 interrupt and
15431 no_caller_saved_registers attributes.
15433 2016-06-03 Bernd Schmidt <bschmidt@redhat.com>
15435 PR tree-optimization/52171
15436 * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
15437 (expand_builtin_memcmp): New arg RESULT_EQ. All callers changed.
15438 Look for constant strings. Move some code to emit_block_cmp_hints
15440 * builtins.def (BUILT_IN_MEMCMP_EQ): New.
15441 * defaults.h (COMPARE_MAX_PIECES): New macro.
15442 * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
15443 (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
15444 (clear_by_pieces_1): Don't declare. Move definition before use.
15445 (can_do_by_pieces): New static function.
15446 (can_move_by_pieces): Use it. Return bool.
15447 (by_pieces_ninsns): Renamed from move_by_pieces_ninsns. New arg
15448 OP. All callers changed. Handle COMPARE_BY_PIECES.
15449 (class pieces_addr); New.
15450 (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
15451 pieces_addr::adjust, pieces_addr::increment_address,
15452 pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
15454 (class op_by_pieces_d): New.
15455 (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
15457 (class move_by_pieces_d, class compare_by_pieces_d,
15458 class store_by_pieces_d): New subclasses of op_by_pieces_d.
15459 (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
15460 move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
15461 store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
15462 compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
15463 compare_by_pieces_d::finish_mode): New member functions.
15464 (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
15466 (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
15467 (emit_block_cmp_hints): New function.
15468 (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
15469 use the newly defined classes.
15470 * expr.h (by_pieces_constfn): New typedef.
15471 (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
15472 (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
15473 (move_by_pieces_ninsns): Don't declare.
15474 (can_move_by_pieces): Change return value to bool.
15475 * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
15476 (compare_by_pieces_branch_ratio): New hook.
15477 * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
15478 (by_pieces_ninsns): Declare.
15479 * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
15481 (default_compare_by_pieces_branch_ratio): New function.
15482 * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
15483 * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
15484 * doc/tm.texi: Regenerate.
15485 * tree-ssa-strlen.c: Include "builtins.h".
15486 (handle_builtin_memcmp): New static function.
15487 (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
15488 * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
15490 2016-06-03 Alan Hayward <alan.hayward@arm.com>
15492 * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
15493 relevant stmts which are simple and invariant.
15494 * tree-vect-loop.c (vectorizable_live_operation): Check relevance
15495 instead of simple and invariant
15497 2016-06-03 Alan Hayward <alan.hayward@arm.com>
15499 * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
15500 (vectorizable_reduction): Check for new relevant state.
15501 (vectorizable_live_operation): vectorize live stmts using
15502 BIT_FIELD_REF. Remove special case for gimple assigns stmts.
15503 * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
15504 (vect_stmt_relevant_p): Check for stmts which are only used live.
15505 (process_use): Use of a stmt does not inherit it's live value.
15506 (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
15507 (vect_analyze_stmt): Check for new relevant state.
15508 * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
15509 outside the loop, but not inside it.
15511 2016-06-03 Alan Hayward <alan.hayward@arm.com>
15513 * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
15514 * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
15515 (vect_get_vec_def_for_operand): Split out code.
15517 2016-06-03 Segher Boessenkool <segher@kernel.crashing.org>
15519 * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
15521 2016-06-03 Alan Hayward <alan.hayward@arm.com>
15523 * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
15525 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15527 * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
15529 2016-06-03 Jakub Jelinek <jakub@redhat.com>
15531 PR middle-end/71387
15532 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
15533 to noreturn e->callee->decl that has void return type and void
15534 arguments, adjust gimple_call_fntype and remove lhs even if it had
15535 previously addressable type.
15537 2016-06-02 Jeff Law <law@redhat.com>
15539 PR tree-optimization/71328
15540 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
15541 error when checking for a jump back onto the copied path.
15543 2016-06-02 David Malcolm <dmalcolm@redhat.com>
15545 * config/microblaze/microblaze.c (get_branch_target): Add return
15546 NULL_RTX for the non-CALL_P case.
15547 (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
15548 (insert_wic): Remove unused local "j".
15550 2016-06-02 Martin Liska <mliska@suse.cz>
15552 * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
15554 2016-06-02 H.J. Lu <hongjiu.lu@intel.com>
15555 Julia Koval <julia.koval@intel.com>
15557 * function.c (assign_parm_setup_stack): Force source into a
15558 register if needed.
15559 * target.def (function_incoming_arg): Update documentation to
15560 allow arbitrary address computation based on hard register.
15561 * doc/tm.texi: Regenerated.
15563 2016-06-02 Martin Liska <mliska@suse.cz>
15565 * predict.c (combine_predictions_for_bb): Fix first match in
15566 cases where a first predictor contains more than one occurence
15567 in list of predictors. Take the best value in such case.
15569 2016-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15571 PR rtl-optimization/71295
15572 * rtlanal.c (subreg_get_info): If taking a subreg at the requested
15573 offset would go over the size of the inner mode reject it.
15575 2016-06-02 Jakub Jelinek <jakub@redhat.com>
15577 * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
15578 x=x,x and v=v,m instead of x=x,m.
15580 * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
15581 alternative. Change x=x,x alternative to v=Yv,Yv and x=rm,C
15582 alternative to v=rm,C.
15584 * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
15585 alternative. Change x=xm,C alternative to v=vm,C, x=x,x alternative
15586 to v=Yv,Yv and x=x,m to v=v,m. Use maybe_evex prefix attribute
15587 instead of vex for the last two above mentioned alternatives.
15589 2016-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15592 * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
15594 2016-06-02 Segher Boessenkool <segher@kernel.crashing.org>
15596 * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
15598 2016-06-01 David Malcolm <dmalcolm@redhat.com>
15600 * config/rl78/rl78.c (rl78_expand_prologue): Convert local
15601 from int to unsigned.
15603 2016-05-31 Michael Meissner <meissner@linux.vnet.ibm.com>
15605 * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
15606 alternatives, eliminating preferred register class. Add support
15607 for the MTVSRDD instruction in ISA 3.0.
15608 (vsx_splat_v4si_internal): Use splat_input_operand instead of
15609 reg_or_indexed_operand.
15610 (vsx_splat_v4sf_internal): Likewise.
15612 2016-05-31 Michael Meissner <meissner@linux.vnet.ibm.com>
15615 * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
15616 for loading up all 0's or all 1's.
15618 2016-06-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
15620 * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
15622 2016-06-01 Eduard Sanou <dhole@openmailbox.org>
15624 * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
15626 * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
15627 * gcc.c (set_source_date_epoch_envvar): New function, sets
15628 the SOURCE_DATE_EPOCH environment variable to the current time.
15630 2016-06-01 Eric Botcazou <ebotcazou@adacore.com>
15632 * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
15633 the factor for live Phi nodes.
15635 2016-06-01 Jan Hubicka <hubicka@ucw.cz>
15637 * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
15638 * tree-parloops.c (parallelize_loops): likewise.
15639 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
15640 tree_unswitch_outer_loop): likewise.
15642 2016-06-01 Jakub Jelinek <jakub@redhat.com>
15644 PR middle-end/71371
15645 * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
15646 around creation of the temporary.
15648 2016-06-01 Richard Biener <rguenther@suse.de>
15650 PR tree-optimization/71366
15651 * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
15652 (unloop_loops): Move removing edges here ...
15653 (try_unroll_loop_completely): ... from here.
15654 (try_peel_loop): ... and here.
15655 (tree_unroll_loops_completely_1): Track parent loops via
15656 bitmap of header BBs.
15657 (tree_unroll_loops_completely): Adjust for that.
15659 2016-06-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
15661 * config/rs6000/altivec.h (vec_slv): New macro.
15662 (vec_srv): New macro.
15663 * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
15664 (UNSPEC_VSRV): New value.
15667 * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
15668 (vsrv): New builtin definition.
15669 * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
15670 define argument types for new builtin.
15671 (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
15673 * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
15676 2016-06-01 Uros Bizjak <ubizjak@gmail.com>
15677 Jocelyn Mayer <l_indien@magic.fr>
15680 * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
15681 detect processor family for signature_CENTAUR_ebx.
15682 <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
15683 signature_CENTAUR_ebx.
15684 <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
15685 <default>: Pass x86-64 for has_longmode.
15687 2016-06-01 Nathan Sidwell <nathan@acm.org>
15689 * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
15692 2016-06-01 Richard Biener <rguenther@suse.de>
15694 PR tree-optimization/71261
15695 * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
15696 of stmts successfully put in the bool pattern. Remove
15697 single-use restriction.
15698 (adjust_bool_pattern_cast): Add cast at the use site via the
15699 pattern def sequence.
15700 (adjust_bool_pattern): Remove recursion, maintain a hash-map
15701 of patterned defs. Use the pattern def seqence instead of
15702 multiple independent patterns.
15703 (sort_after_uid): New qsort compare function.
15704 (adjust_bool_stmts): New function to process stmts in the bool
15705 pattern in IL order.
15706 (vect_recog_bool_pattern): Adjust.
15707 * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
15708 (ifcvt_walk_pattern_tree): Likewise.
15709 (stmt_is_root_of_bool_pattern): Likewise.
15710 (ifcvt_repair_bool_pattern): Likewise.
15711 (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
15713 2016-06-01 Jan Hubicka <hubicka@ucw.cz>
15715 * loop-unroll.c (decide_unroll_constant_iterations,
15716 decide_unroll_runtime_iterations, decide_unroll_stupid): Use
15717 likely upper bounds.
15718 * loop-iv.c (find_simple_exit): Dump likely upper bounds.
15720 2016-06-01 Thomas Schwinge <thomas@codesourcery.com>
15722 * tree-core.h (enum omp_clause_code): Remove
15723 OMP_CLAUSE_DEVICE_RESIDENT. Adjust all users.
15725 2016-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15727 * config/arm/sync.md (arm_store_exclusive<mode>):
15728 Use 'H' output modifier on operands[2] rather than creating a new
15729 entry in out-of-bounds memory of the operands array.
15730 (arm_store_release_exclusivedi): Likewise.
15732 2016-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15734 * config/arm/arm.c (arm_fusion_enabled_p): New function.
15735 * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
15736 * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
15737 Add "=w,0" alternative. Enable it when AES/AESMC fusion is enabled.
15739 2016-06-01 Eric Botcazou <ebotcazou@adacore.com>
15741 * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
15742 into account live statements for mask producers.
15744 2016-06-01 Richard Biener <rguenther@suse.de>
15746 PR tree-optimization/71311
15747 * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
15748 restrict to non-INTEGER_CST @0.
15750 2016-06-01 Richard Biener <rguenther@suse.de>
15752 * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
15753 (relational patterns): Use :c to avoid pattern duplications.
15755 2016-06-01 Richard Biener <rguenther@suse.de>
15757 * genmatch.c (comparison_code_p): New predicate.
15758 (swap_tree_comparison): New function.
15759 (commutate): Add for_vec parameter to append new for entries.
15760 Support commutating relational operators by swapping it alongside
15762 (lower_commutative): Adjust.
15763 (dt_simplify::gen): Do not pass artificial operators to gen
15765 (decision_tree::gen): Do not add artificial operators as parameters.
15766 (parser::parse_expr): Verify operator commutativity when :c is
15767 applied. Allow :C to override this.
15768 * match.pd: Adjust patterns to use :C instead of :c where required.
15770 2016-06-01 Patrick Palka <ppalka@gcc.gnu.org>
15772 PR tree-optimization/71077
15773 * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
15774 the combining step, use boolean_false_node and boolean_true_node
15775 as the designated false/true return values.
15777 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
15779 * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
15780 * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
15781 (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
15784 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
15786 * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
15787 of flags impliying the register renaming.
15788 * toplev.c (process_options): Do not imply flag_rename_registers with
15791 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
15793 * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
15794 default implementation.
15796 2016-05-31 Nathan Sidwell <nathan@acm.org>
15798 * dwarf2out.c (cur_line_info_table): Add GTY marker.
15800 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
15802 * config/sh/constraints.md (b): Remove constraint.
15803 * config/sh/predicates.md (arith_reg_operand): Remove
15805 * config/sh/sh-modes.def (PDI): Remove.
15806 * config/sh/sh.c (sh_target_reg_class,
15807 sh_optimize_target_register_callee_saved): Remove functions.
15808 (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
15809 (sh_expand_epilogue): Update comment.
15810 (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
15811 sh_secondary_reload): Remove TARGET_REGS related code.
15812 * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
15813 TARGET_REGISTER_P): Remove macros.
15814 (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
15815 * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
15816 TR1_REG, TR2_REG): Remove constants.
15817 * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
15819 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
15821 * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
15822 define_expand patterns.
15823 (adddi3_compact): Rename to adddi3.
15824 (subdi3_compact): Rename to subdi3.
15825 (*negdi2): Rename to negdi2.
15826 (*abs<mode>2): Rename to abs<mode>2.
15828 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
15830 * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
15831 (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
15832 (atomic_sub_fetchsi): ... this new pattern.
15833 (mvtc): Add CC_REG clobber.
15835 2016-05-31 Marek Polacek <polacek@redhat.com>
15837 * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
15839 2016-05-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15841 * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
15842 aarch64_fusion_enabled_p to check for fusion capabilities.
15844 2016-05-31 Richard Biener <rguenther@suse.de>
15846 PR tree-optimization/71352
15847 * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
15848 minus one and a negate.
15850 2016-05-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15852 * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
15853 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
15855 * config/aarch64/iterators.md (insn_count): Add descriptive comment.
15856 * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
15857 Remove use of aarch64_simd_attr_length_move, set length attribute
15859 (*aarch64_be_movoi): Likewise.
15860 (*aarch64_be_movci): Likewise.
15861 (*aarch64_be_movxi): Likewise.
15863 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
15865 * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
15866 It no longer does that.
15867 * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
15869 2016-05-31 Wladimir J. van der Laan <laanwj@gmail.com>
15871 * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
15872 attribute __unused__.
15874 2016-05-31 Thomas Preud'homme <thomas.preudhomme@arm.com>
15876 * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
15877 * config/arm/arm.c (arm_arch_thumb1): Define.
15878 (arm_option_override): Initialize arm_arch_thumb1.
15879 * config/arm/arm.h (arm_arch_thumb1): Declare.
15880 (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
15881 support Thumb-1 ISA.
15883 2016-05-31 Kirill Yukhin <kirill.yukhin@intel.com>
15886 * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
15887 `Yv' for scalar operand.
15889 2016-05-31 Tom de Vries <tom@codesourcery.com>
15891 PR tree-optimization/69068
15892 * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
15893 phis with more than two args.
15895 2016-05-30 Andreas Tobler <andreast@gcc.gnu.org>
15897 * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
15898 armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
15901 2016-05-30 Jose E. Marchesi <jose.marchesi@oracle.com>
15903 * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
15905 * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
15907 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
15908 cpu_32, cpu_64, tune_32 and tune_64.
15909 * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
15911 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
15913 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
15915 2016-05-30 Andi Kleen <ak@linux.intel.com>
15917 * auto-profile.c (read_profile): Replace asserts with errors
15918 when file does not exist.
15919 * gcov-io.c (gcov_read_words): Dito.
15921 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
15923 * tree-cfg.c (print_loop): Print likely upper bounds.
15925 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
15927 * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
15928 * opts.c (default_options): Enable peel loops at -O3.
15929 * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
15930 (try_peel_loop): Do not re-peel already peeled loops;
15931 use likely upper bounds; fix profile updating.
15932 (pass_complete_unroll::execute): Initialize peeled_loops.
15934 2016-05-30 Martin Liska <mliska@suse.cz>
15936 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
15937 computed costs by frequency of BB they belong to.
15938 (get_scaled_computation_cost_at): New function.
15940 2016-05-30 Alexander Monakov <amonakov@ispras.ru>
15941 Marc Glisse <marc.glisse@inria.fr>
15943 PR tree-optimization/71289
15944 * match.pd (-1 / B < A, A > -1 / B): New transformations.
15946 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
15948 * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
15950 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
15952 * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
15953 for peeled copies; avoid underflow when updating estimates; correctly
15954 scale loop profile.
15956 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
15958 * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
15959 r236875. Corrected oe3 to oe2 as obvious.
15961 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
15963 PR middle-end/71269
15964 PR middle-end/71252
15965 * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
15966 that inserted stmt will not dominate stmts that defines its operand.
15967 (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
15968 (rewrite_expr_tree_parallel): Likewise.
15970 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
15972 PR middle-end/71252
15973 * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
15974 all fields including stmt_to_insert are swapped.
15976 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
15978 * predict.h (force_edge_cold): Declare.
15979 * predict.c (force_edge_cold): New function.
15980 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
15982 (canonicalize_loop_induction_variables): Fix formating.
15984 2016-05-30 Eric Botcazou <ebotcazou@adacore.com>
15986 * config/visium/visium.c (visium_split_double_add): Minor tweaks.
15987 (visium_expand_copysign): Use gen_int_mode directly.
15988 (visium_compute_frame_size): Minor tweaks.
15990 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
15992 * tree-vect-loop.c (vect_analyze_loop_2): Use
15993 likely_max_stmt_executions_int.
15995 2016-05-30 Tom de Vries <tom@codesourcery.com>
15997 PR tree-optimization/69067
15998 * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
16000 2016-05-29 Uros Bizjak <ubizjak@gmail.com>
16003 * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
16004 New peepholes to remove unneeded fild/fistp pairs.
16005 (define_peephole2 atomic_loaddi_fpu): Ditto.
16007 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
16009 * predict.c (maybe_hot_frequency_p): Avoid division.
16011 2016-05-28 Gerald Pfeifer <gerald@pfeifer.com>
16013 * doc/install.texi: Use https for shop.fsf.org.
16015 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
16017 * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
16018 likely_max_stmt_executions_int.
16020 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
16022 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
16023 likely_max_stmt_executions_int.
16025 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
16027 * profile.c (compute_branch_probabilities): Do not report hitrates
16029 (branch_prob): Report hitrates here.
16030 * predict.c (gimple_predict_edge): Do not assert profile status;
16031 fix formatting issues.
16033 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
16035 * predict.c (edge_predicted_by_p): New function.
16036 (predict_paths_for_bb): Do not put multiple predictions of the same type
16039 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
16041 * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
16044 2016-05-28 Alan Modra <amodra@gmail.com>
16046 * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
16048 2016-05-28 Alan Modra <amodra@gmail.com>
16050 PR rtl-optimization/71275
16051 * ira.c (ira): Free dominance info.
16053 2016-05-27 Gerald Pfeifer <gerald@pfeifer.com>
16055 * doc/sourcebuild.texi: New address for upstream Go repository.
16057 2016-05-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
16059 * config/arm/arm.h (TARGET_ARM_V6M): Remove.
16060 (TARGET_ARM_V7M): Likewise.
16062 2016-05-26 Jeff Law <law@redhat.com>
16064 * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
16065 (thread_across_edge): Remove calls to find_jump_threads_backwards.
16066 * passes.def: Add jump threading passes before DOM/VRP.
16067 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
16068 argument to a basic block from an edge. Remove tests which are
16070 (pass_data_thread_jumps, class pass_thread_jumps): New.
16071 (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
16072 (make_pass_thread_jumps): Likewise.
16073 * tree-pass.h (make_pass_thread_jumps): Declare.
16075 2016-05-27 Eric Botcazou <ebotcazou@adacore.com>
16077 * config/visium/visium-protos.h (split_double_move): Rename into...
16078 (visium_split_double_move): ...this.
16079 (visium_split_double_add): Declare.
16080 * config/visium/visium.c (split_double_move): Rename into...
16081 (visium_split_double_move): ...this.
16082 (visium_split_double_add): New function.
16083 (visium_expand_copysign): Renumber operands for consistency.
16084 * config/visium/visium.md (DImode move splitter): Adjust to renaming.
16085 (DFmode move splitter): Likewise.
16086 (*addi3_insn): Split by means of visium_split_double_add.
16087 (*adddi3_insn_flags): Delete.
16088 (*plus_plus_sltu<subst_arith>): New insn.
16089 (*subdi3_insn): Split by means of visium_split_double_add.
16090 (subdi3_insn_flags): Delete.
16091 (*minus_minus_sltu<subst_arith>): New insn.
16092 (*negdi2_insn): Split by means of visium_split_double_add.
16093 (*negdi2_insn_flags): Delete.
16095 2016-05-27 Ulrich Weigand <uweigand@de.ibm.com>
16097 * configure.ac: Treat a --with-headers option without argument
16098 the same as the default (i.e. consult sys-include directory).
16099 * configure: Regenerate.
16101 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16103 * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
16104 * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
16106 * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
16107 Add "=w,0" alternative. Enable it when AES/AESMC fusion is enabled.
16109 2016-05-27 Jiong Wang <jiong.wang@arm.com>
16112 * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
16113 tree-stdarg analysis results.
16114 (aarch64_setup_incoming_varargs): Likewise.
16116 2016-05-27 Jiong Wang <jiong.wang@arm.com>
16118 * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
16119 va_list_gpr_counter_field and va_list_fpr_counter_field.
16121 2016-05-27 Wilco Dijkstra <wdijkstr@arm.com>
16124 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
16125 * config/aarch64/aarch64.c
16126 (aarch64_cannot_change_mode_class): Remove function.
16127 * config/aarch64/aarch64-protos.h
16128 (aarch64_cannot_change_mode_class): Remove.
16130 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
16132 * cfgloop.c (record_niter_bound): Record likely upper bounds.
16133 (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
16134 get_likely_max_loop_iterations_int): New.
16135 * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
16136 any_likely_upper_bound.
16137 (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
16139 * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
16140 * loop-unroll.c (unroll_loop_constant_iterations): Update likely
16142 (unroll_loop_constant_iterations): Likewise.
16143 (unroll_loop_runtime_iterations): Likewise.
16144 * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
16145 * lto-streamer-out.c (output_cfg): Likewise.
16146 * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
16148 (canonicalize_loop_induction_variables): Dump likely upper bounds.
16149 * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
16150 (likely_max_loop_iterations): New.
16151 (likely_max_loop_iterations_int): New.
16152 (likely_max_stmt_executions): New.
16153 * tree-ssa-loop-niter.h (likely_max_loop_iterations,
16154 likely_max_loop_iterations_int, likely_max_stmt_executions_int,
16155 likely_max_stmt_executions): Declare.
16157 2016-05-27 Marek Polacek <polacek@redhat.com>
16159 PR middle-end/71308
16160 * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
16162 2016-05-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16164 * config/s390/s390.md (2x risbg splitters): Use
16165 reg_overlap_mentioned_p instead of rtx_equal_p.
16167 2016-05-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
16169 * combine.c (make_compound_operation): Take known zero bits into
16170 account when checking for possible zero_extend.
16172 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16174 * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
16175 Use const_int_operand for operand 2 predicate. Simplify expand code
16178 2016-05-27 Ilya Enkovich <ilya.enkovich@intel.com>
16180 PR middle-end/71279
16181 * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
16184 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16186 * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
16187 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
16188 that returns CC_SESWPmode and CC_ZESWPmode.
16189 (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
16191 (aarch64_rtx_costs): Likewise.
16193 2016-05-26 Michael Meissner <meissner@linux.vnet.ibm.com>
16195 * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
16196 for ISA 3.0 min/max support.
16197 (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
16198 conditional move support.
16199 (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
16200 rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
16202 * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
16203 conditional moves where the comparison type is different from move
16205 (fp_minmax): New code iterator for smin/smax.
16206 (minmax): New code attributes for min/max.
16207 (SMINMAX): Likewise.
16208 (smax<mode>3): Combine min, max insns into one insn using the
16209 fp_minmax code iterator. Add support for ISA 3.0 min/max
16210 instructions that don't need -ffast-math.
16211 (s<minmax><mode>3): Likewise.
16212 (smax<mode>3_vsx): Likewise.
16213 (smin<mode>3): Likewise.
16214 (s<minmax><mode>3_vsx): Likewise.
16215 (smin<mode>3_vsx): Likewise.
16216 (pre-VSX min/max splitters): Likewise.
16217 (s<minmax><mode>3_fpr): Likewise.
16218 (movsfcc): Rewrite floating point conditional moves to combine
16219 SFmode/DFmode into a single insn.
16220 (mov<mode>cc): Likewise.
16221 (movdfcc): Likewise.
16222 (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
16223 SFDF2 iterators to handle all combinations.
16224 (fseldfsf4): Likewise.
16225 (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
16226 (fseldfdf4): Likewise.
16227 (fselsfdf4): Likewise.
16228 (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
16229 comparison instructions that set a 0/-1 mask, and use it for
16230 floating point conditional move via XXSEL.
16231 (fpmask<mode>): Likewise.
16232 (xxsel<mode>): Likewise.
16233 * config/rs6000/predicates.md (min_max_operator): Delete, no
16235 (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
16236 instructions that generate a 0/-1 mask for use with XXSEL.
16237 * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
16238 say whether floating point min/max is available, either through
16239 FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
16240 (TARGET_MINMAX_DF): Likewise.
16242 2016-05-27 Alan Modra <amodra@gmail.com>
16244 PR rtl-optimization/71275
16245 * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
16246 for update_equiv_regs and combine_and_move_insns.
16248 2016-05-26 Uros Bizjak <ubizjak@gmail.com>
16250 * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
16251 if_then_else or cond RTXes to calculate attribute value.
16252 * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
16253 <attr "length_immediate>: Ditto.
16254 (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
16255 * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
16256 (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
16257 <attr "type">: Ditto.
16258 <attr "prefix_data16">: Ditto.
16259 <attr "prefix_extra">: Ditto.
16260 <attr "length_immediate">: Ditto.
16261 <attr "prefix">: Ditto.
16262 (vec_set<mode>_0) <attr "isa">: Ditto.
16263 <attr "prefix_extra">: Ditto.
16264 <attr "length_immediate">: Ditto.
16265 <attr "prefix">: Ditto.
16266 (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
16267 (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
16268 (sse2_storelpd) <attr "prefix_data16">: Ditto.
16269 (sse2_loadhpd) <attr "prefix_data16">: Ditto.
16270 (sse2_loadlpd) <attr "prefix_data16">: Ditto.
16271 <attr "length_immediate">: Ditto.
16272 <attr "prefix">: Ditto.
16273 (sse2_movsd) <attr "length_immediate">: Ditto.
16274 <attr "prefix">: Ditto.
16275 (vec_concatv2df) <attr "isa">: Ditto.
16276 <attr "prefix">: Ditto.
16277 (*vec_extractv4si) <attr "prefix_extra">: Ditto.
16278 (*vec_extractv2di_1) <attr "isa">: Ditto.
16279 <attr "type">: Ditto.
16280 <attr "length_immediate">: Ditto.
16281 <attr "prefix_rex">: Ditto.
16282 <attr "prefix_extra">: Ditto.
16283 (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
16284 <attr "prefix_extra">: Ditto.
16285 <attr "length_immediate">: Ditto.
16286 (vec_concatv2di) <attr "isa">: Ditto.
16287 <attr "prefix_extra">: Ditto.
16288 <attr "length_immediate">: Ditto.
16289 <attr "prefix">: Ditto.
16291 2016-05-26 Martin Liska <mliska@suse.cz>
16293 * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
16295 (operator+): Likewise.
16296 (operator-): Likewise.
16297 (comp_cost::operator+=): Likewise.
16298 (comp_cost::operator-=): Likewise.
16299 (comp_cost::operator/=): Likewise.
16300 (comp_cost::operator*=): Likewise.
16301 (operator<): Likewise.
16302 (operator==): Likewise.
16303 (operator<=): Likewise.
16304 (new_cost): Remove.
16305 (infinite_cost_p): Likewise.
16306 (add_costs): Likewise.
16307 (sub_costs): Likewise.
16308 (compare_costs): Likewise.
16309 (set_group_iv_cost): Use the newly introduced functions.
16310 (get_address_cost): Likewise.
16311 (get_shiftadd_cost): Likewise.
16312 (force_expr_to_var_cost): Likewise.
16313 (split_address_cost): Likewise.
16314 (ptr_difference_cost): Likewise.
16315 (difference_cost): Likewise.
16316 (get_computation_cost_at): Likewise.
16317 (determine_group_iv_cost_generic): Likewise.
16318 (determine_group_iv_cost_address): Likewise.
16319 (determine_group_iv_cost_cond): Likewise.
16320 (autoinc_possible_for_pair): Likewise.
16321 (determine_group_iv_costs): Likewise.
16322 (cheaper_cost_pair): Likewise.
16323 (iv_ca_recount_cost): Likewise.
16324 (iv_ca_set_no_cp): Likewise.
16325 (iv_ca_set_cp): Likewise.
16326 (iv_ca_cost): Likewise.
16327 (iv_ca_new): Likewise.
16328 (iv_ca_dump): Likewise.
16329 (iv_ca_narrow): Likewise.
16330 (iv_ca_prune): Likewise.
16331 (iv_ca_replace): Likewise.
16332 (try_add_cand_for): Likewise.
16333 (try_improve_iv_set): Likewise.
16334 (find_optimal_iv_set): Likewise.
16336 2016-05-26 Richard Sandiford <richard.sandiford@arm.com>
16338 * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
16339 that internal functions will clobber all caller-saved registers.
16341 2016-05-26 Wilco Dijkstra <wdijkstr@arm.com>
16343 * config/aarch64/aarch64.c (aarch64_case_values_threshold):
16344 Return a better case_values_threshold when optimizing.
16346 2016-05-26 Wilco Dijkstra <wdijkstr@arm.com>
16348 * config/aarch64/aarch64-simd.md (aarch64_combinez):
16349 Add ? to integer variant.
16350 (aarch64_combinez_be): Likewise.
16352 2016-05-26 Jakub Jelinek <jakub@redhat.com>
16354 * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
16355 instead of x constraint.
16356 (vcvtps2ph256<mask_name>): Likewise.
16358 * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
16359 alternative. Formatting fix.
16361 * config/i386/sse.md
16362 (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
16364 (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
16365 (*avx_vperm_broadcast_v4sf): Use v constraint instead of x. Use
16366 maybe_evex prefix instead of vex.
16367 (*avx_vperm_broadcast_<mode>): Use v constraint instead of x. Handle
16368 EXT_REX_SSE_REG_P (op0) case in the splitter.
16370 2016-05-25 Jeff Law <law@redhat.com>
16372 PR tree-optimization/71272
16373 * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
16374 Update comments. Add test for empty path.
16376 2016-05-25 Bill Seurer <seurer@linux.vnet.ibm.com>
16378 * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
16379 * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
16380 special case builtin.
16381 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
16382 code for ALTIVEC_BUILTIN_VEC_CMPNE.
16383 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
16384 for __builtin_vec_cmpne.
16386 2016-05-25 Eric Botcazou <ebotcazou@adacore.com>
16388 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
16389 redundant test and bail out if the type of the new operand is not
16390 a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
16392 2016-05-25 Uros Bizjak <ubizjak@gmail.com>
16394 * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
16395 (x_ix86_target_flags_explicit): Remove.
16396 * config/i386/i386.c (ix86_function_specific_save): Do not copy
16397 x_ix86_target_flags_explicit.
16398 (ix86_function_specific_restore): Ditto.
16400 2016-05-25 Uros Bizjak <ubizjak@gmail.com>
16401 H.J. Lu <hongjiu.lu@intel.com>
16404 * common/config/i386/i386-common.c
16405 (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
16406 (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
16407 MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
16408 * config/i386/i386.opt (ix86_target_flags): Add new Variable.
16409 (-mgeneral-regs-only): Add new option.
16410 * config/i386/i386.c (ix86_option_override_internal): Don't enable
16411 x87 instructions if only general registers are allowed.
16412 (ix86_target_string): Add ix86_flags argument. Handle additional
16413 flags options through ix86_flags argument. Update all callers.
16414 * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
16416 2016-05-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16418 PR rtl-optimization/66940
16419 * ifcvt.c (noce_get_alt_condition): Check that incrementing or
16420 decrementing desired_val will not overflow before performing these
16423 2016-05-25 Ilya Verbin <ilya.verbin@intel.com>
16425 * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
16426 V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
16427 * config/i386/i386.c (enum ix86_builtins): Add
16428 IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
16429 IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
16430 IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
16431 IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
16432 IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
16433 IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
16434 (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
16435 __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
16436 __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
16437 __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
16438 __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
16439 __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
16440 Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
16441 __builtin_ia32_cvtps2dq512_mask.
16442 (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
16443 V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
16444 (ix86_builtin_vectorized_function): Handle builtins mentioned above.
16445 * config/i386/sse.md
16446 (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
16448 (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
16449 (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
16451 (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
16452 (avx512f_vec_pack_sfix_v8df): New define_expand.
16453 (avx512f_roundpd512): Rename to ...
16454 (avx512f_round<castmode>512): ... this. Change iterator.
16455 (avx512f_roundps512_sfix): New define_expand.
16456 (round<mode>2_sfix): Change iterator.
16458 2016-05-25 Nick Clifton <nickc@redhat.com>
16460 * config/msp430/msp430.c (msp430_attr): Produce an error if a
16461 static interrupt handler is detected.
16462 * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
16463 default linker script.
16464 * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
16465 the low part of a symbolic pointer.
16467 2016-05-25 Richard Biener <rguenther@suse.de>
16469 PR tree-optimization/71261
16470 * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
16471 interesting stmt instead of immediate uses when looking
16472 for the use operand to replace.
16474 2016-05-25 Martin Liska <mliska@suse.cz>
16476 * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
16478 2016-05-25 Richard Biener <rguenther@suse.de>
16480 PR tree-optimization/71264
16481 * tree-vect-stmts.c (vect_init_vector): Properly deal with
16484 2016-05-25 Martin Liska <mliska@suse.cz>
16486 PR tree-optimization/71239
16487 * tree.c (array_at_struct_end_p): Do not call operand_equal_p
16488 if DECL_SIZE is NULL.
16490 2016-05-25 Richard Biener <rguenther@suse.de>
16492 * timevar.def (TV_TREE_LOOP_IFCVT): Add.
16493 * tree-if-conv.c (pass_data_if_conversion): Use it.
16495 2016-05-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
16497 * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
16498 * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
16499 * varpool.c (varpool_node::get_availability): Likewise.
16501 2016-05-24 Michael Meissner <meissner@linux.vnet.ibm.com>
16503 * config/rs6000/altivec.md (VNEG iterator): New iterator for
16504 VNEGW/VNEGD instructions.
16505 (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
16506 (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
16507 support for ISA 3.0 VNEGW/VNEGD instructions.
16509 2016-05-24 Cesar Philippidis <cesar@codesourcery.com>
16511 * gimplify.c (omp_notice_variable): Use zero-length arrays for data
16512 pointers inside OACC_DATA regions.
16513 (gimplify_scan_omp_clauses): Prune firstprivate clause associated
16514 with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
16515 (gimplify_adjust_omp_clauses): Fix typo in comment.
16517 2016-05-24 Michael Meissner <meissner@linux.vnet.ibm.com>
16519 * config/rs6000/altivec.md (VParity): New mode iterator for vector
16520 parity built-in functions.
16521 (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
16523 (p9v_parity<mode>2): Likewise.
16524 * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
16526 (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
16527 (parity<mode>2): ISA 3.0 expander for vector parity.
16528 * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
16530 (BU_P9_64BIT_MISC_0): Likewise.
16531 (BU_P9_MISC_0): Likewise.
16532 (BU_P9V_AV_1): Likewise.
16533 (BU_P9V_AV_2): Likewise.
16534 (BU_P9V_AV_3): Likewise.
16535 (BU_P9V_AV_P): Likewise.
16536 (BU_P9V_VSX_1): Likewise.
16537 (BU_P9V_OVERLOAD_1): Likewise.
16538 (BU_P9V_OVERLOAD_2): Likewise.
16539 (BU_P9V_OVERLOAD_3): Likewise.
16540 (VCTZB): Add vector count trailing zeros support.
16544 (VPRTYBD): Add vector parity support.
16545 (VPRTYBQ): Likewise.
16546 (VPRTYBW): Likewise.
16547 (VCTZ): Add overloaded vector count trailing zeros support.
16548 (VPRTYB): Add overloaded vector parity support.
16549 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
16550 overloaded vector count trailing zeros and parity instructions.
16551 * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
16552 vector parity support.
16553 * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
16554 trailing zeros support.
16555 (vec_cntlz): Likewise.
16556 (vec_vctzb): Likewise.
16557 (vec_vctzd): Likewise.
16558 (vec_vctzh): Likewise.
16559 (vec_vctzw): Likewise.
16560 (vec_vprtyb): Add ISA 3.0 vector parity support.
16561 (vec_vprtybd): Likewise.
16562 (vec_vprtybw): Likewise.
16563 (vec_vprtybq): Likewise.
16564 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
16565 the ISA 3.0 vector count trailing zeros and vector parity built-in
16568 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
16570 * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
16571 when there is stmt_to_insert.
16573 2016-05-24 Martin Sebor <msebor@redhat.com>
16576 * tree.h (complete_or_array_type_p): New inline function.
16578 2016-05-24 Jakub Jelinek <jakub@redhat.com>
16580 * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
16581 * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
16582 rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
16584 * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
16585 Limit 1st alternative to noavx isa, split 2nd alternative into one
16586 noavx and one avx alternative, use *x and Bm in the former and
16587 x and m in the latter.
16589 * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
16590 of sse4 for the first alternative, drop %v from the template
16591 and d operand modifier. Split second alternative into one sse4_noavx
16592 and one avx alternative, use *x instead of *v in the former and v
16593 instead of *v in the latter.
16594 (*sse4_1_extractps): Use noavx isa instead of * for the first
16595 alternative, drop %v from the template. Split second alternative into
16596 one noavx and one avx alternative, use *x instead of *v in the
16597 former and v instead of *v in the latter.
16598 (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
16599 with noavx and the last one with avx.
16600 (sse4_1_phminposuw): Guard first alternative with noavx isa,
16601 split the second one into one noavx and one avx alternative,
16602 use *x and Bm in the former and x and m in the latter one.
16603 (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
16606 * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
16607 first two alternatives to noavx, use *x instead of *v in the second
16608 one, add avx alternative without *.
16609 (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
16610 sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
16611 sse4_1_<code>v2siv2di2<mask_name>): Likewise.
16613 2016-05-24 Jeff Law <law@redhat.com>
16615 * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
16616 New function, extracted from...
16617 (fsm_find_control_statement_thread_paths): Here. Use the new function.
16618 Allow simple copies and constant initializations in the SSA chain.
16620 2016-05-24 Marek Polacek <polacek@redhat.com>
16623 * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
16626 2016-05-24 Jakub Jelinek <jakub@redhat.com>
16629 * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
16630 SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
16631 SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP. Add
16632 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
16633 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
16635 2016-05-24 Richard Biener <rguenther@suse.de>
16637 PR tree-optimization/71240
16638 * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
16641 2016-05-24 Richard Biener <rguenther@suse.de>
16643 PR tree-optimization/71230
16644 * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
16646 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
16648 * tree-vectorizer.h (vectorizable_comparison): Delete.
16649 * tree-vect-loop.c (vectorizable_reduction): Remove redundant
16650 PURE_SLP_STMT check.
16651 * tree-vect-stmts.c (vectorizable_call): Likewise.
16652 (vectorizable_simd_clone_call): Likewise.
16653 (vectorizable_conversion): Likewise.
16654 (vectorizable_assignment): Likewise.
16655 (vectorizable_shift): Likewise.
16656 (vectorizable_operation): Likewise.
16657 (vectorizable_load): Likewise.
16658 (vectorizable_condition): Likewise.
16659 (vectorizable_store): Likewise. Assert that we don't have
16661 (vectorizable_comparison): Make static. Remove redundant
16662 PURE_SLP_STMT check.
16663 (vect_transform_stmt): Assert that we always have an slp_node
16666 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16668 * config/arm/neon.md (ashldi3_neon): Replace comparison of INTVAL of
16669 operands[2] against 1 with comparison against CONST1_RTX.
16670 (<shift>di3_neon): Likewise.
16671 * config/arm/predicates.md (const0_operand): Replace with comparison
16672 against CONST0_RTX.
16674 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16676 * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
16677 operands[2] against 1 with comparison against CONST1_RTX.
16678 (ashrdi3): Likewise.
16679 (lshrdi3): Likewise.
16680 (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
16682 (ashrsi3): Likewise.
16683 (lshrsi3): Likewise.
16684 (rotrsi3): Likewise.
16685 (define_split above *compareqi_eq0): Likewise.
16686 (define_split above "prologue"): Likewise.
16687 * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
16688 * config/arm/predicates.md (shift_operator): Likewise.
16689 (shift_nomul_operator): Likewise.
16690 (sat_shift_operator): Likewise.
16691 (thumb1_cmp_operand): Likewise.
16692 (const_neon_scalar_shift_amount_operand): Replace manual range
16693 check with IN_RANGE.
16694 * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
16695 Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
16697 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16699 * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
16700 with HOST_WIDE_INT_1.
16702 * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
16703 1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
16704 (arm_canonicalize_comparison): Likewise.
16705 (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
16707 (thumb1_size_rtx_costs): Likewise.
16708 (vfp_const_double_index): Replace cast of 1 to unsigned
16709 HOST_WIDE_INT with HOST_WIDE_INT_1U.
16710 (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
16712 (arm_asan_shadow_offset): Replace cast of 1 to unsigned
16713 HOST_WIDE_INT with HOST_WIDE_INT_1U.
16714 * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
16715 HOST_WIDE_INT with HOST_WIDE_INT_1.
16717 2016-05-24 Marek Polacek <polacek@redhat.com>
16719 * tree-cfg.h (should_remove_lhs_p): New predicate.
16720 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
16721 * gimplify.c (gimplify_modify_expr): Likewise.
16722 * tree-cfg.c (verify_gimple_call): Likewise.
16723 * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
16724 * gimple-fold.c: Include "tree-cfg.h".
16725 (gimple_fold_call): Use should_remove_lhs_p.
16727 2016-05-24 Richard Biener <rguenther@suse.de>
16729 PR tree-optimization/71253
16730 * cfganal.h (control_dependences): Make robust against edge
16732 (control_dependences::control_dependences): Remove edge_list argument.
16733 (control_dependences::get_edge): Remove.
16734 (control_dependences::get_edge_src): Add.
16735 (control_dependences::get_edge_dest): Likewise.
16736 (control_dependences::m_el): Make a vector of edge src/dest index.
16737 * cfganal.c (control_dependences::find_control_dependence): Adjust.
16738 (control_dependences::control_dependences): Likewise.
16739 (control_dependences::~control_dependence): Likewise.
16740 (control_dependences::get_edge): Remove.
16741 (control_dependences::get_edge_src): Add.
16742 (control_dependences::get_edge_dest): Likewise.
16743 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
16745 (perform_tree_ssa_dce): Adjust.
16746 * tree-loop-distribution.c (create_edge_for_control_dependence): Use
16748 (pass_loop_distribution::execute): Adjust. Do loop destroying
16749 conditional on changed.
16751 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16754 * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
16755 return. Reindent transformation comment and mention the ARM state
16758 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
16760 PR middle-end/71252
16761 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
16762 after build_and_add_sum creates new use stmt.
16764 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
16766 * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
16767 load_lanes/grouped_load classification comes first. Don't check
16768 whether the vectorization factor is a multiple of the group size
16771 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
16773 * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
16774 GROUP_GAP for single-element interleaving.
16775 * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
16778 2016-05-24 Richard Biener <rguenther@suse.de>
16780 PR middle-end/70434
16782 * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
16783 bases which are accessed with non-invariant indices.
16784 * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
16785 constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
16787 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
16789 PR middle-end/71170
16790 * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
16791 (add_to_ops_vec): Add stmt_to_insert.
16792 (add_repeat_to_ops_vec): Init stmt_to_insert.
16793 (insert_stmt_before_use): New.
16794 (transform_add_to_multiply): Remove mult_stmt insertion and add it
16796 (get_ops): Init stmt_to_insert.
16797 (maybe_optimize_range_tests): Likewise.
16798 (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
16799 (rewrite_expr_tree_parallel): Likewise.
16800 (reassociate_bb): Likewise.
16802 2016-05-23 Michael Meissner <meissner@linux.vnet.ibm.com>
16805 * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
16806 ISA 3.0 xxperm fusion alternative.
16807 (altivec_vperm_v8hiv16qi): Likewise.
16808 (altivec_vperm_<mode>_uns_internal): Likewise.
16809 (vperm_v8hiv4si): Likewise.
16810 (vperm_v16qiv8hi): Likewise.
16812 2016-05-23 Michael Meissner <meissner@linux.vnet.ibm.com>
16813 Kelvin Nilsen <kelvin@gcc.gnu.org>
16815 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
16816 vpermr/xxpermr on ISA 3.0.
16817 (altivec_expand_vec_perm_le): Likewise.
16818 * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
16819 (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
16822 2016-05-23 Uros Bizjak <ubizjak@gmail.com>
16824 * config/i386/i386.h (IS_STACK_MODE): Enable for
16825 TARGET_MIX_SSE_I387. Rewrite using X87_FLOAT_MODE_P and
16826 SSE_FLOAT_MODE_P macros.
16827 * config/i386/i386.c (ix86_preferred_reload_class): Use
16828 IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
16829 Cleanup regclass processing for CONST_DOUBLE_P.
16830 (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
16831 (ix86_rtx_costs): Remove redundant TARGET_80387 check
16832 with IS_STACK_MODE macro.
16833 * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
16835 (*movdf_internal): Use IS_STACK_MODE macro.
16836 (*movsf_internal): Ditto.
16838 2016-05-23 Marc Glisse <marc.glisse@inria.fr>
16840 * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
16841 ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
16843 2016-05-23 Jeff Law <law@redhat.com>
16845 * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
16847 (fsm_find_control_statement_thread_paths): Call it.
16849 2016-05-23 Martin Jambor <mjambor@suse.cz>
16852 * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
16853 from_global_constant if t is not NULL.
16855 2016-05-23 Marek Polacek <polacek@redhat.com>
16858 * common.opt (Wswitch-unreachable): New option.
16859 * doc/invoke.texi: Document -Wswitch-unreachable.
16860 * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
16863 2016-05-23 Bin Cheng <bin.cheng@arm.com>
16865 * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
16866 TMR_INDEX is non-NULL.
16868 2016-05-23 Richard Biener <rguenther@suse.de>
16870 PR tree-optimization/71230
16871 * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
16872 (try_special_add_to_ops): ... here. Always test for single-use.
16874 2016-05-23 Martin Jambor <mjambor@suse.cz>
16876 * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
16877 default block if a PHI node in the original one would be resized.
16879 2016-05-23 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
16881 PR tree-optimization/58135
16882 * tree-vect-slp.c: When group size is not multiple
16883 of vector size, allow splitting of store group at
16886 2016-05-23 Christophe Lyon <christophe.lyon@linaro.org>
16888 * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
16890 2016-05-22 Jakub Jelinek <jakub@redhat.com>
16892 * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
16893 vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
16894 condition. For !TARGET_AVX512DQ, emit 32x4 instruction instead
16897 * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
16898 vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
16899 v constraint instead of x and vinserti32x4 insn.
16901 * config/i386/sse.md (i128vldq): New mode iterator.
16902 (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
16903 avx512dq and avx512vl alternatives.
16905 * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
16906 constraint, use maybe_evex prefix instead of vex.
16907 (vec_dupv4sf): Use v constraint instead of x for output
16908 operand except for noavx alternative, use Yv constraint
16909 instead of x for input. Use maybe_evex prefix instead of vex.
16910 (*vec_dupv4si): Likewise.
16911 (*vec_dupv2di): Likewise.
16913 2016-05-22 Kugan Vivekanandarajah <kuganv@linaro.org>
16915 PR middle-end/40921
16916 * tree-ssa-reassoc.c (try_special_add_to_ops): New.
16917 (linearize_expr_tree): Call try_special_add_to_ops.
16918 (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
16920 2016-05-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
16922 * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
16923 to computed stack_usage.
16925 2016-05-21 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
16928 * config/avr/avr.md (define_expand "mov<mode>"): If the source
16929 operand is subreg (symbol_ref) then move the symbol ref to register.
16931 2016-05-21 Jan Hubicka <hubicka@ucw.cz>
16933 * tree.c (array_at_struct_end_p): Look through MEM_REF.
16935 2016-05-21 Kugan Vivekanandarajah <kuganv@linaro.org>
16937 PR middle-end/71179
16938 * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
16941 2016-05-20 Eric Botcazou <ebotcazou@adacore.com>
16943 * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
16944 ranges by calling get_single_symbol and tidy up. Look more closely
16945 into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
16947 2016-05-20 Jeff Law <law@redhat.com>
16949 * bitmap.c (bitmap_find_bit): Remove useless test.
16951 2016-05-20 Segher Boessenkool <segher@kernel.crashing.org>
16953 * function.c (thread_prologue_and_epilogue_insns): Commit the
16954 insertion of the epilogue.
16956 2016-05-20 Martin Jambor <mjambor@suse.cz>
16958 PR tree-optimization/70884
16959 * tree-sra.c (initialize_constant_pool_replacements): Do not check
16960 should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
16961 (sort_and_splice_var_accesses): Do not consider multiple scalar reads
16962 of constant pool data as a reason for scalarization.
16964 2016-05-20 Eric Botcazou <ebotcazou@adacore.com>
16966 * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
16967 for naked functions.
16968 (thumb1_expand_prologue): Likewise.
16970 2016-05-20 Nathan Sidwell <nathan@acm.org>
16972 * config/nvptx/nptx.c (nvptx_option_override): Only set
16973 flag_toplevel_reorder, if not explicitly specified. Set
16974 flag_no_common, unless explicitly specified.
16976 2016-05-20 David Malcolm <dmalcolm@redhat.com>
16978 * calls.c (can_implement_as_sibling_call_p): Mark param
16979 reg_parm_stack_space with ATTRIBUTE_UNUSED.
16981 2016-05-20 Uros Bizjak <ubizjak@gmail.com>
16983 * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
16984 Use IS_STACK_MODE when calculating cost of standard 80387 constants.
16985 Fallthru to CONST_VECTOR case to calculate cost of standard SSE
16987 <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
16988 (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
16989 and CASE_CONST_ANY.
16991 2016-05-20 Cesar Philippidis <cesar@codesourcery.com>
16993 * config/nvptx/nvptx.md (sincossf3): New pattern.
16995 2016-05-20 David Malcolm <dmalcolm@redhat.com>
16997 * calls.c (maybe_complain_about_tail_call): New function.
16998 (initialize_argument_information): Call
16999 maybe_complain_about_tail_call when clearing *may_tailcall.
17000 (can_implement_as_sibling_call_p): Call
17001 maybe_complain_about_tail_call when returning false.
17002 (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
17003 ensure try_tail_call is set. Call maybe_complain_about_tail_call
17004 if tail-call optimization fails.
17005 * cfgexpand.c (expand_call_stmt): Initialize
17006 CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
17007 * gimple-pretty-print.c (dump_gimple_call): Dump
17008 gimple_call_must_tail_p.
17009 * gimple.c (gimple_build_call_from_tree): Call
17010 gimple_call_set_must_tail with the value of
17011 CALL_EXPR_MUST_TAIL_CALL.
17012 * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
17013 (gimple_call_set_must_tail): New function.
17014 (gimple_call_must_tail_p): New function.
17015 * print-tree.c (print_node): Update printing of TREE_STATIC
17016 to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
17017 * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
17018 trailing comment listing applicable flags.
17019 * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
17021 2016-05-20 David Malcolm <dmalcolm@redhat.com>
17023 * calls.c (expand_call): Move "Rest of purposes for tail call
17024 optimizations to fail" to...
17025 (can_implement_as_sibling_call_p): ...this new function, and
17026 split into multiple "if" statements.
17028 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
17030 * cfgloop.h (expected_loop_iterations_unbounded,
17031 expected_loop_iterations): Unconstify.
17032 * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
17033 profile with known upper bound; return 3 when profile is absent.
17034 (expected_loop_iterations): Update.
17036 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
17038 * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
17039 and get_max_loop_iterations_int.
17041 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
17043 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
17044 realistic upper bounds here.
17046 2016-05-20 Jakub Jelinek <jakub@redhat.com>
17049 * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
17050 calls if the LHS is variable length or has addressable type.
17051 If targets[0]->decl is a noreturn call with void return type and
17052 zero arguments, adjust fntype and remove lhs in that case.
17054 2016-05-20 Marc Glisse <marc.glisse@inria.fr>
17056 PR tree-optimization/71079
17057 PR tree-optimization/71206
17058 * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
17060 2016-05-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
17062 * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
17063 (get_vec_alignment_for_array_decl): Likewise.
17064 (get_vec_alignment_for_record_decl): Likewise.
17065 (increase_alignment::execute): Move code to find alignment to
17066 get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
17067 (type_align_map): New hash_map.
17069 2016-05-20 Richard Guenther <rguenther@suse.de>
17071 PR tree-optimization/29756
17072 * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
17073 * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
17074 * fold-const.c (operand_equal_p): Likewise.
17075 (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
17076 * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
17077 * tree-inline.c (estimate_operator_cost): Likewise.
17078 * tree-pretty-print.c (dump_generic_node): Likewise.
17079 * tree-ssa-operands.c (get_expr_operands): Likewise.
17080 * cfgexpand.c (expand_debug_expr): Likewise.
17081 * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
17082 * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
17083 * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
17084 * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
17085 vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
17086 (execute_update_addresses_taken): Do it.
17088 2016-05-20 Richard Biener <rguenther@suse.de>
17090 PR tree-optimization/71185
17091 * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
17092 register operations.
17094 2016-05-20 Richard Biener <rguenther@suse.de>
17096 * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
17097 gimple_seq_add_seq_without_update.
17098 (release_bb_predicate): Assert we have no operands to free.
17099 (if_convertible_loop_p_1): Calculate post dominators later.
17100 Do not free BB predicates here.
17101 (combine_blocks): Do not recompute BB predicates.
17102 (version_loop_for_if_conversion): Save BB predicates around
17105 2016-05-19 Segher Boessenkool <segher@kernel.crashing.org>
17107 * function.c (make_epilogue_seq): Remove epilogue_end parameter.
17108 (thread_prologue_and_epilogue_insns): Remove bb_flags. Restructure
17109 code. Ignore sibcalls on EDGE_IGNORE edges.
17110 * shrink-wrap.c (handle_simple_exit): New function. Set EDGE_IGNORE
17111 on edges for sibcalls that run without prologue. The rest of the
17112 function is combined from...
17113 (fix_fake_fallthrough_edge): ... this, and ...
17114 (try_shrink_wrapping): ... a part of this. Remove the bb_with
17115 function argument, make it a local variable.
17117 2016-05-19 Sandra Loosemore <sandra@codesourcery.com>
17119 * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
17120 --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
17121 for 32-bit mode and SEH for 64-bit.
17122 * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
17123 TARGET_64BIT_DEFAULT.
17125 2016-05-19 Ryan Burn <contact@rnburn.com>
17127 * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
17128 * gengtype.c (open_base_files): Add cilk.h to ifiles.
17130 2016-05-19 Uros Bizjak <ubizjak@gmail.com>
17132 * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
17133 force pending loads from memory.
17135 2016-05-19 Kelvin Nilsen <kelvin@gcc.gnu.org>
17137 * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
17138 (UNSPEC_DARN_32): New unspec constant.
17139 (UNSPEC_DARN_RAW): New unspec constant.
17140 (darn_32): New instruction.
17141 (darn_raw): New instruction.
17142 (darn): New instruction.
17143 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
17144 support and documentation for this macro.
17145 (BU_P9_MISC_1): New macro definition.
17146 (BU_P9_64BIT_MISC_0): New macro definition.
17147 (BU_P9_MISC_0): New macro definition.
17148 (darn_32): New builtin definition.
17149 (darn_raw): New builtin definition.
17150 (darn): New builtin definition.
17151 * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
17152 RS6000_BUILTIN_0 directives to surround each occurrence of
17153 #include "rs6000-builtin.def".
17154 (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
17155 RS6000_BTM_64BIT flags to the returned mask, depending on
17157 (def_builtin): Correct an error in the assignments made to the
17158 debugging variable attr_string.
17159 (rs6000_expand_builtin): Add support for no-operand built-in
17161 (builtin_function_type): Remove fatal_error assertion that is no
17163 (rs6000_common_init_builtins): Add support for no-operand built-in
17165 * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
17167 (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
17169 (RS6000_BTM_64BIT): New macro definition.
17170 * doc/extend.texi: Document __builtin_darn (void),
17171 __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
17174 2016-05-19 Jan Hubicka <hubicka@ucw.cz>
17176 * tree-vect-loop.c (vect_analyze_loop_2): Use also
17177 max_loop_iterations_int.
17179 2016-05-19 Marek Polacek <polacek@redhat.com>
17181 PR tree-optimization/71031
17182 * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
17183 condition and adjust the code a bit.
17185 2016-05-19 Martin Liska <mliska@suse.cz>
17187 * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
17188 auto_vec instead of vec.
17190 2016-05-19 Martin Liska <mliska@suse.cz>
17192 * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
17194 2016-05-19 Martin Liska <mliska@suse.cz>
17196 * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
17198 2016-05-19 Martin Liska <mliska@suse.cz>
17200 * ipa-pure-const.c (set_function_state): Remove an existing
17202 (remove_node_data): Do not free it as it's released
17203 in set_function_state.
17205 2016-05-19 Martin Liska <mliska@suse.cz>
17207 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
17210 2016-05-19 Martin Liska <mliska@suse.cz>
17212 * omp-simd-clone.c (simd_clone_adjust): Release vector.
17214 2016-05-19 Martin Liska <mliska@suse.cz>
17216 * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
17217 an auto_vec instead of re-creating it.
17219 2016-05-19 Martin Liska <mliska@suse.cz>
17221 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
17222 auto_vec instead of vec.
17224 2016-05-19 Martin Liska <mliska@suse.cz>
17226 * lto-section-in.c (lto_get_section_data): Call
17227 lto_check_version with additional argument.
17228 * lto-streamer.c (lto_check_version): Add new argument.
17229 * lto-streamer.h (lto_check_version): Likewise.
17231 2016-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17233 * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
17234 Don't add cost of inner memory when handling sign-extended loads.
17236 2016-05-19 Ilya Enkovich <ilya.enkovich@intel.com>
17238 PR rtl-optimization/71148
17239 * cse.c (cse_main): Free dominance info.
17240 (rest_of_handle_cse): Don't free dominance info.
17241 (rest_of_handle_cse2): Likewise.
17242 (rest_of_handle_cse_after_global_opts): Likewise.
17244 2016-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17247 * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
17248 NULL_TREE early if NEON is not available. Remove now redundant check
17249 in ARM_CHECK_BUILTIN_MODE.
17251 2016-05-19 Maxim Ostapenko <m.ostapenko@samsung.com>
17254 * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
17255 builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
17256 * doc/cpp.texi: Document new macros.
17258 2016-05-19 Bin Cheng <bin.cheng@arm.com>
17260 PR tree-optimization/69848
17261 * tree-vect-loop.c (vectorizable_reduction): Don't factor
17262 comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
17264 2016-05-19 Segher Boessenkool <segher@kernel.crashing.org>
17266 * function.c (thread_prologue_and_epilogue_insn): Move the
17267 "goto epilogue_done" one block later.
17269 2016-05-19 Richard Biener <rguenther@suse.de>
17271 PR tree-optimization/70729
17272 * passes.def: Move LIM pass before PRE. Remove no longer
17273 required copyprop and move first DCE out of the loop pipeline.
17275 2016-05-18 David Malcolm <dmalcolm@redhat.com>
17278 * Makefile.in (GCC_OBJS): Move spellcheck.o to...
17279 (OBJS-libcommon-target): ...here.
17280 * opts-common.c: Include spellcheck.h.
17281 (cmdline_handle_error): Build a vec of valid options and use it
17282 to suggest provide hints for misspelled arguments.
17284 2016-05-18 Jakub Jelinek <jakub@redhat.com>
17287 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
17288 lhs if it has TREE_ADDRESSABLE type.
17290 2016-05-18 Uros Bizjak <ubizjak@gmail.com>
17293 * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
17294 (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
17296 2016-05-18 Martin Jambor <mjambor@suse.cz>
17299 * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
17300 input for NOP_EXPR pass-through functions.
17301 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
17302 aggregate global constant VAR_DECLs in constant jump functions.
17304 2016-05-18 Martin Jambor <mjambor@suse.cz>
17307 * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
17308 from TREE_READONLY parameters.
17310 2016-05-18 Martin Jambor <mjambor@suse.cz>
17313 * cgraph.h (cgraph_indirect_call_info): New field
17314 guaranteed_unmodified.
17315 * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
17316 to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
17318 * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
17319 pass the parameter value to ipa_find_agg_cst_for_param.
17320 * ipa-prop.c (ipa_load_from_parm_agg): New parameter
17321 guaranteed_unmodified, store AA results there instead of bailing out
17323 (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
17324 (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
17325 (find_constructor_constant_at_offset): New function.
17326 (ipa_find_agg_cst_from_init): Likewise.
17327 (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
17328 static initializers of contants, report back through a new paameter
17329 from_global_constant if that was the case.
17330 (try_make_edge_direct_simple_call): Also pass parameter value to
17331 ipa_find_agg_cst_for_param, check guaranteed_unmodified when
17333 (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
17334 (ipa_read_indirect_edge_info): Likewise.
17335 * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
17336 (ipa_load_from_parm_agg): Likewise.
17338 2016-05-18 Jiong Wang <jiong.wang@arm.com>
17340 PR rtl-optimization/71150
17341 * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
17344 2016-05-18 Michael Meissner <meissner@linux.vnet.ibm.com>
17347 * config/rs6000/constraints.md (wE constraint): New constraint
17348 for a vector constant that can be loaded with XXSPLTIB.
17349 (wM constraint): New constraint for a vector constant of a 1's.
17350 (wS constraint): New constraint for a vector constant that can be
17351 loaded with XXSPLTIB and a vector sign extend instruction.
17352 * config/rs6000/predicates.md (xxspltib_constant_split): New
17353 predicates for wE/wS constraints.
17354 (xxspltib_constant_nosplit): Likewise.
17355 (easy_vector_constant): Add support for constants that can be
17356 loaded via XXSPLTIB.
17357 (all_ones_constant): New predicate for vector constant with all
17359 (splat_input_operand): Add support for ISA 3.0 word splat operations.
17360 * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
17361 return if a constant can be loaded with the ISA 3.0 XXSPLTIB
17362 instruction and possibly with a sign extension.
17363 (output_vec_const_move): Add support for XXSPLTIB. If we are
17364 loading up 0/-1 into Altivec registers, prefer using VSPLTISW
17365 instead of XXLXOR/XXLORC.
17366 (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
17368 (rs6000_legitimize_reload_address): Likewise.
17369 (rs6000_output_move_128bit): Use output_vec_const_move to emit
17371 * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
17372 combine VSX_M and VSX_M2 into one iterator.
17373 (VSX_M2): Likewise.
17374 (VSINT_84): New iterators for loading constants with XXSPLTIB.
17375 (VSINT_842): Likewise.
17376 (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
17377 (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
17378 XXSPLTIB instruction.
17379 (xxspltib_<mode>_nosplit): Likewise.
17380 (xxspltib_<mode>_split): New insn to load up constants with
17381 XXSPLTIB and a sign extend instruction.
17382 (vsx_mov<mode>): Replace single move that handled all vector types
17383 with separate 32-bit and 64-bit moves. Combine the movti_<bit>
17384 moves (when -mvsx-timode is in effect) into the main vector
17385 moves. Eliminate separate moves for <VSr> <VSa>, where the
17386 preferred register class (<VSr>) is listed first, and the
17387 secondary register class (<VSa>) is listed second with a '?' to
17388 discourage use. Prefer loading 0/-1 in any VSX register for ISA
17389 3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
17390 that if the register was involved in a slow operation, the
17391 clear/set operation does not wait for the slow operation to
17392 finish. Adjust the length attributes for 32-bit mode. Use
17393 rs6000_output_move_128bit and drop the use of the string
17394 instructions for 32-bit movti when -mvsx-timode is in effect. Use
17395 spacing so that the alternatives and attributes don't generate
17396 long lines, and put things in columns, so that it is easier to
17397 match up the operands and attributes with the insn alternatives.
17398 (vsx_mov<mode>_64bit): Likewise.
17399 (vsx_mov<mode>_32bit): Likewise.
17400 (vsx_movti_64bit): Fold movti into normal vector moves.
17401 (vsx_movti_32bit): Likewise.
17402 (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
17403 splat instructions.
17404 (vsx_splat_v4si_internal): Likewise.
17405 (vsx_splat_v4sf_internal): Likewise.
17406 (vector fusion peepholes): Use VSX_M instead of VSX_M2.
17407 (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
17408 extend vector elements.
17409 (vsx_sign_extend_hi_<mode>): Likewise.
17410 (vsx_sign_extend_si_v2di): Likewise.
17411 * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
17413 * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
17414 constraints. Add trailing period to wL documentation.
17416 2016-05-18 Richard Sandiford <richard.sandiford@arm.com>
17418 PR middle-end/71020
17419 * tree-dfa.h (replace_abnormal_ssa_names): Declare.
17420 * tree-dfa.c (replace_abnormal_ssa_names): New function.
17421 * tree-call-cdce.c: Include tree-dfa.h.
17422 (can_guard_call_p): New function, extracted from...
17423 (can_use_internal_fn): ...here.
17424 (shrink_wrap_one_built_in_call_with_conds): Remove failure path
17426 (shrink_wrap_one_built_in_call): Likewise.
17427 (use_internal_fn): Likewise.
17428 (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
17429 and return void. Call replace_abnormal_ssa_names.
17430 (pass_call_cdce::execute): Check can_guard_call_p during the
17431 initial walk. Assume shrink_wrap_conditional_dead_built_in_calls
17432 will always change something.
17434 2016-05-18 Martin Jambor <mjambor@suse.cz>
17437 * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
17438 if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
17440 2016-05-18 Martin Jambor <mjambor@suse.cz>
17443 * ipa-inline.h (condition): New field size.
17444 * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
17445 for comaprison and store it into the new condition.
17446 (evaluate_conditions_for_known_args): Use condition size to check
17447 access sizes for all but CHANGED conditions.
17448 (unmodified_parm_1): New parameter size_p, store access size into it.
17449 (unmodified_parm): Likewise.
17450 (unmodified_parm_or_parm_agg_item): Likewise.
17451 (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
17452 (set_cond_stmt_execution_predicate): Extract access sizes and store
17453 them to conditions.
17454 (set_switch_stmt_execution_predicate): Likewise.
17455 (will_be_nonconstant_expr_predicate): Likewise.
17456 (will_be_nonconstant_predicate): Likewise.
17457 (inline_read_section): Stream condition size.
17458 (inline_write_summary): Likewise.
17460 2016-05-18 Richard Biener <rguenther@suse.de>
17462 * tree-ssa-loop-im.c (determine_max_movement): Properly add
17463 condition cost to PHI cost instead of total_cost.
17465 2016-05-18 Martin Liska <mliska@suse.cz>
17468 * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
17471 2016-05-18 Richard Biener <rguenther@suse.de>
17473 * lto-streamer.h (LTO_major_version): Bump to 6.
17475 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
17477 * function.c (make_split_prologue_seq, make_prologue_seq,
17478 make_epilogue_seq): New functions, factored out from...
17479 (thread_prologue_and_epilogue_insns): Here.
17481 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
17483 * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
17484 cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
17485 of before. Add a comment.
17487 2016-05-18 Bin Cheng <bin.cheng@arm.com>
17489 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
17490 expression pointer, not pointer to the pointer.
17492 2016-05-18 Jakub Jelinek <jakub@redhat.com>
17494 * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
17495 (avx2_pbroadcast<mode>): Add another alternative with v instead
17496 of x constraints in it, using <pbroadcast_evex_isa> isa.
17497 (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
17499 * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
17500 constraint x instead of v in second alternative, add avx512bw
17503 * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
17504 constraint x instead of v in second alternative, add avx512bw
17507 * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
17508 constraint x instead of v in second alternative, add avx512bw
17511 * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
17512 avx512bw alternative.
17514 2016-05-18 Kirill Yukhin <kirill.yukhin@intel.com>
17516 * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
17517 array to 128 chars.
17518 (define_insn "*andnottf3"): Ditto.
17519 (define_insn "*<code><mode>3"/any_logic): Ditto.
17520 (define_insn "*<code>tf3"/any_logic): Ditto.
17521 (define_insn "sse2_storehpd"): Use Yv constraint for scalar
17522 operand to block AVX-512VL insn variant emit when it is not enabled.
17524 2016-05-18 Kirill Yukhin <kirill.yukhin@intel.com>
17526 * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
17527 constraint fot SF mode.
17529 2016-05-18 Petr Murzin <petr.murzin@intel.com>
17530 Kirill Yukhin <kirill.yukhin@intel.com>
17532 * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
17534 (define_insn "rsqrt14<mode>"): Ditto.
17535 (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
17536 (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
17537 (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
17538 (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
17539 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
17541 (define_insn "*avx512f_gatherdi<mode>"): Ditto.
17542 (define_insn "*avx512f_scatterdi<mode>"): Ditto.
17543 * config/i386/i386.c (ix86_print_operand): Expand check for size
17544 override codes for Intel syntax.
17546 2016-05-18 Richard Biener <rguenther@suse.de>
17548 PR tree-optimization/71168
17549 * tree-loop-distribution.c (distribute_loop): Move *destroy_p
17550 initialization earlier.
17552 2016-05-18 James Greenhalgh <james.greenhalgh@arm.com>
17554 * config/aarch64/aarch64-simd.md
17555 (aarch64_reduc_plus_internal<mode>): Rename to...
17556 (reduc_plus_scal): ...This, and remove previous implementation.
17558 2016-05-18 Richard Biener <rguenther@suse.de>
17560 * passes.def: Put late dse and cd_dce in canonical order.
17562 2016-05-17 Jan Hubicka <hubicka@ucw.cz>
17564 * ipa-inline-transform.c (preserve_function_body_p): Look for
17565 first non-thunk clone.
17566 (save_function_body): Save into first non-thunk.
17567 * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
17569 (lto_output_node): Inline thunks don't need body in every
17571 * lto-streamer-in.c: Do not fixup thunk clones.
17572 * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
17574 * tree-inline.c (copy_bb): Be prepared for target node to be new after
17577 2016-05-17 Kugan Vivekanandarajah <kuganv@linaro.org>
17579 PR middle-end/63586
17580 * tree-ssa-reassoc.c (transform_add_to_multiply): New.
17581 (reassociate_bb): Call transform_add_to_multiply.
17583 2016-05-17 Kugan Vivekanandarajah <kuganv@linaro.org>
17585 * config/aarch64/aarch64.c (all_extensions): Removed unused
17588 2016-05-17 Nathan Sidwell <nathan@acm.org>
17590 * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
17591 (TARGET_FUNCTION_ARG_BOUNDARY): Override.
17593 2016-05-17 Mikhail Maltsev <maltsevm@gmail.com>
17595 PR tree-optimization/54579
17596 PR middle-end/55299
17597 * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
17599 2016-05-17 Marek Polacek <polacek@redhat.com>
17602 * tree-inline.c (expand_call_inline): Call
17603 maybe_remove_unused_call_args.
17605 2016-05-17 Jim Wilson <jim.wilson@linaro.org>
17607 * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
17608 * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
17609 * doc/md.texi (fmin@var{m}3): Likewise.
17611 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
17613 * match.pd (X & C): New transformation.
17615 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
17617 * match.pd (~X & Y): New transformation.
17619 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
17621 * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
17622 information for new SSA_NAME.
17623 (simplify_conversion_using_ranges): Get range through get_range_info
17624 instead of get_value_range.
17626 2016-05-17 Jiong Wang <jiong.wang@arm.com>
17628 * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
17629 Remove inline assembly.
17630 (vmvn_s16): Likewise.
17631 (vmvn_s32): Likewise.
17632 (vmvn_u8): Likewise.
17633 (vmvn_u16): Likewise.
17634 (vmvn_u32): Likewise.
17635 (vmvnq_s8): Likewise.
17636 (vmvnq_s16): Likewise.
17637 (vmvnq_s32): Likewise.
17638 (vmvnq_u8): Likewise.
17639 (vmvnq_u16): Likewise.
17640 (vmvnq_u32): Likewise.
17641 (vmvn_p8): Likewise.
17642 (vmvnq_p16): Likewise.
17644 2016-05-17 Jiong Wang <jiong.wang@arm.com>
17646 * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
17648 (vmul_n_s16): Likewise.
17649 (vmul_n_s32): Likewise.
17650 (vmul_n_u16): Likewise.
17651 (vmul_n_u32): Likewise.
17652 (vmulq_n_f32): Likewise.
17653 (vmulq_n_f64): Likewise.
17654 (vmulq_n_s16): Likewise.
17655 (vmulq_n_s32): Likewise.
17656 (vmulq_n_u16): Likewise.
17657 (vmulq_n_u32): Likewise.
17659 2016-05-17 Jiong Wang <jiong.wang@arm.com>
17661 * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
17662 to all supported modes. Rename to "*aarch64_mul3_elt_from_dup".
17664 2016-05-17 Jiong Wang <jiong.wang@arm.com>
17666 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
17667 to *aarch64_fma4_elt_from_dup<mode>.
17668 (*aarch64_fnma4_elt_to_128df): Rename to
17669 *aarch64_fnma4_elt_from_dup<mode>.
17670 * config/aarch64/arm_neon.h (vfma_n_f64): New.
17671 (vfms_n_f32): Likewise.
17672 (vfms_n_f64): Likewise.
17673 (vfmsq_n_f32): Likewise.
17674 (vfmsq_n_f64): Likewise.
17676 2016-05-17 Gerald Pfeifer <gerald@pfeifer.com>
17678 * wide-int.h: Change fixed_wide_int_storage from class to struct.
17680 2016-05-17 Richard Biener <rguenther@suse.de>
17682 PR tree-optimization/71132
17683 * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
17684 Only add control dependences for blocks in the loop.
17685 (build_rdg): Adjust.
17686 (generate_code_for_partition): Return whether loop should
17687 be destroyed and delay that.
17688 (distribute_loop): Likewise.
17689 (pass_loop_distribution::execute): Record loops to be destroyed
17690 and perform delayed destroying of loops.
17692 2016-05-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17695 * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
17697 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
17699 * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
17701 2016-05-17 Ilya Enkovich <ilya.enkovich@intel.com>
17704 * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
17705 insertion point for instructions generated by validize_mem.
17707 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
17709 * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
17712 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
17714 * config/aarch64/aarch64.c
17715 (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
17716 rather than a macro.
17718 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
17720 * doc/invoke.texi (AArch64 Options): Various updates.
17722 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
17724 * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
17725 into instrumentation thunks.
17726 * cif-code.def (CIF_CHKP): New.
17728 2016-05-16 Uros Bizjak <ubizjak@gmail.com>
17730 * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
17732 2016-05-16 Martin Jambor <mjambor@suse.cz>
17734 * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
17735 (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
17737 2016-05-16 Marek Polacek <polacek@redhat.com>
17739 * gimple.c (maybe_remove_unused_call_args): Fix typos in the
17742 2016-05-16 Martin Jambor <mjambor@suse.cz>
17745 * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
17746 the outlined kernel function.
17748 2016-05-16 Robert Suchanek <robert.suchanek@imgtec.com>
17750 * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
17751 (ISA_HAS_DLSA): Ditto.
17753 2016-05-16 Matthew Fortune <matthew.fortune@imgtec.com>
17755 * config/mips/m5100.md (m51_int_load): Update the latency to 2.
17757 2016-05-16 Nathan Sidwell <nathan@acm.org>
17759 * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
17760 (nvptx_name_replacement): Restore. Add comment.
17761 (write_fn_proto, write_fn_proto_from_insn,
17762 nvptx_output_call_insn): Restore
17763 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
17765 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
17767 * config/aarch64/aarch64.md
17768 (add<mode>3_compareC_cconly_imm): Remove use of %w.
17769 (add<mode>3_compareC_imm): Likewise.
17770 (<optab>si3_uxtw): Split into register and immediate variants.
17771 (andsi3_compare0_uxtw): Likewise.
17772 (and<mode>3_compare0): Likewise.
17773 (and<mode>3nr_compare0): Likewise.
17774 (stack_protect_test_<mode>): Don't use %x for memory operands.
17776 2016-05-16 Matthew Fortune <matthew.fortune@imgtec.com>
17778 * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
17780 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
17782 * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
17783 Split integer shifts into shift_reg and bfm.
17784 (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
17785 (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
17786 (ror<mode>3_insn): Likewise.
17787 (<optab>si3_insn_uxtw): Likewise.
17788 (<optab><mode>3_insn): Change to rotate_imm.
17789 (extr<mode>5_insn_alt): Likewise.
17790 (extrsi5_insn_uxtw): Likewise.
17791 (extrsi5_insn_uxtw_alt): Likewise.
17793 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
17795 * doc/tm.texi: Regenerate.
17796 * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
17797 (TARGET_INVALID_RETURN_TYPE): Remove.
17798 * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
17799 TARGET_INVALID_RETURN_TYPE.
17800 * target.def (invalid_parameter_type): Remove.
17801 (invalid_return_type): Remove.
17803 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
17805 * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
17806 on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
17808 * ipa-inline-transform.c (inline_call): When inlining into thunk produce
17810 (preserve_function_body_p): No need to preserve function body
17811 * cif-codes.def (CIF_THUNK): Remove.
17812 * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
17814 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
17816 * tree-inline.c (expand_call_inline): recurse after inlining thunk.
17818 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
17820 * tree.c (free_lang_data_in_decl): Also set target/optimization flags
17823 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
17825 * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
17826 (inline_small_functions): Do not look for function symbol when
17829 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
17831 * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
17834 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
17835 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
17836 Jiong Wang <jiong.wang@arm.com>
17838 * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
17839 for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
17840 Define __ARM_FP16_ARGS when appropriate.
17841 * config/arm/arm.c (arm_invalid_parameter_type): Remove
17843 (arm_invalid_return_type): Likewise.
17844 (TARGET_INVALID_PARAMETER_TYPE): Remove.
17845 (TARGET_INVALID_RETURN_TYPE): Remove.
17846 (aapcs_vfp_sub_candidate): Allow HFmode.
17847 (aapcs_vfp_allocate): Add comment. Support HFmode.
17848 (aapcs_vfp_allocate_return_reg): Likewise.
17849 (struct aapcs_cp_arg_layout): Slightly reword comments for
17850 is_return_candidate and allocate_return_reg.
17851 (output_mov_vfp): Update assert.
17852 (arm_hard_regno_mode_ok): Remove comment, update HF-mode
17854 (arm_invalid_parameter_type): Remove.
17855 (amr_invalid_return_type): Remove.
17856 * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
17857 * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
17858 * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
17860 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
17862 * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
17863 * config/aarch64/arch64-protos.h
17864 (aarch64_legitimize_reload_address): Remove.
17865 * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
17868 2016-05-16 Eric Botcazou <ebotcazou@adacore.com>
17870 * configure.ac: Add ACX_NONCANONICAL_HOST.
17871 * configure: Regenerate.
17872 * Makefile.in: Set host_noncanonical.
17874 2016-05-14 Uros Bizjak <ubizjak@gmail.com>
17877 * config/i386/i386.md (*movtf_internal): Before register allocation,
17878 do not allow FP constants for CM_MEDIUM memory model, allow only
17879 standard FP constants for CM_LARGE and CM_LARGE_PIC models.
17880 (*movxf_internal): Ditto.
17881 (*movdf_internal): Ditto.
17882 (*movsf_internal): Ditto.
17884 2016-05-13 Segher Boessenkool <segher@kernel.crashing.org>
17886 PR rtl-optimization/67483
17887 * combine.c (make_compound_operation): Don't call extract_left_shift
17888 with negative shift amounts.
17890 2016-05-13 Jakub Jelinek <jakub@redhat.com>
17893 * fold-const.c (fold_checksum_tree): Allow modification
17894 of TYPE_ALIAS_SET during folding.
17896 * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
17897 ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
17898 (ix86_split_to_parts): Likewise. Fix up formatting.
17900 2016-05-13 H.J. Lu <hongjiu.lu@intel.com>
17902 * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
17903 unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
17906 2016-05-13 Nathan Sidwell <nathan@acm.org>
17908 * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
17909 (nvptx_name_replacement): Delete.
17910 (write_fn_proto, write_fn_proto_from_insn,
17911 nvptx_output_call_insn): Remove nvptx_name_replacement call.
17912 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
17913 * langhooks.c (add_builtin_funcction_common): Call
17914 targetm.mangle_decl_assembler_name.
17916 * config/nvptx/nvptx.c (write_fn_proto): Handle
17917 BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
17919 2016-05-13 Martin Liska <mliska@suse.cz>
17921 * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
17922 and PRIu64 in printf format.
17924 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17926 * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
17929 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17931 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
17932 Change --param max-completely-peeled-times to
17933 --param max-completely-peel-times in dump file printing.
17935 2016-05-13 Richard Biener <rguenther@suse.de>
17937 PR tree-optimization/42587
17938 * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
17939 (find_bswap_or_nop_1): Likewise.
17940 (bswap_replace): Likewise.
17942 2016-05-13 Martin Liska <mliska@suse.cz>
17944 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
17945 Initialize a variable with default value.
17947 2016-05-13 Martin Liska <mliska@suse.cz>
17949 * doc/invoke.texi: Enhance explanation of error recovery
17952 2016-05-13 Martin Liska <mliska@suse.cz>
17954 * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
17955 (struct cost_pair): Change inv_expr_id (int) to inv_expr
17956 (iv_inv_expr_ent *).
17957 (struct iv_inv_expr_ent): Comment struct fields.
17958 (sort_iv_inv_expr_ent): New function.
17959 (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
17960 (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
17961 a hash_map between iv_inv_expr_ent and number of usages.
17962 (niter_for_exit): Fix coding style.
17963 (tree_ssa_iv_optimize_init): Use renamed variable.
17964 (determine_base_object): Fix coding style.
17965 (alloc_iv): Likewise.
17966 (find_interesting_uses_outside): Likewise.
17967 (add_candidate_1): Likewise.
17968 (add_standard_iv_candidates): Likewise.
17969 (set_group_iv_cost): Replace inv_expr_id with inv_expr.
17970 (prepare_decl_rtl): Fix coding style.
17971 (get_address_cost): Likewise.
17972 (get_shiftadd_cost): Likewise.
17973 (force_expr_to_var_cost): Likewise.
17974 (compare_aff_trees): Likewise.
17975 (get_expr_id): Restructure the function.
17976 (get_loop_invariant_expr_id): Renamed to
17977 get_loop_invariant_expr.
17978 (get_computation_cost_at): Replace usage of inv_expr_id with
17980 (get_computation_cost): Likewise.
17981 (determine_group_iv_cost_generic): Likewise.
17982 (determine_group_iv_cost_address): Likewise.
17983 (iv_period): Fix coding style.
17984 (iv_elimination_compare_lt): Likewise.
17985 (may_eliminate_iv): Likewise.
17986 (determine_group_iv_cost_cond): Replace usage of inv_expr_id with
17988 (determine_group_iv_costs): Dump invariant expressions.
17989 (iv_ca_recount_cost): Use the newly added hash_map.
17990 (iv_ca_set_remove_invariants): Fix coding style.
17991 (iv_ca_set_add_invariants): Fix coding style.
17992 (iv_ca_set_no_cp): Utilize the newly added hash_map for used
17994 (iv_ca_set_cp): Likewise.
17995 (iv_ca_new): Initialize the newly added hash_map and remove
17996 initialization of fields.
17997 (iv_ca_free): Delete the hash_map.
17998 (iv_ca_dump): Dump invariant expressions.
17999 (iv_ca_extend): Fix coding style.
18000 (try_add_cand_for): Likewise.
18001 (create_new_ivs): Dump information about # of avg iterations and
18002 # of used invariant expressions.
18003 (rewrite_use_compare): Fix coding style.
18004 (free_loop_data): Set default value for max_inv_expr_id.
18006 2016-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
18008 * cse.c (rest_of_handle_cse): Use cleanup_cfg
18009 returned value cse_cfg_altered computation.
18010 (rest_of_handle_cse2): Likewise.
18011 (rest_of_handle_cse_after_global_opts): Likewise.
18013 2016-05-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
18016 * config/arm/arm.c (arm32_output_mi_thunk): New.
18017 (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
18018 to split Thumb1 vs TARGET_32BIT functionality.
18019 (arm_thumb1_mi_thunk): New.
18021 2016-05-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
18023 * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
18026 2016-05-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18029 * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
18031 2016-05-13 Eric Botcazou <ebotcazou@adacore.com>
18033 * builtins.c (expand_builtin_memcmp): Do not emit the call here.
18034 (expand_builtin_trap): Emit a regular call.
18035 (set_builtin_user_assembler_name): Remove obsolete cases.
18036 * dse.c (scan_insn): Adjust.
18037 * except.c: Include calls.h.
18038 (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
18039 emit a regular call to setjmp.
18040 * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
18041 (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
18042 (emit_block_move_via_libcall): Delete.
18043 (block_move_fn): Delete.
18044 (init_block_move_fn): Likewise.
18045 (emit_block_move_libcall_fn): Likewise.
18046 (emit_block_op_via_libcall): New function.
18047 (set_storage_via_libcall): Tidy up and use memset builtin.
18048 (block_clear_fn): Delete.
18049 (init_block_clear_fn): Likewise.
18050 (clear_storage_libcall_fn): Likewise.
18051 (expand_assignment): Call emit_block_move_via_libcall.
18052 Do not include gt-expr.h.
18053 * expr.h (emit_block_op_via_libcall): Declare.
18054 (emit_block_copy_via_libcall): New inline function.
18055 (emit_block_move_via_libcall): Likewise.
18056 (emit_block_comp_via_libcall): Likewise.
18057 (block_clear_fn): Delete.
18058 (init_block_move_fn): Likewise.
18059 (init_block_clear_fn): Likewise.
18060 (emit_block_move_via_libcall): Likewise.
18061 (set_storage_via_libcall): Add default parameter value.
18062 * libfuncs.h (enum libfunc_index): Remove obsolete values.
18063 (abort_libfunc): Delete.
18064 (memcpy_libfunc): Likewise.
18065 (memmove_libfunc): Likewise.
18066 (memcmp_libfunc): Likewise.
18067 (memset_libfunc): Likewise.
18068 (setbits_libfunc): Likewise.
18069 (setjmp_libfunc): Likewise.
18070 (longjmp_libfunc): Likewise.
18071 (profile_function_entry_libfunc): Likewise.
18072 (profile_function_exit_libfunc): Likewise.
18073 (gcov_flush_libfunc): Likewise.
18074 * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
18075 and DECL_VISIBILITY on the declaration.
18076 (init_optabs): Do not initialize obsolete libfuncs.
18077 * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
18078 * tree-core.h (ECF_RET1): Define.
18079 (ECF_TM_PURE): Adjust.
18080 (ECF_TM_BUILTIN): Likewise.
18081 * tree.c (set_call_expr_flags): Deal with ECF_RET1.
18082 (build_common_builtin_nodes): Initialize abort builtin.
18083 Add ECF_RET1 on memcpy, memmove and memset builtins.
18084 Pass final flags for alloca and alloca_with_align builtins.
18085 * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
18087 * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
18088 * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
18089 set_storage_via_libcall and call emit_block_copy_via_libcall.
18091 2016-05-12 Uros Bizjak <ubizjak@gmail.com>
18093 * config/i386/i386.md (*call_got_x32): Change operand 0 to
18094 DImode before it is passed to ix86_output_call_operand.
18095 (*call_value_got_x32): Ditto for operand 1.
18097 2016-05-12 Jiong Wang <jiong.wang@arm.com>
18099 PR rtl-optimization/70904
18100 * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
18101 reload for wide mode.
18103 2016-05-12 Marek Polacek <polacek@redhat.com>
18106 * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
18107 * langhooks.c (lhd_incomplete_type_error): Add location parameter.
18108 * langhooks.h (incomplete_type_error): Likewise.
18109 * tree.c (size_in_bytes_loc): Renamed from size_in_bytes. Add location
18110 parameter, pass it down to incomplete_type_error.
18111 * tree.h (size_in_bytes): New inline overload.
18112 (size_in_bytes_loc): Renamed from size_in_bytes.
18114 2016-05-12 Richard Biener <rguenther@suse.de>
18116 PR tree-optimization/71059
18117 * tree-ssa-pre.c (phi_translate_1): Fully fold translated
18118 nary before looking up or entering the expression into the VN
18120 * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
18121 Make sure to re-use NARYs without result as inserted by
18124 2016-05-12 Richard Biener <rguenther@suse.de>
18126 PR tree-optimization/71062
18127 * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
18129 * tree-ssa-structalias.c (set_uids_in_ptset): Set
18130 vars_contains_restrict if the var is a restrict tag.
18131 * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
18132 do not disambiguate pointers against it.
18133 (dump_points_to_solution): Re-structure and adjust for new
18134 vars_contains_restrict flag.
18135 * gimple-pretty-print.c (pp_points_to_solution): Likewise.
18137 2016-05-12 Martin Liska <mliska@suse.cz>
18139 * doc/invoke.texi: Explain connection between
18140 -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
18142 2016-05-12 Ilya Enkovich <ilya.enkovich@intel.com>
18144 PR tree-optimization/71006
18145 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
18146 consider COND_EXPR as a mask producer.
18148 2016-05-12 Marek Polacek <polacek@redhat.com>
18151 * opts.c (common_handle_option): Detect missing argument for --help^.
18153 2016-05-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18156 * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
18157 when popping the PC and within an interrupt handler routine.
18158 Add missing tab to output of "ldmfd".
18159 (output_return_instruction): Output LDMFD with SP update rather
18160 than POP when returning from interrupt handler.
18162 2016-05-12 Jakub Jelinek <jakub@redhat.com>
18164 * config/i386/i386.md (isa): Add x64_avx512dq, enable if
18165 TARGET_64BIT && TARGET_AVX512DQ.
18166 * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
18167 (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
18168 (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
18169 *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
18170 (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
18171 (*vec_extractv4si_zext): Add avx512dq alternative.
18172 (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
18173 use v instead of x constraint in other alternatives where possible.
18175 * config/i386/sse.md (sse2_loadld): Use v instead of x
18176 constraint in alternatives 0,1,4.
18178 * config/i386/sse.md (pinsr_evex_isa): New mode attr.
18179 (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
18180 v constraints instead of x and <pinsr_evex_isa> isa attribute.
18183 * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
18184 <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
18185 is not emitted unless TARGET_AVX512BW.
18186 (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
18187 Likewise. For TARGET_AVX512BW, use "=v" constraint instead of "=x"
18188 for the result operand.
18190 * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
18191 constraint instead of x in avx alternatives. Use maybe_evex instead
18194 * config/i386/constraints.md (Yv): New constraint.
18195 * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
18196 TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
18197 * config/i386/i386.md (avx512fvecmode): New mode attr.
18198 (*pushtf): Use v constraint instead of x.
18199 (*movtf_internal): Likewise. For TARGET_AVX512VL and
18200 xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
18201 (*absneg<mode>2): Use Yv constraint instead of x constraint.
18202 (*absnegtf2_sse): Likewise.
18203 (copysign<mode>3_const, copysign<mode>3_var): Likewise.
18204 * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
18205 avx512f alternatives.
18206 (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
18208 2016-05-12 Richard Biener <rguenther@suse.de>
18210 PR tree-optimization/71060
18211 * tree-data-ref.c (initialize_data_dependence_relation): Do not
18212 require exact match of DR_BASE_OBJECT but only matching address and
18215 2016-05-12 Richard Biener <rguenther@suse.de>
18217 PR tree-optimization/70986
18218 * cfganal.c: Include cfgloop.h.
18219 (dfs_find_deadend): Prefer to take edges exiting loops.
18221 2016-05-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18223 * gcc.target/powerpc/pr70963.c: Require at least power8 at both
18224 compile and run time.
18226 2016-05-11 Mikhail Maltsev <maltsevm@gmail.com>
18229 * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
18231 2016-05-11 Uros Bizjak <ubizjak@gmail.com>
18233 * config/i386/i386.c (legitimize_pic_address): Use
18234 copy_to_suggested_reg instead of gen_movsi.
18236 2016-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
18238 * config/rs6000/predicates.md (quad_memory_operand): Move most of
18239 the code into quad_address_p and call it to share code with
18240 vsx_quad_dform_memory_operand.
18241 (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
18243 * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
18244 bit instead of being a separate word. Split -mpower9-dform into
18245 two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
18246 * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
18247 for the register class supporting 128-bit quad word memory offsets.
18248 (mode_supports_vsx_dform_quad): Helper function to return if the
18249 register class uses quad word memory offsets.
18250 (rs6000_debug_addr_mask): Add support for quad word memory offsets.
18251 (rs6000_debug_reg_global): Always print if we are using LRA or not.
18252 (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
18253 instructions are enabled, set up the appropriate addr_masks for
18255 (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
18256 -mpower9-dform-scalar, instead of -mpower9-dform.
18257 (rs6000_option_override_internal): Split -mpower9-dform into two
18258 switches, -mpower9-dform-scalar and -mpower9-dform-vector. The
18259 -mpower9-dform switch sets or clears both. If we are not using
18260 the LRA register allocator, do not enable -mpower9-dform-vector by
18261 default. If we are using LRA, enable -mpower9-dform-vector and
18262 -mvsx-timode if it is appropriate. Issue a warning if either
18263 -mpower9-dform-vector or -mvsx-timode are explicitly used without
18265 (quad_address_offset_p): New helper function to return if the
18266 offset is legal for quad word memory instructions.
18267 (quad_address_p): New function to determin if GPR or vector
18268 register quad word memory addresses are legal.
18269 (mem_operand_gpr): Validate quad word address offsets.
18270 (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
18271 d-form (register + offset) instructions.
18272 (offsettable_ok_by_alignment): Likewise.
18273 (rs6000_legitimate_offset_address_p): Likewise.
18274 (legitimate_lo_sum_address_p): Likewise.
18275 (rs6000_legitimize_address): Likewise.
18276 (rs6000_legitimize_reload_address): Add more debug statements for
18278 (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
18279 d-form instructions.
18280 (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
18281 d-form instructions. Distinguish different cases in debug
18282 output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
18283 d-form instructions.
18284 (rs6000_preferred_reload_class): Likewise.
18285 (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
18286 instructions. If ISA 3.0 is available, generate lxvx/stxvx instead
18287 of the ISA 2.06 indexed memory instructions.
18288 (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
18289 use them to save/restore the saved vector registers instead of
18290 using Altivec instructions.
18291 (rs6000_emit_epilogue): Likewise.
18292 (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
18293 (rs6000_opt_masks): Split -mpower9-dform into
18294 -mpower9-dform-scalar and -mpower9-dform-vector.
18295 (rs6000_print_options_internal): Print -mno-<switch> if <switch>
18297 * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
18298 ISA 3.0 vector indexed memory instructions, and fold the code into
18299 the normal mov<mode> patterns.
18300 (p9_vecstore_<mode>): Likewise.
18301 (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
18303 (vsx_movti_64bit): Likewise.
18304 (vsx_movti_32bit): Likewise.
18305 * config/rs6000/constraints.md (wO constraint): New constraint for
18306 ISA 3.0 vector d-form support.
18307 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
18308 -mpower9-dform-scalar instead of -mpower9-dform. Add note not to
18309 include -mpower9-dform-vector until we switch over to LRA.
18310 (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
18311 switches, -mpower9-dform-scalar and -mpower9-dform-vector.
18312 * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
18313 * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
18314 for -mpower9-dform and -mlra.
18315 * doc/md.texi (wO constraint): Document wO constraint.
18317 2016-05-11 Alexander Monakov <amonakov@ispras.ru>
18319 * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
18320 'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
18321 * genautomata.c (output_internal_insn_code_evaluation): Simplify.
18322 Move handling of non-insn arguments inline into the sole user:
18323 (output_trans_func): ...here.
18324 (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
18325 in emitted function prototype.
18326 (output_internal_insn_latency_func): Ditto. Simplify.
18327 (output_internal_maximal_insn_latency_func): Ditto. Delete
18328 always-unused argument.
18329 (output_insn_latency_func): Ditto.
18330 (output_maximal_insn_latency_func): Ditto.
18332 2016-05-11 Richard Biener <rguenther@suse.de>
18334 PR tree-optimization/71055
18335 * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
18336 sth with precision not equal to access size verify we don't chop
18339 2016-05-11 Richard Biener <rguenther@suse.de>
18342 * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
18343 (dwarf2out_finish): Move retry_incomplete_types call ...
18344 (dwarf2out_early_finish): ... here.
18346 2016-05-11 Richard Biener <rguenther@suse.de>
18348 PR middle-end/71002
18349 * alias.c (reference_alias_ptr_type): Preserve alias-set zero
18350 if the langhook insists on it.
18351 * fold-const.c (make_bit_field_ref): Add arg for the original
18352 reference and preserve its alias-set.
18353 (decode_field_reference): Take exp by reference and adjust it
18354 to the original memory reference.
18355 (optimize_bit_field_compare): Adjust callers.
18356 (fold_truth_andor_1): Likewise.
18357 * gimplify.c (gimplify_expr): Adjust in-SSA form test.
18359 2016-05-11 Ilya Enkovich <ilya.enkovich@intel.com>
18361 PR middle-end/70807
18362 * cfgrtl.h (delete_insn_and_edges): Now return bool.
18363 * cfgrtl.c (delete_insn_and_edges): Likewise.
18364 * config/i386/i386.c (convert_scalars_to_vector): Remove
18366 * cse.c (cse_insn): Compute cse_cfg_altered.
18367 (delete_trivially_dead_insns): Likewise.
18368 (cse_cc_succs): Likewise.
18369 (rest_of_handle_cse): Free dominance info if required.
18370 (rest_of_handle_cse2): Likewise.
18371 (rest_of_handle_cse_after_global_opts): Likewise.
18373 2016-05-11 Alan Modra <amodra@gmail.com>
18375 * config/rs6000/rs6000.c (is_complex_IBM_long_double,
18376 abi_v4_pass_in_fpr): New functions.
18377 (rs6000_function_arg_boundary): Exclude complex IBM long double
18378 from 64-bit alignment when ABI_V4.
18379 (rs6000_function_arg, rs6000_function_arg_advance_1,
18380 rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
18382 2016-05-10 Segher Boessenkool <segher@kernel.crashing.org>
18384 PR rtl-optimization/71028
18385 * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
18386 jump with just a return in the fallthrough block if the branch
18387 block contains just a return as well.
18389 2016-05-10 Marc Glisse <marc.glisse@inria.fr>
18391 * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
18392 * match.pd ((X & Y) ^ Y): ... this.
18393 ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
18394 | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
18396 2016-05-10 David Malcolm <dmalcolm@redhat.com>
18398 * read-md.c (require_char_ws): New function.
18399 (read_string): Simplify using require_char_ws.
18400 (handle_constants): Likewise.
18401 (handle_enum): Likewise.
18402 (handle_file): Likewise.
18403 * read-md.h (require_char_ws): New declaration.
18404 * read-rtl.c (read_conditions): Simplify using require_char_ws.
18405 (read_mapping): Likewise.
18406 (read_rtx_code): Likewise.
18407 (read_nested_rtx): Likewise.
18409 2016-05-10 James Norris <jnorris@codesourcery.com>
18411 * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
18412 if offloading is enabled and -fopenacc or -fopenmp is specified.
18413 (CRTOFFLOADEND): Likewise.
18414 (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
18415 (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
18417 2016-05-10 Uros Bizjak <ubizjak@gmail.com>
18419 * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
18420 gotoff_operand code paths. Use copy_to_suggested_regs and
18421 expand_simple_binop where appropriate. Cleanup.
18423 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
18426 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
18428 (dimode_scalar_chain::vector_const_cost): New.
18429 (dimode_scalar_chain::compute_convert_gain): Handle constants.
18430 (dimode_scalar_chain::convert_op): Likewise.
18431 (dimode_scalar_chain::convert_insn): Likewise.
18433 2016-05-10 Pierre-Marie de Rodat <derodat@adacore.com>
18435 * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
18436 unary operation, not a binary one.
18438 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
18440 PR middle-end/70877
18441 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
18442 calls with type casted fndecl.
18444 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
18446 PR tree-optimization/70786
18447 * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
18448 * calls.c (initialize_argument_information): Bind bounds
18449 with corresponding args passed by reference.
18451 2016-05-10 Jakub Jelinek <jakub@redhat.com>
18454 * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
18455 *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
18456 use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
18459 2016-05-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18462 * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
18463 code for a zero scale factor.
18464 (vsx_xvcvdpuxds_scale): Likewise.
18466 2016-05-10 David Malcolm <dmalcolm@redhat.com>
18468 * diagnostic-show-locus.c (layout::layout): Call show_ruler
18469 if show_ruler_p was set on the context.
18470 (layout::show_ruler): New method.
18471 * diagnostic.h (struct diagnostic_context): Add field
18474 2016-05-10 Richard Biener <rguenther@suse.de>
18476 PR tree-optimization/71039
18477 * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
18478 (chk_uses): New function.
18479 (propagate_with_phi): Verify we can safely replicate the lhs of an
18480 aggregate assignment on all incoming edges.
18482 2016-05-10 Oleg Endo <olegendo@gcc.gnu.org>
18484 * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
18486 (rx_atomic_sequence): New class.
18487 * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
18488 (is_interrupt_func, is_fast_interrupt_func): Make non-static and
18490 (rx_atomic_sequence::rx_atomic_sequence,
18491 rx_atomic_sequence::~rx_atomic_sequence): New functions.
18492 * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
18493 CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
18494 CTRLREG_INTB): New constants.
18495 (FETCHOP): New code iterator.
18496 (fethcop_name, fetchop_name2): New iterator code attributes.
18497 (QIHI): New mode iterator.
18498 (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
18499 atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
18500 atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
18502 2016-05-10 Martin Liska <mliska@suse.cz>
18504 * tree-inline.c (remap_dependence_clique): Do not remap
18505 debugging statements.
18507 2016-05-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
18509 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
18510 ("*fixuns_truncdfdi2_z13")
18511 ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
18512 ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
18513 ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
18515 2016-05-10 Richard Biener <rguenther@suse.de>
18517 PR tree-optimization/70497
18518 PR tree-optimization/28367
18519 * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
18521 (visit_reference_op_load): ... here.
18522 (vn_reference_lookup_3): Use it to handle subreg-like accesses
18523 with simplified BIT_FIELD_REFs.
18524 * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
18525 * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
18528 2016-05-10 Pierre-Marie de Rodat <derodat@adacore.com>
18530 * dwarf2out.c (add_abstract_origin_attribute): Adjust
18531 documentation comment. For BLOCK nodes, add a
18532 DW_AT_abstract_origin attribute that points to the DIE generated
18533 for the origin BLOCK.
18534 (gen_lexical_block_die): Call add_abstract_origin_attribute for
18535 blocks from inlined functions.
18537 2016-05-10 Alan Modra <amodra@gmail.com>
18540 * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
18541 regrename modifying insns saving lr before __morestack call.
18542 * config/rs6000/rs6000.md (split_stack_return): Similarly for
18543 insns restoring lr after __morestack call.
18545 2016-05-09 Jakub Jelinek <jakub@redhat.com>
18547 * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
18548 lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
18550 * config/i386/sse.md (vec_interleave_high<mode>,
18551 vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
18552 <avx512>_vpermt2var<mode>3_maskz): Likewise.
18554 2016-05-04 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
18556 * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
18557 function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
18558 parallel reassociation for power8 and forward.
18560 2016-05-09 Uros Bizjak <ubizjak@gmail.com>
18562 * config/i386/i386.md (absneg splitters with general regs): Use
18563 general_reg_operand predicate.
18564 (btsq peephole2): Use x86_64_immediate_operand to check if new
18565 value is suitable for immediate operand. Generate emitted insn
18566 using RTL expressions.
18567 (btcq peephole2): Ditto.
18568 (btrq peephole2): Ditto. Generate correct immediate operand
18571 2016-05-09 Richard Sandiford <richard.sandiford@arm.com>
18573 * cfgexpand.c (expand_debug_expr): Fix address offset for negative
18576 2016-05-09 Richard Sandiford <richard.sandiford@arm.com>
18578 * tree-affine.c (wide_int_constant_multiple_p): Add missing
18579 pointer dereference.
18581 2016-05-09 Richard Biener <rguenther@suse.de>
18583 PR tree-optimization/70985
18584 * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
18585 op0 isn't a gimple register.
18587 2016-05-09 Prachi Godbole <prachi.godbole@imgtec.com>
18589 * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
18590 (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
18591 (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
18592 (i6400_fpu_mult): New cpu units.
18593 (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
18594 (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
18595 (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
18596 (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
18597 (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
18598 (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
18599 (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
18600 (i6400_msa_long_float4, i6400_msa_long_float5)
18601 (i6400_msa_long_float8, i6400_msa_fdiv_df)
18602 (i6400_msa_fdiv_sf): New reservations.
18603 * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
18604 (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
18605 (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
18606 (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
18607 (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
18608 (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
18609 (msa_short_cmp, msa_short_float2, msa_short_logic3)
18610 (msa_short_store4, msa_long_load, msa_short_store)
18611 (msa_long_logic, msa_long_float2, msa_long_float4)
18612 (msa_long_float5, msa_long_float8, msa_long_mult)
18613 (msa_long_fdiv, msa_long_div): New reservations.
18615 2016-05-09 Robert Suchanek <robert.suchanek@imgtec.com>
18616 Sameera Deshpande <sameera.deshpande@imgtec.com>
18617 Matthew Fortune <matthew.fortune@imgtec.com>
18618 Graham Stott <graham.stott@imgtec.com>
18619 Chao-ying Fu <chao-ying.fu@imgtec.com>
18621 * config.gcc: Add MSA header file for mips*-*-* target.
18622 * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
18623 (Ubv8i, Urv8): New constraints.
18624 * config/mips/mips-ftypes.def: Add function types for MSA
18626 * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
18627 (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
18628 * config/mips/mips-msa.md: New file.
18629 * config/mips/mips-protos.h
18630 (mips_split_128bit_const_insns): New prototype.
18631 (mips_msa_idiv_insns): Likewise.
18632 (mips_split_128bit_move): Likewise.
18633 (mips_split_128bit_move_p): Likewise.
18634 (mips_split_msa_copy_d): Likewise.
18635 (mips_split_msa_insert_d): Likewise.
18636 (mips_split_msa_fill_d): Likewise.
18637 (mips_expand_msa_branch): Likewise.
18638 (mips_const_vector_same_val_p): Likewise.
18639 (mips_const_vector_same_bytes_p): Likewise.
18640 (mips_const_vector_same_int_p): Likewise.
18641 (mips_const_vector_shuffle_set_p): Likewise.
18642 (mips_const_vector_bitimm_set_p): Likewise.
18643 (mips_const_vector_bitimm_clr_p): Likewise.
18644 (mips_msa_vec_parallel_const_half): Likewise.
18645 (mips_msa_output_division): Likewise.
18646 (mips_ldst_scaled_shift): Likewise.
18647 (mips_expand_vec_cond_expr): Likewise.
18648 * config/mips/mips.c (enum mips_builtin_type): Add
18649 MIPS_BUILTIN_MSA_TEST_BRANCH.
18650 (mips_gen_const_int_vector_shuffle): New prototype.
18651 (mips_const_vector_bitimm_set_p): New function.
18652 (mips_const_vector_bitimm_clr_p): Likewise.
18653 (mips_const_vector_same_val_p): Likewise.
18654 (mips_const_vector_same_bytes_p): Likewise.
18655 (mips_const_vector_same_int_p): Likewise.
18656 (mips_const_vector_shuffle_set_p): Likewise.
18657 (mips_symbol_insns): Forbid loading symbols via immediate for
18659 (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
18661 (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
18663 (mips_lx_address_p): Add support load indexed address for MSA.
18664 (mips_address_insns): Add calculation of instructions needed for
18665 stores and loads for MSA.
18666 (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR. Handle
18667 CONST_VECTOR for MSA and let it fall through.
18668 (mips_ldst_scaled_shift): New function.
18669 (mips_subword_at_byte): Likewise.
18670 (mips_msa_idiv_insns): Likewise.
18671 (mips_legitimize_move): Validate MSA moves.
18672 (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases. Add
18673 calculation of costs for MSA division.
18674 (mips_split_move_p): Check if MSA moves need splitting.
18675 (mips_split_move): Split MSA moves if necessary.
18676 (mips_split_128bit_move_p): New function.
18677 (mips_split_128bit_move): Likewise.
18678 (mips_split_msa_copy_d): Likewise.
18679 (mips_split_msa_insert_d): Likewise.
18680 (mips_split_msa_fill_d): Likewise.
18681 (mips_output_move): Handle MSA moves.
18682 (mips_expand_msa_branch): New function.
18683 (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
18684 Reinstate 'y' modifier.
18685 (mips_file_start): Add MSA .gnu_attribute.
18686 (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
18688 (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
18689 (mips_class_max_nregs): Add register size for MSA supported mode.
18690 (mips_cannot_change_mode_class): Allow conversion between MSA
18691 vector modes and TImode.
18692 (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
18694 (mips_secondary_reload_class): Force MSA loads/stores via memory.
18695 (mips_preferred_simd_mode): Add preffered modes for MSA.
18696 (mips_vector_mode_supported_p): Add MSA supported modes.
18697 (mips_autovectorize_vector_sizes): New function.
18698 (mips_msa_output_division): Likewise.
18699 (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
18700 (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
18701 (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
18702 (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
18703 (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
18704 (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
18705 (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
18706 (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
18707 (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
18708 (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
18709 (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
18710 (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
18711 (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
18712 (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
18713 (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
18714 (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
18715 (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
18716 (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
18717 (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
18718 (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
18719 (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
18720 (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
18721 (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
18722 (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
18723 (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
18724 (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
18725 (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
18726 (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
18727 (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
18728 (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
18729 (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
18730 (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
18731 (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
18732 (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
18733 (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
18734 (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
18735 (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
18736 (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
18737 (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
18738 (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
18739 (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
18740 (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
18741 (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
18742 (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
18743 (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
18744 (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
18745 (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
18746 (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
18747 (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
18748 (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
18749 (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
18750 (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
18751 (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
18752 (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
18753 (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
18754 (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
18755 (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
18756 (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
18757 (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
18758 (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
18759 (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
18760 (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
18761 (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
18762 (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
18763 (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
18764 (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
18765 (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
18766 (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
18767 (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
18768 (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
18769 (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
18770 (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
18771 (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
18772 (CODE_FOR_msa_ldi_d): New code_aliasing macros.
18773 (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
18774 slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
18775 srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
18776 srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
18777 srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
18778 srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
18779 bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
18780 bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
18781 bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
18782 binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
18783 binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
18784 binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
18785 addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
18786 subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
18787 max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
18788 max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
18789 maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
18790 mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
18791 mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
18792 min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
18793 ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
18794 clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
18795 clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
18796 clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
18797 clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
18798 clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
18799 st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
18800 sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
18801 adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
18802 adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
18803 ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
18804 aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
18805 aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
18806 subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
18807 subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
18808 subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
18809 asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
18810 maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
18811 msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
18812 div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
18813 hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
18814 hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
18815 mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
18816 dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
18817 dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
18818 dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
18819 sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
18820 splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
18821 pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
18822 ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
18823 ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
18824 ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
18825 ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
18826 bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
18827 fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
18828 pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
18829 nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
18830 copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
18831 insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
18832 bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
18833 fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
18834 fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
18835 fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
18836 fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
18837 fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
18838 fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
18839 fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
18840 fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
18841 fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
18842 fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
18843 mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
18844 msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
18845 fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
18846 flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
18847 ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
18848 ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
18849 ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
18851 (mips_get_builtin_decl_index): New array.
18852 (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
18853 (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
18854 (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
18855 (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
18856 (mips_init_builtins): Initialize mips_get_builtin_decl_index
18858 (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
18860 (mips_expand_builtin_insn): Prepare operands for
18861 CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
18862 CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
18863 CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
18864 CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
18865 CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
18866 CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
18867 CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
18868 CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
18869 CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
18870 CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
18871 CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
18872 CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
18873 CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
18874 CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
18875 CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
18876 CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
18877 CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
18878 CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
18879 CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
18880 CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
18881 CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
18882 CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
18883 CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
18884 CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
18885 CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
18886 CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
18887 CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
18888 CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
18889 CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
18890 CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
18891 CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
18892 CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
18893 CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
18894 CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
18895 CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
18896 CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
18897 CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
18898 CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
18899 CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
18900 CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
18901 CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
18902 (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
18903 (mips_set_compression_mode): Disallow MSA with MIPS16 code.
18904 (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
18905 These are set implicitly and an error is reported if overridden.
18906 (mips_expand_builtin_msa_test_branch): New function.
18907 (mips_expand_msa_shuffle): Likewise.
18908 (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
18909 (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
18910 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
18911 (mips_expand_vec_unpack): Add support for MSA.
18912 (mips_expand_vector_init): Likewise.
18913 (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
18914 instead of const0_rtx.
18915 (mips_msa_vec_parallel_const_half): New function.
18916 (mips_gen_const_int_vector): Likewise.
18917 (mips_gen_const_int_vector_shuffle): Likewise.
18918 (mips_expand_msa_cmp): Likewise.
18919 (mips_expand_vec_cond_expr): Likewise.
18920 * config/mips/mips.h
18921 (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
18922 (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
18924 (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
18925 (ISA_HAS_MSA): New macro.
18926 (UNITS_PER_MSA_REG): Likewise.
18927 (BITS_PER_MSA_REG): Likewise.
18928 (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
18929 (MSA_REG_FIRST): New macro.
18930 (MSA_REG_LAST): Likewise.
18931 (MSA_REG_NUM): Likewise.
18932 (MSA_REG_P): Likewise.
18933 (MSA_REG_RTX_P): Likewise.
18934 (MSA_SUPPORTED_MODE_P): Likewise.
18935 (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
18936 (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
18937 * config/mips/mips.md: Include mips-msa.md.
18938 (alu_type): Add simd_add.
18939 (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
18940 (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
18941 simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
18942 simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
18943 simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
18944 simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
18945 simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
18946 simd_move, simd_load, simd_store. Choose "multi" for moves
18948 (qword_mode): New attribute.
18949 (insn_count): Add instruction count for quad moves.
18950 Increase the count for MIPS SIMD division.
18951 (UNITMODE): Add UNITMODEs for vector types.
18952 (addsub): New code iterator.
18953 * config/mips/mips.opt (mmsa): New option.
18954 * config/mips/msa.h: New file.
18955 * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
18957 * config/mips/mti-linux.h: Likewise.
18958 * config/mips/predicates.md
18959 (const_msa_branch_operand): New constraint.
18960 (const_uimm3_operand): Likewise.
18961 (const_uimm4_operand): Likewise.
18962 (const_uimm5_operand): Likewise.
18963 (const_uimm8_operand): Likewise.
18964 (const_imm5_operand): Likewise.
18965 (aq10b_operand): Likewise.
18966 (aq10h_operand): Likewise.
18967 (aq10w_operand): Likewise.
18968 (aq10d_operand): Likewise.
18969 (const_m1_operand): Likewise.
18970 (reg_or_m1_operand): Likewise.
18971 (const_exp_2_operand): Likewise.
18972 (const_exp_4_operand): Likewise.
18973 (const_exp_8_operand): Likewise.
18974 (const_exp_16_operand): Likewise.
18975 (const_vector_same_val_operand): Likewise.
18976 (const_vector_same_simm5_operand): Likewise.
18977 (const_vector_same_uimm5_operand): Likewise.
18978 (const_vector_same_uimm6_operand): Likewise.
18979 (const_vector_same_uimm8_operand): Likewise.
18980 (par_const_vector_shf_set_operand): Likewise.
18981 (reg_or_vector_same_val_operand): Likewise.
18982 (reg_or_vector_same_simm5_operand): Likewise.
18983 (reg_or_vector_same_uimm6_operand): Likewise.
18984 * doc/extend.texi (MIPS SIMD Architecture Functions): New
18986 * doc/invoke.texi (-mmsa): Document new option.
18988 2016-05-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18990 * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
18991 * configure: Regenerate.
18992 * config.in: Regenerate.
18993 * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
18994 on -fvtable-verify.
18995 * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
18996 (ENDFILE_VTV_SPEC): Define.
18998 2016-05-09 Kaushik Phatak <kaushik.phatak@kpit.com>
19000 * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
19001 registers in all interrupt handlers if necessary.
19002 (rl78_option_override): Add warning.
19003 (MUST_SAVE_MDUC_REGISTERS): New macro.
19004 (rl78_expand_epilogue): Restore the MDUC registers if necessary.
19005 * config/rl78/rl78.c (check_mduc_usage): New function.
19006 (mduc_regs): New structure to hold MDUC register data.
19007 * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
19008 (mulsi3_g13): Add is_g13_muldiv_insn attribute.
19009 (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
19010 (mulhi3_g13): Add is_g13_muldiv_insn attribute.
19011 * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
19012 * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
19014 2016-05-09 Bin Cheng <bin.cheng@arm.com>
19016 * tree-if-conv.c (tree-ssa-loop.h): Include header file.
19017 (tree-ssa-loop-niter.h): Ditto.
19018 (idx_within_array_bound, ref_within_array_bound): New functions.
19019 (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
19020 Factor out check on writable base object to ...
19021 (base_object_writable): ... here.
19023 2016-05-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19025 * config/arm/arm.md (probe_stack): Add modes to set source
19028 2016-05-09 Bernd Schmidt <bschmidt@redhat.com>
19030 * regrename.c (base_reg_class_for_rename): New static function.
19031 (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
19033 2016-05-08 Jan Hubicka <hubicka@ucw.cz>
19035 * cgraph.c (thunk_adjust): Export.
19036 * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
19037 * cgraphunit.c (thunk_adjust): Export.
19038 (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
19040 * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
19042 * tree-inline.c (expand_call_inline): Expand thunks inline.
19044 2016-05-08 Uros Bizjak <ubizjak@gmail.com>
19047 * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
19048 (*sse2_vd_cvtss2sd): Ditto.
19049 * config/i386/i386.md
19050 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
19051 Generate *sse2_vd_cvtsd2ss pattern.
19052 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
19053 Generate *sse2_vd_cvtss2sd pattern.
19055 2016-05-08 Oleg Endo <olegendo@gcc.gnu.org>
19057 * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
19058 * config/sh/sh.c (get_sh_arg_class): ... this new function. Update its
19061 2016-05-08 Oleg Endo <olegendo@gcc.gnu.org>
19063 * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
19064 * config/sh/sh.c: Define and declare variables on first use throughout
19066 (current_function_interrupt): Change to bool type.
19067 (frame_insn): Rename to emit_frame_insn and update users.
19068 (push_regs): Use bool for 'interrupt_handler' argument.
19069 (save_schedule_s): Remove.
19070 (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
19071 (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
19072 targetm.asm_out.unaligned_op.di.
19073 (gen_far_branch): Remove redundant forward declaration.
19074 (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
19075 MAX_TEMPS, save_schedule_ssave_schedule): Remove.
19076 (sh_set_return_address, sh_function_ok_for_sibcall,
19077 scavenge_reg): Update comments.
19078 (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
19079 (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
19080 (sh_attr_renesas_p): Remove unnecessary parentheses.
19081 (branch_dest): Simplify.
19082 * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
19083 Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
19084 (CUMULATIVE_ARGS): Change macro to typedef.
19085 (current_function_interrupt): Change to bool type.
19086 (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
19087 Surround with __cplusplus ifdef.
19088 (sh_compare_op0, sh_compare_op1): Remove.
19089 (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
19091 2016-05-07 Jim Wilson <jim.wilson@linaro.org>
19093 * config/arm/arm.md: (arch): Add neon.
19094 (arch_enabled): Return yes for arch neon when TARGET_NEON.
19095 * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3. Add
19096 neon_move as type for alt 3. Add arch attr enabling alt 3 for neon.
19097 Emit vmov.i64 for alt 3. Renumber alternatives 3 to 8. Adjust
19098 attributes for alt renumbering. Mark alt 3 as non-predicable.
19099 (thumb2_movdf_vfp): Likewise.
19101 2016-05-07 Uros Bizjak <ubizjak@gmail.com>
19103 * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
19104 to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
19105 (*andqi_1): Add preferred_for_speed attribute to disparage
19106 alternative 2 for TARGET_PARTIAL_REG_STALL targets.
19107 (*<code>qi_1): Ditto.
19108 (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
19109 alternative 1 for TARGET_PARTIAL_REG_STALL targets.
19110 (*ashlqi3_1): Ditto.
19111 (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
19112 Add preferred_for_size attribute to disparage alternative 0 and
19113 preferred_for_speed attribute to disparage alternative 1 for
19114 TARGET_PARTIAL_REG_STALL targets.
19116 2016-05-07 Tom de Vries <tom@codesourcery.com>
19118 PR tree-optimization/70956
19119 * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
19122 2016-05-07 Oleg Endo <olegendo@gcc.gnu.org>
19124 * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
19125 * config/sh/sh.c (sh_cbranch_distance): Implement it.
19126 * config/sh/sh.md (branch_zero): Remove define_attr.
19127 (define_delay): Disable delay slot if branch distance is one insn.
19129 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
19131 * config/i386/i386.md (LEAMODE): New mode attribute.
19132 (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
19133 (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
19134 and LEAMODE mode attribute. Use VOIDmode const_0_to_3_operand as
19135 operand 2 predicate.
19136 (*lea<mode>_general_2): Use VOIDmode for const248_operand.
19137 (*lea<mode>_general_3): Ditto.
19138 (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
19140 2016-05-06 Jakub Jelinek <jakub@redhat.com>
19142 * genmddump.c (main): Convert argv from char ** to const char **.
19144 2016-05-06 David Malcolm <dmalcolm@redhat.com>
19146 * coretypes.h (OVERRIDE): New macro.
19147 (FINAL): New macro.
19149 2016-05-06 Eric Botcazou <ebotcazou@adacore.com>
19151 * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
19152 allow coalescing if the types are compatible.
19154 2016-05-06 David Malcolm <dmalcolm@redhat.com>
19156 * pass_manager.h (pass_manager::register_pass_name): New method.
19157 (pass_manager::get_pass_by_name): New method.
19158 (pass_manager::create_pass_tab): New method.
19159 (pass_manager::m_name_to_pass_map): New field.
19160 * passes.c (name_to_pass_map): Delete global in favor of field
19161 "m_name_to_pass_map" of pass_manager.
19162 (register_pass_name): Rename from a function to...
19163 (pass_manager::register_pass_name): ...this method, updating
19164 for renaming of global "name_to_pass_map" to field
19165 "m_name_to_pass_map".
19166 (create_pass_tab): Rename from a function to...
19167 (pass_manager::create_pass_tab): ...this method, updating
19168 for renaming of global "name_to_pass_map" to field.
19169 (get_pass_by_name): Rename from a function to...
19170 (pass_manager::get_pass_by_name): ...this method.
19171 (enable_disable_pass): Convert use of get_pass_by_name to
19172 a method call, locating the pass_manager singleton.
19174 2016-05-06 David Malcolm <dmalcolm@redhat.com>
19176 * genattr-common.c (main): Convert argv from char ** to const char **.
19177 * genattr.c (main): Likewise.
19178 * genattrtab.c (main): Likewise.
19179 * genautomata.c (initiate_automaton_gen): Likewise.
19181 * gencodes.c (main): Likewise.
19182 * genconditions.c (main): Likewise.
19183 * genconfig.c (main): Likewise.
19184 * genconstants.c (main): Likewise.
19185 * genemit.c (main): Likewise.
19186 * genenums.c (main): Likewise.
19187 * genextract.c (main): Likewise.
19188 * genflags.c (main): Likewise.
19189 * genmddeps.c (main): Likewise.
19190 * genopinit.c (main): Likewise.
19191 * genoutput.c (main): Likewise.
19192 * genpeep.c (main): Likewise.
19193 * genpreds.c (main): Likewise.
19194 * genrecog.c (main): Likewise.
19195 * gensupport.c (init_rtx_reader_args_cb): Likewise.
19196 (init_rtx_reader_args): Likewise.
19197 * gensupport.h (init_rtx_reader_args_cb): Likewise.
19198 (init_rtx_reader_args): Likewise.
19199 * gentarget-def.c (main): Likewise.
19200 * read-md.c (read_md_files): Likewise.
19201 * read-md.h (read_md_files): Likewise.
19203 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
19205 * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
19206 instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
19207 * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
19208 Remove unused predicate.
19209 (register_and_not_fp_reg_operand): Ditto.
19211 2016-05-06 Martin Liska <mliska@suse.cz>
19213 * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
19214 instead of vec as the vector is local to the function.
19216 2016-05-06 Jakub Jelinek <jakub@redhat.com>
19218 * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
19219 avx512bw alternative.
19221 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
19222 before the ashr<mode>3 pattern.
19224 * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
19225 v instead of x in vex or maybe_vex alternatives, use
19226 maybe_evex instead of vex in prefix.
19228 * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
19229 *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
19230 vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
19231 in vex or maybe_vex alternatives, use maybe_evex instead of vex
19234 * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
19235 v instead of x in vex or maybe_vex alternatives, use
19236 maybe_evex instead of vex in prefix.
19238 * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
19239 sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
19240 sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
19241 sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
19242 alternatives, use maybe_evex instead of vex in prefix.
19244 * config/i386/sse.md (vec_interleave_lowv4sf,
19245 *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
19246 v instead of x in vex or maybe_vex alternatives, use
19247 maybe_evex instead of vex in prefix.
19249 * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
19250 v instead of x in vex or maybe_vex alternatives, use
19251 maybe_evex instead of vex in prefix.
19253 * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
19254 v constraint instead of x.
19256 2016-05-06 Nathan Sidwell <nathan@codesourcery.com>
19258 * gimple.c (gimple_call_same_target_p): Unique functions are eq.
19259 * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
19262 2016-05-06 Richard Biener <rguenther@suse.de>
19264 PR tree-optimization/70948
19265 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
19266 Properly clobber all fields of va_list for __builtin_va_start.
19268 2016-05-06 Yuri Rumyantsev <ysrumyan@gmail.com>
19271 * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
19272 loop latch destination.
19274 2016-05-06 Martin Liska <mliska@suse.cz>
19276 * tree-ssa-uninit.c: Apply manual changes
19277 to the GNU coding style.
19278 (prune_uninit_phi_opnds): Rename from
19279 prune_uninit_phi_opnds_in_unrealizable_paths.
19281 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
19283 * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
19284 mspace): Remove deprecated options.
19285 * doc/invoke.texi (SH options): Remove -mspace.
19287 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
19289 * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
19291 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
19293 * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
19294 corresponding combine split pattern.
19296 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
19299 * config/sh/predicates.md (long_displacement_mem_operand): New.
19300 * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
19301 Add movi20, movi20s alternatives. Adjust length attribute for
19303 (movsi_ie): Allow for any FPU. Adjust length attribute for
19305 (movsi_i_lowpart): Add movi20, movi20s alternatives. Adjust length
19306 attribute for alternatives.
19307 (*mov<mode>): Use long_displacement_mem_operand for length attribute.
19308 (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
19309 length attribute for alternatives.
19311 2016-05-06 Richard Biener <rguenther@suse.de>
19313 PR tree-optimization/70960
19314 * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
19316 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
19319 * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
19320 * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
19322 2016-05-06 Marek Polacek <polacek@redhat.com>
19325 * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
19327 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
19330 * config/sh/sh.md (*rotcr): Add another variant.
19332 2016-05-06 Richard Biener <rguenther@suse.de>
19334 PR middle-end/70931
19335 * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
19337 2016-05-06 Richard Biener <rguenther@suse.de>
19339 PR middle-end/70941
19340 * fold-const.c (split_tree): Always convert to the original type
19343 2016-05-06 Richard Biener <rguenther@suse.de>
19345 * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
19346 (fwprop_addr): Likewise.
19348 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
19351 * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
19353 * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
19354 * config/i386/i386.md (push mem splitter): Use find_constant_src in
19355 the splitter condition.
19356 (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
19357 the splitter condition.
19358 (FP float_extend load splitter): Ditto.
19360 2016-05-05 Uros Bizjak <ubizjak@gmail.com>
19362 * config/i386/i386.md (peehole2 patterns): Change true_regnum
19363 to REGNO in all peephole2 patterns.
19364 (post-reload splitters): Change true_regnum to REGNO in
19365 post-reload splitters.
19366 (zero_extend splitters): Use general_reg_operand and
19367 nonimmediate_gr_operand predicates.
19369 2016-05-05 Jakub Jelinek <jakub@redhat.com>
19371 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
19372 v constraint instead of x.
19374 2016-05-05 Alan Modra <amodra@gmail.com>
19377 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
19378 set OPTION_MASK_RELOCATABLE when flag_pic == 2. Set
19379 TARGET_NO_FP_IN_TOC for -mrelocatable.
19380 (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
19381 TARGET_RELOCATABLE test.
19382 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
19383 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
19384 * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
19385 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
19386 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
19387 * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
19388 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
19389 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
19390 * config/rs6000/predicates.md (easy_fp_constant): Likewise.
19391 * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
19393 (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
19394 (rs6000_stack_info): Likewise.
19395 (rs6000_elf_asm_out_constructor): Likewise.
19396 (rs6000_elf_asm_out_destructor): Likewise.
19397 (rs6000_elf_declare_function_name): Likewise.
19398 * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
19399 * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
19402 2016-05-05 Alan Modra <amodra@gmail.com>
19404 * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
19406 2016-05-05 Alan Modra <amodra@gmail.com>
19408 * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
19409 out-of-line gpr restore for one or two regs if that would add
19412 2016-05-04 Uros Bizjak <ubizjak@gmail.com>
19415 * config/i386/i386.md
19416 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
19417 Change to post-epilogue_completed late splitter. Use sse_reg_operand
19418 as operand 0 predicate.
19419 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
19421 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
19422 Ditto. Emit the pattern using RTX.
19424 (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
19425 Use sse_reg_opreand as operand 0 predicate. Do not use true_regnum in
19426 the post-reload splitter. Use lowpart_subreg instead of gen_rtx_REG.
19427 (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
19429 (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
19430 sse_reg_operand as operand 0 predicate.
19432 (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
19433 Use sse_reg_opreand as operand 0 predicate. Use lowpart_subreg
19434 instead of gen_rtx_REG.
19435 (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
19438 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
19440 * function.c (emit_use_return_register_into_block): Delete.
19441 (gen_return_pattern): Delete.
19442 (emit_return_into_block): Delete.
19443 (active_insn_between): Delete.
19444 (convert_jumps_to_returns): Delete.
19445 (emit_return_for_exit): Delete.
19446 (thread_prologue_and_epilogue_insns): Delete all code dealing with
19447 simple_return for shrink-wrapped blocks.
19448 * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
19449 end of blocks that need one.
19450 (get_unconverted_simple_return): Delete.
19451 (convert_to_simple_return): Delete.
19452 * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
19453 (convert_to_simple_return): Ditto.
19455 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
19457 * cfgcleanup.c (bb_is_just_return): New function.
19458 (try_optimize_cfg): Simplify jumps to return, branches to return,
19459 and branches around return.
19461 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
19463 * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
19464 branch to a return.
19466 2016-05-04 Jakub Jelinek <jakub@redhat.com>
19470 * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
19471 * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
19472 assert flags & OEP_HASH_CHECK, instead of asserting it
19473 never happens. Handle TARGET_EXPR.
19474 * fold-const.c (operand_equal_p): For hash verification,
19475 or in OEP_HASH_CHECK into flags.
19477 2016-05-04 Eric Botcazou <ebotcazou@adacore.com>
19479 * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
19481 (compute_samebase_partition_bases): Fix typo.
19483 2016-05-04 Jakub Jelinek <jakub@redhat.com>
19485 * config/i386/sse.md (vec_interleave_highv8sf,
19486 vec_interleave_lowv8sf, vec_interleave_highv4df,
19487 vec_interleave_lowv4df): Remove constraints from expanders.
19489 * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
19491 2016-05-04 Jan Hubicka <hubicka@ucw.cz>
19493 * tree-inline.c (expand_call_inline): Fix path dealing with
19494 making lhs of call statement undefined.
19496 2016-05-04 Jan Hubicka <hubicka@ucw.cz>
19498 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
19499 Check availability on NODE, too.
19500 * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
19501 (cgraph_node::call_for_symbol_and_aliases): Likewise.
19502 (varpool_node::call_for_symbol_and_aliase): Likewise.
19503 * ipa-pure-const.c (add_new_function): Analyze all bodies.
19504 (propagate_pure_const): Propagate across interposable functions, too.
19505 (skip_function_for_local_pure_const): Do not skip interposable bodies
19507 (pass_local_pure_const::execute): Update.
19509 2016-05-04 Marek Polacek <polacek@redhat.com>
19511 * doc/invoke.texi: Document -Wdangling-else.
19513 2016-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
19515 * config.gcc: Error out when conflicting multilib is detected. Do not
19516 loop over multilibs since no combination is legal.
19518 2016-05-04 Alan Modra <amodra@gmail.com>
19520 * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
19521 * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
19522 * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
19525 2016-05-04 Matthew Fortune <matthew.fortune@imgtec.com>
19527 * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
19528 Clean up p5600 comments.
19530 2016-05-04 Richard Biener <rguenther@suse.de>
19532 * match.pd: Add BIT_FIELD_REF canonicalizations and vector
19533 constructor simplifications.
19534 * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
19536 2016-05-04 Oleg Endo <olegendo@gcc.gnu.org>
19538 * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
19539 * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
19540 result.set_rtx is null instead of aborting.
19541 * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
19543 (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
19544 * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
19545 *mov<mode>_store_postinc): New patterns.
19547 2016-05-04 Marc Glisse <marc.glisse@inria.fr>
19549 * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR. Mark
19550 as commutative. Check both conversions are NOP.
19551 ((A & B) OP (C & B)): Remove.
19553 2016-05-04 Alan Modra <amodra@gmail.com>
19555 * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
19557 2016-05-04 Alan Modra <amodra@gmail.com>
19560 * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
19561 when cr2,3,4 are all fixed regs.
19563 2016-05-04 Bernd Schmidt <bschmidt@redhat.com>
19565 PR rtl-optimization/57193
19566 * opts.c (default_options_table): Revert OPT_frename_registers change.
19567 * doc/invoke.texi (-frename-registers, -O2): Likewise.
19569 2016-05-03 Martin Sebor <msebor@redhat.com>
19572 * builtins.c (fold_builtin_FILE): New function.
19573 (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
19574 (fold_builtin_0): Call them.
19575 * gimplify.c (gimplify_call_expr): Remove the handling of
19576 BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
19579 * doc/extend.texi (Other Builtins): Update __builtin_FILE,
19580 __builtin_FUNCTION, and __builtin_LINE to reflect they yield
19584 * doc/extend.texi (Function Names as Strings): Update __func__,
19585 __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
19588 2016-05-03 Jakub Jelinek <jakub@redhat.com>
19589 Richard Biener <rguenther@suse.de>
19591 PR tree-optimization/70916
19592 * tree-if-conv.c: Include cfganal.h.
19593 (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
19594 and remove_fake_exit_edges around the optimization pass.
19596 2016-05-03 Jan Hubicka <hubicka@ucw.cz>
19598 * cgraph.c (symbol_table::create_edge): Set inline_failed.
19599 (cgraph_edge::make_direct): Likewise.
19600 (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
19601 * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
19602 * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
19603 (CIF_THUNK): New code.
19604 * ipa-inline-analysis.c (initialize_inline_failed): Preserve
19605 CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
19606 (compute_inline_parameters): Set inline_failed for thunks.
19607 (inline_analyze_function): Cleanup.
19608 * ipa-inline.c (can_inline_edge_p): Do not deal with
19609 call_stmt_cannot_inline_p.
19610 (can_early_inline_edge_p): Likewise.
19611 (early_inliner): Initialize inline_failed.
19612 * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
19614 2016-05-03 Uros Bizjak <ubizjak@gmail.com>
19616 * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
19617 from nonimm_ssenomem_operand.
19618 (nonimm_ssenomem_operand): New predicate.
19619 * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
19620 as operand 0 predicate.
19621 (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
19622 Disable unsupported alternatives using "enabled" attribute.
19623 Use register_ssemem_operand as operand 0 predicate.
19624 (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
19626 2016-05-03 Marek Polacek <polacek@redhat.com>
19629 * input.c (expansion_point_location): New function.
19630 * input.h (expansion_point_location): Declare.
19632 2016-05-03 Pierre-Marie de Rodat <derodat@adacore.com>
19634 * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
19635 occurence with frame_offset_ ones.
19637 2016-05-03 Alan Modra <amodra@gmail.com>
19639 PR rtl-optimization/70890
19640 * ira.c (combine_and_move_insns): When moving def_insn, remove
19641 equivs on use_insn.
19643 2016-05-03 Dominik Vogt <vogt@linux.vnet.ibm.com>
19645 * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
19646 ("*r<noxa>sbg_<mode>_srl"): New define_insns.
19647 ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
19648 ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
19650 2016-05-03 Alan Modra <amodra@gmail.com>
19652 * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
19653 for SAVE_MULTIPLE/STORE_MULTIPLE.
19655 2016-05-03 Jakub Jelinek <jakub@redhat.com>
19657 * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
19658 *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
19660 2016-05-03 Richard Biener <rguenther@suse.de>
19662 * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
19664 (gimplify_arg): Likewise.
19665 * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
19666 re-writing the result to a decl if required.
19667 (internal_get_tmp_var): Add allow_ssa parameter
19668 and override into_ssa with it.
19669 (get_formal_tmp_var): Adjust.
19670 (get_initialized_tmp_var): Add allow_ssa parameter.
19671 (gimplify_arg): Add allow_ssa parameter and avoid generating
19672 SSA names for the result false.
19673 (gimplify_call_expr): If the call may return twice do not
19674 gimplify parameters into SSA.
19675 (prepare_gimple_addressable): Do not allow an SSA name as temporary.
19676 (gimplify_modify_expr): Adjust assert. For noreturn calls
19677 with a SSA name LHS adjust its def.
19678 (gimplify_save_expr): Do not allow an SSA name as save-expr result.
19679 (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
19680 (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
19681 (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
19682 an SSA name. Likewise for OMP_CLAUSE_REDUCTION operands.
19683 (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL. Likewise
19684 for OMP_FOR_COND, OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
19685 (optimize_target_teams): Do not allow SSA names for clause operands.
19686 (gimplify_expr): Likewise for where we mark the result addressable.
19687 * passes.def (pass_init_datastructures): Remove.
19688 * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
19689 (rewrite_stmt): Likewise.
19690 * tree-inline.c (initialize_cfun): Properly transfer SSA state.
19691 (replace_locals_op): Replace SSA names.
19692 (copy_gimple_seq_and_replace_locals): Init src_cfun.
19693 * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
19694 * cgraph.c (release_function_body): Free CFG annotations only
19695 when we have a CFG. Simplify.
19696 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
19697 force_gimple_operand instead of get_initialized_tmp_var.
19698 * tree-pass.h (make_pass_init_datastructures): Remove.
19699 * tree-ssa.c (execute_init_datastructures): Remove.
19700 (pass_data_init_datastructures): Likewise.
19701 (class pass_init_datastructures): Likewise.
19702 (make_pass_init_datastructures): Likewise.
19703 * omp-low.c (create_omp_child_function): Init SSA data structures.
19704 (grid_expand_target_grid_body): Likewise.
19705 * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
19706 name before adding it to names_to_release.
19707 (remove_bb): Always release SSA defs.
19708 * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
19709 before dereferencing it.
19710 * cgraphunit.c (init_lowered_empty_function): Always
19711 int SSA data structures.
19712 * tree-ssanames.c (release_defs): Remove assert that we are in
19714 * trans-mem.c (diagnose_tm_1): Handle SSA name function.
19716 2016-05-03 Jakub Jelinek <jakub@redhat.com>
19717 Uros Bizjak <ubizjak@gmail.com>
19719 PR rtl-optimization/70467
19720 * config/i386/predicates.md (x86_64_hilo_int_operand,
19721 x86_64_hilo_general_operand): New predicates.
19722 * config/i386/constraints.md (Wd): New constraint.
19723 * config/i386/i386.md (mode attr di): Use Wd instead of e.
19724 (general_hilo_operand): New mode attr.
19725 (add<mode>3, sub<mode>3): Use <general_hilo_operand>
19726 instead of <general_operand>.
19727 (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
19728 x86_64_hilo_general_operand instead of <general_operand>.
19730 2016-05-03 Jakub Jelinek <jakub@redhat.com>
19732 PR tree-optimization/70916
19733 * tree-if-conv.c (constant_or_ssa_name): Removed.
19734 (fold_build_cond_expr): Use is_gimple_val instead of
19735 constant_or_ssa_name.
19737 PR tree-optimization/70916
19738 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
19739 if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
19742 * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
19743 (optimize_atomic_bit_test_and): New function.
19744 (pass_fold_builtins::execute): Use it.
19745 * optabs.def (atomic_bit_test_and_set_optab,
19746 atomic_bit_test_and_complement_optab,
19747 atomic_bit_test_and_reset_optab): New optabs.
19748 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
19749 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
19750 * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
19751 * builtins.c (expand_ifn_atomic_bit_test_and): New function.
19752 * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
19753 expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
19754 expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
19755 * doc/md.texi (atomic_bit_test_and_set@var{mode},
19756 atomic_bit_test_and_complement@var{mode},
19757 atomic_bit_test_and_reset@var{mode}): Document.
19758 * config/i386/sync.md (atomic_bit_test_and_set<mode>,
19759 atomic_bit_test_and_complement<mode>,
19760 atomic_bit_test_and_reset<mode>): New expanders.
19761 (atomic_bit_test_and_set<mode>_1,
19762 atomic_bit_test_and_complement<mode>_1,
19763 atomic_bit_test_and_reset<mode>_1): New insns.
19765 2016-05-03 Richard Sandiford <richard.sandiford@arm.com>
19767 PR rtl-optimization/70687
19768 * combine.c (change_zero_ext): Check for scalar modes. Use wide_int
19769 instead of unsigned HOST_WIDE_INT.
19771 2016-05-03 Bernd Schmidt <bschmidt@redhat.com>
19773 PR rtl-optimization/44281
19774 * hard-reg-set.h (struct target_hard_regs): New field
19775 x_fixed_nonglobal_reg_set.
19776 (fixed_nonglobal_reg_set): New macro.
19777 * reginfo.c (init_reg_sets_1): Initialize it.
19778 * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
19780 * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
19782 2016-05-03 Bin Cheng <bin.cheng@arm.com>
19784 PR tree-optimization/56541
19785 * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
19786 * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
19787 * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
19788 (any_complicated_phi): new static variable.
19789 (aggressive_if_conv): delete.
19790 (if_convertible_phi_p): support phis with more than two arguments.
19791 (if_convertible_bb_p): remvoe check on aggressive_if_conv and
19792 critical pred edges.
19793 (ifcvt_split_critical_edges): support phis with more than two
19794 arguments by checking new parameter. only split critical edges
19796 (tree_if_conversion): handle simd pragma marked loop using new
19797 local variable aggressive_if_conv. check any_complicated_phi.
19799 2016-05-03 Bin Cheng <bin.cheng@arm.com>
19801 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
19804 2016-05-03 Bin Cheng <bin.cheng@arm.com>
19806 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
19809 2016-05-03 Oleg Endo <olegendo@gcc.gnu.org>
19811 * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
19812 (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
19813 define_insn_and_split.
19814 (mulsi3_i): New define_insn_and_split.
19815 (mulsi3_call): Convert to define_insn.
19816 (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
19817 Remove constraints.
19819 2016-05-02 Michael Meissner <meissner@linux.vnet.ibm.com>
19821 * machmode.h (mode_complex): Add support to give the complex mode
19823 (GET_MODE_COMPLEX_MODE): Likewise.
19824 * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
19825 stored by build_complex_type and gfc_build_complex_type instead of
19826 trying to figure out the appropriate mode based on the size. Raise
19827 an assertion error, if the type was not set.
19828 * genmodes.c (struct mode_data): Add field for the complex type of
19830 (blank_mode): Likewise.
19831 (make_complex_modes): Remember the complex mode created in the
19833 (emit_mode_complex): Write out the mode_complex array to map a
19834 type mode to the complex version.
19835 (emit_insn_modes_c): Likewise.
19836 * tree.c (build_complex_type): Set the complex type to use before
19837 calling layout_type.
19838 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
19839 support for __float128 complex datatypes.
19840 (rs6000_hard_regno_mode_ok): Likewise.
19841 (rs6000_setup_reg_addr_masks): Likewise.
19842 (rs6000_complex_function_value): Likewise.
19843 * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
19844 __float128 and __ibm128 complex.
19845 (FLOAT128_IBM_P): Likewise.
19846 (ALTIVEC_ARG_MAX_RETURN): Likewise.
19847 * doc/extend.texi (Additional Floating Types): Document that
19848 -mfloat128 must be used to enable __float128. Document complex
19849 __float128 and __ibm128 support.
19851 2016-05-02 Jakub Jelinek <jakub@redhat.com>
19854 * gimple.c (gimple_builtin_call_types_compatible_p): Allow
19855 char/short arguments promoted to int because of promote_prototypes.
19857 2016-05-02 Uros Bizjak <ubizjak@gmail.com>
19859 * config/i386/predicates.md (register_ssemem_operand): New predicate.
19860 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
19861 *cmpi<FPCMP:unord><MODEF:mode>_mixed and
19862 *cmpi<FPCMP:unord><X87MODEF:mode>_i387. Disable unsupported
19863 alternatives using "enabled" attribute. Use register_ssemem_operand
19864 as operand 1 predicate.
19865 (*cmpi<unord>xf_i387): Split XFmode pattern from
19866 *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
19867 (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
19868 *absneg<mode>2_i387. Disable unsupported alternatives using
19869 "enabled" attribute.
19870 (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
19872 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
19874 * omp-low.c (lower_oacc_head_tail): Assert there is at least one
19876 (oacc_loop_process): Check mask for loop termination.
19878 2016-05-02 Jan Hubicka <hubicka@ucw.cz>
19880 * cif-code.def (CIF_THUNK): Add.
19881 * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
19884 2016-05-02 Jan Hubicka <hubicka@ucw.cz>
19886 * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
19887 (dump_inline_summary): Dump it.
19888 (fp_expression_p): New predicate.
19889 (estimate_function_body_sizes): Use it.
19890 (inline_merge_summary): Merge fp_expressions.
19891 (inline_read_section): Read fp_expressions.
19892 (inline_write_summary): Write fp_expressions.
19893 * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
19894 codegen boundary if either caller or callee is !fp_expressions.
19895 * ipa-inline.h (inline_summary): Add fp_expressions.
19896 * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
19897 to fp_expressions be sure the fp generation flags are updated.
19899 2016-05-02 Jakub Jelinek <jakub@redhat.com>
19901 PR rtl-optimization/70467
19902 * cse.c (cse_insn): Handle no-op MEM moves after folding.
19904 PR rtl-optimization/70467
19905 * ipa-pure-const.c (check_call): Handle internal calls even in
19906 ipa mode like in local mode.
19908 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
19910 * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
19912 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
19914 * match.pd (X u< X, X u> X): New transformations.
19916 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
19918 * flag-types.h (enum warn_strict_overflow_code): Move ...
19919 * coretypes.h: ... here.
19920 * fold-const.h (fold_overflow_warning): Declare.
19921 * fold-const.c (fold_overflow_warning): Make non-static.
19922 (fold_comparison): Move the transformation of X +- C1 CMP C2
19923 into X CMP C2 -+ C1 ...
19924 * match.pd: ... here.
19925 * gimple-fold.c (fold_stmt_1): Protect with
19926 fold_defer_overflow_warnings.
19928 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
19930 * omp-low.c (struct oacc_loop): Add 'inner' field.
19931 (new_oacc_loop_raw): Initialize it to zero.
19932 (oacc_loop_fixed_partitions): Initialize it.
19933 (oacc_loop_auto_partitions): Partition outermost loop to outermost
19934 available partitioning.
19936 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
19938 * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
19940 (umulsidi3): Likewise.
19941 (indirect_jump): Fix jump instruction assembly patterns.
19943 2016-05-02 Thomas Schwinge <thomas@codesourcery.com>
19946 * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
19947 (nvptx_function_value): Assert non-NULL cfun.
19949 2016-05-02 Eric Botcazou <ebotcazou@adacore.com>
19951 PR rtl-optimization/70886
19952 * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
19954 * cselib.h (rtx_equal_for_cselib_1): Declare.
19955 (rtx_equal_for_cselib_p: New inline function.
19956 * cselib.c (rtx_equal_for_cselib_p): Delete.
19957 (rtx_equal_for_cselib_1): Make public.
19959 2016-05-02 Uros Bizjak <ubizjak@gmail.com>
19961 * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
19962 (register_mixssei387nonimm_operand): Remove predicate.
19963 * config/i386/i386.md (*fop_<mode>_comm): Merge from
19964 *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387. Disable unsupported
19965 alternatives using "enabled" attribute. Also check X87_ENABLE_ARITH
19966 for TARGET_MIX_SSE_I387 alternatives.
19967 (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
19968 Disable unsupported alternatives using "enabled" attribute. Use
19969 nonimm_ssenomem_operand as operand 1 predicate. Also check
19970 X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
19972 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
19974 * tree.c (cst_and_fits_in_hwi): Simplify.
19976 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
19978 * tree.h (wi::to_wide): New function.
19979 * expr.c (expand_expr_real_1): Use wi::to_wide.
19980 * fold-const.c (int_const_binop_1): Likewise.
19981 (extract_muldiv_1): Likewise.
19983 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
19985 * wide-int.h: Update offset_int and widest_int documentation.
19986 (WI_SIGNED_SHIFT_RESULT): New macro.
19987 (wi::binary_shift): Define signed_shift_result_type for
19988 shifts on offset_int- and widest_int-like types.
19989 (generic_wide_int): Support <<= and >>= if << and >> are supported.
19990 * tree.h (int_bit_position): Use shift operators instead of wi::
19992 * alias.c (adjust_offset_for_component_ref): Likewise.
19993 * expr.c (get_inner_reference): Likewise.
19994 * fold-const.c (fold_comparison): Likewise.
19995 * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
19996 * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
19997 * tree-dfa.c (get_ref_base_and_extent): Likewise.
19998 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
19999 (stmt_kills_ref_p): Likewise.
20000 * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
20001 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
20002 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
20003 (ao_ref_init_from_vn_reference): Likewise.
20005 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
20007 * wide-int.h: Update offset_int and widest_int documentation.
20008 (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
20009 (wi::binary_traits): Allow ordered comparisons between offset_int and
20010 offset_int, between widest_int and widest_int, and between either
20011 of these types and basic C types.
20012 (operator <, <=, >, >=): Define for the same combinations.
20013 * tree.h (tree_int_cst_lt): Use comparison operators instead
20014 of wi:: comparisons.
20015 (tree_int_cst_le): Likewise.
20016 * gimple-fold.c (fold_array_ctor_reference): Likewise.
20017 (fold_nonarray_ctor_reference): Likewise.
20018 * gimple-ssa-strength-reduction.c (record_increment): Likewise.
20019 * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
20020 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
20021 * tree-sra.c (completely_scalarize): Likewise.
20022 * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
20023 * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
20024 * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
20025 (check_for_binary_op_overflow): Likewise.
20026 (search_for_addr_array): Likewise.
20027 * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
20029 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
20031 * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
20032 (arc_save_restore): Likewise.
20033 (arc_dwarf_register_span): Likewise.
20034 (arc_output_pic_addr_const): Initialize suffix variable.
20036 2016-05-02 Martin Liska <mliska@suse.cz>
20038 * symbol-summary.h (function_summary::function_summary):
20039 Remove checking assert for all cgraph nodes.
20040 (function_summary::get): Check summary_uid.
20041 (symtab_insertion): Check summary_uid.
20043 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
20045 * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
20046 * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
20047 bmaskn instruction.
20048 (arc_dwarf_register_span): Remove enum keyword.
20049 (compact_memory_operand_p): New function.
20050 * config/arc/arc.h (reg_class): Add code density register classes.
20051 (REG_CLASS_NAMES): Likewise.
20052 (REG_CLASS_CONTENTS): Likewise.
20053 * config/arc/arc.md (*movqi_insn): Add code density instructions.
20054 (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
20055 (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
20056 (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
20057 * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
20059 (h, Rcd, Rsd, Rzd): New register constraints.
20060 (T): Use compact_memory_operand_p function.
20061 * config/arc/predicates.md (compact_load_memory_operand): Remove.
20063 2016-05-02 Oleg Endo <olegendo@gcc.gnu.org>
20065 * config/sh/sh.md (*negnegt, *movtt): Remove.
20067 2016-05-02 Marek Polacek <polacek@redhat.com>
20068 Tom de Vries <tom@codesourcery.com>
20070 PR tree-optimization/70700
20071 * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
20072 bigger than FIRST_REF_NODE.
20074 2016-05-02 Oleg Endo <olegendo@gcc.gnu.org>
20077 * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
20079 (prepare_cbranch_operands): Don't use scratch register. Assume that
20080 function is used when pseudos can be created.
20081 (expand_cbranchdi4): Likewise. Remove unused TARGET_CMPEQDI_T paths.
20082 * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
20083 (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
20084 define_expand. Allow it only when pseudos can be created.
20085 * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
20087 2016-05-01 Uros Bizjak <ubizjak@gmail.com>
20089 * config/i386/constraints.md (BC): Only allow -1 operands.
20090 * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
20091 Add "enabled" attribute. Update XI mode attribute calculation.
20092 * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
20093 (*movoi_internal_avx): Update XI mode attribute calculation.
20094 (*movti_internal): Ditto.
20096 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
20098 * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
20099 cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
20101 2016-05-01 Eric Botcazou <ebotcazou@adacore.com>
20103 * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
20104 statement on instruction code. Remove trailing spaces.
20105 (altivec_expand_stv_builtin): Likewise.
20107 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
20109 * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
20110 (TARGET_FPU_DOUBLE): Simplify.
20111 (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
20112 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
20113 * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
20114 with 'TARGET_FPU_DOUBLE'.
20115 * config/sh/sh.md: Likewise.
20117 2016-05-01 Yoshinori Sato <ysato@users.sourceforge.jp>
20119 * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
20120 SH_DIV_STR_FOR_SIZE): Remove.
20121 * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
20122 SH_DIV_STR_FOR_SIZE): Remove.
20124 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
20126 * config/sh/predicates.md (any_register_operand, zero_extend_operand,
20127 logical_reg_operand): Delete.
20128 (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
20129 arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
20130 logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
20131 match_operand and match_test.
20132 (sh_const_vec, sh_1el_vec): Remove redundant checks. Declare local
20133 variables on their first use. Return bool values.
20134 * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
20135 * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
20136 arith_reg_operand for input operand. Remove empty constraints.
20138 (*xorsi3_compact): Rename to xorsi3.
20139 (zero_extend<mode>si2): Use arith_reg_operand for input operand.
20140 (*zero_extend<mode>si2_disp_mem): Update comment.
20143 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
20145 * config/sh/t-sh: Remove SH5 support.
20146 * config.gcc: Likewise.
20147 * configure: Likewise.
20149 2016-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20151 * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
20153 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
20155 * config/sh/sh.c (register_sh_passes, sh_option_override,
20156 sh_print_operand, prepare_move_operands,
20157 sh_can_follow_jump): Remove TARGET_SH1 checks.
20158 * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
20159 PROMOTE_MODE): Likewise.
20160 * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
20163 2016-04-30 Alan Modra <amodra@gmail.com>
20165 * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
20166 restoring when fixed_reg_p, but allow out-of-line or stmw save.
20167 Check for user regs later to avoid unnecessary looping over regs.
20168 Merge user reg check with non-saved reg check. Don't force
20169 inline VR restore when static chain used.
20170 (rs6000_frame_related): Omit eh_frame info for user regs when
20172 (fixed_regs_p): Delete.
20174 2016-04-30 Alan Modra <amodra@gmail.com>
20176 * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
20177 (SAVE_STRATEGY, REST_STRATEGY): ..this. Renumber and sort enum.
20180 2016-04-30 Alan Modra <amodra@gmail.com>
20183 * config/rs6000/rs6000.c (fixed_reg_p): New function.
20184 (fixed_regs_p): Rename from global_regs_p. Call fixed_reg_p.
20187 2016-04-30 Alan Modra <amodra@gmail.com>
20189 * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
20190 Remove redundant PIC_OFFSET_TABLE_REGNUM test. Replace with
20191 flag_pic test for Darwin.
20193 2016-04-30 Alan Modra <amodra@gmail.com>
20195 * regs.h (struct reg_info_t): Delete freq_calls_crossed and
20196 throw_calls_crossed.
20197 (REG_FREQ_CALLS_CROSSED): Delete.
20198 (REG_N_THROWING_CALLS_CROSSED): Delete.
20199 * regstat.c (regstat_bb_compute_ri): Don't calculate
20200 REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
20201 (dump_reg_info): Don't print call cross frequency.
20202 * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
20203 and REG_N_THROWING_CALLS_CROSSED.
20205 2016-04-30 Alan Modra <amodra@gmail.com>
20207 * regs.h (struct reg_info_t): Delete live_length.
20208 (REG_LIVE_LENGTH): Delete macro.
20209 * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
20210 local_live, local_processed and local_live_last_luid params.
20211 Replace bb_index param with bb. Don't set REG_LIVE_LENGTH.
20213 (regstat_compute_ri): Adjust for above. Don't set
20215 (dump_reg_info): Don't print live length.
20216 * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
20217 with test of setjmp_crosses. Don't set REG_LIVE_LENGTH.
20218 Localize loop_depth var.
20220 2016-04-30 Alan Modra <amodra@gmail.com>
20222 * ira.c (enum valid_equiv): New.
20223 (validate_equiv_mem): Return enum.
20224 (update_equiv_mem): Create replacement in more cases.
20225 (add_store_equivs): Update validate_equiv_mem call.
20227 2016-04-30 Alan Modra <amodra@gmail.com>
20229 * ira.c (combine_and_move_insns): Rather than scanning insns,
20230 use DF infrastucture to find use and def insns.
20232 2016-04-30 Alan Modra <amodra@gmail.com>
20234 ira.c (combine_and_move_insns): Move invariant conditions..
20235 (ira.c): ..to here. Call combine_and_move_insns before
20236 add_store_equivs. Call grow_reg_equivs later. Allocate
20237 req_equiv later using max_reg_num() rather than global max_regno.
20238 (contains_replace_regs): Delete.
20239 (add_store_equivs): Remove contains_replace_regs test.
20241 2016-04-30 Alan Modra <amodra@gmail.com>
20243 * ira.c (struct equiv_mem_data): New.
20244 (equiv_mem, equiv_mem_modified): Delete static vars.
20245 (validate_equiv_mem_from_store): Use "data" param to communicate..
20246 (validate_equiv_mem): ..from here.
20248 2016-04-30 Alan Modra <amodra@gmail.com>
20250 * ira.c (add_store_equivs, combine_and_move_insns): New functions,
20252 (update_reg_equivs): ..here. Move allocation and freeing of
20253 reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
20254 end_alias_analysis to..
20257 2016-04-30 Alan Modra <amodra@gmail.com>
20259 * ira.c (pdx_subregs): Delete.
20260 (struct equivalence): Add pdx_subregs field.
20261 (set_paradoxical_subreg): Remove pdx_subregs param. Update
20262 pdx_subregs access.
20263 (update_equiv_regs): Don't create or free pdx_subregs. Update
20264 pdx_subregs access.
20266 2016-04-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
20268 * config/rs6000/altivec.h: Change definitions of vec_xl and
20270 * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
20271 (LD_ELEMREV_V2DI): New.
20272 (LD_ELEMREV_V4SF): New.
20273 (LD_ELEMREV_V4SI): New.
20274 (LD_ELEMREV_V8HI): New.
20275 (LD_ELEMREV_V16QI): New.
20276 (ST_ELEMREV_V2DF): New.
20277 (ST_ELEMREV_V2DI): New.
20278 (ST_ELEMREV_V4SF): New.
20279 (ST_ELEMREV_V4SI): New.
20280 (ST_ELEMREV_V8HI): New.
20281 (ST_ELEMREV_V16QI): New.
20284 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
20285 descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
20286 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
20287 TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
20288 (altivec_expand_builtin): Add handling for
20289 VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
20290 (rs6000_invalid_builtin): Add error-checking for
20291 RS6000_BTM_P9_VECTOR.
20292 (altivec_init_builtins): Define builtins used to implement vec_xl
20294 (rs6000_builtin_mask_names): Define power9-vector.
20295 * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
20296 (RS6000_BTM_P9_VECTOR): Define.
20297 (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
20298 * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
20299 (vsx_ld_elemrev_v2df): Likewise.
20300 (vsx_ld_elemrev_v4sf): Likewise.
20301 (vsx_ld_elemrev_v4si): Likewise.
20302 (vsx_ld_elemrev_v8hi): Likewise.
20303 (vsx_ld_elemrev_v16qi): Likewise.
20304 (vsx_st_elemrev_v2df): Likewise.
20305 (vsx_st_elemrev_v2di): Likewise.
20306 (vsx_st_elemrev_v4sf): Likewise.
20307 (vsx_st_elemrev_v4si): Likewise.
20308 (vsx_st_elemrev_v8hi): Likewise.
20309 (vsx_st_elemrev_v16qi): Likewise.
20310 * doc/extend.texi: Add prototypes for vec_xl and vec_xst. Correct
20313 2016-04-29 Patrick Palka <ppalka@gcc.gnu.org>
20315 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
20317 (simplify_control_stmt_condition_1): ... here. Recurse into
20318 BIT_AND_EXPRs and BIT_IOR_EXPRs.
20320 2016-04-29 David Edelsohn <dje.gcc@gmail.com>
20323 * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
20324 (zero_extendqi<mode>2_dot): Revert earlier conversion from
20325 define_insn_and_split to define_insn.
20326 (zero_extendqi<mode>2_dot2): Same.
20327 (extendqi<mode>2_dot): Same.
20328 (extendqi<mode>2_dot2): Same.
20330 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
20332 * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
20333 (probe_stack): New expander.
20334 (probe_stack_<mode>): New insn pattern.
20336 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
20338 * config/i386/i386.md
20339 (operations with memory inputs setting flags peephole2):
20340 Remove uneeded REG_P checks. Cleanup pattern generation.
20342 2016-04-29 Ilya Enkovich <ilya.enkovich@intel.com>
20344 * tree-vect-loop.c (vect_transform_loop): Fix
20345 nb_iterations_upper_bound computation for vectorized loop.
20347 2016-04-29 Marek Polacek <polacek@redhat.com>
20348 Jakub Jelinek <jakub@redhat.com>
20351 * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
20352 TARGET_EXPR_SLOT as a base.
20354 2016-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
20356 * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
20357 with 'rCm2' constraints to limit possible immediate size.
20358 (*load_zeroextendqisi_update): Likewise.
20359 (*load_signextendqisi_update): Likewise.
20360 (*loadhi_update): Likewise.
20361 (*load_zeroextendhisi_update): Likewise.
20362 (*load_signextendhisi_update): Likewise.
20363 (*loadsi_update): Likewise.
20364 (*loadsf_update): Likewise.
20366 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
20368 * config/i386/predicates.md (constm1_operand): Fix comparison.
20370 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
20372 * testsuite/gcc.target/arc/ieee_eq.c: New test.
20374 2016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
20376 * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
20377 remaining SH5 related settings.
20378 * config/sh/sh-protos.h (shmedia_cleanup_truncate,
20379 shmedia_prepare_call_address): Delete.
20380 * config/sh/sh.c (sh_print_operand, output_stack_adjust,
20381 DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
20382 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
20383 UNSUPPORTED_SH2A): Remove m5 checks.
20384 (sh_divide_strategy_e): Remove SH5 division strategies.
20385 (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
20386 * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
20388 2016-04-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
20390 * config/s390/s390.c (s390_rtx_costs): Update documentation.
20392 2016-04-29 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20394 * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
20395 * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
20396 Change lder to ldr.
20397 * config/s390/vector.md ("mov<mode>"): Likewise.
20399 2016-04-29 Ulrich Weigand <uweigand@de.ibm.com>
20401 * config/s390/constraints.md ("U", "W"): Invoke
20402 s390_mem_constraint with "ZR" and "ZT".
20403 * config/s390/s390.c (s390_check_qrst_address): Reject invalid
20404 addresses when using LRA. Accept also short displacements for S
20405 and T constraints. Do not check for long displacement target for
20406 S and T constraints.
20407 (s390_mem_constraint): Remove handling of U and W constraints.
20408 * config/s390/s390.md (various patterns): Remove the short
20409 displacement constraints (Q and R) if a long displacement
20410 constraint is present. Add longdisp as required CPU capability.
20411 * config/s390/vector.md: Likewise.
20412 * config/s390/vx-builtins.md: Likewise.
20414 2016-04-29 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
20417 * reload1.c (reload): Call finish_spills before
20418 restarting reload loop. Skip select_reload_regs
20419 if update_eliminables_and_spill returns true.
20421 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
20423 * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
20424 * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
20425 (umulhisi3_imm): Update predicates and constraint letters.
20426 (umulhisi3_reg): Declare instruction as commutative.
20427 * config/arc/constraints.md (J12, J16): New constraints.
20428 * config/arc/predicates.md (short_unsigned_const_operand): New
20430 (arc_short_operand): Likewise.
20431 * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
20433 2016-04-29 Richard Biener <rguenther@suse.de>
20435 PR tree-optimization/13962
20436 PR tree-optimization/65686
20437 * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
20438 * tree-ssa-alias.c (ptrs_compare_unequal): New function
20439 using PTA to compare pointers.
20440 * match.pd: Add pattern for pointer equality compare simplification
20441 using ptrs_compare_unequal.
20443 2016-04-29 Richard Biener <rguenther@suse.de>
20445 * stor-layout.c (layout_type): Do not build a pointer-to-element
20448 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
20450 * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
20451 Use SWI mode iterator. Use general_reg_operand predicate.
20452 (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
20453 peephole to MMX and SSE part. Use mmx_reg_operand and sse_reg_operand
20456 2016-04-29 Jakub Jelinek <jakub@redhat.com>
20458 PR middle-end/70843
20459 * fold-const.c (operand_equal_p): Don't verify hash value equality
20461 * tree.c (inchash::add_expr): Handle STATEMENT_LIST. Ignore BLOCK
20464 2016-04-28 Jakub Jelinek <jakub@redhat.com>
20467 * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
20468 to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
20469 (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
20470 __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
20471 __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
20473 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
20475 * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
20476 to info. Don't initialize separate fields to 0. Clean up
20479 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
20481 * config/i386/i386.md (peephole2s for operations with memory inputs):
20482 Use SWI mode iterator.
20483 (peephole2s for operations with memory outputs): Ditto.
20484 Do not check for stack checking probe.
20486 (probe_stack): Remove expander.
20488 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
20489 Andrew Burgess <andrew.burgess@embecosm.com>
20491 * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
20492 operands as 32-bits.
20494 2016-04-28 Jason Merrill <jason@redhat.com>
20496 * gdbinit.in: Skip line-map.h.
20498 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
20499 Andrew Burgess <andrew.burgess@embecosm.com>
20501 * config/arc/arc.c (arc_conditional_register_usage): Take
20502 TARGET_RRQ_CLASS into account.
20503 (arc_print_operand): Support printing 'p' and 's' operands.
20504 * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
20506 (TARGET_RRQ_CLASS): Define.
20507 (IS_POWEROF2_OR_0_P): Define.
20508 * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
20510 (*tst_movb): New define_insn.
20511 (*tst): Avoid recognition if it could prevent '*tst_movb'
20512 combination; replace c/CnL with c/Chs alternative.
20513 (*tst_bitfield_tst): New define_insn.
20514 (*tst_bitfield_asr): New define_insn.
20515 (*tst_bitfield): New define_insn.
20516 (andsi3_i): Add Rrq variant.
20517 (extzv): New define_expand.
20518 (insv): New define_expand.
20519 (*insv_i): New define_insn.
20520 (*movb): New define_insn.
20521 (*movb_signed): New define_insn.
20522 (*movb_high): New define_insn.
20523 (*movb_high_signed): New define_insn.
20524 (*movb_high_signed + 1): New define_split pattern.
20525 (*mrgb): New define_insn.
20526 (*mrgb + 1): New define_peephole2 pattern.
20527 (*mrgb + 2): New define_peephole2 pattern.
20528 * config/arc/arc.opt (mbitops): New option for nps400, uses
20529 TARGET_NPS_BITOPS_DEFAULT.
20530 * config/arc/constraints.md (q): Make register class conditional.
20531 (Rrq): New register constraint.
20532 (Chs): New constraint.
20533 (Clo): New constraint.
20534 (Chi): New constraint.
20535 (Cbf): New constraint.
20536 (Cbn): New constraint.
20537 (C18): New constraint.
20538 (Cbi): New constraint.
20540 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
20542 * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
20544 (bitmap_intersection_of_preds): Ditto.
20545 (bitmap_union_of_succs): Ditto.
20546 (bitmap_union_of_preds): Ditto.
20547 * sbitmap.c (do_popcount): Delete.
20548 (BITMAP_DEBUGGING): Delete.
20549 (sbitmap_verify_popcount): Delete.
20550 (sbitmap_alloc): Don't initialize the popcount field.
20551 (sbitmap_alloc_with_popcount): Delete.
20552 (sbitmap_resize): Don't resize the popcount array.
20553 (sbitmap_vector_alloc): Don't initialize the popcount field.
20554 (bitmap_copy): Don't copy the popcount array.
20555 (bitmap_clear): Don't clear the popcount array.
20556 (bitmap_clear): Delete the popcount array handling.
20557 (bitmap_ior_and_compl): Delete the popcount assert.
20558 (bitmap_not): Ditto.
20559 (bitmap_and_compl): Ditto.
20560 (bitmap_and): Delete the popcount array handling.
20561 (bitmap_xor): Ditto.
20562 (bitmap_ior): Ditto.
20563 (bitmap_or_and): Delete the popcount assert.
20564 (bitmap_and_or): Ditto.
20565 (popcount_table): Delete.
20566 (sbitmap_elt_popcount): Delete.
20567 * sbitmap.h (simple_bitmap_def): Delete the popcount field.
20568 (bitmap_set_bit): Delete the popcount assert.
20569 (bitmap_clear_bit): Ditto.
20570 (sbitmap_free): Don't free the popcount array.
20571 (sbitmap_alloc_with_popcount): Delete declaration.
20572 (sbitmap_popcount): Ditto.
20574 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
20575 Andrew Burgess <andrew.burgess@embecosm.com>
20577 * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
20578 (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
20579 * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
20580 (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
20581 * config/arc/arc.opt (mcmem): New option.
20582 * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
20583 supply length for r/m alternative.
20584 (*extendqisi2_ac): Likewise.
20585 (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
20587 (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
20588 (movhi_insn): Likewise.
20589 (movsi_insn): Add r/Ucm,Ucm/w alternatives.
20590 (*zero_extendqihi2_i): Add r/Ucm alternative.
20591 (*zero_extendqisi2_ac): Likewise.
20592 (*zero_extendhisi2_i): Likewise.
20593 * config/arc/constraints.md (Uex): New memory constraint.
20594 (Ucm): New define_constraint.
20595 * config/arc/predicates.md (long_immediate_loadstore_operand):
20596 Return 0 for MEM with cmem_address address.
20597 (cmem_address_0): New predicates.
20598 (cmem_address_1): Likewise.
20599 (cmem_address_2): Likewise.
20600 (cmem_address): Likewise.
20602 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
20604 * config/rs6000/rs6000.c (machine_function): Rename
20605 insn_chain_scanned_p to spe_insn_chain_scanned_p.
20606 (rs6000_stack_info): Adjust.
20608 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
20609 Andrew Burgess <andrew.burgess@embecosm.com>
20611 * config/arc/constraints.md (Usd): Convert to define_constraint.
20615 2016-04-28 Jakub Jelinek <jakub@redhat.com>
20618 * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
20619 Add new peephole2 where the first insn is *mov<mode>_or instead of
20620 *mov<mode>_internal.
20622 2016-04-28 Segher Boesssenkool <segher@kernel.crashing.org>
20624 * tracer.c (bb_seen): Make static.
20626 2016-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
20628 * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
20629 support, setup defaults.
20630 * config/arc/arc-opts.h (enum processor_type): Add NPS400.
20631 * config/arc/arc.c (arc_init): Add NPS400 support.
20632 * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
20633 (TARGET_ARC700): NPS400 is also an ARC700.
20634 * config/arc/arc.opt: Add NPS400 options to -mcpu=.
20636 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
20639 * config/nds32/nds32.md (casesi): Don't access the operands array
20642 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
20644 * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
20645 (or $-1,reg peephole2): Ditto.
20646 (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
20648 2016-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
20650 * doc/extend.texi (Common Function Attributes) [optimize]:
20651 Discourage use of the optimize attribute.
20653 2016-04-28 Bill Seurer <seurer@linux.vnet.ibm.com>
20655 * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
20656 special case builtin.
20657 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
20658 ALTIVEC_BUILTIN_VEC_ADDE.
20659 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
20660 support for ALTIVEC_BUILTIN_VEC_ADDE.
20661 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
20662 for __builtin_vec_adde.
20664 2016-04-28 Jakub Jelinek <jakub@redhat.com>
20666 * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
20667 * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
20669 2016-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20672 * doc/sourcebuild.texi (Effective-Target Keywords, Other
20673 attributes): Document cilkplus_runtime.
20675 2016-04-28 Martin Jambor <mjambor@suse.cz>
20677 * tree-cfg.c (verify_expr): Verify that local declarations belong to
20678 this function. Call verify_expr on MEM_REFs and bases of other
20679 handled_components.
20681 2016-04-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20683 * internal-fn.c (expand_arith_overflow): Convert preprocessor check
20684 for WORD_REGISTER_OPERATIONS to runtime check.
20686 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
20688 * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
20690 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
20692 * config/arc/arc.c (arc_process_double_reg_moves): Fix for
20693 big-endian compilation.
20694 * config/arc/arc.md (addf3): Likewise.
20695 (subdf3): Likewise.
20696 (muldf3): Likewise.
20698 2016-04-28 Richard Biener <rguenther@suse.de>
20700 PR tree-optimization/70840
20701 * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
20702 Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
20703 Mark x * pow(x,c) -> pow(x,c+1) commutative.
20704 Add powi(x,y) * powi(z,y) -> powi(x*z,y).
20706 2015-04-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20708 * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
20709 and explain why in a comment.
20711 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
20713 * config/arc/arc.md (cpu_facility): Add fpx variant.
20714 (subdf3): Prohibit use reverse sub when assist operations option
20716 * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
20717 instructions only when FPX is enabled.
20718 * testsuite/gcc.target/arc/trsub.c: New test.
20720 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
20722 * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
20723 mult_operator when calculating "type" attribute.
20724 (*fop_<mode>_1_i387): Ditto.
20725 (*fop_xf_1_i387): Ditto.
20726 (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
20727 Use std::swap to swap operands. Use RTL expressions to generate
20730 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
20731 Joern Rennecke <joern.rennecke@embecosm.com>
20733 * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
20735 (emit_pic_move): Remove.
20736 (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
20737 * config/arc/arc.c (emit_pic_move): Removed.
20738 (TARGET_HAVE_TLS): Define.
20739 (arc_conditional_register_usage): Test for arc_tp_regno.
20740 (arc_print_operand, arc_print_operand_address): Handle TLS
20742 (arc_needs_pcl_p): New function.
20743 (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
20744 (arc_legitimate_pic_addr_p): Handle TLS unspecs.
20745 (arc_raw_symbolic_reference_mentioned_p): Likewise.
20746 (arc_get_tp, arc_emit_call_tls_get_addr): New function.
20747 (arc_legitimize_tls_address): Likewise.
20748 (DTPOFF_ZERO_SYM): Define.
20749 (arc_legitimize_pic_address): Make it static, handle TLS cases.
20750 (arc_output_pic_addr_const): Print TLS unspecs.
20751 (prepare_pic_move): New function, replaces emit_pic_move.
20752 (arc_legitimate_constant_p): Handle TLS unspecs.
20753 (arc_legitimate_address_p): Likewise.
20754 (arc_rewrite_small_data_p): Use assert for TLS constants.
20755 (prepare_move_operands): Use prepare_pic_move.
20756 (arc_legitimize_address): Legitimize tls addresses.
20757 (arc_epilogue_uses): Check for arc_tp_regno.
20758 (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
20759 * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
20761 [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
20763 [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
20764 %(arc_tls_extra_start_spec).
20765 (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
20766 (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
20768 (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
20769 * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
20770 (UNSPEC_TLS_OFF): Add.
20772 (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
20773 (get_thread_pointersi): New patterns.
20774 * config/arc/arc.opt (mtp-regno): New option.
20775 * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
20776 (move_dest_operand): Likewise.
20777 * configure: Regenerate.
20778 * configure.ac: Add arc*-*-* case to test for tls.
20779 * doc/invoke.texi (ARC options): Document mtp-regno.
20781 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
20783 * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
20784 the new ARC HS SIMD instructions.
20785 (arc_preferred_simd_mode): New function.
20786 (arc_autovectorize_vector_sizes): Likewise.
20787 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
20788 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
20789 (arc_init_reg_tables): Accept new ARC HS SIMD modes.
20790 (arc_init_builtins): Add new SIMD builtin types.
20791 (arc_split_move): Handle 64 bit vector moves.
20792 * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
20793 (TARGET_PLUS_QMACW): Define.
20794 * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
20795 (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
20796 (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
20797 (VSUBADD4H): New builtins.
20798 * config/arc/simdext.md: Add new ARC HS SIMD instructions.
20799 * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
20801 2016-04-28 Eduard Sanou <dhole@openmailbox.org>
20802 Matthias Klose <doko@debian.org>
20804 * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
20806 2016-04-28 Richard Biener <rguenther@suse.de>
20808 PR middle-end/70777
20809 * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
20812 2016-04-28 Oleg Endo <olegendo@gcc.gnu.org>
20814 * common/config/sh/sh-common.c: Remove SH5 support.
20815 * config/sh/constraints.md: Likewise.
20816 * config/sh/config/sh/elf.h: Likewise.
20817 * config/sh/linux.h: Likewise.
20818 * config/sh/netbsd-elf.h: Likewise.
20819 * config/sh/predicates.md: Likewise.
20820 * config/sh/sh-c.c: Likewise.
20821 * config/sh/sh-protos.h: Likewise.
20822 * config/sh/sh.c: Likewise.
20823 * config/sh/sh.h: Likewise.
20824 * config/sh/sh.md: Likewise.
20825 * config/sh/sh.opt: Likewise.
20826 * config/sh/sync.md: Likewise.
20827 * config/sh/sh64.h: Delete.
20828 * config/sh/shmedia.h: Likewise.
20829 * config/sh/shmedia.md: Likewise.
20830 * config/sh/sshmedia.h: Likewise.
20831 * config/sh/t-netbsd-sh5-64: Likewise.
20832 * config/sh/t-sh64: Likewise.
20833 * config/sh/ushmedia.h: Likewise.
20835 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
20837 * config/i386/i386.md (sign_extend to memory peephole2s): Use
20838 general_reg_operand instead of register_operand predicate.
20840 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
20842 * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
20844 2016-04-27 Marc Glisse <marc.glisse@inria.fr>
20846 * match.pd (A - B > A, A + B < A): New transformations.
20848 2016-04-27 Patrick Palka <ppalka@gcc.gnu.org>
20850 * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
20851 which defaults to true. Emit an outer pair of parentheses only if
20852 EMIT_PARENS. When continuing a chain of && or || (or & or |),
20853 don't emit parentheses for the right-hand operand.
20855 2016-04-27 Jeff Law <law@redhat.com>
20857 * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
20859 2016-04-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
20861 * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
20862 (altivec_lvx_<mode>_internal): Document.
20863 (altivec_lvx_<mode>_2op): New define_insn.
20864 (altivec_lvx_<mode>_1op): Likewise.
20865 (altivec_lvx_<mode>_2op_si): Likewise.
20866 (altivec_lvx_<mode>_1op_si): Likewise.
20867 (altivec_stvx_<mode>): Remove.
20868 (altivec_stvx_<mode>_internal): Document.
20869 (altivec_stvx_<mode>_2op): New define_insn.
20870 (altivec_stvx_<mode>_1op): Likewise.
20871 (altivec_stvx_<mode>_2op_si): Likewise.
20872 (altivec_stvx_<mode>_1op_si): Likewise.
20873 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
20874 Expand vec_ld and vec_st during parsing.
20875 * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
20877 (altivec_expand_stvx_be): Likewise.
20878 (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
20879 address-masking behavior in RTL.
20880 (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
20881 address-masking behavior in RTL.
20882 (altivec_expand_builtin): Change builtin code arguments for calls
20883 to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
20884 (insn_is_swappable_p): Avoid incorrect swap optimization in the
20885 presence of lvx/stvx patterns.
20886 (alignment_with_canonical_addr): New function.
20887 (alignment_mask): Likewise.
20888 (find_alignment_op): Likewise.
20889 (recombine_lvx_pattern): Likewise.
20890 (recombine_stvx_pattern): Likewise.
20891 (recombine_lvx_stvx_patterns): Likewise.
20892 (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
20893 stvx patterns from expand.
20894 * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
20896 (vector_altivec_store_<mode>): Likewise.
20898 2016-04-26 Evandro Menezes <e.menezes@samsung.com>
20900 * config/aarch64/aarch64.md
20901 (*movhf_aarch64): Add "movi %0, #0" to zero up register and
20902 remove the "fp" attributes.
20903 (*movsf_aarch64): Add "movi %0, #0" to zero up register and
20904 add the "simd" attributes.
20905 (*movdf_aarch64): Likewise.
20906 (*movtf_aarch64): Remove the "fp" attributes.
20907 * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
20908 * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
20910 2016-04-27 David Malcolm <dmalcolm@redhat.com>
20912 * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
20913 rtx to rtx_code_label *.
20914 * rtl.h (maybe_set_first_label_num): Likewise.
20916 2016-04-27 David Malcolm <dmalcolm@redhat.com>
20918 * df-core.c (df_add_problem): Make the problem param be const.
20919 (df_remove_problem): Make local "problem" be const.
20920 * df-problems.c (problem_RD): Make const.
20921 (problem_LR): Likewise.
20922 (problem_LIVE): Likewise.
20923 (problem_MIR): Likewise.
20924 (problem_CHAIN): Likewise.
20925 (problem_WORD_LR): Likewise.
20926 (problem_NOTE): Likewise.
20927 (problem_MD): Likewise.
20928 * df-scan.c (problem_SCAN): Likewise.
20929 * df.h (struct df_problem): Make field "dependent_problem" be
20931 (struct dataflow): Likewise for field "problem".
20932 (df_add_problem): Make param const.
20934 2016-04-27 Uros Bizjak <ubizjak@gmail.com>
20936 * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
20937 inter-unit moves to/from vector registers are enabled. Do not disable
20940 2016-04-27 David Malcolm <dmalcolm@redhat.com>
20942 * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
20943 DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
20945 (enum df_problem_id): ...this new enum.
20946 (struct df_problem): Convert field "id" from "int" to
20947 enum df_problem_id.
20949 2016-04-27 David Malcolm <dmalcolm@redhat.com>
20951 * rtl.def: Update comment for "things in the instruction chain" to
20952 reflect the removal of the leading "i" field for INSN_UID in
20953 r210360. Fix bogus apostrophe.
20955 2016-04-27 Uros Bizjak <ubizjak@gmail.com>
20957 * config/i386/i386.md
20958 (lea arith with mem operand + setcc peephole2): Set operator mode.
20960 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
20963 * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
20964 (dimode_scalar_to_vector_candidate_p): This.
20965 (timode_scalar_to_vector_candidate_p): New function.
20966 (scalar_to_vector_candidate_p): Likewise.
20967 (timode_check_non_convertible_regs): Likewise.
20968 (timode_remove_non_convertible_regs): Likewise.
20969 (remove_non_convertible_regs): Likewise.
20970 (remove_non_convertible_regs): Renamed to ...
20971 (dimode_remove_non_convertible_regs): This.
20972 (scalar_chain::~scalar_chain): Make it virtual.
20973 (scalar_chain::compute_convert_gain): Make it pure virtual.
20974 (scalar_chain::mark_dual_mode_def): Likewise.
20975 (scalar_chain::convert_insn): Likewise.
20976 (scalar_chain::convert_registers): Likewise.
20977 (scalar_chain::add_to_queue): Make it protected.
20978 (scalar_chain::emit_conversion_insns): Likewise.
20979 (scalar_chain::replace_with_subreg): Likewise.
20980 (scalar_chain::replace_with_subreg_in_insn): Likewise.
20981 (scalar_chain::convert_op): Likewise.
20982 (scalar_chain::convert_reg): Likewise.
20983 (scalar_chain::make_vector_copies): Likewise.
20984 (scalar_chain::convert_registers): New pure virtual function.
20985 (class dimode_scalar_chain): New class.
20986 (class timode_scalar_chain): Likewise.
20987 (scalar_chain::mark_dual_mode_def): Renamed to ...
20988 (dimode_scalar_chain::mark_dual_mode_def): This.
20989 (timode_scalar_chain::mark_dual_mode_def): New function.
20990 (timode_scalar_chain::convert_insn): Likewise.
20991 (dimode_scalar_chain::convert_registers): Likewise.
20992 (scalar_chain::compute_convert_gain): Renamed to ...
20993 (dimode_scalar_chain::compute_convert_gain): This.
20994 (scalar_chain::replace_with_subreg): Renamed to ...
20995 (dimode_scalar_chain::replace_with_subreg): This.
20996 (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
20997 (dimode_scalar_chain::replace_with_subreg_in_insn): This.
20998 (scalar_chain::make_vector_copies): Renamed to ...
20999 (dimode_scalar_chain::make_vector_copies): This.
21000 (scalar_chain::convert_reg): Renamed to ...
21001 (dimode_scalar_chain::convert_reg ): This.
21002 (scalar_chain::convert_op): Renamed to ...
21003 (dimode_scalar_chain::convert_op): This.
21004 (scalar_chain::convert_insn): Renamed to ...
21005 (dimode_scalar_chain::convert_insn): This.
21006 (scalar_chain::convert): Call convert_registers.
21007 (convert_scalars_to_vector): Change to scalar_chain pointer to
21008 use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
21009 in 32-bit mode. Delete scalar_chain pointer. Call
21010 free_dominance_info in 64-bit mode.
21011 (pass_stv::gate): Remove TARGET_64BIT check.
21012 (ix86_option_override): Put the 64-bit STV pass before the CSE
21015 2016-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
21017 * dwarf2out.h (struct dw_loc_descr_node): Remove the
21018 dw_loc_frame_offset field.
21019 * dwarf2out.c (new_loc_descr): Likewise.
21020 (resolve_args_picking_1): Turn the VISITED hash set into a
21021 FRAME_OFFSET hash map. Use it to associate a frame offset to
21022 visited nodes. Remove uses of the CHECKING_P macro.
21023 (resolve_args_picking): Update call to resolve_args_picking_1.
21025 2016-04-27 Martin Liska <mliska@suse.cz>
21027 * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
21028 (free_loop_data): Release vuses of groups.
21030 2016-04-27 Bin Cheng <bin.cheng@arm.com>
21032 * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
21033 instead of redundant use_id and boolean have_use_for.
21034 (struct iv_use): Change sub_id into group_id. Remove field next.
21035 Move fields: related_cands, n_map_members, cost_map and selected
21037 (struct iv_group): ... here. New structure.
21038 (struct iv_common_cand): Use structure declaration directly.
21039 (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
21040 (MAX_CONSIDERED_USES): Rename macro to ...
21041 (MAX_CONSIDERED_GROUPS): ... here.
21042 (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
21043 (dump_iv, dump_use, dump_cand): Refactor format of dump information.
21044 (dump_uses): Rename to ...
21045 (dump_groups): ... here. Update all uses.
21046 (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
21047 (find_induction_variables): Refactor format of dump information.
21048 (record_sub_use): Delete.
21049 (record_use): Update all uses.
21050 (record_group): New function.
21051 (record_group_use, find_interesting_uses_op): Call above functions.
21053 (find_interesting_uses_cond): Ditto.
21054 (group_compare_offset): New function.
21055 (split_all_small_groups): Rename to ...
21056 (split_small_address_groups_p): ... here. Update all uses.
21057 (split_address_groups): Update all uses.
21058 (find_interesting_uses): Refactor format of dump information.
21059 (add_candidate_1): Update all uses. Remove redundant check on iv,
21061 (add_candidate, record_common_cand): Remove redundant assert.
21062 (add_iv_candidate_for_biv): Update use.
21063 (add_iv_candidate_derived_from_uses): Update all uses.
21064 (add_iv_candidate_for_groups, record_important_candidates): Ditto.
21065 (alloc_use_cost_map): Ditto.
21066 (set_use_iv_cost, get_use_iv_cost): Rename to ...
21067 (set_group_iv_cost, get_group_iv_cost): ... here. Update all uses.
21068 (determine_use_iv_cost_generic): Ditto.
21069 (determine_group_iv_cost_generic): Ditto.
21070 (determine_use_iv_cost_address): Ditto.
21071 (determine_group_iv_cost_address): Ditto.
21072 (determine_use_iv_cost_condition): Ditto.
21073 (determine_group_iv_cost_cond): Ditto.
21074 (determine_use_iv_cost): Ditto.
21075 (determine_group_iv_cost): Ditto.
21076 (set_autoinc_for_original_candidates): Update all uses.
21077 (find_iv_candidates): Update all uses. Refactor dump information.
21078 (determine_use_iv_costs): Ditto.
21079 (determine_iv_costs): Ditto.
21080 (iv_ca_cand_for_use): Rename to ...
21081 (iv_ca_cand_for_group): ... here. Update all uses.
21082 (iv_ca_add_use, iv_ca_add_group): Ditto.
21083 (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
21084 (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
21085 (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
21086 (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
21087 (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
21088 (create_new_iv, adjust_iv_update_pos): Ditto.
21089 (rewrite_use_address): Delete.
21090 (rewrite_use_address_1): Rename to ...
21091 (rewrite_use_address): ... here.
21092 (rewrite_use_compare): Update all uses.
21093 (rewrite_use): Delete.
21094 (rewrite_uses): Rename to ...
21095 (rewrite_groups): ... here. Update all uses.
21096 (remove_unused_ivs, free_loop_data): Update all uses.
21097 (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
21099 2016-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21101 * rtlanal.c (nonzero_bits1): Convert preprocessor check
21102 for WORD_REGISTER_OPERATIONS to runtime check.
21104 2016-04-27 Richard Biener <rguenther@suse.de>
21107 * tree-ssa-structalias.c (find_func_aliases_for_call): Use
21108 aggregate_value_p to determine if a function result is
21109 returned by reference.
21110 (ipa_pta_execute): Functions having their address taken are
21111 not automatically nonlocal.
21113 2016-04-27 Jakub Jelinek <jakub@redhat.com>
21116 * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
21117 * fold-const.c (operand_equal_p): If flag_checking and
21118 OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
21119 and if it returns non-zero, assert iterative_hash_expr on both
21122 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
21124 * doc/invoke.texi (-frename-registers): Also enabled at -Os.
21126 2016-04-27 Nick Clifton <nickc@redhat.com>
21128 PR middle-end/49889
21129 * varasm.c (merge_weak): Generate an error if an attempt is made
21130 to convert a non-weak static function into a weak, public function.
21132 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
21134 * params.def (MAX_PARTITION_SIZE): New param.
21135 * doc/invoke.texi: Document lto-max-partition.
21137 2016-04-27 Richard Biener <rguenther@suse.de>
21140 * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
21141 function cummulating used_from_other_partition, externally_visible
21142 and force_output from aliases.
21143 (refered_from_nonlocal_var): Likewise.
21144 (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
21145 node flags properly.
21147 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
21149 * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
21150 (-Wmemset-elt-size): New item.
21152 2016-04-27 Eric Botcazou <ebotcazou@adacore.com>
21155 * stor-layout.h (internal_reference_types): Delete.
21156 * stor-layout.c (reference_types_internal): Likewise.
21157 (internal_reference_types): Likewise.
21158 (layout_type) <REFERENCE_TYPE>: Adjust.
21160 2016-04-27 Jakub Jelinek <jakub@redhat.com>
21163 * tree.h (inchash::add_expr): Add FLAGS argument.
21164 * tree.c (inchash::add_expr): Likewise. If not OEP_ADDRESS_OF,
21165 use STRIP_NOPS first. For INTEGER_CST assert not OEP_ADDRESS_OF.
21166 For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
21167 Formatting fix. Adjust recursive calls. For tcc_comparison,
21168 if swap_tree_comparison (code) is smaller than code, hash that
21169 and arguments in the other order. Hash CONVERT_EXPR the same
21170 as NOP_EXPR. For OEP_ADDRESS_OF hash MEM_REF with 0 offset
21171 of ADDR_EXPR of decl as the decl itself. Add or remove
21172 OEP_ADDRESS_OF from recursive flags as needed. For
21173 FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
21174 operands commutatively and only the third one normally.
21175 For internal CALL_EXPR hash in CALL_EXPR_IFN.
21177 2016-04-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
21179 * config/rtems.h (LIB_SPEC): Add -latomic.
21181 2016-04-27 Joel Sherrill <joel@rtems.org>
21183 * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
21184 xilink.ld and flags not relevant to RTEMS.
21186 2016-04-26 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
21188 * toplev.c (backend_init_target): Avoid calling init_reload when using
21191 2016-04-26 Jakub Jelinek <jakub@redhat.com>
21193 * reorg.c (try_merge_delay_insns): Declare i and j inside the
21194 for loops rather than one for the whole function.
21196 2016-04-26 Marc Glisse <marc.glisse@inria.fr>
21198 * match.pd (X + CST CMP X): New transformation.
21200 2016-04-26 Marc Glisse <marc.glisse@inria.fr>
21202 * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
21203 * fold-const.c (fold_binary_loc): Remove 2 transformations
21204 superseded by match.pd.
21205 * match.pd (x+x -> x*2): Generalize to integers.
21207 2016-04-26 Bernd Schmidt <bschmidt@redhat.com>
21209 * config/i386/i386.md (operation on memory peephole): Duplicate an
21210 existing peephole and adapt it to match lea rather than an operation
21213 PR rtl-optimization/57193
21214 * opts.c (default_options_table): Add OPT_frename_registers at -O2
21216 * doc/invoke.texi (-frename-registers, -O2): Update documentation.
21218 2016-04-26 Bin Cheng <bin.cheng@arm.com>
21220 * tree-if-conv.c (any_pred_load_store): New static variable.
21221 (if_convertible_gimple_assign_stmt_p): Remove parameter. Use
21222 any_pred_load_store instead of and_mask_load_store.
21223 (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
21224 (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
21225 (combine_blocks, tree_if_conversion): Ditto.
21227 2016-04-26 Bin Cheng <bin.cheng@arm.com>
21229 PR tree-optimization/70771
21230 PR tree-optimization/70775
21231 * tree-if-conv.c (if_convertible_phi_p): Remove check on special
21232 virtual PHI nodes. Delete parameter.
21233 (if_convertible_loop_p_1): Delete argument to above function.
21234 (predicate_all_scalar_phis): Delete code handling single-argument
21236 (tree_if_conversion): Mark and update virtual SSA.
21238 2016-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21241 * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
21242 (x86_elf_aligned_common): Rename to ...
21243 (x86_elf_aligned_decl_common): ... this.
21244 Add decl arg. Switch to .lbss for largecomm object. Use
21245 LARGECOMM_SECTION_ASM_OP.
21246 * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
21248 * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
21249 (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
21251 * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
21252 [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
21254 2016-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21257 * config/i386/i386.c (SECTION_LARGE): Define.
21258 (x86_64_elf_select_section): Set it for large data/bss sections.
21259 Only clear SECTION_WRITE for .lrodata.
21260 (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
21262 * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
21263 * varasm.c (default_elf_asm_named_section): Grow flagchars.
21264 [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
21266 * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
21267 * doc/tm.texi: Regenerate.
21269 2016-04-26 Jakub Jelinek <jakub@redhat.com>
21272 * configure.ac (--enable-checking): Document extra flag, for
21273 non-release builds default to --enable-checking=yes,extra.
21274 If misc checking and extra checking, define CHECKING_P to 2 instead
21276 * common.opt (fchecking=): Add.
21277 * doc/invoke.texi (-fchecking=): Document.
21278 * doc/install.texi: Document --enable-checking changes.
21279 * configure: Regenerated.
21280 * config.in: Regenerated.
21282 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
21284 * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
21285 attribute instead of which_alternative.
21286 * config/i386/sse.md (*mov<mode>_internal): Ditto.
21287 Use EXT_REX_SSE_REG_P where appropriate.
21289 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
21291 * config/i386/predicates.md (const0_operand): Do not match
21292 const_wide_int code.
21293 (const1_operand): Ditto.
21295 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
21297 * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
21298 for SSE constm1 operands and TARGET_AVX512VL.
21299 (*movti_internal): Ditto.
21300 (*mov<mode>_or): Use constm1_operand predicate.
21301 * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
21302 for SSE vector_all_ones operands and TARGET_AVX512VL.
21303 * config/i386/predicates.md (constm1_operand): New predicate.
21304 * config/i386/i386.c (standard_sse_constant_opcode): Simplify
21305 emission of constant -1 load.
21307 2016-04-25 Jason Merrill <jason@redhat.com>
21309 * gdbinit.in: Skip is-a.h.
21311 * attribs.c (register_scoped_attributes): Fix logic.
21312 * attribs.h: Declare register_scoped_attributes.
21314 2016-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
21316 * config/rs6000/rs6000-builtin.def: Correct pasto error for
21317 stxvd2x and stxvw4x built-in functions.
21319 2016-04-25 DJ Delorie <dj@redhat.com>
21321 * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
21322 (ashrhi3): Likewise.
21323 (lshrhi3): Likewise.
21325 2016-04-25 Richard Biener <rguenther@suse.de>
21327 PR tree-optimization/70780
21328 * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
21329 wasn't visited yet.
21330 (compute_antic): Mark blocks with abnormal preds as visited as
21331 they have a final empty antic-in solution already.
21333 2016-04-25 Michael Collison <michael.collison@linaro.org>
21335 * ChangeLog(2016-04-25): Fix ChangeLog formatting.
21337 2016-04-25 Michael Collison <michael.collison@linaro.org>
21339 * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
21340 mode is VQI to improve mixed mode vectorization.
21341 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
21342 define_insn to match low half of signed vaddw.
21343 * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
21344 define_insn to match high half of signed vaddw.
21345 * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
21346 define_insn to match low half of unsigned vaddw.
21347 * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
21348 define_insn to match high half of unsigned vaddw.
21349 * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
21350 (arm_simd_check_vect_par_cnst_half_p): Likewise.
21351 * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
21353 (arm_simd_check_vect_par_cnst_half_p): Likewise.
21354 * config/arm/predicates.md (vect_par_constant_high): Support
21355 big endian and simplify by calling
21356 arm_simd_check_vect_par_cnst_half
21357 (vect_par_constant_low): Likewise.
21359 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
21361 * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
21362 predicate for operand 2.
21364 2016-04-24 Uros Bizjak <ubizjak@gmail.com>
21365 H.J. Lu <hongjiu.lu@intel.com>
21367 * config/i386/i386-protos.h (standard_sse_constant_p): Add
21368 machine_mode argument.
21369 * config/i386/i386.c (standard_sse_constant_p): Return 2 for
21370 constm1_rtx operands. For VOIDmode constants, get mode from
21371 pred_mode. Check mode size if the mode is supported by ABI.
21372 (standard_sse_constant_opcode): Do not use standard_constant_p.
21373 Strictly check ABI support for all-ones operands.
21374 (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
21375 immediates. Update calls to standard_sse_constant_p.
21376 (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
21377 (ix86_rtx_costs): Ditto.
21378 * config/i386/i386.md (*movxi_internal_avx512f): Use
21379 nonimmediate_or_sse_const_operand instead of vector_move_operand.
21380 Use (v,BC) alternative instead of (v,C). Use register_operand
21381 checks instead of MEM_P.
21382 (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
21383 of vector_move_operand. Add (v,BC) alternative and corresponding avx2
21384 isa attribute. Use register_operand checks instead of MEM_P.
21385 (*movti_internal): Use nonimmediate_or_sse_const_operand for
21386 TARGET_SSE. Improve TARGET_SSE insn constraint. Add (v,BC)
21387 alternative and corresponding sse2 isa attribute.
21388 (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
21389 to standard_sse_constant_p.
21390 (FP constant splitters): Ditto.
21391 * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
21393 * config/i386/predicates.md (constm1_operand): Remove.
21394 (nonimmediate_or_sse_const_operand): Rewrite using RTX.
21395 * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
21396 vector_all_ones_operand instead of constm1_operand.
21398 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
21400 * print-rtl.c (print_rtx_insn_vec): New function.
21401 * print-rtl.h: New prototype.
21402 * store-motion.c (struct st_expr): Make avail_stores a vector.
21403 (st_expr_entry): Adjust.
21404 (free_st_expr_entry): Likewise.
21405 (print_store_motion_mems): Likewise.
21406 (find_moveable_store): Likewise.
21407 (compute_store_table): Likewise.
21408 (delete_store): Likewise.
21409 (build_store_vectors): Likewise.
21411 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
21413 * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
21415 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
21417 * vec.h (vec_safe_contains): New function.
21418 (vec::contains): Likewise.
21419 (vec::begin): Likewise.
21420 (vec::end): Likewise.
21422 2016-04-23 Jakub Jelinek <jakub@redhat.com>
21425 * cfgexpand.c (expand_stack_vars): Fix typo.
21427 2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
21429 * system.h (list, map, set, vector): Include conditionally.
21430 * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
21431 * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
21432 * ipa-icf.c (INCLUDE_LIST): Define.
21433 * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
21434 * config/sh/sh.c (INCLUDE_VECTOR): Define.
21435 * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
21436 (INCLUDE_LIST, INCLUDE_VECTOR): Define.
21437 * cp/logic.cc (INCLUDE_LIST): Define.
21438 * fortran/trans-common.c (INCLUDE_MAP): Define.
21440 2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
21442 * auto-profile.c: Remove <string.h> include.
21443 * ipa-icf-gimple.c: Remove <list> include.
21444 * diagnostic.c: Remove <new> include.
21445 * genmatch.c: Likewise.
21446 * pretty-print.c: Likewise.
21447 * toplev.c: Likewise
21448 * c/c-objc-common.c: Likewise.
21449 * cp/error.c: Likewise.
21450 * fortran/error.c: Likewise.
21452 2016-04-22 Richard Biener <rguenther@suse.de>
21454 * lto-streamer-in.c (input_ssa_names): Do not allocate
21455 GIMPLE_NOP for all SSA names.
21456 * lto-streamer-out.c (output_ssa_names): Do not output
21457 SSA names that should have been released.
21459 2016-04-22 Richard Biener <rguenther@suse.de>
21461 PR tree-optimization/70740
21462 * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
21465 2016-04-21 H.J. Lu <hongjiu.lu@intel.com>
21468 * config/i386/predicates.md (call_insn_operand): Replace
21469 sibcall_memory_operand with memory_operand.
21471 2016-04-21 Patrick Palka <ppalka@gcc.gnu.org>
21473 * tree-vrp.c (register_edge_assert_for_2): Remove redundant
21474 has_single_use() tests.
21475 (register_edge_assert_for_1): Likewise.
21476 (find_assert_locations_1): Check the liveness bitmap instead of
21477 checking has_single_use().
21479 2016-04-21 Kirill Yukhin <kirill.yukhin@intel.com>
21482 * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
21483 Extract AVX-512BW constraint from AVX.
21485 2016-04-21 Richard Biener <rguenther@suse.de>
21487 PR tree-optimization/70725
21488 * tree-if-conv.c (if_convertible_phi_p): Adjust guard
21489 for phi_convertible_by_degenerating_args.
21490 (predicate_all_scalar_phis): Handle single-argument PHIs.
21492 2016-04-21 Richard Biener <rguenther@suse.de>
21494 PR middle-end/70747
21495 * fold-const.c (fold_comparison): Return properly typed
21498 2016-04-21 Bin Cheng <bin.cheng@arm.com>
21500 PR tree-optimization/70715
21501 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
21502 after expanding BASE using expand_simple_operations.
21504 2016-04-21 Marc Glisse <marc.glisse@inria.fr>
21506 * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
21507 New transformations.
21509 2016-04-21 Marc Glisse <marc.glisse@inria.fr>
21511 * match.pd (min(int_max, x), max(int_min, x)): New transformations.
21513 2016-04-20 Jan Hubicka <jh@suse.cz>
21515 * ipa-inline.c (can_inline_edge_p): Pass caller info to
21516 ultiimate_alias_target.
21517 (update_callee_keys): Likewise.
21518 (lookup_recursive_calls): Likewise.
21519 (speculation_useful_p): Likewise.
21521 2016-04-20 Jan Hubicka <jh@suse.cz>
21524 * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
21525 (set_nothrow_flag_1): ... this; handle interposition correctly;
21526 recurse on aliases and thunks.
21527 (cgraph_node::set_nothrow_flag): New.
21528 * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
21529 functions compiled with non-call exceptions that binds to current
21531 (propagate_nothrow): Be safe WRT interposition.
21532 * cgraph.h (set_nothrow_flag): Update prototype.
21534 2016-04-18 Jan Hubicka <jh@suse.cz>
21536 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
21537 max_loop_iterations_int.
21538 (tree_unswitch_outer_loop): Likewise.
21540 2016-04-20 Bin Cheng <bin.cheng@arm.com>
21542 PR tree-optimization/69489
21543 * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
21544 (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
21545 Revise dump message.
21546 (if_convertible_bb_p): Remove check on edge count of basic block's
21549 2016-04-20 Bin Cheng <bin.cheng@arm.com>
21551 PR tree-optimization/56625
21552 PR tree-optimization/69489
21553 * tree-data-ref.h (DR_INNERMOST): New macro.
21554 * tree-if-conv.c (innermost_loop_behavior_hash): New class for
21555 hashing struct innermost_loop_behavior.
21556 (ref_DR_map): Remove.
21557 (innermost_DR_map): New map.
21558 (baseref_DR_map): Revise comment.
21559 (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
21560 to innermost_DR_map accroding to its innermost loop behavior.
21561 (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
21562 to its innermost loop behavior.
21563 (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
21564 Add initialization for innermost_DR_map. Record memory reference
21565 in DR_BASE_ADDRESS if the reference is compound one or it doesn't
21566 have innermost loop behavior.
21567 (if_convertible_loop_p): Remove release for ref_DR_map. Release
21570 2016-04-20 Uros Bizjak <ubizjak@gmail.com>
21572 * config/i386/i386.md (*lea<mode>_general_1): Rename from
21573 *lea_general_1. Use explicit SWI12 mode interator.
21574 (*lea<mode>_general_2): Rename from *lea_general_2.
21575 Use explicit SWI12 mode interator.
21576 (*lea<mode>_general_3): Rename from *lea_general_3.
21577 Use explicit SWI12 mode interator.
21578 (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
21579 Use explicit SWI12 mode interator.
21580 (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
21581 Use explicit SWI48 mode interator.
21583 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
21585 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
21586 Short-cut unaligned load and store cases. Handle all integer
21588 (ix86_expand_vector_move_misalign): Short-cut unaligned load
21589 and store cases. Call ix86_avx256_split_vector_move_misalign
21590 directly without checking mode class.
21592 2016-04-20 Andrew Pinski <apinski@cavium.com>
21593 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21596 * config/aarch64/aarch64.md (sibcall): Force call
21597 address to be DImode for ILP32.
21598 (sibcall_value): Likewise.
21600 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
21602 * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
21604 2016-04-20 Richard Biener <rguenther@suse.de>
21606 * gimple-match.h (maybe_build_generic_op): Adjust prototype.
21607 * gimple-match-head.c (maybe_build_generic_op): Pass all ops
21608 by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
21609 (maybe_push_res_to_seq): Adjust.
21610 * gimple-fold.c (maybe_build_generic_op): Likewise.
21612 2016-04-20 Marek Polacek <polacek@redhat.com>
21614 * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
21617 2016-04-20 Ilya Enkovich <ilya.enkovich@intel.com>
21619 * config/i386/sse.md (vec_unpacks_lo_hi): Always
21620 use kmovw to support AVX512F target.
21622 2016-04-20 Bin Cheng <bin.cheng@arm.com>
21624 * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
21626 2016-04-20 Marek Polacek <polacek@redhat.com>
21628 PR tree-optimization/70725
21629 * tree-if-conv.c (is_false_predicate): New function.
21630 (predicate_mem_writes): Use it.
21632 2016-04-20 Richard Biener <rguenther@suse.de>
21634 PR tree-optimization/70726
21635 * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
21636 shift amounts from a pattern stmt operand.
21638 2016-04-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
21641 * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
21642 stack_restore_from_fpr pattern when restoring r15.
21643 (s390_optimize_prologue): Strip away the memory barrier in the
21644 parallel when trying to get rid of restore insns.
21645 * config/s390/s390.md ("stack_restore_from_fpr"): New insn
21646 definition for loading the stack pointer from an FPR. Compared to
21647 the normal move insn this pattern includes a full memory barrier.
21649 2016-04-19 Jakub Jelinek <jakub@redhat.com>
21651 PR middle-end/70680
21652 * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
21653 implicitly linear or lastprivate iterator on the outer context.
21655 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
21657 * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
21659 * config/i386/i386.md (ssememalign): Removed.
21660 * config/i386/sse.md: Remove ssememalign attribute from patterns.
21662 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
21665 * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
21666 const short * to __builtin_ia32_loaddquhi512_mask.
21667 (_mm512_maskz_loadu_epi16): Likewise.
21668 (_mm512_mask_storeu_epi16): Pass short * to
21669 __builtin_ia32_storedquhi512_mask.
21670 (_mm512_mask_loadu_epi8): Pass const char * to
21671 __builtin_ia32_loaddquqi512_mask.
21672 (_mm512_maskz_loadu_epi8): Likewise.
21673 (_mm512_mask_storeu_epi8): Pass char * to
21674 __builtin_ia32_storedquqi512_mask.
21675 * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
21676 const double * to __builtin_ia32_loadupd512_mask.
21677 (_mm512_mask_loadu_pd): Likewise.
21678 (_mm512_maskz_loadu_pd): Likewise.
21679 (_mm512_storeu_pd): Pass double * to
21680 __builtin_ia32_storeupd512_mask.
21681 (_mm512_mask_storeu_pd): Likewise.
21682 (_mm512_loadu_ps): Pass const float * to
21683 __builtin_ia32_loadups512_mask.
21684 (_mm512_mask_loadu_ps): Likewise.
21685 (_mm512_maskz_loadu_ps): Likewise.
21686 (_mm512_storeu_ps): Pass float * to
21687 __builtin_ia32_storeups512_mask.
21688 (_mm512_mask_storeu_ps): Likewise.
21689 (_mm512_mask_loadu_epi64): Pass const long long * to
21690 __builtin_ia32_loaddqudi512_mask.
21691 (_mm512_maskz_loadu_epi64): Likewise.
21692 (_mm512_mask_storeu_epi64): Pass long long *
21693 to __builtin_ia32_storedqudi512_mask.
21694 (_mm512_loadu_si512): Pass const int * to
21695 __builtin_ia32_loaddqusi512_mask.
21696 (_mm512_mask_loadu_epi32): Likewise.
21697 (_mm512_maskz_loadu_epi32): Likewise.
21698 (_mm512_storeu_si512): Pass int * to
21699 __builtin_ia32_storedqusi512_mask.
21700 (_mm512_mask_storeu_epi32): Likewise.
21701 * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
21702 char * to __builtin_ia32_storedquqi256_mask.
21703 (_mm_mask_storeu_epi8): Likewise.
21704 (_mm256_mask_loadu_epi16): Pass const short * to
21705 __builtin_ia32_loaddquhi256_mask.
21706 (_mm256_maskz_loadu_epi16): Likewise.
21707 (_mm_mask_loadu_epi16): Pass const short * to
21708 __builtin_ia32_loaddquhi128_mask.
21709 (_mm_maskz_loadu_epi16): Likewise.
21710 (_mm256_mask_loadu_epi8): Pass const char * to
21711 __builtin_ia32_loaddquqi256_mask.
21712 (_mm256_maskz_loadu_epi8): Likewise.
21713 (_mm_mask_loadu_epi8): Pass const char * to
21714 __builtin_ia32_loaddquqi128_mask.
21715 (_mm_maskz_loadu_epi8): Likewise.
21716 (_mm256_mask_storeu_epi16): Pass short * to.
21717 __builtin_ia32_storedquhi256_mask.
21718 (_mm_mask_storeu_epi16): Pass short * to.
21719 __builtin_ia32_storedquhi128_mask.
21720 * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
21721 const double * to __builtin_ia32_loadupd256_mask.
21722 (_mm256_maskz_loadu_pd): Likewise.
21723 (_mm_mask_loadu_pd): Pass onst double * to
21724 __builtin_ia32_loadupd128_mask.
21725 (_mm_maskz_loadu_pd): Likewise.
21726 (_mm256_mask_storeu_pd): Pass double * to
21727 __builtin_ia32_storeupd256_mask.
21728 (_mm_mask_storeu_pd): Pass double * to
21729 __builtin_ia32_storeupd128_mask.
21730 (_mm256_mask_loadu_ps): Pass const float * to
21731 __builtin_ia32_loadups256_mask.
21732 (_mm256_maskz_loadu_ps): Likewise.
21733 (_mm_mask_loadu_ps): Pass const float * to
21734 __builtin_ia32_loadups128_mask.
21735 (_mm_maskz_loadu_ps): Likewise.
21736 (_mm256_mask_storeu_ps): Pass float * to
21737 __builtin_ia32_storeups256_mask.
21738 (_mm_mask_storeu_ps): ass float * to
21739 __builtin_ia32_storeups128_mask.
21740 (_mm256_mask_loadu_epi64): Pass const long long * to
21741 __builtin_ia32_loaddqudi256_mask.
21742 (_mm256_maskz_loadu_epi64): Likewise.
21743 (_mm_mask_loadu_epi64): Pass const long long * to
21744 __builtin_ia32_loaddqudi128_mask.
21745 (_mm_maskz_loadu_epi64): Likewise.
21746 (_mm256_mask_storeu_epi64): Pass long long * to
21747 __builtin_ia32_storedqudi256_mask.
21748 (_mm_mask_storeu_epi64): Pass long long * to
21749 __builtin_ia32_storedqudi128_mask.
21750 (_mm256_mask_loadu_epi32): Pass const int * to
21751 __builtin_ia32_loaddqusi256_mask.
21752 (_mm256_maskz_loadu_epi32): Likewise.
21753 (_mm_mask_loadu_epi32): Pass const int * to
21754 __builtin_ia32_loaddqusi128_mask.
21755 (_mm_maskz_loadu_epi32): Likewise.
21756 (_mm256_mask_storeu_epi32): Pass int * to
21757 __builtin_ia32_storedqusi256_mask.
21758 (_mm_mask_storeu_epi32): Pass int * to
21759 __builtin_ia32_storedqusi128_mask.
21760 * config/i386/i386-builtin-types.def (PCSHORT): New.
21761 (PINT64): Likewise.
21762 (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
21763 (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
21764 (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
21765 (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
21766 (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
21767 (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
21768 (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
21769 (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
21770 (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
21771 (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
21772 (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
21773 (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
21774 (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
21775 (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
21776 (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
21777 (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
21778 (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
21779 (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
21780 (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
21781 (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
21782 (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
21783 (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
21784 (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
21785 (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
21786 (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
21787 (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
21788 (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
21789 (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
21790 (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
21791 (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
21792 (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
21793 (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
21794 (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
21795 (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
21796 (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
21797 (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
21798 (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
21799 (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
21800 (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
21801 (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
21802 (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
21803 (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
21804 (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
21805 (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
21806 (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
21807 (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
21808 (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
21809 (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
21810 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
21812 (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
21813 (ix86_avx256_split_vector_move_misalign): Don't use unaligned
21815 (ix86_expand_vector_move_misalign): Likewise.
21816 (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
21817 to scalar function prototype for unaligned load/store builtins.
21818 (ix86_expand_special_args_builtin): Updated.
21819 * config/i386/sse.md (UNSPEC_LOADU): Removed.
21820 (UNSPEC_STOREU): Likewise.
21821 (VI_ULOADSTORE_BW_AVX512VL): Likewise.
21822 (VI_ULOADSTORE_F_AVX512VL): Likewise.
21823 (ssescalarsize): Handle V4TI, V2TI and V1TI.
21824 (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
21825 (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
21826 (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
21827 (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
21828 (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
21829 (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
21830 (sse2_avx_avx512f>_storedqu<mode>): Likewise.
21831 (<avx512>_storedqu<mode>_mask): Likewise.
21832 (*sse4_2_pcmpestr_unaligned): Likewise.
21833 (*sse4_2_pcmpistr_unaligned): Likewise.
21834 (*mov<mode>_internal): Renamed to ...
21835 (mov<mode>_internal): This. Remove check of AVX and IAMCU on
21836 misaligned operand. Replace vmovdqu64 with vmovdqu<ssescalarsize>.
21837 (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
21838 (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
21840 2016-04-19 Richard Biener <rguenther@suse.de>
21842 PR tree-optimization/70171
21843 * tree-ssa-phiprop.c: Include stor-layout.h.
21844 (phiprop_insert_phi): Handle the aggregate copy case.
21845 (propagate_with_phi): Likewise.
21847 2016-04-19 Uros Bizjak <ubizjak@gmail.com>
21849 * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
21850 instead of simplify_gen_subreg (... , 0).
21851 (ix86_delegitimize_address): Ditto.
21852 (ix86_split_divmod): Ditto.
21853 (ix86_split_copysign_const): Ditto.
21854 (ix86_split_copysign_var): Ditto.
21855 (ix86_expand_args_builtin): Ditto.
21856 (ix86_expand_round_builtin): Ditto.
21857 (ix86_expand_special_args_builtin): Ditto.
21858 * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
21859 (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
21860 (udivmodqi4): Ditto.
21861 (absneg splitters): Ditto.
21862 (*jcc_bt<mode>_1): Ditto.
21864 2016-04-19 Richard Biener <rguenther@suse.de>
21866 PR tree-optimization/70724
21867 * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
21868 restoring out from ...
21869 (free_scc_vn): ... here.
21870 * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
21871 * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
21873 (pass_fre::execute): Restore SSA info.
21875 2016-04-19 Richard Biener <rguenther@suse.de>
21877 * gimple-walk.h (struct walk_stmt_info): Add stmt member.
21878 * gimple-walk.c (walk_gimple_op): Initialize it.
21879 (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
21880 * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
21881 remapping SSA names of defs.
21882 (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
21885 2016-04-18 Vladimir Makarov <vmakarov@redhat.com>
21887 PR middle-end/70689
21888 * lra-constraints.c (equiv_substition_p): New.
21889 (process_alt_operands): Use it.
21890 (swap_operands): Swap it.
21891 (curr_insn_transform): Update it.
21893 2016-04-18 Michael Matz <matz@suse.de>
21895 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
21896 (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
21897 * tree-core.h (tree_type_common.align): Use bit-field.
21898 (tree_type_common.spare): New.
21899 (tree_decl_common.off_align): Make smaller.
21900 (tree_decl_common.align): Use bit-field.
21902 * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
21903 * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
21904 (scan_sharing_clauses): Ditto.
21905 (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
21906 (omp_finish_file): Ditto.
21907 * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
21908 (layout_decl): Ditto.
21909 (relayout_decl): Ditto.
21910 (finalize_record_size): Use SET_TYPE_ALIGN.
21911 (finalize_type_size): Ditto.
21912 (finish_builtin_struct): Ditto.
21913 (layout_type): Ditto.
21914 (initialize_sizetypes): Ditto.
21915 * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
21916 * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
21917 (lookup_field_for_decl): Use SET_DECL_ALIGN.
21918 (get_chain_field): Ditto.
21919 (get_trampoline_type): Ditto.
21920 (get_nl_goto_field): Ditto.
21921 * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
21923 (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
21924 * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
21925 * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
21926 (build_qualified_type): Use SET_TYPE_ALIGN.
21927 (build_aligned_type, build_range_type_1): Ditto.
21928 (build_atomic_base): Ditto.
21929 (build_common_tree_nodes): Ditto.
21930 * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
21931 (expand_one_stack_var_at): Ditto.
21932 * coverage.c (build_var): Use SET_DECL_ALIGN.
21933 * except.c (init_eh): Ditto.
21934 * function.c (assign_parm_setup_block): Ditto.
21935 * symtab.c (increase_alignment_1): Ditto.
21936 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
21937 * tree-vect-stmts.c (ensure_base_align): Ditto.
21938 * varasm.c (align_variable): Ditto.
21939 (assemble_variable): Ditto.
21940 (build_constant_desc): Ditto.
21941 (output_constant_def_contents): Ditto.
21943 * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
21944 * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
21945 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
21946 * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
21947 * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
21949 2016-04-18 H.J. Lu <hongjiu.lu@intel.com>
21952 * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
21953 replace %vmovsd with "%vmovq".
21954 (vec_concatv2df): Likewise.
21956 2016-04-18 Uros Bizjak <ubizjak@gmail.com>
21958 * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
21959 (*vec_extractv2si_0): Ditto.
21960 * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
21961 (zero_extended_scalar_load_operand splitters): Ditto.
21962 (vec_extract splitters): Ditto.
21963 (*vec_extractv4si_0_zext): Ditto.
21964 (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
21965 and lowpart_subreg.
21966 (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
21967 (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
21968 (*sse4_1_extractps): Use lowpart_subreg.
21969 * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
21971 2016-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21973 * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
21975 (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
21976 Mention Solaris 11 packaging changes.
21977 Update gas and gld requirements.
21978 Remove reference to pre-Solaris 10 bug.
21979 (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
21981 (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
21984 2016-04-17 Jan Hubicka <jh@suse.cz>
21986 * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
21987 max_loop_iterations_int.
21989 2016-04-18 Richard Biener <rguenther@suse.de>
21991 PR tree-optimization/43434
21992 * tree-ssa-structalias.c (struct vls_data): New.
21993 (visit_loadstore): Handle all pointer-based accesses.
21994 (compute_dependence_clique): Compute a bitmap of restrict tags
21995 assigned bases and pass it to visit_loadstore.
21997 2016-04-18 Matthew Wahab <matthew.wahab@arm.com>
22000 * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
22001 armv8.1-a and armv8.1-a+crc.
22003 2016-04-18 Richard Biener <rguenther@suse.de>
22005 PR tree-optimization/70701
22006 * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
22007 references after translating through a memcpy.
22009 2016-04-18 Richard Biener <rguenther@suse.de>
22011 * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
22012 (compute_antic): ... here. For partial antic use regular
22013 postorder and scrap iteration.
22014 (compute_partial_antic_aux): Remove unused return value.
22015 (init_pre): Do not allocate postorder.
22016 (fini_pre): Do not free postorder.
22018 2016-04-18 Richard Biener <rguenther@suse.de>
22020 PR middle-end/37870
22021 * expmed.c (extract_bit_field_1): Remove broken case
22022 using a wider MODE_INT mode.
22024 2016-04-18 Segher Boessenkool <segher@kernel.crashing.org>
22026 * has-brig.c (lendian16): Don't try to use __builtin_bswap16
22027 unless compiling with at least GCC-4.8.
22029 2016-04-17 Jan Hubicka <jh@suse.cz>
22032 * graphite.c (graphite_finalize): Update call to
22033 tree_estimate_probability.
22034 * predict.h (tree_estimate_probability): Update prototype.
22036 2016-04-17 Jan Hubicka <jh@suse.cz>
22038 * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
22039 (tree_estimate_probability): Likewise.
22040 (pass_profile::execute): Update.
22041 (report_predictor_hitrates): New function.
22042 * profile.c (compute_branch_probabilities): Use it.
22043 * predict.h (report_predictor_hitrates): Declare.
22045 2016-04-17 Jan Hubicka <jh@suse.cz>
22048 * cgraph.h (cgraph_node::set_const_flag,
22049 cgraph_node::set_pure_flag): Update prototype to return bool;
22051 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
22052 of interposable symbol are interposable, too.
22053 (cgraph_set_const_flag_1): Rename to ...
22054 (set_const_flag_1): ... this one; change to self recursive function
22055 instead of call_for_symbol_thunks_and_aliases. Handle correctly
22056 clearnig the flag in all variants and also virtual thunks of const
22057 functions are pure; track if any change was done.
22058 (cgraph_node::set_const_flag): Update.
22059 (struct set_pure_flag_info): New struct.
22060 (cgraph_set_pure_flag_1): Rename to ...
22061 (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
22062 rather than pointer encoded flags; track if any changes was done;
22063 handle correctly clearning flag and setting flag of aliases already
22065 (cgraph_node::set_pure_flag): Update.
22066 (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
22068 2016-04-17 Tom de Vries <tom@codesourcery.com>
22071 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
22072 backslash in label.
22074 2016-04-17 Tom de Vries <tom@codesourcery.com>
22076 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
22077 '{}<> ' as escape-for-record.
22079 2016-04-17 Tom de Vries <tom@codesourcery.com>
22081 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
22084 2016-04-17 Tom de Vries <tom@codesourcery.com>
22087 * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
22088 * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
22089 * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
22090 * passes.c (finish_optimization_passes): Only call
22091 finish_graph_dump_file if dfi->graph_dump_initialized.
22092 (execute_function_dump, pass_init_dump_file): Use
22093 dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
22095 2016-04-17 Tom de Vries <tom@codesourcery.com>
22097 PR tree-optimization/70256
22098 * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
22099 (debug_varmap): New function.
22101 2016-04-17 Tom de Vries <tom@codesourcery.com>
22104 * passes.c (pass_manager::register_pass): Propagate pflags.
22106 2016-04-17 Tom de Vries <tom@codesourcery.com>
22109 * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
22110 * passes.c (pass_manager::pass_manager): Declare and init p_start in
22111 INSERT_PASSES_AFTER. Add pass parameter to TERMINATE_PASS_LIST, and
22112 check if it's equal to p_start.
22113 * passes.def: Add arguments to TERMINATE_PASS_LISTs.
22115 2016-04-15 Jan Hubicka <jh@suse.cz>
22118 * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
22119 function does not bind to current def.
22120 * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
22121 handle conservatively calls to functions that does not need to bind
22123 (check_call): Update call of worse_state.
22124 (ignore_edge_for_nothrow): Update.
22125 (ignore_edge_for_pure_const): Likewise.
22126 (propagate_pure_const): Update calls to worse_state.
22127 (skip_function_for_local_pure_const): Reformat comments.
22129 2016-04-15 Jan Hubicka <jh@suse.cz>
22132 * cgraph.c (cgraph_node::get_availability): Add REF parameter.
22133 (cgraph_node::function_symbol): Likewise.
22134 (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
22135 * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
22136 (symtab_node::ultimate_alias_target): Add REF parameter.
22137 (symtab_node::binds_to_current_def_p): Declare.
22138 (symtab_node;:ultimate_alias_target_1): Add REF parameter.
22139 (cgraph_node::function_symbol): Likewise.
22140 (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
22141 (cgraph_node::get_availability): Likewise.
22142 (cgraph_edge::binds_to_current_def_p): New inline function.
22143 (varpool_node::get_availability): Add REF parameter.
22144 (varpool_node::ultimate_alias_target): Likewise.
22145 * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
22146 (symtab_node::binds_to_current_def_p): Likewise.
22147 * varpool.c (varpool_node::get_availability): Likewise.
22149 2016-04-15 Kirill Yukhin <kirill.yukhin@intel.com>
22152 * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
22153 Fix mode size check.
22155 2016-04-15 Jakub Jelinek <jakub@redhat.com>
22157 * BASE-VER: Set to 7.0.0.
22159 2016-04-15 Alexander Monakov <amonakov@ispras.ru>
22161 * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
22163 2016-04-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22165 * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
22166 architecture revisions.
22168 2016-04-15 Bernd Schmidt <bschmidt@redhat.com>
22170 * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
22171 * config/i386/i386.c (ix86_using_red_zone): No longer static.
22172 * config/i386/i386.md (stack decrement to push peepholes): Guard
22173 with !x86_using_red_zone ().
22175 2016-04-15 Jakub Jelinek <jakub@redhat.com>
22178 * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
22179 to dump_generic_node.
22180 (NIY): Pass also flags to do_niy.
22182 2016-04-15 Thomas Schwinge <thomas@codesourcery.com>
22184 * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
22185 (simd_clone_vector_of_formal_parm_types)
22186 (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
22187 (simd_clone_mangle, simd_clone_create)
22188 (simd_clone_adjust_return_type, create_tmp_simd_array)
22189 (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
22190 (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
22191 (ipa_simd_modify_function_body, simd_clone_linear_addend)
22192 (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
22193 (pass_data_omp_simd_clone, class pass_omp_simd_clone)
22194 (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
22195 * omp-simd-clone.c: ... this new file.
22196 (simd_clone_vector_of_formal_parm_types): Make it static.
22197 * Makefile.in (OBJS): Add omp-simd-clone.o.
22199 2016-04-15 Kirill Yukhin <kirill.yukhin@intel.com>
22202 * config/i386/sse.md: Use proper memory operand modifiers.
22205 2016-04-15 Richard Biener <rguenther@suse.de>
22206 Alan Modra <amodra@gmail.com>
22208 PR tree-optimization/70130
22209 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
22210 when alignment stays not the same and no not use the realign
22213 2016-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
22216 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
22217 direct move handlers for KFmode. Change TFmode handlers test from
22218 FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
22220 2016-04-14 Jakub Jelinek <jakub@redhat.com>
22223 * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
22224 * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
22225 (inlined_polymorphic_ctor_dtor_block_p): Use it.
22226 * tree-ssa-live.c (remove_unused_scope_block_p): When
22227 in_ctor_dtor_block, avoid discarding not just BLOCKs with
22228 BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
22229 block_ultimate_origin is FUNCTION_DECL.
22230 (remove_unused_locals): If current_function_decl is
22231 polymorphic_ctor_dtor_p, pass initial true to
22232 remove_unused_scope_block_p' is_ctor_dtor_block.
22234 2016-04-14 Martin Sebor <msebor@redhat.com>
22239 * doc/extend.texi (Variable Length): Revert.
22241 2016-04-14 Marek Polacek <polacek@redhat.com>
22242 Jan Hubicka <hubicka@ucw.cz>
22245 * tree.c (verify_type): Disable the canonical type of main variant
22248 2016-04-14 Jason Merrill <jason@redhat.com>
22250 * cfgexpand.c, expr.c: Revert previous change.
22252 2016-04-14 Cesar Philippidis <cesar@codesourcery.com>
22254 PR middle-end/70643
22255 * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
22256 when building a mem ref for the incoming reduction variable.
22258 2016-04-14 Richard Biener <rguenther@suse.de>
22260 PR tree-optimization/70614
22261 * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
22262 loop if the evolution dropped to chrec_dont_know.
22263 (interpret_condition_phi): Likewise.
22265 2016-04-14 Richard Biener <rguenther@suse.de>
22267 PR tree-optimization/70623
22268 * tree-ssa-pre.c (changed_blocks): Make global ...
22269 (compute_antic): ... local here. Move and fix worklist
22270 handling here. Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
22271 (compute_antic_aux): Add dumping for MAX assumed succs. Remove
22272 worklist handling, dump when ANTIC_IN changed.
22273 (compute_partial_antic_aux): Remove worklist handling.
22274 (init_pre): Do not compute post dominators. Add a comment about
22275 the CFG order chosen.
22276 (fini_pre): Do not free post dominators.
22278 2016-04-13 Martin Sebor <msebor@redhat.com>
22283 * doc/extend.texi (Variable Length): Document C++ specifics.
22285 2016-04-13 Jakub Jelinek <jakub@redhat.com>
22288 * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
22289 on all recursive call stmts. Return TODO_cleanup_cfg if any dead
22290 eh edges have been purged.
22293 * tree-sra.c (create_access_replacement,
22294 get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
22296 * tree-pretty-print.c (dump_fancy_name): New function.
22297 (dump_decl_name, dump_generic_node): Use it.
22299 2016-04-13 Jason Merrill <jason@redhat.com>
22301 * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
22302 * expr.c (expand_expr_real_1): Likewise.
22304 2016-04-13 Ilya Enkovich <ilya.enkovich@intel.com>
22306 * config/i386/i386.md (kunpckhi): Swap operands.
22307 (kunpcksi): Likewise.
22308 (kunpckdi): Likewise.
22309 * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
22310 (vec_pack_trunc_<mode>): Likewise.
22312 2016-04-13 Jakub Jelinek <jakub@redhat.com>
22315 * explow.c (convert_memory_address_addr_space_1): Formatting fix.
22317 PR middle-end/70633
22318 * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
22319 gimplification turns some element into non-constant.
22322 * rtl.h (convert_memory_address_addr_space_1): New prototype.
22323 * explow.c (convert_memory_address_addr_space_1): No longer static,
22324 add NO_EMIT argument and don't call convert_modes if true, pass
22325 it down recursively, remove break after return.
22326 (convert_memory_address_addr_space): Adjust caller.
22327 * simplify-rtx.c (simplify_unary_operation_1): Call
22328 convert_memory_address_addr_space_1 instead of convert_memory_address,
22329 if it returns NULL, don't simplify.
22331 2016-04-12 Eric Botcazou <ebotcazou@adacore.com>
22334 * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
22336 2016-04-12 Jakub Jelinek <jakub@redhat.com>
22338 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
22339 Bump the upper SIMDLEN limits, so that if the return type or
22340 characteristic type if the return type is void can be passed in
22341 all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
22344 2016-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
22347 * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
22348 Do not use "=" constraint on an input constraint.
22349 (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
22350 (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
22351 (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
22352 generates (neg (abs ...)) instead of (abs ...).
22354 2016-04-12 Jakub Jelinek <jakub@redhat.com>
22356 PR rtl-optimization/70596
22357 * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
22358 just invalidate LRA data and reset them. Adjust dump wording.
22360 2016-04-12 Martin Liska <mliska@suse.cz>
22363 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
22365 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
22367 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
22368 max_loop_iterations_int.
22369 (tree_unswitch_outer_loop): Likewise.
22370 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
22371 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
22373 2016-04-12 Tom de Vries <tom@codesourcery.com>
22375 PR tree-optimization/68756
22376 * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
22377 instead of new_name.
22379 2016-04-12 Jakub Jelinek <jakub@redhat.com>
22381 PR tree-optimization/70602
22382 * tree-sra.c (generate_subtree_copies): Don't write anything into
22383 constant pool decls.
22385 * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
22386 regardless whether there are depend clauses or not.
22388 2016-04-11 Michael Meissner <meissner@linux.vnet.ibm.com>
22391 * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
22392 target attribute and pragma from changing the -mfloat128
22393 and -mfloat128-hardware options.
22395 * doc/extend.texi (Additional Floating Types): Document PowerPC
22396 __float128 restrictions.
22398 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
22401 * config/aarch64/driver-aarch64.c
22402 (aarch64_get_extension_string_for_isa_flags): New.
22403 (arch_extension): Rename to...
22404 (aarch64_arch_extension): ...This.
22405 (ext_to_feat_string): Rename to...
22406 (aarch64_extensions): ...This.
22407 (aarch64_core_data): Keep track of architecture extension flags.
22408 (cpu_data): Rename to...
22409 (aarch64_cpu_data): ...This.
22410 (aarch64_arch_driver_info): Keep track of architecture extension
22412 (get_arch_name_from_id): Rename to...
22413 (get_arch_from_id): ...This, change return type.
22414 (host_detect_local_cpu): Update and reformat for renames, handle
22415 extensions through common infrastructure.
22417 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
22420 * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
22421 track of a canonical flag name.
22422 (all_extensions): Likewise.
22423 (arch_to_arch_name): Also track extension flags enabled by the arch.
22424 (all_architectures): Likewise.
22425 (aarch64_parse_extension): Move to here.
22426 (aarch64_get_extension_string_for_isa_flags): Take a new argument,
22428 (aarch64_rewrite_selected_cpu): Update for above change.
22429 * config/aarch64/aarch64-option-extensions.def: Rework the way flags
22430 are handled, such that the single explicit value enabled by an
22431 extension is kept seperate from the implicit values it also enables.
22432 * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
22434 (aarch64_parse_extension): New.
22435 * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
22436 here to config/aarch64/aarch64-protos.h.
22437 (aarch64_parse_extension): Move from here to
22438 common/config/aarch64/aarch64-common.c.
22439 (aarch64_option_print): Update.
22440 (aarch64_declare_function_name): Likewise.
22441 (aarch64_start_file): Likewise.
22442 * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
22443 the canonical flag for extensions.
22444 * config.gcc (aarch64*-*-*): Extend regex for capturing extension
22447 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
22449 * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
22452 2016-04-09 Tom de Vries <tom@codesourcery.com>
22454 PR tree-optimization/68953
22455 * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
22456 first to last subscript.
22458 2016-04-09 Jakub Jelinek <jakub@redhat.com>
22460 PR tree-optimization/70586
22461 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
22464 2016-04-08 Cesar Philippidis <cesar@codesourcery.com>
22468 PR tree-optimization/70373
22469 PR middle-end/70533
22470 PR middle-end/70534
22471 PR middle-end/70535
22472 * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
22473 clauses for acc parallel reductions as necessary. Error on those
22475 * omp-low.c (scan_sharing_clauses): Don't install variables which
22476 are used in acc parallel reductions.
22477 (lower_rec_input_clauses): Remove dead code.
22478 (lower_oacc_reductions): Add support for reference reductions.
22479 (lower_reduction_clauses): Remove dead code.
22480 (lower_omp_target): Don't remap variables appearing in acc parallel
22482 * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
22484 2016-04-08 Jakub Jelinek <jakub@redhat.com>
22486 PR middle-end/70593
22487 * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
22488 with multiple SSA_NAME defs, force the outputs other than first
22489 to be live before calling live_track_process_def on each output.
22491 PR rtl-optimization/70574
22492 * fwprop.c (forward_propagate_and_simplify): Don't add
22493 REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
22494 (try_fwprop_subst): Don't add REG_EQUAL note if there are any
22495 paradoxical subregs within *loc.
22497 2016-04-08 Thomas Schwinge <thomas@codesourcery.com>
22499 * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
22500 -ftree-parallelize-loops={0,1}.
22501 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
22502 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
22503 * config/ia64/hpux.h (LIB_SPEC): Likewise.
22504 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
22505 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
22507 2016-04-08 Maxim Ostapenko <m.ostapenko@samsung.com>
22510 * asan.c (instrument_derefs): If we get unknown location, extract it
22511 with EXPR_LOCATION.
22512 (maybe_instrument_call): Instrument gimple_call's arguments if needed.
22514 2016-04-08 Tom de Vries <tom@codesourcery.com>
22516 * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
22517 implicit firstprivate clause.
22519 2016-04-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22522 * config/arm/thumb2.md (tst + branch-> lsls + branch
22523 peephole below *orsi_not_shiftsi_si): Require that condition
22524 register is dead after the peephole.
22525 (second peephole after the above): Likewise.
22527 2016-04-08 Alan Modra <amodra@gmail.com>
22530 * builtins.c (fold_builtin_classify): For IBM extended precision,
22531 look at just the high-order double to test for NaN.
22532 (fold_builtin_interclass_mathfn): Similarly for Inf. For isnormal
22533 test just the high double for Inf but both doubles for subnormal
22536 2016-04-07 Jakub Jelinek <jakub@redhat.com>
22538 * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
22539 * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
22540 node->simdclone->mask_mode != VOIDmode masks.
22541 (simd_clone_adjust_argument_types): Likewise. Move sc var definition
22542 earlier, use it instead of node->simdclone.
22543 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
22544 Set clonei->mask_mode.
22546 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
22549 * parser.c (cp_parser_iteration_statement): New parameter IF_P.
22550 Pass it through to cp_parser_already_scoped_statement.
22551 (cp_parser_already_scoped_statement): New parameter IF_P. Pass
22552 it through to cp_parser_statement.
22553 (cp_parser_statement): Pass IF_P through to
22554 cp_parser_iteration_statement.
22555 (cp_parser_pragma): Adjust call to
22556 cp_parser_iteration_statement.
22558 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
22561 * gimplify.c (gimplify_omp_ordered): Add explicit braces to
22562 resolve a future -Wparentheses warning.
22563 * omp-low.c (scan_sharing_clauses): Likewise.
22564 * tree-parloops.c (eliminate_local_variables): Likewise.
22566 2016-04-06 Vladimir Makarov <vmakarov@redhat.com>
22568 PR rtl-optimization/70398
22569 * lra-constraints.c (process_address_1): Check zero scale and code
22570 for reloading with zero scale.
22572 2016-04-06 Uros Bizjak <ubizjak@gmail.com>
22574 * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
22575 (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
22577 2016-04-06 Jakub Jelinek <jakub@redhat.com>
22579 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
22580 Add support for AVX512F clones, include them by default for
22581 exported OpenMP declare simd functions. For AVX2 allow simdlen 32
22582 and use it if charasteric type is 8-bit, for AVX512F allow simdlen
22585 PR middle-end/70550
22586 * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
22587 * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
22588 firstprivate clauses.
22589 * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
22590 OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
22591 (lower_omp_target): Set TREE_NO_WARNING for
22592 non-addressable possibly uninitialized vars which are copied into
22593 addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
22595 2016-04-05 John David Anglin <danglin@gcc.gnu.org>
22597 * config/pa/predicates.md (integer_store_memory_operand): Accept
22598 REG+D operands with a large offset when reload_in_progress is true.
22599 (floating_point_store_memory_operand): Likewise.
22601 2016-04-05 Jakub Jelinek <jakub@redhat.com>
22604 * match.pd (nested int casts): Limit to GIMPLE.
22606 2016-04-05 Jan Hubicka <hubicka@ucw.cz>
22609 * ipa-devirt.c (maybe_record_node): Fix comment; use
22610 SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
22612 2016-04-05 Jakub Jelinek <jakub@redhat.com>
22614 PR rtl-optimization/70542
22615 * ree.c (add_removable_extension): For VECTOR_MODE_P punt
22616 if there are any uses other than insn or debug insns.
22618 2016-04-05 Marc Glisse <marc.glisse@inria.fr>
22619 Jakub Jelinek <jakub@redhat.com>
22621 PR tree-optimization/70509
22622 * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
22623 Shift HOST_WIDE_INT_1U instead of 1.
22625 2016-04-05 Zdenek Sojka <zsojka@seznam.cz>
22627 PR tree-optimization/70509
22628 * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
22629 of the vector base type for index.
22631 2016-04-05 Uros Bizjak <ubizjak@gmail.com>
22634 * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
22636 2016-04-05 Richard Biener <rguenther@suse.de>
22638 PR tree-optimization/70526
22639 * tree-sra.c (build_ref_for_offset): Use prev_base to
22640 extract the alias pointer type.
22642 2016-04-05 Richard Biener <rguenther@suse.de>
22644 * dse.c (struct store_info): Remove alias_set member.
22645 (struct read_info_type): Likewise.
22646 (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
22647 spill_deleted, clear_alias_set_lookup): Remove.
22648 (get_group_info): Remove dead base == NULL_RTX case.
22649 (dse_step0): Remove initialization of removed variables.
22650 (delete_dead_store_insn): Reomve alias set dumping.
22651 (free_read_records): Remove alias_set handling.
22652 (canon_address): Remove alias_set_out parameter.
22653 (record_store): Remove spill_alias_set, it's always zero.
22654 (check_mem_read_rtx): Likewise.
22655 (dse_step2): Rename from ...
22656 (dse_step2_nospill): ... this. Adjust.
22657 (scan_stores): Rename from ...
22658 (scan_stores_nospill): ... this.
22659 (scan_reads): Rename from ...
22660 (scan_reads_nospill): ... this.
22661 (scan_stores_spill, scan_reads_spill): Remove.
22662 (dse_step3_scan): Remove for_spills argument which is always false.
22663 (dse_step3): Likewise.
22664 (dse_step5): Rename from ...
22665 (dse_step5_nospill): ... this. Remove alias_set handling.
22666 (rest_of_handle_dse): Adjust.
22668 2016-04-05 Jakub Jelinek <jakub@redhat.com>
22671 * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
22672 Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
22673 V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
22674 (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
22676 2016-04-05 Richard Biener <rguenther@suse.de>
22678 PR middle-end/70499
22679 * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
22680 non-register type temporaries into SSA.
22682 2016-04-04 Jan Hubicka <hubicka@ucw.cz>
22685 * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
22686 calls when sanitizing.
22687 (possible_polymorphic_call_target_p): Fix formatting.
22689 2016-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
22690 Jakub Jelinek <jakub@redhat.com>
22692 PR middle-end/70457
22693 * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
22694 to ensure a call statement is compatible with a built-in's
22696 * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
22699 2016-04-04 Richard Biener <rguenther@suse.de>
22701 PR rtl-optimization/70484
22702 * rtl.h (canon_output_dependence): Declare.
22703 * alias.c (canon_output_dependence): New function.
22704 * dse.c (record_store): Use canon_output_dependence rather
22705 than canon_true_dependence.
22707 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
22710 * cgraph.h (symtab_node::copy_visibility_from): New function.
22711 * symtab.c (symtab_node::copy_visibility_from): New function.
22712 * ipa-visibility.c (optimize_weakref): New function.
22713 (function_and_variable_visibility): Use it.
22715 2016-04-04 Martin Liska <mliska@suse.cz>
22718 * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
22719 value that is really in range handled by SBR instruction.
22720 * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
22721 * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
22722 * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
22724 2016-04-03 Oleg Endo <olegendo@gcc.gnu.org>
22728 * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
22729 set, but not for SP_REG operands.
22731 2016-04-02 Martin Sebor <msebor@redhat.com>
22734 * fold-const.c (maybe_nonzero_address): New function.
22735 (fold_comparison): Call it. Fold equality and relational
22736 expressions involving null pointers.
22737 (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
22739 2016-03-31 Evandro Menezes <e.menezes@samsung.com>
22741 Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
22742 the "Y" constraint (scalar FP 0.0 immediate).
22744 * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
22745 Add the "const_double" to the list of operand constraints.
22747 2016-04-01 Jakub Jelinek <jakub@redhat.com>
22749 PR rtl-optimization/70467
22750 * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
22751 If low word of the last operand is 0, just emit addition/subtraction
22754 2016-04-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
22757 * config/s390/s390.c (s390_expand_insv): Check for everything
22758 constant instead of just VOIDmode stuff.
22760 2016-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
22763 * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
22765 2016-04-01 Nathan Sidwell <nathan@acm.org>
22767 * tree.def (TRY_CATCH_EXPR): Correct documentation.
22769 2016-03-31 Vladimir Makarov <vmakarov@redhat.com>
22771 PR rtl-optimization/70461
22772 * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
22775 2016-03-31 Martin Liska <mliska@suse.cz>
22778 * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
22779 a tree value or an immediate integer value to a buffer
22780 that is eventually copied to a BRIG section.
22781 (emit_immediate_operand): Call the function here.
22782 * hsa-dump.c (dump_hsa_immed): Remove checking assert.
22783 * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
22784 of class' fields that are removed.
22785 (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
22786 * hsa.h (class hsa_op_immed): Remove m_brig_repr and
22787 m_brig_repr_size fields.
22789 2016-03-31 Martin Liska <mliska@suse.cz>
22792 * hsa-gen.c (hsa_function_representation::update_dominance): New
22794 (convert_addr_to_flat_segment): Likewise.
22795 (gen_hsa_memory_set): New alignment argument.
22796 (gen_hsa_ctor_assignment): Likewise.
22797 (gen_hsa_insns_for_single_assignment): Provide alignment
22798 to gen_hsa_ctor_assignment.
22799 (gen_hsa_insns_for_direct_call): Add new argument.
22800 (expand_lhs_of_string_op): New function.
22801 (expand_string_operation_builtin): Likewise.
22802 (expand_memory_copy): New function.
22803 (expand_memory_set): New function.
22804 (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
22805 (convert_switch_statements): Change signature.
22806 (generate_hsa): Use a return value of the function.
22807 (pass_gen_hsail::execute): Do not call
22808 convert_switch_statements here.
22809 * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
22810 * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
22811 (hsa_function_representation::update_dominance): New function.
22813 2016-03-31 Martin Liska <mliska@suse.cz>
22816 * hsa-brig.c (emit_directive_variable): Emit alignment
22817 according to hsa_symbol::m_align.
22818 * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
22819 (dump_hsa_symbol): Dump alignment of HSA symbols.
22820 * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
22821 (gen_hsa_addr_with_align): New function.
22822 (hsa_bitmemref_alignment): Use newly added function.
22823 (gen_hsa_insns_for_load): Likewise.
22824 (gen_hsa_insns_for_store): Likewise.
22825 (gen_hsa_memory_copy): New argument added.
22826 (gen_hsa_insns_for_single_assignment): Respect
22827 alignment for assignments processed via gen_hsa_memory_copy.
22828 (gen_hsa_insns_for_direct_call): Likewise.
22829 (gen_hsa_insns_for_return): Likewise.
22830 (gen_function_def_parameters): Set default alignment.
22831 * hsa.c (hsa_object_alignment): New function.
22832 (hsa_byte_alignment): Pasted function.
22833 * hsa.h (hsa_symbol::m_align): New field.
22835 2016-03-31 Bin Cheng <bin.cheng@arm.com>
22837 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
22838 scratch field for goto case.
22840 2016-03-31 James Greenhalgh <james.greenhalgh@arm.com>
22842 * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
22844 2016-03-31 Ilya Enkovich <enkovich.gnu@gmail.com>
22847 * config/i386/i386.c (scalar_chain::convert_op): Fix description.
22848 (scalar_chain::convert_insn): Call convert_op for reg
22849 moves to handle undefined registers.
22851 2016-03-31 Nathan Sidwell <nathan@acm.org>
22854 * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
22855 Assert we don't want to move backwards.
22857 2016-03-31 Kirill Yukhin <kirill.yukhin@intel.com>
22860 * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
22862 2016-03-31 Jakub Jelinek <jakub@redhat.com>
22864 PR rtl-optimization/70460
22865 * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
22866 with operand from REG_LABEL_OPERAND, instead substitute
22867 SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
22868 Don't do anything for REG_NON_LOCAL_GOTO jumps.
22870 2016-03-31 Martin Liska <mliska@suse.cz>
22872 * passes.c (execute_one_pass): Do not call
22873 todo_after for a discarded function.
22875 2016-03-31 Bin Cheng <bin.cheng@arm.com>
22877 * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
22878 (no_cost, infinite_cost): Initialize the new field.
22879 (get_computation_cost_at): Record setup cost.
22880 (determine_use_iv_cost_address): Skip cost computation for sub
22881 uses if we can estimate it without losing accuracy.
22883 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
22885 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
22887 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
22888 max_loop_iterations_int.
22889 (tree_unswitch_outer_loop): Likewise.
22890 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
22891 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
22893 2016-03-30 Richard Biener <rguenther@suse.de>
22895 PR middle-end/70450
22896 * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
22898 2016-03-30 Jakub Jelinek <jakub@redhat.com>
22901 * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
22902 in gen_blendm expander.
22904 2016-03-30 Nick Clifton <nickc@redhat.com>
22907 * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
22908 case where we are already provided with an SImode SUBREG.
22910 2016-03-30 H.J. Lu <hongjiu.lu@intel.com>
22913 * config/i386/i386.c (ix86_expand_epilogue): Properly check
22914 conflict between DRAP register and __builtin_eh_return.
22916 2016-03-30 Michael Matz <matz@suse.de>
22917 Richard Biener <rguenther@suse.de>
22920 * ipa-polymorphic-call.c (struct type_change_info): Change
22921 speculative to an unsigned allowing to limit the work we do.
22922 (csftc_abort_walking_p): New inline function..
22923 (check_stmt_for_type_change): Limit the number of may-defs
22924 skipped for speculative devirtualization to
22925 max-speculative-devirt-maydefs.
22926 * params.def (max-speculative-devirt-maydefs): New param.
22927 * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
22929 2016-03-30 Mike Stump <mrs@gcc.gnu.org>
22932 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
22935 2016-03-30 Patrick Palka <ppalka@gcc.gnu.org>
22937 PR tree-optimization/59124
22938 * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
22939 where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
22941 2016-03-29 Jeff Law <law@redhat.com>
22943 * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
22945 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
22947 * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
22950 2016-03-29 Thomas Schwinge <thomas@codesourcery.com>
22952 * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
22953 * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
22954 gcrt0.o if linking dynamically.
22956 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
22959 * ipa-devirt.c (methods_equal_p): New function.
22960 (compare_virtual_tables): Use it.
22961 * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
22962 * cgraphclones.c (clone_function_name_1): Use
22963 symbol_table::symbol_suffix_separator.
22964 * coverage.c (build_var): Likewise.
22965 * symtab.c (symbol_table::symbol_suffix_separator): New.
22967 2016-03-29 Jakub Jelinek <jakub@redhat.com>
22969 PR rtl-optimization/70429
22970 * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
22971 (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
22972 mode != result_mode.
22975 * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
22977 PR tree-optimization/70405
22978 * ssa-iterators.h (num_imm_uses): Add missing braces.
22980 2016-03-29 Vladimir Makarov <vmakarov@redhat.com>
22982 PR rtl-optimization/68695
22983 * ira-color.c (allocno_copy_cost_saving): New.
22984 (improve_allocation): Use it.
22986 2016-03-29 Richard Henderson <rth@redhat.com>
22988 PR middle-end/70355
22989 * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
22991 2016-03-29 Richard Biener <rguenther@suse.de>
22993 PR middle-end/70424
22994 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
22995 use alignment returned by get_pointer_alignment_1 if it is
22996 bigger than BITS_PER_UNIT.
22997 * builtins.c (get_pointer_alignment_1): Do not return true
22998 for alignment extracted from SSA info.
23000 2016-03-28 James Bowman <james.bowman@ftdichip.com>
23002 * config/ft32/ft32.opt (mnodiv): New.
23003 * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
23004 * doc/invoke.texi (FT32 Options -mnodiv): New.
23006 2016-03-28 Kirill Yukhin <kirill.yukhin@intel.com>
23009 * config/i386/i386.md (define_split, andn): Fix modes.
23011 2016-03-26 Richard Biener <rguenther@suse.de>
23012 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
23015 * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
23017 TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
23018 as 2nd argument to cl_optimization_restore().
23020 2016-03-25 Richard Henderson <rth@redhat.com>
23023 * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
23024 * config/aarch64/aarch64-protos.h: Declare it.
23025 * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
23027 2016-03-25 Alan Modra <amodra@gmail.com>
23030 * config/rs6000/constraints.md (j): Simplify.
23031 * config/rs6000/predicates.md (easy_fp_constant): Exclude
23033 * config/rs6000/rs6000.md (zero_fp): New mode_attr.
23034 (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
23035 mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
23036 in all constraint alternatives.
23037 (movtd_64bit_nodm): Delete "j" constraint alternative.
23039 2016-03-24 Aldy Hernandez <aldyh@redhat.com>
23041 * tree-ssa-propagate.c: Enhance docs for
23042 SSA_PROP_NOT_INTERESTING.
23044 2016-03-24 Aldy Hernandez <aldyh@redhat.com>
23046 * doc/extend.texi: Fix typo in documentation to pure attribute.
23048 2016-03-24 John David Anglin <danglin@gcc.gnu.org>
23051 * config/pa/pa.md (bswapdi2): Use a scratch register.
23053 2016-03-24 Richard Henderson <rth@redhat.com>
23055 PR middle-end/69845
23056 * fold-const.c (extract_muldiv_1): Correct test for multiplication
23059 2016-03-24 Uros Bizjak <ubizjak@gmail.com>
23061 * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
23062 using ix86_expand_binary_operator instead of gen_andsi3.
23064 2016-03-24 Richard Biener <rguenther@suse.de>
23066 PR tree-optimization/70396
23067 * tree-vect-stmts.c (vectorizable_comparison): Use
23068 get_vectype_for_scalar_type.
23070 2016-03-24 Richard Biener <rguenther@suse.de>
23072 PR middle-end/70370
23073 * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
23074 with register bases.
23076 2016-03-24 Richard Biener <rguenther@suse.de>
23078 PR tree-optimization/70372
23079 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
23080 build_all_ones_cst to also handle vector types correctly.
23082 2016-03-23 Michael Meissner <meissner@linux.vnet.ibm.com>
23085 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
23088 2016-03-23 Marek Polacek <polacek@redhat.com>
23091 * doc/invoke.texi: Document -Wignored-attributes.
23093 2016-03-23 Bin Cheng <bin.cheng@arm.com>
23095 PR tree-optimization/69042
23096 * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
23097 parameter from 30 to 40.
23099 2016-03-23 Bin Cheng <bin.cheng@arm.com>
23101 PR tree-optimization/69042
23102 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
23103 for use with constant offset stripped in base.
23105 2016-03-23 Richard Biener <rguenther@suse.de>
23107 PR middle-end/70251
23108 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
23109 mode compatibility check.
23110 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
23112 2016-03-23 Jeff Law <law@redhat.com>
23114 PR tree-optimization/64058
23115 * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
23117 (struct ssa_conflicts): Move up earlier in the file.
23118 (conflicts_, var_map_): New static variables.
23119 (initialize_conflict_count): New function to initialize the
23120 CONFLICT_COUNT field for each conflict pair.
23121 (compare_pairs): Lazily initialize the conflict count and use it
23122 as the first tie-breaker.
23123 (sort_coalesce_list): Add new arguments conflicts, map. Initialize
23124 and wipe conflicts_ and map_ around the call to qsort. Remove
23125 special case for 2 coalesce pairs.
23126 * bitmap.c (bitmap_count_unique_bits): New function.
23127 (bitmap_count_bits_in_word): New function, extracted from
23129 (bitmap_count_bits): Use bitmap_count_bits_in_word.
23130 * bitmap.h (bitmap_count_unique_bits): Declare it.
23132 2016-03-23 Ilya Enkovich <enkovich.gnu@gmail.com>
23135 * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
23136 transparent alias chain for decl assembler name.
23137 * config/sol2.c (solaris_assemble_visibility): Likewise.
23139 2016-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23141 * config/arm/arm1020e.md (1020call_op): Reduce reservation
23143 (v10_fdivs): Likewise.
23144 (v10_fdivd): Likewise.
23146 2016-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23149 * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
23150 to not call fclose twice on file.
23152 2016-03-23 Jakub Jelinek <jakub@redhat.com>
23154 PR tree-optimization/70354
23155 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
23156 oprnd0 is wider than oprnd1 and there is a cast from the wider
23157 type to oprnd1, mask it with the mask of the narrower type.
23160 * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
23161 Optimize TARGET_STV splitters, if high or low word of last argument
23164 2016-03-22 Jeff Law <law@redhat.com>
23167 tree-ssa-threadbackward.c
23168 (fsm_find_control_statement_thread_paths): Correctly distinguish
23169 between old style jump threads vs FSM jump threads.
23171 2016-03-22 Ilya Enkovich <enkovich.gnu@gmail.com>
23174 * config/i386/i386.c (scalar_chain::convert_op): Support
23175 uninitialized register usage case.
23177 2016-03-22 Richard Biener <rguenther@suse.de>
23179 PR middle-end/70251
23180 * genmatch.c (gen_transform): Adjust last parameter to a three-state
23182 (capture::gen_transform): ... to change behavior when substituting
23183 a condition into cond or not-cond expr context.
23184 (dt_simplify::gen_1): Adjust.
23185 * gimple-match-head.c: Include gimplify.h for unshare_expr.
23186 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
23187 last change and instead change to
23188 A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
23189 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
23191 2016-03-22 Anthony Green <green@moxielogic.com>
23193 * config/moxie/moxiebox.h (CC1_SPEC): Define. Fix endianness
23194 issue for moxiebox targets.
23195 (CC1PLUS_SPEC): Ditto.
23197 2016-03-22 Richard Biener <rguenther@suse.de>
23199 PR middle-end/70333
23200 * fold-const.c (extract_muldiv_1): Properly perform multiplication
23203 2016-03-22 Kirill Yukhin <kirill.yukhin@intel.com>
23205 * config/i386/i386.c (def_builtin): Remove duplicated functionality.
23207 2016-03-22 Kirill Yukhin <kirill.yukhin@intel.com>
23210 * config/i386/i386.c (def_builtin): Handle
23211 OPTION_MASK_ISA_AVX512VL to be and-ed with other
23213 (const struct builtin_description bdesc_special_args[]):
23214 Remove duplicate ISA bits.
23216 2016-03-22 Jakub Jelinek <jakub@redhat.com>
23219 * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
23220 d.perm[i] for i >= d.nelt. If not full_interleave, compute d.perm[i]
23221 in a way that works also for AVX512BW.
23224 * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
23225 instead of source if operands[1] is xmm16 and above and
23226 !TARGET_AVX512VL. Use avx512f_vec_dupv16sf_1 instead of
23227 vec_interleave_lowv4sf if we need to unpack xmm16 and above.
23230 * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
23231 on assign if (*from_p) is a comparison, set it to
23232 TREE_NO_WARNING (*from_p).
23234 2016-03-21 Jakub Jelinek <jakub@redhat.com>
23236 PR middle-end/70326
23237 * lra.c (restore_scratches): Ignore deleted insns.
23239 2016-03-21 Marc Glisse <marc.glisse@inria.fr>
23240 Jakub Jelinek <jakub@redhat.com>
23242 PR tree-optimization/70317
23243 * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
23246 2016-03-21 Uros Bizjak <ubizjak@gmail.com>
23249 * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
23250 of ix86_expand_move.
23252 (movti): Use general_operand for operand 1 predicate.
23254 2016-03-21 Martin Liska <mliska@suse.cz>
23256 * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
23258 (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
23260 2016-03-21 Martin Liska <mliska@suse.cz>
23263 * ipa-icf.c (sem_function::parse): Skip static
23264 constructors and destructors.
23266 2016-03-21 Jakub Jelinek <jakub@redhat.com>
23269 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
23270 function-like macro, peek following token(s) if it is followed
23271 by CPP_OPEN_PAREN token with optional padding in between, and
23272 if not, don't treat it like a macro.
23274 2016-03-21 Thomas Schwinge <thomas@codesourcery.com>
23275 Alexander Monakov <amonakov@ispras.ru>
23277 * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
23278 for the stabs debug format.
23280 2016-03-21 Richard Biener <rguenther@suse.de>
23282 PR tree-optimization/70310
23283 * tree-vect-generic.c (expand_vector_condition): Fold the built
23286 2016-03-21 Kirill Yukhin <kirill.yukhin@intel.com>
23289 * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
23290 Block third alternative for AVX-512VL target,
23292 2016-03-21 Martin Liska <mliska@suse.cz>
23295 * hsa-brig.c (emit_function_directives): Mark unemitted
23296 global variables for emission.
23297 * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
23298 (get_symbol_for_decl): Likewise.
23299 * hsa.h (struct hsa_symbol): New flag.
23301 2016-03-21 Richard Biener <rguenther@suse.de>
23303 PR tree-optimization/70288
23304 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
23305 we do not estimate unsimplified all-constant conditionals or
23306 switches as optimized away.
23308 2016-03-21 Andrey Belevantsev <abel@ispras.ru>
23310 PR rtl-optimization/69102
23311 * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
23312 when we have a readonly dependency context.
23314 2016-03-18 Jeff Law <law@redhat.com>
23316 PR rtl-optimization/70263
23317 * ira.c (memref_used_between_p): Assert we found END in the insn chain.
23318 (update_equiv_regs): When trying to move a store to after the insn
23319 that sets the source of the store, make sure the store occurs after
23320 the insn that sets the source of the store. When successful note
23321 the REG_EQUIV note created in the dump file.
23323 2016-03-16 David Wohlferd <dw@LimeGreenSocks.com>
23324 Bernd Schmidt <bschmidt@redhat.com>
23326 * doc/extend.texi: Document more potential problems with basic asms.
23328 2016-03-18 Bernd Schmidt <bschmidt@redhat.com>
23330 PR rtl-optimization/70278
23331 * lra-constraints.c (split_reg): Handle the case where biggest_mode is
23334 2016-03-18 Jason Merrill <jason@redhat.com>
23336 * calls.c (load_register_parameters): Fix zero size sibcall logic.
23338 2016-03-18 Kirill Yukhin <kirill.yukhin@intel.com>
23340 * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
23341 values to 128b regs.
23343 2016-03-18 Ilya Enkovich <enkovich.gnu@gmail.com>
23345 PR tree-optimization/70252
23346 * tree-vect-stmts.c (supportable_widening_operation): Check resulting
23347 boolean vector has a proper number of elements.
23348 (supportable_narrowing_operation): Likewise.
23350 2016-03-18 Tom de Vries <tom@codesourcery.com>
23353 * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
23355 2016-03-18 Jakub Jelinek <jakub@redhat.com>
23357 * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
23358 instead of replace_rtx for DEBUG_INSNs.
23360 2016-03-18 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
23362 * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
23363 load type reservations.
23365 2016-03-17 John David Anglin <danglin@gcc.gnu.org>
23368 * config/pa/constraints.md: Revert 2015-02-13 change. Use
23369 define_constraint for "Q" and "T" constraints.
23371 2016-03-17 Evandro Menezes <e.menezes@samsung.com>
23373 Tweak the pipeline model for Exynos M1
23375 * config/aarch64/aarch64.c (exynosm1_tunings): Enable weak prefetching
23378 2016-03-17 David Malcolm <dmalcolm@redhat.com>
23381 * diagnostic-show-locus.c (compatible_locations_p): Handle the case
23382 where one or both locations aren't within a line_map.
23384 2016-03-17 H.J. Lu <hongjiu.lu@intel.com>
23387 * opts.c (finish_options): Don't set flag_pie to the default if
23388 -fpic, -fPIC, -fno-pic or -fno-PIC is used. Set flag_pic to 0
23391 2016-03-17 Joern Rennecke <joern.rennecke@embecosm.com>
23393 * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
23394 true as ALL_REGS argument to replace_rtx.
23396 2016-03-17 Richard Biener <rguenther@suse.de>
23399 * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
23402 2016-03-17 Jakub Jelinek <jakub@redhat.com>
23405 * rtl.h (replace_rtx): Add ALL_REGS argument.
23406 * rtlanal.c (replace_rtx): Likewise. If true, use REGNO
23407 equality and assert mode is the same, instead of just rtx pointer
23409 * config/i386/i386.md (mov + arithmetics with load peephole): Pass
23410 true as ALL_REGS argument to replace_rtx.
23412 2016-03-17 Ilya Enkovich <enkovich.gnu@gmail.com>
23414 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
23415 for boolean vector with vector mode only.
23416 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
23418 2016-03-17 Nick Clifton <nickc@redhat.com>
23421 * config/rx/rx.c (rx_print_integer): Print negative constants in
23424 2016-03-17 Jakub Jelinek <jakub@redhat.com>
23427 * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
23429 2016-03-16 Richard Henderson <rth@redhat.com>
23430 Richard Biener <rguenth@suse.de>
23432 PR middle-end/70240
23433 PR middle-end/68215
23435 * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
23436 first operand as is_gimple_condexpr.
23438 PR middle-end/70240
23439 PR middle-end/68215
23441 2015-12-11 Eric Botcazou <ebotcazou@adacore.com>
23442 * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
23443 Do not gimplify the result.
23444 (do_unop): Adjust call to tree_vec_extract.
23445 (do_binop): Likewise.
23446 (do_compare): Likewise.
23447 (do_plus_minus): Likewise.
23448 (do_negate): Likewise.
23449 (expand_vector_condition): Likewise.
23450 (do_cond): Likewise.
23452 2016-03-16 Richard Henderson <rth@redhat.com>
23455 * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
23456 (aarch64_classify_address): Use it.
23457 (aarch64_legitimize_address): Force all subexpressions of PLUS
23458 into registers. Simplify as (sfp+const)+reg or (reg+reg)+const.
23460 2016-03-16 Jakub Jelinek <jakub@redhat.com>
23461 Richard Biener <rguenth@suse.de>
23464 * rtlanal.c (replace_rtx): For REG, if from is a REG,
23465 return to even if only REGNO is equal, and assert
23468 2016-03-11 Jeff Law <law@redhat.com>
23470 PR rtl-optimization/70224
23471 * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
23473 2016-03-16 Richard Henderson <rth@redhat.com>
23475 PR middle-end/70199
23476 * function.h (struct function): Add has_forced_label_in_static.
23477 * gimplify.c (force_labels_r): Set it.
23478 * lto-streamer-in.c (input_struct_function_base): Read it.
23479 * lto-streamer-out.c (output_struct_function_base): Write it.
23480 * tree-inline.c (has_label_address_in_static_1): Remove.
23481 (copy_forbidden): Remove fndecl parameter; test
23482 has_forced_label_in_static.
23483 (inline_forbidden_p): Update call to copy_forbidden.
23484 (tree_versionable_function_p): Likewise.
23485 * ipa-chkp.c (chkp_instrumentable_p): Likewise.
23486 (chkp_versioning): Likewise.
23487 * tree-inline.h (copy_forbidden): Update decl.
23489 2016-03-16 Marek Polacek <polacek@redhat.com>
23492 * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
23493 function being thunked if the result type doesn't have fixed size.
23494 * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
23495 doesn't have fixed size.
23497 2016-03-16 Bin Cheng <bin.cheng@arm.com>
23499 * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
23500 reporting malformed loop nest.
23502 2016-03-16 Tom de Vries <tom@codesourcery.com>
23505 * ipa-devirt.c (possible_polymorphic_call_targets): Move
23506 nodes.length () == 1 test to before first nodes[0] access.
23508 2016-03-16 Tom de Vries <tom@codesourcery.com>
23510 PR tree-optimization/68715
23511 * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
23512 single_pred_p test.
23514 2016-03-16 Tom de Vries <tom@codesourcery.com>
23516 PR tree-optimization/68809
23517 * graphite-scop-detection.c (same_close_phi_node): Test if result types
23520 2016-03-16 Carlos O'Donell <carlos@redhat.com>
23521 Sandra Loosemore <sandra@codesourcery.com>
23523 * doc/extend.texi (Common Function Attributes): Describe ifunc impact
23524 on leaf attribute. Mention ELF interposition problems.
23526 2016-03-16 Alan Modra <amodra@gmail.com>
23528 PR rtl-optimization/69195
23529 PR rtl-optimization/47992
23530 * ira.c (indirect_jump_optimize): Ignore artificial defs.
23533 2016-03-15 Eric Botcazou <ebotcazou@adacore.com>
23536 * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
23538 2016-03-15 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
23540 * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
23542 2016-03-15 Jakub Jelinek <jakub@redhat.com>
23544 PR rtl-optimization/70222
23545 * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
23546 optimization if mode is different from result_mode, queue up masking
23547 of the result in outer_op. Formatting fix.
23549 PR middle-end/70239
23550 * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
23553 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
23555 PR rtl-optimization/69032
23556 * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
23557 looping backwards over basic block insns.
23559 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
23562 * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
23563 to non-speculative when propagating trap bits.
23565 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
23567 PR rtl-optimization/63384
23568 * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
23569 DEBUG_INSN_P insns.
23571 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
23574 * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
23575 factored out from ...
23576 (sched_analyze_insn): ... here.
23577 * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
23578 * sel-sched-ir.c (setup_id_implicit_regs): New function, use
23579 get_implicit_reg_pending_clobbers in it.
23580 (setup_id_reg_sets): Use setup_id_implicit_regs.
23581 (deps_init_id): Ditto.
23583 2016-03-15 Tom de Vries <tom@codesourcery.com>
23586 * cgraph.c (cgraph_node::get_body): Save, reset and restore
23588 * passes.c (execute_one_ipa_transform_pass): Add missing argument to
23589 execute_function_dump.
23590 (execute_one_pass): Don't dump function if it will be dumped after ipa
23593 2016-03-15 Segher Boessenkool <segher@kernel.crashing.org>
23595 * genrecog.c (match_pattern_2): If pred is NULL don't call
23596 safe_predicate_mode on it.
23598 2016-03-14 Jakub Jelinek <jakub@redhat.com>
23600 PR middle-end/70219
23601 * lra-constraints.c (delete_move_and_clobber): Change assertion
23602 to also allow dregno == 0.
23604 2016-03-14 Richard Henderson <rth@redhat.com>
23607 * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
23608 (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
23609 (reassociate_bb): Use optimize_vec_cond_expr; avoid
23610 optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
23613 2016-03-14 Bernd Schmidt <bschmidt@redhat.com>
23616 * lra-lives.c (process_bb_lives): Also update biggest mode for hard
23618 (lra_create_live_ranges_1): initialize hard register biggest_mode to
23620 * lra-constraints.c (split_reg): For hard regs, try to find the
23621 biggest single-register mode used in the function.
23623 2016-03-14 Richard Biener <rguenther@suse.de>
23625 PR tree-optimization/56365
23626 * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
23627 constants to compare against.
23629 2016-03-14 Segher Boessenkool <segher@kernel.crashing.org>
23632 * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
23633 *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
23634 (define_split for the GPR case): Use int_reg_operand instead of
23635 gpc_reg_operand for the output.
23637 2016-03-14 Tom de Vries <tom@codesourcery.com>
23639 PR tree-optimization/70045
23640 * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
23641 create_empty_if_region_on_edge argument.
23643 2016-03-13 Eric Botcazou <ebotcazou@adacore.com>
23645 * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
23646 (STACK_CHECK_PROTECT): Likewise.
23647 * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
23648 (STACK_CHECK_PROTECT): Likewise.
23649 * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
23650 (STACK_CHECK_PROTECT): Likewise.
23651 * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
23652 * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
23653 (STACK_CHECK_PROTECT): Likewise.
23655 2016-03-12 Andrey Belevantsev <abel@ispras.ru>
23657 PR rtl-optimization/69307
23658 * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
23659 registers in modes that span more than one register.
23661 2016-03-12 Vladimir Makarov <vmakarov@redhat.com>
23664 * lra-constraints.c (delete_move_and_clobber): New.
23665 (remove_inheritance_pseudos): Use it.
23667 2016-03-12 Eric Botcazou <ebotcazou@adacore.com>
23670 * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
23671 the libcall is LCT_THROW.
23672 * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
23673 for the checking routine.
23675 2016-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
23678 * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
23679 optimization if we have direct move.
23680 (roundu32<mode>2_fprs): Likewise.
23682 2016-03-11 Bernd Schmidt <bschmidt@redhat.com>
23685 * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
23687 (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
23688 Arguments swapped. All callers changed. Take reg_renumber into
23689 account, and Calculate and compare register ranges for hard regs.
23691 2016-03-11 Jeff Law <law@redhat.com>
23693 PR tree-optimization/70190
23694 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
23695 Handle cases where we can not extract the taken edge, even though we
23696 found a constant value.
23698 PR tree-optimization/64058
23699 * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
23700 (num_coalesce_pairs): Move up earlier in file.
23701 (find_coalesce_pair): Initialize the INDEX field for each pair
23703 (compare_pairs): No longer sort on the elements in each pair.
23704 Instead break ties with the index of the coalesce pair.
23706 2016-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23709 * config/aarch64/aarch64-protos.h
23710 (aarch64_save_restore_target_globals): New prototype.
23711 * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
23712 Call the above when popping pragma.
23713 * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
23715 (aarch64_set_current_function): Rewrite using the above.
23717 2016-03-11 Jakub Jelinek <jakub@redhat.com>
23719 PR tree-optimization/70177
23720 * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
23721 (extract_ops_from_tree): ... this. In the 2 argument
23722 overload remove _1 suffix.
23723 * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
23724 (extract_ops_from_tree): ... this.
23725 * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
23727 * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
23728 * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
23729 extract_ops_from_tree instead of 2 operand one.
23731 2016-03-11 Alan Lawrence <alan.lawrence@arm.com>
23733 PR tree-optimization/70013
23734 * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
23735 for constant-pool entries.
23737 2016-03-11 Jakub Jelinek <jakub@redhat.com>
23739 PR rtl-optimization/70174
23740 * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
23741 followed by gen_lowpart on force_reg instead of just gen_lowpart.
23743 PR tree-optimization/70169
23744 * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
23745 LABEL_DECL like VAR_DECL. Emit nothing instead of gcc_unreachable
23748 2016-03-11 Ilya Enkovich <enkovich.gnu@gmail.com>
23749 Jakub Jelinek <jakub@redhat.com>
23752 * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
23753 of uninitialized values.
23755 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23757 * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
23759 ("*trunctddd2"): New pattern definition.
23760 ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
23763 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23765 * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
23766 definitions for BFP and DFP rounding modes.
23767 ("fixuns_truncdddi2", "fixuns_trunctddi2")
23768 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
23769 ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
23770 ("fix_trunctf<mode>2"): Use the new constants instead of magic
23773 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23775 * config/s390/constraints.md: Adjust comment.
23776 ("Y"): Adjust comment. Rename s390_decompose_shift_count to
23777 s390_decompose_addrstyle_without_index.
23778 * config/s390/predicates.md (shift_count_or_setmem_operand):
23779 Rename to setmem_operand.
23780 * config/s390/s390-protos.h
23781 (s390_decompose_shift_count): Rename to
23782 s390_decompose_addrstyle_without_index.
23783 * config/s390/s390.c (s390_decompose_shift_count)
23784 (s390_mem_constraint, print_shift_count_operand)
23785 (print_operand_address, print_operand): Rename
23786 s390_decompose_shift_count to
23787 s390_decompose_addrstyle_without_index and rename
23788 print_shift_count_operand to print_addrstyle_operand troughout the
23790 * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
23791 ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
23792 Rename shift_count_or_setmem_operand to setmem_operand.
23793 * config/s390/vx-builtins.md ("vec_insert<mode>")
23794 ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
23797 2016-03-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23800 * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
23801 Handle overlapping retval and newval.
23803 2016-03-10 Nick Clifton <nickc@redhat.com>
23806 * config/aarch64/aarch64.c
23807 (aarch64_override_options_after_change_1): When forcing
23808 flag_omit_frame_pointer to be true, use a special value that can
23809 be detected if this function is called again, thus preventing
23810 flag_omit_leaf_frame_pointer from being forced to be false.
23812 2016-03-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23814 * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
23815 Set x_flag_omit_leaf_frame_pointer when handling
23816 -momit-leaf-frame-pointer.
23818 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
23821 * cgraph.c (cgraph_node::dump): Dump split_part and
23822 indirect_call_target.
23823 * cgraph.h (cgraph_node): Add indirect_call_target flag.
23824 * ipa.c (has_addr_references_p): Cleanup.
23825 (is_indirect_call_target_p): New.
23826 (walk_polymorphic_call_targets): Do not mark virtuals that may be
23827 called indirectly as local.
23828 (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
23830 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
23833 * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
23834 on cxa_pure_virtual.
23836 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
23839 * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
23841 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
23844 * tree.c (need_assembler_name_p): Only record main variant type names.
23846 2016-03-10 Christophe Lyon <christophe.lyon@linaro.org>
23849 * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
23850 Always define to 0 or 1.
23851 (TARGET_FIX_ERR_A53_843419): New macro.
23852 * config/aarch64/aarch64-elf-raw.h
23853 (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
23854 * config/aarch64/aarch64-linux.h: Likewise.
23855 * config/aarch64/aarch64.c
23856 (aarch64_override_options_after_change_1): Do not default
23857 aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
23859 (aarch64_attributes): Handle fix-cortex-a53-843419.
23860 (aarch64_can_inline_p): Likewise.
23861 * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
23863 2016-03-10 Alan Lawrence <alan.lawrence@arm.com>
23864 Jakub Jelinek <jakub@redhat.com>
23866 * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
23867 * tree.c (array_at_struct_end_p): Do not limit to size of decl for
23868 DECL_COMMONS if flag_unconstrained_commons is set.
23869 * tree-dfa.c (get_ref_base_and_extent): Likewise.
23870 * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
23871 (funconstrained-commons): Document.
23873 2016-03-10 Christophe Lyon <christophe.lyon@linaro.org>
23875 * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
23876 aarch64-fusion-pairs.def and aarch64-tuning-flags.def
23878 2016-03-10 Ilya Enkovich <enkovich.gnu@gmail.com>
23880 * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
23881 has a proper number of elements.
23883 2016-03-10 Alan Modra <amodra@gmail.com>
23885 PR rtl-optimization/69195
23886 PR rtl-optimization/47992
23887 * ira.c (recorded_label_ref): Delete.
23888 (update_equiv_regs): Return void.
23889 (indirect_jump_optimize): New function.
23890 (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
23891 before regstat_compute_ri. Don't rebuild_jump_labels here.
23892 Delete update_regstat.
23894 2016-03-10 Richard Biener <rguenther@suse.de>
23896 PR tree-optimization/70128
23897 * tree-ssa-structalias.c (set_uids_in_ptset): Set
23898 vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
23900 2016-03-09 Jakub Jelinek <jakub@redhat.com>
23902 PR tree-optimization/70152
23903 * tree-sra.c (replace_removed_params_ssa_names): Copy over
23904 SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
23907 * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
23908 instead of gen_sse2_loadlpd.
23909 * config/i386/sse.md (*vec_concatv2df): Rename to...
23910 (vec_concatv2df): ... this.
23912 PR tree-optimization/70127
23913 * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
23915 2016-03-09 David Malcolm <dmalcolm@redhat.com>
23919 * diagnostic-show-locus.c (compatible_locations_p): New function.
23920 (layout::layout): Sanitize ranges using compatible_locations_p.
23922 2016-03-09 David Malcolm <dmalcolm@redhat.com>
23926 * diagnostic-show-locus.c (layout_range::layout_range): Replace
23927 location_range param with three const expanded_locations * and a
23929 (layout::layout): Replace call to
23930 rich_location::lazily_expand_location with get_expanded_location.
23931 Extract the range and perform location expansion here, passing
23932 the results to the layout_range ctor.
23933 * diagnostic.c (source_range::debug): Delete.
23934 * diagnostic.h (diagnostic_expand_location): Reimplement in terms
23935 of rich_location::get_expanded_location.
23936 * gcc-rich-location.c (get_range_for_expr): Delete.
23937 (gcc_rich_location::add_expr): Reimplement to avoid the
23938 rich_location::add_range overload that took a location_range,
23939 passing a location_t instead.
23941 2016-03-09 Richard Biener <rguenther@suse.de>
23942 Jakub Jelinek <jakub@redhat.com>
23944 PR tree-optimization/70138
23945 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
23946 Also skip vect_double_reduction_def.
23948 2016-03-09 Jakub Jelinek <jakub@redhat.com>
23951 * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
23952 if the operand is "m".
23954 2016-03-09 Nathan Sidwell <nathan@acm.org>
23956 * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
23958 2016-03-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
23960 * config/i386/i386.c (processor_target_table): Fix cost table
23961 intialization order for znver1.
23963 2016-03-08 Jakub Jelinek <jakub@redhat.com>
23965 * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
23966 - becuase -> because.
23967 * ipa-reference.c (ignore_module_statics): Likewise.
23968 * cgraph.c (cgraph_node::get_body): Likewise.
23969 * ipa-inline.c (early_inliner): Likewise.
23970 * ipa-devirt.c (types_same_for_odr): Likewise.
23971 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
23972 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
23974 2016-03-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23976 * tree-ssa-math-opts.c: Fix typo in comment.
23978 2016-03-08 Jakub Jelinek <jakub@redhat.com>
23981 * config/i386/i386.c (scalar_chain::make_vector_copies,
23982 scalar_chain::convert_reg): Call end_sequence in between
23983 get_insns and emit_conversion_insns rather than after both
23986 2016-03-07 Uros Bizjak <ubizjak@gmail.com>
23989 * config/i386/i386.h (machine_function): Add
23990 pc_thunk_call_expanded flag.
23991 (ix86_pc_thunk_call_expanded): New define.
23992 * config/i386/i386.md (set_got, set_got_labelled): New expanders.
23993 (*set_got): Rename insn pattern from set_got.
23994 (*set_got_labelled): Rename inst pattern from set_got_labelled.
23995 * config/i386/i386.c (ix86_compute_frame_layout): Use
23996 ix86_pc_thunk_call_expanded to prevent red-zone.
23998 2016-03-07 Martin Jambor <mjambor@suse.cz>
24000 * hsa.h (hsa_get_ctor_statements): Declare.
24001 (hsa_get_dtor_statements): Likewise.
24002 (hsa_get_kernel_dispatch_type): Likewise.
24003 * hsa.c (hsa_get_ctor_statements): New function.
24004 (hsa_get_dtor_statements): Likewise.
24005 (hsa_get_kernel_dispatch_type): Likewise.
24006 * hsa-brig.c (hsa_cdtor_statements): Removed.
24007 (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
24008 hsa_get_dtor_statements.
24009 * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
24010 (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
24012 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
24014 * config/arm/arm-cores.def (cortex-r8): New.
24015 * config/arm/arm-tables.opt (cortex-r8): Regenerate.
24016 * config/arm/arm-tune.md: Likewise.
24017 * doc/invoke.texi: Add cortex-r8 to list of cpu values.
24019 2016-03-07 Martin Sebor <msebor@redhat.com>
24021 PR rtl-optimization/19705
24022 * doc/invoke.texi (Options That Control Optimization): Clarify
24023 -fno-branch-count-reg.
24025 2016-02-26 Richard Biener <rguenther@suse.de>
24026 Jeff Law <law@redhat.com>
24028 PR tree-optimization/69740
24029 * cfghooks.c (remove_edge): Request loop fixups if we delete
24030 an edge that might turn an irreducible loop into a natural
24032 * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
24033 Move after definition of loops_state_clear.
24035 2016-03-07 Bin Cheng <bin.cheng@arm.com>
24037 PR rtl-optimization/69052
24038 * rtlanal.c (commutative_operand_precedence): Set higher precedence
24041 2016-03-07 Tom de Vries <tom@codesourcery.com>
24043 PR tree-optimization/70116
24044 * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
24045 is_tm_ending stmts and ubsan/asan internal functions.
24046 (find_duplicate): Use it. Don't test is_tm_ending here.
24048 2016-03-07 Richard Biener <rguenther@suse.de>
24050 PR tree-optimization/70115
24051 * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
24052 (propagate_constants_for_unrolling): Use replace_uses_by.
24054 2016-03-07 Nathan Sidwell <nathan@codesourcery.com>
24056 PR middle-end/69916
24057 * omp-low.c (struct oacc_loop): Add ifns.
24058 (new_oacc_loop_raw): Initialize it.
24059 (finish_oacc_loop): Clear mask & flags if no ifns.
24060 (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
24061 (oacc_loop_xform_loop): Add ifns arg & adjust.
24062 (oacc_loop_process): Adjust oacc_loop_xform_loop call.
24064 2016-03-07 Richard Henderson <rth@redhat.com>
24067 * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
24068 (insert_value_copy_on_edge): Likewise.
24070 2016-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24072 * config/arm/arm_neon.h: Show error if using with soft-float ABI.
24074 2016-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24077 * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
24079 2016-03-05 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
24081 * config/i386/i386.c (znver1_cost): Fix Multiply cost.
24083 2016-03-05 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
24085 Fix sseimul type attribute.
24086 * config/i386/znver1.md
24087 (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
24088 znver1_sseimul_avx256_load) : Fix the type attribute.
24089 (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
24090 pipe usage and latency.
24092 2016-03-05 Jakub Jelinek <jakub@redhat.com>
24095 * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
24096 of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
24099 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
24102 * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
24104 PR rtl-optimization/69941
24105 * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
24106 the reg share its mode.
24108 2016-03-04 Jeff Law <law@redhat.com>
24110 PR tree-optimization/69196
24111 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
24112 If the both SSA_NAMEs are anonymous, then consider them unassociated
24113 and include the PHI in the statement count.
24115 2016-03-05 Tom de Vries <tom@codesourcery.com>
24117 * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
24118 construct in oacc routine. Check for oacc region in oacc routine.
24120 2016-03-04 Jakub Jelinek <jakub@redhat.com>
24123 * config/i386/i386.c (decide_alg): Add RECUR argument. Revert
24124 2016-02-22 changes, instead don't recurse if RECUR is already true.
24125 Don't change *dynamic_check if RECUR. Adjust recursive caller
24126 to pass true to the new argument.
24127 (ix86_expand_set_or_movmem): Adjust decide_alg caller.
24130 * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
24131 <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
24133 (vec_set_hi_<mode><mask_name>): Likewise. Swap VEC_CONCAT operands.
24135 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
24137 PR rtl-optimization/57676
24138 * lra-assigns.c (lra_assign): Guard test for maximum iterations
24139 with flag_checking.
24141 2016-03-04 Ilya Enkovich <enkovich.gnu@gmail.com>
24143 * tree-vect-patterns.c (search_type_for_mask): Handle
24144 comparison of booleans.
24146 2016-03-04 Jakub Jelinek <jakub@redhat.com>
24148 * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
24152 * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
24153 all other ops that have dw_val_class_die_ref operands,
24154 and DW_OP_GNU_entry_value.
24156 2016-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24158 PR rtl-optimization/69904
24159 * config/arm/arm.c (arm_cannot_copy_insn_p):
24160 Return true for load-exclusive instructions.
24162 2016-03-03 Jakub Jelinek <jakub@redhat.com>
24165 * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
24166 argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
24167 the pattern no matter if it is used just by non-pattern, pattern
24169 (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
24170 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
24171 oprnd1 def_stmt is in pattern, don't look through it.
24173 2016-03-03 Marek Polacek <polacek@redhat.com>
24175 PR middle-end/70050
24176 * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
24178 2016-03-03 Martin Liska <mliska@suse.cz>
24180 PR tree-optimization/70043
24181 * tree-vect-loop.c (optimize_mask_stores): Move iterator to
24182 previous statement if we see a debug statement.
24184 2016-03-03 Richard Biener <rguenther@suse.de>
24186 PR tree-optimization/55936
24187 * tree-vrp.c (compare_name_with_value): Add use_equiv_p
24188 parameter and guard unsafe equivalence use.
24189 (vrp_evaluate_conditional_warnv_with_ops): Always use
24190 safe equivalences but not via the quadratic compare_names
24193 2016-03-03 Michael Collison <michael.collison@linaro.org>
24196 * config/arm/arm.md (*subsi3_carryin_const): Change predicate
24197 for operand 1 to s_register_operand. Change predicate for operand
24198 2 to arm_not_immediate_operand.
24200 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
24202 * doc/tm.texi: Regenerated.
24204 2016-03-02 Richard Henderson <rth@redhat.com>
24207 * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
24208 simplification when all args are positive non-fixed registers.
24210 2016-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
24212 * target.def (lra_p): Specify that new ports should use LRA.
24214 2016-03-02 Jakub Jelinek <jakub@redhat.com>
24217 * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
24218 gimplify_type_sizes the type they refer to.
24219 (omp_notice_variable): Handle reference vars to VLAs.
24220 * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
24221 reference to VLA decls in the second pass instead of first pass.
24223 2016-03-02 Tom de Vries <tom@codesourcery.com>
24225 PR tree-optimization/68659
24226 * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
24227 new_expr == NULL_TREE.
24228 (get_new_name): Handle ADDR_EXPR.
24230 2016-03-02 Bin Cheng <bin.cheng@arm.com>
24232 PR rtl-optimization/69052
24233 * loop-invariant.c (canonicalize_address): New function.
24234 (inv_can_prop_to_addr_use): Check validity of address expression
24235 which is canonicalized by above function.
24237 2016-03-02 Alan Modra <amodra@gmail.com>
24240 * ipa-icf.c (sem_variable::merge): Do not merge an alias with
24243 2016-03-02 Jakub Jelinek <jakub@redhat.com>
24246 * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
24247 (*movhi_internal): Put mask moves from and to memory separately
24248 from moves from/to GPRs.
24250 2016-03-02 Richard Biener <rguenther@suse.de>
24252 * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
24253 GENERIC expressions in GIMPLE.
24255 2016-03-02 Richard Biener <rguenther@suse.de>
24257 * config/i386/i386.c (type_natural_mode): Fix typo.
24259 2016-03-02 Nick Clifton <nickc@redhat.com>
24261 * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
24263 2016-03-02 Richard Biener <rguenther@suse.de>
24264 Uros Bizjak <ubizjak@gmail.com>
24267 * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
24269 2016-03-02 Richard Biener <rguenther@suse.de>
24271 PR middle-end/67278
24272 * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
24274 2016-03-02 Marek Polacek <polacek@redhat.com>
24277 * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
24278 "is promoted to" warning.
24280 2016-03-01 DJ Delorie <dj@redhat.com>
24282 * config.gcc: Deprecate mep-*.
24284 2016-03-01 Vladimir Makarov <vmakarov@redhat.com>
24286 PR middle-end/70025
24287 * lra-constraints.c (regno_val_use_in): New.
24288 (match_reload): Use it instead of regno_use_in.
24290 2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
24292 PR rtl-optimization/70007
24293 * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
24294 references present in REG_EQUAL notes attached to non-SET patterns.
24296 2016-03-01 Jeff Law <law@redhat.com>
24298 PR tree-optimization/69196
24299 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
24300 Appropriately clamp the number of statements to copy when the
24301 thread path does not traverse a loop backedge.
24303 PR tree-optimization/69196
24304 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
24305 Do count some PHIs in the thread path against the insn count. Decrease
24306 final statement count by one as the control statement in the last
24307 block will get removed. Remove special cased code for handling PHIs
24310 2016-03-01 Uros Bizjak <ubizjak@gmail.com>
24313 * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
24314 asm dialect alternatives to explicit GOTPCREL calls.
24316 2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
24319 * ira.c (do_reload): Issue warning for generic stack checking here...
24320 * reload1.c (reload): ...instead of here and streamline it.
24322 2016-03-01 Nick Clifton <nickc@redhat.com>
24324 * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
24326 2016-03-01 Richard Biener <rguenther@suse.de>
24328 PR tree-optimization/69983
24329 * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
24330 types and fall back to operand_equal_p.
24332 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24335 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24337 * config/s390/constraints.md ("jm8"): New constraint.
24338 * config/s390/predicates.md ("const_int_8bitset_operand"): New
24340 * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
24342 ("*setmem_long<setmem_and>"): New pattern.
24343 ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
24345 ("*setmem_long_31z<setmem_and>"): New pattern.
24346 * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
24347 New substitution rules with the required attributes.
24350 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24353 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24355 * gensupport.c (process_substs_on_one_elem): Split loop to
24356 complete mark_operands_used_in_match_dup on all expressions in the
24358 (adjust_operands_numbers): Inline into process_substs_on_one_elem
24359 and remove function.
24361 2016-03-01 Richard Biener <rguenther@suse.de>
24363 PR middle-end/70022
24364 * fold-const.c (fold_indirect_ref_1): Fix range checking for
24365 vector BIT_FIELD_REF extract.
24367 2016-03-01 Richard Biener <rguenther@suse.de>
24369 PR tree-optimization/69994
24370 * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
24372 2016-03-01 Ilya Enkovich <enkovich.gnu@gmail.com>
24374 PR tree-optimization/69956
24375 * tree-vect-stmts.c (supportable_widening_operation): Support
24376 multi-step conversion of boolean vectors.
24377 (supportable_narrowing_operation): Likewise.
24379 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24381 * config/s390/s390.c (s390_decompose_address): Don't accept SImode
24384 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24386 * config/s390/subst.md (DSI_VI): New mode iterator.
24387 ("addr_style_op_subst"): Use DSI_VI instead of DSI.
24388 * config/s390/vector.md ("vec_set<mode>"): Move expander before
24389 the insn definition.
24390 ("*vec_set<mode>"): Change predicate and add alternative to
24391 support only either register or const_int operands as element
24393 ("*vec_set<mode>_plus"): New pattern to support reg + const_int
24395 ("vec_extract<mode>"): New expander.
24396 ("*vec_extract<mode>"): New insn definition supporting reg and
24397 const_int element selectors.
24398 ("*vec_extract<mode>_plus"): New insn definition supporting
24399 reg+const_int element selectors.
24400 ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
24401 following expander+insn definition.
24402 ("<vec_shifts_name><mode>3"): New expander.
24403 ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
24405 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24407 * config/s390/s390.md ("*tabort_1"): Change predicate to
24408 nonmemory_operand. Add a second alternative to cover
24409 register as well as const int operands.
24410 ("*tabort_1_plus"): New pattern definition.
24412 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24414 * config/s390/s390.md ("*ashrdi3_cc_31")
24415 ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
24416 ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
24417 Merge insn definitions into ...
24418 ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
24419 New pattern definition.
24420 ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
24421 ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
24422 ("*ashr<mode>3_and"): Merge insn definitions into ...
24423 ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
24424 New pattern definition.
24425 * config/s390/subst.md ("addr_style_op_cc_subst")
24426 ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
24427 substitutions patterns plus attributes.
24428 Add ashiftrt to SUBST iterator.
24430 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24432 * config/s390/s390.md ("<shift><mode>3"): Change predicate of
24433 op2 to nonmemory_operand.
24434 ("*<shift>di3_31", "*<shift>di3_31_and"):
24435 Merge into single pattern definition ...
24436 ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
24437 ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
24438 pattern definition ...
24439 ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
24440 * config/s390/subst.md: Add ashift and lshiftrt to SUBST
24443 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24445 * config/s390/predicates.md (const_int_6bitset_operand): New
24447 * config/s390/s390.md: Include subst.md.
24448 ("rotl<mode>3"): New expander.
24449 ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
24451 ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
24452 * config/s390/subst.md: New file.
24454 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24456 * config/s390/s390.md ("op_type", "atype", "length" attributes):
24457 Remove RRR type. It doesn't really exist.
24458 ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
24460 ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
24461 ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
24462 ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
24463 ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
24464 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
24465 ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
24466 `enabled' attribute.
24468 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24470 * gensupport.c (process_substs_on_one_elem): Split loop to
24471 complete mark_operands_used_in_match_dup on all expressions in the
24473 (adjust_operands_numbers): Inline into process_substs_on_one_elem
24474 and remove function.
24476 2016-02-29 Eric Botcazou <ebotcazou@adacore.com>
24479 * config/sparc/sparc.c (NWORDS_UP): Rename to...
24480 (CEIL_NWORDS): ...this. Use CEIL macro.
24481 (compute_fp_layout): Adjust to above renaming.
24482 (function_arg_union_value): Likewise.
24483 (sparc_arg_partial_bytes): Likewise.
24484 (sparc_function_arg_advance): Likewise.
24486 2016-02-29 Jeff Law <law@redhat.com>
24488 PR tree-optimization/70005
24489 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
24490 where an object with a boolean range is compared against a value
24493 PR tree-optimization/69999
24494 * gimple-ssa-split-paths.c (split_paths): When duplicating a block
24495 with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
24498 2016-02-29 Richard Biener <rguenther@suse.de>
24500 PR tree-optimization/69994
24501 * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
24502 (get_unary_op): Look through nop conversions.
24503 (ops_equal_values_p): New function, look for equality diregarding
24505 (eliminate_plus_minus_pair): Use ops_equal_values_p
24506 (repropagate_negates): Do not use get_unary_op here.
24508 2016-02-29 Martin Liska <mliska@suse.cz>
24510 * system.h: Poison ENABLE_CHECKING macro.
24512 2016-02-29 Martin Liska <mliska@suse.cz>
24514 * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
24515 is presented in dump flags.
24516 * hsa-regalloc.c (linear_scan_regalloc): Likewise.
24517 (hsa_regalloc): Likewise.
24519 2016-02-19 Richard Biener <rguenther@suse.de>
24521 PR tree-optimization/69980
24522 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
24523 permutation of those we need to keep.
24525 2016-02-29 Eric Botcazou <ebotcazou@adacore.com>
24528 * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
24529 (NWORDS_UP): ...this
24530 (init_cumulative_args): Minor tweaks.
24531 (sparc_promote_function_mode): Likewise.
24532 (scan_record_type): Delete.
24533 (traverse_record_type): New function template.
24534 (classify_data_t): New structure type.
24535 (classify_registers): New inline function.
24536 (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
24537 exhausted. Instantiate traverse_record_type on classify_registers and
24538 deal with the case of a structure passed in slot #15 with no FP field
24540 (assign_data_t): New structure type.
24541 (compute_int_layout): New static function.
24542 (compute_fp_layout): Likewise.
24543 (count_registers): New inline function.
24544 (assign_int_registers): New static function.
24545 (assign_fp_registers): Likewise.
24546 (assign_registers): New inline function.
24547 (function_arg_record_value_1): Delete.
24548 (function_arg_record_value_2): Likewise.
24549 (function_arg_record_value_3): Likewise.
24550 (function_arg_record_value): Adjust to above changes. Instantiate
24551 traverse_record_type on count_registers to first count the number of
24552 registers to be used and then on assign_registers to assign them.
24553 (function_arg_union_value): Adjust to above renaming.
24554 (sparc_function_arg_1); Minor tweaks. Remove commented out code.
24555 (sparc_arg_partial_bytes): Adjust to above renaming. Deal with the
24556 case of a structure passed in slot #15
24557 (sparc_function_arg_advance): Likewise.
24558 (function_arg_padding): Minor tweak.
24560 2016-02-29 Richard Biener <rguenther@suse.de>
24562 PR tree-optimization/69720
24563 * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
24564 the adjustment_def path for possibly vectorized defs.
24565 (vect_create_epilog_for_reduction): Handle vectorized initial
24568 2016-02-28 Eric Botcazou <ebotcazou@adacore.com>
24570 * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
24572 2016-02-27 Jeff Law <law@redhat.com>
24575 2016-02-26 Richard Biener <rguenther@suse.de>
24576 Jeff Law <law@redhat.com>
24578 PR tree-optimization/69740
24579 * cfghooks.c (remove_edge): Request loop fixups if we delete
24580 an edge that might turn an irreducible loop into a natural
24583 2016-02-27 Jakub Jelinek <jakub@redhat.com>
24585 PR rtl-optimization/69896
24586 * tree-vect-generic.c (get_compute_type): Avoid single element
24589 2016-02-26 Evandro Menezes <e.menezes@samsung.com>
24591 Rename the AArch64 tuning option and related functions to enable the
24592 Newton series for the reciprocal square root to reflect its
24593 approximative characteristic.
24595 * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
24596 function to "aarch64_emit_approx_rsqrt".
24597 * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
24598 AARCH64_EXTRA_TUNE_APPROX_RSQRT.
24599 * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
24600 (xgene1_tunings): Likewise.
24601 (use_rsqrt_p): Likewise.
24602 (aarch64_emit_swrsqrt): Use new function name.
24603 * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
24604 * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
24605 text explaining this option.
24606 * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
24608 2016-02-26 Jakub Jelinek <jakub@redhat.com>
24611 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
24612 complain about -mallow-movmisalign without -mvsx if
24613 TARGET_ALLOW_MOVMISALIGN was not set explicitly.
24615 2016-02-26 Joel Sherrill <joel@rtems.org>
24617 * config.gcc: Add x86_64-*-rtems*.
24618 * config/i386/rtems-64.h: New file.
24620 2016-02-26 Joel Sherrill <joel@rtems.org>
24622 * config.gcc: Add aarch64-*-rtems*.
24623 * config/aarch64/rtems.h: New file.
24625 2016-02-26 Segher Boessenkool <segher@kernel.crashing.org>
24628 * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
24629 shift amount using %h. Add comment.
24631 2016-02-26 Richard Biener <rguenther@suse.de>
24632 Jeff Law <law@redhat.com>
24634 PR tree-optimization/69740
24635 * cfghooks.c (remove_edge): Request loop fixups if we delete
24636 an edge that might turn an irreducible loop into a natural
24639 2016-02-26 Martin Jambor <mjambor@suse.cz>
24641 PR middle-end/69920
24642 * tree-sra.c (sra_modify_assign): Do not remove loads of
24643 uninitialized aggregates to SSA_NAMEs.
24645 2016-02-26 Richard Henderson <rth@redhat.com>
24648 * config/s390/s390.md (risbg and risbgn splitters): Allocate new
24649 pseudo in case the target rtx matches the source of the left
24652 2016-02-26 Martin Jambor <mjambor@suse.cz>
24655 * hsa.h (hsa_type_packed_p): Declare.
24656 * hsa.c (hsa_type_packed_p): New function.
24657 * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
24659 (gen_hsa_insns_for_store): Use hsa_type_packed_p.
24660 * hsa-brig.c (emit_basic_insn): Likewise.
24662 2016-02-26 Martin Jambor <mjambor@suse.cz>
24665 * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
24667 (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
24669 2016-02-26 Martin Jambor <mjambor@suse.cz>
24671 * hsa.h (is_a_helper): New overload for hsa_op_immed for
24672 hsa_op_with_type operands.
24673 (hsa_unsigned_type_for_type): Declare.
24674 * hsa.c (hsa_unsigned_type_for_type): New function.
24675 * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
24676 (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
24677 the finalizer. Do not emit extra move.
24679 2016-02-26 Martin Jambor <mjambor@suse.cz>
24681 * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
24682 atomic operations in private segment.
24684 2016-02-26 Martin Jambor <mjambor@suse.cz>
24686 * omp-low.c (grid_find_ungridifiable_statement): Store problematic
24687 statements to wi->info. Also disallow omp simd constructs.
24688 (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
24689 for not gridifying. Dump special string for omp_for.
24691 2016-02-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24694 * config/aarch64/aarch64.c (aarch64_set_current_function):
24695 Save/restore target globals when switching to
24696 target_option_default_node.
24698 2016-02-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24701 * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
24702 Return 0 if !SHIFT_COUNT_TRUNCATED.
24704 2016-02-26 Jakub Jelinek <jakub@redhat.com>
24705 Eric Botcazou <ebotcazou@adacore.com>
24707 PR rtl-optimization/69891
24708 * dse.c (scan_insn): If we can't figure out memset arguments
24709 or they are non-constant, call clear_rhs_from_active_local_stores.
24711 2016-02-26 Martin Liska <mliska@suse.cz>
24713 * doc/extend.texi: Mention clog10, clog10f an clog10l
24714 in Builtins section.
24716 2016-02-26 Martin Liska <mliska@suse.cz>
24718 * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
24720 (resolve_args_picking_1): Likewise.
24721 * dwarf2out.h (struct GTY): Likewise.
24723 2016-02-26 Martin Liska <mliska@suse.cz>
24725 * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
24726 with flag_checking.
24727 * hsa-regalloc.c (linear_scan_regalloc): Likewise.
24729 2016-02-26 Markus Trippelsdorf <markus@trippelsdorf.de>
24730 Martin Liska <mliska@suse.cz>
24732 * doc/install.texi: Mention --enable-valgrind-annotations.
24734 2016-02-26 Richard Biener <rguenther@suse.de>
24736 PR tree-optimization/69551
24737 * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
24738 looking through aliases adjust DECL_PT_UID to refer to the
24739 ultimate alias target.
24741 2016-02-25 Martin Liska <mliska@suse.cz>
24743 PR middle-end/69919
24744 * alloc-pool.c (after_memory_report): New variable.
24745 * alloc-pool.h (base_pool_allocator ::release): Do not use
24746 the infrastructure if after_memory_report.
24747 * toplev.c (toplev::main): Mark after memory report.
24749 2016-02-25 Richard Biener <rguenther@suse.de>
24751 PR tree-optimization/48795
24752 * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
24754 2016-02-25 Ilya Verbin <ilya.verbin@intel.com>
24757 * config/gnu-user.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o if
24758 offloading is enabled and -fopenacc or -fopenmp is specified.
24759 (CRTOFFLOADEND): Likewise.
24760 (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
24761 (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
24762 * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
24763 (offload_objects_file_name): New static var.
24764 (tool_cleanup): Remove offload_objects_file_name file.
24765 (find_offloadbeginend): Replace with ...
24766 (find_crtoffloadtable): ... this.
24767 (run_gcc): Remove offload_argc and offload_argv.
24768 Get offload_objects_file_name from -foffload-objects=... option.
24769 Read names of object files with offload from this file, pass them to
24770 compile_images_for_offload_targets. Don't call find_offloadbeginend and
24771 don't pass offloadbegin and offloadend to the linker. Don't pass
24772 offload non-LTO files to the linker, because now they're not claimed.
24774 2016-02-25 Jan Hubicka <hubicka@ucw.cz>
24777 * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
24778 on builtin_unreachable.
24780 2016-02-25 Jakub Jelinek <jakub@redhat.com>
24782 PR rtl-optimization/69896
24783 * regcprop.c: Include cfgrtl.h.
24784 (copyprop_hardreg_forward_1): If noop_p insn uses narrower
24785 than remembered mode, either delete it (if noop_move_p), or
24786 treat like copy_p but not noop_p instruction.
24788 2016-02-24 Jakub Jelinek <jakub@redhat.com>
24791 * dwarf2out.c (gen_variable_die): Work around buggy LTO
24792 - allow NULL decl for Fortran DW_TAG_common_block variables.
24794 2016-02-24 Jason Merrill <jason@redhat.com>
24796 * common.opt (flifetime-dse): Add -flifetime-dse=1.
24798 2016-02-24 Richard Biener <rguenther@suse.de>
24799 Jakub Jelinek <jakub@redhat.com>
24801 PR middle-end/69760
24802 * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
24803 conditionally executed ops to well-defined overflow behavior.
24805 2016-02-24 Jakub Jelinek <jakub@redhat.com>
24807 PR middle-end/69915
24808 * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
24811 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24813 PR rtl-optimization/69886
24814 * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
24815 argument. Use it when checking validity of set instructions.
24816 (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
24817 (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
24819 * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
24820 * store-motion.c (find_moveable_store): Update
24821 can_assign_to_reg_without_clobbers_p callsite.
24823 2016-02-24 Richard Biener <rguenther@suse.de>
24825 PR middle-end/68963
24826 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
24828 (record_nonwrapping_iv): Do not fall back to the low/high bound
24829 for non-constant IV bases if the stmt is not always executed.
24831 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24833 * config/arm/arm-cores.def (cortex-a32): New entry.
24834 * config/arm/arm-tables.opt: Regenerate.
24835 * config/arm/arm-tune.md: Regenerate.
24836 * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
24837 * config/arm/t-aprofile: Handle mcpu=cortex-a32.
24838 * doc/invoke.texi (ARM Options): Document cortex-a32 as value
24839 for -mcpu and -mtune.
24841 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24844 * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
24845 * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
24846 * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
24847 (atomic_loaddi_1): Delete.
24848 (atomic_loaddi): Rewrite expander using the above changes.
24850 2016-02-24 Jakub Jelinek <jakub@redhat.com>
24853 * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
24856 2016-02-24 Jakub Jelinek <jakub@redhat.com>
24857 Richard Biener <rguenth@suse.de>
24859 PR middle-end/69909
24860 * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
24861 set_mem_attributes if tem is SSA_NAME which got expanded
24864 2016-02-24 Richard Biener <rguenther@suse.de>
24866 PR tree-optimization/69907
24867 * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
24868 end of permutations for BB vectorization.
24870 2016-02-24 Christian Bruel <christian.bruel@st.com>
24872 * config/arm/arm-c.c (arm_option_override): Initialize
24873 target_option_current_node.
24874 * config/arm/arm.c (arm_pragma_target_parse): Replace
24875 build_target_option_node call by target_option_current_node.
24876 Set target_option_current_node.
24879 2016-02-23 David Edelsohn <dje.gcc@gmail.com>
24882 * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
24883 define_insn_and_split to define_insn.
24884 (zero_extendqi<mode>2_dot2): Same.
24885 (extendqi<mode>2_dot): Same.
24886 (extendqi<mode>2_dot2): Same.
24888 2016-02-23 Evandro Menezes <e.menezes@samsung.com>
24890 * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
24891 and add bypass for AES{D,E} and AESMC pairs.
24892 * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
24895 2016-02-23 Evandro Menezes <e.menezes@samsung.com>
24897 * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
24898 series for reciprocal square root in Exynos M1.
24900 2016-02-23 Martin Sebor <msebor@redhat.com>
24903 * doc/extend.texi (Other Builtins): Document __builtin_alloca and
24904 __builtin_alloca_with_align.
24906 2016-02-23 Richard Henderson <rth@redhat.com>
24908 * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
24909 (ix86_register_pragmas): Remove __seg_tls.
24910 * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
24911 * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
24912 (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
24913 (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
24914 (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
24915 * doc/extend.texi (__seg_tls): Remove item.
24917 2016-02-23 Richard Biener <rguenther@suse.de>
24919 * alloc-pool.h (struct allocation_object): Make id member
24920 conditional on CHECKING_P again.
24921 (get_instance): Adjust.
24922 (base_pool_allocator): Likewise.
24924 2016-02-23 Thomas Schwinge <thomas@codesourcery.com>
24926 * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
24927 (parallelize_loops): In OpenACC kernels mode, set n_threads to
24929 (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
24931 * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
24933 2016-02-23 Richard Biener <rguenther@suse.de>
24935 * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
24936 * bitmap.h (struct bitmap_usage): Likewise.
24937 (bitmap_move): Declare.
24938 * bitmap.c (register_overhead): Take size_t argument.
24939 (bitmap_move): New function.
24940 * df-problems.c (df_rd_transfer_function): Use bitmap_move
24941 to properly account overhead.
24942 * tree.c (free_node): Use tree_size.
24944 2016-02-23 Jakub Jelinek <jakub@redhat.com>
24947 * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
24948 when inverting comparison.
24951 * common.opt (Wunreachable-code): Add Warning flag.
24953 2016-02-23 Mark Wielaard <mjw@redhat.com>
24954 Jakub Jelinek <jakub@redhat.com>
24957 * cgraphunit.c (check_global_declaration): Check main_input_filename
24958 and DECL_SOURCE_FILE are not NULL.
24960 2016-02-23 Martin Jambor <mjambor@suse.cz>
24962 PR tree-optimization/69666
24963 * tree-sra.c (sra_modify_assign): Do not attempt to create
24964 default_def replacements for unscalarizable regions.
24966 2016-02-20 Mark Wielaard <mjw@redhat.com>
24969 * cgraphunit.c (check_global_declaration): Check level of
24970 warn_unused_const_variable and main_input_filename.
24971 * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
24972 (-Wunused-variable): For C implies -Wunused-const-variable=1.
24973 (-Wunused-const-variable): Explain levels 1 and 2.
24975 2016-02-22 Jakub Jelinek <jakub@redhat.com>
24978 * config/i386/i386.c (decide_alg): Ensure we don't recurse with
24979 identical arguments. Formatting and spelling fixes.
24982 * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
24987 * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
24988 and m68k-devices.def.
24989 * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
24990 * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
24992 2016-02-22 Cesar Philippidis <cesar@codesourcery.com>
24994 * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
24995 and HImode registers.
24997 2016-02-22 Richard Biener <rguenther@suse.de>
24999 PR tree-optimization/69882
25000 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
25001 preserve permutations present because of gaps.
25002 (vect_supported_load_permutation_p): Always continue checking
25003 permutations after vect_attempt_slp_rearrange_stmts.
25005 2016-02-22 Bin Cheng <bin.cheng@arm.com>
25007 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
25008 min_profitable_estimate, rather than min_profitable_iters.
25010 2016-02-22 Jakub Jelinek <jakub@redhat.com>
25013 * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
25014 SImode for last match_operand.
25016 2016-02-22 Martin Liska <mliska@suse.cz>
25018 * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
25019 return bitsize - 1 as the return value.
25021 2016-02-22 Oleg Endo <olegendo@gcc.gnu.org>
25025 * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
25026 Handle negative shift counts.
25027 * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
25028 force_reg on the shift constant.
25029 (lshrsi3): Likewise. Expand into lshrsi3_n* instead of lshrsi3_d.
25030 (lshrsi3_d): Handle negative shift counts.
25032 2016-02-22 Richard Biener <rguenther@suse.de>
25033 Tom de Vries <tom@codesourcery.com>
25035 * graph.c: Include dumpfile.h.
25036 (print_graph_cfg): Split into three overloads.
25037 * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
25039 2016-02-22 Tom de Vries <tom@codesourcery.com>
25041 * gdbhooks.py (class DumpFn): Add and instantiate, adding command
25044 2016-02-22 Richard Biener <rguenther@suse.de>
25047 * ipa-inline-transform.c (inline_call): When not updating
25048 overall summaries adjust self size by the growth estimate.
25049 * ipa-inline.c (inline_to_all_callers_1): Add to the callers
25050 hash-set, do not update overall summaries here. Renamed from ...
25051 (inline_to_all_callers): ... this which is now wrapping the
25052 above and performing delayed overall summary update.
25053 (early_inline_small_functions): Delay updating of the overall
25056 2016-02-21 Markus Trippelsdorf <markus@trippelsdorf.de>
25058 * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
25061 2016-02-19 Jakub Jelinek <jakub@redhat.com>
25064 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
25065 :%* in %:gt() argument.
25066 (greater_than_spec_func): Adjust for expecting only numbers,
25067 if there are more than two numbers, compare the last two.
25069 2016-02-19 Jonathan Wakely <jwakely@redhat.com>
25071 * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
25072 -Wnarrowing with -std.
25074 2016-02-19 Jakub Jelinek <jakub@redhat.com>
25077 * expr.c (store_field): Don't use bit-field path if exp is
25078 COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
25079 different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
25080 and the assignment can be performed by bitwise copy. Formatting
25083 PR middle-end/69838
25084 * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
25085 call copy_reg_eh_region_note_forward on before and/or after sequences
25086 and remove note from insn if it no longer can throw.
25089 * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
25090 if TARGET_AVX512BW.
25092 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25094 * config/s390/vector.md: Add missing commutative operand markers
25095 to the patterns which qualify for one.
25096 * config/s390/vx-builtins.md: Likewise.
25098 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25100 * config/s390/vector.md (VI, VI_QHS): Add single element vector
25101 types to mode iterators.
25102 (vec_double): ... and mode attribute.
25103 * config/s390/vx-builtins.md (non_vec_int): Likewise.
25105 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25107 * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
25108 Change the predicate of op2 from nonimmediate to general and let
25109 reload fix it if necessary.
25111 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25113 * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
25115 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25117 * config/s390/s390.c (s390_expand_vcond): Use the compare operand
25120 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25122 * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
25123 * config/s390/s390.c (s390_expand_vec_movstr): New function.
25124 * config/s390/s390.md ("movstr<P:mode>"): Call
25125 s390_expand_vec_movstr.
25127 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25129 * config/s390/s390.md: Add missing output modifier for operand 1
25130 to print it as address properly.
25132 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
25134 * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
25135 * config/s390/2964.md: New file.
25136 * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
25137 of insn grouping attributes depending on the CPU level.
25138 (s390_get_unit_mask): New function.
25139 (s390_sched_score): Remove the OOO from the scheduling macros.
25140 Add loop to calculate a score for the instruction mix.
25141 (s390_sched_reorder): Likewise plus improve debug output.
25142 (s390_sched_variable_issue): Rename macros as above. Calculate
25143 the unit distances after actually scheduling an insn. Improve
25145 (s390_sched_init): Clear last_scheduled_unit_distance array.
25146 * config/s390/s390.md: Include 2964.md.
25148 2016-02-18 Jakub Jelinek <jakub@redhat.com>
25151 * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
25152 *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
25153 *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
25154 *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
25155 *avx512f_<code>v8div16qi2_mask_1): New insns.
25157 2016-02-18 Michael Meissner <meissner@linux.vnet.ibm.com>
25160 * config/rs6000/predicates.md (fusion_gpr_addis): Revert
25163 * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
25164 earlyclobber from target. Use wF constraint for fused memory
25166 (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
25168 2016-02-18 Jakub Jelinek <jakub@redhat.com>
25169 Martin Liska <mliska@suse.cz>
25172 * cfgexpand.c (asan_sanitize_stack_p): New function.
25173 (partition_stack_vars): Use the function.
25174 (expand_stack_vars): Likewise.
25175 (defer_stack_allocation): Likewise.
25176 (expand_used_vars): Likewise.
25178 2016-02-18 Richard Biener <rguenther@suse.de>
25180 PR middle-end/69553
25181 * fold-const.c (operand_equal_p): Properly compare offsets for
25182 IMAGPART_EXPR and ARRAY_REF.
25184 2016-02-18 Nick Clifton <nickc@redhat.com>
25188 * config/arm/arm.c (arm_option_override_internal): Disable
25189 interworking if the target does not support thumb instructions.
25190 (arm_reload_in_hi): Handle the case where a register to register
25191 move needs reloading because there is no simple pattern to handle
25193 (arm_reload_out_hi): Likewise.
25195 2016-02-18 Richard Biener <rguenther@suse.de>
25197 PR middle-end/69854
25198 * match.pd: Don't use fold_binary or fold_unary for folding
25201 2016-02-17 Jakub Jelinek <jakub@redhat.com>
25204 * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
25205 on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
25206 * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
25207 warn on gimple_no_warning_p statements.
25209 2016-02-17 Jonathan Wakely <jwakely@redhat.com>
25211 * doc/extend.texi (C++ Attributes): Correct description of
25212 warn_unused type attribute.
25214 2016-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
25216 * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
25217 correct instruction.
25219 2016-02-17 Richard Biener <rguenther@suse.de>
25221 PR rtl-optimization/69609
25222 * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
25223 (find_traces_1_round): When ending a trace update cached priority
25225 (bb_to_key): Use cached priority when available.
25226 (copy_bb): Initialize cached priority.
25227 (reorder_basic_blocks_software_trace_cache): Likewise.
25229 2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25232 * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
25234 (aarch64_comparison_operator): Break overly long line into two.
25235 (aarch64_comparison_operation): Likewise.
25236 * config/aarch64/aarch64.md (cstorecc4): Use
25237 aarch64_comparison_operator_mode instead of
25238 aarch64_comparison_operator.
25239 (cstore<mode>4): Likewise.
25240 (aarch64_cstore<mode>): Likewise.
25241 (*cstoresi_insn_uxtw): Likewise.
25242 (cstore<mode>_neg): Likewise.
25243 (*cstoresi_neg_uxtw): Likewise.
25245 2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25248 * config/arm/predicates.md (arm_comparison_operator_mode):
25250 * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
25251 instead of arm_comparison_operator.
25252 (*mov_negscc): Likewise.
25253 (*mov_notscc): Likewise.
25254 * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
25255 (*thumb2_mov_negscc): Likewise.
25256 (*thumb2_mov_negscc_strict_it): Likewise.
25257 (*thumb2_mov_notscc): Likewise.
25258 (*thumb2_mov_notscc_strict_it): Likewise.
25260 2016-02-17 Wilco Dijkstra <wdijkstr@arm.com>
25262 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
25263 Add missing return.
25265 2016-02-17 Eric Botcazou <ebotcazou@adacore.com>
25267 * config/visium/visium.c (machine_libfunc_index): New enum.
25268 (machine_libfuncs): New structure.
25269 (visium_libfuncs): New static variable.
25270 (TARGET_INIT_LIBFUNCS): Define to...
25271 (visium_init_libfuncs): ...this. New function.
25272 (expand_block_move_4): Use the appropriate libfunc.
25273 (expand_block_move_2): Likewise.
25274 (expand_block_move_1): Likewise.
25275 (expand_block_set_4): Likewise.
25276 (expand_block_set_2): Likewise.
25277 (expand_block_set_1): Likewise.
25278 (visium_trampoline_init): Likewise.
25280 2016-02-17 Nick Clifton <nickc@redhat.com>
25282 * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
25283 TI's devices.csv file as of March 2016.
25285 2016-02-16 Kelvin Nilsen <kelvin@gcc.gnu.org>
25288 * opts-global.c (handle_common_deferred_options): Introduce and
25289 initialize two global variables to remember command-line options
25290 specifying a stack-limiting register.
25291 * opts.h: Add extern declarations of the two new global variables.
25292 * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
25293 variable based on the values of the two new global variables.
25295 2016-02-16 Jakub Jelinek <jakub@redhat.com>
25298 * common.opt (Wnonnull-compare): New warning.
25299 * doc/invoke.texi (-Wnonnull): Remove text about comparison
25300 of arguments against NULL.
25301 (-Wnonnull-compare): Document.
25302 * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
25303 * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
25304 * passes.def (pass_warn_nonnull_compare): Add.
25305 * gimple-ssa-nonnull-compare.c: New file.
25307 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
25309 * config/aarch64/aarch64.c (cortexa57_tunings): Remove
25310 AARCH64_EXTRA_TUNE_RECIP_SQRT.
25312 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
25314 * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
25315 reciprocal sqrt for -mlow-precision-recip-sqrt.
25317 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
25318 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
25320 * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
25321 always use lane loads to construct non-constant vectors.
25323 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
25325 * config/aarch64/aarch64.md
25326 (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
25327 constraints for operand 3.
25328 (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
25330 2016-02-16 Jakub Jelinek <jakub@redhat.com>
25331 Richard Biener <rguenther@suse.de>
25333 PR tree-optimization/69820
25334 * tree-vect-patterns.c (type_conversion_p): Return false if
25335 *orig_type is unsigned single precision or boolean.
25336 (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
25339 2016-02-16 Jakub Jelinek <jakub@redhat.com>
25341 PR rtl-optimization/69764
25342 PR rtl-optimization/69771
25343 * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
25344 op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
25346 2016-02-16 Richard Biener <rguenther@suse.de>
25348 PR tree-optimization/69776
25349 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
25351 (indirect_refs_may_alias_p): Likewise.
25352 (refs_may_alias_p_1): Pass alias sets as from ao_ref.
25353 * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
25354 according to tbaa_p.
25355 * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
25356 (optimize_stmt): For redundant store discovery do not allow tbaa.
25358 2016-02-16 Bernd Schmidt <bschmidt@redhat.com>
25360 PR tree-optimization/69714
25361 * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
25362 Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
25364 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
25366 * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
25367 * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
25368 (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
25369 * config/arc/arc.c (arc_init): Check FPU options.
25370 (get_arc_condition_code): Handle new CC_FPU* modes.
25371 (arc_select_cc_mode): Likewise.
25372 (arc_conditional_register_usage): Allow 64 bit datum into even-odd
25373 register pair only. Allow access for ARCv2 accumulator.
25374 (gen_compare_reg): Whenever we have FPU support use FPU compare
25376 (arc_reorg): Don't generate brcc insns when FPU compare
25377 instructions are involved.
25378 * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
25379 (TARGET_OPTFPE): Add condition when ARC EM can use optimized
25380 floating point emulation.
25381 (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
25382 (REVERSE_CONDITION): Add new CC_FPU* modes.
25383 (TARGET_FP_SP_BASE): Define.
25384 (TARGET_FP_DP_BASE): Likewise.
25385 (TARGET_FP_SP_FUSED): Likewise.
25386 (TARGET_FP_DP_FUSED): Likewise.
25387 (TARGET_FP_SP_CONV): Likewise.
25388 (TARGET_FP_DP_CONV): Likewise.
25389 (TARGET_FP_SP_SQRT): Likewise.
25390 (TARGET_FP_DP_SQRT): Likewise.
25391 (TARGET_FP_DP_AX): Likewise.
25392 * config/arc/arc.md (ARCV2_ACC): New constant.
25393 (type): New fpu type attribute.
25394 (SDF): Conditional iterator.
25395 (cstore<mode>, cbranch<mode>): Change expand condition.
25396 (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
25397 handles FPU/FPX cases as well.
25398 * config/arc/arc.opt (mfpu): New option.
25399 * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
25401 (adddf3, muldf3, subdf3): Removed.
25402 * config/arc/predicates.md (proper_comparison_operator): Recognize
25404 * config/arc/fpu.md: New file.
25405 * doc/invoke.texi (ARC Options): Document mfpu option.
25407 2016-02-16 Richard Biener <rguenther@suse.de>
25409 PR rtl-optimization/69291
25410 * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
25411 noce_operand_ok check.
25413 2016-02-16 Tom de Vries <tom@codesourcery.com>
25416 * omp-low.c (simd_clone_create): Remove call to
25417 symtab->call_cgraph_insertion_hooks.
25419 2016-02-16 Jakub Jelinek <jakub@redhat.com>
25421 PR tree-optimization/69802
25422 * tree-ssa-reassoc.c (update_range_test): If op is
25423 SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
25424 op == 1 test of precision 1 integral op, otherwise handle
25425 that case as op itself. Fix up formatting.
25426 (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
25429 2016-02-16 Richard Biener <rguenther@suse.de>
25431 PR tree-optimization/69586
25432 * tree-vrp.c (register_edge_assert_for_2): Handle all integral
25433 types for conversion sources.
25435 2016-02-16 Richard Biener <rguenther@suse.de>
25437 PR middle-end/69801
25438 * fold-const.c (operand_equal_p): For COND_EXPR zero operand
25439 mask OEP_ADDRESS_OF.
25441 2016-02-16 Alan Modra <amodra@gmail.com>
25444 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
25445 (p8_mtvsrd_df, p8_mtvsrd_sf): New.
25446 (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
25448 (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
25449 (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
25450 (p8_fmrgow_<mode>): Likewise.
25451 (reload_vsx_from_gpr<mode>): Make clobber IF. Adjust for above
25453 (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
25454 (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
25455 to use movdi_internal64. Remove op0_di.
25456 * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
25458 2016-02-15 Evandro Menezes <e.menezes@samsung.com>
25460 Add support for the FCCMP insn types
25462 * config/aarch64/aarch64.md (fccmp): Change insn type.
25463 (fccmpe): Likewise.
25464 * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
25465 * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
25466 * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
25467 * config/arm/xgene1.md (xgene1_fcmp): Likewise.
25468 * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
25469 * config/arm/types.md (fccmps): Add new insn type.
25470 (fccmpd): Likewise.
25472 2016-02-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
25474 * alias.c (get_alias_set): Fix a typo in comment.
25476 2016-02-15 Richard Biener <rguenther@suse.de>
25478 PR tree-optimization/69595
25479 * match.pd: Complete range test simplification to true.
25481 2016-02-15 Bernd Schmidt <bschmidt@redhat.com>
25483 PR rtl-optimization/69648
25484 * lra-constraints.c (update_ebb_live_info): Don't remove sets of
25485 pic_offset_table_rtx.
25487 PR rtl-optimization/69752
25488 * ira.c (update_equiv_regs): When looking for more than a single SET,
25489 also take other side effects into account.
25491 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
25493 * config/s390/s390.c (s390_function_profiler): Add a new sequence
25494 for z900+ CPUs in 31-bit mode.
25496 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
25498 * common/config/s390/s390-common.c (s390_supports_split_stack):
25500 (TARGET_SUPPORTS_SPLIT_STACK): New macro.
25501 * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
25502 * config/s390/s390.c (struct machine_function): New field
25503 split_stack_varargs_pointer.
25504 (s390_register_info): Mark r12 as clobbered if it'll be used as temp
25505 in s390_emit_prologue.
25506 (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
25508 (morestack_ref): New global.
25509 (SPLIT_STACK_AVAILABLE): New macro.
25510 (s390_expand_split_stack_prologue): New function.
25511 (s390_live_on_entry): New function.
25512 (s390_va_start): Use split-stack vararg pointer if appropriate.
25513 (s390_asm_file_end): Emit the split-stack note sections.
25514 (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
25515 * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
25516 (UNSPECV_SPLIT_STACK_CALL): New unspec.
25517 (UNSPECV_SPLIT_STACK_DATA): New unspec.
25518 (split_stack_prologue): New expand.
25519 (split_stack_space_check): New expand.
25520 (split_stack_data): New insn.
25521 (split_stack_call): New expand.
25522 (split_stack_call_*): New insn.
25523 (split_stack_cond_call): New expand.
25524 (split_stack_cond_call_*): New insn.
25526 2016-02-15 Richard Biener <rguenther@suse.de>
25528 PR tree-optimization/69783
25529 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
25530 Add trivially correct cases.
25532 2016-02-15 Tom de Vries <tom@codesourcery.com>
25535 * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
25537 * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
25539 2016-02-15 Richard Biener <rguenther@suse.de>
25541 PR tree-optimization/69776
25542 * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
25543 * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
25544 indicate whether we can use TBAA to disambiguate against stores.
25545 Use alias-set zero if not.
25546 (visit_reference_op_store): Do not use TBAA when looking up
25548 * tree-ssa-pre.c (compute_avail): Use TBAA here.
25549 (eliminate_dom_walker::before_dom_children): But not when looking
25550 up redundant stores.
25552 2016-02-14 John David Anglin <danglin@gcc.gnu.org>
25554 * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
25556 2016-02-14 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
25558 * config/i386/znver1.md
25559 (znver1_pop, znver1_pop_mem,
25560 znver1_load_imov_double_store,
25561 znver1_load_imov_direct_store,
25562 znver1_load_imov_direct_load,
25563 znver1_load_imov_double_load): Add new.
25564 (znver1_insn, znver1_insn_load): Add icmov type.
25565 (znver1_sseavx_fma,
25566 znver1_sseavx_fma_load,
25568 znver1_avx256_fma_load): Fix pipe usage.
25570 2016-02-14 Alan Modra <amodra@gmail.com>
25573 * reload.c (find_reloads_address_1): For pre/post-inc/dec
25574 with an invalid hard reg, reload just the reg not the entire
25575 pre/post-inc/dec address expression.
25577 2016-02-13 Oleg Endo <olegendo@gcc.gnu.org>
25580 * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
25581 fixed R1_REG scratch reg.
25582 (sibcall_value_pcrel_fdpic): Likewise.
25584 2016-02-13 Oleg Endo <olegendo@gcc.gnu.org>
25588 * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
25590 2016-02-12 Walter Lee <walt@tilera.com>
25592 * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
25593 * config/tilegx/t-tilegx: Likewise.
25595 2016-02-12 David Malcolm <dmalcolm@redhat.com>
25598 * diagnostic-show-locus.c (struct line_span): New struct.
25599 (layout::get_first_line): Delete.
25600 (layout::get_last_line): Delete.
25601 (layout::get_num_line_spans): New member function.
25602 (layout::get_line_span): Likewise.
25603 (layout::print_heading_for_line_span_index_p): Likewise.
25604 (layout::get_expanded_location): Likewise.
25605 (layout::calculate_line_spans): Likewise.
25606 (layout::m_first_line): Delete.
25607 (layout::m_last_line): Delete.
25608 (layout::m_line_spans): New field.
25609 (layout::layout): Update comment. Replace m_first_line and
25610 m_last_line with m_line_spans, replacing their initialization
25611 with a call to calculate_line_spans.
25612 (diagnostic_show_locus): When printing source lines and
25613 annotations, rather than looping over a single span
25614 of lines, instead loop over each line_span within
25615 the layout, with an inner loop over the lines within them.
25616 Call the context's start_span callback when changing line spans.
25617 * diagnostic.c (diagnostic_initialize): Initialize start_span.
25618 (diagnostic_build_prefix): Break out the building of the location
25619 part of the string into...
25620 (diagnostic_get_location_text): ...this new function, rewriting
25621 it from nested ternary expressions to a sequence of "if"
25623 (default_diagnostic_start_span_fn): New function.
25624 * diagnostic.h (diagnostic_start_span_fn): New typedef.
25625 (diagnostic_context::start_span): New field.
25626 (default_diagnostic_start_span_fn): New prototype.
25628 2016-02-12 David Malcolm <dmalcolm@redhat.com>
25631 * gcc.c (driver::finalize): Fix cleanup of "specs".
25633 2016-02-12 David Malcolm <dmalcolm@redhat.com>
25637 * gcc.c (driver::driver): Initialize m_option_suggestions.
25638 (driver::~driver): Clean up m_option_suggestions.
25639 (suggest_option): Convert to...
25640 (driver::suggest_option): ...this, and split out into
25641 driver::build_option_suggestions and find_closest_string.
25642 (driver::build_option_suggestions): New function, from
25643 first half of suggest_option. Special-case
25644 OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
25645 the sanitizer_opts array. For options of enum types, add the
25646 various enum values to the candidate strings.
25647 (driver::handle_unrecognized_options): Remove "const".
25648 * gcc.h (driver::handle_unrecognized_options): Likewise.
25649 (driver::build_option_suggestions): New decl.
25650 (driver::suggest_option): New decl.
25651 (driver::m_option_suggestions): New field.
25652 * opts-common.c (add_misspelling_candidates): New function.
25653 * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
25654 and make non-static.
25655 * opts.h (sanitizer_opts): New array decl.
25656 (add_misspelling_candidates): New function decl.
25657 * spellcheck.c (find_closest_string): New function.
25658 * spellcheck.h (find_closest_string): New function decl.
25660 2016-02-12 Jakub Jelinek <jakub@redhat.com>
25662 PR rtl-optimization/69764
25663 PR rtl-optimization/69771
25664 * optabs.c (expand_binop_directly): For shift_optab_p, force
25665 convert_modes with VOIDmode if xop1 has VOIDmode.
25667 2016-02-12 Ilya Enkovich <enkovich.gnu@gmail.com>
25670 * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
25671 to correctly determine instrumentation thunks.
25673 2016-02-12 Jakub Jelinek <jakub@redhat.com>
25676 * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
25677 type by reference, force lhs on the call.
25680 * ipa-split.c (split_function): Don't compute/use main_part_return_p.
25681 Compute retval and retbnd early in all cases if split_part_return_p
25682 and return_bb is not EXIT. Remove all clobber stmts and reset
25683 all debug stmts that refer to SSA_NAMEs defined in split part,
25684 except if it is retval, in that case replace the old retval with the
25685 lhs of the call to the split part.
25687 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
25690 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
25692 PR middle-end/66726
25693 * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
25694 whose result is used in PHI.
25695 (maybe_optimize_range_tests): Likewise.
25696 (final_range_test_p): Likweise.
25698 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
25700 PR middle-end/66726
25701 * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
25702 whose result is used in PHI.
25703 (maybe_optimize_range_tests): Likewise.
25704 (final_range_test_p): Likweise.
25706 2016-02-12 Jakub Jelinek <jakub@redhat.com>
25708 * cgraph.c: Spelling fixes - behaviour -> behavior and
25709 neighbour -> neighbor.
25710 * target.def: Likewise.
25711 * sel-sched.c: Likewise.
25712 * config/mips/mips.c: Likewise.
25713 * config/arc/arc.md: Likewise.
25714 * config/arm/cortex-a57.md: Likewise.
25715 * config/arm/arm.c: Likewise.
25716 * config/arm/neon.md: Likewise.
25717 * config/arm/arm-c.c: Likewise.
25718 * config/vms/vms-c.c: Likewise.
25719 * config/s390/s390.c: Likewise.
25720 * config/i386/znver1.md: Likewise.
25721 * config/i386/i386.c: Likewise.
25722 * config/ia64/hpux-unix2003.h: Likewise.
25723 * config/msp430/msp430.md: Likewise.
25724 * config/rx/rx.c: Likewise.
25725 * config/rx/rx.md: Likewise.
25726 * config/aarch64/aarch64-simd.md: Likewise.
25727 * config/aarch64/aarch64.c: Likewise.
25728 * config/nvptx/nvptx.c: Likewise.
25729 * config/bfin/bfin.c: Likewise.
25730 * config/cris/cris.opt: Likewise.
25731 * config/rs6000/rs6000.c: Likewise.
25732 * target.h: Likewise.
25733 * spellcheck.c: Likewise.
25734 * ira-build.c: Likewise.
25735 * tree-inline.c: Likewise.
25736 * builtins.c: Likewise.
25737 * lra-constraints.c: Likewise.
25738 * explow.c: Likewise.
25739 * hwint.h: Likewise.
25740 * targhooks.c: Likewise.
25741 * tree-vect-data-refs.c: Likewise.
25742 * expr.c: Likewise.
25743 * doc/tm.texi: Likewise.
25744 * doc/extend.texi: Likewise.
25745 * doc/install.texi: Likewise.
25746 * doc/md.texi: Likewise.
25747 * tree-ssa-tail-merge.c: Likewise.
25748 * sched-int.h: Likewise.
25749 * match.pd: Likewise.
25750 * sched-ebb.c: Likewise.
25751 * target.def (omit_struct_return_reg): Likewise.
25752 * gimple-ssa-isolate-paths.c: Likewise.
25753 (find_implicit_erroneous_behaviour): Renamed to...
25754 (find_implicit_erroneous_behavior): ... this.
25755 (find_explicit_erroneous_behaviour): Renamed to...
25756 (find_explicit_erroneous_behavior): ... this.
25757 (gimple_ssa_isolate_erroneous_paths): Adjust caller.
25759 2016-02-11 Segher Boessenkool <segher@kernel.crashing.org>
25761 PR rtl-optimization/64682
25762 PR rtl-optimization/69567
25763 PR rtl-optimization/69737
25764 * combine.c (distribute_notes) <REG_DEAD>: If the register is set
25765 in I2 as well, just lose it.
25767 2016-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25769 * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
25771 (aarch64_last_printed_tune_string): Likewise.
25772 (aarch64_declare_function_name): Only output .arch assembler
25773 directive if it will be different from the previously output
25774 directive. Same for .tune comment but only if -dA is set.
25775 (aarch64_start_file): New function.
25776 (TARGET_ASM_FILE_START): Define.
25778 2016-02-11 David Malcolm <dmalcolm@redhat.com>
25781 * Makefile.in (PLUGIN_HEADERS): Add params.list.
25783 2016-02-11 Jakub Jelinek <jakub@redhat.com>
25786 * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
25787 -Wmaybe-uninitialized warning.
25789 2016-02-11 Oleg Endo <olegendo@gcc.gnu.org>
25792 * config/sh/sh.md (casesi_worker_0): Add T_REG use.
25794 2016-02-11 Richard Biener <rguenther@suse.de>
25796 PR rtl-optimization/69291
25797 * ifcvt.c (noce_try_store_flag_constants): Do not allow
25798 subexpressions affected by changing the result.
25800 2016-02-10 Vladimir Makarov <vmakarov@redhat.com>
25803 * lra-constraints.c (curr_insn_transform): Find in/out operands
25804 for secondary memory moves. Update dups.
25806 2016-02-10 Yuri Rumyantsev <ysrumyan@gmail.com>
25808 PR tree-optimization/69652
25809 * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
25810 to nested loop, did source re-formatting, skip debug statements,
25811 add check on statement with volatile operand, remove dead scalar
25814 2016-02-10 Jakub Jelinek <jakub@redhat.com>
25815 Patrick Palka <ppalka@gcc.gnu.org>
25819 * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
25820 calls if the return type is TREE_ADDRESSABLE.
25821 * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
25822 * ipa-split.c (split_function): Fix doubled "we" in comment.
25823 Use void return type for the split part even if
25824 !split_point->split_part_set_retval.
25826 2016-02-10 Bin Cheng <bin.cheng@arm.com>
25828 PR tree-optimization/68021
25829 * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
25830 when computing the value of biv cand by itself.
25832 2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
25834 * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
25835 (cortexa57_tunings): Likewise.
25836 (cortexa72_tunings): Likewise.
25837 (arch_macro_fusion_pair_p): Add support for AES fusion.
25838 * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
25839 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
25840 Allow virtual registers before reload so early scheduling works.
25841 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
25842 correct latency and pipeline.
25843 (cortex_a57_crypto_complex): Likewise.
25844 (cortex_a57_crypto_xor): Likewise.
25845 (define_bypass): Add AES bypass.
25847 2016-02-10 Richard Biener <rguenther@suse.de>
25849 PR tree-optimization/69726
25850 * passes.def: Add DCE pass before late uninit.
25851 * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
25852 really fixup if-conversions job.
25854 2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
25856 * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
25857 (arm_cortex_a57_tune): Likewise.
25858 (aarch_macro_fusion_pair_p): Add support for AES fusion.
25859 * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
25861 2016-02-10 Eric Botcazou <ebotcazou@adacore.com>
25863 * timevar.def (TV_PHASE_DBGINFO): Delete.
25864 (TV_PHASE_CHECK_DBGINFO): Likewise.
25865 * varpool.c (varpool_node::assemble_decl): Do not change timevar.
25867 2016-02-10 Richard Biener <rguenther@suse.de>
25869 PR tree-optimization/69719
25870 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
25871 Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
25873 2016-02-09 Andrew Pinski <apinski@cavium.com>
25876 * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
25877 get_vcond_mask_icode returns false.
25879 2016-02-09 Michael Meissner <meissner@linux.vnet.ibm.com>
25882 * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
25883 an ADDIS that adds a pointer to a large constant that sets the
25884 upper16 bits with a load operation.
25886 2016-02-09 Charles Baylis <charles.baylis@linaro.org>
25889 * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
25891 * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
25893 (vzipq_s16): Likewise.
25894 (vzipq_s32): Likewise.
25895 (vzipq_f32): Likewise.
25896 (vzipq_u8): Likewise.
25897 (vzipq_u16): Likewise.
25898 (vzipq_u32): Likewise.
25899 (vzipq_p8): Likewise.
25900 (vzipq_p16): Likewise.
25902 2016-02-09 Charles Baylis <charles.baylis@linaro.org>
25905 * config/arm/arm.c (neon_endian_lane_map): New function.
25906 (neon_vector_pair_endian_lane_map): New function.
25907 (arm_evpc_neon_vuzp): Allow for big endian lane order.
25908 * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
25910 (vuzpq_s16): Likewise.
25911 (vuzpq_s32): Likewise.
25912 (vuzpq_f32): Likewise.
25913 (vuzpq_u8): Likewise.
25914 (vuzpq_u16): Likewise.
25915 (vuzpq_u32): Likewise.
25916 (vuzpq_p8): Likewise.
25917 (vuzpq_p16): Likewise.
25919 2016-02-11 Alexandre Oliva <aoliva@redhat.com>
25922 * regstat.c (regstat_bb_compute_calls_crossed): Disregard
25925 2016-02-09 Uros Bizjak <ubizjak@gmail.com>
25927 * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
25928 truncate const_int operand 1 to QImode.
25930 2016-02-09 Eric Botcazou <ebotcazou@adacore.com>
25932 * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
25933 corresponding to an abnormal edge.
25935 2016-02-09 Tom de Vries <tom@codesourcery.com>
25937 PR tree-optimization/69599
25938 * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
25940 (find_func_aliases_for_builtin_call, find_func_clobbers)
25941 (ipa_pta_execute): Handle case that foo and foo._0 are not in same lto
25944 2016-02-09 Richard Biener <rguenther@suse.de>
25946 PR tree-optimization/69715
25947 * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
25948 LHS on calls as non-rewritable.
25950 2016-02-09 Tom de Vries <tom@codesourcery.com>
25953 * lto-wrapper.c (append_diag_options): New function.
25954 (compile_offload_image): Call append_diag_options.
25956 2016-02-08 Sandra Loosemore <sandra@codesourcery.com>
25959 * doc/extend.texi (Flag Output Operands): Correct sectioning.
25960 Minor copy-edit to fix verb tenses.
25962 2016-02-08 Jakub Jelinek <jakub@redhat.com>
25964 PR tree-optimization/69209
25965 * ipa-split.c (split_function): If split part is not
25966 returning retval, retval has gimple type but is not
25967 gimple value, force it into a SSA_NAME first.
25969 2016-02-08 Nicklas Bo Jensen <nbjensen@gmail.com>
25971 * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
25974 2016-02-08 Jason Merrill <jason@redhat.com>
25977 * convert.c (convert_to_integer_1): Check dofold on truncation
25979 (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
25980 (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
25981 Rename from *_nofold.
25982 * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
25983 (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
25985 2016-02-08 Bernd Schmidt <bschmidt@redhat.com>
25988 * tree.c (build_common_tree_nodes): Remove short_double argument.
25989 All callers changed.
25990 * tree.h (build_common_tree_nodes): Adjust declaration.
25991 * doc/invoke.texi (-fshort-double): Remove documentation.
25992 * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
25993 MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
25994 * lto-wrapper.c (merge_and_complain, append_compiler_options)
25995 (append_linker_options): Don't handle OPT_fshort_double.
25997 PR rtl-optimization/68730
25998 * lra-remat.c (insn_to_cand_activation): New static variable.
25999 (lra_remat): Allocate and free it.
26000 (create_cand): New arg activation. Initialize a field in
26001 insn_to_cand_activation if it is nonnull.
26002 (create_cands): Pass the activation insn to create_cand when making
26003 a candidate involving an output reload. Reorganize code a little.
26004 (do_remat): Keep track of active status of candidates in a separate
26007 2016-02-08 Richard Biener <rguenther@suse.de>
26009 PR tree-optimization/69719
26010 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
26011 Properly use absolute of the difference of the two offsets to
26012 compare or adjust the segment length.
26014 2016-02-08 Richard Biener <rguenther@suse.de>
26015 Jeff Law <law@redhat.com>
26018 * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
26019 types for anonymous SSA names.
26021 2016-02-08 Richard Biener <rguenther@suse.de>
26023 PR rtl-optimization/69274
26024 * ira.c (ira_setup_alts): Do not change recog_data.operand order.
26026 2016-02-08 Jeff Law <law@redhat.com>
26028 PR tree-optimization/65917
26029 * tree-ssa-dom.c (record_temporary_equivalences): Record both
26030 equivalences from if (x == y) style conditionals.
26031 (loop_depth_of_name): Remove.
26032 (record_equality): Remove loop depth check.
26033 * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
26034 (const_and_copies::record_const_or_copy_raw): New member function.
26035 * tree-ssa-scopedtables.c
26036 (const_and_copies::record_const_or_copy_raw): New, factored out of
26037 (const_and_copies::record_const_or_copy): Call new member function.
26039 2016-02-05 Jeff Law <law@redhat.com>
26041 PR tree-optimization/68541
26042 * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
26043 (count_stmts_in_block): New function.
26044 (poor_ifcvt_candidate_code): Likewise.
26045 (is_feasible_trace): Add some heuristics to determine when path
26046 splitting is profitable.
26047 (find_block_to_duplicate_for_splitting_paths): Make sure the graph
26048 is a diamond with a single exit.
26050 2016-02-05 Martin Sebor <msebor@redhat.com>
26053 * doc/invoke.texi: Update -Wplacement-new to take an optional
26056 2016-02-06 Richard Henderson <rth@redhat.com>
26059 * tree.c (tree_nop_conversion_p): Do not strip casts into or
26060 out of non-standard address spaces.
26062 2016-02-05 Jakub Jelinek <jakub@redhat.com>
26064 PR rtl-optimization/69691
26065 * lra-eliminations.c (move_plus_up): Don't add the addend twice.
26067 2016-02-05 Pat Haugen <pthaugen@us.ibm.com>
26069 * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
26070 * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
26071 (*ieee128_mfvsrd_64bit): Likewise.
26072 (*ieee128_mfvsrd_32bit): Likewise.
26074 2016-02-05 Ilya Enkovich <enkovich.gnu@gmail.com>
26078 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
26080 * cgraphunit.c (cgraph_node::reset): Clear thunk info and
26081 instrumented_version.
26083 2016-01-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
26085 * doc/invoke.texi (Optimize Options): In table of --param options
26086 rename second occurrence of tracer-min-branch-ratio to
26087 tracer-min-branch-probability, rename
26088 tracer-min-branch-ratio-feedback to
26089 tracer-min-branch-probability-feedback and clarify description,
26090 rename sched-spec-state-edge-prob-cutoff to
26091 sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
26092 to selsched-insns-to-rename, rename lto-minpartition to
26093 lto-min-partition, delete reorder-blocks-duplicate and
26094 reorder-blocks-duplicate-feedback.
26096 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
26098 * config/s390/s390.c (s390_register_info_set_ranges): Remove
26101 2016-02-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
26103 * doc/extend.texi: S/390: Correct some typos.
26105 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
26107 * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
26109 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
26112 * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
26113 (s390_register_info_gprtofpr): Use new macros above.
26114 (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
26116 (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
26117 its name. Adjust restore and save gpr ranges.
26118 (s390_register_info_set_ranges): New function.
26119 (s390_register_info): Use new macros above. Call
26120 s390_register_info_set_ranges.
26121 (s390_optimize_register_info): Likewise.
26122 (s390_hard_regno_rename_ok): Use new macros.
26123 (s390_hard_regno_scratch_ok): Likewise.
26124 (s390_emit_epilogue): Likewise.
26125 (s390_can_use_return_insn): Likewise.
26126 (s390_optimize_prologue): Likewise.
26127 * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
26129 2016-02-05 Jakub Jelinek <jakub@redhat.com>
26132 * config/i386/i386.c (convert_scalars_to_vector): Readd stack
26134 (ix86_option_override_internal): Disable TARGET_STV even for
26135 -m{incoming,preferred}-stack-boundary=3.
26137 2016-02-03 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
26139 * config.gcc: Mark deprecated rtems targets as obsolete.
26141 2016-02-04 Segher Boessenkool <segher@kernel.crashing.org>
26143 PR rtl-optimization/64682
26144 PR rtl-optimization/69567
26145 * combine.c (distribute_notes) <REG_DEAD>: Place the death note
26146 before I2 only if the register is both used and set in I2.
26148 2016-02-04 DJ Delorie <dj@redhat.com>
26150 * config/msp430/msp430.c (msp430_start_function): Add function type.
26152 2016-02-04 Jakub Jelinek <jakub@redhat.com>
26155 * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
26157 2016-02-04 Uros Bizjak <ubizjak@gmail.com>
26159 PR rtl-optimization/69577
26161 2015-10-29 Richard Henderson <rth@redhat.com>
26165 * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
26166 sse check to the exact conditions of PR 67609.
26168 2016-02-04 Michael Meissner <meissner@linux.vnet.ibm.com>
26171 * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
26172 instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
26173 not allowed into the traditional Altivec registers.
26174 (movtd_64bit_nodm): Likewise.
26175 (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
26177 2016-02-04 David Malcolm <dmalcolm@redhat.com>
26179 * config/aarch64/cortex-a57-fma-steering.c
26180 (aarch64_register_fma_steering): Remove "static" from arguments
26183 2016-02-04 Wilco Dijkstra <wdijkstr@arm.com>
26186 * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
26187 twice when complex.
26189 2016-02-04 Mike Frysinger <vapier@gentoo.org>
26191 * doc/invoke.texi: Delete -mno-fma4.
26193 2016-02-04 Richard Sandiford <richard.sandiford@arm.com>
26195 PR rtl-optimization/69577
26196 * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
26197 (find_subregs_of_mode): Update accordingly. Iterate over partial
26200 2016-02-04 Alan Lawrence <alan.lawrence@arm.com>
26202 * config/arm/arm-protos.h (neon_reinterpret): Remove.
26203 * config/arm/arm.c (neon_reinterpret): Remove.
26204 * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
26205 vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
26206 vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
26207 vreinterpretti): Remove.
26208 * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
26209 neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
26210 neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
26211 neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
26212 neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
26213 neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
26214 * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
26215 vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
26216 vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
26217 vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
26218 vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
26219 vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
26220 vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
26221 vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
26222 vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
26223 vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
26224 vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
26225 vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
26226 vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
26227 vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
26228 vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
26229 vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
26230 vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
26231 vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
26232 vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
26233 vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
26234 vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
26235 vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
26236 vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
26237 vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
26238 vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
26239 vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
26240 vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
26241 vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
26242 vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
26243 vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
26244 vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
26245 vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
26246 vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
26247 vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
26248 vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
26249 vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
26250 vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
26251 vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
26252 vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
26253 vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
26254 vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
26255 vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
26256 vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
26257 vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
26258 vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
26259 vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
26260 vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
26261 vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
26262 vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
26263 vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
26264 vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
26265 vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
26266 vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
26267 vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
26268 vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
26269 vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
26270 vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
26271 vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
26272 vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
26273 vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
26274 vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
26275 vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
26276 vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
26277 vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
26278 vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
26279 vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
26280 vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
26281 vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
26282 vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
26283 vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
26284 vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
26285 vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
26286 vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
26287 vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
26288 vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
26289 vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
26290 vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
26291 vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
26292 vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
26293 vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
26294 vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
26295 vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
26296 vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
26297 vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
26298 vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
26299 vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
26300 vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
26301 vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
26302 vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
26303 vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
26304 vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
26305 vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
26306 vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
26307 vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
26308 vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
26309 vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
26310 vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
26312 2016-02-04 Martin Liska <mliska@suse.cz>
26315 * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
26316 that are gimple_store_p.
26317 (maybe_instrument_call): Likewise.
26319 2016-02-04 Bin Cheng <bin.cheng@arm.com>
26321 * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
26322 register scaling out of memory reference and comment why.
26324 2016-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26328 * cse.c (cse_insn): Pass NULL to fold_rtx when initially
26329 folding the source of a SET.
26331 2016-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26335 * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
26336 the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
26338 2016-02-04 Jim Wilson <jim.wilson@linaro.org>
26342 * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
26345 2016-02-04 Christian Bruel <christian.bruel@st.com>
26347 * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
26348 * config/arm/arm.c (arm_set_current_function): Likewise.
26350 2016-02-04 Jakub Jelinek <jakub@redhat.com>
26351 Ilya Enkovich <enkovich.gnu@gmail.com>
26352 H.J. Lu <hongjiu.lu@intel.com>
26355 * config/i386/i386.c (convert_scalars_to_vector): Remove
26356 stack alignment fixes.
26357 (ix86_option_override_internal): Disable TARGET_STV if stack
26358 might not be aligned enough.
26359 (ix86_minimum_alignment): Assert that TARGET_STV is false.
26361 2016-02-04 Victoria Stepanyan <victoria.stepanyan@amd.com>
26363 * config/i386/x86-tune.def: Disable default prefetching
26366 2016-02-03 Michael Meissner <meissner@linux.vnet.ibm.com>
26367 Vladimir Makarov <vmakarov@redhat.com>
26370 * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
26371 in validating fused toc addresses.
26373 2016-02-03 Jakub Jelinek <jakub@redhat.com>
26376 * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
26377 range->m_caret fields if range->m_show_caret_p is false.
26380 * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
26381 Force oldval into register if it does not satisfy reg_or_short_operand
26382 predicate. Fix up formatting.
26384 2016-02-03 Vladimir Makarov <vmakarov@redhat.com>
26385 Alexandre Oliva <aoliva@redhat.com>
26388 * lra-constraints.c (simplify_operand_subreg): Check additionally
26389 address validity after potential reloading.
26390 (process_address_1): Check insns validity. In case of failure do
26393 2016-02-03 Kirill Yukhin <kirill.yukhin@intel.com>
26396 * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
26399 2016-02-02 Jakub Jelinek <jakub@redhat.com>
26401 * wide-int.cc (canonize_uhwi): New function.
26402 (wi::divmod_internal): Use it.
26404 2016-02-02 James Norris <jnorris@codesourcery.com>
26406 * gimplify.c (omp_notice_variable): Add usage check.
26408 2016-02-02 Alexander Monakov <amonakov@ispras.ru>
26410 * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
26411 like LE, GE, LT, GT when emitting relational operator.
26413 2016-02-02 Wilco Dijkstra <wdijkstr@arm.com>
26415 * ira-costs.c (find_costs_and_classes): Add extra argument.
26416 * target.def (ira_change_pseudo_allocno_class): Add parameter.
26417 * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
26418 * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
26419 * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
26420 Add best_class parameter, and return it if not ALL_REGS.
26421 * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
26423 * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
26424 Update target hook.
26426 2016-02-02 Wilco Dijkstra <wdijkstr@arm.com>
26428 * config/aarch64/aarch64.c
26429 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
26430 (aarch64_ira_change_pseudo_allocno_class): New function.
26432 2016-02-02 Uros Bizjak <ubizjak@gmail.com>
26435 * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
26437 2016-02-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
26439 * config/avr/avr.c (avr_option_override): Set
26440 PARAM_ALLOW_STORE_DATA_RACES to 1.
26442 2016-02-02 Richard Biener <rguenther@suse.de>
26444 PR tree-optimization/69595
26445 * match.pd: Add range test simplifications to true/false.
26447 2016-02-02 Thomas Schwinge <thomas@codesourcery.com>
26449 * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
26450 * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
26453 2016-02-02 Richard Biener <rguenther@suse.de>
26455 PR tree-optimization/69606
26456 * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
26457 info on the result before moving a stmt.
26459 2016-02-02 Yuri Rumyantsev <ysrumyan@gmail.com>
26461 PR middle-end/68542
26462 * config/i386/i386.c (ix86_expand_branch): Add support for conditional
26463 branch with vector comparison.
26464 * config/i386/sse.md (VI48_AVX): New mode iterator.
26465 (define_expand "cbranch<mode>4): Add support for conditional branch
26466 with vector comparison.
26467 * tree-vect-loop.c (optimize_mask_stores): New function.
26468 * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
26469 has_mask_store field of vect_info.
26470 * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
26471 vectorized loops having masked stores after vec_info destroy.
26472 * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
26473 correspondent macros.
26474 (optimize_mask_stores): Add prototype.
26476 2016-02-02 Alan Modra <amodra@gmail.com>
26479 * config/rs6000/predicates.md (quad_int_reg_operand): Don't
26482 2016-02-02 Alan Modra <amodra@gmail.com>
26485 * config/rs6000/rs6000.c (need_toc_init): New var, set it
26486 whenever toc_label_name used.
26487 (rs6000_file_start): Don't set up toc section here,
26488 (rs6000_output_function_epilogue): do so here instead,
26489 (rs6000_xcoff_file_start): and here.
26490 * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
26491 (load_toc_aix_di): Likewise.
26493 2016-02-01 Jakub Jelinek <jakub@redhat.com>
26495 PR rtl-optimization/69592
26496 * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
26497 (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
26498 (num_sign_bit_copies_binary_arith_p): New inline function.
26499 (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
26501 2016-02-01 Jeff Law <law@redhat.com>
26503 PR tree-optimization/69580
26504 * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
26505 * tree-ssa-threadbackward.c
26506 (fsm_find_control_statement_thread_paths): Do not try to walk
26507 through large PHI nodes.
26509 2016-02-01 Jakub Jelinek <jakub@redhat.com>
26511 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
26512 when count is incremented above limit, don't analyze further
26515 * omp-low.c (oacc_parse_default_dims): Avoid
26516 -Wsign-compare warning, make sure value fits into int
26517 rather than just unsigned int.
26519 2016-02-01 Bin Cheng <bin.cheng@arm.com>
26521 PR tree-optimization/67921
26522 * fold-const.c (split_tree): New parameters. Convert pointer
26523 type variable part to proper type before negating.
26524 (fold_binary_loc): Pass new arguments to split_tree.
26526 2016-02-01 Nathan Sidwell <nathan@codesourcery.com>
26528 * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
26529 (nvptx_goacc_validate_dims): Extend to handle global defaults.
26530 * target.def (OACC_VALIDATE_DIMS): Extend documentation.
26531 * doc/tm.texti: Rebuilt.
26532 * doc/invoke.texi (fopenacc-dim): Document.
26533 * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
26534 (append_compiler_options): Likewise.
26535 * omp-low.c (oacc_default_dims, oacc_min_dims): New.
26536 (oacc_parse_default_dims): New.
26537 (oacc_validate_dims): Add USED arg. Select non-unity default when
26539 (oacc_loop_fixed_partitions): Return mask of used partitions.
26540 (oacc_loop_auto_partitions): Emit dump info.
26541 (oacc_loop_partition): Return mask of used partitions.
26542 (execute_oacc_device_lower): Parse default dimension arg. Adjust
26543 loop partitioning and validation calls.
26545 2016-02-01 Richard Biener <rguenther@suse.de>
26547 PR middle-end/69556
26548 * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
26550 2016-02-01 Richard Biener <rguenther@suse.de>
26552 PR tree-optimization/69574
26553 * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
26554 of asserting return chrec_dont_know.
26556 2016-02-01 Martin Liska <mliska@suse.cz>
26558 * mem-stats-traits.h: Add copyright header.
26559 * mem-stats.h: Likewise.
26561 2016-02-01 Richard Biener <rguenther@suse.de>
26563 PR tree-optimization/69579
26564 * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
26565 Do not propagate through abnormal PHI results.
26567 2016-02-01 Eric Botcazou <ebotcazou@adacore.com>
26569 * postreload.c (reload_cse_simplify): Remove dead code.
26571 2016-02-01 Jakub Jelinek <jakub@redhat.com>
26573 PR rtl-optimization/69570
26574 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
26575 if there is more than one set, not if there is a single set.
26577 2016-02-01 Richard Henderson <rth@redhat.com>
26580 * combine.c (make_compound_operation): When looking through a
26581 subreg, make sure to re-extend to the width of the outer mode.
26583 2016-01-30 Jakub Jelinek <jakub@redhat.com>
26585 PR tree-optimization/69546
26586 * wide-int.cc (wi::divmod_internal): For unsigned division
26587 where both operands fit into uhwi, if o1 is 1 and o0 has
26588 msb set, if divident_prec is larger than bits per hwi,
26589 clear another quotient word and return 2 instead of 1.
26590 Similarly for remainder with msb in HWI set, if dividend_prec
26591 is larger than bits per hwi.
26593 2016-01-29 Martin Jambor <mjambor@suse.cz>
26595 * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
26596 Use short lowercase names.
26597 (get_memory_order): Mask with MEMMODEL_BASE_MASK. Support
26598 MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
26599 acq_rel one. Protect warning agains segfaults if
26600 get_memory_order_name returns NULL.
26601 (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
26602 with release semantics. Do not warn if get_memory_order already did.
26603 (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
26604 semantics. Fix check for relaxed or acquire semantics. Do not warn
26605 if get_memory_order already did.
26607 2016-01-29 Sebastian Pop <s.pop@samsung.com>
26609 * doc/install.texi: Document that isl-0.16 is supported.
26611 2016-01-29 Vladimir Makarov <vmakarov@redhat.com>
26614 * config/i386/constraints.md (Bm): Describe as special memory
26616 * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
26617 * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
26618 * genpreds.c (struct constraint_data): Add is_special_memory.
26619 (have_special_memory_constraints, special_memory_start): New
26621 (special_memory_end): Ditto.
26622 (add_constraint): Add new arg is_special_memory. Add code to
26623 process its true value. Update have_special_memory_constraints.
26624 (process_define_constraint): Pass the new arg.
26625 (process_define_register_constraint): Ditto.
26626 (choose_enum_order): Process special memory.
26627 (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
26628 function insn_extra_special_memory_constraint.
26629 (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
26630 * gensupport.c (process_rtx): Process
26631 DEFINE_SPECIAL_MEMORY_CONSTRAINT.
26632 * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
26633 * ira-lives.c (single_reg_class): Use
26634 insn_extra_special_memory_constraint.
26635 * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
26636 * lra-constraints.c (process_alt_operands): Ditto.
26637 (curr_insn_transform): Use insn_extra_special_memory_constraint.
26638 * recog.c (asm_operand_ok, preprocess_constraints): Process
26640 * reload.c (find_reloads): Ditto.
26641 * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
26642 * stmt.c (parse_input_constraint): Use
26643 insn_extra_special_memory_constraint.
26645 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
26648 * lra-splill.c (lra_final_code_change): Revert r229087 by
26649 removing all sub-registers.
26651 2016-01-29 Steve Ellcey <sellcey@imgtec.com>
26654 * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
26656 2016-01-29 Jakub Jelinek <jakub@redhat.com>
26659 * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
26660 SSE1, copy target into the temporary reg first before recursing
26663 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
26665 * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
26668 2016-01-29 Jonathan Wakely <jwakely@redhat.com>
26670 * ginclude/stdarg.h: Test __cplusplus instead of
26671 __GXX_EXPERIMENTAL_CXX0X__.
26673 2016-01-29 Richard Biener <rguenther@suse.de>
26675 PR tree-optimization/69547
26676 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
26677 Do not mark clobbers necessary.
26678 (mark_all_reaching_defs_necessary_1): Likewise.
26680 2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
26682 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
26683 declaration name with %qs and print it in both error messages.
26684 Also fix indentation.
26686 2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
26689 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
26690 trailing blank line from error message.
26692 2016-01-29 Jonathan Wakely <jwakely@redhat.com>
26695 * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
26698 2016-01-29 Richard Biener <rguenther@suse.de>
26700 PR middle-end/69537
26701 * match.pd: Allow all integral types when simplifying a
26702 widening or sign-changing conversion.
26704 2016-01-28 Sebastian Pop <s.pop@samsung.com>
26706 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
26707 back to setting codegen_error to fail codegen.
26709 2016-01-28 Uros Bizjak <ubizjak@gmail.com>
26712 * config/i386/constraints.md (C): Only accept constant zero operand.
26713 (BC): New constraint.
26714 * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
26715 instead of C constraint.
26716 * doc/md.texi (Machine Constraints): Update description
26719 2016-01-28 Steve Ellcey <sellcey@imgtec.com>
26722 * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
26724 2016-01-28 Jakub Jelinek <jakub@redhat.com>
26726 PR middle-end/69542
26727 * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
26730 2016-01-28 Pat Haugen <pthaugen@us.ibm.com>
26732 * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
26733 branches if using guessed profile.
26735 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
26737 * graphite-optimize-isl.c (optimize_isl): Fix dump.
26739 2016-01-28 Richard Henderson <rth@redhat.com>
26742 * config/aarch64/aarch64-modes.def (CC_Cmode): New
26743 * config/aarch64/aarch64-protos.h: Update.
26744 * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
26745 (aarch64_select_cc_mode): Add check for use of CC_Cmode.
26746 (aarch64_get_condition_code_1): Handle CC_Cmode.
26747 * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
26748 (*add<mode>3_compareC_cconly_imm): New.
26749 (*add<mode>3_compareC_cconly): New.
26750 (*add<mode>3_compareC_imm): New.
26751 (add<mode>3_compareC): New.
26752 (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
26753 to be first. Use aarch64_carry_operation.
26754 (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
26755 (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
26756 (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
26757 (subti3): Use subdi3_compare1.
26758 (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
26759 (sub<mode>3_compare1): New.
26760 (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
26761 (*sub<mode>3_carryin): Use aarch64_borrow_operation.
26762 (*subsi3_carryin_uxtw): Likewise.
26763 (*ngc<mode>, *ngcsi_uxtw): Likewise.
26764 (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
26765 * config/aarch64/iterators.md (DWI): New.
26766 * config/aarch64/predicates.md (aarch64_carry_operation): New.
26767 (aarch64_borrow_operation): New.
26769 2016-01-28 Abderrazek Zaafrani <a.zaafrani@samsung.com>
26771 * graphite-optimize-isl.c (optimize_isl): Print a different debug
26772 message when isl does not return a valid schedule.
26774 2016-01-28 Sebastian Pop <s.pop@samsung.com>
26776 * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
26777 Remove comments from class declarations: they are already in the code
26780 2016-01-28 Sebastian Pop <s.pop@samsung.com>
26782 * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
26784 (ternary_op_to_tree): Same.
26785 (unary_op_to_tree): Same.
26786 (nary_op_to_tree): Same.
26787 (gcc_expression_from_isl_expr_op): Same.
26788 (gcc_expression_from_isl_expression): Same.
26789 (graphite_create_new_loop): Same.
26790 (graphite_create_new_loop_guard): Same.
26791 (build_iv_mapping): Same.
26792 (graphite_create_new_guard): Same.
26793 (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
26794 (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
26796 2016-01-28 Sebastian Pop <s.pop@samsung.com>
26798 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
26799 instead of setting codegen_error to fail codegen.
26801 2016-01-28 Jason Merrill <jason@redhat.com>
26803 * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
26805 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
26807 * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
26808 Remove CONST_INT_P check in CCMP cost calculation.
26810 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
26812 * config/aarch64/aarch64.c (generic_vector_cost):
26813 Set vec_permute_cost.
26814 (cortexa57_vector_cost): Likewise.
26815 (exynosm1_vector_cost): Likewise.
26816 (xgene1_vector_cost): Likewise.
26817 (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
26818 * config/aarch64/aarch64-protos.h (cpu_vector_cost):
26819 Add vec_permute_cost entry.
26821 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
26823 * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
26825 (add<mode>3_compare0): Likewise.
26826 (addsi3_compare0_uxtw): Likewise.
26827 (add<mode>3nr_compare0): Likewise.
26828 (compare_neg<mode>): Likewise.
26829 (<optab><mode>3): Likewise.
26831 2016-01-28 Ilya Enkovich <enkovich.gnu@gmail.com>
26833 * tree-vect-stmts.c (vectorizable_comparison): Add
26834 NULL check for vectype.
26836 2016-01-28 Richard Biener <rguenther@suse.de>
26838 PR tree-optimization/69466
26839 * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
26840 Account for PHIs we couldn't duplicate.
26842 2016-01-28 Martin Liska <mliska@suse.cz>
26845 * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
26846 instead of ENABLE_VALGRIND_CHECKING.
26848 2016-01-27 Richard Henderson <rth@redhat.com>
26851 * lra-remat.c (subreg_regs): New.
26852 (dump_candidates_and_remat_bb_data): Dump it.
26853 (operand_to_remat): Reject if operand in subreg_regs.
26854 (set_bb_regs): Collect subreg_regs.
26855 (lra_remat): Init and free subreg_regs. Compute
26856 calculate_local_reg_remat_bb_data before create_cands.
26858 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
26861 * config/i386/i386.c (ix86_update_stack_boundary): Don't
26862 change stack_alignment_needed for __tls_get_addr call.
26864 2016-01-27 Segher Boessenkool <segher@kernel.crashing.org>
26866 * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
26868 2016-01-27 Jeff Law <law@redhat.com>
26870 PR tree-optimization/68398
26871 PR tree-optimization/69196
26872 * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
26873 (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
26874 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
26875 Only count PHIs in the last block in the path. The others will
26876 const/copy propagate away. Add heuristic to allow more irreducible
26877 subloops to be created when it is likely profitable to do so.
26879 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
26880 Fix typo in comment. Use gsi_after_labels and remove the GIMPLE_LABEL
26881 check from within the loop. Use gsi_next_nondebug rather than gsi_next.
26883 2016-01-27 Jakub Jelinek <jakub@redhat.com>
26886 * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
26887 END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
26888 * asan.c (DEF_BUILTIN_STUB): Temporarily define.
26889 * tree-streamer-in.c: Include asan.h.
26890 (streamer_get_builtin_tree): For builtins in sanitizer
26891 range call initialize_sanitizer_builtins and retry.
26893 2016-01-27 Ian Lance Taylor <iant@google.com>
26895 * common.opt (fkeep-gc-roots-live): New undocumented option.
26896 * tree-ssa-loop-ivopts.c (add_candidate_1): If
26897 -fkeep-gc-roots-live, skip pointers.
26898 (add_iv_candidate_for_biv): Handle add_candidate_1 returning
26901 2016-01-27 Uros Bizjak <ubizjak@gmail.com>
26904 * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
26905 (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
26907 2016-01-27 Thomas Klausner <wiz@NetBSD.org>
26910 * configure.ac: NetBSD provides SSP in its C library.
26911 * configure: Updated.
26913 2016-01-27 Richard Biener <rguenther@suse.de>
26915 PR tree-optimization/69166
26916 * tree-vect-loop.c (vect_is_simple_reduction): Always check
26917 reduction code for commutativity / associativity.
26919 2016-01-27 Martin Jambor <mjambor@suse.cz>
26921 PR tree-optimization/69355
26922 * tree-sra.c (analyze_access_subtree): Correct hole detection when
26923 total_scalarization fails.
26925 2016-01-27 David Edelsohn <dje.gcc@gmail.com>
26927 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
26930 2016-01-27 Christian Bruel <christian.bruel@st.com>
26933 * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
26934 Move arm_reset_previous_fndecl and set_target_option_current_node in
26935 the conditional part. Call save_restore_target_globals.
26936 * config/arm/arm.c (arm_set_current_function):
26937 Refactor to better support #pragma target and attribute mix.
26938 Call save_restore_target_globals.
26939 * config/arm/arm-protos.h (save_restore_target_globals): New function.
26941 2016-01-27 Martin Liska <mliska@suse.cz>
26943 * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
26944 reference for an HSA kernel and its host function.
26946 2016-01-27 Jakub Jelinek <jakub@redhat.com>
26948 PR tree-optimization/69399
26949 * wide-int.h (wi::lrshift): For larger precisions, only
26950 use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
26952 2016-01-27 Claudiu Zissulescu <claziss@synopsys.com>
26954 * config/arc/predicates.md (proper_comparison_operator): Reject
26955 constant-constant comparison.
26957 2016-01-26 Tom de Vries <tom@codesourcery.com>
26959 PR tree-optimization/69110
26960 * tree-data-ref.c (initialize_data_dependence_relation): Handle
26961 DR_NUM_DIMENSIONS == 0.
26963 2016-01-26 Abderrazek Zaafrani <a.zaafrani@samsung.com>
26964 Sebastian Pop <s.pop@samsung.com>
26966 * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
26967 isl_ast_op_cond and isl_ast_op_select.
26968 (gcc_expression_from_isl_expr_op): Same.
26970 2016-01-26 Jason Merrill <jason@redhat.com>
26973 * tree.c (recompute_constructor_flags): Split out from
26975 (verify_constructor_flags): New.
26976 * tree.h: Declare them.
26978 2016-01-26 Iain Buclaw <ibuclaw@gdcproject.org>
26980 PR rtl-optimization/69217
26981 * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
26982 are no TYPE_FIELDS set for the record type.
26984 2016-01-26 Jakub Jelinek <jakub@redhat.com>
26987 * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
26988 toc_label_name unconditionally.
26989 (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
26990 SYMBOL_REF string. Use toc_label_name instead of constructing
26992 (rs6000_elf_declare_function_name): Use toc_label_name instead of
26993 constructing LCTOC1.
26995 2016-01-26 Martin Sebor <msebor@redhat.com>
26998 * doc/extend.texi (Common Type Attributes): Move text that talks about
26999 attribute packed from attribute aligned to the section discussing
27000 the former attribute for clarity.
27002 2016-01-26 Richard Henderson <rth@redhat.com>
27004 PR middle-end/60908
27005 * trans-mem.c (tm_region_init): Mark entry block as visited.
27007 2016-01-26 David Malcolm <dmalcolm@redhat.com>
27010 * diagnostic-show-locus.c (layout::print_source_line): Replace
27011 call to pp_newline with call to layout::print_newline.
27012 (layout::print_annotation_line): Likewise.
27013 (layout::move_to_column): Likewise.
27014 (layout::print_any_fixits): After printing any fixits, print a
27015 trailing newline, if necessary.
27016 (layout::print_newline): New method, resetting any colorization
27018 (diagnostic_show_locus): Move the pp_newline to before the
27019 early bailout. Remove dummy block enclosing the layout instance.
27020 * diagnostic.c (default_diagnostic_finalizer): Replace invocation
27021 of pp_newline_and_flush with pp_flush.
27022 (diagnostic_append_note): Delete use of pp_newline.
27023 (diagnostic_append_note_at_rich_loc): Delete.
27024 * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
27025 * pretty-print.h (output_buffer_append_r): Reset buff->line_length
27026 when newline characters are added to the buffer.
27028 2016-01-26 Michael Matz <matz@suse.de>
27030 * configure.ac (ac_cv_std_swap_in_utility): New test.
27031 * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
27032 * configure: Regenerate.
27033 * config.in: Regenerate.
27035 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
27037 * config/arc/arc.md (cstoresi4): Force operand into register.
27038 (arcset<code>): Fix predicate.
27039 (arcsetltu): Likewise.
27040 (arcsetgeu): Likewise.
27041 (arcsethi): Likewise.
27042 (arcsetls): Likewise.
27044 2016-01-26 Jakub Jelinek <jakub@redhat.com>
27046 PR tree-optimization/69483
27047 * gimple-fold.c (canonicalize_constructor_val): Return NULL
27048 if base has error_mark_node type.
27050 2016-01-26 Christophe Lyon <christophe.lyon@linaro.org>
27053 * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
27054 * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
27056 (vget_lane_f16): Handle big-endian.
27057 (vgetq_lane_f16): Likewise.
27058 (vset_lane_f16): Likewise.
27059 (vsetq_lane_f16): Likewise.
27060 * config/arm/iterators.md (VQXMOV): Add V8HF.
27061 (VDQ): Add V4HF and V8HF.
27062 (V_reg): Handle V4HF and V8HF.
27063 (Is_float_mode): Likewise.
27064 * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
27065 neon_vdup_nv8hf): New patterns.
27066 (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
27067 Use VD_LANE iterator.
27068 (neon_vld1_dup<mode>): Use VQ2 iterator.
27070 2016-01-26 Nathan Sidwell <nathan@acm.org>
27072 * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
27073 (set_oacc_fn_attrib): Add IS_KERNEL arg.
27074 * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
27075 (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
27076 (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
27077 (oacc_validate_dims): Add LEVEL arg, don't return level.
27078 (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
27079 oacc_validate_dims.
27080 (execute_oacc_device_lower): Adjust, add more dump output.
27081 * tree-ssa-loop.c (gate_oacc_kernels): Use
27082 oacc_fn_attrib_kernels_p.
27083 * tree-parloops.c (create_parallel_loop): Adjust
27084 set_oacc_fn_attrib call.
27086 2016-01-26 Jakub Jelinek <jakub@redhat.com>
27089 * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
27090 (append_compiler_options): Handle -fcilkplus.
27091 (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
27093 2016-01-26 Nick Clifton <nickc@redhat.com>
27096 * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
27097 been marked as DECL_ONE_ONLY but we do not the means to make it
27098 so, then do not allow it to bind locally.
27100 2016-01-26 Jakub Jelinek <jakub@redhat.com>
27103 * opts.h (parse_sanitizer_options): New prototype.
27104 * opts.c (sanitizer_opts): New array.
27105 (parse_sanitizer_options): New function.
27106 (common_handle_option): Use parse_sanitizer_options.
27108 2016-01-26 H.J. Lu <hongjiu.lu@intel.com>
27111 * config/i386/i386.c (ix86_compute_frame_layout): Move stack
27112 alignment adjustment to ...
27113 (ix86_update_stack_boundary): Here. Don't over-align stack for
27115 (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
27116 if __tls_get_addr is called.
27118 2016-01-26 Christian Bruel <christian.bruel@st.com>
27120 * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
27122 2016-01-26 Eric Botcazou <ebotcazou@adacore.com>
27124 * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
27126 2016-01-26 Richard Biener <rguenther@suse.de>
27128 PR middle-end/69467
27129 * match.pd: Guard X * CST CMP 0 pattern with single_use.
27131 2016-01-26 Richard Biener <rguenther@suse.de>
27133 PR tree-optimization/69452
27134 * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
27135 (move_computations_dom_walker::before_dom_children): Rename
27137 (move_computations_worker): This.
27138 (move_computations): Perform an RPO rather than a DOM walk.
27140 2016-01-26 Jakub Jelinek <jakub@redhat.com>
27143 * combine.c (combine_instructions): For REG_EQUAL note with
27144 SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
27145 to the underlying register.
27146 * doc/rtl.texi (REG_EQUAL): Document the behavior of
27147 REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
27149 2016-01-26 Roger Ferrer Ibáñez <rofirrim@gmail.com>
27152 * config/aarch64/aarch64-builtins.c
27153 (aarch64_init_simd_builtin_types): Do not set structural
27154 equality to __Poly{8,16,64,128}_t types.
27156 2016-01-26 Richard Sandiford <richard.sandiford@arm.com>
27158 PR tree-optimization/69400
27159 * wide-int.cc (wi_pack): Take the precision as argument and
27160 perform canonicalization here rather than in the callers.
27161 Use the main loop to handle all full-width HWIs. Add a
27162 zero HWI if in_len isn't a full result.
27163 (wi::divmod_internal): Update accordingly.
27164 (wi::mul_internal): Likewise. Simplify.
27166 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
27167 Sebastian Pop <s.pop@samsung.com>
27169 * graphite-poly.c (apply_poly_transforms): Simplify.
27170 (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
27171 (print_isl_map): Same.
27172 (print_isl_union_map): Same.
27173 (print_isl_schedule): New.
27174 (debug_isl_schedule): New.
27175 * graphite-dependences.c (scop_get_reads): Do not call
27176 isl_union_map_add_map that is undocumented isl functionality.
27177 (scop_get_must_writes): Same.
27178 (scop_get_may_writes): Same.
27179 (scop_get_original_schedule): Remove.
27180 (scop_get_dependences): Do not call isl_union_map_compute_flow that
27181 is deprecated in isl 0.15. Instead, use isl_union_access_* interface.
27182 (compute_deps): Remove.
27183 * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
27184 (debug_schedule_ast): New.
27185 (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
27186 set_separate_option.
27187 (graphite_regenerate_ast_isl): Add dump.
27188 (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
27189 from scop->transformed_schedule.
27190 (graphite_regenerate_ast_isl): Add more dump.
27191 * graphite-optimize-isl.c (optimize_isl): Set
27192 scop->transformed_schedule. Check whether schedules are equal.
27193 (apply_poly_transforms): Move here.
27194 * graphite-poly.c (apply_poly_transforms): ... from here.
27195 (free_poly_bb): Static.
27196 (free_scop): Static.
27197 (pbb_number_of_iterations_at_time): Remove.
27198 (print_isl_ast): New.
27199 (debug_isl_ast): New.
27200 (debug_scop_pbb): New.
27201 * graphite-scop-detection.c (print_edge): Move.
27202 (print_sese): Move.
27203 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
27204 (build_scop_scattering): Remove.
27205 (create_pw_aff_from_tree): Assert instead of bailing out.
27206 (add_condition_to_pbb): Remove unused code, do not fail.
27207 (add_conditions_to_domain): Same.
27208 (add_conditions_to_constraints): Remove.
27209 (build_scop_context): New.
27210 (add_iter_domain_dimension): New.
27211 (build_iteration_domains): Initialize pbb->iterators.
27212 Call add_conditions_to_domain.
27215 (index_outermost_in_loop): New.
27216 (index_pbb_in_loop): New.
27217 (outermost_pbb_in): New.
27218 (add_in_sequence): New.
27219 (add_outer_projection): New.
27220 (outer_projection_mupa): New.
27221 (add_loop_schedule): New.
27222 (build_schedule_pbb): New.
27223 (build_schedule_loop): New.
27224 (embed_in_surrounding_loops): New.
27225 (build_schedule_loop_nest): New.
27226 (build_original_schedule): New.
27227 (build_poly_scop): Call build_original_schedule.
27228 * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
27229 (free_poly_dr): Remove.
27230 (struct poly_bb): Add iterators. Remove schedule, transformed, saved.
27231 (free_poly_bb): Remove.
27232 (debug_loop_vec): Remove.
27233 (print_isl_ast): Declare.
27234 (debug_isl_ast): Declare.
27235 (scop_do_interchange): Remove.
27236 (scop_do_strip_mine): Remove.
27237 (scop_do_block): Remove.
27238 (flatten_all_loops): Remove.
27239 (optimize_isl): Remove.
27240 (pbb_number_of_iterations_at_time): Remove.
27241 (debug_scop_pbb): Declare.
27242 (print_schedule_ast): Declare.
27243 (debug_schedule_ast): Declare.
27244 (struct scop): Remove schedule. Add original_schedule,
27245 transformed_schedule.
27246 (free_gimple_poly_bb): Remove.
27247 (print_generated_program): Remove.
27248 (debug_generated_program): Remove.
27249 (unify_scattering_dimensions): Remove.
27250 * sese.c (print_edge): ... here.
27251 (print_sese): ... here.
27252 (debug_edge): ... here.
27253 (debug_sese): ... here.
27254 * sese.h (print_edge): Declare.
27255 (print_sese): Declare.
27256 (dump_edge): Declare.
27257 (dump_sese): Declare.
27259 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
27260 Sebastian Pop <s.pop@samsung.com>
27262 * Makefile.in: Set ISLVER in site.exp.
27264 2016-01-25 Jakub Jelinek <jakub@redhat.com>
27266 * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
27267 DECL_VALUE_EXPR of new_var even for the non-array case. Look
27268 through DECL_VALUE_EXPR for expansion.
27270 2016-01-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
27272 * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
27273 the frame info after reload completed.
27275 2016-01-25 Jeff Law <law@redhat.com>
27277 PR tree-optimization/69196
27278 PR tree-optimization/68398
27279 * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
27280 tree-ssa-threadupdate.c.
27281 (determine_bb_domination_status): Prototype
27282 * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
27283 (determine_bb_domination_status): No longer static.
27284 (valid_jump_thread_path): Remove code to detect characteristics
27285 of the jump thread path not associated with correctness.
27286 * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
27287 Correct test for thread path length. Count PHIs for real operands as
27288 statements that need to be copied. Do not count ASSERT_EXPRs.
27289 Look at all the blocks in the thread path. Compute and selectively
27290 filter thread paths based on threading through the latch, threading
27291 a multiway branch or crossing a multiway branch.
27293 2016-01-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27295 * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): Add
27296 decl with __attribute__ ((unused)) annotation.
27298 2016-01-25 Ilya Enkovich <enkovich.gnu@gmail.com>
27301 * tree-vect-stmts.c (vectorizable_condition): Check vectype
27302 of operands is compatible with a statement vectype.
27304 2016-01-25 Eric Botcazou <ebotcazou@adacore.com>
27306 * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
27307 improve wording for mixed storage order support.
27309 2016-01-25 Bilyan Borisov <bilyan.borisov@arm.com>
27311 * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
27312 (vcvt_u64_f64): Likewise.
27313 (vcvta_s64_f64): Likewise.
27314 (vcvta_u64_f64): Likewise.
27315 (vcvtm_s64_f64): Likewise.
27316 (vcvtm_u64_f64): Likewise.
27317 (vcvtn_s64_f64): Likewise.
27318 (vcvtn_u64_f64): Likewise.
27319 (vcvtp_s64_f64): Likewise.
27320 (vcvtp_u64_f64): Likewise.
27322 2016-01-25 Claudiu Zissulescu <claziss@synopsys.com>
27324 * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
27325 (arc_init): Check validity mll64 option.
27326 (arc_save_restore): Use double load/store instruction.
27327 (arc_expand_movmem): Likewise.
27328 (arc_split_move): Don't split if we have double load/store
27329 instructions. Returns a boolean.
27330 (arc_process_double_reg_moves): Change function to return boolean
27331 instead of a sequence of instructions.
27332 (arc_dwarf_register_span): New function.
27333 * config/arc/arc-protos.h (arc_split_move): Change prototype.
27334 * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
27335 * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
27336 (*movdf_insn): Likewise.
27337 * config/arc/arc.opt (mll64): New option.
27338 * config/arc/predicates.md (even_register_operand): New predicate.
27339 * doc/invoke.texi (ARC Options): Add mll64 documentation.
27341 2016-01-25 Richard Biener <rguenther@suse.de>
27344 * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
27345 * tree-streamer-out.c (pack_ts_base_value_fields): Stream
27347 * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
27349 2016-01-25 Richard Biener <rguenther@suse.de>
27351 PR tree-optimization/69376
27352 * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
27354 (VN_INFO_ANTI_RANGE_P): New inline.
27355 (VN_INFO_RANGE_TYPE): Likewise.
27356 * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
27357 SSA_NAME_ANTI_RANGE_P.
27358 (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
27359 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
27360 Properly query VN_INFO_RANGE_TYPE.
27362 2016-01-25 Nick Clifton <nickc@redhat.com>
27365 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
27367 2016-01-23 Tom de Vries <tom@codesourcery.com>
27369 PR tree-optimization/69426
27370 * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
27373 2016-01-23 Jakub Jelinek <jakub@redhat.com>
27375 * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
27376 "the the" with "the" in the comments.
27377 * ipa-devirt.c (build_type_inheritance_graph,
27378 update_type_inheritance_graph): Likewise.
27379 * tree.c (build_function_type_list_1): Likewise.
27380 * cfgloopmanip.c (scale_loop_profile): Likewise.
27381 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
27382 * gimple-ssa-split-paths.c
27383 (find_block_to_duplicate_for_splitting_paths): Likewise.
27384 * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
27385 * expr.c (convert_move): Likewise.
27386 * var-tracking.c (vt_stack_adjustments): Likewise.
27387 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
27388 * tree-vrp.c (test_for_singularity): Likewise.
27390 * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
27391 directly instead of building a temporary tree.
27394 * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
27395 remove <algorithm> include.
27397 2016-01-22 Jakub Jelinek <jakub@redhat.com>
27400 * config/i386/i386.c: Include dojump.h.
27401 (expand_small_movmem_or_setmem,
27402 expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
27404 (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
27405 if dynamic_check != -1.
27407 2016-01-21 Jeff Law <law@redhat.com>
27409 PR middle-end/69347
27410 * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
27411 record_temporary_equivalences. Rewritten to avoid unnecessary calls
27412 into dominated_by_p.
27413 (cprop_into_successor_phis): Avoid unnecessary tests.
27415 2016-01-22 Richard Henderson <rth@redhat.com>
27418 * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
27419 (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
27421 2016-01-22 Michael Matz <matz@suse.de>
27423 * system.h (string, algorithm): Include only conditionally.
27424 (new): Include always under C++.
27425 * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
27426 * final.c (toplevel): Ditto.
27427 * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
27428 * genconditions.c (write_header): Make gencondmd.c define
27430 * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
27432 * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
27433 * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
27435 2016-01-22 Christian Bruel <christian.bruel@st.com>
27438 * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
27440 2016-01-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27443 * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
27444 define_insn_and_split. Ensure operands[1] and operands[0] do not
27445 get assigned the same register.
27447 2016-01-22 Kugan Vivekanandarajah <kuganv@linaro.org>
27449 * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
27451 2016-01-22 Christian Bruel <christian.bruel@st.com>
27453 * config/arm/arm-c.c (arm_pragma_target_parse):
27454 Remove warn_builtin_macro_redefined overwrite.
27456 2016-01-22 Eric Botcazou <ebotcazou@adacore.com>
27458 * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
27459 flag_non_call_exceptions compatibility.
27461 2016-01-22 Jakub Jelinek <jakub@redhat.com>
27464 * dwarf2out.c (add_child_die_after): New function.
27465 (dwarf_qual_info_t): New type.
27466 (dwarf_qual_info): New variable.
27467 (qualified_die_p): New function.
27468 (modified_type_die): For -fdebug-types-section, ensure
27469 canonical order of qualifiers. Put qualified DIEs adjacent
27470 to the corresponding non-qualified type DIE and search there
27471 for existing qualified DIEs.
27473 2016-01-22 Eric Botcazou <ebotcazou@adacore.com>
27475 * doc/extend.texi (scalar_storage_order type attribute): Document
27476 restriction on type punning and aliasing, and remove future tense.
27478 2016-01-21 Roman Zhuykov <zhroma@ispras.ru>
27481 * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
27484 2016-01-21 Jeff Law <law@redhat.com>
27486 PR middle-end/69347
27487 * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
27488 useless call to record_temporary_equivalences.
27489 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
27490 allocate 10 slots in the bb_path vector and let it grow as needed.
27491 (fsm_find_control_statement_thread_paths): Similarly for the next_path
27494 2016-01-21 David Edelsohn <dje.gcc@gmail.com>
27496 * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
27498 * configure: Regenerate.
27500 2016-01-21 Pat Haugen <pthaugen@us.ibm.com>
27502 * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
27503 * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
27505 2016-01-21 Bernd Schmidt <bschmidt@redhat.com>
27507 PR middle-end/66178
27508 * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
27509 drop EXPAND_INITIALIZER.
27510 * rtl.h (contains_symbolic_reference_p): Declare.
27511 * rtlanal.c (contains_symbolic_reference_p): New function.
27512 * simplify-rtx.c (simplify_binary_operation_1): Don't turn
27513 a subtraction into a NOT if symbolic constants are involved.
27515 2016-01-21 Anton Blanchard <anton@samba.org>
27516 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27519 * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
27521 * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
27524 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
27526 * config/microblaze/microblaze.c
27527 (get_branch_target): New.
27528 (insert_wic_for_ilb_runout): New.
27530 (microblaze_machine_dependent_reorg): New.
27531 (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
27532 * config/microblaze/microblaze.md
27533 (UNSPEC_IPREFETCH): Define.
27534 (iprefetch): New pattern
27535 * config/microblaze/microblaze.opt
27536 (mxl-prefetch): New flag.
27538 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
27540 * config/microblaze/microblaze.h
27541 (FIXED_REGISTERS): Update in macro.
27542 (CALL_USED_REGISTERS): Update in macro.
27544 2016-01-21 Yuri Rumyantsev <ysrumyan@gmail.com>
27546 PR rtl-optimization/68920
27547 * ifcvt.c (cond_move_process_if_block): Limit number of conditional
27550 2016-01-21 Vladimir Makarov <vmakarov@redhat.com>
27552 PR rtl-optimization/68990
27553 * lra-coalesce.c (lra_coalesce): Invalidate value for the result
27554 pseudo instead of inheritance ones.
27556 2016-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
27557 Nick Clifton <nickc@redhat.com>
27561 * config/mips/mips.c (mips_compute_frame_info): Initialise
27562 args_size and hard_frame_pointer_offset fields of the frame
27563 structure before calling mips_global_pointer.
27565 2016-01-21 David Edelsohn <dje.gcc@gmail.com>
27567 * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
27569 * configure: Regenerate.
27571 2016-01-21 Richard Biener <rguenther@suse.de>
27573 * graphite-optimize-isl.c (get_schedule_map): Fix typo.
27575 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
27577 * config/s390/s390.c (s390_asm_declare_function_size): Add code
27578 to actually emit the .size directive.
27580 2016-01-21 Stefan Sørensen <stefan.sorensen@spectralink.com>
27581 Jakub Jelinek <jakub@redhat.com>
27585 * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
27586 args array size by one to avoid buffer overflow.
27588 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
27590 * config/s390/s390.md (pool_section_start): Use switch_to_section
27591 to select proper read-only data section instead of hardcoding
27593 (pool_section_end): Use switch_to_section to match the above.
27595 2016-01-21 Richard Biener <rguenther@suse.de>
27597 PR tree-optimization/69378
27598 * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
27599 (set_ssa_val_to): Use it for dominance checks taking into
27600 account not executable edges.
27602 2016-01-21 Jakub Jelinek <jakub@redhat.com>
27605 * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
27606 for bitsize instead of GET_MODE_PRECISION (mode).
27608 2016-01-20 Martin Sebor <msebor@redhat.com>
27611 * extend.texi (__sync Builtins): Clarify the semantics of
27612 __sync_fetch_and_OP built-ins on pointers.
27613 (__atomic Builtins): Same.
27615 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27616 Sebastian Pop <s.pop@samsung.com>
27618 * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
27619 (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
27620 (is_valid_rename): Same.
27621 (translate_isl_ast_to_gimple::get_rename): Same.
27622 (translate_isl_ast_to_gimple::rename_all_uses): Same.
27623 (translate_isl_ast_to_gimple::rename_uses): Same.
27624 (get_new_name): Check for close_phi nodes.
27625 (copy_loop_phi_args): Use phi_node_kind.
27626 (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
27627 (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
27629 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27630 Sebastian Pop <s.pop@samsung.com>
27632 Revert commit r229783.
27633 * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
27634 Remove use of parameter_rename_map.
27635 (copy_def): Remove.
27636 (copy_internal_parameters): Remove.
27637 (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
27638 * sese.c (new_sese_info): Do not initialize parameter_rename_map.
27639 (free_sese_info): Do not free parameter_rename_map.
27640 (set_rename): Do not use parameter_rename_map.
27641 (rename_uses): Update call to set_rename.
27642 (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
27643 * sese.h (parameter_rename_map_t): Remove.
27644 (struct sese_info_t): Remove field parameter_rename_map.
27646 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27647 Sebastian Pop <s.pop@samsung.com>
27649 * graphite-isl-ast-to-gimple.c: Fix comment.
27650 * graphite-scop-detection.c (defined_in_loop_p): New.
27651 (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
27652 names defined in loop.
27654 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27655 Sebastian Pop <s.pop@samsung.com>
27657 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
27658 Discard unstructured if-then-else regions.
27660 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27661 Sebastian Pop <s.pop@samsung.com>
27663 * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
27664 (cleanup_loop_iter_dom): Remove.
27665 (build_loop_iteration_domains): Remove.
27666 (build_scop_context): Remove.
27667 (build_scop_iteration_domain): Remove.
27668 (add_loop_constraints): New.
27669 (build_iteration_domains): New.
27670 (build_poly_scop): Call build_iteration_domains.
27672 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27673 Sebastian Pop <s.pop@samsung.com>
27675 * graphite-scop-detection.c
27676 (scop_detection::harmful_loop_in_region): Free dom and loops.
27677 (scop_detection::loop_body_is_valid_scop): Free bbs.
27679 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27680 Sebastian Pop <s.pop@samsung.com>
27682 * graphite-scop-detection.c (record_loop_in_sese): New.
27683 (gather_bbs::before_dom_children): Call record_loop_in_sese.
27684 (build_scops): Remove call to build_sese_loop_nests.
27685 * sese.c (sese_record_loop): Remove.
27686 (build_sese_loop_nests): Remove.
27687 (new_sese_info): Remove region->loops.
27688 (free_sese_info): Same.
27689 * sese.h (sese_contains_loop): Same.
27690 (build_sese_loop_nests): Remove.
27691 (sese_contains_loop): Remove.
27693 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27694 Sebastian Pop <s.pop@samsung.com>
27696 * graphite-scop-detection.c (loop_is_valid_scop): Renamed
27697 loop_is_valid_in_scop.
27698 (scop_detection::harmful_stmt_in_region): Renamed
27699 harmful_loop_in_region.
27700 Call loop_is_valid_in_scop.
27702 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27703 Sebastian Pop <s.pop@samsung.com>
27705 * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
27708 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27709 Sebastian Pop <s.pop@samsung.com>
27711 * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
27712 * graphite.h (struct poly_bb): Remove field is_reduction.
27713 (PBB_IS_REDUCTION): Remove.
27715 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
27716 Sebastian Pop <s.pop@samsung.com>
27718 * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
27719 (add_pdr_constraints): Same.
27720 (scop_get_reads): Same.
27721 (scop_get_must_writes): Same.
27722 (scop_get_may_writes): Same.
27723 (scop_get_original_schedule): Same.
27724 (extend_schedule): Same.
27725 (apply_schedule_on_deps): Same.
27726 (carries_deps): Same.
27727 (compute_deps): Same.
27728 (scop_get_dependences): Same.
27729 * graphite-isl-ast-to-gimple.c
27730 (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
27731 * graphite-optimize-isl.c (get_schedule_for_band): Same.
27732 (get_schedule_for_band_list): Same.
27733 (get_schedule_map): Same.
27734 (apply_schedule_map_to_scop): Same.
27735 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
27736 (build_loop_iteration_domains): Same.
27737 (add_condition_to_pbb): Same.
27738 (add_param_constraints): Same.
27739 (pdr_add_memory_accesses): Same.
27740 (pdr_add_data_dimensions): Same.
27742 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
27744 * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
27747 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
27749 * common.opt (feliminate-dwarf2-dups): Replace references to
27750 "DWARF 2" with just "DWARF".
27751 * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
27752 * doc/extend.texi: Likewise.
27753 * doc/cpp.texi: Likewise.
27754 * doc/invoke.texi: Likewise.
27755 (Option Summary): Add -gdwarf to list of Debugging Options.
27756 (Debugging Options): Document -gdwarf.
27757 * doc/contrib.texi: Spell "DWARF" like that.
27759 2016-01-21 Jakub Jelinek <jakub@redhat.com>
27761 * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
27762 warning. Fix up formatting.
27764 PR middle-end/67653
27765 * gimplify.c (gimplify_asm_expr): Warn if it is too late to
27766 attempt to mark memory input operand addressable and
27767 call prepare_gimple_addressable in that case. Don't adjust
27768 input_location for diagnostics, use error_at instead.
27770 2016-01-20 Peter Bergner <bergner@vnet.ibm.com>
27772 * config/rs6000/ppc-auxv.h: New file.
27773 * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
27774 (cpu_is): Likewise.
27775 (cpu_supports): Likewise.
27776 * config/rs6000/rs6000.c: include "ppc-auxv.h".
27777 (cpu_is_info): New variable.
27778 (cpu_supports_info): Likewise.
27779 (tcb_verification_symbol): Likewise.
27780 (cpu_builtin_p): Likewise.
27781 (cpu_expand_builtin): New function.
27782 (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
27783 (rs6000_init_builtins): Likewise.
27784 (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
27785 * config/rs6000/rs6000.h (TLS_REGNUM): New define.
27786 * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
27787 * configure: Regenerate.
27788 * config.in: Likewise.
27789 * doc/extend.texi (PowerPC Built-in Functions): Document
27790 __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
27792 2016-01-20 David Edelsohn <dje.gcc@gmail.com>
27795 * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
27797 * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
27800 2016-01-20 Richard Henderson <rth@redhat.com>
27806 * tree.c (tm_define_builtin): New.
27807 (find_tm_vector_type): New.
27808 (build_tm_vector_builtins): New.
27809 (build_common_builtin_nodes): Call it.
27811 2016-01-20 Christophe Lyon <christophe.lyon@linaro.org>
27813 * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
27814 (arm_fp_ok): Likewise.
27815 (arm_fp): Likewise.
27816 (arm_crypto): Likewise.
27818 2016-01-20 Ilya Enkovich <enkovich.gnu@gmail.com>
27819 Richard Biener <rguenther@suse.de>
27821 PR tree-optimization/69328
27822 * tree-vect-stmts.c (vect_is_simple_cond): Check compared
27823 vectors have same number of elements.
27824 (vectorizable_condition): Fix masked version recognition.
27826 2016-01-20 Richard Biener <rguenther@suse.de>
27828 PR tree-optimization/69345
27829 * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
27830 (VN_INFO_PTR_INFO): Likewise.
27831 * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
27832 info when it is equal between non-dominating SSA names.
27833 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
27834 Make sure to look at original SSA infos.
27836 2016-01-20 Jeff Law <law@redhat.com>
27839 * config/m68k/predicates.md (pow2_m1_operand): New predicate
27841 (reg_or_pow2_m1_operand): Call pow2_m1_operand.
27842 (pc_or_label_operand): New predicate.
27843 * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
27844 tests for small integers that are 2^n - 1.
27846 2016-01-20 Jonathan Wakely <jwakely@redhat.com>
27848 * doc/invoke.texi (Options Summary): Add '.' after @xref.
27850 2016-01-19 Jeff Law <law@redhat.com>
27852 PR middle-end/69347
27853 * tree-ssa-threadbackwards.c
27854 (fsm_find_control_statement_thread_paths): Do not try to lookup
27855 FSM paths for SSA_NAMEs appearing in abnormal PHIs.
27857 2016-01-20 Kugan Vivekanandarajah <kuganv@linaro.org>
27859 * doc/lto.texi: Remove text that says only Gold has linker plugin
27862 2016-01-19 Eric Botcazou <ebotcazou@adacore.com>
27864 * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
27865 (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
27866 the DIE accordingly.
27867 (modified_type_die): Add REVERSE parameter and pass it recursively,
27868 as well as to base_type_die. Adjust presence check accordingly.
27869 (base_type_for_mode): Adjust call to modified_type_die.
27870 (add_type_attribute): Add REVERSE parameter and pass it to
27872 (generic_parameter_die): Adjust call to add_type_attribute.
27873 (add_scalar_info): Likewise.
27874 (add_subscript_info): Likewise.
27875 (gen_array_type_die): Likewise.
27876 (gen_descr_array_type_die): Likewise.
27877 (gen_entry_point_die): Likewise.
27878 (gen_enumeration_type_die): Likewise.
27879 (gen_formal_parameter_die): Likewise.
27880 (gen_subprogram_die): Likewise.
27881 (gen_variable_die ): Likewise.
27882 (gen_const_die): Likewise.
27883 (gen_field_die): Likewise.
27884 (gen_pointer_type_die): Likewise.
27885 (gen_reference_type_die): Likewise.
27886 (gen_ptr_to_mbr_type_die): Likewise.
27887 (gen_inheritance_die): Likewise.
27888 (gen_subroutine_type_die): Likewise.
27889 (gen_typedef_die): Likewise.
27890 (force_type_die): Adjust call to modified_type_die.
27892 2016-01-19 Sandra Loosemore <sandra@codesourcery.com>
27894 * doc/standards.texi: Copy-editing for grammar, markup, and sentence
27895 flow throughout the file. Fix broken link to Objective-C 2.0
27897 * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
27900 2016-01-19 Wilco Dijkstra <wdijkstr@arm.com>
27902 * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
27904 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
27907 * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
27908 (maybe_record_node): Record cxa_pure_virtual as the only possible
27909 target if there are not ohter candidates.
27910 (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
27912 2016-01-19 Richard Biener <rguenther@suse.de>
27914 * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
27915 (get_memory_order): Likewise.
27917 2016-01-19 Kirill Yukhin <kirill.yukhin@intel.com>
27919 * tree-vect-stmts.c (vectorizable_store): Check
27922 2016-01-19 David Malcolm <dmalcolm@redhat.com>
27925 * gcc.c (driver::decode_argv): Add call to
27926 init_opts_obstack before init_options_struct.
27927 * opts.c (init_opts_obstack): Remove idempotency.
27928 (init_options_struct): Replace call to init_opts_obstack
27929 with a gcc_assert to verify that it has already been called.
27930 * toplev.c (toplev::main): Add call to init_opts_obstack before
27931 calls to init_options_struct.
27932 (toplev::finalize): Move cleanup of opts_obstack next to
27933 cleanup of save_decoded_options, clearing the latter, and
27934 save_decoded_options_count.
27936 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27939 * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
27940 attribute to unconditional. Remove %? from output template.
27942 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
27943 Jiong Wang <jiong.wang@arm.com>
27945 * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
27946 generated from different expand order.
27948 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
27950 * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
27951 Add support for CCMP costing.
27953 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
27955 * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
27956 * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
27957 (fccmpe<mode>): Likewise.
27958 (fcmp): Rename to fcmp and globalize pattern.
27960 * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
27961 (aarch64_gen_ccmp_next): Add FP support.
27963 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
27965 * target.def (gen_ccmp_first): Update documentation.
27966 (gen_ccmp_next): Likewise.
27967 * doc/tm.texi (gen_ccmp_first): Update documentation.
27968 (gen_ccmp_next): Likewise.
27969 * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
27970 expand_ccmp_expr_1. Improve comments.
27971 * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
27972 (ccmp_ior<mode>): Remove pattern.
27973 (cmp<mode>): Remove expand.
27974 (cmp): Globalize pattern.
27975 (cstorecc4): Use cc_register.
27976 (mov<mode>cc): Remove ccmp_cc_register check.
27977 * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
27978 Simplify after removal of CC_DNE/* modes.
27979 (aarch64_ccmp_mode_to_code): Remove.
27980 (aarch64_print_operand): Remove 'K' case. Merge 'm' and 'M' cases.
27981 In 'k' case use integer as condition.
27982 (aarch64_nzcv_codes): Remove inverted cases.
27983 (aarch64_code_to_ccmode): Remove.
27984 (aarch64_gen_ccmp_first): Use cmp pattern directly. Return the correct
27985 comparison with CC register to be used in folowing CCMP/branch/CSEL.
27986 (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
27987 pattern. Return the comparison with CC register. Invert conditions
27988 when bitcode is OR.
27989 * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
27990 * config/aarch64/predicates.md (ccmp_cc_register): Remove.
27992 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
27994 * cgraphunit.c (cgraph_node::reset): Clear thunk info and
27995 instrumented_version.
27997 2016-01-19 Richard Biener <rguenther@suse.de>
27999 PR tree-optimization/69336
28000 * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
28001 handled components with get_ref_base_and_extent.
28002 (equal_mem_array_ref_p): Adjust.
28004 2016-01-19 Jakub Jelinek <jakub@redhat.com>
28007 * shrink-wrap.c: Include valtrack.h.
28008 (move_insn_for_shrink_wrap): Add DEBUG argument. If
28009 MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
28010 in between insn and where it will be moved to. Call
28011 dead_debug_insert_temp.
28012 (prepare_shrink_wrap): Adjust caller. Call dead_debug_local_init
28013 first and dead_debug_local_finish at the end.
28014 For uses and defs bitmap, handle all regs in between REGNO and
28015 END_REGNO, not just the first one.
28017 2016-01-19 Richard Biener <rguenther@suse.de>
28019 PR tree-optimization/69352
28020 * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
28021 (equal_mem_array_ref_p): Constrain size and max size properly.
28022 Compare the reverse flag.
28024 2016-01-19 Bernd Schmidt <bschmidt@redhat.com>
28026 * ira.c (ira): Update regstat data if we deleted insns.
28028 2016-01-19 Jakub Jelinek <jakub@redhat.com>
28030 PR rtl-optimization/68955
28031 PR rtl-optimization/64557
28032 * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
28033 here. Fix up formatting.
28034 * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
28036 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
28039 * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
28040 assume that the node has body.
28041 * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
28044 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
28046 * lto-streamer-out.c (lto_output): Do not stream instrumentation
28049 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
28051 * symtab.c (symtab_node::asm_name): Do not call printable name directly.
28052 (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
28054 2016-01-19 Martin Jambor <mjambor@suse.cz>
28055 Martin Liska <mliska@suse.cz>
28056 Michael Matz <matz@suse.de>
28058 * Makefile.in (OBJS): Add new source files.
28059 (GTFILES): Add hsa.c.
28060 * common.opt (disable_hsa): New variable.
28061 (-Whsa): New warning.
28062 * config.in (ENABLE_HSA): New.
28063 * configure.ac: Treat hsa differently from other accelerators.
28064 (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
28065 $enable_offloading.
28066 (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
28067 * doc/install.texi (Configuration): Document --with-hsa-runtime,
28068 --with-hsa-runtime-include, --with-hsa-runtime-lib and
28069 --with-hsa-kmt-lib.
28070 * doc/invoke.texi (-Whsa): Document.
28071 (hsa-gen-debug-stores): Likewise.
28072 * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
28073 to invoke offload compiler for hsa acclerator.
28074 * opts.c (common_handle_option): Determine whether HSA offloading
28075 should be performed.
28076 * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
28077 * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
28078 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
28079 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
28080 * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
28081 * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
28082 GF_OMP_FOR_KIND_GRID_LOOP.
28083 (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
28084 (pp_gimple_stmt_1): Likewise.
28085 * gimple-walk.c (walk_gimple_stmt): Likewise.
28086 * gimple.c (gimple_build_omp_grid_body): New function.
28087 (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
28088 * gimple.def (GIMPLE_OMP_GRID_BODY): New.
28089 * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
28090 GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
28091 GF_OMP_TEAMS_GRID_PHONY.
28092 (gimple_statement_omp_single_layout): Updated comments.
28093 (gimple_build_omp_grid_body): New function.
28094 (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
28095 (gimple_omp_for_grid_phony): New function.
28096 (gimple_omp_for_set_grid_phony): Likewise.
28097 (gimple_omp_parallel_grid_phony): Likewise.
28098 (gimple_omp_parallel_set_grid_phony): Likewise.
28099 (gimple_omp_teams_grid_phony): Likewise.
28100 (gimple_omp_teams_set_grid_phony): Likewise.
28101 (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
28102 * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
28103 (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
28104 (BUILT_IN_GOMP_TARGET): Updated type.
28105 * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
28106 (adjust_for_condition): New function.
28107 (get_omp_for_step_from_incr): Likewise.
28108 (extract_omp_for_data): Moved parts to adjust_for_condition and
28109 get_omp_for_step_from_incr.
28110 (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
28111 (fixup_child_record_type): Bail out if receiver_decl is NULL.
28112 (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
28113 (scan_omp_parallel): Do not create child functions for phony
28115 (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
28116 (scan_omp_1_op): Checking assert we are not remapping to
28117 ERROR_MARK. Also also handle GIMPLE_OMP_GRID_BODY.
28118 (parallel_needs_hsa_kernel_p): New function.
28119 (expand_parallel_call): Register apprpriate parallel child
28120 functions as HSA kernels.
28121 (grid_launch_attributes_trees): New type.
28122 (grid_attr_trees): New variable.
28123 (grid_create_kernel_launch_attr_types): New function.
28124 (grid_insert_store_range_dim): Likewise.
28125 (grid_get_kernel_launch_attributes): Likewise.
28126 (get_target_argument_identifier_1): Likewise.
28127 (get_target_argument_identifier): Likewise.
28128 (get_target_argument_value): Likewise.
28129 (push_target_argument_according_to_value): Likewise.
28130 (get_target_arguments): Likewise.
28131 (expand_omp_target): Call get_target_arguments instead of looking
28132 up for teams and thread limit.
28133 (grid_expand_omp_for_loop): New function.
28134 (grid_arg_decl_map): New type.
28135 (grid_remap_kernel_arg_accesses): New function.
28136 (grid_expand_target_kernel_body): New function.
28137 (expand_omp): Call it.
28138 (lower_omp_for): Do not emit phony constructs.
28139 (lower_omp_taskreg): Do not emit phony constructs but create for them
28140 a temporary variable receiver_decl.
28141 (lower_omp_taskreg): Do not emit phony constructs.
28142 (lower_omp_teams): Likewise.
28143 (lower_omp_grid_body): New function.
28144 (lower_omp_1): Call it.
28145 (grid_reg_assignment_to_local_var_p): New function.
28146 (grid_seq_only_contains_local_assignments): Likewise.
28147 (grid_find_single_omp_among_assignments_1): Likewise.
28148 (grid_find_single_omp_among_assignments): Likewise.
28149 (grid_find_ungridifiable_statement): Likewise.
28150 (grid_target_follows_gridifiable_pattern): Likewise.
28151 (grid_remap_prebody_decls): Likewise.
28152 (grid_copy_leading_local_assignments): Likewise.
28153 (grid_process_kernel_body_copy): Likewise.
28154 (grid_attempt_target_gridification): Likewise.
28155 (grid_gridify_all_targets_stmt): Likewise.
28156 (grid_gridify_all_targets): Likewise.
28157 (execute_lower_omp): Call grid_gridify_all_targets.
28158 (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
28159 * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
28160 (tree_omp_clause): Added union field dimension.
28161 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
28162 * tree.c (omp_clause_num_ops): Added number of arguments of
28163 OMP_CLAUSE__GRIDDIM_.
28164 (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
28165 (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
28166 * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
28167 (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
28168 (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
28169 (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
28170 * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
28171 * tree-pass.h (make_pass_gen_hsail): Declare.
28172 (make_pass_ipa_hsa): Likewise.
28173 * ipa-hsa.c: New file.
28174 * lto-section-in.c (lto_section_name): Add hsa section name.
28175 * lto-streamer.h (lto_section_type): Add hsa section.
28176 * timevar.def (TV_IPA_HSA): New.
28177 * hsa-brig-format.h: New file.
28178 * hsa-brig.c: New file.
28179 * hsa-dump.c: Likewise.
28180 * hsa-gen.c: Likewise.
28183 * toplev.c (compile_file): Call hsa_output_brig.
28184 * hsa-regalloc.c: New file.
28186 2016-01-18 Jeff Law <law@redhat.com>
28188 PR tree-optimization/69320
28189 * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
28190 ranged object, do nothing if the RHS constant is not [0..1].
28191 (optimize_stmt): Comparing a boolean ranged object against a
28192 constant outside [0..1] results in a compile-time constant.
28194 * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
28197 2016-01-18 Sandra Loosemore <sandra@codesourcery.com>
28199 * doc/invoke.texi (Invoking GCC): Add new section to menu.
28200 (Option Summary): Update to reflect new section and moved options.
28201 (C++ Dialect Options): Move -fstats to new section.
28202 (Debugging Options): Move all dump, statistics, and other GCC
28203 developer options to new section. Rewrite section introduction
28204 and re-order remaining options to put the more basic ones first.
28205 (Optimization Options): Move -fira-verbose and -flto-report* to
28207 (Developer Options): New section incorporating moved options.
28208 * doc/cppopts.texi (-dM): Update cross-reference.
28210 2016-01-18 Richard Henderson <rth@redhat.com>
28213 * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
28214 operands to pseudo only if CSE is expected. Split long immediate
28215 operands only after reload, and for the stack pointer.
28216 (*add<GPI>3_pluslong): Remove.
28217 (*addsi3_aarch64, *adddi3_aarch64): Merge into...
28218 (*add<GPI>3_aarch64): ... here. Add r/rk/Upl alternative.
28219 (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
28220 (*add<GPI>3 peepholes): New.
28221 (*add<GPI>3 splitters): New.
28222 * config/aarch64/constraints.md (Upl): New.
28223 * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
28225 2016-01-18 Richard Biener <rguenther@suse.de>
28227 PR tree-optimization/69297
28228 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
28230 (vect_bb_vectorization_profitable_p): Clear visited flag again.
28232 2016-01-18 Yuri Rumyantsev <ysrumyan@gmail.com>
28234 PR middle-end/68542
28235 * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
28236 of mixind vector and scalar types.
28237 (fold_relational_const): Add handling of vector
28238 comparison with boolean result.
28239 * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
28240 comparison of vector operands with boolean result for EQ/NE only.
28241 (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
28242 (verify_gimple_cond): Likewise.
28243 * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
28246 2016-01-18 Joseph Myers <joseph@codesourcery.com>
28248 * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
28251 2016-01-18 Richard Biener <rguenther@suse.de>
28253 PR middle-end/69308
28254 * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
28256 2016-01-18 Tom de Vries <tom@codesourcery.com>
28258 * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
28260 2016-01-18 Tom de Vries <tom@codesourcery.com>
28262 * omp-low.c (set_oacc_fn_attrib): Make extern.
28263 * omp-low.h (set_oacc_fn_attrib): Declare.
28264 * tree-parloops.c (struct reduction_info): Add reduc_addr field.
28265 (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
28266 (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
28267 Add and handle function parameter oacc_kernels_p.
28268 (find_reduc_addr, get_omp_data_i_param): New function.
28269 (ref_conflicts_with_region, oacc_entry_exit_ok_1)
28270 (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
28271 (parallelize_loops): Add and handle function parameter oacc_kernels_p.
28272 Calculate dominance info. Skip loops that are not in a kernels region
28273 in oacc_kernels_p mode. Skip inner loops of parallelized loops.
28274 (pass_parallelize_loops::execute): Call parallelize_loops with
28275 oacc_kernels_p argument.
28276 (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
28277 New member function.
28278 (pass_parallelize_loops::bool oacc_kernels_p): New member var.
28279 * passes.def: Add argument to pass_parallelize_loops instantation.
28281 2016-01-18 Tom de Vries <tom@codesourcery.com>
28283 * tree-parloops.c (pass_parallelize_loops::execute): Allow
28284 pass_parallelize_loops to be run outside the loop pipeline.
28286 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
28288 * tree-scalar-evolution.c (follow_copies_to_constant): New.
28289 (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
28291 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
28294 * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
28295 using get_ref_base_and_extent.
28296 (equal_mem_array_ref_p): New.
28297 (hashable_expr_equal_p): Add call to previous.
28299 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
28302 * tree-sra.c (disqualified_constants, constant_decl_p): New.
28303 (sra_initialize): Allocate disqualified_constants.
28304 (sra_deinitialize): Free disqualified_constants.
28305 (disqualify_candidate): Update disqualified_constants when appropriate.
28306 (create_access): Scan for constant-pool entries as we go along.
28307 (scalarizable_type_p): Add check against type_contains_placeholder_p.
28308 (maybe_add_sra_candidate): Allow constant-pool entries.
28309 (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
28310 (initialize_constant_pool_replacements): New.
28311 (sra_modify_assign): Avoid mangling assignments created by previous,
28312 and don't generate writes into constant pool.
28313 (sra_modify_function_body): Call initialize_constant_pool_replacements.
28315 2016-01-18 Ilya Enkovich <enkovich.gnu@gmail.com>
28317 * config/i386/i386.c (scalar_to_vector_candidate_p): Support
28318 andnot instruction.
28319 (scalar_chain::convert_op): Likewise.
28320 * config/i386/i386.md (*andndi3_doubleword): New.
28322 2016-01-18 Richard Biener <rguenther@suse.de>
28324 PR tree-optimization/69170
28325 * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
28326 building a vector from scalar results of a pattern stmt.
28328 2016-01-18 Jakub Jelinek <jakub@redhat.com>
28330 * haifa-sched.c (autopref_multipass_init): Work around
28331 -Wmaybe-uninitialized warning.
28333 2016-01-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
28335 * config/arm/arm.c (thumb1_reorg): Check that the comparison is
28336 against the constant 0.
28338 2016-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28340 PR tree-optimization/68799
28341 * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
28342 look up phi candidates in the statement-candidate map.
28343 (phi_add_costs): Likewise.
28344 (record_phi_increments): Likewise.
28345 (phi_incr_cost): Likewise.
28346 (ncd_with_phi): Likewise.
28347 (all_phi_incrs_profitable): Likewise.
28349 2016-01-17 Jakub Jelinek <jakub@redhat.com>
28351 * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
28352 -Wmaybe-uninitialized warning.
28354 2016-01-16 Sandra Loosemore <sandra@codesourcery.com>
28356 * doc/invoke.texi (Invoking GCC): Add new section to menu.
28357 (Option Summary): Update to reflect new section and moved options.
28358 (C++ Dialect Options): Move -fvtable-verify and related options.
28359 (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
28360 and profiling-related options.
28361 (Optimization Options): Move profile generation options and
28362 -fstack-protector and related options.
28363 (Instrumentation Options): New section incorporating moved options.
28364 (Code Generation Options): Move -finstrument-functions and
28365 related options, -fstack-check, -fstack-limit*, and -fbounds-check.
28367 2016-01-16 Tom de Vries <tom@codesourcery.com>
28369 * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
28371 2016-01-16 Tom de Vries <tom@codesourcery.com>
28373 * omp-low.c (expand_omp_atomic_fetch_op): Release defs of update stmt.
28375 2016-01-16 Richard Sandiford <richard.sandiford@arm.com>
28377 * hash-table.h (hash_table::empty): Turn into an inline wrapper
28378 that checks whether the table is already empty. Rename the
28379 original implementation to...
28380 (hash_table::empty_slot): ...this new private function.
28382 2016-01-15 David Malcolm <dmalcolm@redhat.com>
28384 PR diagnostic/68899
28385 * diagnostic-show-locus.c (layout::print_source_line): Move x
28386 offset of line until after call to
28387 get_line_width_without_trailing_whitespace.
28389 2016-01-15 Jeff Law <law@redhat.com>
28391 PR tree-optimization/69270
28392 * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
28393 tree-ssa-dom.c. Improve test for [0..1] ranve from VRP.
28394 * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
28395 * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
28396 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
28397 ssa_name_has_boolean_range and constant_boolean_node.
28399 2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
28401 PR rtl-optimization/69030
28402 * lra-spills.c (remove_pseudos): Check nrefs and make the function
28404 (spill_pseudos): Delete debug insn for dead pseudo.
28405 (lra_spill): Initiate spill_hard_reg and slots memory separately.
28407 2016-01-15 Jiong Wang <jiong.wang@arm.com>
28409 * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
28411 (TYPES_UNOPUS): Likewise.
28412 * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
28413 builtin type, from UNOP to UNOPUS.
28414 (lbtruncuv4sf): Likewise.
28415 (lbtruncuv2df): Likewise.
28416 (lrounduv2sf): Likewise.
28417 (lrounduv4sf): Likewise.
28418 (lrounduv2df): Likewise.
28419 (lroundusf): Likewise.
28420 (lroundusf): Likewise.
28421 (lceiluv2sf): Likewise.
28422 (lceiluv4sf): Likewise.
28423 (lceiluv2df): Likewise.
28424 (lceilusf): Likewise.
28425 (lceiludf): Likewise.
28426 (lflooruv2sf): Likewise.
28427 (lflooruv4sf): Likewise.
28428 (lflooruv2df): Likewise.
28429 (lfloorusf): Likewise.
28430 (lfloorudf): Likewise.
28431 (lfrintnuv2sf): Likewise.
28432 (lfrintnuv4sf): Likewise.
28433 (lfrintnuv2df): Likewise.
28434 (lfrintnusf): Likewise.
28435 (lfrintnudf): Likewise.
28436 * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
28438 (vcvtq_u32_f32): Likewise.
28439 (vcvtq_u64_f64): Likewise.
28440 (vcvta_u32_f32): Likewise.
28441 (vcvtaq_u32_f32): Likewise.
28442 (vcvtaq_u64_f64): Likewise.
28443 (vcvtm_u32_f32): Likewise.
28444 (vcvtmq_u32_f32): Likewise.
28445 (vcvtmq_u64_f64): Likewise.
28446 (vcvtn_u32_f32): Likwise.
28447 (vcvtnq_u32_f32): Likewise.
28448 (vcvtnq_u64_f64): Likewise.
28449 (vcvtp_u32_f32): Likewise.
28450 (vcvtpq_u32_f32): Likewise.
28451 (vcvtpq_u64_f64): Likewise.
28452 (vcvtmd_u64_f64): Likewise.
28453 (vcvtms_u32_f32): Likewise.
28454 (vcvtad_u64_f64): Likewise.
28455 (vcvtas_u32_f32): Likewise.
28456 (vcvtnd_u64_f64): Likewise.
28457 (vcvtns_u32_f32): Likewise.
28458 (vcvtpd_u64_f64): Likewise.
28459 (vcvtps_u32_f32): Likewise.
28461 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28463 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
28464 CSEL of zero_extended registers.
28466 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28468 * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
28469 Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
28471 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28473 * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
28474 false when argument string is not found in the attributes table
28477 2016-01-15 David Edelsohn <dje.gcc@gmail.com>
28480 * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
28481 (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
28482 * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
28483 precision estimate.
28485 2016-01-15 Richard Biener <rguenther@suse.de>
28487 PR tree-optimization/66856
28488 * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
28489 * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
28490 (vect_create_new_slp_node): Increment stmt reference count.
28491 (vect_get_and_check_slp_defs): Make sure stmts are nor already in
28492 an SLP tree before swapping operands.
28493 (vect_build_slp_tree): Likewise.
28494 (destroy_bb_vec_info): Free stmt info after SLP instances.
28495 * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
28496 * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
28497 (STMT_VINFO_NUM_SLP_USES): New macro.
28499 2016-01-15 Richard Biener <rguenther@suse.de>
28502 * dwarf2out.c (add_linkage_name_raw): New function split out from ...
28503 (add_linkage_name): ... here.
28504 (gen_typedef_die): Use add_linkage_name_raw instead of
28505 add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
28508 2016-01-15 Cesar Philippidis <cesar@codesourcery.com>
28510 * gimplify.c (oacc_default_clause): Decode reference and pointer
28511 types for both kernels and parallel regions.
28513 2016-01-15 Richard Sandiford <richard.sandiford@arm.com>
28515 PR middle-end/69246
28516 * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
28518 2016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
28520 * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
28521 (convert_scalars_to_vector): Likewise.
28523 2016-01-15 Jonathan Wakely <jwakely@redhat.com>
28525 * doc/extend.texi (Type Traits): Fix grammar.
28527 2016-01-15 Martin Jambor <mjambor@suse.cz>
28529 * tree-inline.c (remap_decl): Use existing dclarations if
28530 remapping a type and prevent_decl_creation_for_types.
28531 (replace_locals_stmt): Do an initial remapping of non-VLA typed
28532 decls first. Do real remapping with
28533 prevent_decl_creation_for_types set.
28534 * tree-inline.h (copy_body_data): New field
28535 prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
28538 2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
28540 * config/s390/s390.opt (mmvcle): More verbose help text.
28542 2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
28544 * config/s390/s390.opt: Add period to -mzvector option text.
28546 2016-01-15 Richard Biener <rguenther@suse.de>
28548 PR tree-optimization/68961
28549 * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
28550 of invariants in stores again.
28552 2016-01-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
28554 * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
28556 2016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
28558 * config/i386/i386.c (ix86_expand_branch): Don't split
28559 DI mode xor instruction to SI mode.
28561 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
28564 * ipa-icf.c (sem_function::merge): Virtual functions may become
28565 reachable even if they address is not taken and there are no
28568 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
28570 * lto-streamer-out.c (subtract_estimated_size): New function.
28571 (get_symbol_initial_value): Use it.
28573 2016-01-15 Christian Bruel <christian.bruel@st.com>
28576 * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
28577 (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
28578 (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
28579 use add_builtin_function_ext_scope instead of add_builtin_function.
28580 (neon_set_p, neon_crypto_set_p): Remove.
28581 (arm_init_builtins): Always call arm_init_neon_builtins and
28582 arm_init_crypto_builtins.
28583 (arm_expand_builtin): Check that builtins are allowed for the arch.
28584 * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
28585 * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
28586 arm_init_neon_builtins call.
28588 2016-01-15 Richard Biener <rguenther@suse.de>
28590 PR tree-optimization/69117
28591 * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
28592 * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
28593 of the leader conservatively.
28594 (free_scc_vn): Restore original SSA name infos.
28596 2016-01-14 Jeff Law <law@redhat.com>
28598 PR tree-optimization/69270
28599 * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
28600 single bit of precision, verify it's also unsigned.
28601 (record_edge_info): Use constant_boolean_node rather than fold_convert
28602 to convert boolean_true/boolean_false to the right type.
28604 2016-01-14 Richard Henderson <rth@redhat.com>
28607 * loop-doloop.c (record_reg_sets): New.
28608 (doloop_optimize): Reject the transform if the sequence
28609 clobbers registers live at the end of the loop block.
28610 (doloop_optimize_loops): Enable df_live if needed.
28612 2016-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
28614 * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
28615 * config/rs6000/rs6000.c: Likewise.
28616 * config/rs6000/rs6000.h: Likewise.
28617 * config/rs6000/rs6000.md: Likewise.
28618 * doc/extend.texi: Likewsie.
28620 2016-01-14 Jeff Law <law@redhat.com>
28622 * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
28625 2016-01-14 Richard Henderson <rth@redhat.com>
28629 * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
28630 * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
28631 instead of builtin_decl_declared_p to test for declaration.
28633 2016-01-14 Nicklas Bo Jensen <nbjensen@gmail.com>
28635 * doc/loop.texi (Loop Analysis and Representation): Document
28636 loop_depth function.
28638 2016-01-14 Tom de Vries <tom@codesourcery.com>
28640 PR tree-optimization/68773
28641 * omp-low.c (expand_omp_target): Don't set force_output.
28642 * varpool.c (varpool_node::get_create): Same.
28643 * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
28644 offload_funcs with force_output.
28646 2016-01-14 Jakub Jelinek <jakub@redhat.com>
28649 * lra-eliminations.c (move_plus_up): Don't change anything if either
28650 the outer or inner subreg mode is not MODE_INT.
28651 * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
28652 integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
28654 2016-01-14 Alan Lawrence <alan.lawrence@arm.com>
28656 * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
28657 reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
28658 reduc_uplus_@var{m}): Remove.
28659 * expr.c (expand_expr_real_2): Remove expansion path for
28660 reduc_[us](min|max|plus) optabs.
28661 * optabs-tree.c (scalar_reduc_to_vector): Remove.
28662 * optabs-tree.h (scalar_reduc_to_vector): Remove.
28663 * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
28664 reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
28665 * tree-vect-loop.c (vectorizable_reduction): Remove test for
28666 reduc_[us](min|max|plus) optabs.
28668 2016-01-14 Alan Lawrence <alan.lawrence@arm.com>
28670 * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
28671 (reduc_plus_scal_v2sf): New.
28672 (reduc_smax_v2sf): Rename to...
28673 (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
28674 (reduc_smin_v2sf): Rename to...
28675 (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
28677 2016-01-14 Jan Hubicka <hubicka@ucw.cz>
28679 * alias.c (compare_base_symbol_refs): New function.
28680 (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
28683 2016-01-14 Jakub Jelinek <jakub@redhat.com>
28685 PR middle-end/68146
28686 PR tree-optimization/69155
28687 * tree-complex.c: Include cfganal.h.
28688 (phis_to_revisit): New variable.
28689 (extract_component): Add phiarg_p argument. Assert that returned
28690 SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
28691 (update_phi_components): Partly rewrite to use loop over real/imag
28692 components instead of code duplication. If extract_component returns
28693 SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
28694 create_tmp_reg into the PHI node instead, and mention the phi triplet
28695 in phis_to_revisit.
28696 (tree_lower_complex): Walk bbs in rpo order. Adjust phis recorded
28697 in phis_to_revisit at the end.
28699 2016-01-14 Richard Biener <rguenther@suse.de>
28701 PR tree-optimization/68060
28702 * tree-vect-loop.c (vect_is_simple_reduction): Check the
28703 outer loop reduction is only used in the inner loop before
28704 detecting a double reduction.
28706 2016-01-14 Jakub Jelinek <jakub@redhat.com>
28709 * combine.c (expand_field_assignment): Punt if compute_mode is
28710 unsupported scalar mode.
28712 2016-01-14 Richard Biener <rguenther@suse.de>
28714 PR tree-optimization/66856
28715 * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
28716 SLP node only if it built successfully.
28717 (vect_analyze_slp_instance): Adjust.
28719 2016-01-14 Jeff Law <law@redhat.com>
28721 PR tree-optimization/69270
28722 * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
28723 (record_edge_info): Use it. Convert boolean_{true,false}_node
28724 to the type of op0.
28726 2016-01-13 Jan Hubicka <hubicka@ucw.cz>
28729 * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
28730 use block_ultimate_origin
28731 (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
28733 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
28735 * doc/invoke.texi (Submodel Options): Rename section to
28736 "Machine-Dependent Options" to better reflect its content.
28737 Rewrite introductory text to remove archaic CPU names.
28740 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
28742 * doc/invoke.texi (Code Gen Options): Move section up in file,
28743 before target-specific options. Update menu and option summary
28744 to reflect the new section ordering.
28746 2016-01-13 Jonathan Wakely <jwakely@redhat.com>
28748 * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
28749 (C++ Dialect Options): Add cross-reference to -std option.
28750 * doc/standards.texi (C++ Language): Document C++14 support.
28752 2016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
28754 * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
28755 for pack/unpack functions for __ibm128.
28756 (PACK_IF): Likewise.
28757 (UNPACK_IF): Likewise.
28759 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
28760 support for __ibm128 pack/unpack functions.
28761 (rs6000_invalid_builtin): Likewise.
28762 (rs6000_init_builtins): Likewise.
28763 (rs6000_opt_masks): Likewise.
28765 * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
28766 (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
28768 (RS6000_BTM_COMMON): Likewise.
28770 * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
28771 (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
28772 disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
28773 128-bit floating point. Add support for the double values to be
28774 in Altivec registers for TF/IF packing and unpacking, but restrict
28775 TD packing sub-fields to be FPR registers. Don't allow overlapped
28776 register support for packing. Allow pack inputs to be memory
28777 locations. Don't build generator functions for unpack<mode>_dm
28778 and unpack<mode>_nodm.
28779 (unpack<mode>_dm): Likewise.
28780 (unpack<mode>_nodm): Likewise.
28781 (pack<mode>): Likewise.
28783 * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
28784 built-in functions to pack/unpack explicit __ibm128 values.
28785 (__builtin_unpack_ibm128): Likewise.
28787 * doc/extend.texi (PowerPC Built-in Functions): Document
28788 __builtin_pack_ibm128 and __builtin_unpack_ibm128.
28790 2016-01-13 Bernd Schmidt <bschmidt@redhat.com>
28793 * c-common.c (check_function_nonnull): Remove unnecessary declaration.
28794 Add new arg loc and pass it down as context.
28795 (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
28796 to the location to use for the warning.
28797 (check_function_arguments): New arg loc. All callers changed. Pass
28798 it to check_function_nonnull.
28799 * c-common.h (check_function_arguments): Adjust declaration.
28801 2016-01-13 Jakub Jelinek <jakub@redhat.com>
28803 PR tree-optimization/69156
28804 * gimple.c (validate_type): Removed.
28805 (gimple_builtin_call_types_compatible_p): Use
28806 useless_type_conversion_p instead of validate_type.
28807 * value-prof.c (gimple_stringop_fixed_value): Fold
28808 icall_size to correct type.
28810 2016-01-13 Jonathan Wakely <jwakely@redhat.com>
28812 * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
28815 2016-01-13 Richard Henderson <rth@redhat.com>
28818 * target.def (builtin_tm_load, builtin_tm_store): Remove.
28819 * config/i386/i386.c (ix86_builtin_tm_load): Remove.
28820 (ix86_builtin_tm_store): Remove.
28821 (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
28822 (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
28823 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
28824 (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
28825 * doc/tm.texi: Rebuild.
28827 * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
28828 (BUILT_IN_TM_MEMCPY_RTWN): New.
28829 * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
28830 fallback from vector to integer helpers.
28831 (build_tm_load): Handle vector types directly, instead of
28833 (build_tm_store): Likewise.
28834 (expand_assign_tm): Prepare for register types not handled by
28835 the above. Copy them to memory and use memcpy.
28836 * tree.c (tm_define_builtin): New.
28837 (find_tm_vector_type): New.
28838 (build_tm_vector_builtins): New.
28839 (build_common_builtin_nodes): Call it.
28841 2016-01-13 Uros Bizjak <ubizjak@gmail.com>
28843 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
28844 TARGET_SSE_MATH without TARGET_SSE2. Rewrite.
28846 2016-01-13 Tom de Vries <tom@codesourcery.com>
28848 PR tree-optimization/69169
28849 * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
28850 handled_struct_type param.
28851 (create_variable_info_for, intra_create_variable_infos): Call
28852 create_variable_info_for_1 with extra arg.
28854 2016-01-13 Yvan Roux <yvan.roux@linaro.org>
28856 * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
28857 and "armv8.1-a+crc" entries.
28859 2016-01-13 Alexander Fomin <alexander.fomin@intel.com>
28862 * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
28863 Change first operand predicate from register_or_constm1_operand
28864 to register_operand.
28865 (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
28866 (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
28867 (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
28868 (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
28869 (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
28870 (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
28871 (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
28872 * config/i386/i386.c (ix86_expand_builtin): Remove first operand
28873 comparison with constm1_rtx from vec_prefetch_gen part.
28875 2016-01-13 Richard Biener <rguenther@suse.de>
28877 PR tree-optimization/69013
28878 * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
28879 Exchange assert for a test.
28881 2016-01-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28884 * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
28886 2016-01-13 Richard Biener <rguenther@suse.de>
28888 PR tree-optimization/69242
28889 * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
28890 assert with a check.
28892 2016-01-13 Richard Biener <rguenther@suse.de>
28894 PR tree-optimization/69186
28895 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
28896 Properly guard vect_update_misalignment_for_peel call.
28898 2016-01-12 Jeff Law <law@redhat.com>
28900 PR tree-optimization/pr67755
28901 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
28902 "need_profile_correction".
28903 (thread_block_1): Initialize new field to false by default. If we
28904 have multiple thread paths through a common joiner to different
28905 final targets, then set new field to true.
28906 (compute_path_counts): Only do count adjustment when it's really
28909 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
28911 * doc/invoke.texi (Spec Files): Move section down in file, past
28912 all command-line option descriptions.
28914 2016-01-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28916 PR middle-end/54809
28917 * doc/gty.texi: Remove documentation of mark_hook.
28918 * gengtype.c (struct write_types_data): Remove code to support
28919 mark_hook attribute.
28920 (walk_type): Likewise.
28921 (write_func_for_structure): Likewise.
28923 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
28925 * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
28926 Directory Options, and -specs= to Overall Options.
28927 (Overall Options): Adjust similarly. Reorder to group related
28928 options together. Make -specs= cross-reference the spec file details.
28929 (Directory Options): Adjust similarly.
28931 2016-01-12 Jeff Law <law@redhat.com>
28933 * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
28935 2016-01-12 Olivier Hainque <hainque@adacore.com>
28937 * gcc.c (spec_undefvar_allowed): New global.
28938 (process_command): Set to true when running for --version or --help,
28940 (getenv_spec_function): When the variable is not defined, use the
28941 variable name as the variable value if we're allowed not to issue
28944 2016-01-12 Bin Cheng <bin.cheng@arm.com>
28946 PR tree-optimization/68911
28947 * tree-vrp.c (adjust_range_with_scev): Check overflow in range
28948 information computed for expression "init + nit * step".
28950 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
28952 * doc/invoke.texi (Invoking GCC): Copy-edit. Incorporate information
28953 about name of GCC executable. Remove deleted node from menu.
28954 (Directory Options) <-B>: Remove cross-reference to deleted node.
28955 (Target Options): Delete section.
28957 2016-01-12 Christian Bruel <christian.bruel@st.com>
28960 * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
28961 for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
28963 2016-01-12 Jakub Jelinek <jakub@redhat.com>
28966 * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
28967 aligned_mem is properly set for AVX512-VL floating point masked
28971 * ifcvt.c (cond_exec_process_if_block): When removing the last
28972 insn from then_bb, remove also any possible barriers that follow it.
28974 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
28978 * config/i386/iamcu.h (SIZE_TYPE): New macro.
28979 (PTRDIFF_TYPE): Likewise.
28980 (WCHAR_TYPE): Likewise.
28981 (WCHAR_TYPE_SIZE): Likewise.
28982 (STDINT_LONG32): Likewise.
28984 2016-01-12 Richard Biener <rguenther@suse.de>
28986 PR tree-optimization/69053
28987 * tree-vect-loop.c (get_initial_def_for_reduction): Properly
28988 convert initial value for cond reductions.
28990 2016-01-12 Richard Biener <rguenther@suse.de>
28992 PR tree-optimization/69007
28993 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
28994 widen_sum after dot_prod and sad.
28996 2016-01-12 Richard Biener <rguenther@suse.de>
28998 PR tree-optimization/69168
28999 * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
29000 pattern stmt SLP type.
29001 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
29002 end up unused so cope with that case.
29004 2016-01-12 Richard Biener <rguenther@suse.de>
29006 PR tree-optimization/69157
29007 * tree-vect-stmts.c (vectorizable_mask_load_store): Check
29008 stmts def type only during analyze phase.
29009 (vectorizable_call): Likewise.
29010 (vectorizable_simd_clone_call): Likewise.
29011 (vectorizable_conversion): Likewise.
29012 (vectorizable_assignment): Likewise.
29013 (vectorizable_shift): Likewise.
29014 (vectorizable_operation): Likewise.
29015 (vectorizable_store): Likewise.
29016 (vectorizable_load): Likewise.
29018 2016-01-12 Richard Biener <rguenther@suse.de>
29020 PR tree-optimization/69174
29021 * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
29023 (vectorizable_load): Properly compute the number of loads needed
29024 for permuted strided SLP loads and do not spuriously assign
29025 to SLP_TREE_VEC_STMTS.
29027 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
29029 * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
29030 (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
29031 (MD_EXEC_PREFIX): Remove.
29032 (MD_STARTFILE_PREFIX) Removee.
29033 (FILE_NAME_ABSOLUTE_P): Remove.
29034 (CPP_SPEC): Do not read macros from sys/version.h.
29035 (LINK_COMMAND_SPEC): Remove.
29036 (LOCAL_INCLUDE_DIR): Remove.
29037 (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
29038 (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
29039 (POST_LINK_SPEC): Define to invoke stubify after linker
29040 (LIBSTDCXX): Remove define
29041 (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
29042 (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
29043 (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
29044 (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
29045 (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
29046 (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
29047 (i386_djgpp_asm_named_section): Add propotype of new procedure
29049 * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
29050 (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
29051 (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
29052 in config/i386/djgpp.h).
29053 (STANDARD_STARTFILE_PREFIX_2): Define identical to
29054 STANDARD_STARTFILE_PREFIX_1.
29055 (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
29056 (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
29057 installation errors.
29058 (MAX_OFILE_ALIGNMENT): Define to 128.
29059 (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
29061 * config/i386/djgpp.c: New file. Add implementation of
29062 i386_djgpp_asm_named_section.
29064 * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
29066 * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
29067 Add rule for building djgpp.o.
29069 2016-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
29071 * config/rs6000/rs6000.c (v2df_reduction_p): New function.
29072 (rtx_is_swappable_p): Reductions are swappable.
29073 (insn_is_swappable_p): V2DF reductions are swappable.
29075 2016-01-11 John David Anglin <danglin@gcc.gnu.org>
29077 * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
29078 reloads for other unsupported memory operands.
29080 2016-01-12 Kugan Vivekanandarajah <kuganv@linaro.org>
29081 Jim Wilson <jim.wilson@linaro.org>
29084 * config/arm/arm-builtins.c (arm_expand_neon_args): Call
29085 copy_to_mode_reg instead of force_reg.
29087 2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
29090 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
29091 TARGET_80387 is true.
29093 2016-01-11 Jakub Jelinek <jakub@redhat.com>
29096 * lra-eliminations.c (move_plus_up): Only move plus up
29097 if subreg of the constant can be simplified into constant
29098 and use the simplified subreg of the constant instead of
29099 the original constant.
29101 * fold-const.c (fold_convertible_p): Don't return true
29102 for conversion of VECTOR_TYPE to same sized integral type.
29103 (fold_convert_loc): Fix up formatting. Fold conversion of
29104 VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
29105 instead of NOP_EXPR.
29107 PR tree-optimization/69214
29108 * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
29109 innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
29112 PR tree-optimization/69207
29113 * tree-vect-slp.c (vect_get_constant_vectors): For
29114 VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
29115 fold_convertible_p to vector_type's element type, and always
29116 use VCE for non-VECTOR_BOOLEAN_TYPE_P.
29118 2016-01-11 Richard Biener <rguenther@suse.de>
29120 PR tree-optimization/69173
29121 * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
29122 fixup the cycle if all stmts are in a pattern.
29124 2016-01-11 Uros Bizjak <ubizjak@gmail.com>
29126 PR middle-end/68999
29127 * alias.c (base_alias_check): Move check for addresses with
29128 alignment ANDs before the call for compare_base_decls.
29129 (memrefs_conflict_p): Return -1 for different decls
29130 that went through alignment adjustments.
29132 2016-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29134 PR rtl-optimization/68796
29135 * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
29136 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
29137 and QImode comparisons against zero with CC_NZmode.
29138 * config/aarch64/iterators.md (short_mask): New mode_attr.
29140 2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
29142 * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
29143 (<avx512>_store<mode>_mask): Likewise.
29145 2016-01-11 Bernd Schmidt <bschmidt@redhat.com>
29146 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29148 PR rtl-optimization/68841
29149 * ifcvt.c (struct noce_if_info): Add orig_x field.
29150 (bbs_ok_for_cmove_arith): Add to_rename parameter.
29151 Don't record conflicts on to_rename if it's present.
29152 Allow memory destinations in sets.
29153 (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
29154 blocks, passing orig_x to the checks.
29155 (noce_process_if_block): Set if_info->orig_x appropriately.
29157 2016-01-11 Tom de Vries <tom@codesourcery.com>
29159 PR tree-optimization/69069
29160 * tree-parloops.c (create_parallel_loop): Add missing phi args.
29162 2016-01-11 Yuri Rumyantsev <ysrumyan@gmail.com>
29164 PR rtl-optimization/68920
29165 * config/i386/i386.c (ix86_option_override_internal): Restrict number
29166 of conditional moves for RTL if-conversion to 1 for
29167 TARGET_ONE_IF_CONV_INSN.
29168 * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
29169 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
29170 * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
29171 parameter to restirct number of conditional moves for
29173 * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
29174 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
29177 2016-01-11 Alexandre Oliva <aoliva@redhat.com>
29180 * var-tracking.c (drop_overlapping_mem_locs): Operate on all
29181 onepart vars. Fix typo in comment. Fix reversed condition in
29183 (dataflow_set_remove_mem_locs): Operate on all onepart vars.
29186 * var-tracking.c (dump_onepart_variable_differences): New.
29187 (dataflow_set_different): If a detailed dump is requested,
29188 delay early returns and dump differences between onepart
29189 variables present before and after, and added variables.
29191 2016-01-11 Ilya Enkovich <enkovich.gnu@gmail.com>
29194 * expr.c (expand_expr_real_1): For boolean vector constants
29195 with a scalar mode use const_scalar_mask_from_tree.
29196 (const_scalar_mask_from_tree): New.
29197 * optabs.c (expand_vec_cond_mask_expr): Use mask mode
29198 assigned to a mask type to handle constants.
29200 2016-01-11 Martin Jambor <mjambor@suse.cz>
29203 * ipa-cp.c (estimate_local_effects): Do not clone for removal of
29204 useless parameters if we cannot change function signature.
29206 2016-01-11 Martin Jambor <mjambor@suse.cz>
29209 * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
29212 2016-01-11 Tom de Vries <tom@codesourcery.com>
29214 PR tree-optimization/69109
29215 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
29218 2016-01-11 Tom de Vries <tom@codesourcery.com>
29220 PR tree-optimization/69108
29221 * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
29222 res is not used in a phi.
29224 2016-01-11 Yury Gribov <y.gribov@samsung.com>
29227 * common.opt (frandom-seed): Fix parameter name.
29228 * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
29230 2016-01-11 Tom de Vries <tom@codesourcery.com>
29232 PR tree-optimization/69058
29233 * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
29236 2016-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
29238 * config/arc/arc.opt (mdiv-rem): Add period to the end.
29239 (mcode-density): Likewise.
29241 2016-01-10 Tom de Vries <tom@codesourcery.com>
29243 PR tree-optimization/69062
29244 * tree-parloops.c (loop_has_phi_with_address_arg): New function.
29245 (parallelize_loops): Don't paralelize loop that has phi with address
29248 2016-01-10 Tom de Vries <tom@codesourcery.com>
29250 PR tree-optimization/69039
29251 * tree-parloops.c (try_create_reduction_list): Only allow single exit
29254 2016-01-09 John David Anglin <danglin@gcc.gnu.org>
29256 PR middle-end/68743
29257 * match.pd: Require target has function_c99_misc before doing
29258 truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
29260 2016-01-09 Gerald Pfeifer <gerald@pfeifer.com>
29262 * configure.ac (isl_options_set_schedule_serialize_sccs): Also
29264 * configure: Regenerate.
29266 2016-01-09 Jakub Jelinek <jakub@redhat.com>
29268 PR middle-end/50865
29269 PR tree-optimization/69097
29270 * fold-const.h (expr_not_equal_to): New prototype.
29271 * fold-const.c: Include stringpool.h and tree-ssanames.h.
29272 (expr_not_equal_to): New function.
29273 * match.pd (X % -Y is the same as X % Y): Don't optimize
29274 unless X is known not to be equal to minimum or Y is known
29275 not to be equal to -1.
29276 * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
29277 fold TRUNC_MOD_EXPR if the second argument is not a power of two.
29278 (simplify_stmt_using_ranges): Adjust caller.
29279 (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
29280 substitute_and_fold.
29282 2016-01-09 Jan Hubicka <hubicka@ucw.cz>
29284 * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
29287 2016-01-08 Jakub Jelinek <jakub@redhat.com>
29289 PR tree-optimization/69167
29290 * gimple-fold.c (replace_stmt_with_simplification): Also punt if
29291 new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
29293 * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
29295 2016-01-08 Alan Lawrence <alan.lawrence@arm.com>
29296 Richard Biener <rguenther@suse.de>
29298 PR tree-optimization/68707
29299 * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
29300 instances that can be handled via vect_load_lanes.
29302 2016-01-08 Uros Bizjak <ubizjak@gmail.com>
29304 * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
29305 if we can't determine address equivalence.
29306 * alias.c (compare_base_decl): Update for changed return value of
29307 symtab_node::equal_address_to.
29309 2016-01-08 Jason Merrill <jason@redhat.com>
29313 * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
29314 * expr.c (store_field): Not here.
29315 * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
29316 call with TREE_ADDRESSABLE type.
29317 * tree-cfg.c (verify_gimple_call): Adjust.
29319 2016-01-08 Olivier Hainque <hainque@adacore.com>
29321 * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
29324 2016-01-08 Alan Lawrence <alan.lawrence@arm.com>
29326 * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
29327 (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
29328 (reduc_smin_v2sf): Rename to...
29329 (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
29330 (reduc_splus_v2sf): Rename to...
29331 (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
29333 2016-01-08 Jakub Jelinek <jakub@redhat.com>
29335 PR tree-optimization/69162
29336 * gimplify.c (gimplify_va_arg_expr): Encode original type of
29337 valist argument in another argument.
29338 (gimplify_modify_expr): Adjust for the above change. Cleanup.
29339 * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
29340 to determine the va_list type, build a MEM_REF instead of
29341 build_fold_indirect_ref.
29343 PR tree-optimization/69172
29344 * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
29347 2016-01-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
29349 PR tree-optimization/67781
29350 * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
29351 and cmpnop in two steps: first the ones not accessed in original
29352 gimple expression in a endian independent way and then the ones not
29353 accessed in the final result in an endian-specific way.
29355 2016-01-08 Jakub Jelinek <jakub@redhat.com>
29357 PR tree-optimization/69083
29358 * tree-vect-slp.c (vect_get_constant_vectors): For
29359 VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
29360 element type. If op is fold_convertible_p to vector_type's element
29361 type, use NOP_EXPR instead of VCE.
29363 2016-01-08 Segher Boessenkool <segher@kernel.crashing.org>
29365 PR rtl-optimization/67778
29366 PR rtl-optimization/68634
29367 PR rtl-optimization/68909
29368 * shrink-wrap.c (try_shrink_wrapping): Add comment. Don't pop
29369 block from the stack until done with it. Remove a superfluous
29370 bitmap set. Remove a superfluous bitmap test.
29372 2016-01-07 Martin Sebor <msebor@redhat.com>
29375 * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
29376 constraint on the type of arguments.
29378 2016-01-07 Andreas Tobler <andreast@gcc.gnu.org>
29380 * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
29381 SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
29382 unaligned_access on the gcc_options set.
29383 * config/arm/arm.c (arm_option_override_internal): Use
29384 SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
29386 2016-01-07 Uros Bizjak <ubizjak@gmail.com>
29389 * config/i386/i386.c (ix86_frame_pointer_required): Enable
29390 frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
29392 2016-01-07 Uros Bizjak <ubizjak@gmail.com>
29395 2016-01-06 Uros Bizjak <ubizjak@gmail.com>
29398 * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
29399 depending on frame_pointer_needed before remaining integer and SSE
29400 registers are saved.
29402 2016-01-07 Sandra Loosemore <sandra@codesourcery.com>
29405 * doc/extend.texi (Nvidia PDX Function Attributes): New section.
29407 2016-01-07 H.J. Lu <hongjiu.lu@intel.com>
29410 * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
29411 Use the "xBm" constraint.
29412 (float<sseintvecmodelower><mode>2<mask_name><round_name):
29414 (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
29415 (sse_cvtsi2ssq<round_name>): Likewise.
29416 (sse_cvtss2si<round_name>): Likewise.
29417 (sse_cvtss2siq<round_name>): Likewise.
29418 (sse2_cvtsi2sdq<round_name>): Likewise.
29419 (sse2_cvtsd2si<round_name>): Likewise.
29420 (sse2_cvtsd2siq<round_name>): Likewise.
29421 * config/i386/subst.md (round_nimm_scalar_predicate): New
29424 2015-12-15 Bernd Schmidt <bschmidt@redhat.com>
29426 PR middle-end/67639
29427 * varasm.c (make_decl_rtl): Mark invalid register vars as
29430 PR rtl-optimization/66206
29431 * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
29432 All callers changed.
29434 2016-01-07 Jakub Jelinek <jakub@redhat.com>
29436 PR tree-optimization/69141
29437 * tree-ssa-pre.c: Include langhooks.h.
29438 (eliminate_dom_walker::before_dom_children): Use
29439 lang_hooks.decl_printable_name instead of
29440 cgraph_node::get ()->name ().
29442 PR middle-end/68960
29443 * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
29444 it and DECL_ALIGN too.
29446 2016-01-06 Robert Suchanek <robert.suchanek@imgtec.com>
29448 * config/mips/mips-ftypes.def: Sort to lexicographical order.
29450 2016-01-06 Uros Bizjak <ubizjak@gmail.com>
29453 * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
29454 depending on frame_pointer_needed before remaining integer and SSE
29455 registers are saved.
29457 2015-01-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
29459 * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
29460 mode iterator with VSX_M2.
29461 (*p9_vecstore_<mode>): Likewise.
29462 (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
29463 (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
29464 (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
29465 (define_split for VSX_LE128 stores): Likewise.
29466 (define_peephole2 for TImode LE swaps): Likewise.
29467 (define_split for VSX_LE128 post-reload stores): Likewise.
29469 2016-01-06 Marek Polacek <polacek@redhat.com>
29472 * convert.c (convert_to_integer_1): Adjust call to
29473 ubsan_instrument_float_cast. Use NULL_TREE instead of NULL.
29474 * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter. Use
29475 EXPR instead of ARG.
29476 * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
29478 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
29481 * doc/extend.texi (RL78 Variable Attributes): New section.
29483 2016-01-05 Marek Polacek <polacek@redhat.com>
29486 * builtins.c (get_memmodel): Use expansion point location rather than
29487 the input location. Call warning_at rather than warning.
29488 (expand_builtin_atomic_compare_exchange): Likewise.
29489 (expand_builtin_atomic_load): Likewise.
29490 (expand_builtin_atomic_store): Likewise.
29491 (expand_builtin_atomic_clear): Likewise.
29493 2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
29496 * config/i386/i386.c (ix86_expand_vector_logical_operator):
29497 Replace nonimmediate_operand with vector_operand.
29498 * config/i386/predicates.md (vector_operand): New predicate.
29499 (general_vector_operand): Replace nonimmediate_operand with
29501 * config/i386/sse.md: Replace nonimmediate_operand with
29502 vector_operand and m constraint with Bm constraint on SSE
29503 patterns with 16-byte memory operand.
29504 * config/i386/subst.md (round_nimm_predicate): Replace
29505 nonimmediate_operand with vector_operand.
29506 (round_saeonly_nimm_predicate): Likewise.
29507 (round_saeonly_nimm_scalar_predicate): New.
29509 2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
29512 * config/i386/constraints.md (Bm): New constraint.
29513 * config/i386/predicates.md (vector_memory_operand): New
29515 * config/i386/sse.md: Replace xm with xBm in plusminus and
29516 any_logic patterns.
29518 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
29521 * doc/extend.texi (V850 Function Attributes): New section.
29522 (V850 Variable Attributes): New section.
29524 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
29527 * doc/extend.texi (MicroBlaze Function Attributes): Document
29528 interrupt_handler and fast_interrupt attributes.
29530 2016-01-05 Sergei Trofimovich <siarheit@google.com>
29533 * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
29534 for local symbolic operands.
29535 * config/ia64/predicates.md (local_symbolic_operand64): New
29538 2016-01-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29540 PR rtl-optimization/68651
29541 * combine.c (combine_simplify_rtx): Canonicalize x + x into
29544 2016-01-05 Nathan Sidwell <nathan@acm.org>
29546 * alias.c (compare_base_decls): Use symtab_node::get.
29548 2016-01-05 Nick Clifton <nickc@redhat.com>
29551 * ira-costs.c (copy_cost): Initialise the t_icode field of the
29552 secondary_reload_info structure.
29555 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
29556 decls if weak support is available.
29558 2016-01-04 Martin Sebor <msebor@redhat.com>
29560 * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
29562 2016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
29564 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
29565 OPTION_MASK_P9_DFORM.
29567 * config/rs6000/constraints.md (wo constraint): New constraint for
29570 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
29572 (rs6000_init_hard_regno_mode_ok): Likewise.
29574 * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
29577 * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
29578 expanders not to have constraints. Add support for ISA 3.0 xxperm
29579 instruction. Add support for fusing xxlor with xxperm.
29580 (altivec_vperm_<mode>_internal): Likewise.
29581 (altivec_vperm_v8hiv16qi): Likewise.
29582 (altivec_vperm_<mode>v16q): Likewise.
29583 (altivec_vperm_<mode>_uns): Likewise.
29584 (vperm_v8hiv4si): Likewise.
29585 (vperm_v16qiv8hi): Likewise.
29587 * doc/md.texi (RS/6000 constraints): Document wo constraint.
29589 2016-01-04 Jakub Jelinek <jakub@redhat.com>
29591 Update copyright years.
29593 * gcc.c (process_command): Update copyright notice dates.
29594 * gcov-dump.c (print_version): Ditto.
29595 * gcov.c (print_version): Ditto.
29596 * gcov-tool.c (print_version): Ditto.
29597 * gengtype.c (create_file): Ditto.
29598 * doc/cpp.texi: Bump @copying's copyright year.
29599 * doc/cppinternals.texi: Ditto.
29600 * doc/gcc.texi: Ditto.
29601 * doc/gccint.texi: Ditto.
29602 * doc/gcov.texi: Ditto.
29603 * doc/install.texi: Ditto.
29604 * doc/invoke.texi: Ditto.
29606 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
29608 * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
29609 modes larger than TImode as TImode if NEON is not enabled.
29611 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
29614 * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
29615 mode for %f0-%f31 only if TARGET_FPU.
29617 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
29620 * config/sparc/sparc.c (scan_record_type): Take into account subfields
29621 to compute the PACKED_P predicate.
29622 (function_arg_record_value): Minor tweaks.
29624 2016-01-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
29626 * doc/install.texi (--with-multilib-list): Describe the meaning of the
29627 option for arm*-*-* targets.
29629 2016-01-03 Sandra Loosemore <sandra@codesourcery.com>
29631 * doc/extend.texi (Common Function Attributes): Move docs for
29632 MSP430-specific attributes to....
29633 (MSP430 Function Attributes): ...here. Delete the redundant
29634 entries and copy-edit the remaining text.
29635 (MSP430 Variable Attributes): Use uniform format for index
29636 entries and add a cross-reference to the corresponding function
29639 2016-01-03 Vladimír Čunát <vcunat@gmail.com>
29641 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
29643 (x86 Options): Likewise.
29645 2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
29649 * extend.texi (Common Function Attributes) <no_stack_limit>: New.
29650 * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
29651 to corresponding attribute.
29653 2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
29655 * doc/extend.texi (Common Function Attributes) <noplt>: Move
29656 to correct alphabetization of table. Copy-edit and correct
29658 <stack_protect>: Likewise.
29659 <target_clones>: Likewise.
29661 * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
29662 Correct punctuation.
29663 (Code Gen Options) <-fno-plt>: Copy-edit.
29665 2016-01-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
29668 * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
29669 SI values. Explicitly convert SI to DI and vice-versa.
29671 2016-01-01 Jakub Jelinek <jakub@redhat.com>
29673 PR tree-optimization/69070
29674 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
29675 REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
29678 * ubsan.c (ubsan_instrument_float_cast): Call
29679 initialize_sanitizer_builtins.
29682 * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
29684 Copyright (C) 2016 Free Software Foundation, Inc.
29686 Copying and distribution of this file, with or without modification,
29687 are permitted in any medium without royalty provided the copyright
29688 notice and this notice are preserved.