2016-09-25 François Dumont <fdumont@gcc.gnu.org>
[official-gcc.git] / gcc / ChangeLog
blobce6841b6894f6c7e85f6c1b7f93162ea9aaa4a8b
1 2016-09-25  Oleg Endo  <olegendo@gcc.gnu.org>
3         PR target/51244
4         * config/sh/sh.c (sh_movt_set_dest, sh_movrt_set_dest): Add overloads.
5         (sh_rtx_costs): Handle SET of movt and movrt patterns.
6         * cnofig/sh/sh-protos.h (sh_movt_set_dest, sh_movrt_set_dest): Forward
7         declare new overloads.
8         * config/sh/sh.md (*cset_zero): Add variant that takes a treg_set_expr
9         operand.
11 2016-09-24  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
13         * config/rs6000/rs6000.c (expand_block_compare, do_load_for_compare):
14         Change TARGET_LITTLE_ENDIAN to !BYTES_BIG_ENDIAN.
16 2016-09-42  David Edelsohn  <dje.gcc@gmail.com>
18         * configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.
19         * configure: Regenerate.
21 2016-09-24  Marek Polacek  <polacek@redhat.com>
23         PR c/77490
24         * doc/invoke.texi: Document -Wbool-operation.
26 2016-09-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
28         * config/rs6000/rs6000.md (cmpmemsi): New define_expand.
29         * config/rs6000/rs6000.c (expand_block_compare): New function used by
30         cmpmemsi pattern to do builtin expansion of memcmp ().
31         (compute_current_alignment): Add helper function for
32         expand_block_compare used to compute alignment as the compare proceeds.
33         (select_block_compare_mode): Used by expand_block_compare to select
34         the mode used for reading the next chunk of bytes in the compare.
35         (do_load_for_compare): Used by expand_block_compare to emit the load
36         insns for the compare.
37         (rs6000_emit_dot_insn): Moved this function to avoid a forward
38         reference from expand_block_compare ().
39         * config/rs6000/rs6000-protos.h (expand_block_compare): Add a
40         prototype for this function.
41         * config/rs6000/rs6000.opt (mblock-compare-inline-limit): Add a new
42         target option for controlling how much code inline expansion of
43         memcmp() will be allowed to generate.
45 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
47         * hooks.c (hook_bool_bool_false, hook_bool_bool_gcc_optionsp_false,
48         hook_bool_mode_false, hook_bool_mode_true,
49         hook_bool_mode_const_rtx_false, hook_bool_mode_const_rtx_true,
50         hook_bool_mode_rtx_false, hook_bool_mode_rtx_true,
51         hook_bool_const_rtx_insn_const_rtx_insn_true,
52         hook_bool_mode_uhwi_false, hook_void_FILEptr_constcharptr,
53         hook_bool_FILEptr_rtx_false, hook_bool_gsiptr_false,
54         hook_bool_const_tree_hwi_hwi_const_tree_false,
55         hook_bool_const_tree_hwi_hwi_const_tree_true,
56         default_can_output_mi_thunk_no_vcall, hook_int_uint_mode_1,
57         hook_int_const_tree_0, hook_int_const_tree_const_tree_1,
58         hook_int_rtx_0, hook_int_rtx_bool_0, hook_void_tree,
59         hook_void_constcharptr, hook_void_tree_treeptr, hook_void_int_int,
60         hook_bool_tree_false, hook_bool_const_tree_false, hook_bool_tree_true,
61         hook_bool_const_tree_true, hook_bool_tree_tree_false,
62         hook_bool_tree_tree_true, hook_bool_tree_bool_false,
63         hook_bool_rtx_insn_true, hook_bool_rtx_false,
64         hook_bool_uintp_uintp_false,
65         hook_bool_rtx_mode_int_int_intp_bool_false, hook_rtx_rtx_null,
66         hook_rtx_tree_int_null, hook_uint_mode_0,
67         hook_constcharptr_const_tree_null, hook_tree_tree_int_treep_bool_null,
68         hook_tree_tree_tree_null, hook_tree_tree_tree_tree_null,
69         hook_constcharptr_const_rtx_insn_null,
70         hook_constcharptr_const_tree_const_tree_null,
71         hook_constcharptr_int_const_tree_null,
72         hook_constcharptr_int_const_tree_const_tree_null,
73         hook_tree_const_tree_null, hook_bool_rtx_insn_int_false,
74         hook_void_rtx_insn_int, hook_void_gcc_optionsp): For arguments with
75         ATTRIBUTE_UNUSED, remove parameter name as well as ATTRIBUTE_UNUSED.
77         * vec.h (vNULL): Extend comment to say = vNULL initialization
78         isn't needed for static vars.
80         * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,
81         loop_nests, s_i_d, last_added_blocks): Remove unnecessary
82         = vNULL initialization of file scope vec.
83         * passes.c (pass_tab, enabled_pass_uid_range_tab,
84         disabled_pass_uid_range_tab): Likewise.
85         * haifa-sched.c (sched_luids, h_i_d): Likewise.
86         * tree-chkp-opt.c (check_infos): Likewise.
87         * sel-sched.c (vec_av_set, vec_temp_moveop_nops): Likewise.
89         * vec.h (vnull::operator vec): Add constexpr keyword for
90         C++11 and later.
92 2016-09-23  Doug Gilmore  <doug.gilmore@imgtec.com>
94         PR tree-optimization/77654
95         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Add call
96         to duplicate_ssa_name_ptr_info.
98 2016-09-23  David Malcolm  <dmalcolm@redhat.com>
100         PR preprocessor/77672
101         * input.c (selftest::test_lexer_string_locations_simple): Update
102         test to expect location information of the terminator character
103         at the location of the final closing quote.
104         (selftest::test_lexer_string_locations_hex): Likewise.
105         (selftest::test_lexer_string_locations_oct): Likewise.
106         (selftest::test_lexer_string_locations_letter_escape_1): Likewise.
107         (selftest::test_lexer_string_locations_letter_escape_2): Likewise.
108         (selftest::test_lexer_string_locations_ucn4): Likewise.
109         (selftest::test_lexer_string_locations_ucn8): Likewise.
110         (selftest::test_lexer_string_locations_u8): Likewise.
111         (selftest::test_lexer_string_locations_utf8_source): Likewise.
112         (selftest::test_lexer_string_locations_concatenation_1): Likewise.
113         (selftest::test_lexer_string_locations_concatenation_2): Likewise.
114         (selftest::test_lexer_string_locations_concatenation_3): Likewise.
115         (selftest::test_lexer_string_locations_macro): Likewise.
116         (selftest::test_lexer_string_locations_long_line): Likewise.
118 2016-09-23  Richard Biener  <rguenther@suse.de>
120         * tree-ssa-sccvn.c (visit_reference_op_call): Value number
121         virtual definition to virtual use if the call devirtualizes
122         to a const or pure function.
123         (visit_use): Also visit calls we can devirtualize to a
124         const or pure function.
126 2016-09-23  Richard Biener  <rguenther@suse.de>
128         PR tree-optimization/77697
129         * tree-ssa-forwprop.c (defcodefor_name): Remove bogus code,
130         signal error if we have sth ternary or unhandled.
132 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
134         * config/arm/arm_neon.h (vabd_f16): New.
135         (vabdq_f16): New.
136         (vabs_f16): New.
137         (vabsq_f16): New.
138         (vadd_f16): New.
139         (vaddq_f16): New.
140         (vcage_f16): New.
141         (vcageq_f16): New.
142         (vcagt_f16): New.
143         (vcagtq_f16): New.
144         (vcale_f16): New.
145         (vcaleq_f16): New.
146         (vcalt_f16): New.
147         (vcaltq_f16): New.
148         (vceq_f16): New.
149         (vceqq_f16): New.
150         (vceqz_f16): New.
151         (vceqzq_f16): New.
152         (vcge_f16): New.
153         (vcgeq_f16): New.
154         (vcgez_f16): New.
155         (vcgezq_f16): New.
156         (vcgt_f16): New.
157         (vcgtq_f16): New.
158         (vcgtz_f16): New.
159         (vcgtzq_f16): New.
160         (vcle_f16): New.
161         (vcleq_f16): New.
162         (vclez_f16): New.
163         (vclezq_f16): New.
164         (vclt_f16): New.
165         (vcltq_f16): New.
166         (vcltz_f16): New.
167         (vcltzq_f16): New.
168         (vcvt_f16_s16): New.
169         (vcvt_f16_u16): New.
170         (vcvt_s16_f16): New.
171         (vcvt_u16_f16): New.
172         (vcvtq_f16_s16): New.
173         (vcvtq_f16_u16): New.
174         (vcvtq_s16_f16): New.
175         (vcvtq_u16_f16): New.
176         (vcvta_s16_f16): New.
177         (vcvta_u16_f16): New.
178         (vcvtaq_s16_f16): New.
179         (vcvtaq_u16_f16): New.
180         (vcvtm_s16_f16): New.
181         (vcvtm_u16_f16): New.
182         (vcvtmq_s16_f16): New.
183         (vcvtmq_u16_f16): New.
184         (vcvtn_s16_f16): New.
185         (vcvtn_u16_f16): New.
186         (vcvtnq_s16_f16): New.
187         (vcvtnq_u16_f16): New.
188         (vcvtp_s16_f16): New.
189         (vcvtp_u16_f16): New.
190         (vcvtpq_s16_f16): New.
191         (vcvtpq_u16_f16): New.
192         (vcvt_n_f16_s16): New.
193         (vcvt_n_f16_u16): New.
194         (vcvtq_n_f16_s16): New.
195         (vcvtq_n_f16_u16): New.
196         (vcvt_n_s16_f16): New.
197         (vcvt_n_u16_f16): New.
198         (vcvtq_n_s16_f16): New.
199         (vcvtq_n_u16_f16): New.
200         (vfma_f16): New.
201         (vfmaq_f16): New.
202         (vfms_f16): New.
203         (vfmsq_f16): New.
204         (vmax_f16): New.
205         (vmaxq_f16): New.
206         (vmaxnm_f16): New.
207         (vmaxnmq_f16): New.
208         (vmin_f16): New.
209         (vminq_f16): New.
210         (vminnm_f16): New.
211         (vminnmq_f16): New.
212         (vmul_f16): New.
213         (vmul_lane_f16): New.
214         (vmul_n_f16): New.
215         (vmulq_f16): New.
216         (vmulq_lane_f16): New.
217         (vmulq_n_f16): New.
218         (vneg_f16): New.
219         (vnegq_f16): New.
220         (vpadd_f16): New.
221         (vpmax_f16): New.
222         (vpmin_f16): New.
223         (vrecpe_f16): New.
224         (vrecpeq_f16): New.
225         (vrnd_f16): New.
226         (vrndq_f16): New.
227         (vrnda_f16): New.
228         (vrndaq_f16): New.
229         (vrndm_f16): New.
230         (vrndmq_f16): New.
231         (vrndn_f16): New.
232         (vrndnq_f16): New.
233         (vrndp_f16): New.
234         (vrndpq_f16): New.
235         (vrndx_f16): New.
236         (vrndxq_f16): New.
237         (vrsqrte_f16): New.
238         (vrsqrteq_f16): New.
239         (vrecps_f16): New.
240         (vrecpsq_f16): New.
241         (vrsqrts_f16): New.
242         (vrsqrtsq_f16): New.
243         (vsub_f16): New.
244         (vsubq_f16): New.
246 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
248         * config.gcc (extra_headers): Add arm_fp16.h
249         * config/arm/arm_fp16.h: New.
250         * config/arm/arm_neon.h: Include "arm_fp16.h".
252 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
254         * config/arm/arm_neon_builtins.def (vadd): New (v8hf, v4hf
255         variants).
256         (vmulf): New (v8hf, v4hf variants).
257         (vfma): New (v8hf, v4hf variants).
258         (vfms): New (v8hf, v4hf variants).
259         (vsub): New (v8hf, v4hf variants).
260         (vcage): New (v8hf, v4hf variants).
261         (vcagt): New (v8hf, v4hf variants).
262         (vcale): New (v8hf, v4hf variants).
263         (vcalt): New (v8hf, v4hf variants).
264         (vceq): New (v8hf, v4hf variants).
265         (vcgt): New (v8hf, v4hf variants).
266         (vcge): New (v8hf, v4hf variants).
267         (vcle): New (v8hf, v4hf variants).
268         (vclt): New (v8hf, v4hf variants).
269         (vceqz): New (v8hf, v4hf variants).
270         (vcgez): New (v8hf, v4hf variants).
271         (vcgtz): New (v8hf, v4hf variants).
272         (vcltz): New (v8hf, v4hf variants).
273         (vclez): New (v8hf, v4hf variants).
274         (vabd): New (v8hf, v4hf variants).
275         (vmaxf): New (v8hf, v4hf variants).
276         (vmaxnm): New (v8hf, v4hf variants).
277         (vminf): New (v8hf, v4hf variants).
278         (vminnm): New (v8hf, v4hf variants).
279         (vpmaxf): New (v4hf variant).
280         (vpminf): New (v4hf variant).
281         (vpadd): New (v4hf variant).
282         (vrecps): New (v8hf, v4hf variants).
283         (vrsqrts): New (v8hf, v4hf variants).
284         (vabs): New (v8hf, v4hf variants).
285         (vneg): New (v8hf, v4hf variants).
286         (vrecpe): New (v8hf, v4hf variants).
287         (vrnd): New (v8hf, v4hf variants).
288         (vrnda): New (v8hf, v4hf variants).
289         (vrndm): New (v8hf, v4hf variants).
290         (vrndn): New (v8hf, v4hf variants).
291         (vrndp): New (v8hf, v4hf variants).
292         (vrndx): New (v8hf, v4hf variants).
293         (vrsqrte): New (v8hf, v4hf variants).
294         (vmul_lane): Add v4hf and v8hf variants.
295         (vmul_n): Add v4hf and v8hf variants.
296         (vext): New (v8hf, v4hf variants).
297         (vcvts): New (v8hi, v4hi variants).
298         (vcvts): New (v8hf, v4hf variants).
299         (vcvtu): New (v8hi, v4hi variants).
300         (vcvtu): New (v8hf, v4hf variants).
301         (vcvts_n): New (v8hf, v4hf variants).
302         (vcvtu_n): New (v8hi, v4hi variants).
303         (vcvts_n): New (v8hi, v4hi variants).
304         (vcvtu_n): New (v8hf, v4hf variants).
305         (vbsl): New (v8hf, v4hf variants).
306         (vcvtas): New (v8hf, v4hf variants).
307         (vcvtau): New (v8hf, v4hf variants).
308         (vcvtms): New (v8hf, v4hf variants).
309         (vcvtmu): New (v8hf, v4hf variants).
310         (vcvtns): New (v8hf, v4hf variants).
311         (vcvtnu): New (v8hf, v4hf variants).
312         (vcvtps): New (v8hf, v4hf variants).
313         (vcvtpu): New (v8hf, v4hf variants).
315 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
317         * config/arm/arm-builtins.c (hf_UP): New.
318         (si_UP): New.
319         (vfp_builtin_data): New.  Update comment.
320         (enum arm_builtins): Include "arm_vfp_builtins.def".
321         (ARM_BUILTIN_VFP_PATTERN_START): New.
322         (arm_init_vfp_builtins): New.
323         (arm_init_builtins): Add arm_init_vfp_builtins.
324         (arm_expand_vfp_builtin): New.
325         (arm_expand_builtins): Update for arm_expand_vfp_builtin.  Fix
326         long line.
327         * config/arm/arm_vfp_builtins.def: New file.
328         * config/arm/t-arm (arm.o): Add arm_vfp_builtins.def.
329         (arm-builtins.o): Likewise.
331 2016-09-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
333         PR ipa/77677
334         * ipa-cp.c (propagate_vr_accross_jump_function): Drop TREE_OVERFLOW
335         from constant while creating value range.
337 2016-09-23  Renlin Li  <renlin.li@arm.com>
339         * ira.c (ira): Move ira_use_lra_p initialization code to ...
340         (ira_init_once): Here.
342 2016-09-23  Uros Bizjak  <ubizjak@gmail.com>
343             Jakub Jelinek  <jakub@redhat.com>
345         * hooks.h (hook_uint_uintp_false): Rename to...
346         (hook_bool_uint_uintp_false): ... this.
347         * hooks.c (hook_uint_uintp_false): Rename to...
348         (hook_bool_uint_uintp_false): ... this.
349         * target.def (elf_flags_numeric): Use hook_bool_uint_uintp_false
350         instead of hook_uint_uintp_false.
352 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
354         * config/arm/arm-builtins.c (arm_init_neon_builtin): New.
355         (arm_init_builtins): Move body of a loop to the standalone
356         function arm_init_neon_builtin.
357         (arm_expand_neon_builtin_1): New.  Update comment.  Function body
358         moved from arm_neon_builtin with some white-space fixes.
359         (arm_expand_neon_builtin): Move code into the standalone function
360         arm_expand_neon_builtin_1.
362 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
364         * config/arm/iterators.md (VCVTHI): New.
365         (NEON_VCMP): Add UNSPEC_VCLT and UNSPEC_VCLE.  Fix a long line.
366         (NEON_VAGLTE): New.
367         (VFM_LANE_AS): New.
368         (VH_CVTTO): New.
369         (V_reg): Add HF, V4HF and V8HF.  Fix white-space.
370         (V_HALF): Add V4HF.  Fix white-space.
371         (V_if_elem): Add HF, V4HF and V8HF.  Fix white-space.
372         (V_s_elem): Likewise.
373         (V_sz_elem): Fix white-space.
374         (V_elem_ch): Likewise.
375         (VH_elem_ch): New.
376         (scalar_mul_constraint): Add V8HF and V4HF.
377         (Is_float_mode): Fix white-space.
378         (Is_d_reg): Add V4HF and V8HF.  Fix white-space.
379         (q): Add HF.  Fix white-space.
380         (float_sup): New.
381         (float_SUP): New.
382         (cmp_op_unsp): Add UNSPEC_VCALE and UNSPEC_VCALT.
383         (neon_vfm_lane_as): New.
384         * config/arm/neon.md (add<mode>3_fp16): New.
385         (sub<mode>3_fp16): New.
386         (mul<mode>3add<mode>_neon): New.
387         (fma<VH:mode>4_intrinsic): New.
388         (fmsub<VCVTF:mode>4_intrinsic): Fix white-space.
389         (fmsub<VH:mode>4_intrinsic): New.
390         (<absneg_str><mode>2): New.
391         (neon_v<absneg_str><mode>): New.
392         (neon_v<fp16_rnd_str><mode>): New.
393         (neon_vrsqrte<mode>): New.
394         (neon_vpaddv4hf): New.
395         (neon_vadd<mode>): New.
396         (neon_vsub<mode>): New.
397         (neon_vmulf<mode>): New.
398         (neon_vfma<VH:mode>): New.
399         (neon_vfms<VH:mode>): New.
400         (neon_vc<cmp_op><mode>): New.
401         (neon_vc<cmp_op><mode>_fp16insn): New
402         (neon_vc<cmp_op_unsp><mode>_fp16insn_unspec): New.
403         (neon_vca<cmp_op><mode>): New.
404         (neon_vca<cmp_op><mode>_fp16insn): New.
405         (neon_vca<cmp_op_unsp><mode>_fp16insn_unspec): New.
406         (neon_vc<cmp_op>z<mode>): New.
407         (neon_vabd<mode>): New.
408         (neon_v<maxmin>f<mode>): New.
409         (neon_vp<maxmin>fv4hf: New.
410         (neon_<fmaxmin_op><mode>): New.
411         (neon_vrecps<mode>): New.
412         (neon_vrsqrts<mode>): New.
413         (neon_vrecpe<mode>): New (VH variant).
414         (neon_vdup_lane<mode>_internal): New.
415         (neon_vdup_lane<mode>): New.
416         (neon_vcvt<sup><mode>): New (VCVTHI variant).
417         (neon_vcvt<sup><mode>): New (VH variant).
418         (neon_vcvt<sup>_n<mode>): New (VH variant).
419         (neon_vcvt<sup>_n<mode>): New (VCVTHI variant).
420         (neon_vcvt<vcvth_op><sup><mode>): New.
421         (neon_vmul_lane<mode>): New.
422         (neon_vmul_n<mode>): New.
423         * config/arm/unspecs.md (UNSPEC_VCALE): New
424         (UNSPEC_VCALT): New.
425         (UNSPEC_VFMA_LANE): New.
426         (UNSPECS_VFMS_LANE): New.
428 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
430         * config/s390/s390.md ("*extzv<mode>_zEC12", "*extzv<mode>_z10")
431         ("*extzv<mode><clobbercc_or_nocc>"):
432         Correct a typo in a comment.
433         Merged patterns.
434         ("*insv<mode>_zEC12", "*insv<mode>_z10")
435         ("*insv<mode><clobbercc_or_nocc>"): Ditto.
436         ("*insv<mode>_zEC12_appendbitsleft")
437         ("*insv<mode><clobbercc_or_nocc>_appendbitsleft")
438         ("*insv<mode>_z10_appendbitsleft"): Ditto.
439         ("*insv<mode>_zEC12_noshift", "*insv<mode>_z10_noshift")
440         ("*insv<mode><clobbercc_or_nocc>_noshift"): Ditto.
441         Provide pattern with operands switched.
442         ("*pre_z10_extv<mode>"):
443         Use new subst patterns.
444         ("*extzvdi<clobbercc_or_nocc>_lshiftrt", "*<risbg_n>_ior_and_sr_ze")
445         ("*extvsidi<clobbercc_or_nocc>", "*<risbg_n>_and_subregdi_rotr")
446         ("*<risbg_n>_and_subregdi_rotl", "*<risbg_n>_di_and_rot")
447         ("*insv_z10_noshift_cc", "*insv_z10_noshift_cconly")
448         ("*<risbg_n>_<mode>_ior_and_lshiftrt")
449         ("*<risbg_n>_sidi_ior_and_lshiftrt")
450         ("*trunc_sidi_and_subreg_lshrt<clobbercc_or_nocc>"):
451         New patterns.
452         ("*extzv_<mode>_sll", "*extzv_<mode>_srl")
453         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
454         ("*extzv_<mode>_sll<clobbercc_or_nocc>"): Renamed patterns, use risbgn
455         on zEC12.
456         ("SINT"): New mode_iterator with SI, HI, QI.
457         * config/s390/subst.md ("clobbercc_or_nocc_subst", "z10_or_zEC12_cond")
458         ("clobbercc_or_nocc", "risbg_n"): New constructs for risbg pattern
459         duplication.
461 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
463         * config/s390/predicates.md ("contiguous_bitmask_operand"): Adapt to new
464         interface of s390_contiguous_bitmask_p.
465         ("contiguous_bitmask_nowrap_operand"): New predicate.
466         * ("*anddi3_cc", "*anddi3_cconly", "*anddi3"): Replace NxxDq with NxxDw.
467         * config/s390/constraints.md ("NxxDw", "NxxSq"): Adapt to new interface
468         of s390_contiguous_bitmask_p.
469         * ("NxxDw"): Rename NxxDq constraint to NxxDw.
470         ("NxxSw"): New constraint.
471         * config/s390/s390.md ("*andsi3_zarch"): Enable bitmask wraparound.
472         * config/s390/s390-protos.h (s390_contiguous_bitmask_p): Updated
473         interface.
474         (s390_contiguous_bitmask_nowrap_p): Export.
475         * config/s390/s390.c (s390_contiguous_bitmask_nowrap_p): New name of
476         former s390_contiguous_bitmask_p.
477         (s390_contiguous_bitmask_p): Use s390_contiguous_bitmask_nowrap_p to
478         detect contiguous bit ranges with wraparound.  Change signature to
479         return START and END position instead of POS and LENGTH.
480         (s390_contiguous_bitmask_vector_p): Remove extra code for continous bit
481         ranges with wraparound.
482         (s390_extzv_shift_ok): Use s390_contiguous_bitmask_nowrap_p.
483         (s390_contiguous_bitmask_vector_p,s390_extzv_shift_ok,print_operand):
484         Adapt to new signature of s390_contiguous_bitmask_p.
486 2016-09-23  Bin Cheng  <bin.cheng@arm.com>
488         * tree-vect-loop-manip.c (create_intersect_range_checks_index): New.
489         (create_intersect_range_checks): New.
490         (vect_create_cond_for_alias_checks): Call above function.
492 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
494         * config/arm/iterators.md (Code iterators): Fix some white-space
495         in the comments.
496         (GLTE): New.
497         (ABSNEG): New
498         (FCVT): Moved from vfp.md.
499         (VCVT_HF_US_N): New.
500         (VCVT_SI_US_N): New.
501         (VCVT_HF_US): New.
502         (VCVTH_US): New.
503         (FP16_RND): New.
504         (absneg_str): New.
505         (FCVTI32typename): Moved from vfp.md.
506         (sup): Add UNSPEC_VCVTA_S, UNSPEC_VCVTA_U, UNSPEC_VCVTM_S,
507         UNSPEC_VCVTM_U, UNSPEC_VCVTN_S, UNSPEC_VCVTN_U, UNSPEC_VCVTP_S,
508         UNSPEC_VCVTP_U, UNSPEC_VCVT_HF_S_N, UNSPEC_VCVT_HF_U_N,
509         UNSPEC_VCVT_SI_S_N, UNSPEC_VCVT_SI_U_N,  UNSPEC_VCVTH_S_N,
510         UNSPEC_VCVTH_U_N, UNSPEC_VCVTH_S and UNSPEC_VCVTH_U.
511         (vcvth_op): New.
512         (fp16_rnd_str): New.
513         (fp16_rnd_insn): New.
514         * config/arm/unspecs.md (UNSPEC_VCVT_HF_S_N): New.
515         (UNSPEC_VCVT_HF_U_N): New.
516         (UNSPEC_VCVT_SI_S_N): New.
517         (UNSPEC_VCVT_SI_U_N): New.
518         (UNSPEC_VCVTH_S): New.
519         (UNSPEC_VCVTH_U): New.
520         (UNSPEC_VCVTA_S): New.
521         (UNSPEC_VCVTA_U): New.
522         (UNSPEC_VCVTM_S): New.
523         (UNSPEC_VCVTM_U): New.
524         (UNSPEC_VCVTN_S): New.
525         (UNSPEC_VCVTN_U): New.
526         (UNSPEC_VCVTP_S): New.
527         (UNSPEC_VCVTP_U): New.
528         (UNSPEC_VCVTP_S): New.
529         (UNSPEC_VCVTP_U): New.
530         (UNSPEC_VRND): New.
531         (UNSPEC_VRNDA): New.
532         (UNSPEC_VRNDI): New.
533         (UNSPEC_VRNDM): New.
534         (UNSPEC_VRNDN): New.
535         (UNSPEC_VRNDP): New.
536         (UNSPEC_VRNDX): New.
537         * config/arm/vfp.md (<absneg_str>hf2): New.
538         (neon_vabshf): New.
539         (neon_v<fp16_rnd_str>hf): New.
540         (neon_vrndihf): New.
541         (addhf3): New.
542         (subhf3): New.
543         (divhf3): New.
544         (mulhf3): New.
545         (*mulsf3neghf_vfp): New.
546         (*negmulhf3_vfp): New.
547         (*mulsf3addhf_vfp): New.
548         (*mulhf3subhf_vfp): New.
549         (*mulhf3neghfaddhf_vfp): New.
550         (*mulhf3neghfsubhf_vfp): New.
551         (fmahf4): New.
552         (neon_vfmahf): New.
553         (fmsubhf4_fp16): New.
554         (neon_vfmshf): New.
555         (*fnmsubhf4): New.
556         (*fnmaddhf4): New.
557         (neon_vsqrthf): New.
558         (neon_vrsqrtshf): New.
559         (FCVT): Move to iterators.md.
560         (FCVTI32typename): Likewise.
561         (neon_vcvth<sup>hf): New.
562         (neon_vcvth<sup>si): New.
563         (neon_vcvth<sup>_nhf_unspec): New.
564         (neon_vcvth<sup>_nhf): New.
565         (neon_vcvth<sup>_nsi_unspec): New.
566         (neon_vcvth<sup>_nsi): New.
567         (neon_vcvt<vcvth_op>h<sup>si): New.
568         (neon_<fmaxmin_op>hf): New.
570 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
572         * config/s390/s390.md (bitoff, bitoff_plus): Neq mode attributes.
573         ("*extzv<mode>_zEC12", "*insv<mode>_zEC12", "*insv<mode>_z10")
574         ("*insv<mode>_zEC12_appendbitsleft")
575         ("*insv<mode>_z10_appendbitsleft", "*r<noxa>sbg_<mode>_sll")
576         ("*r<noxa>sbg_<mode>_srl"): Use new attributes.
578 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
580         * ipa-cp.c (ipcp_store_vr_results): Avoid static local
581         var zero.
582         * sreal.h (sreal::min, sreal::max): Avoid static local vars,
583         construct values without normalization.
584         * tree-ssa-sccvn.c (vn_reference_lookup_3): Don't initialize
585         static local lhs_ops to vNULL.
587 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
588             Jiong Wang <jiong.wang@arm.com>
590         * config/arm/arm.c (coproc_secondary_reload_class): Make HFmode
591         available when FP16 instructions are available.
592         (output_move_vfp): Add support for 16-bit data moves.
593         (arm_validize_comparison): Fix some white-space.  Support HFmode
594         by conversion to SFmode.
595         * config/arm/arm.md (truncdfhf2): Fix a comment.
596         (extendhfdf2): Likewise.
597         (cstorehf4): New.
598         (movsicc): Fix some white-space.
599         (movhfcc): New.
600         (movsfcc): Fix some white-space.
601         (*cmovhf): New.
602         * config/arm/vfp.md (*arm_movhi_vfp): Disable when VFP FP16
603         instructions are available.
604         (*thumb2_movhi_vfp): Likewise.
605         (*arm_movhi_fp16): New.
606         (*thumb2_movhi_fp16): New.
607         (*movhf_vfp_fp16): New.
608         (*movhf_vfp_neon): Disable when VFP FP16 instructions are
609         available.
610         (*movhf_vfp): Likewise.
611         (extendhfsf2): Enable when VFP FP16 instructions are available.
612         (truncsfhf2):  Enable when VFP FP16 instructions are available.
614 2016-09-23  Martin Liska  <mliska@suse.cz>
616         * config/s390/vx-builtins.md: Replace 'adress' with 'address'.
618 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
620         * config/arm/arm.c (arm_evpc_neon_vuzp): Add support for V8HF and
621         V4HF modes.
622         (arm_evpc_neon_vtrn): Likewise.
623         (arm_evpc_neon_vrev): Likewise.
624         (arm_evpc_neon_vext): Likewise.
625         * config/arm/arm_neon.h (vbsl_f16): New.
626         (vbslq_f16): New.
627         (vdup_n_f16): New.
628         (vdupq_n_f16): New.
629         (vdup_lane_f16): New.
630         (vdupq_lane_f16): New.
631         (vext_f16): New.
632         (vextq_f16): New.
633         (vmov_n_f16): New.
634         (vmovq_n_f16): New.
635         (vrev64_f16): New.
636         (vrev64q_f16): New.
637         (vtrn_f16): New.
638         (vtrnq_f16): New.
639         (vuzp_f16): New.
640         (vuzpq_f16): New.
641         (vzip_f16): New.
642         (vzipq_f16): New.
643         * config/arm/arm_neon_buillins.def (vdup_n): New (v8hf, v4hf variants).
644         (vdup_lane): New (v8hf, v4hf variants).
645         (vext): New (v8hf, v4hf variants).
646         (vbsl): New (v8hf, v4hf variants).
647         * config/arm/iterators.md (VDQWH): New.
648         (VH): New.
649         (V_double_vector_mode): Add V8HF and V4HF.  Fix white-space.
650         (Scalar_mul_8_16): Fix white-space.
651         (Is_d_reg): Add V4HF and V8HF.
652         * config/arm/neon.md (neon_vdup_lane<mode>_internal): New.
653         (neon_vdup_lane<mode>): New.
654         (neon_vtrn<mode>_internal): Replace VDQW with VDQWH.
655         (*neon_vtrn<mode>_insn): Likewise.
656         (neon_vzip<mode>_internal): Likewise. Also fix white-space.
657         (*neon_vzip<mode>_insn): Likewise
658         (neon_vuzp<mode>_internal): Likewise.
659         (*neon_vuzp<mode>_insn): Likewise
660         * config/arm/vec-common.md (vec_perm_const<mode>): New.
662 2016-09-23  Jiong Wang  <jiong.wang@arm.com>
663             Matthew Wahab  <matthew.wahab@arm.com>
665         * config/arm/arm.c (output_move_vfp): Weaken assert to allow
666         HImode.
667         (arm_hard_regno_mode_ok): Allow HImode values in VFP registers.
668         * config/arm/arm.md (*movhi_bytes): Disable when VFP registers are
669         available.  Also fix some white-space.
670         * config/arm/vfp.md (*arm_movhi_vfp): New.
671         (*thumb2_movhi_vfp): New.
673 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
675         * config/arm/arm-c.c (arm_cpu_builtins): Define
676         "__ARM_FEATURE_FP16_SCALAR_ARITHMETIC" and
677         "__ARM_FEATURE_FP16_VECTOR_ARITHMETIC".
679 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
681         * doc/sourcebuild.texi (ARM-specific attributes): Add anchor for
682         arm_v8_1a_neon_ok.  Add entries for arm_v8_2a_fp16_scalar_ok,
683         arm_v8_2a_fp16_scalar_hw, arm_v8_2a_fp16_neon_ok and
684         arm_v8_2a_fp16_neon_hw.
685         (Add options): Add entries for arm_v8_1a_neon, arm_v8_2a_scalar,
686         arm_v8_2a_neon.
688 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
690         * doc/sourcebuild.texi (ARM-specific attributes): Add entries for
691         arm_fp16_alternative_ok and arm_fp16_none_ok.
693 2016-09-23  Martin Liska  <mliska@suse.cz>
695         * ipa-icf.c (sem_variable::merge): Replace adress
696         with address.
698 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
700         * config/arm/arm-arches.def ("armv8.1-a"): Add FL_CRC32.
701         ("armv8.2-a"): New.
702         ("armv8.2-a+fp16"): New.
703         * config/arm/arm-protos.h (FL2_ARCH8_2): New.
704         (FL2_FP16INST): New.
705         (FL2_FOR_ARCH8_2A): New.
706         * config/arm/arm-tables.opt: Regenerate.
707         * config/arm/arm.c (arm_arch8_2): New.
708         (arm_fp16_inst): New.
709         (arm_option_override): Set arm_arch8_2 and arm_fp16_inst.  Check
710         for incompatible fp16-format settings.
711         * config/arm/arm.h (TARGET_VFP_FP16INST): New.
712         (TARGET_NEON_FP16INST): New.
713         (arm_arch8_2): Declare.
714         (arm_fp16_inst): Declare.
715         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for
716         march=armv8.2-a and march=armv8.2-a+fp16.
717         * config/arm/t-aprofile (Arch Matches): Add entries for armv8.2-a
718         and armv8.2-a+fp16.
719         * doc/invoke.texi (ARM Options): Add "-march=armv8.1-a",
720         "-march=armv8.2-a" and "-march=armv8.2-a+fp16".
722 2016-09-23  Martin Liska  <mliska@suse.cz>
724         * doc/extend.texi: Remove fused-madd from i386 target
725         options.
727 2016-09-23  Martin Liska  <mliska@suse.cz>
729         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
730         Handle movbe.
732 2016-09-23  Martin Liska  <mliska@suse.cz>
734         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
735         Handle crc32.
737 2016-09-23  Martin Liska  <mliska@suse.cz>
739         PR target/71652
740         * config/i386/i386.c (ix86_option_override_internal): Change
741         signature and return false when there's an error related to
742         arch string.
743         (release_options_strings): New function.
744         (ix86_valid_target_attribute_tree): Call the function.
746 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
748         * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)
749         instead of vec_safe_length (CONSTRUCTOR_ELTS (...)).
750         (gen_hsa_ctor_assignment): Likewise.
751         * print-tree.c (print_node): Likewise.
752         * tree-dump.c (dequeue_and_dump): Likewise.
753         * tree-sra.c (sra_modify_constructor_assign): Likewise.
754         * expr.c (store_constructor): Likewise.
755         * fold-const.c (operand_equal_p): Likewise.
756         * tree-pretty-print.c (dump_generic_node): Likewise.
757         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Likewise.
758         * ipa-icf-gimple.c (func_checker::compare_operand): Likewise.
760 2016-09-23  Richard Biener  <rguenther@suse.de>
762         * hooks.h (hook_uint_uintp_false): Declare.
764 2016-09-22  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
766         * config/avr/avr.c (avr_rtx_costs_1): Handle DImode MULT.
767         (avr_address_cost): Replace 61 with MAX_LD_OFFSET(mode).
769 2016-09-22  Martin Sebor  <msebor@redhat.com>
771         PR target/77676
772         * gimple-ssa-sprintf.c (target_int_min, target_int_max): Use
773         HOST_BITS_PER_WIDE_INT, make a static local variable auto.
774         (target_int_min): Correct computation.
775         (format_integer): Use long long as the argument for the ll length
776         modifier.
777         (format_floating): Use target_int_max().
778         (get_string_length): Same.
779         (format_string): Avoid setting the bounded flag for strings
780         of unknown length.
781         (try_substitute_return_value): Avoid setting range info when
782         the result isn't bounded.
783         * varasm.c (assemble_name): Increase buffer size.
785 2016-09-22  Andre Vieira  <andre.simoesdiasvieira@arm.com>
786             Terry Guo  <terry.guo@arm.com>
788         * target.def (elf_flags_numeric): New target hook.
789         * targhooks.h (default_asm_elf_flags_numeric): New.
790         * varasm.c (default_asm_elf_flags_numeric): New.
791         (default_elf_asm_named_section): Use new target hook.
792         * config/arm/arm.opt (mpure-code): New.
793         * config/arm/arm.h (SECTION_ARM_PURECODE): New.
794         * config/arm/arm.c (arm_asm_init_sections): Add section
795         attribute to default text section if -mpure-code.
796         (arm_option_check_internal): Diagnose use of option with
797         non supported targets and/or options.
798         (arm_asm_elf_flags_numeric): New.
799         (arm_function_section): New.
800         (arm_elf_section_type_flags): New.
801         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Disable
802         for -mpure-code.
803         * gcc/doc/texi (TARGET_ASM_ELF_FLAGS_NUMERIC): New.
804         * gcc/doc/texi.in (TARGET_ASM_ELF_FLAGS_NUMERIC): Likewise.
806 2016-09-22  Jan Hubicka  <hubicka@ucw.cz>
808         * regcprop.c (copyprop_hardreg_forward_1): Remove noop moves.
810 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
812         * emit-rtl.c (next_cc0_user): Make argument type rtx_insn *.
813         * rtl.h: Adjust prototype.
815 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
817         * emit-rtl.c (next_active_insn): Change argument type to
818         rtx_insn *.
819         (prev_active_insn): Likewise.
820         (active_insn_p): Likewise.
821         * rtl.h: Adjust prototypes.
822         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
823         * config/arc/arc.md: Likewise.
824         * config/pa/pa.c (branch_to_delay_slot_p): Likewise.
825         (branch_needs_nop_p): Likewise.
826         (use_skip_p): Likewise.
827         * config/sh/sh.c (gen_block_redirect): Likewise.
828         (split_branches): Likewise.
829         * reorg.c (optimize_skip): Likewise.
830         (fill_simple_delay_slots): Likewise.
831         (fill_slots_from_thread): Likewise.
832         (relax_delay_slots): Likewise.
833         * resource.c (mark_target_live_regs): Likewise.
835 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
837         * config/cris/cris.c (cris_asm_output_case_end): Change argument
838         type to rtx_insn *.
839         * emit-rtl.c (next_nonnote_nondebug_insn): Likewise.
840         (prev_nonnote_nondebug_insn): Likewise.
841         * config/cris/cris-protos.h: Adjust prototype.
842         * rtl.h: Likewise.
843         * jump.c (rtx_renumbered_equal_p): Adjust.
845 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
847         * emit-rtl.c (prev_real_insn): Change argument type to rtx_insn *.
848         * rtl.h: Adjust prototype.
849         * config/sh/sh.md: Adjust.
850         * dwarf2out.c (add_var_loc_to_decl): Likewise.
852 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
854         * emit-rtl.c (next_nondebug_insn): Change argument type to
855         rtx_insn *.
856         (prev_nondebug_insn): Likewise.
857         * loop-doloop.c (doloop_condition_get): Likewise.
858         * rtl.h: Adjust prototype.
859         * cfgloop.h: Likewise.
861 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
863         * emit-rtl.c (next_nonnote_insn): Change argument type to
864         rtx_insn *.
865         (prev_nonnote_insn): Likewise.
866         * jump.c (reversed_comparison_code_parts): Likewise.
867         (reversed_comparison): Likewise.
868         * rtl.h: Adjust prototypes.
869         * config/arc/arc.md: Adjust.
870         * cse.c (find_comparison_args): Likewise.
871         * reorg.c (redundant_insn): Change return type to rtx_insn *.
872         (fix_reg_dead_note): Change argument type to rtx_insn *.
873         (delete_prior_computation): Likewise.
874         (delete_computation): Likewise.
875         (fill_slots_from_thread): Adjust.
876         (relax_delay_slots): Likewise.
877         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
878         (simplify_relational_operation_1): Likewise.
879         (simplify_ternary_operation): Likewise.
881 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
883         * config/arc/arc-protos.h (arc_label_align): Change type of
884         variables from rtx to rtx_insn *.
885         * config/arc/arc.c (arc_label_align): Likewise.
886         * config/arm/arm.c (any_sibcall_could_use_r3): Likewise.
887         * config/bfin/bfin.c (workaround_speculation): Likewise.
888         * config/c6x/c6x.c (find_next_cycle_insn): Likewise.
889         (find_last_same_clock): Likewise.
890         (reorg_split_calls): Likewise.
891         * config/cris/cris-protos.h (cris_cc0_user_requires_cmp): Likewise.
892         * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise.
893         * config/h8300/h8300-protos.h (same_cmp_preceding_p): Likewise.
894         (same_cmp_following_p): Likewise.
895         * config/h8300/h8300.c (same_cmp_preceding_p): Likewise.
896         (same_cmp_following_p): Likwise.
897         * config/m32r/m32r.c (m32r_expand_epilogue): Likewise.
898         * config/nds32/nds32-protos.h (nds32_target_alignment): Likewise.
899         * config/nds32/nds32.c (nds32_target_alignment): Likewise.
900         * config/rl78/rl78.c (rl78_alloc_physical_registers_op2):
901         * Likewise.
902         (rl78_alloc_physical_registers_cmp): Likewise.
903         (rl78_alloc_physical_registers_umul): Likewise.
904         (rl78_calculate_death_notes): Likewise.
905         * config/s390/s390-protos.h (s390_label_align): Likewise.
906         * config/s390/s390.c (s390_label_align): Likewise.
907         * config/sh/sh.c (barrier_align): Likewise.
908         * config/sparc/sparc-protos.h (emit_cbcond_nop): Likewise.
909         * config/sparc/sparc.c (sparc_asm_function_epilogue): Likewise.
910         (emit_cbcond_nop): Likewise.
912 2016-09-22  Martin Liska  <mliska@suse.cz>
914         PR ipa/77653
915         * ipa-icf.c (sem_variable::merge): Yield merge operation if
916         alias address matters, not necessarily address of original.
918 2016-09-22  Richard Biener  <rguenther@suse.de>
920         PR middle-end/77697
921         * gimple-fold.c (fold_array_ctor_reference): Turn asserts into
922         fold fails.
924 2016-09-22  Richard Biener  <rguenther@suse.de>
926         PR middle-end/77677
927         * gimple-match-head.c (gimple_resimplify1): Drop TREE_OVERFLOW
928         from constant folding results.
929         (gimple_resimplify2): Likewise.
930         (gimple_resimplify3): Likewise.
932 2016-09-22  Richard Biener  <rguenther@suse.de>
934         PR middle-end/77678
935         * expr.c (expand_expr_real_1): Guard array access against negative
936         offset.
938 2016-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
940         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN instead
941         of MPFR_RNDN.
942         (format_floating): Likewise.
944 2016-09-22  Jakub Jelinek  <jakub@redhat.com>
946         PR fortran/77665
947         * tree-inline.c (remap_gimple_stmt): Set has_simduid_loops
948         for all IFN_GOMP_SIMD_* internal fns, not just for
949         IFN_GOMP_SIMD_ORDERED_*.
951 2016-09-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
953         PR target/77670
954         * config/rs6000/predicates.md (invert_fpmask_comparison_operator):
955         New predicate that matches the ISA 3.0 XSCMP{EQ,GT,GE}DP
956         instructions when you want to invert the test.
957         * config/rs6000/rs6000.md (fpmask<mode>): Use the arguments in the
958         correct order for XXSEL.
959         (mov<SFDF:mode><SFDF2:mode>cc_invert_p9): Define the inverted test
960         for using XSCMP{EQ,GT,GE}DP.
962 2016-09-21  David Malcolm  <dmalcolm@redhat.com>
964         * genconstants.c (main): Introduce noop_reader and convert call
965         to read_md_files to a method call.
966         * genenums.c (main): Likewise.
967         * genmddeps.c (main): Likewise.
968         * genpreds.c (write_tm_constrs_h): Replace use of "in_fname" with
969         rtx_reader_ptr->get_top_level_filename ().
970         (write_tm_preds_h): Likewise.
971         (write_insn_preds_c): Likewise.
972         * gensupport.c (class gen_reader): New subclass of rtx_reader.
973         (rtx_handle_directive): Convert to...
974         (gen_reader::handle_unknown_directive): ...this.
975         (init_rtx_reader_args_cb): Convert return type from bool to
976         rtx_reader *.  Create a gen_reader instance, using it for the
977         call to read_md_files.  Return it if no errors occur.
978         (init_rtx_reader_args): Convert return type from bool to
979         rtx_reader *.
980         * gensupport.h (init_rtx_reader_args_cb): Likewise.
981         (init_rtx_reader_args_cb): Likewise.
982         * read-md.c (struct file_name_list): Move to class rtx_reader.
983         (read_md_file): Delete in favor of rtx_reader::m_read_md_file.
984         (read_md_filename): Delete in favor of
985         rtx_reader::m_read_md_filename.
986         (read_md_lineno): Delete in favor of rtx_reader::m_read_md_lineno.
987         (in_fname): Delete in favor of rtx_reader::m_toplevel_fname.
988         (base_dir): Delete in favor of rtx_reader::m_base_dir.
989         (first_dir_md_include): Delete in favor of
990         rtx_reader::m_first_dir_md_include.
991         (last_dir_md_include_ptr): Delete in favor of
992         rtx_reader::m_last_dir_md_include_ptr.
993         (max_include_len): Delete.
994         (rtx_reader_ptr): New.
995         (fatal_with_file_and_line): Use get_filename and get_lineno
996         accessors of rtx_reader_ptr.
997         (require_char_ws): Likewise.
998         (rtx_reader::read_char): New method, based on ::read_char.
999         (rtx_reader::unread_char): New method, based on ::unread_char.
1000         (read_escape): Use get_filename and get_lineno accessors of
1001         rtx_reader_ptr.
1002         (read_braced_string): Use get_lineno accessor of rtx_reader_ptr.
1003         (read_string): Use get_filename and get_lineno accessors of
1004         rtx_reader_ptr.
1005         (rtx_reader::rtx_reader): New ctor.
1006         (rtx_reader::~rtx_reader): New dtor.
1007         (handle_include): Convert from a function to...
1008         (rtx_reader::handle_include): ...this method, converting
1009         handle_directive from a callback to a virtual function.
1010         (handle_file): Likewise, converting to...
1011         (rtx_reader::handle_file): ...this method.
1012         (handle_toplevel_file): Likewise, converting to...
1013         (rtx_reader::handle_toplevel_file): ...this method.
1014         (rtx_reader::get_current_location): New method.
1015         (parse_include): Convert from a function to...
1016         (rtx_reader::add_include_path): ...this method, dropping redundant
1017         update to unused max_include_len.
1018         (read_md_files): Convert from a function to...
1019         (rtx_reader::read_md_files): ...this method, converting
1020         handle_directive from a callback to a virtual function.
1021         (noop_reader::handle_unknown_directive): New method.
1022         * read-md.h (directive_handler_t): Delete this typedef.
1023         (in_fname): Delete.
1024         (read_md_file): Delete.
1025         (read_md_lineno): Delete.
1026         (read_md_filename): Delete.
1027         (class rtx_reader): New class.
1028         (rtx_reader_ptr): New decl.
1029         (class noop_reader): New subclass of rtx_reader.
1030         (read_char): Reimplement in terms of rtx_reader::read_char.
1031         (unread_char): Reimplement in terms of rtx_reader::unread_char.
1032         (read_md_files): Delete.
1033         * read-rtl.c (read_rtx_code): Update for deletion of globals
1034         read_md_filename and read_md_lineno.
1036 2016-09-21  Jason Merrill  <jason@redhat.com>
1038         * input.h (from_macro_definition_at): New.
1040 2016-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
1042         * doc/rtl.texi (JUMP_LABEL): Document RETURN and SIMPLE_RETURN values.
1044 2016-09-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1046         PR tree-optimization/77550
1047         * tree-vect-stmts.c (create_array_ref): Change parameters.
1048         (get_group_alias_ptr_type): New function.
1049         (vectorizable_store, vectorizable_load): Use get_group_alias_ptr_type.
1051 2016-09-21  Marek Polacek  <polacek@redhat.com>
1053         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
1054         Add falls through comment.
1056 2016-09-21  Richard Biener  <rguenther@suse.de>
1058         * dwarf2out.c (remove_child_with_prev): Clear child->die_sib.
1059         (replace_child): Likewise.
1060         (remove_child_TAG): Adjust.
1061         (move_marked_base_types): Likewise.
1062         (prune_unused_types_prune): Clear die_sib of removed children.
1064 2016-09-21  Georg-Johann Lay  <avr@gjlay.de>
1066         PR target/77326
1067         * config/avr/avr.c (avr_notice_update_cc) [CC_NONE]: If insn
1068         touches some regs mentioned in cc_status, do CC_STATUS_INIT.
1070 2016-09-21  Richard Biener  <rguenther@suse.de>
1072         PR tree-optimization/77648
1073         * tree-ssa-structalias.c (process_constraint): Handle all DEREF
1074         with complex RHS.
1075         (make_transitive_closure_constraints): Adjust comment.
1076         (make_any_offset_constraints): New function.
1077         (handle_rhs_call): Make sure to first expand a pointer to all
1078         subfields before transitively closing it.
1079         (handle_const_call): Likewise.  Properly expand returned
1080         pointers as well.
1081         (handle_pure_call): Likewise.
1083 2016-09-21  Richard Biener  <rguenther@suse.de>
1084         Jakub Jelinek  <jakub@redhat.com>
1086         PR tree-optimization/77621
1087         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
1088         group at non-vectorizable stmts.
1090 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
1092         PR tree-optimization/72835
1093         * tree-ssa-reassoc.c (make_new_ssa_for_def): New.
1094         (make_new_ssa_for_all_defs): Likewise.
1095         (zero_one_operation): Replace all SSA_NAMEs defined in the chain.
1097 2016-09-20  Martin Sebor  <msebor@redhat.com>
1099         PR middle-end/49905
1100         * Makefile.in (OBJS): Add gimple-ssa-sprintf.o.
1101         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Redefine.
1102         * config/linux.c (gnu_libc_printf_pointer_format): New function.
1103         * config/sol2.h (TARGET_PRINTF_POINTER_FORMAT): Same.
1104         * config/sol2.c (solaris_printf_pointer_format): New function.
1105         * doc/invoke.texi (-Wformat-length, -fprintf-return-value): New
1106         options.
1107         * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Document.
1108         * doc/tm.texi: Regenerate.
1109         * gimple-fold.h (get_range_strlen): New function.
1110         (get_maxval_strlen): Declare existing function.
1111         * gimple-fold.c (get_range_strlen): Add arguments and compute both
1112         maximum and minimum.
1113          (get_range_strlen): Define overload.
1114         (get_maxval_strlen): Adjust.
1115         * gimple-ssa-sprintf.c: New file and pass.
1116         * passes.def (pass_sprintf_length): Add new pass.
1117         * targhooks.h (default_printf_pointer_format): Declare new function.
1118         (gnu_libc_printf_pointer_format): Same.
1119         (solaris_libc_printf_pointer_format): Same.
1120         * targhooks.c (default_printf_pointer_format): Define new function.
1121         * tree-pass.h (make_pass_sprintf_length): Declare new function.
1122         * print-tree.c: Increase buffer size.
1124 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
1126          * tree-vrp.c (get_value_range): Teach PARM_DECL to use ipa-vrp
1127          results.
1129 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
1131         * common.opt: New option -fipa-vrp.
1132         * ipa-cp.c (ipa_get_vr_lat): New.
1133         (ipcp_vr_lattice::print): Likewise.
1134         (print_all_lattices): Call ipcp_vr_lattice::print.
1135         (ipcp_vr_lattice::meet_with): New.
1136         (ipcp_vr_lattice::meet_with_1): Likewise.
1137         (ipcp_vr_lattice::top_p): Likewise.
1138         (ipcp_vr_lattice::bottom_p): Likewsie.
1139         (ipcp_vr_lattice::set_to_bottom): Likewise.
1140         (set_all_contains_variable): Call VR set_to_bottom.
1141         (initialize_node_lattices): Init VR lattices.
1142         (propagate_vr_accross_jump_function): New.
1143         (propagate_constants_accross_call): Call
1144         propagate_vr_accross_jump_function.
1145         (ipcp_store_vr_results): New.
1146         (ipcp_driver): Handle VR.
1147         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Handle VR.
1148         (ipa_set_jf_unknown): Likewise.
1149         (ipa_compute_jump_functions_for_edge): Likewise.
1150         (ipa_node_params_t::duplicate): Likewise.
1151         (ipa_write_jump_function): Likewise.
1152         (ipa_read_jump_function): Likewise.
1153         (write_ipcp_transformation_info): Likewise.
1154         (read_ipcp_transformation_info): Likewise.
1155         (ipcp_update_vr): New.
1156         (ipcp_transform_function): Handle VR.
1157         * ipa-prop.h (struct ipa_vr): New.
1158         * cgraph.c: Include tree-vrp.h.
1159         * cgraphunit.c: Likewise.
1160         * ipa-utils.c: Likewise.
1161         * ipa.c: Likewise.
1162         * opts.c: Likewise.
1163         * toplev.c: Likewise.
1164         * ipa-devirt.c: Likewise.
1165         * ipa-inline-transform.c: Likewise.
1166         * ipa-inline.c: Likewise.
1167         * ipa-profile.c: Likewise.
1169 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
1171         * doc/invoke.texi: Document -fdump-tree-evrp.
1172         * passes.def: Define new pass_early_vrp.
1173         * timevar.def: Define new TV_TREE_EARLY_VRP.
1174         * tree-pass.h (make_pass_early_vrp): New.
1175         * tree-ssa-propagate.c: Make replace_uses_in non static.
1176         * tree-ssa-propagate.h: Export replace_uses_in.
1177         * tree-vrp.c (extract_range_for_var_from_comparison_expr): New.
1178         (extract_range_from_assert): Factor out
1179         extract_range_for_var_from_comparison_expr.
1180         (vrp_initialize_lattice): New.
1181         (vrp_initialize): Factor out vrp_initialize_lattice.
1182         (vrp_valueize): Fix it to reject complex value ranges.
1183         (vrp_free_lattice): New.
1184         (evrp_dom_walker::before_dom_children): Likewise.
1185         (evrp_dom_walker::after_dom_children): Likewise.
1186         (evrp_dom_walker::push_value_range): Likewise.
1187         (evrp_dom_walker::pop_value_range): Likewise.
1188         (execute_early_vrp): Likewise.
1189         (execute_vrp): Call vrp_initialize_lattice and
1190         vrp_free_lattice.
1191         (make_pass_early_vrp): New.
1193 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
1195         * config/i386/i386.md (mult->ashift peephole2s): Use pow2p_hwi
1196         instead of exact_log2.
1198 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
1200         PR target/77621
1201         * config/i386/i386.c (ix86_preferred_simd_mode) <case DFmode>:
1202         Don't return word_mode for !TARGET_VECTORIZE_DOUBLE.
1203         (ix86_add_stmt_cost): Penalize DFmode vector operations
1204         for !TARGET_VECTORIZE_DOUBLE.
1206 2016-09-20  Gerald Pfeifer  <gerald@pfeifer.com>
1208         * doc/invoke.texi (Warning Options): Simplify language.
1209         (Optimize Options): Complete sentence.
1211 2016-09-20  David Edelsohn  <dje.gcc@gmail.com>
1213         * dbxout.c (xcoff_debug_hooks):  Add filename parameter to
1214         early_finish hook.
1216 2016-09-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
1218         PR target/71395
1219         * config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
1220         inits on power8 and above, use the VMRGEW instruction instead of a
1221         permute.
1223         * config/rs6000/altivec.md (UNSPEC_VMRGEW_DIRECT): New unspec.
1224         (p8_vmrgew_v4sf_direct): New VMRGEW insn for V4SF floating
1225         initialization.
1227 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
1229         * config/aarch64/arm_neon.h
1230         (vst2_s64, vst2_u64, vst2_f64, vst2_s8): Add missing attributes.
1231         (vst3_s64, vst3_u64, vst3_f64, vst3_s8): Likewise.
1232         (vst4_s64, vst4_u64, vst4_f64, vst4_s8): Likewise.
1234 2016-09-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1236         * config/var/vax.h (ELIMINABLE_REGS): Define.
1237         (INITIAL_ELIMINATION_OFFSET): Define.
1239 2016-09-20  Jakub Jelinek  <jakub@redhat.com>
1241         PR middle-end/77624
1242         * builtins.c (fold_builtin_atomic_always_lock_free): Only look through
1243         cast to void * if the cast is from some other pointer type.
1245 2016-09-20  Richard Biener  <rguenther@suse.de>
1247         PR tree-optimization/77646
1248         * tree-ssa-sccvn.c (visit_reference_op_call): Always value-number
1249         a VDEF.
1251 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
1253         * config/aarch64/arm_neon.h: Add gnu_inline and artificial
1254         attributes to all inlined functions and make them extern.
1256 2016-09-20  Richard Biener  <rguenther@suse.de>
1258         * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
1259         hook.
1260         * debug.c (do_nothing_debug_hooks): Adjust.
1261         * dbxout.c (dbx_debug_hooks): Likewise.
1262         * sdbout.c (sdb_debug_hooks): Likewise.
1263         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
1264         (dwarf2out_finish): Move producer, filename and
1265         path annotation ...
1266         (dwarf2out_early_finish): ... here.  Remove in_lto_p special-casing.
1267         * cgraphunit.c (symbol_table::finalize_compilation_unit): Adjust.
1269 2016-09-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1271         PR c++/77434
1272         * doc/invoke.texi: Document -Wint-in-bool-context.
1274         PR middle-end/77421
1275         * dwarf2out.c (output_loc_operands): Fix an assertion.
1277 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
1279         * ginclude/float.h [__STDC_WANT_IEC_60559_BFP_EXT__]
1280         (CR_DECIMAL_DIG): New macro.
1282 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
1284         * ginclude/stddef.h (max_align_t) [__i386__]: Add __float128
1285         element.
1287 2016-09-19  Vladimir Makarov  <vmakarov@redhat.com>
1289         PR rtl-optimization/77416
1290         * lra-remat.c (operand_to_remat): Process hard coded insn
1291         registers.
1293 2016-09-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1295         * simplify-rtx.c (simplify_relational_operation_1): Add transformation
1296         (GTU (PLUS a C) (C - 1)) --> (LTU a -C).
1298 2016-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
1300         * target.def (lra_p): Wordsmithing.
1301         * doc/tm.texi: Regenerate.
1303 2016-09-19  Jakub Jelinek  <jakub@redhat.com>
1304             Jan Hubicka  <jh@suse.cz>
1306         PR target/77587
1307         * cgraph.c (cgraph_node::rtl_info): Pass &avail to
1308         ultimate_alias_target call, return NULL if avail < AVAIL_AVAILABLE.
1309         Call ultimate_alias_target just once, not up to 4 times.
1311 2016-09-19  Richard Biener  <rguenther@suse.de>
1313         * dwarf2out.c (early_dwarf_finished): New global.
1314         (set_early_dwarf::set_early_dwarf): Assert early_dwarf_finished
1315         is false.
1316         (dwarf2out_early_finish): Set early_dwarf_finished at the end,
1317         if called from LTO exit early.
1318         (dwarf2out_late_global_decl): When being during the early
1319         debug phase do not add locations but only const value attributes.
1320         Adjust the way we generate early DIEs for LTO.
1322 2016-09-19  Richard Biener  <rguenther@suse.de>
1324         PR middle-end/77605
1325         * tree-data-ref.c (analyze_subscript_affine_affine): Use the
1326         proper niter to bound the loops.
1328 2016-09-19  Richard Biener  <rguenther@suse.de>
1330         PR tree-optimization/77514
1331         * tree-ssa-pre.c (create_expression_by_pieces): Optimize
1332         search for folded stmt.
1334 2016-09-17  Jan Hubicka  <hubicka@ucw.cz>
1336         * passes.def (pass_early_thread_jumps): Schedule after forwprop.
1337         * tree-pass.h (make_pass_early_thread_jumps): Declare.
1338         * tree-ssa-threadbackward.c (fsm_find_thread_path,
1339         fsm_find_thread_path, profitable_jump_thread_path,
1340         fsm_find_control_statement_thread_paths,
1341         find_jump_threads_backwards): Add speed_p parameter.
1342         (pass_data_early_thread_jumps): New pass.
1343         (make_pass_early_thread_jumps): New function.
1345 2016-09-17  Andreas Schwab  <schwab@suse.de>
1347         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Add cast.
1348         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
1350 2016-09-16  Eric Botcazou  <ebotcazou@adacore.com>
1352         * recog.c (rest_of_handle_split_after_reload): Delete.
1353         (pass_split_after_reload::gate): New method.
1354         (pass_split_after_reload::execute): Call split_all_insns directly.
1356 2016-09-16  Jonathan Wakely  <jwakely@redhat.com>
1358         * doc/extend.texi (Integer Overflow Builtins): Fix type of out
1359         parameters for functions taking long long arguments.
1361 2016-09-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1363         PR target/77613
1364         * config/rs6000/rs6000.c (rtx_is_swappable_p): Add support for
1365         splat with truncate.
1367 2016-09-16  Jason Merrill  <jason@redhat.com>
1369         * hwint.h (least_bit_hwi, pow2_or_zerop, pow2p_hwi, ctz_or_zero):
1370         New.
1371         * hwint.c (exact_log2): Use pow2p_hwi.
1372         (ctz_hwi, ffs_hwi): Use least_bit_hwi.
1373         * alias.c (memrefs_conflict_p): Use pow2_or_zerop.
1374         * builtins.c (get_object_alignment_2, get_object_alignment)
1375         (get_pointer_alignment, fold_builtin_atomic_always_lock_free): Use
1376         least_bit_hwi.
1377         * calls.c (compute_argument_addresses, store_one_arg): Use
1378         least_bit_hwi.
1379         * cfgexpand.c (expand_one_stack_var_at): Use least_bit_hwi.
1380         * combine.c (force_to_mode): Use least_bit_hwi.
1381         (contains_muldiv, find_split_point, combine_simplify_rtx)
1382         (simplify_if_then_else, simplify_set, force_to_mode)
1383         (if_then_else_cond, simplify_and_const_int_1)
1384         (simplify_compare_const): Use pow2p_hwi.
1385         * cse.c (fold_rtx): Use pow2p_hwi.
1386         * emit-rtl.c (set_mem_attributes_minus_bitpos, adjust_address_1):
1387         Use least_bit_hwi.
1388         * expmed.c (synth_mult, expand_divmod): Use ctz_or_zero, ctz_hwi.
1389         (init_expmed_one_conv): Use pow2p_hwi.
1390         * expr.c (is_aligning_offset): Use pow2p_hwi.
1391         * fold-const.c (round_up_loc, round_down_loc): Use pow2_or_zerop.
1392         (fold_binary_loc): Use pow2p_hwi.
1393         * function.c (assign_parm_find_stack_rtl): Use least_bit_hwi.
1394         * gimple-fold.c (gimple_fold_builtin_memory_op): Use pow2p_hwi.
1395         * gimple-ssa-strength-reduction.c (replace_ref): Use least_bit_hwi.
1396         * hsa-gen.c (gen_hsa_addr_with_align, hsa_bitmemref_alignment):
1397         Use least_bit_hwi.
1398         * ifcvt.c (noce_try_store_flag_constants): Use pow2p_hwi.
1399         * ipa-cp.c (ipcp_alignment_lattice::meet_with_1): Use least_bit_hwi.
1400         * ipa-prop.c (ipa_modify_call_arguments): Use least_bit_hwi.
1401         * omp-low.c (oacc_loop_fixed_partitions)
1402         (oacc_loop_auto_partitions): Use least_bit_hwi.
1403         * rtlanal.c (nonzero_bits1): Use ctz_or_zero.
1404         * stor-layout.c (place_field): Use least_bit_hwi.
1405         * tree-pretty-print.c (dump_generic_node): Use pow2p_hwi.
1406         * tree-sra.c (build_ref_for_offset): Use least_bit_hwi.
1407         * tree-ssa-ccp.c (ccp_finalize): Use least_bit_hwi.
1408         * tree-ssa-math-opts.c (bswap_replace): Use least_bit_hwi.
1409         * tree-ssa-strlen.c (handle_builtin_memcmp): Use pow2p_hwi.
1410         * tree-vect-data-refs.c (vect_analyze_group_access_1)
1411         (vect_grouped_store_supported, vect_grouped_load_supported)
1412         (vect_permute_load_chain, vect_shift_permute_load_chain)
1413         (vect_transform_grouped_load): Use pow2p_hwi.
1414         * tree-vect-generic.c (expand_vector_divmod): Use ctz_or_zero.
1415         * tree-vect-patterns.c (vect_recog_divmod_pattern): Use ctz_or_zero.
1416         * tree-vect-stmts.c (vectorizable_mask_load_store): Use
1417         least_bit_hwi.
1418         * tsan.c (instrument_expr): Use least_bit_hwi.
1419         * var-tracking.c (negative_power_of_two_p): Use pow2_or_zerop.
1421 2016-09-16  Andreas Schwab  <schwab@suse.de>
1423         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use parameter
1424         OFFSET, not offset.
1425         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
1427 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
1429         PR target/77526
1430         * combine.c (rest_of_handle_combine): If any edges have been purged,
1431         free dominators if available.
1433 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
1434             Eric Botcazou  <ebotcazou@adacore.com>
1436         PR middle-end/77594
1437         * internal-fn.c (expand_arith_overflow) <case MINUS_EXPR>: Don't fall
1438         through into expand_addsub_overflow after expand_neg_overflow.
1440 2016-09-15  David Malcolm  <dmalcolm@redhat.com>
1442         * diagnostic-show-locus.c
1443         (selftest::test_fixit_insert_containing_newline): New function.
1444         (selftest::test_fixit_replace_containing_newline): New function.
1445         (selftest::diagnostic_show_locus_c_tests): Call the above.
1447 2016-09-15  Bin Cheng  <bin.cheng@arm.com>
1449         PR tree-optimization/77503
1450         * tree-vect-loop.c (vectorizable_reduction): Record reduction
1451         code for CONST_COND_REDUCTION at analysis stage and use it at
1452         transform stage.
1453         * tree-vectorizer.h (struct _stmt_vec_info): New field.
1454         (STMT_VINFO_VEC_CONST_COND_REDUC_CODE): New macro.
1455         * tree-vect-stmts.c (new_stmt_vec_info): Initialize above new
1456         field.
1458 2016-09-15  Richard Biener  <rguenther@suse.de>
1460         PR middle-end/77544
1461         * fold-const.c (split_tree): Do not split constant ~X.
1463 2016-09-15  Jakub Jelinek  <jakub@redhat.com>
1465         PR rtl-optimization/77425
1466         * sched-int.h (sd_iterator_cond): Don't update it_ptr->linkp if list
1467         is NULL.
1469         PR middle-end/77475
1470         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Simplify,
1471         use %qs instead of %s where desirable, use argument instead of arg in
1472         the diagnostic wording, add list of supported strategies and
1473         spellcheck hint.
1474         (ix86_option_override_internal): Emit target("m...") instead of
1475         option("m...") in the diagnostic.  Use %qs instead of %s in invalid
1476         -march/-mtune option diagnostic.  Add list of supported arches/tunings
1477         and spellcheck hint.  Remove prefix, suffix and sw variables, use
1478         main_args_p ? "..." : "..." in diagnostics to make translation
1479         possible.
1481 2016-09-15  Richard Biener  <rguenther@suse.de>
1483         * dwarf2asm.h (dw2_asm_output_offset): Add overload with
1484         extra offset argument.
1485         * dwarf2asm.c (dw2_asm_output_offset): Implement that.
1486         * doc/tm.texi.in (ASM_OUTPUT_DWARF_OFFSET): Adjust documentation
1487         to reflect new offset parameter.
1488         * doc/tm.texi: Regenerate.
1489         * config/darwin.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
1490         * config/darwin-protos.h (darwin_asm_output_dwarf_delta): Add
1491         offset argument.
1492         (darwin_asm_output_dwarf_offset): Likewise.
1493         * config/darwin.c (darwin_asm_output_dwarf_delta): Add offset
1494         argument.
1495         (darwin_asm_output_dwarf_offset): Pass offset argument through.
1496         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
1497         * config/i386/cygmin.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
1499 2016-09-15  Chung-Lin Tang  <cltang@codesourcery.com>
1501         PR fortran/72743
1502         * ipa-icf.c (set_alias_uids): New function.
1503         (sem_variable::merge): Use set_alias_uids to set DECL_PT_UID of
1504         all the merged variable's referring aliases.
1506 2016-09-15  Richard Biener  <rguenther@suse.de>
1508         PR tree-optimization/77514
1509         * tree-ssa-pre.c (create_expression_by_pieces): Handle garbage
1510         only forced_stmts sequence.
1512 2016-09-15  Kugan Vivekanandarajah  <kuganv@linaro.org>
1514         * tree-ssanames.h (FOR_EACH_SSA_NAME): New.
1515         * cfgexpand.c (update_alias_info_with_stack_vars): Use
1516         FOR_EACH_SSA_NAME to iterate over SSA variables.
1517         (pass_expand::execute): Likewise.
1518         * omp-simd-clone.c (ipa_simd_modify_function_body): Likewise.
1519         * tree-cfg.c (dump_function_to_file): Likewise.
1520         * tree-into-ssa.c (pass_build_ssa::execute): Likewise.
1521         (update_ssa): Likewise.
1522         * tree-ssa-alias.c (dump_alias_info): Likewise.
1523         * tree-ssa-ccp.c (ccp_finalize): Likewise.
1524         * tree-ssa-coalesce.c (build_ssa_conflict_graph): Likewise.
1525         (create_outofssa_var_map): Likewise.
1526         (coalesce_ssa_name): Likewise.
1527         * tree-ssa-operands.c (dump_immediate_uses): Likewise.
1528         * tree-ssa-pre.c (compute_avail): Likewise.
1529         * tree-ssa-sccvn.c (init_scc_vn): Likewise.
1530         (scc_vn_restore_ssa_info): Likewise.
1531         (free_scc_vn): Likwise.
1532         (run_scc_vn): Likewise.
1533         * tree-ssa-structalias.c (compute_points_to_sets): Likewise.
1534         * tree-ssa-ter.c (new_temp_expr_table): Likewise.
1535         * tree-ssa-copy.c (fini_copy_prop): Likewise.
1536         * tree-ssa.c (verify_ssa): Likewise.
1538 2016-09-14  Matthew Fortune  <matthew.fortune@imgtec.com>
1540         * config.gcc (mips*-mti-elf*, mips*-mti-linux*): Set mips32r2
1541         and mips64r2 as default 32-bit and 64-bit architectures.
1542         (mips*-img-elf*, mips*-img-linux*): Set mips32r6 and mips64r6
1543         as default 32-bit and 64-bit architectures.
1545 2016-09-14  Pat Haugen  <pthaugen@us.ibm.com>
1547         * loop-unroll.c (unroll_loop_runtime_iterations): Set probability
1548         of succ edge.
1550 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
1552         * target.def (lra_p): Change commentary (for the manual) for the
1553         new default.
1554         * doc/tm.texi: Regenerate.
1556 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
1558         * config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
1559         * config/arm/arm.c (TARGET_LRA_P): Delete macro.
1560         * config/i386/i386.c (TARGET_LRA_P): Delete macro.
1561         * config/nds32/nds32.c (TARGET_LRA_P): Delete macro.
1563 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
1565         * targhooks.c (default_lra_p): Return true instead of false.
1567 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
1569         * config/alpha/alpha.c (TARGET_LRA_P): New macro, defined to
1570         hook_bool_void_false.
1571         * config/avr/avr.c: Ditto.
1572         * config/bfin/bfin.c: Ditto.
1573         * config/c6x/c6x.c: Ditto.
1574         * config/cr16/cr16.c: Ditto.
1575         * config/cris/cris.c: Ditto.
1576         * config/epiphany/epiphany.c: Ditto.
1577         * config/fr30/fr30.c: Ditto.
1578         * config/frv/frv.c: Ditto.
1579         * config/h8300/h8300.c: Ditto.
1580         * config/ia64/ia64.c: Ditto.
1581         * config/iq2000/iq2000.c: Ditto.
1582         * config/lm32/lm32.c: Ditto.
1583         * config/m32c/m32c.c: Ditto.
1584         * config/m32r/m32r.c: Ditto.
1585         * config/m68k/m68k.c: Ditto.
1586         * config/mcore/mcore.c: Ditto.
1587         * config/microblaze/microblaze.c: Ditto.
1588         * config/mmix/mmix.c: Ditto.
1589         * config/mn10300/mn10300.c: Ditto.
1590         * config/moxie/moxie.c: Ditto.
1591         * config/msp430/msp430.c: Ditto.
1592         * config/nios2/nios2.c: Ditto.
1593         * config/nvptx/nvptx.c: Ditto.
1594         * config/pa/pa.c: Ditto.
1595         * config/pdp11/pdp11.c: Ditto.
1596         * config/rl78/rl78.c: Ditto.
1597         * config/sparc/sparc.c: Ditto.
1598         * config/spu/spu.c: Ditto.
1599         * config/stormy16/stormy16.c: Ditto.
1600         * config/tilegx/tilegx.c: Ditto.
1601         * config/tilepro/tilepro.c: Ditto.
1602         * config/v850/v850.c: Ditto.
1603         * config/vax/vax.c: Ditto.
1604         * config/visium/visium.c: Ditto.
1605         * config/xtensa/xtensa.c: Ditto.
1607 2016-09-14  Jakub Jelinek  <jakub@redhat.com>
1609         PR sanitizer/68260
1610         * tsan.c: Include target.h.
1611         (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
1612         (BOOL_CLEAR, BOOL_TEST_AND_SET): Define.
1613         (tsan_atomic_table): Add BUILT_IN_ATOMIC_CLEAR and
1614         BUILT_IN_ATOMIC_TEST_AND_SET entries.
1615         (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
1617 2016-09-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1618             Martin Liska  <mliska@suse.cz>
1620         PR middle-end/77574
1621         * predict.c (force_edge_cold): Add braces to a condition.
1623 2016-09-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1625         PR rtl-optimization/77289
1626         * lra-constraints.c (get_final_hard_regno): Removed.
1627         (get_hard_regno): Add new parameter final_p.
1628         (get_reg_class): Directly call lra_get_elimination_hard_regno.
1629         (operands_match_p): Adjust call to get_hard_regno.
1630         (uses_hard_regs_p): Likewise.
1631         (process_alt_operands): Likewise.
1633 2016-09-13  Joe Seymour  <joe.s@somniumtech.com>
1635         PR target/70713
1636         * config/msp430/msp430.c (msp430_start_function): Emit an error
1637         if a function is both weak and specifies an interrupt number.
1639 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
1641         PR tree-optimization/77454
1642         * tree-ssa-dom.c (optimize_stmt): Set modified flag on stmt after
1643         changing GIMPLE_COND.  Move update_stmt_if_modified call after this.
1644         Formatting fix.
1646 2016-09-13  Tamar Christina  <tamar.christina@arm.com>
1648         * config/aarch64/aarch64-builtins.c
1649         (aarch64_init_simd_builtins): Fix builtin type signature printing.
1651 2016-09-13  Uros Bizjak  <ubizjak@gmail.com>
1653         * config/alpha/alpha.c (alpha_pass_by_reference): Pass un-named
1654         SFmode and SCmode arguments by reference.
1656 2016-09-13  David Malcolm  <dmalcolm@redhat.com>
1658         * diagnostic-show-locus.c (selftest::test_one_liner_fixit_insert):
1659         Rename to...
1660         (selftest::test_one_liner_fixit_insert_before): ...this, and update
1661         for renaming of add_fixit_insert to add_fixit_insert_before.
1662         (selftest::test_one_liner_fixit_insert_after): New function.
1663         (selftest::test_one_liner_fixit_validation_adhoc_locations):
1664         Update for renaming of add_fixit_insert to add_fixit_insert_before.
1665         (selftest::test_one_liner_many_fixits): Likewise.
1666         (selftest::test_diagnostic_show_locus_one_liner): Update for
1667         renaming, call new test function.
1668         (selftest::test_diagnostic_show_locus_fixit_lines): Update for
1669         renaming of add_fixit_insert to add_fixit_insert_before.
1670         (selftest::test_fixit_consolidation): Likewise.
1671         * diagnostic.c (selftest::test_print_parseable_fixits_insert):
1672         Likewise.
1673         * edit-context.c (selftest::test_applying_fixits_insert): Rename to...
1674         (selftest::test_applying_fixits_insert_before): ...this.
1675         (selftest::test_applying_fixits_insert): Update for renaming of
1676         add_fixit_insert to add_fixit_insert_before.
1677         (selftest::test_applying_fixits_insert_after): New function.
1678         (selftest::test_applying_fixits_insert_after_at_line_end): New
1679         function.
1680         (selftest::test_applying_fixits_insert_after_failure): New function.
1681         (selftest::test_applying_fixits_multiple): Update for renaming of
1682         add_fixit_insert to add_fixit_insert_before.
1683         (selftest::change_line): Likewise.
1684         (selftest::test_applying_fixits_unreadable_file): Likewise.
1685         (selftest::test_applying_fixits_line_out_of_range): Likewise.
1686         (selftest::test_applying_fixits_column_validation): Likewise.
1687         (selftest::test_applying_fixits_column_validation): Likewise.
1688         (selftest::edit_context_c_tests): Update for renamed test function;
1689         call new test functions.
1691 2016-09-13  Pat Haugen  <pthaugen@us.ibm.com>
1693         PR tree-optimization/77536
1694         PR rtl-optimization/68212
1695         * config/rs6000/rs6000.md (div->recip splitter): Remove
1696         optimize_insn_for_speed_p condition.
1698 2016-09-13  Maciej W. Rozycki  <macro@imgtec.com>
1700         * optabs.c (prepare_cmp_insn): Update documentation comment.
1702 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
1703             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1705         PR middle-end/77475
1706         * opts.h (candidates_list_and_hint): Declare.
1707         * opts-common.c (candidates_list_and_hint): New function.
1708         (cmdline_handle_error): Use it.
1710 2016-09-12  David Malcolm  <dmalcolm@redhat.com>
1712         * edit-context.c (edited_line::get_len): New accessor.
1713         (edited_file::print_diff): Split out hunk-printing into...
1714         (edited_file::print_diff_hunk): New method.
1715         (edited_file::print_diff_line): New method.
1717 2016-09-12  Andrew Pinski  <apinski@cavium.com>
1719         * config/aarch64/aarch64-tuning-flags.def (SLOW_UNALIGNED_LDPW):
1720         New tuning option.
1721         * config/aarch64/aarch64.c (thunderx_tunings): Enable
1722         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW.
1723         (aarch64_operands_ok_for_ldpstp): Return false if
1724         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW and the mode
1725         was SImode and the alignment is less than 8 byte.
1726         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
1728 2016-09-12  Orlando Arias  <oarias@knights.ucf.edu>
1730         PR target/77570
1731         * config/msp430/msp430.md (delay_cycles_32x): Fix pushm/popm.
1733 2016-09-12  Marek Polacek  <polacek@redhat.com>
1735         * doc/extend.texi: Use lowercase "boolean".
1736         * doc/invoke.texi: Likewise.
1737         * doc/md.texi: Likewise.
1738         * target.def: Likewise.
1739         * doc/tm.texi: Regenerated.
1741 2016-09-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1743         PR middle-end/77426
1744         * expmed.c (synth_mult): Delete duplicate mode check.
1746 2016-09-10  Tom de Vries  <tom@codesourcery.com>
1748         PR C/71602
1749         * builtins.c (std_canonical_va_list_type): Strictly return non-null for
1750         va_list type only.
1751         * config/i386/i386.c (ix86_canonical_va_list_type): Same.
1752         * gimplify.c (gimplify_va_arg_expr): Handle &va_list.
1754 2016-09-09  Peter Bergner  <bergner@vnet.ibm.com>
1756         PR rtl-optimization/77289
1757         * lra-constraints.c (get_final_hard_regno): Add support for non hard
1758         register numbers.  Remove support for subregs.
1759         (get_hard_regno): Use SUBREG_P.  Don't call get_final_hard_regno().
1760         (get_reg_class): Delete removed get_final_hard_regno() argument.
1761         (uses_hard_regs_p): Call get_final_hard_regno().
1763 2016-09-09  Martin Sebor  <msebor@redhat.com>
1765         PR c/77520
1766         PR c/77521
1767         * pretty-print.c (pp_quoted_string): New function.
1768         (pp_format): Call it for %c and %s directives.
1770 2016-09-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1772         * doc/tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.
1773         (ELIMINABLE_REGS, TARGET_CAN_ELIMINATE,
1774         INITIAL_ELIMINATION_OFFSET) : Update documentation.
1775         * target.def (frame_pointer_required, can_eliminate): Likewise.
1776         * doc/tm.texi: Regenerated.
1777         * builtins.c (expand_builtin_setjmp_receiver): Remove #ifdef
1778         ELIMINABLE_REGS.
1779         * df-scan.c (df_hard_reg_init): Likewise.
1780         * ira.c (ira_setup_eliminable_regset): Likewise.
1781         * lra-eliminations.c (reg_eliminate_1, (update_reg_eliminate,
1782         init_elim_table): Likewise.
1783         * reload1.c (reg_eliminate_1, verify_initial_elim_offsets,
1784         set_initial_elim_offsets, update_eliminables,
1785         init_elim_table): Likewise.
1786         * rtlanal.c (get_initial_register_offset): Likewise.
1787         * config/ft32/ft32.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
1788         * config/m32r/m32r.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
1789         * config/moxie/moxie.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
1790         * config/vax/vax.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
1791         * config/fr30/fr30.h: Fix comment.
1792         * config/frv/frv.c: Likewise.
1793         * config/frv/frv.h: Likewise.
1794         * config/ft32/ft32.h: Likewise.
1795         * config/visium/visium.h: Likewise.
1796         * config/pa/pa64-linux.h: Likewise.
1797         * config/v850/v850.h: Likewise.
1798         * config/cris/cris.c: Likewise.
1799         * config/ia64/ia64.h: Likewise.
1800         * config/moxie/moxie.h: Likewise.
1801         * config/m32r/m32r.h: Likewise.
1803 2016-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1805         PR target/77267
1806         * config.in: Regenerate.
1807         * config/i386/linux-common.h (MPX_LD_AS_NEEDED_GUARD_PUSH):
1808         New macro.
1809         (MPX_LD_AS_NEEDED_GUARD_PUSH): Ditto.
1810         (LIBMPXWRAPPERS_SPEC): Remove "--no-whole-archive" from
1811         static-libmpxwrappers case.
1812         (LIBMPX_SPEC): Add guards with MPX_LD_AS_NEEDED_GUARD_PUSH and
1813         MPX_LD_AS_NEEDED_GUARD_POP.
1814         * configure: Regenerate.
1815         * configure.ac (HAVE_LD_PUSHPOPSTATE_SUPPORT): New variable.
1816         defined if linker support "--push-state"/"--pop-state".
1818 2016-09-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1820         * doc/cpp.texi (__*_WIDTH__): Small wording fixes.
1822 2016-09-09  Joseph Myers  <joseph@codesourcery.com>
1824         * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__)
1825         (__LONG_WIDTH__, __LONG_LONG_WIDTH__, __PTRDIFF_WIDTH__)
1826         (__SIG_ATOMIC_WIDTH__, __SIZE_WIDTH__, __WCHAR_WIDTH__)
1827         (__WINT_WIDTH__, __INT_LEAST8_WIDTH__, __INT_LEAST16_WIDTH__)
1828         (__INT_LEAST32_WIDTH__, __INT_LEAST64_WIDTH__)
1829         (__INT_FAST8_WIDTH__, __INT_FAST16_WIDTH__, __INT_FAST32_WIDTH__)
1830         (__INT_FAST64_WIDTH__, __INTPTR_WIDTH__, __INTMAX_WIDTH__):
1831         Document.
1832         * ginclude/stdint-gcc.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Define
1833         width macros from TS 18661-1.
1834         * glimits.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Likewise.
1836 2016-09-08  Jakub Jelinek  <jakub@redhat.com>
1838         PR fortran/77516
1839         * omp-low.c (lower_rec_simd_input_clauses): Use max_vf for non-positive
1840         OMP_CLAUSE_SAFELEN_EXPR.
1842 2016-09-07  David Malcolm  <dmalcolm@redhat.com>
1844         * Makefile.in (OBJS): Add substring-locations.o.
1845         * langhooks-def.h (class substring_loc): New forward decl.
1846         (lhd_get_substring_location): New decl.
1847         (LANG_HOOKS_GET_SUBSTRING_LOCATION): New macro.
1848         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_GET_SUBSTRING_LOCATION.
1849         * langhooks.c (lhd_get_substring_location): New function.
1850         * langhooks.h (class substring_loc): New forward decl.
1851         (struct lang_hooks): Add field get_substring_location.
1852         * substring-locations.c: New file, taking definition of
1853         format_warning_va and format_warning_at_substring from
1854         c-family/c-format.c, making them non-static.
1855         * substring-locations.h (class substring_loc): Move class here
1856         from c-family/c-common.h.  Add and rewrite comments.
1857         (format_warning_va): New decl.
1858         (format_warning_at_substring): New decl.
1859         (get_source_location_for_substring): Add comment.
1861 2016-09-07  Eric Gallager  <egall@gwmail.gwu.edu>
1863         * config/i386/i386.c: Add 'U' suffix to processor feature bits
1864         to avoid -Wnarrowing warning.
1865         * config/i386/x86-tune.def: Likewise for DEF_TUNE selector bitmasks.
1866         * opts.c: Likewise for SANITIZER_OPT bitmasks.
1868 2016-09-07  Wilco Dijkstra  <wdijkstr@arm.com>
1870         * config/aarch64/aarch64.c (aarch64_legitimize_address):
1871         Avoid use of base_offset if offset already in range.
1873 2016-09-07  Kaz Kojima  <kkojima@gcc.gnu.org>
1875         * config/sh/sh-protos.h (struct sh_atomic_model,
1876         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
1877         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
1878         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Move to...
1879         * config/sh/sh.h (struct sh_atomic_model,
1880         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
1881         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
1882         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): ...here.
1883         Guard with __cplusplus.
1885 2016-09-06  Jakub Jelinek  <jakub@redhat.com>
1887         PR target/69255
1888         * config/i386/i386.c (ix86_expand_builtin): For builtin with
1889         unsupported or unknown ISA, use expand_call.
1891 2016-09-06  Martin Liska  <mliska@suse.cz>
1893         PR gcov-profile/77378
1894         PR gcov-profile/77466
1895         * tree-profile.c (tree_profiling): Detect whether target can use
1896         -fprofile-update=atomic.
1898 2016-09-06  Richard Biener  <rguenther@suse.de>
1900         PR tree-optimization/77479
1901         * tree-vrp.c (update_value_range): Extend overflow handling to
1902         VARYING.
1904 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
1906         PR target/77476
1907         * config/i386/i386.md (isa): Add x64_avx512bw.
1908         (*zero_extendsidi2): For alternative 11 use x64_avx512bw isa.
1909         (kmov_isa): New mode attr.
1910         (zero_extend<mode>di2): Use <kmov_isa> isa for the last alternative.
1911         (*zero_extend<mode>si2): Likewise.
1912         (*zero_extendqihi2): Use avx512dq isa for the last alternative.
1914 2016-09-05  Gerald Pfeifer  <gerald@pfeifer.com>
1916         * doc/invoke.texi (SPU Options): nops -> NOPs.
1917         (x86 Options): Ditto.
1919 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
1921         PR middle-end/77475
1922         * toplev.c (process_options): Temporarily set input_location
1923         to UNKNOWN_LOCATION around targetm.target_option.override () call.
1925 2016-09-05  Uros Bizjak  <ubizjak@gmail.com>
1927         PR rtl-optimization/77452
1928         * explow.c (plus_constant) <case MEM>: Extract scalar constant from
1929         inner-mode reference to a CONST_VECTOR constant in the constant pool.
1931 2016-09-05  Marek Polacek  <polacek@redhat.com>
1933         PR c/77423
1934         * doc/invoke.texi: Update -Wlogical-not-parentheses documentation.
1936 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
1938         PR other/77421
1939         * gensupport.c (alter_output_for_subst_insn): Remove redundant
1940         *insn_out == '*' test.  Don't copy unnecessary to yet another
1941         memory buffer, and don't leak it.
1943         PR rtl-optimization/77425
1944         * ipa-devirt.c (get_odr_type): Set val->id unconditionally.
1946 2016-09-03  Kirill Yukhin  <kirill.yukhin@intel.com>
1948         * ubsan.c (ubsan_use_new_style_p): Fix check for empty string.
1950 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
1952         * common.opt (fdiagnostics-generate-patch): New option.
1953         * diagnostic.c: Include "edit-context.h".
1954         (diagnostic_initialize): Initialize context->edit_context_ptr.
1955         (diagnostic_finish): Delete context->edit_context_ptr.
1956         (diagnostic_report_diagnostic): Add fix-it hints from the
1957         diagnostic to context->edit_context_ptr, if any.
1958         * diagnostic.h (class edit_context): Add forward decl.
1959         (struct diagnostic_context): Add field "edit_context_ptr".
1960         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
1961         -fdiagnostics-generate-patch.
1962         (-fdiagnostics-generate-patch): New item.
1963         * toplev.c: Include "edit-context.h".
1964         (process_options): Set global_dc->edit_context_ptr to a new
1965         edit_context if the options need one.
1966         (toplev::main): Handle -fdiagnostics-generate-patch by using
1967         global_dc->edit_context_ptr.
1969 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
1971         PR c/65467
1972         * gimplify.c (gimplify_adjust_omp_clauses_1): Diagnose implicit
1973         map and firstprivate clauses on target construct for _Atomic
1974         qualified decls.
1975         (gimplify_adjust_omp_clauses): Diagnose explicit firstprivate clauses
1976         on target construct for _Atomic qualified decls.
1977         * omp-low.c (use_pointer_for_field): Return true for _Atomic qualified
1978         decls.
1979         * omp-simd-clone.c (simd_clone_clauses_extract): Warn and give up for
1980         _Atomic qualified arguments not mentioned in uniform clause.
1982 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
1984         * Makefile.in (OBJS-libcommon): Add edit-context.o.
1985         * diagnostic-color.c (color_dict): Add "diff-filename",
1986         "diff-hunk", "diff-delete", and "diff-insert".
1987         (parse_gcc_colors): Update default value of GCC_COLORS in comment
1988         to reflect above changes.
1989         * doc/invoke.texi (-fdiagnostics-color): Update description of
1990         default GCC_COLORS, and of the supported capabilities.
1991         * edit-context.c: New file.
1992         * edit-context.h: New file.
1993         * input.c (struct fcache): Add field "missing_trailing_newline".
1994         (diagnostics_file_cache_forcibly_evict_file): Initialize it to
1995         true.
1996         (add_file_to_cache_tab): Likewise.
1997         (fcache::fcache): Likewise.
1998         (get_next_line): Update c->missing_trailing_newline.
1999         (location_missing_trailing_newline): New function.
2000         * input.h (location_missing_trailing_newline): New decl.
2001         * selftest-run-tests.c (selftest::run_tests): Call
2002         edit_context_c_tests.
2003         * selftest.h (edit_context_c_tests): New decl.
2005 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
2006             Richard Biener  <rguenth@suse.de>
2008         PR tree-optimization/77444
2009         * tree-ssa-loop-ivopts.c (cand_value_at): For pointers use sizetype
2010         as steptype, remove redundant initialization.
2012 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
2014         PR sanitizer/77396
2015         * sanopt.c: Include gimple-ssa.h, tree-phinodes.h and ssa-iterators.h.
2016         (sanopt_optimize_walker): Optimize away
2017         __asan_before_dynamic_init (...) followed by
2018         __asan_after_dynamic_init () without intervening memory loads/stores.
2019         * ipa-pure-const.c (special_builtin_state): Handle
2020         BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT and
2021         BUILT_IN_ASAN_AFTER_DYNAMIC_INIT.
2023 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2025         * cfg.c (free_original_copy_tables): Replace second assignment of
2026         bb_copy = NULL by bb_original = NULL. 
2028 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
2030         PR other/77421
2031         * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
2032         assignment added in r216794.
2034 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
2036         * Makefile.in (OBJS): Add typed-splay-tree.o.
2037         * selftest-run-tests.c (selftest::run_tests): Call
2038         typed_splay_tree_c_tests.
2039         * selftest.h (typed_splay_tree_c_tests): New decl.
2040         * typed-splay-tree.c: New file.
2041         * typed-splay-tree.h (typed_splay_tree::foreach_fn): New typedef.
2042         (typed_splay_tree::max): New method.
2043         (typed_splay_tree::min): New method.
2044         (typed_splay_tree::foreach): New method.
2045         (typed_splay_tree::closure): New struct.
2046         (typed_splay_tree::inner_foreach_fn): New function.
2048 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2050         * ipa-cp.c (ipcp_store_bits_results): Change option name from
2051         -fipa-cp-bit to -fipa-bit-cp.
2053 2016-09-01  Martin Sebor  <msebor@redhat.com>
2055         PR tree-optimization/71831
2056         * tree-object-size.h: Return bool instead of the size and add
2057         argument for the size.
2058         * tree-object-size.c (compute_object_offset): Update signature.
2059         (addr_object_size): Same.
2060         (compute_builtin_object_size): Return bool instead of the size
2061         and add argument for the size.  Handle POINTER_PLUS_EXPR when
2062         optimization is disabled.
2063         (expr_object_size): Adjust.
2064         (plus_stmt_object_size): Adjust.
2065         (pass_object_sizes::execute): Adjust.
2066         * builtins.c (fold_builtin_object_size): Adjust.
2067         * doc/extend.texi (Object Size Checking): Update.
2068         * ubsan.c (instrument_object_size): Adjust.
2070 2016-09-01  Martin Sebor  <msebor@redhat.com>
2072         * genmatch.c (parser::parse_expr): Increase buffer size to guarantee
2073         it fits the output of the formatted function regardless of its
2074         arguments.
2075         * gcc/genmodes.c (parser::parse_expr): Same.
2076         * gimplify.c (gimplify_asm_expr): Same.
2077         * passes.c (pass_manager::register_one_dump_file): Same.
2078         * print-tree.c (print_node): Same.
2080 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
2082         * config/rs6000/altivec.md: Use VSCR_REGNO instead of 110 throughout.
2084 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
2086         * config/rs6000/altivec.md: Use VRSAVE_REGNO instead of 109 throughout.
2088 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
2090         * config/rs6000/altivec.md: Use CR6_REGNO instead of 74 throughout.
2091         * config/rs6000/vector.md: Ditto.
2092         * config/rs6000/vsx.md: Ditto.
2094 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
2096         * ipa-inline-analysis.c (param_change_prob): Get to the base object
2097         first in all cases.
2099 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
2101         * config/rs6000/rs6000.md (*restore_gpregs_<mode>_r11,
2102         *restore_gpregs_<mode>_r12, *restore_gpregs_<mode>_r1,
2103         *return_and_restore_gpregs_<mode>_r11,
2104         *return_and_restore_gpregs_<mode>_r12,
2105         *return_and_restore_gpregs_<mode>_r1,
2106         *return_and_restore_fpregs_<mode>_r11,
2107         *return_and_restore_fpregs_<mode>_r12,
2108         *return_and_restore_fpregs_<mode>_r1): Use the hard register LR_REGNO
2109         directly instead of via the "l" constraint.  Renumber operands.
2110         Fix whitespace.
2112 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
2114         * config/rs6000/altivec.md (*save_world, *save_vregs_<mode>_r11,
2115         save_vregs_<mode>_r12, *restore_vregs_<mode>_r11,
2116         *restore_vregs_<mode>_r12): Use LR_REGNO instead of 65.
2117         * config/rs6000/darwin.md (load_macho_picbase, load_macho_picbase_si,
2118         load_macho_picbase_di, *call_indirect_nonlocal_darwin64,
2119         *call_nonlocal_darwin64, *call_value_indirect_nonlocal_darwin64,
2120         *call_value_nonlocal_darwin64, reload_macho_picbase,
2121         reload_macho_picbase_si, reload_macho_picbase_di): Ditto.
2122         * config/rs6000/rs6000.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Ditto.
2123         * config/rs6000/rs6000.md (*save_gpregs_<mode>_r11,
2124         *save_gpregs_<mode>_r12, *save_gpregs_<mode>_r1,
2125         *save_fpregs_<mode>_r11, *save_fpregs_<mode>_r12,
2126         *save_fpregs_<mode>_r1): Ditto.
2127         * config/rs6000/spe.md (*save_gpregs_spe, *restore_gpregs_spe,
2128         *return_and_restore_gpregs_spe): Ditto.
2130 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
2132         * config/rs6000/rs6000.md
2133         (define_insn "*return_and_restore_fpregs_aix_<mode>_r11"): Delete
2134         the use of the link register.
2135         (define_insn "*return_and_restore_fpregs_aix_<mode>_r1"): Ditto.
2137 2016-09-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2138             Michael Meissner  <meissner@linux.vnet.ibm.com>
2140         PR target/72827
2141         * config/rs6000/rs6000.c (rs6000_legitimize_address): Avoid
2142         reg+reg addressing for TImode.
2143         (rs6000_legitimate_address_p): Only allow register indirect
2144         addressing for TImode, even without TARGET_QUAD_MEMORY.
2146 2016-09-01  Richard Biener  <rguenther@suse.de>
2148         PR middle-end/77436
2149         * tree-chrec.c (tree_fold_binomial): Use widest_int, properly
2150         check whether the result fits the desired result type.
2152 2016-09-01  Nathan Sidwell  <nathan@acm.org>
2154         * config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
2156 2016-09-01  Wilco Dijkstra  <wdijkstr@arm.com>
2158         * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
2159         New function.
2160         (TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT): Define.
2162 2016-09-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2164         * config/aarch64/aarch64.md (*ands<mode>_compare0): New pattern.
2165         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_NZmode
2166         for comparisons of integer ZERO_EXTEND against zero.
2168 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
2170         * config/i386/i386.c (ix86_option_override_internal): Also disable the
2171         STV pass if -mstackrealign is enabled.
2173 2016-08-31  Ilya Verbin  <iverbin@gmail.com>
2175         * config/i386/driver-i386.c (host_detect_local_cpu): Fix detection of
2176         AVX512IFMA.
2178 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
2180         * diagnostic-show-locus.c (class layout): Add field m_fixit_hints.
2181         (layout_range::intersects_line_p): New method.
2182         (test_range_contains_point_for_single_point): Rename to...
2183         (test_layout_range_for_single_point): ...this, and add testing
2184         for layout_range::intersects_line_p.
2185         (test_range_contains_point_for_single_line): Rename to...
2186         (test_layout_range_for_single_line): ...this,  and add testing
2187         for layout_range::intersects_line_p.
2188         (test_range_contains_point_for_multiple_lines): Rename to...
2189         (test_layout_range_for_multiple_lines): ...this,  and add testing
2190         for layout_range::intersects_line_p.
2191         (layout::layout): Populate m_fixit_hints.
2192         (layout::get_expanded_location): Handle the case of a line-span
2193         for a fix-it hint.
2194         (layout::validate_fixit_hint_p): New method.
2195         (get_line_span_for_fixit_hint): New function.
2196         (layout::calculate_line_spans): Add spans for fixit-hints.
2197         (layout::should_print_annotation_line_p): New method.
2198         (layout::print_any_fixits): Drop param "richloc", instead using
2199         validated fixits in m_fixit_hints.  Add "const" to hint pointers.
2200         (diagnostic_show_locus): Avoid printing blank annotation lines.
2201         (selftest::test_diagnostic_context::test_diagnostic_context):
2202         Initialize show_column and start_span.
2203         (selftest::test_diagnostic_context::start_span_cb): New static
2204         function.
2205         (selftest::test_diagnostic_show_locus_fixit_lines): New function.
2206         (selftest::diagnostic_show_locus_c_tests): Update for function
2207         renamings.  Call test_diagnostic_show_locus_fixit_lines.
2209 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
2211         PR tree-optimization/73714
2212         * match.pd (a * (1 << b)): Revert change from 2016-05-23.
2214 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
2216         * selftest.c: Move "namespace selftest {" to top of file,
2217         removing explicit "selftest::" qualifiers throughout.
2219 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
2221         * config/i386/avx512fintrin.h (__m512_u, __m512i_u, __m512d_u):
2222         New types.
2223         (_mm512_loadu_pd, _mm512_storeu_pd, _mm512_loadu_ps,
2224         _mm512_storeu_ps, _mm512_loadu_si512, _mm512_storeu_si512):
2225         Replace builtin with vector extension.
2226         * config/i386/avxintrin.h (__m256_u, __m256i_u, __m256d_u):
2227         New types.
2228         (_mm256_loadu_pd, _mm256_storeu_pd, _mm256_loadu_ps,
2229         _mm256_storeu_ps, _mm256_loadu_si256, _mm256_storeu_si256):
2230         Replace builtin with vector extension.
2231         * config/i386/emmintrin.h (__m128i_u, __m128d_u): New types.
2232         (_mm_loadu_pd, _mm_storeu_pd, _mm_loadu_si128, _mm_storeu_si128):
2233         Replace builtin with vector extension.
2234         * config/i386/xmmintrin.h (__m128_u): New type.
2235         (_mm_loadu_ps, _mm_storeu_ps): Replace builtin with vector extension.
2236         (_mm_load_ps, _mm_store_ps): Simplify.
2238 2016-08-31  Eric Botcazou  <ebotcazou@adacore.com>
2240         * config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.
2242 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
2244         * diagnostic-show-locus.c (colorizer::begin_state): Support more
2245         than 3 ranges per diagnostic by alternating between color 1 and
2246         color 2.
2247         (layout::layout): Replace use of rich_location::MAX_RANGES
2248         with richloc->get_num_locations ().
2249         (layout::calculate_line_spans): Replace use of
2250         rich_location::MAX_RANGES with m_layout_ranges.length ().
2251         (layout::print_annotation_line): Handle arbitrary numbers of
2252         ranges in caret-printing by defaulting to '^'.
2253         (selftest::test_one_liner_many_fixits): New function.
2254         (test_diagnostic_show_locus_one_liner): Call it.
2255         * diagnostic.c (diagnostic_initialize): Update for renaming
2256         of rich_location::MAX_RANGES to
2257         rich_location::STATICALLY_ALLOCATED_RANGES.
2258         * diagnostic.h (struct diagnostic_context): Likewise.
2260 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
2262         * selftest.c (selftest::named_temp_file::named_temp_file): New
2263         ctor.
2264         (selftest::temp_source_file::~temp_source_file): Move to...
2265         (selftest::named_temp_file::~named_temp_file): ...here.
2266         (selftest::test_named_temp_file): New function.
2267         (selftest::selftest_c_tests): Call test_named_temp_file.
2268         * selftest.h (class named_temp_file): New class.
2269         (class temp_source_file): Convert to a subclass of named_temp_file.
2271 2016-08-30  Segher Boessenkool  <segher@kernel.crashing.org>
2273         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
2274         USEs of LR_REGNO in returns and sibcalls.
2275         (rs6000_output_mi_thunk): Similar.
2276         (rs6000_sibcall_aix): Similar.
2277         * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
2278         sibcall_local64, sibcall_value_local32, sibcall_value_local64,
2279         sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
2280         Remove the USE of LR_REGNO from the patterns as well.  Delete an
2281         obsolete comment.
2282         (return_internal_<mode>): Delete.
2284 2016-08-30  Tamar Christina  <tamar.christina@arm.com>
2286         * gcc/config/aarch64/aarch64-simd.md
2287         (aarch64_ld2<mode>_dreg_le): New.
2288         (aarch64_ld2<mode>_dreg_be): New.
2289         (aarch64_ld2<mode>_dreg): Removed.
2290         (aarch64_ld3<mode>_dreg_le): New.
2291         (aarch64_ld3<mode>_dreg_be): New.
2292         (aarch64_ld3<mode>_dreg): Removed.
2293         (aarch64_ld4<mode>_dreg_le): New.
2294         (aarch64_ld4<mode>_dreg_be): New.
2295         (aarch64_ld4<mode>_dreg): Removed.
2296         (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
2298 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
2300         * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
2301         redundant location param.
2302         (test_one_liner_fixit_remove): Likewise.
2303         (test_one_liner_fixit_replace): Likewise.
2304         (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
2305         * gcc-rich-location.c
2306         (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
2307         get_range_from_loc.  Drop overload taking a const char *.
2308         * gcc-rich-location.h
2309         (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
2310         a const char *.
2312 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2314         * config/linux.c (linux_libc_has_function): Return true on musl.
2316 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2318         * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
2320 2016-08-30  Eric Botcazou  <ebotcazou@adacore.com>
2322         * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
2323         used for abnormal egdes.
2325 2016-08-30  Jakub Jelinek  <jakub@redhat.com>
2327         PR tree-optimization/72866
2328         * tree-vect-patterns.c (search_type_for_mask): Turn into
2329         a small wrapper, move all code to ...
2330         (search_type_for_mask_1): ... this new function.  Add caching
2331         and adjust recursive calls.
2333         PR debug/77363
2334         * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
2335         instead of lookup_type_die (type_main_variant (type)) even for array
2336         types.
2338         PR middle-end/77377
2339         * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
2340         constant pool reference return x instead of c.
2342 2016-08-29  Segher Boessenkool  <segher@kernel.crashing.org>
2344         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
2345         include MQ.
2347 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
2349         * input.c
2350         (selftest::test_make_location_nonpure_range_endpoints): Fix
2351         header comment.
2353 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
2355         * diagnostic-show-locus.c
2356         (selftest::test_one_liner_fixit_validation_adhoc_locations): New
2357         function.
2358         (selftest::test_diagnostic_show_locus_one_liner): Call it.
2359         * input.c (get_pure_location): Move to libcpp/line-map.c.
2360         * input.h (get_pure_location): Convert decl to an inline function
2361         calling implementation in libcpp.
2363 2016-08-29  Uros Bizjak  <ubizjak@gmail.com>
2365         PR target/77403
2366         * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
2367         template for intel asm dialect.
2368         (vec_set_hi_<mode><mask_name>): Ditto.
2370 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
2372         * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
2373         (selftest::fail_formatted): Likewise.
2375 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
2377         * input.c (make_location): Call get_start and get_finish
2378         on the endpoints to avoid storing packed ranges or ad-hoc
2379         ranges in them.
2380         (selftest::test_make_location_nonpure_range_endpoints): New function.
2381         (selftest::input_c_tests): Call it.
2382         * input.h (get_start): New inline function.
2384 2016-08-29  Tom de Vries  <tom@codesourcery.com>
2386         PR c/77398
2387         * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
2388         with assert.
2390 2016-08-29  Eric Botcazou  <ebotcazou@adacore.com>
2392         * Makefile.in (gcov-iov.h): Add dummy recipe.
2394 2016-08-29  Nathan Sidwell  <nathan@acm.org>
2396         * config/nvptx/nvptx.c: #include tree-vrp.h.
2398 2016-08-28  Eric Botcazou  <ebotcazou@adacore.com>
2400         PR target/77324
2401         * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
2402         HIGH+LO construct during reload.
2404 2016-08-28  Tom de Vries  <tom@codesourcery.com>
2406         PR lto/70955
2407         * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
2408         'sysv_abi va_list' attribute.
2409         (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
2410         (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
2411         attributes.
2413 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2415         * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
2416         * emit-rtl.c (unshare_all_rtl_1): Adjust.
2417         (unshare_all_rtl_again): Likewise.
2418         * function.c (assign_stack_local_1): Likewise.
2419         (assign_stack_temp_for_type): Likewise.
2421 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2423         * cfgbuild.c (make_edges): Adjust.
2424         * cfgrtl.c (can_delete_label_p): Likewise.
2425         * dwarf2cfi.c (create_trace_edges): Likewise.
2426         * except.c (sjlj_emit_dispatch_table): Likewise.
2427         * function.h (struct expr_status): make x_forced_labels a vector.
2428         * jump.c (rebuild_jump_labels_1): Adjust.
2429         * reload1.c (set_initial_label_offsets): Likewise.
2430         * stmt.c (force_label_rtx): Likewise.
2431         (expand_label): Likewise.
2433 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2435         * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
2437 2016-08-27  Patrick Palka  <ppalka@gcc.gnu.org>
2439         PR tree-optimization/71077
2440         PR tree-optimization/68542
2441         * fold-const.c (fold_relational_const): Fix folding of
2442         VECTOR_CST comparisons that have a scalar boolean result type.
2443         (selftest::test_vector_folding): New static function.
2444         (selftest::fold_const_c_tests): Call it.
2446 2016-08-27  Gerald Pfeifer  <gerald@pfeifer.com>
2448         * doc/extend.texi (SPU Built-in Functions): Remove stale
2449         references to material formerly at IBM and Sony.
2451 2016-08-26  David Edelsohn  <dje.gcc@gmail.com>
2453         PR target/77349
2454         * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
2456 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
2458         * diagnostic-show-locus.c
2459         (selftest::test_fixit_consolidation): New function.
2460         (selftest::diagnostic_show_locus_c_tests): Call it.
2461         * gcc-rich-location.h (gcc_rich_location): Eliminate unused
2462         constructor based on source_range.
2464 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
2466         * diagnostic-color.c (color_dict): Add "fixit-insert" and
2467         "fixit-delete".
2468         (parse_gcc_colors): Update description of default GCC_COLORS.
2469         * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
2470         (colorizer::set_fixit_insert): New method.
2471         (colorizer::set_fixit_delete): New method.
2472         (colorizer::get_color_by_name): New method.
2473         (colorizer::STATE_FIXIT_INSERT): New constant.
2474         (colorizer::STATE_FIXIT_DELETE): New constant.
2475         (class colorizer): Drop "_cs" suffix from fields.  Delete "_ce"
2476         fields in favor of new field "m_stop_color".  Add fields
2477         "m_fixit_insert" and "m_fixit_delete".
2478         (colorizer::colorizer): Update for above changes.  Replace
2479         colorize_start calls with calls to get_color_by_name.
2480         (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
2481         STATE_FIXIT_DELETE.  Update for field renamings.
2482         (colorizer::finish_state): Simplify by using m_stop_color,
2483         rather than multiple identical "*_ce" fields.
2484         (colorizer::get_color_by_name): New method.
2485         (layout::print_any_fixits): Print insertions and replacements
2486         using the "fixit-insert" color, and deletions using the
2487         "fixit-delete" color.
2488         * doc/invoke.texi (-fdiagnostics-color): Update description of
2489         default GCC_COLORS, and of the supported capabilities.
2491 2016-08-26  Max Filippov  <jcmvbkbc@gmail.com>
2493         * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
2494         current_function_static_stack_size variable with the static
2495         stack frame size of the current function when
2496         flag_stack_usage_info is enabled.
2498 2016-08-26  Nathan Sidwell  <nathan@acm.org>
2500         * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
2501         assignment inside if condition.
2503 2016-08-26  Richard Biener  <rguenther@suse.de>
2505         PR tree-optimization/69047
2506         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
2507         extracts similar to what FRE does.
2508         (non_rewritable_mem_ref_base): Likewise.
2510 2016-08-26  Joseph Myers  <joseph@codesourcery.com>
2512         * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
2513         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
2514         * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
2515         * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
2516         * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
2517         Likewise.
2518         * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
2519         * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
2520         * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
2521         * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
2522         * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
2524 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2526         PR target/70473
2527         * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
2528         reservation duration to 15 cycles.
2529         (cortex_a8_vfp_macs): Likewise.
2530         (cortex_a8_vfp_macd): Likewise.
2531         (cortex_a8_vfp_divs): Likewise.
2532         (cortex_a8_vfp_divd): Likewise.
2534 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2536         * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
2537         (aarch_macro_fusion_pair_p): Use above to avoid early return.
2539 2016-08-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2540             Martin Jambhor  <mjambor@suse.cz>
2542         * common.opt: New option -fipa-bit-cp.
2543         * doc/invoke.texi: Document -fipa-bit-cp.
2544         * opts.c (default_options_table): Add entry for -fipa-bit-cp.
2545         (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
2546         * tree-ssa-ccp.h: New header file.
2547         * tree-ssa-ccp.c: Include tree-ssa-ccp.h
2548         (bit_value_binop_1): Change to bit_value_binop_1 and export it.
2549         Replace all occurences of tree parameter by two new params: signop, int.
2550         (bit_value_unop_1): Change to bit_value_unop and export it.
2551         Replace all occurences of tree parameter by two new params: signop,
2552         int.
2553         (bit_value_binop): Change call from bit_value_binop_1 to
2554         bit_value_binop.
2555         (bit_value_assume_aligned): Likewise.
2556         (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
2557         (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
2558         to ccp_finalize.
2559         (ccp_finalize): Skip processing if val->mask == 0.
2560         * ipa-cp.c: Include tree-ssa-ccp.h
2561         (ipcp_bits_lattice): New class.
2562         (ipcp_param_lattice (bits_lattice): New member.
2563         (print_all_lattices): Call ipcp_bits_lattice::print.
2564         (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
2565         (initialize_node_lattices): Likewise.
2566         (propagate_bits_accross_jump_function): New function.
2567         (propagate_constants_accross_call): Call
2568         propagate_bits_accross_jump_function.
2569         (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
2570         (ipcp_store_bits_results): New function.
2571         (ipcp_driver): Call ipcp_store_bits_results.
2572         * ipa-prop.h (ipa_bits): New struct.
2573         (ipa_jump_func): Add new member bits of type ipa_bits.
2574         (ipa_param_descriptor): Change decl to decl_or_type.
2575         (ipa_get_param): Change decl to decl_or_type and assert on
2576         PARM_DECL.
2577         (ipa_get_type): New function.
2578         (ipcp_transformation_summary): New member bits.
2579         * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
2580         (ipa_populate_param_decls): Likewise.
2581         (ipa_dump_param): Likewise.
2582         (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
2583         function.
2584         (ipa_set_jf_unknown): Set ipa_bits::known to false.
2585         (ipa_compute_jump_functions_for_edge): Compute jump function for bits
2586         propagation.
2587         (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
2588         (ipa_write_jump_function): Add streaming for ipa_bits.
2589         (ipa_read_jump_function): Add support for reading streamed ipa_bits.
2590         (write_ipcp_transformation_info): Add streaming for ipa_bits
2591         summary for ltrans.
2592         (read_ipcp_transfomration_info): Add support for reading streamed
2593         ipa_bits.
2594         (ipcp_update_bits): New function.
2595         (ipcp_transform_function): Call ipcp_update_bits.
2597 2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2599         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
2600         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
2602 2016-08-25  David Edelsohn  <dje.gcc@gmail.com>
2604         * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
2606 2016-08-25  Richard Biener  <rguenther@suse.de>
2608         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
2609         Only add locations in late dwarf.
2610         (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
2611         (dwarf2out_early_finish): But do it here.
2613 2016-08-24  Michael Collison  <michael.collison@linaro.org>
2614             Michael Collison  <michael.collison@arm.com>
2616         * config/arm/arm-modes.def: Add new condition code mode CC_V
2617         to represent the overflow bit.
2618         * config/arm/arm.c (maybe_get_arm_condition_code):
2619         Add support for CC_Vmode.
2620         (arm_gen_unlikely_cbranch): New function to generate common
2621         rtl conditional branches for overflow patterns.
2622         * config/arm/arm-protos.h: Add prototype for
2623         arm_gen_unlikely_cbranch.
2624         * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
2625         addsi3_compareV_upper): New patterns to support signed
2626         builtin overflow add operations.
2627         (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
2628         New patterns to support unsigned builtin add overflow operations.
2629         (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
2630         builtin overflow subtract operations,
2631         (usubv<mode>4): New patterns to support unsigned builtin subtract
2632         overflow operations.
2633         (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
2634         to support builtin overflow negate operations.
2636 2016-08-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2638         Revert
2639         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2641         * explow.c (get_dynamic_stack_size): Take known alignment of stack
2642         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
2643         needed.
2645 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2647         * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
2648         MULTILIB_OPTIONS should be used.  Small wording fixes.
2649         * genmultilib: Memorize set of all option combinations in
2650         combination_space.  Detect if RHS of MULTILIB_REUSE uses an option not
2651         found in MULTILIB_OPTIONS by checking if option set is listed in
2652         combination_space.  Output new and existing error message to stderr.
2654 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2656         * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
2657         -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
2658         Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
2659         (MULTILIB_REUSE): Remove reuse rules for option set including
2660         -mfpu=fp-armv8 and -mfpu=vfpv4
2662 2016-08-24  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2664         * config/arm/t-rtems: Add vfp multilib.
2666 2016-08-23  Ian Lance Taylor  <iant@golang.org>
2668         * config/s390/s390.c (s390_asm_file_start): Call
2669         default_file_start.
2671 2016-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
2673         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
2674         initialization of all 0's to the 0 constant, instead of directly
2675         generating XOR.  Add support for V4SImode vector initialization on
2676         64-bit systems with direct move, and rework the ISA 3.0 V4SImode
2677         initialization.  Change variables used in V4SFmode vector
2678         intialization.  For V4SFmode vector splat on ISA 3.0, make sure
2679         any memory addresses are in index form.  Add support for using
2680         VSPLTH/VSPLTB to initialize vector short and vector char vectors
2681         with all of the same element.
2682         (regno_or_subregno): New helper function to return a register
2683         number for either REG or SUBREG.
2684         (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
2685         Use regno_or_subregno where possible.
2686         (rs6000_split_v4si_init_di_reg): New helper function to build up a
2687         DImode value from two SImode values in order to generate V4SImode
2688         vector initialization on 64-bit systems with direct move.
2689         (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
2690         initialization.
2691         (rtx_is_swappable_p): V4SImode vector initialization insn is not
2692         swappable.
2693         * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
2694         declaration.
2695         * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
2696         attributes to initialize V8HImode and V16QImode vectors with the
2697         same element.
2698         (VSX_SPLAT_COUNT): Likewise.
2699         (VSX_SPLAT_SUFFIX): Likewise.
2700         (UNSPEC_VSX_VEC_INIT): New unspec.
2701         (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
2702         Allow SFmode values to come from Altivec registers.
2703         (vsx_init_v4si): New insn/split for V4SImode vector initialization
2704         on 64-bit systems with direct move.
2705         (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
2706         vector initializations, to allow V4SImode vector initializations
2707         on 64-bit systems with direct move.
2708         (vsx_splat_v4si): Likewise.
2709         (vsx_splat_v4si_di): Likewise.
2710         (vsx_splat_v4sf): Likewise.
2711         (vsx_splat_v4sf_internal): Likewise.
2712         (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
2713         register classes.
2714         (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
2715         (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
2716         initializing V8HImode and V16QImode vectors with the same
2717         element.
2718         * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
2719         optimization if -maltivec=be.
2721 2016-08-23  Christophe Lyon  <christophe.lyon@linaro.org>
2723         * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
2724         attribute for alternatives 3 and 4.
2726 2016-08-23  David Malcolm  <dmalcolm@redhat.com>
2728         * selftest.c (selftest::assert_str_contains): New function.
2729         (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
2730         * selftest.h (selftest::assert_str_contains): New decl.
2731         (ASSERT_STR_CONTAINS): New macro.
2733 2016-08-23  Richard Biener  <rguenther@suse.de>
2735         PR tree-optimization/77286
2736         * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
2737         the CFG here.
2738         (vect_transform_loop): Split exit edges of loop and scalar
2739         loop if required and at the appropriate time.
2741 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2743         * explow.c (get_dynamic_stack_size): Take known alignment of stack
2744         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
2745         needed.
2746         Correct a typo in a comment.
2748 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2750         * config/s390/s390.md ("*andc_split"): New splitter for and with
2751         complement.
2753 2016-08-23  Richard Biener  <rguenther@suse.de>
2755         PR tree-optimization/27336
2756         * tree-vrp.c (infer_value_range): Handle stmts that can throw
2757         by looking for a non-EH edge.
2758         (process_assert_insertions_for): Likewise.
2760 2016-08-23  Richard Biener  <rguenther@suse.de>
2762         PR middle-end/77305
2763         * statistics.c (statistics_counter_event): Robustify against
2764         NULL current_pass.
2766 2016-08-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2768         * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
2769         for targets amdfam10 and barcelona.
2771 2016-08-22  Uros Bizjak  <ubizjak@gmail.com>
2773         * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
2774         (zero_extend<mode>di2): Ditto.
2775         (*zero_extend<mode>si2): Ditto.
2776         (*zero_extendqihi2): Ditto.
2778 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
2780         PR middle-end/77269
2781         * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
2782         (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
2784 2016-08-22  Patrick Palka  <ppalka@gcc.gnu.org>
2786         * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
2787         identical consecutive elements.
2788         [SSA_NAME]: Print the name's def stmt on its own line.  When printing
2789         the node's def stmt, avoid printing an unwanted trailing newline by
2790         replacing the call to print_gimple_stmt() with its inlined body and
2791         adjusting it to not set pp_needs_newline and to call pp_flush()
2792         instead of pp_newline_and_flush().
2794 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
2796         * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
2797         (float32_type_node, float64_type_node, float32x_type_node)
2798         (float128x_type_node): New macros.
2799         * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
2800         (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
2801         (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
2802         (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
2803         (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
2804         (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
2805         (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
2806         (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
2807         (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
2808         (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
2809         (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
2810         (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
2811         (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
2812         (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
2813         (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
2814         (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
2815         * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
2816         (copysign, fabs, huge_val, inf, nan, nans): Use it.
2817         * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
2818         and copysign.
2819         (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
2820         (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
2821         * doc/extend.texi (Other Builtins): Document these built-in
2822         functions.
2823         * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
2824         for nan and nans.
2826 2016-08-22  Gerald Pfeifer  <gerald@pfeifer.com>
2828         * doc/install.texi (Binaries): www.opencsw.org now uses https.
2830 2016-08-22  Richard Biener  <rguenther@suse.de>
2832         * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
2834 2016-08-21  Uros Bizjak  <ubizjak@gmail.com>
2836         PR target/77270
2837         * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
2838         TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
2839         non-SSE2 athlons only, otherwise prefer SSE prefetches.
2841 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
2843         * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
2844         (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
2845         (vrp_visit_switch_stmt): Likewise.
2846         (extract_range_from_stmt): Factored out from vrp_visit_stmt.
2847         (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
2848         (vrp_visit_stmt): Use extract_range_from_stmt.
2849         (vrp_visit_phi_node): Use extract_range_from_phi_node.
2851 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
2853         * Makefile.in: Add tree-vrp.h to GTFILES.
2854         * gengtype.c (open_base_files): Add tree-vrp.h.
2855         * asan.c: Add tree-vrp.h which now has the definition value_range_type.
2856         * builtins.c: Likewise.
2857         * fold-const.c: Likewise.
2858         * gimple-builder.c: Likewise.
2859         * gimple-laddress.c: Likewise.
2860         * hsa-gen.c: Likewise.
2861         * internal-fn.c: Likewise.
2862         * ssa.h: Likewise.
2863         * targhooks.c: Liewise,
2864         * tree-ssa-address.c: Likewise.
2865         * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
2866         * tree-vrp.c (struct value_range): Move to tree-vrp.h
2867         * tree-vrp.h: New file.
2869 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
2871         PR tree-optimization/61839
2872         * tree-vrp.c (two_valued_val_range_p): New.
2873         (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
2874         two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
2875         Also Convert VAR BINOP CST where VAR is two-valued to
2876         VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
2878 2016-08-19  David Malcolm  <dmalcolm@redhat.com>
2880         * diagnostic-show-locus.c
2881         (layout::annotation_line_showed_range_p): New method.
2882         (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
2883         Reimplement case fixit_hint::REPLACE to cover removals, and
2884         replacements where the range of the replacement isn't one
2885         of the ranges in the rich_location.
2886         (test_one_liner_fixit_replace): Likewise.
2887         (selftest::test_one_liner_fixit_replace_non_equal_range): New
2888         function.
2889         (selftest::test_one_liner_fixit_replace_equal_secondary_range):
2890         New function.
2891         (selftest::test_diagnostic_show_locus_one_liner): Call the new
2892         functions.
2893         * diagnostic.c (print_parseable_fixits): Remove case
2894         fixit_hint::REMOVE.
2896 2016-08-19  Uros Bizjak  <ubizjak@gmail.com>
2898         PR target/77270
2899         * config/i386/i386.c (ix86_option_override_internal): Remove
2900         PTA_PRFCHW from entries that also have PTA_3DNOW flag.
2901         Enable SSE prefetch also for TARGET_PREFETCHWT1.
2902         Do not try to enable TARGET_PRFCHW ISA flag here.
2903         * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
2904         Rewrite expander function body.
2905         (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
2907 2016-08-19  Joseph Myers  <joseph@codesourcery.com>
2909         PR c/32187
2910         * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
2911         (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
2912         (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
2913         (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
2914         (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
2915         (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
2916         (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
2917         (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
2918         (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
2919         tree_index values.
2920         (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
2921         macros.
2922         (struct floatn_type_info): New structure type.
2923         (floatn_nx_types): New variable declaration.
2924         * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
2925         (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
2926         (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
2927         * tree.c (floatn_nx_types): New variable.
2928         (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
2929         corresponding complex types.
2930         * target.def (floatn_mode): New hook.
2931         * targhooks.c: Include "real.h".
2932         (default_floatn_mode): New function.
2933         * targhooks.h (default_floatn_mode): New prototype.
2934         * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
2935         types.
2936         * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
2937         effective-target and dg-add-options keywords.
2938         (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
2939         Document new effective-target keywords.
2940         * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
2941         * doc/tm.texi: Regenerate.
2942         * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
2943         __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
2944         [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
2945         18661-3.
2946         * real.h (struct real_format): Add field ieee_bits.
2947         * real.c (ieee_single_format, mips_single_format)
2948         (motorola_single_format, spu_single_format, ieee_double_format)
2949         (mips_double_format, motorola_double_format)
2950         (ieee_extended_motorola_format, ieee_extended_intel_96_format)
2951         (ieee_extended_intel_128_format)
2952         (ieee_extended_intel_96_round_53_format, ibm_extended_format)
2953         (mips_extended_format, ieee_quad_format, mips_quad_format)
2954         (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
2955         (decimal_double_format, decimal_quad_format, ieee_half_format)
2956         (arm_half_format, real_internal_format: Initialize ieee_bits
2957         field.
2958         * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
2959         float128_type_node.  Set float80_type_node to float64x_type_node
2960         if appropriate and long_double_type_node not appropriate.
2961         * config/ia64/ia64.c (ia64_init_builtins): Likewise.
2962         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
2963         Initialize ieee_bits field.
2964         * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
2965         (rs6000_init_builtins): Set ieee128_float_type_node to
2966         float128_type_node.
2967         (rs6000_floatn_mode): New function.
2969 2016-08-19  Jakub Jelinek  <jakub@redhat.com>
2971         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
2972         _rdseed64_step): Uglify argument names and/or local variable names
2973         in inline functions.
2974         * config/i386/rtmintrin.h (_xabort): Likewise.
2975         * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
2976         _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
2977         _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
2978         _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
2979         _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
2980         _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
2981         _mm_maskz_ternarylogic_epi32): Likewise.
2982         * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
2983         __lwpins32, __lwpins64): Likewise.
2984         * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
2985         _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
2986         _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
2987         _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
2988         _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
2989         _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
2990         _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
2991         _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
2992         _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
2993         _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
2994         _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
2995         _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
2996         _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
2997         _mm256_mask_i64gather_epi32): Likewise.
2998         * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
2999         * config/i386/ia32intrin.h (__writeeflags): Likewise.
3000         * config/i386/pkuintrin.h (_wrpkru): Likewise.
3001         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
3002         _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
3003         _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
3004         _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
3005         _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
3006         _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
3007         _mm512_mask_prefetch_i64scatter_ps): Likewise.
3008         * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
3009         * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
3010         _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
3011         _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
3012         _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
3013         _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
3014         _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
3015         _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
3017         * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
3018         returning void.
3019         (_fxrstor, _fxsave64, _fxrstor64): Likewise.
3020         * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
3021         Likewise.
3022         * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
3023         * config/i386/pkuintrin.h (_wrpkru): Likewise.  Add space after
3024         function name.
3025         (_rdpkru_u32): Add space after function name.
3027         * config/i386/t-i386 (i386-c.o): Don't depend on
3028         i386-builtin-types.inc.
3029         (i386.o): Depend on i386-builtin-types.inc.
3031 2016-08-19  Matthew Wahab  <matthew.wahab@arm.com>
3033         PR target/77281
3034         * config/arm/arm.c (neon_valid_immediate): Delete declaration.
3035         Use const_vec_duplicate to check for duplicated elements.
3037 2016-08-19  Richard Biener  <rguenther@suse.de>
3039         PR tree-optimization/77290
3040         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
3041         Fix flag_tree_parallelize_loops check.
3043 2016-08-19  Richard Biener  <rguenther@suse.de>
3045         * match.pd (x | 0 -> x): Add.
3047 2016-08-19  Richard Biener  <rguenther@suse.de>
3049         PR tree-optimization/77286
3050         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
3051         Deal with virtual PHIs being out-of-order.
3053 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
3055         * doc/invoke.texi (fverbose-asm): Note that source code lines
3056         are emitted, and provide an example.
3057         * final.c (asm_show_source): New function.
3058         (final_scan_insn): Call asm_show_source.
3060 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
3062         * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
3063         param with diagnostic_kind.
3064         (class colorizer): Similarly replace field m_diagnostic with
3065         m_diagnostic_kind.
3066         (colorizer::colorizer): Replace diagnostic
3067         param with diagnostic_kind.
3068         (colorizer::begin_state): Update for above field change.
3069         (layout::layout): Replace diagnostic param with rich_location *
3070         and diagnostic_kind.
3071         (diagnostic_show_locus): Replace diagnostic param with richloc
3072         and diagnostic_kind.
3073         (class selftest::test_diagnostic_context): New class.
3074         (selftest::test_diagnostic_show_locus_unknown_location): New
3075         function.
3076         (selftest::test_one_liner_simple_caret): New function.
3077         (selftest::test_one_liner_caret_and_range): New function.
3078         (selftest::test_one_liner_multiple_carets_and_ranges): New
3079         function.
3080         (selftest::test_one_liner_fixit_remove): New function.
3081         (selftest::test_one_liner_fixit_replace): New function.
3082         (selftest::test_diagnostic_show_locus_one_liner): New function.
3083         (selftest::diagnostic_show_locus_c_tests): Call the new test
3084         functions.
3085         * diagnostic.c (diagnostic_initialize): Initialize
3086         colorize_source_p, show_ruler_p and parseable_fixits_p.
3087         (default_diagnostic_finalizer): Update for change to
3088         diagnostic_show_locus.
3089         (diagnostic_append_note): Likewise.
3090         * diagnostic.h (diagnostic_show_locus): Replace
3091         const diagnostic_info * param with location * and diagnostic_t.
3093 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
3095         * input.c (saved_line_table): New global.
3096         (class selftest::temp_line_table): Rename to line_table_test and
3097         move declaration to selftest.h, and drop field m_old_line_table.
3098         (selftest::temp_line_table::temp_line_table): Rename ctor to...
3099         (selftest::line_table_test::line_table_test): ...this.  Add a
3100         default ctor.  Store current value of line_table within
3101         saved_line_table.
3102         (selftest::temp_line_table::~temp_line_table): Rename dtor to...
3103         (selftest::line_table_test::~line_table_test): ...this, and
3104         restore line_table from the saved_line_table, rather than
3105         m_old_line_table.
3106         (selftest::test_accessing_ordinary_linemaps): Update for above
3107         renaming.
3108         (selftest::test_lexer): Likewise.
3109         (struct selftest::lexer_test): Likewise.
3110         (selftest::lexer_test::lexer_test): Likewise.
3111         (selftest::input_c_tests): Move the looping over test cases from
3112         here into...
3113         (selftest::for_each_line_table_case): New function.
3114         * input.h (saved_line_table): New decl.
3115         * selftest.h (struct selftest::line_table_case): New forward decl.
3116         (class selftest::line_table_test): New class, moved here from
3117         selftest::temp_line_table in input.c, and renamed.
3118         (selftest::for_each_line_table_case): New decl.
3120 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
3122         PR target/72839
3123         * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
3125 2016-08-18  Chung-Lin Tang  <cltang@codesourcery.com>
3127         PR middle-end/70895
3128         * gimplify.c (omp_add_variable): Adjust/add variable mapping on
3129         enclosing parallel construct for reduction variables on OpenACC loop
3130         directives.
3132 2016-08-18  Pierre-Marie de Rodat  <derodat@adacore.com>
3134         * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
3135         (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
3136         -gdwarf-3.
3137         (function_to_dwarf_procedure): Update comment.
3139 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
3141         * input.c (diagnostics_file_cache_forcibly_evict_file): New
3142         function.
3143         * input.h (diagnostics_file_cache_forcibly_evict_file): New
3144         declaration.
3145         * selftest.c (selftest::temp_source_file::~temp_source_file):
3146         Evict m_filename from the diagnostic file cache.
3148 2016-08-18  Richard Biener  <rguenther@suse.de>
3150         * tree-pass.h (make_pass_materialize_all_clones): Declare.
3151         * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
3152         make_pass_materialize_all_clones): New simple IPA pass encapsulating
3153         clone materialization.
3154         * passes.def (all_late_ipa_passes): Start with
3155         pass_materialize_all_clones.
3156         * cgraphunit.c (symbol_table::compile): Remove call to
3157         materialize_all_clones.
3158         * tree-into-ssa.c: Include statistics.h.
3159         (update_ssa): Count number of times we do incremental/rewrite
3160         SSA update.
3162 2016-08-18  Richard Biener  <rguenther@suse.de>
3164         PR tree-optimization/77282
3165         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
3166         When doing auto-parallelizing also prevent use of PHIs that
3167         carry dependences across loop backedges.
3169 2016-08-18  Tamar Christina  <tamar.christina@arm.com>
3170             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3172         * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
3174 2016-08-18  Richard Biener  <rguenther@suse.de>
3176         * ssa-iterators.h (ssa_vuse_operand): New inline.
3177         * tree-if-conv.c (ifc_temp_var): Update virtual operand.
3178         (predicate_all_scalar_phis): Use remove_phi_node to remove
3179         phi nodes predicated.  Delay removing virtual PHIs.
3180         (predicate_mem_writes): Update virtual operands.
3181         (combine_blocks): Likewise.  Propagate out remaining virtual PHIs.
3182         (tree_if_conversion): Do not rewrite virtual SSA form.
3183         * tree-phinodes.c (release_phi_node): Make static.
3184         * tree-phinodes.h (release_phi_node): Remove.
3186 2016-08-18  Jakub Jelinek  <jakub@redhat.com>
3188         * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
3189         codes that appear in bdesc_* arrays, instead include i386-builtin.def
3190         twice to define those.
3191         (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
3192         bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
3193         bdesc_multi_arg): Define by including i386-builtin.def the third time.
3194         * config/i386/i386-builtin.def: New file.
3196 2016-08-17  David Malcolm  <dmalcolm@redhat.com>
3198         * input.c (get_source_range_for_char): Rename to...
3199         (selftest::get_source_range_for_char): ...this, and move within
3200         the #if CHECKING_P guard.
3201         (get_num_source_ranges_for_substring): Rename to...
3202         (selftest::get_num_source_ranges_for_substring): ...this, move
3203         within the #if CHECKING_P guard, and make static.
3204         (selftest::assert_num_substring_ranges): Initialize
3205         actual_num_ranges.
3207 2016-08-18  Alan Modra  <amodra@gmail.com>
3209         PR rtl-optimization/72771
3210         * reload.c (find_reloads): Don't assume that a subreg mem is OK
3211         when find_reloads_toplev returns address_reloaded==-1.
3212         (alternative_allows_const_pool_ref): Update comment.
3214 2015-08-17  Alan Hayward  <alan.hayward@arm.com>
3216         PR tree-optimization/71752
3217         * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
3218         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
3220 2016-08-17  Jakub Jelinek  <jakub@redhat.com>
3222         * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
3223         instead of testing ECF_NORETURN bit in gimple_call_flags.
3224         * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
3225         * predict.c (tree_bb_level_predictions): Likewise.
3226         * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
3228         PR middle-end/77259
3229         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
3230         turning a call into __builtin_unreachable-like noreturn call, adjust
3231         gimple_call_set_fntype.
3232         * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
3233         gimple_call_fntype has void return type.
3235 2016-08-17  Chung-Lin Tang  <cltang@codesourcery.com>
3237         * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
3238         maybe_lookup_decl, to handle nested acc loop directives.
3240 2016-08-17  Richard Biener  <rguenther@suse.de>
3242         PR tree-optimization/76490
3243         * tree-vrp.c (update_value_range): Preserve overflow infinities
3244         when intersecting with ranges from get_range_info.
3245         (operand_less_p): Handle overflow infinities correctly.
3246         (value_range_constant_singleton): Use vrp_operand_equal_p
3247         to handle overflow max/min correctly.
3248         (vrp_valueize): Likewise.
3249         (union_ranges): Likewise.
3250         (intersect_ranges): Likewise.
3251         (vrp_visit_phi_node): Improve iteration limitation to only
3252         apply when we'll possibly re-visit the PHI via a changed argument
3253         on the backedge.
3255 2016-08-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3257         * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
3258         (MULTILIB_REQUIRED): This by specifying multilib needing to be built
3259         rather than those that should not be built.
3261 2016-08-17  Stanislaw Halik  <sthalik@misaki.pl>
3263         PR target/66488
3264         * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
3266 2016-08-17  Richard Biener  <rguenther@suse.de>
3268         * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
3269         (verify_vssa): New function verifying virtual SSA form.
3270         (verify_ssa): Call it.
3271         * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
3272         Do not apply loop-closed SSA handling to virtuals.
3273         * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
3274         * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
3275         when rewriting their symbol.
3276         (prepare_def_site_for): Likewise.
3277         * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
3278         operands of moved stmts.
3280 2016-08-17  Richard Biener  <rguenther@suse.de>
3282         PR tree-optimization/23855
3283         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
3284         (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
3285         find guards to hoist.  Do not update SSA form but rewrite virtuals
3286         into loop closed SSA.
3287         (find_loop_guard): Adjust to skip already hoisted guards.  Do
3288         not mark virtuals for renaming or update SSA form.
3290 2016-08-17  Martin Liska  <mliska@suse.cz>
3292         * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
3293         a LONG_LONG_TYPE_SIZE comparison.
3294         * gcov-io.h: Remove macro definitions.
3295         * tree-profile.c (gimple_gen_edge_profiler): Replace usage
3296         of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
3297         comparison.
3299 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
3301         * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
3302         that builtins not mentioned in bdesc_* arrays come first, then
3303         the ones mentioned in bdesc_* arrays in the order they appear in
3304         the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
3305         IX86_BUILTIN__BDESC_*_LAST enumerator.
3306         (bdesc_mpx): Fix up a comment typo.
3307         (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
3308         __builtin_ia32_vpcomneu[bwdq] builtins.
3309         (BDESC_VERIFY, BDESC_VERIFYS): Define.
3310         (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
3311         enum ix86_builtins ordering.
3312         (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
3313         for direct bdesc_* array member access instead of searching all the
3314         arrays until an fcode match is found.
3316 2016-08-16  Uros Bizjak  <ubizjak@gmail.com>
3318         * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
3319         pattern as define_insn_and_split.  Split insn before reload to
3320         ashl<mode>3_1.
3321         (*<shift_insn><mode>3_mask): Ditto.  Split insn before reload to
3322         <shift_insn><mode>3_1.
3323         (*<rotate_insn><mode>3_mask): Ditto.  Split insn before reload to
3324         <rotate_insn><mode>3_1.
3326 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
3328         PR c/72857
3329         * input.c (get_source_range_for_substring): Rename to...
3330         (get_source_location_for_substring): ...this, adding param
3331         "caret_idx", and converting output param from source_range * to
3332         location_t *.
3333         (get_source_range_for_char): New function.
3334         (get_num_source_ranges_for_substring): Update comment to reflect
3335         above renaming.
3336         (assert_char_at_range): Update to use get_source_range_for_char
3337         rather than get_source_range_for_substring.
3338         (test_lexer_string_locations_concatenation_2): Likewise.
3339         * substring-locations.h (get_source_range_for_substring): Rename
3340         to...
3341         (get_source_location_for_substring): ...this, and adding param
3342         "caret_idx", and converting output param from source_range * to
3343         location_t *.
3345 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
3347         * input.c (class selftest::temp_source_file): Move to
3348         selftest.h.
3349         (selftest::temp_source_file::temp_source_file): Move to
3350         selftest.c.
3351         (selftest::temp_source_file::~temp_source_file): Likewise.
3352         * selftest.c (selftest::temp_source_file::temp_source_file): Move
3353         here from input.c.
3354         (selftest::temp_source_file::~temp_source_file): Likewise.
3355         * selftest.h (class selftest::temp_source_file): Move here from
3356         input.c
3358 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
3360         PR target/71910
3361         * tree-cfg.c (execute_fixup_cfg): Add node variable, use it.  Before
3362         inlining, add cgraph edge for the added __builtin_unreachable call.
3364         PR middle-end/67485
3365         * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
3366         only cast it to SHWI for the final comparison.
3368 2016-08-16  Martin Liska  <mliska@suse.cz>
3370         PR gcov-profile/36412
3371         * doc/gcov.texi: Document --hash-filenames(-x).
3372         * gcov.c (print_usage): Add the option.
3373         (process_args): Process the option, sort options alphabetically.
3374         (md5sum_to_hex): New function.
3375         (make_gcov_file_name): Do the md5sum and append it to a
3376         filename.
3378 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
3380         PR tree-optimization/69848
3381         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
3382         and swtich operands to avoid additional NOT instruction.
3383         (vcond<v_cmp_mixed><mode>): Ditto.
3384         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
3386 2016-08-16  Eric Botcazou  <ebotcazou@adacore.com>
3388         * doc/install.texi (*-*-solaris2*): Adjust latest change.
3390 2016-08-16  Richard Biener  <rguenther@suse.de>
3392         PR tree-optimization/76783
3393         * tree-ssa-propagate.c (ssa_prop_init): Use RPO order.  Clear
3394         BB visited flags at start.
3396 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
3398         PR tree-optimization/72817
3399         PR tree-optimization/73450
3400         * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
3401         multiple_of_p for adjusted IV.base.
3403 2016-08-15  Uros Bizjak  <ubizjak@gmail.com>
3405         PR target/72867
3406         * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
3407         Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
3408         for !flag_finite_math_only or flag_signed_zeros.
3409         (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
3410         *<code><mode>3_finite<mask_name><round_saeonly_name>.  Do not
3411         depend on flag_finite_math_only.
3412         (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
3413         New insn pattern.
3414         (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
3415         (*ieee_smin<mode>3): Ditto.
3416         (*ieee_smax<mode>3): Ditto.
3417         * config/i386/mmx.md (mmx_<code>v2sf3): Emit
3418         mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
3419         flag_signed_zeros.
3420         (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite.  Do not
3421         depend on flag_finite_math_only.
3422         (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
3423         (*mmx_<code>v2sf3): Remove.
3424         * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
3425         * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
3426         flag_signed_zeros instead of !flag_unsafe_math_optimizations.
3428 2016-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
3430         PR rtl-optimization/73650
3431         * lra-constraints.c (simple_move_p): If the insn is multiple_sets
3432         it is not a simple move.
3434 2016-08-15  Martin Liska  <mliska@suse.cz>
3436         PR driver/72765
3437         * gcc.c (do_spec_1): Call save_string with the right size.
3438         (save_string): Do an assert about string we copy.
3440 2016-08-15  Richard Biener  <rguenther@suse.de>
3442         * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
3443         * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
3444         TV_MACH_DEP.
3445         (pass_data_stv): Likewise.
3447 2016-08-15  Richard Biener  <rguenther@suse.de>
3449         PR tree-optimization/73434
3450         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
3451         TBAA info on the base when forwarding a non-invariant address.
3453 2016-08-15  Jakub Jelinek  <jakub@redhat.com>
3455         * dwarf2out.c (struct checksum_attributes): Add
3456         at_string_length_bit_size and at_string_length_byte_size fields.
3457         (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
3458         and DW_AT_string_length_byte_size.
3459         (die_checksum_ordered): Handle at_string_length_bit_size and
3460         at_string_length_byte_size.
3461         (gen_array_type_die): For dwarf_version >= 5 emit
3462         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
3463         (adjust_string_types): For dwarf_version >= 5 remove
3464         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
3465         (resolve_addr): Likewise.
3467         PR debug/71906
3468         * dwarf2out.c (string_types): New variable.
3469         (gen_array_type_die): Change early_dwarf handling of
3470         DW_AT_string_length, create DW_OP_call4 referencing the
3471         length var temporarily.  Handle parameters that are pointers
3472         to string length.
3473         (adjust_string_types): New function.
3474         (gen_subprogram_die): Temporarily set string_types to local var,
3475         call adjust_string_types if needed.
3476         (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
3477         New functions.
3478         (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
3480 2016-08-15  Eric Botcazou  <ebotcazou@adacore.com>
3482         * doc/install.texi (*-*-solaris2*): Fix version number and document
3483         requirement on GNU make for building libjava with the Solaris linker.
3485 2016-08-15  Martin Liska  <mliska@suse.cz>
3486             Jakub Jelinek  <jakub@redhat.com>
3488         PR tree-optimization/72824
3489         * tree-loop-distribution.c (const_with_all_bytes_same)
3490         <case VECTOR_CST>: Fix a typo.
3492 2016-08-14  Uros Bizjak  <ubizjak@gmail.com>
3494         PR target/76342
3495         * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
3496         Renamed from _mm512_undefined_si512.
3497         (_mm_undefined_si512): New definition.
3499 2016-08-13  Richard Biener  <rguenther@suse.de>
3501         * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
3502         into PHIs and update the lattice for its def.
3504 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
3506         PR c/71512
3507         * ubsan.c (instrument_si_overflow): Pass true instead of false
3508         to gsi_replace.
3509         (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
3510         of bbs.  Return TODO_cleanup_cfg if any returned true.
3512 2016-08-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
3514         * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
3515         ISA 3.0 MTVSRDD instruction.
3516         (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
3517         vecperm.
3519 2016-08-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3521         PR tree-optimization/71083
3522         * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
3523         bitfield access when possible.
3525 2016-08-12  Patrick Palka  <ppalka@gcc.gnu.org>
3527         PR middle-end/71654
3528         * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
3529         sign-changing cast from a shorter unsigned type to a wider
3530         signed type.
3532 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
3534         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
3535         vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
3536         vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
3538 2016-08-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3540         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
3541         Correct costs for vec_construct.
3543 2016-08-12  Bin Cheng  <bin.cheng@arm.com>
3545         PR tree-optimization/69848
3546         * tree-vectorizer.h (enum vect_def_type): New condition reduction
3547         type CONST_COND_REDUCTION.
3548         * tree-vect-loop.c (vectorizable_reduction): Support new condition
3549         reudction type CONST_COND_REDUCTION.
3551 2016-08-12  Richard Biener  <rguenther@suse.de>
3553         PR tree-optimization/57326
3554         * tree-ssa-pre.c (fully_constant_expression): Handle simplification
3555         returning an SSA name.
3556         (phi_translate_1): When fully_constant_expression returns a NAME
3557         make sure we have a leader for it.
3559 2016-08-12  Martin Liska  <mliska@suse.cz>
3560             Adam Fineman  <afineman@afineman.com>
3562         * gcov.c (process_file): Create .gcov file when .gcda
3563         file is missing.
3565 2016-08-12  Marek Polacek  <polacek@redhat.com>
3567         PR c/7652
3568         * alias.c (find_base_value): Adjust fall through comment.
3569         * cfgexpand.c (expand_debug_expr): Likewise.
3570         * combine.c (find_split_point): Likewise.
3571         (expand_compound_operation): Likewise.  Add FALLTHRU.
3572         (make_compound_operation): Adjust fall through comment.
3573         (canon_reg_for_combine): Add FALLTHRU.
3574         (force_to_mode): Adjust fall through comment.
3575         (simplify_shift_const_1): Likewise.
3576         (simplify_comparison): Likewise.
3577         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
3578         FALLTHRU.
3579         * config/aarch64/predicates.md: Likewise.
3580         * config/i386/i386.c (function_arg_advance_32): Likewise.
3581         (ix86_gimplify_va_arg): Likewise.
3582         (print_reg): Likewise.
3583         (ix86_print_operand): Likewise.
3584         (ix86_build_const_vector): Likewise.
3585         (ix86_expand_branch): Likewise.
3586         (ix86_sched_init_global): Adjust fall through comment.
3587         (ix86_expand_args_builtin): Add FALLTHRU.
3588         (ix86_expand_builtin): Likewise.
3589         (ix86_expand_vector_init_one_var): Likewise.
3590         * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
3591         (rs6000_adjust_cost): Likewise.
3592         (insn_must_be_first_in_group): Likewise.
3593         * config/rs6000/rs6000.md: Likewise.  Adjust fall through comment.
3594         * dbxout.c (dbxout_symbol): Adjust fall through comment.
3595         * df-scan.c (df_uses_record): Likewise.
3596         * dojump.c (do_jump): Add FALLTHRU.
3597         * dwarf2out.c (mem_loc_descriptor): Likewise.  Adjust fall through
3598         comment.
3599         (resolve_args_picking_1): Adjust fall through comment.
3600         (loc_list_from_tree_1): Likewise.
3601         * expmed.c (make_tree): Likewise.
3602         * expr.c (expand_expr_real_2): Add FALLTHRU.
3603         (expand_expr_real_1): Likewise.  Adjust fall through comment.
3604         * fold-const.c (const_binop): Adjust fall through comment.
3605         (fold_truth_not_expr): Likewise.
3606         (fold_cond_expr_with_comparison): Add FALLTHRU.
3607         (fold_binary_loc): Likewise.
3608         (contains_label_1): Adjust fall through comment.
3609         (multiple_of_p): Likewise.
3610         * gcov-tool.c (process_args): Add FALLTHRU.
3611         * genattrtab.c (check_attr_test): Likewise.
3612         (write_test_expr): Likewise.
3613         * genconfig.c (walk_insn_part): Likewise.
3614         * genpreds.c (validate_exp): Adjust fall through comment.
3615         (needs_variable): Likewise.
3616         * gensupport.c (get_alternatives_number): Add FALLTHRU.
3617         (subst_dup): Likewise.
3618         * gimple-pretty-print.c (dump_gimple_assign): Likewise.
3619         * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
3620         (gimplify_scan_omp_clauses): Add FALLTHRU.
3621         (goa_stabilize_expr): Likewise.
3622         * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
3623         through comment.
3624         * hsa-gen.c (get_address_from_value): Likewise.
3625         * ipa-icf.c (sem_function::hash_stmt): Likewise.
3626         * ira.c (ira_setup_alts): Add FALLTHRU.
3627         * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
3628         comment.
3629         * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
3630         * opts.c (common_handle_option): Likewise.
3631         * read-rtl.c (read_rtx_code): Likewise.
3632         * real.c (round_for_format): Likewise.
3633         * recog.c (asm_operand_ok): Likewise.
3634         * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
3635         * reload1.c (set_label_offsets): Likewise.
3636         (eliminate_regs_1): Likewise.
3637         (reload_reg_reaches_end_p): Likewise.
3638         * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
3639         (rtx_cost): Likewise.
3640         * sched-rgn.c (is_exception_free): Likewise.
3641         * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
3642         * stor-layout.c (int_mode_for_mode): Likewise.
3643         * toplev.c (print_to_asm_out_file): Likewise.
3644         (print_to_stderr): Likewise.
3645         * tree-cfg.c (gimple_verify_flow_info): Likewise.
3646         * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
3647         (chrec_fold_multiply): Likewise.
3648         (evolution_function_is_invariant_rec_p): Likewise.
3649         (for_each_scev_op): Likewise.
3650         * tree-data-ref.c (siv_subscript_p): Likewise.
3651         (get_references_in_stmt): Likewise.
3652         * tree.c (find_placeholder_in_expr): Adjust fall through comment.
3653         (substitute_in_expr): Likewise.
3654         (type_cache_hasher::equal): Likewise.
3655         (walk_type_fields): Likewise.
3656         * var-tracking.c (adjust_mems): Add FALLTHRU.
3657         (set_dv_changed): Adjust fall through comment.
3658         * varasm.c (default_function_section): Add FALLTHRU.
3660 2016-08-12  Marek Polacek  <polacek@redhat.com>
3662         PR c/7652
3663         * tree-complex.c (expand_complex_division): Add missing break.
3665 2016-08-12  Richard Biener  <rguenther@suse.de>
3667         * passes.c (execute_todo): Do not push/pop TV_TODO.
3668         (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
3669         (execute_one_pass): Likewise.
3670         * common.opt (ftime-report-details): New switch.
3671         * doc/invoke.texi (ftime-report-details): Document.
3672         * timevar.h (timer::print_row): Adjust signature.
3673         (timer::all_zero): New static helper.
3674         (timer::child_map_t): New typedef.
3675         (timer::time_var_def): Add children field.
3676         * timevar.c (timer::named_items::print): Adjust.
3677         (timer::~timer): Free timevar recorded children.
3678         (timer::pop_internal): When -ftime-report-details record
3679         time spent in sub-timevars.
3680         (timer::print_row): Adjust.
3681         (timer::print): Print sub-timevar stats, use all_zero.
3682         * timevar.def (TV_TODO): Remove.
3684 2016-08-12  Richard Biener  <rguenther@suse.de>
3686         PR tree-optimization/72851
3687         * tree-ssa-propagate.c: Include cfganal.h.  Rewrite block and stmt
3688         worklists to use bitmaps indexed in execution order.
3689         (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
3690         bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
3691         (cfg_blocks): Make a bitmap.
3692         (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
3693         New globals.
3694         (cfg_blocks_empty_p): Adjust.
3695         (cfg_blocks_add): Likewise.
3696         (cfg_blocks_get): Likewise.
3697         (add_ssa_edge): Likewise.
3698         (add_control_edge): Likewise.
3699         (simulate_stmt): Likewise.
3700         (process_ssa_edge_worklist): Likewise.
3701         (simulate_block): Likewise.
3702         (ssa_prop_init): Compute PRE order and stmt UIDs.
3703         (ssa_prop_fini): Adjust.
3704         (ssa_propagate): Adjust.
3706 2016-08-12  Richard Biener  <rguenther@suse.de>
3708         * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
3709         the currently executable edges have fixed ranges.  Always
3710         go through update_value_range.
3712 2016-08-12  Alexandre Oliva  <aoliva@redhat.com>
3714         PR debug/63240
3715         * langhooks-def.h
3716         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
3717         (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
3718         (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
3719         (LANG_HOOKS_DECLS): Add it.
3720         * langhooks.h (struct lang_hooks_for_decls): Add
3721         function_decl_defaulted.  Const_tree-ify
3722         function_decl_explicit_p and function_decl_deleted_p.
3723         * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
3724         attribute.  Add DW_AT_deleted instead of DW_AT_GNU_deleted,
3725         also at strict DWARF v5.
3727         PR debug/55641
3728         * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
3729         TYPE_QUAL_CONST in reference-typed decls.
3731         PR debug/49366
3732         * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
3733         in DW_OP_pieces, just enough to handle pointers to member
3734         functions.
3735         (gen_remaining_tmpl_value_param_die_attribute): Use a location
3736         expression on DWARFv5 if a constant value doesn't work.
3738 2016-08-11  David Malcolm  <dmalcolm@redhat.com>
3740         * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
3741         * selftest.c (selftest::test_assertions): New function.
3742         (selftest::selftest_c_tests): New function.
3743         * selftest.h (selftest::selftest_c_tests): New declaration.
3745 2016-08-11  Richard Biener  <rguenther@suse.de>
3746             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3748         PR rtl-optimization/72855
3749         * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
3751 2016-08-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3753         PR target/72863
3754         * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
3755         (vsx_store_<mode>): Likewise.
3757 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
3759         * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
3760         TImode CONST_WIDE_INT store.
3761         (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
3763 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
3765         * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
3766         mode if unaligned SSE load and store are optimal.
3768 2016-08-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3770         PR tree-optimization/71083
3771         * tree-predcom.c (ref_at_iteration): Correctly align the
3772         reference type.
3774 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3776         * config/s390/s390-builtin-types.def: Add INT128 types.
3777         * config/s390/s390-builtins.def: Add INT128 variants for the add
3778         sub low-level builtins dealing with TImode.
3779         * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
3780         via subreg when expanding a builtin.
3781         * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
3782         UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
3783         Fix comment.
3784         * config/s390/vecintrin.h: Adjust builtin names accordingly.
3785         * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
3786         ("vec_addc<mode>", "vec_addc_u128"): Merge to
3787         "vacc<bhfgq>_<mode>".
3788         ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
3789         ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
3790         ("vec_subc<mode>", "vec_subc_u128"): Merge to
3791         "vscbi<bhfgq>_<mode>".
3792         ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
3793         ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
3795 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3797         * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
3799 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
3801         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
3802         unused declaration.
3803         (vcond<v_cmp_mixed><mode>): Ditto.
3804         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
3806 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
3808         * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
3809         variable explicitly, also assert on it before use.
3811 2016-08-11  Richard Biener  <rguenther@suse.de>
3813         PR tree-optimization/72772
3814         * cfgloopmanip.c (create_preheader): Use split_edge if there
3815         is a single loop entry, avoiding degenerate PHIs.
3817 2016-08-11  Richard Biener  <rguenther@suse.de>
3819         * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
3820         unconditional TODO_cleanup_cfg.
3821         (pass_thread_jumps::execute): Initialize loops, perform a CFG
3822         cleanup only if we threaded a jump.
3824 2016-08-11  Alan Modra  <amodra@gmail.com>
3826         PR target/71680
3827         * lra-constraints.c (simplify_operand_subreg): Allow subreg
3828         mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
3829         slow.  Emit two reloads for slow mem case, first loading in
3830         fast innermode, then converting to required mode.
3832 2016-08-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3834         * config/rs6000/altivec.h (vec_extract_exp): New macro.
3835         (vec_extract_sig): New macro.
3836         (vec_insert_exp): New macro.
3837         (vec_test_data_class): New macro.
3838         (scalar_extract_exp): New macro.
3839         (scalar_extract_sig): New macro.
3840         (scalar_insert_exp): New macro.
3841         (scalar_test_data_class): New macro.
3842         (scalar_test_neg): New macro.
3843         (scalar_cmp_exp_gt): New macro.
3844         (scalar_cmp_exp_lt): New macro.
3845         (scalar_cmp_exp_eq): New macro.
3846         (scalar_cmp_exp_unordered): New macro.
3847         * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
3848         to enforce constraint that operand is a 7-bit unsigned literal.
3849         * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
3850         for power9 built-ins.
3851         (BU_P9V_VSX_2): Likewise.
3852         (BU_P9V_64BIT_VSX_2): Likewise.
3853         (VSEEDP): Add scalar extract exponent support.
3854         (VSEESP): Add scalar extract signature support.
3855         (VSTDCNDP): Add scalar test negative support.
3856         (VSTDCNSP): Likewise.
3857         (VSIEDP): Add scalar insert exponent support.
3858         (VSCEDPGT): Add scalar compare exponent greater than support.
3859         (VSCEDPLT): Add scalar compare exponent less than support.
3860         (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
3861         (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
3862         (VSTDCDP): Add scalar test data class support.
3863         (VSTDCSP): Likewise.
3864         (VSEEDP): Add overload support for scalar extract exponent
3865         operation.
3866         (VSESDP): Add overload support for scalar extract signature
3867         operation.
3868         (VSTDCN): Add overload support for scalar test negative
3869         operation.
3870         (VSTDCNDP): Add overload support for scalar test negative
3871         operation.
3872         (VSTDCNSP): Add overload support for scalar test negative
3873         operation.
3874         (VSIEDP): Add overload support for scalar insert exponent
3875         operation.
3876         (VSTDC): Add overload support for scalar test data class
3877         operation.
3878         (VSTDCDP): Add overload support for scalar test data class
3879         operation.
3880         (VSTDCSP): Add overload support for scalar test data class
3881         opreation.
3882         (VSCEDPGT): Add overload support for scalar compare exponent
3883         greater than operation.
3884         (VSCEDPLT): Add overload support for scalar compare exponent
3885         less than operation.
3886         (VSCEDPEQ): Add overload support for scalar compare exponent
3887         test-for-equality operation.
3888         (VSCEDPUO): Add overload support for scalar compare exponent
3889         test-for-unordered operation.
3890         (VEEDP): Add vector extract exponent support.
3891         (VEESP): Likewise.
3892         (VESDP): Add vector extract significand support.
3893         (VESSP): Likewise.
3894         (VIEDP): Add vector insert exponent support.
3895         (VIESP): Likewise.
3896         (VTDCDP): Add vector test data class support.
3897         (VTDCSP): Likewise.
3898         (VES): Add overload support for vector extract significand operation.
3899         (VESDP): Likewise.
3900         (VESSP): Likewise
3901         (VEE): Add overload support for vector extract exponent operation.
3902         (VEEDP): Likewise.
3903         (VEESP): Likewise.
3904         (VTDC): Add overload support for vector test data class operation.
3905         (VTDCDP): Likewise.
3906         (VTDCSP): Likewise.
3907         (VIE): Add overload support for vector insert exponent operation.
3908         (VIEDP): Likewise.
3909         (VIESP): Likewise.
3910         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3911         overloaded binary floating point functions.
3912         (altivec_resolve_overloaded_builtin): Improve error messages to
3913         distinguish between functions not supported in the current
3914         compiler configuration and functions that were invoked with an
3915         invalid parameter combination, and include the built-in function
3916         name in both error messages.
3917         * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
3918         New prototype.
3919         * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
3920         function.
3921         (rs6000_expand_binop_builtin): Add check to enforce that argument
3922         2 of the test data class operations is a 7-bit unsigned literal.
3923         (rs6000_invalid_builtin): Add code to issue an error message if a
3924         built-in function that requires the power9_vector and -m32
3925         command-line options is compiled without these options.
3926         * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
3927         (UNSPEC_VSX_SXSIGDP): New value.
3928         (UNSPEC_VSX_SXSIGPDP): New value.
3929         (UNSPEC_VSX_SIEXPDP): New value.
3930         (UNSPEC_VSX_SCMPEXPDP): New value.
3931         (UNSPEC_VSX_STSTDC): New value.
3932         (UNSPEC_VSX_VXEXP): New value.
3933         (UNSPEC_VSX_VXSIG): New value.
3934         (UNSPEC_VSX_VIEXP): New value.
3935         (UNSPEC_VSX_VTSTDC): New value.
3936         (xsxexpdp): New insn for scalar extract exponent.
3937         (xsxsigdp): New insn for scalar extract significand.
3938         (xsiexpdp): New insn for scalar insert exponent.
3939         (xscmpexpdp_<code>): New expansion for scalar compare exponents.
3940         (*xscmpexpdp): New insn for scalar compare exponents.
3941         (xststdc<Fvsx): New expansion for both single- and
3942         double-precision scalar test data class operations.
3943         (xststdcneg<Fvsx>): New expansion for both single- and
3944         double-precision scalar test for negative value operations.
3945         (*xststdc<Fvsx>): New insn for scalar test data class
3946         operation.
3947         (xvxexp<VSs>): New insn for single- and double-precision
3948         vector extract exponent operation.
3949         (xvxsig<VSs>): New insn for single- and double-precision
3950         vector extract significand operation.
3951         (xviexp<VSs>): New insn for single- and double-precision
3952         vector insert exponent operation.
3953         (xvtstdc<VSs>): New insn for single- and double-precision
3954         vector test data class operation.
3955         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
3956         built-in functions to represent the Power9 binary floating-point
3957         support instructions.
3959 2016-08-10  bin cheng  <bin.cheng@arm.com>
3961         * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
3963 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
3964             Renlin Li  <renlin.li@arm.com>
3965             Bin Cheng  <bin.cheng@arm.com>
3967         * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
3968         * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
3969         gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
3970         (aarch64_vcond_internal<mode><mode>): Delete pattern.
3971         (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
3972         (vcond<v_cmp_result><mode>): Ditto.
3973         (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
3974         (vcondu<mode><mode>): Ditto.
3975         (vcond<v_cmp_mixed><mode>): New pattern.
3976         (vcondu<mode><v_cmp_mixed>): New pattern.
3977         (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
3978         of aarch64_vcond_internal.
3980 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
3981             Renlin Li  <renlin.li@arm.com>
3982             Bin Cheng  <bin.cheng@arm.com>
3984         * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
3985         (vec_cmp<mode><v_cmp_result>): New pattern.
3986         (vec_cmpu<mode><mode>): New pattern.
3987         (vcond_mask_<mode><v_cmp_result>): New pattern.
3989 2016-08-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
3991         PR tree-optimization/71734
3992         * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
3993         REF_LOOP, invoke ref_indep_loop_p_1.
3994         (outermost_indep_loop): Pass LOOP argumnet where REF was defined
3995         to ref_indep_loop_p.
3996         (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
3997         combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
3998         is inside LOOP, do not cache dpendence value for loops with
3999         non-zero SAFELEN.
4000         (ref_indep_loop_p_2): Delete function.
4001         (can_sm_ref_p): Pass LOOP as additional argument to
4002         ref_indep_loop_p.
4004 2016-08-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
4006         PR target/72853
4007         * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
4008         being an offsettable address.
4010 2016-08-10  Martin Liska  <mliska@suse.cz>
4012         PR gcov-profile/58306
4013         * tree-profile.c (gimple_init_edge_profiler): Create conditionally
4014         atomic variants of profile update functions.
4016 2016-08-10  Martin Liska  <mliska@suse.cz>
4018         Cherry picked (and modified) from google-4_7 branch
4019         2012-12-26  Rong Xu  <xur@google.com>
4020         * common.opt (fprofile-update): Add new flag.
4021         * coretypes.h: Define enum profile_update.
4022         * doc/invoke.texi: Document -fprofile-update.
4023         * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
4024         GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
4025         * tree-profile.c (gimple_init_edge_profiler): Generate
4026         also atomic profiler update.
4027         (gimple_gen_edge_profiler): Likewise.
4029 2016-08-10  David Malcolm  <dmalcolm@redhat.com>
4031         * toplev.c (finalize): Set aux_info_file, asm_out_file, and
4032         stack_usage_file to NULL after fclose calls.
4034 2016-08-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
4036         PR target/71873
4037         * reload.c (push_reload): Compute subreg_in_class for
4038         subregs of constants and plus expressions. Remove special
4039         handling of SYMBOL_REFs.
4041 2016-08-10  Alan Modra  <amodra@gmail.com>
4043         PR target/71680
4044         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
4045         SImode for TARGET_E500_DOUBLE when given SImode.
4047 2016-08-09  David Wohlferd  <dw@LimeGreenSocks.com>
4049         * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
4050         unused variable __O.
4052 2016-08-09  Martin Liska  <mliska@suse.cz>
4054         * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
4055         _gcov_reset to __gcov_reset.
4056         * doc/gcov-tool.texi: Fix typo.
4058 2016-08-09  Martin Liska  <mliska@suse.cz>
4060         * value-prof.c (gimple_divmod_values_to_profile): Do not
4061         instrument MOD histogram if a value is not a SSA name.
4063 2016-08-09  Martin Liska  <mliska@suse.cz>
4065         * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
4066         values.
4068 2016-08-09  Renlin Li  <renlin.li@arm.com>
4070         PR middle-end/64971
4071         * calls.c (prepare_call_address): Convert funexp to Pmode when
4072         necessary.
4073         * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
4074         (sibcall_value): Likewise.
4076 2016-08-09  Marek Polacek  <polacek@redhat.com>
4078         PR c/7652
4079         * cselib.c (cselib_expand_value_rtx_1): Add return.
4080         * gengtype.c (dbgprint_count_type_at): Likewise.
4081         * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
4082         * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
4084 2016-08-09  Martin Jambor  <mjambor@suse.cz>
4086         PR ipa/71981
4087         * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
4088         if instance is a MEM_REF.
4090 2016-08-09  Uros Bizjak  <ubizjak@gmail.com>
4092         PR target/72843
4093         * config/i386/i386.md (*movtf_internal): Use
4094         lra_in_progress || reload_completed instead of !can_create_pseudo_p
4095         in the insn constraint.
4096         (*movxf_internal): Ditto.
4097         (*movdf_internal): Ditto.
4098         (*movsf_internal): Ditto.
4100 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
4102         PR tree-optimization/72772
4103         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
4104         for expanded base.
4106 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
4108         PR tree-optimization/72772
4109         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
4110         parameter STOP.
4111         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
4112         parameter STOP and update calls.  Move expand_simple_operations
4113         function call from here...
4114         (simplify_using_initial_conditions): ...to here.  Delete parameter
4115         STOP.
4116         (tree_simplify_using_condition): Delete parameter STOP.
4117         * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
4118         simplify_using_initial_conditions.
4120 2016-08-09  Matthew Fortune  <matthew.fortune@imgtec.com>
4122         PR c/65345
4123         * config/mips/mips.c (mips_atomic_assign_expand_fenv):
4124         Use create_tmp_var_raw instead of create_tmp_var.
4126 2016-08-09  Richard Biener  <rguenther@suse.de>
4128         * tree-ssa-threadbackward.c (profitable_jump_thread_path):
4129         Treat same SSA names related.
4131 2016-08-09  Jakub Jelinek  <jakub@redhat.com>
4133         PR tree-optimization/72824
4134         * tree-loop-distribution.c (const_with_all_bytes_same): Verify
4135         real_zerop is not negative.
4137 2016-08-09  Richard Biener  <rguenther@suse.de>
4139         PR tree-optimization/71802
4140         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
4141         all merge opportunities with the predecessor.
4143 2016-08-09  Richard Biener  <rguenther@suse.de>
4145         PR ipa/68273
4146         * ipa-prop.c (ipa_modify_formal_parameters): Build
4147         parameter types with natural alignment also for the
4148         over-aligned case.
4150 2016-08-08  Andi Kleen  <ak@linux.intel.com>
4152         * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
4154 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
4156         PR c/64955
4157         * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
4158         do-nothing langhook.
4159         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
4160         * langhooks.h (struct lang_hooks): Add run_lang_selftests.
4161         * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
4162         (selftest::run_tests): Call lang_hooks.run_lang_selftests.
4164 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
4166         PR bootstrap/72844
4167         * input.c: Ensure that HAVE_ICONV is defined.
4169 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
4171         PR middle-end/72781
4172         * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
4173         private vars for lastprivate and for linear iterator.
4175         PR middle-end/68762
4176         * omp-simd-clone.c: Include varasm.h.
4177         (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
4178         DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
4179         DECL_ONE_ONLY call make_decl_one_only.  Fix up spelling in comment and
4180         update function name.
4182 2016-07-29  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
4184         * config/avr/driver-avr.c (specfiles_doc_url): Remove.
4185         (avr_diagnose_devicespecs_error): Remove.
4186         (avr_devicespecs_file): Remove composing absolute path for specfile
4187         and its verbose info. Remove conditions to check specs-file,
4189 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
4191         PR rtl-optimization/72821
4192         * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
4193         just return false for them.
4195 2016-08-08  Alan Modra  <amodra@gmail.com>
4197         PR target/72771
4198         * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
4199         toc refs created during reload.  Update function comment.
4201 2016-08-08  Alan Modra  <amodra@gmail.com>
4203         PR target/72802
4204         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
4205         alternatives.  Put loads first, then stores, and reg/reg moves
4206         within same class later.  Delete attr length.
4208 2016-08-08  Alan Modra  <amodra@gmail.com>
4210         PR target/72802
4211         * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
4212         (mem_operand_ds_form): New predicate.
4213         * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
4214         * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
4215         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
4216         * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
4217         (extendsfdf2_fpr): Replace o constraint with wY.
4219 2016-08-07  Jan Hubicka  <hubicka@ucw.cz>
4221         * tree-ssa-threadbackward.c: Include tree-inline.h
4222         (profitable_jump_thread_path): Use estimate_num_insns to estimate
4223         size of copied block; for cold paths reduce duplication.
4224         (find_jump_threads_backwards): Remove redundant tests.
4225         (pass_thread_jumps::gate): Enable for -Os.
4227 2016-08-07  Jakub Jelinek  <jakub@redhat.com>
4229         PR c/72816
4230         * stor-layout.c (layout_decl): Fix up formatting.
4231         (relayout_decl): Allow DECL to be FIELD_DECL.
4233 2016-08-07  Alan Modra  <amodra@gmail.com>
4235         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
4237 2016-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
4239         * data-streamer-in.c (streamer_read_wide_int): New.
4240         (streamer_read_widest_int): Renamed function.
4241         * data-streamer-out.c (streamer_write_wide_int): New
4242         (streamer_write_widest_int): Renamed function.
4243         * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
4244         data-stream-in.c.
4245         (input_cfg): Call renamed function.
4246         * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
4247         data-stream-out.c.
4248         (output_cfg): Call renamed function.
4249         * data-streamer.h: Add declarations.
4251 2016-08-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4253         * tree-ssa-ccp.c (extend_mask): New param sgn.
4254         Remove ORing with wi::mask.
4255         (get_default_value): Adjust call to extend_mask to pass sign.
4256         (evaluate_stmt): Likewise.
4258 2016-08-06  Jakub Jelinek  <jakub@redhat.com>
4260         * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
4261         INT64_MAX.
4263 2016-08-06  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4265         * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
4266         transform if operand's type is pointer to function or method.
4268 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
4270         PR tree-optimization/18046
4271         * tree-ssa-threadedge.c: Include cfganal.h.
4272         (simplify_control_statement_condition): If simplifying a
4273         GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
4274         with the dominating ASSERT_EXPR before handing it off to VRP.
4275         Mention that a CASE_LABEL_EXPR may be returned.
4276         (thread_around_empty_blocks): Adjust to handle
4277         simplify_control_statement_condition() returning a
4278         CASE_LABEL_EXPR.
4279         (thread_through_normal_block): Likewise.
4280         * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
4281         a switch statement by trying to determine which case label
4282         will be taken.
4284 2016-08-05  Vladimir Makarov  <vmakarov@redhat.com>
4286         PR rtl-optimization/69847
4287         * lra-constraints.c (process_invariant_for_inheritance): Save
4288         pattern instead of src.
4289         (remove_inheritance_pseudos): Use the pattern.  Add assert.
4291 2016-08-05  David Malcolm  <dmalcolm@redhat.com>
4293         * input.c (string_concat::string_concat): New constructor.
4294         (string_concat_db::string_concat_db): New constructor.
4295         (string_concat_db::record_string_concatenation): New method.
4296         (string_concat_db::get_string_concatenation): New method.
4297         (string_concat_db::get_key_loc): New method.
4298         (class auto_cpp_string_vec): New class.
4299         (get_substring_ranges_for_loc): New function.
4300         (get_source_range_for_substring): New function.
4301         (get_num_source_ranges_for_substring): New function.
4302         (class selftest::lexer_test_options): New class.
4303         (struct selftest::lexer_test): New struct.
4304         (class selftest::ebcdic_execution_charset): New class.
4305         (selftest::ebcdic_execution_charset::s_singleton): New variable.
4306         (selftest::lexer_test::lexer_test): New constructor.
4307         (selftest::lexer_test::~lexer_test): New destructor.
4308         (selftest::lexer_test::get_token): New method.
4309         (selftest::assert_char_at_range): New function.
4310         (ASSERT_CHAR_AT_RANGE): New macro.
4311         (selftest::assert_num_substring_ranges): New function.
4312         (ASSERT_NUM_SUBSTRING_RANGES): New macro.
4313         (selftest::assert_has_no_substring_ranges): New function.
4314         (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
4315         (selftest::test_lexer_string_locations_simple): New function.
4316         (selftest::test_lexer_string_locations_ebcdic): New function.
4317         (selftest::test_lexer_string_locations_hex): New function.
4318         (selftest::test_lexer_string_locations_oct): New function.
4319         (selftest::test_lexer_string_locations_letter_escape_1): New function.
4320         (selftest::test_lexer_string_locations_letter_escape_2): New function.
4321         (selftest::test_lexer_string_locations_ucn4): New function.
4322         (selftest::test_lexer_string_locations_ucn8): New function.
4323         (selftest::uint32_from_big_endian): New function.
4324         (selftest::test_lexer_string_locations_wide_string): New function.
4325         (selftest::uint16_from_big_endian): New function.
4326         (selftest::test_lexer_string_locations_string16): New function.
4327         (selftest::test_lexer_string_locations_string32): New function.
4328         (selftest::test_lexer_string_locations_u8): New function.
4329         (selftest::test_lexer_string_locations_utf8_source): New function.
4330         (selftest::test_lexer_string_locations_concatenation_1): New
4331         function.
4332         (selftest::test_lexer_string_locations_concatenation_2): New
4333         function.
4334         (selftest::test_lexer_string_locations_concatenation_3): New
4335         function.
4336         (selftest::test_lexer_string_locations_macro): New function.
4337         (selftest::test_lexer_string_locations_stringified_macro_argument):
4338         New function.
4339         (selftest::test_lexer_string_locations_non_string): New function.
4340         (selftest::test_lexer_string_locations_long_line): New function.
4341         (selftest::test_lexer_char_constants): New function.
4342         (selftest::input_c_tests): Call the new test functions once per
4343         case within the line_table test matrix.
4344         * input.h (struct string_concat): New struct.
4345         (struct location_hash): New struct.
4346         (class string_concat_db): New class.
4347         * substring-locations.h: New header.
4349 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
4351         PR tree-optimization/72810
4352         * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
4353         the type of the case labels when truncating.
4355 2016-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
4357         PR Target/72819
4358         * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
4359         (aarch64_fp16_ptr_type_node): Likewise.
4360         * config/aarch64/aarch64-simd-builtins.c
4361         (aarch64_fp16_ptr_type_node): Define.
4362         (aarch64_init_fp16_types): New, refactored out of...
4363         (aarch64_init_builtins): ...here, update to call
4364         aarch64_init_fp16_types.
4365         * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
4366         HFmode.
4367         (aapcs_vfp_sub_candidate): Likewise.
4369 2016-08-05  Martin Liska  <mliska@suse.cz>
4370             Joshua Cranmer  <Pidgeot18@gmail.com>
4372         * gcov.c (line_t::has_block): New function.
4373         (enum loop_type): New enum.
4374         (handle_cycle): New function.
4375         (unblock): Likewise.
4376         (circuit): Likewise.
4377         (get_cycles_count): Likewise.
4378         (accumulate_line_counts): Use new loop detection algorithm.
4380 2016-08-05  Martin Liska  <mliska@suse.cz>
4382         * gcov.c (output_intermediate_file): Rename
4383         function_info::line_next to next_file_fn.
4384         (process_file): Likewise.
4385         (read_graph_file): Likewise.
4386         (accumulate_line_counts): Likewise.
4387         (output_lines): Likewise.
4389 2016-08-05  Richard Biener  <rguenther@suse.de>
4391         * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
4392         restriction on threading to a loop header.
4394 2016-08-05  Richard Biener  <rguenther@suse.de>
4396         * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
4397         * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
4398         adjust loop info accordingly.
4400 2016-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
4402         * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
4403         before folding call to __builtin_constant_p with parameters to false.
4405 2016-08-05  Alan Modra  <amodra@gmail.com>
4407         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
4408         code accidentally committed 2016-05-02 providing class when given
4409         NO_REGS.
4411 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
4413         * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
4414         the case label ranges that partially overlap with OP's value
4415         range.
4417 2016-08-04  Uros Bizjak  <ubizjak@gmail.com>
4419         PR target/72805
4420         * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
4421         Cast builtin function result to __mmask16 instead of __mmask8.
4422         (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
4423         (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
4424         (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
4426 2016-08-04  David Malcolm  <dmalcolm@redhat.com>
4428         * selftest.h (ASSERT_TRUE): Reimplement in terms of...
4429         (ASSERT_TRUE_AT): New macro.
4430         (ASSERT_FALSE): Reimplement in terms of...
4431         (ASSERT_FALSE_AT): New macro.
4432         (ASSERT_STREQ_AT): Fix typo in comment.
4434 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
4436         * gimple.c (preprocess_case_label_vec_for_gimple): When the case
4437         labels are exhaustive, designate the label with the widest
4438         range to be the default label.
4440 2016-08-04  Andrew Pinski  <apinski@cavium.com>
4442         * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
4443         (thunderx_tunings): Use thunderx_vector_cost instead of
4444         generic_vector_cost.
4446 2016-08-04  Martin Liska  <mliska@suse.cz>
4448         * gcov.c (main): Fix GNU coding style.
4449         (output_intermediate_file): Likewise.
4450         (process_file): Likewise.
4451         (generate_results): Likewise.
4452         (release_structures): Likewise.
4453         (create_file_names): Likewise.
4454         (find_source): Likewise.
4455         (read_graph_file): Likewise.
4456         (find_exception_blocks): Likewise.
4457         (canonicalize_name): Likewise.
4458         (make_gcov_file_name): Likewise.
4459         (mangle_name): Likewise.
4460         (accumulate_line_counts): Likewise.
4461         (output_branch_count): Likewise.
4462         (read_line): Likewise.
4464 2016-08-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4466         PR rtl-optimization/71779
4467         * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
4468         if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
4469         or if it was truncated.
4471         PR rtl-optimization/70903
4472         * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
4474 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
4476         * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
4477         accessing SSA_NAME_PTR_INFO.
4479 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
4481         PR 70677
4482         * common/config/avr/avr-common.c (avr_option_optimization_table)
4483         [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
4485 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
4487         PR 55181
4488         * config/avr/avr.md: New pattern to work around do_store_flag
4489         generating shift instructions for bit extractions.
4491 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
4493         * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
4494         BITMAP_ALLOC.
4495         (add_equivalence): Likewise.
4496         (get_value_range): Allocate value range with vrp_value_range_pool.
4497         (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
4498         (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
4500 2016-08-03  Peter Bergner  <bergner@vnet.ibm.com>
4502         * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
4503         the default for the rs6000 port.
4505 2016-08-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4507         PR middle-end/71876
4508         * calls.c (special_function_p): Remove special handling of
4509         "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
4510         prefix "__x".  Recognize "savectx", "vfork" and "getcontext" only
4511         without prefix.  Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
4513 2016-08-03  Vladimir Makarov  <vmakarov@redhat.com>
4515         PR middle-end/72778
4516         * lra-spills.c (regno_in_use_p): Check bb and regno modification.
4517         Don't stop on regular insns.
4519 2016-08-03  Nathan Sidwell  <nathan@codesourcery.com>
4521         * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
4522         size to DImode boundary.
4523         (nvptx_propagate): Likewise.
4525 2016-08-03  Alan Modra  <amodra@gmail.com>
4527         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
4528         float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
4529         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
4530         from -mefficient-unaligned-vector.  Note that this affects fp too.
4532 2016-08-03  Alan Modra  <amodra@gmail.com>
4534         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
4535         cost more.
4537 2016-08-03  Alan Modra  <amodra@gmail.com>
4539         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
4540         to a reg.  Localize vars.
4542 2016-08-03  Alan Modra  <amodra@gmail.com>
4544         * config/rs6000/rs6000.opt: Remove negatives from help strings
4545         and comments.
4547 2016-08-03  Alan Modra  <amodra@gmail.com>
4549         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
4550         Delete duplicated code.
4552 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
4554         PR middle-end/72778
4555         * lra-spills.c (regno_in_use_p): New.
4556         (lra_final_code_change): Use it.
4558 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
4560         PR rtl-optimization/69847
4561         * lra-int.h (struct lra-reg): Use restore_rtx instead of
4562         restore_regno.
4563         (lra_rtx_hash): New.
4564         * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
4565         of restore_regno.
4566         (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
4567         * lra-remat.c (rtx_hash): Rename and Move to lra.c.
4568         * lra-spills.c (lra_final_code_change): Don't delete insn when the
4569         next insn is USE with the same reg as the current insn source.
4570         * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
4571         of restore_regno.
4572         (lra_constraints_init): Call initiate_invariants.
4573         (lra_constraints_finish): Call finish_invariants.
4574         (struct invariant, invariant_t, invariant_ptr_t): New.
4575         (const_invariant_ptr_t, invariants, invariants_pool): New.
4576         (invariant_table, invariant_hash, invariant_eq_p): New.
4577         (insert_invariant, initiate_invariants, finish_invariants): New.
4578         (clear_invariants, invalid_invariant_regs): New.
4579         (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
4580         instead of restore_regno.
4581         (invariant_p, process_invariant_for_inheritance): New.
4582         (inherit_in_ebb): Implement invariant inheritance.
4583         (lra_inheritance): Initialize and finalize invalid_invariant_regs.
4584         (remove_inheritance_pseudos): Implement undoing invariant
4585         inheritance.
4586         (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
4587         instead of restore_regno.
4588         * lra-assigns.c (regno_live_length): New.
4589         (reload_pseudo_compare_func): Use regno_live_length.
4590         (assign_by_spills): Use restore_rtx instead of restore_regno.
4591         (lra_assign): Ditto.  Initiate regno_live_length.
4593 2016-02-08  James Greenhalgh  <james.greenhalgh@arm.com>
4595         * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
4596         __builtin_aarch64_fmindf.
4598 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
4600         PR tree-optimization/34114
4601         * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
4602         information for more control IVs.
4604 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
4606         PR tree-optimization/34114
4607         * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
4608         PLUS_EXPR case.  Handle SSA_NAME case.
4610 2016-08-02  Tamar Christina  <tamar.christina@arm.com>
4612         * config/aarch64/aarch64-simd-builtins.def
4613         (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
4614         (__builtin_aarch64_fmaxdf): Likewise.
4615         (__builtin_aarch64_smin_nandf): Likewise.
4616         (__builtin_aarch64_smax_nandf): Likewise.
4617         * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
4618         * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
4619         (<fmaxmin><mode>3): ...this.
4620         * config/aarch64/arm_neon.h (vmaxnm_f64): New.
4621         (vminnm_f64): Likewise.
4622         (vmin_f64): Likewise.
4623         (vmax_f64): Likewise.
4624         * config/aarch64/iterators.md (FMAXMIN): Merge with...
4625         (FMAXMIN_UNS): ...this.
4626         (fmaxmin): Merged with
4627         (fmaxmin_op): ...this...
4628         (maxmin_uns_op): ...in to this.
4630 2016-08-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
4632         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4633         Add support for vec_extract on vector float, vector int, vector
4634         short, and vector char vector types.
4635         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
4636         vector float, vector int, vector short, and vector char
4637         optimizations on 64-bit ISA 2.07 systems for both constant and
4638         variable element numbers.
4639         (rs6000_split_vec_extract_var): Likewise.
4640         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
4641         Altivec registers on ISA 2.07 and above.
4642         (vsx_extract_v4sf): Delete alternative that hard coded element 0,
4643         which never was matched due to the split occuring before register
4644         allocation (and the code would not have worked on little endian
4645         systems if it did match).  Allow extracts to go to the Altivec
4646         registers if ISA 2.07 (power8).  Change from using "" around the
4647         C++ code to using {}'s.
4648         (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
4649         vec_extracts when the vector is in memory.
4650         (vsx_extract_v4sf_var): New insn to optimize vector float
4651         vec_extracts when the element number is variable on 64-bit ISA
4652         2.07 systems.
4653         (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
4654         for 64-bit ISA 2.07 as well as ISA 3.0.
4655         (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
4656         (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
4657         (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
4658         optimize vector int, vector short, and vector char vec_extracts
4659         when the vector is in memory.
4660         (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
4661         optimize vector int, vector short, and vector char vec_extracts
4662         when the element number is variable.
4664 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
4666         PR target/71948
4667         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
4668         does not overlap with other symbol flags.
4670 2016-08-01  Wilco Dijkstra  <wdijkstr@arm.com>
4672         * config/aarch64/aarch64.h (aarch64_frame):
4673         Remove padding0 and hardfp_offset.  Add locals_offset,
4674         initial_adjust, callee_adjust, callee_offset and final_adjust.
4675         * config/aarch64/aarch64.c (aarch64_layout_frame):
4676         Remove unused padding0 and hardfp_offset initializations.
4677         Choose frame layout and set frame variables accordingly.
4678         Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
4679         (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
4680         (aarch64_pop_regs): Likewise.
4681         (aarch64_expand_prologue): Remove all decision code, just emit
4682         prolog according to frame variables.
4683         (aarch64_expand_epilogue): Remove all decision code, just emit
4684         epilog according to frame variables.
4685         (aarch64_initial_elimination_offset): Use offset to local/arg area.
4687 2015-08-01  H.J. Lu  <hongjiu.lu@intel.com>
4689         PR target/72748
4690         * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
4691         fix_debug_reg_uses after changing source register mode to
4692         V1TImode if source register is undefined.
4694 2015-08-01  Alan Hayward  <alan.hayward@arm.com>
4696         PR tree-optimization/71818
4697         * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
4698         with non invariant evolutions
4700 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
4702         PR target/72767
4703         * config/avr/avr.md (length) [branch]: Correct insn length
4704         attribute for forward branches.
4706 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
4708         * doc/extend.texi (AVR Built-in Functions): Document
4709         __builtin_avr_nops.
4710         * config/avr/builtins.def (NOPS): New.
4711         * config/avr/avr.c (avr_expand_nops): New static function.
4712         (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
4714 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4716         * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
4717         performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
4718         addresses.
4720 2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>
4722         * config/aarch64/aarch64.c (vulcan_tunings): Update
4723         vulcan L1 cache_line_size.
4725 2016-07-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
4727         * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
4728         function that takes a vector memory address, a hard register, an
4729         element number and a temporary base register, and recreates an
4730         address that points to the appropriate element within the vector.
4731         * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
4732         (rs6000_split_vec_extract_var): Add support for the target of a
4733         vec_extract with variable element number being a scalar memory
4734         location.
4735         (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
4736         swappable.
4737         * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
4738         vsx_extract_<mode>_load insn with a new insn that optimizes
4739         storing either element to a memory location, using scratch
4740         registers to pick apart the vector and reconstruct the address.
4741         (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
4742         (vsx_extract_<mode>_store): Rework alternatives to more correctly
4743         support Altivec registers.  Add support for ISA 3.0 Altivec d-form
4744         store instruction.
4745         (vsx_extract_<mode>_var): Add support for extracting a variable
4746         element number from memory.
4748 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
4750         * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
4751         when testing for compares against constants of the form 0xabab.
4753 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
4755         PR tree-optimization/57558
4756         * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
4757         function.
4758         (vect_loop_versioning): Support versioning with niter assumptions.
4759         * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
4760         (vect_get_loop_niters): New parameter.  Reimplement to support
4761         assumptions in loop niter info.
4762         (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
4763         (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
4764         (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
4765         Support loop versioning for niters.
4766         * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
4767         (vect_free_loop_info_assumptions): New function.
4768         (vectorize_loops): Free loop niter info for loops with flag
4769         LOOP_F_ASSUMPTIONS set if vectorization failed.
4770         * tree-vectorizer.h (struct _loop_vec_info): New field
4771         num_iters_assumptions.
4772         (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
4773         (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
4774         (LOOP_REQUIRES_VERSIONING): New macro.
4775         (vect_free_loop_info_assumptions): New decl.
4777 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
4779         * cfgloop.h (struct loop): New field constraints.
4780         (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
4781         (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
4782         functions.
4783         * cfgloop.c (alloc_loop): Initialize new field.
4784         * cfgloopmanip.c (copy_loop_info): Copy constraints.
4785         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
4786         Adjust niter analysis wrto loop constraints.
4787         * doc/loop.texi (@node Number of iterations): Add description for loop
4788         constraints.
4790 2016-07-29  Marek Polacek  <polacek@redhat.com>
4792         PR c/7652
4793         * config/i386/i386.c (ix86_expand_args_builtin): Add break.
4794         (ix86_expand_round_builtin): Likewise.
4796 2016-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
4797             Georg-Johann Lay  <avr@gjlay.de>
4799         PR rtl-optimization/71976
4800         * combine.c (get_last_value): Return 0 if the argument for which
4801         the function is called has a wider mode than the recorded value.
4803 2016-07-29  Marek Polacek  <polacek@redhat.com>
4805         PR c/7652
4806         * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
4807         (altivec_expand_st_builtin): Likewise.
4809 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
4811         * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
4812         introduced in r238381.
4814 2016-07-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
4816         PR middle-end/68217
4817         * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
4818         & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
4820 2016-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
4822         * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
4823         New declaration.
4824         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4825         Add support for vec_extract of vector double or vector long having
4826         a variable element number on 64-bit ISA 2.07 systems or newer.
4827         * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
4828         Likewise.
4829         (rs6000_split_vec_extract_var): New function to split a
4830         vec_extract built-in function with variable element number.
4831         (rtx_is_swappable_p): Variable vec_extracts and shifts are not
4832         swappable.
4833         * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
4834         (UNSPEC_VSX_EXTRACT): Likewise.
4835         (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
4836         direct move instructions to be generated on 64-bit ISA 2.07
4837         systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
4838         instruction.
4839         (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
4840         arguments for vec_extract variable element.
4841         (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
4842         vec_extract with variable element on V2DFmode and V2DImode
4843         vectors.
4844         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
4845         -mupper-regs-df requirement, since it isn't needed.
4846         (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
4847         do direct moves on 64-bit systems, which allows optimization of
4848         vec_extract on 64-bit ISA 2.07 systems and newer.
4850 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
4851 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
4853          * config/aarch64/aarch64.md
4854         (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
4855         statement and type.
4856         (<optab>qihi2_aarch64): Likewise, and split into two.
4857         (extendqihi2_aarch64): New.
4858         (zero_extendqihi2_aarch64): New.
4859         * config/aarch64/iterators.md (ldrxt): Remove.
4860         * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
4861         uxtb/uxth.
4863 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
4865         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
4867 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
4869         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
4870         (aarch64_push_reg): New function to push 1 or 2 registers.
4871         (aarch64_pop_reg): New function to pop 1 or 2 registers.
4872         (aarch64_expand_prologue): Use aarch64_push_regs.
4873         (aarch64_expand_epilogue): Use aarch64_pop_regs.
4875 2016-07-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
4877         PR tree-optimization/71734
4878         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
4879         attribute instead of REF_LOOP and use it.
4880         (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
4881         set it for Loops having non-zero safelen attribute.
4882         (ref_indep_loop_p): Pass zero as initial value for safelen.
4884 2016-07-28  Ilya Enkovich  <ilya.enkovich@intel.com>
4886         PR middle-end/72657
4887         PR target/72683
4888         * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
4889         call using chkp_gimple_call_builtin_p.
4890         (chkp_copy_bounds_for_assign): Likewise.
4892 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4894         * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
4895         * config/arm/arm-protos.h (struct tune_params): Likewise.
4896         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
4897         (cortex_a9_sched_adjust_cost): Likewise.
4898         (fa726te_sched_adjust_cost): Likewise.
4899         (arm_adjust_cost): Likewise.
4900         * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
4901         * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
4902         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
4903         * config/i386/i386.c (ix86_adjust_cost): Likewise.
4904         * config/ia64/ia64.c: Likewise.
4905         * config/m68k/m68k.c: Likewise.
4906         * config/mep/mep.c (mep_adjust_cost): Likewise.
4907         * config/microblaze/microblaze.c (microblaze_adjust_cost):
4908         * Likewise.
4909         * config/mips/mips.c (mips_adjust_cost): Likewise.
4910         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
4911         * Likewise.
4912         * config/pa/pa.c (pa_adjust_cost): Likewise.
4913         * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
4914         (rs6000_debug_adjust_cost): Likewise.
4915         * config/sh/sh.c (sh_adjust_cost): Likewise.
4916         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
4917         (hypersparc_adjust_cost): Likewise.
4918         (sparc_adjust_cost): Likewise.
4919         * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
4920         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
4921         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
4922         * Likewise.
4923         * config/visium/visium.c (visium_adjust_cost): Likewise.
4924         * doc/tm.texi: Regenerate.
4925         * haifa-sched.c (dep_cost_1): Adjust.
4926         * target.def: Merge adjust_cost and adjust_cost_2.
4928 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4930         * haifa-sched.c (add_to_speculative_block): Make twins a vector.
4932 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4934         * store-motion.c (struct st_expr): Make pattern_regs a vector.
4935         (extract_mentioned_regs): Append to a vector instead of
4936         returning a rtx_expr_list.
4937         (st_expr_entry): Adjust.
4938         (free_st_expr_entry): Likewise.
4939         (store_ops_ok): Likewise.
4940         (store_killed_in_insn): Likewise.
4941         (find_moveable_store): Likewise.
4943 2016-07-28  Martin Liska  <mliska@suse.cz>
4945         PR gcov-profile/68025
4946         * tree-profile.c (tree_profiling): Respect
4947         no_profile_instrument_function attribute.
4948         * doc/extend.texi: Document no_profile_instrument_function
4949         attribute.
4951 2016-07-28  Martin Liska  <mliska@suse.cz>
4953         PR rtl-optimization/70944
4954         * combine.c (make_compound_operation):
4955         Do not allow make_compound_operation for vector mode
4957 2016-07-28  Kugan Vivekanandarajah  <kuganv@linaro.org>
4959         PR middle-end/71994
4960         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
4961          before calling get_ops.
4963 2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4965         * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
4966         * tree.h (LOG2_BITS_PER_UNIT): ...to here.
4967         (BITS_PER_UNIT_LOG): Remove.
4968         (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
4969         * expr.c (expand_assignment): Likewise.
4970         * stor-layout.c (initialize_sizetypes): Likewise.
4972 2016-07-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
4974         * config/rs6000/vector.md (vec_extract<mode>): Change the calling
4975         signature of rs6000_expand_vector_extract so that the element
4976         number is a RTX instead of a constant integer.
4977         * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
4978         Likewise.
4979         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
4980         (altivec_expand_vec_ext_builtin): Likewise.
4981         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
4982         * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
4983         MFVSRLD instruction.
4985 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
4987         * input.c (get_pure_location): Move here from tree.c.
4988         (make_location): Likewise.  Add header comment.
4989         (selftest::test_accessing_ordinary_linemaps): Verify
4990         pure_location_p, make_location, get_location_from_adhoc_loc and
4991         get_range_from_loc.
4992         * input.h (get_pure_location): Move declaration here from tree.h.
4993         (get_finish): Likewise for inline function.
4994         (make_location): Likewise for declaration.
4995         * tree.c (get_pure_location): Move to input.c.
4996         (make_location): Likewise.
4997         * tree.h (get_pure_location): Move declaration to tree.h.
4998         (get_finish): Likewise for inline function.
4999         (make_location): Likewise for declaration.
5001 2016-07-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
5003         PR middle-end/71078
5004         * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
5006 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
5008         * system.h (STATIC_ASSERT): Use static_assert if building
5009         with C++11 onwards.
5011 2016-07-27  Richard Biener  <rguenther@suse.de>
5013         PR tree-optimization/72517
5014         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
5015         Revert change to not compute read-read dependences.
5017 2016-07-27  Richard Biener  <rguenther@suse.de>
5019         * predict.c (set_even_probabilities): Make nedges unsigned.
5021 2016-07-27  Martin Liska  <mliska@suse.cz>
5023         * predict.c (set_even_probabilities): Handle unlikely edges.
5024         (combine_predictions_for_bb): Likewise.
5026 2016-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
5028         PR target/71869
5029         * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
5030         __float128 support when we don't have hardware support, so that
5031         the IEEE built-in functions like isgreater, first call __unordkf3
5032         to make sure neither operand is a NaN, and if both operands are
5033         ordered, do the normal comparison.
5035 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
5037         * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
5038         name.
5039         (extract_code_and_val_from_cond_with_ops): Verify that name is
5040         either cond_op0 or cond_op1.
5042 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
5044         PR tree-optimization/18046
5045         * genmodes.c (emit_mode_size_inline): Emit an assert that
5046         verifies that mode is a valid array index.
5047         (emit_mode_nuinits_inline): Likewise.
5048         (emit_mode_inner_inline): Likewise.
5049         (emit_mode_unit_size_inline): Likewise.
5050         (emit_mode_unit_precision_inline): Likewise.
5051         * tree-vrp.c: Include params.h.
5052         (find_switch_asserts): Register edge assertions for the default
5053         label which correspond to the anti-ranges of each case label.
5054         * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
5055         * doc/invoke.texi: Document it.
5057 2016-07-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5059         * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
5060         and unnecessary call to gimple_bb.
5062 2016-07-26  Richard Biener  <rguenther@suse.de>
5064         PR rtl-optimization/71984
5065         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
5066         for VOIDmode.
5068 2016-07-26  Richard Biener  <rguenther@suse.de>
5070         PR middle-end/72517
5071         * expmed.c (extract_bit_field_1): Constrain the vector mode
5072         with element size matching the extraction mode size when
5073         choosing a better vector mode to do the extraction from.
5075 2016-07-26  Richard Biener  <rguenther@suse.de>
5076             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
5078         PR middle-end/70920
5079         * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
5080         pattern.
5082 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5084         * tree-ssa-structalias.c (struct scc_info): Change types of
5085         members to auto_sbitmap and auto_vec.
5086         (scc_info::scc_info): New constructor.
5087         (scc_info::~scc_info): New destructor.
5088         (init_scc_info): Remove.
5089         (free_scc_info): Remove.
5090         (find_indirect_cycles): Adjust.
5091         (perform_var_substitution): Likewise.
5092         (free_var_substitution_info): Likewise.
5094 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5096         * tree-outof-ssa.c (struct elim_graph): Change type of members
5097         to auto_vec and auto_sbitmap.
5098         (elim_graph::elim_graph): New constructor.
5099         (delete_elim_graph): Remove.
5100         (expand_phi_nodes): Adjust.
5102 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5104         * tree-outof-ssa.c (struct elim_graph): Remove typedef.
5105         (new_elim_graph): Adjust.
5106         (clear_elim_graph): Likewise.
5107         (delete_elim_graph): Likewise.
5108         (elim_graph_size): Likewise.
5109         (elim_graph_add_node): Likewise.
5110         (elim_graph_add_edge): Likewise.
5111         (elim_graph_remove_succ_edge): Likewise.
5112         (eliminate_name): Likewise.
5113         (eliminate_build): Likewise.
5114         (elim_forward): Likewise.
5115         (elim_unvisited_predecessor): Likewise.
5116         (elim_backward): Likewise.
5117         (elim_create): Likewise.
5118         (eliminate_phi): Likewise.
5119         (expand_phi_nodes): Likewise.
5121 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5123         * bt-load.c (compute_out): Use auto_sbitmap class.
5124         (link_btr_uses): Likewise.
5125         * cfganal.c (mark_dfs_back_edges): Likewise.
5126         (post_order_compute): Likewise.
5127         (inverted_post_order_compute): Likewise.
5128         (pre_and_rev_post_order_compute_fn): Likewise.
5129         (single_pred_before_succ_order): Likewise.
5130         * cfgexpand.c (pass_expand::execute): Likewise.
5131         * cfgloop.c (verify_loop_structure): Likewise.
5132         * cfgloopmanip.c (fix_bb_placements): Likewise.
5133         (remove_path): Likewise.
5134         (update_dominators_in_loop): Likewise.
5135         * cfgrtl.c (break_superblocks): Likewise.
5136         * ddg.c (check_sccs): Likewise.
5137         (create_ddg_all_sccs): Likewise.
5138         * df-core.c (df_worklist_dataflow): Likewise.
5139         * dse.c (dse_step3): Likewise.
5140         * except.c (eh_region_outermost): Likewise.
5141         * function.c (thread_prologue_and_epilogue_insns): Likewise.
5142         * gcse.c (prune_expressions): Likewise.
5143         (prune_insertions_deletions): Likewise.
5144         * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
5145         * graph.c (draw_cfg_nodes_no_loops): Likewise.
5146         * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
5147         * lcm.c (compute_earliest): Likewise.
5148         (compute_farthest): Likewise.
5149         * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
5150         (unroll_loop_runtime_iterations): Likewise.
5151         (unroll_loop_stupid): Likewise.
5152         * lower-subreg.c (decompose_multiword_subregs): Likewise.
5153         * lra-lives.c: Likewise.
5154         * lra.c (lra): Likewise.
5155         * modulo-sched.c (schedule_reg_moves): Likewise.
5156         (optimize_sc): Likewise.
5157         (get_sched_window): Likewise.
5158         (sms_schedule_by_order): Likewise.
5159         (check_nodes_order): Likewise.
5160         (order_nodes_of_sccs): Likewise.
5161         (order_nodes_in_scc): Likewise.
5162         * recog.c (split_all_insns): Likewise.
5163         * regcprop.c (pass_cprop_hardreg::execute): Likewise.
5164         * reload1.c (reload): Likewise.
5165         * sched-rgn.c (haifa_find_rgns): Likewise.
5166         (split_edges): Likewise.
5167         (compute_trg_info): Likewise.
5168         * sel-sched.c (init_seqno): Likewise.
5169         * store-motion.c (remove_reachable_equiv_notes): Likewise.
5170         * tree-into-ssa.c (update_ssa): Likewise.
5171         * tree-ssa-live.c (live_worklist): Likewise.
5172         * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
5173         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
5174         * Likewise.
5175         (try_peel_loop): Likewise.
5176         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
5177         * Likewise.
5178         * tree-ssa-pre.c (compute_antic): Likewise.
5179         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
5180         * tree-stdarg.c (reachable_at_most_once): Likewise.
5181         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
5182         * var-tracking.c (vt_find_locations): Likewise.
5184 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5186         * sbitmap.h (auto_sbitmap): New class.
5188 2016-07-26  Alan Modra  <amodra@gmail.com>
5190         PR target/72103
5191         * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
5192         sri->t_icode.
5194 2016-07-25  David Malcolm  <dmalcolm@redhat.com>
5196         * input.c (selftest::temp_source_file::temp_source_file): Fix
5197         missing "%s" in fprintf.
5199 2016-07-25  John David Anglin  <danglin@gcc.gnu.org>
5201         PR middle-end/71732
5202         * cselib.c (cselib_process_insn): Invalidate argument slots for
5203         const/pure calls.
5205 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5207         * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
5208         vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
5209         vmulxh_lane_f16, vmulxh_laneq_f16): New.
5211 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5213         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
5214         * config/aarch64/aarch64.md (fma, fnma): Support HF.
5215         * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
5217 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5219         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
5220         * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
5221         New.
5222         (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
5223         (add<mode>3): Likewise.
5224         (sub<mode>3): Likewise.
5225         (mul<mode>3): Likewise.
5226         (div<mode>3): Likewise.
5227         (*div<mode>3): Likewise.
5228         (<fmaxmin><mode>3): Extend to HF.
5229         * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
5230         (fabd<mode>3): Likewise.
5231         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
5232         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
5233         (aarch64_fmulx<mode>): Likewise.
5234         (aarch64_fac<optab><mode>): Likewise.
5235         (aarch64_frecps<mode>): Likewise.
5236         (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
5237         (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
5238         * config/aarch64/iterators.md (VHSDF_SDF): Delete.
5239         (VSDQ_HSDI): Support HI.
5240         (fcvt_target, FCVT_TARGET): Likewise.
5241         * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
5242         vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
5243         vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
5244         vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
5245         vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
5246         vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
5247         vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
5248         vrsqrtsh_f16): New.
5250 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5252         * config.gcc (aarch64*-*-*): Install arm_fp16.h.
5253         * config/aarch64/aarch64-builtins.c (hi_UP): New.
5254         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
5255         * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
5256         mode.
5257         (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
5258         (aarch64_cm<optab><mode>): Likewise.
5259         * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
5260         (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
5261         (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
5262         (sqrt<mode>2): Likewise.
5263         (*sqrt<mode>2): Likewise.
5264         (abs<mode>2): Likewise.
5265         (<optab><mode>hf2): New pattern for HF mode.
5266         (<optab>hihf2): Likewise.
5267         * config/aarch64/arm_neon.h: Include arm_fp16.h.
5268         * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
5269         (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
5270         Support HF mode.
5271         * config/aarch64/arm_fp16.h: New file.
5272         (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
5273         vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
5274         vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
5275         vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
5276         vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
5277         vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
5278         vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
5279         vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
5280         vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
5281         vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
5282         vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
5283         vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
5284         vsqrth_f16): New.
5286 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5288         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
5289         reduc_smin_scal_): Use VDQIF_F16.
5290         (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
5291         * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
5292         Use VHSDF.
5293         (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
5294         * config/aarch64/iterators.md (VDQIF_F16): New.
5295         (vp): Support HF modes.
5296         * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
5297         vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
5299 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5301         * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
5302         "*aarch64_mulx_elt_from_dup<mode>".
5303         (*aarch64_mul3_elt<mode>): Update schedule type.
5304         (*aarch64_mul3_elt_from_dup<mode>): Likewise.
5305         (*aarch64_fma4_elt_from_dup<mode>): Likewise.
5306         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
5307         * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
5308         (f, fp): Support HF modes.
5309         * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
5310         vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
5311         vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
5312         vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
5313         vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
5314         vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
5316 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5318         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
5319         * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
5320         modes.
5321         * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
5322         vfmsq_f16): New.
5324 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5326         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
5327         * config/aarch64/aarch64-simd.md
5328         (aarch64_rsqrts<mode>): Extend to HF modes.
5329         (fabd<mode>3): Likewise.
5330         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
5331         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
5332         (aarch64_<maxmin_uns>p<mode>): Likewise.
5333         (<su><maxmin><mode>3): Likewise.
5334         (<maxmin_uns><mode>3): Likewise.
5335         (<fmaxmin><mode>3): Likewise.
5336         (aarch64_faddp<mode>): Likewise.
5337         (aarch64_fmulx<mode>): Likewise.
5338         (aarch64_frecps<mode>): Likewise.
5339         (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
5340         (add<mode>3): Extend to HF modes.
5341         (sub<mode>3): Likewise.
5342         (mul<mode>3): Likewise.
5343         (div<mode>3): Likewise.
5344         (*div<mode>3): Likewise.
5345         * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
5346         HF, V4HF and V8HF.
5347         * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
5348         * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
5349         vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
5350         vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
5351         vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
5352         vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
5353         vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
5354         vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
5355         vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
5356         vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
5357         vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
5358         vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
5359         vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
5360         vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
5362 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5364         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
5365         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
5366         * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
5367         (neg<mode>2): Likewise.
5368         (abs<mode>2): Likewise.
5369         (<frint_pattern><mode>2): Likewise.
5370         (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
5371         (<optab><VDQF:mode><fcvt_target>2): Likewise.
5372         (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
5373         (ftrunc<VDQF:mode>2): Likewise.
5374         (<optab><fcvt_target><VDQF:mode>2): Likewise.
5375         (sqrt<mode>2): Likewise.
5376         (*sqrt<mode>2): Likewise.
5377         (aarch64_frecpe<mode>): Likewise.
5378         (aarch64_cm<optab><mode>): Likewise.
5379         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
5380         HF, V4HF and V8HF.
5381         * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
5382         (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
5383         (stype): New.
5384         * config/aarch64/arm_neon.h (vdup_n_f16): New.
5385         (vdupq_n_f16): Likewise.
5386         (vld1_dup_f16): Use vdup_n_f16.
5387         (vld1q_dup_f16): Use vdupq_n_f16.
5388         (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
5389         vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
5390         vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
5391         vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
5392         vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
5393         vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
5394         vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
5395         vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
5396         vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
5397         vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
5398         vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
5399         vsqrt_f16, vsqrtq_f16): New.
5401 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5403         * config/aarch64/aarch64-simd.md
5404         (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
5405         (aarch64_ext<mode>): Likewise.
5406         (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
5407         * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
5408         aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
5409         and V8HFmode.
5410         * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
5411         float16x8_t.
5412         (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
5413         __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
5414         vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
5415         vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
5416         vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
5417         vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
5418         vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
5419         New.
5420         (vmov_n_f16): Reimplement using vdup_n_f16.
5421         (vmovq_n_f16): Reimplement using vdupq_n_f16..
5423 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5425         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
5426         "frame_related_p".  Generate CFA annotation when it's necessary.
5427         (aarch64_expand_prologue): Use aarch64_add_constant.
5428         (aarch64_expand_epilogue): Likewise.
5429         (aarch64_output_mi_thunk): Pass "false" when calling
5430         aarch64_add_constant.
5432 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5434         * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
5435         sequences.
5437 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
5439         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
5440         Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
5441         (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
5442         (aarch64_build_constant): Delete.
5444 2016-07-25  Alexander Monakov  <amonakov@ispras.ru>
5446         Revert
5447         2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
5449         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
5450         flag_toplevel_reorder.
5452 2016-07-25  Richard Biener  <rguenther@suse.de>
5454         * cgraph.c (cgraph_node::verify_node): Compare against builtin
5455         by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
5456         * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
5457         * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
5458         (streamer_get_builtin_tree): Likewise.
5459         (streamer_write_builtin): Likewise.
5460         * lto-streamer.h (LTO_builtin_decl): Remove.
5461         * lto-streamer-in.c (lto_read_tree_1): Remove assert.
5462         (lto_input_scc): Remove LTO_builtin_decl handling.
5463         (lto_input_tree_1): Liekwise.
5464         * lto-streamer-out.c (lto_output_tree_1): Remove special
5465         handling of builtins.
5466         (DFS::DFS): Likewise.
5467         * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
5468         * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
5469         assert.
5470         (streamer_write_builtin): Remove.
5472 2016-07-25  Martin Liska  <mliska@suse.cz>
5474         * lto-cgraph.c (input_symtab): Don't call get_working_sets
5475         if flag_auto_profile is set to true.
5477 2016-07-25  Martin Liska  <mliska@suse.cz>
5479         PR gcov-profile/71868
5480         * cfgloopanal.c (expected_loop_iterations_unbounded): When we
5481         have a function with multiple latches, count them all.
5483 2016-07-25  Martin Liska  <mliska@suse.cz>
5485         * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
5487 2016-07-25  Martin Liska  <mliska@suse.cz>
5489         PR tree-optimization/71987
5490         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
5491         just for SSA_NAMEs. Fix GNU coding style.
5493 2016-07-25  Martin Liska  <mliska@suse.cz>
5495         PR gcov-profile/64874
5496         * gcov-io.h: Update command about file format.
5497         * gcov-iov.c (main): Adapt the numbering scheme.
5499 2016-07-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
5501         PR middle-end/66726
5502         * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
5503         whose result is used in PHI.
5504         (final_range_test_p): Likewise.
5505         (maybe_optimize_range_tests): Likewise.
5507 2016-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
5509         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
5510         Reformat two multi-line strings.
5512 2016-07-22  Martin Sebor  <msebor@redhat.com>
5514         * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
5516 2016-07-22  Martin Sebor  <msebor@redhat.com>
5518         PR c/71560
5519         * doc/extend.texi (Compound Literals): Correct and clarify.
5520         (Cast to Union): Same.
5522 2016-07-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5524         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
5525         comments to explain why certain error messages make mention of
5526         undocumented options.
5527         (rs6000_invalid_builtin): Change error messages to replace mention
5528         of undocumented options with mention of the -mcpu=power9 option
5529         that enables those undocumented options.
5530         * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
5531         (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
5532         definition of this macro to correct an existing error.
5533         * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
5534         mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
5535         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
5536         descriptions of built-in functions so that they depend on
5537         -mcpu=power9 instead of on the corresponding undocumented flags.
5538         * doc/invoke.texi (Option Summary):  Remove all mention of newly
5539         undocumented flags.
5540         (IBM RS/6000 and PowerPC Options): Likewise.
5541         * doc/md.texi (Constraints for Particuliar Machines): Remove all
5542         mention of newly undocumented flags.
5544 2016-07-22  Evgeny Stupachenko  <evstupac@gmail.com>
5546         * ipa-cp.c (determine_versionability): Do not create constprop clones,
5547         when target_clones attribute is set.
5549 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
5551         * common.opt (funsafe-loop-optimizations): Mark ignore.
5552         * doc/invoke.texi (funsafe-loop-optimizations): Remove.
5553         * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
5554         related code.
5555         * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
5556         * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
5558 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
5560         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
5561         Parameter.
5562         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
5563         Parameter.
5564         (number_of_iterations_exit): Warn missed loop optimization for
5565         possible infinite loops.
5567 2016-07-22  Segher Boessenkool  <segher@kernel.crashing.org>
5569         PR target/71216
5570         * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
5571         when to emit a ".machine" pseudo-op.
5573 2016-07-22  Martin Liska  <mliska@suse.cz>
5575         PR gcov-profile/69028
5576         PR gcov-profile/62047
5577         * coverage.c (coverage_compute_lineno_checksum): Do not
5578         calculate checksum for fns w/o xloc.file.
5579         (coverage_compute_profile_id): Likewise.
5581 2016-07-22  Georg-Johann Lay  <avr@gjlay.de>
5583         * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
5584         (avr_secondary_reload): ...and implementation.
5585         (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
5586         * config/avr/avr.md (reload_in<mode>): Remove insns.
5587         (adjust_len) [lpm]: Remove insn attribute value.
5588         * config/avr/predicates.md (flash_operand): Remove insn predicate.
5590 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5592         PR middle-end/71876
5593         * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
5594         attribute.
5595         * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
5596         * calls.c (special_function_p): Remove the special handling of the
5597         "__builtin_" prefix.
5599 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5601         PR middle-end/71876
5602         * calls.c (gimple_maybe_alloca_call_p): New function.  Return true
5603         if STMT may be an alloca call.
5604         (gimple_alloca_call_p, alloca_call_p): Return only true for the
5605         builtin alloca call.
5606         * calls.h (gimple_maybe_alloca_call_p): New function.
5607         * tree-inline.c (inline_forbidden_p_stmt): Use
5608         gimple_maybe_alloca_call_p here.
5610 2016-07-21  David Malcolm  <dmalcolm@redhat.com>
5612         * spellcheck-tree.c (best_macro_match::best_macro_match):
5613         Explictly specify the template arguments when invoking the base
5614         class constructor, to help older C++ compilers.
5616 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
5618         PR sanitizer/71953
5619         * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
5620         before builtin_decl_implicit.
5622 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
5624         * optabs.c (emit_condiitonal_move): Short circuit for identical
5625         sources.
5627 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
5629         * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
5630         max_seq_cost.  Removed fields: then_cost, else_cost, branch_cost.
5631         (noce_conversion_profitable_p): New.
5632         (noce_try_store_flag_constants): Use it.
5633         (noce_try_addcc): Likewise.
5634         (noce_try_store_flag_mask): Likewise.
5635         (noce_try_cmove): Likewise.
5636         (noce_try_cmove_arith): Likewise.
5637         (bb_valid_for_noce_process_p): Add to the cost parameter rather than
5638         overwriting it.
5639         (noce_convert_multiple_sets): Move cost model to here, from...
5640         (bb_ok_for_noce_convert_multiple_sets) ...here.
5641         (noce_process_if_block): Update calls for above changes.
5642         (noce_find_if_block): Record new noce_if_info parameters.
5644 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
5646         * target.def (max_noce_ifcvt_seq_cost): New.
5647         * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
5648         * doc/tm.texi: Regenerate.
5649         * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
5650         * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
5651         * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
5652         (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
5653         * doc/invoke.texi: Document new params.
5655 2016-07-21  Richard Biener  <rguenther@suse.de>
5657         PR tree-optimization/71947
5658         * tree-vrp.c (extract_range_from_assert): Singleton symbolic
5659         ranges have useful limit_vr information.
5661 2016-07-21  Richard Biener  <rguenther@suse.de>
5663         * function-tests.c (build_trivial_generic_function): Set
5664         BLOCK_SUPERCONTEXT of DECL_INITIAL.
5665         * omp-low.c (create_omp_child_function): Likewise.
5666         (grid_expand_target_grid_body): Likewise.
5667         * cgraphunit.c (init_lowered_empty_function): Likewise.
5668         (cgraph_node::expand_thunk): Likewise.
5669         * tree-parloops.c (create_loop_fn): Likewise.
5670         * ipa.c (cgraph_build_static_cdtor_1): Likewise.
5672 2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
5674         * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
5675         in comment.
5677 2016-07-21  Georg-Johann Lay  <avr@gjlay.de>
5679         * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
5680         (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
5681         (*insv.xor-extract, *insv.xor1-bit.0): New insns.
5682         (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
5683         values for insn attribute.
5684         * config/avr/avr.c (avr_out_insert_notbit): New function.
5685         (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
5686         ADJUST_LEN_INSV_NOTBIT_0/_7.
5687         * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
5689 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
5691         * tree-chrec.c (convert_affine_scev): New parameter.  Pass new arg.
5692         (chrec_convert_1, chrec_convert): Ditto.
5693         * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
5694         * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
5695         * tree-vrp.c (adjust_range_with_scev): Ditto.
5696         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
5697         (scev_var_range_cant_overflow): New function.
5698         (scev_probably_wraps_p): New parameter.  Call above function.
5699         * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
5701 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
5703         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
5704         by removing computation of may_be_zero.
5706 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
5708         * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
5710 2016-07-21  Andrew Sutton  <andrew.n.sutton@gmail.com>
5712         Improving concepts performance and diagnostics.
5713         * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
5714         for constraint satisfaction and subsumption.
5715         * timevar.h (auto_timevar): New constructor that matches the push/pop
5716         pattern of usage in pt.c.
5718 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
5720         * hwint.h (HOST_WIDE_INT_0): New define.
5721         (HOST_WIDE_INT_0U): Ditto.
5722         * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
5723         * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
5724         * simplify-rtx.c: Ditto.
5725         * tree-object-size.c: Ditto.
5727 2016-07-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5729         * config/s390/s390.c (s390_encode_section_info): Remove mode size
5730         check.
5732 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
5734         * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
5735         * combine.c: Use HOST_WIDE_INT_M1U instead of
5736         ~(unsigned HOST_WIDE_INT) 0.
5737         * double-int.h: Ditto.
5738         * dse.c: Ditto.
5739         * dwarf2asm.c:Ditto.
5740         * expmed.c: Ditto.
5741         * genmodes.c: Ditto.
5742         * match.pd: Ditto.
5743         * read-rtl.c: Ditto.
5744         * tree-ssa-loop-ivopts.c: Ditto.
5745         * tree-ssa-loop-prefetch.c: Ditto.
5746         * tree-vect-generic.c: Ditto.
5747         * tree-vect-patterns.c: Ditto.
5748         * tree.c: Ditto.
5750 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
5752         * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
5753         constant addresses outside [0,0xc0] into a register.
5754         (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn.  And handle
5755         cases where the base address register is unused after.
5756         (avr_out_movhi_r_mr_reg_disp_tiny): Same.
5757         (avr_out_movhi_mr_r_reg_disp_tiny): Same.
5758         (avr_out_store_psi_reg_disp_tiny): Same.
5760 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
5762         Implement attribute progmem on reduced Tiny cores by adding
5763         flash offset 0x4000 to respective symbols.
5765         PR target/71948
5766         * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
5767         documentation how it works on reduced Tiny cores.
5768         (AVR Named Address Spaces): No support for reduced Tiny.
5769         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
5770         (avr_address_tiny_pm_p): New static function.
5771         (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
5772         if the address is in progmem.
5773         (avr_assemble_integer): Same.
5774         (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
5775         for symbol_ref in progmem.
5776         * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
5777         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
5778         magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
5780 2016-07-20  Patrick Palka  <ppalka@gcc.gnu.org>
5782         * configure.ac (thin_archive_support): New variable.  AC_SUBST it.
5783         * configure: Regenerate.
5784         * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
5785         (USE_THIN_ARCHIVES): New variable.
5786         (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
5787         this archive as a thin archive.
5789 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
5791         * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
5792         same location as last time, don't skip if we have fix-it hints.
5793         Clarify the skipping logic by converting it from one "if" clause
5794         to repeated "if" clauses.
5795         * spellcheck-tree.c: Include "cpplib.h".
5796         (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
5797         (best_macro_match::best_macro_match): New constructor.
5798         * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
5799         Move here from c/c-decl.c.
5800         (class best_macro_match): Move here from c/c-decl.c, converting
5801         from a typedef to a subclass, gaining a ctor.
5803 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
5805         * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
5806         * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
5807         define...
5808         (avr_addr_space_diagnose_usage): ...and implementation.
5809         (avr_addr_space_supported_p): New function.
5810         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
5811         report bad address space usage if that space is supported.
5812         (avr_insert_attributes): Same.  No more complain about unsupported
5813         address spaces.
5814         * config/avr/avr-c.c (tm_p.h): Include it.
5815         (avr_cpu_cpp_builtins): Only define addr-space related built-in
5816         macro if avr_addr_space_supported_p.
5818 2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
5820         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
5821         flag_toplevel_reorder.
5823 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
5825         * gcc-rich-location.c
5826         (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
5827         a const char *.
5828         * gcc-rich-location.h
5829         (gcc_rich_location::add_fixit_misspelled_id): Likewise.
5831 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
5833         * target.def (addr_space): Add new diagnose_usage to hook vector.
5834         * targhooks.c (default_addr_space_diagnose_usage): Add default
5835         implementation and...
5836         * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
5837         * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
5838         is some address space, call targetm.addr_space.diagnose_usage.
5839         * doc/tm.texi.in (Named Address Spaces): Add anchor for
5840         TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
5841         * doc/tm.texi: Regenerate.
5843 2016-07-20  Martin Liska  <mliska@suse.cz>
5845         PR middle-end/71898
5846         * graphite-isl-ast-to-gimple.c (later_of_the_two):
5847         Properly handly PHI stmts.
5849 2016-07-20  Bin Cheng  <bin.cheng@arm.com>
5851         PR tree-optimization/71503
5852         PR tree-optimization/71683
5853         * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
5854         and break.
5856 2016-07-20  Martin Liska  <mliska@suse.cz>
5858         * doc/invoke.texi (-fipa-ra): Document when the option is
5859         disabled. Fix a typo.
5861 2016-07-20  Martin Liska  <mliska@suse.cz>
5863         * Makefile.in: Include fibonacci_heap.c
5864         * fibonacci_heap.c: New file.
5865         * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
5866         (fibonacci_heap::union_with): Fix deletion of the second heap.
5867         * selftest-run-tests.c (selftest::run_tests): Incorporate
5868         fibonacci heap tests.
5869         * selftest.h: Declare fibonacci_heap_c_tests.
5871 2016-07-20  Martin Liska  <mliska@suse.cz>
5873         * selftest-run-tests.c (selftest::run_tests): New function.
5874         * selftest.h (sreal_c_tests): Declare.
5875         * sreal.c (sreal_verify_basics): New function.
5876         (verify_aritmetics): Likewise.
5877         (sreal_verify_arithmetics): Likewise.
5878         (verify_shifting): Likewise.
5879         (sreal_verify_shifting): Likewise.
5880         (void sreal_c_tests): Likewise.
5882 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
5884         PR rtl-optimization/71916
5885         * cfgrtl.c (contains_no_active_insn_p): Return false also for
5886         bb which have a single succ fake edge.
5888 2016-07-19  Aldy Hernandez  <aldyh@redhat.com>
5890         PR debug/71855
5891         * dwarf2out.c (gen_subprogram_die): Only call
5892         gen_unspecified_parameters_die while dumping early dwarf.
5894 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
5896         PR middle-end/71874
5897         * gimple-fold.c (fold_builtin_memory_op): Use
5898         get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
5900 2016-07-19  Uros Bizjak  <ubizjak@gmail.com>
5902         * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
5903         HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
5904         HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
5905         HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
5906         * combine.c: Ditto.
5907         * cse.c: Ditto.
5908         * dojump.c: Ditto.
5909         * double-int.c: Ditto.
5910         * dse.c: Ditto.
5911         * dwarf2out.c: Ditto.
5912         * expmed.c: Ditto.
5913         * expr.c: Ditto.
5914         * fold-const.c: Ditto.
5915         * function.c: Ditto.
5916         * fwprop.c: Ditto.
5917         * genmodes.c: Ditto.
5918         * hwint.c: Ditto.
5919         * hwint.h: Ditto.
5920         * ifcvt.c: Ditto.
5921         * loop-doloop.c: Ditto.
5922         * loop-invariant.c: Ditto.
5923         * loop-iv.c: Ditto.
5924         * match.pd: Ditto.
5925         * optabs.c: Ditto.
5926         * real.c: Ditto.
5927         * reload.c: Ditto.
5928         * rtlanal.c: Ditto.
5929         * simplify-rtx.c: Ditto.
5930         * stor-layout.c: Ditto.
5931         * toplev.c: Ditto.
5932         * tree-ssa-loop-ivopts.c: Ditto.
5933         * tree-vect-generic.c: Ditto.
5934         * tree-vect-patterns.c: Ditto.
5935         * tree.c: Ditto.
5936         * tree.h: Ditto.
5937         * ubsan.c: Ditto.
5938         * varasm.c: Ditto.
5939         * wide-int-print.cc: Ditto.
5940         * wide-int.cc: Ditto.
5941         * wide-int.h: Ditto.
5943 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
5945         * selftest.c (selftest::assert_streq): Handle NULL values of
5946         val_actual and val_expected.
5948 2016-07-19  Martin Jambor  <mjambor@suse.cz>
5950         PR fortran/71688
5951         * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
5952         rather than cgraph_create_node to get a call graph node.
5954 2016-07-19  Richard Biener  <rguenther@suse.de>
5956         * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
5957         handle all tcc_constant bases and valueize SSA names.
5958         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
5959         tcc_constant bases.
5961 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
5963         * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
5964         the flags of the exit block and bb2, not just the entry block.
5966 2016-07-19  Richard Biener  <rguenther@suse.de>
5968         PR tree-optimization/71901
5969         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
5970         align member, group stuff with the bitfield.
5971         (vn_ref_op_align_unit): New inline.
5972         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
5973         record element alignment and operand 3 unchanged.
5974         (ao_ref_init_from_vn_reference): Adjust.
5975         (valueize_refs_1): Likewise.
5976         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
5978 2016-07-19  Richard Biener  <rguenther@suse.de>
5980         PR tree-optimization/71908
5981         * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
5982         symbolic constants in a more reliable way.
5984 2016-07-19  Ilya Enkovich  <ilya.enkovich@intel.com>
5986         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
5987         comment.
5988         (vect_update_inits_of_drs): Likewise.
5989         (vect_create_cond_for_alias_checks): Likewise.
5990         * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
5992 2016-07-19  Richard Biener  <rguenther@suse.de>
5994         PR lto/71907
5995         * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
5996         with an abstract origin that is not an inlined function outer
5997         scope add a self-reference as abstract origin.
5998         * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
6000 2016-07-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
6002         PR target/71493
6003         * config/rs6000/rs6000.c (rs6000_function_value): Fix
6004         unintentional System V.4 structure return breakage for structures
6005         with a single floating point element.
6007 2016-07-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
6009         PR tree-optimization/71734
6010         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
6011         contains REF, use it to check safelen, assume that safelen value
6012         must be greater 1, fix style.
6013         (ref_indep_loop_p_2): Add REF_LOOP argument.
6014         (ref_indep_loop_p): Pass LOOP as additional argument to
6015         ref_indep_loop_p_2.
6017 2016-07-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6019         * cfgexpand.c (expand_stack_vars): Implement synamic stack space
6020         allocation in the prologue.
6021         * explow.c (get_dynamic_stack_base): New function to return an address
6022         expression for the dynamic stack base.
6023         (get_dynamic_stack_size): New function to do the required dynamic stack
6024         space size calculations.
6025         (allocate_dynamic_stack_space): Use new functions.
6026         (align_dynamic_address): Move some code from
6027         allocate_dynamic_stack_space to new function.
6028         * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
6030 2016-07-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6032         * config/s390/s390.c (s390_encode_section_info): Always set
6033         notaligned marker if mode size is 0 or no MEM_ALIGN info could be
6034         found.
6036 2016-07-18  Richard Biener  <rguenther@suse.de>
6038         PR tree-optimization/71893
6039         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
6040         for sizetype cast added by array_ref_element_size.
6041         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
6043 2016-07-16  John David Anglin  <danglin@gcc.gnu.org>
6045         * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
6046         register parameters.  Remove code to initialize argument pointer
6047         on TARGET_64BIT.  Optimize call to _mcount when it can be reached
6048         using a pc-relative branch.  Cleanup conditional code.
6049         * config/pa/pa.md (call_mcount): New expander.
6050         (call_mcount_nonpic): New insn.
6051         (call_mcount_pic): New insn and split.
6052         (call_mcount_pic_post_reload): New insn.
6053         (call_mcount_64bit): New insn and split.
6054         (call_mcount_64bit_post_reload): New insn.
6056 2016-07-15  Georg-Johann Lay  <avr@gjlay.de>
6058         * config/avr/predicates.md (const_m255_to_m1_operand): New.
6059         * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
6060         * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
6061         (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
6062         (*usum_widenqihi3, *udiff_widenqihi3)
6063         (*addhi3_zero_extend.const): New combiner insns.
6064         (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
6065         just 1 bit is affected.
6066         * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
6067         (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
6069 2016-07-15  Cesar Philippidis  <cesar@codesourcery.com>
6071         * omp-low.c (lower_omp_target): Mark data clauses with
6072         GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
6073         zero-length subarrays.
6075 2016-07-15  Richard Biener  <rguenther@suse.de>
6077         PR tree-optimization/71881
6078         * tree-loop-distribution.c (destroy_loop): Remove blocks in
6079         reverse DOM order to make debug temp generation happy.
6081 2016-07-15  Richard Biener  <rguenther@suse.de>
6083         PR tree-optimization/71887
6084         * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
6085         verify it is not zero for division / modulo handling.
6086         (value_replacement): Adjust.
6088 2016-07-15  Virendra Pathak  <virendra.pathak@broadcom.com>
6089             Julian Brown  <julian@codesourcery.com>
6091         * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
6092         * config/aarch64/aarch64-cost-tables.h
6093         (vulcan_extra_costs): New variable.
6094         * config/aarch64/aarch64.c
6095         (vulcan_addrcost_table): Likewise.
6096         (vulcan_regmove_cost): Likewise.
6097         (vulcan_vector_cost): Likewise.
6098         (vulcan_branch_cost): Likewise.
6099         (vulcan_tunings): Likewise.
6101 2016-07-15  Alexander Monakov  <amonakov@ispras.ru>
6103         * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
6104         (output_in_order): Loop over undefined variables too.  Output them
6105         via assemble_undefined_decl.  Skip variables that correspond to hard
6106         registers or have value-exprs.
6107         * varpool.c (symbol_table::output_variables): Handle undefined
6108         variables together with defined ones.
6110 2016-07-15  Richard Biener  <rguenther@suse.de>
6112         * tree-ssa-pre.c (get_representative_for): Make sure to return
6113         the value number of SSA names.
6114         (phi_translate_1): get_representative_for cannot return NULL.
6115         (do_pre_regular_insertion): Remove redundant call to
6116         fully_constant_expression.
6117         (do_pre_partial_partial_insertion): Likewise.
6119 2016-07-15  Bin Cheng  <bin.cheng@arm.com>
6121         * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
6122         (derive_simple_iv_with_niters): New function.
6123         (simple_iv): Rewrite using simple_iv_with_niters.
6124         * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
6125         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
6126         function.
6127         (number_of_iterations_exit): Rewrite using above function.
6128         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
6129         Decl.
6131 2016-07-15  Richard Biener  <rguenther@suse.de>
6133         * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
6134         vec_construct cost.
6136 2016-07-14  Jakub Jelinek  <jakub@redhat.com>
6138         PR tree-optimization/71872
6139         * tree-data-ref.c (get_references_in_stmt): Ignore references
6140         with is_gimple_constant get_base_address.
6142 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6144         * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
6145         (TARGET_HAVE_LDACQD): New macro.
6146         * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
6147         than TARGET_HAVE_LDACQ.
6148         (arm_load_acquire_exclusivedi): Likewise.
6149         (arm_store_release_exclusivedi): Likewise.
6151 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6153         PR rtl-optimization/71878
6154         * lra-constraints.c (match_reload): Pass information about other
6155         output operands.  Create new unique register value if matching input
6156         operand shares same register value as output operand being considered.
6157         (curr_insn_transform): Record output operands already processed.
6159 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6161         PR target/65951
6162         PR tree-optimization/70923
6163         * tree-vect-patterns.c: Include mult-synthesis.h.
6164         (target_supports_mult_synth_alg): New function.
6165         (synth_lshift_by_additions): Likewise.
6166         (apply_binop_and_append_stmt): Likewise.
6167         (vect_synth_mult_by_constant): Likewise.
6168         (target_has_vecop_for_code): Likewise.
6169         (vect_recog_mult_pattern): Use above functions to synthesize vector
6170         multiplication by integer constants.
6172 2016-07-14  Alan Modra  <amodra@gmail.com>
6174         * gcc/config/rs6000/altivec.md (altivec_mov<mode>): Disparage
6175         gpr alternatives.  Correct '*' placement on Y,r alternative.
6176         Add '*' on operand 1 of r,r alternative.
6178 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6180         * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
6181         * expmed.h: ... Here.
6183 2016-07-14  Jan Hubicka  <hubicka@ucw.cz>
6185         * gimple.h (stmt_can_terminate_bb_p): New function.
6186         * tree-cfg.c (need_fake_edge_p): Rename to ...
6187         (stmt_can_terminate_bb_p): ... this; return true if stmt can
6188         throw external; handle const and pure calls.
6189         * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
6191 2016-07-14  Richard Biener  <rguenther@suse.de>
6193         PR tree-optimization/71866
6194         * tree-ssa-pre.c (get_constant_for_value_id): Remove.
6195         (do_hoist_insertion): Avoid endless recursion when we
6196         didn't insert anything because we managed to simplify
6197         things down to a constant or SSA name.
6198         (fully_constant_expression): Re-write in terms of ...
6199         * tree-ssa-sccvn.h (vn_nary_simplify): ... this.  Declare.
6200         * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
6201         vn_nary_build_or_lookup_1.
6202         (vn_nary_build_or_lookup_1): Added flag and renamed from ...
6203         (vn_nary_build_or_lookup): ... this which now wraps it.
6205 2016-07-14  Alan Modra  <amodra@gmail.com>
6207         PR target/71733
6208         * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
6209         with p9_vector override before power9-dform override.
6211 2016-07-13  Andi Kleen  <ak@linux.intel.com>
6213         * value-prof.c (gimple_value_profile_transformations): Don't run
6214         when auto_profile is on.
6216 2016-07-13  Andi Kleen  <ak@linux.intel.com>
6218         * auto-profile.c (update_inlined_ind_target,
6219         afdo_indirect_call): Print information to dump file.
6221 2016-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6223         * genrecog.c (special_predicate_operand_p): New function.
6224         (predicate_name): Move function.
6225         (validate_pattern): Don't warn about missing mode for all
6226         define_special_predicate predicates.
6228 2016-07-13  Bin Cheng  <bin.cheng@arm.com>
6230         * tree-vect-data-refs.c (vect_no_alias_p): New function.
6231         (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
6232         resolve alias checks which are known at compilation time.
6233         Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
6234         alias checks are resolved.  Move dump info for too many runtime
6235         alias checks to here...
6236         * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
6238 2016-07-13  Richard Biener  <rguenther@suse.de>
6240         PR tree-optimization/24574
6241         * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
6242         position and add shift, rotate, divison and modulo support
6243         for left zero.
6244         (value_replacement): Pass in argument position to absorbing_element_p.
6246 2016-07-13  Ilya Enkovich  <ilya.enkovich@intel.com>
6248         PR ipa/71633
6249         * ipa-inline-transform.c (inline_call): Support
6250         instrumented thunks.
6252 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6254         * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
6255         (TARGET_IDIV): Set for all Thumb targets provided they have hardware
6256         divide feature.
6257         * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
6258         Baseline.  Make initial alternative TARGET_32BIT only.
6259         (udivsi3): Likewise.
6260         * config/arm/thumb1.md (thumb1_cbz): New define_insn.
6261         * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
6262         target.
6264 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6266         * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
6267         * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
6268         availability with TARGET_HAVE_MOVT.
6269         (thumb_legitimate_constant_p): Strip the high part of a label_ref.
6270         (thumb1_rtx_costs): Also return 0 if setting a half word constant and
6271         MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
6272         UINTVAL.
6273         (thumb1_size_rtx_costs): Make set of half word constant also cost 1
6274         extra instruction if MOVW is available.  Use a cost variable
6275         incremented by COSTS_N_INSNS (1) when the condition match rather than
6276         returning an arithmetic expression based on COSTS_N_INSNS.  Make
6277         constant with bottom half word zero cost 2 instruction if MOVW is
6278         available.
6279         * config/arm/arm.md (define_attr "arch"): Add v8mb.
6280         (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
6281         target is ARMv8-M Baseline.
6282         (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
6283         (arm_movtas_ze): Likewise.
6284         * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
6285         alternative for constants satisfying j constraint.
6286         (thumb1_movsi_insn): Likewise.
6287         (movsi splitter for K alternative): Tighten condition to not trigger
6288         if movt is available and j constraint is satisfied.
6289         (Pe immediate splitter): Likewise.
6290         (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
6291         constant fitting in an halfword to use MOVW.
6292         * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
6293         effective target.
6295 2016-07-13  Richard Biener  <rguenther@suse.de>
6297         PR middle-end/71104
6298         * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
6299         gimplifying the LHS.  Make sure to gimplify a returning twice
6300         call LHS without using SSA names.
6302 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6304         * tree-data-ref.c (find_data_references_in_stmt): Remove
6305         unnecessary call to vec::release.
6306         (graphite_find_data_references_in_stmt): Likewise.
6307         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
6308         * tree-vect-stmts.c (vectorizable_condition): Likewise.
6310 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6312         * cfgexpand.c (expand_used_vars): Make the type of a local
6313         variable auto_vec.
6314         * genmatch.c (lower_for): Likewise.
6315         * haifa-sched.c (haifa_sched_init): Likewise.
6316         (add_to_speculative_block): Likewise.
6317         (create_check_block_twin): Likewise.
6318         * predict.c (handle_missing_profiles): Likewise.
6319         * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
6320         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
6321         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
6322         Likewise.
6323         (maybe_lower_iteration_bound): Likewise.
6324         * tree-ssa-sccvn.c (DFS): Likewise.
6325         * tree-stdarg.c (reachable_at_most_once): Likewise.
6326         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
6327         (vectorizable_store): Likewise.
6329 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6331         * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
6332         (sccvn_dom_walker): make cond_stack an auto_vec.
6334 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6336         * ree.c (struct ext_state): Make type of members auto_vec.
6337         (find_and_remove_re): Adjust.
6339 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6341         * cfgexpand.c (struct stack_vars_data): Make type of fields
6342         auto_vec.
6343         (expand_used_vars): Adjust.
6345 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6347         * ipa.c (record_cdtor_fn): Adjust.
6348         (build_cdtor_fns): Likewise.
6349         (ipa_cdtor_merge): Make static_ctors and static_dtors local
6350         variables.
6352 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6354         * genextract.c (struct accum_extract): Add constructor and make
6355         members auto_vec.
6356         (gen_insn): Adjust.
6358 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6360         * tree.c (struct free_lang_data_d): Add constructor and change
6361         types of members to ones that automatically manage resources.
6362         (fld_worklist_push): Adjust.
6363         (find_decls_types): Likewise.
6364         (find_decls_types_in_eh_region): Likewise.
6365         (free_lang_data_in_cgraph): Stop manually creating and
6366         destroying members of free_lang_data_d.
6368 2016-07-13  Uros Bizjak  <ubizjak@gmail.com>
6370         PR rtl-optimization/68961
6371         * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
6372         peephole variant.  Use sse_reg_operand predicates.
6374 2016-07-12  Uros Bizjak  <ubizjak@gmail.com>
6376         * config/i386/predicates.md (x86_64_immediate_operand)
6377         <case CONST_INT>: Remove unneeded truncation to DImode.
6378         <case CONST>: Ditto.
6379         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
6381 2016-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
6383         PR target/71805
6384         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
6385         The xxperm and xxpermr instructions require that the 2nd input
6386         operand overlap with the output operand, and not the 1st.
6387         (altivec_vperm_v8hiv16qi): Likewise.
6388         (altivec_vperm_<mode>_uns_internal): Likewise.
6389         (altivec_vpermr_<mode>_internal): Likewise.
6390         (vperm_v8hiv4si): Likewise.
6391         (vperm_v16qiv8hi): Likewise.
6393 2016-07-12  Nathan Sidwell  <nathan@acm.org>
6395         * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
6396         when -mno-pic-data-is-text-relative is in effect, by default.
6397         * doc/invoke.texi (mpic-data-is-text-relative): Document new
6398         behavior and clarify.
6400 2016-07-12  Martin Liska  <mliska@suse.cz>
6402         * params.def: Add avg-loop niter.
6403         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
6404         * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
6405         * doc/invoke.texi: Document the new parameter.
6407 2016-07-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6409         PR middle-end/71700
6410         * expr.c (store_constructor): Mask sign-extended bits when widening
6411         sub-word constructor element at the start of a word.
6413 2016-07-12  Martin Liska  <mliska@suse.cz>
6415         * Makefile.in: Append rule for params-options.h.
6416         * params-options.h: New file.
6418 2016-07-12  Martin Liska  <mliska@suse.cz>
6420         * ira-build.c (mark_loops_for_removal): Properly iterate
6421         loops.
6423 2016-07-12  Steven Bosscher  <steven@gcc.gnu.org>
6424             Richard Biener  <rguenther@suse.de>
6426         PR tree-optimization/23286
6427         PR tree-optimization/70159
6428         * doc/invoke.texi: Document -fcode-hoisting.
6429         * common.opt (fcode-hoisting): New flag.
6430         * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
6431         * tree-ssa-pre.c (pre_stats): Add hoist_insert.
6432         (do_regular_insertion): Rename to ...
6433         (do_pre_regular_insertion): ... this and amend general comments
6434         on insertion strathegy.
6435         (do_partial_partial_insertion): Rename to ...
6436         (do_pre_partial_partial_insertion): ... this.
6437         (do_hoist_insertion): New function.
6438         (insert_aux): Take flags on whether to do PRE and/or hoist insertion
6439         and call do_hoist_insertion properly.
6440         (insert): Adjust.
6441         (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
6442         (pass_pre::execute): Register hoist_insert stats.
6444 2016-07-12  Jakub Jelinek  <jakub@redhat.com>
6446         PR middle-end/71716
6447         * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
6448         for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
6449         is different from mode's bitsize.  Small cleanup.
6451 2016-07-12  Richard Biener  <rguenther@suse.de>
6453         PR rtl-optimization/68961
6454         * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
6455         to simplify to a non-constant.
6457 2016-07-11  Jakub Jelinek  <jakub@redhat.com>
6459         PR middle-end/71758
6460         * omp-low.c (expand_omp_target): Gimplify device.
6462         PR tree-optimization/71823
6463         * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
6464         to get vec_oprnds2 from op2.
6466 2016-07-11  Uros Bizjak  <ubizjak@gmail.com>
6468         * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
6469         Hoist common subexpressions.
6470         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
6472 2016-07-11  Pat Haugen  <pthaugen@us.ibm.com>
6474         PR target/71800
6475         * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
6476         prevent generation of 'stxsiwx' on pre Power8 hardware.
6478 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
6480         * input.c: Include cpplib.h.
6481         (selftest::temp_source_file): New class.
6482         (selftest::temp_source_file::temp_source_file): New ctor.
6483         (selftest::temp_source_file::~temp_source_file): New dtor.
6484         (selftest::should_have_column_data_p): New function.
6485         (selftest::test_should_have_column_data_p): New function.
6486         (selftest::temp_line_table): New class.
6487         (selftest::temp_line_table::temp_line_table): New ctor.
6488         (selftest::temp_line_table::~temp_line_table): New dtor.
6489         (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
6490         it to create a temp_line_table.
6491         (selftest::assert_loceq): Only verify LOCATION_COLUMN for
6492         locations that are known to have column data.
6493         (selftest::line_table_case): New struct.
6494         (selftest::test_reading_source_line): Move tempfile handling
6495         to class temp_source_file.
6496         (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
6497         (selftest::assert_token_loc_eq): New function.
6498         (ASSERT_TOKEN_LOC_EQ): New macro.
6499         (selftest::test_lexer): New function.
6500         (selftest::boundary_locations): New array.
6501         (selftest::input_c_tests): Call test_should_have_column_data_p.
6502         Loop over a test matrix of interesting values of location and
6503         default_range_bits, calling test_lexer on each case in the matrix.
6504         Move call to test_accessing_ordinary_linemaps into the matrix.
6505         * selftest.h (ASSERT_EQ): Reimplement in terms of...
6506         (ASSERT_EQ_AT): New macro.
6508 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
6510         PR target/71801
6511         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
6512         Don't convert TImode in debug insn.
6514 2016-07-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6516         Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
6517         * tree-core.h (tree_base::nothrow_flag): Adjust comment.
6518         (tree_type_common::lang_flag_7): New.
6519         (tree_type_common::spare): Reduce size.
6520         * tree.h (TYPE_ALIGN_OK): Remove.
6521         (TYPE_LANG_FLAG_7): New.
6522         (get_inner_reference): Adjust header.
6523         * print-tree.c (print_node): Adjust.
6524         * expr.c (get_inner_reference): Remove parameter keep_aligning.
6525         (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
6526         calls to get_inner_reference.
6527         (expand_expr_real_1): Adjust call to get_inner_reference.  Remove
6528         handling of TYPE_ALIGN_OK.
6529         * builtins.c (get_object_alignment_2): Adjust call to
6530         get_inner_reference.  Remove handling of VIEW_CONVERT_EXPR.
6531         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
6532         TYPE_ALIGN_OK.
6533         * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
6534         * cfgexpand.c (expand_debug_expr): Likewise.
6535         * dbxout.c (dbxout_expand_expr): Likewise.
6536         * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
6537         loc_list_from_tree, fortran_common): Likewise.
6538         * fold-const.c (optimize_bit_field_compare,
6539         decode_field_reference, fold_unary_loc, fold_comparison,
6540         split_address_to_core_and_offset): Likewise.
6541         * gimple-laddress.c (execute): Likewise.
6542         * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
6543         * gimplify.c (gimplify_scan_omp_clauses): Likewise.
6544         * hsa-gen.c (gen_hsa_addr): Likewise.
6545         * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
6546         * tsan.c (instrument_expr): Likewise.
6547         * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
6548         * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
6549         * tree-affine.c (tree_to_aff_combination,
6550         get_inner_reference_aff): Adjust calls to get_inner_reference.
6551         * tree-data-ref.c (split_constant_offset_1,
6552         dr_analyze_innermost): Likewise.
6553         * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
6554         * tree-sra.c (ipa_sra_check_caller): Likewise.
6555         * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
6556         * tree-ssa-math-opts.c (find_bswap_or_nop_load,
6557         bswap_replace): Likewise.
6558         * tree-vect-data-refs.c (vect_check_gather,
6559         vect_analyze_data_refs): Likewise.
6560         * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
6561         * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
6562         TYPE_ALIGN_OK.
6564 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
6566         * Makefile.in (selftest-valgrind): New phony target.
6567         * function-tests.c (selftest::build_cfg): Delete pass instances
6568         created by the test.
6569         (selftest::convert_to_ssa): Likewise.
6570         (selftest::test_expansion_to_rtl): Likewise.
6571         * tree-cfg.c (selftest::test_linear_chain): Release dominator
6572         vectors.
6573         (selftest::test_diamond): Likewise.
6575 2016-07-11  Richard Biener  <rguenther@suse.de>
6577         PR tree-optimization/71816
6578         * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
6579         than replacing all of its operands.
6581 2016-07-11  Alan Modra  <amodra@gmail.com>
6583         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
6584         (ctr<mode>): Add unspec.
6585         (ctr<mode>_internal*): Likewise.
6587 2016-07-08  James Bowman  <james.bowman@ftdichip.com>
6589         * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
6590         * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
6592 2016-07-08  Vladimir Makarov  <vmakarov@redhat.com>
6594         PR rtl-optimization/71621
6595         * lra-constraints.c (process_alt_operands): Check combination of
6596         reg class and mode.
6598 2016-07-08  Jason Merrill  <jason@redhat.com>
6599             Richard Biener  <rguenther@suse.de>
6601         P0145: Refining Expression Order for C++.
6602         * gimplify.c (initial_rhs_predicate_for): New.
6603         (gimplfy_modify_expr): Gimplify RHS before LHS.
6605 2016-07-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6607         PR target/71297
6608         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6609         Allow standard error handling to take over when a wrong number
6610         of arguments is presented to __builtin_vec_ld () or
6611         __builtin_vec_st ().
6613 2016-07-08  Jiong Wang  <jiong.wang@arm.com>
6615         * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
6616         variants.
6617         (smin): Likewise.
6618         (fmax): New entry.
6619         (fmin): Likewise.
6620         * config/aarch64/arm_neon.h (vmaxnm_f32): Use
6621         __builtin_aarch64_fmaxv2sf.
6622         (vmaxnmq_f32): Likewise.
6623         (vmaxnmq_f64): Likewise.
6624         (vminnm_f32): Likewise.
6625         (vminnmq_f32): Likewise.
6626         (vminnmq_f64): Likewise.
6628 2016-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
6630         PR target/71806
6631         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
6632         enable -mfloat128-hardware by default.
6633         (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
6634         that IEEE 128-bit hardware support needs.
6635         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
6636         -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
6637         Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
6638         floating point requires.
6639         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
6640         -mfloat128 and -mfloat128-hardware changes.
6642 2016-07-08  Alan Hayward  <alan.hayward@arm.com>
6644         PR tree-optimization/71667
6645         * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
6647 2016-07-08  Martin Liska  <mliska@suse.cz>
6649         PR middle-end/71606
6650         * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
6651         folding produces SAVE_EXPRs, thus return false for the type.
6653 2016-07-07  Martin Liska  <mliska@suse.cz>
6655         * file-find.c (remove_prefix): New function.
6656         * file-find.h (remove_prefix): Declare the function.
6657         * gcc-ar.c (main): Skip a folder of the wrapper if
6658         a wrapped binary would point to the same file.
6660 2016-07-07  Jan Hubicka  <jh@suse.cz>
6662         * tree-scalar-evolution.c (iv_can_overflow_p): export.
6663         * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
6664         * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
6666 2016-07-07  Ilya Enkovich  <ilya.enkovich@intel.com>
6668         PR ipa/71624
6669         * ipa-inline-analysis.c (compute_inline_parameters): Set
6670         local.can_change_signature to false for intrumentation
6671         thunk callees.
6673 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6675         * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
6676         with TARGET_HAVE_MOVT.
6677         (TARGET_HAVE_MOVT): Define.
6678         * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
6679         availability with TARGET_HAVE_MOVT.
6680         * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
6681         availability.
6682         (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
6683         TARGET_THUMB2.
6684         (symbol_refs movsi splitter): Remove TARGET_32BIT check.
6685         (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
6686         * config/arm/constraints.md (define_constraint "j"): Use
6687         TARGET_HAVE_MOVT to check MOVT availability.
6689 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6691         * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
6693 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6695         * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
6696         (armv8-m.main): Likewise.
6697         (armv8-m.main+dsp): Likewise.
6698         * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
6699         (FL_FOR_ARCH8M_MAIN): Likewise.
6700         * config/arm/arm-tables.opt: Regenerate.
6701         * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
6702         armv8-m.main+dsp to BE8_LINK_SPEC.
6703         * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
6704         (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
6705         * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
6706         Baseline and Mainline.
6707         (arm_option_override_internal): Also disable arm_restrict_it when
6708         !arm_arch_notm.  Update comment for -munaligned-access to also cover
6709         ARMv8-M Baseline.
6710         (arm_file_start): Increase buffer size for printing architecture name.
6711         * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
6712         and armv8-m.main+dsp.
6713         (mno-unaligned-access): Clarify that this is disabled by default for
6714         ARMv8-M Baseline architectures as well.
6716 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6718         * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
6719         decide whether to prevent some libgcc routines being included for some
6720         multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
6721         link between this condition and the one in
6722         libgcc/config/arm/lib1func.S.
6724 2016-07-07  Richard Biener  <rguenther@suse.de>
6726         * tree-ssa-pre.c: Include alias.h.
6727         (compute_avail): If we have multiple VN_REFERENCEs with the
6728         same hashtable entry adjust that to make it a valid replacement
6729         for all of them with respect to alignment and aliasing
6730         when doing insertion.
6731         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
6732         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
6734 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
6736         PR target/70098
6737         PR target/71763
6738         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
6739         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
6740         constraint.
6742 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6744         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
6745         (adjust_mems): Adjust.
6746         (adjust_insn): Likewise.
6747         (prepare_call_arguments): Likewise.
6749 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6751         * gcse.c (struct ls_expr): Make stores field a vector.
6752         (ldst_entry): Adjust.
6753         (free_ldst_entry): Likewise.
6754         (print_ldst_list): Likewise.
6755         (compute_ld_motion_mems): Likewise.
6756         (update_ld_motion_stores): Likewise.
6758 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6760         * gcse.c (struct ls_expr): Remove loads field.
6761         (ldst_entry): Adjust.
6762         (free_ldst_entry): Likewise.
6763         (print_ldst_list): Likewise.
6764         (compute_ld_motion_mems): Likewise.
6766 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6768         * store-motion.c (struct st_expr): Make antic_stores a vector.
6769         (st_expr_entry): Adjust.
6770         (free_st_expr_entry): Likewise.
6771         (print_store_motion_mems): Likewise.
6772         (find_moveable_store): Likewise.
6773         (compute_store_table): Likewise.
6774         (remove_reachable_equiv_notes): Likewise.
6775         (replace_store_insn): Likewise.
6776         (build_store_vectors): Likewise.
6778 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6780         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
6781         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
6783 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
6785         PR tree-optimization/71518
6786         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
6787         misalign also for outer loops with negative step.
6789 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
6791         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
6792         (cortex_a53_shift): Add mov_shift.
6793         (cortex_a53_shift_reg): Add new reservation for register shifts.
6794         (cortex_a53_alu): Remove bfm.
6795         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
6796         (cortex_a53_alu_extr): Add new reservation for EXTR.
6797         (bypasses): Improve bypass modelling.
6799 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6801         PR target/50739
6802         * config/avr/avr.c (avr_asm_select_section): Strip off
6803         SECTION_DECLARED from flags when calling get_section.
6805 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6807         * tree-vectorizer.h (vect_memory_access_type): Add
6808         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
6809         * tree-vect-stmts.c (compare_step_with_zero): New function.
6810         (perm_mask_for_reverse): Move further up file.
6811         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
6812         step is negative.
6813         (get_negative_load_store_type): New function.
6814         (get_load_store_type): Call it.  Add an ncopies argument.
6815         (vectorizable_mask_load_store): Update call accordingly and
6816         remove tests for negative steps.
6817         (vectorizable_store, vectorizable_load): Likewise.  Handle new
6818         memory_access_types.
6820 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6822         * tree-vectorizer.h (vect_memory_access_type): New enum.
6823         (_stmt_vec_info): Add a memory_access_type field.
6824         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
6825         (vect_model_store_cost): Take an access type instead of a boolean.
6826         (vect_model_load_cost): Likewise.
6827         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
6828         vect_model_store_cost and vect_model_load_cost.
6829         * tree-vect-stmts.c (vec_load_store_type): New enum.
6830         (vect_model_store_cost): Take an access type instead of a
6831         store_lanes_p boolean.  Simplify tests.
6832         (vect_model_load_cost): Likewise, but for load_lanes_p.
6833         (get_group_load_store_type, get_load_store_type): New functions.
6834         (vectorizable_store): Use get_load_store_type.  Record the access
6835         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
6836         (vectorizable_load): Likewise.
6837         (vectorizable_mask_load_store): Likewise.  Replace is_store
6838         variable with vls_type.
6840 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6842         * tree-vectorizer.h (vect_grouped_load_supported): Add a
6843         single_element_p parameter.
6844         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
6845         Check the PR65518 case here rather than in vectorizable_load.
6846         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
6847         * tree-vect-stmts.c (vectorizable_load): Likewise.
6849 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6851         * tree-vectorizer.h (gather_scatter_info): New structure.
6852         (vect_check_gather_scatter): Return a bool rather than a decl.
6853         Replace return-by-pointer arguments with a single
6854         gather_scatter_info *.
6855         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
6856         (vect_analyze_data_refs): Update call accordingly.
6857         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
6858         (vectorizable_mask_load_store): Likewise.  Also record the
6859         offset dt and vectype in the gather_scatter_info.
6860         (vectorizable_store): Likewise.
6861         (vectorizable_load): Likewise.
6863 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6865         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
6866         strided groups, use the cost of N scalar accesses instead
6867         of ncopies vector accesses.
6868         (vect_model_load_cost): Likewise.
6870 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6872         * tree-vect-stmts.c (vect_cost_group_size): Delete.
6873         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
6874         variable to indicate when once-per-group costs are being used.
6875         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
6877 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6879         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
6880         peeling-for-gaps condition.
6882 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6884         * config/s390/s390.c (s390_expand_vec_init): Force initializer
6885         element to register if it doesn't match general_operand.
6887 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
6888             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6890         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
6891         prototype.
6892         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
6893         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
6894         (SIGNBIT): New mode iterator.
6895         (Fsignbit): New mode attribute.
6896         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
6897         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
6898         when direct moves are available.
6899         (signbit<mode>2_dm): New define_insn_and_split).
6900         (signbit<mode>2_dm2): New define_insn.
6902 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6904         PR rtl-optimization/71594
6905         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
6906         into subregs of appropriate mode before trying to emit a conditional
6907         move.
6909 2016-07-05  Jan Hubicka  <jh@suse.cz>
6911         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
6912         (simple_iv): Use it.
6914 2016-07-05  Jan Hubicka  <jh@suse.cz>
6916         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
6918 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
6920         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
6921         "offmemok".
6923 2016-07-05  Jan Hubicka  <jh@suse.cz>
6925         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
6926         IV can overflow.
6928 2016-07-05  Richard Biener  <rguenther@suse.de>
6930         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
6931         Handle empty else block.
6932         (is_feasible_trace): Likewise.
6933         (split_paths): Likewise.
6935 2016-07-05  Richard Biener  <rguenther@suse.de>
6937         * tree-loop-distribution.c (distribute_loop): Fix issue with
6938         the cost model loop.
6940 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
6942         * config/arm/neon-testgen.ml: Delete.
6943         * config/arm/neon.ml: Delete.
6945 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
6947         PR c++/71739
6948         * tree.c (attribute_value_equal): Use get_attribute_name instead of
6949         directly using TREE_PURPOSE.
6951 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
6953         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
6954         * config/aarch64/aarch64_neon.h: Likewise.
6955         * config/aarch64/arm_neon.h: Likewise.
6956         * config/aarch64/atomics.md: Likewise.
6957         * config/aarch64/aarch64-simd-builtins.def: Likewise.
6958         * doc/invoke.texi: Likewise.
6960 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6962         * config/s390/s390.md: Add "z13" cpu_facility.
6963         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
6964         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
6965         condition" type instructions.
6967 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6968             Jeff Law  <law@redhat.com>
6970         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
6971         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
6973 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
6975         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
6976         permutation for TARGET_AVX512F.
6977         (ix86_expand_vec_one_operand_perm_avx512): New function.
6978         (expand_vec_perm_1): Invoke introduced function.
6979         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
6980         it may be not valid after vectorization.
6982 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6984         PR target/63874
6985         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
6986         typo in comment.  Only force to memory if it is a weak
6987         external reference.
6989 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
6990             Jiong Wang  <jiong.wang@arm.com>
6992         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
6993         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
6994         (AARCH64_FL_F16): New.
6995         (AARCH64_FL_FOR_ARCH8_2): New.
6996         (AARCH64_ISA_8_2): New.
6997         (AARCH64_ISA_F16): New.
6998         (TARGET_FP_F16INST): New.
6999         (TARGET_SIMD_F16INST): New.
7000         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
7001         ("fp"): Disabling "fp" also disables "fp16".
7002         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
7003         Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
7004         and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
7005         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
7007 2016-07-04  Jan Beulich  <jbeulich@suse.com>
7009         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
7011 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
7013         PR target/71720
7014         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
7015         the insns, use an insn form that does not adjust the offset on
7016         little endian systems.
7018 2016-07-01  Jan Beulich  <jbeulich@suse.com>
7020         * varasm.c (get_variable_section): Validate initializer in
7021         named .bss-like sections.
7023 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7025         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
7026         Exchange the order of the second and third operands in the vpermr
7027         instruction tmeplate.
7029 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
7031         PR target/71698
7032         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
7033         Disallow TDmode values.
7035 2016-07-01  Alan Modra  <amodra@gmail.com>
7037         PR rtl-optimization/71709
7038         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
7039         being set, not referenced.
7041 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
7043         PR tree-optimization/70729
7044         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
7045         of loop since it can be not valid after transformation.
7047 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7049         * config/arm/arm.c (thumb_reload_in_hi): Delete.
7050         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
7052 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
7054         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
7055         for NULL decl.
7057 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
7059         PR target/71677
7060         * config/rs6000/constraints.md (wY constraint): New constraint to
7061         match the requirements for the LXSD and STXSD instructions.
7062         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
7063         predicate to match the requirements for the LXSD and STXSD
7064         instructions.
7065         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
7066         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
7067         to make sure that the bottom 2 bits of offset are 0, the address
7068         form is offsettable, and no updating is done in the address mode.
7069         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
7070         (movdi_internal32): Likewise
7071         (movdi_internal64): Likewise.
7073 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
7075         PR tree-optimization/71707
7076         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
7077         strinfo even for ADDR_EXPR ptr.
7079 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7081         * config/rs6000/altivec.md (darn_32): Change the condition to
7082         TARGET_P9_MISC instead of TARGET_MODULO.
7083         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
7084         condition expression.
7085         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
7086         condition expression.
7087         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
7088         (DFP_TEST): New code iterator.
7089         (dfptstsfi_<code>_mode>): New define_expand.
7090         (*dfp_sgnfcnc_<mode>): New define_insn.
7091         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
7092         definition next to BU_P9_MISC_1 definition and change the MASK
7093         value to RS6000_BTM_P9_MISC.
7094         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
7095         (BU_P9_64BIT_MISC_0): Likewise.
7096         (BU_P9_DFP_MISC_0): New macro definition.
7097         (BU_P9_DFP_MISC_1): New macro definition.
7098         (BU_P9_DFP_MISC_2): New macro definition.
7099         (BU_P9_DFP_OVERLOAD_1): New macro definition.
7100         (BU_P9_DFP_OVERLOAD_2): New macro definition.
7101         (BU_P9_DFP_OVERLOAD_3): New macro definition.
7102         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
7103         (TSTSFI_LT_TD): Likewise.
7104         (TSTSFI_EQ_DD): Likewise.
7105         (TSTSFI_EQ_TD): Likewise.
7106         (TSTSFI_GT_DD): Likewise.
7107         (TSTSFI_GT_TD): Likewise.
7108         (TSTSFI_OV_DD): Likewise.
7109         (TSTSFI_OV_TD): Likewise.
7110         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
7111         (TSTSFI_LT_DD): Likewise.
7112         (TSTSFI_LT_TD): Likewise.
7113         (TSTSFI_EQ): Likewise.
7114         (TSTSFI_EQ_DD): Likewise.
7115         (TSTSFI_EQ_TD): Likewise.
7116         (TSTSFI_GT): Likewise.
7117         (TSTSFI_GT_DD): Likewise.
7118         (TSTSFI_GT_TD): Likewise.
7119         (TSTSFI_OV): Likewise.
7120         (TSTSFI_OV_DD): Likewise.
7121         (TSTSFI_OV_TD): Likewise.
7122         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
7123         overloaded test significance functions.
7124         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
7125         OPTION_MASK_P9_MISC into the representation of this mask.
7126         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
7127         of this mask.
7128         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
7129         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
7130         non-zero.
7131         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
7132         argument is a 6-bit unsigned literal value if the icode argument
7133         represents a DFP test significance built-in call.
7134         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
7135         flag used independently and in combination with the
7136         RS6000_BTM_64BIT flag.
7137         (rs6000_opt_masks): Add entry for power9-misc command-line option.
7138         (rs6000_builtin_mask_names): Add entry for power9-misc
7139         command-line option.
7140         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
7141         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
7142         RS6000_BTM_P9_MISC macros.
7143         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
7144         option and change the description of the -mpower9-vector option to
7145         enable only vector instructions, removing its erroneously claimed
7146         support for scalar instructions.
7147         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
7148         the ISA 3.0 digital floating point test significance built-in
7149         functions.
7151 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
7153         * config/aarch64/aarch64.c (cortexa35_tunings):
7154         Enable AES fusion.  Use cortexa57_branch_cost.
7155         (cortexa53_tunings): Use cortexa57_branch_cost.
7156         (cortexa72_tunings): Use cortexa57_branch_cost.
7157         Use AUTOPREFETCHER_WEAK.
7158         (cortexa73_tunings): Use cortexa57_branch_cost.
7160 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7161             James Greenhalgh  <james.greenhalgh@arm.com>
7163         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
7164         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
7165         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
7166         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
7167         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
7168         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
7169         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
7170         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
7171         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
7172         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
7173         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
7174         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
7175         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
7176         New intrinsics.
7178 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
7179             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7181         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
7182         New define_insn.
7183         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
7185 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
7187         PR driver/71651
7188         * gcc.c (driver::build_option_suggestions): Pass "option" to
7189         add_misspelling_candidates.
7190         * opts-common.c (add_misspelling_candidates): Add "option" param;
7191         use it to avoid adding negated forms for options marked with
7192         RejectNegative.
7193         * opts.h (add_misspelling_candidates): Add "option" param.
7195 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
7197         PR middle-end/71693
7198         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
7199         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
7200         first when permuting bitwise operation with rotate.  Cast
7201         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
7203 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
7205         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
7206         for misspelled param names.
7207         * params.c: Include spellcheck.h.
7208         (find_param_fuzzy): New function.
7209         * params.h (find_param_fuzzy): New prototype.
7210         * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
7211         * spellcheck.h (struct edit_distance_traits<const char *>):
7212         ...here.
7214 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
7216         * config/rs6000/predicates.md (const_0_to_7_operand): New
7217         predicate, recognize 0..7.
7218         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
7219         support for doing extracts from V16QImode, V8HImode, V4SImode
7220         under ISA 3.0.
7221         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
7222         vector extract support.
7223         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
7224         for ISA 3.0 vector extract.
7225         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
7226         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
7227         extracts of a constant element number from small integer vectors
7228         on 64-bit ISA 3.0 systems.
7229         (vsx_extract_<mode>_di): Likewise.
7230         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
7231         say when we can do ISA 3.0 vector extracts.
7232         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
7233         registers, using the stxsiwx instruction.
7235 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
7237         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
7238         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
7239         qdf24xx_regmove_cost, qdf24xx_tunings): New.
7240         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
7241         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
7242         * config/arm/arm.c (arm_qdf24xx_tune): New.
7244 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
7246         * config/aarch64/aarch64.c (cortexa53_tunings):
7247         Increase loop alignment to 8.  Set function alignment to 16.
7248         (cortexa35_tunings): Likewise.
7249         (cortexa57_tunings): Increase loop alignment to 8.
7250         (cortexa72_tunings): Likewise.
7251         (cortexa73_tunings): Likewise.
7253 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
7255         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
7256         for arm_fp16_ok and arm_fp16_hw.
7257         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
7258         arm_fp16_alternative.
7260 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
7262         PR tree-optimization/71655
7263         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
7264         types when swapping operands.
7266 2016-06-29  Martin Liska  <mliska@suse.cz>
7268         PR middle-end/71585
7269         * common.opt (flag_stack_protect): Mark the flag as optimization flag.
7270         * ipa-inline-transform.c (inline_call): Remove unnecessary call
7271         of build_optimization_node.
7273 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
7275         PR tree-optimization/70729
7276         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
7277         independent in loops having positive safelen value.
7278         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
7279         it may be not valid after vectorization.
7281 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
7283         PR tree-optimization/71625
7284         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
7285         is sorted by ascending list->offset.  If PTR is non-NULL and there is
7286         previous strinfo, call get_stridx_plus_constant.
7287         (get_stridx): Pass exp as second argument to get_addr_stridx.
7288         (addr_stridxptr): Add missing list = list->next, so that there can be
7289         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
7290         the list is sorted by ascending list->offset.
7291         (get_stridx_plus_constant): Adjust so that it can be also called with
7292         ADDR_EXPR instead of SSA_NAME as PTR.
7293         (handle_char_store): Pass NULL_TREE as second argument to
7294         get_addr_stridx.
7296 2016-06-29  Richard Biener  <rguenther@suse.de>
7298         PR rtl-optimization/68961
7299         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
7301 2016-06-29  Richard Biener  <rguenther@suse.de>
7303         PR middle-end/71002
7304         * alias.c (component_uses_parent_alias_set_from): Handle
7305         type punning through union accesses by using the union alias set.
7306         * gimple.c (gimple_get_alias_set): Remove union type punning case.
7308 2016-07-29  Richard Biener  <rguenther@suse.de>
7310         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
7311         precision not matching mode precision.
7313 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
7315         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
7316         pa_output_arg_descriptor.
7317         (call_val_symref_64bit_post_reload): Likewise.
7318         (call_val_powf_64bit_post_reload): Likewise.
7319         (sibcall_internal_symref_64bit): Likewise.
7320         (sibcall_value_internal_symref_64bit): Likewise.
7322 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
7324         PR middle-end/71626
7325         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
7326         a constant, force its SUBREG_REG into memory or register instead
7327         of whole op1.
7329 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
7331         PR target/58655
7332         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
7333         * doc/invoke.texi (AVR Options): Document it.
7335 2016-06-28  Walter Lee  <walt@tilera.com>
7337         * config/tilegx/linux.h: Do not include arch/icache.h
7338         (CLEAR_INSN_CACHE): Provide inlined definition directly.
7339         * config/tilepro/linux.h: Do not include arch/icache.h
7340         (CLEAR_INSN_CACHE): Provide inlined definition directly.
7342 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
7344         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
7345         for big-endian BIT_FIELD_REF.
7347 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
7349         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
7350         ('size' attribute): Add '128'.
7351         Include power9.md.
7352         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
7353         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
7354         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
7355         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
7356         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
7357         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
7358         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
7359         *trunc<mode>df2_odd): Set size attribute to '128'.
7360         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
7361         * config/rs6000/power6.md (power6-fp): Include dfp type.
7362         * config/rs6000/power7.md (power7-fp): Likewise.
7363         * config/rs6000/power8.md (power8-fp): Likewise.
7364         * config/rs6000/power9.md: New file.
7365         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
7366         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
7367         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
7368         htmsimple.
7369         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
7370         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
7371         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
7372         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
7373         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
7374         dfp_dscri_<mode>): Change type attribute to dfp.
7375         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
7376         attribute to vecsimple.
7377         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
7378         and prefetch streams.
7379         (rs6000_option_override_internal): Remove temporary code setting
7380         tuning to power8.  Don't set rs6000_sched_groups for power9.
7381         (last_scheduled_insn): Change to rtx_insn *.
7382         (divide_cnt, vec_load_pendulum): New variables.
7383         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
7384         (rs6000_issue_rate): Set issue rate for Power9.
7385         (is_power9_pairable_vec_type): New.
7386         (power9_sched_reorder2): New.
7387         (rs6000_sched_reorder2): Call new function for Power9 specific
7388         reordering.
7389         (insn_must_be_first_in_group): Remove Power9.
7390         (insn_must_be_last_in_group): Likewise.
7391         (force_new_group): Likewise.
7392         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
7393         Initialize divide_cnt/vec_load_pendulum.
7394         (_rs6000_sched_context, rs6000_init_sched_context,
7395         rs6000_set_sched_context): Handle context save/restore of new
7396         variables.
7398 2016-06-28  Richard Biener  <rguenther@suse.de>
7400         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
7401         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
7402         COMPONENT_REF operand.
7403         (nonoverlapping_component_refs_p): Likewise.
7404         * stor-layout.c (start_bitfield_representative): Mark
7405         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
7407 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
7409         * Makefile.in: Don't cat ../stage_current if it does not exist.
7411         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
7412         last argument is a bit-field.
7414         PR rtl-optimization/71673
7415         * internal-fn.c (expand_arith_overflow_result_store): Use
7416         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
7417         expand_simple_binop.
7419         PR middle-end/66867
7420         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
7421         expand_ifn_atomic_compare_exchange): New functions.
7422         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
7423         * tree.h (build_call_expr_internal_loc): Rename to ...
7424         (build_call_expr_internal_loc_array): ... this.  Fix up type of
7425         last argument.
7426         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
7427         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
7428         ATOMIC_COMPARE_EXCHANGE result.
7429         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
7430         * gimple-fold.h (optimize_atomic_compare_exchange_p,
7431         fold_builtin_atomic_compare_exchange): New prototypes.
7432         * gimple-fold.c (optimize_atomic_compare_exchange_p,
7433         fold_builtin_atomic_compare_exchange): New functions..
7434         * tree-ssa.c (execute_update_addresses_taken): If
7435         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
7436         of call when finding addressable vars, and if such var becomes
7437         non-addressable, call fold_builtin_atomic_compare_exchange.
7439 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
7441         PR target/71670
7442         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
7443         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
7445 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
7447         * config/rs6000/rs6000.md ('type' attribute): Add
7448         veclogical,veccmpfx,vecexts,vecmove insn types.
7449         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
7450         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
7451         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
7452         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
7453         *nabs<mode>2_hw): Change type to vecmove.
7454         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
7455         *boolcc<mode>3_internal, *eqv<mode>3_internal,
7456         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
7457         *ieee_128bit_vsx_abs<mode>2_internal,
7458         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
7459         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
7460         *ieee128_mtvsrd_32bit): Change type to veclogical.
7461         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
7462         *movdi_internal32, *movdi_internal64): Update insn types.
7463         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
7464         vsx_extract_<mode>): Change type to veclogical.
7465         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
7466         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
7467         *vsx_sign_extend_si_v2di): Change type to vecexts.
7468         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
7469         type to veclogical.
7470         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
7471         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
7472         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
7473         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
7474         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
7475         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
7476         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
7477         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
7478         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
7479         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
7480         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
7481         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
7482         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
7483         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
7484         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
7485         (ppc7450-vecsimple): Add veclogical, vecmove.
7486         (ppc7450-veccmp): Add veccmpfx.
7487         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
7488         vecmove.
7489         (ppc8540_vector_compare): Add veccmpfx.
7490         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
7491         * config/rs6000/cell.md (cell-fp): Add fpsimple.
7492         (cell-vecsimple): Add veclogical, vecmove.
7493         (cell-veccmp): Add veccmpfx.
7494         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
7495         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
7496         veccmpfx.
7497         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
7498         * config/rs6000/power4.md (power4-fp): Add fpsimple.
7499         (power4-vecsimple): Add veclogical, vecmove.
7500         (power4-veccmp): Add veccmpfx.
7501         * config/rs6000/power5.md (power5-fp): Add fpsimple.
7502         * config/rs6000/power6.md (power6-fp): Add fpsimple.
7503         (power6-vecsimple): Add veclogical, vecmove.
7504         (power6-veccmp): Add veccmpfx.
7505         * config/rs6000/power7.md (power7-fp): Add fpsimple.
7506         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
7507         * config/rs6000/power8.md (power8-fp): Add fpsimple.
7508         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
7509         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
7510         * config/rs6000/titan.md (titan_fp): Add fpsimple.
7511         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
7512         fpsimple.
7513         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
7515 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
7517         PR target/71656
7518         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
7519         OPTION_MASK_P9_DFORM_VECTOR.
7520         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
7521         disable -mpower9-dform-vector when using reload.
7522         (quad_address_p): Remove 'gpr_p' argument and all associated code.
7523         New 'strict' argument.  Update all callers.  Add strict addressing
7524         support.
7525         (rs6000_legitimate_offset_address_p): Remove call to
7526         virtual_stack_registers_memory_p.
7527         (rs6000_legitimize_reload_address): Add quad address support.
7528         (rs6000_legitimate_address_p): Move call to quad_address_p above
7529         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
7530         to account for new strict usage.
7531         (rs6000_output_move_128bit): Adjust quad_address_p args to account
7532         for new strict usage.
7533         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
7535 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
7537         PR target/70902
7538         PR target/71453
7539         PR target/71555
7540         PR target/71596
7541         PR target/71657
7542         * config/i386/i386.c (ix86_spill_class): Disable condition to
7543         always return NO_REGS.
7545 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
7547         * predict.c: Include gimple-pretty-print.h
7548         (predicted_by_loop_heuristics_p): Check also
7549         PRED_LOOP_EXIT_WITH_RECURSION
7550         (predict_loops): Find self recursive calls and use special purpose
7551         predictors for them; dump log about decisions.
7552         (pass_profile::execute): Dump info about #of iterations.
7553         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
7554         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
7556 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
7558         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
7559         output_asm_insn calls and shorten long lines.  Output .CALL
7560         argument descriptor using pa_output_arg_descriptor.  Add various
7561         inline $$dyncall and other optimizations.
7562         (pa_attr_length_indirect_call): Adjust ordering and lengths.
7564 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
7566         PR tree-optimization/71643
7567         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
7568         EH preds.
7570         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
7571         leak a bitmap if dep_bb is NULL.
7573         PR tree-optimization/71631
7574         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
7575         to rewrite_expr_tree even if negate_result, move new_lhs var
7576         declaration and initialization earlier, for powi_result set afterwards
7577         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
7578         if new_lhs != lhs, and don't shadow gsi var.
7580 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
7582         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
7583         Add in_loop parameter.
7584         (predict_loops): Add loop guard heuristics.
7585         * predict.def (PRED_LOOP_GUARD): New heuristics.
7587 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
7589         * predict.c: Include ipa-utils.h
7590         (tree_bb_level_prediction): Predict recursive calls.
7591         (tree_estimate_probability_bb): Skip inexpensive calls for call
7592         predictor.
7593         * predict.def (PRED_RECURSIVE_CALL): New.
7595 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7597         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
7598         (BU_FLOAT128_1): Likewise.
7599         (FABSQ): Likewise.
7600         (COPYSIGNQ): Likewise.
7601         (RS6000_BUILTIN_NANQ): Likewise.
7602         (RS6000_BUILTIN_NANSQ): Likewise.
7603         (RS6000_BUILTIN_INFQ): Likewise.
7604         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
7605         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
7606         (TARGET_FOLD_BUILTIN): New #define.
7607         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
7608         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
7609         (rs6000_fold_builtin): New target hook implementation, handling
7610         folding of 128-bit NaNs and infinities.
7611         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
7612         entries are filled in to avoid problems during bootstrap
7613         self-test; define builtins for 128-bit NaNs and infinities.
7614         (rs6000_opt_mask): Add entry for float128.
7615         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
7616         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
7617         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
7618         (const_str_type_node): New #define.
7619         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
7620         to a define_expand that dispatches to either copysign<mode>3_soft
7621         or copysign<mode>3_hard.
7622         (copysign<mode>3_hard): Rename from copysign<mode>3.
7623         (copysign<mode>3_soft): New define_insn.
7624         * doc/extend.texi: Document new builtins.
7626 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
7628         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
7629         PRIu64 instead of lu.
7631 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
7633         PR debug/71642
7634         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
7635         copy the type name.
7637 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
7639         PR tree-optimization/71647
7640         * omp-low.c (lower_rec_input_clauses): Convert
7641         omp_clause_aligned_alignment (c) to size_type_node for the
7642         last argument of __builtin_assume_aligned.
7644 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
7646         * configure.ac (calling ___tls_get_addr via GOT): New
7647         assembler/linker check.
7648         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
7649         assembler and linker supports calling ___tls_get_addr via GOT.
7650         Otherise, defined to 0.
7651         * config.in: Regenerated.
7652         * configure: Likewise.
7653         * config/i386/constraints.md (Yb): New constraint.
7654         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
7655         (REG_CLASS_NAMES): Likewise.
7656         (REG_CLASS_CONTENTS): Likewise.
7657         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
7658         the b constraint with the Yb constraint.  Call ___tls_get_addr
7659         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
7660         is 1.
7661         (*tls_local_dynamic_base_32_gnu): Likewise.
7662         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
7663         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
7664         (*tls_local_dynamic_base_64_<mode>): Likewise.
7666 2016-06-24  Martin Liska  <mliska@suse.cz>
7668         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
7669         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
7670         few functions.
7671         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
7672         argument to true if the expected number of iterations is
7673         loop-based.
7675 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
7677         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
7678         assemble for 32bit target.
7679         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
7680         and $ld_ix86_gld_32_opt to link for 32bit target.
7681         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
7682         * configure: Regenerate.
7684 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7686         * config/arm/arm.c (int_log2): Delete definition and prototype.
7687         (shift_op): Use exact_log2 instead of int_log2.
7688         (vfp3_const_double_for_fract_bits): Likewise.
7690 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
7692         * internal-fn.c (expand_arith_set_overflow): New function.
7693         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
7694         Use it.
7695         (expand_arith_overflow_result_store): Likewise.  Handle precision
7696         smaller than mode precision.
7697         * tree-vrp.c (extract_range_basic): For imag part, handle
7698         properly signed 1-bit precision result.
7699         * doc/extend.texi (__builtin_add_overflow): Document that last
7700         argument can't be pointer to enumerated or boolean type.
7701         (__builtin_add_overflow_p): Document that last argument can't
7702         have enumerated or boolean type.
7704 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
7705             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7707         * config/rs6000/predicates.md (splat_input_operand): Rework.
7708         Don't allow constants, since the insns that use this predicate
7709         don't support constants.  Constants are handled by other insns
7710         that are created via combine.  During and after register
7711         allocation, only allow indexed or indirect addresses, and not
7712         general addresses.  Only allow modes supported by the hardware.
7713         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
7714         comment.  Move check for using VSPLTIS<x> to a common location,
7715         instead of doing it in two different places.
7717 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
7719         * config/i386/driver-i386.c (host_detect_local_cpu): Set
7720         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
7721         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
7722         signature_CENTAUR_ebx.
7724 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
7726         PR target/66232
7727         PR target/67400
7728         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
7729         (as_ix86_gas_32_opt): This.
7730         (ld_ix86_tls_ldm_opt): Renamed to ...
7731         (ld_ix86_gld_32_opt): This.
7732         (R_386_TLS_LDM reloc): Updated.
7733         (R_386_GOT32X reloc): New assembler/linker check.
7734         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
7735         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
7736         defined to 0.
7737         * config.in: Regenerated.
7738         * configure: Likewise.
7739         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
7740         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
7741         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
7742         if ix86_force_load_from_GOT_p returns true.
7743         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
7744         ix86_force_load_from_GOT_p returns true.
7745         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
7746         the external function address via the GOT slot.
7747         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
7748         HAVE_AS_IX86_GOT32X before returning false.
7749         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
7750         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
7752 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
7754         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
7756 2016-06-23  Andi Kleen  <ak@linux.intel.com>
7758         * Makefile.in: Regenerate.
7759         * doc/install.texi: Document autoprofiledbootstrap.
7761 2016-06-23  Andi Kleen  <ak@linux.intel.com>
7763         * config/i386/gcc-auto-profile: New file.
7765 2016-06-23  Martin Liska  <mliska@suse.cz>
7767         PR middle-end/71619
7768         * predict.c (predict_loops): Revert the hunk that was removed
7769         in r237103.
7771 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
7773         * config.gcc: Add support for arm*-*-phoenix* targets.
7774         * config/arm/t-phoenix: New.
7775         * config/phoenix.h: New.
7777 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
7778             H.J. Lu  <hongjiu.lu@intel.com>
7780         PR target/67400
7781         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
7782         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
7783         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
7784         ix86_force_load_from_GOT_p returns true.
7785         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
7786         ix86_force_load_from_GOT_p returns true.
7787         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
7788         ix86_force_load_from_GOT_p returns true.
7789         (ix86_expand_move): Load the external function address via the
7790         GOT slot if ix86_force_load_from_GOT_p returns true.
7791         * config/i386/predicates.md (x86_64_immediate_operand): Return
7792         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
7793         (x86_64_zext_immediate_operand): Ditto.
7795 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
7797         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
7799 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
7801         PR c/70339
7802         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
7803         * diagnostic.c (pedwarn_at_rich_loc): New function.
7804         * spellcheck.h (best_match::best_match): Add a
7805         "best_distance_so_far" optional parameter.
7806         (best_match::set_best_so_far): New method.
7807         (best_match::get_best_distance): New accessor.
7808         (best_match::get_best_candidate_length): New accessor.
7810 2016-06-22  Nick Clifton  <nickc@redhat.com>
7812         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
7813         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
7814         modes are accepted as well.
7815         (ucompare_loc_descriptor): Likewise.
7816         (minmax_loc_descriptor): Likewise.
7817         (clz_loc_descriptor): Likewise.
7818         (popcount_loc_descriptor): Likewise.
7819         (bswap_loc_descriptor): Likewise.
7820         (rotate_loc_descriptor): Likewise.
7821         (mem_loc_descriptor): Likewise.
7822         (loc_descriptor): Likewise.
7824 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
7826         * common.opt (fdiagnostics-parseable-fixits): New option.
7827         * diagnostic.c: Include "selftest.h".
7828         (print_escaped_string): New function.
7829         (print_parseable_fixits): New function.
7830         (diagnostic_report_diagnostic): Call print_parseable_fixits.
7831         (selftest::assert_print_escaped_string): New function.
7832         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
7833         (selftest::test_print_escaped_string): New function.
7834         (selftest::test_print_parseable_fixits_none): New function.
7835         (selftest::test_print_parseable_fixits_insert): New function.
7836         (selftest::test_print_parseable_fixits_remove): New function.
7837         (selftest::test_print_parseable_fixits_replace): New function.
7838         (selftest::diagnostic_c_tests): New function.
7839         * diagnostic.h (struct diagnostic_context): Add field
7840         "parseable_fixits_p".
7841         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
7842         -fdiagnostics-parseable-fixits.
7843         (-fdiagnostics-parseable-fixits): New option.
7844         * opts.c (common_handle_option): Handle
7845         -fdiagnostics-parseable-fixits.
7846         * selftest-run-tests.c (selftest::run_tests): Call
7847         selftest::diagnostic_c_tests.
7848         * selftest.h (selftest::diagnostic_c_tests): New prototype.
7850 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
7852         PR tree-optimization/71488
7853         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
7854         comparison of boolean vectors.
7855         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
7856         of boolean vectors using bitwise operations.
7858 2016-06-22  Andreas Schwab  <schwab@suse.de>
7860         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
7861         Remove declaration.
7863 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
7865         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
7867 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7869         * config/i386/i386.c (print_reg): Emit an error message on attempt to
7870         print FLAGS_REG.
7872 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7874         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
7875         * config/arm/arm-cores.def (cortex-a73): New entry.
7876         (cortex-a73.cortex-a35): Likewise.
7877         (cortex-a73.cortex-a53): Likewise.
7878         * config/arm/arm-tables.opt: Regenerate.
7879         * config/arm/arm-tune.md: Likewise.
7880         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
7881         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
7882         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
7883         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
7884         * doc/invoke.texi (ARM Options): Document cortex-a73,
7885         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
7887 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7889         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
7890         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
7891         (cortex-a73.cortex-a35): Likewise.
7892         (cortex-a73.cortex-a53): Likewise.
7893         * config/aarch64/aarch64-tune.md: Regenerate.
7894         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
7895         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
7896         -mcpu and -mtune.
7898 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7900         * configure.ac (gcc_cv_as_compress_debug): Remove
7901         --compress-debug-sections as extra as switch.
7902         Handle gas --compress-debug-sections=type.
7903         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
7904         Handle gld --compress-debug-sections=type.
7905         * configure: Regenerate.
7907 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7909         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
7911 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
7913         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
7914         (do_rewrite): likewise.
7916 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7918         * common/config/mep/mep-common.c: Remove.
7919         * config.gcc: Remove mep-* support.
7920         * config/mep/constraints.md: Remove.
7921         * config/mep/default.h: Remove.
7922         * config/mep/intrinsics.h: Remove.
7923         * config/mep/intrinsics.md: Remove.
7924         * config/mep/ivc2-template.h: Remove.
7925         * config/mep/mep-c5.cpu: Remove.
7926         * config/mep/mep-core.cpu: Remove.
7927         * config/mep/mep-default.cpu: Remove.
7928         * config/mep/mep-ext-cop.cpu: Remove.
7929         * config/mep/mep-intrin.h: Remove.
7930         * config/mep/mep-ivc2.cpu: Remove.
7931         * config/mep/mep-pragma.c: Remove.
7932         * config/mep/mep-protos.h: Remove.
7933         * config/mep/mep.c: Remove.
7934         * config/mep/mep.cpu: Remove.
7935         * config/mep/mep.h: Remove.
7936         * config/mep/mep.md: Remove.
7937         * config/mep/mep.opt: Remove.
7938         * config/mep/predicates.md: Remove.
7939         * config/mep/t-mep: Remove.
7940         * doc/install.texi: Remove mep-* documentation.
7941         * doc/md.texi: Likewise.
7943 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7945         * config.gcc: Remove support for avr-rtems.
7946         * config/avr/gen-avr-mmcu-specs.c: Likewise.
7947         * config/avr/rtems.h: Remove.
7948         * config/avr/t-rtems: Remove.
7950 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7952         * config.gcc: Remove m32r-rtems support.
7953         * config/m32r/rtems.h: Remove.
7955 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7957         * config.gcc: Remove h8300-rtems support.
7958         * config/h8300/rtems.h: Remove.
7959         * config/h8300/t-rtems: Remove.
7961 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7963         * config.gcc: Remove support for knetbsd.
7964         * configure.ac: Likewise.
7965         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
7966         * config/knetbsd-gnu.h: Remove.
7967         * configure: Regenerate.
7969 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7971         * config.gcc: Remove support for openbsd 2 and 3.
7972         * config/openbsd-oldgas.h: Remove.
7974 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7976         * config.gcc: Remove interix support.
7977         * config/i386/i386-interix.h: Remove.
7978         * config/i386/interix.opt: Remove.
7979         * config/i386/t-interix: Remove.
7980         * configure: Regenerate.
7981         * configure.ac: Remove interix support.
7982         * doc/install.texi: Remove interix documentation.
7984 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7986         * config/rs6000/rs6000.h: Add conditional preprocessing directives
7987         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
7988         not defined.
7990 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
7992         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
7993         they are both PLACEHOLDER_EXPRs.
7995 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
7997         * stor-layout.c (layout_type): Move setting complex MODE to
7998         layout_type, instead of setting it ahead of time by the caller.
7999         * tree.c (build_complex_type): Likewise.
8001 2016-06-21  Martin Liska  <mliska@suse.cz>
8003         * predict.c (force_edge_cold): Replace imposisble with
8004         impossible.
8006 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
8008         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
8009         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
8011 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
8013         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
8015 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
8016             Ilya Enkovich  <ilya.enkovich@intel.com>
8018         PR target/71549
8019         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
8020         New member function to convert V1TImode register to SUBREG
8021         TImode in debug insn.
8022         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
8023         after changing register mode to V1TImode.
8025 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
8027         * config/aarch64/aarch64-cores.def (vulcan): New core.
8028         * config/aarch64/aarch64-tune.md: Regenerate.
8029         * doc/invoke.texi: Document vulcan as an available option.
8031 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
8033         * cse.c (canon_asm_operands): New function extracted from...
8034         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
8035         either standalone or member of a PARALLEL.
8037 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
8039         PR target/30417
8040         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
8041         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
8042         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
8044 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
8046         PR target/71103
8047         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
8048         constant addresses if can_create_pseudo_p.
8050 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
8052         PR tree-optimization/71588
8053         * tree-ssa-strlen.c (valid_builtin_call): New function.
8054         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
8055         it.
8057 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
8059         PR middle-end/71581
8060         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
8061         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
8062         for conversion of scalar user var to complex type and use the
8063         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
8064         punt.
8066         PR rtl-optimization/71591
8067         * toplev.c (toplev::run_self_tests): If no_backend, complain and
8068         don't run any tests.
8070 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
8072         PR target/71571
8073         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
8074         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
8075         space for PIC with non-v32 and the common non-PIC "jump".
8077 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
8079         PR target/71559
8080         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
8081         returned values and add UN*/LTGT/*ORDERED cases with values matching
8082         D operand modifier on vcmp for AVX.
8084 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
8086         * config/aarch64/aarch64.opt
8087         (mpc-relative-literal-loads): Rename internal option name.
8088         * config/aarch64/aarch64.c
8089         (aarch64_nopcrelative_literal_loads): Rename to
8090         aarch64_pcrelative_literal_loads.
8091         (aarch64_expand_mov_immediate): Likewise.
8092         (aarch64_secondary_reload): Likewise.
8093         (aarch64_can_use_per_function_literal_pools_p): Likewise.
8094         (aarch64_override_options_after_change_1): Rename and simplify logic.
8095         (aarch64_classify_symbol): Merge large model checks into switch,
8096         remove pc-relative load check.
8098 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8100         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
8101         costs relative to the cost of a register move.
8103 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8105         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
8106         (vcvt_n_f64_u64): Likewise.
8107         (vcvt_n_s64_f64): Likewise.
8108         (vcvt_n_u64_f64): Likewise.
8109         (vcvt_f64_s64): Likewise.
8110         (vrecpe_f64): Likewise.
8111         (vcvt_f64_u64): Likewise.
8112         (vrecps_f64): Likewise.
8114 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8116         * config/aarch64/aarch64.md
8117         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
8118         iterators.
8119         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
8120         attributes.
8121         * config/aarch64/aarch64-builtins.c
8122         (aarch64_types_binop_uss_qualifiers): Delete.
8123         (TYPES_BINOP_USS): Likewise.
8124         (aarch64_types_binop_sus_qualifiers): Likewise.
8125         (TYPES_BINOP_SUS): Likewise.
8126         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
8127         (TYPES_FCVTIMM_SUS): Likewise.
8128         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
8129         rather than BINOP.
8130         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
8131         (fcvtzs): Use SHIFTIMM rather than BINOP.
8132         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
8134 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8136         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
8137         costs relative to the cost of a register move.
8139 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
8141         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
8142         Allow scalar/single vector modes to be tieable.
8144 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
8146         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
8148 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8150         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
8151         "alignement".
8152         * tree.h (TYPE_ALIGN): Likewise.
8154 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
8156         PR target/71103
8157         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
8159 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
8161         * config/avr/avr.c (avr_print_operand): Fix "format not a string
8162         literal" build warnings.
8163         (avr_print_operand_address): Dito.
8165 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
8167         PR target/71375
8168         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
8169         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
8171 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
8173         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
8175 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
8177         PR bootstrap/71435
8178         * reload1.c (reload): Pass 0 to finish_spills when called because
8179         update_eliminables_and_spill returns true and remove did_spill.
8180         (finish_spills): Adjust comment and document GLOBAL parameter.
8182 2016-06-17  DJ Delorie  <dj@redhat.com>
8184         PR target/71338
8185         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
8186         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
8187         (umulqihi3_virt): Likewise.
8188         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
8189         (umulqihi3_real): Likewise.
8191 2016-06-17  Martin Liska  <mliska@suse.cz>
8193         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
8195 2016-06-17  Martin Liska  <mliska@suse.cz>
8197         * predict.def: PRED_LOOP_EXIT from 92 to 85.
8199 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
8201         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
8202         __FAST_MATH__.
8203         (vaddq_f32): Likewise.
8204         (vmul_f32): Likewise.
8205         (vmulq_f32): Likewise.
8206         (vsub_f32): Likewise.
8207         (vsubq_f32): Likewise.
8209 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
8211         PR tree-optimization/71347
8212         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
8213         cost for all uses in group.
8215 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
8217         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
8218         insert gimple seq if it's not empty.
8220 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
8222         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
8223         member OFFSET.
8224         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
8225         rather than OFFSET.
8226         (comp_dr_with_seg_len_pair): Ditto.
8227         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
8228         struct dr_with_seg_len_pair against DR_OFFSET.
8229         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
8230         DR_OFFSET directly.
8232 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
8234         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
8236 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
8238         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
8239         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
8240         (pa_output_millicode_call): Likewise.
8241         (pa_output_call): Likewise.
8242         (pa_output_indirect_call): Likewise.
8243         (pa_asm_output_mi_thunk): Likewise.
8245 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
8247         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
8249 2016-06-16  Martin Liska  <mliska@suse.cz>
8251         * predict.c (combine_predictions_for_insn): When we find a first
8252         match predictor, we should consider just predictors with
8253         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
8254         DS theory predictor.
8255         (combine_predictions_for_bb): Likewise.
8257 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
8259         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
8260         with base of reference to struct.
8262 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
8264         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
8266 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
8268         PR target/71151
8269         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
8270         progmem_swtable_section.
8271         (progmem_swtable_section): Remove.
8272         (avr_asm_function_rodata_section): Remove.
8273         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
8274         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
8276 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
8278         * config/i386/driver-i386.c (host_detect_local_cpu): Set
8279         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
8280         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
8281         signature_CENTAUR_ebx.
8282         * config/i386/i386.c (ix86_option_override_internal): Add
8283         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
8284         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
8285         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
8287 2016-06-16  Martin Liska  <mliska@suse.cz>
8289         * predict.def: Add fortran loop preheader predictor.
8290         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
8291         fold IFN_BUILTIN_EXPECT with a known constant argument.
8293 2016-06-16  Martin Liska  <mliska@suse.cz>
8295         * predict.def: Add 'Fortran' to display text of all
8296         PRED_FORTRAN_* predictors.
8298 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
8300         PR target/71242
8301         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
8302         [IA64_BUILTIN_NANSQ]: Ditto.
8303         (ia64_fold_builtin): New function.
8304         (TARGET_FOLD_BUILTIN): New define.
8305         (ia64_init_builtins) Declare const_string_type node.
8306         Add __builtin_nanq and __builtin_nansq builtin functions.
8307         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
8309 2016-06-16  Nick Clifton  <nickc@redhat.com>
8311         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
8312         MSP430_HWMULT_ prefix to enum values.
8313         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
8314         * config/msp430/msp430.c: Update use of enum values.
8315         * config/msp430/msp430.md: Likewise.
8316         * config/msp430/msp430.opt: Likewise.
8318 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
8320         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
8321         of comparsions in the last iteration.
8323 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
8324             Joern Rennecke  <joern.rennecke@embecosm.com>
8326         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
8327         addresses.
8328         (arc_needs_pcl_p): Add GOTOFFPC.
8329         (arc_legitimate_pic_addr_p): Likewise.
8330         (arc_output_pic_addr_const): Likewise.
8331         (arc_legitimize_pic_address): Generate a pc-relative address using
8332         GOTOFFPC.
8333         (arc_output_libcall): Use @pcl syntax.
8334         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
8335         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
8336         (*movsi_insn): Use @pcl syntax.
8337         (doloop_begin_i): Likewise.
8339 2016-06-16  Martin Liska  <mliska@suse.cz>
8341         * predict.def: Define a new predictor.
8343 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
8345         * config/arc/arc.opt (mtp-regno): Update text.
8347 2016-06-16  Renlin Li  <renlin.li@arm.com>
8349         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
8351 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
8353         PR target/71554
8354         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
8355         (setcc + and peephole2): Likewise.
8357         PR rtl-optimization/71532
8358         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
8359         memory slots.
8361 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
8363         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
8364         DImode constants with XXSPLTIB in vector registers.
8365         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
8366         vsx_extract_<mode>_internal{1,2} into a single insn that handles
8367         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
8368         extraction of the element at the top of the register as a scalar
8369         value.
8370         (vsx_extract_<mode>_internal1): Likewise.
8371         (vsx_extract_<mode>_internal2): Likewise.
8372         * config/rs6000/constraints.md (wi constraint): Remove a comment
8373         about DImode not being allowed in Altivec registers.
8374         (wB constraint): New constraint for constants that can be
8375         generated in Altivec registers with VSPLTISW/VUPKHSW.
8376         * config/rs6000/predicates.md (xxspltib_constant_split): Update
8377         comments.
8378         (xxspltib_constant_nosplit): Likewise.
8379         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
8380         support for -mupper-regs-di to enable DImode to go into Altivec
8381         registers.
8382         (POWERPC_MASKS): Likewise.
8383         (power7 cpu): Likewise.
8384         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
8385         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
8386         for DImode being allowed in Altivec registers.  Update wi/wj
8387         constraints.  Set scalar_in_vmx_p flag.
8388         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
8389         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
8390         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
8391         (rs6000_opt_masks): Add -mupper-regs-di.
8392         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
8393         direct move to use wi and not wj.
8394         (lfiwzx): Likewise.
8395         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
8396         alternative.
8397         (floatunssi<mode>2_lfiwzx_mem): Likewise.
8398         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
8399         any VSX register, instead of just Altivec registers, to allow
8400         either operand to be an Altivec register or both.
8401         (fixuns_trunc<mode>di2_fctiduz): Likewise.
8402         (movdi_internal32): Add support for -mupper-regs-di.  Add support
8403         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
8404         the alternatives and attributes to be lined up to be easier to
8405         read.
8406         (movdi_internal64): Likewise.
8407         (64-bit DImode splitters): Change predicates to only split loading
8408         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
8409         load constants in ISA 3.0 or ISA 2.07 respectively.
8410         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
8411         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
8412         mention -mcpu=power9 sets these options.
8413         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
8414         wB constraint.
8416 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
8418         PR target/67353
8419         * config/avr/avr.c (avr_set_current_function): Warn misspelled
8420         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
8421         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
8422         by default to warn misspelled interrupt/ signal handler.
8423         * doc/invoke.texi (AVR Options): Document it. Update description
8424         for -nodevicelib option.
8426 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8428         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
8429         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
8430         (aarch64_<sur>shll2_n<mode>): Likewise.
8432 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
8434         PR middle-end/71529
8435         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
8436         DECL_CONTEXT for copied arguments.
8438 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
8440         PR tree-optimization/71483
8441         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
8442         for slp
8444 2016-06-15  Martin Liska  <mliska@suse.cz>
8446         * predict.c (tree_predict_by_opcode): Call predict_edge_def
8447         instead of predict_edge w/o a probability.
8449 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
8451         PR tree-optimization/71439
8452         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
8453         live PHIs.
8455 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8457         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
8458         register subregs in SET_SRC.
8460 2016-06-15  Richard Biener  <rguenther@suse.de>
8462         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
8463         store restrictions.
8465 2016-06-15  Richard Biener  <rguenther@suse.de>
8467         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
8468         not consider dependences between accesses that belong to the
8469         same group.
8470         (vect_analyze_data_ref_dependences): Do not analyze read-read
8471         or self-dependences.
8473 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
8475         * spellcheck-tree.c: Include spellcheck-tree.h rather than
8476         spellcheck.h.
8477         (find_closest_identifier): Reimplement in terms of
8478         best_match<tree,tree>.
8479         * spellcheck-tree.h: New file.
8480         * spellcheck.c (struct edit_distance_traits<const char *>): New
8481         struct.
8482         (find_closest_string): Reimplement in terms of
8483         best_match<const char *, const char *>.
8484         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
8485         overload to spellcheck-tree.h.
8486         (find_closest_identifier): Likewise.
8487         (struct edit_distance_traits<T>): New template.
8488         (class best_match): New class.
8490 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
8492         * selftest-run-tests.c (selftest::run_tests): Call
8493         selftest::spellcheck_tree_c_tests.
8494         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
8495         * spellcheck-tree.c: Include selftest.h and stringpool.h.
8496         (selftest::test_find_closest_identifier): New function.
8497         (selftest::spellcheck_tree_c_tests): New function.
8498         * spellcheck.c (selftest::test_find_closest_string): Verify that
8499         the order of the vec does not affect the results for this case.
8500         (selftest::test_data): New array.
8501         (selftest::test_metric_conditions): New function.
8502         (selftest::spellcheck_c_tests): Add a test of case-comparison.
8503         Call selftest::test_metric_conditions.
8505 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8507         * config/rs6000/rs6000-builtin.def (commentary): Typo.
8508         (BU_P9_MISC_1): Likewise.
8509         (BU_P9_64BIT_MISC_0): Likewise.
8510         (BU_P9_MISC_0): Likewise.
8512 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
8514         * gcc-rich-location.c
8515         (gcc_rich_location::add_fixit_misspelled_id): New method.
8516         * gcc-rich-location.h
8517         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
8519 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
8521         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
8522         FreeBSD 11 and above.
8524 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
8526         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
8528 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8530         * expmed.h: Close parenthesis in "at your option" in copyright
8531         boilerplate.
8532         * lower-subreg.h: Likewise.
8534 2016-06-14  Richard Biener  <rguenther@suse.de>
8536         PR middle-end/71526
8537         * genmatch.c (expr::gen_transform): Use in_type for comparisons
8538         if available.
8540 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8542         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
8543         New function.
8544         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
8545         mask+shift version.
8546         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
8547         New prototype.
8548         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
8549         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
8551 2016-06-14  Richard Biener  <rguenther@suse.de>
8553         PR tree-optimization/71522
8554         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
8555         copying into float copying.
8557 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
8559         PR tree-optimization/71520
8560         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
8561         (replace_block_by): Move user labels from bb1 to bb2.
8563 2016-06-14  Richard Biener  <rguenther@suse.de>
8565         PR middle-end/71310
8566         PR bootstrap/71510
8567         * expr.h (get_bit_range): Declare.
8568         * expr.c (get_bit_range): Export.
8569         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
8570         word_mode again to constrain the bitfield access.
8572 2016-06-14  Richard Biener  <rguenther@suse.de>
8574         PR tree-optimization/71521
8575         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
8576         division int_const_binop against zero divisor.
8578 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
8580         * config/i386/i386.md (signbittf2): New expander.
8581         * config/i386/sse.md (ptesttf2): New insn pattern.
8583 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
8585         PR bootstrap/71481
8586         * input.c (selftest::test_reading_source_line): Avoid reading from
8587         __FILE__ by creating a tempfile with known content and reading
8588         from that instead.
8590 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
8592         * pretty-print.c (assert_pp_format_colored): Skip the test if
8593         GCC_COLORS is set.
8594         (test_pp_format): Remove comment about GCC_COLORS.
8596 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
8598         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
8599         * pretty-print.c (assert_pp_format_va): Add location param and use
8600         it with ASSERT_STREQ_AT.
8601         (assert_pp_format): Add location param and pass it to
8602         assert_pp_format_va.
8603         (assert_pp_format_colored): Likewise.
8604         (ASSERT_PP_FORMAT_1): New.
8605         (ASSERT_PP_FORMAT_2): New.
8606         (ASSERT_PP_FORMAT_3): New.
8607         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
8608         explicitly, or implicitly via the above macros.
8609         * selftest.c (selftest::pass): Use a selftest::location rather
8610         than file and line.
8611         (selftest::fail): Likewise.  Print the function name.
8612         (selftest::fail_formatted): Likewise.
8613         (selftest::assert_streq): Use a selftest::location rather than
8614         file and line.
8615         * selftest.h (selftest::location): New struct.
8616         (SELFTEST_LOCATION): New macro.
8617         (selftest::pass): Accept a const location & rather than file
8618         and line.
8619         (selftest::fail): Likewise.
8620         (selftest::fail_formatted): Likewise.
8621         (selftest::assert_streq): Likewise.
8622         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
8623         (ASSERT_FALSE): Likewise.
8624         (ASSERT_EQ): Likewise.
8625         (ASSERT_NE): Likewise.
8626         (ASSERT_STREQ): Likewise.
8627         (ASSERT_PRED1): Likewise.
8628         (ASSERT_STREQ_AT): New macro.
8630 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
8632         * selftest.c (selftest::fail_formatted): New function.
8633         (selftest::assert_streq): New function.
8634         * selftest.h (selftests::fail_formatted): New decl.
8635         (selftest::assert_streq): New decl.
8636         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
8638 2016-06-13  Jeff Law  <law@redhat.com>
8640         PR tree-optimization/71403
8641         * tree-ssa-threadbackward.c
8642         (convert_and_register_jump_thread_path): No longer accept reference
8643         to path.  Do not pop items off the path anymore.
8644         (fsm_find_control_statement_thread_paths): Do not allow threading
8645         to a deeper loop nest.  Pop the last item off the path here rather
8646         than in convert_and_register_jump_thread_path.
8648 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
8649             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
8651         [AArch64] Emit division using the Newton series
8653         * config/aarch64/aarch64-protos.h
8654         (cpu_approx_modes): Add new member "division".
8655         (aarch64_emit_approx_div): Declare new function.
8656         * config/aarch64/aarch64.c
8657         (generic_approx_modes): New member "division".
8658         (exynosm1_approx_modes): Likewise.
8659         (xgene1_approx_modes): Likewise.
8660         (aarch64_emit_approx_div): Define new function.
8661         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
8662         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
8663         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
8664         * doc/invoke.texi (-mlow-precision-div): Describe new option.
8666 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
8667             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8669         [AArch64] Emit square root using the Newton series
8671         * config/aarch64/aarch64-protos.h
8672         (aarch64_emit_approx_rsqrt): Replace with new function
8673         "aarch64_emit_approx_sqrt".
8674         (cpu_approx_modes): New member "sqrt".
8675         * config/aarch64/aarch64.c
8676         (generic_approx_modes): New member "sqrt".
8677         (exynosm1_approx_modes): Likewise.
8678         (xgene1_approx_modes): Likewise.
8679         (aarch64_emit_approx_rsqrt): Replace with new function
8680         "aarch64_emit_approx_sqrt".
8681         (aarch64_override_options_after_change_1): Handle new option.
8682         * config/aarch64/aarch64-simd.md
8683         (rsqrt<mode>2): Use new function instead.
8684         (sqrt<mode>2): New expansion and insn definitions.
8685         * config/aarch64/aarch64.md: Likewise.
8686         * config/aarch64/aarch64.opt
8687         (mlow-precision-sqrt): Add new option description.
8688         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
8690 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
8692         [AArch64] Add more choices for the reciprocal square root approximation
8694         Allow a target to prefer such operation depending on the operation mode.
8696         * config/aarch64/aarch64-protos.h
8697         (AARCH64_APPROX_MODE): New macro.
8698         (AARCH64_APPROX_{NONE,ALL}): Likewise.
8699         (cpu_approx_modes): New structure.
8700         (tune_params): New member "approx_modes".
8701         * config/aarch64/aarch64-tuning-flags.def
8702         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
8703         * config/aarch64/aarch64.c
8704         (generic_approx_modes): New core "cpu_approx_modes" structure.
8705         (exynosm1_approx_modes): Likewise.
8706         (xgene1_approx_modes): Likewise.
8707         (generic_tunings): New member "approx_modes".
8708         (cortexa35_tunings): Likewise.
8709         (cortexa53_tunings): Likewise.
8710         (cortexa57_tunings): Likewise.
8711         (cortexa72_tunings): Likewise.
8712         (exynosm1_tunings): Likewise.
8713         (thunderx_tunings): Likewise.
8714         (xgene1_tunings): Likewise.
8715         (use_rsqrt_p): New argument for the mode and use new member from
8716         "tune_params".
8717         (aarch64_builtin_reciprocal): Devise mode from builtin.
8718         (aarch64_optab_supported_p): New argument for the mode.
8719         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
8721 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
8723         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
8724         RS6000_BTM_MODULO flag into the set of flags that are considered
8725         to be part of the common configuration.
8727 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
8729         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
8730         difference unsigned.
8731         (vec_absdb): New macro for vector absolute difference unsigned
8732         byte.
8733         (vec_absdh): New macro for vector absolute difference unsigned
8734         half-word.
8735         (vec_absdw): New macro for vector absolute difference unsigned word.
8736         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
8737         (vadu<mode>3): New insn.
8738         (*p9_vadu<mode>3): New insn.
8739         * config/rs6000/rs6000-builtin.def (vadub): New built-in
8740         definition.
8741         (vaduh): New built-in definition.
8742         (vaduw): New built-in definition.
8743         (vadu): New overloaded built-in definition.
8744         (vadub): New overloaded built-in definition.
8745         (vaduh): New overloaded built-in definition.
8746         (vaduw): New overloaded built-in definition.
8747         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8748         overloaded vector absolute difference unsigned functions.
8749         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
8750         the ISA 3.0 vector absolute difference unsigned built-in functions.
8752 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
8754         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
8755         update shared_lookup_references only once after changing operands.
8757 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
8759         PR middle-end/71373
8760         * tree-nested.c (convert_nonlocal_omp_clauses)
8761         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
8763         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
8764         * tree.def (CASE_LABEL_EXPR): Likewise.
8766 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8768         PR bootstrap/71481
8769         * input.c (test_builtins): Fix an assertion.
8771 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
8773         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
8774         (paritysi2): Ditto.
8775         (isinfxf2): Ditto.
8776         (isinf<mode>2): Ditto.
8778 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
8780         * ggc-tests.c (test_finalization): Only test need_finalization_p
8781         for GCC_VERSION >= 4003.
8783 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8785         * config/s390/vecintrin.h: Fix file description in comment.
8787 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8789         * config/s390/s390-builtin-types.def: Change builtin type naming
8790         scheme to match builtin-types.def.
8792 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
8794         * fold-const.c (optimize_minmax_comparison): Remove.
8795         (fold_comparison): Remove call to the above.
8796         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
8797         New transformations.
8799 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
8801         PR tree-optimization/71416
8802         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
8803         multiple entries
8805 2016-06-13  Martin Liska  <mliska@suse.cz>
8807         * predict.c (enum predictor_reason): Prefix enum with REASON_.
8808         (combine_predictions_for_insn): Likewise.
8809         (prune_predictions_for_bb): Likewise.
8810         (combine_predictions_for_bb): Likewise.
8812 2016-06-13  Richard Biener  <rguenther@suse.de>
8814         PR tree-optimization/71505
8815         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
8816         assert match comment.
8818 2016-06-13  Marek Polacek  <polacek@redhat.com>
8820         PR middle-end/71476
8821         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
8822         gimplify_switch_expr.
8823         (warn_switch_unreachable_r): New function.
8825 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8827         PR target/71379
8828         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
8829         one.
8831 2016-06-13  Richard Biener  <rguenther@suse.de>
8833         PR middle-end/64516
8834         * fold-const.c (fold_unary_loc): Preserve alignment when
8835         folding a VIEW_CONVERT_EXPR into a MEM_REF.
8837 2016-06-13  Martin Liska  <mliska@suse.cz>
8839         PR sanitizer/71458
8840         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
8841         w/ -fsanitize=bounds.
8843 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
8845         * config/i386/i386.c (ix86_init_builtins): Calculate
8846         FLOAT128_FTYPE_CONST_STRING function type only once.
8847         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
8848         built-in functions are available for x86-32 and x86-64 targets.
8850 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
8852         PR target/71241
8853         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
8854         New primitive type.
8855         (FLOAT128_FTYPE_CONST_STRING): New function type.
8856         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
8857         [IX86_BUILTIN_NANSQ]: Ditto.
8858         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
8859         (ix86_init_builtin_types): Declare const_string_type_node.
8860         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
8861         builtin functions.
8862         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
8863         * doc/extend.texi (x86 Built-in Functions): Document
8864         __builtin_nanq and __builtin_nansq.
8866 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
8868         PR target/71061
8869         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
8870         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
8871         length for pop patterns.
8872         (arm_attr_length_push_multi): Update comments.
8873         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
8874         attribute.
8875         (*pop_multiple_with_writeback_and_return): Likewise.
8876         (*pop_multiple_with_return): Likewise.
8878 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
8880         PR middle-end/71310
8881         * fold-const.c (optimize_bit_field_compare): Don't try to use
8882         word_mode unconditionally for reading the bit field, look at
8883         DECL_BIT_FIELD_REPRESENTATIVE instead.
8885 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
8887         PR middle-end/71478
8888         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
8889         vector integer type.
8891 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
8893         PR middle-end/71494
8894         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
8895         without LABEL_DECL, set *handled_ops_p to false instead of true.
8897 2016-06-10  Martin Sebor  <msebor@redhat.com>
8899         PR c/71392
8900         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
8901         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
8902         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
8903         them.
8904         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
8905         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
8906         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
8907         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
8908         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
8909         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
8910         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
8911         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
8913 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8915         * config/arm/arm.h (pool_vector_label,
8916         return_used_this_function): Remove.
8918 2016-06-10  Jeff Law  <law@redhat.com>
8920         PR tree-optimization/71335
8921         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
8922         zero length paths here.
8923         (convert_and_register_jump_thread_path): Remove hacks related to
8924         duplicated blocks in the jump thread path.
8925         (fsm_find_control_statement_thread_paths): Avoid putting the same
8926         block on the thread path twice, but ensure the thread path is
8927         unchanged from the caller's point of view.
8929 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
8931         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
8932         * predict.def (PRED_LOOP_BRANCH): Remove.
8934 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
8936         * Makefile.in (OBJS): Add ggc-tests.o.
8937         (GTFILES): Add ggc-tests.c.
8938         * ggc-tests.c: New file.
8939         * selftest-run-tests.c (selftest::run_tests): Call
8940         selftest::ggc_tests_c_tests.
8941         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
8943 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
8945         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
8947 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
8949         PR sanitizer/71480
8950         * varasm.c (place_block_symbol): Adjust alignment for asan protected
8951         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
8953 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
8955         * profile.c: Include cfgloop.h.
8956         (branch_prob): Compute estimated number of iterations.
8957         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
8958         recompute estimate number of iterations from profile.
8960 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8962         PR inline-asm/68843
8963         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
8964         must be grouped on top of stack.  Don't force early clobber
8965         on ordinary reg outputs.
8967 2016-06-10  Richard Biener  <rguenther@suse.de>
8969         * targhooks.c (default_builtin_vectorization_cost): Adjust
8970         vec_construct cost.
8972 2016-06-10  Richard Biener  <rguenther@suse.de>
8974         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
8975         to fold the RHS to a constant if possible.
8977 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
8979         PR middle-end/71373
8980         * tree-nested.c (convert_nonlocal_omp_clauses)
8981         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
8982         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
8983         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
8985         * gimplify.c (gimplify_adjust_omp_clauses): Discard
8986         OMP_CLAUSE_TILE.
8987         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
8989         * omp-low.c (scan_sharing_clauses): Don't expect
8990         OMP_CLAUSE__CACHE_.
8992 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
8994         PR tree-optimization/71407
8995         PR tree-optimization/71416
8996         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
8997         BIT_FIELD_REF type.
8999 2016-06-10  Richard Biener  <rguenther@suse.de>
9001         PR middle-end/71477
9002         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
9004 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
9006         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
9008 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
9009             Jiong Wang  <jiong.wang@arm.com>
9011         PR rtl-optimization/70751
9012         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
9013         spilled into memory.
9015 2016-06-09  Jonathan Yong  <10walls@gmail.com>
9017         Revert:
9018         2015-09-21  Jonathan Yong  <10walls@gmail.com>
9020         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
9021         sysroot/usr/lib/32api for additional win32 libraries,
9022         fixes failing Cygwin bootstrapping.
9024 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
9026         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
9027         Delete.
9029 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
9031         PR bootstrap/71471
9032         * pretty-print.c (pp_indent): Specify that %p is printed in a
9033         host-dependent manner.
9034         (test_pp_format): Remove the test for %p.
9036 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
9038         * config/mips/mips.c (mips_output_jump): Fix formatting.
9040 2016-06-09  Richard Biener  <rguenther@suse.de>
9042         PR tree-optimization/71462
9043         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
9044         removed blocks.
9046 2016-06-09  Martin Liska  <mliska@suse.cz>
9048         * predict.c (dump_prediction): Add new argument.
9049         (enum predictor_reason): New enum.
9050         (struct predictor_hash): New struct.
9051         (predictor_hash::hash): New function.
9052         (predictor_hash::equal): Likewise.
9053         (not_removed_prediction_p): New function.
9054         (prune_predictions_for_bb): Likewise.
9055         (combine_predictions_for_bb): Prune predictions.
9057 2016-06-09  Martin Liska  <mliska@suse.cz>
9059         * predict.c (filter_predictions): New function.
9060         (remove_predictions_associated_with_edge): Use the filter
9061         function.
9062         (equal_edge_p): New function.
9064 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
9066         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
9067         Correct usage of @samp vs @option, add @samp where appropriate.
9068         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
9069         Add armv6s-m and document it, as it is no official ARM name.
9071 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9073         * ifcvt.c (struct noce_if_info): Add transform_name field.
9074         (noce_try_move): Set if_info->transform_name to the function name.
9075         (noce_try_ifelse_collapse): Likewise.
9076         (noce_try_store_flag): Likewise.
9077         (noce_try_inverse_constants): Likewise.
9078         (noce_try_store_flag_constants): Likewise.
9079         (noce_try_addcc): Likewise.
9080         (noce_try_store_flag_mask): Likewise.
9081         (noce_try_cmove): Likewise.
9082         (noce_try_cmove_arith): Likewise.
9083         (noce_try_minmax): Likewise.
9084         (noce_try_abs): Likewise.
9085         (noce_try_sign_mask): Likewise.
9086         (noce_try_bitop): Likewise.
9087         (noce_convert_multiple_sets): Likewise.
9088         (noce_process_if_block): Print if_info->transform_name to
9089         dump_file if transformation succeeded.
9091 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9093         * config/arm/cortex-a57.md (cortex_a57_alu):
9094         Handle csel type.
9096 2016-06-08  Martin Sebor  <msebor@redhat.com>
9097             Jakub Jelinek  <jakub@redhat.com>
9099         PR c++/70507
9100         PR c/68120
9101         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
9102         BUILT_IN_MUL_OVERFLOW_P): New builtins.
9103         * builtins.c: Include gimple-fold.h.
9104         (fold_builtin_arith_overflow): Handle
9105         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
9106         (fold_builtin_3): Likewise.
9107         * doc/extend.texi (Integer Overflow Builtins): Document
9108         __builtin_{add,sub,mul}_overflow_p.
9110 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
9112         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
9113         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
9115 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
9117         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
9118         Rewrite, looking one level down for records and arrays.
9120 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
9122         * pretty-print.c: Include "selftest.h".
9123         (pp_format): Fix comment.
9124         (identifier_to_locale): Likewise.
9125         (selftest::test_basic_printing): New function.
9126         (selftest::assert_pp_format): New function.
9127         (selftest::test_pp_format): New function.
9128         (selftest::pretty_print_c_tests): New function.
9129         * selftest-run-tests.c (selftest::run_tests): Call
9130         selftest::pretty_print_c_tests.
9131         * selftest.h (pretty_print_c_tests): New declaration.
9133 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
9135         * invoke.texi (max-loop-headers-insns): Document.
9136         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
9137         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
9138         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
9140 2016-06-08  Richard Biener  <rguenther@suse.de>
9142         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
9143         on strided SLP loads and fall back to scalar loads in case
9144         we can't chunk them.
9146 2016-06-08  Richard Biener  <rguenther@suse.de>
9148         PR tree-optimization/71452
9149         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
9150         type used for the SSA rewrite has enough precision to cover
9151         the dynamic type of the location.
9153 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
9154             Richard Biener  <rguenther@suse.de>
9156         PR c++/71448
9157         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
9158         the same as DECL_P (base0) for indirect_base0.  Use equality_code
9159         in one further place.
9161 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
9163         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
9164         to one word if the field is known to overlap other words.
9165         (extract_bit_field_1): Likewise.
9166         (store_split_bit_field): Remove compensating code.
9167         (extract_split_bit_field): Likewise.
9169 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
9171         PR debug/71432
9172         PR ada/71413
9173         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
9175 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
9177         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
9178         VDQF.
9179         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
9180         (arch64_addpv4sf): Delete.
9181         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
9182         "gen_aarch64_addpv4sf".
9183         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
9184         builtin.
9185         (vpadds_f32): Likewise.
9186         (vpaddq_f32): Likewise.
9187         (vpaddq_f64): Likewise.
9189 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
9191         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
9192         VALLF.
9193         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
9194         to VALLF.  Rename to "fabd<mode>3".
9195         "*fabd_scalar<mode>3): Delete.
9196         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
9197         Use builtin.
9198         (vabdd_f64): Likewise.
9199         (vabd_f32): Likewise.
9200         (vabd_f64): Likewise.
9201         (vabdq_f32): Likewise.
9202         (vabdq_f64): Likewise.
9204 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
9206         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
9207         VALLF.
9208         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
9209         "aarch64_rsqrts<mode>".
9210         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
9211         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
9212         builtin.
9213         (vrsqrtsd_f64): Likewise.
9214         (vrsqrts_f32): Likewise.
9215         (vrsqrts_f64): Likewise.
9216         (vrsqrtsq_f32): Likewise.
9217         (vrsqrtsq_f64): Likewise.
9219 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
9221         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
9222         VALLF.
9223         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
9224         "aarch64_rsqrte<mode>".
9225         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
9226         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
9227         builtin.
9228         (vrsqrted_f64): Likewise.
9229         (vrsqrte_f32): Likewise.
9230         (vrsqrte_f64): Likewise.
9231         (vrsqrteq_f32): Likewise.
9232         (vrsqrteq_f64): Likewise.
9234 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
9236         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
9237         (ucvtf): Likewise.
9238         (fcvtzs): Likewise.
9239         (fcvtzu): Likewise.
9240         * config/aarch64/aarch64-simd.md
9241         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
9242         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
9243         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
9244         Use builtin.
9245         (vcvt_n_f32_u32): Likewise.
9246         (vcvt_n_s32_f32): Likewise.
9247         (vcvt_n_u32_f32): Likewise.
9248         (vcvtq_n_f32_s32): Likewise.
9249         (vcvtq_n_f32_u32): Likewise.
9250         (vcvtq_n_f64_s64): Likewise.
9251         (vcvtq_n_f64_u64): Likewise.
9252         (vcvtq_n_s32_f32): Likewise.
9253         (vcvtq_n_s64_f64): Likewise.
9254         (vcvtq_n_u32_f32): Likewise.
9255         (vcvtq_n_u64_f64): Likewise.
9256         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
9257         (VSDQ_SDI): Likewise.
9258         (fcvt_target): Support V4DI, V4SI and V2SI.
9259         (FCVT_TARGET): Likewise.
9261 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
9263         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
9264         (TYPES_BINOP_SUS): Likewise.
9265         (aarch64_simd_builtin_data): Update include file name.
9266         (aarch64_builtins): Likewise.
9267         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
9268         for conversion between scalar float-point and fixed-point.
9269         (ucvtf): Likewise.
9270         (fcvtzs): Likewise.
9271         (fcvtzu): Likewise.
9272         * config/aarch64/aarch64.md
9273         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
9274         pattern for conversion between scalar float to fixed-pointer.
9275         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
9276         (UNSPEC_FCVTZS): New UNSPEC enumeration.
9277         (UNSPEC_FCVTZU): Likewise.
9278         (UNSPEC_SCVTF): Likewise.
9279         (UNSPEC_UCVTF): Likewise.
9280         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
9281         Use builtin.
9282         (vcvtd_n_f64_u64): Likewise.
9283         (vcvtd_n_s64_f64): Likewise.
9284         (vcvtd_n_u64_f64): Likewise.
9285         (vcvtd_n_f32_s32): Likewise.
9286         (vcvts_n_f32_u32): Likewise.
9287         (vcvtd_n_s32_f32): Likewise.
9288         (vcvts_n_u32_f32): Likewise.
9289         * config/aarch64/iterators.md (fcvt_target): Support integer to float
9290         mapping.
9291         (FCVT_TARGET): Likewise.
9292         (FCVT_FIXED2F): New iterator.
9293         (FCVT_F2FIXED): Likewise.
9294         (fcvt_fixed_insn): New define_int_attr.
9296 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
9298         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
9299         some statements was removed.
9301 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
9303         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
9304         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
9305         (vect_can_advance_ivs_p): likewise.
9306         (vect_update_ivs_after_vectorizer): likewise.
9307         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
9308         (vect_analyze_scalar_cycles_1): likewise.
9309         (vect_analyze_loop_operations): likewise.
9310         (report_vect_op): likewise.
9311         (vect_is_slp_reduction): likewise.
9312         (vect_is_simple_reduction): likewise.
9313         (get_initial_def_for_induction): likewise.
9314         (vect_transform_loop): likewise.
9315         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
9316         (vect_recog_sad_pattern): likewise.
9317         (vect_recog_widen_sum_pattern): likewise.
9318         (vect_recog_widening_pattern): likewise.
9319         (vect_recog_divmod_pattern): likewise.
9320         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
9321         (vect_analyze_slp_instance): likewise.
9322         (vect_transform_slp_perm_load): likewise.
9323         (vect_schedule_slp_instance): likewise.
9325 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
9327         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
9328         (return_prediction): PRED_CONST_RETURN predict return as not taken.
9329         * predict.def (PRED_CONTINUE): Change hitrate 50->67
9330         (PRED_LOOP_BRANCH): Document predictor as broken.
9331         (PRED_LOOP_EXIT): Change hitrate 91->92.
9332         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
9333         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
9334         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
9335         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
9336         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
9337         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
9338         (PRED_CALL): Chane hitrate 71->67.
9339         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
9340         (PRED_GOTO): Document as unused right now.
9341         (PRED_CONST_RETURN): Change hitrate 67->69
9342         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
9343         (PRED_NULL_RETURN): Change hitrate 91->90.
9344         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
9345         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
9346         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
9348 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
9350         * config/rs6000/altivec.h: Add __builtin_vec_mul.
9351         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
9352         special case Altivec builtin.
9353         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
9354         VSX_BUILTIN_VEC_MUL (replaced with special case code).
9355         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
9356         code for ALTIVEC_BUILTIN_VEC_MUL.
9357         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
9358         for __builtin_vec_mul.
9360 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
9362         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
9363         -mno-htm.
9365 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
9367         * spellcheck.c (selftest::test_find_closest_string): New function.
9368         (spellcheck_c_tests): Call the above.
9370 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9372         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
9374 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
9376         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
9377         Yv=Yv,C alternatives.
9379 2016-06-07  Richard Biener  <rguenther@suse.de>
9381         PR c/61564
9382         * common.opt (ffast-math): Make Optimization.
9384 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
9385             Prachi Godbole  <prachi.godbole@imgtec.com>
9387         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
9388         `fabs' and `fneg' type attributes.
9389         (p5600_fpu_fabs): Add `fmove' to the comment.
9391 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
9393         * gimple.c: Include builtins.h
9394         (gimple_inexpensive_call_p): New function.
9395         * gimple.h (gimple_inexpensive_call_p): Declare.
9396         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
9397         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
9398         fix formatting.
9400 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
9402         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
9403         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
9404         warning_at_rich_loc, warning_n, pedwarn, permerror,
9405         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
9406         sorry, fatal_error, internal_error, internal_error_no_backtrace):
9407         Use the above.
9409 2016-06-07  Richard Biener  <rguenther@suse.de>
9411         PR tree-optimization/71428
9412         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
9413         BIT_FIELD_REF op vs. load.
9415 2016-06-07  Richard Biener  <rguenther@suse.de>
9417         PR middle-end/71423
9418         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
9419         for signed ops.
9421 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
9423         * config/pa/pa.md (call): Generate indirect long calls to non-local
9424         functions on TARGET_64BIT.
9425         (call_value): Likewise.
9427 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
9429         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
9430         pattern and subsequent splitters.
9431         (call_val_reg_64bit_post_reload): Likewise.
9433 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
9435         PR middle-end/71408
9436         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
9437         propagate_op_to_single_use.
9439 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
9441         PR middle-end/71281
9442         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
9444 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
9446         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
9447         (enum x86_dirflag_state): New enum.
9448         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
9449         (machine_function): Remove needs_cld.
9450         (ix86_current_function_needs_cld): Remove.
9451         * config/i386/i386.c (ix86_set_func_type): Set
9452         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
9453         (ix86_expand_prologue): Do not emit CLD here.
9454         (ix86_dirflag_mode_needed): New function.
9455         (ix86_dirflag_mode_entry): Ditto.
9456         (ix86_mode_needed): Handle X86_DIRFLAG entity.
9457         (ix86_mode_after): Ditto.
9458         (ix86_mode_entry): Ditto.
9459         (ix86_mode_exit): Ditto.
9460         (ix86_emit_mode_set): Ditto.
9461         * config/i386/i386.md (strmov_singleop): Set
9462         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
9463         Do not set ix86_current_function_needs_cld.
9464         (rep_mov): Ditto.
9465         (strset_singleop): Ditto.
9466         (rep_stos): Ditto.
9467         (cmpstrnqi_nz_1): Ditto.
9468         (cmpstrnqi_1): Ditto.
9469         (strlenqi_1): Ditto.
9471 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
9473         PR tree-optimization/71259
9474         * tree-vect-slp.c (vect_get_constant_vectors): For
9475         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
9476         one for constant op, and use COND_EXPR for non-constant.
9478 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
9480         * Makefile.in (OBJS): Add function-tests.o,
9481         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
9482         selftest-run-tests.o.
9483         (OBJS-libcommon): Add selftest.o.
9484         (OBJS-libcommon-target): Add selftest.o.
9485         (all.internal): Add "selftest".
9486         (all.cross): Likewise.
9487         (selftest): New phony target.
9488         (s-selftest): New target.
9489         (selftest-gdb): New phony target.
9490         (COLLECT2_OBJS): Add selftest.o.
9491         * bitmap.c: Include "selftest.h".
9492         (selftest::test_gc_alloc): New function.
9493         (selftest::test_set_range): New function.
9494         (selftest::test_clear_bit_in_middle): New function.
9495         (selftest::test_copying): New function.
9496         (selftest::test_bitmap_single_bit_set_p): New function.
9497         (selftest::bitmap_c_tests): New function.
9498         * common.opt (fself-test): New.
9499         * diagnostic-show-locus.c: Include "selftest.h".
9500         (make_range): New function.
9501         (test_range_contains_point_for_single_point): New function.
9502         (test_range_contains_point_for_single_line): New function.
9503         (test_range_contains_point_for_multiple_lines): New function.
9504         (assert_eq): New function.
9505         (test_get_line_width_without_trailing_whitespace): New function.
9506         (selftest::diagnostic_show_locus_c_tests): New function.
9507         * et-forest.c: Include "selftest.h".
9508         (selftest::test_single_node): New function.
9509         (selftest::test_simple_tree): New function.
9510         (selftest::test_disconnected_nodes): New function.
9511         (selftest::et_forest_c_tests): New function.
9512         * fold-const.c: Include "selftest.h".
9513         (selftest::assert_binop_folds_to_const): New function.
9514         (selftest::assert_binop_folds_to_nonlvalue): New function.
9515         (selftest::test_arithmetic_folding): New function.
9516         (selftest::fold_const_c_tests): New function.
9517         * function-tests.c: New file.
9518         * gimple.c: Include "selftest.h".
9519         Include "gimple-pretty-print.h".
9520         (selftest::verify_gimple_pp): New function.
9521         (selftest::test_assign_single): New function.
9522         (selftest::test_assign_binop): New function.
9523         (selftest::test_nop_stmt): New function.
9524         (selftest::test_return_stmt): New function.
9525         (selftest::test_return_without_value): New function.
9526         (selftest::gimple_c_tests): New function.
9527         * hash-map-tests.c: New file.
9528         * hash-set-tests.c: New file.
9529         * input.c: Include "selftest.h".
9530         (selftest::assert_loceq): New function.
9531         (selftest::test_accessing_ordinary_linemaps): New function.
9532         (selftest::test_unknown_location): New function.
9533         (selftest::test_builtins): New function.
9534         (selftest::test_reading_source_line): New function.
9535         (selftest::input_c_tests): New function.
9536         * rtl-tests.c: New file.
9537         * selftest-run-tests.c: New file.
9538         * selftest.c: New file.
9539         * selftest.h: New file.
9540         * spellcheck.c: Include "selftest.h".
9541         (selftest::levenshtein_distance_unit_test_oneway): New function,
9542         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
9543         (selftest::levenshtein_distance_unit_test): Likewise.
9544         (selftest::spellcheck_c_tests): Likewise.
9545         * toplev.c: Include selftest.h.
9546         (toplev::run_self_tests): New.
9547         (toplev::main): Handle -fself-test.
9548         * toplev.h (toplev::run_self_tests): New.
9549         * tree.c: Include "selftest.h".
9550         (selftest::test_integer_constants): New function.
9551         (selftest::test_identifiers): New function.
9552         (selftest::test_labels): New function.
9553         (selftest::tree_c_tests): New function.
9554         * tree-cfg.c: Include "selftest.h".
9555         (selftest::push_fndecl): New function.
9556         (selftest::test_linear_chain): New function.
9557         (selftest::test_diamond): New function.
9558         (selftest::test_fully_connected): New function.
9559         (selftest::tree_cfg_c_tests): New function.
9560         * vec.c: Include "selftest.h".
9561         (selftest::safe_push_range): New function.
9562         (selftest::test_quick_push): New function.
9563         (selftest::test_safe_push): New function.
9564         (selftest::test_truncate): New function.
9565         (selftest::test_safe_grow_cleared): New function.
9566         (selftest::test_pop): New function.
9567         (selftest::test_safe_insert): New function.
9568         (selftest::test_ordered_remove): New function.
9569         (selftest::test_unordered_remove): New function.
9570         (selftest::test_block_remove): New function.
9571         (selftest::reverse_cmp): New function.
9572         (selftest::test_qsort): New function.
9573         (selftest::vec_c_tests): New function.c.
9574         * wide-int.cc: Include selftest.h and wide-int-print.h.
9575         (selftest::from_int <wide_int>): New function.
9576         (selftest::from_int <offset_int>): New function.
9577         (selftest::from_int <widest_int>): New function.
9578         (selftest::assert_deceq): New function.
9579         (selftest::assert_hexeq): New function.
9580         (selftest::test_printing <VALUE_TYPE>): New function template.
9581         (selftest::test_ops <VALUE_TYPE>): New function template.
9582         (selftest::test_comparisons <VALUE_TYPE>): New function template.
9583         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
9584         template.
9585         (selftest::wide_int_cc_tests): New function.
9587 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9589         PR middle-end/37780
9590         * ifcvt.c (noce_try_ifelse_collapse): New function.
9591         Declare prototype.
9592         (noce_process_if_block): Call noce_try_ifelse_collapse.
9593         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
9594         (simplify_ternary_operation): Use the above to simplify
9595         conditional CLZ/CTZ expressions.
9597 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9599         PR middle-end/37780
9600         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
9601         define_insn_and_split.
9603 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9605         PR middle-end/37780
9606         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
9608 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9610         PR c/24414
9611         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
9612         Implicitly clobber memory for basic asm with non-empty assembler
9613         string.  Use targetm.md_asm_adjust also here.
9614         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
9615         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
9616         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
9617         non-empty assembler string.
9618         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
9619         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
9620         (decode_asm_operands): Handle basic asm in PARALLEL block.
9621         (extract_insn): Handle basic asm in PARALLEL block.
9622         * doc/extend.texi: Mention new behavior of basic asm.
9623         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
9624         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
9625         branch_needs_nop_p): Use asm_noperands.
9627 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
9629         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
9630         Include the M7 SPARC DFA scheduler.
9631         New attribute v3pipe.
9632         Annotate insns with v3pipe where appropriate.
9633         Define cpu_feature vis4.
9634         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
9635         Add (V8QI "8") to vbits.
9636         Add insns {add,sub}v8qi3
9637         Add insns ss{add,sub}v8qi3
9638         Add insns us{add,sub}{v8qi,v4hi}3
9639         Add insns {min,max}{v8qi,v4hi,v2si}3
9640         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
9641         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
9642         * config/sparc/niagara4.md: Add a comment explaining the
9643         discrepancy between the documented latenty numbers and the
9644         implemented ones.
9645         * config/sparc/niagara7.md: New file.
9646         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
9647         supports SPARC5 and VIS 4.0 instructions.
9648         * configure: Regenerate.
9649         * config.in: Likewise.
9650         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
9651         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
9652         TARGET_CPU_niagara7.
9653         (ASM_CPU64_DEFAULT_SPEC): Likewise.
9654         (CPP_CPU_SPEC): Handle niagara7.
9655         (ASM_CPU_SPEC): Likewise.
9656         * config/sparc/sparc-opts.h (processor_type): Add
9657         PROCESSOR_NIAGARA7.
9658         (mvis4): New option.
9659         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
9660         (AS_NIAGARA7_FLAG): Define.
9661         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
9662         (CPP_CPU64_DEFAULT_SPEC): Likewise.
9663         (CPP_CPU_SPEC): Handle niagara7.
9664         (ASM_CPU_SPEC): Likewise.
9665         * config/sparc/sparc.c (niagara7_costs): Define.
9666         (sparc_option_override): Handle niagara7 and adjust cache-related
9667         parameters with better values for niagara cpus.  Also support VIS4.
9668         (sparc32_initialize_trampoline): Likewise.
9669         (sparc_use_sched_lookahead): Likewise.
9670         (sparc_issue_rate): Likewise.
9671         (sparc_register_move_cost): Likewise.
9672         (dump_target_flag_bits): Support VIS4.
9673         (sparc_vis_init_builtins): Likewise.
9674         (sparc_builtins): Likewise.
9675         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
9676         VIS4 4.0.
9677         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
9678         UltraSparc M7.
9679         * config/sparc/sparc.opt (sparc_processor_type): New value
9680         niagara7.
9681         * config/sparc/visintrin.h (__attribute__): Prototypes for the
9682         VIS4 builtins.
9683         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
9684         -mvis4.
9685         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
9686         VIS4 builtins.
9688 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
9690         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
9692 2016-06-06  Richard Biener  <rguenther@suse.de>
9694         PR tree-optimization/71398
9695         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
9696         remove edges.
9698 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
9700         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
9701         ft32_expand_prolog, ft32_expand_epilogue):
9702         Handle pretend_args.
9703         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
9704         * config/ft32/ft32.md: Add pretend_returner.
9706 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
9708         PR target/71389
9709         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
9710         Copy op1 RTX to avoid invalid sharing.
9711         (ix86_expand_vector_move_misalign): Ditto.
9713 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
9715         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
9716         ATTRIBUTE_UNUSED.
9718 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
9720         * predict.c (predicted_by_loop_heuristics_p): New function.
9721         (predict_iv_comparison): Use it.
9722         (predict_loops): Walk from innermost loops; do not predict edges
9723         leaving multiple loops multiple times; implement
9724         PRED_LOOP_ITERATIONS_MAX heuristics.
9725         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
9727 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
9729         * cfg.c (check_bb_profile): Do not report mismatched profiles when
9730         only edges out of BB are EH edges.
9732 2016-06-04  Martin Sebor  <msebor@redhat.com>
9733             Marcin Baczyński  <marbacz@gmail.com>
9735         PR c/48116
9736         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
9737         a void expression in a void function.
9739 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
9741         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
9742         aux; dump reasons of decisions.
9743         (should_duplicate_loop_header_p): Likewise.
9744         (do_while_loop_p): Likewise.
9745         (ch_base::copy_headers): Dump asi num insns duplicated.
9747 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
9749         PR tree-optimization/71405
9750         * tree-ssa.c (execute_update_addresses_taken): For clobber with
9751         incompatible type, build a new clobber with the right type instead
9752         of building a VIEW_CONVERT_EXPR around it.
9754 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
9756         PR tree-optimization/52171
9757         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
9758         by_pieces_ninsns instead of move_by_pieces_ninsns.
9760 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
9762         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
9763         for reg+reg addressing mode.
9765 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9767         * rs6000-c.c (c/c-tree.h): Add #include.
9768         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
9769         in C++ when found in the base position of vec_ld or vec_st.
9771 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
9773         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
9774         use of profile unless profile status is PROFILE_READ.
9775         * profile.c (compute_branch_probabilities): Set profile status
9776         only after reporting predictor hitrates.
9778 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
9780         PR target/71276
9781         PR target/71277
9782         * common.opt (ffp-int-builtin-inexact): New option.
9783         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
9784         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
9785         (ceil@var{m}2): Document dependence on this option.
9786         * ipa-inline-transform.c (inline_call): Handle
9787         flag_fp_int_builtin_inexact.
9788         * ipa-inline.c (can_inline_edge_p): Likewise.
9789         * config/i386/i386.md (rintxf2): Do not test
9790         flag_unsafe_math_optimizations.
9791         (rint<mode>2_frndint): New define_insn.
9792         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
9793         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
9794         for 387 instead of extending and truncating.
9795         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
9796         !flag_trapping_math instead of flag_unsafe_math_optimizations.
9797         Change to frndint<mode>2_<rounding>.
9798         (frndintxf2_<rounding>_i387): Likewise.  Change to
9799         frndint<mode>2_<rounding>_i387.
9800         (<rounding_insn>xf2): Likewise.
9801         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
9802         !flag_trapping_math instead of flag_unsafe_math_optimizations for
9803         x87.  Test TARGET_ROUND || !flag_trapping_math ||
9804         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
9805         SSE.  Use ROUND_NO_EXC in constant operand of
9806         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
9807         for 387 instead of extending and truncating.
9809 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
9810             Julia Koval  <julia.koval@intel.com>
9812         PR target/66960
9813         PR target/67630
9814         PR target/67634
9815         PR target/67841
9816         PR target/68037
9817         PR target/68618
9818         PR target/68661
9819         PR target/69575
9820         PR target/69596
9821         PR target/69734
9822         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
9823         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
9824         all registers, except for function return registers if there are
9825         no caller-saved registers.
9826         (ix86_set_func_type): New function.
9827         (ix86_set_current_function): Call ix86_set_func_type to set
9828         no_caller_saved_registers and func_type.  Call reinit_regs if
9829         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
9830         nor x87 instructions in interrupt handler nor function with
9831         no_caller_saved_registers attribute.
9832         (ix86_function_ok_for_sibcall): Return false if there are no
9833         caller-saved registers.
9834         (type_natural_mode): Don't warn ABI change for MMX in interrupt
9835         handler.
9836         (ix86_function_arg_advance): Skip for callee in interrupt handler.
9837         (ix86_function_arg): Return special arguments in interrupt handler.
9838         (ix86_promote_function_mode): Promote pointer to word_mode only
9839         for normal functions.
9840         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
9841         interrupt handler.
9842         (ix86_epilogue_uses): New function.
9843         (ix86_hard_regno_scratch_ok): Likewise.
9844         (ix86_save_reg): Preserve all registers in interrupt handler
9845         after reload.  Preserve all registers, except for function return
9846         registers, if there are no caller-saved registers after reload.
9847         (find_drap_reg): Always use callee-saved register if there are
9848         no caller-saved registers.
9849         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
9850         for interrupt handler.
9851         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
9852         Emit cld instruction if stringops are used in interrupt handler
9853         or interrupt handler isn't a leaf function.
9854         (ix86_expand_epilogue): Generate interrupt return for interrupt
9855         handler and pop the 'ERROR_CODE' off the stack before interrupt
9856         return in exception handler.
9857         (ix86_expand_call): Disallow calling interrupt handler directly.
9858         If there are no caller-saved registers, mark all registers that
9859         are clobbered by the call which returns as clobbered.
9860         (ix86_handle_no_caller_saved_registers_attribute): New function.
9861         (ix86_handle_interrupt_attribute): Likewise.
9862         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
9863         attributes.
9864         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
9865         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
9866         accumulation in interrupt function if stack may be realigned to
9867         avoid DRAP.
9868         (EPILOGUE_USES): New.
9869         (function_type): New enum.
9870         (machine_function): Add func_type and no_caller_saved_registers.
9871         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
9872         (interrupt_return): New pattern.
9873         * doc/extend.texi: Document x86 interrupt and
9874         no_caller_saved_registers attributes.
9876 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
9878         PR tree-optimization/52171
9879         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
9880         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
9881         Look for constant strings.  Move some code to emit_block_cmp_hints
9882         and use it.
9883         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
9884         * defaults.h (COMPARE_MAX_PIECES): New macro.
9885         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
9886         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
9887         (clear_by_pieces_1): Don't declare.  Move definition before use.
9888         (can_do_by_pieces): New static function.
9889         (can_move_by_pieces): Use it.  Return bool.
9890         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
9891         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
9892         (class pieces_addr); New.
9893         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
9894         pieces_addr::adjust, pieces_addr::increment_address,
9895         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
9896         functions for it.
9897         (class op_by_pieces_d): New.
9898         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
9899         functions for it.
9900         (class move_by_pieces_d, class compare_by_pieces_d,
9901         class store_by_pieces_d): New subclasses of op_by_pieces_d.
9902         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
9903         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
9904         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
9905         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
9906         compare_by_pieces_d::finish_mode): New member functions.
9907         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
9908         functions.
9909         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
9910         (emit_block_cmp_hints): New function.
9911         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
9912         use the newly defined classes.
9913         * expr.h (by_pieces_constfn): New typedef.
9914         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
9915         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
9916         (move_by_pieces_ninsns): Don't declare.
9917         (can_move_by_pieces): Change return value to bool.
9918         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
9919         (compare_by_pieces_branch_ratio): New hook.
9920         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
9921         (by_pieces_ninsns): Declare.
9922         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
9923         COMPARE_BY_PIECES.
9924         (default_compare_by_pieces_branch_ratio): New function.
9925         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
9926         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
9927         * doc/tm.texi: Regenerate.
9928         * tree-ssa-strlen.c: Include "builtins.h".
9929         (handle_builtin_memcmp): New static function.
9930         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
9931         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
9933 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9935         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
9936         relevant stmts which are simple and invariant.
9937         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
9938         instead of simple and invariant
9940 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9942         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
9943         (vectorizable_reduction): Check for new relevant state.
9944         (vectorizable_live_operation): vectorize live stmts using
9945         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
9946         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
9947         (vect_stmt_relevant_p): Check for stmts which are only used live.
9948         (process_use): Use of a stmt does not inherit it's live value.
9949         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
9950         (vect_analyze_stmt): Check for new relevant state.
9951         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
9952         outside the loop, but not inside it.
9954 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9956         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
9957         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
9958         (vect_get_vec_def_for_operand): Split out code.
9960 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
9962         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
9964 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9966         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
9968 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9970         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
9972 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
9974         PR middle-end/71387
9975         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
9976         to noreturn e->callee->decl that has void return type and void
9977         arguments, adjust gimple_call_fntype and remove lhs even if it had
9978         previously addressable type.
9980 2016-06-02  Jeff Law  <law@redhat.com>
9982         PR tree-optimization/71328
9983         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
9984         error when checking for a jump back onto the copied path.
9986 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
9988         * config/microblaze/microblaze.c (get_branch_target): Add return
9989         NULL_RTX for the non-CALL_P case.
9990         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
9991         (insert_wic): Remove unused local "j".
9993 2016-06-02  Martin Liska  <mliska@suse.cz>
9995         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
9997 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
9998             Julia Koval  <julia.koval@intel.com>
10000         * function.c (assign_parm_setup_stack): Force source into a
10001         register if needed.
10002         * target.def (function_incoming_arg): Update documentation to
10003         allow arbitrary address computation based on hard register.
10004         * doc/tm.texi: Regenerated.
10006 2016-06-02  Martin Liska  <mliska@suse.cz>
10008         * predict.c (combine_predictions_for_bb): Fix first match in
10009         cases where a first predictor contains more than one occurence
10010         in list of predictors.  Take the best value in such case.
10012 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10014         PR rtl-optimization/71295
10015         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
10016         offset would go over the size of the inner mode reject it.
10018 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
10020         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
10021         x=x,x and v=v,m instead of x=x,m.
10023         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
10024         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
10025         alternative to v=rm,C.
10027         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
10028         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
10029         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
10030         instead of vex for the last two above mentioned alternatives.
10032 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10034         PR target/70830
10035         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
10037 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
10039         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
10041 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
10043         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
10044         from int to unsigned.
10046 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
10048         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
10049         alternatives, eliminating preferred register class.  Add support
10050         for the MTVSRDD instruction in ISA 3.0.
10051         (vsx_splat_v4si_internal): Use splat_input_operand instead of
10052         reg_or_indexed_operand.
10053         (vsx_splat_v4sf_internal): Likewise.
10055 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
10057         PR target/71186
10058         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
10059         for loading up all 0's or all 1's.
10061 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10063         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
10065 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
10067         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
10068         extension.
10069         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
10070         * gcc.c (set_source_date_epoch_envvar): New function, sets
10071         the SOURCE_DATE_EPOCH environment variable to the current time.
10073 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
10075         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
10076         the factor for live Phi nodes.
10078 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
10080         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
10081         * tree-parloops.c (parallelize_loops): likewise.
10082         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
10083         tree_unswitch_outer_loop): likewise.
10085 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
10087         PR middle-end/71371
10088         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
10089         around creation of the temporary.
10091 2016-06-01  Richard Biener  <rguenther@suse.de>
10093         PR tree-optimization/71366
10094         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
10095         (unloop_loops): Move removing edges here ...
10096         (try_unroll_loop_completely): ... from here.
10097         (try_peel_loop): ... and here.
10098         (tree_unroll_loops_completely_1): Track parent loops via
10099         bitmap of header BBs.
10100         (tree_unroll_loops_completely): Adjust for that.
10102 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10104         * config/rs6000/altivec.h (vec_slv): New macro.
10105         (vec_srv): New macro.
10106         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
10107         (UNSPEC_VSRV): New value.
10108         (vslv): New insn.
10109         (vsrv): New insn.
10110         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
10111         (vsrv): New builtin definition.
10112         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
10113         define argument types for new builtin.
10114         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
10115         new builtin.
10116         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
10117         functions.
10119 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
10120             Jocelyn Mayer  <l_indien@magic.fr>
10122         PR target/67310
10123         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
10124         detect processor family for signature_CENTAUR_ebx.
10125         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
10126         signature_CENTAUR_ebx.
10127         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
10128         <default>: Pass x86-64 for has_longmode.
10130 2016-06-01  Nathan Sidwell  <nathan@acm.org>
10132         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
10133         undefined weak.
10135 2016-06-01  Richard Biener  <rguenther@suse.de>
10137         PR tree-optimization/71261
10138         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
10139         of stmts successfully put in the bool pattern.  Remove
10140         single-use restriction.
10141         (adjust_bool_pattern_cast): Add cast at the use site via the
10142         pattern def sequence.
10143         (adjust_bool_pattern): Remove recursion, maintain a hash-map
10144         of patterned defs.  Use the pattern def seqence instead of
10145         multiple independent patterns.
10146         (sort_after_uid): New qsort compare function.
10147         (adjust_bool_stmts): New function to process stmts in the bool
10148         pattern in IL order.
10149         (vect_recog_bool_pattern): Adjust.
10150         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
10151         (ifcvt_walk_pattern_tree): Likewise.
10152         (stmt_is_root_of_bool_pattern): Likewise.
10153         (ifcvt_repair_bool_pattern): Likewise.
10154         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
10156 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
10158         * loop-unroll.c (decide_unroll_constant_iterations,
10159         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
10160         likely upper bounds.
10161         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
10163 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
10165         * tree-core.h (enum omp_clause_code): Remove
10166         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
10168 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10170         * config/arm/sync.md (arm_store_exclusive<mode>):
10171         Use 'H' output modifier on operands[2] rather than creating a new
10172         entry in out-of-bounds memory of the operands array.
10173         (arm_store_release_exclusivedi): Likewise.
10175 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10177         * config/arm/arm.c (arm_fusion_enabled_p): New function.
10178         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
10179         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
10180         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
10182 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
10184         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
10185         into account live statements for mask producers.
10187 2016-06-01  Richard Biener  <rguenther@suse.de>
10189         PR tree-optimization/71311
10190         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
10191         restrict to non-INTEGER_CST @0.
10193 2016-06-01  Richard Biener  <rguenther@suse.de>
10195         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
10196         (relational patterns): Use :c to avoid pattern duplications.
10198 2016-06-01  Richard Biener  <rguenther@suse.de>
10200         * genmatch.c (comparison_code_p): New predicate.
10201         (swap_tree_comparison): New function.
10202         (commutate): Add for_vec parameter to append new for entries.
10203         Support commutating relational operators by swapping it alongside
10204         operands.
10205         (lower_commutative): Adjust.
10206         (dt_simplify::gen): Do not pass artificial operators to gen
10207         functions.
10208         (decision_tree::gen): Do not add artificial operators as parameters.
10209         (parser::parse_expr): Verify operator commutativity when :c is
10210         applied.  Allow :C to override this.
10211         * match.pd: Adjust patterns to use :C instead of :c where required.
10213 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
10215         PR tree-optimization/71077
10216         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
10217         the combining step, use boolean_false_node and boolean_true_node
10218         as the designated false/true return values.
10220 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
10222         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
10223         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
10224         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
10225         PRED_LOOP_EXIT.
10227 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
10229         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
10230         of flags impliying the register renaming.
10231         * toplev.c (process_options): Do not imply flag_rename_registers with
10232         loop peeling.
10234 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
10236         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
10237         default implementation.
10239 2016-05-31  Nathan Sidwell  <nathan@acm.org>
10241         * dwarf2out.c (cur_line_info_table): Add GTY marker.
10243 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
10245         * config/sh/constraints.md (b): Remove constraint.
10246         * config/sh/predicates.md (arith_reg_operand): Remove
10247         TARGET_REGISTER_P.
10248         * config/sh/sh-modes.def (PDI): Remove.
10249         * config/sh/sh.c (sh_target_reg_class,
10250         sh_optimize_target_register_callee_saved): Remove functions.
10251         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
10252         (sh_expand_epilogue): Update comment.
10253         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
10254         sh_secondary_reload): Remove TARGET_REGS related code.
10255         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
10256         TARGET_REGISTER_P): Remove macros.
10257         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
10258         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
10259         TR1_REG, TR2_REG): Remove constants.
10260         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
10262 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
10264         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
10265         define_expand patterns.
10266         (adddi3_compact): Rename to adddi3.
10267         (subdi3_compact): Rename to subdi3.
10268         (*negdi2): Rename to negdi2.
10269         (*abs<mode>2): Rename to abs<mode>2.
10271 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
10273         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
10274         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
10275         (atomic_sub_fetchsi): ... this new pattern.
10276         (mvtc): Add CC_REG clobber.
10278 2016-05-31  Marek Polacek  <polacek@redhat.com>
10280         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
10282 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10284         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
10285         aarch64_fusion_enabled_p to check for fusion capabilities.
10287 2016-05-31  Richard Biener  <rguenther@suse.de>
10289         PR tree-optimization/71352
10290         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
10291         minus one and a negate.
10293 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10295         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
10296         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
10297         Delete prototype.
10298         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
10299         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
10300         Remove use of aarch64_simd_attr_length_move, set length attribute
10301         directly.
10302         (*aarch64_be_movoi): Likewise.
10303         (*aarch64_be_movci): Likewise.
10304         (*aarch64_be_movxi): Likewise.
10306 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
10308         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
10309         It no longer does that.
10310         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
10312 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
10314         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
10315         attribute __unused__.
10317 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10319         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
10320         * config/arm/arm.c (arm_arch_thumb1): Define.
10321         (arm_option_override): Initialize arm_arch_thumb1.
10322         * config/arm/arm.h (arm_arch_thumb1): Declare.
10323         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
10324         support Thumb-1 ISA.
10326 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
10328         PR target/71346
10329         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
10330         `Yv' for scalar operand.
10332 2016-05-31  Tom de Vries  <tom@codesourcery.com>
10334         PR tree-optimization/69068
10335         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
10336         phis with more than two args.
10338 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
10340         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
10341         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
10342         target.
10344 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
10346         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
10347         tune_64.
10348         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
10349         support on SPARC.
10350         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
10351         cpu_32, cpu_64, tune_32 and tune_64.
10352         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
10354 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
10356         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
10358 2016-05-30  Andi Kleen  <ak@linux.intel.com>
10360         * auto-profile.c (read_profile): Replace asserts with errors
10361         when file does not exist.
10362         * gcov-io.c (gcov_read_words): Dito.
10364 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
10366         * tree-cfg.c (print_loop): Print likely upper bounds.
10368 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
10370         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
10371         * opts.c (default_options): Enable peel loops at -O3.
10372         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
10373         (try_peel_loop): Do not re-peel already peeled loops;
10374         use likely upper bounds; fix profile updating.
10375         (pass_complete_unroll::execute): Initialize peeled_loops.
10377 2016-05-30  Martin Liska  <mliska@suse.cz>
10379         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
10380         computed costs by frequency of BB they belong to.
10381         (get_scaled_computation_cost_at): New function.
10383 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
10384             Marc Glisse  <marc.glisse@inria.fr>
10386         PR tree-optimization/71289
10387         * match.pd (-1 / B < A, A > -1 / B): New transformations.
10389 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
10391         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
10393 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
10395         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
10396         for peeled copies; avoid underflow when updating estimates; correctly
10397         scale loop profile.
10399 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
10401         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
10402         r236875. Corrected oe3 to oe2 as obvious.
10404 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
10406         PR middle-end/71269
10407         PR middle-end/71252
10408         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
10409         that inserted stmt will not dominate stmts that defines its operand.
10410         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
10411         (rewrite_expr_tree_parallel): Likewise.
10413 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
10415         PR middle-end/71252
10416         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
10417         all fields including stmt_to_insert are swapped.
10419 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
10421         * predict.h (force_edge_cold): Declare.
10422         * predict.c (force_edge_cold): New function.
10423         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
10424         updating.
10425         (canonicalize_loop_induction_variables): Fix formating.
10427 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
10429         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
10430         (visium_expand_copysign): Use gen_int_mode directly.
10431         (visium_compute_frame_size): Minor tweaks.
10433 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
10435         * tree-vect-loop.c (vect_analyze_loop_2): Use
10436         likely_max_stmt_executions_int.
10438 2016-05-30  Tom de Vries  <tom@codesourcery.com>
10440         PR tree-optimization/69067
10441         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
10443 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
10445         PR target/71245
10446         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
10447         New peepholes to remove unneeded fild/fistp pairs.
10448         (define_peephole2 atomic_loaddi_fpu): Ditto.
10450 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
10452         * predict.c (maybe_hot_frequency_p): Avoid division.
10454 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
10456         * doc/install.texi: Use https for shop.fsf.org.
10458 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
10460         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
10461         likely_max_stmt_executions_int.
10463 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
10465         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
10466         likely_max_stmt_executions_int.
10468 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
10470         * profile.c (compute_branch_probabilities): Do not report hitrates
10471         here.
10472         (branch_prob): Report hitrates here.
10473         * predict.c (gimple_predict_edge): Do not assert profile status;
10474         fix formatting issues.
10476 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
10478         * predict.c (edge_predicted_by_p): New function.
10479         (predict_paths_for_bb): Do not put multiple predictions of the same type
10480         on one edge.
10482 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
10484         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
10485         commit.
10487 2016-05-28  Alan Modra  <amodra@gmail.com>
10489         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
10491 2016-05-28  Alan Modra  <amodra@gmail.com>
10493         PR rtl-optimization/71275
10494         * ira.c (ira): Free dominance info.
10496 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
10498         * doc/sourcebuild.texi: New address for upstream Go repository.
10500 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10502         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
10503         (TARGET_ARM_V7M): Likewise.
10505 2016-05-26  Jeff Law  <law@redhat.com>
10507         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
10508         (thread_across_edge): Remove calls to find_jump_threads_backwards.
10509         * passes.def: Add jump threading passes before DOM/VRP.
10510         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
10511         argument to a basic block from an edge.  Remove tests which are
10512         handled elsewhere.
10513         (pass_data_thread_jumps, class pass_thread_jumps): New.
10514         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
10515         (make_pass_thread_jumps): Likewise.
10516         * tree-pass.h (make_pass_thread_jumps): Declare.
10518 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
10520         * config/visium/visium-protos.h (split_double_move): Rename into...
10521         (visium_split_double_move): ...this.
10522         (visium_split_double_add): Declare.
10523         * config/visium/visium.c (split_double_move): Rename into...
10524         (visium_split_double_move): ...this.
10525         (visium_split_double_add): New function.
10526         (visium_expand_copysign): Renumber operands for consistency.
10527         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
10528         (DFmode move splitter): Likewise.
10529         (*addi3_insn): Split by means of visium_split_double_add.
10530         (*adddi3_insn_flags): Delete.
10531         (*plus_plus_sltu<subst_arith>): New insn.
10532         (*subdi3_insn): Split by means of visium_split_double_add.
10533         (subdi3_insn_flags): Delete.
10534         (*minus_minus_sltu<subst_arith>): New insn.
10535         (*negdi2_insn): Split by means of visium_split_double_add.
10536         (*negdi2_insn_flags): Delete.
10538 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
10540         * configure.ac: Treat a --with-headers option without argument
10541         the same as the default (i.e. consult sys-include directory).
10542         * configure: Regenerate.
10544 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10546         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
10547         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
10548         prototype.
10549         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
10550         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
10552 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
10554         PR target/63596
10555         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
10556         tree-stdarg analysis results.
10557         (aarch64_setup_incoming_varargs): Likewise.
10559 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
10561         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
10562         va_list_gpr_counter_field and va_list_fpr_counter_field.
10564 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
10566         PR67609
10567         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
10568         * config/aarch64/aarch64.c
10569         (aarch64_cannot_change_mode_class): Remove function.
10570         * config/aarch64/aarch64-protos.h
10571         (aarch64_cannot_change_mode_class): Remove.
10573 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
10575         * cfgloop.c (record_niter_bound): Record likely upper bounds.
10576         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
10577         get_likely_max_loop_iterations_int): New.
10578         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
10579         any_likely_upper_bound.
10580         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
10581         Declare.
10582         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
10583         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
10584         upper bound.
10585         (unroll_loop_constant_iterations): Likewise.
10586         (unroll_loop_runtime_iterations): Likewise.
10587         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
10588         * lto-streamer-out.c (output_cfg): Likewise.
10589         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
10590         bounds.
10591         (canonicalize_loop_induction_variables): Dump likely upper bounds.
10592         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
10593         (likely_max_loop_iterations): New.
10594         (likely_max_loop_iterations_int): New.
10595         (likely_max_stmt_executions): New.
10596         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
10597         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
10598         likely_max_stmt_executions): Declare.
10600 2016-05-27  Marek Polacek  <polacek@redhat.com>
10602         PR middle-end/71308
10603         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
10605 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10607         * config/s390/s390.md (2x risbg splitters): Use
10608         reg_overlap_mentioned_p instead of rtx_equal_p.
10610 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10612         * combine.c (make_compound_operation): Take known zero bits into
10613         account when checking for possible zero_extend.
10615 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10617         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
10618         Use const_int_operand for operand 2 predicate.  Simplify expand code
10619         as a result.
10621 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
10623         PR middle-end/71279
10624         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
10625         into comparison.
10627 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10629         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
10630         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
10631         that returns CC_SESWPmode and CC_ZESWPmode.
10632         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
10633         and CC_SESWPmode.
10634         (aarch64_rtx_costs): Likewise.
10636 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
10638         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
10639         for ISA 3.0 min/max support.
10640         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
10641         conditional move support.
10642         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
10643         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
10644         available.
10645         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
10646         conditional moves where the comparison type is different from move
10647         type.
10648         (fp_minmax): New code iterator for smin/smax.
10649         (minmax): New code attributes for min/max.
10650         (SMINMAX): Likewise.
10651         (smax<mode>3): Combine min, max insns into one insn using the
10652         fp_minmax code iterator.  Add support for ISA 3.0 min/max
10653         instructions that don't need -ffast-math.
10654         (s<minmax><mode>3): Likewise.
10655         (smax<mode>3_vsx): Likewise.
10656         (smin<mode>3): Likewise.
10657         (s<minmax><mode>3_vsx): Likewise.
10658         (smin<mode>3_vsx): Likewise.
10659         (pre-VSX min/max splitters): Likewise.
10660         (s<minmax><mode>3_fpr): Likewise.
10661         (movsfcc): Rewrite floating point conditional moves to combine
10662         SFmode/DFmode into a single insn.
10663         (mov<mode>cc): Likewise.
10664         (movdfcc): Likewise.
10665         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
10666         SFDF2 iterators to handle all combinations.
10667         (fseldfsf4): Likewise.
10668         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
10669         (fseldfdf4): Likewise.
10670         (fselsfdf4): Likewise.
10671         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
10672         comparison instructions that set a 0/-1 mask, and use it for
10673         floating point conditional move via XXSEL.
10674         (fpmask<mode>): Likewise.
10675         (xxsel<mode>): Likewise.
10676         * config/rs6000/predicates.md (min_max_operator): Delete, no
10677         longer used.
10678         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
10679         instructions that generate a 0/-1 mask for use with XXSEL.
10680         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
10681         say whether floating point min/max is available, either through
10682         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
10683         (TARGET_MINMAX_DF): Likewise.
10685 2016-05-27  Alan Modra  <amodra@gmail.com>
10687         PR rtl-optimization/71275
10688         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
10689         for update_equiv_regs and combine_and_move_insns.
10691 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
10693         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
10694         if_then_else or cond RTXes to calculate attribute value.
10695         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
10696         <attr "length_immediate>: Ditto.
10697         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
10698         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
10699         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
10700         <attr "type">: Ditto.
10701         <attr "prefix_data16">: Ditto.
10702         <attr "prefix_extra">: Ditto.
10703         <attr "length_immediate">: Ditto.
10704         <attr "prefix">: Ditto.
10705         (vec_set<mode>_0) <attr "isa">: Ditto.
10706         <attr "prefix_extra">: Ditto.
10707         <attr "length_immediate">: Ditto.
10708         <attr "prefix">: Ditto.
10709         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
10710         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
10711         (sse2_storelpd) <attr "prefix_data16">: Ditto.
10712         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
10713         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
10714         <attr "length_immediate">: Ditto.
10715         <attr "prefix">: Ditto.
10716         (sse2_movsd) <attr "length_immediate">: Ditto.
10717         <attr "prefix">: Ditto.
10718         (vec_concatv2df)  <attr "isa">: Ditto.
10719         <attr "prefix">: Ditto.
10720         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
10721         (*vec_extractv2di_1) <attr "isa">: Ditto.
10722         <attr "type">: Ditto.
10723         <attr "length_immediate">: Ditto.
10724         <attr "prefix_rex">: Ditto.
10725         <attr "prefix_extra">: Ditto.
10726         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
10727         <attr "prefix_extra">: Ditto.
10728         <attr "length_immediate">: Ditto.
10729         (vec_concatv2di) <attr "isa">: Ditto.
10730         <attr "prefix_extra">: Ditto.
10731         <attr "length_immediate">: Ditto.
10732         <attr "prefix">: Ditto.
10734 2016-05-26  Martin Liska  <mliska@suse.cz>
10736         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
10737         function.
10738         (operator+): Likewise.
10739         (operator-): Likewise.
10740         (comp_cost::operator+=): Likewise.
10741         (comp_cost::operator-=): Likewise.
10742         (comp_cost::operator/=): Likewise.
10743         (comp_cost::operator*=): Likewise.
10744         (operator<): Likewise.
10745         (operator==): Likewise.
10746         (operator<=): Likewise.
10747         (new_cost): Remove.
10748         (infinite_cost_p): Likewise.
10749         (add_costs): Likewise.
10750         (sub_costs): Likewise.
10751         (compare_costs): Likewise.
10752         (set_group_iv_cost): Use the newly introduced functions.
10753         (get_address_cost): Likewise.
10754         (get_shiftadd_cost): Likewise.
10755         (force_expr_to_var_cost): Likewise.
10756         (split_address_cost): Likewise.
10757         (ptr_difference_cost): Likewise.
10758         (difference_cost): Likewise.
10759         (get_computation_cost_at): Likewise.
10760         (determine_group_iv_cost_generic): Likewise.
10761         (determine_group_iv_cost_address): Likewise.
10762         (determine_group_iv_cost_cond): Likewise.
10763         (autoinc_possible_for_pair): Likewise.
10764         (determine_group_iv_costs): Likewise.
10765         (cheaper_cost_pair): Likewise.
10766         (iv_ca_recount_cost): Likewise.
10767         (iv_ca_set_no_cp): Likewise.
10768         (iv_ca_set_cp): Likewise.
10769         (iv_ca_cost): Likewise.
10770         (iv_ca_new): Likewise.
10771         (iv_ca_dump): Likewise.
10772         (iv_ca_narrow): Likewise.
10773         (iv_ca_prune): Likewise.
10774         (iv_ca_replace): Likewise.
10775         (try_add_cand_for): Likewise.
10776         (try_improve_iv_set): Likewise.
10777         (find_optimal_iv_set): Likewise.
10779 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
10781         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
10782         that internal functions will clobber all caller-saved registers.
10784 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
10786         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
10787         Return a better case_values_threshold when optimizing.
10789 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
10791         * config/aarch64/aarch64-simd.md (aarch64_combinez):
10792         Add ? to integer variant.
10793         (aarch64_combinez_be): Likewise.
10795 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
10797         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
10798         instead of x constraint.
10799         (vcvtps2ph256<mask_name>): Likewise.
10801         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
10802         alternative.  Formatting fix.
10804         * config/i386/sse.md
10805         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
10806         to ...
10807         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
10808         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
10809         maybe_evex prefix instead of vex.
10810         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
10811         EXT_REX_SSE_REG_P (op0) case in the splitter.
10813 2016-05-25  Jeff Law  <law@redhat.com>
10815         PR tree-optimization/71272
10816         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
10817         Update comments.  Add test for empty path.
10819 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
10821         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
10822         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
10823         special case builtin.
10824         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
10825         code for ALTIVEC_BUILTIN_VEC_CMPNE.
10826         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
10827         for __builtin_vec_cmpne.
10829 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
10831         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
10832         redundant test and bail out if the type of the new operand is not
10833         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
10835 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
10837         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
10838         (x_ix86_target_flags_explicit): Remove.
10839         * config/i386/i386.c (ix86_function_specific_save): Do not copy
10840         x_ix86_target_flags_explicit.
10841         (ix86_function_specific_restore): Ditto.
10843 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
10844             H.J. Lu  <hongjiu.lu@intel.com>
10846         PR target/70738
10847         * common/config/i386/i386-common.c
10848         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
10849         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
10850         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
10851         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
10852         (-mgeneral-regs-only): Add new option.
10853         * config/i386/i386.c (ix86_option_override_internal): Don't enable
10854         x87 instructions if only general registers are allowed.
10855         (ix86_target_string): Add ix86_flags argument. Handle additional
10856         flags options through ix86_flags argument.  Update all callers.
10857         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
10859 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10861         PR rtl-optimization/66940
10862         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
10863         decrementing desired_val will not overflow before performing these
10864         operations.
10866 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
10868         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
10869         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
10870         * config/i386/i386.c (enum ix86_builtins): Add
10871         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
10872         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
10873         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
10874         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
10875         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
10876         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
10877         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
10878         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
10879         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
10880         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
10881         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
10882         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
10883         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
10884         __builtin_ia32_cvtps2dq512_mask.
10885         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
10886         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
10887         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
10888         * config/i386/sse.md
10889         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
10890         Rename to ...
10891         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
10892         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
10893         to ...
10894         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
10895         (avx512f_vec_pack_sfix_v8df): New define_expand.
10896         (avx512f_roundpd512): Rename to ...
10897         (avx512f_round<castmode>512): ... this.  Change iterator.
10898         (avx512f_roundps512_sfix): New define_expand.
10899         (round<mode>2_sfix): Change iterator.
10901 2016-05-25  Nick Clifton  <nickc@redhat.com>
10903         * config/msp430/msp430.c (msp430_attr): Produce an error if a
10904         static interrupt handler is detected.
10905         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
10906         default linker script.
10907         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
10908         the low part of a symbolic pointer.
10910 2016-05-25  Richard Biener  <rguenther@suse.de>
10912         PR tree-optimization/71261
10913         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
10914         interesting stmt instead of immediate uses when looking
10915         for the use operand to replace.
10917 2016-05-25  Martin Liska  <mliska@suse.cz>
10919         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
10921 2016-05-25  Richard Biener  <rguenther@suse.de>
10923         PR tree-optimization/71264
10924         * tree-vect-stmts.c (vect_init_vector): Properly deal with
10925         vector type val.
10927 2016-05-25  Martin Liska  <mliska@suse.cz>
10929         PR tree-optimization/71239
10930         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
10931         if DECL_SIZE is NULL.
10933 2016-05-25  Richard Biener  <rguenther@suse.de>
10935         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
10936         * tree-if-conv.c (pass_data_if_conversion): Use it.
10938 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10940         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
10941         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
10942         * varpool.c (varpool_node::get_availability): Likewise.
10944 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
10946         * config/rs6000/altivec.md (VNEG iterator): New iterator for
10947         VNEGW/VNEGD instructions.
10948         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
10949         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
10950         support for ISA 3.0 VNEGW/VNEGD instructions.
10952 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
10954         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
10955         pointers inside OACC_DATA regions.
10956         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
10957         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
10958         (gimplify_adjust_omp_clauses): Fix typo in comment.
10960 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
10962         * config/rs6000/altivec.md (VParity): New mode iterator for vector
10963         parity built-in functions.
10964         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
10965         zeros.
10966         (p9v_parity<mode>2): Likewise.
10967         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
10968         parity.
10969         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
10970         (parity<mode>2): ISA 3.0 expander for vector parity.
10971         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
10972         power9 built-ins.
10973         (BU_P9_64BIT_MISC_0): Likewise.
10974         (BU_P9_MISC_0): Likewise.
10975         (BU_P9V_AV_1): Likewise.
10976         (BU_P9V_AV_2): Likewise.
10977         (BU_P9V_AV_3): Likewise.
10978         (BU_P9V_AV_P): Likewise.
10979         (BU_P9V_VSX_1): Likewise.
10980         (BU_P9V_OVERLOAD_1): Likewise.
10981         (BU_P9V_OVERLOAD_2): Likewise.
10982         (BU_P9V_OVERLOAD_3): Likewise.
10983         (VCTZB): Add vector count trailing zeros support.
10984         (VCTZH): Likewise.
10985         (VCTZW): Likewise.
10986         (VCTZD): Likewise.
10987         (VPRTYBD): Add vector parity support.
10988         (VPRTYBQ): Likewise.
10989         (VPRTYBW): Likewise.
10990         (VCTZ): Add overloaded vector count trailing zeros support.
10991         (VPRTYB): Add overloaded vector parity support.
10992         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10993         overloaded vector count trailing zeros and parity instructions.
10994         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
10995         vector parity support.
10996         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
10997         trailing zeros support.
10998         (vec_cntlz): Likewise.
10999         (vec_vctzb): Likewise.
11000         (vec_vctzd): Likewise.
11001         (vec_vctzh): Likewise.
11002         (vec_vctzw): Likewise.
11003         (vec_vprtyb): Add ISA 3.0 vector parity support.
11004         (vec_vprtybd): Likewise.
11005         (vec_vprtybw): Likewise.
11006         (vec_vprtybq): Likewise.
11007         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
11008         the ISA 3.0 vector count trailing zeros and vector parity built-in
11009         functions.
11011 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
11013         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
11014         when there is stmt_to_insert.
11016 2016-05-24  Martin Sebor  <msebor@redhat.com>
11018         PR c++/71147
11019         * tree.h (complete_or_array_type_p): New inline function.
11021 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
11023         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
11024         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
11025         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
11027         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
11028         Limit 1st alternative to noavx isa, split 2nd alternative into one
11029         noavx and one avx alternative, use *x and Bm in the former and
11030         x and m in the latter.
11032         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
11033         of sse4 for the first alternative, drop %v from the template
11034         and d operand modifier.  Split second alternative into one sse4_noavx
11035         and one avx alternative, use *x instead of *v in the former and v
11036         instead of *v in the latter.
11037         (*sse4_1_extractps): Use noavx isa instead of * for the first
11038         alternative, drop %v from the template.  Split second alternative into
11039         one noavx and one avx alternative, use *x instead of *v in the
11040         former and v instead of *v in the latter.
11041         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
11042         with noavx and the last one with avx.
11043         (sse4_1_phminposuw): Guard first alternative with noavx isa,
11044         split the second one into one noavx and one avx alternative,
11045         use *x and Bm in the former and x and m in the latter one.
11046         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
11047         alternatives.
11049         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
11050         first two alternatives to noavx, use *x instead of *v in the second
11051         one, add avx alternative without *.
11052         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
11053         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
11054         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
11056 2016-05-24  Jeff Law  <law@redhat.com>
11058         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
11059         New function, extracted from...
11060         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
11061         Allow simple copies and constant initializations in the SSA chain.
11063 2016-05-24  Marek Polacek  <polacek@redhat.com>
11065         PR c/71249
11066         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
11067         scope.
11069 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
11071         PR c++/71257
11072         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
11073         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
11074         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
11075         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
11076         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
11078 2016-05-24  Richard Biener  <rguenther@suse.de>
11080         PR tree-optimization/71240
11081         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
11082         has integral type.
11084 2016-05-24  Richard Biener  <rguenther@suse.de>
11086         PR tree-optimization/71230
11087         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
11089 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
11091         * tree-vectorizer.h (vectorizable_comparison): Delete.
11092         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
11093         PURE_SLP_STMT check.
11094         * tree-vect-stmts.c (vectorizable_call): Likewise.
11095         (vectorizable_simd_clone_call): Likewise.
11096         (vectorizable_conversion): Likewise.
11097         (vectorizable_assignment): Likewise.
11098         (vectorizable_shift): Likewise.
11099         (vectorizable_operation): Likewise.
11100         (vectorizable_load): Likewise.
11101         (vectorizable_condition): Likewise.
11102         (vectorizable_store): Likewise.  Assert that we don't have
11103         hybrid SLP.
11104         (vectorizable_comparison): Make static.  Remove redundant
11105         PURE_SLP_STMT check.
11106         (vect_transform_stmt): Assert that we always have an slp_node
11107         if PURE_SLP_STMT.
11109 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11111         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
11112         operands[2] against 1 with comparison against CONST1_RTX.
11113         (<shift>di3_neon): Likewise.
11114         * config/arm/predicates.md (const0_operand): Replace with comparison
11115         against CONST0_RTX.
11117 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11119         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
11120         operands[2] against 1 with comparison against CONST1_RTX.
11121         (ashrdi3): Likewise.
11122         (lshrdi3): Likewise.
11123         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
11124         UINTVAL.
11125         (ashrsi3): Likewise.
11126         (lshrsi3): Likewise.
11127         (rotrsi3): Likewise.
11128         (define_split above *compareqi_eq0): Likewise.
11129         (define_split above "prologue"): Likewise.
11130         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
11131         * config/arm/predicates.md (shift_operator): Likewise.
11132         (shift_nomul_operator): Likewise.
11133         (sat_shift_operator): Likewise.
11134         (thumb1_cmp_operand): Likewise.
11135         (const_neon_scalar_shift_amount_operand): Replace manual range
11136         check with IN_RANGE.
11137         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
11138         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
11140 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11142         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
11143         with HOST_WIDE_INT_1.
11144         (insv): Likewise.
11145         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
11146         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
11147         (arm_canonicalize_comparison): Likewise.
11148         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
11149         HOST_WIDE_INT_1.
11150         (thumb1_size_rtx_costs): Likewise.
11151         (vfp_const_double_index): Replace cast of 1 to unsigned
11152         HOST_WIDE_INT with HOST_WIDE_INT_1U.
11153         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
11154         HOST_WIDE_INT_1.
11155         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
11156         HOST_WIDE_INT with HOST_WIDE_INT_1U.
11157         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
11158         HOST_WIDE_INT with HOST_WIDE_INT_1.
11160 2016-05-24  Marek Polacek  <polacek@redhat.com>
11162         * tree-cfg.h (should_remove_lhs_p): New predicate.
11163         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
11164         * gimplify.c (gimplify_modify_expr): Likewise.
11165         * tree-cfg.c (verify_gimple_call): Likewise.
11166         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
11167         * gimple-fold.c: Include "tree-cfg.h".
11168         (gimple_fold_call): Use should_remove_lhs_p.
11170 2016-05-24  Richard Biener  <rguenther@suse.de>
11172         PR tree-optimization/71253
11173         * cfganal.h (control_dependences): Make robust against edge
11174         and BB removal.
11175         (control_dependences::control_dependences): Remove edge_list argument.
11176         (control_dependences::get_edge): Remove.
11177         (control_dependences::get_edge_src): Add.
11178         (control_dependences::get_edge_dest): Likewise.
11179         (control_dependences::m_el): Make a vector of edge src/dest index.
11180         * cfganal.c (control_dependences::find_control_dependence): Adjust.
11181         (control_dependences::control_dependences): Likewise.
11182         (control_dependences::~control_dependence): Likewise.
11183         (control_dependences::get_edge): Remove.
11184         (control_dependences::get_edge_src): Add.
11185         (control_dependences::get_edge_dest): Likewise.
11186         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
11187         get_edge_src.
11188         (perform_tree_ssa_dce): Adjust.
11189         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
11190         get_edge_src.
11191         (pass_loop_distribution::execute): Adjust.  Do loop destroying
11192         conditional on changed.
11194 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11196         PR target/69857
11197         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
11198         return.  Reindent transformation comment and mention the ARM state
11199         behavior.
11201 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
11203         PR middle-end/71252
11204         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
11205         after build_and_add_sum creates new use stmt.
11207 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
11209         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
11210         load_lanes/grouped_load classification comes first.  Don't check
11211         whether the vectorization factor is a multiple of the group size
11212         for load_lanes.
11214 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
11216         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
11217         GROUP_GAP for single-element interleaving.
11218         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
11219         variable.
11221 2016-05-24  Richard Biener  <rguenther@suse.de>
11223         PR middle-end/70434
11224         PR c/69504
11225         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
11226         bases which are accessed with non-invariant indices.
11227         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
11228         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
11230 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
11232         PR middle-end/71170
11233         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
11234         (add_to_ops_vec): Add stmt_to_insert.
11235         (add_repeat_to_ops_vec): Init stmt_to_insert.
11236         (insert_stmt_before_use): New.
11237         (transform_add_to_multiply): Remove mult_stmt insertion and add it
11238         to ops vector.
11239         (get_ops): Init stmt_to_insert.
11240         (maybe_optimize_range_tests): Likewise.
11241         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
11242         (rewrite_expr_tree_parallel): Likewise.
11243         (reassociate_bb): Likewise.
11245 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
11247         PR target/71201
11248         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
11249         ISA 3.0 xxperm fusion alternative.
11250         (altivec_vperm_v8hiv16qi): Likewise.
11251         (altivec_vperm_<mode>_uns_internal): Likewise.
11252         (vperm_v8hiv4si): Likewise.
11253         (vperm_v16qiv8hi): Likewise.
11255 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
11256             Kelvin Nilsen  <kelvin@gcc.gnu.org>
11258         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
11259         vpermr/xxpermr on ISA 3.0.
11260         (altivec_expand_vec_perm_le): Likewise.
11261         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
11262         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
11263         ISA 3.0.
11265 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
11267         * config/i386/i386.h (IS_STACK_MODE): Enable for
11268         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
11269         SSE_FLOAT_MODE_P macros.
11270         * config/i386/i386.c (ix86_preferred_reload_class): Use
11271         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
11272         Cleanup regclass processing for CONST_DOUBLE_P.
11273         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
11274         (ix86_rtx_costs): Remove redundant TARGET_80387 check
11275         with IS_STACK_MODE macro.
11276         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
11277         with TARGET_SSE2.
11278         (*movdf_internal): Use IS_STACK_MODE macro.
11279         (*movsf_internal): Ditto.
11281 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
11283         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
11284         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
11286 2016-05-23  Jeff Law  <law@redhat.com>
11288         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
11289         extracted from ...
11290         (fsm_find_control_statement_thread_paths): Call it.
11292 2016-05-23  Martin Jambor  <mjambor@suse.cz>
11294         PR ipa/71234
11295         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
11296         from_global_constant if t is not NULL.
11298 2016-05-23  Marek Polacek  <polacek@redhat.com>
11300         PR c/49859
11301         * common.opt (Wswitch-unreachable): New option.
11302         * doc/invoke.texi: Document -Wswitch-unreachable.
11303         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
11304         warning.
11306 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
11308         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
11309         TMR_INDEX is non-NULL.
11311 2016-05-23  Richard Biener  <rguenther@suse.de>
11313         PR tree-optimization/71230
11314         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
11315         (try_special_add_to_ops): ... here.  Always test for single-use.
11317 2016-05-23  Martin Jambor  <mjambor@suse.cz>
11319         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
11320         default block if a PHI node in the original one would be resized.
11322 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
11324         PR tree-optimization/58135
11325         * tree-vect-slp.c: When group size is not multiple
11326         of vector size, allow splitting of store group at
11327         vector boundary.
11329 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
11331         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
11333 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
11335         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
11336         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
11337         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
11338         of 64x2.
11340         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
11341         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
11342         v constraint instead of x and vinserti32x4 insn.
11344         * config/i386/sse.md (i128vldq): New mode iterator.
11345         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
11346         avx512dq and avx512vl alternatives.
11348         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
11349         constraint, use maybe_evex prefix instead of vex.
11350         (vec_dupv4sf): Use v constraint instead of x for output
11351         operand except for noavx alternative, use Yv constraint
11352         instead of x for input.  Use maybe_evex prefix instead of vex.
11353         (*vec_dupv4si): Likewise.
11354         (*vec_dupv2di): Likewise.
11356 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
11358         PR middle-end/40921
11359         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
11360         (linearize_expr_tree): Call try_special_add_to_ops.
11361         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
11363 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
11365         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
11366         to computed stack_usage.
11368 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
11370         PR target/71103
11371         * config/avr/avr.md (define_expand "mov<mode>"): If the source
11372         operand is subreg (symbol_ref) then move the symbol ref to register.
11374 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
11376         * tree.c (array_at_struct_end_p): Look through MEM_REF.
11378 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
11380         PR middle-end/71179
11381         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
11382         VECTOR type.
11384 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
11386         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
11387         ranges by calling get_single_symbol and tidy up.  Look more closely
11388         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
11390 2016-05-20  Jeff Law  <law@redhat.com>
11392         * bitmap.c (bitmap_find_bit): Remove useless test.
11394 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
11396         * function.c (thread_prologue_and_epilogue_insns): Commit the
11397         insertion of the epilogue.
11399 2016-05-20  Martin Jambor  <mjambor@suse.cz>
11401         PR tree-optimization/70884
11402         * tree-sra.c (initialize_constant_pool_replacements): Do not check
11403         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
11404         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
11405         of constant pool data as a reason for scalarization.
11407 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
11409         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
11410         for naked functions.
11411         (thumb1_expand_prologue): Likewise.
11413 2016-05-20  Nathan Sidwell  <nathan@acm.org>
11415         * config/nvptx/nptx.c (nvptx_option_override): Only set
11416         flag_toplevel_reorder, if not explicitly specified.  Set
11417         flag_no_common, unless explicitly specified.
11419 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
11421         * calls.c (can_implement_as_sibling_call_p): Mark param
11422         reg_parm_stack_space with ATTRIBUTE_UNUSED.
11424 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
11426         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
11427         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
11428         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
11429         constants.
11430         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
11431         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
11432         and CASE_CONST_ANY.
11434 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
11436         * config/nvptx/nvptx.md (sincossf3): New pattern.
11438 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
11440         * calls.c (maybe_complain_about_tail_call): New function.
11441         (initialize_argument_information): Call
11442         maybe_complain_about_tail_call when clearing *may_tailcall.
11443         (can_implement_as_sibling_call_p): Call
11444         maybe_complain_about_tail_call when returning false.
11445         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
11446         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
11447         if tail-call optimization fails.
11448         * cfgexpand.c (expand_call_stmt): Initialize
11449         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
11450         * gimple-pretty-print.c (dump_gimple_call): Dump
11451         gimple_call_must_tail_p.
11452         * gimple.c (gimple_build_call_from_tree): Call
11453         gimple_call_set_must_tail with the value of
11454         CALL_EXPR_MUST_TAIL_CALL.
11455         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
11456         (gimple_call_set_must_tail): New function.
11457         (gimple_call_must_tail_p): New function.
11458         * print-tree.c (print_node): Update printing of TREE_STATIC
11459         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
11460         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
11461         trailing comment listing applicable flags.
11462         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
11464 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
11466         * calls.c (expand_call): Move "Rest of purposes for tail call
11467         optimizations to fail" to...
11468         (can_implement_as_sibling_call_p): ...this new function, and
11469         split into multiple "if" statements.
11471 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
11473         * cfgloop.h (expected_loop_iterations_unbounded,
11474         expected_loop_iterations): Unconstify.
11475         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
11476         profile with known upper bound; return 3 when profile is absent.
11477         (expected_loop_iterations): Update.
11479 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
11481         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
11482         and get_max_loop_iterations_int.
11484 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
11486         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
11487         realistic upper bounds here.
11489 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
11491         PR c++/71210
11492         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
11493         calls if the LHS is variable length or has addressable type.
11494         If targets[0]->decl is a noreturn call with void return type and
11495         zero arguments, adjust fntype and remove lhs in that case.
11497 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
11499         PR tree-optimization/71079
11500         PR tree-optimization/71206
11501         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
11503 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11505         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
11506         (get_vec_alignment_for_array_decl): Likewise.
11507         (get_vec_alignment_for_record_decl): Likewise.
11508         (increase_alignment::execute): Move code to find alignment to
11509         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
11510         (type_align_map): New hash_map.
11512 2016-05-20  Richard Guenther  <rguenther@suse.de>
11514         PR tree-optimization/29756
11515         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
11516         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
11517         * fold-const.c (operand_equal_p): Likewise.
11518         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
11519         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
11520         * tree-inline.c (estimate_operator_cost): Likewise.
11521         * tree-pretty-print.c (dump_generic_node): Likewise.
11522         * tree-ssa-operands.c (get_expr_operands): Likewise.
11523         * cfgexpand.c (expand_debug_expr): Likewise.
11524         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
11525         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
11526         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
11527         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
11528         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
11529         (execute_update_addresses_taken): Do it.
11531 2016-05-20  Richard Biener  <rguenther@suse.de>
11533         PR tree-optimization/71185
11534         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
11535         register operations.
11537 2016-05-20  Richard Biener  <rguenther@suse.de>
11539         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
11540         gimple_seq_add_seq_without_update.
11541         (release_bb_predicate): Assert we have no operands to free.
11542         (if_convertible_loop_p_1): Calculate post dominators later.
11543         Do not free BB predicates here.
11544         (combine_blocks): Do not recompute BB predicates.
11545         (version_loop_for_if_conversion): Save BB predicates around
11546         loop versioning.
11548 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
11550         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
11551         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
11552         code.  Ignore sibcalls on EDGE_IGNORE edges.
11553         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
11554         on edges for sibcalls that run without prologue.  The rest of the
11555         function is combined from...
11556         (fix_fake_fallthrough_edge): ... this, and ...
11557         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
11558         function argument, make it a local variable.
11560 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
11562         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
11563         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
11564         for 32-bit mode and SEH for 64-bit.
11565         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
11566         TARGET_64BIT_DEFAULT.
11568 2016-05-19  Ryan Burn  <contact@rnburn.com>
11570         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
11571         * gengtype.c (open_base_files): Add cilk.h to ifiles.
11573 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
11575         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
11576         force pending loads from memory.
11578 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11580         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
11581         (UNSPEC_DARN_32): New unspec constant.
11582         (UNSPEC_DARN_RAW): New unspec constant.
11583         (darn_32): New instruction.
11584         (darn_raw): New instruction.
11585         (darn): New instruction.
11586         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
11587         support and documentation for this macro.
11588         (BU_P9_MISC_1): New macro definition.
11589         (BU_P9_64BIT_MISC_0): New macro definition.
11590         (BU_P9_MISC_0): New macro definition.
11591         (darn_32): New builtin definition.
11592         (darn_raw): New builtin definition.
11593         (darn): New builtin definition.
11594         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
11595         RS6000_BUILTIN_0 directives to surround each occurrence of
11596         #include "rs6000-builtin.def".
11597         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
11598         RS6000_BTM_64BIT flags to the returned mask, depending on
11599         configuration.
11600         (def_builtin): Correct an error in the assignments made to the
11601         debugging variable attr_string.
11602         (rs6000_expand_builtin): Add support for no-operand built-in
11603         functions.
11604         (builtin_function_type): Remove fatal_error assertion that is no
11605         longer valid.
11606         (rs6000_common_init_builtins): Add support for no-operand built-in
11607         functions.
11608         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
11609         definition.
11610         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
11611         definition.
11612         (RS6000_BTM_64BIT): New macro definition.
11613         * doc/extend.texi: Document __builtin_darn (void),
11614         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
11615         functions.
11617 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
11619         * tree-vect-loop.c (vect_analyze_loop_2): Use also
11620         max_loop_iterations_int.
11622 2016-05-19  Marek Polacek  <polacek@redhat.com>
11624         PR tree-optimization/71031
11625         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
11626         condition and adjust the code a bit.
11628 2016-05-19  Martin Liska  <mliska@suse.cz>
11630         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
11631         auto_vec instead of vec.
11633 2016-05-19  Martin Liska  <mliska@suse.cz>
11635         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
11637 2016-05-19  Martin Liska  <mliska@suse.cz>
11639         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
11641 2016-05-19  Martin Liska  <mliska@suse.cz>
11643         * ipa-pure-const.c (set_function_state): Remove an existing
11644         funct_state.
11645         (remove_node_data): Do not free it as it's released
11646         in set_function_state.
11648 2016-05-19  Martin Liska  <mliska@suse.cz>
11650         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
11651         bitmap.
11653 2016-05-19  Martin Liska  <mliska@suse.cz>
11655         * omp-simd-clone.c (simd_clone_adjust): Release vector.
11657 2016-05-19  Martin Liska  <mliska@suse.cz>
11659         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
11660         an auto_vec instead of re-creating it.
11662 2016-05-19  Martin Liska  <mliska@suse.cz>
11664         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
11665         auto_vec instead of vec.
11667 2016-05-19  Martin Liska  <mliska@suse.cz>
11669         * lto-section-in.c (lto_get_section_data): Call
11670         lto_check_version with additional argument.
11671         * lto-streamer.c (lto_check_version): Add new argument.
11672         * lto-streamer.h (lto_check_version): Likewise.
11674 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11676         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
11677         Don't add cost of inner memory when handling sign-extended loads.
11679 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
11681         PR rtl-optimization/71148
11682         * cse.c (cse_main): Free dominance info.
11683         (rest_of_handle_cse): Don't free dominance info.
11684         (rest_of_handle_cse2): Likewise.
11685         (rest_of_handle_cse_after_global_opts): Likewise.
11687 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11689         PR target/71056
11690         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
11691         NULL_TREE early if NEON is not available.  Remove now redundant check
11692         in ARM_CHECK_BUILTIN_MODE.
11694 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
11696         PR sanitizer/64354
11697         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
11698         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
11699         * doc/cpp.texi: Document new macros.
11701 2016-05-19  Bin Cheng  <bin.cheng@arm.com>
11703         PR tree-optimization/69848
11704         * tree-vect-loop.c (vectorizable_reduction): Don't factor
11705         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
11707 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
11709         * function.c (thread_prologue_and_epilogue_insn): Move the
11710         "goto epilogue_done" one block later.
11712 2016-05-19  Richard Biener  <rguenther@suse.de>
11714         PR tree-optimization/70729
11715         * passes.def: Move LIM pass before PRE.  Remove no longer
11716         required copyprop and move first DCE out of the loop pipeline.
11718 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
11720         PR driver/69265
11721         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
11722         (OBJS-libcommon-target): ...here.
11723         * opts-common.c: Include spellcheck.h.
11724         (cmdline_handle_error): Build a vec of valid options and use it
11725         to suggest provide hints for misspelled arguments.
11727 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
11729         PR c++/71100
11730         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
11731         lhs if it has TREE_ADDRESSABLE type.
11733 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
11735         PR target/71145
11736         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
11737         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
11739 2016-05-18  Martin Jambor  <mjambor@suse.cz>
11741         PR ipa/69708
11742         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
11743         input for NOP_EXPR pass-through functions.
11744         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
11745         aggregate global constant VAR_DECLs in constant jump functions.
11747 2016-05-18  Martin Jambor  <mjambor@suse.cz>
11749         PR ipa/69708
11750         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
11751         from TREE_READONLY parameters.
11753 2016-05-18  Martin Jambor  <mjambor@suse.cz>
11755         PR ipa/69708
11756         * cgraph.h (cgraph_indirect_call_info): New field
11757         guaranteed_unmodified.
11758         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
11759         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
11760         appropriate.
11761         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
11762         pass the parameter value to ipa_find_agg_cst_for_param.
11763         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
11764         guaranteed_unmodified, store AA results there instead of bailing out
11765         if present.
11766         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
11767         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
11768         (find_constructor_constant_at_offset): New function.
11769         (ipa_find_agg_cst_from_init): Likewise.
11770         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
11771         static initializers of contants, report back through a new paameter
11772         from_global_constant if that was the case.
11773         (try_make_edge_direct_simple_call): Also pass parameter value to
11774         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
11775         appropriate.
11776         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
11777         (ipa_read_indirect_edge_info): Likewise.
11778         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
11779         (ipa_load_from_parm_agg): Likewise.
11781 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
11783         PR rtl-optimization/71150
11784         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
11785         check.
11787 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
11789         PR target/70915
11790         * config/rs6000/constraints.md (wE constraint): New constraint
11791         for a vector constant that can be loaded with XXSPLTIB.
11792         (wM constraint): New constraint for a vector constant of a 1's.
11793         (wS constraint): New constraint for a vector constant that can be
11794         loaded with XXSPLTIB and a vector sign extend instruction.
11795         * config/rs6000/predicates.md (xxspltib_constant_split): New
11796         predicates for wE/wS constraints.
11797         (xxspltib_constant_nosplit): Likewise.
11798         (easy_vector_constant): Add support for constants that can be
11799         loaded via XXSPLTIB.
11800         (all_ones_constant): New predicate for vector constant with all
11801         1's set.
11802         (splat_input_operand): Add support for ISA 3.0 word splat operations.
11803         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
11804         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
11805         instruction and possibly with a sign extension.
11806         (output_vec_const_move): Add support for XXSPLTIB. If we are
11807         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
11808         instead of XXLXOR/XXLORC.
11809         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
11810         operations.
11811         (rs6000_legitimize_reload_address): Likewise.
11812         (rs6000_output_move_128bit): Use output_vec_const_move to emit
11813         constants.
11814         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
11815         combine VSX_M and VSX_M2 into one iterator.
11816         (VSX_M2): Likewise.
11817         (VSINT_84): New iterators for loading constants with XXSPLTIB.
11818         (VSINT_842): Likewise.
11819         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
11820         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
11821         XXSPLTIB instruction.
11822         (xxspltib_<mode>_nosplit): Likewise.
11823         (xxspltib_<mode>_split): New insn to load up constants with
11824         XXSPLTIB and a sign extend instruction.
11825         (vsx_mov<mode>): Replace single move that handled all vector types
11826         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
11827         moves (when -mvsx-timode is in effect) into the main vector
11828         moves.  Eliminate separate moves for <VSr> <VSa>, where the
11829         preferred register class (<VSr>) is listed first, and the
11830         secondary register class (<VSa>) is listed second with a '?' to
11831         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
11832         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
11833         that if the register was involved in a slow operation, the
11834         clear/set operation does not wait for the slow operation to
11835         finish.  Adjust the length attributes for 32-bit mode.  Use
11836         rs6000_output_move_128bit and drop the use of the string
11837         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
11838         spacing so that the alternatives and attributes don't generate
11839         long lines, and put things in columns, so that it is easier to
11840         match up the operands and attributes with the insn alternatives.
11841         (vsx_mov<mode>_64bit): Likewise.
11842         (vsx_mov<mode>_32bit): Likewise.
11843         (vsx_movti_64bit): Fold movti into normal vector moves.
11844         (vsx_movti_32bit): Likewise.
11845         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
11846         splat instructions.
11847         (vsx_splat_v4si_internal): Likewise.
11848         (vsx_splat_v4sf_internal): Likewise.
11849         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
11850         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
11851         extend vector elements.
11852         (vsx_sign_extend_hi_<mode>): Likewise.
11853         (vsx_sign_extend_si_v2di): Likewise.
11854         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
11855         declaration.
11856         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
11857         constraints.  Add trailing period to wL documentation.
11859 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
11861         PR middle-end/71020
11862         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
11863         * tree-dfa.c (replace_abnormal_ssa_names): New function.
11864         * tree-call-cdce.c: Include tree-dfa.h.
11865         (can_guard_call_p): New function, extracted from...
11866         (can_use_internal_fn): ...here.
11867         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
11868         and return void.
11869         (shrink_wrap_one_built_in_call): Likewise.
11870         (use_internal_fn): Likewise.
11871         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
11872         and return void.  Call replace_abnormal_ssa_names.
11873         (pass_call_cdce::execute): Check can_guard_call_p during the
11874         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
11875         will always change something.
11877 2016-05-18  Martin Jambor  <mjambor@suse.cz>
11879         PR ipa/70646
11880         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
11881         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
11883 2016-05-18  Martin Jambor  <mjambor@suse.cz>
11885         PR ipa/70646
11886         * ipa-inline.h (condition): New field size.
11887         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
11888         for comaprison and store it into the new condition.
11889         (evaluate_conditions_for_known_args): Use condition size to check
11890         access sizes for all but CHANGED conditions.
11891         (unmodified_parm_1): New parameter size_p, store access size into it.
11892         (unmodified_parm): Likewise.
11893         (unmodified_parm_or_parm_agg_item): Likewise.
11894         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
11895         (set_cond_stmt_execution_predicate): Extract access sizes and store
11896         them to conditions.
11897         (set_switch_stmt_execution_predicate): Likewise.
11898         (will_be_nonconstant_expr_predicate): Likewise.
11899         (will_be_nonconstant_predicate): Likewise.
11900         (inline_read_section): Stream condition size.
11901         (inline_write_summary): Likewise.
11903 2016-05-18  Richard Biener  <rguenther@suse.de>
11905         * tree-ssa-loop-im.c (determine_max_movement): Properly add
11906         condition cost to PHI cost instead of total_cost.
11908 2016-05-18  Martin Liska  <mliska@suse.cz>
11910         PR fortran/70856
11911         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
11912         merged variables.
11914 2016-05-18  Richard Biener  <rguenther@suse.de>
11916         * lto-streamer.h (LTO_major_version): Bump to 6.
11918 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
11920         * function.c (make_split_prologue_seq, make_prologue_seq,
11921         make_epilogue_seq): New functions, factored out from...
11922         (thread_prologue_and_epilogue_insns): Here.
11924 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
11926         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
11927         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
11928         of before.  Add a comment.
11930 2016-05-18  Bin Cheng  <bin.cheng@arm.com>
11932         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
11933         expression pointer, not pointer to the pointer.
11935 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
11937         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
11938         (avx2_pbroadcast<mode>): Add another alternative with v instead
11939         of x constraints in it, using <pbroadcast_evex_isa> isa.
11940         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
11942         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
11943         constraint x instead of v in second alternative, add avx512bw
11944         alternative.
11946         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
11947         constraint x instead of v in second alternative, add avx512bw
11948         alternative.
11950         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
11951         constraint x instead of v in second alternative, add avx512bw
11952         alternative.
11954         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
11955         avx512bw alternative.
11957 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
11959         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
11960         array to 128 chars.
11961         (define_insn "*andnottf3"): Ditto.
11962         (define_insn "*<code><mode>3"/any_logic): Ditto.
11963         (define_insn "*<code>tf3"/any_logic): Ditto.
11964         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
11965         operand to block AVX-512VL insn variant emit when it is not enabled.
11967 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
11969         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
11970         constraint fot SF mode.
11972 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
11973             Kirill Yukhin  <kirill.yukhin@intel.com>
11975         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
11976         modifiers.
11977         (define_insn "rsqrt14<mode>"): Ditto.
11978         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
11979         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
11980         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
11981         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
11982         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
11983         Ditto.
11984         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
11985         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
11986         * config/i386/i386.c (ix86_print_operand): Expand check for size
11987         override codes for Intel syntax.
11989 2016-05-18  Richard Biener  <rguenther@suse.de>
11991         PR tree-optimization/71168
11992         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
11993         initialization earlier.
11995 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
11997         * config/aarch64/aarch64-simd.md
11998         (aarch64_reduc_plus_internal<mode>): Rename to...
11999         (reduc_plus_scal): ...This, and remove previous implementation.
12001 2016-05-18  Richard Biener  <rguenther@suse.de>
12003         * passes.def: Put late dse and cd_dce in canonical order.
12005 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
12007         * ipa-inline-transform.c (preserve_function_body_p): Look for
12008         first non-thunk clone.
12009         (save_function_body): Save into first non-thunk.
12010         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
12011         up call stmt id.
12012         (lto_output_node): Inline thunks don't need body in every
12013         partition.
12014         * lto-streamer-in.c: Do not fixup thunk clones.
12015         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
12016         thunks.
12017         * tree-inline.c (copy_bb): Be prepared for target node to be new after
12018         folding suceeds.
12020 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
12022         PR middle-end/63586
12023         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
12024         (reassociate_bb): Call transform_add_to_multiply.
12026 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
12028         * config/aarch64/aarch64.c (all_extensions): Removed unused
12029         static variable.
12031 2016-05-17  Nathan Sidwell  <nathan@acm.org>
12033         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
12034         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
12036 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
12038         PR tree-optimization/54579
12039         PR middle-end/55299
12040         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
12042 2016-05-17  Marek Polacek  <polacek@redhat.com>
12044         PR ipa/71146
12045         * tree-inline.c (expand_call_inline): Call
12046         maybe_remove_unused_call_args.
12048 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
12050         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
12051         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
12052         * doc/md.texi (fmin@var{m}3): Likewise.
12054 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
12056         * match.pd (X & C): New transformation.
12058 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
12060         * match.pd (~X & Y): New transformation.
12062 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
12064         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
12065         information for new SSA_NAME.
12066         (simplify_conversion_using_ranges): Get range through get_range_info
12067         instead of get_value_range.
12069 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
12071         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
12072         Remove inline assembly.
12073         (vmvn_s16): Likewise.
12074         (vmvn_s32): Likewise.
12075         (vmvn_u8): Likewise.
12076         (vmvn_u16): Likewise.
12077         (vmvn_u32): Likewise.
12078         (vmvnq_s8): Likewise.
12079         (vmvnq_s16): Likewise.
12080         (vmvnq_s32): Likewise.
12081         (vmvnq_u8): Likewise.
12082         (vmvnq_u16): Likewise.
12083         (vmvnq_u32): Likewise.
12084         (vmvn_p8): Likewise.
12085         (vmvnq_p16): Likewise.
12087 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
12089         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
12090         Use builtin.
12091         (vmul_n_s16): Likewise.
12092         (vmul_n_s32): Likewise.
12093         (vmul_n_u16): Likewise.
12094         (vmul_n_u32): Likewise.
12095         (vmulq_n_f32): Likewise.
12096         (vmulq_n_f64): Likewise.
12097         (vmulq_n_s16): Likewise.
12098         (vmulq_n_s32): Likewise.
12099         (vmulq_n_u16): Likewise.
12100         (vmulq_n_u32): Likewise.
12102 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
12104         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
12105         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
12107 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
12109         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
12110         to *aarch64_fma4_elt_from_dup<mode>.
12111         (*aarch64_fnma4_elt_to_128df): Rename to
12112         *aarch64_fnma4_elt_from_dup<mode>.
12113         * config/aarch64/arm_neon.h (vfma_n_f64): New.
12114         (vfms_n_f32): Likewise.
12115         (vfms_n_f64): Likewise.
12116         (vfmsq_n_f32): Likewise.
12117         (vfmsq_n_f64): Likewise.
12119 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
12121         * wide-int.h: Change fixed_wide_int_storage from class to struct.
12123 2016-05-17  Richard Biener  <rguenther@suse.de>
12125         PR tree-optimization/71132
12126         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
12127         Only add control dependences for blocks in the loop.
12128         (build_rdg): Adjust.
12129         (generate_code_for_partition): Return whether loop should
12130         be destroyed and delay that.
12131         (distribute_loop): Likewise.
12132         (pass_loop_distribution::execute): Record loops to be destroyed
12133         and perform delayed destroying of loops.
12135 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12137         PR target/70809
12138         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
12140 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
12142         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
12144 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
12146         PR target/71114
12147         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
12148         insertion point for instructions generated by validize_mem.
12150 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
12152         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
12153         in brackets.
12155 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
12157         * config/aarch64/aarch64.c
12158         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
12159         rather than a macro.
12161 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
12163         * doc/invoke.texi (AArch64 Options): Various updates.
12165 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
12167         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
12168         into instrumentation thunks.
12169         * cif-code.def (CIF_CHKP): New.
12171 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
12173         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
12175 2016-05-16  Martin Jambor  <mjambor@suse.cz>
12177         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
12178         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
12180 2016-05-16  Marek Polacek  <polacek@redhat.com>
12182         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
12183         commentary.
12185 2016-05-16  Martin Jambor  <mjambor@suse.cz>
12187         PR hsa/70857
12188         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
12189         the outlined kernel function.
12191 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
12193         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
12194         (ISA_HAS_DLSA): Ditto.
12196 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
12198         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
12200 2016-05-16  Nathan Sidwell  <nathan@acm.org>
12202         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
12203         (nvptx_name_replacement): Restore.  Add comment.
12204         (write_fn_proto, write_fn_proto_from_insn,
12205         nvptx_output_call_insn): Restore
12206         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
12208 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
12210         * config/aarch64/aarch64.md
12211         (add<mode>3_compareC_cconly_imm): Remove use of %w.
12212         (add<mode>3_compareC_imm): Likewise.
12213         (<optab>si3_uxtw): Split into register and immediate variants.
12214         (andsi3_compare0_uxtw): Likewise.
12215         (and<mode>3_compare0): Likewise.
12216         (and<mode>3nr_compare0): Likewise.
12217         (stack_protect_test_<mode>): Don't use %x for memory operands.
12219 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
12221         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
12223 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
12225         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
12226         Split integer shifts into shift_reg and bfm.
12227         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
12228         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
12229         (ror<mode>3_insn): Likewise.
12230         (<optab>si3_insn_uxtw): Likewise.
12231         (<optab><mode>3_insn): Change to rotate_imm.
12232         (extr<mode>5_insn_alt): Likewise.
12233         (extrsi5_insn_uxtw): Likewise.
12234         (extrsi5_insn_uxtw_alt): Likewise.
12236 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
12238         * doc/tm.texi: Regenerate.
12239         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
12240         (TARGET_INVALID_RETURN_TYPE): Remove.
12241         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
12242         TARGET_INVALID_RETURN_TYPE.
12243         * target.def (invalid_parameter_type): Remove.
12244         (invalid_return_type): Remove.
12246 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
12248         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
12249         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
12250         calls from thunk.
12251         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
12252         gimple body.
12253         (preserve_function_body_p): No need to preserve function body
12254         * cif-codes.def (CIF_THUNK): Remove.
12255         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
12257 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
12259         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
12261 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
12263         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
12264         for thunks.
12266 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
12268         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
12269         (inline_small_functions): Do not look for function symbol when
12270         resetting caches.
12272 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
12274         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
12275         of inline thunks
12277 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
12278             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12279             Jiong Wang  <jiong.wang@arm.com>
12281         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
12282         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
12283         Define __ARM_FP16_ARGS when appropriate.
12284         * config/arm/arm.c (arm_invalid_parameter_type): Remove
12285         declaration.
12286         (arm_invalid_return_type): Likewise.
12287         (TARGET_INVALID_PARAMETER_TYPE): Remove.
12288         (TARGET_INVALID_RETURN_TYPE): Remove.
12289         (aapcs_vfp_sub_candidate): Allow HFmode.
12290         (aapcs_vfp_allocate): Add comment.  Support HFmode.
12291         (aapcs_vfp_allocate_return_reg): Likewise.
12292         (struct aapcs_cp_arg_layout): Slightly reword comments for
12293         is_return_candidate and allocate_return_reg.
12294         (output_mov_vfp): Update assert.
12295         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
12296         condition.
12297         (arm_invalid_parameter_type): Remove.
12298         (amr_invalid_return_type): Remove.
12299         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
12300         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
12301         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
12303 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
12305         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
12306         * config/aarch64/arch64-protos.h
12307         (aarch64_legitimize_reload_address): Remove.
12308         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
12309         Remove.
12311 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
12313         * configure.ac: Add ACX_NONCANONICAL_HOST.
12314         * configure: Regenerate.
12315         * Makefile.in: Set host_noncanonical.
12317 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
12319         PR target/71097
12320         * config/i386/i386.md (*movtf_internal): Before register allocation,
12321         do not allow FP constants for CM_MEDIUM memory model, allow only
12322         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
12323         (*movxf_internal): Ditto.
12324         (*movdf_internal): Ditto.
12325         (*movsf_internal): Ditto.
12327 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
12329         PR rtl-optimization/67483
12330         * combine.c (make_compound_operation): Don't call extract_left_shift
12331         with negative shift amounts.
12333 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
12335         PR bootstrap/71071
12336         * fold-const.c (fold_checksum_tree): Allow modification
12337         of TYPE_ALIAS_SET during folding.
12339         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
12340         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
12341         (ix86_split_to_parts): Likewise.  Fix up formatting.
12343 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
12345         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
12346         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
12347         printf format.
12349 2016-05-13  Nathan Sidwell  <nathan@acm.org>
12351         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
12352         (nvptx_name_replacement): Delete.
12353         (write_fn_proto, write_fn_proto_from_insn,
12354         nvptx_output_call_insn): Remove nvptx_name_replacement call.
12355         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
12356         * langhooks.c (add_builtin_funcction_common): Call
12357         targetm.mangle_decl_assembler_name.
12359         * config/nvptx/nvptx.c (write_fn_proto): Handle
12360         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
12362 2016-05-13  Martin Liska  <mliska@suse.cz>
12364         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
12365         and PRIu64 in printf format.
12367 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12369         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
12370         comment.
12372 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12374         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
12375         Change --param max-completely-peeled-times to
12376         --param max-completely-peel-times in dump file printing.
12378 2016-05-13  Richard Biener  <rguenther@suse.de>
12380         PR tree-optimization/42587
12381         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
12382         (find_bswap_or_nop_1): Likewise.
12383         (bswap_replace): Likewise.
12385 2016-05-13  Martin Liska  <mliska@suse.cz>
12387         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
12388         Initialize a variable with default value.
12390 2016-05-13  Martin Liska  <mliska@suse.cz>
12392         * doc/invoke.texi: Enhance explanation of error recovery
12393         of sanitizers.
12395 2016-05-13  Martin Liska  <mliska@suse.cz>
12397         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
12398         (struct cost_pair): Change inv_expr_id (int) to inv_expr
12399         (iv_inv_expr_ent *).
12400         (struct iv_inv_expr_ent): Comment struct fields.
12401         (sort_iv_inv_expr_ent): New function.
12402         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
12403         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
12404         a hash_map between iv_inv_expr_ent and number of usages.
12405         (niter_for_exit): Fix coding style.
12406         (tree_ssa_iv_optimize_init): Use renamed variable.
12407         (determine_base_object): Fix coding style.
12408         (alloc_iv): Likewise.
12409         (find_interesting_uses_outside): Likewise.
12410         (add_candidate_1): Likewise.
12411         (add_standard_iv_candidates): Likewise.
12412         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
12413         (prepare_decl_rtl): Fix coding style.
12414         (get_address_cost): Likewise.
12415         (get_shiftadd_cost): Likewise.
12416         (force_expr_to_var_cost): Likewise.
12417         (compare_aff_trees): Likewise.
12418         (get_expr_id): Restructure the function.
12419         (get_loop_invariant_expr_id): Renamed to
12420         get_loop_invariant_expr.
12421         (get_computation_cost_at): Replace usage of inv_expr_id with
12422         inv_expr.
12423         (get_computation_cost): Likewise.
12424         (determine_group_iv_cost_generic): Likewise.
12425         (determine_group_iv_cost_address): Likewise.
12426         (iv_period): Fix coding style.
12427         (iv_elimination_compare_lt): Likewise.
12428         (may_eliminate_iv): Likewise.
12429         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
12430         inv_expr.
12431         (determine_group_iv_costs): Dump invariant expressions.
12432         (iv_ca_recount_cost): Use the newly added hash_map.
12433         (iv_ca_set_remove_invariants): Fix coding style.
12434         (iv_ca_set_add_invariants): Fix coding style.
12435         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
12436         invariants.
12437         (iv_ca_set_cp): Likewise.
12438         (iv_ca_new): Initialize the newly added hash_map and remove
12439         initialization of fields.
12440         (iv_ca_free): Delete the hash_map.
12441         (iv_ca_dump): Dump invariant expressions.
12442         (iv_ca_extend): Fix coding style.
12443         (try_add_cand_for): Likewise.
12444         (create_new_ivs): Dump information about # of avg iterations and
12445         # of used invariant expressions.
12446         (rewrite_use_compare): Fix coding style.
12447         (free_loop_data): Set default value for max_inv_expr_id.
12449 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
12451         * cse.c (rest_of_handle_cse): Use cleanup_cfg
12452         returned value cse_cfg_altered computation.
12453         (rest_of_handle_cse2): Likewise.
12454         (rest_of_handle_cse_after_global_opts): Likewise.
12456 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12458         PR target/53440
12459         * config/arm/arm.c (arm32_output_mi_thunk): New.
12460         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
12461         to split Thumb1 vs TARGET_32BIT functionality.
12462         (arm_thumb1_mi_thunk): New.
12464 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12466         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
12467         to true.
12469 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12471         PR target/71080
12472         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
12474 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
12476         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
12477         (expand_builtin_trap): Emit a regular call.
12478         (set_builtin_user_assembler_name): Remove obsolete cases.
12479         * dse.c (scan_insn): Adjust.
12480         * except.c: Include calls.h.
12481         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
12482         emit a regular call to setjmp.
12483         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
12484         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
12485         (emit_block_move_via_libcall): Delete.
12486         (block_move_fn): Delete.
12487         (init_block_move_fn): Likewise.
12488         (emit_block_move_libcall_fn): Likewise.
12489         (emit_block_op_via_libcall): New function.
12490         (set_storage_via_libcall): Tidy up and use memset builtin.
12491         (block_clear_fn): Delete.
12492         (init_block_clear_fn): Likewise.
12493         (clear_storage_libcall_fn): Likewise.
12494         (expand_assignment): Call emit_block_move_via_libcall.
12495         Do not include gt-expr.h.
12496         * expr.h (emit_block_op_via_libcall): Declare.
12497         (emit_block_copy_via_libcall): New inline function.
12498         (emit_block_move_via_libcall): Likewise.
12499         (emit_block_comp_via_libcall): Likewise.
12500         (block_clear_fn): Delete.
12501         (init_block_move_fn): Likewise.
12502         (init_block_clear_fn): Likewise.
12503         (emit_block_move_via_libcall): Likewise.
12504         (set_storage_via_libcall): Add default parameter value.
12505         * libfuncs.h (enum libfunc_index): Remove obsolete values.
12506         (abort_libfunc): Delete.
12507         (memcpy_libfunc): Likewise.
12508         (memmove_libfunc): Likewise.
12509         (memcmp_libfunc): Likewise.
12510         (memset_libfunc): Likewise.
12511         (setbits_libfunc): Likewise.
12512         (setjmp_libfunc): Likewise.
12513         (longjmp_libfunc): Likewise.
12514         (profile_function_entry_libfunc): Likewise.
12515         (profile_function_exit_libfunc): Likewise.
12516         (gcov_flush_libfunc): Likewise.
12517         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
12518         and DECL_VISIBILITY on the declaration.
12519         (init_optabs): Do not initialize obsolete libfuncs.
12520         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
12521         * tree-core.h (ECF_RET1): Define.
12522         (ECF_TM_PURE): Adjust.
12523         (ECF_TM_BUILTIN): Likewise.
12524         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
12525         (build_common_builtin_nodes): Initialize abort builtin.
12526         Add ECF_RET1 on memcpy, memmove and memset builtins.
12527         Pass final flags for alloca and alloca_with_align builtins.
12528         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
12529         obsolete builtins.
12530         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
12531         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
12532         set_storage_via_libcall and call emit_block_copy_via_libcall.
12534 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
12536         * config/i386/i386.md (*call_got_x32): Change operand 0 to
12537         DImode before it is passed to ix86_output_call_operand.
12538         (*call_value_got_x32): Ditto for operand 1.
12540 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
12542         PR rtl-optimization/70904
12543         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
12544         reload for wide mode.
12546 2016-05-12  Marek Polacek  <polacek@redhat.com>
12548         PR c/70756
12549         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
12550         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
12551         * langhooks.h (incomplete_type_error): Likewise.
12552         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
12553         parameter, pass it down to incomplete_type_error.
12554         * tree.h (size_in_bytes): New inline overload.
12555         (size_in_bytes_loc): Renamed from size_in_bytes.
12557 2016-05-12  Richard Biener  <rguenther@suse.de>
12559         PR tree-optimization/71059
12560         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
12561         nary before looking up or entering the expression into the VN
12562         hashes.
12563         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
12564         Make sure to re-use NARYs without result as inserted by
12565         phi-translation.
12567 2016-05-12  Richard Biener  <rguenther@suse.de>
12569         PR tree-optimization/71062
12570         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
12571         field.
12572         * tree-ssa-structalias.c (set_uids_in_ptset): Set
12573         vars_contains_restrict if the var is a restrict tag.
12574         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
12575         do not disambiguate pointers against it.
12576         (dump_points_to_solution): Re-structure and adjust for new
12577         vars_contains_restrict flag.
12578         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
12580 2016-05-12  Martin Liska  <mliska@suse.cz>
12582         * doc/invoke.texi: Explain connection between
12583         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
12585 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
12587         PR tree-optimization/71006
12588         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
12589         consider COND_EXPR as a mask producer.
12591 2016-05-12  Marek Polacek  <polacek@redhat.com>
12593         PR driver/71063
12594         * opts.c (common_handle_option): Detect missing argument for --help^.
12596 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12598         PR target/70830
12599         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
12600         when popping the PC and within an interrupt handler routine.
12601         Add missing tab to output of "ldmfd".
12602         (output_return_instruction): Output LDMFD with SP update rather
12603         than POP when returning from interrupt handler.
12605 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
12607         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
12608         TARGET_64BIT && TARGET_AVX512DQ.
12609         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
12610         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
12611         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
12612         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
12613         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
12614         (*vec_extractv4si_zext): Add avx512dq alternative.
12615         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
12616         use v instead of x constraint in other alternatives where possible.
12618         * config/i386/sse.md (sse2_loadld): Use v instead of x
12619         constraint in alternatives 0,1,4.
12621         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
12622         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
12623         v constraints instead of x and <pinsr_evex_isa> isa attribute.
12625         PR target/71019
12626         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
12627         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
12628         is not emitted unless TARGET_AVX512BW.
12629         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
12630         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
12631         for the result operand.
12633         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
12634         constraint instead of x in avx alternatives.  Use maybe_evex instead
12635         of vex prefix.
12637         * config/i386/constraints.md (Yv): New constraint.
12638         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
12639         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
12640         * config/i386/i386.md (avx512fvecmode): New mode attr.
12641         (*pushtf): Use v constraint instead of x.
12642         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
12643         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
12644         (*absneg<mode>2): Use Yv constraint instead of x constraint.
12645         (*absnegtf2_sse): Likewise.
12646         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
12647         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
12648         avx512f alternatives.
12649         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
12651 2016-05-12  Richard Biener  <rguenther@suse.de>
12653         PR tree-optimization/71060
12654         * tree-data-ref.c (initialize_data_dependence_relation): Do not
12655         require exact match of DR_BASE_OBJECT but only matching address and
12656         type.
12658 2016-05-12  Richard Biener  <rguenther@suse.de>
12660         PR tree-optimization/70986
12661         * cfganal.c: Include cfgloop.h.
12662         (dfs_find_deadend): Prefer to take edges exiting loops.
12664 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12666         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
12667         compile and run time.
12669 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
12671         PR c/43651
12672         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
12674 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
12676         * config/i386/i386.c (legitimize_pic_address): Use
12677         copy_to_suggested_reg instead of gen_movsi.
12679 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
12681         * config/rs6000/predicates.md (quad_memory_operand): Move most of
12682         the code into quad_address_p and call it to share code with
12683         vsx_quad_dform_memory_operand.
12684         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
12685         d-form support.
12686         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
12687         bit instead of being a separate word.  Split -mpower9-dform into
12688         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
12689         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
12690         for the register class supporting 128-bit quad word memory offsets.
12691         (mode_supports_vsx_dform_quad): Helper function to return if the
12692         register class uses quad word memory offsets.
12693         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
12694         (rs6000_debug_reg_global): Always print if we are using LRA or not.
12695         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
12696         instructions are enabled, set up the appropriate addr_masks for
12697         128-bit types.
12698         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
12699         -mpower9-dform-scalar, instead of -mpower9-dform.
12700         (rs6000_option_override_internal): Split -mpower9-dform into two
12701         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
12702         -mpower9-dform switch sets or clears both.  If we are not using
12703         the LRA register allocator, do not enable -mpower9-dform-vector by
12704         default.  If we are using LRA, enable -mpower9-dform-vector and
12705         -mvsx-timode if it is appropriate.  Issue a warning if either
12706         -mpower9-dform-vector or -mvsx-timode are explicitly used without
12707         enabling LRA.
12708         (quad_address_offset_p): New helper function to return if the
12709         offset is legal for quad word memory instructions.
12710         (quad_address_p): New function to determin if GPR or vector
12711         register quad word memory addresses are legal.
12712         (mem_operand_gpr): Validate quad word address offsets.
12713         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
12714         d-form (register + offset) instructions.
12715         (offsettable_ok_by_alignment): Likewise.
12716         (rs6000_legitimate_offset_address_p): Likewise.
12717         (legitimate_lo_sum_address_p): Likewise.
12718         (rs6000_legitimize_address): Likewise.
12719         (rs6000_legitimize_reload_address): Add more debug statements for
12720         -mdebug=addr.
12721         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
12722         d-form instructions.
12723         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
12724         d-form instructions.  Distinguish different cases in debug
12725         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
12726         d-form instructions.
12727         (rs6000_preferred_reload_class): Likewise.
12728         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
12729         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
12730         of the ISA 2.06 indexed memory instructions.
12731         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
12732         use them to save/restore the saved vector registers instead of
12733         using Altivec instructions.
12734         (rs6000_emit_epilogue): Likewise.
12735         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
12736         (rs6000_opt_masks): Split -mpower9-dform into
12737         -mpower9-dform-scalar and -mpower9-dform-vector.
12738         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
12739         was not selected.
12740         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
12741         ISA 3.0 vector indexed memory instructions, and fold the code into
12742         the normal mov<mode> patterns.
12743         (p9_vecstore_<mode>): Likewise.
12744         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
12745         instructions.
12746         (vsx_movti_64bit): Likewise.
12747         (vsx_movti_32bit): Likewise.
12748         * config/rs6000/constraints.md (wO constraint): New constraint for
12749         ISA 3.0 vector d-form support.
12750         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
12751         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
12752         include -mpower9-dform-vector until we switch over to LRA.
12753         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
12754         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
12755         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
12756         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
12757         for -mpower9-dform and -mlra.
12758         * doc/md.texi (wO constraint): Document wO constraint.
12760 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
12762         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
12763         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
12764         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
12765         Move handling of non-insn arguments inline into the sole user:
12766         (output_trans_func): ...here.
12767         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
12768         in emitted function prototype.
12769         (output_internal_insn_latency_func): Ditto.  Simplify.
12770         (output_internal_maximal_insn_latency_func): Ditto.  Delete
12771         always-unused argument.
12772         (output_insn_latency_func): Ditto.
12773         (output_maximal_insn_latency_func): Ditto.
12775 2016-05-11  Richard Biener  <rguenther@suse.de>
12777         PR tree-optimization/71055
12778         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
12779         sth with precision not equal to access size verify we don't chop
12780         off bits.
12782 2016-05-11  Richard Biener  <rguenther@suse.de>
12784         PR debug/71057
12785         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
12786         (dwarf2out_finish): Move retry_incomplete_types call ...
12787         (dwarf2out_early_finish): ... here.
12789 2016-05-11  Richard Biener  <rguenther@suse.de>
12791         PR middle-end/71002
12792         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
12793         if the langhook insists on it.
12794         * fold-const.c (make_bit_field_ref): Add arg for the original
12795         reference and preserve its alias-set.
12796         (decode_field_reference): Take exp by reference and adjust it
12797         to the original memory reference.
12798         (optimize_bit_field_compare): Adjust callers.
12799         (fold_truth_andor_1): Likewise.
12800         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
12802 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
12804         PR middle-end/70807
12805         * cfgrtl.h (delete_insn_and_edges): Now return bool.
12806         * cfgrtl.c (delete_insn_and_edges): Likewise.
12807         * config/i386/i386.c (convert_scalars_to_vector): Remove
12808         redundant code.
12809         * cse.c (cse_insn): Compute cse_cfg_altered.
12810         (delete_trivially_dead_insns): Likewise.
12811         (cse_cc_succs): Likewise.
12812         (rest_of_handle_cse): Free dominance info if required.
12813         (rest_of_handle_cse2): Likewise.
12814         (rest_of_handle_cse_after_global_opts): Likewise.
12816 2016-05-11  Alan Modra  <amodra@gmail.com>
12818         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
12819         abi_v4_pass_in_fpr): New functions.
12820         (rs6000_function_arg_boundary): Exclude complex IBM long double
12821         from 64-bit alignment when ABI_V4.
12822         (rs6000_function_arg, rs6000_function_arg_advance_1,
12823         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
12825 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
12827         PR rtl-optimization/71028
12828         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
12829         jump with just a return in the fallthrough block if the branch
12830         block contains just a return as well.
12832 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
12834         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
12835         * match.pd ((X & Y) ^ Y): ... this.
12836         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
12837         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
12839 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
12841         * read-md.c (require_char_ws): New function.
12842         (read_string): Simplify using require_char_ws.
12843         (handle_constants): Likewise.
12844         (handle_enum): Likewise.
12845         (handle_file): Likewise.
12846         * read-md.h (require_char_ws): New declaration.
12847         * read-rtl.c (read_conditions): Simplify using require_char_ws.
12848         (read_mapping): Likewise.
12849         (read_rtx_code): Likewise.
12850         (read_nested_rtx): Likewise.
12852 2016-05-10  James Norris  <jnorris@codesourcery.com>
12854         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
12855         if offloading is enabled and -fopenacc or -fopenmp is specified.
12856         (CRTOFFLOADEND): Likewise.
12857         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
12858         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
12860 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
12862         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
12863         gotoff_operand code paths.  Use copy_to_suggested_regs and
12864         expand_simple_binop where appropriate.  Cleanup.
12866 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
12868         PR target/70799
12869         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
12870         integer constants.
12871         (dimode_scalar_chain::vector_const_cost): New.
12872         (dimode_scalar_chain::compute_convert_gain): Handle constants.
12873         (dimode_scalar_chain::convert_op): Likewise.
12874         (dimode_scalar_chain::convert_insn): Likewise.
12876 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
12878         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
12879         unary operation, not a binary one.
12881 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
12883         PR middle-end/70877
12884         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
12885         calls with type casted fndecl.
12887 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
12889         PR tree-optimization/70786
12890         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
12891         * calls.c (initialize_argument_information): Bind bounds
12892         with corresponding args passed by reference.
12894 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
12896         PR target/70927
12897         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
12898         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
12899         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
12900         accordingly.
12902 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12904         PR target/70963
12905         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
12906         code for a zero scale factor.
12907         (vsx_xvcvdpuxds_scale): Likewise.
12909 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
12911         * diagnostic-show-locus.c (layout::layout): Call show_ruler
12912         if show_ruler_p was set on the context.
12913         (layout::show_ruler): New method.
12914         * diagnostic.h (struct diagnostic_context): Add field
12915         "show_ruler_p".
12917 2016-05-10  Richard Biener  <rguenther@suse.de>
12919         PR tree-optimization/71039
12920         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
12921         (chk_uses): New function.
12922         (propagate_with_phi): Verify we can safely replicate the lhs of an
12923         aggregate assignment on all incoming edges.
12925 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
12927         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
12928         Forward declare.
12929         (rx_atomic_sequence): New class.
12930         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
12931         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
12932         non-inline.
12933         (rx_atomic_sequence::rx_atomic_sequence,
12934         rx_atomic_sequence::~rx_atomic_sequence): New functions.
12935         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
12936         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
12937         CTRLREG_INTB): New constants.
12938         (FETCHOP): New code iterator.
12939         (fethcop_name, fetchop_name2): New iterator code attributes.
12940         (QIHI): New mode iterator.
12941         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
12942         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
12943         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
12945 2016-05-10  Martin Liska  <mliska@suse.cz>
12947         * tree-inline.c (remap_dependence_clique): Do not remap
12948         debugging statements.
12950 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12952         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
12953         ("*fixuns_truncdfdi2_z13")
12954         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
12955         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
12956         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
12958 2016-05-10  Richard Biener  <rguenther@suse.de>
12960         PR tree-optimization/70497
12961         PR tree-optimization/28367
12962         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
12963         split out from ...
12964         (visit_reference_op_load): ... here.
12965         (vn_reference_lookup_3): Use it to handle subreg-like accesses
12966         with simplified BIT_FIELD_REFs.
12967         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
12968         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
12969         correctly.
12971 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
12973         * dwarf2out.c (add_abstract_origin_attribute): Adjust
12974         documentation comment.  For BLOCK nodes, add a
12975         DW_AT_abstract_origin attribute that points to the DIE generated
12976         for the origin BLOCK.
12977         (gen_lexical_block_die): Call add_abstract_origin_attribute for
12978         blocks from inlined functions.
12980 2016-05-10  Alan Modra  <amodra@gmail.com>
12982         PR target/70947
12983         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
12984         regrename modifying insns saving lr before __morestack call.
12985         * config/rs6000/rs6000.md (split_stack_return): Similarly for
12986         insns restoring lr after __morestack call.
12988 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
12990         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
12991         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
12992         expanders.
12993         * config/i386/sse.md (vec_interleave_high<mode>,
12994         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
12995         <avx512>_vpermt2var<mode>3_maskz): Likewise.
12997 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
12999         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
13000         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
13001         parallel reassociation for power8 and forward.
13003 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
13005         * config/i386/i386.md (absneg splitters with general regs): Use
13006         general_reg_operand predicate.
13007         (btsq peephole2): Use x86_64_immediate_operand to check if new
13008         value is suitable for immediate operand.  Generate emitted insn
13009         using RTL expressions.
13010         (btcq peephole2): Ditto.
13011         (btrq peephole2): Ditto.  Generate correct immediate operand
13012         for AND masking.
13014 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
13016         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
13017         bitpos.
13019 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
13021         * tree-affine.c (wide_int_constant_multiple_p): Add missing
13022         pointer dereference.
13024 2016-05-09  Richard Biener  <rguenther@suse.de>
13026         PR tree-optimization/70985
13027         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
13028         op0 isn't a gimple register.
13030 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
13032         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
13033         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
13034         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
13035         (i6400_fpu_mult): New cpu units.
13036         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
13037         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
13038         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
13039         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
13040         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
13041         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
13042         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
13043         (i6400_msa_long_float4, i6400_msa_long_float5)
13044         (i6400_msa_long_float8, i6400_msa_fdiv_df)
13045         (i6400_msa_fdiv_sf): New reservations.
13046         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
13047         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
13048         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
13049         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
13050         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
13051         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
13052         (msa_short_cmp, msa_short_float2, msa_short_logic3)
13053         (msa_short_store4, msa_long_load, msa_short_store)
13054         (msa_long_logic, msa_long_float2, msa_long_float4)
13055         (msa_long_float5, msa_long_float8, msa_long_mult)
13056         (msa_long_fdiv, msa_long_div): New reservations.
13058 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
13059             Sameera Deshpande  <sameera.deshpande@imgtec.com>
13060             Matthew Fortune  <matthew.fortune@imgtec.com>
13061             Graham Stott  <graham.stott@imgtec.com>
13062             Chao-ying Fu  <chao-ying.fu@imgtec.com>
13064         * config.gcc: Add MSA header file for mips*-*-* target.
13065         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
13066         (Ubv8i, Urv8):  New constraints.
13067         * config/mips/mips-ftypes.def: Add function types for MSA
13068         builtins.
13069         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
13070         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
13071         * config/mips/mips-msa.md: New file.
13072         * config/mips/mips-protos.h
13073         (mips_split_128bit_const_insns): New prototype.
13074         (mips_msa_idiv_insns): Likewise.
13075         (mips_split_128bit_move): Likewise.
13076         (mips_split_128bit_move_p): Likewise.
13077         (mips_split_msa_copy_d): Likewise.
13078         (mips_split_msa_insert_d): Likewise.
13079         (mips_split_msa_fill_d): Likewise.
13080         (mips_expand_msa_branch): Likewise.
13081         (mips_const_vector_same_val_p): Likewise.
13082         (mips_const_vector_same_bytes_p): Likewise.
13083         (mips_const_vector_same_int_p): Likewise.
13084         (mips_const_vector_shuffle_set_p): Likewise.
13085         (mips_const_vector_bitimm_set_p): Likewise.
13086         (mips_const_vector_bitimm_clr_p): Likewise.
13087         (mips_msa_vec_parallel_const_half): Likewise.
13088         (mips_msa_output_division): Likewise.
13089         (mips_ldst_scaled_shift): Likewise.
13090         (mips_expand_vec_cond_expr): Likewise.
13091         * config/mips/mips.c (enum mips_builtin_type): Add
13092         MIPS_BUILTIN_MSA_TEST_BRANCH.
13093         (mips_gen_const_int_vector_shuffle): New prototype.
13094         (mips_const_vector_bitimm_set_p): New function.
13095         (mips_const_vector_bitimm_clr_p): Likewise.
13096         (mips_const_vector_same_val_p): Likewise.
13097         (mips_const_vector_same_bytes_p): Likewise.
13098         (mips_const_vector_same_int_p): Likewise.
13099         (mips_const_vector_shuffle_set_p): Likewise.
13100         (mips_symbol_insns): Forbid loading symbols via immediate for
13101         MSA.
13102         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
13103         stores.
13104         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
13105         MSA.
13106         (mips_lx_address_p): Add support load indexed address for MSA.
13107         (mips_address_insns): Add calculation of instructions needed for
13108         stores and loads for MSA.
13109         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
13110         CONST_VECTOR for MSA and let it fall through.
13111         (mips_ldst_scaled_shift): New function.
13112         (mips_subword_at_byte): Likewise.
13113         (mips_msa_idiv_insns): Likewise.
13114         (mips_legitimize_move): Validate MSA moves.
13115         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
13116         calculation of costs for MSA division.
13117         (mips_split_move_p): Check if MSA moves need splitting.
13118         (mips_split_move): Split MSA moves if necessary.
13119         (mips_split_128bit_move_p): New function.
13120         (mips_split_128bit_move): Likewise.
13121         (mips_split_msa_copy_d): Likewise.
13122         (mips_split_msa_insert_d): Likewise.
13123         (mips_split_msa_fill_d): Likewise.
13124         (mips_output_move): Handle MSA moves.
13125         (mips_expand_msa_branch): New function.
13126         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
13127         Reinstate 'y' modifier.
13128         (mips_file_start): Add MSA .gnu_attribute.
13129         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
13130         FPRs.
13131         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
13132         (mips_class_max_nregs): Add register size for MSA supported mode.
13133         (mips_cannot_change_mode_class): Allow conversion between MSA
13134         vector modes and TImode.
13135         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
13136         instruction.
13137         (mips_secondary_reload_class): Force MSA loads/stores via memory.
13138         (mips_preferred_simd_mode): Add preffered modes for MSA.
13139         (mips_vector_mode_supported_p): Add MSA supported modes.
13140         (mips_autovectorize_vector_sizes): New function.
13141         (mips_msa_output_division): Likewise.
13142         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
13143         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
13144         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
13145         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
13146         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
13147         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
13148         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
13149         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
13150         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
13151         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
13152         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
13153         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
13154         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
13155         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
13156         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
13157         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
13158         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
13159         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
13160         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
13161         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
13162         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
13163         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
13164         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
13165         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
13166         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
13167         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
13168         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
13169         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
13170         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
13171         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
13172         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
13173         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
13174         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
13175         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
13176         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
13177         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
13178         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
13179         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
13180         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
13181         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
13182         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
13183         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
13184         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
13185         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
13186         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
13187         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
13188         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
13189         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
13190         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
13191         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
13192         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
13193         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
13194         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
13195         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
13196         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
13197         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
13198         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
13199         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
13200         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
13201         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
13202         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
13203         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
13204         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
13205         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
13206         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
13207         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
13208         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
13209         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
13210         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
13211         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
13212         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
13213         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
13214         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
13215         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
13216         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
13217         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
13218         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
13219         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
13220         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
13221         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
13222         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
13223         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
13224         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
13225         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
13226         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
13227         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
13228         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
13229         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
13230         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
13231         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
13232         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
13233         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
13234         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
13235         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
13236         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
13237         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
13238         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
13239         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
13240         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
13241         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
13242         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
13243         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
13244         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
13245         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
13246         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
13247         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
13248         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
13249         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
13250         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
13251         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
13252         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
13253         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
13254         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
13255         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
13256         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
13257         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
13258         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
13259         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
13260         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
13261         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
13262         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
13263         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
13264         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
13265         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
13266         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
13267         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
13268         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
13269         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
13270         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
13271         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
13272         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
13273         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
13274         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
13275         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
13276         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
13277         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
13278         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
13279         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
13280         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
13281         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
13282         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
13283         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
13284         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
13285         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
13286         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
13287         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
13288         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
13289         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
13290         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
13291         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
13292         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
13293         move_v builtins.
13294         (mips_get_builtin_decl_index): New array.
13295         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
13296         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
13297         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
13298         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
13299         (mips_init_builtins): Initialize mips_get_builtin_decl_index
13300         array.
13301         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
13302         hook.
13303         (mips_expand_builtin_insn): Prepare operands for
13304         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
13305         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
13306         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
13307         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
13308         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
13309         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
13310         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
13311         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
13312         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
13313         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
13314         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
13315         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
13316         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
13317         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
13318         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
13319         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
13320         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
13321         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
13322         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
13323         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
13324         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
13325         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
13326         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
13327         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
13328         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
13329         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
13330         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
13331         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
13332         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
13333         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
13334         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
13335         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
13336         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
13337         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
13338         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
13339         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
13340         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
13341         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
13342         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
13343         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
13344         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
13345         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
13346         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
13347         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
13348         These are set implicitly and an error is reported if overridden.
13349         (mips_expand_builtin_msa_test_branch): New function.
13350         (mips_expand_msa_shuffle): Likewise.
13351         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
13352         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
13353         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
13354         (mips_expand_vec_unpack): Add support for MSA.
13355         (mips_expand_vector_init): Likewise.
13356         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
13357         instead of const0_rtx.
13358         (mips_msa_vec_parallel_const_half): New function.
13359         (mips_gen_const_int_vector): Likewise.
13360         (mips_gen_const_int_vector_shuffle): Likewise.
13361         (mips_expand_msa_cmp): Likewise.
13362         (mips_expand_vec_cond_expr): Likewise.
13363         * config/mips/mips.h
13364         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
13365         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
13366         specified.
13367         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
13368         (ISA_HAS_MSA): New macro.
13369         (UNITS_PER_MSA_REG): Likewise.
13370         (BITS_PER_MSA_REG): Likewise.
13371         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
13372         (MSA_REG_FIRST): New macro.
13373         (MSA_REG_LAST): Likewise.
13374         (MSA_REG_NUM): Likewise.
13375         (MSA_REG_P): Likewise.
13376         (MSA_REG_RTX_P): Likewise.
13377         (MSA_SUPPORTED_MODE_P): Likewise.
13378         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
13379         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
13380         * config/mips/mips.md: Include mips-msa.md.
13381         (alu_type): Add simd_add.
13382         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
13383         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
13384         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
13385         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
13386         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
13387         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
13388         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
13389         simd_move, simd_load, simd_store.  Choose "multi" for moves
13390         for "qword_mode".
13391         (qword_mode): New attribute.
13392         (insn_count): Add instruction count for quad moves.
13393         Increase the count for MIPS SIMD division.
13394         (UNITMODE): Add UNITMODEs for vector types.
13395         (addsub): New code iterator.
13396         * config/mips/mips.opt (mmsa): New option.
13397         * config/mips/msa.h: New file.
13398         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
13399         specified.
13400         * config/mips/mti-linux.h: Likewise.
13401         * config/mips/predicates.md
13402         (const_msa_branch_operand): New constraint.
13403         (const_uimm3_operand): Likewise.
13404         (const_uimm4_operand): Likewise.
13405         (const_uimm5_operand): Likewise.
13406         (const_uimm8_operand): Likewise.
13407         (const_imm5_operand): Likewise.
13408         (aq10b_operand): Likewise.
13409         (aq10h_operand): Likewise.
13410         (aq10w_operand): Likewise.
13411         (aq10d_operand): Likewise.
13412         (const_m1_operand): Likewise.
13413         (reg_or_m1_operand): Likewise.
13414         (const_exp_2_operand): Likewise.
13415         (const_exp_4_operand): Likewise.
13416         (const_exp_8_operand): Likewise.
13417         (const_exp_16_operand): Likewise.
13418         (const_vector_same_val_operand): Likewise.
13419         (const_vector_same_simm5_operand): Likewise.
13420         (const_vector_same_uimm5_operand): Likewise.
13421         (const_vector_same_uimm6_operand): Likewise.
13422         (const_vector_same_uimm8_operand): Likewise.
13423         (par_const_vector_shf_set_operand): Likewise.
13424         (reg_or_vector_same_val_operand): Likewise.
13425         (reg_or_vector_same_simm5_operand): Likewise.
13426         (reg_or_vector_same_uimm6_operand): Likewise.
13427         * doc/extend.texi (MIPS SIMD Architecture Functions): New
13428         section.
13429         * doc/invoke.texi (-mmsa): Document new option.
13431 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13433         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
13434         * configure: Regenerate.
13435         * config.in: Regenerate.
13436         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
13437         on -fvtable-verify.
13438         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
13439         (ENDFILE_VTV_SPEC): Define.
13441 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
13443         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
13444         registers in all interrupt handlers if necessary.
13445         (rl78_option_override): Add warning.
13446         (MUST_SAVE_MDUC_REGISTERS): New macro.
13447         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
13448         * config/rl78/rl78.c (check_mduc_usage): New function.
13449         (mduc_regs): New structure to hold MDUC register data.
13450         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
13451         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
13452         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
13453         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
13454         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
13455         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
13457 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
13459         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
13460         (tree-ssa-loop-niter.h): Ditto.
13461         (idx_within_array_bound, ref_within_array_bound): New functions.
13462         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
13463         Factor out check on writable base object to ...
13464         (base_object_writable): ... here.
13466 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13468         * config/arm/arm.md (probe_stack): Add modes to set source
13469         and destination.
13471 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
13473         * regrename.c (base_reg_class_for_rename): New static function.
13474         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
13476 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
13478         * cgraph.c (thunk_adjust): Export.
13479         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
13480         * cgraphunit.c (thunk_adjust): Export.
13481         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
13482         thunks.
13483         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
13484         inlinable.
13485         * tree-inline.c (expand_call_inline): Expand thunks inline.
13487 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
13489         PR target/70998
13490         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
13491         (*sse2_vd_cvtss2sd): Ditto.
13492         * config/i386/i386.md
13493         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
13494         Generate *sse2_vd_cvtsd2ss pattern.
13495         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
13496         Generate *sse2_vd_cvtss2sd pattern.
13498 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
13500         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
13501         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
13502         users.
13504 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
13506         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
13507         * config/sh/sh.c: Define and declare variables on first use throughout
13508         the file.
13509         (current_function_interrupt): Change to bool type.
13510         (frame_insn): Rename to emit_frame_insn and update users.
13511         (push_regs): Use bool for 'interrupt_handler' argument.
13512         (save_schedule_s): Remove.
13513         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
13514         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
13515         targetm.asm_out.unaligned_op.di.
13516         (gen_far_branch): Remove redundant forward declaration.
13517         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
13518         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
13519         (sh_set_return_address, sh_function_ok_for_sibcall,
13520         scavenge_reg): Update comments.
13521         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
13522         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
13523         (sh_attr_renesas_p): Remove unnecessary parentheses.
13524         (branch_dest): Simplify.
13525         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
13526         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
13527         (CUMULATIVE_ARGS): Change macro to typedef.
13528         (current_function_interrupt): Change to bool type.
13529         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
13530         Surround with __cplusplus ifdef.
13531         (sh_compare_op0, sh_compare_op1): Remove.
13532         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
13534 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
13536         * config/arm/arm.md: (arch): Add neon.
13537         (arch_enabled): Return yes for arch neon when TARGET_NEON.
13538         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
13539         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
13540         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
13541         attributes for alt renumbering.  Mark alt 3 as non-predicable.
13542         (thumb2_movdf_vfp): Likewise.
13544 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
13546         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
13547         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
13548         (*andqi_1): Add preferred_for_speed attribute to disparage
13549         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
13550         (*<code>qi_1): Ditto.
13551         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
13552         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
13553         (*ashlqi3_1): Ditto.
13554         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
13555         Add preferred_for_size attribute to disparage alternative 0 and
13556         preferred_for_speed attribute to disparage alternative 1 for
13557         TARGET_PARTIAL_REG_STALL targets.
13559 2016-05-07  Tom de Vries  <tom@codesourcery.com>
13561         PR tree-optimization/70956
13562         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
13563         def.
13565 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
13567         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
13568         * config/sh/sh.c (sh_cbranch_distance): Implement it.
13569         * config/sh/sh.md (branch_zero): Remove define_attr.
13570         (define_delay): Disable delay slot if branch distance is one insn.
13572 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
13574         * config/i386/i386.md (LEAMODE): New mode attribute.
13575         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
13576         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
13577         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
13578         operand 2 predicate.
13579         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
13580         (*lea<mode>_general_3): Ditto.
13581         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
13583 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
13585         * genmddump.c (main): Convert argv from char ** to const char **.
13587 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
13589         * coretypes.h (OVERRIDE): New macro.
13590         (FINAL): New macro.
13592 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
13594         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
13595         allow coalescing if the types are compatible.
13597 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
13599         * pass_manager.h (pass_manager::register_pass_name): New method.
13600         (pass_manager::get_pass_by_name): New method.
13601         (pass_manager::create_pass_tab): New method.
13602         (pass_manager::m_name_to_pass_map): New field.
13603         * passes.c (name_to_pass_map): Delete global in favor of field
13604         "m_name_to_pass_map" of pass_manager.
13605         (register_pass_name): Rename from a function to...
13606         (pass_manager::register_pass_name): ...this method, updating
13607         for renaming of global "name_to_pass_map" to field
13608         "m_name_to_pass_map".
13609         (create_pass_tab): Rename from a function to...
13610         (pass_manager::create_pass_tab): ...this method, updating
13611         for renaming of global "name_to_pass_map" to field.
13612         (get_pass_by_name): Rename from a function to...
13613         (pass_manager::get_pass_by_name): ...this method.
13614         (enable_disable_pass): Convert use of get_pass_by_name to
13615         a method call, locating the pass_manager singleton.
13617 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
13619         * genattr-common.c (main): Convert argv from char ** to const char **.
13620         * genattr.c (main): Likewise.
13621         * genattrtab.c (main): Likewise.
13622         * genautomata.c (initiate_automaton_gen): Likewise.
13623         (main): Likewise.
13624         * gencodes.c (main): Likewise.
13625         * genconditions.c (main): Likewise.
13626         * genconfig.c (main): Likewise.
13627         * genconstants.c (main): Likewise.
13628         * genemit.c (main): Likewise.
13629         * genenums.c (main): Likewise.
13630         * genextract.c (main): Likewise.
13631         * genflags.c (main): Likewise.
13632         * genmddeps.c (main): Likewise.
13633         * genopinit.c (main): Likewise.
13634         * genoutput.c (main): Likewise.
13635         * genpeep.c (main): Likewise.
13636         * genpreds.c (main): Likewise.
13637         * genrecog.c (main): Likewise.
13638         * gensupport.c (init_rtx_reader_args_cb): Likewise.
13639         (init_rtx_reader_args): Likewise.
13640         * gensupport.h (init_rtx_reader_args_cb): Likewise.
13641         (init_rtx_reader_args): Likewise.
13642         * gentarget-def.c (main): Likewise.
13643         * read-md.c (read_md_files): Likewise.
13644         * read-md.h (read_md_files): Likewise.
13646 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
13648         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
13649         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
13650         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
13651         Remove unused predicate.
13652         (register_and_not_fp_reg_operand): Ditto.
13654 2016-05-06  Martin Liska  <mliska@suse.cz>
13656         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
13657         instead of vec as the vector is local to the function.
13659 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
13661         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
13662         avx512bw alternative.
13664         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
13665         before the ashr<mode>3 pattern.
13667         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
13668         v instead of x in vex or maybe_vex alternatives, use
13669         maybe_evex instead of vex in prefix.
13671         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
13672         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
13673         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
13674         in vex or maybe_vex alternatives, use maybe_evex instead of vex
13675         in prefix.
13677         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
13678         v instead of x in vex or maybe_vex alternatives, use
13679         maybe_evex instead of vex in prefix.
13681         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
13682         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
13683         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
13684         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
13685         alternatives, use maybe_evex instead of vex in prefix.
13687         * config/i386/sse.md (vec_interleave_lowv4sf,
13688         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
13689         v instead of x in vex or maybe_vex alternatives, use
13690         maybe_evex instead of vex in prefix.
13692         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
13693         v instead of x in vex or maybe_vex alternatives, use
13694         maybe_evex instead of vex in prefix.
13696         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
13697         v constraint instead of x.
13699 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
13701         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
13702         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
13703         equality first.
13705 2016-05-06  Richard Biener  <rguenther@suse.de>
13707         PR tree-optimization/70948
13708         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
13709         Properly clobber all fields of va_list for __builtin_va_start.
13711 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
13713         PR debug/70935
13714         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
13715         loop latch destination.
13717 2016-05-06  Martin Liska  <mliska@suse.cz>
13719         * tree-ssa-uninit.c: Apply manual changes
13720         to the GNU coding style.
13721         (prune_uninit_phi_opnds): Rename from
13722         prune_uninit_phi_opnds_in_unrealizable_paths.
13724 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13726         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
13727         mspace): Remove deprecated options.
13728         * doc/invoke.texi (SH options): Remove -mspace.
13730 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13732         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
13734 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13736         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
13737         corresponding combine split pattern.
13739 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13741         PR target/58219
13742         * config/sh/predicates.md (long_displacement_mem_operand): New.
13743         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
13744         Add movi20, movi20s alternatives.  Adjust length attribute for
13745         alternatives.
13746         (movsi_ie): Allow for any FPU.  Adjust length attribute for
13747         alternatives.
13748         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
13749         attribute for alternatives.
13750         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
13751         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
13752         length attribute for alternatives.
13754 2016-05-06  Richard Biener  <rguenther@suse.de>
13756         PR tree-optimization/70960
13757         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
13759 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13761         PR target/52933
13762         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
13763         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
13765 2016-05-06  Marek Polacek  <polacek@redhat.com>
13767         PR sanitizer/70875
13768         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
13770 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13772         PR target/54089
13773         * config/sh/sh.md (*rotcr): Add another variant.
13775 2016-05-06  Richard Biener  <rguenther@suse.de>
13777         PR middle-end/70931
13778         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
13780 2016-05-06  Richard Biener  <rguenther@suse.de>
13782         PR middle-end/70941
13783         * fold-const.c (split_tree): Always convert to the original type
13784         before negating.
13786 2016-05-06  Richard Biener  <rguenther@suse.de>
13788         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
13789         (fwprop_addr): Likewise.
13791 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
13793         PR target/70873
13794         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
13795         New prototype.
13796         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
13797         * config/i386/i386.md (push mem splitter): Use find_constant_src in
13798         the splitter condition.
13799         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
13800         the splitter condition.
13801         (FP float_extend load splitter): Ditto.
13803 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
13805         * config/i386/i386.md (peehole2 patterns): Change true_regnum
13806         to REGNO in all peephole2 patterns.
13807         (post-reload splitters): Change true_regnum to REGNO in
13808         post-reload splitters.
13809         (zero_extend splitters): Use general_reg_operand and
13810         nonimmediate_gr_operand predicates.
13812 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
13814         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
13815         v constraint instead of x.
13817 2016-05-05  Alan Modra  <amodra@gmail.com>
13819         PR target/68662
13820         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
13821         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
13822         TARGET_NO_FP_IN_TOC for -mrelocatable.
13823         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
13824         TARGET_RELOCATABLE test.
13825         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
13826         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
13827         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
13828         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
13829         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
13830         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
13831         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
13832         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
13833         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
13834         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
13835         Likewise.
13836         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
13837         (rs6000_stack_info): Likewise.
13838         (rs6000_elf_asm_out_constructor): Likewise.
13839         (rs6000_elf_asm_out_destructor): Likewise.
13840         (rs6000_elf_declare_function_name): Likewise.
13841         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
13842         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
13843         Don't define.
13845 2016-05-05  Alan Modra  <amodra@gmail.com>
13847         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
13849 2016-05-05  Alan Modra  <amodra@gmail.com>
13851         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
13852         out-of-line gpr restore for one or two regs if that would add
13853         a save of lr.
13855 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
13857         PR target/70873
13858         * config/i386/i386.md
13859         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
13860         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
13861         as operand 0 predicate.
13862         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
13863         Ditto.
13864         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
13865         Ditto.  Emit the pattern using RTX.
13867         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
13868         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
13869         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
13870         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
13871         Ditto.
13872         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
13873         sse_reg_operand as operand 0 predicate.
13875         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
13876         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
13877         instead of gen_rtx_REG.
13878         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
13879         Ditto.
13881 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
13883         * function.c (emit_use_return_register_into_block): Delete.
13884         (gen_return_pattern): Delete.
13885         (emit_return_into_block): Delete.
13886         (active_insn_between): Delete.
13887         (convert_jumps_to_returns): Delete.
13888         (emit_return_for_exit): Delete.
13889         (thread_prologue_and_epilogue_insns): Delete all code dealing with
13890         simple_return for shrink-wrapped blocks.
13891         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
13892         end of blocks that need one.
13893         (get_unconverted_simple_return): Delete.
13894         (convert_to_simple_return): Delete.
13895         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
13896         (convert_to_simple_return): Ditto.
13898 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
13900         * cfgcleanup.c (bb_is_just_return): New function.
13901         (try_optimize_cfg): Simplify jumps to return, branches to return,
13902         and branches around return.
13904 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
13906         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
13907         branch to a return.
13909 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
13911         PR c++/70906
13912         PR c++/70933
13913         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
13914         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
13915         assert flags & OEP_HASH_CHECK, instead of asserting it
13916         never happens.  Handle TARGET_EXPR.
13917         * fold-const.c (operand_equal_p): For hash verification,
13918         or in OEP_HASH_CHECK into flags.
13920 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
13922         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
13923         comment.
13924         (compute_samebase_partition_bases): Fix typo.
13926 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
13928         * config/i386/sse.md (vec_interleave_highv8sf,
13929         vec_interleave_lowv8sf, vec_interleave_highv4df,
13930         vec_interleave_lowv4df): Remove constraints from expanders.
13932         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
13934 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
13936         * tree-inline.c (expand_call_inline): Fix path dealing with
13937         making lhs of call statement undefined.
13939 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
13941         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
13942         Check availability on NODE, too.
13943         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
13944         (cgraph_node::call_for_symbol_and_aliases): Likewise.
13945         (varpool_node::call_for_symbol_and_aliase): Likewise.
13946         * ipa-pure-const.c (add_new_function): Analyze all bodies.
13947         (propagate_pure_const): Propagate across interposable functions, too.
13948         (skip_function_for_local_pure_const): Do not skip interposable bodies
13949         with aliases.
13950         (pass_local_pure_const::execute): Update.
13952 2016-05-04  Marek Polacek  <polacek@redhat.com>
13954         * doc/invoke.texi: Document -Wdangling-else.
13956 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13958         * config.gcc: Error out when conflicting multilib is detected.  Do not
13959         loop over multilibs since no combination is legal.
13961 2016-05-04  Alan Modra  <amodra@gmail.com>
13963         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
13964         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
13965         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
13966         Align .toc.
13968 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
13970         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
13971         Clean up p5600 comments.
13973 2016-05-04  Richard Biener  <rguenther@suse.de>
13975         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
13976         constructor simplifications.
13977         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
13979 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
13981         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
13982         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
13983         result.set_rtx is null instead of aborting.
13984         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
13985         Always enable.
13986         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
13987         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
13988         *mov<mode>_store_postinc): New patterns.
13990 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
13992         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
13993         as commutative.  Check both conversions are NOP.
13994         ((A & B) OP (C & B)): Remove.
13996 2016-05-04  Alan Modra  <amodra@gmail.com>
13998         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
14000 2016-05-04  Alan Modra  <amodra@gmail.com>
14002         PR target/70866
14003         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
14004         when cr2,3,4 are all fixed regs.
14006 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
14008         PR rtl-optimization/57193
14009         * opts.c (default_options_table): Revert OPT_frename_registers change.
14010         * doc/invoke.texi (-frename-registers, -O2): Likewise.
14012 2016-05-03  Martin Sebor  <msebor@redhat.com>
14014         PR c++/66561
14015         * builtins.c (fold_builtin_FILE): New function.
14016         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
14017         (fold_builtin_0): Call them.
14018         * gimplify.c (gimplify_call_expr): Remove the handling of
14019         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
14021         PR c++/66561
14022         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
14023         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
14024         constants.
14026         PR c++/66639
14027         * doc/extend.texi (Function Names as Strings): Update __func__,
14028         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
14029         constants.
14031 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
14032             Richard Biener  <rguenther@suse.de>
14034         PR tree-optimization/70916
14035         * tree-if-conv.c: Include cfganal.h.
14036         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
14037         and remove_fake_exit_edges around the optimization pass.
14039 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
14041         * cgraph.c (symbol_table::create_edge): Set inline_failed.
14042         (cgraph_edge::make_direct): Likewise.
14043         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
14044         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
14045         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
14046         (CIF_THUNK): New code.
14047         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
14048         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
14049         (compute_inline_parameters): Set inline_failed for thunks.
14050         (inline_analyze_function): Cleanup.
14051         * ipa-inline.c (can_inline_edge_p): Do not deal with
14052         call_stmt_cannot_inline_p.
14053         (can_early_inline_edge_p): Likewise.
14054         (early_inliner): Initialize inline_failed.
14055         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
14057 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
14059         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
14060         from nonimm_ssenomem_operand.
14061         (nonimm_ssenomem_operand): New predicate.
14062         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
14063         as operand 0 predicate.
14064         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
14065         Disable unsupported alternatives using "enabled" attribute.
14066         Use register_ssemem_operand as operand 0 predicate.
14067         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
14069 2016-05-03  Marek Polacek  <polacek@redhat.com>
14071         PR c/70859
14072         * input.c (expansion_point_location): New function.
14073         * input.h (expansion_point_location): Declare.
14075 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
14077         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
14078         occurence with frame_offset_ ones.
14080 2016-05-03  Alan Modra  <amodra@gmail.com>
14082         PR rtl-optimization/70890
14083         * ira.c (combine_and_move_insns): When moving def_insn, remove
14084         equivs on use_insn.
14086 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14088         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
14089         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
14090         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
14091         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
14093 2016-05-03  Alan Modra  <amodra@gmail.com>
14095         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
14096         for SAVE_MULTIPLE/STORE_MULTIPLE.
14098 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
14100         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
14101         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
14103 2016-05-03  Richard Biener  <rguenther@suse.de>
14105         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
14106         default true.
14107         (gimplify_arg): Likewise.
14108         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
14109         re-writing the result to a decl if required.
14110         (internal_get_tmp_var): Add allow_ssa parameter
14111         and override into_ssa with it.
14112         (get_formal_tmp_var): Adjust.
14113         (get_initialized_tmp_var): Add allow_ssa parameter.
14114         (gimplify_arg): Add allow_ssa parameter and avoid generating
14115         SSA names for the result false.
14116         (gimplify_call_expr): If the call may return twice do not
14117         gimplify parameters into SSA.
14118         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
14119         (gimplify_modify_expr): Adjust assert.  For noreturn calls
14120         with a SSA name LHS adjust its def.
14121         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
14122         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
14123         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
14124         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
14125         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
14126         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
14127         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
14128         (optimize_target_teams): Do not allow SSA names for clause operands.
14129         (gimplify_expr): Likewise for where we mark the result addressable.
14130         * passes.def (pass_init_datastructures): Remove.
14131         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
14132         (rewrite_stmt): Likewise.
14133         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
14134         (replace_locals_op): Replace SSA names.
14135         (copy_gimple_seq_and_replace_locals): Init src_cfun.
14136         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
14137         * cgraph.c (release_function_body): Free CFG annotations only
14138         when we have a CFG.  Simplify.
14139         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
14140         force_gimple_operand instead of get_initialized_tmp_var.
14141         * tree-pass.h (make_pass_init_datastructures): Remove.
14142         * tree-ssa.c (execute_init_datastructures): Remove.
14143         (pass_data_init_datastructures): Likewise.
14144         (class pass_init_datastructures): Likewise.
14145         (make_pass_init_datastructures): Likewise.
14146         * omp-low.c (create_omp_child_function): Init SSA data structures.
14147         (grid_expand_target_grid_body): Likewise.
14148         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
14149         name before adding it to names_to_release.
14150         (remove_bb): Always release SSA defs.
14151         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
14152         before dereferencing it.
14153         * cgraphunit.c (init_lowered_empty_function): Always
14154         int SSA data structures.
14155         * tree-ssanames.c (release_defs): Remove assert that we are in
14156         SSA form.
14157         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
14159 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
14160             Uros Bizjak  <ubizjak@gmail.com>
14162         PR rtl-optimization/70467
14163         * config/i386/predicates.md (x86_64_hilo_int_operand,
14164         x86_64_hilo_general_operand): New predicates.
14165         * config/i386/constraints.md (Wd): New constraint.
14166         * config/i386/i386.md (mode attr di): Use Wd instead of e.
14167         (general_hilo_operand): New mode attr.
14168         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
14169         instead of <general_operand>.
14170         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
14171         x86_64_hilo_general_operand instead of <general_operand>.
14173 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
14175         PR tree-optimization/70916
14176         * tree-if-conv.c (constant_or_ssa_name): Removed.
14177         (fold_build_cond_expr): Use is_gimple_val instead of
14178         constant_or_ssa_name.
14180         PR tree-optimization/70916
14181         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
14182         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
14184         PR target/49244
14185         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
14186         (optimize_atomic_bit_test_and): New function.
14187         (pass_fold_builtins::execute): Use it.
14188         * optabs.def (atomic_bit_test_and_set_optab,
14189         atomic_bit_test_and_complement_optab,
14190         atomic_bit_test_and_reset_optab): New optabs.
14191         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
14192         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
14193         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
14194         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
14195         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
14196         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
14197         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
14198         * doc/md.texi (atomic_bit_test_and_set@var{mode},
14199         atomic_bit_test_and_complement@var{mode},
14200         atomic_bit_test_and_reset@var{mode}): Document.
14201         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
14202         atomic_bit_test_and_complement<mode>,
14203         atomic_bit_test_and_reset<mode>): New expanders.
14204         (atomic_bit_test_and_set<mode>_1,
14205         atomic_bit_test_and_complement<mode>_1,
14206         atomic_bit_test_and_reset<mode>_1): New insns.
14208 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
14210         PR rtl-optimization/70687
14211         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
14212         instead of unsigned HOST_WIDE_INT.
14214 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
14216         PR rtl-optimization/44281
14217         * hard-reg-set.h (struct target_hard_regs): New field
14218         x_fixed_nonglobal_reg_set.
14219         (fixed_nonglobal_reg_set): New macro.
14220         * reginfo.c (init_reg_sets_1): Initialize it.
14221         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
14222         of fixed_reg_set.
14223         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
14225 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
14227         PR tree-optimization/56541
14228         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
14229         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
14230         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
14231         (any_complicated_phi): new static variable.
14232         (aggressive_if_conv): delete.
14233         (if_convertible_phi_p): support phis with more than two arguments.
14234         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
14235         critical pred edges.
14236         (ifcvt_split_critical_edges): support phis with more than two
14237         arguments by checking new parameter.  only split critical edges
14238         if needed.
14239         (tree_if_conversion): handle simd pragma marked loop using new
14240         local variable aggressive_if_conv.  check any_complicated_phi.
14242 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
14244         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
14245         before using it.
14247 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
14249         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
14250         cbase.
14252 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
14254         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
14255         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
14256         define_insn_and_split.
14257         (mulsi3_i): New define_insn_and_split.
14258         (mulsi3_call): Convert to define_insn.
14259         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
14260         Remove constraints.
14262 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
14264         * machmode.h (mode_complex): Add support to give the complex mode
14265         for a given mode.
14266         (GET_MODE_COMPLEX_MODE): Likewise.
14267         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
14268         stored by build_complex_type and gfc_build_complex_type instead of
14269         trying to figure out the appropriate mode based on the size. Raise
14270         an assertion error, if the type was not set.
14271         * genmodes.c (struct mode_data): Add field for the complex type of
14272         the given type.
14273         (blank_mode): Likewise.
14274         (make_complex_modes): Remember the complex mode created in the
14275         base type.
14276         (emit_mode_complex): Write out the mode_complex array to map a
14277         type mode to the complex version.
14278         (emit_insn_modes_c): Likewise.
14279         * tree.c (build_complex_type): Set the complex type to use before
14280         calling layout_type.
14281         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
14282         support for __float128 complex datatypes.
14283         (rs6000_hard_regno_mode_ok): Likewise.
14284         (rs6000_setup_reg_addr_masks): Likewise.
14285         (rs6000_complex_function_value): Likewise.
14286         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
14287         __float128 and __ibm128 complex.
14288         (FLOAT128_IBM_P): Likewise.
14289         (ALTIVEC_ARG_MAX_RETURN): Likewise.
14290         * doc/extend.texi (Additional Floating Types): Document that
14291         -mfloat128 must be used to enable __float128.  Document complex
14292         __float128 and __ibm128 support.
14294 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
14296         PR target/49244
14297         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
14298         char/short arguments promoted to int because of promote_prototypes.
14300 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
14302         * config/i386/predicates.md (register_ssemem_operand): New predicate.
14303         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
14304         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
14305         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
14306         alternatives using "enabled" attribute.  Use register_ssemem_operand
14307         as operand 1 predicate.
14308         (*cmpi<unord>xf_i387): Split XFmode pattern from
14309         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
14310         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
14311         *absneg<mode>2_i387.  Disable unsupported alternatives using
14312         "enabled" attribute.
14313         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
14315 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
14317         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
14318         marker.
14319         (oacc_loop_process): Check mask for loop termination.
14321 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
14323         * cif-code.def (CIF_THUNK): Add.
14324         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
14325         accidental change.
14327 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
14329         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
14330         (dump_inline_summary): Dump it.
14331         (fp_expression_p): New predicate.
14332         (estimate_function_body_sizes): Use it.
14333         (inline_merge_summary): Merge fp_expressions.
14334         (inline_read_section): Read fp_expressions.
14335         (inline_write_summary): Write fp_expressions.
14336         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
14337         codegen boundary if either caller or callee is !fp_expressions.
14338         * ipa-inline.h (inline_summary): Add fp_expressions.
14339         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
14340         to fp_expressions be sure the fp generation flags are updated.
14342 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
14344         PR rtl-optimization/70467
14345         * cse.c (cse_insn): Handle no-op MEM moves after folding.
14347         PR rtl-optimization/70467
14348         * ipa-pure-const.c (check_call): Handle internal calls even in
14349         ipa mode like in local mode.
14351 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14353         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
14355 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
14357         * match.pd (X u< X, X u> X): New transformations.
14359 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
14361         * flag-types.h (enum warn_strict_overflow_code): Move ...
14362         * coretypes.h: ... here.
14363         * fold-const.h (fold_overflow_warning): Declare.
14364         * fold-const.c (fold_overflow_warning): Make non-static.
14365         (fold_comparison): Move the transformation of X +- C1 CMP C2
14366         into X CMP C2 -+ C1 ...
14367         * match.pd: ... here.
14368         * gimple-fold.c (fold_stmt_1): Protect with
14369         fold_defer_overflow_warnings.
14371 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
14373         * omp-low.c (struct oacc_loop): Add 'inner' field.
14374         (new_oacc_loop_raw): Initialize it to zero.
14375         (oacc_loop_fixed_partitions): Initialize it.
14376         (oacc_loop_auto_partitions): Partition outermost loop to outermost
14377         available partitioning.
14379 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
14381         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
14382         register_operand.
14383         (umulsidi3): Likewise.
14384         (indirect_jump): Fix jump instruction assembly patterns.
14386 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
14388         PR target/70860
14389         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
14390         (nvptx_function_value): Assert non-NULL cfun.
14392 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
14394         PR rtl-optimization/70886
14395         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
14397         * cselib.h (rtx_equal_for_cselib_1): Declare.
14398         (rtx_equal_for_cselib_p: New inline function.
14399         * cselib.c (rtx_equal_for_cselib_p): Delete.
14400         (rtx_equal_for_cselib_1): Make public.
14402 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
14404         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
14405         (register_mixssei387nonimm_operand): Remove predicate.
14406         * config/i386/i386.md (*fop_<mode>_comm): Merge from
14407         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
14408         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
14409         for TARGET_MIX_SSE_I387 alternatives.
14410         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
14411         Disable unsupported alternatives using "enabled" attribute.  Use
14412         nonimm_ssenomem_operand as operand 1 predicate.  Also check
14413         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
14415 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
14417         * tree.c (cst_and_fits_in_hwi): Simplify.
14419 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
14421         * tree.h (wi::to_wide): New function.
14422         * expr.c (expand_expr_real_1): Use wi::to_wide.
14423         * fold-const.c (int_const_binop_1): Likewise.
14424         (extract_muldiv_1): Likewise.
14426 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
14428         * wide-int.h: Update offset_int and widest_int documentation.
14429         (WI_SIGNED_SHIFT_RESULT): New macro.
14430         (wi::binary_shift): Define signed_shift_result_type for
14431         shifts on offset_int- and widest_int-like types.
14432         (generic_wide_int): Support <<= and >>= if << and >> are supported.
14433         * tree.h (int_bit_position): Use shift operators instead of wi::
14434          shifts.
14435         * alias.c (adjust_offset_for_component_ref): Likewise.
14436         * expr.c (get_inner_reference): Likewise.
14437         * fold-const.c (fold_comparison): Likewise.
14438         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
14439         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
14440         * tree-dfa.c (get_ref_base_and_extent): Likewise.
14441         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
14442         (stmt_kills_ref_p): Likewise.
14443         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
14444         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
14445         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
14446         (ao_ref_init_from_vn_reference): Likewise.
14448 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
14450         * wide-int.h: Update offset_int and widest_int documentation.
14451         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
14452         (wi::binary_traits): Allow ordered comparisons between offset_int and
14453         offset_int, between widest_int and widest_int, and between either
14454         of these types and basic C types.
14455         (operator <, <=, >, >=): Define for the same combinations.
14456         * tree.h (tree_int_cst_lt): Use comparison operators instead
14457         of wi:: comparisons.
14458         (tree_int_cst_le): Likewise.
14459         * gimple-fold.c (fold_array_ctor_reference): Likewise.
14460         (fold_nonarray_ctor_reference): Likewise.
14461         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
14462         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
14463         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
14464         * tree-sra.c (completely_scalarize): Likewise.
14465         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
14466         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
14467         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
14468         (check_for_binary_op_overflow): Likewise.
14469         (search_for_addr_array): Likewise.
14470         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
14472 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
14474         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
14475         (arc_save_restore): Likewise.
14476         (arc_dwarf_register_span): Likewise.
14477         (arc_output_pic_addr_const): Initialize suffix variable.
14479 2016-05-02  Martin Liska  <mliska@suse.cz>
14481         * symbol-summary.h (function_summary::function_summary):
14482         Remove checking assert for all cgraph nodes.
14483         (function_summary::get): Check summary_uid.
14484         (symtab_insertion): Check summary_uid.
14486 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
14488         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
14489         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
14490         bmaskn instruction.
14491         (arc_dwarf_register_span): Remove enum keyword.
14492         (compact_memory_operand_p): New function.
14493         * config/arc/arc.h (reg_class): Add code density register classes.
14494         (REG_CLASS_NAMES): Likewise.
14495         (REG_CLASS_CONTENTS): Likewise.
14496         * config/arc/arc.md (*movqi_insn): Add code density instructions.
14497         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
14498         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
14499         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
14500         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
14501         constraints.
14502         (h, Rcd, Rsd, Rzd): New register constraints.
14503         (T): Use compact_memory_operand_p function.
14504         * config/arc/predicates.md (compact_load_memory_operand): Remove.
14506 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
14508         * config/sh/sh.md (*negnegt, *movtt): Remove.
14510 2016-05-02  Marek Polacek  <polacek@redhat.com>
14511             Tom de Vries  <tom@codesourcery.com>
14513         PR tree-optimization/70700
14514         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
14515         bigger than FIRST_REF_NODE.
14517 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
14519         PR target/52898
14520         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
14521         TARGET_CMPEQDI_T.
14522         (prepare_cbranch_operands): Don't use scratch register.  Assume that
14523         function is used when pseudos can be created.
14524         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
14525         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
14526         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
14527         define_expand.  Allow it only when pseudos can be created.
14528         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
14530 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
14532         * config/i386/constraints.md (BC): Only allow -1 operands.
14533         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
14534         Add "enabled" attribute.  Update XI mode attribute calculation.
14535         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
14536         (*movoi_internal_avx): Update XI mode attribute calculation.
14537         (*movti_internal): Ditto.
14539 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
14541         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
14542         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
14544 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
14546         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
14547         statement on instruction code.  Remove trailing spaces.
14548         (altivec_expand_stv_builtin): Likewise.
14550 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
14552         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
14553         (TARGET_FPU_DOUBLE): Simplify.
14554         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
14555         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
14556         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
14557         with 'TARGET_FPU_DOUBLE'.
14558         * config/sh/sh.md: Likewise.
14560 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
14562         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
14563         SH_DIV_STR_FOR_SIZE): Remove.
14564         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
14565         SH_DIV_STR_FOR_SIZE): Remove.
14567 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
14569         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
14570         logical_reg_operand): Delete.
14571         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
14572         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
14573         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
14574         match_operand and match_test.
14575         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
14576         variables on their first use.  Return bool values.
14577         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
14578         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
14579         arith_reg_operand for input operand.  Remove empty constraints.
14580         (xorsi3): Delete.
14581         (*xorsi3_compact): Rename to xorsi3.
14582         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
14583         (*zero_extend<mode>si2_disp_mem): Update comment.
14584         (mov_nop): Delete.
14586 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
14588         * config/sh/t-sh: Remove SH5 support.
14589         * config.gcc: Likewise.
14590         * configure: Likewise.
14592 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14594         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
14596 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
14598         * config/sh/sh.c (register_sh_passes, sh_option_override,
14599         sh_print_operand, prepare_move_operands,
14600         sh_can_follow_jump): Remove TARGET_SH1 checks.
14601         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
14602         PROMOTE_MODE): Likewise.
14603         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
14604         movdi): Likewise.
14606 2016-04-30  Alan Modra  <amodra@gmail.com>
14608         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
14609         restoring when fixed_reg_p, but allow out-of-line or stmw save.
14610         Check for user regs later to avoid unnecessary looping over regs.
14611         Merge user reg check with non-saved reg check.  Don't force
14612         inline VR restore when static chain used.
14613         (rs6000_frame_related): Omit eh_frame info for user regs when
14614         saving.
14615         (fixed_regs_p): Delete.
14617 2016-04-30  Alan Modra  <amodra@gmail.com>
14619         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
14620         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
14621         Update all uses.
14623 2016-04-30  Alan Modra  <amodra@gmail.com>
14625         PR target/69645
14626         * config/rs6000/rs6000.c (fixed_reg_p): New function.
14627         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
14628         Update all uses.
14630 2016-04-30  Alan Modra  <amodra@gmail.com>
14632         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
14633         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
14634         flag_pic test for Darwin.
14636 2016-04-30  Alan Modra  <amodra@gmail.com>
14638         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
14639         throw_calls_crossed.
14640         (REG_FREQ_CALLS_CROSSED): Delete.
14641         (REG_N_THROWING_CALLS_CROSSED): Delete.
14642         * regstat.c (regstat_bb_compute_ri): Don't calculate
14643         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
14644         (dump_reg_info): Don't print call cross frequency.
14645         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
14646         and REG_N_THROWING_CALLS_CROSSED.
14648 2016-04-30  Alan Modra  <amodra@gmail.com>
14650         * regs.h (struct reg_info_t): Delete live_length.
14651         (REG_LIVE_LENGTH): Delete macro.
14652         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
14653         local_live, local_processed and local_live_last_luid params.
14654         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
14655         Formatting fixes.
14656         (regstat_compute_ri): Adjust for above.  Don't set
14657         REG_LIVE_LENGTH.
14658         (dump_reg_info): Don't print live length.
14659         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
14660         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
14661         Localize loop_depth var.
14663 2016-04-30  Alan Modra  <amodra@gmail.com>
14665         * ira.c (enum valid_equiv): New.
14666         (validate_equiv_mem): Return enum.
14667         (update_equiv_mem): Create replacement in more cases.
14668         (add_store_equivs): Update validate_equiv_mem call.
14670 2016-04-30  Alan Modra  <amodra@gmail.com>
14672         * ira.c (combine_and_move_insns): Rather than scanning insns,
14673         use DF infrastucture to find use and def insns.
14675 2016-04-30  Alan Modra  <amodra@gmail.com>
14677         ira.c (combine_and_move_insns): Move invariant conditions..
14678         (ira.c): ..to here.  Call combine_and_move_insns before
14679         add_store_equivs.  Call grow_reg_equivs later.  Allocate
14680         req_equiv later using max_reg_num() rather than global max_regno.
14681         (contains_replace_regs): Delete.
14682         (add_store_equivs): Remove contains_replace_regs test.
14684 2016-04-30  Alan Modra  <amodra@gmail.com>
14686         * ira.c (struct equiv_mem_data): New.
14687         (equiv_mem, equiv_mem_modified): Delete static vars.
14688         (validate_equiv_mem_from_store): Use "data" param to communicate..
14689         (validate_equiv_mem): ..from here.
14691 2016-04-30  Alan Modra  <amodra@gmail.com>
14693         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
14694         split out from..
14695         (update_reg_equivs): ..here.  Move allocation and freeing of
14696         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
14697         end_alias_analysis to..
14698         (ira): ..here.
14700 2016-04-30  Alan Modra  <amodra@gmail.com>
14702         * ira.c (pdx_subregs): Delete.
14703         (struct equivalence): Add pdx_subregs field.
14704         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
14705         pdx_subregs access.
14706         (update_equiv_regs): Don't create or free pdx_subregs.  Update
14707         pdx_subregs access.
14709 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14711         * config/rs6000/altivec.h: Change definitions of vec_xl and
14712         vec_xst.
14713         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
14714         (LD_ELEMREV_V2DI): New.
14715         (LD_ELEMREV_V4SF): New.
14716         (LD_ELEMREV_V4SI): New.
14717         (LD_ELEMREV_V8HI): New.
14718         (LD_ELEMREV_V16QI): New.
14719         (ST_ELEMREV_V2DF): New.
14720         (ST_ELEMREV_V2DI): New.
14721         (ST_ELEMREV_V4SF): New.
14722         (ST_ELEMREV_V4SI): New.
14723         (ST_ELEMREV_V8HI): New.
14724         (ST_ELEMREV_V16QI): New.
14725         (XL): New.
14726         (XST): New.
14727         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
14728         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
14729         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
14730         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
14731         (altivec_expand_builtin): Add handling for
14732         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
14733         (rs6000_invalid_builtin): Add error-checking for
14734         RS6000_BTM_P9_VECTOR.
14735         (altivec_init_builtins): Define builtins used to implement vec_xl
14736         and vec_xst.
14737         (rs6000_builtin_mask_names): Define power9-vector.
14738         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
14739         (RS6000_BTM_P9_VECTOR): Define.
14740         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
14741         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
14742         (vsx_ld_elemrev_v2df): Likewise.
14743         (vsx_ld_elemrev_v4sf): Likewise.
14744         (vsx_ld_elemrev_v4si): Likewise.
14745         (vsx_ld_elemrev_v8hi): Likewise.
14746         (vsx_ld_elemrev_v16qi): Likewise.
14747         (vsx_st_elemrev_v2df): Likewise.
14748         (vsx_st_elemrev_v2di): Likewise.
14749         (vsx_st_elemrev_v4sf): Likewise.
14750         (vsx_st_elemrev_v4si): Likewise.
14751         (vsx_st_elemrev_v8hi): Likewise.
14752         (vsx_st_elemrev_v16qi): Likewise.
14753         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
14754         grammar.
14756 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
14758         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
14759         out into ...
14760         (simplify_control_stmt_condition_1): ... here.  Recurse into
14761         BIT_AND_EXPRs and BIT_IOR_EXPRs.
14763 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
14765         PR target/69810
14766         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
14767         (zero_extendqi<mode>2_dot): Revert earlier conversion from
14768         define_insn_and_split to define_insn.
14769         (zero_extendqi<mode>2_dot2): Same.
14770         (extendqi<mode>2_dot): Same.
14771         (extendqi<mode>2_dot2): Same.
14773 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
14775         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
14776         (probe_stack): New expander.
14777         (probe_stack_<mode>): New insn pattern.
14779 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
14781         * config/i386/i386.md
14782         (operations with memory inputs setting flags peephole2):
14783         Remove uneeded REG_P checks.  Cleanup pattern generation.
14785 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
14787         * tree-vect-loop.c (vect_transform_loop): Fix
14788         nb_iterations_upper_bound computation for vectorized loop.
14790 2016-04-29  Marek Polacek  <polacek@redhat.com>
14791             Jakub Jelinek  <jakub@redhat.com>
14793         PR sanitizer/70342
14794         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
14795         TARGET_EXPR_SLOT as a base.
14797 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
14799         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
14800         with 'rCm2' constraints to limit possible immediate size.
14801         (*load_zeroextendqisi_update): Likewise.
14802         (*load_signextendqisi_update): Likewise.
14803         (*loadhi_update): Likewise.
14804         (*load_zeroextendhisi_update): Likewise.
14805         (*load_signextendhisi_update): Likewise.
14806         (*loadsi_update): Likewise.
14807         (*loadsf_update): Likewise.
14809 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
14811         * config/i386/predicates.md (constm1_operand): Fix comparison.
14813 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
14815         * testsuite/gcc.target/arc/ieee_eq.c: New test.
14817 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
14819         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
14820         remaining SH5 related settings.
14821         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
14822         shmedia_prepare_call_address): Delete.
14823         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
14824         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
14825         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
14826         UNSUPPORTED_SH2A): Remove m5 checks.
14827         (sh_divide_strategy_e): Remove SH5 division strategies.
14828         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
14829         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
14831 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14833         * config/s390/s390.c (s390_rtx_costs): Update documentation.
14835 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14837         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
14838         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
14839         Change lder to ldr.
14840         * config/s390/vector.md ("mov<mode>"): Likewise.
14842 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
14844         * config/s390/constraints.md ("U", "W"): Invoke
14845         s390_mem_constraint with "ZR" and "ZT".
14846         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
14847         addresses when using LRA.  Accept also short displacements for S
14848         and T constraints.  Do not check for long displacement target for
14849         S and T constraints.
14850         (s390_mem_constraint): Remove handling of U and W constraints.
14851         * config/s390/s390.md (various patterns): Remove the short
14852         displacement constraints (Q and R) if a long displacement
14853         constraint is present.  Add longdisp as required CPU capability.
14854         * config/s390/vector.md: Likewise.
14855         * config/s390/vx-builtins.md: Likewise.
14857 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
14859         PR target/60040
14860         * reload1.c (reload): Call finish_spills before
14861         restarting reload loop. Skip select_reload_regs
14862         if update_eliminables_and_spill returns true.
14864 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
14866         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
14867         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
14868         (umulhisi3_imm): Update predicates and constraint letters.
14869         (umulhisi3_reg): Declare instruction as commutative.
14870         * config/arc/constraints.md (J12, J16): New constraints.
14871         * config/arc/predicates.md (short_unsigned_const_operand): New
14872         predicate.
14873         (arc_short_operand): Likewise.
14874         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
14876 2016-04-29  Richard Biener  <rguenther@suse.de>
14878         PR tree-optimization/13962
14879         PR tree-optimization/65686
14880         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
14881         * tree-ssa-alias.c (ptrs_compare_unequal): New function
14882         using PTA to compare pointers.
14883         * match.pd: Add pattern for pointer equality compare simplification
14884         using ptrs_compare_unequal.
14886 2016-04-29  Richard Biener  <rguenther@suse.de>
14888         * stor-layout.c (layout_type): Do not build a pointer-to-element
14889         type for arrays.
14891 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
14893         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
14894         Use SWI mode iterator.  Use general_reg_operand predicate.
14895         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
14896         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
14897         predicates.
14899 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
14901         PR middle-end/70843
14902         * fold-const.c (operand_equal_p): Don't verify hash value equality
14903         if arg0 == arg1.
14904         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
14905         and OMP_CLAUSE.
14907 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
14909         PR target/70858
14910         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
14911         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
14912         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
14913         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
14914         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
14916 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
14918         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
14919         to info.  Don't initialize separate fields to 0.  Clean up
14920         formatting a bit.
14922 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
14924         * config/i386/i386.md (peephole2s for operations with memory inputs):
14925         Use SWI mode iterator.
14926         (peephole2s for operations with memory outputs): Ditto.
14927         Do not check for stack checking probe.
14929         (probe_stack): Remove expander.
14931 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
14932             Andrew Burgess  <andrew.burgess@embecosm.com>
14934         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
14935         operands as 32-bits.
14937 2016-04-28  Jason Merrill  <jason@redhat.com>
14939         * gdbinit.in: Skip line-map.h.
14941 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
14942             Andrew Burgess  <andrew.burgess@embecosm.com>
14944         * config/arc/arc.c (arc_conditional_register_usage): Take
14945         TARGET_RRQ_CLASS into account.
14946         (arc_print_operand): Support printing 'p' and 's' operands.
14947         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
14948         as 0.
14949         (TARGET_RRQ_CLASS): Define.
14950         (IS_POWEROF2_OR_0_P): Define.
14951         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
14952         alternatives.
14953         (*tst_movb): New define_insn.
14954         (*tst): Avoid recognition if it could prevent '*tst_movb'
14955         combination; replace c/CnL with c/Chs alternative.
14956         (*tst_bitfield_tst): New define_insn.
14957         (*tst_bitfield_asr): New define_insn.
14958         (*tst_bitfield): New define_insn.
14959         (andsi3_i): Add Rrq variant.
14960         (extzv): New define_expand.
14961         (insv): New define_expand.
14962         (*insv_i): New define_insn.
14963         (*movb): New define_insn.
14964         (*movb_signed): New define_insn.
14965         (*movb_high): New define_insn.
14966         (*movb_high_signed): New define_insn.
14967         (*movb_high_signed + 1): New define_split pattern.
14968         (*mrgb): New define_insn.
14969         (*mrgb + 1): New define_peephole2 pattern.
14970         (*mrgb + 2): New define_peephole2 pattern.
14971         * config/arc/arc.opt (mbitops): New option for nps400, uses
14972         TARGET_NPS_BITOPS_DEFAULT.
14973         * config/arc/constraints.md (q): Make register class conditional.
14974         (Rrq): New register constraint.
14975         (Chs): New constraint.
14976         (Clo): New constraint.
14977         (Chi): New constraint.
14978         (Cbf): New constraint.
14979         (Cbn): New constraint.
14980         (C18): New constraint.
14981         (Cbi): New constraint.
14983 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
14985         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
14986         dst->popcount.
14987         (bitmap_intersection_of_preds): Ditto.
14988         (bitmap_union_of_succs): Ditto.
14989         (bitmap_union_of_preds): Ditto.
14990         * sbitmap.c (do_popcount): Delete.
14991         (BITMAP_DEBUGGING): Delete.
14992         (sbitmap_verify_popcount): Delete.
14993         (sbitmap_alloc): Don't initialize the popcount field.
14994         (sbitmap_alloc_with_popcount): Delete.
14995         (sbitmap_resize): Don't resize the popcount array.
14996         (sbitmap_vector_alloc): Don't initialize the popcount field.
14997         (bitmap_copy): Don't copy the popcount array.
14998         (bitmap_clear): Don't clear the popcount array.
14999         (bitmap_clear): Delete the popcount array handling.
15000         (bitmap_ior_and_compl): Delete the popcount assert.
15001         (bitmap_not): Ditto.
15002         (bitmap_and_compl): Ditto.
15003         (bitmap_and): Delete the popcount array handling.
15004         (bitmap_xor): Ditto.
15005         (bitmap_ior): Ditto.
15006         (bitmap_or_and): Delete the popcount assert.
15007         (bitmap_and_or): Ditto.
15008         (popcount_table): Delete.
15009         (sbitmap_elt_popcount): Delete.
15010         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
15011         (bitmap_set_bit): Delete the popcount assert.
15012         (bitmap_clear_bit): Ditto.
15013         (sbitmap_free): Don't free the popcount array.
15014         (sbitmap_alloc_with_popcount): Delete declaration.
15015         (sbitmap_popcount): Ditto.
15017 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
15018             Andrew Burgess  <andrew.burgess@embecosm.com>
15020         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
15021         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
15022         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
15023         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
15024         * config/arc/arc.opt (mcmem): New option.
15025         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
15026         supply length for r/m alternative.
15027         (*extendqisi2_ac): Likewise.
15028         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
15029         r/Uex alternative.
15030         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
15031         (movhi_insn): Likewise.
15032         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
15033         (*zero_extendqihi2_i): Add r/Ucm alternative.
15034         (*zero_extendqisi2_ac): Likewise.
15035         (*zero_extendhisi2_i): Likewise.
15036         * config/arc/constraints.md (Uex): New memory constraint.
15037         (Ucm): New define_constraint.
15038         * config/arc/predicates.md (long_immediate_loadstore_operand):
15039         Return 0 for MEM with cmem_address address.
15040         (cmem_address_0): New predicates.
15041         (cmem_address_1): Likewise.
15042         (cmem_address_2): Likewise.
15043         (cmem_address): Likewise.
15045 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
15047         * config/rs6000/rs6000.c (machine_function): Rename
15048         insn_chain_scanned_p to spe_insn_chain_scanned_p.
15049         (rs6000_stack_info): Adjust.
15051 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
15052             Andrew Burgess  <andrew.burgess@embecosm.com>
15054         * config/arc/constraints.md (Usd): Convert to define_constraint.
15055         (Us<): Likewise.
15056         (Us>): Likewise.
15058 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
15060         PR target/70821
15061         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
15062         Add new peephole2 where the first insn is *mov<mode>_or instead of
15063         *mov<mode>_internal.
15065 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
15067         * tracer.c (bb_seen): Make static.
15069 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
15071         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
15072         support, setup defaults.
15073         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
15074         * config/arc/arc.c (arc_init): Add NPS400 support.
15075         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
15076         (TARGET_ARC700): NPS400 is also an ARC700.
15077         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
15079 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
15081         PR target/70668
15082         * config/nds32/nds32.md (casesi): Don't access the operands array
15083         out of bounds.
15085 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
15087         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
15088         (or $-1,reg peephole2): Ditto.
15089         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
15091 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
15093         * doc/extend.texi (Common Function Attributes) [optimize]:
15094         Discourage use of the optimize attribute.
15096 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
15098         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
15099         special case builtin.
15100         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
15101         ALTIVEC_BUILTIN_VEC_ADDE.
15102         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
15103         support for ALTIVEC_BUILTIN_VEC_ADDE.
15104         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
15105         for __builtin_vec_adde.
15107 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
15109         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
15110         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
15112 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15114         PR testsuite/70595
15115         * doc/sourcebuild.texi (Effective-Target Keywords, Other
15116         attributes): Document cilkplus_runtime.
15118 2016-04-28  Martin Jambor  <mjambor@suse.cz>
15120         * tree-cfg.c (verify_expr): Verify that local declarations belong to
15121         this function.  Call verify_expr on MEM_REFs and bases of other
15122         handled_components.
15124 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15126         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
15127         for WORD_REGISTER_OPERATIONS to runtime check.
15129 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
15131         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
15133 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
15135         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
15136         big-endian compilation.
15137         * config/arc/arc.md (addf3): Likewise.
15138         (subdf3): Likewise.
15139         (muldf3): Likewise.
15141 2016-04-28  Richard Biener  <rguenther@suse.de>
15143         PR tree-optimization/70840
15144         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
15145         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
15146         Mark x * pow(x,c) -> pow(x,c+1) commutative.
15147         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
15149 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15151         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
15152         and explain why in a comment.
15154 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
15156         * config/arc/arc.md (cpu_facility): Add fpx variant.
15157         (subdf3): Prohibit use reverse sub when assist operations option
15158         is enabled.
15159         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
15160         instructions only when FPX is enabled.
15161         * testsuite/gcc.target/arc/trsub.c: New test.
15163 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
15165         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
15166         mult_operator when calculating "type" attribute.
15167         (*fop_<mode>_1_i387): Ditto.
15168         (*fop_xf_1_i387): Ditto.
15169         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
15170         Use std::swap to swap operands.  Use RTL expressions to generate
15171         converted pattern.
15173 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
15174             Joern Rennecke  <joern.rennecke@embecosm.com>
15176         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
15177         declaration.
15178         (emit_pic_move): Remove.
15179         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
15180         * config/arc/arc.c (emit_pic_move): Removed.
15181         (TARGET_HAVE_TLS): Define.
15182         (arc_conditional_register_usage): Test for arc_tp_regno.
15183         (arc_print_operand, arc_print_operand_address): Handle TLS
15184         unspecs.
15185         (arc_needs_pcl_p): New function.
15186         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
15187         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
15188         (arc_raw_symbolic_reference_mentioned_p): Likewise.
15189         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
15190         (arc_legitimize_tls_address): Likewise.
15191         (DTPOFF_ZERO_SYM): Define.
15192         (arc_legitimize_pic_address): Make it static, handle TLS cases.
15193         (arc_output_pic_addr_const): Print TLS unspecs.
15194         (prepare_pic_move): New function, replaces emit_pic_move.
15195         (arc_legitimate_constant_p): Handle TLS unspecs.
15196         (arc_legitimate_address_p): Likewise.
15197         (arc_rewrite_small_data_p): Use assert for TLS constants.
15198         (prepare_move_operands): Use prepare_pic_move.
15199         (arc_legitimize_address): Legitimize tls addresses.
15200         (arc_epilogue_uses): Check for arc_tp_regno.
15201         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
15202         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
15203         Define.
15204         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
15205         Likewise.
15206         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
15207         %(arc_tls_extra_start_spec).
15208         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
15209         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
15210         (EH_USES): Define.
15211         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
15212         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
15213         (UNSPEC_TLS_OFF): Add.
15214         (R10_REG): Define.
15215         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
15216         (get_thread_pointersi): New patterns.
15217         * config/arc/arc.opt (mtp-regno): New option.
15218         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
15219         (move_dest_operand): Likewise.
15220         * configure: Regenerate.
15221         * configure.ac: Add arc*-*-* case to test for tls.
15222         * doc/invoke.texi (ARC options): Document mtp-regno.
15224 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
15226         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
15227         the new ARC HS SIMD instructions.
15228         (arc_preferred_simd_mode): New function.
15229         (arc_autovectorize_vector_sizes): Likewise.
15230         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
15231         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
15232         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
15233         (arc_init_builtins): Add new SIMD builtin types.
15234         (arc_split_move): Handle 64 bit vector moves.
15235         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
15236         (TARGET_PLUS_QMACW): Define.
15237         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
15238         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
15239         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
15240         (VSUBADD4H): New builtins.
15241         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
15242         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
15244 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
15245             Matthias Klose  <doko@debian.org>
15247         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
15249 2016-04-28  Richard Biener  <rguenther@suse.de>
15251         PR middle-end/70777
15252         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
15253         canonicalization.
15255 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
15257         * common/config/sh/sh-common.c: Remove SH5 support.
15258         * config/sh/constraints.md: Likewise.
15259         * config/sh/config/sh/elf.h: Likewise.
15260         * config/sh/linux.h: Likewise.
15261         * config/sh/netbsd-elf.h: Likewise.
15262         * config/sh/predicates.md: Likewise.
15263         * config/sh/sh-c.c: Likewise.
15264         * config/sh/sh-protos.h: Likewise.
15265         * config/sh/sh.c: Likewise.
15266         * config/sh/sh.h: Likewise.
15267         * config/sh/sh.md: Likewise.
15268         * config/sh/sh.opt: Likewise.
15269         * config/sh/sync.md: Likewise.
15270         * config/sh/sh64.h: Delete.
15271         * config/sh/shmedia.h: Likewise.
15272         * config/sh/shmedia.md: Likewise.
15273         * config/sh/sshmedia.h: Likewise.
15274         * config/sh/t-netbsd-sh5-64: Likewise.
15275         * config/sh/t-sh64: Likewise.
15276         * config/sh/ushmedia.h: Likewise.
15278 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
15280         * config/i386/i386.md (sign_extend to memory peephole2s): Use
15281         general_reg_operand instead of register_operand predicate.
15283 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
15285         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
15287 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
15289         * match.pd (A - B > A, A + B < A): New transformations.
15291 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
15293         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
15294         which defaults to true.  Emit an outer pair of parentheses only if
15295         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
15296         don't emit parentheses for the right-hand operand.
15298 2016-04-27  Jeff Law  <law@redhat.com>
15300         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
15302 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15304         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
15305         (altivec_lvx_<mode>_internal): Document.
15306         (altivec_lvx_<mode>_2op): New define_insn.
15307         (altivec_lvx_<mode>_1op): Likewise.
15308         (altivec_lvx_<mode>_2op_si): Likewise.
15309         (altivec_lvx_<mode>_1op_si): Likewise.
15310         (altivec_stvx_<mode>): Remove.
15311         (altivec_stvx_<mode>_internal): Document.
15312         (altivec_stvx_<mode>_2op): New define_insn.
15313         (altivec_stvx_<mode>_1op): Likewise.
15314         (altivec_stvx_<mode>_2op_si): Likewise.
15315         (altivec_stvx_<mode>_1op_si): Likewise.
15316         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
15317         Expand vec_ld and vec_st during parsing.
15318         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
15319         changes.
15320         (altivec_expand_stvx_be): Likewise.
15321         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
15322         address-masking behavior in RTL.
15323         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
15324         address-masking behavior in RTL.
15325         (altivec_expand_builtin): Change builtin code arguments for calls
15326         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
15327         (insn_is_swappable_p): Avoid incorrect swap optimization in the
15328         presence of lvx/stvx patterns.
15329         (alignment_with_canonical_addr): New function.
15330         (alignment_mask): Likewise.
15331         (find_alignment_op): Likewise.
15332         (recombine_lvx_pattern): Likewise.
15333         (recombine_stvx_pattern): Likewise.
15334         (recombine_lvx_stvx_patterns): Likewise.
15335         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
15336         stvx patterns from expand.
15337         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
15338         expansions.
15339         (vector_altivec_store_<mode>): Likewise.
15341 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
15343         * config/aarch64/aarch64.md
15344         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
15345         remove the "fp" attributes.
15346         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
15347         add the "simd" attributes.
15348         (*movdf_aarch64): Likewise.
15349         (*movtf_aarch64): Remove the "fp" attributes.
15350         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
15351         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
15353 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
15355         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
15356         rtx to rtx_code_label *.
15357         * rtl.h (maybe_set_first_label_num): Likewise.
15359 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
15361         * df-core.c (df_add_problem): Make the problem param be const.
15362         (df_remove_problem): Make local "problem" be const.
15363         * df-problems.c (problem_RD): Make const.
15364         (problem_LR): Likewise.
15365         (problem_LIVE): Likewise.
15366         (problem_MIR): Likewise.
15367         (problem_CHAIN): Likewise.
15368         (problem_WORD_LR): Likewise.
15369         (problem_NOTE): Likewise.
15370         (problem_MD): Likewise.
15371         * df-scan.c (problem_SCAN): Likewise.
15372         * df.h (struct df_problem): Make field "dependent_problem" be
15373         const.
15374         (struct dataflow): Likewise for field "problem".
15375         (df_add_problem): Make param const.
15377 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
15379         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
15380         inter-unit moves to/from vector registers are enabled.  Do not disable
15381         for TARGET_MMX.
15383 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
15385         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
15386         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
15387         #define to...
15388         (enum df_problem_id): ...this new enum.
15389         (struct df_problem): Convert field "id" from "int" to
15390         enum df_problem_id.
15392 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
15394         * rtl.def: Update comment for "things in the instruction chain" to
15395         reflect the removal of the leading "i" field for INSN_UID in
15396         r210360.  Fix bogus apostrophe.
15398 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
15400         * config/i386/i386.md
15401         (lea arith with mem operand + setcc peephole2): Set operator mode.
15403 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
15405         PR target/70155
15406         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
15407         (dimode_scalar_to_vector_candidate_p): This.
15408         (timode_scalar_to_vector_candidate_p): New function.
15409         (scalar_to_vector_candidate_p): Likewise.
15410         (timode_check_non_convertible_regs): Likewise.
15411         (timode_remove_non_convertible_regs): Likewise.
15412         (remove_non_convertible_regs): Likewise.
15413         (remove_non_convertible_regs): Renamed to ...
15414         (dimode_remove_non_convertible_regs): This.
15415         (scalar_chain::~scalar_chain): Make it virtual.
15416         (scalar_chain::compute_convert_gain): Make it pure virtual.
15417         (scalar_chain::mark_dual_mode_def): Likewise.
15418         (scalar_chain::convert_insn): Likewise.
15419         (scalar_chain::convert_registers): Likewise.
15420         (scalar_chain::add_to_queue): Make it protected.
15421         (scalar_chain::emit_conversion_insns): Likewise.
15422         (scalar_chain::replace_with_subreg): Likewise.
15423         (scalar_chain::replace_with_subreg_in_insn): Likewise.
15424         (scalar_chain::convert_op): Likewise.
15425         (scalar_chain::convert_reg): Likewise.
15426         (scalar_chain::make_vector_copies): Likewise.
15427         (scalar_chain::convert_registers): New pure virtual function.
15428         (class dimode_scalar_chain): New class.
15429         (class timode_scalar_chain): Likewise.
15430         (scalar_chain::mark_dual_mode_def): Renamed to ...
15431         (dimode_scalar_chain::mark_dual_mode_def): This.
15432         (timode_scalar_chain::mark_dual_mode_def): New function.
15433         (timode_scalar_chain::convert_insn): Likewise.
15434         (dimode_scalar_chain::convert_registers): Likewise.
15435         (scalar_chain::compute_convert_gain): Renamed to ...
15436         (dimode_scalar_chain::compute_convert_gain): This.
15437         (scalar_chain::replace_with_subreg): Renamed to ...
15438         (dimode_scalar_chain::replace_with_subreg): This.
15439         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
15440         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
15441         (scalar_chain::make_vector_copies): Renamed to ...
15442         (dimode_scalar_chain::make_vector_copies): This.
15443         (scalar_chain::convert_reg): Renamed to ...
15444         (dimode_scalar_chain::convert_reg ): This.
15445         (scalar_chain::convert_op): Renamed to ...
15446         (dimode_scalar_chain::convert_op): This.
15447         (scalar_chain::convert_insn): Renamed to ...
15448         (dimode_scalar_chain::convert_insn): This.
15449         (scalar_chain::convert): Call convert_registers.
15450         (convert_scalars_to_vector): Change to scalar_chain pointer to
15451         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
15452         in 32-bit mode.  Delete scalar_chain pointer.  Call
15453         free_dominance_info in 64-bit mode.
15454         (pass_stv::gate): Remove TARGET_64BIT check.
15455         (ix86_option_override): Put the 64-bit STV pass before the CSE
15456         pass.
15458 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
15460         * dwarf2out.h (struct dw_loc_descr_node): Remove the
15461         dw_loc_frame_offset field.
15462         * dwarf2out.c (new_loc_descr): Likewise.
15463         (resolve_args_picking_1): Turn the VISITED hash set into a
15464         FRAME_OFFSET hash map. Use it to associate a frame offset to
15465         visited nodes. Remove uses of the CHECKING_P macro.
15466         (resolve_args_picking): Update call to resolve_args_picking_1.
15468 2016-04-27  Martin Liska  <mliska@suse.cz>
15470         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
15471         (free_loop_data): Release vuses of groups.
15473 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
15475         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
15476         instead of redundant use_id and boolean have_use_for.
15477         (struct iv_use): Change sub_id into group_id.  Remove field next.
15478         Move fields: related_cands, n_map_members, cost_map and selected
15479         to ...
15480         (struct iv_group): ... here.  New structure.
15481         (struct iv_common_cand): Use structure declaration directly.
15482         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
15483         (MAX_CONSIDERED_USES): Rename macro to ...
15484         (MAX_CONSIDERED_GROUPS): ... here.
15485         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
15486         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
15487         (dump_uses): Rename to ...
15488         (dump_groups): ... here.  Update all uses.
15489         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
15490         (find_induction_variables): Refactor format of dump information.
15491         (record_sub_use): Delete.
15492         (record_use): Update all uses.
15493         (record_group): New function.
15494         (record_group_use, find_interesting_uses_op): Call above functions.
15495         Update all uses.
15496         (find_interesting_uses_cond): Ditto.
15497         (group_compare_offset): New function.
15498         (split_all_small_groups): Rename to ...
15499         (split_small_address_groups_p): ... here.  Update all uses.
15500         (split_address_groups):  Update all uses.
15501         (find_interesting_uses): Refactor format of dump information.
15502         (add_candidate_1): Update all uses.  Remove redundant check on iv,
15503         base and step.
15504         (add_candidate, record_common_cand): Remove redundant assert.
15505         (add_iv_candidate_for_biv): Update use.
15506         (add_iv_candidate_derived_from_uses): Update all uses.
15507         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
15508         (alloc_use_cost_map): Ditto.
15509         (set_use_iv_cost, get_use_iv_cost): Rename to ...
15510         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
15511         (determine_use_iv_cost_generic): Ditto.
15512         (determine_group_iv_cost_generic): Ditto.
15513         (determine_use_iv_cost_address): Ditto.
15514         (determine_group_iv_cost_address): Ditto.
15515         (determine_use_iv_cost_condition): Ditto.
15516         (determine_group_iv_cost_cond): Ditto.
15517         (determine_use_iv_cost): Ditto.
15518         (determine_group_iv_cost): Ditto.
15519         (set_autoinc_for_original_candidates): Update all uses.
15520         (find_iv_candidates): Update all uses.  Refactor dump information.
15521         (determine_use_iv_costs): Ditto.
15522         (determine_iv_costs): Ditto.
15523         (iv_ca_cand_for_use): Rename to ...
15524         (iv_ca_cand_for_group): ... here.  Update all uses.
15525         (iv_ca_add_use, iv_ca_add_group): Ditto.
15526         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
15527         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
15528         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
15529         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
15530         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
15531         (create_new_iv, adjust_iv_update_pos): Ditto.
15532         (rewrite_use_address): Delete.
15533         (rewrite_use_address_1): Rename to ...
15534         (rewrite_use_address): ... here.
15535         (rewrite_use_compare): Update all uses.
15536         (rewrite_use): Delete.
15537         (rewrite_uses): Rename to ...
15538         (rewrite_groups): ... here.  Update all uses.
15539         (remove_unused_ivs, free_loop_data): Update all uses.
15540         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
15542 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15544         * rtlanal.c (nonzero_bits1): Convert preprocessor check
15545         for WORD_REGISTER_OPERATIONS to runtime check.
15547 2016-04-27  Richard Biener  <rguenther@suse.de>
15549         PR ipa/70760
15550         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
15551         aggregate_value_p to determine if a function result is
15552         returned by reference.
15553         (ipa_pta_execute): Functions having their address taken are
15554         not automatically nonlocal.
15556 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
15558         PR sanitizer/70683
15559         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
15560         * fold-const.c (operand_equal_p): If flag_checking and
15561         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
15562         and if it returns non-zero, assert iterative_hash_expr on both
15563         args is the same.
15565 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
15567         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
15569 2016-04-27  Nick Clifton  <nickc@redhat.com>
15571         PR middle-end/49889
15572         * varasm.c (merge_weak): Generate an error if an attempt is made
15573         to convert a non-weak static function into a weak, public function.
15575 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
15577         * params.def (MAX_PARTITION_SIZE): New param.
15578         * doc/invoke.texi: Document lto-max-partition.
15580 2016-04-27  Richard Biener  <rguenther@suse.de>
15582         PR ipa/70785
15583         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
15584         function cummulating used_from_other_partition, externally_visible
15585         and force_output from aliases.
15586         (refered_from_nonlocal_var): Likewise.
15587         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
15588         node flags properly.
15590 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
15592         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
15593         (-Wmemset-elt-size): New item.
15595 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
15597         PR ada/70759
15598         * stor-layout.h (internal_reference_types): Delete.
15599         * stor-layout.c (reference_types_internal): Likewise.
15600         (internal_reference_types): Likewise.
15601         (layout_type) <REFERENCE_TYPE>: Adjust.
15603 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
15605         PR sanitizer/70683
15606         * tree.h (inchash::add_expr): Add FLAGS argument.
15607         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
15608         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
15609         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
15610         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
15611         if swap_tree_comparison (code) is smaller than code, hash that
15612         and arguments in the other order.  Hash CONVERT_EXPR the same
15613         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
15614         of ADDR_EXPR of decl as the decl itself.  Add or remove
15615         OEP_ADDRESS_OF from recursive flags as needed.  For
15616         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
15617         operands commutatively and only the third one normally.
15618         For internal CALL_EXPR hash in CALL_EXPR_IFN.
15620 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
15622         * config/rtems.h (LIB_SPEC): Add -latomic.
15624 2016-04-27  Joel Sherrill  <joel@rtems.org>
15626         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
15627         xilink.ld and flags not relevant to RTEMS.
15629 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
15631         * toplev.c (backend_init_target): Avoid calling init_reload when using
15632         LRA.
15634 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
15636         * reorg.c (try_merge_delay_insns): Declare i and j inside the
15637         for loops rather than one for the whole function.
15639 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
15641         * match.pd (X + CST CMP X): New transformation.
15643 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
15645         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
15646         * fold-const.c (fold_binary_loc): Remove 2 transformations
15647         superseded by match.pd.
15648         * match.pd (x+x -> x*2): Generalize to integers.
15650 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
15652         * config/i386/i386.md (operation on memory peephole): Duplicate an
15653         existing peephole and adapt it to match lea rather than an operation
15654         that clobbers CC.
15656         PR rtl-optimization/57193
15657         * opts.c (default_options_table): Add OPT_frename_registers at -O2
15658         and above.
15659         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
15661 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
15663         * tree-if-conv.c (any_pred_load_store): New static variable.
15664         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
15665         any_pred_load_store instead of and_mask_load_store.
15666         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
15667         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
15668         (combine_blocks, tree_if_conversion): Ditto.
15670 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
15672         PR tree-optimization/70771
15673         PR tree-optimization/70775
15674         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
15675         virtual PHI nodes.  Delete parameter.
15676         (if_convertible_loop_p_1): Delete argument to above function.
15677         (predicate_all_scalar_phis): Delete code handling single-argument
15678         PHIs.
15679         (tree_if_conversion): Mark and update virtual SSA.
15681 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15683         PR target/61821
15684         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
15685         (x86_elf_aligned_common): Rename to ...
15686         (x86_elf_aligned_decl_common): ... this.
15687         Add decl arg.  Switch to .lbss for largecomm object.  Use
15688         LARGECOMM_SECTION_ASM_OP.
15689         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
15690         renaming.
15691         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
15692         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
15693         Pass new decl arg.
15694         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
15695         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
15697 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15699         PR target/59407
15700         * config/i386/i386.c (SECTION_LARGE): Define.
15701         (x86_64_elf_select_section): Set it for large data/bss sections.
15702         Only clear SECTION_WRITE for .lrodata.
15703         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
15704         data/bss sections.
15705         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
15706         * varasm.c (default_elf_asm_named_section): Grow flagchars.
15707         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
15708         SECTION_MACH_DEP.
15709         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
15710         * doc/tm.texi: Regenerate.
15712 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
15714         PR bootstrap/70704
15715         * configure.ac (--enable-checking): Document extra flag, for
15716         non-release builds default to --enable-checking=yes,extra.
15717         If misc checking and extra checking, define CHECKING_P to 2 instead
15718         of 1.
15719         * common.opt (fchecking=): Add.
15720         * doc/invoke.texi (-fchecking=): Document.
15721         * doc/install.texi: Document --enable-checking changes.
15722         * configure: Regenerated.
15723         * config.in: Regenerated.
15725 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
15727         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
15728         attribute instead of which_alternative.
15729         * config/i386/sse.md (*mov<mode>_internal): Ditto.
15730         Use EXT_REX_SSE_REG_P where appropriate.
15732 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
15734         * config/i386/predicates.md (const0_operand): Do not match
15735         const_wide_int code.
15736         (const1_operand): Ditto.
15738 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
15740         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
15741         for SSE constm1 operands and TARGET_AVX512VL.
15742         (*movti_internal): Ditto.
15743         (*mov<mode>_or): Use constm1_operand predicate.
15744         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
15745         for SSE vector_all_ones operands and TARGET_AVX512VL.
15746         * config/i386/predicates.md (constm1_operand): New predicate.
15747         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
15748         emission of constant -1 load.
15750 2016-04-25  Jason Merrill  <jason@redhat.com>
15752         * gdbinit.in: Skip is-a.h.
15754         * attribs.c (register_scoped_attributes): Fix logic.
15755         * attribs.h: Declare register_scoped_attributes.
15757 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15759         * config/rs6000/rs6000-builtin.def: Correct pasto error for
15760         stxvd2x and stxvw4x built-in functions.
15762 2016-04-25  DJ Delorie  <dj@redhat.com>
15764         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
15765         (ashrhi3): Likewise.
15766         (lshrhi3): Likewise.
15768 2016-04-25  Richard Biener  <rguenther@suse.de>
15770         PR tree-optimization/70780
15771         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
15772         wasn't visited yet.
15773         (compute_antic): Mark blocks with abnormal preds as visited as
15774         they have a final empty antic-in solution already.
15776 2016-04-25  Michael Collison  <michael.collison@linaro.org>
15778         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
15780 2016-04-25  Michael Collison  <michael.collison@linaro.org>
15782         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
15783         mode is VQI to improve mixed mode vectorization.
15784         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
15785         define_insn to match low half of signed vaddw.
15786         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
15787         define_insn to match high half of signed vaddw.
15788         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
15789         define_insn to match low half of unsigned vaddw.
15790         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
15791         define_insn to match high half of unsigned vaddw.
15792         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
15793         (arm_simd_check_vect_par_cnst_half_p): Likewise.
15794         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
15795         for new function.
15796         (arm_simd_check_vect_par_cnst_half_p): Likewise.
15797         * config/arm/predicates.md (vect_par_constant_high): Support
15798         big endian and simplify by calling
15799         arm_simd_check_vect_par_cnst_half
15800         (vect_par_constant_low): Likewise.
15802 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
15804         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
15805         predicate for operand 2.
15807 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
15808             H.J. Lu  <hongjiu.lu@intel.com>
15810         * config/i386/i386-protos.h (standard_sse_constant_p): Add
15811         machine_mode argument.
15812         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
15813         constm1_rtx operands.  For VOIDmode constants, get mode from
15814         pred_mode.  Check mode size if the mode is supported by ABI.
15815         (standard_sse_constant_opcode): Do not use standard_constant_p.
15816         Strictly check ABI support for all-ones operands.
15817         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
15818         immediates. Update calls to standard_sse_constant_p.
15819         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
15820         (ix86_rtx_costs): Ditto.
15821         * config/i386/i386.md (*movxi_internal_avx512f): Use
15822         nonimmediate_or_sse_const_operand instead of vector_move_operand.
15823         Use (v,BC) alternative instead of (v,C). Use register_operand
15824         checks instead of MEM_P.
15825         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
15826         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
15827         isa attribute.  Use register_operand checks instead of MEM_P.
15828         (*movti_internal): Use nonimmediate_or_sse_const_operand for
15829         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
15830         alternative and corresponding sse2 isa attribute.
15831         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
15832         to standard_sse_constant_p.
15833         (FP constant splitters): Ditto.
15834         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
15835         (C): Ditto.
15836         * config/i386/predicates.md (constm1_operand): Remove.
15837         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
15838         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
15839         vector_all_ones_operand instead of constm1_operand.
15841 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15843         * print-rtl.c (print_rtx_insn_vec): New function.
15844         * print-rtl.h: New prototype.
15845         * store-motion.c (struct st_expr): Make avail_stores a vector.
15846         (st_expr_entry): Adjust.
15847         (free_st_expr_entry): Likewise.
15848         (print_store_motion_mems): Likewise.
15849         (find_moveable_store): Likewise.
15850         (compute_store_table): Likewise.
15851         (delete_store): Likewise.
15852         (build_store_vectors): Likewise.
15854 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15856         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
15858 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15860         * vec.h (vec_safe_contains): New function.
15861         (vec::contains): Likewise.
15862         (vec::begin): Likewise.
15863         (vec::end): Likewise.
15865 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
15867         PR sanitizer/70712
15868         * cfgexpand.c (expand_stack_vars): Fix typo.
15870 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
15872         * system.h (list, map, set, vector): Include conditionally.
15873         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
15874         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
15875         * ipa-icf.c (INCLUDE_LIST): Define.
15876         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
15877         * config/sh/sh.c (INCLUDE_VECTOR): Define.
15878         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
15879         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
15880         * cp/logic.cc (INCLUDE_LIST): Define.
15881         * fortran/trans-common.c (INCLUDE_MAP): Define.
15883 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
15885         * auto-profile.c: Remove <string.h> include.
15886         * ipa-icf-gimple.c: Remove <list> include.
15887         * diagnostic.c: Remove <new> include.
15888         * genmatch.c: Likewise.
15889         * pretty-print.c: Likewise.
15890         * toplev.c: Likewise
15891         * c/c-objc-common.c: Likewise.
15892         * cp/error.c: Likewise.
15893         * fortran/error.c: Likewise.
15895 2016-04-22  Richard Biener  <rguenther@suse.de>
15897         * lto-streamer-in.c (input_ssa_names): Do not allocate
15898         GIMPLE_NOP for all SSA names.
15899         * lto-streamer-out.c (output_ssa_names): Do not output
15900         SSA names that should have been released.
15902 2016-04-22  Richard Biener  <rguenther@suse.de>
15904         PR tree-optimization/70740
15905         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
15906         VDEF.
15908 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
15910         PR target/70750
15911         * config/i386/predicates.md (call_insn_operand): Replace
15912         sibcall_memory_operand with memory_operand.
15914 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
15916         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
15917         has_single_use() tests.
15918         (register_edge_assert_for_1): Likewise.
15919         (find_assert_locations_1): Check the liveness bitmap instead of
15920         checking has_single_use().
15922 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
15924         PR target/70728
15925         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
15926         Extract AVX-512BW constraint from AVX.
15928 2016-04-21  Richard Biener  <rguenther@suse.de>
15930         PR tree-optimization/70725
15931         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
15932         for phi_convertible_by_degenerating_args.
15933         (predicate_all_scalar_phis): Handle single-argument PHIs.
15935 2016-04-21  Richard Biener  <rguenther@suse.de>
15937         PR middle-end/70747
15938         * fold-const.c (fold_comparison): Return properly typed
15939         constant boolean.
15941 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
15943         PR tree-optimization/70715
15944         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
15945         after expanding BASE using expand_simple_operations.
15947 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
15949         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
15950         New transformations.
15952 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
15954         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
15956 2016-04-20  Jan Hubicka  <jh@suse.cz>
15958         * ipa-inline.c (can_inline_edge_p): Pass caller info to
15959         ultiimate_alias_target.
15960         (update_callee_keys): Likewise.
15961         (lookup_recursive_calls): Likewise.
15962         (speculation_useful_p): Likewise.
15964 2016-04-20  Jan Hubicka  <jh@suse.cz>
15966         PR ipa/70018
15967         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
15968         (set_nothrow_flag_1): ... this; handle interposition correctly;
15969         recurse on aliases and thunks.
15970         (cgraph_node::set_nothrow_flag): New.
15971         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
15972         functions compiled with non-call exceptions that binds to current
15973         def.
15974         (propagate_nothrow): Be safe WRT interposition.
15975         * cgraph.h (set_nothrow_flag): Update prototype.
15977 2016-04-18  Jan Hubicka  <jh@suse.cz>
15979         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
15980         max_loop_iterations_int.
15981         (tree_unswitch_outer_loop): Likewise.
15983 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
15985         PR tree-optimization/69489
15986         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
15987         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
15988         Revise dump message.
15989         (if_convertible_bb_p): Remove check on edge count of basic block's
15990         predecessors.
15992 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
15994         PR tree-optimization/56625
15995         PR tree-optimization/69489
15996         * tree-data-ref.h (DR_INNERMOST): New macro.
15997         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
15998         hashing struct innermost_loop_behavior.
15999         (ref_DR_map): Remove.
16000         (innermost_DR_map): New map.
16001         (baseref_DR_map): Revise comment.
16002         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
16003         to innermost_DR_map accroding to its innermost loop behavior.
16004         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
16005         to its innermost loop behavior.
16006         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
16007         Add initialization for innermost_DR_map.  Record memory reference
16008         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
16009         have innermost loop behavior.
16010         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
16011         innermost_DR_map.
16013 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
16015         * config/i386/i386.md (*lea<mode>_general_1): Rename from
16016         *lea_general_1.  Use explicit SWI12 mode interator.
16017         (*lea<mode>_general_2): Rename from *lea_general_2.
16018         Use explicit SWI12 mode interator.
16019         (*lea<mode>_general_3): Rename from *lea_general_3.
16020         Use explicit SWI12 mode interator.
16021         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
16022         Use explicit SWI12 mode interator.
16023         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
16024         Use explicit SWI48 mode interator.
16026 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
16028         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
16029         Short-cut unaligned load and store cases.  Handle all integer
16030         vector modes.
16031         (ix86_expand_vector_move_misalign): Short-cut unaligned load
16032         and store cases.  Call ix86_avx256_split_vector_move_misalign
16033         directly without checking mode class.
16035 2016-04-20  Andrew Pinski  <apinski@cavium.com>
16036             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16038         PR target/64971
16039         * config/aarch64/aarch64.md (sibcall): Force call
16040         address to be DImode for ILP32.
16041         (sibcall_value): Likewise.
16043 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
16045         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
16047 2016-04-20  Richard Biener  <rguenther@suse.de>
16049         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
16050         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
16051         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
16052         (maybe_push_res_to_seq): Adjust.
16053         * gimple-fold.c (maybe_build_generic_op): Likewise.
16055 2016-04-20  Marek Polacek  <polacek@redhat.com>
16057         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
16058         rather than true.
16060 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
16062         * config/i386/sse.md (vec_unpacks_lo_hi): Always
16063         use kmovw to support AVX512F target.
16065 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
16067         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
16069 2016-04-20  Marek Polacek  <polacek@redhat.com>
16071         PR tree-optimization/70725
16072         * tree-if-conv.c (is_false_predicate): New function.
16073         (predicate_mem_writes): Use it.
16075 2016-04-20  Richard Biener  <rguenther@suse.de>
16077         PR tree-optimization/70726
16078         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
16079         shift amounts from a pattern stmt operand.
16081 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16083         PR target/70674
16084         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
16085         stack_restore_from_fpr pattern when restoring r15.
16086         (s390_optimize_prologue): Strip away the memory barrier in the
16087         parallel when trying to get rid of restore insns.
16088         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
16089         definition for loading the stack pointer from an FPR.  Compared to
16090         the normal move insn this pattern includes a full memory barrier.
16092 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
16094         PR middle-end/70680
16095         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
16096         implicitly linear or lastprivate iterator on the outer context.
16098 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
16100         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
16101         alignment check.
16102         * config/i386/i386.md (ssememalign): Removed.
16103         * config/i386/sse.md: Remove ssememalign attribute from patterns.
16105 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
16107         PR target/69201
16108         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
16109         const short * to __builtin_ia32_loaddquhi512_mask.
16110         (_mm512_maskz_loadu_epi16): Likewise.
16111         (_mm512_mask_storeu_epi16): Pass short * to
16112         __builtin_ia32_storedquhi512_mask.
16113         (_mm512_mask_loadu_epi8): Pass const char * to
16114         __builtin_ia32_loaddquqi512_mask.
16115         (_mm512_maskz_loadu_epi8): Likewise.
16116         (_mm512_mask_storeu_epi8): Pass char * to
16117         __builtin_ia32_storedquqi512_mask.
16118         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
16119         const double * to __builtin_ia32_loadupd512_mask.
16120         (_mm512_mask_loadu_pd): Likewise.
16121         (_mm512_maskz_loadu_pd): Likewise.
16122         (_mm512_storeu_pd): Pass double * to
16123         __builtin_ia32_storeupd512_mask.
16124         (_mm512_mask_storeu_pd): Likewise.
16125         (_mm512_loadu_ps): Pass const float * to
16126         __builtin_ia32_loadups512_mask.
16127         (_mm512_mask_loadu_ps): Likewise.
16128         (_mm512_maskz_loadu_ps): Likewise.
16129         (_mm512_storeu_ps): Pass float * to
16130         __builtin_ia32_storeups512_mask.
16131         (_mm512_mask_storeu_ps): Likewise.
16132         (_mm512_mask_loadu_epi64): Pass const long long * to
16133         __builtin_ia32_loaddqudi512_mask.
16134         (_mm512_maskz_loadu_epi64): Likewise.
16135         (_mm512_mask_storeu_epi64): Pass long long *
16136         to __builtin_ia32_storedqudi512_mask.
16137         (_mm512_loadu_si512): Pass const int * to
16138         __builtin_ia32_loaddqusi512_mask.
16139         (_mm512_mask_loadu_epi32): Likewise.
16140         (_mm512_maskz_loadu_epi32): Likewise.
16141         (_mm512_storeu_si512): Pass int * to
16142         __builtin_ia32_storedqusi512_mask.
16143         (_mm512_mask_storeu_epi32): Likewise.
16144         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
16145         char * to __builtin_ia32_storedquqi256_mask.
16146         (_mm_mask_storeu_epi8): Likewise.
16147         (_mm256_mask_loadu_epi16): Pass const short * to
16148         __builtin_ia32_loaddquhi256_mask.
16149         (_mm256_maskz_loadu_epi16): Likewise.
16150         (_mm_mask_loadu_epi16): Pass const short * to
16151         __builtin_ia32_loaddquhi128_mask.
16152         (_mm_maskz_loadu_epi16): Likewise.
16153         (_mm256_mask_loadu_epi8): Pass const char * to
16154         __builtin_ia32_loaddquqi256_mask.
16155         (_mm256_maskz_loadu_epi8): Likewise.
16156         (_mm_mask_loadu_epi8): Pass const char * to
16157         __builtin_ia32_loaddquqi128_mask.
16158         (_mm_maskz_loadu_epi8): Likewise.
16159         (_mm256_mask_storeu_epi16): Pass short * to.
16160         __builtin_ia32_storedquhi256_mask.
16161         (_mm_mask_storeu_epi16): Pass short * to.
16162         __builtin_ia32_storedquhi128_mask.
16163         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
16164         const double * to __builtin_ia32_loadupd256_mask.
16165         (_mm256_maskz_loadu_pd): Likewise.
16166         (_mm_mask_loadu_pd): Pass onst double * to
16167         __builtin_ia32_loadupd128_mask.
16168         (_mm_maskz_loadu_pd): Likewise.
16169         (_mm256_mask_storeu_pd): Pass double * to
16170         __builtin_ia32_storeupd256_mask.
16171         (_mm_mask_storeu_pd): Pass double * to
16172         __builtin_ia32_storeupd128_mask.
16173         (_mm256_mask_loadu_ps): Pass const float * to
16174         __builtin_ia32_loadups256_mask.
16175         (_mm256_maskz_loadu_ps): Likewise.
16176         (_mm_mask_loadu_ps): Pass const float * to
16177         __builtin_ia32_loadups128_mask.
16178         (_mm_maskz_loadu_ps): Likewise.
16179         (_mm256_mask_storeu_ps): Pass float * to
16180         __builtin_ia32_storeups256_mask.
16181         (_mm_mask_storeu_ps): ass float * to
16182         __builtin_ia32_storeups128_mask.
16183         (_mm256_mask_loadu_epi64): Pass const long long * to
16184         __builtin_ia32_loaddqudi256_mask.
16185         (_mm256_maskz_loadu_epi64): Likewise.
16186         (_mm_mask_loadu_epi64): Pass const long long * to
16187         __builtin_ia32_loaddqudi128_mask.
16188         (_mm_maskz_loadu_epi64): Likewise.
16189         (_mm256_mask_storeu_epi64): Pass long long * to
16190         __builtin_ia32_storedqudi256_mask.
16191         (_mm_mask_storeu_epi64): Pass long long * to
16192         __builtin_ia32_storedqudi128_mask.
16193         (_mm256_mask_loadu_epi32): Pass const int * to
16194         __builtin_ia32_loaddqusi256_mask.
16195         (_mm256_maskz_loadu_epi32): Likewise.
16196         (_mm_mask_loadu_epi32): Pass const int * to
16197         __builtin_ia32_loaddqusi128_mask.
16198         (_mm_maskz_loadu_epi32): Likewise.
16199         (_mm256_mask_storeu_epi32): Pass int * to
16200         __builtin_ia32_storedqusi256_mask.
16201         (_mm_mask_storeu_epi32): Pass int * to
16202         __builtin_ia32_storedqusi128_mask.
16203         * config/i386/i386-builtin-types.def (PCSHORT): New.
16204         (PINT64): Likewise.
16205         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
16206         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
16207         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
16208         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
16209         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
16210         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
16211         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
16212         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
16213         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
16214         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
16215         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
16216         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
16217         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
16218         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
16219         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
16220         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
16221         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
16222         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
16223         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
16224         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
16225         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
16226         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
16227         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
16228         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
16229         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
16230         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
16231         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
16232         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
16233         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
16234         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
16235         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
16236         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
16237         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
16238         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
16239         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
16240         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
16241         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
16242         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
16243         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
16244         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
16245         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
16246         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
16247         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
16248         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
16249         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
16250         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
16251         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
16252         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
16253         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
16254         use UNSPEC_STOREU.
16255         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
16256         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
16257         load nor store.
16258         (ix86_expand_vector_move_misalign): Likewise.
16259         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
16260         to scalar function prototype for unaligned load/store builtins.
16261         (ix86_expand_special_args_builtin): Updated.
16262         * config/i386/sse.md (UNSPEC_LOADU): Removed.
16263         (UNSPEC_STOREU): Likewise.
16264         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
16265         (VI_ULOADSTORE_F_AVX512VL): Likewise.
16266         (ssescalarsize): Handle V4TI, V2TI and V1TI.
16267         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
16268         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
16269         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
16270         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
16271         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
16272         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
16273         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
16274         (<avx512>_storedqu<mode>_mask): Likewise.
16275         (*sse4_2_pcmpestr_unaligned): Likewise.
16276         (*sse4_2_pcmpistr_unaligned): Likewise.
16277         (*mov<mode>_internal): Renamed to ...
16278         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
16279         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
16280         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
16281         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
16283 2016-04-19  Richard Biener  <rguenther@suse.de>
16285         PR tree-optimization/70171
16286         * tree-ssa-phiprop.c: Include stor-layout.h.
16287         (phiprop_insert_phi): Handle the aggregate copy case.
16288         (propagate_with_phi): Likewise.
16290 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
16292         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
16293         instead of simplify_gen_subreg (... , 0).
16294         (ix86_delegitimize_address): Ditto.
16295         (ix86_split_divmod): Ditto.
16296         (ix86_split_copysign_const): Ditto.
16297         (ix86_split_copysign_var): Ditto.
16298         (ix86_expand_args_builtin): Ditto.
16299         (ix86_expand_round_builtin): Ditto.
16300         (ix86_expand_special_args_builtin): Ditto.
16301         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
16302         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
16303         (udivmodqi4): Ditto.
16304         (absneg splitters): Ditto.
16305         (*jcc_bt<mode>_1): Ditto.
16307 2016-04-19  Richard Biener  <rguenther@suse.de>
16309         PR tree-optimization/70724
16310         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
16311         restoring out from ...
16312         (free_scc_vn): ... here.
16313         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
16314         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
16315         tail merging.
16316         (pass_fre::execute): Restore SSA info.
16318 2016-04-19  Richard Biener  <rguenther@suse.de>
16320         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
16321         * gimple-walk.c (walk_gimple_op): Initialize it.
16322         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
16323         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
16324         remapping SSA names of defs.
16325         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
16326         adjustment.
16328 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
16330         PR middle-end/70689
16331         * lra-constraints.c (equiv_substition_p): New.
16332         (process_alt_operands): Use it.
16333         (swap_operands): Swap it.
16334         (curr_insn_transform): Update it.
16336 2016-04-18  Michael Matz  <matz@suse.de>
16338         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
16339         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
16340         * tree-core.h (tree_type_common.align): Use bit-field.
16341         (tree_type_common.spare): New.
16342         (tree_decl_common.off_align): Make smaller.
16343         (tree_decl_common.align): Use bit-field.
16345         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
16346         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
16347         (scan_sharing_clauses): Ditto.
16348         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
16349         (omp_finish_file): Ditto.
16350         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
16351         (layout_decl): Ditto.
16352         (relayout_decl): Ditto.
16353         (finalize_record_size): Use SET_TYPE_ALIGN.
16354         (finalize_type_size): Ditto.
16355         (finish_builtin_struct): Ditto.
16356         (layout_type): Ditto.
16357         (initialize_sizetypes): Ditto.
16358         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
16359         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
16360         (lookup_field_for_decl): Use SET_DECL_ALIGN.
16361         (get_chain_field): Ditto.
16362         (get_trampoline_type): Ditto.
16363         (get_nl_goto_field): Ditto.
16364         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
16365         SET_DECL_ALIGN.
16366         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
16367         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
16368         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
16369         (build_qualified_type): Use SET_TYPE_ALIGN.
16370         (build_aligned_type, build_range_type_1): Ditto.
16371         (build_atomic_base): Ditto.
16372         (build_common_tree_nodes): Ditto.
16373         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
16374         (expand_one_stack_var_at): Ditto.
16375         * coverage.c (build_var): Use SET_DECL_ALIGN.
16376         * except.c (init_eh): Ditto.
16377         * function.c (assign_parm_setup_block): Ditto.
16378         * symtab.c (increase_alignment_1): Ditto.
16379         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
16380         * tree-vect-stmts.c (ensure_base_align): Ditto.
16381         * varasm.c (align_variable): Ditto.
16382         (assemble_variable): Ditto.
16383         (build_constant_desc): Ditto.
16384         (output_constant_def_contents): Ditto.
16386         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
16387         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
16388         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
16389         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
16390         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
16392 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
16394         PR target/70708
16395         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
16396         replace %vmovsd with "%vmovq".
16397         (vec_concatv2df): Likewise.
16399 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
16401         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
16402         (*vec_extractv2si_0): Ditto.
16403         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
16404         (zero_extended_scalar_load_operand splitters): Ditto.
16405         (vec_extract splitters): Ditto.
16406         (*vec_extractv4si_0_zext): Ditto.
16407         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
16408         and lowpart_subreg.
16409         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
16410         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
16411         (*sse4_1_extractps): Use lowpart_subreg.
16412         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
16414 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16416         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
16417         gld requirements.
16418         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
16419         Mention Solaris 11 packaging changes.
16420         Update gas and gld requirements.
16421         Remove reference to pre-Solaris 10 bug.
16422         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
16423         systems and bugs.
16424         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
16425         with cc.
16427 2016-04-17  Jan Hubicka  <jh@suse.cz>
16429         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
16430         max_loop_iterations_int.
16432 2016-04-18  Richard Biener  <rguenther@suse.de>
16434         PR tree-optimization/43434
16435         * tree-ssa-structalias.c (struct vls_data): New.
16436         (visit_loadstore): Handle all pointer-based accesses.
16437         (compute_dependence_clique): Compute a bitmap of restrict tags
16438         assigned bases and pass it to visit_loadstore.
16440 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
16442         PR target/70711
16443         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
16444         armv8.1-a and armv8.1-a+crc.
16446 2016-04-18  Richard Biener  <rguenther@suse.de>
16448         PR tree-optimization/70701
16449         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
16450         references after translating through a memcpy.
16452 2016-04-18  Richard Biener  <rguenther@suse.de>
16454         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
16455         (compute_antic): ... here.  For partial antic use regular
16456         postorder and scrap iteration.
16457         (compute_partial_antic_aux): Remove unused return value.
16458         (init_pre): Do not allocate postorder.
16459         (fini_pre): Do not free postorder.
16461 2016-04-18  Richard Biener  <rguenther@suse.de>
16463         PR middle-end/37870
16464         * expmed.c (extract_bit_field_1): Remove broken case
16465         using a wider MODE_INT mode.
16467 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
16469         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
16470         unless compiling with at least GCC-4.8.
16472 2016-04-17  Jan Hubicka  <jh@suse.cz>
16474         PR bootstrap/70706
16475         * graphite.c (graphite_finalize): Update call to
16476         tree_estimate_probability.
16477         * predict.h (tree_estimate_probability): Update prototype.
16479 2016-04-17  Jan Hubicka  <jh@suse.cz>
16481         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
16482         (tree_estimate_probability): Likewise.
16483         (pass_profile::execute): Update.
16484         (report_predictor_hitrates): New function.
16485         * profile.c (compute_branch_probabilities): Use it.
16486         * predict.h (report_predictor_hitrates): Declare.
16488 2016-04-17  Jan Hubicka  <jh@suse.cz>
16490         PR ipa/70018
16491         * cgraph.h (cgraph_node::set_const_flag,
16492         cgraph_node::set_pure_flag): Update prototype to return bool;
16493         update comment.
16494         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
16495         of interposable symbol are interposable, too.
16496         (cgraph_set_const_flag_1): Rename to ...
16497         (set_const_flag_1): ... this one; change to self recursive function
16498         instead of call_for_symbol_thunks_and_aliases. Handle correctly
16499         clearnig the flag in all variants and also virtual thunks of const
16500         functions are pure; track if any change was done.
16501         (cgraph_node::set_const_flag): Update.
16502         (struct set_pure_flag_info): New struct.
16503         (cgraph_set_pure_flag_1): Rename to ...
16504         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
16505         rather than pointer encoded flags; track if any changes was done;
16506         handle correctly clearning flag and setting flag of aliases already
16507         declared const.
16508         (cgraph_node::set_pure_flag): Update.
16509         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
16511 2016-04-17  Tom de Vries  <tom@codesourcery.com>
16513         PR other/70433
16514         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
16515         backslash in label.
16517 2016-04-17  Tom de Vries  <tom@codesourcery.com>
16519         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
16520         '{}<> ' as escape-for-record.
16522 2016-04-17  Tom de Vries  <tom@codesourcery.com>
16524         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
16525         structure.
16527 2016-04-17  Tom de Vries  <tom@codesourcery.com>
16529         PR other/70185
16530         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
16531         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
16532         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
16533         * passes.c (finish_optimization_passes): Only call
16534         finish_graph_dump_file if dfi->graph_dump_initialized.
16535         (execute_function_dump, pass_init_dump_file): Use
16536         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
16538 2016-04-17  Tom de Vries  <tom@codesourcery.com>
16540         PR tree-optimization/70256
16541         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
16542         (debug_varmap): New function.
16544 2016-04-17  Tom de Vries  <tom@codesourcery.com>
16546         PR other/70183
16547         * passes.c (pass_manager::register_pass): Propagate pflags.
16549 2016-04-17  Tom de Vries  <tom@codesourcery.com>
16551         PR other/68875
16552         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
16553         * passes.c (pass_manager::pass_manager): Declare and init p_start in
16554         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
16555         check if it's equal to p_start.
16556         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
16558 2016-04-15  Jan Hubicka  <jh@suse.cz>
16560         PR ipa/70018
16561         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
16562         function does not bind to current def.
16563         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
16564         handle conservatively calls to functions that does not need to bind
16565         to current def.
16566         (check_call): Update call of worse_state.
16567         (ignore_edge_for_nothrow): Update.
16568         (ignore_edge_for_pure_const): Likewise.
16569         (propagate_pure_const): Update calls to worse_state.
16570         (skip_function_for_local_pure_const): Reformat comments.
16572 2016-04-15  Jan Hubicka  <jh@suse.cz>
16574         PR ipa/70018
16575         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
16576         (cgraph_node::function_symbol): Likewise.
16577         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
16578         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
16579         (symtab_node::ultimate_alias_target): Add REF parameter.
16580         (symtab_node::binds_to_current_def_p): Declare.
16581         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
16582         (cgraph_node::function_symbol): Likewise.
16583         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
16584         (cgraph_node::get_availability): Likewise.
16585         (cgraph_edge::binds_to_current_def_p): New inline function.
16586         (varpool_node::get_availability): Add REF parameter.
16587         (varpool_node::ultimate_alias_target): Likewise.
16588         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
16589         (symtab_node::binds_to_current_def_p): Likewise.
16590         * varpool.c (varpool_node::get_availability): Likewise.
16592 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
16594         PR target/70662
16595         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
16596         Fix mode size check.
16598 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
16600         * BASE-VER: Set to 7.0.0.
16602 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
16604         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
16606 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16608         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
16609         architecture revisions.
16611 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
16613         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
16614         * config/i386/i386.c (ix86_using_red_zone): No longer static.
16615         * config/i386/i386.md (stack decrement to push peepholes): Guard
16616         with !x86_using_red_zone ().
16618 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
16620         PR c++/70675
16621         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
16622         to dump_generic_node.
16623         (NIY): Pass also flags to do_niy.
16625 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
16627         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
16628         (simd_clone_vector_of_formal_parm_types)
16629         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
16630         (simd_clone_mangle, simd_clone_create)
16631         (simd_clone_adjust_return_type, create_tmp_simd_array)
16632         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
16633         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
16634         (ipa_simd_modify_function_body, simd_clone_linear_addend)
16635         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
16636         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
16637         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
16638         * omp-simd-clone.c: ... this new file.
16639         (simd_clone_vector_of_formal_parm_types): Make it static.
16640         * Makefile.in (OBJS): Add omp-simd-clone.o.
16642 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
16644         PR target/70662
16645         * config/i386/sse.md: Use proper memory operand modifiers.
16648 2016-04-15  Richard Biener  <rguenther@suse.de>
16649         Alan Modra  <amodra@gmail.com>
16651         PR tree-optimization/70130
16652         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
16653         when alignment stays not the same and no not use the realign
16654         scheme then.
16656 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
16658         PR target/70669
16659         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
16660         direct move handlers for KFmode. Change TFmode handlers test from
16661         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
16663 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
16665         PR c++/70594
16666         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
16667         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
16668         (inlined_polymorphic_ctor_dtor_block_p): Use it.
16669         * tree-ssa-live.c (remove_unused_scope_block_p): When
16670         in_ctor_dtor_block, avoid discarding not just BLOCKs with
16671         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
16672         block_ultimate_origin is FUNCTION_DECL.
16673         (remove_unused_locals): If current_function_decl is
16674         polymorphic_ctor_dtor_p, pass initial true to
16675         remove_unused_scope_block_p' is_ctor_dtor_block.
16677 2016-04-14  Martin Sebor  <msebor@redhat.com>
16679         PR c++/69517
16680         PR c++/70019
16681         PR c++/70588
16682         * doc/extend.texi (Variable Length): Revert.
16684 2016-04-14  Marek Polacek  <polacek@redhat.com>
16685             Jan Hubicka  <hubicka@ucw.cz>
16687         PR c++/70029
16688         * tree.c (verify_type): Disable the canonical type of main variant
16689         check.
16691 2016-04-14  Jason Merrill  <jason@redhat.com>
16693         * cfgexpand.c, expr.c: Revert previous change.
16695 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
16697         PR middle-end/70643
16698         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
16699         when building a mem ref for the incoming reduction variable.
16701 2016-04-14  Richard Biener  <rguenther@suse.de>
16703         PR tree-optimization/70614
16704         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
16705         loop if the evolution dropped to chrec_dont_know.
16706         (interpret_condition_phi): Likewise.
16708 2016-04-14  Richard Biener  <rguenther@suse.de>
16710         PR tree-optimization/70623
16711         * tree-ssa-pre.c (changed_blocks): Make global ...
16712         (compute_antic): ... local here.  Move and fix worklist
16713         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
16714         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
16715         worklist handling, dump when ANTIC_IN changed.
16716         (compute_partial_antic_aux): Remove worklist handling.
16717         (init_pre): Do not compute post dominators.  Add a comment about
16718         the CFG order chosen.
16719         (fini_pre): Do not free post dominators.
16721 2016-04-13  Martin Sebor  <msebor@redhat.com>
16723         PR c++/69517
16724         PR c++/70019
16725         PR c++/70588
16726         * doc/extend.texi (Variable Length): Document C++ specifics.
16728 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
16730         PR c++/70641
16731         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
16732         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
16733         eh edges have been purged.
16735         PR c++/70594
16736         * tree-sra.c (create_access_replacement,
16737         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
16738         gets fancy name.
16739         * tree-pretty-print.c (dump_fancy_name): New function.
16740         (dump_decl_name, dump_generic_node): Use it.
16742 2016-04-13  Jason Merrill  <jason@redhat.com>
16744         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
16745         * expr.c (expand_expr_real_1): Likewise.
16747 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
16749         * config/i386/i386.md (kunpckhi): Swap operands.
16750         (kunpcksi): Likewise.
16751         (kunpckdi): Likewise.
16752         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
16753         (vec_pack_trunc_<mode>): Likewise.
16755 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
16757         PR debug/70628
16758         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
16760         PR middle-end/70633
16761         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
16762         gimplification turns some element into non-constant.
16764         PR debug/70628
16765         * rtl.h (convert_memory_address_addr_space_1): New prototype.
16766         * explow.c (convert_memory_address_addr_space_1): No longer static,
16767         add NO_EMIT argument and don't call convert_modes if true, pass
16768         it down recursively, remove break after return.
16769         (convert_memory_address_addr_space): Adjust caller.
16770         * simplify-rtx.c (simplify_unary_operation_1): Call
16771         convert_memory_address_addr_space_1 instead of convert_memory_address,
16772         if it returns NULL, don't simplify.
16774 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
16776         PR target/70630
16777         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
16779 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
16781         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
16782         Bump the upper SIMDLEN limits, so that if the return type or
16783         characteristic type if the return type is void can be passed in
16784         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
16785         allowed.
16787 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
16789         PR target/70640
16790         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
16791         Do not use "=" constraint on an input constraint.
16792         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
16793         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
16794         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
16795         generates (neg (abs ...)) instead of (abs ...).
16797 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
16799         PR rtl-optimization/70596
16800         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
16801         just invalidate LRA data and reset them.  Adjust dump wording.
16803 2016-04-12  Martin Liska  <mliska@suse.cz>
16805         Revert
16806         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
16808         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
16809         estimates here.
16810         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
16811         max_loop_iterations_int.
16812         (tree_unswitch_outer_loop): Likewise.
16813         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
16814         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
16816 2016-04-12  Tom de Vries  <tom@codesourcery.com>
16818         PR tree-optimization/68756
16819         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
16820         instead of new_name.
16822 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
16824         PR tree-optimization/70602
16825         * tree-sra.c (generate_subtree_copies): Don't write anything into
16826         constant pool decls.
16828         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
16829         regardless whether there are depend clauses or not.
16831 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
16833         PR target/70381
16834         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
16835         target attribute and pragma from changing the -mfloat128
16836         and -mfloat128-hardware options.
16838         * doc/extend.texi (Additional Floating Types): Document PowerPC
16839         __float128 restrictions.
16841 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
16843         PR target/70133
16844         * config/aarch64/driver-aarch64.c
16845         (aarch64_get_extension_string_for_isa_flags): New.
16846         (arch_extension): Rename to...
16847         (aarch64_arch_extension): ...This.
16848         (ext_to_feat_string): Rename to...
16849         (aarch64_extensions): ...This.
16850         (aarch64_core_data): Keep track of architecture extension flags.
16851         (cpu_data): Rename to...
16852         (aarch64_cpu_data): ...This.
16853         (aarch64_arch_driver_info): Keep track of architecture extension
16854         flags.
16855         (get_arch_name_from_id): Rename to...
16856         (get_arch_from_id): ...This, change return type.
16857         (host_detect_local_cpu): Update and reformat for renames, handle
16858         extensions through common infrastructure.
16860 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
16862         PR target/70133
16863         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
16864         track of a canonical flag name.
16865         (all_extensions): Likewise.
16866         (arch_to_arch_name): Also track extension flags enabled by the arch.
16867         (all_architectures): Likewise.
16868         (aarch64_parse_extension): Move to here.
16869         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
16870         rework.
16871         (aarch64_rewrite_selected_cpu): Update for above change.
16872         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
16873         are handled, such that the single explicit value enabled by an
16874         extension is kept seperate from the implicit values it also enables.
16875         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
16876         to here.
16877         (aarch64_parse_extension): New.
16878         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
16879         here to config/aarch64/aarch64-protos.h.
16880         (aarch64_parse_extension): Move from here to
16881         common/config/aarch64/aarch64-common.c.
16882         (aarch64_option_print): Update.
16883         (aarch64_declare_function_name): Likewise.
16884         (aarch64_start_file): Likewise.
16885         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
16886         the canonical flag for extensions.
16887         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
16888         flags.
16890 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
16892         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
16893         AARCH64_FL_CRC.
16895 2016-04-09  Tom de Vries  <tom@codesourcery.com>
16897         PR tree-optimization/68953
16898         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
16899         first to last subscript.
16901 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
16903         PR tree-optimization/70586
16904         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
16905         for any calls.
16907 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
16909         PR lto/70289
16910         PR ipa/70348
16911         PR tree-optimization/70373
16912         PR middle-end/70533
16913         PR middle-end/70534
16914         PR middle-end/70535
16915         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
16916         clauses for acc parallel reductions as necessary.  Error on those
16917         that are private.
16918         * omp-low.c (scan_sharing_clauses): Don't install variables which
16919         are used in acc parallel reductions.
16920         (lower_rec_input_clauses): Remove dead code.
16921         (lower_oacc_reductions): Add support for reference reductions.
16922         (lower_reduction_clauses): Remove dead code.
16923         (lower_omp_target): Don't remap variables appearing in acc parallel
16924         reductions.
16925         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
16927 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
16929         PR middle-end/70593
16930         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
16931         with multiple SSA_NAME defs, force the outputs other than first
16932         to be live before calling live_track_process_def on each output.
16934         PR rtl-optimization/70574
16935         * fwprop.c (forward_propagate_and_simplify): Don't add
16936         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
16937         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
16938         paradoxical subregs within *loc.
16940 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
16942         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
16943         -ftree-parallelize-loops={0,1}.
16944         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
16945         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
16946         * config/ia64/hpux.h (LIB_SPEC): Likewise.
16947         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
16948         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
16950 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
16952         PR sanitizer/70541
16953         * asan.c (instrument_derefs): If we get unknown location, extract it
16954         with EXPR_LOCATION.
16955         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
16957 2016-04-08  Tom de Vries  <tom@codesourcery.com>
16959         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
16960         implicit firstprivate clause.
16962 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16964         PR target/70566
16965         * config/arm/thumb2.md (tst + branch-> lsls + branch
16966         peephole below *orsi_not_shiftsi_si): Require that condition
16967         register is dead after the peephole.
16968         (second peephole after the above): Likewise.
16970 2016-04-08  Alan Modra  <amodra@gmail.com>
16972         PR target/70117
16973         * builtins.c (fold_builtin_classify): For IBM extended precision,
16974         look at just the high-order double to test for NaN.
16975         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
16976         test just the high double for Inf but both doubles for subnormal
16977         limit.
16979 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
16981         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
16982         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
16983         node->simdclone->mask_mode != VOIDmode masks.
16984         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
16985         earlier, use it instead of node->simdclone.
16986         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
16987         Set clonei->mask_mode.
16989 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
16991         PR c/70436
16992         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
16993         Pass it through to cp_parser_already_scoped_statement.
16994         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
16995         it through to cp_parser_statement.
16996         (cp_parser_statement): Pass IF_P through to
16997         cp_parser_iteration_statement.
16998         (cp_parser_pragma): Adjust call to
16999         cp_parser_iteration_statement.
17001 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
17003         PR c/70436
17004         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
17005         resolve a future -Wparentheses warning.
17006         * omp-low.c (scan_sharing_clauses): Likewise.
17007         * tree-parloops.c (eliminate_local_variables): Likewise.
17009 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
17011         PR rtl-optimization/70398
17012         * lra-constraints.c (process_address_1): Check zero scale and code
17013         for reloading with zero scale.
17015 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
17017         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
17018         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
17020 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
17022         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
17023         Add support for AVX512F clones, include them by default for
17024         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
17025         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
17026         up to 128.
17028         PR middle-end/70550
17029         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
17030         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
17031         firstprivate clauses.
17032         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
17033         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
17034         (lower_omp_target): Set TREE_NO_WARNING for
17035         non-addressable possibly uninitialized vars which are copied into
17036         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
17038 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
17040         * config/pa/predicates.md (integer_store_memory_operand): Accept
17041         REG+D operands with a large offset when reload_in_progress is true.
17042         (floating_point_store_memory_operand): Likewise.
17044 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
17046         PR c++/70336
17047         * match.pd (nested int casts): Limit to GIMPLE.
17049 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
17051         PR ipa/66223
17052         * ipa-devirt.c (maybe_record_node): Fix comment; use
17053         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
17055 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
17057         PR rtl-optimization/70542
17058         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
17059         if there are any uses other than insn or debug insns.
17061 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
17062             Jakub Jelinek  <jakub@redhat.com>
17064         PR tree-optimization/70509
17065         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
17066         Shift HOST_WIDE_INT_1U instead of 1.
17068 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
17070         PR tree-optimization/70509
17071         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
17072         of the vector base type for index.
17074 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
17076         PR target/70510
17077         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
17079 2016-04-05  Richard Biener  <rguenther@suse.de>
17081         PR tree-optimization/70526
17082         * tree-sra.c (build_ref_for_offset): Use prev_base to
17083         extract the alias pointer type.
17085 2016-04-05  Richard Biener  <rguenther@suse.de>
17087         * dse.c (struct store_info): Remove alias_set member.
17088         (struct read_info_type): Likewise.
17089         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
17090         spill_deleted, clear_alias_set_lookup): Remove.
17091         (get_group_info): Remove dead base == NULL_RTX case.
17092         (dse_step0): Remove initialization of removed variables.
17093         (delete_dead_store_insn): Reomve alias set dumping.
17094         (free_read_records): Remove alias_set handling.
17095         (canon_address): Remove alias_set_out parameter.
17096         (record_store): Remove spill_alias_set, it's always zero.
17097         (check_mem_read_rtx): Likewise.
17098         (dse_step2): Rename from ...
17099         (dse_step2_nospill): ... this.  Adjust.
17100         (scan_stores): Rename from ...
17101         (scan_stores_nospill): ... this.
17102         (scan_reads): Rename from ...
17103         (scan_reads_nospill): ... this.
17104         (scan_stores_spill, scan_reads_spill): Remove.
17105         (dse_step3_scan): Remove for_spills argument which is always false.
17106         (dse_step3): Likewise.
17107         (dse_step5): Rename from ...
17108         (dse_step5_nospill): ... this.  Remove alias_set handling.
17109         (rest_of_handle_dse): Adjust.
17111 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
17113         PR target/70525
17114         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
17115         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
17116         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
17117         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
17119 2016-04-05  Richard Biener  <rguenther@suse.de>
17121         PR middle-end/70499
17122         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
17123         non-register type temporaries into SSA.
17125 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
17127         PR ipa/66223
17128         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
17129         calls when sanitizing.
17130         (possible_polymorphic_call_target_p): Fix formatting.
17132 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17133             Jakub Jelinek  <jakub@redhat.com>
17135         PR middle-end/70457
17136         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
17137         to ensure a call statement is compatible with a built-in's
17138         prototype.
17139         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
17140         Likewise.
17142 2016-04-04  Richard Biener  <rguenther@suse.de>
17144         PR rtl-optimization/70484
17145         * rtl.h (canon_output_dependence): Declare.
17146         * alias.c (canon_output_dependence): New function.
17147         * dse.c (record_store): Use canon_output_dependence rather
17148         than canon_true_dependence.
17150 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
17152         PR ipa/68881
17153         * cgraph.h (symtab_node::copy_visibility_from): New function.
17154         * symtab.c (symtab_node::copy_visibility_from): New function.
17155         * ipa-visibility.c (optimize_weakref): New function.
17156         (function_and_variable_visibility): Use it.
17158 2016-04-04  Martin Liska  <mliska@suse.cz>
17160         PR hsa/70402
17161         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
17162         value that is really in range handled by SBR instruction.
17163         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
17164         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
17165         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
17167 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
17169         PR target/70416
17170         PR target/67391
17171         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
17172         set, but not for SP_REG operands.
17174 2016-04-02  Martin Sebor  <msebor@redhat.com>
17176         PR c++/67376
17177         * fold-const.c (maybe_nonzero_address): New function.
17178         (fold_comparison): Call it.  Fold equality and relational
17179         expressions involving null pointers.
17180         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
17182 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
17184         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
17185         the "Y" constraint (scalar FP 0.0 immediate).
17187         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
17188         Add the "const_double" to the list of operand constraints.
17190 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
17192         PR rtl-optimization/70467
17193         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
17194         If low word of the last operand is 0, just emit addition/subtraction
17195         for the high word.
17197 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17199         PR target/70404
17200         * config/s390/s390.c (s390_expand_insv): Check for everything
17201         constant instead of just VOIDmode stuff.
17203 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17205         PR target/70496
17206         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
17208 2016-04-01  Nathan Sidwell  <nathan@acm.org>
17210         * tree.def (TRY_CATCH_EXPR): Correct documentation.
17212 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
17214         PR rtl-optimization/70461
17215         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
17216         is necessary.
17218 2016-03-31  Martin Liska  <mliska@suse.cz>
17220         PR hsa/70399
17221         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
17222         a tree value or an immediate integer value to a buffer
17223         that is eventually copied to a BRIG section.
17224         (emit_immediate_operand): Call the function here.
17225         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
17226         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
17227         of class' fields that are removed.
17228         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
17229         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
17230         m_brig_repr_size fields.
17232 2016-03-31  Martin Liska  <mliska@suse.cz>
17234         PR hsa/70391
17235         * hsa-gen.c (hsa_function_representation::update_dominance): New
17236         function.
17237         (convert_addr_to_flat_segment): Likewise.
17238         (gen_hsa_memory_set): New alignment argument.
17239         (gen_hsa_ctor_assignment): Likewise.
17240         (gen_hsa_insns_for_single_assignment): Provide alignment
17241         to gen_hsa_ctor_assignment.
17242         (gen_hsa_insns_for_direct_call): Add new argument.
17243         (expand_lhs_of_string_op): New function.
17244         (expand_string_operation_builtin): Likewise.
17245         (expand_memory_copy): New function.
17246         (expand_memory_set): New function.
17247         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
17248         (convert_switch_statements): Change signature.
17249         (generate_hsa): Use a return value of the function.
17250         (pass_gen_hsail::execute): Do not call
17251         convert_switch_statements here.
17252         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
17253         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
17254         (hsa_function_representation::update_dominance): New function.
17256 2016-03-31  Martin Liska  <mliska@suse.cz>
17258         PR hsa/70391
17259         * hsa-brig.c (emit_directive_variable): Emit alignment
17260         according to hsa_symbol::m_align.
17261         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
17262         (dump_hsa_symbol): Dump alignment of HSA symbols.
17263         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
17264         (gen_hsa_addr_with_align): New function.
17265         (hsa_bitmemref_alignment): Use newly added function.
17266         (gen_hsa_insns_for_load): Likewise.
17267         (gen_hsa_insns_for_store): Likewise.
17268         (gen_hsa_memory_copy): New argument added.
17269         (gen_hsa_insns_for_single_assignment): Respect
17270         alignment for assignments processed via gen_hsa_memory_copy.
17271         (gen_hsa_insns_for_direct_call): Likewise.
17272         (gen_hsa_insns_for_return): Likewise.
17273         (gen_function_def_parameters): Set default alignment.
17274         * hsa.c (hsa_object_alignment): New function.
17275         (hsa_byte_alignment): Pasted function.
17276         * hsa.h (hsa_symbol::m_align): New field.
17278 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
17280         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
17281         scratch field for goto case.
17283 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
17285         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
17287 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
17289         PR target/70442
17290         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
17291         (scalar_chain::convert_insn): Call convert_op for reg
17292         moves to handle undefined registers.
17294 2016-03-31  Nathan Sidwell  <nathan@acm.org>
17296         PR c++/70393
17297         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
17298         Assert we don't want to move backwards.
17300 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
17302         PR target/70453
17303         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
17305 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
17307         PR rtl-optimization/70460
17308         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
17309         with operand from REG_LABEL_OPERAND, instead substitute
17310         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
17311         Don't do anything for REG_NON_LOCAL_GOTO jumps.
17313 2016-03-31  Martin Liska  <mliska@suse.cz>
17315         * passes.c (execute_one_pass): Do not call
17316         todo_after for a discarded function.
17318 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
17320         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
17321         (no_cost, infinite_cost): Initialize the new field.
17322         (get_computation_cost_at): Record setup cost.
17323         (determine_use_iv_cost_address): Skip cost computation for sub
17324         uses if we can estimate it without losing accuracy.
17326 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
17328         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
17329         estimates here.
17330         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
17331         max_loop_iterations_int.
17332         (tree_unswitch_outer_loop): Likewise.
17333         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
17334         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
17336 2016-03-30  Richard Biener  <rguenther@suse.de>
17338         PR middle-end/70450
17339         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
17341 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
17343         PR target/70421
17344         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
17345         in gen_blendm expander.
17347 2016-03-30  Nick Clifton  <nickc@redhat.com>
17349         PR target/62254
17350         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
17351         case where we are already provided with an SImode SUBREG.
17353 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
17355         PR target/70439
17356         * config/i386/i386.c (ix86_expand_epilogue): Properly check
17357         conflict between DRAP register and __builtin_eh_return.
17359 2016-03-30  Michael Matz  <matz@suse.de>
17360             Richard Biener  <rguenther@suse.de>
17362         PR ipa/12392
17363         * ipa-polymorphic-call.c (struct type_change_info): Change
17364         speculative to an unsigned allowing to limit the work we do.
17365         (csftc_abort_walking_p): New inline function..
17366         (check_stmt_for_type_change): Limit the number of may-defs
17367         skipped for speculative devirtualization to
17368         max-speculative-devirt-maydefs.
17369         * params.def (max-speculative-devirt-maydefs): New param.
17370         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
17372 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
17374         PR target/63890
17375         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
17376         and TARGET_MACHO.
17378 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
17380         PR tree-optimization/59124
17381         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
17382         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
17384 2016-03-29  Jeff Law  <law@redhat.com>
17386         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
17388 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
17390         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
17391         to HOST_WIDE_INT.
17393 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
17395         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
17396         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
17397         gcrt0.o if linking dynamically.
17399 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
17401         PR ipa/70283
17402         * ipa-devirt.c (methods_equal_p): New function.
17403         (compare_virtual_tables): Use it.
17404         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
17405         * cgraphclones.c (clone_function_name_1): Use
17406         symbol_table::symbol_suffix_separator.
17407         * coverage.c (build_var): Likewise.
17408         * symtab.c (symbol_table::symbol_suffix_separator): New.
17410 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
17412         PR rtl-optimization/70429
17413         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
17414         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
17415         mode != result_mode.
17417         PR c++/70353
17418         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
17420         PR tree-optimization/70405
17421         * ssa-iterators.h (num_imm_uses): Add missing braces.
17423 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
17425         PR rtl-optimization/68695
17426         * ira-color.c (allocno_copy_cost_saving): New.
17427         (improve_allocation): Use it.
17429 2016-03-29  Richard Henderson  <rth@redhat.com>
17431         PR middle-end/70355
17432         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
17434 2016-03-29  Richard Biener  <rguenther@suse.de>
17436         PR middle-end/70424
17437         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
17438         use alignment returned by get_pointer_alignment_1 if it is
17439         bigger than BITS_PER_UNIT.
17440         * builtins.c (get_pointer_alignment_1): Do not return true
17441         for alignment extracted from SSA info.
17443 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
17445         * config/ft32/ft32.opt (mnodiv): New.
17446         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
17447         * doc/invoke.texi (FT32 Options -mnodiv): New.
17449 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
17451         PR target/70406
17452         * config/i386/i386.md (define_split, andn): Fix modes.
17454 2016-03-26  Richard Biener  <rguenther@suse.de>
17455             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
17457         PR ipa/70366
17458         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
17459         instead of
17460         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
17461         as 2nd argument to cl_optimization_restore().
17463 2016-03-25  Richard Henderson  <rth@redhat.com>
17465         PR target/70120
17466         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
17467         * config/aarch64/aarch64-protos.h: Declare it.
17468         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
17470 2016-03-25  Alan Modra  <amodra@gmail.com>
17472         PR target/70052
17473         * config/rs6000/constraints.md (j): Simplify.
17474         * config/rs6000/predicates.md (easy_fp_constant): Exclude
17475         decimal float 0.D.
17476         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
17477         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
17478          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
17479         in all constraint alternatives.
17480         (movtd_64bit_nodm): Delete "j" constraint alternative.
17482 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
17484         * tree-ssa-propagate.c: Enhance docs for
17485         SSA_PROP_NOT_INTERESTING.
17487 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
17489         * doc/extend.texi: Fix typo in documentation to pure attribute.
17491 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
17493         PR target/70319
17494         * config/pa/pa.md (bswapdi2): Use a scratch register.
17496 2016-03-24  Richard Henderson  <rth@redhat.com>
17498         PR middle-end/69845
17499         * fold-const.c (extract_muldiv_1): Correct test for multiplication
17500         overflow.
17502 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
17504         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
17505         using ix86_expand_binary_operator instead of gen_andsi3.
17507 2016-03-24  Richard Biener  <rguenther@suse.de>
17509         PR tree-optimization/70396
17510         * tree-vect-stmts.c (vectorizable_comparison): Use
17511         get_vectype_for_scalar_type.
17513 2016-03-24  Richard Biener  <rguenther@suse.de>
17515         PR middle-end/70370
17516         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
17517         with register bases.
17519 2016-03-24  Richard Biener  <rguenther@suse.de>
17521         PR tree-optimization/70372
17522         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
17523         build_all_ones_cst to also handle vector types correctly.
17525 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
17527         PR target/70381
17528         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
17529         -mfloat128 here.
17531 2016-03-23  Marek Polacek  <polacek@redhat.com>
17533         PR c++/69884
17534         * doc/invoke.texi: Document -Wignored-attributes.
17536 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
17538         PR tree-optimization/69042
17539         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
17540         parameter from 30 to 40.
17542 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
17544         PR tree-optimization/69042
17545         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
17546         for use with constant offset stripped in base.
17548 2016-03-23  Richard Biener  <rguenther@suse.de>
17550         PR middle-end/70251
17551         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
17552         mode compatibility check.
17553         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
17555 2016-03-23  Jeff Law  <law@redhat.com>
17557         PR tree-optimization/64058
17558         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
17559         CONFLICT_COUNT.
17560         (struct ssa_conflicts): Move up earlier in the file.
17561         (conflicts_, var_map_): New static variables.
17562         (initialize_conflict_count): New function to initialize the
17563         CONFLICT_COUNT field for each conflict pair.
17564         (compare_pairs): Lazily initialize the conflict count and use it
17565         as the first tie-breaker.
17566         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
17567         and wipe conflicts_ and map_ around the call to qsort.  Remove
17568         special case for 2 coalesce pairs.
17569         * bitmap.c (bitmap_count_unique_bits): New function.
17570         (bitmap_count_bits_in_word): New function, extracted from
17571         bitmap_count_bits.
17572         (bitmap_count_bits): Use bitmap_count_bits_in_word.
17573         * bitmap.h (bitmap_count_unique_bits): Declare it.
17575 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
17577         PR target/69917
17578         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
17579         transparent alias chain for decl assembler name.
17580         * config/sol2.c (solaris_assemble_visibility): Likewise.
17582 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17584         * config/arm/arm1020e.md (1020call_op): Reduce reservation
17585         duration.
17586         (v10_fdivs): Likewise.
17587         (v10_fdivd): Likewise.
17589 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17591         PR driver/70132
17592         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
17593         to not call fclose twice on file.
17595 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
17597         PR tree-optimization/70354
17598         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
17599         oprnd0 is wider than oprnd1 and there is a cast from the wider
17600         type to oprnd1, mask it with the mask of the narrower type.
17602         PR target/70321
17603         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
17604         Optimize TARGET_STV splitters, if high or low word of last argument
17605         is 0 or -1.
17607 2016-03-22  Jeff Law  <law@redhat.com>
17609         PR target/70232
17610         tree-ssa-threadbackward.c
17611         (fsm_find_control_statement_thread_paths): Correctly distinguish
17612         between old style jump threads vs FSM jump threads.
17614 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
17616         PR target/70302
17617         * config/i386/i386.c (scalar_chain::convert_op): Support
17618         uninitialized register usage case.
17620 2016-03-22  Richard Biener  <rguenther@suse.de>
17622         PR middle-end/70251
17623         * genmatch.c (gen_transform): Adjust last parameter to a three-state
17624         int...
17625         (capture::gen_transform): ... to change behavior when substituting
17626         a condition into cond or not-cond expr context.
17627         (dt_simplify::gen_1): Adjust.
17628         * gimple-match-head.c: Include gimplify.h for unshare_expr.
17629         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
17630         last change and instead change to
17631         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
17632         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
17634 2016-03-22  Anthony Green  <green@moxielogic.com>
17636         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
17637         issue for moxiebox targets.
17638         (CC1PLUS_SPEC): Ditto.
17640 2016-03-22  Richard Biener  <rguenther@suse.de>
17642         PR middle-end/70333
17643         * fold-const.c (extract_muldiv_1): Properly perform multiplication
17644         in the wide type.
17646 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
17648         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
17650 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
17652         PR target/70325
17653         * config/i386/i386.c (def_builtin): Handle
17654         OPTION_MASK_ISA_AVX512VL to be and-ed with other
17655         bits.
17656         (const struct builtin_description bdesc_special_args[]):
17657         Remove duplicate ISA bits.
17659 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
17661         PR target/70329
17662         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
17663         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
17664         in a way that works also for AVX512BW.
17666         PR target/70300
17667         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
17668         instead of source if operands[1] is xmm16 and above and
17669         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
17670         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
17672         PR c++/70295
17673         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
17674         on assign if (*from_p) is a comparison, set it to
17675         TREE_NO_WARNING (*from_p).
17677 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
17679         PR middle-end/70326
17680         * lra.c (restore_scratches): Ignore deleted insns.
17682 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
17683             Jakub Jelinek  <jakub@redhat.com>
17685         PR tree-optimization/70317
17686         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
17687         to HONOR_NANS.
17689 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
17691         PR target/70327
17692         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
17693         of ix86_expand_move.
17694         (movoi): Ditto.
17695         (movti): Use general_operand for operand 1 predicate.
17697 2016-03-21  Martin Liska  <mliska@suse.cz>
17699         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
17700         insns.
17701         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
17703 2016-03-21  Martin Liska  <mliska@suse.cz>
17705         PR ipa/70306
17706         * ipa-icf.c (sem_function::parse): Skip static
17707         constructors and destructors.
17709 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
17711         PR target/70296
17712         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
17713         function-like macro, peek following token(s) if it is followed
17714         by CPP_OPEN_PAREN token with optional padding in between, and
17715         if not, don't treat it like a macro.
17717 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
17718             Alexander Monakov  <amonakov@ispras.ru>
17720         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
17721         for the stabs debug format.
17723 2016-03-21  Richard Biener  <rguenther@suse.de>
17725         PR tree-optimization/70310
17726         * tree-vect-generic.c (expand_vector_condition): Fold the built
17727         condition.
17729 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
17731         PR target/70293
17732         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
17733         Block third alternative for AVX-512VL target,
17735 2016-03-21  Martin Liska  <mliska@suse.cz>
17737         PR hsa/70234
17738         * hsa-brig.c (emit_function_directives): Mark unemitted
17739         global variables for emission.
17740         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
17741         (get_symbol_for_decl): Likewise.
17742         * hsa.h (struct hsa_symbol): New flag.
17744 2016-03-21  Richard Biener  <rguenther@suse.de>
17746         PR tree-optimization/70288
17747         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
17748         we do not estimate unsimplified all-constant conditionals or
17749         switches as optimized away.
17751 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
17753         PR rtl-optimization/69102
17754         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
17755         when we have a readonly dependency context.
17757 2016-03-18  Jeff Law  <law@redhat.com>
17759         PR rtl-optimization/70263
17760         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
17761         (update_equiv_regs): When trying to move a store to after the insn
17762         that sets the source of the store, make sure the store occurs after
17763         the insn that sets the source of the store.  When successful note
17764         the REG_EQUIV note created in the dump file.
17766 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
17767             Bernd Schmidt  <bschmidt@redhat.com>
17769         * doc/extend.texi: Document more potential problems with basic asms.
17771 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
17773         PR rtl-optimization/70278
17774         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
17775         VOIDmode.
17777 2016-03-18  Jason Merrill  <jason@redhat.com>
17779         * calls.c (load_register_parameters): Fix zero size sibcall logic.
17781 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
17783         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
17784         values to 128b regs.
17786 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
17788         PR tree-optimization/70252
17789         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
17790         boolean vector has a proper number of elements.
17791         (supportable_narrowing_operation): Likewise.
17793 2016-03-18  Tom de Vries  <tom@codesourcery.com>
17795         PR ipa/70269
17796         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
17798 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
17800         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
17801         instead of replace_rtx for DEBUG_INSNs.
17803 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
17805         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
17806         load type reservations.
17808 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
17810         PR target/70188
17811         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
17812         define_constraint for "Q" and "T" constraints.
17814 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
17816         Tweak the pipeline model for Exynos M1
17818         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
17819         model.
17821 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
17823         PR c/70264
17824         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
17825         where one or both locations aren't within a line_map.
17827 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
17829         PR driver/70192
17830         * opts.c (finish_options): Don't set flag_pie to the default if
17831         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
17832         if it is -1.
17834 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
17836         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
17837         true as ALL_REGS argument to replace_rtx.
17839 2016-03-17  Richard Biener  <rguenther@suse.de>
17841         PR debug/70271
17842         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
17843         last.
17845 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
17847         PR target/70245
17848         * rtl.h (replace_rtx): Add ALL_REGS argument.
17849         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
17850         equality and assert mode is the same, instead of just rtx pointer
17851         equality.
17852         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
17853         true as ALL_REGS argument to replace_rtx.
17855 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
17857         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
17858         for boolean vector with vector mode only.
17859         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
17861 2016-03-17  Nick Clifton  <nickc@redhat.com>
17863         PR target/70162
17864         * config/rx/rx.c (rx_print_integer): Print negative constants in
17865         decimal.
17867 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
17869         PR target/70261
17870         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
17872 2016-03-16  Richard Henderson  <rth@redhat.com>
17873             Richard Biener  <rguenth@suse.de>
17875         PR middle-end/70240
17876         PR middle-end/68215
17877         PR tree-opt/68714
17878         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
17879         first operand as is_gimple_condexpr.
17881         PR middle-end/70240
17882         PR middle-end/68215
17883         Revert r231575
17884         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
17885         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
17886         Do not gimplify the result.
17887         (do_unop): Adjust call to tree_vec_extract.
17888         (do_binop): Likewise.
17889         (do_compare): Likewise.
17890         (do_plus_minus): Likewise.
17891         (do_negate): Likewise.
17892         (expand_vector_condition): Likewise.
17893         (do_cond): Likewise.
17895 2016-03-16  Richard Henderson  <rth@redhat.com>
17897         PR target/70048
17898         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
17899         (aarch64_classify_address): Use it.
17900         (aarch64_legitimize_address): Force all subexpressions of PLUS
17901         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
17903 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
17904             Richard Biener  <rguenth@suse.de>
17906         PR target/70245
17907         * rtlanal.c (replace_rtx): For REG, if from is a REG,
17908         return to even if only REGNO is equal, and assert
17909         mode is the same.
17911 2016-03-11  Jeff Law  <law@redhat.com>
17913         PR rtl-optimization/70224
17914         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
17916 2016-03-16  Richard Henderson  <rth@redhat.com>
17918         PR middle-end/70199
17919         * function.h (struct function): Add has_forced_label_in_static.
17920         * gimplify.c (force_labels_r): Set it.
17921         * lto-streamer-in.c (input_struct_function_base): Read it.
17922         * lto-streamer-out.c (output_struct_function_base): Write it.
17923         * tree-inline.c (has_label_address_in_static_1): Remove.
17924         (copy_forbidden): Remove fndecl parameter; test
17925         has_forced_label_in_static.
17926         (inline_forbidden_p): Update call to copy_forbidden.
17927         (tree_versionable_function_p): Likewise.
17928         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
17929         (chkp_versioning): Likewise.
17930         * tree-inline.h (copy_forbidden): Update decl.
17932 2016-03-16  Marek Polacek  <polacek@redhat.com>
17934         PR c/70093
17935         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
17936         function being thunked if the result type doesn't have fixed size.
17937         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
17938         doesn't have fixed size.
17940 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
17942         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
17943         reporting malformed loop nest.
17945 2016-03-16  Tom de Vries  <tom@codesourcery.com>
17947         PR lto/70187
17948         * ipa-devirt.c (possible_polymorphic_call_targets): Move
17949         nodes.length () == 1 test to before first nodes[0] access.
17951 2016-03-16  Tom de Vries  <tom@codesourcery.com>
17953         PR tree-optimization/68715
17954         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
17955         single_pred_p test.
17957 2016-03-16  Tom de Vries  <tom@codesourcery.com>
17959         PR tree-optimization/68809
17960         * graphite-scop-detection.c (same_close_phi_node): Test if result types
17961         are the same.
17963 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
17964             Sandra Loosemore  <sandra@codesourcery.com>
17966         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
17967         on leaf attribute. Mention ELF interposition problems.
17969 2016-03-16  Alan Modra  <amodra@gmail.com>
17971         PR rtl-optimization/69195
17972         PR rtl-optimization/47992
17973         * ira.c (indirect_jump_optimize): Ignore artificial defs.
17974         Add comments.
17976 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
17978         PR bootstrap/69513
17979         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
17981 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
17983         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
17985 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
17987         PR rtl-optimization/70222
17988         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
17989         optimization if mode is different from result_mode, queue up masking
17990         of the result in outer_op.  Formatting fix.
17992         PR middle-end/70239
17993         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
17994         of safe_grow.
17996 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
17998         PR rtl-optimization/69032
17999         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
18000         looping backwards over basic block insns.
18002 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
18004         PR target/66660
18005         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
18006         to non-speculative when propagating trap bits.
18008 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
18010         PR rtl-optimization/63384
18011         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
18012         DEBUG_INSN_P insns.
18014 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
18016         PR target/64411
18017         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
18018         factored out from ...
18019         (sched_analyze_insn): ... here.
18020         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
18021         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
18022         get_implicit_reg_pending_clobbers in it.
18023         (setup_id_reg_sets): Use setup_id_implicit_regs.
18024         (deps_init_id): Ditto.
18026 2016-03-15  Tom de Vries  <tom@codesourcery.com>
18028         PR ipa/70161
18029         * cgraph.c (cgraph_node::get_body): Save, reset and restore
18030         dump_file_name.
18031         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
18032         execute_function_dump.
18033         (execute_one_pass): Don't dump function if it will be dumped after ipa
18034         transform.
18036 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
18038         * genrecog.c (match_pattern_2): If pred is NULL don't call
18039         safe_predicate_mode on it.
18041 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
18043         PR middle-end/70219
18044         * lra-constraints.c (delete_move_and_clobber): Change assertion
18045         to also allow dregno == 0.
18047 2016-03-14  Richard Henderson  <rth@redhat.com>
18049         PR tree-opt/68714
18050         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
18051         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
18052         (reassociate_bb): Use optimize_vec_cond_expr; avoid
18053         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
18054         on vectors.
18056 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
18058         PR target/70083
18059         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
18060         regs.
18061         (lra_create_live_ranges_1): initialize hard register biggest_mode to
18062         VOIDmode.
18063         * lra-constraints.c (split_reg): For hard regs, try to find the
18064         biggest single-register mode used in the function.
18066 2016-03-14  Richard Biener  <rguenther@suse.de>
18068         PR tree-optimization/56365
18069         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
18070         constants to compare against.
18072 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
18074         PR target/70098
18075         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
18076         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
18077         (define_split for the GPR case): Use int_reg_operand instead of
18078         gpc_reg_operand for the output.
18080 2016-03-14  Tom de Vries  <tom@codesourcery.com>
18082         PR tree-optimization/70045
18083         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
18084         create_empty_if_region_on_edge argument.
18086 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
18088         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
18089         (STACK_CHECK_PROTECT): Likewise.
18090         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
18091         (STACK_CHECK_PROTECT): Likewise.
18092         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
18093         (STACK_CHECK_PROTECT): Likewise.
18094         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
18095         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
18096         (STACK_CHECK_PROTECT): Likewise.
18098 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
18100         PR rtl-optimization/69307
18101         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
18102         registers in modes that span more than one register.
18104 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
18106         PR target/69614
18107         * lra-constraints.c (delete_move_and_clobber): New.
18108         (remove_inheritance_pseudos): Use it.
18110 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
18112         PR ada/70017
18113         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
18114         the libcall is LCT_THROW.
18115         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
18116         for the checking routine.
18118 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
18120         PR target/70131
18121         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
18122         optimization if we have direct move.
18123         (roundu32<mode>2_fprs): Likewise.
18125 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
18127         PR target/70123
18128         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
18129         be rematerialized.
18130         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
18131         Arguments swapped.  All callers changed.  Take reg_renumber into
18132         account, and Calculate and compare register ranges for hard regs.
18134 2016-03-11  Jeff Law  <law@redhat.com>
18136         PR tree-optimization/70190
18137         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
18138         Handle cases where we can not extract the taken edge, even though we
18139         found a constant value.
18141         PR tree-optimization/64058
18142         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
18143         (num_coalesce_pairs): Move up earlier in file.
18144         (find_coalesce_pair): Initialize the INDEX field for each pair
18145         discovered.
18146         (compare_pairs): No longer sort on the elements in each pair.
18147         Instead break ties with the index of the coalesce pair.
18149 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18151         PR target/70002
18152         * config/aarch64/aarch64-protos.h
18153         (aarch64_save_restore_target_globals): New prototype.
18154         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
18155         Call the above when popping pragma.
18156         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
18157         New function.
18158         (aarch64_set_current_function): Rewrite using the above.
18160 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
18162         PR tree-optimization/70177
18163         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
18164         (extract_ops_from_tree): ... this.  In the 2 argument
18165         overload remove _1 suffix.
18166         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
18167         (extract_ops_from_tree): ... this.
18168         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
18169         Adjust callers.
18170         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
18171         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
18172         extract_ops_from_tree instead of 2 operand one.
18174 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
18176         PR tree-optimization/70013
18177         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
18178         for constant-pool entries.
18180 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
18182         PR rtl-optimization/70174
18183         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
18184         followed by gen_lowpart on force_reg instead of just gen_lowpart.
18186         PR tree-optimization/70169
18187         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
18188         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
18189         for unknown codes.
18191 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
18192             Jakub Jelinek  <jakub@redhat.com>
18194         PR target/70160
18195         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
18196         of uninitialized values.
18198 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18200         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
18201         define_expand.
18202         ("*trunctddd2"): New pattern definition.
18203         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
18204         TD->DD truncation.
18206 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18208         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
18209         definitions for BFP and DFP rounding modes.
18210         ("fixuns_truncdddi2", "fixuns_trunctddi2")
18211         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
18212         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
18213         ("fix_trunctf<mode>2"): Use the new constants instead of magic
18214         numbers.
18216 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18218         * config/s390/constraints.md: Adjust comment.
18219         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
18220         s390_decompose_addrstyle_without_index.
18221         * config/s390/predicates.md (shift_count_or_setmem_operand):
18222         Rename to setmem_operand.
18223         * config/s390/s390-protos.h
18224         (s390_decompose_shift_count): Rename to
18225         s390_decompose_addrstyle_without_index.
18226         * config/s390/s390.c (s390_decompose_shift_count)
18227         (s390_mem_constraint, print_shift_count_operand)
18228         (print_operand_address, print_operand): Rename
18229         s390_decompose_shift_count to
18230         s390_decompose_addrstyle_without_index and rename
18231         print_shift_count_operand to print_addrstyle_operand troughout the
18232         file.
18233         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
18234         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
18235         Rename shift_count_or_setmem_operand to setmem_operand.
18236         * config/s390/vx-builtins.md ("vec_insert<mode>")
18237         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
18238         nonmemory_operand.
18240 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18242         PR target/70168
18243         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
18244         Handle overlapping retval and newval.
18246 2016-03-10  Nick Clifton  <nickc@redhat.com>
18248         PR target/7044
18249         * config/aarch64/aarch64.c
18250         (aarch64_override_options_after_change_1): When forcing
18251         flag_omit_frame_pointer to be true, use a special value that can
18252         be detected if this function is called again, thus preventing
18253         flag_omit_leaf_frame_pointer from being forced to be false.
18255 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18257         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
18258         Set x_flag_omit_leaf_frame_pointer when handling
18259         -momit-leaf-frame-pointer.
18261 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
18263         PR lto/69589
18264         * cgraph.c (cgraph_node::dump): Dump split_part and
18265         indirect_call_target.
18266         * cgraph.h (cgraph_node): Add indirect_call_target flag.
18267         * ipa.c (has_addr_references_p): Cleanup.
18268         (is_indirect_call_target_p): New.
18269         (walk_polymorphic_call_targets): Do not mark virtuals that may be
18270         called indirectly as local.
18271         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
18273 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
18275         PR ipa/69630
18276         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
18277         on cxa_pure_virtual.
18279 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
18281         PR lto/69589
18282         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
18284 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
18286         PR lto/69589
18287         * tree.c (need_assembler_name_p): Only record main variant type names.
18289 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
18291         PR target/70113.
18292         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
18293         Always define to 0 or 1.
18294         (TARGET_FIX_ERR_A53_843419): New macro.
18295         * config/aarch64/aarch64-elf-raw.h
18296         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
18297         * config/aarch64/aarch64-linux.h: Likewise.
18298         * config/aarch64/aarch64.c
18299         (aarch64_override_options_after_change_1): Do not default
18300         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
18301         843419 is on.
18302         (aarch64_attributes): Handle fix-cortex-a53-843419.
18303         (aarch64_can_inline_p): Likewise.
18304         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
18306 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
18307             Jakub Jelinek  <jakub@redhat.com>
18309         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
18310         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
18311         DECL_COMMONS if flag_unconstrained_commons is set.
18312         * tree-dfa.c (get_ref_base_and_extent): Likewise.
18313         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
18314         (funconstrained-commons): Document.
18316 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
18318         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
18319         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
18321 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
18323         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
18324         has a proper number of elements.
18326 2016-03-10  Alan Modra  <amodra@gmail.com>
18328         PR rtl-optimization/69195
18329         PR rtl-optimization/47992
18330         * ira.c (recorded_label_ref): Delete.
18331         (update_equiv_regs): Return void.
18332         (indirect_jump_optimize): New function.
18333         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
18334         before regstat_compute_ri.  Don't rebuild_jump_labels here.
18335         Delete update_regstat.
18337 2016-03-10  Richard Biener  <rguenther@suse.de>
18339         PR tree-optimization/70128
18340         * tree-ssa-structalias.c (set_uids_in_ptset): Set
18341         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
18343 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
18345         PR tree-optimization/70152
18346         * tree-sra.c (replace_removed_params_ssa_names): Copy over
18347         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
18349         PR target/70086
18350         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
18351         instead of gen_sse2_loadlpd.
18352         * config/i386/sse.md (*vec_concatv2df): Rename to...
18353         (vec_concatv2df): ... this.
18355         PR tree-optimization/70127
18356         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
18358 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
18360         PR c/68473
18361         PR c++/70105
18362         * diagnostic-show-locus.c (compatible_locations_p): New function.
18363         (layout::layout): Sanitize ranges using compatible_locations_p.
18365 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
18367         PR c/68473
18368         PR c++/70105
18369         * diagnostic-show-locus.c (layout_range::layout_range): Replace
18370         location_range param with three const expanded_locations * and a
18371         bool.
18372         (layout::layout): Replace call to
18373         rich_location::lazily_expand_location with get_expanded_location.
18374         Extract the range and perform location expansion here, passing
18375         the results to the layout_range ctor.
18376         * diagnostic.c (source_range::debug): Delete.
18377         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
18378         of rich_location::get_expanded_location.
18379         * gcc-rich-location.c (get_range_for_expr): Delete.
18380         (gcc_rich_location::add_expr): Reimplement to avoid the
18381         rich_location::add_range overload that took a location_range,
18382         passing a location_t instead.
18384 2016-03-09  Richard Biener  <rguenther@suse.de>
18385         Jakub Jelinek  <jakub@redhat.com>
18387         PR tree-optimization/70138
18388         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
18389         Also skip vect_double_reduction_def.
18391 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
18393         PR target/70049
18394         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
18395         if the operand is "m".
18397 2016-03-09  Nathan Sidwell  <nathan@acm.org>
18399         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
18401 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
18403         * config/i386/i386.c (processor_target_table): Fix cost table
18404         intialization order for znver1.
18406 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
18408         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
18409         - becuase -> because.
18410         * ipa-reference.c (ignore_module_statics): Likewise.
18411         * cgraph.c (cgraph_node::get_body): Likewise.
18412         * ipa-inline.c (early_inliner): Likewise.
18413         * ipa-devirt.c (types_same_for_odr): Likewise.
18414         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
18415         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
18417 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18419         * tree-ssa-math-opts.c: Fix typo in comment.
18421 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
18423         PR target/70110
18424         * config/i386/i386.c (scalar_chain::make_vector_copies,
18425         scalar_chain::convert_reg): Call end_sequence in between
18426         get_insns and emit_conversion_insns rather than after both
18427         calls.
18429 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
18431         PR target/70064
18432         * config/i386/i386.h (machine_function): Add
18433         pc_thunk_call_expanded flag.
18434         (ix86_pc_thunk_call_expanded): New define.
18435         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
18436         (*set_got): Rename insn pattern from set_got.
18437         (*set_got_labelled): Rename inst pattern from set_got_labelled.
18438         * config/i386/i386.c (ix86_compute_frame_layout): Use
18439         ix86_pc_thunk_call_expanded to prevent red-zone.
18441 2016-03-07  Martin Jambor  <mjambor@suse.cz>
18443         * hsa.h (hsa_get_ctor_statements): Declare.
18444         (hsa_get_dtor_statements): Likewise.
18445         (hsa_get_kernel_dispatch_type): Likewise.
18446         * hsa.c (hsa_get_ctor_statements): New function.
18447         (hsa_get_dtor_statements): Likewise.
18448         (hsa_get_kernel_dispatch_type): Likewise.
18449         * hsa-brig.c (hsa_cdtor_statements): Removed.
18450         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
18451         hsa_get_dtor_statements.
18452         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
18453         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
18455 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
18457         * config/arm/arm-cores.def (cortex-r8): New.
18458         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
18459         * config/arm/arm-tune.md: Likewise.
18460         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
18462 2016-03-07  Martin Sebor  <msebor@redhat.com>
18464         PR rtl-optimization/19705
18465         * doc/invoke.texi (Options That Control Optimization): Clarify
18466         -fno-branch-count-reg.
18468 2016-02-26  Richard Biener  <rguenther@suse.de>
18469             Jeff Law  <law@redhat.com>
18471         PR tree-optimization/69740
18472         * cfghooks.c (remove_edge): Request loop fixups if we delete
18473         an edge that might turn an irreducible loop into a natural
18474         loop.
18475         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
18476         Move after definition of loops_state_clear.
18478 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
18480         PR rtl-optimization/69052
18481         * rtlanal.c (commutative_operand_precedence): Set higher precedence
18482         to CONST_WIDE_INT.
18484 2016-03-07  Tom de Vries  <tom@codesourcery.com>
18486         PR tree-optimization/70116
18487         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
18488         is_tm_ending stmts and ubsan/asan internal functions.
18489         (find_duplicate): Use it.  Don't test is_tm_ending here.
18491 2016-03-07  Richard Biener  <rguenther@suse.de>
18493         PR tree-optimization/70115
18494         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
18495         (propagate_constants_for_unrolling): Use replace_uses_by.
18497 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
18499         PR middle-end/69916
18500         * omp-low.c (struct oacc_loop): Add ifns.
18501         (new_oacc_loop_raw): Initialize it.
18502         (finish_oacc_loop): Clear mask & flags if no ifns.
18503         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
18504         (oacc_loop_xform_loop): Add ifns arg & adjust.
18505         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
18507 2016-03-07  Richard Henderson  <rth@redhat.com>
18509         PR rtl-opt/70061
18510         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
18511         (insert_value_copy_on_edge): Likewise.
18513 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18515         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
18517 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18519         PR target/62281
18520         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
18522 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
18524         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
18526 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
18528         Fix sseimul type attribute.
18529         * config/i386/znver1.md
18530         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
18531         znver1_sseimul_avx256_load) : Fix the type attribute.
18532         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
18533         pipe usage and latency.
18535 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
18537         PR c++/70084
18538         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
18539         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
18540         to the right type.
18542 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
18544         PR c/69973
18545         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
18547         PR rtl-optimization/69941
18548         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
18549         the reg share its mode.
18551 2016-03-04  Jeff Law  <law@redhat.com>
18553         PR tree-optimization/69196
18554         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
18555         If the both SSA_NAMEs are anonymous, then consider them unassociated
18556         and include the PHI in the statement count.
18558 2016-03-05  Tom de Vries  <tom@codesourcery.com>
18560         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
18561         construct in oacc routine.  Check for oacc region in oacc routine.
18563 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
18565         PR target/70062
18566         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
18567         2016-02-22 changes, instead don't recurse if RECUR is already true.
18568         Don't change *dynamic_check if RECUR.  Adjust recursive caller
18569         to pass true to the new argument.
18570         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
18572         PR target/70059
18573         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
18574         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
18575         fixes.
18576         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
18578 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
18580         PR rtl-optimization/57676
18581         * lra-assigns.c (lra_assign): Guard test for maximum iterations
18582         with flag_checking.
18584 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
18586         * tree-vect-patterns.c (search_type_for_mask): Handle
18587         comparison of booleans.
18589 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
18591         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
18592         Fix @xref usage.
18594         PR debug/69947
18595         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
18596         all other ops that have dw_val_class_die_ref operands,
18597         and DW_OP_GNU_entry_value.
18599 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18601         PR rtl-optimization/69904
18602         * config/arm/arm.c (arm_cannot_copy_insn_p):
18603         Return true for load-exclusive instructions.
18605 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
18607         PR target/70021
18608         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
18609         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
18610         the pattern no matter if it is used just by non-pattern, pattern
18611         or mix thereof.
18612         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
18613         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
18614         oprnd1 def_stmt is in pattern, don't look through it.
18616 2016-03-03  Marek Polacek  <polacek@redhat.com>
18618         PR middle-end/70050
18619         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
18621 2016-03-03  Martin Liska  <mliska@suse.cz>
18623         PR tree-optimization/70043
18624         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
18625         previous statement if we see a debug statement.
18627 2016-03-03  Richard Biener  <rguenther@suse.de>
18629         PR tree-optimization/55936
18630         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
18631         parameter and guard unsafe equivalence use.
18632         (vrp_evaluate_conditional_warnv_with_ops): Always use
18633         safe equivalences but not via the quadratic compare_names
18634         helper.
18636 2016-03-03  Michael Collison  <michael.collison@linaro.org>
18638         PR target/70014
18639         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
18640         for operand 1 to s_register_operand. Change predicate for operand
18641         2 to arm_not_immediate_operand.
18643 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
18645         * doc/tm.texi: Regenerated.
18647 2016-03-02  Richard Henderson  <rth@redhat.com>
18649         PR rtl-opt/67145
18650         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
18651         simplification when all args are positive non-fixed registers.
18653 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
18655         * target.def (lra_p): Specify that new ports should use LRA.
18657 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
18659         PR libgomp/69555
18660         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
18661         gimplify_type_sizes the type they refer to.
18662         (omp_notice_variable): Handle reference vars to VLAs.
18663         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
18664         reference to VLA decls in the second pass instead of first pass.
18666 2016-03-02  Tom de Vries  <tom@codesourcery.com>
18668         PR tree-optimization/68659
18669         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
18670         new_expr == NULL_TREE.
18671         (get_new_name): Handle ADDR_EXPR.
18673 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
18675         PR rtl-optimization/69052
18676         * loop-invariant.c (canonicalize_address): New function.
18677         (inv_can_prop_to_addr_use): Check validity of address expression
18678         which is canonicalized by above function.
18680 2016-03-02  Alan Modra  <amodra@gmail.com>
18682         PR ipa/69990
18683         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
18684         larger alignment.
18686 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
18688         PR target/70028
18689         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
18690         (*movhi_internal): Put mask moves from and to memory separately
18691         from moves from/to GPRs.
18693 2016-03-02  Richard Biener  <rguenther@suse.de>
18695         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
18696         GENERIC expressions in GIMPLE.
18698 2016-03-02  Richard Biener  <rguenther@suse.de>
18700         * config/i386/i386.c (type_natural_mode): Fix typo.
18702 2016-03-02  Nick Clifton  <nickc@redhat.com>
18704         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
18706 2016-03-02  Richard Biener  <rguenther@suse.de>
18707             Uros Bizjak  <ubizjak@gmail.com>
18709         PR target/67278
18710         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
18712 2016-03-02  Richard Biener  <rguenther@suse.de>
18714         PR middle-end/67278
18715         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
18717 2016-03-02  Marek Polacek  <polacek@redhat.com>
18719         PR c/67854
18720         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
18721         "is promoted to" warning.
18723 2016-03-01  DJ Delorie  <dj@redhat.com>
18725         * config.gcc: Deprecate mep-*.
18727 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
18729         PR middle-end/70025
18730         * lra-constraints.c (regno_val_use_in): New.
18731         (match_reload): Use it instead of regno_use_in.
18733 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
18735         PR rtl-optimization/70007
18736         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
18737         references present in REG_EQUAL notes attached to non-SET patterns.
18739 2016-03-01  Jeff Law  <law@redhat.com>
18741         PR tree-optimization/69196
18742         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
18743         Appropriately clamp the number of statements to copy when the
18744         thread path does not traverse a loop backedge.
18746         PR tree-optimization/69196
18747         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
18748         Do count some PHIs in the thread path against the insn count.  Decrease
18749         final statement count by one as the control statement in the last
18750         block will get removed.  Remove special cased code for handling PHIs
18751         in the last block.
18753 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
18755         PR target/70027
18756         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
18757         asm dialect alternatives to explicit GOTPCREL calls.
18759 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
18761         PR ada/70017
18762         * ira.c (do_reload): Issue warning for generic stack checking here...
18763         * reload1.c (reload): ...instead of here and streamline it.
18765 2016-03-01  Nick Clifton  <nickc@redhat.com>
18767         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
18769 2016-03-01  Richard Biener  <rguenther@suse.de>
18771         PR tree-optimization/69983
18772         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
18773         types and fall back to operand_equal_p.
18775 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18777         Revert
18778         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18780         * config/s390/constraints.md ("jm8"): New constraint.
18781         * config/s390/predicates.md ("const_int_8bitset_operand"): New
18782         predicate.
18783         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
18784         into ...
18785         ("*setmem_long<setmem_and>"): New pattern.
18786         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
18787         into ...
18788         ("*setmem_long_31z<setmem_and>"): New pattern.
18789         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
18790         New substitution rules with the required attributes.
18793 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18795         Revert
18796         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18798         * gensupport.c (process_substs_on_one_elem): Split loop to
18799         complete mark_operands_used_in_match_dup on all expressions in the
18800         vector first.
18801         (adjust_operands_numbers): Inline into process_substs_on_one_elem
18802         and remove function.
18804 2016-03-01  Richard Biener  <rguenther@suse.de>
18806         PR middle-end/70022
18807         * fold-const.c (fold_indirect_ref_1): Fix range checking for
18808         vector BIT_FIELD_REF extract.
18810 2016-03-01  Richard Biener  <rguenther@suse.de>
18812         PR tree-optimization/69994
18813         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
18815 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
18817         PR tree-optimization/69956
18818         * tree-vect-stmts.c (supportable_widening_operation): Support
18819         multi-step conversion of boolean vectors.
18820         (supportable_narrowing_operation): Likewise.
18822 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18824         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
18825         anymore.
18827 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18829         * config/s390/subst.md (DSI_VI): New mode iterator.
18830         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
18831         * config/s390/vector.md ("vec_set<mode>"): Move expander before
18832         the insn definition.
18833         ("*vec_set<mode>"): Change predicate and add alternative to
18834         support only either register or const_int operands as element
18835         selector.
18836         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
18837         operands.
18838         ("vec_extract<mode>"): New expander.
18839         ("*vec_extract<mode>"): New insn definition supporting reg and
18840         const_int element selectors.
18841         ("*vec_extract<mode>_plus"): New insn definition supporting
18842         reg+const_int element selectors.
18843         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
18844         following expander+insn definition.
18845         ("<vec_shifts_name><mode>3"): New expander.
18846         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
18848 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18850         * config/s390/s390.md ("*tabort_1"): Change predicate to
18851         nonmemory_operand.  Add a second alternative to cover
18852         register as well as const int operands.
18853         ("*tabort_1_plus"): New pattern definition.
18855 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18857         * config/s390/s390.md ("*ashrdi3_cc_31")
18858         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
18859         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
18860         Merge insn definitions into ...
18861         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
18862         New pattern definition.
18863         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
18864         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
18865         ("*ashr<mode>3_and"): Merge insn definitions into ...
18866         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
18867         New pattern definition.
18868         * config/s390/subst.md ("addr_style_op_cc_subst")
18869         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
18870         substitutions patterns plus attributes.
18871         Add ashiftrt to SUBST iterator.
18873 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18875         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
18876         op2 to nonmemory_operand.
18877         ("*<shift>di3_31", "*<shift>di3_31_and"):
18878         Merge into single pattern definition ...
18879         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
18880         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
18881         pattern definition ...
18882         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
18883         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
18884         iterator.
18886 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18888         * config/s390/predicates.md (const_int_6bitset_operand): New
18889         predicate.
18890         * config/s390/s390.md: Include subst.md.
18891         ("rotl<mode>3"): New expander.
18892         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
18893         ...
18894         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
18895         * config/s390/subst.md: New file.
18897 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18899         * config/s390/s390.md ("op_type", "atype", "length" attributes):
18900         Remove RRR type.  It doesn't really exist.
18901         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
18902         attributes.
18903         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
18904         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
18905         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
18906         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
18907         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
18908         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
18909         `enabled' attribute.
18911 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18913         * gensupport.c (process_substs_on_one_elem): Split loop to
18914         complete mark_operands_used_in_match_dup on all expressions in the
18915         vector first.
18916         (adjust_operands_numbers): Inline into process_substs_on_one_elem
18917         and remove function.
18919 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
18921         PR target/69706
18922         * config/sparc/sparc.c (NWORDS_UP): Rename to...
18923         (CEIL_NWORDS): ...this.  Use CEIL macro.
18924         (compute_fp_layout): Adjust to above renaming.
18925         (function_arg_union_value): Likewise.
18926         (sparc_arg_partial_bytes): Likewise.
18927         (sparc_function_arg_advance): Likewise.
18929 2016-02-29  Jeff Law  <law@redhat.com>
18931         PR tree-optimization/70005
18932         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
18933         where an object with a boolean range is compared against a value
18934         outside [0..1].
18936         PR tree-optimization/69999
18937         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
18938         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
18939         loop cleanups.
18941 2016-02-29  Richard Biener  <rguenther@suse.de>
18943         PR tree-optimization/69994
18944         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
18945         (get_unary_op): Look through nop conversions.
18946         (ops_equal_values_p): New function, look for equality diregarding
18947         nop conversions.
18948         (eliminate_plus_minus_pair): Use ops_equal_values_p
18949         (repropagate_negates): Do not use get_unary_op here.
18951 2016-02-29  Martin Liska  <mliska@suse.cz>
18953         * system.h: Poison ENABLE_CHECKING macro.
18955 2016-02-29  Martin Liska  <mliska@suse.cz>
18957         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
18958         is presented in dump flags.
18959         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
18960         (hsa_regalloc): Likewise.
18962 2016-02-19  Richard Biener  <rguenther@suse.de>
18964         PR tree-optimization/69980
18965         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
18966         permutation of those we need to keep.
18968 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
18970         PR target/69706
18971         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
18972         (NWORDS_UP): ...this
18973         (init_cumulative_args): Minor tweaks.
18974         (sparc_promote_function_mode): Likewise.
18975         (scan_record_type): Delete.
18976         (traverse_record_type): New function template.
18977         (classify_data_t): New structure type.
18978         (classify_registers): New inline function.
18979         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
18980         exhausted.  Instantiate traverse_record_type on classify_registers and
18981         deal with the case of a structure passed in slot #15 with no FP field
18982         in the first word.
18983         (assign_data_t): New structure type.
18984         (compute_int_layout): New static function.
18985         (compute_fp_layout): Likewise.
18986         (count_registers): New inline function.
18987         (assign_int_registers): New static function.
18988         (assign_fp_registers): Likewise.
18989         (assign_registers): New inline function.
18990         (function_arg_record_value_1): Delete.
18991         (function_arg_record_value_2): Likewise.
18992         (function_arg_record_value_3): Likewise.
18993         (function_arg_record_value): Adjust to above changes.  Instantiate
18994         traverse_record_type on count_registers to first count the number of
18995         registers to be used and then on assign_registers to assign them.
18996         (function_arg_union_value): Adjust to above renaming.
18997         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
18998         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
18999         case of a structure passed in slot #15
19000         (sparc_function_arg_advance): Likewise.
19001         (function_arg_padding): Minor tweak.
19003 2016-02-29  Richard Biener  <rguenther@suse.de>
19005         PR tree-optimization/69720
19006         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
19007         the adjustment_def path for possibly vectorized defs.
19008         (vect_create_epilog_for_reduction): Handle vectorized initial
19009         defs properly.
19011 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
19013         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
19015 2016-02-27  Jeff Law  <law@redhat.com>
19017         Revert
19018         2016-02-26  Richard Biener  <rguenther@suse.de>
19019                     Jeff Law  <law@redhat.com>
19021         PR tree-optimization/69740
19022         * cfghooks.c (remove_edge): Request loop fixups if we delete
19023         an edge that might turn an irreducible loop into a natural
19024         loop.
19026 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
19028         PR rtl-optimization/69896
19029         * tree-vect-generic.c (get_compute_type): Avoid single element
19030         vector types.
19032 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
19034         Rename the AArch64 tuning option and related functions to enable the
19035         Newton series for the reciprocal square root to reflect its
19036         approximative characteristic.
19038         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
19039         function to "aarch64_emit_approx_rsqrt".
19040         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
19041         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
19042         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
19043         (xgene1_tunings): Likewise.
19044         (use_rsqrt_p): Likewise.
19045         (aarch64_emit_swrsqrt): Use new function name.
19046         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
19047         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
19048         text explaining this option.
19049         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
19051 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
19053         PR target/69969
19054         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
19055         complain about -mallow-movmisalign without -mvsx if
19056         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
19058 2016-02-26  Joel Sherrill  <joel@rtems.org>
19060         * config.gcc: Add x86_64-*-rtems*.
19061         * config/i386/rtems-64.h: New file.
19063 2016-02-26  Joel Sherrill  <joel@rtems.org>
19065         * config.gcc: Add aarch64-*-rtems*.
19066         * config/aarch64/rtems.h: New file.
19068 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
19070         PR target/69946
19071         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
19072         shift amount using %h.  Add comment.
19074 2016-02-26  Richard Biener  <rguenther@suse.de>
19075             Jeff Law  <law@redhat.com>
19077         PR tree-optimization/69740
19078         * cfghooks.c (remove_edge): Request loop fixups if we delete
19079         an edge that might turn an irreducible loop into a natural
19080         loop.
19082 2016-02-26  Martin Jambor  <mjambor@suse.cz>
19084         PR middle-end/69920
19085         * tree-sra.c (sra_modify_assign): Do not remove loads of
19086         uninitialized aggregates to SSA_NAMEs.
19088 2016-02-26  Richard Henderson  <rth@redhat.com>
19090         PR target/69709
19091         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
19092         pseudo in case the target rtx matches the source of the left
19093         shift.
19095 2016-02-26  Martin Jambor  <mjambor@suse.cz>
19097         PR hsa/69568
19098         * hsa.h (hsa_type_packed_p): Declare.
19099         * hsa.c (hsa_type_packed_p): New function.
19100         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
19101         loads.
19102         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
19103         * hsa-brig.c (emit_basic_insn): Likewise.
19105 2016-02-26  Martin Jambor  <mjambor@suse.cz>
19107         pr hsa/69674
19108         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
19109         pointers.
19110         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
19112 2016-02-26  Martin Jambor  <mjambor@suse.cz>
19114         * hsa.h (is_a_helper): New overload for hsa_op_immed for
19115         hsa_op_with_type operands.
19116         (hsa_unsigned_type_for_type): Declare.
19117         * hsa.c (hsa_unsigned_type_for_type): New function.
19118         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
19119         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
19120         the finalizer.  Do not emit extra move.
19122 2016-02-26  Martin Jambor  <mjambor@suse.cz>
19124         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
19125         atomic operations in private segment.
19127 2016-02-26  Martin Jambor  <mjambor@suse.cz>
19129         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
19130         statements to wi->info.  Also disallow omp simd constructs.
19131         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
19132         for not gridifying.  Dump special string for omp_for.
19134 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19136         PR target/69245
19137         * config/aarch64/aarch64.c (aarch64_set_current_function):
19138         Save/restore target globals when switching to
19139         target_option_default_node.
19141 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19143         PR target/69613
19144         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
19145         Return 0 if !SHIFT_COUNT_TRUNCATED.
19147 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
19148             Eric Botcazou  <ebotcazou@adacore.com>
19150         PR rtl-optimization/69891
19151         * dse.c (scan_insn): If we can't figure out memset arguments
19152         or they are non-constant, call clear_rhs_from_active_local_stores.
19154 2016-02-26  Martin Liska  <mliska@suse.cz>
19156         * doc/extend.texi: Mention clog10, clog10f an clog10l
19157         in Builtins section.
19159 2016-02-26  Martin Liska  <mliska@suse.cz>
19161         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
19162         CHECKING_P.
19163         (resolve_args_picking_1): Likewise.
19164         * dwarf2out.h (struct GTY): Likewise.
19166 2016-02-26  Martin Liska  <mliska@suse.cz>
19168         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
19169         with flag_checking.
19170         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
19172 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
19173             Martin Liska  <mliska@suse.cz>
19175         * doc/install.texi: Mention --enable-valgrind-annotations.
19177 2016-02-26  Richard Biener  <rguenther@suse.de>
19179         PR tree-optimization/69551
19180         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
19181         looking through aliases adjust DECL_PT_UID to refer to the
19182         ultimate alias target.
19184 2016-02-25  Martin Liska  <mliska@suse.cz>
19186         PR middle-end/69919
19187         * alloc-pool.c (after_memory_report): New variable.
19188         * alloc-pool.h (base_pool_allocator ::release): Do not use
19189         the infrastructure if after_memory_report.
19190         * toplev.c (toplev::main): Mark after memory report.
19192 2016-02-25  Richard Biener  <rguenther@suse.de>
19194         PR tree-optimization/48795
19195         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
19197 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
19199         PR driver/68463
19200         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
19201         offloading is enabled and -fopenacc or -fopenmp is specified.
19202         (CRTOFFLOADEND): Likewise.
19203         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
19204         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
19205         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
19206         (offload_objects_file_name): New static var.
19207         (tool_cleanup): Remove offload_objects_file_name file.
19208         (find_offloadbeginend): Replace with ...
19209         (find_crtoffloadtable): ... this.
19210         (run_gcc): Remove offload_argc and offload_argv.
19211         Get offload_objects_file_name from -foffload-objects=... option.
19212         Read names of object files with offload from this file, pass them to
19213         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
19214         don't pass offloadbegin and offloadend to the linker.  Don't pass
19215         offload non-LTO files to the linker, because now they're not claimed.
19217 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
19219         PR ipa/69630
19220         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
19221         on builtin_unreachable.
19223 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
19225         PR rtl-optimization/69896
19226         * regcprop.c: Include cfgrtl.h.
19227         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
19228         than remembered mode, either delete it (if noop_move_p), or
19229         treat like copy_p but not noop_p instruction.
19231 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
19233         PR debug/69705
19234         * dwarf2out.c (gen_variable_die): Work around buggy LTO
19235         - allow NULL decl for Fortran DW_TAG_common_block variables.
19237 2016-02-24  Jason Merrill  <jason@redhat.com>
19239         * common.opt (flifetime-dse): Add -flifetime-dse=1.
19241 2016-02-24  Richard Biener  <rguenther@suse.de>
19242             Jakub Jelinek  <jakub@redhat.com>
19244         PR middle-end/69760
19245         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
19246         conditionally executed ops to well-defined overflow behavior.
19248 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
19250         PR middle-end/69915
19251         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
19252         elements.
19254 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19256         PR rtl-optimization/69886
19257         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
19258         argument.  Use it when checking validity of set instructions.
19259         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
19260         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
19261         callsite.
19262         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
19263         * store-motion.c (find_moveable_store): Update
19264         can_assign_to_reg_without_clobbers_p callsite.
19266 2016-02-24  Richard Biener  <rguenther@suse.de>
19268         PR middle-end/68963
19269         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
19270         bogus check.
19271         (record_nonwrapping_iv): Do not fall back to the low/high bound
19272         for non-constant IV bases if the stmt is not always executed.
19274 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19276         * config/arm/arm-cores.def (cortex-a32): New entry.
19277         * config/arm/arm-tables.opt: Regenerate.
19278         * config/arm/arm-tune.md: Regenerate.
19279         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
19280         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
19281         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
19282         for -mcpu and -mtune.
19284 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19286         PR target/69875
19287         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
19288         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
19289         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
19290         (atomic_loaddi_1): Delete.
19291         (atomic_loaddi): Rewrite expander using the above changes.
19293 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
19295         PR c/69918
19296         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
19297         2 to 3.
19299 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
19300             Richard Biener  <rguenth@suse.de>
19302         PR middle-end/69909
19303         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
19304         set_mem_attributes if tem is SSA_NAME which got expanded
19305         as a MEM.
19307 2016-02-24  Richard Biener  <rguenther@suse.de>
19309         PR tree-optimization/69907
19310         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
19311         end of permutations for BB vectorization.
19313 2016-02-24  Christian Bruel  <christian.bruel@st.com>
19315         * config/arm/arm-c.c (arm_option_override): Initialize
19316         target_option_current_node.
19317         * config/arm/arm.c (arm_pragma_target_parse): Replace
19318         build_target_option_node call by target_option_current_node.
19319         Set target_option_current_node.
19320         Fix comments.
19322 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
19324         PR target/69810
19325         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
19326         define_insn_and_split to define_insn.
19327         (zero_extendqi<mode>2_dot2): Same.
19328         (extendqi<mode>2_dot): Same.
19329         (extendqi<mode>2_dot2): Same.
19331 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
19333         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
19334         and add bypass for AES{D,E} and AESMC pairs.
19335         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
19336         and AESMC pairs.
19338 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
19340         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
19341         series for reciprocal square root in Exynos M1.
19343 2016-02-23  Martin Sebor  <msebor@redhat.com>
19345         PR c/69759
19346         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
19347         __builtin_alloca_with_align.
19349 2016-02-23  Richard Henderson  <rth@redhat.com>
19351         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
19352         (ix86_register_pragmas): Remove __seg_tls.
19353         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
19354         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
19355         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
19356         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
19357         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
19358         * doc/extend.texi (__seg_tls): Remove item.
19360 2016-02-23  Richard Biener  <rguenther@suse.de>
19362         * alloc-pool.h (struct allocation_object): Make id member
19363         conditional on CHECKING_P again.
19364         (get_instance): Adjust.
19365         (base_pool_allocator): Likewise.
19367 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
19369         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
19370         (parallelize_loops): In OpenACC kernels mode, set n_threads to
19371         zero.
19372         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
19373         flag_openacc.
19374         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
19376 2016-02-23  Richard Biener  <rguenther@suse.de>
19378         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
19379         * bitmap.h (struct bitmap_usage): Likewise.
19380         (bitmap_move): Declare.
19381         * bitmap.c (register_overhead): Take size_t argument.
19382         (bitmap_move): New function.
19383         * df-problems.c (df_rd_transfer_function): Use bitmap_move
19384         to properly account overhead.
19385         * tree.c (free_node): Use tree_size.
19387 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
19389         PR c++/69902
19390         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
19391         when inverting comparison.
19393         PR c/69900
19394         * common.opt (Wunreachable-code): Add Warning flag.
19396 2016-02-23  Mark Wielaard  <mjw@redhat.com>
19397             Jakub Jelinek  <jakub@redhat.com>
19399         PR c/69911
19400         * cgraphunit.c (check_global_declaration): Check main_input_filename
19401         and DECL_SOURCE_FILE are not NULL.
19403 2016-02-23  Martin Jambor  <mjambor@suse.cz>
19405         PR tree-optimization/69666
19406         * tree-sra.c (sra_modify_assign): Do not attempt to create
19407         default_def replacements for unscalarizable regions.
19409 2016-02-20  Mark Wielaard  <mjw@redhat.com>
19411         PR c/28901
19412         * cgraphunit.c (check_global_declaration): Check level of
19413         warn_unused_const_variable and main_input_filename.
19414         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
19415         (-Wunused-variable): For C implies -Wunused-const-variable=1.
19416         (-Wunused-const-variable): Explain levels 1 and 2.
19418 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
19420         PR target/69888
19421         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
19422         identical arguments.  Formatting and spelling fixes.
19424         PR target/69885
19425         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
19426         be specified.
19428         PR target/69894
19429         PR target/69895
19430         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
19431         and m68k-devices.def.
19432         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
19433         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
19435 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
19437         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
19438         and HImode registers.
19440 2016-02-22  Richard Biener  <rguenther@suse.de>
19442         PR tree-optimization/69882
19443         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
19444         preserve permutations present because of gaps.
19445         (vect_supported_load_permutation_p): Always continue checking
19446         permutations after vect_attempt_slp_rearrange_stmts.
19448 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
19450         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
19451         min_profitable_estimate, rather than min_profitable_iters.
19453 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
19455         PR target/69885
19456         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
19457         SImode for last match_operand.
19459 2016-02-22  Martin Liska  <mliska@suse.cz>
19461         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
19462         return bitsize - 1 as the return value.
19464 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
19466         PR target/69806
19467         PR target/54089
19468         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
19469         Handle negative shift counts.
19470         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
19471         force_reg on the shift constant.
19472         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
19473         (lshrsi3_d): Handle negative shift counts.
19475 2016-02-22  Richard Biener  <rguenther@suse.de>
19476             Tom de Vries  <tom@codesourcery.com>
19478         * graph.c: Include dumpfile.h.
19479         (print_graph_cfg): Split into three overloads.
19480         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
19482 2016-02-22  Tom de Vries  <tom@codesourcery.com>
19484         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
19485         dump-fn.
19487 2016-02-22  Richard Biener  <rguenther@suse.de>
19489         PR ipa/37448
19490         * ipa-inline-transform.c (inline_call): When not updating
19491         overall summaries adjust self size by the growth estimate.
19492         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
19493         hash-set, do not update overall summaries here.  Renamed from ...
19494         (inline_to_all_callers): ... this which is now wrapping the
19495         above and performing delayed overall summary update.
19496         (early_inline_small_functions): Delay updating of the overall
19497         summary.
19499 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
19501         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
19502         variable.
19504 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
19506         PR driver/69805
19507         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
19508         :%* in %:gt() argument.
19509         (greater_than_spec_func): Adjust for expecting only numbers,
19510         if there are more than two numbers, compare the last two.
19512 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
19514         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
19515         -Wnarrowing with -std.
19517 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
19519         PR c++/69851
19520         * expr.c (store_field): Don't use bit-field path if exp is
19521         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
19522         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
19523         and the assignment can be performed by bitwise copy.  Formatting
19524         fix.
19526         PR middle-end/69838
19527         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
19528         call copy_reg_eh_region_note_forward on before and/or after sequences
19529         and remove note from insn if it no longer can throw.
19531         PR target/69820
19532         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
19533         if TARGET_AVX512BW.
19535 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19537         * config/s390/vector.md: Add missing commutative operand markers
19538         to the patterns which qualify for one.
19539         * config/s390/vx-builtins.md: Likewise.
19541 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19543         * config/s390/vector.md (VI, VI_QHS): Add single element vector
19544         types to mode iterators.
19545         (vec_double): ... and mode attribute.
19546         * config/s390/vx-builtins.md (non_vec_int): Likewise.
19548 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19550         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
19551         Change the predicate of op2 from nonimmediate to general and let
19552         reload fix it if necessary.
19554 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19556         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
19558 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19560         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
19561         mode.
19563 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19565         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
19566         * config/s390/s390.c (s390_expand_vec_movstr): New function.
19567         * config/s390/s390.md ("movstr<P:mode>"): Call
19568         s390_expand_vec_movstr.
19570 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19572         * config/s390/s390.md: Add missing output modifier for operand 1
19573         to print it as address properly.
19575 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19577         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
19578         * config/s390/2964.md: New file.
19579         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
19580         of insn grouping attributes depending on the CPU level.
19581         (s390_get_unit_mask): New function.
19582         (s390_sched_score): Remove the OOO from the scheduling macros.
19583         Add loop to calculate a score for the instruction mix.
19584         (s390_sched_reorder): Likewise plus improve debug output.
19585         (s390_sched_variable_issue): Rename macros as above.  Calculate
19586         the unit distances after actually scheduling an insn.  Improve
19587         debug output.
19588         (s390_sched_init): Clear last_scheduled_unit_distance array.
19589         * config/s390/s390.md: Include 2964.md.
19591 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
19593         PR target/69671
19594         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
19595         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
19596         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
19597         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
19598         *avx512f_<code>v8div16qi2_mask_1): New insns.
19600 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
19602         PR target/68404
19603         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
19604         2016-02-09 change.
19606         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
19607         earlyclobber from target.  Use wF constraint for fused memory
19608         address.
19609         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
19611 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
19612             Martin Liska  <mliska@suse.cz>
19614         PR sanitizer/69863
19615         * cfgexpand.c (asan_sanitize_stack_p): New function.
19616         (partition_stack_vars): Use the function.
19617         (expand_stack_vars): Likewise.
19618         (defer_stack_allocation): Likewise.
19619         (expand_used_vars): Likewise.
19621 2016-02-18  Richard Biener  <rguenther@suse.de>
19623         PR middle-end/69553
19624         * fold-const.c (operand_equal_p): Properly compare offsets for
19625         IMAGPART_EXPR and ARRAY_REF.
19627 2016-02-18  Nick Clifton  <nickc@redhat.com>
19629         PR target/62254
19630         PR target/69610
19631         * config/arm/arm.c (arm_option_override_internal): Disable
19632         interworking if the target does not support thumb instructions.
19633         (arm_reload_in_hi): Handle the case where a register to register
19634         move needs reloading because there is no simple pattern to handle
19635         it.
19636         (arm_reload_out_hi): Likewise.
19638 2016-02-18  Richard Biener  <rguenther@suse.de>
19640         PR middle-end/69854
19641         * match.pd: Don't use fold_binary or fold_unary for folding
19642         constants.
19644 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
19646         PR c++/69850
19647         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
19648         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
19649         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
19650         warn on gimple_no_warning_p statements.
19652 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
19654         * doc/extend.texi (C++ Attributes): Correct description of
19655         warn_unused type attribute.
19657 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19659         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
19660         correct instruction.
19662 2016-02-17  Richard Biener  <rguenther@suse.de>
19664         PR rtl-optimization/69609
19665         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
19666         (find_traces_1_round): When ending a trace update cached priority
19667         of successors.
19668         (bb_to_key): Use cached priority when available.
19669         (copy_bb): Initialize cached priority.
19670         (reorder_basic_blocks_software_trace_cache): Likewise.
19672 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19674         PR target/69161
19675         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
19676         New predicate.
19677         (aarch64_comparison_operator): Break overly long line into two.
19678         (aarch64_comparison_operation): Likewise.
19679         * config/aarch64/aarch64.md (cstorecc4): Use
19680         aarch64_comparison_operator_mode instead of
19681         aarch64_comparison_operator.
19682         (cstore<mode>4): Likewise.
19683         (aarch64_cstore<mode>): Likewise.
19684         (*cstoresi_insn_uxtw): Likewise.
19685         (cstore<mode>_neg): Likewise.
19686         (*cstoresi_neg_uxtw): Likewise.
19688 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19690         PR target/69161
19691         * config/arm/predicates.md (arm_comparison_operator_mode):
19692         New predicate.
19693         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
19694         instead of arm_comparison_operator.
19695         (*mov_negscc): Likewise.
19696         (*mov_notscc): Likewise.
19697         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
19698         (*thumb2_mov_negscc): Likewise.
19699         (*thumb2_mov_negscc_strict_it): Likewise.
19700         (*thumb2_mov_notscc): Likewise.
19701         (*thumb2_mov_notscc_strict_it): Likewise.
19703 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
19705         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
19706         Add missing return.
19708 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
19710         * config/visium/visium.c (machine_libfunc_index): New enum.
19711         (machine_libfuncs): New structure.
19712         (visium_libfuncs): New static variable.
19713         (TARGET_INIT_LIBFUNCS): Define to...
19714         (visium_init_libfuncs): ...this.  New function.
19715         (expand_block_move_4): Use the appropriate libfunc.
19716         (expand_block_move_2): Likewise.
19717         (expand_block_move_1): Likewise.
19718         (expand_block_set_4): Likewise.
19719         (expand_block_set_2): Likewise.
19720         (expand_block_set_1): Likewise.
19721         (visium_trampoline_init): Likewise.
19723 2016-02-17  Nick Clifton  <nickc@redhat.com>
19725         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
19726         TI's devices.csv file as of March 2016.
19728 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
19730         PR Target/48344
19731         * opts-global.c (handle_common_deferred_options): Introduce and
19732         initialize two global variables to remember command-line options
19733         specifying a stack-limiting register.
19734         * opts.h: Add extern declarations of the two new global variables.
19735         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
19736         variable based on the values of the two new global variables.
19738 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
19740         PR c/69835
19741         * common.opt (Wnonnull-compare): New warning.
19742         * doc/invoke.texi (-Wnonnull): Remove text about comparison
19743         of arguments against NULL.
19744         (-Wnonnull-compare): Document.
19745         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
19746         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
19747         * passes.def (pass_warn_nonnull_compare): Add.
19748         * gimple-ssa-nonnull-compare.c: New file.
19750 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
19752         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
19753         AARCH64_EXTRA_TUNE_RECIP_SQRT.
19755 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
19757         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
19758         reciprocal sqrt for -mlow-precision-recip-sqrt.
19760 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
19761             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19763         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
19764         always use lane loads to construct non-constant vectors.
19766 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
19768         * config/aarch64/aarch64.md
19769         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
19770         constraints for operand 3.
19771         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
19773 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
19774             Richard Biener  <rguenther@suse.de>
19776         PR tree-optimization/69820
19777         * tree-vect-patterns.c (type_conversion_p): Return false if
19778         *orig_type is unsigned single precision or boolean.
19779         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
19780         Formatting fix.
19782 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
19784         PR rtl-optimization/69764
19785         PR rtl-optimization/69771
19786         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
19787         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
19789 2016-02-16  Richard Biener  <rguenther@suse.de>
19791         PR tree-optimization/69776
19792         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
19793         sets from caller.
19794         (indirect_refs_may_alias_p): Likewise.
19795         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
19796         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
19797         according to tbaa_p.
19798         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
19799         (optimize_stmt): For redundant store discovery do not allow tbaa.
19801 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
19803         PR tree-optimization/69714
19804         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
19805         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
19807 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
19809         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
19810         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
19811         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
19812         * config/arc/arc.c (arc_init): Check FPU options.
19813         (get_arc_condition_code): Handle new CC_FPU* modes.
19814         (arc_select_cc_mode): Likewise.
19815         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
19816         register pair only. Allow access for ARCv2 accumulator.
19817         (gen_compare_reg): Whenever we have FPU support use FPU compare
19818         instructions.
19819         (arc_reorg): Don't generate brcc insns when FPU compare
19820         instructions are involved.
19821         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
19822         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
19823         floating point emulation.
19824         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
19825         (REVERSE_CONDITION): Add new CC_FPU* modes.
19826         (TARGET_FP_SP_BASE): Define.
19827         (TARGET_FP_DP_BASE): Likewise.
19828         (TARGET_FP_SP_FUSED): Likewise.
19829         (TARGET_FP_DP_FUSED): Likewise.
19830         (TARGET_FP_SP_CONV): Likewise.
19831         (TARGET_FP_DP_CONV): Likewise.
19832         (TARGET_FP_SP_SQRT): Likewise.
19833         (TARGET_FP_DP_SQRT): Likewise.
19834         (TARGET_FP_DP_AX): Likewise.
19835         * config/arc/arc.md (ARCV2_ACC): New constant.
19836         (type): New fpu type attribute.
19837         (SDF): Conditional iterator.
19838         (cstore<mode>, cbranch<mode>): Change expand condition.
19839         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
19840         handles FPU/FPX cases as well.
19841         * config/arc/arc.opt (mfpu): New option.
19842         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
19843         Renamed.
19844         (adddf3, muldf3, subdf3): Removed.
19845         * config/arc/predicates.md (proper_comparison_operator): Recognize
19846         CC_FPU* modes.
19847         * config/arc/fpu.md: New file.
19848         * doc/invoke.texi (ARC Options): Document mfpu option.
19850 2016-02-16  Richard Biener  <rguenther@suse.de>
19852         PR rtl-optimization/69291
19853         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
19854         noce_operand_ok check.
19856 2016-02-16  Tom de Vries  <tom@codesourcery.com>
19858         PR lto/67709
19859         * omp-low.c (simd_clone_create): Remove call to
19860         symtab->call_cgraph_insertion_hooks.
19862 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
19864         PR tree-optimization/69802
19865         * tree-ssa-reassoc.c (update_range_test): If op is
19866         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
19867         op == 1 test of precision 1 integral op, otherwise handle
19868         that case as op itself.  Fix up formatting.
19869         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
19870         up formatting.
19872 2016-02-16  Richard Biener  <rguenther@suse.de>
19874         PR tree-optimization/69586
19875         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
19876         types for conversion sources.
19878 2016-02-16  Richard Biener  <rguenther@suse.de>
19880         PR middle-end/69801
19881         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
19882         mask OEP_ADDRESS_OF.
19884 2016-02-16  Alan Modra  <amodra@gmail.com>
19886         PR target/68973
19887         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
19888         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
19889         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
19890         (p8_mtvsrwz): New.
19891         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
19892         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
19893         (p8_fmrgow_<mode>): Likewise.
19894         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
19895         changes.
19896         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
19897         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
19898         to use movdi_internal64.  Remove op0_di.
19899         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
19901 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
19903         Add support for the FCCMP insn types
19905         * config/aarch64/aarch64.md (fccmp): Change insn type.
19906         (fccmpe): Likewise.
19907         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
19908         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
19909         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
19910         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
19911         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
19912         * config/arm/types.md (fccmps): Add new insn type.
19913         (fccmpd): Likewise.
19915 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19917         * alias.c (get_alias_set): Fix a typo in comment.
19919 2016-02-15  Richard Biener  <rguenther@suse.de>
19921         PR tree-optimization/69595
19922         * match.pd: Complete range test simplification to true.
19924 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
19926         PR rtl-optimization/69648
19927         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
19928         pic_offset_table_rtx.
19930         PR rtl-optimization/69752
19931         * ira.c (update_equiv_regs): When looking for more than a single SET,
19932         also take other side effects into account.
19934 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
19936         * config/s390/s390.c (s390_function_profiler): Add a new sequence
19937         for z900+ CPUs in 31-bit mode.
19939 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
19941         * common/config/s390/s390-common.c (s390_supports_split_stack):
19942         New function.
19943         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
19944         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
19945         * config/s390/s390.c (struct machine_function): New field
19946         split_stack_varargs_pointer.
19947         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
19948         in s390_emit_prologue.
19949         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
19950         vararg pointer.
19951         (morestack_ref): New global.
19952         (SPLIT_STACK_AVAILABLE): New macro.
19953         (s390_expand_split_stack_prologue): New function.
19954         (s390_live_on_entry): New function.
19955         (s390_va_start): Use split-stack vararg pointer if appropriate.
19956         (s390_asm_file_end): Emit the split-stack note sections.
19957         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
19958         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
19959         (UNSPECV_SPLIT_STACK_CALL): New unspec.
19960         (UNSPECV_SPLIT_STACK_DATA): New unspec.
19961         (split_stack_prologue): New expand.
19962         (split_stack_space_check): New expand.
19963         (split_stack_data): New insn.
19964         (split_stack_call): New expand.
19965         (split_stack_call_*): New insn.
19966         (split_stack_cond_call): New expand.
19967         (split_stack_cond_call_*): New insn.
19969 2016-02-15  Richard Biener  <rguenther@suse.de>
19971         PR tree-optimization/69783
19972         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
19973         Add trivially correct cases.
19975 2016-02-15  Tom de Vries  <tom@codesourcery.com>
19977         PR lto/69655
19978         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
19979         do_force_output.
19980         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
19982 2016-02-15  Richard Biener  <rguenther@suse.de>
19984         PR tree-optimization/69776
19985         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
19986         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
19987         indicate whether we can use TBAA to disambiguate against stores.
19988         Use alias-set zero if not.
19989         (visit_reference_op_store): Do not use TBAA when looking up
19990         redundant stores.
19991         * tree-ssa-pre.c (compute_avail): Use TBAA here.
19992         (eliminate_dom_walker::before_dom_children): But not when looking
19993         up redundant stores.
19995 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
19997         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
19999 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
20001         *  config/i386/znver1.md
20002         (znver1_pop, znver1_pop_mem,
20003         znver1_load_imov_double_store,
20004         znver1_load_imov_direct_store,
20005         znver1_load_imov_direct_load,
20006         znver1_load_imov_double_load): Add new.
20007         (znver1_insn, znver1_insn_load): Add icmov type.
20008         (znver1_sseavx_fma,
20009         znver1_sseavx_fma_load,
20010         znver1_avx256_fma,
20011         znver1_avx256_fma_load): Fix pipe usage.
20013 2016-02-14  Alan Modra  <amodra@gmail.com>
20015         PR target/68973
20016         * reload.c (find_reloads_address_1): For pre/post-inc/dec
20017         with an invalid hard reg, reload just the reg not the entire
20018         pre/post-inc/dec address expression.
20020 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
20022         PR target/67260
20023         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
20024         fixed R1_REG scratch reg.
20025         (sibcall_value_pcrel_fdpic): Likewise.
20027 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
20029         PR target/67636
20030         PR target/64345
20031         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
20033 2016-02-12  Walter Lee  <walt@tilera.com>
20035         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
20036         * config/tilegx/t-tilegx: Likewise.
20038 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
20040         PR other/69554
20041         * diagnostic-show-locus.c (struct line_span): New struct.
20042         (layout::get_first_line): Delete.
20043         (layout::get_last_line): Delete.
20044         (layout::get_num_line_spans): New member function.
20045         (layout::get_line_span): Likewise.
20046         (layout::print_heading_for_line_span_index_p): Likewise.
20047         (layout::get_expanded_location): Likewise.
20048         (layout::calculate_line_spans): Likewise.
20049         (layout::m_first_line): Delete.
20050         (layout::m_last_line): Delete.
20051         (layout::m_line_spans): New field.
20052         (layout::layout): Update comment.  Replace m_first_line and
20053         m_last_line with m_line_spans, replacing their initialization
20054         with a call to calculate_line_spans.
20055         (diagnostic_show_locus): When printing source lines and
20056         annotations, rather than looping over a single span
20057         of lines, instead loop over each line_span within
20058         the layout, with an inner loop over the lines within them.
20059         Call the context's start_span callback when changing line spans.
20060         * diagnostic.c (diagnostic_initialize): Initialize start_span.
20061         (diagnostic_build_prefix): Break out the building of the location
20062         part of the string into...
20063         (diagnostic_get_location_text): ...this new function, rewriting
20064         it from nested ternary expressions to a sequence of "if"
20065         statements.
20066         (default_diagnostic_start_span_fn): New function.
20067         * diagnostic.h (diagnostic_start_span_fn): New typedef.
20068         (diagnostic_context::start_span): New field.
20069         (default_diagnostic_start_span_fn): New prototype.
20071 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
20073         PR driver/69779
20074         * gcc.c (driver::finalize): Fix cleanup of "specs".
20076 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
20078         PR driver/69265
20079         PR driver/69453
20080         * gcc.c (driver::driver): Initialize m_option_suggestions.
20081         (driver::~driver): Clean up m_option_suggestions.
20082         (suggest_option): Convert to...
20083         (driver::suggest_option): ...this, and split out into
20084         driver::build_option_suggestions and find_closest_string.
20085         (driver::build_option_suggestions): New function, from
20086         first half of suggest_option.  Special-case
20087         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
20088         the sanitizer_opts array.  For options of enum types, add the
20089         various enum values to the candidate strings.
20090         (driver::handle_unrecognized_options): Remove "const".
20091         * gcc.h (driver::handle_unrecognized_options): Likewise.
20092         (driver::build_option_suggestions): New decl.
20093         (driver::suggest_option): New decl.
20094         (driver::m_option_suggestions): New field.
20095         * opts-common.c (add_misspelling_candidates): New function.
20096         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
20097         and make non-static.
20098         * opts.h (sanitizer_opts): New array decl.
20099         (add_misspelling_candidates): New function decl.
20100         * spellcheck.c (find_closest_string): New function.
20101         * spellcheck.h (find_closest_string): New function decl.
20103 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
20105         PR rtl-optimization/69764
20106         PR rtl-optimization/69771
20107         * optabs.c (expand_binop_directly): For shift_optab_p, force
20108         convert_modes with VOIDmode if xop1 has VOIDmode.
20110 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
20112         PR target/69729
20113         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
20114         to correctly determine instrumentation thunks.
20116 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
20118         PR ipa/69241
20119         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
20120         type by reference, force lhs on the call.
20122         PR ipa/68672
20123         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
20124         Compute retval and retbnd early in all cases if split_part_return_p
20125         and return_bb is not EXIT.  Remove all clobber stmts and reset
20126         all debug stmts that refer to SSA_NAMEs defined in split part,
20127         except if it is retval, in that case replace the old retval with the
20128         lhs of the call to the split part.
20130 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
20132         revert:
20133         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
20135         PR middle-end/66726
20136         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
20137         whose result is used in PHI.
20138         (maybe_optimize_range_tests): Likewise.
20139         (final_range_test_p): Likweise.
20141 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
20143         PR middle-end/66726
20144         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
20145         whose result is used in PHI.
20146         (maybe_optimize_range_tests): Likewise.
20147         (final_range_test_p): Likweise.
20149 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
20151         * cgraph.c: Spelling fixes - behaviour -> behavior and
20152         neighbour -> neighbor.
20153         * target.def: Likewise.
20154         * sel-sched.c: Likewise.
20155         * config/mips/mips.c: Likewise.
20156         * config/arc/arc.md: Likewise.
20157         * config/arm/cortex-a57.md: Likewise.
20158         * config/arm/arm.c: Likewise.
20159         * config/arm/neon.md: Likewise.
20160         * config/arm/arm-c.c: Likewise.
20161         * config/vms/vms-c.c: Likewise.
20162         * config/s390/s390.c: Likewise.
20163         * config/i386/znver1.md: Likewise.
20164         * config/i386/i386.c: Likewise.
20165         * config/ia64/hpux-unix2003.h: Likewise.
20166         * config/msp430/msp430.md: Likewise.
20167         * config/rx/rx.c: Likewise.
20168         * config/rx/rx.md: Likewise.
20169         * config/aarch64/aarch64-simd.md: Likewise.
20170         * config/aarch64/aarch64.c: Likewise.
20171         * config/nvptx/nvptx.c: Likewise.
20172         * config/bfin/bfin.c: Likewise.
20173         * config/cris/cris.opt: Likewise.
20174         * config/rs6000/rs6000.c: Likewise.
20175         * target.h: Likewise.
20176         * spellcheck.c: Likewise.
20177         * ira-build.c: Likewise.
20178         * tree-inline.c: Likewise.
20179         * builtins.c: Likewise.
20180         * lra-constraints.c: Likewise.
20181         * explow.c: Likewise.
20182         * hwint.h: Likewise.
20183         * targhooks.c: Likewise.
20184         * tree-vect-data-refs.c: Likewise.
20185         * expr.c: Likewise.
20186         * doc/tm.texi: Likewise.
20187         * doc/extend.texi: Likewise.
20188         * doc/install.texi: Likewise.
20189         * doc/md.texi: Likewise.
20190         * tree-ssa-tail-merge.c: Likewise.
20191         * sched-int.h: Likewise.
20192         * match.pd: Likewise.
20193         * sched-ebb.c: Likewise.
20194         * target.def (omit_struct_return_reg): Likewise.
20195         * gimple-ssa-isolate-paths.c: Likewise.
20196         (find_implicit_erroneous_behaviour): Renamed to...
20197         (find_implicit_erroneous_behavior): ... this.
20198         (find_explicit_erroneous_behaviour): Renamed to...
20199         (find_explicit_erroneous_behavior): ... this.
20200         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
20202 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
20204         PR rtl-optimization/64682
20205         PR rtl-optimization/69567
20206         PR rtl-optimization/69737
20207         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
20208         in I2 as well, just lose it.
20210 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20212         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
20213         New variable.
20214         (aarch64_last_printed_tune_string): Likewise.
20215         (aarch64_declare_function_name): Only output .arch assembler
20216         directive if it will be different from the previously output
20217         directive.  Same for .tune comment but only if -dA is set.
20218         (aarch64_start_file): New function.
20219         (TARGET_ASM_FILE_START): Define.
20221 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
20223         PR plugins/69758
20224         * Makefile.in (PLUGIN_HEADERS): Add params.list.
20226 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
20228         PR target/65313
20229         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
20230         -Wmaybe-uninitialized warning.
20232 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
20234         PR target/69713
20235         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
20237 2016-02-11  Richard Biener  <rguenther@suse.de>
20239         PR rtl-optimization/69291
20240         * ifcvt.c (noce_try_store_flag_constants): Do not allow
20241         subexpressions affected by changing the result.
20243 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
20245         PR target/69148
20246         * lra-constraints.c (curr_insn_transform): Find in/out operands
20247         for secondary memory moves.  Update dups.
20249 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
20251         PR tree-optimization/69652
20252         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
20253         to nested loop, did source re-formatting, skip debug statements,
20254         add check on statement with volatile operand, remove dead scalar
20255         statements.
20257 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
20258             Patrick Palka  <ppalka@gcc.gnu.org>
20260         PR ipa/69241
20261         PR c++/69649
20262         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
20263         calls if the return type is TREE_ADDRESSABLE.
20264         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
20265         * ipa-split.c (split_function): Fix doubled "we" in comment.
20266         Use void return type for the split part even if
20267         !split_point->split_part_set_retval.
20269 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
20271         PR tree-optimization/68021
20272         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
20273         when computing the value of biv cand by itself.
20275 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
20277         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
20278         (cortexa57_tunings): Likewise.
20279         (cortexa72_tunings): Likewise.
20280         (arch_macro_fusion_pair_p): Add support for AES fusion.
20281         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
20282         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
20283         Allow virtual registers before reload so early scheduling works.
20284         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
20285         correct latency and pipeline.
20286         (cortex_a57_crypto_complex): Likewise.
20287         (cortex_a57_crypto_xor): Likewise.
20288         (define_bypass): Add AES bypass.
20290 2016-02-10  Richard Biener  <rguenther@suse.de>
20292         PR tree-optimization/69726
20293         * passes.def: Add DCE pass before late uninit.
20294         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
20295         really fixup if-conversions job.
20297 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
20299         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
20300         (arm_cortex_a57_tune): Likewise.
20301         (aarch_macro_fusion_pair_p): Add support for AES fusion.
20302         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
20304 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
20306         * timevar.def (TV_PHASE_DBGINFO): Delete.
20307         (TV_PHASE_CHECK_DBGINFO): Likewise.
20308         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
20310 2016-02-10  Richard Biener  <rguenther@suse.de>
20312         PR tree-optimization/69719
20313         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
20314         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
20316 2016-02-09  Andrew Pinski  <apinski@cavium.com>
20318         PR tree-opt/69282
20319         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
20320         get_vcond_mask_icode returns false.
20322 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
20324         PR target/68404
20325         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
20326         an ADDIS that adds a pointer to a large constant that sets the
20327         upper16 bits with a load operation.
20329 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
20331         PR target/68532
20332         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
20333         order.
20334         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
20335         endian.
20336         (vzipq_s16): Likewise.
20337         (vzipq_s32): Likewise.
20338         (vzipq_f32): Likewise.
20339         (vzipq_u8): Likewise.
20340         (vzipq_u16): Likewise.
20341         (vzipq_u32): Likewise.
20342         (vzipq_p8): Likewise.
20343         (vzipq_p16): Likewise.
20345 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
20347         PR target/68532
20348         * config/arm/arm.c (neon_endian_lane_map): New function.
20349         (neon_vector_pair_endian_lane_map): New function.
20350         (arm_evpc_neon_vuzp): Allow for big endian lane order.
20351         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
20352         endian.
20353         (vuzpq_s16): Likewise.
20354         (vuzpq_s32): Likewise.
20355         (vuzpq_f32): Likewise.
20356         (vuzpq_u8): Likewise.
20357         (vuzpq_u16): Likewise.
20358         (vuzpq_u32): Likewise.
20359         (vuzpq_p8): Likewise.
20360         (vuzpq_p16): Likewise.
20362 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
20364         PR target/69634
20365         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
20366         debug insns.
20368 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
20370         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
20371         truncate const_int operand 1 to QImode.
20373 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
20375         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
20376         corresponding to an abnormal edge.
20378 2016-02-09  Tom de Vries  <tom@codesourcery.com>
20380         PR tree-optimization/69599
20381         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
20382         function.
20383         (find_func_aliases_for_builtin_call, find_func_clobbers)
20384         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
20385         partition.
20387 2016-02-09  Richard Biener  <rguenther@suse.de>
20389         PR tree-optimization/69715
20390         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
20391         LHS on calls as non-rewritable.
20393 2016-02-09  Tom de Vries  <tom@codesourcery.com>
20395         PR lto/69707
20396         * lto-wrapper.c (append_diag_options): New function.
20397         (compile_offload_image): Call append_diag_options.
20399 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
20401         PR other/69722
20402         * doc/extend.texi (Flag Output Operands): Correct sectioning.
20403         Minor copy-edit to fix verb tenses.
20405 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
20407         PR tree-optimization/69209
20408         * ipa-split.c (split_function): If split part is not
20409         returning retval, retval has gimple type but is not
20410         gimple value, force it into a SSA_NAME first.
20412 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
20414         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
20415         outdated section.
20417 2016-02-08  Jason Merrill  <jason@redhat.com>
20419         PR c++/69631
20420         * convert.c (convert_to_integer_1): Check dofold on truncation
20421         distribution.
20422         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
20423         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
20424         Rename from *_nofold.
20425         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
20426         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
20428 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
20430         PR target/60410
20431         * tree.c (build_common_tree_nodes): Remove short_double argument.
20432         All callers changed.
20433         * tree.h (build_common_tree_nodes): Adjust declaration.
20434         * doc/invoke.texi (-fshort-double): Remove documentation.
20435         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
20436         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
20437         * lto-wrapper.c (merge_and_complain, append_compiler_options)
20438         (append_linker_options): Don't handle OPT_fshort_double.
20440         PR rtl-optimization/68730
20441         * lra-remat.c (insn_to_cand_activation): New static variable.
20442         (lra_remat): Allocate and free it.
20443         (create_cand): New arg activation. Initialize a field in
20444         insn_to_cand_activation if it is nonnull.
20445         (create_cands): Pass the activation insn to create_cand when making
20446         a candidate involving an output reload.  Reorganize code a little.
20447         (do_remat): Keep track of active status of candidates in a separate
20448         bitmap.
20450 2016-02-08  Richard Biener  <rguenther@suse.de>
20452         PR tree-optimization/69719
20453         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
20454         Properly use absolute of the difference of the two offsets to
20455         compare or adjust the segment length.
20457 2016-02-08  Richard Biener  <rguenther@suse.de>
20458             Jeff Law  <law@redhat.com>
20460         PR target/68273
20461         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
20462         types for anonymous SSA names.
20464 2016-02-08   Richard Biener  <rguenther@suse.de>
20466         PR rtl-optimization/69274
20467         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
20469 2016-02-08  Jeff Law  <law@redhat.com>
20471         PR tree-optimization/65917
20472         * tree-ssa-dom.c (record_temporary_equivalences): Record both
20473         equivalences from if (x == y) style conditionals.
20474         (loop_depth_of_name): Remove.
20475         (record_equality): Remove loop depth check.
20476         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
20477         (const_and_copies::record_const_or_copy_raw): New member function.
20478         * tree-ssa-scopedtables.c
20479         (const_and_copies::record_const_or_copy_raw): New, factored out of
20480         (const_and_copies::record_const_or_copy): Call new member function.
20482 2016-02-05  Jeff Law  <law@redhat.com>
20484         PR tree-optimization/68541
20485         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
20486         (count_stmts_in_block): New function.
20487         (poor_ifcvt_candidate_code): Likewise.
20488         (is_feasible_trace): Add some heuristics to determine when path
20489         splitting is profitable.
20490         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
20491         is a diamond with a single exit.
20493 2016-02-05  Martin Sebor  <msebor@redhat.com>
20495         PR c++/69662
20496         * doc/invoke.texi: Update -Wplacement-new to take an optional
20497         argument.
20499 2016-02-06  Richard Henderson  <rth@redhat.com>
20501         PR c/69643
20502         * tree.c (tree_nop_conversion_p): Do not strip casts into or
20503         out of non-standard address spaces.
20505 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
20507         PR rtl-optimization/69691
20508         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
20510 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
20512         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
20513         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
20514         (*ieee128_mfvsrd_64bit): Likewise.
20515         (*ieee128_mfvsrd_32bit): Likewise.
20517 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
20519         PR target/69369
20520         Revert r232560:
20521         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20523         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
20524         instrumented_version.
20526 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
20528         * doc/invoke.texi (Optimize Options): In table of --param options
20529         rename second occurrence of tracer-min-branch-ratio to
20530         tracer-min-branch-probability, rename
20531         tracer-min-branch-ratio-feedback to
20532         tracer-min-branch-probability-feedback and clarify description,
20533         rename sched-spec-state-edge-prob-cutoff to
20534         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
20535         to selsched-insns-to-rename, rename lto-minpartition to
20536         lto-min-partition, delete reorder-blocks-duplicate and
20537         reorder-blocks-duplicate-feedback.
20539 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20541         * config/s390/s390.c (s390_register_info_set_ranges): Remove
20542         superfluous loops.
20544 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20546         * doc/extend.texi: S/390: Correct some typos.
20548 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20550         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
20552 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20554         PR target/69625
20555         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
20556         (s390_register_info_gprtofpr): Use new macros above.
20557         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
20558         its name.
20559         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
20560         its name.  Adjust restore and save gpr ranges.
20561         (s390_register_info_set_ranges): New function.
20562         (s390_register_info): Use new macros above.  Call
20563         s390_register_info_set_ranges.
20564         (s390_optimize_register_info): Likewise.
20565         (s390_hard_regno_rename_ok): Use new macros.
20566         (s390_hard_regno_scratch_ok): Likewise.
20567         (s390_emit_epilogue): Likewise.
20568         (s390_can_use_return_insn): Likewise.
20569         (s390_optimize_prologue): Likewise.
20570         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
20572 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
20574         PR bootstrap/69677
20575         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
20576         alignment fixes.
20577         (ix86_option_override_internal): Disable TARGET_STV even for
20578         -m{incoming,preferred}-stack-boundary=3.
20580 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20582         * config.gcc: Mark deprecated rtems targets as obsolete.
20584 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
20586         PR rtl-optimization/64682
20587         PR rtl-optimization/69567
20588         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
20589         before I2 only if the register is both used and set in I2.
20591 2016-02-04  DJ Delorie  <dj@redhat.com>
20593         * config/msp430/msp430.c (msp430_start_function): Add function type.
20595 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
20597         PR fortran/69368
20598         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
20600 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
20602         PR rtl-optimization/69577
20603         Revert:
20604         2015-10-29  Richard Henderson  <rth@redhat.com>
20606         PR target/68124
20607         PR rtl-opt/67609
20608         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
20609         sse check to the exact conditions of PR 67609.
20611 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
20613         PR target/69667
20614         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
20615         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
20616         not allowed into the traditional Altivec registers.
20617         (movtd_64bit_nodm): Likewise.
20618         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
20620 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
20622         * config/aarch64/cortex-a57-fma-steering.c
20623         (aarch64_register_fma_steering): Remove "static" from arguments
20624         to register_pass.
20626 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
20628         PR target/69619
20629         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
20630         twice when complex.
20632 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
20634         * doc/invoke.texi: Delete -mno-fma4.
20636 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
20638         PR rtl-optimization/69577
20639         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
20640         (find_subregs_of_mode): Update accordingly.  Iterate over partial
20641         definitions.
20643 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
20645         * config/arm/arm-protos.h (neon_reinterpret): Remove.
20646         * config/arm/arm.c (neon_reinterpret): Remove.
20647         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
20648         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
20649         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
20650         vreinterpretti): Remove.
20651         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
20652         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
20653         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
20654         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
20655         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
20656         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
20657         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
20658         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
20659         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
20660         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
20661         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
20662         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
20663         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
20664         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
20665         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
20666         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
20667         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
20668         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
20669         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
20670         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
20671         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
20672         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
20673         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
20674         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
20675         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
20676         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
20677         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
20678         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
20679         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
20680         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
20681         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
20682         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
20683         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
20684         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
20685         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
20686         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
20687         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
20688         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
20689         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
20690         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
20691         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
20692         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
20693         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
20694         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
20695         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
20696         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
20697         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
20698         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
20699         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
20700         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
20701         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
20702         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
20703         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
20704         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
20705         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
20706         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
20707         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
20708         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
20709         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
20710         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
20711         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
20712         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
20713         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
20714         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
20715         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
20716         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
20717         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
20718         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
20719         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
20720         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
20721         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
20722         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
20723         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
20724         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
20725         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
20726         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
20727         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
20728         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
20729         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
20730         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
20731         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
20732         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
20733         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
20734         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
20735         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
20736         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
20737         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
20738         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
20739         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
20740         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
20741         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
20742         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
20743         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
20744         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
20745         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
20746         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
20747         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
20748         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
20749         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
20750         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
20751         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
20752         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
20753         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
20755 2016-02-04  Martin Liska  <mliska@suse.cz>
20757         PR sanitizer/69276
20758         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
20759         that are gimple_store_p.
20760         (maybe_instrument_call): Likewise.
20762 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
20764         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
20765         register scaling out of memory reference and comment why.
20767 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20769         PR target/65932
20770         PR target/67714
20771         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
20772         folding the source of a SET.
20774 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20776         PR target/65932
20777         PR target/67714
20778         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
20779         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
20781 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
20783         PR target/65932
20784         PR target/67714
20785         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
20786         HImode.
20788 2016-02-04  Christian Bruel  <christian.bruel@st.com>
20790         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
20791         * config/arm/arm.c (arm_set_current_function): Likewise.
20793 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
20794             Ilya Enkovich  <enkovich.gnu@gmail.com>
20795             H.J. Lu  <hongjiu.lu@intel.com>
20797         PR target/69454
20798         * config/i386/i386.c (convert_scalars_to_vector): Remove
20799         stack alignment fixes.
20800         (ix86_option_override_internal): Disable TARGET_STV if stack
20801         might not be aligned enough.
20802         (ix86_minimum_alignment): Assert that TARGET_STV is false.
20804 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
20806         * config/i386/x86-tune.def: Disable default prefetching
20807         for -march=znver1.
20809 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
20810             Vladimir Makarov  <vmakarov@redhat.com>
20812         PR target/69461
20813         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
20814         in validating fused toc addresses.
20816 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
20818         PR c/69627
20819         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
20820         range->m_caret fields if range->m_show_caret_p is false.
20822         PR target/69644
20823         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
20824         Force oldval into register if it does not satisfy reg_or_short_operand
20825         predicate.  Fix up formatting.
20827 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
20828             Alexandre Oliva  <aoliva@redhat.com>
20830         PR target/69461
20831         * lra-constraints.c (simplify_operand_subreg): Check additionally
20832         address validity after potential reloading.
20833         (process_address_1): Check insns validity.  In case of failure do
20834         nothing.
20836 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
20838         PR target/69118
20839         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
20840         Fix target.
20842 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
20844         * wide-int.cc (canonize_uhwi): New function.
20845         (wi::divmod_internal): Use it.
20847 2016-02-02  James Norris  <jnorris@codesourcery.com>
20849         * gimplify.c (omp_notice_variable): Add usage check.
20851 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
20853         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
20854         like LE, GE, LT, GT when emitting relational operator.
20856 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
20858         * ira-costs.c (find_costs_and_classes): Add extra argument.
20859         * target.def (ira_change_pseudo_allocno_class): Add parameter.
20860         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
20861         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
20862         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
20863         Add best_class parameter, and return it if not ALL_REGS.
20864         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
20865         Add parameter.
20866         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
20867         Update target hook.
20869 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
20871         * config/aarch64/aarch64.c
20872         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
20873         (aarch64_ira_change_pseudo_allocno_class): New function.
20875 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
20877         PR target/67032
20878         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
20880 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
20882         * config/avr/avr.c (avr_option_override): Set
20883         PARAM_ALLOW_STORE_DATA_RACES to 1.
20885 2016-02-02  Richard Biener  <rguenther@suse.de>
20887         PR tree-optimization/69595
20888         * match.pd: Add range test simplifications to true/false.
20890 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
20892         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
20893         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
20894         instead.
20896 2016-02-02  Richard Biener  <rguenther@suse.de>
20898         PR tree-optimization/69606
20899         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
20900         info on the result before moving a stmt.
20902 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
20904         PR middle-end/68542
20905         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
20906         branch with vector comparison.
20907         * config/i386/sse.md (VI48_AVX): New mode iterator.
20908         (define_expand "cbranch<mode>4): Add support for conditional branch
20909         with vector comparison.
20910         * tree-vect-loop.c (optimize_mask_stores): New function.
20911         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
20912         has_mask_store field of vect_info.
20913         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
20914         vectorized loops having masked stores after vec_info destroy.
20915         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
20916         correspondent macros.
20917         (optimize_mask_stores): Add prototype.
20919 2016-02-02  Alan Modra  <amodra@gmail.com>
20921         PR target/69548
20922         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
20923         allow subregs.
20925 2016-02-02  Alan Modra  <amodra@gmail.com>
20927         PR target/68662
20928         * config/rs6000/rs6000.c (need_toc_init): New var, set it
20929         whenever toc_label_name used.
20930         (rs6000_file_start): Don't set up toc section here,
20931         (rs6000_output_function_epilogue): do so here instead,
20932         (rs6000_xcoff_file_start): and here.
20933         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
20934         (load_toc_aix_di): Likewise.
20936 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
20938         PR rtl-optimization/69592
20939         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
20940         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
20941         (num_sign_bit_copies_binary_arith_p): New inline function.
20942         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
20944 2016-02-01  Jeff Law  <law@redhat.com>
20946         PR tree-optimization/69580
20947         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
20948         * tree-ssa-threadbackward.c
20949         (fsm_find_control_statement_thread_paths): Do not try to walk
20950         through large PHI nodes.
20952 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
20954         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
20955         when count is incremented above limit, don't analyze further
20956         insns afterwards.
20958         * omp-low.c (oacc_parse_default_dims): Avoid
20959         -Wsign-compare warning, make sure value fits into int
20960         rather than just unsigned int.
20962 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
20964         PR tree-optimization/67921
20965         * fold-const.c (split_tree): New parameters.  Convert pointer
20966         type variable part to proper type before negating.
20967         (fold_binary_loc): Pass new arguments to split_tree.
20969 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
20971         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
20972         (nvptx_goacc_validate_dims): Extend to handle global defaults.
20973         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
20974         * doc/tm.texti: Rebuilt.
20975         * doc/invoke.texi (fopenacc-dim): Document.
20976         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
20977         (append_compiler_options): Likewise.
20978         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
20979         (oacc_parse_default_dims): New.
20980         (oacc_validate_dims): Add USED arg.  Select non-unity default when
20981         possible.
20982         (oacc_loop_fixed_partitions): Return mask of used partitions.
20983         (oacc_loop_auto_partitions): Emit dump info.
20984         (oacc_loop_partition): Return mask of used partitions.
20985         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
20986         loop partitioning and validation calls.
20988 2016-02-01  Richard Biener  <rguenther@suse.de>
20990         PR middle-end/69556
20991         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
20993 2016-02-01  Richard Biener  <rguenther@suse.de>
20995         PR tree-optimization/69574
20996         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
20997         of asserting return chrec_dont_know.
20999 2016-02-01  Martin Liska  <mliska@suse.cz>
21001         * mem-stats-traits.h: Add copyright header.
21002         * mem-stats.h: Likewise.
21004 2016-02-01  Richard Biener  <rguenther@suse.de>
21006         PR tree-optimization/69579
21007         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
21008         Do not propagate through abnormal PHI results.
21010 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
21012         * postreload.c (reload_cse_simplify): Remove dead code.
21014 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
21016         PR rtl-optimization/69570
21017         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
21018         if there is more than one set, not if there is a single set.
21020 2016-02-01  Richard Henderson  <rth@redhat.com>
21022         PR rtl-opt/69535
21023         * combine.c (make_compound_operation): When looking through a
21024         subreg, make sure to re-extend to the width of the outer mode.
21026 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
21028         PR tree-optimization/69546
21029         * wide-int.cc (wi::divmod_internal): For unsigned division
21030         where both operands fit into uhwi, if o1 is 1 and o0 has
21031         msb set, if divident_prec is larger than bits per hwi,
21032         clear another quotient word and return 2 instead of 1.
21033         Similarly for remainder with msb in HWI set, if dividend_prec
21034         is larger than bits per hwi.
21036 2016-01-29  Martin Jambor  <mjambor@suse.cz>
21038         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
21039         Use short lowercase names.
21040         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
21041         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
21042         acq_rel one.  Protect warning agains segfaults if
21043         get_memory_order_name returns NULL.
21044         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
21045         with release semantics.  Do not warn if get_memory_order already did.
21046         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
21047         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
21048         if get_memory_order already did.
21050 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
21052         * doc/install.texi: Document that isl-0.16 is supported.
21054 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
21056         PR target/69299
21057         * config/i386/constraints.md (Bm): Describe as special memory
21058         constraint.
21059         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
21060         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
21061         * genpreds.c (struct constraint_data): Add is_special_memory.
21062         (have_special_memory_constraints, special_memory_start): New
21063         static vars.
21064         (special_memory_end): Ditto.
21065         (add_constraint): Add new arg is_special_memory.  Add code to
21066         process its true value.  Update have_special_memory_constraints.
21067         (process_define_constraint): Pass the new arg.
21068         (process_define_register_constraint): Ditto.
21069         (choose_enum_order): Process special memory.
21070         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
21071         function insn_extra_special_memory_constraint.
21072         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
21073         * gensupport.c (process_rtx): Process
21074         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
21075         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
21076         * ira-lives.c (single_reg_class): Use
21077         insn_extra_special_memory_constraint.
21078         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
21079         * lra-constraints.c (process_alt_operands): Ditto.
21080         (curr_insn_transform): Use insn_extra_special_memory_constraint.
21081         * recog.c (asm_operand_ok, preprocess_constraints): Process
21082         CT_SPECIAL_MEMORY.
21083         * reload.c (find_reloads): Ditto.
21084         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
21085         * stmt.c (parse_input_constraint): Use
21086         insn_extra_special_memory_constraint.
21088 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
21090         PR target/69530
21091         * lra-splill.c (lra_final_code_change): Revert r229087 by
21092         removing all sub-registers.
21094 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
21096         PR target/65604
21097         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
21099 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
21101         PR target/69551
21102         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
21103         SSE1, copy target into the temporary reg first before recursing
21104         on it.
21106 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
21108         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
21109         with vm.
21111 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
21113         * ginclude/stdarg.h: Test __cplusplus instead of
21114         __GXX_EXPERIMENTAL_CXX0X__.
21116 2016-01-29  Richard Biener  <rguenther@suse.de>
21118         PR tree-optimization/69547
21119         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
21120         Do not mark clobbers necessary.
21121         (mark_all_reaching_defs_necessary_1): Likewise.
21123 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
21125         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
21126         declaration name with %qs and print it in both error messages.
21127         Also fix indentation.
21129 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
21131         PR other/69006
21132         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
21133         trailing blank line from error message.
21135 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
21137         PR c++/69462
21138         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
21139         for C++-11.
21141 2016-01-29  Richard Biener  <rguenther@suse.de>
21143         PR middle-end/69537
21144         * match.pd: Allow all integral types when simplifying a
21145         widening or sign-changing conversion.
21147 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
21149         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
21150         back to setting codegen_error to fail codegen.
21152 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
21154         PR target/69459
21155         * config/i386/constraints.md (C): Only accept constant zero operand.
21156         (BC): New constraint.
21157         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
21158         instead of C constraint.
21159         * doc/md.texi (Machine Constraints): Update description
21160         of C constraint.
21162 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
21164         PR target/68400
21165         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
21167 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
21169         PR middle-end/69542
21170         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
21171         non-debug insns.
21173 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
21175         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
21176         branches if using guessed profile.
21178 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
21180         * graphite-optimize-isl.c (optimize_isl): Fix dump.
21182 2016-01-28  Richard Henderson  <rth@redhat.com>
21184         PR target/69305
21185         * config/aarch64/aarch64-modes.def (CC_Cmode): New
21186         * config/aarch64/aarch64-protos.h: Update.
21187         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
21188         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
21189         (aarch64_get_condition_code_1): Handle CC_Cmode.
21190         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
21191         (*add<mode>3_compareC_cconly_imm): New.
21192         (*add<mode>3_compareC_cconly): New.
21193         (*add<mode>3_compareC_imm): New.
21194         (add<mode>3_compareC): New.
21195         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
21196         to be first.  Use aarch64_carry_operation.
21197         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
21198         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
21199         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
21200         (subti3): Use subdi3_compare1.
21201         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
21202         (sub<mode>3_compare1): New.
21203         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
21204         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
21205         (*subsi3_carryin_uxtw): Likewise.
21206         (*ngc<mode>, *ngcsi_uxtw): Likewise.
21207         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
21208         * config/aarch64/iterators.md (DWI): New.
21209         * config/aarch64/predicates.md (aarch64_carry_operation): New.
21210         (aarch64_borrow_operation): New.
21212 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
21214         * graphite-optimize-isl.c (optimize_isl): Print a different debug
21215         message when isl does not return a valid schedule.
21217 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
21219         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
21220         Remove comments from class declarations: they are already in the code
21221         close by the defs.
21223 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
21225         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
21226         codegen_error_p.
21227         (ternary_op_to_tree): Same.
21228         (unary_op_to_tree): Same.
21229         (nary_op_to_tree): Same.
21230         (gcc_expression_from_isl_expr_op): Same.
21231         (gcc_expression_from_isl_expression): Same.
21232         (graphite_create_new_loop): Same.
21233         (graphite_create_new_loop_guard): Same.
21234         (build_iv_mapping): Same.
21235         (graphite_create_new_guard): Same.
21236         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
21237         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
21239 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
21241         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
21242         instead of setting codegen_error to fail codegen.
21244 2016-01-28  Jason Merrill  <jason@redhat.com>
21246         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
21248 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
21250         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
21251         Remove CONST_INT_P check in CCMP cost calculation.
21253 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
21255         * config/aarch64/aarch64.c (generic_vector_cost):
21256         Set vec_permute_cost.
21257         (cortexa57_vector_cost): Likewise.
21258         (exynosm1_vector_cost): Likewise.
21259         (xgene1_vector_cost): Likewise.
21260         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
21261         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
21262         Add vec_permute_cost entry.
21264 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
21266         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
21267         immediate as %1.
21268         (add<mode>3_compare0): Likewise.
21269         (addsi3_compare0_uxtw): Likewise.
21270         (add<mode>3nr_compare0): Likewise.
21271         (compare_neg<mode>): Likewise.
21272         (<optab><mode>3): Likewise.
21274 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
21276         * tree-vect-stmts.c (vectorizable_comparison): Add
21277         NULL check for vectype.
21279 2016-01-28  Richard Biener  <rguenther@suse.de>
21281         PR tree-optimization/69466
21282         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
21283         Account for PHIs we couldn't duplicate.
21285 2016-01-28  Martin Liska  <mliska@suse.cz>
21287         PR pch/68758
21288         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
21289         instead of ENABLE_VALGRIND_CHECKING.
21291 2016-01-27  Richard Henderson  <rth@redhat.com>
21293         PR rtl-opt/69447
21294         * lra-remat.c (subreg_regs): New.
21295         (dump_candidates_and_remat_bb_data): Dump it.
21296         (operand_to_remat): Reject if operand in subreg_regs.
21297         (set_bb_regs): Collect subreg_regs.
21298         (lra_remat): Init and free subreg_regs.  Compute
21299         calculate_local_reg_remat_bb_data before create_cands.
21301 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
21303         PR target/68986
21304         * config/i386/i386.c (ix86_update_stack_boundary): Don't
21305         change stack_alignment_needed for __tls_get_addr call.
21307 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
21309         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
21311 2016-01-27  Jeff Law  <law@redhat.com>
21313         PR tree-optimization/68398
21314         PR tree-optimization/69196
21315         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
21316         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
21317         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
21318         Only count PHIs in the last block in the path.  The others will
21319         const/copy propagate away.  Add heuristic to allow more irreducible
21320         subloops to be created when it is likely profitable to do so.
21322         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
21323         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
21324         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
21326 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
21328         PR lto/69254
21329         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
21330         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
21331         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
21332         * tree-streamer-in.c: Include asan.h.
21333         (streamer_get_builtin_tree): For builtins in sanitizer
21334         range call initialize_sanitizer_builtins and retry.
21336 2016-01-27  Ian Lance Taylor  <iant@google.com>
21338         * common.opt (fkeep-gc-roots-live): New undocumented option.
21339         * tree-ssa-loop-ivopts.c (add_candidate_1): If
21340         -fkeep-gc-roots-live, skip pointers.
21341         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
21342         NULL.
21344 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
21346         PR target/69512
21347         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
21348         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
21350 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
21352         PR target/68380
21353         * configure.ac: NetBSD provides SSP in its C library.
21354         * configure: Updated.
21356 2016-01-27  Richard Biener  <rguenther@suse.de>
21358         PR tree-optimization/69166
21359         * tree-vect-loop.c (vect_is_simple_reduction): Always check
21360         reduction code for commutativity / associativity.
21362 2016-01-27  Martin Jambor  <mjambor@suse.cz>
21364         PR tree-optimization/69355
21365         * tree-sra.c (analyze_access_subtree): Correct hole detection when
21366         total_scalarization fails.
21368 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
21370         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
21371         power9.
21373 2016-01-27  Christian Bruel  <christian.bruel@st.com>
21375         PR target/69245
21376         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
21377         Move arm_reset_previous_fndecl and set_target_option_current_node in
21378         the conditional part.  Call save_restore_target_globals.
21379         * config/arm/arm.c (arm_set_current_function):
21380         Refactor to better support #pragma target and attribute mix.
21381         Call save_restore_target_globals.
21382         * config/arm/arm-protos.h (save_restore_target_globals): New function.
21384 2016-01-27  Martin Liska  <mliska@suse.cz>
21386         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
21387         reference for an HSA kernel and its host function.
21389 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
21391         PR tree-optimization/69399
21392         * wide-int.h (wi::lrshift): For larger precisions, only
21393         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
21395 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
21397         * config/arc/predicates.md (proper_comparison_operator): Reject
21398         constant-constant comparison.
21400 2016-01-26  Tom de Vries  <tom@codesourcery.com>
21402         PR tree-optimization/69110
21403         * tree-data-ref.c (initialize_data_dependence_relation): Handle
21404         DR_NUM_DIMENSIONS == 0.
21406 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
21407             Sebastian Pop  <s.pop@samsung.com>
21409         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
21410         isl_ast_op_cond and isl_ast_op_select.
21411         (gcc_expression_from_isl_expr_op): Same.
21413 2016-01-26  Jason Merrill  <jason@redhat.com>
21415         PR c++/68782
21416         * tree.c (recompute_constructor_flags): Split out from
21417         build_constructor.
21418         (verify_constructor_flags): New.
21419         * tree.h: Declare them.
21421 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
21423         PR rtl-optimization/69217
21424         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
21425         are no TYPE_FIELDS set for the record type.
21427 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
21429         PR target/68662
21430         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
21431         toc_label_name unconditionally.
21432         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
21433         SYMBOL_REF string.  Use toc_label_name instead of constructing
21434         LCTOC1.
21435         (rs6000_elf_declare_function_name): Use toc_label_name instead of
21436         constructing LCTOC1.
21438 2016-01-26  Martin Sebor  <msebor@redhat.com>
21440         PR other/69477
21441         * doc/extend.texi (Common Type Attributes): Move text that talks about
21442         attribute packed from attribute aligned to the section discussing
21443         the former attribute for clarity.
21445 2016-01-26  Richard Henderson  <rth@redhat.com>
21447         PR middle-end/60908
21448         * trans-mem.c (tm_region_init): Mark entry block as visited.
21450 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
21452         PR other/69006
21453         * diagnostic-show-locus.c (layout::print_source_line): Replace
21454         call to pp_newline with call to layout::print_newline.
21455         (layout::print_annotation_line): Likewise.
21456         (layout::move_to_column): Likewise.
21457         (layout::print_any_fixits): After printing any fixits, print a
21458         trailing newline, if necessary.
21459         (layout::print_newline): New method, resetting any colorization
21460         before a newline.
21461         (diagnostic_show_locus): Move the pp_newline to before the
21462         early bailout.  Remove dummy block enclosing the layout instance.
21463         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
21464         of pp_newline_and_flush with pp_flush.
21465         (diagnostic_append_note): Delete use of pp_newline.
21466         (diagnostic_append_note_at_rich_loc): Delete.
21467         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
21468         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
21469         when newline characters are added to the buffer.
21471 2016-01-26  Michael Matz  <matz@suse.de>
21473         * configure.ac (ac_cv_std_swap_in_utility): New test.
21474         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
21475         * configure: Regenerate.
21476         * config.in: Regenerate.
21478 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
21480         * config/arc/arc.md (cstoresi4): Force operand into register.
21481         (arcset<code>): Fix predicate.
21482         (arcsetltu): Likewise.
21483         (arcsetgeu): Likewise.
21484         (arcsethi): Likewise.
21485         (arcsetls): Likewise.
21487 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
21489         PR tree-optimization/69483
21490         * gimple-fold.c (canonicalize_constructor_val): Return NULL
21491         if base has error_mark_node type.
21493 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
21495         PR target/68620
21496         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
21497         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
21498         New helper macros.
21499         (vget_lane_f16): Handle big-endian.
21500         (vgetq_lane_f16): Likewise.
21501         (vset_lane_f16): Likewise.
21502         (vsetq_lane_f16): Likewise.
21503         * config/arm/iterators.md (VQXMOV): Add V8HF.
21504         (VDQ): Add V4HF and V8HF.
21505         (V_reg): Handle V4HF and V8HF.
21506         (Is_float_mode): Likewise.
21507         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
21508         neon_vdup_nv8hf): New patterns.
21509         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
21510         Use VD_LANE iterator.
21511         (neon_vld1_dup<mode>): Use VQ2 iterator.
21513 2016-01-26  Nathan Sidwell  <nathan@acm.org>
21515         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
21516         (set_oacc_fn_attrib): Add IS_KERNEL arg.
21517         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
21518         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
21519         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
21520         (oacc_validate_dims): Add LEVEL arg, don't return level.
21521         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
21522         oacc_validate_dims.
21523         (execute_oacc_device_lower): Adjust, add more dump output.
21524         * tree-ssa-loop.c (gate_oacc_kernels): Use
21525         oacc_fn_attrib_kernels_p.
21526         * tree-parloops.c (create_parallel_loop): Adjust
21527         set_oacc_fn_attrib call.
21529 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
21531         PR lto/69254
21532         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
21533         (append_compiler_options): Handle -fcilkplus.
21534         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
21536 2016-01-26  Nick Clifton  <nickc@redhat.com>
21538         PR target/66655
21539         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
21540         been marked as DECL_ONE_ONLY but we do not the means to make it
21541         so, then do not allow it to bind locally.
21543 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
21545         PR lto/69254
21546         * opts.h (parse_sanitizer_options): New prototype.
21547         * opts.c (sanitizer_opts): New array.
21548         (parse_sanitizer_options): New function.
21549         (common_handle_option): Use parse_sanitizer_options.
21551 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
21553         PR target/68986
21554         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
21555         alignment adjustment to ...
21556         (ix86_update_stack_boundary): Here.  Don't over-align stack for
21557         __tls_get_addr.
21558         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
21559         if __tls_get_addr is called.
21561 2016-01-26  Christian Bruel  <christian.bruel@st.com>
21563         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
21565 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
21567         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
21569 2016-01-26  Richard Biener  <rguenther@suse.de>
21571         PR middle-end/69467
21572         * match.pd: Guard X * CST CMP 0 pattern with single_use.
21574 2016-01-26  Richard Biener  <rguenther@suse.de>
21576         PR tree-optimization/69452
21577         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
21578         (move_computations_dom_walker::before_dom_children): Rename
21579         to ...
21580         (move_computations_worker): This.
21581         (move_computations): Perform an RPO rather than a DOM walk.
21583 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
21585         PR target/69442
21586         * combine.c (combine_instructions): For REG_EQUAL note with
21587         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
21588         to the underlying register.
21589         * doc/rtl.texi (REG_EQUAL): Document the behavior of
21590         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
21592 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
21594         PR target/67896
21595         * config/aarch64/aarch64-builtins.c
21596         (aarch64_init_simd_builtin_types): Do not set structural
21597         equality to __Poly{8,16,64,128}_t types.
21599 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
21601         PR tree-optimization/69400
21602         * wide-int.cc (wi_pack): Take the precision as argument and
21603         perform canonicalization here rather than in the callers.
21604         Use the main loop to handle all full-width HWIs.  Add a
21605         zero HWI if in_len isn't a full result.
21606         (wi::divmod_internal): Update accordingly.
21607         (wi::mul_internal): Likewise.  Simplify.
21609 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
21610             Sebastian Pop  <s.pop@samsung.com>
21612         * graphite-poly.c (apply_poly_transforms): Simplify.
21613         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
21614         (print_isl_map): Same.
21615         (print_isl_union_map): Same.
21616         (print_isl_schedule): New.
21617         (debug_isl_schedule): New.
21618         * graphite-dependences.c (scop_get_reads): Do not call
21619         isl_union_map_add_map that is undocumented isl functionality.
21620         (scop_get_must_writes): Same.
21621         (scop_get_may_writes): Same.
21622         (scop_get_original_schedule): Remove.
21623         (scop_get_dependences): Do not call isl_union_map_compute_flow that
21624         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
21625         (compute_deps): Remove.
21626         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
21627         (debug_schedule_ast): New.
21628         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
21629         set_separate_option.
21630         (graphite_regenerate_ast_isl): Add dump.
21631         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
21632         from scop->transformed_schedule.
21633         (graphite_regenerate_ast_isl): Add more dump.
21634         * graphite-optimize-isl.c (optimize_isl): Set
21635         scop->transformed_schedule.  Check whether schedules are equal.
21636         (apply_poly_transforms): Move here.
21637         * graphite-poly.c (apply_poly_transforms): ... from here.
21638         (free_poly_bb): Static.
21639         (free_scop): Static.
21640         (pbb_number_of_iterations_at_time): Remove.
21641         (print_isl_ast): New.
21642         (debug_isl_ast): New.
21643         (debug_scop_pbb): New.
21644         * graphite-scop-detection.c (print_edge): Move.
21645         (print_sese): Move.
21646         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
21647         (build_scop_scattering): Remove.
21648         (create_pw_aff_from_tree): Assert instead of bailing out.
21649         (add_condition_to_pbb): Remove unused code, do not fail.
21650         (add_conditions_to_domain): Same.
21651         (add_conditions_to_constraints): Remove.
21652         (build_scop_context): New.
21653         (add_iter_domain_dimension): New.
21654         (build_iteration_domains): Initialize pbb->iterators.
21655         Call add_conditions_to_domain.
21656         (nested_in): New.
21657         (loop_at): New.
21658         (index_outermost_in_loop): New.
21659         (index_pbb_in_loop): New.
21660         (outermost_pbb_in): New.
21661         (add_in_sequence): New.
21662         (add_outer_projection): New.
21663         (outer_projection_mupa): New.
21664         (add_loop_schedule): New.
21665         (build_schedule_pbb): New.
21666         (build_schedule_loop): New.
21667         (embed_in_surrounding_loops): New.
21668         (build_schedule_loop_nest): New.
21669         (build_original_schedule): New.
21670         (build_poly_scop): Call build_original_schedule.
21671         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
21672         (free_poly_dr): Remove.
21673         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
21674         (free_poly_bb): Remove.
21675         (debug_loop_vec): Remove.
21676         (print_isl_ast): Declare.
21677         (debug_isl_ast): Declare.
21678         (scop_do_interchange): Remove.
21679         (scop_do_strip_mine): Remove.
21680         (scop_do_block): Remove.
21681         (flatten_all_loops): Remove.
21682         (optimize_isl): Remove.
21683         (pbb_number_of_iterations_at_time): Remove.
21684         (debug_scop_pbb): Declare.
21685         (print_schedule_ast): Declare.
21686         (debug_schedule_ast): Declare.
21687         (struct scop): Remove schedule.  Add original_schedule,
21688         transformed_schedule.
21689         (free_gimple_poly_bb): Remove.
21690         (print_generated_program): Remove.
21691         (debug_generated_program): Remove.
21692         (unify_scattering_dimensions): Remove.
21693         * sese.c (print_edge): ... here.
21694         (print_sese): ... here.
21695         (debug_edge): ... here.
21696         (debug_sese): ... here.
21697         * sese.h (print_edge): Declare.
21698         (print_sese): Declare.
21699         (dump_edge): Declare.
21700         (dump_sese): Declare.
21702 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
21703             Sebastian Pop  <s.pop@samsung.com>
21705         * Makefile.in: Set ISLVER in site.exp.
21707 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
21709         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
21710         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
21711         through DECL_VALUE_EXPR for expansion.
21713 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21715         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
21716         the frame info after reload completed.
21718 2016-01-25  Jeff Law  <law@redhat.com>
21720         PR tree-optimization/69196
21721         PR tree-optimization/68398
21722         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
21723         tree-ssa-threadupdate.c.
21724         (determine_bb_domination_status): Prototype
21725         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
21726         (determine_bb_domination_status): No longer static.
21727         (valid_jump_thread_path): Remove code to detect characteristics
21728         of the jump thread path not associated with correctness.
21729         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
21730         Correct test for thread path length.  Count PHIs for real operands as
21731         statements that need to be copied.  Do not count ASSERT_EXPRs.
21732         Look at all the blocks in the thread path.  Compute and selectively
21733         filter thread paths based on threading through the latch, threading
21734         a multiway branch or crossing a multiway branch.
21736 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21738         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
21739         decl with __attribute__ ((unused)) annotation.
21741 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
21743         PR target/69421
21744         * tree-vect-stmts.c (vectorizable_condition): Check vectype
21745         of operands is compatible with a statement vectype.
21747 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
21749         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
21750         improve wording for mixed storage order support.
21752 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
21754         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
21755         (vcvt_u64_f64): Likewise.
21756         (vcvta_s64_f64): Likewise.
21757         (vcvta_u64_f64): Likewise.
21758         (vcvtm_s64_f64): Likewise.
21759         (vcvtm_u64_f64): Likewise.
21760         (vcvtn_s64_f64): Likewise.
21761         (vcvtn_u64_f64): Likewise.
21762         (vcvtp_s64_f64): Likewise.
21763         (vcvtp_u64_f64): Likewise.
21765 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
21767         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
21768         (arc_init): Check validity mll64 option.
21769         (arc_save_restore): Use double load/store instruction.
21770         (arc_expand_movmem): Likewise.
21771         (arc_split_move): Don't split if we have double load/store
21772         instructions. Returns a boolean.
21773         (arc_process_double_reg_moves): Change function to return boolean
21774         instead of a sequence of instructions.
21775         (arc_dwarf_register_span): New function.
21776         * config/arc/arc-protos.h (arc_split_move): Change prototype.
21777         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
21778         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
21779         (*movdf_insn): Likewise.
21780         * config/arc/arc.opt (mll64): New option.
21781         * config/arc/predicates.md (even_register_operand): New predicate.
21782         * doc/invoke.texi (ARC Options): Add mll64 documentation.
21784 2016-01-25  Richard Biener  <rguenther@suse.de>
21786         PR lto/69393
21787         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
21788         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
21789         DECL_NAMELESS.
21790         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
21792 2016-01-25  Richard Biener  <rguenther@suse.de>
21794         PR tree-optimization/69376
21795         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
21796         flag.
21797         (VN_INFO_ANTI_RANGE_P): New inline.
21798         (VN_INFO_RANGE_TYPE): Likewise.
21799         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
21800         SSA_NAME_ANTI_RANGE_P.
21801         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
21802         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
21803         Properly query VN_INFO_RANGE_TYPE.
21805 2016-01-25  Nick Clifton  <nickc@redhat.com>
21807         PR target/66655
21808         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
21810 2016-01-23  Tom de Vries  <tom@codesourcery.com>
21812         PR tree-optimization/69426
21813         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
21814         removed clobber.
21816 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
21818         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
21819         "the the" with "the" in the comments.
21820         * ipa-devirt.c (build_type_inheritance_graph,
21821         update_type_inheritance_graph): Likewise.
21822         * tree.c (build_function_type_list_1): Likewise.
21823         * cfgloopmanip.c (scale_loop_profile): Likewise.
21824         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
21825         * gimple-ssa-split-paths.c
21826         (find_block_to_duplicate_for_splitting_paths): Likewise.
21827         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
21828         * expr.c (convert_move): Likewise.
21829         * var-tracking.c (vt_stack_adjustments): Likewise.
21830         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
21831         * tree-vrp.c (test_for_singularity): Likewise.
21833         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
21834         directly instead of building a temporary tree.
21836         PR bootstrap/69434
21837         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
21838         remove <algorithm> include.
21840 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
21842         PR target/69432
21843         * config/i386/i386.c: Include dojump.h.
21844         (expand_small_movmem_or_setmem,
21845         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
21846         fixes.
21847         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
21848         if dynamic_check != -1.
21850 2016-01-21  Jeff Law  <law@redhat.com>
21852         PR middle-end/69347
21853         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
21854         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
21855         into dominated_by_p.
21856         (cprop_into_successor_phis): Avoid unnecessary tests.
21858 2016-01-22  Richard Henderson  <rth@redhat.com>
21860         PR target/69416
21861         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
21862         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
21864 2016-01-22  Michael Matz  <matz@suse.de>
21866         * system.h (string, algorithm): Include only conditionally.
21867         (new): Include always under C++.
21868         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
21869         * final.c (toplevel): Ditto.
21870         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
21871         * genconditions.c (write_header): Make gencondmd.c define
21872         INCLUDE_STRING.
21873         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
21875         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
21876         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
21878 2016-01-22  Christian Bruel  <christian.bruel@st.com>
21880         PR target/68674
21881         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
21883 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21885         PR target/69403
21886         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
21887         define_insn_and_split.  Ensure operands[1] and operands[0] do not
21888         get assigned the same register.
21890 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
21892         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
21894 2016-01-22  Christian Bruel  <christian.bruel@st.com>
21896         * config/arm/arm-c.c (arm_pragma_target_parse):
21897         Remove warn_builtin_macro_redefined overwrite.
21899 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
21901         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
21902         flag_non_call_exceptions compatibility.
21904 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
21906         PR debug/66668
21907         * dwarf2out.c (add_child_die_after): New function.
21908         (dwarf_qual_info_t): New type.
21909         (dwarf_qual_info): New variable.
21910         (qualified_die_p): New function.
21911         (modified_type_die): For -fdebug-types-section, ensure
21912         canonical order of qualifiers.  Put qualified DIEs adjacent
21913         to the corresponding non-qualified type DIE and search there
21914         for existing qualified DIEs.
21916 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
21918         * doc/extend.texi (scalar_storage_order type attribute): Document
21919         restriction on type punning and aliasing, and remove future tense.
21921 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
21923         PR target/69252
21924         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
21925         first stage.
21927 2016-01-21  Jeff Law  <law@redhat.com>
21929         PR middle-end/69347
21930         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
21931         useless call to record_temporary_equivalences.
21932         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
21933         allocate 10 slots in the bb_path vector and let it grow as needed.
21934         (fsm_find_control_statement_thread_paths): Similarly for the next_path
21935         vector.
21937 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
21939         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
21940         Detangle.
21941         * configure: Regenerate.
21943 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
21945         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
21946         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
21948 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
21950         PR middle-end/66178
21951         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
21952         drop EXPAND_INITIALIZER.
21953         * rtl.h (contains_symbolic_reference_p): Declare.
21954         * rtlanal.c (contains_symbolic_reference_p): New function.
21955         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
21956         a subtraction into a NOT if symbolic constants are involved.
21958 2016-01-21  Anton Blanchard  <anton@samba.org>
21959             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21961         PR target/63354
21962         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
21963         #define.
21964         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
21965         function.
21967 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
21969         * config/microblaze/microblaze.c
21970         (get_branch_target): New.
21971         (insert_wic_for_ilb_runout): New.
21972         (insert_wic): New.
21973         (microblaze_machine_dependent_reorg): New.
21974         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
21975         * config/microblaze/microblaze.md
21976         (UNSPEC_IPREFETCH): Define.
21977         (iprefetch): New pattern
21978         * config/microblaze/microblaze.opt
21979         (mxl-prefetch): New flag.
21981 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
21983         * config/microblaze/microblaze.h
21984         (FIXED_REGISTERS): Update in macro.
21985         (CALL_USED_REGISTERS): Update in macro.
21987 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
21989         PR rtl-optimization/68920
21990         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
21991         moves.
21993 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
21995         PR rtl-optimization/68990
21996         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
21997         pseudo instead of inheritance ones.
21999 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22000             Nick Clifton  <nickc@redhat.com>
22002         PR target/69129
22003         PR target/69012
22004         * config/mips/mips.c (mips_compute_frame_info): Initialise
22005         args_size and hard_frame_pointer_offset fields of the frame
22006         structure before calling mips_global_pointer.
22008 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
22010         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
22011         label reference.
22012         * configure: Regenerate.
22014 2016-01-21  Richard Biener  <rguenther@suse.de>
22016         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
22018 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
22020         * config/s390/s390.c (s390_asm_declare_function_size): Add code
22021         to actually emit the .size directive.
22023 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
22024              Jakub Jelinek  <jakub@redhat.com>
22026         PR target/69187
22027         PR target/65624
22028         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
22029         args array size by one to avoid buffer overflow.
22031 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
22033         * config/s390/s390.md (pool_section_start): Use switch_to_section
22034         to select proper read-only data section instead of hardcoding
22035         .rodata.
22036         (pool_section_end): Use switch_to_section to match the above.
22038 2016-01-21  Richard Biener  <rguenther@suse.de>
22040         PR tree-optimization/69378
22041         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
22042         (set_ssa_val_to): Use it for dominance checks taking into
22043         account not executable edges.
22045 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
22047         PR c++/69355
22048         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
22049         for bitsize instead of GET_MODE_PRECISION (mode).
22051 2016-01-20  Martin Sebor  <msebor@redhat.com>
22053         PR c/52291
22054         * extend.texi (__sync Builtins): Clarify the semantics of
22055         __sync_fetch_and_OP built-ins on pointers.
22056         (__atomic Builtins): Same.
22058 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22059             Sebastian Pop  <s.pop@samsung.com>
22061         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
22062         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
22063         (is_valid_rename): Same.
22064         (translate_isl_ast_to_gimple::get_rename): Same.
22065         (translate_isl_ast_to_gimple::rename_all_uses): Same.
22066         (translate_isl_ast_to_gimple::rename_uses): Same.
22067         (get_new_name): Check for close_phi nodes.
22068         (copy_loop_phi_args): Use phi_node_kind.
22069         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
22070         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
22072 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22073             Sebastian Pop  <s.pop@samsung.com>
22075         Revert commit r229783.
22076         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
22077         Remove use of parameter_rename_map.
22078         (copy_def): Remove.
22079         (copy_internal_parameters): Remove.
22080         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
22081         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
22082         (free_sese_info): Do not free parameter_rename_map.
22083         (set_rename): Do not use parameter_rename_map.
22084         (rename_uses): Update call to set_rename.
22085         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
22086         * sese.h (parameter_rename_map_t): Remove.
22087         (struct sese_info_t): Remove field parameter_rename_map.
22089 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22090             Sebastian Pop  <s.pop@samsung.com>
22092         * graphite-isl-ast-to-gimple.c: Fix comment.
22093         * graphite-scop-detection.c (defined_in_loop_p): New.
22094         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
22095         names defined in loop.
22097 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22098             Sebastian Pop  <s.pop@samsung.com>
22100         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
22101         Discard unstructured if-then-else regions.
22103 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22104             Sebastian Pop  <s.pop@samsung.com>
22106         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
22107         (cleanup_loop_iter_dom): Remove.
22108         (build_loop_iteration_domains): Remove.
22109         (build_scop_context): Remove.
22110         (build_scop_iteration_domain): Remove.
22111         (add_loop_constraints): New.
22112         (build_iteration_domains): New.
22113         (build_poly_scop): Call build_iteration_domains.
22115 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22116             Sebastian Pop  <s.pop@samsung.com>
22118         * graphite-scop-detection.c
22119         (scop_detection::harmful_loop_in_region): Free dom and loops.
22120         (scop_detection::loop_body_is_valid_scop): Free bbs.
22122 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22123             Sebastian Pop  <s.pop@samsung.com>
22125         * graphite-scop-detection.c (record_loop_in_sese): New.
22126         (gather_bbs::before_dom_children): Call record_loop_in_sese.
22127         (build_scops): Remove call to build_sese_loop_nests.
22128         * sese.c (sese_record_loop): Remove.
22129         (build_sese_loop_nests): Remove.
22130         (new_sese_info): Remove region->loops.
22131         (free_sese_info): Same.
22132         * sese.h (sese_contains_loop): Same.
22133         (build_sese_loop_nests): Remove.
22134         (sese_contains_loop): Remove.
22136 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22137             Sebastian Pop  <s.pop@samsung.com>
22139         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
22140         loop_is_valid_in_scop.
22141         (scop_detection::harmful_stmt_in_region): Renamed
22142         harmful_loop_in_region.
22143         Call loop_is_valid_in_scop.
22145 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22146             Sebastian Pop  <s.pop@samsung.com>
22148         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
22149         isl_ast_node_mark.
22151 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22152             Sebastian Pop  <s.pop@samsung.com>
22154         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
22155         * graphite.h (struct poly_bb): Remove field is_reduction.
22156         (PBB_IS_REDUCTION): Remove.
22158 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
22159             Sebastian Pop  <s.pop@samsung.com>
22161         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
22162         (add_pdr_constraints): Same.
22163         (scop_get_reads): Same.
22164         (scop_get_must_writes): Same.
22165         (scop_get_may_writes): Same.
22166         (scop_get_original_schedule): Same.
22167         (extend_schedule): Same.
22168         (apply_schedule_on_deps): Same.
22169         (carries_deps): Same.
22170         (compute_deps): Same.
22171         (scop_get_dependences): Same.
22172         * graphite-isl-ast-to-gimple.c
22173         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
22174         * graphite-optimize-isl.c (get_schedule_for_band): Same.
22175         (get_schedule_for_band_list): Same.
22176         (get_schedule_map): Same.
22177         (apply_schedule_map_to_scop): Same.
22178         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
22179         (build_loop_iteration_domains): Same.
22180         (add_condition_to_pbb): Same.
22181         (add_param_constraints): Same.
22182         (pdr_add_memory_accesses): Same.
22183         (pdr_add_data_dimensions): Same.
22185 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
22187         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
22188         requirements.
22190 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
22192         * common.opt (feliminate-dwarf2-dups): Replace references to
22193         "DWARF 2" with just "DWARF".
22194         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
22195         * doc/extend.texi: Likewise.
22196         * doc/cpp.texi: Likewise.
22197         * doc/invoke.texi: Likewise.
22198         (Option Summary): Add -gdwarf to list of Debugging Options.
22199         (Debugging Options): Document -gdwarf.
22200         * doc/contrib.texi: Spell "DWARF" like that.
22202 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
22204         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
22205         warning.  Fix up formatting.
22207         PR middle-end/67653
22208         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
22209         attempt to mark memory input operand addressable and
22210         call prepare_gimple_addressable in that case.  Don't adjust
22211         input_location for diagnostics, use error_at instead.
22213 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
22215         * config/rs6000/ppc-auxv.h: New file.
22216         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
22217         (cpu_is): Likewise.
22218         (cpu_supports): Likewise.
22219         * config/rs6000/rs6000.c: include "ppc-auxv.h".
22220         (cpu_is_info): New variable.
22221         (cpu_supports_info): Likewise.
22222         (tcb_verification_symbol): Likewise.
22223         (cpu_builtin_p): Likewise.
22224         (cpu_expand_builtin): New function.
22225         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
22226         (rs6000_init_builtins): Likewise.
22227         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
22228         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
22229         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
22230         * configure: Regenerate.
22231         * config.in: Likewise.
22232         * doc/extend.texi (PowerPC Built-in Functions): Document
22233         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
22235 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
22237         PR target/68609
22238         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
22239         domain check.
22240         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
22241         for V4SFmode.
22243 2016-01-20  Richard Henderson  <rth@redhat.com>
22245         PR bootstrap/69343
22246         PR bootstrap/69339
22247         PR tree-opt/68964
22248         Revert:
22249         * tree.c (tm_define_builtin): New.
22250         (find_tm_vector_type): New.
22251         (build_tm_vector_builtins): New.
22252         (build_common_builtin_nodes): Call it.
22254 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
22256         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
22257         (arm_fp_ok): Likewise.
22258         (arm_fp): Likewise.
22259         (arm_crypto): Likewise.
22261 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
22262             Richard Biener  <rguenther@suse.de>
22264         PR tree-optimization/69328
22265         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
22266         vectors have same number of elements.
22267         (vectorizable_condition): Fix masked version recognition.
22269 2016-01-20  Richard Biener  <rguenther@suse.de>
22271         PR tree-optimization/69345
22272         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
22273         (VN_INFO_PTR_INFO): Likewise.
22274         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
22275         info when it is equal between non-dominating SSA names.
22276         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
22277         Make sure to look at original SSA infos.
22279 2016-01-20  Jeff Law  <law@redhat.com>
22281         PR target/25114
22282         * config/m68k/predicates.md (pow2_m1_operand): New predicate
22283         extracted from ...
22284         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
22285         (pc_or_label_operand): New predicate.
22286         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
22287         tests for small integers that are 2^n - 1.
22289 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
22291         * doc/invoke.texi (Options Summary): Add '.' after @xref.
22293 2016-01-19  Jeff Law  <law@redhat.com>
22295         PR middle-end/69347
22296         * tree-ssa-threadbackwards.c
22297         (fsm_find_control_statement_thread_paths): Do not try to lookup
22298         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
22300 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
22302         * doc/lto.texi: Remove text that says only Gold has linker plugin
22303         support.
22305 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
22307         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
22308         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
22309         the DIE accordingly.
22310         (modified_type_die): Add REVERSE parameter and pass it recursively,
22311         as well as to base_type_die.  Adjust presence check accordingly.
22312         (base_type_for_mode): Adjust call to modified_type_die.
22313         (add_type_attribute): Add REVERSE parameter and pass it to
22314         modified_type_die.
22315         (generic_parameter_die): Adjust call to add_type_attribute.
22316         (add_scalar_info): Likewise.
22317         (add_subscript_info): Likewise.
22318         (gen_array_type_die): Likewise.
22319         (gen_descr_array_type_die): Likewise.
22320         (gen_entry_point_die): Likewise.
22321         (gen_enumeration_type_die): Likewise.
22322         (gen_formal_parameter_die): Likewise.
22323         (gen_subprogram_die): Likewise.
22324         (gen_variable_die ): Likewise.
22325         (gen_const_die): Likewise.
22326         (gen_field_die): Likewise.
22327         (gen_pointer_type_die): Likewise.
22328         (gen_reference_type_die): Likewise.
22329         (gen_ptr_to_mbr_type_die): Likewise.
22330         (gen_inheritance_die): Likewise.
22331         (gen_subroutine_type_die): Likewise.
22332         (gen_typedef_die): Likewise.
22333         (force_type_die): Adjust call to modified_type_die.
22335 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
22337         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
22338         flow throughout the file.  Fix broken link to Objective-C 2.0
22339         documentation.
22340         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
22341         errors.
22343 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
22345         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
22347 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
22349         PR ipa/66223
22350         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
22351         (maybe_record_node): Record cxa_pure_virtual as the only possible
22352         target if there are not ohter candidates.
22353         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
22355 2016-01-19  Richard Biener  <rguenther@suse.de>
22357         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
22358         (get_memory_order): Likewise.
22360 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
22362         * tree-vect-stmts.c (vectorizable_store): Check
22363         rhs vectype.
22365 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
22367         PR jit/68446
22368         * gcc.c (driver::decode_argv): Add call to
22369         init_opts_obstack before init_options_struct.
22370         * opts.c (init_opts_obstack): Remove idempotency.
22371         (init_options_struct): Replace call to init_opts_obstack
22372         with a gcc_assert to verify that it has already been called.
22373         * toplev.c (toplev::main): Add call to init_opts_obstack before
22374         calls to init_options_struct.
22375         (toplev::finalize): Move cleanup of opts_obstack next to
22376         cleanup of save_decoded_options, clearing the latter, and
22377         save_decoded_options_count.
22379 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22381         PR target/69135
22382         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
22383         attribute to unconditional.  Remove %? from output template.
22385 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
22386             Jiong Wang  <jiong.wang@arm.com>
22388         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
22389         generated from different expand order.
22391 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
22393         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
22394         Add support for CCMP costing.
22396 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
22398         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
22399         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
22400         (fccmpe<mode>): Likewise.
22401         (fcmp): Rename to fcmp and globalize pattern.
22402         (fcmpe): Likewise.
22403         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
22404         (aarch64_gen_ccmp_next): Add FP support.
22406 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
22408         * target.def (gen_ccmp_first): Update documentation.
22409         (gen_ccmp_next): Likewise.
22410         * doc/tm.texi (gen_ccmp_first): Update documentation.
22411         (gen_ccmp_next): Likewise.
22412         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
22413         expand_ccmp_expr_1.  Improve comments.
22414         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
22415         (ccmp_ior<mode>): Remove pattern.
22416         (cmp<mode>): Remove expand.
22417         (cmp): Globalize pattern.
22418         (cstorecc4): Use cc_register.
22419         (mov<mode>cc): Remove ccmp_cc_register check.
22420         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
22421         Simplify after removal of CC_DNE/* modes.
22422         (aarch64_ccmp_mode_to_code): Remove.
22423         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
22424         In 'k' case use integer as condition.
22425         (aarch64_nzcv_codes): Remove inverted cases.
22426         (aarch64_code_to_ccmode): Remove.
22427         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
22428         comparison with CC register to be used in folowing CCMP/branch/CSEL.
22429         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
22430         pattern.  Return the comparison with CC register.  Invert conditions
22431         when bitcode is OR.
22432         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
22433         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
22435 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
22437         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
22438         instrumented_version.
22440 2016-01-19  Richard Biener  <rguenther@suse.de>
22442         PR tree-optimization/69336
22443         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
22444         handled components with get_ref_base_and_extent.
22445         (equal_mem_array_ref_p): Adjust.
22447 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
22449         PR debug/65779
22450         * shrink-wrap.c: Include valtrack.h.
22451         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
22452         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
22453         in between insn and where it will be moved to.  Call
22454         dead_debug_insert_temp.
22455         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
22456         first and dead_debug_local_finish at the end.
22457         For uses and defs bitmap, handle all regs in between REGNO and
22458         END_REGNO, not just the first one.
22460 2016-01-19  Richard Biener  <rguenther@suse.de>
22462         PR tree-optimization/69352
22463         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
22464         (equal_mem_array_ref_p): Constrain size and max size properly.
22465         Compare the reverse flag.
22467 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
22469         * ira.c (ira): Update regstat data if we deleted insns.
22471 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
22473         PR rtl-optimization/68955
22474         PR rtl-optimization/64557
22475         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
22476         here.  Fix up formatting.
22477         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
22479 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
22481         PR lto/69133
22482         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
22483         assume that the node has body.
22484         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
22485         check.
22487 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
22489         * lto-streamer-out.c (lto_output): Do not stream instrumentation
22490         thunks.
22492 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
22494         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
22495         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
22497 2016-01-19  Martin Jambor  <mjambor@suse.cz>
22498             Martin Liska  <mliska@suse.cz>
22499             Michael Matz  <matz@suse.de>
22501         * Makefile.in (OBJS): Add new source files.
22502         (GTFILES): Add hsa.c.
22503         * common.opt (disable_hsa): New variable.
22504         (-Whsa): New warning.
22505         * config.in (ENABLE_HSA): New.
22506         * configure.ac: Treat hsa differently from other accelerators.
22507         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
22508         $enable_offloading.
22509         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
22510         * doc/install.texi (Configuration): Document --with-hsa-runtime,
22511         --with-hsa-runtime-include, --with-hsa-runtime-lib and
22512         --with-hsa-kmt-lib.
22513         * doc/invoke.texi (-Whsa): Document.
22514         (hsa-gen-debug-stores): Likewise.
22515         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
22516         to invoke offload compiler for hsa acclerator.
22517         * opts.c (common_handle_option): Determine whether HSA offloading
22518         should be performed.
22519         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
22520         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
22521         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
22522         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
22523         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
22524         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
22525         GF_OMP_FOR_KIND_GRID_LOOP.
22526         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
22527         (pp_gimple_stmt_1): Likewise.
22528         * gimple-walk.c (walk_gimple_stmt): Likewise.
22529         * gimple.c (gimple_build_omp_grid_body): New function.
22530         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
22531         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
22532         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
22533         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
22534         GF_OMP_TEAMS_GRID_PHONY.
22535         (gimple_statement_omp_single_layout): Updated comments.
22536         (gimple_build_omp_grid_body): New function.
22537         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
22538         (gimple_omp_for_grid_phony): New function.
22539         (gimple_omp_for_set_grid_phony): Likewise.
22540         (gimple_omp_parallel_grid_phony): Likewise.
22541         (gimple_omp_parallel_set_grid_phony): Likewise.
22542         (gimple_omp_teams_grid_phony): Likewise.
22543         (gimple_omp_teams_set_grid_phony): Likewise.
22544         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
22545         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
22546         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
22547         (BUILT_IN_GOMP_TARGET): Updated type.
22548         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
22549         (adjust_for_condition): New function.
22550         (get_omp_for_step_from_incr): Likewise.
22551         (extract_omp_for_data): Moved parts to adjust_for_condition and
22552         get_omp_for_step_from_incr.
22553         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
22554         (fixup_child_record_type): Bail out if receiver_decl is NULL.
22555         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
22556         (scan_omp_parallel): Do not create child functions for phony
22557         constructs.
22558         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
22559         (scan_omp_1_op): Checking assert we are not remapping to
22560         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
22561         (parallel_needs_hsa_kernel_p): New function.
22562         (expand_parallel_call): Register apprpriate parallel child
22563         functions as HSA kernels.
22564         (grid_launch_attributes_trees): New type.
22565         (grid_attr_trees): New variable.
22566         (grid_create_kernel_launch_attr_types): New function.
22567         (grid_insert_store_range_dim): Likewise.
22568         (grid_get_kernel_launch_attributes): Likewise.
22569         (get_target_argument_identifier_1): Likewise.
22570         (get_target_argument_identifier): Likewise.
22571         (get_target_argument_value): Likewise.
22572         (push_target_argument_according_to_value): Likewise.
22573         (get_target_arguments): Likewise.
22574         (expand_omp_target): Call get_target_arguments instead of looking
22575         up for teams and thread limit.
22576         (grid_expand_omp_for_loop): New function.
22577         (grid_arg_decl_map): New type.
22578         (grid_remap_kernel_arg_accesses): New function.
22579         (grid_expand_target_kernel_body): New function.
22580         (expand_omp): Call it.
22581         (lower_omp_for): Do not emit phony constructs.
22582         (lower_omp_taskreg): Do not emit phony constructs but create for them
22583         a temporary variable receiver_decl.
22584         (lower_omp_taskreg): Do not emit phony constructs.
22585         (lower_omp_teams): Likewise.
22586         (lower_omp_grid_body): New function.
22587         (lower_omp_1): Call it.
22588         (grid_reg_assignment_to_local_var_p): New function.
22589         (grid_seq_only_contains_local_assignments): Likewise.
22590         (grid_find_single_omp_among_assignments_1): Likewise.
22591         (grid_find_single_omp_among_assignments): Likewise.
22592         (grid_find_ungridifiable_statement): Likewise.
22593         (grid_target_follows_gridifiable_pattern): Likewise.
22594         (grid_remap_prebody_decls): Likewise.
22595         (grid_copy_leading_local_assignments): Likewise.
22596         (grid_process_kernel_body_copy): Likewise.
22597         (grid_attempt_target_gridification): Likewise.
22598         (grid_gridify_all_targets_stmt): Likewise.
22599         (grid_gridify_all_targets): Likewise.
22600         (execute_lower_omp): Call grid_gridify_all_targets.
22601         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
22602         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
22603         (tree_omp_clause): Added union field dimension.
22604         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
22605         * tree.c (omp_clause_num_ops): Added number of arguments of
22606         OMP_CLAUSE__GRIDDIM_.
22607         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
22608         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
22609         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
22610         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
22611         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
22612         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
22613         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
22614         * tree-pass.h (make_pass_gen_hsail): Declare.
22615         (make_pass_ipa_hsa): Likewise.
22616         * ipa-hsa.c: New file.
22617         * lto-section-in.c (lto_section_name): Add hsa section name.
22618         * lto-streamer.h (lto_section_type): Add hsa section.
22619         * timevar.def (TV_IPA_HSA): New.
22620         * hsa-brig-format.h: New file.
22621         * hsa-brig.c: New file.
22622         * hsa-dump.c: Likewise.
22623         * hsa-gen.c: Likewise.
22624         * hsa.c: Likewise.
22625         * hsa.h: Likewise.
22626         * toplev.c (compile_file): Call hsa_output_brig.
22627         * hsa-regalloc.c: New file.
22629 2016-01-18  Jeff Law  <law@redhat.com>
22631         PR tree-optimization/69320
22632         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
22633         ranged object, do nothing if the RHS constant is not [0..1].
22634         (optimize_stmt): Comparing a boolean ranged object against a
22635         constant outside [0..1] results in a compile-time constant.
22637         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
22638         test.
22640 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
22642         * doc/invoke.texi (Invoking GCC): Add new section to menu.
22643         (Option Summary): Update to reflect new section and moved options.
22644         (C++ Dialect Options): Move -fstats to new section.
22645         (Debugging Options): Move all dump, statistics, and other GCC
22646         developer options to new section.  Rewrite section introduction
22647         and re-order remaining options to put the more basic ones first.
22648         (Optimization Options): Move -fira-verbose and -flto-report* to
22649         new section.
22650         (Developer Options): New section incorporating moved options.
22651         * doc/cppopts.texi (-dM): Update cross-reference.
22653 2016-01-18  Richard Henderson  <rth@redhat.com>
22655         PR target/69176
22656         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
22657         operands to pseudo only if CSE is expected.  Split long immediate
22658         operands only after reload, and for the stack pointer.
22659         (*add<GPI>3_pluslong): Remove.
22660         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
22661         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
22662         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
22663         (*add<GPI>3 peepholes): New.
22664         (*add<GPI>3 splitters): New.
22665         * config/aarch64/constraints.md (Upl): New.
22666         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
22668 2016-01-18  Richard Biener  <rguenther@suse.de>
22670         PR tree-optimization/69297
22671         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
22672         stmt at most once.
22673         (vect_bb_vectorization_profitable_p): Clear visited flag again.
22675 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
22677         PR middle-end/68542
22678         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
22679         of mixind vector and scalar types.
22680         (fold_relational_const): Add handling of vector
22681         comparison with boolean result.
22682         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
22683         comparison of vector operands with boolean result for EQ/NE only.
22684         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
22685         (verify_gimple_cond): Likewise.
22686         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
22687         valid type of VAL.
22689 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
22691         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
22692         !TARGET_OCTEON.
22694 2016-01-18  Richard Biener  <rguenther@suse.de>
22696         PR middle-end/69308
22697         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
22699 2016-01-18  Tom de Vries  <tom@codesourcery.com>
22701         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
22703 2016-01-18  Tom de Vries  <tom@codesourcery.com>
22705         * omp-low.c (set_oacc_fn_attrib): Make extern.
22706         * omp-low.h (set_oacc_fn_attrib): Declare.
22707         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
22708         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
22709         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
22710         Add and handle function parameter oacc_kernels_p.
22711         (find_reduc_addr, get_omp_data_i_param): New function.
22712         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
22713         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
22714         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
22715         Calculate dominance info.  Skip loops that are not in a kernels region
22716         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
22717         (pass_parallelize_loops::execute): Call parallelize_loops with
22718         oacc_kernels_p argument.
22719         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
22720         New member function.
22721         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
22722         * passes.def: Add argument to pass_parallelize_loops instantation.
22724 2016-01-18  Tom de Vries  <tom@codesourcery.com>
22726         * tree-parloops.c (pass_parallelize_loops::execute): Allow
22727         pass_parallelize_loops to be run outside the loop pipeline.
22729 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
22731         * tree-scalar-evolution.c (follow_copies_to_constant): New.
22732         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
22734 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
22736         PR target/63679
22737         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
22738         using get_ref_base_and_extent.
22739         (equal_mem_array_ref_p): New.
22740         (hashable_expr_equal_p): Add call to previous.
22742 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
22744         PR target/63679
22745         * tree-sra.c (disqualified_constants, constant_decl_p): New.
22746         (sra_initialize): Allocate disqualified_constants.
22747         (sra_deinitialize): Free disqualified_constants.
22748         (disqualify_candidate): Update disqualified_constants when appropriate.
22749         (create_access): Scan for constant-pool entries as we go along.
22750         (scalarizable_type_p): Add check against type_contains_placeholder_p.
22751         (maybe_add_sra_candidate): Allow constant-pool entries.
22752         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
22753         (initialize_constant_pool_replacements): New.
22754         (sra_modify_assign): Avoid mangling assignments created by previous,
22755         and don't generate writes into constant pool.
22756         (sra_modify_function_body): Call initialize_constant_pool_replacements.
22758 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
22760         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
22761         andnot instruction.
22762         (scalar_chain::convert_op): Likewise.
22763         * config/i386/i386.md (*andndi3_doubleword): New.
22765 2016-01-18  Richard Biener  <rguenther@suse.de>
22767         PR tree-optimization/69170
22768         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
22769         building a vector from scalar results of a pattern stmt.
22771 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
22773         * haifa-sched.c (autopref_multipass_init): Work around
22774         -Wmaybe-uninitialized warning.
22776 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
22778         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
22779         against the constant 0.
22781 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22783         PR tree-optimization/68799
22784         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
22785         look up phi candidates in the statement-candidate map.
22786         (phi_add_costs): Likewise.
22787         (record_phi_increments): Likewise.
22788         (phi_incr_cost): Likewise.
22789         (ncd_with_phi): Likewise.
22790         (all_phi_incrs_profitable): Likewise.
22792 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
22794         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
22795         -Wmaybe-uninitialized warning.
22797 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
22799         * doc/invoke.texi (Invoking GCC): Add new section to menu.
22800         (Option Summary): Update to reflect new section and moved options.
22801         (C++ Dialect Options): Move -fvtable-verify and related options.
22802         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
22803         and profiling-related options.
22804         (Optimization Options): Move profile generation options and
22805         -fstack-protector and related options.
22806         (Instrumentation Options): New section incorporating moved options.
22807         (Code Generation Options): Move -finstrument-functions and
22808         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
22810 2016-01-16  Tom de Vries  <tom@codesourcery.com>
22812         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
22814 2016-01-16  Tom de Vries  <tom@codesourcery.com>
22816         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
22818 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
22820         * hash-table.h (hash_table::empty): Turn into an inline wrapper
22821         that checks whether the table is already empty.  Rename the
22822         original implementation to...
22823         (hash_table::empty_slot): ...this new private function.
22825 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
22827         PR diagnostic/68899
22828         * diagnostic-show-locus.c (layout::print_source_line): Move x
22829         offset of line until after call to
22830         get_line_width_without_trailing_whitespace.
22832 2016-01-15  Jeff Law  <law@redhat.com>
22834         PR tree-optimization/69270
22835         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
22836         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
22837         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
22838         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
22839         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
22840         ssa_name_has_boolean_range and constant_boolean_node.
22842 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
22844         PR rtl-optimization/69030
22845         * lra-spills.c (remove_pseudos): Check nrefs and make the function
22846         returning bool.
22847         (spill_pseudos): Delete debug insn for dead pseudo.
22848         (lra_spill): Initiate spill_hard_reg and slots memory separately.
22850 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
22852         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
22853         New.
22854         (TYPES_UNOPUS): Likewise.
22855         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
22856         builtin type, from UNOP to UNOPUS.
22857         (lbtruncuv4sf): Likewise.
22858         (lbtruncuv2df): Likewise.
22859         (lrounduv2sf): Likewise.
22860         (lrounduv4sf): Likewise.
22861         (lrounduv2df): Likewise.
22862         (lroundusf): Likewise.
22863         (lroundusf): Likewise.
22864         (lceiluv2sf): Likewise.
22865         (lceiluv4sf): Likewise.
22866         (lceiluv2df): Likewise.
22867         (lceilusf): Likewise.
22868         (lceiludf): Likewise.
22869         (lflooruv2sf): Likewise.
22870         (lflooruv4sf): Likewise.
22871         (lflooruv2df): Likewise.
22872         (lfloorusf): Likewise.
22873         (lfloorudf): Likewise.
22874         (lfrintnuv2sf): Likewise.
22875         (lfrintnuv4sf): Likewise.
22876         (lfrintnuv2df): Likewise.
22877         (lfrintnusf): Likewise.
22878         (lfrintnudf): Likewise.
22879         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
22880         conversion.
22881         (vcvtq_u32_f32): Likewise.
22882         (vcvtq_u64_f64): Likewise.
22883         (vcvta_u32_f32): Likewise.
22884         (vcvtaq_u32_f32): Likewise.
22885         (vcvtaq_u64_f64): Likewise.
22886         (vcvtm_u32_f32): Likewise.
22887         (vcvtmq_u32_f32): Likewise.
22888         (vcvtmq_u64_f64): Likewise.
22889         (vcvtn_u32_f32): Likwise.
22890         (vcvtnq_u32_f32): Likewise.
22891         (vcvtnq_u64_f64): Likewise.
22892         (vcvtp_u32_f32): Likewise.
22893         (vcvtpq_u32_f32): Likewise.
22894         (vcvtpq_u64_f64): Likewise.
22895         (vcvtmd_u64_f64): Likewise.
22896         (vcvtms_u32_f32): Likewise.
22897         (vcvtad_u64_f64): Likewise.
22898         (vcvtas_u32_f32): Likewise.
22899         (vcvtnd_u64_f64): Likewise.
22900         (vcvtns_u32_f32): Likewise.
22901         (vcvtpd_u64_f64): Likewise.
22902         (vcvtps_u32_f32): Likewise.
22904 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22906         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
22907         CSEL of zero_extended registers.
22909 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22911         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
22912         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
22914 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22916         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
22917         false when argument string is not found in the attributes table
22918         at all.
22920 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
22922         PR target/68609
22923         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
22924         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
22925         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
22926         precision estimate.
22928 2016-01-15  Richard Biener  <rguenther@suse.de>
22930         PR tree-optimization/66856
22931         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
22932         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
22933         (vect_create_new_slp_node): Increment stmt reference count.
22934         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
22935         an SLP tree before swapping operands.
22936         (vect_build_slp_tree): Likewise.
22937         (destroy_bb_vec_info): Free stmt info after SLP instances.
22938         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
22939         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
22940         (STMT_VINFO_NUM_SLP_USES): New macro.
22942 2016-01-15  Richard Biener  <rguenther@suse.de>
22944         PR debug/69137
22945         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
22946         (add_linkage_name): ... here.
22947         (gen_typedef_die): Use add_linkage_name_raw instead of
22948         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
22949         if necessary.
22951 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
22953         * gimplify.c (oacc_default_clause): Decode reference and pointer
22954         types for both kernels and parallel regions.
22956 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
22958         PR middle-end/69246
22959         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
22961 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
22963         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
22964         (convert_scalars_to_vector): Likewise.
22966 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
22968         * doc/extend.texi (Type Traits): Fix grammar.
22970 2016-01-15  Martin Jambor  <mjambor@suse.cz>
22972         * tree-inline.c (remap_decl): Use existing dclarations if
22973         remapping a type and prevent_decl_creation_for_types.
22974         (replace_locals_stmt): Do an initial remapping of non-VLA typed
22975         decls first.  Do real remapping with
22976         prevent_decl_creation_for_types set.
22977         * tree-inline.h (copy_body_data): New field
22978         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
22979         padding.
22981 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
22983         * config/s390/s390.opt (mmvcle): More verbose help text.
22985 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
22987         * config/s390/s390.opt: Add period to -mzvector option text.
22989 2016-01-15  Richard Biener  <rguenther@suse.de>
22991         PR tree-optimization/68961
22992         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
22993         of invariants in stores again.
22995 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22997         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
22999 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
23001         * config/i386/i386.c (ix86_expand_branch): Don't split
23002         DI mode xor instruction to SI mode.
23004 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
23006         PR ipa/68148
23007         * ipa-icf.c (sem_function::merge): Virtual functions may become
23008         reachable even if they address is not taken and there are no
23009         idrect calls.
23011 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
23013         * lto-streamer-out.c (subtract_estimated_size): New function.
23014         (get_symbol_initial_value): Use it.
23016 2016-01-15  Christian Bruel  <christian.bruel@st.com>
23018         PR target/65837
23019         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
23020         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
23021         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
23022         use add_builtin_function_ext_scope instead of add_builtin_function.
23023         (neon_set_p, neon_crypto_set_p): Remove.
23024         (arm_init_builtins): Always call arm_init_neon_builtins and
23025         arm_init_crypto_builtins.
23026         (arm_expand_builtin): Check that builtins are allowed for the arch.
23027         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
23028         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
23029         arm_init_neon_builtins call.
23031 2016-01-15  Richard Biener  <rguenther@suse.de>
23033         PR tree-optimization/69117
23034         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
23035         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
23036         of the leader conservatively.
23037         (free_scc_vn): Restore original SSA name infos.
23039 2016-01-14  Jeff Law  <law@redhat.com>
23041         PR tree-optimization/69270
23042         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
23043         single bit of precision, verify it's also unsigned.
23044         (record_edge_info): Use constant_boolean_node rather than fold_convert
23045         to convert boolean_true/boolean_false to the right type.
23047 2016-01-14  Richard Henderson  <rth@redhat.com>
23049         PR rtl-opt/69014
23050         * loop-doloop.c (record_reg_sets): New.
23051         (doloop_optimize): Reject the transform if the sequence
23052         clobbers registers live at the end of the loop block.
23053         (doloop_optimize_loops): Enable df_live if needed.
23055 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
23057         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
23058         * config/rs6000/rs6000.c: Likewise.
23059         * config/rs6000/rs6000.h: Likewise.
23060         * config/rs6000/rs6000.md: Likewise.
23061         * doc/extend.texi: Likewsie.
23063 2016-01-14  Jeff Law  <law@redhat.com>
23065         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
23066         typo.
23068 2016-01-14  Richard Henderson  <rth@redhat.com>
23070         PR c/69272
23071         PR tree-opt/68964
23072         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
23073         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
23074         instead of builtin_decl_declared_p to test for declaration.
23076 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
23078         * doc/loop.texi (Loop Analysis and Representation): Document
23079         loop_depth function.
23081 2016-01-14  Tom de Vries  <tom@codesourcery.com>
23083         PR tree-optimization/68773
23084         * omp-low.c (expand_omp_target): Don't set force_output.
23085         * varpool.c (varpool_node::get_create): Same.
23086         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
23087         offload_funcs with force_output.
23089 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
23091         PR debug/69244
23092         * lra-eliminations.c (move_plus_up): Don't change anything if either
23093         the outer or inner subreg mode is not MODE_INT.
23094         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
23095         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
23097 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
23099         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
23100         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
23101         reduc_uplus_@var{m}): Remove.
23102         * expr.c (expand_expr_real_2): Remove expansion path for
23103         reduc_[us](min|max|plus) optabs.
23104         * optabs-tree.c (scalar_reduc_to_vector): Remove.
23105         * optabs-tree.h (scalar_reduc_to_vector): Remove.
23106         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
23107         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
23108         * tree-vect-loop.c (vectorizable_reduction): Remove test for
23109         reduc_[us](min|max|plus) optabs.
23111 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
23113         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
23114         (reduc_plus_scal_v2sf): New.
23115         (reduc_smax_v2sf): Rename to...
23116         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
23117         (reduc_smin_v2sf): Rename to...
23118         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
23120 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
23122         * alias.c (compare_base_symbol_refs): New function.
23123         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
23124         it.
23126 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
23128         PR middle-end/68146
23129         PR tree-optimization/69155
23130         * tree-complex.c: Include cfganal.h.
23131         (phis_to_revisit): New variable.
23132         (extract_component): Add phiarg_p argument.  Assert that returned
23133         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
23134         (update_phi_components): Partly rewrite to use loop over real/imag
23135         components instead of code duplication.  If extract_component returns
23136         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
23137         create_tmp_reg into the PHI node instead, and mention the phi triplet
23138         in phis_to_revisit.
23139         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
23140         in phis_to_revisit at the end.
23142 2016-01-14  Richard Biener  <rguenther@suse.de>
23144         PR tree-optimization/68060
23145         * tree-vect-loop.c (vect_is_simple_reduction): Check the
23146         outer loop reduction is only used in the inner loop before
23147         detecting a double reduction.
23149 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
23151         PR target/68269
23152         * combine.c (expand_field_assignment): Punt if compute_mode is
23153         unsupported scalar mode.
23155 2016-01-14  Richard Biener  <rguenther@suse.de>
23157         PR tree-optimization/66856
23158         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
23159         SLP node only if it built successfully.
23160         (vect_analyze_slp_instance): Adjust.
23162 2016-01-14  Jeff Law  <law@redhat.com>
23164         PR tree-optimization/69270
23165         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
23166         (record_edge_info): Use it.  Convert boolean_{true,false}_node
23167         to the type of op0.
23169 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
23171         PR ipa/66487
23172         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
23173         use block_ultimate_origin
23174         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
23176 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
23178         * doc/invoke.texi (Submodel Options): Rename section to
23179         "Machine-Dependent Options" to better reflect its content.
23180         Rewrite introductory text to remove archaic CPU names.
23181         Update references.
23183 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
23185         * doc/invoke.texi (Code Gen Options): Move section up in file,
23186         before target-specific options.  Update menu and option summary
23187         to reflect the new section ordering.
23189 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
23191         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
23192         (C++ Dialect Options): Add cross-reference to -std option.
23193         * doc/standards.texi (C++ Language): Document C++14 support.
23195 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
23197         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
23198         for pack/unpack functions for __ibm128.
23199         (PACK_IF): Likewise.
23200         (UNPACK_IF): Likewise.
23202         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
23203         support for __ibm128 pack/unpack functions.
23204         (rs6000_invalid_builtin): Likewise.
23205         (rs6000_init_builtins): Likewise.
23206         (rs6000_opt_masks): Likewise.
23208         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
23209         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
23210         functions
23211         (RS6000_BTM_COMMON): Likewise.
23213         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
23214         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
23215         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
23216         128-bit floating point.  Add support for the double values to be
23217         in Altivec registers for TF/IF packing and unpacking, but restrict
23218         TD packing sub-fields to be FPR registers.  Don't allow overlapped
23219         register support for packing.  Allow pack inputs to be memory
23220         locations.  Don't build generator functions for unpack<mode>_dm
23221         and unpack<mode>_nodm.
23222         (unpack<mode>_dm): Likewise.
23223         (unpack<mode>_nodm): Likewise.
23224         (pack<mode>): Likewise.
23226         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
23227         built-in functions to pack/unpack explicit __ibm128 values.
23228         (__builtin_unpack_ibm128): Likewise.
23230         * doc/extend.texi (PowerPC Built-in Functions): Document
23231         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
23233 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
23235         PR c/66208
23236         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
23237         Add new arg loc and pass it down as context.
23238         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
23239         to the location to use for the warning.
23240         (check_function_arguments): New arg loc.  All callers changed.  Pass
23241         it to check_function_nonnull.
23242         * c-common.h (check_function_arguments): Adjust declaration.
23244 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
23246         PR tree-optimization/69156
23247         * gimple.c (validate_type): Removed.
23248         (gimple_builtin_call_types_compatible_p): Use
23249         useless_type_conversion_p instead of validate_type.
23250         * value-prof.c (gimple_stringop_fixed_value): Fold
23251         icall_size to correct type.
23253 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
23255         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
23256         effects.
23258 2016-01-13  Richard Henderson  <rth@redhat.com>
23260         PR tree-opt/68964
23261         * target.def (builtin_tm_load, builtin_tm_store): Remove.
23262         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
23263         (ix86_builtin_tm_store): Remove.
23264         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
23265         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
23266         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
23267         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
23268         * doc/tm.texi: Rebuild.
23270         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
23271         (BUILT_IN_TM_MEMCPY_RTWN): New.
23272         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
23273         fallback from vector to integer helpers.
23274         (build_tm_load): Handle vector types directly, instead of
23275         via target hook.
23276         (build_tm_store): Likewise.
23277         (expand_assign_tm): Prepare for register types not handled by
23278         the above.  Copy them to memory and use memcpy.
23279         * tree.c (tm_define_builtin): New.
23280         (find_tm_vector_type): New.
23281         (build_tm_vector_builtins): New.
23282         (build_common_builtin_nodes): Call it.
23284 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
23286         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
23287         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
23289 2016-01-13  Tom de Vries  <tom@codesourcery.com>
23291         PR tree-optimization/69169
23292         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
23293         handled_struct_type param.
23294         (create_variable_info_for, intra_create_variable_infos): Call
23295         create_variable_info_for_1 with extra arg.
23297 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
23299         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
23300         and "armv8.1-a+crc" entries.
23302 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
23304         PR target/69228
23305         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
23306         Change first operand predicate from register_or_constm1_operand
23307         to register_operand.
23308         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
23309         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
23310         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
23311         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
23312         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
23313         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
23314         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
23315         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
23316         comparison with constm1_rtx from vec_prefetch_gen part.
23318 2016-01-13  Richard Biener  <rguenther@suse.de>
23320         PR tree-optimization/69013
23321         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
23322         Exchange assert for a test.
23324 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23326         PR target/69247
23327         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
23329 2016-01-13  Richard Biener  <rguenther@suse.de>
23331         PR tree-optimization/69242
23332         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
23333         assert with a check.
23335 2016-01-13  Richard Biener  <rguenther@suse.de>
23337         PR tree-optimization/69186
23338         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
23339         Properly guard vect_update_misalignment_for_peel call.
23341 2016-01-12  Jeff Law  <law@redhat.com>
23343         PR tree-optimization/pr67755
23344         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
23345         "need_profile_correction".
23346         (thread_block_1): Initialize new field to false by default.  If we
23347         have multiple thread paths through a common joiner to different
23348         final targets, then set new field to true.
23349         (compute_path_counts): Only do count adjustment when it's really
23350         needed.
23352 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
23354         * doc/invoke.texi (Spec Files): Move section down in file, past
23355         all command-line option descriptions.
23357 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
23359         PR middle-end/54809
23360         * doc/gty.texi: Remove documentation of mark_hook.
23361         * gengtype.c (struct write_types_data): Remove code to support
23362         mark_hook attribute.
23363         (walk_type): Likewise.
23364         (write_func_for_structure): Likewise.
23366 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
23368         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
23369         Directory Options, and -specs= to Overall Options.
23370         (Overall Options): Adjust similarly.  Reorder to group related
23371         options together.  Make -specs= cross-reference the spec file details.
23372         (Directory Options): Adjust similarly.
23374 2016-01-12  Jeff Law  <law@redhat.com>
23376         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
23378 2016-01-12  Olivier Hainque  <hainque@adacore.com>
23380         * gcc.c (spec_undefvar_allowed): New global.
23381         (process_command): Set to true when running for --version or --help,
23382         alone or together.
23383         (getenv_spec_function): When the variable is not defined, use the
23384         variable name as the variable value if we're allowed not to issue
23385         a fatal error.
23387 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
23389         PR tree-optimization/68911
23390         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
23391         information computed for expression "init + nit * step".
23393 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
23395         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
23396         about name of GCC executable.  Remove deleted node from menu.
23397         (Directory Options) <-B>: Remove cross-reference to deleted node.
23398         (Target Options): Delete section.
23400 2016-01-12  Christian Bruel  <christian.bruel@st.com>
23402         PR target/69180
23403         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
23404         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
23406 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
23408         PR target/69198
23409         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
23410         aligned_mem is properly set for AVX512-VL floating point masked
23411         stores.
23413         PR target/69175
23414         * ifcvt.c (cond_exec_process_if_block): When removing the last
23415         insn from then_bb, remove also any possible barriers that follow it.
23417 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
23419         PR target/68456
23420         PR target/69226
23421         * config/i386/iamcu.h (SIZE_TYPE): New macro.
23422         (PTRDIFF_TYPE): Likewise.
23423         (WCHAR_TYPE): Likewise.
23424         (WCHAR_TYPE_SIZE): Likewise.
23425         (STDINT_LONG32): Likewise.
23427 2016-01-12  Richard Biener  <rguenther@suse.de>
23429         PR tree-optimization/69053
23430         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
23431         convert initial value for cond reductions.
23433 2016-01-12  Richard Biener  <rguenther@suse.de>
23435         PR tree-optimization/69007
23436         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
23437         widen_sum after dot_prod and sad.
23439 2016-01-12  Richard Biener  <rguenther@suse.de>
23441         PR tree-optimization/69168
23442         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
23443         pattern stmt SLP type.
23444         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
23445         end up unused so cope with that case.
23447 2016-01-12  Richard Biener  <rguenther@suse.de>
23449         PR tree-optimization/69157
23450         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
23451         stmts def type only during analyze phase.
23452         (vectorizable_call): Likewise.
23453         (vectorizable_simd_clone_call): Likewise.
23454         (vectorizable_conversion): Likewise.
23455         (vectorizable_assignment): Likewise.
23456         (vectorizable_shift): Likewise.
23457         (vectorizable_operation): Likewise.
23458         (vectorizable_store): Likewise.
23459         (vectorizable_load): Likewise.
23461 2016-01-12  Richard Biener  <rguenther@suse.de>
23463         PR tree-optimization/69174
23464         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
23465         space.
23466         (vectorizable_load): Properly compute the number of loads needed
23467         for permuted strided SLP loads and do not spuriously assign
23468         to SLP_TREE_VEC_STMTS.
23470 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
23472         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
23473         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
23474         (MD_EXEC_PREFIX): Remove.
23475         (MD_STARTFILE_PREFIX) Removee.
23476         (FILE_NAME_ABSOLUTE_P): Remove.
23477         (CPP_SPEC): Do not read macros from sys/version.h.
23478         (LINK_COMMAND_SPEC): Remove.
23479         (LOCAL_INCLUDE_DIR): Remove.
23480         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
23481         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
23482         (POST_LINK_SPEC): Define to invoke stubify after linker
23483         (LIBSTDCXX): Remove define
23484         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
23485         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
23486         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
23487         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
23488         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
23489         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
23490         (i386_djgpp_asm_named_section): Add propotype of new procedure
23492         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
23493         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
23494         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
23495         in config/i386/djgpp.h).
23496         (STANDARD_STARTFILE_PREFIX_2): Define identical to
23497         STANDARD_STARTFILE_PREFIX_1.
23498         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
23499         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
23500         installation errors.
23501         (MAX_OFILE_ALIGNMENT): Define to 128.
23502         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
23504         * config/i386/djgpp.c: New file. Add implementation of
23505         i386_djgpp_asm_named_section.
23507         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
23509         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
23510         Add rule for building djgpp.o.
23512 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23514         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
23515         (rtx_is_swappable_p): Reductions are swappable.
23516         (insn_is_swappable_p): V2DF reductions are swappable.
23518 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
23520         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
23521         reloads for other unsupported memory operands.
23523 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
23524             Jim Wilson  <jim.wilson@linaro.org>
23526         PR target/69194
23527         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
23528         copy_to_mode_reg instead of force_reg.
23530 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
23532         PR target/69225
23533         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
23534         TARGET_80387 is true.
23536 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
23538         PR target/69071
23539         * lra-eliminations.c (move_plus_up): Only move plus up
23540         if subreg of the constant can be simplified into constant
23541         and use the simplified subreg of the constant instead of
23542         the original constant.
23544         * fold-const.c (fold_convertible_p): Don't return true
23545         for conversion of VECTOR_TYPE to same sized integral type.
23546         (fold_convert_loc): Fix up formatting.  Fold conversion of
23547         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
23548         instead of NOP_EXPR.
23550         PR tree-optimization/69214
23551         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
23552         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
23553         Formatting fix.
23555         PR tree-optimization/69207
23556         * tree-vect-slp.c (vect_get_constant_vectors): For
23557         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
23558         fold_convertible_p to vector_type's element type, and always
23559         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
23561 2016-01-11  Richard Biener  <rguenther@suse.de>
23563         PR tree-optimization/69173
23564         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
23565         fixup the cycle if all stmts are in a pattern.
23567 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
23569         PR middle-end/68999
23570         * alias.c (base_alias_check): Move check for addresses with
23571         alignment ANDs before the call for compare_base_decls.
23572         (memrefs_conflict_p): Return -1 for different decls
23573         that went through alignment adjustments.
23575 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23577         PR rtl-optimization/68796
23578         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
23579         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
23580         and QImode comparisons against zero with CC_NZmode.
23581         * config/aarch64/iterators.md (short_mask): New mode_attr.
23583 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
23585         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
23586         (<avx512>_store<mode>_mask): Likewise.
23588 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
23589             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23591         PR rtl-optimization/68841
23592         * ifcvt.c (struct noce_if_info): Add orig_x field.
23593         (bbs_ok_for_cmove_arith): Add to_rename parameter.
23594         Don't record conflicts on to_rename if it's present.
23595         Allow memory destinations in sets.
23596         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
23597         blocks, passing orig_x to the checks.
23598         (noce_process_if_block): Set if_info->orig_x appropriately.
23600 2016-01-11  Tom de Vries  <tom@codesourcery.com>
23602         PR tree-optimization/69069
23603         * tree-parloops.c (create_parallel_loop): Add missing phi args.
23605 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
23607         PR rtl-optimization/68920
23608         * config/i386/i386.c (ix86_option_override_internal): Restrict number
23609         of conditional moves for  RTL if-conversion to 1 for
23610         TARGET_ONE_IF_CONV_INSN.
23611         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
23612         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
23613         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
23614         parameter to restirct number of conditional moves for
23615         RTL if-conversion.
23616         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
23617         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
23618         conditionl moves.
23620 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
23622         PR bootstrap/69123
23623         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
23624         onepart vars.  Fix typo in comment.  Fix reversed condition in
23625         unshare test.
23626         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
23628         PR bootstrap/69123
23629         * var-tracking.c (dump_onepart_variable_differences): New.
23630         (dataflow_set_different): If a detailed dump is requested,
23631         delay early returns and dump differences between onepart
23632         variables present before and after, and added variables.
23634 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
23636         PR target/69010
23637         * expr.c (expand_expr_real_1): For boolean vector constants
23638         with a scalar mode use const_scalar_mask_from_tree.
23639         (const_scalar_mask_from_tree): New.
23640         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
23641         assigned to a mask type to handle constants.
23643 2016-01-11  Martin Jambor  <mjambor@suse.cz>
23645         PR ipa/69044
23646         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
23647         useless parameters if we cannot change function signature.
23649 2016-01-11  Martin Jambor  <mjambor@suse.cz>
23651         PR ipa/66616
23652         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
23653         flag.
23655 2016-01-11  Tom de Vries  <tom@codesourcery.com>
23657         PR tree-optimization/69109
23658         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
23659         latch with phi.
23661 2016-01-11  Tom de Vries  <tom@codesourcery.com>
23663         PR tree-optimization/69108
23664         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
23665         res is not used in a phi.
23667 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
23669         PR 67425
23670         * common.opt (frandom-seed): Fix parameter name.
23671         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
23673 2016-01-11  Tom de Vries  <tom@codesourcery.com>
23675         PR tree-optimization/69058
23676         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
23677         not supported.
23679 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
23681         * config/arc/arc.opt (mdiv-rem): Add period to the end.
23682         (mcode-density): Likewise.
23684 2016-01-10  Tom de Vries  <tom@codesourcery.com>
23686         PR tree-optimization/69062
23687         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
23688         (parallelize_loops): Don't paralelize loop that has phi with address
23689         arg.
23691 2016-01-10  Tom de Vries  <tom@codesourcery.com>
23693         PR tree-optimization/69039
23694         * tree-parloops.c (try_create_reduction_list): Only allow single exit
23695         phi for reduction.
23697 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
23699         PR middle-end/68743
23700         * match.pd: Require target has function_c99_misc before doing
23701         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
23703 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
23705         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
23706         use GMPINC.
23707         * configure: Regenerate.
23709 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
23711         PR middle-end/50865
23712         PR tree-optimization/69097
23713         * fold-const.h (expr_not_equal_to): New prototype.
23714         * fold-const.c: Include stringpool.h and tree-ssanames.h.
23715         (expr_not_equal_to): New function.
23716         * match.pd (X % -Y is the same as X % Y): Don't optimize
23717         unless X is known not to be equal to minimum or Y is known
23718         not to be equal to -1.
23719         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
23720         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
23721         (simplify_stmt_using_ranges): Adjust caller.
23722         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
23723         substitute_and_fold.
23725 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
23727         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
23728         w/o DECL_NAME.
23730 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
23732         PR tree-optimization/69167
23733         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
23734         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
23735         ops[0] comparison.
23736         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
23738 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
23739             Richard Biener  <rguenther@suse.de>
23741         PR tree-optimization/68707
23742         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
23743         instances that can be handled via vect_load_lanes.
23745 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
23747         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
23748         if we can't determine address equivalence.
23749         * alias.c (compare_base_decl): Update for changed return value of
23750         symtab_node::equal_address_to.
23752 2016-01-08  Jason Merrill  <jason@redhat.com>
23754         PR c++/68983
23755         PR c++/67557
23756         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
23757         * expr.c (store_field): Not here.
23758         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
23759         call with TREE_ADDRESSABLE type.
23760         * tree-cfg.c (verify_gimple_call): Adjust.
23762 2016-01-08  Olivier Hainque  <hainque@adacore.com>
23764         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
23765         libc_internal.
23767 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
23769         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
23770         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
23771         (reduc_smin_v2sf): Rename to...
23772         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
23773         (reduc_splus_v2sf): Rename to...
23774         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
23776 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
23778         PR tree-optimization/69162
23779         * gimplify.c (gimplify_va_arg_expr): Encode original type of
23780         valist argument in another argument.
23781         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
23782         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
23783         to determine the va_list type, build a MEM_REF instead of
23784         build_fold_indirect_ref.
23786         PR tree-optimization/69172
23787         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
23788         gimple_build.
23790 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
23792         PR tree-optimization/67781
23793         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
23794         and cmpnop in two steps: first the ones not accessed in original
23795         gimple expression in a endian independent way and then the ones not
23796         accessed in the final result in an endian-specific way.
23798 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
23800         PR tree-optimization/69083
23801         * tree-vect-slp.c (vect_get_constant_vectors): For
23802         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
23803         element type.  If op is fold_convertible_p to vector_type's element
23804         type, use NOP_EXPR instead of VCE.
23806 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
23808         PR rtl-optimization/67778
23809         PR rtl-optimization/68634
23810         PR rtl-optimization/68909
23811         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
23812         block from the stack until done with it.  Remove a superfluous
23813         bitmap set.  Remove a superfluous bitmap test.
23815 2016-01-07  Martin Sebor  <msebor@redhat.com>
23817         PR c/68966
23818         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
23819         constraint on the type of arguments.
23821 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
23823         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
23824         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
23825         unaligned_access on the gcc_options set.
23826         * config/arm/arm.c (arm_option_override_internal): Use
23827         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
23829 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
23831         PR target/69140
23832         * config/i386/i386.c (ix86_frame_pointer_required): Enable
23833         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
23835 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
23837         Revert
23838         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
23840         PR target/69140
23841         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
23842         depending on frame_pointer_needed before remaining integer and SSE
23843         registers are saved.
23845 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
23847         PR 1078
23848         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
23850 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
23852         PR target/69171
23853         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
23854         Use the "xBm" constraint.
23855         (float<sseintvecmodelower><mode>2<mask_name><round_name):
23856         Likewise.
23857         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
23858         (sse_cvtsi2ssq<round_name>): Likewise.
23859         (sse_cvtss2si<round_name>): Likewise.
23860         (sse_cvtss2siq<round_name>): Likewise.
23861         (sse2_cvtsi2sdq<round_name>): Likewise.
23862         (sse2_cvtsd2si<round_name>): Likewise.
23863         (sse2_cvtsd2siq<round_name>): Likewise.
23864         * config/i386/subst.md (round_nimm_scalar_predicate): New
23865         predicate.
23867 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
23869         PR middle-end/67639
23870         * varasm.c (make_decl_rtl): Mark invalid register vars as
23871         DECL_EXTERNAL.
23873         PR rtl-optimization/66206
23874         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
23875         All callers changed.
23877 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
23879         PR tree-optimization/69141
23880         * tree-ssa-pre.c: Include langhooks.h.
23881         (eliminate_dom_walker::before_dom_children): Use
23882         lang_hooks.decl_printable_name instead of
23883         cgraph_node::get ()->name ().
23885         PR middle-end/68960
23886         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
23887         it and DECL_ALIGN too.
23889 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
23891         * config/mips/mips-ftypes.def: Sort to lexicographical order.
23893 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
23895         PR target/69140
23896         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
23897         depending on frame_pointer_needed before remaining integer and SSE
23898         registers are saved.
23900 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23902         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
23903         mode iterator with VSX_M2.
23904         (*p9_vecstore_<mode>): Likewise.
23905         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
23906         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
23907         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
23908         (define_split for VSX_LE128 stores): Likewise.
23909         (define_peephole2 for TImode LE swaps): Likewise.
23910         (define_split for VSX_LE128 post-reload stores): Likewise.
23912 2016-01-06  Marek Polacek  <polacek@redhat.com>
23914         PR sanitizer/69099
23915         * convert.c (convert_to_integer_1): Adjust call to
23916         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
23917         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
23918         EXPR instead of ARG.
23919         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
23921 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23923         PR 1078
23924         * doc/extend.texi (RL78 Variable Attributes): New section.
23926 2016-01-05  Marek Polacek  <polacek@redhat.com>
23928         PR c/69104
23929         * builtins.c (get_memmodel): Use expansion point location rather than
23930         the input location.  Call warning_at rather than warning.
23931         (expand_builtin_atomic_compare_exchange): Likewise.
23932         (expand_builtin_atomic_load): Likewise.
23933         (expand_builtin_atomic_store): Likewise.
23934         (expand_builtin_atomic_clear): Likewise.
23936 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
23938         PR target/68991
23939         * config/i386/i386.c (ix86_expand_vector_logical_operator):
23940         Replace nonimmediate_operand with vector_operand.
23941         * config/i386/predicates.md (vector_operand): New predicate.
23942         (general_vector_operand): Replace nonimmediate_operand with
23943         vector_operand.
23944         * config/i386/sse.md: Replace nonimmediate_operand with
23945         vector_operand and m constraint with Bm constraint on SSE
23946         patterns with 16-byte memory operand.
23947         * config/i386/subst.md (round_nimm_predicate): Replace
23948         nonimmediate_operand with vector_operand.
23949         (round_saeonly_nimm_predicate): Likewise.
23950         (round_saeonly_nimm_scalar_predicate): New.
23952 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
23954         PR target/68991
23955         * config/i386/constraints.md (Bm): New constraint.
23956         * config/i386/predicates.md (vector_memory_operand): New
23957         predicate.
23958         * config/i386/sse.md: Replace xm with xBm in plusminus and
23959         any_logic patterns.
23961 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23963         PR 1078
23964         * doc/extend.texi (V850 Function Attributes): New section.
23965         (V850 Variable Attributes): New section.
23967 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23969         PR 1078
23970         * doc/extend.texi (MicroBlaze Function Attributes): Document
23971         interrupt_handler and fast_interrupt attributes.
23973 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
23975         PR other/60465
23976         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
23977         for local symbolic operands.
23978         * config/ia64/predicates.md (local_symbolic_operand64): New
23979         predicate.
23981 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23983         PR rtl-optimization/68651
23984         * combine.c (combine_simplify_rtx): Canonicalize x + x into
23985         x << 1.
23987 2016-01-05  Nathan Sidwell  <nathan@acm.org>
23989         * alias.c (compare_base_decls): Use symtab_node::get.
23991 2016-01-05  Nick Clifton  <nickc@redhat.com>
23993         PR target/68770
23994         * ira-costs.c (copy_cost): Initialise the t_icode field of the
23995         secondary_reload_info structure.
23997         PR target/66655
23998         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
23999         decls if weak support is available.
24001 2016-01-04  Martin Sebor  <msebor@redhat.com>
24003         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
24005 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
24007         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
24008         OPTION_MASK_P9_DFORM.
24010         * config/rs6000/constraints.md (wo constraint): New constraint for
24011         ISA 3.0 (power9).
24013         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
24014         for wo constraint.
24015         (rs6000_init_hard_regno_mode_ok): Likewise.
24017         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
24018         wo constraint.
24020         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
24021         expanders not to have constraints.  Add support for ISA 3.0 xxperm
24022         instruction.  Add support for fusing xxlor with xxperm.
24023         (altivec_vperm_<mode>_internal): Likewise.
24024         (altivec_vperm_v8hiv16qi): Likewise.
24025         (altivec_vperm_<mode>v16q): Likewise.
24026         (altivec_vperm_<mode>_uns): Likewise.
24027         (vperm_v8hiv4si): Likewise.
24028         (vperm_v16qiv8hi): Likewise.
24030         * doc/md.texi (RS/6000 constraints): Document wo constraint.
24032 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
24034         Update copyright years.
24036         * gcc.c (process_command): Update copyright notice dates.
24037         * gcov-dump.c (print_version): Ditto.
24038         * gcov.c (print_version): Ditto.
24039         * gcov-tool.c (print_version): Ditto.
24040         * gengtype.c (create_file): Ditto.
24041         * doc/cpp.texi: Bump @copying's copyright year.
24042         * doc/cppinternals.texi: Ditto.
24043         * doc/gcc.texi: Ditto.
24044         * doc/gccint.texi: Ditto.
24045         * doc/gcov.texi: Ditto.
24046         * doc/install.texi: Ditto.
24047         * doc/invoke.texi: Ditto.
24049 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
24051         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
24052         modes larger than TImode as TImode if NEON is not enabled.
24054 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
24056         PR target/69100
24057         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
24058         mode for %f0-%f31 only if TARGET_FPU.
24060 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
24062         PR target/69072
24063         * config/sparc/sparc.c (scan_record_type): Take into account subfields
24064         to compute the PACKED_P predicate.
24065         (function_arg_record_value): Minor tweaks.
24067 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
24069         * doc/install.texi (--with-multilib-list): Describe the meaning of the
24070         option for arm*-*-* targets.
24072 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
24074         * doc/extend.texi (Common Function Attributes): Move docs for
24075         MSP430-specific attributes to....
24076         (MSP430 Function Attributes): ...here.  Delete the redundant
24077         entries and copy-edit the remaining text.
24078         (MSP430 Variable Attributes): Use uniform format for index
24079         entries and add a cross-reference to the corresponding function
24080         attribute docs.
24082 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
24084         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
24085         -finite-math typo.
24086         (x86 Options): Likewise.
24088 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
24090         PR 1078
24092         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
24093         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
24094         to corresponding attribute.
24096 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
24098         * doc/extend.texi (Common Function Attributes) <noplt>: Move
24099         to correct alphabetization of table.  Copy-edit and correct
24100         markup.
24101         <stack_protect>: Likewise.
24102         <target_clones>: Likewise.
24103         <simd>: Likewise.
24104         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
24105         Correct punctuation.
24106         (Code Gen Options) <-fno-plt>: Copy-edit.
24108 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
24110         PR target/68917
24111         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
24112         SI values.  Explicitly convert SI to DI and vice-versa.
24114 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
24116         PR tree-optimization/69070
24117         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
24118         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
24120         PR sanitizer/69055
24121         * ubsan.c (ubsan_instrument_float_cast): Call
24122         initialize_sanitizer_builtins.
24124         PR target/69015
24125         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
24127 Copyright (C) 2016 Free Software Foundation, Inc.
24129 Copying and distribution of this file, with or without modification,
24130 are permitted in any medium without royalty provided the copyright
24131 notice and this notice are preserved.