aix.h (TARGET_IEEEQUAD_DEFAULT): Set long double default to IBM.
[official-gcc.git] / gcc / ChangeLog
blobc6e0b8501b40d8e3fbdf283b0a88a3b766e4c675
1 2017-10-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
3         * config/rs6000/aix.h (TARGET_IEEEQUAD_DEFAULT): Set long double
4         default to IBM.
5         * config/rs6000/darwin.h (TARGET_IEEEQUAD_DEFAULT): Likewise.
6         * config/rs6000/rs6000.opt (-mabi=ieeelongdouble): Move the
7         warning to rs6000.c.  Remove the Undocumented flag, since it has
8         been documented.
9         (-mabi=ibmlongdouble): Likewise.
10         * config/rs6000/rs6000.c (TARGET_IEEEQUAD_DEFAULT): If it is not
11         already set, set the default format for long double.
12         (rs6000_debug_reg_global): Print whether long double is IBM or
13         IEEE.
14         (rs6000_option_override_internal): Rework setting long double
15         format.  Only warn if the user is changing the long double default
16         and they did not use -Wno-psabi.
17         * doc/invoke.texi (PowerPC options): Update the documentation for
18         -mabi=ieeelongdouble and -mabi=ibmlongdouble.
20 2017-10-26  Richard Sandiford  <richard.sandiford@linaro.org>
21             Alan Hayward  <alan.hayward@arm.com>
22             David Sherwood  <david.sherwood@arm.com>
24         * rtl.h (wider_subreg_mode): New function.
25         * ira.h (ira_sort_regnos_for_alter_reg): Take a machine_mode *
26         rather than an unsigned int *.
27         * ira-color.c (regno_max_ref_width): Replace with...
28         (regno_max_ref_mode): ...this new variable.
29         (coalesced_pseudo_reg_slot_compare): Update accordingly.
30         Use wider_subreg_mode.
31         (ira_sort_regnos_for_alter_reg): Likewise.  Take a machine_mode *
32         rather than an unsigned int *.
33         * lra-constraints.c (uses_hard_regs_p): Use wider_subreg_mode.
34         (process_alt_operands): Likewise.
35         (invariant_p): Likewise.
36         * lra-spills.c (assign_mem_slot): Likewise.
37         (add_pseudo_to_slot): Likewise.
38         * lra.c (collect_non_operand_hard_regs): Likewise.
39         (add_regs_to_insn_regno_info): Likewise.
40         * reload1.c (regno_max_ref_width): Replace with...
41         (regno_max_ref_mode): ...this new variable.
42         (reload): Update accordingly.  Update call to
43         ira_sort_regnos_for_alter_reg.
44         (alter_reg): Update to use regno_max_ref_mode.  Call wider_subreg_mode.
45         (init_eliminable_invariants): Update to use regno_max_ref_mode.
46         (scan_paradoxical_subregs): Likewise.
48 2017-10-26  Wilco Dijkstra  <wdijkstr@arm.com>
50         * config/aarch64/aarch64.h (EXIT_IGNORE_STACK): Set if alloca is used.
51         (aarch64_frame): Add emit_frame_chain boolean.
52         * config/aarch64/aarch64.c (aarch64_frame_pointer_required)
53         Move eh_return case to aarch64_layout_frame.
54         (aarch64_layout_frame): Initialize emit_frame_chain.
55         (aarch64_expand_prologue): Use emit_frame_chain.
57 2017-10-26  Wilco Dijkstra  <wdijkstr@arm.com>
59         * config/aarch64/aarch64.c (aarch64_layout_frame):
60         Ensure LR is always stored at the bottom of the callee-saves.
61         Remove rarely used frame layout which saves callee-saves at top of
62         frame, so the store of LR can be used as a valid probe in all cases.
64 2017-10-26  Wilco Dijkstra  <wdijkstr@arm.com>
66         * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
67         Improve unaligned TImode/TFmode base/offset split.
69 2017-10-26  Richard Sandiford  <richard.sandiford@linaro.org>
70             Alan Hayward  <alan.hayward@arm.com>
71             David Sherwood  <david.sherwood@arm.com>
73         * caller-save.c (mark_referenced_regs):  Use read_modify_subreg_p.
74         * combine.c (find_single_use_1): Likewise.
75         (expand_field_assignment): Likewise.
76         (move_deaths): Likewise.
77         * lra-constraints.c (simplify_operand_subreg): Likewise.
78         (curr_insn_transform): Likewise.
79         * lra.c (collect_non_operand_hard_regs): Likewise.
80         (add_regs_to_insn_regno_info): Likewise.
81         * rtlanal.c (reg_referenced_p): Likewise.
82         (covers_regno_no_parallel_p): Likewise.
84 2017-10-26  Richard Sandiford  <richard.sandiford@linaro.org>
86         * wide-int-print.cc (print_hex): Loop based on extract_uhwi.
87         Don't print any bits outside the precision of the value.
88         * wide-int.cc (test_printing): Add some new tests.
90 2017-10-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
92         * configure.ac (gcc_cv_as_ix86_xbrace_comment): Check if assembler
93         supports -xbrace_comment option.
94         * configure: Regenerate.
95         * config.in: Regenerate.
96         * config/i386/sol2.h (ASM_XBRACE_COMMENT_SPEC): Define.
97         (ASM_CPU_SPEC): Use it.
99 2017-10-26  Richard Sandiford  <richard.sandiford@linaro.org>
101         * target.def (static_rtx_alignment): New hook.
102         * targhooks.h (default_static_rtx_alignment): Declare.
103         * targhooks.c (default_static_rtx_alignment): New function.
104         * doc/tm.texi.in (TARGET_STATIC_RTX_ALIGNMENT): New hook.
105         * doc/tm.texi: Regenerate.
106         * varasm.c (force_const_mem): Use targetm.static_rtx_alignment
107         instead of targetm.constant_alignment.  Remove call to
108         set_mem_attributes.
109         * config/cris/cris.c (TARGET_STATIC_RTX_ALIGNMENT): Redefine.
110         (cris_preferred_mininum_alignment): New function, split out from...
111         (cris_constant_alignment): ...here.
112         (cris_static_rtx_alignment): New function.
113         * config/i386/i386.c (ix86_static_rtx_alignment): New function,
114         split out from...
115         (ix86_constant_alignment): ...here.
116         (TARGET_STATIC_RTX_ALIGNMENT): Redefine.
117         * config/mmix/mmix.c (TARGET_STATIC_RTX_ALIGNMENT): Redefine.
118         (mmix_static_rtx_alignment): New function.
119         * config/spu/spu.c (spu_static_rtx_alignment): New function.
120         (TARGET_STATIC_RTX_ALIGNMENT): Redefine.
122 2017-10-26  Tamar Christina  <tamar.christina@arm.com>
124         PR target/81800
125         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): Add flag_trapping_math
126         and flag_fp_int_builtin_inexact.
128 2017-10-25  Palmer Dabbelt  <palmer@dabbelt.com>
130         * config/riscv/riscv.md (ZERO_EXTEND_LOAD): Define.
131         * config/riscv/pic.md (local_pic_load): Rename to local_pic_load_s,
132         mark as a sign-extending load.
133         (local_pic_load_u): Define.
135 2017-10-25  Eric Botcazou  <ebotcazou@adacore.com>
137         PR middle-end/82062
138         * fold-const.c (operand_equal_for_comparison_p): Also return true
139         if ARG0 is a simple variant of ARG1 with narrower precision.
140         (fold_ternary_loc): Always pass unstripped operands to the predicate.
142 2017-10-25  Jan Hubicka  <hubicka@ucw.cz>
144         * i386.c (ix86_builtin_vectorization_cost): Compute scatter/gather
145         cost correctly.
146         * i386.h (processor_costs): Add gather_static, gather_per_elt,
147         scatter_static, scatter_per_elt.
148         * x86-tune-costs.h: Add new cost entries.
150 2017-10-25  Richard Biener  <rguenther@suse.de>
152         * tree-ssa-sccvn.h (vn_eliminate): Declare.
153         * tree-ssa-pre.c (class eliminate_dom_walker, eliminate,
154         class pass_fre): Move to ...
155         * tree-ssa-sccvn.c (class eliminate_dom_walker, vn_eliminate,
156         class pass_fre): ... here and adjust for statistics.
158 2017-10-25  Jakub Jelinek  <jakub@redhat.com>
160         PR libstdc++/81706
161         * attribs.c (attribute_value_equal): Use omp_declare_simd_clauses_equal
162         for comparison of OMP_CLAUSEs regardless of flag_openmp{,_simd}.
163         (duplicate_one_attribute, copy_attributes_to_builtin): New functions.
164         * attribs.h (duplicate_one_attribute, copy_attributes_to_builtin): New
165         declarations.
167 2017-10-25  Richard Biener  <rguenther@suse.de>
169         * tree-ssa-pre.c (need_eh_cleanup, need_ab_cleanup, el_to_remove,
170         el_to_fixup, el_todo, el_avail, el_avail_stack, eliminate_avail,
171         eliminate_push_avail, eliminate_insert): Move inside...
172         (class eliminate_dom_walker): ... this class in preparation
173         of move.
174         (fini_eliminate): Remove by merging with ...
175         (eliminate): ... this function.  Adjust for class changes.
176         (pass_pre::execute): Remove fini_eliminate call.
177         (pass_fre::execute): Likewise.
179 2017-10-24  Jakub Jelinek  <jakub@redhat.com>
181         PR target/82460
182         * config/i386/sse.md (UNSPEC_VPERMI2, UNSPEC_VPERMI2_MASK): Remove.
183         (VPERMI2, VPERMI2I): New mode iterators.
184         (<avx512>_vpermi2var<mode>3_maskz): Remove 3 define_expand patterns.
185         (<avx512>_vpermi2var<mode>3<sd_maskz_name>): Remove 3 define_insn
186         patterns.
187         (<avx512>_vpermi2var<mode>3_mask): New define_expand using VPERMI2
188         mode iterator.  Remove 3 old define_insn patterns.
189         (*<avx512>_vpermi2var<mode>3_mask): 2 new define_insn patterns.
190         (<avx512>_vpermt2var<mode>3_maskz): Adjust 1 define_expand to use
191         VPERMI2 mode iterator, remove the other two expanders.
192         (<avx512>_vpermt2var<mode>3<sd_maskz_name>): Adjust 1 define_insn
193         to use VPERMI2 mode iterator, add another alternative for vpermi2*
194         instructions, remove the other two patterns.
195         (<avx512>_vpermt2var<mode>3_mask): Adjust 1 define_insn to use VPERMI2
196         mode iterator, remove the other two patterns.
197         * config/i386/i386.c (ix86_expand_vec_perm_vpermi2): Renamed to ...
198         (ix86_expand_vec_perm_vpermt2): ... this.  Swap mask and op0
199         arguments, use gen_*vpermt2* expanders instead of gen_*vpermi2*
200         and adjust argument order accordingly.
201         (ix86_expand_vec_perm): Adjust caller.
202         (expand_vec_perm_1): Likewise.
203         (expand_vec_perm_vpermi2_vpshub2): Rename to ...
204         (expand_vec_perm_vpermt2_vpshub2): ... this.
205         (ix86_expand_vec_perm_const_1): Adjust caller.
206         (ix86_vectorize_vec_perm_const_ok): Adjust comments.
208         PR target/82370
209         * config/i386/sse.md (VIMAX_AVX2): Remove V4TImode.
210         (VIMAX_AVX2_AVX512BW, VIMAX_AVX512VL): New mode iterators.
211         (vec_shl_<mode>): Remove unused expander.
212         (avx512bw_<shift_insn><mode>3): New define_insn.
213         (<sse2_avx2>_ashl<mode>3, <sse2_avx2>_lshr<mode>3): Replaced by ...
214         (<sse2_avx2>_<shift_insn><mode>3): ... this.  New define_insn.
216 2017-10-24  Paolo Carlini  <paolo.carlini@oracle.com>
218         PR c++/82466
219         * doc/invoke.texi ([Wbuiltin-declaration-mismatch]): Extend
220         description.
222 2017-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
224         PR rtl-optimization/82396
225         * gcc/haifa-sched.c (ready_sort_real): Remove qsort workaround.
226         (autopref_multipass_init): Simplify initialization.
227         (autopref_rank_data): Simplify sort order.
228         * gcc/sched-int.h (autopref_multipass_data_): Remove
229         multi_mem_insn_p, min_offset and max_offset.
231 2017-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
233         PR middle-end/60580
234         * config/aarch64/aarch64.c (aarch64_frame_pointer_required)
235         Check special value of flag_omit_frame_pointer.
236         (aarch64_can_eliminate): Likewise.
237         (aarch64_override_options_after_change_1): Simplify handling of
238         -fomit-frame-pointer and -fomit-leaf-frame-pointer.
240 2017-10-24  Richard Biener  <rguenther@suse.de>
242         PR tree-optimization/82697
243         * tree-ssa-phiopt.c (cond_store_replacement): Use alias-set
244         zero for conditional load and unconditional store.
246 2017-10-24  H.J. Lu  <hongjiu.lu@intel.com>
248         * doc/install.texi: Document bootstrap-cet.
250 2017-10-24  H.J. Lu  <hongjiu.lu@intel.com>
252         PR target/82659
253         * config/i386/i386.c (rest_of_insert_endbranch): Don't insert
254         ENDBR instruction at function entrance if function is only
255         called directly.
257 2017-10-24  Jakub Jelinek  <jakub@redhat.com>
259         PR target/82628
260         * config/i386/i386.md (addcarry<mode>, subborrow<mode>): Change
261         patterns to better describe from which operation the CF is computed.
262         (addcarry<mode>_0, subborrow<mode>_0): New patterns.
263         * config/i386/i386.c (ix86_expand_builtin) <case handlecarry>: Pass
264         one LTU with [DT]Imode and another one with [SD]Imode.  If arg0
265         is 0, use _0 suffixed expanders instead of emitting a comparison
266         before it.
268 2017-10-06  Sergey Shalnov  <Sergey.Shalnov@intel.com>
270         * config/i386/i386.md(*movsf_internal, *movdf_internal):
271         Avoid 512-bit AVX modes for TARGET_PREFER_AVX256.
273 2017-10-24  Eric Botcazou  <ebotcazou@adacore.com>
275         PR middle-end/82569
276         * tree-outof-ssa.h (always_initialized_rtx_for_ssa_name_p): Delete.
277         * expr.c (expand_expr_real_1) <expand_decl_rtl>: Revert latest change.
278         * loop-iv.c (iv_get_reaching_def): Likewise.
279         * cfgexpand.c (expand_one_ssa_partition): Initialize the RTX if the
280         variable is promoted and the partition contains undefined values.
282 2017-10-23  Sandra Loosemore  <sandra@codesourcery.com>
284         * config/nios2/nios2.c (nios2_rtx_costs): Make costs better
285         reflect reality.
286         (nios2_address_cost): Define.
287         (nios2_legitimize_address): Recognize (exp + constant) directly.
288         (TARGET_ADDRESS_COST): Define.
290 2017-10-23  Sandra Loosemore  <sandra@codesourcery.com>
292         * config/nios2/nios2-protos.h (nios2_large_constant_p): Declare.
293         (nios2_symbolic_memory_operand_p): Declare.
294         (nios2_split_large_constant): Declare.
295         (nios2_split_symbolic_memory_operand): Declare.
296         * config/nios2/nios2.c: Adjust includes.
297         (nios2_symbolic_constant_allowed): New.
298         (nios2_symbolic_constant_p): New.
299         (nios2_plus_symbolic_constant_p): New.
300         (nios2_valid_addr_expr_p): Recognize addresses involving
301         symbolic constants.
302         (nios2_legitimate_address_p): Likewise, also LO_SUM.
303         (nios2_symbolic_memory_operand_p): New.
304         (nios2_large_constant_p): New.
305         (nios2_split_large_constant): New.
306         (nios2_split_plus_large_constant): New.
307         (nios2_split_symbolic_memory_operand): New.
308         (nios2_legitimize_address): Code refactoring.  Handle addresses
309         involving symbolic constants.
310         (nios2_emit_move_sequence): Likewise.
311         (nios2_print_operand): Improve error output.
312         (nios2_print_operand_address): Handle LO_SUM.
313         (nios2_cdx_narrow_form_p): Likewise.
314         * config/nios2/nios2.md (movqi_internal): Add splitter for memory
315         operands involving symbolic constants.
316         (movhi_internal, movsi_internal): Likewise.
317         (zero_extendhisi2, zero_extendqi<mode>2): Likewise.
318         (extendhisi2, extendqi<mode>2): Likewise.
320 2017-10-23  Sandra Loosemore  <sandra@codesourcery.com>
322         * tree-pass.h (PROP_rtl_split_insns): Define.
323         * recog.c (pass_data_split_all_insns): Provide PROP_rtl_split_insns.
325 2017-10-23  Sandra Loosemore  <sandra@codesourcery.com>
327         * config/nios2/nios2.c (TARGET_LRA_P): Don't override.
329 2017-10-23  Jakub Jelinek  <jakub@redhat.com>
331         PR debug/82630
332         * target.def (const_not_ok_for_debug_p): Default to
333         default_const_not_ok_for_debug_p instead of hook_bool_rtx_false.
334         * targhooks.h (default_const_not_ok_for_debug_p): New declaration.
335         * targhooks.c (default_const_not_ok_for_debug_p): New function.
336         * dwarf2out.c (const_ok_for_output_1): Only reject UNSPECs for
337         which targetm.const_not_ok_for_debug_p returned true.
338         * config/arm/arm.c (arm_const_not_ok_for_debug_p): Return true
339         for UNSPECs.
340         * config/powerpcspe/powerpcspe.c (rs6000_const_not_ok_for_debug_p):
341         Likewise.
342         * config/rs6000/rs6000.c (rs6000_const_not_ok_for_debug_p): Likewise.
343         * config/i386/i386.c (ix86_delegitimize_address_1): Don't delegitimize
344         UNSPEC_GOTOFF with addend into addend - _GLOBAL_OFFSET_TABLE_ + symbol
345         if !base_term_p.
346         (ix86_const_not_ok_for_debug_p): New function.
347         (i386_asm_output_addr_const_extra): Handle UNSPEC_GOTOFF.
348         (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Redefine.
350 2017-10-23  David Malcolm  <dmalcolm@redhat.com>
352         PR bootstrap/82610
353         * system.h: Conditionally include "unique-ptr.h" if
354         INCLUDE_UNIQUE_PTR is defined.
355         * unique-ptr-tests.cc: Remove include of "unique-ptr.h" in favor
356         of defining INCLUDE_UNIQUE_PTR before including "system.h".
358 2017-10-23  Sebastian Perta  <sebastian.perta@renesas.com>
360         * config/rl78/rl78.md: New define_expand "subdi3".
362 2017-10-23  H.J. Lu  <hongjiu.lu@intel.com>
364         PR target/82673
365         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Skip
366         DF_REF_INSN if DF_REF_INSN_INFO is false.
368 2017-10-23  Jan Hubicka  <hubicka@ucw.cz>
370         * i386.c (dimode_scalar_chain::compute_convert_gain): Use
371         xmm_move instead of sse_move.
372         (sse_store_index): New function.
373         (ix86_register_move_cost): Be more sensible about mismatch stall;
374         model AVX moves correctly; make difference between sse->integer and
375         integer->sse.
376         (ix86_builtin_vectorization_cost): Model correctly aligned and unaligned
377         moves; make difference between SSE and AVX.
378         * i386.h (processor_costs): Remove sse_move; add xmm_move, ymm_move
379         and zmm_move. Increase size of sse load and store tables;
380         add unaligned load and store tables; add ssemmx_to_integer.
381         * x86-tune-costs.h: Update all entries according to real
382         move latencies from Agner Fog's manual and chip documentation.
384 2017-10-23  Jakub Jelinek  <jakub@redhat.com>
386         PR target/82628
387         * config/i386/predicates.md (x86_64_dwzext_immediate_operand): New.
388         * config/i386/constraints.md (Wf): New constraint.
389         * config/i386/i386.md (UNSPEC_SBB): New unspec.
390         (cmp<dwi>_doubleword): Removed.
391         (sub<mode>3_carry_ccc, *sub<mode>3_carry_ccc_1): New patterns.
392         (sub<mode>3_carry_ccgz): Use unspec instead of compare.
393         * config/i386/i386.c (ix86_expand_branch) <case E_TImode>: Don't
394         expand with cmp<dwi>_doubleword.  For LTU and GEU use
395         sub<mode>3_carry_ccc instead of sub<mode>3_carry_ccgz and use CCCmode.
397         * common.opt (gcolumn-info): Enable by default.
398         * doc/invoke.texi (gcolumn-info): Document new default.
400 2017-10-23  Richard Biener  <rguenther@suse.de>
402         PR tree-optimization/82672
403         * graphite-isl-ast-to-gimple.c (graphite_copy_stmts_from_block):
404         Fold the stmt if we propagated into it.
406 2017-10-23  Richard Biener  <rguenther@suse.de>
408         * tree-ssa-pre.c (bitmap_remove_from_set): Rename to...
409         (bitmap_remove_expr_from_set): ... this.  All callers call this
410         for non-constant values.
411         (bitmap_set_subtract): Rename to...
412         (bitmap_set_subtract_expressions): ... this.  Adjust and
413         optimize.
414         (bitmap_set_contains_value): Remove superfluous check.
415         (bitmap_set_replace_value): Inline into single caller ...
416         (bitmap_value_replace_in_set): ... here and simplify.
417         (dependent_clean): Merge into ...
418         (clean): ... this using an overload.  Adjust.
419         (prune_clobbered_mems): Adjust.
420         (compute_antic_aux): Likewise.
421         (compute_partial_antic_aux): Likewise.
423 2017-10-23  Richard Biener  <rguenther@suse.de>
425         PR tree-optimization/82129
426         Revert
427         2017-08-01  Richard Biener  <rguenther@suse.de>
429         PR tree-optimization/81181
430         * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
431         (compute_antic): ... end of iteration here.
433 2017-10-23  Richard Sandiford  <richard.sandiford@linaro.org>
435         * target.def (starting_frame_offset): New hook.
436         * doc/tm.texi (STARTING_FRAME_OFFSET): Remove in favor of...
437         (TARGET_STARTING_FRAME_OFFSET): ...this new hook.
438         * doc/tm.texi.in: Regenerate.
439         * hooks.h (hook_hwi_void_0): Declare.
440         * hooks.c (hook_hwi_void_0): New function.
441         * doc/rtl.texi: Refer to TARGET_STARTING_FRAME_OFFSET instead of
442         STARTING_FRAME_OFFSET.
443         * builtins.c (expand_builtin_setjmp_receiver): Likewise.
444         * reload1.c (reload): Likewise.
445         * cfgexpand.c (expand_used_vars): Use targetm.starting_frame_offset
446         instead of STARTING_FRAME_OFFSET.
447         * function.c (try_fit_stack_local): Likewise.
448         (assign_stack_local_1): Likewise
449         (instantiate_virtual_regs): Likewise.
450         * rtlanal.c (rtx_addr_can_trap_p_1): Likewise.
451         * config/avr/avr.md (nonlocal_goto_receiver): Likewise.
452         * config/aarch64/aarch64.h (STARTING_FRAME_OFFSET): Delete.
453         * config/alpha/alpha.h (STARTING_FRAME_OFFSET): Likewise.
454         * config/arc/arc.h (STARTING_FRAME_OFFSET): Likewise.
455         * config/arm/arm.h (STARTING_FRAME_OFFSET): Likewise.
456         * config/bfin/bfin.h (STARTING_FRAME_OFFSET): Likewise.
457         * config/c6x/c6x.h (STARTING_FRAME_OFFSET): Likewise.
458         * config/cr16/cr16.h (STARTING_FRAME_OFFSET): Likewise.
459         * config/cris/cris.h (STARTING_FRAME_OFFSET): Likewise.
460         * config/fr30/fr30.h (STARTING_FRAME_OFFSET): Likewise.
461         * config/frv/frv.h (STARTING_FRAME_OFFSET): Likewise.
462         * config/ft32/ft32.h (STARTING_FRAME_OFFSET): Likewise.
463         * config/h8300/h8300.h (STARTING_FRAME_OFFSET): Likewise.
464         * config/i386/i386.h (STARTING_FRAME_OFFSET): Likewise.
465         * config/ia64/ia64.h (STARTING_FRAME_OFFSET): Likewise.
466         * config/m32c/m32c.h (STARTING_FRAME_OFFSET): Likewise.
467         * config/m68k/m68k.h (STARTING_FRAME_OFFSET): Likewise.
468         * config/mcore/mcore.h (STARTING_FRAME_OFFSET): Likewise.
469         * config/mn10300/mn10300.h (STARTING_FRAME_OFFSET): Likewise.
470         * config/moxie/moxie.h (STARTING_FRAME_OFFSET): Likewise.
471         * config/msp430/msp430.h (STARTING_FRAME_OFFSET): Likewise.
472         * config/nds32/nds32.h (STARTING_FRAME_OFFSET): Likewise.
473         * config/nios2/nios2.h (STARTING_FRAME_OFFSET): Likewise.
474         * config/nvptx/nvptx.h (STARTING_FRAME_OFFSET): Likewise.
475         * config/pdp11/pdp11.h (STARTING_FRAME_OFFSET): Likewise.
476         * config/riscv/riscv.h (STARTING_FRAME_OFFSET): Likewise.
477         * config/rl78/rl78.h (STARTING_FRAME_OFFSET): Likewise.
478         * config/rx/rx.h (STARTING_FRAME_OFFSET): Likewise.
479         * config/s390/s390.h (STARTING_FRAME_OFFSET): Likewise.
480         * config/sh/sh.h (STARTING_FRAME_OFFSET): Likewise.
481         * config/sparc/sparc.c (sparc_compute_frame_size): Likewise.
482         * config/sparc/sparc.h (STARTING_FRAME_OFFSET): Likewise.
483         * config/spu/spu.h (STARTING_FRAME_OFFSET): Likewise.
484         * config/stormy16/stormy16.h (STARTING_FRAME_OFFSET): Likewise.
485         * config/tilegx/tilegx.h (STARTING_FRAME_OFFSET): Likewise.
486         * config/tilepro/tilepro.h (STARTING_FRAME_OFFSET): Likewise.
487         * config/v850/v850.h (STARTING_FRAME_OFFSET): Likewise.
488         * config/visium/visium.h (STARTING_FRAME_OFFSET): Likewise.
489         * config/avr/avr.h (STARTING_FRAME_OFFSET): Likewise.
490         * config/avr/avr-protos.h (avr_starting_frame_offset): Likewise.
491         * config/avr/avr.c (avr_starting_frame_offset): Make static and
492         return a HOST_WIDE_INT.
493         (avr_builtin_setjmp_frame_value): Use it instead of
494         STARTING_FRAME_OFFSET.
495         (TARGET_STARTING_FRAME_OFFSET): Redefine.
496         * config/epiphany/epiphany.h (STARTING_FRAME_OFFSET): Delete.
497         * config/epiphany/epiphany.c (epiphany_starting_frame_offset):
498         New function.
499         (TARGET_STARTING_FRAME_OFFSET): Redefine.
500         * config/iq2000/iq2000.h (STARTING_FRAME_OFFSET): Delete.
501         * config/iq2000/iq2000.c (iq2000_starting_frame_offset): New function.
502         (TARGET_CONSTANT_ALIGNMENT): Redefine.
503         * config/lm32/lm32.h (STARTING_FRAME_OFFSET): Delete.
504         * config/lm32/lm32.c (lm32_starting_frame_offset): New function.
505         (TARGET_STARTING_FRAME_OFFSET): Redefine.
506         * config/m32r/m32r.h (STARTING_FRAME_OFFSET): Delete.
507         * config/m32r/m32r.c (m32r_starting_frame_offset): New function.
508         (TARGET_STARTING_FRAME_OFFSET): Redefine.
509         * config/microblaze/microblaze.h (STARTING_FRAME_OFFSET): Delete.
510         * config/microblaze/microblaze.c (microblaze_starting_frame_offset):
511         New function.
512         (TARGET_STARTING_FRAME_OFFSET): Redefine.
513         * config/mips/mips.h (STARTING_FRAME_OFFSET): Delete.
514         * config/mips/mips.c (mips_compute_frame_info): Refer to
515         TARGET_STARTING_FRAME_OFFSET instead of STARTING_FRAME_OFFSET.
516         (mips_starting_frame_offset): New function.
517         (TARGET_STARTING_FRAME_OFFSET): Redefine.
518         * config/mmix/mmix.h (STARTING_FRAME_OFFSET): Delete.
519         * config/mmix/mmix-protos.h (mmix_starting_frame_offset): Delete.
520         * config/mmix/mmix.c (mmix_starting_frame_offset): Make static
521         and return a HOST_WIDE_INT.
522         (TARGET_STARTING_FRAME_OFFSET): Redefine.
523         (mmix_initial_elimination_offset): Refer to
524         TARGET_STARTING_FRAME_OFFSET instead of STARTING_FRAME_OFFSET.
525         * config/pa/pa.h (STARTING_FRAME_OFFSET): Delete.
526         * config/pa/pa.c (pa_starting_frame_offset): New function.
527         (pa_compute_frame_size): Use it instead of STARTING_FRAME_OFFSET.
528         (pa_expand_prologue): Likewise.
529         (TARGET_STARTING_FRAME_OFFSET): Redefine.
530         * config/powerpcspe/aix.h (STARTING_FRAME_OFFSET): Split out
531         !FRAME_GROWS_DOWNWARD handling to...
532         (RS6000_STARTING_FRAME_OFFSET): ...this new macro.
533         * config/powerpcspe/darwin.h (STARTING_FRAME_OFFSET): Split out
534         !FRAME_GROWS_DOWNWARD handling to...
535         (RS6000_STARTING_FRAME_OFFSET): ...this new macro.
536         * config/powerpcspe/powerpcspe.h (STARTING_FRAME_OFFSET): Split out
537         !FRAME_GROWS_DOWNWARD handling to...
538         (RS6000_STARTING_FRAME_OFFSET): ...this new macro.
539         * config/powerpcspe/powerpcspe.c (TARGET_STARTING_FRAME_OFFSET):
540         Redefine.
541         (rs6000_starting_frame_offset): New function.
542         * config/rs6000/aix.h (STARTING_FRAME_OFFSET): Split out
543         !FRAME_GROWS_DOWNWARD handling to...
544         (RS6000_STARTING_FRAME_OFFSET): ...this new macro.
545         * config/rs6000/darwin.h (STARTING_FRAME_OFFSET): Split out
546         !FRAME_GROWS_DOWNWARD handling to...
547         (RS6000_STARTING_FRAME_OFFSET): ...this new macro.
548         * config/rs6000/rs6000.h (STARTING_FRAME_OFFSET): Split out
549         !FRAME_GROWS_DOWNWARD handling to...
550         (RS6000_STARTING_FRAME_OFFSET): ...this new macro.
551         * config/rs6000/rs6000.c (TARGET_STARTING_FRAME_OFFSET): Refine.
552         (rs6000_starting_frame_offset): New function.
553         * config/vax/elf.h (STARTING_FRAME_OFFSET): Delete.
554         * config/vax/vax.h (STARTING_FRAME_OFFSET): Delete.
555         * config/vax/vax.c (vax_starting_frame_offset): New function.
556         (vax_expand_prologue): Use it instead of STARTING_FRAME_OFFSET.
557         (TARGET_STARTING_FRAME_OFFSET): Redefine.
558         * config/xtensa/xtensa.h (STARTING_FRAME_OFFSET): Delete.
559         * config/xtensa/xtensa.c (xtensa_starting_frame_offset): New function.
560         (TARGET_STARTING_FRAME_OFFSET): Redefine.
561         * system.h (STARTING_FRAME_OFFSET): Poison.
563 2017-10-23  Richard Sandiford  <richard.sandiford@linaro.org>
565         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
566         SCALAR_TYPE_MODE instead of TYPE_MODE.
568 2017-10-23  Richard Sandiford  <richard.sandiford@linaro.org>
569             Alan Hayward  <alan.hayward@arm.com>
570             David Sherwood  <david.sherwood@arm.com>
572         * dwarf2out.c (loc_list_from_tree_1): Use SCALAR_INT_TYPE_MODE
574 2017-10-23  Richard Sandiford  <richard.sandiford@linaro.org>
575             Alan Hayward  <alan.hayward@arm.com>
576             David Sherwood  <david.sherwood@arm.com>
578         * expmed.c (expand_shift_1): Use scalar_mode for scalar_mode.
580 2017-10-23  Richard Biener  <rguenther@suse.de>
582         PR tree-optimization/82129
583         * tree-ssa-pre.c (bitmap_set_and): Remove.
584         (compute_antic_aux): Compute ANTIC_OUT intersection in a way
585         canonicalizing expressions in the set to those with lowest
586         ID rather than taking that from the first edge.
588 2017-10-23  Richard Sandiford  <richard.sandiford@linaro.org>
590         * combine.c (rtx_equal_for_field_assignment_p): Use
591         byte_lowpart_offset.
593 2017-10-22  Richard Sandiford  <richard.sandiford@linaro.org>
594             Alan Hayward  <alan.hayward@arm.com>
595             David Sherwood  <david.sherwood@arm.com>
597         * internal-fn.c (expand_direct_optab_fn): Don't assign directly
598         to a SUBREG_PROMOTED_VAR.
600 2017-10-22  Richard Sandiford  <richard.sandiford@linaro.org>
601             Alan Hayward  <alan.hayward@arm.com>
602             David Sherwood  <david.sherwood@arm.com>
604         * cfgexpand.c (expand_debug_expr): Use GET_MODE_UNIT_PRECISION.
605         (expand_debug_source_expr): Likewise.
606         * combine.c (combine_simplify_rtx): Likewise.
607         * cse.c (fold_rtx): Likewise.
608         * optabs.c (expand_float): Likewise.
609         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
610         (simplify_binary_operation_1): Likewise.
612 2017-10-22  Richard Sandiford  <richard.sandiford@linaro.org>
613             Alan Hayward  <alan.hayward@arm.com>
614             David Sherwood  <david.sherwood@arm.com>
616         * combine.c (simplify_comparison): Use HWI_COMPUTABLE_MODE_P.
617         (record_promoted_value): Likewise.
618         * expr.c (expand_expr_real_2): Likewise.
619         * ree.c (update_reg_equal_equiv_notes): Likewise.
620         (combine_set_extension): Likewise.
621         * rtlanal.c (low_bitmask_len): Likewise.
622         * simplify-rtx.c (neg_const_int): Likewise.
623         (simplify_binary_operation_1): Likewise.
625 2017-10-22  Richard Sandiford  <richard.sandiford@linaro.org>
626             Alan Hayward  <alan.hayward@arm.com>
627             David Sherwood  <david.sherwood@arm.com>
629         * lra-spills.c (assign_mem_slot): Use subreg_size_lowpart_offset.
630         * regcprop.c (maybe_mode_change): Likewise.
631         * reload1.c (alter_reg): Likewise.
633 2017-10-22  Richard Sandiford  <richard.sandiford@linaro.org>
635         * inchash.h (inchash::hash::add_wide_int): New function.
636         * lto-streamer-out.c (hash_tree): Use it.
638 2017-10-22  Richard Sandiford  <richard.sandiford@linaro.org>
640         * inchash.h (inchash::hash::add_wide_int): Rename to...
641         (inchash::hash::add_hwi): ...this.
642         * ipa-devirt.c (hash_odr_vtable): Update accordingly.
643         (polymorphic_call_target_hasher::hash): Likewise.
644         * ipa-icf.c (sem_function::get_hash, sem_function::init): Likewise.
645         (sem_item::add_expr, sem_item::add_type, sem_variable::get_hash)
646         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
647         * lto-streamer-out.c (hash_tree): Likewise.
648         * optc-save-gen.awk: Likewise.
649         * tree.c (add_expr): Likewise.
651 2017-10-22  Uros Bizjak  <ubizjak@gmail.com>
653         PR target/52451
654         * config/i386/i386.c (ix86_fp_compare_mode): Return CCFPmode
655         for ordered inequality comparisons even with TARGET_IEEE_FP.
657 2017-10-22  Uros Bizjak  <ubizjak@gmail.com>
659         PR target/82628
660         * config/i386/i386.md (cmp<dwi>_doubleword): New pattern.
661         * config/i386/i386.c (ix86_expand_branch) <case E_TImode>:
662         Expand with cmp<dwi>_doubleword.
664 2017-10-21  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
666         * extend.texi: Add x86 specific to 'nocf_check' attribute.
667         List CET intrinsics.
668         * invoke.texi: Add -mcet, -mibt, -mshstk options.  Add x86
669         specific to -fcf-protection option.
671 2017-10-21  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
673         * common/config/i386/i386-common.c (OPTION_MASK_ISA_IBT_SET): New.
674         (OPTION_MASK_ISA_SHSTK_SET): Likewise.
675         (OPTION_MASK_ISA_IBT_UNSET): Likewise.
676         (OPTION_MASK_ISA_SHSTK_UNSET): Likewise.
677         (ix86_handle_option): Add -mibt, -mshstk, -mcet handling.
678         * config.gcc (extra_headers): Add cetintrin.h for x86 targets.
679         (extra_objs): Add cet.o for Linux/x86 targets.
680         (tmake_file): Add i386/t-cet for Linux/x86 targets.
681         * config/i386/cet.c: New file.
682         * config/i386/cetintrin.h: Likewise.
683         * config/i386/t-cet: Likewise.
684         * config/i386/cpuid.h (bit_SHSTK): New.
685         (bit_IBT): Likewise.
686         * config/i386/driver-i386.c (host_detect_local_cpu): Detect and
687         pass IBT and SHSTK bits.
688         * config/i386/i386-builtin-types.def
689         (VOID_FTYPE_UNSIGNED_PVOID): New.
690         (VOID_FTYPE_UINT64_PVOID): Likewise.
691         * config/i386/i386-builtin.def: Add CET intrinsics.
692         * config/i386/i386-c.c (ix86_target_macros_internal): Add
693         OPTION_MASK_ISA_IBT, OPTION_MASK_ISA_SHSTK handling.
694         * config/i386/i386-passes.def: Add pass_insert_endbranch pass.
695         * config/i386/i386-protos.h (make_pass_insert_endbranch): New
696         prototype.
697         * config/i386/i386.c (rest_of_insert_endbranch): New.
698         (pass_data_insert_endbranch): Likewise.
699         (pass_insert_endbranch): Likewise.
700         (make_pass_insert_endbranch): Likewise.
701         (ix86_notrack_prefixed_insn_p): Likewise.
702         (ix86_target_string): Add -mibt, -mshstk flags.
703         (ix86_option_override_internal): Add flag_cf_protection
704         processing.
705         (ix86_valid_target_attribute_inner_p): Set OPT_mibt, OPT_mshstk.
706         (ix86_print_operand): Add 'notrack' prefix output.
707         (ix86_init_mmx_sse_builtins): Add CET intrinsics.
708         (ix86_expand_builtin): Expand CET intrinsics.
709         (x86_output_mi_thunk): Add 'endbranch' instruction.
710         * config/i386/i386.h (TARGET_IBT): New.
711         (TARGET_IBT_P): Likewise.
712         (TARGET_SHSTK): Likewise.
713         (TARGET_SHSTK_P): Likewise.
714         * config/i386/i386.md (unspecv): Add UNSPECV_NOP_RDSSP,
715         UNSPECV_INCSSP, UNSPECV_SAVEPREVSSP, UNSPECV_RSTORSSP,
716         UNSPECV_WRSS, UNSPECV_WRUSS, UNSPECV_SETSSBSY, UNSPECV_CLRSSBSY.
717         (builtin_setjmp_setup): New pattern.
718         (builtin_longjmp): Likewise.
719         (rdssp<mode>): Likewise.
720         (incssp<mode>): Likewise.
721         (saveprevssp): Likewise.
722         (rstorssp): Likewise.
723         (wrss<mode>): Likewise.
724         (wruss<mode>): Likewise.
725         (setssbsy): Likewise.
726         (clrssbsy): Likewise.
727         (nop_endbr): Likewise.
728         * config/i386/i386.opt: Add -mcet, -mibt, -mshstk and -mcet-switch
729         options.
730         * config/i386/immintrin.h: Include <cetintrin.h>.
731         * config/i386/linux-common.h
732         (file_end_indicate_exec_stack_and_cet): New prototype.
733         (TARGET_ASM_FILE_END): New.
735 2017-10-20  Jan Hubicka  <hubicka@ucw.cz>
737         * i386.c (ix86_builtin_vectorization_cost): Use existing rtx_cost
738         latencies instead of having separate table; make difference between
739         integer and float costs.
740         * i386.h (processor_costs): Remove scalar_stmt_cost,
741         scalar_load_cost, scalar_store_cost, vec_stmt_cost, vec_to_scalar_cost,
742         scalar_to_vec_cost, vec_align_load_cost, vec_unalign_load_cost,
743         vec_store_cost.
744         * x86-tune-costs.h: Remove entries which has been removed in
745         procesor_costs from all tables; make cond_taken_branch_cost
746         and cond_not_taken_branch_cost COST_N_INSNS based.
748 2017-10-20  Jan Hubicka  <hubicka@ucw.cz>
750         * x86-tune-costs.h (intel_cost, generic_cost): Fix move costs.
752 2017-10-20  Jakub Jelinek  <jakub@redhat.com>
754         * config/i386/i386.md (isa): Remove fma_avx512f.
755         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask<round_name>,
756         <avx512>_fmadd_<mode>_mask3<round_name>,
757         <avx512>_fmsub_<mode>_mask<round_name>,
758         <avx512>_fmsub_<mode>_mask3<round_name>,
759         <avx512>_fnmadd_<mode>_mask<round_name>,
760         <avx512>_fnmadd_<mode>_mask3<round_name>,
761         <avx512>_fnmsub_<mode>_mask<round_name>,
762         <avx512>_fnmsub_<mode>_mask3<round_name>,
763         <avx512>_fmaddsub_<mode>_mask<round_name>,
764         <avx512>_fmaddsub_<mode>_mask3<round_name>,
765         <avx512>_fmsubadd_<mode>_mask<round_name>,
766         <avx512>_fmsubadd_<mode>_mask3<round_name>): Remove isa attribute.
767         (*vec_widen_umult_even_v16si<mask_name>,
768         *vec_widen_smult_even_v16si<mask_name>): Likewise.
769         (<mask_codefor>avx512bw_dbpsadbw<mode><mask_name>): Likewise.
771 2017-10-20  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
773         * extend.texi: Add 'nocf_check' documentation.
774         * gimple.texi: Add second parameter to
775         gimple_build_call_from_tree.
776         * invoke.texi: Add -fcf-protection documentation.
777         * rtl.texi: Add REG_CALL_NOTRACK documenation.
779 2017-10-20  Richard Biener  <rguenther@suse.de>
781         PR tree-optimization/82473
782         * tree-vect-loop.c (vectorizable_reduction): Properly get at
783         the largest input type.
785 2017-10-20  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
787         * c-attribs.c (handle_nocf_check_attribute): New function.
788         (c_common_attribute_table): Add 'nocf_check' handling.
789         * gimple-parser.c: Add second argument NULL to
790         gimple_build_call_from_tree.
791         * attrib.c (comp_type_attributes): Check nocf_check attribute.
792         * cfgexpand.c (expand_call_stmt): Set REG_CALL_NOCF_CHECK for
793         call insn.
794         * combine.c (distribute_notes): Add REG_CALL_NOCF_CHECK handling.
795         * common.opt: Add fcf-protection flag.
796         * emit-rtl.c (try_split): Add REG_CALL_NOCF_CHECK handling.
797         * flag-types.h: Add enum cf_protection_level.
798         * gimple.c (gimple_build_call_from_tree): Add second parameter.
799         Add 'nocf_check' attribute propagation to gimple call.
800         * gimple.h (gf_mask): Add GF_CALL_NOCF_CHECK.
801         (gimple_build_call_from_tree): Update prototype.
802         (gimple_call_nocf_check_p): New function.
803         (gimple_call_set_nocf_check): Likewise.
804         * gimplify.c: Add second argument to gimple_build_call_from_tree.
805         * ipa-icf.c: Add nocf_check attribute in statement hash.
806         * recog.c (peep2_attempt): Add REG_CALL_NOCF_CHECK handling.
807         * reg-notes.def: Add REG_NOTE (CALL_NOCF_CHECK).
808         * toplev.c (process_options): Add flag_cf_protection handling.
810 2017-10-19  Jan Hubicka  <hubicka@ucw.cz>
812         * x86-tune-costs.h (core_cost): Fix div, move and sqrt latencies.
814 2017-10-20  Richard Biener  <rguenther@suse.de>
816         PR tree-optimization/82603
817         * tree-if-conv.c (predicate_mem_writes): Make sure to only
818         remove false predicated stores.
820 2017-10-20  Richard Biener  <rguenther@suse.de>
822         * graphite-isl-ast-to-gimple.c
823         (translate_isl_ast_to_gimple::graphite_copy_stmts_from_block):
824         Remove return value and simplify, dump copied stmt after lhs
825         adjustment.
826         (translate_isl_ast_to_gimple::translate_isl_ast_node_user):
827         Reduce dump verbosity.
828         (gsi_insert_earliest): Likewise.
829         (translate_isl_ast_to_gimple::copy_bb_and_scalar_dependences): Adjust.
830         * graphite.c (print_global_statistics): Adjust dumping.
831         (print_graphite_scop_statistics): Likewise.
832         (print_graphite_statistics): Do not dump loops here.
833         (graphite_transform_loops): But here.
835 2017-10-20  Nicolas Roche  <roche@adacore.com>
837         * configure.ac (ACX_PROG_GNAT): Append "libgnat" to include search dir.
838         * configure: Regenerate.
840 2017-10-20  Jakub Jelinek  <jakub@redhat.com>
842         PR target/82158
843         * tree-cfg.c (pass_warn_function_return::execute): In noreturn
844         functions when optimizing replace GIMPLE_RETURN stmts with
845         calls to __builtin_unreachable ().
847         PR sanitizer/82595
848         * config/gnu-user.h (LIBTSAN_EARLY_SPEC): Add libtsan_preinit.o
849         for -fsanitize=thread link of executables.
850         (LIBLSAN_EARLY_SPEC): Add liblsan_preinit.o for -fsanitize=leak
851         link of executables.
853         PR target/82370
854         * config/i386/sse.md (VI248_AVX2, VI248_AVX512BW, VI248_AVX512BW_2):
855         New mode iterators.
856         (<shift_insn><mode>3<mask_name>): Change the last of the 3
857         define_insns for logical vector shifts to use VI248_AVX512BW
858         iterator instead of VI48_AVX512, remove <mask_mode512bit_condition>
859         condition, useless isa and prefix attributes.  Change the first
860         2 of these define_insns to ...
861         (<mask_codefor><shift_insn><mode>3<mask_name>): ... this, new
862         define_insn for avx512vl.
863         (<shift_insn><mode>3): ... and this, new define_insn without
864         masking for non-avx512vl.
866         PR target/82370
867         * config/i386/sse.md (*andnot<mode>3,
868         <mask_codefor><code><mode>3<mask_name>, *<code><mode>3): Split
869         (=v,v,vm) alternative into (=x,x,xm) and (=v,v,vm), for 128-bit
870         and 256-bit vectors, the (=x,x,xm) alternative and when mask is
871         not applied use empty suffix even for TARGET_AVX512VL.
872         * config/i386/subst.md (mask_prefix3, mask_prefix4): When mask
873         is applied, supply evex,evex or evex,evex,evex instead of just
874         evex.
876 2017-10-20  Julia Koval  <julia.koval@intel.com>
878         * common/config/i386/i386-common.c (OPTION_MASK_ISA_GFNI_SET,
879         (OPTION_MASK_ISA_GFNI_UNSET): New.
880         (ix86_handle_option): Handle OPT_mgfni.
881         * config/i386/cpuid.h (bit_GFNI): New.
882         * config/i386/driver-i386.c (host_detect_local_cpu): Detect gfni.
883         * config/i386/i386-c.c (ix86_target_macros_internal): Define __GFNI__.
884         * config/i386/i386.c (ix86_target_string): Add -mgfni.
885         (ix86_valid_target_attribute_inner_p): Add OPT_mgfni.
886         * config/i386/i386.h (TARGET_GFNI, TARGET_GFNI_P): New.
887         * config/i386/i386.opt: Add mgfni.
889 2017-10-20  Orlando Arias  <oarias@knights.ucf.edu>
891         * config/msp430/msp430.c (msp430_option_override): Disable
892         -fdelete-null-pointer-checks.
893         * doc/invoke.text (-fdelete-null-pointer-checks): Document that.
895 2017-10-19  Jan Hubicka  <hubicka@ucw.cz>
897         * x86-tune-costs.h (generic_cost, core_cost): Correct costs
898         of x87 and SSE instructions.
900 2017-10-19  Jan Hubicka  <hubicka@ucw.cz>
902         * asan.c (create_cond_insert_point): Do not update edge count.
903         * auto-profile.c (afdo_propagate_edge): Update for edge count removal.
904         (afdo_propagate_circuit): Likewise.
905         (afdo_calculate_branch_prob): Likewise.
906         (afdo_annotate_cfg): Likewise.
907         * basic-block.h (struct edge_def): Remove count.
908         (edge_def::count): New accessor.
909         * bb-reorder.c (rotate_loop): Update.
910         (find_traces_1_round): Update.
911         (connect_traces): Update.
912         (sanitize_hot_paths): Update.
913         * cfg.c (unchecked_make_edge): Update.
914         (make_single_succ_edge): Update.
915         (check_bb_profile): Update.
916         (dump_edge_info): Update.
917         (update_bb_profile_for_threading): Update.
918         (scale_bbs_frequencies_int): Update.
919         (scale_bbs_frequencies_gcov_type): Update.
920         (scale_bbs_frequencies_profile_count): Update.
921         (scale_bbs_frequencies): Update.
922         * cfganal.c (connect_infinite_loops_to_exit): Update.
923         * cfgbuild.c (compute_outgoing_frequencies): Update.
924         (find_many_sub_basic_blocks): Update.
925         * cfgcleanup.c (try_forward_edges): Update.
926         (try_crossjump_to_edge): Update
927         * cfgexpand.c (expand_gimple_cond): Update
928         (expand_gimple_tailcall): Update
929         (construct_exit_block): Update
930         * cfghooks.c (verify_flow_info): Update
931         (redirect_edge_succ_nodup): Update
932         (split_edge): Update
933         (make_forwarder_block): Update
934         (duplicate_block): Update
935         (account_profile_record): Update
936         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
937         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
938         * cfgloopmanip.c (scale_loop_profile): Update.
939         (loopify): Update.
940         (lv_adjust_loop_entry_edge): Update.
941         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
942         (force_nonfallthru_and_redirect): Update.
943         (purge_dead_edges): Update.
944         (rtl_flow_call_edges_add): Update.
945         * cgraphunit.c (init_lowered_empty_function): Update.
946         (cgraph_node::expand_thunk): Update.
947         * gimple-pretty-print.c (dump_probability): Update.
948         (dump_edge_probability): Update.
949         * gimple-ssa-isolate-paths.c (isolate_path): Update.
950         * haifa-sched.c (sched_create_recovery_edges): Update.
951         * hsa-gen.c (convert_switch_statements): Update.
952         * ifcvt.c (dead_or_predicable): Update.
953         * ipa-inline-transform.c (inline_transform): Update.
954         * ipa-split.c (split_function): Update.
955         * ipa-utils.c (ipa_merge_profiles): Update.
956         * loop-doloop.c (add_test): Update.
957         * loop-unroll.c (unroll_loop_runtime_iterations): Update.
958         * lto-streamer-in.c (input_cfg): Update.
959         (input_function): Update.
960         * lto-streamer-out.c (output_cfg): Update.
961         * modulo-sched.c (sms_schedule): Update.
962         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
963         * predict.c (maybe_hot_edge_p): Update.
964         (unlikely_executed_edge_p): Update.
965         (probably_never_executed_edge_p): Update.
966         (dump_prediction): Update.
967         (drop_profile): Update.
968         (propagate_unlikely_bbs_forward): Update.
969         (determine_unlikely_bbs): Update.
970         (force_edge_cold): Update.
971         * profile.c (compute_branch_probabilities): Update.
972         * reg-stack.c (better_edge): Update.
973         * shrink-wrap.c (handle_simple_exit): Update.
974         * tracer.c (better_p): Update.
975         * trans-mem.c (expand_transaction): Update.
976         (split_bb_make_tm_edge): Update.
977         * tree-call-cdce.c: Update.
978         * tree-cfg.c (gimple_find_sub_bbs): Update.
979         (gimple_split_edge): Update.
980         (gimple_duplicate_sese_region): Update.
981         (gimple_duplicate_sese_tail): Update.
982         (gimple_flow_call_edges_add): Update.
983         (insert_cond_bb): Update.
984         (execute_fixup_cfg): Update.
985         * tree-cfgcleanup.c (cleanup_control_expr_graph): Update.
986         * tree-complex.c (expand_complex_div_wide): Update.
987         * tree-eh.c (lower_resx): Update.
988         (unsplit_eh): Update.
989         (cleanup_empty_eh_move_lp): Update.
990         * tree-inline.c (copy_edges_for_bb): Update.
991         (freqs_to_counts): Update.
992         (copy_cfg_body): Update.
993         * tree-ssa-dce.c (remove_dead_stmt): Update.
994         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
995         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
996         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
997         (unloop_loops): Update.
998         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
999         * tree-ssa-loop-split.c (connect_loops): Update.
1000         (split_loop): Update.
1001         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
1002         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
1003         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
1004         * tree-ssa-reassoc.c (branch_fixup): Update.
1005         * tree-ssa-tail-merge.c (replace_block_by): Update.
1006         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
1007         (compute_path_counts): Update.
1008         (update_profile): Update.
1009         (recompute_probabilities): Update.
1010         (update_joiner_offpath_counts): Update.
1011         (estimated_freqs_path): Update.
1012         (freqs_to_counts_path): Update.
1013         (clear_counts_path): Update.
1014         (ssa_fix_duplicate_block_edges): Update.
1015         (duplicate_thread_path): Update.
1016         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
1017         (case_bit_test_cmp): Update.
1018         (collect_switch_conv_info): Update.
1019         (gen_inbound_check): Update.
1020         (do_jump_if_equal): Update.
1021         (emit_cmp_and_jump_insns): Update.
1022         * tree-tailcall.c (decrease_profile): Update.
1023         (eliminate_tail_call): Update.
1024         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
1025         (vect_do_peeling): Update.
1026         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
1027         * ubsan.c (ubsan_expand_null_ifn): Update.
1028         (ubsan_expand_ptr_ifn): Update.
1029         * value-prof.c (gimple_divmod_fixed_value): Update.
1030         (gimple_mod_pow2): Update.
1031         (gimple_mod_subtract): Update.
1032         (gimple_ic): Update.
1033         (gimple_stringop_fixed_value): Update.
1035 2017-10-19  Uros Bizjak  <ubizjak@gmail.com>
1037         PR target/82618
1038         * config/i386/i386.md (sub to cmp): New peephole2 pattern.
1040 2017-10-19  Alexander Monakov  <amonakov@ispras.ru>
1042         PR rtl-optimization/82395
1043         * ira-color.c (allocno_priority_compare_func): Fix comparison step
1044         based on non_spilled_static_chain_regno_p.
1046 2017-10-19  Uros Bizjak  <ubizjak@gmail.com>
1048         * config/i386/i386.c (output_387_binary_op): Rewrite SSE part.
1049         (ix86_emit_mode_set): Rewrite insn mnemonic construction.
1050         (ix86_prepare_fp_compare_args): Redefine is_sse as bool.
1052 2017-10-19  Martin Sebor  <msebor@redhat.com>
1054         PR tree-optimization/82596
1055         * tree.c (array_at_struct_end_p): Handle STRING_CST.
1057 2017-10-19  Eric Botcazou  <ebotcazou@adacore.com>
1059         * asan.c (handle_builtin_alloca): Deal with all alloca variants.
1060         (get_mem_refs_of_builtin_call): Likewise.
1061         * builtins.c (expand_builtin_apply): Adjust call to
1062         allocate_dynamic_stack_space.
1063         (expand_builtin_alloca): For __builtin_alloca_with_align_and_max, pass
1064         the third argument to allocate_dynamic_stack_space, otherwise -1.
1065         (expand_builtin): Deal with all alloca variants.
1066         (is_inexpensive_builtin): Likewise.
1067         * builtins.def (BUILT_IN_ALLOCA_WITH_ALIGN_AND_MAX): New.
1068         * calls.c (special_function_p): Deal with all alloca variants.
1069         (initialize_argument_information): Adjust call to
1070         allocate_dynamic_stack_space.
1071         (expand_call): Likewise.
1072         * cfgexpand.c (expand_call_stmt): Deal with all alloca variants.
1073         * doc/extend.texi (Built-ins): Add __builtin_alloca_with_align_and_max
1074         * explow.c (allocate_dynamic_stack_space): Add MAX_SIZE parameter and
1075         use it for the stack usage computation.
1076         * explow.h (allocate_dynamic_stack_space): Adjust prototype.
1077         * function.c (gimplify_parameters): Call build_alloca_call_expr.
1078         * gimple-ssa-warn-alloca.c (alloca_call_type): Simplify control flow.
1079         Take into account 3rd argument of __builtin_alloca_with_align_and_max.
1080         (in_loop_p): Remove first argument and useless check.
1081         (pass_walloca::execute): Remove useless test and adjust call to above.
1082         * gimple.c (gimple_build_call_from_tree): Deal with all alloc variants
1083         * gimplify.c (gimplify_vla_decl): Call build_alloca_call_expr.
1084         (gimplify_call_expr): Deal with all alloca variants.
1085         * hsa-gen.c (gen_hsa_alloca): Likewise.
1086         (gen_hsa_insns_for_call): Likewise.
1087         * ipa-pure-const.c (special_builtin_state): Likewise.
1088         * tree-chkp.c (chkp_build_returned_bound): Likewise.
1089         * tree-object-size.c (alloc_object_size): Likewise.
1090         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
1091         (call_may_clobber_ref_p_1): Likewise.
1092         * tree-ssa-ccp.c (evaluate_stmt): Likewise.
1093         (ccp_fold_stmt): Likewise.
1094         (optimize_stack_restore): Likewise.
1095         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
1096         (mark_all_reaching_defs_necessary_1): Likewise.
1097         (propagate_necessity): Likewise.
1098         (eliminate_unnecessary_stmts): Likewise.
1099         * tree.c (build_common_builtin_nodes): Build
1100         BUILT_IN_ALLOCA_WITH_ALIGN_AND_MAX.
1101         (build_alloca_call_expr): New function.
1102         * tree.h (ALLOCA_FUNCTION_CODE_P): New macro.
1103         (CASE_BUILT_IN_ALLOCA): Likewise.
1104         (build_alloca_call_expr): Declare.
1105         * varasm.c (incorporeal_function_p): Deal with all alloca variants.
1107 2017-10-19  Eric Botcazou  <ebotcazou@adacore.com>
1109         PR debug/82509
1110         * dwarf2out.c (new_die_raw): New static inline function.
1111         (new_die): Use it to create the DIE.
1112         (add_AT_external_die_ref): Likewise.
1113         (clone_die): Likewise.
1114         (clone_as_declaration): Likewise.
1115         (dwarf2out_vms_debug_main_pointer): Likewise.
1116         (base_type_die): Likewise.  Remove early return for corner cases.
1117         Do not call add_pubtype on the DIE here.
1118         (is_base_type): Remove ERROR_MARK and return 0 for VOID_TYPE.
1119         (modified_type_die): Adjust the lookup for reverse order DIEs.  Skip
1120         typedefs for base types with DW_AT_endianity.  Make sure a DIE with
1121         native order exists for base types, attach the DIE manually and call
1122         add_pubtype on it.  Do not equate a reverse order DIE to the type.
1124 2017-10-19  Richard Earnshaw  <rearnsha@arm.com>
1126         * config/arm/arm.c (align_ok_ldrd_strd): New function.
1127         (mem_ok_for_ldrd_strd): New parameter align.  Extract the alignment of
1128         the mem into it.
1129         (gen_operands_ldrd_strd): Validate the alignment of the accesses.
1131 2017-10-19  Jakub Jelinek  <jakub@redhat.com>
1133         * flag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN.  Or
1134         SANITIZE_BUILTIN into SANITIZE_UNDEFINED.
1135         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_INVALID_BUILTIN,
1136         BUILT_IN_UBSAN_HANDLE_INVALID_BUILTIN_ABORT): New builtins.
1137         * opts.c (sanitizer_opts): Add builtin.
1138         * ubsan.c (instrument_builtin): New function.
1139         (pass_ubsan::execute): Call it.
1140         (pass_ubsan::gate): Enable even for SANITIZE_BUILTIN.
1141         * doc/invoke.texi: Document -fsanitize=builtin.
1143         * ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch
1144         builtins, store max (log2 (align), 0) into uchar field instead of
1145         align into uptr field.
1146         (ubsan_expand_objsize_ifn): Use _v1 suffixed type mismatch builtins,
1147         store uchar 0 field instead of uptr 0 field.
1148         (instrument_nonnull_return): Use _v1 suffixed nonnull return builtin,
1149         instead of passing one address of struct with 2 locations pass
1150         two addresses of structs with 1 location each.
1151         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH,
1152         BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
1153         BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN,
1154         BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN_ABORT): Removed.
1155         (BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_V1,
1156         BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_V1_ABORT,
1157         BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN_V1,
1158         BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN_V1_ABORT): New builtins.
1160 2017-10-19  Martin Liska  <mliska@suse.cz>
1162         PR driver/81829
1163         * file-find.c (remove_prefix): Remove.
1164         * file-find.h (remove_prefix): Likewise.
1165         * gcc-ar.c: Remove smartness of lookup.
1167 2017-10-19  Segher Boessenkool  <segher@kernel.crashing.org>
1169         * config/rs6000/rs6000.md (*call_indirect_aix<mode>,
1170         *call_value_indirect_aix<mode>, *call_indirect_elfv2<mode>,
1171         *call_value_indirect_elfv2<mode>): Add correct mode to the unspec.
1173 2017-10-19  Jakub Jelinek  <jakub@redhat.com>
1175         PR target/82580
1176         * config/i386/i386.md (setcc + movzbl to xor + setcc): New peephole2.
1177         (setcc + and to xor + setcc): New peephole2.
1179 2017-10-19  Tom de Vries  <tom@codesourcery.com>
1181         * doc/sourcebuild.texi (Test Directives, Variants of
1182         dg-require-support): Add dg-require-stack-size.
1184 2017-10-19  Martin Liska  <mliska@suse.cz>
1186         PR sanitizer/82517
1187         * gimplify.c (gimplify_decl_expr): Do not instrument variables
1188         that have a large alignment.
1189         (gimplify_target_expr): Likewise.
1191 2017-10-18  Segher Boessenkool  <segher@kernel.crashing.org>
1193         PR rtl-optimization/82602
1194         * ira.c (rtx_moveable_p): Return false for volatile asm.
1196 2017-10-18  Uros Bizjak  <ubizjak@gmail.com>
1198         PR target/82580
1199         * config/i386/i386-modes.def (CCGZ): New CC mode.
1200         * config/i386/i386.md (sub<mode>3_carry_ccgz): New insn pattern.
1201         * config/i386/predicates.md (ix86_comparison_operator):
1202         Handle CCGZmode.
1203         * config/i386/i386.c (ix86_expand_branch) <case E_TImode>:
1204         Emulate LE, LEU, GT, GTU, LT, LTU, GE and GEU double-word comparisons
1205         with double-word subtraction.
1206         (put_condition_code): Handle CCGZmode.
1208 2017-10-18  Aldy Hernandez  <aldyh@redhat.com>
1210         * wide-int.cc (debug (const wide_int &)): New.
1211         (debug (const wide_int *)): New.
1212         (debug (const widest_int &)): New.
1213         (debug (const widest_int *)): New.
1215 2017-10-18  Vladimir Makarov  <vmakarov@redhat.com>
1217         PR middle-end/82556
1218         * lra-constraints.c (curr_insn_transform): Use non-input operand
1219         instead of output one for matched reload.
1221 2017-10-18  Bin Cheng  <bin.cheng@arm.com>
1223         * tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
1224         (tree-ssa-loop-ivopts.h): New header file.
1225         (struct builtin_info): New fields.
1226         (classify_builtin_1): Compute and record base and offset parts for
1227         memset builtin partition by calling strip_offset.
1228         (offset_cmp, fuse_memset_builtins): New functions.
1229         (finalize_partitions): Fuse adjacent memset partitions by calling
1230         above function.
1231         * tree-ssa-loop-ivopts.c (strip_offset): Delete static declaration.
1232         Expose the interface.
1233         * tree-ssa-loop-ivopts.h (strip_offset): New declaration.
1235 2017-10-18  Bin Cheng  <bin.cheng@arm.com>
1237         PR tree-optimization/82574
1238         * tree-loop-distribution.c (find_single_drs): New parameter.  Check
1239         that data reference must be executed exactly once per iteration
1240         against the outermost loop in nest.
1241         (classify_partition): Update call to above function.
1243 2017-10-18  Richard Biener  <rguenther@suse.de>
1245         PR tree-optimization/82591
1246         * graphite.c (graphite_transform_loops): Move code gen message
1247         printing ...
1248         * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
1249         Here.  Handle scop_to_isl_ast failing.
1250         (scop_to_isl_ast): Limit the number of ISL operations.
1252 2017-10-18  Richard Biener  <rguenther@suse.de>
1254         * graphite-isl-ast-to-gimple.c
1255         (translate_isl_ast_to_gimple::set_rename): Simplify.
1256         (translate_isl_ast_to_gimple::set_rename_for_each_def): Inline...
1257         (graphite_copy_stmts_from_block): ... here.
1258         (copy_bb_and_scalar_dependences): Simplify.
1259         (add_parameters_to_ivs_params): Canonicalize.
1260         (generate_entry_out_of_ssa_copies): Simplify.
1261         * graphite-sese-to-poly.c (extract_affine_name): Simplify
1262         by passing in ISL dimension.
1263         (parameter_index_in_region_1): Rename to ...
1264         (parameter_index_in_region): ... this.
1265         (extract_affine): Adjust assert, pass down parameter index.
1266         (add_param_constraints): Use range-info when available.
1267         (build_scop_context): Adjust.
1268         * sese.c (new_sese_info): Adjust.
1269         (free_sese_info): Likewise.
1270         * sese.h (bb_map_t, rename_map_t, phi_rename, init_back_edge_pair_t):
1271         Remove unused typedefs.
1272         (struct sese_info_t): Simplify rename_map, remove incomplete_phis.
1274 2017-10-18  Martin Liska  <mliska@suse.cz>
1276         * combine.c (simplify_compare_const): Add gcc_fallthrough.
1278 2017-10-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1280         * config/s390/s390.c (s390_bb_fallthru_entry_likely): New function.
1281         (s390_sched_init): Do not reset s390_sched_state if we entered the
1282         current basic block via a fallthru edge and all others are unlikely.
1284 2017-10-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1286         * config/s390/s390.c (NUM_SIDES): New variable.
1287         (LONGRUNNING_THRESHOLD): New variable.
1288         (LATENCY_FACTOR): New variable.
1289         (s390_sched_score): Decrease score for long-running instructions on
1290         wrong side.
1291         (s390_sched_variable_issue): Perform bookkeeping for long-running
1292         instructions.
1294 2017-10-18  Richard Biener  <rguenther@suse.de>
1296         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
1297         Simplify with removal of the parameter rename map.
1298         (set_rename): Likewise.
1299         (should_copy_to_new_region): Likewise.
1300         (graphite_copy_stmts_from_block): Likewise.
1301         (copy_bb_and_scalar_dependences): Remove initialization of
1302         unused copied_bb_map.
1303         (copy_def): Remove.
1304         (copy_internal_parameters): Likewise.
1305         (graphite_regenerate_ast_isl): Do not call copy_internal_parameters.
1306         * graphite-scop-detection.c (scop_detection::stmt_simple_for_scop_p):
1307         Use INTEGRAL_TYPE_P.
1308         (parameter_index_in_region_1): Rename to ...
1309         (assign_parameter_index_in_region): ... this.  Assert we have
1310         a parameter we handle.
1311         (scan_tree_for_params): Adjust.
1312         * sese.h (parameter_rename_map_t): Remove.
1313         (struct sese_info_t): Remove unused parameter_rename_map and
1314         copied_bb_map members.
1315         * sese.c (new_sese_info): Adjust.
1316         (free_sese_info): Likewise.
1318 2017-10-18  Martin Liska  <mliska@suse.cz>
1320         PR sanitizer/82545
1321         * asan.c (asan_expand_poison_ifn): Do not put gimple stmt
1322         on an abnormal edge.
1324 2017-10-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1326         * doc/invoke.texi (ffunction-sections and fdata-sections):
1327         Update.
1329 2017-10-17  Eric Botcazou  <ebotcazou@adacore.com>
1331         * tree-ssa-loop-ivopts.c (add_autoinc_candidates): Bail out only if
1332         the use statement can throw internally.
1334 2017-10-17  Eric Botcazou  <ebotcazou@adacore.com>
1336         * config/visium/visium.c (visium_select_cc_mode): Return CCmode for
1337         any RTX present on the RHS of a SET.
1338         * compare-elim.c (try_eliminate_compare): Restore comment.
1340 2017-10-17  Jakub Jelinek  <jakub@redhat.com>
1342         * langhooks.h (struct lang_hooks): Document that tree_size langhook
1343         may be also called on tcc_type nodes.
1344         * langhooks.c (lhd_tree_size): Likewise.
1346 2017-10-17  David Malcolm  <dmalcolm@redhat.com>
1348         * gimple-ssa-sprintf.c (fmtwarn): Update for changed signature of
1349         format_warning_at_substring.
1350         (maybe_warn): Convert source_range * param to a location_t.  Pass
1351         UNKNOWN_LOCATION rather than NULL to fmtwarn.
1352         (format_directive): Remove code to extract source_ranges and
1353         source_range * in favor of just a location_t.
1354         (parse_directive): Pass UNKNOWN_LOCATION rather than NULL to
1355         fmtwarn.
1356         * substring-locations.c (format_warning_va): Convert
1357         source_range * param to a location_t.
1358         (format_warning_at_substring): Likewise.
1359         * substring-locations.h (format_warning_va): Likewise.
1360         (format_warning_at_substring): Likewise.
1362 2017-10-17  Jan Hubicka  <hubicka@ucw.cz>
1364         * target.h (enum vect_cost_for_stmt): Add vec_gather_load and
1365         vec_scatter_store
1366         * tree-vect-stmts.c (record_stmt_cost): Make difference between normal
1367         and scatter/gather ops.
1369         * aarch64/aarch64.c (aarch64_builtin_vectorization_cost): Add
1370         vec_gather_load and vec_scatter_store.
1371         * arm/arm.c (arm_builtin_vectorization_cost): Likewise.
1372         * powerpcspe/powerpcspe.c (rs6000_builtin_vectorization_cost): Likewise.
1373         * rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Likewise.
1374         * s390/s390.c (s390_builtin_vectorization_cost): Likewise.
1375         * spu/spu.c (spu_builtin_vectorization_cost): Likewise.
1376         * i386/i386.c (x86_builtin_vectorization_cost): Likewise.
1378 2017-10-17  Uros Bizjak  <ubizjak@gmail.com>
1380         * reg-stack.c (compare_for_stack_reg): Add bool argument.
1381         Detect FTST instruction and handle its register pops.  Only pop
1382         second operand if can_pop_second_op is true.
1383         (subst_stack_regs_pat) <case COMPARE>: Detect FCOMI instruction to
1384         set can_pop_second_op to false in the compare_for_stack_reg call.
1386         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Only call
1387         output_fp_compare for stack register operands.
1388         * config/i386/i386.c (output_fp_compare): Do not output SSE compare
1389         instructions here.  Do not emit stack register pops here.  Assert
1390         that FCOMPP pops next to top stack register.  Rewrite function.
1392 2017-10-17  Nathan Sidwell  <nathan@acm.org>
1394         PR middle-end/82577
1395         * alias.c (compare_base_decls): Check HAS_DECL_ASSEMBLER_NAME_P,
1396         use DECL_ASSEMBLER_NAME_RAW.
1398         PR middle-end/82546
1399         * tree.c (tree_code_size): Reformat.  Punt to lang hook for unknown
1400         TYPE nodes.
1402 2017-10-17  Qing Zhao <qing.zhao@oracle.com>
1403             Wilco Dijkstra <wilco.dijkstra@arm.com>
1405         * builtins.c (expand_builtin_update_setjmp_buf): Add a
1406         converstion to Pmode from the buf_addr.
1408 2017-10-17  Richard Biener  <rguenther@suse.de>
1410         * graphite-dependences.c (scop_get_reads_and_writes): Change
1411         output parameters to references.
1413 2017-10-17  Jackson Woodruff  <jackson.woodruff@arm.com>
1415         PR 71026/tree-optimization
1416         * fold-const.c (distribute_real_division): Removed.
1417         (fold_binary_loc): Remove calls to distribute_real_divison.
1419 2017-10-17  Richard Biener  <rguenther@suse.de>
1421         * graphite-scop-detection.c
1422         (scop_detection::stmt_has_simple_data_refs_p): Always use
1423         the full nest as region.
1424         (try_generate_gimple_bb): Likewise.
1425         * sese.c (scalar_evolution_in_region): Simplify now that
1426         SCEV can handle instantiation in regions.
1427         * tree-scalar-evolution.c (instantiate_scev_name): Also instantiate
1428         in the non-loop part of a function if requested.
1430 2017-10-17  Richard Biener  <rguenther@suse.de>
1432         PR tree-optimization/82563
1433         * graphite-isl-ast-to-gimple.c (generate_entry_out_of_ssa_copies):
1434         New function.
1435         (graphite_regenerate_ast_isl): Call it.
1436         * graphite-scop-detection.c (build_scops): Remove entry edge split.
1438 2017-10-17  Jakub Jelinek  <jakub@redhat.com>
1440         PR tree-optimization/82549
1441         * fold-const.c (optimize_bit_field_compare, fold_truth_andor_1):
1442         Formatting fixes.  Instead of calling make_bit_field_ref with negative
1443         bitpos return 0.
1445 2017-10-17  Olga Makhotina  <olga.makhotina@intel.com>
1447         * config/i386/avx512dqintrin.h (_mm_mask_reduce_sd,
1448         _mm_maskz_reduce_sd, _mm_mask_reduce_ss,=20
1449         _mm_maskz_reduce_ss): New.
1450         * config/i386/i386-builtin.def (__builtin_ia32_reducesd_mask,
1451         __builtin_ia32_reducess_mask): Ditto..
1452         (__builtin_ia32_reducesd, __builtin_ia32_reducess): Remove.
1453         * config/i386/sse.md (reduces<mode>): Renamed to ...
1454         (reduces<mode><mask_scalar_name>): ... this.
1455         (vreduce<ssescalarmodesuffix>\t{%3, %2, %1, %0|%0, %1, %2, %3}): Changed
1456         to ...
1457         (vreduce<ssescalarmodesuffix>\t{%3, %2, %1, %0<mask_scalar_operand4>|
1458         %0<mask_scalar_operand4>, %1, %2, %3}): ... this.
1460 2017-10-16  David Malcolm  <dmalcolm@redhat.com>
1462         * Makefile.in (OBJS): Add unique-ptr-tests.o.
1463         * selftest-run-tests.c (selftest::run_tests): Call
1464         selftest::unique_ptr_tests_cc_tests.
1465         * selftest.h (selftest::unique_ptr_tests_cc_tests): New decl.
1466         * unique-ptr-tests.cc: New file.
1468 2017-10-16  Vladimir Makarov  <vmakarov@redhat.com>
1470         PR sanitizer/82353
1471         * lra.c (collect_non_operand_hard_regs): Don't ignore operator
1472         locations.
1473         * lra-lives.c (bb_killed_pseudos, bb_gen_pseudos): Move up.
1474         (make_hard_regno_born, make_hard_regno_dead): Update
1475         bb_killed_pseudos and bb_gen_pseudos for fixed regs.
1477 2017-10-16  Jeff Law  <law@redhat.com>
1479         * tree-ssa-dse.c (live_bytes_read): Fix thinko.
1481 2017-10-16  Jan Hubicka  <hubicka@ucw.cz>
1483         * x86-tune-costs.h (znver1_cost): Fix move cost tables.
1485 2017-10-16  Olivier Hainque  <hainque@adacore.com>
1487         * gcc/config.gcc (powerpc*-*-*spe*): Pick 8548 as the default
1488         with_cpu if we were configured for an e500v2 target cpu name.
1490 2017-10-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1492         * config/arm/arm-cpus.in (cortex-m33): Add nodsp option.
1493         * doc/invoke.texi: Document +nodsp as a valid extension for
1494         -mcpu=cortex-m33.
1496 2017-10-16  Martin Liska  <mliska@suse.cz>
1498         * sbitmap.c (bitmap_bit_in_range_p_checking): New function.
1499         (test_set_range): Likewise.
1500         (test_range_functions): Rename to ...
1501         (test_bit_in_range): ... this.
1502         (sbitmap_c_tests): Add new test.
1504 2017-10-16  Tamar Christina  <tamar.christina@arm.com>
1506         * config/aarch64/arm_neon.h (vdot_u32, vdotq_u32, vdot_s32, vdotq_s32): New.
1507         (vdot_lane_u32, vdot_laneq_u32, vdotq_lane_u32, vdotq_laneq_u32): New.
1508         (vdot_lane_s32, vdot_laneq_s32, vdotq_lane_s32, vdotq_laneq_s32): New.
1510 2017-10-16  Tamar Christina  <tamar.christina@arm.com>
1512         * config/aarch64/aarch64-builtins.c
1513         (aarch64_types_quadopu_lane_qualifiers): New.
1514         (TYPES_QUADOPU_LANE): New.
1515         * config/aarch64/aarch64-simd.md (aarch64_<sur>dot<vsi2qi>): New.
1516         (<sur>dot_prod<vsi2qi>, aarch64_<sur>dot_lane<vsi2qi>): New.
1517         (aarch64_<sur>dot_laneq<vsi2qi>): New.
1518         * config/aarch64/aarch64-simd-builtins.def (sdot, udot): New.
1519         (sdot_lane, udot_lane, sdot_laneq, udot_laneq): New.
1520         * config/aarch64/iterators.md (sur): Add UNSPEC_SDOT, UNSPEC_UDOT.
1521         (Vdottype, DOTPROD): New.
1522         (sur): Add SDOT and UDOT.
1524 2017-10-16  Tamar Christina  <tamar.christina@arm.com>
1526         * config/aarch64/aarch64.h (AARCH64_FL_DOTPROD): New.
1527         (AARCH64_ISA_DOTPROD, TARGET_DOTPROD): New.
1528         * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Add TARGET_DOTPROD.
1529         * config/aarch64/aarch64-option-extensions.def (dotprod): New.
1530         * config/aarch64/aarch64-cores.def (cortex-a55, cortex-a75): Enable TARGET_DOTPROD.
1531         (cortex-a75.cortex-a55): Likewise.
1532         * doc/invoke.texi (aarch64-feature-modifiers): Document dotprod.
1534 2017-10-16  Tamar Christina  <tamar.christina@arm.com>
1536         * config/arm/arm-builtins.c (arm_unsigned_uternop_qualifiers): New.
1537         (UTERNOP_QUALIFIERS, arm_umac_lane_qualifiers, UMAC_LANE_QUALIFIERS): New.
1538         * config/arm/arm_neon_builtins.def (sdot, udot, sdot_lane, udot_lane): new.
1539         * config/arm/iterators.md (DOTPROD, VSI2QI, vsi2qi): New.
1540         (UNSPEC_DOT_S, UNSPEC_DOT_U, opsuffix): New.
1541         * config/arm/neon.md (neon_<sup>dot<vsi2qi>): New.
1542         (neon_<sup>dot_lane<vsi2qi>, <sup>dot_prod<vsi2qi>): New.
1543         * config/arm/types.md (neon_dot, neon_dot_q): New.
1544         * config/arm/unspecs.md (sup): Add UNSPEC_DOT_S, UNSPEC_DOT_U.
1546 2017-10-16  Tamar Christina  <tamar.christina@arm.com>
1548         * config/arm/arm.h (TARGET_DOTPROD): New.
1549         * config/arm/arm.c (arm_arch_dotprod): New.
1550         (arm_option_reconfigure_globals): Add arm_arch_dotprod.
1551         * config/arm/arm-c.c (__ARM_FEATURE_DOTPROD): New.
1552         * config/arm/arm-cpus.in (armv8.2-a): Enabled +dotprod.
1553         (feature dotprod, group dotprod, ALL_SIMD_INTERNAL): New.
1554         (ALL_FPU_INTERNAL): Use ALL_SIMD_INTERNAL.
1555         * config/arm/t-multilib (v8_2_a_simd_variants): Add dotprod.
1556         * doc/invoke.texi (armv8.2-a): Document dotprod
1558 2017-10-14  Jan Hubicka  <hubicka@ucw.cz>
1560         * i386.c (ix86_vec_cost): New function.
1561         (ix86_rtx_costs): Handle vector operations better.
1562         * i386.h (struct processor_costs): Add sse_op, fmasd, fmass.
1563         * x86-tune-costs.h: Add new costs to all tables.
1565 2017-10-14  Jan Hubicka  <hubicka@ucw.cz>
1567         * i386.c (ix86_rtx_costs): Make difference between x87 and SSE
1568         operations.
1569         * i386.h (struct processor_costs): Add addss, mulss, mulsd, divss,
1570         divsd, sqrtss and sqrtsd
1571         * x86-tune-costs.h: Add new entries to all costs.
1572         (znver1_cost): Fix to match real instruction latencies.
1574 2017-10-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1575             Michael Collison <michael.collison@arm.com>
1577         * compare-elim.c: Include emit-rtl.h.
1578         (can_merge_compare_into_arith): New function.
1579         (try_validate_parallel): Likewise.
1580         (try_merge_compare): Likewise.
1581         (try_eliminate_compare): Call the above when no previous clobber
1582         is available.
1583         (execute_compare_elim_after_reload): Add DF_UD_CHAIN and DF_DU_CHAIN
1584         dataflow problems.
1586 2017-10-14  Jakub Jelinek  <jakub@redhat.com>
1588         PR middle-end/62263
1589         PR middle-end/82498
1590         * tree-ssa-phiopt.c (value_replacement): Comment fix.  Handle
1591         up to 2 preparation statements for ASSIGN in MIDDLE_BB.
1593         PR middle-end/62263
1594         PR middle-end/82498
1595         * tree-ssa-forwprop.c (simplify_rotate): Allow def_arg1[N]
1596         to be any operand_equal_p operands.  For & (B - 1) require
1597         B to be power of 2.  Recognize
1598         (X << (Y & (B - 1))) | (X >> ((-Y) & (B - 1))) and similar patterns.
1600 2017-10-14  Uros Bizjak  <ubizjak@gmail.com>
1602         PR bootstrap/82553
1603         * optabs.c (expand_memory_blockage): Fix call of
1604         targetm.have_memory_blockage.
1606 2017-10-14  Jakub Jelinek  <jakub@redhat.com>
1608         PR bootstrap/82548
1609         * config.gcc (*-*-solaris2*, i[34567]86-*-cygwin*,
1610         x86_64-*-cygwin*, i[34567]86-*-mingw* | x86_64-*-mingw*): Append
1611         objects to extra_objs instead of overwriting it.
1613 2017-10-14  Uros Bizjak  <ubizjak@gmail.com>
1615         * config/i386/sync.md (FILD_ATOMIC/FIST_ATOMIC FP load peephole2):
1616         Use any_fp_register_operand as operand[3] predicate.  Simplify
1617         equality test for operands[2] and operands[4] memory location.
1618         (LDX_ATOMIC/STX_ATOMIC FP load peephole2): Ditto.
1619         (FILD_ATOMIC/FIST_ATOMIC FP load peephole2 with mem blockage): New.
1620         (LDX_ATOMIC/LDX_ATOMIC FP load peephole2 with mem blockage): Ditto.
1621         (FILD_ATOMIC/FIST_ATOMIC FP store peephole2): Use
1622         any_fp_register_operand as operand[1] predicate.  Simplify
1623         equality test for operands[0] and operands[3] memory location.
1624         (LDX_ATOMIC/STX_ATOMIC FP store peephole2): Ditto.
1625         (FILD_ATOMIC/FIST_ATOMIC FP store peephole2 with mem blockage): New.
1626         (LDX_ATOMIC/LDX_ATOMIC FP storepeephole2 with mem blockage): Ditto.
1628 2017-10-14  Uros Bizjak  <ubizjak@gmail.com>
1630         * target-insns.def: Add memory_blockage.
1631         * optabs.c (expand_memory_blockage): New function.
1632         (expand_asm_memory_barrier): Rename ...
1633         (expand_asm_memory_blockage): ... to this.
1634         (expand_mem_thread_fence): Call expand_memory_blockage
1635         instead of expand_asm_memory_barrier.
1636         (expand_mem_singnal_fence): Ditto.
1637         (expand_atomic_load): Ditto.
1638         (expand_atomic_store): Ditto.
1639         * doc/md.texi (Standard Pattern Names For Generation):
1640         Document memory_blockage instruction pattern.
1642 2017-10-13  Sebastian Perta  <sebastian.perta@renesas.com>
1644         * config/rl78/rl78.c (rl78_emit_libcall): New function.
1645         * config/rl78/rl78-protos.h (rl78_emit_libcall): New function.
1646         * config/rl78/rl78.md: New define_expand "adddi3".
1648 2017-10-13  Jan Hubicka  <hubicka@ucw.cz>
1650         * cfghooks.c (verify_flow_info): Disable check that all probabilities
1651         are set correctly.
1653 2017-10-13  Jeff Law  <law@redhat.com>
1655         * tree-ssa-reassoc.c (reassociate_bb): Clarify code slighly.
1657 2017-10-13  Jakub Jelinek  <jakub@redhat.com>
1659         PR target/82274
1660         * internal-fn.c (expand_mul_overflow): If both operands have
1661         the same highpart of -1 or 0 and the topmost bit of lowpart
1662         is different, overflow is if res <= 0 rather than res < 0.
1664 2017-10-13  Pat Haugen  <pthaugen@us.ibm.com>
1666         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Remove
1667         TARGET_P9_VECTOR code for unaligned_load case.
1669 2017-10-13  Jan Hubicka  <hubicka@ucw.cz>
1671         * cfghooks.c (verify_flow_info): Check that edge probabilities are set.
1673 2017-10-13  Nathan Sidwell  <nathan@acm.org>
1675         * tree-core.h (tree_contains_struct): Make bool.
1676         * tree.c (tree_contains_struct): Likewise.
1677         * tree.h (MARK_TS_BASE): Remove do ... while (0) idiom.
1678         (MARK_TS_TYPED, MARK_TS_COMMON, MARK_TS_TYPE_COMMON,
1679         MARK_TS_TYPE_WITH_LANG_SPECIFIC, MARK_TS_DECL_MINIMAL,
1680         MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL, MARK_TS_DECL_WITH_VIS,
1681         MARK_TS_DECL_NON_COMMON): Likewise, use comma operator.
1683 2017-10-13  Richard Biener  <rguenther@suse.de>
1685         * graphite-isl-ast-to-gimple.c
1686         (translate_isl_ast_to_gimple::get_rename_from_scev): Remove unused
1687         parameters and dominance check.
1688         (translate_isl_ast_to_gimple::graphite_copy_stmts_from_block): Adjust.
1689         (translate_isl_ast_to_gimple::copy_bb_and_scalar_dependences): Likewise.
1690         (translate_isl_ast_to_gimple::graphite_regenerate_ast_isl):
1691         Do not update SSA form here or do intermediate IL verification.
1692         * graphite.c: Include tree-ssa.h and tree-into-ssa.h.
1693         (graphite_initialize): Remove check on the number of loops in
1694         the function and inline into graphite_transform_loops.
1695         (graphite_finalize): Inline into graphite_transform_loops.
1696         (graphite_transform_loops): Perform SSA update and IL verification
1697         here.
1698         * params.def (PARAM_GRAPHITE_MIN_LOOPS_PER_FUNCTION): Remove.
1700 2017-10-13  Richard Biener  <rguenther@suse.de>
1702         * graphite-isl-ast-to-gimple.c (max_mode_int_precision,
1703         graphite_expression_type_precision): Avoid global constructor
1704         by moving ...
1705         (translate_isl_ast_to_gimple::translate_isl_ast_to_gimple): Here.
1706         (translate_isl_ast_to_gimple::graphite_expr_type): Add type member.
1707         (translate_isl_ast_to_gimple::translate_isl_ast_node_for): Use it.
1708         (translate_isl_ast_to_gimple::build_iv_mapping): Likewise.
1709         (translate_isl_ast_to_gimple::graphite_create_new_guard): Likewise.
1710         * graphite-sese-to-poly.c (build_original_schedule): Return nothing.
1712 2017-10-13  H.J. Lu  <hongjiu.lu@intel.com>
1714         PR target/82499
1715         * config/i386/i386.h (ix86_red_zone_size): New.
1716         * config/i386/i386.md (push peephole2s): Replace
1717         "!ix86_using_red_zone ()" with "ix86_red_zone_size == 0".
1719 2017-10-13  Richard Sandiford  <richard.sandiford@linaro.org>
1720             Alan Hayward  <alan.hayward@arm.com>
1721             David Sherwood  <david.sherwood@arm.com>
1723         * combine.c (can_change_dest_mode): Reject changes in
1724         REGMODE_NATURAL_SIZE.
1726 2017-10-13  Richard Sandiford  <richard.sandiford@linaro.org>
1727             Alan Hayward  <alan.hayward@arm.com>
1728             David Sherwood  <david.sherwood@arm.com>
1730         * cfgexpand.c (expand_debug_expr): Use GET_MODE_UNIT_BITSIZE.
1731         (expand_debug_source_expr): Likewise.
1732         * combine.c (combine_simplify_rtx): Likewise.
1733         * cse.c (fold_rtx): Likewise.
1734         * fwprop.c (canonicalize_address): Likewise.
1735         * targhooks.c (default_shift_truncation_mask): Likewise.
1737 2017-10-13  Richard Sandiford  <richard.sandiford@linaro.org>
1738             Alan Hayward  <alan.hayward@arm.com>
1739             David Sherwood  <david.sherwood@arm.com>
1741         * optabs.c (add_equal_note): Use GET_MODE_UNIT_SIZE.
1742         (widened_mode): Likewise.
1743         (expand_unop): Likewise.
1744         * ree.c (transform_ifelse): Likewise.
1745         (merge_def_and_ext): Likewise.
1746         (combine_reaching_defs): Likewise.
1747         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
1749 2017-10-13  Richard Sandiford  <richard.sandiford@linaro.org>
1750             Alan Hayward  <alan.hayward@arm.com>
1751             David Sherwood  <david.sherwood@arm.com>
1753         * caller-save.c (replace_reg_with_saved_mem): Use byte_lowpart_offset.
1754         * combine.c (gen_lowpart_for_combine): Likewise.
1755         * dwarf2out.c (rtl_for_decl_location): Likewise.
1756         * final.c (alter_subreg): Likewise.
1757         * rtlhooks.c (gen_lowpart_general): Likewise.
1758         (gen_lowpart_if_possible): Likewise.
1760 2017-10-13  Richard Sandiford  <richard.sandiford@linaro.org>
1761             Alan Hayward  <alan.hayward@arm.com>
1762             David Sherwood  <david.sherwood@arm.com>
1764         * calls.c (expand_call): Use subreg_lowpart_offset.
1765         * cse.c (cse_insn): Likewise.
1766         * regcprop.c (copy_value): Likewise.
1767         (copyprop_hardreg_forward_1): Likewise.
1769 2017-10-13  Jakub Jelinek  <jakub@redhat.com>
1771         PR target/82524
1772         * config/i386/i386.md (addqi_ext_1, andqi_ext_1,
1773         *andqi_ext_1_cc, *<code>qi_ext_1, *xorqi_ext_1_cc): Change
1774         =Q constraints to +Q and into insn condition add check
1775         that operands[0] and operands[1] are equal.
1776         (*addqi_ext_2, *andqi_ext_2, *<code>qi_ext_2): Change
1777         =Q constraints to +Q and into insn condition add check
1778         that operands[0] is equal to either operands[1] or operands[2].
1780         PR target/82498
1781         * fold-const.c (fold_binary_loc) <bit_rotate>: Code cleanups,
1782         instead of handling MINUS_EXPR twice (once for each argument),
1783         canonicalize operand order and handle just once, use rtype where
1784         possible.  Handle (A << B) | (A >> (-B & (Z - 1))).
1786         PR target/82498
1787         * config/i386/ia32intrin.h (__rold, __rord, __rolq, __rorq): Allow
1788         any values of __C while still being pattern recognizable as a simple
1789         rotate instruction.
1791 2017-10-13  Richard Biener  <rguenther@suse.de>
1793         PR tree-optimization/82451
1794         Revert
1795         2017-10-02  Richard Biener  <rguenther@suse.de>
1797         PR tree-optimization/82355
1798         * graphite-isl-ast-to-gimple.c (build_iv_mapping): Also build
1799         a mapping for the enclosing loop but avoid generating one for
1800         the loop tree root.
1801         (copy_bb_and_scalar_dependences): Remove premature codegen
1802         error on PHIs in blocks duplicated into multiple places.
1803         * graphite-scop-detection.c
1804         (scop_detection::stmt_has_simple_data_refs_p): For a loop not
1805         in the region use it as loop and nest to analyze the DR in.
1806         (try_generate_gimple_bb): Likewise.
1807         * graphite-sese-to-poly.c (extract_affine_chrec): Adjust.
1808         (add_loop_constraints): For blocks in a loop not in the region
1809         create a dimension with a single iteration.
1810         * sese.h (gbb_loop_at_index): Remove assert.
1812         * cfgloop.c (loop_preheader_edge): For the loop tree root
1813         return the single successor of the entry block.
1814         * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
1815         Reset the SCEV hashtable and niters.
1816         * graphite-scop-detection.c
1817         (scop_detection::graphite_can_represent_scev): Add SCOP parameter,
1818         assert that we only have POLYNOMIAL_CHREC that vary in loops
1819         contained in the region.
1820         (scop_detection::graphite_can_represent_expr): Adjust.
1821         (scop_detection::stmt_has_simple_data_refs_p): For loops
1822         not in the region set loop to NULL.  The nest is now the
1823         entry edge to the region.
1824         (try_generate_gimple_bb): Likewise.
1825         * sese.c (scalar_evolution_in_region): Adjust for
1826         instantiate_scev change.
1827         * tree-data-ref.h (graphite_find_data_references_in_stmt):
1828         Make nest parameter the edge into the region.
1829         (create_data_ref): Likewise.
1830         * tree-data-ref.c (dr_analyze_indices): Make nest parameter an
1831         entry edge into a region and adjust instantiate_scev calls.
1832         (create_data_ref): Likewise.
1833         (graphite_find_data_references_in_stmt): Likewise.
1834         (find_data_references_in_stmt): Pass the loop preheader edge
1835         from the nest argument.
1836         * tree-scalar-evolution.h (instantiate_scev): Make instantiate_below
1837         parameter the edge into the region.
1838         (instantiate_parameters): Use the loop preheader edge as entry.
1839         * tree-scalar-evolution.c (analyze_scalar_evolution): Handle
1840         NULL loop.
1841         (get_instantiated_value_entry): Make instantiate_below parameter
1842         the edge into the region.
1843         (instantiate_scev_name): Likewise.  Adjust dominance checks,
1844         when we cannot use loop-based instantiation instantiate by
1845         walking use-def chains.
1846         (instantiate_scev_poly): Adjust.
1847         (instantiate_scev_binary): Likewise.
1848         (instantiate_scev_convert): Likewise.
1849         (instantiate_scev_not): Likewise.
1850         (instantiate_array_ref): Remove.
1851         (instantiate_scev_3): Likewise.
1852         (instantiate_scev_2): Likewise.
1853         (instantiate_scev_1): Likewise.
1854         (instantiate_scev_r): Do not blindly handle N-operand trees.
1855         Do not instantiate array-refs.  Handle all constants and invariants.
1856         (instantiate_scev): Make instantiate_below parameter
1857         the edge into the region.
1858         (resolve_mixers): Use the loop preheader edge for the region
1859         parameter to instantiate_scev_r.
1860         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Adjust.
1862 2017-10-13  Richard Biener  <rguenther@suse.de>
1864         PR tree-optimization/82525
1865         * graphite-isl-ast-to-gimple.c
1866         (translate_isl_ast_to_gimple::widest_int_from_isl_expr_int): Split
1867         out from ...
1868         (translate_isl_ast_to_gimple::gcc_expression_from_isl_expr_int): Here.
1869         Fail code generation when we cannot represent the isl integer.
1870         (binary_op_to_tree): Elide modulo operations that are no-ops
1871         in the type we code generate.  Remove now superfluous code
1872         generation errors.
1874 2017-10-13  Richard Biener  <rguenther@suse.de>
1876         * graphite-scop-detection.c (loop_ivs_can_be_represented): Remove.
1877         (scop_detection::harmful_loop_in_region): Remove premature
1878         IV type restriction.
1879         (scop_detection::graphite_can_represent_scev): We can handle
1880         pointer IVs just fine.
1882 2017-10-13  Alan Modra  <amodra@gmail.com>
1884         * doc/extend.texi (Extended Asm <Clobbers>): Rename to
1885         "Clobbers and Scratch Registers".  Add paragraph on
1886         alternative to clobbers for scratch registers and OpenBLAS
1887         example.
1889 2017-10-13  Alan Modra  <amodra@gmail.com>
1891         * doc/extend.texi (Clobbers): Correct vax example.  Delete old
1892         example of a memory input for a string of known length.  Move
1893         commentary out of table.  Add a number of new examples
1894         covering array memory inputs.
1896 2017-10-12  Martin Liska  <mliska@suse.cz>
1898         PR tree-optimization/82493
1899         * sbitmap.c (bitmap_bit_in_range_p): Fix the implementation.
1900         (test_range_functions): New function.
1901         (sbitmap_c_tests): Likewise.
1902         * selftest-run-tests.c (selftest::run_tests): Run new tests.
1903         * selftest.h (sbitmap_c_tests): New function.
1905         * tree-ssa-dse.c (live_bytes_read): Fix thinko.
1907 2017-10-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
1909         * config/rs6000/amo.h: Fix spacing issue.
1911 2017-10-12  Jakub Jelinek  <jakub@redhat.com>
1913         PR target/82498
1914         * config/i386/i386.md (*ashl<mode>3_mask_1,
1915         *<shift_insn><mode>3_mask_1, *<rotate_insn><mode>3_mask_1,
1916         *<btsc><mode>_mask_1, *btr<mode>_mask_1): New define_insn_and_split
1917         patterns.
1919 2017-10-12  Jan Hubicka  <hubicka@ucw.cz>
1921         * profile-count.h (safe_scale_64bit): Fix GCC4.x path.
1922         (profile_probability): Set max_probability
1923         to (uint32_t) 1 << (n_bits - 2) and update accessors to avoid overlfows
1924         in temporaries.
1925         * profile-count.c (profile_probability::differs_from_p): Do not
1926         rely on max_probaiblity == 10000
1928 2017-10-12  Jeff Law  <law@redhat.com>
1930         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject ao_refs with
1931         negative offsets.
1933 2017-10-12  Martin Sebor  <msebor@redhat.com>
1935         PR other/82301
1936         PR c/82435
1937         * cgraphunit.c (maybe_diag_incompatible_alias): New function.
1938         (handle_alias_pairs): Call it.
1939         * common.opt (-Wattribute-alias): New option.
1940         * doc/extend.texi (ifunc attribute): Discuss C++ specifics.
1941         * doc/invoke.texi (-Wattribute-alias): Document.
1943 2017-10-12  Vladimir Makarov  <vmakarov@redhat.com>
1945         Revert
1946         2017-10-11  Vladimir Makarov  <vmakarov@redhat.com>
1947         PR sanitizer/82353
1948         * lra.c (collect_non_operand_hard_regs): Don't ignore operator
1949         locations.
1950         * lra-lives.c (bb_killed_pseudos, bb_gen_pseudos): Move up.
1951         (make_hard_regno_born, make_hard_regno_dead): Update
1952         bb_killed_pseudos and bb_gen_pseudos.
1954 2017-10-12  Jan Hubicka  <hubicka@ucw.cz>
1956         * config/i386/x86-tune-sched.c (ix86_adjust_cost): Fix Zen support.
1958 2017-10-12  Uros Bizjak  <ubizjak@gmail.com>
1960         * config/alpha/alpha.c (alpha_split_conditional_move):
1961         Use std::swap instead of manually swapping.
1962         (alpha_stdarg_optimize_hook): Ditto.
1963         (alpha_canonicalize_comparison): Ditto.
1965 2017-10-12  Bin Cheng  <bin.cheng@arm.com>
1967         * tree-loop-distribution.c (struct builtin_info): New struct.
1968         (struct partition): Refactor fields into struct builtin_info.
1969         (partition_free): Free struct builtin_info.
1970         (build_size_arg_loc, build_addr_arg_loc): Delete.
1971         (generate_memset_builtin, generate_memcpy_builtin): Get memory range
1972         information from struct builtin_info.
1973         (find_single_drs): New function refactored from classify_partition.
1974         Also moved builtin validity checks to this function.
1975         (compute_access_range, alloc_builtin): New functions.
1976         (classify_builtin_st, classify_builtin_ldst): New functions.
1977         (classify_partition): Refactor code into functions find_single_drs,
1978         classify_builtin_st and classify_builtin_ldst.
1979         (distribute_loop): Don't do runtime alias check when distributing
1980         loop nest.
1981         (find_seed_stmts_for_distribution): New function.
1982         (pass_loop_distribution::execute): Refactor code finding seed
1983         stmts into above function.  Support distribution for the innermost
1984         two-level loop nest.  Adjust dump information.
1986 2017-10-12  Bin Cheng  <bin.cheng@arm.com>
1988         * tree-loop-distribution.c: Adjust the general comment.
1989         (NUM_PARTITION_THRESHOLD): New macro.
1990         (ssa_name_has_uses_outside_loop_p): Support loop nest distribution.
1991         (classify_partition): Skip builtin pattern of loop nest's inner loop.
1992         (merge_dep_scc_partitions): New parameter ignore_alias_p and use it
1993         in call to build_partition_graph.
1994         (finalize_partitions): New parameter.  Make loop distribution more
1995         conservative by fusing more partitions.
1996         (distribute_loop): Don't do runtime alias check in case of loop nest
1997         distribution.
1998         (find_seed_stmts_for_distribution): New function.
1999         (prepare_perfect_loop_nest): New function.
2000         (pass_loop_distribution::execute): Refactor code finding seed stmts
2001         and loop nest into above functions.  Support loop nest distribution.
2002         Adjust dump information accordingly.
2004 2017-10-12  Bin Cheng  <bin.cheng@arm.com>
2006         * tree-loop-distribution.c (break_alias_scc_partitions): Add comment
2007         and set PTYPE_SEQUENTIAL for merged partition.
2009 2017-10-12  Richard Biener  <rguenther@suse.de>
2011         PR tree-optimization/69728
2012         Revert
2013         2017-09-19  Richard Biener  <rguenther@suse.de>
2015         PR tree-optimization/69728
2016         * graphite-sese-to-poly.c (schedule_error): New global.
2017         (add_loop_schedule): Handle empty domain by failing the
2018         schedule.
2019         (build_original_schedule): Handle schedule_error.
2021         * graphite-sese-to-poly.c (add_loop_schedule): Handle empty
2022         domain by returning an unchanged schedule.
2024 2017-10-12  Jakub Jelinek  <jakub@redhat.com>
2026         * genrecog.c (validate_pattern): For VEC_SELECT verify that
2027         CONST_INT selectors are 0 to GET_MODE_NUNITS (imode) - 1.
2029 2017-10-12  Aldy Hernandez  <aldyh@redhat.com>
2031         * Makefile.in (TAGS): Merge all the *.def files into one pattern.
2032         Handle params.def.
2034 2017-10-12  Jakub Jelinek  <jakub@redhat.com>
2036         PR c++/82159
2037         * expr.c (store_field): Don't optimize away bitsize == 0 store
2038         from CALL_EXPR with addressable return type.
2040 2017-10-11  Segher Boessenkool  <segher@kernel.crashing.org>
2042         * config/rs6000/rs6000.h (TARGET_ISEL64): Delete.
2043         * config/rs6000/rs6000.md (sel): Delete mode attribute.
2044         (mov<mode>cc, isel_signed_<mode>, isel_unsigned_<mode>,
2045         *isel_reversed_signed_<mode>, *isel_reversed_unsigned_<mode>): Use
2046         TARGET_ISEL instead of TARGET_ISEL<sel>.
2048 2017-10-11  David Edelsohn  <dje.gcc@gmail.com>
2050         * config/rs6000/rs6000.c
2051         (rs6000_xcoff_asm_output_aligned_decl_common): Test for NULL decl.
2053 2017-10-11  Segher Boessenkool  <segher@kernel.crashing.org>
2055         * config/rs6000/predicates.md (zero_constant, all_ones_constant):
2056         Move up in file.
2057         (reg_or_cint_operand): Fix comment.
2058         (reg_or_zero_operand): New predicate.
2059         * config/rs6000/rs6000-protos.h (output_isel): Delete.
2060         * config/rs6000/rs6000.c (output_isel): Delete.
2061         * config/rs6000/rs6000.md (isel_signed_<mode>): Use reg_or_zero_operand
2062         instead of reg_or_cint_operand.  Output instruction directly (not via
2063         output_isel).
2064         (isel_unsigned_<mode>): Ditto.
2065         (*isel_reversed_signed_<mode>): Use reg_or_zero_operand instead of
2066         gpc_reg_operand.  Add an instruction alternative for this.  Output
2067         instruction directly.
2068         (*isel_reversed_unsigned_<mode>): Ditto.
2070 2017-10-11  Uros Bizjak  <ubizjak@gmail.com>
2072         * config/i386/i386.c (ix86_canonicalize_comparison): New function.
2073         (TARGET_CANONICALIZE_COMPARISON): Define.
2075 2017-10-11  Qing Zhao  <qing.zhao@oracle.com>
2077         PR target/81422
2078         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
2079         Check whether the dest is REG before adding REG_EQUIV note.
2081 2017-10-11  Vladimir Makarov  <vmakarov@redhat.com>
2083         PR sanitizer/82353
2084         * lra.c (collect_non_operand_hard_regs): Don't ignore operator
2085         locations.
2086         * lra-lives.c (bb_killed_pseudos, bb_gen_pseudos): Move up.
2087         (make_hard_regno_born, make_hard_regno_dead): Update
2088         bb_killed_pseudos and bb_gen_pseudos.
2090 2017-10-11  Nathan Sidwell  <nathan@acm.org>
2092         * incpath.h (enum incpath_kind): Name enum, prefix values.
2093         (add_path, add_cpp_dir_path, get_added_cpp_dirs): Use incpath_kind.
2094         * incpath.c (heads, tails): Use INC_MAX.
2095         (add_env_var_paths, add_standard_paths): Use incpath_kind.
2096         (merge_include_chains, split_quote_chain,
2097         register_include_chains): Update incpath_kind names.
2098         (add_cpp_dir_path, add_path, get_added_cpp_dirs): Use incpath_kind.
2099         * config/darwin-c.c (add_system_framework_path): Update incpath_kind
2100         names.
2101         (add_framework_path, darwin_register_objc_includes): Likewise.
2102         * config/vms/vms-c.c (vms_c_register_includes): Likewise.
2104 2017-10-11  Uros Bizjak  <ubizjak@gmail.com>
2106         * config/i386/i386.md (*cmp<X87MODEF:mode>_<SWI24:mode>_i387):
2107         Do not use float_operator operator predicate.
2108         (*cmp<X87MODEF:mode>_<SWI24:mode>_cc_i387): Ditto.
2109         * config/i386/predicates.md (float_operator): Remove predicate.
2111 2017-10-11  Uros Bizjak  <ubizjak@gmail.com>
2113         * config/i386/i386.md (*jcc<mode>_0_i387): Remove insn pattern.
2114         (*jccxf_i387): Ditto.
2115         (*jcc<mode>_i387): Ditto.
2116         (*jccu<mode>_i387): Ditto.
2117         (*jcc<X87MODEF:mode>_<SWI24:mode>_i387): Ditto.
2118         (*jcc_*_i387 splitters): Remove.
2119         * config/i386/i386-protos.h (ix86_split_fp_branch): Remove prototype.
2120         * config/i386/i386.c (ix86_split_fp_branch): Remove.
2121         * config/i386/predicates.md (ix86_swapped_fp_comparison_operator):
2122         Remove predicate.
2124 2017-10-11  Jan Hubicka  <hubicka@ucw.cz>
2126         * profile-count.h (slow_safe_scale_64bit): New function.
2127         (safe_scale_64bit): New inline.
2128         (profile_count::max_safe_multiplier): Remove; use safe_scale_64bit.
2129         * profile-count.c: Include wide-int.h
2130         (slow_safe_scale_64bit): New.
2132 2017-10-11  Nathan Sidwell  <nathan@acm.org>
2134         * tree.h (DECL_ASSEMBLER_NAME_SET_P): Don't check
2135         HAS_DECL_ASSEMBLER_NAME_P.
2136         * gimple-expr.c (gimple_decl_printable_name: Check
2137         HAS_DECL_ASSEMBLER_NAME_P too.
2138         * ipa-utils.h (type_in_anonymous_namespace_p): Check
2139         DECL_ASSEMBLER_NAME_SET_P of TYPE_NAME.
2140         (odr_type_p): No need to assert TYPE_NAME is a TYPE_DECL.
2141         * passes.c (rest_of_decl_compilation): Check
2142         HAS_DECL_ASSEMBLER_NAME_P too.
2143         * recog.c (verify_changes): Likewise.
2144         * tree-pretty-print.c (dump_decl_name): Likewise.
2145         * tree-ssa-structalias.c (alias_get_name): Likewise.  Reimplement.
2147         * tree.h (DECL_ASSEMBLER_NAME_RAW): New.
2148         (SET_DECL_ASSEMBLER_NAME): Use it.
2149         (DECL_ASSEMBLER_NAME_SET_P): Likewise.
2150         (COPY_DECL_ASSEMBLER_NAME): Likewise.
2151         * tree.c (decl_assembler_name): Use DECL_ASSEMBLER_NAME_RAW.
2153 2017-10-11  Jan Hubicka  <hubicka@ucw.cz>
2155         * config.gcc (i386, x86_64): Add extra objects.
2156         * config/i386/i386-protos.h (ix86_rip_relative_addr_p): Declare.
2157         (ix86_min_insn_size): Declare.
2158         (ix86_issue_rate): Declare.
2159         (ix86_adjust_cost): Declare.
2160         (ia32_multipass_dfa_lookahead): Declare.
2161         (ix86_macro_fusion_p): Declare.
2162         (ix86_macro_fusion_pair_p): Declare.
2163         (ix86_bd_has_dispatch): Declare.
2164         (ix86_bd_do_dispatch): Declare.
2165         (ix86_core2i7_init_hooks): Declare.
2166         (ix86_atom_sched_reorder): Declare.
2167         * config/i386/i386.c Move all CPU cost tables to x86-tune-costs.h.
2168         (COSTS_N_BYTES): Move to x86-tune-costs.h.
2169         (DUMMY_STRINGOP_ALGS):Move to x86-tune-costs.h.
2170         (rip_relative_addr_p): Rename to ...
2171         (ix86_rip_relative_addr_p): ... this one; export.
2172         (memory_address_length): Update.
2173         (ix86_issue_rate): Move to x86-tune-sched.c.
2174         (ix86_flags_dependent): Move to x86-tune-sched.c.
2175         (ix86_agi_dependent): Move to x86-tune-sched.c.
2176         (exact_dependency_1): Move to x86-tune-sched.c.
2177         (exact_store_load_dependency): Move to x86-tune-sched.c.
2178         (ix86_adjust_cost): Move to x86-tune-sched.c.
2179         (ia32_multipass_dfa_lookahead): Move to x86-tune-sched.c.
2180         (ix86_macro_fusion_p): Move to x86-tune-sched.c.
2181         (ix86_macro_fusion_pair_p): Move to x86-tune-sched.c.
2182         (do_reorder_for_imul): Move to x86-tune-sched-atom.c.
2183         (swap_top_of_ready_list): Move to x86-tune-sched-atom.c.
2184         (ix86_sched_reorder): Move to x86-tune-sched-atom.c.
2185         (core2i7_first_cycle_multipass_init): Move to x86-tune-sched-core.c.
2186         (core2i7_dfa_post_advance_cycle): Move to x86-tune-sched-core.c.
2187         (min_insn_size): Rename to ...
2188         (ix86_min_insn_size): ... this one; export.
2189         (core2i7_first_cycle_multipass_begin): Move to x86-tune-sched-core.c.
2190         (core2i7_first_cycle_multipass_issue): Move to x86-tune-sched-core.c.
2191         (core2i7_first_cycle_multipass_backtrack): Move to
2192         x86-tune-sched-core.c.
2193         (core2i7_first_cycle_multipass_end): Move to x86-tune-sched-core.c.
2194         (core2i7_first_cycle_multipass_fini): Move to x86-tune-sched-core.c.
2195         (ix86_sched_init_global): Break up logic to ix86_core2i7_init_hooks.
2196         (ix86_avoid_jump_mispredicts): Update.
2197         (TARGET_SCHED_DISPATCH): Move to ix86-tune-sched-bd.c.
2198         (TARGET_SCHED_DISPATCH_DO): Move to ix86-tune-sched-bd.c.
2199         (TARGET_SCHED_REORDER): Move to ix86-tune-sched-bd.c.
2200         (DISPATCH_WINDOW_SIZE): Move to ix86-tune-sched-bd.c.
2201         (MAX_DISPATCH_WINDOWS): Move to ix86-tune-sched-bd.c.
2202         (MAX_INSN): Move to ix86-tune-sched-bd.c.
2203         (MAX_IMM): Move to ix86-tune-sched-bd.c.
2204         (MAX_IMM_SIZE): Move to ix86-tune-sched-bd.c.
2205         (MAX_IMM_32): Move to ix86-tune-sched-bd.c.
2206         (MAX_IMM_64): Move to ix86-tune-sched-bd.c.
2207         (MAX_LOAD): Move to ix86-tune-sched-bd.c.
2208         (MAX_STORE): Move to ix86-tune-sched-bd.c.
2209         (BIG): Move to ix86-tune-sched-bd.c.
2210         (enum dispatch_group): Move to ix86-tune-sched-bd.c.
2211         (enum insn_path): Move to ix86-tune-sched-bd.c.
2212         (get_mem_group): Move to ix86-tune-sched-bd.c.
2213         (is_cmp): Move to ix86-tune-sched-bd.c.
2214         (dispatch_violation): Move to ix86-tune-sched-bd.c.
2215         (is_branch): Move to ix86-tune-sched-bd.c.
2216         (is_prefetch): Move to ix86-tune-sched-bd.c.
2217         (init_window): Move to ix86-tune-sched-bd.c.
2218         (allocate_window): Move to ix86-tune-sched-bd.c.
2219         (init_dispatch_sched): Move to ix86-tune-sched-bd.c.
2220         (is_end_basic_block): Move to ix86-tune-sched-bd.c.
2221         (process_end_window): Move to ix86-tune-sched-bd.c.
2222         (allocate_next_window): Move to ix86-tune-sched-bd.c.
2223         (find_constant): Move to ix86-tune-sched-bd.c.
2224         (get_num_immediates): Move to ix86-tune-sched-bd.c.
2225         (has_immediate): Move to ix86-tune-sched-bd.c.
2226         (get_insn_path): Move to ix86-tune-sched-bd.c.
2227         (get_insn_group): Move to ix86-tune-sched-bd.c.
2228         (count_num_restricted): Move to ix86-tune-sched-bd.c.
2229         (fits_dispatch_window): Move to ix86-tune-sched-bd.c.
2230         (add_insn_window): Move to ix86-tune-sched-bd.c.
2231         (add_to_dispatch_window): Move to ix86-tune-sched-bd.c.
2232         (debug_dispatch_window_file): Move to ix86-tune-sched-bd.c.
2233         (debug_dispatch_window): Move to ix86-tune-sched-bd.c.
2234         (debug_insn_dispatch_info_file): Move to ix86-tune-sched-bd.c.
2235         (debug_ready_dispatch): Move to ix86-tune-sched-bd.c.
2236         (do_dispatch): Move to ix86-tune-sched-bd.c.
2237         (has_dispatch): Move to ix86-tune-sched-bd.c.
2238         * config/i386/t-i386: Add new object files.
2239         * config/i386/x86-tune-costs.h: New file.
2240         * config/i386/x86-tune-sched-atom.c: New file.
2241         * config/i386/x86-tune-sched-bd.c: New file.
2242         * config/i386/x86-tune-sched-core.c: New file.
2243         * config/i386/x86-tune-sched.c: New file.
2245 2017-10-11  Liu Hao  <lh_mouse@126.com>
2247         * pretty-print.c [_WIN32] (colorize_init): Remove.  Use
2248         the generic version below instead.
2249         (should_colorize): Recognize Windows consoles as terminals
2250         for MinGW targets.
2251         * pretty-print.c [__MINGW32__] (write_all): New function.
2252         [__MINGW32__] (find_esc_head): Likewise.
2253         [__MINGW32__] (find_esc_terminator): Likewise.
2254         [__MINGW32__] (eat_esc_sequence): Likewise.
2255         [__MINGW32__] (mingw_ansi_fputs): New function that handles
2256         ANSI escape codes.
2257         (pp_write_text_to_stream): Use mingw_ansi_fputs instead of fputs
2258         for MinGW targets.
2260 2017-10-11  Richard Biener  <rguenther@suse.de>
2262         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
2263         Properly call analyze_scalar_evolution with the loop of the stmt.
2265 2017-10-11  Richard Biener  <rguenther@suse.de>
2267         * tree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE tree operand.
2268         * tree-core.h (tree_base): Add chrec_var union member.
2269         * tree.h (CHREC_VAR): Remove.
2270         (CHREC_LEFT, CHREC_RIGHT, CHREC_VARIABLE): Adjust.
2271         * tree-chrec.h (build_polynomial_chrec): Adjust.
2272         * tree-chrec.c (reset_evolution_in_loop): Use build_polynomial_chrec.
2273         * tree-pretty-print.c (dump_generic_node): Use CHREC_VARIABLE.
2275 2017-10-11  Marc Glisse  <marc.glisse@inria.fr>
2277         * fold-const.c (fold_binary_loc) [X +- Y CMP X]: Move ...
2278         * match.pd: ... here.
2279         ((T) X == (T) Y): Relax condition.
2281 2017-10-11  Bin Cheng  <bin.cheng@arm.com>
2283         PR tree-optimization/82472
2284         * tree-loop-distribution.c (sort_partitions_by_post_order): Refine
2285         comment.
2286         (break_alias_scc_partitions): Update postorder number.
2288 2017-10-11  Martin Liska  <mliska@suse.cz>
2290         PR sanitizer/82490
2291         * opts.c (parse_no_sanitize_attribute): Do not use error_value
2292         variable.
2293         * opts.h (parse_no_sanitize_attribute): Remove last argument.
2295 2017-10-11  Martin Liska  <mliska@suse.cz>
2297         * print-rtl.c (print_insn): Move declaration of idbuf
2298         to same scope as name.
2300 2017-10-11  Martin Liska  <mliska@suse.cz>
2302         Revert r253637:
2304         PR sanitizer/82484
2305         * sanopt.c (sanitize_rewrite_addressable_params): Do not handle
2306         volatile arguments.
2308 2017-10-11  Martin Liska  <mliska@suse.cz>
2310         PR sanitizer/82484
2311         * sanopt.c (sanitize_rewrite_addressable_params): Do not handle
2312         volatile arguments.
2314 2017-10-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2316         * config.gcc (default_gnu_indirect_function): Default to yes for
2317         arm*-*-linux* with glibc.
2319 2017-10-11  Richard Biener  <rguenther@suse.de>
2321         * tree-scalar-evolution.c (get_scalar_evolution): Handle
2322         default-defs and types we do not want to analyze.
2323         (interpret_loop_phi): Replace unreachable code with an assert.
2324         (compute_scalar_evolution_in_loop): Remove and inline ...
2325         (analyze_scalar_evolution_1): ... here, replacing condition with
2326         what makes the intent clearer.  Remove handling of cases
2327         get_scalar_evolution now handles.
2329 2017-10-10  Jim Wilson  <wilson@tuliptree.org>
2331         PR rtl-optimization/81434
2332         * haifa-sched.c (prune_ready_list): Init min_cost_group to 0.  Update
2333         comment for main loop.  In sched_group_found if, also add checks for
2334         pass and min_cost_group.
2336 2017-10-10  Segher Boessenkool  <segher@kernel.crashing.org>
2338         * config/rs6000/rs6000.c (TARGET_INSN_COST): New.
2339         (rs6000_insn_cost): New function.
2340         * config/rs6000/rs6000.md (cost): New attribute.
2342 2017-10-10  Jakub Jelinek  <jakub@redhat.com>
2343             H.J. Lu  <hongjiu.lu@intel.com>
2345         PR target/79565
2346         PR target/82483
2347         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Add
2348         OPTION_MASK_ISA_MMX for __builtin_ia32_maskmovq,
2349         __builtin_ia32_vec_ext_v4hi and __builtin_ia32_vec_set_v4hi.
2350         (ix86_expand_builtin): Treat OPTION_MASK_ISA_MMX similarly
2351         to OPTION_MASK_ISA_AVX512VL - builtins that have both
2352         OPTION_MASK_ISA_MMX and some other bit set require both
2353         mmx and the ISAs without the mmx bit.
2354         * config/i386/i386-builtin.def (__builtin_ia32_cvtps2pi,
2355         __builtin_ia32_cvttps2pi, __builtin_ia32_cvtpi2ps,
2356         __builtin_ia32_pavgb, __builtin_ia32_pavgw, __builtin_ia32_pmulhuw,
2357         __builtin_ia32_pmaxub, __builtin_ia32_pmaxsw, __builtin_ia32_pminub,
2358         __builtin_ia32_pminsw, __builtin_ia32_psadbw, __builtin_ia32_pmovmskb,
2359         __builtin_ia32_pshufw, __builtin_ia32_cvtpd2pi,
2360         __builtin_ia32_cvttpd2pi, __builtin_ia32_cvtpi2pd,
2361         __builtin_ia32_pmuludq, __builtin_ia32_pabsb, __builtin_ia32_pabsw,
2362         __builtin_ia32_pabsd, __builtin_ia32_phaddw, __builtin_ia32_phaddd,
2363         __builtin_ia32_phaddsw, __builtin_ia32_phsubw, __builtin_ia32_phsubd,
2364         __builtin_ia32_phsubsw, __builtin_ia32_pmaddubsw,
2365         __builtin_ia32_pmulhrsw, __builtin_ia32_pshufb, __builtin_ia32_psignb,
2366         __builtin_ia32_psignw, __builtin_ia32_psignd, __builtin_ia32_movntq,
2367         __builtin_ia32_paddq, __builtin_ia32_psubq, __builtin_ia32_palignr):
2368         Add OPTION_MASK_ISA_MMX.
2370 2017-10-10  Andreas Tobler  <andreast@gcc.gnu.org>
2372         * config.gcc (armv7*-*-freebsd*): New target.
2373         (armv6*-*-freebsd*): Remove obsolete TARGET_FREEBSD_ARMv6 define.
2375 2017-10-10  Jan Hubicka  <hubicka@ucw.cz>
2377         * x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI,
2378         X86_TUNE_ADJUST_UNROLL, X86_TUNE_ONE_IF_CONV_INSN): Move to right
2379         spot in the file.
2381 2017-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
2383         * wide-int.h (wide_int_ref_storage): Make host_dependent_precision
2384         a template parameter.
2385         (WIDE_INT_REF_FOR): Update accordingly.
2386         * tree.h (wi::int_traits <const_tree>): Delete.
2387         (wi::tree_to_widest_ref, wi::tree_to_offset_ref): New typedefs.
2388         (wi::to_widest, wi::to_offset): Use them.  Expand commentary.
2389         (wi::tree_to_wide_ref): New typedef.
2390         (wi::to_wide): New function.
2391         * calls.c (get_size_range): Use wi::to_wide when operating on
2392         trees as wide_ints.
2393         * cgraph.c (cgraph_node::create_thunk): Likewise.
2394         * config/i386/i386.c (ix86_data_alignment): Likewise.
2395         (ix86_local_alignment): Likewise.
2396         * dbxout.c (stabstr_O): Likewise.
2397         * dwarf2out.c (add_scalar_info, gen_enumeration_type_die): Likewise.
2398         * expr.c (const_vector_from_tree): Likewise.
2399         * fold-const-call.c (host_size_t_cst_p, fold_const_call_1): Likewise.
2400         * fold-const.c (may_negate_without_overflow_p, negate_expr_p)
2401         (fold_negate_expr_1, int_const_binop_1, const_binop)
2402         (fold_convert_const_int_from_real, optimize_bit_field_compare)
2403         (all_ones_mask_p, sign_bit_p, unextend, extract_muldiv_1)
2404         (fold_div_compare, fold_single_bit_test, fold_plusminus_mult_expr)
2405         (pointer_may_wrap_p, expr_not_equal_to, fold_binary_loc)
2406         (fold_ternary_loc, multiple_of_p, fold_negate_const, fold_abs_const)
2407         (fold_not_const, round_up_loc): Likewise.
2408         * gimple-fold.c (gimple_fold_indirect_ref): Likewise.
2409         * gimple-ssa-warn-alloca.c (alloca_call_type_by_arg): Likewise.
2410         (alloca_call_type): Likewise.
2411         * gimple.c (preprocess_case_label_vec_for_gimple): Likewise.
2412         * godump.c (go_output_typedef): Likewise.
2413         * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
2414         * internal-fn.c (get_min_precision): Likewise.
2415         * ipa-cp.c (ipcp_store_vr_results): Likewise.
2416         * ipa-polymorphic-call.c
2417         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Likewise.
2418         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Likewise.
2419         (ipa_modify_call_arguments): Likewise.
2420         * match.pd: Likewise.
2421         * omp-low.c (scan_omp_1_op, lower_omp_ordered_clauses): Likewise.
2422         * print-tree.c (print_node_brief, print_node): Likewise.
2423         * stmt.c (expand_case): Likewise.
2424         * stor-layout.c (layout_type): Likewise.
2425         * tree-affine.c (tree_to_aff_combination): Likewise.
2426         * tree-cfg.c (group_case_labels_stmt): Likewise.
2427         * tree-data-ref.c (dr_analyze_indices): Likewise.
2428         (prune_runtime_alias_test_list): Likewise.
2429         * tree-dump.c (dequeue_and_dump): Likewise.
2430         * tree-inline.c (remap_gimple_op_r, copy_tree_body_r): Likewise.
2431         * tree-predcom.c (is_inv_store_elimination_chain): Likewise.
2432         * tree-pretty-print.c (dump_generic_node): Likewise.
2433         * tree-scalar-evolution.c (iv_can_overflow_p): Likewise.
2434         (simple_iv_with_niters): Likewise.
2435         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
2436         * tree-ssa-ccp.c (ccp_finalize, evaluate_stmt): Likewise.
2437         * tree-ssa-loop-ivopts.c (constant_multiple_of): Likewise.
2438         * tree-ssa-loop-niter.c (split_to_var_and_offset)
2439         (refine_value_range_using_guard, number_of_iterations_ne_max)
2440         (number_of_iterations_lt_to_ne, number_of_iterations_lt)
2441         (get_cst_init_from_scev, record_nonwrapping_iv)
2442         (scev_var_range_cant_overflow): Likewise.
2443         * tree-ssa-phiopt.c (minmax_replacement): Likewise.
2444         * tree-ssa-pre.c (compute_avail): Likewise.
2445         * tree-ssa-sccvn.c (vn_reference_fold_indirect): Likewise.
2446         (vn_reference_maybe_forwprop_address, valueized_wider_op): Likewise.
2447         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
2448         * tree-ssa-uninit.c (is_pred_expr_subset_of): Likewise.
2449         * tree-ssanames.c (set_nonzero_bits, get_nonzero_bits): Likewise.
2450         * tree-switch-conversion.c (collect_switch_conv_info, array_value_type)
2451         (dump_case_nodes, try_switch_expansion): Likewise.
2452         * tree-vect-loop-manip.c (vect_gen_vector_loop_niters): Likewise.
2453         (vect_do_peeling): Likewise.
2454         * tree-vect-patterns.c (vect_recog_bool_pattern): Likewise.
2455         * tree-vect-stmts.c (vectorizable_load): Likewise.
2456         * tree-vrp.c (compare_values_warnv, vrp_int_const_binop): Likewise.
2457         (zero_nonzero_bits_from_vr, ranges_from_anti_range): Likewise.
2458         (extract_range_from_binary_expr_1, adjust_range_with_scev): Likewise.
2459         (overflow_comparison_p_1, register_edge_assert_for_2): Likewise.
2460         (is_masked_range_test, find_switch_asserts, maybe_set_nonzero_bits)
2461         (vrp_evaluate_conditional_warnv_with_ops, intersect_ranges): Likewise.
2462         (range_fits_type_p, two_valued_val_range_p, vrp_finalize): Likewise.
2463         (evrp_dom_walker::before_dom_children): Likewise.
2464         * tree.c (cache_integer_cst, real_value_from_int_cst, integer_zerop)
2465         (integer_all_onesp, integer_pow2p, integer_nonzerop, tree_log2)
2466         (tree_floor_log2, tree_ctz, mem_ref_offset, tree_int_cst_sign_bit)
2467         (tree_int_cst_sgn, get_unwidened, int_fits_type_p): Likewise.
2468         (get_type_static_bounds, num_ending_zeros, drop_tree_overflow)
2469         (get_range_pos_neg): Likewise.
2470         * ubsan.c (ubsan_expand_ptr_ifn): Likewise.
2471         * config/darwin.c (darwin_mergeable_constant_section): Likewise.
2472         * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Likewise.
2473         * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
2474         * config/avr/avr.c (avr_fold_builtin): Likewise.
2475         * config/bfin/bfin.c (bfin_local_alignment): Likewise.
2476         * config/msp430/msp430.c (msp430_attr): Likewise.
2477         * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
2478         * config/powerpcspe/powerpcspe-c.c
2479         (altivec_resolve_overloaded_builtin): Likewise.
2480         * config/powerpcspe/powerpcspe.c (rs6000_aggregate_candidate)
2481         (rs6000_expand_ternop_builtin): Likewise.
2482         * config/rs6000/rs6000-c.c
2483         (altivec_resolve_overloaded_builtin): Likewise.
2484         * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Likewise.
2485         (rs6000_expand_ternop_builtin): Likewise.
2486         * config/s390/s390.c (s390_handle_hotpatch_attribute): Likewise.
2488 2017-10-10  Bin Cheng  <bin.cheng@arm.com>
2490         * tree-vect-loop-manip.c (rename_variables_in_bb): Rename PHI nodes
2491         when copying loop nest with only one inner loop.
2493 2017-10-10  Richard Biener  <rguenther@suse.de>
2495         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Avoid compacting
2496         blocks if SCEV is active.
2497         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Remove
2498         dead code.
2499         (analyze_scalar_evolution): Handle cached evolutions the obvious way.
2500         (scev_initialize): Assert we are not yet initialized.
2502 2017-10-10  Bin Cheng  <bin.cheng@arm.com>
2504         * tree-loop-distribution.c (generate_loops_for_partition): Remove
2505         inner loop's exit stmt by making it always exit the loop, otherwise
2506         we would generate an infinite empty loop.
2508 2017-10-10  Bin Cheng  <bin.cheng@arm.com>
2510         * tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge_cfg): Skip
2511         renaming variables in new preheader if it's deleted.
2513 2017-10-10  Bin Cheng  <bin.cheng@arm.com>
2515         * tree-loop-distribution.c (struct partition): Remove unused field
2516         loops of the structure.
2517         (partition_alloc, partition_free): Ditto.
2518         (build_rdg_partition_for_vertex): Ditto.
2520 2017-10-09  Jeff Law  <law@redhat.com>
2522         * targhooks.c (default_stack_clash_protection_final_dynamic_probe): Fix
2523         return type to match prototype and documentation.
2525 2010-10-09  Segher Boessenkool  <segher@kernel.crashing.org>
2527         * config/rs6000/rs6000.c (processor_costs): Move to ...
2528         * config/rs6000/rs6000.h: ... here.
2529         (rs6000_cost): Declare.
2531 2017-10-09  Eric Botcazou  <ebotcazou@adacore.com>
2533         * except.c (setjmp_fn): New global variable.
2534         (init_eh): Initialize it if DONT_USE_BUILTIN_SETJMP is defined.
2535         (sjlj_emit_function_enter): Call it instead of BUILTIN_SETJMP
2536         if DONT_USE_BUILTIN_SETJMP is defined.
2538 2017-10-09  Segher Boessenkool  <segher@kernel.crashing.org>
2540         * target.def (insn_cost): New hook.
2541         * doc/tm.texi.in (TARGET_INSN_COST): New hook.
2542         * doc/tm.texi: Regenerate.
2543         * rtlanal.c (insn_cost): Use the new hook.
2545 2017-10-09  Segher Boessenkool  <segher@kernel.crashing.org>
2547         * combine.c (combine_validate_cost): Compute the new insn_cost,
2548         not just pattern_cost.
2549         (try_combine): Adjust comment.
2551 2017-10-09  Segher Boessenkool  <segher@kernel.crashing.org>
2553         * cfgrtl.c (rtl_account_profile_record): Replace insn_rtx_cost with
2554         insn_cost.
2555         * combine.c (uid_insn_cost): Adjust comment.
2556         (combine_validate_cost): Adjust comment.  Use pattern_cost instead
2557         of insn_rtx_cost
2558         (combine_instructions): Use insn_cost instead of insn_rtx_cost.
2559         * dse.c (find_shift_sequence): Ditto.
2560         * ifcvt.c (cheap_bb_rtx_cost_p): Ditto.
2561         (bb_valid_for_noce_process_p): Use pattern_cost.
2562         * rtl.h (insn_rtx_cost): Delete.
2563         (pattern_cost): New prototype.
2564         (insn_cost): New prototype.
2565         * rtlanal.c (insn_rtx_cost): Rename to...
2566         (pattern_cost): ... this.
2567         (insn_cost): New.
2569 2017-10-09  Uros Bizjak  <ubizjak@gmail.com>
2571         * config/i386/i386.md (*jcc_2): Remove insn pattern.
2572         (*jcc<mode>_0_r_i387): Ditto.
2573         (*jccxf_r_i387): Ditto.
2574         (*jcc<mode>_r_i387): Ditto.
2575         (*jccu<mode>_r_i387): Ditto.
2576         (*jcc<X87MODEF:mode>_<SWI24:mode>_r_i387): Ditto.
2577         (*jcc): Rename from *jcc_1.
2579 2017-10-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2581         * config/rs6000/rs6000-p8swap.c (rs6000_analyze_swaps): Process
2582         deferred rescans after the lvx/stvx recombination pre-pass.
2584 2017-10-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
2586         * config/rs6000/amo.h: New include file to provide ISA 3.0 atomic
2587         memory operation instruction support.
2588         * config.gcc (powerpc*-*-*): Include amo.h as an extra header.
2589         (rs6000-ibm-aix[789]*): Likewise.
2590         * doc/extend.texi (PowerPC Atomic Memory Operation Functions):
2591         Document new functions.
2593 2017-10-09  Richard Biener  <rguenther@suse.de>
2595         PR tree-optimization/82397
2596         * tree-data-ref.c (data_ref_compare_tree): Make sure to return
2597         equality only for semantically equal trees.
2599 2017-10-09  Richard Biener  <rguenther@suse.de>
2601         PR tree-optimization/82449
2602         * sese.c (scev_analyzable_p): Check whether the SCEV is linear.
2603         * tree-chrec.h (evolution_function_is_constant_p): Adjust to
2604         allow constant addresses.
2605         * tree-chrec.c (scev_is_linear_expression): Constant evolutions
2606         are linear.
2608 2017-10-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2610         * config/s390/s390-builtins.def (vec_nabs, vec_vfi): Fix builtin
2611         flags.
2613 2017-10-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2615         PR target/82463
2616         * config/s390/vecintrin.h (vec_madd, vec_msub): Fix macro
2617         definitions.
2619 2017-10-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2621         PR target/82465
2622         * config/s390/s390-builtins.def (vec_sqrt): Fix builtin flags.
2624 2017-10-09  Jakub Jelinek  <jakub@redhat.com>
2626         PR target/82464
2627         * config/s390/s390-builtins.def (s390_vec_xor_flt_a,
2628         s390_vec_xor_flt_b, s390_vec_xor_flt_c): New.
2630 2017-10-09  Richard Sandiford  <richard.sandiford@linaro.org>
2632         * wide-int.h (WI_BINARY_OPERATOR_RESULT): New macro.
2633         (WI_BINARY_PREDICATE_RESULT): Likewise.
2634         (wi::binary_traits::operator_result): New type.
2635         (wi::binary_traits::predicate_result): Likewise.
2636         (generic_wide_int::operator~, unary generic_wide_int::operator-)
2637         (generic_wide_int::operator==, generic_wide_int::operator!=)
2638         (generic_wide_int::operator&, generic_wide_int::and_not)
2639         (generic_wide_int::operator|, generic_wide_int::or_not)
2640         (generic_wide_int::operator^, generic_wide_int::operator+
2641         (binary generic_wide_int::operator-, generic_wide_int::operator*):
2642         Delete.
2643         (operator~, unary operator-, operator==, operator!=, operator&)
2644         (operator|, operator^, operator+, binary operator-, operator*): New
2645         functions.
2646         * expr.c (get_inner_reference): Use wi::bit_and_not.
2647         * fold-const.c (fold_binary_loc): Likewise.
2648         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
2649         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
2650         (bit_value_binop): Likewise.
2651         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
2652         * tree-vrp.c (zero_nonzero_bits_from_vr): Likewise.
2653         (extract_range_from_binary_expr_1): Likewise.
2654         (masked_increment): Likewise.
2655         (simplify_bit_ops_using_ranges): Likewise.
2657 2017-10-09  Martin Jambor  <mjambor@suse.cz>
2659         PR hsa/82416
2660         * hsa-common.h (hsa_op_with_type): New method extend_int_to_32bit.
2661         * hsa-gen.c (hsa_extend_inttype_to_32bit): New function.
2662         (hsa_type_for_scalar_tree_type): Use it.  Always force min32int for
2663         COMPLEX types.
2664         (hsa_fixup_mov_insn_type): New function.
2665         (hsa_op_with_type::get_in_type): Use it.
2666         (hsa_build_append_simple_mov): Likewise.  Allow sub-32bit
2667         immediates in an assert.
2668         (hsa_op_with_type::extend_int_to_32bit): New method.
2669         (gen_hsa_insns_for_bitfield): Fixup instruction and intermediary
2670         types.  Convert to dest type if necessary.
2671         (gen_hsa_insns_for_bitfield_load): Fixup load type if necessary.
2672         (reg_for_gimple_ssa): Pass false as min32int to
2673         hsa_type_for_scalar_tree_type.
2674         (gen_hsa_addr): Fixup type when creating addresable temporary.
2675         (gen_hsa_cmp_insn_from_gimple): Extend operands if necessary.
2676         (gen_hsa_unary_operation): Extend operands and convert to dest type if
2677         necessary.  Call hsa_fixup_mov_insn_type.
2678         (gen_hsa_binary_operation): Changed operand types to hsa_op_with_type,
2679         extend operands and convert to dest type if necessary.
2680         (gen_hsa_insns_for_operation_assignment): Extend operands and convert
2681         to dest type if necessary.
2682         (set_output_in_type): Call hsa_fixup_mov_insn_type.  Just ude dest
2683         if conversion nt necessary and size matches.
2684         (gen_hsa_insns_for_load): Call hsa_fixup_mov_insn_type, convert
2685         to dest type if necessary.
2686         (gen_hsa_insns_for_store): Call hsa_fixup_mov_insn_type.
2687         (gen_hsa_insns_for_switch_stmt): Likewise. Also extend operands if
2688         necessary.
2689         (gen_hsa_clrsb): Likewise.
2690         (gen_hsa_ffs): Likewise.
2691         (gen_hsa_divmod): Extend operands and convert to dest type if
2692         necessary.
2693         (gen_hsa_atomic_for_builtin): Change type of op to hsa_op_with_type.
2695 2017-10-08  Segher Boessenkool  <segher@kernel.crashing.org>
2697         * config/rs6000/rs6000.md (conditional branch): Clean up formatting.
2698         Remove empty default arguments.  Use a brace block as output
2699         statement.
2700         (conditional return): Ditto.
2701         (jump): Ditto.
2702         (indirect_jump): Ditto.  Use b%T0 instead of bctr/blr.
2703         (tablejump, tablejumpsi, tablejumpdi, *tablejump<mode>_internal1):
2704         Ditto.
2705         (group_ending_nop): Ditto.
2706         (doloop_end): Ditto.
2707         (ctr<mode>, ctr<mode>_internal1, ctr<mode>_internal2): Ditto.
2708         (splitters for those): Ditto.
2710 2017-10-08  Segher Boessenkool  <segher@kernel.crashing.org>
2712         * config/rs6000/rs6000-string.c (expand_strncmp_align_check): Invert
2713         a conditional jump (and the compare for it) so that pc_rtx is the
2714         last operand.
2715         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Adjust
2716         for the deleted and renamed ctr<mode>_internal[234] patterns.
2717         * config/rs6000/rs6000.md: Delete second conditional branch pattern.
2718         Delete second conditional return pattern.
2719         (ctr<mode>_internal2): Delete this second bdnz pattern.
2720         (ctr<mode>_internal3): Rename to ctr<mode>_internal2.
2721         (ctr<mode>_internal4): Delete this second bdz pattern.
2723 2017-10-08  Eric Botcazou  <ebotcazou@adacore.com>
2725         * tree-outof-ssa.h (ssaexpand): Add partitions_for_undefined_values.
2726         (always_initialized_rtx_for_ssa_name_p): New predicate.
2727         * tree-outof-ssa.c (remove_ssa_form): Initialize new field of SA.
2728         (finish_out_of_ssa): Free new field of SA.
2729         * tree-ssa-coalesce.h (get_undefined_value_partitions): Declare.
2730         * tree-ssa-coalesce.c: Include tree-ssa.h.
2731         (get_parm_default_def_partitions): Remove extern keyword.
2732         (get_undefined_value_partitions): New function.
2733         * expr.c (expand_expr_real_1) <expand_decl_rtl>: For a SSA_NAME, do
2734         not set SUBREG_PROMOTED_VAR_P on the sub-register if it may contain
2735         uninitialized bits.
2736         * loop-iv.c (iv_get_reaching_def): Disqualify all subregs.
2738 2017-10-08  Eric Botcazou  <ebotcazou@adacore.com>
2740         * builtins.def (BUILT_IN_SETJMP): Revert latest change.
2742 2017-10-08  Jan Hubicka  <hubicka@ucw.cz>
2744         * config/i386/i386.c (ix86_expand_set_or_movmem): Disable 512bit loops
2745         for targets that preffer 128bit.
2747 2017-10-08  Jan Hubicka  <hubicka@ucw.cz>
2749         * config/i386/i386.c (has_dispatch): Disable for Ryzen.
2751 2017-10-08  Olivier Hainque  <hainque@adacore.com>
2753         * config/arm/arm.c (arm_set_return_address): Use MEM_VOLATILE_P
2754         on the target mem instead of RTX_FRAME_RELATED_P on the insn to
2755         prevent DSE.
2756         (thumb_set_return_address): Likewise.
2758 2017-10-08  Olivier Hainque  <hainque@adacore.com>
2760         * common/config/arm/arm-common.c (arm_except_unwind_info):
2761         Handle DWARF2_UNWIND_INFO.
2763 2017-10-07  Michael Collison <michael.collison@arm.com>
2765         * config/aarch64/aarch64.md (*aarch64_reg_<optab>_minus<mode>3):
2766         New pattern.
2768 2017-10-07  Eric Botcazou  <ebotcazou@adacore.com>
2770         * builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead
2771         of GCC builtin if DONT_USE_BUILTIN_SETJMP is defined.
2772         * except.c (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is
2773         defined, force the creation of a new block for a dispatch label.
2775 2017-10-07  Jan Hubicka  <hubicka@ucw.cz>
2777         * invoke.texi (Wsuggest-attribute=cold): Document.
2778         * common.opt (Wsuggest-attribute=cold): New
2779         * ipa-pure-const.c (warn_function_cold): New function.
2780         * predict.c (compute_function_frequency): Use it.
2781         * predict.h (warn_function_cold): Declare.
2783 2017-10-06  Jan Hubicka  <hubicka@ucw.cz>
2785         * tree-switch-conversion.c (do_jump_if_equal, emit_cmp_and_jump_insns):
2786         Update profile.
2788 2017-10-06  Martin Liska  <mliska@suse.cz>
2790         * sanopt.c (struct sanopt_tree_triplet_hash): Remove inline
2791         keyword for member functions.
2792         (struct sanopt_tree_couple): New struct.
2793         (struct sanopt_tree_couple_hash): New function.
2794         (struct sanopt_ctx): Add new hash_map.
2795         (has_dominating_ubsan_ptr_check): New function.
2796         (record_ubsan_ptr_check_stmt): Likewise.
2797         (maybe_optimize_ubsan_ptr_ifn): Likewise.
2798         (sanopt_optimize_walker): Handle IFN_UBSAN_PTR.
2799         (pass_sanopt::execute): Handle also SANITIZE_POINTER_OVERFLOW.
2801 2017-10-06  Sudakshina Das  <sudi.das@arm.com>
2803         PR target/82440
2804         * config/aarch64/predicates.md (aarch64_reg_or_orr_imm): Only call
2805         aarch64_simd_valid_immediate on CONST_VECTORs.
2806         (aarch64_reg_or_bic_imm): Likewise.
2808 2017-10-06  Wilco Dijkstra  <wdijkstr@arm.com>
2810         PR rtl-optimization/82396
2811         * haifa-sched.c (ready_sort_real): Disable qsort checking.
2813 2017-10-06  Sebastian Pop  <sebpop@gmail.com>
2815         * graphite-dependences.c (scop_get_reads): Move code to...
2816         (scop_get_must_writes): Move code to...
2817         (scop_get_may_writes): Move code to...
2818         (scop_get_reads_and_writes): ... here.
2819         (scop_get_dependences): Call scop_get_reads_and_writes.
2821 2017-10-06  Jakub Jelinek  <jakub@redhat.com>
2823         PR tree-optimization/82434
2824         * fold-const.h (can_native_encode_type_p,
2825         can_native_encode_string_p): Remove.
2826         * fold-const.c (native_encode_int): Formatting fixes.  If ptr is NULL,
2827         don't encode anything, just return what would be otherwise returned.
2828         (native_encode_fixed, native_encode_complex, native_encode_vector):
2829         Likewise.
2830         (native_encode_string): Likewise.  Inline by hand
2831         can_native_encode_string_p.
2832         (can_native_encode_type_p): Remove.
2833         (can_native_encode_string_p): Remove.
2834         * tree-vect-stmts.c (vectorizable_store): Instead of testing just
2835         STRING_CSTs using can_native_encode_string_p, test all
2836         CONSTANT_CLASS_P values using native_encode_expr with NULL ptr.
2837         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Remove last
2838         argument from native_encode_expr.
2839         (rhs_valid_for_store_merging_p): Use native_encode_expr with NULL ptr.
2840         (pass_store_merging::execute): Don't unnecessarily look for 3 stmts,
2841         but just 2.
2843 2017-10-06  Richard Biener  <rguenther@suse.de>
2845         PR tree-optimization/82397
2846         * tree-vect-data-refs.c (dr_group_sort_cmp): Do not use
2847         operand_equal_p but rely on data_ref_compare_tree for detecting
2848         equalities.
2849         (vect_analyze_data_ref_accesses): Use data_ref_compare_tree
2850         to match up with dr_group_sort_cmp.
2852 2017-10-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2854         PR target/82322
2855         * config/s390/s390-builtins.def (s390_vfi): Define new overloaded
2856         builtin.
2857         * config/s390/s390-builtin-types.def: Regenerate.
2859 2017-10-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2861         PR target/82317
2862         * config/s390/s390-builtin-types.def: Regenerate.
2863         * config/s390/s390-builtins.def (s390_vfmaxdb_4, s390_vfmindb_4):
2864         Change flag from B_VXE to B_VX.
2865         (s390_vec_min_dbl): Remove B_VXE flag.
2867 2017-10-06  Richard Biener  <rguenther@suse.de>
2869         * graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.
2870         (translate_isl_ast_to_gimple::translate_pending_phi_nodes,
2871         translate_isl_ast_to_gimple::is_valid_rename,
2872         translate_isl_ast_to_gimple::get_rename,
2873         translate_isl_ast_to_gimple::get_def_bb_for_const,
2874         translate_isl_ast_to_gimple::get_new_name,
2875         translate_isl_ast_to_gimple::collect_all_ssa_names,
2876         translate_isl_ast_to_gimple::copy_loop_phi_args,
2877         translate_isl_ast_to_gimple::collect_all_ssa_names,
2878         translate_isl_ast_to_gimple::copy_loop_phi_args,
2879         translate_isl_ast_to_gimple::copy_loop_phi_nodes,
2880         translate_isl_ast_to_gimple::add_close_phis_to_merge_points,
2881         translate_isl_ast_to_gimple::add_close_phis_to_outer_loops,
2882         translate_isl_ast_to_gimple::copy_loop_close_phi_args,
2883         translate_isl_ast_to_gimple::copy_loop_close_phi_nodes,
2884         translate_isl_ast_to_gimple::copy_cond_phi_args,
2885         translate_isl_ast_to_gimple::copy_cond_phi_nodes,
2886         translate_isl_ast_to_gimple::edge_for_new_close_phis,
2887         translate_isl_ast_to_gimple::add_phi_arg_for_new_expr,
2888         translate_isl_ast_to_gimple::rename_uses,
2889         translate_isl_ast_to_gimple::rename_all_uses): Remove.
2890         (translate_isl_ast_to_gimple::get_rename_from_scev): Simplify.
2891         (set_rename_for_each_def): Likewise.
2892         (graphite_copy_stmts_from_block): Handle debug stmt resetting
2893         here.  Handle rewriting SCEV analyzable uses here.
2894         (copy_bb_and_scalar_dependences): Generate code for PHI
2895         copy-in/outs.
2896         (graphite_regenerate_ast_isl): Adjust.
2897         * graphite-scop-detection.c (trivially_empty_bb_p): Move to sese.[ch].
2898         (add_write, add_read): New functions.
2899         (build_cross_bb_scalars_def): Use it and simplify.
2900         (build_cross_bb_scalars_use): Likewise.
2901         (graphite_find_cross_bb_scalar_vars): Inline into...
2902         (try_generate_gimple_bb): ...here.  Add dependences for PHIs,
2903         simulating out-of-SSA.  Compute liveout and add dependencies.
2904         (build_scops): Force an empty entry block.
2905         * sese.h (sese_info_t::liveout, sese_info_t::debug_liveout): New
2906         members.
2907         (sese_build_liveouts): Declare.
2908         (sese_trivially_empty_bb_p): Likewise.
2909         * sese.c (sese_build_liveouts_bb): Properly handle PHIs,
2910         compute liveout and debug_liveout.
2911         (sese_bad_liveouts_use): Remove.
2912         (sese_reset_debug_liveouts_bb): Likewise.
2913         (sese_reset_debug_liveouts): Rewrite in terms of debug_liveout.
2914         (sese_build_liveouts): Build liveout and debug_liveout and store
2915         it in region.
2916         (new_sese_info): Adjust.
2917         (free_sese_info): Likewise.
2918         (sese_insert_phis_for_liveouts): Reset debug stmts from here,
2919         do not build liveout here.
2920         (move_sese_in_condition): Adjust region entry.
2921         (scev_analyzable_p): Match up with chrec_apply requirements.
2922         (sese_trivially_empty_bb_p): New.
2923         * tree-into-ssa.c (get_reaching_def): Properly support generating
2924         default-defs for incremental rewrite of anonymous names.
2926 2017-10-06  Richard Biener  <rguenther@suse.de>
2928         * graphite-sese-to-poly.c (extract_affine): For casts increasing
2929         precision do not perform modulo reduction.
2931 2017-10-06  Richard Biener  <rguenther@suse.de>
2933         PR tree-optimization/82436
2934         * tree-vect-slp.c (vect_supported_load_permutation_p): More
2935         conservatively choose the vectorization factor when checking
2936         whether we can perform the required load permutation.
2937         (vect_transform_slp_perm_load): Assert when we may not fail.
2939 2017-10-05  Segher Boessenkool  <segher@kernel.crashing.org>
2941         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Correct error
2942         message for incompatible -msdata=* and -mcall-* options.
2944 2017-10-05  Jan Hubicka <hubicka@ucw.cz>
2946         * config/i386/i386.c (ia32_multipass_dfa_lookahead): Default to issue
2947         rate for post-reload scheduling.
2949 2017-10-05  Tamar Christina  <tamar.christina@arm.com>
2951         * doc/sourcebuild.texi (vect_sizes_16B_8B, vect_sizes_32B_16B): New.
2953 2017-10-05  Jan Hubicka <hubicka@ucw.cz>
2955         * config/i386/i386.c (znver1_cost): Set branch_cost to 3 (instead of 2)
2956         to improve monte carlo in scimark.
2958 2017-10-05  Jan Hubicka <hubicka@ucw.cz>
2960         * config/i386/i386.c (ix86_size_cost, i386_cost, i486_cost,
2961         pentium_cost, lakemont_cost, pentiumpro_cost, geode_cost, k6_cost,
2962         athlon_cost, k8_cost, amdfam10_cost, btver1_cost, btver2_cost,
2963         pentium4_cost, nocona_cost): Set reassociation width to 1.
2964         (bdver1_cost, bdver2_cost, bdver3_cost, bdver4_cost): Set reassociation
2965         width to 2 for fp operations and 1 otherwise.
2966         (znver1_cost): Set scalar reassoc width to 4 and vector to 3 and 6
2967         for int and fp.
2968         (atom_cost): Set reassociation width to 2.
2969         (slm_cost, generic_cost): Set fp reassociation width
2970         to 2 and 1 otherwise.
2971         (intel_cost): Set fp reassociation width to 4 and 1 otherwise.
2972         (core_cost): Set fp reassociation width to 4 and vector to 2.
2973         (ix86_reassociation_width): Rewrite using cost table; special case
2974         plus/minus on Zen; honor X86_TUNE_SSE_SPLIT_REGS
2975         and TARGET_AVX128_OPTIMAL.
2976         * config/i386/i386.h (processor_costs): Add
2977         reassoc_int, reassoc_fp, reassoc_vec_int, reassoc_vec_fp.
2978         (TARGET_VECTOR_PARALLEL_EXECUTION, TARGET_REASSOC_INT_TO_PARALLEL,
2979         TARGET_REASSOC_FP_TO_PARALLEL): Remove.
2980         * x86-tune.def (X86_TUNE_REASSOC_INT_TO_PARALLEL): Remove.
2981         (X86_TUNE_REASSOC_FP_TO_PARALLEL): Remove.
2982         (X86_TUNE_VECTOR_PARALLEL_EXECUTION):  Remove.
2984 2017-10-05  Nathan Sidwell  <nathan@acm.org>
2986         * doc/invoke.texi (Wparentheses): Document C++ MVP behaviour.
2988 2017-10-05  Tamar Christina  <tamar.christina@arm.com>
2990         * config/arm/arm.c (arm_test_fpu_data): New.
2991         (arm_run_selftests): Call arm_test_fpu_data.
2993 2017-10-04  Nathan Sidwell  <nathan@acm.org>
2995         * toplev.c (toplev::main): Remove excess parens on pretty_printer
2996         decl.
2997         * caller-save.c (insert_save): Remove excess parens on TO_SAVE parm.
2999 2017-10-04  Sudakshina Das  <sudi.das@arm.com>
3001         * config/aarch64/aarch64-protos.h (enum simd_immediate_check): New
3002         check type for aarch64_simd_valid_immediate.
3003         (aarch64_output_simd_mov_immediate): Update prototype.
3004         (aarch64_simd_valid_immediate): Update prototype.
3005         * config/aarch64/aarch64-simd.md (orr<mode>3): modified pattern to add
3006         support for ORR-immediate.
3007         (and<mode>3): modified pattern to add support for BIC-immediate.
3008         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Function
3009         now checks for valid immediate for BIC and ORR based on new enum
3010         argument.
3011         (aarch64_output_simd_mov_immediate): Function now used to output
3012         BIC/ORR imm as well based on new enum argument.
3013         * config/aarch64/constraints.md (Do): New vector immediate constraint.
3014         (Db) : Likewise.
3015         * config/aarch64/predicates.md (aarch64_reg_or_orr_imm): New predicate.
3016         (aarch64_reg_or_bic_imm): Likewise.
3018 2017-10-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3020         * config/s390/vx-builtins.md ("vec_mergeh<mode>")
3021         ("vec_mergel<mode>"): Change mode iterator to V_128_NOSINGLE.
3023 2017-10-04  Wilco Dijkstra  <wdijkstr@arm.com>
3025         Revert r253399:
3027         PR rtl-optimization/82396
3028         * haifa-sched.c (autopref_multipass_init): Simplify
3029         initialization.
3030         (autopref_rank_data): Simplify sort order.
3031         * sched-int.h (autopref_multipass_data_): Remove
3032         multi_mem_insn_p, min_offset and max_offset.
3034 2017-10-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3036         * doc/sourcebuild.texi: Document vect_peeling_profitable.
3038 2017-10-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3040         * doc/sourcebuild.texi: Document vect_intdouble_cvt and
3041         vect_doubleint_cvt.
3043 2017-10-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3045         * doc/sourcebuild.texi: Document vect_long_mult.
3047 2017-10-04  Richard Sandiford  <richard.sandiford@linaro.org>
3049         PR tree-optimization/82413
3050         * fold-const.c (build_range_check): Use widest_int when comparing
3051         the maximum ETYPE value with HIGH.
3053 2017-10-04  Wilco Dijkstra  <wdijkstr@arm.com>
3055         PR rtl-optimization/82396
3056         * haifa-sched.c (autopref_multipass_init): Simplify
3057         initialization.
3058         (autopref_rank_data): Simplify sort order.
3059         * sched-int.h (autopref_multipass_data_): Remove
3060         multi_mem_insn_p, min_offset and max_offset.
3062 2017-10-04  Jakub Jelinek  <jakub@redhat.com>
3064         PR tree-optimization/82381
3065         * tree-ssa-reassoc.c (sort_by_operand_rank): Check for different
3066         oeN->rank first.  Return 1 or -1 if one op is SSA_NAME and the other
3067         is not.
3069         PR tree-optimization/82374
3070         * omp-low.c (create_omp_child_function): Copy DECL_ATTRIBUTES,
3071         DECL_FUNCTION_SPECIFIC_OPTIMIZATION,
3072         DECL_FUNCTION_SPECIFIC_TARGET and DECL_FUNCTION_VERSIONED from
3073         current_function_decl to the new decl.
3075 2017-10-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
3077         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2_HW): Define new
3078         helper macro for IEEE float128 hardware built-in functions.
3079         (SQRTF128_ODD): Add built-in functions with the round-to-odd
3080         semantics.
3081         (TRUNCF128_ODD): Likewise.
3082         (ADDF128_ODD): Likewise.
3083         (SUBF128_ODD): Likewise.
3084         (MULF128_ODD): Likewise.
3085         (DIVF128_ODD): Likewise.
3086         (FMAF128_ODD): Likewise.
3087         * config/rs6000/rs6000.md (UNSPEC_ROUND_TO_ODD): Rename to
3088         UNSPEC_TRUNC_ROUND_TO_ODD.
3089         (UNSPEC_TRUNC_ROUND_TO_ODD): Likewise.
3090         (UNSPEC_ADD_ROUND_TO_ODD): New unspec codes for the IEEE 128-bit
3091         floating point round to odd instructions.
3092         (UNSPEC_SUB_ROUND_TO_ODD): Likewise.
3093         (UNSPEC_MUL_ROUND_TO_ODD): Likewise.
3094         (UNSPEC_DIV_ROUND_TO_ODD): Likewise.
3095         (UNSPEC_FMA_ROUND_TO_ODD): Likewise.
3096         (UNSPEC_SQRT_ROUND_TO_ODD): Likewise.
3097         (trunc<mode>sf2_hw): Change the truncate with round to odd
3098         expansion to use UNSPEC_TRUNC_ROUND_TO_ODD.
3099         (add<mode>3_odd): Add insns for IEEE 128-bit floating point round
3100         to odd hardware instructions.
3101         (sub<mode>3_odd): Likewise.
3102         (mul<mode>3_odd): Likewise.
3103         (div<mode>3_odd): Likewise.
3104         (sqrt<mode>2_odd): Likewise.
3105         (fma<mode>4_odd): Likewise.
3106         (fms<mode>4_odd): Likewise.
3107         (nfma<mode>4_odd): Likewise.
3108         (nfms<mode>4_odd): Likewise.
3109         (trunc<mode>df2_odd): Change the truncate with round to odd
3110         expansion to use UNSPEC_TRUNC_ROUND_TO_ODD.  Add a generator
3111         function.
3112         * doc/extend.texi (PowerPC built-in functions): Update documentation
3113         for existing IEEE float128-bit built-in functions.  Add built-in
3114         functions that generate the IEEE 128-bit floating point round to
3115         odd instructions.
3117 2017-10-03  Segher Boessenkool  <segher@kernel.crashing.org>
3119         PR rtl-optimization/77729
3120         * simplify-rtx.c (simplify_binary_operation_1): Delete the (X&C1)|C2
3121         to (X&(C1&~C2))|C2 transformations.
3123 2017-10-03  Martin Jambor  <mjambor@suse.cz>
3125         PR tree-optimization/82363
3126         * tree-sra.c (propagate_subaccesses_across_link): In unrecoverable
3127         mismatch, mark lacc written regardless of racc.
3129 2017-10-03  Jakub Jelinek  <jakub@redhat.com>
3131         PR tree-optimization/82381
3132         * tree-ssa-reassoc.c (sort_by_operand_rank): Don't check
3133         stmt_to_insert nor wheather SSA_NAMEs are default defs.
3134         Return 1 or -1 if one of bba and bbb is NULL. If bb_rank is equal,
3135         fallthrough into reassoc_stmt_dominates_stmt_p.
3137         PR target/82386
3138         * combine.c (combine_instructions): Don't combine in unreachable
3139         basic blocks.
3141 2017-08-18  Peter Bergner  <bergner@vnet.ibm.com>
3143         PR target/80210
3144         * config/rs6000/rs6000.c (rs6000_option_override_internal): Rewrite
3145         function to not use the have_cpu variable.  Do not set cpu_index,
3146         rs6000_cpu_index or rs6000_tune_index if we end up using TARGET_DEFAULT
3147         or the default cpu.
3148         (rs6000_valid_attribute_p): Remove duplicate initializations of
3149         old_optimize and func_optimize.
3150         (rs6000_pragma_target_parse): Call rs6000_activate_target_options ().
3151         (rs6000_activate_target_options): Make global.
3152         * config/rs6000/rs6000-protos.h (rs6000_activate_target_options): Add
3153         prototype.
3155 2017-10-02  Jakub Jelinek  <jakub@redhat.com>
3157         * tree-dfa.c (get_ref_base_and_extent): Set *pmax_size to -1
3158         if *poffset + *pmax_size overflows in HOST_WIDE_INT.
3159         Set *poffset to 0 and *psize and *pmax_size to -1 if
3160         *poffset + *psize overflows in HOST_WIDE_INT.
3162         PR tree-optimization/82387
3163         PR tree-optimization/82388
3164         PR tree-optimization/82389
3165         * tree-ssa-dse.c (dse_classify_store): Test byte_tracking_enabled
3166         instead of live_bytes non-NULL.
3168 2017-10-02  Georg-Johann Lay  <avr@gjlay.de>
3170         PR target/41076
3171         * confg/avr/avr.md (*iorhi3.ashift8-ext.zerox): Add "r,r,0"
3172         alternative.
3174 2017-10-02  Richard Biener  <rguenther@suse.de>
3176         * graphite-isl-ast-to-gimple.c (set_codegen_error): With
3177         -fchecking and --param graphite-allow-codegen-errors=0 ICE.
3178         * params.def (PARAM_GRAPHITE_ALLOW_CODEGEN_ERRORS): New param.
3180 2017-10-02  Richard Sandiford  <richard.sandiford@linaro.org>
3182         * tree.h (wi::int_traits <const_tree>::decompose): Assert that the
3183         requested precision matches the type's.
3184         * calls.c (alloc_max_size): Calculate the new candidate size as
3185         a widest_int and use wi::to_widest when comparing it with the
3186         current candidate size.
3187         * gimple-ssa-warn-alloca.c (pass_walloca::execute): Compare with
3188         zero rather than integer_zero_node.
3189         * match.pd: Check for a no-op conversion before using wi::add
3190         rather than after.  Use tree_to_uhwi when summing small shift
3191         counts into an unsigned int.
3193 2017-10-02  Richard Sandiford  <richard.sandiford@linaro.org>
3194             Alan Hayward  <alan.hayward@arm.com>
3195             David Sherwood  <david.sherwood@arm.com>
3197         PR target/71307
3198         * config/aarch64/aarch64.h (POINTER_AND_FP_REGS): New reg class.
3199         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
3200         * config/aarch64/aarch64.c (aarch64_class_max_nregs): Handle
3201         POINTER_AND_FP_REGS.
3203 2017-10-02  Richard Biener  <rguenther@suse.de>
3205         PR tree-optimization/82355
3206         * graphite-isl-ast-to-gimple.c (build_iv_mapping): Also build
3207         a mapping for the enclosing loop but avoid generating one for
3208         the loop tree root.
3209         (copy_bb_and_scalar_dependences): Remove premature codegen
3210         error on PHIs in blocks duplicated into multiple places.
3211         * graphite-scop-detection.c
3212         (scop_detection::stmt_has_simple_data_refs_p): For a loop not
3213         in the region use it as loop and nest to analyze the DR in.
3214         (try_generate_gimple_bb): Likewise.
3215         * graphite-sese-to-poly.c (extract_affine_chrec): Adjust.
3216         (add_loop_constraints): For blocks in a loop not in the region
3217         create a dimension with a single iteration.
3218         * sese.h (gbb_loop_at_index): Remove assert.
3220 2017-10-01  Kevin Buettner  <kevinb@redhat.com>
3222         * omp-expand.c (adjust_context_scope): New function.
3223         (expand_parallel_call): Call adjust_context_scope.
3225 2017-10-01  Jeff Law  <law@redhat.com>
3227         * tree-ssa-dom.c (optimize_stmt): Make this a method within the
3228         dom_opt_dom_walker class with direct access to private members.
3229         Add comments.  Call test_for_singularity.
3230         (dom_opt_dom_walker::before_dom_children): Corresponding changes.
3231         (dom_opt_dom_walker::after_dom_children): Do not lazily initialize
3232         m_dummy_cond anymore.
3233         (class dom_opt_dom_walker): Initialize m_dummy_cond member in the
3234         class ctor.
3235         (pass_dominator:execute): Build the dummy_cond here and pass it
3236         to the dom_opt_dom_walker ctor.
3237         (test_for_singularity): New function.
3239 2017-09-30  Krister Walfridsson  <krister.walfridsson@gmail.com>
3240             Maya Rashish  <coypu@sdf.org>
3242         * config.gcc (*-*-netbsd*): New variable nbsd_tm_file containing
3243         netbsd.h, netbsd-stdint.h, and netbsd-elf.h.
3244         (alpha*-*-netbsd*) Use nbsd_tm_file.
3245         (arm*-*-netbsdelf*) Likewise.
3246         (i[34567]86-*-netbsdelf*) Likewise.
3247         (x86_64-*-netbsd*) Likewise.
3248         (mips*-*-netbsd*) Likewise.
3249         (powerpc-*-netbsd*) Likewise.
3250         (sh*-*-netbsd*) Likewise.
3251         (sparc-*-netbsdelf*) Likewise.
3252         (sparc64-*-netbsd*) Likewise.
3253         (m68k*-*-netbsdelf*) Use nbsd_tm_file and add CHAR_FAST8/SHORT_FAST16
3254         to tm_defines.
3255         (vax-*-netbsdelf*) Likewise.
3256         * config/netbsd-stdint.h (INT_FAST8_TYPE): Check CHAR_FAST8.
3257         (UINT_FAST8_TYPE) Likewise.
3258         (INT_FAST16_TYPE) Check CHAR_FAST16.
3259         (UINT_FAST16_TYPE) Likewise.
3261 2017-09-30  Jakub Jelinek  <jakub@redhat.com>
3263         PR target/82361
3264         * config/i386/i386.md
3265         (TARGET_USE_8BIT_IDIV zext divmodsi4 splitter): New define_split.
3266         (divmodsi4_zext_1, divmodsi4_zext_2, *divmodsi4_zext_1,
3267         *divmodsi4_zext_2): New define_insn_and_split.
3268         (*divmodsi4_noext_zext_1, *divmodsi4_noext_zext_2): New define_insn.
3269         (TARGET_USE_8BIT_IDIV zext udivmodsi4 splitter): New define_split.
3270         (udivmodsi4_zext_1, udivmodsi4_zext_2, *udivmodsi4_zext_1,
3271         *udivmodsi4_zext_2, *udivmodsi4_pow2_zext_1, *udivmodsi4_pow2_zext_2):
3272         New define_insn_and_split.
3273         (*udivmodsi4_noext_zext_1, *udivmodsi4_noext_zext_2): New define_insn.
3274         * config/i386/i386.c (ix86_split_idivmod): Handle operands[0] or
3275         operands[1] having DImode when mode is SImode.
3277         * config/i386/i386.c (ix86_split_idivmod): Use mode instead of
3278         always SImode for DIV and MOD in REG_EQUAL notes.
3280 2017-09-29  Yury Gribov  <tetra2005@gmail.com>
3282         PR middle-end/82319
3283         * match.pd: Fix handling of NaNs in pattern.
3285 2017-09-29  Jeff Law  <law@redhat.com>
3287         * sbitmap.c (bitmap_bit_in_range_p): New function.
3288         * sbitmap.h (bitmap_bit_in_range_p): Prototype.
3289         * tree-ssa-dse.c (live_bytes_read): New function.
3290         (dse_classify_store): Ignore reads of dead bytes.
3292         * config/i386/i386.c (ix86_adjust_stack_and_probe_stack_clash): Fix
3293         typos and whitespace errors.
3294         * config/i386/predicates.md (address_no_seg_operand): Likewise.
3295         * config/s390/s390.c (s390_emit_prologue): Likewise.
3297 2017-09-29  Vladimir Makarov  <vmakarov@redhat.com>
3299         PR target/81481
3300         * ira-costs.c (scan_one_insn): Don't take into account PIC equiv
3301         with a symbol for LRA.
3303 2017-09-29  Vladimir Makarov  <vmakarov@redhat.com>
3305         PR rtl-optimization/82338
3306         * lra-constraints.c (inherit_in_ebb): Check usage_insns check.
3308 2017-09-29  Alexander Monakov  <amonakov@ispras.ru>
3310         * genmodes.c (calc_wider_mode): Suppress qsort macro.
3311         * system.h [CHECKING_P] (qsort): Redirect to qsort_chk.
3312         (qsort_chk): Declare.
3313         * vec.c [CHECKING_P] (qsort_chk_error): New static function.
3314         (qsort_chk): New function.
3316 2017-09-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3318         PR tree-optimization/82337
3319         * gimple-ssa-strength-reduction.c (find_phi_def): Don't record a
3320         phi definition if the PHI result appears in an abnormal PHI.
3321         (find_basis_for_base_expr): Don't record a basis if the LHS of the
3322         basis appears in an abnormal PHI.
3324 2017-09-29  Richard Biener  <rguenther@suse.de>
3326         * graphite-isl-ast-to-gimple.c
3327         (translate_isl_ast_to_gimple::set_codegen_error): New function.
3328         (binary_op_to_tree): Use it.
3329         (get_rename_from_scev): Likewise.
3330         (copy_loop_phi_nodes): Likewise.
3331         (copy_bb_and_scalar_dependences): Likewise.
3332         (translate_pending_phi_nodes): Likewise.
3334 2017-09-29  Jakub Jelinek  <jakub@redhat.com>
3336         PR target/82339
3337         * config/i386/i386.md (*movdi_internal peephole2): New -Os peephole
3338         for movabsq $(i32 << shift), r64.
3340 2017-09-28  Uros Bizjak  <ubizjak@gmail.com>
3342         * config/i386/i386.c (ix86_print_operand_address_as): Do not check
3343         index when encoding %esp as %rsp to avoid 0x67 prefix.
3345 2017-09-28  Sergey Shalnov  <Sergey.Shalnov@intel.com>
3347         * config/i386/i386.md (*movsf_internal, *movdf_internal):
3348         Return 256-bit AVX modes for TARGET_PREFER_AVX256.
3350 2017-09-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3352         * config/arm/arm.c (arm_option_override): Forbid ARMv8-M Security
3353         Extensions with more than 16 double VFP registers.
3354         (cmse_nonsecure_entry_clear_before_return): Remove second entry of
3355         to_clear_mask and all code related to it.  Replace the remaining
3356         entry by a sbitmap and adapt code accordingly.
3358 2017-09-28  Henry Linjamäki  <henry.linjamaki@parmance.com>
3360         * brig-builtins.def: Change pure attributes to const.
3362 2017-09-28  Joseph Myers  <joseph@codesourcery.com>
3364         * config.gcc (default_gnu_indirect_function): Default to yes for
3365         sparc*-*-linux* with glibc.
3367 2017-09-28  Joseph Myers  <joseph@codesourcery.com>
3369         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor)
3370         (aarch64_elf_asm_destructor): Pass SECTION_NOTYPE to get_section
3371         when creating .init_array and .fini_array sections with priority
3372         specified.
3374 2017-09-27  Christophe Lyon  <christophe.lyon@linaro.org>
3376         PR target/71727
3377         * config/aarch64/aarch64.c
3378         (aarch64_builtin_support_vector_misalignment): Always return false
3379         when misalignment is unknown.
3381 2017-09-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3383         * config/rs6000/rs6000-p8swap.c (const_load_sequence_p): Revise
3384         this function to return false if the definition used by the swap
3385         instruction is artificial, or if the memory address from which the
3386         constant value is loaded is not represented by a base address held
3387         in a register or if the base address register is a frame or stack
3388         pointer.  Additionally, return false if the base address of the
3389         loaded constant is a SYMBOL_REF but is not considered to be a
3390         constant.
3391         (replace_swapped_load_constant): New function.
3392         (rs6000_analyze_swaps): Add a new pass to replace a swap of a
3393         loaded constant vector with a load of a swapped constant vector.
3395 2017-09-27  Carl Love  <cel@us.ibm.com>
3397         * config/rs6000/rs6000-builtin.def (BU_FP_1MISC_1): Add define macro.
3398         (FCTID, FCTIW): Add BU_FP_MISC_1 macro expansion for builtins.
3399         * config/rs6000/rs6000.md (lrintsfsi2): Add define_insn for the
3400         fctiw instruction.
3402 2017-09-27  Alexander Monakov  <amonakov@ispras.ru>
3404         * haifa-sched.c (autopref_rank_for_schedule): Order 'irrelevant' insns
3405         first, always call autopref_rank_data otherwise.
3407 2017-09-27  Richard Biener  <rguenther@suse.de>
3409         * graphite-scop-detection.c (find_scop_parameters): Move
3410         loop bound handling ...
3411         (gather_bbs::before_dom_children): ... here, avoiding the need
3412         to build scop_info->loop_nest.
3413         (record_loop_in_sese): Remove.
3414         * sese.h (sese_info_t::loop_nest): Remove.
3415         * sese.c (new_sese_info): Do not allocate loop_nest.
3416         (free_sese_info): Do not free loop_nest.
3418 2017-09-27  Jakub Jelinek  <jakub@redhat.com>
3420         PR c++/82159
3421         * gimplify.c (gimplify_modify_expr): Don't optimize away zero sized
3422         lhs from calls if the lhs has addressable type.
3424 2017-09-27  Richard Biener  <rguenther@suse.de>
3426         * graphite.h (scop::max_alias_set): New member.
3427         * graphite-scop-detection.c: Remove references to non-existing
3428         --param in comments.
3429         (build_alias_sets): Record the maximum alias set used for drs.
3430         (build_scops): Support zero as unlimited for
3431         --param graphite-max-arrays-per-scop.
3432         * graphite-sese-to-poly.c (add_scalar_version_numbers): Remove
3433         and inline into ...
3434         (build_poly_sr_1): ... here.  Compute alias set based on the
3435         maximum alias set used for drs rather than
3436         PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP
3438 2017-09-27  Richard Biener  <rguenther@suse.de>
3440         * graphite-optimize-isl.c (get_schedule_for_node_st): Allow
3441         --param loop-block-tile-size=0 to disable tiling.
3443 2017-09-27  Richard Biener  <rguenther@suse.de>
3445         * doc/invoke.texi (graphite-max-bbs-per-function): Remove.
3446         (graphite-max-nb-scop-params): Document special value zero.
3447         * domwalk.h (dom_walker::STOP): New symbolical constant.
3448         (dom_walker::dom_walker): Add optional parameter for bb to
3449         RPO mapping.
3450         (dom_walker::~dom_walker): Declare.
3451         (dom_walker::before_dom_children): Document STOP return value.
3452         (dom_walker::m_user_bb_to_rpo): New member.
3453         (dom_walker::m_bb_to_rpo): Likewise.
3454         * domwalk.c (dom_walker::dom_walker): Compute bb to RPO
3455         mapping here if not provided by the user.
3456         (dom_walker::~dom_walker): Free bb to RPO mapping if not
3457         provided by the user.
3458         (dom_walker::STOP): Define.
3459         (dom_walker::walk): Do not compute bb to RPO mapping here.
3460         Support STOP return value from before_dom_children to stop
3461         walking.
3462         * graphite-optimize-isl.c (optimize_isl): If the schedule
3463         is the same still generate code if -fgraphite-identity
3464         or -floop-parallelize-all are given.
3465         * graphite-scop-detection.c: Include cfganal.h.
3466         (gather_bbs::gather_bbs): Get and pass through bb to RPO
3467         mapping.
3468         (gather_bbs::before_dom_children): Return STOP for BBs
3469         not in the region.
3470         (build_scops): Compute bb to RPO mapping and pass it to
3471         the domwalk.  Treat --param graphite-max-nb-scop-params=0
3472         as not limiting the number of params.
3473         * graphite.c (graphite_initialize): Remove limit on the
3474         number of basic-blocks in a function.
3475         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Remove.
3476         (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Adjust to documented
3477         default value of 10.
3479 2017-09-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
3481         * config/rs6000/vsx.md (peephole for optimizing move SF to GPR):
3482         Adjust code to eliminate needing to do the shift right 32-bits
3483         operation after XSCVDPSPN.
3485 2017-09-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3487         * match.pd ((X / Y) == 0 -> X < Y): New pattern.
3488         ((X / Y) != 0 -> X >= Y): Likewise.
3490 2017-09-26  Carl Love  <cel@us.ibm.com>
3492         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VEC_XL_LEN_R,
3493         P9V_BUILTIN_VEC_XST_LEN_R): Add support for builtins
3494         vector unsigned char vec_xl_len_r (unsigned char *, size_t);
3495         void vec_xst_len_r (vector unsigned char, unsigned char *, size_t);
3496         * config/rs6000/altivec.h (vec_xl_len_r, vec_xst_len_r): Add defines.
3497         * config/rs6000/rs6000-builtin.def (XL_LEN_R, XST_LEN_R): Add
3498         definitions and overloading.
3499         * config/rs6000/rs6000.c (altivec_expand_builtin): Add case
3500         statement for P9V_BUILTIN_XST_LEN_R.
3501         (altivec_init_builtins): Add def_builtin for P9V_BUILTIN_STXVLL.
3502         * config/rs6000/vsx.md (lxvll, stxvll, xl_len_r, xst_len_r): Add
3503         define_expand and define_insn for the instructions and builtins.
3504         * doc/extend.texi: Update the built-in documentation file for the new
3505         built-in functions.
3506         * config/rs6000/altivec.md (altivec_lvsl_reg, altivec_lvsr_reg): Add
3507         define_insn for the instructions
3509 2017-09-26  Krister Walfridsson  <krister.walfridsson@gmail.com>
3511         PR target/39570
3512         * gcc/config/netbsd-protos.h: New file.
3513         * gcc/config/netbsd.c: New file.
3514         * gcc/config/netbsd.h (SUBTARGET_INIT_BUILTINS): Define.
3515         * gcc/config/t-netbsd: New file.
3516         * gcc/config.gcc (tm_p_file): Add netbsd-protos.h.
3517         (tmake_file) Add t-netbsd.
3518         (extra_objs) Add netbsd.o.
3520 2017-09-26  Janus Weil  <janus@gcc.gnu.org>
3522         PR fortran/82143
3523         PR fortran/82324
3524         * doc/sourcebuild.texi: Document fortran_real_10 and fortran_real_16.
3526 2017-09-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
3528         * config/rs6000/rs6000.md (extendsi<mode>2): Add a splitter to do
3529         sign extension from a vector register to a GPR by doing a 32-bit
3530         direct move and then an EXTSW.
3531         (extendsi<mode>2 splitter): Likewise.
3532         (movsi_from_sf): Adjust code to eliminate doing a 32-bit shift
3533         right or vector extract after doing XSCVDPSPN.  Use
3534         zero_extendsidi2 instead of p8_mfvsrd_4_disf to move the value to
3535         the GPRs.
3536         (movdi_from_sf_zero_ext): Likewise.
3537         (reload_gpr_from_vsxsf): Likewise.
3538         (p8_mfvsrd_4_disf): Delete, no longer used.
3539         (movsi_from_df): Optimize converting a DFmode to a SFmode, and
3540         then needing to move the SFmode to a GPR to use the XSCVDPSP
3541         instruction instead of FRSP and XSCVDPSPN.
3542         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Move insn so that
3543         it is adjacent to the other XSCVSPDP insns.
3544         (vsx_xscvdpsp_scalar): Use "ww" constraint instead of "f" to allow
3545         SFmode to be in traditional Altivec registers.
3546         (vsx_xscvdpspn): Eliminate useless alternative constraint.
3547         (vsx_xscvspdpn): Likewise.
3548         (vsx_xscvspdpn_scalar): Likewise.
3550 2017-09-26  Martin Jambor  <mjambor@suse.cz>
3552         * tree-sra.c (compare_access_positions): Put integral types first,
3553         stabilize sorting of integral types, remove conditions putting
3554         non-full-precision integers last.
3555         (sort_and_splice_var_accesses): Disable scalarization if a
3556         non-integert would be represented by a non-full-precision integer.
3558 2017-09-26  Joseph Myers  <joseph@codesourcery.com>
3560         * config/microblaze/linux.h (TARGET_ASM_FILE_END): Likewise.
3561         * config/pa/pa.h (NEED_INDICATE_EXEC_STACK): Likewise.
3562         * config/pa/pa-linux.h (NEED_INDICATE_EXEC_STACK): Likewise.
3563         * config/pa/pa.c (pa_hpux_file_end): Rename to pa_file_end.
3564         Define unconditionally, with [ASM_OUTPUT_EXTERNAL_REAL]
3565         conditionals inside the function instead of around it.  Call
3566         file_end_indicate_exec_stack if NEED_INDICATE_EXEC_STACK.
3567         (TARGET_ASM_FILE_END): Define unconditionally to pa_file_end.
3569 2017-09-26  Richard Biener  <rguenther@suse.de>
3571         * graphite-scop-detection.c (scop_detection::build_scop_depth): Rewrite,
3572         fold in ...
3573         (scop_detection::build_scop_breadth): ... this.  Removed.
3574         (scop_detection::loop_is_valid_in_scop): Fold into single caller.
3575         (scop_detection::harmful_stmt_in_bb): Likewise.
3576         (scop_detection::graphite_can_represent_stmt): Likewise.
3577         (scop_detection::loop_body_is_valid_scop): Likewise.  Remove recursion.
3578         (scop_detection::can_represent_loop): Remove recursion, fold in ...
3579         (scop_detection::can_represent_loop_1): ... this.  Removed.
3580         (scop_detection::harmful_loop_in_region): Simplify after inlining
3581         the above and remove more quadraticness.
3582         (build_scops): Adjust.
3583         * tree-data-ref.c (loop_nest_has_data_refs): Remove pointless
3584         quadraticness.
3586 2017-09-26  Jakub Jelinek  <jakub@redhat.com>
3588         PR target/82267
3589         * config/i386/i386.c (ix86_print_operand_address_as): Only test
3590         REGNO (base) == SP_REG if base is a REG.
3592         PR middle-end/35691
3593         * tree-ssa-reassoc.c (update_range_test): Dump r->exp each time
3594         if it is different SSA_NAME.
3595         (optimize_range_tests_cmp_bitwise): New function.
3596         (optimize_range_tests): Call it.
3598 2017-09-26  Richard Biener  <rguenther@suse.de>
3600         PR tree-optimization/82321
3601         * graphite.c (canonicalize_loop_closed_ssa): Properly check
3602         for the def being inside the loop.
3604 2017-09-26  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3606         * config/s390/vx-builtins.md ("vmslg"): Add missing operand in
3607         assembler output.
3608         * config/s390/s390-builtins.def: Fix constraint on op4.
3610 2017-09-26  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3612         * config/s390/s390.c (s390_expand_vec_compare): Use the new mode
3613         independent expanders.
3614         * config/s390/vector.md ("vec_cmpuneq", "vec_cmpltgt")
3615         ("vec_ordered", "vec_unordered"): New expanders.
3617 2017-09-26  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3619         * config/s390/s390.c (s390_preferred_simd_mode): Return V4SFmode
3620         for SFmode.
3622 2017-09-26  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3624         * config/s390/vector.md ("vec_unpacks_low_v16qi"): Rename to
3625         vec_unpacks_lo_v16qi.
3626         ("vec_unpacku_low_v16qi"): Rename to vec_unpacku_lo_v16qi.
3628 2017-09-26  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3630         * config/s390/vector.md ("vec_unpacks_lo_v4sf")
3631         ("vec_unpacks_hi_v4sf", "vec_unpacks_lo_v2df")
3632         ("vec_unpacks_hi_v2df", "vec_pack_trunc_v2df"): New expanders.
3634 2017-09-26  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3636         * config/s390/predicates.md ("const_shift_by_byte_operand"): New
3637         predicate.
3638         * config/s390/vector.md ("*vec_srb<mode>"): Change modes to V_128
3639         and V16QI.
3640         ("*vec_slb<mode>"): New insn pattern.
3641         ("vec_shr_<mode>"): New expander.
3642         * config/s390/vx-builtins.md ("vec_slb<mode>"): Turn into expander
3643         and force the shift count operand to V16QImode.
3644         ("vec_srb<mode>"): Set shift count mode to V16QI.
3646 2017-09-26  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3648         * config/s390/vector.md ("vec_widen_umult_lo_<mode>")
3649         ("vec_widen_umult_hi_<mode>", "vec_widen_smult_lo_<mode>")
3650         ("vec_widen_smult_hi_<mode>"): New expander definitions.
3652 2017-09-26  Richard Earnshaw  <rearnsha@arm.com>
3654         PR target/82175
3655         * config/arm/arm.h (DRIVER_SELF_SPECS): Separate sub-rules with commas.
3657 2017-09-26  Richard Biener  <rguenther@suse.de>
3659         PR tree-optimization/82320
3660         * tree-ssa-sccvn.c (set_ssa_val_to): Changing undef to undef
3661         isn't a change.
3663 2017-09-25  Jeff Law  <law@redhat.com>
3665         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Update
3666         prototype for new argument.
3667         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack_1): New function,
3668         mostly extracted from rs6000_emit_allocate_stack.
3669         (rs6000_emit_probe_stack_range_stack_clash): New function.
3670         (rs6000_emit_allocate_stack): Call
3671         rs6000_emit_probe_stack_range_stack_clash as needed.
3672         (rs6000_emit_probe_stack_range): Add additional argument
3673         to call to gen_probe_stack_range{si,di}.
3674         (output_probe_stack_range): New.
3675         (output_probe_stack_range_1): Renamed from output_probe_stack_range.
3676         (output_probe_stack_range_stack_clash): New.
3677         (rs6000_emit_prologue): Emit notes into dump file as requested.
3678         * rs6000.md (allocate_stack): Handle -fstack-clash-protection.
3679         (probe_stack_range<P:mode>): Operand 0 is now early-clobbered.
3680         Add additional operand and pass it to output_probe_stack_range.
3682 2017-09-25  Bin Cheng  <bin.cheng@arm.com>
3684         PR tree-optimization/82163
3685         * tree-ssa-loop-manip.h (verify_loop_closed_ssa): New parameter.
3686         (checking_verify_loop_closed_ssa): New parameter.
3687         * tree-ssa-loop-manip.c (check_loop_closed_ssa_use): Delete.
3688         (check_loop_closed_ssa_stmt): Delete.
3689         (check_loop_closed_ssa_def, check_loop_closed_ssa_bb): New functions.
3690         (verify_loop_closed_ssa): Check loop closed ssa form for LOOP.
3691         (tree_transform_and_unroll_loop): Check loop closed ssa form only for
3692         changed loops.
3694 2017-09-25  Pekka Jaaskelainen <pekka@parmance.com>
3696         * brig-builtins.def: Treat HSAIL barrier builtins as
3697         setjmp/longjump style functions.
3699 2017-09-25  Richard Sandiford  <richard.sandiford@linaro.org>
3701         * target.def (constant_alignment): New hook.
3702         * defaults.h (CONSTANT_ALIGNMENT): Delete.
3703         * doc/tm.texi.in (CONSTANT_ALIGNMENT): Replace with...
3704         (TARGET_CONSTANT_ALIGNMENT): ...this new hook.
3705         * doc/tm.texi: Regenerate.
3706         * targhooks.h (default_constant_alignment): Declare.
3707         (constant_alignment_word_strings): Likewise.
3708         * targhooks.c (default_constant_alignment): New function.
3709         (constant_alignment_word_strings): Likewise.
3710         * builtins.c (get_object_alignment_2): Use targetm.constant_alignment
3711         instead of CONSTANT_ALIGNMENT.
3712         * varasm.c (align_variable, get_variable_align, build_constant_desc)
3713         (force_const_mem): Likewise.
3714         * config/aarch64/aarch64.h (CONSTANT_ALIGNMENT): Delete.
3715         * config/aarch64/aarch64.c (aarch64_constant_alignment): New function.
3716         (aarch64_classify_address): Call it instead of CONSTANT_ALIGNMENT.
3717         (TARGET_CONSTANT_ALIGNMENT): Redefine.
3718         * config/alpha/alpha.h (CONSTANT_ALIGNMENT): Delete commented-out
3719         definition.
3720         * config/arc/arc.h (CONSTANT_ALIGNMENT): Delete.
3721         * config/arc/arc.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3722         constant_alignment_word_strings.
3723         * config/arm/arm.h (CONSTANT_ALIGNMENT_FACTOR): Delete.
3724         (CONSTANT_ALIGNMENT): Likewise.
3725         * config/arm/arm.c (TARGET_CONSTANT_ALIGNMENT): Redefine.
3726         (arm_constant_alignment): New function.
3727         * config/bfin/bfin.h (CONSTANT_ALIGNMENT): Delete.
3728         * config/bfin/bfin.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3729         constant_alignment_word_strings.
3730         * config/cr16/cr16.h (CONSTANT_ALIGNMENT): Delete.
3731         * config/cr16/cr16.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3732         constant_alignment_word_strings.
3733         * config/cris/cris.h (CONSTANT_ALIGNMENT): Delete.
3734         * config/cris/cris.c (TARGET_CONSTANT_ALIGNMENT): Redefine.
3735         (cris_constant_alignment): New function.
3736         * config/epiphany/epiphany.h (CONSTANT_ALIGNMENT): Delete.
3737         * config/epiphany/epiphany.c (TARGET_CONSTANT_ALIGNMENT): Redefine.
3738         (epiphany_constant_alignment): New function.
3739         * config/fr30/fr30.h (CONSTANT_ALIGNMENT): Delete.
3740         * config/fr30/fr30.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3741         constant_alignment_word_strings.
3742         * config/frv/frv.h (CONSTANT_ALIGNMENT): Delete.
3743         * config/frv/frv.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3744         constant_alignment_word_strings.
3745         * config/ft32/ft32.h (CONSTANT_ALIGNMENT): Delete.
3746         * config/ft32/ft32.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3747         constant_alignment_word_strings.
3748         * config/i386/i386.h (CONSTANT_ALIGNMENT): Delete.
3749         * config/i386/i386-protos.h (ix86_constant_alignment): Delete.
3750         * config/i386/i386.c (ix86_constant_alignment): Make static.
3751         Use the same interface as the target hook.
3752         (TARGET_CONSTANT_ALIGNMENT): Redefine.
3753         * config/ia64/ia64.h (CONSTANT_ALIGNMENT): Delete.
3754         * config/ia64/ia64.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3755         constant_alignment_word_strings.
3756         * config/iq2000/iq2000.h (CONSTANT_ALIGNMENT): Delete.
3757         * config/iq2000/iq2000.c (iq2000_constant_alignment): New function.
3758         (TARGET_CONSTANT_ALIGNMENT): Redefine.
3759         * config/lm32/lm32.h (CONSTANT_ALIGNMENT): Delete.
3760         * config/lm32/lm32.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3761         constant_alignment_word_strings.
3762         * config/m32r/m32r.h (CONSTANT_ALIGNMENT): Delete.
3763         * config/m32r/m32r.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3764         constant_alignment_word_strings.
3765         * config/mcore/mcore.h (CONSTANT_ALIGNMENT): Delete.
3766         * config/mcore/mcore.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3767         constant_alignment_word_strings.
3768         * config/microblaze/microblaze.h (CONSTANT_ALIGNMENT): Delete.
3769         * config/microblaze/microblaze.c (microblaze_constant_alignment):
3770         New function.
3771         (TARGET_CONSTANT_ALIGNMENT): Redefine.
3772         * config/mips/mips.h (CONSTANT_ALIGNMENT): Delete.
3773         * config/mips/mips.c (mips_constant_alignment): New function.
3774         (TARGET_CONSTANT_ALIGNMENT): Redefine.
3775         * config/mmix/mmix.h (CONSTANT_ALIGNMENT): Delete.
3776         * config/mmix/mmix-protos.h (mmix_constant_alignment): Delete.
3777         * config/mmix/mmix.c (TARGET_CONSTANT_ALIGNMENT): Redefine.
3778         (mmix_constant_alignment): Make static.  Use the same interface
3779         as the target hook.
3780         * config/moxie/moxie.h (CONSTANT_ALIGNMENT): Delete.
3781         * config/moxie/moxie.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3782         constant_alignment_word_strings.
3783         * config/nios2/nios2.h (CONSTANT_ALIGNMENT): Delete.
3784         * config/nios2/nios2.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3785         constant_alignment_word_strings.
3786         * config/pa/pa.h (CONSTANT_ALIGNMENT): Delete.
3787         * config/pa/pa.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3788         constant_alignment_word_strings.
3789         * config/powerpcspe/powerpcspe.h (CONSTANT_ALIGNMENT): Delete.
3790         * config/powerpcspe/powerpcspe.c (TARGET_CONSTANT_ALIGNMENT): Redefine.
3791         (rs6000_constant_alignment): New function.
3792         * config/riscv/riscv.h (CONSTANT_ALIGNMENT): Delete.
3793         * config/riscv/riscv.c (riscv_constant_alignment): New function.
3794         (TARGET_CONSTANT_ALIGNMENT): Redefine.
3795         * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Delete.
3796         * config/rs6000/rs6000.c (TARGET_CONSTANT_ALIGNMENT): Redefine.
3797         (rs6000_constant_alignment): New function.
3798         * config/s390/s390.h (CONSTANT_ALIGNMENT): Delete.
3799         * config/s390/s390.c (s390_constant_alignment): New function.
3800         (TARGET_CONSTANT_ALIGNMENT): Redefine.
3801         * config/sh/sh.h (CONSTANT_ALIGNMENT): Delete.
3802         * config/sh/sh.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3803         constant_alignment_word_strings.
3804         * config/sparc/sparc.h (CONSTANT_ALIGNMENT): Delete.
3805         * config/sparc/sparc.c (TARGET_CONSTANT_ALIGNMENT): Redefine.
3806         (sparc_constant_alignment): New function.
3807         * config/spu/spu.h (CONSTANT_ALIGNMENT): Delete.
3808         * config/spu/spu.c (spu_constant_alignment): New function.
3809         (TARGET_CONSTANT_ALIGNMENT): Redefine.
3810         * config/stormy16/stormy16.h (CONSTANT_ALIGNMENT): Delete.
3811         * config/stormy16/stormy16.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3812         constant_alignment_word_strings.
3813         * config/tilegx/tilegx.h (CONSTANT_ALIGNMENT): Delete.
3814         * config/tilegx/tilegx.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3815         constant_alignment_word_strings.
3816         * config/tilepro/tilepro.h (CONSTANT_ALIGNMENT): Delete.
3817         * config/tilepro/tilepro.c (TARGET_CONSTANT_ALIGNMENT): Redefine to
3818         constant_alignment_word_strings.
3819         * config/visium/visium.h (CONSTANT_ALIGNMENT): Delete.
3820         * config/visium/visium.c (TARGET_CONSTANT_ALIGNMENT): Redefine.
3821         (visium_constant_alignment): New function.
3822         * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT): Delete.
3823         * config/xtensa/xtensa.c (TARGET_CONSTANT_ALIGNMENT): Redefine.
3824         (xtensa_constant_alignment): New function.
3825         * system.h (CONSTANT_ALIGNMENT): Poison.
3827 2017-09-25  Will Schmidt  <will_schmidt@vnet.ibm.com>
3829         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
3830         for early folding of vector stores (ALTIVEC_BUILTIN_ST_*).
3831         (rs6000_builtin_valid_without_lhs): New helper function.
3832         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
3833         Remove obsoleted code for handling ALTIVEC_BUILTIN_VEC_ST.
3835 2017-09-25  Richard Sandiford  <richard.sandiford@linaro.org>
3837         * target.h (vec_perm_indices): Use unsigned short rather than
3838         unsigned char.
3839         (auto_vec_perm_indices): Likewise.
3840         * config/aarch64/aarch64.c (aarch64_vectorize_vec_perm_const_ok):
3841         Use unsigned int rather than unsigned char.
3842         * config/arm/arm.c (arm_vectorize_vec_perm_const_ok): Likewise.
3844 2017-09-25  Richard Biener  <rguenther@suse.de>
3846         * cfgloop.h (sort_sibling_loops): Declare.
3847         * cfgloop.c (sort_sibling_loops_cmp): New helper.
3848         (sort_sibling_loops): New function sorting the sibling loop list
3849         in RPO order.
3850         * graphite.c (graphite_transform_loops): Sort sibling loops.
3852 2017-09-25  Richard Sandiford  <richard.sandifird@linaro.org>
3854         * target.def (vec_perm_const_ok): Change sel parameter to
3855         vec_perm_indices.
3856         * optabs-query.c (can_vec_perm_p): Update accordingly.
3857         * doc/tm.texi: Regenerate.
3858         * config/aarch64/aarch64.c (expand_vec_perm_d): Change perm to
3859         auto_vec_perm_indices and remove separate nelt field.
3860         (aarch64_evpc_trn, aarch64_evpc_uzp, aarch64_evpc_zip)
3861         (aarch64_evpc_ext, aarch64_evpc_rev, aarch64_evpc_dup)
3862         (aarch64_evpc_tbl, aarch64_expand_vec_perm_const_1)
3863         (aarch64_expand_vec_perm_const): Update accordingly.
3864         (aarch64_vectorize_vec_perm_const_ok): Likewise.  Change sel
3865         to vec_perm_indices.
3866         * config/arm/arm.c (expand_vec_perm_d): Change perm to
3867         auto_vec_perm_indices and remove separate nelt field.
3868         (arm_evpc_neon_vuzp, arm_evpc_neon_vzip, arm_evpc_neon_vrev)
3869         (arm_evpc_neon_vtrn, arm_evpc_neon_vext, arm_evpc_neon_vtbl)
3870         (arm_expand_vec_perm_const_1, arm_expand_vec_perm_const): Update
3871         accordingly.
3872         (arm_vectorize_vec_perm_const_ok): Likewise.  Change sel
3873         to vec_perm_indices.
3874         * config/i386/i386.c (ix86_vectorize_vec_perm_const_ok): Change
3875         sel to vec_perm_indices.
3876         * config/ia64/ia64.c (ia64_vectorize_vec_perm_const_ok): Likewise.
3877         * config/mips/mips.c (mips_vectorize_vec_perm_const_ok): Likewise.
3878         * config/powerpcspe/powerpcspe.c (rs6000_vectorize_vec_perm_const_ok):
3879         Likewise.
3880         * config/rs6000/rs6000.c (rs6000_vectorize_vec_perm_const_ok):
3881         Likewise.
3883 2017-09-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3885         PR debug/82155
3886         * dwarf2out.c (dwarf2out_early_global_decl): Call dwarf2out_decl
3887         on the FUNCTION_DECL function context if it has a DIE that is a
3888         declaration.
3890 2017-09-25  Richard Biener  <rguenther@suse.de>
3892         PR tree-optimization/82285
3893         * tree-vect-patterns.c (vect_recog_bool_pattern): Also handle
3894         enumeral types.
3896 2017-09-25  Tom de Vries  <tom@codesourcery.com>
3898         PR target/80035
3899         PR target/81069
3900         * config/nvptx/nvptx.c (nvptx_output_call_insn): Add exit after call to
3901         noreturn function.
3903 2017-09-25  Richard Biener  <rguenther@suse.de>
3905         * graphite-optimize-isl.c (optimize_isl): Fail and dump if
3906         ISL errors other than isl_error_quota happen.  Dump if the
3907         schedule is the same.
3908         * graphite-sese-to-poly.c (build_poly_scop): Fail on ISL
3909         errors instead of aborting inside ISL.
3911 2017-09-25  Iain Sandoe  <iain@codesourcery.com>
3913         PR target/80556
3914         * config/i386/darwin.h (REAL_LIB_SPEC): New; put libSystem ahead
3915         of libgcc_eh for m64.
3916         * config/i386/darwin64.h: Likewise.
3918 2017-09-25  Richard Biener  <rguenther@suse.de>
3920         PR middle-end/82144
3921         * dwarf2out.c (gen_enumeration_type_die): Do not add alignment
3922         attribute for incomplete types nor twice for complete ones.
3924 2017-09-24  Uros Bizjak  <ubizjak@gmail.com>
3926         PR target/82267
3927         * config/i386/i386.c (ix86_print_operand_address_as): Encode
3928         %esp as %rsp to avoid 0x67 prefix if there is no index or base
3929         register.
3931 2017-09-23  Uros Bizjak  <ubizjak@gmail.com>
3933         PR bootstrap/82306
3934         * config/i386/i386.opt (mprefer-avx256): Use
3935         ix86_target_flags variable.
3936         * config/i386/i386.c (ix86_target_string): Move
3937         -mprefer-avx256 to flag2_opts.
3939 2017-09-22  Jakub Jelinek  <jakub@redhat.com>
3941         PR middle-end/35691
3942         * match.pd: Simplify x == -1 & y == -1 into (x & y) == -1
3943         and x != -1 | y != -1 into (x & y) != -1.
3945 2017-09-22  Steve Ellcey  <sellcey@cavium.com>
3947         * config.gcc: Add new case statement to set
3948         default_gnu_indirect_function.  Remove it from x86_64-*-linux*,
3949         i[34567]86-*, powerpc*-*-linux*spe*, powerpc*-*-linux*, s390-*-linux*,
3950         s390x-*-linux* case statements.   Added aarch64 to the list of
3951         supported architectures.
3953 2017-09-22  Richard Sandiford  <richard.sandiford@linaro.org>
3955         PR tree-optimization/82289
3956         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Check
3957         STMT_VINFO_RELEVANT_P.
3959 2017-09-22  Richard Sandiford  <richard.sandiford@linaro.org>
3960             Alan Hayward  <alan.hayward@arm.com>
3961             David Sherwood  <david.sherwood@arm.com>
3963         * tree-vrp.c (extract_range_from_multiplicative_op_1): Assert
3964         for VR_RANGE only; don't allow VR_ANTI_RANGE.
3965         (extract_range_from_binary_expr_1): Don't call
3966         extract_range_from_multiplicative_op_1 if !range_int_cst_p.
3968 2017-09-22  Richard Sandiford  <richard.sandiford@linaro.org>
3969             Alan Hayward  <alan.hayward@arm.com>
3970             David Sherwood  <david.sherwood@arm.com>
3972         * target.def (preferred_vector_alignment): New hook.
3973         * doc/tm.texi.in (TARGET_VECTORIZE_PREFERRED_VECTOR_ALIGNMENT): New
3974         hook.
3975         * doc/tm.texi: Regenerate.
3976         * targhooks.h (default_preferred_vector_alignment): Declare.
3977         * targhooks.c (default_preferred_vector_alignment): New function.
3978         * tree-vectorizer.h (dataref_aux): Add a target_alignment field.
3979         Expand commentary.
3980         (DR_TARGET_ALIGNMENT): New macro.
3981         (aligned_access_p): Update commentary.
3982         (vect_known_alignment_in_bytes): New function.
3983         * tree-vect-data-refs.c (vect_calculate_required_alignment): New
3984         function.
3985         (vect_compute_data_ref_alignment): Set DR_TARGET_ALIGNMENT.
3986         Calculate the misalignment based on the target alignment rather than
3987         the vector size.
3988         (vect_update_misalignment_for_peel): Use DR_TARGET_ALIGMENT
3989         rather than TYPE_ALIGN / BITS_PER_UNIT to update the misalignment.
3990         (vect_enhance_data_refs_alignment): Mask the byte misalignment with
3991         the target alignment, rather than masking the element misalignment
3992         with the number of elements in a vector.  Also use the target
3993         alignment when calculating the maximum number of peels.
3994         (vect_find_same_alignment_drs): Use vect_calculate_required_alignment
3995         instead of TYPE_ALIGN_UNIT.
3996         (vect_duplicate_ssa_name_ptr_info): Remove stmt_info parameter.
3997         Measure DR_MISALIGNMENT relative to DR_TARGET_ALIGNMENT.
3998         (vect_create_addr_base_for_vector_ref): Update call accordingly.
3999         (vect_create_data_ref_ptr): Likewise.
4000         (vect_setup_realignment): Realign by ANDing with
4001         -DR_TARGET_MISALIGNMENT.
4002         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Calculate
4003         the number of peels based on DR_TARGET_ALIGNMENT.
4004         * tree-vect-stmts.c (get_group_load_store_type): Compare the gap
4005         with the guaranteed alignment boundary when deciding whether
4006         overrun is OK.
4007         (vectorizable_mask_load_store): Interpret DR_MISALIGNMENT
4008         relative to DR_TARGET_ALIGNMENT instead of TYPE_ALIGN_UNIT.
4009         (ensure_base_align): Remove stmt_info parameter.  Get the
4010         target base alignment from DR_TARGET_ALIGNMENT.
4011         (vectorizable_store): Update call accordingly.   Interpret
4012         DR_MISALIGNMENT relative to DR_TARGET_ALIGNMENT instead of
4013         TYPE_ALIGN_UNIT.
4014         (vectorizable_load): Likewise.
4016 2017-09-22  Richard Sandiford  <richard.sandiford@linaro.org>
4017             Alan Hayward  <alan.hayward@arm.com>
4018             David Sherwood  <david.sherwood@arm.com>
4020         * tree-vectorizer.h (vect_get_scalar_dr_size): New function.
4021         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Use it.
4022         (vect_enhance_data_refs_alignment): Likewise.
4024 2017-09-22  Richard Earnshaw  <richard.earnshaw@arm.com>
4026         * config/arm/parsecpu.awk (fatal): Note that we've encountered an
4027         error.  Only quit immediately if parsing is complete.
4028         (BEGIN): Initialize fatal_err and parse_done.
4029         (begin fpu, end fpu): Check number of arguments.
4030         (begin arch, end arch): Likewise.
4031         (begin cpu, end cpu): Likewise.
4032         (cname, tune for, tune flags, architecture, fpu, option): Likewise.
4033         (optalias): Likewise.
4035 2017-09-22  Richard Earnshaw  <richard.earnshaw@arm.com>
4037         * config.gcc (arm*-*-*): Don't add arm-isa.h to tm_p_file.
4038         * config/arm/arm-isa.h: Delete.  Move definitions to ...
4039         * arm-cpus.in: ... here.  Use new feature and fgroup values.
4040         * config/arm/arm.c (arm_option_override): Use lower case for feature
4041         bit names.
4042         * config/arm/arm.h (TARGET_HARD_FLOAT): Likewise.
4043         (TARGET_VFP3, TARGET_VFP5, TARGET_FMA): Likewise.
4044         * config/arm/parsecpu.awk (END): Add new command 'isa'.
4045         (isa_pfx): Delete.
4046         (print_isa_bits_for): New function.
4047         (gen_isa): New function.
4048         (gen_comm_data): Use print_isa_bits_for.
4049         (define feature): New keyword.
4050         (define fgroup): New keyword.
4051         * config/arm/t-arm (TM_H): Remove.
4052         (GTM_H): Add arm-isa.h.
4053         (arm-isa.h): Add rule to generate file.
4054         * common/config/arm/arm-common.c: (arm_canon_arch_option): Use lower
4055         case for feature bit names.
4057 2017-09-22  Richard Biener  <rguenther@suse.de>
4059         * graphite-isl-ast-to-gimple.c (graphite_verify): Inline into
4060         single caller.
4061         (graphite_regenerate_ast_isl): Do not reset SCEV.  Move debug
4062         print of no dependency loops ...
4063         * graphite.c (graphite_transform_loops): ... here.
4064         (canonicalize_loop_closed_ssa_form): Work from inner to outer
4065         loops.
4066         (same_close_phi_node, remove_duplicate_close_phi,
4067         make_close_phi_nodes_unique, defined_in_loop_p): Fold into ...
4068         (canonicalize_loop_closed_ssa): ... here and simplify.
4069         * graphite-optimize-isl.c: Include tree-vectorizer.h.
4070         (optimize_isl): Use dump_printf_loc to tell when we stopped
4071         optimizing because of an ISL timeout.
4073 2017-09-22  Richard Biener  <rguenther@suse.de>
4075         PR tree-optimization/82291
4076         * tree-if-conv.c (predicate_mem_writes): Make sure to
4077         remove writes in blocks predicated with false.
4079 2017-09-22  Richard Biener  <rguenther@suse.de>
4081         * sese.c: Include cfganal.h.
4082         (if_region_set_false_region): Remove.
4083         (create_if_region_on_edge): Likewise.
4084         (move_sese_in_condition): Re-implement without destroying
4085         dominators.
4087 2017-09-22  Richard Biener  <rguenther@suse.de>
4089         * graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes):
4090         Verify both BBs contain loop PHI nodes before dispatching to
4091         copy_loop_phi_args.
4092         (graphite_regenerate_ast_isl): Do not recompute dominators,
4093         do not verify three times.  Restructure for clarity.
4094         * graphite-scop-detection.c (same_close_phi_node,
4095         remove_duplicate_close_phi, make_close_phi_nodes_unique,
4096         defined_in_loop_p, canonicalize_loop_closed_ssa,
4097         canonicalize_loop_closed_ssa_form): Simplify, remove excess
4098         checking and SSA rewrite, move to ...
4099         * graphite.c: ... here.  Include ssa.h and tree-ssa-loop-manip.h.
4100         (graphite_initialize): Do not pass in ctx, do not reset the
4101         SCEV cache, compute only dominators.
4102         (graphite_transform_loops): Allocate ISL ctx after
4103         graphite_initialize.  Call canonicalize_loop_closed_ssa_form.
4104         Maintain post-dominators only around build_scops.
4105         * sese.c (if_region_set_false_region): Make static.  Free
4106         and recompute dominators.
4107         (move_sese_in_condition): Assert we don't get called with
4108         post-dominators computed.
4109         * sese.h (if_region_set_false_region): Remove.
4111 2017-09-22  Sergey Shalnov  <sergey.shalnov@intel.com>
4113         * config/i386/sse.md ("mov<mode>_internal"): Use <sseinsnmode>
4114         mode attribute for TARGET_AVX512VL.
4116 2017-09-21  Sergey Shalnov  <sergey.shalnov@intel.com>
4118         * config/i386/i386.opt (mprefer-avx256): New option.
4119         * config/i386/i386.c (ix86_target_string): Add -mprefer-avx256
4120         to flag_opts.
4121         (ix86_preferred_simd_mode): Return 256-bit AVX modes
4122         for TARGET_PREFER_AVX256.
4123         * doc/invoke.texi (x86 Options): Document -mprefer-avx256.
4125 2017-09-21  Jeff Law  <law@redhat.com>
4127         * config/i386/i386.c (ix86_adjust_stack_and_probe_stack_clash):
4128         Fix dump output if the only stack space is for pushed registers.
4130 2017-09-21  Richard Sandiford  <richard.sandiford@linaro.org>
4132         * config/spu/spu.c (spu_sched_adjust_cost): Update after renaming
4133         of insn_cost.
4135 2017-09-21  Martin Sebor  <msebor@redhat.com>
4137         PR c/81882
4138         * doc/extend.texi (attribute ifunc): Avoid relying on ill-formed
4139         code (in C++) or code that triggers warnings.
4141 2017-09-21  Eric Botcazou  <ebotcazou@adacore.com>
4143         * stor-layout.c (bit_from_pos): Do not distribute the conversion.
4145 2017-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
4147         * haifa-sched.c: Rename insn_cost to insn_sched_cost.
4148         * sched-rgn.c: Ditto.
4149         * sel-sched-ir.c: Ditto.
4151 2017-09-21  Alexander Monakov  <amonakov@ispras.ru>
4153         * toplev.h (set_random_seed): Adjust return type.
4154         * toplev.c (init_local_tick): Move eager initialization of random_seed
4155         to get_random_seed.  Adjust comment.
4156         (init_random_seed): Inline to get_random_seed, delete.
4157         (get_random_seed): Initialize random_seed lazily.
4158         (set_random_seed): Do not return previous value.
4159         (print_switch_value): Do not call get_random_seed.
4161 2017-09-21  Evgeny Kudryashov  <kudryashov@ispras.ru>
4163         * cgraph.c (delete_function_version): New, broken out from...
4164         (cgraph_node::delete_function_version): ...here.  Rename to
4165         cgraph_node::delete_function_version_by_decl.  Update all uses.
4166         (cgraph_node::remove): Call delete_function_version.
4168 2017-09-21  Jakub Jelinek  <jakub@redhat.com>
4170         PR sanitizer/81715
4171         * tree-inline.c (expand_call_inline): Emit clobber stmts for
4172         VAR_DECLs to which addressable non-volatile parameters are mapped
4173         and for id->retvar after the return value assignment.  Clear
4174         id->retval and id->retbnd after inlining.
4176 2017-09-21  Richard Biener  <rguenther@suse.de>
4178         PR tree-optimization/82276
4179         PR tree-optimization/82244
4180         * tree-vrp.c (build_assert_expr_for): Set
4181         SSA_NAME_OCCURS_IN_ABNORMAL_PHI if the variable we assert on
4182         has it set.
4183         (remove_range_assertions): Revert earlier change.
4185 2017-09-21  Wilco Dijkstra  <wdijkstr@arm.com>
4187         PR target/71951
4188         * config/aarch64/aarch64.h (LIBGCC2_UNWIND_ATTRIBUTE): Define.
4190 2017-09-21  Richard Biener  <rguenther@suse.de>
4192         * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
4193         Restore valid IL after code generation errors.
4194         * graphite.c (graphite_transform_loops): Diagnose code
4195         generation issues as MSG_MISSED_OPTIMIZATION and continue
4196         with processing SCOPs.
4198 2017-09-21  Richard Sandiford  <richard.sandiford@linaro.org>
4199             Alan Hayward  <alan.hayward@arm.com>
4200             David Sherwood  <david.sherwood@arm.com>
4202         * calls.c (compute_argument_addresses): Use simplify_gen_binary
4203         rather than choosing between plus_constant and gen_rtx_<CODE>.
4204         * expr.c (emit_push_insn): Likewise.
4205         (expand_expr_real_2): Likewise.
4207 2017-09-21  Richard Sandiford  <richard.sandiford@linaro.org>
4208             Alan Hayward  <alan.hayward@arm.com>
4209             David Sherwood  <david.sherwood@arm.com>
4211         * loop-unroll.c (split_iv): Call copy_rtx on the step.
4213 2017-09-21  Richard Sandiford  <richard.sandiford@linaro.org>
4214             Alan Hayward  <alan.hayward@arm.com>
4215             David Sherwood  <david.sherwood@arm.com>
4217         * tree.c (find_atomic_core_type): Check tree_fits_uhwi_p before
4218         calling tree_to_uhwi.
4220 2017-09-21  Richard Sandiford  <richard.sandiford@linaro.org>
4221             Alan Hayward  <alan.hayward@arm.com>
4222             David Sherwood  <david.sherwood@arm.com>
4224         * tree-ssa-ccp.c (get_value_for_expr): Use a positive test for
4225         INTEGER_CST rather than a negative test for ADDR_EXPR.
4227 2017-09-21  Richard Sandiford  <richard.sandiford@linaro.org>
4228             Alan Hayward  <alan.hayward@arm.com>
4229             David Sherwood  <david.sherwood@arm.com>
4231         * tree-vrp.c (extract_range_from_binary_expr_1): Check
4232         int_cst_rangeN before calling value_range_constant_singleton (&vrN).
4234 2017-09-21  Richard Biener  <rguenther@suse.de>
4236         PR tree-optimization/71351
4237         * graphite-isl-ast-to-gimple.c (translate_isl_ast_to_gimple::
4238         graphite_create_new_loop_guard): Remove, fold remaining parts
4239         into caller ...
4240         (translate_isl_ast_node_for): ... here and simplify.
4242 2017-09-21  Jakub Jelinek  <jakub@redhat.com>
4244         PR target/82260
4245         * config/i386/i386.md (*movqi_internal): Replace (=q,q) alternative
4246         with (=Q,Q), (=R,R) and (=r,r) alternatives, only enable the
4247         latter two for 64-bit, renumber alternatives, for -Os imov (=q,n)
4248         alternative always use QI mode, for -Os imov (=R,R) alternative
4249         always use SI mode, for imov (=Q,Q) or (=r,r) alternatives
4250         ignore -Os.
4252 2017-09-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4253             Jeff Law  <law@redhat.com>
4255         * config/s390/s390.c (MIN_UNROLL_PROBES): Define.
4256         (allocate_stack_space): New function, partially extracted from
4257         s390_emit_prologue.
4258         (s390_emit_prologue): Track offset to most recent stack probe.
4259         Code to allocate space moved into allocate_stack_space.
4260         Dump actions when no stack is allocated.
4261         (s390_prologue_plus_offset): New function.
4262         (s390_emit_stack_probe): Likewise.
4264 2017-09-20  Alexandre Oliva <aoliva@redhat.com>
4266         * common.opt (Wa, Wl, Wp, g, gz=): Add
4267         RejectNegative.
4268         (gno-column-info): Remove.
4269         (gcolumn-info): Drop RejectNegative.
4270         (gno-): New prefix.
4271         (gno-record-gcc-switches): Remove.
4272         (grecord-gcc-switches): Drop RejectNegative.
4273         (gno-split-dwarf): Remove.
4274         (gsplit-dwarf): Drop RejectNegative.
4275         (gno-strict-dwarf): Remove.
4276         (gstrict-dwarf): Drop RejectNegative.
4277         * config/darwin.opt (gfull, gused): Add RejectNegative.
4278         * dwarf2out.c (gen_producer_string): Drop
4279         gno-record-gcc-switches handler.
4280         * optc-gen.awk: Add g to prefixes with negative forms.
4281         * opts-common.c (remapping_prefix_p): New.
4282         (find_opt): Check it.
4283         (generate_canonical_option): Test g prefix.
4284         (option_map): Add -gno- mapping.
4285         (add_misspelling_candidates): Check remapping_prefix_p.
4287 2017-09-20  Jeff Law  <law@redhat.com>
4289         * config/powerpcspe/powerpcspe.c (rs6000_expand_prologue): Fix
4290         thinko in stack clash protection support.
4292         * explow.c (compute_stack_clash_protection_loop_data): Use
4293         CONST_INT_P instead of explicit test.  Verify object is a
4294         CONST_INT_P before looking at INTVAL.
4295         (anti_adjust_stack_and_probe_stack_clash): Use CONST_INT_P
4296         instead of explicit test.
4298 2017-09-20  Segher Boessenkool  <segher@kernel.crashing.org>
4300         PR target/77687
4301         * config/rs6000/rs6000.md (stack_restore_tie): Store to a scratch
4302         address instead of to r1 and r11.
4304 2017-09-20  Sebastian Peryt  <sebastian.peryt@intel.com>
4306         * config.gcc: Support "knm".
4307         * config/i386/driver-i386.c (host_detect_local_cpu): Detect "knm".
4308         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
4309         PROCESSOR_KNM.
4310         * config/i386/i386.c (m_KNM): Define.
4311         (processor_target_table): Add "knm".
4312         (PTA_KNM): Define.
4313         (ix86_option_override_internal): Add "knm".
4314         (ix86_issue_rate): Add PROCESSOR_KNM.
4315         (ix86_adjust_cost): Ditto.
4316         (ia32_multipass_dfa_lookahead): Ditto.
4317         (get_builtin_code_for_version): Handle PROCESSOR_KNM.
4318         (fold_builtin_cpu): Add M_INTEL_KNM.
4319         * config/i386/i386.h (processor_costs): Define TARGET_KNM.
4320         (processor_type): Add PROCESSOR_KNM.
4321         * config/i386/x86-tune.def: Add m_KNM.
4322         * doc/invoke.texi: Add knm as x86 -march=/-mtune= CPU type.
4324 2017-09-20  Richard Biener  <rguenther@suse.de>
4326         PR tree-optimization/80213
4327         * graphite-scop-detection.c (trivially_empty_bb_p): Labels
4328         are allowed in empty BBs as well.
4329         (canonicalize_loop_closed_ssa): Also look for other complex
4330         edges.
4331         (scop_detection::get_sese): Include the loop-closed PHI block
4332         in loop SESEs.
4333         (scop_detection::merge_sese): Remove code adding extra blocks.
4334         (scop_detection::region_has_one_loop): Adjust for get_sese changes.
4335         (build_scops): Assert the final returned scop is invalid.
4337 2017-09-20  Richard Biener  <rguenther@suse.de>
4339         PR tree-optimization/82264
4340         * tree-ssa-sccvn.c (vn_phi_eq): Use safe_dyn_cast to check
4341         for GIMPLE_CONDs.
4342         (vn_phi_lookup): Likewise.
4343         (vn_phi_insert): Likewise.
4345 2017-09-20  Jakub Jelinek  <jakub@redhat.com>
4347         * dwarf2out.c (tree_add_const_value_attribute): For INTEGER_CST
4348         that fits into uhwi or shwi, add DW_AT_const_value regardless
4349         of early_dwarf without going through RTL, using add_AT_unsigned
4350         or add_AT_int.
4352         * dwarf2out.c (DEBUG_LTO_DWO_INFO_SECTION): Reorder defines.
4353         (DEBUG_LTO_ABBREV_SECTION): Likewise.
4354         (DEBUG_LTO_MACINFO_SECTION): Likewise.
4355         (DEBUG_MACRO_SECTION): Likewise.
4356         (DEBUG_LTO_MACRO_SECTION): Likewise.
4357         (DEBUG_STR_DWO_SECTION): Likewise.
4358         (DEBUG_LTO_STR_DWO_SECTION): Likewise.
4359         (DEBUG_LTO_LINE_SECTION): Drop .dwo suffix from the name.
4360         (DEBUG_LTO_DWO_LINE_SECTION): Define.
4361         (DEBUG_LTO_LINE_STR_SECTION): Define.
4362         (init_sections_and_labels): Initialize debug_line_str_section
4363         variable.  Initialize debug_loc_section for -gdwarf-5 to
4364         DEBUG_LOCLISTS_SECTION.  Formatting fixes.
4366 2017-09-20  Richard Biener  <rguenther@suse.de>
4368         * graphite-sese-to-poly.c (extract_affine): Properly handle
4369         POINTER_PLUS_EXPR, BIT_NOT_EXPR and conversion to signed.
4371 2017-09-20  Richard Biener  <rguenther@suse.de>
4373         PR tree-optimization/81373
4374         * graphite-scop-detection.c (build_cross_bb_scalars_def):
4375         Force SESE live-out defs to be handled even if they are
4376         scev_analyzable_p.
4378 2017-09-19  Jeff Law  <law@redhat.com>
4380         * combine-stack-adj.c (combine_stack_adjustments_for_block): Do
4381         nothing for stack adjustments with REG_STACK_CHECK.
4382         * sched-deps.c (parse_add_or_inc): Reject insns with
4383         REG_STACK_CHECK from dependency breaking.
4384         * config/i386/i386.c (pro_epilogue_adjust_stack): Return insn.
4385         (ix86_adjust_satck_and_probe_stack_clash): Add REG_STACK_NOTEs.
4386         * reg-notes.def (STACK_CHECK): New note.
4388         * config/i386/i386.c (ix86_adjust_stack_and_probe_stack_clash): New.
4389         (ix86_expand_prologue): Dump stack clash info as needed.
4390         Call ix86_adjust_stack_and_probe_stack_clash as needed.
4392         * function.c (dump_stack_clash_frame_info): New function.
4393         * function.h (dump_stack_clash_frame_info): Prototype.
4394         (enum stack_clash_probes): New enum.
4396         * config/alpha/alpha.c (alpha_expand_prologue): Also check
4397         flag_stack_clash_protection.
4398         * config/arm/arm.c (arm_compute_static_chain_stack_bytes): Likewise.
4399         (arm_expand_prologue, thumb1_expand_prologue): Likewise.
4400         (arm_frame_pointer_required): Likewise.
4401         * config/ia64/ia64.c (ia64_compute_frame_size): Likewise.
4402         (ia64_expand_prologue): Likewise.
4403         * config/mips/mips.c (mips_expand_prologue): Likewise.
4404         * config/powerpcspe/powerpcspe.c (rs6000_expand_prologue): Likewise.
4405         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
4406         (sparc_flat_expand_prologue): Likewise.
4407         * config/spu/spu.c (spu_expand_prologue): Likewise.
4409         * explow.c: Include "params.h".
4410         (anti_adjust_stack_and_probe_stack_clash): New function.
4411         (get_stack_check_protect): Likewise.
4412         (compute_stack_clash_protection_loop_data): Likewise.
4413         (emit_stack_clash_protection_loop_start): Likewise.
4414         (emit_stack_clash_protection_loop_end): Likewise.
4415         (allocate_dynamic_stack_space): Use get_stack_check_protect.
4416         Use anti_adjust_stack_and_probe_stack_clash.
4417         * explow.h (compute_stack_clash_protection_loop_data): Prototype.
4418         (emit_stack_clash_protection_loop_start): Likewise.
4419         (emit_stack_clash_protection_loop_end): Likewise.
4420         * rtl.h (get_stack_check_protect): Prototype.
4421         * target.def (stack_clash_protection_final_dynamic_probe): New hook.
4422         * targhooks.c (default_stack_clash_protection_final_dynamic_probe): New.
4423         * targhooks.h (default_stack_clash_protection_final_dynamic_probe):
4424         Prototype.
4425         * doc/tm.texi.in (TARGET_STACK_CLASH_PROTECTION_FINAL_DYNAMIC_PROBE):
4426         Add @hook.
4427         * doc/tm.texi: Rebuilt.
4428         * config/aarch64/aarch64.c (aarch64_expand_prologue): Use
4429         get_stack_check_protect.
4430         * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
4431         * config/arm/arm.c (arm_expand_prologue): Likewise.
4432         (arm_frame_pointer_required): Likewise.
4433         * config/i386/i386.c (ix86_expand_prologue): Likewise.
4434         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
4435         * config/mips/mips.c (mips_expand_prologue): Likewise.
4436         * config/powerpcspe/powerpcspe.c (rs6000_emit_prologue): Likewise.
4437         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
4438         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
4439         (sparc_flat_expand_prologue): Likewise.
4441         * common.opt (-fstack-clash-protection): New option.
4442         * flag-types.h (enum stack_check_type): Note difference between
4443         -fstack-check= and -fstack-clash-protection.
4444         * params.def (PARAM_STACK_CLASH_PROTECTION_GUARD_SIZE): New PARAM.
4445         (PARAM_STACK_CLASH_PROTECTION_PROBE_INTERVAL): Likewise.
4446         * toplev.c (process_options): Issue warnings/errors for cases
4447         not handled with -fstack-clash-protection.
4448         * doc/invoke.texi (-fstack-clash-protection): Document new option.
4449         (-fstack-check): Note additional problem with -fstack-check=generic.
4450         Note that -fstack-check is primarily for Ada and refer users
4451         to -fstack-clash-protection for stack-clash-protection.
4452         Document new params for stack clash protection.
4454 2017-09-19  Uros Bizjak  <ubizjak@gmail.com>
4456         * config/i386/i386.c (ix86_split_long_move): Do not handle
4457         address used for LEA in a special way.
4459 2017-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
4461         * simplify-rtx.c (simplify_binary_operation_1): Fix typo in comment.
4463 2017-09-19  Martin Sebor  <msebor@redhat.com>
4465         PR c/81854
4466         * cgraphunit.c (handle_alias_pairs): Reject aliases between functions
4467         of incompatible types.
4469 2017-09-19  Will Schmidt  <will_schmidt@vnet.ibm.com>
4471         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
4472         for early folding of vector loads (ALTIVEC_BUILTIN_LVX_*).
4473         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4474         Remove obsoleted code for handling ALTIVEC_BUILTIN_VEC_LD.
4476 2017-09-19  Richard Biener  <rguenther@suse.de>
4478         PR tree-optimization/82244
4479         * tree-vrp.c (remove_range_assertions): Do not propagate
4480         a constant to abnormals but replace the assert with a copy.
4482 2017-09-19  Alexander Monakov  <amonakov@ispras.ru>
4484         PR rtl-optimization/57878
4485         PR rtl-optimization/68988
4486         * lra-assigns.c (reload_pseudo_compare_func): Remove fragmentation
4487         avoidance test involving non_reload_pseudos.  Move frequency test
4488         below the general fragmentation avoidance test.
4490 2017-09-19  Richard Biener  <rguenther@suse.de>
4492         PR tree-optimization/69728
4493         * graphite-sese-to-poly.c (schedule_error): New global.
4494         (add_loop_schedule): Handle empty domain by failing the
4495         schedule.
4496         (build_original_schedule): Handle schedule_error.
4498 2017-09-19  Richard Biener  <rguenther@suse.de>
4500         * graphite-scop-detection.c (scop_detection::can_represent_loop):
4501         Do not iterate to sibling loops but only to siblings of inner
4502         loops.
4504 2017-09-18  Andreas Schwab  <schwab@linux-m68k.org>
4506         PR target/81613
4507         * config/m68k/m68k.md (moveq feeding equality comparison): Check
4508         that the registers are different.
4510 2017-09-18  Uros Bizjak  <ubizjak@gmail.com>
4512         * config/i386/i386.c (fold_builtin_cpu): Add M_AMDFAM17H
4513         to processor_model and "amdfam17h" to arch_names_table.
4514         * doc/extend.texi (__builtin_cpu_is): Document amdfam17h CPU name.
4516 2017-09-18  Jakub Jelinek  <jakub@redhat.com>
4518         PR c/82234
4519         * doc/extend.texi: Add @findex entry for __builtin_shuffle.
4521 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
4522             Alan Hayward  <alan.hayward@arm.com>
4523             David Sherwood  <david.sherwood@arm.com>
4525         * tree-vectorizer.h (vect_slp_analyze_operations): Replace parameters
4526         with a vec_info *.
4527         * tree-vect-loop.c (vect_analyze_loop_operations): Update call
4528         accordingly.
4529         * tree-vect-slp.c (vect_slp_analyze_node_operations): Add vec_info *
4530         parameter.  Set SLP_TREE_NUMBER_OF_VEC_STMTS here rather than in
4531         vect_schedule_slp_instance.
4532         (vect_slp_analyze_operations): Replace parameters with a vec_info *.
4533         Update call to vect_slp_analyze_node_operations.  Simplify return
4534         value.
4535         (vect_slp_analyze_bb_1): Update call accordingly.
4536         (vect_schedule_slp_instance): Remove vectorization_factor parameter.
4537         Don't calculate SLP_TREE_NUMBER_OF_VEC_STMTS here.
4538         (vect_schedule_slp): Update call accordingly.
4540 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
4541             Alan Hayward  <alan.hayward@arm.com>
4542             David Sherwood  <david.sherwood@arm.com>
4544         * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Cope
4545         with types that aren't in fact scalar.
4547 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
4549         * tree-vect-slp.c (vect_record_max_nunits): New function,
4550         split out from...
4551         (vect_build_slp_tree_1): ...here.
4552         (vect_build_slp_tree_2): Call it for phis too.
4554 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
4556         * tree-vect-stmts.c (vectorizable_mask_load_store): Pass mask_vectype
4557         to vect_get_vec_def_for_operand when getting the mask operand.
4559 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
4560             Alan Hayward  <alan.hayward@arm.com>
4561             David Sherwood  <david.sherwood@arm.com>
4563         * tree-vect-loop.c (vectorizable_live_operation): Fix type of
4564         bitstart.
4566 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
4567             Alan Hayward  <alan.hayward@arm.com>
4568             David Sherwood  <david.sherwood@arm.com>
4570         * tree-vect-loop.c (vectorizable_live_operation): Fix element size
4571         calculation for vector booleans.
4573 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
4574             Alan Hayward  <alan.hayward@arm.com>
4575             David Sherwood  <david.sherwood@arm.com>
4577         * tree-vect-stmts.c (can_vectorize_live_stmts): New function,
4578         split out from...
4579         (vect_transform_stmt): ...here.
4580         (vect_analyze_stmt): Use it instead of calling
4581         vectorizable_live_operation directly.
4583 2017-09-18  Cesar Philippidis  <cesar@codesourcery.com>
4585         * omp-offload.c (oacc_xform_loop): Enable SIMD vectorization on
4586         non-SIMT targets in acc vector loops.
4588 2017-09-18  Claudiu Zissulescu  <claziss@synopsys.com>
4590         * configure.ac: Add arc and check if assembler supports gdwarf2.
4591         * configure: Regenerate.
4593 2017-09-18  Richard Biener  <rguenther@suse.de>
4595         PR tree-optimization/82220
4596         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Exclude
4597         epilogue niters from the min_profitable_iters compute.
4599 2017-09-18  Jakub Jelinek  <jakub@redhat.com>
4601         PR target/82145
4602         * config/i386/i386.c (ix86_init_large_pic_reg): Revert 2017-09-01
4603         changes.  Turn CODE_LABEL into NOTE_INSN_DELETED_LABEL immediately.
4604         (ix86_init_pic_reg): Revert 2017-09-01 changes.
4606 2017-09-18  Eric Botcazou  <ebotcazou@adacore.com>
4608         PR target/81361
4609         * dwarf2cfi.c (add_cfis_to_fde): Do not generate DW_CFA_set_loc after
4610         switching to a new text section.
4612 2017-09-18  Richard Biener  <rguenther@suse.de>
4614         * graphite-scop-detection.c (scop_detection::stmt_has_simple_data_ref):
4615         Simplify.
4616         (build_alias_set): Reject aliases with no access function.
4618 2017-09-18  Richard Biener  <rguenther@suse.de>
4620         PR tree-optimization/79622
4621         * graphite-scop-detection.c (build_cross_bb_scalars_def): Properly
4622         handle PHIs.
4623         (build_cross_bb_scalars_use): Likewise.
4625 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
4627         * cgraph.h (cgraph_thunk_info): Fix a typo in a comment.
4629 2017-09-18  Alan Modra  <amodra@gmail.com>
4631         PR target/81996
4632         * gcc/config/rs6000/rs6000.c (rs6000_return_addr): Use
4633         stack_pointer_rtx for count 0.  Update comments.  Break up
4634         large rtl expression.
4636 2017-09-17  Daniel Santos  <daniel.santos@pobox.com>
4638         * config/i386/i386.c (xlogue_layout::STUB_NAME_MAX_LEN):
4639         Increase to 20 bytes.
4640         (xlogue_layout::s_stub_names): Add an additional size-2 diminsion.
4641         (xlogue_layout::get_stub_name): Modify to select the appropairate sse
4642         or avx version of the stub.
4644 2017-09-17  H.J. Lu  <hongjiu.lu@intel.com>
4646         PR target/82166
4647         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Properly
4648         compute the minimum stack alignment.  Also update preferred stack
4649         boundary for leaf functions.
4651 2017-09-16  Richard Sandiford  <richard.sandiford@linaro.org>
4653         PR tree-optimization/82228
4654         * tree-vect-loop.c (vectorizable_live_operation): Move initialization
4655         of ncopies.
4657 2017-09-16  Chung-Ju Wu  <jasonwucj@gmail.com>
4659         * common/config/nds32/nds32-common.c
4660         (nds32_option_optimization_table): Refine formatting.
4661         (nds32_option_optimization_table): Use -fsched-pressure and
4662         -fomit-frame-pointer for specific optimization level.
4664 2017-09-16  Chung-Ju Wu  <jasonwucj@gmail.com>
4666         * config/nds32/nds32.c: Refine formatting and comments.
4667         * config/nds32/nds32.h: Likewise.
4668         * config/nds32/nds32.md: Likewise.
4669         * config/nds32/nds32-cost.c: Likewise.
4670         * config/nds32/nds32-isr.c: Likewise.
4671         * config/nds32/nds32-md-auxiliary.c: Likewise.
4672         * config/nds32/nds32-multiple.md: Likewise.
4673         * config/nds32/nds32-predicates.c: Likewise.
4675 2017-09-15  Andrew Sutton  <andrew.n.sutton@gmail.com>
4676             Jakub Jelinek  <jakub@redhat.com>
4678         Add support for -std=c++2a.
4679         * doc/cpp.texi (__cplusplus): Document value for -std=c++2a
4680         or -std=gnu+2a.
4681         * doc/invoke.texi: Document -std=c++2a and -std=gnu++2a.
4683 2017-09-15  Steve Ellcey  <sellcey@cavium.com>
4685         PR target/82066
4686         * doc/extend.texi (Common Function Attributes): Add 
4687         references to ARM, AArch64, and S/390 specific attributes.
4688         (Function Specific Option Pragmas): Add AArch64 and S/390
4689         to list of back ends that support the target pragma.
4691 2017-09-15  Nathan Sidwell  <nathan@acm.org>
4693         * doc/standards.texi: Fix C++17 description.  Update URLs for
4694         C++11 & 14.
4696 2017-09-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4698         * common.opt (Wcast-align=strict): New warning option.
4699         * doc/invoke.texi: Document -Wcast-align=strict. 
4701 2017-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
4703         * cgraph.h (cgraph_thunk_info): Add comments.
4704         * cgraph.c (cgraph_node::create_thunk): Adjust comment, make
4705         assert for VIRTUAL_* arguments stricter.
4707 2017-09-15  Jackson Woodruff  <jackson.woodruff@arm.com>
4709         PR tree-optimization/71026
4710         * match.pd: Move RDIV patterns from fold-const.c
4711         * fold-const.c (distribute_real_division): Removed.
4712         (fold_binary_loc): Remove calls to distribute_real_divison.
4714 2017-09-15  Jakub Jelinek  <jakub@redhat.com>
4716         * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and document
4717         c++1z and gnu++1z as deprecated.  Change other references to
4718         -std=c++1z to -std=c++17 and -std=gnu++1z to -std=gnu++17.
4719         Change -Wc++1z-compat to -Wc++17-compat.
4720         * doc/cpp.texi: Document -std=c++17 defines __cplusplus 201703L.
4721         * dwarf2out.c (highest_c_language): Handle C++17.
4722         (gen_compile_unit_die): Likewise.
4724 2017-09-15  Jakub Jelinek  <jakub@redhat.com>
4726         PR rtl-optimization/82192
4727         * combine.c (make_extraction): Don't look through non-paradoxical
4728         SUBREGs or TRUNCATE if pos + len is or might be bigger than
4729         inner's mode.
4731 2017-09-15  Richard Sandiford  <richard.sandiford@linaro.org>
4732             Alan Hayward  <alan.hayward@arm.com>
4733             David Sherwood  <david.sherwood@arm.com>
4735         * target.def (function_arg_offset): New hook.
4736         * targhooks.h (default_function_arg_offset): Declare.
4737         * targhooks.c (default_function_arg_offset): New function.
4738         * function.c (locate_and_pad_parm): Use
4739         targetm.calls.function_arg_offset instead of FUNCTION_ARG_OFFSET.
4740         * doc/tm.texi.in (FUNCTION_ARG_OFFSET): Replace with...
4741         (TARGET_FUNCTION_ARG_OFFSET): ...this.
4742         * doc/tm.texi: Regenerate.
4743         * config/spu/spu.h (FUNCTION_ARG_OFFSET): Delete.
4744         * config/spu/spu.c (spu_function_arg_offset): New function.
4745         (TARGET_FUNCTION_ARG_OFFSET): Redefine.
4746         * system.h (FUNCTION_ARG_OFFSET): Poison.
4748 2017-09-15  Richard Sandiford  <richard.sandiford@linaro.org>
4749             Alan Hayard  <alan.hayward@arm.com>
4750             David Sherwood  <david.sherwood@arm.com>
4752         * target.def (truly_noop_truncation): New hook.
4753         (mode_rep_extended): Refer to TARGET_TRULY_NOOP_TRUNCATION rather
4754         than TRULY_NOOP_TRUNCATION.
4755         * hooks.h (hook_bool_uint_uint_true): Declare.
4756         * hooks.c (hook_bool_uint_uint_true): New function.
4757         * doc/tm.texi.in (TRULY_NOOP_TRUNCATION): Replace with...
4758         (TARGET_TRULY_NOOP_TRUNCATION): ...this.
4759         * doc/tm.texi: Regenerate.
4760         * combine.c (make_extraction): Refer to TARGET_TRULY_NOOP_TRUNCATION
4761         rather than TRULY_NOOP_TRUNCATION in comments.
4762         (simplify_comparison): Likewise.
4763         (record_truncated_value): Likewise.
4764         * expmed.c (extract_bit_field_1): Likewise.
4765         (extract_split_bit_field): Likewise.
4766         * convert.c (convert_to_integer_1): Use targetm.truly_noop_truncation
4767         instead of TRULY_NOOP_TRUNCATION.
4768         * function.c (assign_parm_setup_block): Likewise.
4769         * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): Likewise.
4770         * rtlhooks.c: Include target.h.
4771         * config/aarch64/aarch64.h (TRULY_NOOP_TRUNCATION): Delete.
4772         * config/alpha/alpha.h (TRULY_NOOP_TRUNCATION): Delete.
4773         * config/arc/arc.h (TRULY_NOOP_TRUNCATION): Delete.
4774         * config/arm/arm.h (TRULY_NOOP_TRUNCATION): Delete.
4775         * config/avr/avr.h (TRULY_NOOP_TRUNCATION): Delete.
4776         * config/bfin/bfin.h (TRULY_NOOP_TRUNCATION): Delete.
4777         * config/c6x/c6x.h (TRULY_NOOP_TRUNCATION): Delete.
4778         * config/cr16/cr16.h (TRULY_NOOP_TRUNCATION): Delete.
4779         * config/cris/cris.h (TRULY_NOOP_TRUNCATION): Delete.
4780         * config/epiphany/epiphany.h (TRULY_NOOP_TRUNCATION): Delete.
4781         * config/fr30/fr30.h (TRULY_NOOP_TRUNCATION): Delete.
4782         * config/frv/frv.h (TRULY_NOOP_TRUNCATION): Delete.
4783         * config/ft32/ft32.h (TRULY_NOOP_TRUNCATION): Delete.
4784         * config/h8300/h8300.h (TRULY_NOOP_TRUNCATION): Delete.
4785         * config/i386/i386.h (TRULY_NOOP_TRUNCATION): Delete.
4786         * config/ia64/ia64.h (TRULY_NOOP_TRUNCATION): Delete.
4787         * config/iq2000/iq2000.h (TRULY_NOOP_TRUNCATION): Delete.
4788         * config/lm32/lm32.h (TRULY_NOOP_TRUNCATION): Delete.
4789         * config/m32c/m32c.h (TRULY_NOOP_TRUNCATION): Delete.
4790         * config/m32r/m32r.h (TRULY_NOOP_TRUNCATION): Delete.
4791         * config/m68k/m68k.h (TRULY_NOOP_TRUNCATION): Delete.
4792         * config/mcore/mcore.h (TRULY_NOOP_TRUNCATION): Delete.
4793         * config/microblaze/microblaze.h (TRULY_NOOP_TRUNCATION): Delete.
4794         * config/mips/mips.h (TRULY_NOOP_TRUNCATION): Delete.
4795         * config/mips/mips.c (mips_truly_noop_truncation): New function.
4796         (TARGET_TRULY_NOOP_TRUNCATION): Redefine.
4797         * config/mips/mips.md: Refer to TARGET_TRULY_NOOP_TRUNCATION
4798         rather than TRULY_NOOP_TRUNCATION in comments.
4799         * config/mmix/mmix.h (TRULY_NOOP_TRUNCATION): Delete.
4800         * config/mn10300/mn10300.h (TRULY_NOOP_TRUNCATION): Delete.
4801         * config/moxie/moxie.h (TRULY_NOOP_TRUNCATION): Delete.
4802         * config/msp430/msp430.h (TRULY_NOOP_TRUNCATION): Delete.
4803         * config/nds32/nds32.h (TRULY_NOOP_TRUNCATION): Delete.
4804         * config/nios2/nios2.h (TRULY_NOOP_TRUNCATION): Delete.
4805         * config/nvptx/nvptx.h (TRULY_NOOP_TRUNCATION): Delete.
4806         * config/pa/pa.h (TRULY_NOOP_TRUNCATION): Delete.
4807         * config/pdp11/pdp11.h (TRULY_NOOP_TRUNCATION): Delete.
4808         * config/powerpcspe/powerpcspe.h (TRULY_NOOP_TRUNCATION): Delete.
4809         * config/riscv/riscv.h (TRULY_NOOP_TRUNCATION): Delete.
4810         * config/riscv/riscv.md: Refer to TARGET_TRULY_NOOP_TRUNCATION
4811         rather than TRULY_NOOP_TRUNCATION in comments.
4812         * config/rl78/rl78.h (TRULY_NOOP_TRUNCATION): Delete.
4813         * config/rs6000/rs6000.h (TRULY_NOOP_TRUNCATION): Delete.
4814         * config/rx/rx.h (TRULY_NOOP_TRUNCATION): Delete.
4815         * config/s390/s390.h (TRULY_NOOP_TRUNCATION): Delete.
4816         * config/sh/sh.h (MAYBE_BASE_REGISTER_RTX_P): Remove
4817         TRULY_NOOP_TRUNCATION condition.
4818         (MAYBE_INDEX_REGISTER_RTX_P): Likewise.
4819         (TRULY_NOOP_TRUNCATION): Delete.
4820         * config/sparc/sparc.h (TRULY_NOOP_TRUNCATION): Delete.
4821         * config/spu/spu.h (TRULY_NOOP_TRUNCATION): Delete.
4822         * config/spu/spu.c (spu_truly_noop_truncation): New function.
4823         (TARGET_TRULY_NOOP_TRUNCATION): Redefine.
4824         * config/stormy16/stormy16.h (TRULY_NOOP_TRUNCATION): Delete.
4825         * config/tilegx/tilegx.h (TRULY_NOOP_TRUNCATION): Delete.
4826         * config/tilegx/tilegx.c (tilegx_truly_noop_truncation): New fuction.
4827         (TARGET_TRULY_NOOP_TRUNCATION): Redefine.
4828         * config/tilegx/tilegx.md: Refer to TARGET_TRULY_NOOP_TRUNCATION
4829         rather than TRULY_NOOP_TRUNCATION in comments.
4830         * config/tilepro/tilepro.h (TRULY_NOOP_TRUNCATION): Delete.
4831         * config/v850/v850.h (TRULY_NOOP_TRUNCATION): Delete.
4832         * config/vax/vax.h (TRULY_NOOP_TRUNCATION): Delete.
4833         * config/visium/visium.h (TRULY_NOOP_TRUNCATION): Delete.
4834         * config/xtensa/xtensa.h (TRULY_NOOP_TRUNCATION): Delete.
4835         * system.h (TRULY_NOOP_TRUNCATION): Poison.
4837 2017-09-15  Christophe Lyon  <christophe.lyon@linaro.org>
4839         PR target/67591
4840         * config/arm/arm.md (*cmp_and): Add enabled_for_depr_it attribute.
4841         (*cmp_ior): Likewise.
4842         (*ior_scc_scc): Add alternative for enabled_for_depr_it attribute.
4843         (*ior_scc_scc_cmp): Likewise.
4844         (*and_scc_scc): Likewise.
4845         (*and_scc_scc_cmp): Likewise.
4847 2017-09-15  Richard Sandiford  <richard.sandiford@linaro.org>
4848             Alan Hayard  <alan.hayward@arm.com>
4849             David Sherwood  <david.sherwood@arm.com>
4851         * target.def (can_change_mode_class): New hook.
4852         (mode_rep_extended): Refer to it instead of CANNOT_CHANGE_MODE_CLASS.
4853         (hard_regno_nregs): Likewise.
4854         * hooks.h (hook_bool_mode_mode_reg_class_t_true): Declare.
4855         * hooks.c (hook_bool_mode_mode_reg_class_t_true): New function.
4856         * doc/tm.texi.in (CANNOT_CHANGE_MODE_CLASS): Replace with...
4857         (TARGET_CAN_CHANGE_MODE_CLASS): ...this.
4858         (LOAD_EXTEND_OP): Update accordingly.
4859         * doc/tm.texi: Regenerate.
4860         * doc/rtl.texi: Refer to TARGET_CAN_CHANGE_MODE_CLASS instead of
4861         CANNOT_CHANGE_MODE_CLASS.
4862         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Replace with...
4863         (REG_CAN_CHANGE_MODE_P): ...this new macro.
4864         * combine.c (simplify_set): Update accordingly.
4865         * emit-rtl.c (validate_subreg): Likewise.
4866         * recog.c (general_operand): Likewise.
4867         * regcprop.c (mode_change_ok): Likewise.
4868         * reload1.c (choose_reload_regs): Likewise.
4869         (inherit_piecemeal_p): Likewise.
4870         * rtlanal.c (simplify_subreg_regno): Likewise.
4871         * postreload.c (reload_cse_simplify_set): Use REG_CAN_CHANGE_MODE_P
4872         instead of CANNOT_CHANGE_MODE_CLASS.
4873         (reload_cse_simplify_operands): Likewise.
4874         * reload.c (push_reload): Use targetm.can_change_mode_class
4875         instead of CANNOT_CHANGE_MODE_CLASS.
4876         (push_reload): Likewise.  Also use REG_CAN_CHANGE_MODE_P instead of
4877         REG_CANNOT_CHANGE_MODE_P.
4878         * config/alpha/alpha.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4879         * config/alpha/alpha.c (alpha_can_change_mode_class): New function.
4880         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4881         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4882         * config/arm/arm.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4883         (arm_can_change_mode_class): New function.
4884         * config/arm/neon.md: Refer to TARGET_CAN_CHANGE_MODE_CLASS rather
4885         than CANNOT_CHANGE_MODE_CLASS in comments.
4886         * config/i386/i386.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4887         * config/i386/i386-protos.h (ix86_cannot_change_mode_class): Delete.
4888         * config/i386/i386.c (ix86_cannot_change_mode_class): Replace with...
4889         (ix86_can_change_mode_class): ...this new function, inverting the
4890         sense of the return value.
4891         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4892         * config/ia64/ia64.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4893         * config/ia64/ia64.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4894         (ia64_can_change_mode_class): New function.
4895         * config/m32c/m32c.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4896         * config/m32c/m32c-protos.h (m32c_cannot_change_mode_class): Delete.
4897         * config/m32c/m32c.c (m32c_cannot_change_mode_class): Replace with...
4898         (m32c_can_change_mode_class): ...this new function, inverting the
4899         sense of the return value.
4900         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4901         * config/mips/mips.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4902         * config/mips/mips-protos.h (mips_cannot_change_mode_class): Delete.
4903         * config/mips/mips.c (mips_cannot_change_mode_class): Replace with...
4904         (mips_can_change_mode_class): ...this new function, inverting the
4905         sense of the return value.
4906         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4907         * config/msp430/msp430.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4908         * config/msp430/msp430.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4909         (msp430_can_change_mode_class): New function.
4910         * config/nvptx/nvptx.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4911         * config/nvptx/nvptx.c (nvptx_can_change_mode_class): New function.
4912         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4913         * config/pa/pa32-regs.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4914         * config/pa/pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4915         * config/pa/pa-protos.h (pa_cannot_change_mode_class): Delete.
4916         * config/pa/pa.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4917         (pa_cannot_change_mode_class): Replace with...
4918         (pa_can_change_mode_class): ...this new function, inverting the
4919         sense of the return value.
4920         (pa_modes_tieable_p): Refer to TARGET_CAN_CHANGE_MODE_CLASS rather
4921         than CANNOT_CHANGE_MODE_CLASS in comments.
4922         * config/pdp11/pdp11.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4923         * config/pdp11/pdp11-protos.h (pdp11_cannot_change_mode_class): Delete.
4924         * config/pdp11/pdp11.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4925         (pdp11_cannot_change_mode_class): Replace with...
4926         (pdp11_can_change_mode_class): ...this new function, inverting the
4927         sense of the return value.
4928         * config/powerpcspe/powerpcspe.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4929         * config/powerpcspe/powerpcspe-protos.h
4930         (rs6000_cannot_change_mode_class_ptr): Delete.
4931         * config/powerpcspe/powerpcspe.c
4932         (rs6000_cannot_change_mode_class_ptr): Delete.
4933         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4934         (rs6000_option_override_internal): Assign to
4935         targetm.can_change_mode_class instead of
4936         rs6000_cannot_change_mode_class_ptr.
4937         (rs6000_cannot_change_mode_class): Replace with...
4938         (rs6000_can_change_mode_class): ...this new function, inverting the
4939         sense of the return value.
4940         (rs6000_debug_cannot_change_mode_class): Replace with...
4941         (rs6000_debug_can_change_mode_class): ...this new function.
4942         * config/riscv/riscv.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4943         * config/riscv/riscv.c (riscv_can_change_mode_class): New function.
4944         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4945         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4946         * config/rs6000/rs6000-protos.h (rs6000_cannot_change_mode_class_ptr):
4947         Delete.
4948         * config/rs6000/rs6000.c (rs6000_cannot_change_mode_class_ptr): Delete.
4949         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4950         (rs6000_option_override_internal): Assign to
4951         targetm.can_change_mode_class instead of
4952         rs6000_cannot_change_mode_class_ptr.
4953         (rs6000_cannot_change_mode_class): Replace with...
4954         (rs6000_can_change_mode_class): ...this new function, inverting the
4955         sense of the return value.
4956         (rs6000_debug_cannot_change_mode_class): Replace with...
4957         (rs6000_debug_can_change_mode_class): ...this new function.
4958         * config/s390/s390.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4959         * config/s390/s390-protos.h (s390_cannot_change_mode_class): Delete.
4960         * config/s390/s390.c (s390_cannot_change_mode_class): Replace with...
4961         (s390_can_change_mode_class): ...this new function, inverting the
4962         sense of the return value.
4963         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4964         * config/sh/sh.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4965         * config/sh/sh-protos.h (sh_cannot_change_mode_class): Delete.
4966         * config/sh/sh.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4967         (sh_cannot_change_mode_class): Replace with...
4968         (sh_can_change_mode_class): ...this new function, inverting the
4969         sense of the return value.
4970         * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4971         * config/sparc/sparc.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4972         (sparc_can_change_mode_class): New function.
4973         * config/spu/spu.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4974         * config/spu/spu.c (spu_can_change_mode_class): New function.
4975         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4976         * config/visium/visium.h (CANNOT_CHANGE_MODE_CLASS): Delete.
4977         * config/visium/visium.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
4978         (visium_can_change_mode_class): New function.
4979         * system.h (CANNOT_CHANGE_MODE_CLASS): Poison.
4981 2017-09-15  Richard Biener  <rguenther@suse.de>
4983         PR tree-optimization/82217
4984         * tree-ssa-sccvn.c (visit_phi): Properly handle all VN_TOP
4985         but not undefined case.
4987 2017-09-15  Jakub Jelinek  <jakub@redhat.com>
4989         PR target/82145
4990         * postreload.c (reload_cse_simplify_operands): Skip
4991         NOTE_INSN_DELETED_LABEL similarly to skipping CODE_LABEL.
4993 2017-09-15  Richard Biener  <rguenther@suse.de>
4995         PR tree-optimization/68823
4996         * graphite-scop-detection.c (build_alias_set): If we have a
4997         possible dependence check whether we can handle them by just
4998         looking at the DRs DR_ACCESS_FNs.
4999         (build_scops): If build_alias_set fails, fail the SCOP.
5001 2017-09-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
5003         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_1_HW): New macros
5004         to support float128 built-in functions that require the ISA 3.0
5005         hardware.
5006         (BU_FLOAT128_3_HW): Likewise.
5007         (SQRTF128): Add support for the IEEE 128-bit square root and fma
5008         built-in functions.
5009         (FMAF128): Likewise.
5010         (FMAQ): Likewise.
5011         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
5012         support for built-in functions that need the ISA 3.0 IEEE 128-bit
5013         floating point instructions.
5014         (rs6000_invalid_builtin): Likewise.
5015         (rs6000_builtin_mask_names): Likewise.
5016         * config/rs6000/rs6000.h (MASK_FLOAT128_HW): Likewise.
5017         (RS6000_BTM_FLOAT128_HW): Likewise.
5018         (RS6000_BTM_COMMON): Likewise.
5019         * config/rs6000/rs6000.md (fma<mode>4_hw): Add a generator
5020         function.
5021         * doc/extend.texi (RS/6000 built-in functions): Document the
5022         IEEE 128-bit floating point square root and fused multiply-add
5023         built-in functions.
5025 2017-09-14  Pat Haugen  <pthaugen@us.ibm.com>
5027         * config/rs6000/rs6000.c (rs6000_set_up_by_prologue): Make sure the TOC
5028         reg (r2) isn't in the set of registers defined in the prologue.
5030 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
5031             Alan Hayward  <alan.hayward@arm.com>
5032             David Sherwood  <david.sherwood@arm.com>
5034         * tree-vectorizer.h (_loop_vec_info): Add max_vectorization_factor.
5035         (LOOP_VINFO_MAX_VECT_FACTOR): New macro.
5036         (LOOP_VINFO_ORIG_VECT_FACTOR): Replace with...
5037         (LOOP_VINFO_ORIG_MAX_VECT_FACTOR): ...this new macro.
5038         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Update
5039         accordingly.
5040         * tree-vect-loop.c (_loop_vec_info::_loop_vec_info): Initialize
5041         max_vectorization_factor.
5042         (vect_analyze_loop_2): Set LOOP_VINFO_MAX_VECT_FACTOR.
5044 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
5045             Alan Hayward  <alan.hayward@arm.com>
5046             David Sherwood  <david.sherwood@arm.com>
5048         * tree-vectorizer.h (vect_min_worthwhile_factor): Delete.
5049         (vect_worthwhile_without_simd_p): Declare.
5050         * tree-vect-loop.c (vect_worthwhile_without_simd_p): New function.
5051         (vectorizable_reduction): Use it.
5052         * tree-vect-stmts.c (vectorizable_shift): Likewise.
5053         (vectorizable_operation): Likewise.
5055 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
5056             Alan Hayward  <alan.hayward@arm.com>
5057             David Sherwood  <david.sherwood@arm.com>
5059         * tree-vectorizer.h (vect_get_num_copies): New function.
5060         * tree-vect-data-refs.c (vect_get_data_access_cost): Use it.
5061         * tree-vect-loop.c (vectorizable_reduction): Likewise.
5062         (vectorizable_induction): Likewise.
5063         (vectorizable_live_operation): Likewise.
5064         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
5065         (vectorizable_bswap): Likewise.
5066         (vectorizable_call): Likewise.
5067         (vectorizable_conversion): Likewise.
5068         (vectorizable_assignment): Likewise.
5069         (vectorizable_shift): Likewise.
5070         (vectorizable_operation): Likewise.
5071         (vectorizable_store): Likewise.
5072         (vectorizable_load): Likewise.
5073         (vectorizable_condition): Likewise.
5074         (vectorizable_comparison): Likewise.
5075         (vect_analyze_stmt): Pass the slp node to vectorizable_live_operation.
5077 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
5078             Alan Hayward  <alan.hayward@arm.com>
5079             David Sherwood  <david.sherwood@arm.com>
5081         * tree-vect-loop.c (vectorizable_induction): Use gimple_build instead
5082         of vect_init_vector.
5084 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
5085             Alan Hayward  <alan.hayward@arm.com>
5086             David Sherwood  <david.sherwood@arm.com>
5088         * gimple-fold.h (gimple_build_vector_from_val): Declare, and provide
5089         an inline wrapper that provides a location.
5090         (gimple_build_vector): Likewise.
5091         * gimple-fold.c (gimple_build_vector_from_val): New function.
5092         (gimple_build_vector): Likewise.
5093         * tree-vect-loop.c (get_initial_def_for_reduction): Use the new
5094         functions to build the initial value.  Always return a gimple value.
5095         (get_initial_defs_for_reduction): Likewise.  Only compute
5096         neutral_vec once.
5097         (vect_create_epilog_for_reduction): Don't call force_gimple_operand or
5098         vect_init_vector on the results from get_initial_def(s)_for_reduction.
5099         (vectorizable_induction): Use gimple_build_vector rather than
5100         vect_init_vector.
5102 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
5103             Alan Hayward  <alan.hayward@arm.com>
5104             David Sherwood  <david.sherwood@arm.com>
5106         * target.h (vec_perm_indices): New typedef.
5107         (auto_vec_perm_indices): Likewise.
5108         * optabs-query.h: Include target.h
5109         (can_vec_perm_p): Take a vec_perm_indices *.
5110         * optabs-query.c (can_vec_perm_p): Likewise.
5111         (can_mult_highpart_p): Update accordingly.  Use auto_vec_perm_indices.
5112         * tree-ssa-forwprop.c (simplify_vector_constructor): Likewise.
5113         * tree-vect-generic.c (lower_vec_perm): Likewise.
5114         * tree-vect-data-refs.c (vect_grouped_store_supported): Likewise.
5115         (vect_grouped_load_supported): Likewise.
5116         (vect_shift_permute_load_chain): Likewise.
5117         (vect_permute_store_chain): Use auto_vec_perm_indices.
5118         (vect_permute_load_chain): Likewise.
5119         * fold-const.c (fold_vec_perm): Take vec_perm_indices.
5120         (fold_ternary_loc): Update accordingly.  Use auto_vec_perm_indices.
5121         Update uses of can_vec_perm_p.
5122         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Replace the
5123         mode with a number of elements.  Take a vec_perm_indices *.
5124         (vect_create_epilog_for_reduction): Update accordingly.
5125         Use auto_vec_perm_indices.
5126         (have_whole_vector_shift): Likewise.  Update call to can_vec_perm_p.
5127         * tree-vect-slp.c (vect_build_slp_tree_1): Likewise.
5128         (vect_transform_slp_perm_load): Likewise.
5129         (vect_schedule_slp_instance): Use auto_vec_perm_indices.
5130         * tree-vectorizer.h (vect_gen_perm_mask_any): Take a vec_perm_indices.
5131         (vect_gen_perm_mask_checked): Likewise.
5132         * tree-vect-stmts.c (vect_gen_perm_mask_any): Take a vec_perm_indices.
5133         (vect_gen_perm_mask_checked): Likewise.
5134         (vectorizable_mask_load_store): Use auto_vec_perm_indices.
5135         (vectorizable_store): Likewise.
5136         (vectorizable_load): Likewise.
5137         (perm_mask_for_reverse): Likewise.  Update call to can_vec_perm_p.
5138         (vectorizable_bswap): Likewise.
5140 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
5141             Alan Hayward  <alan.hayward@arm.com>
5142             David Sherwood  <david.sherwood@arm.com>
5144         * tree.h (build_vector): Take a vec<tree> instead of a tree *.
5145         * tree.c (build_vector): Likewise.
5146         (build_vector_from_ctor): Update accordingly.
5147         (build_vector_from_val): Likewise.
5148         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
5149         * tree-ssa-forwprop.c (simplify_vector_constructor): Likewise.
5150         * tree-vect-generic.c (add_rshift): Likewise.
5151         (expand_vector_divmod): Likewise.
5152         (optimize_vector_constructor): Likewise.
5153         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
5154         (vect_transform_slp_perm_load): Likewise.
5155         (vect_schedule_slp_instance): Likewise.
5156         * tree-vect-stmts.c (vectorizable_bswap): Likewise.
5157         (vectorizable_call): Likewise.
5158         (vect_gen_perm_mask_any): Likewise.  Add elements in order.
5159         * expmed.c (make_tree): Likewise.
5160         * fold-const.c (fold_negate_expr_1): Use auto_vec<tree> when building
5161         a vector passed to build_vector.
5162         (fold_convert_const): Likewise.
5163         (exact_inverse): Likewise.
5164         (fold_ternary_loc): Likewise.
5165         (fold_relational_const): Likewise.
5166         (const_binop): Likewise.  Use VECTOR_CST_ELT directly when operating
5167         on VECTOR_CSTs, rather than going through vec_cst_ctor_to_array.
5168         (const_unop): Likewise.  Store the reduction accumulator in a
5169         variable rather than an array.
5170         (vec_cst_ctor_to_array): Take the number of elements as a parameter.
5171         (fold_vec_perm): Update calls accordingly.  Use auto_vec<tree> for
5172         the new vector, rather than constructing it after the input arrays.
5173         (native_interpret_vector): Use auto_vec<tree> when building
5174         a vector passed to build_vector.  Add elements in order.
5175         * tree-vect-loop.c (get_initial_defs_for_reduction): Use
5176         auto_vec<tree> when building a vector passed to build_vector.
5177         (vect_create_epilog_for_reduction): Likewise.
5178         (vectorizable_induction): Likewise.
5179         (get_initial_def_for_reduction): Likewise.  Fix indentation of
5180         case statements.
5181         * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Change n_elts
5182         to a vec<tree> *.
5183         (sparc_fold_builtin): Use auto_vec<tree> when building a vector
5184         passed to build_vector.
5186 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
5187             Alan Hayward  <alan.hayward@arm.com>
5188             David Sherwood  <david.sherwood@arm.com>
5190         * tree-core.h (tree_base::u): Add an "nelts" field.
5191         (tree_vector): Use VECTOR_CST_NELTS as the length.
5192         * tree.c (tree_size): Likewise.
5193         (make_vector): Initialize VECTOR_CST_NELTS.
5194         * tree.h (VECTOR_CST_NELTS): Use the u.nelts field.
5195         * cfgexpand.c (expand_debug_expr): Use VECTOR_CST_NELTS instead of
5196         TYPE_VECTOR_SUBPARTS.
5197         * expr.c (const_vector_mask_from_tree): Consistently use "units"
5198         as the number of units, setting it from VECTOR_CST_NELTS.
5199         (const_vector_from_tree): Likewise.
5200         * fold-const.c (negate_expr_p): Use VECTOR_CST_NELTS instead of
5201         TYPE_VECTOR_SUBPARTS for the number of elements in a VECTOR_CST.
5202         (fold_negate_expr_1): Likewise.
5203         (fold_convert_const): Likewise.
5204         (const_binop): Likewise.  Differentiate the number of output and
5205         input elements.
5206         (const_unop): Likewise.
5207         (fold_ternary_loc): Use VECTOR_CST_NELTS for the number of elements
5208         in a VECTOR_CST, asserting that it is the same as TYPE_VECTOR_SUBPARTS
5209         in cases that did the opposite.
5211 2017-09-14  Richard Biener  <rguenther@suse.de>
5213         * tree-ssa-sccvn.c (visit_phi): Merge undefined values similar
5214         to VN_TOP.
5216 2017-09-14  Eric Botcazou  <ebotcazou@adacore.com>
5218         * dwarf2out.c (dwarf2out_source_line): Remove superfluous test.
5220 2017-09-14  Jakub Jelinek  <jakub@redhat.com>
5222         PR target/81325
5223         * cfgbuild.c (find_bb_boundaries): Ignore debug insns in decisions
5224         if and where to split a bb, except for splitting before debug insn
5225         sequences followed by non-label real insn.  Delete debug insns
5226         in between basic blocks.
5228         * combine.c (make_compound_operation_int): Formatting fixes.
5230         * config/alpha/elf.h (LINK_EH_SPEC): Add -static-pie support.
5231         * config/alpha/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
5232         * config/netbsd.h (LINK_EH_SPEC): Likewise.
5233         * config/sol2.h (LINK_EH_SPEC): Likewise.
5234         * config/arm/uclinux-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
5235         * config/s390/linux.h (LINK_SPEC): Likewise.
5236         * config/freebsd.h (LINK_EH_SPEC): Likewise.
5237         * config/openbsd.h (LINK_EH_SPEC): Likewise.
5238         * config/lm32/uclinux-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
5239         * config/aarch64/aarch64-linux.h (LINUX_TARGET_LINK_SPEC): Likewise.
5240         * config/powerpcspe/sysv4.h (LINK_EH_SPEC): Likewise.
5241         * config/bfin/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
5242         * config/i386/gnu-user64.h (GNU_USER_TARGET_LINK_SPEC): Fix a typo.
5243         * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): Formatting fix.
5245 2017-09-13  Jakub Jelinek  <jakub@redhat.com>
5247         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Add -static-pie
5248         support.
5249         (ENDFILE_LINUX_SPEC): Likewise.
5250         (LINK_EH_SPEC): Likewise.
5251         * config/rs6000/linux64.h (LINK_SHLIB_SPEC): Likewise.
5252         (LINK_OS_LINUX_SPEC32): Likewise.
5253         (LINK_OS_LINUX_SPEC64): Likewise.
5254         * config/rs6000/linux.h (LINK_SHLIB_SPEC): Likewise.
5255         (LINK_OS_LINUX_SPEC): Likewise.
5257 2017-09-13  Martin Liska  <mliska@suse.cz>
5259         PR middle-end/82154
5260         * stmt.c (expand_sjlj_dispatch_table): Use CASE_LOW when
5261         CASE_HIGH is NULL_TREE.
5263 2017-09-13  Richard Sandiford  <richard.sandiford@linaro.org>
5264             Alan Hayward  <alan.hayward@arm.com>
5265             David Sherwood  <david.sherwood@arm.com>
5267         * target.def (secondary_memory_needed): New hook.
5268         (secondary_reload): Refer to TARGET_SECONDARY_MEMORY_NEEDED
5269         instead of SECONDARY_MEMORY_NEEDED.
5270         (secondary_memory_needed_mode): Likewise.
5271         * hooks.h (hook_bool_mode_reg_class_t_reg_class_t_false): Declare.
5272         * hooks.c (hook_bool_mode_reg_class_t_reg_class_t_false): New function.
5273         * doc/tm.texi.in (SECONDARY_MEMORY_NEEDED): Replace with...
5274         (TARGET_SECONDARY_MEMORY_NEEDED): ...this.
5275         (SECONDARY_MEMORY_NEEDED_RTX): Update reference accordingly.
5276         * doc/tm.texi: Regenerate.
5277         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED): Delete.
5278         * config/alpha/alpha.c (alpha_secondary_memory_needed): New function.
5279         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
5280         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED): Delete.
5281         * config/i386/i386-protos.h (ix86_secondary_memory_needed): Delete.
5282         * config/i386/i386.c (inline_secondary_memory_needed): Put the
5283         mode argument first and change the reg_class arguments to reg_class_t.
5284         (ix86_secondary_memory_needed): Likewise.  Remove the strict parameter.
5285         Make static.  Update the call to inline_secondary_memory_needed.
5286         (ix86_register_move_cost): Update the call to
5287         inline_secondary_memory_needed.
5288         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
5289         * config/ia64/ia64.h (SECONDARY_MEMORY_NEEDED): Delete commented-out
5290         definition.
5291         * config/ia64/ia64.c (spill_xfmode_rfmode_operand): Refer to
5292         TARGET_SECONDARY_MEMORY_NEEDED rather than SECONDARY_MEMORY_NEEDED
5293         in comment.
5294         * config/mips/mips.h (SECONDARY_MEMORY_NEEDED): Delete.
5295         * config/mips/mips-protos.h (mips_secondary_memory_needed): Delete.
5296         * config/mips/mips.c (mips_secondary_memory_needed): Make static
5297         and match hook interface.  Add comment from mips.h.
5298         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
5299         * config/mmix/mmix.md (truncdfsf2): Refer to
5300         TARGET_SECONDARY_MEMORY_NEEDED rather than SECONDARY_MEMORY_NEEDED
5301         in comment.
5302         * config/pa/pa-64.h (SECONDARY_MEMORY_NEEDED): Rename to...
5303         (PA_SECONDARY_MEMORY_NEEDED): ...this, and put the mode argument first.
5304         * config/pa/pa.c (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
5305         (pa_secondary_memory_needed): New function.
5306         * config/pdp11/pdp11.h (SECONDARY_MEMORY_NEEDED): Delete.
5307         * config/pdp11/pdp11-protos.h (pdp11_secondary_memory_needed): Delete.
5308         * config/pdp11/pdp11.c (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
5309         (pdp11_secondary_memory_needed): Make static and match hook interface.
5310         * config/powerpcspe/powerpcspe.h (SECONDARY_MEMORY_NEEDED): Delete.
5311         * config/powerpcspe/powerpcspe-protos.h
5312         (rs6000_secondary_memory_needed_ptr): Delete.
5313         * config/powerpcspe/powerpcspe.c (rs6000_secondary_memory_needed_ptr):
5314         Delete.
5315         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
5316         (rs6000_option_override_internal): Assign to
5317         targetm.secondary_memory_needed rather than
5318         rs6000_secondary_memory_needed_ptr.
5319         (rs6000_secondary_memory_needed): Match hook interface.
5320         (rs6000_debug_secondary_memory_needed): Likewise.
5321         * config/riscv/riscv.h (SECONDARY_MEMORY_NEEDED): Delete.
5322         * config/riscv/riscv.c (riscv_secondary_memory_needed): New function.
5323         (riscv_register_move_cost): Use it instead of SECONDARY_MEMORY_NEEDED.
5324         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
5325         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED): Delete.
5326         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_ptr):
5327         Delete.
5328         * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_ptr): Delete.
5329         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
5330         (rs6000_option_override_internal): Assign to
5331         targetm.secondary_memory_needed rather than
5332         rs6000_secondary_memory_needed_ptr.
5333         (rs6000_secondary_memory_needed): Match hook interface.
5334         (rs6000_debug_secondary_memory_needed): Likewise.
5335         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Delete.
5336         * config/s390/s390.c (s390_secondary_memory_needed): New function.
5337         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
5338         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Delete.
5339         * config/sparc/sparc.c (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
5340         (sparc_secondary_memory_needed): New function.
5341         * lra-constraints.c (check_and_process_move): Refer to
5342         TARGET_SECONDARY_MEMORY_NEEDED rather than SECONDARY_MEMORY_NEEDED
5343         in comment.
5344         (curr_insn_transform): Likewise.
5345         (process_alt_operands): Use targetm.secondary_memory_needed
5346         instead of TARGET_SECONDARY_MEMORY_NEEDED.
5347         (check_secondary_memory_needed_p): Likewise.
5348         (choose_split_class): Likewise.
5349         * reload.c: Unconditionally include code that was previously
5350         conditional on SECONDARY_MEMORY_NEEDED.
5351         (push_secondary_reload): Use targetm.secondary_memory_needed
5352         instead of TARGET_SECONDARY_MEMORY_NEEDED.
5353         (push_reload): Likewise.
5354         * reload1.c: Unconditionally include code that was previously
5355         conditional on SECONDARY_MEMORY_NEEDED.
5356         (choose_reload_regs): Use targetm.secondary_memory_needed
5357         instead of TARGET_SECONDARY_MEMORY_NEEDED.
5358         (gen_reload): Likewise.
5359         * system.h (SECONDARY_MEMORY_NEEDED): Poison.
5361 2017-09-13  Richard Sandiford  <richard.sandiford@linaro.org>
5362             Alan Hayward  <alan.hayward@arm.com>
5363             David Sherwood  <david.sherwood@arm.com>
5365         * target.def (secondary_memory_needed_mode): New hook:
5366         * targhooks.c (default_secondary_memory_needed_mode): Declare.
5367         * targhooks.h (default_secondary_memory_needed_mode): New function.
5368         * doc/tm.texi.in (SECONDARY_MEMORY_NEEDED_MODE): Replace with...
5369         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): ...this.
5370         * doc/tm.texi: Regenerate.
5371         * lra-constraints.c (check_and_process_move): Use
5372         targetm.secondary_memory_needed_mode instead of
5373         TARGET_SECONDARY_MEMORY_NEEDED_MODE.
5374         (curr_insn_transform): Likewise.
5375         * reload.c (get_secondary_mem): Likewise.
5376         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
5377         * config/alpha/alpha.c (alpha_secondary_memory_needed_mode): New
5378         function.
5379         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
5380         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
5381         * config/i386/i386.c (ix86_secondary_memory_needed_mode): New function.
5382         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
5383         * config/powerpcspe/powerpcspe.h (SECONDARY_MEMORY_NEEDED_MODE):
5384         Delete.
5385         * config/powerpcspe/powerpcspe-protos.h
5386         (rs6000_secondary_memory_needed_mode): Delete.
5387         * config/powerpcspe/powerpcspe.c
5388         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
5389         (rs6000_secondary_memory_needed_mode): Make static.
5390         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
5391         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_mode):
5392         Delete.
5393         * config/rs6000/rs6000.c (TARGET_SECONDARY_MEMORY_NEEDED_MODE):
5394         Redefine.
5395         (rs6000_secondary_memory_needed_mode): Make static.
5396         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
5397         * config/s390/s390.c (s390_secondary_memory_needed_mode): New function.
5398         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
5399         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
5400         * config/sparc/sparc.c (TARGET_SECONDARY_MEMORY_NEEDED_MODE):
5401         Redefine.
5402         (sparc_secondary_memory_needed_mode): New function.
5403         * system.h (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Poison.
5405 2017-09-13  Jackson Woodruff  <jackson.woodruff@arm.com>
5407         * config/aarch64/constraints.md (Umq): New constraint.
5408         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>):
5409         Change to use Umq.
5410         (mov<mode>): Update condition.
5412 2017-09-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5414         * gimple-ssa-store-merging.c (sort_by_bitpos): Compare store order
5415         when bitposition is the same.
5417 2017-09-13  Richard Biener  <rguenther@suse.de>
5419         * dwarf2out.c (output_die_symbol): Remove.
5420         (output_die): Do not output a DIEs symbol.
5422 2017-09-13  Richard Biener  <rguenther@suse.de>
5424         PR middle-end/82128
5425         * gimple-fold.c (gimple_fold_call): Update SSA name in-place to
5426         default-def to avoid breaking iterator update with the weird
5427         interaction with cgraph_update_edges_for_call_stmt_node.
5429 2017-09-13  Richard Biener  <rguenther@suse.de>
5431         * tree-cfg.c (verify_gimple_assign_binary): Add verification
5432         for WIDEN_SUM_EXPR, VEC_WIDEN_MULT_{HI,LO,EVEN,ODD}_EXPR,
5433         VEC_PACK_{TRUNC,SAT,FIX_TRUNC}_EXPR.
5434         (verify_gimple_assign_ternary): Add verification for DOT_PROD_EXPR.
5436 2017-09-13  Kugan Vivekanandarajah  <kuganv@linaro.org>
5438         * config/aarch64/aarch64.c (aarch64_override_options_after_change_1):
5439         Disable pc relative literal load irrespective of
5440         TARGET_FIX_ERR_A53_84341 for default.
5442 2017-09-12  Eric Botcazou  <ebotcazou@adacore.com>
5444         * config/sparc/sparc.c (output_return): Output the source location of
5445         the insn in the delay slot, if any.
5446         (output_sibcall): Likewise.
5448 2017-09-12  H.J. Lu  <hongjiu.lu@intel.com>
5450         PR driver/81498
5451         * common.opt (-static-pie): New alias.
5452         (shared): Negate static-pie.
5453         (-no-pie): Update help text.
5454         (-pie): Likewise.
5455         (static-pie): New option.
5456         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Add
5457         -static-pie support.
5458         (GNU_USER_TARGET_ENDFILE_SPEC): Likewise.
5459         (LINK_EH_SPEC): Likewise.
5460         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
5461         * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): Likewise.
5462         * config/i386/gnu-user64.h (GNU_USER_TARGET_LINK_SPEC): Likewise.
5463         * gcc.c (LINK_COMMAND_SPEC): Likewise.
5464         (init_gcc_specs): Likewise.
5465         (init_spec): Likewise.
5466         (display_help): Update help message for -pie.
5467         * doc/invoke.texi: Update -pie, -no-pie and -static.  Document
5468         -static-pie.
5470 2017-09-12  Wilco Dijkstra  <wdijkstr@arm.com>
5472         * config/aarch64/aarch64.md (movsi_aarch64): Remove all '*'.
5473         (movdi_aarch64): Likewise.
5474         (movti_aarch64): Likewise.
5476 2017-09-12 Simon Wright <simon@pushface.org>
5478         PR target/80204
5479         * config/darwin-driver.c (darwin_find_version_from_kernel): Eliminate
5480         calculation of the minor version, always output as 0.
5482 2017-09-12  Jakub Jelinek  <jakub@redhat.com>
5484         PR target/82112
5485         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
5486         ALTIVEC_BUILTIN_VEC_LD if arg1 has array type call default_conversion
5487         on it early, rather than manual conversion late.  For
5488         ALTIVEC_BUILTIN_VEC_ST if arg2 has array type call default_conversion
5489         instead of performing manual conversion.
5491 2017-09-12  Carl Love  <cel@us.ibm.com>
5493         * config/rs6000/altivec.md (vec_widen_umult_even_v4si,
5494         vec_widen_smult_even_v4si): Add define expands for vmuleuw, vmulesw,
5495         vmulouw, vmulosw.
5496         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
5497         VMULOSW): Add definitions.
5498         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5499         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
5500         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
5501         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
5502         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
5504 2017-09-12  James Greenhalgh  <james.greenhalgh@arm.com>
5506         * config/aarch64/aarch64.md (movdi_aarch64): Set load/store
5507         types correctly.
5508         (movti_aarch64): Likewise.
5509         (movdf_aarch64): Likewise.
5510         (movtf_aarch64): Likewise.
5511         (load_pairdi): Likewise.
5512         (store_pairdi): Likewise.
5513         (load_pairdf): Likewise.
5514         (store_pairdf): Likewise.
5515         (loadwb_pair<GPI:mode>_<P:mode>): Likewise.
5516         (storewb_pair<GPI:mode>_<P:mode>): Likewise.
5517         (ldr_got_small_<mode>): Likewise.
5518         (ldr_got_small_28k_<mode>): Likewise.
5519         (ldr_got_tiny): Likewise.
5520         * config/aarch64/iterators.md (ldst_sz): New.
5521         (ldpstp_sz): Likewise.
5522         * config/aarch64/thunderx.md (thunderx_storepair): Split store_8
5523         to store_16.
5524         (thunderx_load): Split load_8 to load_16.
5525         * config/aarch64/thunderx2t99.md (thunderx2t99_loadpair): Split
5526         load_8 to load_16.
5527         (thunderx2t99_storepair_basic): Split store_8 to store_16.
5528         * config/arm/xgene1.md (xgene1_load_pair): Split load_8 to load_16.
5529         (xgene1_store_pair): Split store_8 to store_16.
5530         * config/aarch64/falkor.md (falkor_ld_3_ld): Split load_8 to load_16.
5531         (falkor_st_0_st_sd): Split store_8 to store_16.
5533 2017-09-12  James Greenhalgh  <james.greenhalgh@arm.com>
5535         * config/arm/types.md (type): Rename load1/2/3/4 to load_4/8/12/16
5536         and store1/2/3/4 to store_4/8/12/16.
5537         * config/aarch64/aarch64.md: Update for rename.
5538         * config/arm/arm.md: Likewise.: Likewise.
5539         * config/arm/arm.c: Likewise.
5540         * config/arm/thumb1.md: Likewise.
5541         * config/arm/thumb2.md: Likewise.
5542         * config/arm/vfp.md: Likewise.
5543         * config/arm/arm-generic.md: Likewise.
5544         * config/arm/arm1020e.md: Likewise.
5545         * config/arm/arm1026ejs.md: Likewise.
5546         * config/arm/arm1136jfs.md: Likewise.
5547         * config/arm/arm926ejs.md: Likewise.
5548         * config/arm/cortex-a15.md: Likewise.
5549         * config/arm/cortex-a17.md: Likewise.
5550         * config/arm/cortex-a5.md: Likewise.
5551         * config/arm/cortex-a53.md: Likewise.
5552         * config/arm/cortex-a57.md: Likewise.
5553         * config/arm/cortex-a7.md: Likewise.
5554         * config/arm/cortex-a8.md: Likewise.
5555         * config/arm/cortex-a9.md: Likewise.
5556         * config/arm/cortex-m4.md: Likewise.
5557         * config/arm/cortex-m7.md: Likewise.
5558         * config/arm/cortex-r4.md: Likewise.
5559         * config/arm/exynos-m1.md: Likewise.
5560         * config/arm/fa526.md: Likewise.
5561         * config/arm/fa606te.md: Likewise.
5562         * config/arm/fa626te.md: Likewise.
5563         * config/arm/fa726te.md: Likewise.
5564         * config/arm/fmp626.md: Likewise.
5565         * config/arm/iwmmxt.md: Likewise.
5566         * config/arm/ldmstm.md: Likewise.
5567         * config/arm/marvell-pj4.md: Likewise.
5568         * config/arm/xgene1.md: Likewise.
5569         * config/aarch64/thunderx.md: Likewise.
5570         * config/aarch64/thunderx2t99.md: Likewise.
5571         * config/aarch64/falkor.md: Likewise.
5573 2017-09-12  Martin Liska  <mliska@suse.cz>
5575         * attribs.c (private_lookup_attribute): New function.
5576         * attribs.h (private_lookup_attribute): Declared here.
5577         (lookup_attribute): Called from this place.
5579 2017-09-12  Richard Biener  <rguenther@suse.de>
5581         PR tree-optimization/82157
5582         * tree-ssa-pre.c (remove_dead_inserted_code): Do not remove
5583         stmts with side-effects.
5585 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
5586             Alan Hayward  <alan.hayward@arm.com>
5587             David Sherwood <david.sherwood@arm.com>
5589         * target.def (hard_regno_nregs): New hook.
5590         (class_max_nregs): Refer to it instead of HARD_REGNO_NREGS.
5591         * targhooks.h (default_hard_regno_nregs): Declare.
5592         * targhooks.c (default_hard_regno_nregs): New function.
5593         * doc/tm.texi.in (HARD_REGNO_NREGS): Replace with...
5594         (TARGET_HARD_REGNO_NREGS): ...this hook.
5595         (HARD_REGNO_NREGS_HAS_PADDING): Update accordingly.
5596         (CLASS_MAX_NREGS): Likewise.
5597         * doc/tm.texi: Regenerate.
5598         * reginfo.c (init_reg_modes_target): Use targetm.hard_regno_nregs
5599         instead of HARD_REGNO_NREGS.
5600         * rtl.h (REG_NREGS): Refer to TARGET_HARD_REGNO_NREGS rather than
5601         HARD_REGNO_NREGS in the comment.
5602         * config/aarch64/aarch64.h (HARD_REGNO_NREGS): Delete.
5603         * config/aarch64/aarch64-protos.h (aarch64_hard_regno_nregs): Delete.
5604         * config/aarch64/aarch64.c (aarch64_hard_regno_nregs): Make static.
5605         Return an unsigned int.
5606         (TARGET_HARD_REGNO_NREGS): Redefine.
5607         * config/alpha/alpha.h (HARD_REGNO_NREGS): Delete.
5608         * config/arc/arc.h (HARD_REGNO_NREGS): Delete.
5609         * config/arc/arc.c (TARGET_HARD_REGNO_NREGS): Redefine.
5610         (arc_hard_regno_nregs): New function.
5611         * config/arm/arm.h (HARD_REGNO_NREGS): Delete.
5612         * config/arm/arm.c (TARGET_HARD_REGNO_NREGS): Redefine.
5613         (arm_hard_regno_nregs): New function.
5614         * config/avr/avr.h (HARD_REGNO_NREGS): Delete.
5615         * config/bfin/bfin.h (HARD_REGNO_NREGS): Delete.
5616         * config/bfin/bfin.c (bfin_hard_regno_nregs): New function.
5617         (TARGET_HARD_REGNO_NREGS): Redefine.
5618         * config/c6x/c6x.h (HARD_REGNO_NREGS): Delete.
5619         * config/cr16/cr16.h (LONG_REG_P): Use targetm.hard_regno_nregs.
5620         (HARD_REGNO_NREGS): Delete.
5621         * config/cr16/cr16.c (TARGET_HARD_REGNO_NREGS): Redefine.
5622         (cr16_hard_regno_nregs): New function.
5623         (cr16_memory_move_cost): Use it instead of HARD_REGNO_NREGS.
5624         * config/cris/cris.h (HARD_REGNO_NREGS): Delete.
5625         * config/cris/cris.c (TARGET_HARD_REGNO_NREGS): Redefine.
5626         (cris_hard_regno_nregs): New function.
5627         * config/epiphany/epiphany.h (HARD_REGNO_NREGS): Delete.
5628         * config/fr30/fr30.h (HARD_REGNO_NREGS): Delete.
5629         (CLASS_MAX_NREGS): Use targetm.hard_regno_nregs.
5630         * config/frv/frv.h (HARD_REGNO_NREGS): Delete.
5631         (CLASS_MAX_NREGS): Remove outdated copy of documentation.
5632         * config/frv/frv-protos.h (frv_hard_regno_nregs): Delete.
5633         * config/frv/frv.c (TARGET_HARD_REGNO_NREGS): Redefine.
5634         (frv_hard_regno_nregs): Make static.  Take and return an
5635         unsigned int.
5636         (frv_class_max_nregs): Remove outdated copy of documentation.
5637         * config/ft32/ft32.h (HARD_REGNO_NREGS): Delete.
5638         * config/h8300/h8300.h (HARD_REGNO_NREGS): Delete.
5639         * config/h8300/h8300-protos.h (h8300_hard_regno_nregs): Delete.
5640         * config/h8300/h8300.c (h8300_hard_regno_nregs): Delete.
5641         * config/i386/i386.h (HARD_REGNO_NREGS): Delete.
5642         * config/i386/i386.c (ix86_hard_regno_nregs): New function.
5643         (TARGET_HARD_REGNO_NREGS): Redefine.
5644         * config/ia64/ia64.h (HARD_REGNO_NREGS): Delete.
5645         (CLASS_MAX_NREGS): Update comment.
5646         * config/ia64/ia64.c (TARGET_HARD_REGNO_NREGS): Redefine.
5647         (ia64_hard_regno_nregs): New function.
5648         * config/iq2000/iq2000.h (HARD_REGNO_NREGS): Delete.
5649         * config/lm32/lm32.h (HARD_REGNO_NREGS): Delete.
5650         * config/m32c/m32c.h (HARD_REGNO_NREGS): Delete.
5651         * config/m32c/m32c-protos.h (m32c_hard_regno_nregs): Delete.
5652         * config/m32c/m32c.c (m32c_hard_regno_nregs_1): Take and return
5653         an unsigned int.
5654         (m32c_hard_regno_nregs): Likewise.  Make static.
5655         (TARGET_HARD_REGNO_NREGS): Redefine.
5656         * config/m32r/m32r.h (HARD_REGNO_NREGS): Delete.
5657         * config/m68k/m68k.h (HARD_REGNO_NREGS): Delete.
5658         * config/m68k/m68k.c (TARGET_HARD_REGNO_NREGS): Redefine.
5659         (m68k_hard_regno_nregs): New function.
5660         * config/mcore/mcore.h (HARD_REGNO_NREGS): Delete.
5661         * config/microblaze/microblaze.h (HARD_REGNO_NREGS): Delete.
5662         * config/mips/mips.h (HARD_REGNO_NREGS): Delete.
5663         * config/mips/mips-protos.h (mips_hard_regno_nregs): Delete.
5664         * config/mips/mips.c (mips_hard_regno_nregs): Make static.
5665         Take and return an unsigned int.
5666         (TARGET_HARD_REGNO_NREGS): Redefine.
5667         * config/mmix/mmix.h (HARD_REGNO_NREGS): Delete.
5668         (CLASS_MAX_NREGS): Use targetm.hard_regno_nregs.
5669         * config/mn10300/mn10300.h (HARD_REGNO_NREGS): Delete.
5670         * config/moxie/moxie.h (HARD_REGNO_NREGS): Delete.
5671         * config/msp430/msp430.h (HARD_REGNO_NREGS): Delete.
5672         * config/msp430/msp430-protos.h (msp430_hard_regno_nregs): Delete.
5673         * config/msp430/msp430.c (TARGET_HARD_REGNO_NREGS): Redefine.
5674         (msp430_hard_regno_nregs): Make static.  Take and return an
5675         unsigned int.
5676         * config/nds32/nds32.h (HARD_REGNO_NREGS): Delete.
5677         * config/nds32/nds32-protos.h (nds32_hard_regno_nregs): Delete.
5678         * config/nds32/nds32.c (nds32_hard_regno_nregs): Delete.
5679         (nds32_hard_regno_mode_ok): Use targetm.hard_regno_nregs.
5680         * config/nios2/nios2.h (HARD_REGNO_NREGS): Delete.
5681         * config/nvptx/nvptx.h (HARD_REGNO_NREGS): Delete.
5682         * config/nvptx/nvptx.c (nvptx_hard_regno_nregs): New function.
5683         (TARGET_HARD_REGNO_NREGS): Redefine.
5684         * config/pa/pa32-regs.h (HARD_REGNO_NREGS): Rename to...
5685         (PA_HARD_REGNO_NREGS): ...this.
5686         * config/pa/pa64-regs.h (HARD_REGNO_NREGS): Rename to...
5687         (PA_HARD_REGNO_NREGS): ...this.
5688         * config/pa/pa.c (TARGET_HARD_REGNO_NREGS): Redefine.
5689         (pa_hard_regno_nregs): New function.
5690         * config/pdp11/pdp11.h (HARD_REGNO_NREGS): Delete.
5691         * config/pdp11/pdp11.c (TARGET_HARD_REGNO_NREGS): Redefine.
5692         (pdp11_hard_regno_nregs): New function.
5693         * config/powerpcspe/powerpcspe.h (HARD_REGNO_NREGS): Delete.
5694         * config/powerpcspe/powerpcspe.c (TARGET_HARD_REGNO_NREGS): Redefine.
5695         (rs6000_hard_regno_nregs_hook): New function.
5696         * config/riscv/riscv.h (HARD_REGNO_NREGS): Delete.
5697         * config/riscv/riscv-protos.h (riscv_hard_regno_nregs): Delete.
5698         * config/riscv/riscv.c (riscv_hard_regno_nregs): Make static.
5699         Take and return an unsigned int.  Move earlier in file.
5700         (TARGET_HARD_REGNO_NREGS): Redefine.
5701         * config/rl78/rl78.h (HARD_REGNO_NREGS): Delete.
5702         * config/rl78/rl78-protos.h (rl78_hard_regno_nregs): Delete.
5703         * config/rl78/rl78.c (TARGET_HARD_REGNO_NREGS): Reefine.
5704         (rl78_hard_regno_nregs): Make static.  Take and return an
5705         unsigned int.
5706         * config/rs6000/rs6000.h (HARD_REGNO_NREGS): Delete.
5707         * config/rs6000/rs6000.c (TARGET_HARD_REGNO_NREGS): Redefine.
5708         (rs6000_hard_regno_nregs_hook): New function.
5709         * config/rx/rx.h (HARD_REGNO_NREGS): Delete.
5710         * config/rx/rx.c (rx_hard_regno_nregs): New function.
5711         (TARGET_HARD_REGNO_NREGS): Redefine.
5712         * config/s390/s390.h (HARD_REGNO_NREGS): Delete.
5713         * config/s390/s390.c (REGNO_PAIR_OK): Use s390_hard_regno_nregs
5714         instead of HARD_REGNO_NREGS.
5715         (s390_hard_regno_nregs): New function.
5716         (s390_hard_regno_mode_ok): Add comment from s390.h.
5717         (TARGET_HARD_REGNO_NREGS): Redefine.
5718         * config/sh/sh.h (HARD_REGNO_NREGS): Delete.
5719         * config/sh/sh.c (TARGET_HARD_REGNO_NREGS): Redefine.
5720         (sh_hard_regno_nregs): New function.
5721         (sh_pass_in_reg_p): Use it.
5722         * config/sparc/sparc.h (HARD_REGNO_NREGS): Delete.
5723         * config/sparc/sparc.c (TARGET_HARD_REGNO_NREGS): Redefine.
5724         (sparc_hard_regno_nregs): New function.
5725         * config/spu/spu.h (HARD_REGNO_NREGS): Delete.
5726         * config/spu/spu.c (spu_hard_regno_nregs): New function.
5727         (spu_function_arg_advance): Use it, supplying a valid register number.
5728         (TARGET_HARD_REGNO_NREGS): Redefine.
5729         * config/stormy16/stormy16.h (HARD_REGNO_NREGS): Delete.
5730         * config/tilegx/tilegx.h (HARD_REGNO_NREGS): Delete.
5731         * config/tilepro/tilepro.h (HARD_REGNO_NREGS): Delete.
5732         * config/v850/v850.h (HARD_REGNO_NREGS): Delete.
5733         * config/vax/vax.h (HARD_REGNO_NREGS): Delete.
5734         * config/visium/visium.h (HARD_REGNO_NREGS): Delete.
5735         (CLASS_MAX_NREGS): Remove copy of old documentation.
5736         * config/visium/visium.c (TARGET_HARD_REGNO_NREGS): Redefine.
5737         (visium_hard_regno_nregs): New function.
5738         (visium_hard_regno_mode_ok): Use it instead of HARD_REGNO_NREGS.
5739         * config/xtensa/xtensa.h (HARD_REGNO_NREGS): Delete.
5740         * config/xtensa/xtensa.c (TARGET_HARD_REGNO_NREGS): Redefine.
5741         xtensa_hard_regno_nregs): New function.
5742         * system.h (HARD_REGNO_NREGS): Poison.
5744 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
5746         * config/arm/arm.h (THUMB_SECONDARY_INPUT_RELOAD_CLASS): Use
5747         hard_regno_nregs instead of HARD_REGNO_NREGS.
5748         (THUMB_SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
5749         * config/c6x/c6x.c (c6x_expand_prologue): Likewise.
5750         (c6x_expand_epilogue): Likewise.
5751         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
5752         (frv_read_iacc_argument): Likewise.
5753         * config/sh/sh.c: Include regs.h.
5754         (sh_print_operand): Use hard_regno_nregs instead of HARD_REGNO_NREGS.
5755         (regs_used): Likewise.
5756         (output_stack_adjust): Likewise.
5757         * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Likewise.
5758         * expmed.c: Include regs.h.
5759         (store_bit_field_1): Use hard_regno_nregs instead of HARD_REGNO_NREGS.
5760         * ree.c: Include regs.h.
5761         (combine_reaching_defs): Use hard_regno_nregs instead of
5762         HARD_REGNO_NREGS.
5763         (add_removable_extension): Likewise.
5765 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
5767         * regs.h (hard_regno_nregs): Turn into a function.
5768         (end_hard_regno): Update accordingly.
5769         * caller-save.c (setup_save_areas): Likewise.
5770         (save_call_clobbered_regs): Likewise.
5771         (replace_reg_with_saved_mem): Likewise.
5772         (insert_restore): Likewise.
5773         (insert_save): Likewise.
5774         * combine.c (can_change_dest_mode): Likewise.
5775         (move_deaths): Likewise.
5776         (distribute_notes): Likewise.
5777         * config/mips/mips.c (mips_hard_regno_call_part_clobbered): Likewise.
5778         * config/powerpcspe/powerpcspe.c (rs6000_cannot_change_mode_class)
5779         (rs6000_split_multireg_move): Likewise.
5780         (rs6000_register_move_cost): Likewise.
5781         (rs6000_memory_move_cost): Likewise.
5782         * config/rs6000/rs6000.c (rs6000_cannot_change_mode_class): Likewise.
5783         (rs6000_split_multireg_move): Likewise.
5784         (rs6000_register_move_cost): Likewise.
5785         (rs6000_memory_move_cost): Likewise.
5786         * cselib.c (cselib_reset_table): Likewise.
5787         (cselib_lookup_1): Likewise.
5788         * emit-rtl.c (set_mode_and_regno): Likewise.
5789         * function.c (aggregate_value_p): Likewise.
5790         * ira-color.c (setup_profitable_hard_regs): Likewise.
5791         (check_hard_reg_p): Likewise.
5792         (calculate_saved_nregs): Likewise.
5793         (assign_hard_reg): Likewise.
5794         (improve_allocation): Likewise.
5795         (calculate_spill_cost): Likewise.
5796         * ira-emit.c (modify_move_list): Likewise.
5797         * ira-int.h (ira_hard_reg_set_intersection_p): Likewise.
5798         (ira_hard_reg_in_set_p): Likewise.
5799         * ira.c (setup_reg_mode_hard_regset): Likewise.
5800         (clarify_prohibited_class_mode_regs): Likewise.
5801         (check_allocation): Likewise.
5802         * lra-assigns.c (find_hard_regno_for_1): Likewise.
5803         (lra_setup_reg_renumber): Likewise.
5804         (setup_try_hard_regno_pseudos): Likewise.
5805         (spill_for): Likewise.
5806         (assign_hard_regno): Likewise.
5807         (setup_live_pseudos_and_spill_after_risky_transforms): Likewise.
5808         * lra-constraints.c (in_class_p): Likewise.
5809         (lra_constraint_offset): Likewise.
5810         (simplify_operand_subreg): Likewise.
5811         (lra_constraints): Likewise.
5812         (split_reg): Likewise.
5813         (split_if_necessary): Likewise.
5814         (invariant_p): Likewise.
5815         (inherit_in_ebb): Likewise.
5816         * lra-lives.c (process_bb_lives): Likewise.
5817         * lra-remat.c (reg_overlap_for_remat_p): Likewise.
5818         (get_hard_regs): Likewise.
5819         (do_remat): Likewise.
5820         * lra-spills.c (assign_spill_hard_regs): Likewise.
5821         * mode-switching.c (create_pre_exit): Likewise.
5822         * postreload.c (reload_combine_recognize_pattern): Likewise.
5823         * recog.c (peep2_find_free_register): Likewise.
5824         * regcprop.c (kill_value_regno): Likewise.
5825         (set_value_regno): Likewise.
5826         (copy_value): Likewise.
5827         (maybe_mode_change): Likewise.
5828         (find_oldest_value_reg): Likewise.
5829         (copyprop_hardreg_forward_1): Likewise.
5830         * regrename.c (check_new_reg_p): Likewise.
5831         (regrename_do_replace): Likewise.
5832         * reload.c (push_reload): Likewise.
5833         (combine_reloads): Likewise.
5834         (find_dummy_reload): Likewise.
5835         (operands_match_p): Likewise.
5836         (find_reloads): Likewise.
5837         (find_equiv_reg): Likewise.
5838         (reload_adjust_reg_for_mode): Likewise.
5839         * reload1.c (count_pseudo): Likewise.
5840         (count_spilled_pseudo): Likewise.
5841         (find_reg): Likewise.
5842         (clear_reload_reg_in_use): Likewise.
5843         (free_for_value_p): Likewise.
5844         (allocate_reload_reg): Likewise.
5845         (choose_reload_regs): Likewise.
5846         (reload_adjust_reg_for_temp): Likewise.
5847         (emit_reload_insns): Likewise.
5848         (delete_output_reload): Likewise.
5849         * rtlanal.c (subreg_get_info): Likewise.
5850         * sched-deps.c (sched_analyze_reg): Likewise.
5851         * sel-sched.c (init_regs_for_mode): Likewise.
5852         (mark_unavailable_hard_regs): Likewise.
5853         (choose_best_reg_1): Likewise.
5854         (verify_target_availability): Likewise.
5855         * valtrack.c (dead_debug_insert_temp): Likewise.
5856         * var-tracking.c (track_loc_p): Likewise.
5857         (emit_note_insn_var_location): Likewise.
5858         * varasm.c (make_decl_rtl): Likewise.
5859         * reginfo.c (choose_hard_reg_mode): Likewise.
5860         (init_reg_modes_target): Refer directly to
5861         this_target_regs->x_hard_regno_nregs.
5863 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
5865         * ira-costs.c (record_operand_costs): Use in_hard_reg_set_p
5866         instead of hard_regno_nregs.
5868 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
5870         * config/aarch64/aarch64.c (aarch64_hard_regno_mode_ok): Use
5871         end_hard_regno instead of hard_regno_nregs.
5872         * config/s390/s390.c (s390_reg_clobbered_rtx): Likewise.
5873         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Likewise.
5874         * config/visium/visium.c (visium_hard_regno_mode_ok): Likewise.
5875         * ira-color.c (improve_allocation): Likewise.
5876         * lra-assigns.c (find_hard_regno_for_1): Likewise.
5877         * lra-lives.c (mark_regno_live): Likewise.
5878         (mark_regno_dead): Likewise.
5879         * lra-remat.c (operand_to_remat): Likewise.
5880         * lra.c (collect_non_operand_hard_regs): Likewise.
5881         * postreload.c (reload_combine_note_store): Likewise.
5882         (move2add_valid_value_p): Likewise.
5883         * reload.c (regno_clobbered_p): Likewise.
5885 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
5887         * config/frv/frv.c (FOR_EACH_REGNO): Use END_REGNO instead of
5888         hard_regno_nregs.
5889         * config/v850/v850.c (v850_reorg): Likewise.
5890         * reload.c (refers_to_regno_for_reload_p): Likewise.
5891         (find_equiv_reg): Likewise.
5892         * reload1.c (reload_reg_reaches_end_p): Likewise.
5894 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
5896         * caller-save.c (add_used_regs): Use REG_NREGS instead of
5897         hard_regno_nregs.
5898         * config/aarch64/aarch64.c (aarch64_split_combinev16qi): Likewise.
5899         * config/arm/arm.c (output_move_neon): Likewise.
5900         (arm_attr_length_move_neon): Likewise.
5901         (neon_split_vcombine): Likewise.
5902         * config/c6x/c6x.c (c6x_mark_reg_read): Likewise.
5903         (c6x_mark_reg_written): Likewise.
5904         (c6x_dwarf_register_span): Likewise.
5905         * config/i386/i386.c (ix86_save_reg): Likewise.
5906         * config/ia64/ia64.c (mark_reg_gr_used_mask): Likewise.
5907         (rws_access_reg): Likewise.
5908         * config/s390/s390.c (s390_call_saved_register_used): Likewise.
5909         * mode-switching.c (create_pre_exit): Likewise.
5910         * ree.c (combine_reaching_defs): Likewise.
5911         (add_removable_extension): Likewise.
5912         * regcprop.c (find_oldest_value_reg): Likewise.
5913         (copyprop_hardreg_forward_1): Likewise.
5914         * reload.c (reload_inner_reg_of_subreg): Likewise.
5915         (push_reload): Likewise.
5916         (combine_reloads): Likewise.
5917         (find_dummy_reload): Likewise.
5918         (reload_adjust_reg_for_mode): Likewise.
5919         * reload1.c (find_reload_regs): Likewise.
5920         (forget_old_reloads_1): Likewise.
5921         (reload_reg_free_for_value_p): Likewise.
5922         (reload_adjust_reg_for_temp): Likewise.
5923         (emit_reload_insns): Likewise.
5924         (delete_output_reload): Likewise.
5925         * sel-sched.c (choose_best_reg_1): Likewise.
5926         (choose_best_pseudo_reg): Likewise.
5928 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
5929             Alan Hayward  <alan.hayward@arm.com>
5930             David Sherwood <david.sherwood@arm.com>
5932         * defaults.h (SLOW_UNALIGNED_ACCESS): Delete.
5933         * target.def (slow_unaligned_access): New hook.
5934         * targhooks.h (default_slow_unaligned_access): Declare.
5935         * targhooks.c (default_slow_unaligned_access): New function.
5936         * doc/tm.texi.in (SLOW_UNALIGNED_ACCESS): Replace with...
5937         (TARGET_SLOW_UNALIGNED_ACCESS): ...this.
5938         * doc/tm.texi: Regenerate.
5939         * config/alpha/alpha.h (SLOW_UNALIGNED_ACCESS): Delete.
5940         * config/arm/arm.h (SLOW_UNALIGNED_ACCESS): Delete.
5941         * config/i386/i386.h (SLOW_UNALIGNED_ACCESS): Delete commented-out
5942         definition.
5943         * config/powerpcspe/powerpcspe.h (SLOW_UNALIGNED_ACCESS): Delete.
5944         * config/powerpcspe/powerpcspe.c (TARGET_SLOW_UNALIGNED_ACCESS):
5945         Redefine.
5946         (rs6000_slow_unaligned_access): New function.
5947         (rs6000_emit_move): Use it instead of SLOW_UNALIGNED_ACCESS.
5948         (expand_block_compare): Likewise.
5949         (expand_strn_compare): Likewise.
5950         (rs6000_rtx_costs): Likewise.
5951         * config/riscv/riscv.h (SLOW_UNALIGNED_ACCESS): Delete.
5952         (riscv_slow_unaligned_access): Likewise.
5953         * config/riscv/riscv.c (riscv_slow_unaligned_access): Rename to...
5954         (riscv_slow_unaligned_access_p): ...this and make static.
5955         (riscv_option_override): Update accordingly.
5956         (riscv_slow_unaligned_access): New function.
5957         (TARGET_SLOW_UNALIGNED_ACCESS): Redefine.
5958         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Delete.
5959         * config/rs6000/rs6000.c (TARGET_SLOW_UNALIGNED_ACCESS): Redefine.
5960         (rs6000_slow_unaligned_access): New function.
5961         (rs6000_emit_move): Use it instead of SLOW_UNALIGNED_ACCESS.
5962         (rs6000_rtx_costs): Likewise.
5963         * config/rs6000/rs6000-string.c (expand_block_compare)
5964         (expand_strn_compare): Use targetm.slow_unaligned_access instead
5965         of SLOW_UNALIGNED_ACCESS.
5966         * config/tilegx/tilegx.h (SLOW_UNALIGNED_ACCESS): Delete.
5967         * config/tilepro/tilepro.h (SLOW_UNALIGNED_ACCESS): Delete.
5968         * calls.c (expand_call): Use targetm.slow_unaligned_access instead
5969         of SLOW_UNALIGNED_ACCESS.
5970         * expmed.c (simple_mem_bitfield_p): Likewise.
5971         * expr.c (alignment_for_piecewise_move): Likewise.
5972         (emit_group_load_1): Likewise.
5973         (emit_group_store): Likewise.
5974         (copy_blkmode_from_reg): Likewise.
5975         (emit_push_insn): Likewise.
5976         (expand_assignment): Likewise.
5977         (store_field): Likewise.
5978         (expand_expr_real_1): Likewise.
5979         * gimple-fold.c (gimple_fold_builtin_memory_op): Likewise.
5980         * lra-constraints.c (simplify_operand_subreg): Likewise.
5981         * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
5982         * gimple-ssa-store-merging.c: Likewise in block comment at start
5983         of file.
5984         * tree-ssa-strlen.c: Include target.h.
5985         (handle_builtin_memcmp): Use targetm.slow_unaligned_access instead
5986         of SLOW_UNALIGNED_ACCESS.
5987         * system.h (SLOW_UNALIGNED_ACCESS): Poison.
5989 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
5991         PR rtl-optimization/82185
5992         * expmed.c (emit_store_flag_int): Only test tem if it has been
5993         initialized.
5995 2017-09-12  Richard Biener  <rguenther@suse.de>
5997         PR middle-end/82149
5998         * match.pd ((FTYPE) N CMP CST): Fix typo.
6000 2017-09-12  Simon Atanasyan  <simon.atanasyan@imgtec.com>
6002         * config/mips/mips.c (mips_attribute_table): Add 'short_call'
6003         attribute.
6004         (mips_near_type_p): Add 'short_call' attribute as a synonym
6005         for 'near'.
6006         * doc/extend.texi (short_call): Document new function attribute.
6008 2017-09-12  Jakub Jelinek  <jakub@redhat.com>
6010         PR target/82112
6011         * c-common.c (sync_resolve_size): Instead of c_dialect_cxx ()
6012         assertion check that in the condition.
6013         (get_atomic_generic_size): Likewise.  Before testing if parameter
6014         has pointer type, if it has array type, call for C++
6015         default_conversion to perform array-to-pointer conversion.
6017 2017-09-12  Richard Biener  <rguenther@suse.de>
6019         * tree-vect-generic.c (expand_vector_operations_1): Do nothing
6020         for operations we cannot scalarize.
6022 2017-09-12  Aldy Hernandez  <aldyh@redhat.com>
6024         * tree-ssa-threadbackward.c (fsm_find_thread_path): Make GC
6025         vectors heap vectors.  Clean up comments.
6026         Make visited_bbs a reference.
6027         (profitable_jump_thread_path): Make GC
6028         vectors heap vectors.  Clean up comments.
6029         Misc cleanups.
6030         (convert_and_register_jump_thread_path): Make GC vectors heap
6031         vectors.
6032         (check_subpath_and_update_thread_path): Same.  Clean up comments.
6033         Make visited_bbs a reference.
6034         (handle_phi): Abstract common code to to
6035         register_jump_thread_path_if_profitable.
6036         Rename VAR_BB to DEF_BB.
6037         Update comments.
6038         Make GC vectors heap vectors.
6039         Make visited_bbs a reference.
6040         (handle_assignment): Same.
6041         (register_jump_thread_path_if_profitable): New.
6042         (fsm_find_control_statement_thread_paths): Rename VAR_BB to
6043         DEF_BB.
6044         Make GC vectors heap vectors.  Clean up comments.
6045         Make visited_bbs a reference.
6046         (find_jump_threads_backwards): Make visited_bbs live in the stack.
6047         * tree-ssa-threadupdate.c (delete_jump_thread_path): Fix typo in
6048         comment.
6050 2017-09-11  Max Filippov  <jcmvbkbc@gmail.com>
6052         PR target/82181
6053         * config/xtensa/xtensa.c (xtensa_mem_offset): Check that both
6054         words of E_DImode object are reachable by xtensa_uimm8x4 access.
6056 2017-09-11  Vidya Praveen  <vidyapraveen@arm.com>
6058         Revert r251800 and r251799.
6060 2017-09-11  Martin Jambor  <mjambor@suse.cz>
6062         PR hsa/82119
6063         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Process ADDR_EXPRs in
6064         arguments in advance.
6065         * hsa-regalloc.c (naive_process_phi): New parameter predecessors,
6066         use it to find predecessor edges.
6067         (naive_outof_ssa): Collect vector of predecessors.
6069 2017-09-08  Jason Merrill  <jason@redhat.com>
6071         PR c++/70029 - ICE with ref-qualifier and -flto
6072         * langhooks.h (struct lang_hooks_for_types): Add
6073         copy_lang_qualifiers.
6074         * attribs.c (build_type_attribute_qual_variant): Use it.
6075         * langhooks-def.h (LANG_HOOKS_COPY_LANG_QUALIFIERS): Default to
6076         NULL.
6077         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Use it.
6078         * tree.c (verify_type): Re-enable TYPE_CANONICAL main variant check.
6080 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
6082         PR target/81988
6083         * config/sparc/sparc.md (mulsi3): Rename into *mulsi3_sp32.
6084         (*mulsi3_sp64): New instruction.
6085         (mulsi3): New expander.
6087 2017-09-08  Uros Bizjak  <ubizjak@gmail.com>
6089         * config/alpha/alpha.c (alpha_print_operand) <case 'S'>: Remove.
6091 2017-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6093         * sancov.c: Include memmodel.h.
6095 2017-09-07  Eric Botcazou  <ebotcazou@adacore.com>
6097         PR target/80897
6098         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Deal with too
6099         large offsets.
6101 2017-09-07  Carl Love  <cel@us.ibm.com>
6103         * config/rs6000/vsx.md (define_insn "*stxvl"): Add missing argument to
6104         the sldi instruction.
6106 2017-09-07  David Edelsohn  <dje.gcc@gmail.com>
6108         * sancov.c: Include tm_p.h.
6110 2017-09-07  Jakub Jelinek  <jakub@redhat.com>
6112         PR target/81979
6113         * output.h (switch_to_other_text_partition): New declaration.
6114         * varasm.c (switch_to_other_text_partition): New function.
6115         * config/rs6000/rs6000.c (uses_TOC): Return 2 if
6116         NOTE_INSN_SWITCH_TEXT_SECTIONS is seen before finding load_toc_* insn.
6117         (rs6000_elf_declare_function_name): If uses_TOC returned 2, switch
6118         to the other text partition before emitting LCL label and switch back
6119         after emitting the word after it.
6121 2017-09-07  Richard Biener  <rguenther@suse.de>
6123         * passes.def (pass_split_crit_edges): Remove instance before PRE.
6124         * tree-ssa-pre.c (pass_pre::execute): Instead manually split
6125         critical edges here, after loop init.
6126         (pass_data_pre): Remove PROP_no_crit_edges flags.
6127         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use vn_valueize
6128         for valueization of call args to avoid leaking VN_TOP.
6129         (visit_use): Assert we do not visit default defs.
6130         (init_scc_vn): Use build_decl for VN_TOP to make name nicer.
6131         Use error_mark_node to more easily detect leaking VN_TOP.
6132         All default-defs are varying, not VN_TOP.  Mark them visited.
6133         (run_scc_vn): Make code match comment.
6135 2017-09-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
6137         * config/rs6000/rs6000-cpus.def (OTHER_VSX_VECTOR_MASKS): Delete
6138         OPTION_MASK_FLOAT128_KEYWORD.
6139         (POWERPC_MASKS): Likewise.
6140         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Delete
6141         support for the -mfloat128-type option, and make -mfloat128
6142         default on PowerPC Linux systems.  Define or undefine
6143         __FLOAT128__ and  __FLOAT128_HARDWARE__ for the current options.
6144         Define __float128 to be __ieee128 if IEEE 128-bit support is
6145         enabled, or undefine it.
6146         (rs6000_cpu_cpp_builtins): Delete defining __FLOAT128__ here.
6147         Delete defining __FLOAT128_TYPE__.
6148         * config/rs6000/rs6000.opt (x_TARGET_FLOAT128_TYPE): Delete the
6149         -mfloat128-type option and make -mfloat128 default on PowerPC
6150         Linux systems.
6151         (TARGET_FLOAT128_TYPE): Likewise.
6152         (-mfloat128-type): Likewise.
6153         * config/rs6000/rs6000.c (rs6000_option_override_internal):
6154         Delete the -mfloat128-type option and make -mfloat128 default on
6155         PowerPC Linux systems.  Always use __ieee128 to be the keyword for
6156         the IEEE 128-bit type, and map __float128 to __ieee128 if IEEE
6157         128-bit floating point is enabled.  Change tests from using
6158         -mfloat128-type to -mfloat128.
6159         (rs6000_mangle_type): Use the correct mangling for the __float128
6160         type even if normal long double is restricted to 64-bits.
6161         (floatn_mode): Enable the _Float128 type by default on VSX Linux
6162         systems.
6163         * config/rs6000/rs6000.h (MASK_FLOAT128_TYPE): Delete.
6164         (MASK_FLOAT128_KEYWORD): Define new shortcut macro.
6165         (RS6000BTM_FLOAT128): Define in terms of -mfloat128, not
6166         -mfloat128-type.
6167         * doc/invoke.texi (RS/6000 and PowerPC Options): Update
6168         documentation for -mfloat128.
6170 2017-09-06  Olivier Hainque  <hainque@adacore.com>
6172         * config.gcc (powerpc-wrs-vxworksspe): Now match as vxworks*spe.
6174 2017-09-06  Wish Wu  <wishwu007@gmail.com>
6175             Jakub Jelinek  <jakub@redhat.com>
6177         * asan.c (initialize_sanitizer_builtins): Add
6178         BT_FN_VOID_UINT8_UINT8, BT_FN_VOID_UINT16_UINT16,
6179         BT_FN_VOID_UINT32_UINT32, BT_FN_VOID_UINT64_UINT64,
6180         BT_FN_VOID_FLOAT_FLOAT, BT_FN_VOID_DOUBLE_DOUBLE and
6181         BT_FN_VOID_UINT64_PTR variables.
6182         * builtin-types.def (BT_FN_VOID_UINT8_UINT8): New fn type.
6183         (BT_FN_VOID_UINT16_UINT16): Likewise.
6184         (BT_FN_VOID_UINT32_UINT32): Likewise.
6185         (BT_FN_VOID_FLOAT_FLOAT): Likewise.
6186         (BT_FN_VOID_DOUBLE_DOUBLE): Likewise.
6187         (BT_FN_VOID_UINT64_PTR): Likewise.
6188         * common.opt (flag_sanitize_coverage): New variable.
6189         (fsanitize-coverage=trace-pc): Remove.
6190         (fsanitize-coverage=): Add.
6191         * flag-types.h (enum sanitize_coverage_code): New enum.
6192         * fold-const.c (fold_range_test): Disable non-short-circuit
6193         optimization if flag_sanitize_coverage.
6194         (fold_truth_andor): Likewise.
6195         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
6196         * opts.c (COVERAGE_SANITIZER_OPT): Define.
6197         (coverage_sanitizer_opts): New array.
6198         (get_closest_sanitizer_option): Add OPTS argument, handle also
6199         OPT_fsanitize_coverage_.
6200         (parse_sanitizer_options): Adjusted to also handle
6201         OPT_fsanitize_coverage_.
6202         (common_handle_option): Add OPT_fsanitize_coverage_.
6203         * sancov.c (instrument_comparison, instrument_switch): New function.
6204         (sancov_pass): Add trace-cmp support.
6205         * sanitizer.def (BUILT_IN_SANITIZER_COV_TRACE_CMP1,
6206         BUILT_IN_SANITIZER_COV_TRACE_CMP2, BUILT_IN_SANITIZER_COV_TRACE_CMP4,
6207         BUILT_IN_SANITIZER_COV_TRACE_CMP8,
6208         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP1,
6209         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP2,
6210         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP4,
6211         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP8,
6212         BUILT_IN_SANITIZER_COV_TRACE_CMPF, BUILT_IN_SANITIZER_COV_TRACE_CMPD,
6213         BUILT_IN_SANITIZER_COV_TRACE_SWITCH): New builtins.
6214         * doc/invoke.texi: Document -fsanitize-coverage=trace-cmp.
6216 2017-09-06  Richard Earnshaw  <rearnsha@arm.com>
6218         * config/arm/parsecpu.awk (fatal): Note that we've encountered an
6219         error.  Only quit immediately if parsing is complete.
6220         (BEGIN): Initialize fatal_err and parse_done.
6221         (begin fpu, end fpu): Check number of arguments.
6222         (begin arch, end arch): Likewise.
6223         (begin cpu, end cpu): Likewise.
6224         (cname, tune for, tune flags, architecture, fpu, option): Likewise.
6225         (optalias): Likewise.
6227 2017-09-06  Richard Earnshaw  <rearnsha@arm.com>
6229         * config.gcc (arm*-*-*): Don't add arm-isa.h to tm_p_file.
6230         * config/arm/arm-isa.h: Delete.  Move definitions to ...
6231         * arm-cpus.in: ... here.  Use new feature and fgroup values.
6232         * config/arm/arm.c (arm_option_override): Use lower case for feature
6233         bit names.
6234         * config/arm/arm.h (TARGET_HARD_FLOAT): Likewise.
6235         (TARGET_VFP3, TARGET_VFP5, TARGET_FMA): Likewise.
6236         * config/arm/parsecpu.awk (END): Add new command 'isa'.
6237         (isa_pfx): Delete.
6238         (print_isa_bits_for): New function.
6239         (gen_isa): New function.
6240         (gen_comm_data): Use print_isa_bits_for.
6241         (define feature): New keyword.
6242         (define fgroup): New keyword.
6243         * config/arm/t-arm (OPTIONS_H_EXTRA): Add arm-isa.h
6244         (arm-isa.h): Add rule to generate file.
6245         * common/config/arm/arm-common.c: (arm_canon_arch_option): Use lower
6246         case for feature bit names.
6248 2017-09-06  Richard Biener  <rguenther@suse.de>
6250         * tree-ssa-pre.c (NECESSARY): Remove.
6251         (create_expression_by_pieces): Do not touch pass-local flags.
6252         (insert_into_preds_of_block): Likewise.
6253         (do_pre_regular_insertion): Likewise.
6254         (eliminate_insert): Likewise.
6255         (eliminate_dom_walker::before_dom_children): Likewise.
6256         (fini_eliminate): Do not look at inserted_exprs.
6257         (mark_operand_necessary): Remove.
6258         (remove_dead_inserted_code): Replace with simple work-list
6259         algorithm based on inserted_exprs and SSA uses.
6260         (pass_pre::execute): Re-order fini_eliminate and
6261         remove_dead_inserted_code.
6263 2017-09-06  Olivier Hainque  <hainque@adacore.com>
6265         * config/powerpcspe/vxworks.h (VXCPU_FOR_8548): Correct definition
6266         for VxWorks 7.  Adjust surrounding comments.
6268 2017-09-06  Richard Biener  <rguenther@suse.de>
6270         * gimple-ssa-strength-reduction.c
6271         (find_candidates_dom_walker::before_dom_children): Also allow
6272         pointer types.
6274 2017-09-06  Richard Biener  <rguenther@suse.de>
6276         PR tree-optimization/82108
6277         * tree-vect-stmts.c (vectorizable_load): Fix pointer adjustment
6278         for gap in the non-permutation SLP case.
6280 2017-09-06  Martin Jambor  <mjambor@suse.cz>
6282         PR tree-optimization/82078
6283         * tree-sra.c (sort_and_splice_var_accesses): Move call to
6284         add_access_to_work_queue...
6285         (build_accesses_from_assign): ...here.
6286         (propagate_all_subaccesses): Make sure racc is the group
6287         representative, if there is one.
6289 2017-09-06  Jakub Jelinek  <jakub@redhat.com>
6291         PR middle-end/82095
6292         * varasm.c (categorize_decl_for_section): Use SECCAT_TBSS for TLS vars with
6293         NULL DECL_INITIAL.
6295 2017-09-06  Richard Biener  <rguenther@suse.de>
6297         * gimple-ssa-strength-reduction.c
6298         (find_candidates_dom_walker::before_doom_children): Use a
6299         type and not a mode check.
6301 2017-09-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6303         PR target/77308
6304         * config/arm/predicates.md (arm_general_adddi_operand): Create new
6305         non-vfp predicate.
6306         * config/arm/arm.md (*arm_adddi3, *arm_subdi3): Use new predicates.
6308 2017-09-05  Jeff Law  <law@redhat.com>
6310         PR tree-optimization/64910
6311         * tree-ssa-reassoc.c (reassociate_bb): Restrict last change to
6312         cases where we have 3 or more operands.
6314 2017-09-05  Jakub Jelinek  <jakub@redhat.com>
6316         PR middle-end/81768
6317         * omp-low.c (lower_omp_for): Recompute tree invariant if
6318         gimple_omp_for_initial/final is ADDR_EXPR.
6320         PR middle-end/81768
6321         * omp-expand.c (expand_omp_simd): Force second operands of COND_EXPR
6322         into gimple val before gimplification fo the COND_EXPR.
6324 2017-09-05  Aldy Hernandez  <aldyh@redhat.com>
6326         * tree-ssa-threadupdate.c (duplicate_thread_path): Remove unused
6327         REGION_COPY argument.
6328         (thread_through_all_blocks): Remove unused argument to
6329         duplicate_thread_path.
6331 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6332             Alan Hayward  <alan.hayward@arm.com>
6333             David Sherwood  <david.sherwood@arm.com>
6335         * config/aarch64/aarch64-protos.h (aarch64_gen_adjusted_ldpstp):
6336         Take a scalar_mode rather than a machine_mode.
6337         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6338         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Likewise.
6339         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6340         (aarch64_gen_adjusted_ldpstp): Likewise.
6341         (aarch64_expand_vector_init): Use scalar_mode instead of machine_mode.
6343 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6344             Alan Hayward  <alan.hayward@arm.com>
6345             David Sherwood  <david.sherwood@arm.com>
6347         * config/aarch64/aarch64-protos.h (aarch64_is_extend_from_extract):
6348         Take a scalar_int_mode instead of a machine_mode.
6349         (aarch64_mask_and_shift_for_ubfiz_p): Likewise.
6350         (aarch64_output_scalar_simd_mov_immediate): Likewise.
6351         (aarch64_simd_scalar_immediate_valid_for_move): Likewise.
6352         (aarch64_simd_attr_length_rglist): Delete.
6353         * config/aarch64/aarch64.c (aarch64_is_extend_from_extract): Take
6354         a scalar_int_mode instead of a machine_mode.
6355         (aarch64_add_offset): Likewise.
6356         (aarch64_internal_mov_immediate): Likewise
6357         (aarch64_add_constant_internal): Likewise.
6358         (aarch64_add_constant): Likewise.
6359         (aarch64_movw_imm): Likewise.
6360         (aarch64_rtx_arith_op_extract_p): Likewise.
6361         (aarch64_mask_and_shift_for_ubfiz_p): Likewise.
6362         (aarch64_simd_scalar_immediate_valid_for_move): Likewise.
6363         Remove assert that the mode isn't a vector.
6364         (aarch64_output_scalar_simd_mov_immediate): Likewise.
6365         (aarch64_expand_mov_immediate): Update calls after above changes.
6366         (aarch64_output_casesi): Use as_a <scalar_int_mode>.
6367         (aarch64_and_bitmask_imm): Check for scalar integer modes.
6368         (aarch64_move_imm): Likewise.
6369         (aarch64_can_const_movi_rtx_p): Likewise.
6370         (aarch64_strip_extend): Likewise.
6371         (aarch64_extr_rtx_p): Likewise.
6372         (aarch64_rtx_costs): Likewise, using wode_mode as the mode of
6373         a CONST_INT when the mode parameter is VOIDmode.
6374         (aarch64_float_const_rtx_p): Use scalar_int_mode for a temporary.
6376 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6378         * machmode.h (bitwise_mode_for_mode): Return opt_mode.
6379         * stor-layout.c (bitwise_mode_for_mode): Likewise.
6380         (bitwise_type_for_mode): Update accordingly.
6382 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6384         * stor-layout.h (mode_for_size_tree): Return an opt_mode.
6385         * stor-layout.c (mode_for_size_tree): Likewise.
6386         (mode_for_array): Update accordingly.
6387         (layout_decl): Likewise.
6388         (compute_record_mode): Likewise.  Only set the mode once.
6390 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6392         * target.def (get_mask_mode): Change return type to opt_mode.
6393         Expand commentary.
6394         * doc/tm.texi: Regenerate.
6395         * targhooks.h (default_get_mask_mode): Return an opt_mode.
6396         * targhooks.c (default_get_mask_mode): Likewise.
6397         * config/i386/i386.c (ix86_get_mask_mode): Likewise.
6398         * optabs-query.c (can_vec_mask_load_store_p): Update use of
6399         targetm.get_mask_mode.
6400         * tree.c (build_truth_vector_type): Likewise.
6402 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6404         * machmode.h (mode_for_vector): Return an opt_mode.
6405         * stor-layout.c (mode_for_vector): Likewise.
6406         (mode_for_int_vector): Update accordingly.
6407         (layout_type): Likewise.
6408         * config/i386/i386.c (emit_memmov): Likewise.
6409         (ix86_expand_set_or_movmem): Likewise.
6410         (ix86_expand_vector_init): Likewise.
6411         (ix86_get_mask_mode): Likewise.
6412         * config/powerpcspe/powerpcspe.c (rs6000_expand_vec_perm_const_1):
6413         Likewise.
6414         * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Likewise.
6415         * expmed.c (extract_bit_field_1): Likewise.
6416         * expr.c (expand_expr_real_2): Likewise.
6417         * optabs-query.c (can_vec_perm_p): Likewise.
6418         (can_vec_mask_load_store_p): Likewise.
6419         * optabs.c (expand_vec_perm): Likewise.
6420         * targhooks.c (default_get_mask_mode): Likewise.
6421         * tree-vect-stmts.c (vectorizable_store): Likewise.
6422         (vectorizable_load): Likewise.
6423         (get_vectype_for_scalar_type_and_size): Likewise.
6425 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6427         * machmode.h (mode_for_int_vector): New function.
6428         * stor-layout.c (mode_for_int_vector): Likewise.
6429         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Use it.
6430         * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Likewise.
6431         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
6432         * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
6433         (s390_expand_vcond): Likewise.
6435 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6437         * machmode.h (opt_machine_mode): New type.
6438         (opt_mode<T>): Allow construction from anything that can be
6439         converted to a T.
6440         (is_a, as_a, dyn_cast): Add overloads for opt_mode.
6441         (mode_for_size): Return an opt_machine_mode.
6442         * stor-layout.c (mode_for_size): Likewise.
6443         (mode_for_size_tree): Update call accordingly.
6444         (bitwise_mode_for_mode): Likewise.
6445         (make_fract_type): Likewise.
6446         (make_accum_type): Likewise.
6447         * caller-save.c (replace_reg_with_saved_mem): Update call
6448         accordingly.
6449         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
6450         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
6451         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
6452         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
6453         * expmed.c (extract_bit_field_1): Likewise.
6454         * reload.c (get_secondary_mem): Likewise.
6455         * varasm.c (assemble_integer): Likewise.
6456         * lower-subreg.c (simplify_subreg_concatn): Likewise.  Move
6457         early-out.
6459 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6461         * machmode.h (decimal_float_mode_for_size): New function.
6462         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use float_mode_for_size.
6463         (REAL_VALUE_TO_TARGET_DOUBLE): Likewise.
6464         (REAL_VALUE_TO_TARGET_SINGLE): Likewise.
6465         (REAL_VALUE_TO_TARGET_DECIMAL128): Use decimal_float_mode_for_size.
6466         (REAL_VALUE_TO_TARGET_DECIMAL64): Likewise.
6467         (REAL_VALUE_TO_TARGET_DECIMAL32): Likewise.
6469 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6471         * builtins.c (expand_builtin_powi): Use int_mode_for_size.
6472         (get_builtin_sync_mode): Likewise.
6473         (expand_ifn_atomic_compare_exchange): Likewise.
6474         (expand_builtin_atomic_clear): Likewise.
6475         (expand_builtin_atomic_test_and_set): Likewise.
6476         (fold_builtin_atomic_always_lock_free): Likewise.
6477         * calls.c (compute_argument_addresses): Likewise.
6478         (emit_library_call_value_1): Likewise.
6479         (store_one_arg): Likewise.
6480         * combine.c (combine_instructions): Likewise.
6481         * config/aarch64/aarch64.c (aarch64_function_value): Likewise.
6482         * config/arm/arm.c (arm_function_value): Likewise.
6483         (aapcs_allocate_return_reg): Likewise.
6484         * config/c6x/c6x.c (c6x_expand_movmem): Likewise.
6485         * config/i386/i386.c (construct_container): Likewise.
6486         (ix86_gimplify_va_arg): Likewise.
6487         (ix86_expand_sse_cmp): Likewise.
6488         (emit_memmov): Likewise.
6489         (emit_memset): Likewise.
6490         (expand_small_movmem_or_setmem): Likewise.
6491         (ix86_expand_pextr): Likewise.
6492         (ix86_expand_pinsr): Likewise.
6493         * config/lm32/lm32.c (lm32_block_move_inline): Likewise.
6494         * config/microblaze/microblaze.c (microblaze_block_move_straight):
6495         Likewise.
6496         * config/mips/mips.c (mips_function_value_1) Likewise.
6497         (mips_block_move_straight): Likewise.
6498         (mips_expand_ins_as_unaligned_store): Likewise.
6499         * config/powerpcspe/powerpcspe.c
6500         (rs6000_darwin64_record_arg_advance_flush): Likewise.
6501         (rs6000_darwin64_record_arg_flush): Likewise.
6502         * config/rs6000/rs6000.c
6503         (rs6000_darwin64_record_arg_advance_flush): Likewise.
6504         (rs6000_darwin64_record_arg_flush): Likewise.
6505         * config/sparc/sparc.c (sparc_function_arg_1): Likewise.
6506         (sparc_function_value_1): Likewise.
6507         * config/spu/spu.c (adjust_operand): Likewise.
6508         (spu_emit_branch_or_set): Likewise.
6509         (arith_immediate_p): Likewise.
6510         * emit-rtl.c (gen_lowpart_common): Likewise.
6511         * expr.c (expand_expr_real_1): Likewise.
6512         * function.c (assign_parm_setup_block): Likewise.
6513         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Likewise.
6514         * reload1.c (alter_reg): Likewise.
6515         * stor-layout.c (mode_for_vector): Likewise.
6516         (layout_type): Likewise.
6518 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
6520         * config/spu/spu.c (exp2_immediate_p): Use int_mode_for_mode.
6521         (spu_convert_move): Likewise.
6522         * lower-subreg.c (resolve_simple_move): Likewise.
6524 2017-09-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6526         PR target/81833
6527         * config/rs6000/altivec.md (altivec_vsum2sws): Convert from a
6528         define_insn to a define_expand.
6529         (altivec_vsum2sws_direct): New define_insn.
6530         (altivec_vsumsws): Convert from a define_insn to a define_expand.
6532 2017-09-05  Wilco Dijkstra  <wdijkstr@arm.com>
6534         * config/arm/arm.c (arm_option_params_internal): Improve setting of
6535         max_insns_skipped.
6537 2017-09-05  H.J. Lu  <hongjiu.lu@intel.com>
6539         PR target/59501
6540         PR target/81624
6541         PR target/81769
6542         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Don't
6543         realign stack if stack alignment needed is less than incoming
6544         stack boundary.
6546 2017-09-05  Marek Polacek  <polacek@redhat.com>
6548         PR sanitizer/82072
6549         * convert.c (convert_to_integer_1) <case NEGATE_EXPR>: Move the ubsan
6550         check earlier.
6552 2017-09-05  Wilco Dijkstra  <wdijkstr@arm.com>
6554         * explow.c (get_dynamic_stack_size): Improve dynamic alignment.
6556 2017-09-05  Richard Biener  <rguenther@suse.de>
6558         PR tree-optimization/82084
6559         * fold-const.c (can_native_encode_string_p): Handle wide characters.
6561 2017-09-05  Richard Biener  <rguenther@suse.de>
6563         PR tree-optimization/82102
6564         * tree-ssa-pre.c (fini_eliminate): Check if lhs is NULL.
6566 2017-09-05  Martin Liska  <mliska@suse.cz>
6568         PR tree-optimization/82032
6569         * tree-cfg.c (generate_range_test): New function.
6570         * tree-cfg.h (generate_range_test): Declared here.
6571         * tree-cfgcleanup.c (convert_single_case_switch): New function.
6572         (cleanup_control_expr_graph): Use it.
6573         * tree-switch-conversion.c (try_switch_expansion): Remove
6574         assert.
6575         (emit_case_nodes): Use generate_range_test.
6577 2017-09-04  Uros Bizjak  <ubizjak@gmail.com>
6579         PR target/82098
6580         * config/i386/i386.md (*<btsc><mode>_mask): Add
6581         TARGET_USE_BT to insn constraint.
6582         (*btr<mode>_mask): Ditto.
6584 2017-09-04  Wilco Dijkstra  <wdijkstr@arm.com>
6586         * config/arm/arm.c (arm_legitimate_index_p): Add comment.
6587         (thumb2_legitimate_index_p): Use correct range for DI/DF mode.
6589 2017-09-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6591         PR target/77308
6592         * config/arm/arm.md (*arm_adddi3, *arm_subdi3): Split early except for
6593         TARGET_NEON and TARGET_IWMMXT.
6594         (anddi3, iordi3, xordi3, one_cmpldi2): Split while expanding except for
6595         TARGET_NEON and TARGET_IWMMXT.
6596         (*one_cmpldi2_insn): Moved the body of one_cmpldi2 here.
6598 2017-09-04  Uros Bizjak  <ubizjak@gmail.com>
6600         * config/i386/i386-protos.h (ix86_tls_address_pattern_p) New prototype.
6601         (ix86_rewrite_tls_address): Ditto.
6602         * config/i386/i386.c (ix86_tls_address_pattern_p) New function.
6603         (ix86_rewrite_tls_address_1): Ditto.
6604         (ix86_rewrite_tls_address): Ditto.
6605         * config/i386/predicates.md (tls_address_pattern): New predicate.
6606         * config/i386/i386.md (TLS address splitter): New splitter.
6608 2017-09-04  Richard Biener  <rguenther@suse.de>
6610         PR tree-optimization/82084
6611         * fold-const.h (can_native_encode_string_p): Declare.
6612         * fold-const.c (can_native_encode_string_p): Factor out from ...
6613         (native_encode_string): ... here.
6614         * tree-vect-stmts.c (vectorizable_store): Call it to avoid
6615         vectorizing stores from constants we later cannot handle.
6617 2017-09-04  Marek Polacek  <polacek@redhat.com>
6619         PR c/81783
6620         * doc/invoke.texi: Update -Wtautological-compare documentation.
6622 2017-09-04  Jeff Law  <law@redhat.com>
6624         PR tree-optimization/64910
6625         * tree-ssa-reassoc.c (reassociate_bb): For bitwise binary ops,
6626         swap the first and last operand if the last is a constant.
6628 2017-09-04  Marek Polacek  <polacek@redhat.com>
6630         PR sanitizer/82072
6631         * convert.c (do_narrow): When sanitizing signed integer overflows,
6632         bail out for signed types.
6633         (convert_to_integer_1) <case NEGATE_EXPR>: Likewise.
6635 2017-09-04  Richard Biener  <rguenther@suse.de>
6637         PR tree-optimization/82060
6638         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
6639         Move devirtualization after stmt folding and before EH/AB/noreturn
6640         cleanup to get the stmt refs canonicalized.  Use a bool instead
6641         of gimple_modified_p since that doesn't work for NOPs.  Schedule
6642         NOPs generated by folding for removal.
6644 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
6645             Alan Hayward  <alan.hayward@arm.com>
6646             David Sherwood  <david.sherwood@arm.com>
6648         * coretypes.h (pad_direction): New enum.
6649         * defaults.h (DEFAULT_FUNCTION_ARG_PADDING): Delete.
6650         (FUNCTION_ARG_PADDING): Likewise.
6651         * target.def (function_arg_padding): New hook.
6652         * targhooks.h (default_function_arg_padding): Declare.
6653         * targhooks.c (default_function_arg_padding): New function.
6654         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Replace with...
6655         (TARGET_FUNCTION_ARG_PADDING): ...this.
6656         * doc/tm.texi: Regenerate.
6657         * calls.c (store_unaligned_arguments_into_pseudos): Use pad_direction
6658         instead of direction.
6659         (compute_argument_addresses): Likewise.
6660         (load_register_parameters): Likewise.
6661         (emit_library_call_value_1): Likewise.
6662         (store_one_arg): Use targetm.calls.function_arg_padding instead
6663         of FUNCTION_ARG_PADDING.
6664         (must_pass_in_stack_var_size_or_pad): Likewise.
6665         * expr.c (emit_group_load_1): Use pad_direction instead of direction.
6666         (emit_group_store): Likewise.
6667         (emit_single_push_insn_1): Use targetm.calls.function_arg_padding
6668         instead of FUNCTION_ARG_PADDING.
6669         (emit_push_insn): Likewise, and propagate enum change throughout
6670         function.
6671         * function.h (direction): Delete.
6672         (locate_and_pad_arg_data::where_pad): Use pad_direction instead
6673         of direction.
6674         * function.c (assign_parm_find_stack_rtl): Likewise.
6675         (assign_parm_setup_block_p): Likewise.
6676         (assign_parm_setup_block): Likewise.
6677         (gimplify_parameters): Likewise.
6678         (locate_and_pad_parm): Use targetm.calls.function_arg_padding
6679         instead of FUNCTION_ARG_PADDING, and propagate enum change throughout
6680         function.
6681         * config/aarch64/aarch64.h (FUNCTION_ARG_PADDING): Delete.
6682         (BLOCK_REG_PADDING): Use pad_direction instead of direction.
6683         * config/aarch64/aarch64-protos.h (aarch64_pad_arg_upward): Delete.
6684         * config/aarch64/aarch64.c (aarch64_pad_arg_upward): Replace with...
6685         (aarch64_function_arg_padding): ...this new function.
6686         (aarch64_gimplify_va_arg_expr): Use pad_direction instead of direction.
6687         (TARGET_FUNCTION_ARG_PADDING): Redefine.
6688         * config/arm/arm.h (FUNCTION_ARG_PADDING): Delete.
6689         (BLOCK_REG_PADDING): Use pad_direction instead of direction.
6690         * config/arm/arm-protos.h (arm_pad_arg_upward): Delete.
6691         * config/arm/arm.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
6692         (arm_pad_arg_upward): Replace with...
6693         (arm_function_arg_padding): ...this new function.
6694         * config/c6x/c6x.h (BLOCK_REG_PADDING): Use pad_direction instead
6695         of direction.
6696         * config/ia64/hpux.h (FUNCTION_ARG_PADDING): Delete.
6697         * config/ia64/ia64-protos.h (ia64_hpux_function_arg_padding): Delete.
6698         * config/ia64/ia64.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
6699         (ia64_hpux_function_arg_padding): Replace with...
6700         (ia64_function_arg_padding): ...this new function.  Use pad_direction
6701         instead of direction.  Check for TARGET_HPUX.
6702         * config/iq2000/iq2000.h (FUNCTION_ARG_PADDING): Delete.
6703         * config/iq2000/iq2000.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
6704         (iq2000_function_arg_padding): New function.
6705         * config/mips/mips-protos.h (mips_pad_arg_upward): Delete.
6706         * config/mips/mips.c (mips_pad_arg_upward): Replace with...
6707         (mips_function_arg_padding): ...this new function.
6708         (mips_pad_reg_upward): Update accordingly.
6709         (TARGET_FUNCTION_ARG_PADDING): Redefine.
6710         * config/mips/mips.h (PAD_VARARGS_DOWN): Use
6711         targetm.calls.function_arg_padding.
6712         (FUNCTION_ARG_PADDING): Delete.
6713         (BLOCK_REG_PADDING): Use pad_direction instead of direction.
6714         * config/nios2/nios2.h (FUNCTION_ARG_PADDING): Delete.
6715         (PAD_VARARGS_DOWN): Use targetm.calls.function_arg_padding.
6716         * config/nios2/nios2-protos.h (nios2_function_arg_padding): Delete.
6717         (nios2_block_reg_padding): Return pad_direction instead of direction.
6718         * config/nios2/nios2.c (nios2_block_reg_padding): Return pad_direction
6719         instead of direction.
6720         (nios2_function_arg_padding): Likewise.  Make static.
6721         (TARGET_FUNCTION_ARG_PADDING): Redefine.
6722         * config/pa/pa.h (FUNCTION_ARG_PADDING): Delete.
6723         (BLOCK_REG_PADDING): Use targetm.calls.function_arg_padding.
6724         * config/pa/pa-protos.h (pa_function_arg_padding): Delete.
6725         * config/pa/pa.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
6726         (pa_function_arg_padding): Make static.  Return pad_direction instead
6727         of direction.
6728         * config/powerpcspe/powerpcspe.h (FUNCTION_ARG_PADDING): Delete.
6729         (PAD_VARARGS_DOWN): Use targetm.calls.function_arg_padding.
6730         * config/powerpcspe/aix.h (BLOCK_REG_PADDING): Use pad_direction
6731         instead of direction.  Use targetm.calls.function_arg_padding.
6732         * config/powerpcspe/darwin.h (BLOCK_REG_PADDING): Likewise.
6733         * config/powerpcspe/freebsd64.h (BLOCK_REG_PADDING): Likewise.
6734         * config/powerpcspe/linux64.h (BLOCK_REG_PADDING): Likewise.
6735         * config/powerpcspe/powerpcspe-protos.h (function_arg_padding): Delete.
6736         * config/powerpcspe/powerpcspe.c (TARGET_FUNCTION_ARG_PADDING):
6737         Redefine.
6738         (function_arg_padding): Rename to...
6739         (rs6000_function_arg_padding): ...this.  Make static.  Return
6740         pad_direction instead of direction.
6741         (rs6000_return_in_msb): Use rs6000_function_arg_padding.
6742         * config/rs6000/rs6000.h (FUNCTION_ARG_PADDING): Delete.
6743         (PAD_VARARGS_DOWN): Use targetm.calls.function_arg_padding.
6744         * config/rs6000/aix.h (BLOCK_REG_PADDING): Use pad_direction
6745         instead of direction.  Use targetm.calls.function_arg_padding.
6746         * config/rs6000/darwin.h (BLOCK_REG_PADDING): Likewise.
6747         * config/rs6000/freebsd64.h (BLOCK_REG_PADDING): Likewise.
6748         * config/rs6000/linux64.h (BLOCK_REG_PADDING): Likewise.
6749         * config/rs6000/rs6000-protos.h (function_arg_padding): Delete.
6750         * config/rs6000/rs6000.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
6751         (function_arg_padding): Rename to...
6752         (rs6000_function_arg_padding): ...this.  Make static.  Return
6753         pad_direction instead of direction.
6754         (rs6000_return_in_msb): Use rs6000_function_arg_padding.
6755         * config/s390/s390.h (FUNCTION_ARG_PADDING): Delete.
6756         * config/s390/s390.c (s390_function_arg_padding): New function.
6757         (TARGET_FUNCTION_ARG_PADDING): Redefine.
6758         * config/sparc/sparc.h (FUNCTION_ARG_PADDING): Delete.
6759         * config/sparc/sparc-protos.h (function_arg_padding): Delete.
6760         * config/sparc/sparc.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
6761         (function_arg_padding): Rename to...
6762         (sparc_function_arg_padding): ...this.  Make static.  Return
6763         pad_direction instead of direction.
6764         * config/spu/spu.h (FUNCTION_ARG_PADDING): Delete.
6765         * config/spu/spu.c (spu_function_arg_padding): New function.
6766         (TARGET_FUNCTION_ARG_PADDING): Redefine.
6767         * system.h (FUNCTION_ARG_PADDING): Poison.
6769 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
6770             Alan Hayward  <alan.hayward@arm.com>
6771             David Sherwood  <david.sherwood@arm.com>
6773         * target.def (modes_tieable_p): New hook.
6774         * doc/tm.texi (MODES_TIEABLE_P): Replace with...
6775         (TARGET_MODES_TIEABLE_P): ...this.
6776         * doc/tm.texi.in: Regenerate.
6777         * hooks.h (hook_bool_mode_mode_true): Declare.
6778         * hooks.c (hook_bool_mode_mode_true): New function.
6779         * combine.c (subst): Use targetm.modes_tieable_p instead of
6780         MODES_TIEABLE_P.
6781         * dse.c (find_shift_sequence): Likewise.
6782         * expmed.c (extract_low_bits): Likewise.
6783         * lower-subreg.c: Include target.h.
6784         (find_decomposable_subregs): Use targetm.modes_tieable_p instead of
6785         MODES_TIEABLE_P.
6786         * rtlanal.c (rtx_cost): Likewise.
6787         * config/aarch64/aarch64.h (MODES_TIEABLE_P): Delete.
6788         * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): Delete.
6789         * config/aarch64/aarch64.c (aarch64_modes_tieable_p): Make static.
6790         (TARGET_MODES_TIEABLE_P): Redefine.
6791         * config/alpha/alpha.h (MODES_TIEABLE_P): Delete.
6792         * config/alpha/alpha.c (alpha_modes_tieable_p): New function.
6793         (TARGET_MODES_TIEABLE_P): Redefine.
6794         * config/arc/arc.h (MODES_TIEABLE_P): Delete.
6795         * config/arc/arc.c (TARGET_MODES_TIEABLE_P): Redefine.
6796         (arc_modes_tieable_p): New function.
6797         * config/arm/arm.h (MODES_TIEABLE_P): Delete.
6798         * config/arm/arm-protos.h (arm_modes_tieable_p): Delete.
6799         * config/arm/arm.c (TARGET_MODES_TIEABLE_P): Redefine.
6800         (arm_modes_tieable_p): Make static.
6801         * config/avr/avr.h (MODES_TIEABLE_P): Delete.
6802         * config/bfin/bfin.h (MODES_TIEABLE_P): Delete.
6803         * config/bfin/bfin.c (bfin_modes_tieable_p): New function.
6804         (TARGET_MODES_TIEABLE_P): Redefine.
6805         * config/c6x/c6x.h (MODES_TIEABLE_P): Delete.
6806         * config/c6x/c6x.c (c6x_modes_tieable_p): New function.
6807         (TARGET_MODES_TIEABLE_P): Redefine.
6808         * config/cr16/cr16.h (MODES_TIEABLE_P): Delete.
6809         * config/cr16/cr16.c (TARGET_MODES_TIEABLE_P): Redefine.
6810         (cr16_modes_tieable_p): New function.
6811         * config/cris/cris.h (MODES_TIEABLE_P): Delete.
6812         * config/epiphany/epiphany.h (MODES_TIEABLE_P): Delete.
6813         * config/fr30/fr30.h (MODES_TIEABLE_P): Delete.
6814         (TRULY_NOOP_TRUNCATION): Update comment.
6815         * config/frv/frv.h (MODES_TIEABLE_P): Delete.
6816         (TRULY_NOOP_TRUNCATION): Update comment.
6817         * config/frv/frv.c (TARGET_MODES_TIEABLE_P): Redefine.
6818         (frv_modes_tieable_p): New function.
6819         * config/ft32/ft32.h (MODES_TIEABLE_P): Delete.
6820         * config/h8300/h8300.h (MODES_TIEABLE_P): Delete.
6821         * config/h8300/h8300.c (h8300_modes_tieable_p): New function.
6822         (TARGET_MODES_TIEABLE_P): Redefine.
6823         * config/i386/i386.h (MODES_TIEABLE_P): Delete.
6824         * config/i386/i386-protos.h (ix86_modes_tieable_p): Delete.
6825         * config/i386/i386.c (ix86_modes_tieable_p): Make static.
6826         (TARGET_MODES_TIEABLE_P): Redefine.
6827         * config/ia64/ia64.h (MODES_TIEABLE_P): Delete.
6828         * config/ia64/ia64.c (TARGET_MODES_TIEABLE_P): Redefine.
6829         (ia64_modes_tieable_p): New function.
6830         * config/iq2000/iq2000.h (MODES_TIEABLE_P): Delete.
6831         * config/iq2000/iq2000.c (TARGET_MODES_TIEABLE_P): Redefine.
6832         (iq2000_modes_tieable_p): New function.
6833         * config/lm32/lm32.h (MODES_TIEABLE_P): Delete.
6834         * config/lm32/lm32.c (TARGET_MODES_TIEABLE_P): Redefine.
6835         (lm32_modes_tieable_p): New function.
6836         * config/m32c/m32c.h (MODES_TIEABLE_P): Delete.
6837         * config/m32c/m32c-protos.h (m32c_modes_tieable_p): Delete.
6838         * config/m32c/m32c.c (m32c_modes_tieable_p): Make static.
6839         (TARGET_MODES_TIEABLE_P): Redefine.
6840         * config/m32r/m32r.h (MODES_TIEABLE_P): Delete.
6841         * config/m32r/m32r.c (TARGET_MODES_TIEABLE_P): Redefine.
6842         (m32r_modes_tieable_p): New function.
6843         * config/m68k/m68k.h (MODES_TIEABLE_P): Delete.
6844         * config/m68k/m68k.c (TARGET_MODES_TIEABLE_P): Redefine.
6845         (m68k_modes_tieable_p): New function.
6846         * config/mcore/mcore.h (MODES_TIEABLE_P): Delete.
6847         * config/mcore/mcore.c (TARGET_MODES_TIEABLE_P): Redefine.
6848         (mcore_modes_tieable_p): New function.
6849         * config/microblaze/microblaze.h (MODES_TIEABLE_P): Delete.
6850         * config/microblaze/microblaze.c (microblaze_modes_tieable_p): New
6851         function.
6852         (TARGET_MODES_TIEABLE_P): Redefine.
6853         * config/mips/mips.h (MODES_TIEABLE_P): Delete.
6854         * config/mips/mips-protos.h (mips_modes_tieable_p): Delete.
6855         * config/mips/mips.c (mips_modes_tieable_p): Make static.
6856         (TARGET_MODES_TIEABLE_P): Redefine.
6857         * config/mmix/mmix.h (MODES_TIEABLE_P): Delete.
6858         * config/mn10300/mn10300.h (MODES_TIEABLE_P): Delete.
6859         * config/mn10300/mn10300-protos.h (mn10300_modes_tieable): Delete.
6860         * config/mn10300/mn10300.c (mn10300_modes_tieable): Rename to...
6861         (mn10300_modes_tieable_p): ...this and make static.
6862         (TARGET_MODES_TIEABLE_P): Redefine.
6863         * config/moxie/moxie.h (MODES_TIEABLE_P): Delete.
6864         * config/msp430/msp430.h (MODES_TIEABLE_P): Delete.
6865         * config/msp430/msp430-protos.h (msp430_modes_tieable_p): Delete.
6866         * config/msp430/msp430.c (TARGET_MODES_TIEABLE_P): Redefine.
6867         (msp430_modes_tieable_p): Make static.
6868         * config/nds32/nds32.h (MODES_TIEABLE_P): Delete.
6869         * config/nds32/nds32.c (nds32_modes_tieable_p): New function.
6870         (TARGET_MODES_TIEABLE_P): Redefine.
6871         * config/nios2/nios2.h (MODES_TIEABLE_P): Delete.
6872         * config/nvptx/nvptx.h (MODES_TIEABLE_P): Delete.
6873         * config/nvptx/nvptx.c (nvptx_modes_tieable_p): New function.
6874         (TARGET_MODES_TIEABLE_P): Redefine.
6875         * config/pa/pa.h (MODES_TIEABLE_P): Delete.
6876         * config/pa/pa-protos.h (pa_modes_tieable_p): Delete.
6877         * config/pa/pa.c (pa_modes_tieable_p): Make static.
6878         (TARGET_MODES_TIEABLE_P): Redefine.
6879         * config/pdp11/pdp11.h (MODES_TIEABLE_P): Delete.
6880         * config/pdp11/pdp11.c (TARGET_MODES_TIEABLE_P): Redefine.
6881         (pdp11_modes_tieable_p): New function.
6882         * config/powerpcspe/powerpcspe.h (MODES_TIEABLE_P): Delete.
6883         * config/powerpcspe/powerpcspe.c (TARGET_MODES_TIEABLE_P): Redefine.
6884         (rs6000_modes_tieable_p): New function.
6885         (rs6000_debug_reg_global): Use it instead of MODES_TIEABLE_P.
6886         * config/powerpcspe/powerpcspe.md: Update comment.
6887         * config/riscv/riscv.h (MODES_TIEABLE_P): Delete.
6888         * config/riscv/riscv.c (riscv_modes_tieable_p): New function.
6889         (TARGET_MODES_TIEABLE_P): Redefine.
6890         * config/rl78/rl78.h (MODES_TIEABLE_P): Delete.
6891         * config/rl78/rl78.c (TARGET_MODES_TIEABLE_P): Redefine.
6892         (rl78_modes_tieable_p): New function.
6893         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Delete.
6894         * config/rs6000/rs6000.c (TARGET_MODES_TIEABLE_P): Redefine.
6895         (rs6000_modes_tieable_p): New function.
6896         (rs6000_debug_reg_global): Use it instead of MODES_TIEABLE_P.
6897         * config/rs6000/rs6000.md: Update comment.
6898         * config/rx/rx.h (MODES_TIEABLE_P): Delete.
6899         * config/rx/rx.c (rx_modes_tieable_p): New function.
6900         (TARGET_MODES_TIEABLE_P): Redefine.
6901         * config/s390/s390.h (MODES_TIEABLE_P): Delete.
6902         * config/s390/s390.c (s390_modes_tieable_p): New function.
6903         (TARGET_MODES_TIEABLE_P): Redefine.
6904         * config/sh/sh.h (MODES_TIEABLE_P): Delete.
6905         * config/sh/sh.c (TARGET_MODES_TIEABLE_P): Redefine.
6906         (sh_modes_tieable_p): New function.
6907         * config/sparc/sparc.h (MODES_TIEABLE_P): Delete.
6908         * config/sparc/sparc-protos.h (sparc_modes_tieable_p): Delete.
6909         * config/sparc/sparc.c (TARGET_MODES_TIEABLE_P): Redefine.
6910         (sparc_modes_tieable_p): Make static.
6911         * config/spu/spu.h (MODES_TIEABLE_P): Delete.
6912         * config/spu/spu.c (spu_modes_tieable_p): New function.
6913         (TARGET_MODES_TIEABLE_P): Redefine.
6914         * config/stormy16/stormy16.h (MODES_TIEABLE_P): Delete.
6915         * config/stormy16/stormy16.c (xstormy16_modes_tieable_p): New function.
6916         (TARGET_MODES_TIEABLE_P): Redefine.
6917         * config/tilegx/tilegx.h (MODES_TIEABLE_P): Delete.
6918         * config/tilepro/tilepro.h (MODES_TIEABLE_P): Delete.
6919         * config/v850/v850.h (MODES_TIEABLE_P): Delete.
6920         * config/v850/v850.c (v850_modes_tieable_p): New function.
6921         (TARGET_MODES_TIEABLE_P): Redefine.
6922         * config/vax/vax.h (MODES_TIEABLE_P): Delete.
6923         * config/visium/visium.h (MODES_TIEABLE_P): Delete.
6924         * config/visium/visium.c (TARGET_MODES_TIEABLE_P): Redefine.
6925         (visium_modes_tieable_p): New function.
6926         * config/xtensa/xtensa.h (MODES_TIEABLE_P): Delete.
6927         * config/xtensa/xtensa.c (TARGET_MODES_TIEABLE_P): Redefine.
6928         (xtensa_modes_tieable_p): New function.
6929         * system.h (MODES_TIEABLE_P): Poison.
6931 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
6932             Alan Hayward  <alan.hayward@arm.com>
6933             David Sherwood  <david.sherwood@arm.com>
6935         * target.def (hard_regno_mode_ok): New hook.
6936         * doc/tm.texi (HARD_REGNO_MODE_OK): Replace with...
6937         (TARGET_HARD_REGNO_MODE_OK): ...this.
6938         * doc/tm.texi.in: Regenerate.
6939         * hooks.h (hook_bool_uint_mode_true): Declare.
6940         * hooks.c (hook_bool_uint_mode_true): New function.
6941         * doc/md.texi: Refer to targetm.hard_regno_mode_ok instead of
6942         HARD_REGNO_MODE_OK.
6943         * genpreds.c (write_insn_preds_c): Add an include of target.h.
6944         * alias.c (init_alias_target): Use targetm.hard_regno_mode_ok
6945         instead of HARD_REGNO_MODE_OK.
6946         * caller-save.c: Include target.h.
6947         (reg_save_code): Use targetm.hard_regno_mode_ok instead of
6948         HARD_REGNO_MODE_OK.
6949         * combine.c (can_combine_p): Likewise.
6950         (combinable_i3pat): Likewise.
6951         (can_change_dest_mode): Likewise.
6952         * expr.c (init_expr_target): Likewise.
6953         (convert_move): Likewise.
6954         (convert_modes): Likewise.
6955         * ira.c (setup_prohibited_class_mode_regs): Likewise.
6956         (setup_prohibited_mode_move_regs): Likewise.
6957         * ira.h (target_ira): Likewise.
6958         * lra-assigns.c (find_hard_regno_for_1): Likewise.
6959         * lra-constraints.c (process_alt_operands): Likewise.
6960         (split_reg): Likewise.
6961         * recog.c (peep2_find_free_register): Likewise.
6962         * ree.c (combine_reaching_defs): Likewise.
6963         * regcprop.c (maybe_mode_change): Likewise.
6964         * reginfo.c (init_reg_sets_1): Likewise.
6965         (choose_hard_reg_mode): Likewise.
6966         (simplifiable_subregs): Likewise.
6967         * regrename.c (check_new_reg_p): Likewise.
6968         * reload.c (find_valid_class): Likewise.
6969         (find_valid_class_1): Likewise.
6970         (reload_inner_reg_of_subreg): Likewise.
6971         (push_reload): Likewise.
6972         (combine_reloads): Likewise.
6973         (find_dummy_reload): Likewise.
6974         (find_reloads): Likewise.
6975         * reload1.c (find_reg): Likewise.
6976         (set_reload_reg): Likewise.
6977         (allocate_reload_reg): Likewise.
6978         (choose_reload_regs): Likewise.
6979         (reload_adjust_reg_for_temp): Likewise.
6980         * rtlanal.c (subreg_size_offset_from_lsb): Likewise.
6981         (simplify_subreg_regno): Likewise.
6982         * sel-sched.c (init_regs_for_mode): Likewise.
6983         * varasm.c (make_decl_rtl): Likewise.
6984         * config/aarch64/aarch64.h (HARD_REGNO_MODE_OK): Delete.
6985         (MODES_TIEABLE_P): Use targetm.hard_regno_mode_ok instead of
6986         HARD_REGNO_MODE_OK.
6987         * config/aarch64/aarch64-protos.h (aarch64_hard_regno_mode_ok): Delete.
6988         * config/aarch64/aarch64.c (aarch64_hard_regno_mode_ok): Make static.
6989         (TARGET_HARD_REGNO_MODE_OK): Redefine.
6990         * config/alpha/alpha.h (HARD_REGNO_MODE_OK): Delete.
6991         * config/alpha/alpha.c (alpha_hard_regno_mode_ok): New function.
6992         (TARGET_HARD_REGNO_MODE_OK): Redefine.
6993         * config/arc/arc.h (arc_hard_regno_mode_ok): Delete.
6994         (arc_mode_class): Delete.
6995         (HARD_REGNO_MODE_OK): Delete.
6996         * config/arc/arc.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
6997         (arc_hard_regno_mode_ok): Rename old array to...
6998         (arc_hard_regno_mode_ok_modes): ...this.
6999         (arc_conditional_register_usage): Update accordingly.
7000         (arc_mode_class): Make static.
7001         (arc_hard_regno_mode_ok): New function.
7002         * config/arm/arm.h (HARD_REGNO_MODE_OK): Delete.
7003         * config/arm/arm-protos.h (arm_hard_regno_mode_ok): Delete.
7004         * config/arm/arm.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7005         (arm_hard_regno_mode_ok): Make static.
7006         * config/arm/arm.md (movdi): Use targetm.hard_regno_mode_ok instead of
7007         HARD_REGNO_MODE_OK.
7008         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): Delete.
7009         * config/avr/avr.h (HARD_REGNO_MODE_OK): Delete.
7010         * config/avr/avr.c (avr_hard_regno_mode_ok): Make static and
7011         return a bool.
7012         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7013         * config/bfin/bfin-protos.h (hard_regno_mode_ok): Delete.
7014         * config/bfin/bfin.h (HARD_REGNO_MODE_OK): Delete.
7015         * config/bfin/bfin.c (hard_regno_mode_ok): Rename to...
7016         (bfin_hard_regno_mode_ok): ...this.  Make static and return a bool.
7017         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7018         * config/bfin/predicates.md (valid_reg_operand): Use
7019         targetm.hard_regno_mode_ok instead of HARD_REGNO_MODE_OK.
7020         * config/c6x/c6x.h (HARD_REGNO_MODE_OK): Delete.
7021         * config/c6x/c6x.c (c6x_hard_regno_mode_ok): New function.
7022         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7023         * config/cr16/cr16.h (HARD_REGNO_MODE_OK): Delete.
7024         * config/cr16/cr16-protos.h (cr16_hard_regno_mode_ok): Delete.
7025         * config/cr16/cr16.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7026         (cr16_hard_regno_mode_ok): Make static and return a bool.
7027         * config/cris/cris.h (HARD_REGNO_MODE_OK): Delete.
7028         * config/cris/cris.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7029         (cris_hard_regno_mode_ok): New function.
7030         * config/epiphany/epiphany.h (epiphany_hard_regno_mode_ok): Delete.
7031         (epiphany_mode_class): Delete.
7032         (HARD_REGNO_MODE_OK): Delete.
7033         * config/epiphany/epiphany-protos.h (hard_regno_mode_ok): Delete.
7034         * config/epiphany/epiphany.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7035         (hard_regno_mode_ok): Rename to...
7036         (epiphany_hard_regno_mode_ok): ...this.  Make static and return a bool.
7037         * config/fr30/fr30.h (HARD_REGNO_MODE_OK): Delete.
7038         * config/fr30/fr30.md: Refer to targetm.hard_regno_mode_ok instead of
7039         HARD_REGNO_MODE_OK.
7040         * config/frv/frv.h (HARD_REGNO_MODE_OK): Delete.
7041         * config/frv/frv-protos.h (frv_hard_regno_mode_ok): Delete.
7042         * config/frv/frv.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7043         (frv_hard_regno_mode_ok): Make static and return a bool.
7044         * config/frv/frv.md: Refer to targetm.hard_regno_mode_ok instead of
7045         HARD_REGNO_MODE_OK.
7046         * config/ft32/ft32.h (HARD_REGNO_MODE_OK): Delete.
7047         * config/h8300/h8300.h (HARD_REGNO_MODE_OK): Delete.
7048         * config/h8300/h8300-protos.h (h8300_hard_regno_mode_ok): Delete.
7049         * config/h8300/h8300.c (h8300_hard_regno_mode_ok): Make static
7050         and return a bool.
7051         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7052         * config/i386/i386.h (HARD_REGNO_MODE_OK): Delete.
7053         * config/i386/i386-protos.h (ix86_hard_regno_mode_ok): Delete.
7054         * config/i386/i386.c (ix86_hard_regno_mode_ok): Make static and
7055         return a bool.
7056         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7057         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Delete.
7058         * config/ia64/ia64.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7059         (ia64_hard_regno_mode_ok): New function.
7060         * config/iq2000/iq2000.h (HARD_REGNO_MODE_OK): Delete.
7061         * config/iq2000/iq2000.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7062         (iq2000_hard_regno_mode_ok): New function.
7063         * config/lm32/lm32.h (HARD_REGNO_MODE_OK): Delete.
7064         * config/lm32/lm32.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7065         (lm32_hard_regno_mode_ok): New function.
7066         * config/m32c/m32c.h (HARD_REGNO_MODE_OK): Delete.
7067         * config/m32c/m32c-protos.h (m32c_hard_regno_ok): Delete.
7068         * config/m32c/m32c.c (class_can_hold_mode): Use m32c_hard_regno_mode_ok
7069         instead of HARD_REGNO_MODE_OK.
7070         (m32c_hard_regno_ok): Rename to...
7071         (m32c_hard_regno_mode_ok): ...this.  Make static and return a bool.
7072         (m32c_cannot_change_mode_class): Update accordingly.
7073         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7074         * config/m32r/m32r.h (m32r_hard_regno_mode_ok): Delete.
7075         (m32r_mode_class): Delete.
7076         (HARD_REGNO_MODE_OK): Delete.
7077         * config/m32r/m32r.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7078         (m32r_hard_regno_mode_ok): Rename to...
7079         (m32r_hard_regno_modes): ...this.
7080         (m32r_mode_class): Make static.
7081         (m32r_hard_regno_mode_ok): New function.
7082         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Delete.
7083         * config/m68k/m68k-protos.h (m68k_regno_mode_ok): Delete.
7084         * config/m68k/m68k.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7085         (m68k_hard_regno_mode_ok): Make static.
7086         * config/mcore/mcore.h (HARD_REGNO_MODE_OK): Delete.
7087         * config/mcore/mcore.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7088         (mcore_hard_regno_mode_ok): New function.
7089         * config/microblaze/microblaze.h (microblaze_hard_regno_mode_ok)
7090         (HARD_REGNO_MODE_OK): Delete.
7091         * config/microblaze/microblaze.c (microblaze_hard_regno_mode_ok):
7092         Rename to...
7093         (microblaze_hard_regno_mode_ok_p): ...this and make static.
7094         (microblaze_hard_regno_mode_ok): New function.
7095         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7096         * config/mips/mips.h (HARD_REGNO_MODE_OK): Delete.
7097         (mips_hard_regno_mode_ok): Delete.
7098         * config/mips/mips.c (mips_hard_regno_mode_ok): Rename to...
7099         (mips_hard_regno_mode_ok_p): ...this and make static.
7100         (mips_hard_regno_mode_ok_p): Rename to...
7101         (mips_hard_regno_mode_ok_uncached): ...this.
7102         (mips_hard_regno_mode_ok): New function.
7103         (mips_class_max_nregs): Use mips_hard_regno_mode_ok instead
7104         of HARD_REGNO_MODE_OK.
7105         (mips_option_override): Update after above name changes.
7106         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7107         * config/mmix/mmix.h (HARD_REGNO_MODE_OK): Delete.
7108         * config/mn10300/mn10300.h (HARD_REGNO_MODE_OK): Delete.
7109         * config/mn10300/mn10300-protos.h (mn10300_hard_regno_mode_ok): Delete.
7110         * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Make static.
7111         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7112         * config/moxie/moxie.h (HARD_REGNO_MODE_OK): Delete.
7113         * config/msp430/msp430.h (HARD_REGNO_MODE_OK): Delete.
7114         * config/msp430/msp430-protos.h (msp430_hard_regno_mode_ok): Delete.
7115         * config/msp430/msp430.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7116         (msp430_hard_regno_mode_ok): Make static and return a bool.
7117         * config/nds32/nds32.h (HARD_REGNO_MODE_OK): Delete.
7118         * config/nds32/nds32-protos.h (nds32_hard_regno_mode_ok): Delete.
7119         * config/nds32/nds32.c (nds32_hard_regno_mode_ok): Make static
7120         and return a bool.
7121         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7122         * config/nios2/nios2.h (HARD_REGNO_MODE_OK): Delete.
7123         * config/nvptx/nvptx.h (HARD_REGNO_MODE_OK): Delete.
7124         * config/pa/pa.h (MODES_TIEABLE_P): Update commentary.
7125         * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): Rename to...
7126         (PA_HARD_REGNO_MODE_OK): ...this
7127         * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Rename to...
7128         (PA_HARD_REGNO_MODE_OK): ...this.
7129         * config/pa/pa.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7130         (pa_hard_regno_mode_ok): New function.
7131         * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Delete.
7132         * config/pdp11/pdp11.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7133         (pdp11_hard_regno_mode_ok): New function.
7134         * config/powerpcspe/powerpcspe.h (HARD_REGNO_MODE_OK): Delete.
7135         * config/powerpcspe/powerpcspe-protos.h (rs6000_hard_regno_mode_ok_p):
7136         Delete.
7137         * config/powerpcspe/powerpcspe.c (rs6000_hard_regno_mode_ok_p):
7138         Make static.
7139         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7140         (rs6000_hard_regno_mode_ok): Rename to...
7141         (rs6000_hard_regno_mode_ok_uncached): ...this.
7142         (rs6000_init_hard_regno_mode_ok): Update accordingly.
7143         (rs6000_hard_regno_mode_ok): New function.
7144         * config/riscv/riscv.h (HARD_REGNO_MODE_OK): Delete.
7145         * config/riscv/riscv-protos.h (riscv_hard_regno_mode_ok_p): Delete.
7146         * config/riscv/riscv.c (riscv_hard_regno_mode_ok_p): Rename to...
7147         (riscv_hard_regno_mode_ok): ...this and make static.
7148         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7149         * config/rl78/rl78.h (HARD_REGNO_MODE_OK): Delete.
7150         * config/rl78/rl78-protos.h (rl78_hard_regno_mode_ok): Delete.
7151         * config/rl78/rl78.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7152         (rl78_hard_regno_mode_ok): Make static and return bool.
7153         * config/rs6000/rs6000.h (HARD_REGNO_MODE_OK): Delete.
7154         * config/rs6000/rs6000-protos.h (rs6000_hard_regno_mode_ok_p):
7155         Delete.
7156         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok_p): Make static.
7157         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7158         (rs6000_hard_regno_mode_ok): Rename to...
7159         (rs6000_hard_regno_mode_ok_uncached): ...this.
7160         (rs6000_init_hard_regno_mode_ok): Update accordingly.
7161         (rs6000_hard_regno_mode_ok): New function.
7162         * config/rx/rx.h (HARD_REGNO_MODE_OK): Delete.
7163         * config/rx/rx.c (rx_hard_regno_mode_ok): New function.
7164         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7165         * config/s390/s390.h (HARD_REGNO_MODE_OK): Delete.
7166         * config/s390/s390-protos.h (s390_hard_regno_mode_ok): Delete.
7167         * config/s390/s390.c (s390_hard_regno_mode_ok): Make static.
7168         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7169         * config/sh/sh.h (HARD_REGNO_MODE_OK): Delete.
7170         * config/sh/sh-protos.h (sh_hard_regno_mode_ok): Delete.
7171         * config/sh/sh.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7172         (sh_hard_regno_mode_ok): Make static.
7173         * config/sparc/constraints.md: Refer to targetm.hard_regno_mode_ok
7174         instead of HARD_REGNO_MODE_OK.
7175         * config/sparc/sparc.h (hard_regno_mode_classes): Delete.
7176         (sparc_mode_class): Delete.
7177         (HARD_REGNO_MODE_OK): Delete.
7178         * config/sparc/sparc.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7179         (hard_regno_mode_classes): Make static.
7180         (sparc_mode_class): Likewise.
7181         (sparc_hard_regno_mode_ok): New function.
7182         * config/spu/spu.h (HARD_REGNO_MODE_OK): Delete.
7183         * config/stormy16/stormy16.h (HARD_REGNO_MODE_OK): Delete.
7184         * config/stormy16/stormy16.c (xstormy16_hard_regno_mode_ok): New
7185         function.
7186         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7187         * config/tilegx/tilegx.h (HARD_REGNO_MODE_OK): Delete.
7188         * config/tilepro/tilepro.h (HARD_REGNO_MODE_OK): Delete.
7189         * config/v850/v850.h (HARD_REGNO_MODE_OK): Delete.
7190         * config/v850/v850.c (v850_hard_regno_mode_ok): New function.
7191         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7192         * config/vax/vax.h (HARD_REGNO_MODE_OK): Delete.
7193         * config/visium/visium.h (HARD_REGNO_MODE_OK): Delete.
7194         * config/visium/visium.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
7195         (visium_hard_regno_mode_ok): New function.
7196         * config/visium/visium.md: Refer to targetm.hard_regno_mode_ok
7197         instead of HARD_REGNO_MODE_OK.
7198         * config/xtensa/xtensa.h (xtensa_hard_regno_mode_ok): Delete.
7199         (HARD_REGNO_MODE_OK): Delete.
7200         * config/xtensa/xtensa.c (xtensa_hard_regno_mode_ok): Rename to...
7201         (xtensa_hard_regno_mode_ok_p): ...this and make static.
7202         (xtensa_option_override): Update accordingly.
7203         (TARGET_HARD_REGNO_MODE_OK): Redefine.
7204         (xtensa_hard_regno_mode_ok): New function.
7205         * system.h (HARD_REGNO_MODE_OK): Poison.
7207 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
7208             Alan Hayward  <alan.hayward@arm.com>
7209             David Sherwood  <david.sherwood@arm.com>
7211         * target.def (hard_regno_call_part_clobbered): New hook.
7212         * doc/tm.texi.in (HARD_REGNO_CALL_PART_CLOBBERED): Replace with...
7213         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): ...this hook.
7214         * doc/tm.texi: Regenerate.
7215         * hooks.h (hook_bool_uint_mode_false): Declare.
7216         * hooks.c (hook_bool_uint_mode_false): New function.
7217         * regs.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
7218         * cselib.c (cselib_process_insn): Use
7219         targetm.hard_regno_call_part_clobbered instead of
7220         HARD_REGNO_CALL_PART_CLOBBERED.
7221         * ira-conflicts.c (ira_build_conflicts): Likewise.
7222         * ira-costs.c (ira_tune_allocno_costs): Likewise.
7223         * lra-constraints.c (need_for_call_save_p): Likewise.
7224         * lra-lives.c: Include target.h.
7225         (check_pseudos_live_through_calls): Use
7226         targetm.hard_regno_call_part_clobbered instead of
7227         HARD_REGNO_CALL_PART_CLOBBERED.
7228         * regcprop.c: Include target.h.
7229         (copyprop_hardreg_forward_1): Use
7230         targetm.hard_regno_call_part_clobbered instead of
7231         HARD_REGNO_CALL_PART_CLOBBERED.
7232         * reginfo.c (choose_hard_reg_mode): Likewise.
7233         * regrename.c (check_new_reg_p): Likewise.
7234         * reload.c (find_equiv_reg): Likewise.
7235         * reload1.c (emit_reload_insns): Likewise.
7236         * sched-deps.c (deps_analyze_insn): Likewise.
7237         * sel-sched.c (init_regs_for_mode): Likewise.
7238         (mark_unavailable_hard_regs): Likewise.
7239         * targhooks.c (default_dwarf_frame_reg_mode): Likewise.
7240         * config/aarch64/aarch64.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
7241         * config/aarch64/aarch64.c (aarch64_hard_regno_call_part_clobbered):
7242         New function.
7243         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
7244         * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
7245         * config/avr/avr-protos.h (avr_hard_regno_call_part_clobbered):
7246         Delete.
7247         * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Make static
7248         and return a bool.
7249         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
7250         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
7251         * config/i386/i386.c (ix86_hard_regno_call_part_clobbered): New
7252         function.
7253         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
7254         * config/mips/mips.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
7255         * config/mips/mips.c (mips_hard_regno_call_part_clobbered): New
7256         function.
7257         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
7258         * config/powerpcspe/powerpcspe.h (HARD_REGNO_CALL_PART_CLOBBERED):
7259         Delete.
7260         * config/powerpcspe/powerpcspe.c
7261         (rs6000_hard_regno_call_part_clobbered): New function.
7262         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
7263         * config/rs6000/rs6000.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
7264         * config/rs6000/rs6000.c (rs6000_hard_regno_call_part_clobbered):
7265         New function.
7266         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
7267         * config/s390/s390.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
7268         * config/s390/s390.c (s390_hard_regno_call_part_clobbered): New
7269         function.
7270         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
7271         * config/sh/sh.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
7272         * system.h (HARD_REGNO_CALL_PART_CLOBBERED): Poison.
7274 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
7275             Alan Hayward  <alan.hayward@arm.com>
7276             David Sherwood  <david.sherwood@arm.com>
7278         * rtl.h (subreg_memory_offset): Declare.
7279         * emit-rtl.c (subreg_memory_offset): New function.
7280         * expmed.c (store_bit_field_1): Use it.
7281         * expr.c (undefined_operand_subword_p): Likewise.
7282         * simplify-rtx.c (simplify_subreg): Likewise.
7284 2017-09-04  Alexander Monakov  <amonakov@ispras.ru>
7286         PR rtl-optimization/57448
7287         PR target/67458
7288         PR target/81316
7289         * optabs.c (expand_atomic_load): Place compiler memory barriers if
7290         using atomic_load pattern.
7291         (expand_atomic_store): Likewise.
7293 2017-09-04  Jakub Jelinek  <jakub@redhat.com>
7295         PR sanitizer/81981
7296         * gimple-fold.c (gimple_fold_call): Optimize away useless UBSAN_PTR
7297         and UBSAN_BOUNDS internal calls.  Clean up IFN_UBSAN_OBJECT_SIZE
7298         handling.  Use replace_call_with_value with NULL instead of
7299         gsi_replace, unlink_stmt_vdef and release_defs.
7301         * gdbhooks.py (OptMachineModePrinter.to_string): Use 8 spaces
7302         instead of tab.
7304         * lra-remat.c (reg_overlap_for_remat_p): Fix a pasto.
7306 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
7308         PR bootstrap/82045
7309         * rtl.h (emit_library_call_value_1): Declare.
7310         (emit_library_call): Replace declaration with a series of overloads.
7311         Remove the parameter count argument.
7312         (emit_library_call_value): Likewise.
7313         * calls.c (emit_library_call_value_1): Make global.  Replace varargs
7314         with an "rtx_mode_t *".
7315         (emit_library_call_value): Delete.
7316         (emit_library_call): Likewise.
7317         * asan.c (asan_emit_stack_protection): Update calls accordingly.
7318         (asan_emit_allocas_unpoison): Likewise.
7319         * builtins.c (expand_builtin_powi): Likewise.
7320         (expand_asan_emit_allocas_unpoison): Likewise.
7321         * cfgexpand.c (expand_main_function): Likewise.
7322         * config/aarch64/aarch64.c (aarch64_trampoline_init): Likewise.
7323         * config/aarch64/aarch64.h (PROFILE_HOOK): Likewise.
7324         * config/alpha/alpha.c (alpha_trampoline_init): Likewise.
7325         * config/arm/arm.c (arm_trampoline_init): Likewise.
7326         (arm_call_tls_get_addr): Likewise.
7327         (arm_expand_divmod_libfunc): Likewise.
7328         * config/bfin/bfin.md (umulsi3_highpart): Likewise.
7329         (smulsi3_highpart): Likewise.
7330         * config/c6x/c6x.c (c6x_initialize_trampoline): Likewise.
7331         (c6x_expand_compare): Likewise.
7332         (c6x_expand_movmem): Likewise.
7333         * config/frv/frv.c (frv_trampoline_init): Likewise.
7334         * config/i386/i386.c (ix86_trampoline_init): Likewise.
7335         (ix86_expand_divmod_libfunc): Likewise.
7336         * config/ia64/ia64.c (ia64_expand_tls_address): Likewise.
7337         (ia64_expand_compare): Likewise.
7338         (ia64_profile_hook): Likewise.
7339         * config/ia64/ia64.md (save_stack_nonlocal): Likewise.
7340         (nonlocal_goto): Likewise.
7341         (restore_stack_nonlocal): Likewise.
7342         * config/m32r/m32r.c (block_move_call): Likewise.
7343         (m32r_trampoline_init): Likewise.
7344         * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Likewise.
7345         * config/m68k/m68k.c (m68k_call_tls_get_addr): Likewise.
7346         (m68k_call_m68k_read_tp): Likewise.
7347         * config/microblaze/microblaze.c (microblaze_call_tls_get_addr)
7348         (microblaze_expand_divide): Likewise.
7349         * config/mips/mips.h (mips_args): Likewise.
7350         * config/mips/sdemtk.h (mips_sync_icache): Likewise.
7351         (MIPS_ICACHE_SYNC): Likewise.
7352         * config/nios2/nios2.c (nios2_emit_expensive_div): Likewise.
7353         (nios2_trampoline_init): Likewise.
7354         * config/pa/pa.c (hppa_tls_call): Likewise.
7355         (pa_trampoline_init): Likewise.
7356         * config/pa/pa.md (canonicalize_funcptr_for_compare): Likewise.
7357         * config/powerpcspe/powerpcspe.c (rs6000_legitimize_tls_address)
7358         (expand_strn_compare): Likewise.
7359         (rs6000_generate_compare): Likewise.
7360         (rs6000_expand_float128_convert): Likewise.
7361         (output_profile_hook): Likewise.
7362         (rs6000_trampoline_init): Likewise.
7363         * config/powerpcspe/powerpcspe.md (neg<mode>2): Likewise.
7364         * config/riscv/riscv.h (PROFILE_HOOK): Likewise.
7365         * config/rs6000/rs6000-string.c (expand_strn_compare): Likewise.
7366         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Likewise.
7367         (rs6000_generate_compare): Likewise.
7368         (rs6000_expand_float128_convert): Likewise.
7369         (output_profile_hook): Likewise.
7370         (rs6000_trampoline_init): Likewise.
7371         * config/rs6000/rs6000.md (neg<mode>2): Likewise.
7372         * config/sh/sh.c (sh_trampoline_init): Likewise.
7373         * config/sparc/sparc.c (emit_soft_tfmode_libcall): Likewise.
7374         (sparc_emit_float_lib_cmp): Likewise.
7375         (sparc32_initialize_trampoline): Likewise.
7376         (sparc64_initialize_trampoline): Likewise.
7377         (sparc_profile_hook): Likewise.
7378         * config/spu/spu.c (ea_load_store): Likewise.
7379         * config/spu/spu.md (floatunssidf2): Likewise.
7380         * config/tilegx/tilegx.c (tilegx_trampoline_init): Likewise.
7381         * config/tilepro/tilepro.c (tilepro_trampoline_init): Likewise.
7382         * config/visium/visium.c (expand_block_move_4): Likewise.
7383         (expand_block_move_2): Likewise.
7384         (expand_block_move_1): Likewise.
7385         (expand_block_set_4): Likewise.
7386         (expand_block_set_2): Likewise.
7387         (expand_block_set_1): Likewise.
7388         (visium_trampoline_init): Likewise.
7389         (visium_profile_hook): Likewise.
7390         * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Likewise.
7391         (xtensa_setup_frame_addresses): Likewise.
7392         (xtensa_trampoline_init): Likewise.
7393         * except.c (sjlj_emit_function_enter): Likewise.
7394         (sjlj_emit_function_exit): Likewise.
7395         * explow.c (allocate_dynamic_stack_space): Likewise.
7396         (probe_stack_range): Likewise.
7397         * expr.c (convert_mode_scalar): Likewise.
7398         * optabs.c (expand_binop): Likewise.
7399         (expand_twoval_binop_libfunc): Likewise.
7400         (expand_unop): Likewise.
7401         (prepare_cmp_insn): Likewise.
7402         (prepare_float_lib_cmp): Likewise.
7403         (expand_float): Likewise.
7404         (expand_fix): Likewise.
7405         (expand_fixed_convert): Likewise.
7406         (maybe_emit_sync_lock_test_and_set): Likewise.
7407         (expand_atomic_compare_and_swap): Likewise.
7408         (expand_mem_thread_fence): Likewise.
7409         (expand_atomic_fetch_op): Likewise.
7411 2017-09-03  Gerald Pfeifer  <gerald@pfeifer.com>
7413         * doc/generic.texi (OpenACC): Adjust URL.
7414         * doc/invoke.texi (C Dialect Options): Ditto.
7416 2017-09-03  Uros Bizjak  <ubizjak@gmail.com>
7418         * config/i386/i386.md (*bt<mode>): Use nonimmediate_operand
7419         predicate for operand 1.  Add (m,<S>) constraint.
7420         (*jcc_bt<mode>): Use nonimmediate_operand predicate for operand 1.
7421         Prevent memory operand 1 with register operand 2.
7423 2017-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
7425         PR rtl-optimization/82024
7426         * combine.c (try_combine): If the combination result is a PARALLEL,
7427         and we only need to retain the SET in there that would be placed
7428         at I2, check that we can place that at I3 instead, before doing so.
7430 2017-09-01  Jakub Jelinek  <jakub@redhat.com>
7432         PR target/81766
7433         * config/i386/i386.c (ix86_init_large_pic_reg): Return label
7434         instead of void.
7435         (ix86_init_pic_reg): Remember label from ix86_init_large_pic_reg,
7436         if non-NULL and preceded by NOTE_INSN_BASIC_BLOCK, swap the note
7437         and label.
7439 2017-09-01  Joerg Sonnenberger  <joerg@bec.de>
7440             Jeff Law  <law@redhat.com>
7442         * varasm.c (bss_initializer_p): Do not put constants into .bss
7443         (categorize_decl_for_section): Handle bss_initializer_p returning
7444         false when DECL_INITIAL is NULL.
7446 2017-09-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7448         PR target/82012
7449         * config/s390/s390.c (s390_can_inline_p): New function.
7451 2017-09-01  Jeff Law  <law@redhat.com>
7453         PR tree-optimization/82052
7454         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
7455         Always initialize the returned slot after a hash table miss
7456         when INSERT is true.
7458 2017-09-01  Alexander Monakov  <amonakov@ispras.ru>
7460         * config/s390/s390.md (mem_signal_fence): Remove.
7461         * doc/md.texi (mem_signal_fence): Remove.
7462         * optabs.c (expand_mem_signal_fence): Remove uses of mem_signal_fence.
7463         Update comments.
7464         * target-insns.def (mem_signal_fence): Remove.
7466 2017-09-01  Jakub Jelinek  <jakub@redhat.com>
7468         PR sanitizer/81902
7469         * doc/invoke.texi: Document -fsanitize=pointer-overflow.
7471         PR sanitizer/81923
7472         * asan.c (create_odr_indicator): Strip name encoding from assembler
7473         name before appending it after __odr_asan_.
7475 2017-09-01  Martin Liska  <mliska@suse.cz>
7477         PR tree-optimization/82059
7478         * gimple-ssa-isolate-paths.c (isolate_path): Add profile and
7479         frequency only when an edge is redirected.
7481 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
7483         * config/arc/arc-c.c (__ARC_LPC_WIDTH__): Add builtin define.
7484         * config/arc/arc.c (ARC_MAX_LOOP_LENGTH): Define.
7485         (arc_conditional_register_usage): Remove ARC600 lp_count
7486         exception.
7487         (arc_file_start): Emit Tag_ARC_CPU_variation.
7488         (arc_can_use_doloop_p): New conditions to use ZOLs.
7489         (hwloop_fail): New function.
7490         (hwloop_optimize): Likewise.
7491         (hwloop_pattern_reg): Likewise.
7492         (arc_doloop_hooks): New struct, to be used with reorg_loops.
7493         (arc_reorg_loops): New function, calls reorg_loops.
7494         (arc_reorg): Call arc_reorg_loops.  Remove old ZOL handling.
7495         (arc600_corereg_hazard): Remove ZOL checking, case handled by
7496         hwloop_optimize.
7497         (arc_loop_hazard): Remove function, functionality moved into
7498         hwloop_optimize.
7499         (arc_hazard): Remove arc_loop_hazard call.
7500         (arc_adjust_insn_length): Remove ZOL handling, functionality moved
7501         into hwloop_optimize.
7502         (arc_label_align): Remove ZOL handling.
7503         * config/arc/arc.h (LOOP_ALIGN): Changed to 0.
7504         * config/arc/arc.md (doloop_begin): Remove pattern.
7505         (doloop_begin_i): Likewise.
7506         (doloop_end_i): Likewise.
7507         (doloop_fallback): Likewise.
7508         (doloop_fallback_m): Likewise.
7509         (doloop_end): Reimplement expand.
7510         (arc_lp): New pattern for LP instruction.
7511         (loop_end): New pattern.
7512         (loop_fail): Likewise.
7513         (decrement_and_branch_until_zero): Likewise.
7514         * config/arc/arc.opt (mlpc-width): New option.
7515         * doc/invoke.texi (mlpc-width): Document option.
7517 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
7519         * config/arc/arc.c (arc_ifcvt): Remove use of merge_blocks call.
7520         (arc_ccfsm_advance): Fix checking for delay slots.
7521         (arc_reorg): Add rtl dump after each call to arc_ifcvt.
7523 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
7525         * config/arc/arc.md (movqi_insn): Add stores to save constant long
7526         immediates.
7527         (movhi_insn): Update store instruction constraint which are saving
7528         6-bit short immediates.
7529         (movsi_insn): Consider also short scaled load operations.
7530         (zero_extendhisi2_i): Use Usd constraint instead of T.
7531         (extendhisi2_i): Add q constraint.
7532         (arc_clzsi2): Add type and length attributes.
7533         (arc_ctzsi2): Likewise.
7534         * config/arc/constraints.md (Usc): Update constraint, the
7535         assembler can parse two relocations for a single instruction.
7537 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
7539         * config/arc/arc.c (arc_use_anchors_for_symbol_p): New function.
7540         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Define.
7542 2017-08-31  Olivier Hainque  <hainque@adacore.com>
7544         * config.gcc (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now
7545         match as powerpc-wrs-vxworks*.
7547 2017-08-31  James Greenhalgh  <james.greenhalgh@arm.com>
7549         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): Fix
7550         register constraint for by-element operand.
7551         (aarch64_mls_elt_merge<mode>): Likewise.
7553 2017-08-31  Claudiu Zissulescu  <claziss@synopsys.com>
7555         * config/arc/arc.c (arc_can_follow_jump): Check for short
7556         branches.
7558 2017-08-31  Claudiu Zissulescu  <claziss@synopsys.com>
7560         * config.gcc: Use g.opt for arc.
7561         * config/arc/arc.c (LEGITIMATE_SCALED_ADDRESS_P): Deleted,
7562         functionality moved to ...
7563         (legitimate_scaled_address_p): New function, ...here.
7564         (LEGITIMATE_SMALL_DATA_OFFSET_P): New define.
7565         (LEGITIMATE_SMALL_DATA_ADDRESS_P): Use the above define.
7566         (legitimate_offset_address_p): Delete TARGET_NO_SDATA_SET
7567         condition.
7568         (arc_override_options): Handle G option.
7569         (arc_output_pic_addr_const): Correct function definition.
7570         (arc_legitimate_address_p): Use legitimate_scaled_address_p.
7571         (arc_decl_anon_ns_mem_p): Delete.
7572         (arc_in_small_data_p): Overhaul this function to take into
7573         consideration the value given via G option.
7574         (arc_rewrite_small_data_1): Renamed and corrected old
7575         arc_rewrite_small_data function.
7576         (arc_rewrite_small_data): New function.
7577         (small_data_pattern): Don't use pic_offset_table_rtx.
7578         * config/arc/arc.h (CC1_SPEC): Recognize G option.
7579         * config/arc/simdext.md (movmisalignv2hi): Use
7580         prepare_move_operands function.
7581         (mov*): Likewise.
7582         (movmisalign*): Likewise.
7583         * doc/invoke.texi (ARC options): Document -G option.
7585 2017-08-31  Claudiu Zissulescu  <claziss@synopsys.com>
7587         * config/arc/arc-protos.h (compact_sda_memory_operand): Update
7588         prototype.
7589         * config/arc/arc.c (arc_print_operand): Output scalled address for
7590         sdata whenever is possible.
7591         (arc_in_small_data_p): Allow sdata for 64bit datum when double
7592         load/stores are available.
7593         (compact_sda_memory_operand): Check for the alignment required by
7594         code density instructions.
7595         * config/arc/arc.md (movsi_insn): Use newly introduced Us0
7596         constraint.
7597         * config/arc/constraints.md (Usd): Update constraint.
7598         (Us0): New constraint.
7599         (Usc): Update constraint.
7601 2017-08-31  Richard Biener  <rguenther@suse.de>
7603         PR middle-end/82054
7604         * dwarf2out.c (dwarf2out_early_global_decl): Process each
7605         function only once.
7607 2017-08-31  Tamar Christina  <tamar.christina@arm.com>
7609         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
7610         Resize type_signature.
7612 2017-08-31  Richard Sandiford  <richard.sandiford@linaro.org>
7613             Alan Hayward  <alan.hayward@arm.com>
7614             David Sherwood  <david.sherwood@arm.com>
7616         * config/aarch64/aarch64.c (aarch64_base_register_rtx_p): Only allow
7617         subregs whose inner modes can be stored in GPRs.
7618         (aarch64_classify_index): Likewise.
7620 2017-08-31  Richard Sandiford  <richard.sandiford@linaro.org>
7621             Alan Hayward  <alan.hayward@arm.com>
7622             David Sherwood  <david.sherwood@arm.com>
7624         * config/aarch64/iterators.md (V_cmp_result): Rename to...
7625         (V_INT_EQUIV): ...this.
7626         (v_cmp_result): Rename to...
7627         (v_int_equiv): ...this.
7628         * config/aarch64/aarch64.md (xorsign<mode>3): Update accordingly.
7629         * config/aarch64/aarch64-simd.md (xorsign<mode>3): Likewise.
7630         (copysign<mode>3): Likewise.
7631         (aarch64_simd_bsl<mode>_internal): Likewise.
7632         (aarch64_simd_bsl<mode>): Likewise.
7633         (vec_cmp<mode><mode>): Likewise.
7634         (vcond<mode><mode>): Likewise.
7635         (vcond<v_cmp_mixed><mode>): Likewise.
7636         (vcondu<mode><v_cmp_mixed>): Likewise.
7637         (aarch64_cm<optab><mode>): Likewise.
7638         (aarch64_cmtst<mode>): Likewise.
7639         (aarch64_fac<optab><mode>): Likewise.
7640         (vec_perm_const<mode>): Likewise.
7641         (vcond_mask_<mode><v_cmp_result>): Rename to...
7642         (vcond_mask_<mode><v_int_equiv>): ...this.
7643         (vec_cmp<mode><v_cmp_result>): Rename to...
7644         (vec_cmp<mode><v_int_equiv>): ...this.
7646 2017-08-31  Richard Sandiford  <richard.sandiford@linaro.org>
7647             Alan Hayward  <alan.hayward@arm.com>
7648             David Sherwood  <david.sherwood@arm.com>
7650         * config/aarch64/aarch64-modes.def: Remove 32-, 48- and 64-byte
7651         vector modes.
7652         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Delete.
7653         * config/aarch64/aarch64.md (UNSPEC_LD2_DREG, UNSPEC_LD3_DREG)
7654         (UNSPEC_LD4_DREG): New unspecs.
7655         * config/aarch64/aarch64-simd.md (aarch64_ld2<mode>_dreg_le)
7656         (aarch64_ld2<mode>_dreg_be): Replace with...
7657         (aarch64_ld2<mode>_dreg): ...this pattern and use the new DREG
7658         unspec.
7659         (aarch64_ld3<mode>_dreg_le)
7660         (aarch64_ld3<mode>_dreg_be): Replace with...
7661         (aarch64_ld3<mode>_dreg): ...this pattern and use the new DREG
7662         unspec.
7663         (aarch64_ld4<mode>_dreg_le)
7664         (aarch64_ld4<mode>_dreg_be): Replace with...
7665         (aarch64_ld4<mode>_dreg): ...this pattern and use the new DREG
7666         unspec.
7668 2017-08-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7670         PR tree-optimization/81987
7671         * gimple-ssa-strength-reduction.c (insert_initializers): Don't
7672         insert an initializer in a location not dominated by the stride
7673         definition.
7675 2017-08-30  Eric Botcazou  <ebotcazou@adacore.com>
7677         * tree-eh.c (lower_try_finally_switch): Set the location of the finally
7678         on the entire header of the finally block in the fallthru case.
7680 2017-08-30  Eric Botcazou  <ebotcazou@adacore.com>
7682         * varasm.c (decode_addr_const): Deal with INDIRECT_REF <INTEGER_CST>.
7684 2017-08-30  Pat Haugen  <pthaugen@us.ibm.com>
7686         * config/rs6000/rs6000.c (rs6000_emit_prologue_move_from_cr): Rename from
7687         rs6000_emit_move_from_cr and call renamed function.
7688         (rs6000_emit_prologue): Call renamed functions.
7689         * config/rs6000/rs6000.md (prologue_movesi_from_cr): Rename from
7690         movesi_from_cr, remove volatile CRs.
7692 2017-08-30  Jon Beniston  <jon@beniston.com>
7693             Richard Biener  <rguenther@suse.de>
7695         * tree-vect-patterns.c (vect_pattern_recog_1): Use VECTOR_TYPE_P instead
7696         of VECTOR_MODE_P check.
7697         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Allow single
7698         element vector types.
7700 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7702         * df.h (df_read_modify_subreg_p): Remove in favor of...
7703         * rtl.h (read_modify_subreg_p): ...this new function.  Take a
7704         const_rtx instead of an rtx.
7705         * cprop.c (local_cprop_find_used_regs): Update accordingly.
7706         * df-problems.c (df_word_lr_mark_ref): Likewise.
7707         * ira-lives.c (mark_pseudo_reg_live): Likewise.
7708         (mark_pseudo_reg_dead): Likewise.
7709         (mark_ref_dead): Likewise.
7710         * reginfo.c (init_subregs_of_mode): Likewise.
7711         * sched-deps.c (sched_analyze_1): Likewise.
7712         * df-scan.c (df_def_record_1): Likewise.
7713         (df_uses_record): Likewise.
7714         (df_read_modify_subreg_p): Remove in favor of...
7715         * rtlanal.c (read_modify_subreg_p): ...this new function.  Take a
7716         const_rtx instead of an rtx.
7718 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7719             Alan Hayward  <alan.hayward@arm.com>
7720             David Sherwood  <david.sherwood@arm.com>
7722         * rtl.h (partial_subreg_p): New function.
7723         * caller-save.c (save_call_clobbered_regs): Use it.
7724         * calls.c (expand_call): Likewise.
7725         * combine.c (combinable_i3pat): Likewise.
7726         (simplify_set): Likewise.
7727         (make_extraction): Likewise.
7728         (make_compound_operation_int): Likewise.
7729         (gen_lowpart_or_truncate): Likewise.
7730         (force_to_mode): Likewise.
7731         (make_field_assignment): Likewise.
7732         (reg_truncated_to_mode): Likewise.
7733         (record_truncated_value): Likewise.
7734         (move_deaths): Likewise.
7735         * cse.c (record_jump_cond): Likewise.
7736         (cse_insn): Likewise.
7737         * cselib.c (cselib_lookup_1): Likewise.
7738         * expmed.c (extract_bit_field_using_extv): Likewise.
7739         * function.c (assign_parm_setup_reg): Likewise.
7740         * ifcvt.c (noce_convert_multiple_sets): Likewise.
7741         * ira-build.c (create_insn_allocnos): Likewise.
7742         * lra-coalesce.c (merge_pseudos): Likewise.
7743         * lra-constraints.c (match_reload): Likewise.
7744         (simplify_operand_subreg): Likewise.
7745         (curr_insn_transform): Likewise.
7746         * lra-lives.c (process_bb_lives): Likewise.
7747         * lra.c (new_insn_reg): Likewise.
7748         (lra_substitute_pseudo): Likewise.
7749         * regcprop.c (mode_change_ok): Likewise.
7750         (maybe_mode_change): Likewise.
7751         (copyprop_hardreg_forward_1): Likewise.
7752         * reload.c (push_reload): Likewise.
7753         (find_reloads): Likewise.
7754         (find_reloads_subreg_address): Likewise.
7755         * reload1.c (alter_reg): Likewise.
7756         (eliminate_regs_1): Likewise.
7757         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
7759 2017-08-30  David Edelsohn  <dje.gcc@gmail.com>
7761         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Revert
7762         back to if statements, including unpack.
7764 2017-08-30  Martin Liska  <mliska@suse.cz>
7766         PR inline-asm/82001
7767         * ipa-icf-gimple.c (func_checker::compare_tree_list_operand):
7768         Rename to ...
7769         (func_checker::compare_asm_inputs_outputs): ... this function.
7770         (func_checker::compare_gimple_asm): Use the function to compare
7771         also ASM constrains.
7772         * ipa-icf-gimple.h: Rename the function.
7774 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7775             Alan Hayward  <alan.hayward@arm.com>
7776             David Sherwood  <david.sherwood@arm.com>
7778         * coretypes.h (complex_mode): New type.
7779         * gdbhooks.py (build_pretty_printer): Handle it.
7780         * machmode.h (complex_mode): New class.
7781         (complex_mode::includes_p): New function.
7782         (is_complex_int_mode): Likewise.
7783         (is_complex_float_mode): Likewise.
7784         * genmodes.c (get_mode_class): Handle complex mode classes.
7785         * function.c (expand_function_end): Use is_complex_int_mode.
7787 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7788             Alan Hayward  <alan.hayward@arm.com>
7789             David Sherwood  <david.sherwood@arm.com>
7791         * coretypes.h (scalar_mode_pod): New typedef.
7792         * gdbhooks.py (build_pretty_printer): Handle it.
7793         * machmode.h (gt_ggc_mx, gt_pch_nx): New functions.
7794         * fixed-value.h (fixed_value::mode): Change type to scalar_mode_pod.
7795         * fold-const.c (fold_convert_const_int_from_fixed): Use scalar_mode.
7796         * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields): Use
7797         as_a <scalar_mode>.
7799 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7800             Alan Hayward  <alan.hayward@arm.com>
7801             David Sherwood  <david.sherwood@arm.com>
7803         * machmode.h (mode_for_vector): Take a scalar_mode instead
7804         of a machine_mode.
7805         * stor-layout.c (mode_for_vector): Likewise.
7806         * explow.c (promote_mode): Use as_a <scalar_mode>.
7807         * sdbout.c (sdbout_parms): Use is_a <scalar_mode>.
7809 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7810             Alan Hayward  <alan.hayward@arm.com>
7811             David Sherwood  <david.sherwood@arm.com>
7813         * target.def (preferred_simd_mode): Take a scalar_mode
7814         instead of a machine_mode.
7815         * targhooks.h (default_preferred_simd_mode): Likewise.
7816         * targhooks.c (default_preferred_simd_mode): Likewise.
7817         * config/arc/arc.c (arc_preferred_simd_mode): Likewise.
7818         * config/arm/arm.c (arm_preferred_simd_mode): Likewise.
7819         * config/c6x/c6x.c (c6x_preferred_simd_mode): Likewise.
7820         * config/epiphany/epiphany.c (epiphany_preferred_simd_mode): Likewise.
7821         * config/i386/i386.c (ix86_preferred_simd_mode): Likewise.
7822         * config/mips/mips.c (mips_preferred_simd_mode): Likewise.
7823         * config/nvptx/nvptx.c (nvptx_preferred_simd_mode): Likewise.
7824         * config/powerpcspe/powerpcspe.c (rs6000_preferred_simd_mode):
7825         Likewise.
7826         * config/rs6000/rs6000.c (rs6000_preferred_simd_mode): Likewise.
7827         * config/s390/s390.c (s390_preferred_simd_mode): Likewise.
7828         * config/sparc/sparc.c (sparc_preferred_simd_mode): Likewise.
7829         * config/aarch64/aarch64.c (aarch64_preferred_simd_mode): Likewise.
7830         (aarch64_simd_scalar_immediate_valid_for_move): Update accordingly.
7831         * doc/tm.texi: Regenerate.
7832         * optabs-query.c (can_vec_mask_load_store_p): Return false for
7833         non-scalar modes.
7835 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7836             Alan Hayward  <alan.hayward@arm.com>
7837             David Sherwood  <david.sherwood@arm.com>
7839         * target.def (scalar_mode_supported_p): Take a scalar_mode
7840         instead of a machine_mode.
7841         * targhooks.h (default_scalar_mode_supported_p): Likewise.
7842         * targhooks.c (default_scalar_mode_supported_p): Likewise.
7843         * config/aarch64/aarch64.c (aarch64_scalar_mode_supported_p): Likewise.
7844         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
7845         * config/arm/arm.c (arm_scalar_mode_supported_p): Likewise.
7846         * config/avr/avr.c (avr_scalar_mode_supported_p): Likewise.
7847         * config/c6x/c6x.c (c6x_scalar_mode_supported_p): Likewise.
7848         * config/i386/i386.c (ix86_scalar_mode_supported_p): Likewise.
7849         * config/ia64/ia64.c (ia64_scalar_mode_supported_p): Likewise.
7850         * config/mips/mips.c (mips_scalar_mode_supported_p): Likewise.
7851         * config/msp430/msp430.c (msp430_scalar_mode_supported_p): Likewise.
7852         * config/pa/pa.c (pa_scalar_mode_supported_p): Likewise.
7853         * config/pdp11/pdp11.c (pdp11_scalar_mode_supported_p): Likewise.
7854         * config/powerpcspe/powerpcspe.c (rs6000_scalar_mode_supported_p):
7855         Likewise.
7856         * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Likewise.
7857         * config/s390/s390.c (s390_scalar_mode_supported_p): Likewise.
7858         * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
7859         * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
7860         * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p):
7861         Likewise.
7862         * doc/tm.texi: Regenerate.
7864 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7865             Alan Hayward  <alan.hayward@arm.com>
7866             David Sherwood  <david.sherwood@arm.com>
7868         * coretypes.h (opt_scalar_mode): New typedef.
7869         * gdbhooks.py (build_pretty_printers): Handle it.
7870         * machmode.h (mode_iterator::get_2xwider): Add overload for
7871         opt_mode<T>.
7872         * emit-rtl.c (init_emit_once): Use opt_scalar_mode when iterating
7873         over scalar modes.
7874         * expr.c (convert_mode_scalar): Likewise.
7875         * omp-low.c (omp_clause_aligned_alignment): Likewise.
7876         * optabs.c (expand_float): Likewise.
7877         (expand_fix): Likewise.
7878         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
7880 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7881             Alan Hayward  <alan.hayward@arm.com>
7882             David Sherwood  <david.sherwood@arm.com>
7884         * optabs.c (expand_float): Explicitly check for scalars before
7885         using a branching expansion.
7886         (expand_fix): Likewise.
7888 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7889             Alan Hayward  <alan.hayward@arm.com>
7890             David Sherwood  <david.sherwood@arm.com>
7892         * expr.c (convert_mode): Split scalar handling out into...
7893         (convert_mode_scalar): ...this new function.  Treat the modes
7894         as scalar_modes.
7896 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7897             Alan Hayward  <alan.hayward@arm.com>
7898             David Sherwood  <david.sherwood@arm.com>
7900         * omp-expand.c (expand_omp_atomic): Use is_int_mode, is_float_mode
7901         and scalar_mode.
7902         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Likewise.
7904 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7905             Alan Hayward  <alan.hayward@arm.com>
7906             David Sherwood  <david.sherwood@arm.com>
7908         * fixed-value.h (fixed_from_double_int): Take a scalar_mode
7909         rather than a machine_mode.
7910         (fixed_from_string): Likewise.
7911         (fixed_convert): Likewise.
7912         (fixed_convert_from_int): Likewise.
7913         (fixed_convert_from_real): Likewise.
7914         (real_convert_from_fixed): Likewise.
7915         * fixed-value.c (fixed_from_double_int): Likewise.
7916         (fixed_from_string): Likewise.
7917         (fixed_convert): Likewise.
7918         (fixed_convert_from_int): Likewise.
7919         (fixed_convert_from_real): Likewise.
7920         (real_convert_from_fixed): Likewise.
7921         * config/avr/avr.c (avr_out_round): Use as_a <scalar_mode>.
7923 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7924             Alan Hayward  <alan.hayward@arm.com>
7925             David Sherwood  <david.sherwood@arm.com>
7927         * emit-rtl.c (immed_double_const): Use is_a <scalar_mode> instead
7928         of separate mode class checks.  Do not allow vector modes here.
7929         (immed_wide_int_const): Use as_a <scalar_mode>.
7930         * explow.c (trunc_int_for_mode): Likewise.
7931         * rtl.h (wi::int_traits<rtx_mode_t>::get_precision): Likewise.
7932         (wi::shwi): Likewise.
7933         (wi::min_value): Likewise.
7934         (wi::max_value): Likewise.
7935         * dwarf2out.c (loc_descriptor): Likewise.
7936         * simplify-rtx.c (simplify_immed_subreg): Fix rtx_mode_t argument
7937         for CONST_WIDE_INT.
7939 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7940             Alan Hayward  <alan.hayward@arm.com>
7941             David Sherwood  <david.sherwood@arm.com>
7943         * tree.h (SCALAR_TYPE_MODE): New macro.
7944         * expr.c (expand_expr_addr_expr_1): Use it.
7945         (expand_expr_real_2): Likewise.
7946         * fold-const.c (fold_convert_const_fixed_from_fixed): Likeise.
7947         (fold_convert_const_fixed_from_int): Likewise.
7948         (fold_convert_const_fixed_from_real): Likewise.
7949         (native_encode_fixed): Likewise
7950         (native_encode_complex): Likewise
7951         (native_encode_vector): Likewise.
7952         (native_interpret_fixed): Likewise.
7953         (native_interpret_real): Likewise.
7954         (native_interpret_complex): Likewise.
7955         (native_interpret_vector): Likewise.
7956         * omp-simd-clone.c (simd_clone_adjust_return_type): Likewise.
7957         (simd_clone_adjust_argument_types): Likewise.
7958         (simd_clone_init_simd_arrays): Likewise.
7959         (simd_clone_adjust): Likewise.
7960         * stor-layout.c (layout_type): Likewise.
7961         * tree.c (build_minus_one_cst): Likewise.
7962         * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
7963         * tree-inline.c (estimate_move_cost): Likewise.
7964         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Likewise.
7965         * tree-vect-loop.c (vect_create_epilog_for_reduction): Likewise.
7966         (vectorizable_reduction): Likewise.
7967         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Likewise.
7968         (vect_recog_mixed_size_cond_pattern): Likewise.
7969         (check_bool_pattern): Likewise.
7970         (adjust_bool_pattern): Likewise.
7971         (search_type_for_mask_1): Likewise.
7972         * tree-vect-slp.c (vect_schedule_slp_instance): Likewise.
7973         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
7974         (vectorizable_load): Likewise.
7975         (vectorizable_store): Likewise.
7976         * ubsan.c (ubsan_encode_value): Likewise.
7977         * varasm.c (output_constant): Likewise.
7979 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
7980             Alan Hayward  <alan.hayward@arm.com>
7981             David Sherwood  <david.sherwood@arm.com>
7983         * coretypes.h (scalar_mode): New class.
7984         * machmode.h (scalar_mode): Likewise.
7985         (scalar_mode::includes_p): New function.
7986         (mode_to_inner): Return a scalar_mode rather than a machine_mode.
7987         * gdbhooks.py (build_pretty_printers): Handle scalar_mode.
7988         * genmodes.c (get_mode_class): Handle remaining scalar modes.
7989         * cfgexpand.c (expand_debug_expr): Use scalar_mode.
7990         * expmed.c (store_bit_field_1): Likewise.
7991         (extract_bit_field_1): Likewise.
7992         * expr.c (write_complex_part): Likewise.
7993         (read_complex_part): Likewise.
7994         (emit_move_complex_push): Likewise.
7995         (expand_expr_real_2): Likewise.
7996         * function.c (assign_parm_setup_reg): Likewise.
7997         (assign_parms_unsplit_complex): Likewise.
7998         * optabs.c (expand_binop): Likewise.
7999         * rtlanal.c (subreg_get_info): Likewise.
8000         * simplify-rtx.c (simplify_immed_subreg): Likewise.
8001         * varasm.c (output_constant_pool_2): Likewise.
8003 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8004             Alan Hayward  <alan.hayward@arm.com>
8005             David Sherwood  <david.sherwood@arm.com>
8007         * expmed.c (extract_high_half): Use scalar_int_mode and remove
8008         assertion.
8009         (expmed_mult_highpart_optab): Likewise.
8010         (expmed_mult_highpart): Likewise.
8012 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8013             Alan Hayward  <alan.hayward@arm.com>
8014             David Sherwood  <david.sherwood@arm.com>
8016         * builtins.h (builtin_strncpy_read_str): Take a scalar_int_mode
8017         instead of a machine_mode.
8018         (builtin_memset_read_str): Likewise.
8019         * builtins.c (c_readstr): Likewise.
8020         (builtin_memcpy_read_str): Likewise.
8021         (builtin_strncpy_read_str): Likewise.
8022         (builtin_memset_read_str): Likewise.
8023         (builtin_memset_gen_str): Likewise.
8024         (expand_builtin_signbit): Use scalar_int_mode for local variables.
8025         * cfgexpand.c (convert_debug_memory_address): Take a scalar_int_mode
8026         instead of a machine_mode.
8027         * combine.c (simplify_if_then_else): Use scalar_int_mode for local
8028         variables.
8029         (make_extraction): Likewise.
8030         (try_widen_shift_mode): Take and return scalar_int_modes instead
8031         of machine_modes.
8032         * config/aarch64/aarch64.c (aarch64_libgcc_cmp_return_mode): Return
8033         a scalar_int_mode instead of a machine_mode.
8034         * config/avr/avr.c (avr_addr_space_address_mode): Likewise.
8035         (avr_addr_space_pointer_mode): Likewise.
8036         * config/cr16/cr16.c (cr16_unwind_word_mode): Likewise.
8037         * config/msp430/msp430.c (msp430_addr_space_pointer_mode): Likewise.
8038         (msp430_unwind_word_mode): Likewise.
8039         * config/spu/spu.c (spu_unwind_word_mode): Likewise.
8040         (spu_addr_space_pointer_mode): Likewise.
8041         (spu_addr_space_address_mode): Likewise.
8042         (spu_libgcc_cmp_return_mode): Likewise.
8043         (spu_libgcc_shift_count_mode): Likewise.
8044         * config/rl78/rl78.c (rl78_addr_space_address_mode): Likewise.
8045         (rl78_addr_space_pointer_mode): Likewise.
8046         (fl78_unwind_word_mode): Likewise.
8047         (rl78_valid_pointer_mode): Take a scalar_int_mode instead of a
8048         machine_mode.
8049         * config/alpha/alpha.c (vms_valid_pointer_mode): Likewise.
8050         * config/ia64/ia64.c (ia64_vms_valid_pointer_mode): Likewise.
8051         * config/mips/mips.c (mips_mode_rep_extended): Likewise.
8052         (mips_valid_pointer_mode): Likewise.
8053         * config/tilegx/tilegx.c (tilegx_mode_rep_extended): Likewise.
8054         * config/ft32/ft32.c (ft32_valid_pointer_mode): Likewise.
8055         (ft32_addr_space_pointer_mode): Return a scalar_int_mode instead
8056         of a machine_mode.
8057         (ft32_addr_space_address_mode): Likewise.
8058         * config/m32c/m32c.c (m32c_valid_pointer_mode): Take a
8059         scalar_int_mode instead of a machine_mode.
8060         (m32c_addr_space_pointer_mode): Return a scalar_int_mode instead
8061         of a machine_mode.
8062         (m32c_addr_space_address_mode): Likewise.
8063         * config/powerpcspe/powerpcspe.c (rs6000_abi_word_mode): Likewise.
8064         (rs6000_eh_return_filter_mode): Likewise.
8065         * config/rs6000/rs6000.c (rs6000_abi_word_mode): Likewise.
8066         (rs6000_eh_return_filter_mode): Likewise.
8067         * config/s390/s390.c (s390_libgcc_cmp_return_mode): Likewise.
8068         (s390_libgcc_shift_count_mode): Likewise.
8069         (s390_unwind_word_mode): Likewise.
8070         (s390_valid_pointer_mode): Take a scalar_int_mode rather than a
8071         machine_mode.
8072         * target.def (mode_rep_extended): Likewise.
8073         (valid_pointer_mode): Likewise.
8074         (addr_space.valid_pointer_mode): Likewise.
8075         (eh_return_filter_mode): Return a scalar_int_mode rather than
8076         a machine_mode.
8077         (libgcc_cmp_return_mode): Likewise.
8078         (libgcc_shift_count_mode): Likewise.
8079         (unwind_word_mode): Likewise.
8080         (addr_space.pointer_mode): Likewise.
8081         (addr_space.address_mode): Likewise.
8082         * doc/tm.texi: Regenerate.
8083         * dojump.c (prefer_and_bit_test): Take a scalar_int_mode rather than
8084         a machine_mode.
8085         (do_jump): Use scalar_int_mode for local variables.
8086         * dwarf2cfi.c (init_return_column_size): Take a scalar_int_mode
8087         rather than a machine_mode.
8088         * dwarf2out.c (convert_descriptor_to_mode): Likewise.
8089         (scompare_loc_descriptor_wide): Likewise.
8090         (scompare_loc_descriptor_narrow): Likewise.
8091         * emit-rtl.c (adjust_address_1): Use scalar_int_mode for local
8092         variables.
8093         * except.c (sjlj_emit_dispatch_table): Likewise.
8094         (expand_builtin_eh_copy_values): Likewise.
8095         * explow.c (convert_memory_address_addr_space_1): Likewise.
8096         Take a scalar_int_mode rather than a machine_mode.
8097         (convert_memory_address_addr_space): Take a scalar_int_mode rather
8098         than a machine_mode.
8099         (memory_address_addr_space): Use scalar_int_mode for local variables.
8100         * expmed.h (expand_mult_highpart_adjust): Take a scalar_int_mode
8101         rather than a machine_mode.
8102         * expmed.c (mask_rtx): Likewise.
8103         (init_expmed_one_conv): Likewise.
8104         (expand_mult_highpart_adjust): Likewise.
8105         (extract_high_half): Likewise.
8106         (expmed_mult_highpart_optab): Likewise.
8107         (expmed_mult_highpart): Likewise.
8108         (expand_smod_pow2): Likewise.
8109         (expand_sdiv_pow2): Likewise.
8110         (emit_store_flag_int): Likewise.
8111         (adjust_bit_field_mem_for_reg): Use scalar_int_mode for local
8112         variables.
8113         (extract_low_bits): Likewise.
8114         * expr.h (by_pieces_constfn): Take a scalar_int_mode rather than
8115         a machine_mode.
8116         * expr.c (pieces_addr::adjust):  Likewise.
8117         (can_store_by_pieces): Likewise.
8118         (store_by_pieces): Likewise.
8119         (clear_by_pieces_1): Likewise.
8120         (expand_expr_addr_expr_1): Likewise.
8121         (expand_expr_addr_expr): Use scalar_int_mode for local variables.
8122         (expand_expr_real_1): Likewise.
8123         (try_casesi): Likewise.
8124         * final.c (shorten_branches): Likewise.
8125         * fold-const.c (fold_convert_const_int_from_fixed): Change the
8126         type of "mode" to machine_mode.
8127         * internal-fn.c (expand_arith_overflow_result_store): Take a
8128         scalar_int_mode rather than a machine_mode.
8129         (expand_mul_overflow): Use scalar_int_mode for local variables.
8130         * loop-doloop.c (doloop_modify): Likewise.
8131         (doloop_optimize): Likewise.
8132         * optabs.c (expand_subword_shift): Take a scalar_int_mode rather
8133         than a machine_mode.
8134         (expand_doubleword_shift_condmove): Likewise.
8135         (expand_doubleword_shift): Likewise.
8136         (expand_doubleword_clz): Likewise.
8137         (expand_doubleword_popcount): Likewise.
8138         (expand_doubleword_parity): Likewise.
8139         (expand_absneg_bit): Use scalar_int_mode for local variables.
8140         (prepare_float_lib_cmp): Likewise.
8141         * rtl.h (convert_memory_address_addr_space_1): Take a scalar_int_mode
8142         rather than a machine_mode.
8143         (convert_memory_address_addr_space): Likewise.
8144         (get_mode_bounds): Likewise.
8145         (get_address_mode): Return a scalar_int_mode rather than a
8146         machine_mode.
8147         * rtlanal.c (get_address_mode): Likewise.
8148         * stor-layout.c (get_mode_bounds): Take a scalar_int_mode rather
8149         than a machine_mode.
8150         * targhooks.c (default_mode_rep_extended): Likewise.
8151         (default_valid_pointer_mode): Likewise.
8152         (default_addr_space_valid_pointer_mode): Likewise.
8153         (default_eh_return_filter_mode): Return a scalar_int_mode rather
8154         than a machine_mode.
8155         (default_libgcc_cmp_return_mode): Likewise.
8156         (default_libgcc_shift_count_mode): Likewise.
8157         (default_unwind_word_mode): Likewise.
8158         (default_addr_space_pointer_mode): Likewise.
8159         (default_addr_space_address_mode): Likewise.
8160         * targhooks.h (default_eh_return_filter_mode): Likewise.
8161         (default_libgcc_cmp_return_mode): Likewise.
8162         (default_libgcc_shift_count_mode): Likewise.
8163         (default_unwind_word_mode): Likewise.
8164         (default_addr_space_pointer_mode): Likewise.
8165         (default_addr_space_address_mode): Likewise.
8166         (default_mode_rep_extended): Take a scalar_int_mode rather than
8167         a machine_mode.
8168         (default_valid_pointer_mode): Likewise.
8169         (default_addr_space_valid_pointer_mode): Likewise.
8170         * tree-ssa-address.c (addr_for_mem_ref): Use scalar_int_mode for
8171         local variables.
8172         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Take a scalar_int_mode
8173         rather than a machine_mode.
8174         * tree-switch-conversion.c (array_value_type): Use scalar_int_mode
8175         for local variables.
8176         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
8177         * var-tracking.c (use_narrower_mode): Take a scalar_int_mode rather
8178         than a machine_mode.
8180 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8181             Alan Hayward  <alan.hayward@arm.com>
8182             David Sherwood  <david.sherwood@arm.com>
8184         * dojump.c (do_jump_by_parts_greater_rtx): Change the type of
8185         the mode argument to scalar_int_mode.
8186         (do_jump_by_parts_zero_rtx): Likewise.
8187         (do_jump_by_parts_equality_rtx): Likewise.
8188         (do_jump_by_parts_greater): Take a mode argument.
8189         (do_jump_by_parts_equality): Likewise.
8190         (do_jump_1): Update calls accordingly.
8192 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8193             Alan Hayward  <alan.hayward@arm.com>
8194             David Sherwood  <david.sherwood@arm.com>
8196         * is-a.h (safe_dyn_cast): New function.
8197         * rtl.h (rtx_jump_table_data::get_data_mode): New function.
8198         (jump_table_for_label): Likewise.
8199         * final.c (final_addr_vec_align): Take an rtx_jump_table_data *
8200         instead of an rtx_insn *.
8201         (shorten_branches): Use dyn_cast instead of LABEL_P and
8202         JUMP_TABLE_DATA_P.  Use jump_table_for_label and
8203         rtx_jump_table_data::get_data_mode.
8204         (final_scan_insn): Likewise.
8206 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8207             Alan Hayward  <alan.hayward@arm.com>
8208             David Sherwood  <david.sherwood@arm.com>
8210         * combine.c (try_combine): Use is_a <scalar_int_mode> when
8211         trying to combine a full-register integer set with a subreg
8212         integer set.
8214 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8215             Alan Hayward  <alan.hayward@arm.com>
8216             David Sherwood  <david.sherwood@arm.com>
8218         * expr.c (expand_expr_addr_expr): Add a new_tmode local variable
8219         that is always either address_mode or pointer_mode.
8221 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8222             Alan Hayward  <alan.hayward@arm.com>
8223             David Sherwood  <david.sherwood@arm.com>
8225         * expr.c (expand_expr_real_2): Use word_mode instead of innermode
8226         when the two are known to be equal.
8228 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8229             Alan Hayward  <alan.hayward@arm.com>
8230             David Sherwood  <david.sherwood@arm.com>
8232         * simplify-rtx.c (simplify_const_unary_operation): Use
8233         is_a <scalar_int_mode> instead of checking for a nonzero
8234         precision.  Forcibly convert op_mode to a scalar_int_mode
8235         in that case.  More clearly differentiate the operand and
8236         result modes and use the former when deciding what the value
8237         of a count-bits operation should be.  Use is_int_mode instead
8238         of checking for a MODE_INT.  Remove redundant check for whether
8239         this mode has a zero precision.
8241 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8242             Alan Hayward  <alan.hayward@arm.com>
8243             David Sherwood  <david.sherwood@arm.com>
8245         * optabs.c (widen_leading): Change the type of the mode argument
8246         to scalar_int_mode.  Use opt_scalar_int_mode for the mode iterator.
8247         (widen_bswap): Likewise.
8248         (expand_parity): Likewise.
8249         (expand_ctz): Change the type of the mode argument to scalar_int_mode.
8250         (expand_ffs): Likewise.
8251         (epand_unop): Check for scalar integer modes before calling the
8252         above routines.
8254 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8255             Alan Hayward  <alan.hayward@arm.com>
8256             David Sherwood  <david.sherwood@arm.com>
8258         * expr.c (const_scalar_mask_from_tree): Add a mode argument.
8259         Expand commentary.
8260         (expand_expr_real_1): Update call accordingly.
8262 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8263             Alan Hayward  <alan.hayward@arm.com>
8264             David Sherwood  <david.sherwood@arm.com>
8266         * expmed.c (store_bit_field_using_insv): Add op0_mode and
8267         value_mode arguments.  Use scalar_int_mode internally.
8268         (store_bit_field_1): Rename the new integer mode from imode
8269         to op0_mode and use it instead of GET_MODE (op0).  Update calls
8270         to store_split_bit_field, store_bit_field_using_insv and
8271         store_fixed_bit_field.
8272         (store_fixed_bit_field): Add op0_mode and value_mode arguments.
8273         Use scalar_int_mode internally.  Use a bit count rather than a mode
8274         when calculating the largest bit size for get_best_mode.
8275         Update calls to store_split_bit_field and store_fixed_bit_field_1.
8276         (store_fixed_bit_field_1): Add mode and value_mode arguments.
8277         Remove assertion that OP0 has a scalar integer mode.
8278         (store_split_bit_field): Add op0_mode and value_mode arguments.
8279         Update calls to extract_fixed_bit_field.
8280         (extract_bit_field_using_extv): Add an op0_mode argument.
8281         Use scalar_int_mode internally.
8282         (extract_bit_field_1): Rename the new integer mode from imode to
8283         op0_mode and use it instead of GET_MODE (op0).  Update calls to
8284         extract_split_bit_field, extract_bit_field_using_extv and
8285         extract_fixed_bit_field.
8286         (extract_fixed_bit_field): Add an op0_mode argument.  Update calls
8287         to extract_split_bit_field and extract_fixed_bit_field_1.
8288         (extract_fixed_bit_field_1): Add a mode argument.  Remove assertion
8289         that OP0 has a scalar integer mode.  Use as_a <scalar_int_mode>
8290         on the target mode.
8291         (extract_split_bit_field): Add an op0_mode argument.  Update call
8292         to extract_fixed_bit_field.
8294 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8295             Alan Hayward  <alan.hayward@arm.com>
8296             David Sherwood  <david.sherwood@arm.com>
8298         * cse.c (cse_insn): Use opt_scalar_int_mode for the mode iterator.
8299         * explow.c (hard_function_value): Likewise.
8300         * expmed.c (extract_fixed_bit_field_1): Likewise.  Move the
8301         convert_to_mode call outside the loop.
8302         * expr.c (alignment_for_piecewise_move): Use opt_scalar_int_mode
8303         for the mode iterator.  Require the mode specified by max_pieces
8304         to exist.
8305         (emit_block_move_via_movmem): Use opt_scalar_int_mode for the
8306         mode iterator.
8307         (copy_blkmode_to_reg): Likewise.
8308         (set_storage_via_setmem): Likewise.
8309         * optabs.c (prepare_cmp_insn): Likewise.
8310         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
8311         * stor-layout.c (finish_bitfield_representative): Likewise.
8313 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8314             Alan Hayward  <alan.hayward@arm.com>
8315             David Sherwood  <david.sherwood@arm.com>
8317         * rtl.h (subreg_unpromoted_mode, subreg_promoted_mode): New functions.
8318         * expr.c (convert_move): Use them.
8319         (convert_modes): Likewise.
8320         (store_expr_with_bounds): Likewise.
8322 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8323             Alan Hayward  <alan.hayward@arm.com>
8324             David Sherwood  <david.sherwood@arm.com>
8326         * rtl.h (rtl_hooks::reg_nonzero_bits): Add a scalar_int_mode
8327         parameter for the mode of "x".  Remove the "known_x", "known_mode"
8328         and "known_ret" arguments.  Change the type of the mode argument
8329         to scalar_int_mode.
8330         (rtl_hooks:reg_num_sign_bit_copies): Likewise.
8331         * combine.c (reg_nonzero_bits_for_combine): Update accordingly.
8332         (reg_num_sign_bit_copies_for_combine): Likewise.
8333         * rtlanal.c (nonzero_bits1): Likewise.
8334         (num_sign_bit_copies1): Likewise.
8335         * rtlhooks-def.h (reg_nonzero_bits_general): Likewise.
8336         (reg_num_sign_bit_copies_general): Likewise.
8337         * rtlhooks.c (reg_num_sign_bit_copies_general): Likewise.
8338         (reg_nonzero_bits_general): Likewise.
8340 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8341             Alan Hayward  <alan.hayward@arm.com>
8342             David Sherwood  <david.sherwood@arm.com>
8344         * rtlanal.c (num_sign_bit_copies): Handle VOIDmode here rather
8345         than in subroutines.  Return 1 for non-integer modes.
8346         (cached_num_sign_bit_copies): Change the type of the mode parameter
8347         to scalar_int_mode.
8348         (num_sign_bit_copies1): Likewise.  Remove early exit for other mode
8349         classes.  Handle CONST_INT_P first and then check whether X also
8350         has a scalar integer mode.  Check the same thing for inner registers
8351         of a SUBREG and for values that are being extended or truncated.
8353 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8354             Alan Hayward  <alan.hayward@arm.com>
8355             David Sherwood  <david.sherwood@arm.com>
8357         * rtlanal.c (nonzero_bits): Handle VOIDmode here rather than
8358         in subroutines.  Return the mode mask for non-integer modes.
8359         (cached_nonzero_bits): Change the type of the mode parameter
8360         to scalar_int_mode.
8361         (nonzero_bits1): Likewise.  Remove early exit for other mode
8362         classes.  Handle CONST_INT_P first and then check whether X
8363         also has a scalar integer mode.
8365 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8366             Alan Hayward  <alan.hayward@arm.com>
8367             David Sherwood  <david.sherwood@arm.com>
8369         * expr.c (widest_int_mode_for_size): Make the comment match the code.
8370         Return a scalar_int_mode and assert that the size is greater than
8371         one byte.
8372         (by_pieces_ninsns): Update accordingly and remove VOIDmode handling.
8373         (op_by_pieces_d::op_by_pieces_d): Likewise.
8374         (op_by_pieces_d::run): Likewise.
8375         (can_store_by_pieces): Likewise.
8377 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8378             Alan Hayward  <alan.hayward@arm.com>
8379             David Sherwood  <david.sherwood@arm.com>
8381         * combine.c (extract_left_shift): Add a mode argument and update
8382         recursive calls.
8383         (make_compound_operation_int): Change the type of the mode parameter
8384         to scalar_int_mode and update the call to extract_left_shift.
8386 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8387             Alan Hayward  <alan.hayward@arm.com>
8388             David Sherwood  <david.sherwood@arm.com>
8390         * combine.c (simplify_and_const_int): Change the type of the mode
8391         parameter to scalar_int_mode.
8392         (simplify_and_const_int_1): Likewise.  Update recursive call.
8394 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8395             Alan Hayward  <alan.hayward@arm.com>
8396             David Sherwood  <david.sherwood@arm.com>
8398         * combine.c (simplify_compare_const): Check that the mode is a
8399         scalar_int_mode (rather than VOIDmode) before testing its
8400         precision.
8401         (simplify_comparison): Move COMPARISON_P handling out of the
8402         loop and restrict the latter part of the loop to scalar_int_modes.
8403         Check is_a <scalar_int_mode> before calling HWI_COMPUTABLE_MODE_P
8404         and when considering SUBREG_REGs.  Use is_int_mode instead of
8405         checking GET_MODE_CLASS against MODE_INT.
8407 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8408             Alan Hayward  <alan.hayward@arm.com>
8409             David Sherwood  <david.sherwood@arm.com>
8411         * combine.c (try_widen_shift_mode): Move check for equal modes to...
8412         (simplify_shift_const_1): ...here.  Use scalar_int_mode for
8413         shift_unit_mode and for modes involved in scalar shifts.
8415 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8416             Alan Hayward  <alan.hayward@arm.com>
8417             David Sherwood  <david.sherwood@arm.com>
8419         * combine.c (force_int_to_mode): New function, split out from...
8420         (force_to_mode): ...here.  Keep xmode up-to-date and use it
8421         instead of GET_MODE (x).
8423 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8424             Alan Hayward  <alan.hayward@arm.com>
8425             David Sherwood  <david.sherwood@arm.com>
8427         * optabs-query.h (extraction_insn::struct_mode): Change type to
8428         opt_scalar_int_mode and update comment.
8429         (extraction_insn::field_mode): Change type to scalar_int_mode.
8430         (extraction_insn::pos_mode): Likewise.
8431         * combine.c (make_extraction): Update accordingly.
8432         * optabs-query.c (get_traditional_extraction_insn): Likewise.
8433         (get_optab_extraction_insn): Likewise.
8434         * recog.c (simplify_while_replacing): Likewise.
8435         * expmed.c (narrow_bit_field_mem): Change the type of the mode
8436         parameter to opt_scalar_int_mode.
8438 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8439             Alan Hayward  <alan.hayward@arm.com>
8440             David Sherwood  <david.sherwood@arm.com>
8442         * machmode.h (bit_field_mode_iterator::next_mode): Take a pointer
8443         to a scalar_int_mode instead of a machine_mode.
8444         (bit_field_mode_iterator::m_mode): Change type to opt_scalar_int_mode.
8445         (get_best_mode): Return a boolean and use a pointer argument to store
8446         the selected mode.  Replace the limit mode parameter with a bit limit.
8447         * expmed.c (adjust_bit_field_mem_for_reg): Use scalar_int_mode
8448         for the values returned by bit_field_mode_iterator::next_mode.
8449         (store_bit_field): Update call to get_best_mode.
8450         (store_fixed_bit_field): Likewise.
8451         (extract_fixed_bit_field): Likewise.
8452         * expr.c (optimize_bitfield_assignment_op): Likewise.
8453         * fold-const.c (optimize_bit_field_compare): Likewise.
8454         (fold_truth_andor_1): Likewise.
8455         * stor-layout.c (bit_field_mode_iterator::next_mode): As above.
8456         Update for new type of m_mode.
8457         (get_best_mode): As above.
8459 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8460             Alan Hayward  <alan.hayward@arm.com>
8461             David Sherwood  <david.sherwood@arm.com>
8463         * expmed.c (strict_volatile_bitfield_p): Change the type of fieldmode
8464         to scalar_int_mode.  Remove check for SCALAR_INT_MODE_P.
8465         (store_bit_field): Check is_a <scalar_int_mode> before calling
8466         strict_volatile_bitfield_p.
8467         (extract_bit_field): Likewise.
8469 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8470             Alan Hayward  <alan.hayward@arm.com>
8471             David Sherwood  <david.sherwood@arm.com>
8473         * target.def (cstore_mode): Return a scalar_int_mode.
8474         * doc/tm.texi: Regenerate.
8475         * config/sparc/sparc.c (sparc_cstore_mode): Return a scalar_int_mode.
8476         * targhooks.h (default_cstore_mode): Likewise.
8477         * targhooks.c (default_cstore_mode): Likewise, using a forced
8478         conversion.
8479         * expmed.c (emit_cstore): Expect the target of the cstore to be
8480         a scalar_int_mode.
8482 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8483             Alan Hayward  <alan.hayward@arm.com>
8484             David Sherwood  <david.sherwood@arm.com>
8486         * cfgloop.h (rtx_iv): Change type of extend_mode and mode to
8487         scalar_int_mode.
8488         (niter_desc): Likewise mode.
8489         (iv_analyze): Add a mode parameter.
8490         (biv_p): Likewise.
8491         (iv_analyze_expr): Pass the mode paraeter before the rtx it describes
8492         and change its type to scalar_int_mode.
8493         * loop-iv.c: Update commentary at head of file.
8494         (iv_constant): Pass the mode paraeter before the rtx it describes
8495         and change its type to scalar_int_mode.  Remove VOIDmode handling.
8496         (iv_subreg): Change the type of the mode parameter to scalar_int_mode.
8497         (iv_extend): Likewise.
8498         (shorten_into_mode): Likewise.
8499         (iv_add): Use scalar_int_mode.
8500         (iv_mult): Likewise.
8501         (iv_shift): Likewise.
8502         (canonicalize_iv_subregs): Likewise.
8503         (get_biv_step_1): Pass the outer_mode parameter before the rtx
8504         it describes and change its mode to scalar_int_mode.   Also change
8505         the type of the returned inner_mode to scalar_int_mode.
8506         (get_biv_step): Likewise, turning outer_mode from a pointer
8507         into a direct parameter.  Update call to get_biv_step_1.
8508         (iv_analyze_biv): Add an outer_mode parameter.  Update calls to
8509         iv_constant and get_biv_step.
8510         (iv_analyze_expr): Pass the mode parameter before the rtx it describes
8511         and change its type to scalar_int_mode.  Don't initialise iv->mode
8512         to VOIDmode and remove later checks for its still being VOIDmode.
8513         Update calls to iv_analyze_op and iv_analyze_expr.  Check
8514         is_a <scalar_int_mode> when changing the mode under consideration.
8515         (iv_analyze_def): Ignore registers that don't have a scalar_int_mode.
8516         Update call to iv_analyze_expr.
8517         (iv_analyze_op): Add a mode parameter.  Reject subregs whose
8518         inner register is not also a scalar_int_mode.  Update call to
8519         iv_analyze_biv.
8520         (iv_analyze): Add a mode parameter.  Update call to iv_analyze_op.
8521         (biv_p): Add a mode parameter.  Update call to iv_analyze_biv.
8522         (iv_number_of_iterations): Use is_a <scalar_int_mode> instead of
8523         separate mode class checks.  Update calls to iv_analyze.  Remove
8524         fix-up of VOIDmodes after iv_analyze_biv.
8525         * loop-unroll.c (analyze_iv_to_split_insn): Reject registers that
8526         don't have a scalar_int_mode.  Update call to biv_p.
8528 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8529             Alan Hayward  <alan.hayward@arm.com>
8530             David Sherwood  <david.sherwood@arm.com>
8532         * cfgexpand.c (convert_debug_memory_address): Use
8533         as_a <scalar_int_mode>.
8534         * combine.c (expand_compound_operation): Likewise.
8535         (make_extraction): Likewise.
8536         (change_zero_ext): Likewise.
8537         (simplify_comparison): Likewise.
8538         * cse.c (cse_insn): Likewise.
8539         * dwarf2out.c (minmax_loc_descriptor): Likewise.
8540         (mem_loc_descriptor): Likewise.
8541         (loc_descriptor): Likewise.
8542         * expmed.c (init_expmed_one_mode): Likewise.
8543         (synth_mult): Likewise.
8544         (emit_store_flag_1): Likewise.
8545         (expand_divmod): Likewise.  Use HWI_COMPUTABLE_MODE_P instead
8546         of a comparison with size.
8547         * expr.c (expand_assignment): Use as_a <scalar_int_mode>.
8548         (reduce_to_bit_field_precision): Likewise.
8549         * function.c (expand_function_end): Likewise.
8550         * internal-fn.c (expand_arith_overflow_result_store): Likewise.
8551         * loop-doloop.c (doloop_modify): Likewise.
8552         * optabs.c (expand_binop): Likewise.
8553         (expand_unop): Likewise.
8554         (expand_copysign_absneg): Likewise.
8555         (prepare_cmp_insn): Likewise.
8556         (maybe_legitimize_operand): Likewise.
8557         * recog.c (const_scalar_int_operand): Likewise.
8558         * rtlanal.c (get_address_mode): Likewise.
8559         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
8560         (simplify_cond_clz_ctz): Likewise.
8561         * tree-nested.c (get_nl_goto_field): Likewise.
8562         * tree.c (build_vector_type_for_mode): Likewise.
8563         * var-tracking.c (use_narrower_mode): Likewise.
8565 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8566             Alan Hayward  <alan.hayward@arm.com>
8567             David Sherwood  <david.sherwood@arm.com>
8569         * tree.h (SCALAR_INT_TYPE_MODE): New macro.
8570         * builtins.c (expand_builtin_signbit): Use it.
8571         * cfgexpand.c (expand_debug_expr): Likewise.
8572         * dojump.c (do_jump): Likewise.
8573         (do_compare_and_jump): Likewise.
8574         * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Likewise.
8575         * expmed.c (make_tree): Likewise.
8576         * expr.c (expand_expr_real_2): Likewise.
8577         (expand_expr_real_1): Likewise.
8578         (try_casesi): Likewise.
8579         * fold-const-call.c (fold_const_call_ss): Likewise.
8580         * fold-const.c (unextend): Likewise.
8581         (extract_muldiv_1): Likewise.
8582         (fold_single_bit_test): Likewise.
8583         (native_encode_int): Likewise.
8584         (native_encode_string): Likewise.
8585         (native_interpret_int): Likewise.
8586         * gimple-fold.c (gimple_fold_builtin_memset): Likewise.
8587         * internal-fn.c (expand_addsub_overflow): Likewise.
8588         (expand_neg_overflow): Likewise.
8589         (expand_mul_overflow): Likewise.
8590         (expand_arith_overflow): Likewise.
8591         * match.pd: Likewise.
8592         * stor-layout.c (layout_type): Likewise.
8593         * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
8594         * tree-ssa-math-opts.c (convert_mult_to_widen): Likewise.
8595         * tree-ssanames.c (get_range_info): Likewise.
8596         * tree-switch-conversion.c (array_value_type) Likewise.
8597         * tree-vect-patterns.c (vect_recog_rotate_pattern): Likewise.
8598         (vect_recog_divmod_pattern): Likewise.
8599         (vect_recog_mixed_size_cond_pattern): Likewise.
8600         * tree-vrp.c (extract_range_basic): Likewise.
8601         (simplify_float_conversion_using_ranges): Likewise.
8602         * tree.c (int_fits_type_p): Likewise.
8603         * ubsan.c (instrument_bool_enum_load): Likewise.
8604         * varasm.c (mergeable_string_section): Likewise.
8605         (narrowing_initializer_constant_valid_p): Likewise.
8606         (output_constant): Likewise.
8608 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8609             Alan Hayward  <alan.hayward@arm.com>
8610             David Sherwood  <david.sherwood@arm.com>
8612         * machmode.h (NARROWEST_INT_MODE): New macro.
8613         * expr.c (alignment_for_piecewise_move): Use it instead of
8614         GET_CLASS_NARROWEST_MODE (MODE_INT).
8615         (push_block): Likewise.
8616         * stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator):
8617         Likewise.
8618         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
8620 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8621             Alan Hayward  <alan.hayward@arm.com>
8622             David Sherwood  <david.sherwood@arm.com>
8624         * postreload.c (move2add_valid_value_p): Change the type of the
8625         mode parameter to scalar_int_mode.
8626         (move2add_use_add2_insn): Add a mode parameter and use it instead
8627         of GET_MODE (reg).
8628         (move2add_use_add3_insn): Likewise.
8629         (reload_cse_move2add): Update accordingly.
8631 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8632             Alan Hayward  <alan.hayward@arm.com>
8633             David Sherwood  <david.sherwood@arm.com>
8635         * expr.c (expand_expr_real_2): Use scalar_int_mode for the
8636         double-word mode.
8637         * lower-subreg.c (resolve_shift_zext): Use is_a <scalar_int_mode>.
8638         * optabs.c (expand_unop): Likewise.
8640 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8641             Alan Hayward  <alan.hayward@arm.com>
8642             David Sherwood  <david.sherwood@arm.com>
8644         * dwarf2out.c (typed_binop): Change mode parameter to scalar_int_mode.
8645         (clz_loc_descriptor): Likewise.  Remove SCALAR_INT_MODE_P check.
8646         (popcount_loc_descriptor): Likewise.
8647         (bswap_loc_descriptor): Likewise.
8648         (rotate_loc_descriptor): Likewise.
8649         (mem_loc_descriptor): Add is_a <scalar_int_mode> checks before
8650         calling the functions above.
8652 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8653             Alan Hayward  <alan.hayward@arm.com>
8654             David Sherwood  <david.sherwood@arm.com>
8656         * combine.c (sign_extend_short_imm): Add is_a <scalar_int_mode>
8657         checks.
8658         (try_combine): Likewise.
8659         (simplify_if_then_else): Likewise.
8660         * cse.c (cse_insn): Likewise.
8661         * dwarf2out.c (mem_loc_descriptor): Likewise.
8662         * emit-rtl.c (gen_lowpart_common): Likewise.
8663         * simplify-rtx.c (simplify_truncation): Likewise.
8664         (simplify_binary_operation_1): Likewise.
8665         (simplify_const_relational_operation): Likewise.
8666         (simplify_ternary_operation): Likewise.
8667         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
8669 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8670             Alan Hayward  <alan.hayward@arm.com>
8671             David Sherwood  <david.sherwood@arm.com>
8673         * cse.c (cse_insn): Add is_a <scalar_int_mode> checks.
8674         * reload.c (push_reload): Likewise.
8675         (find_reloads): Likewise.
8677 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8678             Alan Hayward  <alan.hayward@arm.com>
8679             David Sherwood  <david.sherwood@arm.com>
8681         * combine.c (find_split_point): Add is_a <scalar_int_mode> checks.
8682         (make_compound_operation_int): Likewise.
8683         (change_zero_ext): Likewise.
8684         * expr.c (convert_move): Likewise.
8685         (convert_modes): Likewise.
8686         * fwprop.c (forward_propagate_subreg): Likewise.
8687         * loop-iv.c (get_biv_step_1): Likewise.
8688         * optabs.c (widen_operand): Likewise.
8689         * postreload.c (move2add_valid_value_p): Likewise.
8690         * recog.c (simplify_while_replacing): Likewise.
8691         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
8692         (simplify_binary_operation_1): Likewise.  Remove redundant
8693         mode equality check.
8695 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8696             Alan Hayward  <alan.hayward@arm.com>
8697             David Sherwood  <david.sherwood@arm.com>
8699         * combine.c (combine_simplify_rtx): Add checks for
8700         is_a <scalar_int_mode>.
8701         (simplify_if_then_else): Likewise.
8702         (make_field_assignment): Likewise.
8703         (simplify_comparison): Likewise.
8704         * ifcvt.c (noce_try_bitop): Likewise.
8705         * loop-invariant.c (canonicalize_address_mult): Likewise.
8706         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
8708 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8709             Alan Hayward  <alan.hayward@arm.com>
8710             David Sherwood  <david.sherwood@arm.com>
8712         * gimple-fold.c (gimple_fold_builtin_memory_op): Use
8713         is_a <scalar_int_mode> instead of != BLKmode.
8715 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8716             Alan Hayward  <alan.hayward@arm.com>
8717             David Sherwood  <david.sherwood@arm.com>
8719         * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>
8720         instead of != VOIDmode.
8721         * combine.c (if_then_else_cond): Likewise.
8722         (change_zero_ext): Likewise.
8723         * dwarf2out.c (mem_loc_descriptor): Likewise.
8724         (loc_descriptor): Likewise.
8725         * rtlanal.c (canonicalize_condition): Likewise.
8726         * simplify-rtx.c (simplify_relational_operation_1): Likewise.
8728 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8729             Alan Hayward  <alan.hayward@arm.com>
8730             David Sherwood  <david.sherwood@arm.com>
8732         * simplify-rtx.c (simplify_binary_operation_1): Use
8733         is_a <scalar_int_mode> instead of !VECTOR_MODE_P.
8735 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8736             Alan Hayward  <alan.hayward@arm.com>
8737             David Sherwood  <david.sherwood@arm.com>
8739         * wide-int.h (int_traits<unsigned char>) New class.
8740         (int_traits<unsigned short>) Likewise.
8741         * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>.
8742         Use GET_MODE_UNIT_PRECISION and remove redundant test for
8743         SCALAR_INT_MODE_P.
8744         * combine.c (set_nonzero_bits_and_sign_copies): Use
8745         is_a <scalar_int_mode>.
8746         (find_split_point): Likewise.
8747         (combine_simplify_rtx): Likewise.
8748         (simplify_logical): Likewise.
8749         (expand_compound_operation): Likewise.
8750         (expand_field_assignment): Likewise.
8751         (make_compound_operation): Likewise.
8752         (extended_count): Likewise.
8753         (change_zero_ext): Likewise.
8754         (simplify_comparison): Likewise.
8755         * dwarf2out.c (scompare_loc_descriptor): Likewise.
8756         (ucompare_loc_descriptor): Likewise.
8757         (minmax_loc_descriptor): Likewise.
8758         (mem_loc_descriptor): Likewise.
8759         (loc_descriptor): Likewise.
8760         * expmed.c (init_expmed_one_mode): Likewise.
8761         * lra-constraints.c (lra_constraint_offset): Likewise.
8762         * optabs.c (prepare_libcall_arg): Likewise.
8763         * postreload.c (move2add_note_store): Likewise.
8764         * reload.c (operands_match_p): Likewise.
8765         * rtl.h (load_extend_op): Likewise.
8766         * rtlhooks.c (gen_lowpart_general): Likewise.
8767         * simplify-rtx.c (simplify_truncation): Likewise.
8768         (simplify_unary_operation_1): Likewise.
8769         (simplify_binary_operation_1): Likewise.
8770         (simplify_const_binary_operation): Likewise.
8771         (simplify_const_relational_operation): Likewise.
8772         (simplify_subreg): Likewise.
8773         * stor-layout.c (bitwise_mode_for_mode): Likewise.
8774         * var-tracking.c (adjust_mems): Likewise.
8775         (prepare_call_arguments): Likewise.
8777 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8778             Alan Hayward  <alan.hayward@arm.com>
8779             David Sherwood  <david.sherwood@arm.com>
8781         * machmode.h (is_int_mode): New fuction.
8782         * combine.c (find_split_point): Use it.
8783         (combine_simplify_rtx): Likewise.
8784         (simplify_if_then_else): Likewise.
8785         (simplify_set): Likewise.
8786         (simplify_shift_const_1): Likewise.
8787         (simplify_comparison): Likewise.
8788         * config/aarch64/aarch64.c (aarch64_rtx_costs): Likewise.
8789         * cse.c (notreg_cost): Likewise.
8790         (cse_insn): Likewise.
8791         * cselib.c (cselib_lookup_1): Likewise.
8792         * dojump.c (do_jump_1): Likewise.
8793         (do_compare_rtx_and_jump): Likewise.
8794         * dse.c (get_call_args): Likewise.
8795         * dwarf2out.c (rtl_for_decl_init): Likewise.
8796         (native_encode_initializer): Likewise.
8797         * expmed.c (emit_store_flag_1): Likewise.
8798         (emit_store_flag): Likewise.
8799         * expr.c (convert_modes): Likewise.
8800         (store_field): Likewise.
8801         (expand_expr_real_1): Likewise.
8802         * fold-const.c (fold_read_from_constant_string): Likewise.
8803         * gimple-ssa-sprintf.c (get_format_string): Likewise.
8804         * optabs-libfuncs.c (gen_int_libfunc): Likewise.
8805         * optabs.c (expand_binop): Likewise.
8806         (expand_unop): Likewise.
8807         (expand_abs_nojump): Likewise.
8808         (expand_one_cmpl_abs_nojump): Likewise.
8809         * simplify-rtx.c (mode_signbit_p): Likewise.
8810         (val_signbit_p): Likewise.
8811         (val_signbit_known_set_p): Likewise.
8812         (val_signbit_known_clear_p): Likewise.
8813         (simplify_relational_operation_1): Likewise.
8814         * tree.c (vector_type_mode): Likewise.
8816 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8817             Alan Hayward  <alan.hayward@arm.com>
8818             David Sherwood  <david.sherwood@arm.com>
8820         * machmode.h (smallest_mode_for_size): Fix formatting.
8821         (smallest_int_mode_for_size): New function.
8822         * cfgexpand.c (expand_debug_expr): Use smallest_int_mode_for_size
8823         instead of smallest_mode_for_size.
8824         * combine.c (make_extraction): Likewise.
8825         * config/arc/arc.c (arc_expand_movmem): Likewise.
8826         * config/arm/arm.c (arm_expand_divmod_libfunc): Likewise.
8827         * config/i386/i386.c (ix86_get_mask_mode): Likewise.
8828         * config/s390/s390.c (s390_expand_insv): Likewise.
8829         * config/sparc/sparc.c (assign_int_registers): Likewise.
8830         * config/spu/spu.c (spu_function_value): Likewise.
8831         (spu_function_arg): Likewise.
8832         * coverage.c (get_gcov_type): Likewise.
8833         (get_gcov_unsigned_t): Likewise.
8834         * dse.c (find_shift_sequence): Likewise.
8835         * expmed.c (store_bit_field_1): Likewise.
8836         * expr.c (convert_move): Likewise.
8837         (store_field): Likewise.
8838         * internal-fn.c (expand_arith_overflow): Likewise.
8839         * optabs-query.c (get_best_extraction_insn): Likewise.
8840         * optabs.c (expand_twoval_binop_libfunc): Likewise.
8841         * stor-layout.c (layout_type): Likewise.
8842         (initialize_sizetypes): Likewise.
8843         * targhooks.c (default_get_mask_mode): Likewise.
8844         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Likewise.
8846 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8847             Alan Hayward  <alan.hayward@arm.com>
8848             David Sherwood  <david.sherwood@arm.com>
8850         * machmode.h (opt_mode::else_blk): New function.
8851         (int_mode_for_mode): Declare.
8852         * stor-layout.c (int_mode_for_mode): Return an opt_scalar_int_mode.
8853         * builtins.c (expand_builtin_signbit): Adjust for new int_mode_for_mode
8854         return type.
8855         * cfgexpand.c (expand_debug_expr): Likewise.
8856         * combine.c (gen_lowpart_or_truncate): Likewise.
8857         (gen_lowpart_for_combine): Likewise.
8858         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Likewise.
8859         * config/avr/avr.c (avr_to_int_mode): Likewise.
8860         (avr_out_plus_1): Likewise.
8861         (avr_out_plus): Likewise.
8862         (avr_out_round): Likewise.
8863         * config/i386/i386.c (ix86_split_to_parts): Likewise.
8864         * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
8865         (s390_expand_vcond): Likewise.
8866         * config/spu/spu.c (spu_split_immediate): Likewise.
8867         (spu_expand_mov): Likewise.
8868         * dse.c (get_stored_val): Likewise.
8869         * expmed.c (store_bit_field_1): Likewise.
8870         (convert_extracted_bit_field): Use int_mode_for_mode instead of
8871         int_mode_for_size.
8872         (extract_bit_field_1): Adjust for new int_mode_for_mode return type.
8873         (extract_low_bits): Likewise.
8874         * expr.c (emit_group_load_1): Likewise.  Separate out the BLKmode
8875         handling rather than repeating the check.
8876         (emit_group_store): Likewise.
8877         (emit_move_via_integer): Adjust for new int_mode_for_mode return type.
8878         * optabs.c (expand_absneg_bit): Likewise.
8879         (expand_copysign_absneg): Likewise.
8880         (expand_copysign_bit): Likewise.
8881         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
8882         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
8883         * tree-vect-stmts.c (vect_gen_perm_mask_any): Likewise.
8884         * var-tracking.c (prepare_call_arguments):  Likewise.
8885         * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Use
8886         int_mode_for_mode instead of mode_for_size.
8887         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
8889 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8890             Alan Hayward  <alan.hayward@arm.com>
8891             David Sherwood  <david.sherwood@arm.com>
8893         * machmode.h (int_mode_for_size): New function.
8894         * builtins.c (set_builtin_user_assembler_name): Use int_mode_for_size
8895         instead of mode_for_size.
8896         * calls.c (save_fixed_argument_area): Likewise.  Make use of BLKmode
8897         explicit.
8898         * combine.c (expand_field_assignment): Use int_mode_for_size
8899         instead of mode_for_size.
8900         (make_extraction): Likewise.
8901         (simplify_shift_const_1): Likewise.
8902         (simplify_comparison): Likewise.
8903         * dojump.c (do_jump): Likewise.
8904         * dwarf2out.c (mem_loc_descriptor): Likewise.
8905         * emit-rtl.c (init_derived_machine_modes): Likewise.
8906         * expmed.c (flip_storage_order): Likewise.
8907         (convert_extracted_bit_field): Likewise.
8908         * expr.c (copy_blkmode_from_reg): Likewise.
8909         * graphite-isl-ast-to-gimple.c (max_mode_int_precision): Likewise.
8910         * internal-fn.c (expand_mul_overflow): Likewise.
8911         * lower-subreg.c (simple_move): Likewise.
8912         * optabs-libfuncs.c (init_optabs): Likewise.
8913         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
8914         * tree.c (vector_type_mode): Likewise.
8915         * tree-ssa-strlen.c (handle_builtin_memcmp): Likewise.
8916         * tree-vect-data-refs.c (vect_lanes_optab_supported_p): Likewise.
8917         * tree-vect-generic.c (expand_vector_parallel): Likewise.
8918         * tree-vect-stmts.c (vectorizable_load): Likewise.
8919         (vectorizable_store): Likewise.
8921 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8922             Alan Hayward  <alan.hayward@arm.com>
8923             David Sherwood  <david.sherwood@arm.com>
8925         * coretypes.h (pod_mode): New type.
8926         (scalar_int_mode_pod): New typedef.
8927         * machmode.h (pod_mode): New class.
8928         (int_n_data_t::m): Change type to scalar_int_mode_pod.
8929         * genmodes.c (emit_mode_int_n): Update accordingly.
8930         * lower-subreg.h (target_lower_subreg): Change type to
8931         scalar_int_mode_pod.
8932         * gdbhooks.py (build_pretty_printer): Handle pod_mode and
8933         scalar_int_mode_pod.
8935 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8936             Alan Hayward  <alan.hayward@arm.com>
8937             David Sherwood  <david.sherwood@arm.com>
8939         * config/powerpcspe/powerpcspe.h (rs6000_pmode): Change type from
8940         machine_mode to scalar_int_mode.
8941         * config/powerpcspe/powerpcspe.c (rs6000_pmode): Likewise.
8942         (rs6000_option_override_internal): Remove cast to int.
8943         * config/rs6000/rs6000.h (rs6000_pmode): Change type from
8944         machine_mode to scalar_int_mode.
8945         * config/rs6000/rs6000.c (rs6000_pmode): Likewise.
8946         (rs6000_option_override_internal): Remove cast to int.
8947         * config/s390/s390.h (Pmode): Remove cast to machine_mode.
8948         * config/epiphany/epiphany.h (RTX_OK_FOR_OFFSET_P): Add cast
8949         to machine_mode.
8950         * config/s390/s390.c (s390_expand_builtin): Likewise.
8951         * coretypes.h (scalar_int_mode): New type.
8952         (opt_scalar_int_mode): New typedef.
8953         * machmode.h (scalar_int_mode): New class.
8954         (scalar_int_mode::includes_p): New function.
8955         (byte_mode): Change type to scalar_int_mode.
8956         (word_mode): Likewise.
8957         (ptr_mode): Likewise.
8958         * emit-rtl.c (byte_mode): Likewise.
8959         (word_mode): Likewise.
8960         (ptr_mode): Likewise.
8961         (init_derived_machine_modes): Update accordingly.
8962         * genmodes.c (get_mode_class): Return scalar_int_mode for MODE_INT
8963         and MODE_PARTIAL_INT.
8964         * gdbhooks.py (build_pretty_printer): Handle scalar_int_mode and
8965         opt_scalar_int_mode.
8967 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8968             Alan Hayward  <alan.hayward@arm.com>
8969             David Sherwood  <david.sherwood@arm.com>
8971         * target.def (libgcc_floating_mode_supported_p): Take a
8972         scalar_float_mode.
8973         * doc/tm.texi: Regenerate.
8974         * targhooks.h (default_libgcc_floating_mode_supported_p): Take a
8975         scalar_float_mode.
8976         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
8977         * config/aarch64/aarch64.c (aarch64_libgcc_floating_mode_supported_p):
8978         Likewise.
8980 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8981             Alan Hayward  <alan.hayward@arm.com>
8982             David Sherwood  <david.sherwood@arm.com>
8984         * target.def (default_floatn_mode): Return an opt_scalar_float_mode.
8985         * doc/tm.texi: Regenerate.
8986         * config/arm/arm.c (arm_floatn_mode): Return an opt_scalar_float_mode.
8987         * config/powerpcspe/powerpcspe.c (rs6000_floatn_mode): Likewise.
8988         * config/rs6000/rs6000.c (rs6000_floatn_mode): Likewise.
8989         * targhooks.h (default_floatn_mode): Likewise.
8990         * targhooks.c (default_floatn_mode): Likewise.
8991         * tree.c (build_common_tree_nodes): Update accordingly.
8993 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
8994             Alan Hayward  <alan.hayward@arm.com>
8995             David Sherwood  <david.sherwood@arm.com>
8997         * machmode.h (mode_iterator::start): Provide overload for opt_modes.
8998         (mode_iterator::iterate_p): Likewise.
8999         (mode_iterator::get_wider): Likewise.
9000         * expr.c (init_expr_target): Use opt_scalar_float_mode.
9002 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9003             Alan Hayward  <alan.hayward@arm.com>
9004             David Sherwood  <david.sherwood@arm.com>
9006         * coretypes.h (opt_scalar_float_mode): New typedef.
9007         * machmode.h (float_mode_for_size): New function.
9008         * emit-rtl.c (double_mode): Delete.
9009         (init_emit_once): Use float_mode_for_size.
9010         * stor-layout.c (layout_type): Likewise.
9011         * gdbhooks.py (build_pretty_printer): Handle opt_scalar_float_mode.
9013 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9014             Alan Hayward  <alan.hayward@arm.com>
9015             David Sherwood  <david.sherwood@arm.com>
9017         * output.h (assemble_real): Take a scalar_float_mode.
9018         * config/arm/arm.c (arm_assemble_integer): Update accordingly.
9019         * config/arm/arm.md (consttable_4): Likewise.
9020         (consttable_8): Likewise.
9021         (consttable_16): Likewise.
9022         * config/mips/mips.md (consttable_float): Likewise.
9023         * config/s390/s390.c (s390_output_pool_entry): Likewise.
9024         * varasm.c (assemble_real): Take a scalar_float_mode.
9025         (output_constant_pool_2): Update accordingly.
9026         (output_constant): Likewise.
9028 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9029             Alan Hayward  <alan.hayward@arm.com>
9030             David Sherwood  <david.sherwood@arm.com>
9032         * tree.h (SCALAR_FLOAT_TYPE_MODE): New macro.
9033         * builtins.c (expand_builtin_signbit): Use it instead of TYPE_MODE.
9034         * fold-const.c (fold_convert_const_real_from_fixed): Likewise.
9035         (native_encode_real): Likewise.
9036         (native_interpret_real): Likewise.
9037         * hsa-brig.c (emit_immediate_scalar_to_buffer): Likewise.
9038         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
9040 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9041             Alan Hayward  <alan.hayward@arm.com>
9042             David Sherwood  <david.sherwood@arm.com>
9044         * optabs-libfuncs.c (gen_trunc_conv_libfunc): Use is_a
9045         <scalar_float_mode>.  Simplify.
9046         (gen_extend_conv_libfunc): Likewise.
9048 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9049             Alan Hayward  <alan.hayward@arm.com>
9050             David Sherwood  <david.sherwood@arm.com>
9052         * coretypes.h (scalar_float_mode): New type.
9053         * machmode.h (mode_traits::from_int): Use machine_mode if
9054         USE_ENUM_MODES is defined.
9055         (is_a): New function.
9056         (as_a): Likewise.
9057         (dyn_cast): Likewise.
9058         (scalar_float_mode): New class.
9059         (scalar_float_mode::includes_p): New function.
9060         (is_float_mode): Likewise.
9061         * gdbhooks.py (MachineModePrinter): New class.
9062         (build_pretty_printer): Use it for scalar_float_mode.
9063         * real.h (FLOAT_MODE_FORMAT): Use as_a <scalar_float_mode>.
9064         (format_helper::format_helper): Turn into a template.
9065         * genmodes.c (get_mode_class): New function.
9066         (emit_insn_modes_h): Give modes the class returned by get_mode_class,
9067         or machine_mode if none.
9068         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Use
9069         as_a <scalar_float_mode>.
9070         * dwarf2out.c (mem_loc_descriptor): Likewise.
9071         (insert_float): Likewise.
9072         (add_const_value_attribute): Likewise.
9073         * simplify-rtx.c (simplify_immed_subreg): Likewise.
9074         * optabs.c (expand_absneg_bit): Take a scalar_float_mode.
9075         (expand_unop): Update accordingly.
9076         (expand_abs_nojump): Likewise.
9077         (expand_copysign_absneg): Take a scalar_float_mode.
9078         (expand_copysign_bit): Likewise.
9079         (expand_copysign): Update accordingly.
9081 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9082             Alan Hayward  <alan.hayward@arm.com>
9083             David Sherwood  <david.sherwood@arm.com>
9085         * coretypes.h (opt_mode): New class.
9086         * machmode.h (opt_mode): Likewise.
9087         (opt_mode::else_void): New function.
9088         (opt_mode::require): Likewise.
9089         (opt_mode::exists): Likewise.
9090         (GET_MODE_WIDER_MODE): Turn into a function and return an opt_mode.
9091         (GET_MODE_2XWIDER_MODE): Likewise.
9092         (mode_iterator::get_wider): Update accordingly.
9093         (mode_iterator::get_2xwider): Likewise.
9094         (mode_iterator::get_known_wider): Likewise, turning into a template.
9095         * combine.c (make_extraction): Update use of GET_MODE_WIDER_MODE,
9096         forcing a wider mode to exist.
9097         * config/cr16/cr16.h (LONG_REG_P): Likewise.
9098         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
9099         * config/c6x/c6x.c (c6x_rtx_costs): Update use of
9100         GET_MODE_2XWIDER_MODE, forcing a wider mode to exist.
9101         * lower-subreg.c (init_lower_subreg): Likewise.
9102         * optabs-libfuncs.c (init_sync_libfuncs_1): Likewise, but not
9103         on the final iteration.
9104         * config/i386/i386.c (ix86_expand_set_or_movmem): Check whether
9105         a wider mode exists before asking for a move pattern.
9106         (get_mode_wider_vector): Update use of GET_MODE_WIDER_MODE,
9107         forcing a wider mode to exist.
9108         (expand_vselect_vconcat): Update use of GET_MODE_2XWIDER_MODE,
9109         returning false if no such mode exists.
9110         * config/ia64/ia64.c (expand_vselect_vconcat): Likewise.
9111         * config/mips/mips.c (mips_expand_vselect_vconcat): Likewise.
9112         * expmed.c (init_expmed_one_mode): Update use of GET_MODE_WIDER_MODE.
9113         Avoid checking for a MODE_INT if we already know the mode is not a
9114         SCALAR_INT_MODE_P.
9115         (extract_high_half): Update use of GET_MODE_WIDER_MODE,
9116         forcing a wider mode to exist.
9117         (expmed_mult_highpart_optab): Likewise.
9118         (expmed_mult_highpart): Likewise.
9119         * expr.c (expand_expr_real_2): Update use of GET_MODE_WIDER_MODE,
9120         using else_void.
9121         * lto-streamer-in.c (lto_input_mode_table): Likewise.
9122         * optabs-query.c (find_widening_optab_handler_and_mode): Likewise.
9123         * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
9124         * internal-fn.c (expand_mul_overflow): Update use of
9125         GET_MODE_2XWIDER_MODE.
9126         * omp-low.c (omp_clause_aligned_alignment): Likewise.
9127         * tree-ssa-math-opts.c (convert_mult_to_widen): Update use of
9128         GET_MODE_WIDER_MODE.
9129         (convert_plusminus_to_widen): Likewise.
9130         * tree-switch-conversion.c (array_value_type): Likewise.
9131         * var-tracking.c (emit_note_insn_var_location): Likewise.
9132         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
9133         Return false inside rather than outside the loop if no wider mode
9134         exists
9135         * optabs.c (expand_binop): Update use of GET_MODE_WIDER_MODE
9136         and GET_MODE_2XWIDER_MODE
9137         (can_compare_p): Use else_void.
9138         * gdbhooks.py (OptMachineModePrinter): New class.
9139         (build_pretty_printer): Use it for opt_mode.
9141 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9142             Alan Hayward  <alan.hayward@arm.com>
9143             David Sherwood  <david.sherwood@arm.com>
9145         * tree-switch-conversion.c (array_value_type): Only read TYPE_MODE
9146         once.  Use get_narrowest_mode instead of GET_CLASS_NARROWEST_MODE.
9148 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9149             Alan Hayward  <alan.hayward@arm.com>
9150             David Sherwood  <david.sherwood@arm.com>
9152         * machmode.h (mode_traits): New structure.
9153         (get_narrowest_mode): New function.
9154         (mode_iterator::start): Likewise.
9155         (mode_iterator::iterate_p): Likewise.
9156         (mode_iterator::get_wider): Likewise.
9157         (mode_iterator::get_known_wider): Likewise.
9158         (mode_iterator::get_2xwider): Likewise.
9159         (FOR_EACH_MODE_IN_CLASS): New mode iterator.
9160         (FOR_EACH_MODE): Likewise.
9161         (FOR_EACH_MODE_FROM): Likewise.
9162         (FOR_EACH_MODE_UNTIL): Likewise.
9163         (FOR_EACH_WIDER_MODE): Likewise.
9164         (FOR_EACH_2XWIDER_MODE): Likewise.
9165         * builtins.c (expand_builtin_strlen): Use new mode iterators.
9166         * combine.c (simplify_comparison): Likewise
9167         * config/i386/i386.c (type_natural_mode): Likewise.
9168         * cse.c (cse_insn): Likewise.
9169         * dse.c (find_shift_sequence): Likewise.
9170         * emit-rtl.c (init_derived_machine_modes): Likewise.
9171         (init_emit_once): Likewise.
9172         * explow.c (hard_function_value): Likewise.
9173         * expmed.c (extract_fixed_bit_field_1): Likewise.
9174         (extract_bit_field_1): Likewise.
9175         (expand_divmod): Likewise.
9176         (emit_store_flag_1): Likewise.
9177         * expr.c (init_expr_target): Likewise.
9178         (convert_move): Likewise.
9179         (alignment_for_piecewise_move): Likewise.
9180         (widest_int_mode_for_size): Likewise.
9181         (emit_block_move_via_movmem): Likewise.
9182         (copy_blkmode_to_reg): Likewise.
9183         (set_storage_via_setmem): Likewise.
9184         (compress_float_constant): Likewise.
9185         * omp-low.c (omp_clause_aligned_alignment): Likewise.
9186         * optabs-query.c (get_best_extraction_insn): Likewise.
9187         * optabs.c (expand_binop): Likewise.
9188         (expand_twoval_unop): Likewise.
9189         (expand_twoval_binop): Likewise.
9190         (widen_leading): Likewise.
9191         (widen_bswap): Likewise.
9192         (expand_parity): Likewise.
9193         (expand_unop): Likewise.
9194         (prepare_cmp_insn): Likewise.
9195         (prepare_float_lib_cmp): Likewise.
9196         (expand_float): Likewise.
9197         (expand_fix): Likewise.
9198         (expand_sfix_optab): Likewise.
9199         * postreload.c (move2add_use_add2_insn): Likewise.
9200         * reg-stack.c (reg_to_stack): Likewise.
9201         * reginfo.c (choose_hard_reg_mode): Likewise.
9202         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
9203         * stor-layout.c (mode_for_size): Likewise.
9204         (smallest_mode_for_size): Likewise.
9205         (mode_for_vector): Likewise.
9206         (finish_bitfield_representative): Likewise.
9207         * tree-ssa-math-opts.c (target_supports_divmod_p): Likewise.
9208         * tree-vect-generic.c (type_for_widest_vector_mode): Likewise.
9209         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
9210         * var-tracking.c (prepare_call_arguments): Likewise.
9212 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9213             Alan Hayward  <alan.hayward@arm.com>
9214             David Sherwood  <david.sherwood@arm.com>
9216         * genconditions.c (write_header): Add a "#define USE_ENUM_MODES".
9217         * genmodes.c (emit_insn_modes_h): Define FOOmode to E_FOOmode if
9218         USE_ENUM_MODES is defined and to ((void) 0, E_FOOmode) otherwise.
9219         * machmode.h (mode_size): Move earlier in file.
9220         (mode_precision): Likewise.
9221         (mode_inner): Likewise.
9222         (mode_nunits): Likewise.
9223         (mode_unit_size): Likewise.
9224         (unit_unit_precision): Likewise.
9225         (mode_wider): Likewise.
9226         (mode_2xwider): Likewise.
9227         (machine_mode): New class.
9228         (mode_to_bytes): New function.
9229         (mode_to_bits): Likewise.
9230         (mode_to_precision): Likewise.
9231         (mode_to_inner): Likewise.
9232         (mode_to_unit_size): Likewise.
9233         (mode_to_unit_precision): Likewise.
9234         (mode_to_nunits): Likewise.
9235         (GET_MODE_SIZE): Use mode_to_bytes.
9236         (GET_MODE_BITSIZE): Use mode_to_bits.
9237         (GET_MODE_PRECISION): Use mode_to_precision.
9238         (GET_MODE_INNER): Use mode_to_inner.
9239         (GET_MODE_UNIT_SIZE): Use mode_to_unit_size.
9240         (GET_MODE_UNIT_PRECISION): Use mode_to_unit_precision.
9241         (GET_MODE_NUNITS): Use mode_to_nunits.
9242         * system.h (ALWAYS_INLINE): New macro.
9243         * config/powerpcspe/powerpcspe-c.c
9244         (altivec_resolve_overloaded_builtin): Use machine_mode instead of
9245         int for arg1_mode and arg2_mode.
9247 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9248             Alan Hayward  <alan.hayward@arm.com>
9249             David Sherwood  <david.sherwood@arm.com>
9251         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
9252         Prefix mode names with E_ in case statements.
9253         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
9254         * config/aarch64/aarch64.c (aarch64_split_simd_combine): Likewise.
9255         (aarch64_split_simd_move): Likewise.
9256         (aarch64_gen_storewb_pair): Likewise.
9257         (aarch64_gen_loadwb_pair): Likewise.
9258         (aarch64_gen_store_pair): Likewise.
9259         (aarch64_gen_load_pair): Likewise.
9260         (aarch64_get_condition_code_1): Likewise.
9261         (aarch64_constant_pool_reload_icode): Likewise.
9262         (get_rsqrte_type): Likewise.
9263         (get_rsqrts_type): Likewise.
9264         (get_recpe_type): Likewise.
9265         (get_recps_type): Likewise.
9266         (aarch64_gimplify_va_arg_expr): Likewise.
9267         (aarch64_simd_container_mode): Likewise.
9268         (aarch64_emit_load_exclusive): Likewise.
9269         (aarch64_emit_store_exclusive): Likewise.
9270         (aarch64_expand_compare_and_swap): Likewise.
9271         (aarch64_gen_atomic_cas): Likewise.
9272         (aarch64_emit_bic): Likewise.
9273         (aarch64_emit_atomic_swap): Likewise.
9274         (aarch64_emit_atomic_load_op): Likewise.
9275         (aarch64_evpc_trn): Likewise.
9276         (aarch64_evpc_uzp): Likewise.
9277         (aarch64_evpc_zip): Likewise.
9278         (aarch64_evpc_ext): Likewise.
9279         (aarch64_evpc_rev): Likewise.
9280         (aarch64_evpc_dup): Likewise.
9281         (aarch64_gen_ccmp_first): Likewise.
9282         (aarch64_gen_ccmp_next): Likewise.
9283         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
9284         (alpha_emit_xfloating_libcall): Likewise.
9285         (emit_insxl): Likewise.
9286         (alpha_arg_type): Likewise.
9287         * config/arc/arc.c (arc_vector_mode_supported_p): Likewise.
9288         (arc_preferred_simd_mode): Likewise.
9289         (arc_secondary_reload): Likewise.
9290         (get_arc_condition_code): Likewise.
9291         (arc_print_operand): Likewise.
9292         (arc_legitimate_constant_p): Likewise.
9293         * config/arc/arc.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
9294         * config/arc/arc.md (casesi_load): Likewise.
9295         (casesi_compact_jump): Likewise.
9296         * config/arc/predicates.md (proper_comparison_operator): Likewise.
9297         (cc_use_register): Likewise.
9298         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
9299         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
9300         (arm_init_iwmmxt_builtins): Likewise.
9301         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
9302         (neon_expand_vector_init): Likewise.
9303         (arm_attr_length_move_neon): Likewise.
9304         (maybe_get_arm_condition_code): Likewise.
9305         (arm_emit_vector_const): Likewise.
9306         (arm_preferred_simd_mode): Likewise.
9307         (arm_output_iwmmxt_tinsr): Likewise.
9308         (thumb1_output_casesi): Likewise.
9309         (thumb2_output_casesi): Likewise.
9310         (arm_emit_load_exclusive): Likewise.
9311         (arm_emit_store_exclusive): Likewise.
9312         (arm_expand_compare_and_swap): Likewise.
9313         (arm_evpc_neon_vuzp): Likewise.
9314         (arm_evpc_neon_vzip): Likewise.
9315         (arm_evpc_neon_vrev): Likewise.
9316         (arm_evpc_neon_vtrn): Likewise.
9317         (arm_evpc_neon_vext): Likewise.
9318         (arm_validize_comparison): Likewise.
9319         * config/arm/neon.md (neon_vc<cmp_op><mode>): Likewise.
9320         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Likewise.
9321         * config/avr/avr.c (avr_rtx_costs_1): Likewise.
9322         * config/c6x/c6x.c (c6x_vector_mode_supported_p): Likewise.
9323         (c6x_preferred_simd_mode): Likewise.
9324         * config/epiphany/epiphany.c (get_epiphany_condition_code): Likewise.
9325         (epiphany_rtx_costs): Likewise.
9326         * config/epiphany/predicates.md (proper_comparison_operator):
9327         Likewise.
9328         * config/frv/frv.c (condexec_memory_operand): Likewise.
9329         (frv_emit_move): Likewise.
9330         (output_move_single): Likewise.
9331         (output_condmove_single): Likewise.
9332         (frv_hard_regno_mode_ok): Likewise.
9333         (frv_matching_accg_mode): Likewise.
9334         * config/h8300/h8300.c (split_adds_subs): Likewise.
9335         (h8300_rtx_costs): Likewise.
9336         (h8300_print_operand): Likewise.
9337         (compute_mov_length): Likewise.
9338         (output_logical_op): Likewise.
9339         (compute_logical_op_length): Likewise.
9340         (compute_logical_op_cc): Likewise.
9341         (h8300_shift_needs_scratch_p): Likewise.
9342         (output_a_shift): Likewise.
9343         (compute_a_shift_length): Likewise.
9344         (compute_a_shift_cc): Likewise.
9345         (expand_a_rotate): Likewise.
9346         (output_a_rotate): Likewise.
9347         * config/i386/i386.c (classify_argument): Likewise.
9348         (function_arg_advance_32): Likewise.
9349         (function_arg_32): Likewise.
9350         (function_arg_64): Likewise.
9351         (function_value_64): Likewise.
9352         (ix86_gimplify_va_arg): Likewise.
9353         (ix86_legitimate_constant_p): Likewise.
9354         (put_condition_code): Likewise.
9355         (split_double_mode): Likewise.
9356         (ix86_avx256_split_vector_move_misalign): Likewise.
9357         (ix86_expand_vector_logical_operator): Likewise.
9358         (ix86_split_idivmod): Likewise.
9359         (ix86_expand_adjust_ufix_to_sfix_si): Likewise.
9360         (ix86_build_const_vector): Likewise.
9361         (ix86_build_signbit_mask): Likewise.
9362         (ix86_match_ccmode): Likewise.
9363         (ix86_cc_modes_compatible): Likewise.
9364         (ix86_expand_branch): Likewise.
9365         (ix86_expand_sse_cmp): Likewise.
9366         (ix86_expand_sse_movcc): Likewise.
9367         (ix86_expand_int_sse_cmp): Likewise.
9368         (ix86_expand_vec_perm_vpermi2): Likewise.
9369         (ix86_expand_vec_perm): Likewise.
9370         (ix86_expand_sse_unpack): Likewise.
9371         (ix86_expand_int_addcc): Likewise.
9372         (ix86_split_to_parts): Likewise.
9373         (ix86_vectorize_builtin_gather): Likewise.
9374         (ix86_vectorize_builtin_scatter): Likewise.
9375         (avx_vpermilp_parallel): Likewise.
9376         (inline_memory_move_cost): Likewise.
9377         (ix86_tieable_integer_mode_p): Likewise.
9378         (x86_maybe_negate_const_int): Likewise.
9379         (ix86_expand_vector_init_duplicate): Likewise.
9380         (ix86_expand_vector_init_one_nonzero): Likewise.
9381         (ix86_expand_vector_init_one_var): Likewise.
9382         (ix86_expand_vector_init_concat): Likewise.
9383         (ix86_expand_vector_init_interleave): Likewise.
9384         (ix86_expand_vector_init_general): Likewise.
9385         (ix86_expand_vector_set): Likewise.
9386         (ix86_expand_vector_extract): Likewise.
9387         (emit_reduc_half): Likewise.
9388         (ix86_emit_i387_round): Likewise.
9389         (ix86_mangle_type): Likewise.
9390         (ix86_expand_round_sse4): Likewise.
9391         (expand_vec_perm_blend): Likewise.
9392         (canonicalize_vector_int_perm): Likewise.
9393         (ix86_expand_vec_one_operand_perm_avx512): Likewise.
9394         (expand_vec_perm_1): Likewise.
9395         (expand_vec_perm_interleave3): Likewise.
9396         (expand_vec_perm_even_odd_pack): Likewise.
9397         (expand_vec_perm_even_odd_1): Likewise.
9398         (expand_vec_perm_broadcast_1): Likewise.
9399         (ix86_vectorize_vec_perm_const_ok): Likewise.
9400         (ix86_expand_vecop_qihi): Likewise.
9401         (ix86_expand_mul_widen_hilo): Likewise.
9402         (ix86_expand_sse2_abs): Likewise.
9403         (ix86_expand_pextr): Likewise.
9404         (ix86_expand_pinsr): Likewise.
9405         (ix86_preferred_simd_mode): Likewise.
9406         (ix86_simd_clone_compute_vecsize_and_simdlen): Likewise.
9407         * config/i386/sse.md (*andnot<mode>3): Likewise.
9408         (<mask_codefor><code><mode>3<mask_name>): Likewise.
9409         (*<code><mode>3): Likewise.
9410         * config/ia64/ia64.c (ia64_expand_vecint_compare): Likewise.
9411         (ia64_expand_atomic_op): Likewise.
9412         (ia64_arg_type): Likewise.
9413         (ia64_mode_to_int): Likewise.
9414         (ia64_scalar_mode_supported_p): Likewise.
9415         (ia64_vector_mode_supported_p): Likewise.
9416         (expand_vec_perm_broadcast): Likewise.
9417         * config/iq2000/iq2000.c (iq2000_move_1word): Likewise.
9418         (iq2000_function_arg_advance): Likewise.
9419         (iq2000_function_arg): Likewise.
9420         * config/m32c/m32c.c (m32c_preferred_reload_class): Likewise.
9421         * config/m68k/m68k.c (output_dbcc_and_branch): Likewise.
9422         (m68k_libcall_value): Likewise.
9423         (m68k_function_value): Likewise.
9424         (sched_attr_op_type): Likewise.
9425         * config/mcore/mcore.c (mcore_output_move): Likewise.
9426         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
9427         Likewise.
9428         (microblaze_function_arg): Likewise.
9429         * config/mips/mips.c (mips16_build_call_stub): Likewise.
9430         (mips_print_operand): Likewise.
9431         (mips_mode_ok_for_mov_fmt_p): Likewise.
9432         (mips_vector_mode_supported_p): Likewise.
9433         (mips_preferred_simd_mode): Likewise.
9434         (mips_expand_vpc_loongson_even_odd): Likewise.
9435         (mips_expand_vec_unpack): Likewise.
9436         (mips_expand_vi_broadcast): Likewise.
9437         (mips_expand_vector_init): Likewise.
9438         (mips_expand_vec_reduc): Likewise.
9439         (mips_expand_msa_cmp): Likewise.
9440         * config/mips/mips.md (casesi_internal_mips16_<mode>): Likewise.
9441         * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
9442         (cc_flags_for_mode): Likewise.
9443         * config/msp430/msp430.c (msp430_print_operand): Likewise.
9444         * config/nds32/nds32-md-auxiliary.c (nds32_mem_format): Likewise.
9445         (nds32_output_casesi_pc_relative): Likewise.
9446         * config/nds32/nds32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
9447         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Likewise.
9448         (nvptx_gen_unpack): Likewise.
9449         (nvptx_gen_pack): Likewise.
9450         (nvptx_gen_shuffle): Likewise.
9451         (nvptx_gen_wcast): Likewise.
9452         (nvptx_preferred_simd_mode): Likewise.
9453         * config/pa/pa.c (pa_secondary_reload): Likewise.
9454         * config/pa/predicates.md (base14_operand): Likewise.
9455         * config/powerpcspe/powerpcspe-c.c
9456         (altivec_resolve_overloaded_builtin): Likewise.
9457         * config/powerpcspe/powerpcspe.c (rs6000_setup_reg_addr_masks):
9458         Likewise.
9459         (rs6000_preferred_simd_mode): Likewise.
9460         (output_vec_const_move): Likewise.
9461         (rs6000_expand_vector_extract): Likewise.
9462         (rs6000_split_vec_extract_var): Likewise.
9463         (reg_offset_addressing_ok_p): Likewise.
9464         (rs6000_legitimate_offset_address_p): Likewise.
9465         (rs6000_legitimize_address): Likewise.
9466         (rs6000_emit_set_const): Likewise.
9467         (rs6000_const_vec): Likewise.
9468         (rs6000_emit_move): Likewise.
9469         (spe_build_register_parallel): Likewise.
9470         (rs6000_darwin64_record_arg_recurse): Likewise.
9471         (swap_selector_for_mode): Likewise.
9472         (spe_init_builtins): Likewise.
9473         (paired_init_builtins): Likewise.
9474         (altivec_init_builtins): Likewise.
9475         (do_load_for_compare): Likewise.
9476         (rs6000_generate_compare): Likewise.
9477         (rs6000_expand_float128_convert): Likewise.
9478         (emit_load_locked): Likewise.
9479         (emit_store_conditional): Likewise.
9480         (rs6000_output_function_epilogue): Likewise.
9481         (rs6000_handle_altivec_attribute): Likewise.
9482         (rs6000_function_value): Likewise.
9483         (emit_fusion_gpr_load): Likewise.
9484         (emit_fusion_p9_load): Likewise.
9485         (emit_fusion_p9_store): Likewise.
9486         * config/powerpcspe/predicates.md (easy_fp_constant): Likewise.
9487         (fusion_gpr_mem_load): Likewise.
9488         (fusion_addis_mem_combo_load): Likewise.
9489         (fusion_addis_mem_combo_store): Likewise.
9490         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
9491         (fusion_gpr_mem_load): Likewise.
9492         (fusion_addis_mem_combo_load): Likewise.
9493         (fusion_addis_mem_combo_store): Likewise.
9494         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
9495         Likewise.
9496         * config/rs6000/rs6000-string.c (do_load_for_compare): Likewise.
9497         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
9498         (rs6000_preferred_simd_mode): Likewise.
9499         (output_vec_const_move): Likewise.
9500         (rs6000_expand_vector_extract): Likewise.
9501         (rs6000_split_vec_extract_var): Likewise.
9502         (reg_offset_addressing_ok_p): Likewise.
9503         (rs6000_legitimate_offset_address_p): Likewise.
9504         (rs6000_legitimize_address): Likewise.
9505         (rs6000_emit_set_const): Likewise.
9506         (rs6000_const_vec): Likewise.
9507         (rs6000_emit_move): Likewise.
9508         (rs6000_darwin64_record_arg_recurse): Likewise.
9509         (swap_selector_for_mode): Likewise.
9510         (paired_init_builtins): Likewise.
9511         (altivec_init_builtins): Likewise.
9512         (rs6000_expand_float128_convert): Likewise.
9513         (emit_load_locked): Likewise.
9514         (emit_store_conditional): Likewise.
9515         (rs6000_output_function_epilogue): Likewise.
9516         (rs6000_handle_altivec_attribute): Likewise.
9517         (rs6000_function_value): Likewise.
9518         (emit_fusion_gpr_load): Likewise.
9519         (emit_fusion_p9_load): Likewise.
9520         (emit_fusion_p9_store): Likewise.
9521         * config/rx/rx.c (rx_gen_move_template): Likewise.
9522         (flags_from_mode): Likewise.
9523         * config/s390/predicates.md (s390_alc_comparison): Likewise.
9524         (s390_slb_comparison): Likewise.
9525         * config/s390/s390.c (s390_handle_vectorbool_attribute): Likewise.
9526         (s390_vector_mode_supported_p): Likewise.
9527         (s390_cc_modes_compatible): Likewise.
9528         (s390_match_ccmode_set): Likewise.
9529         (s390_canonicalize_comparison): Likewise.
9530         (s390_emit_compare_and_swap): Likewise.
9531         (s390_branch_condition_mask): Likewise.
9532         (s390_rtx_costs): Likewise.
9533         (s390_secondary_reload): Likewise.
9534         (__SECONDARY_RELOAD_CASE): Likewise.
9535         (s390_expand_cs): Likewise.
9536         (s390_preferred_simd_mode): Likewise.
9537         * config/s390/vx-builtins.md (vec_packsu_u<mode>): Likewise.
9538         * config/sh/sh.c (sh_print_operand): Likewise.
9539         (dump_table): Likewise.
9540         (sh_secondary_reload): Likewise.
9541         * config/sh/sh.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
9542         * config/sh/sh.md (casesi_worker_1): Likewise.
9543         (casesi_worker_2): Likewise.
9544         * config/sparc/predicates.md (icc_comparison_operator): Likewise.
9545         (fcc_comparison_operator): Likewise.
9546         * config/sparc/sparc.c (sparc_expand_move): Likewise.
9547         (emit_soft_tfmode_cvt): Likewise.
9548         (sparc_preferred_simd_mode): Likewise.
9549         (output_cbranch): Likewise.
9550         (sparc_print_operand): Likewise.
9551         (sparc_expand_vec_perm_bmask): Likewise.
9552         (vector_init_bshuffle): Likewise.
9553         * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
9554         (spu_vector_mode_supported_p): Likewise.
9555         (spu_expand_insv): Likewise.
9556         (spu_emit_branch_or_set): Likewise.
9557         (spu_handle_vector_attribute): Likewise.
9558         (spu_builtin_splats): Likewise.
9559         (spu_builtin_extract): Likewise.
9560         (spu_builtin_promote): Likewise.
9561         (spu_expand_sign_extend): Likewise.
9562         * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
9563         (tilegx_simd_int): Likewise.
9564         * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p): Likewise.
9565         (tilepro_simd_int): Likewise.
9566         * config/v850/v850.c (const_double_split): Likewise.
9567         (v850_print_operand): Likewise.
9568         (ep_memory_offset): Likewise.
9569         * config/vax/vax.c (vax_rtx_costs): Likewise.
9570         (vax_output_int_move): Likewise.
9571         (vax_output_int_add): Likewise.
9572         (vax_output_int_subtract): Likewise.
9573         * config/visium/predicates.md (visium_branch_operator): Likewise.
9574         * config/visium/visium.c (rtx_ok_for_offset_p): Likewise.
9575         (visium_print_operand_address): Likewise.
9576         * config/visium/visium.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
9577         * config/xtensa/xtensa.c (xtensa_mem_offset): Likewise.
9578         (xtensa_expand_conditional_branch): Likewise.
9579         (xtensa_copy_incoming_a7): Likewise.
9580         (xtensa_output_literal): Likewise.
9581         * dfp.c (decimal_real_maxval): Likewise.
9582         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
9584 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9585             Alan Hayward  <alan.hayward@arm.com>
9586             David Sherwood  <david.sherwood@arm.com>
9588         * genmodes.c (mode_size_inline): Add an E_ prefix to mode names.
9589         (mode_nunits_inline): Likewise.
9590         (mode_inner_inline): Likewise.
9591         (mode_unit_size_inline): Likewise.
9592         (mode_unit_precision_inline): Likewise.
9593         (emit_insn_modes_h): Likewise.  Also emit a #define of the
9594         unprefixed name.
9595         (emit_mode_wider): Add an E_ prefix to mode names.
9596         (emit_mode_complex): Likewise.
9597         (emit_mode_inner): Likewise.
9598         (emit_mode_adjustments): Likewise.
9599         (emit_mode_int_n): Likewise.
9600         * config/aarch64/aarch64-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP)
9601         (v2si_UP, v2sf_UP, v1df_UP, di_UP, df_UP, v16qi_UP, v8hi_UP, v8hf_UP)
9602         (v4si_UP, v4sf_UP, v2di_UP, v2df_UP, ti_UP, oi_UP, ci_UP, xi_UP)
9603         (si_UP, sf_UP, hi_UP, hf_UP, qi_UP): Likewise.
9604         (CRC32_BUILTIN, ENTRY): Likewise.
9605         * config/aarch64/aarch64.c (aarch64_push_regs): Likewise.
9606         (aarch64_pop_regs): Likewise.
9607         (aarch64_process_components): Likewise.
9608         * config/alpha/alpha.c (alpha_emit_conditional_move): Likewise.
9609         * config/arm/arm-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP, v2si_UP)
9610         (v2sf_UP, di_UP, v16qi_UP, v8hi_UP, v8hf_UP, v4si_UP, v4sf_UP)
9611         (v2di_UP, ti_UP, ei_UP, oi_UP, hf_UP, si_UP, void_UP): Likewise.
9612         * config/arm/arm.c (arm_init_libfuncs): Likewise.
9613         * config/i386/i386-builtin-types.awk (ix86_builtin_type_vect_mode):
9614         Likewise.
9615         * config/i386/i386-builtin.def (pcmpestr): Likewise.
9616         (pcmpistr): Likewise.
9617         * config/microblaze/microblaze.c (double_memory_operand): Likewise.
9618         * config/mmix/mmix.c (mmix_output_condition): Likewise.
9619         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
9620         Likewise.
9621         * config/rl78/rl78.c (mduc_regs): Likewise.
9622         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
9623         (htm_expand_builtin): Likewise.
9624         * config/sh/sh.h (REGISTER_NATURAL_MODE): Likewise.
9625         * config/sparc/sparc.c (emit_save_or_restore_regs): Likewise.
9626         * config/xtensa/xtensa.c (print_operand): Likewise.
9627         * expmed.h (NUM_MODE_PARTIAL_INT): Likewise.
9628         (NUM_MODE_VECTOR_INT): Likewise.
9629         * genoutput.c (null_operand): Likewise.
9630         (output_operand_data): Likewise.
9631         * genrecog.c (print_parameter_value): Likewise.
9632         * lra.c (debug_operand_data): Likewise.
9634 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9636         * dwarf2out.c (scompare_loc_descriptor_wide)
9637         (scompare_loc_descriptor_narrow): New functions, split out from...
9638         (scompare_loc_descriptor): ...here.
9639         * expmed.c (emit_store_flag_int): New function, split out from...
9640         (emit_store_flag): ...here.
9642 2017-08-30  Richard Biener  <rguenther@suse.de>
9644         * dwarf2out.c (dwarf2out_finish): Remove setting AT_pubnames.
9645         (dwarf2out_early_finish): Move setting of AT_pubnames from
9646         early debug output to early finish.
9648 2017-08-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
9650         * gcc/config/msp430/msp430.h: Pass -mcode/data-region to the linker
9651         and -mdata-region to the assembler.
9653 2017-08-30  Richard Biener  <rguenther@suse.de>
9655         * dwarf2out.c (add_dwarf_attr): Check we don't add duplicate
9656         attributes.
9657         (gen_subprogram_die): Add DW_AT_object_pointer only early.
9658         (dwarf2out_early_global_decl): Only generate a DIE for the
9659         abstract origin if it doesn't already exist or is a declaration DIE.
9660         (resolve_addr): Do not add the linkage name twice when
9661         generating a stub DIE for the DW_TAG_GNU_call_site target.
9663 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
9665         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
9666         Use machine_mode rather than int for arg1_mode.
9668 2017-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
9670         PR target/82015
9671         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Insure
9672         that the second argument of the built-in functions to unpack
9673         128-bit scalar types to 64-bit values is 0 or 1.  Change to use a
9674         switch statement instead a lot of if statements.
9675         * config/rs6000/rs6000.md (unpack<mode>, FMOVE128_VSX iterator):
9676         Allow 64-bit values to be in Altivec registers as well as
9677         traditional floating point registers.
9678         (pack<mode>, FMOVE128_VSX iterator): Likewise.
9680 2017-08-29  Alexander Monakov  <amonakov@ispras.ru>
9682         * ira-costs.c (record_address_regs): Handle both operands of PLUS for
9683         MAX_REGS_PER_ADDRESS == 1.
9685 2017-08-29  Uros Bizjak  <ubizjak@gmail.com>
9687         * config/i386/i386.opt (flag_fentry): Do not init to -1.
9688         * config/i386/i386.c (ix86_option_override_internal): Simplify
9689         setting of opts->x_flag_entry.
9691 2017-08-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9692             Jakub Jelinek  <jakub@redhat.com>
9693             Richard Biener  <rguenther@suse.de>
9695         PR tree-optimization/81503
9696         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Ensure
9697         folded constant fits in the target type; reorder tests for clarity.
9699 2017-08-29  Martin Liska  <mliska@suse.cz>
9701         * passes.def: Include pass_lower_switch.
9702         * stmt.c (dump_case_nodes): Remove and move to
9703         tree-switch-conversion.
9704         (case_values_threshold): Likewise.
9705         (expand_switch_as_decision_tree_p): Likewise.
9706         (emit_case_decision_tree): Likewise.
9707         (expand_case): Likewise.
9708         (balance_case_nodes): Likewise.
9709         (node_has_low_bound): Likewise.
9710         (node_has_high_bound): Likewise.
9711         (node_is_bounded): Likewise.
9712         (emit_case_nodes): Likewise.
9713         (struct simple_case_node): New struct.
9714         (add_case_node): Remove.
9715         (emit_case_dispatch_table): Use vector instead of case_list.
9716         (reset_out_edges_aux): Remove.
9717         (compute_cases_per_edge): Likewise.
9718         (expand_case): Build list of simple_case_node.
9719         (expand_sjlj_dispatch_table): Use it.
9720         * tree-switch-conversion.c (struct case_node): Moved from
9721         stmt.c and adjusted.
9722         (emit_case_nodes): Likewise.
9723         (node_has_low_bound): Likewise.
9724         (node_has_high_bound): Likewise.
9725         (node_is_bounded): Likewise.
9726         (case_values_threshold): Likewise.
9727         (reset_out_edges_aux): Likewise.
9728         (compute_cases_per_edge): Likewise.
9729         (add_case_node): Likewise.
9730         (dump_case_nodes): Likewise.
9731         (balance_case_nodes): Likewise.
9732         (expand_switch_as_decision_tree_p): Likewise.
9733         (emit_jump): Likewise.
9734         (emit_case_decision_tree): Likewise.
9735         (try_switch_expansion): Likewise.
9736         (do_jump_if_equal): Likewise.
9737         (emit_cmp_and_jump_insns): Likewise.
9738         (fix_phi_operands_for_edge): New function.
9739         (record_phi_operand_mapping): Likewise.
9740         (class pass_lower_switch): New pass.
9741         (pass_lower_switch::execute): New function.
9742         (make_pass_lower_switch): Likewise.
9743         (conditional_probability):
9744         * timevar.def: Add TV_TREE_SWITCH_LOWERING.
9745         * tree-pass.h: Add make_pass_lower_switch.
9747 2017-08-29  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
9749         PR target/80993
9750         * gcc/config/msp430/msp430.c (msp430_attr): Mark interrupt
9751         handlers as used.
9753 2017-08-29  Richard Biener  <rguenther@suse.de>
9755         * dwarf2out.c (add_dwarf_attr): When checking is enabled verify
9756         we do not add a DW_AT_inline attribute twice.
9757         (gen_subprogram_die): Remove code setting DW_AT_inline on
9758         DECL_ABSTRACT_P nodes.
9760 2017-08-29  Richard Sandiford  <richard.sandiford@linaro.org>
9762         * gimplify.c (gimplify_call_expr): Copy the nothrow flag to
9763         calls to internal functions.
9764         (gimplify_modify_expr): Likewise.
9765         * tree-call-cdce.c (use_internal_fn): Likewise.
9766         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
9767         (convert_to_divmod): Set the nothrow flag.
9768         * tree-if-conv.c (predicate_mem_writes):  Likewise.
9769         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
9770         (vectorizable_call): Likewise.
9771         (vectorizable_store): Likewise.
9772         (vectorizable_load): Likewise.
9773         * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
9774         (vect_recog_mask_conversion_pattern): Likewise.
9776 2017-08-29  Martin Liska  <mliska@suse.cz>
9778         PR other/39851
9779         * gcc.c (driver_handle_option): Add new argument.
9780         * opts-common.c (handle_option): Pass
9781         target_option_override_hook.
9782         * opts-global.c (lang_handle_option): Add new option.
9783         (set_default_handlers):  Add new argument.
9784         (decode_options): Likewise.
9785         * opts.c (target_handle_option): Likewise.
9786         (common_handle_option): Call target_option_override_hook.
9787         * opts.h (struct cl_option_handler_func): Add hook for
9788         target option override.
9789         (struct cl_option_handlers): Likewise.
9790         (set_default_handlers): Add new argument.
9791         (decode_options): Likewise.
9792         (common_handle_option): Likewise.
9793         (target_handle_option): Likewise.
9794         * toplev.c (toplev::main): Pass targetm.target_option.override
9795         hook.
9797 2017-08-29  Richard Biener  <rguenther@suse.de>
9798         Dominik Infuehr <dominik.infuehr@theobroma-systems.com>
9800         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Properly confine
9801         life to the active subtree.
9803 2017-08-28  Jeff Law  <law@redhat.com>
9805         * tree-ssa-dom.c (edge_info::record_simple_equiv): Call
9806         derive_equivalences.
9807         (derive_equivalences_from_bit_ior, record_temporary_equivalences):
9808         Code moved into....
9809         (edge_info::derive_equivalences): New private member function
9811         * tree-ssa-dom.c (class edge_info): Changed from a struct
9812         to a class.  Add ctor/dtor, methods and data members.
9813         (edge_info::edge_info): Renamed from allocate_edge_info.
9814         Initialize additional members.
9815         (edge_info::~edge_info): New.
9816         (free_dom_edge_info): Delete the edge info.
9817         (record_edge_info): Use new class & associated member functions.
9818         Tighten forms for testing for edge equivalences.
9819         (record_temporary_equivalences): Iterate over the simple
9820         equivalences rather than assuming there's only one per edge.
9821         (cprop_into_successor_phis): Iterate over the simple
9822         equivalences rather than assuming there's only one per edge.
9823         (optimize_stmt): Use operand_equal_p rather than pointer
9824         equality for mini-DSE code.
9826 2017-08-28  Nathan Sidwell  <nathan@acm.org>
9828         * gcc.c (execute): Fold SIGPIPE handling into switch
9829         statement.  Adjust internal error message.
9831 2017-08-28  Richard Biener  <rguenther@suse.de>
9833         PR debug/81993
9834         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
9835         Do nothing for removed DIEs.
9837 2017-08-28  Richard Biener  <rguenther@suse.de>
9839         PR tree-optimization/81977
9840         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix look through
9841         memcpy.
9843 2017-08-28  Alexander Monakov  <amonakov@ispras.ru>
9845         PR target/80640
9846         * doc/md.texi (mem_thread_fence): Remove mention of mode.  Rewrite.
9847         * optabs.c (expand_mem_thread_fence): Emit a compiler barrier when
9848         using targetm.gen_mem_thread_fence.
9850 2017-08-27  Uros Bizjak  <ubizjak@gmail.com>
9852         PR target/81995
9853         * config/i386/i386.md (*<btsc><mode>): Change operand 2
9854         predicate to register_operand.  Reorder operands.
9855         (*btr<mode>): Ditto.
9856         (*<btsc><mode>_mask): Change operand 3 predicate to register_operand.
9857         (*btr<mode>_mask): Ditto.
9859 2017-08-25  Steven Munroe  <munroesj@gcc.gnu.org>
9861         * config.gcc (powerpc*-*-*): Add xmmintrin.h and mm_malloc.h.
9862         * config/rs6000/xmmintrin.h: New file.
9863         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include xmmintrin.h.
9865 2017-08-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9867         PR target/81504
9868         * config/rs6000/rs6000-p8swap.c (find_alignment_op): Add reference
9869         parameter and_insn and return it.
9870         (recombine_lvx_pattern): Insert a copy to ensure availability of
9871         the base register of the copied masking operation at the point of
9872         the instruction replacement.
9873         (recombine_stvx_pattern): Likewise.
9875 2017-08-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
9877         * config/rs6000/rs6000.opt (-mpower9-dform-scalar): Delete
9878         undocumented switches.
9879         (-mpower9-dform-vector): Likewise.
9880         (-mpower9-dform): Likewise.
9881         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Update
9882         comments to delete references to -mpower9-dform* switches.
9883         * config/rs6000/predicates.md (vsx_quad_dform_memory_operand):
9884         Delete reference to -mpower9-dform* switches, test for
9885         -mpower9-vector instead.
9886         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Likewise.
9887         (OTHER_P9_VECTOR_MASKS): Likewise.
9888         (POWERPC_MASKS): Likewise.
9889         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Change
9890         tests against -mpower9-dform* to -mpower9-vector.  Delete code
9891         that checked for -mpower9-dform* consistancy with other options.
9892         Add test for -mpower9-misc to enable other power9 switches.
9893         (rs6000_init_hard_regno_mode_ok): Likewise.
9894         (rs6000_option_override_internal): Likewise.
9895         (rs6000_emit_prologue): Likewise.
9896         (rs6000_emit_epilogue): Likewise.
9897         (rs6000_opt_masks): Delete -mpower9-dform-{scalar,vector}.
9898         (rs6000_disable_incompatiable_switches): Delete -mpower9-dform.
9899         (emit_fusion_p9_load): Change tests for -mpower9-dform-scalar
9900         -mpower9-vector.
9901         (emit_fusion_p9_store): Likewise.
9902         * config/rs6000/rs6000.h (TARGET_P9_DFORM_SCALAR): Delete
9903         resetting these macros if the assembler does not support ISA 3.0
9904         instructions.
9905         (TARGET_P9_DFORM_VECTOR): Likewise.
9906         * config/rs6000/rs6000.md (peepholes to optimize altivec memory):
9907         Change to use -mpower9-vector instead of -mpower9-dform-scalar.
9909 2017-08-25  Alan Modra  <amodra@gmail.com>
9911         PR rtl-optimization/81747
9912         * cse.c (cse_extended_basic_block): Don't attempt to record
9913         equivalences for degenerate conditional branches that branch
9914         to their fall-through.
9916 2017-08-24  Martin Sebor  <msebor@redhat.com>
9918         PR middle-end/81908
9919         * gimple-fold.c (size_must_be_zero_p): New function.
9920         (gimple_fold_builtin_memory_op): Call it.
9922 2017-08-24  Steven Munroe  <munroesj@gcc.gnu.org>
9924         * config/rs6000/mm_malloc.h: New file.
9926 2017-08-24  Bin Cheng  <bin.cheng@arm.com>
9928         PR tree-optimization/81913
9929         * tree-ssa-loop-niter.c (number_of_iterations_cond): Skip niter
9930         analysis when either IVs in condition can wrap.
9932 2017-08-24  Uros Bizjak  <ubizjak@gmail.com>
9934         * dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
9935         * dwarf2cfi.c (MAX_ARTIFICIAL_LABEL_BYTES): Remove.
9937 2017-08-24  Richard Biener  <rguenther@suse.de>
9939         PR target/81921
9940         * targhooks.c (default_target_can_inline_p): Properly
9941         use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET
9942         is present and always compare.
9943         * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not
9944         infer -mfpmath=sse from TARGET_SSE_P.
9945         (ix86_can_inline_p): Properly use target_option_default_node when
9946         no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare.
9948 2017-08-24  Richard Biener  <rguenther@suse.de>
9950         PR debug/81936
9951         * dwarf2out.c (output_die): Handle flag_generate_offload like
9952         flag_generate_lto.
9953         (output_comp_unit): Likewise.
9954         (gen_array_type_die): Likewise.
9955         (dwarf2out_early_finish): Likewise.
9956         (note_variable_value_in_expr): Likewise.
9957         (dwarf2out_finish): Likewise.  Adjust assert.
9958         * cgraphunit.c (symbol_table::compile): Move setting of
9959         flag_generate_offload earlier ...
9960         (symbol_table::finalize_compilation_unit): ... here, before
9961         early debug finalization.
9963 2017-08-24  Richard Biener  <rguenther@suse.de>
9965         * config/i386/i386.c: Include symbol-summary.h, ipa-prop.h
9966         and ipa-fnsummary.h.
9967         (ix86_can_inline_p): When ix86_fpmath flags do not match
9968         check whether the callee uses FP math at all.
9970 2017-08-24  Aldy Hernandez  <aldyh@redhat.com>
9972         PR middle-end/81931
9973         * tree-ssanames.c (get_nonzero_bits): Use element_precision
9974         instead of TYPE_PRECISION.
9976 2017-08-24  Richard Sandiford  <richard.sandiford@linaro.org>
9977             Alan Hayward  <alan.hayward@arm.com>
9978             David Sherwood  <david.sherwood@arm.com>
9980         * combine.c (make_extraction): Use subreg_offset_from_lsb.
9982 2017-08-23  Daniel Santos  <daniel.santos@pobox.com>
9984         * config/i386/i386.h (ix86_frame::stack_realign_allocate_offset):
9985         Remove field.
9986         (ix86_frame::stack_realign_allocate): New field.
9987         (struct machine_frame_state): Modify comments.
9988         (machine_frame_state::sp_realigned_fp_end): New field.
9989         * config/i386/i386.c (ix86_compute_frame_layout): Rework stack frame
9990         layout calculation.
9991         (sp_valid_at): Add assertion to assure no attempt to access invalid
9992         offset of a realigned stack.
9993         (fp_valid_at): Likewise.
9994         (choose_baseaddr): Modify comments.
9995         (ix86_emit_outlined_ms2sysv_save): Adjust to changes in
9996         ix86_expand_prologue.
9997         (ix86_expand_prologue): Modify stack realignment and allocation.
9998         (ix86_expand_epilogue): Modify comments.
9999         * doc/sourcebuild.texi: Add documentation for target selectors avx2,
10000         avx2_runtime, avx512f, and avx512f_runtime.
10002 2017-08-23  Uros Bizjak  <ubizjak@gmail.com>
10004         * config/i386/i386.opt: Remove unneeded Init(0) initializations.
10005         (mstackrealign): Do not init to -1.
10006         * config/i386/i386.c (ix86_option_override_internal):
10007         Check opts_set, not opts when setting default value of
10008         opts->x_ix86_force_align_arg_pointer.
10010 2017-08-23  Richard Biener  <rguenther@suse.de>
10012         * function.c (fndecl_name): Use verbosity 1 (no arguments) for
10013         lang_hooks.decl_printable_name.
10014         * print-rtl-function.c (print_rtx_function): Likewise.
10015         * tree-pretty-print.c (dump_function_header): Likewise.
10017 2017-08-23  Richard Biener  <rguenther@suse.de>
10019         PR lto/81940
10020         * dwarf2out.c (dwarf2out_abstract_function): Handle LTO with
10021         -g0 at compile-time.
10023 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
10025         PR middle-end/19706
10026         * doc/sourcebuild.texi (Other hardware attributes):
10027         Document xorsign.
10029 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
10031         PR middle-end/19706
10032         * tree-ssa-math-opts.c (convert_expand_mult_copysign):
10033         Fix single-use check.
10035 2017-08-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10037         * gcc.c (execute): Only test for SIGKILL and SIGQUIT if available.
10039 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
10041         * doc/install.texi: Modify to add more details on running selected
10042         tests.
10044 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
10046         * config/i386/i386.c (ix86_option_override_internal): Error when -mx32
10047         is combined with -mabi=ms.
10048         (ix86_function_type_abi): Limit errors for mixing -mx32 with attribute
10049         ms_abi.
10051 2017-08-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10053         PR tree-optimization/81488
10054         * gimple-ssa-strength-reduction (struct slsr_cand_d): Add visited
10055         and cached_basis fields.
10056         (MAX_SPREAD): New constant.
10057         (alloc_cand_and_find_basis): Initialize new fields.
10058         (clear_visited): New function.
10059         (create_phi_basis_1): Rename from create_phi_basis, set visited
10060         and cached_basis fields.
10061         (create_phi_basis): New wrapper function.
10062         (phi_add_costs_1): Rename from phi_add_costs, add spread
10063         parameter, set visited field, short-circuit when limits reached.
10064         (phi_add_costs): New wrapper function.
10065         (record_phi_increments_1): Rename from record_phi_increments, set
10066         visited field.
10067         (record_phi_increments): New wrapper function.
10068         (phi_incr_cost_1): Rename from phi_incr_cost, set visited field.
10069         (phi_incr_cost): New wrapper function.
10070         (all_phi_incrs_profitable_1): Rename from
10071         all_phi_incrs_profitable, set visited field.
10072         (all_phi_incrs_profitable): New wrapper function.
10074 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
10075             Alan Hayward  <alan.hayward@arm.com>
10076             David Sherwood  <david.sherwood@arm.com>
10078         * rtl.h (paradoxical_subreg_p): Define inline, and add a version
10079         that takes the outer and inner modes.
10080         * doc/rtl.texi: Use paradoxical_subreg_p instead of a GET_MODE_SIZE
10081         comparison as the canonical test for a paradoxical subreg.
10082         * combine.c (simplify_set): Use paradoxical_subreg_p.
10083         (make_extraction): Likewise.
10084         (force_to_mode): Likewise.
10085         (rtx_equal_for_field_assignment_p): Likewise.
10086         (gen_lowpart_for_combine): Likewise.
10087         (simplify_comparison): Likewise.
10088         * cse.c (equiv_constant): Likewise.
10089         * expmed.c (store_bit_field_1): Likewise.
10090         * final.c (alter_subreg): Likewise.
10091         * fwprop.c (propagate_rtx): Likewise.
10092         (forward_propagate_subreg): Likewise.
10093         * ira-conflicts.c (ira_build_conflicts): Likewise.
10094         * lower-subreg.c (simplify_gen_subreg_concatn): Likewise.
10095         * lra-constraints.c (curr_insn_transform): Likewise.
10096         (split_reg): Likewise.
10097         * lra-eliminations.c (move_plus_up): Likewise.
10098         (lra_eliminate_regs_1): Likewise.
10099         * recog.c (general_operand): Likewise.
10100         * ree.c (combine_reaching_defs): Likewise.
10101         * reload.c (push_reload): Likewise.
10102         (find_reloads): Likewise.
10103         * reload1.c (elimination_effects): Likewise.
10104         (compute_reload_subreg_offset): Likewise.
10105         (choose_reload_regs): Likewise.
10106         * rtlanal.c (subreg_lsb_1): Likewise.
10107         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
10108         (simplify_subreg): Likewise.
10109         * var-tracking.c (track_loc_p): Likewise.
10110         * emit-rtl.c (byte_lowpart_offset): Likewise.
10111         (paradoxical_subreg_p): Delete out-of-line definition.
10113 2017-08-22  Jeff Law  <law@redhat.com>
10115         PR tree-optimization/81741
10116         PR tree-optimization/71947
10117         * tree-ssa-dom.c: Include tree-inline.h.
10118         (record_temporary_equivalences): Only record SSA_NAME = SSA_NAME
10119         equivalences if one is more expensive to compute than the other.
10120         * tree-ssa-scopedtables.h (class const_or_copies): Make
10121         record_const_or_copy_raw method private.
10122         (class avail_exprs_stack): New method simplify_binary_operation.
10123         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr): Call
10124         avail_exprs_stack::simplify_binary_operation as needed.
10125         (avail_exprs_stack::simplify_binary_operation): New function.
10127 2017-08-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
10129         * config.gcc (powerpc-*-rtems*): Add rs6000/linux64.opt.
10130         * config/rs6000/rtems.h (ASM_PREFERRED_EH_DATA_FORMAT): New define.
10131         (DOT_SYMBOLS): Likewise.
10132         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
10133         (RELOCATABLE_NEEDS_FIXUP): Likewise.
10134         (RS6000_ABI_NAME): Likewise.
10135         (TARGET_CMODEL): Likewise.
10136         (TOC_SECTION_ASM_OP): Likewise.
10137         (SET_CMODEL): New macro.
10138         (SUBSUBTARGET_OVERRIDE_OPTIONS): Evaluate cmodel options.
10140 2017-08-22  Richard Biener  <rguenther@suse.de>
10142         * tree-inline.c (remap_type_1): Change asserts on TYPE_SIZE[_UNIT]
10143         to allow for free-lang-data replacements similar to verify_type_variant.
10145 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
10146             Alan Hayward  <alan.hayward@arm.com>
10147             David Sherwood  <david.sherwood@arm.com>
10149         * config/aarch64/aarch64.md (casesi): Use DImode rather than
10150         VOIDmode for the LABEL_REF.
10152 2017-08-22  Richard Biener  <rguenther@suse.de>
10154         * tree-cfg.c (gimple_split_edge): Avoid reallocating target PHI nodes.
10156 2017-08-22  Richard Biener  <rguenther@suse.de>
10158         * common.opt (feliminate-dwarf2-dups): Ignore.
10159         * doc/invoke.texi (feliminate-dwarf2-dups): Remove documentation.
10160         * dwarf2out.c (push_new_compile_unit, pop_compile_unit,
10161         same_die_p_wrap, compute_section_prefix,
10162         is_symbol_die, assign_symbol_names, break_out_includes): Remove.
10163         (comdat_symbol_id, comdat_symbol_number): Likewise.
10164         (cu_hash_table_entry, cu_hash_table_entry_hasher, cu_hash_type):
10165         Likewise.
10166         (check_duplicate_cu, record_comdat_symbol_number): Likewise.
10167         (output_die): Mark unreachable path unreachable.
10168         (dwarf2out_start_source_file): Do not create DW_TAG_GNU_BINCL.
10169         (dwarf2out_end_source_file): Do not create DW_TAG_GNU_EINCL.
10170         (dwarf2out_init): Remove code handling flag_eliminate_dwarf2_dups.
10171         (dwarf2out_early_finish): Likewise.
10173 2017-08-22  Aldy Hernandez  <aldyh@redhat.com>
10175         * wide-int.h (hwi_with_prec::hwi_with_prec): Sign extend.
10177 2017-08-22  Georg-Johann Lay  <avr@gjlay.de>
10179         PR target/81910
10180         * config/avr/avr.c (avr_handle_addr_attribute): Early return if
10181         not VAR_P. Filter attribute warnings with OPT_Wattributes.
10182         (avr_attribute_table) <io, io_low, address>: Initialize
10183         .decl_required with true.
10185 2017-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
10187         * config/rs6000/rs6000-cpus.def (-mvsx-scalar-float): Delete
10188         undocumented debugging options.
10189         (-mvsx-scalar-double): Likewise.
10190         (-mallow-df-permute): Likewise.
10191         (-mvectorize-builtins): Likewise.
10192         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
10193         (rs6000_builtin_vectorized_function): Likewise.
10194         (rs6000_builtin_md_vectorized_function): Likewise.
10195         (rs6000_opt_vars): Likewise.
10197 2017-08-21  Uros Bizjak  <ubizjak@gmail.com>
10199         PR target/46091
10200         * config/i386/i386.md (*btsq_imm): Rename from *btsq.
10201         (*btrq_imm): Rename from *btrq.
10202         (*btcq_imm): Rename from *btcq.
10203         (btsc): New code attribute.
10204         (*<btsc><mode>): New insn pattern.
10205         (*btr<mode>): Ditto.
10206         (*<btsc><mode>_mask): New insn_and_split pattern.
10207         (*btr<mode>_mask): Ditto.
10209 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
10210             Alan Hayward  <alan.hayward@arm.com>
10211             David Sherwood  <david.sherwood@arm.com>
10213         * function.c (pad_below): Simplify padding calculation.
10215 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
10216             Alan Hayward  <alan.hayward@arm.com>
10217             David Sherwood  <david.sherwood@arm.com>
10219         * target.def (function_prologue): Remove frame size argument.
10220         (function_epilogue): Likewise.
10221         * doc/tm.texi: Regenerate.
10222         * final.c (final_start_function): Update call to function_prologue.
10223         (final_end_function): Update call to function_epilogue.
10224         (default_function_pro_epilogue): Remove frame size argument.
10225         * output.h (default_function_pro_epilogue): Likewise.
10226         * config/arm/arm.c (arm_output_function_epilogue): Likewise.
10227         (arm_output_function_prologue): Likewise.
10228         * config/frv/frv.c (frv_function_prologue): Likewise.
10229         (frv_function_epilogue): Likewise.
10230         * config/i386/i386.c (ix86_output_function_epilogue): Likewise.
10231         * config/ia64/ia64.c (ia64_output_function_prologue): Likewise.
10232         (ia64_output_function_epilogue): Likewise.
10233         * config/m32r/m32r.c (m32r_output_function_prologue): Likewise.
10234         (m32r_output_function_epilogue): Likewise.
10235         * config/microblaze/microblaze.c (microblaze_function_prologue)
10236         (microblaze_function_epilogue): Likewise.
10237         * config/mips/mips.c (mips_output_function_prologue): Likewise.
10238         (mips_output_function_epilogue): Likewise.
10239         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Likewise.
10240         (mmix_target_asm_function_epilogue): Likewise.
10241         * config/msp430/msp430.c (msp430_start_function): Likewise.
10242         * config/nds32/nds32.c (nds32_asm_function_prologue): Likewise.
10243         (nds32_asm_function_epilogue): Likewise.
10244         * config/nios2/nios2.c (nios2_asm_function_prologue): Likewise.
10245         * config/pa/pa.c (pa_output_function_prologue): Likewise.
10246         (pa_output_function_epilogue): Likewise.
10247         * config/powerpcspe/powerpcspe.c (rs6000_output_function_prologue)
10248         (rs6000_output_function_epilogue): Likewise.
10249         * config/rl78/rl78.c (rl78_start_function): Likewise.
10250         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Likewise.
10251         (rs6000_output_function_epilogue): Likewise.
10252         * config/rx/rx.c (rx_output_function_prologue): Likewise.
10253         * config/sh/sh.c (sh_output_function_epilogue): Likewise.
10254         * config/sparc/sparc.c (sparc_asm_function_prologue): Likewise.
10255         (sparc_asm_function_epilogue): Likewise.
10257 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
10259         * tree.h (type_has_mode_precision_p): New function.
10260         * convert.c (convert_to_integer_1): Use it.
10261         * expr.c (expand_expr_real_2): Likewise.
10262         (expand_expr_real_1): Likewise.
10263         * fold-const.c (fold_single_bit_test_into_sign_test): Likewise.
10264         * match.pd: Likewise.
10265         * tree-ssa-forwprop.c (simplify_rotate): Likewise.
10266         * tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
10267         * tree-tailcall.c (process_assignment): Likewise.
10268         * tree-vect-loop.c (vectorizable_reduction): Likewise.
10269         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern)
10270         (vect_recog_mult_pattern, vect_recog_divmod_pattern): Likewise.
10271         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
10272         (vectorizable_assignment): Likewise.
10273         (vectorizable_shift): Likewise.
10274         (vectorizable_operation): Likewise.
10275         * tree-vrp.c (register_edge_assert_for_2): Likewise.
10277 2017-08-21  Wilco Dijkstra  <wdijkstr@arm.com>
10279         * match.pd: Add pow (C, x) simplification.
10281 2017-08-21  Richard Biener  <rguenther@suse.de>
10283         PR tree-optimization/81900
10284         * tree-ssa-pre.c (compute_antic_aux): Properly compute changed
10285         for blocks with abnormal predecessors.
10286         (compute_antic): Do not set visited flag prematurely.
10288 2017-08-21  Georg-Johann Lay  <avr@gjlay.de>
10290         PR target/79883
10291         * config/avr/avr.c (avr_set_current_function): Typo in diagnostic.
10293 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
10295         * stor-layout.h (vector_type_mode): Move to...
10296         * tree.h (vector_type_mode): ...here.
10297         * stor-layout.c (vector_type_mode): Move to...
10298         * tree.c (vector_type_mode): ...here.  Include rtl.h and regs.h.
10300 2017-08-21  Richard Biener  <rguenther@suse.de>
10302         * debug.h (struct gcc_debug_hooks): Add die_ref_for_decl and
10303         register_external_die hooks.
10304         (debug_false_tree_charstarstar_uhwistar): Declare.
10305         (debug_nothing_tree_charstar_uhwi): Likewise.
10306         * debug.c (do_nothing_debug_hooks): Adjust.
10307         (debug_false_tree_charstarstar_uhwistar): New do nothing.
10308         (debug_nothing_tree_charstar_uhwi): Likewise.
10309         * dbxout.c (dbx_debug_hooks): Adjust.
10310         (xcoff_debug_hooks): Likewise.
10311         * sdbout.c (sdb_debug_hooks): Likewise.
10312         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
10313         * dwarf2out.c (macinfo_label_base): New global.
10314         (dwarf2out_register_external_die): New function for the
10315         register_external_die hook.
10316         (dwarf2out_die_ref_for_decl): Likewise for die_ref_for_decl.
10317         (dwarf2_debug_hooks): Use them.
10318         (dwarf2_lineno_debug_hooks): Adjust.
10319         (struct die_struct): Add with_offset flag.
10320         (DEBUG_LTO_DWO_INFO_SECTION, DEBUG_LTO_INFO_SECTION,
10321         DEBUG_LTO_DWO_ABBREV_SECTION, DEBUG_LTO_ABBREV_SECTION,
10322         DEBUG_LTO_DWO_MACINFO_SECTION, DEBUG_LTO_MACINFO_SECTION,
10323         DEBUG_LTO_DWO_MACRO_SECTION, DEBUG_LTO_MACRO_SECTION,
10324         DEBUG_LTO_LINE_SECTION, DEBUG_LTO_DWO_STR_OFFSETS_SECTION,
10325         DEBUG_LTO_STR_DWO_SECTION, DEBUG_STR_LTO_SECTION): New macros
10326         defining section names for the early LTO debug variants.
10327         (reset_indirect_string): New helper.
10328         (add_AT_external_die_ref): Helper for dwarf2out_register_external_die.
10329         (print_dw_val): Add support for offsetted symbol references.
10330         (get_ultimate_context): Split out from is_cxx.
10331         (is_cxx): Use get_ultimate_context.
10332         (is_fortran): Add decl overload.
10333         (compute_comp_unit_symbol): Split out worker from
10334         compute_section_prefix.
10335         (compute_section_prefix): Call compute_comp_unit_symbol and
10336         set comdat_type_p here.
10337         (output_die): Skip DIE symbol output for the LTO added one.
10338         Handle DIE symbol references with offset.
10339         (output_comp_unit): Guard section name mangling properly.
10340         For LTO debug sections emit a symbol at the section beginning
10341         which we use to refer to its DIEs.
10342         (add_abstract_origin_attribute): For DIEs registered via
10343         dwarf2out_register_external_die directly refer to the early
10344         DIE rather than indirectly through the shadow one we created.
10345         Remove obsolete call to dwarf2out_abstract_function for
10346         non-function/block origins.
10347         (gen_array_type_die): When generating early LTO debug do
10348         not emit DW_AT_string_length.
10349         (gen_formal_parameter_die): Do not re-create DIEs for PARM_DECLs
10350         late when in LTO.  As suggested place a gcc_unreachable for
10351         the DECL_ABSTRACT_P case.
10352         (gen_subprogram_die): Avoid another specification DIE
10353         for early built declarations/definitions for the late LTO case.
10354         (gen_variable_die): Add type references for late duplicated VLA dies
10355         when in late LTO.
10356         (gen_inlined_subroutine_die): Do not call dwarf2out_abstract_function,
10357         we have the abstract instance already.
10358         (process_scope_var): Adjust decl DIE contexts in LTO which
10359         first puts them in limbo.
10360         (gen_decl_die): Do not generate type DIEs late apart from
10361         types for VLAs or for decls we do not yet have a DIE.  Do not
10362         call dwarf2out_abstract_function late.
10363         (dwarf2out_early_global_decl): Make sure to create DIEs
10364         for abstract instances of a decl first.
10365         (dwarf2out_late_global_decl): Adjust comment.
10366         (output_macinfo_op): With multiple macro sections use
10367         macinfo_label_base to distinguish labels.
10368         (output_macinfo): Likewise.  Update macinfo_label_base.
10369         Pass in the line info label.
10370         (note_variable_value_in_expr): When generating LTO resolve
10371         all variable values here by generating DIEs as needed.
10372         (init_sections_and_labels): Add early LTO debug flag parameter
10373         and generate different sections and names if set.  Add generation
10374         counter for the labels so we can have multiple of them.
10375         (reset_dies): Helper to allow DIEs to be output multiple times.
10376         (dwarf2out_finish): When outputting DIEs to the fat part of an
10377         LTO object first reset DIEs.
10378         (dwarf2out_early_finish): Output early DIEs when generating LTO.
10379         (modified_type_die): Check for decl_ultimate_origin being self
10380         before recursing.
10381         (gen_type_die_with_usage): Likewise.
10382         (gen_typedef_die): Allow decl_ultimate_origin being self.
10383         (set_decl_abstract_flags): Remove.
10384         (set_block_abstract_flags): Likewise.
10385         (dwarf2out_abstract_function): Treat the early generated DIEs
10386         as the abstract copy and only add DW_AT_inline and
10387         DW_AT_artificial here and call set_decl_origin_self.
10388         If the DIE has an abstract origin don't do anything.
10389         * tree.c (free_lang_data): Build a dummy TRANSLATION_UNIT_DECL
10390         if we have none yet (Go fails to build one, PR78628).
10391         (variably_modified_type_p): Prevent endless recursion for Ada
10392         cyclic pointer types.
10393         * lto-streamer-in.c: Include debug.h.
10394         (dref_queue): New global.
10395         (lto_read_tree_1): Stream in DIE references.
10396         (lto_input_tree): Register DIE references.
10397         (input_function): Stream DECL_DEBUG_ARGS.
10398         * lto-streamer-out.c: Include debug.h.
10399         (lto_write_tree_1): Output DIE references.
10400         (DFS::DFS_write_tree_body): Follow DECL_ABSTRACT_ORIGIN.
10401         Force a TRANSLATION_UNIT_DECL DECL_CONTEXT for file-scope decls.
10402         (output_function): Stream DECL_DEBUG_ARGS.
10403         * tree-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
10404         Stream DECL_ABSTRACT_ORIGIN.
10405         * tree-streamer-out.c (write_ts_decl_common_tree_pointers): Likewise.
10406         (write_ts_decl_minimal_tree_pointers): Force a TRANSLATION_UNIT_DECL
10407         DECL_CONTEXT for file-scope decls.
10408         * lto-streamer.h (struct dref_entry): Declare.
10409         (dref_queue): Likewise.
10410         * cfgexpand.c (pass_expand::execute): Do not call the
10411         outlining_inline_function hook here.
10412         * lto-wrapper.c (debug_obj): New global.
10413         (tool_cleanup): Unlink it if required.
10414         (debug_objcopy): New function.
10415         (run_gcc): Handle early debug sections in the IL files by
10416         extracting them to separate files, partially linkin them and
10417         feeding the result back as result to the linker.
10418         * config/darwin.h (DEBUG_LTO_INFO_SECTION, DEBUG_LTO_ABBREV_SECTION,
10419         DEBUG_LTO_MACINFO_SECTION, DEBUG_LTO_LINE_SECTION,
10420         DEBUG_STR_LTO_SECTION, DEBUG_LTO_MACRO_SECTION): Put early debug
10421         sections into a separate segment.
10422         * config/darwin.c (darwin_asm_named_section): Handle __GNU_DWARF_LTO
10423         segments.
10424         (darwin_asm_dwarf_section): Likewise.
10425         (darwin_asm_output_dwarf_offset): Likewise.
10426         * config/i386/i386.c (make_resolver_func): Set DECL_IGNORED_P.
10428 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
10429             Alan Hayward  <alan.hayward@arm.com>
10430             David Sherwood  <david.sherwood@arm.com>
10432         * read-md.h (md_reader::record_potential_iterator_use): Replace
10433         pointer argument with an rtx and an index.
10434         * read-rtl.c (iterator_group::apply_iterator): Likewise.
10435         (apply_mode_iterator): Likewise.
10436         (apply_code_iterator): Likewise.
10437         (apply_int_iterator): Likewise.
10438         (apply_subst_iterator): Likewise.
10439         (record_iterator_use): Likewise.
10440         (record_attribute_use): Likewise.
10441         (md_reader::record_potential_iterator_use): Likewise.  Update calls
10442         to record_iterator_use and apply_iterator.
10443         (iterator_use): Replace ptr with x and index.
10444         (attribute_use): Likewise.
10445         (apply_attribute_uses): Update calls to apply_iterator.
10446         (apply_iterators): Likewise.  Update initialization of iterator_use.
10447         (rtx_reader::read_rtx_code): Update calls to record_iterator_use
10448         and record_potential_iterator_use.
10449         (rtx_reader::read_rtx_operand): Likewise.
10451 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
10452             Alan Hayward  <alan.hayward@arm.com>
10453             David Sherwood  <david.sherwood@arm.com>
10455         * varasm.c (const_rtx_hash_1): Don't hash in the mode of a
10456         CONST_WIDE_INT.
10458 2017-08-21  Richard Biener  <rguenther@suse.de>
10460         PR middle-end/81884
10461         * tree-ssa-alias.c (stmt_kills_ref_p): Handle array accesses
10462         at struct end conservatively when comparing common bases.
10464 2017-08-21  Richard Biener  <rguenther@suse.de>
10466         * tree-ssa-loop-im.c (struct lim_aux_data): Add ref index member.
10467         (mem_ref_in_stmt): Remove.
10468         (determine_max_movement): Use ref index to get at the reference.
10469         (invariantness_dom_walker::before_dom_children): Deal with
10470         lim data already initialized.
10471         (gather_mem_refs_stmt): Initialize lim data and record ref index.
10473 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
10475         * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove.
10476         (TARGET_ISA_ROUND): Ditto.
10477         (TARGET_ROUND): Ditto.
10478         * config/i386/i386.c: Substitute TARGET_ROUND with TARGET_SSE4_1.
10479         * config/i386/i386.md: Ditto.
10480         * config/i386/sse.md: Ditto.
10481         * config/i386/i386-builtin.def: Substitute OPTION_MASK_ISA_ROUND
10482         with OPTION_MASK_ISA_SSE4_1.
10484 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
10486         PR target/81894
10487         * doc/extend.texi (x86 Built-in Functions): Correct the name of
10488         __builtin_ia32_lzcnt_u16.
10490 2017-08-18  Peter Bergner  <bergner@vnet.ibm.com>
10492         PR target/80210
10493         * config/rs6000/rs6000.c (rs6000_activate_target_options): New function.
10494         (rs6000_set_current_function): Rewrite function to use it.
10496 2017-08-18  H.J. Lu  <hongjiu.lu@intel.com>
10498         PR c/53037
10499         * print-tree.c (print_node): Support DECL_WARN_IF_NOT_ALIGN
10500         and TYPE_WARN_IF_NOT_ALIGN.
10501         * stor-layout.c (do_type_align): Merge DECL_WARN_IF_NOT_ALIGN.
10502         (handle_warn_if_not_align): New.
10503         (place_union_field): Call handle_warn_if_not_align.
10504         (place_field): Call handle_warn_if_not_align.
10505         Copy TYPE_WARN_IF_NOT_ALIGN.
10506         (finish_builtin_struct): Copy TYPE_WARN_IF_NOT_ALIGN.
10507         (layout_type): Likewise.
10508         * tree-core.h (tree_type_common): Add warn_if_not_align.  Set
10509         spare to 18.
10510         (tree_decl_common): Add warn_if_not_align.
10511         * tree.c (build_range_type_1): Copy TYPE_WARN_IF_NOT_ALIGN.
10512         * tree.h (TYPE_WARN_IF_NOT_ALIGN): New.
10513         (SET_TYPE_WARN_IF_NOT_ALIGN): Likewise.
10514         (DECL_WARN_IF_NOT_ALIGN): Likewise.
10515         (SET_DECL_WARN_IF_NOT_ALIGN): Likewise.
10516         * doc/extend.texi: Document warn_if_not_aligned attribute.
10517         * doc/invoke.texi: Document -Wif-not-aligned and -Wpacked-not-aligned.
10519 2017-08-17  Martin Liska  <mliska@suse.cz>
10521         PR bootstrap/81864
10522         * tree-loop-distribution.c (ddrs_table): Change type to pointer type.
10523         (get_data_dependence): Use it as pointer type.
10524         (distribute_loop): Likewise.
10526 2017-08-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10528         * config/rs6000/altivec.md (UNSPEC_VMRGOW_DIRECT): New constant.
10529         (p8_vmrgew_v4sf_direct): Generalize to p8_vmrgew_<mode>_direct.
10530         (p8_vmrgow_<mode>_direct): New define_insn.
10531         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Properly
10532         handle endianness for vmrgew and vmrgow permute patterns.
10534 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
10536         * config/rs6000/altivec.md (VParity): Remove TARGET_VSX_TIMODE.
10537         * config/rs6000/rs6000-cpus.def: Remove comment.
10538         (ISA_2_7_MASKS_SERVER): Delete OPTION_MASK_VSX_TIMODE;
10539         (POWERPC_MASKS): Likewise.
10540         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Remove unneeded
10541         use of TARGET_VSX_TIMODE.
10542         (rs6000_setup_reg_addr_masks): Change TARGET_VSX_TIMODE to TARGET_VSX.
10543         (rs6000_init_hard_regno_mode_ok): Remove unneeded uses of
10544         TARGET_VSX_TIMODE.  Change use of TARGET_VSX_TIMODE to TARGET_VSX.
10545         (rs6000_option_override_internal): Remove dead code.
10546         (rs6000_legitimize_address): Change TARGET_VSX_TIMODE to TARGET_VSX.
10547         (rs6000_legitimize_reload_address): Likewise.
10548         (rs6000_legitimate_address_p): Likewise.
10549         (rs6000_opt_masks): Delete "vsx-timode".
10550         (rs6000_disable_incompatible_switches): Remove mention of -mvsx-timode
10551         from function comment.
10552         * config/rs6000/rs6000.h (MASK_VSX_TIMODE): Delete.
10553         * config/rs6000/rs6000.md (FMOVE128_GPR): Remove TARGET_VSX_TIMODE.
10554         (V16QI, V8HI, V4SI, V4SF, V2DI, V2DF, V1TI): Remove useless empty
10555         condition.
10556         * config/rs6000/rs6000.opt (mvsx-timode): Replace with stub.
10557         * config/rs6000/vector.md (VEC_IP): Remove TARGET_VSX_TIMODE.
10558         * config/rs6000/vsx.md (VSX_LE_128): Likewise.
10559         (VSX_TI): Likewise.
10560         (VSX_M): Likewise.
10561         (define_peephole2): Likewise.
10563 2017-08-17  Martin Sebor  <msebor@redhat.com>
10565         PR c/81859
10566         * pretty-print.c (pp_format): Use strnlen in %.*s to avoid reading
10567         past the end of an array.
10568         (test_pp_format): Add test cases.
10570 2017-08-17  Richard Sandiford  <richard.sandiford@linaro.org>
10572         * internal-fn.def (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): Add
10573         missing ECF_NOTHROW flags.
10575 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
10577         PR target/72804
10578         * config/rs6000/vsx.md (*vsx_le_permute_<mode>): Add support for
10579         operands residing in integer registers.
10580         (*vsx_le_perm_load_<mode>): Likewise.
10581         (*vsx_le_perm_store_<mode>): Likewise.
10582         (define_peephole2): Add peepholes to optimize the above.
10584 2017-08-17  Marek Polacek  <polacek@redhat.com>
10586         PR middle-end/81814
10587         * fold-const.c (operand_equal_for_comparison_p): Remove code that used
10588         to mimic what shorten_compare did.  Change the return type to bool.
10589         (fold_cond_expr_with_comparison): Update call to
10590         operand_equal_for_comparison_p.
10591         (fold_ternary_loc): Likewise.
10593 2017-08-17  Jackson Woodruff  <jackson.woodruff@arm.com>
10595         * aarch64-simd.md (mov<mode>): No longer force zero immediate into
10596         register.
10597         (*aarch64_simd_mov<mode>): Add new case for stp using zero immediate.
10599 2017-08-17  Richard Biener  <rguenther@suse.de>
10601         * tree-ssa-structalias.c (solve_graph): When propagating
10602         to successors update the graphs succ edges and avoid duplicate work.
10604 2017-08-17  Maxim Ostapenko  <m.ostapenko@samsung.com>
10606         PR target/81861
10607         * config/i386/i386.c (ix86_option_override_internal): Save target
10608         specific options after ix86_stack_protector_guard_reg was changed.
10610 2017-08-17  Richard Biener  <rguenther@suse.de>
10612         PR tree-optimization/81827
10613         * tree-ssa-structalias.c (struct variable_info): Add is_reg_var flag.
10614         (new_var_info): Initialize it conservatively.
10615         (get_call_vi): Mark register vars.
10616         (new_scalar_tmp_constraint_exp): Likewise.
10617         (handle_rhs_call): Likewise.
10618         (handle_const_call): Likewise.
10619         (create_function_info_for): Likewise.
10620         (solve_constraints): Sort varinfos to separate register from
10621         non-register vars to pack points-to solution bitmaps during
10622         iteration.
10624 2017-08-17  Marek Polacek  <polacek@redhat.com>
10626         * gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.
10628 2017-08-17  Richard Biener  <rguenther@suse.de>
10630         * tree-vrp.c (vrp_int_const_binop): Do not set *overflow_p
10631         to true when overflow is undefined and we saturated the result.
10633 2017-08-17  Alan Modra  <amodra@gmail.com>
10635         PR target/80938
10636         * config/rs6000/rs6000.c (rs6000_savres_strategy): Revert 2017-08-09.
10637         Don't use store multiple if only one reg needs saving.
10638         (interesting_frame_related_regno): New function.
10639         (rs6000_frame_related): Don't emit frame info for regs that
10640         don't need saving.
10641         (rs6000_emit_epilogue): Likewise.
10643 2017-08-16  Nathan Sidwell  <nathan@acm.org>
10645         * tree-core.h (tree_type_non_common): Rename binfo to lang_1.
10646         * tree.h (TYPE_BINFO): Use type_non_common.maxval.
10647         (TYPE_LANG_SLOT_1): Use type_non_common.lang_1, for any type.
10648         * tree.c (free_lang_data_in_type): Use else-if chain.  Always
10649         clear TYPE_LANG_1.  Remove obsolete member-function stripping.
10650         (find_decls_types_r): Comment about TYPE_MAX_VALUES_RAW.
10651         (verify_type): Adjust for TYPE_BINFO move.
10652         * lto-streamer-out.c (DFS::DFS_write_tree_body): No need to
10653         process TYPE_BINFO directly.
10654         (hash_tree): Likewise.
10655         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
10656         Likewise.
10657         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
10658         Likewise.
10660 2017-08-16  David Malcolm  <dmalcolm@redhat.com>
10662         * diagnostic-show-locus.c (colorizer::m_caret): Remove unused field.
10664 2017-08-16  Uros Bizjak  <ubizjak@gmail.com>
10666         PR target/46091
10667         * config/i386/i386.md (*anddi_1_btr): Change predicates of
10668         operand 0 and operand 1 to nomimmediate_operand. Add "m" constraint.
10669         Add ix86_binary_operator_ok to insn constraint.
10670         (*iordi_1_bts): Ditto.
10671         (*xordi_1_btc): Ditto.
10672         (*btsq): Change predicate of operand 0 to nonimmediate_operand.
10673         Update corresponding peephole2 pattern.
10674         (*btrq): Ditto.
10675         (*btcq): Ditto.
10677 2017-08-16  Bin Cheng  <bin.cheng@arm.com>
10679         PR tree-optimization/81832
10680         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Don't
10681         copy loop header which has IFN_LOOP_DIST_ALIAS call.
10683 2017-08-16  Marek Polacek  <polacek@redhat.com>
10685         PR middle/81695
10686         * fold-const.c (fold_indirect_ref_1): Restore original behavior
10687         regarding size_zero_node.
10689 2017-08-16  Martin Liska  <mliska@suse.cz>
10691         PR target/81753
10692         * config.gcc: Respect previously set extra_objs in case
10693         of darwin target.
10695 2017-08-16  Richard Sandiford  <richard.sandiford@linaro.org>
10697         PR tree-optimization/81835
10698         * tree-vect-loop.c (vect_is_simple_reduction): Simply checks for
10699         the phi SSA_NAME.  Check that the condition in a COND_EXPR does
10700         not depend on the phi.
10702 2017-08-16  Alan Modra  <amodra@gmail.com>
10704         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Delete
10705         dead code.
10707 2017-08-16  Alan Modra  <amodra@gmail.com>
10709         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Merge..
10710         (save_reg_p): ..into this.  Update all callers.
10711         (first_reg_to_save): Simplify.
10713 2017-08-16  Alan Modra  <amodra@gmail.com>
10715         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't restore
10716         fixed regs.
10718 2017-08-15  Joseph Myers  <joseph@codesourcery.com>
10720         PR target/78460
10721         PR target/67712
10722         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Only unroll for
10723         constant count if that count is less than 32.
10725 2017-08-15  Nathan Sidwell  <nathan@acm.org>
10727         * gcc.c (execute): Emit friendlier message if inferior is killed
10728         by an external cause.
10730 2017-08-15  Richard Biener  <rguenther@suse.de>
10732         PR tree-optimization/81790
10733         * tree-ssa-sccvn.c (vn_lookup_simplify_result): Handle both
10734         CONSTRUCTORs from simplifying and VN.
10736 2017-08-14  Martin Sebor  <msebor@redhat.com>
10738         * builtin-attrs.def: Add comments.
10740 2017-08-14  Martin Sebor  <msebor@redhat.com>
10742         PR c/81117
10743         * doc/extend.texi (attribute nonstring): Document new attribute.
10745 2017-08-14  Martin Sebor  <msebor@redhat.com>
10747         PR c/81117
10748         * tree-diagnostic.c (default_tree_printer): Handle %G.
10749         * gimple-pretty-print.h (percent_G_format): Declare new function.
10750         * gimple-pretty-print.c (percent_G_format): Define.
10751         * tree-pretty-print.c (percent_K_format): Add argument.
10753 2017-08-14  Martin Sebor  <msebor@redhat.com>
10755         PR translation/79998
10756         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
10757         Remove a stray space.
10759 2017-08-14  Uros Bizjak  <ubizjak@gmail.com>
10761         PR target/46091
10762         * config/i386/i386.md (*anddi_1_btr): New insn_and_split pattern.
10763         (*iordi_1_bts): Ditto.
10764         (*xordi_1_btc): Ditto.
10766 2017-08-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10768         PR target/79845
10769         * config/rs6000/linux64.h (INVALID_64BIT): Use quoted strings.
10770         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
10771         Likewise.
10772         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Use
10773         quoted strings, and make more translator-friendly.
10774         (darwin_rs6000_override_options): Likewise.
10775         (rs6000_option_override_internal): Likewise.
10776         (rs6000_return_in_memory): Fix overlong line.
10777         (init_cmulative_args): Use quoted strings, and make more
10778         translator-friendly.
10779         (rs6000_pass_by_reference): Fix overlong line.
10780         (def_builtin): Use quoted strings.
10781         (altivec_expand_predicate_builtin): Use quoted strings, and make
10782         more translator-friendly.
10783         (htm_expand_builtin): Use quoted strings.
10784         (cpu_expand_builtin): Use quoted strings, and make more
10785         translator-friendly.
10786         (altivec_expand_builtin): Likewise.
10787         (paired_expand_predicate_builtin): Likewise.
10788         (rs6000_invalid_builtin): Likewise.
10789         (builtin_function_type): Use quoted strings.
10790         (rs6000_expand_split_stack_prologue): Use quoted strings, and make
10791         more translator-friendly.
10792         (rs6000_trampoline_init): Likewise.
10793         (rs6000_handle_altivec_attribute): Likewise.
10794         (rs6000_inner_target_options): Use quoted strings.
10795         (rs6000_disable_incompatible_switches): Likewise.
10796         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Use quoted
10797         strings, and make more translator-friendly.
10798         (SUBSUBTARGET_OVERRIDE_OPTIONS): Use quoted strings.
10800 2017-08-14  Bin Cheng  <bin.cheng@arm.com>
10802         PR tree-optimization/81799
10803         * tree-loop-distribution.c (version_loop_by_alias_check): Force
10804         cond_expr to simple gimple operand.
10806 2017-08-14  Wilco Dijkstra  <wdijkstr@arm.com>
10808         PR middle-end/46932
10809         * doc/sourcebuild.texi (autoincdec): Add autoincdec description.
10811 2017-08-14  Georg-Johann Lay  <avr@gjlay.de>
10813         PR target/81754
10814         PR target/81268
10815         * config/avr/avr.opt (mgas-isr-prologues): New Var avr_gasisr_prologues.
10816         * config/avr/avr.md (gasisr, *gasisr): Use it instead of
10817         TARGET_GASISR_PROLOGUES.
10818         * config/avr/avr.c (avr_option_override): Same.
10819         (avr_pass_pre_proep::execute): Same.
10821 2017-08-13  H.J. Lu  <hongjiu.lu@intel.com>
10823         PR target/81820
10824         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Replace
10825         frame pointer with stack pointer - UNITS_PER_WORD in debug insns.
10827 2017-08-13  Uros Bizjak  <ubizjak@gmail.com>
10829         * config/i386/i386.md (*load_tp_<mode>): Redefine as
10830         define_insn_and_split.  Split to a memory load from 0 in
10831         DEFAULT_TLS_SEG_REG address space.  Merge with *load_tp_x32
10832         using PTR mode iterator.
10833         (*load_tp_x32_zext"): Redefine as define_insn_and_split.
10834         Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
10835         (*add_tp_<mode>): Redefine as define_insn_and_split.
10836         Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
10837         address space.  Merge with *add_tp_x32 using PTR mode iterator.
10838         (*add_tp_x32_zext"): Redefine as define_insn_and_split.
10839         Split to an add with a  memory load from 0 in
10840         DEFAULT_TLS_SEG_REG address space.
10842 2017-08-12  Andrew Pinski  <apinski@cavium.com>
10844         * config/aarch64/aarch64-option-extensions.def (rdma):
10845         Fix feature string to what Linux prints out in /proc/cpuinfo.
10847 2017-08-12  Pierre-Marie de Rodat  <derodat@adacore.com>
10849         PR ada/79542
10850         * dwarf2out.c (modified_type_die): For C typedef types that have
10851         an ultimate origin, process the ultimate origin instead of the
10852         input type.
10853         (gen_typedef_die): Assert that input DECLs have no ultimate
10854         origin.
10855         (gen_type_die_with_usage): For typedef variants that have an
10856         ultimate origin, just call gen_decl_die on the original DECL.
10857         (process_scope_var): Avoid creating DIEs for local typedefs and
10858         concrete static variables.
10860 2017-08-12  Alan Modra  <amodra@gmail.com>
10862         PR target/81170
10863         PR target/81295
10864         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Upgrade to
10865         match gnu-user.h startfile.
10866         (ENDFILE_LINUX_SPEC): Similarly.
10868 2017-08-11  Thomas Schwinge  <thomas@codesourcery.com>
10870         PR lto/81430
10871         * config/nvptx/nvptx.c (nvptx_override_options_after_change):
10872         Remove function.
10873         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Remove definition.
10875 2017-08-11  Tamar Christina  <tamar.christina@arm.com>
10876         * config/aarch64/aarch64.md (mov<mode>): Change.
10877         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
10878         aarch64_reg_or_fp_float into aarch64_reg_or_fp_zero.
10879         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): Removed.
10881 2017-08-11  Eric Botcazou  <ebotcazou@adacore.com>
10883         * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
10884         for storage order barriers.
10886 2017-08-11  Martin Liska  <mliska@suse.cz>
10888         PR tree-opt/79987
10889         * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not instrument
10890         variables of void type.
10892 2017-08-11  Martin Liska  <mliska@suse.cz>
10894         * asan.c (asan_protect_global): Replace ASM_OUTPUT_DEF with
10895         TARGET_SUPPORTS_ALIASES.
10896         * cgraph.c (cgraph_node::create_same_body_alias): Likewise.
10897         * ipa-visibility.c (can_replace_by_local_alias): Likewise.
10898         (optimize_weakref): Likewise.
10899         * symtab.c (symtab_node::noninterposable_alias): Likewise.
10900         * varpool.c (varpool_node::create_extra_name_alias): Likewise.
10901         * defaults.h: Introduce TARGET_SUPPORTS_ALIASES.
10903 2017-08-11  Martin Liska  <mliska@suse.cz>
10905         PR ipa/81213
10906         * config/i386/i386.c (make_resolver_func): Do complete
10907         refactoring of the function.
10909 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
10911         PR target/81708
10912         * config/i386/i386.opt (mstack-protector-guard-symbol=): New option
10913         * config/i386/i386.c (ix86_stack_protect_guard): Use
10914         ix86_stack_protect_guard_symbol_str to generate varible declaration.
10915         * doc/invoke.texi (x86 Options): Document
10916         -mstack-protector-guard-symbol= option.
10918 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
10920         * config/i386/i386-protos.h (ix86_split_stack_guard): New prototype.
10921         * config/i386/i386.c (ix86_split_stack_guard): New function.
10922         (ix86_xpand_split_stack_prologue): Call ix86_split_stack_guard.
10923         (ix86_legitimate_address_p) <case UNSPEC_STACK_CHECK>: Remove.
10924         (i386_asm_output_addr_const_extra) <case UNSPEC_STACK_CHECK>: Ditto.
10925         (optput_pic_addr_const): Remove UNSPEC_STACK_CHECK handling.
10926         * config/i386/i386.md (unspec): Remove UNSPEC_STACK_CHECK.
10927         (split_stack_space_check): Call ix86_split_stack_guard.
10929 2017-08-10  Martin Sebor  <msebor@redhat.com>
10931         * print-tree.c (print_node): Print location using the established
10932         format %s:%i%i.
10933         Replace spaces with colons.
10934         (debug_raw, debug): Ditto.
10936 2017-08-10  Martin Sebor  <msebor@redhat.com>
10938         PR c++/81586
10939         * pretty-print.c (pp_format): Correct the handling of %s precision.
10941 2017-08-10  H.J. Lu  <hongjiu.lu@intel.com>
10943         PR target/81736
10944         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
10945         to ...
10946         (ix86_finalize_stack_frame_flags): This.  Also clear
10947         frame_pointer_needed if -fno-omit-frame-pointer is used without
10948         stack access.
10949         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
10950         with ix86_finalize_stack_frame_flags.
10951         (ix86_expand_epilogue): Likewise.
10952         (ix86_expand_split_stack_prologue): Likewise.
10953         * doc/invoke.texi: Add a note for -fno-omit-frame-pointer.
10955 2017-08-10  Martin Liska  <mliska@suse.cz>
10957         PR c++/81355
10958         * c-attribs.c (handle_target_attribute):
10959         Report warning for an empty string argument of target attribute.
10961 2017-08-09  Jakub Jelinek  <jakub@redhat.com>
10963         PR c/81687
10964         * omp-low.c (omp_copy_decl): Don't remap FORCED_LABEL or DECL_NONLOCAL
10965         LABEL_DECLs.
10966         * tree-cfg.c (move_stmt_op): Don't adjust DECL_CONTEXT of FORCED_LABEL
10967         or DECL_NONLOCAL labels.
10968         (move_stmt_r) <case GIMPLE_LABEL>: Adjust DECL_CONTEXT of FORCED_LABEL
10969         or DECL_NONLOCAL labels here.
10971 2017-08-09  Will Schmidt  <will_schmidt@vnet.ibm.com>
10973         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add blurb
10974         to indicate when early gimple folding has been disabled.
10975         (rs6000_gimple_fold_builtin): Add debug content.
10976         (rs6000_invalid_builtin): Fix whitespace.
10977         (rs6000_expand_builtin): Fix whitespace.
10978         * config/rs6000/rs6000.opt: Add option for -mfold-gimple.
10980 2017-08-09  Segher Boessenkool  <segher@kernel.crashing.org>
10982         PR target/80938
10983         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
10984         SAVE_MULTIPLE if not all the registers that saves, should be saved.
10986 2017-08-09  Jim Wilson  <jim.wilson@linaro.org>
10988         * config/aarch64/aarch64-cores.def (falkor): Use falkor pipeline.
10989         (qdf24xx): Likewise.
10990         * config/aarch64/aarch64.md: Include falkor.md.
10991         * config/aarch64/falkor.md: New.
10993 2017-08-09  Marek Polacek  <polacek@redhat.com>
10995         PR c/81233
10996         * diagnostic-core.h (emit_diagnostic_valist): Add declaration.
10997         * diagnostic.c (emit_diagnostic): Add a comment.
10998         (emit_diagnostic_valist): New function.
11000 2017-08-09  Marek Polacek  <polacek@redhat.com>
11002         PR c/81417
11003         * input.c (make_location): New overload.
11004         * input.h (make_location): Declare.
11006 2017-08-08  Alan Modra  <amodra@gmail.com>
11007             H.J. Lu  <hongjiu.lu@intel.com>
11009         PR driver/81523
11010         * gcc.c (NO_PIE_SPEC): Delete.
11011         (PIE_SPEC): Define as !no-pie/pie.  Move static|shared|r
11012         exclusion..
11013         (LINK_PIE_SPEC): ..to here.
11014         (LINK_COMMAND_SPEC): Support -no-pie.
11015         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Correct
11016         chain of crtbegin*.o selection, update for PIE_SPEC changes and
11017         format.
11018         (GNU_USER_TARGET_ENDFILE_SPEC): Similarly.
11019         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Similarly.
11020         (ENDFILE_CRTEND_SPEC): Similarly.
11022 2017-08-08  Uros Bizjak  <ubizjak@gmail.com>
11024         PR target/81708
11025         * config/i386/i386.opt (mstack-protector-guard-reg=): New option
11026         (mstack-protector-guard-offset=): Ditto.
11027         * config/i386/i386.c (ix86_option_override): Handle
11028         -mstack-protector-guard-reg= and -mstack-protector-guard-offset=
11029         options.
11030         (ix86_stack_protect_guard): Use ix86_stack_protect_guard_reg and
11031         ix86_stack_protect_guard_offset variables.
11032         (TARGET_STACK_PROTECT_GUARD): Always define.
11033         * doc/invoke.texi (x86 Options): Document -mstack-protector-guard-reg=
11034         and -mstack-protector-guard-offset= options.
11036 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
11038         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle
11039         boundary case for the last candidate.
11041 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
11043         * doc/invoke.texi: Document -ftree-loop-distribution for O3.
11044         * opts.c (default_options_table): Add OPT_ftree_loop_distribution.
11046 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
11048         PR middle-end/19706
11049         * config/aarch64/aarch64.md (xorsign<mode>3): New optabs.
11050         * config/aarch64/aarch64-builtins.c
11051         (aarch64_builtin_vectorized_function): Added CASE_CFN_XORSIGN.
11052         * config/aarch64/aarch64-simd-builtins.def: Added xorsign BINOP.
11053         * config/aarch64/aarch64-simd.md: Added xorsign<mode>3
11055 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
11056             Andrew Pinski <pinskia@gmail.com>
11058         PR middle-end/19706
11059         * internal-fn.def (XORSIGN): New.
11060         * optabs.def (xorsign_optab): New.
11061         * tree-ssa-math-opts.c (is_copysign_call_with_1): New.
11062         (convert_expand_mult_copysign): New.
11063         (pass_optimize_widening_mul::execute): Call
11064         convert_expand_mult_copysign.
11066 2017-08-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11068         PR tree-optimization/81354
11069         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
11070         Insert on edges rather than explicitly creating landing pads.
11071         (analyze_candidates_and_replace): Commit edge inserts.
11073 2017-08-08  Richard Biener  <rguenther@suse.de>
11075         PR middle-end/81719
11076         * tree-ssa-loop-niter.c: Include tree-dfa.h.
11077         (expand_simple_operations): Also look through ADDR_EXPRs with
11078         MEM_REF bases treating them as POINTER_PLUS_EXPR.
11080 2017-08-08  Richard Biener  <rguenther@suse.de>
11082         PR tree-optimization/81723
11083         * tree-vect-slp.c (struct bst_traits): New hash traits.
11084         (bst_fail): New global.
11085         (vect_build_slp_tree_2): New worker, split out from ...
11086         (vect_build_slp_tree): ... this now wrapping it with using
11087         bst_fail set to cache SLP tree build fails.  Properly handle
11088         max_tree_size.
11089         (vect_analyze_slp_instance): Allocate and free bst_fail.
11091 2017-08-08  Martin Liska  <mliska@suse.cz>
11093         PR tree-opt/81696
11094         * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
11095         LABEL_DECLs that can be from a different function.
11097 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
11099         PR tree-optimization/81744
11100         * tree-predcom.c (prepare_finalizers_chain): Deep copy expr of
11101         loop's number of iterations.
11103 2017-08-08  Martin Liska  <mliska@suse.cz>
11105         * asan.c: Include header files.
11106         * attribs.c (build_decl_attribute_variant): New function moved
11107         from tree.[ch].
11108         (build_type_attribute_qual_variant): Likewise.
11109         (cmp_attrib_identifiers): Likewise.
11110         (simple_cst_list_equal): Likewise.
11111         (omp_declare_simd_clauses_equal): Likewise.
11112         (attribute_value_equal): Likewise.
11113         (comp_type_attributes): Likewise.
11114         (build_type_attribute_variant): Likewise.
11115         (lookup_ident_attribute): Likewise.
11116         (remove_attribute): Likewise.
11117         (merge_attributes): Likewise.
11118         (merge_type_attributes): Likewise.
11119         (merge_decl_attributes): Likewise.
11120         (merge_dllimport_decl_attributes): Likewise.
11121         (handle_dll_attribute): Likewise.
11122         (attribute_list_equal): Likewise.
11123         (attribute_list_contained): Likewise.
11124         * attribs.h (lookup_attribute): New function moved from tree.[ch].
11125         (lookup_attribute_by_prefix): Likewise.
11126         * bb-reorder.c: Include header files.
11127         * builtins.c: Likewise.
11128         * calls.c: Likewise.
11129         * cfgexpand.c: Likewise.
11130         * cgraph.c: Likewise.
11131         * cgraphunit.c: Likewise.
11132         * convert.c: Likewise.
11133         * dwarf2out.c: Likewise.
11134         * final.c: Likewise.
11135         * fold-const.c: Likewise.
11136         * function.c: Likewise.
11137         * gimple-expr.c: Likewise.
11138         * gimple-fold.c: Likewise.
11139         * gimple-pretty-print.c: Likewise.
11140         * gimple.c: Likewise.
11141         * gimplify.c: Likewise.
11142         * hsa-common.c: Likewise.
11143         * hsa-gen.c: Likewise.
11144         * internal-fn.c: Likewise.
11145         * ipa-chkp.c: Likewise.
11146         * ipa-cp.c: Likewise.
11147         * ipa-devirt.c: Likewise.
11148         * ipa-fnsummary.c: Likewise.
11149         * ipa-inline.c: Likewise.
11150         * ipa-visibility.c: Likewise.
11151         * ipa.c: Likewise.
11152         * lto-cgraph.c: Likewise.
11153         * omp-expand.c: Likewise.
11154         * omp-general.c: Likewise.
11155         * omp-low.c: Likewise.
11156         * omp-offload.c: Likewise.
11157         * omp-simd-clone.c: Likewise.
11158         * opts-global.c: Likewise.
11159         * passes.c: Likewise.
11160         * predict.c: Likewise.
11161         * sancov.c: Likewise.
11162         * sanopt.c: Likewise.
11163         * symtab.c: Likewise.
11164         * toplev.c: Likewise.
11165         * trans-mem.c: Likewise.
11166         * tree-chkp.c: Likewise.
11167         * tree-eh.c: Likewise.
11168         * tree-into-ssa.c: Likewise.
11169         * tree-object-size.c: Likewise.
11170         * tree-parloops.c: Likewise.
11171         * tree-profile.c: Likewise.
11172         * tree-ssa-ccp.c: Likewise.
11173         * tree-ssa-live.c: Likewise.
11174         * tree-ssa-loop.c: Likewise.
11175         * tree-ssa-sccvn.c: Likewise.
11176         * tree-ssa-structalias.c: Likewise.
11177         * tree-ssa.c: Likewise.
11178         * tree-streamer-in.c: Likewise.
11179         * tree-vectorizer.c: Likewise.
11180         * tree-vrp.c: Likewise.
11181         * tsan.c: Likewise.
11182         * ubsan.c: Likewise.
11183         * varasm.c: Likewise.
11184         * varpool.c: Likewise.
11185         * tree.c: Remove functions moved to attribs.[ch].
11186         * tree.h: Likewise.
11187         * config/aarch64/aarch64.c: Add attrs.h header file.
11188         * config/alpha/alpha.c: Likewise.
11189         * config/arc/arc.c: Likewise.
11190         * config/arm/arm.c: Likewise.
11191         * config/avr/avr.c: Likewise.
11192         * config/bfin/bfin.c: Likewise.
11193         * config/c6x/c6x.c: Likewise.
11194         * config/cr16/cr16.c: Likewise.
11195         * config/cris/cris.c: Likewise.
11196         * config/darwin.c: Likewise.
11197         * config/epiphany/epiphany.c: Likewise.
11198         * config/fr30/fr30.c: Likewise.
11199         * config/frv/frv.c: Likewise.
11200         * config/ft32/ft32.c: Likewise.
11201         * config/h8300/h8300.c: Likewise.
11202         * config/i386/winnt.c: Likewise.
11203         * config/ia64/ia64.c: Likewise.
11204         * config/iq2000/iq2000.c: Likewise.
11205         * config/lm32/lm32.c: Likewise.
11206         * config/m32c/m32c.c: Likewise.
11207         * config/m32r/m32r.c: Likewise.
11208         * config/m68k/m68k.c: Likewise.
11209         * config/mcore/mcore.c: Likewise.
11210         * config/microblaze/microblaze.c: Likewise.
11211         * config/mips/mips.c: Likewise.
11212         * config/mmix/mmix.c: Likewise.
11213         * config/mn10300/mn10300.c: Likewise.
11214         * config/moxie/moxie.c: Likewise.
11215         * config/msp430/msp430.c: Likewise.
11216         * config/nds32/nds32-isr.c: Likewise.
11217         * config/nds32/nds32.c: Likewise.
11218         * config/nios2/nios2.c: Likewise.
11219         * config/nvptx/nvptx.c: Likewise.
11220         * config/pa/pa.c: Likewise.
11221         * config/pdp11/pdp11.c: Likewise.
11222         * config/powerpcspe/powerpcspe.c: Likewise.
11223         * config/riscv/riscv.c: Likewise.
11224         * config/rl78/rl78.c: Likewise.
11225         * config/rx/rx.c: Likewise.
11226         * config/s390/s390.c: Likewise.
11227         * config/sh/sh.c: Likewise.
11228         * config/sol2.c: Likewise.
11229         * config/sparc/sparc.c: Likewise.
11230         * config/spu/spu.c: Likewise.
11231         * config/stormy16/stormy16.c: Likewise.
11232         * config/tilegx/tilegx.c: Likewise.
11233         * config/tilepro/tilepro.c: Likewise.
11234         * config/v850/v850.c: Likewise.
11235         * config/vax/vax.c: Likewise.
11236         * config/visium/visium.c: Likewise.
11237         * config/xtensa/xtensa.c: Likewise.
11239 2017-08-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
11241         PR target/81593
11242         * config/rs6000/vsx.md (vsx_concat_<mode>, VSX_D): Cleanup
11243         constraints since the -mupper-regs-* switches have been
11244         eliminated.
11245         (vsx_concat_<mode>_1): New combiner insns to recognize inserting
11246         into a vector from a double word element that was extracted from
11247         another vector, and eliminate extra XXPERMDI instructions.
11248         (vsx_concat_<mode>_2): Likewise.
11249         (vsx_concat_<mode>_3): Likewise.
11250         (vsx_set_<mode>, VSX_D): Rewrite vector set in terms of vector
11251         concat to allow optimizing inserts from previous extracts.
11253 2017-08-07  Uros Bizjak  <ubizjak@gmail.com>
11255         * config/i386/i386.c (ix86_stack_protect_guard): Generate
11256         memory reference to a SSP offset in TLS address space.
11257         (ix86_print_operand) <case '@'>: Remove.
11258         (ix86_print_operand_punct_valid_p): Remove '@' code.
11259         * config/i386/i386.md (unspec): Remove UNSPEC_SP_TLS_SET and
11260         UNSPEC_SP_TLS_TEST.
11261         (stack_tls_protect_set_<mode>): Remove.
11262         (stack_protect_set): Do not call gen_stack_tls_protect_set_<mode>.
11263         (stack_tls_protect_test_<mode>): Remove.
11264         (stack_protect_test): Do not call gen_stack_tls_protect_test_<mode>.
11266 2017-08-07  Olivier Hainque  <hainque@adacore.com>
11268         PR target/81755
11269         * config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
11271 2017-08-07  Douglas Rupp  <rupp@adacore.com>
11273         * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
11274         variable was referenced as multidir in command.
11276 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
11278         PR c/69389
11279         * gimplify.c (goa_stabilize_expr): Handle BIT_INSERT_EXPR and
11280         BIT_FIELD_REF.
11282 2017-08-07  Martin Liska  <mliska@suse.cz>
11284         * config/m32c/m32c.c: Add include of stringpool.h and attribs.h.
11285         * config/rl78/rl78.c: Add include of attribs.h.
11286         * config/sh/sh.c: Likewise.
11287         * config/v850/v850.c: Likewise.
11289 2017-08-07  Tom de Vries  <tom@codesourcery.com>
11291         PR middle-end/78266
11292         * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough.
11294 2017-08-07  Martin Liska  <mliska@suse.cz>
11296         * config/mips/mips.c: Include attribs.h.
11298 2017-08-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
11300         PR fortran/68829
11301         * doc/invoke.texi: Document change in behvaior for -Ofast for
11302         Fortran.
11304 2017-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
11306         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg):
11307         Use gen_frame_mem.
11308         (aarch64_pop_regs): Likewise.
11309         (aarch64_gen_load_pair): Likewise.
11310         (aarch64_save_callee_saves): Likewise.
11311         (aarch64_restore_callee_saves): Likewise.
11313 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
11315         * config/i386/i386.c: Revert the last change.
11317 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
11319         PR target/81736
11320         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
11321         to ...
11322         (ix86_finalize_stack_frame_flags): This.  Also clear
11323         frame_pointer_needed if -fno-omit-frame-pointer is used without
11324         stack access.
11325         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
11326         with ix86_finalize_stack_frame_flags.
11327         (ix86_expand_epilogue): Likewise.
11328         (ix86_expand_split_stack_prologue): Likewise.
11330 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
11332         PR target/81743
11333         * config/i386/i386.c (get_builtin_code_for_version): Set priority
11334         to P_AES for Westmere.
11336 2017-08-07  Jonathan Yong  <10walls@gmail.com>
11338         * config/i386/mingw.opt (fset-stack-executable): Removed.
11339         * config/i386/cygming.opt (fset-stack-executable): Moved
11340         from mingw.opt.
11341         * config/i386/cygwin.h: Define CHECK_EXECUTE_STACK_ENABLED.
11343 2017-08-07  Segher Boessenkool  <segher@kernel.crashing.org>
11345         * print-rtl.c (print_exp): Print NOT as "~" instead of as "!".
11347 2017-08-07  Marek Polacek  <polacek@redhat.com>
11349         PR middle-end/81737
11350         * fold-const.c (fold_indirect_ref_1): Check type_domain.
11352 2017-08-07  Martin Liska  <mliska@suse.cz>
11354         * attribs.h (canonicalize_attr_name): New function.
11355         (cmp_attribs): Move from c-format.c and adjusted.
11356         (is_attribute_p): Moved from tree.h.
11357         * tree-inline.c: Add new includes.
11358         * tree.c (cmp_attrib_identifiers): Use cmp_attribs.
11359         (private_is_attribute_p): Remove.
11360         (private_lookup_attribute): Likewise.
11361         (private_lookup_attribute_by_prefix): Simplify.
11362         (remove_attribute): Use is_attribute_p.
11363         * tree.h: Remove removed declarations.
11365 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
11367         PR middle-end/81698
11368         * stmt.c (emit_case_dispatch_table): Add DEFAULT_EDGE argument,
11369         instead of computing it in the function.  Formatting fix.
11370         (expand_case): Don't rely on default_edge being the first edge,
11371         clear it if removing it, pass default_edge to
11372         emit_case_dispatch_table.
11373         (expand_sjlj_dispatch_table): Pass NULL as DEFAULT_EDGE, formatting
11374         fix.
11376 2017-08-06  Uros Bizjak  <ubizjak@gmail.com>
11378         * config/alpha/alpha.c (alpha_reorg): If trap is the last active
11379         insn in the function, emit NOP after the insn.
11381 2017-08-06  Tom de Vries  <tom@codesourcery.com>
11383         * omp-expand.c (expand_oacc_for): Add missing edge probability for tile
11384         and element loops.
11386 2017-08-06  Tom de Vries  <tom@codesourcery.com>
11388         * omp-expand.c (expand_oacc_for): Add missing edge probability for chunk
11389         loop.
11391 2017-08-04  Yury Gribov  <tetra2005@gmail.com>
11393         PR tree-optimization/57371
11394         * match.pd: New pattern.
11396 2017-08-04  Marek Polacek  <polacek@redhat.com>
11398         PR middle-end/81695
11399         * fold-const.c (fold_indirect_ref_1): For ((int *)&a + 4 -> a[1],
11400         perform the computation in offset_int.
11402 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
11404         PR tree-optimization/81136
11405         * tree-vectorizer.h: Include tree-hash-traits.h.
11406         (vec_base_alignments): New typedef.
11407         (vec_info): Add a base_alignments field.
11408         (vect_record_base_alignments): Declare.
11409         * tree-data-ref.h (data_reference): Add an is_conditional_in_stmt
11410         field.
11411         (DR_IS_CONDITIONAL_IN_STMT): New macro.
11412         (create_data_ref): Add an is_conditional_in_stmt argument.
11413         * tree-data-ref.c (create_data_ref): Likewise.  Use it to initialize
11414         the is_conditional_in_stmt field.
11415         (data_ref_loc): Add an is_conditional_in_stmt field.
11416         (get_references_in_stmt): Set the is_conditional_in_stmt field.
11417         (find_data_references_in_stmt): Update call to create_data_ref.
11418         (graphite_find_data_references_in_stmt): Likewise.
11419         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
11420         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
11421         (vect_record_base_alignment): New function.
11422         (vect_record_base_alignments): Likewise.
11423         (vect_compute_data_ref_alignment): Adjust base_addr and aligned_to
11424         for nested statements even if we fail to compute a misalignment.
11425         Use pooled base alignments for unconditional references.
11426         (vect_find_same_alignment_drs): Compare base addresses instead
11427         of base objects.
11428         (vect_analyze_data_refs_alignment): Call vect_record_base_alignments.
11429         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
11431 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
11433         * tree-vectorizer.h (vec_info): Add a constructor and destructor.
11434         Add an explicit name for the enum.  Use auto_vec for slp_instances
11435         and grouped_stores.
11436         (_loop_vec_info): Add a constructor and destructor.  Use auto_vec
11437         for all vectors.
11438         (_bb_vec_info): Add a constructor and destructor.
11439         (vinfo_for_stmt): Return NULL for uids of -1 as well.
11440         (destroy_loop_vec_info): Delete.
11441         (vect_destroy_datarefs): Likewise.
11442         * tree-vectorizer.c (vect_destroy_datarefs): Delete.
11443         (vec_info::vec_info): New function.
11444         (vec_info::~vec_info): Likewise.
11445         (vectorize_loops): Use delete instead of destroy_loop_vec_info.
11446         * tree-parloops.c (gather_scalar_reductions): Use delete instead of
11447         destroy_loop_vec_info.
11448         * tree-vect-loop.c (new_loop_vec_info): Replace with...
11449         (_loop_vec_info::_loop_vec_info): ...this.
11450         (destroy_loop_vec_info): Replace with...
11451         (_loop_vec_info::~_loop_vec_info): ...this.  Unconditionally delete
11452         the stmt_vec_infos.  Leave handling of vec_info information to its
11453         destructor.  Remove explicit vector releases.
11454         (vect_analyze_loop_form): Use new instead of new_loop_vec_info.
11455         (vect_analyze_loop): Use delete instead of destroy_loop_vec_info.
11456         * tree-vect-slp.c (new_bb_vec_info): Replace with...
11457         (_bb_vec_info::_bb_vec_info): ...this.  Don't reserve space in
11458         BB_VINFO_GROUPED_STORES or BB_VINFO_SLP_INSTANCES.
11459         (destroy_bb_vec_info): Replace with...
11460         (_bb_vec_info::~_bb_vec_info): ...this.  Leave handling of vec_info
11461         information to its destructor.
11462         (vect_slp_analyze_bb_1): Use new and delete instead of
11463         new_bb_vec_info and destroy_bb_vec_info.
11464         (vect_slp_bb): Replace 2 calls to destroy_bb_vec_info with a
11465         single delete.
11467 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
11469         * tree-data-ref.h (subscript): Add access_fn field.
11470         (data_dependence_relation): Add could_be_independent_p.
11471         (SUB_ACCESS_FN, DDR_COULD_BE_INDEPENDENT_P): New macros.
11472         (same_access_functions): Move to tree-data-ref.c.
11473         * tree-data-ref.c (ref_contains_union_access_p): New function.
11474         (access_fn_component_p): Likewise.
11475         (access_fn_components_comparable_p): Likewise.
11476         (dr_analyze_indices): Add a reference to access_fn_component_p.
11477         (dump_data_dependence_relation): Use SUB_ACCESS_FN instead of
11478         DR_ACCESS_FN.
11479         (constant_access_functions): Likewise.
11480         (add_other_self_distances): Likewise.
11481         (same_access_functions): Likewise.  (Moved from tree-data-ref.h.)
11482         (initialize_data_dependence_relation): Use XCNEW and remove
11483         explicit zeroing of DDR_REVERSED_P.  Look for a subsequence
11484         of access functions that have the same type.  Allow the
11485         subsequence to end with different bases in some circumstances.
11486         Record the chosen access functions in SUB_ACCESS_FN.
11487         (build_classic_dist_vector_1): Replace ddr_a and ddr_b with
11488         a_index and b_index.  Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
11489         (subscript_dependence_tester_1): Likewise dra and drb.
11490         (build_classic_dist_vector): Update calls accordingly.
11491         (subscript_dependence_tester): Likewise.
11492         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Check
11493         DDR_COULD_BE_INDEPENDENT_P.
11494         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Test
11495         comp_alias_ddrs instead of may_alias_ddrs.
11496         * tree-vect-data-refs.c (vect_analyze_possibly_independent_ddr):
11497         New function.
11498         (vect_analyze_data_ref_dependence): Use it if
11499         DDR_COULD_BE_INDEPENDENT_P, but fall back to using the recorded
11500         distance vectors if that fails.
11501         (dependence_distance_ge_vf): New function.
11502         (vect_prune_runtime_alias_test_list): Use it.  Don't clear
11503         LOOP_VINFO_MAY_ALIAS_DDRS.
11505 2017-08-04  Richard Biener  <rguenther@suse.de>
11507         PR middle-end/81705
11508         * fold-const.c (fold_binary_loc): Properly restrict
11509         minus_var0 && minus_var1 case when associating undefined overflow
11510         entities.
11512 2017-08-04  Tom de Vries  <tom@codesourcery.com>
11514         * omp-simd-clone.c (simd_clone_adjust): Add missing edge probability.
11516 2017-08-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11518         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
11519         Don't start diagnostic messages with a capital letter.
11520         * config/rs6000/rs6000.c (rs6000_option_override_internal):
11521         Likewise.
11522         (rs6000_invalid_builtin): Likewise.
11523         (rs6000_trampoline_init): Likewise.
11525 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
11527         PR target/81621
11528         * bb-reorder.c (pass_partition_blocks::execute): Return TODO_df_finish
11529         after setting changeable df flags.
11531 2017-08-03  Richard Biener  <rguenther@suse.de>
11533         * tree-ssa-reassoc.c (should_break_up_subtract): Also break
11534         up if the use is in USE - X.
11536 2017-08-03  Alexander Monakov  <amonakov@ispras.ru>
11538         * toplev.c (dumpfile.h): New include.
11539         (internal_error_reentered): New static function.  Use it...
11540         (internal_error_function): ...here to handle reentered internal_error.
11542 2017-08-03  Richard Biener  <rguenther@suse.de>
11544         PR middle-end/81148
11545         * fold-const.c (split_tree): Add minus_var and minus_con
11546         arguments, remove unused loc arg.  Never generate NEGATE_EXPRs
11547         here but always use minus_*.
11548         (associate_trees): Assert we never associate with MINUS_EXPR
11549         and NULL first operand.  Do not recurse for PLUS_EXPR operands
11550         when associating as MINUS_EXPR either.
11551         (fold_binary_loc): Track minus_var and minus_con.
11553 2017-08-03  Tom de Vries  <tom@codesourcery.com>
11555         PR lto/81430
11556         * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
11557         ACCEL_COMPILER, apply finish_options on
11558         DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
11560 2017-08-03  Tom de Vries  <tom@codesourcery.com>
11562         PR target/81662
11563         * config/nvptx/nvptx.c (nvptx_option_override): Emit sorry if
11564         function_entry_patch_area_size > 0.
11566 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
11568         PR driver/81650
11569         * calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
11570         instead of 10??LU, perform unit multiplication in wide_int,
11571         don't change alloc_object_size_limit if the limit is larger
11572         than SSIZE_MAX.
11574         PR tree-optimization/81655
11575         PR tree-optimization/81588
11576         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle also
11577         the case when ranges[i].low and high are 1 for unsigned type with
11578         precision 1.
11580         PR middle-end/81052
11581         * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
11582         (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.
11584 2017-08-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11586         * tree-vrp.h: Add include guard.
11588 2017-08-02  Uros Bizjak  <ubizjak@gmail.com>
11590         PR target/81644
11591         * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
11592         (ud2): New insn pattern.
11593         * config/i386/i386.c (ix86_expand_epilogue):
11594         For naked functions, generate ud2 instead of trap insn.
11596 2017-08-02  Marek Polacek  <polacek@redhat.com>
11598         PR other/81667
11599         * alloc-pool.h (base_pool_allocator): Initialize m_elt_size.
11601 2017-08-02  Tom de Vries  <tom@codesourcery.com>
11602             Cesar Philippidis  <cesar@codesourcery.com>
11604         * config/nvptx/nvptx.c (nvptx_lockless_update, nvptx_lockfull_update):
11605         Add missing edge probabilities.
11607 2017-08-02  Tamar Christina  <tamar.christina@arm.com>
11609         * config/aarch64/aarch64.c (aarch64_reinterpret_float_as_int):
11610         Correct endianness.
11612 2017-08-02  Jakub Jelinek  <jakub@redhat.com>
11614         PR middle-end/79499
11615         * function.c (thread_prologue_and_epilogue_insns): Determine blocks
11616         for find_many_sub_basic_blocks bitmap by looking up BLOCK_FOR_INSN
11617         of first NONDEBUG_INSN_P in each of the split_prologue_seq and
11618         prologue_seq sequences - if any.
11620 2017-08-02  Richard Biener  <rguenther@suse.de>
11622         * tree-vect-stmts.c (vectorizable_store): Perform vector extracts
11623         via vectors if supported, integer extracts via punning if supported
11624         or otherwise vector extracts.
11626 2017-08-02  Richard Biener  <rguenther@suse.de>
11628         * tree-ssa-pre.c (bitmap_insert_into_set_1): Remove and inline
11629         into ...
11630         (bitmap_insert_into_set): ... this.
11632 2017-08-02  Richard Biener  <rguenther@suse.de>
11634         PR tree-optimization/81633
11635         Revert
11636         2015-08-17  Alan Hayward  <alan.hayward@arm.com>
11638         PR tree-optimization/71752
11639         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
11641 2017-08-01  Daniel Santos  <daniel.santos@pobox.com>
11643         * config/i386/i386.h (ix86_frame::outlined_save_offset): Remove field.
11644         (machine_function::call_ms2sysv_pad_out): Remove field.
11645         * config/i386/i386.c (xlogue_layout::get_stack_space_used): Modify.
11646         (ix86_compute_frame_layout): Likewise.
11648 2017-08-01  H.J. Lu  <hongjiu.lu@intel.com>
11650         PR target/81654
11651         * config/i386/i386.c (ix86_set_func_type): Disallow naked
11652         attribute with interrupt attribute.
11654 2017-08-01  Andrew Pinski  <apinski@cavium.com>
11656         * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
11657         BIT_INSERT_EXPR's operand 1
11658         to see if the types precision matches.
11660 2017-08-01  Martin Liska  <mliska@suse.cz>
11662         PR middle-end/70140
11663         * builtins.c (expand_builtin_memcpy_args): Remove.
11664         (expand_builtin_memcpy): Call newly added function
11665         expand_builtin_memory_copy_args.
11666         (expand_builtin_memcpy_with_bounds): Likewise.
11667         (expand_builtin_mempcpy): Remove last argument.
11668         (expand_builtin_mempcpy_with_bounds): Likewise.
11669         (expand_builtin_memory_copy_args): New function created from
11670         expand_builtin_mempcpy_args with small modifications.
11671         (expand_builtin_mempcpy_args): Remove.
11672         (expand_builtin_stpcpy): Remove unused argument.
11673         (expand_builtin): Likewise.
11674         (expand_builtin_with_bounds): Likewise.
11676 2017-08-01  Martin Liska  <mliska@suse.cz>
11678         Revert r250771
11679         Make mempcpy more optimal (PR middle-end/70140).
11681 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
11683         PR target/81622
11684         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
11685         __builtin_vec_cmpne verify both arguments are compatible vectors
11686         before looking at TYPE_MODE on the element type.  For __builtin_vec_ld
11687         verify arg1_type is a pointer or array type.  For __builtin_vec_st,
11688         move computation of aligned to after checking the argument types.
11689         Formatting fixes.
11691         PR target/80846
11692         * config/rs6000/vsx.md (vextract_fp_from_shorth,
11693         vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
11694         calls.
11696 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
11697             Doug Rupp  <rupp@adacore.com>
11698             Olivier Hainque  <hainque@adacore.com>
11700         * config.gcc (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as
11701         well as arm-wrs-vxworks. Update target_cpu_name from arm6 (arch v3) to
11702         arm8 (arch v4).
11703         * config/arm/vxworks.h (MAYBE_TARGET_BPABI_CPP_BUILTINS): New, helper
11704         for TARGET_OS_CPP_BUILTIN.
11705         (TARGET_OS_CPP_BUILTIN): Invoke MAYBE_TARGET_BPABI_CPP_BUILTINS(),
11706         refine CPU definitions for arm_arch5 and add those for arm_arch6 and
11707         arm_arch7.
11708         (MAYBE_ASM_ABI_SPEC): New, helper for SUBTARGET_EXTRA_ASM_SPEC,
11709         passing required abi options to the assembler for EABI configurations.
11710         (EXTRA_CC1_SPEC): New macro, to help prevent the implicit production
11711         of .text.hot and .text.unlikely sections for kernel modules when
11712         using ARM style exceptions.
11713         (CC1_SPEC): Remove obsolete attempt at mimicking Diab toolchain
11714         options. Add EXTRA_CC1_SPEC.
11715         (VXWORKS_ENDIAN_SPEC): Adjust comment and remove handling of Diab
11716         toolchain options.
11717         (DWARF2_UNWIND_INFO): Redefine to handle the pre/post VxWorks 7
11718         transition.
11719         (ARM_TARGET2_DWARF_FORMAT): Define.
11720         * config/arm/t-vxworks: Adjust multilib control to removal of the
11721         Diab command line options.
11723 2017-08-01  Martin Liska  <mliska@suse.cz>
11725         PR gcov-profile/81561
11726         * gcov.c (unblock): Make unblocking safe as we need to preserve
11727         index correspondence of blocks and block_lists.
11729 2017-08-01  Richard Biener  <rguenther@suse.de>
11731         PR tree-optimization/81181
11732         * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
11733         (compute_antic): ... end of iteration here.
11735 2017-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
11737         * common.opt (ftree-vectorize): No longer set flag_tree_vectorize.
11738         (ftree-loop-vectorize): Set as EnabledBy ftree-vectorize.
11739         (ftree-slp-vectorize): Likewise.
11740         * omp-expand (expand_omp_simd): Remove flag_tree_vectorize, as it
11741         can no longer be set independent of flag_tree_loop_vectorize.
11742         * omp-general.c (emp_max_vf): Likewise.
11743         * opts.c (enable_fdo_optimizations): Remove references to
11744         flag_tree_vectorize, these are now implicit.
11745         (common_handle_option): Remove handling for OPT_ftree_vectorize,
11746         and leave it for the options machinery.
11748 2017-08-01  Martin Liska  <mliska@suse.cz>
11750         PR middle-end/70140
11751         * builtins.c (expand_builtin_memcpy_args): Remove.
11752         (expand_builtin_memcpy): Call newly added function
11753         expand_builtin_memory_copy_args.
11754         (expand_builtin_memcpy_with_bounds): Likewise.
11755         (expand_builtin_mempcpy): Remove last argument.
11756         (expand_builtin_mempcpy_with_bounds): Likewise.
11757         (expand_builtin_memory_copy_args): New function created from
11758         expand_builtin_mempcpy_args with small modifications.
11759         (expand_builtin_mempcpy_args): Remove.
11760         (expand_builtin_stpcpy): Remove unused argument.
11761         (expand_builtin): Likewise.
11762         (expand_builtin_with_bounds): Likewise.
11764 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
11766         PR target/81641
11767         * config/i386/i386.c (ix86_print_operand_address_as): For -masm=intel
11768         print "ds:" only for immediates in generic address space.
11770 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
11772         PR target/81639
11773         * config/i386/i386.c (ix86_funciton_naked): New prototype.
11774         (ix86_function_ok_for_sibcall): Return false for naked functions.
11776 2017-08-01  Richard Biener  <rguenther@suse.de>
11778         * tree-ssa-pre.c (print_pre_expr): Handle NULL expr.
11779         (compute_antic): Seed worklist with exit block predecessors.
11780         * cfganal.c (dfs_find_deadend): For a cycle return the source
11781         of the edge closing it.
11783 2017-08-01  Tamar Christina  <tamar.christina@arm.com>
11785         * config/aarch64/aarch64.c
11786         (aarch64_can_const_movi_rtx_p): Move 0 check.
11788 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
11790         * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
11791         * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
11792         above macro.
11793         * match.pd: Ditto in address comparison pattern.
11795 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
11797         PR tree-optimization/81627
11798         * tree-predcom.c (prepare_finalizers): Always rewrite into loop
11799         closed ssa form for store-store chain.
11801 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
11803         PR tree-optimization/81620
11804         * tree-predcom.c (add_ref_to_chain): Don't set has_max_use_after
11805         for store-store chain.
11807 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
11809         PR tree-optimization/81588
11810         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): If
11811         ranges[i].in_p, invert comparison code ccode.  For >/>=,
11812         swap rhs1 and rhs2 and comparison code unconditionally,
11813         for </<= don't do that.  Don't swap rhs1/rhs2 again if
11814         ranges[i].in_p, instead invert comparison code ccode if
11815         opcode or oe->rank is BIT_IOR_EXPR.
11817         PR target/80846
11818         * optabs.def (vec_extract_optab, vec_init_optab): Change from
11819         a direct optab to conversion optab.
11820         * optabs.c (expand_vector_broadcast): Use convert_optab_handler
11821         with GET_MODE_INNER as last argument instead of optab_handler.
11822         * expmed.c (extract_bit_field_1): Likewise.  Use vector from
11823         vector extraction if possible and optab is available.
11824         * expr.c (store_constructor): Use convert_optab_handler instead
11825         of optab_handler.  Use vector initialization from smaller
11826         vectors if possible and optab is available.
11827         * tree-vect-stmts.c (vectorizable_load): Likewise.
11828         * doc/md.texi (vec_extract, vec_init): Document that the optabs
11829         now have two modes.
11830         * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
11831         of vec_init from half-sized vectors with the same element mode.
11832         * config/i386/sse.md (ssehalfvecmode): Add V4TI case.
11833         (ssehalfvecmodelower, ssescalarmodelower): New mode attributes.
11834         (reduc_plus_scal_v8df, reduc_plus_scal_v4df, reduc_plus_scal_v2df,
11835         reduc_plus_scal_v16sf, reduc_plus_scal_v8sf, reduc_plus_scal_v4sf,
11836         reduc_<code>_scal_<mode>, reduc_umin_scal_v8hi): Add element mode
11837         after mode in gen_vec_extract* calls.
11838         (vec_extract<mode>): Renamed to ...
11839         (vec_extract<mode><ssescalarmodelower>): ... this.
11840         (vec_extract<mode><ssehalfvecmodelower>): New expander.
11841         (rotl<mode>3, rotr<mode>3, <shift_insn><mode>3, ashrv2di3): Add
11842         element mode after mode in gen_vec_init* calls.
11843         (VEC_INIT_HALF_MODE): New mode iterator.
11844         (vec_init<mode>): Renamed to ...
11845         (vec_init<mode><ssescalarmodelower>): ... this.
11846         (vec_init<mode><ssehalfvecmodelower>): New expander.
11847         * config/i386/mmx.md (vec_extractv2sf): Renamed to ...
11848         (vec_extractv2sfsf): ... this.
11849         (vec_initv2sf): Renamed to ...
11850         (vec_initv2sfsf): ... this.
11851         (vec_extractv2si): Renamed to ...
11852         (vec_extractv2sisi): ... this.
11853         (vec_initv2si): Renamed to ...
11854         (vec_initv2sisi): ... this.
11855         (vec_extractv4hi): Renamed to ...
11856         (vec_extractv4hihi): ... this.
11857         (vec_initv4hi): Renamed to ...
11858         (vec_initv4hihi): ... this.
11859         (vec_extractv8qi): Renamed to ...
11860         (vec_extractv8qiqi): ... this.
11861         (vec_initv8qi): Renamed to ...
11862         (vec_initv8qiqi): ... this.
11863         * config/rs6000/vector.md (VEC_base_l): New mode attribute.
11864         (vec_init<mode>): Renamed to ...
11865         (vec_init<mode><VEC_base_l>): ... this.
11866         (vec_extract<mode>): Renamed to ...
11867         (vec_extract<mode><VEC_base_l>): ... this.
11868         * config/rs6000/paired.md (vec_initv2sf): Renamed to ...
11869         (vec_initv2sfsf): ... this.
11870         * config/rs6000/altivec.md (splitter, altivec_copysign_v4sf3,
11871         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
11872         vec_unpacku_lo_v8hi, mulv16qi3, altivec_vreve<mode>2): Add
11873         element mode after mode in gen_vec_init* calls.
11874         * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
11875         (vec_init<mode><Vel>): ... this.
11876         (vec_extract<mode>): Renamed to ...
11877         (vec_extract<mode><Vel>): ... this.
11878         * config/aarch64/iterators.md (Vel): New mode attribute.
11879         * config/s390/s390.c (s390_expand_vec_strlen, s390_expand_vec_movstr):
11880         Add element mode after mode in gen_vec_extract* calls.
11881         * config/s390/vector.md (non_vec_l): New mode attribute.
11882         (vec_extract<mode>): Renamed to ...
11883         (vec_extract<mode><non_vec_l>): ... this.
11884         (vec_init<mode>): Renamed to ...
11885         (vec_init<mode><non_vec_l>): ... this.
11886         * config/s390/s390-builtins.def (s390_vlgvb, s390_vlgvh, s390_vlgvf,
11887         s390_vlgvf_flt, s390_vlgvg, s390_vlgvg_dbl): Add element mode after
11888         vec_extract mode.
11889         * config/arm/iterators.md (V_elem_l): New mode attribute.
11890         * config/arm/neon.md (vec_extract<mode>): Renamed to ...
11891         (vec_extract<mode><V_elem_l>): ... this.
11892         (vec_extractv2di): Renamed to ...
11893         (vec_extractv2didi): ... this.
11894         (vec_init<mode>): Renamed to ...
11895         (vec_init<mode><V_elem_l>): ... this.
11896         (reduc_plus_scal_<mode>, reduc_plus_scal_v2di, reduc_smin_scal_<mode>,
11897         reduc_smax_scal_<mode>, reduc_umin_scal_<mode>,
11898         reduc_umax_scal_<mode>, neon_vget_lane<mode>, neon_vget_laneu<mode>):
11899         Add element mode after gen_vec_extract* calls.
11900         * config/mips/mips-msa.md (vec_init<mode>): Renamed to ...
11901         (vec_init<mode><unitmode>): ... this.
11902         (vec_extract<mode>): Renamed to ...
11903         (vec_extract<mode><unitmode>): ... this.
11904         * config/mips/loongson.md (vec_init<mode>): Renamed to ...
11905         (vec_init<mode><unitmode>): ... this.
11906         * config/mips/mips-ps-3d.md (vec_initv2sf): Renamed to ...
11907         (vec_initv2sfsf): ... this.
11908         (vec_extractv2sf): Renamed to ...
11909         (vec_extractv2sfsf): ... this.
11910         (reduc_plus_scal_v2sf, reduc_smin_scal_v2sf, reduc_smax_scal_v2sf):
11911         Add element mode after gen_vec_extract* calls.
11912         * config/mips/mips.md (unitmode): New mode iterator.
11913         * config/spu/spu.c (spu_expand_prologue, spu_allocate_stack,
11914         spu_builtin_extract): Add element mode after gen_vec_extract* calls.
11915         * config/spu/spu.md (inner_l): New mode attribute.
11916         (vec_init<mode>): Renamed to ...
11917         (vec_init<mode><inner_l>): ... this.
11918         (vec_extract<mode>): Renamed to ...
11919         (vec_extract<mode><inner_l>): ... this.
11920         * config/sparc/sparc.md (veltmode): New mode iterator.
11921         (vec_init<VMALL:mode>): Renamed to ...
11922         (vec_init<VMALL:mode><VMALL:veltmode>): ... this.
11923         * config/ia64/vect.md (vec_initv2si): Renamed to ...
11924         (vec_initv2sisi): ... this.
11925         (vec_initv2sf): Renamed to ...
11926         (vec_initv2sfsf): ... this.
11927         (vec_extractv2sf): Renamed to ...
11928         (vec_extractv2sfsf): ... this.
11929         * config/powerpcspe/vector.md (VEC_base_l): New mode attribute.
11930         (vec_init<mode>): Renamed to ...
11931         (vec_init<mode><VEC_base_l>): ... this.
11932         (vec_extract<mode>): Renamed to ...
11933         (vec_extract<mode><VEC_base_l>): ... this.
11934         * config/powerpcspe/paired.md (vec_initv2sf): Renamed to ...
11935         (vec_initv2sfsf): ... this.
11936         * config/powerpcspe/altivec.md (splitter, altivec_copysign_v4sf3,
11937         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
11938         vec_unpacku_lo_v8hi, mulv16qi3): Add element mode after mode in
11939         gen_vec_init* calls.
11941 2017-08-01  Richard Biener  <rguenther@suse.de>
11943         PR tree-optimization/81297
11944         * tree-vrp.c (get_single_symbol): Remove assert, instead drop
11945         TREE_OVERFLOW from INTEGER_CSTs.
11947 2017-07-31  Segher Boessenkool  <segher@kernel.crashing.org>
11949         * config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
11951 2017-07-31  Carl Love  <cel@us.ibm.com>
11953         * config/rs6000/rs6000-c: Add support for built-in functions
11954         vector signed char vec_xl_be (signed long long, signed char *);
11955         vector unsigned char vec_xl_be (signed long long, unsigned char *);
11956         vector signed int vec_xl_be (signed long long, signed int *);
11957         vector unsigned int vec_xl_be (signed long long, unsigned int *);
11958         vector signed long long vec_xl_be (signed long long, signed long long *);
11959         vector unsigned long long vec_xl_be (signed long long, unsigned long long *);
11960         vector signed short vec_xl_be (signed long long, signed short *);
11961         vector unsigned short vec_xl_be (signed long long, unsigned short *);
11962         vector double vec_xl_be (signed long long, double *);
11963         vector float vec_xl_be (signed long long, float *);
11964         * config/rs6000/altivec.h (vec_xl_be): Add #define.
11965         * config/rs6000/rs6000-builtin.def (XL_BE_V16QI, XL_BE_V8HI, XL_BE_V4SI)
11966         XL_BE_V2DI, XL_BE_V4SF, XL_BE_V2DF, XL_BE): Add definitions
11967         for the builtins.
11968         * config/rs6000/rs6000.c (altivec_expand_xl_be_builtin): Add function.
11969         (altivec_expand_builtin): Add switch statement to call
11970         altivec_expand_xl_be for each builtin.
11971         (altivec_init_builtins): Add def_builtin for _builtin_vsx_le_be_v8hi,
11972         __builtin_vsx_le_be_v4si, __builtin_vsx_le_be_v2di,
11973         __builtin_vsx_le_be_v4sf, __builtin_vsx_le_be_v2df,
11974         __builtin_vsx_le_be_v16qi.
11975         * doc/extend.texi: Update the built-in documentation file for the
11976         new built-in functions.
11978 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
11980         PR target/25967
11981         * config/i386/i386.c (ix86_allocate_stack_slots_for_args):
11982         New function.
11983         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
11985 2017-07-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11987         * config.gcc: Add z14.
11988         * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
11989         CPU model numbers for z13s and z14.
11990         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Replace
11991         arch12 with z14.
11992         * config/s390/s390-opts.h (enum processor_type): Rename
11993         PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
11994         * config/s390/s390.c (processor_table): Add field for CPU name to
11995         be passed to Binutils.
11996         (s390_asm_output_machine_for_arch): Use the new field in
11997         processor_table for Binutils.
11998         (s390_expand_builtin): Replace arch12 with z14.
11999         (s390_issue_rate): Rename PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
12000         (s390_get_sched_attrmask): Likewise.
12001         (s390_get_unit_mask): Likewise.
12002         * config/s390/s390.opt: Add z14 to processor_type enum.
12004 2017-07-31  Martin Jambor  <mjambor@suse.cz>
12006         PR hsa/81477
12007         * ipa-fnsummary.c (ipa_fn_summary_generate): Set versionable
12008         regardless of optimization level.
12010 2017-07-31  Jan Hubicka <hubicka@ucw.cz>
12011             Martin Liska  <mliska@suse.cz>
12013         * predict.def: Remove old comment and adjust probability.
12014         * gimplify.c (should_warn_for_implicit_fallthrough): Ignore
12015         PREDICT statements.
12017 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
12019         PR target/25967
12020         * config/i386/i386.c (ix86_function_naked): New function.
12021         (ix86_can_use_return_insn_p): Return false for naked functions.
12022         (ix86_expand_prologue): Skip prologue for naked functions.
12023         (ix86_expand_epilogue): Skip epilogue for naked functions
12024         and emit trap instruction.
12025         (ix86_warn_func_return): New function.
12026         (ix86_attribute_table): Add "naked" attribute specification.
12027         (TARGET_WARN_FUNC_RETURN): Define.
12028         * doc/extend.texi (x86 Function Attributes) <naked>: Document it.
12030 2017-07-31  Martin Liska  <mliska@suse.cz>
12032         * gimple-pretty-print.c (dump_gimple_label): Never dump BB info.
12033         (dump_gimple_bb_header): Always dump BB info.
12034         (pp_cfg_jump): Do not append info about BB when dumping a jump.
12036 2017-07-31  Martin Liska  <mliska@suse.cz>
12038         PR sanitize/81530
12039         * convert.c (convert_to_integer_1): Guard condition with flag_sanitize_p
12040         also with current_function_decl non-null equality.
12042 2017-07-31  Jakub Jelinek  <jakub@redhat.com>
12044         PR sanitizer/81604
12045         * ubsan.c (ubsan_type_descriptor): For UBSAN_PRINT_ARRAY don't
12046         change type to the element type, instead add eltype variable and
12047         use it where we are interested in the element type.
12049         PR tree-optimization/81603
12050         * ipa-polymorphic-call.c
12051         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Perform
12052         offset arithmetic in offset_int, bail out if the resulting bit offset
12053         doesn't fit into shwi.
12055 2017-07-31  Martin Liska  <mliska@suse.cz>
12057         * gimplify.c (mostly_copy_tree_r): Remove Java specific hunk.
12058         (gimplify_save_expr): Fix comment.
12060 2017-07-30  H.J. Lu  <hongjiu.lu@intel.com>
12062         PR target/79793
12063         * config/i386/i386.c (ix86_function_arg): Update arguments for
12064         exception handler.
12065         (ix86_compute_frame_layout): Set the initial stack offset to
12066         INCOMING_FRAME_SP_OFFSET.  Update red-zone offset with
12067         INCOMING_FRAME_SP_OFFSET.
12068         (ix86_expand_epilogue): Don't pop the 'ERROR_CODE' off the
12069         stack before exception handler returns.
12070         * config/i386/i386.h (INCOMING_FRAME_SP_OFFSET): Add the
12071         the 'ERROR_CODE' for exception handler.
12073 2017-07-30  Uros Bizjak  <ubizjak@gmail.com>
12075         * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro.
12076         (ASM_OUTPUT_REG_PUSH): Rewrite with new operand modifiers.
12077         (ASM_OUTPUT_REG_POP): Ditto.
12078         * config/i386/i386.c (ix86_asm_output_function_label): Use fputs
12079         instead of asm_fprintf to output pure string.
12081 2017-07-29  Jakub Jelinek  <jakub@redhat.com>
12083         * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument
12084         to imported_module_or_decl hook.
12085         (debug_nothing_tree_tree_tree_bool): Remove.
12086         (debug_nothing_tree_tree_tree_bool_bool): New declaration.
12087         * debug.c (do_nothing_debug_hooks): Use
12088         debug_nothing_tree_tree_tree_bool_bool instead of
12089         debug_nothing_tree_tree_tree_bool.
12090         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
12091         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
12092         * sdbout.c (sdb_debug_hooks): Likewise.
12093         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
12094         (gen_namespace_die): Add DW_AT_export_symbols attribute if
12095         langhook wants it.
12096         (dwarf2out_imported_module_or_decl): Add IMPLICIT argument,
12097         if true, -gdwarf-5 and decl will have DW_AT_export_symbols
12098         attribute, don't add anything.
12100 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12102         * fold-const.c (fold_build1_stat_loc): Remove _stat from name.
12103         (fold_build2_stat_loc): Likewise.
12104         (fold_build3_stat_loc): Likewise.
12105         * fold-const.h (fold_build1, fold_build2, fold_build3): Adjust.
12106         (fold_build1_loc): Remove macro.
12107         (fold_build2_loc): Likewise.
12108         (fold_build3_loc): Likewise.
12110 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12112         * gimple.c (gimple_build_debug_bind_stat): Remove _stat from name.
12113         (gimple_build_debug_bind_source_stat): Likewise.
12114         * gimple.h (gimple_build_debug_bind): Remove macro.
12115         (gimple_build_debug_bind_source): Likewise.
12117 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12119         * bitmap.c (bitmap_alloc): Adjust.
12120         (bitmap_gc_alloc): Likewise.
12121         * bitmap.h (bitmap_initialize_stat): Remove _stat from name.
12123 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12125         * bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
12126         (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
12127         * bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
12128         (bitmap_gc_alloc_stat): Likewise.
12129         (BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.
12131 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12133         * rtl.c (shallow_copy_rtx_stat): Remove _stat from name.
12134         * rtl.h (shallow_copy_rtx): Remove macro.
12136 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12138         * emit-rtl.c (gen_raw_REG): Adjust.
12139         * gengenrtl.c (gendef): Likewise.
12140         * rtl.c (rtx_alloc_stat): Remove _stat from name.
12141         * rtl.h (rtx_alloc): Remove macro.
12143 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12145         * tree.c (build_tree_list_vec_stat): Remove _stat from name.
12146         (build_tree_list_stat): Likewise.
12147         * tree.h (build_tree_list): Remove macro.
12148         (build_tree_list_vec): Likewise.
12150 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12152         * tree.c (make_vector_stat): Remove _stat from name.
12153         (build_vector_stat): Likewise.
12154         * tree.h (make_vector_stat): Remove macro.
12155         (build_vector_stat): Likewise.
12157 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12159         * tree.h (build_var_debug_value): Remove prototype.
12161 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12163         * tree.c (tree_cons_stat): Remove _stat from name.
12164         * tree.h (tree_cons): Remove macro.
12166 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12168         * tree.c (build_vl_exp_stat): Remove _stat from name.
12169         * tree.h (build_vl_exp): Remove macro.
12171 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12173         * tree.c (build_decl_stat): Remove _stat from name.
12174         * tree.h (build_decl): Remove macro.
12176 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12178         * gimple.c (gimple_build_with_ops_stat): Adjust.
12179         (gimple_alloc_stat): Remove _stat from name.
12180         * gimple.h (gimple_alloc): Remove macro.
12182 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12184         * tree.c (make_tree_vec_stat): Remove _stat from name.
12185         (grow_tree_vec_stat): Likewise.
12186         * tree.h (make_tree_vec_stat): Adjust prototype.
12187         (grow_tree_vec_stat): Likewise.
12188         (make_tree_vec): Remove macro.
12189         (grow_tree_vec): Likewise.
12191 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12193         * fold-const.c (fold_build1_stat_loc): Adjust.
12194         (fold_build2_stat_loc): Likewise.
12195         (fold_build3_stat_loc): Likewise.
12196         * tree.c (build0_stat): Remove _stat from name.
12197         (build1_stat): Likewise.
12198         (build2_stat): Likewise.
12199         (build3_stat): Likewise.
12200         (build4_stat): Likewise.
12201         (build5_stat): Likewise.
12202         * tree.h (build1_loc): Remove macro, and rename _stat function
12203         to this.
12204         (build2_loc): Likewise.
12205         (build3_loc): Likewise.
12206         (build4_loc): Likewise.
12207         (build5_loc): Likewise.
12209 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12211         * tree.c (make_int_cst_stat): Remove _stat from name.
12212         * tree.h (make_int_cst_stat): Adjust prototype.
12213         (make_int_cst): Remove macro.
12215 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12217         * tree.c (make_tre_binfo_stat): Remove _stat from name.
12218         * tree.h (make_tree_binfo_stat): Adjust prototype.
12219         (make_tree_binfo): Remove.
12221 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12223         * tree.c (copy_node_stat): Rename to copy_node.
12224         (build_distinct_type_copy): Adjust.
12225         * tree.h (copy_node_stat): Adjust prototype.
12226         (copy_node): Remove macro.
12228 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12230         * tree.c (make_node_stat): rename to make_node.
12231         (build_tree_list_stat): Adjust.
12232         (build0_stat): Likewise.
12233         (build2_stat): Likewise.
12234         (build3_stat): Likewise.
12235         (build4_stat): Likewise.
12236         (build5_stat): Likewise.
12237         (build_decl_stat): Likewise.
12238         * tree.h (make_node_stat): Adjust prototype.
12239         (make_node): remove macro.
12241 2017-07-28  Peter Bergner  <bergner@vnet.ibm.com>
12243         * config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
12244         (PPC_FEATURE2_SCV): Likewise.
12245         * config/rs6000/rs6000.c (cpu_supports_info): Use them.
12247 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
12249         * config/aarch64/aarch64.c
12250         (aarch64_internal_mov_immediate): Add new special pattern.
12251         * config/aarch64/aarch64.md (*movdi_aarch64):
12252         Add reg/32bit const mov case.
12254 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
12255             Richard Sandiford <richard.sandiford@linaro.org>
12257         * config/aarch64/aarch64.md (mov<mode>): Generalize.
12258         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
12259         Add integer and movi cases.
12260         (movi-split-hf-df-sf split, fp16): New.
12261         (enabled): Added TARGET_FP_F16INST.
12262         * config/aarch64/iterators.md (GPF_HF): New.
12263         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
12265 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
12267         * config/aarch64/aarch64.c
12268         (aarch64_simd_container_mode): Add prototype.
12269         (aarch64_expand_mov_immediate): Add HI support.
12270         (aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
12271         (aarch64_can_const_movi_rtx_p): New.
12272         (aarch64_preferred_reload_class):
12273         Remove restrictions of using FP registers for certain SIMD operations.
12274         (aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
12275         (aarch64_valid_floating_const): Add integer move validation.
12276         (aarch64_simd_imm_scalar_p): Remove.
12277         (aarch64_output_scalar_simd_mov_immediate): Generalize function.
12278         (aarch64_legitimate_constant_p): Expand list of supported cases.
12279         * config/aarch64/aarch64-protos.h
12280         (aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
12281         (aarch64_reinterpret_float_as_int): New.
12282         (aarch64_simd_imm_scalar_p): Remove.
12283         * config/aarch64/constraints.md (Uvi): New.
12284         (Dd): Split into Ds and new Dd.
12285         * config/aarch64/aarch64.md (*movsi_aarch64):
12286         Add SIMD mov case.
12287         (*movdi_aarch64): Add SIMD mov case.
12289 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
12291         * tree-predcom.c: (struct chain): Handle store-store chain in which
12292         stores for elimination only store loop invariant values.
12293         (execute_pred_commoning_chain): Ditto.
12294         (prepare_initializers_chain_store_elim): Ditto.
12295         (prepare_finalizers): Ditto.
12296         (is_inv_store_elimination_chain): New function.
12297         (initialize_root_vars_store_elim_1): New function.
12299 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
12301         * tree-predcom.c: Revise general description of the pass.
12302         (enum chain_type): New enum type for store elimination.
12303         (struct chain): New field supporting store elimination.
12304         (struct component): Ditto.
12305         (dump_chain): Dump store-stores chain.
12306         (release_chain): Release resources.
12307         (split_data_refs_to_components): Compute and create component
12308         contains only stores for elimination.
12309         (get_chain_last_ref_at): New function.
12310         (make_invariant_chain): Initialization.
12311         (make_rooted_chain): Specify chain type in parameter and record it.
12312         (add_looparound_copies): Skip for store-stores chain.
12313         (determine_roots_comp): Compute type of chain and pass it to
12314         make_rooted_chain.
12315         (initialize_root_vars_store_elim_2): New function.
12316         (finalize_eliminated_stores): New function.
12317         (remove_stmt): Handle store for elimination.
12318         (execute_pred_commoning_chain): Execute predictive commoning on
12319         store-store chains.
12320         (determine_unroll_factor): Skip unroll for store-stores chain.
12321         (prepare_initializers_chain_store_elim): New function.
12322         (prepare_initializers_chain): Hanlde store-store chain.
12323         (prepare_finalizers_chain, prepare_finalizers): New function.
12324         (tree_predictive_commoning_loop): Return integer value indicating
12325         if loop is unrolled or lcssa form is corrupted.
12326         (tree_predictive_commoning): Rewrite for lcssa form if necessary.
12328 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
12330         * tree-predcom.c (initialize_root): Delete.
12331         (execute_pred_commoning_chain): Initialize root vars and replace
12332         reference of non-combined chain directly, rather than call above
12333         function.
12335 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
12337         * tree-predcom.c (ref_at_iteration): Add parameter NITERS.  Compute
12338         memory reference to DR at (NITERS + ITERS)-th iteration of loop.
12340 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
12342         * tree-predcom.c (struct chain): New field init_seq.
12343         (release_chain): Release init_seq.
12344         (prepare_initializers_chain): Record intialization stmts in above
12345         field.
12346         (insert_init_seqs): New function.
12347         (tree_predictive_commoning_loop): Call insert_init_seqs.
12349 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
12351         * tree-predcom.c (determine_roots_comp): Skip trivial components.
12353 2017-07-28  Richard Biener  <rguenther@suse.de>
12355         * match.pd: Remove superfluous :c.
12356         * genmatch.c (simplify::id): Add member.
12357         (lower_commutative, lower_opt_convert, lower_cond, lower_for):
12358         Copy id.
12359         (current_id): New global.
12360         (dt_node::parent): Move from ...
12361         (dt_operand::parent): ... here.  Add for_id member.
12362         (is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
12363         (decision_tree::find_node): Relax order requirement when
12364         merging DT_TRUE nodes to ones inbetween the current simplify
12365         and the one we try to merge with.  Add diagnostic whenever
12366         we need to enforce pattern order by not merging.
12367         (decision_tree::insert): Set current_id.
12368         (decision_tree::print_node): Dump parent node and for_id.
12369         (parser::last_id): Add member.
12370         (parser::push_simplify): Assign unique id.
12371         (parser::parser): Initialize last_id.
12373 2017-07-28  Martin Liska  <mliska@suse.cz>
12375         PR sanitizer/81340
12376         * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
12377         gimple_build_debug_bind.
12379 2017-07-28  Richard Biener  <rguenther@suse.de>
12381         PR tree-optimization/81502
12382         * match.pd: Add pattern combining BIT_INSERT_EXPR with
12383         BIT_FIELD_REF.
12384         * tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
12385         size/pos operands.
12386         (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
12387         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
12388         for BIT_FIELD_REF args.
12389         * fold-const.c (make_bit_field_ref): Likewise.
12390         * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
12392 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
12394         PR sanitizer/80998
12395         * sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
12396         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
12397         * flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
12398         Or it into SANITIZER_UNDEFINED.
12399         * ubsan.c: Include gimple-fold.h and varasm.h.
12400         (ubsan_expand_ptr_ifn): New function.
12401         (instrument_pointer_overflow): New function.
12402         (maybe_instrument_pointer_overflow): New function.
12403         (instrument_object_size): Formatting fix.
12404         (pass_ubsan::execute): Call instrument_pointer_overflow
12405         and maybe_instrument_pointer_overflow.
12406         * internal-fn.c (expand_UBSAN_PTR): New function.
12407         * ubsan.h (ubsan_expand_ptr_ifn): Declare.
12408         * sanitizer.def (__ubsan_handle_pointer_overflow,
12409         __ubsan_handle_pointer_overflow_abort): New builtins.
12410         * tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
12411         * internal-fn.def (UBSAN_PTR): New internal function.
12412         * opts.c (sanitizer_opts): Add pointer-overflow.
12413         * lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
12414         * fold-const.c (build_range_check): Compute pointer range check in
12415         integral type if pointer arithmetics would be needed.  Formatting
12416         fixes.
12418 2017-07-28  Martin Liska  <mliska@suse.cz>
12420         PR sanitizer/81460
12421         * sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
12422         parameters that are of a variable-length.
12424 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
12426         * config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h.  Add
12427         rs6000/biarch64.h.
12428         * config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
12429         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
12430         (CRT_CALL_STATIC_FUNCTION): Likewise.
12431         (ASM_DEFAULT_SPEC): New define.
12432         (ASM_SPEC32): Likewise.
12433         (ASM_SPEC64): Likewise.
12434         (ASM_SPEC_COMMON): Likewise.
12435         (ASM_SPEC): Likewise.
12436         (INVALID_64BIT): Likewise.
12437         (LINK_OS_DEFAULT_SPEC): Likewise.
12438         (LINK_OS_SPEC32): Likewise.
12439         (LINK_OS_SPEC64): Likewise.
12440         (POWERPC_LINUX): Likewise.
12441         (PTRDIFF_TYPE): Likewise.
12442         (RESTORE_FP_PREFIX): Likewise.
12443         (RESTORE_FP_SUFFIX): Likewise.
12444         (SAVE_FP_PREFIX): Likewise.
12445         (SAVE_FP_SUFFIX): Likewise.
12446         (SIZE_TYPE): Likewise.
12447         (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
12448         (TARGET_64BIT): Likewise.
12449         (TARGET_64BIT): Likewise.
12450         (TARGET_AIX): Likewise.
12451         (WCHAR_TYPE_SIZE): Likewise.
12452         (WCHAR_TYPE): Undefine.
12453         (TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
12454         (CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
12455         (CPP_OS_RTEMS_SPEC): Delete.
12456         (SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems.  Add
12457         asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
12458         link_os_spec64.
12459         * config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
12461 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
12463         PR tree-optimization/81578
12464         * tree-parloops.c (build_new_reduction): Bail out if
12465         reduction_code isn't one of the standard OpenMP reductions.
12466         Move the details printing after that decision.
12468 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
12470         * config/rs6000/predicates.md (volatile_mem_operand): Remove code
12471         related to reload_in_progress.
12472         (splat_input_operand): Likewise.
12473         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
12474         Delete prototype.
12475         * config/rs6000/rs6000.c (machine_function): Remove sdmode_stack_slot
12476         field.
12477         (TARGET_EXPAND_TO_RTL_HOOK): Delete.
12478         (TARGET_INSTANTIATE_DECLS): Likewise.
12479         (legitimate_indexed_address_p): Delete reload_in_progress code.
12480         (rs6000_debug_legitimate_address_p): Likewise.
12481         (rs6000_eliminate_indexed_memrefs): Likewise.
12482         (rs6000_emit_le_vsx_store): Likewise.
12483         (rs6000_emit_move_si_sf_subreg): Likewise.
12484         (rs6000_emit_move): Likewise.
12485         (register_to_reg_type): Likewise.
12486         (rs6000_pre_atomic_barrier): Likewise.
12487         (rs6000_machopic_legitimize_pic_address): Likewise.
12488         (rs6000_allocate_stack_temp): Likewise.
12489         (rs6000_address_for_fpconvert): Likewise.
12490         (rs6000_address_for_altivec): Likewise.
12491         (rs6000_secondary_memory_needed_rtx): Delete function.
12492         (rs6000_check_sdmode): Likewise.
12493         (rs6000_alloc_sdmode_stack_slot): Likewise.
12494         (rs6000_instantiate_decls): Likewise.
12495         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
12496         * config/rs6000/rs6000.md (splitter for *movsi_got_internal):
12497         Delete reload_in_progress.
12498         (*vec_reload_and_plus_<mptrsize>): Likewise.
12499         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
12500         (vsx_div_v2di): Likewise.
12501         (vsx_udiv_v2di): Likewise.
12503 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
12505         * config/rs6000/rs6000.opt (mlra): Replace with stub.
12506         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Delete OPTION_MASK_LRA.
12507         * config/rs6000/rs6000.c (TARGET_LRA_P): Delete.
12508         (rs6000_debug_reg_global): Delete print of LRA status.
12509         (rs6000_option_override_internal): Delete dead LRA related code.
12510         (rs6000_lra_p): Delete function.
12511         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mlra.
12513 2017-07-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
12515         * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
12516         * config/riscv/rtems.h: New file.
12518 2017-07-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12519             Sudakshina Das  <sudi.das@arm.com>
12521         * config/aarch64/aarch64.md
12522         (define_split for and<mode>3nr_compare): Move
12523         non aarch64_logical_operand to a register.
12524         (define_split for and_<SHIFT:optab><mode>3nr_compare0): Move non
12525         register immediate operand to a register.
12526         * config/aarch64/predicates.md (aarch64_mov_imm_operand): New.
12528 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
12530         PR middle-end/81564
12531         * tree-cfg.c (group_case_labels_stmt): Handle already deleted blocks.
12533 2017-07-27  Richard Biener  <rguenther@suse.de>
12535         PR tree-optimization/81573
12536         PR tree-optimization/81494
12537         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
12538         multi defuse cycle case.
12540 2017-07-27  Richard Biener  <rguenther@suse.de>
12542         PR tree-optimization/81571
12543         * tree-vect-slp.c (vect_build_slp_tree): Properly verify reduction
12544         PHIs.
12546 2017-07-27  Eric Botcazou  <ebotcazou@adacore.com>
12548         * config/sparc/sparc.c (sparc_option_override): Set MASK_FSMULD flag
12549         earlier and only if MASK_FPU is set.  Adjust formatting.
12551 2017-07-27  Martin Liska  <mliska@suse.cz>
12553         * opt-functions.awk: Add validation of value of Init.
12554         * optc-gen.awk: Pass new argument.
12556 2017-07-27  Martin Liska  <mliska@suse.cz>
12558         * auto-profile.c (autofdo_source_profile::update_inlined_ind_target):
12559         Fix wrong condition.
12561 2017-07-27  Martin Liska  <mliska@suse.cz>
12563         * auto-profile.c (afdo_annotate_cfg): Assign zero counts to
12564         BBs and edges seen by autoFDO.
12566 2017-07-27  Richard Biener  <rguenther@suse.de>
12568         PR tree-optimization/81502
12569         * tree-ssa.c (non_rewritable_lvalue_p): Handle BIT_INSERT_EXPR
12570         with incompatible but same sized type.
12571         (execute_update_addresses_taken): Likewise.
12573 2017-07-27  James Greenhalgh  <james.greenhalgh@arm.com>
12575         * tree-ssa-loop-ch.c (pass_ch::process_loop_p): Guard on
12576         flag_tree_loop_vectorize rather than flag_tree_vectorize.
12578 2017-07-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12580         PR target/81534
12581         * config/s390/s390.md ("*atomic_compare_and_swap<mode>_1")
12582         ("*atomic_compare_and_swapdi_2", "*atomic_compare_and_swapsi_3"):
12583         Change s_operand to memory_operand.
12585 2017-07-27  Richard Sandiford  <richard.sandiford@linaro.org>
12587         * config/rs6000/rs6000-protos.h (rs6000_emit_le_vsx_permute): Declare.
12588         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Replace with...
12589         (rs6000_emit_le_vsx_permute): ...this.  Take the destination as input.
12590         Emit instructions rather than returning an expression.  Handle TFmode
12591         and KFmode by casting to TImode.
12592         (rs6000_emit_le_vsx_load): Update to use rs6000_emit_le_vsx_permute.
12593         (rs6000_emit_le_vsx_store): Likewise.
12594         * config/rs6000/vsx.md (VSX_TI): New iterator.
12595         (*vsx_le_permute_<mode>): Use it instead of VSX_LE_128.
12596         (*vsx_le_undo_permute_<mode>): Likewise.
12597         (*vsx_le_perm_load_<mode>): Use rs6000_emit_le_vsx_permute to
12598         emit the split sequence.
12599         (*vsx_le_perm_store_<mode>): Likewise.
12601 2017-07-27  Jakub Jelinek  <jakub@redhat.com>
12603         PR tree-optimization/81555
12604         PR tree-optimization/81556
12605         * tree-ssa-reassoc.c (rewrite_expr_tree): Add NEXT_CHANGED argument,
12606         if true, force CHANGED for the recursive invocation.
12607         (reassociate_bb): Remember original length of ops array, pass
12608         len != orig_len as NEXT_CHANGED in rewrite_expr_tree call.
12610         * attribs.c (decl_attributes): Imply noinline, noclone and no_icf
12611         attributes for noipa attribute.  For naked attribute use
12612         lookup_attribute first before lookup_attribute_spec.
12613         * final.c (rest_of_handle_final): Disable IPA RA for functions with
12614         noipa attribute.
12615         * ipa-visibility.c (non_local_p): Fix comment typos.  Return true
12616         for functions with noipa attribute.
12617         (cgraph_externally_visible_p): Return true for functions with noipa
12618         attribute.
12619         * cgraph.c (cgraph_node::get_availability): Return AVAIL_INTERPOSABLE
12620         for functions with noipa attribute.
12621         * doc/extend.texi: Document noipa function attribute.
12622         * tree-ssa-structalias.c (refered_from_nonlocal_fn): Set *nonlocal_p
12623         also for functions with noipa attribute.
12624         (ipa_pta_execute): Set nonlocal_p also for nodes with noipa attribute.
12626 2017-07-26  Andrew Pinski  <apinski@cavium.com>
12628         * config/aarch64/aarch64.c (thunderx_vector_cost): Decrease cost of
12629         vec_unalign_load_cost and vec_unalign_store_cost.
12631 2017-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
12633         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete
12634         -mvsx-small-integer option.
12635         (ISA_3_0_MASKS_IEEE): Likewise.
12636         (OTHER_VSX_VECTOR_MASKS): Likewise.
12637         (POWERPC_MASKS): Likewise.
12638         * config/rs6000/rs6000.opt (-mvsx-small-integer): Likewise.
12639         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Simplify
12640         code, only testing for DImode being allowed in non-VSX floating
12641         point registers.
12642         (rs6000_init_hard_regno_mode_ok): Change TARGET_VSX_SMALL_INTEGER
12643         to TARGET_P8_VECTOR test.  Remove redundant VSX test inside of
12644         another VSX test.
12645         (rs6000_option_override_internal): Delete -mvsx-small-integer.
12646         (rs6000_expand_vector_set): Change TARGET_VSX_SMALL_INTEGER to
12647         TARGET_P8_VECTOR test.
12648         (rs6000_secondary_reload_simple_move): Likewise.
12649         (rs6000_preferred_reload_class): Delete TARGET_VSX_SMALL_INTEGER,
12650         since TARGET_P9_VECTOR was already tested.
12651         (rs6000_opt_masks): Remove -mvsx-small-integer.
12652         * config/rs6000/vsx.md (vsx_extract_<mode>): Delete
12653         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
12654         used.
12655         (vsx_extract_<mode>_p9): Delete TARGET_VSX_SMALL_INTEGER, since a
12656         test for TARGET_VEXTRACTUB was used, and that uses
12657         TARGET_P9_VECTOR.
12658         (p9 extract splitter): Likewise.
12659         (vsx_extract_<mode>_di_p9): Likewise.
12660         (vsx_extract_<mode>_store_p9): Likewise.
12661         (vsx_extract_si): Delete TARGET_VSX_SMALL_INTEGER, since a test
12662         for TARGET_P9_VECTOR was used.  Delete code that is now dead with
12663         the elimination of TARGET_VSX_SMALL_INTEGER.
12664         (vsx_extract_<mode>_p8): Likewise.
12665         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>): Likewise.
12666         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Likewise.
12667         (vsx_set_<mode>_p9): Likewise.
12668         (vsx_set_v4sf_p9): Likewise.
12669         (vsx_set_v4sf_p9_zero): Likewise.
12670         (vsx_insert_extract_v4sf_p9): Likewise.
12671         (vsx_insert_extract_v4sf_p9_2): Likewise.
12672         * config/rs6000/rs6000.md (sign extend splitter): Change
12673         TARGET_VSX_SMALL_INTEGER to TARGET_P8_VECTOR test.
12674         (floatsi<mode>2_lfiwax_mem): Likewise.
12675         (floatunssi<mode>2_lfiwzx_mem): Likewise.
12676         (float<QHI:mode><FP_ISA3:mode>2): Delete TARGET_VSX_SMALL_INTEGER,
12677         since a test for TARGET_P9_VECTOR was used.
12678         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
12679         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
12680         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
12681         (fix_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
12682         TARGET_P8_VECTOR test.
12683         (fix_trunc<mode>si2_stfiwx): Likewise.
12684         (fix_trunc<mode>si2_internal): Likewise.
12685         (fix_trunc<SFDF:mode><QHI:mode>2): Delete
12686         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
12687         used.
12688         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
12689         (fixuns_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
12690         TARGET_P8_VECTOR test.
12691         (fixuns_trunc<mode>si2_stfiwx): Likewise.
12692         (fixuns_trunc<SFDF:mode><QHI:mode>2): Delete
12693         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
12694         used.
12695         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
12696         (fctiw<u>z_<mode>_smallint): Delete TARGET_VSX_SMALL_INTEGER,
12697         since a test for TARGET_P9_VECTOR was used.
12698         (splitter for loading small constants): Likewise.
12700 2017-07-26  Andrew Pinski  <apinski@cavium.com>
12702         * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
12703         vec_fp_stmt_cost.
12705 2017-07-26  H.J. Lu  <hongjiu.lu@intel.com>
12707         PR target/81563
12708         * config/i386/i386.c (sp_valid_at): Properly check CFA offset.
12709         (fp_valid_at): Likewise.
12711 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
12713         * config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
12714         (qdf24xx_addrcost_table): Likewise.
12715         (cortexa57_tunings): Update to use generic_branch_cost.
12716         (cortexa72_tunings): Likewise.
12717         (cortexa73_tunings): Likewise.
12718         (qdf24xx_tunings): Likewise.
12720 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
12722         * config/aarch64/aarch64.c (cortexa57_branch_cost): Remove.
12723         (thunderx2t99_branch_cost): Likewise.
12724         (cortexa35_tunings): Update to use generic_branch_cost.
12725         (cortexa53_tunings): Likewise.
12726         (cortexa57_tunings): Likewise.
12727         (cortexa72_tunings): Likewise.
12728         (cortexa73_tunings): Likewise.
12729         (thunderx2t99_tunings): Likewise.
12731 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
12733         * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
12734         (sparc_option_override): Honour MASK_FSMULD.
12735         * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
12736         * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
12737         * config/sparc/sparc.opt (mfsmuld): New option.
12738         * doc/invoke.texi (mfsmuld): Document option.
12740 2017-07-26  Marek Polacek  <polacek@redhat.com>
12742         PR middle-end/70992
12743         * tree.c (build2_stat): Don't set TREE_CONSTANT on divisions by zero.
12745 2017-07-26  Richard Biener  <rguenther@suse.de>
12747         * gimple-match-head.c (do_valueize): Return OP if valueize
12748         returns NULL_TREE.
12749         (get_def): New helper to get at the def stmt of a SSA name
12750         if valueize allows.
12751         * genmatch.c (dt_node::gen_kids_1): Use get_def instead of
12752         do_valueize to get at the def stmt.
12753         (dt_operand::gen_gimple_expr): Simplify do_valueize calls.
12755 2017-07-26  Wilco Dijkstra  <wdijkstr@arm.com>
12757         PR middle-end/46932
12758         * auto-inc-dec.c (parse_add_or_inc): Block autoinc on sfp.
12760 2017-07-26  Martin Liska  <mliska@suse.cz>
12762         PR sanitize/81186
12763         * function.c (expand_function_start): Make expansion of
12764         nonlocal_goto_save_area after parm_birth_insn.
12766 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
12768         * config/sparc/sparc.c (sparc_option_override): Remove MASK_FPU
12769         from all CPU target flags enable members.
12771 2017-07-26  Richard Biener  <rguenther@suse.de>
12773         * genmatch.c (dt_simplify::gen): Make iterator vars const.
12774         (decision_tree::gen): Make 'type' const.
12775         (write_predicate): Likewise.
12777 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
12779         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok):
12780         Eliminate TARGET_UPPER_REGS_{DF,DI,SF} usage.
12781         (rs6000_option_override_internal): Likewise.
12782         (rs6000_expand_vector_set): Likewise.
12783         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Delete.
12784         (TARGET_UPPER_REGS_SF): Likewise.
12785         (TARGET_UPPER_REGS_DI): Likewise.
12786         (TARGET_VEXTRACTUB): Eliminate TARGET_UPPER_REGS_{DF,DI,SF}.
12787         (TARGET_DIRECT_MOVE_64BIT): Likewise.
12788         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Likewise.
12789         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
12790         (Splitters for DI constants in Altivec registers): Likewise.
12791         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Likewise.
12792         (vsx_set_v4sf_p9): Likewise.
12793         (vsx_set_v4sf_p9_zero): Likewise.
12794         (vsx_insert_extract_v4sf_p9): Likewise.
12795         (vsx_insert_extract_v4sf_p9_2): Likewise.
12797 2017-07-25  Carl Love  <cel@us.ibm.com>
12799         * doc/extend.texi: Update the built-in documentation file for the
12800         existing built-in functions
12801         vector signed char vec_cnttz (vector signed char);
12802         vector unsigned char vec_cnttz (vector unsigned char);
12803         vector signed short vec_cnttz (vector signed short);
12804         vector unsigned short vec_cnttz (vector unsigned short);
12805         vector signed int vec_cnttz (vector signed int);
12806         vector unsigned int vec_cnttz (vector unsigned int);
12807         vector signed long long vec_cnttz (vector signed long long);
12808         vector unsigned long long vec_cnttz (vector unsigned long long);
12810 2017-07-25  Andrew Pinski  <apinski@cavium.com>
12812         * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
12813         accesses where the use is for the first operand of a BIT_INSERT.
12815 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
12817         PR bootstrap/81521
12818         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
12819         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
12821 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
12823         * config/i386/gstabs.h: Delete.
12824         * config/i386/openbsd.h, config/i386/t-openbsd: Likewise.
12826 2017-07-25  Uros Bizjak  <ubizjak@gmail.com>
12828         * config/i386/i386.c (ix86_decompose_address): Do not check for
12829         register RTX when looking at index_reg or base_reg.
12830         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use stack_pointer_rtx.
12832 2017-07-25  Eric Botcazou  <ebotcazou@adacore.com>
12834         * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace
12835         to update EH info here.
12837 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
12839         * match.pd ((X * CST1) * CST2): Simplify to X * (CST1 * CST2).
12841 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
12843         * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.
12845 2017-07-25  Torsten Duwe  <duwe@suse.de>
12847         * common.opt: Introduce -fpatchable-function-entry
12848         command line option, and its variables function_entry_patch_area_size
12849         and function_entry_patch_area_start.
12850         * opts.c (common_handle_option): Add -fpatchable_function_entry_ case,
12851         including a two-value parser.
12852         * target.def (print_patchable_function_entry): New target hook.
12853         * targhooks.h (default_print_patchable_function_entry): New function.
12854         * targhooks.c (default_print_patchable_function_entry): Likewise.
12855         * toplev.c (process_options): Switch off IPA-RA if
12856         patchable function entries are being generated.
12857         * varasm.c (assemble_start_function): Look at the
12858         patchable-function-entry command line switch and current
12859         function attributes and maybe generate NOP instructions by
12860         calling the print_patchable_function_entry hook.
12861         * doc/extend.texi: Document patchable_function_entry attribute.
12862         * doc/invoke.texi: Document -fpatchable_function_entry
12863         command line option.
12864         * doc/tm.texi.in (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY):
12865         New target hook.
12866         * doc/tm.texi: Re-generate.
12868 2017-07-25  Jakub Jelinek  <jakub@redhat.com>
12870         PR target/81532
12871         * config/i386/constraints.md (Yd, Ye): Use ALL_SSE_REGS for
12872         TARGET_AVX512DQ rather than TARGET_AVX512BW.
12874 2017-07-25  Tamar Christina  <tamar.christina@arm.com>
12876         * config/arm/parsecpu.awk (all_cores): Remove duplicates.
12878 2017-07-25  Richard Biener  <rguenther@suse.de>
12880         PR tree-optimization/81455
12881         * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
12882         not walk in cycles when looking for guards.
12884 2017-07-25  Richard Biener  <rguenther@suse.de>
12886         PR tree-optimization/81529
12887         * tree-vect-stmts.c (process_use): Disregard live induction PHIs
12888         when optimizing backedge uses.
12890 2017-07-25  David Edelsohn  <dje.gcc@gmail.com>
12892         * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
12893         character for AIX.
12894         * dwarf2out.c (output_macinfo): Copy debug_line_section_label
12895         to dl_section_ref.  On AIX, append an expression to subtract
12896         the size of the section length to dl_section_ref.
12898 2017-07-25  Segher Boessenkool  <segher@kernel.crashing.org>
12900         * configure.ac: If any of the config.* scripts fail, exit 1.
12901         * configure: Regenerate.
12903 2017-07-25  Richard Biener  <rguenther@suse.de>
12905         PR middle-end/81546
12906         * tree-ssa-operands.c (verify_imm_links): Remove cap on number
12907         of immediate uses, be more verbose on errors.
12909 2017-07-25  Richard Biener  <rguenther@suse.de>
12911         PR tree-optimization/81510
12912         * tree-vect-loop.c (vect_is_simple_reduction): When the
12913         reduction stmt is not inside the loop bail out.
12915 2017-07-25  Richard Biener  <rguenther@suse.de>
12917         PR tree-optimization/81303
12918         * tree-vect-loop-manip.c (vect_loop_versioning): Build
12919         profitability check against LOOP_VINFO_NITERSM1.
12921 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
12923         * domwalk.c (cmp_bb_postorder): Simplify.
12924         (sort_bbs_postorder): New function.  Use it...
12925         (dom_walker::walk): ...here to optimize common cases.
12927 2017-07-25  Martin Liska  <mliska@suse.cz>
12929         PR ipa/81520
12930         * ipa-visibility.c (function_and_variable_visibility): Make the
12931         redirection just on target that supports aliasing.
12932         Fix GNU coding style.
12934 2017-07-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
12936         PR libgcc/61152
12937         * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
12938         Format changes.
12939         * config/arm/rtems.h: Likewise.
12940         * config/bfin/rtems.h: Likewise.
12941         * config/i386/rtemself.h: Likewise.
12942         * config/lm32/rtems.h: Likewise.
12943         * config/m32c/rtems.h: Likewise.
12944         * config/m68k/rtemself.h: Likewise.
12945         * config/microblaze/rtems.h: Likewise.
12946         * config/mips/rtems.h: Likewise.
12947         * config/moxie/rtems.h: Likewise.
12948         * config/nios2/rtems.h: Likewise.
12949         * config/powerpcspe/rtems.h: Likewise.
12950         * config/rs6000/rtems.h: Likewise.
12951         * config/rtems.h: Likewise.
12952         * config/sh/rtems.h: Likewise.
12953         * config/sh/rtemself.h: Likewise.
12954         * config/sparc/rtemself.h: Likewise.
12956 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
12958         PR 81487
12959         * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
12960         * gimple-pretty-print.c (dump_profile, dump_probability): Same.
12961         * tree-ssa-structalias.c (alias_get_name): Same.
12963 2017-07-25  Bin Cheng  <bin.cheng@arm.com>
12965         PR target/81414
12966         * config/aarch64/cortex-a57-fma-steering.c (analyze): Skip fmul/fmac
12967         instructions if no du chain is found.
12969 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
12971         * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
12973 2017-07-25  Richard Biener  <rguenther@suse.de>
12975         PR middle-end/81505
12976         * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
12977         sticky.
12979 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
12981         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete
12982         upper-regs options.
12983         (ISA_2_7_MASKS_SERVER): Likewise.
12984         (ISA_3_0_MASKS_IEEE): Likewise.
12985         (OTHER_P8_VECTOR_MASKS): Likewise.
12986         (OTHER_VSX_VECTOR_MASKS): Likewise.
12987         (POWERPC_MASKS): Likewise.
12988         (power7 cpu): Use ISA_2_6_MASKS_SERVER instead of using a
12989         duplicate list of options.
12990         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Remove
12991         explicit -mupper-regs options.
12992         * config/rs6000/rs6000.opt (-mvsx-scalar-memory): Delete
12993         -mupper-regs* options.  Delete -mvsx-scalar-memory, which was an
12994         alias for -mupper-regs-df.
12995         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
12996         (rs6000_init_hard_regno_mode_ok): Likewise.
12997         (rs6000_option_override_internal): Likewise.
12998         (rs6000_opt_masks): Likewise.
12999         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Define upper regs
13000         options in terms of whether -mvsx or -mpower8-vector was used.
13001         (TARGET_UPPER_REGS_DI): Likewise.
13002         (TARGET_UPPER_REGS_SF): Likewise.
13003         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete the
13004         -mupper-regs-* options.
13006 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
13008         * passes.c (emergency_dump_function): Print some empty lines and a
13009         header before the RTL dump.
13011 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
13013         * cfgrtl.c (rtl_dump_bb): Don't call NEXT_INSN on NULL.
13015 2017-07-24  Wilco Dijkstra  <wdijkstr@arm.com>
13017         PR target/79041
13018         * config/aarch64/aarch64.c (aarch64_classify_symbol):
13019         Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals.
13021 2017-07-24  Carl Love  <cel@us.ibm.com>
13023         * config/rs6000/rs6000-c.c: Add support for built-in functions
13024         vector float vec_extract_fp32_from_shorth (vector unsigned short);
13025         vector float vec_extract_fp32_from_shortl (vector unsigned short);
13026         * config/rs6000/altivec.h (vec_extract_fp_from_shorth,
13027         vec_extract_fp_from_shortl): Add defines for the two builtins.
13028         * config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
13029         VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
13030         new builtins.
13031         * config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
13032         (vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
13033         * doc/extend.texi: Update the built-in documentation file for the
13034         new built-in function.
13036 2017-07-24  Jakub Jelinek  <jakub@redhat.com>
13038         PR bootstrap/81521
13039         * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
13040         documentation.
13041         * doc/generic.texi: Likewise.
13042         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
13043         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
13045 2017-07-24  Jackson Woodruff  <jackson.woodruff@arm.com>
13047         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): New.
13048         (aarch64_mls_elt_merge<mode>): Likewise.
13050 2017-07-23  Krister Walfridsson  <krister.walfridsson@gmail.com>
13052         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
13053         having __cxa_atexit.
13055 2017-07-23  Michael Collison  <michael.collison@arm.com>
13057         * config/arm/arm.c (arm_option_override): Deprecate
13058         use of -mstructure-size-boundary.
13059         * config/arm/arm.opt: Deprecate -mstructure-size-boundary.
13060         * doc/invoke.texi: Deprecate -mstructure-size-boundary.
13062 2017-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13064         PR target/80695
13065         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
13066         Reduce cost estimate for direct moves.
13068 2017-07-23  Uros Bizjak  <ubizjak@gmail.com>
13070         PR target/80569
13071         * config/i386/i386.c (ix86_option_override_internal): Disable
13072         BMI, BMI2 and TBM instructions for -m16.
13074 2017-07-21  Carl Love  <cel@us.ibm.com>
13076         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
13077         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
13078         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
13079         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
13080         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
13081         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
13082         VMULOSW): New enum "unspec" values.
13083         (altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
13084         altivec_vmulosw): New patterns.
13085         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
13086         VMULOSW): Add definitions.
13088 2017-07-21  Jim Wilson  <jim.wilson@linaro.org>
13090         * config/aarch64/aarch64-cores.def (falkor): Add AARCH64_FL_RDMA.
13091         (qdf24xx): Likewise.
13092         * config/aarch64/aarch64-options-extensions.def (rdma); New.
13093         * config/aarch64/aarch64.h (AARCH64_FL_RDMA): New.
13094         (AARCH64_FL_V8_1): Renumber.
13095         (AARCH64_FL_FOR_ARCH8_1): Add AARCH64_FL_RDMA.
13096         (AARCH64_ISA_RDMA): Use AARCH64_FL_RDMA.
13097         * config/aarch64/arm_neon.h: Use +rdma instead of arch=armv8.1-a.
13098         * doc/invoke.texi (AArch64 Options): Mention +rmda in -march docs.  Add
13099         rdma to feature modifiers list.
13101 2017-07-21  Yury Gribov  <tetra2005@gmail.com>
13103         PR middle-end/56727
13104         * ipa-visibility (function_and_variable_visibility): Convert
13105         recursive PLT call to direct call if appropriate.
13107 2017-07-21  Andrew Pinski  <apinski@cavium.com>
13109         * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
13110         operand 1 to see if the types precision matches.
13111         * fold-const.c (operand_equal_p): Likewise.
13113 2017-07-21  Richard Biener  <rguenther@suse.de>
13115         PR tree-optimization/81303
13116         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Pass
13117         in datarefs vector.  Allow NULL dr0 for no peeling cost estimate.
13118         (vect_peeling_hash_get_lowest_cost): Adjust.
13119         (vect_enhance_data_refs_alignment): Likewise.  Use
13120         vect_get_peeling_costs_all_drs to compute the penalty for no
13121         peeling to match up costs.
13123 2017-07-21  Richard Biener  <rguenther@suse.de>
13125         PR tree-optimization/81500
13126         * tree-vect-loop.c (vect_is_simple_reduction): Properly fail if
13127         we didn't identify a reduction path.
13129 2017-07-21  Tom de Vries  <tom@codesourcery.com>
13130             Cesar Philippidis  <cesar@codesourcery.com>
13132         PR gcov-profile/81442
13133         * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Add missing edge
13134         probabilities.
13136 2017-07-21  Tom de Vries  <tom@codesourcery.com>
13138         PR lto/81430
13139         * config/nvptx/nvptx.c (nvptx_override_options_after_change): New
13140         function.
13141         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
13142         nvptx_override_options_after_change.
13144 2017-07-21  Ulrich Drepper  <drepper@redhat.com>
13146         * dwarf2out.c (output_file_names): Avoid double testing for
13147         dwarf_version >= 5.
13149 2017-07-21  Georg-Johann Lay  <avr@gjlay.de>
13151         * doc/invoke.texi (AVR Built-in Functions): Re-layout section.
13153 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
13155         * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
13156         hot/cold regions.
13157         (try_crossjump_to_edge): Do not punt on partitioned functions.
13159 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
13161         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
13162         Put all BBs reachable only via paths crossing cold region to cold
13163         region.
13164         * cfgrtl.c (find_bbs_reachable_by_hot_paths): New function.
13166 2016-07-21  Richard Biener  <rguenther@suse.de>
13168         PR tree-optimization/81303
13169         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Take
13170         into account prologue and epilogue iterations when raising
13171         min_profitable_iters to sth at least covering one vector iteration.
13173 2017-07-21  Tamar Christina  <tamar.christina@arm.com>
13175         * config/arm/arm.c (arm_test_cpu_arch_dat):
13176         Check for overlap.
13178 2017-07-20  Nathan Sidwell  <nathan@acm.org>
13180         Remove TYPE_METHODS.
13181         * tree.h (TYPE_METHODS): Delete.
13182         * dwarf2out.c (gen_member_die): Member fns are on TYPE_FIELDS.
13183         * dbxout.c (dbxout_type_fields): Ignore FUNCTION_DECLs.
13184         (dbxout_type_methods): Scan TYPE_FIELDS.
13185         (dbxout_type): Don't check TYPE_METHODS here.
13186         * function.c (use_register_for_decl): Always ignore register for
13187         class types when not optimizing.
13188         * ipa-devirt.c (odr_types_equivalent_p): Delete TYPE_METHODS scan.
13189         * tree.c (free_lang_data_in_type): Stitch out member functions and
13190         templates from TYPE_FIELDS.
13191         (build_distinct_type_copy, verify_type_variant,
13192         verify_type): Member fns are on TYPE_FIELDS.
13193         * tree-dump.c (dequeue_and_dump): No TYPE_METHODS.
13194         * tree-pretty-print.c (dump_generic_node): Likewise.
13196 2017-07-20  Jakub Jelinek  <jakub@redhat.com>
13198         PR target/80846
13199         * config/i386/i386.c (ix86_expand_vector_init_general): Handle
13200         V2TImode and V4TImode.
13201         (ix86_expand_vector_extract): Likewise.
13202         * config/i386/sse.md (VMOVE): Enable V4TImode even for just
13203         TARGET_AVX512F, instead of only for TARGET_AVX512BW.
13204         (ssescalarmode): Handle V4TImode and V2TImode.
13205         (VEC_EXTRACT_MODE): Add V4TImode and V2TImode.
13206         (*vec_extractv2ti, *vec_extractv4ti): New insns.
13207         (VEXTRACTI128_MODE): New mode iterator.
13208         (splitter for *vec_extractv?ti first element): New.
13209         (VEC_INIT_MODE): New mode iterator.
13210         (vec_init<mode>): Consolidate 3 expanders into one using
13211         VEC_INIT_MODE mode iterator.
13213 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
13215         * lra-assigns.c (pseudo_compare_func): Fix comparison step based on
13216         non_spilled_static_chain_regno_p.
13218 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
13220         * gimple-ssa-store-merging.c (sort_by_bitpos): Return 0 on equal bitpos.
13222 2017-07-20  Jan Hubicka  <hubicka@ucw.cz>
13224         * bb-reorder.c (connect_traces): Allow copying of blocks within
13225         single partition.
13227 2017-07-20  Richard Biener  <rguenther@suse.de>
13229         * gimple.h (gimple_phi_result): Add gphi * overload.
13230         (gimple_phi_result_ptr): Likewise.
13231         (gimple_phi_arg): Likewise.  Adjust index assert to only
13232         allow actual argument accesses rather than all slots available
13233         by capacity.
13234         (gimple_phi_arg_def): Add gphi * overload.
13235         * tree-phinodes.c (make_phi_node): Initialize only actual
13236         arguments.
13237         (resize_phi_node): Clear memory not covered by old node,
13238         do not initialize excess argument slots.
13239         (reserve_phi_args_for_new_edge): Initialize new argument slot
13240         completely.
13242 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
13244         PR tree-optimization/81388
13245         Revert r238585:
13246         2016-07-21  Bin Cheng  <bin.cheng@arm.com>
13248         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
13249         by removing computation of may_be_zero.
13251 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
13252             Tom de Vries  <tom@codesourcery.com>
13254         PR middle-end/81030
13255         * cfgbuild.c (find_many_sub_basic_blocks): Update REG_BR_PROB note
13256         when gimple level profile disagrees with what RTL expander did.
13258 2017-07-20  Richard Biener  <rguenther@suse.de>
13260         PR tree-optimization/61171
13261         * tree-vectorizer.h (slp_instance): Add reduc_phis member.
13262         (vect_analyze_stmt): Add slp instance parameter.
13263         (vectorizable_reduction): Likewise.
13264         * tree-vect-loop.c (vect_analyze_loop_operations): Adjust.
13265         (vect_is_simple_reduction): Deal with chains not detected
13266         as SLP reduction chain, specifically not properly associated
13267         chains containing a mix of plus/minus.
13268         (get_reduction_op): Remove.
13269         (get_initial_defs_for_reduction): Simplify, pass in whether
13270         this is a reduction chain, pass in the SLP node for the PHIs.
13271         (vect_create_epilog_for_reduction): Get the SLP instance as
13272         arg and adjust.
13273         (vectorizable_reduction): Get the SLP instance as arg.
13274         During analysis remember the SLP node with the PHIs in the
13275         instance.  Simplify getting at the vectorized reduction PHIs.
13276         * tree-vect-slp.c (vect_slp_analyze_node_operations): Pass
13277         through SLP instance.
13278         (vect_slp_analyze_operations): Likewise.
13279         * tree-vect-stms.c (vect_analyze_stmt): Likewise.
13280         (vect_transform_stmt): Likewise.
13282 2017-07-20  Tom de Vries  <tom@codesourcery.com>
13284         PR tree-optimization/81489
13285         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Move
13286         read of phi arg location to before loop that modifies phi.
13288 2017-07-20  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
13290         * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2) ? d : 0):
13291         New pattern.
13293 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
13295         PR middle-end/81331
13296         * except.c (execute): Fix ordering issue.
13298 2018-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
13300         PR rtl-optimization/81423
13301         * combine.c (make_compound_operation_int): Don't try to optimize
13302         the AND of a SUBREG of an LSHIFTRT if that SUBREG is paradoxical.
13304 2017-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
13306         PR rtl-optimization/81423
13307         * simplify-rtx.c (simplify_truncation): Handle truncating an IOR
13308         with a constant that is -1 in the truncated to mode.
13310 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
13312         * predict.c (propagate_unlikely_bbs_forward): Break out from ...
13313         (determine_unlikely_bbs): ... here.
13314         * predict.h (propagate_unlikely_bbs_forward): Declare.
13315         * cfgexpand.c (pass_expand::execute): Use it.
13316         * bb-reorder.c (sanitize_hot_paths): Do not consider known to be
13317         unlikely edges.
13318         (find_rarely_executed_basic_blocks_and_crossing_edges): Use
13319         propagate_unlikely_bbs_forward.
13321 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
13323         PR middle-end/81331
13324         * except.c (maybe_add_nop_after_section_switch): New function.
13325         (execute): Use it.
13327 2017-07-19  Tom de Vries  <tom@codesourcery.com>
13329         * gimple.h (gimple_phi_set_arg): Make assert more strict.
13331 2017-07-19  Tom de Vries  <tom@codesourcery.com>
13333         * gimple.h (gimple_phi_arg): Make assert more strict.
13335 2017-07-19  Steven Munroe  <munroesj@gcc.gnu.org>
13337         * config.gcc (powerpc*-*-*): Add mmintrin.h.
13338         * config/rs6000/mmintrin.h: New file.
13339         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include mmintrin.h.
13341 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
13343         PR tree-optimization/81346
13344         * match.pd: Optimize (X - 1U) <= INT_MAX-1U into (int) X > 0.
13346 2017-07-19  Tom de Vries  <tom@codesourcery.com>
13348         * config/nvptx/nvptx.md (VECIM): Add V2DI.
13350 2017-07-19  Tom de Vries  <tom@codesourcery.com>
13352         * config/nvptx/nvptx-modes.def: Add V2DImode.
13353         * config/nvptx/nvptx-protos.h (nvptx_data_alignment): Declare.
13354         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2DImode.
13355         (nvptx_output_mov_insn): Handle lack of mov.b128.
13356         (nvptx_print_operand): Handle 'H' and 'L' codes.
13357         (nvptx_vector_mode_supported): Allow V2DImode.
13358         (nvptx_preferred_simd_mode): New function.
13359         (nvptx_data_alignment): New function.
13360         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Redefine to
13361         nvptx_preferred_simd_mode.
13362         * config/nvptx/nvptx.h (STACK_BOUNDARY, BIGGEST_ALIGNMENT): Change from
13363         64 to 128 bits.
13364         (DATA_ALIGNMENT): Define.  Set to nvptx_data_alignment.
13366 2017-07-19  Tom de Vries  <tom@codesourcery.com>
13368         * config/nvptx/nvptx-modes.def: New file.  Add V2SImode.
13369         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2SImode.
13370         (nvptx_vector_mode_supported): New function.  Allow V2SImode.
13371         (TARGET_VECTOR_MODE_SUPPORTED_P): Redefine to nvptx_vector_mode_supported.
13372         * config/nvptx/nvptx.md (VECIM): New mode iterator. Add V2SI.
13373         (mov<VECIM>_insn): New define_insn.
13374         (define_expand "mov<VECIM>): New define_expand.
13376 2017-07-19  Tom de Vries  <tom@codesourcery.com>
13378         * config/nvptx/nvptx.c (nvptx_print_operand): Handle v2 vector mode.
13380 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
13382         PR tree-optimization/81346
13383         * fold-const.h (fold_div_compare, range_check_type): Declare.
13384         * fold-const.c (range_check_type): New function.
13385         (build_range_check): Use range_check_type.
13386         (fold_div_compare): No longer static, rewritten into
13387         a match.pd helper function.
13388         (fold_comparison): Don't call fold_div_compare here.
13389         * match.pd (X / C1 op C2): New optimization using fold_div_compare
13390         as helper function.
13392 2017-07-19  Nathan Sidwell  <nathan@acm.org>
13394         * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ...
13395         (TYPE_MIN_VALUE_RAW, TYPE_MAX_VALUE_RAW): ... these.
13396         * tree.c (find_decls_types_r, verify_type): Use
13397         TYPE_{MIN,MAX}_VALUE_RAW.
13398         * lto-streamer-out.c (DFS::DFS_write_tree_body): Likewise.
13399         (hash_tree): Likewise.
13400         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
13401         Likewise.
13402         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
13403         Likewise.
13405 2017-07-18  Tom de Vries  <tom@codesourcery.com>
13407         PR middle-end/81464
13408         * omp-expand.c (expand_omp_for_static_chunk): Handle
13409         equal-argument loop exit phi.
13411 2017-07-18  Uros Bizjak  <ubizjak@gmail.com>
13413         PR target/81471
13414         * config/i386/i386.md (rorx_immediate_operand): New mode attribute.
13415         (*bmi2_rorx<mode>3_1): Use rorx_immediate_operand as
13416         operand 2 predicate.
13417         (*bmi2_rorxsi3_1_zext): Use const_0_to_31_operand as
13418         operand 2 predicate.
13419         (ror,rol -> rorx splitters): Use const_int_operand as
13420         operand 2 predicate.
13422 2017-06-18  Richard Biener  <rguenther@suse.de>
13424         PR tree-optimization/81410
13425         * tree-vect-stmts.c (vectorizable_load): Properly adjust for
13426         the gap in the ! slp_perm SLP case after each group.
13428 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
13430         PR middle-end/81463
13431         * cfgloopmanip.c (scale_loop_profile): Watch out for zero frequency
13432         again.
13434 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
13436         PR middle-end/81462
13437         * predict.c (set_even_probabilities): Cleanup; do not affect
13438         probabilities that are already known.
13439         (combine_predictions_for_bb): Call even when count is set.
13441 2017-07-18  Nathan Sidwell  <nathan@acm.org>
13443         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
13444         TYPE_MAX_VALUE.
13446 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
13448         PR target/81408
13449         * tree-ssa-loop-niter.c (number_of_iterations_exit): Dump missed
13450         optimization for loop niter analysis.
13452 2017-07-18  Georg-Johann Lay  <avr@gjlay.de>
13454         PR target/81473
13455         * config/avr/avr.c (avr_optimize_casesi): Don't use
13456         INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX.
13458 2017-07-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
13460         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Remove
13461         body_cost_vec from _vect_peel_extended_info.
13462         (vect_peeling_hash_get_lowest_cost): Do not set body_cost_vec.
13463         (vect_peeling_hash_choose_best_peeling): Remove body_cost_vec and
13464         npeel.
13466 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
13468         * config/arm/arm.c (emit_unlikely_jump): Remove unused var.
13470 2017-07-18  Richard Biener  <rguenther@suse.de>
13472         PR tree-optimization/80620
13473         PR tree-optimization/81403
13474         * tree-ssa-pre.c (phi_translate_1): Clear range and points-to
13475         info when re-using a VN table entry.
13477 2017-07-18  Richard Biener  <rguenther@suse.de>
13479         PR tree-optimization/81418
13480         * tree-vect-loop.c (vectorizable_reduction): Properly compute
13481         vectype_in.  Verify that with lane-reducing reduction operations
13482         we have a single def-use cycle.
13484 2017-07-17  Carl Love  <cel@us.ibm.com>
13486         Revert commit r249424   2017-06-20  Carl Love  <cel@us.ibm.com>
13488         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
13489         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
13490         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
13491         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
13492         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
13493         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
13494         VMULOSW): New enum "unspec" values.
13495         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
13496         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
13497         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
13498         altivec_vmulosw): New patterns.
13499         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
13500         VMULOSW): Add definitions.
13501 2017-07-17  Uros Bizjak  <ubizjak@gmail.com>
13503         * config/alpha/alpha.c: Include predict.h.
13505 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
13507         * tree-vrp.c (compare_assert_loc): Fix comparison function
13508         to return predictable results.
13510 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
13512         * config/arc/arc.md (adddi3): Remove support for mexpand-adddi
13513         option.
13514         (subdi3): Likewise.
13515         * config/arc/arc.opt (mexpand-adddi): Deprecate it.
13516         * doc/invoke.texi (mexpand-adddi): Update text.
13518 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
13520         * config/arc/arc.md (clzsi2): Expand to an arc_clzsi2 instruction
13521         that also clobbers the CC register. The old expand code is moved
13522         to ...
13523         (*arc_clzsi2): ... here.
13524         (ctzsi2): Expand to an arc_ctzsi2 instruction that also clobbers
13525         the CC register. The old expand code is moved to ...
13526         (arc_ctzsi2): ... here.
13528 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
13530         * config/arc/arc.opt (mindexed-loads): Use initial value
13531         TARGET_INDEXED_LOADS_DEFAULT.
13532         (mauto-modify-reg): Use initial value
13533         TARGET_AUTO_MODIFY_REG_DEFAULT.
13534         * config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
13535         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
13536         * config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
13537         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
13539 2017-07-17  Martin Liska  <mliska@suse.cz>
13541         PR sanitizer/81302
13542         * opts.c (finish_options): Do not allow -fgnu-tm
13543         w/ -fsanitize={kernel-,}address.  Say sorry.
13545 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
13547         PR target/81369
13548         * tree-loop-distribution.c (classify_partition): Only assert on
13549         numer of iterations.
13550         (merge_dep_scc_partitions): Delete prameter.  Update function call.
13551         (distribute_loop): Remove code handling loop with unknown niters.
13552         (pass_loop_distribution::execute): Skip loop with unknown niters.
13554 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
13556         PR target/81369
13557         * tree-loop-distribution.c (merge_dep_scc_partitions): Sink call to
13558         function sort_partitions_by_post_order.
13560 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
13562         PR tree-optimization/81374
13563         * tree-loop-distribution.c (pass_loop_distribution::execute): Record
13564         the max index of basic blocks, rather than number of basic blocks.
13566 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
13568         * config/arc/arc-protos.h (arc_legitimate_pc_offset_p): Remove
13569         proto.
13570         (arc_legitimate_pic_operand_p): Likewise.
13571         * config/arc/arc.c (arc_legitimate_pic_operand_p): Remove
13572         function.
13573         (arc_needs_pcl_p): Likewise.
13574         (arc_legitimate_pc_offset_p): Likewise.
13575         (arc_legitimate_pic_addr_p): Remove LABEL_REF case, as this
13576         function is also used in constrains.md.
13577         (arc_legitimate_constant_p): Use arc_legitimate_pic_addr_p to
13578         validate pic constants. Handle CONST_INT, CONST_DOUBLE, MINUS and
13579         PLUS.  Only return true/false in known cases, otherwise assert.
13580         (arc_legitimate_address_p): Remove arc_legitimate_pic_addr_p as it
13581         is already called in arc_legitimate_constant_p.
13582         * config/arc/arc.h (CONSTANT_ADDRESS_P): Consider also LABEL for
13583         pic addresses.
13584         (LEGITIMATE_PIC_OPERAND_P): Use
13585         arc_raw_symbolic_reference_mentioned_p function.
13586         * config/arc/constraints.md (Cpc): Use arc_legitimate_pic_addr_p
13587         function.
13588         (Cal): Likewise.
13589         (C32): Likewise.
13591 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
13592         Andrew Burgess  <andrew.burgess@embecosm.com>
13594         * config/arc/arc-protos.h (arc_compute_function_type): Change prototype.
13595         (arc_return_address_register): New function.
13596         * config/arc/arc.c (arc_handle_fndecl_attribute): New function.
13597         (arc_handle_fndecl_attribute): Add naked attribute.
13598         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
13599         (TARGET_WARN_FUNC_RETURN): Likewise.
13600         (arc_allocate_stack_slots_for_args): New function.
13601         (arc_warn_func_return): Likewise.
13602         (machine_function): Change type fn_type.
13603         (arc_compute_function_type): Consider new naked function type,
13604         change function return type.
13605         (arc_must_save_register): Adapt to handle new
13606         arc_compute_function_type's return type.
13607         (arc_expand_prologue): Likewise.
13608         (arc_expand_epilogue): Likewise.
13609         (arc_return_address_regs): Delete.
13610         (arc_return_address_register): New function.
13611         (arc_epilogue_uses): Use above function.
13612         * config/arc/arc.h (arc_return_address_regs): Delete prototype.
13613         (arc_function_type): Change encoding, add naked type.
13614         (ARC_INTERRUPT_P): Change to handle the new encoding.
13615         (ARC_FAST_INTERRUPT_P): Likewise.
13616         (ARC_NORMAL_P): Define.
13617         (ARC_NAKED_P): Likewise.
13618         (arc_compute_function_type): Delete prototype.
13619         * config/arc/arc.md (in_ret_delay_slot): Use
13620         arc_return_address_register function.
13621         (simple_return): Likewise.
13622         (p_return_i): Likewise.
13624 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
13626         PR tree-optimization/81428
13627         * match.pd (X / X -> one): Don't optimize _Fract divisions, as 1
13628         can't be built for those types.
13630 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
13632         Remove stuff dead since r239246.
13634         * config/avr/avr-arch.h (avr_inform_devices): Remove dead proto.
13635         * config/avr/avr-devices.c (mcu_name, comparator, avr_mcus_str)
13636         (avr_inform_devices): Remove dead stuff.
13638 2017-07-17  Tamar Christina  <tamar.christina@arm.com>
13640         * config/arm/arm_neon.h: Fix softp typo.
13642 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
13644         PR tree-optimization/81365
13645         * tree-ssa-phiprop.c (propagate_with_phi): When considering hoisting
13646         aggregate moves onto bb predecessor edges, make sure there are no
13647         loads that could alias the lhs in between the start of bb and the
13648         loads from *phi.
13650 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
13652         PR 80929
13653         * config/avr/avr.c (avr_mul_highpart_cost): New static function.
13654         (avr_rtx_costs_1) [TRUNCATE]: Use it to compute mul_highpart cost.
13655         [LSHIFTRT, outer_code = TRUNCATE]: Same.
13657 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
13659         PR tree-optimization/81396
13660         * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
13661         (init_symbolic_number): Initialize it to 1.
13662         (perform_symbolic_merge): Add n_ops from both operands into the new
13663         n_ops.
13664         (find_bswap_or_nop): Don't consider n->n == cmpnop computations
13665         without base_addr as useless if they need more than one operation.
13666         (bswap_replace): Handle !bswap case for NULL base_addr.
13668 2017-07-17  Tom de Vries  <tom@codesourcery.com>
13670         PR target/81069
13671         * config/nvptx/nvptx.c (nvptx_single): Insert diverging branch as late
13672         as possible.
13674 2017-07-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
13676         * config/sparc/rtemself.h (TARGET_OS_CPP_BUILTINS): Add
13677         conditional builtin define __FIX_LEON3FT_B2BST.
13679 2017-07-17  Daniel Cederman  <cederman@gaisler.com>
13681         * config/sparc/t-rtems: Add mfix-gr712rc multilibs. Replace
13682         MULTILIB_EXCEPTIONS with MULTILIB_REQUIRED. Match -mfix-gr712rc
13683         with -mfix-ut700.
13685 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
13687         PR rtl-optimization/81424
13688         * optabs.c (prepare_cmp_insn): Use copy_to_reg instead of force_reg
13689         to remove potential trapping from operands if -fnon-call-exceptions.
13691 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
13693         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use
13694         profile_proability for scalling.
13695         * scale_profile_for_vect_loop.c (scale_profile_for_vect_loop): Likewise.
13697 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
13699         * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
13701 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
13703         * cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE
13704         fixpoint arithmetics.
13706 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
13708         * tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE
13709         fixpoint arithmetics.
13711 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
13713         * asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE
13714         fixpoint arithmetics.
13716 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
13718         * profile-count.h (profile_probability::from_reg_br_prob_note,
13719         profile_probability::to_reg_br_prob_note): New functions.
13720         * doc/rtl.texi (REG_BR_PROB_NOTE): Update documentation.
13721         * reg-notes.h (REG_BR_PROB, REG_BR_PRED): Update docs.
13722         * predict.c (probability_reliable_p): Update.
13723         (edge_probability_reliable_p): Update.
13724         (br_prob_note_reliable_p): Update.
13725         (invert_br_probabilities): Update.
13726         (add_reg_br_prob_note): New function.
13727         (combine_predictions_for_insn): Update.
13728         * asan.c (asan_clear_shadow): Update.
13729         * cfgbuild.c (compute_outgoing_frequencies): Update.
13730         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
13731         (update_br_prob_note): Update.
13732         (rtl_verify_edges): Update.
13733         (purge_dead_edges): Update.
13734         (fixup_reorder_chain): Update.
13735         * emit-rtl.c (try_split): Update.
13736         * ifcvt.c (cond_exec_process_insns): Update.
13737         (cond_exec_process_if_block): Update.
13738         (dead_or_predicable): Update.
13739         * internal-fn.c (expand_addsub_overflow): Update.
13740         (expand_neg_overflow): Update.
13741         (expand_mul_overflow): Update.
13742         * loop-doloop.c (doloop_modify): Update.
13743         * loop-unroll.c (compare_and_jump_seq): Update.
13744         * optabs.c (emit_cmp_and_jump_insn_1): Update.
13745         * predict.h: Update.
13746         * reorg.c (mostly_true_jump): Update.
13747         * rtl.h: Update.
13748         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): Update.
13749         * config/alpha/alpha.c (emit_unlikely_jump): Update.
13750         * config/arc/arc.c: (emit_unlikely_jump): Update.
13751         * config/arm/arm.c: (emit_unlikely_jump): Update.
13752         * config/bfin/bfin.c (cbranch_predicted_taken_p): Update.
13753         * config/frv/frv.c (frv_print_operand_jump_hint): Update.
13754         * config/i386/i386.c (ix86_expand_split_stack_prologue): Update.
13755         (ix86_print_operand): Update.
13756         (ix86_split_fp_branch): Update.
13757         (predict_jump): Update.
13758         * config/ia64/ia64.c (ia64_print_operand): Update.
13759         * config/mmix/mmix.c (mmix_print_operand): Update.
13760         * config/powerpcspe/powerpcspe.c (output_cbranch): Update.
13761         (rs6000_expand_split_stack_prologue): Update.
13762         * config/rs6000/rs6000.c: Update.
13763         * config/s390/s390.c (s390_expand_vec_strlen): Update.
13764         (s390_expand_vec_movstr): Update.
13765         (s390_expand_cs_tdsi): Update.
13766         (s390_expand_split_stack_prologue): Update.
13767         * config/sh/sh.c (sh_print_operand): Update.
13768         (expand_cbranchsi4): Update.
13769         (expand_cbranchdi4): Update.
13770         * config/sparc/sparc.c (output_v9branch): Update.
13771         * config/spu/spu.c (get_branch_target): Update.
13772         (ea_load_store_inline): Update.
13773         * config/tilegx/tilegx.c (cbranch_predicted_p): Update.
13774         * config/tilepro/tilepro.c: Update.
13776 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
13778         * gimplify.c (mostly_copy_tree_r): Revert latest change.
13779         (gimplify_save_expr): Likewise.
13781 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
13783         * ipa-visibility.c (function_and_variable_visibility): Fix pasto.
13785 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
13787         * ipa-fnsummary.c (pass_data_ipa_fn_summary): Use
13788         TV_IPA_FNSUMMARY.
13789         * timevar.def (TV_IPA_FNSUMMARY): Define.
13791 2017-07-16  Daniel Cederman  <cederman@gaisler.com>
13793         * config/sparc/sparc.md (divdf3_fix): Add NOP to prevent back
13794         to back store errata sensitive sequence from being generated.
13795         (sqrtdf2_fix): Likewise.
13797 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
13799         * tree-ssa-threadupdate.c (compute_path_counts,
13800         update_joiner_offpath_counts): Use profile_probability.
13802 2017-07-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13804         Revert:
13805         2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13807         * config/arm/arm-c.c (arm_cpu_builtins): Define
13808         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
13810 2017-07-14  Kelvin Nilsen  <kelvin@gcc.gnu.org>
13812         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
13813         array entries to represent __ieee128 versions of the
13814         scalar_test_data_class, scalar_test_neg, scalar_extract_exp,
13815         scalar_extract_sig, and scalar_insert_exp built-in functions.
13816         (altivec_resolve_overloaded_builtin): Add special case handling
13817         for the __builtin_scalar_insert_exp function, as represented by
13818         the P9V_BUILTIN_VEC_VSIEDP constant.
13819         * config/rs6000/rs6000-builtin.def (VSEEQP): Add scalar extract
13820         exponent support for __ieee128 argument.
13821         (VSESQP): Add scalar extract signature support for __ieee128
13822         argument.
13823         (VSTDCNQP): Add scalar test negative support for __ieee128
13824         argument.
13825         (VSIEQP): Add scalar insert exponent support for __int128 argument
13826         with __ieee128 result.
13827         (VSIEQPF): Add scalar insert exponent support for __ieee128
13828         argument with __ieee128 result.
13829         (VSTDCQP): Add scalar test data class support for __ieee128
13830         argument.
13831         (VSTDCNQP): Add overload support for scalar test negative with
13832         __ieee128 argument.
13833         (VSTDCQP): Add overload support for scalar test data class
13834         __ieee128 argument.
13835         * config/rs6000/vsx.md (UNSPEC_VSX_SXSIG) Replace
13836         UNSPEC_VSX_SXSIGDP.
13837         (UNSPEC_VSX_SIEXPQP): New constant.
13838         (xsxexpqp): New insn for VSX scalar extract exponent quad
13839         precision.
13840         (xsxsigqp): New insn for VSX scalar extract significand quad
13841         precision.
13842         (xsiexpqpf): New insn for VSX scalar insert exponent quad
13843         precision with floating point argument.
13844         (xststdcqp): New expand for VSX scalar test data class quad
13845         precision.
13846         (xststdcnegqp): New expand for VSX scalar test negative quad
13847         precision.
13848         (xststdcqp): New insn to match expansions for VSX scalar test data
13849         class quad precision and VSX scalar test negative quad precision.
13850         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
13851         special case operand checking to enforce that second operand of
13852         VSX scalar test data class with quad precision argument is a 7-bit
13853         unsigned literal.
13854         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
13855         prototypes and descriptions of __ieee128 versions of
13856         scalar_extract_exp, scalar_extract_sig, scalar_insert_exp,
13857         scalar_test_data_class, and scalar_test_neg built-in functions.
13859 2016-07-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13861         PR tree-optimization/81162
13862         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Don't
13863         replace a negate with an add.
13865 2017-07-14  James Greenhalgh  <james.greenhalgh@arm.com>
13867         * doc/invoke.texi (arm/-mcpu): Document +crypto.
13869 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13871         * config/arm/arm-c.c (arm_cpu_builtins): Define
13872         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
13874 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13876         * config/arm/arm-cpus.in (cortex-r52): Add new entry.
13877         (armv8-r): Set ARM Cortex-R52 as default CPU.
13878         * config/arm/arm-tables.opt: Regenerate.
13879         * config/arm/arm-tune.md: Regenerate.
13880         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
13881         Cortex-R52.
13882         * doc/invoke.texi: Mention -mtune=cortex-r52 and availability of fp.dp
13883         extension for -mcpu=cortex-r52.
13885 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13887         * config/arm/arm-isa.h (isa_bit_FP_ARMv8): Delete enumerator.
13888         (ISA_FP_ARMv8): Define as ISA_FPv5 and ISA_FP_D32.
13889         * config/arm/arm-cpus.in (armv8-r): Define fp.sp as enabling FPv5.
13890         (fp-armv8): Define it as FP_ARMv8 only.
13891         config/arm/arm.h (TARGET_FPU_ARMV8): Delete.
13892         (TARGET_VFP_FP16INST): Define using TARGET_VFP5 rather than
13893         TARGET_FPU_ARMV8.
13894         config/arm/arm.c (arm_rtx_costs_internal): Replace checks against
13895         TARGET_FPU_ARMV8 by checks against TARGET_VFP5.
13896         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Define
13897         first ARM_CHECK_BUILTIN_MODE definition using TARGET_VFP5 rather
13898         than TARGET_FPU_ARMV8.
13899         * config/arm/arm-c.c (arm_cpu_builtins): Likewise for
13900         __ARM_FEATURE_NUMERIC_MAXMIN macro definition.
13901         * config/arm/arm.md (cmov<mode>): Condition on TARGET_VFP5 rather than
13902         TARGET_FPU_ARMV8.
13903         * config/arm/neon.md (neon_vrint): Likewise.
13904         (neon_vcvt): Likewise.
13905         (neon_<fmaxmin_op><mode>): Likewise.
13906         (<fmaxmin><mode>3): Likewise.
13907         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Likewise.
13908         * config/arm/predicates.md (arm_cond_move_operator): Check against
13909         TARGET_VFP5 rather than TARGET_FPU_ARMV8 and fix spacing.
13911 2017-07-14  Jackson Woodruff  <jackson.woodruff@arm.com>
13913         * config/aarch64/aarch64.c (aarch64_print_operand): Move comments
13914         to top of function.
13916 2017-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13918         * gimple-ssa-store-merging.c (clear_bit_region): Replace reference to
13919         loop in comment with memset.
13921 2017-07-14  Martin Liska  <mliska@suse.cz>
13923         * cfgexpand.c (expand_gimple_basic_block): Remove dead comment.
13924         * dwarf2out.c (is_java): Remove the function.
13925         (output_pubname): Remove usage of the function.
13926         (lower_bound_default): Remove usage of DW_LANG_Java.
13927         (gen_compile_unit_die): Likewise.
13928         * gcc.c: Remove compiler defaults for .java and .zip files.
13929         * gimple-expr.c (remove_suffix): Change as there's no longer
13930         extension than 4-letter one.
13931         * gimplify.c (mostly_copy_tree_r): Remove Java-special part.
13932         (gimplify_save_expr): Likewise.
13933         * ipa-utils.h (polymorphic_type_binfo_p): Remove the comment
13934         as it's possible even for other languages than Java.
13935         * langhooks.h (struct lang_hooks): Remove Java from a comment.
13936         * lto-opts.c (lto_write_options): Remove reference to Java.
13937         * opts.c (strip_off_ending): Update file extension handling.
13938         * tree-cfg.c (verify_gimple_call): Remove comment with Java.
13939         * tree-eh.c (lower_resx): Likewise.
13940         * tree.c (free_lang_data_in_type): Remove dead code.
13941         (find_decls_types_r): Likewise.
13942         (build_common_builtin_nodes): Remove Java from a comment.
13943         (verify_type): Remove dead code.
13944         * varasm.c (assemble_external): Remove Java from a comment.
13946 2017-07-14  Martin Liska  <mliska@suse.cz>
13948         * opts.c (finish_options): Add quotes.
13949         (common_handle_option): Likewise.
13951 2017-07-14  Martin Liska  <mliska@suse.cz>
13953         * dbxout.c (get_lang_number): Do not handle GNU Pascal.
13954         * dbxout.h (extern void dbxout_stab_value_internal_label_diff):
13955         Remove N_SO_PASCAL.
13956         * dwarf2out.c (lower_bound_default): Do not handle
13957         DW_LANG_Pascal83.
13958         (gen_compile_unit_die): Likewise.
13959         * gcc.c: Remove default extension binding for GNU Pascal.
13960         * stmt.c: Remove Pascal language from a comment.
13961         * xcoffout.c: Likewise.
13963 2017-07-13  David Malcolm  <dmalcolm@redhat.com>
13965         PR c/81405
13966         * diagnostic-show-locus.c (fixit_cmp): New function.
13967         (layout::layout): Sort m_fixit_hints.
13968         (column_range::column_range): Assert that the values are valid.
13969         (struct char_span): New struct.
13970         (correction::overwrite): New method.
13971         (struct source_line): New struct.
13972         (line_corrections::add_hint): Add assertions.  Reimplement memcpy
13973         calls in terms of classes source_line and char_span, and
13974         correction::overwrite.
13975         (selftest::test_overlapped_fixit_printing_2): New function.
13976         (selftest::diagnostic_show_locus_c_tests): Call it.
13978 2017-07-13  Will Schmidt  <will_schmidt@vnet.ibm.com>
13980         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Return
13981         early if there is no lhs.
13983 2017-07-13  Martin Liska  <mliska@suse.cz>
13985         * dwarf2out.c (gen_pointer_type_die): Remove dead code.
13986         (gen_reference_type_die): Likewise.
13987         * stor-layout.c: Remove Pascal-related comment.
13989 2017-07-13  Martin Liska  <mliska@suse.cz>
13991         * opts.c (finish_options): Add quotes to error messages.
13992         (parse_sanitizer_options): Likewise.
13994 2017-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13996         * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension.
13998 2017-07-13  Richard Earnshaw  <rearnsha@arm.com>
14000         * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.
14002 2017-07-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
14004         * asan.c (asan_emit_allocas_unpoison): Use ptr_mode for arguments
14005         during expansion.
14006         * builtins.c (expand_asan_emit_allocas_unpoison): Likewise.
14008 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
14010         PR target/81193
14011         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If GLIBC
14012         provides the hardware capability bits, define the macro
14013         __BUILTIN_CPU_SUPPORTS__.
14014         * config/rs6000/rs6000.c (cpu_expand_builtin): Generate a warning
14015         if GLIBC does not provide the hardware capability bits.  Add a
14016         gcc_unreachable call if the built-in cpu function is neither
14017         __builtin_cpu_is nor __builtin_cpu_supports.
14018         (rs6000_get_function_versions_dispatcher): Change the warning
14019         that an old GLIBC is used which does not export the capability
14020         bits to be an error.
14021         * doc/extend.texi (target_clones attribute): Document the
14022         restriction that GLIBC 2.23 or newer is needed on the PowerPC.
14023         (PowerPC built-in functions): Document that GLIBC 2.23 or newer is
14024         needed by __builtin_cpu_is and __builtin_cpu_supports.  Document
14025         the macros defined by GCC if the newer GLIBC is available.
14027 2017-07-12  Jeff Law  <law@redhat.com>
14029         * config/riscv/riscv.c: Remove unnecessary includes.  Reorder
14030         remaining includes slightly.
14031         * config/riscv/riscv-builtins.c: Include profile-count.h.
14033 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
14035         PR target/79883
14036         * config/avr/avr.c (avr_set_current_function): In diagnostic
14037         messages: Quote keywords and (parts of) identifiers.
14038         [WITH_AVRLIBC]: Warn for functions named "ISR", "SIGNAL" or
14039         "INTERUPT".
14041 2017-07-12  Carl Love  <cel@us.ibm.com>
14043         * config/rs6000/rs6000-c.c: Add support for built-in functions
14044         vector bool char vec_revb (vector bool char);
14045         vector bool short vec_revb (vector short char);
14046         vector bool int vec_revb (vector bool int);
14047         vector bool long long vec_revb (vector bool long long);
14048         * doc/extend.texi: Update the built-in documentation file for the
14049         new built-in functions.
14051 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14053         * config/s390/s390.md: Remove movcc splitter.
14055 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14057         * config/s390/s390.c (s390_rtx_costs): Return proper costs for
14058         load/store on condition.
14060 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
14062         PR target/81407
14063         * config/avr/avr.c (avr_encode_section_info)
14064         [progmem && !TREE_READONLY]: Error if progmem object needs
14065         constructing.
14067 2017-07-11  Michael Collison  <michael.collison@arm.com>
14069         * config/aarch64/aarch64-simd.md (aarch64_sub<mode>_compare0):
14070         New pattern.
14072 2017-07-11  Carl Love  <cel@us.ibm.com>
14074         * config/rs6000/rs6000-c.c: Add support for builtins
14075         vector unsigned int vec_parity_lsbb (vector signed int);
14076         vector unsigned int vec_parity_lsbb (vector unsigned int);
14077         vector unsigned __int128 vec_parity_lsbb (vector signed __int128);
14078         vector unsigned __int128 vec_parity_lsbb (vector unsigned __int128);
14079         vector unsigned long long vec_parity_lsbb (vector signed long long);
14080         vector unsigned long long vec_parity_lsbb (vector unsigned long long);
14081         * config/rs6000/rs6000-builtin.def (VPARITY_LSBB): Add BU_P9V_OVERLOAD1.
14082         * config/rs6000/altivec.h (vec_parity_lsbb): Add define.
14083         * doc/extend.texi: Update the built-in documentation file for the
14084         new built-in functions.
14086 2017-07-11  David Malcolm  <dmalcolm@redhat.com>
14088         * diagnostic-show-locus.c: Include "gcc-rich-location.h".
14089         (layout::m_primary_loc): New field.
14090         (layout::layout): Initialize new field.  Move location filtering
14091         logic from here to...
14092         (layout::maybe_add_location_range): ...this new method.  Add
14093         support for filtering to just the lines already specified by other
14094         locations.
14095         (layout::will_show_line_p): New method.
14096         (gcc_rich_location::add_location_if_nearby): New method.
14097         (selftest::test_add_location_if_nearby): New test function.
14098         (selftest::diagnostic_show_locus_c_tests): Call it.
14099         * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
14100         New method.
14102 2017-07-11  Tom de Vries  <tom@codesourcery.com>
14104         * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
14105         (bb_first_real_insn): New function.
14106         (nvptx_single): Add extra initialization of broadcasted condition
14107         variables.
14109 2017-07-11  Nathan Sidwell  <nathan@acm.org>
14111         * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
14113 2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
14115         * doc/extend.texi (AVR Function Attributes): Remove weblink to
14116         Binutils doc as TEXI will mess them up.
14117         * doc/invoke.texi (AVR Options): Same here.
14119 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
14121         * config/sparc/sparc.opt (mfix-ut700): New option.
14122         (mfix-gr712rc): Likewise.
14123         (sparc_fix_b2bst): New variable.
14124         * doc/invoke.texi (SPARC options): Document them.
14125         (ARM options): Fix warnings.
14126         * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
14127         instructions to prevent sequences that can trigger the store-store
14128         errata for certain LEON3FT processors.
14129         (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
14130         (sparc_option_override): Set sparc_fix_b2bst appropriately.
14131         * config/sparc/sparc.md (fix_b2bst): New attribute.
14132         (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
14134 2017-07-10  Uros Bizjak  <ubizjak@gmail.com>
14136         PR target/81375
14137         * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
14138         (rcpps): Ditto.
14139         (*rsqrtsf2_sse): Ditto.
14140         (rsqrtsf2): Ditto.
14141         (div<mode>3): Macroize insn from divdf3 and divsf3
14142         using MODEF mode iterator.
14144 2017-07-10  Martin Sebor  <msebor@redhat.com>
14146         PR tree-optimization/80397
14147         * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
14148         instead of testing for equality to INTEGER_TYPE.
14150 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
14152         * config.gcc: Remove uclibc from arc target spec.
14154 2017-07-10  Claudiu Zissulescu  <claziss@synopsys.com>
14156         * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
14158 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
14160         PR lto/80838
14161         * lto-wrapper.c (remove_option): New function.
14162         (merge_and_complain): Merge PIC/PIE options more realistically.
14164 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
14166         Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
14168         PR target/20296
14169         PR target/81268
14170         * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
14171         (HAVE_AS_AVR_MGCCISR_OPTION):  If so, AC_DEFINE it.
14172         * config.in: Regenerate.
14173         * configure: Regenerate.
14174         * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
14175         * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
14176         * config/avr/avr.opt (-mgas-isr-prologues): New option and...
14177         (TARGET_GASISR_PROLOGUES): ...target mask.
14178         * common/config/avr/avr-common.c
14179         (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
14180         Set -mgas-isr-prologues.
14181         * config/avr/avr-passes.def (avr_pass_pre_proep): Add
14182         INSERT_PASS_BEFORE for it.
14183         * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
14184         * config/avr/avr.c (avr_option_override)
14185         [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
14186         (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
14187         (avr_attribute_table) <no_gccisr>: Add new function attribute.
14188         (avr_set_current_function) <is_no_gccisr>: Init machine field.
14189         (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
14190         and rtl_opt_pass.
14191         (make_avr_pass_pre_proep): New function.
14192         (emit_push_sfr) <treg>: Add argument to function and use it
14193         instead of TMP_REG.
14194         (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
14195         and set machine->gasisr.yes.
14196         (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
14197         (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
14198         __gcc_isr.n_pushed to .L__stack_usage.
14199         (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
14200         (avr_asm_final_postscan_insn): ...this new static function.
14201         * config/avr/avr.h (machine_function)
14202         <is_no_gccisr, use_L__stack_usage>: New fields.
14203         <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
14204         * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
14205         (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
14206         (gasisr, *gasisr): New expander and insn.
14207         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
14208         [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
14209         * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
14211 2017-07-10  Richard Earnshaw  <rearnsha@arm.com>
14213         * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
14214         in quoted strings.
14216 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
14218         Move jump-tables out of .text again.
14220         PR target/81075
14221         * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
14222         (ASM_OUTPUT_ADDR_VEC): New function.
14223         (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
14224         (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
14225         INSN_ADDRESSes as asm comment.
14226         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
14227         (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
14228         (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
14229         * config/avr/avr.md (*tablejump): Adjust comment.
14230         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
14231         * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
14232         New detail.
14233         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
14234         (avr_output_addr_vec): New proto.
14235         (avr_log_t) <insn_addresses>: New field.
14237 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
14239         PR target/81313
14240         * config/i386/i386.c (ix86_function_arg_advance): Set
14241         outgoing_args_on_stack to true if there are outgoing arguments
14242         on stack.
14243         (ix86_function_arg): Likewise.
14244         (ix86_get_drap_rtx): Use DRAP only if there are outgoing
14245         arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
14246         * config/i386/i386.h (machine_function): Add
14247         outgoing_args_on_stack.
14249 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
14251         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
14252         supporting pthreds.
14253         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
14255 2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>
14257         * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
14258         (REAL_H): Remove $(MACHMODE_H).
14259         (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
14260         double-int.h.
14261         (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
14262         $(MACHMODE_H) and double-int.h.
14263         (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
14264         $(MACHMODE_H).
14265         (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
14266         double-int.h.
14268 2017-07-07  Andrew Pinski  <apinski@cavium.com>
14270         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
14271         prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
14273 2017-07-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
14275         * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
14276         Add warning if GCC was not configured to link against a GLIBC that
14277         exports the hardware capability bits.
14278         (make_resolver_func): Make resolver function private and not a
14279         COMDAT function.  Create the name with clone_function_name instead
14280         of make_unique_name.
14282         PR target/81348
14283         * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
14284         correct operand in doing the split.
14286 2017-07-07 Carl Love  <cel@us.ibm.com>
14288         * config/rs6000/rs6000-c: Add support for built-in function
14289         vector unsigned short vec_pack_to_short_fp32 (vector float,
14290                                                       vector float).
14291         * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
14292         BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
14293         * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
14294         * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
14295         (convert_4f32_8i16): Add define_expand.
14296         * doc/extend.texi: Update the built-in documentation file for the
14297         new built-in function.
14299 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
14301         * config/sparc/m8.md: New file.
14302         * config/sparc/sparc.md: Include m8.md.
14304 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
14306         * config/sparc/sparc.opt: New option -mvis4b.
14307         * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
14308         (sparc_option_override): Handle VIS4B.
14309         (enum sparc_builtins): Define
14310         SPARC_BUILTIN_DICTUNPACK{8,16,32},
14311         SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
14312         SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
14313         SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
14314         SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
14315         (check_constant_argument): New function.
14316         (sparc_vis_init_builtins): Define builtins
14317         __builtin_vis_dictunpack{8,16,32},
14318         __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
14319         __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
14320         __builtin_vis_fpcmpde{8,16,32}shl and
14321         __builtin_vis_fpcmpur{8,16,32}shl.
14322         (sparc_expand_builtin): Check that the constant operands to
14323         __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
14324         constant and in range.
14325         * config/sparc/sparc-c.c (sparc_target_macros): Handle
14326         TARGET_VIS4B.
14327         * config/sparc/sparc.h (SPARC_IMM2_P): Define.
14328         (SPARC_IMM5_P): Likewise.
14329         * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
14330         (enabled): Handle vis4b.
14331         (UNSPEC_DICTUNPACK): New unspec.
14332         (UNSPEC_FPCMPSHL): Likewise.
14333         (UNSPEC_FPUCMPSHL): Likewise.
14334         (UNSPEC_FPCMPDESHL): Likewise.
14335         (UNSPEC_FPCMPURSHL): Likewise.
14336         (cpu_feature): New CPU feature `vis4b'.
14337         (dictunpack{8,16,32}): New insns.
14338         (FPCSMODE): New mode iterator.
14339         (fpcscond): New code iterator.
14340         (fpcsucond): Likewise.
14341         (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
14342         (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
14343         (fpcmpde{8,16,32}{si,di}shl): Likewise.
14344         (fpcmpur{8,16,32}{si,di}shl): Likewise.
14345         * config/sparc/constraints.md: Define constraints `q' for unsigned
14346         2-bit integer constants and `t' for unsigned 5-bit integer
14347         constants.
14348         * config/sparc/predicates.md (imm5_operand_dictunpack8): New
14349         predicate.
14350         (imm5_operand_dictunpack16): Likewise.
14351         (imm5_operand_dictunpack32): Likewise.
14352         (imm2_operand): Likewise.
14353         * doc/invoke.texi (SPARC Options): Document -mvis4b.
14354         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
14355         ditunpack* and fpcmp*shl builtins.
14357 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
14359         * config.gcc: Handle m8 in --with-{cpu,tune} options.
14360         * config.in: Add HAVE_AS_SPARC6 define.
14361         * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
14362         M8.
14363         * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
14364         TARGET_CPU_m8.
14365         (ASM_CPU32_DEFAUILT_SPEC): Likewise.
14366         (CPP_CPU_SPEC): Handle m8.
14367         (ASM_CPU_SPEC): Likewise.
14368         * config/sparc/sparc-opts.h (enum processor_type): Add
14369         PROCESSOR_M8.
14370         * config/sparc/sparc.c (m8_costs): New struct.
14371         (sparc_option_override): Handle TARGET_CPU_m8.
14372         (sparc32_initialize_trampoline): Likewise.
14373         (sparc64_initialize_trampoline): Likewise.
14374         (sparc_issue_rate): Likewise.
14375         (sparc_register_move_cost): Likewise.
14376         * config/sparc/sparc.h (TARGET_CPU_m8): Define.
14377         (CPP_CPU64_DEFAULT_SPEC): Define for M8.
14378         (ASM_CPU64_DEFAULT_SPEC): Likewise.
14379         (CPP_CPU_SPEC): Handle M8.
14380         (ASM_CPU_SPEC): Likewise.
14381         (AS_M8_FLAG): Define.
14382         * config/sparc/sparc.md: Add m8 to the cpu attribute.
14383         * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
14384         * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
14385         M8 instructions.
14386         * configure: Regenerate.
14387         * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
14388         -mtune=m8.
14390 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
14392         * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
14393         subtypes.
14394         * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
14395         ("*movdi_insn_sp32"): Do not set v3pipe.
14396         ("*movsi_insn"): Likewise.
14397         ("*movdi_insn_sp64"): Likewise.
14398         ("*movsf_insn"): Likewise.
14399         ("*movdf_insn_sp32"): Likewise.
14400         ("*movdf_insn_sp64"): Likewise.
14401         ("*zero_extendsidi2_insn_sp64"): Likewise.
14402         ("*sign_extendsidi2_insn"): Likewise.
14403         ("*mov<VM32:mode>_insn"): Likewise.
14404         ("*mov<VM64:mode>_insn_sp64"): Likewise.
14405         ("*mov<VM64:mode>_insn_sp32"): Likewise.
14406         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
14407         ("<vlop:code><VL:mode>3"): Likewise.
14408         ("*not_<vlop:code><VL:mode>3"): Likewise.
14409         ("*nand<VL:mode>_vis"): Likewise.
14410         ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
14411         ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
14412         ("one_cmpl<VL:mode>2"): Likewise.
14413         ("faligndata<VM64:mode>_vis"): Likewise.
14414         ("alignaddrsi_vis"): Likewise.
14415         ("alignaddrdi_vis"): Likweise.
14416         ("alignaddrlsi_vis"): Likewise.
14417         ("alignaddrldi_vis"): Likewise.
14418         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
14419         ("bmaskdi_vis"): Likewise.
14420         ("bmasksi_vis"): Likewise.
14421         ("bshuffle<VM64:mode>_vis"): Likewise.
14422         ("cmask8<P:mode>_vis"): Likewise.
14423         ("cmask16<P:mode>_vis"): Likewise.
14424         ("cmask32<P:mode>_vis"): Likewise.
14425         ("pdistn<P:mode>_vis"): Likewise.
14426         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
14428 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
14430         * config/sparc/sparc.md ("subtype"): New insn attribute.
14431         ("*wrgsr_sp64"): Set insn subtype.
14432         ("*rdgsr_sp64"): Likewise.
14433         ("alignaddrsi_vis"): Likewise.
14434         ("alignaddrdi_vis"): Likewise.
14435         ("alignaddrlsi_vis"): Likewise.
14436         ("alignaddrldi_vis"): Likewise.
14437         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
14438         ("fexpand_vis"): Likewise.
14439         ("fpmerge_vis"): Likewise.
14440         ("faligndata<VM64:mode>_vis"): Likewise.
14441         ("bshuffle<VM64:mode>_vis"): Likewise.
14442         ("cmask8<P:mode>_vis"): Likewise.
14443         ("cmask16<P:mode>_vis"): Likewise.
14444         ("cmask32<P:mode>_vis"): Likewise.
14445         ("fchksm16_vis"): Likewise.
14446         ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
14447         ("fmean16_vis"): Likewise.
14448         ("fp<plusminus_insn>64_vis"): Likewise.
14449         ("<plusminus_insn>v8qi3"): Likewise.
14450         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
14451         ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
14452         ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
14453         ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
14454         ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
14455         ("*movqi_insn"): Likewise.
14456         ("*movhi_insn"): Likewise.
14457         ("*movsi_insn"): Likewise.
14458         ("movsi_pic_gotdata_op"): Likewise.
14459         ("*movdi_insn_sp32"): Likewise.
14460         ("*movdi_insn_sp64"): Likewise.
14461         ("movdi_pic_gotdata_op"): Likewise.
14462         ("*movsf_insn"): Likewise.
14463         ("*movdf_insn_sp32"): Likewise.
14464         ("*movdf_insn_sp64"): Likewise.
14465         ("*zero_extendhisi2_insn"): Likewise.
14466         ("*zero_extendqihi2_insn"): Likewise.
14467         ("*zero_extendqisi2_insn"): Likewise.
14468         ("*zero_extendqidi2_insn"): Likewise.
14469         ("*zero_extendhidi2_insn"): Likewise.
14470         ("*zero_extendsidi2_insn_sp64"): Likewise.
14471         ("ldfsr"): Likewise.
14472         ("prefetch_64"): Likewise.
14473         ("prefetch_32"): Likewise.
14474         ("tie_ld32"): Likewise.
14475         ("tie_ld64"): Likewise.
14476         ("*tldo_ldub_sp32"): Likewise.
14477         ("*tldo_ldub1_sp32"): Likewise.
14478         ("*tldo_ldub2_sp32"): Likewise.
14479         ("*tldo_ldub_sp64"): Likewise.
14480         ("*tldo_ldub1_sp64"): Likewise.
14481         ("*tldo_ldub2_sp64"): Likewise.
14482         ("*tldo_ldub3_sp64"): Likewise.
14483         ("*tldo_lduh_sp32"): Likewise.
14484         ("*tldo_lduh1_sp32"): Likewise.
14485         ("*tldo_lduh_sp64"): Likewise.
14486         ("*tldo_lduh1_sp64"): Likewise.
14487         ("*tldo_lduh2_sp64"): Likewise.
14488         ("*tldo_lduw_sp32"): Likewise.
14489         ("*tldo_lduw_sp64"): Likewise.
14490         ("*tldo_lduw1_sp64"): Likewise.
14491         ("*tldo_ldx_sp64"): Likewise.
14492         ("*mov<VM32:mode>_insn"): Likewise.
14493         ("*mov<VM64:mode>_insn_sp64"): Likewise.
14494         ("*mov<VM64:mode>_insn_sp32"): Likewise.
14496 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
14498         * config/sparc/sparc.md ("type"): New insn type viscmp.
14499         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
14500         viscmp.
14501         ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
14502         ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
14503         ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
14504         * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
14505         viscmp.
14506         ("n7_vis_logical_11cycle"): Likewise.
14507         * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
14508         * config/sparc/niagara2.md ("niag3_vis": Likewise.
14509         * config/sparc/niagara.md ("niag_vis"): Likewise.
14510         * config/sparc/ultra3.md ("us3_fga"): Likewise.
14511         * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
14513 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
14515         * config/sparc/sparc.md: New instruction type `bmask'.
14516         (bmaskdi_vis): Use the `bmask' type.
14517         (bmasksi_vis): Likewise.
14518         * config/sparc/ultra3.md (us3_array): Likewise.
14519         * config/sparc/niagara7.md (n7_array): Likewise.
14520         * config/sparc/niagara4.md (n4_array): Likewise.
14521         * config/sparc/niagara2.md (niag2_vis): Likewise.
14522         (niag3_vis): Likewise.
14523         * config/sparc/niagara.md (niag_vis): Likewise.
14525 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
14527         * ipa-comdats.c: Remove optimize check from gate.
14528         * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
14529         for functions not optimized.
14530         (ipa_fn_summary_read): Skip optimize check.
14531         (ipa_fn_summary_write): Likewise.
14532         * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
14533         is optimized.
14534         * ipa-inline.c (can_inline_edge_p): Not optimized functions are
14535         uninlinable.
14536         (can_inline_edge_p): Check flag_pcc_struct_return for match.
14537         (check_callers): Give up on caller which is not optimized.
14538         (inline_small_functions): Likewise.
14539         (ipa_inline): Do not give up when not optimizing.
14540         * ipa-visbility.c (function_and_variable_visibility): Do not optimize
14541         away unoptimizes cdtors.
14542         (whole_program_function_and_variable_visibility): Do
14543         ipa_discover_readonly_nonaddressable_vars in LTO mode.
14544         * ipa.c (process_references): Do not check optimize.
14545         (symbol_table::remove_unreachable_nodes): Update optimize check.
14546         (set_writeonly_bit): Update optimize check.
14547         (pass_ipa_cdtor_merge::gate): Do not check optimize.
14548         (pass_ipa_single_use::gate): Remove.
14550 2017-07-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
14552         * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
14553         insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
14554         rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
14555         mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
14556         permute_load, permute_store, adjust_extract, adjust_splat,
14557         adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
14558         replace_swap_with_copy, dump_swap_insn_table,
14559         alignment_with_canonical_addr, alignment_mask, find_alignment_op,
14560         recombine_lvx_pattern, recombine_stvx_pattern,
14561         recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
14562         make_pass_analyze_swaps): Move all code related to p8 swap optimizations
14563         to file rs6000-p8swap.c.
14564         * config/rs6000/rs6000-p8swap.c: New file.
14565         * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
14566         * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
14567         and rs6000*-*-* targets.
14569 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
14571         * Makefile.in (selftest): Remove dependency on s-selftest-c++.
14573 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
14575         * lto-wrapper.c (merge_and_complain): Do not merge
14576         fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
14577         fsigned_zeros, ftrapping_math, fwrapv.
14578         (append_compiler_options): Do not track these options.
14579         (append_linker_options): Likewie
14581 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
14583         * cgraphunit.c (cgraph_node::finalize_function): When
14584         !flag_toplevel_reorde set no_reorder flag.
14585         (varpool_node::finalize_decl): Likewise.
14586         (symbol_table::compile): Drop no toplevel reorder path.
14588 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
14590         * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
14591         edges; zero probability is not better than uninitialized.
14593 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
14595         * asan.h (asan_sanitize_allocas_p): Declare.
14596         * asan.c (asan_sanitize_allocas_p): New function.
14597         (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
14598         (handle_builtin_alloca): Likewise.
14599         * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
14600         if !asan_sanitize_allocas_p.
14601         * params.def (asan-instrument-allocas): Add new option.
14602         * params.h (ASAN_PROTECT_ALLOCAS): Define.
14603         * opts.c (common_handle_option): Disable allocas sanitization for
14604         KASan by default.
14606 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
14608         * asan.c: Include gimple-fold.h.
14609         (get_last_alloca_addr): New function.
14610         (handle_builtin_stackrestore): Likewise.
14611         (handle_builtin_alloca): Likewise.
14612         (asan_emit_allocas_unpoison): Likewise.
14613         (get_mem_refs_of_builtin_call): Add new parameter, remove const
14614         quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
14615         BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
14616         (instrument_builtin_call): Pass gimple iterator to
14617         get_mem_refs_of_builtin_call.
14618         (last_alloca_addr): New global.
14619         * asan.h (asan_emit_allocas_unpoison): Declare.
14620         * builtins.c (expand_asan_emit_allocas_unpoison): New function.
14621         (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
14622         * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
14623         if function calls alloca.
14624         * gimple-fold.c (replace_call_with_value): Remove static keyword.
14625         * gimple-fold.h (replace_call_with_value): Declare.
14626         * internal-fn.c: Include asan.h.
14627         * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
14628         BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
14630 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
14632         * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
14633         (C_SELFTEST_FLAGS): New.
14634         (CPP_SELFTEST_FLAGS): New.
14635         (SELFTEST_DEPS): New, from deps of s-selftest.
14636         (C_SELFTEST_DEPS): New, from deps of s-selftest.
14637         (CPP_SELFTEST_DEPS): New.
14638         (selftest): Add dependency on s-selftest-c++.
14639         (s-selftest): Rename to...
14640         (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
14641         and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
14642         than SELFTEST_FLAGS.
14643         (selftest-gdb): Rename to...
14644         (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
14645         C_SELFTEST_FLAGS.
14646         (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
14647         (selftest-valgrind): Rename to...
14648         (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
14649         C_SELFTEST_FLAGS.
14650         (selftest-valgrind): Reintroduce as an alias for
14651         selftest-c-valgrind.
14652         (s-selftest-c++): New.
14653         (selftest-c++-gdb): New.
14654         (selftest-c++-valgrind): New.
14656 2017-07-06  Olivier Hainque  <hainque@adacore.com>
14658         * gcc.c (process_command): When deciding if undefined variables
14659         should be ignored when processing specs, accept "gcc -v" as well.
14661 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
14663         * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
14664         afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
14666 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14668         * config/arm/arm-cpus.in (armv8-r): Add new entry.
14669         * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
14670         * config/arm/arm-tables.opt: Regenerate.
14671         * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
14672         enumerator.
14673         * doc/invoke.texi: Mention -march=armv8-r and its extensions.
14675 2017-07-06  Carl Love  <cel@us.ibm.com>
14677         * ChangeLog: Clean up from mid air collision
14679 2017-07-06  Carl Love  <cel@us.ibm.com>
14681         * config/rs6000/rs6000-c.c: Add support for built-in functions
14682         vector signed int vec_subc (vector signed int, vector signed int);
14683         vector signed __int128 vec_subc (vector signed __int128,
14684                                          vector signed __int128);
14685         vector unsigned __int128 vec_subc (vector unsigned __int128,
14686                                            vector unsigned __int128);
14687         vector signed int vec_sube (vector signed int, vector signed int,
14688                                     vector signed int);
14689         vector unsigned int vec_sube (vector unsigned int,
14690                                       vector unsigned int,
14691                                       vector unsigned int);
14692         vector signed __int128 vec_sube (vector signed __int128,
14693                                          vector signed __int128,
14694                                          vector signed__int128);
14695         vector unsigned __int128 vec_sube (vector unsigned __int128,
14696                                            vector unsigned __int128,
14697                                            vector unsigned __int128);
14698         vector signed int vec_subec (vector signed int, vector signed int,
14699                                      vector signed int);
14700         vector unsigned int vec_subec (vector unsigned int,
14701                                        vector unsigned int,
14702                                        vector unsigned int);
14703         vector signed __int128 vec_subec (vector signed __int128,
14704                                           vector signed __int128,
14705                                           vector signed__int128);
14706         vector unsigned __int128 vec_subec (vector unsigned __int128,
14707                                             vector unsigned __int128,
14708                                             vector unsigned __int128);
14709         * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
14710         ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
14711         * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
14712         BU_ALTIVEC_OVERLOAD_X definitions.
14713         * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
14714         * doc/extend.texi: Update the built-in documentation file for the new
14715         built-in functions.
14717 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
14719         PR c++/79300
14720         * diagnostic-show-locus.c (layout::layout): Use start and finish
14721         spelling location for the start and finish of each range.
14722         * genmatch.c (linemap_client_expand_location_to_spelling_point):
14723         Add unused aspect param.
14724         * input.c (expand_location_1): Add "aspect" param, and use it
14725         to access the correct part of the location.
14726         (expand_location): Pass LOCATION_ASPECT_CARET to new param of
14727         expand_location_1.
14728         (expand_location_to_spelling_point): Likewise.
14729         (linemap_client_expand_location_to_spelling_point): Add "aspect"
14730         param, and pass it to expand_location_1.
14732 2017-07-06  Sebastian Peryt  <sebastian.peryt@intel.com>
14734         * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
14735         _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
14736         _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
14737         _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
14738         _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
14739         _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
14740         _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
14741         _mm_maskz_getmant_ss): New intrinsics.
14742         (__builtin_ia32_getexpss128_mask): Changed to ...
14743         __builtin_ia32_getexpss128_round ... this.
14744         (__builtin_ia32_getexpsd128_mask): Changed to ...
14745         __builtin_ia32_getexpsd128_round ... this.
14746         * config/i386/i386-builtin-types.def
14747         ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
14748         (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
14749         * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
14750         __builtin_ia32_getexpss_mask_round,     __builtin_ia32_getmantsd_mask_round,
14751         __builtin_ia32_getmantss_mask_round): New builtins.
14752         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
14753         V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
14754         (CODE_FOR_avx512f_vgetmantv2df_mask_round,
14755         CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
14756         * config/i386/sse.md
14757         (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
14758         avx512f_sgetexp<mode><mask_scalar_name>
14759         <round_saeonly_scalar_name> ... this.
14760         (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
14761         %0, %1, %2<round_saeonly_op3>}): Changed to ...
14762         vgetexp<ssescalarmodesuffix>
14763         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
14764         %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
14765         (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
14766         avx512f_vgetmant<mode><mask_scalar_name>
14767         <round_saeonly_scalar_name> ... this.
14768         (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
14769         %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
14770         vgetmant<ssescalarmodesuffix>
14771         \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
14772         %0<mask_scalar_operand4>, %1, %2
14773         <round_saeonly_scalar_mask_op4>, %3} ... this.
14774         * config/i386/subst.md (mask_scalar_operand4,
14775         round_saeonly_scalar_mask_operand4,     round_saeonly_scalar_mask_op4,
14776         round_saeonly_scalar_nimm_predicate): New subst attributes.
14778 2017-07-06  Julia Koval  <julia.koval@intel.com>
14780         * config/i386/i386.c (ix86_erase_embedded_rounding):
14781         Remove code for old rounding pattern.
14783 2017-07-06  Richard Earnshaw  <rearnsha@arm.com>
14785         * config/arm/t-arm (GTM_H): Add arm-cpu.h.
14787 2017-07-06  Christophe Lyon  <christophe.lyon@linaro.org>
14789         * doc/sourcebuild.texi (Test Directives, Variants of
14790         dg-require-support): Add documentation for dg-require-stack-check.
14792 2017-07-05  Sebastian Peryt  <sebastian.peryt@intel.com>
14794         * config/i386/subst.md (mask_scalar, round_scalar,
14795         round_saeonly_scalar): New meta-templates.
14796         (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
14797         round_scalar_mask_operand3, round_scalar_mask_op3,
14798         round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
14799         round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
14800         round_saeonly_scalar_constraint,
14801         round_saeonly_scalar_prefix): New subst attribute.
14802         * config/i386/sse.md
14803         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
14804         <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
14805         <round_scalar_name> ... this.
14806         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
14807         <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
14808         <round_scalar_name> ... this.
14809         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
14810         <sse>_vm<code><mode>3<mask_scalar_name>
14811         <round_saeonly_scalar_name> ... this.
14812         (v<plusminus_mnemonic><ssescalarmodesuffix>
14813         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
14814         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
14815         v<plusminus_mnemonic><ssescalarmodesuffix>
14816         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
14817         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
14818         (v<multdiv_mnemonic><ssescalarmodesuffix>
14819         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
14820         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
14821         v<multdiv_mnemonic><ssescalarmodesuffix>
14822         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
14823         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
14824         (v<maxmin_float><ssescalarmodesuffix>
14825         \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
14826         %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
14827         v<maxmin_float><ssescalarmodesuffix>
14828         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
14829         %0<mask_scalar_operand3>, %1, %<iptr>2
14830         <round_saeonly_scalar_mask_op3>} ... this.
14832 2017-07-05  Richard Earnshaw  <rearnsha@arm.com>
14834         * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
14835         (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
14837 2017-07-05  Richard Sandiford  <richard.sandiford@linaro.org>
14838             Alan Hayward  <alan.hayward@arm.com>
14839             David Sherwood  <david.sherwood@arm.com>
14841         * combine.c (simplify_if_then_else): Remove "enum" before
14842         "machine_mode".
14843         * compare-elim.c (can_eliminate_compare): Likewise.
14844         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
14845         Likewise.
14846         (aarch64_lookup_simd_builtin_type): Likewise.
14847         (aarch64_simd_builtin_type): Likewise.
14848         (aarch64_init_simd_builtin_types): Likewise.
14849         (aarch64_simd_expand_args): Likewise.
14850         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
14851         Likewise.
14852         (aarch64_reverse_mask): Likewise.
14853         (aarch64_simd_emit_reg_reg_move): Likewise.
14854         (aarch64_gen_adjusted_ldpstp): Likewise.
14855         (aarch64_ccmp_mode_to_code): Likewise.
14856         (aarch64_operands_ok_for_ldpstp): Likewise.
14857         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
14858         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
14859         Likewise.
14860         (aarch64_min_divisions_for_recip_mul): Likewise.
14861         (aarch64_reassociation_width): Likewise.
14862         (aarch64_get_condition_code_1): Likewise.
14863         (aarch64_simd_emit_reg_reg_move): Likewise.
14864         (aarch64_simd_attr_length_rglist): Likewise.
14865         (aarch64_reverse_mask): Likewise.
14866         (aarch64_operands_ok_for_ldpstp): Likewise.
14867         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
14868         (aarch64_gen_adjusted_ldpstp): Likewise.
14869         * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
14870         Likewise.
14871         * config/arc/arc.c (legitimate_offset_address_p): Likewise.
14872         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
14873         (arm_lookup_simd_builtin_type): Likewise.
14874         (arm_simd_builtin_type): Likewise.
14875         (arm_init_simd_builtin_types): Likewise.
14876         (arm_expand_builtin_args): Likewise.
14877         * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
14878         * config/ft32/ft32.c (ft32_libcall_value): Likewise.
14879         (ft32_setup_incoming_varargs): Likewise.
14880         (ft32_function_arg): Likewise.
14881         (ft32_function_arg_advance): Likewise.
14882         (ft32_pass_by_reference): Likewise.
14883         (ft32_arg_partial_bytes): Likewise.
14884         (ft32_valid_pointer_mode): Likewise.
14885         (ft32_addr_space_pointer_mode): Likewise.
14886         (ft32_addr_space_legitimate_address_p): Likewise.
14887         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
14888         Likewise.
14889         * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
14890         (ix86_emit_outlined_ms2sysv_restore): Likewise.
14891         (iamcu_alignment): Likewise.
14892         (canonicalize_vector_int_perm): Likewise.
14893         (ix86_noce_conversion_profitable_p): Likewise.
14894         (ix86_mpx_bound_mode): Likewise.
14895         (ix86_operands_ok_for_move_multiple): Likewise.
14896         * config/microblaze/microblaze-protos.h
14897         (microblaze_expand_conditional_branch_reg): Likewise.
14898         * config/microblaze/microblaze.c
14899         (microblaze_expand_conditional_branch_reg): Likewise.
14900         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
14901         Likewise.
14902         (rs6000_reassociation_width): Likewise.
14903         (rs6000_invalid_binary_op): Likewise.
14904         (fusion_p9_p): Likewise.
14905         (emit_fusion_p9_load): Likewise.
14906         (emit_fusion_p9_store): Likewise.
14907         * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
14908         Likewise.
14909         (riscv_hard_regno_mode_ok_p): Likewise.
14910         (riscv_address_insns): Likewise.
14911         (riscv_split_symbol): Likewise.
14912         (riscv_legitimize_move): Likewise.
14913         (riscv_function_value): Likewise.
14914         (riscv_hard_regno_nregs): Likewise.
14915         (riscv_expand_builtin): Likewise.
14916         * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
14917         (riscv_build_integer): Likewise.
14918         (riscv_split_integer): Likewise.
14919         (riscv_legitimate_constant_p): Likewise.
14920         (riscv_cannot_force_const_mem): Likewise.
14921         (riscv_regno_mode_ok_for_base_p): Likewise.
14922         (riscv_valid_base_register_p): Likewise.
14923         (riscv_valid_offset_p): Likewise.
14924         (riscv_valid_lo_sum_p): Likewise.
14925         (riscv_classify_address): Likewise.
14926         (riscv_legitimate_address_p): Likewise.
14927         (riscv_address_insns): Likewise.
14928         (riscv_load_store_insns): Likewise.
14929         (riscv_force_binary): Likewise.
14930         (riscv_split_symbol): Likewise.
14931         (riscv_force_address): Likewise.
14932         (riscv_legitimize_address): Likewise.
14933         (riscv_move_integer): Likewise.
14934         (riscv_legitimize_const_move): Likewise.
14935         (riscv_legitimize_move): Likewise.
14936         (riscv_address_cost): Likewise.
14937         (riscv_subword): Likewise.
14938         (riscv_output_move): Likewise.
14939         (riscv_canonicalize_int_order_test): Likewise.
14940         (riscv_emit_int_order_test): Likewise.
14941         (riscv_function_arg_boundary): Likewise.
14942         (riscv_pass_mode_in_fpr_p): Likewise.
14943         (riscv_pass_fpr_single): Likewise.
14944         (riscv_pass_fpr_pair): Likewise.
14945         (riscv_get_arg_info): Likewise.
14946         (riscv_function_arg): Likewise.
14947         (riscv_function_arg_advance): Likewise.
14948         (riscv_arg_partial_bytes): Likewise.
14949         (riscv_function_value): Likewise.
14950         (riscv_pass_by_reference): Likewise.
14951         (riscv_setup_incoming_varargs): Likewise.
14952         (riscv_print_operand): Likewise.
14953         (riscv_elf_select_rtx_section): Likewise.
14954         (riscv_save_restore_reg): Likewise.
14955         (riscv_for_each_saved_reg): Likewise.
14956         (riscv_register_move_cost): Likewise.
14957         (riscv_hard_regno_mode_ok_p): Likewise.
14958         (riscv_hard_regno_nregs): Likewise.
14959         (riscv_class_max_nregs): Likewise.
14960         (riscv_memory_move_cost): Likewise.
14961         * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
14962         * config/rl78/rl78.c (rl78_split_movsi): Likewise.
14963         (rl78_addr_space_address_mode): Likewise.
14964         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
14965         Likewise.
14966         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
14967         (rs6000_reassociation_width): Likewise.
14968         (rs6000_invalid_binary_op): Likewise.
14969         (fusion_p9_p): Likewise.
14970         (emit_fusion_p9_load): Likewise.
14971         (emit_fusion_p9_store): Likewise.
14972         * config/visium/visium-protos.h (prepare_move_operands): Likewise.
14973         (ok_for_simple_move_operands): Likewise.
14974         (ok_for_simple_move_strict_operands): Likewise.
14975         (ok_for_simple_arith_logic_operands): Likewise.
14976         (visium_legitimize_reload_address): Likewise.
14977         (visium_select_cc_mode): Likewise.
14978         (output_cbranch): Likewise.
14979         (visium_split_double_move): Likewise.
14980         (visium_expand_copysign): Likewise.
14981         (visium_expand_int_cstore): Likewise.
14982         (visium_expand_fp_cstore): Likewise.
14983         * config/visium/visium.c (visium_pass_by_reference): Likewise.
14984         (visium_function_arg): Likewise.
14985         (visium_function_arg_advance): Likewise.
14986         (visium_libcall_value): Likewise.
14987         (visium_setup_incoming_varargs): Likewise.
14988         (visium_legitimate_constant_p): Likewise.
14989         (visium_legitimate_address_p): Likewise.
14990         (visium_legitimize_address): Likewise.
14991         (visium_secondary_reload): Likewise.
14992         (visium_register_move_cost): Likewise.
14993         (visium_memory_move_cost): Likewise.
14994         (prepare_move_operands): Likewise.
14995         (ok_for_simple_move_operands): Likewise.
14996         (ok_for_simple_move_strict_operands): Likewise.
14997         (ok_for_simple_arith_logic_operands): Likewise.
14998         (visium_function_value_1): Likewise.
14999         (rtx_ok_for_offset_p): Likewise.
15000         (visium_legitimize_reload_address): Likewise.
15001         (visium_split_double_move): Likewise.
15002         (visium_expand_copysign): Likewise.
15003         (visium_expand_int_cstore): Likewise.
15004         (visium_expand_fp_cstore): Likewise.
15005         (visium_split_cstore): Likewise.
15006         (visium_select_cc_mode): Likewise.
15007         (visium_split_cbranch): Likewise.
15008         (output_cbranch): Likewise.
15009         (visium_print_operand_address): Likewise.
15010         * expmed.c (flip_storage_order): Likewise.
15011         * expmed.h (emit_cstore): Likewise.
15012         (flip_storage_order): Likewise.
15013         * genrecog.c (validate_pattern): Likewise.
15014         * hsa-gen.c (gen_hsa_addr): Likewise.
15015         * internal-fn.c (expand_arith_overflow): Likewise.
15016         * ira-color.c (allocno_copy_cost_saving): Likewise.
15017         * lra-assigns.c (find_hard_regno_for_1): Likewise.
15018         * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
15019         (process_invariant_for_inheritance): Likewise.
15020         * lra-eliminations.c (move_plus_up): Likewise.
15021         * omp-low.c (lower_oacc_reductions): Likewise.
15022         * simplify-rtx.c (simplify_subreg): Likewise.
15023         * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
15024         (TARGET_CHKP_BOUND_MODE): Likewise..
15025         * targhooks.c (default_chkp_bound_mode): Likewise.
15026         (default_setup_incoming_vararg_bounds): Likewise.
15027         * targhooks.h (default_chkp_bound_mode): Likewise.
15028         (default_setup_incoming_vararg_bounds): Likewise.
15029         * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
15030         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
15031         (have_whole_vector_shift): Likewise.
15032         * tree-vect-stmts.c (vectorizable_load): Likewise.
15033         * doc/tm.texi: Regenerate.
15035 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
15037         Graceful degrade if Binutils PR21472 is not available.
15039         PR target/81072
15040         * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
15041         .rodata in flash test fails.
15042         (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
15043         * confgure: Regenerate.
15044         * config.in: Regenerate.
15045         * config/avr/avr.c (avr_asm_named_section)
15046         [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
15047         __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
15048         (avr_asm_init_sections): Same.
15050 2017-07-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15052         * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
15053         (fma<VH:mode>4_intrinsic): Likewise.
15054         (*fmsub<VCVTF:mode>4): Likewise.
15055         (*fmsub<VH:mode>4_intrinsic): Likewise.
15057 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
15059         PR target/81305
15060         * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
15061         Don't depend on "optimize > 0".
15062         (out_movhi_r_mr, out_movqi_mr_r): Same.
15063         (out_movhi_mr_r, out_movqi_r_mr): Same.
15064         (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
15065         io_address_operand on "optimize > 0".
15067 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15069         * tree-loop-distribution.c: Add general explanantion on the pass.
15070         (generate_loops_for_partition): Mark distributed loop.
15071         (pg_add_dependence_edges): New parameter.  Handle alias data
15072         dependence specially and record it in the parameter if asked.
15073         (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
15074         (init_partition_graph_vertices, add_partition_graph_edge): New.
15075         (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
15076         (free_partition_graph_vdata, build_partition_graph): New.
15077         (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
15078         (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
15079         (data_ref_segment_size, latch_dominated_by_data_ref): New.
15080         (compute_alias_check_pairs, version_loop_by_alias_check): New.
15081         (version_for_distribution_p, finalize_partitions): New.
15082         (distribute_loop): Handle alias data dependence specially.  Factor
15083         out loop fusion code as functions and call these functions.
15085 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15087         * tree-loop-distribution.c (classify_partition): New parameter and
15088         better handle reduction statement.
15089         (rdg_build_partitions): Revise comment.
15090         (distribute_loop): Compute statements in all partitions and pass it
15091         to classify_partition.
15093 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15095         * tree-loop-distribution.c (enum partition_type): New.
15096         (struct partition): New field type.
15097         (partition_merge_into): Add parameter.  Update partition type.
15098         (data_dep_in_cycle_p, update_type_for_merge): New functions.
15099         (build_rdg_partition_for_vertex): Compute partition type.
15100         (rdg_build_partitions): Dump partition type.
15101         (distribute_loop): Update calls to partition_merge_into.
15103 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15105         * tree-loop-distribution.c (struct ddr_hasher): New.
15106         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
15107         (ddrs_table): New.
15108         (classify_partition): Call get_data_dependence.
15109         (pg_add_dependence_edges): Ditto.
15110         (distribute_loop): Release data dependence hash table.
15112 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15114         * tree-loop-distribution.c (ref_base_address): Delete.
15115         (similar_memory_accesses): Rename ...
15116         (share_memory_accesses): ... to this.  Check if partitions access
15117         the same memory reference.
15118         (distribute_loop): Call share_memory_accesses.
15120 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15122         * tree-loop-distribution.c (struct partition): New field recording
15123         its data reference.
15124         (partition_alloc, partition_free): Init and release data refs.
15125         (partition_merge_into): Merge data refs.
15126         (build_rdg_partition_for_vertex): Collect data refs for partition.
15127         (pg_add_dependence_edges): Change parameters from vector to bitmap.
15128         Update uses.
15129         (distribute_loop): Remve data refs from vertice data of partition
15130         graph.
15132 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15134         * tree-loop-distribution.c (params.h): Include header file.
15135         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
15136         (datarefs_vec): New global var.
15137         (create_rdg_vertices): Use datarefs_vec directly.
15138         (free_rdg): Don't free data references.
15139         (build_rdg): Update use.  Don't free data references.
15140         (distribute_loop): Compute global variable for data references.
15141         Bail out if there are too many data references.
15143 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15145         * tree-loop-distribution.c (loop_nest): New global var.
15146         (build_rdg): Use loop directly, rather than loop nest.
15147         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
15148         variable directly.
15149         (distribute_loop): Compute global variable loop nest.  Update use.
15151 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15153         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
15154         (partition_merge_into): New parameter.  Dump reason for fusion.
15155         (distribute_loop): Update use of partition_merge_into.
15157 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15159         * tree-loop-distribution.c (bb_top_order_index): New.
15160         (bb_top_order_index_size, bb_top_order_cmp): New.
15161         (stmts_from_loop): Use topological order.
15162         (pass_loop_distribution::execute): Compute and release topological
15163         order for basic blocks.
15165 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15167         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
15168         if no loops.
15170 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
15172         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
15173         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
15174         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
15175         * internal-fn.def (LOOP_DIST_ALIAS): New.
15176         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
15177         (fold_loop_internal_call): ... this.
15178         (vect_loop_dist_alias_call): New function.
15179         (set_uid_loop_bbs): Call fold_loop_internal_call.
15180         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
15181         internal calls.
15183 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
15185         PR target/81300
15186         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
15187         Require dead FLAGS_REG at the beginning of a peephole.
15189 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
15191         PR target/81294
15192         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
15193         arguments in the call to __builtin_ia32_sbb_u32.
15194         (_subborrow_u64): Swap _X and _Y arguments in the call to
15195         __builtin_ia32_sbb_u64.
15197 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
15199         PR debug/81278
15200         * tree-vrp.c (compare_assert_loc): Turn into a function template
15201         with stable template parameter.  Only test if a->e is NULL,
15202         !a->e == !b->e has been verified already.  Use e == NULL or
15203         e != NULL instead of e or ! e tests.  If stable is true, don't use
15204         iterative_hash_expr, on the other side allow a or b or both NULL
15205         and sort the NULLs last.
15206         (process_assert_insertions): Sort using compare_assert_loc<false>
15207         instead of compare_assert_loc, later sort using
15208         compare_assert_loc<true> before calling process_assert_insertions_for
15209         in a loop.  Use break instead of continue once seen NULL pointer.
15211 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15213         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
15214         Cortex-R7 and Cortex-R8 processors.
15216 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
15218         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
15219         uninitialized while src is not.
15221 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
15223         * common/config/arm/arm-common.c: Adjust include path for
15224         arm-cpu-cdata.h
15225         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
15226         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
15227         (arm-cpu-data.h): Likewise.
15228         (arm-cpu-cdata.h): Likewise.
15229         * config/arm/arm-cpu.h: Delete.
15230         * config/arm/arm-cpu-cdata.h: Delete.
15231         * config/arm/arm-cpu-data.h: Delete.
15233 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
15235         * config/arm/arm-cpus.in (cortex-a55): New.
15236         (cortex-a75): Likewise.
15237         (cortex-a75.cortex-a55): Likewise.
15238         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
15239         cortex-a75.
15240         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
15241         * config/arm/arm-cpu-cdata.h: Regenerate.
15242         * config/arm/arm-cpu-data.h: Regenerate.
15243         * config/arm/arm-cpu.h: Regenerate.
15244         * config/arm/arm-tables.opt: Regenerate.
15245         * config/arm/arm-tune.md: Regenerate.
15247 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
15249         * haifa-sched.c (sched_create_recovery_edges): Update profile.
15251 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
15253         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
15254         probability.
15256 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
15258         PR tree-optimization/81292
15259         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
15260         full_string_p, also call adjust_related_strinfos if the adjustment
15261         is simple, otherwise invalidate related strinfos.
15263 2017-07-04  Martin Liska  <mliska@suse.cz>
15265         PR sanitizer/81040
15266         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
15267         newly created variable as DECL_IGNORED_P.
15269 2017-07-04  Martin Liska  <mliska@suse.cz>
15271         PR ipa/81293
15272         * ipa-inline.c (inline_small_functions):
15273         Use xstrdup_for_dump.
15275 2017-07-04  Tom de Vries  <tom@codesourcery.com>
15277         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
15279 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
15281         PR target/81033
15282         * config/darwin.c (darwin_function_switched_text_sections):
15283         Fix spaces.
15285 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
15287         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
15289 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
15291         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
15293 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
15295         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
15296         min_profitable_iters, and th as inclusive lower bounds.
15297         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
15298         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
15299         for min_profitable_iters and min_profitable_estimate.
15300         (vect_transform_loop): Treat th as an inclusive lower bound.
15301         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
15303 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
15305         PR target/81033
15306         * config/darwin.c (darwin_function_switched_text_sections):
15307         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
15308         in two pieces, and suppress the use of buf.
15310 2017-07-03  Nathan Sidwell  <nathan@acm.org>
15312         * hash-table.h (hash_table_mod1): Fix indentation.
15314 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
15316         PR middle-end/81290
15317         * predict.c (force_edge_cold): Be more careful about propagation
15318         backward.
15319         * profile-count.h (profile_probability::guessed,
15320         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
15321         New.
15322         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
15324 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
15326         * doc/invoke.texi (rcpc architecture extension): Document it.
15328 2017-07-03  Richard Biener  <rguenther@suse.de>
15330         PR tree-optimization/60510
15331         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
15332         the scalar reduction PHI and use it.
15333         (vectorizable_reduction): Properly guard the single_defuse_cycle
15334         path for non-SLP reduction chains where we cannot use it.
15335         Rework reduc_def/index and vector type deduction.  Rework
15336         vector operand gathering during reduction op code-gen.
15337         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
15338         chains dissolve the chain and leave it to non-SLP reduction
15339         handling.
15341 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
15343         * tree-data-ref.h (dr_alignment): Declare.
15344         * tree-data-ref.c (dr_alignment): New function.
15345         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
15346         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
15347         set it.
15348         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
15350 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
15352         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
15353         and base_misalignment fields.
15354         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
15355         * tree-data-ref.c: Include builtins.h.
15356         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
15357         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
15358         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
15359         * tree-vect-data-refs.c: Include tree-cfg.h.
15360         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
15361         fields instead of calculating an alignment here.
15362         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
15363         innermost_loop_behavior fields.
15365 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
15367         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
15368         field.
15369         (DR_STEP_ALIGNMENT): New macro.
15370         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
15371         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
15372         (create_data_ref): Print it.
15373         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
15374         to tell whether the step preserves vector (mis)alignment.
15375         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
15376         Move the check for an integer step and generalise to all INTEGER_CST.
15377         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
15378         Print the outer step alignment.
15380 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
15382         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
15383         with offset_alignment.
15384         (DR_ALIGNED_TO): Delete.
15385         (DR_OFFSET_ALIGNMENT): New macro.
15386         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
15387         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
15388         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
15389         (create_data_ref): Likewise.
15390         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
15391         (vect_analyze_data_refs): Likewise.
15392         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
15393         creating dummy innermost behavior.
15395 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
15397         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
15398         with a "innermost_loop_behavior *" and refeence tree.
15399         * tree-data-ref.c (dr_analyze_innermost): Likewise.
15400         (create_data_ref): Update call accordingly.
15401         * tree-predcom.c (find_looparound_phi): Likewise.
15403 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
15405         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
15406         fields with dr_wrt_vec_loop.
15407         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
15408         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
15409         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
15410         (vect_dr_behavior): New function.
15411         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
15412         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
15413         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
15414         track whether the step preserves the misalignment.
15415         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
15416         Use vect_dr_behavior.
15417         (vect_setup_realignment): Update call accordingly.
15418         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
15419         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
15420         call to vect_create_addr_base_for_vector_ref.
15421         (vect_create_cond_for_align_checks): Likewise.
15422         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
15423         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
15424         (vect_recog_mask_conversion_pattern): Likewise.
15425         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
15426         (new_stmt_vec_info): Remove redundant zeroing.
15428 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
15430         * common/config/arm/arm-common.c (arm_be8_option): New function.
15431         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
15432         (ISA_ARMv6): Add isa_bit_be8.
15433         * config/arm/arm.h (arm_be8_option): Add prototype.
15434         (BE8_SPEC_FUNCTION): New define.
15435         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
15436         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
15437         (mlittle-endian): Similarly.
15438         (mbe8, mbe32): New options.
15439         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
15440         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
15442 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
15444         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
15446 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
15448         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
15449         (cleanup_tree_cfg_bb): Use it.
15450         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
15451         New functions.
15452         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
15454 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
15456         PR bootstrap/81285
15457         * loop-doloop.c (add_test): Update profile.
15459 2017-07-03  Martin Liska  <mliska@suse.cz>
15461         PR sanitize/81040
15462         * sanopt.c (rewrite_usage_of_param): New function.
15463         (sanitize_rewrite_addressable_params): Likewise.
15464         (pass_sanopt::execute): Call rewrite_usage_of_param.
15466 2017-07-03  Richard Biener  <rguenther@suse.de>
15468         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
15469         back to using VIEW_CONVERT_EXPR.
15471 2017-07-03  Martin Liska  <mliska@suse.cz>
15473         PR other/78366
15474         * doc/extend.texi: Document when a resolver function is
15475         generated for target_clones.
15477 2017-07-03  Martin Liska  <mliska@suse.cz>
15479         * asan.c (asan_emit_stack_protection): Unpoison just red zones
15480         and shadow memory of auto variables which are subject of
15481         use-after-scope sanitization.
15482         (asan_expand_mark_ifn): Add do set only when is_poison.
15484 2016-07-03  Richard Biener  <rguenther@suse.de>
15486         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
15487         reduction PHIs.
15488         (vect_force_simple_reduction): Record reduction def -> phi mapping.
15489         (vectorizable_reduction): Perform reduction PHI creation when
15490         visiting a reduction PHI and adjust and simplify code generation
15491         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
15492         (vect_transform_loop): Visit reduction PHIs.
15493         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
15494         defs into the SLP tree.
15495         (vect_build_slp_tree): Reduction defs terminate the recursion.
15496         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
15497         of reduction defs.
15498         (vect_get_vec_defs_for_stmt_copy): Export.
15499         (vect_get_vec_defs): Likewise.
15500         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
15501         purpose.
15502         (vect_get_vec_defs_for_stmt_copy): Declare.
15503         (vect_get_vec_defs): Likewise.
15505 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
15507         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
15508         parameter with a "loop" parameter and use it instead of the
15509         loop containing DR_STMT.  Don't check simple_iv when doing
15510         BB analysis.  Describe the two analysis modes in the comment.
15512 2017-07-03  Tom de Vries  <tom@codesourcery.com>
15514         PR tree-optimization/69468
15515         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
15516         (find_same_succ_bb): Handle ignore_edge_flags.
15518 2017-07-03  Tom de Vries  <tom@codesourcery.com>
15520         PR tree-optimization/81192
15521         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
15522         hash.
15523         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
15524         differs.
15525         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
15527 2017-07-03  Tom de Vries  <tom@codesourcery.com>
15529         PR tree-optimization/81192
15530         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
15531         BB_SAME_SUCC (bb) == NULL.
15533 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
15535         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
15536         consistency.
15538 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
15540         * dumpfile.c: Include profile-count.h
15541         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
15542         update profile.
15543         (insert_cond_bb): Update profile.
15544         * tree-cfg.h (insert_cond_bb): Update prototype.
15545         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
15546         * tree-dump.c: Do not include tree-cfg.
15548 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
15550         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
15552 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
15554         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
15555         bb.
15557 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
15559         * tree-complex.c (expand_complex_div_wide): update profile.
15561 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
15562             Alan Hayward  <alan.hayward@arm.com>
15563             David Sherwood  <david.sherwood@arm.com>
15565         * Makefile.in (MACHMODE_H): Remove insn-modes.h
15566         (CORETYPES_H): New define.
15567         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
15568         (insn-modes-inline.h, s-modes-inline-h): New rules.
15569         (generated_files): Add insn-modes-inline.h.
15570         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
15571         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
15572         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
15573         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
15574         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
15575         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
15576         (build/gencodes.o, build/genconditions.o): Likewise.
15577         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
15578         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
15579         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
15580         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
15581         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
15582         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
15583         * coretypes.h: Include everything up to real.h for generators.
15584         Include insn-modes.h first.  Include wide-int-print.h after
15585         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
15586         * machmode.h: Don't include insn-modes.h here.
15587         * function-tests.c: Remove includes of signop.h, machmode.h,
15588         double-int.h and wide-int.h.
15589         * rtl.h: Likewise.
15590         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
15591         and wide-int.h.
15592         * optc-save-gen.awk: Likewise.
15593         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
15594         * godump.c: Remove include of wide-int-print.h.
15595         * pretty-print.h: Likewise.
15596         * wide-int-print.cc: Likewise.
15597         * wide-int.cc: Likewise.
15598         * hash-map-tests.c: Remove include of signop.h.
15599         * hash-set-tests.c: Likewise.
15600         * rtl-tests.c: Likewise.
15601         * mkconfig.sh: Remove include of machmode.h.
15602         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
15603         into...
15604         (emit_insn_modes_inline_h): ...this new function.  Emit the code
15605         into an insn-modes-inline.h header file, adding appropriate
15606         include guards and end comments.
15607         (emit_insn_modes_c_header): Remove include of machmode.h.
15608         (emit_min_insn_modes_c_header): Include coretypes.h rather than
15609         machmode.h.
15610         (main): Handle -i flag and call emit_insn_modes_inline_h when
15611         it is passed.
15613 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
15615         * tree-ssa-strlen.c (strinfo): Rename the length field to
15616         nonzero_chars.  Add a full_string_p field.
15617         (compare_nonzero_chars, zero_length_string_p): New functions.
15618         (get_addr_stridx): Add an offset_out parameter.
15619         Use compare_nonzero_chars.
15620         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
15621         (new_strinfo): Update after above changes to strinfo.
15622         (set_endptr_and_length): Set full_string_p.
15623         (get_string_length): Update after above changes to strinfo.
15624         (unshare_strinfo): Update call to new_strinfo.
15625         (maybe_invalidate): Likewise.
15626         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
15627         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
15628         as a uhwi instead of an shwi.  Update after above changes to
15629         strinfo and new_strinfo.
15630         (zero_length_string): Assert that chainsi contains full strings.
15631         Use zero_length_string_p.  Update call to new_strinfo.
15632         (adjust_related_strinfos): Update after above changes to strinfo.
15633         Copy full_string_p from origsi.
15634         (adjust_last_stmt): Use zero_length_string_p.
15635         (handle_builtin_strlen): Update after above changes to strinfo and
15636         new_strinfo.  Install the lhs as the string length if the previous
15637         entry didn't describe a full string.
15638         (handle_builtin_strchr): Update after above changes to strinfo
15639         and new_strinfo.
15640         (handle_builtin_strcpy): Likewise.
15641         (handle_builtin_strcat): Likewise.
15642         (handle_builtin_malloc): Likewise.
15643         (handle_pointer_plus): Likewise.
15644         (handle_builtin_memcpy): Likewise.  Track nonzero characters
15645         that aren't necessarily followed by a nul terminator.
15646         (handle_char_store): Likewise.
15648 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
15650         PR tree-optimization/80769
15651         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
15652         for malloc and calloc.  Document the new invariant that all related
15653         strinfos have delayed lengths or none do.
15654         (verify_related_strinfos): Move earlier in file.
15655         (set_endptr_and_length): New function, split out from...
15656         (get_string_length): ...here.  Also set the lengths of related
15657         strinfos.
15658         (zero_length_string): Assert that chainsi has known (rather than
15659         delayed) lengths.
15660         (adjust_related_strinfos): Likewise.
15662 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
15664         PR tree-optimization/81136
15665         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
15666         assert that two references with the same misalignment have the same
15667         compile-time misalignment if those compile-time misalignments
15668         are known.
15670 2017-07-01  Andi Kleen  <ak@linux.intel.com>
15672         * print-tree.c (print_node): Print all attributes.
15674 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
15676         * cfg.c (scale_bbs_frequencies): New function.
15677         * cfg.h (scale_bbs_frequencies): Declare it.
15678         * cfgloopanal.c (single_likely_exit): Cleanup.
15679         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
15680         as parameter.
15681         (scale_loop_profile): Likewise.
15682         (loop_version): Likewise.
15683         (create_empty_loop_on_edge): Update.
15684         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
15685         scale_loop_frequencies, scale_loop_profile, loopify,
15686         loop_version): Update prototypes.
15687         * modulo-sched.c (sms_schedule): Update.
15688         * predict.c (unlikely_executed_edge_p): Also check probability.
15689         (probably_never_executed_edge_p): Fix typo.
15690         * tree-if-conv.c (version_loop_for_if_conversion): Update.
15691         * tree-parloops.c (gen_parallel_loop): Update.
15692         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
15693         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
15694         * tree-ssa-loop-split.c (split_loop): Update.
15695         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
15696         * tree-vect-loop-manip.c (vect_do_peeling): Update.
15697         (vect_loop_versioning): Update.
15698         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
15700 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
15702         * trans-mem.c (split_bb_make_tm_edge): Update profile.
15704 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
15706         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
15707         to keep profile consistent.
15709 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
15711         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
15712         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
15713         * profile-count.h (max_safe_multiplier): Make unsigned.
15714         (profile_count::guessed_zero): New.
15716 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
15718         * bb-reorder.c (fix_up_crossing_landing_pad,
15719         fix_crossing_conditional_branches): Use make_single_succ_edge
15720         to keep profile consistent.
15722 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
15724         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
15725         to update profile.
15727 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
15729         PR sanitizer/81262
15730         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
15731         the right scopes, make sure cond_jump isn't preserved between multiple
15732         iterations.  Search for fallthru edge whenever there are 3+ edges and
15733         use find_fallthru_edge for it.
15735 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
15737         Patch by Alexander Monakov <amonakov@ispras.ru>
15738         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
15739         probabilities consistently.
15741 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
15743         * pa.c (pa_expand_compare_and_swap_loop): Update call of
15744         emit_cmp_and_jump_insns.
15746 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
15748         PR ipa/81261
15749         * tree-inline.c (expand_call_inline): Combine profile statuses.
15751 2017-06-30  Andrew Pinski  <apinski@cavium.com>
15753         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
15754         fold_stmt returned true.
15756 2017-06-30  Nathan Sidwell  <nathan@acm.org>
15758         * ggc.h (empty_string): Delete.
15759         * cfgexpand.c (expand_asm_stmt): Use plain "".
15760         * optabs.c (expand_asm_memory_barrier): Likewise.
15761         * stringpool.c (empty_string): Delete.
15762         (digit_vector, digit_string): Delete.
15763         (ggc_alloc_string): Use plain "", don't optimize single digit
15764         strings.  Use ggc_alloc_atomic.
15766 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
15768         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
15769         comparison set and one other set, use the cost of the non-comparison
15770         set.
15772 2017-06-30  Nathan Sidwell  <nathan@acm.org>
15774         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
15775         some formatting.
15777 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
15779         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
15780         loops.  Remove now unneeded calls to gimple_switch_set_label() that
15781         just set removed labels to NULL_TREE.
15783 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
15785         * tree-ssanames.c (set_range_info_raw): Abstract from ...
15786         (set_range_info): ...here.  Only call set_range_info_raw if domain
15787         is useful.
15788         (set_nonzero_bits): Call set_range_info_raw.
15789         * tree-ssanames.h (set_range_info_raw): New.
15791 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
15793         PR target/81225
15794         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
15795         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
15796         of nonimmediate_operand and <store_mask_constraint> instead of m
15797         for the input operand.  For V8FI iterator, always split if input
15798         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
15799         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
15800         <store_mask_predicate> instead of register_operand and
15801         <store_mask_constraint> instead of v for the input operand.  Make
15802         sure both operands aren't MEMs for if not <mask_applied>.
15804 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
15806         * lto-wrapper.c (copy_file) Close both file descriptors before
15807         exiting normally.
15809 2017-06-30  Martin Liska  <mliska@suse.cz>
15811         PR ipa/81214
15812         * multiple_target.c (create_dispatcher_calls): Make ifunc
15813         also for function that don't have calls or are not referenced.
15815 2017-06-30  Richard Biener  <rguenther@suse.de>
15817         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
15818         analyze the first scalar stmt.  Move vector type computation
15819         for the BB case here from ...
15820         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
15821         live operation processing in the SLP case properly.
15823 2017-06-30  Richard Biener  <rguenther@suse.de>
15825         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
15827 2017-06-30  Martin Liska  <mliska@suse.cz>
15829         PR sanitizer/81021
15830         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
15831         before BUILT_IN_UNWIND_RESUME when ASAN is used.
15833 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
15835         * doc/invoke.texi (AArch64): Add missing options and remove redundant
15836         ones.
15838 2017-06-30  Richard Biener  <rguenther@suse.de>
15840         PR tree-optimization/81249
15841         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
15842         condition reduction result to original scalar type.
15844 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15846         * profile-count.h (enum profile_quality): Fix typos and whitespace
15847         issues.
15849 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15851         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
15852         type for branch probabilities.
15854 2017-06-29  Julian Brown  <julian@codesourcery.com>
15855             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
15857         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
15858         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
15859         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
15860         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
15862 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
15864         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
15865         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
15866         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
15867         CC usage from generic code to here.
15868         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
15869         CC usage into the target macros.
15871 2017-06-29  Maya Rashish  <coypu@sdf.org>
15873         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
15874         objects.
15876 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
15878         * arm/arm-builtins.c: Include profile-count.h
15879         * except.c (sjlj_emit_function_enter): Use
15880         profile_probability::unlikely.
15882 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
15884         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
15885         and tocrel_offset be pointer args rather than implicitly using
15886         static versions.
15887         (legitimate_constant_pool_address_p, rs6000_emit_move,
15888         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
15889         tocrel_offset and use in toc_relative_expr_p call.
15890         (print_operand, print_operand_address): Use static tocrel_base_oac
15891         and tocrel_offset_oac.
15892         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
15893         tocrel_offset_oac.
15895 2017-06-29  Maya Rashish  <coypu@sdf.org>
15897         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
15899 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
15901         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
15902         objects, take into account only the alignment of 'op0' and 'mode1' if
15903         'op0' is a MEM.
15905 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
15907         * ccmp.c (ccmp_tree_comparison_p): New function.
15908         (ccmp_candidate_p): Update to use above function.
15909         (get_compare_parts): New function.
15910         (expand_ccmp_next): Update to use new functions.
15911         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
15912         new functions.
15913         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
15914         take mode as argument.
15915         * ccmp.h (expand_ccmp_expr): Add mode as argument.
15916         * expr.c (expand_expr_real_1): Pass mode as argument.
15918 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
15920         * combine.c (combine_instructions): Print insns to dump_file, together
15921         with their costs.
15923 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
15925         * asan.c (asan_emit_stack_protection): Update.
15926         (create_cond_insert_point): Update.
15927         * auto-profile.c (afdo_propagate_circuit): Update.
15928         * basic-block.h (struct edge_def): Turn probability to
15929         profile_probability.
15930         (EDGE_FREQUENCY): Update.
15931         * bb-reorder.c (find_traces_1_round): Update.
15932         (better_edge_p): Update.
15933         (sanitize_hot_paths): Update.
15934         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
15935         (make_single_succ_edge): Update.
15936         (check_bb_profile): Update.
15937         (dump_edge_info): Update.
15938         (update_bb_profile_for_threading): Update.
15939         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
15940         probabilitycount to 0.
15941         * cfgbuild.c (compute_outgoing_frequencies): Update.
15942         * cfgcleanup.c (try_forward_edges): Update.
15943         (outgoing_edges_match): Update.
15944         (try_crossjump_to_edge): Update.
15945         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
15946         (expand_gimple_tailcall): Update.
15947         (construct_init_block): Use make_single_succ_edge.
15948         (construct_exit_block): Use make_single_succ_edge.
15949         * cfghooks.c (verify_flow_info): Update.
15950         (redirect_edge_succ_nodup): Update.
15951         (split_edge): Update.
15952         (account_profile_record): Update.
15953         * cfgloopanal.c (single_likely_exit): Update.
15954         * cfgloopmanip.c (scale_loop_profile): Update.
15955         (set_zero_probability): Remove.
15956         (duplicate_loop_to_header_edge): Update.
15957         * cfgloopmanip.h (loop_version): Update prototype.
15958         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
15959         (force_nonfallthru_and_redirect): Update.
15960         (update_br_prob_note): Update.
15961         (rtl_verify_edges): Update.
15962         (purge_dead_edges): Update.
15963         (rtl_lv_add_condition_to_bb): Update.
15964         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
15965         * cgraphunit.c (init_lowered_empty_function): Update.
15966         (cgraph_node::expand_thunk): Update.
15967         * cilk-common.c: Include profile-count.h
15968         * dojump.c (inv): Remove.
15969         (jumpifnot): Update.
15970         (jumpifnot_1): Update.
15971         (do_jump_1): Update.
15972         (do_jump): Update.
15973         (do_jump_by_parts_greater_rtx): Update.
15974         (do_compare_rtx_and_jump): Update.
15975         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
15976         do_jump_1. do_compare_rtx_and_jump): Update prototype.
15977         * dwarf2cfi.c: Include profile-count.h
15978         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
15979         (sjlj_emit_dispatch_table): Likewise.
15980         * explow.c: Include profile-count.h
15981         * expmed.c (emit_store_flag_force): Update.
15982         (do_cmp_and_jump): Update.
15983         * expr.c (compare_by_pieces_d::generate): Update.
15984         (compare_by_pieces_d::finish_mode): Update.
15985         (emit_block_move_via_loop): Update.
15986         (store_expr_with_bounds): Update.
15987         (store_constructor): Update.
15988         (expand_expr_real_2): Update.
15989         (expand_expr_real_1): Update.
15990         * expr.h (try_casesi, try_tablejump): Update prototypes.
15991         * gimple-pretty-print.c (dump_probability): Update.
15992         (dump_profile): New.
15993         (dump_gimple_label): Update.
15994         (dump_gimple_bb_header): Update.
15995         * graph.c (draw_cfg_node_succ_edges): Update.
15996         * hsa-gen.c (convert_switch_statements): Update.
15997         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
15998         (find_if_case_1): Update.
15999         (find_if_case_2): Update.
16000         * internal-fn.c (expand_arith_overflow_result_store): Update.
16001         (expand_addsub_overflow): Update.
16002         (expand_neg_overflow): Update.
16003         (expand_mul_overflow): Update.
16004         (expand_vector_ubsan_overflow): Update.
16005         * ipa-cp.c (good_cloning_opportunity_p): Update.
16006         * ipa-split.c (split_function): Use make_single_succ_edge.
16007         * ipa-utils.c (ipa_merge_profiles): Update.
16008         * loop-doloop.c (add_test): Update.
16009         (doloop_modify): Update.
16010         * loop-unroll.c (compare_and_jump_seq): Update.
16011         (unroll_loop_runtime_iterations): Update.
16012         * lra-constraints.c (lra_inheritance): Update.
16013         * lto-streamer-in.c (input_cfg): Update.
16014         * lto-streamer-out.c (output_cfg): Update.
16015         * mcf.c (adjust_cfg_counts): Update.
16016         * modulo-sched.c (sms_schedule): Update.
16017         * omp-expand.c (expand_omp_for_init_counts): Update.
16018         (extract_omp_for_update_vars): Update.
16019         (expand_omp_ordered_sink): Update.
16020         (expand_omp_for_ordered_loops): Update.
16021         (expand_omp_for_generic): Update.
16022         (expand_omp_for_static_nochunk): Update.
16023         (expand_omp_for_static_chunk): Update.
16024         (expand_cilk_for): Update.
16025         (expand_omp_simd): Update.
16026         (expand_omp_taskloop_for_outer): Update.
16027         (expand_omp_taskloop_for_inner): Update.
16028         * omp-simd-clone.c (simd_clone_adjust): Update.
16029         * optabs.c (expand_doubleword_shift): Update.
16030         (expand_abs): Update.
16031         (emit_cmp_and_jump_insn_1): Update.
16032         (expand_compare_and_swap_loop): Update.
16033         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
16034         * predict.c (predictable_edge_p): Update.
16035         (edge_probability_reliable_p): Update.
16036         (set_even_probabilities): Update.
16037         (combine_predictions_for_insn): Update.
16038         (combine_predictions_for_bb): Update.
16039         (propagate_freq): Update.
16040         (estimate_bb_frequencies): Update.
16041         (force_edge_cold): Update.
16042         * profile-count.c (profile_count::dump): Add missing space into dump.
16043         (profile_count::debug): Add newline.
16044         (profile_count::differs_from_p): Explicitly convert to unsigned.
16045         (profile_count::stream_in): Update.
16046         (profile_probability::dump): New member function.
16047         (profile_probability::debug): New member function.
16048         (profile_probability::differs_from_p): New member function.
16049         (profile_probability::differs_lot_from_p): New member function.
16050         (profile_probability::stream_in): New member function.
16051         (profile_probability::stream_out): New member function.
16052         * profile-count.h (profile_count_quality): Rename to ...
16053         (profile_quality): ... this one.
16054         (profile_probability): New.
16055         (profile_count): Update.
16056         * profile.c (compute_branch_probabilities): Update.
16057         * recog.c (peep2_attempt): Update.
16058         * sched-ebb.c (schedule_ebbs): Update.
16059         * sched-rgn.c (find_single_block_region): Update.
16060         (compute_dom_prob_ps): Update.
16061         (schedule_region): Update.
16062         * sel-sched-ir.c (compute_succs_info): Update.
16063         * stmt.c (struct case_node): Update.
16064         (do_jump_if_equal): Update.
16065         (get_outgoing_edge_probs): Update.
16066         (conditional_probability): Update.
16067         (emit_case_dispatch_table): Update.
16068         (expand_case): Update.
16069         (expand_sjlj_dispatch_table): Update.
16070         (emit_case_nodes): Update.
16071         * targhooks.c: Update.
16072         * tracer.c (better_p): Update.
16073         (find_best_successor): Update.
16074         * trans-mem.c (expand_transaction): Update.
16075         * tree-call-cdce.c: Update.
16076         * tree-cfg.c (gimple_split_edge): Upate.
16077         (move_sese_region_to_fn): Upate.
16078         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
16079         * tree-eh.c (lower_resx): Upate.
16080         (cleanup_empty_eh_move_lp): Upate.
16081         * tree-if-conv.c (version_loop_for_if_conversion): Update.
16082         * tree-inline.c (copy_edges_for_bb): Update.
16083         (copy_cfg_body): Update.
16084         * tree-parloops.c (gen_parallel_loop): Update.
16085         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
16086         (gimple_gen_time_profiler): Update.
16087         * tree-ssa-dce.c (remove_dead_stmt): Update.
16088         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
16089         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
16090         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
16091         (unloop_loops): Update.
16092         (try_peel_loop): Update.
16093         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
16094         * tree-ssa-loop-split.c (connect_loops): Update.
16095         (split_loop): Update.
16096         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
16097         (hoist_guard): Update.
16098         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
16099         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
16100         (value_replacement): Update.
16101         * tree-ssa-reassoc.c (branch_fixup): Update.
16102         * tree-ssa-tail-merge.c (replace_block_by): Update.
16103         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
16104         (create_edge_and_update_destination_phis): Update.
16105         (compute_path_counts): Update.
16106         (recompute_probabilities): Update.
16107         (update_joiner_offpath_counts): Update.
16108         (freqs_to_counts_path): Update.
16109         (duplicate_thread_path): Update.
16110         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
16111         (struct switch_conv_info): Update.
16112         (gen_inbound_check): Update.
16113         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
16114         (vect_do_peeling): Update.
16115         (vect_loop_versioning): Update.
16116         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
16117         (optimize_mask_stores): Update.
16118         * ubsan.c (ubsan_expand_null_ifn): Update.
16119         * value-prof.c (gimple_divmod_fixed_value): Update.
16120         (gimple_divmod_fixed_value_transform): Update.
16121         (gimple_mod_pow2): Update.
16122         (gimple_mod_pow2_value_transform): Update.
16123         (gimple_mod_subtract): Update.
16124         (gimple_mod_subtract_transform): Update.
16125         (gimple_ic): Update.
16126         (gimple_stringop_fixed_value): Update.
16127         (gimple_stringops_transform): Update.
16128         * value-prof.h: Update.
16130 2017-06-29  Carl Love  <cel@us.ibm.com>
16132         * config/rs6000/rs6000-c.c: Add support for built-in functions
16133         vector signed int vec_signed (vector float);
16134         vector signed long long vec_signed (vector double);
16135         vector signed int vec_signed2 (vector double, vector double);
16136         vector signed int vec_signede (vector double);
16137         vector signed int vec_signedo (vector double);
16138         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
16139         instruction generator.
16140         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
16141         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
16142         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
16143         Add define_insn.
16144         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
16145         vunsignede_v2df): Add define_expands.
16146         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
16147         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
16148         VEC_UNSIGNEDO): Add definitions.
16149         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
16150         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
16151         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
16152         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
16153         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
16154         * config/rs6000/altivec.h (vec_signed, vec_signed2,
16155         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
16156         vec_unsignede, vec_unsignedo): Add builtin defines.
16157         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
16158         declaration.
16159         * doc/extend.texi: Update the built-in documentation file for the
16160         new built-in functions.
16162 2017-06-29  Richard Biener  <rguenther@suse.de>
16164         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
16165         reduction chains to LOOP_VINFO_REDUCTIONS.
16166         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
16167         SLP reductions after processing reduction chains.
16169 2017-06-29  Nathan Sidwell  <nathan@acm.org>
16171         * builtins.c (fold_builtin_FUNCTION): Use
16172         lang_hooks.decl_printable_name.
16174 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
16176         PR middle-end/81194
16177         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
16178         with only one label.
16179         * stmt.c (expand_case): Assert NCASES is greater than one.
16181 2017-06-29  Richard Biener  <rguenther@suse.de>
16183         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
16184         anything.
16185         (group_case_labels): Likewise.
16186         (find_taken_edge): Push sanity checking on val to workers...
16187         (find_taken_edge_cond_expr): ... here
16188         (find_taken_edge_switch_expr): ... and here, handle cases
16189         with just a default label.
16190         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
16191         (group_case_labels): Likewise.
16192         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
16193         group_case_labels does anything cleanup the CFG again.
16195 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
16197         PR tree-optimization/81196
16198         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
16199         exit condition comparing two IVs.
16201 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
16203         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
16204         profile to the dummy entry at the end of the list of architectures.
16205         * config/arm/arm-cpu-cdata.h: Regenerated.
16207 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16208             Michael Collison <michael.collison@arm.com>
16210         PR target/70119
16211         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
16212         New pattern.
16213         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
16214         (*aarch64_reg_<mode>3_minus_mask): New pattern.
16215         (*aarch64_<optab>_reg_di3_mask2): New pattern.
16216         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
16217         of shift when the shift amount is masked with constant equal to
16218         the size of the mode.
16219         * config/aarch64/predicates.md (subreg_lowpart_operator): New
16220         predicate.
16222 2017-06-29  Martin Liska  <mliska@suse.cz>
16224         * config/i386/i386.opt: Change range from [1,5] to [0,5].
16226 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
16228         PR bootstrap/80565
16229         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
16230         code.
16231         * ipa-inline.h
16232         (edge_growth_cache_entry::edge_growth_cache_entry): New
16233         function.
16234         (reset_edge_growth_cache): Update to use constructor.
16236 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16238         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
16239         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
16240         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
16242 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
16244         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
16245         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
16247 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
16249         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
16250         (*-linux-uclibc*): Add t-uclibc tmake_file.
16251         * config/t-musl: New.
16252         * config/t-uclibc: New.
16254 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
16256         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
16257         context.
16258         (gen_comm_data): Emit architectural setting of arch_prof.
16259         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
16260         profile.
16261         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
16262         (armv8-m.base, armv8-m.main): Likewise.
16263         * arm-protos.h (arm_build_target): Add profile field.
16264         (arch_option): Likewise.
16265         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
16266         the active target.
16267         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
16268         arm_active_target.profile.
16270 2017-06-28  Richard Biener  <rguenther@suse.de>
16272         PR middle-end/81227
16273         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
16274         TYPE_OVERFLOW_WRAPS.
16275         * match.pd (negate_expr_p): Likewise.
16276         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
16277         fold_build2, not fold_binary.
16279 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
16281         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
16282         Convert memory address to Pmode.
16283         (aarch64_print_operand): Assert MEM operands are always Pmode.
16285 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
16287         PR target/79665
16288         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
16289         Remove redundant if.
16290         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
16291         * config/arm/aarch-common-protos.h
16292         (aarch_forward_to_shift_is_not_shifted_re): Remove.
16293         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
16295 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
16297         PR ipa/81238
16298         * multiple_target.c (create_dispatcher_calls): Set the default
16299         clone to be static, not public.
16301 2017-06-28  Richard Biener  <rguenther@suse.de>
16303         * tree-vect-loop.c (vectorizable_reduction): Move special
16304         cond reduction IV var creation ...
16305         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
16306         parameter.  Use STMT_VINFO_VECTYPE.
16307         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
16308         constant_p.
16310 2017-06-28  Martin Liska  <mliska@suse.cz>
16312         PR ipa/81128
16313         * ipa-visibility.c (non_local_p): Handle visibility.
16315 2017-06-28  Martin Liska  <mliska@suse.cz>
16317         PR driver/79659
16318         * common.opt: Add IntegerRange to various options.
16319         * opt-functions.awk (integer_range_info): New function.
16320         * optc-gen.awk: Add integer_range_info to cl_options struct.
16321         * opts-common.c (decode_cmdline_option): Handle
16322         CL_ERR_INT_RANGE_ARG.
16323         (cmdline_handle_error): Likewise.
16324         * opts.c (print_filtered_help): Show valid interval in
16325         when --help is provided.
16326         * opts.h (struct cl_option): Add range_min and range_max fields.
16327         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
16329 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
16331         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
16332         (x * C EQ/NE y * C): New transformation.
16334 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
16336         * genmultilib (combination_space): Accept '+' in option names.
16338 2017-06-28  Martin Liska  <mliska@suse.cz>
16340         PR sanitizer/81224
16341         * asan.c (instrument_derefs): Bail out inner references
16342         that are hard register variables.
16344 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
16346         PR target/81175
16347         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
16348         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
16350 2017-06-28  Richard Biener  <rguenther@suse.de>
16352         * tree-vectorizer.h (vect_get_vec_defs): Remove.
16353         (vect_get_slp_defs): Adjust.
16354         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
16355         out from ...
16356         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
16357         simplify.
16358         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
16359         get_initial_defs_for_reduction instead of vect_get_vec_defs.
16360         (vectorizable_reduction): Adjust.
16361         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
16362         handling.
16363         (vect_get_slp_defs): Likewise.
16364         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
16365         (vectorizable_bswap): Adjust.
16366         (vectorizable_call): Likewise.
16367         (vectorizable_conversion): Likewise.
16368         (vectorizable_assignment): Likewise.
16369         (vectorizable_shift): Likewise.
16370         (vectorizable_operation): Likewise.
16371         (vectorizable_store): Likewise.
16372         (vectorizable_condition): Likewise.
16373         (vectorizable_comparison): Likewise.
16375 2017-06-28  Michael Collison  <michael.collison@arm.com>
16377         PR target/68535
16378         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
16379         set of base_reg
16380         (arm_gen_movmemqi): Removed unused variable 'i'.
16381         Convert 'for' loop into 'while' loop.
16382         (arm_expand_prologue): Remove last unnecessary set of insn.
16383         (thumb_pop): Remove unused variable 'pushed_words'.
16384         (thumb_exit): Remove last unnecessary set of regs_to_pop.
16386 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16388         * config/s390/predicates.md: Use s390_rel_address_ok_p.
16389         * config/s390/s390-protos.h: Add prototype of
16390         s390_rel_address_ok_p.
16391         * config/s390/s390.c (s390_got_symbol): New function.
16392         (s390_rel_address_ok_p): New function.
16393         (legitimize_pic_address): Use s390_rel_address_ok_p.
16394         (s390_load_got): Use s390_got_symbol.
16395         (s390_option_override): Issue error if
16396         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
16397         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
16398         New macro.
16399         * config/s390/s390.opt: New option mpic-data-is-text-relative.
16401 2017-06-27  Andrew Pinski  <apinski@cavium.com>
16403         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
16404         (X * copysign (1.0, X)): New pattern.
16405         (X * copysign (1.0, -X)): New pattern.
16406         (copysign (-1.0, CST)): New pattern.
16408 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
16410         * genmultilib (combination_space): Remove variable.
16411         Validate reuse rules against regular expression for any sequence
16412         of multilib options in any order.
16414 2017-06-27  Michael Collison  <michael.collison@arm.com>
16416         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
16417         call aarch64_split_simd_combine.
16418         * (aarch64_combine_internal<mode>): Delete pattern.
16419         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
16420         Allow register and subreg operands.
16422 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
16424         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
16425         specific need, just fallback on defaults.
16426         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
16428 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
16429             Olivier Hainque  <hainque@adacore.com>
16431         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
16432         map for 64bits.
16433         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
16434         targets. Pick a default if no particular attempt applied.
16435         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
16436         larger contexts.
16438 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
16440         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
16441         (x86_64-wrs-vxworks7): Likewise.
16443 2017-06-27  Marek Polacek  <polacek@redhat.com>
16445         PR sanitizer/81223
16446         * ubsan.c (instrument_null): Check get_base_address's result for null.
16448 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
16450         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
16452 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
16454         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
16455         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
16456         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
16457         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
16458         New function types.
16459         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
16460         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
16461         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
16462         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
16463         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
16464         BUILT_IN_FEUPDATEENV): New builtins.
16465         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
16466         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
16467         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
16468         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
16469         macros.
16470         (builtin_structptr_types): Adjust size.
16471         * tree.c (builtin_structptr_types): Add four entries.
16473 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
16474             Olivier Hainque  <hainque@adacore.com>
16476         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
16477         (TLS_SYM): New local macro, forcing reference to __tls__ on
16478         link command lines for VxWorks 7 RTPs, triggering initialization
16479         of tlsLib.
16480         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
16481         OS features TLS support, true for RTPs on VxWorks 7.
16482         * config/vxworks.c (vxworks_override_options): Setup emutls
16483         accordingly.
16485 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
16487         * predict.c (test_prediction_value_range): Use -1U instead of -1
16488         to avoid narrowing conversion warning.
16489         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
16490         to avoid narrowing conversion warning.
16491         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
16492         -1.
16493         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
16495 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
16497         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
16498         64bit configurations.
16499         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
16500         (SIZE_TYPE): Likewise.
16501         * config/vxworks.c (vxworks_emutls_var_fields): Use
16502         long_unsigned_type_node instead of unsigned_type_node as the offset
16503         field type, which is "pointer" mode in emutls.c.
16505 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
16507         PR sanitizer/81209
16508         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
16510         PR middle-end/81207
16511         * gimple-fold.c (replace_call_with_call_and_fold): Handle
16512         gimple_vuse copying separately from gimple_vdef copying.
16514 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
16516         * value-prof.c (free_hist): Remove call to memset and the enclosing if
16517         condition.
16519 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
16520             Olivier Hainque  <hainque@adacore.com>
16522         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
16523         for all vxworks7 targets.
16524         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
16525         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
16526         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
16527         variations for VX6/VX7 and 32/64bits later on in ...
16528         (VXWORKS_LIB_SPEC): Leverage new macros.
16529         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
16530         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
16532 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
16534         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
16535         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
16537 2017-06-26  Carl Love  <cel@us.ibm.com>
16539         * config/rs6000/rs6000-c.c: Add support for built-in functions
16540         vector bool char vec_reve (vector bool char);
16541         vector signed char vec_reve (vector signed char);
16542         vector unsigned char vec_reve (vector unsigned char);
16543         vector bool int vec_reve (vector bool int);
16544         vector signed int vec_reve (vector signed int);
16545         vector unsigned int vec_reve (vector unsigned int);
16546         vector bool long long vec_reve (vector bool long long);
16547         vector signed long long vec_reve (vector signed long long);
16548         vector unsigned long long vec_reve (vector unsigned long long);
16549         vector bool short vec_reve (vector bool short);
16550         vector signed short vec_reve (vector signed short);
16551         vector double vec_reve (vector double);
16552         vector float vec_reve (vector float);
16553         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
16554         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
16555         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
16556         (altivec_vreve): New pattern.
16557         * config/rs6000/altivec.h (vec_reve): New define.
16558         * doc/extend.texi (vec_rev): Update the built-in documentation file
16559         for the new built-in functions.
16561 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16563         PR tree-optimization/71815
16564         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
16565         function.
16566         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
16567         has_single_use.
16568         (slsr_process_phi): Likewise.
16569         (replace_uncond_cands_and_profitable_phis): Don't replace a
16570         multiply candidate with a stride of 1 (copy or cast).
16571         (phi_incr_cost): Call uses_consumed_by_stmt rather than
16572         has_single_use.
16573         (lowest_cost_path): Likewise.
16574         (total_savings): Likewise.
16576 2017-06-26  Richard Biener  <rguenther@suse.de>
16578         PR target/81175
16579         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
16580         Use def_builtin_pure for all gather builtins.
16582 2017-06-26  Richard Biener  <rguenther@suse.de>
16584         PR tree-optimization/81203
16585         * tree-tailcall.c (find_tail_calls): Do not move stmts into
16586         non-dominating BBs.
16588 2017-06-26  Marek Polacek  <polacek@redhat.com>
16590         PR c/80116
16591         * doc/invoke.texi: Document -Wmultistatement-macros.
16593 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
16595         * doc/sourcebuild.texi (ARM-specific attributes): Document new
16596         arm_neon_ok_no_float_abi effective target.
16598 2017-06-26  Richard Biener  <rguenther@suse.de>
16600         PR tree-optimization/80928
16601         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
16602         (copy_bbs): Set BB_DUPLICATED flag early.
16603         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
16604         marked blocks.
16605         (execute_on_shrinking_pred): Likewise.
16606         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
16607         BB_DUPLICATED blocks.
16608         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
16609         iterate over all PHIs considering removal of *gsi.
16611 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
16613         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
16614         qdf24xx.
16616 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
16618         * config/rs6000/rs6000-string.c: (expand_block_clear,
16619         do_load_for_compare, select_block_compare_mode,
16620         compute_current_alignment, expand_block_compare,
16621         expand_strncmp_align_check, expand_strn_compare,
16622         expand_block_move, rs6000_output_load_multiple)
16623         Move functions related to string/block move/compare
16624         to a separate file.
16625         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
16626         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
16627         for this function which is now used in two files.
16628         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
16629         * config.gcc: Add rs6000-string.o to extra_objs for
16630         targets powerpc*-*-* and rs6000*-*-*.
16632 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
16634         PR target/80510
16635         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
16636         32-bit, since indexed is not valid for DImode.
16637         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
16638         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
16639         (define_peephole2 for Altivec d-form load): Add 32-bit support.
16640         (define_peephole2 for Altivec d-form store): Likewise.
16642         PR ipa/81185
16643         * multiple_target.c (create_dispatcher_calls): Only create the
16644         dispatcher call if the function is the default clone of a
16645         versioned function.
16647 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
16649         PR middle-end/80902
16650         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
16651         a call, force the call to not be a tail call.
16653 2017-06-23  Jeff Law  <law@redhat.com>
16655         * doc/contrib.texi: Add entry for Steven Pemberton's work on
16656         enquire.
16658 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
16660         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
16661         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
16662         handling for early expansion of vector shifts (sl,sr,sra,rl).
16663         (builtin_function_type): Add vector shift right instructions
16664         to the unsigned argument list.
16666 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16668         rtl-optimizatoin/79286
16669         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
16670         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
16671         trap.  PIC register plus a const unspec without offset can never trap.
16673 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
16675         * tree.h (builtin_structptr_type): New type.
16676         (builtin_structptr_types): Declare new array.
16677         * tree.c (builtin_structptr_types): New array.
16678         (free_lang_data, build_common_tree_nodes): Use it.
16680 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
16682         PR c++/81187
16683         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
16684         -Wnoexcept.
16686 2017-06-22  Matt Turner  <mattst88@gmail.com>
16688         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
16689         Lake models to skylake case.  Assume skylake for unknown
16690         models with clflushopt.
16692 2017-06-22  Jeff Law  <law@redhat.com>
16694         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
16695         frame sizes that do not satisfy aarch64_uimm12_shift.
16697 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
16699         * profile-count.h (apply_probability,
16700         apply_scale, probability_in): Fix checks for zero.
16702 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16704         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
16705         * doc/cppdiropts.texi (-I @var{dir}): Document it.
16707 2016-06-22  Richard Biener  <rguenther@suse.de>
16709         * tree-vect-loop.c (vect_model_reduction_cost): Handle
16710         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
16711         REDUC_MAX_EXPR support.
16712         (vectorizable_reduction): Likewise.
16713         (vect_create_epilog_for_reduction): Likewise.
16715 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
16717         * match.pd (A / (1 << B) -> A >> B): New.
16718         * generic-match-head.c: Include optabs-tree.h.
16719         * gimple-match-head.c: Likewise.
16720         * optabs-tree.h (target_supports_op_p): New.
16721         * optabs-tree.c (target_supports_op_p): New.
16723 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16725         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
16726         $gcc_cv_ld --help output.
16727         (gcc_cv_ld_demangle): Likewise.
16728         (gcc_cv_ld_eh_frame_hdr): Likewise.
16729         (gcc_cv_ld_pie): Likewise.
16730         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
16731         (gcc_cv_ld_buildid): Likewise.
16732         (gcc_cv_ld_sysroot): Likewise.
16733         (ld_bndplt_support): Likewise.
16734         (ld_pushpopstate_support): Likewise.
16735         * configure: Regenerate.
16736         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
16738 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
16740         PR target/81151
16741         * config/i386/sse.md (round<mode>2): Renumber match_dup and
16742         operands indexes to avoid gap between operands and match_dups.
16744 2017-06-21  Andrew Pinski  <apinski@cavium.com>
16746         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
16747         Increment Arith_shift and Arith_shift_reg by 1.
16748         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
16749         New tuning flag.
16750         * config/aarch64/aarch64.c (thunderx_tunings): Enable
16751         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
16752         (aarch64_strip_extend): Add new argument and test for it.
16753         (aarch64_cheap_mult_shift_p): New function.
16754         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
16755         add a cost if it is true.
16756         Update calls to aarch64_strip_extend.
16757         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
16759 2017-06-21  Andrew Pinski  <apinski@cavium.com>
16761         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
16762         tunings.
16763         (thunderxt88): Likewise.
16764         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
16765         (thunderx_prefetch_tune): New variable.
16766         (thunderx2t99_prefetch_tune): Update for the correct values.
16767         (thunderxt88_tunings): New variable.
16768         (thunderx_tunings): Use thunderx_prefetch_tune instead of
16769         generic_prefetch_tune.
16770         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
16772 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16774         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
16775         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
16776         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
16777         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
16778         (aarch64_atomic_cas<mode>, GPI): Likewise.
16780 2017-06-21  Martin Liska  <mliska@suse.cz>
16782         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
16783         statements on cold and hot labels.
16784         * predict.c (tree_estimate_probability_bb): Remove the
16785         prediction from this place.
16787 2017-06-21  Martin Liska  <mliska@suse.cz>
16789         PR tree-optimization/79489
16790         * gimplify.c (maybe_add_early_return_predict_stmt): New
16791         function.
16792         (gimplify_return_expr): Call the function.
16793         * predict.c (tree_estimate_probability_bb): Remove handling
16794         of early return.
16795         * predict.def: Update comment about early return predictor.
16796         * gimple-predict.h (is_gimple_predict): New function.
16797         * predict.def: Change default value of early return to 66.
16798         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
16799         statements.
16800         * passes.def: Put pass_strip_predict_hints to the beginning of
16801         IPA passes.
16803 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
16805         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
16806         FUNCTION_DECL declarations.
16807         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
16808         declarations.
16809         (dwaf2out_decl): Likewise.
16810         * godump.c (go_early_global_decl): Skip call to the real debug hook
16811         for FUNCTION_DECL declarations.
16812         * passes.c (rest_of_decl_compilation): Skip call to the
16813         early_global_decl debug hook for FUNCTION_DECL declarations, unless
16814         -fdump-go-spec is passed.
16816 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
16818         * config/i386/i386.c (struct builtin_isa): New field pure_p.
16819         Reorder for compactness.
16820         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
16821         (def_builtin_pure, def_builtin_pure2): New functions.
16822         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
16824 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
16826         * match.pd (nop_convert): New predicate.
16827         ((A +- CST1) +- CST2): Allow some NOP conversions.
16829 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
16831         PR c++/81130
16832         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
16833         with ctors/dtors if GOVD_SHARED is set.
16835 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
16837         * config/aarch64/aarch64.md (movti_aarch64):
16838         Emit mov rather than orr.
16839         (movtf_aarch64): Likewise.
16840         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
16841         Emit mov rather than orr.
16843 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
16845         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
16846         Swap alternatives, make integer dup more expensive.
16848 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
16850         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
16851         Return true for non-tls symbols.
16853 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
16855         * config/aarch64/aarch64-cores.def (cortex-a55): New.
16856         (cortex-a75): Likewise.
16857         (cortex-a75.cortex-a55): Likewise.
16858         * config/aarch64/aarch64-tune.md: Regenerate.
16859         * doc/invoke.texi (-mtune): Document new values for -mtune.
16861 2017-06-21  Tom de Vries  <tom@codesourcery.com>
16863         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
16864         stack_size feature.
16865         (Effective-Target Keywords, Other attributes): Suggest using
16866         dg-add-options stack_size feature to get stack limit in stack_size
16867         effective target documentation.
16869 2017-06-21  Julian Brown  <julian@codesourcery.com>
16870             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
16872         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
16873         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
16874         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
16875         reservation.
16876         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
16877         attribute type list for neon_multiply.
16878         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
16879         attribute type list for neon_multiply.
16880         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
16881         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
16882         attribute type list for neon_multiply.
16883         * config/arm/types.md (crypto_pmull): Add.
16884         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
16885         attribute type list.
16887 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
16889         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
16890         arm1176jzf-s.
16892 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
16894         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
16895         to make sure not to dereference a NULL cost_classes_ptr pointer.
16897 2017-06-20  Carl Love  <cel@us.ibm.com>
16899         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
16900         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
16901         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
16902         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
16903         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
16904         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
16905         VMULOSW): New enum "unspec" values.
16906         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
16907         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
16908         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
16909         altivec_vmulosw): New patterns.
16910         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
16911         VMULOSW): Add definitions.
16913 2017-06-20  Julia Koval  <julia.koval@intel.com>
16915         * config/i386/i386.c: Fix rounding expand for new pattern.
16916         * config/i386/subst.md: Fix pattern (parallel -> unspec).
16918 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
16920         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
16921         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
16923 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
16925         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
16926         feature string.
16928 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
16930         * config/aarch64/aarch64-cores.def: Rearrange to sort by
16931         architecture, then by implementer ID.
16932         * config/aarch64/aarch64-tune.md: Regenerate.
16934 2017-06-20  Richard Biener  <rguenther@suse.de>
16936         PR middle-end/81097
16937         * fold-const.c (split_tree): Fold to type before negating.
16939 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
16941         * diagnostic-show-locus.c
16942         (selftest::test_fixit_deletion_affecting_newline): New function.
16943         (selftest::diagnostic_show_locus_c_tests): Call it.
16945 2017-06-20  Andreas Schwab  <schwab@suse.de>
16947         PR target/80970
16948         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
16949         instead of "+d".
16951 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
16953         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
16954         __ARM_FEATURE_COPROC according to support.
16956 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
16958         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
16959         Rewritten to avoid overflow for > 32-bit pointers.
16961         PR sanitizer/81125
16962         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
16963         by removing enum keyword.
16964         (ubsan_type_descriptor): Likewise.  Formatting fix.
16966         PR target/81121
16967         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
16968         splitter): Require TARGET_SSE2 in the condition.
16970 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
16972         PR target/79799
16973         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
16974         for doing vector set of SFmode on ISA 3.0.
16975         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
16976         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
16977         element.
16978         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
16979         SFmode value into a V4SF variable that was extracted from another
16980         V4SF variable without converting the element to double precision
16981         and back to single precision vector format.
16982         (vsx_insert_extract_v4sf_p9_2): Likewise.
16984 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
16986         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
16987         in UWHI to avoid undefined overflow.
16989         PR sanitizer/81125
16990         * ubsan.h (enum ubsan_encode_value_phase): New.
16991         (ubsan_encode_value): Change second argument to
16992         enum ubsan_encode_value_phase with default value of
16993         UBSAN_ENCODE_VALUE_GENERIC.
16994         * ubsan.c (ubsan_encode_value): Change second argument to
16995         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
16996         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
16997         create_tmp_var_raw instead of create_tmp_var and use a
16998         TARGET_EXPR.
16999         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
17000         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
17001         ubsan_encode_value callers.
17003         PR sanitizer/81111
17004         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
17005         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
17006         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
17008 2017-06-19  Richard Biener  <rguenther@suse.de>
17010         PR middle-end/81118
17011         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
17012         estimates if we changed anything.
17014 2017-06-19  Richard Biener  <rguenther@suse.de>
17016         PR tree-optimization/80887
17017         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
17018         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
17019         simplified lookups, then reset mprts_hook.
17020         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
17021         simplifying.
17022         (try_to_simplify): Likewise.
17024 2017-06-19  Martin Liska  <mliska@suse.cz>
17026         PR sanitizer/80879
17027         * gimplify.c (gimplify_switch_expr):
17028         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
17030 2017-06-19  Martin Liska  <mliska@suse.cz>
17032         * doc/install.texi: Document that PGO runs in 4 stages.
17034 2017-06-19  Martin Liska  <mliska@suse.cz>
17036         PR ipa/80732
17037         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
17038         to dispatcher function name.
17039         * multiple_target.c (replace_function_decl): New function.
17040         (create_dispatcher_calls): Redirect both edges and references.
17042 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
17044         * profile-count.c (profile_count::dump): Dump quality.
17045         (profile_count::differs_from_p): Update for unsigned val.
17046         * profile-count.h (profile_count_quality): New enum.
17047         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
17049 2017-06-19  Richard Biener  <rguenther@suse.de>
17051         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
17052         struct function as arg.
17053         (estimate_numbers_of_iterations): Export overload with loop arg.
17054         (free_numbers_of_iterations_estimates_loop): Use an overload of
17055         free_numbers_of_iterations_estimates instead.
17056         * tree-cfg.c (remove_bb): Adjust.
17057         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
17058         * tree-parloops.c (gen_parallel_loop): Likewise.
17059         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
17060         Likewise.
17061         (tree_unroll_loops_completely): Likewise.
17062         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
17063         Use an overload instead and export.
17064         (estimated_loop_iterations): Adjust.
17065         (max_loop_iterations): Likewise.
17066         (likely_max_loop_iterations): Likewise.
17067         (estimate_numbers_of_iterations): Take struct function as arg
17068         and adjust.
17069         (loop_exits_before_overflow): Adjust.
17070         (free_numbers_of_iterations_estimates_loop): Use an overload.
17071         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
17072         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
17074 2017-06-19  Richard Biener  <rguenther@suse.de>
17076         PR ipa/81112
17077         * ipa-prop.c (find_constructor_constant_at_offset): Handle
17078         RANGE_EXPR conservatively.
17080 2017-06-16  Carl Love  <cel@us.ibm.com>
17082         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
17083         definitions for vec_float, vec_float2, vec_floato,
17084         vec_floate built-ins.
17085         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
17086         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
17087         floate.
17088         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
17089         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
17090         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
17091         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
17092         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
17093         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
17094         vec_floato): Add builtin defines.
17095         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
17096         Update the built-in documentation file for the new built-in
17097         functions.
17099 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17101         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
17102         (mthumb): Mark as the negative of -marm.
17104 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17106         * doc/invoke.texi (ARM Options, -mcpu): Document supported
17107         extension options.
17108         (ARM Options, -mtune): Document that this accepts the same
17109         extension options as -mcpu.
17110         (ARM Options, -mfpu): Document addition of -mfpu=auto.
17112 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17114         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
17115         permitted extensions.
17117 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17119         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
17120         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
17121         (armv8-m.main): Add option +nodsp.
17122         * config/arm/arm-cpu-cdata.h: Regenerated.
17124 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17126         * config/arm/t-fuchsia: New file.
17127         * config.gcc (arm*-*-fuchsia*): Use it.
17129 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17131         * config/arm/t-symbian: Rewrite for new option infrastructure.
17133 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17135         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
17136         (MULTILIB_REQUIRED): Likewise.
17138 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17140         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
17141         (MULTILIB_RESUE): Likewise.
17142         (MULTILIB_MATCHES): Likewise.
17143         (MULTLIB_REQUIRED): Likewise.
17145 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17147         * config/arm/t-rtems: Rewrite for new option framework.
17149 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17151         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
17152         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
17153         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
17154         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
17155         * config/arm/t-multilib: ... here.
17156         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
17157         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
17158         armv7-a and armv8*-a when A-profile libraries have not been built.
17159         * config/arm/t-rmprofile: Rewrite.
17161 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17163         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
17164         with a backslash.  Remove the backslash after substituting unescaped
17165         periods.
17166         * doc/fragments.texi (MULTILIB_REUSE): Document it.
17168 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17170         * config.gcc: (arm*-*-*): When building a-profile libraries, force
17171         the driver to pass through the default setting of -mfloat-abi.
17172         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
17173         rather than NULL.
17174         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
17175         (all_feat_combs): New rule.
17176         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
17177         default libraries.
17178         * config/arm/t-aprofile: Rewrite.
17180 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17182         * config/arm/arm.h (FPUTYPE_AUTO): Define.
17183         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
17184         fpu is not specified by the user/command-line.
17185         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
17186         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
17187         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
17188         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
17189         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
17190         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
17192 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17194         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
17195         * config/arm/t-arm-elf: Rewritten.
17197 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17199         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
17200         have some floating-point instructions.
17201         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
17202         (TARGET_MAYBE_HARD_FLOAT): New macro.
17203         * config/arm/arm-builtins.c (arm_init_builtins): Use
17204         TARGET_MAYBE_HARD_FLOAT.
17205         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
17207 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17209         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
17210         (configargs.h): Include it.
17211         (arm_print_hint_for_fpu_option): New function.
17212         (arm_parse_fpu_option): New function.
17213         (candidate_extension): New class.
17214         (arm_canon_for_multilib): New function.
17215         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
17216         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
17217         (ARCH_CANONICAL_SPECS): New macro.
17218         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
17220 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17222         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
17223         are set after handling multilib fragments.  Set target_cpu_default2
17224         from with_cpu.
17226 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17228         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
17229         cpu name.
17230         (arm*-*-*): Set target_cpu_default2 to a quoted string.
17231         * config/arm/parsecpu.awk (check_cpu): Validate any extension
17232         options.
17233         (check_arch): Likewise.
17234         * config/arm/arm.c (arm_configure_build_target): Handle
17235         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
17236         options in the default.
17238 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17240         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
17241         when an option is an alias of another.
17242         * config/arm/parsecpu.awk (optalias): New parser token.
17243         (gen_comm_data): Mark non-alias options as such.  Emit entries
17244         for extension aliases.
17245         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
17246         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
17247         (armv6kz, armv6zk, armv6t2): Likewise.
17248         (armv7): Make vfpv3-d16 an alias.
17249         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
17250         canonical order.
17251         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
17252         Sort in canonical order.
17253         (armv8-a): Sort in canonical order.
17254         (armv8.1-a, armv8.2-a):  Likewise.
17255         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
17256         canonical order.
17257         (cortex-a9): Sort in canonical order.
17258         * config/arm/arm.c (selftests.h): Include it.
17259         (arm_test_cpu_arch_data): New function.
17260         (arm_run_self_tests): New function.
17261         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
17262         (targetm): Move declaration to the end of the file.
17263         * arm-cpu-cdata.h: Regenerated.
17265 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17267         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
17268         call to target_mode_check describing the type of option passed.
17269         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
17270         (arm_target_thumb_only): Use arm_parse_arch_option_name or
17271         arm_parse_cpu_option_name to match parameters against list of
17272         available targets.
17273         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
17274         arm_arch_core_flags data structure.
17275         * config/arm/arm-cpu_cdata.h: Regenerated.
17277 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17279         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
17280         config/arm/arm.c.
17281         (arm_print_hint_for_cpu_option): Likewise.
17282         (arm_print_hint_for_arch_option): Likewise.
17283         (arm_parse_cpu_option_name): Likewise.
17284         (arm_parse_arch_option_name): Likewise.
17285         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
17286         of entries in the all_fpus list.
17287         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
17288         (arm_parse_cpu_option_name): Declare.
17289         (arm_parse_arch_option_name): Declare.
17290         (arm_parse_option_features): Declare.
17291         (arm_intialize_isa): Declare.
17292         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
17293         data tables to ...
17294         (gen_comm_data): ... here.  Make definitions non-static.
17295         * config/arm/arm-cpu-data.h: Regenerated.
17296         * config/arm/arm-cpu-cdata.h: Regenerated.
17298 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17300         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
17301         (cpu_arch_extension): New structure.
17302         (cpu_arch_option, arch_option, cpu_option): New structures.
17303         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
17304         architecture types.
17305         (gen_data): Generate new format data tables.
17306         * config/arm/arm.c (cpu_tune): New structure.
17307         (cpu_option, processors): Delete.
17308         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
17309         (arm_print_hint_for_cpu_option): ... this and ...
17310         (arm_print_hint_for_arch_option): ... this.
17311         (arm_parse_arch_cpu_name): Delete.  Replace with ...
17312         (arm_parse_cpu_option_name): ... this and ...
17313         (arm_parse_arch_option_name): ... this.
17314         (arm_unrecognized_feature): Change type of target parameter to
17315         cpu_arch_option.
17316         (arm_parse_arch_cpu_features): Delete.  Replace with ...
17317         (arm_parse_option_features): ... this.
17318         (arm_configure_build_target): Rework to use new configuration data
17319         tables.
17320         (arm_print_tune_info): Rework for new configuration data tables.
17321         * config/arm/arm-cpu-data.h: Regenerated.
17322         * config/arm/arm-cpu.h: Regenerated.
17324 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17326         * Makefile.in (OBJS): Move sbitmap.o from here ...
17327         (OBJS-libcommon): ... to here.
17329 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17331         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
17332         (ISA_ALL_CRYPTO): New macro.
17333         (ISA_ALL_SIMD): New macro
17334         (ISA_ALL_FP): New macro.
17335         * config/arm/arm.c (fpu_bitlist): Update initializer.
17336         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
17337         simd or fp.
17338         (arm9e): Add fpu.  Add option for nofp
17339         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
17340         (arm926ej-s, arm1026ej-s): Likewise.
17341         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
17342         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
17343         neon-fp16, neon-vfpv4, nofp and nosimd.
17344         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
17345         (cortex-a8): Add fpu.  Add option for nofp.
17346         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
17347         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
17348         (cortex-r4f): Add fpu.
17349         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
17350         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
17351         for nofp.
17352         (cortex-r8): Likewise.
17353         (cortex-m4): Add fpu.  Add option for nofp.
17354         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
17355         (cortex-a17.cortex-a7): Likewise.
17356         (cortex-a32): Add fpu.  Add options for crypto and nofp.
17357         (cortex-a35, cortex-a53): Likewise.
17358         (cortex-a57): Add fpu.  Add option for crypto.
17359         (cortex-a72, cortex-a73): Likewise.
17360         (exynos-m1): Likewise.
17361         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
17362         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
17363         (cortex-m33): Add fpu.  Add option for nofp.
17364         * config/arm/arm-cpu-cdata.h: Regenerated
17365         * config/arm/arm-cpu-data.h: Regenerated.
17367 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17369         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
17370         (armv5te, armv5tej): Likewise.
17371         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
17372         (armv7): Add options fp and vfpv3-d16.
17373         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
17374         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
17375         nofp and nosimd.
17376         (armv7ve): Likewise.
17377         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
17378         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
17379         (armv8-a): Add nocrypto option.
17380         (armv8.1-a, armv8.2-a): Likewise.
17381         (armv8-m.main): add options fp, fp.dp and nofp.
17383 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17385         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
17386         nofp.
17387         (armv8-a+crc): Delete.
17388         (armv8.1-a): Add options simd, crypto and nofp.
17389         (armv8.2-a): Add options fp16, simd, crypto and nofp.
17390         (armv8.2-a+fp16): Delete.
17391         (armv8-m.main): Add option dsp.
17392         (armv8-m.main+dsp): Delete.
17393         (cortex-a8): Add fpu.  Add nofp option.
17394         (cortex-a9): Add fpu.  Add nofp and nosimd options.
17395         * config/arm/parsecpu.awk (gen_data): Generate option tables and
17396         link to main cpu and architecture data structures.
17397         (gen_comm_data): Only put isa attributes from the main architecture
17398         in common tables.
17399         (option): New statement for architecture and CPU entries.
17400         * arm.c (struct cpu_option): New structure.
17401         (struct processors): Add entry for options.
17402         (arm_unrecognized_feature): New function.
17403         (arm_parse_arch_cpu_name): Ignore any characters after the first
17404         '+' character.
17405         (arm_parse_arch_cpu_feature): New function.
17406         (arm_configure_build_target): Separate out any CPU and architecture
17407         features and parse separately.  Don't error out if -mfpu=auto is
17408         used with only an architecture string.
17409         (arm_print_asm_arch_directives): New function.
17410         (arm_file_start): Call it.
17411         * config/arm/arm-cpu-cdata.h: Regenerated.
17412         * config/arm/arm-cpu-data.h: Likewise.
17413         * config/arm/arm-tables.opt: Likewise.
17415 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17417         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
17418         assembler when it is not -mfpu=auto.
17420 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17422         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
17423         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
17424         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
17425         (ASM_CPU_SPEC): Rewrite.
17426         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
17427         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
17428         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
17429         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
17430         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
17431         copied string is NUL-terminated.  Also strip any characters prefixed
17432         by '+'.
17433         (arm_rewrite_selected_arch): New function.
17434         (arm_rewrite_march): New function.
17436 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
17438         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
17439         (x_arm_cpu_string, x_arm_tune_string): Likewise.
17440         (march, mcpu, mtune): Convert to string-based options.
17441         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
17442         (arm_parse_arch_cpu_name): New function.
17443         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
17444         identify selected architecture or CPU.
17445         (arm_option_save): New function.
17446         (TARGET_OPTION_SAVE): Redefine.
17447         (arm_option_restore): Restore string options.
17448         (arm_option_print): Print string options.
17450 2017-06-16  Martin Sebor  <msebor@redhat.com>
17452         PR tree-optimization/80933
17453         PR tree-optimization/80934
17454         * builtins.c (fold_builtin_3): Do not handle bcmp here.
17455         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
17456         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
17457         (gimple_fold_builtin): Call them.
17459 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
17461         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
17462         as unlikely; update profile.
17464 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
17466         * predict.c (force_edge_cold): Handle declaring edges impossible
17467         more aggresively.
17469 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
17471         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
17472         profile.
17473         (try_unroll_loop_completely): Fix reporting.
17475 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
17477         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
17479 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
17481         PR target/71778
17482         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
17483         if given a non-constant argument for an intrinsic which requires a
17484         constant.
17486 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
17488         * profile.c (compare_freqs): New function.
17489         (branch_prob): Sort edge list.
17490         (find_spanning_tree): Assume that the list is priority sorted.
17492 2017-06-16  Richard Biener  <rguenther@suse.de>
17494         PR tree-optimization/81090
17495         * passes.def (pass_record_bounds): Remove.
17496         * tree-pass.h (make_pass_record_bounds): Likewise.
17497         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
17498         make_pass_record_bounds): Likewise.
17499         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
17500         not free niter estimates at the beginning but at the end.
17501         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
17503 2017-06-16  Richard Biener  <rguenther@suse.de>
17505         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
17506         initializer to workaround ICE in host GCC 4.8.
17508 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
17510         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
17511         counts.
17512         (clone_inlined_nodes): Update.
17514 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
17516         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
17517         prefetch settings, and enable prefetching by default at -O3.
17519 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
17521         * config/aarch64/aarch64.c (aarch64_override_options_internal):
17522         Set flag_prefetch_loop_arrays according to tuning data.
17524 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
17526         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
17527         New tune structure.
17528         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
17529         [Unrelated to main purpose of the patch] Place the pointer field last
17530         to enable type checking errors when tune structure are wrongly merged.
17531         * config/aarch64/aarch64.c (generic_prefetch_tune,)
17532         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
17533         (thunderx2t99_prefetch_tune): New tune constants.
17534         (tune_params *_tunings): Update all tunings (no functional change).
17535         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
17536         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
17537         from tunings structures.
17539 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
17541         PR sanitizer/81094
17542         * ubsan.c (instrument_null): Add T argument, use it instead
17543         of computing it based on IS_LHS.
17544         (instrument_object_size): Likewise.
17545         (pass_ubsan::execute): Adjust instrument_null and
17546         instrument_object_size callers to pass gimple_get_lhs or
17547         gimple_assign_rhs1 result to it.  Use instrument_null instead of
17548         calling get_base_address and instrument_mem_ref.  Handle
17549         aggregate call arguments for object-size sanitization.
17551 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
17553         PR tree-optimization/81089
17554         * tree-vrp.c (is_masked_range_test): Validate operands of
17555         subexpression.
17557 2017-06-15  Martin Sebor  <msebor@redhat.com>
17559         PR c++/80560
17560         * dumpfile.c (dump_register): Avoid calling memset to initialize
17561         a class with a default ctor.
17562         * gcc.c (struct compiler): Remove const qualification.
17563         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
17564         * hash-table.h: Ditto.
17565         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
17566           assignment.
17567         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
17568         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
17569         default ctor.
17570         * params.h (struct param_info): Make struct members non-const.
17571         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
17572         with default initialization.
17573         * vec.h (vec_copy_construct, vec_default_construct): New helper
17574         functions.
17575         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
17576         with vec_copy_construct.
17577         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
17578         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
17579         * doc/invoke.texi (-Wclass-memaccess): Document.
17581 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17583         * emit-rtl.h (is_leaf): Update comment about local
17584         register allocator.
17586 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
17588         PR target/78818
17589         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
17590         for a variable to have a section before checking if the section has a
17591         name.
17592         Set section to.persistent if persistent attribute is set.
17593         Warn if .persistent attribute is used on an automatic variable.
17595 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
17597         PR rtl-optimization/80474
17598         * reorg.c (update_block): Do not ignore instructions in a delay slot.
17600 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
17602         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
17603         of REGNO.
17605 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
17607         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
17608         (casesi): Emit bounds checking as RTL.
17609         (casesi_internal_mips16_<mode>): Remove bounds checking.
17611 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
17613         * config/xtensa/xtensa.c (xtensa_option_override): Append
17614         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
17615         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
17616          xtensa_doloop_hooks): Define unconditionally.
17617         (xtensa_reorg_loops): Only call reorg_loops in the presence of
17618         TARGET_LOOPS.
17619         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
17620         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
17621         for it in xtensa_option_override.
17622         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
17623          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
17625 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
17627         * doc/cppopts.texi: Document '-' special value to -MF.
17629 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
17631         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
17632         (cortex_a53_fconst): Likewise.
17633         (cortex_a53_fpmul): Likewise.
17634         (cortex_a53_f_load_64): Likewise.
17635         (cortex_a53_f_load_many): Likewise.
17636         (cortex_a53_advsimd_alu): Likewise.
17637         (cortex_a53_advsimd_alu_q): Likewise.
17638         (cortex_a53_advsimd_mul): Likewise.
17639         (cortex_a53_advsimd_mul_q): Likewise.
17640         (fpmac bypass): Add new bypass for fpmac-fpmac case.
17641         Add missing fmul, r2f_cvt and fconst cases.
17643 2017-06-14  Richard Biener  <rguenther@suse.de>
17645         PR middle-end/81088
17646         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
17647         literal constants.
17648         (fold_binary_loc): When associating do not treat pre-existing
17649         TREE_OVERFLOW on literal constants as a reason to allow
17650         TREE_OVERFLOW on associated literal constants.
17652 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
17654         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
17655         (MASK_FEATURES): New macro.
17656         * config/sparc/sparc.c (sparc_option_override): Remove the special
17657         handling of -mfpu and generalize it to all MASK_FEATURES switches.
17659 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
17661         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
17662         a division of 0 if non-call exceptions are enabled.
17664 2017-06-14  Andrew Pinski  <apinski@cavium.com>
17665             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
17667         PR target/71663
17668         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
17669         Improve vector initialization code gen for only variable case.
17671 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
17673         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
17675 2017-06-14  Richard Biener  <rguenther@suse.de>
17677         PR tree-optimization/81083
17678         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
17679         as values.
17681 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
17683         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
17684         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
17685         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
17686         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
17687         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
17688         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
17690 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
17692         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
17693         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
17695 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
17697         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
17699 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
17701         * config/rs6000/t-rtems: Don't handle SPE.
17703 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
17705         * config/rs6000/t-linux: Don't handle SPE.
17707 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
17709         * config/rs6000/eabispe.h: Delete file.
17711 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
17713         * config/rs6000/t-spe: Delete file.
17715 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
17717         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
17718         (rs6000_legitimate_offset_address_p): Return false for anything in
17719         V2SImode or V2SFmode.
17721 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
17723         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
17724         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
17725         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
17726         and V4HImode.
17727         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
17728         (rs6000_legitimate_offset_address_p): Ditto.
17729         (rs6000_emit_move): Ditto.
17730         (rs6000_init_builtins): Remove V4HI_type_node.
17732 2017-06-13  Martin Liska  <mliska@suse.cz>
17734         PR sanitize/78204
17735         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
17736         (gate_asan): Likewise.
17737         * asan.h (asan_no_sanitize_address_p): Remove the function.
17738         (sanitize_flags_p): New function.
17739         * builtins.def: Fix coding style.
17740         * common.opt: Use renamed enum value.
17741         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
17742         * doc/extend.texi: Document no_sanitize attribute.
17743         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
17744         to SANITIZE_UNDEFINED_NONDEFAULT.
17745         * gcc.c (sanitize_spec_function): Use the renamed enum value.
17746         * gimple-fold.c (optimize_atomic_compare_exchange_p):
17747         Use sanitize_flags_p.
17748         * gimplify.c (gimplify_function_tree): Likewise.
17749         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
17750         * opts.c (parse_no_sanitize_attribute): New function.
17751         (common_handle_option): Use renamed enum value.
17752         * opts.h (parse_no_sanitize_attribute): Declare.
17753         * tree.c (sanitize_flags_p): New function.
17754         * tree.h: Declared here.
17755         * tsan.c: Use sanitize_flags_p.
17756         * ubsan.c (ubsan_expand_null_ifn): Likewise.
17757         (instrument_mem_ref): Likewise.
17758         (instrument_bool_enum_load): Likewise.
17759         (do_ubsan_in_current_function): Remove the function.
17760         (pass_ubsan::execute): Use sanitize_flags_p.
17761         * ubsan.h: Remove do_ubsan_in_current_function
17762         * tree-cfg.c (print_no_sanitize_attr_value): New function.
17763         (dump_function_to_file): Use it here.
17765 2017-06-13  Martin Jambor  <mjambor@suse.cz>
17767         PR tree-optimization/80803
17768         PR tree-optimization/81063
17769         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
17770         (propagate_subaccesses_across_link): Enqueue subtree whenever
17771         necessary instead of relying on the caller.
17773 2017-06-13  Martin Jambor  <mjambor@suse.cz>
17775         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
17776         that have a first_link.
17777         (sort_and_splice_var_accesses): Do not check first_link before
17778         enquing.
17779         (subtree_mark_written_and_enqueue): Likewise.
17780         (propagate_all_subaccesses): Likewise and do not stop at first
17781         parent with a first_link.
17783 2017-06-13  Martin Jambor  <mjambor@suse.cz>
17785         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
17786         instead of f.
17788 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
17790         * match.pd: New pattern.
17792 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
17794         * tree-vrp.c (is_masked_range_test): New function.
17795         (register_edge_assert_for): Determine ranges for
17796         some bit tests.
17798 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
17800         PR tree-optimization/67328
17801         * fold-const.c (maskable_range_p): New function.
17802         (build_range_check): Generate bittests if possible.
17804 2017-06-13  Martin Liska  <mliska@suse.cz>
17806         * gimple-pretty-print.c (dump_probability): Add new argument.
17807         (dump_edge_probability): Dump both probability and count.
17808         (dump_gimple_label): Likewise.
17809         (dump_gimple_bb_header): Likewise.
17811 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
17813         PR target/81072
17814         * config/avr/avr-devices.c: Fix indentation.
17815         * config/avr/gen-avr-mmcu-specs.c: Dito.
17817 2017-06-13  Richard Biener  <rguenther@suse.de>
17819         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
17820         instead get vector type from stmt_info.
17821         (vectorizable_reduction): Adjust.  Remove dead code.
17823 2017-06-13  Richard Biener  <rguenther@suse.de>
17825         PR middle-end/81065
17826         * fold-const.c (extract_muldiv_1): Remove bogus distribution
17827         case of C * (x * C2 + C3).
17828         (fold_addr_of_array_ref_difference): Properly fold index difference.
17830 2017-06-12  David S. Miller  <davem@davemloft.net>
17832         PR target/80968
17833         * config/sparc/sparc.md (return expander): Emit frame blockage if
17834         function uses alloca.
17836 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
17838         * combine.c (make_field_assignment): Check len rather than the mode
17839         precision when calling force_to_mode.
17841 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
17843         Support multilibs and devices that see flash in RAM address range.
17845         PR target/81072
17846         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
17847         (avr_mcu_t) <flash_pm_offset>: New field.
17848         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
17849         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
17850         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
17851         (AVR_TINY_PM_OFFSET): Remove macro.
17852         * config/avr/avr.opt (-mshort-calls): New option.
17853         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
17854         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
17855         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
17856         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
17857         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
17858         instead of avr_arch->have_jmp_call.
17859         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
17860         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
17861         avr_arch->flash_pm_offset to define.
17862         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
17863         new field flash_pm_offset.  Add entry for avrxmega3.
17864         (avr_texinfo): Add entry for avrxmega3.
17865         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
17866         attiny212, attiny214,
17867         attiny412, attiny414, attiny416, attiny417,
17868         attiny814, attiny816, attiny817,
17869         attiny1614, attiny1616, attiny1617,
17870         attiny3214, attiny3216, attiny3217.
17871         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
17872         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
17873         (avr_print_operand_address) [AVR_TINY]: Same.
17874         (avr_asm_init_sections) <readonly_data_section>: Only patch
17875         callback if avr_arch->flash_pm_offset = 0.
17876         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
17877         for rodata if avr_arch->flash_pm_offset != 0.
17878         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
17879         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
17880         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
17881         (m_options): Append opt_rcall.
17882         (m_dirnames): Append dir_rcall.
17883         * config/avr/t-multilib: Regenerate.
17885         * configure.ac [target=avr]: Check whether avrxmega3 default
17886         linker description file works as needed.
17887         * configure: Regenerate.
17888         * doc/avr-mmcu.texi: Regenerate.
17889         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
17890         <__AVR_ARCH__>: Document avrxmega3 and 103.
17891         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
17892         <__AVR_SHORT_CALLS__>: Document it.
17893         <__AVR_PM_BASE_ADDRESS__>: Document it.
17894         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
17895         (AVR Variable Attributes) <progmem>: Document this is
17896         not needed for avrxmega3.
17897         (AVR Named Address Spaces) <__flash>: Dito.
17899 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
17901         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
17903 2017-06-12  Doug Rupp  <rupp@adacore.com>
17905         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
17906         Append vxworks-stdint.h to the tm_file list.
17907         * config/vxworks-stdint.h: New file.
17909 2017-06-12  Martin Liska  <mliska@suse.cz>
17911         PR tree-optimization/81041
17912         * tree-profile.c (gimple_gen_ic_func_profiler):
17913         Create an extra BB in profile-generate
17914         (gimple_gen_time_profiler): Likewise.
17916 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
17918         PR tree-optimization/81003
17919         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
17920         (update_range_test): Use it instead of force_gimple_operand_gsi.
17922 2017-06-12  Richard Biener  <rguenther@suse.de>
17924         PR tree-optimization/81053
17925         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
17926         with backedge value not defined in loop.  Simplify def stmt
17927         compute.
17929 2017-06-11  Tom de Vries  <tom@codesourcery.com>
17931         PR target/79939
17932         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
17933         Return true.
17934         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
17935         nvptx_cannot_force_const_mem.
17937 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
17939         * opts.c (finish_options): Move test for flag_split_stack after
17940         it has been initialized.
17942 2017-06-11  Jason Merrill  <jason@redhat.com>
17944         * tree.h (id_equal): New.
17945         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
17946         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
17947         instead of strcmp of IDENTIFIER_POINTER.
17949 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
17951         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
17952         (mark_all_inlined_calls_cdtor): Fix formating.
17953         (inline_transform): Rescale profile before inlining.
17955 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
17957         * cgraph.h (cgraph_edge::clone): Update prototype.
17958         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
17959         (cgraph_node::create_clone): Update.
17960         (cgraph_node::create_version_clone): Update.
17961         * tree-inline.c (copy_bb): Update.
17962         (expand_call_inline): Update.
17964 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
17966         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
17967         factored out from ...
17968         (rs6000_emit_prologue): ... here.
17970 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
17972         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
17973         factored out from ...
17974         (rs6000_emit_prologue): ... here.
17976 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
17978         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
17979         edge counts.
17980         (handle_missing_profiles): Fix computation of tp_first_run.
17981         (counts_to_freqs): Do not touch freqs when count is 0.
17983 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
17985         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
17986         profile.
17988 2017-06-10  Tom de Vries  <tom@codesourcery.com>
17990         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
17991         attributes): Document signal effective target.
17993 2017-06-10  Tom de Vries  <tom@codesourcery.com>
17995         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
17996         Document effective target stack_size.
17998 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
18000         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
18001         to the edit_context if they can be auto-applied.
18003 2017-06-9  Ian Lance Taylor  <iant@golang.org>
18005         * opts.c (finish_options): If -fsplit-stack, disable implicit
18006         -forder-blocks-and-partition.
18007         * doc/invoke.texi (Optimize Options): Document that when using
18008         -fsplit-stack -forder-blocks-and-partition is not implicitly
18009         enabled.
18011 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
18013         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
18014         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
18015         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
18016         * builtins.def (abort, trap, unreachable): Declare cold.
18017         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
18018         * tree-core.h (ECF_COLD): New.
18019         * tree.c (set_call_expr_flags): Handle ECF_COLD.
18020         (build_common_builtin_nodes): Mark unreachable and abort as cold.
18022 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
18024         * predict.c (unlikely_executed_stmt_p): Cleanup.
18026 2017-06-09  Richard Biener  <rguenther@suse.de>
18028         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
18029         model if the ref is always written to.
18031 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
18033         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
18035 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
18037         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
18038         than udiv.
18040 2017-06-09  Tom de Vries  <tom@codesourcery.com>
18042         PR target/80855
18043         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
18044         "target cannot support label values" when encountering LABEL_REF.
18046 2017-06-09  Martin Liska  <mliska@suse.cz>
18048         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
18049         (gimple_gen_ic_func_profiler): Emit direct comparison
18050         of __gcov_indirect_call_callee with NULL.
18051         (gimple_gen_time_profiler): Change probability from
18052         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
18054 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
18056         * profile.c (edge_gcov_counts): Turn to pointer.
18057         (compute_branch_probabilities, compute_branch_probabilities): Update.
18058         (branch_prob): Do not clear edge_gcov_count.
18059         * profile.h (edge_gcov_counts): Turn to pointer.
18060         (edge_gcov_count): Update.
18062 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
18064         * gimple.h (gimple_check_failed): Mark cold.
18066 2017-06-09  Richard Biener  <rguenther@suse.de>
18068         PR tree-optimization/66623
18069         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
18070         refactor check_reduction into two parts, properly computing
18071         whether we have to check reduction validity for outer loop
18072         vectorization.
18074 2017-06-09  Richard Biener  <rguenther@suse.de>
18076         PR tree-optimization/79483
18077         * graphite-scop-detection.c (order): New global.
18078         (get_order): Compute bb to order mapping that satisfies code
18079         generation constraints.
18080         (cmp_pbbs): New helper.
18081         (build_scops): Start domwalk at entry block, sort generated
18082         pbbs.
18084 2017-06-09  Richard Biener  <rguenther@suse.de>
18086         PR middle-end/81007
18087         * ipa-polymorphic-call.c
18088         (ipa_polymorphic_call_context::restrict_to_inner_class):
18089         Skip FIELD_DECLs with error_mark_node type.
18090         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
18091         last again.
18093 2017-06-09  Martin Liska  <mliska@suse.cz>
18095         * predict.c (struct branch_predictor): New struct.
18096         (test_prediction_value_range): New test.
18097         (predict_c_tests): New function.
18098         * selftest-run-tests.c (selftest::run_tests): Run the function.
18099         * selftest.h: Declare new tests.
18101 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
18103         PR target/80966
18104         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
18105         gen_add3_insn did not fail.
18106         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
18107         r0, construct that number in a temporary reg and add that reg to r0.
18108         If asked to put the result in r0 as well, fail.
18110 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
18112         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
18113         for early expansion of vec_eqv.
18115 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
18117         PR middle-end/81005
18118         * ubsan.c (instrument_null): Avoid pointless code temporary.
18119         (pass_ubsan::execute): Instrument aggregate arguments of calls.
18121 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
18123         PR target/81015
18124         Revert:
18125         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
18127         PR target/59874
18128         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
18129         (*clzhi2): Ditto.
18131 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
18133         * predict.c (unlikely_executed_edge_p): Move ahead.
18134         (probably_never_executed_edge_p): Use it.
18136 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
18138         PR middle-end/79988
18139         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
18140         gimple_call_builtin_p call.
18142 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
18144         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
18145         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
18146         rtl_check_failed_type2, rtl_check_failed_code1,
18147         rtl_check_failed_code2, rtl_check_failed_code_mode,
18148         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
18149         rtvec_check_failed_bounds, rtl_check_failed_flag,
18150         _fatal_insn_not_found, _fatal_insn): Likewise.
18151         * tree.h (tree_contains_struct_check_failed,
18152         tree_check_failed, tree_not_check_failed,
18153         tree_class_check_failed, tree_range_check_failed,
18154         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
18155         tree_vec_elt_check_failed, phi_node_elt_check_failed,
18156         tree_operand_check_failed, omp_clause_check_failed,
18157         omp_clause_operand_check_failed, omp_clause_range_check_failed):
18158         Likewise.
18160 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
18162         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
18163         flag_branch_probabilities.
18164         * ipa-inline.c (edge_badness): Likewise.
18165         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
18166         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
18167         * predict.c (maybe_hot_frequency_p): Likewise.
18168         (probably_never_executed): Likewise.
18169         * sched-ebb.c (schedule_ebbs): Likewise.
18170         * sched-rgn.c (find_single_block_region): Likewise.
18171         * tracer.c (tail_duplicate): Likewise.
18173 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
18175         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
18176         longer requires x_flag_profile_use.
18178 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
18180         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
18181         instead of flag_reorder_blocks_and_partition.
18182         * dbxout.c (dbxout_function_end): Likewise.
18183         * dwarf2out.c (gen_subprogram_die): Likewise.
18184         * haifa-sched.c (sched_create_recovery_edges): Likewise.
18185         * hw-doloop.c (reorg_loops): Likewise.
18186         * varasm.c (assemble_start_function,
18187         assemble_end_function): Likewise.
18188         (decide_function_section): Do not check for
18189         flag_reorder_blocks_and_partition.
18191 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
18193         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
18194         New function.
18195         (chkp_get_hard_register_fake_addr_expr): Ditto.
18196         (chkp_build_addr_expr): Add check for hard reg case.
18197         (chkp_parse_array_and_component_ref): Ditto.
18198         (chkp_find_bounds_1): Ditto.
18199         (chkp_process_stmt): Don't generate bounds store for
18200         hard reg case.
18202 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
18204         * predict.c (maybe_hot_bb_p): Do not check profile status.
18205         (maybe_hot_edge_p): Likewise.
18206         (probably_never_executed): Check for zero counts even if profile
18207         is not read.
18208         (unlikely_executed_edge_p): New function.
18209         (unlikely_executed_stmt_p): New function.
18210         (unlikely_executed_bb_p): New function.
18211         (set_even_probabilities): Use unlikely predicates.
18212         (combine_predictions_for_bb): Likewise.
18213         (predict_paths_for_bb): Likewise.
18214         (predict_paths_leading_to_edge): Likewise.
18215         (determine_unlikely_bbs): New function.
18216         (estimate_bb_frequencies): Use it.
18217         (compute_function_frequency): Use zero counts even if profile is
18218         not read.
18219         * profile-count.h: Fix typo.
18221 2017-08-08  Julia Koval  <julia.koval@intel.com>
18223         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
18224         _mm512_mask_cvtsepi16_storeu_epi8,
18225         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
18226         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
18227         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
18228         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
18229         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
18230         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
18231         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
18232         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
18233         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
18234         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
18235         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
18236         __builtin_ia32_pmovuswb256mem_mask,
18237         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
18238         __builtin_ia32_pmovwb512mem_mask): New builtins.
18240 2017-08-08  Julia Koval  <julia.koval@intel.com>
18242         PR target/73350,80862
18243         * config/i386/subst.md (round): Fix round pattern.
18244         * config/i386/i386.c (ix86_erase_embedded_rounding):
18245         Fix erasing rounding for the fixed pattern.
18247 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
18249         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
18251 2017-06-08  Martin Liska  <mliska@suse.cz>
18253         PR gcov-profile/80911
18254         * gcov.c (block_info::block_info): New constructor.
18256 2017-06-07  Carl Love  <cel@us.ibm.com>
18258         * config/rs6000/rs6000-c: The return type of the following
18259         built-in functions was implemented as int not long long.  Fix sign
18260         of return value for the unsigned version of vec_mulo and vec_mule.
18261         vector unsigned long long vec_bperm (vector unsigned long long,
18262                                              vector unsigned char)
18263         vector signed long long vec_mule (vector signed int,
18264                                           vector signed int)
18265         vector unsigned long long vec_mule (vector unsigned int,
18266                                             vector unsigned int)
18267         vector signed long long vec_mulo (vector signed int,
18268                                           vector signed int)
18269         vector unsigned long long vec_mulo (vector unsigned int,
18270                                             vector unsigned int)
18271         * doc/extend.texi: Fix the documentation for the built-in
18272         functions.
18274 2017-06-07  Carl Love  <cel@us.ibm.com>
18276         PR target/80982
18277         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
18278         for BE.
18280 2017-06-07  Carl Love  <cel@us.ibm.com>
18282         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
18283         support, Generate       doublehv for signed int/float for BE case only.
18285 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
18287         * doc/invoke.texi (mcx16): Rewrite.
18289 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18291         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
18292         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
18293         *mov<mode>_softfloat, and an anonymous splitter): Use
18294         nonimmediate_operand instead of rs6000_nonimmediate_operand.
18296 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18298         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
18299         SPEFSCR registers.
18300         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
18301         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
18302         (rs6000_debug_reg_global): Adjust.
18303         (rs6000_init_hard_regno_mode_ok): Adjust.
18304         (rs6000_dbx_register_number): Adjust.
18305         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
18306         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
18307         Remove SPE_ACC and SPEFSCR.
18308         (REG_ALLOC_ORDER): Ditto.
18309         (FRAME_POINTER_REGNUM): Change to 111.
18310         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
18311         (REG_CLASS_NAMES): Ditto.
18312         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
18313         (REGISTER_NAMES): Ditto.
18314         (ADDITIONAL_REG_NAMES): Ditto.
18315         (rs6000_reg_names): Ditto.
18316         * config/rs6000/rs6000.md: Renumber some register number
18317         define_constants.
18319 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18321         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
18322         registers.
18323         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
18324         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
18325         to 117.
18326         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
18327         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
18328         Delete the SPE high registers.
18329         (REG_ALLOC_ORDER): Ditto.
18330         (enum reg_class): Remove SPE_HIGH_REGS.
18331         (REG_CLASS_NAMES): Ditto.
18332         (REG_CLASS_CONTENTS): Delete the SPE high registers.
18333         (REGISTER_NAMES): Ditto.
18334         (rs6000_reg_names): Ditto.
18335         * doc/tm.texi.in: Remove SPE as example.
18336         * doc/tm.texi: Regenerate.
18338 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18340         * config/rs6000/8540.md (ppc8540_brinc): Delete.
18341         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
18342         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
18343         * config/rs6000/rs6000.md (type): Remove "brinc".
18345 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18347         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
18348         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
18349         * config/rs6000/linuxspe.h: Delete file.
18350         * config/rs6000/rs6000.md: Don't include spe.md.
18351         * config/rs6000/spe.h: Delete file.
18352         * config/rs6000/spe.md: Delete file.
18353         * config/rs6000/t-rs6000: Remove spe.md.
18355 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18357         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
18358         (reg_or_none500mem_operand): Delete.
18359         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
18360         instead of reg_or_none500mem_operand.
18362 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18364         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
18365         handling of SPE flags.
18366         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
18368 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18370         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
18371         SPE ABI handling.
18372         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
18373         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
18374         paired_divv2sf3): Similar.
18375         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
18376         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
18377         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
18378         RS6000_BUILTIN_S.
18379         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
18380         Rename the paired_* instruction patterns.
18381         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
18382         define __SPE__.
18383         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
18384         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
18385         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
18386         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
18387         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
18388         PAIRED_VECTOR_MODE.
18389         (struct machine_function): Delete field spe_insn_chain_scanned_p.
18390         (spe_func_has_64bit_regs_p): Delete.
18391         (spe_expand_predicate_builtin): Delete.
18392         (spe_expand_evsel_builtin): Delete.
18393         (TARGET_DWARF_REGISTER_SPAN): Do not define.
18394         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
18395         (invalid_e500_subreg): Delete.
18396         (rs6000_legitimize_address): Always force_reg op2 as well, for
18397         paired single memory accesses.
18398         (rs6000_member_type_forces_blk): Delete.
18399         (rs6000_spe_function_arg): Delete.
18400         (rs6000_expand_unop_builtin): Delete SPE handling.
18401         (rs6000_expand_binop_builtin): Ditto.
18402         (spe_expand_stv_builtin): Delete.
18403         (bdesc_2arg_spe): Delete.
18404         (spe_expand_builtin): Delete.
18405         (spe_expand_predicate_builtin): Delete.
18406         (spe_expand_evsel_builtin): Delete.
18407         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
18408         (spe_init_builtins): Delete.
18409         (spe_func_has_64bit_regs_p): Delete.
18410         (savres_routine_name): Delete "info" parameter.  Adjust callers.
18411         (rs6000_emit_stack_reset): Ditto.
18412         (rs6000_dwarf_register_span): Delete.
18413         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
18414         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
18415         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
18416         Delete.
18417         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
18418         Delete.
18419         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
18420         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
18421         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
18422         mulv2sf3, divv2sf3): Delete expanders.
18424 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18426         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
18428 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18430         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
18431         * config/rs6000/rs6000.c: Ditto.
18433 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18435         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
18436         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
18437         comparison_operator.
18439 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18441         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
18442         * config/rs6000/rs6000.opt: Ditto.
18443         * config/rs6000/t-rtems: Ditto.
18445 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18447         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
18448         TARGET_E500_SINGLE by 0, simplify.
18449         * config/rs6000/rs6000.c: Ditto.
18450         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
18451         (spe_build_register_parallel): Delete.
18452         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
18453         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
18454         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
18455         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
18456         (E500_CONVERT): Delete.
18457         * config/rs6000/spe.md: Remove many patterns and all define_constants.
18459 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
18461         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
18462         * config/rs6000/dfp.md: Ditto.
18463         (negdd2, *negdd2_fpr): Merge.
18464         (absdd2, *absdd2_fpr): Merge.
18465         (negtd2, *negtd2_fpr): Merge.
18466         (abstd2, *abstd2_fpr): Merge.
18467         * config/rs6000/e500.h: Delete file.
18468         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
18469         TARGET_FPRS by 1 and simplify.
18470         * config/rs6000/rs6000-c.c: Ditto.
18471         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
18472         TARGET_DF_SPE by 0.
18473         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
18474         TARGET_DF_SPE.
18475         * config/rs6000/rs6000.md: Ditto.
18476         (floatdidf2, *floatdidf2_fpr): Merge.
18477         (move_from_CR_gt_bit): Delete.
18478         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
18479         (E500_CR_IOR_COMPARE): Delete.
18480         (All patterns that require !TARGET_FPRS): Delete.
18481         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
18483 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
18485         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
18487 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
18489         * graphds.c (add_edge): Intitialize edge's attached data.
18490         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
18491         pointer parameter.  Call pointed function on each edge during
18492         graph traversing.  Skip traversing the edge when the function
18493         returns true.
18494         (graphds_dfs, graphds_scc): Ditto.
18495         (for_each_edge): New parameter.  Pass the new parameter to callback
18496         function.
18497         * graphds.h (skip_edge_callback): New function pointer type.
18498         (graphds_dfs, graphds_scc): New function pointer parameter.
18499         (graphds_edge_callback, for_each_edge): New parameter.
18501 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
18503         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
18504         out code checking if runtime alias check is possible to below ...
18505         Call the new function.
18506         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
18507         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
18509 2017-06-07  Marek Polacek  <polacek@redhat.com>
18511         PR sanitizer/80932
18512         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
18513         TYPE_OVERFLOW_WRAPS check.
18515 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
18517         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
18518         if versioning is required.
18519         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
18520         peeling with the check for versioning.
18522 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
18524         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
18525         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
18526         Set true to new parameter if new ssa variable is defined.
18527         (vect_gen_vector_loop_niters): Refactor.  Set range information
18528         for the new vector loop bound variable.
18529         (vect_do_peeling): Ditto.
18531 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
18533         * tree-affine.c (ssa.h): Include header file.
18534         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
18535         has wrapping overflow behavior.
18537 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
18539         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
18541 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
18543         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
18544         (tree_to_aff_combination): ... here.
18546 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
18548         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
18549         reg_pressure model function.
18550         (ivopts_global_cost_for_size): Delete.
18551         (determine_set_costs, iv_ca_recount_cost): Call new model function
18552         ivopts_estimate_reg_pressure.
18554 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
18556         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
18557         expensive than udiv.  Remove floating point cases from mod.
18559 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
18561         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
18562         Increase idiv cost.
18564 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
18566         * config/aarch64/aarch64.md
18567         (copysignsf3): Fix mask generation.
18569 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
18571         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
18572         TDI_gimple.
18573         (class dump_manager): Add register_dumps method.
18574         * dumpfile.c: Include langhooks.h.
18575         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
18576         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
18577         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
18578         (dump_manager::dump_register): Start with 512 entries instead of 32.
18579         (dump_manager::register_dumps): New method.
18580         * toplev.c (general_init): Instead of invoking register_dumps
18581         langhook, invoke register_dumps method on the dump manager.
18582         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
18583         TDI_generic.
18585 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
18587         * doc/md.texi: Clarify the restrictions on a define_insn condition.
18588         Say that # requires an associated define_split to exist, and that
18589         the define_split must be suitable for use after register allocation.
18591 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
18593         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
18594         (compute_outgoing_frequencies): Also initialize zero counts.
18595         (find_many_sub_basic_blocks): Do not produce uninitialized profile
18596         around loops; preserve more of profile when nothing changes.
18598 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
18600         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
18601         here.
18602         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
18603         * config/arm/arm-cpu-cdata.h: Regenerate.
18604         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
18605         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
18606         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
18607         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
18608         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
18609         support.
18610         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
18611         support.
18612         * config/arm/t-rmprofile: Likewise.
18613         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
18615 2017-06-06  David S. Miller  <davem@davemloft.net>
18617         PR target/80968
18618         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
18619         blockage if function uses alloca.
18621 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
18623         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
18624         New "uid" fields to hold pretty-print IDs of group and ref.
18625         Memory references are now identified as <group_id>:<ref_id>
18626         instead of using [random] addresses.
18627         (dump_mem_details): Simplify, no functional change.
18628         (dump_mem_ref): Simplify and make output more concise.
18629         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
18630         (find_or_create_group): Initialize group uid.
18631         (record_ref): Initialize ref uid.  Improve debug output.
18632         (prune_group_by_reuse, should_issue_prefetch_p,)
18633         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
18634         (mark_nontemporal_store, determine_loop_nest_reuse):
18635         Improve debug output.
18637 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
18639         * dbgcnt.def (prefetch): New debug counter.
18640         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
18641         (schedule_prefetches): Stop issueing prefetches if debug counter
18642         tripped.
18644 2017-06-06  Tom de Vries  <tom@codesourcery.com>
18646         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
18647         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
18649 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18651         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
18652         Use aarch64_reg_or_zero predicate for operand 4.
18653         (aarch64_compare_and_swap<mode> define_insn_and_split):
18654         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
18655         (aarch64_store_exclusive<mode>): Likewise for operand 2.
18657 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18659         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
18660         (arm_compute_save_core_reg_mask): This.
18661         (thumb1_compute_save_reg_mask): Rename into ...
18662         (thumb1_compute_save_core_reg_mask): This.
18663         (arm_compute_save_reg0_reg12_mask): Adapt comment.
18664         (arm_compute_frame_layout): Likewise.
18666 2017-06-06  Richard Biener  <rguenther@suse.de>
18668         PR tree-optimization/80974
18669         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
18670         keep or clear leaders SSA info.
18672 2017-06-06  Tom de Vries  <tom@codesourcery.com>
18674         * config/nvptx/nvptx.c (split_mode_p): New function.
18675         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
18677 2017-06-06  Tom de Vries  <tom@codesourcery.com>
18679         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
18681 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
18683         PR bootstrap/80978
18684         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
18685         profile.
18687 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
18689         * shrink-wrap.c (handle_simple_exit): Update profile.
18690         (try_shrink_wrapping): Upate profile.
18692 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
18694         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
18695         (tree_guess_outgoing_edge_probabilities): New.
18696         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
18697         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
18699 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
18701         * ipa-split.c (split_function): Initialize return bb profile.
18703 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
18705         * profile.c (compute_branch_probabilities): Also initialize
18706         EXIT_BLOCK profile.
18708 2017-06-06  Richard Biener  <rguenther@suse.de>
18710         PR tree-optimization/80928
18711         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
18712         (vect_analyze_loop_operations): Properly guard analysis for
18713         pure SLP case.
18714         (vect_transform_loop): Likewise.
18715         (vect_analyze_loop_2): Also reset SLP type on PHIs.
18716         (vect_model_induction_cost): Do not cost for pure SLP.
18717         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
18718         of induction in inner loop vectorization.
18719         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
18720         (vect_get_and_check_slp_defs): Handle vect_induction_def.
18721         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
18722         recursion.
18723         (vect_analyze_slp_cost_1): Cost induction.
18724         (vect_detect_hybrid_slp_stmts): Handle PHIs.
18725         (vect_get_slp_vect_defs): Likewise.
18726         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
18727         (vect_transform_stmt): Handle SLP reductions.
18728         * tree-vectorizer.h (vectorizable_induction): Adjust.
18730 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
18732         * config/rs6000/rs6000.c (make_resolver_func): Update
18733         init_lowered_empty_function call.
18735 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18737         * doc/invoke.texi: Document the -fprofile-abs-path option.
18738         * common.opt (fprofile-abs-path): New option.
18739         * gcov-io.h (gcov_write_filename): Declare.
18740         * gcov-io.c (gcov_write_filename): New function.
18741         * coverage.c (coverage_begin_function): Use gcov_write_filename.
18742         * profile.c (output_location): Likewise.
18744 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
18746         * shring-wrap.c: Revert accidental commit.
18748 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
18750         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
18752 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
18754         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
18755         new edge.
18756         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
18757         profile in callgraph edge.
18758         * profile-count.h (apply_probability): If THIS is 0, then result is 0
18759         (apply_scale): Likewise.
18760         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
18761         Also scale profile when inlining function with zero profile.
18762         (initialize_cfun): Update exit block profile even when it is zero.
18763         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
18764         when profile is read.
18766 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
18768         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
18769         (CLONE_*): New constants to define the processors we can generate
18770         code for with the target_clone attribute.
18771         (rs6000_clone_map): New array to identify which clone processors
18772         the current program is running on.
18773         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
18774         target_clone attribute.
18775         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
18776         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
18777         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
18778         (cpu_expand_builtin): Add support for target_clone attribute.
18779         (rs6000_valid_attribute_p): Allow "default" attribute.
18780         (get_decl_name): New debug function to simplify printing the
18781         current function name in debugging statements.
18782         (rs6000_clone_priority): New functions to support the target_clone
18783         attribute, and be able to generate code to switch between ISA 2.05
18784         through ISA 3.0 (power6 through power9).
18785         (rs6000_compare_version_priority): Likewise.
18786         (rs6000_get_function_versions_dispatcher): Likewise.
18787         (make_resolver_func): Likewise.
18788         (add_condition_to_bb): Likewise.
18789         (dispatch_function_versions): Likewise.
18790         (rs6000_generate_version_dispatcher_body): Likewise.
18791         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
18792         (fusion_gpr_load_p): Fix a spacing issue.
18793         * doc/extend.texi (Common Function Attributes): Document that the
18794         PowerPC supports the target_clone attribute.
18796 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18798         * config/arm/arm.h: explain F symbol found in description of ARM
18799         register allocation in its legend.
18801 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
18803         * config/mips/frame-header-opt.c: Include profile-count.h.
18804         * config/riscv/riscv.c: Include profile-count.h
18806 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
18808         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
18809         update profile.
18810         (sm_set_flag_if_changed): Add bbs field.
18811         (execute_sm_if_changed_flag_set): Pass BBS.
18812         (execute_sm): Update.
18814 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18816         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
18817         New pattern.
18819 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18821         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
18822         (peephole2): New peephole2 to emit the above.
18823         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
18825 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18827         * config/aarch64/aarch64.c (define_peephole2 above
18828         *sub_<shift>_<mode>): New peephole.
18830 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
18832         * config/i386/i386.c (make_resolver_func): Update.
18833         * Makefile.in: Add profile-count.h and profile-count.o
18834         * auto-profile.c (afdo_indirect_call): Update to new API.
18835         (afdo_set_bb_count): Update.
18836         (afdo_propagate_edge): Update.
18837         (afdo_propagate_circuit): Update.
18838         (afdo_calculate_branch_prob): Update.
18839         (afdo_annotate_cfg): Update.
18840         * basic-block.h: Include profile-count.h
18841         (struct edge_def): Turn count to profile_count.
18842         (struct basic_block_def): Likewie.
18843         (REG_BR_PROB_BASE): Move to profile-count.h
18844         (RDIV): Move to profile-count.h
18845         * bb-reorder.c (max_entry_count): Turn to profile_count.
18846         (find_traces): Update.
18847         (rotate_loop):Update.
18848         (connect_traces):Update.
18849         (sanitize_hot_paths):Update.
18850         * bt-load.c (migrate_btr_defs): Update.
18851         * cfg.c (RDIV): Remove.
18852         (init_flow): Use alloc_block.
18853         (alloc_block): Uninitialize count.
18854         (unchecked_make_edge): Uninitialize count.
18855         (check_bb_profile): Update.
18856         (dump_edge_info): Update.
18857         (dump_bb_info): Update.
18858         (update_bb_profile_for_threading): Update.
18859         (scale_bbs_frequencies_int): Update.
18860         (scale_bbs_frequencies_gcov_type): Update.
18861         (scale_bbs_frequencies_profile_count): New.
18862         * cfg.h (update_bb_profile_for_threading): Update.
18863         (scale_bbs_frequencies_profile_count): Declare.
18864         * cfgbuild.c (compute_outgoing_frequencies): Update.
18865         (find_many_sub_basic_blocks): Update.
18866         * cfgcleanup.c (try_forward_edges): Update.
18867         (try_crossjump_to_edge): Update.
18868         * cfgexpand.c (expand_gimple_tailcall): Update.
18869         (construct_exit_block): Update.
18870         * cfghooks.c (verify_flow_info): Update.
18871         (dump_bb_for_graph): Update.
18872         (split_edge): Update.
18873         (make_forwarder_block): Update.
18874         (duplicate_block): Update.
18875         (account_profile_record): Update.
18876         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
18877         (get_estimated_loop_iterations): Update.
18878         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
18879         (single_likely_exit): Update.
18880         * cfgloopmanip.c (scale_loop_profile): Update.
18881         (loopify): Update.
18882         (set_zero_probability): Update.
18883         (lv_adjust_loop_entry_edge): Update.
18884         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
18885         (purge_dead_edges): Update.
18886         (rtl_account_profile_record): Update.
18887         * cgraph.c (cgraph_node::create): Uninitialize count.
18888         (symbol_table::create_edge): Uninitialize count.
18889         (cgraph_update_edges_for_call_stmt_node): Update.
18890         (cgraph_edge::dump_edge_flags): Update.
18891         (cgraph_node::dump): Update.
18892         (cgraph_edge::maybe_hot_p): Update.
18893         * cgraph.h: Include profile-count.h
18894         (create_clone), create_edge, create_indirect_edge): Update.
18895         (cgraph_node): Turn count to profile_count.
18896         (cgraph_edge0: Likewise.
18897         (make_speculative, clone): Update.
18898         (create_edge): Update.
18899         (init_lowered_empty_function): Update.
18900         * cgraphclones.c (cgraph_edge::clone): Update.
18901         (duplicate_thunk_for_node): Update.
18902         (cgraph_node::create_clone): Update.
18903         * cgraphunit.c (cgraph_node::analyze): Update.
18904         (cgraph_node::expand_thunk): Update.
18905         * final.c (dump_basic_block_info): Update.
18906         * gimple-streamer-in.c (input_bb): Update.
18907         * gimple-streamer-out.c (output_bb): Update.
18908         * graphite.c (print_global_statistics): Update.
18909         (print_graphite_scop_statistics): Update.
18910         * hsa-brig.c: Include basic-block.h.
18911         * hsa-dump.c: Include basic-block.h.
18912         * hsa-gen.c (T sum_slice): Update.
18913         (convert_switch_statements):Update.
18914         * hsa-regalloc.c: Include basic-block.h.
18915         * ipa-chkp.c (chkp_produce_thunks): Update.
18916         * ipa-cp.c (struct caller_statistics): Update.
18917         (init_caller_stats): Update.
18918         (gather_caller_stats): Update.
18919         (ipcp_cloning_candidate_p): Update.
18920         (good_cloning_opportunity_p): Update.
18921         (get_info_about_necessary_edges): Update.
18922         (dump_profile_updates): Update.
18923         (update_profiling_info): Update.
18924         (update_specialized_profile): Update.
18925         (perhaps_add_new_callers): Update.
18926         (decide_about_value): Update.
18927         (ipa_cp_c_finalize): Update.
18928         * ipa-devirt.c (struct odr_type_warn_count): Update.
18929         (struct decl_warn_count): Update.
18930         (struct final_warning_record): Update.
18931         (possible_polymorphic_call_targets): Update.
18932         (ipa_devirt): Update.
18933         * ipa-fnsummary.c (redirect_to_unreachable): Update.
18934         * ipa-icf.c (sem_function::merge): Update.
18935         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
18936         * ipa-inline.c (compute_uninlined_call_time): Update.
18937         (compute_inlined_call_time): Update.
18938         (want_inline_small_function_p): Update.
18939         (want_inline_self_recursive_call_p): Update.
18940         (edge_badness): Update.
18941         (lookup_recursive_calls): Update.
18942         (recursive_inlining): Update.
18943         (inline_small_functions): Update.
18944         (dump_overall_stats): Update.
18945         (dump_inline_stats): Update.
18946         * ipa-profile.c (ipa_profile_generate_summary): Update.
18947         (ipa_propagate_frequency): Update.
18948         (ipa_profile): Update.
18949         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
18950         * ipa-utils.c (ipa_merge_profiles): Update.
18951         * loop-doloop.c (doloop_modify): Update.
18952         * loop-unroll.c (report_unroll): Update.
18953         (unroll_loop_runtime_iterations): Update.
18954         * lto-cgraph.c (lto_output_edge): Update.
18955         (lto_output_node): Update.
18956         (input_node): Update.
18957         (input_edge): Update.
18958         (merge_profile_summaries): Update.
18959         * lto-streamer-in.c (input_cfg): Update.
18960         * lto-streamer-out.c (output_cfg): Update.
18961         * mcf.c (create_fixup_graph): Update.
18962         (adjust_cfg_counts): Update.
18963         (sum_edge_counts): Update.
18964         * modulo-sched.c (sms_schedule): Update.
18965         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
18966         * predict.c (maybe_hot_count_p): Update.
18967         (probably_never_executed): Update.
18968         (dump_prediction): Update.
18969         (combine_predictions_for_bb): Update.
18970         (propagate_freq): Update.
18971         (handle_missing_profiles): Update.
18972         (counts_to_freqs): Update.
18973         (rebuild_frequencies): Update.
18974         (force_edge_cold): Update.
18975         * predict.h: Include profile-count.h
18976         (maybe_hot_count_p, counts_to_freqs): UPdate.
18977         * print-rtl-function.c: Do not include cfg.h
18978         * print-rtl.c: Include basic-block.h
18979         * profile-count.c: New file.
18980         * profile-count.h: New file.
18981         * profile.c (is_edge_inconsistent): Update.
18982         (correct_negative_edge_counts): Update.
18983         (is_inconsistent): Update.
18984         (set_bb_counts): Update.
18985         (read_profile_edge_counts): Update.
18986         (compute_frequency_overlap): Update.
18987         (compute_branch_probabilities): Update; Initialize and deinitialize
18988         gcov_count tables.
18989         (branch_prob): Update.
18990         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
18991         (edge_gcov_count): New.
18992         (bb_gcov_count): New.
18993         * shrink-wrap.c (try_shrink_wrapping): Update.
18994         * tracer.c (better_p): Update.
18995         * trans-mem.c (expand_transaction): Update.
18996         (ipa_tm_insert_irr_call): Update.
18997         (ipa_tm_insert_gettmclone_call): Update.
18998         * tree-call-cdce.c: Update.
18999         * tree-cfg.c (gimple_duplicate_sese_region): Update.
19000         (gimple_duplicate_sese_tail): Update.
19001         (gimple_account_profile_record): Update.
19002         (execute_fixup_cfg): Update.
19003         * tree-inline.c (copy_bb): Update.
19004         (copy_edges_for_bb): Update.
19005         (initialize_cfun): Update.
19006         (freqs_to_counts): Update.
19007         (copy_cfg_body): Update.
19008         (expand_call_inline): Update.
19009         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
19010         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
19011         (try_unroll_loop_completely): Update.
19012         (try_peel_loop): Update.
19013         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
19014         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
19015         * tree-ssa-loop-split.c (connect_loops): Update.
19016         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
19017         * tree-ssa-reassoc.c (branch_fixup): Update.
19018         * tree-ssa-tail-merge.c (replace_block_by): Update.
19019         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
19020         (compute_path_counts): Update.
19021         (update_profile): Update.
19022         (recompute_probabilities): Update.
19023         (update_joiner_offpath_counts): Update.
19024         (estimated_freqs_path): Update.
19025         (freqs_to_counts_path): Update.
19026         (clear_counts_path): Update.
19027         (ssa_fix_duplicate_block_edges): Update.
19028         (duplicate_thread_path): Update.
19029         * tree-switch-conversion.c (case_bit_test_cmp): Update.
19030         (struct switch_conv_info): Update.
19031         * tree-tailcall.c (decrease_profile): Update.
19032         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
19033         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
19034         * value-prof.c (check_counter): Update.
19035         (gimple_divmod_fixed_value): Update.
19036         (gimple_mod_pow2): Update.
19037         (gimple_mod_subtract): Update.
19038         (gimple_ic_transform): Update.
19039         (gimple_stringop_fixed_value): Update.
19040         * value-prof.h (gimple_ic): Update.
19042 2017-06-02  Carl Love  <cel@us.ibm.com>
19044         * config/rs6000/rs6000-c: Add support for built-in functions
19045         vector double vec_doublee (vector signed int);
19046         vector double vec_doublee (vector unsigned int);
19047         vector double vec_doublee (vector float);
19048         vector double vec_doubleh (vector signed int);
19049         vector double vec_doubleh (vector unsigned int);
19050         vector double vec_doubleh (vector float);
19051         vector double vec_doublel (vector signed int);
19052         vector double vec_doublel (vector unsigned int);
19053         vector double vec_doublel (vector float);
19054         vector double vec_doubleo (vector signed int);
19055         vector double vec_doubleo (vector unsigned int);
19056         vector double vec_doubleo (vector float);.
19057         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
19058         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
19059         UNS_DOUBLEL.
19060         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
19061         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
19062         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
19063         VS_sxwsp.
19064         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
19065         vec_doublel, vec_doubleh.
19066         * doc/extend.texi: Update the built-in documentation file for the
19067         new built-in functions.
19069 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
19071         PR jit/80954
19072         * ipa-inline-analysis.c (free_growth_caches): Set
19073         edge_removal_hook_holder to NULL after removing it.
19075 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
19077         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
19078         comparision with zero.
19080 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
19081         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
19082         for early expansion of vec_min and vec_max builtins.
19083         (builtin_function_type): Add min/max unsigned variants to those
19084         identified as having unsigned arguments.
19086 2017-06-02  Olivier Hainque  <hainque@adacore.com>
19088         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
19090 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19092         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
19093         Use VALL_F16 iterator rather than VALL.
19095 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19097         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
19098         Emit CBNZ inside loop when doing a strong exchange and comparing
19099         against zero.  Generate the CC flags after the loop.
19101 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
19103         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
19104         (dl_section_ref): New.
19105         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
19106         On AIX, append an expression to subtract the size of the
19107         section length to dl_section_ref.
19109 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
19111         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
19112         for early expansion of vector absolute builtins.
19114 2017-06-02  Richard Biener  <rguenther@suse.de>
19116         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
19117         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
19119 2017-06-02  Richard Biener  <rguenther@suse.de>
19121         PR tree-optimization/80948
19122         * tree-tailcall.c (find_tail_calls): Track stmts to move in
19123         stmt order as well.
19125 2017-06-02  Richard Biener  <rguenther@suse.de>
19127         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
19128         PHIs are ok.
19129         * tree-vect-stmts.c (process_use): Do not mark backedge defs
19130         for inductions as relevant.
19132 2017-06-02  Richard Biener  <rguenther@suse.de>
19134         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
19135         (vectorizable_induction): ... this.  Remove dead code.
19137 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
19139         * builtins. (expand_builtin_alloca): Remove second parameter and
19140         infer its value from the first parameter instead.
19141         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
19143 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
19145         PR rtl-optimization/80903
19146         * loop-doloop.c (add_test): Unshare sequence.
19148 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19150         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
19152 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19154         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
19155         static.
19156         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
19157         xlogue_layout::get_instance, logue_layout::xlogue_layout,
19158         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
19159         (xlogue_layout::get_stub_rtx): Make static.
19160         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
19161         (xlogue_layout::compute_stub_managed_regs): Rename to...
19162         (xlogue_layout::count_stub_managed_regs): ...this.
19163         (xlogue_layout::is_stub_managed_reg): New function.
19164         (xlogue_layout::m_stub_names): Rename to...
19165         (xlogue_layout::s_stub_names): ...this, make static.
19166         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
19167         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
19168         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
19169         xlogue_layout::s_stub_names): Instantiate statics.
19170         (stub_managed_regs): Remove.
19171         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
19172         (disable_call_ms2sysv_xlogues): Rename to...
19173         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
19174         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
19175         warning logic.
19176         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
19177         change after reload_completed.
19178         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
19179         directly.
19180         (ix86_expand_prologue): Likewise.
19181         (ix86_expand_epilogue): Likewise.
19182         (ix86_expand_split_stack_prologue): Likewise.
19183         (ix86_compute_frame_layout): Remove frame parameter ...
19184         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
19185         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
19186         only if necessary.
19187         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
19188         (ix86_frame): Move from here ...
19189         * config/i386/i386.h (ix86_frame): ... to here.
19190         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
19191         complete ix86_frame data structure instead.  Remove some_ld_name.
19193 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
19195         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
19196         symbols that hold a DECL_VALUE_EXPR.
19198 2017-06-01  Martin Jambor  <mjambor@suse.cz>
19200         PR tree-optimization/80898
19201         * tree-sra.c (process_subtree_disqualification): Removed.
19202         (disqualify_candidate): Do not acll
19203         process_subtree_disqualification.
19204         (subtree_mark_written_and_enqueue): New function.
19205         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
19206         RHS has been disqualified and re-queue LHS if necessary.  Apart
19207         from that, ignore disqualified RHS.
19209 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19211         * config/s390/s390.c (s390_emit_epilogue): Disable early return
19212         address fetch for z10 or later.
19214 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
19216         * config/arc/arc.md (tst_movb): Add guard when splitting.
19218 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
19220         * config/arc/arc.c (arc_can_eliminate): Test against
19221         arc_frame_pointer_needed.
19223 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
19225         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
19226         to prevent store reordering.
19227         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
19228         (type): Add block type.
19229         (stack_tie): Define special instruction to be used in
19230         expand_prologue.
19232 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
19234         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
19235         constraint. It is not valid for the pattern.
19236         (noncommutative_binary_comparison): Likewise.
19238 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
19240         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
19241         scaled addresses.
19243 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
19245         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
19246         be used by the reg-alloc.
19248 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
19250         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
19251         reg-alloc when having mul64 or mul32x16 instructions.
19252         (mulsidi3): Likewise.
19253         (umulsidi3): Likewise.
19254         (mulsi32x16): New pattern.
19255         (mulsi64): Likewise.
19256         (mulsidi64): Likewise.
19257         (umulsidi64): Likewise.
19258         (MUL32x16_REG): Define.
19259         (mul64_600): Use MUL32x16_REG.
19260         (mac64_600): Likewise.
19261         (umul64_600): Likewise.
19262         (umac64_600): Likewise.
19264 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
19266         * config/arc/arc.md (mulsi3_700): Make it commutative.
19268 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
19270         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
19271         type for movstouw.
19272         (*sign_extendsidi2_insn): Likewise for movstosw.
19274 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
19276         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
19277         the type of the input discriminant value.  Convert the
19278         discriminant value of signedness vary.
19280 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
19282         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
19283         Add to -Wall section.
19285 2017-06-01  Richard Biener  <rguenther@suse.de>
19287         PR middle-end/66313
19288         * fold-const.c (fold_plusminus_mult_expr): If the factored
19289         factor may be zero use a wrapping type for the inner operation.
19290         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
19291         and handle moved defs.
19292         (process_assignment): Properly guard the unary op case.  Return a
19293         tri-state indicating that moving the stmt before the call may allow
19294         to continue.  Pass through to_move.
19295         (find_tail_calls): Handle moving unrelated defs before
19296         the call.
19298 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
19300         PR target/80618
19301         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
19302         splitter result in the canonical way.
19304 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
19306         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
19307         also for 32bit target.  Update insn attributes.
19308         (zero-extendsidi2 splitter): Allow all registers for operand 1.
19310 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
19312         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
19313         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
19314         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
19315         (_mm_maskz_min_ss): New intrinsics.
19317 2017-05-31  Martin Liska  <mliska@suse.cz>
19319         * tree-vect-loop.c (vect_create_epilog_for_reduction):
19320         Change comment style to one we normally use.
19321         (vectorizable_reduction): Likewise.
19322         (vectorizable_induction): Likewise.
19323         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
19324         (vectorizable_call): Likewise.
19325         (vectorizable_simd_clone_call): Likewise.
19326         (vectorizable_conversion): Likewise.
19327         (vectorizable_assignment): Likewise.
19328         (vectorizable_shift): Likewise.
19329         (vectorizable_operation): Likewise.
19330         (vectorizable_store): Likewise.
19331         (vectorizable_load): Likewise.
19332         * tree-vectorizer.h: Likewise.
19334 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
19336         * passes.c (emergency_dump_function): New.
19337         * tree-pass.h (emergency_dump_function): Declare.
19338         * plugin.c (plugins_internal_error_function): Remove.
19339         * plugin.h (plugins_internal_error_function): Remove declaration.
19340         * toplev.c (internal_error_function): New static function.  Use it...
19341         (general_init): ...here.
19343 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
19345         * config/arc/arc.c (arc_print_operand): Handle constant operands.
19346         (arc_rtx_costs): Add costs for new patterns.
19347         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
19348         * config/arc/predicates.md: Add _1_2_3_operand predicate.
19350 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
19352         * tree-ssa-strlen.c (get_next_strinfo): New function.
19353         (get_stridx_plus_constant): Use it.
19354         (zero_length_string): Likewise.
19355         (adjust_related_strinfos): Likewise.
19356         (adjust_last_stmt): Likewise.
19358 2017-05-31  Richard Biener  <rguenther@suse.de>
19360         PR target/80880
19361         * config/i386/i386.c (ix86_expand_builtin): Remove assert
19362         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
19364 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
19366         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
19367         loop_vinfo argument and use of dependence distance vectors.
19368         Check instead whether the two references differ only in their
19369         initial value and assume that they have the same alignment if the
19370         difference is a multiple of the vector alignment.
19371         (vect_analyze_data_refs_alignment): Update call accordingly.
19373 2017-05-31  Martin Liska  <mliska@suse.cz>
19375         PR target/79155
19376         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
19378 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
19380         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
19381         (create_intersect_range_checks): Move from ...
19382         * tree-data-ref.c (create_intersect_range_checks_index)
19383         (create_intersect_range_checks): ... to here.
19384         (create_runtime_alias_checks): New function factored from ...
19385         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
19386         here.  Call above function.
19387         * tree-data-ref.h (create_runtime_alias_checks): New function.
19389 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
19391         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
19392         segment length for dr_b and compute it in wide_int.
19394 2017-05-31  Richard Biener  <rguenther@suse.de>
19396         PR tree-optimization/80906
19397         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
19398         and pass through iv_map.
19399         (copy_bb_and_scalar_dependences): Adjust.
19400         (translate_pending_phi_nodes): Likewise.
19401         (copy_loop_close_phi_args): Handle code-generating IVs instead
19402         of ICEing.
19404 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
19406         * diagnostic-color.c (color_dict): Add "type-diff".
19407         (parse_gcc_colors): Update comment.
19408         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
19409         -fdiagnostics-show-template-tree and -fno-elide-type.
19410         (GCC_COLORS): Add type-diff to example.
19411         (type-diff=): New.
19412         (-fdiagnostics-show-template-tree): New.
19413         (-fno-elide-type): New.
19414         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
19415         the pp_format_decoder callback.  Call any m_format_postprocessor's
19416         "handle" method.
19417         (pretty_printer::pretty_printer): Initialize
19418         m_format_postprocessor.
19419         (pretty_printer::~pretty_printer): Delete any
19420         m_format_postprocessor.
19421         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
19422         (class format_postprocessor): New class.
19423         (struct pretty_printer::format_decoder): Document the new parameters.
19424         (struct pretty_printer::m_format_postprocessor): New field.
19425         * tree-diagnostic.c (default_tree_printer): Update for new
19426         bool and const char ** params.
19427         * tree-diagnostic.h (default_tree_printer): Likewise.
19429 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
19431         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
19432         (lwa_operand): Delete rs6000_gen_cell_microcode test.
19433         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
19434         rs6000_gen_cell_microcode code.
19435         (rs6000_final_prescan_insn): Delete.
19436         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
19437         "warn-cell-microcode" entries.
19438         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
19439         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
19440         throughout.  Change cc_reg_not_micro_cr0_operand to
19441         cc_reg_not_cr0_operand throughout.
19442         (*extendhi<mode>2_noload): Delete.
19443         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
19444         (mwarn-cell-microcode): Delete.
19445         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
19446         -mgen-cell-microcode and -mwarn-cell-microcode.
19448 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
19450         PR target/80833
19451         * config/i386/constraints.md (Yd): New constraint.
19452         (Ye): Ditto.
19453         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
19454         and (?Yd, r) alternatives.  Update insn attributes.
19455         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
19456         and (?*Yd, r) alternatives.  Update insn attributes.
19457         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
19459 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
19461         * gimplify.c (gimplify_modify_expr): Don't create a
19462         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
19463         function.
19465 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
19467         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
19469 2017-05-30  Richard Biener  <rguenther@suse.de>
19471         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
19472         and reduc_def fields.
19473         (STMT_VINFO_REDUC_TYPE): New define.
19474         (STMT_VINFO_REDUC_DEF): Likewise.
19475         (vect_force_simple_reduction): Adjust prototype.
19476         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
19477         (vect_is_simple_reduction): Remove check_reduction argument.
19478         (vect_force_simple_reduction): Adjust and set
19479         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
19480         (vectorizable_reduction): Do not re-do reduction analysis
19481         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
19482         * tree-parloops.c (gather_scalar_reductions): Adjust.
19484 2017-05-30  Richard Biener  <rguenther@suse.de>
19486         PR middle-end/80901
19487         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
19488         split_edge code.
19490 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
19492         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
19493         Introduce unknown_misalignment parameter and remove vf.
19494         (vect_peeling_hash_get_lowest_cost):
19495         Pass unknown_misalignment parameter.
19496         (vect_enhance_data_refs_alignment):
19497         Fix unsupportable data ref treatment.
19499 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
19501         * tree-vect-data-refs.c (vect_get_data_access_cost):
19502         Workaround for SLP handling.
19503         (vect_enhance_data_refs_alignment):
19504         Compute costs for doing no peeling at all, compare to the best
19505         peeling costs so far and avoid peeling if cheaper.
19507 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
19509         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
19510         Return peeling info and set costs to zero for unlimited cost
19511         model.
19512         (vect_enhance_data_refs_alignment): Also inspect all datarefs
19513         with unknown misalignment. Compute and costs for unknown
19514         misalignment, compare them to the costs for known misalignment
19515         and choose the cheapest for peeling.
19517 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
19519         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
19520         (vect_get_peeling_costs_all_drs): Create function.
19521         (vect_peeling_hash_get_lowest_cost):
19522         Use vect_get_peeling_costs_all_drs.
19523         (vect_peeling_supportable): Create function.
19524         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
19526 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
19528         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
19529         DR_HAS_NEGATIVE_STEP.
19530         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
19531         (vect_enhance_data_refs_alignment): Use.
19532         (vect_duplicate_ssa_name_ptr_info): Use.
19533         * tree-vectorizer.h (dr_misalignment): Use.
19534         (known_alignment_for_access_p): Use.
19536 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
19538         PR target/78838
19539         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
19540         .lowtext.
19541         (has_section_name): New function.
19543 2017-05-30  Martin Liska  <mliska@suse.cz>
19545         PR other/80909
19546         * auto-profile.c (get_function_decl_from_block): Fix
19547         parenthesis.
19549 2017-05-30  Richard Biener  <rguenther@suse.de>
19551         PR middle-end/80876
19552         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
19554 2017-05-30  Martin Liska  <mliska@suse.cz>
19556         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
19557         * dumpfile.h (struct dump_file_info): Remove ctors.
19559 2017-05-30  Martin Liska  <mliska@suse.cz>
19561         * predict.def: Fix GNU coding style.
19563 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
19565         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
19566         Mark 'to' argument with ATTRIBUTE_UNUSED.
19568 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
19570         * config/xtensa/xtensa.c (xtensa_emit_call): Use
19571         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
19572         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
19573         format string.
19575 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
19577         * doc/install.texi (Options specification): Restore entry of
19578         --enable-sjlj-exceptions.
19580 2017-05-27  Michael Eager  <eager@eagercon.com>
19582         Revert:
19583         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
19585         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
19587         * config/microblaze/microblaze.h
19588         (FIXED_REGISTERS): Update in macro.
19589         (CALL_USED_REGISTERS): Update in macro.
19591 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
19593         * doc/install.texi: Add links to macOS binary distributions.
19595 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
19597         PR bootstrap/80887
19598         Revert:
19599         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
19601         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
19603 2017-05-26  Martin Liska  <mliska@suse.cz>
19605         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
19607 2017-05-26  Martin Liska  <mliska@suse.cz>
19609         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
19610         always leading ';; '.
19611         (dump_bb_info): Likewise.
19612         (brief_dump_cfg): Likewise.
19613         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
19614         * dumpfile.c: Remove usage of TDF_VERBOSE.
19615         * dumpfile.h (enum dump_kind): Likewise.
19616         (dump_gimple_bb_header): Do not use TDF_COMMENT.
19617         * print-tree.c (debug_verbose): Remove.
19618         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
19619         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
19620         * tree-diagnostic.c (default_tree_printer): Replace
19621         TDF_DIAGNOSTIC with TDF_SLIM.
19623 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
19625         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
19626         in parameter loop, rather than loop_vinfo.
19627         (create_intersect_range_checks): Ditto.
19628         (vect_create_cond_for_alias_checks): Update call to above functions.
19630 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
19632         PR tree-optimization/80815
19633         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
19634         for merging runtime alias checks.  Handle negative DR_STEPs.
19636 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
19638         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
19639         Move from ...
19640         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
19641         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
19642         out code pruning runtime alias checks.
19643         * tree-data-ref.c (prune_runtime_alias_test_list): New function
19644         factored out from above.
19645         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
19646         Move from ...
19647         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
19648         ... to here.
19649         (prune_runtime_alias_test_list): New decalaration.
19651 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
19653         * tree-vect-data-refs.c (compare_tree): Rename and move ...
19654         * tree-data-ref.c (data_ref_compare_tree): ... to here.
19655         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
19656         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
19657         (operator==, comp_dr_with_seg_len_pair): Ditto.
19658         (vect_prune_runtime_alias_test_list): Ditto.
19660 2017-05-26  Martin Liska  <mliska@suse.cz>
19662         PR ipa/80663
19663         * params.def: Bound partial-inlining-entry-probability param.
19665 2017-05-26  Marek Polacek  <polacek@redhat.com>
19667         PR sanitizer/80875
19668         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
19669         can be negated.
19671 2017-05-26  Richard Biener  <rguenther@suse.de>
19673         PR tree-optimization/80842
19674         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
19675         value.
19677 2017-05-26  Richard Biener  <rguenther@suse.de>
19679         PR tree-optimization/80844
19680         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
19682 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
19684         * doc/md.texi (Machine Constraints): Update x86 family
19685         machine constraints section to match 'config/i386/constraints.md'.
19687 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
19689         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
19691 2017-05-25  Nathan Sidwell  <nathan@acm.org>
19693         * doc/invoke.texi (--enable-languages): Update documentation.
19695 2017-05-25  Martin Liska  <mliska@suse.cz>
19697         * dumpfile.c: Add TDF_FOLDING.
19698         * dumpfile.h (enum dump_kind): Likewise.
19699         * genmatch.c (dt_simplify::gen_1): Use it.
19701 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
19703         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
19705 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
19707         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
19708         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
19710 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
19712         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
19713         * match.pd (X == C): Rewrite it here.
19714         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
19715         with_certain_nonzero_bits2): New predicates.
19716         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
19718 2017-05-24  Nathan Sidwell  <nathan@acm.org>
19720         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
19721         avoid warning.
19723         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
19724         warning.
19726 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
19728         * config/powerpcspe: New port.  Files are copied from the rs6000
19729         port, with "rs6000" in filenames replaced by "powerpcspe".
19731 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
19733         PR rtl-optimization/80754
19734         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
19736 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
19738         * config/sparc/sparc.md (length): Return the correct value for -mflat
19739         sibcalls to match output_sibcall.
19741 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
19743         PR bootstrap/80860
19744         PR bootstrap/80843
19745         * config/rs6000/rs6000.c (struct machine_function): Add new field
19746         n_components.
19747         (rs6000_get_separate_components): Init that field, use it.
19748         (rs6000_components_for_bb): Use the field.
19750 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19752         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
19754 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
19756         PR middle-end/80823
19757         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
19759 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19761         PR target/80725
19762         * config/s390/s390.c (s390_check_qrst_address): Check incoming
19763         address against address_operand predicate.
19764         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
19766 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
19768         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
19769         parameters passed indirectly.
19771 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
19773         * config/i386/i386.md (*movdi_internal): Remove SSE4
19774         alternative 18 (?r, *v).  Update insn attributes.
19775         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
19776         Update insn attributes.
19777         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
19778         Update insn attributes.
19779         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
19780         alternative 1 (r, v). Remove isa attribute.
19781         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
19782         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
19783         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
19785 2017-05-23  Tom de Vries  <tom@codesourcery.com>
19787         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
19788         dg-line directive.
19790 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
19792         * cgraphunit.c (symbol_table::process_new_functions): Update.
19793         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
19794         (inline_generate_summary): Rename to ...
19795         (ipa_fn_summary_generate): ... this one.
19796         (inline_read_summary): Rename to ...
19797         (ipa_fn_summary_read): ... this one.
19798         (inline_write_summary): Rename to ...
19799         (ipa_fn_summary_write): ... this one.
19800         (inline_free_summary): Rename to ...
19801         (ipa_free_fn_summary): ... this one.
19802         (pass_data_local_fn_summary, pass_local_fn_summary,
19803         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
19804         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
19805         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
19806         make_pass_ipa_fn_summary): New.
19807         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
19808         inline_write_summary, inline_free_summary): Remove.
19809         (ipa_free_fn_summary) : New.
19810         * ipa-inline.c (ipa_inline): Update.
19811         (pass_ipa_inline): Do not generate summaries.
19812         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
19813         Remove.
19814         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
19815         and add pass_ipa_fn_summary.
19816         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
19817         New.
19818         (make_pass_inline_parameters): Remove.
19820 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
19822         * omp-low.c (struct omp_context): Remove "default_kind" member.
19823         Adjust all users.
19825         * omp-offload.c (execute_oacc_device_lower): Remove the
19826         parallelism dimensions function attributes for unparallelized
19827         OpenACC kernels constructs.
19829 2017-05-23  Martin Liska  <mliska@suse.cz>
19831         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
19832         functions.
19833         (cgraph_edge::make_speculative): Likewise.
19834         (cgraph_edge::resolve_speculation): Likewise.
19835         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
19836         (cgraph_node::dump): Likewise.
19837         * cgraph.h: Likewise.
19838         * cgraphunit.c (analyze_functions): Likewise.
19839         (symbol_table::compile): Likewise.
19840         * ipa-cp.c (print_all_lattices): Likewise.
19841         (determine_versionability): Likewise.
19842         (initialize_node_lattices): Likewise.
19843         (ipcp_verify_propagated_values): Likewise.
19844         (estimate_local_effects): Likewise.
19845         (update_profiling_info): Likewise.
19846         (create_specialized_node): Likewise.
19847         (perhaps_add_new_callers): Likewise.
19848         (decide_about_value): Likewise.
19849         (decide_whether_version_node): Likewise.
19850         (identify_dead_nodes): Likewise.
19851         (ipcp_store_bits_results): Likewise.
19852         * ipa-devirt.c (dump_targets): Likewise.
19853         (ipa_devirt): Likewise.
19854         * ipa-icf.c (sem_item::dump): Likewise.
19855         (sem_function::equals): Likewise.
19856         (sem_variable::equals): Likewise.
19857         (sem_item_optimizer::read_section): Likewise.
19858         (sem_item_optimizer::execute): Likewise.
19859         (congruence_class::dump): Likewise.
19860         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
19861         (dump_inline_summary): Likewise.
19862         (estimate_node_size_and_time): Likewise.
19863         (inline_analyze_function): Likewise.
19864         * ipa-inline-transform.c (inline_call): Likewise.
19865         * ipa-inline.c (report_inline_failed_reason): Likewise.
19866         (want_early_inline_function_p): Likewise.
19867         (edge_badness): Likewise.
19868         (update_edge_key): Likewise.
19869         (inline_small_functions): Likewise.
19870         * ipa-profile.c (ipa_profile): Likewise.
19871         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
19872         (ipa_make_edge_direct_to_target): Likewise.
19873         (remove_described_reference): Likewise.
19874         (ipa_impossible_devirt_target): Likewise.
19875         (propagate_controlled_uses): Likewise.
19876         (ipa_print_node_params): Likewise.
19877         (ipcp_transform_function): Likewise.
19878         * ipa-pure-const.c (pure_const_read_summary): Likewise.
19879         (propagate_pure_const): Likewise.
19880         * ipa-reference.c (generate_summary): Likewise.
19881         (read_write_all_from_decl): Likewise.
19882         (propagate): Likewise.
19883         (ipa_reference_read_optimization_summary): Likewise.
19884         * ipa-utils.c (ipa_merge_profiles): Likewise.
19885         * ipa.c (walk_polymorphic_call_targets): Likewise.
19886         (symbol_table::remove_unreachable_nodes): Likewise.
19887         (ipa_single_use): Likewise.
19888         * passes.c (execute_todo): Likewise.
19889         * predict.c (drop_profile): Likewise.
19890         * symtab.c (symtab_node::get_dump_name): New function.
19891         (symtab_node::dump_name): Likewise.
19892         (symtab_node::dump_asm_name): Likewise.
19893         (symtab_node::dump_references): Likewise.
19894         (symtab_node::dump_referring): Likewise.
19895         (symtab_node::dump_base): Likewise.
19896         (symtab_node::debug_symtab): Likewise.
19897         * tree-sra.c (convert_callers_for_node): Likewise.
19898         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
19899         * value-prof.c (init_node_map): Likewise.
19901 2017-05-23  Martin Liska  <mliska@suse.cz>
19903         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
19904         and symtab_node::debug_symtab to symbol_table::debug.
19905         * cgraphunit.c (analyze_functions): Use the renamed function.
19906         (symbol_table::compile): Likewise.
19907         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
19908         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
19909         * passes.c (execute_todo): Likewise.
19910         * symtab.c (symbol_table::dump): New function.
19911         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
19913 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
19915         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
19916         that nonconst implies exec.
19918 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
19920         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
19921         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
19922         (inline_edge_summary_vec): Turn into ...
19923         (ipa_call_summaries): ... this one.
19924         (redirect_to_unreachable, edge_set_predicate,
19925         evaluate_properties_for_edge, inline_summary_alloc,
19926         reset_ipa_call_summary, reset_inline_summary,
19927         inline_summary_t::duplicate): Update.
19928         (inline_edge_duplication_hook): Turn to ...
19929         (ipa_call_summary_t::duplicate): ... this one.
19930         (inline_edge_removal_hook): Turn to ...
19931         (ipa_call_summary_t::remove): ... this one.
19932         (dump_inline_edge_summary): Turn to ...
19933         (dump_ipa_call_summary): ... this one.
19934         (estimate_function_body_sizes): Update.
19935         (inline_update_callee_summaries): Update.
19936         (remap_edge_change_prob): Update.
19937         (remap_edge_summaries): Update.
19938         (inline_merge_summary): Update.
19939         (do_estimate_edge_time): Update.
19940         (inline_generate_summary): Update.
19941         (inline_read_section): Update.
19942         (inline_read_summary): Update.
19943         (inline_free_summary): Update.
19944         * ipa-inline.c (can_inline_edge_p): Update.
19945         (compute_inlined_call_time): Update.
19946         (want_inline_small_function_p): Update.
19947         (edge_badness): Update.
19948         (early_inliner): Update.
19949         * ipa-inline.h (inline_edge_summary): Turn to ...
19950         (ipa_call_summary): ... this one.
19951         (ipa_call_summary_t): New class.
19952         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
19953         (ipa_call_summaries): New.
19954         (inline_edge_summary): Remove.
19955         (estimate_edge_growth): Update.
19956         * ipa-profile.c (ipa_propagate_frequency_1): Update.
19957         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
19958         * ipa-split.c (execute_split_functions): Update.
19959         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
19961 2017-05-23  Tom de Vries  <tom@codesourcery.com>
19963         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
19964         attributes): Document rdrand effective target.
19966 2017-05-23  Tom de Vries  <tom@codesourcery.com>
19968         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
19969         attributes): Sort alphabetically.
19971 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
19973         * config/avr/genmultilib.awk: Use gsub instead of gensub.
19975 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
19977         PR target/80718
19978         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
19979         V2DF/V2DI splat into two separate patterns, one that handles
19980         registers, and the other that only handles memory.  Drop support
19981         for splatting from a GPR on ISA 2.07 and then splitting the
19982         splat into direct move and splat.
19983         (vsx_splat_<mode>_reg): Likewise.
19984         (vsx_splat_<mode>_mem): Likewise.
19986 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
19988         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
19990 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
19992         PR middle-end/80809
19993         * omp-low.c (finish_taskreg_remap): New function.
19994         (finish_taskreg_scan): If unit size of ctx->record_type
19995         is non-constant, unshare the size expression and replace
19996         decls in it with possible outer var refs.
19998         PR middle-end/80809
19999         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
20000         GOVD_SHARED rather than GOVD_PRIVATE with it.
20001         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
20002         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
20004         PR middle-end/80853
20005         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
20006         as last argument to build_outer_var_ref for pointer bases of array
20007         section reductions.
20009 2017-05-19  Martin Sebor  <msebor@redhat.com>
20011         * print-tree.c (print_node): Print DECL_READ_P flag.
20013 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
20015         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
20016         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
20017         * cgraph.c: Likewise.
20018         * cgraphunit.c: Likewise.
20019         * gengtype.c: Likewise.
20020         * ipa-cp.c: Likewise.
20021         * ipa-devirt.c: Likewise.
20022         * ipa-icf.c: Likewise.
20023         * ipa-predicate.c: Likewise.
20024         * ipa-profile.c: Likewise.
20025         * ipa-prop.c: Likewise.
20026         * ipa-split.c: Likewise.
20027         * ipa.c: Likewise.
20028         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
20029         edge_predicate_pool, dump_inline_hints,
20030         inline_summary::account_size_time, redirect_to_unreachable,
20031         edge_set_predicate, set_hint_predicate,
20032         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
20033         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
20034         inline_summary_t::remove, remap_hint_predicate_after_duplication,
20035         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
20036         ipa_call_summary_t::remove, initialize_growth_caches,
20037         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
20038         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
20039         mark_modified, unmodified_parm_1, unmodified_parm,
20040         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
20041         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
20042         compute_bb_predicates, will_be_nonconstant_expr_predicate,
20043         will_be_nonconstant_predicate, record_modified_bb_info,
20044         get_minimal_bb, record_modified, param_change_prob,
20045         phi_result_unknown_predicate, predicate_for_phi_result,
20046         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
20047         estimate_function_body_sizes, compute_inline_parameters,
20048         compute_inline_parameters_for_curren, pass_data_inline_parameters,
20049         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
20050         inline_update_callee_summaries, remap_edge_change_prob,
20051         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
20052         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
20053         inline_analyze_function, inline_summary_t::insert,
20054         inline_generate_summary, read_ipa_call_summary, inline_read_section,
20055         inline_read_summary, write_ipa_call_summary, inline_write_summary,
20056         inline_free_summary): Move to ipa-fnsummary.h
20057         (predicate_t): Remove.
20058         * ipa-fnsummary.c: New file.
20059         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
20060         (enum inline_hints_vals, inline_hints, agg_position_info,
20061         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
20062         inline_summaries, ipa_call_summary, ipa_call_summary_t,
20063         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
20064         dump_inline_summary, dump_inline_hints, inline_generate_summary,
20065         inline_read_summary, inline_write_summary, inline_free_summary,
20066         inline_analyze_function, initialize_inline_failed,
20067         inline_merge_summary, inline_update_overall_summary,
20068         compute_inline_parameters): Move to ipa-fnsummary.h
20069         * ipa-fnsummary.h: New file.
20070         * ipa-inline-transform.h: Include ipa-inline.h.
20071         * ipa-inline.c: LIkewise.
20073 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
20075         * ipa-inline.c (edge_badness): Use inlined_time instead of
20076         inline_summaries->get.
20078 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
20080         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
20082 2017-05-22  Nathan Sidwell  <nathan@acm.org>
20084         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
20085         (fdump-lang): Document 'raw' option.
20086         * dumpfile.h (TDI_tu): Delete.
20087         * dumpfile.c (dump_files): Remove translation-unit.
20088         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
20090 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
20092         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
20093         command option from $(AWK) call.
20094         * config/avr/genmultilib.awk: Simplify and rewrite so that it
20095         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
20096         [FORMAT]: Remove handling of variable.
20097         * config/avr/t-multilib: Regenerate.
20099 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
20101         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
20102         self_time.
20103         (dump_inline_summary): Do not print self_time.
20104         (estimate_function_body_sizes): Do not set self_time.
20105         (compute_inline_parameters): Likewise.
20106         (inline_read_section, inline_write_summary): Do not stream self_time.
20107         * ipa-inline.h (inline_summary): Drop self_time.
20109 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
20111         * ipa-inline-analysis.c (account_size_time): Rename to ...
20112         (inline_summary::account_size_time): ... this one.
20113         (reset_ipa_call_summary): Turn to ...
20114         (ipa_call_summary::reset): ... this one.
20115         (reset_inline_summary): Turn to ...
20116         (inline_summary::reset): ... this one.
20117         (inline_summary_t::remove): Update.
20118         (inline_summary_t::duplicate): Update.
20119         (ipa_call_summary_t::remove): Update.
20120         (dump_inline_summary): Update.
20121         (estimate_function_body_sizes): Update.
20122         (compute_inline_parameters): Update.
20123         (estimate_node_size_and_time): Update.
20124         (inline_merge_summary): Update.
20125         (inline_update_overall_summary): Update.
20126         (inline_read_section): Update.
20127         (inline_write_summary): Update.
20128         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
20129         add account_size_time and reset member functions.
20130         (ipa_call_summary): Add reset function.
20131         * ipa-predicate.h (predicate::operator &): Constify.
20133 2017-05-22  Richard Biener  <rguenther@suse.de>
20135         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
20137 2017-05-19  Jason Merrill  <jason@redhat.com>
20139         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
20141 2017-05-19  Marek Polacek  <polacek@redhat.com>
20143         PR sanitizer/80800
20144         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
20145         TYPE_OVERFLOW_WRAPS checks.
20147 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
20149         * tree-core.h (enum omp_clause_default_kind): Add
20150         "OMP_CLAUSE_DEFAULT_PRESENT".
20151         * tree-pretty-print.c (dump_omp_clause): Handle it.
20152         * gimplify.c (enum gimplify_omp_var_data): Add
20153         "GOVD_MAP_FORCE_PRESENT".
20154         (gimplify_adjust_omp_clauses_1): Map it to
20155         "GOMP_MAP_FORCE_PRESENT".
20156         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
20158         * gimplify.c (oacc_default_clause): Clarify.
20160 2017-05-19  Nathan Sidwell  <nathan@acm.org>
20162         LANG_HOOK_REGISTER_DUMPS
20163         * toplev.c (general_init): Call register dump lang hook.
20164         * doc/invoke.texi: Document -fdump-lang option family.
20165         * dumpfile.c (dump_files): Remove class dump here.
20166         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
20167         * dumpfile.h (tree_dump_index): Remove TDI_class.
20168         * langhooks-def.h (lhd_register_dumps): Declare.
20169         (LANG_HOOKS_REGISTER_DUMPS): Define.
20170         (LANG_HOOKS_INITIALIZER): Add it.
20171         * langhooks.c (lhd_register_dumps): Define.
20172         * langhooks.h (struct lang_hooks): Add register_dumps.
20174 2017-05-19  Nathan Sidwell  <nathan@acm.org>
20176         * context.h (context::set_passes): New.
20177         * context.c (context::context): Do not create pass manager.
20178         * toplev.c (general_init): Create pass manager here.
20180 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
20182         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
20183         use this splitter if two add or or instructions would also work for
20184         the constant we want to generate.
20186 2017-05-19  Richard Biener  <rguenther@suse.de>
20188         PR build/80821
20189         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
20190         predicate evaluation.
20192 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
20194         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
20195         add ctor.
20196         * ipa-inline.c (want_inline_small_function_p): Do not cast to
20197         unsigned.
20199 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
20201         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
20202         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
20203         (inline_edge_summary_vec): Turn into ...
20204         (ipa_call_summaries): ... this one.
20205         (redirect_to_unreachable, edge_set_predicate,
20206         evaluate_properties_for_edge, inline_summary_alloc,
20207         reset_ipa_call_summary, reset_inline_summary,
20208         inline_summary_t::duplicate): Update.
20209         (inline_edge_duplication_hook): Turn to ...
20210         (ipa_call_summary_t::duplicate): ... this one.
20211         (inline_edge_removal_hook): Turn to ...
20212         (ipa_call_summary_t::remove): ... this one.
20213         (dump_inline_edge_summary): Turn to ...
20214         (dump_ipa_call_summary): ... this one.
20215         (estimate_function_body_sizes): Update.
20216         (inline_update_callee_summaries): Update.
20217         (remap_edge_change_prob): Update.
20218         (remap_edge_summaries): Update.
20219         (inline_merge_summary): Update.
20220         (do_estimate_edge_time): Update.
20221         (inline_generate_summary): Update.
20222         (inline_read_section): Update.
20223         (inline_read_summary): Update.
20224         (inline_free_summary): Update.
20225         * ipa-inline.c (can_inline_edge_p): Update.
20226         (compute_inlined_call_time): Update.
20227         (want_inline_small_function_p): Update.
20228         (edge_badness): Update.
20229         (early_inliner): Update.
20230         * ipa-inline.h (inline_edge_summary): Turn to ...
20231         (ipa_call_summary): ... this one.
20232         (ipa_call_summary_t): New class.
20233         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
20234         (ipa_call_summaries): New.
20235         (inline_edge_summary): Remove.
20236         (estimate_edge_growth): Update.
20237         * ipa-profile.c (ipa_propagate_frequency_1): Update.
20238         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
20239         * ipa-split.c (execute_split_functions): Update.
20240         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
20242 2017-05-19  Richard Biener  <rguenther@suse.de>
20244         PR middle-end/80764
20245         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
20247 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
20249         * config/rs6000/rs6000.c (struct machine_function): Add field
20250         fpr_is_wrapped_separately.
20251         (rs6000_get_separate_components): Use 64 components.  Handle the
20252         new FPR components.
20253         (rs6000_components_for_bb): Handle the FPR components.
20254         (rs6000_emit_prologue_components): Handle the FPR components.
20255         (rs6000_emit_epilogue_components): Handle the FPR components.
20256         (rs6000_set_handled_components): Handle the FPR components.
20257         (rs6000_emit_prologue): Don't output prologue code for those FPRs
20258         that are already separately shrink-wrapped.
20259         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
20260         that are already separately shrink-wrapped.
20262 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
20264         PR target/80510
20265         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
20266         New predicate.
20268         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
20269         (define_peephole2 for Altivec d-form load): Add peepholes to catch
20270         cases where the register allocator uses a move and an offsettable
20271         memory operation to/from a FPR register on ISA 2.06/2.07.
20272         (define_peephole2 for Altivec d-form store): Likewise.
20274 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
20276         PR target/80799
20277         * config/i386/mmx.md (*mov<mode>_internal): Enable
20278         alternatives 11, 12, 13 and 14 also for 32bit targets.
20279         Remove alternatives 15, 16, 17 and 18.
20280         * config/i386/sse.md (vec_concatv2di): Change
20281         alternative (!x, *y) to (x, ?!*Yn).
20283 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
20285         * dumpfile.h (enum dump_kind): Remove stray comma.
20287 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
20289         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
20290         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
20291         predicate::num_conditions
20292         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
20293         (CHANGED): turn into predicate::changed.
20294         (agg_position_info): Move to ipa-predicate.h
20295         (add_condition, predicate::add_clause, predicate::operator &=,
20296         predicate::or_with, predicate::evaluate, predicate::probability,
20297         dump_condition, dump_clause, predicate::dump,
20298         predicate::remap_after_duplication, predicate::remap_after_inlining,
20299         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
20300         (evaluate_conditions_for_known_args): Update.
20301         (set_cond_stmt_execution_predicate): Update.
20302         * ipa-inline.h: Include ipa-predicate.h
20303         (condition, inline_param_summary, conditions, agg_position_info,
20304         predicate): Move to ipa-predicate.h
20305         * ipa-predicate.c: New file.
20306         * ipa-predicate.h: New file.
20308 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
20310         * final.c (leaf_function_p): Check we are not in a sequence.
20312 2017-05-18  Martin Liska  <mliska@suse.cz>
20314         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
20315         * dumpfile.c (dump_register): Use new enum dump_kind.
20316         (get_dump_file_name): Likewise.
20317         (dump_enable_all): Likewise.
20318         (dump_switch_p_1): Likewise.
20319         (enable_rtl_dump_file): Remove usage of TDF_RTL.
20320         * dumpfile.h (enum dump_kind): New enum type.
20321         (struct dump_file_info): Create constructor and
20322         format fields and comments.
20323         * passes.c (pass_manager::register_one_dump_file):
20324         Use num dump_kind.
20325         * statistics.c (statistics_early_init): Likewise.
20326         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
20327         TDF_TREE with TDF_SLIM.
20328         (gather_memory_references_ref): Likewise.
20330 2017-05-18  Martin Liska  <mliska@suse.cz>
20332         * vec.h (struct vnull): Use it.
20334 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
20336         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
20337         (true_predicate, false_predicate, true_predicate_p,
20338         false_predicate_p): Remove.
20339         (single_cond_predicate, not_inlined_predicate): Turn to member function
20340         in ipa-inline.h
20341         (add_condition): Update.
20342         (add_clause): Turn to...
20343         (predicate::add_clause): ... this one; update; allow passing NULL
20344         as parameter.
20345         (and_predicates): Turn to ...
20346         (predicate::operator &=): ... this one.
20347         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
20348         (or_predicates): Turn to ...
20349         (predicate::or_with): ... this one.
20350         (evaluate_predicate): Turn to ...
20351         (predicate::evaluate): ... this one.
20352         (predicate_probability): Turn to ...
20353         (predicate::probability): ... this one.
20354         (dump_condition): Update.
20355         (dump_predicate): Turn to ...
20356         (predicate::dump): ... this one.
20357         (account_size_time): Update.
20358         (edge_set_predicate): Update.
20359         (set_hint_predicate): UPdate.
20360         (evaluate_conditions_for_known_args): Update.
20361         (evaluate_properties_for_edge): Update.
20362         (remap_predicate_after_duplication): Turn to...
20363         (predicate::remap_after_duplication): ... this one.
20364         (remap_hint_predicate_after_duplication): Update.
20365         (inline_summary_t::duplicate): UPdate.
20366         (dump_inline_edge_summary): Update.
20367         (dump_inline_summary): Update.
20368         (set_cond_stmt_execution_predicate): Update.
20369         (set_switch_stmt_execution_predicate): Update.
20370         (compute_bb_predicates): Update.
20371         (will_be_nonconstant_expr_predicate): Update.
20372         (will_be_nonconstant_predicate): Update.
20373         (phi_result_unknown_predicate): Update.
20374         (predicate_for_phi_result): Update.
20375         (array_index_predicate): Update.
20376         (estimate_function_body_sizes): Update.
20377         (estimate_node_size_and_time): Update.
20378         (estimate_ipcp_clone_size_and_time): Update.
20379         (remap_predicate): Rename to ...
20380         (predicate::remap_after_inlining): ... this one.
20381         (remap_hint_predicate): Update.
20382         (inline_merge_summary): Update.
20383         (inline_update_overall_summary): Update.
20384         (estimate_size_after_inlining): Update.
20385         (read_predicate): Rename to ...
20386         (predicate::stream_in): ... this one.
20387         (read_inline_edge_summary): Update.
20388         (write_predicate): Rename to ...
20389         (predicate::stream_out): ... this one.
20390         (write_inline_edge_summary): Update.
20391         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
20392         (clause_t): Turn to uint32_t
20393         (predicate): Turn to class; implement constructor and operators
20394         ==, !=, &
20395         (size_time_entry): Update.
20396         (inline_summary): Update.
20397         (inline_edge_summary): Update.
20399 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
20401         * fold-const.c (fold_binary_loc): Move transformation...
20402         * match.pd (C - X CMP X): ... here.
20404 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
20406         * config/sparc/sparc.c (sparc_option_override): Set function
20407         alignment for -mcpu=niagara7 to 64 to match the I$ line.
20408         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
20409         latency to 1.
20410         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
20411         latency to 2.
20412         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
20414 2017-05-18  Marek Polacek  <polacek@redhat.com>
20416         PR sanitizer/80797
20417         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
20418         (pass_ubsan::execute): Call gimple_assign_single_p instead of
20419         gimple_assign_load_p.
20421 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
20423         PR middle-end/80692
20424         * real.c (do_compare): Give decimal_do_compare preference over
20425         comparing just the signs.
20427 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
20429         * doc/md.texi (Canonicalization of Instructions): Describe the
20430         canonical form of instructions that inherently set a condition
20431         code register.
20433 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
20435         PR middle-end/80775
20436         * tree-cfg.c: Move deletion of unreachable case statements to after
20437         the merging of consecutive case labels.
20439 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20441         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
20442         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
20443         restoring of callee-saved registers.
20445 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
20447         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
20448         * config/visium/visium.c (single_set_and_flags): Likewise.
20449         * config/visium/visium.md (Substitutions): Likewise.
20451 2017-05-17  Martin Liska  <mliska@suse.cz>
20453         * cfg.c: Introduce dump_flags_t type and
20454         use it instead of int type.
20455         * cfg.h: Likewise.
20456         * cfghooks.c: Likewise.
20457         * cfghooks.h (struct cfg_hooks): Likewise.
20458         * cfgrtl.c: Likewise.
20459         * cfgrtl.h: Likewise.
20460         * cgraph.c (cgraph_node::get_body): Likewise.
20461         * coretypes.h: Likewise.
20462         * domwalk.c: Likewise.
20463         * domwalk.h: Likewise.
20464         * dumpfile.c (struct dump_option_value_info): Likewise.
20465         (dump_enable_all): Likewise.
20466         (dump_switch_p_1): Likewise.
20467         (opt_info_switch_p): Likewise.
20468         * dumpfile.h (enum tree_dump_index): Likewise.
20469         (struct dump_file_info): Likewise.
20470         * genemit.c: Likewise.
20471         * generic-match-head.c: Likewise.
20472         * gengtype.c (open_base_files): Likewise.
20473         * gimple-pretty-print.c: Likewise.
20474         * gimple-pretty-print.h: Likewise.
20475         * graph.c (print_graph_cfg): Likewise.
20476         * graphite-scop-detection.c (dot_all_sese): Likewise.
20477         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
20478         * loop-unroll.c (report_unroll): Likewise.
20479         * passes.c (pass_manager::register_one_dump_file): Likewise.
20480         * print-tree.c: Likewise.
20481         * statistics.c: Likewise.
20482         * tree-cfg.c: Likewise.
20483         * tree-cfg.h: Likewise.
20484         * tree-dfa.c: Likewise.
20485         * tree-dfa.h: Likewise.
20486         * tree-dump.c (dump_function): Likewise.
20487         * tree-dump.h (struct dump_info): Likewise.
20488         * tree-pretty-print.c: Likewise.
20489         * tree-pretty-print.h: Likewise.
20490         * tree-ssa-live.c: Likewise.
20491         * tree-ssa-live.h: Likewise.
20492         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
20493         * tree-vect-loop.c: Likewise.
20494         * tree-vect-slp.c: Likewise.
20496 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
20497             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20499         PR tree-optimization/80457
20500         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
20501         of all arguments to a statement as scalar_to_vec operations.
20502         (vectorizable_call): Adjust call to vect_model_simple_cost for
20503         new parameter.
20504         (vectorizable_conversion): Likewise.
20505         (vectorizable_assignment): Likewise.
20506         (vectorizable_shift): Likewise.
20507         (vectorizable_operation): Likewise.
20508         (vectorizable_comparison): Likewise.
20509         (vect_is_simple_cond): Record the def types for operands.
20510         (vectorizable_condition): Likewise, call vect_model_simple_cost.
20511         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
20512         for statement argument count.
20514 2017-05-16  Carl Love  <cel@us.ibm.com>
20516         * config/rs6000/rs6000-c: Add support for built-in functions
20517         vector unsigned long long vec_bperm (vector unsigned long long,
20518                                              vector unsigned char)
20519         vector signed long long vec_mule (vector signed int,
20520                                           vector signed int)
20521         vector unsigned long long vec_mule (vector unsigned int,
20522                                             vector unsigned int)
20523         vector signed long long vec_mulo (vector signed int,
20524                                           vector signed int)
20525         vector unsigned long long vec_mulo (vector unsigned int,
20526                                             vector unsigned int)
20527         vector signed char vec_sldw (vector signed char,
20528                                      vector signed char,
20529                                      const int)
20530         vector unsigned char vec_sldw (vector unsigned char,
20531                                        vector unsigned char,
20532                                        const int)
20533         vector signed short vec_sldw (vector signed short,
20534                                       vector signed short,
20535                                       const int)
20536         vector unsigned short vec_sldw (vector unsigned short,
20537                                         vector unsigned short,
20538                                         const int)
20539         vector signed int vec_sldw (vector signed int,
20540                                     vector signed int,
20541                                     const int)
20542         vector unsigned int vec_sldw (vector unsigned int,
20543                                       vector unsigned int,
20544                                       const int)
20545         vector signed long long vec_sldw (vector signed long long,
20546                                           vector signed long long,
20547                                           const int)
20548         vector unsigned long long vec_sldw (vector unsigned long long,
20549                                             vector unsigned long long,
20550                                             const int)
20551         * config/rs6000/rs6000-c: Add support for built-in functions
20552         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
20553         * config/rs6000/altivec.h: Add defintion for vec_sldw.
20554         * doc/extend.texi: Update the built-in documentation for the
20555         new built-in functions.
20557 2017-05-16  Marek Polacek  <polacek@redhat.com>
20559         PR sanitizer/80536
20560         PR sanitizer/80386
20561         * tree.c (save_expr): Don't fold the expression.
20563 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
20565         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
20566         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
20567         and (?*y,m).  Update insn attributes.
20569 2017-05-16  Martin Liska  <mliska@suse.cz>
20571         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
20572         flags argument of print_gimple_stmt, print_gimple_expr,
20573         print_generic_stmt and print_generic_expr.
20574         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
20575         * coretypes.h: Likewise.
20576         * except.c (dump_eh_tree): Likewise.
20577         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
20578         * gimple-pretty-print.h: Likewise.
20579         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
20580         (backprop::push_to_worklist): Likewise.
20581         (backprop::pop_from_worklist): Likewise.
20582         (backprop::process_use): Likewise.
20583         (backprop::intersect_uses): Likewise.
20584         (note_replacement): Likewise.
20585         * gimple-ssa-store-merging.c
20586         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
20587         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
20588         (pass_store_merging::execute): Likewise.
20589         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
20590         (ssa_base_cand_dump_callback): Likewise.
20591         (dump_incr_vec): Likewise.
20592         (replace_refs): Likewise.
20593         (replace_mult_candidate): Likewise.
20594         (create_add_on_incoming_edge): Likewise.
20595         (create_phi_basis): Likewise.
20596         (insert_initializers): Likewise.
20597         (all_phi_incrs_profitable): Likewise.
20598         (introduce_cast_before_cand): Likewise.
20599         (replace_one_candidate): Likewise.
20600         * gimplify.c (gimplify_expr): Likewise.
20601         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
20602         (set_rename): Likewise.
20603         (rename_uses): Likewise.
20604         (copy_loop_phi_nodes): Likewise.
20605         (add_close_phis_to_merge_points): Likewise.
20606         (copy_loop_close_phi_args): Likewise.
20607         (copy_cond_phi_args): Likewise.
20608         (graphite_copy_stmts_from_block): Likewise.
20609         (translate_pending_phi_nodes): Likewise.
20610         * graphite-poly.c (print_pdr): Likewise.
20611         (dump_gbb_cases): Likewise.
20612         (dump_gbb_conditions): Likewise.
20613         (print_scop_params): Likewise.
20614         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
20615         (build_cross_bb_scalars_use): Likewise.
20616         (gather_bbs::before_dom_children): Likewise.
20617         * hsa-dump.c (dump_hsa_immed): Likewise.
20618         * ipa-cp.c (print_ipcp_constant_value): Likewise.
20619         (get_replacement_map): Likewise.
20620         * ipa-inline-analysis.c (dump_condition): Likewise.
20621         (estimate_function_body_sizes): Likewise.
20622         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
20623         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
20624         * ipa-prop.c (ipa_dump_param): Likewise.
20625         (ipa_print_node_jump_functions_for_edge): Likewise.
20626         (ipa_modify_call_arguments): Likewise.
20627         (ipa_modify_expr): Likewise.
20628         (ipa_dump_param_adjustments): Likewise.
20629         (ipa_dump_agg_replacement_values): Likewise.
20630         (ipcp_modif_dom_walker::before_dom_children): Likewise.
20631         * ipa-pure-const.c (check_stmt): Likewise.
20632         (pass_nothrow::execute): Likewise.
20633         * ipa-split.c (execute_split_functions): Likewise.
20634         * omp-offload.c (dump_oacc_loop_part): Likewise.
20635         (dump_oacc_loop): Likewise.
20636         * trans-mem.c (tm_log_emit): Likewise.
20637         (tm_memopt_accumulate_memops): Likewise.
20638         (dump_tm_memopt_set): Likewise.
20639         (dump_tm_memopt_transform): Likewise.
20640         * tree-cfg.c (gimple_verify_flow_info): Likewise.
20641         (print_loop): Likewise.
20642         * tree-chkp-opt.c (chkp_print_addr): Likewise.
20643         (chkp_gather_checks_info): Likewise.
20644         (chkp_get_check_result): Likewise.
20645         (chkp_remove_check_if_pass): Likewise.
20646         (chkp_use_outer_bounds_if_possible): Likewise.
20647         (chkp_reduce_bounds_lifetime): Likewise.
20648         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
20649         (chkp_mark_completed_bounds): Likewise.
20650         (chkp_register_incomplete_bounds): Likewise.
20651         (chkp_mark_invalid_bounds): Likewise.
20652         (chkp_maybe_copy_and_register_bounds): Likewise.
20653         (chkp_build_returned_bound): Likewise.
20654         (chkp_get_bound_for_parm): Likewise.
20655         (chkp_build_bndldx): Likewise.
20656         (chkp_get_bounds_by_definition): Likewise.
20657         (chkp_generate_extern_var_bounds): Likewise.
20658         (chkp_get_bounds_for_decl_addr): Likewise.
20659         * tree-chrec.c (chrec_apply): Likewise.
20660         * tree-data-ref.c (dump_data_reference): Likewise.
20661         (dump_subscript): Likewise.
20662         (dump_data_dependence_relation): Likewise.
20663         (analyze_overlapping_iterations): Likewise.
20664         * tree-inline.c (expand_call_inline): Likewise.
20665         (tree_function_versioning): Likewise.
20666         * tree-into-ssa.c (dump_defs_stack): Likewise.
20667         (dump_currdefs): Likewise.
20668         (dump_names_replaced_by): Likewise.
20669         (dump_update_ssa): Likewise.
20670         (update_ssa): Likewise.
20671         * tree-object-size.c (pass_object_sizes::execute): Likewise.
20672         * tree-parloops.c (build_new_reduction): Likewise.
20673         (try_create_reduction_list): Likewise.
20674         (ref_conflicts_with_region): Likewise.
20675         (oacc_entry_exit_ok_1): Likewise.
20676         (oacc_entry_exit_single_gang): Likewise.
20677         * tree-pretty-print.h: Likewise.
20678         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
20679         (get_scalar_evolution): Likewise.
20680         (add_to_evolution): Likewise.
20681         (get_loop_exit_condition): Likewise.
20682         (analyze_evolution_in_loop): Likewise.
20683         (analyze_initial_condition): Likewise.
20684         (analyze_scalar_evolution): Likewise.
20685         (instantiate_scev): Likewise.
20686         (number_of_latch_executions): Likewise.
20687         (gather_chrec_stats): Likewise.
20688         (final_value_replacement_loop): Likewise.
20689         (scev_const_prop): Likewise.
20690         * tree-sra.c (dump_access): Likewise.
20691         (disqualify_candidate): Likewise.
20692         (create_access): Likewise.
20693         (reject): Likewise.
20694         (maybe_add_sra_candidate): Likewise.
20695         (create_access_replacement): Likewise.
20696         (analyze_access_subtree): Likewise.
20697         (analyze_all_variable_accesses): Likewise.
20698         (sra_modify_assign): Likewise.
20699         (initialize_constant_pool_replacements): Likewise.
20700         (find_param_candidates): Likewise.
20701         (decide_one_param_reduction): Likewise.
20702         (replace_removed_params_ssa_names): Likewise.
20703         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
20704         * tree-ssa-copy.c (dump_copy_of): Likewise.
20705         (copy_prop_visit_cond_stmt): Likewise.
20706         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
20707         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
20708         (record_equivalences_from_stmt): Likewise.
20709         * tree-ssa-dse.c (compute_trims): Likewise.
20710         (delete_dead_call): Likewise.
20711         (delete_dead_assignment): Likewise.
20712         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
20713         (forward_propagate_into_cond): Likewise.
20714         (pass_forwprop::execute): Likewise.
20715         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
20716         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
20717         Likewise.
20718         (move_computations_worker): Likewise.
20719         (execute_sm): Likewise.
20720         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
20721         (remove_exits_and_undefined_stmts): Likewise.
20722         (remove_redundant_iv_tests): Likewise.
20723         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
20724         (adjust_iv_update_pos): Likewise.
20725         * tree-ssa-math-opts.c (bswap_replace): Likewise.
20726         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
20727         (value_replacement): Likewise.
20728         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
20729         * tree-ssa-pre.c (print_pre_expr): Likewise.
20730         (get_representative_for): Likewise.
20731         (create_expression_by_pieces): Likewise.
20732         (insert_into_preds_of_block): Likewise.
20733         (eliminate_insert): Likewise.
20734         (eliminate_dom_walker::before_dom_children): Likewise.
20735         (eliminate): Likewise.
20736         (remove_dead_inserted_code): Likewise.
20737         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
20738         * tree-ssa-reassoc.c (get_rank): Likewise.
20739         (eliminate_duplicate_pair): Likewise.
20740         (eliminate_plus_minus_pair): Likewise.
20741         (eliminate_not_pairs): Likewise.
20742         (undistribute_ops_list): Likewise.
20743         (eliminate_redundant_comparison): Likewise.
20744         (update_range_test): Likewise.
20745         (optimize_range_tests_var_bound): Likewise.
20746         (optimize_vec_cond_expr): Likewise.
20747         (rewrite_expr_tree): Likewise.
20748         (rewrite_expr_tree_parallel): Likewise.
20749         (linearize_expr): Likewise.
20750         (break_up_subtract): Likewise.
20751         (linearize_expr_tree): Likewise.
20752         (attempt_builtin_powi): Likewise.
20753         (attempt_builtin_copysign): Likewise.
20754         (transform_stmt_to_copy): Likewise.
20755         (transform_stmt_to_multiply): Likewise.
20756         (dump_ops_vector): Likewise.
20757         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
20758         (print_scc): Likewise.
20759         (set_ssa_val_to): Likewise.
20760         (visit_reference_op_store): Likewise.
20761         (visit_use): Likewise.
20762         (sccvn_dom_walker::before_dom_children): Likewise.
20763         (run_scc_vn): Likewise.
20764         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
20765         Likewise.
20766         (expr_hash_elt::print): Likewise.
20767         (const_and_copies::pop_to_marker): Likewise.
20768         (const_and_copies::record_const_or_copy_raw): Likewise.
20769         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
20770         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
20771         (dump_predicates): Likewise.
20772         (find_uninit_use): Likewise.
20773         (warn_uninitialized_phi): Likewise.
20774         (pass_late_warn_uninitialized::execute): Likewise.
20775         * tree-ssa.c (verify_vssa): Likewise.
20776         (verify_ssa): Likewise.
20777         (maybe_optimize_var): Likewise.
20778         * tree-vrp.c (dump_value_range): Likewise.
20779         (dump_all_value_ranges): Likewise.
20780         (dump_asserts_for): Likewise.
20781         (register_edge_assert_for_2): Likewise.
20782         (vrp_visit_cond_stmt): Likewise.
20783         (vrp_visit_switch_stmt): Likewise.
20784         (vrp_visit_stmt): Likewise.
20785         (vrp_visit_phi_node): Likewise.
20786         (simplify_cond_using_ranges_1): Likewise.
20787         (fold_predicate_in): Likewise.
20788         (evrp_dom_walker::before_dom_children): Likewise.
20789         (evrp_dom_walker::push_value_range): Likewise.
20790         (evrp_dom_walker::pop_value_range): Likewise.
20791         (execute_early_vrp): Likewise.
20793 2017-05-16  Richard Biener  <rguenther@suse.de>
20795         * dwarf2out.c (loc_list_from_tree_1): Do not create
20796         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
20798 2017-05-16  Richard Biener  <rguenther@suse.de>
20800         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
20801         just generated.
20802         (note_variable_value_in_expr): If we resolved the decl ref
20803         do not push to the stack.
20805 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
20807         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
20808         operations in fast-math mode.
20809         (vaddq_f16): Likewise.
20810         (vmul_f16): Likewise.
20811         (vmulq_f16): Likewise.
20812         (vsub_f16): Likewise.
20813         (vsubq_f16): Likewise.
20814         * config/arm/neon.md (add<mode>3): New.
20815         (sub<mode>3): New.
20816         (fma:<VH:mode>3): New.  Also remove outdated comment.
20817         (mul<mode>3): New.
20819 2017-05-16  Martin Liska  <mliska@suse.cz>
20821         PR ipa/79849.
20822         PR ipa/79850.
20823         * ipa-devirt.c (warn_types_mismatch): Fix typo.
20824         (odr_types_equivalent_p): Likewise.
20826 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
20828         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
20830 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
20832         PR target/80425
20833         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
20834         non-interunit SSE move alternatives with '?'.
20835         (zero-extendsidi peephole2): New peephole to skip intermediate
20836         general register in SSE zero-extend sequence.
20838 2017-05-15  Jeff Law  <law@redhat.com>
20840         * reorg.c (relax_delay_slots): Create a new variable to hold
20841         the temporary target rather than clobbering TARGET_LABEL.
20843         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
20844         missing argument to extract_bit_field call.
20845         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
20847 2017-05-15  Martin Liska  <mliska@suse.cz>
20849         PR driver/31468
20850         * gcc.c (process_command): Do not allow empty argument of -o option.
20852 2017-05-15  Renlin Li  <renlin.li@arm.com>
20854         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
20855         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
20856         * config/aarch64/constraints.md (Usf): Add long call check.
20857         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
20858         (call_value): Likewise.
20859         (sibcall): Likewise.
20860         (sibcall_value): Likewise.
20861         (call_insn): New.
20862         (call_value_insn): New.
20863         (sibcall_insn): Update rtx pattern.
20864         (sibcall_value_insn): Likewise.
20865         (call_internal): Remove.
20866         (call_value_internal): Likewise.
20867         (sibcall_internal): Likewise.
20868         (sibcall_value_internal): Likewise.
20869         (call_reg): Likewise.
20870         (call_symbol): Likewise.
20871         (call_value_reg): Likewise.
20872         (call_value_symbol): Likewise.
20874 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
20876         PR target/80600
20877         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
20879 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
20881         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
20882         compatible with CCGOCmode and with CCZmode.
20884 2017-05-14  Martin Sebor  <msebor@redhat.com>
20886         PR middle-end/77671
20887         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
20888         (gimple_fold_builtin_snprintf): Same.
20889         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
20890         (gimple_fold_builtin_snprintf): Same.
20891         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
20892         of character types.
20893         (is_call_safe): New function.
20894         (try_substitute_return_value): Call it.
20895         (try_simplify_call): New function.
20896         (pass_sprintf_length::handle_gimple_call): Call it.
20898 2017-05-14  Martin Sebor  <msebor@redhat.com>
20900         PR middle-end/80669
20901         * builtins.c (expand_builtin_stpncpy): Simplify.
20903 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
20905         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
20906         * config/i386/i386.h
20907         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
20908         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
20909         (struct machine_function): Add new members call_ms2sysv,
20910         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
20911         (struct machine_frame_state): New fields sp_realigned and
20912         sp_realigned_offset.
20913         * config/i386/i386.c
20914         (enum xlogue_stub): New enum.
20915         (enum xlogue_stub_sets): New enum.
20916         (class xlogue_layout): New class.
20917         (struct ix86_frame): New fields stack_realign_allocate_offset,
20918         stack_realign_offset and outlined_save_offset.  Modify comments to
20919         detail stack layout when using out-of-line stubs.
20920         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
20921         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
20922         -mcall-ms2sysv-xlogues.
20923         (stub_managed_regs): New static variable.
20924         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
20925         registers managed by out-of-line stub.
20926         (disable_call_ms2sysv_xlogues): New function.
20927         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
20928         m->call_ms2sysv when appropriate and compute frame layout for
20929         out-of-line stubs.
20930         (sp_valid_at, fp_valid_at): New inline functions.
20931         (choose_basereg): New function.
20932         (choose_baseaddr): Add align parameter, use choose_basereg and modify
20933         all callers.
20934         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
20935         Use align parameter of choose_baseaddr to generated aligned SSE movs
20936         when possible.
20937         (pro_epilogue_adjust_stack): Modify to track
20938         machine_frame_state::sp_realigned.
20939         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
20940         (ix86_nsaved_sseregs): Likewise.
20941         (ix86_emit_save_regs): Likewise.
20942         (ix86_emit_save_regs_using_mov): Likewise.
20943         (ix86_emit_save_sse_regs_using_mov): Likewise.
20944         (get_scratch_register_on_entry): Likewise.
20945         (gen_frame_set): New function.
20946         (gen_frame_load): Likewise.
20947         (gen_frame_store): Likewise.
20948         (emit_outlined_ms2sysv_save): Likewise.
20949         (emit_outlined_ms2sysv_restore): Likewise.
20950         (ix86_expand_prologue): Modify stack re-alignment code and call
20951         emit_outlined_ms2sysv_save when appropriate.
20952         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
20953         parameter rtx_insn *insn, which allows the function to be used to only
20954         generate the notes.
20955         (ix86_expand_epilogue): Modify validity checks of frame and stack
20956         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
20957         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
20958         * config/i386/predicates.md
20959         (save_multiple): New predicate.
20960         (restore_multiple): Likewise.
20961         * config/i386/sse.md
20962         (save_multiple<mode>): New pattern.
20963         (save_multiple_realign<mode>): Likewise.
20964         (restore_multiple<mode>): Likewise.
20965         (restore_multiple_and_return<mode>): Likewise.
20966         (restore_multiple_leave_return<mode>): Likewise.
20967         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
20969 2017-05-14  Julia Koval  <julia.koval@intel.com>
20971         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
20972         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
20973         (__builtin_ia32_xsetbv): New builtins.
20974         * config/i386/i386.c (ix86_expand_special_args_builtin):
20975         Process new types.
20976         (ix86_expand_builtin): Special expand for new intrinsics.
20977         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
20978         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
20979         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
20981 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20983         * cfganal.c (inverted_post_order_compute): Change argument type
20984         to vec *.
20985         * cfganal.h (inverted_post_order_compute): Adjust prototype.
20986         * df-core.c (rest_of_handle_df_initialize): Adjust.
20987         (rest_of_handle_df_finish): Likewise.
20988         (df_analyze_1): Likewise.
20989         (df_analyze): Likewise.
20990         (loop_inverted_post_order_compute): Change argument to be a vec *.
20991         (df_analyze_loop): Adjust.
20992         (df_get_n_blocks): Likewise.
20993         (df_get_postorder): Likewise.
20994         * df.h (struct df_d): Change field to be a vec.
20995         * lcm.c (compute_laterin): Adjust.
20996         (compute_available): Likewise.
20997         * lra-lives.c (lra_create_live_ranges_1): Likewise.
20998         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
20999         * tree-ssa-pre.c (compute_antic): Likewise.
21001 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21003         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
21004         (depth_first_search::depth_first_search): Change structure init
21005         function to this constructor.
21006         (depth_first_search::add_bb): Rename function to this member.
21007         (depth_first_search::execute): Likewise.
21008         (flow_dfs_compute_reverse_finish): Adjust.
21010 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21012         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
21013         (longest_simple_path): Likewise.
21014         * shrink-wrap.c (spread_components): Likewise.
21015         (disqualify_problematic_components): Likewise.
21016         (emit_common_heads_for_components): Likewise.
21017         (emit_common_tails_for_components): Likewise.
21018         (insert_prologue_epilogue_for_components): Likewise.
21020 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21022         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
21023         auto_sbitmap.
21025 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21027         * df-core.c (df_set_blocks): Start using auto_bitmap.
21028         (df_compact_blocks): Likewise.
21029         * df-problems.c (df_rd_confluence_n): Likewise.
21030         * df-scan.c (df_insn_rescan_all): Likewise.
21031         (df_process_deferred_rescans): Likewise.
21032         (df_update_entry_block_defs): Likewise.
21033         (df_update_exit_block_uses): Likewise.
21034         (df_entry_block_bitmap_verify): Likewise.
21035         (df_exit_block_bitmap_verify): Likewise.
21036         (df_scan_verify): Likewise.
21037         * lra-constraints.c (lra_constraints): Likewise.
21038         (undo_optional_reloads): Likewise.
21039         (lra_undo_inheritance): Likewise.
21040         * lra-remat.c (calculate_gen_cands): Likewise.
21041         (do_remat): Likewise.
21042         * lra-spills.c (assign_spill_hard_regs): Likewise.
21043         (spill_pseudos): Likewise.
21044         * tree-ssa-pre.c (bitmap_set_and): Likewise.
21045         (bitmap_set_subtract_values): Likewise.
21047 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21049         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
21050         management with auto_bitmap.
21051         (fix_inter_tick): Likewise.
21052         (fix_recovery_deps): Likewise.
21053         * ira.c (add_store_equivs): Likewise.
21054         (find_moveable_pseudos): Likewise.
21055         (split_live_ranges_for_shrink_wrap): Likewise.
21056         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
21057         (rtx_reuse_manager::seen_def_p): Likewise.
21058         (rtx_reuse_manager::set_seen_def): Likewise.
21059         * print-rtl.h (class rtx_reuse_manager): Likewise.
21061 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21063         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
21064         lifetime.
21065         (migrate_btr_def): Likewise.
21066         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
21067         * df-core.c (loop_post_order_compute): Likewise.
21068         (loop_inverted_post_order_compute): Likewise.
21069         * hsa-common.h: Likewise.
21070         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
21071         * init-regs.c (initialize_uninitialized_regs): Likewise.
21072         * ipa-inline.c (resolve_noninline_speculation): Likewise.
21073         (inline_small_functions): Likewise.
21074         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
21075         * ira.c (combine_and_move_insns): Likewise.
21076         (build_insn_chain): Likewise.
21077         * loop-invariant.c (find_invariants): Likewise.
21078         * lower-subreg.c (propagate_pseudo_copies): Likewise.
21079         * predict.c (tree_predict_by_opcode): Likewise.
21080         (predict_paths_leading_to): Likewise.
21081         (predict_paths_leading_to_edge): Likewise.
21082         (estimate_loops_at_level): Likewise.
21083         (estimate_loops): Likewise.
21084         * shrink-wrap.c (try_shrink_wrapping): Likewise.
21085         (spread_components): Likewise.
21086         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
21087         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
21088         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
21089         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
21090         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
21091         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
21092         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
21093         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
21094         (mark_threaded_blocks): Likewise.
21095         (thread_through_all_blocks): Likewise.
21096         * tree-ssa.c (verify_ssa): Likewise.
21097         (execute_update_addresses_taken): Likewise.
21098         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
21100 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21102         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
21103         auto_vec.
21104         (post_order_compute): Likewise.
21105         (inverted_post_order_compute): Likewise.
21106         (pre_and_rev_post_order_compute_fn): Likewise.
21108 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21110         * genrecog.c (int_set::int_set): Explicitly construct our
21111         auto_vec base class.
21112         * vec.h (auto_vec::auto_vec): New constructor.
21114 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21116         * bitmap.h (class auto_bitmap): New constructor taking
21117         bitmap_obstack * argument.
21119 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21121         * bitmap.h (class auto_bitmap): Change type of m_bits to
21122         bitmap_head, and adjust ctor / dtor and member operators.
21124 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
21126         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
21127         when returned register mode doesn't match original mode.
21129 2017-05-12  Jeff Law  <law@redhat.com>
21130             Jakub Jelinek  <jakub@redhat.com>
21132         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
21133         we look for cc setter after the compare-elim changes.
21134         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
21135         within the vector to match what compare-elim now expects.
21136         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
21137         (xorsi3_flags, one_cmplsi2_flags): Likewise.
21139         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
21140         after the compare-elim changes.
21141         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
21142         the vector to match what compare-elim now expects.
21143         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
21144         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
21145         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
21146         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
21147         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
21149         * config/visium/visium.c (single_set_and_flags): Fix where
21150         we look for cc setter after the compare-elim changes.
21151         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
21152         with the vector to match what compare-elim now expects.
21153         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
21154         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
21155         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
21156         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
21157         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
21158         (neg<mode>2_insn_set_overflow): Likewise.
21160 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
21162         PR middle-end/79794
21163         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
21164         maybe_expand_insn call, set ops[0].target.  If still set after call,
21165         set alt_rtl.  Add extra arg to recursive calls.
21166         (extract_bit_field): Add alt_rtl argument.  Pass to
21167         extract_bit_field.
21168         * expmed.h (extract_bit_field): Fix prototype.
21169         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
21170         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
21171         to extract_bit_field_calls.
21172         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
21173         Pass alt_rtl to extract_bit_field calls.
21174         * calls.c (store_unaligned_arguments_into_psuedos)
21175         load_register_parameters): Pass extra NULL to extract_bit_field calls.
21176         * optabs.c (maybe_legitimize_operand): Clear op->target when call
21177         gen_reg_rtx.
21178         * optabs.h (struct expand_operand): Add target bitfield.
21180 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
21182         * compare-elim.c (try_eliminate_compare): Canonicalize
21183         operation with embedded compare to
21184         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
21185          (set (reg) (operation)].
21187         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
21189 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
21191         PR target/80723
21192         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
21193         cost of adding a carry flag for ADC instruction.
21194         [case MINUS]: Ignore the cost of subtracting a carry flag
21195         for SBB instruction.
21197 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
21199         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
21200         and x86intrin.h
21201         * config/rs6000/bmiintrin.h: New file.
21202         * config/rs6000/bmi2intrin.h: New file.
21203         * config/rs6000/x86intrin.h: New file.
21205 2017-05-12  Jeff Law  <law@redhat.com>
21207         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
21208         markers.
21210 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
21212         PR middle-end/80707
21213         * tree-cfg.c: Remove cfg edges of unreachable case statements.
21215 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
21217         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
21218         early expansion of vector divide builtins.
21219         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
21220         builtins identified as having unsigned arguments.
21222 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
21224         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
21225         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
21226         expansion of vector logical operations (and, andc, or, xor,
21227         nor, orc, nand).
21229 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
21231         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
21232         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
21234 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
21236         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
21237         early GIMPLE expansion of vector multiplies.
21239 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
21241         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
21242         TARGET_HAVE_MOVT conditional.
21243         (movt splitter): Likewise.
21245 2017-05-12  Richard Biener  <rguenther@suse.de>
21247         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
21248         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
21249         Fold all stmts not inplace.
21251 2017-05-12  Richard Biener  <rguenther@suse.de>
21253         PR tree-optimization/80713
21254         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
21255         inserted_exprs bit for not removed stmts.
21257 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
21259         PR middle-end/69921
21260         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
21261         parallelized" attribute for parallelized OpenACC kernels.
21262         * omp-offload.c (execute_oacc_device_lower): Use it.
21264         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
21265         Set "oacc kernels" attribute.
21266         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
21267         parameter.  Adjust all users.
21268         (oacc_fn_attrib_kernels_p): Remove function.
21269         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
21270         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
21271         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
21272         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
21273         assert "oacc kernels" attribute is set.
21275 2017-05-11  Carl Love  <cel@us.ibm.com>
21277         * config/rs6000/rs6000-c: Add support for built-in functions
21278         vector unsigned char vec_popcnt (vector signed char)
21279         vector unsigned char vec_popcnt (vector unsigned char)
21280         vector unsigned short vec_popcnt (vector signed short)
21281         vector unsigned short vec_popcnt (vector unsigned short)
21282         vector unsigned int vec_popcnt (vector signed int)
21283         vector unsigned int vec_popcnt (vector unsigned int)
21284         vector unsigned long long vec_popcnt (vector signed long long)
21285         vector unsigned long long vec_popcnt (vector unsigned long long)
21286         vector signed long long vec_slo (vector signed long long,
21287                                          vector signed char)
21288         vector signed long long vec_slo (vector signed long long,
21289                                          vector unsigned char)
21290         vector unsigned long long vec_slo (vector unsigned long long,
21291                                            vector signed char)
21292         vector unsigned long long vec_slo (vector unsigned long long,
21293                                            vector unsigned char)
21294         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
21295         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
21296         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
21297         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
21298         * doc/extend.texi: Update the built-in documentation file for the
21299         new built-in functions.
21301 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
21303         * attribs.h (sorted_attr_string): Move machine independent
21304         functions for target clone support from the i386 port to common
21305         code.  Rename ix86_function_versions to common_function_versions.
21306         Rename make_name to make_unique_name.
21307         (common_function_versions): Likewise.
21308         (make_unique_name): Likewise.
21309         (make_dispatcher_decl): Likewise.
21310         (is_function_default_version): Likewise.
21311         * attribs.c (attr_strcmp): Likewise.
21312         (sorted_attr_string): Likewise.
21313         (common_function_versions): Likewise.
21314         (make_unique_name): Likewise.
21315         (make_dispatcher_decl): Likewise.
21316         (is_function_default_version): Likewise.
21317         * config/i386/i386.c (attr_strcmp): Likewise.
21318         (sorted_attr_string): Likewise.
21319         (ix86_function_versions): Likewise.
21320         (make_name): Likewise.
21321         (make_dispatcher_decl): Likewise.
21322         (is_function_default_version): Likewise.
21323         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
21325 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21327         PR target/80695
21328         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
21329         Account for direct move costs for vec_construct of integer
21330         vectors.
21332 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
21334         PR target/80706
21335         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
21336         (UNSPEC_STX_ATOMIC): Ditto.
21337         (loaddi_via_sse): New insn.
21338         (storedi_via_sse): Ditto.
21339         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
21340         Update corresponding peephole2 patterns.
21341         (atomic_storedi_fpu): Ditto.
21343 2017-05-11  Julia Koval  <julia.koval@intel.com>
21345         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
21346         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
21347         New intrinsics.
21348         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
21349         (__builtin_ia32_rsqrt14ss_mask): New builtins.
21350         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
21352 2017-05-11  Nathan Sidwell  <nathan@acm.org>
21354         * graphite-poly.c: Include dumpfile.h.
21356         * dumpfle.h (dump_function): Declare here ...
21357         * tree-dump.h (dump_function): ... not here.
21358         * dumpfile.c: #include tree-cfg.h.
21359         (dump_function): Move here from ...
21360         * tree-dump.c (dump_function): ... here.
21361         * gimplify.c: #include splay-tree.h, not tree-dump.h.
21362         * graphite-poly.c: Don't include tree-dump.h.
21363         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
21364         * print-tree.c: Likewise.
21365         * stor-layout.c: Likewise.
21366         * tree-nested.c: Likewise.
21368         * dumpfile.c (dump_start): Use TDF_FLAGS.
21369         (dump_enable_all): Fix TDF_KIND check thinko.
21371 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
21373         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
21374         array entries to represent two legal parameterizations of the
21375         overloaded __builtin_cmpb function, as represented by the
21376         P6_OV_BUILTIN_CMPB constant.
21377         (altivec_resolve_overloaded_builtin): Add special case handling
21378         for the __builtin_cmpb function, as represented by the
21379         P6_OV_BUILTIN_CMPB constant.
21380         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
21381         (BU_P6_64BIT_2): New macro.
21382         (BU_P6_OVERLOAD_2): New macro
21383         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
21384         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
21385         (CMPB): Add overload support to represent both 32-bit and 64-bit
21386         compare-bytes function.
21387         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
21388         support for TARGET_CMPB.
21389         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
21390         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
21391         documentation of the __builtin_cmpb overloaded built-in function.
21393 2017-05-11  Richard Biener  <rguenther@suse.de>
21395         PR tree-optimization/80705
21396         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
21397         bases are not vectorizable.
21399 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21401         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
21402         when counting register pressure.
21404 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21406         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
21407         (iv_ca_more_deps): Renamed to ...
21408         (iv_ca_compare_deps): ... this.
21409         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
21411 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21413         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
21414         to ...
21415         (determine_group_iv_costs): ... here.
21416         (find_inv_vars_cb): Record inv var if it's not recorded before.
21418 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21420         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
21421         (get_shiftadd_cost): Ditto.
21423 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21425         * tree-ssa-address.c: Include header file.
21426         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
21427         address.
21428         (add_to_parts): Refactor.
21429         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
21430         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
21431         in new order.
21433 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21435         PR tree-optimization/53090
21436         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
21437         COMP_IV_EXPR_2.
21438         (extract_cond_operands): Detect condition with IV on both sides
21439         and return COMP_IV_EXPR_2.
21440         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
21441         (rewrite_use_compare): Simplify by removing call to function
21442         extract_cond_operands.
21444 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21446         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
21447         (extract_cond_operands): Detect condition comparing against non-
21448         invariant bound and return appropriate enum value.
21449         (find_interesting_uses_cond): Update use of extract_cond_operands.
21450         Handle its return value accordingly.
21451         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
21453 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21455         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
21456         nonlinear iv_use computation in loop invariant sensitive way.
21458 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21460         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
21461         (find_iv_candidates): Call relate_compare_use_with_all_cands.
21463 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21465         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
21466         (dump_cand): Support iv_cand.inv_exprs.
21467         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
21468         for candidates.
21469         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
21470         iv_cand.inv_exprs.
21472 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21474         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
21475         from ...
21476         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
21477         as local function.  Include necessary header files.
21478         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
21480 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21482         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
21484 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21486         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
21487         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
21488         RSHIFT_EXPR and BIT_NOT_EXPR.
21490 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21492         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
21493         (adjust_setup_cost): New parameter supporting round up adjustment.
21494         (struct address_cost_data): Delete.
21495         (force_expr_to_var_cost): Don't bound cost with spill_cost.
21496         (split_address_cost, ptr_difference_cost): Delete.
21497         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
21498         (struct ainc_cost_data): New struct.
21499         (get_address_cost_ainc): New function.
21500         (get_address_cost, get_computation_cost): Reimplement.
21501         (determine_group_iv_cost_address): Record inv_expr for all uses of
21502         a group.
21503         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
21504         (iv_ca_has_deps): Reimplemented to ...
21505         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
21506         than OLD_CP.
21507         (iv_ca_extend): Call iv_ca_more_deps.
21509 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21511         * tree-ssa-address.c (struct mem_address): Move to header file.
21512         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
21513         * tree-ssa-address.h (struct mem_address): Move from C file.
21514         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
21516 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21518         * tree-affine.h (aff_combination_type): New interface.
21519         (aff_combination_zero_p): Remove static.
21520         (aff_combination_const_p): New interface.
21521         (aff_combination_singleton_var_p): New interfaces.
21523 2017-05-11  Richard Biener  <rguenther@suse.de>
21525         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
21526         Skip unreachable blocks and destinations.
21527         (eliminate): Move stmt removal and fixup ...
21528         (fini_eliminate): ... here.  Skip inserted exprs.
21529         (pass_pre::execute): Move fini_pre after fini_eliminate.
21530         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
21531         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
21532         PRE to get rid of dead code that has invalid SSA form and
21533         split critical edges again.
21535 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
21537         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
21539 2017-05-11  Richard Biener  <rguenther@suse.de>
21541         * passes.c (execute_function_todo): Verify loops if they are
21542         said to be up-to-date.
21543         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
21544         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
21546 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
21548         PR target/80090
21549         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
21550         handle calling assemble_external ourself.
21552         PR target/79027
21553         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
21554         modes with zero size.  Enhance comment.
21556 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21558         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
21559         built-ins for vec_xl and vec_xst with short and char pointer
21560         arguments.
21562 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
21564         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
21565         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
21566         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
21567         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
21568         (_mm_maskz_min_round_ss): New intrinsics.
21569         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
21570         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
21571         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
21572         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
21573         (__builtin_ia32_minss_mask_round): New builtins.
21574         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
21575         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
21576         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
21577         Rename to ...
21578         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
21579         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
21580         Change to ...
21581         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
21582         ... this.
21584 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
21586         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
21587         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
21588         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
21589         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
21590         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
21591         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
21592         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
21593         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
21594         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
21595         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
21596         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
21597         (__builtin_ia32_mulss_mask_round): New builtins.
21598         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
21599         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
21600         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
21601         Rename to ...
21602         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
21603         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
21604         Change to ...
21605         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
21606         ... this.
21608 2017-05-10  Julia Koval  <julia.koval@intel.com>
21610         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
21611         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
21612         (_mm256_setr_m128i): New intrinsics.
21614 2017-05-10  Julia Koval  <julia.koval@intel.com>
21616         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
21617         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
21618         (_mm_maskz_rcp14_ss): New intrinsics.
21619         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
21620         (__builtin_ia32_rcp14ss_mask): New builtins.
21621         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
21623 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
21625         PR tree-optimization/51513
21626         * tree-cfg.c (gimple_seq_unreachable_p): New function.
21627         (assert_unreachable_fallthru_edge_p): Use it.
21628         (group_case_labels_stmt): Likewise.
21629         * tree-cfg.h: Prototype it.
21630         * stmt.c: Include cfghooks.h and tree-cfg.h.
21631         (emit_case_dispatch_table) <gap_label>: New local variable.
21632         Use it to fill dispatch table gaps.
21633         Test for default_label before updating probabilities.
21634         (expand_case) <default_label>: Remove unneeded initialization.
21635         Test for unreachable default case statement and remove its edge.
21636         Set default_label accordingly.
21637         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
21639 2017-05-10  Carl Love  <cel@us.ibm.com>
21641         * config/rs6000/rs6000-c: Add support for built-in functions
21642         vector signed char      vec_neg (vector signed char)
21643         vector signed short int vec_neg (vector short int)
21644         vector signed int       vec_neg (vector signed int)
21645         vector signed long long vec_neg (vector signed long long)
21646         vector float            vec_neg (vector float)
21647         vector double           vec_neg (vector double)
21648         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
21649         overload.
21650         * config/rs6000/altivec.h: Add define for vec_neg
21651         * doc/extend.texi: Update the built-in documentation for the
21652         new built-in functions.
21654 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21656         PR tree-optimization/77644
21657         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
21659 2017-05-10  Nathan Sidwell  <nathan@acm.org>
21661         * dumpfile.h (TDI_lang_all): New.
21662         (TDF_KIND): New. Renumber others
21663         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
21664         than bits.
21665         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
21666         lang-all.
21667         (get_dump_file_name): Adjust suffix generation.
21668         (dump_enable_all): Use TDF_KIND.
21669         * doc/invoke.texi (-fdump-lang-all): Document.
21671         * dumpfile.h: Tabify.
21673 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
21675         PR target/80671
21676         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
21677         Move member access before delete.
21679 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
21681         * tree-inline.c (expand_call_inline): Split block at stmt
21682         before the call.
21684 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
21686         PR target/68163
21687         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
21688         are now unused after splitting mov{sf,sd}_hardfloat.
21689         (f32_lr2): Likewise.
21690         (f32_lm): Likewise.
21691         (f32_lm2): Likewise.
21692         (f32_li): Likewise.
21693         (f32_li2): Likewise.
21694         (f32_lv): Likewise.
21695         (f32_sr): Likewise.
21696         (f32_sr2): Likewise.
21697         (f32_sm): Likewise.
21698         (f32_sm2): Likewise.
21699         (f32_si): Likewise.
21700         (f32_si2): Likewise.
21701         (f32_sv): Likewise.
21702         (f32_dm): Likewise.
21703         (f32_vsx): Likewise.
21704         (f32_av): Likewise.
21705         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
21706         For movsf, order stores so the VSX stores occur before the GPR
21707         store which encourages the register allocator to use a traditional
21708         FPR instead of a GPR.  For movsd, order the stores so that the GPR
21709         store comes before the VSX stores to allow the power6 to work.
21710         This is due to the power6 not having a 32-bit integer store
21711         instruction from a FPR.
21712         (movsf_hardfloat): Likewise.
21713         (movsd_hardfloat): Likewise.
21715 2017-05-09  Martin Sebor  <msebor@redhat.com>
21717         PR translation/80280
21718         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
21719         added in r247778.
21721         PR translation/80280
21722         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
21723         data member added in r247778.
21724         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
21726 2017-05-09  Nathan Sidwell  <nathan@acm.org>
21728         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
21730         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
21731         typedefs.
21733 2017-05-09  Marek Polacek  <polacek@redhat.com>
21735         * doc/invoke.texi: Fix typo.
21737 2017-05-09  Richard Biener  <rguenther@suse.de>
21739         * tree-vrp.c (vrp_val_is_max): Adjust comment.
21740         (vrp_val_is_min): Likewise.
21741         (set_value_range_to_value): Likewise.
21742         (set_value_range_to_nonnegative): Likewise.
21743         (gimple_assign_nonzero_p): Likewise.
21744         (gimple_stmt_nonzero_p): Likewise.
21745         (vrp_int_const_binop): Likewise.  Remove unreachable case.
21746         (adjust_range_with_scev): Adjust comments.
21747         (compare_range_with_value): Likewise.
21748         (extract_range_from_phi_node): Likewise.
21749         (test_for_singularity): Likewise.
21751 2017-05-09  Richard Biener  <rguenther@suse.de>
21753         * tree-vrp.c (get_single_symbol): Add assert that we don't
21754         get overflowed constants as invariant part.
21755         (compare_values_warnv): Add comment before the TREE_NO_WARNING
21756         checks.  Use wi::cmp instead of recursing for integer constants.
21757         (compare_values): Just ignore whether we assumed undefined
21758         overflow instead of failing the compare.
21759         (extract_range_for_var_from_comparison_expr): Add comment before the
21760         TREE_NO_WARNING sets.
21761         (test_for_singularity): Likewise.
21762         (extract_range_from_comparison): Do not disable optimization
21763         when we assumed undefined overflow.
21764         (extract_range_basic): Remove init of unused var.
21766 2017-05-09  Richard Biener  <rguenther@suse.de>
21768         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
21769         (extract_range_from_multiplicative_op_1): Adjust.
21770         (extract_range_from_binary_expr_1): Use int_const_binop.
21772 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
21774         PR target/80101
21775         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
21776         rs6000_store_data_bypass_p in seven define_bypass directives and
21777         in several comments.
21778         * config/rs6000/rs6000-protos.h: Add prototype for
21779         rs6000_store_data_bypass_p function.
21780         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
21781         function implements slightly different (rs6000-specific) semantics
21782         than store_data_bypass_p, returning false rather than aborting
21783         with assertion error when arguments do not satisfy the
21784         requirements of store data bypass.
21785         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
21786         rs6000_store_data_bypass_p.
21788 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
21790         * config/xtensa/xtensa-protos.h
21791         (xtensa_initial_elimination_offset): New declaration.
21792         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
21793         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
21794         macro definition, add case for FRAME_POINTER_REGNUM when
21795         FRAME_GROWS_DOWNWARD.
21796         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
21797         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
21798         xtensa_initial_elimination_offset.
21800 2017-05-08  Nathan Sidwell  <nathan@acm.org>
21802         * doc/invoke.texi: Alphabetize -fdump options.
21804 2017-05-08  Martin Sebor  <msebor@redhat.com>
21806         PR translation/80280
21807         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
21809 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21811         * target.def (compute_frame_layout): New optional target hook.
21812         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
21813         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
21814         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
21815         target hook.
21816         * reload1.c (verify_initial_elim_offsets): Likewise.
21817         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
21818         (use_simple_return_p): Call arm_compute_frame_layout if needed.
21819         (arm_get_frame_offsets): Split up into this ...
21820         (arm_compute_frame_layout): ... and this function.
21822 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
21824         * config/aarch64/constraints.md (Usa): New constraint.
21825         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
21827 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21829         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
21830         with_multilib_list after it has been checked.
21832 2017-05-08  Richard Biener  <rguenther@suse.de>
21834         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
21835         (bitmap_set_subtract_values): Likewise.
21837 2017-05-08  Richard Biener  <rguenther@suse.de>
21839         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
21840         (gimple_assign_nonzero): ... this and remove strict_overflow_p
21841         argument.
21842         (gimple_stmt_nonzero_warnv_p): Rename to ...
21843         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
21844         argument.
21845         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
21846         (extract_range_basic): Adjust, do not disable propagation on
21847         strict overflow sensitive simplification.
21848         (vrp_visit_cond_stmt): Likewise.
21850 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
21852         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
21853         body size unconditionally.
21855 2017-05-07  Jeff Law  <law@redhat.com>
21857         Revert:
21858         2017-05-06  Jeff Law  <law@redhat.com>
21859         PR tree-optimization/78496
21860         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
21861         code.
21863         PR tree-optimization/78496
21864         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
21865         (simplify_stmt_using_ranges): Call it.
21866         (vrp_dom_walker::before_dom_children): Extract equivalences
21867         from an ASSERT_EXPR with an equality comparison against a
21868         constant.
21870 2017-05-06  Jeff Law  <law@redhat.com>
21872         PR tree-optimization/78496
21873         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
21874         code.
21876         PR tree-optimization/78496
21877         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
21878         (simplify_stmt_using_ranges): Call it.
21879         (vrp_dom_walker::before_dom_children): Extract equivalences
21880         from an ASSERT_EXPR with an equality comparison against a
21881         constant.
21883 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
21885         * lra-constraints.c (lra_copy_reg_equiv): New function.
21886         (split_reg): Use it to copy equivalence information from the
21887         original register to the spill register.
21889 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
21891         PR rtl-optimization/75964
21892         * simplify-rtx.c (simplify_const_relational_operation): Remove
21893         invalid handling of comparisons of integer ABS.
21895 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
21897         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
21898         initialize to zero.
21899         (init_regs): Remove declaration.
21900         (function_arg_advance_32): Initialize error_p as boolean variable.
21902 2017-05-05  Nathan Sidwell  <nathan@acm.org>
21904         * store-motion.c (remove_reachable_equiv_notes): Reformat long
21905         lines.  Use for (;;).
21907 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21909         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
21910         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
21911         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
21912         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
21913         VF=2 that require versioning.
21915 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
21917         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
21918         int.
21920 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
21922         * diagnostic.h (diagnostic_override_option_index): Convert from
21923         macro to inline function.
21925 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
21927         * diagnostic.c (last_module_changed_p): New function.
21928         (set_last_module): New function.
21929         (diagnostic_report_current_module): Convert macro usage to
21930         the above functions.
21931         * diagnostic.h (diagnostic_context::last_module): Strengthen
21932         from const line_map * to const line_map_ordinary *.
21933         (diagnostic_last_module_changed): Delete macro.
21934         (diagnostic_set_last_module): Delete macro.
21936 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
21938         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
21939         with diagnostic_report_diagnostic.
21940         (diagnostic_n_impl_richloc): Likewise.
21941         * diagnostic.h (report_diagnostic): Delete macro.
21942         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
21943         with diagnostic_report_diagnostic.
21944         * substring-locations.c (format_warning_va): Likewise.
21946 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
21948         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
21949         save/restor of format_spec.  Move option-printing code to...
21950         (print_option_information): ...this new function, and
21951         reimplement by simply printing to the pretty_printer,
21952         rather than appending to the format string.
21954 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
21956         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
21957         handling logic into...
21958         (update_effective_level_from_pragmas): ...this new function.
21960 2017-05-04  Andrew Waterman  <andrew@sifive.com>
21962         * config/riscv/riscv.opt (mstrict-align): New option.
21963         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
21964         (SLOW_UNALIGNED_ACCESS): Define.
21965         (riscv_slow_unaligned_access): Declare.
21966         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
21967         field.
21968         (riscv_slow_unaligned_access): New variable.
21969         (rocket_tune_info): Set slow_unaligned_access to true.
21970         (optimize_size_tune_info): Set slow_unaligned_access to false.
21971         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
21972         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
21973         (riscv_option_override): Set riscv_slow_unaligned_access.
21974         * doc/invoke.texi: Add -mstrict-align to RISC-V.
21976 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
21978         * config/riscv/riscv.md: Unify indentation.
21980 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
21982         PR target/79038
21983         PR target/79202
21984         PR target/79203
21985         * config/rs6000/rs6000.md (u code attribute): Add FIX and
21986         UNSIGNED_FIX.
21987         (extendsi<mode>2): Add support for doing sign extension via
21988         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
21989         don't have ISA 3.0 instructions.
21990         (extendsi<mode>2 splitter): Likewise.
21991         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
21992         generate the normal insns since SImode can now go in vector
21993         registers.  Disallow the special UNSPECs needed for previous
21994         machines to hide SImode being used.  Add new insns
21995         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
21996         (fix_trunc<mode>si2_stfiwx): Likewise.
21997         (fix_trunc<mode>si2_internal): Likewise.
21998         (fixuns_trunc<mode>si2): Likewise.
21999         (fixuns_trunc<mode>si2_stfiwx): Likewise.
22000         (fctiw<u>z_<mode>_smallint): Likewise.
22001         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
22002         of floating point to 32-bit integer from doing a direct move to
22003         the GPR registers to do a store.
22004         (fctiwz_<mode>): Break long line.
22006 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
22008         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
22009         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
22010         (addr_list, addr_offset_valid_p): New.
22011         (split_address_groups): Check offset validity with above function.
22012         (gt-tree-ssa-loop-ivopts.h): Include header file.
22014 2017-05-05  Nathan Sidwell  <nathan@acm.org>
22016         * config.gcc (arm*-*-*): Add missing 'fi'.
22018 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
22020         * doc/invoke.texi (-fopt-info): Explicitly say order of options
22021         included in -fopt-info does not matter.
22022         * doc/optinfo.texi (-fopt-info): Fix description of default
22023         behavour. Explicitly say order of options included in -fopt-info
22024         does not matter.
22026 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
22028         * config.gcc: Allow combinations of aprofile and rmprofile values for
22029         --with-multilib-list.
22030         * config/arm/t-multilib: New file.
22031         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
22032         variables.  Remove setting of ISA and floating-point ABI in
22033         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
22034         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
22035         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
22036         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
22037         CPU options.
22038         * config/arm/t-rmprofile: Likewise except for the matches changes.
22039         * doc/install.texi (--with-multilib-list): Document the combination of
22040         aprofile and rmprofile values and warn about pitfalls in doing that.
22042 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
22044         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
22045         (movdi_aarch64): Likewise.
22047 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
22049         PR tree-optimization/80632
22050         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
22051         field.
22052         (build_arrays): Initialize it for virtual phis.
22053         (fix_phi_nodes): Use it for virtual phis.
22055         PR tree-optimization/80558
22056         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
22057         [x, y] op z into [x op, y op z] for op & or | if conditions
22058         are met.
22060 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22061             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
22063         PR target/71607
22064         * config/arm/arm.md (use_literal_pool): Remove.
22065         (64-bit immediate split): No longer takes cost into consideration
22066         if arm_disable_literal_pool is enabled.
22067         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
22068         used when arm_disable_literal_pool is enabled.
22069         (arm_max_const_double_inline_cost): Remove use of
22070         arm_disable_literal_pool.
22071         (push_minipool_fix): Add assert.
22072         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
22073         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
22074         (no_literal_pool_sf_immediate): New.
22076 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
22078         PR tree-optimization/80613
22079         * tree-ssa-dce.c (propagate_necessity): Remove cases for
22080         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
22082 2017-05-05  Richard Biener  <rguenther@suse.de>
22084         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
22086 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
22088         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
22089         of this flag from insn conditions due to removal from r247495.
22091 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
22093         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
22094         New function.
22095         (arm_early_store_addr_dep_ptr): Likewise.
22096         * config/arm/aarch-common-protos.h
22097         (arm_early_load_addr_dep_ptr): Add prototype.
22098         (arm_early_store_addr_dep_ptr): Likewise.
22099         * config/arm/cortex-a53.md: Add new bypasses.
22101 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
22103         * tree.c (next_type_uid): Change type to unsigned.
22104         (type_hash_canon): Decrement back next_type_uid if
22105         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
22106         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
22107         if possible.
22109 2017-05-04  Martin Sebor  <msebor@redhat.com>
22111         * builtins.c: Fix a trivial typo in a comment.
22113         PR middle-end/79234
22114         * builtins.c (check_sizes): Adjust to handle reading past the end.
22115         Avoid printing excessive upper bound of ranges.  Use %E to print
22116         tree nodes instead of converting them to %wu.
22117         (expand_builtin_memchr): New function.
22118         (compute_dest_size): Rename...
22119         (compute_objsize): ...to this.
22120         (expand_builtin_memcpy): Adjust.
22121         (expand_builtin_mempcpy): Adjust.
22122         (expand_builtin_strcat): Adjust.
22123         (expand_builtin_strcpy): Adjust.
22124         (check_strncat_sizes): Adjust.
22125         (expand_builtin_strncat): Adjust.
22126         (expand_builtin_strncpy): Adjust and simplify.
22127         (expand_builtin_memset): Adjust.
22128         (expand_builtin_bzero): Adjust.
22129         (expand_builtin_memcmp): Adjust.
22130         (expand_builtin): Handle memcmp.
22131         (maybe_emit_chk_warning): Check strncat just once.
22133 2017-05-04  Martin Sebor  <msebor@redhat.com>
22135         PR preprocessor/79214
22136         PR middle-end/79222
22137         PR middle-end/79223
22138         * builtins.c (check_sizes): Add inlining context and issue
22139         warnings even when -Wno-system-headers is set.
22140         (check_strncat_sizes): Same.
22141         (expand_builtin_strncat): Same.
22142         (expand_builtin_memmove): New function.
22143         (expand_builtin_stpncpy): Same.
22144         (expand_builtin): Handle memmove and stpncpy.
22146 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
22148         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
22149         which is not used any more.
22151 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
22153         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
22155 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
22157         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
22158         (cortexa53_tunings): Likewise.
22159         (cortexa57_tunings): Likewise.
22160         (cortexa72_tunings): Likewise.
22161         (cortexa73_tunings): Likewise.
22163 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
22165         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
22166         Set loop alignment to 8.
22168 2017-05-04  Martin Sebor  <msebor@redhat.com>
22170         PR translation/80280
22171         * builtins.c (expand_builtin_object_size): Add missing quoting to
22172         %D and like directives.
22173         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
22174         (hsa_type_for_tree_type): Same.
22175         (verify_function_arguments): Same.
22176         * symtab.c (symbol_table::change_decl_assembler_name): Same.
22177         * varasm.c (get_section): Same.
22178         (mark_weak): Same.
22180 2017-05-04  Martin Sebor  <msebor@redhat.com>
22182         PR translation/80280
22183         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
22185 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
22187         * config/aarch64/aarch64.c (generic_addrcost_table):
22188         Change HI/TI mode setting.
22190 2017-05-04  Martin Jambor  <mjambor@suse.cz>
22192         PR tree-optimization/80622
22193         * tree-sra.c (comes_initialized_p): New function.
22194         (build_accesses_from_assign): Only set write lazily when
22195         comes_initialized_p is false.
22196         (analyze_access_subtree): Use comes_initialized_p.
22197         (propagate_subaccesses_across_link): Assert !comes_initialized_p
22198         instead of testing for PARM_DECL.
22200 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22202         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
22203         constraint on operand 0 to allow more general addressing modes.
22204         Adjust output template.
22205         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
22206         New function.
22207         * config/aarch64/aarch64-protos.h
22208         (aarch64_address_valid_for_prefetch_p): Declare prototype.
22209         * config/aarch64/constraints.md (Dp): New address constraint.
22210         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
22211         predicate.
22213 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
22215         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
22216         update use of estimate_ipcp_clone_size_and_time.
22217         (estimate_local_effects): Update use of
22218         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
22219         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
22220         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
22221         Return nonspecialized time.
22223 2017-05-04  Richard Biener  <rguenther@suse.de>
22225         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
22226         for the last VUSE which def dominates the PHI.  Directly call
22227         maybe_skip_until.
22228         (get_continuation_for_phi_1): Remove.
22230 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
22232         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
22233         to explain the use of truncating division.  Cap the number of
22234         iterations to the maximum given by nb_iterations_upper_bound,
22235         if defined.
22237 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
22239         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
22240         * configure: Regenerate.
22241         * config.in: Regenerate.
22242         * config/i386/driver-mingw32.c: new file.
22243         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
22244         * config.host: Link driver-mingw32.o on MinGW host.
22245         * doc/install.texi: Document new --enable-mingw-wildcard configure
22246         option.
22248 2017-05-04  Marek Polacek  <polacek@redhat.com>
22250         PR tree-optimization/80612
22251         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
22253 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
22254             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
22256         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
22257         (movt splitter): Likewise.
22258         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
22259         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
22260         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
22261         block for Thumb-1 with MOVT.
22262         (thumb2_legitimate_address_p): Move code block ...
22263         (can_avoid_literal_pool_for_label_p): ... into this new function.
22264         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
22265         literal pool.
22266         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
22267         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
22268         "M-profile targets with the MOVT instruction".
22270 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
22272         * config/arm/arm-builtins.c (arm_init_builtins): Rename
22273         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
22274         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
22276 2017-05-04  Martin Liska  <mliska@suse.cz>
22278         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
22279         variable cond_code.
22281 2017-05-04  Richard Biener  <rguenther@suse.de>
22283         * tree.c (array_at_struct_end_p): Handle arrays at struct
22284         end with flexarrays more conservatively.  Refactor and treat
22285         arrays of arrays or aggregates more strict.  Fix
22286         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
22287         * tree.c (array_at_struct_end_p): Adjust prototype.
22288         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
22289         * gimple-fold.c (get_range_strlen): Likewise.
22290         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
22292 2017-05-04  Richard Biener  <rguenther@suse.de>
22294         PR tree-optimization/31130
22295         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
22296         false.
22297         (supports_overflow_infinity): Likewise.
22298         (is_negative_overflow_infinity): Likewise.
22299         (is_positive_overflow_infinity): Likewise.
22300         (is_overflow_infinity): Likewise.
22301         (stmt_overflow_infinity): Likewise.
22302         (overflow_infinity_range_p): Likewise.
22303         (usable_range_p): Remove as always returning true.
22304         (make_overflow_infinity): Remove.
22305         (negative_overflow_infinity): Likewise.
22306         (positive_overflow_infinity): Likewise.
22307         (avoid_overflow_infinity): Likewise.
22308         (set_value_range): Adjust accordingly.
22309         (set_value_range_to_nonnegative): Likewise, remove now unused
22310         overflow_infinity arg.
22311         (vrp_operand_equal_p): Adjust.
22312         (update_value_range): Likewise.
22313         (range_int_cst_singleton_p): Likewise.
22314         (operand_less_p): Likewise.
22315         (compare_values_warnv): Likewise.
22316         (extract_range_for_var_from_comparison_expr): Likewise.
22317         (vrp_int_const_binop): Likewise.
22318         (zero_nonzero_bits_from_vr): Likewise.
22319         (extract_range_from_multiplicative_op_1): Likewise.
22320         (extract_range_from_binary_expr_1): Likewise.
22321         (extract_range_from_unary_expr): Likewise.
22322         (extract_range_from_comparison): Likewise.
22323         (extract_range_basic): Likewise.
22324         (adjust_range_with_scev): Likewise.
22325         (compare_ranges): Likewise.
22326         (compare_range_with_value): Likewise.
22327         (dump_value_range): Likewise.
22328         (test_for_singularity): Likewise, remove strict_overflow_p parameter
22329         never used.
22330         (simplify_cond_using_ranges): Adjust.
22332 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
22334         * brig-builtins.def: Added a builtin for class_f64.
22335         * builtin-types.def: Added a builtin type needed by class_f64.
22337 2017-05-03  Jason Merrill  <jason@redhat.com>
22339         * timevar.def: Add TV_CONSTEXPR.
22341 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
22343         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
22345 2017-05-03  Martin Jambor  <mjambor@suse.cz>
22347         * ipa-prop.c (ipa_update_after_lto_read): Removed.
22348         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
22349         * ipa-cp.c (ipcp_propagate_stage): Do not call
22350         ipa_update_after_lto_read.
22351         * ipa-inline.c (ipa_inline): Likewise.
22353 2017-05-03  Martin Jambor  <mjambor@suse.cz>
22355         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
22356         tag.  Added a default constructor and a destructor.
22357         (ipa_edge_args_sum_t): New class;
22358         (ipa_edge_args_sum): Declare.
22359         (ipa_edge_args_vector): Remove declaration.
22360         (IPA_EDGE_REF): Use ipa_edge_args_sum.
22361         (ipa_free_edge_args_substructures): Remove declaration.
22362         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
22363         (ipa_edge_args_info_available_for_edge_p): Likewise.
22364         * ipa-prop.c (ipa_edge_args_vector): Removed.
22365         (edge_removal_hook_holder): Likewise.
22366         (edge_duplication_hook_holder): Likewise.
22367         (ipa_edge_args_sum): New variable.
22368         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
22369         ipa_edge_args_vector.
22370         (ipa_free_edge_args_substructures): Likewise.
22371         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
22372         ipa_edge_args_vector.
22373         (ipa_edge_removal_hook): Turned into method
22374         ipa_edge_args_sum_t::remove.
22375         (ipa_edge_duplication_hook): Turned into method
22376         ipa_edge_args_sum_t::duplicate.
22377         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
22378         registering edge hooks.
22379         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
22380         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
22381         ipa_edge_args_sum instead of ipa_edge_args_vector.
22382         * ipa-profile.c (ipa_profile): Likewise.
22384 2017-05-03  Martin Jambor  <mjambor@suse.cz>
22386         * symbol-summary.h (function_summary): New method exists.
22387         (function_summary::symtab_removal): Deallocate through release.
22388         (call_summary): New class.
22389         (gt_ggc_mx): New overload.
22390         (gt_pch_nx): Likewise.
22391         (gt_pch_nx): Likewise.
22393 2017-05-03  Jeff Law  <law@redhat.com>
22395         PR tree-optimization/78496
22396         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
22397         from simplify_cond_using_ranges.  Split off code to walk
22398         backwards through casts into ...
22399         (simplify_cond_using_ranges_2): New function.
22400         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
22401         (execute_vrp): After identifying jump threads, call
22402         simplify_cond_using_ranges_2.
22404 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
22406         PR bootstrap/80609
22407         * ipa-inline.h (inline_summary): Add ctor.
22408         (create_ggc): Do not use ggc_cleared_alloc.
22410 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
22411             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22413         * gcc.c (handle_braces): Support escaping in switch matching
22414         text.
22415         * doc/invoke.texi (Spec Files): Document it.
22416         Remove superfluous @code markup in items.
22418 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
22420         * diagnostic-show-locus.c (struct column_range): New struct.
22421         (get_affected_columns): New function.
22422         (get_printed_columns): New function.
22423         (struct correction): New struct.
22424         (correction::ensure_capacity): New function.
22425         (correction::ensure_terminated): New function.
22426         (struct line_corrections): New struct.
22427         (line_corrections::~line_corrections): New dtor.
22428         (line_corrections::add_hint): New function.
22429         (layout::print_trailing_fixits): Reimplement in terms of the new
22430         classes.
22431         (selftest::test_overlapped_fixit_printing): New function.
22432         (selftest::diagnostic_show_locus_c_tests): Call it.
22434 2017-05-03  Nathan Sidwell  <nathan@acm.org>
22436         Canonicalize canonical type hashing
22437         * tree.h (type_hash_canon_hash): Declare.
22438         * tree.c (type_hash_list, attribute_hash_list): Move into
22439         type_hash_canon_hash.
22440         (build_type_attribute_qual_variant): Break out hash code calc into
22441         type_hash_canon_hash.
22442         (type_hash_canon_hash): New.  Generic type hash computation.
22443         (build_range_type_1, build_array_type_1, build_function_type,
22444         build_method_type_directly, build_offset_type, build_complex_type,
22445         make_vector_type): Call it.
22447 2017-05-03  Richard Biener  <rguenther@suse.de>
22449         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
22450         When all DRs have unknown misaligned do not always peel
22451         when there is a store but apply the same costing model as if
22452         there were only loads.
22454 2017-05-03  Richard Biener  <rguenther@suse.de>
22456         Revert
22457         PR tree-optimization/80492
22458         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
22459         compare_base_decls returning dont-know properly.
22461 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
22463         * config/arm/iterators.md (CCSI): New mode iterator.
22464         (arch): New mode attribute.
22465         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
22466         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
22467         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
22468         code iterator for success result mode.
22469         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
22470         the corresponding new insn generators.
22472 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
22474         Revert r247509
22475         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
22476         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
22478 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
22480         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
22481         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
22482         (DDR_A): Wrap DDR argument in brackets.
22483         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
22484         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
22485         (DDR_REVERSED_P): Likewise.
22487 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
22489         PR tree-optimization/79472
22490         * tree-switch-conversion.c (struct switch_conv_info): Add
22491         contiguous_range and default_case_nonstandard fields.
22492         (collect_switch_conv_info): Compute contiguous_range and
22493         default_case_nonstandard fields, don't clear final_bb if
22494         contiguous_range and only the default case doesn't have the required
22495         structure.
22496         (check_all_empty_except_final): Set default_case_nonstandard instead
22497         of failing if contiguous_range and the default case doesn't have empty
22498         block.
22499         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
22500         and only the default case doesn't have the required constants.  Skip
22501         virtual phis.
22502         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
22503         if default_case_nonstandard.
22504         (build_constructors): Build constant 1 just once.  Assert that default
22505         values aren't inserted in between cases if contiguous_range.  Skip
22506         virtual phis.
22507         (build_arrays): Skip virtual phis.
22508         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
22509         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
22510         Handle virtual phis.
22511         (gen_inbound_check): Handle default_case_nonstandard case.
22512         (process_switch): Adjust check_final_bb caller.  Call
22513         gather_default_values with the first non-default case instead of
22514         default case if default_case_nonstandard.
22516 2017-05-02  Nathan Sidwell  <nathan@acm.org>
22518         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
22519         check.  Fix formatting.
22521 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
22523         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
22524         errors when comparing specialized and unspecialized times.
22526 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
22528         * diagnostic-show-locus.c
22529         (layout::should_print_annotation_line_p): Make private.
22530         (layout::print_annotation_line): Make private.
22531         (layout::annotation_line_showed_range_p): Make private.
22532         (layout::show_ruler): Make private.
22533         (layout::print_source_line): Make private.  Pass in line and
22534         line_width, rather than calling location_get_source_line.  Drop
22535         returned value.
22536         (layout::print_leading_fixits): New method.
22537         (layout::print_any_fixits): Rename to...
22538         (layout::print_trailing_fixits): ...this, and make private.
22539         Don't print newline fixits.
22540         (diagnostic_show_locus): Move logic for printing one row into...
22541         (layout::print_line): ...this new function.  Move the
22542         location_get_source_line call and error-handling from
22543         print_source_line to here.  Call print_leading_fixits, and rename
22544         print_any_fixits to print_trailing_fixits.
22545         (selftest::test_fixit_insert_containing_newline): Update now that
22546         newlines are partially supported.
22547         (selftest::test_fixit_insert_containing_newline_2): New test.
22548         (selftest::test_fixit_replace_containing_newline): Update comments.
22549         (selftest::diagnostic_show_locus_c_tests): Call the new test.
22550         * edit-context.c (class added_line): New class.
22551         (class edited_line): Describe newline handling in comment.
22552         (edited_line::actually_edited_p): New method.
22553         (edited_line::print_content): Delete redundant decl.
22554         (edited_line::m_predecessors): New field.
22555         (edited_file::print_content): Call edited_line::print_content.
22556         (edited_file::print_diff): Update to support newlines.
22557         (edited_file::print_diff_hunk): Likewise.
22558         (edited_file::print_run_of_changed_lines): New function.
22559         (edited_file::print_diff_line): Convert to...
22560         (print_diff_line): ...this.
22561         (edited_file::get_effective_line_count): New function.
22562         (edited_line::edited_line): Initialize new field m_predecessors.
22563         (edited_line::~edited_line): Clean up m_predecessors.
22564         (edited_line::apply_fixit): Handle newlines.
22565         (edited_line::get_effective_line_count): New function.
22566         (edited_line::print_content): New function.
22567         (edited_line::print_diff_lines): New function.
22568         (selftest::test_applying_fixits_insert_containing_newline): New
22569         test.
22570         (selftest::test_applying_fixits_replace_containing_newline): New
22571         test.
22572         (selftest::insert_line): New function.
22573         (selftest::test_applying_fixits_multiple_lines): Add example of
22574         inserting a line.
22575         (selftest::edit_context_c_tests): Call the new tests.
22577 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
22579         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
22580         parameter cand.  Update dump information.
22581         (get_computation_cost): Update uses.
22583 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
22585         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
22586         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
22587         (get_computation_at, rewrite_use_address): Update use of
22588         get_computation_aff.
22590 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
22592         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
22593         (get_computation): Delete.
22594         (get_computation_cost): Implement like get_computation_cost_at.
22595         Use get_computation_at.
22596         (get_computation_cost_at): Delete.
22597         (rewrite_use_nonlinear_expr): Use get_computation_at.
22598         (rewrite_use_compare, remove_unused_ivs): Ditto.
22600 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
22602         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
22604 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
22606         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
22607         (ivopts_global_cost_for_size): Rename parameter and update uses.
22608         (iv_ca_recount_cost): Update uses.
22609         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
22610         candidates seperately in n_invs and n_cands.
22611         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
22613 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
22615         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
22616         (find_inv_vars_cb): New.
22617         (find_depends): Renamed to ...
22618         (find_inv_vars): ... this.
22619         (add_candidate_1, force_var_cost): Call find_inv_vars.
22620         (split_address_cost, determine_group_iv_cost_cond): Ditto.
22622 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
22624         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
22625         inv_vars.  Add inv_exprs.
22626         (struct iv_cand): Rename depends_on to inv_vars.
22627         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
22628         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
22629         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
22630         (dump_cand): Dump inv_vars.
22631         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
22632         (record_invariant, find_depends, add_candidate_1): Ditto.
22633         (set_group_iv_cost, force_var_cost): Ditto.
22634         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
22635         (get_computation_cost_at, get_computation_cost): Ditto.
22636         (determine_group_iv_cost_generic): Ditto.
22637         (determine_group_iv_cost_address): Ditto.
22638         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
22639         (determine_group_iv_costs): Ditto.
22640         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
22641         (iv_ca_set_remove_invariants): Renamed to ...
22642         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
22643         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
22644         (iv_ca_set_add_invariants):  Renamed to ...
22645         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
22646         (iv_ca_set_cp): Use iv_ca_set_add_invs.
22647         (iv_ca_has_deps): Support inv_vars and inv_exprs.
22648         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
22649         (create_new_ivs): Remove useless dump.
22651 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
22653         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
22654         iv_cand code.
22655         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
22656         (iv_ca_set_no_cp, create_new_iv): Ditto.
22658 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
22660         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
22662 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
22664         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
22665         function tree_check2.
22667 2017-05-02  Martin Liska  <mliska@suse.cz>
22669         * doc/gcov.texi: Add missing preposition.
22670         * gcov.c (function_info::function_info): Properly fill up
22671         all member variables.
22673 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
22675         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
22677 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
22679         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
22681 2017-05-02  Martin Liska  <mliska@suse.cz>
22683         PR lto/77954.
22684         * lto-streamer-in.c (lto_read_tree_1): Remove
22685         LTO_STREAMER_DEBUG.
22686         * lto-streamer.c (struct tree_hash_entry): Likewise.
22687         (struct tree_entry_hasher): Likewise.
22688         (tree_entry_hasher::hash): Likewise.
22689         (tree_entry_hasher::equal): Likewise.
22690         (lto_streamer_init): Likewise.
22691         (lto_orig_address_map): Likewise.
22692         (lto_orig_address_get): Likewise.
22693         (lto_orig_address_remove): Likewise.
22694         * lto-streamer.h: Likewise.
22695         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
22696         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
22698 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
22700         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
22701         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
22702         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
22703         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
22704         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
22705         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
22706         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
22707         (mm_maskz_sub_ss): New intrinsics.
22708         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
22709         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
22710         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
22711         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
22712         (__builtin_ia32_subss_mask_round): New builtins.
22713         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
22714         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
22715         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
22716         Renamed to ...
22717         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
22718         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
22719         Changed to ...
22720         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
22721         ... this.
22723 2017-05-02  Martin Jambor  <mjambor@suse.cz>
22725         PR tree-optimization/78687
22726         * tree-sra.c (access): New field parent.
22727         (process_subtree_disqualification): New function.
22728         (disqualify_candidate): Call it.
22729         (build_accesses_from_assign): Reset write flag if creating an
22730         assighnment link.
22731         (build_access_subtree): Fill in parent field and also prpagate
22732         down grp_write flag.
22733         (create_artificial_child_access): New parameter set_grp_write, set
22734         grp_write to its value.
22735         (propagate_subaccesses_across_link): Also propagate grp_write flag
22736         values.
22737         (propagate_all_subaccesses): Push the closest parent back to work
22738         queue if add_access_to_work_queue returned true.
22740 2017-05-02  Richard Biener  <rguenther@suse.de>
22742         * common.opt (fstrict-overflow): Alias negative to fwrapv.
22743         * doc/invoke.texi (fstrict-overflow): Remove all traces of
22744         -fstrict-overflow documentation.
22745         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
22746         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
22747         flag_strict_overflow.
22748         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
22749         * lto-opts.c (lto_write_options): Do not stream it.
22750         * lto-wrapper.c (merge_and_complain): Do not handle it.
22751         * opts.c (default_options_table): Do not set -fstrict-overflow.
22752         (finish_options): Likewise do not clear it when sanitizing.
22753         * simplify-rtx.c (simplify_const_relational_operation): Do not
22754         test flag_strict_overflow.
22756 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
22758         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
22759         using enabled attribute.
22760         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
22761         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
22762         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
22763         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
22764         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
22765         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
22766         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
22767         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
22768         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
22769         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
22771 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
22773         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
22775 2017-05-02  Richard Biener  <rguenther@suse.de>
22777         PR tree-optimization/80591
22778         Revert
22779         2017-04-10  Richard Biener  <rguenther@suse.de>
22781         * tree-ssa-structalias.c (find_func_aliases): Properly handle
22782         asm inputs.
22784 2017-05-02  Richard Biener  <rguenther@suse.de>
22786         PR tree-optimization/80549
22787         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
22788         (cleanup_tree_cfg_noloop): Create forwarders to known loop
22789         headers if they do not have a preheader.
22791 2017-05-02  Martin Liska  <mliska@suse.cz>
22793         PR other/80589
22794         * common.opt: Fix typo.
22795         * doc/invoke.texi: Likewise.
22797 2017-05-01  Jan Beulich  <jbeulich@suse.com>
22799         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
22800         swapping, add (x,x,m,x,n) alternative.
22802 2017-05-01  Nathan Sidwell  <nathan@acm.org>
22804         * calls.c (combine_pending_stack_adjustment_and_call): Remove
22805         unnecessary unadjusted_alignment check.
22807 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
22809         PR c++/80038
22810         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
22811         operations here.
22812         * gimplify.c (gimplify_cilk_detach): New function.
22813         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
22814         * tree-core.h: Document EXPR_CILK_SPAWN.
22815         * tree.h (EXPR_CILK_SPAWN): Define.
22817 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
22819         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
22820         to use new fixit_hint representation, using the "replace" logic.
22821         (get_line_span_for_fixit_hint): Likewise.
22822         (layout::print_any_fixits): Likewise.
22823         (selftest::test_one_liner_many_fixits): Rename to...
22824         (selftest::test_one_liner_many_fixits_1): ...this, and update
22825         comment and expected output to reflect that the multiple fix-it
22826         hints are now consolidated into one insertion.
22827         (selftest::test_one_liner_many_fixits_2): New test.
22828         (selftest::test_diagnostic_show_locus_one_liner): Update for
22829         above.
22830         (selftest::test_fixit_consolidation): Update for fix-it API
22831         change.
22832         * diagnostic.c (print_parseable_fixits): Likewise.
22833         * edit-context.c (edited_line::m_line_events): Convert from
22834         auto_vec <line_event *> to auto_vec <line_event>.
22835         (class line_event): Convert from abstract base class to a concrete
22836         class, taking over the role of replace_event.
22837         (class insert_event): Delete.
22838         (class replace_event): Rename to class line_event.  Convert to
22839         half-open range.
22840         (edit_context::add_fixits): Reimplement.
22841         (edit_context::apply_insert): Delete.
22842         (edit_context::apply_replace): Rename to...
22843         (edit_context::apply_fixit): ...this.  Convert to half-open range.
22844         (edited_file::apply_insert): Delete.
22845         (edited_file::apply_replace): Rename to...
22846         (edited_file::apply_fixit): ...this.
22847         (edited_line::~edited_line): Drop deletion of events.
22848         (edited_line::apply_insert): Delete.
22849         (edited_line::apply_replace): Rename to...
22850         (edited_line::apply_fixit): ...this.  Convert to half-open range.
22851         Update for change to type of m_line_events.
22852         * edit-context.h (edit_context::apply_insert): Delete.
22853         (edit_context::apply_replace): Rename to...
22854         (edit_context::apply_fixit): ...this.
22856 2017-05-01  Martin Sebor  <msebor@redhat.com>
22858         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
22859         known.
22861 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
22863         PR target/68491
22864         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
22865         __get_cpuid_max returns 0.
22866         (__get_cpuid_count): Ditto.
22868 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
22870         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
22871         replacement expression is another instance of one of its arguments.
22873 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
22875         PR target/79430
22876         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
22877         check for stack push/pop autoinc.
22878         * config/i386/i386.c (ix86_agi_dependent): Return false
22879         if the only reason why modified_in_p returned true is that
22880         addr is SP based and set_insn is a push or pop.
22882 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
22884         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
22885         overflow check.
22887 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
22889         PR ipa/79224
22890         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
22891         (account_size_time): Use two predicates - exec_pred and
22892         nonconst_pred_ptr.
22893         (evaluate_conditions_for_known_args): Compute both clause and
22894         nonspec_clause.
22895         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
22896         (inline_summary_t::duplicate): Update.
22897         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
22898         separately.
22899         (compute_inline_parameters): Likewise.
22900         (estimate_edge_size_and_time): Update caluclation of time.
22901         (estimate_node_size_and_time): Compute both time and nonspecialized
22902         time.
22903         (estimate_ipcp_clone_size_and_time): Update.
22904         (inline_merge_summary): Update.
22905         (do_estimate_edge_time): Update.
22906         (do_estimate_edge_size): Update.
22907         (do_estimate_edge_hints): Update.
22908         (inline_read_section, inline_write_summary): Stream both new predicates.
22909         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
22910         as argument.
22911         (compute_inlined_call_time): Cleanup.
22912         (big_speedup_p): Update.
22913         (edge_badness): Update.
22914         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
22915         (size_time_entry): Replace predicate by exec_predicate and
22916         nonconst_predicate.
22917         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
22918         (estimate_edge_time): Return also nonspec_time.
22919         (reset_edge_growth_cache): Update.
22921 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
22923         PR rtl-optimization/80491
22924         * ifcvt.c (noce_process_if_block): When looking for x setter
22925         with missing else_bb, don't check only the insn right before
22926         cond_earliest, but look for the last insn that x is modified in
22927         within the same bb.
22929         PR rtl-optimization/80491
22930         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
22932 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
22934         PR tree-optimization/80487
22935         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
22937 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
22939         PR tree-optimization/79697
22940         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
22941         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
22942         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
22943         BUILT_IN_STRNDUP.
22944         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
22945         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
22947 2017-04-28  Martin Sebor  <msebor@redhat.com>
22949         PR tree-optimization/80523
22950         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
22951         (init_target_to_host_charmap, target_to_host, target_strtol10): New
22952         functions.
22953         (maybe_warn, format_directive, parse_directive): Use new functions.
22954         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
22956 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
22958         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
22960 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22962         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
22963         target_header_dir): Set correctly.
22964         * configure: Regenerated.
22965         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
22966         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
22967         instead of SYSTEM_HEADER_DIR.
22969 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
22971         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
22972         (estimate_local_effects): Likewise.
22973         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
22974         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
22975         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
22976         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
22977         do_estimate_edge_time, estimate_edge_time): Likewise.
22978         * ipa-inline-analysis.c (estimate_node_size_and_time,
22979         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
22980         (estimate_time_after_inlining): Remove.
22982 2017-04-28  Martin Liska  <mliska@suse.cz>
22984         * doc/gcov.texi: Enhance documentation of gcov.
22986 2017-04-28  Martin Liska  <mliska@suse.cz>
22988         * doc/gcov.texi: Sort options in alphabetic order.
22989         * doc/gcov-dump.texi: Likewise.
22990         * doc/gcov-tool.texi: Likewise.
22991         * gcov.c (print_usage): Likewise.
22992         * gcov-dump.c (print_usage): Likewise.
22993         * gcov-tool.c (print_merge_usage_message): Likewise.
22994         (print_rewrite_usage_message): Likewise.
22995         (print_overlap_usage_message): Likewise.
22997 2017-04-28  Martin Liska  <mliska@suse.cz>
22999         PR gcov-profile/53915
23000         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
23002 2017-04-28  Martin Liska  <mliska@suse.cz>
23004         PR gcov-profile/79891
23005         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
23006         is marked by compiler as living on a line.
23007         (get_cycles_count): Remove usage of the union.
23008         (output_intermediate_file): Likewise.
23009         (find_source): Fix GNU coding style.
23010         (accumulate_line_counts): Remove old non-all block mode.
23011         (output_lines): Remove usage of the union.
23012         * profile.c (output_location): Include all BBs, even if
23013         belonging to a same line (and file) as a previous BB.
23015 2017-04-28  Martin Liska  <mliska@suse.cz>
23017         * gcov.c (process_args): Handle new argument 'w'.
23018         (read_graph_file): Assign ID to BBs.
23019         (output_branch_count): Display BB # if verbose flag is set.
23020         (output_lines): Likewise for arcs.
23021         (print_usage): Add '--verbose' option help.
23022         * doc/gcov.texi: Document --verbose (-w) option.
23024 2017-04-28  Martin Liska  <mliska@suse.cz>
23026         * gcov.c (struct block_location_info): New struct.
23027         (process_file): Fill up the new structure.
23028         (read_graph_file): Replace usage of encoding by the newly added
23029         struct.
23030         (add_line_counts): Likewise.
23031         (accumulate_line_counts): Remove usage of the union.
23032         (function_info::function_info): New function.
23033         (function_info::~function_info): Likewise.
23034         (process_file): Call delete instead of release_function.
23035         (release_function): Release the function.
23036         (release_structures): Call delete instead of release_function.
23037         (solve_flow_graph): Replace usage of num_blocks.
23038         (find_exception_blocks): Likewise.
23039         (output_lines): Fix GNU coding style.
23041 2017-04-28  Martin Liska  <mliska@suse.cz>
23043         PR driver/56469
23044         * coverage.c (coverage_remove_note_file): New function.
23045         * coverage.h: Declare the function.
23046         * toplev.c (finalize): Clean if an error has been seen.
23048 2017-04-28  Martin Liska  <mliska@suse.cz>
23050         PR gcov-profile/80031
23051         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
23052         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
23053         * gcov.c (read_graph_file): Read just number of blocks.
23054         * profile.c (branch_prob): Do not stream 0 flags per a basic
23055         block.
23057 2017-04-28  Martin Liska  <mliska@suse.cz>
23059         * gcov-dump.c (tag_*): Add new argument to declarations.
23060         (dump_gcov_file): Likewise.
23061         (tag_blocks): Add and use new argument depth.
23062         (tag_arcs): Likewise.
23063         (tag_lines): Likewise.
23064         (tag_counters): Likewise.
23065         (tag_summary): Likewise.
23066         (dump_working_sets): Use depth to do a proper indentation.
23068 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
23070         PR bootstrap/80531
23071         * cgraph.h (symtab_node::debug_symtab): No longer inline.
23072         * symtab.c (symtab_node::debug_symtab): Move definition here.
23074 2017-04-28  Richard Biener  <rguenther@suse.de>
23076         * lto-streamer.h (LTO_major_version): Bump to 7.
23078 2017-04-28  Richard Biener  <rguenther@suse.de>
23080         * tree-vrp.c (assert_info): New struct.
23081         (add_assert_info): New helper.
23082         (register_edge_assert_for_2): Refactor to add asserts to a vector
23083         of assert_info.
23084         (register_edge_assert_for_1): Likewise.
23085         (register_edge_assert_for): Likewise.
23086         (finish_register_edge_assert_for): New helper actually registering
23087         asserts where live on edge.
23088         (find_conditional_asserts): Adjust.
23089         (find_switch_asserts): Likewise.
23090         (evrp_dom_walker::try_find_new_range): Generalize.
23091         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
23093 2017-04-27  Marek Polacek  <polacek@redhat.com>
23095         PR sanitizer/80349
23096         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
23097         arg10 and arg11 to itype.
23099 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
23101         * doc/extend.texi (Object Size Checking): Improve grammar.
23103 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
23105         PR target/80530
23106         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
23107         that the logic for permitting reciprocal estimates matches that
23108         in use_rsqrt_p.
23110 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
23112         PR c++/80534
23113         * tree.c (type_cache_hasher::equal): Only compare
23114         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
23115         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
23116         non-aggregate element types.
23117         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
23118         about the flag on ARRAY_TYPEs in the comment, formatting fix.
23120 2017-04-27  Richard Biener  <rguenther@suse.de>
23122         PR middle-end/80533
23123         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
23124         stripping ARRAY_REFs from MEM_EXPR make sure we're not
23125         keeping a reference to a trailing array.
23127 2017-04-27  Richard Biener  <rguenther@suse.de>
23129         PR middle-end/80539
23130         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
23131         being in loop-closed SSA form conservatively.
23132         (chrec_fold_multiply_poly_poly): Likewise.
23134 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
23136         PR middle-end/79665
23137         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
23138         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
23140 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
23142         PR target/77728
23143         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
23144         (aarch64_function_arg_alignment): Return unsigned int again, but still
23145         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
23146         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
23147         Don't emit -Wpsabi note.
23148         (aarch64_function_arg_boundary): Likewise.
23149         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
23150         caller.
23152 2017-04-26  Nathan Sidwell  <nathan@acm.org>
23154         * tree.h (crc32_unsigned_n): Declare.
23155         (crc32_unsigned, crc32_unsigned): Make inline.
23156         * tree.c (crc32_unsigned_bits): Replace with ...
23157         (crc32_unsigned_n): ... this.
23158         (crc32_unsigned, crc32_byte): Remove.
23159         (crc32_string): Remove unnecessary braces.
23161 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
23163         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
23164         * ipa-inline-analysis.c (MAX_TIME): Remove.
23165         (account_size_time): Use sreal for time.
23166         (dump_inline_summary): Update.
23167         (estimate_function_body_sizes): Update.
23168         (estimate_edge_size_and_time): Update.
23169         (estimate_calls_size_and_time): Update.
23170         (estimate_node_size_and_time): Update.
23171         (inline_merge_summary): Update.
23172         (inline_update_overall_summary): Update.
23173         (estimate_time_after_inlining): Update.
23174         (inline_read_section): Update.
23175         (inline_write_summary): Update.
23176         * ipa-inline.c (compute_uninlined_call_time): Update.
23177         (compute_inlined_call_time): Update.
23178         (recursive_inlining): Update.
23179         (inline_small_functions): Update.
23180         (dump_overall_stats): Update.
23181         * ipa-inline.h: Include sreal.h.
23182         (size_time_entry): Turn time to sreal.
23183         (inline_summary): Turn self_time nad time to sreal.
23185 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
23187         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
23188         data-streamer.h
23189         (sreal::stream_out, sreal::stream_in): New.
23190         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
23192 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
23194         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
23195         environment.
23197 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
23199         PR target/70799
23200         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
23201         Handle ASHIFTRT.
23202         (dimode_scalar_chain::compute_convert_gain): Ditto.
23203         (dimode_scalar_chain::make_vector_copies): Ditto.
23204         (dimode_scalar_chain::convert_reg): Ditto.
23205         (dimode_scalar_chain::convert_insn): Ditto.
23206         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
23207         (VI248_AVX512BW_1): New mode iterator.
23208         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
23209         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
23210         mode iterator.
23212 2017-04-25  Martin Sebor  <msebor@redhat.com>
23214         PR tree-optimization/80497
23215         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
23216         constants are representable in HOST_WIDE_INT.
23217         (parse_directive): Ditto.
23219 2017-04-25  Martin Sebor  <msebor@redhat.com>
23221         PR bootstrap/80486
23222         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
23223         (new_zero_array): Adjust signature.
23224         (dom_info::dom_init): Used unsigned rather that size_t.
23225         (dom_info::dom_info): Same.
23227 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23228             Jakub Jelinek  <jakub@redhat.com>
23230         PR target/77728
23231         * config/arm/arm.c: Include gimple.h.
23232         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
23233         returns negative, increment ncrn only if it returned positive.
23234         (arm_needs_doubleword_align): Return int instead of bool,
23235         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
23236         members, but if there is any such non-FIELD_DECL
23237         > PARM_BOUNDARY aligned decl, return -1 instead of false.
23238         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
23239         returns negative, increment nregs only if it returned positive.
23240         (arm_setup_incoming_varargs): Likewise.
23241         (arm_function_arg_boundary): Emit -Wpsabi note if
23242         arm_needs_doubleword_align returns negative, return
23243         DOUBLEWORD_ALIGNMENT only if it returned positive.
23245 2017-04-25  Marek Polacek  <polacek@redhat.com>
23247         PR sanitizer/80349
23248         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
23249         first argument to type.
23251 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
23253         PR target/80482
23254         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
23255         type checks to test for compatibility instead of equality.
23257 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23258             Jakub Jelinek  <jakub@redhat.com>
23260         PR target/77728
23261         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
23262         type.
23263         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
23264         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
23265         the alignment computation, but return their maximum in warn_alignment.
23266         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
23267         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
23268         is smaller.
23269         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
23270         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
23271         caller.
23273 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
23275         * config/arc/simdext.md (dmpyh): Fix typo.
23277 2017-04-25  Richard Biener  <rguenther@suse.de>
23279         PR tree-optimization/80492
23280         * alias.c (compare_base_decls): Handle registers with asm
23281         specification conservatively.
23282         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
23283         compare_base_decls returning dont-know properly.
23285 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
23287         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
23288         (legitimate_offset_address_p): New function.
23289         (arc_legitimate_address_p): Use above function.
23291 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
23293         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
23295 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
23297         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
23298         ACCH registers whenever they are available.
23300 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
23302         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
23303         double regs fix when not used.
23305 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
23307         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
23308         core registers.
23309         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
23310         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
23312 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
23314         * config/arc/arc.c (arc_output_addsi): Check for h-register class
23315         when emitting short ADD instructions.
23317 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
23319         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
23320         constraint.
23321         (cmpsi_cc_c_insn): Likewise.
23322         (cbranchsi4_scratch): Compute proper instruction length using
23323         compact_hreg_operand.
23324         * config/arc/predicates.md (compact_hreg_operand): New predicate.
23326 2017-04-25  Richard Biener  <rguenther@suse.de>
23328         PR middle-end/80509
23329         * passes.c (pass_manager::pass_manager): Initialize
23330         m_name_to_pass_map.
23332 2017-04-25  Richard Biener  <rguenther@suse.de>
23334         PR tree-optimization/79201
23335         * tree-ssa-sink.c (statement_sink_location): Handle calls.
23337 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23339         PR target/80464
23340         * config/s390/vector.md: Split MEM->GPR vector moves for
23341         non-s_operand addresses.
23343 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23345         PR target/79895
23346         * config/s390/predicates.md (reload_const_wide_int_operand): New
23347         predicate.
23348         * config/s390/s390.md ("movti"): Remove d/P alternative.
23349         ("movti_bigconst"): New pattern definition.
23351 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
23353         PR target/80080
23354         * s390-protos.h (s390_expand_cs_hqi): Removed.
23355         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
23356         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
23357         modes as well as CCZ1mode and CCZmode.
23358         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
23359         signature of s390_emit_compare_and_swap.
23360         (s390_expand_cs_hqi): Likewise, make static.
23361         (s390_expand_cs_tdsi): Generate an explicit compare before trying
23362         compare-and-swap, in some cases.
23363         (s390_expand_cs): Wrapper function.
23364         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
23365         atomic_exchange.
23366         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
23367         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
23368         patterns for small and large integers.  Forbid symref memory operands.
23369         Move expander to s390.c.  Require cc register.
23370         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
23371         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
23372         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
23373         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
23374         symref memory operands.  Remove CC mode and call s390_match_ccmode
23375         instead.
23376         ("atomic_exchange<mode>"): Allow and implement all integer modes.
23378 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
23380         * config/s390/s390.md (define_peephole2): New peephole to help
23381         combining the load-and-test pattern with volatile memory.
23383 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
23385         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
23386         with CCZmode for TARGET_Z196.
23388 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
23390         PR rtl-optimization/80501
23391         * combine.c (make_compound_operation_int): Set subreg_code to SET
23392         even for AND with mask of the sign bit of mode.
23394         PR rtl-optimization/80500
23395         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
23396         sum's initial value.
23398 2017-04-25  Julian Brown  <julian@codesourcery.com>
23399             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
23401         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
23403 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
23405         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
23407 2017-04-25  Julian Brown  <julian@codesourcery.com>
23408             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
23410         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
23411         (thunderx2t99_sha): New Reservation.
23413 2017-04-25  Julian Brown  <julian@codesourcery.com>
23414             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
23416         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
23417         type for 1-element load.
23419 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
23421         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
23423 2017-04-24  Martin Jambor  <mjambor@suse.cz>
23425         PR tree-optimization/80293
23426         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
23427         char arrays not totally scalarizable if it is false.
23428         (analyze_all_variable_accesses): Pass correct value in the new
23429         parameter.  Add a statistics counter.
23431 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
23433         PR middle-end/79931
23434         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
23436 2017-04-24  Richard Biener  <rguenther@suse.de>
23438         PR tree-optimization/80494
23439         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
23440         out for complex types.
23442 2017-04-24  Richard Biener  <rguenther@suse.de>
23444         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
23445         * tree-ssa-sccvn.c (print_scc): Print SCC size.
23446         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
23447         (DFS): Adjust and never fail.
23448         (sccvn_dom_walker::fail): Remove.
23449         (sccvn_dom_walker::before_dom_children): Adjust.
23450         (run_scc_vn): Likewise and never fail.
23451         * tree-ssa-pre.c (pass_pre::execute): Adjust.
23452         (pass_fre::execute): Likewise.
23454 2017-04-24  Richard Biener  <rguenther@suse.de>
23456         PR tree-optimization/79725
23457         * tree-ssa-sink.c (statement_sink_location): Return whether
23458         failure reason was zero uses.  Move that check later.
23459         (sink_code_in_bb): Deal with zero uses by removing the stmt
23460         if possible.
23462 2017-04-24  Richard Biener  <rguenther@suse.de>
23464         PR c++/2972
23465         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
23466         pointer-based references.
23468 2017-04-24  Richard Biener  <rguenther@suse.de>
23470         PR bootstrap/79814
23471         * pass_manager.h (pass_manager::operator new): Remove.
23472         (pass_manager::operator delete): Likewise.
23473         * passes.c (pass_manager::operator new): Remove.
23474         (pass_manager::operator delete): Likewise.
23475         (pass_manager::pass_manager): Zero individual pass members.
23477 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
23479         PR target/70799
23480         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
23481         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
23482         Check "XEXP (src, 1)" operand here.
23483         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
23484         Check "XEXP (src, 1)" operand here.
23485         (dimode_scalar_chain::make_vector_copies): Detect count register
23486         of a shift instruction.  Zero extend count register from QImode
23487         to DImode to satisfy vector shift pattern count operand predicate.
23488         Substitute vector shift count operand with a DImode copy.
23489         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
23490         vector register.
23492 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
23494         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
23495         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
23496         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
23497         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
23498         (UNSPEC_NOREX_MEM): Remove definition.
23500 2017-04-21  Richard Biener  <rguenther@suse.de>
23502         PR tree-optimization/79547
23503         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
23504         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
23505         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
23506         without any constraints.
23508 2017-04-21  Richard Biener  <rguenther@suse.de>
23510         PR tree-optimization/78847
23511         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
23513 2017-04-21  Richard Biener  <rguenther@suse.de>
23515         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
23516         (build_distinct_type_copy): Likewise.
23517         (build_variant_type_copy): Likewise.
23518         * tree.c (build_qualified_type): Pass down mem-stat info.
23519         (build_distinct_type_copy): Likewise.
23520         (build_variant_type_copy): Likewise.
23522 2017-04-21  Richard Biener  <rguenther@suse.de>
23524         PR tree-optimization/80237
23525         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
23526         defaulted to NULL.
23527         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
23528         for a simplified result.
23530 2016-04-21  Richard Biener  <rguenther@suse.de>
23532         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
23533         sth as strict as a simple_iv but a chrec without symbols and an
23534         operand defined in the loop we are peeling (and not some subloop).
23535         (propagate_constants_for_unrolling): Propagate all constants.
23537 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
23539         PR target/79804
23540         * config/i386/i386.c (print_reg): Remove assert for disalowed
23541         regno values, call output_operand_lossage instead.
23543 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
23545         PR target/78090
23546         * config/i386/constraints.md (Yc): New register constraint.
23547         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
23548         Use Yc constraint for alternative 2 of operand 0.  Remove
23549         preferred_for_speed attribute.
23551 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
23553         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
23554         lastprivate clauses in SIMT case.
23556 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
23558         * doc/invoke.texi (-Wextra-semi): Document new warning option.
23560 2017-04-20  Richard Biener  <rguenther@suse.de>
23562         PR tree-optimization/57796
23563         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
23564         as N scalar stores.
23565         (vect_model_load_cost): Cost gathers as N scalar loads.
23567 2017-04-20  Richard Biener  <rguenther@suse.de>
23569         * ggc-page.c (ggc_allocated_p): Rename to ...
23570         (safe_lookup_page_table_entry): ... this and return the lookup
23571         result.
23572         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
23574 2017-04-20  Richard Biener  <rguenther@suse.de>
23576         PR tree-optimization/80453
23577         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
23578         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
23579         from the conditions.
23580         (vn_phi_eq): Pass them down.
23581         (vn_phi_lookup): Record them.
23582         (vn_phi_insert): Likewise.
23584 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
23586         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
23587         uninitialized variable warning to avoid buffer overrun.
23589 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
23591         PR other/71250
23592         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
23593         is suppressed for '{ 0 }' in C.
23595 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
23597         * BASE-VER: Set to 8.0.0.
23599 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
23601         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
23602         priority .init_array and .fini_array section with SECTION_NOTYPE
23603         flag.
23605 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
23607         PR middle-end/80423
23608         * tree.h (build_array_type): Add typeless_storage default argument.
23609         * tree.c (type_cache_hasher::equal): Also compare
23610         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
23611         (build_array_type): Add typeless_storage argument, set
23612         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
23613         recursive call.
23614         (build_nonshared_array_type): Adjust build_array_type_1 caller.
23615         (build_array_type): Likewise.  Add typeless_storage argument.
23617 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
23618             Jakub Jelinek  <jakub@redhat.com>
23620         PR tree-optimization/80426
23621         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
23622         operation on symbolic operands, also compute the overflow for the
23623         invariant part when the operation degenerates into a negation.
23625 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
23627         PR debug/80461
23628         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
23629         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
23631         PR debug/80436
23632         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
23634 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
23636         PR target/80462
23637         * config/avr/avr.c (tree.h): Include it.
23638         (cgraph.h): Include it.
23639         (avr_encode_section_info): Don't warn for uninitialized progmem
23640         variable if it's just an alias.
23642 2017-04-19  Richard Biener  <rguenther@suse.de>
23644         PR ipa/65972
23645         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
23646         when needed by AutoPGO.
23648 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
23650         PR lto/50345
23651         * doc/lto.texi: Remove an extra 'that'.
23653 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
23655         PR rtl-optimization/80429
23656         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
23657         are only used in debug insns.
23659 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
23660             Vladimir Makarov  <vmakarov@redhat.com>
23662         * config/sparc/predicates.md (input_operand): Add comment.  Return
23663         true for any memory operand when LRA is in progress.
23664         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
23666 2017-04-18  Jeff Law  <law@redhat.com>
23668         PR target/74563
23669         * mips.md ({return,simple_return}_internal): Do not overwrite
23670         operands[0].
23672 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
23674         PR tree-optimization/80443
23675         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
23676         instead of adding 1, subtract -1 and similarly instead of subtracting
23677         1 add -1.
23679 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
23681         PR rtl-optimization/80357
23682         * haifa-sched.c (tmp_bitmap): New variable.
23683         (model_recompute): Handle duplicate use records.
23684         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
23685         (free_global_sched_pressure_data): Free it.
23687 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
23689         Revert:
23690         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
23691         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
23692         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
23693         instead of SYSTEM_HEADER_DIR.
23695 2017-04-18  Jeff Law  <law@redhat.com>
23697         PR middle-end/80422
23698         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
23699         predecessors after walking up the insn chain.
23701 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
23703         PR debug/80263
23704         * dwarf2out.c (modified_type_die): Try harder not to emit internal
23705         sizetype type into debug info.
23707 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
23709         PR target/80099
23710         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
23711         unneeded test for TARGET_UPPER_REGS_SF.
23712         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
23714 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
23716         PR sanitizer/80444
23717         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
23718         instead of gsi_after_labels.
23720 2017-04-18  Jeff Law  <law@redhat.com>
23722         * regcprop.c (maybe_mode_change): Avoid creating copies of the
23723         stack pointer.
23725         Revert:
23726         2017-04-13  Jeff Law  <law@redhat.com>
23727         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
23728         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
23730 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
23732         PR target/79453
23733         * config/avr/avr.c (intl.h): Include it.
23734         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
23736 2017-04-18  Martin Liska  <mliska@suse.cz>
23738         PR gcov-profile/78783
23739         * gcov-tool.c (gcov_output_files): Validate that destination
23740         file is either removed by the tool or by a user.
23742 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
23743             Guy Benyei  <guybe@mellanox.com>
23745         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
23746         block, and do not negate it, the stored id is already negative.
23748 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
23750         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
23752 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
23754         PR target/80098
23755         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
23756         masks of options that should be turned off if the VSX vector
23757         options are turned off.
23758         (OTHER_P8_VECTOR_MASKS): Likewise.
23759         (OTHER_VSX_VECTOR_MASKS): Likewise.
23760         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
23761         rs6000_disable_incompatible_switches to validate no type switches
23762         like -mvsx.
23763         (rs6000_incompatible_switch): New function to disallow turning on
23764         other vector options if -mno-vsx, -mno-power8-vector, or
23765         -mno-power9-vector are specified.
23767 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
23769         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
23771 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
23773         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
23774         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
23775         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
23776         (ARG_POINTER_CFA_OFFSET): Likewise.
23778 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
23780         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
23781         conditions to take advantage of various optimizations.
23783 2017-04-13  Jeff Law  <law@redhat.com>
23785         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
23786         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
23787         (zero_extendsidi2_dext): Likewise.
23789 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
23791         PR sanitizer/80403
23792         * fold-const.c (fold_ternary_loc): Revert
23793         use op0 instead of fold_convert_loc (loc, type, arg0) part of
23794         2017-04-12 change.
23796 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
23798         PR rtl-optimization/80343
23799         * lra-remat.c (update_scratch_ops): Assign original hard reg to
23800         new scratch pseudo.
23802 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
23804         PR sanitizer/80414
23805         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
23806         to ubsan_encode_value.
23808 2017-04-13  Jeff Law  <law@redhat.com>
23810         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
23811         appearing in DEBUG_INSNs.
23813 2017-04-13  Martin Liska  <mliska@suse.cz>
23815         PR gcov-profile/80413
23816         * gcov-io.c (gcov_write_string): Copy to buffer just when
23817         allocated size is greater than zero.
23819 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
23821         PR debug/80321
23822         * dwarf2out.c (decls_for_scope): Ignore declarations of
23823         current_function_decl in BLOCK_NONLOCALIZED_VARS.
23825 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
23827         PR lto/69953
23828         * ipa-visibility.c (non_local_p): Fix typos.
23829         (localize_node): When localizing symbol in same comdat group,
23830         dissolve the group only when we know external symbols are going
23831         to be privatized.
23832         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
23834 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
23836         PR tree-optimization/79390
23837         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
23838         order does not result in usable sequence, retry with reversed operand
23839         order.
23841         PR sanitizer/80403
23842         PR sanitizer/80404
23843         PR sanitizer/80405
23844         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
23845         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
23846         op0 instead of fold_convert_loc (loc, type, arg0).
23848 2017-04-12  Jeff Law  <law@redhat.com>
23850         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
23851         has a delay slot in the generated code.
23853         * config/cris/cris.md (cris_preferred_reload_class): Return
23854         GENNONACR_REGS rather than GENERAL_REGS.
23856 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
23858         PR c/80163
23859         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
23860         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
23861         signedness of the result type.
23863 2017-04-12  Richard Biener  <rguenther@suse.de>
23864             Jeff Law  <law@redhat.com>
23866         PR tree-optimization/80359
23867         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
23868         trim stores to TARGET_MEM_REFs.
23870 2017-04-12  Richard Biener  <rguenther@suse.de>
23872         PR tree-optimization/79390
23873         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
23874         threading case even more.
23876 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
23878         PR target/80382
23879         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
23880         for quad_address_p for TImode, instead of just not indexed_address.
23882 2017-04-12  Richard Biener  <rguenther@suse.de>
23883             Bernd Edlinger  <bernd.edlinger@hotmail.de>
23885         PR middle-end/79671
23886         * alias.c (component_uses_parent_alias_set_from): Handle
23887         TYPE_TYPELESS_STORAGE.
23888         (get_alias_set): Likewise.
23889         * tree-core.h (tree_type_common): Add typeless_storage flag.
23890         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
23891         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
23892         for types containing members with TYPE_TYPELESS_STORAGE.
23893         (place_field): Likewise.
23894         (layout_type): Likewise for ARRAY_TYPE.
23895         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
23896         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
23897         TYPE_TYPELESS_STORAGE.
23898         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
23900 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
23902         PR sanitizer/80349
23903         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
23904         first argument to type.
23906 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23908         PR target/80376
23909         PR target/80315
23910         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
23911         CONST0_RTX (mode) rather than const0_rtx where appropriate.
23912         (rs6000_expand_binop_builtin): Likewise.
23913         (rs6000_expand_ternop_builtin): Likewise; also add missing
23914         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
23915         vshasigma built-ins.
23916         * doc/extend.texi: Document that vec_xxpermdi's third argument
23917         must be a constant.
23919 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
23921         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
23922         Use shift_const cost parameter when calculating gain of STV shifts.
23924 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
23926         PR rtl-optimization/70478
23927         * lra-constraints.c (process_alt_operands): Check memory for
23928         disfavoring memory insn operand.
23930 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
23932         PR middle-end/80100
23933         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
23934         left shift in unsigned HOST_WIDE_INT type.
23936         PR rtl-optimization/80385
23937         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
23938         (not (neg X)) into (plus X -1) for complex or non-integral modes.
23940         PR libgomp/80394
23941         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
23942         if they have any depend clauses.
23944 2017-04-11  Martin Liska  <mliska@suse.cz>
23946         PR ipa/80212
23947         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
23948         * ipa-split.c (split_function): Create a local comdat symbol
23949         if caller is in a comdat group.
23951 2017-04-11  Martin Liska  <mliska@suse.cz>
23953         PR ipa/80212
23954         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
23955         flags.
23957 2017-04-11  Martin Sebor  <msebor@redhat.com>
23959         PR middle-end/80364
23960         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
23961         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
23962         for INTEGER_TYPE.
23963         (directive::set_width, directive::set_precision, format_character):
23964         Adjust.
23965         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
23966         INTEGER_TYPE.
23968 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
23970         PR target/80389
23971         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
23972         conflict, set target->arch_name instead of target->cpu_name.
23974 2017-04-11  Richard Biener  <rguenther@suse.de>
23976         PR tree-optimization/80374
23977         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
23978         build_zero_cst, remove fold_convertible_p check again.
23980 2017-04-11  Martin Liska  <mliska@suse.cz>
23982         PR sanitizer/70878
23983         * ubsan.c (instrument_object_size): Do not instrument register
23984         variables.
23986 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
23988         PR target/80381
23989         * config/i386/i386-builtin-types.def
23990         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
23991         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
23992         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
23993         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
23994         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
23995         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
23996         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
23997         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
23998         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
23999         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
24000         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
24001         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
24002         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
24003         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
24004         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
24005         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
24006         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
24007         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
24008         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
24009         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
24010         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
24011         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
24012         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
24013         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
24014         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
24015         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
24016         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
24017         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
24018         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
24019         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
24020         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
24021         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
24022         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
24023         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
24024         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
24025         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
24026         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
24027         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
24028         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
24029         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
24030         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
24031         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
24032         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
24033         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
24034         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
24035         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
24036         aliases.
24037         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
24038         flag to second_arg_count, handle 4 argument function type _COUNT
24039         aliases, handle second_arg_count on second argument rather than last.
24041 2017-04-10  Jeff Law  <law@redhat.com>
24043         PR tree-optimization/80374
24044         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
24045         record anything if we can not convert integer_zero_node to the
24046         desired type.
24048 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
24050         PR target/80108
24051         * config/rs6000/rs6000.c (rs6000_option_override_internal):
24052         Enhance special handling given to the TARGET_P9_MINMAX option in
24053         relation to certain other options.
24055 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
24057         PR tree-optimization/80153
24058         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
24059         remove POINTER_PLUS_EXPR's base part directly, rather than through
24060         aff_tree.
24062 2017-04-10  Richard Biener  <rguenther@suse.de>
24063             Bin Cheng  <bin.cheng@arm.com>
24065         PR tree-optimization/80153
24066         * tree-affine.c (aff_combination_to_tree): Get base pointer from
24067         the first element of pointer type aff_tree.  Build result expr in
24068         aff_tree's type.
24069         (add_elt_to_tree): Convert to type unconditionally.  Remove other
24070         fold_convert calls.
24071         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
24072         (rewrite_use_nonlinear_expr): Check invariant using iv information.
24074 2017-04-10  Richard Biener  <rguenther@suse.de>
24076         * tree-ssa-structalias.c (find_func_aliases): Properly handle
24077         asm inputs.
24079 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
24081         PR rtl-optimization/70478
24082         * lra-constraints.c (curr_small_class_check): New.
24083         (update_and_check_small_class_inputs): New.
24084         (process_alt_operands): Update curr_small_class_check.  Disfavor
24085         alternative insn memory operands.  Check available regs for small
24086         class operands.
24088 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
24090         PR target/80057
24091         * config/mips/mips.opt (-mvirt): Update description.
24092         * doc/invoke.texi (-mvirt): Likewise.
24094 2017-04-10  Richard Biener  <rguenther@suse.de>
24096         PR middle-end/80362
24097         * fold-const.c (fold_binary_loc): Look at unstripped ops when
24098         looking for NEGATE_EXPR in -A / -B to A / B folding.
24100 2017-04-10  Martin Liska  <mliska@suse.cz>
24102         PR gcov-profile/80224
24103         * gcov.c (print_usage): Fix usage string.
24104         (get_gcov_intermediate_filename): Remove.
24105         (output_gcov_file): Use both for normal and intermediate format.
24106         (generate_results): Do not initialize special file for
24107         intermediate format.
24109 2017-04-10  Richard Biener  <rguenther@suse.de>
24111         PR tree-optimization/80304
24112         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
24113         for safelen.
24115 2017-04-10  Nathan Sidwell  <nathan@acm.org>
24117         PR target/79905
24118         * config/rs6000/rs6000.c (rs6000_vector_type): New.
24119         (rs6000_init_builtins): Use it.
24121 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24123         * config/arm/arm.md (<mrc>): Add mode to SET source.
24124         (<mrrc>): Likewise.
24126 2017-04-10  Richard Biener  <rguenther@suse.de>
24128         PR middle-end/80344
24129         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
24131 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
24133         PR target/80324
24134         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
24135         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
24136         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
24137         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
24138         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
24139         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
24140         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
24141         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
24142         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
24143         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
24144         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
24145         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
24146         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
24147         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
24148         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
24149         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
24150         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
24151         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
24152         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
24153         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
24154         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
24155         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
24156         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
24158 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
24160         PR rtl-optimization/70478
24161         * lra-constraints.c: Reverse the last patch.
24163 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
24165         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
24166         Add comment for WCHAR_T.
24168 2017-04-08  Martin Liska  <mliska@suse.cz>
24170         Revert:
24171         2017-04-07  Martin Liska  <mliska@suse.cz>
24173         PR ipa/80212
24174         * ipa-split.c (split_function): Add function part to a same comdat
24175         group.
24177 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
24179         PR target/80358
24180         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
24182 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
24184         * rs6000/rs6000.c (vec_load_pendulum): Rename...
24185         (vec_pairing): ...to this.
24186         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
24187         (rs6000_sched_init): Adjust for name change.
24188         (struct rs6000_sched_context): Likewise.
24189         (rs6000_init_sched_context): Likewise.
24190         (rs6000_set_sched_context): Likewise.
24192 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
24194         PR target/80322
24195         PR target/80323
24196         PR target/80325
24197         PR target/80326
24198         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
24199         intrinsics.
24200         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
24201         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
24202         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
24204 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
24206         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
24208 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
24210         PR rtl-optimization/70703
24211         * ira-color.c (update_conflict_hard_regno_costs): Use
24212         int64_t instead of HOST_WIDE_INT.
24214 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
24216         PR rtl-optimization/70478
24217         * lra-constraints.c (process_alt_operands): Disfavor alternative
24218         insn memory operands.
24220 2017-04-07  Jeff Law  <law@redhat.com>
24222         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
24223         CALL and NOTE_INSN_CALL_ARG_LOCATION.
24225 2017-04-07  Martin Liska  <mliska@suse.cz>
24227         PR target/79889
24228         * config/aarch64/aarch64.c (aarch64_process_target_attr):
24229         Show error message instead of an ICE.
24231 2017-04-07  Martin Liska  <mliska@suse.cz>
24233         PR ipa/80212
24234         * ipa-split.c (split_function): Add function part to a same comdat
24235         group.
24237 2017-04-07  Richard Biener  <rguenther@suse.de>
24239         PR middle-end/80341
24240         * tree.c (get_unwidened): Also handle ! for_type case for
24241         INTEGER_CSTs.
24242         * convert.c (do_narrow): Split out from ...
24243         (convert_to_integer_1): ... here.  Do not pass final truncation
24244         type to get_unwidened for TRUNC_DIV_EXPR.
24246 2017-04-07  Richard Biener  <rguenther@suse.de>
24248         * tree-affine.c (wide_int_ext_for_comb): Take type rather
24249         than aff_tree.
24250         (aff_combination_const): Adjust.
24251         (aff_combination_scale): Likewise.
24252         (aff_combination_add_elt): Likewise.
24253         (aff_combination_add_cst): Likewise.
24254         (aff_combination_convert): Likewise.
24255         (add_elt_to_tree): Likewise.  Remove unused argument.
24256         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
24258 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
24260         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
24261         definition.
24262         * config/arm/arm.c (arm_default_short_enums): Use
24263         ARM_DEFAULT_SHORT_ENUMS.
24264         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
24266 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
24268         PR debug/80234
24269         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
24270         members with redundant out-of-class redeclaration.
24272 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
24274         PR target/80286
24275         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
24276         * config/i386/i386.md (*zero_extendsidi2):
24277         Add (?*x,*x) and (?*v,*v) alternatives.
24279 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
24281         PR target/79733
24282         * config/i386/i386.c (ix86_expand_builtin)
24283         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
24284         mode from insn data. Convert operands to insn operand mode.
24285         Copy operands that don't satisfy insn predicate to a register.
24287 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
24289         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
24290         Update comments.
24292 2017-04-06  Richard Biener  <rguenther@suse.de>
24294         PR tree-optimization/80334
24295         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
24296         preserve alignment of accesses.
24298 2017-04-06  Richard Biener  <rguenther@suse.de>
24300         PR tree-optimization/80262
24301         * tree-sra.c (build_ref_for_offset): Preserve address-space
24302         information.
24303         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
24304         Drop useless address-space information on MEM_REF offsets.
24306 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
24308         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
24310 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
24312         PR rtl-optimization/70703
24313         * ira-color.c (update_conflict_hard_regno_costs): Use
24314         HOST_WIDE_INT instead of long.
24316 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
24318         PR target/80298
24319         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
24320         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
24321         is not defined.
24322         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
24323         for x86_64 target.  Handle -m3dnowa option.
24325 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
24327         PR rtl-optimization/70703
24328         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
24329         (update_conflict_hard_regno_costs): Use long instead of unsigned
24330         arithmetic for cost calculation.
24332 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
24333             Bernd Edlinger  <bernd.edlinger@hotmail.de>
24335         PR sanitizer/80308
24336         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
24337         for big endian.
24339 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
24341         PR target/78002
24342         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
24343         ptr_mode with Pmode throughout.
24344         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
24345         into probe_stack_range and use DImode.
24347 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
24349         PR target/79890
24350         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
24351         call_eh_return is true.
24353 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24355         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
24356         Initialize last_match_fntype_index.
24358 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
24360         PR target/80310
24361         * tree-nvr.c: Include internal-fn.h.
24362         (pass_return_slot::execute): Ignore internal calls without
24363         direct optab.
24365 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
24366             Richard Biener  <rguenther@suse.de>
24368         PR c++/80297
24369         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
24370         captures used multiple times, except for the last use.
24371         * generic-match-head.c: Include gimplify.h.
24373 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
24375         PR tree-optimization/79390
24376         * target.h (struct noce_if_info): Declare.
24377         * targhooks.h (default_noce_conversion_profitable_p): Declare.
24378         * target.def (noce_conversion_profitable_p): New target hook.
24379         * ifcvt.h (struct noce_if_info): New type, moved from ...
24380         * ifcvt.c (struct noce_if_info): ... here.
24381         (noce_conversion_profitable_p): Renamed to ...
24382         (default_noce_conversion_profitable_p): ... this.  No longer
24383         static nor inline.
24384         (noce_try_store_flag_constants, noce_try_addcc,
24385         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
24386         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
24387         instead of noce_conversion_profitable_p.
24388         * config/i386/i386.c: Include ifcvt.h.
24389         (ix86_option_override_internal): Don't override
24390         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
24391         (ix86_noce_conversion_profitable_p): New function.
24392         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
24393         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
24394         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
24395         * doc/tm.texi: Regenerated.
24397 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24399         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
24400         correction.
24402 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
24404         PR target/80307
24405         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
24406         instructions for small multiply cores.
24408 2017-04-04  Jeff Law  <law@redhat.com>
24410         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
24411         added member.
24412         (mips_expand_vec_perm_const): Initialize elements in orig_perm
24413         that are not set by the loop over the elements.
24415 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
24417         PR target/80286
24418         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
24419         int mode, convert_modes it to mode as unsigned, otherwise use
24420         lowpart_subreg to mode rather than SImode.
24421         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
24422         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
24423         Use DImode instead of SImode for the shift count operand.
24424         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
24425         Likewise.
24427 2017-04-04  Richard Biener  <rguenther@suse.de>
24429         PR middle-end/80281
24430         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
24431         arithmetic done for the negate or the plus.  Simplify.
24432         (A - (-B) -> A + B): Likewise.
24433         * fold-const.c (split_tree): Make sure to not negate pointers.
24435 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
24437         PR rtl-optimization/60818
24438         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
24439         a compare of comparisons with the thing compared if this results
24440         in a different machine mode.
24442 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
24444         * alias.c (base_alias_check): Fix typo in comment.
24445         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
24446         * cgraphunit.c (symbol_table::compile): Likewise.
24447         * collect2.c (maybe_run_lto_and_relink): Likewise.
24448         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
24449         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
24450         * config/avr/avr.c (avr_map_op_t): Likewise.
24451         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
24452         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
24453         * config/epiphany/epiphany.md (movcc): Likewise.
24454         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
24455         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
24456         Likewise.
24457         * config/mips/mips.c (mips_save_restore_reg): Likewise.
24458         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
24459         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
24460         * config/sh/sh.c (sh_rtx_costs): Likewise.
24461         * fold-const.c (fold_truth_andor): Likewise.
24462         * genautomata.c (collapse_flag): Likewise.
24463         * gengtype.h (struct type::u::s): Likewise.
24464         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
24465         * input.c (FORMAT_AMOUNT): Likewise.
24466         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
24467         (known_aggs_to_agg_replacement_list): Likewise.
24468         * ipa-inline-analysis.c: Likewise.
24469         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
24470         * ipa-polymorphic-call.c
24471         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
24472         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
24473         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
24474         Likewise.
24475         * modulo-sched.c (apply_reg_moves): Likewise.
24476         * omp-expand.c (build_omp_regions_1): Likewise.
24477         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
24478         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
24479         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
24480         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
24481         * value-prof.c: Likewise.
24482         * var-tracking.c (val_reset): Likewise.
24484 2017-04-03  Richard Biener  <rguenther@suse.de>
24486         PR tree-optimization/80275
24487         * fold-const.c (split_address_to_core_and_offset): Handle
24488         POINTER_PLUS_EXPR.
24490 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
24492         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
24493         descriptors is at least equal to that of functions.
24495 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
24497         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
24499 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
24501         PR target/80250
24502         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
24503         (mov<IMOD4:mode>): New expander.
24504         (*mov<IMOD4:mode>_internal): New insn and split pattern.
24506 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
24508         PR rtl-optimization/79405
24509         * fwprop.c (propagations_left): New variable.
24510         (forward_propagate_into): Decrement it.
24511         (fwprop_init): Initialize it.
24512         (fw_prop): If the variable has reached zero, stop propagating.
24513         (fwprop_addr): Ditto.
24515 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
24517         PR debug/79255
24518         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
24519         a FUNCTION_DECL, pass it as decl instead of origin to
24520         process_scope_var.
24522 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
24524         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
24525         string.
24527 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
24529         PR target/80107
24530         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
24531         TARGET_VSX_SMALL_INTEGER.
24533 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24535         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
24536         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
24538 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
24540         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
24541         extraction from odd-numbered MSA register.
24543 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
24545         PR middle-end/80173
24546         * expmed.c (store_bit_field_1): Don't attempt to create
24547         a word subreg out of hard registers wider than word if they
24548         have HARD_REGNO_NREGS of 1 for their mode.
24550         PR middle-end/80163
24551         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
24552         conversions to integer types wider than word and pointer.
24554         PR debug/80025
24555         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
24556         (rtx_equal_for_cselib_p): Pass 0 to it.
24557         * cselib.c (cselib_hasher::equal): Likewise.
24558         (rtx_equal_for_cselib_1): Add depth argument.  If depth
24559         is 128, don't look up VALUE locs and punt.  Increment
24560         depth in recursive calls when walking VALUE locs.
24562 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
24564         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
24565         (make_gcov_file_name): Use the canonical path name for generating
24566         the MD5 value.
24567         (read_line): Fix handling of files with ascii null bytes.
24569 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
24571         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
24572         to initialise a vector register instead
24573         of using a const_int.
24575 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
24577         PR translation/80189
24578         * gimplify.c (omp_default_clause): Use %qs instead of %s in
24579         diagnostic messages.
24581 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
24583         PR target/80246
24584         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
24585         (dfp_diex_<mode>): Update mode of operand 1.
24586         * doc/extend.texi (dxex, dxexq): Document change to return type.
24587         (diex, diexq): Document change to argument type.
24589 2017-03-30  Martin Jambor  <mjambor@suse.cz>
24591         PR ipa/77333
24592         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
24593         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
24594         it reflects the signature changes performed at the callee side.
24595         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
24596         to cgraph_build_function_type_skip_args.
24597         (build_function_decl_skip_args): Adjust call to the above function.
24599 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
24601         PR target/80206
24602         * config/i386/sse.md
24603         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
24604         register as dest whenever it is a MEM not rtx_equal_p to the
24605         corresponding dup operand, and when forcing into reg move the
24606         reg into the memory afterwards.
24607         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
24608         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
24609         for the force_reg mode.
24610         (avx512vl_vextractf128<mode>): Use register as dest either
24611         always when a MEM, or when it is a MEM not rtx_equal_p to the
24612         corresponding dup operand, or even not when it is a CONST_VECTOR
24613         depending on the mode and lo vs. hi.
24614         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
24615         parens.
24616         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
24617         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
24618         Likewise.  Require that operands[2] is even.
24619         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
24620         Remove extraneous parens.  Require that operands[2] is a multiple
24621         of 4.
24622         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
24623         operands[0] is a MEM if <mask_applied>, the predicates/constraints
24624         disallow memory then.
24626 2017-03-30  Richard Biener  <rguenther@suse.de>
24628         PR tree-optimization/77498
24629         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
24630         to non-constants over backedges.
24632 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
24634         PR rtl-optimization/80233
24635         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
24636         as last_combined_insn.  Do not test for BARRIER_P separately.
24638 2017-03-29  Andreas Schwab  <schwab@suse.de>
24640         PR ada/80146
24641         * calls.c (prepare_call_address): Convert funexp to Pmode before
24642         copying to temp reg.
24644 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24646         PR tree-optimization/80158
24647         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
24648         Handle possible future case of more than one alternate
24649         interpretation.
24650         (replace_rhs_if_not_dup): Likewise.
24651         (replace_one_candidate): Likewise.
24653 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
24655         PR rtl-optimization/80193
24656         * ira.c (ira): Do not check allocation for LRA.
24658 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
24660         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
24661         (nvptx_output_simt_exit): Declare.
24662         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
24663         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
24664         (init_softstack_frame): Move initialization of crtl->is_leaf to...
24665         (nvptx_declare_function_name): ...here.  Emit declaration of local
24666         memory space buffer for omp_simt_enter insn.
24667         (nvptx_output_unisimt_switch): New.
24668         (nvptx_output_softstack_switch): New.
24669         (nvptx_output_simt_enter): New.
24670         (nvptx_output_simt_exit): New.
24671         * config/nvptx/nvptx.h (struct machine_function): New fields
24672         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
24673         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
24674         (UNSPECV_SIMT_EXIT): Ditto.
24675         (omp_simt_enter_insn): New insn.
24676         (omp_simt_enter): New expansion.
24677         (omp_simt_exit): New insn.
24678         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
24680         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
24681         (expand_GOMP_SIMT_ENTER_ALLOC): New.
24682         (expand_GOMP_SIMT_EXIT): New.
24683         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
24684         (GOMP_SIMT_ENTER_ALLOC): Ditto.
24685         (GOMP_SIMT_EXIT): Ditto.
24686         * target-insns.def (omp_simt_enter): New insn.
24687         (omp_simt_exit): Ditto.
24688         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
24689         simt_dlist.
24690         (lower_rec_simd_input_clauses): Implement SIMT privatization.
24691         (lower_rec_input_clauses): Likewise.
24692         (lower_lastprivate_clauses): Handle SIMT privatization.
24694         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
24695         (ompdevlow_adjust_simt_enter): New.
24696         (find_simtpriv_var_op): New.
24697         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
24698         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
24700         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
24701         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
24702         (copy_decl_for_dup_finish): Ditto.
24704         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
24706 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
24708         PR target/53383
24709         * config/i386/i386.c (ix86_option_override_internal): Always
24710         allow -mpreferred-stack-boundary=3 for 64-bit targets.
24712 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
24714         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
24716 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
24718         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
24719         mark new edge's irreducible flag accordign to it.
24720         (vect_do_peeling): Check loop preheader edge's irreducible flag
24721         and pass it to function slpeel_add_loop_guard.
24723 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
24725         PR tree-optimization/80218
24726         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
24727         Update block frequencies and counts.
24729 2017-03-28  Richard Biener  <rguenther@suse.de>
24731         PR tree-optimization/78644
24732         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
24733         of a simplification result we may not use it at all.
24735 2017-03-28  Richard Biener  <rguenther@suse.de>
24737         PR ipa/80205
24738         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
24739         without arguments, generate default definition of a SSA name.
24741 2017-03-28  Richard Biener  <rguenther@suse.de>
24743         PR middle-end/80222
24744         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
24745         TYPE_REF_CAN_ALIAS_ALL references.
24746         * fold-const.c (fold_indirect_ref_1): Likewise.
24748 2017-03-28  Martin Liska  <mliska@suse.cz>
24750         PR ipa/80104
24751         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
24752         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
24754 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
24755             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
24757         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
24758         (EXTRA_SPECS): Define.
24759         (SUBTARGET_EXTRA_SPECS): Likewise.
24760         (SUBTARGET_CPP_SPEC): Likewise.
24761         * config/arc/elf.h (EXTRA_SPECS): Renamed to
24762         SUBTARGET_EXTRA_SPECS.
24763         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
24765 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
24767         * config/arc/simdext.md (vst64_insn): Update pattern.
24768         (vld32wh_insn): Likewise.
24769         (vld32wl_insn): Likewise.
24770         (vld64_insn): Likewise.
24771         (vld32_insn): Likewise.
24773 2017-03-28  Marek Polacek  <polacek@redhat.com>
24775         PR sanitizer/80067
24776         * fold-const.c (fold_comparison): Use protected_set_expr_location
24777         instead of SET_EXPR_LOCATION.
24779 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
24781         * tree.c (add_expr): Avoid name lookup warning.
24783 2017-03-27  Jeff Law  <law@redhat.com>
24785         PR tree-optimization/80216
24786         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
24787         function name.  Limit recursion depth.
24788         (record_temporary_equivalences): Corresponding changes.
24790 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
24792         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
24793         covered first.
24795 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
24797         PR target/80102
24798         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
24799         notes.
24800         * cfgcleanup.c (reg_note_cfa_p): New array.
24801         (insns_have_identical_cfa_notes): New function.
24802         (old_insns_match_p): Don't cross-jump in between /f
24803         and non-/f instructions.  If both i1 and i2 are frame related,
24804         verify all CFA notes, their order and content.
24806 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
24808         PR target/78543
24809         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
24810         HImode and SImode with zero extend to DImode to one insn.
24811         (bswap<mode>2_extenddi): Likewise.
24812         (bswapsi2_extenddi): Likewise.
24813         (bswaphi2_extendsi): Likewise.
24814         (bswaphi2): Combine bswap HImode and SImode into one insn.
24815         Separate memory insns from swapping register.
24816         (bswapsi2): Likewise.
24817         (bswap<mode>2): Likewise.
24818         (bswaphi2_internal): Delete, no longer used.
24819         (bswapsi2_internal): Likewise.
24820         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
24821         store, and gpr<-gpr swap insns.
24822         (bswap<mode>2_store): Likewise.
24823         (bswaphi2_reg): Register only splitter, combine with the splitter.
24824         (bswaphi2 splitter): Likewise.
24825         (bswapsi2_reg): Likewise.
24826         (bswapsi2 splitter): Likewise.
24827         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
24828         the insns into load, store, and register/register insns.
24829         (bswapdi2_ldbrx): Likewise.
24830         (bswapdi2_load): Likewise.
24831         (bswapdi2_store): Likewise.
24832         (bswapdi2_reg): Likewise.
24834 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
24836         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
24837         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
24839 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
24841         PR target/80103
24842         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
24843         add comments.
24844         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
24845         special handling for target option conflicts between dform
24846         options (-mpower9-dform, -mpower9-dform-vector,
24847         -mpower9-dform-scalar) and -mno-direct-move.
24849 2017-03-27  Richard Biener  <rguenther@suse.de>
24851         PR tree-optimization/80181
24852         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
24854 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
24856         * config/arc/predicates.md (move_double_src_operand): Replace the
24857         call to move_double_src_operand with a call to address_operand.
24859 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
24861         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
24862         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
24863         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
24865 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
24867         * config/arc/predicates.md (long_immediate_loadstore_operand):
24868         Consider scaled addresses cases.
24870 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
24872         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
24873         restored when in interrupt.
24874         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
24875         doesn't have delay slot.
24877 2017-03-27  Richard Biener  <rguenther@suse.de>
24879         PR ipa/79776
24880         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
24881         inlined thunk clones.
24883 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
24885         PR sanitizer/80168
24886         * asan.c (instrument_derefs): Copy over last operand from
24887         original COMPONENT_REF to the new COMPONENT_REF with
24888         DECL_BIT_FIELD_REPRESENTATIVE.
24889         * ubsan.c (instrument_object_size): Likewise.
24891 2017-03-27  Richard Biener  <rguenther@suse.de>
24893         PR tree-optimization/80170
24894         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
24895         sure DR/SCEV didnt fold in constants we do not see when looking
24896         at the reference base alignment.
24898 2017-03-27  Richard Biener  <rguenther@suse.de>
24900         PR middle-end/80171
24901         * gimple-fold.c (fold_ctor_reference): Properly guard against
24902         NULL return value from canonicalize_constructor_val.
24904 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
24906         PR target/80180
24907         * config/i386/i386.c (ix86_expand_builtin)
24908         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
24909         flags reg setting and flags reg using instructions.
24910         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
24911         clobbering instructions to zero extend op2.
24913 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
24915         * doc/install.texi (Configuration) <--with-aix-soname>:
24916         Update link to AIX ld.
24918 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
24920         PR rtl-optimization/80160
24921         PR rtl-optimization/80159
24922         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
24923         reg_alternate_class into account.
24925 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
24927         PR target/80148
24928         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
24929         to consider in curr_insn_transform.
24931 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
24933         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
24934         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
24935         and emit_mode_inner.
24937 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24939         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
24940         argument to the overloaded builtin variants.  Use the new flag to
24941         deprecate certain builtin variants.
24942         * config/s390/s390-builtin-types.def: Add new builtin types.
24943         * config/s390/s390-builtins.h: Support new flags field for
24944         overloaded builtins.
24945         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
24946         (s390_macro_to_expand): Enable vector float data type.
24947         (s390_cpu_cpp_builtins_internal): Indicate support of the new
24948         builtins by incrementing the __VEC__ version number.
24949         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
24950         vec_xst.
24951         (s390_resolve_overloaded_builtin): Emit error messages depending
24952         on the builtin flags.
24953         * config/s390/s390.c (s390_expand_builtin): Support additional
24954         flags argument.  Change error message to match the messages
24955         emitted in s390-c.c.
24956         * config/s390/s390.md: New UNSPEC_* constants.
24957         (op_type): Add new instruction types.
24958         * config/s390/vecintrin.h: Add new builtins and test data class
24959         constants.
24960         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
24961         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
24962         (VEC_INEXACT, VEC_NOINEXACT): New constants.
24963         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
24964         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
24965         ("vec_mergel<mode>"): V_HW -> VEC_HW.
24967         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
24968         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
24969         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
24970         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
24972         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
24973         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
24974         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
24975         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
24977         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
24978         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
24979         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
24980         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
24981         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
24982         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
24983         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
24985         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
24986         ("vec_scatter_element<V_HW_4:mode>_DI")
24987         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
24988         ("vec_fpint<mode>", "vflls")
24989         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
24990         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
24991         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
24992         ("*vec_cmphe<mode>_cc"): ... these.
24994         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
24995         mode constant instead of magic value.
24997 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24999         * config/s390/s390.c (s390_expand_vec_compare): Support other
25000         vector floating point modes than just V2DF.
25001         (s390_expand_vcond): Likewise.
25002         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
25003         (s390_cannot_change_mode_class): Prevent mode changes between TF
25004         and V1TF in vector registers.
25005         * config/s390/s390.md (DF, SF): New mode attributes.
25006         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
25007         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
25008         SFmode support for VRs.
25009         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
25010         vector fp modes.
25011         (VFT, VF_HW): New mode iterators.
25012         (vw, sdx): New mode attributes.
25013         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
25014         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
25015         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
25016         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
25017         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
25018         also the new vector floating point modes.  Renaming to ...
25020         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
25021         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
25022         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
25023         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
25024         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
25025         ("vec_unordered<mode>"): ... these.
25027         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
25028         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
25029         ("*vec_extendv2df"): New insn definitions.
25031 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25033         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
25034         ("mulditi3_2", "*muldi3_sign"): New patterns.
25035         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
25036         rename the pattern definition.
25038 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25040         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
25041         expander.
25042         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
25044 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25046         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
25047         instruction if possible.
25048         * config/s390/vector.md (vec_halfnumelts): New mode
25049         attribute.
25050         ("*vec_vllezlf<mode>"): New pattern.
25052 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25054         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
25055         ("popcountv4si2", "popcountv2di2"): Rename to ...
25056         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
25057         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
25058         condition.
25059         ("popcount<mode>2_vxe"): New pattern.
25061 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25063         * common/config/s390/s390-common.c (processor_flags_table): Add
25064         arch12.
25065         * config.gcc: Add arch12.
25066         * config/s390/driver-native.c (s390_host_detect_local_cpu):
25067         Default to arch12 for unknown CPU model numbers.
25068         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
25069         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
25070         PROCESSOR_max sanity check.
25071         * config/s390/s390-opts.h (enum processor_type): Add
25072         PROCESSOR_ARCH12.
25073         * config/s390/s390.c (processor_table): Add arch12.
25074         (s390_expand_builtin): Add check for B_VXE flag.
25075         (s390_issue_rate): Add PROCESSOR_ARCH12.
25076         (s390_get_sched_attrmask): Likewise.
25077         (s390_get_unit_mask): Likewise.
25078         (s390_sched_score): Enable z13 scheduling for arch12.
25079         (s390_sched_reorder): Likewise.
25080         (s390_sched_variable_issue): Likewise.
25081         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
25082         PF_VXE.
25083         (s390_tune_attr): Use z13 scheduling also for arch12.
25084         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
25085         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
25086         (TARGET_VXE_P): New macros.
25087         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
25088         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
25089         * config/s390/s390.opt: Add arch12 as processor_type.
25091 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25093         * config/s390/s390.md
25094         ("fixuns_truncdddi2", "fixuns_trunctddi2")
25095         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
25096         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
25098         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
25099         Rename expanders to ...
25101         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
25102         ("fixuns_truncdddi2_emu"): ... these.
25104         ("fixuns_trunc<mode>si2_emu"): New expander.
25106         ("*fixuns_truncdfdi2_z13"): Rename to ...
25107         ("*fixuns_truncdfdi2_vx"): ... this.
25109 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25111         * config/s390/2964.md: Remove the single element vector compare
25112         instructions which are no longer used.
25113         * config/s390/s390.c (s390_select_ccmode): Remove handling of
25114         vector CCmodes.
25115         (s390_canonicalize_comparison): Remove handling of DFmode
25116         compares.
25117         (s390_expand_vec_compare_scalar): Remove function.
25118         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
25119         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
25120         pattern.
25121         ("*cmp<mode>_ccs"): Add wfcdb instruction.
25123 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25125         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
25126         FP zero.
25127         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
25128         will anyway by matched by mov<mode>_64dfp.
25130 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25132         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
25133         vlef/vstef.  Add missing operand to vleif.
25135 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25137         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
25138         pair for all vector types with 64 bit elements.
25139         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
25140         * config/s390/vector.md (V_HW_64): ... here.
25141         (V_128_NOSINGLE): New mode iterator.
25142         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
25143         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
25144         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
25145         ("*vec_load_pairv2di"): Change to ...
25146         ("*vec_load_pair<mode>"): ... this one.
25148 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25150         * config/s390/constraints.md: Add comments.
25151         (jKK): Reject element sizes > 8 bytes.
25152         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
25153         s_operands.
25154         * config/s390/s390.md: Add the s_operand checks formerly in
25155         s390_split_ok_p to various splitters where they are still
25156         required.
25157         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
25158         for 128 bit vectors.  Plus two splitters.
25160 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25162         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
25163         the file.
25165 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25167         PR target/79893
25168         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
25169         error if the boundary argument is not constant.
25171 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
25173         PR rtl-optimization/80112
25174         * loop-doloop.c (doloop_condition_get): Don't check condition
25175         if cmp isn't SET with IF_THEN_ELSE src.
25177 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25179         PR tree-optimization/80158
25180         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
25181         replacing a candidate statement, also replace it for the
25182         candidate's alternate interpretation.
25183         (replace_rhs_if_not_dup): Likewise.
25184         (replace_one_candidate): Likewise.
25186 2017-03-24  Richard Biener  <rguenther@suse.de>
25188         PR tree-optimization/80167
25189         * graphite-isl-ast-to-gimple.c
25190         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
25191         properly.
25192         (translate_isl_ast_to_gimple::get_rename): Likewise.
25194 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
25196         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
25197         handling of certain combinations of target options, including the
25198         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
25199         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
25201 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25203         PR target/71436
25204         * config/arm/arm.md (*load_multiple): Add reload_completed to
25205         matching condition.
25207 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25208             Richard Biener  <rguenth@suse.de>
25210         PR tree-optimization/79908
25211         PR tree-optimization/80136
25212         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
25213         been cast away, gimplify_and_add suffices.
25215 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
25217         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
25219 2017-03-23  Richard Biener  <rguenther@suse.de>
25221         PR tree-optimization/80032
25222         * gimplify.c (gimple_push_cleanup): Forced unconditional
25223         cleanups still have to go to the conditional_cleanups
25224         sequence.
25226 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
25228         PR tree-optimization/80072
25229         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
25230         to unsigned int.
25231         (next_operand_entry_id): Change type to unsigned int.
25232         (sort_by_operand_rank): Make sure to return the right return value
25233         even if unsigned fields are bigger than INT_MAX.
25234         (struct oecount): Change cnt and id type to unsigned int.
25235         (oecount_hasher::equal): Formatting fix.
25236         (oecount_cmp): Make sure to return the right return value
25237         even if unsigned fields are bigger than INT_MAX.
25238         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
25240         PR c++/80129
25241         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
25242         TREE_READONLY on result if writing it more than once.
25244         PR sanitizer/80110
25245         * doc/invoke.texi (-fsanitize=thread): Document that with
25246         -fnon-call-exceptions atomics are not able to throw
25247         exceptions.
25249         PR sanitizer/80110
25250         * tsan.c: Include tree-eh.h.
25251         (instrument_builtin_call): Call maybe_clean_eh_stmt or
25252         maybe_clean_or_replace_eh_stmt where needed.
25253         (instrument_memory_accesses): Add cfg_changed argument.
25254         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
25255         if it returned true.
25256         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
25258         PR rtl-optimization/63191
25259         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
25260         wrapper function, moved the whole old content into ...
25261         (ix86_delegitimize_address_1): ... this.  New inline function.
25262         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
25263         true as last argument instead of ix86_delegitimize_address.
25265 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
25267         * config/aarch64/aarch64.c (generic_branch_cost): Copy
25268         cortexa57_branch_cost.
25270 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
25272         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
25274 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
25276         PR target/80123
25277         * doc/md.texi (Constraints): Document wA constraint.
25278         * config/rs6000/constraints.md (wA): New.
25279         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
25280         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
25281         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
25282         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
25284 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
25286         PR c++/80029
25287         * gimplify.c (is_oacc_declared): New function.
25288         (oacc_default_clause): Use it to set default flags for acc declared
25289         variables inside parallel regions.
25290         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
25291         declared variables.
25292         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
25293         declare attribute to any decl as necessary.
25295 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
25297         PR target/80082
25298         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
25299         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
25300         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
25301         (arm_arch_lpae): This.
25302         * config/arm/arm.c (arm_arch7ve): Rename into ...
25303         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
25304         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
25305         arm_arch_lpae.
25307 2017-03-22  Martin Liska  <mliska@suse.cz>
25309         PR target/79906
25310         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
25311         error message instead of an ICE.
25313 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25315         * doc/extend.texi (6.11 Additional Floating Types): Revise.
25317 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
25319         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
25320         comments.
25321         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
25322         comments.
25324 2017-03-21  Martin Sebor  <msebor@redhat.com>
25326         * doc/extend.texi: Use "cannot" instead of "can't."
25327         * doc/hostconfig.texi: Same.
25328         * doc/install.texi: Same.
25329         * doc/invoke.texi: Same.
25330         * doc/loop.texi: Same.
25331         * doc/md.texi: Same.
25332         * doc/objc.texi: Same.
25333         * doc/rtl.texi: Same.
25334         * doc/tm.texi: Same.
25335         * doc/tm.texi.in: Same.
25336         * doc/trouble.texi: Same.
25338 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
25340         PR debug/63238
25341         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
25342         (collect_checksum_attributes): Set it.
25343         (die_checksum_ordered): Use it.
25345 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25347         PR tree-optimization/79908
25348         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
25349         change: For a VA_ARG whose LHS has been cast away, use
25350         force_gimple_operand to construct the side effects.
25352 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
25354         PR translation/80001
25355         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
25356         more amenable to translation.
25357         (oacc_loop_auto_partitions): Likewise.
25359 2017-03-21  Marek Polacek  <polacek@redhat.com>
25360             Martin Sebor  <msebor@redhat.com>
25362         PR tree-optimization/80109
25363         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
25364         on INTEGRAL_TYPE_P.
25366 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
25367             Segher Boessenkool  <segher@kernel.crashing.org>
25369         PR target/80125
25370         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
25371         check reg_used_between_p between insn and one of succ or succ2
25372         depending on if succ is artificial insn not inserted into insn
25373         stream.
25375 2017-03-21  Martin Liska  <mliska@suse.cz>
25377         PR gcov-profile/80081
25378         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
25379         * doc/gcc.texi: Include gcov-dump stuff.
25380         * doc/gcov-dump.texi: New file.
25382 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
25384         PR rtl-optimization/79150
25385         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
25386         conditional jump, if the jump is the last insn of the loop.
25388 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25389             Richard Biener  <rguenth@suse.de>
25391         PR tree-optimization/79908
25392         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
25393         been cast away, use force_gimple_operand to construct the side
25394         effects.
25396 2017-03-21  Martin Liska  <mliska@suse.cz>
25398         PR libfortran/79956
25399         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
25400         to NULL.
25402 2017-03-21  Brad Spengler <spender@grsecurity.net>
25404         PR plugins/80094
25405         * plugin.c (htab_hash_plugin): New function.
25406         (add_new_plugin): Use it and adjust.
25407         (parse_plugin_arg_opt): Adjust.
25408         (init_one_plugin): Likewise.
25410 2017-03-21  Richard Biener  <rguenther@suse.de>
25412         PR tree-optimization/80032
25413         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
25414         if set force the cleanup to happen unconditionally.
25415         (gimplify_target_expr): Push inserted clobbers with force_uncond
25416         to avoid them being removed by control-dependent DCE.
25418 2017-03-21  Richard Biener  <rguenther@suse.de>
25420         PR tree-optimization/80122
25421         * tree-inline.c (copy_bb): Do not expans va-arg packs or
25422         va_arg_pack_len when the inlined call stmt requires pack
25423         expansion itself.
25424         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
25426 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
25428         PR sanitizer/78158
25429         * tsan.c (instrument_builtin_call): If the memory model argument
25430         is not a constant, assume it is valid.
25432         PR c/67338
25433         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
25434         avoid UB.
25436 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
25438         PR rtl-optimization/79910
25439         * combine.c (can_combine_p): Do not allow combining an I0 or I1
25440         if its dest is used by an insn before I2 (other than the combined
25441         insns themselves, which are properly handled already).
25443 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
25445         Revert:
25446         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
25448         * combine.c (record_used_regs): New static function.
25449         (try_combine): Handle situations where there is an additional
25450         instruction between I2 and I3 which needs to have a LOG_LINK
25451         updated.
25453         Revert:
25454         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
25456         * combine.c (try_combine): Delete redundant i1 test.  Call
25457         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
25459 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
25461         PR target/80083
25462         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
25463         alternatives 13/14.
25465 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25467         PR tree-optimization/80054
25468         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
25469         the optimization if a PHI or any of its arguments is not dominated
25470         by the candidate's basis.  Use gphi* rather than gimple* as
25471         appropriate.
25472         (replace_profitable_candidates): Clean up a gimple* variable that
25473         should be a gphi* variable.
25475 2017-03-20  Martin Sebor  <msebor@redhat.com>
25477         PR c++/52477
25478         * doc/extend.texi (attribute constructor): Document present limitation.
25480 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
25482         PR target/79963
25483         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
25484         __POWER9_VECTOR__ #ifdef control, change template definition to
25485         use Power9-specific built-in function.
25486         (vec_any_eq): Likewise.
25487         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
25488         to control outcomes from this test.
25489         (vector_ae_<mode>p): For VEC_F modes, likewise.
25491 2017-03-20  Ian Lance Taylor  <iant@google.com>
25493         * config/i386/i386.c (ix86_function_regparm): Save an extra
25494         register for -fsplit-stack with DECL_STATIC_CHAIN.
25496 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
25498         PR target/79912
25499         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
25500         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
25502 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
25504         * config/riscv/riscv.c (riscv_print_operand): Use "fence
25505         iorw,ow".
25506         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
25507         iorw,iorw".
25509 2017-03-20  Marek Polacek  <polacek@redhat.com>
25511         PR sanitizer/80063
25512         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
25514 2017-03-20  Richard Biener  <rguenther@suse.de>
25516         PR tree-optimization/80113
25517         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
25518         allocate extra SSA name for PHI def.
25519         (add_close_phis_to_outer_loops): Likewise.
25520         (add_close_phis_to_merge_points): Likewise.
25521         (copy_loop_close_phi_args): Likewise.
25522         (copy_cond_phi_nodes): Likewise.
25524 2017-03-20  Martin Liska  <mliska@suse.cz>
25526         PR middle-end/79753
25527         * tree-chkp.c (chkp_build_returned_bound): Do not build
25528         returned bounds for a LHS that's not a BOUNDED_P type.
25530 2017-03-20  Martin Liska  <mliska@suse.cz>
25532         PR target/79769
25533         PR target/79770
25534         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
25535         COMPLEX_CST and VECTOR_CST.
25537 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25539         PR target/78857
25540         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
25541         target operand.  A new splitter adds the clobber statement in case
25542         the target operand is dead anyway.
25544 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
25546         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
25547         to age-old versions of binutils and glibc.
25549 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
25551         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
25553 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
25555         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
25557 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
25559         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
25560         requirement for binutils 2.13.
25562 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
25564         * combine.c (try_combine): Delete redundant i1 test.  Call
25565         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
25567 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
25569         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
25570         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
25571         contents.
25572         <riscv64-*-elf>: Re-arrange section
25573         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
25574         <riscv32-*-linux>: Likewise.
25575         <riscv64-*-elf>: Likewise
25576         <riscv64-*-linux>: Likewise.
25578 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
25580         PR target/80052
25581         * aarch64.opt(verbose-cost-dump): Fix typo.
25583 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
25585         PR target/79951
25586         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
25587         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
25589 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
25591         * reload.c (find_reloads): When reloading a nonoffsettable address,
25592         use RELOAD_OTHER for it and its address reloads.
25594         PR rtl-optimization/79910
25595         * combine.c (record_used_regs): New static function.
25596         (try_combine): Handle situations where there is an additional
25597         instruction between I2 and I3 which needs to have a LOG_LINK
25598         updated.
25600 2017-03-17  Jeff Law  <law@redhat.com>
25602         PR tree-optimization/71437
25603         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
25604         conditional in the hash table first.
25605         (vrp_dom_walker::before_dom_children): Extract condition from
25606         ASSERT_EXPR.  Record condition, its inverion and any implied
25607         conditions as well.
25609 2017-03-17  Marek Polacek  <polacek@redhat.com>
25610             Markus Trippelsdorf  <markus@trippelsdorf.de>
25612         PR tree-optimization/80079
25613         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
25614         m_stores_head.
25616 2017-03-17  Richard Biener  <rguenther@suse.de>
25618         PR middle-end/80075
25619         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
25620         Properly verify the LHS before the RHS possibly claims to be
25621         handled.
25622         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
25623         do not throw.
25625 2017-03-17  Martin Jambor  <mjambor@suse.cz>
25627         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
25628         (List of -O2 options): Likewise.
25629         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
25630         (-fipa-vrp) New.
25632 2017-03-17  Tom de Vries  <tom@codesourcery.com>
25634         * gcov-dump.c (print_usage): Print bug_report_url.
25636 2017-03-17  Richard Biener  <rguenther@suse.de>
25638         PR middle-end/80050
25639         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
25640         (parser::peek): Likewise.
25642 2017-03-17  Richard Biener  <rguenther@suse.de>
25644         PR tree-optimization/80048
25645         * sese.c (free_sese_info): Properly release rename_map and
25646         copied_bb_map elements.
25648 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
25650         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
25651         Add linked-list forward and backlinks.  Insert on
25652         construction, remove on destruction.
25653         (class pass_store_merging): Add m_stores_head field.
25654         (pass_store_merging::terminate_and_process_all_chains):
25655         Iterate over m_stores_head list.
25656         (pass_store_merging::terminate_all_aliasing_chains):
25657         Likewise.
25658         (pass_store_merging::execute): Check for debug stmts first.
25659         Push new chains onto the m_stores_head stack.
25661 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
25663         PR target/71294
25664         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
25665         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
25666         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
25668 2017-03-16  Jeff Law  <law@redhat.com>
25670         PR tree-optimization/71437
25671         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
25672         member function.  Implementation moved into after_dom_children
25673         member function and into the threader's thread_outgoing_edges
25674         function.
25675         (dom_opt_dom_walker::after_dom_children): Simplify by moving
25676         some code into new thread_outgoing_edges.
25677         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
25678         definition.  Simplify marker handling (do it here).   Assume we always
25679         have the available expression and the const/copies tables.
25680         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
25681         and tree-vrp.c
25682         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
25683         * tree-vrp.c (equiv_stack): No longer file scoped.
25684         (vrp_dom_walker): New class.
25685         (vrp_dom_walker::before_dom_children): New member function.
25686         (vrp_dom_walker::after_dom_children): Likewise.
25687         (identify_jump_threads):  Setup domwalker.  Use it rather than
25688         walking edges in a random order by hand.  Simplify setup/finalization.
25689         (finalize_jump_threads): Remove.
25690         (vrp_finalize): Do not call identify_jump_threads here.
25691         (execute_vrp): Do it here instead and call thread_through_all_blocks
25692         here too.
25694         PR tree-optimization/71437
25695         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
25696         callers changed.
25697         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
25698         callers changed.
25699         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
25700         (dom_opt_dom_walker::thread_across_edge): Remove
25701         handle_dominating_asserts argument.  All callers changed.
25702         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
25703         changes.  Remove calls to lhs_of_dominating_assert.  Other
25704         uses of handle_dominating_asserts turn into unconditional code
25705         (simplify_control_stmt_condition_1): Likewise.
25706         (simplify_control_stmt_condition): Likewise.
25707         (thread_through_normal_block, thread_across_edge): Likewise.
25708         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
25709         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
25710         object if it is not an SSA_NAME.
25711         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
25712         before calling into the VRP specific simplifiers.
25713         (identify_jump_threads): Remove handle_dominating_asserts
25714         argument.
25716 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
25718         PR fortran/79886
25719         * tree-diagnostic.c (default_tree_printer): No longer static.
25720         * tree-diagnostic.h (default_tree_printer): New prototype.
25722 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
25724         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
25725         Change ins into fmov.
25727 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25729         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
25730         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
25731         Use h_con constraint for operand 1.
25732         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
25733         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
25735 2017-03-15  Jeff Law  <law@redhat.com>
25737         PR tree-optimization/71437
25738         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
25739         (record_temporary_equivalences): Use it.
25741         PR tree-optimization/71437
25742         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
25743         tree-ssa-scopedtables.
25744         (lookup_avail_expr, build_and_record_new_cond): Likewise.
25745         (record_conditions, record_cond, vuse_eq): Likewise.
25746         (record_edge_info): Adjust to API tweak of record_conditions.
25747         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
25748         (record_temporary_equivalences, optimize_stmt): Likewise.
25749         (eliminate_redundant_computations): Likewise.
25750         (record_equivalences_from_stmt): Likewise.
25751         * tree-ssa-scopedtables.c: Include options.h and params.h.
25752         (vuse_eq): New function, moved from tree-ssa-dom.c
25753         (build_and_record_new_cond): Likewise.
25754         (record_conditions): Likewise.  Accept vector of conditions rather
25755         than edge_equivalence structure for first argument.
25756         for the first argument.
25757         (avail_exprs_stack::lookup_avail_expr): New member function, moved
25758         from tree-ssa-dom.c.
25759         (avail_exprs_stack::record_cond): Likewise.
25760         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
25761         from tree-ssa-dom.c.
25762         (avail_exprs_stack): Add new member functions lookup_avail_expr
25763         and record_cond.
25764         (record_conditions): Declare.
25766 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
25768         PR target/80017
25769         * lra-constraints.c (process_alt_operands): Increase reject for
25770         reloading an input/output operand.
25772 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
25774         PR target/79038
25775         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
25776         insns to convert from signed/unsigned char/short to IEEE 128-bit
25777         floating point.
25778         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
25780 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
25782         PR target/80019
25783         * config/i386/i386.c (ix86_vector_duplicate_value): Create
25784         subreg of inner mode for values already in registers.
25786 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
25788         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
25789         iteration reg is used after the loop.
25791 2017-03-14  Martin Sebor  <msebor@redhat.com>
25793         PR tree-optimization/79800
25794         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
25795         precision in negative-positive range.
25796         (format_floating): Call non-const overload with adjusted precision.
25798 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
25800         PR target/79947
25801         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
25802         -mpowerpc-gfxopt.
25804 2017-03-14  Martin Sebor  <msebor@redhat.com>
25806         PR middle-end/80020
25807         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
25808         * builtins.def (aligned_alloc): Use it.
25810         PR c/79936
25811         * Makefile.in (GTFILES): Add calls.c.
25812         * calls.c: Include "gt-calls.h".
25814 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
25816         PR rtl-optimization/79728
25817         * regs.h (struct target_regs): New field
25818         x_contains_allocatable_regs_of_mode.
25819         (contains_allocatable_regs_of_mode): New macro.
25820         * reginfo.c (init_reg_sets_1): Initialize it, and change
25821         contains_reg_of_mode so it includes global regs as well.
25822         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
25823         rather than contains_regs_of_mode.
25825 2017-03-14  Martin Liska  <mliska@suse.cz>
25827         * doc/invoke.texi: Document options that can't be combined with
25828         -fcheck-pointer-bounds.
25830 2017-03-14  Martin Liska  <mliska@suse.cz>
25832         PR middle-end/79831
25833         * doc/invoke.texi (-Wchkp): Document the option.
25835 2017-03-14  Martin Liska  <mliska@suse.cz>
25837         * Makefile.in: Install gcov-dump.
25839 2017-03-14  Martin Liska  <mliska@suse.cz>
25841         * multiple_target.c (expand_target_clones): Bail out for
25842         an invalid attribute.
25844 2017-03-14  Richard Biener  <rguenther@suse.de>
25846         * alias.c (struct alias_set_entry): Pack properly.
25847         * cfgloop.h (struct loop): Likewise.
25848         * cse.c (struct set): Likewise.
25849         * ipa-utils.c (struct searchc_env): Likewise.
25850         * loop-invariant.c (struct invariant): Likewise.
25851         * lra-remat.c (struct cand): Likewise.
25852         * recog.c (struct change_t): Likewise.
25853         * rtl.h (struct address_info): Likewise.
25854         * symbol-summary.h (function_summary): Likewise.
25855         * tree-loop-distribution.c (struct partition): Likewise.
25856         * tree-object-size.c (struct object_size_info): Likewise.
25857         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
25858         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
25859         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
25860         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
25861         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
25862         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
25863         (struct _stmt_vec_info): Likewise.
25865 2017-03-14  Martin Liska  <mliska@suse.cz>
25867         PR target/79892
25868         * multiple_target.c (create_dispatcher_calls): Check that
25869         a target can create a function dispatcher.
25871 2017-03-14  Martin Liska  <mliska@suse.cz>
25873         PR lto/66295
25874         * multiple_target.c (expand_target_clones): Drop local.local
25875         flag for default implementation.
25877 2017-03-14  Richard Biener  <rguenther@suse.de>
25879         PR tree-optimization/80030
25880         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
25882 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
25884         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
25885         gcc_fallthrough() instead of __attribute__((fallthrough));
25887 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
25889         * doc/gcc.texi: Remove "up" link to (DIR).
25890         * doc/gccint.texi: Ditto.
25892 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
25894         * doc/install.texi (Specific) <avr>: Remove reference to
25895         binutils 2.13.
25897 2017-03-13  Jeff Law  <law@redhat.com>
25899         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
25900         attribute rather than comments.
25902         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
25903         match_scratch operand is highest.
25905 2017-03-13  Martin Liska  <mliska@suse.cz>
25907         PR middle-end/78339
25908         * ipa-pure-const.c (warn_function_noreturn): If the declarations
25909         is a CHKP clone, use original declaration.
25911 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
25913         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
25914         (arc_conditional_register_usage): Use a different allocation order
25915         when optimizing for size.
25916         * common/config/arc/arc-common.c (arc_option_optimization_table):
25917         Section anchors default on when optimizing for size.
25919 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
25921         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
25923 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
25925         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
25926         * config/arc/arc.md (cpu_facility): Add cd variant.
25927         (*movqi_insn): Add code density variant.
25928         (*movhi_insn): Likewise.
25929         (*movqi_insn): Likewise.
25930         (*addsi3_mixed): Likewise.
25931         (subsi3_insn): Likewise.
25933 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
25935         * config/arc/arc.md (movsi_cond_exec): Update constraint.
25937 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
25939         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
25940         expressions with MINUS and UNARY ops.
25942 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25944         PR target/79911
25945         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
25946         Rename to...
25947         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
25948         between vec_select and vector argument.
25949         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
25950         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
25951         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
25952         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
25953         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
25954         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
25956 2017-03-13  Richard Biener  <rguenther@suse.de>
25958         PR other/79991
25959         * params.def (vect-max-peeling-for-alignment): Fix typo.
25961 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
25963         * doc/install.texi (Specific) <mips-*-*>: Remove description of
25964         issue that only occurred with binutils below 2.18.
25966 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
25968         * doc/install.texi (Specific) <cris-axis-elf>: No longer
25969         refer to binutils 2.11/2.12 minimum.
25971 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
25973         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
25974         ftp.kernel.org and simplify binutils requirement.
25976 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
25978         * doc/invoke.texi (Warning Options): Fix spelling of link-time
25979         optimization.
25980         (Optimize Options): Ditto.  Also remove redundancy.
25982 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
25984         PR translation/79848
25985         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
25986         "%qs".
25987         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
25988         to G_ to avoid double translation.
25990 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
25992         PR translation/79923
25993         * auto-profile.c (get_combined_location): Convert leading
25994         character of diagnostics to lower case and remove trailing period.
25995         (read_profile): Likewise for various diagnostics.
25996         * config/arm/arm.c (arm_option_override): Remove trailing period
25997         from various diagnostics.
25998         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
25999         (msp430_expand_delay_cycles): Likewise.
26001 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
26003         PR target/79925
26004         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
26005         full command-line argument, rather than just "str".
26006         (aarch64_validate_march): Likewise.
26007         (aarch64_validate_mtune): Likewise.
26009 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
26011         PR rtl-optimization/78911
26012         * lra-assigns.c (must_not_spill_p): New function.
26013         (spill_for): Use it.
26015 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
26017         PR tree-optimization/79981
26018         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
26019         ATOMIC_COMPARE_EXCHANGE ifn result.
26020         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
26021         IFN_ATOMIC_COMPARE_EXCHANGE.
26023 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
26025         PR driver/79875
26026         * opts.c (parse_sanitizer_options): Add missing question mark to
26027         "did you mean" message.
26029 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26031         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
26032         built-in.
26033         (VMULEUH_UNS): Likewise.
26034         (VMULOUB_UNS): Likewise.
26035         (VMULOUH_UNS): Likewise.
26036         * config/rs6000/rs6000.c (builtin_function_type): Remove
26037         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
26039 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
26041         PR bootstrap/79952
26042         * read-rtl-function.c (function_reader::read_rtx_operand): Update
26043         x with result of extra_parsing_for_operand_code_0.
26044         (function_reader::extra_parsing_for_operand_code_0): Convert
26045         return type from void to rtx, returning x.  When reading
26046         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
26047         larger size containing struct block_symbol.
26049 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
26051         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
26052         -mfloat128-hardware without -m64.
26054 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
26056         PR target/79941
26057         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
26058         entries to the case statement that marks unsigned arguments to
26059         overloaded functions.
26061 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
26063         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
26064         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
26066 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
26068         PR target/79907
26069         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
26070         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
26072 2017-03-10  Martin Liska  <mliska@suse.cz>
26074         PR target/65705
26075         PR target/69804
26076         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
26077         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
26078         FIELD != NULL.
26080 2017-03-10  Olivier Hainque  <hainque@adacore.com>
26082         * tree-switch-conversion (array_value_type): Start by resetting
26083         candidate type to it's main variant.
26085 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
26087         PR rtl-optimization/79909
26088         * combine.c (try_combine): Use simplify_replace_rtx on individual
26089         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
26090         of the whole CALL_INSN_FUNCTION_USAGE.
26092         PR tree-optimization/79972
26093         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
26094         get_range_info on SSA_NAMEs.  Formatting fixes.
26096 2017-03-10  Richard Biener  <rguenther@suse.de>
26097             Jakub Jelinek  <jakub@redhat.com>
26099         PR tree-optimization/77975
26100         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
26101         edge to be constant.
26102         (get_val_for): For constant x return it.  Formatting fix.
26103         (loop_niter_by_eval): Avoid pointless looping if the next iteration
26104         would use the same bases as the current one.
26106 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26108         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
26109         instead of vec_select for V1TImode.
26110         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
26111         longer needed.
26112         (VSX_LE_128): Add V1TI to this mode iterator.
26113         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
26114         (*vsx_le_perm_store_<mode>): Likewise.
26115         (pre-reload splitter for VSX stores): Likewise.
26116         (post-reload splitter for VSX stores): Likewise.
26117         (*vsx_xxpermdi2_le_<mode>): Likewise.
26118         (*vsx_lxvd2x2_le_<mode>): Likewise.
26119         (*vsx_stxvd2x2_le_<mode>): Likewise.
26121 2017-03-09  Michael Eager  <eager@eagercon.com>
26123         Correct failures with --enable-checking=yes,rtl.
26125         * config/microblaze/microblaze.c (microblaze_expand_shift):
26126         Replace GET_CODE test with CONST_INT_P and INTVAL test with
26127         test for const0_rtx.
26128         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
26129         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
26131 2017-03-09  Richard Biener  <rguenther@suse.de>
26133         PR tree-optimization/79977
26134         * graphite-scop-detection.c (scop_detection::merge_sese):
26135         Handle the case of extra exits to blocks dominating the entry.
26137 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
26139         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
26140         Document rdynamic.
26142 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
26144         PR rtl-optimization/79949
26145         * lra-constraints.c (process_alt_operands): Check memory when
26146         trying to predict a cycle.  Print about the overall increase.
26148 2017-03-09  Richard Biener  <rguenther@suse.de>
26150         PR middle-end/79971
26151         * gimple-expr.c (useless_type_conversion_p): Preserve
26152         TYPE_SATURATING for fixed-point types.
26154 2017-03-09  Richard Biener  <rguenther@suse.de>
26156         PR ipa/79970
26157         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
26158         alignment of BLKmode params.
26160 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26162         PR target/79913
26163         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
26164         (VALL_NO_V2Q): Likewise.
26165         (VDQF_DF): Delete.
26166         * config/aarch64/aarch64-simd.md
26167         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
26168         iterator.
26169         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
26170         VALL_NO_V2Q mode iterator.
26171         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
26173 2017-03-09  Martin Liska  <mliska@suse.cz>
26175         PR tree-optimization/79631
26176         * tree-chkp-opt.c (chkp_is_constant_addr): Call
26177         tree_int_cst_sign_bit just for INTEGER constants.
26179 2017-03-09  Martin Liska  <mliska@suse.cz>
26181         PR target/65705
26182         PR target/69804
26183         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
26184         sanitizers.
26186 2017-03-09  Marek Polacek  <polacek@redhat.com>
26188         PR c++/79672
26189         * tree.c (inchash::add_expr): Handle TREE_VEC.
26191 2017-03-09  Martin Liska  <mliska@suse.cz>
26193         PR ipa/79764
26194         (chkp_narrow_size_and_offset): New function.
26195         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
26196         (void chkp_parse_bit_field_ref): New function.
26197         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
26198         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
26200 2017-03-09  Martin Liska  <mliska@suse.cz>
26202         PR ipa/79761
26203         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
26204         (chkp_find_bounds_1): Remove gcc_unreachable.
26206 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
26208         PR sanitizer/79944
26209         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
26210         BUILT_IN_SYNC*, determine the access type from the size suffix and
26211         always build a MEM_REF with that type.  Handle forgotten
26212         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
26214         PR target/79932
26215         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
26216         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
26217         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
26218         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
26219         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
26220         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
26221         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
26222         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
26223         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
26224         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
26225         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
26226         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
26227         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
26228         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
26229         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
26230         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
26231         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
26232         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
26233         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
26234         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
26235         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
26236         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
26237         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
26238         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
26239         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
26240         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
26241         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
26242         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
26243         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
26244         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
26245         definitions outside of __OPTIMIZE__ guarded section.
26247         PR target/79932
26248         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
26249         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
26250         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
26251         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
26252         guarded section.
26254 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
26256         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
26257         ("vfenez<mode>"): Add missing constraints.
26259 2017-03-08  Martin Sebor  <msebor@redhat.com>
26261         PR target/79928
26262         * config/nds32/nds32.c (nds32_option_override):
26263         Fix misspelled diagnostic.
26265 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
26267         PR c/79940
26268         * gimplify.c (gimplify_omp_for): Replace index var in outer
26269         taskloop statement with an artificial variable and add
26270         OMP_CLAUSE_PRIVATE clause for it.
26272 2017-03-08  Richard Biener  <rguenther@suse.de>
26274         PR tree-optimization/79955
26275         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
26276         for accesses that are completely outside of the variable.
26278 2017-03-08  Andrew Haley  <aph@redhat.com>
26280         PR tree-optimization/79943
26281         * tree-ssa-loop-split.c (compute_new_first_bound): When
26282         calculating the new upper bound, (END-BEG) should be added, not
26283         subtracted.
26285 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
26287         * config/avr/avr.md (setmemhi): Make sure match_dup
26288         operand number comes before match_scratch.
26290 2017-03-08  Richard Biener  <rguenther@suse.de>
26292         PR tree-optimization/79920
26293         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
26294         with ncopies == 1 to ...
26295         (vect_transform_slp_perm_load): ... here.  Properly compute
26296         all element loads by iterating VF times over the group.  Do
26297         not handle ncopies (computed in a broken way) in
26298         vect_create_mask_and_perm.
26300 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
26302         PR sanitizer/79904
26303         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
26304         is a uniform vector, use uniform_vector_p return value instead of
26305         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
26307 2017-03-07  Marek Polacek  <polacek@redhat.com>
26309         PR middle-end/79809
26310         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
26311         (alloca_call_type): Likewise.
26313 2017-03-07  Martin Liska  <mliska@suse.cz>
26315         * gcov.c (process_args): Put comment to correct location.
26317 2017-03-07  Martin Liska  <mliska@suse.cz>
26319         PR middle-end/68270
26320         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
26321         Use array_at_struct_end_p instead of DECL_CHAIN (field).
26322         (chkp_narrow_bounds_for_field): Likewise.
26323         (chkp_parse_array_and_component_ref): Pass one more argument to
26324         call.
26326 2017-03-07  Richard Biener  <rguenther@suse.de>
26328         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
26329         preheaders.
26331 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
26333         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
26334         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
26336 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26338         PR c/79855
26339         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
26340         to end of description.
26341         (PARAM_MAX_STORES_TO_MERGE): Likewise.
26343 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
26345         PR rtl-optimization/79901
26346         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
26347         ...
26348         (*avx512f_<code><mode>3<mask_name>): ... this.
26349         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
26350         iterator instead of VI8_AVX2_AVX512BW.
26352         PR rtl-optimization/79901
26353         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
26354         min/max expander, expand it using expand_vec_cond_expr.
26356         PR sanitizer/79897
26357         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
26358         temporary.
26360 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
26362         PR c++/79821
26363         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
26364         to void * for PCH reasons.
26365         * dwarf2out.c (output_loc_operands, output_die): Cast
26366         v.val_vec.array to unsigned char *.
26368 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
26370         PR target/77850
26371         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
26372         vector types.
26374 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
26376         PR rtl-optimization/79571
26377         * lra-constraints.c (process_alt_operands): Calculate static
26378         reject and subtract it from overall when only addresses will be
26379         reloaded.
26381 2017-03-06  Julia Koval  <julia.koval@intel.com>
26383         PR target/79793
26384         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
26385         incoming stack boundary to 128 for 64-bit targets.
26387 2017-03-06  Richard Biener  <rguenther@suse.de>
26389         PR tree-optimization/79894
26390         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
26391         to NULL after folding it.
26393 2017-03-06  Richard Biener  <rguenther@suse.de>
26395         PR tree-optimization/79824
26396         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
26397         check disabling peeling for gaps.
26399 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
26401         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
26402         attributes): Document gettimeofday.
26404 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
26406         * config/s390/s390.c (s390_option_override_internal): Set
26407         PARAM_MIN_VECT_LOOP_BOUND
26409 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
26411         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
26412         * config/s390/s390.md: Likewise.
26414 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
26416         PR target/79812
26417         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
26418         (<avx2_avx512>_perm<mode>): Rename to ...
26419         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
26420         of VI8F_256_512.
26421         (<avx512>_perm<mode>_mask): Rename to ...
26422         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
26423         of VI8F_256_512.
26424         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
26425         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
26426         instead of VI8F_256_512.
26427         (avx512f_perm<mode>): New define_expand.
26428         (avx512f_perm<mode>_mask): Likewise.
26429         (avx512f_perm<mode>_1<mask_name>): New define_insn.
26430         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
26432 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
26434         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
26435         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
26436         if_then_else.
26437         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
26439 2017-03-06  Martin Liska  <mliska@suse.cz>
26441         PR sanitize/79783
26442         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
26443         when having a SSA NAME w/o VAR_DECL assigned to it.
26445 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
26447         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
26448         msa_dpsub_<su>_d): Fix MODE for vec_select.
26450 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
26452         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
26453         argument.
26454         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
26456 2017-03-06  Richard Biener  <rguenther@suse.de>
26458         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
26459         * plugin.c (register_plugin_info): Likewise.
26460         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
26462 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
26464         * config/i386/sse.md (sse_storehps, sse_storelps,
26465         avx_<castmode><avxsizesuffix>_<castmode>,
26466         avx512f_<castmode><avxsizesuffix>_<castmode>,
26467         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
26468         in condition that at least one operand is not a MEM.
26470 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
26472         PR middle-end/79805
26473         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
26474         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
26475         ECF_NOTHROW.
26476         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
26477         gimple_call_nothrow_p flag based on whether original builtin can throw.
26478         If it can, emit following stmts on the fallthrough edge.
26479         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
26480         don't create new bb if inserting just debug stmts on the edge, try to
26481         insert them on the fallthru bb or just reset debug stmts.
26483 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
26485         PR target/43763
26486         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
26487         restore recog_data (including the operand rtxes inside it) around
26488         the call to get_insn_template.
26490 2017-03-03  Martin Sebor  <msebor@redhat.com>
26492         PR tree-optimization/79699
26493         * context.c (context::~context): Free MPFR caches to avoid
26494         a memory leak on program exit.
26496 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26498         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
26499         Use wide_int::ulow () instead of .elt (0).
26501 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
26503         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
26504         (*pushxf): Limit oF constraint to 32bit targets and add oC
26505         constraint for 64bit targets.
26506         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
26507         (*pushdf): Change rmF constraint to rmC.
26509 2017-03-03  Martin Liska  <mliska@suse.cz>
26511         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
26512         Remove unused variable.
26514 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
26516         PR target/79807
26517         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
26518         is a memory operand, increase num_memory.
26519         (ix86_expand_args_builtin): Likewise.
26521 2017-03-03  Jan Hubicka  <jh@suse.cz>
26523         PR lto/79760
26524         * ipa-devirt.c (maybe_record_node): Properly handle
26525         __cxa_pure_virtual visibility.
26527 2017-03-03  Martin Liska  <mliska@suse.cz>
26529         PR tree-optimization/79803
26530         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
26531         assert.
26532         (pass_loop_prefetch::execute): Disabled optimization if an
26533         assumption about L1 cache size is not met.
26535 2017-03-03  Martin Liska  <mliska@suse.cz>
26537         PR rtl-optimization/79574
26538         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
26539         (hash_scan_set): Likewise.
26540         (dump_hash_table): Likewise.
26541         (hoist_code): Likewise.
26543 2017-03-03  Richard Biener  <rguenther@suse.de>
26545         * fixed-value.c (fixed_from_string): Restore use of elt (1)
26546         in place of uhigh ().
26547         (fixed_convert_from_real): Likewise.
26549 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
26551         PR target/79514
26552         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
26554 2017-03-03  Richard Biener  <rguenther@suse.de>
26556         PR middle-end/79818
26557         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
26558         TYPE_OVERFLOW_UNDEFINED check.
26560 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26562         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
26563         numbers.
26564         (vector_ae_<mode>_p): Likewise.
26565         (vector_nez_<mode>_p): Likewise.
26566         (vector_ne_v2di_p): Likewise.
26567         (vector_ae_v2di_p): Likewise.
26568         (vector_ne_<mode>_p): Likewise.
26569         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
26570         numbers.
26571         (vsx_tsqrt<mode>2_fe): Likewise.
26573 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
26575         PR target/79514
26576         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
26578 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
26580         PR rtl-optimization/79780
26581         * cprop.c (one_cprop_pass): When second and further conditional trap
26582         in a single basic block is turned into an unconditional trap, turn it
26583         into a deleted note to avoid RTL verification failures.
26585 2017-03-02  Richard Biener  <rguenther@suse.de>
26587         * fold-const.c (const_binop): Use ulow () instead of elt (0).
26589 2017-03-02  Richard Biener  <rguenther@suse.de>
26591         PR tree-optimization/79345
26592         PR c++/42000
26593         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
26594         param and abort the walk, returning -1 if it is hit.
26595         (walk_aliased_vdefs): Take a limit param and pass it on.
26596         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
26597         defaulting to 0 and return a signed int.
26598         * tree-ssa-uninit.c (struct check_defs_data): New struct.
26599         (check_defs): New helper.
26600         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
26601         about uninitialized memory.
26602         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
26603         bogus uninitialized warning.
26604         (fixed_convert_from_real): Likewise.
26606 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
26608         PR tree-optimization/66768
26609         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
26610         iv_use if base object can't be determined.
26612 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
26614         PR tree-optimization/79345
26615         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
26616         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
26617         (get_pattern_stats): Initialize it.
26618         * genemit.c (gen_expand): Verify match_scratch numbers come after
26619         match_operand/match_dup numbers.
26620         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
26621         match_scratch numbers.
26622         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
26623         Likewise.
26624         * config/s390/s390.md (trunctdsd2): Likewise.
26626 2017-03-02  Richard Biener  <rguenther@suse.de>
26628         * wide-int.h (wide_int_storage::operator=): Implement in terms
26629         of wi::copy.
26631 2017-03-02  Richard Biener  <rguenther@suse.de>
26633         PR tree-optimization/79777
26634         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
26635         the to insert expression to sth existing.
26637 2017-03-01  Martin Sebor  <msebor@redhat.com>
26639         PR middle-end/79692
26640         * gimple-ssa-sprintf.c
26641         (directive::known_width_and_precision): New function.
26642         (format_integer): Use it.
26643         (get_mpfr_format_length): Consider the full range of precision
26644         when computing %g output with the # flag.  Set the likely byte
26645         count to 3 rather than 1 when precision is indeterminate.
26646         (format_floating): Correct the lower bound of precision.
26648 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26650         * doc/invoke.texi: Document default code model for 64-bit Linux.
26652 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
26654         PR target/79752
26655         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
26656         udiv rather than div since input pattern is unsigned.
26658 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
26660         * config/i386/i386.c (print_reg): Warn for values of
26661         unsupported size in integer register.
26663 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
26665         PR target/79439
26666         * config/rs6000/predicates.md (current_file_function_operand): Do
26667         not allow self calls to be local if the function is replaceable.
26669 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
26671         PR target/79395
26672         * config/rs6000/altivec.h (vec_ctz and others): Change the
26673         preprocessor macro that controls conditional compilation from
26674         _ARCH_PWR9 to __POWER9_VECTOR__.
26675         (vec_all_ne): Change parameterization of __altivec_scalar_pred
26676         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
26677         control (instead of _ARCH_PWR9 control) so that template
26678         definition uses power9-specific function.
26679         (vec_any_eq): Likewise.
26680         (vec_all_ne): Change macro definition to use a power9-specific
26681         expansion under #ifdef __POWER9_VECTOR__ control (instead of
26682         _ARCH_PWR9 control).
26683         (vec_any_eq) Likewise.
26684         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
26685         expansion for CMPNEF to remove support for xvcmpnesp instruction.
26686         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
26687         support for xvcmpnedp instruction.
26688         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
26689         macro expansion so that Power9 implementation of vec_all_ne does
26690         not use the AltiVec predicate framework.
26691         (VCMPNEH_P): Likewise.
26692         (VCMPNEW_P): Likewise.
26693         (VCMPNED_P): Likewise.
26694         (VCMPNEFP_P): Likewise.
26695         (VCMPNEDP_P): Likewise.
26696         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
26697         implementation of vec_any_eq to not use AltiVec predicate
26698         framework.
26699         (VCMPAEH_P): Likewise.
26700         (VCMPAEW_P): Likewise.
26701         (VCMPAED_P): Likewise.
26702         (VCMPAEFP_P): Likewise.
26703         (VCMPAEDP_P): Likewise.
26704         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
26705         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
26706         not use the AltiVec predicate framework.
26707         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
26708         of vec_any_eq to not use AltiVec predicate framework.
26709         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
26710         support for predefined __POWER9_VECTOR__ macro to indicate that
26711         Power9 instruction selection is enabled.
26712         (altivec_overloaded_builtins): Remove extraneous
26713         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
26714         function argument types RS6000_BTI_bool_V16QI and
26715         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
26716         entry for overloaded function argument types RS6000_BTI_bool_V4SI
26717         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
26718         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
26719         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
26720         Power9 for implementations of vec_cmpne.  Change the signature for
26721         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
26722         (representing vec_all_ne) to remove the previously described first
26723         argument of type RS6000_BTI_INTSI, as this was an artifact of
26724         reliance on the AltiVec predicate framework, which is no longer
26725         used in the implementation of these functions.  Add
26726         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
26727         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
26728         since, unlike the AltiVec predicate framework implementation, we
26729         do not share function descriptors between vec_alle and vec_anyeq.
26730         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
26731         set of modes that receive special treatment even when
26732         TARGET_P9_VECTOR is true.  The special treatment emits code that
26733         does not depend on Power9 instructions.
26734         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
26735         define_expand to not rely on AltiVec predicate framework.
26736         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
26737         function.
26738         (vector_ne_v2di_p): Change this define_expand to not rely on
26739         AltiVec predicate framework.
26740         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
26741         function.
26742         (vector_ne_<mode>_p): Change this define_expand to not rely on
26743         AltiVec predicate framework.
26744         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
26745         function.
26746         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
26747         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
26748         define_insn pattern.
26749         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
26750         define_insn pattern because the xvcmpne<VSs>. instruction is not
26751         supported.
26752         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
26753         instruction is not supported.
26755 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
26757         * config/nvptx/nvptx.c: Include intl.h.
26759 2017-03-01  Martin Jambor  <mjambor@suse.cz>
26761         PR lto/78140
26762         * ipa-prop.h (ipa_bits): Removed field known.
26763         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
26764         to pointers.  Adjusted their comments to warn about their sharing.
26765         (ipcp_transformation_summary): Change bits to a vector of pointers.
26766         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
26767         (ipa_get_ipa_bits_for_value): Declare.
26768         * tree-vrp.h (value_range): Mark as GTY((for_user)).
26769         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
26770         (ipa_bits_hash_table): Likewise.
26771         (ipa_vr_ggc_hash_traits): Likewise.
26772         (ipa_vr_hash_table): Likewise.
26773         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
26774         being pointers and vr_known being removed.
26775         (ipa_set_jf_unknown): Likewise.
26776         (ipa_get_ipa_bits_for_value): New function.
26777         (ipa_set_jfunc_bits): Likewise.
26778         (ipa_get_value_range): New overloaded functions.
26779         (ipa_set_jfunc_vr): Likewise.
26780         (ipa_compute_jump_functions_for_edge): Use the above functions to
26781         construct bits and vr parts of jump functions.
26782         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
26783         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
26784         exist.
26785         (ipcp_grow_transformations_if_necessary): Also allocate
26786         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
26787         exist.
26788         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
26789         them.  Fix too long lines.
26790         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
26791         vr_known being removed.
26792         (ipa_read_jump_function): Use new setter functions to construct bits
26793         and vr parts of jump functions or set them to NULL.
26794         (write_ipcp_transformation_info): Adjust for bits being pointers.
26795         (read_ipcp_transformation_info): Likewise.
26796         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
26797         space.
26798         Include gt-ipa-prop.h.
26799         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
26800         being pointers.
26801         (ipcp_store_bits_results): Likewise.
26802         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
26803         Do not write to existing jump functions but use a temporary instead.
26805 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
26807         PR c++/79681
26808         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
26809         attempt to use its first operand as BIT_FIELD_REF base.
26811 2017-03-01  Richard Biener  <rguenther@suse.de>
26813         PR middle-end/79721
26814         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
26815         interpolating formula in wrapping arithmetic.
26816         (chrec_apply): Convert chrec_evaluate return value to wanted type.
26818 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
26820         PR tree-optimization/79734
26821         * tree-vect-generic.c (expand_vector_condition): Optimize
26822         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
26823         Handle VEC_COND_EXPR where comparison has different inner width from
26824         type's inner width.
26826 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
26828         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
26829         markup, and similar issues.  Remove @opindex entries for things
26830         that aren't options.  Add missing -mmpy-option entries.
26832 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
26834         PR tree-optimization/79737
26835         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
26836         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
26837         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
26838         instead of byte_size.  Formatting fix.
26839         (shift_bytes_in_array_right): Formatting fix.
26841 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
26843         PR target/79749
26844         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
26845         condition on optimize for the leaf function test.
26847 2017-02-28  Martin Liska  <mliska@suse.cz>
26849         PR lto/79625
26850         * read-rtl-function.c (function_reader::handle_unknown_directive):
26851         Bail out when one uses -flto.
26853 2017-02-28  Martin Liska  <mliska@suse.cz>
26855         * common.opt: Replace space with tabular for options of <number>
26856         type.
26857         * config/i386/i386.opt: Show <number> value for
26858         -mlarge-data-threshold.
26859         * opts.c (print_filtered_help): Do not display number in hexadecimal
26860         format.
26862 2017-02-28  Martin Liska  <mliska@suse.cz>
26864         * common.opt: Fix --help=option -Q for options which are of
26865         an enum type.
26867 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
26869         * config/i386/i386.c (print_reg): Error out for values
26870         of 8-bit size in invalid integer register.
26872 2017-02-28  Martin Sebor  <msebor@redhat.com>
26874         PR tree-optimization/79691
26875         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
26877 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
26879         PR target/79729
26880         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
26881         gcc_unreachable with output_operand_lossage.
26883 2017-02-28  Richard Biener  <rguenther@suse.de>
26885         PR tree-optimization/79740
26886         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
26887         inserts.
26888         (visit_nary_op): Insert the nary into the hashtable if we
26889         pattern-matched sth.
26890         * tree-ssa-pre.c (eliminate_insert): Robustify.
26892 2017-02-28  Richard Biener  <rguenther@suse.de>
26894         PR middle-end/79731
26895         * fold-const.c (decode_field_reference): Reject out-of-bound
26896         accesses.
26898 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
26900         * config/i386/i386.c: Include intl.h.
26901         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
26902         instead of just cond ? "..." : "...".
26903         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
26904         * coverage.c (read_counts_file): Likewise.
26905         * omp-offload.c: Include intl.h.
26906         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
26907         of just cond ? "..." : "...".
26908         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
26909         of just cond ? "..." : "...".
26911 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
26913         PR target/79742
26914         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
26915         entry, if present.
26916         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
26917         'tune for' CPU name.
26918         * config/arm/arm-cpu-data.h: Regenerated.
26920 2017-02-28  Richard Biener  <rguenther@suse.de>
26922         PR tree-optimization/79732
26923         * tree-inline.c (expand_call_inline): Do not shadow var.
26925 2017-02-28  Richard Biener  <rguenther@suse.de>
26927         PR tree-optimization/79723
26928         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
26929         address-space properly.
26931 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
26933         * doc/optinfo.texi (Optimization groups): Fix option used for
26934         OPTGROUP_ALL.
26935         * doc/invoke.texi (-fopt-info): Document "omp".
26936         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
26937         (OPTGROUP_ALL): Add OPTGROUP_OMP.
26938         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
26939         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
26940         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
26942         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
26943         all users.
26944         * dumpfile.c (optgroup_options): Instead of "openmp", associate
26945         OPTGROUP_OMP with "omp".
26947 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
26949         PR target/79544
26950         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
26951         for arithmetic shift of unsigned V2DI.
26953 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
26955         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
26956         arc/linux.h headers.
26957         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
26958         (LINK_SPEC): Likewise.
26959         (ARC_TLS_EXTRA_START_SPEC): Likewise.
26960         (EXTRA_SPECS): Likewise.
26961         (STARTFILE_SPEC): Likewise.
26962         (ENDFILE_SPEC): Likewise.
26963         (LIB_SPEC): Likewise.
26964         (TARGET_SDATA_DEFAULT): Likewise.
26965         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
26966         (MULTILIB_DEFAULTS): Likewise.
26967         (DWARF2_UNWIND_INFO): Likewise.
26968         * config/arc/big.h: New file.
26969         * config/arc/elf.h: Likewise.
26970         * config/arc/linux.h: Likewise.
26971         * config/arc/t-uClibc: Remove.
26973 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
26975         PR tree-optimization/77536
26976         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
26977         (tree_transform_and_unroll_loop): Use above function to compute the
26978         estimated niter of unrolled loop and use it when scaling profile.
26979         Also use count info rather than frequency if it's non-zero.
26980         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
26981         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
26982         (vect_transform_loop): Call above function.
26984 2017-02-27  Richard Biener  <rguenther@suse.de>
26986         PR tree-optimization/45397
26987         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
26988         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
26989         (visit_nary_op): Add pattern matching for CSEing sign-changed
26990         or truncated operations with wider ones.
26992 2017-02-27  Richard Biener  <rguenther@suse.de>
26994         PR tree-optimization/79690
26995         * tree-vect-stmts.c (vectorizable_store): Use vector type
26996         built from the DR with address-space.
26998 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
27000         * doc/invoke.texi (Optimize Options): Refine the description
27001         of asan-use-after-return.
27003 2017-02-25  Alan Modra  <amodra@gmail.com>
27005         PR rtl-optimization/79584
27006         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
27007         base, not ad->base_term, the reg within base.  Remove assertion
27008         that ad->base == ad->base_term.  Replace gen_int_mode using
27009         bogus mode with const0_rtx.
27011 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
27013         PR middle-end/79396
27014         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
27015         FMA_EXPR like tcc_binary or tcc_unary.
27017         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
27019         PR debug/77589
27020         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
27021         bitfield.
27022         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
27023         (output_loc_operands): Handle DW_OP_call_ref and
27024         DW_OP_GNU_variable_value.
27025         (struct variable_value_struct): New type.
27026         (struct variable_value_hasher): Likewise.
27027         (variable_value_hash): New variable.
27028         (string_types): Remove.
27029         (copy_loc_descr): New function.
27030         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
27031         (prepend_loc_descr_to_each): New function.
27032         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
27033         instead of add_loc_descr_to_each if the first argument is single
27034         location list and the second has multiple.
27035         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
27036         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
27037         when looking for variable value which doesn't have other location info.
27038         (loc_list_from_tree): Formatting fix.
27039         (gen_array_type_die): Simplify DW_AT_string_length handling.
27040         (adjust_string_types): Remove.
27041         (gen_subprogram_die): Don't call adjust_string_types nor test/set
27042         string_types.  Call resolve_variable_values.
27043         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
27044         (resolve_addr_in_expr): Likewise.  Add A argument.
27045         (copy_deref_exprloc): Remove deref argument.  Adjust for the
27046         original expression being DW_OP_GNU_variable_value with optionally
27047         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
27048         optionally after it.
27049         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
27050         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
27051         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
27052         (variable_value_hasher::hash, variable_value_hasher::equal): New
27053         methods.
27054         (resolve_variable_value_in_expr, resolve_variable_value,
27055         resolve_variable_values, note_variable_value_in_expr,
27056         note_variable_value): New functions.
27057         (dwarf2out_early_finish): Call note_variable_value on all toplevel
27058         DIEs.
27060 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
27062         PR c/79677
27063         * opts.h (handle_generated_option): Add GENERATED_P argument.
27064         * opts-common.c (handle_option): Adjust function comment.
27065         (handle_generated_option): Add GENERATED_P argument, pass it to
27066         handle_option.
27067         (control_warning_option): Pass false to handle_generated_option
27068         GENERATED_P.
27069         * opts.c (maybe_default_option): Pass true to handle_generated_option
27070         GENERATED_P.
27071         * optc-gen.awk: Likewise.
27073 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
27075         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
27076         a REG, look at the REG it is a SUBREG of.
27077         (splitter for cmpeqsi_t): Ditto.
27079 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
27081         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
27082         the special USEs with the pattern of the insn, not the insn itself.
27084 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
27086         PR target/79473
27087         * doc/invoke.texi: Document -mload-store-pairs.
27089 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
27090             Sandra Loosemore  <sandra@codesourcery.com>
27092         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
27093         argument isn't a CONST_INT.
27094         (nios2_alternate_compare_const): Assert op is a CONST_INT.
27095         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
27096         (nios2_validate_compare): Bypass alternate compare logic if *op2
27097         is not a CONST_INT.
27098         (ldstwm_operation_p): Return false if first_base is not a REG or
27099         if first_offset is not a CONST_INT.
27101 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
27103         * config/cris/cris.md: Use correct operand in a define_peephole2.
27105 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
27107         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
27109 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
27111         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
27112         this_insn if it is an INSN or JUMP_INSN.
27113         (force_offsettable): Look at base, not at addr.
27114         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
27115         on things that aren't necessarily CONST_INTs.
27117 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
27119         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
27120         -mfpmath=sse is the default also for x86-32 targets with SSE2
27121         instruction set when @option{-ffast-math} is enabled
27123 2017-02-24  Jeff Law  <law@redhat.com>
27125         PR rtl-optimizatoin/79286
27126         * ira.c (update_equiv_regs): Drop may_trap_p exception to
27127         dominance test.
27129 2017-02-24  Richard Biener  <rguenther@suse.de>
27131         PR tree-optimization/79389
27132         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
27133         debug insns.
27135 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
27137         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
27138         function comment to reflect reality.
27139         (loop_exits_before_overflow): Fix typo in function description.
27141 2017-02-24  Richard Biener  <rguenther@suse.de>
27143         PR tree-optimization/79389
27144         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
27145         properly that a threading opportunity exists.  Detect conditional
27146         copy/constant propagation opportunities.
27148 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
27150         * config/visium/visium.md (type): Add trap.
27151         (b): New mode attribute.
27152         (*btst): Rename into...
27153         (*btst<mode>): ...this and adjust.
27154         (*cbranchsi4_btst_insn): Rename into...
27155         (*cbranch<mode>4_btst_insn): ...this and adjust.
27156         (trap): New define_insn.
27158 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
27160         PR tree-optimization/79389
27161         * ifcvt.c (struct noce_if_info): Add rev_cond field.
27162         (noce_reversed_cond_code): New function.
27163         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
27164         reversed_comparison_code.  Formatting fix.
27165         (noce_try_store_flag): Test rev_cond != NULL in addition to
27166         reversed_comparison_code.
27167         (noce_try_store_flag_constants): Likewise.
27168         (noce_try_store_flag_mask): Likewise.
27169         (noce_try_addcc): Use rev_cond if non-NULL instead of
27170         reversed_comparison_code.
27171         (noce_try_cmove_arith): Likewise.  Formatting fixes.
27172         (noce_try_minmax, noce_try_abs): Clear rev_cond.
27173         (noce_find_if_block): Initialize rev_cond.
27174         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
27175         instead of false as last argument never attempt to reverse it
27176         afterwards.
27178 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
27180         PR tree-optimization/79663
27181         * tree-predcom.c (combine_chains): Process refs in reverse order
27182         only for ZERO length chains, and add explaining comment.
27184 2017-02-23  Jeff Law  <law@redhat.com>
27186         PR tree-optimization/79578
27187         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
27188         in call to operand_equal_p.
27190 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
27192         PR target/71017
27193         * config/i386/cpuid.h: Fix another undefined behavior.
27195 2017-02-23  Richard Biener  <rguenther@suse.de>
27197         PR tree-optimization/79683
27198         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
27199         vector types for data-refs.
27201 2017-02-23  Martin Liska  <mliska@suse.cz>
27203         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
27205 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
27207         PR middle-end/79665
27208         * internal-fn.c (get_range_pos_neg): Moved to ...
27209         * tree.c (get_range_pos_neg): ... here.  No longer static.
27210         * tree.h (get_range_pos_neg): New prototype.
27211         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
27212         are known to be in between 0 and signed maximum inclusive, try to
27213         expand both unsigned and signed divmod and use the cheaper one from
27214         those.
27216 2017-02-22  Jeff Law  <law@redhat.com>
27218         PR tree-optimization/79578
27219         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
27220         to compare base operands.
27222 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
27224         PR target/79211
27225         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
27226         gpc_reg_operand instead of fpr_reg_operand.
27228 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
27230         * config/mips/mips.c (mips_return_in_memory): Force FP
27231         vector types to be returned in memory for o32 ABI.
27233 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
27235         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
27236         instead of DW_TAG_member for static data member declarations and don't
27237         set no_linkage_name for static inline data members.
27238         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
27239         to DW_TAG_member.
27241 2017-02-22  Martin Liska  <mliska@suse.cz>
27243         * doc/invoke.texi: Replace inequality signs with square brackets
27244         for -Wnormalized.
27246 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27248         PR tree-optimization/68644
27249         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
27251 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
27253         PR target/78660
27254         * lra-constraints.c (simplify_operand_subreg): Handle
27255         WORD_REGISTER_OPERATIONS targets.
27257 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
27259         PR target/70465
27260         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
27261         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
27262         elimination by swapping fld*.
27264 2017-02-22  Richard Biener  <rguenther@suse.de>
27266         PR tree-optimization/79673
27267         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
27268         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
27269         irrelevant address-space qualifiers and avoiding a
27270         ADDR_SPACE_CONVERT_EXPR from fold_convert.
27272 2017-02-22  Richard Biener  <rguenther@suse.de>
27274         PR tree-optimization/79666
27275         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
27276         to not symbolically negate if that may introduce undefined
27277         overflow.
27279 2017-02-22  Martin Liska  <mliska@suse.cz>
27281         PR lto/79587
27282         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
27283         * data-streamer-out.c (streamer_write_gcov_count_stream):
27284         Likewise.
27285         * value-prof.c (stream_out_histogram_value): Make assert more
27286         precise based on type of counter.
27288 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
27290         PR target/79593
27291         * config/i386/i386.md (standard_x87sse_constant_load splitter):
27292         Use nonimmediate_operand instead of memory_operand for operand 1.
27293         (float-extend standard_x87sse_constant_load splitter): Ditto.
27295 2017-02-21  Jeff Law  <law@redhat.com>
27297         PR tree-optimization/79621
27298         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
27299         blocks with edges to themselves.
27301 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
27303         PR target/79633
27304         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
27305         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
27306         Use gimple_call_builtin_p.
27308         PR target/79570
27309         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
27310         on temporarily removed DEBUG_INSNs.
27312         PR tree-optimization/79649
27313         * tree-loop-distribution.c (classify_partition): Give up on
27314         non-generic address space loads/stores.
27316 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
27318         * doc/loop.texi (Loop manipulation): Remove nonexistent
27319         tree_ssa_loop_version from the documentation.
27320         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
27322 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
27324         PR target/79494
27325         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
27326         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
27327         * config/rs6000/rs6000.c: Include except.h.
27328         (rs6000_expand_split_stack_prologue): Call
27329         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
27331 2017-02-21  Martin Jambor  <mjambor@suse.cz>
27333         PR lto/79579
27334         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
27335         have been analyzed.
27337 2017-02-21  Martin Jambor  <mjambor@suse.cz>
27339         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
27340         for backward compatibility only.
27341         * doc/invoke.texi (Option Summary): Remove all references to
27342         -fipa-cp-alignment.
27344 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
27346         PR target/78660
27347         Revert:
27348         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
27350         * lra-constraints.c (curr_insn_transform): Handle
27351         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
27353 2017-02-21  Martin Liska  <mliska@suse.cz>
27355         * config/i386/i386.opt: Replace -masm-dialect with -masm.
27357 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
27359         PR translation/79638
27360         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
27362 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
27364         PR ada/67205
27365         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
27366         (arm_function_ok_for_sibcall): Return false for an indirect call by
27367         descriptor if all the argument registers are used.
27368         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
27369         alignment of the function.
27371 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
27373         PR tree-optimization/61441
27374         * simplify-rtx.c (simplify_const_unary_operation): For
27375         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
27376         the sNaN unmodified.
27378 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
27380         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
27381         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
27382         instead of SYSTEM_HEADER_DIR.
27384 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
27385             Martin LiÅ¡ka  <mliska@suse.cz>
27387         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
27388         Fix typos and grammar, use active voice, and clarify.
27390 2017-02-20  Marek Polacek  <polacek@redhat.com>
27392         PR middle-end/79537
27393         * gimplify.c (gimplify_expr): Handle unused *&&L;.
27395         PR sanitizer/79558
27396         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
27398 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
27400         PR target/79568
27401         * config/i386/i386.c (ix86_expand_builtin): Handle
27402         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
27403         ix86_builtins_isa[fcode].isa as a requirement of those
27404         flags and any other flag in the bitmask.
27405         (ix86_init_mmx_sse_builtins): Use 0 instead of
27406         ~OPTION_MASK_ISA_64BIT as mask.
27407         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
27408         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
27409         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
27410         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
27412 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
27414         PR target/78012
27415         * lra-constraints.c (split_reg): Check requested split mode
27416         is supported by the register.
27418 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
27420         * lra-constraints.c (simplify_operand_subreg): Remove early
27421         return false.
27423 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
27425         PR target/78660
27426         * lra-constraints.c (curr_insn_transform): Tighten condition
27427         for converting SUBREG reloads from OP_OUT to OP_INOUT.
27429 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
27431         PR target/78660
27432         * lra-constraints.c (curr_insn_transform): Handle
27433         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
27435 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
27437         Revert:
27438         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
27440         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
27442 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
27444         PR c++/69523
27445         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
27446         description.
27448 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
27450         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
27451         for FMA_EXPR.
27453 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
27455         * final.c (last_columnnum, override_columnnum): New variables.
27456         (final_start_function): Set last_columnnum, pass it to begin_prologue
27457         hook and pass 0 to dwarf2out_begin_prologue.
27458         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
27459         to source_line debug hook.
27460         (notice_source_line): Compute last_columnnum and for debug_column_info
27461         return true on column changes.
27462         * debug.h (struct gcc_debug_hooks): Add column argument to
27463         source_line and begin_prologue hooks.
27464         (debug_nothing_int_charstar_int_bool): Remove prototype.
27465         (debug_nothing_int_int_charstar,
27466         debug_nothing_int_int_charstar_int_bool): New prototypes.
27467         (dwarf2out_begin_prologue): Add column argument.
27468         * debug.c (do_nothing_debug_hooks): Adjust source_line and
27469         begin_prologue hooks.
27470         (debug_nothing_int_charstar_int_bool): Remove.
27471         (debug_nothing_int_int_charstar,
27472         debug_nothing_int_int_charstar_int_bool): New functions.
27473         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
27474         through to dwarf2out_source_line.
27475         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
27476         (dwarf2out_source_line): Add column argument, emit it if requested.
27477         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
27478         arguments.
27479         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
27480         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
27481         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
27482         through to dwarf2out_begin_prologue.
27483         (vmsdbgout_source_line): Add column argument, pass it through to
27484         dwarf2out_source_line.
27485         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
27486         dbxout_source_line caller.
27487         (dbxout_source_line): Add column argument.
27489         * common.opt (gno-column-info, gcolumn-info): New options.
27490         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
27491         (check_die): Also test for multiple DW_AT_decl_column attributes.
27492         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
27493         DW_AT_decl_column if requested.
27494         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
27495         if requested.
27496         (gen_variable_die): Likewise.
27497         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
27498         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
27500         PR target/79569
27501         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
27502         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
27503         (ix86_handle_option): Handle OPT_m3dnowa.
27504         * doc/invoke.texi (-m3dnowa): Document.
27505         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
27506         -m3dnowa instead of -m3dnow -march=athlon.
27508         PR target/79559
27509         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
27510         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
27512 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27514         PR target/79261
27515         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
27516         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
27517         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
27518         generator for vsx_xxpermdi_<mode>_be.
27519         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
27520         force big-endian semantics.
27521         (vsx_xxpermdi_<mode>_be): New define_expand with same
27522         implementation as previous version of vsx_xxpermdi_<mode>.
27524 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
27526         PR tree-optimization/79327
27527         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
27528         variable, its initialization and use.
27530 2017-02-17  Julia Koval  <julia.koval@intel.com>
27532         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
27533         (OPTION_MASK_ISA_PKU_UNSET): New.
27534         (ix86_handle_option): Handle -mrdpid.
27535         * config/i386/cpuid.h (bit_RDPID): New.
27536         * config/i386/driver-i386.c (host_detect_local_cpu):
27537         Detect RDPID feature.
27538         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
27539         * config/i386/i386-c.c (ix86_target_macros_internal):
27540         Handle RDPID flag.
27541         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
27542         (ix86_valid_target_attribute_inner_p): Add "rdpid".
27543         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
27544         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
27545         * config/i386/i386.md (define_insn "rdpid"): New.
27546         * config/i386/i386.opt Add -mrdpid.
27547         * config/i386/immintrin.h (_rdpid_u32): New.
27549 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
27551         PR rtl-optimization/79541
27552         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
27553         instead of transforming it into USE.
27555 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
27557         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
27558         If HONOR_SNANS (SFmode) force the input to a register.
27559         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
27560         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
27561         an frsp or similar insn.
27563 2017-02-17  Martin Liska  <mliska@suse.cz>
27565         PR rtl-optimization/79577
27566         * params.def (selsched-max-sched-times): Increase minimum to 1.
27568 2017-02-17  Martin Liska  <mliska@suse.cz>
27570         PR rtl-optimization/79574
27571         * gcse.c (want_to_gcse_p): Prevent integer overflow.
27573 2017-02-17  Martin Liska  <mliska@suse.cz>
27575         PR tree-optimization/79529
27576         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
27577         ssa_defined_default_def_p to handle cases which are implicitly
27578         defined.
27579         * tree-ssa.c (ssa_defined_default_def_p): New function.
27580         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
27581         which are implicitly defined.
27582         * tree-ssa.h (ssa_defined_default_def_p): Declare.
27584 2017-02-17  Richard Biener  <rguenther@suse.de>
27586         PR middle-end/79576
27587         * params.def (max-ssa-name-query-depth): Limit to 10.
27589 2017-02-17  Richard Biener  <rguenther@suse.de>
27591         PR tree-optimization/79552
27592         * tree-ssa-structalias.c (visit_loadstore): Properly verify
27593         default defs.
27595 2017-02-17  Richard Biener  <rguenther@suse.de>
27597         PR bootstrap/79567
27598         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
27600 2017-02-17  Marek Polacek  <polacek@redhat.com>
27602         PR middle-end/79536
27603         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
27604         (fold_negate_expr): New wrapper.
27606 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
27608         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
27609         Correct terminology and de-emphasize pre-standard behavior.
27611 2017-02-16  Alan Modra  <amodra@gmail.com>
27613         PR rtl-optimization/79286
27614         * ira.c (def_dominates_uses): New function.
27615         (update_equiv_regs): Don't create an equivalence for insns that
27616         may trap where the register def does not dominate the use.
27618 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
27620         PR rtl-optimization/78127
27621         * lra.c (lra): Call lra_eliminate before finish the loop after
27622         lra_constraint.
27624 2017-02-16  Richard Biener  <rguenther@suse.de>
27626         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
27627         isl/isl_val.h.
27628         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
27629         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
27630         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
27631         (isl_val_int_from_wi): New function.
27632         (extract_affine_gmp): Rename to ...
27633         (extract_affine_wi): ... this, take a widest_int.
27634         (extract_affine_int): Just wrap extract_affine_wi.
27635         (add_param_constraints): Use isl_val_int_from_wi.
27636         (add_loop_constraints): Likewise, and extract_affine_wi.
27638 2017-02-15  Jeff Law  <law@redhat.com>
27640         PR middle-end/79521
27641         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
27642         ira_init_register_move_cost_if_necessary.
27644 2017-02-15  Martin Sebor  <msebor@redhat.com>
27646         PR middle-end/32003
27647         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
27648         removed in a prior commit.
27650 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
27652         PR tree-optimization/79347
27653         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
27654         counters during peeling.
27656 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
27658         * Makefile.in (site.exp): Remove "set ISLVER".
27660 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
27662         PR target/79487
27663         * real.c (real_from_integer): Call real_convert even for decimal.
27665 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
27667         PR target/79421
27668         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
27670 2017-02-14  Andrew Pinski  <apinski@cavium.com>
27672         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
27673         cores and change the partno/implementer to be correct.
27674         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
27675         the 'B" as the implementer.
27676         * config/aarch64/aarch64-tune.md: Regenerate.
27678 2017-02-14  Carl Love  <cel@us.ibm.com>
27680         * config/rs6000/rs6000.c: Add case statement entry to make the
27681         xvcvuxdsp built-in argument unsigned.
27682         * config/rs6000/vsx.md: Fix the source and return operand types so they
27683         match the instruction definitions from the ISA document.  Fix typo
27684         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
27685         statement.
27687 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
27689         PR target/79282
27690         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
27691         member early_clobber_alts.
27692         * lra-lives.c (reg_early_clobber_p): New.
27693         (process_bb_lives): Use it.
27694         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
27695         (debug_operand_data): Initialize early_clobber_alts.
27696         (setup_operand_alternative): Set up early_clobber_alts.
27697         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
27698         alternatives to new_insn_reg.
27699         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
27700         it.
27701         (lra_update_insn_regno_info): Pass the new arg.
27703 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
27705         PR middle-end/79505
27706         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
27707         (new_oacc_loop_raw): Don't clear already cleared fields.
27709         PR target/79481
27710         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
27711         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
27712         _mm512_prefetch_i64gather_ps): New inline functions and macros.
27714 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
27716         PR target/79495
27717         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
27719 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
27721         PR target/79498
27722         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
27723         the extra instruction to the right place to store 128-bit constant
27724         when needed.
27726 2017-02-14  Martin Sebor  <msebor@redhat.com>
27728         PR middle-end/79448
27729         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
27730           warning for strings of unknown length.
27732 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
27734         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
27736 2017-02-14  Jeff Law  <law@redhat.com>
27738         PR target/79404
27739         * ira-costs.c (scan_one_insn): Initialize register move costs
27740         for pseudos seen in USE/CLOBBER insns.
27742         PR tree-optimization/79095
27743         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
27744         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
27745         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
27746         if the operands are known to be not equal, then the resulting range
27747         is ~[0,0].
27748         (intersect_ranges): If the new range is ~[0,0] and the old range is
27749         wide, then prefer ~[0,0].
27750         * tree-vrp.c (overflow_comparison_p_1): New function.
27751         (overflow_comparison_p): New function.
27752         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
27753         if NAME is used in an overflow test.
27754         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
27755         overflow check that can be expressed as an equality test, then adjust
27756         ops to be that equality test.
27758 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
27760         * config/s390/s390-builtin-types.def: Remove flags argument.
27761         * config/s390/s390.c (s390_init_builtins): Likewise.
27763 2017-02-14  Martin Liska  <mliska@suse.cz>
27765         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
27766         vector.  Fix trailing white spaces.
27768 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
27770         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
27771         HFmode.
27773 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27775         PR rtl-optimization/68664
27776         * config/arm/arm.c (arm_sched_can_speculate_insn):
27777         New function.  Declare prototype.
27778         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
27780 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27782         PR rtl-optimization/68664
27783         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
27784         New function.
27785         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
27787 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
27789         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
27790         max skip bytes for function, loop and jump.
27792 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
27794         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
27795         ABS_EXPR for gimple dump.
27797 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
27799         PR target/79462
27800         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
27802         PR tree-optimization/79408
27803         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
27804         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
27805         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
27806         also if rhs1 is INTEGER_CST.
27808 2017-02-14  Richard Biener  <rguenther@suse.de>
27810         PR middle-end/79432
27811         * tree-into-ssa.c (insert_phi_nodes): When the function can
27812         have abnormal edges rewrite SSA names with broken use-def
27813         dominance out of SSA and register them for PHI insertion.
27815 2017-02-13  Martin Sebor  <msebor@redhat.com>
27817         PR middle-end/79496
27818         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
27819         clearing info.nowrite flag when snprintf size argument is a range.
27821 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
27823         * cprop.c (cprop_jump): Add missing space in string literal.
27824         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
27825         (get_constraint_for_component_ref): Likewise.
27826         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
27827         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
27828         * lra-constraints.c (process_alt_operands): Likewise.
27829         * ipa-inline.c (inline_small_functions): Likewise.
27830         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
27831         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
27832         * trans-mem.c (diagnose_tm_1_op): Likewise.
27833         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
27834         (grid_parallel_clauses_gridifiable): Likewise.
27836         * config/nvptx/mkoffload.c (process): Add space in between
27837         , and %d.
27839         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
27840         "MOD4_SSE_REGS" and "ALL_REGS".
27842         * spellcheck.c (test_data): Add , in between "foo" and "food".
27844 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
27846         PR target/79449
27847         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
27848         boundary crossing check and subsequent code generation agree.
27850 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27852         * config/aarch64/aarch64.c (has_memory_op): Delete.
27853         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
27854         has_memory_op.
27856 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
27858         PR rtl-optimization/79388
27859         PR rtl-optimization/79450
27860         * combine.c (distribute_notes): When removing TEM_INSN for which
27861         corresponding dest has last value recorded, invalidate that last
27862         value.
27864 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27866         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
27867         of explicit '@'.  Add missing assembly comment marker on branch costs
27868         printout.
27870 2017-02-13  Nathan Sidwell  <nathan@acm.org>
27872         * gengtype-lex.l (<in_struct>): Add '/'.
27874 2017-02-13  Martin Liska  <mliska@suse.cz>
27876         PR c/79471
27877         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
27879 2017-02-13  Richard Biener  <rguenther@suse.de>
27881         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
27882         Remove.
27883         * configure: Re-generate.
27884         * config.in: Likewise.
27885         * graphite-dependences.c: Simplify as if
27886         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
27887         * graphite-isl-ast-to-gimple.c: Likewise.
27888         * graphite-optimize-isl.c: Likewise.
27889         * graphite-poly.c: Likewise.
27890         * graphite-sese-to-poly.c: Likewise.
27891         * graphite.h: Likewise.
27892         * toplev.c: Include isl/version.h and use isl_version () for
27893         printing the ISL version.
27894         * doc/install.texi: Update ISL requirement.
27896 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
27898         * doc/standards.texi (Standards): Update reference to
27899         Objective-C 2.0.
27901 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
27903         * doc/extend.texi (Named Address Spaces): sourceware.org now
27904         defaults to https.
27905         * doc/install.texi (Binaries): Ditto.
27906         (Specific): Ditto.
27908 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
27910         * doc/cpp.texi: Replace "stringify"/"stringification" with C
27911         standard terminology "stringize"/"stringizing" throughout.
27912         * doc/cppinternals.texi: Likewise.
27914 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
27916         * doc/extend.texi: Fix some spelling mistakes and typos.
27917         * doc/invoke.texi: Likewise.
27919 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
27921         PR ipa/79224
27922         * params.def (inline-min-speedup) Change from 10 to 8.
27924 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
27926         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
27927         4.5.
27929 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
27931         PR ipa/79224
27932         * ipa-inline-analysis.c (get_minimal_bb): New function.
27933         (record_modified): Use it.
27934         (remap_edge_change_prob): Handle also ancestor functions.
27936 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
27938         * doc/contrib.texi (Contributors): Remove broken link into
27939         the Mauve CVS repository.
27941 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
27943         PR middle-end/79454
27944         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
27945         result computation whenever lhs doesn't have vector mode, not
27946         just when it has BLKmode.
27948 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
27950         * doc/makefile.texi (profiledbootstrap): Refer to the
27951         installation instructions only in textual form.
27953 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
27955         PR target/79295
27956         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
27958 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
27960         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
27961         (Specific): Update mingw-w64 reference.
27962         (Binaries): Ditto.
27963         (Specific): Remove broken link to Renesas RX processor.
27965 2017-02-10  Richard Biener  <rguenther@suse.de>
27967         * toplev.c (process_options): Do not mention obsolete graphite
27968         options when printing sorry message about missing graphite support.
27969         Mention -floop-nest-optimize.
27971 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
27973         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
27974         (vtst_p16): Likewise.
27975         (vtstq_p8): Likewise.
27976         (vtstq_p16): Likewise.
27977         (vtst_p64): New.
27978         (vtstq_p64): Likewise.
27979         * config/arm/arm_neon.h (vgetq_lane_p64): New.
27980         (vset_lane_p64): New.
27981         (vsetq_lane_p64): New.
27983 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
27985         PR tree-optimization/79411
27986         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
27987         stmt operands are SSA_NAMEs used in abnormal phis.
27988         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
27989         phis.
27991 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
27993         PR ipa/70795
27994         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
27995         flag if needed.
27997 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
27999         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
28001 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
28003         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
28004         to avoid warning.
28006         PR c/79413
28007         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
28008         not arbitrary TREE_CONSTANT.
28010         PR c/79431
28011         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
28012         "omp declare target link" attribute unless is_global_var.
28013         * omp-offload.c (find_link_var_op): Likewise.
28015 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
28016             Chung-Lin Tang  <cltang@codesourcery.com>
28018         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
28019         OMP_CLAUSE_TILE.
28020         (gimplify_adjust_omp_clauses): Don't delete TILE.
28021         (gimplify_omp_for): Deal with TILE.
28022         * internal-fn.c (expand_GOACC_TILE): New function.
28023         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
28024         (GOACC_TILE): New.
28025         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
28026         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
28027         element fields.
28028         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
28029         avoid DIV for outermost collapse var.
28030         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
28031         Remove out of date comments, fix whitespace.
28032         * omp-general.c (omp_extract_for_data): Deal with tiling.
28033         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
28034         adjust OLF_DIM_BASE value.
28035         (struct omp_for_data): Add tiling field.
28036         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
28037         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
28038         for auto loops.  Remove default auto determining, moved to
28039         oacc_loop_fixed_partitions.
28040         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
28041         stmts, add e_mask field.
28042         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
28043         (oacc_thread_numbers): Use oacc_dim_call.
28044         (oacc_xform_tile): New.
28045         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
28046         (finish_oacc_loop): Adjust for ifns vector.
28047         (oacc_loop_discover_walk): Append loop abstraction sites to list,
28048         add case for GOACC_TILE fns.
28049         (oacc_loop_xform_loop): Delete.
28050         (oacc_loop_process): Iterate over call list directly, and add
28051         handling for GOACC_TILE fns.
28052         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
28053         dump partitioning.
28054         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
28055         vector partitioning to outer loops.  Assign 2 partitions to loops
28056         when available. Add TILE handling.
28057         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
28058         (execite_oacc_device_lower): Process GOACC_TILE fns,
28059         ignore unknown specs.
28060         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
28061         * tree.c (omp_clause_num_ops): Adjust TILE ops.
28062         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
28064 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
28066         * configure.ac (ACX_BUGURL): Update.
28067         * configure: Regenerate.
28069 2017-02-09  Richard Biener  <rguenther@suse.de>
28071         PR tree-optimization/69823
28072         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
28073         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
28075 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
28077         * config/arc/arc-c.def: Add __NPS400__ definition.
28078         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
28079         (TARGET_NPS400): Define.
28081 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
28083         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
28084         file.
28085         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
28086         pointer, arch_info.
28087         (arc_cpu_types): Fill the arch_info field with a pointer into the
28088         arc_arch_types table.
28089         (arc_selected_cpu): Declare.
28090         * config/arc/arc.c (arc_selected_cpu): Make global.
28091         (arc_selected_arch): Delete.
28092         (arc_base_cpu): Delete.
28093         (arc_override_options): Remove references to deleted variables,
28094         update access to arch information.
28095         (ARC_OPT): Update access to arch information.
28096         (ARC_OPTX): Likewise.
28097         * config/arc/arc.h (arc_base_cpu): Remove declaration.
28098         (TARGET_ARC600): Update access to arch information.
28099         (TARGET_ARC601): Likewise.
28100         (TARGET_ARC700): Likewise.
28101         (TARGET_EM): Likewise.
28102         (TARGET_HS): Likewise.
28103         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
28104         information.
28106 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
28108         PR target/78604
28109         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
28110         condition/operands for integer GE/LE/GEU/LEU operations.
28112 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
28114         PR translation/79397
28115         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
28116         of AltiVec.
28118 2017-02-08  Martin Jambor  <mjambor@suse.cz>
28120         PR ipa/79375
28121         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
28122         whether allocation happened.
28123         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
28124         nothing was allocated.
28126 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
28128         PR tree-optimization/79408
28129         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
28130         constant, but SSA_NAME with a known integer range, use the minimum
28131         of that range instead of op1 to determine if modulo can be replaced
28132         with its first operand.
28134 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28136         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
28138 2017-02-08  Richard Biener  <rguenther@suse.de>
28140         PR tree-optimization/71824
28141         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
28142         Check all loops contained in the merged region.
28144 2017-02-07  Andrew Pinski  <apinski@cavium.com>
28146         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
28148 2017-02-07  Andrew Pinski  <apinski@cavium.com>
28150         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
28151         (thunderxt88): Likewise.
28152         (thunderxt81): Disable LSE and change v8.1 to v8.
28153         (thunderxt83): Likewise.
28155 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
28156             Richard Biener  <rguenther@suse.de>
28158         PR middle-end/79399
28159         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
28160         type from int to size_t.
28161         * ira-costs.c (struct_costs_size): Change type from int to size_t.
28163 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
28165         PR rtl-optimization/79386
28166         * cprop.c (bypass_conditional_jumps): Initialize
28167         bypass_last_basic_block already before splitting bbs after
28168         unconditional traps...
28169         (bypass_conditional_jumps): ... rather than here.
28171         PR target/79299
28172         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
28173         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
28174         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
28175         fix -masm=intel patterns.
28177 2017-02-07  Richard Biener  <rguenther@suse.de>
28179         PR tree-optimization/79256
28180         PR middle-end/79278
28181         * builtins.c (get_object_alignment_2): Use min_align_of_type
28182         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
28183         and ADJUST_FIELD_ALIGN.
28185         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
28186         type parameter.
28187         * doc/tm.texi: Regenerate.
28188         * stor-layout.c (layout_decl): Adjust.
28189         (update_alignment_for_field): Likewise.
28190         (place_field): Likewise.
28191         (min_align_of_type): Likewise.
28192         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
28193         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
28194         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
28195         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
28196         * config/frv/frv.c (frv_adjust_field_align): Likewise.
28197         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
28198         * config/i386/i386.c (x86_field_alignment): Likewise.
28199         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
28200         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
28201         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
28202         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
28203         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
28204         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
28205          Likewise.
28207         Revert
28208         2017-01-30  Richard Biener  <rguenther@suse.de>
28210         PR tree-optimization/79256
28211         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
28212         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
28213         alignment on TYPE.
28215 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
28217         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
28218         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
28219         builtins to SImode and emit a zero-extend, if necessary.
28221 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
28223         * docs/invoke.texi (RISC-V Options): Alphabetize.
28225 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
28227         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
28228         options.
28230 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
28232         * config/riscv/riscv.c: New file.
28233         * common/config/riscv/riscv-common.c: Likewise.
28234         * config.gcc: Likewise.
28235         * config/riscv/constraints.md: Likewise.
28236         * config/riscv/elf.h: Likewise.
28237         * config/riscv/generic.md: Likewise.
28238         * config/riscv/linux.h: Likewise.
28239         * config/riscv/multilib-generator: Likewise.
28240         * config/riscv/peephole.md: Likewise.
28241         * config/riscv/pic.md: Likewise.
28242         * config/riscv/predicates.md: Likewise.
28243         * config/riscv/riscv-builtins.c: Likewise.
28244         * config/riscv/riscv-c.c: Likewise.
28245         * config/riscv/riscv-ftypes.def: Likewise.
28246         * config/riscv/riscv-modes.def: Likewise.
28247         * config/riscv/riscv-opts.h: Likewise.
28248         * config/riscv/riscv-protos.h: Likewise.
28249         * config/riscv/riscv.h: Likewise.
28250         * config/riscv/riscv.md: Likewise.
28251         * config/riscv/riscv.opt: Likewise.
28252         * config/riscv/sync.md: Likewise.
28253         * config/riscv/t-elf-multilib: Likewise.
28254         * config/riscv/t-linux: Likewise.
28255         * config/riscv/t-linux-multilib: Likewise.
28256         * config/riscv/t-riscv: Likewise.
28257         * configure.ac: Likewise.
28258         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
28259         Waterman as RISC-V maintainers.
28260         * doc/install.texi: Add RISC-V entries.
28261         * doc/invoke.texi: Add RISC-V options section.
28262         * doc/md.texi: Add RISC-V constraints section.
28263         * configure: Regenerated.
28265 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
28267         PR target/66144
28268         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
28269         false values to be constant vectors with all 0 or all 1 bits set.
28270         (vcondu<mode><mode>): Likewise.
28271         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
28272         predicate.
28273         (fpmask_comparison_operator): Update comment.
28274         (vecint_comparison_operator): New predicate.
28275         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
28276         vector conditionals when the true and false values are constant
28277         vectors with all 0 bits or all 1 bits set.
28279 2017-02-06  Martin Sebor  <msebor@redhat.com>
28281         PR  tree-optimization/79376
28282         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
28284 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
28286         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
28287         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
28288         to simplify split condition.
28290 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
28292         * omp-expand.c (oxpand_omp_atomic_fetch_op,
28293         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
28294         false.
28296 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
28298         PR rtl-optimization/68664
28299         * target.def (can_speculate_insn): New hook.
28300         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
28301         * doc/tm.texi: Regenerate.
28302         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
28303         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
28304         (rs6000_sched_can_speculate_insn): New function.
28306 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
28308         PR tree-optimization/79284
28309         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
28310         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
28311         vectorizable_mask_load_store, vectorizable_operation,
28312         vect_is_simple_cond, get_same_sized_vectype): Use it instead
28313         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
28314         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
28315         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
28316         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
28317         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
28318         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
28319         is_gimple_assign (stmt).  Replace another such test with
28320         is_gimple_assign (stmt).
28322 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
28324         PR target/78883
28325         * config/avr/avr.c (rtl-iter.h): Include it.
28326         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
28327         (avr_legitimate_combined_insn): ...and implementation.
28329 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
28331         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
28332         * config/s390/s390.c (s390_const_operand_ok)
28333         (s390_canonicalize_comparison, s390_extract_part)
28334         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
28335         (s390_contiguous_bitmask_p, s390_rtx_costs)
28336         (legitimize_pic_address): Likewise.
28337         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
28338         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
28339         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
28340         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
28341         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
28343 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
28345         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
28346         REGNO($0) == REGNO($1).
28348 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28350         * config/s390/linux.h(SIZE_TYPE): Add comment.
28352 2017-02-06  Julian Brown  <julian@codesourcery.com>
28353             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
28354             Virendra Pathak  <virendra.pathak@broadcom.com>
28356         * config/aarch64/aarch64-cores.def: Change the scheduler
28357         to Thunderx2t99.
28358         * config/aarch64/aarch64.md: Include thunderx2t99.md.
28359         * config/aarch64/thunderx2t99.md: New file.
28361 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
28363         * doc/standards.texi (Go Language): Update link to language
28364         standard.
28366 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
28368         * tree-eh.c (lower_resx): Sanitize profile.
28369         (cleanup_empty_eh_move_lp): Likewise.
28371 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
28373         PR tree-ssa/79347
28374         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
28375         ELSE_PROB.
28376         * cfgloopmanip.h (loop_version): Update prototype.
28377         * modulo-sched.c (sms_schedule): Update call of loop_version.
28378         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
28379         * tree-parloops.c (gen_parallel_loop): Likewise.
28380         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
28381         * tree-ssa-loop-split.c (split_loop): Likewise.
28382         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
28383         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
28385 2017-02-05  Martin Liska  <mliska@suse.cz>
28387         PR bootstrap/78985
28388         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
28389         variable to NULL.
28390         (print_operand_address): Initialize a struct to zero.
28392 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
28394         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
28395         garbage collector only in textual form.
28397 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
28399         * doc/extend.texi (x86 specific memory model extensions for
28400         transactional memory): Simplify a phrase.
28402 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
28404         PR target/79353
28405         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
28406         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
28407         (atomic_storedi_1): Likewise.
28409 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
28411         PR tree-optimization/79338
28412         * tree-parloops.c (gather_scalar_reductions): Don't call
28413         vect_analyze_loop_form for loop->inner before destroying loop's
28414         loop_vinfo.
28416 2017-02-03  Martin Sebor  <msebor@redhat.com>
28418         PR tree-optimization/79327
28419         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
28420         when precision has resulted in leading zeros.
28421         (format_integer): Adjust the likely counter to assume an unknown
28422         argument that may be zero is non-zero.
28424 2017-02-03  Jason Merrill  <jason@redhat.com>
28426         PR c++/78689
28427         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
28428         avoid copying non-taken branch.
28430 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
28432         PR tree-optimization/79340
28433         * tree-vect-loop.c (vectorizable_reduction): Release
28434         vec_defs elements after safe_splicing them into other vectors.
28435         Formatting fixes.
28437         PR tree-optimization/79327
28438         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
28439         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
28440         dirtype.
28441         (format_integer): Use wide_int_to_tree instead of build_int_cst
28442         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
28443         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
28444         of shortest and longest sequence.
28446 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
28448         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
28449         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
28451 2017-02-03  Walter Lee  <walt@tilera.com>
28453         PR target/78862
28454         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
28455         after initial stackframe link reg save.
28456         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
28458 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
28460         PR target/79354
28461         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
28462         wu for stxssp alternative.
28464 2017-02-03  Martin Sebor  <msebor@redhat.com>
28466         PR tree-optimization/79352
28467         * gimple-fold.c (get_range_strlen): Add argument.
28468         (get_range_strlen): Change return type to bool.
28469         (get_maxval_strlen): Pass in a dummy argument.
28470         * gimple-fold.h (get_range_strlen): Change return type to bool.
28471         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
28472         * tree.h (array_at_struct_end_p): Add argument.
28473         * tree.c (array_at_struct_end_p): Handle it.
28475 2017-02-03  Martin Liska  <mliska@suse.cz>
28477         PR lto/66295
28478         * multiple_target.c (create_dispatcher_calls): Redirect edge
28479         from a caller of a dispatcher.
28480         (expand_target_clones): Make the clones local.
28481         (ipa_target_clone): Do both target clones and resolvers.
28482         (ipa_dispatcher_calls): Remove the pass.
28483         (pass_dispatcher_calls::gate): Likewise.
28484         (make_pass_dispatcher_calls): Likewise.
28485         * passes.def (pass_target_clone): Put as very first IPA early
28486         pass.
28488 2017-02-03  Martin Liska  <mliska@suse.cz>
28490         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
28491         in case of a function with ifunc attribute.
28493 2017-02-03  Martin Liska  <mliska@suse.cz>
28495         * cgraph.c (cgraph_node::dump): Dump function version info.
28496         * symtab.c (symtab_node::dump_base): Add missing new line.
28498 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
28500         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
28501         (ifcombine_ifandif): Use it.
28503 2017-02-03  Martin Liska  <mliska@suse.cz>
28505         * doc/invoke.texi: Document default value for
28506         use-after-scope-direct-emission-threshold.
28508 2017-02-03  Martin Liska  <mliska@suse.cz>
28510         PR tree-optimization/79339
28511         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
28512         (format_floating): Likewise.
28514 2017-02-03  Martin Liska  <mliska@suse.cz>
28516         PR ipa/79337
28517         * ipa-prop.c (ipa_node_params_t::insert): Remove current
28518         implementation.
28519         (ipa_node_params_t::remove): Likewise.
28520         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
28521         initialization from removed ipa_node_params_t::insert.
28522         (ipa_node_params::~ipa_node_params): Move from removed
28523         ipa_node_params_t::release.
28524         * symbol-summary.h (symbol_summary::m_released): New member.
28525         Do not release a summary twice.  Do not allow to call finalizer
28526         for types of a summary that live in GGC memory.
28528 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
28530         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
28531         cmp_branch fusion.
28533 2017-02-02  Martin Sebor  <msebor@redhat.com>
28535         PR middle-end/79275
28536         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
28537         (format_string): Tighten up the range of output for non-constant
28538         strings and correct the expected range for wide non-constant strings.
28540 2017-02-02  Martin Sebor  <msebor@redhat.com>
28542         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
28544         PR middle-end/32003
28545         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
28546         index.
28547         (-fdump-tree-@var): Add to index and document how to come up
28548         with pass-specific option and dump file names.
28549         (-fdump-passes): Clarify where to look for output.
28551 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
28553         PR middle-end/77445
28554         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
28555         statistics of the analyzed path; allow threading for speed when
28556         any of BBs along the path are optimized for speed.
28558 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
28560         PR middle-end/78468
28561         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
28562         settings of the virtual registers.
28564         Revert again
28565         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
28567         * explow.c (get_dynamic_stack_size): Take known alignment of stack
28568         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
28569         needed.
28571 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28573         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
28574         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
28576 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28578         * config/s390/s390.md: Add missing comments with the expanded
28579         mnemonics.
28580         * config/s390/vector.md: Likewise.
28581         * config/s390/vx-builtins.md: Likewise.
28583 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
28585         PR target/79197
28586         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
28587         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
28588         conditions on a single line.
28590 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28592         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
28593         __S390_VX__ to __VX__.
28595 2017-02-01  Andrew Pinski  <apinski@cavium.com>
28597         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
28598         stmt_info to record_stmt_cost.
28599         (vect_get_known_peeling_cost): Pass stmt_info if known to
28600         record_stmt_cost.
28601         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
28602         cpu_vector_cost field into
28603         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
28604         field into vec_int_stmt_cost and vec_fp_stmt_cost.
28605         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
28606         splitting of scalar_stmt_cost and vec_stmt_cost.
28607         (thunderx_vector_cost): Likewise.
28608         (cortexa57_vector_cost): LIkewise.
28609         (exynosm1_vector_cost): Likewise.
28610         (xgene1_vector_cost): Likewise.
28611         (thunderx2t99_vector_cost): Improve after the splitting of the two
28612         fields.
28613         (aarch64_builtin_vectorization_cost): Update for the splitting of
28614         scalar_stmt_cost and vec_stmt_cost.
28616 2017-02-01  Torvald Riegel  <triegel@redhat.com>
28617             Richard Henderson  <rth@redhat.com>
28619         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
28620         conditional on existance of a fast atomic load.
28621         * optabs-query.c (can_atomic_load_p): New function.
28622         * optabs-query.h (can_atomic_load_p): Declare it.
28623         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
28624         no fast atomic load is available for the particular size of access.
28625         (expand_atomic_compare_and_swap): Likewise.
28626         (expand_atomic_load): Likewise.
28627         (expand_atomic_store): Likewise.
28628         (expand_atomic_fetch_op): Likewise.
28629         * testsuite/lib/target-supports.exp
28630         (check_effective_target_sync_int_128): Remove x86 because it provides
28631         no fast atomic load.
28632         (check_effective_target_sync_int_128_runtime): Likewise.
28634 2017-02-01  Richard Biener  <rguenther@suse.de>
28636         * graphite.c: Include tree-vectorizer.h for find_loop_location.
28637         (graphite_transform_loops): Provide opt-info for optimized nests.
28638         * tree-parloop.c (parallelize_loops): Provide opt-info for
28639         parallelized loops.
28641 2017-02-01  Richard Biener  <rguenther@suse.de>
28643         PR middle-end/79315
28644         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
28645         was not set before.
28647 2017-02-01  Richard Biener  <rguenther@suse.de>
28649         PR tree-optimization/71824
28650         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
28651         Verify the loops are valid in the merged SESE region.
28652         (scop_detection::can_represent_loop_1): Check analyzing the
28653         evolution of the number of iterations in the region succeeds.
28655 2017-01-31  Ian Lance Taylor  <iant@golang.org>
28657         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
28658         REG_ARGS_SIZE note to 32-bit push insns and call insn.
28660 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
28662         PR preprocessor/79210
28663         * input.c (get_substring_ranges_for_loc): Replace line_width
28664         assertion with error-handling.
28666 2017-01-31  Richard Biener  <rguenther@suse.de>
28668         PR tree-optimization/77318
28669         * graphite-sese-to-poly.c (extract_affine): Fix assert.
28670         (create_pw_aff_from_tree): Take loop parameter.
28671         (add_condition_to_pbb): Pass loop of the condition to
28672         create_pw_aff_from_tree.
28674 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
28676         * config/s390/s390.c (s390_asan_shadow_offset): New function.
28677         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
28679 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
28681         PR target/78597
28682         PR target/79038
28683         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
28684         no longer used.
28685         (convert_int_to_float128): Likewise.
28686         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
28687         (convert_int_to_float128): Likewise.
28688         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
28689         (UNSPEC_IEEE128_CONVERT): Likewise.
28690         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
28691         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
28692         Use local variables for IBM extended format.
28693         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
28694         (fix_trunc<mode>si2_fprs): Likewise.
28695         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
28696         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
28697         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
28698         to know that we can now have integers of all sizes in vector
28699         registers.
28700         (fix<uns>_<mode>di2_hw): Likewise.
28701         (float<uns>_<mode>si2_hw): Likewise.
28702         (fix_<mode>si2_hw): Likewise.
28703         (fixuns_<mode>si2_hw): Likewise.
28704         (float<uns>_<mode>di2_hw): Likewise.
28705         (float_<mode>di2_hw): Likewise.
28706         (float_<mode>si2_hw): Likewise.
28707         (floatuns_<mode>di2_hw): Likewise.
28708         (floatuns_<mode>si2_hw): Likewise.
28709         (xscvqp<su>wz_<mode>): Delete, no longer used.
28710         (xscvqp<su>dz_<mode>): Likewise.
28711         (xscv<su>dqp_<mode>): Likewise.
28712         (ieee128_mfvsrd_64bit): Likewise.
28713         (ieee128_mfvsrd_32bit): Likewise.
28714         (ieee128_mfvsrwz): Likewise.
28715         (ieee128_mtvsrw): Likewise.
28716         (ieee128_mtvsrd_64bit): Likewise.
28717         (ieee128_mtvsrd_32bit): Likewise.
28719 2017-01-31  Martin Liska  <mliska@suse.cz>
28721         PR ipa/79285
28722         * ipa-prop.c (ipa_free_all_node_params): Call release method
28723         instead of ~sumbol_summary to not to trigger double times
28724         dtor of hash_map.
28726 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
28728         PR tree-optimization/71691
28729         * bitmap.h (class auto_bitmap): New.
28730         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
28731         is_maybe_undefined instead of ssa_undefined_value_p.
28733 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28735         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
28736         __S390_ARCH_LEVEL__ to __ARCH__.
28738 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
28740         PR tree-optimization/79267
28741         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
28742         if should_remove_lhs_p is true.
28744 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
28746         PR debug/63238
28747         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
28748         (add_alignment_attribute): New.
28749         (base_type_die): Add alignment attribute.
28750         (subrange_type_die): Likewise.
28751         (modified_type_die): Likewise.
28752         (gen_array_type_die): Likewise.
28753         (gen_descr_array_type_die: Likewise.
28754         (gen_enumeration_type_die): Likewise.
28755         (gen_subprogram_die): Likewise.
28756         (gen_variable_die): Likewise.
28757         (gen_field_die): Likewise.
28758         (gen_ptr_to_mbr_type_die): Likewise.
28759         (gen_struct_or_union_type_die): Likewise.
28760         (gen_subroutine_type_die): Likewise.
28761         (gen_typedef_die): Likewise.
28762         (base_type_cmp): Compare alignment attribute.
28764 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
28766         PR target/79170
28767         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
28768         (setb_unsigned) New pattern for setb with CCUNS.
28769         * config/rs6000/rs6000.c (expand_block_compare): Use a different
28770         subfc./subfe sequence to avoid overflow problems.  Generate a
28771         shorter sequence with cmpld/setb for power9.
28772         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
28773         for generating subfc. instruction.
28774         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
28775         now uses this instruction.
28777 2017-01-30  Ian Lance Taylor  <iant@google.com>
28779         PR debug/79289
28780         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
28781         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
28783 2017-01-30  Martin Sebor  <msebor@redhat.com>
28785         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
28786         Move constant to the right of a relational operator.
28787         (get_mpfr_format_length, format_character, format_string): Ditto.
28788         (should_warn_p, maybe_warn): Same.
28790         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
28792 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
28794         PR lto/79061
28795         * asan.c (get_translation_unit_decl): Remove function.
28796         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
28798 2017-01-30  Martin Liska  <mliska@suse.cz>
28800         PR gcov-profile/79259
28801         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
28802         -fprofile-generate.
28804 2017-01-30  Martin Liska  <mliska@suse.cz>
28806         PR bootstrap/78985
28807         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
28808         Initialize variables with NULL value.
28810 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
28812         PR target/79260
28813         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
28814         tm_p_file.
28815         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
28817 2017-01-30  Richard Biener  <rguenther@suse.de>
28819         PR tree-optimization/79276
28820         * tree-vrp.c (process_assert_insertions): Properly adjust common
28821         when removing a duplicate.
28823         * gcc.dg/torture/pr79276.c: New testcase.
28825 2017-01-30  Richard Biener  <rguenther@suse.de>
28827         PR tree-optimization/79256
28828         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
28829         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
28830         alignment on TYPE.
28831         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
28833 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
28835         PR target/79240
28836         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
28837         ("*r<noxa>sbg_<mode>_sll_bitmask")
28838         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
28839         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
28840         Use contiguous_bitmask_nowrap_operand.
28842 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28844         PR target/79268
28845         * config/rs6000/altivec.h (vec_xl): Revise #define.
28846         (vec_xst): Likewise.
28848 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
28850         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
28852 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
28854         PR rtl-optimization/79194
28855         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
28856         traps before call to bypass_conditional_jumps.
28858 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
28860         PR tree-optimization/71374
28861         * lra-constraints.c (check_conflict_input_operands): New.
28862         (match_reload): Use it.
28864 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
28866         PR target/79131
28867         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
28868         account to calculate conflict_set.
28870 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
28872         PR rtl-optimization/78559
28873         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
28874         other_insn in combine.
28876 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
28878         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
28879         uint16_type_node for BT_UINT16.
28881 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
28883         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
28884         "RTL Tests" to menu.
28885         (GIMPLE Tests): New node.
28886         (RTL Tests): New node.
28888 2017-01-27  Richard Biener  <rguenther@suse.de>
28890         PR tree-optimization/79245
28891         * tree-loop-distribution.c (distribute_loop): Apply cost
28892         modeling also to detected patterns.
28894 2017-01-27  Richard Biener  <rguenther@suse.de>
28896         PR tree-optimization/71433
28897         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
28898         (compare_assert_loc): New function.
28899         (process_assert_insertions): Sort and optimize assert locations
28900         to remove duplicates and push down identical assertions on
28901         edges to their destination block.
28903 2017-01-27  Richard Biener  <rguenther@suse.de>
28905         PR tree-optimization/79244
28906         * tree-vrp.c (remove_range_assertions): Forcefully propagate
28907         out SSA names even if abnormal.
28909 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
28911         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
28912         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
28913         instead of MPFR_RNDN.
28915 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
28917         PR target/79239
28918         * arm.c (arm_option_override): Don't call build_target_option_node
28919         until after doing all option overrides.
28920         (arm_valid_target_attribute_tree): Likewise.
28922 2017-01-27  Martin Liska  <mliska@suse.cz>
28924         * doc/invoke.texi (-fprofile-arcs): Document profiling support
28925         for {cd}tors and C++ {cd}tors.
28927 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
28929         * config/s390/s390.md ("*setmem_long_and")
28930         ("*setmem_long_and_31z"): Use zero_extend instead of and.
28932 2017-01-26  Martin Sebor  <msebor@redhat.com>
28934         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
28935         of precision.
28937 2017-01-26  Martin Sebor  <msebor@redhat.com>
28939         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
28940         HAVE_DFmode before using XFmode or DFmode.
28941         (parse_directive): Avoid using the z length modifier to avoid
28942         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
28944         PR middle-end/78703
28945         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
28946         to accept adjustment as an array.
28947         (get_int_range): New function.
28948         (struct directive): Make width and prec arrays.
28949         (directive::set_width, directive::set_precision): Call get_int_range.
28950         (format_integer, format_floating): Handle width and precision ranges.
28951         (format_string, parse_directive): Same.
28953 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
28955         PR debug/79129
28956         * dwarf2out.c (generate_skeleton_bottom_up): For children with
28957         comdat_type_p set, just clone them, but keep the children in the
28958         original DIE.
28960         PR debug/78835
28961         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
28962         which have direct callers with -fvar-tracking-assignments enabled
28963         in the current TU.
28964         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
28965         inside of type units.
28967 2017-01-26  Martin Sebor  <msebor@redhat.com>
28969         PR middle-end/78703
28970         * gimple-ssa-sprintf.c (struct result_range): Add likely and
28971         unlikely counters.
28972         (struct format_result): Replace number_chars, number_chars_min,
28973         and number_chars_max with a single member of struct result_range.
28974         Remove bounded.
28975         (format_result::operator+=): Adjust.
28976         (struct fmtresult): Remove bounded.  Handle likely and unlikely
28977         counters.
28978         (fmtresult::adjust_for_width_or_precision): New function.
28979         (fmtresult:type_max_digits): New function.
28980         (bytes_remaining): Handle likely and unlikely counters.
28981         (min_bytes_remaining): Remove.
28982         (format_percent): Simplify.
28983         (format_integer, format_floating): Set likely and unlikely counters.
28984         (get_string_length, format_character, format_string): Same.
28985         (format_plain, should_warn_p): New function.
28986         (maybe_warn): Call should_warn_p.  Update diagnostic messages
28987         and handle those for all directives, including plain strings.
28988         (format_directive): Handle likely and unlikely counters.
28989         Remove unnecessary quoting from diagnostics.  Add an informational
28990         note.
28991         (add_bytes): Remove.
28992         (pass_sprintf_length::compute_format_length): Simplify.
28993         (try_substitute_return_value): Handle likely and unlikely counters.
28995 2017-01-26  Carl Love  <cel@us.ibm.com>
28997         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
28998         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
29000 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
29002         PR target/79131
29003         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
29004         endianess for subregs into account.
29005         * lra-constraints.c (lra_constraints): Do risky transformations
29006         always on the first iteration.
29007         * lra-lives.c (check_pseudos_live_through_calls): Add arg
29008         last_call_used_reg_set.
29009         (process_bb_lives): Define and use last_call_used_reg_set.
29010         * lra.c (lra): Always continue after lra_constraints on the first
29011         iteration.
29013 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
29015         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
29016         constant.
29017         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
29019 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
29021         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
29022         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
29023         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
29024         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
29025         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
29026         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
29027         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
29028         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
29029         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
29031 2017-01-26  Marek Polacek  <polacek@redhat.com>
29033         PR c/79199
29034         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
29035         for the third operand.
29037 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
29039         PR middle-end/79236
29040         * omp-low.c (struct omp_context): Add simt_stmt field.
29041         (scan_omp_for): Return omp_context *.
29042         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
29043         context to the _simt_ SIMD stmt.
29044         (lower_omp_for): For combined SIMD with sibling _simt_
29045         SIMD, make sure to use the same decls in _looptemp_
29046         clauses as in the sibling.
29048 2017-01-26  David Sherwood  <david.sherwood@arm.com>
29050         PR middle-end/79212
29051         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
29052         all contexts.
29054 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
29056         PR target/70465
29057         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
29058         emit fld b; fld a; if possible.
29060         * brig-builtins.def: Update copyright years.
29061         * config/arm/arm_acle_builtins.def: Update copyright years.
29063 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
29065         PR target/79179
29066         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
29067         constraint instead of o for the stxsd instruction.
29069 2017-01-25  Carl Love  <cel@us.ibm.com>
29071         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
29072         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
29074 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
29076         * doc/invoke.texi (C++ Dialect Options): Fix typo.
29078 2017-01-25  Richard Biener  <rguenther@suse.de>
29080         PR tree-optimization/69264
29081         * target.def (vector_alignment_reachable): Improve documentation.
29082         * doc/tm.texi: Regenerate.
29083         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
29084         and add a comment.
29085         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
29086         earlier changes with respect to TYPE_USER_ALIGN.
29087         (vector_alignment_reachable_p): Likewise.  Improve dumping.
29089 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29091         PR target/79145
29092         * config/arm/arm.md (xordi3): Force constant operand into a register
29093         for TARGET_IWMMXT.
29095 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29097         * doc/invoke.texi (-fstore-merging): Correct default optimization
29098         levels at which it is enabled.
29099         (-O): Move -fstore-merging from list to...
29100         (-O2): ... Here.
29102 2017-01-25  Richard Biener  <rguenther@suse.de>
29104         PR debug/78363
29105         * omp-expand.c: Include debug.h.
29106         (expand_omp_taskreg): Make sure to generate early debug before
29107         outlining anything from a function.
29108         (expand_omp_target): Likewise.
29109         (grid_expand_target_grid_body): Likewise.
29111 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
29113         PR lto/79061
29114         * asan.c (get_translation_unit_decl): New function.
29115         (asan_add_global): Extract modules file name from globals
29116         TRANSLATION_UNIT_DECL name.
29118 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
29120         PR target/77439
29121         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
29122         for long calls with APCS frame and VFP.
29124 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
29126         * cfg.c (original_copy_tables_initialized_p): New function.
29127         * cfg.h (original_copy_tables_initialized_p): New decl.
29128         * cfgrtl.c (relink_block_chain): Guard the call to
29129         free_original_copy_tables with a call to
29130         original_copy_tables_initialized_p.
29131         * cgraph.h (symtab_node::native_rtl_p): New decl.
29132         * cgraphunit.c (symtab_node::native_rtl_p): New function.
29133         (symtab_node::needed_p): Don't assert for early assembly output
29134         for __RTL functions.
29135         (cgraph_node::finalize_function): Set "force_output" for __RTL
29136         functions.
29137         (cgraph_node::analyze): Bail out early for __RTL functions.
29138         (analyze_functions): Update assertion to support __RTL functions.
29139         (cgraph_node::expand): Bail out early for __RTL functions.
29140         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
29141         __RTL functions.
29142         * function.h (struct function): Update comment for field
29143         "pass_startwith".
29144         * gimple-expr.c: Include "tree-pass.h".
29145         (gimple_has_body_p): Return false for __RTL functions.
29146         * Makefile.in (OBJS): Add run-rtl-passes.o.
29147         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
29148         accessor.
29149         (gcc::pass_manager::get_clean_slate): New accessor.
29150         * passes.c: Include "insn-addr.h".
29151         (should_skip_pass_p): Add logging.  Update logic for running
29152         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
29153         property-provider override so it is only done for gimple passes.
29154         Don't skip dfinit.
29155         (skip_pass): New function.
29156         (execute_one_pass): Call skip_pass when skipping passes.
29157         * read-md.c (md_reader::read_char): Support filtering
29158         the input to a subset of line numbers.
29159         (md_reader::md_reader): Initialize fields
29160         m_first_line and m_last_line.
29161         (md_reader::read_file_fragment): New function.
29162         * read-md.h (md_reader::read_file_fragment): New decl.
29163         (md_reader::m_first_line): New field.
29164         (md_reader::m_last_line): New field.
29165         * read-rtl-function.c (function_reader::create_function): Only
29166         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
29167         curr_properties.  Set DECL_INITIAL to a dummy block.
29168         (read_rtl_function_body_from_file_range): New function.
29169         * read-rtl-function.h (read_rtl_function_body_from_file_range):
29170         New decl.
29171         * run-rtl-passes.c: New file.
29172         * run-rtl-passes.h: New file.
29174 2017-01-24  Jeff Law  <law@redhat.com>
29176         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
29177         buffer size.
29179 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
29181         PR tree-optimization/79159
29182         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
29183         (record_nonwrapping_iv): Improve boundary using above function if no
29184         value range information.
29186 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
29187             Martin Jambor  <mjambor@suse.cz>
29189         * brig-builtins.def: New file.
29190         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
29191         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
29192         (DEF_HSAIL_SAT_BUILTIN): Likewise.
29193         (DEF_HSAIL_INTR_BUILTIN): Likewise.
29194         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
29195         * builtin-types.def (BT_INT8): New.
29196         (BT_INT16): Likewise.
29197         (BT_UINT8): Likewise.
29198         (BT_UINT16): Likewise.
29199         (BT_FN_ULONG): Likewise.
29200         (BT_FN_UINT_INT): Likewise.
29201         (BT_FN_UINT_ULONG): Likewise.
29202         (BT_FN_UINT_LONG): Likewise.
29203         (BT_FN_UINT_PTR): Likewise.
29204         (BT_FN_ULONG_PTR): Likewise.
29205         (BT_FN_INT8_FLOAT): Likewise.
29206         (BT_FN_INT16_FLOAT): Likewise.
29207         (BT_FN_UINT32_FLOAT): Likewise.
29208         (BT_FN_UINT16_FLOAT): Likewise.
29209         (BT_FN_UINT8_FLOAT): Likewise.
29210         (BT_FN_UINT64_FLOAT): Likewise.
29211         (BT_FN_UINT16_UINT32): Likewise.
29212         (BT_FN_UINT32_UINT16): Likewise.
29213         (BT_FN_UINT16_UINT16_UINT16): Likewise.
29214         (BT_FN_INT_PTR_INT): Likewise.
29215         (BT_FN_UINT_PTR_UINT): Likewise.
29216         (BT_FN_LONG_PTR_LONG): Likewise.
29217         (BT_FN_ULONG_PTR_ULONG): Likewise.
29218         (BT_FN_VOID_UINT64_UINT64): Likewise.
29219         (BT_FN_UINT8_UINT8_UINT8): Likewise.
29220         (BT_FN_INT8_INT8_INT8): Likewise.
29221         (BT_FN_INT16_INT16_INT16): Likewise.
29222         (BT_FN_INT_INT_INT): Likewise.
29223         (BT_FN_UINT_FLOAT_UINT): Likewise.
29224         (BT_FN_FLOAT_UINT_UINT): Likewise.
29225         (BT_FN_ULONG_UINT_UINT): Likewise.
29226         (BT_FN_ULONG_UINT_PTR): Likewise.
29227         (BT_FN_ULONG_ULONG_ULONG): Likewise.
29228         (BT_FN_UINT_UINT_UINT): Likewise.
29229         (BT_FN_VOID_UINT_PTR): Likewise.
29230         (BT_FN_UINT_UINT_PTR: Likewise.
29231         (BT_FN_UINT32_UINT64_PTR): Likewise.
29232         (BT_FN_INT_INT_UINT_UINT): Likewise.
29233         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
29234         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
29235         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
29236         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
29237         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
29238         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
29239         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
29240         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
29241         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
29242         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
29243         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
29244         * doc/frontends.texi: List BRIG FE.
29245         * doc/install.texi (Testing): Add BRIG tesring requirements.
29246         * doc/invoke.texi (Overall Options): Mention BRIG.
29247         * doc/standards.texi (Standards): Doucment BRIG HSA version.
29249 2017-01-24  Richard Biener  <rguenther@suse.de>
29251         PR translation/79208
29252         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
29254 2017-01-24  Martin Jambor  <mjambor@suse.cz>
29256         PR bootstrap/79198
29257         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
29258         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
29259         and known_contexts.
29261 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
29263         PR middle-end/79123
29264         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
29265         casts from signed to unsigned really don't have a range.
29267 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
29269         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
29270         GMP_RNDx for compatiblity.
29272 2017-01-24  Martin Liska  <mliska@suse.cz>
29274         PR bootstrap/79132
29275         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
29276         that would prevent us to call alloca with -1 as argument.
29278 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
29280         * dwarf2out.c (output_compilation_unit_header, output_file_names):
29281         Avoid -Wformat-security warning.
29283 2017-01-23  Andrew Pinski  <apinski@cavium.com>
29285         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
29286         cost table.
29288 2017-01-23  Martin Sebor  <msebor@redhat.com>
29290         PR middle-end/78703
29291         * gimple-ssa-sprintf.c (warn_level): New global.
29292         (format_integer): Use it here and throughout the rest of the file.
29293         Use the same switch to compute sign as base.
29294         (maybe_warn): New function.
29295         (format_directive): Factor out warnings into maybe_warn.
29296         Add debugging output.  Use warn_level.
29297         (add_bytes): Use warn_level.
29298         (pass_sprintf_length::compute_format_length): Add debugging output.
29299         (try_substitute_return_value): Same.
29300         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
29302         PR middle-end/78703
29303         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
29304         (struct fmtresult, format_integer, format_floating): Adjust.
29305         (fmtresult::fmtresult): Set max correctly in two argument ctor.
29306         (get_string_length, format_string,format_directive): Same.
29307         (pass_sprintf_length::compute_format_length): Same.
29308         (try_substitute_return_value): Simplify slightly.
29310         PR middle-end/78703
29311         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
29312         (fmtresult::operator+=): Outlined.
29313         (struct fmtresult): Add ctors.
29314         (struct conversion_spec): Rename...
29315         (struct directive): ...to this.  Add and remove data members.
29316         (directive::set_width, directive::set_precision): New functions.
29317         (format_percent): Use fmtresult ctor.
29318         (get_width_and_precision): Remove.
29319         (format_integer): Make naming changes.  Avoid computing width and
29320         precision.
29321         (format_floating): Same.  Adjust indentation.
29322         (format_character, format_none): New functions.
29323         (format_string): Moved character handling to format_character.
29324         (format_directive): Remove arguments, change return type.
29325         (parse_directive): New function.
29326         (pass_sprintf_length::compute_format_length): Move directive
29327         parsing to parse_directive.
29329 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
29331         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
29332         (assign_assembler_name_if_needed): ... this.
29333         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
29334         (assign_assembler_name_if_needed): ... this.
29335         (free_lang_data_in_cgraph): Adjust callers.
29336         * cgraphunit.c (cgraph_node::analyze): Likewise.
29337         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
29338         Likewise.
29340 2017-01-23  Richard Biener  <rguenther@suse.de>
29342         PR tree-optimization/79088
29343         PR tree-optimization/79188
29344         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
29345         resetting loop bounds after last path deletion.  Reset loop
29346         bounds of the target loop, make code match the comments.
29347         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
29348         Make sure loops need no fixups.
29350 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
29352         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
29353         exponent support with double type for first argument.
29354         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
29355         type returned by __builtin_vec_extract_sig,
29356         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
29357         functions from "vector int" to "vector unsigned int" or from
29358         "vector long long int" to "vector unsigned long long int".
29359         Changed type returned by __builtin_vec_extract_exp,
29360         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
29361         functions from "vector int" to "vector unsigned int" or from
29362         "vector long long int" to "vector unsigned long long int".
29363         Changed return type of __builtin_vec_test_data_class,
29364         __builtin_vec_test_data_class_sp, and
29365         __builtin_vec_test_data_class_dp from "vector int" to
29366         "vector bool int" or from "vector long long int" to "vector bool
29367         long long int" and changed second argument type from "unsigned
29368         int" to "int".  Added new overloaded function forms "vector float
29369         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
29370         "vector float __builtin_vec_insert_exp_sp (vector float, vector
29371         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
29372         double, vector unsigned long long int)" and "vector double
29373         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
29374         long int)".  Changed return type of
29375         __builtin_scalar_test_data_class and
29376         __builtin_scalar_test_data_class_sp and
29377         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
29378         int" and changed second argument from "unsigned int" to "int".
29379         Changed type returned by __builtin_scalar_test_neg,
29380         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
29381         from "int" to "bool int".  Added new overloaded function form
29382         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
29383         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
29384         exponent double-precision with floating point first argument.
29385         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
29386         documentation of scalar_test_data_class, scalar_test_neg,
29387         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
29388         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
29389         vec_test_data_class built-in functions to reflect refinements in
29390         their type signatures.
29392 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
29394         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
29395         size of buf.
29396         (aarch64_elf_asm_destructor): Likewise.
29398 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
29400         PR rtl-optimization/78634
29401         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
29402         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
29403         * ifcvt.c (noce_try_cmove): Add missing cost check.
29405         PR rtl-optimization/71724
29406         * combine.c (if_then_else_cond): Look for situations where it is
29407         beneficial to undo the work of one of the recursive calls.
29409 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
29411         PR tree-optimization/70754
29412         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
29413         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
29414         combined stmt before it if not NULL.
29415         (combine_chains): Process refs reversely and compute dominance point
29416         for root ref.
29418 2017-01-23  Martin Liska  <mliska@suse.cz>
29420         PR tree-optimization/79196
29421         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
29422         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
29423         instead of memcmp.
29424         (strlen_optimize_stmt): Call the renamed function.
29426 2017-01-23  Michael Matz  <matz@suse.de>
29428         PR tree-optimization/78384
29429         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
29431 2017-01-23  Richard Biener  <rguenther@suse.de>
29433         PR tree-optimization/79186
29434         * tree-vrp.c (register_new_assert_for): Make sure we've seen
29435         both incoming edges before moving an assert.
29437 2017-01-23  Martin Jambor  <mjambor@suse.cz>
29439         * ipa-prop.c (load_from_param_1): Removed.
29440         (load_from_unmodified_param): Bits from load_from_param_1 put back
29441         here.
29442         (load_from_param): Removed.
29443         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
29444         with stmt.  Reverted back to use of load_from_unmodified_param.
29446 2017-01-23  Martin Jambor  <mjambor@suse.cz>
29448         PR ipa/79108
29449         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
29450         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
29451         field a pointer to garbage collected vector, mark lattices and
29452         ipcp_orig_node with GTY((skip)).
29453         (ipa_get_param_count): Adjust to descriptors being a pointer.
29454         (ipa_get_param): Likewise.
29455         (ipa_get_type): Likewise.
29456         (ipa_get_param_move_cost): Likewise.
29457         (ipa_set_param_used): Likewise.
29458         (ipa_get_controlled_uses): Likewise.
29459         (ipa_set_controlled_uses): Likewise.
29460         (ipa_is_param_used): Likewise.
29461         (ipa_node_params_t): Move into garbage collector.  New methods insert
29462         and remove.
29463         (ipa_node_params_sum): Annotate wth GTY(()).
29464         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
29465         garbage collected.
29466         (ipa_load_from_parm_agg): Adjust declaration.
29467         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
29468         * ipa-profile.c (ipa_profile): Likewise.
29469         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
29470         (ipa_populate_param_decls): Make descriptors parameter garbage
29471         collected.
29472         (ipa_dump_param): Adjust to descriptors being a pointer.
29473         (ipa_alloc_node_params): Likewise.
29474         (ipa_initialize_node_params): Likewise.
29475         (load_from_param_1): Make descriptors parameter garbage collected.
29476         (load_from_unmodified_param): Likewise.
29477         (load_from_param): Likewise.
29478         (ipa_load_from_parm_agg): Likewise.
29479         (ipa_node_params::~ipa_node_params): Removed.
29480         (ipa_free_all_node_params): Remove call to delete operator.
29481         (ipa_node_params_t::insert): New.
29482         (ipa_node_params_t::remove): Likewise.
29483         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
29484         copy known_csts and known_contexts vectors.
29485         (ipa_read_node_info): Adjust to descriptors being a pointer.
29486         (ipcp_modif_dom_walker): Make m_descriptors field garbage
29487         collected.
29488         (ipcp_transform_function): Make descriptors variable garbage
29489         collected.
29491 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
29493         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
29494         * config/i386/avx512dqintrin.h: Ditto.
29495         * config/i386/avx512fintrin.h: Ditto.
29496         * config/i386/i386.c: Handle new builtins.
29497         * config/i386/i386-builtin.def: Add new builtins.
29498         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
29499         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
29501 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
29502             Martin Liska  <mliska@suse.cz>
29504         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
29505         * asan.c (asan_expand_poison_ifn): Support stores and use
29506         appropriate ASAN report function.
29507         * internal-fn.c (expand_ASAN_POISON_USE): New function.
29508         * internal-fn.def (ASAN_POISON_USE): Declare.
29509         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
29510         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
29511         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
29512         ASAN_POISON calls w/o LHS.
29513         * tree-ssa.c (execute_update_addresses_taken): Create clobber
29514         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
29515         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
29516         * gimplify.c (asan_poison_variables): Add attribute
29517         use_after_scope_memory to variables that really needs to live
29518         in memory.
29519         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
29520         having the attribute.
29522 2017-01-23  Martin Liska  <mliska@suse.cz>
29524         * asan.c (create_asan_shadow_var): New function.
29525         (asan_expand_poison_ifn): Likewise.
29526         * asan.h (asan_expand_poison_ifn): New declaration.
29527         * internal-fn.c (expand_ASAN_POISON): Likewise.
29528         * internal-fn.def (ASAN_POISON): New builtin.
29529         * sanopt.c (pass_sanopt::execute): Expand
29530         asan_expand_poison_ifn.
29531         * tree-inline.c (copy_decl_for_dup_finish): Make function
29532         external.
29533         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
29534         * tree-ssa.c (is_asan_mark_p): New function.
29535         (execute_update_addresses_taken): Rewrite local variables
29536         (identified just by use-after-scope as addressable) into SSA.
29538 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
29540         * doc/install.texi (Specific): opensource.apple.com uses https
29541         now. Remove trailing slash.
29543 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
29545         * README.Portability: Remove note on an Irix compatibility issue.
29547 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
29549         * gcov.c (INCLUDE_ALGORITHM): Define.
29550         (INCLUDE_VECTOR): Define.
29551         No longer include <vector> and <algorithm> directly.
29553 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
29555         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
29556         to https.
29557         * doc/invoke.texi (Code Gen Options): Ditto.
29559 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
29561         PR lto/78407
29562         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
29564 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
29566         rtl-optimization/79125
29567         * cprop.c (local_cprop_pass): Handle cases where we make an
29568         unconditional trap.
29570 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
29572         PR target/61729
29573         PR target/77850
29574         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
29575         read from, for big endian.
29577 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
29579         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
29580         register pauth builtins for LP64 only.
29582 2017-01-20  Marek Polacek  <polacek@redhat.com>
29584         PR c/79152
29585         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
29586         non-case labels.
29588 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
29590         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
29591         of safelen status.
29592         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
29593         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
29594         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
29596 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29598         PR target/71270
29599         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
29600         in big-endian mode when they are not a single duplicated value.
29602 2017-01-20  Richard Biener  <rguenther@suse.de>
29604         * BASE-VER: Bump to 7.0.1.
29606 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
29608         * omp-low.c (omplow_simd_context): New struct.  Use it...
29609         (lower_rec_simd_input_clauses): ...here and...
29610         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
29611         references to idx, lane, max_vf, is_simt.
29613 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
29615         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
29616         mcpu=nps400.
29618 2017-01-20  Martin Jambor  <mjambor@suse.cz>
29620         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
29621         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
29622         gt-hsa-common.h.
29623         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
29624         (GTFILES): Rename hsa.c to hsa-common.c.
29625         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
29626         * hsa-dump.c: Likewise.
29627         * hsa-gen.c: Likewise.
29628         * hsa-regalloc.c: Likewise.
29629         * ipa-hsa.c: Likewise.
29630         * omp-expand.c: Likewise.
29631         * omp-low.c: Likewise.
29632         * toplev.c: Likewise.
29634 2017-01-20  Marek Polacek  <polacek@redhat.com>
29636         PR c/64279
29637         * doc/invoke.texi: Document -Wduplicated-branches.
29638         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
29639         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
29640         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
29641         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
29642         return 0 only when not OEP_LEXICOGRAPHIC.
29643         (fold_build_cleanup_point_expr): Use the expression
29644         location when building CLEANUP_POINT_EXPR.
29645         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
29646         * tree.c (add_expr): Handle error_mark_node.
29648 2017-01-20  Martin Liska  <mliska@suse.cz>
29650         PR lto/69188
29651         * tree-profile.c (init_ic_make_global_vars): Do not call
29652         finalize_decl.
29653         (gimple_init_gcov_profiler): Likewise.
29655 2017-01-20  Martin Liska  <mliska@suse.cz>
29657         PR ipa/71190
29658         * cgraph.h (maybe_create_reference): Remove argument and
29659         update comment.
29660         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
29661         argument.
29662         * ipa-cp.c (create_specialized_node): Likewise.
29663         * symtab.c (symtab_node::maybe_create_reference): Handle
29664         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
29666 2017-01-20  Martin Liska  <mliska@suse.cz>
29668         * read-rtl-function.c (function_reader::create_function): Use
29669         build_decl instread of build_decl_stat.
29671 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
29673         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
29674         * config/i386/avx512dqintrin.h: Ditto.
29675         * config/i386/avx512fintrin.h: Ditto.
29676         * config/i386/i386-builtin-types.def: Add new types.
29677         * config/i386/i386.c: Handle new types.
29678         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
29679         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
29680         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
29681         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
29682         (__builtin_ia32_kshiftridi): New.
29683         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
29685 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
29687         PR target/78875
29688         PR target/79140
29689         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
29690         define to rs6000_init_stack_protect_guard.
29691         (rs6000_init_stack_protect_guard): New function.
29693 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
29694             Yunqiang Su  <yunqiang.su@imgtec.com>
29696         * config.gcc (supported_defaults): Add madd4.
29697         (with_madd4): Add validation.
29698         (all_defaults): Add madd4.
29699         * config/mips/mips.opt (mmadd4): New option.
29700         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
29701         mmadd4.
29702         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
29703         __mips_no_madd4.
29704         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
29705         (ISA_HAS_FUSED_MADD4): Likewise.
29706         * doc/invoke.texi (-mmadd4): Document the new option.
29707         * doc/install.texi (--with-madd4): Document the new option.
29709 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
29711         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
29712         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
29713         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
29714         (aarch64_init_pauth_hint_builtins): New.
29715         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
29716         (aarch64_expand_builtin): Expand new builtins.
29718 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
29720         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
29721         * combine-stack-adj.c (no_unhandled_cfa): Handle
29722         REG_CFA_TOGGLE_RA_MANGLE.
29723         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
29724         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
29725         info for return address signing.
29726         (aarch64_expand_epilogue): Likewise.
29728 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
29730         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
29731         * config/aarch64/aarch64-protos.h
29732         (aarch64_return_address_signing_enabled): New declaration.
29733         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
29734         New function.
29735         (aarch64_expand_prologue): Sign return address before it's pushed onto
29736         stack.
29737         (aarch64_expand_epilogue): Authenticate return address fetched from
29738         stack.
29739         (aarch64_override_options): Sanity check for ILP32 and ISA level.
29740         (aarch64_attributes): New function attributes for "sign-return-address".
29741         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
29742         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
29743         ("*do_return"): Generate combined instructions according to key index.
29744         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
29745         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
29746         iterators.
29747         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
29748         * config/aarch64/aarch64.opt (msign-return-address=): New.
29749         * doc/extend.texi (AArch64 Function Attributes): Documents
29750         "sign-return-address=".
29751         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
29753 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
29755         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
29756         overall option summary.
29758 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
29760         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
29761         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
29762         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
29763         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
29765 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
29767         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
29768         -mpower9-minmax by default for -mcpu=power9.
29769         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
29770         128-bit floating point.
29772 2017-01-20  Alan Modra  <amodra@gmail.com>
29774         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
29775         optimizing for size.
29777 2017-01-20  Alan Modra  <amodra@gmail.com>
29779         PR target/79144
29780         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
29781         for strcmp and strncmp from corresponding builtin decl.
29783 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
29785         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
29786         instead of i386/rtems-64.h.
29787         * config/i386/rtems-64.h: Remove.
29789 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
29791         PR target/78478
29792         Revert:
29793         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
29795         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
29797 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
29799         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
29800         Change int to HOST_WIDE_INT.
29801         * config/aarch64/aarch64-protos.h
29802         (aarch64_simd_gen_const_vector_dup): Likewise.
29803         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
29805 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
29807         * langhooks-def.h (lhd_type_for_size): New decl.
29808         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
29809         * langhooks.c (lhd_type_for_size): New function, taken from
29810         lto_type_for_size.
29812 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
29814         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
29815         define_bypass for CR latency.
29816         (power9-cracked-alu): Update bypass latency and remove power9-branch.
29817         (power9-alu2): Add define_bypass for CR latency.
29818         (power9-cmp): New.
29819         (power9-mul): Update insn latency.
29820         (power9-mul-compare): Update insn latency, bypass latency and remove
29821         power9-branch.
29823 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29825         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
29826         Delete.
29827         * config/aarch64/aarch64.md
29828         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
29829         aarch64_nopcrelative_literal_loads.
29830         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
29832 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
29834         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
29835         TARGET_LOONGSON_3A.
29836         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
29838 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
29840         PR target/78176
29841         * config.gcc (supported_defaults): Add lxc1-sxc1.
29842         (with_lxc1_sxc1): Add validation.
29843         (all_defaults): Add lxc1-sxc1.
29844         * config/mips/mips.opt (mlxc1-sxc1): New option.
29845         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
29846         mlxc1-sxc1.
29847         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
29848         __mips_no_lxc1_sxc1.
29849         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
29850         * doc/invoke.texi (-mlxc1-sxc1): Document the new option.
29851         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
29853 2017-01-19  Richard Biener  <rguenther@suse.de>
29855         PR tree-optimization/72488
29856         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
29857         sure to restore SSA info.
29858         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
29860 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
29862         PR rtl-optimization/79121
29863         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
29864         of the inner type when shifting an extended value.
29866 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
29868         PR lto/78407
29869         * symtab.c (symtab_node::equal_address_to): Fix comparing of
29870         interposable aliases.
29872 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
29874         PR target/78516
29875         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
29876         Use the evmergelohi instruction.
29877         (mov_si<mode>_e500_subreg4_2_le): Likewise.
29878         (mov_sitf_e500_subreg8_2_be): Likewise.
29879         (mov_sitf_e500_subreg12_2_le): Likewise.
29880         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
29881         (mov_si<mode>_e500_subreg4_2_be): Likewise.
29882         (mov_sitf_e500_subreg8_2_le): Likewise.
29883         (mov_sitf_e500_subreg12_2_be): Likewise.
29885 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
29887         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
29888         attribute from vecsimple to vecperm.
29889         (altivec_vbpermq2): Likewise.
29891 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
29893         PR target/79040
29894         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
29896 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
29897         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
29898         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
29899         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
29900         case where N arg is SIZE_MAX.
29901         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
29902         (cmpstrsi): Add pattern.
29904 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
29906         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
29907         __builtin_vec_revb builtins.
29908         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
29909         built-in functions to support generation of the ISA 3.0 XXBR<x>
29910         vector byte reverse instructions.
29911         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
29912         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
29913         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
29914         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
29915         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
29916         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
29917         (P9V_BUILTIN_VEC_REVB): Likewise.
29918         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
29919         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
29920         (p9_xxbrq_v16qi): Likewise.
29921         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
29922         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
29923         (p9_xxbrh_v8hi): Likewise.
29924         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
29925         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
29926         vec_revb built-in functions.
29928 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
29930         PR rtl-optimization/78952
29931         * config/i386/i386.md (any_extract): New code iterator.
29932         (*insvqi_2): Use any_extract for source operand.
29933         (*insvqi_3): Use any_shiftrt for source operand.
29935 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
29937         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
29938         New function.
29939         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
29941 2017-01-18  Matthias Klose  <doko@ubuntu.com>
29943         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
29945 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
29947         * config/rs6000/altivec.h (vec_bperm): Change #define.
29948         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
29949         (altivec_vbpermq2): New define_insn.
29950         (altivec_vbpermd): Likewise.
29951         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
29952         function interface.
29953         (VBPERMD): Likewise.
29954         (VBPERM): New polymorphic function interface.
29955         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
29956         Add entries for P9V_BUILTIN_VEC_VBPERM.
29957         * doc/extend.texi: Add interfaces for vec_bperm.
29959 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29961         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
29962         first letter of error messages.
29963         (s390_resolve_overloaded_builtin): Likewise.
29964         * config/s390/s390.c (s390_expand_builtin): Likewise.
29965         (s390_invalid_arg_for_unprototyped_fn): Likewise.
29966         (s390_valid_target_attribute_inner_p): Likewise.
29967         * config/s390/s390.md ("tabort"): Likewise.
29969 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
29971         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
29972         (ISA_AVOID_DIV_HILO): New macro.
29973         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
29974         (ISA_HAS_DDIV): Likewise.
29976 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29978         * doc/invoke.texi (fabi-version): Correct number of occurrences.
29980 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29982         * doc/invoke.texi (fabi-version): Spelling fix.
29984 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29986         PR c++/70182
29987         * doc/invoke.texi (fabi-version): Mention mangling fix for
29988         operator names.
29990 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29992         PR c++/77489
29993         * doc/invoke.texi (fabi-version): Document discriminator mangling.
29995 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
29997         PR target/78875
29998         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
29999         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
30000         the new options.
30001         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
30002         flexible settings.
30003         (stack_protect_test): Ditto.
30004         * config/rs6000/rs6000.opt (mstack-protector-guard=,
30005         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
30006         options.
30007         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
30008         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
30009         -mstack-protector-guard-offset=.
30010         (RS/6000 and PowerPC Options): Ditto.
30012 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
30014         * config/i386/i386.h (MASK_CLASS_P): New define.
30015         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
30016         there are no registers from different register sets also when
30017         mask registers are used.  Update function comment.
30018         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
30019         to (*k/*r) and (*k/*km) alternatives.
30021 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
30023         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
30024         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
30025         (EH_RETURN_HANDLER_RTX): New define.
30026         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
30027         Force frame pointer in EH return functions.
30028         (aarch64_expand_epilogue): Add barrier for eh_return.
30029         (aarch64_final_eh_return_addr): Remove.
30030         (aarch64_eh_return_handler_rtx): New function.
30031         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
30032         Remove.
30033         (aarch64_eh_return_handler_rtx): New prototype.
30035 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
30037         * config/rs6000/altivec.h (vec_rlmi): New #define.
30038         (vec_vrlnm): Likewise.
30039         (vec_rlnm): Likewise.
30040         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
30041         (UNSPEC_VRLNM): Likewise.
30042         (VIlong): New mode iterator.
30043         (altivec_vrl<VI_char>mi): New define_insn.
30044         (altivec_vrl<VI_char>nm): Likewise.
30045         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
30046         function entry.
30047         (VRLDNM): Likewise.
30048         (RLNM): New polymorphic function entry.
30049         (VRLWMI): New monomorphic function entry.
30050         (VRLDMI): Likewise.
30051         (RLMI): New polymorphic function entry.
30052         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
30053         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
30054         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
30055         vec_vrlnm.
30057 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
30059         PR debug/78839
30060         * dwarf2out.c (field_byte_offset): Restore the
30061         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
30062         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
30063         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
30064         of build2 + fold.
30066 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
30068         PR ada/67205
30069         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
30071 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
30073         PR debug/71669
30074         * dwarf2out.c (add_data_member_location_attribute): For constant
30075         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
30076         instead of DW_AT_data_member_location, DW_AT_bit_offset and
30077         DW_AT_byte_size attributes.
30079 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
30081         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
30082         after forcing to constant memory when the code model is medium.
30084 2017-01-17  Julia Koval  <julia.koval@intel.com>
30086         PR target/76731
30087         * config/i386/avx512fintrin.h
30088         (_mm512_i32gather_ps): Change __addr type to void const*.
30089         (_mm512_mask_i32gather_ps): Ditto.
30090         (_mm512_i32gather_pd): Ditto.
30091         (_mm512_mask_i32gather_pd): Ditto.
30092         (_mm512_i64gather_ps): Ditto.
30093         (_mm512_mask_i64gather_ps): Ditto.
30094         (_mm512_i64gather_pd): Ditto.
30095         (_mm512_mask_i64gather_pd): Ditto.
30096         (_mm512_i32gather_epi32): Ditto.
30097         (_mm512_mask_i32gather_epi32): Ditto.
30098         (_mm512_i32gather_epi64): Ditto.
30099         (_mm512_mask_i32gather_epi64): Ditto.
30100         (_mm512_i64gather_epi32): Ditto.
30101         (_mm512_mask_i64gather_epi32): Ditto.
30102         (_mm512_i64gather_epi64): Ditto.
30103         (_mm512_mask_i64gather_epi64): Ditto.
30104         (_mm512_i32scatter_ps): Change __addr type to void*.
30105         (_mm512_mask_i32scatter_ps): Ditto.
30106         (_mm512_i32scatter_pd): Ditto.
30107         (_mm512_mask_i32scatter_pd): Ditto.
30108         (_mm512_i64scatter_ps): Ditto.
30109         (_mm512_mask_i64scatter_ps): Ditto.
30110         (_mm512_i64scatter_pd): Ditto.
30111         (_mm512_mask_i64scatter_pd): Ditto.
30112         (_mm512_i32scatter_epi32): Ditto.
30113         (_mm512_mask_i32scatter_epi32): Ditto.
30114         (_mm512_i32scatter_epi64): Ditto.
30115         (_mm512_mask_i32scatter_epi64): Ditto.
30116         (_mm512_i64scatter_epi32): Ditto.
30117         (_mm512_mask_i64scatter_epi32): Ditto.
30118         (_mm512_i64scatter_epi64): Ditto.
30119         (_mm512_mask_i64scatter_epi64): Ditto.
30120         * config/i386/avx512pfintrin.h
30121         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
30122         (_mm512_mask_prefetch_i32gather_ps): Ditto.
30123         (_mm512_mask_prefetch_i64gather_pd): Ditto.
30124         (_mm512_mask_prefetch_i64gather_ps): Ditto.
30125         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
30126         (_mm512_prefetch_i32scatter_ps): Ditto.
30127         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
30128         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
30129         (_mm512_prefetch_i64scatter_pd): Ditto.
30130         (_mm512_prefetch_i64scatter_ps): Ditto.
30131         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
30132         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
30133         * config/i386/avx512vlintrin.h
30134         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
30135         (_mm_mmask_i32gather_ps): Ditto.
30136         (_mm256_mmask_i32gather_pd): Ditto.
30137         (_mm_mmask_i32gather_pd): Ditto.
30138         (_mm256_mmask_i64gather_ps): Ditto.
30139         (_mm_mmask_i64gather_ps): Ditto.
30140         (_mm256_mmask_i64gather_pd): Ditto.
30141         (_mm_mmask_i64gather_pd): Ditto.
30142         (_mm256_mmask_i32gather_epi32): Ditto.
30143         (_mm_mmask_i32gather_epi32): Ditto.
30144         (_mm256_mmask_i32gather_epi64): Ditto.
30145         (_mm_mmask_i32gather_epi64): Ditto.
30146         (_mm256_mmask_i64gather_epi32): Ditto.
30147         (_mm_mmask_i64gather_epi32): Ditto.
30148         (_mm256_mmask_i64gather_epi64): Ditto.
30149         (_mm_mmask_i64gather_epi64): Ditto.
30150         (_mm256_i32scatter_ps): Change __addr type to void*.
30151         (_mm256_mask_i32scatter_ps): Ditto.
30152         (_mm_i32scatter_ps): Ditto.
30153         (_mm_mask_i32scatter_ps): Ditto.
30154         (_mm256_i32scatter_pd): Ditto.
30155         (_mm256_mask_i32scatter_pd): Ditto.
30156         (_mm_i32scatter_pd): Ditto.
30157         (_mm_mask_i32scatter_pd): Ditto.
30158         (_mm256_i64scatter_ps): Ditto.
30159         (_mm256_mask_i64scatter_ps): Ditto.
30160         (_mm_i64scatter_ps): Ditto.
30161         (_mm_mask_i64scatter_ps): Ditto.
30162         (_mm256_i64scatter_pd): Ditto.
30163         (_mm256_mask_i64scatter_pd): Ditto.
30164         (_mm_i64scatter_pd): Ditto.
30165         (_mm_mask_i64scatter_pd): Ditto.
30166         (_mm256_i32scatter_epi32): Ditto.
30167         (_mm256_mask_i32scatter_epi32): Ditto.
30168         (_mm_i32scatter_epi32): Ditto.
30169         (_mm_mask_i32scatter_epi32): Ditto.
30170         (_mm256_i32scatter_epi64): Ditto.
30171         (_mm256_mask_i32scatter_epi64): Ditto.
30172         (_mm_i32scatter_epi64): Ditto.
30173         (_mm_mask_i32scatter_epi64): Ditto.
30174         (_mm256_i64scatter_epi32): Ditto.
30175         (_mm256_mask_i64scatter_epi32): Ditto.
30176         (_mm_i64scatter_epi32): Ditto.
30177         (_mm_mask_i64scatter_epi32): Ditto.
30178         (_mm256_i64scatter_epi64): Ditto.
30179         (_mm256_mask_i64scatter_epi64): Ditto.
30180         (_mm_i64scatter_epi64): Ditto.
30181         (_mm_mask_i64scatter_epi64): Ditto.
30182         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
30183         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
30184         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
30185         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
30186         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
30187         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
30188         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
30189         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
30190         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
30191         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
30192         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
30193         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
30194         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
30195         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
30196         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
30197         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
30198         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
30199         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
30200         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
30201         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
30202         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
30203         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
30204         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
30205         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
30206         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
30207         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
30208         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
30209         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
30210         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
30211         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
30212         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
30213         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
30214         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
30215         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
30216         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
30217         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
30218         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
30219         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
30220         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
30221         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
30222         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
30223         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
30224         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
30225         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
30226         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
30227         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
30228         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
30229         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
30230         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
30231         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
30232         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
30233         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
30234         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
30235         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
30236         definitions accordingly.
30238 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
30239             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
30241         PR target/79079
30242         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
30243         gen_lowpart.
30245 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
30247         PR target/79058
30248         * ira-conflicts.c (ira_build_conflicts): Update total conflict
30249         hard regs for inner regno.
30251 2017-01-17  Martin Liska  <mliska@suse.cz>
30253         PR ipa/71207
30254         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
30255         assumption and add comment.
30257 2017-01-17  Nathan Sidwell  <nathan@acm.org>
30259         * ipa-visibility.c (localize_node): New function, broken out of ...
30260         (function_and_variable_visibility): ... here. Call it.
30262 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
30264         PR middle-end/77445
30265         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
30266         correctly set frequency of oudgoing edge.
30267         (duplicate_thread_path): Fix profile updating.
30269 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
30271         PR other/79046
30272         * configure.ac: Add GCC_BASE_VER.
30273         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
30274         version from BASE-VER file.
30275         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
30276         (gcc.o): Depend on $(BASEVER).
30277         * common.opt (dumpfullversion): New option.
30278         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
30279         * doc/invoke.texi: Document -dumpfullversion.
30280         * doc/install.texi: Document --with-gcc-major-version-only.
30281         * configure: Regenerated.
30283 2017-01-17  Richard Biener  <rguenther@suse.de>
30285         PR tree-optimization/71433
30286         * tree-vrp.c (register_new_assert_for): Merge same asserts
30287         on all incoming edges.
30288         (process_assert_insertions_for): Handle insertions at the
30289         beginning of BBs.
30291 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
30293         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
30294         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
30296 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
30298         PR target/78633
30299         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
30300         RTL sharing.
30302 2017-01-17  Alan Modra  <amodra@gmail.com>
30304         PR target/79066
30305         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
30306         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
30307         symbolic stack limit when pic.
30309 2017-01-16  Martin Sebor  <msebor@redhat.com>
30311         PR tree-optimization/78608
30312         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
30314 2017-01-16  Jeff Law  <law@redhat.com>
30316         Revert:
30317         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
30318         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
30319         for several include directories that may be relative to sysroot.
30320         * config/i386/x-mingw32 (gplus_includedir): Define.
30321         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
30322         (native_system_includedir): Likewise.
30323         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
30324         override if TARGET_SYSTEM_ROOT is defined.
30325         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
30327         PR tree-optimization/79090
30328         PR tree-optimization/33562
30329         PR tree-optimization/61912
30330         PR tree-optimization/77485
30331         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
30332         and computed trims into the dump file.
30334 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
30336         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
30338 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
30340         PR c/79089
30341         * gimplify.c (gimplify_init_constructor): If want_value and
30342         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
30343         fix.
30345         PR target/79080
30346         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
30347         sequence.  Formatting fixes.
30348         (doloop_optimize): Formatting fixes.
30350         PR driver/49726
30351         * gcc.c (debug_level_greater_than_spec_func): New function.
30352         (static_spec_functions): Add debug-level-gt spec function.
30353         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
30354         !g0.
30355         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
30356         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
30357         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
30358         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
30359         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
30360         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
30362 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
30364         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
30365         QImode fixups to general and mask registers only.
30367 2017-01-16  Carl Love  <cel@us.ibm.com>
30369         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
30370         for built-in functions
30371         vector signed char vec_nabs (vector signed char)
30372         vector signed short vec_nabs (vector signed short)
30373         vector signed int vec_nabs (vector signed int)
30374         vector signed long long vec_nabs (vector signed long long)
30375         vector float vec_nabs (vector float)
30376         vector double vec_nabs (vector double)
30377         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
30378         and NABS overload.
30379         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
30380         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
30381         * doc/extend.texi: Update the documentation file for the new built-in
30382         functions.
30384 2017-01-16  Martin Sebor  <msebor@redhat.com>
30386         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
30387         message.
30389 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
30391         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
30392         UNSPEC_VSX__XXSPLTD to require special splat handling.
30394 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
30396         PR bootstrap/78616
30397         * system.h: Poison strndup.
30399 2017-01-16  Alan Modra  <amodra@gmail.com>
30401         PR target/79098
30402         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
30403         use a switch.
30405 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
30407         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
30409 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
30411         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
30412         call recog here.  Assert that INSN_CODE (insn) is non-negative.
30414 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
30416         PR target/72749
30417         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
30418         fallthrough.
30419         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
30420         in the currently scheduled RTL fragment.
30422 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
30424         PR rtl-optimization/78751
30425         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
30426         give up.
30428 2017-01-14  Jeff Law  <law@redhat.com>
30430         PR tree-optimization/79090
30431         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
30432         variable length stores.
30433         (compute_trims): Delete dead assignment to *trim_tail.
30434         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
30435         zero length.
30437 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
30439         PR rtl-optimization/78626
30440         PR rtl-optimization/78727
30441         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
30442         of a block, and split such blocks after everything else is finished.
30444 2017-01-14  Alan Modra  <amodra@gmail.com>
30446         PR target/72749
30447         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
30448         target legitimate_combined_insn.
30449         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
30450         (rs6000_legitimate_combined_insn): New function.
30451         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
30452         all uses.
30453         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
30454         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
30455         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
30457 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
30459         * doc/frontends.texi (G++ and GCC): Remove references to Java.
30461 2017-01-13  Jeff Law  <law@redhat.com>
30463         PR tree-optimization/33562
30464         PR tree-optimization/61912
30465         PR tree-optimization/77485
30466         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
30467         a statement.
30468         (delete_dead_assignment): Likewise.
30469         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
30470         statement to delete_dead_call and delete_dead_assignment.
30472 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
30474         PR c/78304
30475         * substring-locations.c (format_warning_va): Strengthen case 1 so
30476         that both endpoints of the substring must be within the format
30477         range for just the substring to be printed.
30479 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
30481         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
30482         * config/i386/i386.c (ix86_target_string): Add missing options
30483         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
30484         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
30485         flags_other and ix86_target_other to flags2_other.  Display unknown
30486         isa2 options.
30487         (ix86_valid_target_attribute_inner_p): Add missing options and
30488         reorder options by implied ISAs, as in ix86_target_string.
30490 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
30492         * hash-table.h (hash_table::too_empty_p): New function.
30493         (hash_table::expand): Use it.
30494         (hash_table::traverse): Likewise.
30495         (hash_table::empty_slot): Use sizeof (value_type) instead of
30496         sizeof (PTR) to convert bytes to elements.  Shrink the table
30497         if the current size is excessive for the current number of
30498         elements.
30500 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
30502         * ira-costs.c (record_reg_classes): Break from the inner loop
30503         early once alt_fail is known to be true.  Update outer loop
30504         handling accordingly.
30506 2017-01-13  Jeff Law  <law@redhat.com>
30508         * tree-ssa-dse.c (decrement_count): New function.
30509         (increment_start_addr, maybe_trim_memstar_call): Likewise.
30510         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
30511         when we know the partially dead statement is a mem* function.
30513         PR tree-optimization/61912
30514         PR tree-optimization/77485
30515         * tree-ssa-dse.c: Include expr.h.
30516         (maybe_trim_constructor_store): New function.
30517         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
30519         PR tree-optimization/33562
30520         PR tree-optimization/61912
30521         PR tree-optimization/77485
30522         * doc/invoke.texi: Document new dse-max-object-size param.
30523         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
30524         * tree-ssa-dse.c: Include params.h.
30525         (dse_store_status): New enum.
30526         (initialize_ao_ref_for_dse): New, partially extracted from
30527         dse_optimize_stmt.
30528         (valid_ao_ref_for_dse, normalize_ref): New.
30529         (setup_live_bytes_from_ref, compute_trims): Likewise.
30530         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
30531         (maybe_trim_partially_dead_store): Likewise.
30532         (maybe_trim_complex_store): Likewise.
30533         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
30534         Track what bytes live from the original store.  Return tri-state
30535         for dead, partially dead or live.
30536         (dse_dom_walker): Add constructor, destructor and new private members.
30537         (delete_dead_call, delete_dead_assignment): New extracted from
30538         dse_optimize_stmt.
30539         (dse_optimize_stmt): Make a member of dse_dom_walker.
30540         Use initialize_ao_ref_for_dse.
30542         PR tree-optimization/33562
30543         PR tree-optimization/61912
30544         PR tree-optimization/77485
30545         * sbitmap.h (bitmap_count_bits): Prototype.
30546         (bitmap_clear_range, bitmap_set_range): Likewise.
30547         * sbitmap.c (bitmap_clear_range): New function.
30548         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
30550 2017-01-13  Martin Liska  <mliska@suse.cz>
30552         PR ipa/79043
30553         * function.c (set_cfun): Add new argument force.
30554         * function.h (set_cfun): Likewise.
30555         * ipa-inline-transform.c (inline_call): Use the function when
30556         strict alising from is dropped for function we inline to.
30558 2017-01-13  Richard Biener  <rguenther@suse.de>
30560         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
30561         for dumping GIMPLE INTEGER_CSTs.
30563 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30565         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
30566         to 201112L since C++17.
30568 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
30570         PR sanitizer/78887
30571         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
30572         if -fsanitize=kernel-address is present.
30574 2017-01-13  Richard Biener  <rguenther@suse.de>
30576         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
30577         as _Literal ( type ) number in case usual suffixes do not
30578         preserve all information.
30580 2017-01-13  Richard Biener  <rguenther@suse.de>
30582         PR tree-optimization/77283
30583         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
30584         and ssa-iterators.h.
30585         (is_feasible_trace): Implement a cost model based on joiner
30586         PHI node uses.
30588 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
30590         PR target/79004
30591         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
30592         char or short to __float128/_Float128 directly.
30594 2017-01-12  Martin Sebor  <msebor@redhat.com>
30596         to -Wformat-overflow.
30597         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
30598         (min_bytes_remaining): Same.
30599         (get_string_length): Same.
30600         (format_string): Same.
30601         (format_directive): Same.
30602         (add_bytes): Same.
30603         (pass_sprintf_length::handle_gimple_call): Same.
30605 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
30607         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
30608         info.nowrite calls with no lhs that can't throw.  Return bool
30609         whether gsi_remove has been called or not.
30610         (pass_sprintf_length::handle_gimple_call): Return bool whether
30611         try_substitute_return_value called gsi_remove.  Formatting fix.
30612         (pass_sprintf_length::execute): Don't use gsi_remove if
30613         handle_gimple_call returned true.
30615         PR bootstrap/79069
30616         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
30617         be removed due to side-effects, don't remove following barrier nor
30618         turn the successor edge into fallthru edge.
30620 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
30622         PR target/79044
30623         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
30624         element-reversing loads and stores as not swappable.
30626 2017-01-12  Nathan Sidwell  <nathan@acm.org>
30627             Nicolai Stange  <nicstange@gmail.com>
30629         * combine.c (try_combine): Don't ignore result of overlap checking
30630         loop.  Combine overlap & asm check into single loop.
30632 2017-01-12  Richard Biener  <rguenther@suse.de>
30634         * tree-pretty-print.c (dump_generic_node): Provide -gimple
30635         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
30637 2017-01-12  Richard Biener  <rguenther@suse.de>
30639         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
30640         and TS_TARGET_OPTION directly derive from TS_BASE.
30641         * tree-core.h (tree_optimization_option): Derive from tree_base.
30642         (tree_target_option): Likewise.
30644 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
30646         * config/i386/i386.c (memory_address_length): Increase len
30647         only when rip_relative_addr_p returns false.
30649 2017-01-11  Julia Koval  <julia.koval@intel.com>
30651         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
30652         (OPTION_MASK_ISA_SGX_SET): New.
30653         (ix86_handle_option): Handle OPT_msgx.
30654         * config.gcc: Added sgxintrin.h.
30655         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
30656         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
30657         * config/i386/i386.c (ix86_target_string): Add -msgx.
30658         (PTA_SGX): New.
30659         (ix86_option_override_internal): Handle new options.
30660         (ix86_valid_target_attribute_inner_p): Add sgx.
30661         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
30662         * config/i386/i386.opt: Add msgx.
30663         * config/i386/sgxintrin.h: New file.
30664         * config/i386/x86intrin.h: Add sgxintrin.h.
30666 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
30668         PR c++/71537
30669         * fold-const.c (maybe_nonzero_address): Return 1 for function
30670         local objects.
30671         (tree_single_nonzero_warnv_p): Don't handle function local objects
30672         here.
30674         PR c++/72813
30675         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
30676         of c-header.
30678 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
30680         PR driver/78877
30681         * opts.c: Include "spellcheck.h"
30682         (struct string_fragment): New struct.
30683         (struct edit_distance_traits<const string_fragment &>): New
30684         struct.
30685         (get_closest_sanitizer_option): New function.
30686         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
30688 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
30690         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
30691         by 12.
30692         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
30693         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
30694         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
30695         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
30696         for initial die_offset if dwarf_split_debug_info.
30697         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
30698         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
30699         fields.
30700         (output_skeleton_debug_sections): Formatting fix.  Use
30701         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
30702         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
30704 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
30706         * config/arm/cortex-a53.md: Add bypasses for
30707         cortex_a53_r2f_cvt.
30708         (cortex_a53_r2f): Only use for transfers.
30709         (cortex_a53_f2r): Likewise.
30710         (cortex_a53_r2f_cvt): Add reservation for conversions.
30711         (cortex_a53_f2r_cvt): Likewise.
30713 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
30715         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
30716         to all inlined functions, change static to extern.
30718 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
30720         PR target/78253
30721         * config/arm/arm.c (legitimize_pic_address): Handle reference to
30722         weak symbol.
30723         (arm_assemble_integer): Likewise.
30725 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
30727         * config.gcc: Use new awk script to check CPU, FPU and architecture
30728         parameters for --with-... options.
30729         * config/arm/parsecpu.awk: New file
30730         * config/arm/arm-cpus.in: New file.
30731         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
30732         files.
30733         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
30734         files.
30735         * config/arm/t-arm: Update dependency rules.
30736         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
30737         of processing .def files.
30738         * config/arm/genopt.sh: Deleted.
30739         * config/arm/gentune.sh: Deleted.
30740         * config/arm/arm-cores.def: Deleted.
30741         * config/arm/arm-arches.def: Deleted.
30742         * config/arm/arm-fpus.def: Deleted.
30743         * config/arm/arm-tune.md: Regenerated.
30744         * config/arm/arm-tables.opt: Regenerated.
30745         * config/arm/arm-cpu.h: New generated file.
30746         * config/arm/arm-cpu-data.h: New generated file.
30747         * config/arm/arm-cpu-cdata.h: New generated file.
30749 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
30751         PR lto/79042
30752         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
30753         bit.
30754         (input_varpool_node): Unpack dynamically_initialized bit.
30756 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
30758         PR rtl-optimization/79032
30759         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
30760         the alignment of the adjusted memory reference against that of MODE,
30761         instead of the alignment of the original memory reference.
30763 2017-01-11  Martin Jambor  <mjambor@suse.cz>
30765         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
30766         test.
30767         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
30768         decorated functions.
30770 2017-01-11  Richard Biener  <rguenther@suse.de>
30772         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
30773         set range/nonnull info for PHI results.  Do not set it on
30774         stmts marked for removal.
30776 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
30778         * expr.c (store_field): In the bitfield case, fetch the return value
30779         from the registers before applying a single big-endian adjustment.
30780         Always do a final load for a BLKmode value not larger than a word.
30782 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
30784         PR c++/77949
30785         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
30786         that we correctly handle column numbers greater than
30787         LINE_MAP_MAX_COLUMN_NUMBER.
30789 2017-01-10  Martin Sebor  <msebor@redhat.com>
30791         PR middle-end/78245
30792         * gimple-ssa-sprintf.c (get_destination_size): Call
30793         {init,fini}object_sizes.
30794         * tree-object-size.c (addr_object_size): Adjust.
30795         (pass_through_call): Adjust.
30796         (pass_object_sizes::execute): Adjust.
30797         * tree-object-size.h (fini_object_sizes): Declare.
30799 2017-01-10  Martin Sebor  <msebor@redhat.com>
30801         PR tree-optimization/78775
30802         * builtins.c (get_size_range): Move...
30803         * calls.c: ...to here.
30804         (alloc_max_size): Accept zero argument.
30805         (operand_signed_p): Remove.
30806         (maybe_warn_alloc_args_overflow): Call get_size_range.
30807         * calls.h (get_size_range): Declare.
30809 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
30811         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
30812         from TI's devices.csv file as of September 2016.
30813         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
30815 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
30817         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
30818         * doc/invoke.texi: Likewise.
30819         * doc/md.texi: Likewise.
30820         * doc/objc.texi: Likewise.
30822 2017-01-10  Joshua Conner  <joshconner@google.com>
30824         * config/arm/fuchsia-elf.h: New file.
30825         * config/fuchsia.h: New file.
30826         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
30827         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
30828         targets.
30829         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
30831 2016-01-10  Richard Biener  <rguenther@suse.de>
30833         PR tree-optimization/79034
30834         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
30835         Propagate out degenerate PHIs in the joiner.
30837 2017-01-10  Martin Liska  <mliska@suse.cz>
30839         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
30840         (sort_congruence_classes_by_decl_uid): Likewise.
30841         (sort_congruence_class_groups_by_decl_uid): Likewise.
30842         (sem_item_optimizer::merge_classes): Sort class, groups in these
30843         classes and members in the groups by DECL_UID of declarations.
30844         This would make merge operations stable.
30846 2017-01-10  Martin Liska  <mliska@suse.cz>
30848         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
30849         usage of m_classes_vec.
30850         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
30851         (sem_item_optimizer::get_group_by_hash): Likewise.
30852         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
30853         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
30854         (sem_item_optimizer::verify_classes): Likewise.
30855         (sem_item_optimizer::process_cong_reduction): Likewise.
30856         (sem_item_optimizer::dump_cong_classes): Likewise.
30857         (sem_item_optimizer::merge_classes): Likewise.
30858         * ipa-icf.h (congruence_class_hash): Rename from
30859         congruence_class_group_hash.  Remove declaration of m_classes_vec.
30861 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
30863         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
30864         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
30865         * config.gcc: Add avx512vpopcntdqintrin.h.
30866         * config/i386/avx512vpopcntdqintrin.h: New.
30867         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
30868         * config/i386/i386-builtin-types.def: Add new types.
30869         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
30870         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
30871         __builtin_ia32_vpopcountq_v8di_mask): New.
30872         * config/i386/i386-c.c (ix86_target_macros_internal): Define
30873         __AVX512VPOPCNTDQ__.
30874         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
30875         (PTA_AVX512VPOPCNTDQ): Define.
30876         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
30877         TARGET_AVX512VPOPCNTDQ_P): Define.
30878         * config/i386/i386.opt: Add mavx512vpopcntdq.
30879         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
30880         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
30882 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
30884         PR middle-end/77484
30885         * predict.def (PRED_CALL): Set to 67.
30887 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
30889         * expr.c (store_field): In the bitfield case, if the value comes from
30890         a function call and is of an aggregate type returned in registers, do
30891         not modify the field mode; extract the value in all cases if the mode
30892         is BLKmode and the size is not larger than a word.
30894 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
30896         PR target/71017
30897         * config/i386/cpuid.h: Fix undefined behavior.
30899 2017-01-04  Jeff Law  <law@redhat.com>
30901         PR tree-optimization/79007
30902         PR tree-optimization/67955
30903         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
30904         conservative for pt.null when flag_non_call_exceptions is on.
30906 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
30908         PR translation/79019
30909         PR translation/79020
30910         * params.def (PARAM_INLINE_MIN_SPEEDUP,
30911         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
30912         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
30913         in descriptions.
30914         * config/avr/avr.opt (maccumulate-args): Likewise.
30915         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
30916         * common.opt (freport-bug): Likewise.
30917         * cif-code.def (CIF_FINAL_ERROR): Likewise.
30918         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
30919         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
30920         translatable string.
30921         * config/i386/i386.c (function_value_32): Likewise.
30922         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
30923         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
30924         Likewise.
30925         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
30926         * common/config/msp430/msp430-common.c (msp430_handle_option):
30927         Likewise.
30928         * symtab.c (symtab_node::verify_base): Likewise.
30929         * opts.c (set_debug_level): Likewise.
30930         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
30931         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
30932         missing whitespace to translatable strings.
30933         * config/avr/avr.md (bswapsi2): Fix typo in comment.
30934         * config/sh/superh.h: Likewise.
30935         * config/i386/xopintrin.h: Likewise.
30936         * config/i386/znver1.md: Likewise.
30937         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
30938         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
30939         * double-int.h (struct double_int): Likewise.
30940         * double-int.c (div_and_round_double): Likewise.
30941         * wide-int.cc: Likewise.
30942         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
30943         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
30944         * cfgcleanup.c (crossjumps_occured): Renamed to ...
30945         (crossjumps_occurred): ... this.
30946         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
30947         Adjust all uses.
30949         PR tree-optimization/78899
30950         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
30951         returning bool return struct loop *, NULL for failure and the new
30952         loop on success.
30953         (versionable_outer_loop_p): Don't version outer loop if it has
30954         dont_vectorized bit set.
30955         (tree_if_conversion): When versioning outer loop, ensure
30956         tree_if_conversion is performed also on the inner loop of the
30957         non-vectorizable outer loop copy.
30958         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
30959         LOOP_VECTORIZED in inner loop of the scalar outer loop and
30960         prevent vectorization of it.
30961         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
30962         the outer loop vectorization of the non-scalar version is attempted
30963         before vectorization of the inner loop in scalar version.  If
30964         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
30965         vectorization of its inner loop.
30966         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
30967         has 2 inner loops, rename also on edges from bb whose single pred
30968         is outer_loop->header.  Fix typo in function comment.
30970 2017-01-09  Martin Sebor  <msebor@redhat.com>
30972         PR bootstrap/79033
30973         * asan.c (asan_emit_stack_protection): Increase local buffer size
30974         to avoid snprintf truncation warning.
30976 2017-01-09  Andrew Pinski  <apinski@cavium.com>
30978         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
30979         to reference thunderx2t99 for the tuning structure
30980         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
30981         Rename to ...
30982         (thunderx2t99_extra_costs): This.
30983         * config/aarch64/aarch64-tune.md: Regenerate.
30984         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
30985         (vulcan_addrcost_table): This.
30986         (vulcan_regmove_cost): Rename to ...
30987         (thunderx2t99_regmove_cost): This.
30988         (vulcan_vector_cost): Rename to ...
30989         (thunderx2t99_vector_cost): this.
30990         (vulcan_branch_cost): Rename to ...
30991         (thunderx2t99_branch_cost): This.
30992         (vulcan_tunings): Rename to ...
30993         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
30994         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
30996 2017-01-09  Martin Jambor  <mjambor@suse.cz>
30998         PR ipa/78365
30999         PR ipa/78599
31000         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
31001         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
31002         (propagate_vr_accross_jump_function): Use the above function for all
31003         value range computations for pass-through jump functions and type
31004         converasion from explicit value range values.
31005         (ipcp_propagate_stage): Do not attempt to deduce types of formal
31006         parameters from TYPE_ARG_TYPES.
31007         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
31008         (ipa_write_node_info): Stream type of the actual argument.
31009         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
31011 2017-01-09  Martin Liska  <mliska@suse.cz>
31013         PR pch/78970
31014         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
31015         (lookup_compiler): Do not show error message with have_E.
31017 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
31019         PR tree-optimization/78938
31020         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
31021         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
31022         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
31023         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
31024         fixes.
31026 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31028         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
31029         is const0_rtx.
31031 2017-01-09  Richard Biener  <rguenther@suse.de>
31033         PR tree-optimization/78997
31034         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
31035         name condition properly.
31037 2017-01-09  Richard Biener  <rguenther@suse.de>
31039         PR debug/79000
31040         * dwarf2out.c (is_cxx): New overload with context.
31041         (is_naming_typedef_decl): Use it.
31043 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
31045         * invoke.texi (Option Summary): Correct spacing in option lists
31046         and add line breaks to fix over-long lines.
31048 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
31050         PR middle-end/17660
31052         * extend.texi (Common Variable Attributes): Add xref to GCC
31053         Internals manual to explain mode attribute keywords.
31055 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
31057         PR other/16519
31058         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
31059         and Preprocessor Options.
31060         (Options for Linking): Document -pthread here....
31061         (RS/6000 and PowerPC Options): ...not here.
31062         (Solaris 2 Options): ...or here.
31063         * doc/cppopts.texi: Document -pthread.
31065 2017-01-08  Martin Sebor  <msebor@redhat.com>
31067         PR middle-end/77708
31068         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
31069         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
31070         New member functions.
31071         (format_directive): Used them.
31072         (add_bytes): Same.
31073         (pass_sprintf_length::handle_gimple_call): Same.
31074         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
31075         to avoid truncation for any argument.
31076         (extract_affine_mul): Same.
31077         * tree.c (get_file_function_name): Same.
31079 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
31081         PR middle-end/77484
31082         * predict.def (PRED_INDIR_CALL): Set to 86.
31084 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
31086         PR preprocessor/54124
31087         * doc/cppopts.texi: Reformat -d subtable to list the full name
31088         of the options.  Add cross-reference to the docs for the general
31089         compiler -d options.
31090         * doc/invoke.texi (Developer Options): Add cross-reference to the
31091         preprocessor-specific -d option documentation.
31093 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
31095         PR preprocessor/13498
31096         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
31097         redudant material, and reflect new command-line options.
31098         (System Headers): Likewise.
31100 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
31102         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
31103         -isystem, and -idirafter.  Copy-edit.
31104         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
31105         default for -ftrack-macro-expansion.  Delete obsolete and
31106         badly-formatted implementation details about -fdebug-cpp output.
31107         * doc/cppwarnopts.texi: Copy-edit.
31109 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
31111         PR c++/72803
31112         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
31113         that the transition from a max line width >= 1<<10 to narrower
31114         lines works correctly.
31116 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
31118         * doc/options.texi (PerFunction): New.
31119         * opt-functions.awk (switch_flags): Map both Optimization and
31120         PerFunction to CL_OPTIMIZATION.
31121         * opth-gen.awk: Test for PerFunction flag along with
31122         Optimization.
31123         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
31124         it only when the latter is present.  Skip those that don't in
31125         the hash function generator.
31126         * common.opt (fvar-tracking): Mark as PerFunction instead of
31127         Optimization.
31128         (fvar-tracking-assignments): Likewise.
31129         (fvar-tracking-assignments-toggle): Likewise.
31130         (fvar-tracking-uninit): Likewise.
31132 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
31134         PR translation/79018
31135         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
31136         the and store.
31138 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
31140         PR target/57583
31141         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
31142         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
31143         TARGET_LONG_JUMP_TABLE_OFFSETS.
31144         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
31145         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
31146         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
31147         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
31148         * config/m68k/m68k.md (tablejump expander): Likewise.
31149         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
31150         TARGET_LONG_JUMP_TABLE_OFFSETS.
31151         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
31152         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
31154 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
31155             David Holsgrove <david.holsgrove@xilinx.com>
31157         * common/config/microblaze/microblaze-common.c
31158         (TARGET_EXCEPT_UNWIND_INFO): Remove.
31159         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
31160         New prototype.
31161         * config/microblaze/microblaze.c (microblaze_must_save_register)
31162         (microblaze_expand_epilogue, microblaze_return_addr): Handle
31163         calls_eh_return.
31164         (microblaze_eh_return): New function.
31165         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
31166         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
31167         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
31168         * config/microblaze/microblaze.md (eh_return): New pattern.
31170 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
31172         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
31173         GCC_DIAGNOSTIC_STRINGIFY): Define.
31175         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
31177 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
31179         * config/arm/arm.md (<mcrr>): New.
31180         (<mrrc>): New.
31181         * config/arm/arm.c (arm_arch5te): New.
31182         (arm_option_override): Set arm_arch5te.
31183         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
31184         and mrrc2.
31185         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
31186         (arm_mcrr_qualifiers): ... this. New.
31187         (MRRC_QUALIFIERS): Define to...
31188         (arm_mrrc_qualifiers): ... this. New.
31189         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
31190         __arm_mrrc2): New.
31191         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
31192         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
31193         (MRRCI, mrrc, MRRC): New.
31194         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
31195         VUNSPEC_MRRC2): New.
31197 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
31199         * config/arm/arm.md (<mcr>): New.
31200         (<mrc>): New.
31201         * config/arm/arm.c (arm_coproc_builtin_available): Add
31202         support for mcr, mrc, mcr2 and mrc2.
31203         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
31204         (arm_mcr_qualifiers): ... this. New.
31205         (MRC_QUALIFIERS): Define to ...
31206         (arm_mrc_qualifiers): ... this. New.
31207         (MCR_QUALIFIERS): Define to ...
31208         (arm_mcr_qualifiers): ... this. New.
31209         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
31210         __arm_mrc2): New.
31211         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
31212         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
31213         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
31214         VUNSPEC_MRC2): New.
31216 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
31218         * config/arm/arm.md (*ldc): New.
31219         (*stc): New.
31220         (<ldc>): New.
31221         (<stc>): New.
31222         * config/arm/arm.c (arm_coproc_builtin_available): Add
31223         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
31224         (arm_coproc_ldc_stc_legitimate_address): New.
31225         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
31226         'qualifier_const_pointer'.
31227         (LDC_QUALIFIERS): Define to...
31228         (arm_ldc_qualifiers): ... this. New.
31229         (STC_QUALIFIERS): Define to...
31230         (arm_stc_qualifiers): ... this. New.
31231         * config/arm/arm-protos.h
31232         (arm_coproc_ldc_stc_legitimate_address): New.
31233         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
31234         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
31235         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
31236         stc2, stcl, stc2l): New.
31237         * config/arm/constraints.md (Uz): New.
31238         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
31239         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
31240         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
31241         VUNSPEC_STC2L): New.
31243 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
31245         * config/arm/arm.md (<cdp>): New.
31246         * config/arm/arm.c (neon_const_bounds): Rename this ...
31247         (arm_const_bounds): ... this.
31248         (arm_coproc_builtin_available): New.
31249         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
31250         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
31251         (CDP_QUALIFIERS): Define to...
31252         (arm_cdp_qualifiers): ... this. New.
31253         (void_UP): Define.
31254         (arm_expand_builtin_args): Add case for 6 arguments.
31255         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
31256         (arm_const_bounds): ... this.
31257         (arm_coproc_builtin_available): New.
31258         * config/arm/arm_acle.h (__arm_cdp): New.
31259         (__arm_cdp2): New.
31260         * config/arm/arm_acle_builtins.def (cdp): New.
31261         (cdp2): New.
31262         * config/arm/iterators.md (CDPI,CDP,cdp): New.
31263         * config/arm/neon.md: Rename all 'neon_const_bounds' to
31264         'arm_const_bounds'.
31265         * config/arm/types.md (coproc): New.
31266         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
31267         * doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
31268         * doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
31269         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
31271 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
31273         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
31274         (UBINOP_QUALIFIERS): New.
31275         (si_UP): Define.
31276         (acle_builtin_data): New. Change comment.
31277         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
31278         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
31279         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
31280         arm_acle_builtins.def.
31281         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
31282         (arm_init_acle_builtins): New.
31283         (CRC32_BUILTIN): Remove.
31284         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
31285         crc32cb, crc32ch and crc32cw.
31286         (arm_init_crc32_builtins): Remove.
31287         (arm_init_builtins): Use arm_init_acle_builtins rather
31288         than arm_init_crc32_builtins.
31289         (arm_expand_acle_builtin): New.
31290         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
31291         * config/arm/arm_acle_builtins.def: New.
31293 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
31295         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
31296         (arm_builtin_datum): ... this.
31297         (arm_init_neon_builtin): Rename to ...
31298         (arm_init_builtin): ... this. Add a new parameters PREFIX
31299         and USE_SIG_IN_NAME.
31300         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
31301         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
31302         'arm_builtin_datum'.
31303         (arm_init_vfp_builtins): Likewise.
31304         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
31305         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
31306         (arm_expand_neon_args): Rename to ...
31307         (arm_expand_builtin_args): ... this. Rename builtin_arg
31308         enum values and differentiate between ARG_BUILTIN_MEMORY
31309         and ARG_BUILTIN_NEON_MEMORY.
31310         (arm_expand_neon_builtin_1): Rename to ...
31311         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
31312         values, arm_expand_builtin_args and add bool parameter NEON.
31313         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
31314         (arm_expand_vfp_builtin): Likewise.
31315         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
31317 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
31319         PR middle-end/77484
31320         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
31321         * predict.c (tree_estimate_probability_bb): Reverse direction of
31322         polymorphic call predictor.
31324 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
31326         * passes.c (execute_one_pass): Split out pass-skipping logic into...
31327         (determine_pass_name_match): ...this new function and...
31328         (should_skip_pass_p): ...this new function.
31330 2017-01-06  Nathan Sidwell  <nathan@acm.org>
31332         * ipa-visibility.c (function_and_variable_visibility): Reformat
31333         comments and long lines.  Remove extrneous if.
31334         * symtab.c (symtab_node::make_decl_local): Fix code format.
31335         (symtab_node::set_section_for_node): Fix comment typo.
31337 2017-01-06  Martin Liska  <mliska@suse.cz>
31339         PR bootstrap/79003
31340         * lra-constraints.c: Rename invariant to lra_invariant.
31341         * predict.c (set_even_probabilities): Initialize e to NULL.
31343 2017-01-05  Martin Sebor  <msebor@redhat.com>
31345         PR tree-optimization/78910
31346         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
31347         (format_integer): Correct off-by-one error in the handling
31348         of precision with negative numbers in signed conversions..
31350 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
31352         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
31354 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
31356         PR tree-optimization/71016
31357         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
31358         factor_out_conditional_conversion.  Formatting fix.
31359         (factor_out_conditional_conversion): Add cond_stmt argument.
31360         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
31361         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
31362         Formatting fix.
31364 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
31366         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
31367         read-rtl-function.o, and selftest-rtl.o.
31368         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
31369         (selftest::aarch64_test_loading_full_dump): New function.
31370         (selftest::aarch64_run_selftests): New function.
31371         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
31372         selftest::aarch64_run_selftests.
31373         * config/i386/i386.c
31374         (selftest::ix86_test_loading_dump_fragment_1): New function.
31375         (selftest::ix86_test_loading_call_insn): New function.
31376         (selftest::ix86_test_loading_full_dump): New function.
31377         (selftest::ix86_test_loading_unspec): New function.
31378         (selftest::ix86_run_selftests): Call the new functions.
31379         * emit-rtl.c (maybe_set_max_label_num): New function.
31380         * emit-rtl.h (maybe_set_max_label_num): New decl.
31381         * function.c (instantiate_decls): Guard call to
31382         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
31383         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
31384         "static".
31385         * gensupport.c (gen_reader::gen_reader): Pass "false"
31386         for new "compact" param of rtx_reader.
31387         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
31388         rather than an empty string for NULL strings.
31389         * read-md.c: Potentially include config.h rather than bconfig.h.
31390         Wrap include of errors.h with #ifdef GENERATOR_FILE.
31391         (have_error): New global, copied from errors.c.
31392         (md_reader::read_name): Rename to...
31393         (md_reader::read_name_1): ...this, adding "out_loc" param,
31394         and converting "missing name or number" to returning false, rather
31395         than failing.
31396         (md_reader::read_name): Reimplement in terms of read_name_1.
31397         (md_reader::read_name_or_nil): New function.
31398         (md_reader::read_string): Handle "(nil)" by returning NULL.
31399         (md_reader::md_reader): Add new param "compact".
31400         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
31401         (md_reader::read_file): New method.
31402         * read-md.h (md_reader::md_reader): Add new param "compact".
31403         (md_reader::read_file): New method.
31404         (md_reader::is_compact): New accessor.
31405         (md_reader::read_name): Convert return type from void to file_location.
31406         (md_reader::read_name_or_nil): New decl.
31407         (md_reader::read_name_1): New decl.
31408         (md_reader::m_compact): New field.
31409         (noop_reader::noop_reader): Pass "false" for new "compact" param
31410         of rtx_reader.
31411         (rtx_reader::rtx_reader): Add new "compact" param.
31412         (rtx_reader::read_rtx_operand): Make virtual and convert return
31413         type from void to rtx.
31414         (rtx_reader::read_until): New decl.
31415         (rtx_reader::handle_any_trailing_information): New virtual function.
31416         (rtx_reader::postprocess): New virtual function.
31417         (rtx_reader::finalize_string): New virtual function.
31418         (rtx_reader::m_in_call_function_usage): New field.
31419         (rtx_reader::m_reuse_rtx_by_id): New field.
31420         * read-rtl-function.c: New file.
31421         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
31422         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
31423         (selftest::verify_three_block_rtl_cfg): New decl.
31424         * read-rtl-function.h: New file.
31425         * read-rtl.c: Potentially include config.h rather than bconfig.h.
31426         For host, include function.h, memmodel.h, and emit-rtl.h.
31427         (one_time_initialization): New function.
31428         (struct compact_insn_name): New struct.
31429         (compact_insn_names): New array.
31430         (find_code): Handle insn codes in compact dumps.
31431         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
31432         (bind_subst_iter_and_attr): Likewise.
31433         (add_condition_to_string): Likewise.
31434         (add_condition_to_rtx): Likewise.
31435         (apply_attribute_uses): Likewise.
31436         (add_current_iterators): Likewise.
31437         (apply_iterators): Likewise.
31438         (initialize_iterators): Guard usage of apply_subst_iterator with
31439         #ifdef GENERATOR_FILE.
31440         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
31441         (md_reader::read_mapping): Likewise.
31442         (add_define_attr_for_define_subst): Likewise.
31443         (add_define_subst_attr): Likewise.
31444         (read_subst_mapping): Likewise.
31445         (check_code_iterator): Likewise.
31446         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
31447         logic to...
31448         (one_time_initialization): New function.
31449         (rtx_reader::read_until): New method.
31450         (read_flags): New function.
31451         (parse_reg_note_name): New function.
31452         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
31453         Handle reuse_rtx ids.
31454         Wrap iterator lookup within #ifdef GENERATOR_FILE.
31455         Add parsing support for RTL dumps, mirroring the special-cases in
31456         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
31457         values, and calling handle_any_trailing_information.
31458         (rtx_reader::read_rtx_operand): Convert return type from void
31459         to rtx, returning return_rtx.  Handle case 'e'.  Call
31460         finalize_string on XSTR and XTMPL fields.
31461         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
31462          "(nil)" values were omitted.  Call the postprocess vfunc on the
31463         return_rtx.
31464         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
31465         class ctor.  Initialize m_in_call_function_usage.  Call
31466         one_time_initialization.
31467         * rtl-tests.c (selftest::test_uncond_jump): Call
31468         set_new_first_and_last_insn.
31469         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
31470         * selftest-rtl.c: New file.
31471         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
31472         (selftest::get_insn_by_uid): New decl.
31473         * selftest-run-tests.c (selftest::run_tests): Call
31474         read_rtl_function_c_tests.
31475         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
31476         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
31477         dumps.
31479 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
31481         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
31482         operands in a special way.  Assert that pos+len <= mode precision.
31484 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
31486         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
31487         3 argument Alias with unlimited for the negative form.
31488         (fno-vect-cost-model): Removed.
31490 2017-01-05  Martin Liska  <mliska@suse.cz>
31492         * hsa-gen.c (gen_hsa_divmod): New function.
31493         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
31495 2017-01-05  Martin Liska  <mliska@suse.cz>
31497         PR pch/78970
31498         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
31499         header.
31501 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
31503         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
31504         small constant length operands.
31506 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
31508         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
31509         between loop iterations.
31511 2017-01-05  Martin Liska  <mliska@suse.cz>
31513         PR sanitizer/78815
31514         * gimplify.c (gimplify_decl_expr): Compare to
31515         asan_poisoned_variables instread of checking flags.
31516         (gimplify_target_expr): Likewise.
31517         (gimplify_expr): Likewise.
31518         (gimplify_function_tree): Conditionally initialize
31519         asan_poisoned_variables.
31521 2017-01-04  Jeff Law  <law@redhat.com>
31523         PR tree-optimizatin/78812
31524         * rtl.h (contains_mem_rtx_p): Prototype.
31525         * ifcvt.c (containts_mem_rtx_p): Move from here to...
31526         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
31527         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
31528         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
31529         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
31531 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
31533         * input.c (assert_char_at_range): Default-initialize actual_range.
31535 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
31537         * df-scan.c (df_ref_create_structure): Make regno unsigned,
31538         to match the caller.
31540 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
31542         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
31543         insns after final jump in test to emit dummy move.
31545 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
31547         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
31548         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
31550 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
31552         * multiple_target.c (create_dispatcher_calls): Init e_next.
31553         * tree-ssa-loop-split.c (split_loop): Init border.
31554         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
31555         scalar_type.
31557 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
31559         PR target/71977
31560         PR target/70568
31561         PR target/78823
31562         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
31563         (altivec_register_operand): Do not return true if the operand
31564         contains a SUBREG mixing SImode and SFmode.
31565         (vsx_register_operand): Likewise.
31566         (vsx_reg_sfsubreg_ok): New predicate.
31567         (vfloat_operand): Do not return true if the operand contains a
31568         SUBREG mixing SImode and SFmode.
31569         (vint_operand): Likewise.
31570         (vlogical_operand): Likewise.
31571         (gpc_reg_operand): Likewise.
31572         (int_reg_operand): Likewise.
31573         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
31574         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
31575         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
31576         SImode and SFmode.
31577         (rs6000_emit_move_si_sf_subreg): New helper function.
31578         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
31579         fixup SUBREGs involving SImode and SFmode.
31580         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
31581         numbers for the new peephole2 optimization.
31582         (peephole2 for SFmode unions): New peephole2 to optimize cases in
31583         the GLIBC math library that do AND/IOR/XOR operations on single
31584         precision floating point.
31585         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
31586         target macros to say whether we need to avoid SUBREGs mixing
31587         SImode and SFmode.
31588         (TARGET_ALLOW_SF_SUBREG): Likewise.
31589         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
31590         (UNSPEC_SI_FROM_SF): Likewise.
31591         (iorxor): Change spacing.
31592         (and_ior_xor): New iterator for AND, IOR, and XOR.
31593         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
31594         (movdi_from_sf_zero_ext): Likewise.
31595         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
31596         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
31597         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
31598         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
31599         (fms<mode>4): Likewise.
31600         (fnma<mode>4): Likewise.
31601         (fnms<mode>4): Likewise.
31602         (nfma<mode>4): Likewise.
31603         (nfms<mode>4): Likewise.
31605 2017-01-04  Marek Polacek  <polacek@redhat.com>
31607         PR c++/64767
31608         * doc/invoke.texi: Document -Wpointer-compare.
31610 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
31612         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
31613         RejectNegative.
31615         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
31616         descriptions for -gdwarf-5 and emit them as uleb128 instead of
31617         2-byte data.
31619 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
31621         PR target/78056
31622         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
31623         documentation of the powerpc_popcntb_ok attribute.
31624         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
31625         code to issue warning messages if a requested CPU configuration is
31626         not supported by the binary (assembler and loader) toolchain.
31627         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
31628         made to define a built-in function that has been disabled.
31629         (paired_init_builtins): Add assertion to prevent ICE if attempt is
31630         made to define a built-in function that has been disabled.
31631         (altivec_init_builtins): Add comment explaining why definition
31632         of the DST built-in functions is not preceded by an assertion
31633         check.  Add assertions to prevent ICE if attempts are made to
31634         define an altivec predicate or an abs* built-in function that has
31635         been disabled.
31636         (htm_init_builtins): Add comment explaining why definition of the
31637         htm built-in functions is not preceded by an assertion check.
31639 2017-01-04  Jeff Law  <law@redhat.com>
31641         PR tree-optimizatin/67955
31642         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
31643         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
31644         the points-to solution does not include pt_null.  Use DECL_PT_UID
31645         unconditionally.
31647 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
31649         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
31650         Use gen_int_mode instead of gen_lopwart for const_int operands.
31652 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
31654         PR tree-optimization/71563
31655         * match.pd: Simplify X << Y into X if Y is known to be 0 or
31656         out of range value - has low bits known to be zero.
31658 2017-01-04  Alan Modra  <amodra@gmail.com>
31660         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
31661         * configure: Regenerate.
31662         * config.in: Regenerate.
31664 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
31666         PR bootstrap/77569
31667         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
31668         a substring of the message, but strcmp with the whole message.  Ifdef
31669         ENABLE_NLS, translate the message first using dgettext.
31671 2017-01-03  Jeff Law  <law@redhat.com>
31673         PR tree-optimizatin/78856
31674         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
31675         (mark_threaded_blocks): Remove code to truncate thread paths that
31676         cross multiple loop headers.  Instead invalidate the cached loop
31677         iteration information and handle case of a thread path walking
31678         into an irreducible region.
31680 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
31682         PR target/78900
31683         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
31684         assertions.  Add support for doing the signbit if the IEEE 128-bit
31685         floating point value is in a GPR.
31686         * config/rs6000/rs6000.md (Fsignbit): Delete.
31687         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
31688         Update the length attribute if the value is in a GPR.
31689         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
31690         the sign or zero extension instruction, since the value is always 0/1.
31691         (signbit<mode>2_dm2): Delete using <Fsignbit>.
31693         PR target/78953
31694         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
31695         extracting SImode to a GPR register so that we can generate a
31696         store, limit the vector to be in a traditional Altivec register
31697         for the vextuwrx instruction.
31699 2017-01-03  Ian Lance Taylor  <iant@google.com>
31701         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
31703 2017-01-03  Martin Sebor  <msebor@redhat.com>
31705         PR tree-optimization/78696
31706         * gimple-ssa-sprintf.c (format_floating): Correct handling of
31707         precision.  Use MPFR for %f for greater fidelity.  Correct handling
31708         of %g.
31709         (pass_sprintf_length::compute_format_length): Set width and precision
31710         specified by asrerisk to void_node for vararg functions.
31711         (try_substitute_return_value): Adjust dump output.
31713 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
31715         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
31717 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
31719         * doc/invoke.texi (SPARC options): Document -mlra as the default.
31720         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
31721         -mlra/-mno-lra was passed to the compiler.
31723 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
31725         PR rtl-optimization/65618
31726         * emit-rtl.c (try_split): Move initialization of "before" and
31727         "after" to just before the call to emit_insn_after_setloc.
31729 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
31731         * doc/md.texi (Standard Names): Remove reference to Java frontend.
31733 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
31735         * dwarf2out.c (gen_enumeration_type_die): When
31736         -gno-strict-dwarf, add a DW_AT_encoding attribute.
31738 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
31740         PR tree-optimization/78965
31741         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
31742         Change first argument from const call_info & to call_info &.  For %n
31743         set info.nowrite to false.
31745         PR middle-end/78901
31746         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
31747         possibly throwing calls.
31749         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
31750         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
31751         and fns handling, rather than in a separate case SSA_NAME.
31753 2017-01-02  Jeff Law  <law@redhat.com>
31755         * config/darwin-driver.c (darwin_driver_init): Const-correctness
31756         fixes for first_period and second_period variables.
31758 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
31760         PR target/78967
31761         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
31762         (*insvqi_1): New insn pattern.
31763         (*insvqi_1_mem_rex64): Ditto.
31764         (*insvqi_2): Ditto.
31765         (*insvqi_3): Rename from *insvqi.
31767         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
31769 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
31771         * doc/cfg.texi (Edges): Remove reference to Java.
31772         (Maintaining the CFG): Ditto.
31774 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
31776         PR middle-end/77674
31777         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
31778         transparent aliases.
31780 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
31782         PR middle-end/77484
31783         * predict.def (PRED_CALL): Update hitrate.
31784         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
31785         * predict.c (tree_estimate_probability_bb): Split CALL predictor
31786         into direct/indirect/polymorphic variants.
31788 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
31790         Update copyright years.
31792         * gcc.c (process_command): Update copyright notice dates.
31793         * gcov-dump.c (print_version): Ditto.
31794         * gcov.c (print_version): Ditto.
31795         * gcov-tool.c (print_version): Ditto.
31796         * gengtype.c (create_file): Ditto.
31797         * doc/cpp.texi: Bump @copying's copyright year.
31798         * doc/cppinternals.texi: Ditto.
31799         * doc/gcc.texi: Ditto.
31800         * doc/gccint.texi: Ditto.
31801         * doc/gcov.texi: Ditto.
31802         * doc/install.texi: Ditto.
31803         * doc/invoke.texi: Ditto.
31805 Copyright (C) 2017 Free Software Foundation, Inc.
31807 Copying and distribution of this file, with or without modification,
31808 are permitted in any medium without royalty provided the copyright
31809 notice and this notice are preserved.