* config/arm/arm.c (arm_handle_cmse_nonsecure_call): Remove unused
[official-gcc.git] / gcc / ChangeLog
blob96ae9000665146b625805eb063e91d2f37c1d677
1 2016-12-01  Jeff Law  <law@redhat.com>
3         * config/arm/arm.c (arm_handle_cmse_nonsecure_call): Remove unused
4         variable main_variant.
6 2016-12-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
8         * config.gcc (powerpc*-*-linux*): Set gnu-indirect-function by
9         default on PowerPC linux systems.
11 2016-12-02  Segher Boessenkool  <segher@kernel.crashing.org>
13         * simplify-rtx.c (simplify_truncation): M2 is not mode, it is
14         GET_MODE (op).  Fix this.
16 2016-12-02  David Malcolm  <dmalcolm@redhat.com>
18         PR bootstrap/78616
19         * selftest.c (selftest::assert_strndup_eq): Rename to...
20         (selftest::assert_xstrndup_eq): ...this, and remove call to
21         strndup.
22         (selftest::test_strndup): Rename to...
23         (selftest::test_xstrndup): ...this, updating for above renaming.
24         (selftest::test_libiberty): Update for renaming.
26 2016-12-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
28         PR target/78639
29         * config/rs6000/rs6000.md (movdi_internal64): Fix typo in
30         subversion id 242679 that causes the wrong store instruction to be
31         generated if a DImode is in an Altivec register using REG+REG
32         addressing.
34 2016-12-02  Uros Bizjak  <ubizjak@gmail.com>
36         PR target/70322
37         * config/i386/i386.md (*andndi3_doubleword): Add non-BMI alternative
38         and corresponding post-reload splitter.
40 2016-12-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
42         * config/aarch64/aarch64.h (machine_function): Add
43         reg_is_wrapped_separately field.
44         * config/aarch64/aarch64.md (LAST_SAVED_REGNUM): Define new constant.
45         * config/aarch64/aarch64.c (emit_set_insn): Change return type to
46         rtx_insn *.
47         (aarch64_save_callee_saves): Don't save registers that are wrapped
48         separately.
49         (aarch64_restore_callee_saves): Don't restore registers that are
50         wrapped separately.
51         (offset_9bit_signed_unscaled_p, offset_12bit_unsigned_scaled_p,
52         aarch64_offset_7bit_signed_scaled_p): Move earlier in the file.
53         (aarch64_get_separate_components): New function.
54         (aarch64_get_next_set_bit): Likewise.
55         (aarch64_components_for_bb): Likewise.
56         (aarch64_disqualify_components): Likewise.
57         (aarch64_emit_prologue_components): Likewise.
58         (aarch64_emit_epilogue_components): Likewise.
59         (aarch64_set_handled_components): Likewise.
60         (aarch64_process_components): Likewise.
61         (TARGET_SHRINK_WRAP_GET_SEPARATE_COMPONENTS,
62         TARGET_SHRINK_WRAP_COMPONENTS_FOR_BB,
63         TARGET_SHRINK_WRAP_DISQUALIFY_COMPONENTS,
64         TARGET_SHRINK_WRAP_EMIT_PROLOGUE_COMPONENTS,
65         TARGET_SHRINK_WRAP_EMIT_EPILOGUE_COMPONENTS,
66         TARGET_SHRINK_WRAP_SET_HANDLED_COMPONENTS): Define.
68 2016-12-02  Martin Jambor  <mjambor@suse.cz>
70         * passes.def: Move pass_rebuild_cgraph_edges to the end of
71         pass_build_ssa_passes.
73 2016-12-02  Uros Bizjak  <ubizjak@gmail.com>
75         * config/alpha/alpha.md (exception_receiver): Copy
76         alpha_gp_ave_rtx return value.
78 2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
80         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
81         for several include directories that may be relative to sysroot.
82         * config/i386/x-mingw32 (gplus_includedir): Define.
83         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
84         (native_system_includedir): Likewise.
85         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
86         override if TARGET_SYSTEM_ROOT is defined.
87         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
89 2016-12-02  Jakub Jelinek  <jakub@redhat.com>
91         PR target/70322
92         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Handle NOT.
93         (dimode_scalar_chain::compute_convert_gain): Likewise.
94         (dimode_scalar_chain::convert_insn): Likewise.
95         * config/i386/i386.md (*one_cmpldi2_doubleword): New
96         define_insn_and_split.
97         (one_cmpl<mode>2): Use SWIM1248x iterator instead of SWIM.
99         PR target/78614
100         * rtl.c (copy_rtx): Don't clear used flag here.
101         (shallow_copy_rtx_stat): Clear used flag here unless code the rtx
102         is shareable.
103         * simplify-rtx.c (simplify_replace_fn_rtx): When copying rtx with
104         'E' in format, copy all vectors.
105         * emit-rtl.c (copy_insn_1): Don't clear used flag here.
106         * valtrack.c (cleanup_auto_inc_dec): Likewise.
107         * config/rs6000/rs6000.c (rs6000_frame_related): Likewise.
109 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
110             Thomas Preud'homme  <thomas.preudhomme@arm.com>
112         * config/arm/arm-builtins.c (arm_builtins): Define
113         ARM_BUILTIN_CMSE_NONSECURE_CALLER.
114         (bdesc_2arg): Add line for cmse_nonsecure_caller.
115         (arm_init_builtins): Handle cmse_nonsecure_caller.
116         (arm_expand_builtin): Likewise.
117         * config/arm/arm_cmse.h (cmse_nonsecure_caller): New.
119 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
120             Thomas Preud'homme  <thomas.preudhomme@arm.com>
122         * config/arm/arm.c (detect_cmse_nonsecure_call): New.
123         (cmse_nonsecure_call_clear_caller_saved): New.
124         (arm_reorg): Use cmse_nonsecure_call_clear_caller_saved.
125         (arm_function_ok_for_sibcall): Disable sibcalls for
126         cmse_nonsecure_call.
127         * config/arm/arm-protos.h (detect_cmse_nonsecure_call): New.
128         * config/arm/arm.md (call): Handle cmse_nonsecure_entry.
129         (call_value): Likewise.
130         (nonsecure_call_internal): New.
131         (nonsecure_call_value_internal): New.
132         * config/arm/thumb1.md (*nonsecure_call_reg_thumb1_v5): New.
133         (*nonsecure_call_value_reg_thumb1_v5): New.
134         * config/arm/thumb2.md (*nonsecure_call_reg_thumb2): New.
135         (*nonsecure_call_value_reg_thumb2): New.
136         * config/arm/unspecs.md (UNSPEC_NONSECURE_MEM): New.
138 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
139             Thomas Preud'homme  <thomas.preudhomme@arm.com>
141         * config/arm/arm.c (gimplify.h): New include.
142         (arm_handle_cmse_nonsecure_call): New.
143         (arm_attribute_table): Added cmse_nonsecure_call.
144         (arm_comp_type_attributes): Deny compatibility of function types
145         with without the cmse_nonsecure_call attribute.
146         * doc/extend.texi (ARM ARMv8-M Security Extensions): New attribute.
148 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
149             Thomas Preud'homme  <thomas.preudhomme@arm.com>
151         * config/arm/arm.c (output_return_instruction): Clear
152         registers.
153         (thumb2_expand_return): Likewise.
154         (thumb1_expand_epilogue): Likewise.
155         (thumb_exit): Likewise.
156         (arm_expand_epilogue): Likewise.
157         (cmse_nonsecure_entry_clear_before_return): New.
158         (comp_not_to_clear_mask_str_un): New.
159         (compute_not_to_clear_mask): New.
160         * config/arm/thumb1.md (*epilogue_insns): Change length attribute.
161         * config/arm/thumb2.md (*thumb2_return): Disable for
162         cmse_nonsecure_entry functions.
163         (*thumb2_cmse_entry_return): Duplicate thumb2_return pattern for
164         cmse_nonsecure_entry functions.
166 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
167             Thomas Preud'homme  <thomas.preudhomme@arm.com>
169         * config/arm/arm.c (use_return_insn): Change to return with  bxns
170         when cmse_nonsecure_entry.
171         (output_return_instruction): Likewise.
172         (arm_output_function_prologue): Likewise.
173         (thumb_pop): Likewise.
174         (thumb_exit): Likewise.
175         (thumb2_expand_return): Assert that entry functions always have simple
176         returns.
177         (arm_expand_epilogue): Handle entry functions.
178         (arm_function_ok_for_sibcall): Disable sibcall for entry functions.
179         (arm_asm_declare_function_name): New.
180         * config/arm/arm-protos.h (arm_asm_declare_function_name): New.
181         * config/arm/elf.h (ASM_DECLARE_FUNCTION_NAME): Redefine to
182         use arm_asm_declare_function_name.
184 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
185             Thomas Preud'homme  <thomas.preudhomme@arm.com>
187         * config/arm/arm.c (arm_handle_cmse_nonsecure_entry): New.
188         (arm_attribute_table): Added cmse_nonsecure_entry
189         (arm_compute_func_type): Handle cmse_nonsecure_entry.
190         (cmse_func_args_or_return_in_stack): New.
191         (arm_handle_cmse_nonsecure_entry): New.
192         * config/arm/arm.h (ARM_FT_CMSE_ENTRY): New macro define.
193         (IS_CMSE_ENTRY): Likewise.
194         * doc/extend.texi (ARM ARMv8-M Security Extensions): New attribute.
196 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
197             Thomas Preud'homme  <thomas.preudhomme@arm.com>
199         * config.gcc (extra_headers): Added arm_cmse.h.
200         * config/arm/arm-arches.def (ARM_ARCH):
201         (armv8-m): Add FL2_CMSE.
202         (armv8-m.main): Likewise.
203         (armv8-m.main+dsp): Likewise.
204         * config/arm/arm-c.c
205         (arm_cpu_builtins): Added __ARM_FEATURE_CMSE macro.
206         * config/arm/arm-flags.h: Define FL2_CMSE.
207         * config/arm.c (arm_arch_cmse): New.
208         (arm_option_override): New error for unsupported cmse target.
209         * config/arm/arm.h (arm_arch_cmse): New.
210         * config/arm/arm.opt (mcmse): New.
211         * config/arm/arm_cmse.h: New file.
212         * doc/invoke.texi (ARM Options): Add -mcmse.
213         * doc/sourcebuild.texi (arm_cmse_ok): Add new effective target.
214         * doc/extend.texi: Add ARMv8-M Security Extensions entry.
216 2016-12-02  Georg-Johann Lay  <avr@gjlay.de>
218         * config/avr/avr.c: Fix coding rule glitches.
220 2016-12-02  Martin Jambor  <mjambor@suse.cz>
222         * hsa.c (hsa_callable_function_p): Return false for artificial
223         functions.
225 2016-12-02  James Greenhalgh  <james.greenhalgh@arm.com>
227         PR rtl-optimization/78561
228         * varasm.c (recompute_pool_offsets): New.
229         (output_constant_pool): Call it.
231 2016-12-02  James Greenhalgh  <james.greenhalgh@arm.com>
233         PR rtl-optimization/78561
234         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p) Rename
235         get_pool_size to get_pool_size_upper_bound.
236         (rs6000_stack_info): Likewise.
237         (rs6000_emit_prologue): Likewise.
238         (rs6000_elf_declare_function_name): Likewise.
239         (rs6000_set_up_by_prologue): Likewise.
240         (rs6000_can_eliminate): Likewise, reformat spaces to tabs.
241         * output.h (get_pool_size): Rename to...
242         (get_pool_size_upper_bound): ...This.
243         * varasm.c (get_pool_size): Rename to...
244         (get_pool_size_upper_bound): ...This.
246 2016-12-02  Bin Cheng  <bin.cheng@arm.com>
248         * match.pd: Add new pattern:
249         (cond (cmp (convert? x) c1) (op x c2) c3) -> (op (minmax x c1) c2).
251 2016-12-02  Nathan Sidwell  <nathan@acm.org>
253         * diagnostic.c (diagnostic_report_diagnostic): Remove extraneous
254         braces.
256 2016-12-02  Aldy Hernandez  <aldyh@redhat.com>
258         PR middle-end/78328
259         * gimple-ssa-warn-alloca.c (alloca_call_type): Handle
260         VR_ANTI_RANGE.
262 2016-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
264         * config/s390/s390.c (s390_save_gprs_to_fprs): Fix RTL sharing
265         problem.
267 2016-12-02  Georg-Johann Lay  <avr@gjlay.de>
269         * config/avr/avr-arch.h (avr_mcu_t) [n_flash]: Remove field.
270         * config/avr/avr-devices.c (AVR_MCU): Remove N_FLASH macro argument.
271         * config/avr/avr-mcus.def (AVR_MCU): Remove initializer for n_flash.
272         * config/avr/avr.c (avr_set_core_architecture) [avr_n_flash]: Use
273         avr_mcu_types.flash_size to compute default value.
274         * config/avr/gen-avr-mmcu-specs.c (print_mcu) [cc1_n_flash]: Use
275         mcu->flash_size to compute value for spec.
277 2016-12-02  Georg-Johann Lay  <avr@gjlay.de>
279         * doc/invoke.texi (AVR Options) [-mabsdata]: Point to absdata.
280         * doc/extend.texi (AVR Variable Attributes) [progmem]: Hint
281         about linker description to avoid progmem altogether.
282         [absdata]: Point to -mabsdata option.
284 2016-12-02  Jakub Jelinek  <jakub@redhat.com>
286         PR rtl-optimization/78547
287         * emit-rtl.c (unshare_all_rtl): Make sure DECL_RTL and
288         DECL_INCOMING_RTL is not shared.
289         * config/i386/i386.c (convert_scalars_to_vectors): If any
290         insns have been converted, adjust all parameter's DEC_RTL and
291         DECL_INCOMING_RTL back from V1TImode to TImode if the parameters have
292         TImode.
294         PR rtl-optimization/78575
295         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses): Use
296         DF infrastructure to wrap all V1TImode reg uses into TImode subreg
297         if not already wrapped in a subreg.  Make sure df_insn_rescan does not
298         affect further iterations.
300 2016-12-02  Martin Liska  <mliska@suse.cz>
302         PR ipa/78555
303         * sreal.c (sreal::to_int): Make absolute value before shifting.
304         (sreal::operator/): Likewise.
305         (sreal_verify_negative_division): New test.
306         (void sreal_c_tests): Call the new test.
307         * sreal.h (sreal::normalize_up): Use new SREAL_ABS and
308         SREAL_SIGN macros.
309         (sreal::normalize_down): Likewise.
311 2016-12-02  Dominik Vogt  <vogt@linux.vnet.ibm.com>
313         * combine.c (combine_simplify_rtx):  Suppress replacement of
314         "(and (reg) (const_int bit))" with "if_then_else".
316 2016-12-02  Dominik Vogt  <vogt@linux.vnet.ibm.com>
318         PR target/77822
319         * config/s390/s390.md ("extzv")
320         ("*extzv<mode><clobbercc_or_nocc>")
321         ("*extzvdi<clobbercc_or_nocc>_lshiftrt")
322         ("*<risbg_n>_ior_and_sr_ze")
323         ("*extract1bitdi<clobbercc_or_nocc>")
324         ("*insv<mode><clobbercc_or_nocc>", "*insv_rnsbg_noshift")
325         ("*insv_rnsbg_srl", "*insv<mode>_mem_reg")
326         ("*insvdi_mem_reghigh", "*insvdi_reg_imm"): Use EXTRACT_ARGS_IN_RANGE
327         to validate the arguments of zero_extract and sign_extract.
329 2016-12-02  Dominik Vogt  <vogt@linux.vnet.ibm.com>
331         PR target/77822
332         * rtl.h (EXTRACT_ARGS_IN_RANGE): New.
334 2016-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
336         * gcc/config/s390/s390.c (s390_builtin_vectorization_cost): New
337         function.
338         (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Define target
339         macro.
341 2016-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
343         * config/s390/vector.md (vec_halfhalf): New mode iterator.
344         ("vec_pack_trunc_<mode>", "vec_pack_ssat_<mode>")
345         ("vec_pack_usat_<mode>", "vec_unpacks_hi_v16qi")
346         ("vec_unpacks_low_v16qi", "vec_unpacku_hi_v16qi")
347         ("vec_unpacku_low_v16qi", "vec_unpacks_hi_v8hi")
348         ("vec_unpacks_lo_v8hi", "vec_unpacku_hi_v8hi")
349         ("vec_unpacku_lo_v8hi", "vec_unpacks_hi_v4si")
350         ("vec_unpacks_lo_v4si", "vec_unpacku_hi_v4si")
351         ("vec_unpacku_lo_v4si"): New pattern definitions.
352         * config/s390/vx-builtins.md: Move VI_HW_HSD mode iterator to
353         vector.md.
355 2016-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
357         * config/s390/s390-protos.h (s390_reverse_condition): New
358         prototype.
359         * config/s390/s390.c (s390_canonicalize_comparison): Fold compares
360         of CC mode values.
361         (s390_reverse_condition): New function.
362         * config/s390/s390.h (REVERSE_CC_MODE, REVERSE_CONDITION): Define
363         target macros.
365 2016-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
367         * config/s390/s390-modes.def (CCVEQANY, CCVH, CCVHANY, CCVHU)
368         (CCVHUANY): Remove modes.
369         (CCVIH, CCVIHU, CCVIALL, CCVIANY, CCVFALL, CCVFANY): Add modes and
370         documentation.
371         * config/s390/s390.c (s390_match_ccmode_set): Rename cc modes.
372         (s390_expand_vec_compare_scalar): Pick one of the cc consumer
373         modes.
374         (s390_branch_condition_mask): Adjust to use the new cc consumer
375         modes.  The new modes allow for proper reversal in the middle-end.
376         (s390_expand_vec_compare_cc): Determine the proper cc producer and
377         consumer modes for a comparison.
378         * config/s390/s390.md: Rename CCVH to CCVIH and CCVHU to CCVIHU
379         throughout the file.
380         * config/s390/vx-builtins.md: Likewise.
382 2016-12-02  Maxim Ostapenko  <m.ostapenko@samsung.com>
384         * asan.c (asan_global_struct): Refactor.
385         (create_odr_indicator): New function.
386         (asan_needs_odr_indicator_p): Likewise.
387         (is_odr_indicator): Likewise.
388         (asan_add_global): Introduce odr_indicator_ptr. Pass it into global's
389         constructor.
390         (asan_protect_global): Do not protect odr indicators.
392 2016-12-01  Jeff Law  <law@redhat.com>
394         * tree-ssa-threadedge.c
395         (record_temporary_equivalences_from_stmts_at_dest): Avoid temporary
396         propagation of operands if there are no operands.
398 2016-12-02  Jakub Jelinek  <jakub@redhat.com>
400         PR tree-optimization/78586
401         * gimple-ssa-sprintf.c (format_integer): Don't handle NOP_EXPR,
402         CONVERT_EXPR or COMPONENT_REF here.  Formatting fix.  For
403         SSA_NAME_DEF_STMT with NOP_EXPR only change argtype if the rhs1's
404         type is INTEGER_TYPE or POINTER_TYPE.
406 2016-12-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
408         PR target/78577
409         * config/rs6000/vsx.md (vextuhlx): Revise mode of operand 2.
410         (vextuhrx): Likewise.
411         (vextuwlx): Likewise.
412         (vextuwrx): Likewise.
414 2016-12-01  David Malcolm  <dmalcolm@redhat.com>
416         * dwarf2out.c (dwarf2out_c_finalize): Reset early_dwarf and
417         early_dwarf_finished.
419 2016-12-01  Eric Botcazou  <ebotcazou@adacore.com>
420             David S. Miller  <davem@davemloft.net>
422         * config/sparc/sparc.opt (mlra): New target option.
423         * config/sparc/sparc.c (TARGET_LRA_P): Define to...
424         (sparc_lra_p): ...this.  New function.
425         (D_MODES, DF_MODES): Add missing cast.
426         * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
427         provide these insns when flag_pic.
428         (sethi_di_medlow, losum_di_medlow, seth44, setm44, setl44, sethh,
429         setlm, sethm, setlo, embmedany_sethi, embmedany_losum,
430         embmedany_brsum, embmedany_textuhi, embmedany_texthi,
431         embmedany_textulo, embmedany_textlo): Likewise.
432         (sethi_di_medlow_embmedany_pic): Provide it only with flag_pic.
434 2016-12-01  David Edelsohn  <dje.gcc@gmail.com>
436         PR debug/66419
437         PR c++/78235
438         * dbxout.c (dbxout_type_fields): Skip TEMPLATE_DECLs.
440 2016-12-01  Richard Biener  <rguenther@suse.de>
441             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
443         * vec.h (vec<T, A, vl_embed>::quick_grow_cleared): Guard call to
444         memset if len-oldlen != 0.
445         (vec<T, va_heap, vl_ptr>::safe_grow_cleared): Likewise.
447 2016-12-01  Uros Bizjak  <ubizjak@gmail.com>
449         * config/i386/i386.md (*andndi3_doubleword): Depend on TARGET_SSE2.
451 2016-12-01  Georg-Johann Lay  <avr@gjlay.de>
453         * config/avr/avr.c: Fix coding rule glitches.
455 2016-12-01  Markus Trippelsdorf  <markus@trippelsdorf.de>
457         PR tree-optimization/78598
458         * tree-ssa-loop-prefetch.c (ddown): Cast to signed to avoid
459         overflows.
461 2016-12-01  Markus Trippelsdorf  <markus@trippelsdorf.de>
463         PR rtl-optimization/78596
464         * combine.c (simplify_comparison): Cast to unsigned to avoid
465         left shifting of negative value.
467 2016-12-01  Matthias Klose  <doko@ubuntu.com>
469         * doc/install.texi: Don't use pkg-config to check for bdw-gc.
471 2016-12-01  Richard Biener  <rguenther@suse.de>
473         * tree-ssa-alias.c (indirect_refs_may_alias_p): Do not
474         treat arrays with same type as objects that cannot overlap.
476 2016-12-01  Georg-Johann Lay  <avr@gjlay.de>
478         * config/avr/avr.c (avr_print_operand): Use SYMBOL_REF_P if possible.
479         (avr_handle_addr_attribute, avr_asm_output_aligned_decl_common)
480         (avr_asm_asm_output_aligned_bss, avr_addr_space_convert): Dito.
482 2016-12-01  Jakub Jelinek  <jakub@redhat.com>
484         PR debug/78587
485         * dwarf2out.c (loc_descr_plus_const): For negative offset use
486         uint_loc_descriptor instead of int_loc_descriptor and perform negation
487         in unsigned HOST_WIDE_INT type.
488         (scompare_loc_descriptor): Shift UINTVAL left instead of INTVAL.
490         PR target/78614
491         * config/rs6000/rs6000.c (rs6000_frame_related): Call
492         set_used_flags (pat) before any simplifications.  Clear used flag on
493         PARALLEL copy.  Don't guard add_reg_note call.  Call
494         copy_rtx_if_shared on pat before storing it into
495         REG_FRAME_RELATED_EXPR.
497 2016-12-01  Alan Modra  <amodra@gmail.com>
499         * gcc/config/rs6000/rs6000.c (insn_is_swappable_p): Properly
500         look inside UNSPEC_VSX_XXSPLTW vec.
502 2016-12-01  Segher Boessenkool  <segher@kernel.crashing.org>
504         PR rtl-optimization/78607
505         * combine.c (try_combine): Emit a barrier after a unconditional trap.
507 2016-11-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
509         PR target/78602
510         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): If the
511         element is not a constant or in a register, force it to a
512         register.
514         PR target/78560
515         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Force value
516         that will be set to a vector element to be in a register.
517         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Fix thinko that used
518         the wrong multiplier to convert the element number to a byte
519         offset.
521 2016-11-30  Vladimir Makarov  <vmakarov@redhat.com>
523         PR tree-optimization/77856
524         * lra-constraints.c (inherit_in_ebb): Check original regno for
525         invalid invariant regs too.  Set only clobbered hard regs for the
526         invalid invariant regs.
528 2016-11-30  Pitchumani Sivanupandi  <pitchumani.sivanupandi@microchip.com>
530         Commit files forgotten in r242966.
532         * config/avr/avr-arch.h (avr_mcu_t) [flash_size]: New member.
533         * config/avr/avr-devices.c (avr_mcu_types): Add flash size info.
534         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Remove hard-coded
535         prefix check to find wrap-around value, instead use MCU flash size.
536         For 8k flash devices, update link_pmem_wrap spec string to
537         add --pmem-wrap-around=8k.
538         * config/avr/specs.h (LINK_RELAX_SPEC): Move link_pmem_wrap from
539         here...
540         (LINK_SPEC): ...to here.
542 2016-11-30  David Malcolm  <dmalcolm@redhat.com>
544         PR c/78498
545         * selftest.c (selftest::assert_strndup_eq): New function.
546         (selftest::test_strndup): New function.
547         (selftest::test_libiberty): New function.
548         (selftest::selftest_c_tests): Call test_libiberty.
550 2016-11-30  Segher Boessenkool  <segher@kernel.crashing.org>
552         PR rtl-optimization/78610
553         * ira.c (combine_and_move_insns): Don't substitute into TRAP_IF
554         instructions.
556 2016-11-30  Bin Cheng  <bin.cheng@arm.com>
558         PR tree-optimization/78574
559         * tree-ssa-loop-ivopts.c (find_deriving_biv_for_expr): Skip loop
560         header PHI that doesn't define biv.
562 2016-11-30  Jakub Jelinek  <jakub@redhat.com>
564         * emit-rtl.c (verify_insn_sharing): Call verify_rtx_sharing instead of
565         reset_used_flags.
567         * config/i386/i386.c (dimode_scalar_chain::convert_op): Avoid
568         sharing the SUBREG rtx between move and following insn.
570         * ira.c (ira_update_equiv_info_by_shuffle_insn): Use copy_rtx
571         for REG_EQUIV argument.
573 2016-11-30  Thomas Preud'homme  <thomas.preudhomme@arm.com>
575         * config/arm/t-rmprofile: Add mappings for Cortex-M23 and Cortex-M33.
577 2016-11-30  Markus Trippelsdorf  <markus@trippelsdorf.de>
579         PR ipa/78555
580         * real.c (real_hash): Add cast to avoid left
581         shifting of negative values.
583 2016-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
585         PR target/78362
586         * config/aarch64/aarch64.md (add<mode>3): Extract inner expression
587         from a subreg in operands[1] and don't call REGNO on a non-reg
588         expression when deciding to force operands[2] into a reg.
590 2016-11-30  Claudiu Zissulescu  <claziss@synopsys.com>
591             Andrew Burgess  <andrew.burgess@embecosm.com>
593         * config/arc/arc-protos.h (arc_store_addr_hazard_p): Declare.
594         * config/arc/arc.c (arc_store_addr_hazard_p): New function.
595         (workaround_arc_anomaly): Call arc_store_addr_hazard_p for ARC700.
596         * config/arc/arc700.md: Add define_bypass for store/load.
598 2016-11-30  Martin Liska  <mliska@suse.cz>
600         * cgraph.c (symbol_table::initialize): Initialize
601         ipa_clones_dump_file.
602         (cgraph_node::remove): Report to ipa_clones_dump_file.
603         * cgraph.h: Add new argument (suffix) to cloning methods.
604         * cgraphclones.c (dump_callgraph_transformation): New function.
605         (cgraph_node::create_clone): New argument.
606         (cgraph_node::create_virtual_clone): Likewise.
607         (cgraph_node::create_version_clone): Likewise.
608         * dumpfile.c: Add .ipa-clones dump file.
609         * dumpfile.h (enum tree_dump_index): Add TDI_clones
610         * ipa-inline-transform.c (clone_inlined_nodes): Report operation
611         to dump_callgraph_transformation.
613 2016-11-30  Martin Liska  <mliska@suse.cz>
615         PR sanitizer/78541
616         * asan.c (asan_expand_mark_ifn): Properly
617         select a VAR_DECL from FRAME.* component reference.
619 2016-11-30  Segher Boessenkool  <segher@kernel.crashing.org>
621         PR rtl-optimization/78583
622         * simplify-rtx.c (simplify_truncation): Add check missing from the
623         previous commit.
625 2016-11-30  Segher Boessenkool  <segher@kernel.crashing.org>
627         PR rtl-optimization/78590
628         * combine.c (change_zero_ext): Transform zero_extend of subregs only
629         if the subreg_reg is a scalar integer mode.
631 2016-11-30  Jakub Jelinek  <jakub@redhat.com>
633         PR tree-optimization/78586
634         * gimple-ssa-sprintf.c (format_integer): Use TYPE_MAX_VALUE or
635         TYPE_MIN_VALUE or build_all_ones_cst instead of folding LSHIFT_EXPR.
636         Don't build_int_cst min/max twice.  Formatting fix.
638 2016-11-30  Markus Trippelsdorf  <markus@trippelsdorf.de>
640         PR rtl-optimization/78588
641         * combine.c (if_then_else_cond): Also guard against BLKmode.
642         * rtlanal.c (num_sign_bit_copies1): Add assert.
644 2016-11-29  Jeff Law  <law@redhat.com>
646         * common/config/arc/arc-common.c (arc_handle_option): Remove unused
647         variables.
649         * lra-constraints.c (check_and_process_move): Constrain the
650         range of DCLASS and SCLASS to avoid false positive out of bounds
651         array index warning.
653 2016-11-29  David Malcolm  <dmalcolm@redhat.com>
655         * doc/install.texi (--with-target-bdw-gc): Remove stray '@'.
657 2016-11-29  David Malcolm  <dmalcolm@redhat.com>
659         PR preprocessor/78569
660         * input.c (get_substring_ranges_for_loc): Fail gracefully if
661         line directives were present.
663 2016-11-30  Matthias Klose  <doko@ubuntu.com>
665         * doc/install.texi: Document configure options --enable-objc-gc
666         and --with-target-bdw-gc.
668 2016-11-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
670         PR target/78594
671         * config/rs6000/rs6000.md (mov<mode>_internal, QHI iterator): Add
672         'x' to stxsi<wd>x print pattern, so that QImode and HImode values
673         residing in traditional altivec registers can be stored
674         correctly.
676 2016-11-29  Max Filippov  <jcmvbkbc@gmail.com>
678         PR target/78603
679         * config/xtensa/xtensa.c (hwloop_optimize): Don't emit zero
680         overhead loop start between a call and its CALL_ARG_LOCATION
681         note.
683 2016-11-29  Waldemar Brodkorb  <wbx@openadk.org>
685         * config/bfin/linux.h (CPP_SPEC): Define.
687 2016-11-29  Martin Sebor  <msebor@redhat.com>
689         PR tree-optimization/78512
690         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Remove.
691         * config/rs6000/linux.h: Same.
692         * config/rs6000/linux64.h: Same.
693         * config/sol2.h: Same.
694         * config/sol2.c (solaris_printf_pointer_format): Remove.
695         * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Remove.
696         * doc/tm.texi: Regenerate.
697         * gimple-ssa-sprintf.c (format_pointer): Rempove.
698         (pass_sprintf_length::compute_format_length): Return bool.
699         (pass_sprintf_length::handle_gimple_call): Adjust.
700         * target.def (printf_pointer_format): Remove.
701         * targhooks.c (default_printf_pointer_format): Remove.
702         (linux_printf_pointer_format): Same.
703         * targhooks.h (default_printf_pointer_format): Remove.
704         (linux_printf_pointer_format, solaris_printf_pointer_format): Same.
706 2016-11-29  Uros Bizjak  <ubizjak@gmail.com>
708         * config/i386/sse.md (UNSPEC_MASKOP): Move from i386.md.
709         (mshift): Ditto.
710         (SWI1248_AVX512BWDQ): Ditto.
711         (SWI1248_AVX512BW): Ditto.
712         (k<any_logic:code><mode>): Ditto.
713         (kandn<mode>): Ditto.
714         (kxnor<mode>): Ditto.
715         (knot<mode>): Ditto.
716         (*k<any_lshift:code><mode>): Ditto.
717         (kortestzhi, kortestchi): Ditto.
718         (kunpckhi, kunpcksi, kunpckdi): Ditto.
720 2016-11-29  Andrew Pinski  <apinski@cavium.com>
722         * tree-vrp.c (simplify_stmt_using_ranges): Use boolean_type_node
723         for the EQ_EXPR.
725 2016-11-29  Chen Gang  <gang.chen.5i5j@gmail.com>
727         PR target/71331
728         * config/tilegx/tilegx.c (tilegx_function_profiler): Save r10
729         to stack before call mcount.
730         (tilegx_can_use_return_insn_p): Clean up code.
732 2016-11-29  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
734         * config/avr/avr-mcu.def: (avr_mcu_types): Add flash size info.
736 2016-11-29  David Malcolm  <dmalcolm@redhat.com>
738         PR c++/72774
739         PR c++/72786
740         PR c++/77922
741         PR c++/78313
742         * spellcheck.c (selftest::test_find_closest_string): Verify that
743         we don't offer the goal string as a suggestion.
744         * spellcheck.h (best_match::get_best_meaningful_candidate): Don't
745         offer the goal string as a suggestion.
748 2016-11-29  Claudiu Zissulescu  <claziss@synopsys.com>
750         * config/arc/arc.c (arc_override_options): Avoid selection of
751         compact casesi for ARCv2.
753 2016-11-29  Richard Biener  <rguenther@suse.de>
755         * tree-cfg.c (lower_phi_internal_fn): Do not look for further
756         PHIs after a regular stmt.
757         (stmt_starts_bb_p): PHIs not preceeded by a PHI or a label
758         start a new BB.
760 2016-11-29  Martin Liska  <mliska@suse.cz>
762         PR gcov-profile/78582
763         * tree-profile.c (gimple_gen_time_profiler): Make one extra BB
764         to prevent PHI argument clash.
766 2016-11-29  Claudiu Zissulescu  <claziss@synopsys.com>
768         * config/arc/arc.opt (marclinux): Fix typo.
769         (marclinux_prof): Likewise.
771 2016-11-29  Jiong Wang  <jiong.wang@arm.com>
773         * target.def (stack_protect_runtime_enabled_p): New.
774         * function.c (expand_function_end): Guard stack_protect_epilogue with
775         targetm.stack_protect_runtime_enabled_p.
776         * cfgexpand.c (pass_expand::execute): Likewise.
777         * calls.c (expand_call): Likewise.
778         * doc/tm.texi.in (TARGET_STACK_PROTECT_RUNTIME_ENABLED_P): Add it.
779         * doc/tm.texi: Regenerate.
781 2016-11-29  Richard Biener  <rguenther@suse.de>
783         PR middle-end/78546
784         * match.pd: Add CST1 - (CST2 - A) -> CST3 + A missing case.
786 2016-11-29  Janus Weil  <janus@gcc.gnu.org>
788         * doc/contrib.texi: Add a few missing gfortran contributors.
790 2016-11-29  Segher Boessenkool  <segher@kernel.crashing.org>
792         * combine.c (change_zero_ext): Also handle extends from a subreg
793         to a mode bigger than that of the operand of the subreg.
795 2016-11-29  Segher Boessenkool  <segher@kernel.crashing.org>
797         PR target/77687
798         * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Emit the
799         stack_restore_tie insn instead of stack_tie, for the SVR4 and
800         SPE ABIs.
801         * config/rs6000/rs6000.md (stack_restore_tie): New define_insn.
803 2016-11-28  Segher Boessenkool  <segher@kernel.crashing.org>
805         * shrink-wrap.c (init_separate_shrink_wrap): Do not clear
806         head_components and tail_components.
807         (spread_components): New algorithm.
808         (emit_common_tails_for_components): Clear head_components and
809         tail_components.
810         (insert_prologue_epilogue_for_components): Write extra output to the
811         dump file for sibcalls and abnormal exits.
813 2016-11-28  Segher Boessenkool  <segher@kernel.crashing.org>
815         PR rtl-optimization/78342
816         * combine.c: Include "cfghooks.h".
817         (try_combine): If we create an unconditional trap, break the basic
818         block in two just after it, and remove the edge between; also, set
819         the *new_direct_jump_p flag so that cleanup_cfg is run.
821 2016-11-28  Segher Boessenkool  <segher@kernel.crashing.org>
823         * simplify-rtx.c (simplify_truncation): Handle truncate of zero_extract
824         and sign_extract.
826 2016-11-28  Uros Bizjak  <ubizjak@gmail.com>
828         * config/i386/i386.md (*and<mode>_1): Merge insn pattern from
829         *andsi_1 and *andhi_1 using SWI24 mode iterator.  Use multi-line
830         output template string.
831         (*anddi_1): Use multi-line output template string.
832         (*andqi_1): Ditto.
834 2016-11-28  Jakub Jelinek  <jakub@redhat.com>
836         PR middle-end/78540
837         * rtl.h (remove_reg_equal_equiv_notes): Return bool instead of void.
838         * rtlanal.c (remove_reg_equal_equiv_notes): Return true if any
839         note has been removed.
840         * postreload.c (reload_combine_recognize_pattern): If
841         remove_reg_equal_equiv_notes returns true, call df_notes_rescan.
843 2016-11-28  Martin Sebor  <msebor@redhat.com>
845         PR middle-end/78520
846         * gimple-ssa-sprintf.c (target_max_value): Remove.
847         (target_int_max, target_size_max): Use TYPE_MAX_VALUE.
848         (get_width_and_precision): New function.
849         (format_integer, format_floating, get_string_length, format_string):
850         Correct handling of width and precision with unknown value.
851         (format_directive): Add warning.
852         (pass_sprintf_length::compute_format_length): Allow for precision
853         to consist of a sole period with no asterisk or digits after it.
855 2016-11-28  Jakub Jelinek  <jakub@redhat.com>
857         PR rtl-optimization/78546
858         * simplify-rtx.c (neg_const_int): When negating most negative
859         number in mode wider than HOST_BITS_PER_WIDE_INT, use
860         simplify_const_unary_operation to produce CONST_DOUBLE or
861         CONST_WIDE_INT.
862         (simplify_plus_minus): Handle the case where neg_const_int
863         doesn't return a CONST_INT.
865 2016-11-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
867         PR target/78556
868         * config/rs6000/rs6000.c (vspltis_constant): Add casts to avoid
869         left shifting of negative values.
871 2016-11-28  Jakub Jelinek  <jakub@redhat.com>
873         PR fortran/78298
874         * tree-nested.c (convert_local_reference_stmt): After adding
875         shared (FRAME.NN) clause to omp parallel, task or target,
876         add it also to all outer omp parallel, task or target constructs.
878 2016-11-28  Uros Bizjak  <ubizjak@gmail.com>
880         * config/i386/i386.md (UNSPEC_KMASKOP): New.
881         (UNSPEC_KMOV): Remove.
882         (kmovw): Expand to plain HImode move.
883         (k<any_logic:code><mode>): Rename from *k<logic><mode>. Use
884         register_operand predicates.  Tag pattern with UNSPEC_KMASKOP.
885         Remove corresponding clobber-removing splitter.
886         (*anddi_1): Remove mask register alternatives.
887         (*andsi_1): Ditto.
888         (*andhi_1): Ditto.
889         (*andqi_1): Ditto.
890         (*<any_or:code><mode>_1): Ditto.
891         (*<any_or:code>qi_1): Ditto.
892         (kandn<mode>): Use SWI1248_AVX512BW mode iterator.  Remove
893         general register alternatives.  Tag pattern with UNSPEC_KMASKOP.
894         Remove corresponding splitter to operation with general registers.
895         (*andn<SWI38:mode>): Rename from *bmi_andn_<mode>.
896         (*andn<SWI12:mode>): New pattern.
897         (*kxnor<mode>): Remove general register alternatives.  Tag pattern
898         with UNSPEC_KMASKOP.  Remove corresponding splitter to operation
899         with general registers.
900         (knot<mode>): New insn pattern.
901         (*one_cmpl<mode>2_1): Remove mask register alternatives.
902         (one_cmplqi2_1): Ditto.
903         (*k<any_lshift:code><mode>): Rename from *k<mshift><mode>3.
904         Tag pattern with UNSPEC_KMASKOP. Add mode attribute.
905         * config/i386/predicates.md (mask_reg_operand): Remove predicate.
906         * config/i386/sse.md (vec_unpacks_hi_hi): Update pattern
907         to generate kmaskop shift.
908         (vec_unpacks_hi_<mode>): Ditto.
909         * config/i386/i386-builtin.def (__builtin_ia32_kandhi):
910         Use CODE_FOR_kandhi.
911         (__builtin_ia32_knothi): Use CODE_FOR_knothi.
912         (__builtin_ia32_korhi): Use CODE_FOR_kiorhi.
913         (__builtin_ia32_kxorhi): Use CODE_FOR_kxorhi.
915 2016-11-28  Richard Biener  <rguenther@suse.de>
917         * tree-vrp.c (vrp_visit_assignment_or_call): Handle simplifications
918         to SSA names via extract_range_from_ssa_name if allowed.
920 2016-11-28  Richard Biener  <rguenther@suse.de>
922         PR tree-optimization/78542
923         * tree-ssa-ccp.c (evaluate_stmt): Only valueize simplification
924         if allowed.
926 2016-11-28  Paolo Bonzini  <bonzini@gnu.org>
928         * combine.c (simplify_if_then_else): Simplify IF_THEN_ELSE that
929         isolates a single bit, even if the condition involves subregs.
931 2016-11-28  Tamar Christina  <tamar.christina@arm.com>
933         * config/aarch64/aarch64-simd-builtins.def
934         (BSL_P): Added di and v2di mode.
935         * config/aarch64/arm_neon.h
936         (vsriq_n_p64, vsri_n_p64): Added poly type.
937         (vextq_p64, vext_p64): Likewise.
938         (vceq_p64, vbslq_p64, vbsl_p64): Likewise.
940 2016-11-28  Tamar Christina  <tamar.christina@arm.com>
942         * config/aarch64/aarch64-builtins.c (TYPES_SETREGP): Added poly type.
943         (TYPES_GETREGP): Likewise.
944         (TYPES_SHIFTINSERTP): Likewise.
945         (TYPES_COMBINEP): Likewise.
946         (TYPES_STORE1P): Likewise.
947         * config/aarch64/aarch64-simd-builtins.def
948         (combine): Added poly generator.
949         (get_dregoi): Likewise.
950         (get_dregci): Likewise.
951         (get_dregxi): Likewise.
952         (ssli_n): Likewise.
953         (ld1): Likewise.
954         (st1): Likewise.
955         * config/aarch64/arm_neon.h
956         (poly64x1x2_t, poly64x1x3_t): New.
957         (poly64x1x4_t, poly64x2x2_t): Likewise.
958         (poly64x2x3_t, poly64x2x4_t): Likewise.
959         (poly64x1_t): Likewise.
960         (vcreate_p64, vcombine_p64): Likewise.
961         (vdup_n_p64, vdupq_n_p64): Likewise.
962         (vld2_p64, vld2q_p64): Likewise.
963         (vld3_p64, vld3q_p64): Likewise.
964         (vld4_p64, vld4q_p64): Likewise.
965         (vld2_dup_p64, vld3_dup_p64): Likewise.
966         (vld4_dup_p64, vsli_n_p64): Likewise.
967         (vsliq_n_p64, vst1_p64): Likewise.
968         (vst1q_p64, vst2_p64): Likewise.
969         (vst3_p64, vst4_p64): Likewise.
970         (__aarch64_vdup_lane_p64, __aarch64_vdup_laneq_p64): Likewise.
971         (__aarch64_vdupq_lane_p64, __aarch64_vdupq_laneq_p64): Likewise.
972         (vget_lane_p64, vgetq_lane_p64): Likewise.
973         (vreinterpret_p8_p64, vreinterpretq_p8_p64): Likewise.
974         (vreinterpret_p16_p64, vreinterpretq_p16_p64): Likewise.
975         (vreinterpret_p64_f16, vreinterpret_p64_f64): Likewise.
976         (vreinterpret_p64_s8, vreinterpret_p64_s16): Likewise.
977         (vreinterpret_p64_s32, vreinterpret_p64_s64): Likewise.
978         (vreinterpret_p64_f32, vreinterpret_p64_u8): Likewise.
979         (vreinterpret_p64_u16, vreinterpret_p64_u32): Likewise.
980         (vreinterpret_p64_u64, vreinterpret_p64_p8): Likewise.
981         (vreinterpretq_p64_f64, vreinterpretq_p64_s8): Likewise.
982         (vreinterpretq_p64_s16, vreinterpretq_p64_s32): Likewise.
983         (vreinterpretq_p64_s64, vreinterpretq_p64_f16): Likewise.
984         (vreinterpretq_p64_f32, vreinterpretq_p64_u8): Likewise.
985         (vreinterpretq_p64_u16, vreinterpretq_p64_u32): Likewise.
986         (vreinterpretq_p64_u64, vreinterpretq_p64_p8): Likewise.
987         (vreinterpret_f16_p64, vreinterpretq_f16_p64): Likewise.
988         (vreinterpret_f32_p64, vreinterpretq_f32_p64): Likewise.
989         (vreinterpret_f64_p64, vreinterpretq_f64_p64): Likewise.
990         (vreinterpret_s64_p64, vreinterpretq_s64_p64): Likewise.
991         (vreinterpret_u64_p64, vreinterpretq_u64_p64): Likewise.
992         (vreinterpret_s8_p64, vreinterpretq_s8_p64): Likewise.
993         (vreinterpret_s16_p64, vreinterpret_s32_p64): Likewise.
994         (vreinterpretq_s32_p64, vreinterpret_u8_p64): Likewise.
995         (vreinterpret_u16_p64, vreinterpretq_u16_p64): Likewise.
996         (vreinterpret_u32_p64, vreinterpretq_u32_p64): Likewise.
997         (vset_lane_p64, vsetq_lane_p64): Likewise.
998         (vget_low_p64, vget_high_p64): Likewise.
999         (vcombine_p64, vst2_lane_p64): Likewise.
1000         (vst3_lane_p64, vst4_lane_p64): Likewise.
1001         (vst2q_lane_p64, vst3q_lane_p64): Likewise.
1002         (vst4q_lane_p64, vget_lane_p64): Likewise.
1003         (vget_laneq_p64, vset_lane_p64): Likewise.
1004         (vset_laneq_p64, vcopy_lane_p64): Likewise.
1005         (vcopy_laneq_p64, vdup_n_p64): Likewise.
1006         (vdupq_n_p64, vdup_lane_p64): Likewise.
1007         (vdup_laneq_p64, vld1_p64): Likewise.
1008         (vld1q_p64, vld1_dup_p64): Likewise.
1009         (vld1q_dup_p64, vld1q_dup_p64): Likewise.
1010         (vmov_n_p64, vmovq_n_p64): Likewise.
1011         (vst3q_p64, vst4q_p64): Likewise.
1012         (vld1_lane_p64, vld1q_lane_p64): Likewise.
1013         (vst1_lane_p64, vst1q_lane_p64): Likewise.
1014         (vcopy_laneq_p64, vcopyq_laneq_p64): Likewise.
1015         (vdupq_laneq_p64): Likewise.
1017 2016-11-28  Tamar Christina  <tamar.christina@arm.com>
1019         * config/arm/arm_neon.h (vget_lane_p64): New.
1021 2016-11-28  Iain Sandoe  <iain@codesourcery.com>
1023         PR target/71767
1024         * configure.ac (with_ld64): Use portable method to extract the
1025         major part of the version number.
1026         * configure: Regenerated.
1028 2016-11-28  Jakub Jelinek  <jakub@redhat.com>
1030         * gimple-ssa-sprintf.c (build_intmax_type_nodes): Look at
1031         UINTMAX_TYPE rather than SIZE_TYPE.  Add gcc_unreachable if
1032         intmax_t couldn't be determined.
1033         (format_integer): Make {,u}intmax_type_node no longer static,
1034         initialize them only when needed.  For z and t use
1035         signed_or_unsigned_type_for instead of assuming size_t and
1036         ptrdiff_t have the same precision.
1038         PR lto/78211
1039         * ipa-icf.h (sem_item_optimizer): Add m_classes_vec member.
1040         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Initialize it.
1041         (sem_item_optimizer::~sem_item_optimizer): Traverse m_classes_vec
1042         vector instead of traversing m_classes hash table.  Release
1043         m_classes_vec.
1044         (sem_item_optimizer::read_section, sem_item_optimizer::add_class):
1045         Formatting fixes.
1046         (sem_item_optimizer::get_group_by_hash): When inserting a new group,
1047         add it also to m_classes_vec vector.
1048         (sem_item_optimizer::remove_symtab_node,
1049         sem_item_optimizer::build_hash_based_classes,
1050         sem_item_optimizer::parse_nonsingleton_classes): Formatting fixes.
1051         (sem_item_optimizer::subdivide_classes_by_equality,
1052         sem_item_optimizer::subdivide_classes_by_sensitive_refs,
1053         sem_item_optimizer::verify_classes): Traverse m_classes_vec vector
1054         instead of traversing m_classes hash table.  Formatting fixes.
1055         (sem_item_optimizer::traverse_congruence_split,
1056         sem_item_optimizer::do_congruence_step_for_index,
1057         sem_item_optimizer::do_congruence_step): Formatting fixes.
1058         (sem_item_optimizer::process_cong_reduction): Traverse m_classes_vec
1059         vector instead of traversing m_classes hash table.
1060         (sem_item_optimizer::dump_cong_classes): Likewise.  Formatting fixes.
1061         (sem_item_optimizer::merge_classes): Traverse m_classes_vec vector
1062         instead of traversing m_classes hash table.
1064 2016-11-28  Georg-Johann Lay  <avr@gjlay.de>
1066         * config/avr/avr.c (out_movhi_r_mr) [REG_X + PLUS]: Only SBIW if
1067         X is not unused after.
1069 2016-11-28  Bernd Schmidt  <bschmidt@redhat.com>
1071         PR rtl-optimization/78120
1072         * rtlanal.c (insn_rtx_cost): Revert previous change.
1074 2016-11-28  Georg-Johann Lay  <avr@gjlay.de>
1076         PR 41076
1077         * config/avr/avr.md (SPLIT34): New mode iterator.
1078         (bitop): New code iterator.
1079         (*iorhi3.ashift8-*). New insn-and-split patterns.
1080         (*movhi): Post-reload split reg = 0.
1081         [!MOVW]: Post-reload split reg = reg.
1082         (*mov<mode>) [SI,SF,PSI,SQ,USQ,SA,USA]: Post-reload split reg = reg.
1083         (andhi3, andpsi3, andsi3): Post-reload split reg-reg operations.
1084         (iorhi3, iorpsi3, iorsi3): Same.
1085         (xorhi3, xorpsi3, xorsi3): Same.
1086         * config/avr/avr.c (avr_rtx_costs_1) [IOR && HImode]: Adjust rtx
1087         costs to *iorhi3.ashift8-* patterns.
1089 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1090             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1092         PR target/67710
1093         * config.in: Regenerate
1094         * config/darwin-driver.c (darwin_driver_init): Emit a version string
1095         for the assembler.
1096         * config/darwin.h(ASM_MMACOSX_VERSION_MIN_SPEC): New, new tests.
1097         * config/darwin.opt(asm_macosx_version_min): New.
1098         * config/i386/darwin.h: Handle ASM_MMACOSX_VERSION_MIN_SPEC.
1099         * configure: Regenerate
1100         * configure.ac: Check for mmacosx-version-min handling.
1102 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1104         PR target/57438
1105         * config/i386/i386.c (ix86_code_end): Note that we emitted code
1106         where the function might otherwise appear empty for picbase thunks.
1107         (ix86_output_function_epilogue): If we find a zero-sized function
1108         assume that reaching it is UB and trap.  If we find a trailing label
1109         append a nop.
1110         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): If we
1111         find a zero-sized function assume that reaching it is UB and trap.
1112         If we find a trailing label, append a nop.
1114 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1116         PR target/71767
1117         * config/darwin-sections.def (picbase_thunk_section): New.
1118         * config/darwin.c (darwin_init_sections): Set up picbase thunk
1119         section. (darwin_rodata_section, darwin_objc2_section,
1120         machopic_select_section, darwin_asm_declare_constant_name,
1121         darwin_emit_weak_or_comdat, darwin_function_section): Don’t use
1122         coalesced with newer linkers.
1123         (darwin_override_options): Decide on usage of coalesed sections
1124         on the basis of the target linker version.
1125         * config/darwin.h (MIN_LD64_NO_COAL_SECTS): New.
1126         * config/darwin.opt  (mtarget-linker): New.
1127         * config/i386/i386.c (ix86_code_end): Do not force the thunks into
1128         a coalesced section, instead use a thunks section.
1130 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1132         PR target/71767
1133         * configure.ac (with-ld64): New var, set for Darwin, set on
1134         detection of ld64, gcc_cv_ld64_export_dynamic: New, New test.
1135         * config/darwin.h: Use LD64_HAS_DYNAMIC export. DEF_LD64: New, define.
1136         * config/darwin10.h(DEF_LD64): Update for this target version.
1137         * config/darwin12.h(LINK_GCC_C_SEQUENCE_SPEC): Remove rdynamic test.
1138         (DEF_LD64): Update for this target version.
1139         * configure: Regenerated.
1140         * config.in: Regenerated.
1142 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1144         PR target/71767
1145         * config/darwin.c (imachopic_indirection_name): Make data
1146         section indirections linker-visible.
1147         * config/darwin.h (ASM_GENERATE_INTERNAL_LABEL): Make local
1148         constant labels linker-visible.
1150 2016-11-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1152         * tree.c (build_common_tree_nodes): Initialize ptrdiff_type_node.
1153         (free_lang_data): Remove assignment to ptrdiff_type_node.
1155 2016-11-25  Jakub Jelinek  <jakub@redhat.com>
1157         PR rtl-optimization/78526
1158         * simplify-rtx.c (simplify_immed_subreg): Don't use wi::extract_uhwi
1159         beyond val's precision.
1161         PR rtl-optimization/78527
1162         * combine.c (make_compound_operation_int): Ignore LSHIFTRT with
1163         out of bounds shift count.
1165 2016-11-25  Martin Liska  <mliska@suse.cz>
1167         PR web/71666
1168         * doc/invoke.texi (-fprofile-use): Fix reference to a section
1169         where -fprofile-generate is documented.
1171 2016-11-25  Martin Liska  <mliska@suse.cz>
1173         PR gcov-profile/78086
1174         * coverage.c (build_init_ctor): Don't use priority {cd}tors if
1175         not supported by a target.  Set priority to 100 if possible.
1176         (build_gcov_exit_decl): Likewise.
1178 2016-11-25  Richard Biener  <rguenther@suse.de>
1180         PR ipa/78515
1181         * ipa-prop.c (compute_complex_assign_jump_func): Properly identify
1182         unary, binary and single RHSs.
1183         * tree.def (BIT_INSERT_EXPR): Adjust tree code name.
1185 2016-11-25  Bin Cheng  <bin.cheng@arm.com>
1187         PR middle-end/78507
1188         PR middle-end/78510
1189         PR middle-end/78517
1190         * match.pd ((cond (cmp (convert1? @1) @3) (convert2? @1) @2)): Use
1191         cmp directly, rather than cmp_code.  Initialize code to ERROR_MARK
1192         and set it to result code if transformation is valid.  Use code EQ
1193         directly in last simplification case.
1195 2016-11-25  Richard Biener  <rguenther@suse.de>
1197         * gimple-fold.c (fold_stmt_1): Check may_propagate_copy
1198         before valueizing return stmts.
1200 2016-11-24  Richard Biener  <rguenther@suse.de>
1202         PR tree-optimization/78343
1203         * passes.def: Add CD-DCE pass after loop splitting.
1204         * tree-ssa-dce.c (find_obviously_necessary_stmts): Move
1205         SCEV init/finalize ...
1206         (perform_tree_ssa_dce): ... here.  Deal with being
1207         executed inside the loop pipeline in aggressive mode.
1209 2016-11-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1211         * tree-ssa-math-opts.c (struct symbolic_number): Improve comment.
1213 2016-11-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1215         PR tree-optimization/77673
1216         * tree-ssa-math-opts.c (struct symbolic_number): Add new src field.
1217         (init_symbolic_number): Initialize src field from src parameter.
1218         (perform_symbolic_merge): Select most dominated statement as the
1219         source statement.  Set src field of resulting n structure from the
1220         input src with the lowest address.
1221         (find_bswap_or_nop): Rename source_stmt into ins_stmt.
1222         (bswap_replace): Rename src_stmt into ins_stmt.  Initially get source
1223         of load from src field rather than insertion statement.  Cancel
1224         optimization if statement analyzed is not dominated by the insertion
1225         statement.
1226         (pass_optimize_bswap::execute): Rename src_stmt to ins_stmt.  Compute
1227         dominance information.
1229 2016-11-25  Eric Botcazou  <ebotcazou@adacore.com>
1231         PR ada/67205
1232         * config/mips/mips.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
1234 2016-11-25  Martin Jambor  <mjambor@suse.cz>
1236         PR tree-optimization/70965
1237         * passes.def (pass_build_ssa_passes): Add pass_rebuild_cgraph_edges.
1239 2016-11-24  James Greenahlgh  <james.greenhalgh@arm.com>
1241         PR target/78509
1242         * config/i386/i386.c (i386_excess_precision): Do not return
1243         FLT_EVAL_METHOD_UNPREDICTABLE when "type" is
1244         EXCESS_PRECISION_TYPE_STANDARD.
1245         * target.def (excess_precision): Document that targets should
1246         not return FLT_EVAL_METHOD_UNPREDICTABLE when "type" is
1247         EXCESS_PRECISION_TYPE_STANDARD or EXCESS_PRECISION_TYPE_FAST.
1248         Fix typo in first sentence.
1249         * doc/tm.texi: Regenerate.
1251 2016-11-25  Richard Biener  <rguenther@suse.de>
1253         PR tree-optimization/78396
1254         * tree-vectorizer.c (vectorize_loops): When the if-converted
1255         body contains masked loads or stores do not attempt to
1256         basic-block-vectorize it.
1258 2016-11-25  Richard Sandiford  <richard.sandiford@arm.com>
1259             Alan Hayward  <alan.hayward@arm.com>
1260             David Sherwood  <david.sherwood@arm.com>
1262         * function.h (spill_slot_alignment): Declare.
1263         * function.c (spill_slot_alignment): New function.
1264         * lra-spills.c (slot): Add align and size fields.
1265         (assign_mem_slot): Use them in the call to assign_stack_local.
1266         (add_pseudo_to_slot): Update the fields.
1267         (assign_stack_slot_num_and_sort_pseudos): Initialise the fields.
1269 2016-11-25  Richard Sandiford  <richard.sandiford@arm.com>
1270             Alan Hayward  <alan.hayward@arm.com>
1271             David Sherwood  <david.sherwood@arm.com>
1273         * stor-layout.c (layout_type): Allow the caller to set the mode of
1274         a float type.  Only choose one here if the mode is still VOIDmode.
1275         * tree.c (build_common_tree_nodes): Set the type mode of decimal
1276         floats before calling layout_type.
1277         * config/rs6000/rs6000.c (rs6000_init_builtins): Likewise.
1279 2016-11-25  Richard Sandiford  <richard.sandiford@arm.com>
1281         * tree-tailcall.c (find_tail_calls): Allow calls to reference
1282         local variables if all references are known to be direct.
1284 2016-11-25  Jakub Jelinek  <jakub@redhat.com>
1285             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1287         PR middle-end/78501
1288         * tree-vrp.c (extract_range_basic): Check for ptrdiff_type_node to be
1289         non null and it's precision matches precision of lhs's type.
1291 2016-11-24  Martin Sebor  <msebor@redhat.com>
1293         PR tree-optimization/78476
1294         * gimple-ssa-sprintf.c (struct pass_sprintf_length::call_info):
1295         Add a member.
1296         (handle_gimple_call): Adjust signature.
1297         (try_substitute_return_value): Remove calls to bounded functions
1298         with zero buffer size whose result is known.
1299         (pass_sprintf_length::execute): Adjust call to handle_gimple_call.
1301 2016-11-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1303         * varasm.c (assemble_start_function): Wrap align_log definition in
1304         ASM_OUTPUT_MAX_SKIP_ALIGN.
1306 2016-11-24  Uros Bizjak  <ubizjak@gmail.com>
1308         * config/i386/i386.md (wide AND insn to QImode splitter): Use
1309         explicit mode macros.
1310         (wide OR insn to QImode splitter): Ditto.
1312 2016-11-24  Vladimir Makarov  <vmakarov@redhat.com>
1314         PR rtl-optimization/77541
1315         * lra-constraints.c (struct input_reload): Add field match_p.
1316         (get_reload_reg): Check modes of input reloads to generate unique
1317         value reload pseudo.
1318         (match_reload): Add input reload pseudo for the current insn.
1320 2016-11-24  James Greenhalgh  <james.greenhalgh@arm.com>
1322         * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Update
1323         __FLT_EVAL_METHOD__ and __FLT_EVAL_METHOD_C99__ when we switch
1324         architecture levels.
1325         * config/aarch64/aarch64.c (aarch64_promoted_type): Only promote
1326         the aarch64_fp16_type_node, not all HFmode types.
1327         (aarch64_libgcc_floating_mode_supported_p): Support HFmode.
1328         (aarch64_scalar_mode_supported_p): Likewise.
1329         (aarch64_excess_precision): New.
1330         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Define.
1331         (TARGET_SCALAR_MODE_SUPPORTED_P): Likewise.
1332         (TARGET_C_EXCESS_PRECISION): Likewise.
1334 2016-11-24  James Greenhalgh  <james.greenhalgh@arm.com>
1336         * config/aarch64/aarch64-c.c (aarch64_scalar_mode_supported_p): New.
1337         (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
1339 2016-11-24  James Greenhalgh  <james.greenhalgh@arm.com>
1341         * config/aarch64/aarch64.md (<optab>sihf2): Convert to expand.
1342         (<optab>dihf2): Likewise.
1343         (aarch64_fp16_<optab><mode>hf2): New.
1345 2016-11-24  Alexander Monakov  <amonakov@ispras.ru>
1347         PR target/67822
1348         * config/nvptx/mkoffload.c (main): Allow -fopenmp.
1350 2016-11-24  Eric Botcazou  <ebotcazou@adacore.com>
1352         * common/config/sparc/sparc-common.c (sparc_option_optimization_table):
1353         Enable REE at -O2 and higher.
1354         * config/sparc/sparc.c (sparc_option_override): Disable it by default
1355         in 32-bit mode.
1357 2016-11-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1359         PR target/48863
1360         PR inline-asm/70184
1361         * tree-ssa-ter.c (temp_expr_table): Add reg_vars_cnt field.
1362         (new_temp_expr_table): Initialise reg_vars_cnt.
1363         (free_temp_expr_table): Release reg_vars_cnt.
1364         (process_replaceable): Add reg_vars_cnt argument, set reg_vars_cnt
1365         field of TAB.
1366         (find_replaceable_in_bb): Use the above to record register variable
1367         write occurrences and cancel replacement across them.
1369 2016-11-24  Eric Botcazou  <ebotcazou@adacore.com>
1371         PR rtl-optimization/78437
1372         * ree.c (get_uses): New function.
1373         (combine_reaching_defs): When a copy is needed, return false if any
1374         reaching use of the source register reads it in a mode larger than
1375         the mode it is set in and WORD_REGISTER_OPERATIONS is true.
1377 2016-11-24  Martin Liska  <mliska@suse.cz>
1379         * gimple-pretty-print.c (dump_edge_probability): New function.
1380         (dump_gimple_switch): Dump label edge probabilities.
1381         (dump_gimple_cond): Likewise.
1382         (dump_gimple_label): Dump
1383         (dump_gimple_bb_header): Dump basic block frequency.
1384         (pp_cfg_jump): Replace e->dest argument with e.
1385         (dump_implicit_edges): Likewise.
1386         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at):
1387         Use gimple_bb (at) instead of at->bb.
1389 2016-11-24  Bernd Schmidt  <bschmidt@redhat.com>
1391         * common.opt (flimit-function-alignment): New.
1392         * doc/invoke.texi (-flimit-function-alignment): Document.
1393         * emit-rtl.h (struct rtl_data): Add max_insn_address field.
1394         * final.c (shorten_branches): Set it.
1395         * varasm.c (assemble_start_function): Limit alignment if
1396         requested.
1398 2016-11-24  Richard Biener  <rguenther@suse.de>
1400         PR tree-optimization/71595
1401         * cfgloopmanip.h (remove_path): Add irred_invalidated and
1402         loop_closed_ssa_invalidated parameters, defaulted to NULL.
1403         * cfgloopmanip.c (remove_path): Likewise, pass them along to
1404         called functions.  Only fix irred flags if the caller didn't
1405         request state.
1406         * tree-ssa-loop-ivcanon.c (unloop_loops): Use add_bb_to_loop.
1407         (unloop_loops): Pass irred_invalidated and loop_closed_ssa_invalidated
1408         to remove_path.
1410 2016-11-24  Bernd Schmidt  <bschmidt@redhat.com>
1412         PR rtl-optimization/78120
1413         * ifcvt.c (noce_conversion_profitable_p): Check original cost in all
1414         cases, and additionally test against max_seq_cost for speed
1415         optimization.
1416         (noce_process_if_block): Compute an estimate for the original cost when
1417         optimizing for speed, using the minimum of then and else block costs.
1419         PR rtl-optimization/78120
1420         * rtlanal.c (insn_rtx_cost): Use set_rtx_cost.
1422         PR rtl-optimization/78120
1423         * config/i386/i386.c (ix86_rtx_costs): Fully handle SETs.
1425 2016-11-24  Bin Cheng  <bin.cheng@arm.com>
1427         * match.pd: Refine type conversion in result expr for below pattern:
1428         (cond (cmp (convert1? x) c1) (convert2? x) c2) -> (minmax (x c)).
1430 2016-11-24  Eric Botcazou  <ebotcazou@adacore.com>
1432         PR middle-end/78429
1433         * tree.h (wi::fits_to_boolean_p): New predicate.
1434         (wi::fits_to_tree_p): Use it for boolean types.
1435         * tree.c (int_fits_type_p): Likewise.
1437 2016-11-24  Martin Liska  <mliska@suse.cz>
1439         * print-tree.c (struct bucket): Remove.
1440         (print_node): Add new argument which drives whether a tree node
1441         is printed briefly or not.
1442         (debug_tree): Replace a custom hash table with hash_set<T>.
1443         * print-tree.h (print_node): Add the argument.
1445 2016-11-24  Chung-Lin Tang  <cltang@codesourcery.com>
1447         * config/nios2/nios2.c (nios2_init_libfuncs): Add ATTRIBUTE_UNUSED.
1449 2016-11-23  Peter Bergner  <bergner@vnet.ibm.com>
1451         PR target/78458
1452         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return MODE
1453         if it is at least NREGS wide.
1455 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
1457         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p): For
1458         TARGET_E500_DOUBLE. handle TDmode, TImode and PTImode the same as
1459         TFmode, IFmode and KFmode.
1461 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
1463         * config/rs6000/spe.md (*frob_<SPE64:mode>_ti_8): New insn
1464         pattern.
1466 2016-11-23  Segher Boessenkool  <segher@kernel.crashing.org>
1468         * combine.c (change_zero_ext): Only change the mode of a hard register
1469         destination if can_change_dest_mode holds for that.
1471 2016-11-23  Jeff Law  <law@redhat.com>
1473         * varasm.c (assemble_name): Increase buffer size for name.
1475         * config/spu/spu.md (floatunsdidf2): Remove unused local variable.
1477 2016-11-23  Jakub Kicinski  <jakub.kicinski@netronome.com>
1479         * doc/extend.texi: Constify first argument to __builtin_object_size.
1481 2016-11-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1483         * opth-gen.awk: Use unsigned shifts for bit masks.  Allow all bits
1484         to be used.  Add brackets around macro argument.
1486 2016-11-23  Uros Bizjak  <ubizjak@gmail.com>
1488         * config/i386/i386.md (*<any_or:code>hi_1): Fix operand 2 constraints.
1490 2016-11-23  Jakub Jelinek  <jakub@redhat.com>
1492         PR sanitizer/69278
1493         * opts.c (parse_sanitizer_options): For -fsanitize=undefined,
1494         restore enabling also SANITIZE_UNREACHABLE and SANITIZE_RETURN.
1496 2016-11-23  Jakub Jelinek  <jakub@redhat.com>
1498         PR middle-end/69183
1499         * omp-low.c (build_outer_var_ref): Change lastprivate argument
1500         to code, pass it recursively, adjust uses.  For OMP_CLAUSE_PRIVATE
1501         on worksharing constructs, treat it like clauses on simd construct.
1502         Formatting fix.
1503         (lower_rec_input_clauses): For OMP_CLAUSE_PRIVATE_OUTER_REF pass
1504         OMP_CLAUSE_PRIVATE as last argument to build_outer_var_ref.
1505         (lower_lastprivate_clauses): Pass OMP_CLAUSE_LASTPRIVATE instead
1506         of true as last argument to build_outer_var_ref.
1508 2016-11-23  Uros Bizjak  <ubizjak@gmail.com>
1510         * config/i386/i386.md (*movqi_internal): Calculate mode
1511         attribute of alternatives 7,8,9 depending on TARGET_AVX512DQ.
1512         <TYPE_MSKMOV>: Emit kmovw for MODE_HI insn mode attribute.
1513         (*k<logic><mode>): Calculate mode attribute depending on
1514         TARGET_AVX512DQ.  Emit k<logic>w for MODE_HI insn mode attribute.
1515         (*andqi_1): Calculate mode attribute of alternative 3 depending
1516         on TARGET_AVX512DQ.  Emit kandw for MODE_HI insn mode attribute.
1517         (kandn<mode>): Calculate mode attribute of alternative 2 depending
1518         on TARGET_AVX512DQ.  Emit kandnw for MODE_HI insn mode attribute.
1519         (kxnor<mode>): Merge insn patterns using SWI1248_AVX512BW mode
1520         iterator.  Calculate mode attribute of alternative 1 depending
1521         on TARGET_AVX512DQ.  Emit kxnorw for MODE_HI insn mode attribute.
1522         (*one_cmplqi2_1): Calculate mode attribute of alternative 2 depending
1523         on TARGET_AVX512DQ.  Emit knotw for MODE_HI insn mode attribute.
1525 2016-11-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1527         PR middle-end/78153
1528         * gimple-fold.c (fold_stmt_1): Handle case for GIMPLE_RETURN.
1529         * tree-vrp.c (extract_range_basic): Handle case for
1530         CFN_BUILT_IN_STRLEN.
1532 2016-11-23  Jeff Law  <law@redhat.com>
1534         * config/mcore/mcore.c (emit_new_cond_insn): Fix prototype.
1536         * config/iq2000/iq2000.c (iq2000_rtx_costs): Avoid multiplication
1537         in boolean context warning.
1539         * config/ia64/ia64.c (ia64_emit_insn_before): Fix prototype.
1541 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1543         PR target/63250
1544         * config/arm/arm-builtins.c (arm_simd_floatHF_type_node): Rename to...
1545         (arm_fp16_type_node): ...This, make visibile.
1546         (arm_simd_builtin_std_type): Rename arm_simd_floatHF_type_node to
1547         arm_fp16_type_node.
1548         (arm_init_simd_builtin_types): Likewise.
1549         (arm_init_fp16_builtins): Likewise.
1550         * config/arm/arm.c (arm_excess_precision): New.
1551         (arm_floatn_mode): Likewise.
1552         (TARGET_C_EXCESS_PRECISION): Likewise.
1553         (TARGET_FLOATN_MODE): Likewise.
1554         (arm_promoted_type): Only promote arm_fp16_type_node.
1555         * config/arm/arm.h (arm_fp16_type_node): Declare.
1557 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1559         * config/arm/arm.c (arm_convert_to_type): Delete.
1560         (TARGET_CONVERT_TO_TYPE): Delete.
1561         (arm_init_libfuncs): Enable trunc_optab from DFmode to HFmode.
1562         (arm_libcall_uses_aapcs_base): Add trunc_optab from DF- to HFmode.
1563         * config/arm/arm.h (TARGET_FP16_TO_DOUBLE): New.
1564         * config/arm/arm.md (truncdfhf2): Only convert through SFmode if we
1565         are in fast math mode, and have no single step hardware instruction.
1566         (extendhfdf2): Only expand through SFmode if we don't have a
1567         single-step hardware instruction.
1568         * config/arm/vfp.md (*truncdfhf2): New.
1569         (extendhfdf2): Likewise.
1571 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1573         * targhooks.c (default_floatn_mode): Enable _Float16 if a target
1574         provides HFmode.
1576 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1578         * config/s390/s390.h (TARGET_FLT_EVAL_METHOD): Delete.
1579         * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): Delete.
1580         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Delete.
1581         * defaults.h (TARGET_FLT_EVAL_METHOD): Delete.
1582         * doc/tm.texi.in (TARGET_FLT_EVAL_METHOD): Delete.
1583         * doc/tm.texi: Regenerate.
1584         * system.h (TARGET_FLT_EVAL_METHOD): Poison.
1586 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1588         * toplev.c (init_excess_precision): Delete most logic.
1589         * tree.c (excess_precision_type): Rewrite to use
1590         TARGET_EXCESS_PRECISION.
1591         * doc/invoke.texi (-fexcess-precision): Document behaviour in a
1592         more generic fashion.
1593         * ginclude/float.h: Wrap definition of FLT_EVAL_METHOD in
1594         __STDC_WANT_IEC_60559_TYPES_EXT__.
1596 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1598         * common.opt (fpermitted-flt-eval-methods): New.
1599         * doc/invoke.texi (-fpermitted-flt-eval-methods): Document it.
1600         * flag_types.h (permitted_flt_eval_methods): New.
1602 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1604         * config/m68k/m68k.c (m68k_excess_precision): New.
1605         (TARGET_C_EXCESS_PRECISION): Define.
1607 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1609         * config/s390/s390.c (s390_excess_precision): New.
1610         (TARGET_C_EXCESS_PRECISION): Define.
1612 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1614         * config/i386/i386.c (ix86_excess_precision): New.
1615         (TARGET_C_EXCESS_PRECISION): Define.
1617 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
1619         * target.def (excess_precision): New hook.
1620         * target.h (flt_eval_method): New.
1621         (excess_precision_type): Likewise.
1622         * targhooks.c (default_excess_precision): New.
1623         * targhooks.h (default_excess_precision): New.
1624         * doc/tm.texi.in (TARGET_C_EXCESS_PRECISION): New.
1625         * doc/tm.texi: Regenerate.
1627 2016-11-23  Martin Sebor  <msebor@redhat.com>
1629         PR middle-end/78461
1630         * gimple-ssa-sprintf.c (format_string): Correct the maxima and
1631         set the minimum number of bytes for an unknown string to zero.
1633 2016-11-23  Martin Jambor  <mjambor@suse.cz>
1634             Martin Liska  <mliska@suse.cz>
1636         * hsa-builtins.def: New file.
1637         * Makefile.in (BUILTINS_DEF): Add hsa-builtins.def dependency.
1638         * builtins.def: Include hsa-builtins.def.
1639         (DEF_HSA_BUILTIN): New macro.
1640         * dumpfile.h (OPTGROUP_OPENMP): Define.
1641         * dumpfile.c (optgroup_options): Added OPTGROUP_OPENMP.
1642         * gimple.h (gf_mask): Added elements GF_OMP_FOR_GRID_INTRA_GROUP and
1643         GF_OMP_FOR_GRID_GROUP_ITER.
1644         (gimple_omp_for_grid_phony): Added checking assert.
1645         (gimple_omp_for_set_grid_phony): Likewise.
1646         (gimple_omp_for_grid_intra_group): New function.
1647         (gimple_omp_for_set_grid_intra_group): Likewise.
1648         (gimple_omp_for_grid_group_iter): Likewise.
1649         (gimple_omp_for_set_grid_group_iter): Likewise.
1650         * omp-low.c (check_omp_nesting_restrictions): Allow GRID loop where
1651         previosuly only distribute loop was permitted.
1652         (lower_lastprivate_clauses): Allow non tcc_comparison predicates.
1653         (grid_get_kernel_launch_attributes): Support multiple HSA grid
1654         dimensions.
1655         (grid_expand_omp_for_loop): Likewise and also support standalone
1656         distribute constructs.  New parameter INTRA_GROUP, updated both users.
1657         (grid_expand_target_grid_body): Support standalone distribute
1658         constructs.
1659         (pass_data_expand_omp): Changed optinfo_flags to OPTGROUP_OPENMP.
1660         (pass_data_expand_omp_ssa): Likewise.
1661         (pass_data_omp_device_lower): Likewsie.
1662         (pass_data_lower_omp): Likewise.
1663         (pass_data_diagnose_omp_blocks): Likewise.
1664         (pass_data_oacc_device_lower): Likewise.
1665         (pass_data_omp_target_link): Likewise.
1666         (grid_lastprivate_predicate): New function.
1667         (lower_omp_for_lastprivate): Call grid_lastprivate_predicate for
1668         gridified loops.
1669         (lower_omp_for): Support standalone distribute constructs.
1670         (grid_prop): New type.
1671         (grid_safe_assignment_p): Check for assignments to group_sizes, new
1672         parameter GRID.
1673         (grid_seq_only_contains_local_assignments): New parameter GRID, pass
1674         it to callee.
1675         (grid_find_single_omp_among_assignments_1): Likewise, improve missed
1676         optimization info messages.
1677         (grid_find_single_omp_among_assignments): Likewise.
1678         (grid_find_ungridifiable_statement): Do not bail out for SIMDs.
1679         (grid_parallel_clauses_gridifiable): New function.
1680         (grid_inner_loop_gridifiable_p): Likewise.
1681         (grid_dist_follows_simple_pattern): Likewise.
1682         (grid_gfor_follows_tiling_pattern): Likewise.
1683         (grid_call_permissible_in_distribute_p): Likewise.
1684         (grid_handle_call_in_distribute): Likewise.
1685         (grid_dist_follows_tiling_pattern): Likewise.
1686         (grid_target_follows_gridifiable_pattern): Support standalone
1687         distribute constructs.
1688         (grid_var_segment): New enum.
1689         (grid_mark_variable_segment): New function.
1690         (grid_copy_leading_local_assignments): Call grid_mark_variable_segment
1691         if a new argument says so.
1692         (grid_process_grid_body): New function.
1693         (grid_eliminate_combined_simd_part): Likewise.
1694         (grid_mark_tiling_loops): Likewise.
1695         (grid_mark_tiling_parallels_and_loops): Likewise.
1696         (grid_process_kernel_body_copy): Support standalone distribute
1697         constructs.
1698         (grid_attempt_target_gridification): New grid variable holding overall
1699         gridification state.  Support standalone distribute constructs and
1700         collapse clauses.
1701         * doc/optinfo.texi (Optimization groups): Document OPTGROUP_OPENMP.
1702         * hsa.h (hsa_bb): Add method method append_phi.
1703         (hsa_insn_br): Renamed to hsa_insn_cbr, renamed all
1704         occurences in all files too.
1705         (hsa_insn_br): New class, now the ancestor of hsa_incn_cbr.
1706         (is_a_helper <hsa_insn_br *>::test): New function.
1707         (is_a_helper <hsa_insn_cbr *>::test): Adjust to only cover conditional
1708         branch instructions.
1709         (hsa_insn_signal): Make a direct descendant of
1710         hsa_insn_basic.  Add memorder constructor parameter and
1711         m_memory_order and m_signalop member variables.
1712         (hsa_insn_queue): Changed constructor parameters to common form.
1713         Added m_segment and m_memory_order member variables.
1714         (hsa_summary_t): Add private member function
1715         process_gpu_implementation_attributes.
1716         (hsa_function_summary): Rename m_binded_function to
1717         m_bound_function.
1718         (hsa_insn_basic_p): Remove typedef.
1719         (hsa_op_with_type): Change hsa_insn_basic_p into plain pointers.
1720         (hsa_op_reg_p): Remove typedef.
1721         (hsa_function_representation): Change hsa_op_reg_p into plain
1722         pointers.
1723         (hsa_insn_phi): Removed new and delete operators.
1724         (hsa_insn_br): Likewise.
1725         (hsa_insn_cbr): Likewise.
1726         (hsa_insn_sbr): Likewise.
1727         (hsa_insn_cmp): Likewise.
1728         (hsa_insn_mem): Likewise.
1729         (hsa_insn_atomic): Likewise.
1730         (hsa_insn_signal): Likewise.
1731         (hsa_insn_seg): Likewise.
1732         (hsa_insn_call): Likewise.
1733         (hsa_insn_arg_block): Likewise.
1734         (hsa_insn_comment): Likewise.
1735         (hsa_insn_srctype): Likewise.
1736         (hsa_insn_packed): Likewise.
1737         (hsa_insn_cvt): Likewise.
1738         (hsa_insn_alloca): Likewise.
1739         * hsa.c (hsa_destroy_insn): Also handle instances of hsa_insn_br.
1740         (process_gpu_implementation_attributes): New function.
1741         (link_functions): Move some functionality into it.  Adjust after
1742         renaming m_binded_functions to m_bound_functions.
1743         (hsa_insn_basic::op_output_p): Add BRIG_OPCODE_DEBUGTRAP
1744         to the list of instructions with no output registers.
1745         (get_in_type): Return this if it is a register of
1746         matching size.
1747         (hsa_get_declaration_name): Moved to...
1748         * hsa-gen.c (hsa_get_declaration_name): ...here.  Allocate
1749         temporary string on an obstack instead from ggc.
1750         (query_hsa_grid): Renamed to query_hsa_grid_dim, reimplemented, cut
1751         down to two overloads.
1752         (hsa_allocp_operand_address): Removed.
1753         (hsa_allocp_operand_immed): Likewise.
1754         (hsa_allocp_operand_reg): Likewise.
1755         (hsa_allocp_operand_code_list): Likewise.
1756         (hsa_allocp_operand_operand_list): Likewise.
1757         (hsa_allocp_inst_basic): Likewise.
1758         (hsa_allocp_inst_phi): Likewise.
1759         (hsa_allocp_inst_mem): Likewise.
1760         (hsa_allocp_inst_atomic): Likewise.
1761         (hsa_allocp_inst_signal): Likewise.
1762         (hsa_allocp_inst_seg): Likewise.
1763         (hsa_allocp_inst_cmp): Likewise.
1764         (hsa_allocp_inst_br): Likewise.
1765         (hsa_allocp_inst_sbr): Likewise.
1766         (hsa_allocp_inst_call): Likewise.
1767         (hsa_allocp_inst_arg_block): Likewise.
1768         (hsa_allocp_inst_comment): Likewise.
1769         (hsa_allocp_inst_queue): Likewise.
1770         (hsa_allocp_inst_srctype): Likewise.
1771         (hsa_allocp_inst_packed): Likewise.
1772         (hsa_allocp_inst_cvt): Likewise.
1773         (hsa_allocp_inst_alloca): Likewise.
1774         (hsa_allocp_bb): Likewise.
1775         (hsa_obstack): New.
1776         (hsa_init_data_for_cfun): Initialize obstack.
1777         (hsa_deinit_data_for_cfun): Release memory of the obstack.
1778         (hsa_op_immed::operator new): Use obstack instead of object_allocator.
1779         (hsa_op_reg::operator new): Likewise.
1780         (hsa_op_address::operator new): Likewise.
1781         (hsa_op_code_list::operator new): Likewise.
1782         (hsa_op_operand_list::operator new): Likewise.
1783         (hsa_insn_basic::operator new): Likewise.
1784         (hsa_insn_phi::operator new): Likewise.
1785         (hsa_insn_br::operator new): Likewise.
1786         (hsa_insn_sbr::operator new): Likewise.
1787         (hsa_insn_cmp::operator new): Likewise.
1788         (hsa_insn_mem::operator new): Likewise.
1789         (hsa_insn_atomic::operator new): Likewise.
1790         (hsa_insn_signal::operator new): Likewise.
1791         (hsa_insn_seg::operator new): Likewise.
1792         (hsa_insn_call::operator new): Likewise.
1793         (hsa_insn_arg_block::operator new): Likewise.
1794         (hsa_insn_comment::operator new): Likewise.
1795         (hsa_insn_srctype::operator new): Likewise.
1796         (hsa_insn_packed::operator new): Likewise.
1797         (hsa_insn_cvt::operator new): Likewise.
1798         (hsa_insn_alloca::operator new): Likewise.
1799         (hsa_init_new_bb): Likewise.
1800         (hsa_bb::append_phi): New function.
1801         (gen_hsa_phi_from_gimple_phi): Use it.
1802         (get_symbol_for_decl): Fix dinstinguishing between
1803         global and local functions.  Put local variables into a segment
1804         according to their attribute or static flag, if there is one.
1805         (hsa_insn_br::hsa_insn_br): New.
1806         (hsa_insn_br::operator new): Likewise.
1807         (hsa_insn_cbr::hsa_insn_cbr): Set width via ancestor constructor.
1808         (query_hsa_grid_nodim): New function.
1809         (multiply_grid_dim_characteristics): Likewise.
1810         (gen_get_num_threads): Likewise.
1811         (gen_get_num_teams): Reimplemented.
1812         (gen_get_team_num): Likewise.
1813         (gen_hsa_insns_for_known_library_call): Updated calls to the above
1814         helper functions.
1815         (get_memory_order_name): Removed.
1816         (get_memory_order): Likewise.
1817         (hsa_memorder_from_tree): New function.
1818         (gen_hsa_ternary_atomic_for_builtin): Renamed to
1819         gen_hsa_atomic_for_builtin, can also create signals.
1820         (gen_hsa_insns_for_call): Handle many new builtins.  Adjust to use
1821         hsa_memory_order_from_tree and gen_hsa_atomic_for_builtin.
1822         (hsa_insn_atomic): Fix function comment.
1823         (hsa_insn_signal::hsa_insn_signal): Fix comment.  Update call to
1824         ancestor constructor and initialization of new member variables.
1825         (hsa_insn_queue::hsa_insn_queue): Added initialization of new
1826         member variables.
1827         (hsa_get_host_function): Handle functions with no bound CPU
1828         implementation.  Fix binded to bound.
1829         (get_brig_function_name): Likewise.
1830         (HSA_SORRY_ATV): Remove semicolon after macro.
1831         (HSA_SORRY_AT): Likewise.
1832         (omp_simple_builtin::generate): Add missing semicolons.
1833         (hsa_insn_phi::operator new): Removed.
1834         (hsa_insn_br::operator new): Likewise.
1835         (hsa_insn_cbr::operator new): Likewise.
1836         (hsa_insn_sbr::operator new): Likewise.
1837         (hsa_insn_cmp::operator new): Likewise.
1838         (hsa_insn_mem::operator new): Likewise.
1839         (hsa_insn_atomic::operator new): Likewise.
1840         (hsa_insn_signal::operator new): Likewise.
1841         (hsa_insn_seg::operator new): Likewise.
1842         (hsa_insn_call::operator new): Likewise.
1843         (hsa_insn_arg_block::operator new): Likewise.
1844         (hsa_insn_comment::operator new): Likewise.
1845         (hsa_insn_srctype::operator new): Likewise.
1846         (hsa_insn_packed::operator new): Likewise.
1847         (hsa_insn_cvt::operator new): Likewise.
1848         (hsa_insn_alloca::operator new): Likewise.
1849         (get_symbol_for_decl): Accept CONST_DECLs, put them to
1850         readonly segment.
1851         (gen_hsa_addr): Also process CONST_DECLs.
1852         (gen_hsa_addr_insns): Process CONST_DECLs by creating private
1853         copies.
1854         (gen_hsa_unary_operation): Make sure the function does
1855         not use bittype source type for firstbit and lastbit operations.
1856         (gen_hsa_popcount_to_dest): Make sure the function uses a bittype
1857         source type.
1858         * hsa-brig.c (emit_insn_operands): Cope with zero operands in an
1859         instruction.
1860         (emit_branch_insn): Renamed to emit_cond_branch_insn.
1861         Emit the width stored in the class.
1862         (emit_generic_branch_insn): New function.
1863         (emit_insn): Call emit_generic_branch_insn.
1864         (emit_signal_insn): Remove obsolete comment.  Update
1865         member variable name, pick a type according to profile.
1866         (emit_alloca_insn): Remove obsolete comment.
1867         (emit_atomic_insn): Likewise.
1868         (emit_queue_insn): Get segment and memory order from the IR object.
1869         (hsa_brig_section): Make allocate_new_chunk, chunks
1870         and cur_chunk provate, add a default NULL parameter to add method.
1871         (hsa_brig_section::add): Added a new parameter, store pointer to
1872         output data there if it is non-NULL.
1873         (emit_function_directives): Use this new parameter instead of
1874         calculating the pointer itself, fix function comment.
1875         (hsa_brig_emit_function): Add forgotten endian conversion.
1876         (hsa_output_kernels): Remove unnecessary building of
1877         kernel_dependencies_vector_type.
1878         (emit_immediate_operand): Declare.
1879         (emit_directive_variable): Also emit initializers of CONST_DECLs.
1880         (gen_hsa_insn_for_internal_fn_call): Also handle IFN_RSQRT.
1881         (verify_function_arguments): Properly detect variadic
1882         arguments.
1883         * hsa-dump.c (hsa_width_specifier_name): New function.
1884         (dump_hsa_insn_1): Dump generic branch instructions, update signal
1885         member variable name.  Special dumping for queue objects.
1886         * ipa-hsa.c (process_hsa_functions): Adjust after renaming
1887         m_binded_functions to m_bound_functions.  Copy externally visible flag
1888         to the node.
1889         (ipa_hsa_write_summary): Likewise.
1890         (ipa_hsa_read_section): Likewise.
1892 2016-11-23  Richard Biener  <rguenther@suse.de>
1894         PR tree-optimization/78396
1895         * tree-vectorizer.c (vectorize_loops): If an innermost loop didn't
1896         vectorize try vectorizing an if-converted body using BB vectorization.
1898 2016-11-23  Richard Sandiford  <richard.sandiford@arm.com>
1899             Alan Hayward  <alan.hayward@arm.com>
1900             David Sherwood  <david.sherwood@arm.com>
1902         * rtlanal.c (subreg_get_info): Use more local variables.
1903         Remark that for HARD_REGNO_NREGS_HAS_PADDING, each scalar unit
1904         occupies at least one register.  Assume that full hard registers
1905         have consistent endianness.  Share previously-duplicated if block.
1906         Rework the main handling so that it operates on independently-
1907         addressable YMODE-sized blocks.  Use subreg_size_lowpart_offset
1908         to check lowpart offsets, without trying to find an equivalent
1909         integer mode first.  Handle WORDS_BIG_ENDIAN != REG_WORDS_BIG_ENDIAN
1910         as a final register-endianness correction.
1912 2016-11-23  Segher Boessenkool  <segher@kernel.crashing.org>
1914         PR target/77881
1915         PR bootstrap/78390
1916         PR target/78438
1917         PR bootstrap/78477
1918         * combine.c (make_compound_operation_int): Do not convert a subreg of
1919         a non-constant logical shift right to a zero_extract.  Handle the case
1920         where some zero bits have been shifted into the range covered by that
1921         subreg.
1923 2016-11-23  Richard Sandiford  <richard.sandiford@arm.com>
1924             Alan Hayward  <alan.hayward@arm.com>
1925             David Sherwood  <david.sherwood@arm.com>
1927         * rtl.h (subreg_size_offset_from_lsb): Declare.
1928         (subreg_offset_from_lsb): New function.
1929         (subreg_size_lowpart_offset): Declare.
1930         (subreg_lowpart_offset): Turn into an inline function.
1931         (subreg_size_highpart_offset): Declare.
1932         (subreg_highpart_offset): Turn into an inline function.
1933         * emit-rtl.c (subreg_size_lowpart_offset): New function.
1934         (subreg_size_highpart_offset): Likewise
1935         * rtlanal.c (subreg_size_offset_from_lsb): Likewise.
1937 2016-11-23  Richard Biener  <rguenther@suse.de>
1939         PR tree-optimization/78482
1940         * tree-cfgcleanup.c: Include tree-ssa-loop-niter.h.
1941         (remove_forwarder_block_with_phi): When merging with a loop
1942         header creates a new latch reset number of iteration information
1943         of the loop.
1945 2016-11-23  Eric Botcazou  <ebotcazou@adacore.com>
1947         * config/sparc/sparc.md (*ashrsi3_extend): Rename to...
1948         (*ashrsi3_extend0): ...this.  Accept constant integers.
1949         (*ashrsi3_extend2): Rename to...
1950         (*ashrsi3_extend1): ...this.
1951         (*ashrsi3_extend2): New pattern.
1952         (*lshrsi3_extend1): Accept constant integers.
1953         (*lshrsi3_extend2): Fix condition on operand 2.
1955 2016-11-23  Martin Liska  <mliska@suse.cz>
1957         * config/i386/i386.c: Initialize function pointer to NULL.
1959 2016-11-23  Bin Cheng  <bin.cheng@arm.com>
1961         * fold-const.c (fold_cond_expr_with_comparison): Move simplification
1962         for A == C1 ? A : C2 to below.
1963         * match.pd: Move from above to here:
1964         (cond (eq (convert1? x) c1) (convert2? x) c2)
1965           -> (cond (eq x c1) c1 c2).
1967 2016-11-23  Bin Cheng  <bin.cheng@arm.com>
1969         * fold-const.c (fold_cond_expr_with_comparison): Move simplification
1970         for A cmp C1 ? A : C2 to below, also simplify remaining code.
1971         * match.pd: Move and extend simplification from above to here:
1972         (cond (cmp (convert1? x) c1) (convert2? x) c2) -> (minmax (x c)).
1973         * tree-if-conv.c (ifcvt_follow_ssa_use_edges): New func.
1974         (predicate_scalar_phi): Call fold_stmt using the new valueize func.
1976 2016-11-23  Martin Liska  <mliska@suse.cz>
1977             Martin Jambor  <mjambor@suse.cz>
1979         * doc/install.texi: Remove entry about --with-hsa-kmt-lib.
1981 2016-11-23  Aldy Hernandez  <aldyh@redhat.com>
1983         PR target/78213
1984         * opts.c (finish_options): Set -fsyntax-only if running self tests.
1986 2016-11-23  Richard Biener  <rguenther@suse.de>
1988         PR middle-end/71762
1989         * match.pd ((~X & Y) -> X < Y, (X & ~Y) -> Y < X,
1990         (~X | Y) -> X <= Y, (X | ~Y) -> Y <= X): Remove.
1992 2016-11-23  Richard Biener  <rguenther@suse.de>
1994         PR lto/78472
1995         * tree.c (gimple_canonical_types_compatible_p): Ignore zero-sized
1996         fields.
1998 2016-11-23  Richard Biener  <rguenther@suse.de>
1999             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.rog>
2001         PR tree-optimization/78154
2002         * tree-vrp.c (gimple_stmt_nonzero_warnv_p): Return true if function
2003         returns it's argument and the argument is nonnull.
2004         * builtin-attrs.def: Define ATTR_RETURNS_NONNULL,
2005         ATT_RETNONNULL_NOTHROW_LEAF.
2006         * builtins.def (BUILT_IN_MEMPCPY): Change attribute to
2007         ATTR_RETNONNULL_NOTHROW_LEAF.
2008         (BUILT_IN_STPCPY): Likewise.
2009         (BUILT_IN_STPNCPY): Likewise.
2010         (BUILT_IN_MEMPCPY_CHK): Likewise.
2011         (BUILT_IN_STPCPY_CHK): Likewise.
2012         (BUILT_IN_STPNCPY_CHK): Likewise.
2013         (BUILT_IN_STRCAT): Change attribute to ATTR_RET1_NOTHROW_NONNULL_LEAF.
2014         (BUILT_IN_STRNCAT): Likewise.
2015         (BUILT_IN_STRNCPY): Likewise.
2016         (BUILT_IN_MEMSET_CHK): Likewise.
2017         (BUILT_IN_STRCAT_CHK): Likewise.
2018         (BUILT_IN_STRCPY_CHK): Likewise.
2019         (BUILT_IN_STRNCAT_CHK): Likewise.
2020         (BUILT_IN_STRNCPY_CHK): Likewise.
2022 2016-11-23  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
2024         * fold-const.c (tree_expr_nonzero_p) : Make non-static.
2025         * fold-const.h (tree_expr_nonzero_p) : Declare.
2026         * match.pd (cmp (mult:c @0 @1) (mult:c @2 @1) : New Pattern.
2028 2016-11-23  Paolo Bonzini  <bonzini@gnu.org>
2030         * system.h (HAVE_DESIGNATED_INITIALIZERS,
2031         HAVE_DESIGNATED_UNION_INITIALIZERS): Do not use
2032         "defined" in macros.
2033         * doc/cpp.texi (Defined): Mention -Wexpansion-to-defined.
2034         * doc/cppopts.texi (Invocation): Document -Wexpansion-to-defined.
2035         * doc/invoke.texi (Warning Options): Document -Wexpansion-to-defined.
2037 2016-11-23  Georg-Johann Lay  <avr@gjlay.de>
2039         PR target/60300
2040         * config/avr/constraints.md (Csp): Widen range to [-11..6].
2041         * config/avr/avr.c (avr_prologue_setup_frame): Limit number
2042         of RCALLs in prologue to 3.
2044 2016-11-22  Michael Collison  <michael.collison@arm.com>
2046         * config/aarch64/aarch64-protos.h
2047         (aarch64_and_split_imm1, aarch64_and_split_imm2)
2048         (aarch64_and_bitmask_imm): New prototypes
2049         * config/aarch64/aarch64.c (aarch64_and_split_imm1):
2050         New overloaded function to create bit mask covering the
2051         lowest to highest bits set.
2052         (aarch64_and_split_imm2): New overloaded functions to create bit
2053         mask of zeros between first and last bit set.
2054         (aarch64_and_bitmask_imm): New function to determine if a integer
2055         is a valid two instruction "and" operation.
2056         * config/aarch64/aarch64.md:(and<mode>3): New define_insn and _split
2057         allowing wider range of constants with "and" operations.
2058         * (ior<mode>3, xor<mode>3): Use new LOGICAL2 iterator to prevent
2059         "and" operator from matching restricted constant range used for
2060         ior and xor operators.
2061         * config/aarch64/constraints.md (UsO constraint): New SImode constraint
2062         for constants in "and" operantions.
2063         (UsP constraint): New DImode constraint for constants
2064         in "and" operations.
2065         * config/aarch64/iterators.md (lconst2): New mode iterator.
2066         (LOGICAL2): New code iterator.
2067         * config/aarch64/predicates.md (aarch64_logical_and_immediate): New
2068         predicate.
2069         (aarch64_logical_and_operand): New predicate allowing extended
2070         constants for "and" operations.
2072 2016-11-22  Walter Lee  <walt@tilera.com>
2074         * config/tilegx/tilegx.md (trap): New pattern.
2075         * config/tilepro/tilepro.md (trap): Likewise.
2077 2016-11-22  Walter Lee  <walt@tilera.com>
2079         * config/tilegx/tilegx.md (*zero_extract): Use
2080         define_insn_and_split instead of define_insn; Handle pos + size >
2081         64.
2082         (*sign_extract): Likewise.
2084 2016-11-22  Marek Polacek  <polacek@redhat.com>
2086         PR tree-optimization/78455
2087         * tree-ssa-uninit.c (can_chain_union_be_invalidated_p): Fix typo.
2089 2016-11-22  Ian Lance Taylor  <iant@golang.org>
2091         PR go/78431
2092         PR go/78432
2093         * godump.c (go_format_type): Always pass alignment as 1 when
2094         calling go_append_padding at end of struct/union.
2096 2016-11-22  Jakub Jelinek  <jakub@redhat.com>
2098         PR target/78451
2099         * config/i386/avx512bwintrin.h (_mm512_setzero_qi,
2100         _mm512_setzero_hi): Removed.
2101         (_mm512_maskz_mov_epi16, _mm512_maskz_loadu_epi16,
2102         _mm512_maskz_mov_epi8, _mm512_maskz_loadu_epi8,
2103         _mm512_maskz_broadcastb_epi8, _mm512_maskz_set1_epi8,
2104         _mm512_maskz_broadcastw_epi16, _mm512_maskz_set1_epi16,
2105         _mm512_mulhrs_epi16, _mm512_maskz_mulhrs_epi16, _mm512_mulhi_epi16,
2106         _mm512_maskz_mulhi_epi16, _mm512_mulhi_epu16,
2107         _mm512_maskz_mulhi_epu16, _mm512_maskz_mullo_epi16,
2108         _mm512_cvtepi8_epi16, _mm512_maskz_cvtepi8_epi16, _mm512_cvtepu8_epi16,
2109         _mm512_maskz_cvtepu8_epi16, _mm512_permutexvar_epi16,
2110         _mm512_maskz_permutexvar_epi16, _mm512_avg_epu8, _mm512_maskz_avg_epu8,
2111         _mm512_maskz_add_epi8, _mm512_maskz_sub_epi8, _mm512_avg_epu16,
2112         _mm512_maskz_avg_epu16, _mm512_subs_epi8, _mm512_maskz_subs_epi8,
2113         _mm512_subs_epu8, _mm512_maskz_subs_epu8, _mm512_adds_epi8,
2114         _mm512_maskz_adds_epi8, _mm512_adds_epu8, _mm512_maskz_adds_epu8,
2115         _mm512_maskz_sub_epi16, _mm512_subs_epi16, _mm512_maskz_subs_epi16,
2116         _mm512_subs_epu16, _mm512_maskz_subs_epu16, _mm512_maskz_add_epi16,
2117         _mm512_adds_epi16, _mm512_maskz_adds_epi16, _mm512_adds_epu16,
2118         _mm512_maskz_adds_epu16, _mm512_srl_epi16, _mm512_maskz_srl_epi16,
2119         _mm512_packs_epi16, _mm512_sll_epi16, _mm512_maskz_sll_epi16,
2120         _mm512_maddubs_epi16, _mm512_maskz_maddubs_epi16, _mm512_unpackhi_epi8,
2121         _mm512_maskz_unpackhi_epi8, _mm512_unpackhi_epi16,
2122         _mm512_maskz_unpackhi_epi16, _mm512_unpacklo_epi8,
2123         _mm512_maskz_unpacklo_epi8, _mm512_unpacklo_epi16,
2124         _mm512_maskz_unpacklo_epi16, _mm512_shuffle_epi8,
2125         _mm512_maskz_shuffle_epi8, _mm512_min_epu16, _mm512_maskz_min_epu16,
2126         _mm512_min_epi16, _mm512_maskz_min_epi16, _mm512_max_epu8,
2127         _mm512_maskz_max_epu8, _mm512_max_epi8, _mm512_maskz_max_epi8,
2128         _mm512_min_epu8, _mm512_maskz_min_epu8, _mm512_min_epi8,
2129         _mm512_maskz_min_epi8, _mm512_max_epi16, _mm512_maskz_max_epi16,
2130         _mm512_max_epu16, _mm512_maskz_max_epu16, _mm512_sra_epi16,
2131         _mm512_maskz_sra_epi16, _mm512_srav_epi16, _mm512_maskz_srav_epi16,
2132         _mm512_srlv_epi16, _mm512_maskz_srlv_epi16, _mm512_sllv_epi16,
2133         _mm512_maskz_sllv_epi16, _mm512_maskz_packs_epi16, _mm512_packus_epi16,
2134         _mm512_maskz_packus_epi16, _mm512_abs_epi8, _mm512_maskz_abs_epi8,
2135         _mm512_abs_epi16, _mm512_maskz_abs_epi16, _mm512_dbsad_epu8,
2136         _mm512_maskz_dbsad_epu8, _mm512_srli_epi16, _mm512_maskz_srli_epi16,
2137         _mm512_slli_epi16, _mm512_maskz_slli_epi16, _mm512_shufflehi_epi16,
2138         _mm512_maskz_shufflehi_epi16, _mm512_shufflelo_epi16,
2139         _mm512_maskz_shufflelo_epi16, _mm512_srai_epi16,
2140         _mm512_maskz_srai_epi16, _mm512_packs_epi32,
2141         _mm512_maskz_packs_epi32, _mm512_packus_epi32,
2142         _mm512_maskz_packus_epi32): Use _mm512_setzero_si512 instead of
2143         _mm512_setzero_qi or _mm512_setzero_hi.
2144         (_mm512_maskz_alignr_epi8, _mm512_dbsad_epu8,
2145         _mm512_maskz_dbsad_epu8): Formatting fixes.
2146         (_mm512_srli_epi16, _mm512_maskz_srli_epi16, _mm512_slli_epi16,
2147         _mm512_maskz_slli_epi16, _mm512_shufflehi_epi16,
2148         _mm512_maskz_shufflehi_epi16, _mm512_shufflelo_epi16,
2149         _mm512_maskz_shufflelo_epi16, _mm512_srai_epi16,
2150         _mm512_maskz_srai_epi16): Use _mm512_setzero_si512 instead of
2151         _mm512_setzero_qi or _mm512_setzero_hi.
2153 2016-11-22  Nathan Sidwell  <nathan@acm.org>
2155         * gcc-ar.c (main): Fix indentation.
2156         * gcov-io.c (gcov_write_summary): Remove extraneous {...}
2157         * ggc-page.c (move_ptes_to_front): Fix formatting.
2158         * hsa-dump.c (dump_has_cfun): Fix indentation.
2159         * sel-sched-ir.h: Remove trailing blank lines.
2161 2016-11-22  Jakub Jelinek  <jakub@redhat.com>
2162             Alexander Monakov  <amonakov@ispras.ru>
2164         * internal-fn.c (expand_GOMP_USE_SIMT): New function.
2165         * tree.c (omp_clause_num_ops): OMP_CLAUSE__SIMT_ has 0 operands.
2166         (omp_clause_code_name): Add _simt_ name.
2167         (walk_tree_1): Handle OMP_CLAUSE__SIMT_.
2168         * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SIMT_.
2169         * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE__SIMT_.
2170         (scan_omp_simd): New function.
2171         (scan_omp_1_stmt): Use it in target regions if needed.
2172         (omp_max_vf): Don't max with omp_max_simt_vf.
2173         (lower_rec_simd_input_clauses): Use omp_max_simt_vf if
2174         OMP_CLAUSE__SIMT_ is present.
2175         (lower_rec_input_clauses): Compute maybe_simt from presence of
2176         OMP_CLAUSE__SIMT_.
2177         (lower_lastprivate_clauses): Likewise.
2178         (expand_omp_simd): Likewise.  Remove explicit offloaded region check.
2179         (execute_omp_device_lower): Lower IFN_GOMP_USE_SIMT.
2180         * internal-fn.def (GOMP_USE_SIMT): New internal function.
2181         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__SIMT_.
2183 2016-11-22  Alexander Monakov  <amonakov@ispras.ru>
2185         * internal-fn.c (expand_GOMP_SIMT_LANE): New.
2186         (expand_GOMP_SIMT_VF): New.
2187         (expand_GOMP_SIMT_LAST_LANE): New.
2188         (expand_GOMP_SIMT_ORDERED_PRED): New.
2189         (expand_GOMP_SIMT_VOTE_ANY): New.
2190         (expand_GOMP_SIMT_XCHG_BFLY): New.
2191         (expand_GOMP_SIMT_XCHG_IDX): New.
2192         * internal-fn.def (GOMP_SIMT_LANE): New.
2193         (GOMP_SIMT_VF): New.
2194         (GOMP_SIMT_LAST_LANE): New.
2195         (GOMP_SIMT_ORDERED_PRED): New.
2196         (GOMP_SIMT_VOTE_ANY): New.
2197         (GOMP_SIMT_XCHG_BFLY): New.
2198         (GOMP_SIMT_XCHG_IDX): New.
2199         * omp-low.c (omp_maybe_offloaded_ctx): New, outlined from...
2200         (create_omp_child_function): ...here.  Set "omp target entrypoint"
2201         or "omp declare target" attribute based on is_gimple_omp_offloaded.
2202         (omp_max_simt_vf): New.  Use it...
2203         (omp_max_vf): ...here.
2204         (lower_rec_input_clauses): Add reduction lowering for SIMT execution.
2205         (lower_lastprivate_clauses): Likewise, for "lastprivate" lowering.
2206         (lower_omp_ordered): Likewise, for "ordered" lowering.
2207         (expand_omp_simd): Add SIMT transforms.
2208         (pass_data_lower_omp): Add PROP_gimple_lomp_dev.
2209         (execute_omp_device_lower): New.
2210         (pass_data_omp_device_lower): New.
2211         (pass_omp_device_lower): New pass.
2212         (make_pass_omp_device_lower): New.
2213         * passes.def (pass_omp_device_lower): Position new pass.
2214         * tree-pass.h (PROP_gimple_lomp_dev): Define.
2215         (make_pass_omp_device_lower): Declare.
2217 2016-11-22  Jakub Jelinek  <jakub@redhat.com>
2219         PR target/78451
2220         * config/i386/avx512vlintrin.h (_mm_setzero_di): Removed.
2221         (_mm_maskz_mov_epi64): Use _mm_setzero_si128 instead of
2222         _mm_setzero_di.
2223         (_mm_maskz_load_epi64): Likewise.
2224         (_mm_setzero_hi): Removed.
2225         (_mm_maskz_loadu_epi64): Use _mm_setzero_si128 instead of
2226         _mm_setzero_di.
2227         (_mm_abs_epi64, _mm_maskz_abs_epi64, _mm_maskz_srl_epi64,
2228         _mm_maskz_unpackhi_epi64, _mm_maskz_unpacklo_epi64,
2229         _mm_maskz_compress_epi64, _mm_srav_epi64, _mm_maskz_srav_epi64,
2230         _mm_maskz_sllv_epi64, _mm_maskz_srlv_epi64, _mm_rolv_epi64,
2231         _mm_maskz_rolv_epi64, _mm_rorv_epi64, _mm_maskz_rorv_epi64,
2232         _mm_min_epi64, _mm_max_epi64, _mm_max_epu64, _mm_min_epu64,
2233         _mm_lzcnt_epi64, _mm_maskz_lzcnt_epi64, _mm_conflict_epi64,
2234         _mm_maskz_conflict_epi64, _mm_sra_epi64, _mm_maskz_sra_epi64,
2235         _mm_maskz_sll_epi64, _mm_rol_epi64, _mm_maskz_rol_epi64,
2236         _mm_ror_epi64, _mm_maskz_ror_epi64, _mm_alignr_epi64,
2237         _mm_maskz_alignr_epi64, _mm_srai_epi64, _mm_maskz_slli_epi64):
2238         Likewise.
2239         (_mm_cvtepi32_epi8, _mm256_cvtepi32_epi8, _mm_cvtsepi32_epi8,
2240         _mm256_cvtsepi32_epi8, _mm_cvtusepi32_epi8, _mm256_cvtusepi32_epi8,
2241         _mm_cvtepi32_epi16, _mm256_cvtepi32_epi16, _mm_cvtsepi32_epi16,
2242         _mm256_cvtsepi32_epi16, _mm_cvtusepi32_epi16, _mm256_cvtusepi32_epi16,
2243         _mm_cvtepi64_epi8, _mm256_cvtepi64_epi8, _mm_cvtsepi64_epi8,
2244         _mm256_cvtsepi64_epi8, _mm_cvtusepi64_epi8, _mm256_cvtusepi64_epi8,
2245         _mm_cvtepi64_epi16, _mm256_cvtepi64_epi16, _mm_cvtsepi64_epi16,
2246         _mm256_cvtsepi64_epi16, _mm_cvtusepi64_epi16, _mm256_cvtusepi64_epi16,
2247         _mm_cvtepi64_epi32, _mm256_cvtepi64_epi32, _mm_cvtsepi64_epi32,
2248         _mm256_cvtsepi64_epi32, _mm_cvtusepi64_epi32, _mm256_cvtusepi64_epi32,
2249         _mm_maskz_set1_epi32, _mm_maskz_set1_epi64): Formatting fixes.
2250         (_mm_maskz_cvtps_ph, _mm256_maskz_cvtps_ph): Use _mm_setzero_si128
2251         instead of _mm_setzero_hi.
2252         (_mm256_permutex_pd, _mm256_maskz_permutex_epi64, _mm256_insertf32x4,
2253         _mm256_maskz_insertf32x4, _mm256_inserti32x4, _mm256_maskz_inserti32x4,
2254         _mm256_extractf32x4_ps, _mm256_maskz_extractf32x4_ps,
2255         _mm256_shuffle_i32x4, _mm256_maskz_shuffle_i32x4, _mm256_shuffle_f64x2,
2256         _mm256_maskz_shuffle_f64x2, _mm256_shuffle_f32x4,
2257         _mm256_maskz_shuffle_f32x4, _mm256_maskz_shuffle_pd,
2258         _mm_maskz_shuffle_pd, _mm256_maskz_shuffle_ps, _mm_maskz_shuffle_ps,
2259         _mm256_maskz_srli_epi32, _mm_maskz_srli_epi32, _mm_maskz_srli_epi64,
2260         _mm256_mask_slli_epi32, _mm256_maskz_slli_epi32, _mm256_mask_slli_epi64,
2261         _mm256_maskz_slli_epi64, _mm256_roundscale_ps,
2262         _mm256_maskz_roundscale_ps, _mm256_roundscale_pd,
2263         _mm256_maskz_roundscale_pd, _mm_roundscale_ps, _mm_maskz_roundscale_ps,
2264         _mm_roundscale_pd, _mm_maskz_roundscale_pd, _mm256_getmant_ps,
2265         _mm256_maskz_getmant_ps, _mm_getmant_ps, _mm_maskz_getmant_ps,
2266         _mm256_getmant_pd, _mm256_maskz_getmant_pd, _mm_getmant_pd,
2267         _mm_maskz_getmant_pd, _mm256_maskz_shuffle_epi32,
2268         _mm_maskz_shuffle_epi32, _mm256_rol_epi32, _mm256_maskz_rol_epi32,
2269         _mm_rol_epi32, _mm_maskz_rol_epi32, _mm256_ror_epi32,
2270         _mm256_maskz_ror_epi32, _mm_ror_epi32, _mm_maskz_ror_epi32,
2271         _mm_maskz_alignr_epi32, _mm_maskz_alignr_epi64,
2272         _mm256_maskz_srai_epi32, _mm_maskz_srai_epi32, _mm_srai_epi64,
2273         _mm_maskz_srai_epi64, _mm256_maskz_permutex_pd,
2274         _mm256_maskz_permute_pd, _mm256_maskz_permute_ps, _mm_maskz_permute_pd,
2275         _mm_maskz_permute_ps, _mm256_permutexvar_ps): Formatting fixes.
2276         (_mm_maskz_slli_epi64, _mm_rol_epi64, _mm_maskz_rol_epi64,
2277         _mm_ror_epi64, _mm_maskz_ror_epi64): Use _mm_setzero_si128 instead of
2278         _mm_setzero_di.
2279         (_mm_maskz_cvtps_ph, _mm256_maskz_cvtps_ph): Use _mm_setzero_si128
2280         instead of _mm_setzero_hi.
2281         * config/i386/avx512dqintrin.h (_mm512_broadcast_f64x2,
2282         _mm512_broadcast_i64x2, _mm512_broadcast_f32x2, _mm512_broadcast_i32x2,
2283         _mm512_broadcast_f32x8, _mm512_broadcast_i32x8): Formatting fixes.
2284         (_mm512_extracti64x2_epi64, _mm512_maskz_extracti64x2_epi64): Use
2285         _mm_setzero_si128 instead of _mm_setzero_di.
2286         (_mm512_cvtt_roundpd_epi64, _mm512_mask_cvtt_roundpd_epi64,
2287         _mm512_maskz_cvtt_roundpd_epi64, _mm512_cvtt_roundpd_epu64,
2288         _mm512_mask_cvtt_roundpd_epu64, _mm512_maskz_cvtt_roundpd_epu64,
2289         _mm512_cvtt_roundps_epi64, _mm512_mask_cvtt_roundps_epi64,
2290         _mm512_maskz_cvtt_roundps_epi64, _mm512_cvtt_roundps_epu64,
2291         _mm512_mask_cvtt_roundps_epu64, _mm512_maskz_cvtt_roundps_epu64,
2292         _mm512_cvt_roundpd_epi64, _mm512_mask_cvt_roundpd_epi64,
2293         _mm512_maskz_cvt_roundpd_epi64, _mm512_cvt_roundpd_epu64,
2294         _mm512_mask_cvt_roundpd_epu64, _mm512_maskz_cvt_roundpd_epu64,
2295         _mm512_cvt_roundps_epi64, _mm512_mask_cvt_roundps_epi64,
2296         _mm512_maskz_cvt_roundps_epi64, _mm512_cvt_roundps_epu64,
2297         _mm512_mask_cvt_roundps_epu64, _mm512_maskz_cvt_roundps_epu64,
2298         _mm512_cvt_roundepi64_ps, _mm512_mask_cvt_roundepi64_ps,
2299         _mm512_maskz_cvt_roundepi64_ps, _mm512_cvt_roundepu64_ps,
2300         _mm512_mask_cvt_roundepu64_ps, _mm512_maskz_cvt_roundepu64_ps,
2301         _mm512_cvt_roundepi64_pd, _mm512_mask_cvt_roundepi64_pd,
2302         _mm512_maskz_cvt_roundepi64_pd, _mm512_cvt_roundepu64_pd,
2303         _mm512_mask_cvt_roundepu64_pd, _mm512_maskz_cvt_roundepu64_pd,
2304         _mm512_reduce_pd, _mm512_maskz_reduce_pd, _mm512_reduce_ps,
2305         _mm512_maskz_reduce_ps, _mm512_extractf32x8_ps,
2306         _mm512_maskz_extractf32x8_ps, _mm512_extractf64x2_pd,
2307         _mm512_maskz_extractf64x2_pd, _mm512_extracti32x8_epi32,
2308         _mm512_maskz_extracti32x8_epi32, _mm512_range_pd,
2309         _mm512_maskz_range_pd, _mm512_range_ps, _mm512_maskz_range_ps,
2310         _mm512_range_round_pd, _mm512_maskz_range_round_pd,
2311         _mm512_range_round_ps, _mm512_maskz_range_round_ps,
2312         _mm512_maskz_insertf64x2, _mm512_insertf32x8,
2313         _mm512_maskz_insertf32x8): Formatting fixes.
2314         (_mm512_extracti64x2_epi64, _mm512_maskz_extracti64x2_epi64): Use
2315         _mm_setzero_si128 instead of _mm_setzero_di.
2316         * config/i386/avx512vldqintrin.h (_mm_cvttpd_epi64,
2317         _mm_cvttpd_epu64, _mm_cvtpd_epi64, _mm_cvtpd_epu64,
2318         _mm_cvttps_epi64, _mm_maskz_cvttps_epi64, _mm_cvttps_epu64,
2319         _mm_maskz_cvttps_epu64, _mm_maskz_mullo_epi64, _mm_cvtps_epi64,
2320         _mm_maskz_cvtps_epi64, _mm_cvtps_epu64, _mm_maskz_cvtps_epu64,
2321         _mm256_extracti64x2_epi64, _mm256_maskz_extracti64x2_epi64): Use
2322         _mm_setzero_si128 instead of _mm_setzero_di.
2323         (_mm256_extracti64x2_epi64, _mm256_maskz_extracti64x2_epi64):
2324         Likewise in macros.
2325         * config/i386/avx512vlbwintrin.h (_mm_maskz_mov_epi8,
2326         _mm_maskz_loadu_epi16, _mm_maskz_mov_epi16, _mm_maskz_loadu_epi8,
2327         _mm_permutexvar_epi16, _mm_maskz_maddubs_epi16): Use
2328         _mm_setzero_si128 instead of _mm_setzero_hi.
2329         (_mm_maskz_min_epu16, _mm_maskz_max_epu8, _mm_maskz_max_epi8,
2330         _mm_maskz_min_epu8, _mm_maskz_min_epi8, _mm_maskz_max_epi16,
2331         _mm_maskz_max_epu16, _mm_maskz_min_epi16): Use _mm_setzero_si128
2332         instead of _mm_setzero_di.
2333         (_mm_dbsad_epu8, _mm_maskz_shufflehi_epi16,
2334         _mm_maskz_shufflelo_epi16): Use _mm_setzero_si128 instead of
2335         _mm_setzero_hi.
2336         (_mm_maskz_shufflehi_epi16, _mm_maskz_shufflelo_epi16,
2337         _mm_maskz_slli_epi16): Use _mm_setzero_si128 instead of
2338         _mm_setzero_hi.
2339         (_mm_maskz_alignr_epi8): Use _mm_setzero_si128 instead of
2340         _mm_setzero_di.
2341         (_mm_maskz_mulhi_epi16, _mm_maskz_mulhi_epu16, _mm_maskz_mulhrs_epi16,
2342         _mm_maskz_mullo_epi16, _mm_srav_epi16, _mm_srlv_epi16,
2343         _mm_sllv_epi16): Use _mm_setzero_si128 instead of _mm_setzero_hi.
2345 2016-11-22  Carl Love  <cel@us.ibm.com>
2347         * config/rs6000/rs6000-c.c: Add built-in support for vector compare
2348         equal and vector compare not equal.  The vector compares take two
2349         arguments of type vector bool char, vector bool short, vector bool int,
2350         vector bool long long with the same return type.
2351         * doc/extend.texi: Update built-in documentation file for the new
2352         powerpc built-ins.
2354 2016-11-22  Uros Bizjak  <ubizjak@gmail.com>
2356         * Makefile.in ($(lang_checks_parallelized)): Fix detection
2357         of -j argument.
2359 2016-11-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2361         * config.gcc: Allow new rmprofile value for configure option
2362         --with-multilib-list.
2363         * config/arm/t-rmprofile: New file.
2364         * doc/install.texi (--with-multilib-list): Document new rmprofile value
2365         for ARM.
2367 2016-11-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2369         PR target/78439
2370         * config/arm/vfp.md (*movdi_vfp_cortexa8): Use 'q' constraints for the
2371         register operand in alternatives 4,5,6.
2373 2016-11-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2375         PR target/77904
2376         * config/arm/arm.c (thumb1_compute_save_reg_mask): Mark frame pointer
2377         in save register mask if it is needed.
2379 2016-11-22  Jakub Jelinek  <jakub@redhat.com>
2381         PR tree-optimization/78436
2382         * gimple-ssa-store-merging.c (zero_char_buf): Removed.
2383         (shift_bytes_in_array, shift_bytes_in_array_right,
2384         merged_store_group::apply_stores): Formatting fixes.
2385         (clear_bit_region): Likewise.  Use memset.
2386         (encode_tree_to_bitpos): Formatting fixes.  Fix comment typos - EPXR
2387         instead of EXPR and inerted instead of inserted.  Use memset instead
2388         of zero_char_buf.  For !BYTES_BIG_ENDIAN decrease byte_size by 1
2389         if shift_amnt is 0.
2391         PR middle-end/78416
2392         * expmed.c (expand_divmod): Use wide_int for computation of
2393         op1_is_pow2.  Don't set it if op1 is 0.  Formatting fixes.
2394         Use size <= HOST_BITS_PER_WIDE_INT instead of
2395         HOST_BITS_PER_WIDE_INT >= size.
2397         PR tree-optimization/78445
2398         * tree-if-conv.c (tree_if_conversion): If any_pred_load_store or
2399         any_complicated_phi, version loop even if flag_tree_loop_if_convert
2400         is 1.  Formatting fix.
2402 2016-11-22  Martin Liska  <mliska@suse.cz>
2404         PR ipa/78309
2405         * ipa-icf.c (void sem_item::set_hash): Update m_hash_set.
2406         (sem_function::get_hash): Use the new field.
2407         (sem_function::parse): Remove an argument from ctor.
2408         (sem_variable::parse): Likewise.
2409         (sem_variable::get_hash): Use the new field.
2410         (sem_item_optimizer::read_section): Use new ctor and set hash.
2411         * ipa-icf.h: _hash is removed from sem_item::sem_item,
2412         sem_variable::sem_variable, sem_function::sem_function.
2414 2016-11-21  Jeff Law  <law@redhat.com>
2416         PR target/68538
2417         * config/cris/cris.md: Don't call copy_to_mode_reg unless
2418         can_create_pseudo_p is true.
2420 2016-11-21  Segher Boessenkool  <segher@kernel.crashing.org>
2422         PR target/68803
2423         * config/rs6000/rs6000.md (*rotlsi3_insert_5, *rotldi3_insert_6,
2424         *rotldi3_insert_7): New define_insns.
2426 2016-11-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
2428         * config/rs6000/rs6000.md (movdi_internal32): Change constraints
2429         so that DImode can be allocated to FP/vector registers in more
2430         cases, and we can avoid direct move operations.  If the register
2431         needs reloading, prefer GPRs over FP/vector registers.  In the
2432         case of FPR vs. Altivec registers, prefer FPR registers unless we
2433         have the ISA 3.0 reg+offset scalar instructions.
2434         (movdi_internal64): Likewise.
2436 2016-11-21  Jakub Jelinek  <jakub@redhat.com>
2438         PR middle-end/67335
2439         * omp-simd-clone.c (simd_clone_adjust_argument_types): Use NULL prefix
2440         for tmp simd array if DECL_NAME (parm) is NULL.
2442 2016-11-20  Jeff Law  <law@redhat.com>
2444         PR target/25128
2445         * config/m68k/predicates.md (swap_peephole_relational_operator): New
2446         predicate.
2447         * config/m68k/m68k.md (relational tests against 65535/65536): New
2448         peephole2.
2450 2016-11-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2452         * tree-ssa-loop-prefetch.c: Delete FIXME after the includes.
2454 2016-11-21  Martin Sebor  <msebor@redhat.com>
2456         * doc/invoke.texi (-fprintf-return-value): Document that option
2457         is enabled by default.
2459 2016-11-21  Georg-Johann Lay  <avr@gjlay.de>
2461         * config/avr/avr-c.c (avr_register_target_pragmas): Use C++
2462         for-loop declaration of loop variable.
2463         (avr_register_target_pragmas, avr_cpu_cpp_builtins): Same.
2464         * config/avr/avr.c (avr_popcount_each_byte)
2465         (avr_init_expanders, avr_regs_to_save, sequent_regs_live)
2466         (get_sequence_length, avr_prologue_setup_frame, avr_map_metric)
2467         (avr_expand_epilogue, avr_function_arg_advance)
2468         (avr_out_compare, avr_out_plus_1, avr_out_bitop, avr_out_fract)
2469         (avr_rotate_bytes, _reg_unused_after, avr_assemble_integer)
2470         (avr_adjust_reg_alloc_order, output_reload_in_const)
2471         (avr_conditional_register_usage, avr_find_unused_d_reg)
2472         (avr_map_decompose, avr_fold_builtin): Same.
2474 2016-11-21  Georg-Johann Lay  <avr@gjlay.de>
2476         * config/avr/avr.c (avr_popcount): Remove static function.
2477         (avr_popcount_each_byte, avr_out_bitop): Use popcount_hwi instead.
2479 2016-11-21  Richard Earnshaw  <rearnsha@arm.com>
2481         * arm.opt (mapcs-float): Delete option.
2482         * arm.c (arm_option_override): Remove hunk relating to
2483         TARGET_APCS_FLOAT.
2484         * doc/invoke.texi (arm options): Remove documentation for -mapcs-float.
2486 2016-11-21  Richard Sandiford  <richard.sandiford@arm.com>
2488         * tree-tailcall.c (process_assignment): Simplify the check for
2489         a valid copy, allowing the source to be a local variable as
2490         well as an SSA name.
2491         (find_tail_calls): Allow copies between local variables to follow
2492         the call.  Allow the result to be stored in any local variable,
2493         even if it's an aggregate.
2494         (eliminate_tail_call): Check whether the result is an SSA name
2495         before updating its SSA_NAME_DEF_STMT.
2497 2016-11-21  David Malcolm  <dmalcolm@redhat.com>
2499         PR preprocessor/78324
2500         * input.c (get_substring_ranges_for_loc): Fail gracefully if
2501         -ftrack-macro-expansion has a value other than 2.
2503 2016-11-21  Segher Boessenkool  <segher@kernel.crashing.org>
2505         PR rtl-optimization/78400
2506         * shrink-wrap.c (try_shrink_wrapping_separate): Call
2507         df_update_entry_exit_and_calls instead of df_update_entry_block_defs
2508         and df_update_exit_block_uses.
2510 2016-11-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2512         PR c++/71973
2513         * doc/invoke.texi (-Wno-builtin-declaration-mismatch): Document the
2514         new default-enabled warning..
2515         * builtin-types.def (BT_CONST_TM_PTR): New primitive type.
2516         (BT_PTR_CONST_STRING): Updated.
2517         (BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR): Removed.
2518         (BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_TM_PTR): New function type.
2519         * builtins.def (DEF_TM_BUILTIN): Disable BOTH_P for TM builtins.
2520         (strftime): Update builtin function.
2521         * tree-core.h (TI_CONST_TM_PTR_TYPE): New enum value.
2522         * tree.h (const_tm_ptr_type_node): New type node.
2523         * tree.c (free_lang_data, build_common_tree_nodes): Initialize
2524         const_tm_ptr_type_node.
2526 2016-11-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2528         PR tree-optimization/78413
2529         * tree-if-conv.c (versionable_outer_loop_p): Require that both
2530         inner and outer loop latches have single predecessors.
2532 2016-11-21  Georg-Johann Lay  <avr@gjlay.de>
2534         PR target/78093
2535         * config/avr/avr.c (avr_decl_maybe_lds_p): New static function.
2536         (avr_encode_section_info) [TARGET_ABSDATA && AVR_TINY]: Use it.
2538 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2540         * rtl.h: Adjust prototype.
2541         * rtlanal.c (dead_or_set_p): Change argument type to rtx_insn *.
2542         (dead_or_set_regno_p): Likewise.
2544 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2546         * rtl.h: Adjust prototype.
2547         * rtlanal.c (add_int_reg_note): Change argument type to rtx_insn *.
2549 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2551         * function.c (contains): Change argument type to rtx_insn *.
2552         (prologue_contains): Likewise.
2553         (epilogue_contains): Likewise.
2554         (prologue_epilogue_contains): Likewise.
2555         * function.h: Adjust prototype.
2557 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2559         * optabs.c (emit_libcall_block): Change argument type to
2560         rtx_insn *.
2561         * optabs.h: Adjust prototype.
2563 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2565         * cfgrtl.c (delete_insn): Change argument type to rtx_insn *.
2566         (fixup_reorder_chain): Adjust.
2567         * cfgrtl.h: Adjust prototype.
2569 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2571         * rtl.h: Adjust prototype.
2572         * rtlanal.c (replace_label_in_insn): Change argument type to
2573         rtx_insn *.
2575 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2577         * config/v850/v850.c (expand_prologue): Adjust.
2578         (expand_epilogue): Likewise.
2579         * expr.c (init_expr_target): Likewise.
2580         * genrecog.c (print_subroutine): Always make the argument type
2581         rtx_insn *.
2582         * recog.h: Adjust prototype.
2584 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2586         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): split
2587         up variables to make some rtx_insn *.
2588         * config/alpha/alpha.c (emit_unlikely_jump): Likewise.
2589         * config/arc/arc.c: Likewise.
2590         * config/arm/arm.c: Likewise.
2591         * config/mn10300/mn10300.c (mn10300_legitimize_pic_address): Likewise.
2592         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue):
2593         Likewise.
2594         * config/spu/spu.c (spu_emit_branch_hint): Likewise.
2596 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2598         * config/arm/arm.c (legitimize_pic_address): Change to use
2599         rtx_insn * as the type of variables.
2600         (arm_pic_static_addr): Likewise.
2601         (arm_emit_movpair): Likewise.
2602         * config/c6x/c6x.c (reorg_split_calls): Likewise.
2603         * config/darwin.c (machopic_legitimize_pic_address): Likewise.
2604         * config/frv/frv.c (frv_optimize_membar_local): Likewise.
2605         * config/frv/frv.md: Likewise.
2606         * config/i386/i386-protos.h: Likewise.
2607         * config/i386/i386.c (ix86_expand_split_stack_prologue): Likewise.
2608         (ix86_split_fp_branch): Likewise.
2609         (predict_jump): Likewise.
2610         * config/ia64/ia64.c: Likewise.
2611         * config/mcore/mcore.c: Likewise.
2612         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Likewise.
2613         * config/s390/s390.c: Likewise.
2614         * config/s390/s390.md: Likewise.
2615         * config/spu/spu.md: Likewise.
2616         * config/tilegx/tilegx.c (tilegx_legitimize_tls_address): Likewise.
2617         * lower-subreg.c (resolve_simple_move): Likewise.
2619 2016-11-20  Jeff Law  <law@redhat.com>
2621         PR target/48551
2622         * reload.h (struct target_reload): Make x_double_reg_address_ok
2623         be per-mode rather.
2624         * reload.c (find_reloads_address): Check if double_reg_address_ok
2625         is true for the mode of the memory reference.
2626         * reload1.c (init_reload): Initialize double_reg_address_ok for
2627         each mode.
2629 2016-11-20  Aldy Hernandez  <aldyh@redhat.com>
2631         PR middle-end/61409
2632         * tree-ssa-uninit.c: Define new global max_phi_args.
2633         (compute_uninit_opnds_pos): Use max_phi_args.
2634         (prune_uninit_phi_opnds): Same.
2635         (use_pred_not_overlap_with_undef_path_pred): Remove reference to
2636         missing NUM_PREDS in function comment.
2637         (can_one_predicate_be_invalidated_p): New.
2638         (can_chain_union_be_invalidated_p): New.
2639         (flatten_out_predicate_chains): New.
2640         (uninit_ops_invalidate_phi_use): New.
2641         (is_use_properly_guarded): Call uninit_ops_invalidate_phi_use.
2643 2016-11-20  Marc Glisse  <marc.glisse@inria.fr>
2645         * fold-const.c (fold_comparison): Ignore EXACT_DIV_EXPR.
2646         * match.pd (A /[ex] B CMP C): New simplifications.
2648 2016-11-20  Marc Glisse  <marc.glisse@inria.fr>
2650         * match.pd (0 / X, X / X, X % X): New simplifications.
2652 2016-11-19  Jakub Jelinek  <jakub@redhat.com>
2654         * config/i386/i386.c (ix86_can_inline_p): Use || instead of &
2655         when checking if callee's isa flags are subset of caller's isa flags.
2656         Fix comment wording.
2658         * config/i386/i386.c (ix86_valid_target_attribute_tree): Don't
2659         clear opts->x_ix86_isa_flags, clear opts->x_ix86_isa_flags2
2660         instead and using = 0 instead of &= 0.
2662         * config/i386/i386.c (def_builtin, def_builtin2, def_builtin_const2,
2663         ix86_add_new_builtins): Formatting fixes.
2664         (ix86_expand_builtin): Use || instead of && for isa vs. isa2.
2665         (ix86_get_builtin): Likewise.
2667         * config/i386/i386.c (ix86_expand_builtin): Remove msk_mov variable,
2668         don't initialize it, don't use it for the case where it isn't
2669         provable %{z} nor using the same argument, instead move merge
2670         argument into a new pseudo and use that as target.  Formatting fixes.
2672 2016-11-19  Jeff Law  <law@redhat.com>
2674         PR target/25111
2675         * config/m68k/m68k.md (bsetdreg): New pattern.
2676         (bchgdreg, bclrdreg): Likewise.
2678 2016-11-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2680         PR target/78426
2681         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Use copy_to_mode_reg
2682         instead of force_reg.
2683         (sh_expand_setmem): Likewise.
2685 2016-11-19  Krister Walfridsson  <krister.walfridsson@gmail.com>
2687         * config.gcc (*-*-netbsd): Set use_gcc_stdint=wrap.
2689 2016-11-18  Walter Lee  <walt@tilera.com>
2691         * config/tilegx/tilegx.c (tilegx_gen_bundles): Preserve
2692           end-of-bundle marker for consecutive barriers.
2694 2016-11-18  Walter Lee  <walt@tilera.com>
2696         * config/tilegx/tilegx.md (clzsi2): Fix for big-endian.
2698 2016-11-18  Jakub Jelinek  <jakub@redhat.com>
2700         PR middle-end/78419
2701         * multiple_target.c (get_attr_len): Start with argnum and increment
2702         argnum on every arg.  Use strchr in a loop instead of counting commas
2703         manually.
2704         (get_attr_str): Increment argnum for every comma in the string.
2705         (separate_attrs): Use for instead of while loop, simplify.
2706         (expand_target_clones): Rename defenition argument to definition.
2707         Free attrs and attr_str even when diagnosing errors.  Temporarily
2708         change input_location around targetm.target_option.valid_attribute_p
2709         calls.  Don't emit warning or errors if that function fails.
2711         * dwarf2out.c (size_of_discr_list): Fix typo in function comment.
2713         PR debug/78191
2714         * dwarf2out.c (abbrev_opt_base_type_end): New variable.
2715         (die_abbrev_cmp): Sort dies with die_abbrev smaller than
2716         abbrev_opt_base_type_end only by increasing die_abbrev, before
2717         any other dies.
2718         (optimize_abbrev_table): Don't change abbrev numbers of
2719         base types and CU or optimize implicit consts in them if
2720         calc_base_type_die_sizes has been called during build_abbrev_table.
2721         (calc_base_type_die_sizes): If abbrev_opt_start, set
2722         abbrev_opt_base_type_end to one plus largest base type's die_abbrev.
2724 2016-11-18  Jeff Law  <law@redhat.com>
2726         PR target/25112
2727         * config/m68k/m68k.c (moveq feeding equality comparison): New
2728         peepholes.
2729         * config/m68k/predicates.md (addq_subq_operand): New predicate.
2730         (equality_comparison_operator): Likewise.
2732 2016-11-18  Richard Sandiford  <richard.sandiford@arm.com>
2734         * rtlanal.c (load_extend_op): Move to...
2735         * rtl.h: ...here and make inline.
2737 2016-11-18  Terry Guo  <terry.guo@arm.com>
2738             Thomas Preud'homme  <thomas.preudhomme@arm.com>
2740         * common/config/arm/arm-common.c (arm_target_thumb_only): New function.
2741         * config/arm/arm-opts.h: Include arm-flags.h.
2742         (struct arm_arch_core_flag): Define.
2743         (arm_arch_core_flags): Define.
2744         * config/arm/arm-protos.h: Include arm-flags.h
2745         (FL_NONE, FL_ANY, FL_CO_PROC, FL_ARCH3M, FL_MODE26, FL_MODE32,
2746         FL_ARCH4, FL_ARCH5, FL_THUMB, FL_LDSCHED, FL_STRONG, FL_ARCH5E,
2747         FL_XSCALE, FL_ARCH6, FL_VFPV2, FL_WBUF, FL_ARCH6K, FL_THUMB2, FL_NOTM,
2748         FL_THUMB_DIV, FL_VFPV3, FL_NEON, FL_ARCH7EM, FL_ARCH7, FL_ARM_DIV,
2749         FL_ARCH8, FL_CRC32, FL_SMALLMUL, FL_NO_VOLATILE_CE, FL_IWMMXT,
2750         FL_IWMMXT2, FL_ARCH6KZ, FL2_ARCH8_1, FL2_ARCH8_2, FL2_FP16INST,
2751         FL_TUNE, FL_FOR_ARCH2, FL_FOR_ARCH3, FL_FOR_ARCH3M, FL_FOR_ARCH4,
2752         FL_FOR_ARCH4T, FL_FOR_ARCH5, FL_FOR_ARCH5T, FL_FOR_ARCH5E,
2753         FL_FOR_ARCH5TE, FL_FOR_ARCH5TEJ, FL_FOR_ARCH6, FL_FOR_ARCH6J,
2754         FL_FOR_ARCH6K, FL_FOR_ARCH6Z, FL_FOR_ARCH6ZK, FL_FOR_ARCH6KZ,
2755         FL_FOR_ARCH6T2, FL_FOR_ARCH6M, FL_FOR_ARCH7, FL_FOR_ARCH7A,
2756         FL_FOR_ARCH7VE, FL_FOR_ARCH7R, FL_FOR_ARCH7M, FL_FOR_ARCH7EM,
2757         FL_FOR_ARCH8A, FL2_FOR_ARCH8_1A, FL2_FOR_ARCH8_2A, FL_FOR_ARCH8M_BASE,
2758         FL_FOR_ARCH8M_MAIN, arm_feature_set, ARM_FSET_MAKE,
2759         ARM_FSET_MAKE_CPU1, ARM_FSET_MAKE_CPU2, ARM_FSET_CPU1, ARM_FSET_CPU2,
2760         ARM_FSET_EMPTY, ARM_FSET_ANY, ARM_FSET_HAS_CPU1, ARM_FSET_HAS_CPU2,
2761         ARM_FSET_HAS_CPU, ARM_FSET_ADD_CPU1, ARM_FSET_ADD_CPU2,
2762         ARM_FSET_DEL_CPU1, ARM_FSET_DEL_CPU2, ARM_FSET_UNION, ARM_FSET_INTER,
2763         ARM_FSET_XOR, ARM_FSET_EXCLUDE, ARM_FSET_IS_EMPTY,
2764         ARM_FSET_CPU_SUBSET): Move to ...
2765         * config/arm/arm-flags.h: This new file.
2766         * config/arm/arm.h (TARGET_MODE_SPEC_FUNCTIONS): Define.
2767         (EXTRA_SPEC_FUNCTIONS): Add TARGET_MODE_SPEC_FUNCTIONS to its value.
2768         (TARGET_MODE_SPECS): Define.
2769         (DRIVER_SELF_SPECS): Add TARGET_MODE_SPECS to its value.
2771 2016-11-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2773         * config/arm/arm-protos.h (FL_NONE, FL_ANY, FL_CO_PROC, FL_ARCH3M,
2774         FL_MODE26, FL_MODE32, FL_ARCH4, FL_ARCH5, FL_THUMB, FL_LDSCHED,
2775         FL_STRONG, FL_ARCH5E, FL_XSCALE, FL_ARCH6, FL_VFPV2, FL_WBUF,
2776         FL_ARCH6K, FL_THUMB2, FL_NOTM, FL_THUMB_DIV, FL_VFPV3, FL_NEON,
2777         FL_ARCH7EM, FL_ARCH7, FL_ARM_DIV, FL_ARCH8, FL_CRC32, FL_SMALLMUL,
2778         FL_NO_VOLATILE_CE, FL_IWMMXT, FL_IWMMXT2, FL_ARCH6KZ, FL2_ARCH8_1,
2779         FL2_ARCH8_2, FL2_FP16INST): Reindent comment, add final dot when
2780         missing and make value unsigned.
2781         (arm_feature_set): Use unsigned entries instead of unsigned long.
2783 2016-11-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2785         Re-apply after PR bootstrap/77359 is fixed:
2786         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2788         * explow.c (get_dynamic_stack_size): Take known alignment of stack
2789         pointer + STACK_DYNAMIC_OFFSET into account when calculating the
2790         size needed.
2792 2016-11-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2794         PR bootstrap/77359
2795         * config/rs6000/rs6000.c (rs6000_stack_info): Properly align local
2796         variables in functions calling alloca.  Also update the ASCII
2797         drawings.
2798         * config/rs6000/rs6000.h (STARTING_FRAME_OFFSET)
2799         (STACK_DYNAMIC_OFFSET): Likewise.
2800         * config/rs6000/aix.h (STARTING_FRAME_OFFSET)
2801         (STACK_DYNAMIC_OFFSET): Copy AIX specific versions of the rs6000.h
2802         macros to aix.h.
2804 2016-11-18  Richard Sandiford  <richard.sandiford@arm.com>
2805             Alan Hayward  <alan.hayward@arm.com>
2806             David Sherwood  <david.sherwood@arm.com>
2808         * combine.c (try_combine): Use rtx_mode_t instead of std::make_pair.
2809         * dwarf2out.c (mem_loc_descriptor, loc_descriptor): Likewise.
2810         (add_const_value_attribute): Likewise.
2811         * explow.c (plus_constant): Likewise.
2812         * expmed.c (expand_mult, make_tree): Likewise.
2813         * expr.c (convert_modes): Likewise.
2814         * loop-doloop.c (doloop_optimize): Likewise.
2815         * postreload.c (reload_cse_simplify_set): Likewise.
2816         * simplify-rtx.c (simplify_const_unary_operation): Likewise
2817         (simplify_binary_operation_1, simplify_const_binary_operation):
2818         Likewise.
2819         (simplify_const_relational_operation, simplify_immed_subreg): Likewise.
2820         * wide-int.h: Update documentation to recommend rtx_mode_t
2821         instead of std::make_pair.
2823 2016-11-18  Richard Sandiford  <richard.sandiford@arm.com>
2824             Alan Hayward  <alan.hayward@arm.com>
2825             David Sherwood  <david.sherwood@arm.com>
2827         * tree.h (SET_DECL_MODE): New macro.
2828         * cfgexpand.c (avoid_deep_ter_for_debug): Use SET_DECL_MODE.
2829         (expand_gimple_basic_block): Likewise.
2830         * function.c (split_complex_args): Likeise.
2831         * ipa-prop.c (ipa_modify_call_arguments): Likewise.
2832         * omp-simd-clone.c (ipa_simd_modify_stmt_ops): Likewise.
2833         * stor-layout.c (layout_decl, relayout_decl): Likewise.
2834         (finish_bitfield_representative): Likewise.
2835         * tree.c (make_node_stat): Likewise.
2836         * tree-inline.c (remap_ssa_name): Likewise.
2837         (tree_function_versioning): Likewise.
2838         * tree-into-ssa.c (rewrite_debug_stmt_uses): Likewise.
2839         * tree-sra.c (sra_ipa_reset_debug_stmts): Likewise.
2840         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Likewise.
2841         * tree-ssa-loop-ivopts.c (remove_unused_ivs): Likewise.
2842         * tree-ssa.c (insert_debug_temp_for_var_def): Likewise.
2843         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Likewise.
2844         * varasm.c (make_debug_expr_from_rtl): Likewise.
2846 2016-11-18  Segher Boessenkool  <segher@kernel.crashing.org>
2848         PR rtl-optimization/71785
2849         * bb-reorder.c (maybe_duplicate_computed_goto): New function.
2850         (duplicate_computed_gotos): New function.
2851         (pass_duplicate_computed_gotos::execute): Rewrite.
2853 2016-11-17  Jeff Law  <law@redhat.com>
2855         PR target/47192
2856         * config/m68k/m68k.c (m68k_expand_epilogue): Emit a scheduling
2857         barrier prior to deallocating the stack.
2859 2016-11-17  Andrew Burgess  <andrew.burgess@embecosm.com>
2861         * config/arc/arc.md (cmem bit/sign-extend peephole2): New peephole
2862         to make better use of cmem loads in the case where a single bit is
2863         being accessed.
2864         * config/arc/predicates.md (ge_lt_comparison_operator): New predicate.
2866 2016-11-17  Andrew Senkevich <andrew.senkevich@intel.com>
2868         * config/i386/i386.c (processor_features): Add F_AVX5124VNNIW,
2869         F_AVX5124FMAPS.
2870         (isa_names_table): Handle new features.
2872 2016-11-17  Kirill Yukhin  <kirill.yukhin@gmail.com>
2873             Andrew Senkevich <andrew.senkevich@intel.com>
2875         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX5124FMAPS_SET,
2876         OPTION_MASK_ISA_AVX5124FMAPS_UNSET, OPTION_MASK_ISA_AVX5124VNNIW_SET,
2877         OPTION_MASK_ISA_AVX5124VNNIW_UNSET): New.
2878         (ix86_handle_option): Handle OPT_mavx5124fmaps, OPT_mavx5124vnniw.
2879         * config.gcc: Add avx5124fmapsintrin.h, avx5124vnniwintrin.h.
2880         * config/i386/avx5124fmapsintrin.h: New file.
2881         * config/i386/avx5124vnniwintrin.h: Ditto.
2882         * config/i386/constraints.md (h): New constraint.
2883         * config/i386/cpuid.h (bit_AVX5124VNNIW, bit_AVX5124FMAPS): New.
2884         * config/i386/driver-i386.c (host_detect_local_cpu):
2885         Detect avx5124fmaps, avx5124vnniw.
2886         * config/i386/i386-builtin-types.def: Add types
2887         V16SF_FTYPE_V16SF_V16SF_V16SF_V16SF_V16SF_PCV4SF_V16SF_UHI,
2888         V16SF_FTYPE_V16SF_V16SF_V16SF_V16SF_V16SF_PCV4SF,
2889         V4SF_FTYPE_V4SF_V4SF_V4SF_V4SF_V4SF_PCV4SF,
2890         V4SF_FTYPE_V4SF_V4SF_V4SF_V4SF_V4SF_PCV4SF_V4SF_UQI,
2891         V16SI_FTYPE_V16SI_V16SI_V16SI_V16SI_V16SI_PCV4SI,
2892         V16SI_FTYPE_V16SI_V16SI_V16SI_V16SI_V16SI_PCV4SI_V16SI_UHI.
2893         * config/i386/i386-builtin.def (__builtin_ia32_4fmaddps_mask,
2894         __builtin_ia32_4fmaddps, __builtin_ia32_4fmaddss,
2895         __builtin_ia32_4fmaddss_mask, __builtin_ia32_4fnmaddps_mask,
2896         __builtin_ia32_4fnmaddps, __builtin_ia32_4fnmaddss,
2897         __builtin_ia32_4fnmaddss_mask, __builtin_ia32_vp4dpwssd,
2898         __builtin_ia32_vp4dpwssd_mask, __builtin_ia32_vp4dpwssds,
2899         __builtin_ia32_vp4dpwssds_mask): New.
2900         * config/i386/i386-c.c (ix86_target_macros_internal):
2901         Define __AVX5124FMAPS__, __AVX5124VNNIW__.
2902         * config/i386/i386-modes.def: Fixed comment typos, added new
2903         modes (VECTOR_MODES (FLOAT, 256), VECTOR_MODE (INT, SI, 64)).
2904         * config/i386/i386.c (ix86_target_string): Add -mavx5124fmaps,
2905         -mavx5124vnniw.
2906         (PTA_AVX5124FMAPS, PTA_AVX5124VNNIW): Define.
2907         (ix86_option_override_internal): Handle new options.
2908         (ix86_valid_target_attribute_inner_p): Add avx5124fmaps,
2909         avx5124vnniw.
2910         (ix86_expand_builtin): Handle new builtins.
2911         (ix86_additional_allocno_class_p): New.
2912         * config/i386/i386.h (TARGET_AVX5124FMAPS, TARGET_AVX5124FMAPS_P,
2913         TARGET_AVX5124VNNIW, TARGET_AVX5124VNNIW_P): Define.
2914         (reg_class): Add MOD4_SSE_REGS.
2915         (MOD4_SSE_REG_P, MOD4_SSE_REGNO_P): New.
2916         * config/i386/i386.opt: Add mavx5124fmaps, mavx5124vnniw.
2917         * config/i386/immintrin.h: Include avx5124fmapsintrin.h,
2918         avx5124vnniwintrin.h.
2919         * config/i386/sse.md (unspec): Add UNSPEC_VP4FMADD, UNSPEC_VP4FNMADD,
2920         UNSPEC_VP4DPWSSD, UNSPEC_VP4DPWSSDS.
2921         (define_mode_iterator IMOD4): New.
2922         (define_mode_attr imod4_narrow): Ditto.
2923         (define_insn "mov<mode>"): Ditto.
2924         (define_insn "avx5124fmaddps_4fmaddps"): Ditto.
2925         (define_insn "avx5124fmaddps_4fmaddps_mask"): Ditto.
2926         (define_insn "avx5124fmaddps_4fmaddps_maskz"): Ditto.
2927         (define_insn "avx5124fmaddps_4fmaddss"): Ditto.
2928         (define_insn "avx5124fmaddps_4fmaddss_mask"): Ditto.
2929         (define_insn "avx5124fmaddps_4fmaddss_maskz"): Ditto.
2930         (define_insn "avx5124fmaddps_4fnmaddps"): Ditto.
2931         (define_insn "avx5124fmaddps_4fnmaddps_mask"): Ditto.
2932         (define_insn "avx5124fmaddps_4fnmaddps_maskz"): Ditto.
2933         (define_insn "avx5124fmaddps_4fnmaddss"): Ditto.
2934         (define_insn "avx5124fmaddps_4fnmaddss_mask"): Ditto.
2935         (define_insn "avx5124fmaddps_4fnmaddss_maskz"): Ditto.
2936         (define_insn "avx5124vnniw_vp4dpwssd"): Ditto.
2937         (define_insn "avx5124vnniw_vp4dpwssd_mask"): Ditto.
2938         (define_insn "avx5124vnniw_vp4dpwssd_maskz"): Ditto.
2939         (define_insn "avx5124vnniw_vp4dpwssds"): Ditto.
2940         (define_insn "avx5124vnniw_vp4dpwssds_mask"): Ditto.
2941         (define_insn "avx5124vnniw_vp4dpwssds_maskz"): Ditto.
2942         * init-regs.c (initialize_uninitialized_regs): Add emit_clobber call.
2943         * genmodes.c (mode_size_inline): Extend return type.
2944         * machmode.h (mode_size, mode_base_align): Extend type.
2946 2016-11-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
2948         PR target/78101
2949         * config/rs6000/predicates.md (fusion_addis_mem_combo_load): Add
2950         the appropriate checks for SFmode/DFmode load/stores in GPR
2951         registers.
2952         (fusion_addis_mem_combo_store): Likewise.
2953         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Rename
2954         fusion_fpr_* to fusion_vsx_* and add in support for ISA 3.0 scalar
2955         d-form instructions for traditional Altivec registers.
2956         (emit_fusion_p9_load): Likewise.
2957         (emit_fusion_p9_store): Likewise.
2958         * config/rs6000/rs6000.md (p9 fusion store peephole2): Remove
2959         early clobber from scratch register.  Do not match if the register
2960         being stored is the scratch register.
2961         (fusion_vsx_<P:mode>_<FPR_FUSION:mode>_load): Rename fusion_fpr_*
2962         to fusion_vsx_* and add in support for ISA 3.0 scalar d-form
2963         instructions for traditional Altivec registers.
2964         (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_load): Likewise.
2965         (fusion_vsx_<P:mode>_<FPR_FUSION:mode>_store): Likewise.
2966         (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_store): Likewise.
2968 2016-11-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2970         PR target/77933
2971         * config/arm/arm.c (thumb1_expand_prologue): Distinguish between lr
2972         being live in the function and lr needing to be saved.  Distinguish
2973         between already saved pushable registers and registers to push.
2974         Check for LR being an available pushable register.
2976 2016-11-17  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2978         * config/i386/i386.md (cmpstrnsi): New test to bail out if neither
2979         string input is a string constant.
2980         * builtins.c (expand_builtin_strncmp): Attempt expansion of strncmp
2981         via cmpstrnsi even if neither string is constant.
2983 2016-11-17  Jakub Jelinek  <jakub@redhat.com>
2985         PR middle-end/78201
2986         * varasm.c (default_use_anchors_for_symbol_p): Fix a comment typo.
2987         Don't test decl != NULL.  Don't look at DECL_SIZE, but DECL_SIZE_UNIT
2988         instead, return false if it is NULL, or doesn't fit into uhwi, or
2989         is larger or equal to targetm.max_anchor_offset.
2991 2016-11-17  Pip Cet  <pipcet@gmail.com>
2992             Eric Botcazou  <ebotcazou@adacore.com>
2994         PR rtl-optimization/78355
2995         * doc/tm.texi.in (SLOW_UNALIGNED_ACCESS): Document that the macro only
2996         needs to deal with unaligned accesses.
2997         * doc/tm.texi: Regenerate.
2998         * lra-constraints.c (simplify_operand_subreg): Only invoke
2999         SLOW_UNALIGNED_ACCESS on innermode if the MEM is not aligned enough.
3001 2016-11-17  David Malcolm  <dmalcolm@redhat.com>
3003         * input.c (selftest::test_lexer_string_locations_long_line): New
3004         function.
3005         (selftest::test_lexer_string_locations_raw_string_multiline): New
3006         function.
3007         (selftest::input_c_tests): Call the new functions, via
3008         for_each_line_table_case.
3010 2016-11-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3012         * config/aarch64/aarch64.md (mov<mode>): Call
3013         aarch64_split_dimode_const_store on DImode constant stores.
3014         * config/aarch64/aarch64-protos.h (aarch64_split_dimode_const_store):
3015         New prototype.
3016         * config/aarch64/aarch64.c (aarch64_split_dimode_const_store): New
3017         function.
3019 2016-11-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3020             Richard Biener  <rguenther@suse.de>
3022         PR tree-optimization/77848
3023         * tree-if-conv.c (tree_if_conversion): Always version loops unless
3024         the user specified -ftree-loop-if-convert.
3026 2016-11-17  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3028         PR target/77308
3029         * config/arm/arm.md (*thumb2_ldrd, *thumb2_ldrd_base,
3030         *thumb2_ldrd_base_neg, *thumb2_strd, *thumb2_strd_base,
3031         *thumb2_strd_base_neg): Recognize insn regardless of
3032         current_tune->prefer_ldrd_strd.
3033         * config/arm/ldrdstrd.md: Enable all ldrd/strd peephole rules
3034         whenever possible.
3036 2016-11-17  Claudiu Zissulescu  <claziss@synopsys.com>
3038         * config/arc/arc.c (arc_ccfsm_post_advance): Handle return
3039         instruction type.
3041 2016-11-17  Claudiu Zissulescu  <claziss@synopsys.com>
3043         * config/arc/arc-arches.def: Add FPX quarkse instruction as valid
3044         for arcem.
3045         * config/arc/arc-c.def (__ARC_FPX_QUARK__): Define.
3046         * config/arc/arc-cpus.def (quarkse_em): Add.
3047         * config/arc/arc-options.def (FL_FPX_QUARK, FL_QUARK): Likewise.
3048         * config/arc/arc-opts.h (FPX_QK): Define.
3049         * config/arc/arc-tables.opt: Regenerate.
3050         * config/arc/arc.c (gen_compare_reg): Change.
3051         (arc_register_move_cost): Avoid Dy,Dx moves.
3052         * config/arc/arc.h (TARGET_HARD_FLOAT): Change.
3053         (TARGET_FPX_QUARK, TARGET_FP_ASSIST): Define.
3054         * config/arc/arc.md (divsf3, sqrtsf2, fix_truncsfsi2, floatsisf2):
3055         New expands.
3056         * config/arc/fpu.md (divsf3_fpu, sqrtsf2_fpu, floatsisf2_fpu)
3057         (fix_truncsfsi2_fpu): Rename.
3058         * config/arc/fpx.md (cmp_quark, cmpsf_quark_, cmpsf_quark_ord)
3059         (cmpsf_quark_uneq, cmpsf_quark_eq, divsf3_quark, sqrtsf2_quark)
3060         (fix_truncsfsi2_quark, floatsisf2_quark): New patterns.
3061         * config/arc/t-multilib: Regenerate.
3063 2016-11-17  Georg-Johann Lay  <avr@gjlay.de>
3065         * config/avr/avr.c (avr_print_operand_address): Use CONST_INT_P if
3066         appropriate.
3067         (ashlqi3_out, ashlsi3_out, ashrqi3_out, ashrhi3_out): Same.
3068         (ashrsi3_out, lshrqi3_out, lshrhi3_out, lshrsi3_out): Same.
3069         (avr_rtx_costs_1, extra_constraint_Q): Same.
3070         (avr_address_cost): Use SUBREG_P if possible.
3072 2016-11-17  Richard Biener  <rguenther@suse.de>
3074         PR middle-end/78383
3075         * tree-cfgcleanup.c (cleanup_control_flow_bb): Do not turn
3076         non-local goto into CFG.
3078 2016-11-17  Richard Biener  <rguenther@suse.de>
3080         * common.opt (ftree-loop-if-convert-stores): Mark as preserved for
3081         backward compatibility.
3082         * doc/invoke.texi (ftree-loop-if-convert-stores): Remove.
3083         * tree-if-conv.c (pass_if_conversion::gate): Do not test
3084         flag_tree_loop_if_convert_stores.
3085         (pass_if_conversion::execute): Likewise.
3087 2016-11-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3089         * config/aarch64/predicates.md (aarch64_reg_or_fp_zero): Check for
3090         const_double code before calling aarch64_float_const_zero_rtx_p.
3092 2016-11-17  Richard Biener  <rguenther@suse.de>
3094         PR tree-optimization/78306
3095         * ipa-inline-analysis.c (initialize_inline_failed): Do not
3096         inhibit inlining if function calls cilk_spawn.
3097         (can_inline_edge_p): Likewise.
3099 2016-11-17  Richard Biener  <rguenther@suse.de>
3101         PR middle-end/78305
3102         * fold-const.c (negate_expr_p): Fix multiplication case.
3104 2016-11-17  Chung-Lin Tang  <cltang@codesourcery.com>
3106         PR target/78357
3107         * config/nios2/nios2.c (nios2_init_libfuncs): Remove TARGET_LINUX_ABI
3108         condition.
3109         (TARGET_INIT_LIBFUNCS): Delete definition and...
3110         * config/nios2/linux.h (TARGET_INIT_LIBFUNCS): ...move to here, add
3111         comments.
3113 2016-11-17  Krister Walfridsson  <krister.walfridsson@gmail.com>
3115         * config/netbsd-stdint.h: New.
3116         * config.gcc (i[34567]86-*-netbsd): Add netbsd-stdint.h to tm_file.
3117         (x86_64-*-netbsd*): Likewise.
3119 2016-11-16  Andrew PInski  <apinski@cavium.com>
3121         * config/aarch64/aarch64.opt (mverbose-cost-dump): New option.
3122         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use
3123         flag_aarch64_verbose_cost instead of checking for details dump.
3124         (aarch64_rtx_costs_wrapper): Likewise.
3126 2016-11-16  Jakub Jelinek  <jakub@redhat.com>
3128         PR rtl-optimization/78378
3129         * combine.c (make_extraction): Use force_to_mode for non-{REG,MEM}
3130         inner only if pos is 0.  Fix up formatting.
3132 2016-11-17  Alan Modra  <amodra@gmail.com>
3134         PR rtl-optimization/78325
3135         PR rtl-optimization/70890
3136         * ira.c (combine_and_move_insns): Only remove REG_EQUIV notes
3137         for dead regno.
3139 2016-11-16  Jason Merrill  <jason@redhat.com>
3141         * rtl.h: Declare gt_ggc_mx and gt_pch_nx.
3143 2016-11-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3144             Richard Biener  <rguenther@suse.de>
3146         PR tree-optimization/77848
3147         * tree-if-conv.c (version_loop_for_if_conversion): When versioning
3148         an outer loop, only save basic block aux information for the inner
3149         loop.
3150         (versionable_outer_loop_p): New function.
3151         (tree_if_conversion): Version the outer loop instead of the inner
3152         one if the pattern will be recognized for outer-loop
3153         vectorization.
3155 2016-11-16  Andrew Burgess  <andrew.burgess@embecosm.com>
3157         * gcc/bb-reorder.c: Remove 'toplev.h' include.
3158         (pass_partition_blocks::gate): No longer check
3159         user_defined_section_attribute, instead check the function decl
3160         for a section attribute.
3161         * gcc/c-family/c-attribs.c (handle_section_attribute): No longer
3162         set user_defined_section_attribute.
3163         * gcc/final.c (rest_of_handle_final): Likewise.
3164         * gcc/toplev.c: Remove definition of user_defined_section_attribute.
3165         * gcc/toplev.h: Remove declaration of
3166         user_defined_section_attribute.
3168 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3170         * config/mips/mips.md (casesi_internal_mips16_<mode>):
3171         Explicitly switch between JR and JRC for the table jump.  Adjust
3172         instruction count.
3174 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3176         * config/mips/mips.md (casesi_internal_mips16_<mode>): Set
3177         `insn_count' to 11 rather than 16.
3179 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3181         * config/mips/mips.md (casesi_internal_mips16_<mode>): Use the
3182         `ltu' rather than `leu' operation in the RTL pattern
3184 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3186         * config/mips/mips.md (casesi_internal_mips16_<mode>): Add
3187         missing <d> instruction prefixes throughout.  Correct
3188         formatting.
3190 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3192         * config/mips/mips.c (mips_output_jump): Output R_MICROMIPS_JALR
3193         rather than R_MIPS_JALR relocation in microMIPS code.  Do not
3194         cancel short delay slots in PIC call relaxation.
3196 2016-11-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3198         * config/arm/arm.md (arm_addsi3): Add alternative for addition of
3199         general register with general register or ARM constant into SP
3200         register.
3202 2016-11-16  Jakub Jelinek  <jakub@redhat.com>
3204         PR fortran/78299
3205         * omp-low.c (expand_omp_for_static_nochunk): Don't assert
3206         that loop->header == body_bb if broken_loop.
3208 2015-11-16  Wilco Dijkstra  <wdijkstr@arm.com>
3210         * tree-ssa-math-opts.c (bswap_replace): Remove test
3211         of SLOW_UNALIGNED_ACCESS.
3213 2016-11-16  Alexander Monakov  <amonakov@ispras.ru>
3215         * config/nvptx/mkoffload.c (main): Check that either OpenACC or OpenMP
3216         is selected.  Pass -mgomp to offload compiler in OpenMP case.
3217         * config/nvptx/nvptx-protos.h (nvptx_shuffle_kind): Move enum
3218         declaration from nvptx.c.
3219         (nvptx_gen_shuffle): Declare.
3220         (nvptx_output_set_softstack): Declare.
3221         * config/nvptx/nvptx.c (nvptx_shuffle_kind): Move to nvptx-protos.h.
3222         (need_softstack_decl): New variable.
3223         (need_unisimt_decl): New variable.
3224         (diagnose_openacc_conflict): New.  Use it...
3225         (nvptx_option_override): ...here.  Handle TARGET_GOMP.
3226         (nvptx_encode_section_info): Handle "shared" attribute.
3227         (write_as_kernel): Restrict to OpenACC target regions.
3228         (init_softstack_frame): New.
3229         (nvptx_init_unisimt_predicate): New.
3230         (write_omp_entry): New.  Use it...
3231         (nvptx_declare_function_name): ...here to emit OpenMP target region
3232         entrypoints.  Handle TARGET_SOFT_STACK.  Call
3233         nvptx_init_unisimt_predicate.
3234         (nvptx_output_set_softstack): New.
3235         (nvptx_get_drap_rtx): Return %argp as the DRAP if needed.
3236         (nvptx_gen_shuffle): Export.
3237         (nvptx_output_call_insn): Handle COND_EXEC patterns.  Emit instruction
3238         predicate.
3239         (nvptx_print_operand): Fix handling of instruction predicates.
3240         (nvptx_get_unisimt_master): New helper function.
3241         (nvptx_get_unisimt_predicate): Ditto.
3242         (nvptx_call_insn_is_syscall_p): Ditto.
3243         (nvptx_unisimt_handle_set): Ditto.
3244         (nvptx_reorg_uniform_simt): New.  Transform code for -muniform-simt.
3245         (nvptx_reorg): Call nvptx_reorg_uniform_simt.
3246         (nvptx_handle_shared_attribute): New.  Use it...
3247         (nvptx_attribute_table): ... here (new entry).
3248         (nvptx_record_offload_symbol): Handle NULL attributes.
3249         (nvptx_file_end): Handle need_softstack_decl and need_unisimt_decl.
3250         (nvptx_simt_vf): New.
3251         (TARGET_SIMT_VF): Define.
3252         * config/nvptx/nvptx.h (TARGET_CPU_CPP_BUILTINS): Define
3253         __nvptx_softstack or __nvptx_unisimt__ when -msoft-stack, or resp.
3254         -muniform-simt option is active.
3255         (STACK_SIZE_MODE): Define.
3256         (FIXED_REGISTERS): Adjust.
3257         (SOFTSTACK_SLOT_REGNUM): New.
3258         (SOFTSTACK_PREV_REGNUM): New.
3259         (REGISTER_NAMES): Adjust.
3260         (struct machine_function): New fields.
3261         * config/nvptx/nvptx.md (UNSPEC_SET_SOFTSTACK): New.
3262         (UNSPEC_VOTE_BALLOT): Ditto.
3263         (UNSPEC_LANEID): Ditto.
3264         (UNSPECV_NOUNROLL): Ditto.
3265         (atomic): New attribute.
3266         (predicable): New attribute.  Generate predicated forms via
3267         define_cond_exec.
3268         (br_true): Mark as not predicable.
3269         (br_false): Ditto.
3270         (br_true_uni): Ditto.
3271         (br_false_uni): Ditto.
3272         (return): Ditto.
3273         (trap_if_true): Ditto.
3274         (trap_if_false): Ditto.
3275         (nvptx_fork): Ditto.
3276         (nvptx_forked): Ditto.
3277         (nvptx_joining): Ditto.
3278         (nvptx_join): Ditto.
3279         (nvptx_barsync): Ditto.
3280         (epilogue): Emit stack restore if TARGET_SOFT_STACK.
3281         (allocate_stack): Implement for TARGET_SOFT_STACK.  Remove unused code.
3282         (allocate_stack_<mode>): Remove unused pattern.
3283         (set_softstack_insn): New pattern.
3284         (restore_stack_block): Handle for TARGET_SOFT_STACK.
3285         (nvptx_vote_ballot): New pattern.
3286         (omp_simt_lane): Ditto.
3287         (omp_simt_last_lane): Ditto.
3288         (omp_simt_ordered): Ditto.
3289         (omp_simt_vote_any): Ditto.
3290         (omp_simt_xchg_bfly): Ditto.
3291         (omp_simt_xchg_idx): Ditto.
3292         (nvptx_nounroll): Ditto.
3293         (atomic_compare_and_swap<mode>_1): Mark with atomic attribute.
3294         (atomic_exchange<mode>): Ditto.
3295         (atomic_fetch_add<mode>): Ditto.
3296         (atomic_fetch_addsf): Ditto.
3297         (atomic_fetch_<logic><mode>): Ditto.
3298         * config/nvptx/nvptx.opt (msoft-stack): New option.
3299         (muniform-simt): Ditto.
3300         (mgomp): Ditto.
3301         * config/nvptx/t-nvptx (MULTILIB_OPTIONS): New.
3302         * doc/extend.texi (Nvidia PTX Variable Attributes): New section.
3303         * doc/invoke.texi (msoft-stack): Document.
3304         (muniform-simt): Document
3305         (mgomp): Document.
3306         * doc/tm.texi: Regenerate.
3307         * doc/tm.texi.in (TARGET_SIMT_VF): New hook.
3308         * target.def: Define it.
3309         * target-insns.def (omp_simt_lane): New.
3310         (omp_simt_last_lane): New.
3311         (omp_simt_ordered): New.
3312         (omp_simt_vote_any): New.
3313         (omp_simt_xchg_bfly): New.
3314         (omp_simt_xchg_idx): New.
3316 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3318         * config/mips/mips-protos.h (mips_set_text_contents_type): New
3319         prototype.
3320         * config/mips/mips.h (ASM_OUTPUT_BEFORE_CASE_LABEL): New macro.
3321         (ASM_OUTPUT_CASE_END): Likewise.
3322         * config/mips/mips.c (mips_set_text_contents_type): New function.
3323         (mips16_emit_constants): Record the pool's initial label number
3324         with the `consttable' insn.  Emit a `consttable_end' insn at the end.
3325         (mips_final_prescan_insn): Call `mips_set_text_contents_type'
3326         for `consttable' insns.
3327         (mips_final_postscan_insn): Call `mips_set_text_contents_type'
3328         for `consttable_end' insns.
3329         * config/mips/mips.md (unspec): Add UNSPEC_CONSTTABLE_END enum value.
3330         (consttable): Add operand.
3331         (consttable_end): New insn.
3333 2016-11-16  Yuri Rumyantsev  <ysrumyan@gmail.com>
3335         * params.def (PARAM_VECT_EPILOGUES_NOMASK): New.
3336         * tree-if-conv.c (tree_if_conversion): Make public.
3337         * * tree-if-conv.h: New file.
3338         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences) Avoid
3339         dynamic alias checks for epilogues.
3340         * tree-vect-loop-manip.c (vect_do_peeling): Return created epilog.
3341         * tree-vect-loop.c: include tree-if-conv.h.
3342         (new_loop_vec_info): Add zeroing orig_loop_info field.
3343         (vect_analyze_loop_2): Don't try to enhance alignment for epilogues.
3344         (vect_analyze_loop): Add argument ORIG_LOOP_INFO which is not NULL
3345         if epilogue is vectorized, set up orig_loop_info field of loop_vinfo
3346         using passed argument.
3347         (vect_transform_loop): Check if created epilogue should be returned
3348         for further vectorization with less vf.  If-convert epilogue if
3349         required. Print vectorization success for epilogue.
3350         * tree-vectorizer.c (vectorize_loops): Add epilogue vectorization
3351         if it is required, pass loop_vinfo produced during vectorization of
3352         loop body to vect_analyze_loop.
3353         * tree-vectorizer.h (struct _loop_vec_info): Add new field
3354         orig_loop_info.
3355         (LOOP_VINFO_ORIG_LOOP_INFO): New.
3356         (LOOP_VINFO_EPILOGUE_P): New.
3357         (LOOP_VINFO_ORIG_VECT_FACTOR): New.
3358         (vect_do_peeling): Change prototype to return epilogue.
3359         (vect_analyze_loop): Add argument of loop_vec_info type.
3360         (vect_transform_loop): Return created loop.
3362 2016-11-16  Segher Boessenkool  <segher@kernel.crashing.org>
3364         * config/rs6000/rs6000.c (rs6000_components_for_bb): Mark the LR
3365         component as used also if LR_REGNO is a live input to the bb.
3366         * df-scan.c (df_get_entry_block_def_set): Return immediately after
3367         clearing the set if DF_SCAN_EMPTY_ENTRY_EXIT is set.
3368         (df_get_exit_block_use_set): Ditto.
3369         * df.h (df_scan_flags): New enum.
3370         * shrink-wrap.c (try_shrink_wrapping_separate): Set
3371         DF_SCAN_EMPTY_ENTRY_EXIT in df_scan->local_flags, and call
3372         df_update_entry_block_defs and df_update_exit_block_uses
3373         at the start; clear the flag and call those functions at the end.
3375 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
3376             Alan Hayward  <alan.hayward@arm.com>
3377             David Sherwood  <david.sherwood@arm.com>
3379         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): Set
3380         nb_iterations to the number of latch iterations rather than the
3381         number of loop iterations.
3383 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
3384             Alan Hayward  <alan.hayward@arm.com>
3385             David Sherwood  <david.sherwood@arm.com>
3387         * combine.c (maybe_swap_commutative_operands): New function.
3388         (combine_simplify_rtx): Use it.
3389         (change_zero_ext): Likewise.
3390         (make_compound_operation_int): New function, split out of...
3391         (make_compound_operation): ...here.  Use
3392         maybe_swap_commutative_operands for both.
3394 2016-11-16  Richard Earnshaw  <rearnsha@arm.com>
3396         * arm/arm-fpus.def (vfpv2): New FPU, currently an alias for 'vfp'.
3397         (neon-vfpv3): New FPU, currently an alias for 'neon'.
3398         * arm/arm-tables.opt: Regenerated.
3399         * arm/t-aprofile (MULTILIB_REUSE): Add reuse rules for vfpv2 and
3400         neon-vfpv3.
3401         * doc/invoke.texi (ARM: -mfpu): Document new options.  Note that 'vfp'
3402         and 'neon' are aliases for specific implementations.
3404 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
3405             Alan Hayward  <alan.hayward@arm.com>
3406             David Sherwood  <david.sherwood@arm.com>
3408         * optabs.c (vector_compare_rtx): Add a cmp_mode parameter
3409         and use it in the final call to gen_rtx_fmt_ee.
3410         (expand_vec_cond_expr): Update accordingly.
3411         (expand_vec_cmp_expr): Likewise.
3413 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
3414             Alan Hayward  <alan.hayward@arm.com>
3415             David Sherwood  <david.sherwood@arm.com>
3417         * cprop.c (local_cprop_find_used_regs): Use df_read_modify_subreg_p.
3419 2016-11-16  Richard Biener  <rguenther@suse.de>
3421         PR middle-end/78333
3422         * gimplify.c (gimplify_function_tree): Do not instrument
3423         GNU extern inline functions.
3425 2016-11-16  Martin Liska  <mliska@suse.cz>
3427         PR sanitizer/78270
3428         * gimplify.c (gimplify_switch_expr): Always save previous
3429         gimplify_ctxp->live_switch_vars.
3431 2016-11-16  Andrew Burgess  <andrew.burgess@embecosm.com>
3433         * config/arc/arc.md (movb peephole2): New peephole2 to merge two
3434         zero_extract operations to allow a movb to occur.
3435         * testsuite/gcc.target/arc/movb-1.c: Update little endian arc results.
3436         * testsuite/gcc.target/arc/movb-2.c: Likewise.
3437         * testsuite/gcc.target/arc/movb-5.c: Likewise.
3438         * testsuite/gcc.target/arc/movh_cl-1.c: Extend test to cover
3439         little endian arc.
3441 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
3442             Alan Hayward  <alan.hayward@arm.com>
3443             David Sherwood  <david.sherwood@arm.com>
3445         * expr.c (emit_group_load_1): Tighten check for whether an
3446         access involves only one operand of a CONCAT.  Use extract_bit_field
3447         for constants if the bit range does span the whole operand.
3449 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
3450             Alan Hayward  <alan.hayward@arm.com>
3451             David Sherwood  <david.sherwood@arm.com>
3453         * rtlanal.c (rtx_addr_can_trap_p_1): Handle unknown sizes.
3455 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
3456             Alan Hayward  <alan.hayward@arm.com>
3457             David Sherwood  <david.sherwood@arm.com>
3459         * tree-vect-loop.c (vect_transform_loop): Protect the updates of
3460         all three iteration counts with an any_* test.  Use a single update
3461         for each count.  Fix the calculation of nb_iterations_estimate.
3463 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
3465         * config/pdp11/pdp11.c: Include dbxout.h.
3467 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
3469         * config/arc/arc.c (arc_loop_hazard): Add missing brackets.
3471 2016-11-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3473         PR target/78364
3474         * config/arm/arm.md (*extv_reg): Restrict operands 2 and 3 to the
3475         proper ranges for an SBFX instruction.
3476         (extzv_t2): Likewise for UBFX.
3478 2016-11-16  Richard Biener  <rguenther@suse.de>
3480         PR tree-optimization/78348
3481         * tree-loop-distribution.c (enum partition_kind): Add PKIND_MEMMOVE.
3482         (generate_memcpy_builtin): Honor PKIND_MEMCPY on the partition.
3483         (classify_partition): Set PKIND_MEMCPY if dependence analysis
3484         revealed no dependency, PKIND_MEMMOVE otherwise.
3486 2016-11-16  Jakub Jelinek  <jakub@redhat.com>
3488         PR sanitizer/77823
3489         * ubsan.c (ubsan_build_overflow_builtin): Add DATAP argument, if
3490         it points to non-NULL tree, use it instead of ubsan_create_data.
3491         (instrument_si_overflow): Handle vector signed integer overflow
3492         checking.
3493         * ubsan.h (ubsan_build_overflow_builtin): Add DATAP argument.
3494         * tree-vrp.c (simplify_internal_call_using_ranges): Punt for
3495         vector IFN_UBSAN_CHECK_*.
3496         * internal-fn.c (expand_addsub_overflow): Add DATAP argument,
3497         pass it through to ubsan_build_overflow_builtin.
3498         (expand_neg_overflow, expand_mul_overflow): Likewise.
3499         (expand_vector_ubsan_overflow): New function.
3500         (expand_UBSAN_CHECK_ADD, expand_UBSAN_CHECK_SUB,
3501         expand_UBSAN_CHECK_MUL): Use tit for vector arithmetics.
3502         (expand_arith_overflow): Adjust expand_*_overflow callers.
3504 2016-11-16  Matthias Klose  <doko@ubuntu.com>
3506         * doc/install.texi: Remove references to java/libjava.
3508 2016-11-16  Kugan Vivekanandarajah  <kuganv@linaro.org>
3510         * tree-ssa-coalesce.c (register_default_def): Remove
3511         register_ssa_partition.
3512         (create_outofssa_var_map): Likewise.
3513         * tree-ssa-live.c (register_ssa_partition_check): Remove.
3514         * tree-ssa-live.h (register_ssa_partition): Likewise.
3516 2016-11-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3518         * genattrtab.c (attr_rtx_1): Avoid allocating new rtx objects.
3519         Clear ATTR_CURR_SIMPLIFIED_P for re-used binary rtx objects.
3520         Use DEF_ATTR_STRING for string arguments.  Use RTL_HASH for
3521         integer arguments.  Only set ATTR_PERMANENT_P on newly hashed
3522         rtx when all sub-rtx are also permanent.
3523         (attr_eq): Simplify.
3524         (attr_copy_rtx): Remove.
3525         (make_canonical, get_attr_value): Use attr_equal_p.
3526         (copy_boolean): Rehash NOT.
3527         (simplify_test_exp_in_temp,
3528         optimize_attrs): Remove call to attr_copy_rtx.
3529         (attr_alt_intersection, attr_alt_union,
3530         attr_alt_complement, mk_attr_alt): Rehash EQ_ATTR_ALT.
3531         (make_automaton_attrs): Use attr_eq.
3533 2016-11-15  Matthias Klose  <doko@ubuntu.com>
3535         * doc/install.texi: Remove references to java/libjava.
3536         * doc/sourcebuild.texi: Likewise.
3537         * doc/invoke.texi: Likewise.
3538         * doc/standards.texi: Likewise.
3540 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
3541             Alan Hayward  <alan.hayward@arm.com>
3542             David Sherwood  <david.sherwood@arm.com>
3544         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use Pmode instead
3545         of VOIDmode.
3546         * config/ia64/ia64.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3547         * config/iq2000/iq2000.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3548         * config/m68k/m68k.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3549         * config/microblaze/microblaze.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3550         * config/mips/mips.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3551         * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3552         * config/nios2/nios2.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3554 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
3555             Alan Hayward  <alan.hayward@arm.com>
3556             David Sherwood  <david.sherwood@arm.com>
3558         * dce.c (check_argument_store): Pass the size instead of
3559         the memory reference.
3560         (find_call_stack_args): Pass MEM_SIZE to check_argument_store.
3562 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
3563             Alan Hayward  <alan.hayward@arm.com>
3564             David Sherwood  <david.sherwood@arm.com>
3566         * alias.c (canon_rtx): Use simplify_gen_binary.
3568 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
3569             Alan Hayward  <alan.hayward@arm.com>
3570             David Sherwood  <david.sherwood@arm.com>
3572         * rtl.h (load_extend_op): Declare.
3573         * rtlanal.c (load_extend_op): New function.
3574         (nonzero_bits1): Use it.
3575         (num_sign_bit_copies1): Likewise.
3576         * cse.c (cse_insn): Likewise.
3577         * fold-const.c (fold_single_bit_test): Likewise.
3578         (fold_unary_loc): Likewise.
3579         * fwprop.c (free_load_extend): Likewise.
3580         * postreload.c (reload_cse_simplify_set): Likewise.
3581         (reload_cse_simplify_operands): Likewise.
3582         * combine.c (try_combine): Likewise.
3583         (simplify_set): Likewise.  Remove redundant SUBREG_BYTE and
3584         subreg_lowpart_p checks.
3586 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
3587             Alan Hayward  <alan.hayward@arm.com>
3588             David Sherwood  <david.sherwood@arm.com>
3590         * combine.c (simplify_shift_const_1): Use the number of bits
3591         in the inner mode to determine the range of the shift.
3592         When handling shifts of vectors, skip any rules that apply
3593         only to scalars.
3595 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
3596             Alan Hayward  <alan.hayward@arm.com>
3597             David Sherwood  <david.sherwood@arm.com>
3599         * rtlanal.c (num_sign_bit_copies1): Calculate bitwidth after
3600         handling VOIDmode.
3602 2016-11-15  Matthias Klose  <doko@ubuntu.com>
3604         * doc/install.texi: Remove references to gcj/libjava.
3605         * doc/invoke.texi: Likewise.
3607 2016-11-15  Jeff Law  <law@redhat.com>
3609         * tree-ssa-threadbackward.c (fsm_find_thread_path): Remove unneeded
3610         parameter.  Callers changed.
3611         (check-subpath_and_update_thread_path): Extracted from
3612         fsm_find_control_statement_thread_paths.
3613         (handle_phi, handle_assignment, handle_assignment_p): Likewise.
3614         (handle_phi, handle_assignment): Allow any constant node, not
3615         just INTEGER_CST.
3617 2016-11-15  Claudiu Zissulescu  <claziss@synopsys.com>
3619         * config/arc/arc-arch.h: New file.
3620         * config/arc/arc-arches.def: Likewise.
3621         * config/arc/arc-cpus.def: Likewise.
3622         * config/arc/arc-options.def: Likewise.
3623         * config/arc/t-multilib: Likewise.
3624         * config/arc/genmultilib.awk: Likewise.
3625         * config/arc/genoptions.awk: Likewise.
3626         * config/arc/arc-tables.opt: Likewise.
3627         * config/arc/driver-arc.c: Likewise.
3628         * testsuite/gcc.target/arc/nps400-cpu-flag.c: Likewise.
3629         * common/config/arc/arc-common.c (arc_handle_option): Trace
3630         toggled options.
3631         * config.gcc (arc*-*-*): Add arc-tables.opt to arc's extra
3632         options; check for supported cpu against arc-cpus.def file.
3633         (arc*-*-elf*, arc*-*-linux-uclibc*): Use new make fragment; define
3634         TARGET_CPU_BUILD macro; add driver-arc.o as an extra object.
3635         * config/arc/arc-c.def: Add emacs local variables.
3636         * config/arc/arc-opts.h (processor_type): Use arc-cpus.def file.
3637         (FPU_FPUS, FPU_FPUD, FPU_FPUDA, FPU_FPUDA_DIV, FPU_FPUDA_FMA)
3638         (FPU_FPUDA_ALL, FPU_FPUS_DIV, FPU_FPUS_FMA, FPU_FPUS_ALL)
3639         (FPU_FPUD_DIV, FPU_FPUD_FMA, FPU_FPUD_ALL): New defines.
3640         (DEFAULT_arc_fpu_build): Define.
3641         (DEFAULT_arc_mpy_option): Define.
3642         * config/arc/arc-protos.h (arc_init): Delete.
3643         * config/arc/arc.c (arc_cpu_name): New variable.
3644         (arc_selected_cpu, arc_selected_arch, arc_arcem, arc_archs)
3645         (arc_arc700, arc_arc600, arc_arc601): New variable.
3646         (arc_init): Add static; remove selection of default tune value,
3647         cleanup obsolete error messages.
3648         (arc_override_options): Make use of .def files for selecting the
3649         right cpu and option configurations.
3650         * config/arc/arc.h (stdbool.h): Include.
3651         (TARGET_CPU_DEFAULT): Define.
3652         (CPP_SPEC): Remove mcpu=NPS400 handling.
3653         (arc_cpu_to_as): Declare.
3654         (EXTRA_SPEC_FUNCTIONS): Define.
3655         (OPTION_DEFAULT_SPECS): Likewise.
3656         (ASM_DEFAULT): Remove.
3657         (ASM_SPEC): Use arc_cpu_to_as.
3658         (DRIVER_SELF_SPECS): Remove deprecated options.
3659         (arc_base_cpu): Declare.
3660         (TARGET_ARC600, TARGET_ARC601, TARGET_ARC700, TARGET_EM)
3661         (TARGET_HS, TARGET_V2, TARGET_ARC600): Make them use arc_base_cpu
3662         variable.
3663         (MULTILIB_DEFAULTS): Use ARC_MULTILIB_CPU_DEFAULT.
3664         * config/arc/arc.md (attr_cpu): Remove.
3665         * config/arc/arc.opt (mno-mpy): Deprecate.
3666         (mcpu=ARC600, mcpu=ARC601, mcpu=ARC700, mcpu=NPS400, mcpu=ARCEM)
3667         (mcpu=ARCHS): Remove.
3668         (mcrc, mdsp-packa, mdvbf, mmac-d16, mmac-24, mtelephony, mrtsc):
3669         Deprecate.
3670         (mbarrel_shifte, mspfp_, mdpfp_, mdsp_pack, mmac_): Remove.
3671         (arc_fpu): Use new defines.
3672         (mpy-option): Change to use numeric or string like inputs.
3673         * config/arc/t-arc (driver-arc.o): New target.
3674         (arc-cpus, t-multilib, arc-tables.opt): Likewise.
3675         * config/arc/t-arc-newlib: Delete.
3676         * config/arc/t-arc-uClibc: Renamed to t-uClibc.
3677         * doc/invoke.texi (ARC): Update arc options.
3679 2016-11-15  Maciej W. Rozycki  <macro@imgtec.com>
3681         * config/mips/mips.c (mips16_emit_constants): Emit `consttable'
3682         insn at the beginning of the constant pool.
3683         (mips_insert_insn_pseudos): New function.
3684         (mips_machine_reorg2): Call it.
3685         * config/mips/mips.md (unspec): Add UNSPEC_CONSTTABLE and
3686         UNSPEC_INSN_PSEUDO enum values.
3687         (insn_pseudo, consttable): New insns.
3689 2016-11-15  Michael Matz  <matz@suse.de>
3691         PR missed-optimization/77881
3692         * combine.c (simplify_comparison): Remove useless subregs
3693         also inside the loop, not just after it.
3694         (make_compound_operation): Recognize some subregs as being
3695         masking as well.
3697 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
3698             Alan Hayward  <alan.hayward@arm.com>
3699             David Sherwood  <david.sherwood@arm.com>
3701         * dwarf2out.c (mem_loc_descriptor): Fix GET_MODE_CLASS/
3702         GET_MODE_SIZE typo.
3704 2016-11-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
3706         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Add support
3707         for using xxinsertw and vinsert{b,h} on ISA 3.0.
3709         * config/rs6000/vsx.md (vsx_extract_<mode>): Update comment.
3710         (vsx_set_<mode>_p9): New insn to generate xxinsertw and
3711         vinsert{b,h} on ISA 3.0.
3713 2016-11-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3715         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
3716         and cmpnop in two steps: first the ones not accessed in original gimple
3717         expression in a endian independent way and then the ones not accessed
3718         in the final result in an endian-specific way.
3719         (bswap_replace): Stop doing big endian adjustment.
3721 2016-11-14  Uros Bizjak  <ubizjak@gmail.com>
3723         * config/i386/i386.md (*andndi3_doubleword): Merge operand constraints.
3724         (*ashl<mode>3_doubleword): Ditto.
3726 2016-11-14  Martin Liska  <mliska@suse.cz>
3728         * tree-ssa-dse.c (dse_optimize_stmt): Remove quotes and extra new line.
3730 2016-11-14  Prasad Ghangal  <prasad.ghangal@gmail.com>
3731             Richard Biener  <rguenther@suse.de>
3733         * doc/invoke.texi (fgimple): Document.
3734         * dumpfile.h (TDF_GIMPLE): Add.
3735         * dumpfile.c (dump_options): Add gimple.
3736         * gimple-pretty-print.c (dump_gimple_switch): Adjust dump
3737         for TDF_GIMPLE.
3738         (dump_gimple_label): Likewise.
3739         (dump_gimple_phi): Likewise.
3740         (dump_gimple_bb_header): Likewise.
3741         (dump_phi_nodes): Likewise.
3742         (pp_cfg_jump): Likewise.  Pass in dump flags.
3743         (dump_implicit_edges): Adjust.
3744         * passes.c (pass_init_dump_file): Do not dump function header
3745         for TDF_GIMPLE.
3746         * tree-cfg.c (dump_function_to_file): Dump function return type
3747         and __GIMPLE keyword for TDF_GIMPLE.  Change guard for dumping
3748         GIMPLE stmts.
3749         * tree-pretty-print.c (dump_decl_name): Adjust dump for TDF_GIMPLE.
3750         (dump_generic_node): Likewise.
3751         * function.h (struct function): Add pass_startwith member.
3752         * passes.c (execute_one_pass): Implement startwith.
3753         * tree-ssanames.c (make_ssa_name_fn): New argument, check for version
3754         and assign proper version for parsed ssa names.
3755         * tree-ssanames.h (make_ssa_name_fn): Add new argument to the function.
3756         * internal-fn.c (expand_PHI): New function.
3757         * internal-fn.h (expand_PHI): Declared here.
3758         * internal-fn.def: New defination for PHI.
3759         * tree-cfg.c (lower_phi_internal_fn): New function.
3760         (build_gimple_cfg): Call it.
3761         (verify_gimple_call): Condition for passing label as arg in internal
3762         function PHI.
3763         * tree-into-ssa.c (rewrite_add_phi_arguments): Handle already
3764         present PHIs with arguments.
3766 2016-11-14  Martin Liska  <mliska@suse.cz>
3768         PR bootstrap/78069
3769         * common.opt: Add prefer-atomic as a new enum value for
3770         -fprofile-update.
3771         * coretypes.h: Likewise.
3772         * doc/invoke.texi: Document the new option value.
3773         * gcc.c: Replace atomic with prefer-atomic.  Remove warning.
3774         * tree-profile.c (tree_profiling): Select default value
3775         of -fprofile-update when 'prefer-atomic' is selected.
3777 2016-11-14  Wilco Dijkstra  <wdijkstr@arm.com>
3779         * config/arm/cortex-a57.md (cortex_a57_alu): Move extend here, bfm...
3780         (cortex_a57_alu_shift): ...here.
3782 2016-11-14  Wilco Dijkstra  <wdijkstr@arm.com>
3784         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3)
3785         Use bfx attribute.
3786         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
3787         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
3788         (<optab>si3_insn_uxtw): Likewise.
3789         (<optab><mode>3_insn): Likewise.
3790         (<ANY_EXTEND:optab><GPI:mode>_ashl<SHORT:mode>): Likewise.
3791         (zero_extend<GPI:mode>_lshr<SHORT:mode>): Likewise.
3792         (extend<GPI:mode>_ashr<SHORT:mode>): Likewise.
3793         (<optab><mode>): Likewise.
3794         (insv<mode>): Likewise.
3795         (andim_ashift<mode>_bfiz): Likewise.
3796         * config/aarch64/thunderx.md (thunderx_shift): Add bfx.
3797         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Likewise.
3798         * config/arm/cortex-a57.md (cortex_a57_alu): Add bfx.
3799         * config/arm/exynos-m1.md (exynos_m1_alu): Add bfx.
3800         (exynos_m1_alu_p): Likewise.
3801         * config/arm/types.md: Add bfx.
3802         * config/arm/xgene1.md (xgene1_bfm): Add bfx.
3804 2016-11-14  Wilco Dijkstra  <wdijkstr@arm.com>
3806         * config/aarch64/aarch64.c (cortexa57_vector_cost):
3807         Change vec_stmt_cost, vec_align_load_cost and vec_unalign_load_cost.
3809 2016-11-14  Richard Biener  <rguenther@suse.de>
3811         PR tree-optimization/78312
3812         * gimple-ssa-backprop.c (backprop::prepare_change): Reset
3813         flow-sensitive info.
3815 2016-11-14  Georg-Johann Lay  <avr@gjlay.de>
3817         PR target/78093
3818         * doc/invoke.texi (AVR Options) [-mabsdata]: Document new option.
3819         * config/avr/avr.opt (-mabsdata): New option.
3820         * config/avr/avr-arch.h (avr_device_specific_features): Add AVR_ISA_LDS.
3821         * config/avr/avr.c (avr_encode_section_info) [AVR_TINY]: If
3822         -mabsdata & symbol is not progmem, tag as AVR_SYMBOL_FLAG_TINY_ABSDATA.
3823         * config/avr/avr-mcus.def (attiny4/5/9/10/20): Use AVR_ISA_LDS.
3824         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Print cc1_absdata
3825         spec depending on AVR_ISA_LDS.
3826         * config/avr/specs.h (CC1_SPEC): Enhanced by cc1_absdata spec.
3828 2016-11-13  Jakub Jelinek  <jakub@redhat.com>
3830         * match.pd: Don't try to compare addresses of variables with
3831         DECL_VALUE_EXPR.
3833 2016-11-13  Kugan Vivekanandarajah  <kuganv@linaro.org>
3835         * ipa-cp.c (ipa_get_jf_pass_through_result): Skip unary expressions.
3836         (propagate_vr_accross_jump_function): Handle unary expressions.
3837         * ipa-prop.c (ipa_set_jf_unary_pass_through): New.
3838         (load_from_param_1): New.
3839         (load_from_unmodified_param): Factor common part into load_from_param_1.
3840         (load_from_param): New.
3841         (compute_complex_assign_jump_func): Handle unary expressions.
3842         (update_jump_functions_after_inlining): Likewise.
3843         (ipa_write_jump_function): Likewise.
3844         (ipa_read_jump_function): Likewise.
3846 2016-11-13  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3848         PR c/35503
3849         * doc/invoke.texi: Document Wrestrict.
3850         * pretty-print.c (pp_format): Add case for "Z" specifier.
3851         (test_pp_format): Test "Z" specifier.
3853 2016-11-13  Eric Botcazou  <ebotcazou@adacore.com>
3855         * ipa-icf.c (sem_function::merge): Do not create a wrapper also if the
3856         original function needs a static chain.
3858 2016-11-13  David Edelsohn  <dje.gcc@gmail.com>
3860         PR target/78336
3861         * config/rs6000/rs6000.c (rs6000_asm_weaken_decl): Protect
3862         ASM_OUTPUT_DEF.
3864 2016-11-12  Segher Boessenkool  <segher@kernel.crashing.org>
3866         PR target/77957
3867         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
3868         return early if !optional_tbtab.
3870 2016-11-11  Eric Botcazou  <ebotcazou@adacore.com>
3872         PR rtl-optimization/59461
3873         * doc/rtl.texi (paradoxical subregs): Add missing word.
3874         * combine.c (reg_nonzero_bits_for_combine): Do not discard results
3875         in modes with precision larger than that of last_set_mode.
3876         * rtlanal.c (nonzero_bits1) <SUBREG>: If WORD_REGISTER_OPERATIONS is
3877         set and LOAD_EXTEND_OP is appropriate, propagate results from inner
3878         REGs to paradoxical SUBREGs.
3879         (num_sign_bit_copies1) <SUBREG>: Likewise.  Check that the mode is not
3880         larger than a word before invoking LOAD_EXTEND_OP on it.
3882 2016-11-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
3884         PR target/78243
3885         * config/rs6000/vsx.md (vsx_extract_<mode>_p9): Correct the
3886         element order for little endian ordering.
3888         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Use
3889         VECTOR_ELT_ORDER_BIG and not BYTES_BIG_ENDIAN to adjust element
3890         number.
3892 2016-11-11  Uros Bizjak  <ubizjak@gmail.com>
3894         PR target/78310
3895         * config/i386/i386.md (rotate to rotatex splitter): Avoid overflow
3896         when calculating operand 2.
3897         (rotate to rotatex zext splitter): Ditto.
3899 2016-11-11  Jeff Law  <law@redhat.com>
3901         * gimple-ssa-isolate-paths.c (is_divmod_with_given_divisor): New
3902         function.
3903         (stmt_uses_name_in_undefined_way): New function, extracted from
3904         find_implicit_erroneous_behavior and extended for div/mod case.
3905         (stmt_uses_0_or_null_in_undefined_way): New function, extracted from
3906         find_explicit_erroneous_behavior and extended for div/mod case.
3907         (find_implicit_erroneous_behavior): Use new helper function.
3908         (find_explicit_erroneous_behavior): Use new helper function.
3910 2016-11-11  Richard Biener  <rguenther@suse.de>
3912         PR tree-optimization/71575
3913         * graphite-isl-ast-to-gimple.c (copy_cond_phi_nodes): Remove
3914         bogus assert.
3916 2016-11-11  Richard Biener  <rguenther@suse.de>
3918         PR middle-end/78295
3919         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
3920         about uninitialized destination arg of BIT_INSERT_EXPR.
3922 2016-11-10  Sandra Loosemore  <sandra@codesourcery.com>
3924         PR c/37998
3925         * doc/invoke.texi (Code Gen Options) [-fno-common]: Use correct
3926         terminology.  Expand to remove ambiguity.
3928 2016-11-10  Segher Boessenkool  <segher@kernel.crashing.org>
3930         PR rtl-optimization/78232
3931         * combine.c (try_combine): Add a big comment about why reusing i2dest
3932         is undesirable.
3933         (change_zero_ext): Do not call simplify_gen_binary, do the
3934         simplifications manually.
3936 2016-11-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
3938         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If ISA 3.0,
3939         enable HImode and QImode to go in vector registers by default if
3940         the -mvsx-small-integer option is enabled.
3941         (rs6000_secondary_reload_simple_move): Likewise.
3942         (rs6000_preferred_reload_class): Don't force integer constants to
3943         be loaded into vector registers that we can easily make into
3944         memory (or being created in the GPRs and moved over with direct move).
3945         * config/rs6000/vsx.md (UNSPEC_P9_MEMORY): Delete, no longer used.
3946         (vsx_extract_<mode>): Rework V4SImode, V8HImode, and V16QImode
3947         vector extraction on ISA 3.0 when the scalar integer can be
3948         allocated in vector registers.  Generate the VEC_SELECT directy,
3949         and don't use UNSPEC's to avoid having the scalar type in a vector
3950         register.  Make the expander target registers, and let the
3951         combiner fold in results storing to memory, if the machine
3952         supports stores.
3953         (vsx_extract_<mode>_di): Likewise.
3954         (vsx_extract_<mode>_p9): Likewise.
3955         (vsx_extract_<mode>_di_p9): Likewise.
3956         (vsx_extract_<mode>_store_p9): Likewise.
3957         (vsx_extract_si): Likewise.
3958         (vsx_extract_<mode>_p8): Likewise.
3959         (p9_lxsi<wd>zx): Delete, no longer used.
3960         (p9_stxsi<wd>x): Likewise.
3961         * config/rs6000/rs6000.md (INT_ISA3): New mode iterator for
3962         integers in vector registers for ISA 3.0.
3963         (QHI): Update comment.
3964         (zero_extendqi<mode>2): Add support for ISA 3.0 scalar load or
3965         vector extract instructions in sign/zero extend.
3966         (zero_extendhi<mode>): Likewise.
3967         (extendqi<mode>): Likewise.
3968         (extendhi<mode>2): Likewise.
3969         (HImode splitter for load/sign extend in vector register): Likewise.
3970         (float<QHI:mode><FP_ISA3:mode>2): Eliminate old method of
3971         optimizing floating point conversions to/from small data types and
3972         rewrite it to support QImode/HImode being allowed in vector
3973         registers on ISA 3.0.
3974         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
3975         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
3976         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
3977         (fix_trunc<SFDF:mode><QHI:mode>2): Likewise.
3978         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
3979         (fixuns_trunc<SFDF:mode><QHI:mode>2): Likewise.
3980         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
3981         VSPLITISW on ISA 2.07.
3982         (movhi_internal): Combine movhi_internal and movqi_internal into
3983         one mov<mode>_internal with an iterator.  Add support for QImode
3984         and HImode being allowed in vector registers.  Make large number
3985         of attributes and constraints easier to read.
3986         (movqi_internal): Likewise.
3987         (mov<mode>_internal): Likewise.
3988         (movdi_internal64): Fix constraint to allow loading -16..15 with
3989         VSPLITISW on ISA 2.07.
3990         (integer XXSPLTIB splitter): Add support for QI, HI, and SImode as
3991         well as DImode.
3993 2016-11-10  Pat Haugen  <pthaugen@us.ibm.com>
3995         PR rtl-optimization/78241
3996         * loop-unroll.c (unroll_loop_runtime_iterations): Don't adjust 'niter',
3997         but emit initial peel copy if niter expr is not reliable.
3999 2016-11-10  Segher Boessenkool  <segher@kernel.crashing.org>
4001         * dwarf2cfi.c (dump_cfi_row): Add forward declaration.
4002         (maybe_record_trace_start): If the CFI is different on the new and
4003         old paths, print out both to the dump file before ICEing.
4005 2016-11-10  Vladimir Makarov  <vmakarov@redhat.com>
4007         * target.def (additional_allocno_class_p): New.
4008         * hooks.h (hook_bool_reg_class_t_false): New prototype.
4009         * hooks.c (hook_bool_reg_class_t_false): New.
4010         * ira.c (setup_allocno_and_important_classes): Use the new hook.
4011         * doc/tm.texi.in (TARGET_ADDITIONAL_ALLOCNO_CLASS_P): Add it.
4012         * doc/tm.texi: Update.
4014 2016-11-10  Jason Merrill  <jason@redhat.com>
4016         * gengtype.c (new_structure): Append to structures list.
4017         (find_structure): Likewise.
4019 2016-11-10  Jim Wilson  <jim.wilson@linaro.org>
4021         * tree-loop-distribution.c (pg_add_dependence_edges): Return 2 if
4022         this_dir is 2.  Check for this_dir non-zero before dir != this_dir
4023         check.
4025 2016-11-10  Jakub Jelinek  <jakub@redhat.com>
4027         * omp-low.c (lower_omp_target): Fix up argument to is_reference.
4028         (expand_omp_ordered_sink): Handle TREE_PURPOSE of deps being
4029         TRUNC_DIV_EXPR.
4030         * gimplify.c (gimplify_scan_omp_clauses): Likewise.  Set
4031         ctx->target_map_scalars_firstprivate on OMP_TARGET even for Fortran.
4032         Remove omp_no_lastprivate callers.  Propagate lastprivate on combined
4033         teams distribute parallel for simd even to distribute and teams
4034         construct.  For OMP_CLAUSE_DEPEND add missing break at the end of
4035         OMP_CLAUSE_DEPEND_SINK case.
4036         (omp_notice_variable): Use lang_hooks.decls.omp_scalar_p.
4037         (omp_no_lastprivate): Removed.
4038         (gimplify_adjust_omp_clauses): Remove omp_no_lastprivate callers.
4039         (gimplify_omp_for): Likewise.
4040         (computable_teams_clause): Fail for automatic vars from current
4041         function not yet seen in bind expr.
4042         * langhooks.c (lhd_omp_scalar_p): New function.
4043         * langhooks.h (struct lang_hooks_for_decls): Add omp_scalar_p.
4044         * varpool.c (varpool_node::get_create): Set node->offloading
4045         even for DECL_EXTERNAL decls.
4046         * langhooks-def.h (lhd_omp_scalar_p): New prototype.
4047         (LANG_HOOKS_OMP_SCALAR_P): Define.
4048         (LANG_HOOKS_DECLS): Use it.
4050 2016-11-10  Martin Liska  <mliska@suse.cz>
4052         PR sanitizer/78270
4053         * gimplify.c (gimplify_switch_expr): Create live_switch_vars
4054         only when SWITCH_BODY is a BIND_EXPR.
4056 2016-11-10  Pierre-Marie de Rodat  <derodat@adacore.com>
4058         PR debug/78112
4059         * dwarf2out.c (dwarf2out_early_global_decl): Call dwarf2out_decl
4060         on the context only when it has no DIE yet.
4062 2016-11-10  Richard Earnshaw  <rearnsha@arm.com>
4064         * arm.h (target_cpus): Delete.
4065         * arm-opts.h (enum processor_type): Prefix entires with TARGET_CPU_.
4066         * arm.c (all_cores): Prefix IDENT with TARGET_CPU_.
4067         (all_architectures): Likewise.
4068         (arm_option_override): Adjust use of CPU enums.
4069         (arm_sched_reorder): Likewise.
4070         * vfp.md (movdi_vfp, movdi_vfp_cortexa8): Likewise.
4071         * arm.opt (mcpu, mtune): Adjust use of CPU enums.
4072         * arm/genopt.sh (processor_type): Prefix enumeration entries with
4073         TARGET_CPU_.
4074         * arm-tables.opt: Regenerated.
4076 2016-11-10  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
4078         * config/aarch64/aarch64-cores.def (qdf24xx): Update part number.
4079         (falkor): New core.
4080         * config/aarch64/aarch64-tune.md: Regenerated.
4081         * config/arm/arm-cores.def (falkor): New core.
4082         * config/arm/arm-tables.opt: Regenerated.
4083         * config/arm/arm-tune.md: Regenerated.
4084         * config/arm/bpabi.h (BE8_LINK_SPEC): Add falkor support.
4085         * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
4086         * doc/invoke.texi (AArch64 Options/-mtune): Document it.
4087         (ARM Options/-mtune): Likewise.
4089 2016-11-10  Kugan Vivekanandarajah  <kuganv@linaro.org>
4091         Revert
4092         2016-11-09  Kugan Vivekanandarajah  <kuganv@linaro.org>
4094         * ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.
4095         (propagate_vr_accross_jump_function): Likewise.
4096         * ipa-prop.c (ipa_set_jf_unary_pass_through): New.
4097         (load_from_param_1): New.
4098         (load_from_unmodified_param): Factor common part into load_from_param_1.
4099         (load_from_param): New.
4100         (compute_complex_assign_jump_func): Handle unary expressions.
4101         (ipa_write_jump_function): Likewise.
4102         (ipa_read_jump_function): Likewise.
4104 2016-11-09  Segher Boessenkool  <segher@kernel.crashing.org>
4106         * simplify-rtx.c (simplify_binary_operation_1): Simplify
4107         (xor (and (xor A B) C) B) to (ior (and A C) (and B ~C)) and
4108         (xor (and (xor A B) C) A) to (ior (and A ~C) (and B C)) if C
4109         is a const_int.
4111 2016-11-09  David Malcolm  <dmalcolm@redhat.com>
4113         * print-rtl-function.c: Include varasm.h.
4114         (print_any_param_name): New function.
4115         (print_param): New function.
4116         (print_rtx_function): Call print_param for each argument.
4117         * print-rtl.c (rtx_writer::finish_directive): New function.
4118         * print-rtl.h (rtx_writer::finish_directive): New decl.
4120 2016-11-09  Uros Bizjak  <ubizjak@gmail.com>
4122         PR target/78262
4123         * config/i386/i386.md (*<shift_insn><mode>3_doubleword): Mark
4124         operand 0 as earlyclobber.
4125         (*ashl<mode>3_doubleword): Ditto for all operand 0 alternatives.
4127 2016-11-09  Martin Liska  <mliska@suse.cz>
4129         * fold-const-call.c (fold_const_call): Fix up type of s0 and s1.
4131 2016-11-09  Jakub Jelinek  <jakub@redhat.com>
4133         PR target/77718
4134         * builtins.c (expand_builtin_memcmp): Formatting fix.
4136         * flag-types.h (enum sanitize_code): Add SANITIZE_SHIFT_BASE
4137         and SANITIZE_SHIFT_EXPONENT, change SANITIZE_SHIFT to bitwise
4138         or of them, renumber other enumerators.
4139         * opts.c (sanitizer_opts): Add shift-base and shift-exponent.
4140         * doc/invoke.texi: Document -fsanitize=shift-base and
4141         -fsanitize-shift-exponent, document -fsanitize=shift as
4142         having those 2 suboptions.
4144 2016-11-09  Richard Biener  <rguenther@suse.de>
4146         * fold-const.c (tree_swap_operands_p): Remove unused arg.
4147         * fold-const.c (tree_swap_operands_p): Likewise.
4148         (fold_binary_loc): Adjust.
4149         (fold_ternary_loc): Likewise.
4150         * genmatch.c (dt_operand::gen_gimple_exp): Likewise.
4151         * gimple-fold.c (fold_stmt_1): Likewise.
4152         * gimple-match-head.c (gimple_resimplify2): Likewise.
4153         (gimple_resimplify3): Likewise.
4154         (gimple_simplify): Likewise.
4155         * tree-ssa-dom.c (record_equality): Likewise.
4156         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Likewise.
4157         * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
4158         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): Likewise.
4160 2016-11-09  Richard Biener  <rguenther@suse.de>
4162         * tree-ssa-dom.c (canonicalize_comparison): Remove.
4163         (optimize_stmt): Remove redundant pre-propagation canonicalization
4164         of comparison operand order.
4166 2016-11-09  Martin Liska  <mliska@suse.cz>
4168         * fold-const-call.c (fold_const_call): Fix the folding.
4170 2016-11-09  Richard Biener  <rguenther@suse.de>
4172         * common.opt (flag_evaluation_order): Remove.
4173         * expr.c (expand_operands): Remove code guarded by
4174         flag_evaluation_order.
4175         * fold-const.c (reorder_operands_p): Remove, it always returns
4176         true.
4177         (negate_expr_p): Remove calls to reorder_operands_p.
4178         (fold_negate_expr): Likewise.
4179         (tree_swap_operands_p): Likewise.
4180         (fold_binary_loc): Likewise.
4182 2016-11-09  Andreas Schwab  <schwab@suse.de>
4184         PR target/78254
4185         * config/m68k/m68k.md: Reject out-of-range bit pos in bit-fields
4186         insns operating on a register.
4188 2016-11-09  Richard Biener  <rguenther@suse.de>
4190         PR tree-optimization/78007
4191         * tree-vect-stmts.c (vectorizable_bswap): New function.
4192         (vectorizable_call): Call vectorizable_bswap for
4193         BUILT_IN_BSWAP{16,32,64} if arguments are not promoted.
4195 2016-11-09  Richard Biener  <rguenther@suse.de>
4197         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
4198         Look at the DR_BASE_ADDRESS object for forcing alignment.
4200 2016-11-09  Kugan Vivekanandarajah  <kuganv@linaro.org>
4202         * ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.
4203         (propagate_vr_accross_jump_function): Likewise.
4204         * ipa-prop.c (ipa_set_jf_unary_pass_through): New.
4205         (load_from_param_1): New.
4206         (load_from_unmodified_param): Factor common part into load_from_param_1.
4207         (load_from_param): New.
4208         (compute_complex_assign_jump_func): Handle unary expressions.
4209         (ipa_write_jump_function): Likewise.
4210         (ipa_read_jump_function): Likewise.
4212 2016-11-09  Kugan Vivekanandarajah  <kuganv@linaro.org>
4214         PR ipa/78121
4215         * ipa-cp.c (propagate_vr_accross_jump_function): Pass param type.
4216         Also fold constant passed as argument while computing value range.
4217         (propagate_constants_accross_call): Pass param type.
4218         * ipa-prop.c: export ipa_get_callee_param_type.
4219         * ipa-prop.h: export ipa_get_callee_param_type.
4221 2016-11-09  Maxim Ostapenko  <m.ostapenko@samsung.com>
4223         * asan.h (asan_intercepted_p): Handle BUILT_IN_STRCSPN,
4224         BUILT_IN_STRPBRK, BUILT_IN_STRSPN and BUILT_IN_STRSTR.
4226 2016-11-09  Maxim Ostapenko  <m.ostapenko@samsung.com>
4228         * asan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.
4229         * asan.c (ASAN_STACK_MAGIC_PARTIAL): Replace with
4230         ASAN_STACK_MAGIC_MIDDLE.
4231         (asan_global_struct): Increase the size of fields.
4232         (asan_add_global): Add new field constructor.
4233         * sanitizer.def (__asan_version_mismatch_check_v6): Replace with
4234         __asan_version_mismatch_check_v8.
4236 2016-11-08  David Edelsohn  <dje.gcc@gmail.com>
4238         * dwarf2asm.c (USE_LINKONCE_INDIRECT): Test XCOFF_DEBUGGING_INFO
4239         at runtime.
4241 2016-11-08  Uros Bizjak  <ubizjak@gmail.com>
4243         PR target/70799
4244         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
4245         Handle ASHIFT and LSHIFTRT.
4246         (dimode_scalar_chain::compute_convert_gain): Ditto.
4247         (dimode_scalar_chain::convert_insn): Ditto.
4249 2016-11-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4251         * gimple-ssa-store-merging.c: Include selftest.h
4252         (verify_array_eq): New function.
4253         (verify_shift_bytes_in_array): Likewise.
4254         (verify_shift_bytes_in_array_right): Likewise.
4255         (verify_clear_bit_region): Likewise.
4256         (verify_clear_bit_region_be): Likewise.
4257         (store_merging_c_tests): Likewise.
4258         * selftest.h (store_merging_c_tests): Declare prototype.
4259         * selftest-run-tests.c (selftest::run_tests): Run
4260         store_merging_c_tests.
4262 2016-11-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4264         * config/arm/arm.opt (mold-rtx-costs): Delete.
4265         (mnew-generic-costs): Delete.
4266         * config/arm/arm-protos.h (struct tune_params): Delete rtx_costs field.
4267         * config/arm/arm.c (arm_rtx_costs_1): Delete.
4268         (arm_size_rtx_costs): Likewise.
4269         (arm_slowmul_rtx_costs): Likewise.
4270         (arm_fastmul_rtx_costs): Likewise.
4271         (arm_xscale_rtx_costs): Likewise.
4272         (arm_9e_rtx_costs): Likewise.
4273         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
4274         arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
4275         arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
4276         arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
4277         arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
4278         arm_cortex_a5_tune, arm_xgene1_tune, arm_marvell_pj4_tune,
4279         arm_cortex_a35_tune, arm_exynosm1_tune, arm_cortex_a73_tune,
4280         arm_cortex_m7_tune):
4281         Delete rtx_costs field.
4282         (arm_new_rtx_costs): Rename to...
4283         (arm_rtx_costs_internal): ... This.
4284         (arm_rtx_costs): Remove old way of doing rtx costs.
4286 2016-11-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4288         * config/arm/arm.c (arm_slowmul_tune): Use generic_extra_costs.
4289         (arm_fastmul_tune): Likewise.
4290         (arm_strongarm_tune): Likewise.
4291         (arm_xscale_tune): Likewise.
4292         (arm_9e_tune): Likewise.
4293         (arm_marvell_pj4_tune): Likewise.
4294         (arm_v6t2_tune): Likewise.
4295         (arm_v6m_tune): Likewise.
4296         (arm_fa726te_tune): Likewise.
4298 2016-11-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4300         PR tree-optimization/78234
4301         * gimple-ssa-store-merging.c (clear_bit_region): Fix off-by-one error
4302         in start != 0 case.
4304 2016-11-08  Martin Liska  <mliska@suse.cz>
4306         PR testsuite/78242
4307         * dbgcnt.def: Add new debug counter asan_use_after_scope.
4308         * gimplify.c (gimplify_decl_expr): Do not sanitize vars
4309         with a value expr.  Do not add artificial variables to
4310         live_switch_vars.  Use the debug counter.
4311         (gimplify_target_expr): Use the debug counter.
4312         * internal-fn.def: Remove ECF_TM_PURE from ASAN_MARK builtin.
4313         * sanitizer.def: Set ATTR_NOTHROW_LEAF_LIST to
4314         BUILT_IN_ASAN_CLOBBER_N and BUILT_IN_ASAN_UNCLOBBER_N.
4316 2016-11-08  Richard Biener  <rguenther@suse.de>
4318         * tree-vect-stmts.c (get_group_load_store_type): If the
4319         access is aligned do not trigger peeling for gaps.
4320         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
4321         force alignment of vars with DECL_USER_ALIGN.
4323 2016-11-08  James Greenhalgh  <james.greenhalgh@arm.com>
4325         * config/aarch64/t-aarch64 (aarch64-c.o): Depend on TARGET_H.
4327 2016-11-08  Richard Biener  <rguenther@suse.de>
4329         PR tree-optimization/78205
4330         * tree-vect-stmts.c (vectorizable_load): Move check whether
4331         we may run into gaps when BB vectorizing SLP permutations ...
4332         * tree-vect-slp.c (vect_supported_load_permutation_p): ...
4333         here where we can do a more precise check.
4335 2016-11-08  Richard Biener  <rguenther@suse.de>
4337         PR tree-optimization/78224
4338         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
4339         Split the fallthru edge in case its successor may have PHIs.
4340         Do not free dominance info.
4342 2016-11-07  Jakub Jelinek  <jakub@redhat.com>
4344         PR target/78229
4345         * config/i386/i386.c (ix86_gimple_fold_builtin): Do not adjust
4346         EH info even for bzhi and pdep/pext.
4348 2016-11-07  Peter Bergner  <bergner@vnet.ibm.com>
4350         * config.gcc (powerpc*-*-*, rs6000*-*-*): Remove setting of
4351         INCLUDE_EXTRA_SPEC for Advance Toolchain builds.
4353 2016-11-07  Segher Boessenkool  <segher@kernel.crashing.org>
4355         * config/rs6000/rs6000.md (div<mode>3): Expand using rs6000_emit_swdiv
4356         if appropriate.
4357         * config/rs6000/vector.md (div<mode>3): Ditto.
4359 2016-11-07  David Edelsohn  <dje.gcc@gmail.com>
4361         * configure.ac (.hidden): Change to conftest_s string. Provide string
4362         for AIX assembler.
4363         (gcc_cv_ld_hidden): Yes for AIX.
4364         * configure: Regenerate.
4366         * dwarf2asm.c (USE_LINKONCE_INDIRECT): Don't set for AIX (XCOFF).
4368         * config/rs6000/rs6000-protos.h (rs6000_asm_weaken_decl): Declare
4369         (rs6000_xcoff_asm_output_aligned_decl_common): Declare.
4370         * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_DECL_NAME): Define.
4371         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
4372         (ASM_OUTPUT_ALIGNED_COMMON): Delete.
4373         * config/rs6000/rs6000.c (rs6000_init_builtins): Change clog rename
4374         from #if to if.
4375         (rs6000_xcoff_visibility): New.
4376         (rs6000_xcoff_declare_function_name): Add visibility support.
4377         (rs6000_xcoff_asm_globalize_decl_name): New.
4378         (rs6000_xcoff_asm_output_aligned_decl_common): New.
4379         (rs6000_asm_weaken_decl): New.
4380         (rs6000_code_end): Disable HIDDEN_LINKONCE on XCOFF.
4381         config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Change definition to
4382         reference function.
4384 2016-11-07  Jack Howarth  <howarth.at.gcc@gmail.com>
4386         PR driver/78206
4387         * incpath.c (remove_dup): Also silently ignore EPERM.
4389 2016-11-07  Martin Jambor  <mjambor@suse.cz>
4391         * tree.c (verify_type_variant): Use pointer comparison to check that
4392         TYPE_SIZE_UNIT match.
4394 2016-11-07  Jakub Jelinek  <jakub@redhat.com>
4396         PR target/77834
4397         * dse.c (dse_step5): Call scan_reads even if just
4398         insn_info->frame_read.  Improve and fix dump file messages.
4400         PR target/78227
4401         * config/i386/i386.c (ix86_expand_sse_cmp): Force dest into
4402         cmp_mode argument even for -O0 if cmp_mode != mode and maskcmp.
4404 2016-11-07  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4406         PR middle-end/35691
4407         * match.pd: Add following two patterns:
4408         (x == 0 & y == 0) -> (x | typeof(x)(y)) == 0.
4409         (x != 0 | y != 0) -> (x | typeof(x)(y)) != 0.
4411 2016-11-07  Bernd Schmidt  <bschmidt@redhat.com>
4413         * emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order.
4414         * sel-sched-ir.c (create_copy_of_insn_rtx): Likewise.
4415         * rtl.h (duplicate_reg_notes): Declare.
4416         * rtlanal.c (duplicate_reg_note): New function.
4418         PR rtl-optimization/77309
4419         * combine.c (make_compound_operation): Allow EQ for IN_CODE, and
4420         don't assume an equality comparison for plain COMPARE.
4421         (simplify_comparison): Pass a more accurate code to
4422         make_compound_operation.
4424 2016-11-07  Pat Haugen  <pthaugen@us.ibm.com>
4426         * target.def (compute_pressure_classes): New target hook.
4427         * doc/tm.texi.in: Document it.
4428         * doc/tm.texi: Regenerate.
4429         * ira.c (setup_pressure_classes): Call target hook if defined.
4431 2016-11-07  David Malcolm  <dmalcolm@redhat.com>
4433         * print-rtl.c (rtx_writer::operand_has_default_value_p): New
4434         method.
4435         (rtx_writer::print_rtx): In compact mode, omit trailing operands
4436         that have the default values.
4437         * print-rtl.h (rtx_writer::operand_has_default_value_p): New
4438         method.
4439         * rtl-tests.c (selftest::test_dumping_insns): Remove empty
4440         label string from expected dump.
4441         (seltest::test_uncond_jump): Remove trailing "(nil)" for REG_NOTES
4442         from expected dump.
4444 2016-11-07  Jakub Jelinek  <jakub@redhat.com>
4446         PR target/77834
4447         * alias.c (nonoverlapping_memrefs_p): If one decl is
4448         FUNCTION_DECL or LABEL_DECL and the other is not, return 1.
4450 2016-11-07  Richard Biener  <rguenther@suse.de>
4452         PR target/78229
4453         * config/i386/i386.c (ix86_gimple_fold_builtin): Do not adjust
4454         EH info.
4456 2016-11-07  Richard Biener  <rguenther@suse.de>
4458         PR tree-optimization/78218
4459         * gimple-ssa-store-merging.c
4460         (pass_store_merging::terminate_all_aliasing_chains):
4461         Drop unused argument, fix alias check to also consider uses.
4462         (pass_store_merging::execute): Adjust.
4464 2016-11-07  Richard Biener  <rguenther@suse.de>
4466         PR tree-optimization/78228
4467         * tree-ssa-phiopt.c (abs_replacement): Avoid introducing
4468         undefined behavior.
4470 2016-11-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4472         PR target/77822
4473         * config/aarch64/aarch64.md (*tb<optab><mode>1): Use
4474         aarch64_simd_shift_imm_<mode> predicate for operand 1.
4475         (<optab>, ANY_EXTRACT): Use tighter predicates on operands 2 and 3
4476         to restrict them to an appropriate range and add FAIL check if the
4477         region they specify is out of range.  Delete useless constraint
4478         strings.
4479         (*<optab><mode>, ANY_EXTRACT): Add appropriate predicates on operands
4480         2 and 3 to restrict their range and add pattern predicate.
4482 2016-11-07  Martin Liska  <mliska@suse.cz>
4484         * asan.c (enum asan_check_flags): Move the enum to header file.
4485         (asan_init_shadow_ptr_types): Make type creation more generic.
4486         (shadow_mem_size): New function.
4487         (asan_emit_stack_protection): Use newly added ASAN_SHADOW_GRANULARITY.
4488         Rewritten stack unpoisoning code.
4489         (build_shadow_mem_access): Add new argument return_address.
4490         (instrument_derefs): Instrument local variables if use after scope
4491         sanitization is enabled.
4492         (asan_store_shadow_bytes): New function.
4493         (asan_expand_mark_ifn): Likewise.
4494         (asan_sanitize_stack_p): Moved from asan_sanitize_stack_p.
4495         * asan.h (enum asan_mark_flags): Moved here from asan.c
4496         (asan_protect_stack_decl): Protect all declaration that need
4497         to live in memory.
4498         (asan_sanitize_use_after_scope): New function.
4499         (asan_no_sanitize_address_p): Likewise.
4500         * cfgexpand.c (partition_stack_vars): Consider
4501         asan_sanitize_use_after_scope in condition.
4502         (expand_stack_vars): Likewise.
4503         * common.opt (-fsanitize-address-use-after-scope): New option.
4504         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
4505         Explain the parameter.
4506         * flag-types.h (enum sanitize_code): Define SANITIZE_USE_AFTER_SCOPE.
4507         * gimplify.c (build_asan_poison_call_expr): New function.
4508         (asan_poison_variable): Likewise.
4509         (gimplify_bind_expr): Generate poisoning/unpoisoning for local
4510         variables that have address taken.
4511         (gimplify_decl_expr): Likewise.
4512         (gimplify_target_expr): Likewise for C++ temporaries.
4513         (sort_by_decl_uid): New function.
4514         (gimplify_expr): Unpoison all variables for a label we can jump
4515         from outside of a scope.
4516         (gimplify_switch_expr): Unpoison variables defined in the switch
4517         context.
4518         (gimplify_function_tree): Clear asan_poisoned_variables.
4519         (asan_poison_variables): New function.
4520         (warn_switch_unreachable_r): Handle IFN_ASAN_MARK.
4521         * internal-fn.c (expand_ASAN_MARK): New function.
4522         * internal-fn.def (ASAN_MARK): Declare.
4523         * opts.c (finish_options): Handle -fstack-reuse if
4524         -fsanitize-address-use-after-scope is enabled.
4525         (common_handle_option): Enable address sanitization if
4526         -fsanitize-address-use-after-scope is enabled.
4527         * params.def (PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD):
4528         New parameter.
4529         * params.h: Likewise.
4530         * sancov.c (pass_sanopt::execute): Handle IFN_ASAN_MARK.
4531         * sanitizer.def: Define __asan_poison_stack_memory and
4532         __asan_unpoison_stack_memory functions.
4533         * asan.c (asan_mark_poison_p): New function.
4534         (transform_statements): Handle asan_mark_poison_p calls.
4535         * gimple.c (nonfreeing_call_p): Handle IFN_ASAN_MARK.
4537 2016-11-07  Tamar Christina  <tamar.christina@arm.com>
4539         PR driver/78196
4540         * Makefile.in (SELFTEST_FLAGS): Added -o /dev/null.
4542 2016-11-07  Martin Liska  <mliska@suse.cz>
4544         * tree-profile.c (gimple_gen_time_profiler): Set proper type
4545         to time_profiler_counter_ptr.
4547 2016-11-07  Richard Biener  <rguenther@suse.de>
4549         PR tree-optimization/37150
4550         * tree-vectorizer.h (vect_transform_slp_perm_load): Add n_perms
4551         parameter.
4552         * tree-vect-slp.c (vect_supported_load_permutation_p): Adjust.
4553         (vect_analyze_slp_cost_1): Account for the real number of
4554         permutations emitted and for dead loads.
4555         (vect_transform_slp_perm_load): Add n_perms parameter counting
4556         the number of emitted permutations.
4557         * tree-vect-stmts.c (vectorizable_load): Adjust.
4559 2016-11-07  Richard Biener  <rguenther@suse.de>
4561         PR tree-optimization/78189
4562         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Fix
4563         alignment computation.
4565 2016-11-06  Kugan Vivekanandarajah  <kuganv@linaro.org>
4567         * ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.
4569 2016-11-05  Martin Sebor  <msebor@redhat.com>
4571         * doc/invoke.texi (Warning Options): Correct typos in -Walloca
4572         documentation.
4574 2016-11-05  David Edelsohn  <dje.gcc@gmail.com>
4576         PR bootstrap/78188
4577         PR c++/71848
4578         * ipa-comdats.c (pass_ipa_comdats::gate): Require HAVE_COMDAT_GROUP.
4580 2016-11-04  Jakub Jelinek  <jakub@redhat.com>
4582         PR target/77834
4583         * alias.c (nonoverlapping_memrefs_p): Return 0 if exprx or expry
4584         doesn't have rtl set.
4586 2016-11-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4588         * config/rs6000/rs6000.c (gimple-ssa.h): New #include.
4589         (TARGET_GIMPLE_FOLD_BUILTIN): Define as
4590         rs6000_gimple_fold_builtin.
4591         (rs6000_gimple_fold_builtin): New function.  Add handling for
4592         early expansion of vector addition builtins.
4594 2016-11-04  Eric Botcazou  <ebotcazou@adacore.com>
4596         * expr.h (copy_blkmode_from_reg): Delete.
4597         * expr.c (copy_blkmode_from_reg): Make static.
4599 2016-11-04  Eric Botcazou  <ebotcazou@adacore.com>
4601         * defaults.h (LOAD_EXTEND_OP): Define if not already defined.
4602         * combine.c (LOAD_EXTEND_OP): Delete.
4603         (simplify_comparison): Fix comment about LOAD_EXTEND_OP.
4604         * cse.c (LOAD_EXTEND_OP): Delete.
4605         * fold-const.c (LOAD_EXTEND_OP): Likewise.
4606         * fwprop.c (free_load_extend): Remove #ifdef LOAD_EXTEND_OP/#endif.
4607         * postreload.c (LOAD_EXTEND_OP): Delete.
4608         * reload.c (push_reload): Remove #ifdef LOAD_EXTEND_OP/#endif.
4609         Convert conditional compilation based on WORD_REGISTER_OPERATIONS.
4610         (find_reloads): Likewise.
4611         * reload1.c (eliminate_regs_1): Likewise.
4612         * rtlanal.c (nonzero_bits1): Remove #ifdef LOAD_EXTEND_OP/#endif.
4613         (num_sign_bit_copies1): Likewise.
4615 2016-11-04  David Malcolm  <dmalcolm@redhat.com>
4617         * config/i386/i386.c: Include "selftest.h" and "selftest-rtl.h".
4618         (selftest::ix86_test_dumping_hard_regs): New function.
4619         (selftest::ix86_run_selftests): New function.
4620         (TARGET_RUN_TARGET_SELFTESTS): When CHECKING_P, wire this up to
4621         selftest::ix86_run_selftests.
4622         * doc/tm.texi.in (TARGET_RUN_TARGET_SELFTESTS): New.
4623         * doc/tm.texi: Regenerate
4624         * selftest-rtl.h: New file.
4625         * rtl-tests.c: Include "selftest-rtl.h".
4626         (selftest::assert_rtl_dump_eq): Make non-static.
4627         (ASSERT_RTL_DUMP_EQ): Move to selftest-rtl.h.
4628         (selftest::test_dumping_regs): Update comment.
4629         * selftest-run-tests.c: Include "target.h".
4630         (selftest::run_tests): If non-NULL, call
4631         targetm.run_target_selftests.
4632         * target.def (run_target_selftests): New hook.
4634 2016-11-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4636         * config/arm/arm-arches.def (armv8-m.main+dsp): Set Cortex-M33 as
4637         representative core for this architecture.
4638         * config/arm/arm-cores.def (cortex-m33): Define new processor.
4639         * config/arm/arm-tables.opt: Regenerate.
4640         * config/arm/arm-tune.md: Likewise.
4641         * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M33 to the list of
4642         valid -mcpu options.
4643         * doc/invoke.texi (ARM Options): Document new Cortex-M33 processor.
4645 2016-11-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4647         * config/arm/arm-arches.def (armv8-m.base): Set Cortex-M23 as
4648         representative core for this architecture.
4649         * config/arm/arm-cores.def (cortex-m23): Define new processor.
4650         * config/arm/arm-tables.opt: Regenerate.
4651         * config/arm/arm-tune.md: Likewise.
4652         * config/arm/arm.c (arm_v6m_tune): Add Cortex-M23 to the list of cores
4653         this tuning parameters apply to in the comment.
4654         * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M23 to the list of
4655         valid -mcpu options.
4656         * doc/invoke.texi (ARM Options): Document new Cortex-M23 processor.
4658 2016-11-04  Bin Cheng  <bin.cheng@arm.com>
4660         * fold-const.c (fold_cond_expr_with_comparison): Remove call
4661         to pedantic_non_lvalue_loc.  Remove useless code for lvalue
4662         where cond_expr can't be a lvalue.
4664 2016-11-04  Claudiu Zissulescu  <claziss@synopsys.com>
4666         * config/arc/arc.c (arc_process_double_reg_moves): Use
4667         gen_dexcl_2op call.
4668         * config/arc/arc.md (movsi_insn): Disable unsupported move
4669         instructions for ARCv2 cores.
4670         (movdi): Use prepare_move_operands.
4671         (movsf, movdf): Use move_dest_operand predicate.
4672         * config/arc/constraints.md (Chs): Enable when barrel shifter is
4673         present.
4674         * config/arc/fpu.md (divsf3): Change to divsf3_fpu.
4675         * config/arc/fpx.md (dexcl_3op_peep2_insn): Dx data register is
4676         also a destination.
4677         (dexcl_3op_peep2_insn_nores): Likewise.
4678         * config/arc/arc.h (SHIFT_COUNT_TRUNCATED): Define to one.
4679         (LINK_COMMAND_SPEC): Remove.
4681 2016-11-04  Richard Biener  <rguenther@suse.de>
4683         PR middle-end/78185
4684         * loop-invariant.c (find_exits): Record entering inner
4685         loops as possibly exiting to handle infinite sub-loops.
4686         * tree-ssa-loop-im.c: Include tree-ssa-loop-niter.h.
4687         (fill_always_executed_in_1): Honor infinite child loops.
4689 2016-11-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
4691         PR target/78192
4692         * config/rs6000/vsx.md (vsx_extract_<mode>_di): The element number
4693         has already been adjusted for endianness, so don't adjust it any
4694         further.
4696         PR target/77993
4697         * config/rs6000/rs6000.h (FLOAT128_IBM_P): Do not allow IFmode or
4698         ICmode unless we have standard PowerPC floating point.
4699         * config/rs6000/rs6000.md (FP iterator): Likewise.
4700         (FMOVE128 iterator): Likewise.
4702 2016-11-03  Jakub Jelinek  <jakub@redhat.com>
4703             Alexandre Oliva  <aoliva@redhat.com>
4704             Jason Merrill  <jason@redhat.com>
4706         PR debug/28767
4707         PR debug/56974
4708         * langhooks.h (struct lang_hooks_for_types): Add type_dwarf_attribute
4709         langhook.
4710         * langhooks.c (lhd_type_dwarf_attribute): New function.
4711         * langhooks-def.h (lhd_type_dwarf_attribute): Declare.
4712         (LANG_HOOKS_TYPE_DWARF_ATTRIBUTE): Define.
4713         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add
4714         LANG_HOOKS_TYPE_DWARF_ATTRIBUTE.
4715         (check_qualified_type, check_aligned_type): Call it.
4716         * dwarf2out.c (modified_type_die): Don't use type_main_variant
4717         for FUNCTION_TYPE or METHOD_TYPE, instead walk over variants with
4718         check_base_type and check_lang_type.
4719         (gen_ptr_to_mbr_type_die): If lookup_type_die is already non-NULL,
4720         return early.  For pointer-to-data-member add DW_AT_use_location
4721         attribute.
4722         (gen_subroutine_type_die): Add DW_AT_{,rvalue_}reference attribute
4723         if needed.
4724         (gen_type_die_with_usage): Don't use type_main_variant
4725         for FUNCTION_TYPE or METHOD_TYPE, instead walk over variants with
4726         check_base_type and check_lang_type.  Formatting fixes. Call
4727         get_debug_type langhook.
4729 2016-11-03  Jason Merrill  <jason@redhat.com>
4731         * tree.c (check_lang_type): New.
4732         (check_qualified_type): Use it.
4733         (check_aligned_type): Use it.
4734         * tree.h: Declare it.
4736 2016-11-03  Richard Earnshaw  <rearnsha@arm.com>
4738         * config.gcc (arm-wrs-vxworks): Set target_cpu_cname.
4739         (arm*-freebsd*): Likewise.
4740         (arm*-*-netbsdelf*): Likewise.
4741         (arm*-*-linux*): Likewise.
4742         (arm*-*-uclinux*eabi*): Likewise.
4743         (arm*-*-phoenix*): Likewise.
4744         (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*): Likewise.
4745         (arm*-*-*): Don't clobber target_cpu_cname when --with-cpu is not
4746         specified.  Default to arm6 if target_cpu_cname is not set.
4747         * arm/arm.c (arm_option_override): Simplify logic.  Assert that the
4748         default cpu has been correctly configured.
4749         * arm/arm.h (TARGET_CPU_DEFAULT): Delete.
4750         (target_cpus): Delete TARGET_CPU_generic, add TARGET_CPU_num_cores.
4751         * arm/freebsd.h (SUBTARGET_CPU_DEFAULT): Delete.
4752         * arm/linux-eabi.h (SUBTARGET_CPU_DEFAULT): Delete.
4753         * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Delete.
4754         * arm/symbian.h (SUBTARGET_CPU_DEFAULT): Delete.
4755         * arm/unknown-elf.h (SUBTARGET_CPU_DEFAULT): Delete.
4757 2016-11-03  Jiong Wang  <jiong.wang@arm.com>
4759         * reg-notes.def (CFA_VAL_EXPRESSION): New entry.
4760         * dwarf2cfi.c (dwarf2out_frame_debug_cfa_val_expression): New function.
4761         (dwarf2out_frame_debug): Support REG_CFA_VAL_EXPRESSION.
4762         (output_cfa_loc): Support DW_CFA_val_expression.
4763         (output_cfa_loc_raw): Likewise.
4764         (output_cfi): Likewise.
4765         (output_cfi_directive): Likewise.
4766         * dwarf2out.c (dw_cfi_oprnd1_desc): Support DW_CFA_val_expression.
4767         (dw_cfi_oprnd2_desc): Likewise.
4768         (mem_loc_descriptor): Recognize new pattern generated for value
4769         expression.
4771 2016-11-03  Segher Boessenkool  <segher@kernel.crashing.org>
4773         PR rtl-optimization/78186
4774         * combine.c (change_zero_ext): Mask the RHS of a zero_extract as
4775         well, when converting to IOR.
4777 2016-11-03  Eric Botcazou  <ebotcazou@adacore.com>
4779         * config/sparc/sparc.md (vec_interleave_lowv8qi): Delete.
4780         (vec_interleave_highv8qi): Likewise.
4782 2016-11-03  Martin Liska  <mliska@suse.cz>
4784         * profile.c (instrument_values): Fix coding style.
4785         (branch_prob): Use renamed function.
4786         * tree-profile.c (init_ic_make_global_vars): Likewise.
4787         (gimple_init_edge_profiler): Rename to
4788         gimple_init_gcov_profiler.
4789         tree_time_profiler_counter variable declaration.
4790         (gimple_gen_time_profiler): Rewrite to do a direct gimple code
4791         emission.
4792         * value-prof.h: Remove an argument.
4794 2016-11-03  Richard Biener  <rguenther@suse.de>
4796         * config/rs6000/rs6000.c (rs6000_xcoff_declare_object_name): Use
4797         symtab_node::get_create.
4799 2016-11-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4801         * rtlanal.c (nonzero_bits1): Fix WORD_REGISTER_OPERATIONS condition.
4802         Move comments into more natural position.
4804 2016-11-03  Vineet Gupta  <vgupta@synopsys.com>
4806         * config/arc/arc.h (SIZE_TYPE): Define as unsigned int.
4807         (PTRDIFF_TYPE): Define as int.
4809 2016-11-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4811         * ccmp.c (expand_ccmp_expr_1): Adjust.
4812         (expand_ccmp_expr): Likewise.
4813         (expand_ccmp_next): Likewise.
4814         * config/aarch64/aarch64.c (aarch64_gen_ccmp_next): Likewise.
4815         (aarch64_gen_ccmp_first): Likewise.
4816         * doc/tm.texi: Regenerate.
4817         * target.def (gen_ccmp_first): Change argument types to rtx_insn *.
4818         (gen_ccmp_next): Likewise.
4820 2016-11-03  Bin Cheng  <bin.cheng@arm.com>
4822         * tree-vect-loop.c (destroy_loop_vec_info): Handle cond_expr.
4823         (vect_is_simple_reduction): Swap cond_reduction by inversion.
4825 2016-11-02  Uros Bizjak  <ubizjak@gmail.com>
4827         * config/i386/i386.c (ix86_init_libfuncs): New.  Call
4828         darwin_rename_builtins here.
4829         (ix86_expand_divmod_libfunc): New.
4830         (TARGET_INIT_LIBFUNCS): Unconditionally define to ix86_init_libfuncs.
4831         (TARGET_EXPAND_DIVMOD_LIBFUNC): Define.
4833 2016-11-02  Cesar Philippidis  <cesar@codesourcery.com>
4834             Nathan Sidwell  <nathan@acm.org>
4836         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): Set to zero.
4838 2016-11-02  Max Filippov  <jcmvbkbc@gmail.com>
4840         * config/xtensa/xtensa.c (xtensa_output_integer_literal_parts):
4841         New function.
4842         (xtensa_output_literal): Use xtensa_output_integer_literal_parts
4843         to format MODE_INT and MODE_PARTIAL_INT literals.
4845 2016-11-02  Segher Boessenkool  <segher@kernel.crashing.org>
4847         PR target/78168
4848         * config/r6000/rs6000.c (rs6000_get_separate_components): Return
4849         NULL if TARGET_SPE_ABI.
4851 2016-11-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4853         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Don't forget to
4854         clear padding bits even when they're less than a byte.
4856 2016-11-02  Richard Biener  <rguenther@suse.de>
4858         * gimple-ssa-store-merging.c: Include gimplify-me.h.
4859         (imm_store_chain_info::output_merged_stores): Force base_addr
4860         to be proper GIMPLE for a MEM_REF address.
4861         (pass_store_merging::execute): Restrict negative bitpos
4862         handling to non-MEM_REF bases.  Remove TREE_THIS_VOLATILE
4863         check.  Take into account non-NULL_TREE offset if the base
4864         is already addressable.
4866 2016-11-26  Wilco Dijkstra  <wdijkstr@arm.com>
4868         * config/aarch64/aarch64-simd.md (aarch64_crypto_sha1hv4si):
4869         New pattern.
4870         (aarch64_be_crypto_sha1hv4si): New pattern.
4872 2016-11-02  Wilco Dijkstra  <wdijkstr@arm.com>
4874         * config/aarch64/aarch64.md (add<mode>3): Remove
4875         redundant code.  Don't split frame based additions.
4877 2016-11-02  Richard Biener  <rguenther@suse.de>
4879         * gimple-ssa-store-merging.c (struct store_immediate_info): Remove
4880         redundant val and dest members.
4881         (store_immediate_info::store_immediate_info): Adjust.
4882         (merged_store_group::merged_store_group): Adjust.
4883         (merged_store_group::apply_stores): Likewise.
4884         (struct imm_store_chain_info): Add base_addr field.
4885         (imm_store_chain_info::imm_store_chain_info): New constructor.
4886         (imm_store_chain_info::terminate_and_process_chain): Do not pass base.
4887         (imm_store_chain_info::output_merged_store): Likewise.  Use
4888         addr_base which is already the address.
4889         (imm_store_chain_info::output_merged_stores): Likewise.
4890         (pass_tree_store_merging::terminate_all_aliasing_chains): Take
4891         imm_store_chain_info instead of base.  Fix alias check.
4892         (pass_tree_store_merging::terminate_and_release_chain): Likewise.
4893         (imm_store_chain_info::coalesce_immediate_stores): Adjust.
4894         (pass_store_merging::execute): Refuse to operate on TARGET_MEM_REF.
4895         use the address of the base and adjust for other changes.
4897 2016-11-02  Martin Liska  <mliska@suse.cz>
4899         * fold-const-call.c (host_size_t_cst_p): Test whether
4900         t is convertible to size_t.
4902 2016-11-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4904         PR tree-optimization/78170
4905         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Truncate padding
4906         introduced by native_encode_expr on little-endian as well.
4908 2016-11-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4910         PR tree-optimization/78162
4911         * gimple-ssa-store-merging.c (execute): Mark stores with bitpos < 0
4912         as invalid.
4914 2016-11-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4916         * config/aarch64/aarch64.c (aarch64_register_saved_on_entry): Add
4917         function comment.
4918         (aarch64_next_callee_save): Likewise.
4919         (aarch64_pushwb_single_reg): Likewise.
4920         (aarch64_gen_storewb_pair): Likewise.
4921         (aarch64_push_regs): Likewise.
4922         (aarch64_gen_loadwb_pair): Likewise.
4923         (aarch64_pop_regs): Likewise.
4924         (aarch64_gen_store_pair): Likewise.
4925         (aarch64_gen_load_pair): Likewise.
4926         (aarch64_save_callee_saves): Likewise.
4927         (aarch64_restore_callee_saves): Likewise.
4929 2016-11-02  Richard Biener  <rguenther@suse.de>
4931         PR tree-optimization/78035
4932         PR tree-optimization/77964
4933         * gimple-pretty-print.c (pp_points_to_solution): Print
4934         vars_contains_interposable.
4935         * tree-ssa-alias.c: Include varasm.h.
4936         (ptrs_compare_unequal): Check vars_contains_interposable and
4937         decl_binds_to_current_def_p.
4938         (dump_points_to_solution): Dump vars_contains_interposable.
4939         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_interposable
4940         flag.
4941         * tree-ssa-structalias.c: Include varasm.h.
4942         (set_uids_in_ptset): Record whether vars contains a
4943         not decl_binds_to_current_def_p variable in vars_contains_interposable.
4944         (ipa_escaped_pt): Update initializer.
4946 2016-11-02  Richard Biener  <rguenther@suse.de>
4948         PR tree-optimization/78047
4949         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Initialize
4950         fake field at offset zero conservatively regarding to may_have_pointers.
4952 2016-11-02  Richard Biener  <rguenther@suse.de>
4954         * tree-vrp.c (evrp_dom_walker::before_dom_children): Call
4955         infer_value_range on stmt ops and update value-ranges.
4956         Dump visited stmts and blocks.
4957         (evrp_dom_walker::push_value_range): Dump changes.
4958         (evrp_dom_walker::pop_value_range): Likewise.
4959         (evrp_dom_walker::try_find_new_range): Avoid noop changes.
4961 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4963         * emit-rtl.c (prev_nonnote_insn_bb): Change argument type to
4964         rtx_insn *.
4965         * rtl.h (prev_nonnote_insn_bb): Adjust prototype.
4967 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4969         * cfgrtl.c (delete_insn_chain): Change argument type to rtx_insn *
4970         and adjust for that.
4971         * cfgrtl.h (delete_insn_chain): Adjust prototype.
4973 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4975         * config/rl78/rl78.c (gen-and_emit_move): Change argument type
4976         to rtx_insn *.
4977         (transcode_memory_rtx): Likewise.
4978         (move_to_acc): Likewise.
4979         (move_from_acc): Likewise.
4980         (move_acc_to_reg): Likewise.
4981         (move_to_x): Likewise.
4982         (move_to_hl): Likewise.
4983         (move_to_de): Likewise.
4984         * config/rs6000/rs6000.c (emit_frame_save): Likewise.
4985         (rs6000_emit_savres_rtx): Likewise.
4986         (rs6000_emit_prologue): Likewise.
4987         * reorg.c (update_reg_unused_notes): Likewise.
4988         * rtl.h (remove_note): Adjust prototype.
4989         * rtlanal.c (remove_note): Make argument type rtx_insn *.
4991 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4993         * config/alpha/alpha.c (alpha_legitimize_address_1): Split up
4994         variables so some can be rtx_insn *.
4995         (alpha_emit_xfloating_libcall): Likewise.
4996         * config/mips/mips.c (mips_call_tls_get_addr): Likewise.
4997         (mips_legitimize_tls_address): Likewise.
4998         * optabs.c (expand_binop): Likewise.
4999         * reload1.c (gen_reload): Likewise.
5001 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5003         * reorg.c (relax_delay_slots): Split up the trial variable.
5005 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5007         * config/arc/arc.c (arc_emit_call_tls_get_addr): Make the type
5008         of variables rtx_insn *.
5009         * config/arm/arm.c (arm_call_tls_get_addr): Likewise.
5010         (legitimize_tls_address): Likewise.
5011         * config/bfin/bfin.c (hwloop_optimize): Likewise.
5012         (bfin_gen_bundles): Likewise.
5013         * config/c6x/c6x.c (reorg_split_calls): Likewise.
5014         (c6x_reorg): Likewise.
5015         * config/frv/frv.c (frv_reorder_packet): Likewise.
5016         * config/i386/i386.c (ix86_split_idivmod): Likewise.
5017         * config/ia64/ia64.c (ia64_expand_compare): Likewise.
5018         * config/m32c/m32c.c (m32c_prepare_shift): Likewise.
5019         * config/mn10300/mn10300.c: Likewise.
5020         * config/rl78/rl78.c: Likewise.
5021         * config/s390/s390.c (s390_fix_long_loop_prediction): Likewise.
5022         * config/sh/sh-mem.cc (sh_expand_cmpstr): Likewise.
5023         (sh_expand_cmpnstr): Likewise.
5024         (sh_expand_strlen): Likewise.
5025         (sh_expand_setmem): Likewise.
5026         * config/sh/sh.md: Likewise.
5027         * emit-rtl.c (emit_pattern_before): Likewise.
5028         * except.c: Likewise.
5029         * final.c: Likewise.
5030         * jump.c: Likewise.
5032 2016-11-01  Jason Merrill  <jason@redhat.com>
5034         * tree-inline.c (copy_tree_body_r): Only copy the taken branch of
5035         a COND_EXPR with constant condition.
5037 2016-11-01  Jakub Jelinek  <jakub@redhat.com>
5039         * dwarf2out.c (gen_variable_die): Remove again origin_die variable
5040         and its initialization.
5042 2016-11-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5044         * dwarf2out.c (output_rnglists): Wrap basebuf, len in
5045         HAVE_AS_LEB128.
5047 2016-11-01  Jakub Jelinek  <jakub@redhat.com>
5049         * dwarf2out.c (add_name_and_src_coords_attributes): Add NO_LINKAGE_NAME
5050         argument, don't call add_linkage_name if it is true.
5051         (gen_variable_die): For C++ inline static data members, consider the
5052         initial call when old_die is NULL to be declaration and call
5053         add_name_and_src_coords_attributes in that case with true as
5054         NO_LINKAGE_NAME.  Add DW_AT_inline attribute if needed.
5055         (gen_member_die): For C++ inline static data members, emit a
5056         definition DIE right away in DW_TAG_compile_unit context.
5058 2016-11-01  John David Anglin  <danglin@gcc.gnu.org>
5060         PR target/78166
5061         * config/pa/pa.md: Add new shift/add patterns to handle
5062         (plus (mult (reg) (mem_shadd_operand)) (reg)) source operand.
5064 2016-11-01  Max Filippov  <jcmvbkbc@gmail.com>
5066         * config/xtensa/xtensa-protos.h
5067         (xtensa_use_return_instruction_p): New prototype.
5068         * config/xtensa/xtensa.c (xtensa_current_frame_size,
5069         xtensa_callee_save_size): Remove.
5070         (struct machine_function): Add new fields: current_frame_size,
5071         callee_save_size, frame_laid_out and epilogue_done.
5072         (compute_frame_size, xtensa_expand_prologue,
5073         xtensa_expand_epilogue): Replace xtensa_callee_save_size with
5074         cfun->machine->callee_save_size and xtensa_current_frame_size
5075         with cfun->machine->current_frame_size.
5076         (compute_frame_size): Update cfun->machine->frame_laid_out and
5077         don't update frame layout after reload completion.
5078         (xtensa_expand_epilogue): Set cfun->machine->epilogue_done
5079         instead of zeroing xtensa_current_frame_size.
5080         (xtensa_use_return_instruction_p): New function.
5081         * config/xtensa/xtensa.h (xtensa_current_frame_size): Remove
5082         declaration.
5083         (INITIAL_ELIMINATION_OFFSET): Use return value of
5084         compute_frame_size instead of xtensa_current_frame_size value.
5085         * config/xtensa/xtensa.md ("return" pattern): Use new predicate
5086         function xtensa_use_return_instruction_p instead of inline code.
5088 2016-11-01  Jakub Jelinek  <jakub@redhat.com>
5090         * tree.h (BLOCK_IN_COLD_SECTION_P): Define.
5091         * final.c (final_scan_insn): Set BLOCK_IN_COLD_SECTION_P.
5092         * dwarf2out.c (rnglist_idx): New variable.
5093         (struct dw_ranges): Add label, idx and maybe_new_sec fields.
5094         (DEBUG_RNGLISTS_SECTION): Define.
5095         (ranges_base_label): New variable.
5096         (size_of_die) <case dw_val_class_range_list>: If using
5097         DW_FORM_rnglistx, count size of uleb128 of range list index.
5098         (value_format) <case dw_val_class_range_list>: For
5099         -gdwarf-5 -gsplit-dwarf return DW_FORM_rnglistx.
5100         (output_range_list_offset): Handle -gdwarf-5 .debug_rnglists
5101         offsets.  Multiply dwarf < 5 offsets by 2 * DWARF_ADDR_SIZE.
5102         (add_ranges_num): Remove useless prototype.  Don't multiply
5103         by 2 * DWARF2_ADDR_SIZE.  Add maybe_new_sec argument, adjust
5104         for new fields added to dw_ranges struct.
5105         (add_ranges): Add maybe_new_sec argument and pass it
5106         through to add_ranges_num.
5107         (note_rnglist_head): New function.
5108         (add_ranges_by_labels): Pass true as maybe_new_sec to
5109         add_ranges_num, call note_rnglist_head on the head of the list.
5110         (output_ranges): Add function comment.  Switch to
5111         .debug_ranges section here and emit .Ldebug_ranges0 label.
5112         (index_rnglists, output_rnglists): New functions.
5113         (gen_subprogram_die): Formatting fixes.
5114         (add_high_low_attributes): Don't divide offsets
5115         by 2 * DWARF2_ADDR_SIZE.  Call note_rnglist_head on the
5116         first list element or when pointing into the middle of
5117         a list.  Pass true as second argument to add_ranges on the
5118         first block fragment after cold/hot section switch.
5119         (init_sections_and_labels): For -gdwarf-5 use .debug_rnglists
5120         section instead of .debug_ranges.  Initialize
5121         ranges_base_label if -gdwarf-5 -gsplit-dwarf.
5122         (dwarf2out_finish): For -gdwarf-5 -gsplit-dwarf call
5123         index_rnglists and add DW_AT_rnglists_base attr.  Don't switch
5124         to dwarf_ranges_section here or emit .Ldebug_ranges0 label.
5125         Call output_rnglists for -gdwarf-5.
5126         (dwarf2out_c_finalize): Clear rnglist_idx.
5128 2016-11-01  Fritz Reese  <fritzoreese@gmail.com>
5130         * combine.c (simplify_compare_const): Add gcc_fallthrough.
5132 2016-11-01  Bilyan Borisov  <bilyan.borisov@arm.com>
5133             Tamar Christina <tamar.christina@arm.com>
5135         * config/arm/arm-c.c (arm_cpu_builtins): New macro definition.
5136         * config/arm/arm_neon.h (vmaxnm_f32): New intrinsinc.
5137         (vmaxnmq_f32): Likewise.
5138         (vminnm_f32): Likewise.
5139         (vminnmq_f32): Likewise.
5140         * config/arm/arm_neon_builtins.def (vmaxnm): New builtin.
5141         (vminnm): Likewise.
5142         * config/arm/neon.md (neon_<fmaxmin_op><mode>, VCVTF): New
5143         expander.
5145 2016-10-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
5147         * config/rs6000/vsx.md (VSX_EXTRACT_FL): New iterator for all
5148         binary floating point types supported by the hardware except for
5149         double.
5150         (vsx_xvcvsxwdp_df): Provide scalar result alternative to the
5151         vector instruction for optimizing extracting a SImode from a
5152         V4SImode vector and converting it to floating point.
5153         (vsx_xvcvuxwdp_df): Likewise.
5154         (vsx_extract_si): On ISA 3.0, allow extract target and temporary
5155         registers to be any VSX register.  Move stores to the end of the
5156         constraints.
5157         (vsx_extract_si_<uns>float_df): New combiner pattern and splitter
5158         to optimize extracting a SImode from a V4SImode vector and
5159         converting it to a binary floating point type supported by the
5160         hardware.  Use the vector converts instead of extracting the
5161         element, sign extending it, and then converting it to double.
5162         Other floating point types  than double first convert to double,
5163         then the double is converted to that type.
5164         (vsx_extract_si_<uns>float_<mode>): Likewise.
5166 2016-10-31  Andrew Pinski  <apinski@cavium.com>
5168         * config/aarch64/driver-aarch64.c (host_detect_local_cpu):
5169         Rewrite handling of part num to handle the case where
5170         multiple implementers share the same part num.
5172 2016-10-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
5173             Jakub Jelinek  <jakub@redhat.com>
5175         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): Adjust for -gdwarf-5.
5176         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Likewise.
5178 2016-10-31  Jakub Jelinek  <jakub@redhat.com>
5180         * dwarf2out.c (dwarf_AT): Handle DW_AT_dwo_name.
5181         (use_debug_types): Adjust comment for DWARF5 DW_UT_type units.
5182         (new_die): Handle DW_TAG_skeleton_unit like DW_TAG_compile_unit.
5183         (is_cu_die, is_unit_die): Likewise.
5184         (should_move_die_to_comdat, break_out_comdat_types): Adjust
5185         comments for DWARF5 DW_UT_type units.
5186         (output_compilation_unit_header): Add UT argument, output
5187         start of DWARF5 .debug_info section header.
5188         (output_comp_unit): Add dwo_id argument.  Adjust
5189         output_compilation_unit_header caller, for DW_UT_split_compile
5190         emit dwo_id field, otherwise padding1.  Emit padding2 field.
5191         (add_top_level_skeleton_die_attrs): Add DW_AT_dwo_name
5192         rather than DW_AT_GNU_dwo_name attr for -gdwarf-5.
5193         (output_skeleton_debug_sections): Add dwo_id argument, for
5194         -gdwarf-5 emit DWARF 5 DW_UT_skeleton header.
5195         (output_comdat_type_unit): For -gdwarf-5 emit .debug_info
5196         DW_UT_type or DW_UT_split_type units rather than .debug_types.
5197         (dwarf2out_finish): Use DW_TAG_skeleton_unit rather than
5198         DW_TAG_compile_unit for skeleton unit die.  Don't add
5199         DW_AT_GNU_dwo_id attributes for -gdwarf-5, instead pass checksum
5200         address to output_comp_unit and output_skeleton_debug_sections.
5202         * dwarf2out.c (debug_line_str_section): New variable.
5203         (debug_line_str_hash): Likewise.
5204         (DEBUG_LINE_STR_SECTION): Define.
5205         (set_indirect_string): Handle DW_FORM_line_strp like
5206         DW_FORM_strp.
5207         (find_string_form): Fix up formatting.
5208         (size_of_die): Handle DW_FORM_line_strp like DW_FORM_strp.
5209         Fix up indentation.
5210         (output_die): Handle DW_FORM_line_strp.
5211         (DWARF5_USE_DEBUG_LINE_STR): Define.
5212         (output_line_string): New function.
5213         (output_file_names): Add -gdwarf-5 support.
5214         (output_line_info): Likewise.
5215         (init_sections_and_labels): Initialize debug_line_str_section.
5216         (output_indirect_string): Change 2nd argument from void *
5217         to enum dwarf_form form, compare with form rather than
5218         DW_FORM_strp.
5219         (output_indirect_strings): Pass DW_FORM_strp to
5220         output_indirect_string traversion.
5221         (dwarf2out_finish): Output .debug_line_str strings.
5222         (dwarf2out_c_finalize): Clear debug_line_str_section and
5223         debug_line_str_hash.
5225 2016-10-31  Tom Tromey  <tom@tromey.com>
5227         PR debug/77315
5228         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_form_tls_address.
5229         (resolve_args_picking_1): Move DW_OP_form_tls_address case next to
5230         DW_OP_GNU_push_tls_address case.
5231         (loc_list_from_tree_1): Use DW_OP_form_tls_address.
5233 2016-10-31  Jakub Jelinek  <jakub@redhat.com>
5235         * dwarf2out.h (struct dw_loc_descr_node): Adjust comment
5236         for frame_offset_rel bit.
5237         (struct array_descr_info): Add rank field.
5238         * dwarf2out.c (struct loc_descr_context): Add placeholder_arg
5239         and placeholder_seen fields.
5240         (resolve_args_picking_1): Handle also frame_offset_rel DW_OP_dup
5241         and DW_OP_over.  Optimize DW_OP_pick 0 into DW_OP_dup and
5242         DW_OP_pick 1 into DW_OP_over.
5243         (function_to_dwarf_procedure, type_byte_size, field_byte_offset,
5244         gen_variant_part): Clear placeholder_{arg,seen}.
5245         (loc_list_from_tree_1): Drop const from context argument.
5246         Handle integral PLACEHOLDER_EXPR if context->placeholder_arg.
5247         (loc_list_for_address_of_addr_expr_of_indirect_ref,
5248         loc_list_from_tree, loc_descriptor_from_tree): Drop const from
5249         context argument.
5250         (add_scalar_info): Drop const from context argument.  Handle
5251         context->placeholder_arg.
5252         (add_bound_info): Drop const from context argument.
5253         (gen_descr_array_type_die): Drop const from ctx variable.
5254         Initialize placeholder_arg and placeholder_seen.  Add DW_AT_rank
5255         attribute and use a single DW_TAG_generic_subrange instead of
5256         7 DW_TAG_subrange_type for assumed rank arrays.
5258         * dwarf2out.h (enum dw_val_class): Add dw_val_class_loclistsptr.
5259         * dwarf2out.c (struct dw_loc_list_struct): Change emitted field
5260         from bool to 1-bit uchar bitfield.  Add num_assigned and
5261         offset_emitted bitfields.
5262         (dw_val_equal_p): Compare v.val_lbl_id rather than v.val_unsigned
5263         for dw_val_class_lineptr and dw_val_class_macptr.  Handle
5264         dw_val_class_loclistsptr.
5265         (new_addr_loc_descr): Fix up formatting.
5266         (DEBUG_LOCLISTS_SECTION, DEBUG_DWO_LOCLISTS_SECTION): Define.
5267         (add_AT_low_high_pc): Fix up formatting.
5268         (add_AT_loclistsptr): New function.
5269         (AT_lbl): Allow dw_val_class_loclistsptr.
5270         (print_dw_val, attr_checksum, attr_checksum_ordered, same_dw_val_p):
5271         Handle dw_val_class_loclistsptr.
5272         (loc_list_idx): New variable.
5273         (output_loclists_offsets, assign_location_list_indexes): New
5274         functions.
5275         (size_of_die): For dw_val_class_loc_list -gsplit-dwarf -gdwarf-5
5276         add size_of_uleb128 of the index.  Drop never used
5277         dwarf_split_debug_info AT_index handling.  Handle
5278         dw_val_class_loclistsptr.
5279         (value_format): Return DW_FORM_loclistsx for dw_val_class_loc_list
5280         if -gsplit-dwarf -gdwarf-5.  Handle dw_val_class_loclistsptr.
5281         (output_loc_list): Handle DWARF 5 .debug_loclists* format.
5282         (output_loc_list_offset): Handle -gsplit-dwarf -gdwarf-5
5283         DW_FORM_loclistx indexes.
5284         (output_attr_index_or_value): Fix up formatting.  Don't handle
5285         dw_val_class_loc_list here.
5286         (output_die): Formatting fixes.  Handle dw_val_class_loclistsptr.
5287         For dw_val_class_loc_list call output_loc_list_offset rather than
5288         output_attr_index_or_value.
5289         (init_sections_and_labels): For -gdwarf-5 use .debug_loclists
5290         or .debug_loclists.dwo section name for debug_loc_section.
5291         (resolve_addr_in_expr): Formatting fix.
5292         (index_location_lists): Likewise.
5293         (dwarf2out_finish): If there are any location lists, for
5294         -gsplit-dwarf -gdwarf-5 add DW_AT_loclists_base attribute.  Call
5295         index_location_lists only if have_location_lists.  Call
5296         assign_location_list_indexes for -gsplit-dwarf -gdwarf-5.  Emit
5297         .debug_loclists{,.dwo} section header for -gdwarf-5, for -gdwarf-5
5298         -gsplit-dwarf also emit offset table.
5300         * dwarf2out.c (DWARF_LARGEST_DATA_FORM_BITS): Define.
5301         (size_of_die, value_format, output_die): Use
5302         DW_FORM_data16 for 128-bit dw_val_class_const_double or
5303         dw_val_class_wide_int.
5305         * dwarf2out.c (dwarf_op): Renamed to ...
5306         (dwarf_OP): ... this.
5307         (convert_descriptor_to_mode, scompare_loc_descriptor,
5308         minmax_loc_descriptor, typed_binop, mem_loc_descriptor,
5309         implicit_ptr_descriptor, optimize_one_addr_into_implicit_ptr): Adjust
5310         callers.
5311         (dwarf_AT, dwarf_TAG): New functions.
5312         (check_die): Disallow DW_AT_call_all_calls next to
5313         DW_AT_GNU_all_call_sites.
5314         (gen_call_site_die): Use dwarf_TAG and dwarf_AT with DWARF 5 tag
5315         and attributes instead of the corresponding GNU tag and attributes.
5316         (gen_subprogram_die): Likewise.  Emit call site information even
5317         for -gdwarf-5 -gstrict-dwarf.  Replace DW_AT_GNU_defaulted with
5318         DW_AT_defaulted in comment.
5319         (resolve_addr): Handle DW_AT_call_origin attribute on
5320         DW_TAG_call_site DIE like DW_AT_abstract_origin on
5321         DW_TAG_GNU_call_site DIE.
5323         * dwarf2out.c (dwarf_op): New function.
5324         (size_of_loc_descr): Handle DW_OP_{implicit_pointer,entry_value},
5325         DW_OP_{const,regval,deref}_type and DW_OP_{convert,reinterpret}.
5326         (output_loc_operands, output_loc_operands_raw): Likewise.
5327         (resolve_args_picking_1, prune_unused_types_walk_loc_descr,
5328         mark_base_types, hash_loc_operands, compare_loc_operands): Likewise.
5329         (resolve_addr_in_expr): Likewise.  Only punt for !dwarf_strict
5330         if dwarf_version < 5.
5331         (convert_descriptor_to_mode): Use dwarf_op (DW_OP_xxx) instead of
5332         DW_OP_GNU_xxx.
5333         (scompare_loc_descriptor, ucompare_loc_descriptor,
5334         minmax_loc_descriptor, typed_binop, mem_loc_descriptor,
5335         implicit_ptr_descriptor, optimize_one_addr_into_implicit_ptr,
5336         optimize_location_into_implicit_ptr): Likewise.  Only punt for
5337         !dwarf_strict if dwarf_version < 5.
5338         (string_cst_pool_decl): Adjust comment.
5339         (non_dwarf_expression): Handle DW_OP_implicit_pointer.
5341         * dwarf2out.h (enum dw_val_class): Add dw_val_class_const_implicit,
5342         dw_val_class_unsigned_const_implicit and dw_val_class_file_implicit.
5343         (struct dw_val_node): Add val_file_implicit field.
5344         * dwarf2out.c (dw_val_equal_p, print_dw_val, attr_checksum,
5345         attr_checksum_ordered, same_dw_val_p, size_of_die, value_format,
5346         output_die): Handle dw_val_class_const_implicit,
5347         dw_val_class_unsigned_const_implicit and dw_val_class_file_implicit.
5348         (abbrev_die_table): Change into va_gc vec.
5349         (abbrev_die_table_allocated, abbrev_die_table_in_use,
5350         ABBREV_DIE_TABLE_INCREMENT): Remove.
5351         (AT_int, AT_unsigned, AT_file): Allow dw_val_class_*_implicit.
5352         (abbrev_opt_start, abbrev_usage_count, sorted_abbrev_dies): New
5353         variables.
5354         (build_abbrev_table): Adjust for abbrev_die_table being a va_gc vec.
5355         If abbrev_opt_start, fill in abbrev_usage_count and abbrev_dies
5356         vectors.
5357         (die_abbrev_cmp, optimize_implicit_const, optimize_abbrev_table): New
5358         functions.
5359         (output_die_abbrevs): For DW_FORM_implicit_const emit sleb128 with
5360         the implicit value.
5361         (output_abbrev_section): Adjust for abbrev_die_table being a va_gc
5362         vec.
5363         (output_comp_unit): Initialize abbrev_opt_start if emitting the main
5364         unit.  Call optimize_abbrev_table.
5365         (dwarf2out_init, dwarf2out_finish, dwarf2out_c_finalize): Adjust for
5366         abbrev_die_table being a va_gc vec.
5368         PR tree-optimization/77860
5369         * tree-ssa-reassoc.c (eliminate_using_constants): Handle
5370         also integral complex and vector constants.
5372         * dwarf2out.c (dwarf2out_define, dwarf2out_undef, output_macinfo_op,
5373         optimize_macinfo_range, save_macinfo_strings): Replace
5374         DW_MACRO_GNU_* constants with corresponding DW_MACRO_* constants.
5375         (output_macinfo): Likewise.  Emit .debug_macro* rather than
5376         .debug_macinfo* even for -gstrict-dwarf -gdwarf-5.
5377         (init_sections_and_labels): Use .debug_macro* labels rather than
5378         .debug_macinfo* labels even for -gstrict-dwarf -gdwarf-5.
5379         (dwarf2out_finish): Use DW_AT_macros instead of DW_AT_macro_info
5380         or DW_AT_GNU_macros for -gdwarf-5.
5382 2016-10-31  Waldemar Brodkorb  <wbx@openadk.org>
5384         * config/microblaze/linux.h (UCLIBC_DYNAMIC_LINKER): Define.
5386 2016-09-11  Le-Chun Wu  <lcwu@google.com>
5387             Mark Wielaard  <mjw@redhat.com>
5389         * common.opt (Wshadow=global): New option. Default for -Wshadow.
5390         (Wshadow=local): New option.
5391         (Wshadow-local): Hidden alias for -Wshadow=local.
5392         (Wshadow=compatible-local): New option.
5393         (Wshadow-compatible-local): Hidden alias for
5394         -Wshadow=compatible-local.
5395         * doc/invoke.texi: Document Wshadow=global, Wshadow=local and
5396         Wshadow=compatible-local.
5398 2016-10-31  Bin Cheng  <bin.cheng@arm.com>
5400         * tree-vect-slp.c (vect_get_and_check_slp_defs): New parameter SWAP.
5401         Check slp defs for COND_EXPR by swapping/inverting operands if the
5402         new parameter SWAP indicates so.
5403         (vect_build_slp_tree_1): New parameter SWAP.  Check COND_EXPR stmt
5404         is isomorphic to the first stmt via swapping/inverting.  Store swap
5405         information in the new parameter SWAP.
5406         (vect_build_slp_tree): New local array SWAP and pass it to function
5407         vect_build_slp_tree_1.  Cleanup result handling code for function
5408         call to vect_get_and_check_slp_defs.  Skip operand swapping if the
5409         order of operands has been fixed as indicated by SWAP[i].
5411 2016-10-31  Bin Cheng  <bin.cheng@arm.com>
5413         * tree-vect-data-refs.c (vect_slp_analyze_node_dependences): Skip
5414         unnecessary data dependence check after visited store stmt.
5416 2016-10-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5418         PR tree-optimization/71915
5419         PR tree-optimization/71490
5420         * gimple-ssa-strength-reduction.c (struct slsr_cand_d): Add
5421         stride_type field.
5422         (find_basis_for_base_expr): Require stride types to match when
5423         seeking a basis.
5424         (alloc_cand_and_find_basis): Record the stride type.
5425         (slsr_process_phi): Pass stride type to alloc_cand_and_find_basis.
5426         (backtrace_base_for_ref): Pass types to legal_cast_p_1 rather than
5427         the expressions having those types.
5428         (slsr_process_ref): Pass stride type to alloc_cand_and_find_basis.
5429         (create_mul_ssa_cand): Likewise.
5430         (create_mul_imm_cand): Likewise.
5431         (create_add_ssa_cand): Likewise.
5432         (create_add_imm_cand): Likewise.
5433         (legal_cast_p_1): Change interface to accept types rather than the
5434         expressions having those types.
5435         (legal_cast_p): Pass types to legal_cast_p_1.
5436         (slsr_process_cast): Pass stride type to
5437         alloc_cand_and_find_basis.
5438         (slsr_process_copy): Likewise.
5439         (dump_candidate): Display stride type when a cast exists.
5440         (create_add_on_incoming_edge): Introduce a cast when necessary for
5441         the stride type.
5442         (analyze_increments): Change the code checking for invalid casts
5443         to rely on the stride type, and update the documentation and
5444         example.  Change the code checking for pointer multiplies to rely
5445         on the stride type.
5446         (insert_initializers): Introduce a cast when necessary for the
5447         stride type.  Use the stride type for the type of the initializer.
5449 2016-10-30  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
5451         * config/arm/arm.c (arm_const_not_ok_for_debug_p): Use VAR_P.
5453 2016-10-29  Jakub Jelinek  <jakub@redhat.com>
5455         PR rtl-optimization/77919
5456         * expr.c (expand_expr_real_1) <normal_inner_ref>: Only avoid forcing
5457         into memory if both modes are complex and their inner modes have the
5458         same precision.  If the two modes are different complex modes, convert
5459         each part separately and generate a new CONCAT.
5461 2016-10-29  John David Anglin  <danglin@gcc.gnu.org>
5463         * config/pa/pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.
5465 2016-10-29  Jakub Jelinek  <jakub@redhat.com>
5467         PR target/78148
5468         * gimple-ssa-store-merging.c
5469         (imm_store_chain_info::output_merged_store): Use build_aligned_type
5470         instead of SET_TYPE_ALIGN on shared integral type.
5472 2016-10-29  John David Anglin  <danglin@gcc.gnu.org>
5474         * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment.
5475         (MALLOC_ABI_ALIGNMENT): Define to 128 on all targets except SOM.
5476         Adjust comment.
5478 2016-10-28  Jeff Law  <law@redhat.com>
5480         * config/vax/vax.h (REGNO_REG_CLASS): Access the REGNO argument.
5481         * config/spu/spu.h (REGNO_REG_CLASS): Likewise.
5483 2016-10-28  Eric Botcazou  <ebotcazou@adacore.com>
5485         * doc/sourcebuild.texi (Ada Tests): Remove mention of gcc chapter.
5487 2016-10-28  Eric Botcazou  <ebotcazou@adacore.com>
5489         * target.def (min_arithmetic_precision): New hook.
5490         * doc/tm.texi.in (Misc): Add TARGET_MIN_ARITHMETIC_PRECISION.
5491         * doc/tm.texi: Regenerate.
5492         * internal-fn.c (expand_arith_overflow): Adjust handling of target
5493         dependent support by means of TARGET_MIN_ARITHMETIC_PRECISION.
5494         * targhooks.c (default_min_arithmetic_precision): New function.
5495         * targhooks.h (default_min_arithmetic_precision): Declare.
5496         * config/sparc/sparc.c (TARGET_MIN_ARITHMETIC_PRECISION): Define.
5497         (sparc_min_arithmetic_precision): New function.
5499 2016-10-28  Segher Boessenkool  <segher@kernel.crashing.org>
5501         PR target/71847
5502         * combine.c (change_zero_ext): Handle zero_ext of hard registers.
5503         Swap commutative operands in new RTL if needed.  Handle zero_ext
5504         in the set_dest.
5505         (recog_for_combine): Pass *pnewpat to change_zero_ext instead of
5506         PATTERN (insn).
5508 2016-10-28  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
5509             Kugan Vivekanandarajah  <kuganv@linaro.org>
5510             Jim Wilson  <jim.wilson@linaro.org>
5512         PR tree-optimization/43721
5513         * target.def: New hook expand_divmod_libfunc.
5514         * doc/tm.texi.in: Add hook for TARGET_EXPAND_DIVMOD_LIBFUNC.
5515         * doc/tm.texi: Regenerate.
5516         * internal-fn.def: Add new entry for DIVMOD ifn.
5517         * internal-fn.c (expand_DIVMOD): New.
5518         * tree-ssa-math-opts.c: Include optabs-libfuncs.h, tree-eh.h,
5519         targhooks.h.
5520         (widen_mul_stats): Add new field divmod_calls_inserted.
5521         (target_supports_divmod_p): New.
5522         (divmod_candidate_p): Likewise.
5523         (convert_to_divmod): Likewise.
5524         (pass_optimize_widening_mul::execute): Call calculate_dominance_info,
5525         renumber_gimple_stmt_uids at beginning of function. Call
5526         convert_to_divmod and record stats for divmod.
5527         * config/arm/arm.c (arm_expand_divmod_libfunc): Override hook
5528         TARGET_EXPAND_DIVMOD_LIBFUNC.
5529         * doc/sourcebuild.texi: Add items for arm_divmod_simode, divmod,
5530         divmod_simode.
5532 2016-10-28  Eric Botcazou  <ebotcazou@adacore.com>
5533             Segher Boessenkool  <segher@kernel.crashing.org>
5535         * dojump.c (do_jump_by_parts_greater_rtx): Invert probability when
5536         swapping the arms of the branch.
5537         * internal-fn.c (expand_addsub_overflow): Use a straight-line code
5538         sequence for the generic signed-signed-signed case.
5540 2016-10-28  Jeff Law  <law@redhat.com>
5542         * config/bfin/bfin.c (bfin_legitimate_address_p): Add missing
5543         fallthru comment.
5544         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Likewise.
5546 2016-10-28  Segher Boessenkool  <segher@kernel.crashing.org>
5548         PR rtl-optimization/78029
5549         * function.c (prologue_contains, epilogue_contains): New functions.
5550         (record_prologue_seq, record_epilogue_seq): New functions.
5551         * function.h (prologue_contains, epilogue_contains,
5552         record_prologue_seq, record_epilogue_seq): New declarations.
5553         * sched-deps.c (sched_analyze_insn): Make dependencies to prevent
5554         mixing prologue and epilogue insns.
5555         (init_deps): Initialize the new fields in struct deps_desc.
5556         * sched-int.h (struct deps_desc): New fields last_prologue,
5557         last_epilogue, and last_logue_was_epilogue.
5558         * shrink-wrap.c (emit_common_heads_for_components): Record all
5559         emitted prologue and epilogue insns.
5560         (emit_common_tails_for_components): Ditto.
5561         (insert_prologue_epilogue_for_components): Ditto.
5563 2016-10-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5565         PR middle-end/22141
5566         * Makefile.in (OBJS): Add gimple-ssa-store-merging.o.
5567         * common.opt (fstore-merging): New Optimization option.
5568         * opts.c (default_options_table): Add entry for
5569         OPT_ftree_store_merging.
5570         * fold-const.h (can_native_encode_type_p): Declare prototype.
5571         * fold-const.c (can_native_encode_type_p): Define.
5572         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Define.
5573         (PARAM_MAX_STORES_TO_MERGE): Likewise.
5574         * timevar.def (TV_GIMPLE_STORE_MERGING): New timevar.
5575         * passes.def: Insert pass_tree_store_merging.
5576         * tree-pass.h (make_pass_store_merging): Declare extern
5577         prototype.
5578         * gimple-ssa-store-merging.c: New file.
5579         * doc/invoke.texi (Optimization Options): Document
5580         -fstore-merging.
5581         (--param documentation): Document store-merging-allow-unaligned
5582         and max-stores-to-merge.
5584 2016-10-28  Will Schmidt <will_schmidt@vnet.ibm.com>
5586         PR middle-end/72747
5587         * gimplify.c (gimplify_init_constructor): Move emit of constructor
5588         assignment to earlier in the if/else logic.
5590 2016-10-28  Richard Biener  <rguenther@suse.de>
5592         PR middle-end/78128
5593         PR middle-end/71002
5594         * fold-const.c (make_bit_field_ref): Only adjust alias set
5595         when the original alias set was zero.
5597 2016-10-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5599         * config/s390/s390.c (s390_adjust_loop_scan_osc): New function.
5600         (s390_adjust_loops): New function.
5601         (s390_reorg): Invoke s390_adjust_loops.
5602         * config/s390/s390.md (UNSPEC_OSC_BREAK): New constant.
5603         ("osc_break"): New insn definition.
5605 2016-10-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5607         * config/s390/s390.opt: Support alternate cpu level naming (archXX).
5608         * config.gcc: Support alternate archXX cpu levels with
5609         --with-arch= and --with-tune=.
5610         * config/s390/linux.h: Translate new archXX cpu levels to the
5611         original names when calling GAS.
5612         * config/s390/tpf.h: Likewise.
5613         * doc/invoke.texi: Document the alternate cpu level names.
5615 2016-10-28  Jakub Jelinek  <jakub@redhat.com>
5617         PR rtl-optimization/77919
5618         * expr.c (expand_expr_real_1) <normal_inner_ref>: Force CONCAT into
5619         MEM if mode1 is not a complex mode.
5621         PR rtl-optimization/78132
5622         * ree.c (combine_reaching_defs): Give up if copy_needed and
5623         !HARD_REGNO_MODE_OK (REGNO (src_reg), dst_mode).
5625 2016-10-27  Eric Botcazou  <ebotcazou@adacore.com>
5627         * config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.
5629 2016-10-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
5631         * config/rs6000/constraints.md (wH constraint): Add new
5632         constraints for allowing 32-bit integers (and eventually 8/16-bit
5633         integers) into the vector registers.
5634         (wI constraint): Likewise.
5635         (wJ constraint): Likewise.
5636         (wK constraint): Likewise.
5637         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
5638         -mvsx-small-integer as a default option for ISA 2.07
5639         (i.e. power8).
5640         (POWERPC_MASKS): Likewise.
5641         * config/rs6000/rs6000.opt (-mvsx-small-integer): Add new debug
5642         switch to turn off small integer support in vector registers.
5643         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Eliminate
5644         test for -mupper-regs-di, since it is already done with the
5645         reg_add[mode].scalar_in_vsx_p.  Add support for the switch
5646         -mvsx-small-integer.
5647         (rs6000_debug_reg_global): Add support for wH, wI, wJ, and wK
5648         constraints.
5649         (rs6000_setup_reg_addr_masks): Likewise.
5650         (rs6000_init_hard_regno_mode_ok): Likewise.
5651         (rs6000_option_override_internal): Add consistency checks for
5652         -mvsx-small-integer.
5653         (rs6000_secondary_reload_simple_move): SImode is a simple move if
5654         -mvsx-small-integer.
5655         (rs6000_secondary_reload): Use std::swap.
5656         (rs6000_preferred_reload_class): Don't prefer FLOAT_REGS over
5657         VSX_REGS for small integers in vector registers, since there is no
5658         D-FORM address mode for such types.
5659         (rs6000_register_move_cost): Use FIRST_FPR_REGNO instead of 32.
5660         (rs6000_opt_masks): Add -mvsx-small-integer.
5661         * config/rs6000/vsx.md (VSINT_84): Add SImode for small integer
5662         support.
5663         (VSX_EXTRACT_I2): Clone VSX_EXTRACT_I, but drop V4SI since SImode
5664         extracts can be done on ISA 2.07.
5665         (vsx_extract_<mode>): Add support for small integers in vsx
5666         registers.
5667         (vsx_extract_<mode>_p9): Use 'v' instead of VSX_EX, since we no
5668         longer support V4SImode in this pattern.
5669         (vsx_extract_si): New insn to support extraction of SImode in ISA
5670         2.07 using either xxextractuw or vspltw.
5671         (vsx_extract_<mode>_p8): Use 'v' instead of VSX_EX, since we no
5672         longer support V4SImode in this pattern.
5673         * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wH, wI,
5674         wJ, and wK constraints.
5675         * config/rs6000/rs6000.md (f32_sv): Use correct instruction for
5676         storing SDmode with VSX instructions.
5677         (zero_extendsi<mode>2): Reorder pattern, so RLDICL comes after the
5678         GPR load and before the FPR and VSX loads.  Remove ??, ! from the
5679         constraints.  Add MFVSRWZ and XXEXTRACTUW instructions to support
5680         small integers in vector registers.
5681         (extendsi<mode>2): Reorder pattern, so EXTSW comes after the GPR
5682         load and before the FPR and VSX loads.  Remove ??, ! from the
5683         constraints.  Add VEXTSW2D support for small integers in vector
5684         registers.
5685         (lfiwax): Remove ! constraint.  Add VEXTSW2D support for small
5686         integers in vector registers.
5687         (floatsi<mode>2_lfiwax): If -mvsx-small-integer issue a normal
5688         move instead of using an UNSPEC.
5689         (lfiwzx): Remove ! constraint.  Add XXEXTRACTUW support for small
5690         integers in vector registers.
5691         (floatunssi<mode>2_lfiwzx): If -mvsx-small-integer issue a normal
5692         move instead of using an UNSPEC.
5693         (movsi_internal1): Add support for -mvsx-small-integer.  Align
5694         columns so that it is more readable.
5695         (SImode splitter for ISA 3.0 constants): Add splitter for
5696         -128..127 constants that can easily be constructed on ISA 3.0.
5697         * doc/md.texi (PowerPC Constraints): Document wH, wI, wJ, and wK
5698         constraints.
5700 2016-10-27  Jakub Jelinek  <jakub@redhat.com>
5702         PR middle-end/78025
5703         * omp-simd-clone.c (simd_clone_adjust): Handle noreturn declare simd
5704         functions.
5706 2016-10-27  Aldy Hernandez  <aldyh@redhat.com>
5708         * builtins.c (expand_builtin_nonlocal_goto): Avoid evaluating
5709         PIC_OFFSET_TABLE_REGNUM twice.
5711 2016-10-27  Bin Cheng  <bin.cheng@arm.com>
5713         * match.pd ((convert (op:s (convert@2 @0) (convert?@3 @1)))): Add
5714         support for constant operand for OP.
5716 2016-10-27  Jakub Jelinek  <jakub@redhat.com>
5718         * dwarf2out.c (gen_member_die): Only reparent_child instead of
5719         splice_child_die if child doesn't have DW_AT_specification attribute.
5721 2016-10-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5723         * config/arm/arm.h (TARGET_HAVE_LDREX): Define for ARMv8-M Baseline.
5724         (TARGET_HAVE_LDREXBH): Likewise.
5725         (TARGET_HAVE_LDACQ): Likewise.
5727 2016-10-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5729         * config/arm/arm.c (arm_split_atomic_op): Add function comment.  Add
5730         logic to to decide whether to copy over old value to register for new
5731         value.
5732         * config/arm/sync.md: Add comments explaning why mode and code
5733         attribute are not defined in iterators.md
5734         (thumb1_atomic_op_str): New code attribute.
5735         (thumb1_atomic_newop_str): Likewise.
5736         (thumb1_atomic_fetch_op_str): Likewise.
5737         (thumb1_atomic_fetch_newop_str): Likewise.
5738         (thumb1_atomic_fetch_oldop_str): Likewise.
5739         (atomic_exchange<mode>): Add new ARMv8-M Baseline only alternatives to
5740         mirror the more restrictive constraints of the Thumb-1 insns after
5741         split compared to Thumb-2 counterpart insns.
5742         (atomic_<sync_optab><mode>): Likewise.  Add comment to keep constraints
5743         in sync with non atomic version.
5744         (atomic_nand<mode>): Likewise.
5745         (atomic_fetch_<sync_optab><mode>): Likewise.
5746         (atomic_fetch_nand<mode>): Likewise.
5747         (atomic_<sync_optab>_fetch<mode>): Likewise.
5748         (atomic_nand_fetch<mode>): Likewise.
5749         * config/arm/thumb1.md (thumb1_addsi3): Add comment to keep contraint
5750         in sync with atomic version.
5751         (thumb1_subsi3_insn): Likewise.
5752         (thumb1_andsi3_insn): Likewise.
5753         (thumb1_iorsi3_insn): Likewise.
5754         (thumb1_xorsi3_insn): Likewise.
5756 2016-10-27  Nick Clifton  <nickc@redhat.com>
5758         * plugin.c (register_plugin_info): Produce an error message if the
5759         plugin is not found in the hash table.
5761 2016-10-27  Bin Cheng  <bin.cheng@arm.com>
5763         * match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)):
5764         New pattern.
5766 2016-10-26  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5768         PR target/78056
5769         * config/rs6000/rs6000.c (spe_init_builtins): Modify loops to not
5770         define builtin functions from the bdesc_spe_predicates or
5771         bdesc_spe_evsel arrays if the builtin mask is not compatible with
5772         the current compiler configuration.
5773         (paired_init_builtins): Modify loop to not define define builtin
5774         functions from the bdesc_paried_preds array if the builtin mask is
5775         not compatible with the current compiler configuration.
5776         (altivec_init_builtins): Modify loops to not define the
5777         __builtin_altivec_stxvl function nor the builtin functions from
5778         the bdesc_dst or bdesc_altivec_preds, or bdesc_abs arrays if the
5779         builtin mask is not compatible with the current compiler
5780         configuration.
5782 2016-10-26  Jeff Law  <law@redhat.com>
5784         * config/sh/sh.c (output_branch): Add missing fallthru comments.
5785         (gen_shl_and): Likewise.
5786         * config/sh/sh.md (movsicc): Add missing fallthru comments.
5788         * config/mips/mips.c (mips16_constant_cost): Add missing
5789         fallthru comments.
5790         (mips16_build_call_stub): Increase buffer size.  Adjust
5791         fallthru comment.
5793 2016-10-26  David Malcolm  <dmalcolm@redhat.com>
5795         * print-rtl.c (rtx_writer::print_rtx_operand_code_u): Print
5796         INSN_UIDs for all insns in compact mode.
5797         (rtx_writer::print_rtx): Likewise.
5798         * print-rtl.h (rtx_writer::flag_compact): Update comment.
5799         * rtl-tests.c (selftest::test_dumping_insns): Update expected
5800         output to include INSN_UID.
5801         (selftest::test_uncond_jump): Likewise.
5803 2016-10-26  Pat Haugen  <pthaugen@us.ibm.com>
5805         * haifa-sched.c (call_used_regs_num): Rename to...
5806         (call_saved_regs_num): ...this.
5807         (fixed_regs_num): New variable.
5808         (sched_pressure_start_bb): Subtract out fixed_regs. Scale call_saved
5809         regs not call_used.
5810         (alloc_global_sched_pressure_data): Compute call_saved and fixed regs.
5812 2016-10-26  David Malcolm  <dmalcolm@redhat.com>
5814         * print-rtl-function.c (print_rtx_function): Rewrite in terms of
5815         class rtx_writer.
5816         * print-rtl.c (outfile): Delete global.
5817         (sawclose): Likewise.
5818         (indent): Likewise.
5819         (in_call_function_usage): Likewise.
5820         (flag_compact): Likewise.
5821         (flag_simple): Likewise.
5822         (rtx_writer::rtx_writer): New ctor.
5823         (print_rtx_operand_code_0): Convert to...
5824         (rtx_writer::print_rtx_operand_code_0): ...this.
5825         (print_rtx_operand_code_e): Convert to...
5826         (rtx_writer::print_rtx_operand_code_e): ...this.
5827         (print_rtx_operand_codes_E_and_V): Convert to...
5828         (rtx_writer::print_rtx_operand_codes_E_and_V): ...this.
5829         (print_rtx_operand_code_i): Convert to...
5830         (rtx_writer::print_rtx_operand_code_i): ...this.
5831         (print_rtx_operand_code_r): Convert to...
5832         (rtx_writer::print_rtx_operand_code_r): ...this.
5833         (print_rtx_operand_code_u): Convert to...
5834         (rtx_writer::print_rtx_operand_code_u): ...this.
5835         (print_rtx_operand): Convert to...
5836         (rtx_writer::print_rtx_operand): ...this.
5837         (print_rtx): Convert to...
5838         (rtx_writer::print_rtx): ...this.
5839         (print_inline_rtx): Rewrite in terms of class rtx_writer.
5840         (debug_rtx): Likewise.
5841         (print_rtl): Convert to...
5842         (rtx_writer::print_rtl): ...this.
5843         (print_rtl): Reimplement in terms of class rtx_writer.
5844         (print_rtl_single): Rewrite in terms of class rtx_writer.
5845         (print_rtl_single_with_indent): Convert to..
5846         (rtx_writer::print_rtl_single_with_indent): ...this.
5847         (print_simple_rtl): Rewrite in terms of class rtx_writer.
5848         * print-rtl.h (flag_compact): Delete decl.
5849         (class rtx_writer): New class.
5850         * rtl-tests.c (selftest::assert_rtl_dump_eq): Rewrite in terms of
5851         class rtx_writer.
5853 2016-10-26  Jeff Law  <law@redhat.com>
5855         * config/microblaze/microblaze.c (tls_mentioned_p): Avoid
5856         fallthru.
5858         * config/arc/arc.c (acr_print_operand): Adjust fallthru comment.
5859         (check_if_valid_sleep_operand): Add missing fallthru comment.
5860         (arc_register_move_cost): Increase buffer size.
5861         * config/arc/arc.md (cbranch4si_scratch): Add missing fallthru
5862         comment.
5863         * config/arc/predicates.md (move_str_operand): Avoid fallthru.
5865         * config/cr16/cr16.c (cr16_print_operand): Add missing fallthru
5866         comment.  Add gcc_unreachable for path that should never happen.
5868         * config/epiphany/epiphany.c (epiphany_print_operand): Adjust
5869         fallthru comment.
5871 2016-10-26  Jakub Jelinek  <jakub@redhat.com>
5872             Martin Liska  <mliska@suse.cz>
5874         PR fortran/77973
5875         * gimplify.c (gimplify_adjust_omp_clauses_1): For all added map
5876         clauses with OMP_CLAUSE_SIZE being a decl, call omp_notice_variable
5877         on outer context if any.
5879 2016-10-26  Jakub Jelinek  <jakub@redhat.com>
5881         * gen-pass-instances.awk (adjust_linenos): Increment pass_lines[p]
5882         by increment rather than double it.
5883         (insert_remove_pass): Strip leading whitespace from args[3].  Don't
5884         emit a space before args[4].
5885         (END): Don't emit a space before with_arg.
5887 2016-10-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5889         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Add new ARMv8-M
5890         Baseline only alternatives to (i) hold store atomic success value in a
5891         return register rather than a scratch register, (ii) use a low register
5892         for it and to (iii) ensure the cbranchsi insn generated by the split
5893         respect the constraints of Thumb-1 cbranchsi4_insn and
5894         cbranchsi4_scratch.
5895         * config/arm/thumb1.md (cbranchsi4_insn): Add comment to indicate
5896         constraints must match those in atomic_compare_and_swap.
5897         (cbranchsi4_scratch): Likewise.
5899 2016-10-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5901         * config/arm/arm.c (arm_expand_compare_and_swap): Add new bdst local
5902         variable.  Add the new parameter to the insn generator.  Set that
5903         parameter to be CC flag for 32-bit targets, bval otherwise.  Set the
5904         return value from the negation of that parameter for Thumb-1, keeping
5905         the logic unchanged otherwise except for using bdst as the destination
5906         register of the compare_and_swap insn.
5907         (arm_split_compare_and_swap): Add explanation about how is the value
5908         returned to the function comment.  Rename scratch variable to
5909         neg_bval.  Adapt initialization of variables holding operands to the
5910         new operand numbers.  Use return register to hold result of store
5911         exclusive for Thumb-1, scratch register otherwise.  Construct the
5912         appropriate cbranch for Thumb-1 targets, keeping the logic unchanged
5913         for 32-bit targets.  Guard Z flag setting to restrict to 32bit targets.
5914         Use gen_cbranchsi4 rather than hand-written conditional branch to loop
5915         for strongly ordered compare_and_swap.
5916         * config/arm/predicates.md (cc_register_operand): New predicate.
5917         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Use a
5918         match_operand with the new predicate to accept either the CC flag or a
5919         destination register for the boolean return value, restricting it to
5920         CC flag only via constraint.  Adapt operand numbers accordingly.
5922 2016-10-26  Jeff Law  <law@redhat.com>
5924         * config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
5926         * config/frv/frv.c (comparison_string): Do not fall through after
5927         an error.
5929         * config/iq2000/iq2000.c (iq2000_function_arg): Adjust fallthru
5930         comment.
5931         (expand_one_builtin): Add missing break.
5933         * config/m32c/m32c.c (encode_pattern_1): Add fallthru comment.
5934         (m32c_legitimate_address_p): Likewise.
5936         * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
5938         * config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments.
5940         * config/microblaze/microblaze.c (microblaze_function_arg): Adjust
5941         fallthru comment.
5943         * config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
5944         fallthru comment.
5946         * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
5948         * config/rl78/rl78.c (rl78_calculate_death_notes): Add fallthru
5949         comment.
5950         (rl78_asm_ctor_dtor): Increase buffer size.
5952         * config/stormy16/stormy16.c (xstormy16_asm_output_destrutor): Increase
5953         buffer size.
5954         (xstormy16_asm_output_constructor): Likewise.
5956         * config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer
5957         size.
5959         * config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU
5960         comment to silence warning.
5962         * config/spu/spu.c (spu_sched_reorder): Add missing fallthru comment.
5963         (spu_legitimate_address_p): Fix logic error and add missing fallthru
5964         comment.
5966 2016-10-26  Michael Matz  <matz@suse.de>
5968         PR tree-optimization/78060
5969         PR tree-optimization/78061
5970         PR tree-optimization/78088
5971         * tree-ssa-loop-split.c (easy_exit_values): New function.
5972         (tree_ssa_split_loops): Use it.
5973         (compute_new_first_bound): Change order of operations,
5974         fix invalid use of types.
5976 2016-10-26  Georg-Johann Lay  <avr@gjlay.de>
5978         gen-pass-instances.awk is sensitive to the order in which
5979         passes are added; passes that appear later have to be added first.
5981         PR target/71676
5982         PR target/71678
5983         * config/avr/avr-passes.def: Swap order of directives for
5984         gen-pass-instances.awk.
5986 2016-10-25  Jeff Law  <law@redhat.com>
5988         * config/vax/vax.c (vad_address_cost_1): Add missing FALLTHRU comment.
5989         (vax_notice_update_cc): Likewise.
5991 2016-10-25  Eric Botcazou  <ebotcazou@adacore.com>
5993         * config.gcc (sparc*-*-solaris2*): Adjust.
5994         (sparc64-*-linux*): Likewise.
5995         * config/sparc/default-64.h: Rename to...
5996         * config/sparc/default64.h: ...this.
5997         * config/sparc/sparc.c (sparc_option_override): Replace TARGET_64BIT
5998         with TARGET_ARCH64.
5999         (sparc_mangle_type): Replace !TARGET_64BIT with TARGET_ARCH32.
6000         * config/sparc/sparc.h: Minor tweaks.
6001         * config/sparc/sparc.md: Replace !TARGET_64BIT and !TARGET_ARCH64 with
6002         TARGET_ARCH32 throughout.  Minor various tweaks throughout.
6004 2016-10-25  David Malcolm  <dmalcolm@redhat.com>
6006         * input.c (fcache::file_patch): Add comment about lifetime.
6007         (selftest::cpp_reader_ptr): New class.
6008         (selftest::lexer_test): Convert m_parser from cpp_reader *
6009         to a cpp_reader_ptr, and move m_tempfile to after it.
6010         (selftest::lexer_test::lexer_test): Update for above reordering.
6011         (lexer_test::~lexer_test): Move cleanup of m_parser to
6012         cpp_reader_ptr's dtor.
6014 2016-10-25  David Malcolm  <dmalcolm@redhat.com>
6016         * toplev.c (toplev::main): Remove call to
6017         location_adhoc_data_fini.
6019 2016-10-25  Eric Botcazou  <ebotcazou@adacore.com>
6021         * tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types.
6022         * tree.c (int_fits_type_p): Likewise.  Adjust head comment.
6024 2016-10-25  David Malcolm  <dmalcolm@redhat.com>
6026         * ggc-tests.c (forcibly_ggc_collect): Rename to...
6027         (selftest::forcibly_ggc_collect): ...this, and remove "static".
6028         (test_basic_struct): Update for above renaming.
6029         (test_length): Likewise.
6030         (test_union): Likewise.
6031         (test_finalization): Likewise.
6032         (test_deletable_global): Likewise.
6033         (test_inheritance): Likewise.
6034         (test_chain_next): Likewise.
6035         (test_user_struct): Likewise.
6036         (test_tree_marking): Likewise.
6037         * selftest-run-tests.c (selftest::run_tests): Call
6038         selftest::forcibly_ggc_collect at the end of the selftests.
6039         * selftest.h (selftest::forcibly_ggc_collect): New decl.
6041 2016-10-25  Jakub Jelinek  <jakub@redhat.com>
6043         PR target/78102
6044         * optabs.def (vcondeq_optab, vec_cmpeq_optab): New optabs.
6045         * optabs.c (expand_vec_cond_expr): For comparison codes
6046         EQ_EXPR and NE_EXPR, attempt vcondeq_optab as fallback.
6047         (expand_vec_cmp_expr): For comparison codes
6048         EQ_EXPR and NE_EXPR, attempt vec_cmpeq_optab as fallback.
6049         * optabs-tree.h (expand_vec_cmp_expr_p, expand_vec_cond_expr_p):
6050         Add enum tree_code argument.
6051         * optabs-query.h (get_vec_cmp_eq_icode, get_vcond_eq_icode): New
6052         inline functions.
6053         * optabs-tree.c (expand_vec_cmp_expr_p): Add CODE argument.  For
6054         CODE EQ_EXPR or NE_EXPR, attempt to use vec_cmpeq_optab as
6055         fallback.
6056         (expand_vec_cond_expr_p): Add CODE argument.  For CODE EQ_EXPR or
6057         NE_EXPR, attempt to use vcondeq_optab as fallback.
6058         * tree-vect-generic.c (expand_vector_comparison,
6059         expand_vector_divmod, expand_vector_condition): Adjust
6060         expand_vec_cmp_expr_p and expand_vec_cond_expr_p callers.
6061         * tree-vect-stmts.c (vectorizable_condition,
6062         vectorizable_comparison): Likewise.
6063         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern,
6064         check_bool_pattern, search_type_for_mask_1): Likewise.
6065         * expr.c (do_store_flag): Likewise.
6066         * doc/md.texi (@code{vec_cmpeq@var{m}@var{n}},
6067         @code{vcondeq@var{m}@var{n}}): Document.
6068         * config/i386/sse.md (vec_cmpeqv2div2di, vcondeq<VI8F_128:mode>v2di):
6069         New expanders.
6071 2016-10-25  Jeff Law  <law@redhat.com>
6073         * config/v850/v850.c (v850_handle_data_area_attribute): Fix fallthru
6074         comment.
6075         (v850_output_aligned_bss): Add missing break.
6077         * config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_unreachable.
6079 2016-10-25  Martin Liska  <mliska@suse.cz>
6081         PR sanitizer/78106
6082         * sanopt.c (imm_dom_path_with_freeing_call): Handle gasm
6083         statements as they can also contain possibly a freeing call.
6085 2016-10-25  H.J. Lu  <hongjiu.lu@intel.com>
6086             Martin Liska  <mliska@suse.cz>
6088         PR ipa/78099
6089         * common.opt: Mark flag_ipa_icf_variables as Optimization flag.
6090         * ipa-icf.c (sem_function::get_hash): Add target optimization
6091         node to hash.
6093 2016-10-25  Wilco Dijkstra  <wdijkstr@arm.com>
6095         PR target/78041
6096         * config/arm/neon.md (ashldi3_neon): Add "r 0 i" and "&r r i" variants.
6097         Remove partial overlap check for shift by 1.
6098         (ashldi3_neon): Likewise.
6100 2016-10-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6102         * config/arm/constraints.md (Q constraint): Document its use for
6103         Thumb-1.
6104         (Pf constraint): New constraint for relaxed, consume or relaxed memory
6105         models.
6106         * config/arm/sync.md (atomic_load<mode>): Add new ARMv8-M Baseline only
6107         alternatives to allow any register when memory model matches Pf and
6108         thus lda is used, but only low registers otherwise.  Use unpredicated
6109         output template for Thumb-1 targets.
6110         (atomic_store<mode>): Likewise for stl.
6111         (arm_load_exclusive<mode>): Add new ARMv8-M Baseline only alternative
6112         whose output template does not have predication.
6113         (arm_load_acquire_exclusive<mode>): Likewise.
6114         (arm_load_exclusivesi): Likewise.
6115         (arm_load_acquire_exclusivesi): Likewise.
6116         (arm_store_release_exclusive<mode>): Likewise.
6117         (arm_store_exclusive<mode>): Use unpredicated output template for
6118         Thumb-1 targets.
6120 2016-10-25  Jakub Jelinek  <jakub@redhat.com>
6122         * internal-fn.def (LAUNDER): New internal function.
6123         * internal-fn.c (expand_LAUNDER): New function.
6125 2016-10-25  Georg-Johann Lay  <avr@gjlay.de>
6126             Pitchumani Sivanupandi  <pitchumani.sivanupandi@microchip.com>
6128         New avr target pass to work around performance loss by PR fix.
6130         PR target/71676
6131         PR target/71678
6132         * config/avr/avr.md (casesi_<mode>_sequence) [qi,hi]: New insn.
6133         (*cmp<mode>) [qi,qq,uqq,hi,hq,uhq,ha,uha]: Rename to cmp<mode>3.
6134         * config/avr/predicates.md (extend_operator): New.
6135         * config/avr/avr-passes.def (avr_pass_casesi): Register new pass.
6136         * config/avr/avr-protos.h (avr_casei_sequence_check_operands)
6137         (make_avr_pass_casesi): New prototypes.
6138         * config/avr/avr.c (print-rtl.h): Include it.
6139         (pass_data avr_pass_data_casesi): Data for new pass.
6140         (avr_pass_casesi): New class implementing rtl_opt_pass .avr-casesi.
6141         (make_avr_pass_casesi, avr_parallel_insn_from_insns)
6142         (avr_is_casesi_sequence, avr_casei_sequence_check_operands)
6143         (avr_optimize_casesi): New functions.
6145 2016-10-25  Georg-Johann Lay  <avr@gjlay.de>
6146             Pitchumani Sivanupandi  <pitchumani.sivanupandi@microchip.com>
6148         PR target/71676
6149         PR target/71678
6150         * config/avr/avr.md (casesi): Rewrite avoiding subregs of SI.
6152 2016-10-24  Jakub Jelinek  <jakub@redhat.com>
6154         * dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or
6155         DW_AT_rvalue_reference attributes.
6157 2016-10-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6159         * doc/invoke.text (Wint-in-bool-context): Update documentation.
6160         * value-prof.c (stringop_block_profile): Fix a warning.
6162 2016-10-24  Martin Sebor  <msebor@redhat.com>
6164         PR middle-end/77735
6165         * builtins.c (string_length): New function.
6166         (c_strlen): Use string_length.  Correctly handle wide strings.
6167         * gimple-ssa-sprintf.c (target_max_value, target_size_max): New
6168         functions.
6169         (target_int_max): Call target_max_value.
6170         (format_result::knownrange): New data member.
6171         (fmtresult::fmtresult): Define default constructor.
6172         (format_integer): Use it and set format_result::knownrange.
6173         Handle global constants.
6174         (format_floating_max): Add third argument.
6175         (format_floating): Recompute maximum value for %a for each argument.
6176         (get_string_length): Use fmtresult default ctor.
6177         (format_string): Set format_result::knownrange.
6178         (format_directive): Check format_result::knownrange.
6179         (add_bytes): Same.  Correct caret placement in diagnostics.
6180         (pass_sprintf_length::compute_format_length): Set
6181         format_result::knownrange.
6182         (pass_sprintf_length::handle_gimple_call): Use target_size_max.
6184 2016-10-24  Jakub Jelinek  <jakub@redhat.com>
6186         * config/i386/i386.c (ix86_in_large_data_p, ix86_expand_builtin): Use
6187         VAR_P (x) instead of TREE_CODE (x) == VAR_DECL.
6189 2016-10-24  Ximin Luo  <infinity0@pwned.gg>
6191         PR debug/77985
6192         * dwarf2out.c (file_table_relative_p): Remove.
6193         (gen_compile_unit_die, dwarf2out_early_finish): Emit DW_AT_comp_dir
6194         also for absolute paths.
6195         * doc/tm.texi: Update.
6196         * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Remove.
6197         * target.def (force_at_comp_dir): Remove hook.
6198         * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Remove define.
6200 2016-10-24  Richard Biener  <rguenther@suse.de>
6202         * tree-vrp.c (evrp_dom_walker::before_dom_children): Ignore
6203         backedges when identifying the single predecessor to take
6204         conditional info from.  Use SCEV to get at ranges for loop IVs.
6205         * lto-streamer-out.c (lto_write_mode_table): CSE inner mode to
6206         avoid false warning.
6208 2016-10-24  Georg-Johann Lay  <avr@gjlay.de>
6210         PR target/78093
6211         * doc/extend.texi (AVR Variable Attributes) [absdata]: Document it.
6212         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_ABSDATA): New macro.
6213         (avr_address_tiny_absdata_p): New static function.
6214         (avr_legitimate_address_p, avr_legitimize_address) [AVR_TINY]: Use
6215         it to determine validity of constant addresses.
6216         (avr_attribute_table) [absdata]: New variable attribute...
6217         (avr_handle_absdata_attribute): ...and handler.
6218         (avr_decl_absdata_p): New static function.
6219         (avr_encode_section_info) [AVR_TINY]: Use it to add flag
6220         AVR_SYMBOL_FLAG_TINY_ABSDATA to respective symbols_refs.
6221         (avr_address_cost) [AVR_TINY]: absdata addresses cost 2.
6223 2016-10-24  Richard Biener  <rguenther@suse.de>
6225         PR tree-optimization/78076
6226         * tree-ssa-loop-split.c (tree_ssa_split_loops): Reset aux
6227         also on the loop tree root.
6229 2016-10-24  Jakub Jelinek  <jakub@redhat.com>
6231         * config/i386/i386.c (ix86_fold_builtin): Handle
6232         IX86_BUILTIN_BEXTR{,I}{32,64}, IX86_BUILTIN_BZHI{32,64},
6233         IX86_BUILTIN_PDEP{32,64} and IX86_BUILTIN_PEXT{32,64}.
6234         (ix86_gimple_fold_builtin): Handle IX86_BUILTIN_BZHI{32,64},
6235         IX86_BUILTIN_PDEP{32,64} and IX86_BUILTIN_PEXT{32,64}.
6237 2016-10-24  Martin Liska  <mliska@suse.cz>
6239         PR sanitizer/77966
6240         * opts.c (finish_options): Skip conditionally.
6242 2016-10-23  Martin Sebor  <msebor@redhat.com>
6244         PR target/77837
6245         * config/rs6000/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define.
6246         * config/rs6000/linux64.h (TARGET_PRINTF_POINTER_FORMAT): Likewise.
6248 2016-10-23  Eric Botcazou  <ebotcazou@adacore.com>
6250         * config/sparc/sparc.md (cpu_feature): Minor tweak.
6251         (enabled): Likewise.
6252         (movsi_insn, movdi_insn_sp32, movdi_insn_sp64, movsf_insn,
6253         movdf_insn_sp32, movdf_insn_sp64, zero_extendsidi2_insn_sp64,
6254         sign_extendsidi2_insn, mov<VM32:mode>_insn, mov<VM64:mode>_insn_sp64,
6255         mov<VM64:mode>_insn_sp32, not_<code><mode>, nand<mode>_vis,
6256         <code>_not1<mode>_vi, <code>_not2<mode>_vis, one_cmpl<mode>2,
6257         fcmp<code><GCM:gcm_name>, pdistn<mode>_vis): Likewise.
6259 2016-10-23  Eric Botcazou  <ebotcazou@adacore.com>
6261         * config/sparc/sparc-c.c (sparc_target_macros): Replace TARGET_64BIT
6262         with TARGET_ARCH64.  Define __VIS to 0x400 if TARGET_VIS4.
6264 2016-10-21  Andrew Pinski  <apinski@cavium.com>
6266         * config/aarch64/aarch64-cores.def: Rewrite so IMP and PART are
6267         integer constants.
6268         * config/aarch64/driver-aarch64.c (struct aarch64_core_data): Change
6269         implementer_id to unsigned char.
6270         Change part_no to unsigned int.
6271         (AARCH64_BIG_LITTLE): New define.
6272         (INVALID_IMP): New define.
6273         (INVALID_CORE): New define.
6274         (cpu_data): Change the last element's implementer_id and part_no to
6275         integers.
6276         (valid_bL_string_p): Rewrite to ..
6277         (valid_bL_core_p): this for integers instead of strings.
6278         (parse_field): New function.
6279         (contains_string_p): Rewrite to ...
6280         (contains_core_p): this for integers and only for the part_no.
6281         (host_detect_local_cpu): Rewrite handling of implementation and
6282         par num to be integers; simplifying the code.
6284 2016-10-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
6286         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Create nonzero
6287         value range for pointers in more cases.
6289 2016-10-21  Wilco Dijkstra  <wdijkstr@arm.com>
6291         * config/aarch64/aarch64.c (aarch64_add_constant_internal):
6292         Add extra argument to allow emitting the move immediate.
6293         Use add/sub with positive immediate.
6294         (aarch64_add_constant): Add inline function.
6295         (aarch64_add_sp): Likewise.
6296         (aarch64_sub_sp): Likewise.
6297         (aarch64_expand_prologue): Call aarch64_sub_sp.
6298         (aarch64_expand_epilogue): Call aarch64_add_sp.
6299         Decide when to leave out move.
6300         (aarch64_output_mi_thunk): Call aarch64_add_constant.
6302 2016-10-21  Wilco Dijkstra  <wdijkstr@arm.com>
6304         * config/aarch64/aarch64.c (aarch64_layout_frame):
6305         Align FP callee-saves.
6307 2016-10-21  Jakub Jelinek  <jakub@redhat.com>
6309         * config/i386/adxintrin.h (_subborrow_u32, _addcarry_u32,
6310         _addcarryx_u32, _subborrow_u64, _addcarry_u64, _addcarryx_u64):
6311         Formatting fixes.
6312         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
6313         _rdseed64_step): Likewise.
6314         * config/i386/tbmintrin.h (__bextri_u32): Likewise.
6316         PR target/78057
6317         * config/i386/i386.c: Include fold-const-call.h, tree-vrp.h
6318         and tree-ssanames.h.
6319         (ix86_fold_builtin): Fold IX86_BUILTIN_[LT]ZCNT{16,32,64}
6320         with INTEGER_CST argument.
6321         (ix86_gimple_fold_builtin): New function.
6322         (TARGET_GIMPLE_FOLD_BUILTIN): Define.
6324         * dwarf2out.c (ranges_table): Change into vec<dw_ranges, va_gc> *.
6325         (ranges_by_label): Change into vec<dw_ranges_by_label, va_gc> *.
6326         (ranges_table_allocated, ranges_table_in_use,
6327         ranges_by_label_allocated, ranges_by_label_in_use,
6328         RANGES_TABLE_INCREMENT): Removed.
6329         (add_ranges_num): Use vec_safe_push into ranges_table.
6330         (add_ranges_by_labels): Use vec_safe_push into ranges_by_label.
6331         (output_ranges): Adjust for ranges_table and ranges_by_label
6332         conversion from arrays to vec.
6333         (add_high_low_attributes, dwarf2out_finish): Adjust for range_table
6334         conversion from arrays to vec.
6335         (dwarf2out_c_finalize): Don't clear ranges_table_allocated,
6336         ranges_table_in_use, ranges_by_label_allocated and
6337         ranges_by_label_in_use.  Set ranges_by_label to NULL instead of 0.
6339         * dwarf2out.c (gen_variable_die): Emit DW_AT_const_expr attribute
6340         if needed.  Re-add origin_die variable and its initialization.
6342         * gimplify.c (gimplify_bind_expr): Handle oacc_declare_returns
6343         even for -fstack-reuse=none, or for volatile vars etc.
6345 2016-10-21  David Malcolm  <dmalcolm@redhat.com>
6347         * print-rtl-function.c (flag_compact): Move extern decl to...
6348         * print-rtl.h (flag_compact): ...here.
6349         * rtl-tests.c (selftests::assert_rtl_dump_eq): New function.
6350         (ASSERT_RTL_DUMP_EQ): New macro.
6351         (selftest::test_dumping_regs): New function.
6352         (selftest::test_dumping_insns): New function.
6353         (selftest::test_uncond_jump): Add uses of ASSERT_RTL_DUMP_EQ on
6354         the insns.
6355         (selftest::rtl_tests_c_tests): Call the new test functions.
6357 2016-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6359         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
6360         (outgoing_edges_match): Likewise.
6361         (try_crossjump_to_edge): Likewise.
6362         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
6363         (rtl_tidy_fallthru_edge): Likewise.
6364         * rtl.h (tablejump_p): Adjust prototype.
6365         * rtlanal.c (tablejump_p): Return the label as a rtx_insn *.
6367 2016-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6369         * rtl.h (label_ref_label): New function.
6370         (set_label_ref_label): New function.
6371         (LABEL_REF_LABEL): Delete.
6372         * alias.c (rtx_equal_for_memref_p): Adjust.
6373         * cfgbuild.c (make_edges): Likewise.
6374         (purge_dead_tablejump_edges): Likewise.
6375         * cfgexpand.c (convert_debug_memory_address): Likewise.
6376         * cfgrtl.c (patch_jump_insn): Likewise.
6377         * combine.c (distribute_notes): Likewise.
6378         * cse.c (hash_rtx_cb): Likewise.
6379         (exp_equiv_p): Likewise.
6380         (fold_rtx): Likewise.
6381         (check_for_label_ref): Likewise.
6382         * cselib.c (rtx_equal_for_cselib_1): Likewise.
6383         (cselib_hash_rtx): Likewise.
6384         * emit-rtl.c (mark_label_nuses): Likewise.
6385         * explow.c (convert_memory_address_addr_space_1): Likewise.
6386         * final.c (output_asm_label): Likewise.
6387         (output_addr_const): Likewise.
6388         * gcse.c (add_label_notes): Likewise.
6389         * genconfig.c (walk_insn_part): Likewise.
6390         * genrecog.c (validate_pattern): Likewise.
6391         * ifcvt.c (cond_exec_get_condition): Likewise.
6392         (noce_emit_store_flag): Likewise.
6393         (noce_get_alt_condition): Likewise.
6394         (noce_get_condition): Likewise.
6395         * jump.c (maybe_propagate_label_ref): Likewise.
6396         (mark_jump_label_1): Likewise.
6397         (redirect_exp_1): Likewise.
6398         (rtx_renumbered_equal_p): Likewise.
6399         * lra-constraints.c (operands_match_p): Likewise.
6400         * print-rtl.c (print_value): Likewise.
6401         * reload.c (find_reloads): Likewise.
6402         * reload1.c (set_label_offsets): Likewise.
6403         * reorg.c (get_branch_condition): Likewise.
6404         * rtl-tests.c (test_uncond_jump): Likewise.
6405         * rtl.c (rtx_equal_p_cb): Likewise.
6406         (rtx_equal_p): Likewise.
6407         * rtlanal.c (reg_mentioned_p): Likewise.
6408         (rtx_referenced_p): Likewise.
6409         (get_condition): Likewise.
6410         * varasm.c (const_hash_1): Likewise.
6411         (compare_constant): Likewise.
6412         (const_rtx_hash_1): Likewise.
6413         (output_constant_pool_1): Likewise.
6415 2016-10-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6417         PR target/71627
6418         * reload.c (find_valid_class_1): Allow regclass if atleast one
6419         regno in regclass is ok. Compute and use rclass size based on
6420         actually available regnos for mode in rclass.
6422 2016-10-21  Eric Botcazou  <ebotcazou@adacore.com>
6424         * config/sparc/sparc-modes.def (CCV): New.
6425         (CCXV): Likewise.
6426         * config/sparc/predicates.md (v_comparison_operator): New.
6427         (icc_comparison_operator): Add support for CCV/CCXV.
6428         (xcc_comparison_operator): Likewise.
6429         * config/sparc/sparc.c (output_cbranch): Likewise.
6430         (sparc_print_operand): Likewise.
6431         * config/sparc/sparc.md (UNSPEC_{ADD,SUB,NEG}V): New constants.
6432         (uaddvdi4): New expander.
6433         (addvdi4): Likewise.
6434         (uaddvdi4_sp32): New instruction.
6435         (addvdi4_sp32): Likewise.
6436         (uaddvsi4): New expander.
6437         (addvsi4): Likewise.
6438         (cmp_ccc_plus_sltu_set): New instruction.
6439         (cmp_ccv_plus): Likewise.
6440         (cmp_ccxv_plus): Likewise.
6441         (cmp_ccv_plus_set): Likewise.
6442         (cmp_ccxv_plus_set): Likewise.
6443         (cmp_ccv_plus_sltu_set): Likewise.
6444         (uaddvdi4): New expander.
6445         (subvdi4): Likewise.
6446         (usubdi4_sp32): New instruction.
6447         (subvdi4_sp32): Likewise.
6448         (usubvsi4): New expander.
6449         (subvsi4): Likewise.
6450         (cmpsi_minus_sltu_set): New instruction.
6451         (cmp_ccv_minus): Likewise.
6452         (cmp_ccxv_minus): Likewise.
6453         (cmp_ccv_minus_set): Likewise.
6454         (cmp_ccxv_minus_set): Likewise.
6455         (cmp_ccv_minus_sltu_set): Likewise.
6456         (unegvdi3): New expander.
6457         (negvdi3): Likewise.
6458         (unegdi3_sp32): New instruction.
6459         (negvdi3_sp32): Likewise.
6460         (unegvsi3): New expander.
6461         (negvsi3): Likewise.
6462         (cmp_ccc_neg_sltu_set): New instruction.
6463         (cmp_ccv_neg): Likewise.
6464         (cmp_ccxv_neg): Likewise.
6465         (cmp_ccv_neg_set): Likewise.
6466         (cmp_ccxv_neg_set): Likewise.
6467         (cmp_ccv_neg_sltu_set): Likewise.
6469         * tree-ssa-loop-split.c: Remove trailing spaces.
6470         * match.pd: Likewise.
6472 2016-10-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6474         PR rtl-optimization/78038
6475         * ree.c (get_defs): Return NULL if a defining insn for REG cannot
6476         be deduced to set REG through the RTL structure.
6477         (make_defs_and_copies_lists): Return false on a failing get_defs call.
6479 2016-10-21  Richard Biener  <rguenther@suse.de>
6481         PR tree-optimization/78051
6482         * tree-vrp.c (evrp_dom_walker::before_dom_children): Update stmt
6483         and mark replaced if folding did something.
6485 2016-10-21  David Edelsohn  <dje.gcc@gmail.com>
6487         * config/rs6000/rs6000.c (rs6000_assemble_visibility): Swap "internal"
6488         and "protected" in visibility types.
6489         (rs6000_xcoff_declare_function_name): Fix formatting.
6490         (rs6000_xcoff_declare_object_name): Fix formatting.
6492 2016-10-21  Uros Bizjak  <ubizjak@gmail.com>
6494         * config/i386/i386.c (ix86_fold_builtin): Handle IX86_BUILTIN_INFQ
6495         and IX86_BUILTIN_HUGE_VALQ here ...
6496         (ix86_expand_builtin): ... not here.
6498 2016-10-20  Jakub Jelinek  <jakub@redhat.com>
6500         * doc/gty.texi (for_user): Use @item next to @findex.
6502 2016-10-20  Uros Bizjak  <ubizjak@gmail.com>
6504         PR target/78037
6505         * config/i386/bmiintrin.h (__tzcnt_u16): Call __builtin_ia32_tzcnt_u16.
6506         (__tzcnt_u32, _tzcnt_u32): Call __builtin_ia32_tzcnt_u32.
6507         (__tzcnt_u64, _tzcnt_u64): Call __builtin_ia32_tzcnt_u64.
6508         * config/i386/lzcntintrin.h (__lzcnt_u16): Call
6509         __builtin_ia32_lzcnt_u16.
6510         (__lzcnt_u32, _lzcnt_u32): Call __builtin_ia32_lzcnt_u32.
6511         (__lzcnt_u64, _lzcnt_u64): Call __builtin_ia32_lzcnt_u64.
6512         * config/i386/i386.md (UNSPEC_LZCNT, UNSPEC_TZCNT): New unspecs.
6513         (ctz<mode>2, *ctz<mode>2): Use SWI48 mode iterator.
6514         (bmi_tzcnt_<mode>): New expander.
6515         (*bmi_tzcnt_<mode>_falsedep_1): New define_insn_and_split pattern.
6516         (*bmi_tzcnt_<mode>_falsedep, *bmi_tzcnt_<mode>): New insn patterns.
6517         (clz<mode>2_lzcnt, *clz<mode>2_lzcnt): Use SWI48 mode iterator.
6518         (lzcnt_<mode>): New expander.
6519         (*lzcnt_<mode>_falsedep_1): New define_insn_and_split pattern.
6520         (*lzcnt_<mode>_falsedep, *lzcnt_<mode>): New insn patterns.
6521         * config/i386/i386-builtin-types.def (UINT_FTYPE_UINT): New.
6522         (UINT64_FTYPE_UINT64): New.
6523         * config/i386/i386-builtin.def (__builtin_clzs): Remove description.
6524         (__builtin_ia32_lzcnt_u16): New description.
6525         (__builtin_ia32_lzcnt_u32): Ditto.
6526         (__builtin_ia32_lzcnt_u64): Ditto.
6527         (__builtin_ctzs): Remove description.
6528         (__builtin_ia32_tzcnt_u16): New description.
6529         (__builtin_ia32_tzcnt_u32): Ditto.
6530         (__builtin_ia32_tzcnt_u64): Ditto.
6531         * config/i386/i386.c (ix86_expand_args_builtin): Handle
6532         UINT_FTYPE_UINT and UINT64_FTYPE_UINT64.
6534 2016-10-20  Martin Liska  <mliska@suse.cz>
6536         PR lto/78049
6537         * lto-streamer-in.c (fixup_call_stmt_edges_1): Replace value
6538         comparison with STMT_UID_NOT_IN_RANGE.
6539         (fixup_call_stmt_edges): Do not fixup edges of a thunk in
6540         LTRANS.
6542 2016-10-20  Eric Botcazou  <ebotcazou@adacore.com>
6544         * compare-elim.c (conforming_compare): Accept UNSPECs.
6545         (find_comparison_dom_walker::before_dom_children): Deal with
6546         instructions both using and killing the flags register.
6547         (equivalent_reg_at_start): New function extracted from...
6548         (try_eliminate_compare): ...here.  Use it and add support for
6549         registers and UNSPECs as second operand of the compare.
6550         * config/visium/visium-modes.def (CCV): New.
6551         * config/visium/predicates.md (visium_v_comparison_operator): New.
6552         (visium_branch_operator): Deal with CCV mode.
6553         * config/visium/visium.c (visium_select_cc_mode): Likewise.
6554         (output_cbranch): Likewise.
6555         * config/visium/visium.md (UNSPEC_{ADD,SUB,NEG}V): New constants.
6556         (uaddv<mode>4): New expander.
6557         (addv<mode>4): Likewise.
6558         (add<mode>3_insn_set_carry): New instruction.
6559         (add<mode>3_insn_set_overflow): Likewise.
6560         (addsi3_insn_set_overflow): Likewise.
6561         (usubv<mode>4): New expander.
6562         (subv<mode>4): Likewise.
6563         (sub<mode>3_insn_set_carry): New instruction.
6564         (sub<mode>3_insn_set_overflow): Likewise.
6565         (subsi3_insn_set_overflow): Likewise.
6566         (unegv<mode>3): New expander.
6567         (negv<mode>3): Likewise.
6568         (neg<mode>2_insn_set_overflow): New instruction.
6569         (addv_tst<mode>): Likewise.
6570         (subv_tst<mode>): Likewise.
6571         (negv_tst<mode>): Likewise.
6572         (cbranch<mode>4_addv_insn): New splitter and instruction.
6573         (cbranch<mode>4_subv_insn): Likewise.
6574         (cbranch<mode>4_negv_insn): Likewise.
6576 2016-10-20  Richard Biener  <rguenther@suse.de>
6578         * tree-ssa-alias.c (ptrs_compare_unequal): Remove code duplication.
6579         Handle decls possibly not bound.
6580         * tree-ssa-structalias.c (get_constraint_for_ssa_var): Add
6581         nothing_id for decls that might not be bound if we are interested
6582         for the address.
6583         (get_constraint_for_component_ref): Deal with that.
6585 2016-10-20  Michael Matz  <matz@suse.de>
6587         Loop splitting.
6588         * common.opt (-fsplit-loops): New flag.
6589         * passes.def (pass_loop_split): Add.
6590         * opts.c (default_options_table): Add OPT_fsplit_loops entry at -O3.
6591         (enable_fdo_optimizations): Add loop splitting.
6592         * timevar.def (TV_LOOP_SPLIT): Add.
6593         * tree-pass.h (make_pass_loop_split): Declare.
6594         * tree-ssa-loop-manip.h (rewrite_into_loop_closed_ssa_1): Declare.
6595         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h,
6596         * tree-ssa-loop-split.c: New file.
6597         * Makefile.in (OBJS): Add tree-ssa-loop-split.o.
6598         * doc/invoke.texi (fsplit-loops): Document.
6599         * doc/passes.texi (Loop optimization): Add paragraph about loop
6600         splitting.
6602 2016-10-20  Richard Biener  <rguenther@suse.de>
6604         * cgraphunit.c (analyze_functions): Set node->definition to
6605         false to signal symbol removal to debug_hooks->late_global_decl.
6606         * ipa.c (symbol_table::remove_unreachable_nodes): When not in
6607         WPA signal symbol removal to the debuginfo machinery.
6608         * dwarf2out.c (dwarf2out_late_global_decl): Instead of
6609         using early_finised to guard the we're called for symbol
6610         removal case look at the symtabs definition flag.
6611         (gen_variable_die): Remove redundant check.
6613 2016-10-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6615         * config/s390/s390.md ("prefetch"): Add fallthrough comment.
6617 2016-10-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6619         PR tree-optimization/53979
6620         * match.pd ((a ^ b) | a -> a | b): New pattern.
6622 2016-10-19  John David Anglin  <danglin@gcc.gnu.org>
6624         * config/pa/pa64-hpux.h (PA_INIT_FRAME_DUMMY_ASM_OP): Move to
6625         config/pa/pa64-hpux-lib.h.
6626         (PA_CRTBEGIN_HACK): Likewise.
6627         (DTOR_LIST_BEGIN): Likewise.
6629 2016-10-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6631         * config/arm/arm.c (arm_emit_coreregs_64bit_shift): Clear the result
6632         register only if "in" and "out" are different registers.
6634 2016-10-19  Eric Botcazou  <ebotcazou@adacore.com>
6636         * omp-low.c (pass_oacc_device_lower::gate): New method.
6637         (execute): Always call execute_oacc_device_lower.
6639 2016-10-19  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6641         PR tree-optimization/77916
6642         PR tree-optimization/77937
6643         * gimple-ssa-strength-reduction.c (analyze_increments): Remove
6644         stopgap fix.
6645         (insert_initializers): Requirement of initializer for -1 should be
6646         based on pointer-typedness of the candidate basis.
6648 2016-10-19  Bin Cheng  <bin.cheng@arm.com>
6650         PR tree-optimization/78005
6651         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Compute
6652         upper (included) bound for niters of prolog loop.
6653         (vect_gen_scalar_loop_niters): Change parameter VF to VFM1.
6654         Compute niters of scalar loop above which vectorized loop is
6655         preferred, as well as the upper (included) bound for the niters.
6656         (vect_do_peeling): Record niter bound for loops accordingly.
6658 2016-10-19  Thomas Schwinge  <thomas@codesourcery.com>
6660         PR lto/77458
6661         * tree-core.h (enum tree_index): Put the complex types after their
6662         component types.
6663         * tree-streamer.c (verify_common_node_recorded): New function.
6664         (preload_common_nodes) <TREE_CODE (node) == COMPLEX_TYPE>: Use it.
6666 2016-10-19  Martin Liska  <mliska@suse.cz>
6668         * cgraph.h (cgraph_edge::binds_to_current_def_p):
6669         Replace NULL with false as a return value.
6671 2016-10-19  Thomas Schwinge  <thomas@codesourcery.com>
6673         PR tree-optimization/78024
6674         * omp-low.c (oacc_loop_discovery): Call clear_bb_flags before, and
6675         don't clear BB_VISITED after processing.
6677 2016-10-19  Richard Biener  <rguenther@suse.de>
6679         * domwalk.c (dom_walker::walk): Use RPO order.
6681 2016-10-19  Richard Biener  <rguenther@suse.de>
6683         * tree-vrp.c (evrp_dom_walker::evrp_dom_walker): Initialize
6684         stmts_to_remove.
6685         (evrp_dom_walker::~evrp_dom_walker): Free it.
6686         (evrp_dom_walker::stmts_to_remove): Add.
6687         (evrp_dom_walker::before_dom_children): Mark PHIs and stmts
6688         whose output we fully propagate for removal.  Propagate
6689         into BB destination PHI arguments.
6690         (execute_early_vrp): Remove queued stmts.  Dump value ranges
6691         before stmt removal.
6693 2016-10-18  Aldy Hernandez  <aldyh@redhat.com>
6695         * Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.
6696         * passes.def: Add two instances of pass_walloca.
6697         * tree-pass.h (make_pass_walloca): New.
6698         * gimple-ssa-warn-alloca.c: New file.
6699         * doc/invoke.texi: Document -Walloca, -Walloca-larger-than=, and
6700         -Wvla-larger-than= options.
6702 2016-10-18  Thomas Schwinge  <thomas@codesourcery.com>
6704         * cfg.c (clear_bb_flags): Use FOR_ALL_BB_FN.
6705         * config/nvptx/nvptx.c (nvptx_find_sese): Likewise.
6707 2016-10-18  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6709         * config/rs6000/altivec.h (vec_xl_len): New macro.
6710         (vec_xst_len): New macro.
6711         (vec_cmpnez): New macro.
6712         (vec_cntlz_lsbb): New macro.
6713         (vec_cnttz_lsbb): New macro.
6714         (vec_xlx): New macro.
6715         (vec_xrx): New macro.
6716         (vec_all_nez): New C++ predicate template.
6717         (vec_any_eqz): New C++ predicate template.
6718         (vec_all_ne): Revised C++ predicate template under _ARCH_PWR9
6719         conditional compilation.
6720         (vec_any_eq): Revised C++ predicate template under _ARCH_PWR9
6721         conditional compilation.
6722         (vec_all_nez): New macro.
6723         (vec_any_eqz): New macro.
6724         (vec_all_ne): Revised macro under _ARCH_PWR9 conditional
6725         compilation.
6726         (vec_any_eq): Revised macro under _ARCH_PWR9 conditional
6727         compilation.
6728         * config/rs6000/vector.md (VI): Moved this mode iterator
6729         definition from altivec.md to vector.md.
6730         (UNSPEC_NEZ_P): New value.
6731         (vector_ne_<mode>_p): New expansion for implementation of
6732         vec_all_ne and vec_any_eq built-in functions.
6733         (vector_nez_<mode>_p): New expansion for implementation of
6734         vec_all_nez and vec_any_eqz built-in functions.
6735         (vector_ne_v2di_p): New expansion for implementation of vec_all_ne
6736         and vec_any_eq built-in function.
6737         (cr6_test_for_zero): New commentary to explain this expansion.
6738         (cr6_test_for_zero_reverse): New commentary to explain this expansion.
6739         (cr6_test_for_lt): New commentary to explain this expansion.
6740         (cr6_test_for_lt_reverse): New commentary to explain this
6741         expansion.
6742         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6743         overloaded function prototypes for vec_all_ne, vec_all_nez,
6744         vec_any_eq, vec_any_eqz, vec_cmpnez, vec_cntlz_lsbb,
6745         vec_cnttz_lsbb, vec_xl_len, vec_xst_len, vec_xlx, and vec_xrx
6746         built-in functions.
6747         (altivec_resolve_overloaded_builtin): Modify the handling of
6748         ALTIVEC_BUILTIN_VEC_CMPNE to use the Power9 instructions when
6749         the compiler is configured to support TARGET_P9_VECTOR.
6750         * config/rs6000/rs6000-builtin.def (BU_ALTIVEC_P): Add commentary
6751         to explain the special processing that is given to predicate
6752         built-ins introduced using this macro.
6753         (BU_ALTIVEC_OVERLOAD_P): Add commentary to alert maintainers to
6754         the special processing given to predicate built-ins introduced
6755         using this macro.
6756         (BU_VSX_P): Likewise.
6757         (BU_P8V_AV_P): Likewise.
6758         (BU_P9V_AV_P): Likewise.
6759         (BU_P9V_AV_X): New macro.
6760         (BU_P9V_64BIT_AV_X): New macro.
6761         (BU_P9V_VSX_3): New macro.
6762         (BU_P9V_OVERLOAD_P): New macro.
6763         (LXVL): New BU_P9V_64BIT_VSX_2.
6764         (VEXTUBLX): New BU_P9V_AV_2.
6765         (VEXTUBRX): Likewise.
6766         (VEXTUHLX): Likewise.
6767         (VEXTUHRX): Likewise.
6768         (VEXTUWLX): Likewise.
6769         (VEXTUWRX): Likewise.
6770         (STXVL): New BU_P9V_64BIT_AV_X.
6771         (VCLZLSBB): New BU_P9V_AV_1.
6772         (VCTZLSBB): Likewise.
6773         (CMPNEB): New BU_P9V_AV_2.
6774         (CMPNEH): Likewise.
6775         (CMPNEW): Likewise.
6776         (CMPNEF): Likewise.
6777         (CMPNED): Likewise.
6778         (VCMPNEB_P): New BU_P9V_AV_P.
6779         (VCMPNEH_P): Likewise.
6780         (VCMPNEW_P): Likewise.
6781         (VCMPNED_P): Likewise.
6782         (VCMPNEFP_P): Likewise.
6783         (VCMPNEDP_P): Likewise.
6784         (CMPNEZB): New BU_P9V_AV_2.
6785         (CMPNEZH): Likewise.
6786         (CMPNEZW): Likewise.
6787         (VCMPNEZB_P): New BU_P9V_AV_P.
6788         (VCMPNEZH_P): Likewise.
6789         (VCMPNEZW_P): Likewise.
6790         (LXVL): New BU_P9V_OVERLOAD_2.
6791         (STXVL): New BU_P9V_OVERLOAD_3.
6792         (VEXTULX): New BU_P9V_OVERLOAD_2.
6793         (VEXTURX): Likewise.
6794         (CMPNEZ): Likewise.
6795         (VCMPNEZ_P): New BU_P9V_OVERLOAD_P.
6796         (VCMPNE_P): Likewise.
6797         (VCLZLSBB): New BU_P9V_OVERLOAD_1.
6798         (VCTZLSBB): Likewise.
6799         * config/rs6000/rs6000.c (altivec_expand_predicate_builtin): Add
6800         comment to explain mode used for scratch register.
6801         (altivec_expand_stxvl_builtin): New function.
6802         (altivec_expand_builtin): Add case for new constant P9V_BUILTIN_STXVL.
6803         (altivec_init_builtins): Add initialized variable
6804         void_ftype_v16qi_pvoid_long and use this type to define the
6805         built-in function __builtin_altivec_stxvl.
6806         * config/rs6000/vsx.md (UNSPEC_LXVL): New value.
6807         (UNSPEC_STXVL): New value.
6808         (UNSPEC_VCLZLSBB): New value.
6809         (UNSPEC_VCTZLSBB): New value.
6810         (UNSPEC_VEXTUBLX): New value.
6811         (UNSPEC_VEXTUHLX): New value.
6812         (UNSPEC_VEXTUWLX): New value.
6813         (UNSPEC_VEXTUBRX): New value.
6814         (UNSPEC_VEXTUHRX): New value.
6815         (UNSPEC_VEXTUWRX): New value.
6816         (UNSPEC_VCMPNEB): New value.
6817         (UNSPEC_VCMPNEZB): New value.
6818         (UNSPEC_VCMPNEH): New value.
6819         (UNSPEC_VCMPNEZH): New value.
6820         (UNSPEC_VCMPNEW): New value.
6821         (UNSPEC_VCMPNEZW): New value.
6822         (*vsx_ne_<mode>_p): New insn for vector test all not equal with
6823         vector of integer modes.
6824         (*vsx_ne_<mode>_p): New insn for vector test all not equal with
6825         vector of float or double modes.
6826         (*vector_nez_<mode>_p): New insn for vector test all not equal or
6827         zero.
6828         (lxvl): New expand for load VSX vector with length.
6829         (*lxvl): New insn for load VSX vector with length.
6830         (stxvl): New expand for store VSX vector with length.
6831         (*stxvl): New insn for store VSX vector with length.
6832         (vcmpneb): New insn for vector of byte compare not equal.
6833         (vcmpnezb): New insn for vector of byte compare not equal or zero.
6834         (vcmpneh): New insn for vector of half word compare not equal.
6835         (vcmpnezh): New insn for vector of half word compare not equal or
6836         zero.
6837         (vcmpnew): New insn for vector of word compare not equal.
6838         (vcmpne<VSs>): New insn for vector of float or double compare not
6839         equal.
6840         (vcmpnezw): New insn for vector of word compare not equal or zero.
6841         (vclzlsbb): New insn for vector count leading zero
6842         least-significant bits byte.
6843         (vctzlsbb): New insn for vector count trailing zero least
6844         signficant bits byte.
6845         (vextublx): New insn for vector extract unsigned byte left
6846         indexed.
6847         (vextubrx): New insn for vector extract unsigned byte right
6848         indexed.
6849         (vextuhlx): New insn for vector extract unsigned half word left
6850         indexed.
6851         (vextuhrx): New insn for vector extract unsigned half word right
6852         indexed.
6853         (vextuwlx): New insn for vector extract unsigned word left
6854         indexed.
6855         (vextuwrx): New insn for vector extract unsigned word right
6856         indexed.
6857         * config/rs6000/rs6000.h (RS6000_BTC_CONST): Enhance comment to
6858         clarify intent of this constant.
6859         * config/rs6000/altivec.md (VI): Move this mode iterator to vsx.md.
6860         * doc/extend.texi (PowerPC Altivec Built-in Functions): Add
6861         documentation for vec_all_nez, vec_any_eqz, vec_cmpnez,
6862         vec_cntlz_lsbb, vec_cnttz_lsbb, vec_xl_len, vec_xst_len, vec_xlx,
6863         and vec_xrx functions.
6865 2016-10-18  Andrew Pinski  <apinski@cavium.com>
6867         PR tree-opt/65950
6868         * predict.c (is_exit_with_zero_arg): New function.
6869         (tree_bb_level_predictions): Don't consider paths leading to exit(0)
6870         as nottaken.
6872 2016-10-18  Uros Bizjak  <ubizjak@gmail.com>
6874         PR target/77991
6875         * config/i386/i386.c (legitimize_tls_address)
6876         <case TLS_MODEL_INITIAL_EXEC>: For TARGET_64BIT || TARGET_ANY_GNU_TLS
6877         convert dest to Pmode if different than Pmode.
6879 2016-10-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6881         PR tree-optimization/77916
6882         * gimple-ssa-strength-reduction.c (analyze_increments): Reinstate
6883         stopgap fix, as pointers with -1 increment are still broken.
6885 2016-10-18  David Edelsohn  <dje.gcc@gmail.com>
6887         * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Move storage
6888         mapping class decoration from here...
6889         (rs6000_xcoff_encode_section): ...to here.
6891         (rs6000_savres_strategy) [AIX,ELFv2]: Inline FPR save and restore
6892         if shrink-wrapping and optimizing for speed.
6894 2016-10-18  Richard Biener  <rguenther@suse.de>
6896         * tree-vrp.c (evrp_dom_walker::before_dom_children): Handle
6897         not visited but non-executable predecessors.  Return taken edge.
6898         Simplify conditions and refactor propagation vs. folding step.
6900 2016-10-18  Segher Boessenkool  <segher@kernel.crashing.org>
6902         * config/rs6000/rs6000.c (rs6000_savres_strategy): Do not select
6903         {SAVE,REST}_MULTIPLE if shrink-wrapping separate components.
6904         (rs6000_get_separate_components): Assert we do not have those
6905         strategies selected.
6907 2016-10-18  Richard Biener  <rguenther@suse.de>
6909         * tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.
6910         * tree-ssa-propagate.c (ssa_prop_fini): Remove final BB_VISITED
6911         clearing.
6912         (substitute_and_fold_dom_walker): Adjust constructor.
6913         (substitute_and_fold_dom_walker::before_dom_children): Remove
6914         do_dce flag and handling (always true).
6915         (substitute_and_fold): Likewise.
6916         * tree-vrp.c (vrp_finalize): Adjust.
6917         (execute_early_vrp): Remove final BB_VISITED clearing.
6918         * tree-ssa-ccp.c (ccp_finalize): Adjust.
6919         * tree-ssa-copy.c (fini_copy_prop): Likewise.
6920         * ira.c (ira): Call clear_bb_flags.
6922 2016-10-18  Richard Biener  <rguenther@suse.de>
6924         * genmatch.c (dt_operand::gen_gimple_expr): Use get_name to
6925         get at the operand to look at with TREE_OPERAND for generic
6926         sub-nodes.
6928 2016-10-18  David Malcolm  <dmalcolm@redhat.com>
6930         * genattrtab.c (attr_string): Use rtx_reader_ptr for call to
6931         copy_md_ptr_loc.
6932         (gen_attr): Use rtx_reader_ptr for lookup_enum_type call.
6933         (write_test_expr): Use rtx_reader_ptr for calls to
6934         fprint_c_condition.
6935         (write_attr_value): Likewise.
6936         * genconditions.c (write_one_condition): Use rtx_reader_ptr for
6937         call to print_md_ptr_loc.
6938         (write_one_condition): Likewise for calls to print_c_condition.
6939         * genconstants.c: Include "statistics.h" and "vec.h".
6940         (main): Update for conversion to member functions.
6941         * genemit.c (emit_c_code): Use rtx_reader_ptr for
6942         call to print_md_ptr_loc.
6943         * genenums.c: Include "statistics.h" and "vec.h".
6944         (main): Update for conversion of traverse_enum_types to a method.
6945         * genmddeps.c: Include "statistics.h" and "vec.h".
6946         * genoutput.c (process_template): Use rtx_reader_ptr for call to
6947         print_md_ptr_loc.
6948         * genpreds.c (write_predicate_subfunction): Likewise.
6949         (write_predicate_expr): Likewise for calls to print_c_condition.
6950         * genrecog.c (print_test): Likewise.
6951         * gensupport.c (process_rtx): Likewise for calls to
6952         copy_md_ptr_loc and join_c_conditions.
6953         (alter_test_for_insn): Likewise for call to join_c_conditions.
6954         (process_substs_on_one_elem): Likewise.
6955         (gen_mnemonic_setattr): Update for move of string_obstack to a
6956         field of rtx_reader.
6957         (mnemonic_htab_callback): Likewise.  Fix formatting.
6958         (gen_mnemonic_attr): Likewise.
6959         * gentarget-def.c (def_target_insn): Use rtx_reader_ptr for calls
6960         to print_c_condition.
6961         * read-md.c: Include "statistics.h" and "vec.h".
6962         (string_obstack): Convert this global to field "m_string_obstack"
6963         of class rtx_reader.
6964         (ptr_locs): Likewise, as "m_ptr_locs".
6965         (ptr_loc_obstack): Likewise, as "m_ptr_loc_obstack".
6966         (joined_conditions): Likewise, as "m_joined_conditions".
6967         (joined_conditions_obstack): Likewise, as "m_joined_conditions_obstack".
6968         (md_constants): Likewise, as "m_md_constants".
6969         (enum_types): Likewise, as "m_enum_types".
6970         (set_md_ptr_loc): Convert to...
6971         (rtx_reader::set_md_ptr_loc): ...member function.
6972         (get_md_ptr_loc): Convert to...
6973         (rtx_reader::get_md_ptr_loc): ...member function.
6974         (copy_md_ptr_loc): Convert to...
6975         (rtx_reader::copy_md_ptr_loc): ...member function.
6976         (fprint_md_ptr_loc): Convert to...
6977         (rtx_reader::fprint_md_ptr_loc): ...member function.
6978         (print_md_ptr_loc): Convert to...
6979         (rtx_reader::print_md_ptr_loc): ...member function.
6980         (join_c_conditions): Convert to...
6981         (rtx_reader::join_c_conditions): ...member function.
6982         (fprint_c_condition): Convert to...
6983         (rtx_reader::fprint_c_condition): ...member function.
6984         (print_c_condition): Convert to...
6985         (rtx_reader::print_c_condition): ...member function.
6986         (read_name): Convert to...
6987         (rtx_reader::read_name): ...member function.
6988         (read_escape): Convert to...
6989         (rtx_reader::read_escape): ...member function.
6990         (read_quoted_string): Convert to...
6991         (rtx_reader::read_quoted_string): ...member function.
6992         (read_braced_string): Convert to...
6993         (rtx_reader::read_braced_string): ...member function.
6994         (read_string): Convert to...
6995         (rtx_reader::read_string): ...member function.
6996         (read_skip_construct): Convert to...
6997         (rtx_reader::read_skip_construct): ...member function.
6998         (handle_constants): Convert to...
6999         (rtx_reader::handle_constants): ...member function.
7000         (traverse_md_constants): Convert to...
7001         (rtx_reader::traverse_md_constants): ...member function.
7002         (handle_enum): Convert to...
7003         (rtx_reader::handle_enum): ...member function.
7004         (lookup_enum_type): Convert to...
7005         (rtx_reader::lookup_enum_type): ...member function.
7006         (traverse_enum_types): Convert to...
7007         (rtx_reader::traverse_enum_types): ...member function.
7008         (rtx_reader::rtx_reader): Move initializations
7009         of various former global data from rtx_reader::read_md_files to
7010         here, as fields, along with the call to unlock_std_streams.
7011         (rtx_reader::~rtx_reader): Clean up m_base_dir, and clean up
7012         the new fields.
7013         (rtx_reader::read_md_files): Move initializations of various
7014         global data from here to the ctor.
7015         * read-md.h (read_name): Convert to...
7016         (rtx_reader::read_name): ...member function.
7017         (rtx_reader::read_escape): New method decl.
7018         (read_quoted_string): Convert to...
7019         (rtx_reader::read_quoted_string): ...member function.
7020         (rtx_reader::read_braced_string): New method decl.
7021         (read_string): Convert to...
7022         (rtx_reader::read_string): ...member function.
7023         (rtx_reader::read_skip_construct): New method decl.
7024         (rtx_reader::set_md_ptr_loc): New method decl.
7025         (rtx_reader::get_md_ptr_loc): New method decl.
7026         (copy_md_ptr_loc): Convert to...
7027         (rtx_reader::copy_md_ptr_loc): ...member function.
7028         (fprint_md_ptr_loc): Convert to...
7029         (rtx_reader::fprint_md_ptr_loc): ...member function.
7030         (print_md_ptr_loc): Convert to...
7031         (rtx_reader::print_md_ptr_loc): ...member function.
7032         (rtx_reader::lookup_enum_type): New method decl.
7033         (rtx_reader::traverse_enum_types): New method decl.
7034         (rtx_reader::handle_constants): New method decl.
7035         (traverse_md_constants): Convert to...
7036         (rtx_reader::traverse_md_constants): ...member function.
7037         (rtx_reader::handle_enum): New method decl.
7038         (rtx_reader::join_c_conditions): New method decl.
7039         (fprint_c_condition): Convert to...
7040         (rtx_reader::fprint_c_condition): ...member function.
7041         (print_c_condition): Convert to...
7042         (rtx_reader::print_c_condition): ...member function.
7043         (rtx_reader::apply_iterator_to_string): New method decl.
7044         (rtx_reader::copy_rtx_for_iterators): New method decl.
7045         (rtx_reader::read_conditions): New method decl.
7046         (rtx_reader::record_potential_iterator_use): New method decl.
7047         (rtx_reader::read_mapping): New method decl.
7048         (rtx_reader::read_rtx): New method decl.
7049         (rtx_reader::read_rtx_code): New method decl.
7050         (rtx_reader::read_rtx_operand): New method decl.
7051         (rtx_reader::read_nested_rtx): New method decl.
7052         (rtx_reader::read_rtx_variadic): New method decl.
7053         (rtx_reader::get_string_obstack): New method.
7054         (rtx_reader::get_md_constants): New method.
7055         (string_obstack): Convert global variable decl to...
7056         (rtx_reader::m_string_obstack): ...this new field.
7057         (rtx_reader::m_ptr_locs): New field.
7058         (rtx_reader::m_ptr_loc_obstack): New field.
7059         (rtx_reader::m_joined_conditions): New field.
7060         (rtx_reader::m_joined_conditions_obstack): New field.
7061         (rtx_reader::m_md_constants): New field.
7062         (rtx_reader::m_enum_types): New field.
7063         * read-rtl.c (apply_iterator_to_string): Convert to...
7064         (rtx_reader::apply_iterator_to_string): ...member function.
7065         (copy_rtx_for_iterators): Convert to...
7066         (rtx_reader::copy_rtx_for_iterators): ...member function.
7067         (add_condition_to_string): Use rtx_reader_ptr for
7068         calls join_c_conditions.
7069         (apply_iterators): Use rtx_reader_ptr for calls to
7070         join_c_conditions and copy_rtx_for_iterators.
7071         (read_conditions): Convert to...
7072         (rtx_reader::read_conditions): ...member function.
7073         (record_potential_iterator_use): Convert to...
7074         (rtx_reader::record_potential_iterator_use): ...member function.
7075         (read_mapping): Convert to...
7076         (rtx_reader::read_mapping): ...member function.
7077         (read_subst_mapping): Use rtx_reader_ptr for read_string call.
7078         (read_rtx): Convert to...
7079         (rtx_reader::read_rtx): ...member function.
7080         (read_rtx_code): Convert to...
7081         (rtx_reader::read_rtx_code): ...member function.
7082         (read_rtx_operand): Convert to...
7083         (rtx_reader::read_rtx_operand): ...member function.  Update for move
7084         of string_obstack to a field.
7085         (read_nested_rtx): Convert to..
7086         (rtx_reader::read_nested_rtx): ...member function.
7087         (read_rtx_variadic): Convert to..
7088         (rtx_reader::read_rtx_variadic): ...member function.
7090 2016-10-18  Kugan Vivekanandarajah  <kuganv@linaro.org>
7092         * tree-vrp.c (get_value_range): Check get_ptr_nonnull.
7094 2016-10-18  Kugan Vivekanandarajah  <kuganv@linaro.org>
7096         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Set value range
7097         for pointer type too.
7098         (ipcp_update_vr): set_ptr_nonnull for pointer.
7100 2016-10-18  Kugan Vivekanandarajah  <kuganv@linaro.org>
7102         * tree-ssa-alias.h (pt_solution_singleton_or_null_p): Renamed from
7103         pt_solution_singleton_p.
7104         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Use renamed
7105         pt_solution_singleton_or_null_p from pt_solution_singleton_p.
7106         * tree-ssa-structalias.c (find_what_p_points_to): Preserve
7107         pointer nonnull computed by VRP.
7108         Also Conservatively set pt.null to 1.
7109         (pt_solution_reset): Conservatively set pt.null to 1.
7110         (pt_solution_singleton_or_null_p): Renamed from
7111         pt_solution_singleton_p.
7112         * tree-ssanames.h (set_ptr_nonnull): Declare.
7113         (get_ptr_nonnull): Likewise.
7114         * tree-ssanames.c (set_ptr_nonnull): New.
7115         (get_ptr_nonnull): Likewise.
7116         * tree-vrp.c (vrp_finalize): Set ptr that are nonnull.
7117         (evrp_dom_walker::before_dom_children): Likewise.
7119 2016-10-17  Eric Botcazou  <ebotcazou@adacore.com>
7121         * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
7122         * config/i386/i386.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
7123         * config/ia64/ia64.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
7124         * config/ia64/ia64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
7125         * config/rs6000/rs6000.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to.
7126         * config/rs6000/rs6000.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
7127         (rs6000_option_override_internal): Clear it if ABI_AIX.
7128         * config/sparc/sparc.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
7129         * config/sparc/sparc.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ... here.
7131 2016-10-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7133         * gimple-ssa-strength-reduction.c (record_increment): Remove
7134         garbage comment.
7136 2016-10-17  Eric Botcazou  <ebotcazou@adacore.com>
7138         * expmed.c (expand_shift_1): Add MAY_FAIL parameter and do not assert
7139         that the result is non-zero if it is true.
7140         (maybe_expand_shift): New wrapper around expand_shift_1.
7141         (emit_store_flag): Call maybe_expand_shift in lieu of expand_shift.
7143 2016-10-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7145         PR tree-optimization/77916
7146         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
7147         Don't allow a MINUS_EXPR for pointer arithmetic for either known
7148         or unknown strides.
7149         (record_increment): Increments of -1 for unknown strides just use
7150         a multiply initializer like other negative values.
7151         (analyze_increments): Remove stopgap solution for -1 increment
7152         applied to pointer arithmetic.
7154 2016-10-17  Yuri Rumyantsev  <ysrumyan@gmail.com>
7156         * dominance.c (dom_info::dom_info): Add new constructor for region
7157         which is vector of basic blocks.
7158         (dom_init): New method to initialize members common for both
7159         constructors.
7160         (dom_info::dom_info): Invoke dom_init for partial initialization.
7161         (dom_info::get_idom): Add check to corner cases on basic blocks which
7162         are not in region.
7163         (dom_info::calc_dfs_tree): Check M_FAKE_EXIT_EDGE instead of M_REVERSE
7164         to detect unreachable bbs.
7165         (dom_info::calc_idoms): Likewise.
7166         (compute_dom_fast_query_in_region): New function.
7167         (calculate_dominance_info_for_region): Likewise.
7168         (free_dominance_info_for_region): Likewise.
7169         * dominance.h: Add prototypes for introduced region-based functions
7170         * tree-if-conv.c (build_region): New function.
7171         (if_convertible_loop_p_1): Invoke local version of post-dominators
7172         calculation before basic block predication with subsequent freeing
7173         post-dominator info.
7174         (tree_if_conversion): Remove free of post-dominator info
7175         (pass_if_conversion::execute): Delete detection of infinite loops
7176         and fake edges to exit block since post-dominator calculation is
7177         performed per if-converted loop only.
7179 2016-10-17  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7181         PR target/77308
7182         * config/arm/arm.c (arm_emit_coreregs_64bit_shift): Clear the result
7183         register explicitly.
7184         * config/arm/arm.md (ashldi3, ashrdi3, lshrdi3): Don't FAIL if
7185         optimizing for size.
7187 2016-10-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7189         * config/aarch64/aarch64.c: Delete inclusion of
7190         cortex-a57-fma-steering.h.
7191         (aarch64_override_options): Delete call
7192         to aarch64_register_fma_steering.
7193         * config/aarch64/aarch64-protos.h (make_pass_fma_steering): Declare.
7194         * config/aarch64/cortex-a57-fma-steering.h: Delete.
7195         * config/aarch64/aarch64-passes.def: New file.
7196         * config/aarch64/cortex-a57-fma-steering.c
7197         (aarch64_register_fma_steering): Delete definition.
7198         (make_pass_fma_steering): Remove static qualifier.
7199         * config/aarch64/t-aarch64 (PASSES_EXTRA): New directive.
7200         (cortex-a57-fma-steering.o): Remove dependency on
7201         cortex-a57-fma-steering.h.
7203 2016-10-17  Eric Botcazou  <ebotcazou@adacore.com>
7205         * explow.c (validize_mem): Do not modify the argument in-place.
7207 2016-10-17  Thomas Schwinge  <thomas@codesourcery.com>
7209         * tree-streamer.c (record_common_node): Explicitly list expected
7210         tree codes.
7212 2016-10-17  Richard Biener  <rguenther@suse.de>
7214         PR tree-optimization/77988
7215         * tree-vrp.c (remove_range_assertions): Use replace_uses_by.
7217 2016-10-17  Marek Polacek  <polacek@redhat.com>
7219         * Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
7221 2016-10-17  Richard Biener  <rguenther@suse.de>
7223         * bb-reorder.c (reorder_basic_blocks_simple): Clear BB_VISITED
7224         before using it.
7226 2016-10-17  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7228         PR tree-optimization/71636
7229         * match.pd (x & ((1 << b) - 1) -> x & ~(~0 << b)): New pattern.
7231 2016-10-17  Richard Biener  <rguenther@suse.de>
7233         * gimplify.c (gimplify_function_tree): Do not move the outer
7234         binds block.
7236 2016-10-17  Jakub Jelinek  <jakub@redhat.com>
7238         * langhooks.h (struct lang_hooks_for_decls): Remove
7239         function_decl_explicit_p, function_decl_deleted_p and
7240         function_decl_defaulted hooks.  Add decl_dwarf_attribute hook.
7241         * langhooks-def.h (lhd_decl_dwarf_attribute): Declare.
7242         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P,
7243         LANG_HOOKS_FUNCTION_DECL_DELETED_P,
7244         LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Remove.
7245         (LANG_HOOKS_DECL_DWARF_ATTRIBUTE): Define.
7246         (LANG_HOOKS_DECLS): Remove LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P,
7247         LANG_HOOKS_FUNCTION_DECL_DELETED_P and
7248         LANG_HOOKS_FUNCTION_DECL_DEFAULTED.  Add
7249         LANG_HOOKS_DECL_DWARF_ATTRIBUTE.
7250         * langhooks.c (lhd_decl_dwarf_attribute): New function.
7251         * dwarf2out.c (gen_subprogram_die): Use
7252         lang_hooks.decls.decl_dwarf_attribute instead of
7253         lang_hooks.decls.function_decl_*.
7255 2016-10-16  Eric Botcazou  <ebotcazou@adacore.com>
7257         PR ada/37139
7258         PR ada/67205
7259         * common.opt (-ftrampolines): New option.
7260         * doc/invoke.texi (Code Gen Options): Document it.
7261         * doc/tm.texi.in (Trampolines): Add TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
7262         * doc/tm.texi: Regenerate.
7263         * builtins.def: Add init_descriptor and adjust_descriptor.
7264         * builtins.c (expand_builtin_init_trampoline): Do not issue a warning
7265         on platforms with descriptors.
7266         (expand_builtin_init_descriptor): New function.
7267         (expand_builtin_adjust_descriptor): Likewise.
7268         (expand_builtin) <BUILT_IN_INIT_DESCRIPTOR>: New case.
7269         <BUILT_IN_ADJUST_DESCRIPTOR>: Likewise.
7270         * calls.c (prepare_call_address): Remove SIBCALLP parameter and add
7271         FLAGS parameter.  Deal with indirect calls by descriptor and adjust.
7272         Set STATIC_CHAIN_REG_P on the static chain register, if any.
7273         (call_expr_flags): Set ECF_BY_DESCRIPTOR for calls by descriptor.
7274         (expand_call): Likewise.  Move around call to prepare_call_address
7275         and pass all flags to it.
7276         * cfgexpand.c (expand_call_stmt): Reinstate CALL_EXPR_BY_DESCRIPTOR.
7277         * gimple.h (enum gf_mask): New GF_CALL_BY_DESCRIPTOR value.
7278         (gimple_call_set_by_descriptor): New setter.
7279         (gimple_call_by_descriptor_p): New getter.
7280         * gimple.c (gimple_build_call_from_tree): SetCALL_EXPR_BY_DESCRIPTOR.
7281         (gimple_call_flags): Deal with GF_CALL_BY_DESCRIPTOR.
7282         * langhooks.h (struct lang_hooks): Add custom_function_descriptors.
7283         * langhooks-def.h (LANG_HOOKS_CUSTOM_FUNCTION_DESCRIPTORS): Define.
7284         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_CUSTOM_FUNCTION_DESCRIPTORS.
7285         * rtl.h (STATIC_CHAIN_REG_P): New macro.
7286         * rtlanal.c (find_first_parameter_load): Skip static chain registers.
7287         * target.def (custom_function_descriptors): New POD hook.
7288         * tree.h (FUNC_ADDR_BY_DESCRIPTOR): New flag on ADDR_EXPR.
7289         (CALL_EXPR_BY_DESCRIPTOR): New flag on CALL_EXPR.
7290         * tree-core.h (ECF_BY_DESCRIPTOR): New mask.
7291         Document FUNC_ADDR_BY_DESCRIPTOR and CALL_EXPR_BY_DESCRIPTOR.
7292         * tree.c (make_node_stat) <tcc_declaration>: Use FUNCTION_ALIGNMENT.
7293         (build_common_builtin_nodes): Initialize init_descriptor and
7294         adjust_descriptor.
7295         * tree-nested.c: Include target.h.
7296         (struct nesting_info): Add 'any_descr_created' field.
7297         (get_descriptor_type): New function.
7298         (lookup_element_for_decl): New function extracted from...
7299         (create_field_for_decl): Likewise.
7300         (lookup_tramp_for_decl): ...here.  Adjust.
7301         (lookup_descr_for_decl): New function.
7302         (convert_tramp_reference_op): Deal with descriptors.
7303         (build_init_call_stmt): New function extracted from...
7304         (finalize_nesting_tree_1): ...here.  Adjust and deal with descriptors.
7305         * defaults.h (FUNCTION_ALIGNMENT): Define.
7306         (TRAMPOLINE_ALIGNMENT): Set to above instead of FUNCTION_BOUNDARY.
7307         * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
7308         * config/ia64/ia64.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Likewise.
7309         * config/rs6000/rs6000.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS):Likewise.
7310         * config/sparc/sparc.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Likewise.
7312 2016-10-16  Eric Botcazou  <ebotcazou@adacore.com>
7314         * config/sparc/sparc.c (sparc_expand_vector_init): Only accept literal
7315         constants in CONST_VECTORs.
7317 2016-10-15  Eric Botcazou  <ebotcazou@adacore.com>
7319         * config/sparc/sparc.c (sparc_expand_vec_perm_bmask): Use a scratch
7320         register as destination of bmask.
7321         (vector_init_bshuffle): Likewise.
7322         * config/sparc/sparc.md (vec_perm_constv8qi): Likewise.
7323         (bmaskdi_vis): Enable only in 64-bit mode.
7325 2016-10-15  Segher Boessenkool  <segher@kernel.crashing.org>
7327         * config/rs6000/rs6000.c (rs6000_get_separate_components): Do not
7328         make LR a separately shrink-wrapped component unless savres_strategy
7329         contains all of {SAVE,REST}_INLINE_{GPRS,FPRS,VRS}.  Do not wrap
7330         GPRs unless both {SAVE,REST}_INLINE_GPRS.  Do not disallow all
7331         wrapping when not both {SAVE,REST}_INLINE_GPRS.
7333 2016-10-15  Eric Botcazou  <ebotcazou@adacore.com>
7335         * optabs.c (expand_parity): Fix mode mismatch, add final conversion
7336         and keep looping on failure.
7338 2016-10-14  David Malcolm  <dmalcolm@redhat.com>
7340         * print-rtl-function.c (print_edge): Omit "(flags)" when none are
7341         set.
7342         (print_rtx_function): Update example in comment for...
7343         * print-rtl.c (print_rtx_operand_code_r): In compact mode, print
7344         non-virtual pseudos with a '%' sigil followed by the regno, offset
7345         by (LAST_VIRTUAL_REGISTER + 1), so that the first non-virtual
7346         pseudo is dumped as "%0".
7348 2016-10-14  Jakub Jelinek  <jakub@redhat.com>
7350         PR middle-end/77959
7351         * expr.c (expand_expr_real_1) <case CONST_DECL>: For EXPAND_WRITE
7352         return a MEM.
7354 2016-10-14  Eric Botcazou  <ebotcazou@adacore.com>
7356         * config/sparc/sparc-passes.def: New file.
7357         * config/sparc/t-sparc (PASSES_EXTRA): Add sparc-passes.def.
7358         * config/sparc/sparc-protos.h (make_pass_work_around_errata): New.
7359         * config/sparc/sparc.c (sparc_option_override): Don't register passes.
7361 2016-10-14  Pat Haugen  <pthaugen@us.ibm.com>
7363         * loop-unroll.c (unroll_loop_runtime_iterations): Condition initial
7364         loop peel to loops with exit test at the beginning.
7366 2016-10-14  Pat Haugen  <pthaugen@us.ibm.com>
7368         PR rtl-optimization/68212
7369         * cfgloopmanip.c (duplicate_loop_to_header_edge): Use preheader edge
7370         frequency when computing scale factor for peeled copies.
7371         * loop-unroll.c (unroll_loop_runtime_iterations): Fix freq/count
7372         values for switch/peel blocks/edges.
7374 2016-10-14  Pedro Alves  <palves@redhat.com>
7376         * coretypes.h (OVERRIDE, FINAL): Delete, moved to include/ansidecl.h.
7378 2016-10-14  Catherine Moore  <clm@codesourcery.com>
7380         * config/mips/mips.c (mips_prepare_pch_save): Initialize
7381         micromips_globals to zero.
7383 2016-10-14  Richard Biener  <rguenther@suse.de>
7385         PR tree-optimization/77979
7386         * tree-vrp.c (compare_name_with_value): Handle released SSA names
7387         in the equivalency sets.
7388         (compare_names): Likewise.
7390 2016-10-14  Martin Liska  <mliska@suse.cz>
7392         * builtins.h(target_char_cst_p): Declare the function.
7393         * builtins.c (fold_builtin_memchr): Remove.
7394         (target_char_cst_p): Move the function from gimple-fold.c.
7395         (fold_builtin_3): Do not call the function.
7396         * gimple-fold.c (gimple_fold_builtin_memchr): New function.
7397         (gimple_fold_builtin): Call the function.
7398         * fold-const-call.c (fold_const_call_1): Handle CFN_BUILT_IN_MEMCHR.
7400 2016-10-14  Martin Liska  <mliska@suse.cz>
7402         * builtins.c (fold_builtin_strcmp): Remove function.
7403         (fold_builtin_strncmp): Likewise.
7404         (fold_builtin_2): Remove call of the function.
7405         (fold_builtin_3): Likewise.
7406         * fold-const-call.c (fold_const_call): Add constant folding
7407         for CFN_BUILT_IN_STRCASECMP and CFN_BUILT_IN_STRNCASECMP.
7408         * fold-const-call.h (build_cmp_result): Declare the function.
7409         * gimple-fold.c (gimple_load_first_char): New function.
7410         (gimple_fold_builtin_string_compare): Likewise.
7411         (gimple_fold_builtin): Call the function.
7413 2016-10-14  Nathan Sidwell  <nathan@acm.org>
7415         * gcov-io.c (gcov_open): Deconstify 'mode'.
7417 2016-10-14  Martin Liska  <mliska@suse.cz>
7419         * fold-const.c (c_getstr): Support of properly \0-terminated
7420         string constants.  New argument is added.
7421         * fold-const.h: New argument is added.
7423 2016-10-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7425         * config/aarch64/aarch64.c (aarch64_print_hint_for_core_or_arch):
7426         New function.
7427         (aarch64_print_hint_for_core): Likewise.
7428         (aarch64_print_hint_for_arch): Likewise.
7429         (aarch64_validate_march): Use it.  Fix indentation in type signature.
7430         (aarch64_validate_mcpu): Use aarch64_print_hint_for_core_or_arch.
7431         (aarch64_validate_mtune): Likewise.
7432         (aarch64_handle_attr_arch): Likewise.
7433         (aarch64_handle_attr_cpu): Likewise.
7434         (aarch64_handle_attr_tune): Likewise.
7436 2016-10-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7438         * optabs.def: Remove optab function gen_int_libfunc for sdivmod_optab
7439         and udivmod_optab.
7441 2016-10-13  Andreas Schwab  <schwab@linux-m68k.org>
7443         * config/m68k/m68k.c (m68k_option_override): Check
7444         opt_fstack_limit_symbol_arg and opt_fstack_limit_register_no
7445         instead of stack_limit_rtx.
7447 2016-10-13  Jakub Jelinek  <jakub@redhat.com>
7449         * dwarf2out.c (gen_member_die): Handle inline static data member
7450         definitions.
7452 2016-10-13  Nathan Sidwell  <nathan@acm.org>
7454         * gcov-io.c (gcov_open): Fix documentation.  Simplify setting
7455         gcov_var.mode.  Remove unnecessary fstat.
7457 2016-10-13  Segher Boessenkool  <segher@kernel.crashing.org>
7459         PR bootstrap/77962
7460         * function.c (thread_prologue_and_epilogue_insns): Call all
7461         make_*logue_seq in the same order as traditional.  Call them
7462         all a second time if shrink_wrapped_separate.
7464 2016-10-13  Marek Polacek  <polacek@redhat.com>
7466         * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
7467         insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Don't
7468         use -Wno-error.
7470 2016-10-13  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7472         PR tree-optimization/77937
7473         * gimple-ssa-strength-reduction.c (analyze_increments): Set cost
7474         to infinite when we have a pointer with an increment of -1.
7476 2016-10-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7478         * coretypes.h: Move MEMMODEL_* macros and enum memmodel definition
7479         into ...
7480         * memmodel.h: This file.
7481         * alias.c, asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
7482           caller-save.c, calls.c, ccmp.c, cfgbuild.c, cfgcleanup.c,
7483           cfgexpand.c, cfgloopanal.c, cfgrtl.c, cilk-common.c, combine.c,
7484           combine-stack-adj.c, common/config/aarch64/aarch64-common.c,
7485           common/config/arm/arm-common.c, common/config/bfin/bfin-common.c,
7486           common/config/c6x/c6x-common.c, common/config/i386/i386-common.c,
7487           common/config/ia64/ia64-common.c, common/config/nvptx/nvptx-common.c,
7488           compare-elim.c, config/aarch64/aarch64-builtins.c,
7489           config/aarch64/aarch64-c.c, config/aarch64/cortex-a57-fma-steering.c,
7490           config/arc/arc.c, config/arc/arc-c.c, config/arm/arm-builtins.c,
7491           config/arm/arm-c.c, config/avr/avr.c, config/avr/avr-c.c,
7492           config/avr/avr-log.c, config/bfin/bfin.c, config/c6x/c6x.c,
7493           config/cr16/cr16.c, config/cris/cris.c, config/darwin-c.c,
7494           config/darwin.c, config/epiphany/epiphany.c,
7495           config/epiphany/mode-switch-use.c,
7496           config/epiphany/resolve-sw-modes.c, config/fr30/fr30.c,
7497           config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
7498           config/i386/i386-c.c, config/i386/winnt.c, config/iq2000/iq2000.c,
7499           config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
7500           config/m68k/m68k.c, config/mcore/mcore.c,
7501           config/microblaze/microblaze.c, config/mmix/mmix.c,
7502           config/mn10300/mn10300.c, config/moxie/moxie.c,
7503           config/msp430/msp430.c, config/nds32/nds32-cost.c,
7504           config/nds32/nds32-intrinsic.c, config/nds32/nds32-md-auxiliary.c,
7505           config/nds32/nds32-memory-manipulation.c,
7506           config/nds32/nds32-predicates.c, config/nds32/nds32.c,
7507           config/nios2/nios2.c, config/nvptx/nvptx.c, config/pa/pa.c,
7508           config/pdp11/pdp11.c, config/rl78/rl78.c, config/rs6000/rs6000-c.c,
7509           config/rx/rx.c, config/s390/s390-c.c, config/s390/s390.c,
7510           config/sh/sh.c, config/sh/sh-c.c, config/sh/sh-mem.cc,
7511           config/sh/sh_treg_combine.cc, config/sol2.c, config/spu/spu.c,
7512           config/stormy16/stormy16.c, config/tilegx/tilegx.c,
7513           config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
7514           config/visium/visium.c, config/vms/vms-c.c, config/xtensa/xtensa.c,
7515           coverage.c, cppbuiltin.c, cprop.c, cse.c, cselib.c, dbxout.c, dce.c,
7516           df-core.c, df-problems.c, df-scan.c, dojump.c, dse.c, dwarf2asm.c,
7517           dwarf2cfi.c, dwarf2out.c, emit-rtl.c, except.c, explow.c, expmed.c,
7518           expr.c, final.c, fold-const.c, function.c, fwprop.c, gcse.c,
7519           ggc-page.c, haifa-sched.c, hsa-brig.c, hsa-gen.c, hw-doloop.c,
7520           ifcvt.c, init-regs.c, internal-fn.c, ira-build.c, ira-color.c,
7521           ira-conflicts.c, ira-costs.c, ira-emit.c, ira-lives.c, ira.c, jump.c,
7522           loop-doloop.c, loop-invariant.c, loop-iv.c, loop-unroll.c,
7523           lower-subreg.c, lra.c, lra-assigns.c, lra-coalesce.c,
7524           lra-constraints.c, lra-eliminations.c, lra-lives.c, lra-remat.c,
7525           lra-spills.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
7526           postreload-gcse.c, postreload.c, predict.c, print-rtl-function.c,
7527           recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
7528           reload.c, reload1.c, reorg.c, resource.c, rtl-chkp.c, rtl-tests.c,
7529           rtlanal.c, rtlhooks.c, sched-deps.c, sched-rgn.c, sdbout.c,
7530           sel-sched-ir.c, sel-sched.c, shrink-wrap.c, simplify-rtx.c,
7531           stack-ptr-mod.c, stmt.c, stor-layout.c, target-globals.c,
7532           targhooks.c, toplev.c, tree-nested.c, tree-outof-ssa.c,
7533           tree-profile.c, tree-ssa-coalesce.c, tree-ssa-ifcombine.c,
7534           tree-ssa-loop-ivopts.c, tree-ssa-loop.c, tree-ssa-reassoc.c,
7535           tree-ssa-sccvn.c, tree-vect-data-refs.c, ubsan.c, valtrack.c,
7536           var-tracking.c, varasm.c: Include memmodel.h.
7537         * genattrtab.c (write_header): Include memmodel.h in generated file.
7538         * genautomata.c (main): Likewise.
7539         * gengtype.c (open_base_files): Likewise.
7540         * genopinit.c (main): Likewise.
7541         * genconditions.c (write_header): Include memmodel.h earlier in
7542         generated file.
7543         * genemit.c (main): Likewise.
7544         * genoutput.c (output_prologue): Likewise.
7545         * genpeep.c (main): Likewise.
7546         * genpreds.c (write_insn_preds_c): Likewise.
7547         * genrecog.c (write_header): Likewise.
7548         * Makefile.in (PLUGIN_HEADERS): Include memmodel.h
7550 2016-10-13  David Malcolm  <dmalcolm@redhat.com>
7552         * function-tests.c (selftest::test_expansion_to_rtl): Add "true"
7553         for new "compact" param of print_rtx_function.  Check for "cinsn"
7554         rather than "insn".
7555         * print-rtl-function.c (flag_compact): New decl.
7556         (print_rtx_function): Add param "compact" and use it to set
7557         flag_compact, adding a description of the effect to the leading
7558         comment, and updating the example output.
7559         * print-rtl.c (flag_compact): New variable.
7560         (print_rtx_operand_code_0): Omit the JUMP_LABEL reference in compact
7561         mode.
7562         (print_rtx_operand_code_i): When printing source locations, wrap
7563         xloc.file in quotes.  Don't print INSN_CODEs in compact mode.
7564         (print_rtx_operand_code_r): Don't print regnos for hard regs and
7565         virtuals in compact mode.
7566         (print_rtx_operand_code_u): Don't print insn UIDs in compact mode,
7567         apart from in LABEL_REFs.
7568         (print_rtx_operand): In case 'w', don't print in hex in compact mode.
7569         Don't print basic block ids in compact mode.
7570         (print_rtx):  In compact mode, prefix the code of insns with "c",
7571         only print the INSN_UID of CODE_LABELs, and omit their LABEL_NUSES.
7572         * print-rtl.h (print_rtx_function): Add "compact" param.
7574 2016-10-13  Richard Earnshaw  <rearnsha@arm.com>
7576         * arm.h (TARGET_VFP): Delete.
7577         (TARGET_VFPD32): Remove references to TARGET_VFP.
7578         (TARGET_VFP3, TARGET_VFP5): Likewise.
7579         (TARGET_VFP_SINGLE, TARGET_VFP_DOUBLE): Likewise.
7580         (TARGET_NEON_FP16): Likewise.
7581         (TARGET_FMA): Likewise.
7582         (TARGET_CRYPTO): Likewise.
7583         (TARGET_NEON): Likewise.
7584         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
7585         (FUNCTION_ARG_REGNO_P): Likewise.
7586         * arm.c (arm_option_check_internal): Likewise.
7587         (arm_option_override): Likewise.
7588         (use_return_insn): Likewise.
7589         (arm_function_value_regno_p): Likewise.
7590         (arm_apply_result_size): Likewise.
7591         (use_vfp_abi): Likewise.
7592         (arm_legitimate_address_outer_p): Likewise.
7593         (thumb2_legitimate_address_p): Likewise.
7594         (arm_legitimate_index_p): Likewise.
7595         (thumb2_legitimate_index_p): Likewise.
7596         (arm_legitimate_address): Likewise.
7597         (arm_get_vfp_saved_size): Likewise.
7598         (arm_emit_vfp_multi_reg_pop): Likewise.
7599         (arm_get_frame_offsets): Likewise.
7600         (arm_save_coproc_regs): Likewise.
7601         (arm_hard_regno_mode_ok): Likewise.
7602         (arm_expand_epilogue_apcs_frame): Likewise.
7603         (arm_expand_epilogue): Likewise.
7604         (arm_file_start): Likewise.
7605         (arm_conditional_register_usage): Likewise.
7606         (arm_validize_comparison): Use vfp_compare_operand directly.
7607         * arm-builtins.c (arm_init_builtins): Remove references to TARGET_VFP.
7608         (arm_expand_vfp_builtin): Use TARGET_HARD_FLOAT for detecting
7609         unsupported usage.
7610         (arm_atomic_assign_expand_fenv): Likewise.
7611         * arm.md (divsf3): Likewise.
7612         (arm_negsi2): Likewise.
7613         (absdf2): Likewise.
7614         (arm_movdi): Likewise.
7615         (arm_movt): Likewise.
7616         (cbranchsf4): Change predicate to vfp_compare_operand.
7617         (cbranchdf4): Change predicate to vfp_compare_operand.
7618         (cstorehf4): Change predicate to vfp_compare_operand.
7619         (cstoresf4): Change predicate to vfp_compare_operand.
7620         (cstoredf4): Change predicate to vfp_compare_operand.
7621         (vfp_pop_multiple_with_writeback): Remove references to TARGET_VFP.
7622         (movhi_insn_arch4, movhi_bytes): Likewise.
7623         * constraints.md (Dt): Likewise.
7624         (Dp): Likewise.
7625         * iterators.md (SDF): Likewise.
7626         * predicates.md (arm_float_compare_operand): Delete.
7627         (const_double_vcvt_power_of_two_reciprocal): Remove references to
7628         TARGET_VFP.
7629         (const_double_vcvt_power_of_two): Likewise.
7630         * thumb2.md thumb2_movsi_insn): Likewise.
7631         * vfp.md (arm_movhi_vfp, thumb2_movhi_vfp): Likewise.
7632         (movhf_vfp): Likewise.
7633         (arm_movsi_vfp, thumb2_movsi_vfp): Likewise.
7634         (movdi_vfp, movdi_vfp_cortexa8): Likewise.
7635         (movsf_vfp, thumb2_movsf_vfp): Likewise.
7636         (movdf_vfp, thumb2_movdf_vfp): Likewise.
7637         (movsfcc_vfp, abssf2_vfp, negsf2_vfp, addsf3_vfp): Likewise.
7638         (subsf3_vfp, divsf3_vfp): Likewise.
7639         (mulsf3_vfp, mulsf3negsf_vfp, negmulsf3_vfp): Likewise.
7640         (mulsf3addsf_vfp, (mulsf3subsf_vfp, mulsf3negsfaddsf_vfp): Likewise.
7641         (mulsf3negsfsubsf_vfp): Likewise.
7642         (truncsisf2_vfp, fixuns_truncsfsi2, floatsisf2_vfp): Likewise.
7643         (floatunssisf2, sqrtsf2_vfp): Likewise.
7644         (movcc_vfp): Likewise.
7645         (cmpsf_split_vfp, cmpsf_trap_split_vfp): Likewise.
7646         (cmpsf_vfp, cmpsf_trap_vfp): Likewise.
7647         (push_multi_vfp): Likewise.
7648         (set_fpscr, get_fpscr): Likewise.
7649         * arm-c.c (arm_cpu_builtins): Unconditionally define __VFP_FP__.
7651 2016-10-13  Richard Earnshaw  <rearnsha@arm.com>
7653         * arm.h (TARGET_VFP): Unconditionally define to 1.
7654         (arm_fpu_desc): Remove 'model' field.
7655         (TARGET_FPU_MODEL): Delete.
7656         * arm.c (all_fpus): Don't initialize the model field.
7657         (arm_can_inline_p): Don't check the FPU model.
7658         * arm-fpus.def: Remove redundant model field from all FPU
7659         descriptions.
7661 2016-10-13  Richard Biener  <rguenther@suse.de>
7663         PR middle-end/77826
7664         * genmatch.c (struct capture): Add value_match member.
7665         (commutate): Preserve value_match.
7666         (lower_opt_convert): Likewise.
7667         (lower_cond): Likewise.
7668         (replace_id): Likewise.
7669         (struct dt_operand): Add value_match member.
7670         (decision_tree::cmp_node): Compare it.
7671         (decision_tree::insert_operand): Honor it when finding and
7672         when appending a DT_MATCH.
7673         (dt_operand::gen_match_op): Generate a type check after
7674         operand_equal_p if ! value_match for both GENERIC and GIMPLE.
7675         (parser::get_internal_capture_id): New helper.
7676         (parser::finish_match_operand): New function lowering @@<id>.
7677         (parser::parse_capture): Parse @@<id> as value-match.
7678         (parser::parse_expr): Use get_internal_capture_id.
7679         (parser::parse_simplify): Call finish_match_operand.
7680         (walk_captures): New helper.
7681         * match.pd (X - (X / Y) * Y -> X % Y): Use value-matching instead
7682         of operand_equal_p.
7683         ((X /[ex] A) * A -> X): Likewise.
7684         ((X | Y) ^ X -> Y & ~ X): Handle constants properly by using
7685         convert[12] and value-matching.
7686         ((A | B) & (A | C) ->  A | (B & C)): Likewise.
7687         ((X | Y) | Y -> X | Y): Likewise.
7688         ((X ^ Y) ^ Y -> X): Likewise.
7689         (A - (A & B) -> ~B & A): Likewise.
7690         ((T)(P + A) - (T)P -> (T) A): Likewise.
7691         ((T)P - (T)(P + A) -> -(T) A): Likewise.
7692         ((T)(P + A) - (T)(P + B) -> (T)A - (T)B): Likewise.
7693         * doc/match-and-simplify.texi: Amend capture section.
7695 2016-10-13  Claudiu Zissulescu  <claziss@synopsys.com>
7697         * config/arc/arc.md (umul_600): Remove predicated variant.
7698         (umul64_600): Likewise.
7700 2016-10-13  Claudiu Zissulescu  <claziss@synopsys.com>
7702         * config/arc/arc.h (INSN_LENGTH_ALIGNMENT): Change.
7704 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
7706         * tree-vect-loop.c (loop_niters_no_overflow): New func.
7707         (vect_transform_loop): Call loop_niters_no_overflow.  Pass the
7708         no-overflow information to vect_do_peeling_for_loop_bound and
7709         vect_gen_vector_loop_niters.
7711 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
7713         * tree-predcom.c (tree_predictive_commoning_loop): Skip loop that only
7714         iterates 1 time.
7716 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
7718         * tree-vect-loop-manip.c (adjust_vec_debug_stmts): Don't release
7719         adjust_vec automatically.
7720         (slpeel_add_loop_guard): Remove param cond_expr_stmt_list.  Rename
7721         param exit_bb to guard_to.
7722         (slpeel_checking_verify_cfg_after_peeling):
7723         (set_prologue_iterations):
7724         (create_lcssa_for_virtual_phi): New func which is factored out from
7725         slpeel_tree_peel_loop_to_edge.
7726         (slpeel_tree_peel_loop_to_edge):
7727         (iv_phi_p): New func.
7728         (vect_can_advance_ivs_p): Call iv_phi_p.
7729         (vect_update_ivs_after_vectorizer): Call iv_phi_p.  Directly insert
7730         new gimple stmts in basic block.
7731         (vect_gen_niters_for_prolog_loop): Rename to...
7732         (vect_gen_prolog_loop_niters): ...Rename from.  Change parameters and
7733         adjust implementation.
7734         (vect_update_inits_of_drs): Fix code style issue.  Convert niters to
7735         sizetype if necessary.
7736         (vect_build_loop_niters): Move to here from tree-vect-loop.c.  Change
7737         it to external function.
7738         (vect_gen_scalar_loop_niters, vect_gen_vector_loop_niters): New.
7739         (vect_gen_vector_loop_niters_mult_vf): New.
7740         (slpeel_update_phi_nodes_for_loops): New.
7741         (slpeel_update_phi_nodes_for_guard1): Reimplement.
7742         (find_guard_arg, slpeel_update_phi_nodes_for_guard2): Reimplement.
7743         (slpeel_update_phi_nodes_for_lcssa, vect_do_peeling): New.
7744         * tree-vect-loop.c (vect_build_loop_niters): Move to file
7745         tree-vect-loop-manip.c
7746         (vect_generate_tmps_on_preheader): Delete.
7747         (vect_transform_loop): Rename vectorization_factor to vf.  Call
7748         vect_do_peeling instead of vect_do_peeling-* functions.
7749         * tree-vectorizer.h (vect_do_peeling): New decl.
7750         (vect_build_loop_niters, vect_gen_vector_loop_niters): New decls.
7751         (vect_do_peeling_for_loop_bound): Delete.
7752         (vect_do_peeling_for_alignment): Delete.
7754 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
7756         * tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge_cfg): Put
7757         duplicated loop after its preheader and after the original loop.
7759 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
7761         * tree-vect-loop.c (vect_analyze_loop_2): Check and skip loop if it
7762         has no enough iterations for LOOP_VINFO_PEELING_FOR_GAPS.
7764 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
7766         * tree-vect-loop.c (vectorizable_live_operation): Support handling
7767         for live variable outside loop but not in lcssa form.
7769 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
7771         * cfg.c (reset_original_copy_tables): New func.
7772         * cfg.h (reset_original_copy_tables): New decl.
7774 2016-10-13  Jakub Jelinek  <jakub@redhat.com>
7776         PR c/77946
7777         * tree.h (FALLTHROUGH_LABEL_P): Use private_flag instead of
7778         public_flag.
7779         * varasm.c (default_binds_local_p_3): Formatting fix.
7781 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
7783         * tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Fix code
7784         style issue.
7785         (vect_do_peeling_for_loop_bound, vect_do_peeling_for_alignment):
7786         Remove useless code.
7788 2016-10-13  Martin Liska  <mliska@suse.cz>
7790         PR tree-optimization/77943
7791         * tree-ssa-tail-merge.c (merge_stmts_p): Do not merge BBs with
7792         a different EH landing pads.
7794 2016-10-13  Jakub Jelinek  <jakub@redhat.com>
7796         PR target/77957
7797         * hooks.h (hook_tree_void_null): Declare.
7798         * hooks.c (hook_tree_void_null): New function.
7799         * langhooks.c (lhd_return_null_tree_v): Remove.
7800         * langhooks-def.h (lhd_return_null_tree_v): Remove.
7801         * cfgexpand.c (stack_protect_prologue): If guard_decl is NULL,
7802         set y to const0_rtx.
7803         * function.c (stack_protect_epilogue): Likewise.
7804         * config/tilepro/tilepro.c (TARGET_STACK_PROTECT_GUARD): Redefine
7805         if TARGET_THREAD_SSP_OFFSET is defined.
7806         * config/s390/s390.c (TARGET_STACK_PROTECT_GUARD): Likewise.
7807         * config/sparc/sparc.c (TARGET_STACK_PROTECT_GUARD): Likewise.
7808         * config/tilegx/tilegx.c (TARGET_STACK_PROTECT_GUARD): Likewise.
7809         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Likewise.
7810         * config/i386/i386.c (TARGET_STACK_PROTECT_GUARD): Likewise.
7811         (ix86_stack_protect_guard): New function.
7813 2016-10-13  Richard Biener  <rguenther@suse.de>
7815         * dwarf2out.c (tree_add_const_value_attribute): Do not try
7816         rtl_for_decl_init during early phase.
7817         (gen_variable_die): Do not create locations during early phase.
7818         (gen_label_die): Likewise.
7819         (decls_for_scope): Do not waste time handling BLOCK_NONLOCALIZED_VARs
7820         twice.
7822 2016-10-12  Richard Biener  <rguenther@suse.de>
7824         * tree-vrp.c (evrp_dom_walker::try_find_new_range): Renamed from
7825         try_add_new_range and made to eturn new range.
7826         (evrp_dom_walker::before_dom_children): Push op1 value range before
7827         pushing op0 value range.
7829 2016-10-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7831         PR tree-optimization/77937
7832         * gimple-ssa-strength-reduction.c (analyze_increments): Use
7833         POINTER_TYPE_P on the candidate type to determine whether
7834         candidates in this chain require pointer arithmetic.
7836 2016-10-12  Eric Botcazou  <ebotcazou@adacore.com>
7838         * config/visium/visium.c (visium_gimplify_va_arg): Emit a big-endian
7839         correction if the type is smaller than a word.
7840         (visium_select_cc_mode): Add ... fall through ... comment.
7842 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
7844         * config/rs6000/rs6000.c (machine_function): Add new fields
7845         gpr_is_wrapped_separately and lr_is_wrapped_separately.
7846         (TARGET_SHRINK_WRAP_GET_SEPARATE_COMPONENTS,
7847         TARGET_SHRINK_WRAP_COMPONENTS_FOR_BB,
7848         TARGET_SHRINK_WRAP_DISQUALIFY_COMPONENTS,
7849         TARGET_SHRINK_WRAP_EMIT_PROLOGUE_COMPONENTS,
7850         TARGET_SHRINK_WRAP_EMIT_EPILOGUE_COMPONENTS,
7851         TARGET_SHRINK_WRAP_SET_HANDLED_COMPONENTS): Define.
7852         (rs6000_get_separate_components): New function.
7853         (rs6000_components_for_bb): New function.
7854         (rs6000_disqualify_components): New function.
7855         (rs6000_emit_prologue_components): New function.
7856         (rs6000_emit_epilogue_components): New function.
7857         (rs6000_set_handled_components): New function.
7858         (rs6000_emit_prologue): Don't emit LR save if lr_is_wrapped_separately.
7859         Don't emit GPR saves if gpr_is_wrapped_separately for that register.
7860         (restore_saved_lr): Don't restore LR if lr_is_wrapped_separately.
7861         (rs6000_emit_epilogue): Don't emit GPR restores if
7862         gpr_is_wrapped_separately for that register.  Don't make a
7863         REG_CFA_RESTORE note for registers we did not restore, either.
7865 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
7867         * function.c (thread_prologue_and_epilogue_insns): Call
7868         try_shrink_wrapping_separate.  Compute the prologue_seq afterwards,
7869         if it has possibly changed.  Compute the split_prologue_seq and
7870         epilogue_seq later, too.
7871         * shrink-wrap.c: #include cfgbuild.h and insn-config.h.
7872         (dump_components): New function.
7873         (struct sw): New struct.
7874         (SW): New function.
7875         (init_separate_shrink_wrap): New function.
7876         (fini_separate_shrink_wrap): New function.
7877         (place_prologue_for_one_component): New function.
7878         (spread_components): New function.
7879         (disqualify_problematic_components): New function.
7880         (emit_common_heads_for_components): New function.
7881         (emit_common_tails_for_components): New function.
7882         (insert_prologue_epilogue_for_components): New function.
7883         (try_shrink_wrapping_separate): New function.
7884         * shrink-wrap.h: Declare try_shrink_wrapping_separate.
7886 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
7888         * regrename.c (build_def_use): Invalidate chains that have a
7889         REG_CFA_RESTORE on some instruction.
7891 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
7893         * dce.c (delete_unmarked_insns): Don't delete instructions with
7894         a REG_CFA_RESTORE note.
7896 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
7898         * common.opt (-fshrink-wrap-separate): New flag.
7899         * doc/invoke.texi: Document it.
7900         * doc/tm.texi.in (Shrink-wrapping separate components): New subsection.
7901         * doc/tm.texi: Regenerate.
7902         * emit-rtl.h (struct rtl_data): New field shrink_wrapped_separate.
7903         * target.def (shrink_wrap): New hook vector.
7904         (get_separate_components, components_for_bb, disqualify_components,
7905         emit_prologue_components, emit_epilogue_components,
7906         set_handled_components): New hooks.
7908 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
7910         * config/rs6000/rs6000.c (rs6000_return_in_memory): Warn for
7911         vector return by reference only if -Wpsabi.
7912         (rs6000_pass_by_reference): Similarly, for argument passing.
7914 2016-10-12  David Malcolm  <dmalcolm@redhat.com>
7916         * function-tests.c: Include "print-rtl.h".
7917         (selftest::test_expansion_to_rtl): Call print_rtx_function on the
7918         function, and verify what is dumped.
7919         * print-rtl-function.c (print_edge): New function.
7920         (begin_any_block): New function.
7921         (end_any_block): New function.
7922         (can_have_basic_block_p): New function.
7923         (print_rtx_function): Track the basic blocks of insns in the
7924         chain, wrapping those that are within blocks within "(block)"
7925         directives.  Remove the "(cfg)" directive.
7927 2016-10-12  David Malcolm  <dmalcolm@redhat.com>
7929         * selftest.c (selftest::read_file): New function.
7930         (selftest::test_read_file): New function.
7931         (selftest::selftest_c_tests): Call test_read_file.
7932         * selftest.h (selftest::read_file): New decl.
7934 2016-10-12  Richard Biener  <rguenther@suse.de>
7936         PR debug/77947
7937         * cgraphunit.c (analyze_functions): Preserve cgraph nodes
7938         function context.
7940 2016-10-12  Thomas Schwinge  <thomas@codesourcery.com>
7942         * lto-streamer.c: Fix LTO_STREAMER_DEBUG build.
7944         * dwarf2out.c (dwarf2_lineno_debug_hooks): Use
7945         dwarf2out_assembly_start.
7947         * Makefile.in (SELFTEST_FLAGS): Add -nostdinc.
7949         * Makefile.in (SELFTEST_FLAGS): New variable.
7950         (s-selftest, selftest-gdb, selftest-valgrind): Use it.
7952         * vmsdbgout.c (vmsdbg_debug_hooks): Add filename parameter to
7953         early_finish hook.
7955 2016-10-12  Georg-Johann Lay  <avr@gjlay.de>
7957         * rtl.h (struct rtx_def): Comment how RTX_FLAGS will be
7958         dumped in RTL dumps.
7960 2016-10-12  Martin Liska  <mliska@suse.cz>
7962         * gimple-fold.c (create_tmp_reg_or_ssa_name): New function.
7963         (gimple_fold_builtin_memory_op): Use the function.
7964         (gimple_fold_builtin_strchr): Likewise.
7965         (gimple_fold_builtin_strcat): Likewise.
7966         (gimple_build): Likewise.
7968 2016-10-12  Nathan Sidwell  <nathan@acm.org>
7970         * diagnostic.c (diagnostc_report_diagnostic): Fix formatting.
7972 2016-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
7974         * dwarf2out.c (int_loc_descriptor): Generate opcodes for another
7975         equivalent 32-bit constant (modulo 2**32) when that yields
7976         smaller instructions.
7977         (size_of_int_loc_descriptor): Update accordingly.
7979 2016-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
7981         * dwarf2out.c (dwarf2out_early_global_decl): For nested
7982         functions, call dwarf2out_decl on the parent function first.
7984 2016-10-12  Richard Biener  <rguenther@suse.de>
7986         * match.pd ((X /[ex] A) * A -> X): Remove unnecessary constraint
7987         on the conversion.
7989 2016-10-12  Richard Biener  <rguenther@suse.de>
7991         * tree-ssa-propagate.c
7992         (substitute_and_fold_dom_walker::before_dom_children): Do not
7993         ignore ASSERT_EXPRs but only preserve them.
7994         * tree-vrp.c (remove_range_assertions): Deal with ASSERT_EXPRs
7995         that have been propagated into.
7996         (vrp_finalize): Enable DCE for substitute_and_fold.
7998 2016-10-12  Richard Biener  <rguenther@suse.de>
8000         PR tree-optimization/77920
8001         * tree-vrp.c (simplify_div_or_mod_using_ranges): Simplify.
8002         (simplify_min_or_max_using_ranges): Pass in gsi and use it.
8003         (simplify_abs_using_ranges): Likewise.
8004         (simplify_conversion_using_ranges): Likewise.
8005         (simplify_stmt_using_ranges): Adjust.
8007 2016-10-12  Jakub Jelinek  <jakub@redhat.com>
8009         PR tree-optimization/77929
8010         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle
8011         (*ops)[ranges[i].idx]->op != ranges[i].exp case.
8013 2016-10-12  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8015         PR target/77934
8016         * config/rs6000/vmx.md (vsx_concat_<mode>): The mtvsrdd instruction
8017         needs a base register for arg 1.
8019 2016-10-12  Jakub Jelinek  <jakub@redhat.com>
8021         * common.opt (Wimplicit-fallthrough) Turn into alias to
8022         -Wimplicit-fallthrough=3.  Remove EnabledBy.
8023         (Wimplicit-fallthrough=): New option.
8024         * gimplify.c (warn_implicit_fallthrough_r): Use
8025         OPT_Wimplicit_fallthrough_ instead of OPT_Wimplicit_fallthrough.
8026         * doc/invoke.texi (-Wimplicit-fallthrough): Document as alias
8027         to -Wimplicit-fallthrough=3.
8028         (-Wimplicit-fallthrough=): Document.
8030 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
8032         * config/sparc/sparc.c (emit_scc_insn): Remove direct support for EQ
8033         and GEU in DImode if TARGET_SUBXC.
8034         * config/sparc/sparc.md (seqdi<W:mode>_zero): Remove TARGET_SUBXC.
8035         (seqdi<W:mode>_zero_subxc): Delete.
8036         (neg_seqdi<W:mode>_zero): Remove TARGET_VIS3.
8037         (neg_seqdi<W:mode>_zero_vis3): Delete.
8038         (plus_seqdi<W:mode>_zero): Likewise.
8039         (minus_seqdi<W:mode>_zero): Likewise.
8040         (plus_plus_sltu<W:mode>): Accept only register.
8041         (addx<W:mode>): Likewise.
8042         (plus_sltu<W:mode>_vis3): Likewise.
8043         (plus_plus_sltu<W:mode>_vis3): Likewise.
8044         (neg_sgeu<W:mode>_vis3): Delete.
8045         (minus_sgeu<W:mode>_vis3): Likewise.
8046         (addxc<W:mode>): Accept only registers.
8047         (neg_sltu<W:mode>_subxc): Write %%g0 instead of 0.
8048         (minus_neg_sltu<W:mode>_subxc): Accept only register.
8049         (neg_plus_sltu<W:mode>_subxc): Likewise.
8050         (minus_sltu<W:mode>_subxc): Write %%g0 instead of 0.
8051         (minus_minus_sltu<W:mode>_subxc): Accept only register.
8052         (sgeu<W:mode>_insn_subxc): Delete.
8053         (plus_sgeu<W:mode>_subxc): Likewise.
8054         (subxc<W:mode>): Accept only register.
8055         (scc splitter): Split always GEU again.
8057 2016-10-11  Jeff Law  <law@redhat.com>
8059         PR tree-optimization/77424
8060         * tree-ssa-threadupdate.c (thread_through_all_blocks): Remove
8061         dead conditionals.  Assert that all e->aux fields are NULL.
8063 2016-10-11  David Malcolm  <dmalcolm@redhat.com>
8065         * print-rtl.c (print_rtx): Rename "i" to "idx".  Split out the
8066         operand-printing "switch" statement into...
8067         (print_rtx_operand_code_0): ...this new function, ...
8068         (print_rtx_operand_code_e): ...this new function, ...
8069         (print_rtx_operand_codes_E_and_V): ...this new function, ...
8070         (print_rtx_operand_code_i): ...this new function, ...
8071         (print_rtx_operand_code_r): ...this new function, ...
8072         (print_rtx_operand_code_u): ...this new function, ...
8073         (print_rtx_operand): ...and this new function.
8075 2016-10-11  Uros Bizjak  <ubizjak@gmail.com>
8077         * config/alpha/alpha-passes.def: New file.
8078         * config/alpha/t-alpha: New file.
8079         * config/alpha/alpha-protos.h (gcc::context, rtl_opt_pass): Declare.
8080         (make_pass_handle_trap_shadows): New prototype.
8081         (make_pass_align_insns): Ditto.
8082         * config/alpha/alpha.c (alpha_option_override): Don't register
8083         passes here.
8084         * config.gcc (alpha*-*-*) Add alpha/t-alpha to tmake_file.
8086 2016-10-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
8088         PR target/77924
8089         * config/rs6000/rs6000.c (rs6000_init_builtins): Only create the
8090         distinct __ibm128 IBM extended double type if long doubles are
8091         128-bits and the default format for long double is IEEE 128-bit.
8093 2016-10-11  Richard Biener  <rguenther@suse.de>
8095         * dwarf2out.c (DEBUG_STR_OFFSETS_SECTION): Remove conditional.
8096         (init_sections_and_labels): Use DEBUG_DWO_STR_OFFSETS_SECTION.
8097         (verify_die): New function.
8098         (dwarf2out_finish): Call it.
8099         (output_line_info): Handle case of -gsplit-dwarf without
8100         DWARF2_ASM_LINE_DEBUG_INFO.
8102 2016-10-11  Richard Biener  <rguenther@suse.de>
8104         PR debug/77931
8105         * gimple-low.c (lower_gimple_bind): Handle arbitrary common
8106         sub-chains of BLOCK_VARS and gimple_bind_vars.
8108 2016-10-11  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
8110         * config/i386/znver1.md : Fix imov/imovx load type reservations.
8112 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
8114         * config/sparc/sparc.opt (msubxc): New option.
8115         * doc/invoke.texi (SPARC options): Document it and tidy up.
8116         * doc/tm.texi.in (Condition Codes): Adjust SPARC example.
8117         * doc/tm.texi: Regenerate.
8118         * config/sparc/sparc-modes.def (CC_NOOV): Rename into...
8119         (CCNZ): ...this.
8120         (CCX_NOOV): Rename into...
8121         (CCXNZ): ...this.
8122         (CCC): New.
8123         (CCXC): Likewise.
8124         * config/sparc/predicates.m (fcc_register_operand): Simplify.
8125         (fcc0_register_operand): Likewise.
8126         (icc_register_operand): New.
8127         (icc_or_fcc_register_operand): Simplify.
8128         (nz_comparison_operator): New.
8129         (c_comparison_operator): Likewise.
8130         (noov_compare_operator): Rename into...
8131         (icc_comparison_operator): ...this.  Use above predicates.
8132         (noov_compare64_operator): Rename into...
8133         (v9_comparison_operator): ...this and tidy up.
8134         (fcc_comparison_operator): New.
8135         (icc_or_fcc_comparison_operator): Likewise.
8136         (v9_register_compare_operator): Rename info...
8137         (v9_register_comparison_operator): ...this.
8138         * config/sparc/sparc.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
8139         (sparc_option_override): Remove redundant VIS masks and add MASK_SUBXC
8140         for Niagara-7.
8141         (sparc_fixed_condition_code_regs): New function.
8142         (select_cc_mode): Remove ATTRIBUTE_UNUSED.  Adjust for CCNZ/CCXNZ
8143         renaming and add support for CCC/CCXC.
8144         (output_cbranch): Likewise.
8145         (sparc_print_operand): Likewise.
8146         (gen_v9_scc): Remove obsolete assertion.
8147         (emit_scc_insn): Emit RTL directly for EQ and NE.  Add direct support
8148         for EQ in DImode if TARGET_SUBXC.  Remove test on TARGET_VIS3 for GEU.
8149         (output_cbcond): Remove bogus handling of CC modes.
8150         (sparc_register_move_cost): Return 100 for NO_REGS.
8151         * config/sparc/sparc.md (W): New mode iterator.
8152         (length): Adjust for noov_compare64_operator renaming.
8153         (cmpsi_sne): New instruction.
8154         (cmpdi_sne): Likewise.
8155         (seqdi_special): Delete.
8156         (seqdi_special): Likewise.
8157         (snesi<P:mode>_special): Likewise.
8158         (snedi_special): Likewise.
8159         (snedi_special_vis3): Likewise.
8160         (snesi patterns): Use W iterator.
8161         (snedi patterns): Likewise.  Add TARGET_SUBXC patterns.
8162         (sltu patterns): Likewise.
8163         (sgeu patterns): Likewise.
8164         (scc splitter): Do not split GEU in DImode if TARGET_SUBXC.
8165         (normal_branch): Use icc_comparison_operator predicate.
8166         (inverted_branch): Likewise.
8167         (cbcond_sp32): Use comparison_operator predicate.
8168         (cbcond_sp64): Likewise.
8169         (normal_int_branch_sp64): Adjust for renaming
8170         (inverted_int_branch_sp64): Likewise.
8171         (mov<I:mode>_cc_reg_sp64): Likewise.
8172         (movsf_cc_reg_sp6): Likewise.
8173         (movdf_cc_reg_sp64): Likewise.
8174         (movtf_cc_reg_hq_sp64): Likewise.
8175         (movtf_cc_reg_sp64): Likewise.
8176         (mov<I:mode>_cc_v9): Use icc_or_fcc_comparison_operator predicate.
8177         (movsf_cc_v9): Likewise.
8178         (movdf_cc_v9): Likewise.
8179         (movtf_cc_hq_v9): Likewise.
8180         (movtf_cc_v9): Likewise.
8181         (adddi3): Call gen_adddi3_sp32.
8182         (adddi3_insn_sp32): Rename to...
8183         (adddi3_sp32): ...this.  Accept only register_operand as operand #1
8184         and use CCCmode for the carry.
8185         (addx_extend_sp32): Use CCCmode for the carry.
8186         (addx_extend_sp64): Delete.
8187         (adddi3_extend_sp32): Use CCCmode for the carry.
8188         (cmp_plus patterns): Use CCNZ/CCXNZ mode and add C variants.
8189         (subdi3): Call gen_subdi3_sp32.
8190         (subdi3_insn_sp32): Rename to...
8191         (subdi3_sp32): ...this and use CCmode for the carry.
8192         (subx_extend_sp32): Use CCCmode for the carry.
8193         (subx_extend_sp64): Delete.
8194         (subdi3_extend_sp32): Use CCmode for the carry.
8195         (cmp_minus patterns): Use CCNZ/CCXNZ mode and add C variants.
8196         (negdi3): Call gen_negdi3_sp32.
8197         (negdi3_sp32): Use CCCmode for the carry.
8198         (cmp_neg patterns): Use CCNZ/CCXNZ mode and add C variants.
8199         (cmp_nz_ashift_1): Use CCNZ mode.
8200         (cmp_nz_set_ashift_1): Likewise.
8201         (ctrapsi4): Use comparison_operator predicate.
8202         (ctrapdi4): Likewise.
8203         (trapsi_insn): Use icc_comparison_operator predicate.
8204         (trapdi_insn): Likewise.
8205         (edge8 patterns): Use CCNZmode.
8206         (edge16 patterns): Likewise.
8207         (edge32 patterns): Likewise.
8209 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
8211         * config/visium/visium-modes.def (CC_NOOV): Rename into...
8212         (CCNZ): ...this.
8213         (CC_BTST): Rename into...
8214         (CCC): ...this.
8215         * config/visium/predicates.md (real_add_operand): New.
8216         (visium_btst_operator): Rename into...
8217         (visium_equality_comparison_operator): ...this.
8218         (visium_noov_operator): Rename into...
8219         (visium_nz_comparison_operator): ...this.
8220         (visium_c_comparison_operator): New.
8221         (visium_branch_operator): Adjust and deal with all CC modes.
8222         * config/visium/visium.c (visium_adjust_cost): Adjust.
8223         (visium_split_double_add): Use the *_set_carry patterns.
8224         (visium_select_cc_mode): Add support for CCC mode and adjust.
8225         (output_cbranch): Adjust and use the carry-based operators for
8226         floating-point comparisons.
8227         * config/visium/visium.md (flags_subst_arith): Adjust.
8228         (addsi3_insn_set_carry): New instruction.
8229         (subsi3_insn_set_carry): Likewise.
8230         (negsi2_insn_set_carry): Likewise.
8231         (btst): Adjust.
8232         (cmp<mode>_sne): Likewise.
8233         (cbranch<mode>4): Use ordered_comparison_operator.
8234         (cbranch<mode>4_insn): Likewise.
8235         (cbranchsi4_btst_insn): Adjust.
8237 2016-10-11  Tom de Vries  <tom@codesourcery.com>
8239         PR middle-end/77558
8240         * builtins.c (std_canonical_va_list_type): Remove RECORD_TYPE
8241         special-casing.
8243 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
8245         * tree.h (build_complex_type): Add second parameter with default.
8246         * tree.c (build_complex_type): Add NAMED second parameter and adjust
8247         recursive call.  Create a TYPE_DECL only if NAMED is true.
8248         (build_common_tree_nodes): Pass true in calls to build_complex_type.
8250 2016-10-11  Georg-Johann Lay  <avr@gjlay.de>
8252         New avr-passes.def to register AVR specific passes.
8254         * config/avr/avr-passes.def: New file.
8255         * config/avr/t-avr (PASSES_EXTRA): Add avr-passes.def.
8256         * config/avr/avr-protos.h (gcc::context, rtl_opt_pass): Declare.
8257         (make_avr_pass_recompute_note): New proto.
8258         * config/avr/avr.c (make_avr_pass_recompute_notes): New function.
8259         (avr_pass_recompute_notes): Use anonymous namespace.
8260         (avr_register_passes): Remove function...
8261         (avr_option_override): ...and its call.
8263 2016-10-11  Robert Suchanek  <robert.suchanek@imgtec.com>
8265         * config/mips/mips-cpus.def: Replace PTF_AVOID_BRANCHLIKELY with
8266         PTF_AVOID_BRANCHLIKELY_ALWAYS for generic architecture and with
8267         PTF_AVOID_BRANCHLIKELY_SPEED for others.
8268         (mips2, mips3, mips4): Add PTF_AVOID_BRANCHLIKELY_SIZE to tune
8269         flags.
8270         * config/mips/mips.c (mips_option_override): Enable the branch
8271         likely depending on the tune flags and optimization level.
8272         * config/mips/mips.h (PTF_AVOID_BRANCHLIKELY): Remove.
8273         (PTF_AVOID_BRANCHLIKELY_SPEED): Define.
8274         (PTF_AVOID_BRANCHLIKELY_SIZE): Likewise.
8275         (PTF_AVOID_BRANCHLIKELY_ALWAYS): Likewise.
8277 2016-10-11  Richard Biener  <rguenther@suse.de>
8279         * lto-streamer-out.c (collect_block_tree_leafs): New helper.
8280         (output_function): Properly stream the whole block tree.
8281         * lto-streamer-in.c (input_function): Likewise.
8283 2016-10-11  Marek Polacek  <polacek@redhat.com>
8285         * Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.
8287 2016-10-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
8289         * tree-vrp.c (evrp_dom_walker::try_add_new_range): New.
8290         (evrp_dom_walker::before_dom_children): Infer and push new value
8291         ranges for x in y < x.
8293 2016-10-10  Joseph Myers  <joseph@codesourcery.com>
8295         PR target/77586
8296         * config/ia64/ia64.c (ia64_libgcc_floating_mode_supported_p)
8297         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
8298         * config/ia64/elf.h (IA64_NO_LIBGCC_TFMODE): Likewise.
8299         * config/ia64/freebsd.h (IA64_NO_LIBGCC_TFMODE): Likewise.
8300         * config/ia64/vms.h (IA64_NO_LIBGCC_XFMODE)
8301         (IA64_NO_LIBGCC_TFMODE): Likewise.
8303 2016-10-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
8305         * tree-vrp.c (vrp_intersect_ranges_1): Allocate bitmap before
8306           copying.
8308 2016-10-10  Andreas Tobler  <andreast@gcc.gnu.org>
8310         * config.gcc: Add aarch64-*-freebsd* support.
8311         * config.host: Likewise.
8312         * config/aarch64/aarch64-freebsd.h: New file.
8313         * config/aarch64/t-aarch64-freebsd: Ditto.
8315 2016-10-10  Jeff Law  <law@redhat.com>
8317         PR tree-optimization/71947
8318         * tree-ssa-dom.c (cprop_into_stmt): Avoid replacing A with B, then
8319         B with A within a single statement.
8321 2016-10-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8323         PR tree-optimization/77824
8324         * gimple-ssa-strength-reduction.c (stmt_cost): Explicitly return
8325         zero cost for copies.
8326         (find_candidates_dom_walker::before_dom_children): Replace
8327         MODIFY_EXPR with SSA_NAME.
8328         (replace_mult_candidate): Likewise.
8329         (replace_profitable_candidates): Likewise.
8331 2016-10-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8333         * config/s390/s390.h: Wrap more macros args in brackets and fix
8335 2016-10-10  Georg-Johann Lay  <avr@gjlay.de>
8337         * config/avr/gen-avr-mmcu-texi.c (string.h): Include.
8339 2016-10-10  Andreas Schwab  <schwab@suse.de>
8341         PR target/77738
8342         * config/ia64/ia64.md ("doloop_end"): Reject if mode of loop
8343         pseudo is not DImode.
8345 2016-10-10  Claudiu Zissulescu  <claziss@synopsys.com>
8347         * common/config/arc/arc-common.c (arc_option_optimization_table):
8348         Remove compact casesi option.
8349         * config/arc/arc.c (arc_override_options): Use compact casesi
8350         option only for pre-ARCv2 cores.
8351         * doc/invoke.texi (mcompact-casesi): Update text.
8353 2016-10-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8355         * config/rs6000/rs6000.h (TARGET_EFFICIENT_OVERLAPPING_UNALIGNED):
8356         Add macro to say we can efficiently handle overlapping unaligned
8357         loads.
8358         * config/rs6000/rs6000.c (expand_block_compare): Avoid generating
8359         poor code for processors older than p8.
8361 2016-10-09  Eric Botcazou  <ebotcazou@adacore.com>
8363         * gen-pass-instances.awk: Remove GNUism.
8365 2016-10-09  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8367         * ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to
8368         NULL of (*ipcp_transformations)][node->uid].
8370 2016-10-09  John David Anglin  <danglin@gcc.gnu.org>
8372         * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment.
8373         (MALLOC_ABI_ALIGNMENT): Define.
8375 2016-10-09  Jakub Jelinek  <jakub@redhat.com>
8377         * tree-ssa.c (target_for_debug_bind, verify_phi_args,
8378         ssa_undefined_value_p, maybe_optimize_var): Use VAR_P and/or
8379         VAR_OR_FUNCTION_DECL_P macros.
8380         * tree-chkp.c (chkp_register_var_initializer, chkp_make_static_bounds,
8381         chkp_get_bounds_for_decl_addr, chkp_parse_array_and_component_ref,
8382         chkp_find_bounds_1): Likewise.
8383         * ipa-polymorphic-call.c (decl_maybe_in_construction_p): Likewise.
8384         * hsa-gen.c (get_symbol_for_decl): Likewise.
8385         * cgraphunit.c (check_global_declaration, analyze_functions,
8386         handle_alias_pairs, thunk_adjust, cgraph_node::expand_thunk):
8387         Likewise.
8388         * gimple-fold.c (can_refer_decl_in_current_unit_p,
8389         canonicalize_constructor_val, gimple_get_virt_method_for_vtable):
8390         Likewise.
8391         * tree.c (set_decl_section_name, copy_node_stat,
8392         need_assembler_name_p, free_lang_data_in_decl, find_decls_types_r,
8393         merge_dllimport_decl_attributes, handle_dll_attribute,
8394         decl_init_priority_insert, auto_var_in_fn_p, array_at_struct_end_p,
8395         verify_type): Likewise.
8396         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior,
8397         find_explicit_erroneous_behavior): Likewise.
8398         * sdbout.c (sdbout_toplevel_data, sdbout_late_global_decl): Likewise.
8399         * ipa.c (process_references): Likewise.
8400         * tree-chkp-opt.c (chkp_get_check_result): Likewise.
8401         * varasm.c (get_block_for_decl, use_blocks_for_decl_p, make_decl_rtl,
8402         notice_global_symbol, assemble_variable, mark_decl_referenced,
8403         build_constant_desc, output_constant_def_contents, do_assemble_alias,
8404         make_decl_one_only, default_section_type_flags,
8405         categorize_decl_for_section, default_encode_section_info): Likewise.
8406         * trans-mem.c (requires_barrier): Likewise.
8407         * gimple-expr.c (mark_addressable): Likewise.
8408         * cfgexpand.c (add_scope_conflicts_1, expand_one_var,
8409         expand_used_vars_for_block, clear_tree_used, stack_protect_decl_p,
8410         expand_debug_expr): Likewise.
8411         * tree-dump.c (dequeue_and_dump): Likewise.
8412         * ubsan.c (instrument_bool_enum_load): Likewise.
8413         * tree-pretty-print.c (print_declaration): Likewise.
8414         * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
8415         * tree-ssa-uninit.c (warn_uninitialized_vars): Likewise.
8416         * asan.c (asan_protect_global, instrument_derefs): Likewise.
8417         * tree-into-ssa.c (rewrite_stmt, maybe_register_def,
8418         pass_build_ssa::execute): Likewise.
8419         * var-tracking.c (var_debug_decl, track_expr_p): Likewise.
8420         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost, split_address_cost):
8421         Likewise.
8422         * ipa-split.c (test_nonssa_use, consider_split, mark_nonssa_use):
8423         Likewise.
8424         * tree-inline.c (insert_debug_decl_map, remap_ssa_name,
8425         can_be_nonlocal, remap_decls, copy_debug_stmt,
8426         initialize_inlined_parameters, add_local_variables,
8427         reset_debug_binding, replace_locals_op): Likewise.
8428         * dse.c (can_escape): Likewise.
8429         * ipa-devirt.c (compare_virtual_tables, referenced_from_vtable_p):
8430         Likewise.
8431         * tree-diagnostic.c (default_tree_printer): Likewise.
8432         * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
8433         unpack_ts_decl_with_vis_value_fields,
8434         lto_input_ts_decl_common_tree_pointers): Likewise.
8435         * builtins.c (builtin_save_expr, fold_builtin_expect,
8436         readonly_data_expr): Likewise.
8437         * tree-ssa-structalias.c (new_var_info, get_constraint_for_ssa_var,
8438         create_variable_info_for, set_uids_in_ptset, visit_loadstore):
8439         Likewise.
8440         * gimple-streamer-out.c (output_gimple_stmt): Likewise.
8441         * gimplify.c (force_constant_size, gimplify_bind_expr,
8442         gimplify_decl_expr, gimplify_var_or_parm_decl,
8443         gimplify_compound_lval, gimplify_init_constructor,
8444         gimplify_modify_expr, gimplify_asm_expr, gimplify_oacc_declare,
8445         gimplify_type_sizes): Likewise.
8446         * cgraphbuild.c (record_reference, record_type_list, mark_address,
8447         mark_load, mark_store, pass_build_cgraph_edges::execute): Likewise.
8448         * tree-ssa-live.c (mark_all_vars_used_1, remove_unused_scope_block_p,
8449         remove_unused_locals): Likewise.
8450         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p, ptrs_compare_unequal,
8451         ref_maybe_used_by_call_p_1, call_may_clobber_ref_p_1): Likewise.
8452         * function.c (instantiate_expr, instantiate_decls_1,
8453         setjmp_vars_warning, add_local_decl): Likewise.
8454         * alias.c (ao_ref_from_mem, get_alias_set, compare_base_symbol_refs):
8455         Likewise.
8456         * tree-stdarg.c (find_va_list_reference, va_list_counter_struct_op,
8457         va_list_ptr_read, va_list_ptr_write, check_all_va_list_escapes,
8458         optimize_va_list_gpr_fpr_size): Likewise.
8459         * tree-nrv.c (pass_nrv::execute): Likewise.
8460         * tsan.c (instrument_expr): Likewise.
8461         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
8462         * vtable-verify.c (verify_bb_vtables): Likewise.
8463         * tree-dfa.c (ssa_default_def, set_ssa_default_def,
8464         get_ref_base_and_extent): Likewise.
8465         * toplev.c (wrapup_global_declaration_1, wrapup_global_declaration_2):
8466         Likewise.
8467         * tree-sra.c (static bool constant_decl_p, find_var_candidates,
8468         analyze_all_variable_accesses): Likewise.
8469         * tree-nested.c (get_nonlocal_debug_decl,
8470         convert_nonlocal_omp_clauses, note_nonlocal_vla_type,
8471         note_nonlocal_block_vlas, convert_nonlocal_reference_stmt,
8472         get_local_debug_decl, convert_local_omp_clauses,
8473         convert_local_reference_stmt, nesting_copy_decl, remap_vla_decls):
8474         Likewise.
8475         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Likewise.
8476         * stmt.c (decl_overlaps_hard_reg_set_p): Likewise.
8477         * dbxout.c (dbxout_late_global_decl, dbxout_type_fields,
8478         dbxout_symbol, dbxout_common_check): Likewise.
8479         * expr.c (expand_assignment, expand_expr_real_2, expand_expr_real_1,
8480         string_constant): Likewise.
8481         * hsa.c (hsa_get_declaration_name): Likewise.
8482         * passes.c (rest_of_decl_compilation): Likewise.
8483         * tree-ssanames.c (make_ssa_name_fn): Likewise.
8484         * tree-streamer-out.c (pack_ts_decl_common_value_fields,
8485         pack_ts_decl_with_vis_value_fields,
8486         write_ts_decl_common_tree_pointers): Likewise.
8487         * stor-layout.c (place_field): Likewise.
8488         * symtab.c (symtab_node::maybe_create_reference,
8489         symtab_node::verify_base, symtab_node::make_decl_local,
8490         symtab_node::copy_visibility_from,
8491         symtab_node::can_increase_alignment_p): Likewise.
8492         * dwarf2out.c (add_var_loc_to_decl, tls_mem_loc_descriptor,
8493         decl_by_reference_p, reference_to_unused, rtl_for_decl_location,
8494         fortran_common, add_location_or_const_value_attribute,
8495         add_scalar_info, add_linkage_name, set_block_abstract_flags,
8496         local_function_static, gen_variable_die, dwarf2out_late_global_decl,
8497         optimize_one_addr_into_implicit_ptr,
8498         optimize_location_into_implicit_ptr): Likewise.
8499         * gimple-low.c (record_vars_into): Likewise.
8500         * ipa-visibility.c (update_vtable_references): Likewise.
8501         * tree-ssa-address.c (fixed_address_object_p, copy_ref_info):
8502         Likewise.
8503         * lto-streamer-out.c (tree_is_indexable, get_symbol_initial_value,
8504         DFS::DFS_write_tree_body, write_symbol): Likewise.
8505         * langhooks.c (lhd_warn_unused_global_decl,
8506         lhd_set_decl_assembler_name): Likewise.
8507         * attribs.c (decl_attributes): Likewise.
8508         * except.c (output_ttype): Likewise.
8509         * varpool.c (varpool_node::get_create, ctor_for_folding,
8510         varpool_node::assemble_decl, varpool_node::create_alias): Likewise.
8511         * fold-const.c (fold_unary_loc): Likewise.
8512         * ipa-prop.c (ipa_compute_jump_functions_for_edge,
8513         ipa_find_agg_cst_from_init): Likewise.
8514         * omp-low.c (expand_omp_regimplify_p, expand_omp_taskreg,
8515         expand_omp_target, lower_omp_regimplify_p,
8516         grid_reg_assignment_to_local_var_p, grid_remap_prebody_decls,
8517         find_link_var_op): Likewise.
8518         * tree-chrec.c (chrec_contains_symbols): Likewise.
8519         * tree-cfg.c (verify_address, verify_expr, verify_expr_location_1,
8520         gimple_duplicate_bb, move_stmt_op, replace_block_vars_by_duplicates,
8521         execute_fixup_cfg): Likewise.
8523         PR tree-optimization/77901
8524         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Only optimize
8525         if ranges[i].exp is SSA_NAME when looking for >= and only when
8526         ranges[i].exp is NULL or SSA_NAME when looking for the other
8527         comparison.
8529 2016-10-09  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8531         * ipa-cp.c (ipcp_alignment_lattice): Remove.
8532         (ipcp_param_lattices): Remove field alignment.
8533         (print_all_lattices): Remove call to ipcp_alignment_lattice::print.
8534         (set_all_contains_variable): Remove call to
8535         ipcp_alignment_lattice::set_to_bottom.
8536         (initialize_node_lattices): Likewise.
8537         (propagate_alignment_accross_jump_function): Remove.
8538         (propagate_constants_accross_call): Remove call to
8539         propagate_alignment_accross_jump_function.
8540         (ipcp_store_alignment_results): Remove.
8541         (ipcp_driver): Remove call to ipcp_store_alignment_results.
8542         (propagate_bits_accross_jump_function): Handle ancestor jump function.
8543         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Remove
8544         pretty-printing of alignment jump function.
8545         (ipa_set_jf_unknown): Remove assignment to jfunc->alignment.known.
8546         (ipa_compute_jump_functions_for_edge): Adjust ipa_bits jump function for
8547         alignments and remove computing ipa_alignment jump function.
8548         (ipa_node_params_t::duplicate): Remove copying of src_trans->alignments.
8549         (ipa_write_jump_functions): Remove streaming for ipa_alignment.
8550         (ipa_read_jump_function): Remove reading of ipa_alignment.
8551         (write_ipcp_transformation_info): Remove streaming for alignment
8552         propagation summary.
8553         (read_ipcp_transformation_info): Remove reading of alignment
8554         propagation summary.
8555         (ipcp_update_alignments): Remove.
8556         (ipcp_update_bits): Adjust to set alignment for parameters of pointer
8557         type.
8558         (ipcp_transform_function): Remove call to ipcp_update_alignments()
8559         and remove assignment to (*ipcp_transformations)[node->uid].alignments.
8560         * ipa-prop.h (ipa_alignment): Remove.
8561         (ipa_jump_func): Remove field alignment.
8562         (ipcp_transformation_summary): Remove field alignments.
8563         * doc/invoke.texi: Mark fipa-cp-alignment as obsolete.
8564         * opts.c (default_options_table): Remove entry for fipa-cp-alignment.
8565         (enable_fdo_optimizations): Remove checking for fipa-cp-alignment.
8567 2016-10-08  Eric Botcazou  <ebotcazou@adacore.com>
8569         * config/sparc/sparc.h (FIXED_REGISTERS): Add %icc.
8571         * config/visium/visium.c (visium_expand_int_cstore): Revert latest
8572         change.
8573         (visium_expand_fp_cstore): Likewise.
8575 2016-10-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8577         * diagnostic-core.h (warning_at_rich_loc_n): Declare.
8578         * diagnostic.c (warning_at_rich_loc_n): New function.
8579         (diagnostic_n_impl_richloc): Likewise.
8580         (diagnostic_n_impl): Move most of the function to
8581         diagnostic_n_impl_richloc and call it.
8583 2016-10-08  Jakub Jelinek  <jakub@redhat.com>
8585         * gen-pass-instances.awk: Rewritten.
8586         * Makefile.in (pass-instances.def): Depend on $(PASSES_EXTRA), pass
8587         $(PASSES_EXTRA) after passes.def to the script.
8588         * config/i386/t-i386 (PASSES_EXTRA): Add i386-passes.def.
8589         * config/i386/i386-passes.def: New file.
8590         * config/i386/i386-protos.h (make_pass_insert_vzeroupper,
8591         make_pass_stv): Declare.
8592         * config/i386/i386.c (pass_stv::pass_stv): Initialize timode_p to
8593         false.
8594         (pass_stv::gate): Depending on timode_p member require TARGET_64BIT
8595         or !TARGET_64BIT.
8596         (pass_stv::clone, pass_stv::set_pass_param): New methods.
8597         (pass_stv::timode_p): New non-static data member.
8598         (ix86_option_override): Don't register passes here.
8600         * doc/invoke.texi: Document accepting Else, fallthrough.
8602         * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment
8603         style changes.
8605         * doc/invoke.texi (-Wimplicit-fallthrough): Document the accepted
8606         FALLTHRU comment styles.
8608 2016-10-07  Andrew Pinski  <apinski@cavium.com>
8610         * config/aarch64/aarch64-arches.def (AARCH64_ARCH): #undef at the end.
8611         * config/aarch64/aarch64-cores.def (AARCH64_CORE): Likewise.
8612         * config/aarch64/aarch64-fusion-pairs.def (AARCH64_FUSION_PAIR):
8613         Likewise.
8614         * config/aarch64/aarch64-option-extensions.def (AARCH64_OPT_EXTENSION):
8615         Likewise.
8616         * config/aarch64/aarch64-tuning-flags.def (AARCH64_EXTRA_TUNING_OPTION):
8617         Likewise.
8618         * config/aarch64/aarch64-opts.h (AARCH64_CORE): Don't #undef here.
8619         (AARCH64_ARCH): Likewise.
8620         * common/config/aarch64/aarch64-common.c (AARCH64_OPT_EXTENSION):
8621         Likewise.
8622         (AARCH64_CORE): Likewise.
8623         (AARCH64_ARCH): Likewise.
8624         * config/aarch64/aarch64-protos.h (AARCH64_FUSION_PAIR): Likewise.
8625         (AARCH64_EXTRA_TUNING_OPTION): Likewise.
8626         * config/aarch64/aarch64.c (AARCH64_FUION_PAIR): Likewise.
8627         (AARCH64_EXTRA_TUNING_OPTION): Likewise.
8628         (AARCH64_ARCH): Likewise.
8629         (AARCH64_CORE): Likewise.
8630         * config/aarch64/aarch64.h (AARCH64_CORE): Likewise.
8631         * config/aarch64/driver-aarch64.c (AARCH64_OPT_EXTENSION): Likewise.
8632         (AARCH64_CORE): Likewise.
8633         (AARCH64_ARCH): Likewise.
8635 2016-10-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
8637         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Split
8638         -mfloat128 into -mfloat128-type that enables the IEEE 128-bit
8639         floating point type infrastructre, and -mfloat128 that enables the
8640         keyword.  Define __FLOAT128__ if -mfloat128, and __FLOAT128_TYPE__
8641         if -mfloat128-type.  Define __ibm128 to be long double by default.
8642         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print whether
8643         the IEEE 128-bit floating point type infrastructure should
8644         automatically be enabled.
8645         (rs6000_init_hard_regno_mode_ok): Switch to use -mfloat128-type
8646         instead of -mfloat128 to enable KFmode.
8647         (rs6000_option_override_internal): Split the option -mfloat128
8648         into -mfloat128-type and -mfloat128.  On Linux PowerPC 64-bit
8649         systems, automatically set -mfloat128-type, but don't enable it on
8650         other operating systems.  Move setting the long double size and
8651         IEEE quad support before the IEEE 128-bit floating point changes.
8652         (rs6000_init_builtins): Do not create a unique type for __ibm128
8653         if long double is IBM extended double, instead rely on __ibm128
8654         being defined as 'long double'.  If -mfloat128-type and not
8655         -mfloat128, create the KFmode type with an undocumented __ieee128
8656         keyword.
8657         (rs6000_init_libfuncs): Use -mfloat128-type instead of
8658         -mfloat128 for tests about the types, but keep tests for
8659         -mfloat128 to enable the keyword support.
8660         (rs6000_complex_function_value): Likewise.
8661         (rs6000_scalar_mode_supported_p): Likewise.
8662         (rs6000_floatn_mode): Likewise.
8663         (rs6000_c_mode_for_suffix): Likewise.
8664         (rs6000_opt_masks): Add -mfloat128-type.
8665         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add support for
8666         -mfloat128-type being split from -mfloat128.  Add
8667         -mfloat128-hardware, which was missing.
8668         * config/rs6000/rs6000.opt (-mfloat128): Split -mfloat128 into
8669         -mfloat128 and -mfloat128-type:
8670         (-mfloat128-type): Likewise.
8671         * config/rs6000/linux64.h (TARGET_FLOAT128_ENABLE_TYPE): Define so
8672         that 64-bit Linux systems with enable -mfloat128-type by default
8673         on VSX systems.
8674         * config/rs6000/rs6000.h (TARGET_FLOAT128_ENABLE_TYPE): Likewise.
8675         (FLOAT128_VECTOR_P): Switch IEEE 128-bit floating points to use
8676         -mfloat128-type instead of -mfloat128.
8677         (FLOAT128_2REG_P): Likewise.
8678         (MASK_FLOAT128_TYPE): Likewise.
8679         (ALTIVEC_ARG_MAX_RETURN): Likewise.
8680         (RS6000_BTM_FLOAT128): Likewise.
8681         (TARGET_FLOAT128): Poison old identifiers.
8682         (OPTION_MASK_FLOAT128): Likewise.
8683         (MASK_FLOAT128): Likewise.
8684         * config/rs6000/rs6000.md (FP): Likewise.
8685         (FLOAT128): Likewise.
8686         (fix_trunc<mode>di2): Likewise.
8687         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
8688         (floatdi<mode>2): Likewise.
8689         (floatuns<SDI:mode><IEEE128:mode>2): Likewise.
8690         (neg<mode>2, FLOAT128 iterator): Likewise.
8691         (abs<mode>2, FLOAT128 iterator): Likewise.
8692         (ieee_128bit_negative_zero): Likewise.
8693         (ieee_128bit_vsx_neg<mode>2): Likewise.
8694         (ieee_128bit_vsx_neg<mode>2_internal): Likewise.
8695         (ieee_128bit_vsx_abs<mode>2): Likewise.
8696         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
8697         (ieee_128bit_vsx_nabs<mode>2): Likewise.
8698         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
8699         (extendiftf2): Likewise.
8700         (extendifkf2): Likewise.
8701         (extendtfkf2): Likewise.
8702         (trunciftf2): Likewise.
8703         (truncifkf2): Likewise.
8704         (trunckftf2): Likewise.
8705         (trunctfif2): Likewise.
8706         (extendkftf2): Likewise.
8707         (trunctfkf2): Likewise.
8709 2016-10-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8711         * simplify-rtx.c (simplify_immed_subreg): Zero-initialize tmp array
8712         before merging in bytes to pass down to real_from_target.
8714 2016-10-07  Richard Biener  <rguenther@suse.de>
8716         * tree-ssa-propagate.c (replace_phi_args_in): Remove no longer
8717         required hack.
8718         (substitute_and_fold_dom_walker::before_dom_children):
8719         Substitute and fold before pass specific folding to avoid
8720         feeding that with SSA names that will be later released.
8721         * tree-ssa-ccp.c (get_value_for_expr): Guard for new SSA names
8722         introduced by folding and visited by evaluate_stmt called during
8723         ccp_fold_stmt.
8724         (likely_value): Likewise.
8725         (evaluate_stmt): Likewise.
8726         * tree-vrp.c (simplify_truth_ops_using_ranges): Fold modified stmt.
8727         (simplify_div_or_mod_using_ranges): Likewise.
8728         (simplify_min_or_max_using_ranges): Likewise.
8729         (simplify_abs_using_ranges): Likewise.
8730         (simplify_conversion_using_ranges): Likewise.
8731         (simplify_float_conversion_using_ranges): Likewise.
8732         (simplify_stmt_using_ranges): Likewise.
8734 2016-10-07  Marek Polacek  <polacek@redhat.com>
8736         * gimplify.c (should_warn_for_implicit_fallthrough): Check for
8737         FALLTHROUGH_LABEL_P here...
8738         (warn_implicit_fallthrough_r): ...not here.
8740 2016-10-07  Bernd Schmidt  <bschmidt@redhat.com>
8742         PR tree-optimization/77880
8743         * expr.c (by_pieces_ninsns): Use unsigned HOST_WIDE_INT where
8744         necessary.
8746 2016-10-07  Marek Polacek  <polacek@redhat.com>
8748         PR c++/77803
8749         * gimplify.c (last_stmt_in_scope): Add check for FALLTHROUGH ().
8751 2016-10-07  Richard Biener  <rguenther@suse.de>
8753         * bitmap.h: Document constraints on bitmap modification while
8754         iterating over it.
8756 2016-10-07  Richard Biener  <rguenther@suse.de>
8758         * bitmap.c (bitmap_elem_to_freelist): Set indx to -1.
8759         * bitmap.h (bmp_iter_set): When advancing to the next element
8760         check that we didn't remove the current one.
8761         (bmp_iter_and): Likewise.
8762         (bmp_iter_and_compl): Likewise.
8763         * tree-ssa.c (release_defs_bitset): Do not remove worklist bit
8764         we currently iterate on but keep a one-level queue.
8765         * sched-deps.c (remove_from_deps): Do not clear current bit
8766         but keep a one-level queue.
8768 2016-10-07  Jakub Jelinek  <jakub@redhat.com>
8770         PR tree-optimization/77664
8771         * tree-ssa-reassoc.c (update_range_test): Also clear low and high
8772         for the other ranges.
8773         (optimize_range_tests_diff): Fix up formatting.
8774         (optimize_range_tests_var_bound): New function.
8775         (optimize_range_tests): Use it.
8777 2016-10-07  Martin Liska  <mliska@suse.cz>
8779         * coverage.c (build_gcov_exit_decl): Fix priority what
8780         should be really 99.
8782 2016-10-07  Richard Biener  <rguenther@suse.de>
8784         * gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of
8785         vars in gimple_bind_vars but not in BLOCK_VARS.
8787 2016-10-07  Richard Biener  <rguenther@suse.de>
8789         PR tree-optimization/77879
8790         * tree-ssa-structalias.c (handle_const_call): Properly handle
8791         NRV return slots.
8792         (handle_pure_call): Likewise.
8794 2016-10-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8796         * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor)
8797         (rs6000_elf_asm_out_destructor): increase size of buf to avoid
8798         possible overflow.
8800 2016-10-06  Andrew Pinski  <apinski@cavium.com>
8802         * config/aarch64/aarch64-cores.def: Add a comment before each
8803         set of cores.
8805 2016-10-06  Kugan Vivekanandarajah  <kuganv@linaro.org>
8807         PR tree-optimization/77862
8808         * tree-vrp.c (add_equivalence): Use get_value_range so that
8809         num_vr_values is checked before accessing vr_values.
8811 2016-10-06  Kugan Vivekanandarajah  <kuganv@linaro.org>
8813         * tree-vrp.c (evrp_dom_walker::before_dom_children): Handle
8814           POINTER_TYPE_P.
8816 2016-10-05  Jeff Law  <law@redhat.com>
8818         PR tree-optimization/71661
8819         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Handle case when
8820         removal of a forwarder exposes a new natural loop.
8822 2016-10-06  Uros Bizjak  <ubizjak@gmail.com>
8824         * config/i386/sse.md (andnot<mode>3): Add FALLTHRU comments.
8825         Introduce ssesuffix variable.
8826         (<mask_codefor><code><mode>3<mask_name>): Ditto.
8827         (*<code><mode>3): Ditto.
8829 2016-10-06  Jan Hubicka  <hubicka@ucw.cz>
8831         * postreload.c (reload_cse_simplify): Skip also USE when detecting
8832         noop move.
8834 2016-10-06  Richard Biener  <rguenther@suse.de>
8836         PR tree-optimization/77855
8837         * tree-ssa-pre.c (prune_clobbered_mems): Queue exprs to remove
8838         instead of removing the current item while iterating over the set
8839         which is not safe.
8841 2016-10-06  James Clarke  <jrtc27@jrtc27.com>
8842             Eric Botcazou  <ebotcazou@adacore.com>
8844         PR target/77759
8845         * config/sparc/sparc.c (classify_data_t): Remove int_regs field.
8846         (classify_registers): Don't set it
8847         (function_arg_slotno): Don't initialize and test it.  Tidy up.
8849 2016-10-06  Richard Biener  <rguenther@suse.de>
8851         PR tree-optimization/77839
8852         * tree-ssa-sccvn.c (set_ssa_val_to): Forbid value -> constant value
8853         lattice transition.
8855 2016-10-06  Martin Liska  <mliska@suse.cz>
8857         * gcc.c: Set -fprofile-update=atomic when profiling is
8858         enabled and -pthread is set.  Warn when one combines
8859         -pthread and -fprofile-update=single for an app using
8860         profiling code.
8862 2016-10-06  Martin Liska  <mliska@suse.cz>
8864         PR bootstrap/77788
8865         * expmed.h (mul_highpart_cost_ptr): Add an gcc_assert.
8866         * gimple-ssa-strength-reduction.c (slsr_process_cast):
8867         Initialize a pointer to NULL.
8868         (slsr_process_copy): Likewise.
8869         * input.c (location_get_source_line): Likewise.
8870         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Likewise.
8872 2016-10-05  Andrew Senkevich  <andrew.senkevich@intel.com>
8874         * common/config/i386/i386-common.c (OPTION_MASK_ISA_PCOMMIT_UNSET,
8875         OPTION_MASK_ISA_PCOMMIT_SET): Deleted definitions.
8876         (ix86_handle_option): Deleted handle of OPT_mpcommit.
8877         * config.gcc: Deleted pcommitintrin.h
8878         * config/i386/pcommitintrin.h: Deleted file.
8879         * config/i386/cpuid.h (bit_PCOMMIT): Deleted.
8880         * config/i386/driver-i386.c (host_detect_local_cpu): Deleted pcommit
8881         detection.
8882         * config/i386/i386-c.c (ix86_target_macros_internal): Deleted define
8883         __PCOMMIT__.
8884         * config/i386/i386.c (ix86_target_string): Deleted -mpcommit.
8885         (PTA_PCOMMIT): Deleted define.
8886         (ix86_option_override_internal): Deleted handle of option.
8887         (ix86_valid_target_attribute_inner_p): Deleted pcommit.
8888         * config/i386/i386-builtin.def (IX86_BUILTIN_PCOMMIT,
8889         __builtin_ia32_pcommit): Deleted.
8890         * config/i386/i386.h (TARGET_PCOMMIT, TARGET_PCOMMIT_P): Deleted.
8891         * config/i386/i386.md (unspecv): Deleted UNSPECV_PCOMMIT.
8892         (pcommit): Deleted instruction.
8893         * config/i386/i386.opt: Mention -mpcommit deprecation.
8894         * config/i386/x86intrin.h: Deleted inclusion of pcommitintrin.h.
8896 2016-10-05  Uros Bizjak  <ubizjak@gmail.com>
8898         PR target/77874
8899         * config/i386/sse.md (<mask_codefor><code><mode>3<mask_name>):
8900         Remove wrong assert.
8901         (<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>:
8902         Use <round_constraint> as operand 1 constraint.
8904 2016-10-05  Jakub Jelinek  <jakub@redhat.com>
8906         PR sanitizer/66343
8907         * ubsan.c (ubsan_create_data): Call initialize_sanitizer_builtins here.
8908         (ubsan_instrument_float_cast): And not here.
8910         PR sanitizer/66343
8911         * ubsan.c (ubsan_ids): New GTY(()) array.
8912         (ubsan_type_descriptor, ubsan_create_data): Use ubsan_ids
8913         instead of static local counters.
8915 2016-10-05  Martin Sebor  <msebor@redhat.com>
8917         PR bootstrap/77819
8918         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define macro.
8919         * config/linux.c (gnu_libc_printf_pointer_format): Remove.
8920         * targhooks.c [DEFAULT_LIBC == LIBC_UCLIBC) && SINGLE_LIBC]
8921         (default_printf_pointer_format): Define function.
8922         * targhooks.c (linux_printf_pointer_format): Define new function.
8923         * targhooks.h (linux_printf_pointer_format): Declare.
8924         (gnu_libc_printf_pointer_format): Remove declaration.
8926 2016-10-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8928         * fold-const.c (native_encode_real): Fix logic for selecting offset
8929         to write to when BYTES_BIG_ENDIAN.
8931 2016-10-05  Wilco Dijkstra  <wdijkstr@arm.com>
8933         * builtins.c (fold_builtin_strchr): Remove function.
8934         (fold_builtin_strrchr): Likewise.
8935         (fold_builtin2): Remove strchr, index, strrchr, rindex cases.
8936         * gimple-fold.c (target_char_cst_p): New function.
8937         (gimple_fold_builtin_strchr) Add more foldings.
8938         (gimple_fold_builtin): Add index, strrchr, rindex cases.
8940 2016-10-05  Richard Biener  <rguenther@suse.de>
8942         PR middle-end/77863
8943         * genmatch.c (capture_info::walk_c_expr): Diagnose unknown
8944         capture ids in c-exprs.
8946 2016-10-05  Richard Biener  <rguenther@suse.de>
8948         PR middle-end/77826
8949         * genmatch.c (dt_operand::gen_match_op): Amend operand_equal_p
8950         with types_match for GIMPLE code gen to handle type mismatched
8951         constants properly.
8952         (dt_operand::gen): Adjust.
8953         * match.pd ((X /[ex] A) * A -> X): Properly handle converted
8954         and constant A.
8956 2016-10-05  Richard Biener  <rguenther@suse.de>
8958         * match.pd (copysign(x, CST) -> [-]abs (x)): New pattern.
8960 2016-10-05  Richard Biener  <rguenther@suse.de>
8962         PR middle-end/77842
8963         * genmatch.c (parser::parse_c_expr): Handle premature EOF.
8965 2016-10-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8967         * dwarf2out.c (dwarf2out_imported_module_or_decl): Move DWARF
8968         version check to protect only DW_TAG_imported_module generation.
8970 2016-10-05  Richard Biener  <rguenther@suse.de>
8972         PR middle-end/55152
8973         * match.pd (min(a,-a) -> -abs(a)): New pattern.
8975 2016-10-04  Ian Lance Taylor  <iant@golang.org>
8977         * explow.c (allocate_dynamic_stack_space): Call
8978         do_pending_stack_adjust before handling flag_split_stack.
8980 2016-10-04  David Malcolm  <dmalcolm@redhat.com>
8982         * genattrtab.c (make_internal_attr): Supply dummy column number to
8983         file_location ctor.
8984         (main): Likewise.
8985         * genoutput.c (init_insn_for_nothing): Likewise.
8986         * gensupport.c (add_define_attr): Likewise.
8987         * read-md.c (message_at_1): Print column number.
8988         (fatal_with_file_and_line): Likewise.
8989         (rtx_reader::read_char): Track column numbers.
8990         (rtx_reader::unread_char): Likewise.
8991         (rtx_reader::rtx_reader): Initialize m_read_md_colno.
8992         (rtx_reader::handle_include): Stash and restore m_read_md_colno.
8993         (rtx_reader::handle_file): Initialize m_read_md_colno.
8994         (rtx_reader::get_current_location): Supply column number to
8995         file_location ctor.
8996         * read-md.h (struct file_location): Add field "colno".
8997         (file_location::file_location): Likewise.
8998         (rtx_reader::get_colno): New accessor.
8999         (rtx_reader::m_read_md_colno): New field.
9000         (rtx_reader::m_last_line_colno): New field.
9002 2016-10-04  Jakub Jelinek  <jakub@redhat.com>
9004         * doc/extend.texi (Java Exceptions): Remove.
9005         (java_interface): Remove.
9007 2016-10-04  Doug Gilmore  <doug.gilmore@imgtec.com>
9009         PR tree-optimization/77808
9010         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Check base_addr
9011         and addr are different before copying points-to information.
9013 2016-10-04  Uros Bizjak  <ubizjak@gmail.com>
9015         * config/i386/x86-tune.def (X86_TUNE_VECTORIZE_DOUBLE): Remove.
9016         * config/i386/i386.h (TARGET_VECTORIZE_DOUBLE): Remove.
9017         * config/i386/i386.c (ix86_add_stmt_cost): Use TARGET_BONNEL instead
9018         of !TARGET_VECTORIZE_DOUBLE when penalizing DFmode vector ops.
9020 2016-10-04  Richard Biener  <rguenther@suse.de>
9022         PR tree-optimization/77399
9023         * tree-ssa-forwprop.c (simplify_vector_constructor): Properly
9024         verify the target can convert.
9026 2016-10-04  Richard Biener  <rguenther@suse.de>
9028         PR middle-end/77833
9029         * explow.c (plus_constant): Verify the mode of the constant
9030         pool offset before calling plus_constant.
9032 2016-10-04  Richard Biener  <rguenther@suse.de>
9034         PR middle-end/77407
9035         * match.pd (X / abs (X) -> X < 0 ? -1 : 1): Drop vector
9036         type support, mark with :C.
9037         (X / -X -> -1): Mark with :C.
9039 2016-10-04  Jakub Jelinek  <jakub@redhat.com>
9041         * defaults.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION): Remove.
9042         * system.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION): Poison.
9043         * doc/tm.texi.in (TARGET_USE_JCR_SECTION): Remove.
9044         * doc/tm.texi: Regenerated.
9045         * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Remove.
9046         * config/i386/cygming.h (TARGET_USE_JCR_SECTION): Remove.
9047         * config/darwin.h (JCR_SECTION_NAME): Remove.
9048         * config/pa/pa64-hpux.h (JCR_SECTION_NAME): Remove.
9049         * config/rs6000/aix71.h (TARGET_USE_JCR_SECTION): Remove.
9050         * config/rs6000/aix51.h (TARGET_USE_JCR_SECTION): Remove.
9051         * config/rs6000/aix52.h (TARGET_USE_JCR_SECTION): Remove.
9052         * config/rs6000/aix53.h (TARGET_USE_JCR_SECTION): Remove.
9053         * config/rs6000/aix61.h (TARGET_USE_JCR_SECTION): Remove.
9055 2016-10-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9057         * ipa-cp.c (propagate_bits_accross_jump_function): Introduce space
9058         between "because" and "param" in dump message in call to fprintf.
9060 2016-10-03  Jeff Law  <law@redhat.com>
9062         PR tree-optimization/71550
9063         PR tree-optimization/71403
9064         * tree-ssa-threadbackward.c: Include tree-vectorizer.h
9065         (profitable_jump_thread_path): Also return boolean indicating if
9066         the realized path will create an irreducible loop.
9067         Remove loop depth tests from 71403.
9068         (fsm_find_control_statement_thread_paths): Remove loop depth tests
9069         from 71403.  If threading will create an irreducible loop, then
9070         throw away loop iteration and related information.
9072 2016-10-03  Uros Bizjak  <ubizjak@gmail.com>
9074         * configure.ac (strict_warn): Merge -Wmissing-format-attribute and
9075         -Woverloaded-virtual checks for warning options.
9076         * configure: Regenerate.
9078 2016-10-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9080         PR preprocessor/77699
9081         * input.c (maybe_grow): Don't allocate one byte extra headroom.
9082         (get_next_line): Return false on error.
9083         (read_next_line): Removed, use get_next_line instead.
9084         (read_line_num): Don't copy the line.
9085         (location_get_source_line): Don't use static data.
9086         (selftest::test_reading_source_line): Add more test cases.
9088 2016-10-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9090         Revert
9091         2016-09-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9093         * ifcvt.c (noce_try_avoid_const_materialization): New function.
9094         (noce_process_if_block): Use it.
9096 2016-10-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9098         * doc/invoke.texi: Update -Wint-in-bool-context.
9100 2016-10-02  Jakub Jelinek  <jakub@redhat.com>
9102         * dwarf2out.c (output_fde, output_call_frame_info,
9103         dwarf2out_do_cfi_startproc, set_indirect_string,
9104         gen_internal_sym, output_die, output_line_info): Use
9105         MAX_ARTIFICIAL_LABEL_BYTES as char array sizes for
9106         ASM_GENERATE_INTERNAL_LABEL output.
9108 2016-10-01  Richard Biener  <rguenther@suse.de>
9110         PR middle-end/77798
9111         * genmatch.c (get_operand_type): Add operand position arg
9112         and handle COND_EXPR comparison operand with fixed boolean_type_node.
9113         (expr::gen_transform): Adjust.
9114         (dt_simplify::gen_1): Likewise.
9116 2016-10-01  Jakub Jelinek  <jakub@redhat.com>
9118         * config/i386/sse.md (<mask_codefor><code><mode>): Add FALLTHRU
9119         comments.  Simplify asserts, remove unnecessary conditions.
9120         Formatting fixes.
9121         (*<code><mode>3): Likewise.
9123 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
9125         * doc/invoke.texi (-Wregister): Document.
9127 2016-09-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9129         * configure.ac: Split CHECKING_P into CHECKING_P and
9130         ENABLE_EXTRA_CHECKING.
9131         * configure: Regenerated.
9132         * config.in: Adjust commment of CHECKING_P.  Add ENABLE_EXTRA_CHECKING.
9133         * common.opt (flag_checking): Use CHECKING_P and ENABLE_EXTRA_CHECKING.
9135 2016-09-30  Prasad Ghangal  <prasad.ghangal@gmail.com>
9137         PR other/31566
9138         * gcc.c (process_command): For @filename handling, output
9139         the correct name if the file does not exist.
9141 2016-09-30  Marek Polacek  <polacek@redhat.com>
9143         * config/aarch64/aarch64-simd.md: Adjust fall through comments.
9144         * config/alpha/predicates.md: Likewise.
9146 2016-09-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9148         * ifcvt.c (noce_try_avoid_const_materialization): New function.
9149         (noce_process_if_block): Use it.
9151 2016-09-30  Martin Liska  <mliska@suse.cz>
9153         * doc/invoke.texi: Document asan-use-after-return that
9154         it's disabled by default in runtime.
9156 2016-09-30  Richard Biener  <rguenther@suse.de>
9158         * tree-vrp.c (intersect_ranges): If we failed to handle
9159         the intersection choose a constant singleton range if available.
9161 2016-09-30  Richard Biener  <rguenther@suse.de>
9163         PR tree-optimization/77399
9164         * tree-ssa-forwprop.c (simplify_vector_constructor): Handle
9165         float <-> int conversions.
9167 2016-09-30  Alan Modra  <amodra@gmail.com>
9169         * config/rs6000/rs6000.c (rs6000_opt_vars): Revert last change.
9171 2016-09-29  Uros Bizjak  <ubizjak@gmail.com>
9173         * config/i386/driver-i386.c (host_detect_local_cpu): Check maximum
9174         ext_level before calling CPUID with 0x80000008.
9175         Simplify xgetbv checks.
9177 2016-09-29  David Malcolm  <dmalcolm@redhat.com>
9179         * Makefile.in (OBJS): Add print-rtl-function.o.
9180         * print-rtl-function.c: New file.
9181         * print-rtl.h (print_rtx_function): New decl.
9183 2016-09-29  Uros Bizjak  <ubizjak@gmail.com>
9185         PR target/77756
9186         * config/i386/cpuid.h (__get_cpuid_count): New.
9187         (__get_cpuid): Rename __level to __leaf.
9189 2016-09-29  Marek Polacek  <polacek@redhat.com>
9191         * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.
9193 2016-09-29  Bernd Schmidt  <bschmidt@redhat.com>
9195         PR target/77718
9196         * builtins.c (expand_builtin_memcmp): Don't swap args unless
9197         result is only being compared with zero.
9199 2016-09-29  Marek Polacek  <polacek@redhat.com>
9201         * dwarf2out.c (loc_descriptor): Add fall through comment.
9202         (add_const_value_attribute): Likewise.
9204 2016-09-29  Matthew Wahab  <matthew.wahab@arm.com>
9206         * config/arm/arm.md (*arm_movsi_insn): Replace "t2" arch attribute
9207         with "v6t2".  Move "arch" attribute above "pool_range".
9208         * config/arm/vfp.md (*arm_movhi_vfp): Replace "t2" arch attribute
9209         with "v6t2".
9210         (*thumb2_movhi_vfp): Likewise.
9211         (*arm_movhi_fp16): Likewise.
9212         (*thumb2_movhi_fp16): Likewise.
9213         (*arm_movsi_vfp): Remove "arch" attribute.
9214         (*thumb2_movsi_vfp): Likewise.
9216 2016-09-29  Martin Liska  <mliska@suse.cz>
9218         * doc/extend.texi: Remove limitation of Objective C for
9219         __attribute__((constructor)) and __attribute__((destructor)).
9221 2016-09-29  Richard Biener  <rguenther@suse.de>
9223         PR tree-optimization/77768
9224         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
9225         Handle stores to readonly memory when removing redundant stores.
9227 2016-09-29  Richard Biener  <rguenther@suse.de>
9229         PR middle-end/77407
9230         * match.pd: Add X / abs (X) -> X < 0 ? -1 : 1 and
9231         X / -X -> -1 simplifications.
9233 2016-09-29  Richard Biener  <rguenther@suse.de>
9235         PR middle-end/55152
9236         * match.pd: Add max(a,-a) -> abs(a) pattern.
9237         * tree-ssa-phiopt.c (minmax_replacement): Disable for
9238         HONOR_SIGNED_ZEROS types.
9240 2016-09-29  James Greenhalgh  <james.greenhalgh@arm.com>
9242         * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Remove.
9243         * system.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Poison.
9245 2016-09-29  Richard Biener  <rguenther@suse.de>
9247         * tree-vrp.c (set_defs_to_varying): New helper avoiding
9248         writing to vr_const_varying.
9249         (vrp_initialize): Call it.
9250         (vrp_visit_stmt): Likewise.
9251         (evrp_dom_walker::before_dom_children): Likewise.
9253 2016-09-29  Richard Biener  <rguenther@suse.de>
9255         * tree-vect-stmts.c (vectorizable_load): Avoid emitting vector
9256         constructors with vector elements.
9258 2016-09-29  Richard Biener  <rguenther@suse.de>
9260         PR tree-optimization/77768
9261         * tree-ssa-sccvn.c (visit_reference_op_store): Properly deal
9262         with stores to a place we know has a constant value.
9264 2016-09-29  Alan Modra  <amodra@gmail.com>
9266         * config/rs6000/sysv4.opt (mgnu-attribute): New option.
9267         * doc/invoke.texi: Document it.
9268         * config/rs6000/rs6000.c (HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE): Define.
9269         (rs6000_passes_float): Comment.
9270         (rs6000_passes_long_double): New static var.
9271         (call_ABI_of_interest): Return false unless rs6000_gnu_attr is set.
9272         (init_cumulative_args): Set up to emit fp .gnu_attribute for
9273         ELF 64-bit ABIs as well as 32-bit ELF.  Correct rs6000_passes_float
9274         to include fp values returned in vectors.
9275         Set rs6000_passes_long_double.
9276         (rs6000_function_arg_advance_1): Likewise for function args.
9277         (rs6000_elf_file_end): Emit fp .gnu_attribute for ELF 64-bit ABIs,
9278         and SPE.  Emit long double tag value too.
9279         (rs6000_opt_vars): Add gnu-attr.
9280         * configure.ac (HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE): New ppc32 test.
9281         * configure: Regenerate.
9282         * config.in: Regenerate.
9284 2016-09-28  Jakub Jelinek  <jakub@redhat.com>
9286         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead
9287         of 0 < x.
9288         (format_floating, format_string, format_directive,
9289         get_destination_size, pass_sprintf_length::handle_gimple_call):
9290         Likewise.
9292 2016-09-28  Jakub Jelinek  <jakub@redhat.com>
9294         * gimple-ssa-sprintf.c: Fix comment formatting.
9295         (format_integer): Use is_gimple_assign.
9296         (pass_sprintf_length::handle_gimple_call): Use gimple_call_builtin_p
9297         and gimple_call_fndecl.  Reorder case BUILT_IN_SPRINTF_CHK.  Fix up
9298         BUILT_IN_SNPRINTF_CHK comment.  Replace "to to" with "to" in comment.
9299         (pass_sprintf_length::execute): Use is_gimple_call.
9301 2016-09-28  Wilco Dijkstra  <wdijkstr@arm.com>
9303         * gimple-fold.c (gimple_fold_builtin): After failing to fold
9304         strchr, also try the generic folding.
9306 2016-09-28  Martin Sebor  <msebor@redhat.com>
9308         PR c/77762
9309         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
9310         Fix typos.
9312 2016-09-28  Martin Sebor  <msebor@redhat.com>
9314         PR middle-end/77683
9315         * gimple-ssa-sprintf.c (format_integer): Fail gracefully when
9316         length modifier is not expected.
9317         (format_floating): Ignore l length modifier and fail gracefuly
9318         when it isn't one of the other expected ones.
9320 2016-09-28  Martin Sebor  <msebor@redhat.com>
9322         PR bootstrap/77753
9323         * varasm.c (assemble_addr_to_section): Increase local buffer size.
9325 2016-09-27  Richard Biener  <rguenther@suse.de>
9327         * dwarf2out.c (cu_die_list): New global.
9328         (dwarf2out_finish): Walk cu_die_list instead of limbo DIEs.  Add
9329         main_comp_unit_die to cu_die_list if we created it.
9330         Move break_out_includes ...
9331         (dwarf2out_early_finish): ... here.  Push created CU DIEs onto
9332         the cu_die_list.
9334 2016-09-28  Richard Biener  <rguenther@suse.de>
9336         * dwarf2out.c (struct die_struct): Add removed flag.
9337         (lookup_type_die): If the DIE is marked as removed, clear
9338         TYPE_SYMTAB_DIE and return NULL.
9339         (lookup_decl_die): If the DIE is marked as removed, remove it
9340         from the hash and return NULL.
9341         (mark_removed): New helper.
9342         (prune_unused_types_prune): Call it for removed DIEs.
9343         (gen_subprogram_die): Move the premark_used_types call to after
9344         DIEs for the functions scopes are generated.
9345         (process_scope_var): Do not re-create pruned types or type decls.
9346         Make sure to also re-parent type decls.
9347         (dwarf2out_finish): Move unused type pruning and debug_types
9348         handling ...
9349         (dwarf2out_early_finish): ... here.
9351 2016-09-29  Claudiu Zissulescu  <claziss@synopsys.com>
9353         * config/arc/arc-c.c: New file.
9354         * config/arc/arc-c.def: Likewise.
9355         * config/arc/t-arc: Likewise.
9356         * config.gcc: Include arc-c.o as c and cpp object.
9357         * config/arc/arc-protos.h (arc_cpu_cpp_builtins): Add prototype.
9358         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Use
9359         arc_cpu_cpp_builtins.
9361 2016-09-29  Claudiu Zissulescu  <claziss@synopsys.com>
9363         * config/arc/arc.md (*rotrsi3_cnt1): New pattern.
9364         (*ashlsi2_cnt1, *lshrsi3_cnt1, *ashrsi3_cnt1): Likewise.
9366 2016-09-28  Nathan Sidwell  <nathan@acm.org>
9368         * gimple-pretty-print.c (dump_gimple_call_args): Simplify "' "
9369         printing.
9371 2016-09-28  Wilco Dijkstra  <wdijkstr@arm.com>
9373         PR tree-optimization/61056
9374         * gimple-fold.c (gimple_fold_builtin_strchr):
9375         New function to optimize strchr (s, 0) to strlen.
9376         (gimple_fold_builtin): Add BUILT_IN_STRCHR case.
9378 2016-09-27  Robin Dapp  <rdapp@linux.vnet.ibm.com>
9380         PR tree-optimization/77724
9381         * tree-vect-loop-manip.c (create_intersect_range_checks_index):
9382         Add tree_fits_shwi_p check.
9384 2016-09-27  Jakub Jelinek  <jakub@redhat.com>
9386         * auto-inc-dec.c (try_merge): Remove break after return.
9387         * cselib.c (autoinc_split): Likewise.
9388         * explow.c (promote_mode): Likewise.
9389         * fixed-value.c (fixed_arithmetic): Likewise.
9390         * hsa.c (hsa_internal_fn::get_arity): Likewise.
9391         * rtlanal.c (modified_between_p, modified_in_p): Likewise.
9392         * trans-mem.c (get_attrs_for): Likewise.
9393         * tree-if-conv.c (if_convertible_stmt_p): Likewise.
9394         * tree-vrp.c (simplify_stmt_using_ranges): Likewise.
9395         * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Likewise.
9396         * config/aarch64/aarch64.c (aarch64_get_condition_code_1): Likewise.
9397         * config/c6x/c6x.c (c6x_get_unit_specifier): Likewise.
9398         * config/cr16/cr16.c (legitimate_pic_operand_p): Likewise.
9399         * config/cris/cris.c (cris_op_str): Likewise.
9400         * config/mn10300/mn10300.c (cc_flags_for_code): Likewise.
9401         * config/tilepro/tilepro.c (tilepro_emit_setcc_internal_di): Likewise.
9403 2016-09-27  Nathan Sidwell  <nathan@codesourcery.com>
9405         * internal-fn.h (IFN_UNIQUE_CODES, IFN_GOACC_LOOP_CODES,
9406         IFN_GOACC_REDUCTION_CODES): New.
9407         (enum ifn_unique_kind, enum ifn_goacc_loop_kind, enum
9408         ifn_goacc_reduction_kind): Use them.
9409         * gimple-pretty-print.c (dump_gimple_call_args): Decode first arg
9410         of internal functions, when applicable.
9412 2016-09-27  Maciej W. Rozycki  <macro@imgtec.com>
9414         * config/mips/constraints.md (d): Fix documentation.
9415         * doc/md.texi (Machine Constraints): Update accordingly.
9417 2016-09-27  Richard Biener  <rguenther@suse.de>
9419         * dwarf2out.c (dwarf2out_init): Move text_section_line_info,
9420         cur_line_info_table initialization ...
9421         (dwarf2out_assembly_start): ... here.
9423 2016-09-27  Matthew Wahab  <matthew.wahab@arm.com>
9425         * config/arm/arm.md (*arm_movsi_insn): Add "arch" attribute.
9426         * config/arm/vfp.md (*arm_movhi_vfp): Likewise.
9427         (*thumb2_movhi_vfp): Likewise.
9428         (*arm_movhi_fp16): Remove predication operand from VMOV.F16
9429         template.  Expand predicable attribute to mark VMOV.F16 as not
9430         predicable.  Add "arch" attribute.
9431         (*thumb2_movhi_fp16): Likewise.
9432         (*arm_movsi_vfp): Break a long line.  Add "arch" attribute.
9433         (*thumb2_movsi_vfp): Add "arch" attribute.
9435 2016-09-27  David Edelsohn  <dje.gcc@gmail.com>
9437         * config/rs6000/rs6000.c (rs6000_output_symbol): Don't modify
9438         VAR_DECL string.
9440 2016-09-27  Marek Polacek  <polacek@redhat.com>
9442         * config/ia64/ia64.c (ia64_print_operand): Adjust fall through
9443         comment.
9445         * config/c6x/c6x.h: Adjust fall through comment.
9446         * config/sh/sh.c (final_prescan_insn): Likewise.
9447         * config/visium/visium.c (visium_expand_int_cstore): Likewise.
9448         (visium_expand_fp_cstore): Likewise.
9450 2016-09-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9452         * config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
9453         expected by -Wimplicit-fallthrough.
9454         (thumb1_size_rtx_costs): Likewise.
9455         (thumb2_reorg): Likewise.
9456         (tls_mentioned_p): Add "Fall through" comment.
9457         (thumb2_reorg): Likewise.
9458         * config/arm/arm-builtins.c (arm_expand_neon_args): Use "Fall through"
9459         comment form expected by -Wimplicit-fallthrough.
9461 2016-09-27  Martin Liska  <mliska@suse.cz>
9463         PR gcov-profile/46266
9464         * input.h (RESERVED_LOCATION_P): New macro.
9465         * profile.c (branch_prob): Use RESERVED_LOCATION_P and
9466         instread of comparison with UNKNOWN_LOCATION.
9468 2016-09-27  Richard Biener  <rguenther@suse.de>
9470         PR tree-optimization/77745
9471         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
9472         When removing redundant stores make sure to check compatibility
9473         of the TBAA state for downstream accesses.
9474         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise for when
9475         value-numbering virtual operands for store matches.
9477 2016-09-27  Oleg Endo  <olegendo@gcc.gnu.org>
9479         PR target/51244
9480         * config/sh/sh.c (sh_rtx_costs): Fix return value of SET of movt and
9481         movrt patterns.  Match them before anything else in the SET case.
9483 2016-09-27  Martin Liska  <mliska@suse.cz>
9485         PR gcov-profile/7970
9486         PR gcov-profile/16855
9487         PR gcov-profile/44779
9488         * coverage.c (build_gcov_exit_decl): New function.
9489         (coverage_obj_init): Call the function and generate __gcov_exit
9490         destructor.
9491         * doc/gcov.texi: Document when __gcov_exit function is called.
9493 2016-09-27  Marek Polacek  <polacek@redhat.com>
9495         PR bootstrap/77751
9496         * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
9497         insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Use
9498         -Wno-error instead of -Wno-implicit-fallthrough.
9500 2016-09-27  Martin Liska  <mliska@suse.cz>
9502         PR bootstrap/77749
9503         * gcov-counter.def: Remove GCOV_COUNTER_V_DELTA.
9505 2016-09-27  Jakub Jelinek  <jakub@redhat.com>
9507         * combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.
9508         * config/i386/i386.c (ix86_dep_by_shift_count_body): Add FALLTHROUGH
9509         comments.  Remove break after return.
9510         (ix86_fp_compare_code_to_integer, has_dispatch,
9511         ix86_simd_clone_usable): Remove break after return.
9513 2016-09-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9515         PR rlt-optimization/77714
9516         * lra-eliminations.c (eliminate_regs_in_insn): Avoid alias on
9517         REG_EQUAL note.
9519 2016-09-27  Kugan Vivekanandarajah  <kuganv@linaro.org>
9521         PR ipa/77677
9522         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Use
9523         extract_range_from_unary_expr to convert value_range.
9524         * tree-vrp.c (extract_range_from_unary_expr_1): Rename to.
9525         (extract_range_from_unary_expr): This.
9526         * tree-vrp.h (extract_range_from_unary_expr): Declare.
9528 2016-09-27  Segher Boessenkool  <segher@kernel.crashing.org>
9530         * config/rs6000/rs6000.md (movcc_internal1): Disparage using CTR or LR.
9532 2016-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9534         * config/i386/i386.c (ix86_print_operand)
9535         [HAVE_AS_IX86_CMOV_SUN_SYNTAX]: Add gcc_fallthrough.
9536         * config/sparc/sparc.c (check_pic): Add fallthrough comment.
9537         (epilogue_renumber): Likewise.
9539 2016-09-26  Kugan Vivekanandarajah  <kuganv@linaro.org>
9541         PR middle-end/77719
9542         * tree-ssa-reassoc.c (make_new_ssa_for_def): Use gimple_get_lhs
9543         to get lhs instead of gimple_assign_lhs as stmt can be builtins too.
9545 2016-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9547         * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
9548         is_mm_consume, is_mm_acquire, is_mm_release, is_mm_acq_rel,
9549         is_mm_seq_cst, is_mm_sync): Move to ...
9550         * memmodel.h: This.  New file.
9551         * builtins.c: Include memmodel.h.
9552         * optabs.c: Likewise.
9553         * tsan.c: Likewise.
9554         * config/aarch64/aarch64.c: Likewise.
9555         * config/alpha/alpha.c: Likewise.
9556         * config/arm/arm.c: Likewise.
9557         * config/i386/i386.c: Likewise.
9558         * config/ia64/ia64.c: Likewise.
9559         * config/mips/mips.c: Likewise.
9560         * config/rs6000/rs6000.c: Likewise.
9561         * config/sparc/sparc.c: Likewise.
9562         * genconditions.c: Include memmodel.h in generated file.
9563         * genemit.c: Likewise.
9564         * genoutput.c: Likewise.
9565         * genpeep.c: Likewise.
9566         * genpreds.c: Likewise.
9567         * genrecog.c: Likewise.
9569 2016-09-26  David Malcolm  <dmalcolm@redhat.com>
9571         * read-rtl.c (read_rtx_code): Rename local "i" to "idx", and use
9572         "c" instead when parsing characters.  Move operand parsing into...
9573         (read_rtx_operand): ...this new function, renaming "i" to "idx",
9574         and tightening the scope of various locals.
9576 2016-09-26  Liu Hao  <lh_mouse@126.com>
9578         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Fix typo.
9580 2016-09-26  Marek Polacek  <polacek@redhat.com>
9582         * system.h: Use __has_attribute to check whether the fallthrough
9583         attribute is supported.
9585 2016-09-26  Marek Polacek  <polacek@redhat.com>
9587         * ipa-inline-analysis.c (find_foldable_builtin_expect): Use
9588         gimple_call_internal_p.
9589         * ipa-split.c (find_return_bb): Likewise.
9590         (execute_split_functions): Likewise.
9591         * omp-low.c (dump_oacc_loop_part): Likewise.
9592         (oacc_loop_xform_head_tail): Likewise.
9593         * predict.c (predict_loops): Likewise.
9594         * sanopt.c (pass_sanopt::execute): Likewise.
9595         * tree-cfg.c (get_abnormal_succ_dispatcher): Likewise.
9596         * tree-parloops.c (oacc_entry_exit_ok_1): Likewise.
9597         * tree-stdarg.c (gimple_call_ifn_va_arg_p): Remove function.
9598         (expand_ifn_va_arg_1): Use gimple_call_internal_p.
9599         (expand_ifn_va_arg): Likewise.
9600         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
9601         (optimize_mask_stores): Likewise.
9602         * tree-vect-stmts.c (vect_simd_lane_linear): Likewise.
9603         (vect_transform_stmt): Likewise.
9604         * tree-vectorizer.c (vect_loop_vectorized_call): Likewise.
9605         * tsan.c (instrument_memory_accesses): Likewise.
9607 2016-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9608             Alexander Monakov  <amonakov@ispras.ru>
9610         * regrename.c (rename_chains): Check
9611         HARD_FRAME_POINTER_IS_FRAME_POINTER rather than
9612         HARD_FRAME_POINTER_REGNUM when picking unavailable registers.
9613         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
9615 2016-09-26  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9617         * config/s390/s390.c (s390_rtx_costs): Add /* fallthrough */.
9618         (s390_sched_score): Likewise.
9620 2016-09-26  Martin Liska  <mliska@suse.cz>
9622         * doc/gcov.texi: Update program output of gcov tool.
9624 2016-09-26  Martin Liska  <mliska@suse.cz>
9626         PR gcov-profile/23332
9627         * profile.c (instrument_values): Do not handle HIST_TYPE_CONST_DELTA.
9628         * tree-profile.c (gimple_gen_const_delta_profiler): Remove.
9629         * value-prof.c (dump_histogram_value): Do not handle
9630         HIST_TYPE_CONST_DELTA.
9631         (stream_in_histogram_value): Likewise.
9632         (gimple_find_values_to_profile): Likewise.
9633         * value-prof.h (enum hist_type): Likewise.
9635 2016-09-26  Martin Liska  <mliska@suse.cz>
9637         * common.opt: Exclude SANITIZE_UNREACHABLE and SANITIZE_RETURN
9638         from default sanitize recover values.
9639         * doc/invoke.texi: Fix documentation related to -fsanitize=leak,
9640         -fsanitize=address, -fsanitize=thread and -fsanitize-recover.
9641         * flag-types.h: Replace couple of 1 << x to 1UL << x, make it
9642         consistent.
9643         * opts.c (finish_options): Do a generic loop over options
9644         that can be recovered.
9645         (parse_sanitizer_options): Exclude SANITIZE_UNREACHABLE and
9646         SANITIZE_RETURN.
9647         (common_handle_option): Likewise.
9648         * opts.h: Declare can_recover to sanitizer_opts_s.
9650 2016-09-26  Andre Vieira  <andre.simoesdiasvieira@arm.com>
9652         * target.def(elf_flags_numeric): Change documentation to present tense.
9653         * doc/tm.texi: Regenerate.
9655 2016-09-26  Marek Polacek  <polacek@redhat.com>
9657         PR c/7652
9658         * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
9659         insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Add
9660         -Wno-switch-fallthrough.
9661         * builtins.c (expand_builtin_int_roundingfn_2): Add gcc_fallthrough.
9662         (expand_builtin): Likewise.
9663         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_libmass): Likewise.
9664         * convert.c (convert_to_real_1): Likewise.
9665         (convert_to_integer_1): Likewise.
9666         * final.c (output_alternate_entry_point): Likewise.
9667         * genattrtab.c (make_canonical): Likewise.
9668         (write_test_expr): Likewise.
9669         * genpreds.c (validate_exp): Likewise.
9670         * gimple-ssa-strength-reduction.c
9671         (find_candidates_dom_walker::before_dom_children): Likewise.
9672         * godump.c (go_format_type): Likewise.
9673         * reload1.c (elimination_effects): Likewise.
9674         * resource.c (mark_referenced_resources): Likewise.
9675         (mark_set_resources): Likewise.
9676         * tree-ssa-loop-ivopts.c (find_deriving_biv_for_expr): Likewise.
9677         * varasm.c (output_addressed_constants): Likewise.
9679 2016-09-26  Marek Polacek  <polacek@redhat.com>
9681         PR c/7652
9682         * common.opt (Wimplicit-fallthrough): New option.
9683         * doc/extend.texi: Document statement attributes and the fallthrough
9684         attribute.
9685         * doc/invoke.texi: Document -Wimplicit-fallthrough.
9686         * gimple.h (gimple_call_internal_p): New function.
9687         * gimplify.c (struct gimplify_ctx): Add in_switch_expr.
9688         (struct label_entry): New struct.
9689         (find_label_entry): New function.
9690         (case_label_p): New function.
9691         (collect_fallthrough_labels): New function.
9692         (last_stmt_in_scope): New function.
9693         (should_warn_for_implicit_fallthrough): New function.
9694         (warn_implicit_fallthrough_r): New function.
9695         (maybe_warn_implicit_fallthrough): New function.
9696         (expand_FALLTHROUGH_r): New function.
9697         (expand_FALLTHROUGH): New function.
9698         (gimplify_switch_expr): Call maybe_warn_implicit_fallthrough and
9699         expand_FALLTHROUGH for the innermost GIMPLE_SWITCH.
9700         (gimplify_label_expr): New function.
9701         (gimplify_case_label_expr): Set location.
9702         (gimplify_expr): Call gimplify_label_expr.
9703         * internal-fn.c (expand_FALLTHROUGH): New function.
9704         * internal-fn.def (FALLTHROUGH): New internal function.
9705         * langhooks.c (lang_GNU_OBJC): New function.
9706         * langhooks.h (lang_GNU_OBJC): Declare.
9707         * system.h (gcc_fallthrough): Define.
9708         * tree-core.h: Add FALLTHROUGH_LABEL_P comment.
9709         * tree.h (FALLTHROUGH_LABEL_P): Define.
9711 2016-09-26  Richard Biener  <rguenther@suse.de>
9713         * dwarf2out.c (stripattributes): Remove unused function.
9714         (DEBUG_NORM_MACINFO_SECTION): Rename to DEBUG_MACINFO_SECTION.
9715         Push dwarf_split_debug_info handling into init_sections_and_labels.
9716         (DEBUG_NORM_MACRO_SECTION): Likewise to DEBUG_MACRO_SECTION.
9717         (DEBUG_MACRO_SECTION_FLAGS): Remove.
9718         (debug_macinfo_section_name): New global.
9719         (output_macinfo): Use debug_macinfo_section_name.
9720         (init_sections_and_labels): Split out section and label generation
9721         from dwarf2out_init.  Set debug_macinfo_section_name.
9722         (dwarf2out_init): Move text section label generation and emission
9723         to ...
9724         (dwarf2out_assembly_start): ... here.
9725         (dwarf2out_finish): Call init_sections_and_labels before DWARF
9726         output starts.
9728 2016-09-26  Richard Biener  <rguenther@suse.de>
9730         PR debug/77692
9731         * cgraphunit.c (analyze_functions): Before early removing
9732         global vars calls the late_global_decl debug handler mark
9733         the variable as readonly.
9735 2016-09-25  Oleg Endo  <olegendo@gcc.gnu.org>
9737         PR target/51244
9738         * config/sh/sh.c (sh_movt_set_dest, sh_movrt_set_dest): Add overloads.
9739         (sh_rtx_costs): Handle SET of movt and movrt patterns.
9740         * cnofig/sh/sh-protos.h (sh_movt_set_dest, sh_movrt_set_dest): Forward
9741         declare new overloads.
9742         * config/sh/sh.md (*cset_zero): Add variant that takes a treg_set_expr
9743         operand.
9745 2016-09-24  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
9747         * config/rs6000/rs6000.c (expand_block_compare, do_load_for_compare):
9748         Change TARGET_LITTLE_ENDIAN to !BYTES_BIG_ENDIAN.
9750 2016-09-24  David Edelsohn  <dje.gcc@gmail.com>
9752         * configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.
9753         * configure: Regenerate.
9755 2016-09-24  Marek Polacek  <polacek@redhat.com>
9757         PR c/77490
9758         * doc/invoke.texi: Document -Wbool-operation.
9760 2016-09-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
9762         * config/rs6000/rs6000.md (cmpmemsi): New define_expand.
9763         * config/rs6000/rs6000.c (expand_block_compare): New function used by
9764         cmpmemsi pattern to do builtin expansion of memcmp ().
9765         (compute_current_alignment): Add helper function for
9766         expand_block_compare used to compute alignment as the compare proceeds.
9767         (select_block_compare_mode): Used by expand_block_compare to select
9768         the mode used for reading the next chunk of bytes in the compare.
9769         (do_load_for_compare): Used by expand_block_compare to emit the load
9770         insns for the compare.
9771         (rs6000_emit_dot_insn): Moved this function to avoid a forward
9772         reference from expand_block_compare ().
9773         * config/rs6000/rs6000-protos.h (expand_block_compare): Add a
9774         prototype for this function.
9775         * config/rs6000/rs6000.opt (mblock-compare-inline-limit): Add a new
9776         target option for controlling how much code inline expansion of
9777         memcmp() will be allowed to generate.
9779 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
9781         * hooks.c (hook_bool_bool_false, hook_bool_bool_gcc_optionsp_false,
9782         hook_bool_mode_false, hook_bool_mode_true,
9783         hook_bool_mode_const_rtx_false, hook_bool_mode_const_rtx_true,
9784         hook_bool_mode_rtx_false, hook_bool_mode_rtx_true,
9785         hook_bool_const_rtx_insn_const_rtx_insn_true,
9786         hook_bool_mode_uhwi_false, hook_void_FILEptr_constcharptr,
9787         hook_bool_FILEptr_rtx_false, hook_bool_gsiptr_false,
9788         hook_bool_const_tree_hwi_hwi_const_tree_false,
9789         hook_bool_const_tree_hwi_hwi_const_tree_true,
9790         default_can_output_mi_thunk_no_vcall, hook_int_uint_mode_1,
9791         hook_int_const_tree_0, hook_int_const_tree_const_tree_1,
9792         hook_int_rtx_0, hook_int_rtx_bool_0, hook_void_tree,
9793         hook_void_constcharptr, hook_void_tree_treeptr, hook_void_int_int,
9794         hook_bool_tree_false, hook_bool_const_tree_false, hook_bool_tree_true,
9795         hook_bool_const_tree_true, hook_bool_tree_tree_false,
9796         hook_bool_tree_tree_true, hook_bool_tree_bool_false,
9797         hook_bool_rtx_insn_true, hook_bool_rtx_false,
9798         hook_bool_uintp_uintp_false,
9799         hook_bool_rtx_mode_int_int_intp_bool_false, hook_rtx_rtx_null,
9800         hook_rtx_tree_int_null, hook_uint_mode_0,
9801         hook_constcharptr_const_tree_null, hook_tree_tree_int_treep_bool_null,
9802         hook_tree_tree_tree_null, hook_tree_tree_tree_tree_null,
9803         hook_constcharptr_const_rtx_insn_null,
9804         hook_constcharptr_const_tree_const_tree_null,
9805         hook_constcharptr_int_const_tree_null,
9806         hook_constcharptr_int_const_tree_const_tree_null,
9807         hook_tree_const_tree_null, hook_bool_rtx_insn_int_false,
9808         hook_void_rtx_insn_int, hook_void_gcc_optionsp): For arguments with
9809         ATTRIBUTE_UNUSED, remove parameter name as well as ATTRIBUTE_UNUSED.
9811         * vec.h (vNULL): Extend comment to say = vNULL initialization
9812         isn't needed for static vars.
9814         * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,
9815         loop_nests, s_i_d, last_added_blocks): Remove unnecessary
9816         = vNULL initialization of file scope vec.
9817         * passes.c (pass_tab, enabled_pass_uid_range_tab,
9818         disabled_pass_uid_range_tab): Likewise.
9819         * haifa-sched.c (sched_luids, h_i_d): Likewise.
9820         * tree-chkp-opt.c (check_infos): Likewise.
9821         * sel-sched.c (vec_av_set, vec_temp_moveop_nops): Likewise.
9823         * vec.h (vnull::operator vec): Add constexpr keyword for
9824         C++11 and later.
9826 2016-09-23  Doug Gilmore  <doug.gilmore@imgtec.com>
9828         PR tree-optimization/77654
9829         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Add call
9830         to duplicate_ssa_name_ptr_info.
9832 2016-09-23  David Malcolm  <dmalcolm@redhat.com>
9834         PR preprocessor/77672
9835         * input.c (selftest::test_lexer_string_locations_simple): Update
9836         test to expect location information of the terminator character
9837         at the location of the final closing quote.
9838         (selftest::test_lexer_string_locations_hex): Likewise.
9839         (selftest::test_lexer_string_locations_oct): Likewise.
9840         (selftest::test_lexer_string_locations_letter_escape_1): Likewise.
9841         (selftest::test_lexer_string_locations_letter_escape_2): Likewise.
9842         (selftest::test_lexer_string_locations_ucn4): Likewise.
9843         (selftest::test_lexer_string_locations_ucn8): Likewise.
9844         (selftest::test_lexer_string_locations_u8): Likewise.
9845         (selftest::test_lexer_string_locations_utf8_source): Likewise.
9846         (selftest::test_lexer_string_locations_concatenation_1): Likewise.
9847         (selftest::test_lexer_string_locations_concatenation_2): Likewise.
9848         (selftest::test_lexer_string_locations_concatenation_3): Likewise.
9849         (selftest::test_lexer_string_locations_macro): Likewise.
9850         (selftest::test_lexer_string_locations_long_line): Likewise.
9852 2016-09-23  Richard Biener  <rguenther@suse.de>
9854         * tree-ssa-sccvn.c (visit_reference_op_call): Value number
9855         virtual definition to virtual use if the call devirtualizes
9856         to a const or pure function.
9857         (visit_use): Also visit calls we can devirtualize to a
9858         const or pure function.
9860 2016-09-23  Richard Biener  <rguenther@suse.de>
9862         PR tree-optimization/77697
9863         * tree-ssa-forwprop.c (defcodefor_name): Remove bogus code,
9864         signal error if we have sth ternary or unhandled.
9866 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
9868         * config/arm/arm_neon.h (vabd_f16): New.
9869         (vabdq_f16): New.
9870         (vabs_f16): New.
9871         (vabsq_f16): New.
9872         (vadd_f16): New.
9873         (vaddq_f16): New.
9874         (vcage_f16): New.
9875         (vcageq_f16): New.
9876         (vcagt_f16): New.
9877         (vcagtq_f16): New.
9878         (vcale_f16): New.
9879         (vcaleq_f16): New.
9880         (vcalt_f16): New.
9881         (vcaltq_f16): New.
9882         (vceq_f16): New.
9883         (vceqq_f16): New.
9884         (vceqz_f16): New.
9885         (vceqzq_f16): New.
9886         (vcge_f16): New.
9887         (vcgeq_f16): New.
9888         (vcgez_f16): New.
9889         (vcgezq_f16): New.
9890         (vcgt_f16): New.
9891         (vcgtq_f16): New.
9892         (vcgtz_f16): New.
9893         (vcgtzq_f16): New.
9894         (vcle_f16): New.
9895         (vcleq_f16): New.
9896         (vclez_f16): New.
9897         (vclezq_f16): New.
9898         (vclt_f16): New.
9899         (vcltq_f16): New.
9900         (vcltz_f16): New.
9901         (vcltzq_f16): New.
9902         (vcvt_f16_s16): New.
9903         (vcvt_f16_u16): New.
9904         (vcvt_s16_f16): New.
9905         (vcvt_u16_f16): New.
9906         (vcvtq_f16_s16): New.
9907         (vcvtq_f16_u16): New.
9908         (vcvtq_s16_f16): New.
9909         (vcvtq_u16_f16): New.
9910         (vcvta_s16_f16): New.
9911         (vcvta_u16_f16): New.
9912         (vcvtaq_s16_f16): New.
9913         (vcvtaq_u16_f16): New.
9914         (vcvtm_s16_f16): New.
9915         (vcvtm_u16_f16): New.
9916         (vcvtmq_s16_f16): New.
9917         (vcvtmq_u16_f16): New.
9918         (vcvtn_s16_f16): New.
9919         (vcvtn_u16_f16): New.
9920         (vcvtnq_s16_f16): New.
9921         (vcvtnq_u16_f16): New.
9922         (vcvtp_s16_f16): New.
9923         (vcvtp_u16_f16): New.
9924         (vcvtpq_s16_f16): New.
9925         (vcvtpq_u16_f16): New.
9926         (vcvt_n_f16_s16): New.
9927         (vcvt_n_f16_u16): New.
9928         (vcvtq_n_f16_s16): New.
9929         (vcvtq_n_f16_u16): New.
9930         (vcvt_n_s16_f16): New.
9931         (vcvt_n_u16_f16): New.
9932         (vcvtq_n_s16_f16): New.
9933         (vcvtq_n_u16_f16): New.
9934         (vfma_f16): New.
9935         (vfmaq_f16): New.
9936         (vfms_f16): New.
9937         (vfmsq_f16): New.
9938         (vmax_f16): New.
9939         (vmaxq_f16): New.
9940         (vmaxnm_f16): New.
9941         (vmaxnmq_f16): New.
9942         (vmin_f16): New.
9943         (vminq_f16): New.
9944         (vminnm_f16): New.
9945         (vminnmq_f16): New.
9946         (vmul_f16): New.
9947         (vmul_lane_f16): New.
9948         (vmul_n_f16): New.
9949         (vmulq_f16): New.
9950         (vmulq_lane_f16): New.
9951         (vmulq_n_f16): New.
9952         (vneg_f16): New.
9953         (vnegq_f16): New.
9954         (vpadd_f16): New.
9955         (vpmax_f16): New.
9956         (vpmin_f16): New.
9957         (vrecpe_f16): New.
9958         (vrecpeq_f16): New.
9959         (vrnd_f16): New.
9960         (vrndq_f16): New.
9961         (vrnda_f16): New.
9962         (vrndaq_f16): New.
9963         (vrndm_f16): New.
9964         (vrndmq_f16): New.
9965         (vrndn_f16): New.
9966         (vrndnq_f16): New.
9967         (vrndp_f16): New.
9968         (vrndpq_f16): New.
9969         (vrndx_f16): New.
9970         (vrndxq_f16): New.
9971         (vrsqrte_f16): New.
9972         (vrsqrteq_f16): New.
9973         (vrecps_f16): New.
9974         (vrecpsq_f16): New.
9975         (vrsqrts_f16): New.
9976         (vrsqrtsq_f16): New.
9977         (vsub_f16): New.
9978         (vsubq_f16): New.
9980 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
9982         * config.gcc (extra_headers): Add arm_fp16.h
9983         * config/arm/arm_fp16.h: New.
9984         * config/arm/arm_neon.h: Include "arm_fp16.h".
9986 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
9988         * config/arm/arm_neon_builtins.def (vadd): New (v8hf, v4hf
9989         variants).
9990         (vmulf): New (v8hf, v4hf variants).
9991         (vfma): New (v8hf, v4hf variants).
9992         (vfms): New (v8hf, v4hf variants).
9993         (vsub): New (v8hf, v4hf variants).
9994         (vcage): New (v8hf, v4hf variants).
9995         (vcagt): New (v8hf, v4hf variants).
9996         (vcale): New (v8hf, v4hf variants).
9997         (vcalt): New (v8hf, v4hf variants).
9998         (vceq): New (v8hf, v4hf variants).
9999         (vcgt): New (v8hf, v4hf variants).
10000         (vcge): New (v8hf, v4hf variants).
10001         (vcle): New (v8hf, v4hf variants).
10002         (vclt): New (v8hf, v4hf variants).
10003         (vceqz): New (v8hf, v4hf variants).
10004         (vcgez): New (v8hf, v4hf variants).
10005         (vcgtz): New (v8hf, v4hf variants).
10006         (vcltz): New (v8hf, v4hf variants).
10007         (vclez): New (v8hf, v4hf variants).
10008         (vabd): New (v8hf, v4hf variants).
10009         (vmaxf): New (v8hf, v4hf variants).
10010         (vmaxnm): New (v8hf, v4hf variants).
10011         (vminf): New (v8hf, v4hf variants).
10012         (vminnm): New (v8hf, v4hf variants).
10013         (vpmaxf): New (v4hf variant).
10014         (vpminf): New (v4hf variant).
10015         (vpadd): New (v4hf variant).
10016         (vrecps): New (v8hf, v4hf variants).
10017         (vrsqrts): New (v8hf, v4hf variants).
10018         (vabs): New (v8hf, v4hf variants).
10019         (vneg): New (v8hf, v4hf variants).
10020         (vrecpe): New (v8hf, v4hf variants).
10021         (vrnd): New (v8hf, v4hf variants).
10022         (vrnda): New (v8hf, v4hf variants).
10023         (vrndm): New (v8hf, v4hf variants).
10024         (vrndn): New (v8hf, v4hf variants).
10025         (vrndp): New (v8hf, v4hf variants).
10026         (vrndx): New (v8hf, v4hf variants).
10027         (vrsqrte): New (v8hf, v4hf variants).
10028         (vmul_lane): Add v4hf and v8hf variants.
10029         (vmul_n): Add v4hf and v8hf variants.
10030         (vext): New (v8hf, v4hf variants).
10031         (vcvts): New (v8hi, v4hi variants).
10032         (vcvts): New (v8hf, v4hf variants).
10033         (vcvtu): New (v8hi, v4hi variants).
10034         (vcvtu): New (v8hf, v4hf variants).
10035         (vcvts_n): New (v8hf, v4hf variants).
10036         (vcvtu_n): New (v8hi, v4hi variants).
10037         (vcvts_n): New (v8hi, v4hi variants).
10038         (vcvtu_n): New (v8hf, v4hf variants).
10039         (vbsl): New (v8hf, v4hf variants).
10040         (vcvtas): New (v8hf, v4hf variants).
10041         (vcvtau): New (v8hf, v4hf variants).
10042         (vcvtms): New (v8hf, v4hf variants).
10043         (vcvtmu): New (v8hf, v4hf variants).
10044         (vcvtns): New (v8hf, v4hf variants).
10045         (vcvtnu): New (v8hf, v4hf variants).
10046         (vcvtps): New (v8hf, v4hf variants).
10047         (vcvtpu): New (v8hf, v4hf variants).
10049 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10051         * config/arm/arm-builtins.c (hf_UP): New.
10052         (si_UP): New.
10053         (vfp_builtin_data): New.  Update comment.
10054         (enum arm_builtins): Include "arm_vfp_builtins.def".
10055         (ARM_BUILTIN_VFP_PATTERN_START): New.
10056         (arm_init_vfp_builtins): New.
10057         (arm_init_builtins): Add arm_init_vfp_builtins.
10058         (arm_expand_vfp_builtin): New.
10059         (arm_expand_builtins): Update for arm_expand_vfp_builtin.  Fix
10060         long line.
10061         * config/arm/arm_vfp_builtins.def: New file.
10062         * config/arm/t-arm (arm.o): Add arm_vfp_builtins.def.
10063         (arm-builtins.o): Likewise.
10065 2016-09-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
10067         PR ipa/77677
10068         * ipa-cp.c (propagate_vr_accross_jump_function): Drop TREE_OVERFLOW
10069         from constant while creating value range.
10071 2016-09-23  Renlin Li  <renlin.li@arm.com>
10073         * ira.c (ira): Move ira_use_lra_p initialization code to ...
10074         (ira_init_once): Here.
10076 2016-09-23  Uros Bizjak  <ubizjak@gmail.com>
10077             Jakub Jelinek  <jakub@redhat.com>
10079         * hooks.h (hook_uint_uintp_false): Rename to...
10080         (hook_bool_uint_uintp_false): ... this.
10081         * hooks.c (hook_uint_uintp_false): Rename to...
10082         (hook_bool_uint_uintp_false): ... this.
10083         * target.def (elf_flags_numeric): Use hook_bool_uint_uintp_false
10084         instead of hook_uint_uintp_false.
10086 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10088         * config/arm/arm-builtins.c (arm_init_neon_builtin): New.
10089         (arm_init_builtins): Move body of a loop to the standalone
10090         function arm_init_neon_builtin.
10091         (arm_expand_neon_builtin_1): New.  Update comment.  Function body
10092         moved from arm_neon_builtin with some white-space fixes.
10093         (arm_expand_neon_builtin): Move code into the standalone function
10094         arm_expand_neon_builtin_1.
10096 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10098         * config/arm/iterators.md (VCVTHI): New.
10099         (NEON_VCMP): Add UNSPEC_VCLT and UNSPEC_VCLE.  Fix a long line.
10100         (NEON_VAGLTE): New.
10101         (VFM_LANE_AS): New.
10102         (VH_CVTTO): New.
10103         (V_reg): Add HF, V4HF and V8HF.  Fix white-space.
10104         (V_HALF): Add V4HF.  Fix white-space.
10105         (V_if_elem): Add HF, V4HF and V8HF.  Fix white-space.
10106         (V_s_elem): Likewise.
10107         (V_sz_elem): Fix white-space.
10108         (V_elem_ch): Likewise.
10109         (VH_elem_ch): New.
10110         (scalar_mul_constraint): Add V8HF and V4HF.
10111         (Is_float_mode): Fix white-space.
10112         (Is_d_reg): Add V4HF and V8HF.  Fix white-space.
10113         (q): Add HF.  Fix white-space.
10114         (float_sup): New.
10115         (float_SUP): New.
10116         (cmp_op_unsp): Add UNSPEC_VCALE and UNSPEC_VCALT.
10117         (neon_vfm_lane_as): New.
10118         * config/arm/neon.md (add<mode>3_fp16): New.
10119         (sub<mode>3_fp16): New.
10120         (mul<mode>3add<mode>_neon): New.
10121         (fma<VH:mode>4_intrinsic): New.
10122         (fmsub<VCVTF:mode>4_intrinsic): Fix white-space.
10123         (fmsub<VH:mode>4_intrinsic): New.
10124         (<absneg_str><mode>2): New.
10125         (neon_v<absneg_str><mode>): New.
10126         (neon_v<fp16_rnd_str><mode>): New.
10127         (neon_vrsqrte<mode>): New.
10128         (neon_vpaddv4hf): New.
10129         (neon_vadd<mode>): New.
10130         (neon_vsub<mode>): New.
10131         (neon_vmulf<mode>): New.
10132         (neon_vfma<VH:mode>): New.
10133         (neon_vfms<VH:mode>): New.
10134         (neon_vc<cmp_op><mode>): New.
10135         (neon_vc<cmp_op><mode>_fp16insn): New
10136         (neon_vc<cmp_op_unsp><mode>_fp16insn_unspec): New.
10137         (neon_vca<cmp_op><mode>): New.
10138         (neon_vca<cmp_op><mode>_fp16insn): New.
10139         (neon_vca<cmp_op_unsp><mode>_fp16insn_unspec): New.
10140         (neon_vc<cmp_op>z<mode>): New.
10141         (neon_vabd<mode>): New.
10142         (neon_v<maxmin>f<mode>): New.
10143         (neon_vp<maxmin>fv4hf: New.
10144         (neon_<fmaxmin_op><mode>): New.
10145         (neon_vrecps<mode>): New.
10146         (neon_vrsqrts<mode>): New.
10147         (neon_vrecpe<mode>): New (VH variant).
10148         (neon_vdup_lane<mode>_internal): New.
10149         (neon_vdup_lane<mode>): New.
10150         (neon_vcvt<sup><mode>): New (VCVTHI variant).
10151         (neon_vcvt<sup><mode>): New (VH variant).
10152         (neon_vcvt<sup>_n<mode>): New (VH variant).
10153         (neon_vcvt<sup>_n<mode>): New (VCVTHI variant).
10154         (neon_vcvt<vcvth_op><sup><mode>): New.
10155         (neon_vmul_lane<mode>): New.
10156         (neon_vmul_n<mode>): New.
10157         * config/arm/unspecs.md (UNSPEC_VCALE): New
10158         (UNSPEC_VCALT): New.
10159         (UNSPEC_VFMA_LANE): New.
10160         (UNSPECS_VFMS_LANE): New.
10162 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10164         * config/s390/s390.md ("*extzv<mode>_zEC12", "*extzv<mode>_z10")
10165         ("*extzv<mode><clobbercc_or_nocc>"):
10166         Correct a typo in a comment.
10167         Merged patterns.
10168         ("*insv<mode>_zEC12", "*insv<mode>_z10")
10169         ("*insv<mode><clobbercc_or_nocc>"): Ditto.
10170         ("*insv<mode>_zEC12_appendbitsleft")
10171         ("*insv<mode><clobbercc_or_nocc>_appendbitsleft")
10172         ("*insv<mode>_z10_appendbitsleft"): Ditto.
10173         ("*insv<mode>_zEC12_noshift", "*insv<mode>_z10_noshift")
10174         ("*insv<mode><clobbercc_or_nocc>_noshift"): Ditto.
10175         Provide pattern with operands switched.
10176         ("*pre_z10_extv<mode>"):
10177         Use new subst patterns.
10178         ("*extzvdi<clobbercc_or_nocc>_lshiftrt", "*<risbg_n>_ior_and_sr_ze")
10179         ("*extvsidi<clobbercc_or_nocc>", "*<risbg_n>_and_subregdi_rotr")
10180         ("*<risbg_n>_and_subregdi_rotl", "*<risbg_n>_di_and_rot")
10181         ("*insv_z10_noshift_cc", "*insv_z10_noshift_cconly")
10182         ("*<risbg_n>_<mode>_ior_and_lshiftrt")
10183         ("*<risbg_n>_sidi_ior_and_lshiftrt")
10184         ("*trunc_sidi_and_subreg_lshrt<clobbercc_or_nocc>"):
10185         New patterns.
10186         ("*extzv_<mode>_sll", "*extzv_<mode>_srl")
10187         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
10188         ("*extzv_<mode>_sll<clobbercc_or_nocc>"): Renamed patterns, use risbgn
10189         on zEC12.
10190         ("SINT"): New mode_iterator with SI, HI, QI.
10191         * config/s390/subst.md ("clobbercc_or_nocc_subst", "z10_or_zEC12_cond")
10192         ("clobbercc_or_nocc", "risbg_n"): New constructs for risbg pattern
10193         duplication.
10195 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10197         * config/s390/predicates.md ("contiguous_bitmask_operand"): Adapt to
10198         new interface of s390_contiguous_bitmask_p.
10199         ("contiguous_bitmask_nowrap_operand"): New predicate.
10200         ("*anddi3_cc", "*anddi3_cconly", "*anddi3"): Replace NxxDq with NxxDw.
10201         * config/s390/constraints.md ("NxxDw", "NxxSq"): Adapt to new interface
10202         of s390_contiguous_bitmask_p.
10203         ("NxxDw"): Rename NxxDq constraint to NxxDw.
10204         ("NxxSw"): New constraint.
10205         * config/s390/s390.md ("*andsi3_zarch"): Enable bitmask wraparound.
10206         * config/s390/s390-protos.h (s390_contiguous_bitmask_p): Updated
10207         interface.
10208         (s390_contiguous_bitmask_nowrap_p): Export.
10209         * config/s390/s390.c (s390_contiguous_bitmask_nowrap_p): New name of
10210         former s390_contiguous_bitmask_p.
10211         (s390_contiguous_bitmask_p): Use s390_contiguous_bitmask_nowrap_p to
10212         detect contiguous bit ranges with wraparound.  Change signature to
10213         return START and END position instead of POS and LENGTH.
10214         (s390_contiguous_bitmask_vector_p): Remove extra code for continous bit
10215         ranges with wraparound.
10216         (s390_extzv_shift_ok): Use s390_contiguous_bitmask_nowrap_p.
10217         (s390_contiguous_bitmask_vector_p,s390_extzv_shift_ok,print_operand):
10218         Adapt to new signature of s390_contiguous_bitmask_p.
10220 2016-09-23  Bin Cheng  <bin.cheng@arm.com>
10222         * tree-vect-loop-manip.c (create_intersect_range_checks_index): New.
10223         (create_intersect_range_checks): New.
10224         (vect_create_cond_for_alias_checks): Call above function.
10226 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10228         * config/arm/iterators.md (Code iterators): Fix some white-space
10229         in the comments.
10230         (GLTE): New.
10231         (ABSNEG): New
10232         (FCVT): Moved from vfp.md.
10233         (VCVT_HF_US_N): New.
10234         (VCVT_SI_US_N): New.
10235         (VCVT_HF_US): New.
10236         (VCVTH_US): New.
10237         (FP16_RND): New.
10238         (absneg_str): New.
10239         (FCVTI32typename): Moved from vfp.md.
10240         (sup): Add UNSPEC_VCVTA_S, UNSPEC_VCVTA_U, UNSPEC_VCVTM_S,
10241         UNSPEC_VCVTM_U, UNSPEC_VCVTN_S, UNSPEC_VCVTN_U, UNSPEC_VCVTP_S,
10242         UNSPEC_VCVTP_U, UNSPEC_VCVT_HF_S_N, UNSPEC_VCVT_HF_U_N,
10243         UNSPEC_VCVT_SI_S_N, UNSPEC_VCVT_SI_U_N,  UNSPEC_VCVTH_S_N,
10244         UNSPEC_VCVTH_U_N, UNSPEC_VCVTH_S and UNSPEC_VCVTH_U.
10245         (vcvth_op): New.
10246         (fp16_rnd_str): New.
10247         (fp16_rnd_insn): New.
10248         * config/arm/unspecs.md (UNSPEC_VCVT_HF_S_N): New.
10249         (UNSPEC_VCVT_HF_U_N): New.
10250         (UNSPEC_VCVT_SI_S_N): New.
10251         (UNSPEC_VCVT_SI_U_N): New.
10252         (UNSPEC_VCVTH_S): New.
10253         (UNSPEC_VCVTH_U): New.
10254         (UNSPEC_VCVTA_S): New.
10255         (UNSPEC_VCVTA_U): New.
10256         (UNSPEC_VCVTM_S): New.
10257         (UNSPEC_VCVTM_U): New.
10258         (UNSPEC_VCVTN_S): New.
10259         (UNSPEC_VCVTN_U): New.
10260         (UNSPEC_VCVTP_S): New.
10261         (UNSPEC_VCVTP_U): New.
10262         (UNSPEC_VCVTP_S): New.
10263         (UNSPEC_VCVTP_U): New.
10264         (UNSPEC_VRND): New.
10265         (UNSPEC_VRNDA): New.
10266         (UNSPEC_VRNDI): New.
10267         (UNSPEC_VRNDM): New.
10268         (UNSPEC_VRNDN): New.
10269         (UNSPEC_VRNDP): New.
10270         (UNSPEC_VRNDX): New.
10271         * config/arm/vfp.md (<absneg_str>hf2): New.
10272         (neon_vabshf): New.
10273         (neon_v<fp16_rnd_str>hf): New.
10274         (neon_vrndihf): New.
10275         (addhf3): New.
10276         (subhf3): New.
10277         (divhf3): New.
10278         (mulhf3): New.
10279         (*mulsf3neghf_vfp): New.
10280         (*negmulhf3_vfp): New.
10281         (*mulsf3addhf_vfp): New.
10282         (*mulhf3subhf_vfp): New.
10283         (*mulhf3neghfaddhf_vfp): New.
10284         (*mulhf3neghfsubhf_vfp): New.
10285         (fmahf4): New.
10286         (neon_vfmahf): New.
10287         (fmsubhf4_fp16): New.
10288         (neon_vfmshf): New.
10289         (*fnmsubhf4): New.
10290         (*fnmaddhf4): New.
10291         (neon_vsqrthf): New.
10292         (neon_vrsqrtshf): New.
10293         (FCVT): Move to iterators.md.
10294         (FCVTI32typename): Likewise.
10295         (neon_vcvth<sup>hf): New.
10296         (neon_vcvth<sup>si): New.
10297         (neon_vcvth<sup>_nhf_unspec): New.
10298         (neon_vcvth<sup>_nhf): New.
10299         (neon_vcvth<sup>_nsi_unspec): New.
10300         (neon_vcvth<sup>_nsi): New.
10301         (neon_vcvt<vcvth_op>h<sup>si): New.
10302         (neon_<fmaxmin_op>hf): New.
10304 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10306         * config/s390/s390.md (bitoff, bitoff_plus): Neq mode attributes.
10307         ("*extzv<mode>_zEC12", "*insv<mode>_zEC12", "*insv<mode>_z10")
10308         ("*insv<mode>_zEC12_appendbitsleft")
10309         ("*insv<mode>_z10_appendbitsleft", "*r<noxa>sbg_<mode>_sll")
10310         ("*r<noxa>sbg_<mode>_srl"): Use new attributes.
10312 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
10314         * ipa-cp.c (ipcp_store_vr_results): Avoid static local var zero.
10315         * sreal.h (sreal::min, sreal::max): Avoid static local vars,
10316         construct values without normalization.
10317         * tree-ssa-sccvn.c (vn_reference_lookup_3): Don't initialize
10318         static local lhs_ops to vNULL.
10320 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10321             Jiong Wang <jiong.wang@arm.com>
10323         * config/arm/arm.c (coproc_secondary_reload_class): Make HFmode
10324         available when FP16 instructions are available.
10325         (output_move_vfp): Add support for 16-bit data moves.
10326         (arm_validize_comparison): Fix some white-space.  Support HFmode
10327         by conversion to SFmode.
10328         * config/arm/arm.md (truncdfhf2): Fix a comment.
10329         (extendhfdf2): Likewise.
10330         (cstorehf4): New.
10331         (movsicc): Fix some white-space.
10332         (movhfcc): New.
10333         (movsfcc): Fix some white-space.
10334         (*cmovhf): New.
10335         * config/arm/vfp.md (*arm_movhi_vfp): Disable when VFP FP16
10336         instructions are available.
10337         (*thumb2_movhi_vfp): Likewise.
10338         (*arm_movhi_fp16): New.
10339         (*thumb2_movhi_fp16): New.
10340         (*movhf_vfp_fp16): New.
10341         (*movhf_vfp_neon): Disable when VFP FP16 instructions are available.
10342         (*movhf_vfp): Likewise.
10343         (extendhfsf2): Enable when VFP FP16 instructions are available.
10344         (truncsfhf2):  Enable when VFP FP16 instructions are available.
10346 2016-09-23  Martin Liska  <mliska@suse.cz>
10348         * config/s390/vx-builtins.md: Replace 'adress' with 'address'.
10350 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10352         * config/arm/arm.c (arm_evpc_neon_vuzp): Add support for V8HF and
10353         V4HF modes.
10354         (arm_evpc_neon_vtrn): Likewise.
10355         (arm_evpc_neon_vrev): Likewise.
10356         (arm_evpc_neon_vext): Likewise.
10357         * config/arm/arm_neon.h (vbsl_f16): New.
10358         (vbslq_f16): New.
10359         (vdup_n_f16): New.
10360         (vdupq_n_f16): New.
10361         (vdup_lane_f16): New.
10362         (vdupq_lane_f16): New.
10363         (vext_f16): New.
10364         (vextq_f16): New.
10365         (vmov_n_f16): New.
10366         (vmovq_n_f16): New.
10367         (vrev64_f16): New.
10368         (vrev64q_f16): New.
10369         (vtrn_f16): New.
10370         (vtrnq_f16): New.
10371         (vuzp_f16): New.
10372         (vuzpq_f16): New.
10373         (vzip_f16): New.
10374         (vzipq_f16): New.
10375         * config/arm/arm_neon_buillins.def (vdup_n): New (v8hf, v4hf variants).
10376         (vdup_lane): New (v8hf, v4hf variants).
10377         (vext): New (v8hf, v4hf variants).
10378         (vbsl): New (v8hf, v4hf variants).
10379         * config/arm/iterators.md (VDQWH): New.
10380         (VH): New.
10381         (V_double_vector_mode): Add V8HF and V4HF.  Fix white-space.
10382         (Scalar_mul_8_16): Fix white-space.
10383         (Is_d_reg): Add V4HF and V8HF.
10384         * config/arm/neon.md (neon_vdup_lane<mode>_internal): New.
10385         (neon_vdup_lane<mode>): New.
10386         (neon_vtrn<mode>_internal): Replace VDQW with VDQWH.
10387         (*neon_vtrn<mode>_insn): Likewise.
10388         (neon_vzip<mode>_internal): Likewise. Also fix white-space.
10389         (*neon_vzip<mode>_insn): Likewise
10390         (neon_vuzp<mode>_internal): Likewise.
10391         (*neon_vuzp<mode>_insn): Likewise
10392         * config/arm/vec-common.md (vec_perm_const<mode>): New.
10394 2016-09-23  Jiong Wang  <jiong.wang@arm.com>
10395             Matthew Wahab  <matthew.wahab@arm.com>
10397         * config/arm/arm.c (output_move_vfp): Weaken assert to allow HImode.
10398         (arm_hard_regno_mode_ok): Allow HImode values in VFP registers.
10399         * config/arm/arm.md (*movhi_bytes): Disable when VFP registers are
10400         available.  Also fix some white-space.
10401         * config/arm/vfp.md (*arm_movhi_vfp): New.
10402         (*thumb2_movhi_vfp): New.
10404 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10406         * config/arm/arm-c.c (arm_cpu_builtins): Define
10407         "__ARM_FEATURE_FP16_SCALAR_ARITHMETIC" and
10408         "__ARM_FEATURE_FP16_VECTOR_ARITHMETIC".
10410 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10412         * doc/sourcebuild.texi (ARM-specific attributes): Add anchor for
10413         arm_v8_1a_neon_ok.  Add entries for arm_v8_2a_fp16_scalar_ok,
10414         arm_v8_2a_fp16_scalar_hw, arm_v8_2a_fp16_neon_ok and
10415         arm_v8_2a_fp16_neon_hw.
10416         (Add options): Add entries for arm_v8_1a_neon, arm_v8_2a_scalar,
10417         arm_v8_2a_neon.
10419 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10421         * doc/sourcebuild.texi (ARM-specific attributes): Add entries for
10422         arm_fp16_alternative_ok and arm_fp16_none_ok.
10424 2016-09-23  Martin Liska  <mliska@suse.cz>
10426         * ipa-icf.c (sem_variable::merge): Replace adress with address.
10428 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10430         * config/arm/arm-arches.def ("armv8.1-a"): Add FL_CRC32.
10431         ("armv8.2-a"): New.
10432         ("armv8.2-a+fp16"): New.
10433         * config/arm/arm-protos.h (FL2_ARCH8_2): New.
10434         (FL2_FP16INST): New.
10435         (FL2_FOR_ARCH8_2A): New.
10436         * config/arm/arm-tables.opt: Regenerate.
10437         * config/arm/arm.c (arm_arch8_2): New.
10438         (arm_fp16_inst): New.
10439         (arm_option_override): Set arm_arch8_2 and arm_fp16_inst.  Check
10440         for incompatible fp16-format settings.
10441         * config/arm/arm.h (TARGET_VFP_FP16INST): New.
10442         (TARGET_NEON_FP16INST): New.
10443         (arm_arch8_2): Declare.
10444         (arm_fp16_inst): Declare.
10445         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for
10446         march=armv8.2-a and march=armv8.2-a+fp16.
10447         * config/arm/t-aprofile (Arch Matches): Add entries for armv8.2-a
10448         and armv8.2-a+fp16.
10449         * doc/invoke.texi (ARM Options): Add "-march=armv8.1-a",
10450         "-march=armv8.2-a" and "-march=armv8.2-a+fp16".
10452 2016-09-23  Martin Liska  <mliska@suse.cz>
10454         * doc/extend.texi: Remove fused-madd from i386 target options.
10456 2016-09-23  Martin Liska  <mliska@suse.cz>
10458         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
10459         Handle movbe.
10461 2016-09-23  Martin Liska  <mliska@suse.cz>
10463         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
10464         Handle crc32.
10466 2016-09-23  Martin Liska  <mliska@suse.cz>
10468         PR target/71652
10469         * config/i386/i386.c (ix86_option_override_internal): Change
10470         signature and return false when there's an error related to
10471         arch string.
10472         (release_options_strings): New function.
10473         (ix86_valid_target_attribute_tree): Call the function.
10475 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
10477         * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)
10478         instead of vec_safe_length (CONSTRUCTOR_ELTS (...)).
10479         (gen_hsa_ctor_assignment): Likewise.
10480         * print-tree.c (print_node): Likewise.
10481         * tree-dump.c (dequeue_and_dump): Likewise.
10482         * tree-sra.c (sra_modify_constructor_assign): Likewise.
10483         * expr.c (store_constructor): Likewise.
10484         * fold-const.c (operand_equal_p): Likewise.
10485         * tree-pretty-print.c (dump_generic_node): Likewise.
10486         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Likewise.
10487         * ipa-icf-gimple.c (func_checker::compare_operand): Likewise.
10489 2016-09-23  Richard Biener  <rguenther@suse.de>
10491         * hooks.h (hook_uint_uintp_false): Declare.
10493 2016-09-22  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
10495         * config/avr/avr.c (avr_rtx_costs_1): Handle DImode MULT.
10496         (avr_address_cost): Replace 61 with MAX_LD_OFFSET(mode).
10498 2016-09-22  Martin Sebor  <msebor@redhat.com>
10500         PR target/77676
10501         * gimple-ssa-sprintf.c (target_int_min, target_int_max): Use
10502         HOST_BITS_PER_WIDE_INT, make a static local variable auto.
10503         (target_int_min): Correct computation.
10504         (format_integer): Use long long as the argument for the ll length
10505         modifier.
10506         (format_floating): Use target_int_max().
10507         (get_string_length): Same.
10508         (format_string): Avoid setting the bounded flag for strings
10509         of unknown length.
10510         (try_substitute_return_value): Avoid setting range info when
10511         the result isn't bounded.
10512         * varasm.c (assemble_name): Increase buffer size.
10514 2016-09-22  Andre Vieira  <andre.simoesdiasvieira@arm.com>
10515             Terry Guo  <terry.guo@arm.com>
10517         * target.def (elf_flags_numeric): New target hook.
10518         * targhooks.h (default_asm_elf_flags_numeric): New.
10519         * varasm.c (default_asm_elf_flags_numeric): New.
10520         (default_elf_asm_named_section): Use new target hook.
10521         * config/arm/arm.opt (mpure-code): New.
10522         * config/arm/arm.h (SECTION_ARM_PURECODE): New.
10523         * config/arm/arm.c (arm_asm_init_sections): Add section
10524         attribute to default text section if -mpure-code.
10525         (arm_option_check_internal): Diagnose use of option with
10526         non supported targets and/or options.
10527         (arm_asm_elf_flags_numeric): New.
10528         (arm_function_section): New.
10529         (arm_elf_section_type_flags): New.
10530         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Disable
10531         for -mpure-code.
10532         * doc/texi (TARGET_ASM_ELF_FLAGS_NUMERIC): New.
10533         * doc/texi.in (TARGET_ASM_ELF_FLAGS_NUMERIC): Likewise.
10535 2016-09-22  Jan Hubicka  <hubicka@ucw.cz>
10537         * regcprop.c (copyprop_hardreg_forward_1): Remove noop moves.
10539 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10541         * emit-rtl.c (next_cc0_user): Make argument type rtx_insn *.
10542         * rtl.h: Adjust prototype.
10544 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10546         * emit-rtl.c (next_active_insn): Change argument type to rtx_insn *.
10547         (prev_active_insn): Likewise.
10548         (active_insn_p): Likewise.
10549         * rtl.h: Adjust prototypes.
10550         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
10551         * config/arc/arc.md: Likewise.
10552         * config/pa/pa.c (branch_to_delay_slot_p): Likewise.
10553         (branch_needs_nop_p): Likewise.
10554         (use_skip_p): Likewise.
10555         * config/sh/sh.c (gen_block_redirect): Likewise.
10556         (split_branches): Likewise.
10557         * reorg.c (optimize_skip): Likewise.
10558         (fill_simple_delay_slots): Likewise.
10559         (fill_slots_from_thread): Likewise.
10560         (relax_delay_slots): Likewise.
10561         * resource.c (mark_target_live_regs): Likewise.
10563 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10565         * config/cris/cris.c (cris_asm_output_case_end): Change argument
10566         type to rtx_insn *.
10567         * emit-rtl.c (next_nonnote_nondebug_insn): Likewise.
10568         (prev_nonnote_nondebug_insn): Likewise.
10569         * config/cris/cris-protos.h: Adjust prototype.
10570         * rtl.h: Likewise.
10571         * jump.c (rtx_renumbered_equal_p): Adjust.
10573 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10575         * emit-rtl.c (prev_real_insn): Change argument type to rtx_insn *.
10576         * rtl.h: Adjust prototype.
10577         * config/sh/sh.md: Adjust.
10578         * dwarf2out.c (add_var_loc_to_decl): Likewise.
10580 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10582         * emit-rtl.c (next_nondebug_insn): Change argument type to rtx_insn *.
10583         (prev_nondebug_insn): Likewise.
10584         * loop-doloop.c (doloop_condition_get): Likewise.
10585         * rtl.h: Adjust prototype.
10586         * cfgloop.h: Likewise.
10588 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10590         * emit-rtl.c (next_nonnote_insn): Change argument type to rtx_insn *.
10591         (prev_nonnote_insn): Likewise.
10592         * jump.c (reversed_comparison_code_parts): Likewise.
10593         (reversed_comparison): Likewise.
10594         * rtl.h: Adjust prototypes.
10595         * config/arc/arc.md: Adjust.
10596         * cse.c (find_comparison_args): Likewise.
10597         * reorg.c (redundant_insn): Change return type to rtx_insn *.
10598         (fix_reg_dead_note): Change argument type to rtx_insn *.
10599         (delete_prior_computation): Likewise.
10600         (delete_computation): Likewise.
10601         (fill_slots_from_thread): Adjust.
10602         (relax_delay_slots): Likewise.
10603         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
10604         (simplify_relational_operation_1): Likewise.
10605         (simplify_ternary_operation): Likewise.
10607 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10609         * config/arc/arc-protos.h (arc_label_align): Change type of
10610         variables from rtx to rtx_insn *.
10611         * config/arc/arc.c (arc_label_align): Likewise.
10612         * config/arm/arm.c (any_sibcall_could_use_r3): Likewise.
10613         * config/bfin/bfin.c (workaround_speculation): Likewise.
10614         * config/c6x/c6x.c (find_next_cycle_insn): Likewise.
10615         (find_last_same_clock): Likewise.
10616         (reorg_split_calls): Likewise.
10617         * config/cris/cris-protos.h (cris_cc0_user_requires_cmp): Likewise.
10618         * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise.
10619         * config/h8300/h8300-protos.h (same_cmp_preceding_p): Likewise.
10620         (same_cmp_following_p): Likewise.
10621         * config/h8300/h8300.c (same_cmp_preceding_p): Likewise.
10622         (same_cmp_following_p): Likwise.
10623         * config/m32r/m32r.c (m32r_expand_epilogue): Likewise.
10624         * config/nds32/nds32-protos.h (nds32_target_alignment): Likewise.
10625         * config/nds32/nds32.c (nds32_target_alignment): Likewise.
10626         * config/rl78/rl78.c (rl78_alloc_physical_registers_op2): Likewise.
10627         (rl78_alloc_physical_registers_cmp): Likewise.
10628         (rl78_alloc_physical_registers_umul): Likewise.
10629         (rl78_calculate_death_notes): Likewise.
10630         * config/s390/s390-protos.h (s390_label_align): Likewise.
10631         * config/s390/s390.c (s390_label_align): Likewise.
10632         * config/sh/sh.c (barrier_align): Likewise.
10633         * config/sparc/sparc-protos.h (emit_cbcond_nop): Likewise.
10634         * config/sparc/sparc.c (sparc_asm_function_epilogue): Likewise.
10635         (emit_cbcond_nop): Likewise.
10637 2016-09-22  Martin Liska  <mliska@suse.cz>
10639         PR ipa/77653
10640         * ipa-icf.c (sem_variable::merge): Yield merge operation if
10641         alias address matters, not necessarily address of original.
10643 2016-09-22  Richard Biener  <rguenther@suse.de>
10645         PR middle-end/77697
10646         * gimple-fold.c (fold_array_ctor_reference): Turn asserts into
10647         fold fails.
10649 2016-09-22  Richard Biener  <rguenther@suse.de>
10651         PR middle-end/77677
10652         * gimple-match-head.c (gimple_resimplify1): Drop TREE_OVERFLOW
10653         from constant folding results.
10654         (gimple_resimplify2): Likewise.
10655         (gimple_resimplify3): Likewise.
10657 2016-09-22  Richard Biener  <rguenther@suse.de>
10659         PR middle-end/77678
10660         * expr.c (expand_expr_real_1): Guard array access against negative
10661         offset.
10663 2016-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10665         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN instead
10666         of MPFR_RNDN.
10667         (format_floating): Likewise.
10669 2016-09-22  Jakub Jelinek  <jakub@redhat.com>
10671         PR fortran/77665
10672         * tree-inline.c (remap_gimple_stmt): Set has_simduid_loops
10673         for all IFN_GOMP_SIMD_* internal fns, not just for
10674         IFN_GOMP_SIMD_ORDERED_*.
10676 2016-09-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
10678         PR target/77670
10679         * config/rs6000/predicates.md (invert_fpmask_comparison_operator):
10680         New predicate that matches the ISA 3.0 XSCMP{EQ,GT,GE}DP
10681         instructions when you want to invert the test.
10682         * config/rs6000/rs6000.md (fpmask<mode>): Use the arguments in the
10683         correct order for XXSEL.
10684         (mov<SFDF:mode><SFDF2:mode>cc_invert_p9): Define the inverted test
10685         for using XSCMP{EQ,GT,GE}DP.
10687 2016-09-21  David Malcolm  <dmalcolm@redhat.com>
10689         * genconstants.c (main): Introduce noop_reader and convert call
10690         to read_md_files to a method call.
10691         * genenums.c (main): Likewise.
10692         * genmddeps.c (main): Likewise.
10693         * genpreds.c (write_tm_constrs_h): Replace use of "in_fname" with
10694         rtx_reader_ptr->get_top_level_filename ().
10695         (write_tm_preds_h): Likewise.
10696         (write_insn_preds_c): Likewise.
10697         * gensupport.c (class gen_reader): New subclass of rtx_reader.
10698         (rtx_handle_directive): Convert to...
10699         (gen_reader::handle_unknown_directive): ...this.
10700         (init_rtx_reader_args_cb): Convert return type from bool to
10701         rtx_reader *.  Create a gen_reader instance, using it for the
10702         call to read_md_files.  Return it if no errors occur.
10703         (init_rtx_reader_args): Convert return type from bool to
10704         rtx_reader *.
10705         * gensupport.h (init_rtx_reader_args_cb): Likewise.
10706         (init_rtx_reader_args_cb): Likewise.
10707         * read-md.c (struct file_name_list): Move to class rtx_reader.
10708         (read_md_file): Delete in favor of rtx_reader::m_read_md_file.
10709         (read_md_filename): Delete in favor of
10710         rtx_reader::m_read_md_filename.
10711         (read_md_lineno): Delete in favor of rtx_reader::m_read_md_lineno.
10712         (in_fname): Delete in favor of rtx_reader::m_toplevel_fname.
10713         (base_dir): Delete in favor of rtx_reader::m_base_dir.
10714         (first_dir_md_include): Delete in favor of
10715         rtx_reader::m_first_dir_md_include.
10716         (last_dir_md_include_ptr): Delete in favor of
10717         rtx_reader::m_last_dir_md_include_ptr.
10718         (max_include_len): Delete.
10719         (rtx_reader_ptr): New.
10720         (fatal_with_file_and_line): Use get_filename and get_lineno
10721         accessors of rtx_reader_ptr.
10722         (require_char_ws): Likewise.
10723         (rtx_reader::read_char): New method, based on ::read_char.
10724         (rtx_reader::unread_char): New method, based on ::unread_char.
10725         (read_escape): Use get_filename and get_lineno accessors of
10726         rtx_reader_ptr.
10727         (read_braced_string): Use get_lineno accessor of rtx_reader_ptr.
10728         (read_string): Use get_filename and get_lineno accessors of
10729         rtx_reader_ptr.
10730         (rtx_reader::rtx_reader): New ctor.
10731         (rtx_reader::~rtx_reader): New dtor.
10732         (handle_include): Convert from a function to...
10733         (rtx_reader::handle_include): ...this method, converting
10734         handle_directive from a callback to a virtual function.
10735         (handle_file): Likewise, converting to...
10736         (rtx_reader::handle_file): ...this method.
10737         (handle_toplevel_file): Likewise, converting to...
10738         (rtx_reader::handle_toplevel_file): ...this method.
10739         (rtx_reader::get_current_location): New method.
10740         (parse_include): Convert from a function to...
10741         (rtx_reader::add_include_path): ...this method, dropping redundant
10742         update to unused max_include_len.
10743         (read_md_files): Convert from a function to...
10744         (rtx_reader::read_md_files): ...this method, converting
10745         handle_directive from a callback to a virtual function.
10746         (noop_reader::handle_unknown_directive): New method.
10747         * read-md.h (directive_handler_t): Delete this typedef.
10748         (in_fname): Delete.
10749         (read_md_file): Delete.
10750         (read_md_lineno): Delete.
10751         (read_md_filename): Delete.
10752         (class rtx_reader): New class.
10753         (rtx_reader_ptr): New decl.
10754         (class noop_reader): New subclass of rtx_reader.
10755         (read_char): Reimplement in terms of rtx_reader::read_char.
10756         (unread_char): Reimplement in terms of rtx_reader::unread_char.
10757         (read_md_files): Delete.
10758         * read-rtl.c (read_rtx_code): Update for deletion of globals
10759         read_md_filename and read_md_lineno.
10761 2016-09-21  Jason Merrill  <jason@redhat.com>
10763         * input.h (from_macro_definition_at): New.
10765 2016-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
10767         * doc/rtl.texi (JUMP_LABEL): Document RETURN and SIMPLE_RETURN values.
10769 2016-09-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10771         PR tree-optimization/77550
10772         * tree-vect-stmts.c (create_array_ref): Change parameters.
10773         (get_group_alias_ptr_type): New function.
10774         (vectorizable_store, vectorizable_load): Use get_group_alias_ptr_type.
10776 2016-09-21  Marek Polacek  <polacek@redhat.com>
10778         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
10779         Add falls through comment.
10781 2016-09-21  Richard Biener  <rguenther@suse.de>
10783         * dwarf2out.c (remove_child_with_prev): Clear child->die_sib.
10784         (replace_child): Likewise.
10785         (remove_child_TAG): Adjust.
10786         (move_marked_base_types): Likewise.
10787         (prune_unused_types_prune): Clear die_sib of removed children.
10789 2016-09-21  Georg-Johann Lay  <avr@gjlay.de>
10791         PR target/77326
10792         * config/avr/avr.c (avr_notice_update_cc) [CC_NONE]: If insn
10793         touches some regs mentioned in cc_status, do CC_STATUS_INIT.
10795 2016-09-21  Richard Biener  <rguenther@suse.de>
10797         PR tree-optimization/77648
10798         * tree-ssa-structalias.c (process_constraint): Handle all DEREF
10799         with complex RHS.
10800         (make_transitive_closure_constraints): Adjust comment.
10801         (make_any_offset_constraints): New function.
10802         (handle_rhs_call): Make sure to first expand a pointer to all
10803         subfields before transitively closing it.
10804         (handle_const_call): Likewise.  Properly expand returned
10805         pointers as well.
10806         (handle_pure_call): Likewise.
10808 2016-09-21  Richard Biener  <rguenther@suse.de>
10809             Jakub Jelinek  <jakub@redhat.com>
10811         PR tree-optimization/77621
10812         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
10813         group at non-vectorizable stmts.
10815 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
10817         PR tree-optimization/72835
10818         * tree-ssa-reassoc.c (make_new_ssa_for_def): New.
10819         (make_new_ssa_for_all_defs): Likewise.
10820         (zero_one_operation): Replace all SSA_NAMEs defined in the chain.
10822 2016-09-20  Martin Sebor  <msebor@redhat.com>
10824         PR middle-end/49905
10825         * Makefile.in (OBJS): Add gimple-ssa-sprintf.o.
10826         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Redefine.
10827         * config/linux.c (gnu_libc_printf_pointer_format): New function.
10828         * config/sol2.h (TARGET_PRINTF_POINTER_FORMAT): Same.
10829         * config/sol2.c (solaris_printf_pointer_format): New function.
10830         * doc/invoke.texi (-Wformat-length, -fprintf-return-value): New
10831         options.
10832         * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Document.
10833         * doc/tm.texi: Regenerate.
10834         * gimple-fold.h (get_range_strlen): New function.
10835         (get_maxval_strlen): Declare existing function.
10836         * gimple-fold.c (get_range_strlen): Add arguments and compute both
10837         maximum and minimum.
10838          (get_range_strlen): Define overload.
10839         (get_maxval_strlen): Adjust.
10840         * gimple-ssa-sprintf.c: New file and pass.
10841         * passes.def (pass_sprintf_length): Add new pass.
10842         * targhooks.h (default_printf_pointer_format): Declare new function.
10843         (gnu_libc_printf_pointer_format): Same.
10844         (solaris_libc_printf_pointer_format): Same.
10845         * targhooks.c (default_printf_pointer_format): Define new function.
10846         * tree-pass.h (make_pass_sprintf_length): Declare new function.
10847         * print-tree.c: Increase buffer size.
10849 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
10851         * tree-vrp.c (get_value_range): Teach PARM_DECL to use ipa-vrp results.
10853 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
10855         * common.opt: New option -fipa-vrp.
10856         * ipa-cp.c (ipa_get_vr_lat): New.
10857         (ipcp_vr_lattice::print): Likewise.
10858         (print_all_lattices): Call ipcp_vr_lattice::print.
10859         (ipcp_vr_lattice::meet_with): New.
10860         (ipcp_vr_lattice::meet_with_1): Likewise.
10861         (ipcp_vr_lattice::top_p): Likewise.
10862         (ipcp_vr_lattice::bottom_p): Likewsie.
10863         (ipcp_vr_lattice::set_to_bottom): Likewise.
10864         (set_all_contains_variable): Call VR set_to_bottom.
10865         (initialize_node_lattices): Init VR lattices.
10866         (propagate_vr_accross_jump_function): New.
10867         (propagate_constants_accross_call): Call
10868         propagate_vr_accross_jump_function.
10869         (ipcp_store_vr_results): New.
10870         (ipcp_driver): Handle VR.
10871         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Handle VR.
10872         (ipa_set_jf_unknown): Likewise.
10873         (ipa_compute_jump_functions_for_edge): Likewise.
10874         (ipa_node_params_t::duplicate): Likewise.
10875         (ipa_write_jump_function): Likewise.
10876         (ipa_read_jump_function): Likewise.
10877         (write_ipcp_transformation_info): Likewise.
10878         (read_ipcp_transformation_info): Likewise.
10879         (ipcp_update_vr): New.
10880         (ipcp_transform_function): Handle VR.
10881         * ipa-prop.h (struct ipa_vr): New.
10882         * cgraph.c: Include tree-vrp.h.
10883         * cgraphunit.c: Likewise.
10884         * ipa-utils.c: Likewise.
10885         * ipa.c: Likewise.
10886         * opts.c: Likewise.
10887         * toplev.c: Likewise.
10888         * ipa-devirt.c: Likewise.
10889         * ipa-inline-transform.c: Likewise.
10890         * ipa-inline.c: Likewise.
10891         * ipa-profile.c: Likewise.
10893 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
10895         * doc/invoke.texi: Document -fdump-tree-evrp.
10896         * passes.def: Define new pass_early_vrp.
10897         * timevar.def: Define new TV_TREE_EARLY_VRP.
10898         * tree-pass.h (make_pass_early_vrp): New.
10899         * tree-ssa-propagate.c: Make replace_uses_in non static.
10900         * tree-ssa-propagate.h: Export replace_uses_in.
10901         * tree-vrp.c (extract_range_for_var_from_comparison_expr): New.
10902         (extract_range_from_assert): Factor out
10903         extract_range_for_var_from_comparison_expr.
10904         (vrp_initialize_lattice): New.
10905         (vrp_initialize): Factor out vrp_initialize_lattice.
10906         (vrp_valueize): Fix it to reject complex value ranges.
10907         (vrp_free_lattice): New.
10908         (evrp_dom_walker::before_dom_children): Likewise.
10909         (evrp_dom_walker::after_dom_children): Likewise.
10910         (evrp_dom_walker::push_value_range): Likewise.
10911         (evrp_dom_walker::pop_value_range): Likewise.
10912         (execute_early_vrp): Likewise.
10913         (execute_vrp): Call vrp_initialize_lattice and vrp_free_lattice.
10914         (make_pass_early_vrp): New.
10916 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
10918         * config/i386/i386.md (mult->ashift peephole2s): Use pow2p_hwi
10919         instead of exact_log2.
10921 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
10923         PR target/77621
10924         * config/i386/i386.c (ix86_preferred_simd_mode) <case DFmode>:
10925         Don't return word_mode for !TARGET_VECTORIZE_DOUBLE.
10926         (ix86_add_stmt_cost): Penalize DFmode vector operations
10927         for !TARGET_VECTORIZE_DOUBLE.
10929 2016-09-20  Gerald Pfeifer  <gerald@pfeifer.com>
10931         * doc/invoke.texi (Warning Options): Simplify language.
10932         (Optimize Options): Complete sentence.
10934 2016-09-20  David Edelsohn  <dje.gcc@gmail.com>
10936         * dbxout.c (xcoff_debug_hooks):  Add filename parameter to
10937         early_finish hook.
10939 2016-09-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
10941         PR target/71395
10942         * config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
10943         inits on power8 and above, use the VMRGEW instruction instead of a
10944         permute.
10946         * config/rs6000/altivec.md (UNSPEC_VMRGEW_DIRECT): New unspec.
10947         (p8_vmrgew_v4sf_direct): New VMRGEW insn for V4SF floating
10948         initialization.
10950 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
10952         * config/aarch64/arm_neon.h
10953         (vst2_s64, vst2_u64, vst2_f64, vst2_s8): Add missing attributes.
10954         (vst3_s64, vst3_u64, vst3_f64, vst3_s8): Likewise.
10955         (vst4_s64, vst4_u64, vst4_f64, vst4_s8): Likewise.
10957 2016-09-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10959         * config/var/vax.h (ELIMINABLE_REGS): Define.
10960         (INITIAL_ELIMINATION_OFFSET): Define.
10962 2016-09-20  Jakub Jelinek  <jakub@redhat.com>
10964         PR middle-end/77624
10965         * builtins.c (fold_builtin_atomic_always_lock_free): Only look through
10966         cast to void * if the cast is from some other pointer type.
10968 2016-09-20  Richard Biener  <rguenther@suse.de>
10970         PR tree-optimization/77646
10971         * tree-ssa-sccvn.c (visit_reference_op_call): Always value-number
10972         a VDEF.
10974 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
10976         * config/aarch64/arm_neon.h: Add gnu_inline and artificial
10977         attributes to all inlined functions and make them extern.
10979 2016-09-20  Richard Biener  <rguenther@suse.de>
10981         * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
10982         hook.
10983         * debug.c (do_nothing_debug_hooks): Adjust.
10984         * dbxout.c (dbx_debug_hooks): Likewise.
10985         * sdbout.c (sdb_debug_hooks): Likewise.
10986         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
10987         (dwarf2out_finish): Move producer, filename and
10988         path annotation ...
10989         (dwarf2out_early_finish): ... here.  Remove in_lto_p special-casing.
10990         * cgraphunit.c (symbol_table::finalize_compilation_unit): Adjust.
10992 2016-09-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10994         PR c++/77434
10995         * doc/invoke.texi: Document -Wint-in-bool-context.
10997         PR middle-end/77421
10998         * dwarf2out.c (output_loc_operands): Fix an assertion.
11000 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
11002         * ginclude/float.h [__STDC_WANT_IEC_60559_BFP_EXT__]
11003         (CR_DECIMAL_DIG): New macro.
11005 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
11007         * ginclude/stddef.h (max_align_t) [__i386__]: Add __float128
11008         element.
11010 2016-09-19  Vladimir Makarov  <vmakarov@redhat.com>
11012         PR rtl-optimization/77416
11013         * lra-remat.c (operand_to_remat): Process hard coded insn
11014         registers.
11016 2016-09-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11018         * simplify-rtx.c (simplify_relational_operation_1): Add transformation
11019         (GTU (PLUS a C) (C - 1)) --> (LTU a -C).
11021 2016-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
11023         * target.def (lra_p): Wordsmithing.
11024         * doc/tm.texi: Regenerate.
11026 2016-09-19  Jakub Jelinek  <jakub@redhat.com>
11027             Jan Hubicka  <jh@suse.cz>
11029         PR target/77587
11030         * cgraph.c (cgraph_node::rtl_info): Pass &avail to
11031         ultimate_alias_target call, return NULL if avail < AVAIL_AVAILABLE.
11032         Call ultimate_alias_target just once, not up to 4 times.
11034 2016-09-19  Richard Biener  <rguenther@suse.de>
11036         * dwarf2out.c (early_dwarf_finished): New global.
11037         (set_early_dwarf::set_early_dwarf): Assert early_dwarf_finished
11038         is false.
11039         (dwarf2out_early_finish): Set early_dwarf_finished at the end,
11040         if called from LTO exit early.
11041         (dwarf2out_late_global_decl): When being during the early
11042         debug phase do not add locations but only const value attributes.
11043         Adjust the way we generate early DIEs for LTO.
11045 2016-09-19  Richard Biener  <rguenther@suse.de>
11047         PR middle-end/77605
11048         * tree-data-ref.c (analyze_subscript_affine_affine): Use the
11049         proper niter to bound the loops.
11051 2016-09-19  Richard Biener  <rguenther@suse.de>
11053         PR tree-optimization/77514
11054         * tree-ssa-pre.c (create_expression_by_pieces): Optimize
11055         search for folded stmt.
11057 2016-09-17  Jan Hubicka  <hubicka@ucw.cz>
11059         * passes.def (pass_early_thread_jumps): Schedule after forwprop.
11060         * tree-pass.h (make_pass_early_thread_jumps): Declare.
11061         * tree-ssa-threadbackward.c (fsm_find_thread_path,
11062         fsm_find_thread_path, profitable_jump_thread_path,
11063         fsm_find_control_statement_thread_paths,
11064         find_jump_threads_backwards): Add speed_p parameter.
11065         (pass_data_early_thread_jumps): New pass.
11066         (make_pass_early_thread_jumps): New function.
11068 2016-09-17  Andreas Schwab  <schwab@suse.de>
11070         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Add cast.
11071         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
11073 2016-09-16  Eric Botcazou  <ebotcazou@adacore.com>
11075         * recog.c (rest_of_handle_split_after_reload): Delete.
11076         (pass_split_after_reload::gate): New method.
11077         (pass_split_after_reload::execute): Call split_all_insns directly.
11079 2016-09-16  Jonathan Wakely  <jwakely@redhat.com>
11081         * doc/extend.texi (Integer Overflow Builtins): Fix type of out
11082         parameters for functions taking long long arguments.
11084 2016-09-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11086         PR target/77613
11087         * config/rs6000/rs6000.c (rtx_is_swappable_p): Add support for
11088         splat with truncate.
11090 2016-09-16  Jason Merrill  <jason@redhat.com>
11092         * hwint.h (least_bit_hwi, pow2_or_zerop, pow2p_hwi, ctz_or_zero):
11093         New.
11094         * hwint.c (exact_log2): Use pow2p_hwi.
11095         (ctz_hwi, ffs_hwi): Use least_bit_hwi.
11096         * alias.c (memrefs_conflict_p): Use pow2_or_zerop.
11097         * builtins.c (get_object_alignment_2, get_object_alignment)
11098         (get_pointer_alignment, fold_builtin_atomic_always_lock_free): Use
11099         least_bit_hwi.
11100         * calls.c (compute_argument_addresses, store_one_arg): Use
11101         least_bit_hwi.
11102         * cfgexpand.c (expand_one_stack_var_at): Use least_bit_hwi.
11103         * combine.c (force_to_mode): Use least_bit_hwi.
11104         (contains_muldiv, find_split_point, combine_simplify_rtx)
11105         (simplify_if_then_else, simplify_set, force_to_mode)
11106         (if_then_else_cond, simplify_and_const_int_1)
11107         (simplify_compare_const): Use pow2p_hwi.
11108         * cse.c (fold_rtx): Use pow2p_hwi.
11109         * emit-rtl.c (set_mem_attributes_minus_bitpos, adjust_address_1):
11110         Use least_bit_hwi.
11111         * expmed.c (synth_mult, expand_divmod): Use ctz_or_zero, ctz_hwi.
11112         (init_expmed_one_conv): Use pow2p_hwi.
11113         * expr.c (is_aligning_offset): Use pow2p_hwi.
11114         * fold-const.c (round_up_loc, round_down_loc): Use pow2_or_zerop.
11115         (fold_binary_loc): Use pow2p_hwi.
11116         * function.c (assign_parm_find_stack_rtl): Use least_bit_hwi.
11117         * gimple-fold.c (gimple_fold_builtin_memory_op): Use pow2p_hwi.
11118         * gimple-ssa-strength-reduction.c (replace_ref): Use least_bit_hwi.
11119         * hsa-gen.c (gen_hsa_addr_with_align, hsa_bitmemref_alignment):
11120         Use least_bit_hwi.
11121         * ifcvt.c (noce_try_store_flag_constants): Use pow2p_hwi.
11122         * ipa-cp.c (ipcp_alignment_lattice::meet_with_1): Use least_bit_hwi.
11123         * ipa-prop.c (ipa_modify_call_arguments): Use least_bit_hwi.
11124         * omp-low.c (oacc_loop_fixed_partitions)
11125         (oacc_loop_auto_partitions): Use least_bit_hwi.
11126         * rtlanal.c (nonzero_bits1): Use ctz_or_zero.
11127         * stor-layout.c (place_field): Use least_bit_hwi.
11128         * tree-pretty-print.c (dump_generic_node): Use pow2p_hwi.
11129         * tree-sra.c (build_ref_for_offset): Use least_bit_hwi.
11130         * tree-ssa-ccp.c (ccp_finalize): Use least_bit_hwi.
11131         * tree-ssa-math-opts.c (bswap_replace): Use least_bit_hwi.
11132         * tree-ssa-strlen.c (handle_builtin_memcmp): Use pow2p_hwi.
11133         * tree-vect-data-refs.c (vect_analyze_group_access_1)
11134         (vect_grouped_store_supported, vect_grouped_load_supported)
11135         (vect_permute_load_chain, vect_shift_permute_load_chain)
11136         (vect_transform_grouped_load): Use pow2p_hwi.
11137         * tree-vect-generic.c (expand_vector_divmod): Use ctz_or_zero.
11138         * tree-vect-patterns.c (vect_recog_divmod_pattern): Use ctz_or_zero.
11139         * tree-vect-stmts.c (vectorizable_mask_load_store): Use
11140         least_bit_hwi.
11141         * tsan.c (instrument_expr): Use least_bit_hwi.
11142         * var-tracking.c (negative_power_of_two_p): Use pow2_or_zerop.
11144 2016-09-16  Andreas Schwab  <schwab@suse.de>
11146         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use parameter
11147         OFFSET, not offset.
11148         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
11150 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
11152         PR target/77526
11153         * combine.c (rest_of_handle_combine): If any edges have been purged,
11154         free dominators if available.
11156 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
11157             Eric Botcazou  <ebotcazou@adacore.com>
11159         PR middle-end/77594
11160         * internal-fn.c (expand_arith_overflow) <case MINUS_EXPR>: Don't fall
11161         through into expand_addsub_overflow after expand_neg_overflow.
11163 2016-09-15  David Malcolm  <dmalcolm@redhat.com>
11165         * diagnostic-show-locus.c
11166         (selftest::test_fixit_insert_containing_newline): New function.
11167         (selftest::test_fixit_replace_containing_newline): New function.
11168         (selftest::diagnostic_show_locus_c_tests): Call the above.
11170 2016-09-15  Bin Cheng  <bin.cheng@arm.com>
11172         PR tree-optimization/77503
11173         * tree-vect-loop.c (vectorizable_reduction): Record reduction
11174         code for CONST_COND_REDUCTION at analysis stage and use it at
11175         transform stage.
11176         * tree-vectorizer.h (struct _stmt_vec_info): New field.
11177         (STMT_VINFO_VEC_CONST_COND_REDUC_CODE): New macro.
11178         * tree-vect-stmts.c (new_stmt_vec_info): Initialize above new
11179         field.
11181 2016-09-15  Richard Biener  <rguenther@suse.de>
11183         PR middle-end/77544
11184         * fold-const.c (split_tree): Do not split constant ~X.
11186 2016-09-15  Jakub Jelinek  <jakub@redhat.com>
11188         PR rtl-optimization/77425
11189         * sched-int.h (sd_iterator_cond): Don't update it_ptr->linkp if list
11190         is NULL.
11192         PR middle-end/77475
11193         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Simplify,
11194         use %qs instead of %s where desirable, use argument instead of arg in
11195         the diagnostic wording, add list of supported strategies and
11196         spellcheck hint.
11197         (ix86_option_override_internal): Emit target("m...") instead of
11198         option("m...") in the diagnostic.  Use %qs instead of %s in invalid
11199         -march/-mtune option diagnostic.  Add list of supported arches/tunings
11200         and spellcheck hint.  Remove prefix, suffix and sw variables, use
11201         main_args_p ? "..." : "..." in diagnostics to make translation
11202         possible.
11204 2016-09-15  Richard Biener  <rguenther@suse.de>
11206         * dwarf2asm.h (dw2_asm_output_offset): Add overload with
11207         extra offset argument.
11208         * dwarf2asm.c (dw2_asm_output_offset): Implement that.
11209         * doc/tm.texi.in (ASM_OUTPUT_DWARF_OFFSET): Adjust documentation
11210         to reflect new offset parameter.
11211         * doc/tm.texi: Regenerate.
11212         * config/darwin.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
11213         * config/darwin-protos.h (darwin_asm_output_dwarf_delta): Add
11214         offset argument.
11215         (darwin_asm_output_dwarf_offset): Likewise.
11216         * config/darwin.c (darwin_asm_output_dwarf_delta): Add offset
11217         argument.
11218         (darwin_asm_output_dwarf_offset): Pass offset argument through.
11219         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
11220         * config/i386/cygmin.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
11222 2016-09-15  Chung-Lin Tang  <cltang@codesourcery.com>
11224         PR fortran/72743
11225         * ipa-icf.c (set_alias_uids): New function.
11226         (sem_variable::merge): Use set_alias_uids to set DECL_PT_UID of
11227         all the merged variable's referring aliases.
11229 2016-09-15  Richard Biener  <rguenther@suse.de>
11231         PR tree-optimization/77514
11232         * tree-ssa-pre.c (create_expression_by_pieces): Handle garbage
11233         only forced_stmts sequence.
11235 2016-09-15  Kugan Vivekanandarajah  <kuganv@linaro.org>
11237         * tree-ssanames.h (FOR_EACH_SSA_NAME): New.
11238         * cfgexpand.c (update_alias_info_with_stack_vars): Use
11239         FOR_EACH_SSA_NAME to iterate over SSA variables.
11240         (pass_expand::execute): Likewise.
11241         * omp-simd-clone.c (ipa_simd_modify_function_body): Likewise.
11242         * tree-cfg.c (dump_function_to_file): Likewise.
11243         * tree-into-ssa.c (pass_build_ssa::execute): Likewise.
11244         (update_ssa): Likewise.
11245         * tree-ssa-alias.c (dump_alias_info): Likewise.
11246         * tree-ssa-ccp.c (ccp_finalize): Likewise.
11247         * tree-ssa-coalesce.c (build_ssa_conflict_graph): Likewise.
11248         (create_outofssa_var_map): Likewise.
11249         (coalesce_ssa_name): Likewise.
11250         * tree-ssa-operands.c (dump_immediate_uses): Likewise.
11251         * tree-ssa-pre.c (compute_avail): Likewise.
11252         * tree-ssa-sccvn.c (init_scc_vn): Likewise.
11253         (scc_vn_restore_ssa_info): Likewise.
11254         (free_scc_vn): Likwise.
11255         (run_scc_vn): Likewise.
11256         * tree-ssa-structalias.c (compute_points_to_sets): Likewise.
11257         * tree-ssa-ter.c (new_temp_expr_table): Likewise.
11258         * tree-ssa-copy.c (fini_copy_prop): Likewise.
11259         * tree-ssa.c (verify_ssa): Likewise.
11261 2016-09-14  Matthew Fortune  <matthew.fortune@imgtec.com>
11263         * config.gcc (mips*-mti-elf*, mips*-mti-linux*): Set mips32r2
11264         and mips64r2 as default 32-bit and 64-bit architectures.
11265         (mips*-img-elf*, mips*-img-linux*): Set mips32r6 and mips64r6
11266         as default 32-bit and 64-bit architectures.
11268 2016-09-14  Pat Haugen  <pthaugen@us.ibm.com>
11270         * loop-unroll.c (unroll_loop_runtime_iterations): Set probability
11271         of succ edge.
11273 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
11275         * target.def (lra_p): Change commentary (for the manual) for the
11276         new default.
11277         * doc/tm.texi: Regenerate.
11279 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
11281         * config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
11282         * config/arm/arm.c (TARGET_LRA_P): Delete macro.
11283         * config/i386/i386.c (TARGET_LRA_P): Delete macro.
11284         * config/nds32/nds32.c (TARGET_LRA_P): Delete macro.
11286 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
11288         * targhooks.c (default_lra_p): Return true instead of false.
11290 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
11292         * config/alpha/alpha.c (TARGET_LRA_P): New macro, defined to
11293         hook_bool_void_false.
11294         * config/avr/avr.c: Ditto.
11295         * config/bfin/bfin.c: Ditto.
11296         * config/c6x/c6x.c: Ditto.
11297         * config/cr16/cr16.c: Ditto.
11298         * config/cris/cris.c: Ditto.
11299         * config/epiphany/epiphany.c: Ditto.
11300         * config/fr30/fr30.c: Ditto.
11301         * config/frv/frv.c: Ditto.
11302         * config/h8300/h8300.c: Ditto.
11303         * config/ia64/ia64.c: Ditto.
11304         * config/iq2000/iq2000.c: Ditto.
11305         * config/lm32/lm32.c: Ditto.
11306         * config/m32c/m32c.c: Ditto.
11307         * config/m32r/m32r.c: Ditto.
11308         * config/m68k/m68k.c: Ditto.
11309         * config/mcore/mcore.c: Ditto.
11310         * config/microblaze/microblaze.c: Ditto.
11311         * config/mmix/mmix.c: Ditto.
11312         * config/mn10300/mn10300.c: Ditto.
11313         * config/moxie/moxie.c: Ditto.
11314         * config/msp430/msp430.c: Ditto.
11315         * config/nios2/nios2.c: Ditto.
11316         * config/nvptx/nvptx.c: Ditto.
11317         * config/pa/pa.c: Ditto.
11318         * config/pdp11/pdp11.c: Ditto.
11319         * config/rl78/rl78.c: Ditto.
11320         * config/sparc/sparc.c: Ditto.
11321         * config/spu/spu.c: Ditto.
11322         * config/stormy16/stormy16.c: Ditto.
11323         * config/tilegx/tilegx.c: Ditto.
11324         * config/tilepro/tilepro.c: Ditto.
11325         * config/v850/v850.c: Ditto.
11326         * config/vax/vax.c: Ditto.
11327         * config/visium/visium.c: Ditto.
11328         * config/xtensa/xtensa.c: Ditto.
11330 2016-09-14  Jakub Jelinek  <jakub@redhat.com>
11332         PR sanitizer/68260
11333         * tsan.c: Include target.h.
11334         (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
11335         (BOOL_CLEAR, BOOL_TEST_AND_SET): Define.
11336         (tsan_atomic_table): Add BUILT_IN_ATOMIC_CLEAR and
11337         BUILT_IN_ATOMIC_TEST_AND_SET entries.
11338         (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
11340 2016-09-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11341             Martin Liska  <mliska@suse.cz>
11343         PR middle-end/77574
11344         * predict.c (force_edge_cold): Add braces to a condition.
11346 2016-09-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11348         PR rtl-optimization/77289
11349         * lra-constraints.c (get_final_hard_regno): Removed.
11350         (get_hard_regno): Add new parameter final_p.
11351         (get_reg_class): Directly call lra_get_elimination_hard_regno.
11352         (operands_match_p): Adjust call to get_hard_regno.
11353         (uses_hard_regs_p): Likewise.
11354         (process_alt_operands): Likewise.
11356 2016-09-13  Joe Seymour  <joe.s@somniumtech.com>
11358         PR target/70713
11359         * config/msp430/msp430.c (msp430_start_function): Emit an error
11360         if a function is both weak and specifies an interrupt number.
11362 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
11364         PR tree-optimization/77454
11365         * tree-ssa-dom.c (optimize_stmt): Set modified flag on stmt after
11366         changing GIMPLE_COND.  Move update_stmt_if_modified call after this.
11367         Formatting fix.
11369 2016-09-13  Tamar Christina  <tamar.christina@arm.com>
11371         * config/aarch64/aarch64-builtins.c
11372         (aarch64_init_simd_builtins): Fix builtin type signature printing.
11374 2016-09-13  Uros Bizjak  <ubizjak@gmail.com>
11376         * config/alpha/alpha.c (alpha_pass_by_reference): Pass un-named
11377         SFmode and SCmode arguments by reference.
11379 2016-09-13  David Malcolm  <dmalcolm@redhat.com>
11381         * diagnostic-show-locus.c (selftest::test_one_liner_fixit_insert):
11382         Rename to...
11383         (selftest::test_one_liner_fixit_insert_before): ...this, and update
11384         for renaming of add_fixit_insert to add_fixit_insert_before.
11385         (selftest::test_one_liner_fixit_insert_after): New function.
11386         (selftest::test_one_liner_fixit_validation_adhoc_locations):
11387         Update for renaming of add_fixit_insert to add_fixit_insert_before.
11388         (selftest::test_one_liner_many_fixits): Likewise.
11389         (selftest::test_diagnostic_show_locus_one_liner): Update for
11390         renaming, call new test function.
11391         (selftest::test_diagnostic_show_locus_fixit_lines): Update for
11392         renaming of add_fixit_insert to add_fixit_insert_before.
11393         (selftest::test_fixit_consolidation): Likewise.
11394         * diagnostic.c (selftest::test_print_parseable_fixits_insert):
11395         Likewise.
11396         * edit-context.c (selftest::test_applying_fixits_insert): Rename to...
11397         (selftest::test_applying_fixits_insert_before): ...this.
11398         (selftest::test_applying_fixits_insert): Update for renaming of
11399         add_fixit_insert to add_fixit_insert_before.
11400         (selftest::test_applying_fixits_insert_after): New function.
11401         (selftest::test_applying_fixits_insert_after_at_line_end): New
11402         function.
11403         (selftest::test_applying_fixits_insert_after_failure): New function.
11404         (selftest::test_applying_fixits_multiple): Update for renaming of
11405         add_fixit_insert to add_fixit_insert_before.
11406         (selftest::change_line): Likewise.
11407         (selftest::test_applying_fixits_unreadable_file): Likewise.
11408         (selftest::test_applying_fixits_line_out_of_range): Likewise.
11409         (selftest::test_applying_fixits_column_validation): Likewise.
11410         (selftest::test_applying_fixits_column_validation): Likewise.
11411         (selftest::edit_context_c_tests): Update for renamed test function;
11412         call new test functions.
11414 2016-09-13  Pat Haugen  <pthaugen@us.ibm.com>
11416         PR tree-optimization/77536
11417         PR rtl-optimization/68212
11418         * config/rs6000/rs6000.md (div->recip splitter): Remove
11419         optimize_insn_for_speed_p condition.
11421 2016-09-13  Maciej W. Rozycki  <macro@imgtec.com>
11423         * optabs.c (prepare_cmp_insn): Update documentation comment.
11425 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
11426             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
11428         PR middle-end/77475
11429         * opts.h (candidates_list_and_hint): Declare.
11430         * opts-common.c (candidates_list_and_hint): New function.
11431         (cmdline_handle_error): Use it.
11433 2016-09-12  David Malcolm  <dmalcolm@redhat.com>
11435         * edit-context.c (edited_line::get_len): New accessor.
11436         (edited_file::print_diff): Split out hunk-printing into...
11437         (edited_file::print_diff_hunk): New method.
11438         (edited_file::print_diff_line): New method.
11440 2016-09-12  Andrew Pinski  <apinski@cavium.com>
11442         * config/aarch64/aarch64-tuning-flags.def (SLOW_UNALIGNED_LDPW):
11443         New tuning option.
11444         * config/aarch64/aarch64.c (thunderx_tunings): Enable
11445         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW.
11446         (aarch64_operands_ok_for_ldpstp): Return false if
11447         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW and the mode
11448         was SImode and the alignment is less than 8 byte.
11449         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
11451 2016-09-12  Orlando Arias  <oarias@knights.ucf.edu>
11453         PR target/77570
11454         * config/msp430/msp430.md (delay_cycles_32x): Fix pushm/popm.
11456 2016-09-12  Marek Polacek  <polacek@redhat.com>
11458         * doc/extend.texi: Use lowercase "boolean".
11459         * doc/invoke.texi: Likewise.
11460         * doc/md.texi: Likewise.
11461         * target.def: Likewise.
11462         * doc/tm.texi: Regenerated.
11464 2016-09-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11466         PR middle-end/77426
11467         * expmed.c (synth_mult): Delete duplicate mode check.
11469 2016-09-10  Tom de Vries  <tom@codesourcery.com>
11471         PR C/71602
11472         * builtins.c (std_canonical_va_list_type): Strictly return non-null for
11473         va_list type only.
11474         * config/i386/i386.c (ix86_canonical_va_list_type): Same.
11475         * gimplify.c (gimplify_va_arg_expr): Handle &va_list.
11477 2016-09-09  Peter Bergner  <bergner@vnet.ibm.com>
11479         PR rtl-optimization/77289
11480         * lra-constraints.c (get_final_hard_regno): Add support for non hard
11481         register numbers.  Remove support for subregs.
11482         (get_hard_regno): Use SUBREG_P.  Don't call get_final_hard_regno().
11483         (get_reg_class): Delete removed get_final_hard_regno() argument.
11484         (uses_hard_regs_p): Call get_final_hard_regno().
11486 2016-09-09  Martin Sebor  <msebor@redhat.com>
11488         PR c/77520
11489         PR c/77521
11490         * pretty-print.c (pp_quoted_string): New function.
11491         (pp_format): Call it for %c and %s directives.
11493 2016-09-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11495         * doc/tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.
11496         (ELIMINABLE_REGS, TARGET_CAN_ELIMINATE,
11497         INITIAL_ELIMINATION_OFFSET) : Update documentation.
11498         * target.def (frame_pointer_required, can_eliminate): Likewise.
11499         * doc/tm.texi: Regenerated.
11500         * builtins.c (expand_builtin_setjmp_receiver): Remove #ifdef
11501         ELIMINABLE_REGS.
11502         * df-scan.c (df_hard_reg_init): Likewise.
11503         * ira.c (ira_setup_eliminable_regset): Likewise.
11504         * lra-eliminations.c (reg_eliminate_1, (update_reg_eliminate,
11505         init_elim_table): Likewise.
11506         * reload1.c (reg_eliminate_1, verify_initial_elim_offsets,
11507         set_initial_elim_offsets, update_eliminables,
11508         init_elim_table): Likewise.
11509         * rtlanal.c (get_initial_register_offset): Likewise.
11510         * config/ft32/ft32.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
11511         * config/m32r/m32r.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
11512         * config/moxie/moxie.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
11513         * config/vax/vax.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
11514         * config/fr30/fr30.h: Fix comment.
11515         * config/frv/frv.c: Likewise.
11516         * config/frv/frv.h: Likewise.
11517         * config/ft32/ft32.h: Likewise.
11518         * config/visium/visium.h: Likewise.
11519         * config/pa/pa64-linux.h: Likewise.
11520         * config/v850/v850.h: Likewise.
11521         * config/cris/cris.c: Likewise.
11522         * config/ia64/ia64.h: Likewise.
11523         * config/moxie/moxie.h: Likewise.
11524         * config/m32r/m32r.h: Likewise.
11526 2016-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
11528         PR target/77267
11529         * config.in: Regenerate.
11530         * config/i386/linux-common.h (MPX_LD_AS_NEEDED_GUARD_PUSH):
11531         New macro.
11532         (MPX_LD_AS_NEEDED_GUARD_PUSH): Ditto.
11533         (LIBMPXWRAPPERS_SPEC): Remove "--no-whole-archive" from
11534         static-libmpxwrappers case.
11535         (LIBMPX_SPEC): Add guards with MPX_LD_AS_NEEDED_GUARD_PUSH and
11536         MPX_LD_AS_NEEDED_GUARD_POP.
11537         * configure: Regenerate.
11538         * configure.ac (HAVE_LD_PUSHPOPSTATE_SUPPORT): New variable.
11539         defined if linker support "--push-state"/"--pop-state".
11541 2016-09-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11543         * doc/cpp.texi (__*_WIDTH__): Small wording fixes.
11545 2016-09-09  Joseph Myers  <joseph@codesourcery.com>
11547         * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__)
11548         (__LONG_WIDTH__, __LONG_LONG_WIDTH__, __PTRDIFF_WIDTH__)
11549         (__SIG_ATOMIC_WIDTH__, __SIZE_WIDTH__, __WCHAR_WIDTH__)
11550         (__WINT_WIDTH__, __INT_LEAST8_WIDTH__, __INT_LEAST16_WIDTH__)
11551         (__INT_LEAST32_WIDTH__, __INT_LEAST64_WIDTH__)
11552         (__INT_FAST8_WIDTH__, __INT_FAST16_WIDTH__, __INT_FAST32_WIDTH__)
11553         (__INT_FAST64_WIDTH__, __INTPTR_WIDTH__, __INTMAX_WIDTH__):
11554         Document.
11555         * ginclude/stdint-gcc.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Define
11556         width macros from TS 18661-1.
11557         * glimits.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Likewise.
11559 2016-09-08  Jakub Jelinek  <jakub@redhat.com>
11561         PR fortran/77516
11562         * omp-low.c (lower_rec_simd_input_clauses): Use max_vf for non-positive
11563         OMP_CLAUSE_SAFELEN_EXPR.
11565 2016-09-07  David Malcolm  <dmalcolm@redhat.com>
11567         * Makefile.in (OBJS): Add substring-locations.o.
11568         * langhooks-def.h (class substring_loc): New forward decl.
11569         (lhd_get_substring_location): New decl.
11570         (LANG_HOOKS_GET_SUBSTRING_LOCATION): New macro.
11571         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_GET_SUBSTRING_LOCATION.
11572         * langhooks.c (lhd_get_substring_location): New function.
11573         * langhooks.h (class substring_loc): New forward decl.
11574         (struct lang_hooks): Add field get_substring_location.
11575         * substring-locations.c: New file, taking definition of
11576         format_warning_va and format_warning_at_substring from
11577         c-family/c-format.c, making them non-static.
11578         * substring-locations.h (class substring_loc): Move class here
11579         from c-family/c-common.h.  Add and rewrite comments.
11580         (format_warning_va): New decl.
11581         (format_warning_at_substring): New decl.
11582         (get_source_location_for_substring): Add comment.
11584 2016-09-07  Eric Gallager  <egall@gwmail.gwu.edu>
11586         * config/i386/i386.c: Add 'U' suffix to processor feature bits
11587         to avoid -Wnarrowing warning.
11588         * config/i386/x86-tune.def: Likewise for DEF_TUNE selector bitmasks.
11589         * opts.c: Likewise for SANITIZER_OPT bitmasks.
11591 2016-09-07  Wilco Dijkstra  <wdijkstr@arm.com>
11593         * config/aarch64/aarch64.c (aarch64_legitimize_address):
11594         Avoid use of base_offset if offset already in range.
11596 2016-09-07  Kaz Kojima  <kkojima@gcc.gnu.org>
11598         * config/sh/sh-protos.h (struct sh_atomic_model,
11599         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
11600         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
11601         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Move to...
11602         * config/sh/sh.h (struct sh_atomic_model,
11603         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
11604         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
11605         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): ...here.
11606         Guard with __cplusplus.
11608 2016-09-06  Jakub Jelinek  <jakub@redhat.com>
11610         PR target/69255
11611         * config/i386/i386.c (ix86_expand_builtin): For builtin with
11612         unsupported or unknown ISA, use expand_call.
11614 2016-09-06  Martin Liska  <mliska@suse.cz>
11616         PR gcov-profile/77378
11617         PR gcov-profile/77466
11618         * tree-profile.c (tree_profiling): Detect whether target can use
11619         -fprofile-update=atomic.
11621 2016-09-06  Richard Biener  <rguenther@suse.de>
11623         PR tree-optimization/77479
11624         * tree-vrp.c (update_value_range): Extend overflow handling to
11625         VARYING.
11627 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
11629         PR target/77476
11630         * config/i386/i386.md (isa): Add x64_avx512bw.
11631         (*zero_extendsidi2): For alternative 11 use x64_avx512bw isa.
11632         (kmov_isa): New mode attr.
11633         (zero_extend<mode>di2): Use <kmov_isa> isa for the last alternative.
11634         (*zero_extend<mode>si2): Likewise.
11635         (*zero_extendqihi2): Use avx512dq isa for the last alternative.
11637 2016-09-05  Gerald Pfeifer  <gerald@pfeifer.com>
11639         * doc/invoke.texi (SPU Options): nops -> NOPs.
11640         (x86 Options): Ditto.
11642 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
11644         PR middle-end/77475
11645         * toplev.c (process_options): Temporarily set input_location
11646         to UNKNOWN_LOCATION around targetm.target_option.override () call.
11648 2016-09-05  Uros Bizjak  <ubizjak@gmail.com>
11650         PR rtl-optimization/77452
11651         * explow.c (plus_constant) <case MEM>: Extract scalar constant from
11652         inner-mode reference to a CONST_VECTOR constant in the constant pool.
11654 2016-09-05  Marek Polacek  <polacek@redhat.com>
11656         PR c/77423
11657         * doc/invoke.texi: Update -Wlogical-not-parentheses documentation.
11659 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
11661         PR other/77421
11662         * gensupport.c (alter_output_for_subst_insn): Remove redundant
11663         *insn_out == '*' test.  Don't copy unnecessary to yet another
11664         memory buffer, and don't leak it.
11666         PR rtl-optimization/77425
11667         * ipa-devirt.c (get_odr_type): Set val->id unconditionally.
11669 2016-09-03  Kirill Yukhin  <kirill.yukhin@intel.com>
11671         * ubsan.c (ubsan_use_new_style_p): Fix check for empty string.
11673 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
11675         * common.opt (fdiagnostics-generate-patch): New option.
11676         * diagnostic.c: Include "edit-context.h".
11677         (diagnostic_initialize): Initialize context->edit_context_ptr.
11678         (diagnostic_finish): Delete context->edit_context_ptr.
11679         (diagnostic_report_diagnostic): Add fix-it hints from the
11680         diagnostic to context->edit_context_ptr, if any.
11681         * diagnostic.h (class edit_context): Add forward decl.
11682         (struct diagnostic_context): Add field "edit_context_ptr".
11683         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
11684         -fdiagnostics-generate-patch.
11685         (-fdiagnostics-generate-patch): New item.
11686         * toplev.c: Include "edit-context.h".
11687         (process_options): Set global_dc->edit_context_ptr to a new
11688         edit_context if the options need one.
11689         (toplev::main): Handle -fdiagnostics-generate-patch by using
11690         global_dc->edit_context_ptr.
11692 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
11694         PR c/65467
11695         * gimplify.c (gimplify_adjust_omp_clauses_1): Diagnose implicit
11696         map and firstprivate clauses on target construct for _Atomic
11697         qualified decls.
11698         (gimplify_adjust_omp_clauses): Diagnose explicit firstprivate clauses
11699         on target construct for _Atomic qualified decls.
11700         * omp-low.c (use_pointer_for_field): Return true for _Atomic qualified
11701         decls.
11702         * omp-simd-clone.c (simd_clone_clauses_extract): Warn and give up for
11703         _Atomic qualified arguments not mentioned in uniform clause.
11705 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
11707         * Makefile.in (OBJS-libcommon): Add edit-context.o.
11708         * diagnostic-color.c (color_dict): Add "diff-filename",
11709         "diff-hunk", "diff-delete", and "diff-insert".
11710         (parse_gcc_colors): Update default value of GCC_COLORS in comment
11711         to reflect above changes.
11712         * doc/invoke.texi (-fdiagnostics-color): Update description of
11713         default GCC_COLORS, and of the supported capabilities.
11714         * edit-context.c: New file.
11715         * edit-context.h: New file.
11716         * input.c (struct fcache): Add field "missing_trailing_newline".
11717         (diagnostics_file_cache_forcibly_evict_file): Initialize it to
11718         true.
11719         (add_file_to_cache_tab): Likewise.
11720         (fcache::fcache): Likewise.
11721         (get_next_line): Update c->missing_trailing_newline.
11722         (location_missing_trailing_newline): New function.
11723         * input.h (location_missing_trailing_newline): New decl.
11724         * selftest-run-tests.c (selftest::run_tests): Call
11725         edit_context_c_tests.
11726         * selftest.h (edit_context_c_tests): New decl.
11728 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
11729             Richard Biener  <rguenth@suse.de>
11731         PR tree-optimization/77444
11732         * tree-ssa-loop-ivopts.c (cand_value_at): For pointers use sizetype
11733         as steptype, remove redundant initialization.
11735 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
11737         PR sanitizer/77396
11738         * sanopt.c: Include gimple-ssa.h, tree-phinodes.h and ssa-iterators.h.
11739         (sanopt_optimize_walker): Optimize away
11740         __asan_before_dynamic_init (...) followed by
11741         __asan_after_dynamic_init () without intervening memory loads/stores.
11742         * ipa-pure-const.c (special_builtin_state): Handle
11743         BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT and
11744         BUILT_IN_ASAN_AFTER_DYNAMIC_INIT.
11746 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11748         * cfg.c (free_original_copy_tables): Replace second assignment of
11749         bb_copy = NULL by bb_original = NULL.
11751 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
11753         PR other/77421
11754         * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
11755         assignment added in r216794.
11757 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
11759         * Makefile.in (OBJS): Add typed-splay-tree.o.
11760         * selftest-run-tests.c (selftest::run_tests): Call
11761         typed_splay_tree_c_tests.
11762         * selftest.h (typed_splay_tree_c_tests): New decl.
11763         * typed-splay-tree.c: New file.
11764         * typed-splay-tree.h (typed_splay_tree::foreach_fn): New typedef.
11765         (typed_splay_tree::max): New method.
11766         (typed_splay_tree::min): New method.
11767         (typed_splay_tree::foreach): New method.
11768         (typed_splay_tree::closure): New struct.
11769         (typed_splay_tree::inner_foreach_fn): New function.
11771 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11773         * ipa-cp.c (ipcp_store_bits_results): Change option name from
11774         -fipa-cp-bit to -fipa-bit-cp.
11776 2016-09-01  Martin Sebor  <msebor@redhat.com>
11778         PR tree-optimization/71831
11779         * tree-object-size.h: Return bool instead of the size and add
11780         argument for the size.
11781         * tree-object-size.c (compute_object_offset): Update signature.
11782         (addr_object_size): Same.
11783         (compute_builtin_object_size): Return bool instead of the size
11784         and add argument for the size.  Handle POINTER_PLUS_EXPR when
11785         optimization is disabled.
11786         (expr_object_size): Adjust.
11787         (plus_stmt_object_size): Adjust.
11788         (pass_object_sizes::execute): Adjust.
11789         * builtins.c (fold_builtin_object_size): Adjust.
11790         * doc/extend.texi (Object Size Checking): Update.
11791         * ubsan.c (instrument_object_size): Adjust.
11793 2016-09-01  Martin Sebor  <msebor@redhat.com>
11795         * genmatch.c (parser::parse_expr): Increase buffer size to guarantee
11796         it fits the output of the formatted function regardless of its
11797         arguments.
11798         * genmodes.c (parser::parse_expr): Same.
11799         * gimplify.c (gimplify_asm_expr): Same.
11800         * passes.c (pass_manager::register_one_dump_file): Same.
11801         * print-tree.c (print_node): Same.
11803 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
11805         * config/rs6000/altivec.md: Use VSCR_REGNO instead of 110 throughout.
11807 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
11809         * config/rs6000/altivec.md: Use VRSAVE_REGNO instead of 109 throughout.
11811 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
11813         * config/rs6000/altivec.md: Use CR6_REGNO instead of 74 throughout.
11814         * config/rs6000/vector.md: Ditto.
11815         * config/rs6000/vsx.md: Ditto.
11817 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
11819         * ipa-inline-analysis.c (param_change_prob): Get to the base object
11820         first in all cases.
11822 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
11824         * config/rs6000/rs6000.md (*restore_gpregs_<mode>_r11,
11825         *restore_gpregs_<mode>_r12, *restore_gpregs_<mode>_r1,
11826         *return_and_restore_gpregs_<mode>_r11,
11827         *return_and_restore_gpregs_<mode>_r12,
11828         *return_and_restore_gpregs_<mode>_r1,
11829         *return_and_restore_fpregs_<mode>_r11,
11830         *return_and_restore_fpregs_<mode>_r12,
11831         *return_and_restore_fpregs_<mode>_r1): Use the hard register LR_REGNO
11832         directly instead of via the "l" constraint.  Renumber operands.
11833         Fix whitespace.
11835 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
11837         * config/rs6000/altivec.md (*save_world, *save_vregs_<mode>_r11,
11838         save_vregs_<mode>_r12, *restore_vregs_<mode>_r11,
11839         *restore_vregs_<mode>_r12): Use LR_REGNO instead of 65.
11840         * config/rs6000/darwin.md (load_macho_picbase, load_macho_picbase_si,
11841         load_macho_picbase_di, *call_indirect_nonlocal_darwin64,
11842         *call_nonlocal_darwin64, *call_value_indirect_nonlocal_darwin64,
11843         *call_value_nonlocal_darwin64, reload_macho_picbase,
11844         reload_macho_picbase_si, reload_macho_picbase_di): Ditto.
11845         * config/rs6000/rs6000.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Ditto.
11846         * config/rs6000/rs6000.md (*save_gpregs_<mode>_r11,
11847         *save_gpregs_<mode>_r12, *save_gpregs_<mode>_r1,
11848         *save_fpregs_<mode>_r11, *save_fpregs_<mode>_r12,
11849         *save_fpregs_<mode>_r1): Ditto.
11850         * config/rs6000/spe.md (*save_gpregs_spe, *restore_gpregs_spe,
11851         *return_and_restore_gpregs_spe): Ditto.
11853 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
11855         * config/rs6000/rs6000.md
11856         (define_insn "*return_and_restore_fpregs_aix_<mode>_r11"): Delete
11857         the use of the link register.
11858         (define_insn "*return_and_restore_fpregs_aix_<mode>_r1"): Ditto.
11860 2016-09-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11861             Michael Meissner  <meissner@linux.vnet.ibm.com>
11863         PR target/72827
11864         * config/rs6000/rs6000.c (rs6000_legitimize_address): Avoid
11865         reg+reg addressing for TImode.
11866         (rs6000_legitimate_address_p): Only allow register indirect
11867         addressing for TImode, even without TARGET_QUAD_MEMORY.
11869 2016-09-01  Richard Biener  <rguenther@suse.de>
11871         PR middle-end/77436
11872         * tree-chrec.c (tree_fold_binomial): Use widest_int, properly
11873         check whether the result fits the desired result type.
11875 2016-09-01  Nathan Sidwell  <nathan@acm.org>
11877         * config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
11879 2016-09-01  Wilco Dijkstra  <wdijkstr@arm.com>
11881         * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
11882         New function.
11883         (TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT): Define.
11885 2016-09-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11887         * config/aarch64/aarch64.md (*ands<mode>_compare0): New pattern.
11888         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_NZmode
11889         for comparisons of integer ZERO_EXTEND against zero.
11891 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
11893         * config/i386/i386.c (ix86_option_override_internal): Also disable the
11894         STV pass if -mstackrealign is enabled.
11896 2016-08-31  Ilya Verbin  <iverbin@gmail.com>
11898         * config/i386/driver-i386.c (host_detect_local_cpu): Fix detection of
11899         AVX512IFMA.
11901 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
11903         * diagnostic-show-locus.c (class layout): Add field m_fixit_hints.
11904         (layout_range::intersects_line_p): New method.
11905         (test_range_contains_point_for_single_point): Rename to...
11906         (test_layout_range_for_single_point): ...this, and add testing
11907         for layout_range::intersects_line_p.
11908         (test_range_contains_point_for_single_line): Rename to...
11909         (test_layout_range_for_single_line): ...this,  and add testing
11910         for layout_range::intersects_line_p.
11911         (test_range_contains_point_for_multiple_lines): Rename to...
11912         (test_layout_range_for_multiple_lines): ...this,  and add testing
11913         for layout_range::intersects_line_p.
11914         (layout::layout): Populate m_fixit_hints.
11915         (layout::get_expanded_location): Handle the case of a line-span
11916         for a fix-it hint.
11917         (layout::validate_fixit_hint_p): New method.
11918         (get_line_span_for_fixit_hint): New function.
11919         (layout::calculate_line_spans): Add spans for fixit-hints.
11920         (layout::should_print_annotation_line_p): New method.
11921         (layout::print_any_fixits): Drop param "richloc", instead using
11922         validated fixits in m_fixit_hints.  Add "const" to hint pointers.
11923         (diagnostic_show_locus): Avoid printing blank annotation lines.
11924         (selftest::test_diagnostic_context::test_diagnostic_context):
11925         Initialize show_column and start_span.
11926         (selftest::test_diagnostic_context::start_span_cb): New static
11927         function.
11928         (selftest::test_diagnostic_show_locus_fixit_lines): New function.
11929         (selftest::diagnostic_show_locus_c_tests): Update for function
11930         renamings.  Call test_diagnostic_show_locus_fixit_lines.
11932 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
11934         PR tree-optimization/73714
11935         * match.pd (a * (1 << b)): Revert change from 2016-05-23.
11937 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
11939         * selftest.c: Move "namespace selftest {" to top of file,
11940         removing explicit "selftest::" qualifiers throughout.
11942 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
11944         * config/i386/avx512fintrin.h (__m512_u, __m512i_u, __m512d_u):
11945         New types.
11946         (_mm512_loadu_pd, _mm512_storeu_pd, _mm512_loadu_ps,
11947         _mm512_storeu_ps, _mm512_loadu_si512, _mm512_storeu_si512):
11948         Replace builtin with vector extension.
11949         * config/i386/avxintrin.h (__m256_u, __m256i_u, __m256d_u):
11950         New types.
11951         (_mm256_loadu_pd, _mm256_storeu_pd, _mm256_loadu_ps,
11952         _mm256_storeu_ps, _mm256_loadu_si256, _mm256_storeu_si256):
11953         Replace builtin with vector extension.
11954         * config/i386/emmintrin.h (__m128i_u, __m128d_u): New types.
11955         (_mm_loadu_pd, _mm_storeu_pd, _mm_loadu_si128, _mm_storeu_si128):
11956         Replace builtin with vector extension.
11957         * config/i386/xmmintrin.h (__m128_u): New type.
11958         (_mm_loadu_ps, _mm_storeu_ps): Replace builtin with vector extension.
11959         (_mm_load_ps, _mm_store_ps): Simplify.
11961 2016-08-31  Eric Botcazou  <ebotcazou@adacore.com>
11963         * config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.
11965 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
11967         * diagnostic-show-locus.c (colorizer::begin_state): Support more
11968         than 3 ranges per diagnostic by alternating between color 1 and
11969         color 2.
11970         (layout::layout): Replace use of rich_location::MAX_RANGES
11971         with richloc->get_num_locations ().
11972         (layout::calculate_line_spans): Replace use of
11973         rich_location::MAX_RANGES with m_layout_ranges.length ().
11974         (layout::print_annotation_line): Handle arbitrary numbers of
11975         ranges in caret-printing by defaulting to '^'.
11976         (selftest::test_one_liner_many_fixits): New function.
11977         (test_diagnostic_show_locus_one_liner): Call it.
11978         * diagnostic.c (diagnostic_initialize): Update for renaming
11979         of rich_location::MAX_RANGES to
11980         rich_location::STATICALLY_ALLOCATED_RANGES.
11981         * diagnostic.h (struct diagnostic_context): Likewise.
11983 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
11985         * selftest.c (selftest::named_temp_file::named_temp_file): New
11986         ctor.
11987         (selftest::temp_source_file::~temp_source_file): Move to...
11988         (selftest::named_temp_file::~named_temp_file): ...here.
11989         (selftest::test_named_temp_file): New function.
11990         (selftest::selftest_c_tests): Call test_named_temp_file.
11991         * selftest.h (class named_temp_file): New class.
11992         (class temp_source_file): Convert to a subclass of named_temp_file.
11994 2016-08-30  Segher Boessenkool  <segher@kernel.crashing.org>
11996         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
11997         USEs of LR_REGNO in returns and sibcalls.
11998         (rs6000_output_mi_thunk): Similar.
11999         (rs6000_sibcall_aix): Similar.
12000         * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
12001         sibcall_local64, sibcall_value_local32, sibcall_value_local64,
12002         sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
12003         Remove the USE of LR_REGNO from the patterns as well.  Delete an
12004         obsolete comment.
12005         (return_internal_<mode>): Delete.
12007 2016-08-30  Tamar Christina  <tamar.christina@arm.com>
12009         * config/aarch64/aarch64-simd.md
12010         (aarch64_ld2<mode>_dreg_le): New.
12011         (aarch64_ld2<mode>_dreg_be): New.
12012         (aarch64_ld2<mode>_dreg): Removed.
12013         (aarch64_ld3<mode>_dreg_le): New.
12014         (aarch64_ld3<mode>_dreg_be): New.
12015         (aarch64_ld3<mode>_dreg): Removed.
12016         (aarch64_ld4<mode>_dreg_le): New.
12017         (aarch64_ld4<mode>_dreg_be): New.
12018         (aarch64_ld4<mode>_dreg): Removed.
12019         (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
12021 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
12023         * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
12024         redundant location param.
12025         (test_one_liner_fixit_remove): Likewise.
12026         (test_one_liner_fixit_replace): Likewise.
12027         (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
12028         * gcc-rich-location.c
12029         (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
12030         get_range_from_loc.  Drop overload taking a const char *.
12031         * gcc-rich-location.h
12032         (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
12033         a const char *.
12035 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12037         * config/linux.c (linux_libc_has_function): Return true on musl.
12039 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12041         * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
12043 2016-08-30  Eric Botcazou  <ebotcazou@adacore.com>
12045         * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
12046         used for abnormal egdes.
12048 2016-08-30  Jakub Jelinek  <jakub@redhat.com>
12050         PR tree-optimization/72866
12051         * tree-vect-patterns.c (search_type_for_mask): Turn into
12052         a small wrapper, move all code to ...
12053         (search_type_for_mask_1): ... this new function.  Add caching
12054         and adjust recursive calls.
12056         PR debug/77363
12057         * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
12058         instead of lookup_type_die (type_main_variant (type)) even for array
12059         types.
12061         PR middle-end/77377
12062         * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
12063         constant pool reference return x instead of c.
12065 2016-08-29  Segher Boessenkool  <segher@kernel.crashing.org>
12067         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
12068         include MQ.
12070 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
12072         * input.c
12073         (selftest::test_make_location_nonpure_range_endpoints): Fix
12074         header comment.
12076 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
12078         * diagnostic-show-locus.c
12079         (selftest::test_one_liner_fixit_validation_adhoc_locations): New
12080         function.
12081         (selftest::test_diagnostic_show_locus_one_liner): Call it.
12082         * input.c (get_pure_location): Move to libcpp/line-map.c.
12083         * input.h (get_pure_location): Convert decl to an inline function
12084         calling implementation in libcpp.
12086 2016-08-29  Uros Bizjak  <ubizjak@gmail.com>
12088         PR target/77403
12089         * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
12090         template for intel asm dialect.
12091         (vec_set_hi_<mode><mask_name>): Ditto.
12093 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
12095         * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
12096         (selftest::fail_formatted): Likewise.
12098 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
12100         * input.c (make_location): Call get_start and get_finish
12101         on the endpoints to avoid storing packed ranges or ad-hoc
12102         ranges in them.
12103         (selftest::test_make_location_nonpure_range_endpoints): New function.
12104         (selftest::input_c_tests): Call it.
12105         * input.h (get_start): New inline function.
12107 2016-08-29  Tom de Vries  <tom@codesourcery.com>
12109         PR c/77398
12110         * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
12111         with assert.
12113 2016-08-29  Eric Botcazou  <ebotcazou@adacore.com>
12115         * Makefile.in (gcov-iov.h): Add dummy recipe.
12117 2016-08-29  Nathan Sidwell  <nathan@acm.org>
12119         * config/nvptx/nvptx.c: #include tree-vrp.h.
12121 2016-08-28  Eric Botcazou  <ebotcazou@adacore.com>
12123         PR target/77324
12124         * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
12125         HIGH+LO construct during reload.
12127 2016-08-28  Tom de Vries  <tom@codesourcery.com>
12129         PR lto/70955
12130         * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
12131         'sysv_abi va_list' attribute.
12132         (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
12133         (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
12134         attributes.
12136 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12138         * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
12139         * emit-rtl.c (unshare_all_rtl_1): Adjust.
12140         (unshare_all_rtl_again): Likewise.
12141         * function.c (assign_stack_local_1): Likewise.
12142         (assign_stack_temp_for_type): Likewise.
12144 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12146         * cfgbuild.c (make_edges): Adjust.
12147         * cfgrtl.c (can_delete_label_p): Likewise.
12148         * dwarf2cfi.c (create_trace_edges): Likewise.
12149         * except.c (sjlj_emit_dispatch_table): Likewise.
12150         * function.h (struct expr_status): make x_forced_labels a vector.
12151         * jump.c (rebuild_jump_labels_1): Adjust.
12152         * reload1.c (set_initial_label_offsets): Likewise.
12153         * stmt.c (force_label_rtx): Likewise.
12154         (expand_label): Likewise.
12156 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12158         * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
12160 2016-08-27  Patrick Palka  <ppalka@gcc.gnu.org>
12162         PR tree-optimization/71077
12163         PR tree-optimization/68542
12164         * fold-const.c (fold_relational_const): Fix folding of
12165         VECTOR_CST comparisons that have a scalar boolean result type.
12166         (selftest::test_vector_folding): New static function.
12167         (selftest::fold_const_c_tests): Call it.
12169 2016-08-27  Gerald Pfeifer  <gerald@pfeifer.com>
12171         * doc/extend.texi (SPU Built-in Functions): Remove stale
12172         references to material formerly at IBM and Sony.
12174 2016-08-26  David Edelsohn  <dje.gcc@gmail.com>
12176         PR target/77349
12177         * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
12179 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
12181         * diagnostic-show-locus.c
12182         (selftest::test_fixit_consolidation): New function.
12183         (selftest::diagnostic_show_locus_c_tests): Call it.
12184         * gcc-rich-location.h (gcc_rich_location): Eliminate unused
12185         constructor based on source_range.
12187 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
12189         * diagnostic-color.c (color_dict): Add "fixit-insert" and
12190         "fixit-delete".
12191         (parse_gcc_colors): Update description of default GCC_COLORS.
12192         * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
12193         (colorizer::set_fixit_insert): New method.
12194         (colorizer::set_fixit_delete): New method.
12195         (colorizer::get_color_by_name): New method.
12196         (colorizer::STATE_FIXIT_INSERT): New constant.
12197         (colorizer::STATE_FIXIT_DELETE): New constant.
12198         (class colorizer): Drop "_cs" suffix from fields.  Delete "_ce"
12199         fields in favor of new field "m_stop_color".  Add fields
12200         "m_fixit_insert" and "m_fixit_delete".
12201         (colorizer::colorizer): Update for above changes.  Replace
12202         colorize_start calls with calls to get_color_by_name.
12203         (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
12204         STATE_FIXIT_DELETE.  Update for field renamings.
12205         (colorizer::finish_state): Simplify by using m_stop_color,
12206         rather than multiple identical "*_ce" fields.
12207         (colorizer::get_color_by_name): New method.
12208         (layout::print_any_fixits): Print insertions and replacements
12209         using the "fixit-insert" color, and deletions using the
12210         "fixit-delete" color.
12211         * doc/invoke.texi (-fdiagnostics-color): Update description of
12212         default GCC_COLORS, and of the supported capabilities.
12214 2016-08-26  Max Filippov  <jcmvbkbc@gmail.com>
12216         * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
12217         current_function_static_stack_size variable with the static
12218         stack frame size of the current function when
12219         flag_stack_usage_info is enabled.
12221 2016-08-26  Nathan Sidwell  <nathan@acm.org>
12223         * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
12224         assignment inside if condition.
12226 2016-08-26  Richard Biener  <rguenther@suse.de>
12228         PR tree-optimization/69047
12229         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
12230         extracts similar to what FRE does.
12231         (non_rewritable_mem_ref_base): Likewise.
12233 2016-08-26  Joseph Myers  <joseph@codesourcery.com>
12235         * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
12236         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
12237         * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12238         * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12239         * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
12240         Likewise.
12241         * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12242         * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12243         * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12244         * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
12245         * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12247 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12249         PR target/70473
12250         * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
12251         reservation duration to 15 cycles.
12252         (cortex_a8_vfp_macs): Likewise.
12253         (cortex_a8_vfp_macd): Likewise.
12254         (cortex_a8_vfp_divs): Likewise.
12255         (cortex_a8_vfp_divd): Likewise.
12257 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12259         * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
12260         (aarch_macro_fusion_pair_p): Use above to avoid early return.
12262 2016-08-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12263             Martin Jambhor  <mjambor@suse.cz>
12265         * common.opt: New option -fipa-bit-cp.
12266         * doc/invoke.texi: Document -fipa-bit-cp.
12267         * opts.c (default_options_table): Add entry for -fipa-bit-cp.
12268         (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
12269         * tree-ssa-ccp.h: New header file.
12270         * tree-ssa-ccp.c: Include tree-ssa-ccp.h
12271         (bit_value_binop_1): Change to bit_value_binop_1 and export it.
12272         Replace all occurences of tree parameter by two new params: signop, int.
12273         (bit_value_unop_1): Change to bit_value_unop and export it.
12274         Replace all occurences of tree parameter by two new params: signop,
12275         int.
12276         (bit_value_binop): Change call from bit_value_binop_1 to
12277         bit_value_binop.
12278         (bit_value_assume_aligned): Likewise.
12279         (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
12280         (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
12281         to ccp_finalize.
12282         (ccp_finalize): Skip processing if val->mask == 0.
12283         * ipa-cp.c: Include tree-ssa-ccp.h
12284         (ipcp_bits_lattice): New class.
12285         (ipcp_param_lattice (bits_lattice): New member.
12286         (print_all_lattices): Call ipcp_bits_lattice::print.
12287         (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
12288         (initialize_node_lattices): Likewise.
12289         (propagate_bits_accross_jump_function): New function.
12290         (propagate_constants_accross_call): Call
12291         propagate_bits_accross_jump_function.
12292         (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
12293         (ipcp_store_bits_results): New function.
12294         (ipcp_driver): Call ipcp_store_bits_results.
12295         * ipa-prop.h (ipa_bits): New struct.
12296         (ipa_jump_func): Add new member bits of type ipa_bits.
12297         (ipa_param_descriptor): Change decl to decl_or_type.
12298         (ipa_get_param): Change decl to decl_or_type and assert on
12299         PARM_DECL.
12300         (ipa_get_type): New function.
12301         (ipcp_transformation_summary): New member bits.
12302         * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
12303         (ipa_populate_param_decls): Likewise.
12304         (ipa_dump_param): Likewise.
12305         (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
12306         function.
12307         (ipa_set_jf_unknown): Set ipa_bits::known to false.
12308         (ipa_compute_jump_functions_for_edge): Compute jump function for bits
12309         propagation.
12310         (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
12311         (ipa_write_jump_function): Add streaming for ipa_bits.
12312         (ipa_read_jump_function): Add support for reading streamed ipa_bits.
12313         (write_ipcp_transformation_info): Add streaming for ipa_bits
12314         summary for ltrans.
12315         (read_ipcp_transfomration_info): Add support for reading streamed
12316         ipa_bits.
12317         (ipcp_update_bits): New function.
12318         (ipcp_transform_function): Call ipcp_update_bits.
12320 2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12322         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
12323         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
12325 2016-08-25  David Edelsohn  <dje.gcc@gmail.com>
12327         * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
12329 2016-08-25  Richard Biener  <rguenther@suse.de>
12331         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
12332         Only add locations in late dwarf.
12333         (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
12334         (dwarf2out_early_finish): But do it here.
12336 2016-08-24  Michael Collison  <michael.collison@linaro.org>
12337             Michael Collison  <michael.collison@arm.com>
12339         * config/arm/arm-modes.def: Add new condition code mode CC_V
12340         to represent the overflow bit.
12341         * config/arm/arm.c (maybe_get_arm_condition_code):
12342         Add support for CC_Vmode.
12343         (arm_gen_unlikely_cbranch): New function to generate common
12344         rtl conditional branches for overflow patterns.
12345         * config/arm/arm-protos.h: Add prototype for
12346         arm_gen_unlikely_cbranch.
12347         * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
12348         addsi3_compareV_upper): New patterns to support signed
12349         builtin overflow add operations.
12350         (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
12351         New patterns to support unsigned builtin add overflow operations.
12352         (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
12353         builtin overflow subtract operations,
12354         (usubv<mode>4): New patterns to support unsigned builtin subtract
12355         overflow operations.
12356         (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
12357         to support builtin overflow negate operations.
12359 2016-08-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12361         Revert
12362         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12364         * explow.c (get_dynamic_stack_size): Take known alignment of stack
12365         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
12366         needed.
12368 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
12370         * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
12371         MULTILIB_OPTIONS should be used.  Small wording fixes.
12372         * genmultilib: Memorize set of all option combinations in
12373         combination_space.  Detect if RHS of MULTILIB_REUSE uses an option not
12374         found in MULTILIB_OPTIONS by checking if option set is listed in
12375         combination_space.  Output new and existing error message to stderr.
12377 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
12379         * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
12380         -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
12381         Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
12382         (MULTILIB_REUSE): Remove reuse rules for option set including
12383         -mfpu=fp-armv8 and -mfpu=vfpv4
12385 2016-08-24  Sebastian Huber  <sebastian.huber@embedded-brains.de>
12387         * config/arm/t-rtems: Add vfp multilib.
12389 2016-08-23  Ian Lance Taylor  <iant@golang.org>
12391         * config/s390/s390.c (s390_asm_file_start): Call
12392         default_file_start.
12394 2016-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
12396         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
12397         initialization of all 0's to the 0 constant, instead of directly
12398         generating XOR.  Add support for V4SImode vector initialization on
12399         64-bit systems with direct move, and rework the ISA 3.0 V4SImode
12400         initialization.  Change variables used in V4SFmode vector
12401         intialization.  For V4SFmode vector splat on ISA 3.0, make sure
12402         any memory addresses are in index form.  Add support for using
12403         VSPLTH/VSPLTB to initialize vector short and vector char vectors
12404         with all of the same element.
12405         (regno_or_subregno): New helper function to return a register
12406         number for either REG or SUBREG.
12407         (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
12408         Use regno_or_subregno where possible.
12409         (rs6000_split_v4si_init_di_reg): New helper function to build up a
12410         DImode value from two SImode values in order to generate V4SImode
12411         vector initialization on 64-bit systems with direct move.
12412         (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
12413         initialization.
12414         (rtx_is_swappable_p): V4SImode vector initialization insn is not
12415         swappable.
12416         * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
12417         declaration.
12418         * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
12419         attributes to initialize V8HImode and V16QImode vectors with the
12420         same element.
12421         (VSX_SPLAT_COUNT): Likewise.
12422         (VSX_SPLAT_SUFFIX): Likewise.
12423         (UNSPEC_VSX_VEC_INIT): New unspec.
12424         (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
12425         Allow SFmode values to come from Altivec registers.
12426         (vsx_init_v4si): New insn/split for V4SImode vector initialization
12427         on 64-bit systems with direct move.
12428         (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
12429         vector initializations, to allow V4SImode vector initializations
12430         on 64-bit systems with direct move.
12431         (vsx_splat_v4si): Likewise.
12432         (vsx_splat_v4si_di): Likewise.
12433         (vsx_splat_v4sf): Likewise.
12434         (vsx_splat_v4sf_internal): Likewise.
12435         (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
12436         register classes.
12437         (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
12438         (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
12439         initializing V8HImode and V16QImode vectors with the same
12440         element.
12441         * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
12442         optimization if -maltivec=be.
12444 2016-08-23  Christophe Lyon  <christophe.lyon@linaro.org>
12446         * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
12447         attribute for alternatives 3 and 4.
12449 2016-08-23  David Malcolm  <dmalcolm@redhat.com>
12451         * selftest.c (selftest::assert_str_contains): New function.
12452         (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
12453         * selftest.h (selftest::assert_str_contains): New decl.
12454         (ASSERT_STR_CONTAINS): New macro.
12456 2016-08-23  Richard Biener  <rguenther@suse.de>
12458         PR tree-optimization/77286
12459         * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
12460         the CFG here.
12461         (vect_transform_loop): Split exit edges of loop and scalar
12462         loop if required and at the appropriate time.
12464 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12466         * explow.c (get_dynamic_stack_size): Take known alignment of stack
12467         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
12468         needed.
12469         Correct a typo in a comment.
12471 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12473         * config/s390/s390.md ("*andc_split"): New splitter for and with
12474         complement.
12476 2016-08-23  Richard Biener  <rguenther@suse.de>
12478         PR tree-optimization/27336
12479         * tree-vrp.c (infer_value_range): Handle stmts that can throw
12480         by looking for a non-EH edge.
12481         (process_assert_insertions_for): Likewise.
12483 2016-08-23  Richard Biener  <rguenther@suse.de>
12485         PR middle-end/77305
12486         * statistics.c (statistics_counter_event): Robustify against
12487         NULL current_pass.
12489 2016-08-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
12491         * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
12492         for targets amdfam10 and barcelona.
12494 2016-08-22  Uros Bizjak  <ubizjak@gmail.com>
12496         * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
12497         (zero_extend<mode>di2): Ditto.
12498         (*zero_extend<mode>si2): Ditto.
12499         (*zero_extendqihi2): Ditto.
12501 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
12503         PR middle-end/77269
12504         * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
12505         (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
12507 2016-08-22  Patrick Palka  <ppalka@gcc.gnu.org>
12509         * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
12510         identical consecutive elements.
12511         [SSA_NAME]: Print the name's def stmt on its own line.  When printing
12512         the node's def stmt, avoid printing an unwanted trailing newline by
12513         replacing the call to print_gimple_stmt() with its inlined body and
12514         adjusting it to not set pp_needs_newline and to call pp_flush()
12515         instead of pp_newline_and_flush().
12517 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
12519         * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
12520         (float32_type_node, float64_type_node, float32x_type_node)
12521         (float128x_type_node): New macros.
12522         * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
12523         (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
12524         (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
12525         (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
12526         (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
12527         (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
12528         (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
12529         (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
12530         (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
12531         (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
12532         (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
12533         (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
12534         (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
12535         (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
12536         (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
12537         (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
12538         * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
12539         (copysign, fabs, huge_val, inf, nan, nans): Use it.
12540         * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
12541         and copysign.
12542         (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
12543         (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
12544         * doc/extend.texi (Other Builtins): Document these built-in
12545         functions.
12546         * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
12547         for nan and nans.
12549 2016-08-22  Gerald Pfeifer  <gerald@pfeifer.com>
12551         * doc/install.texi (Binaries): www.opencsw.org now uses https.
12553 2016-08-22  Richard Biener  <rguenther@suse.de>
12555         * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
12557 2016-08-21  Uros Bizjak  <ubizjak@gmail.com>
12559         PR target/77270
12560         * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
12561         TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
12562         non-SSE2 athlons only, otherwise prefer SSE prefetches.
12564 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
12566         * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
12567         (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
12568         (vrp_visit_switch_stmt): Likewise.
12569         (extract_range_from_stmt): Factored out from vrp_visit_stmt.
12570         (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
12571         (vrp_visit_stmt): Use extract_range_from_stmt.
12572         (vrp_visit_phi_node): Use extract_range_from_phi_node.
12574 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
12576         * Makefile.in: Add tree-vrp.h to GTFILES.
12577         * gengtype.c (open_base_files): Add tree-vrp.h.
12578         * asan.c: Add tree-vrp.h which now has the definition value_range_type.
12579         * builtins.c: Likewise.
12580         * fold-const.c: Likewise.
12581         * gimple-builder.c: Likewise.
12582         * gimple-laddress.c: Likewise.
12583         * hsa-gen.c: Likewise.
12584         * internal-fn.c: Likewise.
12585         * ssa.h: Likewise.
12586         * targhooks.c: Liewise,
12587         * tree-ssa-address.c: Likewise.
12588         * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
12589         * tree-vrp.c (struct value_range): Move to tree-vrp.h
12590         * tree-vrp.h: New file.
12592 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
12594         PR tree-optimization/61839
12595         * tree-vrp.c (two_valued_val_range_p): New.
12596         (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
12597         two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
12598         Also Convert VAR BINOP CST where VAR is two-valued to
12599         VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
12601 2016-08-19  David Malcolm  <dmalcolm@redhat.com>
12603         * diagnostic-show-locus.c
12604         (layout::annotation_line_showed_range_p): New method.
12605         (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
12606         Reimplement case fixit_hint::REPLACE to cover removals, and
12607         replacements where the range of the replacement isn't one
12608         of the ranges in the rich_location.
12609         (test_one_liner_fixit_replace): Likewise.
12610         (selftest::test_one_liner_fixit_replace_non_equal_range): New
12611         function.
12612         (selftest::test_one_liner_fixit_replace_equal_secondary_range):
12613         New function.
12614         (selftest::test_diagnostic_show_locus_one_liner): Call the new
12615         functions.
12616         * diagnostic.c (print_parseable_fixits): Remove case
12617         fixit_hint::REMOVE.
12619 2016-08-19  Uros Bizjak  <ubizjak@gmail.com>
12621         PR target/77270
12622         * config/i386/i386.c (ix86_option_override_internal): Remove
12623         PTA_PRFCHW from entries that also have PTA_3DNOW flag.
12624         Enable SSE prefetch also for TARGET_PREFETCHWT1.
12625         Do not try to enable TARGET_PRFCHW ISA flag here.
12626         * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
12627         Rewrite expander function body.
12628         (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
12630 2016-08-19  Joseph Myers  <joseph@codesourcery.com>
12632         PR c/32187
12633         * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
12634         (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
12635         (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
12636         (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
12637         (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
12638         (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
12639         (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
12640         (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
12641         (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
12642         tree_index values.
12643         (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
12644         macros.
12645         (struct floatn_type_info): New structure type.
12646         (floatn_nx_types): New variable declaration.
12647         * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
12648         (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
12649         (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
12650         * tree.c (floatn_nx_types): New variable.
12651         (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
12652         corresponding complex types.
12653         * target.def (floatn_mode): New hook.
12654         * targhooks.c: Include "real.h".
12655         (default_floatn_mode): New function.
12656         * targhooks.h (default_floatn_mode): New prototype.
12657         * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
12658         types.
12659         * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
12660         effective-target and dg-add-options keywords.
12661         (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
12662         Document new effective-target keywords.
12663         * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
12664         * doc/tm.texi: Regenerate.
12665         * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
12666         __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
12667         [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
12668         18661-3.
12669         * real.h (struct real_format): Add field ieee_bits.
12670         * real.c (ieee_single_format, mips_single_format)
12671         (motorola_single_format, spu_single_format, ieee_double_format)
12672         (mips_double_format, motorola_double_format)
12673         (ieee_extended_motorola_format, ieee_extended_intel_96_format)
12674         (ieee_extended_intel_128_format)
12675         (ieee_extended_intel_96_round_53_format, ibm_extended_format)
12676         (mips_extended_format, ieee_quad_format, mips_quad_format)
12677         (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
12678         (decimal_double_format, decimal_quad_format, ieee_half_format)
12679         (arm_half_format, real_internal_format: Initialize ieee_bits
12680         field.
12681         * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
12682         float128_type_node.  Set float80_type_node to float64x_type_node
12683         if appropriate and long_double_type_node not appropriate.
12684         * config/ia64/ia64.c (ia64_init_builtins): Likewise.
12685         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
12686         Initialize ieee_bits field.
12687         * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
12688         (rs6000_init_builtins): Set ieee128_float_type_node to
12689         float128_type_node.
12690         (rs6000_floatn_mode): New function.
12692 2016-08-19  Jakub Jelinek  <jakub@redhat.com>
12694         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
12695         _rdseed64_step): Uglify argument names and/or local variable names
12696         in inline functions.
12697         * config/i386/rtmintrin.h (_xabort): Likewise.
12698         * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
12699         _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
12700         _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
12701         _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
12702         _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
12703         _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
12704         _mm_maskz_ternarylogic_epi32): Likewise.
12705         * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
12706         __lwpins32, __lwpins64): Likewise.
12707         * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
12708         _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
12709         _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
12710         _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
12711         _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
12712         _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
12713         _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
12714         _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
12715         _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
12716         _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
12717         _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
12718         _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
12719         _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
12720         _mm256_mask_i64gather_epi32): Likewise.
12721         * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
12722         * config/i386/ia32intrin.h (__writeeflags): Likewise.
12723         * config/i386/pkuintrin.h (_wrpkru): Likewise.
12724         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
12725         _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
12726         _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
12727         _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
12728         _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
12729         _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
12730         _mm512_mask_prefetch_i64scatter_ps): Likewise.
12731         * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
12732         * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
12733         _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
12734         _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
12735         _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
12736         _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
12737         _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
12738         _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
12740         * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
12741         returning void.
12742         (_fxrstor, _fxsave64, _fxrstor64): Likewise.
12743         * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
12744         Likewise.
12745         * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
12746         * config/i386/pkuintrin.h (_wrpkru): Likewise.  Add space after
12747         function name.
12748         (_rdpkru_u32): Add space after function name.
12750         * config/i386/t-i386 (i386-c.o): Don't depend on
12751         i386-builtin-types.inc.
12752         (i386.o): Depend on i386-builtin-types.inc.
12754 2016-08-19  Matthew Wahab  <matthew.wahab@arm.com>
12756         PR target/77281
12757         * config/arm/arm.c (neon_valid_immediate): Delete declaration.
12758         Use const_vec_duplicate to check for duplicated elements.
12760 2016-08-19  Richard Biener  <rguenther@suse.de>
12762         PR tree-optimization/77290
12763         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12764         Fix flag_tree_parallelize_loops check.
12766 2016-08-19  Richard Biener  <rguenther@suse.de>
12768         * match.pd (x | 0 -> x): Add.
12770 2016-08-19  Richard Biener  <rguenther@suse.de>
12772         PR tree-optimization/77286
12773         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
12774         Deal with virtual PHIs being out-of-order.
12776 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
12778         * doc/invoke.texi (fverbose-asm): Note that source code lines
12779         are emitted, and provide an example.
12780         * final.c (asm_show_source): New function.
12781         (final_scan_insn): Call asm_show_source.
12783 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
12785         * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
12786         param with diagnostic_kind.
12787         (class colorizer): Similarly replace field m_diagnostic with
12788         m_diagnostic_kind.
12789         (colorizer::colorizer): Replace diagnostic
12790         param with diagnostic_kind.
12791         (colorizer::begin_state): Update for above field change.
12792         (layout::layout): Replace diagnostic param with rich_location *
12793         and diagnostic_kind.
12794         (diagnostic_show_locus): Replace diagnostic param with richloc
12795         and diagnostic_kind.
12796         (class selftest::test_diagnostic_context): New class.
12797         (selftest::test_diagnostic_show_locus_unknown_location): New
12798         function.
12799         (selftest::test_one_liner_simple_caret): New function.
12800         (selftest::test_one_liner_caret_and_range): New function.
12801         (selftest::test_one_liner_multiple_carets_and_ranges): New
12802         function.
12803         (selftest::test_one_liner_fixit_remove): New function.
12804         (selftest::test_one_liner_fixit_replace): New function.
12805         (selftest::test_diagnostic_show_locus_one_liner): New function.
12806         (selftest::diagnostic_show_locus_c_tests): Call the new test
12807         functions.
12808         * diagnostic.c (diagnostic_initialize): Initialize
12809         colorize_source_p, show_ruler_p and parseable_fixits_p.
12810         (default_diagnostic_finalizer): Update for change to
12811         diagnostic_show_locus.
12812         (diagnostic_append_note): Likewise.
12813         * diagnostic.h (diagnostic_show_locus): Replace
12814         const diagnostic_info * param with location * and diagnostic_t.
12816 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
12818         * input.c (saved_line_table): New global.
12819         (class selftest::temp_line_table): Rename to line_table_test and
12820         move declaration to selftest.h, and drop field m_old_line_table.
12821         (selftest::temp_line_table::temp_line_table): Rename ctor to...
12822         (selftest::line_table_test::line_table_test): ...this.  Add a
12823         default ctor.  Store current value of line_table within
12824         saved_line_table.
12825         (selftest::temp_line_table::~temp_line_table): Rename dtor to...
12826         (selftest::line_table_test::~line_table_test): ...this, and
12827         restore line_table from the saved_line_table, rather than
12828         m_old_line_table.
12829         (selftest::test_accessing_ordinary_linemaps): Update for above
12830         renaming.
12831         (selftest::test_lexer): Likewise.
12832         (struct selftest::lexer_test): Likewise.
12833         (selftest::lexer_test::lexer_test): Likewise.
12834         (selftest::input_c_tests): Move the looping over test cases from
12835         here into...
12836         (selftest::for_each_line_table_case): New function.
12837         * input.h (saved_line_table): New decl.
12838         * selftest.h (struct selftest::line_table_case): New forward decl.
12839         (class selftest::line_table_test): New class, moved here from
12840         selftest::temp_line_table in input.c, and renamed.
12841         (selftest::for_each_line_table_case): New decl.
12843 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
12845         PR target/72839
12846         * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
12848 2016-08-18  Chung-Lin Tang  <cltang@codesourcery.com>
12850         PR middle-end/70895
12851         * gimplify.c (omp_add_variable): Adjust/add variable mapping on
12852         enclosing parallel construct for reduction variables on OpenACC loop
12853         directives.
12855 2016-08-18  Pierre-Marie de Rodat  <derodat@adacore.com>
12857         * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
12858         (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
12859         -gdwarf-3.
12860         (function_to_dwarf_procedure): Update comment.
12862 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
12864         * input.c (diagnostics_file_cache_forcibly_evict_file): New
12865         function.
12866         * input.h (diagnostics_file_cache_forcibly_evict_file): New
12867         declaration.
12868         * selftest.c (selftest::temp_source_file::~temp_source_file):
12869         Evict m_filename from the diagnostic file cache.
12871 2016-08-18  Richard Biener  <rguenther@suse.de>
12873         * tree-pass.h (make_pass_materialize_all_clones): Declare.
12874         * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
12875         make_pass_materialize_all_clones): New simple IPA pass encapsulating
12876         clone materialization.
12877         * passes.def (all_late_ipa_passes): Start with
12878         pass_materialize_all_clones.
12879         * cgraphunit.c (symbol_table::compile): Remove call to
12880         materialize_all_clones.
12881         * tree-into-ssa.c: Include statistics.h.
12882         (update_ssa): Count number of times we do incremental/rewrite
12883         SSA update.
12885 2016-08-18  Richard Biener  <rguenther@suse.de>
12887         PR tree-optimization/77282
12888         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12889         When doing auto-parallelizing also prevent use of PHIs that
12890         carry dependences across loop backedges.
12892 2016-08-18  Tamar Christina  <tamar.christina@arm.com>
12893             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12895         * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
12897 2016-08-18  Richard Biener  <rguenther@suse.de>
12899         * ssa-iterators.h (ssa_vuse_operand): New inline.
12900         * tree-if-conv.c (ifc_temp_var): Update virtual operand.
12901         (predicate_all_scalar_phis): Use remove_phi_node to remove
12902         phi nodes predicated.  Delay removing virtual PHIs.
12903         (predicate_mem_writes): Update virtual operands.
12904         (combine_blocks): Likewise.  Propagate out remaining virtual PHIs.
12905         (tree_if_conversion): Do not rewrite virtual SSA form.
12906         * tree-phinodes.c (release_phi_node): Make static.
12907         * tree-phinodes.h (release_phi_node): Remove.
12909 2016-08-18  Jakub Jelinek  <jakub@redhat.com>
12911         * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
12912         codes that appear in bdesc_* arrays, instead include i386-builtin.def
12913         twice to define those.
12914         (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
12915         bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
12916         bdesc_multi_arg): Define by including i386-builtin.def the third time.
12917         * config/i386/i386-builtin.def: New file.
12919 2016-08-17  David Malcolm  <dmalcolm@redhat.com>
12921         * input.c (get_source_range_for_char): Rename to...
12922         (selftest::get_source_range_for_char): ...this, and move within
12923         the #if CHECKING_P guard.
12924         (get_num_source_ranges_for_substring): Rename to...
12925         (selftest::get_num_source_ranges_for_substring): ...this, move
12926         within the #if CHECKING_P guard, and make static.
12927         (selftest::assert_num_substring_ranges): Initialize
12928         actual_num_ranges.
12930 2016-08-18  Alan Modra  <amodra@gmail.com>
12932         PR rtl-optimization/72771
12933         * reload.c (find_reloads): Don't assume that a subreg mem is OK
12934         when find_reloads_toplev returns address_reloaded==-1.
12935         (alternative_allows_const_pool_ref): Update comment.
12937 2015-08-17  Alan Hayward  <alan.hayward@arm.com>
12939         PR tree-optimization/71752
12940         * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
12941         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
12943 2016-08-17  Jakub Jelinek  <jakub@redhat.com>
12945         * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
12946         instead of testing ECF_NORETURN bit in gimple_call_flags.
12947         * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
12948         * predict.c (tree_bb_level_predictions): Likewise.
12949         * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
12951         PR middle-end/77259
12952         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
12953         turning a call into __builtin_unreachable-like noreturn call, adjust
12954         gimple_call_set_fntype.
12955         * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
12956         gimple_call_fntype has void return type.
12958 2016-08-17  Chung-Lin Tang  <cltang@codesourcery.com>
12960         * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
12961         maybe_lookup_decl, to handle nested acc loop directives.
12963 2016-08-17  Richard Biener  <rguenther@suse.de>
12965         PR tree-optimization/76490
12966         * tree-vrp.c (update_value_range): Preserve overflow infinities
12967         when intersecting with ranges from get_range_info.
12968         (operand_less_p): Handle overflow infinities correctly.
12969         (value_range_constant_singleton): Use vrp_operand_equal_p
12970         to handle overflow max/min correctly.
12971         (vrp_valueize): Likewise.
12972         (union_ranges): Likewise.
12973         (intersect_ranges): Likewise.
12974         (vrp_visit_phi_node): Improve iteration limitation to only
12975         apply when we'll possibly re-visit the PHI via a changed argument
12976         on the backedge.
12978 2016-08-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
12980         * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
12981         (MULTILIB_REQUIRED): This by specifying multilib needing to be built
12982         rather than those that should not be built.
12984 2016-08-17  Stanislaw Halik  <sthalik@misaki.pl>
12986         PR target/66488
12987         * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
12989 2016-08-17  Richard Biener  <rguenther@suse.de>
12991         * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
12992         (verify_vssa): New function verifying virtual SSA form.
12993         (verify_ssa): Call it.
12994         * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
12995         Do not apply loop-closed SSA handling to virtuals.
12996         * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
12997         * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
12998         when rewriting their symbol.
12999         (prepare_def_site_for): Likewise.
13000         * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
13001         operands of moved stmts.
13003 2016-08-17  Richard Biener  <rguenther@suse.de>
13005         PR tree-optimization/23855
13006         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
13007         (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
13008         find guards to hoist.  Do not update SSA form but rewrite virtuals
13009         into loop closed SSA.
13010         (find_loop_guard): Adjust to skip already hoisted guards.  Do
13011         not mark virtuals for renaming or update SSA form.
13013 2016-08-17  Martin Liska  <mliska@suse.cz>
13015         * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
13016         a LONG_LONG_TYPE_SIZE comparison.
13017         * gcov-io.h: Remove macro definitions.
13018         * tree-profile.c (gimple_gen_edge_profiler): Replace usage
13019         of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
13020         comparison.
13022 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
13024         * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
13025         that builtins not mentioned in bdesc_* arrays come first, then
13026         the ones mentioned in bdesc_* arrays in the order they appear in
13027         the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
13028         IX86_BUILTIN__BDESC_*_LAST enumerator.
13029         (bdesc_mpx): Fix up a comment typo.
13030         (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
13031         __builtin_ia32_vpcomneu[bwdq] builtins.
13032         (BDESC_VERIFY, BDESC_VERIFYS): Define.
13033         (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
13034         enum ix86_builtins ordering.
13035         (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
13036         for direct bdesc_* array member access instead of searching all the
13037         arrays until an fcode match is found.
13039 2016-08-16  Uros Bizjak  <ubizjak@gmail.com>
13041         * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
13042         pattern as define_insn_and_split.  Split insn before reload to
13043         ashl<mode>3_1.
13044         (*<shift_insn><mode>3_mask): Ditto.  Split insn before reload to
13045         <shift_insn><mode>3_1.
13046         (*<rotate_insn><mode>3_mask): Ditto.  Split insn before reload to
13047         <rotate_insn><mode>3_1.
13049 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
13051         PR c/72857
13052         * input.c (get_source_range_for_substring): Rename to...
13053         (get_source_location_for_substring): ...this, adding param
13054         "caret_idx", and converting output param from source_range * to
13055         location_t *.
13056         (get_source_range_for_char): New function.
13057         (get_num_source_ranges_for_substring): Update comment to reflect
13058         above renaming.
13059         (assert_char_at_range): Update to use get_source_range_for_char
13060         rather than get_source_range_for_substring.
13061         (test_lexer_string_locations_concatenation_2): Likewise.
13062         * substring-locations.h (get_source_range_for_substring): Rename
13063         to...
13064         (get_source_location_for_substring): ...this, and adding param
13065         "caret_idx", and converting output param from source_range * to
13066         location_t *.
13068 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
13070         * input.c (class selftest::temp_source_file): Move to
13071         selftest.h.
13072         (selftest::temp_source_file::temp_source_file): Move to
13073         selftest.c.
13074         (selftest::temp_source_file::~temp_source_file): Likewise.
13075         * selftest.c (selftest::temp_source_file::temp_source_file): Move
13076         here from input.c.
13077         (selftest::temp_source_file::~temp_source_file): Likewise.
13078         * selftest.h (class selftest::temp_source_file): Move here from
13079         input.c
13081 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
13083         PR target/71910
13084         * tree-cfg.c (execute_fixup_cfg): Add node variable, use it.  Before
13085         inlining, add cgraph edge for the added __builtin_unreachable call.
13087         PR middle-end/67485
13088         * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
13089         only cast it to SHWI for the final comparison.
13091 2016-08-16  Martin Liska  <mliska@suse.cz>
13093         PR gcov-profile/36412
13094         * doc/gcov.texi: Document --hash-filenames(-x).
13095         * gcov.c (print_usage): Add the option.
13096         (process_args): Process the option, sort options alphabetically.
13097         (md5sum_to_hex): New function.
13098         (make_gcov_file_name): Do the md5sum and append it to a
13099         filename.
13101 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
13103         PR tree-optimization/69848
13104         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
13105         and swtich operands to avoid additional NOT instruction.
13106         (vcond<v_cmp_mixed><mode>): Ditto.
13107         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
13109 2016-08-16  Eric Botcazou  <ebotcazou@adacore.com>
13111         * doc/install.texi (*-*-solaris2*): Adjust latest change.
13113 2016-08-16  Richard Biener  <rguenther@suse.de>
13115         PR tree-optimization/76783
13116         * tree-ssa-propagate.c (ssa_prop_init): Use RPO order.  Clear
13117         BB visited flags at start.
13119 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
13121         PR tree-optimization/72817
13122         PR tree-optimization/73450
13123         * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
13124         multiple_of_p for adjusted IV.base.
13126 2016-08-15  Uros Bizjak  <ubizjak@gmail.com>
13128         PR target/72867
13129         * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
13130         Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
13131         for !flag_finite_math_only or flag_signed_zeros.
13132         (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
13133         *<code><mode>3_finite<mask_name><round_saeonly_name>.  Do not
13134         depend on flag_finite_math_only.
13135         (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
13136         New insn pattern.
13137         (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
13138         (*ieee_smin<mode>3): Ditto.
13139         (*ieee_smax<mode>3): Ditto.
13140         * config/i386/mmx.md (mmx_<code>v2sf3): Emit
13141         mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
13142         flag_signed_zeros.
13143         (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite.  Do not
13144         depend on flag_finite_math_only.
13145         (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
13146         (*mmx_<code>v2sf3): Remove.
13147         * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
13148         * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
13149         flag_signed_zeros instead of !flag_unsafe_math_optimizations.
13151 2016-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
13153         PR rtl-optimization/73650
13154         * lra-constraints.c (simple_move_p): If the insn is multiple_sets
13155         it is not a simple move.
13157 2016-08-15  Martin Liska  <mliska@suse.cz>
13159         PR driver/72765
13160         * gcc.c (do_spec_1): Call save_string with the right size.
13161         (save_string): Do an assert about string we copy.
13163 2016-08-15  Richard Biener  <rguenther@suse.de>
13165         * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
13166         * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
13167         TV_MACH_DEP.
13168         (pass_data_stv): Likewise.
13170 2016-08-15  Richard Biener  <rguenther@suse.de>
13172         PR tree-optimization/73434
13173         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
13174         TBAA info on the base when forwarding a non-invariant address.
13176 2016-08-15  Jakub Jelinek  <jakub@redhat.com>
13178         * dwarf2out.c (struct checksum_attributes): Add
13179         at_string_length_bit_size and at_string_length_byte_size fields.
13180         (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
13181         and DW_AT_string_length_byte_size.
13182         (die_checksum_ordered): Handle at_string_length_bit_size and
13183         at_string_length_byte_size.
13184         (gen_array_type_die): For dwarf_version >= 5 emit
13185         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
13186         (adjust_string_types): For dwarf_version >= 5 remove
13187         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
13188         (resolve_addr): Likewise.
13190         PR debug/71906
13191         * dwarf2out.c (string_types): New variable.
13192         (gen_array_type_die): Change early_dwarf handling of
13193         DW_AT_string_length, create DW_OP_call4 referencing the
13194         length var temporarily.  Handle parameters that are pointers
13195         to string length.
13196         (adjust_string_types): New function.
13197         (gen_subprogram_die): Temporarily set string_types to local var,
13198         call adjust_string_types if needed.
13199         (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
13200         New functions.
13201         (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
13203 2016-08-15  Eric Botcazou  <ebotcazou@adacore.com>
13205         * doc/install.texi (*-*-solaris2*): Fix version number and document
13206         requirement on GNU make for building libjava with the Solaris linker.
13208 2016-08-15  Martin Liska  <mliska@suse.cz>
13209             Jakub Jelinek  <jakub@redhat.com>
13211         PR tree-optimization/72824
13212         * tree-loop-distribution.c (const_with_all_bytes_same)
13213         <case VECTOR_CST>: Fix a typo.
13215 2016-08-14  Uros Bizjak  <ubizjak@gmail.com>
13217         PR target/76342
13218         * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
13219         Renamed from _mm512_undefined_si512.
13220         (_mm_undefined_si512): New definition.
13222 2016-08-13  Richard Biener  <rguenther@suse.de>
13224         * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
13225         into PHIs and update the lattice for its def.
13227 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
13229         PR c/71512
13230         * ubsan.c (instrument_si_overflow): Pass true instead of false
13231         to gsi_replace.
13232         (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
13233         of bbs.  Return TODO_cleanup_cfg if any returned true.
13235 2016-08-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
13237         * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
13238         ISA 3.0 MTVSRDD instruction.
13239         (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
13240         vecperm.
13242 2016-08-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13244         PR tree-optimization/71083
13245         * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
13246         bitfield access when possible.
13248 2016-08-12  Patrick Palka  <ppalka@gcc.gnu.org>
13250         PR middle-end/71654
13251         * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
13252         sign-changing cast from a shorter unsigned type to a wider
13253         signed type.
13255 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
13257         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
13258         vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
13259         vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
13261 2016-08-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13263         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
13264         Correct costs for vec_construct.
13266 2016-08-12  Bin Cheng  <bin.cheng@arm.com>
13268         PR tree-optimization/69848
13269         * tree-vectorizer.h (enum vect_def_type): New condition reduction
13270         type CONST_COND_REDUCTION.
13271         * tree-vect-loop.c (vectorizable_reduction): Support new condition
13272         reudction type CONST_COND_REDUCTION.
13274 2016-08-12  Richard Biener  <rguenther@suse.de>
13276         PR tree-optimization/57326
13277         * tree-ssa-pre.c (fully_constant_expression): Handle simplification
13278         returning an SSA name.
13279         (phi_translate_1): When fully_constant_expression returns a NAME
13280         make sure we have a leader for it.
13282 2016-08-12  Martin Liska  <mliska@suse.cz>
13283             Adam Fineman  <afineman@afineman.com>
13285         * gcov.c (process_file): Create .gcov file when .gcda
13286         file is missing.
13288 2016-08-12  Marek Polacek  <polacek@redhat.com>
13290         PR c/7652
13291         * alias.c (find_base_value): Adjust fall through comment.
13292         * cfgexpand.c (expand_debug_expr): Likewise.
13293         * combine.c (find_split_point): Likewise.
13294         (expand_compound_operation): Likewise.  Add FALLTHRU.
13295         (make_compound_operation): Adjust fall through comment.
13296         (canon_reg_for_combine): Add FALLTHRU.
13297         (force_to_mode): Adjust fall through comment.
13298         (simplify_shift_const_1): Likewise.
13299         (simplify_comparison): Likewise.
13300         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
13301         FALLTHRU.
13302         * config/aarch64/predicates.md: Likewise.
13303         * config/i386/i386.c (function_arg_advance_32): Likewise.
13304         (ix86_gimplify_va_arg): Likewise.
13305         (print_reg): Likewise.
13306         (ix86_print_operand): Likewise.
13307         (ix86_build_const_vector): Likewise.
13308         (ix86_expand_branch): Likewise.
13309         (ix86_sched_init_global): Adjust fall through comment.
13310         (ix86_expand_args_builtin): Add FALLTHRU.
13311         (ix86_expand_builtin): Likewise.
13312         (ix86_expand_vector_init_one_var): Likewise.
13313         * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
13314         (rs6000_adjust_cost): Likewise.
13315         (insn_must_be_first_in_group): Likewise.
13316         * config/rs6000/rs6000.md: Likewise.  Adjust fall through comment.
13317         * dbxout.c (dbxout_symbol): Adjust fall through comment.
13318         * df-scan.c (df_uses_record): Likewise.
13319         * dojump.c (do_jump): Add FALLTHRU.
13320         * dwarf2out.c (mem_loc_descriptor): Likewise.  Adjust fall through
13321         comment.
13322         (resolve_args_picking_1): Adjust fall through comment.
13323         (loc_list_from_tree_1): Likewise.
13324         * expmed.c (make_tree): Likewise.
13325         * expr.c (expand_expr_real_2): Add FALLTHRU.
13326         (expand_expr_real_1): Likewise.  Adjust fall through comment.
13327         * fold-const.c (const_binop): Adjust fall through comment.
13328         (fold_truth_not_expr): Likewise.
13329         (fold_cond_expr_with_comparison): Add FALLTHRU.
13330         (fold_binary_loc): Likewise.
13331         (contains_label_1): Adjust fall through comment.
13332         (multiple_of_p): Likewise.
13333         * gcov-tool.c (process_args): Add FALLTHRU.
13334         * genattrtab.c (check_attr_test): Likewise.
13335         (write_test_expr): Likewise.
13336         * genconfig.c (walk_insn_part): Likewise.
13337         * genpreds.c (validate_exp): Adjust fall through comment.
13338         (needs_variable): Likewise.
13339         * gensupport.c (get_alternatives_number): Add FALLTHRU.
13340         (subst_dup): Likewise.
13341         * gimple-pretty-print.c (dump_gimple_assign): Likewise.
13342         * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
13343         (gimplify_scan_omp_clauses): Add FALLTHRU.
13344         (goa_stabilize_expr): Likewise.
13345         * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
13346         through comment.
13347         * hsa-gen.c (get_address_from_value): Likewise.
13348         * ipa-icf.c (sem_function::hash_stmt): Likewise.
13349         * ira.c (ira_setup_alts): Add FALLTHRU.
13350         * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
13351         comment.
13352         * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
13353         * opts.c (common_handle_option): Likewise.
13354         * read-rtl.c (read_rtx_code): Likewise.
13355         * real.c (round_for_format): Likewise.
13356         * recog.c (asm_operand_ok): Likewise.
13357         * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
13358         * reload1.c (set_label_offsets): Likewise.
13359         (eliminate_regs_1): Likewise.
13360         (reload_reg_reaches_end_p): Likewise.
13361         * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
13362         (rtx_cost): Likewise.
13363         * sched-rgn.c (is_exception_free): Likewise.
13364         * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
13365         * stor-layout.c (int_mode_for_mode): Likewise.
13366         * toplev.c (print_to_asm_out_file): Likewise.
13367         (print_to_stderr): Likewise.
13368         * tree-cfg.c (gimple_verify_flow_info): Likewise.
13369         * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
13370         (chrec_fold_multiply): Likewise.
13371         (evolution_function_is_invariant_rec_p): Likewise.
13372         (for_each_scev_op): Likewise.
13373         * tree-data-ref.c (siv_subscript_p): Likewise.
13374         (get_references_in_stmt): Likewise.
13375         * tree.c (find_placeholder_in_expr): Adjust fall through comment.
13376         (substitute_in_expr): Likewise.
13377         (type_cache_hasher::equal): Likewise.
13378         (walk_type_fields): Likewise.
13379         * var-tracking.c (adjust_mems): Add FALLTHRU.
13380         (set_dv_changed): Adjust fall through comment.
13381         * varasm.c (default_function_section): Add FALLTHRU.
13383 2016-08-12  Marek Polacek  <polacek@redhat.com>
13385         PR c/7652
13386         * tree-complex.c (expand_complex_division): Add missing break.
13388 2016-08-12  Richard Biener  <rguenther@suse.de>
13390         * passes.c (execute_todo): Do not push/pop TV_TODO.
13391         (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
13392         (execute_one_pass): Likewise.
13393         * common.opt (ftime-report-details): New switch.
13394         * doc/invoke.texi (ftime-report-details): Document.
13395         * timevar.h (timer::print_row): Adjust signature.
13396         (timer::all_zero): New static helper.
13397         (timer::child_map_t): New typedef.
13398         (timer::time_var_def): Add children field.
13399         * timevar.c (timer::named_items::print): Adjust.
13400         (timer::~timer): Free timevar recorded children.
13401         (timer::pop_internal): When -ftime-report-details record
13402         time spent in sub-timevars.
13403         (timer::print_row): Adjust.
13404         (timer::print): Print sub-timevar stats, use all_zero.
13405         * timevar.def (TV_TODO): Remove.
13407 2016-08-12  Richard Biener  <rguenther@suse.de>
13409         PR tree-optimization/72851
13410         * tree-ssa-propagate.c: Include cfganal.h.  Rewrite block and stmt
13411         worklists to use bitmaps indexed in execution order.
13412         (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
13413         bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
13414         (cfg_blocks): Make a bitmap.
13415         (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
13416         New globals.
13417         (cfg_blocks_empty_p): Adjust.
13418         (cfg_blocks_add): Likewise.
13419         (cfg_blocks_get): Likewise.
13420         (add_ssa_edge): Likewise.
13421         (add_control_edge): Likewise.
13422         (simulate_stmt): Likewise.
13423         (process_ssa_edge_worklist): Likewise.
13424         (simulate_block): Likewise.
13425         (ssa_prop_init): Compute PRE order and stmt UIDs.
13426         (ssa_prop_fini): Adjust.
13427         (ssa_propagate): Adjust.
13429 2016-08-12  Richard Biener  <rguenther@suse.de>
13431         * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
13432         the currently executable edges have fixed ranges.  Always
13433         go through update_value_range.
13435 2016-08-12  Alexandre Oliva  <aoliva@redhat.com>
13437         PR debug/63240
13438         * langhooks-def.h
13439         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
13440         (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
13441         (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
13442         (LANG_HOOKS_DECLS): Add it.
13443         * langhooks.h (struct lang_hooks_for_decls): Add
13444         function_decl_defaulted.  Const_tree-ify
13445         function_decl_explicit_p and function_decl_deleted_p.
13446         * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
13447         attribute.  Add DW_AT_deleted instead of DW_AT_GNU_deleted,
13448         also at strict DWARF v5.
13450         PR debug/55641
13451         * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
13452         TYPE_QUAL_CONST in reference-typed decls.
13454         PR debug/49366
13455         * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
13456         in DW_OP_pieces, just enough to handle pointers to member
13457         functions.
13458         (gen_remaining_tmpl_value_param_die_attribute): Use a location
13459         expression on DWARFv5 if a constant value doesn't work.
13461 2016-08-11  David Malcolm  <dmalcolm@redhat.com>
13463         * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
13464         * selftest.c (selftest::test_assertions): New function.
13465         (selftest::selftest_c_tests): New function.
13466         * selftest.h (selftest::selftest_c_tests): New declaration.
13468 2016-08-11  Richard Biener  <rguenther@suse.de>
13469             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13471         PR rtl-optimization/72855
13472         * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
13474 2016-08-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13476         PR target/72863
13477         * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
13478         (vsx_store_<mode>): Likewise.
13480 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
13482         * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
13483         TImode CONST_WIDE_INT store.
13484         (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
13486 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
13488         * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
13489         mode if unaligned SSE load and store are optimal.
13491 2016-08-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13493         PR tree-optimization/71083
13494         * tree-predcom.c (ref_at_iteration): Correctly align the
13495         reference type.
13497 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13499         * config/s390/s390-builtin-types.def: Add INT128 types.
13500         * config/s390/s390-builtins.def: Add INT128 variants for the add
13501         sub low-level builtins dealing with TImode.
13502         * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
13503         via subreg when expanding a builtin.
13504         * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
13505         UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
13506         Fix comment.
13507         * config/s390/vecintrin.h: Adjust builtin names accordingly.
13508         * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
13509         ("vec_addc<mode>", "vec_addc_u128"): Merge to
13510         "vacc<bhfgq>_<mode>".
13511         ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
13512         ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
13513         ("vec_subc<mode>", "vec_subc_u128"): Merge to
13514         "vscbi<bhfgq>_<mode>".
13515         ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
13516         ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
13518 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13520         * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
13522 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
13524         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
13525         unused declaration.
13526         (vcond<v_cmp_mixed><mode>): Ditto.
13527         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
13529 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
13531         * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
13532         variable explicitly, also assert on it before use.
13534 2016-08-11  Richard Biener  <rguenther@suse.de>
13536         PR tree-optimization/72772
13537         * cfgloopmanip.c (create_preheader): Use split_edge if there
13538         is a single loop entry, avoiding degenerate PHIs.
13540 2016-08-11  Richard Biener  <rguenther@suse.de>
13542         * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
13543         unconditional TODO_cleanup_cfg.
13544         (pass_thread_jumps::execute): Initialize loops, perform a CFG
13545         cleanup only if we threaded a jump.
13547 2016-08-11  Alan Modra  <amodra@gmail.com>
13549         PR target/71680
13550         * lra-constraints.c (simplify_operand_subreg): Allow subreg
13551         mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
13552         slow.  Emit two reloads for slow mem case, first loading in
13553         fast innermode, then converting to required mode.
13555 2016-08-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
13557         * config/rs6000/altivec.h (vec_extract_exp): New macro.
13558         (vec_extract_sig): New macro.
13559         (vec_insert_exp): New macro.
13560         (vec_test_data_class): New macro.
13561         (scalar_extract_exp): New macro.
13562         (scalar_extract_sig): New macro.
13563         (scalar_insert_exp): New macro.
13564         (scalar_test_data_class): New macro.
13565         (scalar_test_neg): New macro.
13566         (scalar_cmp_exp_gt): New macro.
13567         (scalar_cmp_exp_lt): New macro.
13568         (scalar_cmp_exp_eq): New macro.
13569         (scalar_cmp_exp_unordered): New macro.
13570         * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
13571         to enforce constraint that operand is a 7-bit unsigned literal.
13572         * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
13573         for power9 built-ins.
13574         (BU_P9V_VSX_2): Likewise.
13575         (BU_P9V_64BIT_VSX_2): Likewise.
13576         (VSEEDP): Add scalar extract exponent support.
13577         (VSEESP): Add scalar extract signature support.
13578         (VSTDCNDP): Add scalar test negative support.
13579         (VSTDCNSP): Likewise.
13580         (VSIEDP): Add scalar insert exponent support.
13581         (VSCEDPGT): Add scalar compare exponent greater than support.
13582         (VSCEDPLT): Add scalar compare exponent less than support.
13583         (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
13584         (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
13585         (VSTDCDP): Add scalar test data class support.
13586         (VSTDCSP): Likewise.
13587         (VSEEDP): Add overload support for scalar extract exponent
13588         operation.
13589         (VSESDP): Add overload support for scalar extract signature
13590         operation.
13591         (VSTDCN): Add overload support for scalar test negative
13592         operation.
13593         (VSTDCNDP): Add overload support for scalar test negative
13594         operation.
13595         (VSTDCNSP): Add overload support for scalar test negative
13596         operation.
13597         (VSIEDP): Add overload support for scalar insert exponent
13598         operation.
13599         (VSTDC): Add overload support for scalar test data class
13600         operation.
13601         (VSTDCDP): Add overload support for scalar test data class
13602         operation.
13603         (VSTDCSP): Add overload support for scalar test data class
13604         opreation.
13605         (VSCEDPGT): Add overload support for scalar compare exponent
13606         greater than operation.
13607         (VSCEDPLT): Add overload support for scalar compare exponent
13608         less than operation.
13609         (VSCEDPEQ): Add overload support for scalar compare exponent
13610         test-for-equality operation.
13611         (VSCEDPUO): Add overload support for scalar compare exponent
13612         test-for-unordered operation.
13613         (VEEDP): Add vector extract exponent support.
13614         (VEESP): Likewise.
13615         (VESDP): Add vector extract significand support.
13616         (VESSP): Likewise.
13617         (VIEDP): Add vector insert exponent support.
13618         (VIESP): Likewise.
13619         (VTDCDP): Add vector test data class support.
13620         (VTDCSP): Likewise.
13621         (VES): Add overload support for vector extract significand operation.
13622         (VESDP): Likewise.
13623         (VESSP): Likewise
13624         (VEE): Add overload support for vector extract exponent operation.
13625         (VEEDP): Likewise.
13626         (VEESP): Likewise.
13627         (VTDC): Add overload support for vector test data class operation.
13628         (VTDCDP): Likewise.
13629         (VTDCSP): Likewise.
13630         (VIE): Add overload support for vector insert exponent operation.
13631         (VIEDP): Likewise.
13632         (VIESP): Likewise.
13633         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
13634         overloaded binary floating point functions.
13635         (altivec_resolve_overloaded_builtin): Improve error messages to
13636         distinguish between functions not supported in the current
13637         compiler configuration and functions that were invoked with an
13638         invalid parameter combination, and include the built-in function
13639         name in both error messages.
13640         * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
13641         New prototype.
13642         * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
13643         function.
13644         (rs6000_expand_binop_builtin): Add check to enforce that argument
13645         2 of the test data class operations is a 7-bit unsigned literal.
13646         (rs6000_invalid_builtin): Add code to issue an error message if a
13647         built-in function that requires the power9_vector and -m32
13648         command-line options is compiled without these options.
13649         * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
13650         (UNSPEC_VSX_SXSIGDP): New value.
13651         (UNSPEC_VSX_SXSIGPDP): New value.
13652         (UNSPEC_VSX_SIEXPDP): New value.
13653         (UNSPEC_VSX_SCMPEXPDP): New value.
13654         (UNSPEC_VSX_STSTDC): New value.
13655         (UNSPEC_VSX_VXEXP): New value.
13656         (UNSPEC_VSX_VXSIG): New value.
13657         (UNSPEC_VSX_VIEXP): New value.
13658         (UNSPEC_VSX_VTSTDC): New value.
13659         (xsxexpdp): New insn for scalar extract exponent.
13660         (xsxsigdp): New insn for scalar extract significand.
13661         (xsiexpdp): New insn for scalar insert exponent.
13662         (xscmpexpdp_<code>): New expansion for scalar compare exponents.
13663         (*xscmpexpdp): New insn for scalar compare exponents.
13664         (xststdc<Fvsx): New expansion for both single- and
13665         double-precision scalar test data class operations.
13666         (xststdcneg<Fvsx>): New expansion for both single- and
13667         double-precision scalar test for negative value operations.
13668         (*xststdc<Fvsx>): New insn for scalar test data class
13669         operation.
13670         (xvxexp<VSs>): New insn for single- and double-precision
13671         vector extract exponent operation.
13672         (xvxsig<VSs>): New insn for single- and double-precision
13673         vector extract significand operation.
13674         (xviexp<VSs>): New insn for single- and double-precision
13675         vector insert exponent operation.
13676         (xvtstdc<VSs>): New insn for single- and double-precision
13677         vector test data class operation.
13678         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
13679         built-in functions to represent the Power9 binary floating-point
13680         support instructions.
13682 2016-08-10  bin cheng  <bin.cheng@arm.com>
13684         * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
13686 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
13687             Renlin Li  <renlin.li@arm.com>
13688             Bin Cheng  <bin.cheng@arm.com>
13690         * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
13691         * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
13692         gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
13693         (aarch64_vcond_internal<mode><mode>): Delete pattern.
13694         (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
13695         (vcond<v_cmp_result><mode>): Ditto.
13696         (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
13697         (vcondu<mode><mode>): Ditto.
13698         (vcond<v_cmp_mixed><mode>): New pattern.
13699         (vcondu<mode><v_cmp_mixed>): New pattern.
13700         (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
13701         of aarch64_vcond_internal.
13703 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
13704             Renlin Li  <renlin.li@arm.com>
13705             Bin Cheng  <bin.cheng@arm.com>
13707         * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
13708         (vec_cmp<mode><v_cmp_result>): New pattern.
13709         (vec_cmpu<mode><mode>): New pattern.
13710         (vcond_mask_<mode><v_cmp_result>): New pattern.
13712 2016-08-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
13714         PR tree-optimization/71734
13715         * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
13716         REF_LOOP, invoke ref_indep_loop_p_1.
13717         (outermost_indep_loop): Pass LOOP argumnet where REF was defined
13718         to ref_indep_loop_p.
13719         (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
13720         combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
13721         is inside LOOP, do not cache dpendence value for loops with
13722         non-zero SAFELEN.
13723         (ref_indep_loop_p_2): Delete function.
13724         (can_sm_ref_p): Pass LOOP as additional argument to
13725         ref_indep_loop_p.
13727 2016-08-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
13729         PR target/72853
13730         * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
13731         being an offsettable address.
13733 2016-08-10  Martin Liska  <mliska@suse.cz>
13735         PR gcov-profile/58306
13736         * tree-profile.c (gimple_init_edge_profiler): Create conditionally
13737         atomic variants of profile update functions.
13739 2016-08-10  Martin Liska  <mliska@suse.cz>
13741         Cherry picked (and modified) from google-4_7 branch
13742         2012-12-26  Rong Xu  <xur@google.com>
13743         * common.opt (fprofile-update): Add new flag.
13744         * coretypes.h: Define enum profile_update.
13745         * doc/invoke.texi: Document -fprofile-update.
13746         * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
13747         GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
13748         * tree-profile.c (gimple_init_edge_profiler): Generate
13749         also atomic profiler update.
13750         (gimple_gen_edge_profiler): Likewise.
13752 2016-08-10  David Malcolm  <dmalcolm@redhat.com>
13754         * toplev.c (finalize): Set aux_info_file, asm_out_file, and
13755         stack_usage_file to NULL after fclose calls.
13757 2016-08-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
13759         PR target/71873
13760         * reload.c (push_reload): Compute subreg_in_class for
13761         subregs of constants and plus expressions. Remove special
13762         handling of SYMBOL_REFs.
13764 2016-08-10  Alan Modra  <amodra@gmail.com>
13766         PR target/71680
13767         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
13768         SImode for TARGET_E500_DOUBLE when given SImode.
13770 2016-08-09  David Wohlferd  <dw@LimeGreenSocks.com>
13772         * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
13773         unused variable __O.
13775 2016-08-09  Martin Liska  <mliska@suse.cz>
13777         * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
13778         _gcov_reset to __gcov_reset.
13779         * doc/gcov-tool.texi: Fix typo.
13781 2016-08-09  Martin Liska  <mliska@suse.cz>
13783         * value-prof.c (gimple_divmod_values_to_profile): Do not
13784         instrument MOD histogram if a value is not a SSA name.
13786 2016-08-09  Martin Liska  <mliska@suse.cz>
13788         * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
13789         values.
13791 2016-08-09  Renlin Li  <renlin.li@arm.com>
13793         PR middle-end/64971
13794         * calls.c (prepare_call_address): Convert funexp to Pmode when
13795         necessary.
13796         * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
13797         (sibcall_value): Likewise.
13799 2016-08-09  Marek Polacek  <polacek@redhat.com>
13801         PR c/7652
13802         * cselib.c (cselib_expand_value_rtx_1): Add return.
13803         * gengtype.c (dbgprint_count_type_at): Likewise.
13804         * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
13805         * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
13807 2016-08-09  Martin Jambor  <mjambor@suse.cz>
13809         PR ipa/71981
13810         * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
13811         if instance is a MEM_REF.
13813 2016-08-09  Uros Bizjak  <ubizjak@gmail.com>
13815         PR target/72843
13816         * config/i386/i386.md (*movtf_internal): Use
13817         lra_in_progress || reload_completed instead of !can_create_pseudo_p
13818         in the insn constraint.
13819         (*movxf_internal): Ditto.
13820         (*movdf_internal): Ditto.
13821         (*movsf_internal): Ditto.
13823 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
13825         PR tree-optimization/72772
13826         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
13827         for expanded base.
13829 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
13831         PR tree-optimization/72772
13832         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
13833         parameter STOP.
13834         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
13835         parameter STOP and update calls.  Move expand_simple_operations
13836         function call from here...
13837         (simplify_using_initial_conditions): ...to here.  Delete parameter
13838         STOP.
13839         (tree_simplify_using_condition): Delete parameter STOP.
13840         * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
13841         simplify_using_initial_conditions.
13843 2016-08-09  Matthew Fortune  <matthew.fortune@imgtec.com>
13845         PR c/65345
13846         * config/mips/mips.c (mips_atomic_assign_expand_fenv):
13847         Use create_tmp_var_raw instead of create_tmp_var.
13849 2016-08-09  Richard Biener  <rguenther@suse.de>
13851         * tree-ssa-threadbackward.c (profitable_jump_thread_path):
13852         Treat same SSA names related.
13854 2016-08-09  Jakub Jelinek  <jakub@redhat.com>
13856         PR tree-optimization/72824
13857         * tree-loop-distribution.c (const_with_all_bytes_same): Verify
13858         real_zerop is not negative.
13860 2016-08-09  Richard Biener  <rguenther@suse.de>
13862         PR tree-optimization/71802
13863         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
13864         all merge opportunities with the predecessor.
13866 2016-08-09  Richard Biener  <rguenther@suse.de>
13868         PR ipa/68273
13869         * ipa-prop.c (ipa_modify_formal_parameters): Build
13870         parameter types with natural alignment also for the
13871         over-aligned case.
13873 2016-08-08  Andi Kleen  <ak@linux.intel.com>
13875         * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
13877 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
13879         PR c/64955
13880         * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
13881         do-nothing langhook.
13882         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
13883         * langhooks.h (struct lang_hooks): Add run_lang_selftests.
13884         * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
13885         (selftest::run_tests): Call lang_hooks.run_lang_selftests.
13887 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
13889         PR bootstrap/72844
13890         * input.c: Ensure that HAVE_ICONV is defined.
13892 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
13894         PR middle-end/72781
13895         * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
13896         private vars for lastprivate and for linear iterator.
13898         PR middle-end/68762
13899         * omp-simd-clone.c: Include varasm.h.
13900         (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
13901         DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
13902         DECL_ONE_ONLY call make_decl_one_only.  Fix up spelling in comment and
13903         update function name.
13905 2016-07-29  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
13907         * config/avr/driver-avr.c (specfiles_doc_url): Remove.
13908         (avr_diagnose_devicespecs_error): Remove.
13909         (avr_devicespecs_file): Remove composing absolute path for specfile
13910         and its verbose info. Remove conditions to check specs-file,
13912 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
13914         PR rtl-optimization/72821
13915         * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
13916         just return false for them.
13918 2016-08-08  Alan Modra  <amodra@gmail.com>
13920         PR target/72771
13921         * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
13922         toc refs created during reload.  Update function comment.
13924 2016-08-08  Alan Modra  <amodra@gmail.com>
13926         PR target/72802
13927         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
13928         alternatives.  Put loads first, then stores, and reg/reg moves
13929         within same class later.  Delete attr length.
13931 2016-08-08  Alan Modra  <amodra@gmail.com>
13933         PR target/72802
13934         * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
13935         (mem_operand_ds_form): New predicate.
13936         * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
13937         * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
13938         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
13939         * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
13940         (extendsfdf2_fpr): Replace o constraint with wY.
13942 2016-08-07  Jan Hubicka  <hubicka@ucw.cz>
13944         * tree-ssa-threadbackward.c: Include tree-inline.h
13945         (profitable_jump_thread_path): Use estimate_num_insns to estimate
13946         size of copied block; for cold paths reduce duplication.
13947         (find_jump_threads_backwards): Remove redundant tests.
13948         (pass_thread_jumps::gate): Enable for -Os.
13950 2016-08-07  Jakub Jelinek  <jakub@redhat.com>
13952         PR c/72816
13953         * stor-layout.c (layout_decl): Fix up formatting.
13954         (relayout_decl): Allow DECL to be FIELD_DECL.
13956 2016-08-07  Alan Modra  <amodra@gmail.com>
13958         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
13960 2016-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
13962         * data-streamer-in.c (streamer_read_wide_int): New.
13963         (streamer_read_widest_int): Renamed function.
13964         * data-streamer-out.c (streamer_write_wide_int): New
13965         (streamer_write_widest_int): Renamed function.
13966         * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
13967         data-stream-in.c.
13968         (input_cfg): Call renamed function.
13969         * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
13970         data-stream-out.c.
13971         (output_cfg): Call renamed function.
13972         * data-streamer.h: Add declarations.
13974 2016-08-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13976         * tree-ssa-ccp.c (extend_mask): New param sgn.
13977         Remove ORing with wi::mask.
13978         (get_default_value): Adjust call to extend_mask to pass sign.
13979         (evaluate_stmt): Likewise.
13981 2016-08-06  Jakub Jelinek  <jakub@redhat.com>
13983         * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
13984         INT64_MAX.
13986 2016-08-06  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13988         * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
13989         transform if operand's type is pointer to function or method.
13991 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
13993         PR tree-optimization/18046
13994         * tree-ssa-threadedge.c: Include cfganal.h.
13995         (simplify_control_statement_condition): If simplifying a
13996         GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
13997         with the dominating ASSERT_EXPR before handing it off to VRP.
13998         Mention that a CASE_LABEL_EXPR may be returned.
13999         (thread_around_empty_blocks): Adjust to handle
14000         simplify_control_statement_condition() returning a
14001         CASE_LABEL_EXPR.
14002         (thread_through_normal_block): Likewise.
14003         * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
14004         a switch statement by trying to determine which case label
14005         will be taken.
14007 2016-08-05  Vladimir Makarov  <vmakarov@redhat.com>
14009         PR rtl-optimization/69847
14010         * lra-constraints.c (process_invariant_for_inheritance): Save
14011         pattern instead of src.
14012         (remove_inheritance_pseudos): Use the pattern.  Add assert.
14014 2016-08-05  David Malcolm  <dmalcolm@redhat.com>
14016         * input.c (string_concat::string_concat): New constructor.
14017         (string_concat_db::string_concat_db): New constructor.
14018         (string_concat_db::record_string_concatenation): New method.
14019         (string_concat_db::get_string_concatenation): New method.
14020         (string_concat_db::get_key_loc): New method.
14021         (class auto_cpp_string_vec): New class.
14022         (get_substring_ranges_for_loc): New function.
14023         (get_source_range_for_substring): New function.
14024         (get_num_source_ranges_for_substring): New function.
14025         (class selftest::lexer_test_options): New class.
14026         (struct selftest::lexer_test): New struct.
14027         (class selftest::ebcdic_execution_charset): New class.
14028         (selftest::ebcdic_execution_charset::s_singleton): New variable.
14029         (selftest::lexer_test::lexer_test): New constructor.
14030         (selftest::lexer_test::~lexer_test): New destructor.
14031         (selftest::lexer_test::get_token): New method.
14032         (selftest::assert_char_at_range): New function.
14033         (ASSERT_CHAR_AT_RANGE): New macro.
14034         (selftest::assert_num_substring_ranges): New function.
14035         (ASSERT_NUM_SUBSTRING_RANGES): New macro.
14036         (selftest::assert_has_no_substring_ranges): New function.
14037         (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
14038         (selftest::test_lexer_string_locations_simple): New function.
14039         (selftest::test_lexer_string_locations_ebcdic): New function.
14040         (selftest::test_lexer_string_locations_hex): New function.
14041         (selftest::test_lexer_string_locations_oct): New function.
14042         (selftest::test_lexer_string_locations_letter_escape_1): New function.
14043         (selftest::test_lexer_string_locations_letter_escape_2): New function.
14044         (selftest::test_lexer_string_locations_ucn4): New function.
14045         (selftest::test_lexer_string_locations_ucn8): New function.
14046         (selftest::uint32_from_big_endian): New function.
14047         (selftest::test_lexer_string_locations_wide_string): New function.
14048         (selftest::uint16_from_big_endian): New function.
14049         (selftest::test_lexer_string_locations_string16): New function.
14050         (selftest::test_lexer_string_locations_string32): New function.
14051         (selftest::test_lexer_string_locations_u8): New function.
14052         (selftest::test_lexer_string_locations_utf8_source): New function.
14053         (selftest::test_lexer_string_locations_concatenation_1): New
14054         function.
14055         (selftest::test_lexer_string_locations_concatenation_2): New
14056         function.
14057         (selftest::test_lexer_string_locations_concatenation_3): New
14058         function.
14059         (selftest::test_lexer_string_locations_macro): New function.
14060         (selftest::test_lexer_string_locations_stringified_macro_argument):
14061         New function.
14062         (selftest::test_lexer_string_locations_non_string): New function.
14063         (selftest::test_lexer_string_locations_long_line): New function.
14064         (selftest::test_lexer_char_constants): New function.
14065         (selftest::input_c_tests): Call the new test functions once per
14066         case within the line_table test matrix.
14067         * input.h (struct string_concat): New struct.
14068         (struct location_hash): New struct.
14069         (class string_concat_db): New class.
14070         * substring-locations.h: New header.
14072 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
14074         PR tree-optimization/72810
14075         * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
14076         the type of the case labels when truncating.
14078 2016-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
14080         PR Target/72819
14081         * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
14082         (aarch64_fp16_ptr_type_node): Likewise.
14083         * config/aarch64/aarch64-simd-builtins.c
14084         (aarch64_fp16_ptr_type_node): Define.
14085         (aarch64_init_fp16_types): New, refactored out of...
14086         (aarch64_init_builtins): ...here, update to call
14087         aarch64_init_fp16_types.
14088         * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
14089         HFmode.
14090         (aapcs_vfp_sub_candidate): Likewise.
14092 2016-08-05  Martin Liska  <mliska@suse.cz>
14093             Joshua Cranmer  <Pidgeot18@gmail.com>
14095         * gcov.c (line_t::has_block): New function.
14096         (enum loop_type): New enum.
14097         (handle_cycle): New function.
14098         (unblock): Likewise.
14099         (circuit): Likewise.
14100         (get_cycles_count): Likewise.
14101         (accumulate_line_counts): Use new loop detection algorithm.
14103 2016-08-05  Martin Liska  <mliska@suse.cz>
14105         * gcov.c (output_intermediate_file): Rename
14106         function_info::line_next to next_file_fn.
14107         (process_file): Likewise.
14108         (read_graph_file): Likewise.
14109         (accumulate_line_counts): Likewise.
14110         (output_lines): Likewise.
14112 2016-08-05  Richard Biener  <rguenther@suse.de>
14114         * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
14115         restriction on threading to a loop header.
14117 2016-08-05  Richard Biener  <rguenther@suse.de>
14119         * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
14120         * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
14121         adjust loop info accordingly.
14123 2016-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
14125         * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
14126         before folding call to __builtin_constant_p with parameters to false.
14128 2016-08-05  Alan Modra  <amodra@gmail.com>
14130         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
14131         code accidentally committed 2016-05-02 providing class when given
14132         NO_REGS.
14134 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
14136         * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
14137         the case label ranges that partially overlap with OP's value
14138         range.
14140 2016-08-04  Uros Bizjak  <ubizjak@gmail.com>
14142         PR target/72805
14143         * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
14144         Cast builtin function result to __mmask16 instead of __mmask8.
14145         (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
14146         (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
14147         (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
14149 2016-08-04  David Malcolm  <dmalcolm@redhat.com>
14151         * selftest.h (ASSERT_TRUE): Reimplement in terms of...
14152         (ASSERT_TRUE_AT): New macro.
14153         (ASSERT_FALSE): Reimplement in terms of...
14154         (ASSERT_FALSE_AT): New macro.
14155         (ASSERT_STREQ_AT): Fix typo in comment.
14157 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
14159         * gimple.c (preprocess_case_label_vec_for_gimple): When the case
14160         labels are exhaustive, designate the label with the widest
14161         range to be the default label.
14163 2016-08-04  Andrew Pinski  <apinski@cavium.com>
14165         * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
14166         (thunderx_tunings): Use thunderx_vector_cost instead of
14167         generic_vector_cost.
14169 2016-08-04  Martin Liska  <mliska@suse.cz>
14171         * gcov.c (main): Fix GNU coding style.
14172         (output_intermediate_file): Likewise.
14173         (process_file): Likewise.
14174         (generate_results): Likewise.
14175         (release_structures): Likewise.
14176         (create_file_names): Likewise.
14177         (find_source): Likewise.
14178         (read_graph_file): Likewise.
14179         (find_exception_blocks): Likewise.
14180         (canonicalize_name): Likewise.
14181         (make_gcov_file_name): Likewise.
14182         (mangle_name): Likewise.
14183         (accumulate_line_counts): Likewise.
14184         (output_branch_count): Likewise.
14185         (read_line): Likewise.
14187 2016-08-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14189         PR rtl-optimization/71779
14190         * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
14191         if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
14192         or if it was truncated.
14194         PR rtl-optimization/70903
14195         * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
14197 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
14199         * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
14200         accessing SSA_NAME_PTR_INFO.
14202 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
14204         PR 70677
14205         * common/config/avr/avr-common.c (avr_option_optimization_table)
14206         [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
14208 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
14210         PR 55181
14211         * config/avr/avr.md: New pattern to work around do_store_flag
14212         generating shift instructions for bit extractions.
14214 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
14216         * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
14217         BITMAP_ALLOC.
14218         (add_equivalence): Likewise.
14219         (get_value_range): Allocate value range with vrp_value_range_pool.
14220         (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
14221         (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
14223 2016-08-03  Peter Bergner  <bergner@vnet.ibm.com>
14225         * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
14226         the default for the rs6000 port.
14228 2016-08-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14230         PR middle-end/71876
14231         * calls.c (special_function_p): Remove special handling of
14232         "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
14233         prefix "__x".  Recognize "savectx", "vfork" and "getcontext" only
14234         without prefix.  Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
14236 2016-08-03  Vladimir Makarov  <vmakarov@redhat.com>
14238         PR middle-end/72778
14239         * lra-spills.c (regno_in_use_p): Check bb and regno modification.
14240         Don't stop on regular insns.
14242 2016-08-03  Nathan Sidwell  <nathan@codesourcery.com>
14244         * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
14245         size to DImode boundary.
14246         (nvptx_propagate): Likewise.
14248 2016-08-03  Alan Modra  <amodra@gmail.com>
14250         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
14251         float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
14252         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
14253         from -mefficient-unaligned-vector.  Note that this affects fp too.
14255 2016-08-03  Alan Modra  <amodra@gmail.com>
14257         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
14258         cost more.
14260 2016-08-03  Alan Modra  <amodra@gmail.com>
14262         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
14263         to a reg.  Localize vars.
14265 2016-08-03  Alan Modra  <amodra@gmail.com>
14267         * config/rs6000/rs6000.opt: Remove negatives from help strings
14268         and comments.
14270 2016-08-03  Alan Modra  <amodra@gmail.com>
14272         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
14273         Delete duplicated code.
14275 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
14277         PR middle-end/72778
14278         * lra-spills.c (regno_in_use_p): New.
14279         (lra_final_code_change): Use it.
14281 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
14283         PR rtl-optimization/69847
14284         * lra-int.h (struct lra-reg): Use restore_rtx instead of
14285         restore_regno.
14286         (lra_rtx_hash): New.
14287         * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
14288         of restore_regno.
14289         (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
14290         * lra-remat.c (rtx_hash): Rename and Move to lra.c.
14291         * lra-spills.c (lra_final_code_change): Don't delete insn when the
14292         next insn is USE with the same reg as the current insn source.
14293         * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
14294         of restore_regno.
14295         (lra_constraints_init): Call initiate_invariants.
14296         (lra_constraints_finish): Call finish_invariants.
14297         (struct invariant, invariant_t, invariant_ptr_t): New.
14298         (const_invariant_ptr_t, invariants, invariants_pool): New.
14299         (invariant_table, invariant_hash, invariant_eq_p): New.
14300         (insert_invariant, initiate_invariants, finish_invariants): New.
14301         (clear_invariants, invalid_invariant_regs): New.
14302         (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
14303         instead of restore_regno.
14304         (invariant_p, process_invariant_for_inheritance): New.
14305         (inherit_in_ebb): Implement invariant inheritance.
14306         (lra_inheritance): Initialize and finalize invalid_invariant_regs.
14307         (remove_inheritance_pseudos): Implement undoing invariant
14308         inheritance.
14309         (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
14310         instead of restore_regno.
14311         * lra-assigns.c (regno_live_length): New.
14312         (reload_pseudo_compare_func): Use regno_live_length.
14313         (assign_by_spills): Use restore_rtx instead of restore_regno.
14314         (lra_assign): Ditto.  Initiate regno_live_length.
14316 2016-02-08  James Greenhalgh  <james.greenhalgh@arm.com>
14318         * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
14319         __builtin_aarch64_fmindf.
14321 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
14323         PR tree-optimization/34114
14324         * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
14325         information for more control IVs.
14327 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
14329         PR tree-optimization/34114
14330         * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
14331         PLUS_EXPR case.  Handle SSA_NAME case.
14333 2016-08-02  Tamar Christina  <tamar.christina@arm.com>
14335         * config/aarch64/aarch64-simd-builtins.def
14336         (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
14337         (__builtin_aarch64_fmaxdf): Likewise.
14338         (__builtin_aarch64_smin_nandf): Likewise.
14339         (__builtin_aarch64_smax_nandf): Likewise.
14340         * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
14341         * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
14342         (<fmaxmin><mode>3): ...this.
14343         * config/aarch64/arm_neon.h (vmaxnm_f64): New.
14344         (vminnm_f64): Likewise.
14345         (vmin_f64): Likewise.
14346         (vmax_f64): Likewise.
14347         * config/aarch64/iterators.md (FMAXMIN): Merge with...
14348         (FMAXMIN_UNS): ...this.
14349         (fmaxmin): Merged with
14350         (fmaxmin_op): ...this...
14351         (maxmin_uns_op): ...in to this.
14353 2016-08-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
14355         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
14356         Add support for vec_extract on vector float, vector int, vector
14357         short, and vector char vector types.
14358         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
14359         vector float, vector int, vector short, and vector char
14360         optimizations on 64-bit ISA 2.07 systems for both constant and
14361         variable element numbers.
14362         (rs6000_split_vec_extract_var): Likewise.
14363         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
14364         Altivec registers on ISA 2.07 and above.
14365         (vsx_extract_v4sf): Delete alternative that hard coded element 0,
14366         which never was matched due to the split occuring before register
14367         allocation (and the code would not have worked on little endian
14368         systems if it did match).  Allow extracts to go to the Altivec
14369         registers if ISA 2.07 (power8).  Change from using "" around the
14370         C++ code to using {}'s.
14371         (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
14372         vec_extracts when the vector is in memory.
14373         (vsx_extract_v4sf_var): New insn to optimize vector float
14374         vec_extracts when the element number is variable on 64-bit ISA
14375         2.07 systems.
14376         (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
14377         for 64-bit ISA 2.07 as well as ISA 3.0.
14378         (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
14379         (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
14380         (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
14381         optimize vector int, vector short, and vector char vec_extracts
14382         when the vector is in memory.
14383         (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
14384         optimize vector int, vector short, and vector char vec_extracts
14385         when the element number is variable.
14387 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
14389         PR target/71948
14390         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
14391         does not overlap with other symbol flags.
14393 2016-08-01  Wilco Dijkstra  <wdijkstr@arm.com>
14395         * config/aarch64/aarch64.h (aarch64_frame):
14396         Remove padding0 and hardfp_offset.  Add locals_offset,
14397         initial_adjust, callee_adjust, callee_offset and final_adjust.
14398         * config/aarch64/aarch64.c (aarch64_layout_frame):
14399         Remove unused padding0 and hardfp_offset initializations.
14400         Choose frame layout and set frame variables accordingly.
14401         Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
14402         (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
14403         (aarch64_pop_regs): Likewise.
14404         (aarch64_expand_prologue): Remove all decision code, just emit
14405         prolog according to frame variables.
14406         (aarch64_expand_epilogue): Remove all decision code, just emit
14407         epilog according to frame variables.
14408         (aarch64_initial_elimination_offset): Use offset to local/arg area.
14410 2015-08-01  H.J. Lu  <hongjiu.lu@intel.com>
14412         PR target/72748
14413         * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
14414         fix_debug_reg_uses after changing source register mode to
14415         V1TImode if source register is undefined.
14417 2015-08-01  Alan Hayward  <alan.hayward@arm.com>
14419         PR tree-optimization/71818
14420         * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
14421         with non invariant evolutions
14423 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
14425         PR target/72767
14426         * config/avr/avr.md (length) [branch]: Correct insn length
14427         attribute for forward branches.
14429 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
14431         * doc/extend.texi (AVR Built-in Functions): Document
14432         __builtin_avr_nops.
14433         * config/avr/builtins.def (NOPS): New.
14434         * config/avr/avr.c (avr_expand_nops): New static function.
14435         (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
14437 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14439         * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
14440         performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
14441         addresses.
14443 2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>
14445         * config/aarch64/aarch64.c (vulcan_tunings): Update
14446         vulcan L1 cache_line_size.
14448 2016-07-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
14450         * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
14451         function that takes a vector memory address, a hard register, an
14452         element number and a temporary base register, and recreates an
14453         address that points to the appropriate element within the vector.
14454         * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
14455         (rs6000_split_vec_extract_var): Add support for the target of a
14456         vec_extract with variable element number being a scalar memory
14457         location.
14458         (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
14459         swappable.
14460         * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
14461         vsx_extract_<mode>_load insn with a new insn that optimizes
14462         storing either element to a memory location, using scratch
14463         registers to pick apart the vector and reconstruct the address.
14464         (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
14465         (vsx_extract_<mode>_store): Rework alternatives to more correctly
14466         support Altivec registers.  Add support for ISA 3.0 Altivec d-form
14467         store instruction.
14468         (vsx_extract_<mode>_var): Add support for extracting a variable
14469         element number from memory.
14471 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
14473         * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
14474         when testing for compares against constants of the form 0xabab.
14476 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
14478         PR tree-optimization/57558
14479         * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
14480         function.
14481         (vect_loop_versioning): Support versioning with niter assumptions.
14482         * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
14483         (vect_get_loop_niters): New parameter.  Reimplement to support
14484         assumptions in loop niter info.
14485         (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
14486         (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
14487         (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
14488         Support loop versioning for niters.
14489         * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
14490         (vect_free_loop_info_assumptions): New function.
14491         (vectorize_loops): Free loop niter info for loops with flag
14492         LOOP_F_ASSUMPTIONS set if vectorization failed.
14493         * tree-vectorizer.h (struct _loop_vec_info): New field
14494         num_iters_assumptions.
14495         (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
14496         (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
14497         (LOOP_REQUIRES_VERSIONING): New macro.
14498         (vect_free_loop_info_assumptions): New decl.
14500 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
14502         * cfgloop.h (struct loop): New field constraints.
14503         (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
14504         (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
14505         functions.
14506         * cfgloop.c (alloc_loop): Initialize new field.
14507         * cfgloopmanip.c (copy_loop_info): Copy constraints.
14508         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
14509         Adjust niter analysis wrto loop constraints.
14510         * doc/loop.texi (@node Number of iterations): Add description for loop
14511         constraints.
14513 2016-07-29  Marek Polacek  <polacek@redhat.com>
14515         PR c/7652
14516         * config/i386/i386.c (ix86_expand_args_builtin): Add break.
14517         (ix86_expand_round_builtin): Likewise.
14519 2016-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
14520             Georg-Johann Lay  <avr@gjlay.de>
14522         PR rtl-optimization/71976
14523         * combine.c (get_last_value): Return 0 if the argument for which
14524         the function is called has a wider mode than the recorded value.
14526 2016-07-29  Marek Polacek  <polacek@redhat.com>
14528         PR c/7652
14529         * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
14530         (altivec_expand_st_builtin): Likewise.
14532 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
14534         * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
14535         introduced in r238381.
14537 2016-07-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
14539         PR middle-end/68217
14540         * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
14541         & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
14543 2016-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
14545         * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
14546         New declaration.
14547         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
14548         Add support for vec_extract of vector double or vector long having
14549         a variable element number on 64-bit ISA 2.07 systems or newer.
14550         * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
14551         Likewise.
14552         (rs6000_split_vec_extract_var): New function to split a
14553         vec_extract built-in function with variable element number.
14554         (rtx_is_swappable_p): Variable vec_extracts and shifts are not
14555         swappable.
14556         * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
14557         (UNSPEC_VSX_EXTRACT): Likewise.
14558         (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
14559         direct move instructions to be generated on 64-bit ISA 2.07
14560         systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
14561         instruction.
14562         (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
14563         arguments for vec_extract variable element.
14564         (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
14565         vec_extract with variable element on V2DFmode and V2DImode
14566         vectors.
14567         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
14568         -mupper-regs-df requirement, since it isn't needed.
14569         (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
14570         do direct moves on 64-bit systems, which allows optimization of
14571         vec_extract on 64-bit ISA 2.07 systems and newer.
14573 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
14574 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
14576          * config/aarch64/aarch64.md
14577         (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
14578         statement and type.
14579         (<optab>qihi2_aarch64): Likewise, and split into two.
14580         (extendqihi2_aarch64): New.
14581         (zero_extendqihi2_aarch64): New.
14582         * config/aarch64/iterators.md (ldrxt): Remove.
14583         * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
14584         uxtb/uxth.
14586 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
14588         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
14590 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
14592         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
14593         (aarch64_push_reg): New function to push 1 or 2 registers.
14594         (aarch64_pop_reg): New function to pop 1 or 2 registers.
14595         (aarch64_expand_prologue): Use aarch64_push_regs.
14596         (aarch64_expand_epilogue): Use aarch64_pop_regs.
14598 2016-07-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
14600         PR tree-optimization/71734
14601         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
14602         attribute instead of REF_LOOP and use it.
14603         (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
14604         set it for Loops having non-zero safelen attribute.
14605         (ref_indep_loop_p): Pass zero as initial value for safelen.
14607 2016-07-28  Ilya Enkovich  <ilya.enkovich@intel.com>
14609         PR middle-end/72657
14610         PR target/72683
14611         * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
14612         call using chkp_gimple_call_builtin_p.
14613         (chkp_copy_bounds_for_assign): Likewise.
14615 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14617         * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
14618         * config/arm/arm-protos.h (struct tune_params): Likewise.
14619         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
14620         (cortex_a9_sched_adjust_cost): Likewise.
14621         (fa726te_sched_adjust_cost): Likewise.
14622         (arm_adjust_cost): Likewise.
14623         * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
14624         * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
14625         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
14626         * config/i386/i386.c (ix86_adjust_cost): Likewise.
14627         * config/ia64/ia64.c: Likewise.
14628         * config/m68k/m68k.c: Likewise.
14629         * config/mep/mep.c (mep_adjust_cost): Likewise.
14630         * config/microblaze/microblaze.c (microblaze_adjust_cost):
14631         * Likewise.
14632         * config/mips/mips.c (mips_adjust_cost): Likewise.
14633         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
14634         * Likewise.
14635         * config/pa/pa.c (pa_adjust_cost): Likewise.
14636         * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
14637         (rs6000_debug_adjust_cost): Likewise.
14638         * config/sh/sh.c (sh_adjust_cost): Likewise.
14639         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
14640         (hypersparc_adjust_cost): Likewise.
14641         (sparc_adjust_cost): Likewise.
14642         * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
14643         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
14644         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
14645         * Likewise.
14646         * config/visium/visium.c (visium_adjust_cost): Likewise.
14647         * doc/tm.texi: Regenerate.
14648         * haifa-sched.c (dep_cost_1): Adjust.
14649         * target.def: Merge adjust_cost and adjust_cost_2.
14651 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14653         * haifa-sched.c (add_to_speculative_block): Make twins a vector.
14655 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14657         * store-motion.c (struct st_expr): Make pattern_regs a vector.
14658         (extract_mentioned_regs): Append to a vector instead of
14659         returning a rtx_expr_list.
14660         (st_expr_entry): Adjust.
14661         (free_st_expr_entry): Likewise.
14662         (store_ops_ok): Likewise.
14663         (store_killed_in_insn): Likewise.
14664         (find_moveable_store): Likewise.
14666 2016-07-28  Martin Liska  <mliska@suse.cz>
14668         PR gcov-profile/68025
14669         * tree-profile.c (tree_profiling): Respect
14670         no_profile_instrument_function attribute.
14671         * doc/extend.texi: Document no_profile_instrument_function
14672         attribute.
14674 2016-07-28  Martin Liska  <mliska@suse.cz>
14676         PR rtl-optimization/70944
14677         * combine.c (make_compound_operation):
14678         Do not allow make_compound_operation for vector mode
14680 2016-07-28  Kugan Vivekanandarajah  <kuganv@linaro.org>
14682         PR middle-end/71994
14683         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
14684          before calling get_ops.
14686 2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14688         * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
14689         * tree.h (LOG2_BITS_PER_UNIT): ...to here.
14690         (BITS_PER_UNIT_LOG): Remove.
14691         (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
14692         * expr.c (expand_assignment): Likewise.
14693         * stor-layout.c (initialize_sizetypes): Likewise.
14695 2016-07-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
14697         * config/rs6000/vector.md (vec_extract<mode>): Change the calling
14698         signature of rs6000_expand_vector_extract so that the element
14699         number is a RTX instead of a constant integer.
14700         * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
14701         Likewise.
14702         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
14703         (altivec_expand_vec_ext_builtin): Likewise.
14704         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
14705         * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
14706         MFVSRLD instruction.
14708 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
14710         * input.c (get_pure_location): Move here from tree.c.
14711         (make_location): Likewise.  Add header comment.
14712         (selftest::test_accessing_ordinary_linemaps): Verify
14713         pure_location_p, make_location, get_location_from_adhoc_loc and
14714         get_range_from_loc.
14715         * input.h (get_pure_location): Move declaration here from tree.h.
14716         (get_finish): Likewise for inline function.
14717         (make_location): Likewise for declaration.
14718         * tree.c (get_pure_location): Move to input.c.
14719         (make_location): Likewise.
14720         * tree.h (get_pure_location): Move declaration to tree.h.
14721         (get_finish): Likewise for inline function.
14722         (make_location): Likewise for declaration.
14724 2016-07-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14726         PR middle-end/71078
14727         * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
14729 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
14731         * system.h (STATIC_ASSERT): Use static_assert if building
14732         with C++11 onwards.
14734 2016-07-27  Richard Biener  <rguenther@suse.de>
14736         PR tree-optimization/72517
14737         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
14738         Revert change to not compute read-read dependences.
14740 2016-07-27  Richard Biener  <rguenther@suse.de>
14742         * predict.c (set_even_probabilities): Make nedges unsigned.
14744 2016-07-27  Martin Liska  <mliska@suse.cz>
14746         * predict.c (set_even_probabilities): Handle unlikely edges.
14747         (combine_predictions_for_bb): Likewise.
14749 2016-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
14751         PR target/71869
14752         * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
14753         __float128 support when we don't have hardware support, so that
14754         the IEEE built-in functions like isgreater, first call __unordkf3
14755         to make sure neither operand is a NaN, and if both operands are
14756         ordered, do the normal comparison.
14758 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
14760         * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
14761         name.
14762         (extract_code_and_val_from_cond_with_ops): Verify that name is
14763         either cond_op0 or cond_op1.
14765 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
14767         PR tree-optimization/18046
14768         * genmodes.c (emit_mode_size_inline): Emit an assert that
14769         verifies that mode is a valid array index.
14770         (emit_mode_nuinits_inline): Likewise.
14771         (emit_mode_inner_inline): Likewise.
14772         (emit_mode_unit_size_inline): Likewise.
14773         (emit_mode_unit_precision_inline): Likewise.
14774         * tree-vrp.c: Include params.h.
14775         (find_switch_asserts): Register edge assertions for the default
14776         label which correspond to the anti-ranges of each case label.
14777         * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
14778         * doc/invoke.texi: Document it.
14780 2016-07-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14782         * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
14783         and unnecessary call to gimple_bb.
14785 2016-07-26  Richard Biener  <rguenther@suse.de>
14787         PR rtl-optimization/71984
14788         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
14789         for VOIDmode.
14791 2016-07-26  Richard Biener  <rguenther@suse.de>
14793         PR middle-end/72517
14794         * expmed.c (extract_bit_field_1): Constrain the vector mode
14795         with element size matching the extraction mode size when
14796         choosing a better vector mode to do the extraction from.
14798 2016-07-26  Richard Biener  <rguenther@suse.de>
14799             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14801         PR middle-end/70920
14802         * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
14803         pattern.
14805 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14807         * tree-ssa-structalias.c (struct scc_info): Change types of
14808         members to auto_sbitmap and auto_vec.
14809         (scc_info::scc_info): New constructor.
14810         (scc_info::~scc_info): New destructor.
14811         (init_scc_info): Remove.
14812         (free_scc_info): Remove.
14813         (find_indirect_cycles): Adjust.
14814         (perform_var_substitution): Likewise.
14815         (free_var_substitution_info): Likewise.
14817 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14819         * tree-outof-ssa.c (struct elim_graph): Change type of members
14820         to auto_vec and auto_sbitmap.
14821         (elim_graph::elim_graph): New constructor.
14822         (delete_elim_graph): Remove.
14823         (expand_phi_nodes): Adjust.
14825 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14827         * tree-outof-ssa.c (struct elim_graph): Remove typedef.
14828         (new_elim_graph): Adjust.
14829         (clear_elim_graph): Likewise.
14830         (delete_elim_graph): Likewise.
14831         (elim_graph_size): Likewise.
14832         (elim_graph_add_node): Likewise.
14833         (elim_graph_add_edge): Likewise.
14834         (elim_graph_remove_succ_edge): Likewise.
14835         (eliminate_name): Likewise.
14836         (eliminate_build): Likewise.
14837         (elim_forward): Likewise.
14838         (elim_unvisited_predecessor): Likewise.
14839         (elim_backward): Likewise.
14840         (elim_create): Likewise.
14841         (eliminate_phi): Likewise.
14842         (expand_phi_nodes): Likewise.
14844 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14846         * bt-load.c (compute_out): Use auto_sbitmap class.
14847         (link_btr_uses): Likewise.
14848         * cfganal.c (mark_dfs_back_edges): Likewise.
14849         (post_order_compute): Likewise.
14850         (inverted_post_order_compute): Likewise.
14851         (pre_and_rev_post_order_compute_fn): Likewise.
14852         (single_pred_before_succ_order): Likewise.
14853         * cfgexpand.c (pass_expand::execute): Likewise.
14854         * cfgloop.c (verify_loop_structure): Likewise.
14855         * cfgloopmanip.c (fix_bb_placements): Likewise.
14856         (remove_path): Likewise.
14857         (update_dominators_in_loop): Likewise.
14858         * cfgrtl.c (break_superblocks): Likewise.
14859         * ddg.c (check_sccs): Likewise.
14860         (create_ddg_all_sccs): Likewise.
14861         * df-core.c (df_worklist_dataflow): Likewise.
14862         * dse.c (dse_step3): Likewise.
14863         * except.c (eh_region_outermost): Likewise.
14864         * function.c (thread_prologue_and_epilogue_insns): Likewise.
14865         * gcse.c (prune_expressions): Likewise.
14866         (prune_insertions_deletions): Likewise.
14867         * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
14868         * graph.c (draw_cfg_nodes_no_loops): Likewise.
14869         * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
14870         * lcm.c (compute_earliest): Likewise.
14871         (compute_farthest): Likewise.
14872         * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
14873         (unroll_loop_runtime_iterations): Likewise.
14874         (unroll_loop_stupid): Likewise.
14875         * lower-subreg.c (decompose_multiword_subregs): Likewise.
14876         * lra-lives.c: Likewise.
14877         * lra.c (lra): Likewise.
14878         * modulo-sched.c (schedule_reg_moves): Likewise.
14879         (optimize_sc): Likewise.
14880         (get_sched_window): Likewise.
14881         (sms_schedule_by_order): Likewise.
14882         (check_nodes_order): Likewise.
14883         (order_nodes_of_sccs): Likewise.
14884         (order_nodes_in_scc): Likewise.
14885         * recog.c (split_all_insns): Likewise.
14886         * regcprop.c (pass_cprop_hardreg::execute): Likewise.
14887         * reload1.c (reload): Likewise.
14888         * sched-rgn.c (haifa_find_rgns): Likewise.
14889         (split_edges): Likewise.
14890         (compute_trg_info): Likewise.
14891         * sel-sched.c (init_seqno): Likewise.
14892         * store-motion.c (remove_reachable_equiv_notes): Likewise.
14893         * tree-into-ssa.c (update_ssa): Likewise.
14894         * tree-ssa-live.c (live_worklist): Likewise.
14895         * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
14896         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
14897         * Likewise.
14898         (try_peel_loop): Likewise.
14899         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
14900         * Likewise.
14901         * tree-ssa-pre.c (compute_antic): Likewise.
14902         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
14903         * tree-stdarg.c (reachable_at_most_once): Likewise.
14904         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
14905         * var-tracking.c (vt_find_locations): Likewise.
14907 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14909         * sbitmap.h (auto_sbitmap): New class.
14911 2016-07-26  Alan Modra  <amodra@gmail.com>
14913         PR target/72103
14914         * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
14915         sri->t_icode.
14917 2016-07-25  David Malcolm  <dmalcolm@redhat.com>
14919         * input.c (selftest::temp_source_file::temp_source_file): Fix
14920         missing "%s" in fprintf.
14922 2016-07-25  John David Anglin  <danglin@gcc.gnu.org>
14924         PR middle-end/71732
14925         * cselib.c (cselib_process_insn): Invalidate argument slots for
14926         const/pure calls.
14928 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
14930         * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
14931         vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
14932         vmulxh_lane_f16, vmulxh_laneq_f16): New.
14934 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
14936         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
14937         * config/aarch64/aarch64.md (fma, fnma): Support HF.
14938         * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
14940 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
14942         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
14943         * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
14944         New.
14945         (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
14946         (add<mode>3): Likewise.
14947         (sub<mode>3): Likewise.
14948         (mul<mode>3): Likewise.
14949         (div<mode>3): Likewise.
14950         (*div<mode>3): Likewise.
14951         (<fmaxmin><mode>3): Extend to HF.
14952         * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
14953         (fabd<mode>3): Likewise.
14954         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
14955         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
14956         (aarch64_fmulx<mode>): Likewise.
14957         (aarch64_fac<optab><mode>): Likewise.
14958         (aarch64_frecps<mode>): Likewise.
14959         (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
14960         (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
14961         * config/aarch64/iterators.md (VHSDF_SDF): Delete.
14962         (VSDQ_HSDI): Support HI.
14963         (fcvt_target, FCVT_TARGET): Likewise.
14964         * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
14965         vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
14966         vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
14967         vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
14968         vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
14969         vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
14970         vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
14971         vrsqrtsh_f16): New.
14973 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
14975         * config.gcc (aarch64*-*-*): Install arm_fp16.h.
14976         * config/aarch64/aarch64-builtins.c (hi_UP): New.
14977         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
14978         * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
14979         mode.
14980         (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
14981         (aarch64_cm<optab><mode>): Likewise.
14982         * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
14983         (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
14984         (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
14985         (sqrt<mode>2): Likewise.
14986         (*sqrt<mode>2): Likewise.
14987         (abs<mode>2): Likewise.
14988         (<optab><mode>hf2): New pattern for HF mode.
14989         (<optab>hihf2): Likewise.
14990         * config/aarch64/arm_neon.h: Include arm_fp16.h.
14991         * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
14992         (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
14993         Support HF mode.
14994         * config/aarch64/arm_fp16.h: New file.
14995         (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
14996         vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
14997         vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
14998         vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
14999         vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
15000         vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
15001         vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
15002         vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
15003         vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
15004         vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
15005         vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
15006         vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
15007         vsqrth_f16): New.
15009 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15011         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
15012         reduc_smin_scal_): Use VDQIF_F16.
15013         (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
15014         * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
15015         Use VHSDF.
15016         (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
15017         * config/aarch64/iterators.md (VDQIF_F16): New.
15018         (vp): Support HF modes.
15019         * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
15020         vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
15022 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15024         * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
15025         "*aarch64_mulx_elt_from_dup<mode>".
15026         (*aarch64_mul3_elt<mode>): Update schedule type.
15027         (*aarch64_mul3_elt_from_dup<mode>): Likewise.
15028         (*aarch64_fma4_elt_from_dup<mode>): Likewise.
15029         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
15030         * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
15031         (f, fp): Support HF modes.
15032         * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
15033         vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
15034         vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
15035         vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
15036         vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
15037         vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
15039 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15041         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15042         * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
15043         modes.
15044         * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
15045         vfmsq_f16): New.
15047 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15049         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15050         * config/aarch64/aarch64-simd.md
15051         (aarch64_rsqrts<mode>): Extend to HF modes.
15052         (fabd<mode>3): Likewise.
15053         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
15054         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
15055         (aarch64_<maxmin_uns>p<mode>): Likewise.
15056         (<su><maxmin><mode>3): Likewise.
15057         (<maxmin_uns><mode>3): Likewise.
15058         (<fmaxmin><mode>3): Likewise.
15059         (aarch64_faddp<mode>): Likewise.
15060         (aarch64_fmulx<mode>): Likewise.
15061         (aarch64_frecps<mode>): Likewise.
15062         (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
15063         (add<mode>3): Extend to HF modes.
15064         (sub<mode>3): Likewise.
15065         (mul<mode>3): Likewise.
15066         (div<mode>3): Likewise.
15067         (*div<mode>3): Likewise.
15068         * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
15069         HF, V4HF and V8HF.
15070         * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
15071         * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
15072         vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
15073         vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
15074         vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
15075         vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
15076         vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
15077         vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
15078         vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
15079         vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
15080         vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
15081         vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
15082         vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
15083         vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
15085 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15087         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
15088         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15089         * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
15090         (neg<mode>2): Likewise.
15091         (abs<mode>2): Likewise.
15092         (<frint_pattern><mode>2): Likewise.
15093         (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
15094         (<optab><VDQF:mode><fcvt_target>2): Likewise.
15095         (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
15096         (ftrunc<VDQF:mode>2): Likewise.
15097         (<optab><fcvt_target><VDQF:mode>2): Likewise.
15098         (sqrt<mode>2): Likewise.
15099         (*sqrt<mode>2): Likewise.
15100         (aarch64_frecpe<mode>): Likewise.
15101         (aarch64_cm<optab><mode>): Likewise.
15102         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
15103         HF, V4HF and V8HF.
15104         * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
15105         (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
15106         (stype): New.
15107         * config/aarch64/arm_neon.h (vdup_n_f16): New.
15108         (vdupq_n_f16): Likewise.
15109         (vld1_dup_f16): Use vdup_n_f16.
15110         (vld1q_dup_f16): Use vdupq_n_f16.
15111         (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
15112         vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
15113         vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
15114         vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
15115         vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
15116         vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
15117         vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
15118         vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
15119         vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
15120         vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
15121         vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
15122         vsqrt_f16, vsqrtq_f16): New.
15124 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15126         * config/aarch64/aarch64-simd.md
15127         (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
15128         (aarch64_ext<mode>): Likewise.
15129         (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
15130         * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
15131         aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
15132         and V8HFmode.
15133         * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
15134         float16x8_t.
15135         (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
15136         __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
15137         vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
15138         vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
15139         vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
15140         vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
15141         vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
15142         New.
15143         (vmov_n_f16): Reimplement using vdup_n_f16.
15144         (vmovq_n_f16): Reimplement using vdupq_n_f16..
15146 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15148         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
15149         "frame_related_p".  Generate CFA annotation when it's necessary.
15150         (aarch64_expand_prologue): Use aarch64_add_constant.
15151         (aarch64_expand_epilogue): Likewise.
15152         (aarch64_output_mi_thunk): Pass "false" when calling
15153         aarch64_add_constant.
15155 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15157         * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
15158         sequences.
15160 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15162         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
15163         Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
15164         (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
15165         (aarch64_build_constant): Delete.
15167 2016-07-25  Alexander Monakov  <amonakov@ispras.ru>
15169         Revert
15170         2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
15172         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
15173         flag_toplevel_reorder.
15175 2016-07-25  Richard Biener  <rguenther@suse.de>
15177         * cgraph.c (cgraph_node::verify_node): Compare against builtin
15178         by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
15179         * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
15180         * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
15181         (streamer_get_builtin_tree): Likewise.
15182         (streamer_write_builtin): Likewise.
15183         * lto-streamer.h (LTO_builtin_decl): Remove.
15184         * lto-streamer-in.c (lto_read_tree_1): Remove assert.
15185         (lto_input_scc): Remove LTO_builtin_decl handling.
15186         (lto_input_tree_1): Liekwise.
15187         * lto-streamer-out.c (lto_output_tree_1): Remove special
15188         handling of builtins.
15189         (DFS::DFS): Likewise.
15190         * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
15191         * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
15192         assert.
15193         (streamer_write_builtin): Remove.
15195 2016-07-25  Martin Liska  <mliska@suse.cz>
15197         * lto-cgraph.c (input_symtab): Don't call get_working_sets
15198         if flag_auto_profile is set to true.
15200 2016-07-25  Martin Liska  <mliska@suse.cz>
15202         PR gcov-profile/71868
15203         * cfgloopanal.c (expected_loop_iterations_unbounded): When we
15204         have a function with multiple latches, count them all.
15206 2016-07-25  Martin Liska  <mliska@suse.cz>
15208         * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
15210 2016-07-25  Martin Liska  <mliska@suse.cz>
15212         PR tree-optimization/71987
15213         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
15214         just for SSA_NAMEs. Fix GNU coding style.
15216 2016-07-25  Martin Liska  <mliska@suse.cz>
15218         PR gcov-profile/64874
15219         * gcov-io.h: Update command about file format.
15220         * gcov-iov.c (main): Adapt the numbering scheme.
15222 2016-07-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
15224         PR middle-end/66726
15225         * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
15226         whose result is used in PHI.
15227         (final_range_test_p): Likewise.
15228         (maybe_optimize_range_tests): Likewise.
15230 2016-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
15232         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
15233         Reformat two multi-line strings.
15235 2016-07-22  Martin Sebor  <msebor@redhat.com>
15237         * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
15239 2016-07-22  Martin Sebor  <msebor@redhat.com>
15241         PR c/71560
15242         * doc/extend.texi (Compound Literals): Correct and clarify.
15243         (Cast to Union): Same.
15245 2016-07-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15247         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
15248         comments to explain why certain error messages make mention of
15249         undocumented options.
15250         (rs6000_invalid_builtin): Change error messages to replace mention
15251         of undocumented options with mention of the -mcpu=power9 option
15252         that enables those undocumented options.
15253         * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
15254         (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
15255         definition of this macro to correct an existing error.
15256         * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
15257         mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
15258         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
15259         descriptions of built-in functions so that they depend on
15260         -mcpu=power9 instead of on the corresponding undocumented flags.
15261         * doc/invoke.texi (Option Summary):  Remove all mention of newly
15262         undocumented flags.
15263         (IBM RS/6000 and PowerPC Options): Likewise.
15264         * doc/md.texi (Constraints for Particuliar Machines): Remove all
15265         mention of newly undocumented flags.
15267 2016-07-22  Evgeny Stupachenko  <evstupac@gmail.com>
15269         * ipa-cp.c (determine_versionability): Do not create constprop clones,
15270         when target_clones attribute is set.
15272 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
15274         * common.opt (funsafe-loop-optimizations): Mark ignore.
15275         * doc/invoke.texi (funsafe-loop-optimizations): Remove.
15276         * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
15277         related code.
15278         * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
15279         * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
15281 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
15283         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
15284         Parameter.
15285         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
15286         Parameter.
15287         (number_of_iterations_exit): Warn missed loop optimization for
15288         possible infinite loops.
15290 2016-07-22  Segher Boessenkool  <segher@kernel.crashing.org>
15292         PR target/71216
15293         * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
15294         when to emit a ".machine" pseudo-op.
15296 2016-07-22  Martin Liska  <mliska@suse.cz>
15298         PR gcov-profile/69028
15299         PR gcov-profile/62047
15300         * coverage.c (coverage_compute_lineno_checksum): Do not
15301         calculate checksum for fns w/o xloc.file.
15302         (coverage_compute_profile_id): Likewise.
15304 2016-07-22  Georg-Johann Lay  <avr@gjlay.de>
15306         * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
15307         (avr_secondary_reload): ...and implementation.
15308         (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
15309         * config/avr/avr.md (reload_in<mode>): Remove insns.
15310         (adjust_len) [lpm]: Remove insn attribute value.
15311         * config/avr/predicates.md (flash_operand): Remove insn predicate.
15313 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15315         PR middle-end/71876
15316         * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
15317         attribute.
15318         * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
15319         * calls.c (special_function_p): Remove the special handling of the
15320         "__builtin_" prefix.
15322 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15324         PR middle-end/71876
15325         * calls.c (gimple_maybe_alloca_call_p): New function.  Return true
15326         if STMT may be an alloca call.
15327         (gimple_alloca_call_p, alloca_call_p): Return only true for the
15328         builtin alloca call.
15329         * calls.h (gimple_maybe_alloca_call_p): New function.
15330         * tree-inline.c (inline_forbidden_p_stmt): Use
15331         gimple_maybe_alloca_call_p here.
15333 2016-07-21  David Malcolm  <dmalcolm@redhat.com>
15335         * spellcheck-tree.c (best_macro_match::best_macro_match):
15336         Explictly specify the template arguments when invoking the base
15337         class constructor, to help older C++ compilers.
15339 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
15341         PR sanitizer/71953
15342         * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
15343         before builtin_decl_implicit.
15345 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
15347         * optabs.c (emit_condiitonal_move): Short circuit for identical
15348         sources.
15350 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
15352         * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
15353         max_seq_cost.  Removed fields: then_cost, else_cost, branch_cost.
15354         (noce_conversion_profitable_p): New.
15355         (noce_try_store_flag_constants): Use it.
15356         (noce_try_addcc): Likewise.
15357         (noce_try_store_flag_mask): Likewise.
15358         (noce_try_cmove): Likewise.
15359         (noce_try_cmove_arith): Likewise.
15360         (bb_valid_for_noce_process_p): Add to the cost parameter rather than
15361         overwriting it.
15362         (noce_convert_multiple_sets): Move cost model to here, from...
15363         (bb_ok_for_noce_convert_multiple_sets) ...here.
15364         (noce_process_if_block): Update calls for above changes.
15365         (noce_find_if_block): Record new noce_if_info parameters.
15367 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
15369         * target.def (max_noce_ifcvt_seq_cost): New.
15370         * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
15371         * doc/tm.texi: Regenerate.
15372         * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
15373         * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
15374         * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
15375         (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
15376         * doc/invoke.texi: Document new params.
15378 2016-07-21  Richard Biener  <rguenther@suse.de>
15380         PR tree-optimization/71947
15381         * tree-vrp.c (extract_range_from_assert): Singleton symbolic
15382         ranges have useful limit_vr information.
15384 2016-07-21  Richard Biener  <rguenther@suse.de>
15386         * function-tests.c (build_trivial_generic_function): Set
15387         BLOCK_SUPERCONTEXT of DECL_INITIAL.
15388         * omp-low.c (create_omp_child_function): Likewise.
15389         (grid_expand_target_grid_body): Likewise.
15390         * cgraphunit.c (init_lowered_empty_function): Likewise.
15391         (cgraph_node::expand_thunk): Likewise.
15392         * tree-parloops.c (create_loop_fn): Likewise.
15393         * ipa.c (cgraph_build_static_cdtor_1): Likewise.
15395 2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
15397         * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
15398         in comment.
15400 2016-07-21  Georg-Johann Lay  <avr@gjlay.de>
15402         * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
15403         (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
15404         (*insv.xor-extract, *insv.xor1-bit.0): New insns.
15405         (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
15406         values for insn attribute.
15407         * config/avr/avr.c (avr_out_insert_notbit): New function.
15408         (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
15409         ADJUST_LEN_INSV_NOTBIT_0/_7.
15410         * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
15412 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
15414         * tree-chrec.c (convert_affine_scev): New parameter.  Pass new arg.
15415         (chrec_convert_1, chrec_convert): Ditto.
15416         * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
15417         * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
15418         * tree-vrp.c (adjust_range_with_scev): Ditto.
15419         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
15420         (scev_var_range_cant_overflow): New function.
15421         (scev_probably_wraps_p): New parameter.  Call above function.
15422         * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
15424 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
15426         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
15427         by removing computation of may_be_zero.
15429 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
15431         * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
15433 2016-07-21  Andrew Sutton  <andrew.n.sutton@gmail.com>
15435         Improving concepts performance and diagnostics.
15436         * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
15437         for constraint satisfaction and subsumption.
15438         * timevar.h (auto_timevar): New constructor that matches the push/pop
15439         pattern of usage in pt.c.
15441 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
15443         * hwint.h (HOST_WIDE_INT_0): New define.
15444         (HOST_WIDE_INT_0U): Ditto.
15445         * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
15446         * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
15447         * simplify-rtx.c: Ditto.
15448         * tree-object-size.c: Ditto.
15450 2016-07-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15452         * config/s390/s390.c (s390_encode_section_info): Remove mode size
15453         check.
15455 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
15457         * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
15458         * combine.c: Use HOST_WIDE_INT_M1U instead of
15459         ~(unsigned HOST_WIDE_INT) 0.
15460         * double-int.h: Ditto.
15461         * dse.c: Ditto.
15462         * dwarf2asm.c:Ditto.
15463         * expmed.c: Ditto.
15464         * genmodes.c: Ditto.
15465         * match.pd: Ditto.
15466         * read-rtl.c: Ditto.
15467         * tree-ssa-loop-ivopts.c: Ditto.
15468         * tree-ssa-loop-prefetch.c: Ditto.
15469         * tree-vect-generic.c: Ditto.
15470         * tree-vect-patterns.c: Ditto.
15471         * tree.c: Ditto.
15473 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
15475         * config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
15476         constant addresses outside [0,0xc0] into a register.
15477         (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn.  And handle
15478         cases where the base address register is unused after.
15479         (avr_out_movhi_r_mr_reg_disp_tiny): Same.
15480         (avr_out_movhi_mr_r_reg_disp_tiny): Same.
15481         (avr_out_store_psi_reg_disp_tiny): Same.
15483 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
15485         Implement attribute progmem on reduced Tiny cores by adding
15486         flash offset 0x4000 to respective symbols.
15488         PR target/71948
15489         * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
15490         documentation how it works on reduced Tiny cores.
15491         (AVR Named Address Spaces): No support for reduced Tiny.
15492         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
15493         (avr_address_tiny_pm_p): New static function.
15494         (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
15495         if the address is in progmem.
15496         (avr_assemble_integer): Same.
15497         (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
15498         for symbol_ref in progmem.
15499         * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
15500         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
15501         magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
15503 2016-07-20  Patrick Palka  <ppalka@gcc.gnu.org>
15505         * configure.ac (thin_archive_support): New variable.  AC_SUBST it.
15506         * configure: Regenerate.
15507         * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
15508         (USE_THIN_ARCHIVES): New variable.
15509         (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
15510         this archive as a thin archive.
15512 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
15514         * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
15515         same location as last time, don't skip if we have fix-it hints.
15516         Clarify the skipping logic by converting it from one "if" clause
15517         to repeated "if" clauses.
15518         * spellcheck-tree.c: Include "cpplib.h".
15519         (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
15520         (best_macro_match::best_macro_match): New constructor.
15521         * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
15522         Move here from c/c-decl.c.
15523         (class best_macro_match): Move here from c/c-decl.c, converting
15524         from a typedef to a subclass, gaining a ctor.
15526 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
15528         * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
15529         * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
15530         define...
15531         (avr_addr_space_diagnose_usage): ...and implementation.
15532         (avr_addr_space_supported_p): New function.
15533         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
15534         report bad address space usage if that space is supported.
15535         (avr_insert_attributes): Same.  No more complain about unsupported
15536         address spaces.
15537         * config/avr/avr-c.c (tm_p.h): Include it.
15538         (avr_cpu_cpp_builtins): Only define addr-space related built-in
15539         macro if avr_addr_space_supported_p.
15541 2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
15543         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
15544         flag_toplevel_reorder.
15546 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
15548         * gcc-rich-location.c
15549         (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
15550         a const char *.
15551         * gcc-rich-location.h
15552         (gcc_rich_location::add_fixit_misspelled_id): Likewise.
15554 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
15556         * target.def (addr_space): Add new diagnose_usage to hook vector.
15557         * targhooks.c (default_addr_space_diagnose_usage): Add default
15558         implementation and...
15559         * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
15560         * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
15561         is some address space, call targetm.addr_space.diagnose_usage.
15562         * doc/tm.texi.in (Named Address Spaces): Add anchor for
15563         TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
15564         * doc/tm.texi: Regenerate.
15566 2016-07-20  Martin Liska  <mliska@suse.cz>
15568         PR middle-end/71898
15569         * graphite-isl-ast-to-gimple.c (later_of_the_two):
15570         Properly handly PHI stmts.
15572 2016-07-20  Bin Cheng  <bin.cheng@arm.com>
15574         PR tree-optimization/71503
15575         PR tree-optimization/71683
15576         * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
15577         and break.
15579 2016-07-20  Martin Liska  <mliska@suse.cz>
15581         * doc/invoke.texi (-fipa-ra): Document when the option is
15582         disabled. Fix a typo.
15584 2016-07-20  Martin Liska  <mliska@suse.cz>
15586         * Makefile.in: Include fibonacci_heap.c
15587         * fibonacci_heap.c: New file.
15588         * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
15589         (fibonacci_heap::union_with): Fix deletion of the second heap.
15590         * selftest-run-tests.c (selftest::run_tests): Incorporate
15591         fibonacci heap tests.
15592         * selftest.h: Declare fibonacci_heap_c_tests.
15594 2016-07-20  Martin Liska  <mliska@suse.cz>
15596         * selftest-run-tests.c (selftest::run_tests): New function.
15597         * selftest.h (sreal_c_tests): Declare.
15598         * sreal.c (sreal_verify_basics): New function.
15599         (verify_aritmetics): Likewise.
15600         (sreal_verify_arithmetics): Likewise.
15601         (verify_shifting): Likewise.
15602         (sreal_verify_shifting): Likewise.
15603         (void sreal_c_tests): Likewise.
15605 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
15607         PR rtl-optimization/71916
15608         * cfgrtl.c (contains_no_active_insn_p): Return false also for
15609         bb which have a single succ fake edge.
15611 2016-07-19  Aldy Hernandez  <aldyh@redhat.com>
15613         PR debug/71855
15614         * dwarf2out.c (gen_subprogram_die): Only call
15615         gen_unspecified_parameters_die while dumping early dwarf.
15617 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
15619         PR middle-end/71874
15620         * gimple-fold.c (fold_builtin_memory_op): Use
15621         get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
15623 2016-07-19  Uros Bizjak  <ubizjak@gmail.com>
15625         * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
15626         HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
15627         HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
15628         HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
15629         * combine.c: Ditto.
15630         * cse.c: Ditto.
15631         * dojump.c: Ditto.
15632         * double-int.c: Ditto.
15633         * dse.c: Ditto.
15634         * dwarf2out.c: Ditto.
15635         * expmed.c: Ditto.
15636         * expr.c: Ditto.
15637         * fold-const.c: Ditto.
15638         * function.c: Ditto.
15639         * fwprop.c: Ditto.
15640         * genmodes.c: Ditto.
15641         * hwint.c: Ditto.
15642         * hwint.h: Ditto.
15643         * ifcvt.c: Ditto.
15644         * loop-doloop.c: Ditto.
15645         * loop-invariant.c: Ditto.
15646         * loop-iv.c: Ditto.
15647         * match.pd: Ditto.
15648         * optabs.c: Ditto.
15649         * real.c: Ditto.
15650         * reload.c: Ditto.
15651         * rtlanal.c: Ditto.
15652         * simplify-rtx.c: Ditto.
15653         * stor-layout.c: Ditto.
15654         * toplev.c: Ditto.
15655         * tree-ssa-loop-ivopts.c: Ditto.
15656         * tree-vect-generic.c: Ditto.
15657         * tree-vect-patterns.c: Ditto.
15658         * tree.c: Ditto.
15659         * tree.h: Ditto.
15660         * ubsan.c: Ditto.
15661         * varasm.c: Ditto.
15662         * wide-int-print.cc: Ditto.
15663         * wide-int.cc: Ditto.
15664         * wide-int.h: Ditto.
15666 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
15668         * selftest.c (selftest::assert_streq): Handle NULL values of
15669         val_actual and val_expected.
15671 2016-07-19  Martin Jambor  <mjambor@suse.cz>
15673         PR fortran/71688
15674         * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
15675         rather than cgraph_create_node to get a call graph node.
15677 2016-07-19  Richard Biener  <rguenther@suse.de>
15679         * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
15680         handle all tcc_constant bases and valueize SSA names.
15681         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
15682         tcc_constant bases.
15684 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
15686         * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
15687         the flags of the exit block and bb2, not just the entry block.
15689 2016-07-19  Richard Biener  <rguenther@suse.de>
15691         PR tree-optimization/71901
15692         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
15693         align member, group stuff with the bitfield.
15694         (vn_ref_op_align_unit): New inline.
15695         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
15696         record element alignment and operand 3 unchanged.
15697         (ao_ref_init_from_vn_reference): Adjust.
15698         (valueize_refs_1): Likewise.
15699         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
15701 2016-07-19  Richard Biener  <rguenther@suse.de>
15703         PR tree-optimization/71908
15704         * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
15705         symbolic constants in a more reliable way.
15707 2016-07-19  Ilya Enkovich  <ilya.enkovich@intel.com>
15709         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
15710         comment.
15711         (vect_update_inits_of_drs): Likewise.
15712         (vect_create_cond_for_alias_checks): Likewise.
15713         * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
15715 2016-07-19  Richard Biener  <rguenther@suse.de>
15717         PR lto/71907
15718         * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
15719         with an abstract origin that is not an inlined function outer
15720         scope add a self-reference as abstract origin.
15721         * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
15723 2016-07-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15725         PR target/71493
15726         * config/rs6000/rs6000.c (rs6000_function_value): Fix
15727         unintentional System V.4 structure return breakage for structures
15728         with a single floating point element.
15730 2016-07-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
15732         PR tree-optimization/71734
15733         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
15734         contains REF, use it to check safelen, assume that safelen value
15735         must be greater 1, fix style.
15736         (ref_indep_loop_p_2): Add REF_LOOP argument.
15737         (ref_indep_loop_p): Pass LOOP as additional argument to
15738         ref_indep_loop_p_2.
15740 2016-07-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15742         * cfgexpand.c (expand_stack_vars): Implement synamic stack space
15743         allocation in the prologue.
15744         * explow.c (get_dynamic_stack_base): New function to return an address
15745         expression for the dynamic stack base.
15746         (get_dynamic_stack_size): New function to do the required dynamic stack
15747         space size calculations.
15748         (allocate_dynamic_stack_space): Use new functions.
15749         (align_dynamic_address): Move some code from
15750         allocate_dynamic_stack_space to new function.
15751         * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
15753 2016-07-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15755         * config/s390/s390.c (s390_encode_section_info): Always set
15756         notaligned marker if mode size is 0 or no MEM_ALIGN info could be
15757         found.
15759 2016-07-18  Richard Biener  <rguenther@suse.de>
15761         PR tree-optimization/71893
15762         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
15763         for sizetype cast added by array_ref_element_size.
15764         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
15766 2016-07-16  John David Anglin  <danglin@gcc.gnu.org>
15768         * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
15769         register parameters.  Remove code to initialize argument pointer
15770         on TARGET_64BIT.  Optimize call to _mcount when it can be reached
15771         using a pc-relative branch.  Cleanup conditional code.
15772         * config/pa/pa.md (call_mcount): New expander.
15773         (call_mcount_nonpic): New insn.
15774         (call_mcount_pic): New insn and split.
15775         (call_mcount_pic_post_reload): New insn.
15776         (call_mcount_64bit): New insn and split.
15777         (call_mcount_64bit_post_reload): New insn.
15779 2016-07-15  Georg-Johann Lay  <avr@gjlay.de>
15781         * config/avr/predicates.md (const_m255_to_m1_operand): New.
15782         * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
15783         * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
15784         (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
15785         (*usum_widenqihi3, *udiff_widenqihi3)
15786         (*addhi3_zero_extend.const): New combiner insns.
15787         (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
15788         just 1 bit is affected.
15789         * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
15790         (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
15792 2016-07-15  Cesar Philippidis  <cesar@codesourcery.com>
15794         * omp-low.c (lower_omp_target): Mark data clauses with
15795         GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
15796         zero-length subarrays.
15798 2016-07-15  Richard Biener  <rguenther@suse.de>
15800         PR tree-optimization/71881
15801         * tree-loop-distribution.c (destroy_loop): Remove blocks in
15802         reverse DOM order to make debug temp generation happy.
15804 2016-07-15  Richard Biener  <rguenther@suse.de>
15806         PR tree-optimization/71887
15807         * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
15808         verify it is not zero for division / modulo handling.
15809         (value_replacement): Adjust.
15811 2016-07-15  Virendra Pathak  <virendra.pathak@broadcom.com>
15812             Julian Brown  <julian@codesourcery.com>
15814         * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
15815         * config/aarch64/aarch64-cost-tables.h
15816         (vulcan_extra_costs): New variable.
15817         * config/aarch64/aarch64.c
15818         (vulcan_addrcost_table): Likewise.
15819         (vulcan_regmove_cost): Likewise.
15820         (vulcan_vector_cost): Likewise.
15821         (vulcan_branch_cost): Likewise.
15822         (vulcan_tunings): Likewise.
15824 2016-07-15  Alexander Monakov  <amonakov@ispras.ru>
15826         * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
15827         (output_in_order): Loop over undefined variables too.  Output them
15828         via assemble_undefined_decl.  Skip variables that correspond to hard
15829         registers or have value-exprs.
15830         * varpool.c (symbol_table::output_variables): Handle undefined
15831         variables together with defined ones.
15833 2016-07-15  Richard Biener  <rguenther@suse.de>
15835         * tree-ssa-pre.c (get_representative_for): Make sure to return
15836         the value number of SSA names.
15837         (phi_translate_1): get_representative_for cannot return NULL.
15838         (do_pre_regular_insertion): Remove redundant call to
15839         fully_constant_expression.
15840         (do_pre_partial_partial_insertion): Likewise.
15842 2016-07-15  Bin Cheng  <bin.cheng@arm.com>
15844         * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
15845         (derive_simple_iv_with_niters): New function.
15846         (simple_iv): Rewrite using simple_iv_with_niters.
15847         * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
15848         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
15849         function.
15850         (number_of_iterations_exit): Rewrite using above function.
15851         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
15852         Decl.
15854 2016-07-15  Richard Biener  <rguenther@suse.de>
15856         * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
15857         vec_construct cost.
15859 2016-07-14  Jakub Jelinek  <jakub@redhat.com>
15861         PR tree-optimization/71872
15862         * tree-data-ref.c (get_references_in_stmt): Ignore references
15863         with is_gimple_constant get_base_address.
15865 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15867         * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
15868         (TARGET_HAVE_LDACQD): New macro.
15869         * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
15870         than TARGET_HAVE_LDACQ.
15871         (arm_load_acquire_exclusivedi): Likewise.
15872         (arm_store_release_exclusivedi): Likewise.
15874 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15876         PR rtl-optimization/71878
15877         * lra-constraints.c (match_reload): Pass information about other
15878         output operands.  Create new unique register value if matching input
15879         operand shares same register value as output operand being considered.
15880         (curr_insn_transform): Record output operands already processed.
15882 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15884         PR target/65951
15885         PR tree-optimization/70923
15886         * tree-vect-patterns.c: Include mult-synthesis.h.
15887         (target_supports_mult_synth_alg): New function.
15888         (synth_lshift_by_additions): Likewise.
15889         (apply_binop_and_append_stmt): Likewise.
15890         (vect_synth_mult_by_constant): Likewise.
15891         (target_has_vecop_for_code): Likewise.
15892         (vect_recog_mult_pattern): Use above functions to synthesize vector
15893         multiplication by integer constants.
15895 2016-07-14  Alan Modra  <amodra@gmail.com>
15897         * config/rs6000/altivec.md (altivec_mov<mode>): Disparage
15898         gpr alternatives.  Correct '*' placement on Y,r alternative.
15899         Add '*' on operand 1 of r,r alternative.
15901 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15903         * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
15904         * expmed.h: ... Here.
15906 2016-07-14  Jan Hubicka  <hubicka@ucw.cz>
15908         * gimple.h (stmt_can_terminate_bb_p): New function.
15909         * tree-cfg.c (need_fake_edge_p): Rename to ...
15910         (stmt_can_terminate_bb_p): ... this; return true if stmt can
15911         throw external; handle const and pure calls.
15912         * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
15914 2016-07-14  Richard Biener  <rguenther@suse.de>
15916         PR tree-optimization/71866
15917         * tree-ssa-pre.c (get_constant_for_value_id): Remove.
15918         (do_hoist_insertion): Avoid endless recursion when we
15919         didn't insert anything because we managed to simplify
15920         things down to a constant or SSA name.
15921         (fully_constant_expression): Re-write in terms of ...
15922         * tree-ssa-sccvn.h (vn_nary_simplify): ... this.  Declare.
15923         * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
15924         vn_nary_build_or_lookup_1.
15925         (vn_nary_build_or_lookup_1): Added flag and renamed from ...
15926         (vn_nary_build_or_lookup): ... this which now wraps it.
15928 2016-07-14  Alan Modra  <amodra@gmail.com>
15930         PR target/71733
15931         * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
15932         with p9_vector override before power9-dform override.
15934 2016-07-13  Andi Kleen  <ak@linux.intel.com>
15936         * value-prof.c (gimple_value_profile_transformations): Don't run
15937         when auto_profile is on.
15939 2016-07-13  Andi Kleen  <ak@linux.intel.com>
15941         * auto-profile.c (update_inlined_ind_target,
15942         afdo_indirect_call): Print information to dump file.
15944 2016-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
15946         * genrecog.c (special_predicate_operand_p): New function.
15947         (predicate_name): Move function.
15948         (validate_pattern): Don't warn about missing mode for all
15949         define_special_predicate predicates.
15951 2016-07-13  Bin Cheng  <bin.cheng@arm.com>
15953         * tree-vect-data-refs.c (vect_no_alias_p): New function.
15954         (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
15955         resolve alias checks which are known at compilation time.
15956         Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
15957         alias checks are resolved.  Move dump info for too many runtime
15958         alias checks to here...
15959         * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
15961 2016-07-13  Richard Biener  <rguenther@suse.de>
15963         PR tree-optimization/24574
15964         * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
15965         position and add shift, rotate, divison and modulo support
15966         for left zero.
15967         (value_replacement): Pass in argument position to absorbing_element_p.
15969 2016-07-13  Ilya Enkovich  <ilya.enkovich@intel.com>
15971         PR ipa/71633
15972         * ipa-inline-transform.c (inline_call): Support
15973         instrumented thunks.
15975 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15977         * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
15978         (TARGET_IDIV): Set for all Thumb targets provided they have hardware
15979         divide feature.
15980         * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
15981         Baseline.  Make initial alternative TARGET_32BIT only.
15982         (udivsi3): Likewise.
15983         * config/arm/thumb1.md (thumb1_cbz): New define_insn.
15984         * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
15985         target.
15987 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15989         * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
15990         * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
15991         availability with TARGET_HAVE_MOVT.
15992         (thumb_legitimate_constant_p): Strip the high part of a label_ref.
15993         (thumb1_rtx_costs): Also return 0 if setting a half word constant and
15994         MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
15995         UINTVAL.
15996         (thumb1_size_rtx_costs): Make set of half word constant also cost 1
15997         extra instruction if MOVW is available.  Use a cost variable
15998         incremented by COSTS_N_INSNS (1) when the condition match rather than
15999         returning an arithmetic expression based on COSTS_N_INSNS.  Make
16000         constant with bottom half word zero cost 2 instruction if MOVW is
16001         available.
16002         * config/arm/arm.md (define_attr "arch"): Add v8mb.
16003         (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
16004         target is ARMv8-M Baseline.
16005         (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
16006         (arm_movtas_ze): Likewise.
16007         * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
16008         alternative for constants satisfying j constraint.
16009         (thumb1_movsi_insn): Likewise.
16010         (movsi splitter for K alternative): Tighten condition to not trigger
16011         if movt is available and j constraint is satisfied.
16012         (Pe immediate splitter): Likewise.
16013         (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
16014         constant fitting in an halfword to use MOVW.
16015         * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
16016         effective target.
16018 2016-07-13  Richard Biener  <rguenther@suse.de>
16020         PR middle-end/71104
16021         * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
16022         gimplifying the LHS.  Make sure to gimplify a returning twice
16023         call LHS without using SSA names.
16025 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16027         * tree-data-ref.c (find_data_references_in_stmt): Remove
16028         unnecessary call to vec::release.
16029         (graphite_find_data_references_in_stmt): Likewise.
16030         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
16031         * tree-vect-stmts.c (vectorizable_condition): Likewise.
16033 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16035         * cfgexpand.c (expand_used_vars): Make the type of a local
16036         variable auto_vec.
16037         * genmatch.c (lower_for): Likewise.
16038         * haifa-sched.c (haifa_sched_init): Likewise.
16039         (add_to_speculative_block): Likewise.
16040         (create_check_block_twin): Likewise.
16041         * predict.c (handle_missing_profiles): Likewise.
16042         * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
16043         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
16044         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
16045         Likewise.
16046         (maybe_lower_iteration_bound): Likewise.
16047         * tree-ssa-sccvn.c (DFS): Likewise.
16048         * tree-stdarg.c (reachable_at_most_once): Likewise.
16049         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
16050         (vectorizable_store): Likewise.
16052 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16054         * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
16055         (sccvn_dom_walker): make cond_stack an auto_vec.
16057 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16059         * ree.c (struct ext_state): Make type of members auto_vec.
16060         (find_and_remove_re): Adjust.
16062 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16064         * cfgexpand.c (struct stack_vars_data): Make type of fields
16065         auto_vec.
16066         (expand_used_vars): Adjust.
16068 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16070         * ipa.c (record_cdtor_fn): Adjust.
16071         (build_cdtor_fns): Likewise.
16072         (ipa_cdtor_merge): Make static_ctors and static_dtors local
16073         variables.
16075 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16077         * genextract.c (struct accum_extract): Add constructor and make
16078         members auto_vec.
16079         (gen_insn): Adjust.
16081 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16083         * tree.c (struct free_lang_data_d): Add constructor and change
16084         types of members to ones that automatically manage resources.
16085         (fld_worklist_push): Adjust.
16086         (find_decls_types): Likewise.
16087         (find_decls_types_in_eh_region): Likewise.
16088         (free_lang_data_in_cgraph): Stop manually creating and
16089         destroying members of free_lang_data_d.
16091 2016-07-13  Uros Bizjak  <ubizjak@gmail.com>
16093         PR rtl-optimization/68961
16094         * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
16095         peephole variant.  Use sse_reg_operand predicates.
16097 2016-07-12  Uros Bizjak  <ubizjak@gmail.com>
16099         * config/i386/predicates.md (x86_64_immediate_operand)
16100         <case CONST_INT>: Remove unneeded truncation to DImode.
16101         <case CONST>: Ditto.
16102         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
16104 2016-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
16106         PR target/71805
16107         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
16108         The xxperm and xxpermr instructions require that the 2nd input
16109         operand overlap with the output operand, and not the 1st.
16110         (altivec_vperm_v8hiv16qi): Likewise.
16111         (altivec_vperm_<mode>_uns_internal): Likewise.
16112         (altivec_vpermr_<mode>_internal): Likewise.
16113         (vperm_v8hiv4si): Likewise.
16114         (vperm_v16qiv8hi): Likewise.
16116 2016-07-12  Nathan Sidwell  <nathan@acm.org>
16118         * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
16119         when -mno-pic-data-is-text-relative is in effect, by default.
16120         * doc/invoke.texi (mpic-data-is-text-relative): Document new
16121         behavior and clarify.
16123 2016-07-12  Martin Liska  <mliska@suse.cz>
16125         * params.def: Add avg-loop niter.
16126         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
16127         * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
16128         * doc/invoke.texi: Document the new parameter.
16130 2016-07-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16132         PR middle-end/71700
16133         * expr.c (store_constructor): Mask sign-extended bits when widening
16134         sub-word constructor element at the start of a word.
16136 2016-07-12  Martin Liska  <mliska@suse.cz>
16138         * Makefile.in: Append rule for params-options.h.
16139         * params-options.h: New file.
16141 2016-07-12  Martin Liska  <mliska@suse.cz>
16143         * ira-build.c (mark_loops_for_removal): Properly iterate
16144         loops.
16146 2016-07-12  Steven Bosscher  <steven@gcc.gnu.org>
16147             Richard Biener  <rguenther@suse.de>
16149         PR tree-optimization/23286
16150         PR tree-optimization/70159
16151         * doc/invoke.texi: Document -fcode-hoisting.
16152         * common.opt (fcode-hoisting): New flag.
16153         * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
16154         * tree-ssa-pre.c (pre_stats): Add hoist_insert.
16155         (do_regular_insertion): Rename to ...
16156         (do_pre_regular_insertion): ... this and amend general comments
16157         on insertion strathegy.
16158         (do_partial_partial_insertion): Rename to ...
16159         (do_pre_partial_partial_insertion): ... this.
16160         (do_hoist_insertion): New function.
16161         (insert_aux): Take flags on whether to do PRE and/or hoist insertion
16162         and call do_hoist_insertion properly.
16163         (insert): Adjust.
16164         (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
16165         (pass_pre::execute): Register hoist_insert stats.
16167 2016-07-12  Jakub Jelinek  <jakub@redhat.com>
16169         PR middle-end/71716
16170         * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
16171         for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
16172         is different from mode's bitsize.  Small cleanup.
16174 2016-07-12  Richard Biener  <rguenther@suse.de>
16176         PR rtl-optimization/68961
16177         * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
16178         to simplify to a non-constant.
16180 2016-07-11  Jakub Jelinek  <jakub@redhat.com>
16182         PR middle-end/71758
16183         * omp-low.c (expand_omp_target): Gimplify device.
16185         PR tree-optimization/71823
16186         * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
16187         to get vec_oprnds2 from op2.
16189 2016-07-11  Uros Bizjak  <ubizjak@gmail.com>
16191         * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
16192         Hoist common subexpressions.
16193         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
16195 2016-07-11  Pat Haugen  <pthaugen@us.ibm.com>
16197         PR target/71800
16198         * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
16199         prevent generation of 'stxsiwx' on pre Power8 hardware.
16201 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
16203         * input.c: Include cpplib.h.
16204         (selftest::temp_source_file): New class.
16205         (selftest::temp_source_file::temp_source_file): New ctor.
16206         (selftest::temp_source_file::~temp_source_file): New dtor.
16207         (selftest::should_have_column_data_p): New function.
16208         (selftest::test_should_have_column_data_p): New function.
16209         (selftest::temp_line_table): New class.
16210         (selftest::temp_line_table::temp_line_table): New ctor.
16211         (selftest::temp_line_table::~temp_line_table): New dtor.
16212         (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
16213         it to create a temp_line_table.
16214         (selftest::assert_loceq): Only verify LOCATION_COLUMN for
16215         locations that are known to have column data.
16216         (selftest::line_table_case): New struct.
16217         (selftest::test_reading_source_line): Move tempfile handling
16218         to class temp_source_file.
16219         (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
16220         (selftest::assert_token_loc_eq): New function.
16221         (ASSERT_TOKEN_LOC_EQ): New macro.
16222         (selftest::test_lexer): New function.
16223         (selftest::boundary_locations): New array.
16224         (selftest::input_c_tests): Call test_should_have_column_data_p.
16225         Loop over a test matrix of interesting values of location and
16226         default_range_bits, calling test_lexer on each case in the matrix.
16227         Move call to test_accessing_ordinary_linemaps into the matrix.
16228         * selftest.h (ASSERT_EQ): Reimplement in terms of...
16229         (ASSERT_EQ_AT): New macro.
16231 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
16233         PR target/71801
16234         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
16235         Don't convert TImode in debug insn.
16237 2016-07-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16239         Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
16240         * tree-core.h (tree_base::nothrow_flag): Adjust comment.
16241         (tree_type_common::lang_flag_7): New.
16242         (tree_type_common::spare): Reduce size.
16243         * tree.h (TYPE_ALIGN_OK): Remove.
16244         (TYPE_LANG_FLAG_7): New.
16245         (get_inner_reference): Adjust header.
16246         * print-tree.c (print_node): Adjust.
16247         * expr.c (get_inner_reference): Remove parameter keep_aligning.
16248         (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
16249         calls to get_inner_reference.
16250         (expand_expr_real_1): Adjust call to get_inner_reference.  Remove
16251         handling of TYPE_ALIGN_OK.
16252         * builtins.c (get_object_alignment_2): Adjust call to
16253         get_inner_reference.  Remove handling of VIEW_CONVERT_EXPR.
16254         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
16255         TYPE_ALIGN_OK.
16256         * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
16257         * cfgexpand.c (expand_debug_expr): Likewise.
16258         * dbxout.c (dbxout_expand_expr): Likewise.
16259         * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
16260         loc_list_from_tree, fortran_common): Likewise.
16261         * fold-const.c (optimize_bit_field_compare,
16262         decode_field_reference, fold_unary_loc, fold_comparison,
16263         split_address_to_core_and_offset): Likewise.
16264         * gimple-laddress.c (execute): Likewise.
16265         * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
16266         * gimplify.c (gimplify_scan_omp_clauses): Likewise.
16267         * hsa-gen.c (gen_hsa_addr): Likewise.
16268         * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
16269         * tsan.c (instrument_expr): Likewise.
16270         * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
16271         * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
16272         * tree-affine.c (tree_to_aff_combination,
16273         get_inner_reference_aff): Adjust calls to get_inner_reference.
16274         * tree-data-ref.c (split_constant_offset_1,
16275         dr_analyze_innermost): Likewise.
16276         * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
16277         * tree-sra.c (ipa_sra_check_caller): Likewise.
16278         * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
16279         * tree-ssa-math-opts.c (find_bswap_or_nop_load,
16280         bswap_replace): Likewise.
16281         * tree-vect-data-refs.c (vect_check_gather,
16282         vect_analyze_data_refs): Likewise.
16283         * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
16284         * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
16285         TYPE_ALIGN_OK.
16287 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
16289         * Makefile.in (selftest-valgrind): New phony target.
16290         * function-tests.c (selftest::build_cfg): Delete pass instances
16291         created by the test.
16292         (selftest::convert_to_ssa): Likewise.
16293         (selftest::test_expansion_to_rtl): Likewise.
16294         * tree-cfg.c (selftest::test_linear_chain): Release dominator
16295         vectors.
16296         (selftest::test_diamond): Likewise.
16298 2016-07-11  Richard Biener  <rguenther@suse.de>
16300         PR tree-optimization/71816
16301         * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
16302         than replacing all of its operands.
16304 2016-07-11  Alan Modra  <amodra@gmail.com>
16306         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
16307         (ctr<mode>): Add unspec.
16308         (ctr<mode>_internal*): Likewise.
16310 2016-07-08  James Bowman  <james.bowman@ftdichip.com>
16312         * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
16313         * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
16315 2016-07-08  Vladimir Makarov  <vmakarov@redhat.com>
16317         PR rtl-optimization/71621
16318         * lra-constraints.c (process_alt_operands): Check combination of
16319         reg class and mode.
16321 2016-07-08  Jason Merrill  <jason@redhat.com>
16322             Richard Biener  <rguenther@suse.de>
16324         P0145: Refining Expression Order for C++.
16325         * gimplify.c (initial_rhs_predicate_for): New.
16326         (gimplfy_modify_expr): Gimplify RHS before LHS.
16328 2016-07-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16330         PR target/71297
16331         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
16332         Allow standard error handling to take over when a wrong number
16333         of arguments is presented to __builtin_vec_ld () or
16334         __builtin_vec_st ().
16336 2016-07-08  Jiong Wang  <jiong.wang@arm.com>
16338         * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
16339         variants.
16340         (smin): Likewise.
16341         (fmax): New entry.
16342         (fmin): Likewise.
16343         * config/aarch64/arm_neon.h (vmaxnm_f32): Use
16344         __builtin_aarch64_fmaxv2sf.
16345         (vmaxnmq_f32): Likewise.
16346         (vmaxnmq_f64): Likewise.
16347         (vminnm_f32): Likewise.
16348         (vminnmq_f32): Likewise.
16349         (vminnmq_f64): Likewise.
16351 2016-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
16353         PR target/71806
16354         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
16355         enable -mfloat128-hardware by default.
16356         (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
16357         that IEEE 128-bit hardware support needs.
16358         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
16359         -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
16360         Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
16361         floating point requires.
16362         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
16363         -mfloat128 and -mfloat128-hardware changes.
16365 2016-07-08  Alan Hayward  <alan.hayward@arm.com>
16367         PR tree-optimization/71667
16368         * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
16370 2016-07-08  Martin Liska  <mliska@suse.cz>
16372         PR middle-end/71606
16373         * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
16374         folding produces SAVE_EXPRs, thus return false for the type.
16376 2016-07-07  Martin Liska  <mliska@suse.cz>
16378         * file-find.c (remove_prefix): New function.
16379         * file-find.h (remove_prefix): Declare the function.
16380         * gcc-ar.c (main): Skip a folder of the wrapper if
16381         a wrapped binary would point to the same file.
16383 2016-07-07  Jan Hubicka  <jh@suse.cz>
16385         * tree-scalar-evolution.c (iv_can_overflow_p): export.
16386         * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
16387         * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
16389 2016-07-07  Ilya Enkovich  <ilya.enkovich@intel.com>
16391         PR ipa/71624
16392         * ipa-inline-analysis.c (compute_inline_parameters): Set
16393         local.can_change_signature to false for intrumentation
16394         thunk callees.
16396 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16398         * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
16399         with TARGET_HAVE_MOVT.
16400         (TARGET_HAVE_MOVT): Define.
16401         * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
16402         availability with TARGET_HAVE_MOVT.
16403         * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
16404         availability.
16405         (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
16406         TARGET_THUMB2.
16407         (symbol_refs movsi splitter): Remove TARGET_32BIT check.
16408         (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
16409         * config/arm/constraints.md (define_constraint "j"): Use
16410         TARGET_HAVE_MOVT to check MOVT availability.
16412 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16414         * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
16416 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16418         * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
16419         (armv8-m.main): Likewise.
16420         (armv8-m.main+dsp): Likewise.
16421         * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
16422         (FL_FOR_ARCH8M_MAIN): Likewise.
16423         * config/arm/arm-tables.opt: Regenerate.
16424         * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
16425         armv8-m.main+dsp to BE8_LINK_SPEC.
16426         * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
16427         (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
16428         * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
16429         Baseline and Mainline.
16430         (arm_option_override_internal): Also disable arm_restrict_it when
16431         !arm_arch_notm.  Update comment for -munaligned-access to also cover
16432         ARMv8-M Baseline.
16433         (arm_file_start): Increase buffer size for printing architecture name.
16434         * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
16435         and armv8-m.main+dsp.
16436         (mno-unaligned-access): Clarify that this is disabled by default for
16437         ARMv8-M Baseline architectures as well.
16439 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16441         * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
16442         decide whether to prevent some libgcc routines being included for some
16443         multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
16444         link between this condition and the one in
16445         libgcc/config/arm/lib1func.S.
16447 2016-07-07  Richard Biener  <rguenther@suse.de>
16449         * tree-ssa-pre.c: Include alias.h.
16450         (compute_avail): If we have multiple VN_REFERENCEs with the
16451         same hashtable entry adjust that to make it a valid replacement
16452         for all of them with respect to alignment and aliasing
16453         when doing insertion.
16454         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
16455         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
16457 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
16459         PR target/70098
16460         PR target/71763
16461         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
16462         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
16463         constraint.
16465 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16467         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
16468         (adjust_mems): Adjust.
16469         (adjust_insn): Likewise.
16470         (prepare_call_arguments): Likewise.
16472 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16474         * gcse.c (struct ls_expr): Make stores field a vector.
16475         (ldst_entry): Adjust.
16476         (free_ldst_entry): Likewise.
16477         (print_ldst_list): Likewise.
16478         (compute_ld_motion_mems): Likewise.
16479         (update_ld_motion_stores): Likewise.
16481 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16483         * gcse.c (struct ls_expr): Remove loads field.
16484         (ldst_entry): Adjust.
16485         (free_ldst_entry): Likewise.
16486         (print_ldst_list): Likewise.
16487         (compute_ld_motion_mems): Likewise.
16489 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16491         * store-motion.c (struct st_expr): Make antic_stores a vector.
16492         (st_expr_entry): Adjust.
16493         (free_st_expr_entry): Likewise.
16494         (print_store_motion_mems): Likewise.
16495         (find_moveable_store): Likewise.
16496         (compute_store_table): Likewise.
16497         (remove_reachable_equiv_notes): Likewise.
16498         (replace_store_insn): Likewise.
16499         (build_store_vectors): Likewise.
16501 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16503         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
16504         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
16506 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
16508         PR tree-optimization/71518
16509         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
16510         misalign also for outer loops with negative step.
16512 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
16514         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
16515         (cortex_a53_shift): Add mov_shift.
16516         (cortex_a53_shift_reg): Add new reservation for register shifts.
16517         (cortex_a53_alu): Remove bfm.
16518         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
16519         (cortex_a53_alu_extr): Add new reservation for EXTR.
16520         (bypasses): Improve bypass modelling.
16522 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
16524         PR target/50739
16525         * config/avr/avr.c (avr_asm_select_section): Strip off
16526         SECTION_DECLARED from flags when calling get_section.
16528 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
16530         * tree-vectorizer.h (vect_memory_access_type): Add
16531         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
16532         * tree-vect-stmts.c (compare_step_with_zero): New function.
16533         (perm_mask_for_reverse): Move further up file.
16534         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
16535         step is negative.
16536         (get_negative_load_store_type): New function.
16537         (get_load_store_type): Call it.  Add an ncopies argument.
16538         (vectorizable_mask_load_store): Update call accordingly and
16539         remove tests for negative steps.
16540         (vectorizable_store, vectorizable_load): Likewise.  Handle new
16541         memory_access_types.
16543 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
16545         * tree-vectorizer.h (vect_memory_access_type): New enum.
16546         (_stmt_vec_info): Add a memory_access_type field.
16547         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
16548         (vect_model_store_cost): Take an access type instead of a boolean.
16549         (vect_model_load_cost): Likewise.
16550         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
16551         vect_model_store_cost and vect_model_load_cost.
16552         * tree-vect-stmts.c (vec_load_store_type): New enum.
16553         (vect_model_store_cost): Take an access type instead of a
16554         store_lanes_p boolean.  Simplify tests.
16555         (vect_model_load_cost): Likewise, but for load_lanes_p.
16556         (get_group_load_store_type, get_load_store_type): New functions.
16557         (vectorizable_store): Use get_load_store_type.  Record the access
16558         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
16559         (vectorizable_load): Likewise.
16560         (vectorizable_mask_load_store): Likewise.  Replace is_store
16561         variable with vls_type.
16563 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
16565         * tree-vectorizer.h (vect_grouped_load_supported): Add a
16566         single_element_p parameter.
16567         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
16568         Check the PR65518 case here rather than in vectorizable_load.
16569         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
16570         * tree-vect-stmts.c (vectorizable_load): Likewise.
16572 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
16574         * tree-vectorizer.h (gather_scatter_info): New structure.
16575         (vect_check_gather_scatter): Return a bool rather than a decl.
16576         Replace return-by-pointer arguments with a single
16577         gather_scatter_info *.
16578         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
16579         (vect_analyze_data_refs): Update call accordingly.
16580         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
16581         (vectorizable_mask_load_store): Likewise.  Also record the
16582         offset dt and vectype in the gather_scatter_info.
16583         (vectorizable_store): Likewise.
16584         (vectorizable_load): Likewise.
16586 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
16588         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
16589         strided groups, use the cost of N scalar accesses instead
16590         of ncopies vector accesses.
16591         (vect_model_load_cost): Likewise.
16593 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
16595         * tree-vect-stmts.c (vect_cost_group_size): Delete.
16596         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
16597         variable to indicate when once-per-group costs are being used.
16598         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
16600 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
16602         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
16603         peeling-for-gaps condition.
16605 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16607         * config/s390/s390.c (s390_expand_vec_init): Force initializer
16608         element to register if it doesn't match general_operand.
16610 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
16611             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16613         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
16614         prototype.
16615         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
16616         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
16617         (SIGNBIT): New mode iterator.
16618         (Fsignbit): New mode attribute.
16619         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
16620         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
16621         when direct moves are available.
16622         (signbit<mode>2_dm): New define_insn_and_split).
16623         (signbit<mode>2_dm2): New define_insn.
16625 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16627         PR rtl-optimization/71594
16628         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
16629         into subregs of appropriate mode before trying to emit a conditional
16630         move.
16632 2016-07-05  Jan Hubicka  <jh@suse.cz>
16634         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
16635         (simple_iv): Use it.
16637 2016-07-05  Jan Hubicka  <jh@suse.cz>
16639         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
16641 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
16643         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
16644         "offmemok".
16646 2016-07-05  Jan Hubicka  <jh@suse.cz>
16648         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
16649         IV can overflow.
16651 2016-07-05  Richard Biener  <rguenther@suse.de>
16653         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
16654         Handle empty else block.
16655         (is_feasible_trace): Likewise.
16656         (split_paths): Likewise.
16658 2016-07-05  Richard Biener  <rguenther@suse.de>
16660         * tree-loop-distribution.c (distribute_loop): Fix issue with
16661         the cost model loop.
16663 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
16665         * config/arm/neon-testgen.ml: Delete.
16666         * config/arm/neon.ml: Delete.
16668 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
16670         PR c++/71739
16671         * tree.c (attribute_value_equal): Use get_attribute_name instead of
16672         directly using TREE_PURPOSE.
16674 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
16676         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
16677         * config/aarch64/aarch64_neon.h: Likewise.
16678         * config/aarch64/arm_neon.h: Likewise.
16679         * config/aarch64/atomics.md: Likewise.
16680         * config/aarch64/aarch64-simd-builtins.def: Likewise.
16681         * doc/invoke.texi: Likewise.
16683 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16685         * config/s390/s390.md: Add "z13" cpu_facility.
16686         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
16687         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
16688         condition" type instructions.
16690 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16691             Jeff Law  <law@redhat.com>
16693         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
16694         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
16696 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
16698         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
16699         permutation for TARGET_AVX512F.
16700         (ix86_expand_vec_one_operand_perm_avx512): New function.
16701         (expand_vec_perm_1): Invoke introduced function.
16702         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
16703         it may be not valid after vectorization.
16705 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16707         PR target/63874
16708         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
16709         typo in comment.  Only force to memory if it is a weak
16710         external reference.
16712 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
16713             Jiong Wang  <jiong.wang@arm.com>
16715         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
16716         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
16717         (AARCH64_FL_F16): New.
16718         (AARCH64_FL_FOR_ARCH8_2): New.
16719         (AARCH64_ISA_8_2): New.
16720         (AARCH64_ISA_F16): New.
16721         (TARGET_FP_F16INST): New.
16722         (TARGET_SIMD_F16INST): New.
16723         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
16724         ("fp"): Disabling "fp" also disables "fp16".
16725         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
16726         Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
16727         and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
16728         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
16730 2016-07-04  Jan Beulich  <jbeulich@suse.com>
16732         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
16734 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
16736         PR target/71720
16737         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
16738         the insns, use an insn form that does not adjust the offset on
16739         little endian systems.
16741 2016-07-01  Jan Beulich  <jbeulich@suse.com>
16743         * varasm.c (get_variable_section): Validate initializer in
16744         named .bss-like sections.
16746 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16748         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
16749         Exchange the order of the second and third operands in the vpermr
16750         instruction tmeplate.
16752 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
16754         PR target/71698
16755         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
16756         Disallow TDmode values.
16758 2016-07-01  Alan Modra  <amodra@gmail.com>
16760         PR rtl-optimization/71709
16761         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
16762         being set, not referenced.
16764 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
16766         PR tree-optimization/70729
16767         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
16768         of loop since it can be not valid after transformation.
16770 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16772         * config/arm/arm.c (thumb_reload_in_hi): Delete.
16773         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
16775 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
16777         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
16778         for NULL decl.
16780 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
16782         PR target/71677
16783         * config/rs6000/constraints.md (wY constraint): New constraint to
16784         match the requirements for the LXSD and STXSD instructions.
16785         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
16786         predicate to match the requirements for the LXSD and STXSD
16787         instructions.
16788         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
16789         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
16790         to make sure that the bottom 2 bits of offset are 0, the address
16791         form is offsettable, and no updating is done in the address mode.
16792         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
16793         (movdi_internal32): Likewise
16794         (movdi_internal64): Likewise.
16796 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
16798         PR tree-optimization/71707
16799         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
16800         strinfo even for ADDR_EXPR ptr.
16802 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16804         * config/rs6000/altivec.md (darn_32): Change the condition to
16805         TARGET_P9_MISC instead of TARGET_MODULO.
16806         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
16807         condition expression.
16808         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
16809         condition expression.
16810         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
16811         (DFP_TEST): New code iterator.
16812         (dfptstsfi_<code>_mode>): New define_expand.
16813         (*dfp_sgnfcnc_<mode>): New define_insn.
16814         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
16815         definition next to BU_P9_MISC_1 definition and change the MASK
16816         value to RS6000_BTM_P9_MISC.
16817         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
16818         (BU_P9_64BIT_MISC_0): Likewise.
16819         (BU_P9_DFP_MISC_0): New macro definition.
16820         (BU_P9_DFP_MISC_1): New macro definition.
16821         (BU_P9_DFP_MISC_2): New macro definition.
16822         (BU_P9_DFP_OVERLOAD_1): New macro definition.
16823         (BU_P9_DFP_OVERLOAD_2): New macro definition.
16824         (BU_P9_DFP_OVERLOAD_3): New macro definition.
16825         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
16826         (TSTSFI_LT_TD): Likewise.
16827         (TSTSFI_EQ_DD): Likewise.
16828         (TSTSFI_EQ_TD): Likewise.
16829         (TSTSFI_GT_DD): Likewise.
16830         (TSTSFI_GT_TD): Likewise.
16831         (TSTSFI_OV_DD): Likewise.
16832         (TSTSFI_OV_TD): Likewise.
16833         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
16834         (TSTSFI_LT_DD): Likewise.
16835         (TSTSFI_LT_TD): Likewise.
16836         (TSTSFI_EQ): Likewise.
16837         (TSTSFI_EQ_DD): Likewise.
16838         (TSTSFI_EQ_TD): Likewise.
16839         (TSTSFI_GT): Likewise.
16840         (TSTSFI_GT_DD): Likewise.
16841         (TSTSFI_GT_TD): Likewise.
16842         (TSTSFI_OV): Likewise.
16843         (TSTSFI_OV_DD): Likewise.
16844         (TSTSFI_OV_TD): Likewise.
16845         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
16846         overloaded test significance functions.
16847         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
16848         OPTION_MASK_P9_MISC into the representation of this mask.
16849         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
16850         of this mask.
16851         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
16852         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
16853         non-zero.
16854         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
16855         argument is a 6-bit unsigned literal value if the icode argument
16856         represents a DFP test significance built-in call.
16857         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
16858         flag used independently and in combination with the
16859         RS6000_BTM_64BIT flag.
16860         (rs6000_opt_masks): Add entry for power9-misc command-line option.
16861         (rs6000_builtin_mask_names): Add entry for power9-misc
16862         command-line option.
16863         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
16864         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
16865         RS6000_BTM_P9_MISC macros.
16866         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
16867         option and change the description of the -mpower9-vector option to
16868         enable only vector instructions, removing its erroneously claimed
16869         support for scalar instructions.
16870         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
16871         the ISA 3.0 digital floating point test significance built-in
16872         functions.
16874 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
16876         * config/aarch64/aarch64.c (cortexa35_tunings):
16877         Enable AES fusion.  Use cortexa57_branch_cost.
16878         (cortexa53_tunings): Use cortexa57_branch_cost.
16879         (cortexa72_tunings): Use cortexa57_branch_cost.
16880         Use AUTOPREFETCHER_WEAK.
16881         (cortexa73_tunings): Use cortexa57_branch_cost.
16883 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16884             James Greenhalgh  <james.greenhalgh@arm.com>
16886         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
16887         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
16888         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
16889         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
16890         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
16891         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
16892         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
16893         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
16894         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
16895         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
16896         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
16897         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
16898         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
16899         New intrinsics.
16901 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
16902             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16904         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
16905         New define_insn.
16906         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
16908 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
16910         PR driver/71651
16911         * gcc.c (driver::build_option_suggestions): Pass "option" to
16912         add_misspelling_candidates.
16913         * opts-common.c (add_misspelling_candidates): Add "option" param;
16914         use it to avoid adding negated forms for options marked with
16915         RejectNegative.
16916         * opts.h (add_misspelling_candidates): Add "option" param.
16918 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
16920         PR middle-end/71693
16921         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
16922         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
16923         first when permuting bitwise operation with rotate.  Cast
16924         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
16926 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
16928         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
16929         for misspelled param names.
16930         * params.c: Include spellcheck.h.
16931         (find_param_fuzzy): New function.
16932         * params.h (find_param_fuzzy): New prototype.
16933         * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
16934         * spellcheck.h (struct edit_distance_traits<const char *>):
16935         ...here.
16937 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
16939         * config/rs6000/predicates.md (const_0_to_7_operand): New
16940         predicate, recognize 0..7.
16941         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
16942         support for doing extracts from V16QImode, V8HImode, V4SImode
16943         under ISA 3.0.
16944         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
16945         vector extract support.
16946         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
16947         for ISA 3.0 vector extract.
16948         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
16949         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
16950         extracts of a constant element number from small integer vectors
16951         on 64-bit ISA 3.0 systems.
16952         (vsx_extract_<mode>_di): Likewise.
16953         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
16954         say when we can do ISA 3.0 vector extracts.
16955         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
16956         registers, using the stxsiwx instruction.
16958 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
16960         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
16961         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
16962         qdf24xx_regmove_cost, qdf24xx_tunings): New.
16963         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
16964         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
16965         * config/arm/arm.c (arm_qdf24xx_tune): New.
16967 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
16969         * config/aarch64/aarch64.c (cortexa53_tunings):
16970         Increase loop alignment to 8.  Set function alignment to 16.
16971         (cortexa35_tunings): Likewise.
16972         (cortexa57_tunings): Increase loop alignment to 8.
16973         (cortexa72_tunings): Likewise.
16974         (cortexa73_tunings): Likewise.
16976 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
16978         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
16979         for arm_fp16_ok and arm_fp16_hw.
16980         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
16981         arm_fp16_alternative.
16983 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
16985         PR tree-optimization/71655
16986         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
16987         types when swapping operands.
16989 2016-06-29  Martin Liska  <mliska@suse.cz>
16991         PR middle-end/71585
16992         * common.opt (flag_stack_protect): Mark the flag as optimization flag.
16993         * ipa-inline-transform.c (inline_call): Remove unnecessary call
16994         of build_optimization_node.
16996 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
16998         PR tree-optimization/70729
16999         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
17000         independent in loops having positive safelen value.
17001         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
17002         it may be not valid after vectorization.
17004 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
17006         PR tree-optimization/71625
17007         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
17008         is sorted by ascending list->offset.  If PTR is non-NULL and there is
17009         previous strinfo, call get_stridx_plus_constant.
17010         (get_stridx): Pass exp as second argument to get_addr_stridx.
17011         (addr_stridxptr): Add missing list = list->next, so that there can be
17012         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
17013         the list is sorted by ascending list->offset.
17014         (get_stridx_plus_constant): Adjust so that it can be also called with
17015         ADDR_EXPR instead of SSA_NAME as PTR.
17016         (handle_char_store): Pass NULL_TREE as second argument to
17017         get_addr_stridx.
17019 2016-06-29  Richard Biener  <rguenther@suse.de>
17021         PR rtl-optimization/68961
17022         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
17024 2016-06-29  Richard Biener  <rguenther@suse.de>
17026         PR middle-end/71002
17027         * alias.c (component_uses_parent_alias_set_from): Handle
17028         type punning through union accesses by using the union alias set.
17029         * gimple.c (gimple_get_alias_set): Remove union type punning case.
17031 2016-07-29  Richard Biener  <rguenther@suse.de>
17033         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
17034         precision not matching mode precision.
17036 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
17038         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
17039         pa_output_arg_descriptor.
17040         (call_val_symref_64bit_post_reload): Likewise.
17041         (call_val_powf_64bit_post_reload): Likewise.
17042         (sibcall_internal_symref_64bit): Likewise.
17043         (sibcall_value_internal_symref_64bit): Likewise.
17045 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
17047         PR middle-end/71626
17048         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
17049         a constant, force its SUBREG_REG into memory or register instead
17050         of whole op1.
17052 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
17054         PR target/58655
17055         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
17056         * doc/invoke.texi (AVR Options): Document it.
17058 2016-06-28  Walter Lee  <walt@tilera.com>
17060         * config/tilegx/linux.h: Do not include arch/icache.h
17061         (CLEAR_INSN_CACHE): Provide inlined definition directly.
17062         * config/tilepro/linux.h: Do not include arch/icache.h
17063         (CLEAR_INSN_CACHE): Provide inlined definition directly.
17065 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
17067         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
17068         for big-endian BIT_FIELD_REF.
17070 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
17072         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
17073         ('size' attribute): Add '128'.
17074         Include power9.md.
17075         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
17076         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
17077         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
17078         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
17079         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
17080         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
17081         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
17082         *trunc<mode>df2_odd): Set size attribute to '128'.
17083         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
17084         * config/rs6000/power6.md (power6-fp): Include dfp type.
17085         * config/rs6000/power7.md (power7-fp): Likewise.
17086         * config/rs6000/power8.md (power8-fp): Likewise.
17087         * config/rs6000/power9.md: New file.
17088         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
17089         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
17090         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
17091         htmsimple.
17092         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
17093         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
17094         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
17095         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
17096         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
17097         dfp_dscri_<mode>): Change type attribute to dfp.
17098         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
17099         attribute to vecsimple.
17100         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
17101         and prefetch streams.
17102         (rs6000_option_override_internal): Remove temporary code setting
17103         tuning to power8.  Don't set rs6000_sched_groups for power9.
17104         (last_scheduled_insn): Change to rtx_insn *.
17105         (divide_cnt, vec_load_pendulum): New variables.
17106         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
17107         (rs6000_issue_rate): Set issue rate for Power9.
17108         (is_power9_pairable_vec_type): New.
17109         (power9_sched_reorder2): New.
17110         (rs6000_sched_reorder2): Call new function for Power9 specific
17111         reordering.
17112         (insn_must_be_first_in_group): Remove Power9.
17113         (insn_must_be_last_in_group): Likewise.
17114         (force_new_group): Likewise.
17115         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
17116         Initialize divide_cnt/vec_load_pendulum.
17117         (_rs6000_sched_context, rs6000_init_sched_context,
17118         rs6000_set_sched_context): Handle context save/restore of new
17119         variables.
17121 2016-06-28  Richard Biener  <rguenther@suse.de>
17123         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
17124         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
17125         COMPONENT_REF operand.
17126         (nonoverlapping_component_refs_p): Likewise.
17127         * stor-layout.c (start_bitfield_representative): Mark
17128         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
17130 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
17132         * Makefile.in: Don't cat ../stage_current if it does not exist.
17134         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
17135         last argument is a bit-field.
17137         PR rtl-optimization/71673
17138         * internal-fn.c (expand_arith_overflow_result_store): Use
17139         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
17140         expand_simple_binop.
17142         PR middle-end/66867
17143         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
17144         expand_ifn_atomic_compare_exchange): New functions.
17145         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
17146         * tree.h (build_call_expr_internal_loc): Rename to ...
17147         (build_call_expr_internal_loc_array): ... this.  Fix up type of
17148         last argument.
17149         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
17150         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
17151         ATOMIC_COMPARE_EXCHANGE result.
17152         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
17153         * gimple-fold.h (optimize_atomic_compare_exchange_p,
17154         fold_builtin_atomic_compare_exchange): New prototypes.
17155         * gimple-fold.c (optimize_atomic_compare_exchange_p,
17156         fold_builtin_atomic_compare_exchange): New functions..
17157         * tree-ssa.c (execute_update_addresses_taken): If
17158         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
17159         of call when finding addressable vars, and if such var becomes
17160         non-addressable, call fold_builtin_atomic_compare_exchange.
17162 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
17164         PR target/71670
17165         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
17166         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
17168 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
17170         * config/rs6000/rs6000.md ('type' attribute): Add
17171         veclogical,veccmpfx,vecexts,vecmove insn types.
17172         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
17173         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
17174         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
17175         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
17176         *nabs<mode>2_hw): Change type to vecmove.
17177         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
17178         *boolcc<mode>3_internal, *eqv<mode>3_internal,
17179         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
17180         *ieee_128bit_vsx_abs<mode>2_internal,
17181         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
17182         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
17183         *ieee128_mtvsrd_32bit): Change type to veclogical.
17184         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
17185         *movdi_internal32, *movdi_internal64): Update insn types.
17186         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
17187         vsx_extract_<mode>): Change type to veclogical.
17188         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
17189         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
17190         *vsx_sign_extend_si_v2di): Change type to vecexts.
17191         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
17192         type to veclogical.
17193         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
17194         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
17195         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
17196         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
17197         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
17198         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
17199         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
17200         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
17201         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
17202         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
17203         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
17204         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
17205         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
17206         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
17207         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
17208         (ppc7450-vecsimple): Add veclogical, vecmove.
17209         (ppc7450-veccmp): Add veccmpfx.
17210         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
17211         vecmove.
17212         (ppc8540_vector_compare): Add veccmpfx.
17213         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
17214         * config/rs6000/cell.md (cell-fp): Add fpsimple.
17215         (cell-vecsimple): Add veclogical, vecmove.
17216         (cell-veccmp): Add veccmpfx.
17217         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
17218         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
17219         veccmpfx.
17220         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
17221         * config/rs6000/power4.md (power4-fp): Add fpsimple.
17222         (power4-vecsimple): Add veclogical, vecmove.
17223         (power4-veccmp): Add veccmpfx.
17224         * config/rs6000/power5.md (power5-fp): Add fpsimple.
17225         * config/rs6000/power6.md (power6-fp): Add fpsimple.
17226         (power6-vecsimple): Add veclogical, vecmove.
17227         (power6-veccmp): Add veccmpfx.
17228         * config/rs6000/power7.md (power7-fp): Add fpsimple.
17229         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
17230         * config/rs6000/power8.md (power8-fp): Add fpsimple.
17231         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
17232         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
17233         * config/rs6000/titan.md (titan_fp): Add fpsimple.
17234         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
17235         fpsimple.
17236         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
17238 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
17240         PR target/71656
17241         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
17242         OPTION_MASK_P9_DFORM_VECTOR.
17243         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
17244         disable -mpower9-dform-vector when using reload.
17245         (quad_address_p): Remove 'gpr_p' argument and all associated code.
17246         New 'strict' argument.  Update all callers.  Add strict addressing
17247         support.
17248         (rs6000_legitimate_offset_address_p): Remove call to
17249         virtual_stack_registers_memory_p.
17250         (rs6000_legitimize_reload_address): Add quad address support.
17251         (rs6000_legitimate_address_p): Move call to quad_address_p above
17252         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
17253         to account for new strict usage.
17254         (rs6000_output_move_128bit): Adjust quad_address_p args to account
17255         for new strict usage.
17256         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
17258 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
17260         PR target/70902
17261         PR target/71453
17262         PR target/71555
17263         PR target/71596
17264         PR target/71657
17265         * config/i386/i386.c (ix86_spill_class): Disable condition to
17266         always return NO_REGS.
17268 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
17270         * predict.c: Include gimple-pretty-print.h
17271         (predicted_by_loop_heuristics_p): Check also
17272         PRED_LOOP_EXIT_WITH_RECURSION
17273         (predict_loops): Find self recursive calls and use special purpose
17274         predictors for them; dump log about decisions.
17275         (pass_profile::execute): Dump info about #of iterations.
17276         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
17277         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
17279 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
17281         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
17282         output_asm_insn calls and shorten long lines.  Output .CALL
17283         argument descriptor using pa_output_arg_descriptor.  Add various
17284         inline $$dyncall and other optimizations.
17285         (pa_attr_length_indirect_call): Adjust ordering and lengths.
17287 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
17289         PR tree-optimization/71643
17290         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
17291         EH preds.
17293         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
17294         leak a bitmap if dep_bb is NULL.
17296         PR tree-optimization/71631
17297         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
17298         to rewrite_expr_tree even if negate_result, move new_lhs var
17299         declaration and initialization earlier, for powi_result set afterwards
17300         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
17301         if new_lhs != lhs, and don't shadow gsi var.
17303 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
17305         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
17306         Add in_loop parameter.
17307         (predict_loops): Add loop guard heuristics.
17308         * predict.def (PRED_LOOP_GUARD): New heuristics.
17310 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
17312         * predict.c: Include ipa-utils.h
17313         (tree_bb_level_prediction): Predict recursive calls.
17314         (tree_estimate_probability_bb): Skip inexpensive calls for call
17315         predictor.
17316         * predict.def (PRED_RECURSIVE_CALL): New.
17318 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17320         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
17321         (BU_FLOAT128_1): Likewise.
17322         (FABSQ): Likewise.
17323         (COPYSIGNQ): Likewise.
17324         (RS6000_BUILTIN_NANQ): Likewise.
17325         (RS6000_BUILTIN_NANSQ): Likewise.
17326         (RS6000_BUILTIN_INFQ): Likewise.
17327         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
17328         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
17329         (TARGET_FOLD_BUILTIN): New #define.
17330         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
17331         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
17332         (rs6000_fold_builtin): New target hook implementation, handling
17333         folding of 128-bit NaNs and infinities.
17334         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
17335         entries are filled in to avoid problems during bootstrap
17336         self-test; define builtins for 128-bit NaNs and infinities.
17337         (rs6000_opt_mask): Add entry for float128.
17338         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
17339         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
17340         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
17341         (const_str_type_node): New #define.
17342         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
17343         to a define_expand that dispatches to either copysign<mode>3_soft
17344         or copysign<mode>3_hard.
17345         (copysign<mode>3_hard): Rename from copysign<mode>3.
17346         (copysign<mode>3_soft): New define_insn.
17347         * doc/extend.texi: Document new builtins.
17349 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
17351         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
17352         PRIu64 instead of lu.
17354 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
17356         PR debug/71642
17357         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
17358         copy the type name.
17360 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
17362         PR tree-optimization/71647
17363         * omp-low.c (lower_rec_input_clauses): Convert
17364         omp_clause_aligned_alignment (c) to size_type_node for the
17365         last argument of __builtin_assume_aligned.
17367 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
17369         * configure.ac (calling ___tls_get_addr via GOT): New
17370         assembler/linker check.
17371         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
17372         assembler and linker supports calling ___tls_get_addr via GOT.
17373         Otherise, defined to 0.
17374         * config.in: Regenerated.
17375         * configure: Likewise.
17376         * config/i386/constraints.md (Yb): New constraint.
17377         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
17378         (REG_CLASS_NAMES): Likewise.
17379         (REG_CLASS_CONTENTS): Likewise.
17380         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
17381         the b constraint with the Yb constraint.  Call ___tls_get_addr
17382         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
17383         is 1.
17384         (*tls_local_dynamic_base_32_gnu): Likewise.
17385         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
17386         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
17387         (*tls_local_dynamic_base_64_<mode>): Likewise.
17389 2016-06-24  Martin Liska  <mliska@suse.cz>
17391         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
17392         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
17393         few functions.
17394         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
17395         argument to true if the expected number of iterations is
17396         loop-based.
17398 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
17400         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
17401         assemble for 32bit target.
17402         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
17403         and $ld_ix86_gld_32_opt to link for 32bit target.
17404         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
17405         * configure: Regenerate.
17407 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17409         * config/arm/arm.c (int_log2): Delete definition and prototype.
17410         (shift_op): Use exact_log2 instead of int_log2.
17411         (vfp3_const_double_for_fract_bits): Likewise.
17413 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
17415         * internal-fn.c (expand_arith_set_overflow): New function.
17416         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
17417         Use it.
17418         (expand_arith_overflow_result_store): Likewise.  Handle precision
17419         smaller than mode precision.
17420         * tree-vrp.c (extract_range_basic): For imag part, handle
17421         properly signed 1-bit precision result.
17422         * doc/extend.texi (__builtin_add_overflow): Document that last
17423         argument can't be pointer to enumerated or boolean type.
17424         (__builtin_add_overflow_p): Document that last argument can't
17425         have enumerated or boolean type.
17427 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
17428             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17430         * config/rs6000/predicates.md (splat_input_operand): Rework.
17431         Don't allow constants, since the insns that use this predicate
17432         don't support constants.  Constants are handled by other insns
17433         that are created via combine.  During and after register
17434         allocation, only allow indexed or indirect addresses, and not
17435         general addresses.  Only allow modes supported by the hardware.
17436         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
17437         comment.  Move check for using VSPLTIS<x> to a common location,
17438         instead of doing it in two different places.
17440 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
17442         * config/i386/driver-i386.c (host_detect_local_cpu): Set
17443         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
17444         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
17445         signature_CENTAUR_ebx.
17447 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
17449         PR target/66232
17450         PR target/67400
17451         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
17452         (as_ix86_gas_32_opt): This.
17453         (ld_ix86_tls_ldm_opt): Renamed to ...
17454         (ld_ix86_gld_32_opt): This.
17455         (R_386_TLS_LDM reloc): Updated.
17456         (R_386_GOT32X reloc): New assembler/linker check.
17457         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
17458         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
17459         defined to 0.
17460         * config.in: Regenerated.
17461         * configure: Likewise.
17462         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
17463         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
17464         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
17465         if ix86_force_load_from_GOT_p returns true.
17466         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
17467         ix86_force_load_from_GOT_p returns true.
17468         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
17469         the external function address via the GOT slot.
17470         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
17471         HAVE_AS_IX86_GOT32X before returning false.
17472         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
17473         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
17475 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
17477         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
17479 2016-06-23  Andi Kleen  <ak@linux.intel.com>
17481         * Makefile.in: Regenerate.
17482         * doc/install.texi: Document autoprofiledbootstrap.
17484 2016-06-23  Andi Kleen  <ak@linux.intel.com>
17486         * config/i386/gcc-auto-profile: New file.
17488 2016-06-23  Martin Liska  <mliska@suse.cz>
17490         PR middle-end/71619
17491         * predict.c (predict_loops): Revert the hunk that was removed
17492         in r237103.
17494 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
17496         * config.gcc: Add support for arm*-*-phoenix* targets.
17497         * config/arm/t-phoenix: New.
17498         * config/phoenix.h: New.
17500 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
17501             H.J. Lu  <hongjiu.lu@intel.com>
17503         PR target/67400
17504         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
17505         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
17506         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
17507         ix86_force_load_from_GOT_p returns true.
17508         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
17509         ix86_force_load_from_GOT_p returns true.
17510         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
17511         ix86_force_load_from_GOT_p returns true.
17512         (ix86_expand_move): Load the external function address via the
17513         GOT slot if ix86_force_load_from_GOT_p returns true.
17514         * config/i386/predicates.md (x86_64_immediate_operand): Return
17515         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
17516         (x86_64_zext_immediate_operand): Ditto.
17518 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
17520         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
17522 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
17524         PR c/70339
17525         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
17526         * diagnostic.c (pedwarn_at_rich_loc): New function.
17527         * spellcheck.h (best_match::best_match): Add a
17528         "best_distance_so_far" optional parameter.
17529         (best_match::set_best_so_far): New method.
17530         (best_match::get_best_distance): New accessor.
17531         (best_match::get_best_candidate_length): New accessor.
17533 2016-06-22  Nick Clifton  <nickc@redhat.com>
17535         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
17536         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
17537         modes are accepted as well.
17538         (ucompare_loc_descriptor): Likewise.
17539         (minmax_loc_descriptor): Likewise.
17540         (clz_loc_descriptor): Likewise.
17541         (popcount_loc_descriptor): Likewise.
17542         (bswap_loc_descriptor): Likewise.
17543         (rotate_loc_descriptor): Likewise.
17544         (mem_loc_descriptor): Likewise.
17545         (loc_descriptor): Likewise.
17547 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
17549         * common.opt (fdiagnostics-parseable-fixits): New option.
17550         * diagnostic.c: Include "selftest.h".
17551         (print_escaped_string): New function.
17552         (print_parseable_fixits): New function.
17553         (diagnostic_report_diagnostic): Call print_parseable_fixits.
17554         (selftest::assert_print_escaped_string): New function.
17555         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
17556         (selftest::test_print_escaped_string): New function.
17557         (selftest::test_print_parseable_fixits_none): New function.
17558         (selftest::test_print_parseable_fixits_insert): New function.
17559         (selftest::test_print_parseable_fixits_remove): New function.
17560         (selftest::test_print_parseable_fixits_replace): New function.
17561         (selftest::diagnostic_c_tests): New function.
17562         * diagnostic.h (struct diagnostic_context): Add field
17563         "parseable_fixits_p".
17564         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
17565         -fdiagnostics-parseable-fixits.
17566         (-fdiagnostics-parseable-fixits): New option.
17567         * opts.c (common_handle_option): Handle
17568         -fdiagnostics-parseable-fixits.
17569         * selftest-run-tests.c (selftest::run_tests): Call
17570         selftest::diagnostic_c_tests.
17571         * selftest.h (selftest::diagnostic_c_tests): New prototype.
17573 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
17575         PR tree-optimization/71488
17576         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
17577         comparison of boolean vectors.
17578         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
17579         of boolean vectors using bitwise operations.
17581 2016-06-22  Andreas Schwab  <schwab@suse.de>
17583         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
17584         Remove declaration.
17586 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
17588         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
17590 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17592         * config/i386/i386.c (print_reg): Emit an error message on attempt to
17593         print FLAGS_REG.
17595 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17597         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
17598         * config/arm/arm-cores.def (cortex-a73): New entry.
17599         (cortex-a73.cortex-a35): Likewise.
17600         (cortex-a73.cortex-a53): Likewise.
17601         * config/arm/arm-tables.opt: Regenerate.
17602         * config/arm/arm-tune.md: Likewise.
17603         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
17604         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
17605         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
17606         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
17607         * doc/invoke.texi (ARM Options): Document cortex-a73,
17608         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
17610 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17612         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
17613         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
17614         (cortex-a73.cortex-a35): Likewise.
17615         (cortex-a73.cortex-a53): Likewise.
17616         * config/aarch64/aarch64-tune.md: Regenerate.
17617         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
17618         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
17619         -mcpu and -mtune.
17621 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17623         * configure.ac (gcc_cv_as_compress_debug): Remove
17624         --compress-debug-sections as extra as switch.
17625         Handle gas --compress-debug-sections=type.
17626         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
17627         Handle gld --compress-debug-sections=type.
17628         * configure: Regenerate.
17630 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
17632         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
17634 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
17636         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
17637         (do_rewrite): likewise.
17639 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17641         * common/config/mep/mep-common.c: Remove.
17642         * config.gcc: Remove mep-* support.
17643         * config/mep/constraints.md: Remove.
17644         * config/mep/default.h: Remove.
17645         * config/mep/intrinsics.h: Remove.
17646         * config/mep/intrinsics.md: Remove.
17647         * config/mep/ivc2-template.h: Remove.
17648         * config/mep/mep-c5.cpu: Remove.
17649         * config/mep/mep-core.cpu: Remove.
17650         * config/mep/mep-default.cpu: Remove.
17651         * config/mep/mep-ext-cop.cpu: Remove.
17652         * config/mep/mep-intrin.h: Remove.
17653         * config/mep/mep-ivc2.cpu: Remove.
17654         * config/mep/mep-pragma.c: Remove.
17655         * config/mep/mep-protos.h: Remove.
17656         * config/mep/mep.c: Remove.
17657         * config/mep/mep.cpu: Remove.
17658         * config/mep/mep.h: Remove.
17659         * config/mep/mep.md: Remove.
17660         * config/mep/mep.opt: Remove.
17661         * config/mep/predicates.md: Remove.
17662         * config/mep/t-mep: Remove.
17663         * doc/install.texi: Remove mep-* documentation.
17664         * doc/md.texi: Likewise.
17666 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17668         * config.gcc: Remove support for avr-rtems.
17669         * config/avr/gen-avr-mmcu-specs.c: Likewise.
17670         * config/avr/rtems.h: Remove.
17671         * config/avr/t-rtems: Remove.
17673 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17675         * config.gcc: Remove m32r-rtems support.
17676         * config/m32r/rtems.h: Remove.
17678 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17680         * config.gcc: Remove h8300-rtems support.
17681         * config/h8300/rtems.h: Remove.
17682         * config/h8300/t-rtems: Remove.
17684 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17686         * config.gcc: Remove support for knetbsd.
17687         * configure.ac: Likewise.
17688         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
17689         * config/knetbsd-gnu.h: Remove.
17690         * configure: Regenerate.
17692 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17694         * config.gcc: Remove support for openbsd 2 and 3.
17695         * config/openbsd-oldgas.h: Remove.
17697 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17699         * config.gcc: Remove interix support.
17700         * config/i386/i386-interix.h: Remove.
17701         * config/i386/interix.opt: Remove.
17702         * config/i386/t-interix: Remove.
17703         * configure: Regenerate.
17704         * configure.ac: Remove interix support.
17705         * doc/install.texi: Remove interix documentation.
17707 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17709         * config/rs6000/rs6000.h: Add conditional preprocessing directives
17710         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
17711         not defined.
17713 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
17715         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
17716         they are both PLACEHOLDER_EXPRs.
17718 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
17720         * stor-layout.c (layout_type): Move setting complex MODE to
17721         layout_type, instead of setting it ahead of time by the caller.
17722         * tree.c (build_complex_type): Likewise.
17724 2016-06-21  Martin Liska  <mliska@suse.cz>
17726         * predict.c (force_edge_cold): Replace imposisble with
17727         impossible.
17729 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
17731         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
17732         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
17734 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
17736         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
17738 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
17739             Ilya Enkovich  <ilya.enkovich@intel.com>
17741         PR target/71549
17742         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
17743         New member function to convert V1TImode register to SUBREG
17744         TImode in debug insn.
17745         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
17746         after changing register mode to V1TImode.
17748 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
17750         * config/aarch64/aarch64-cores.def (vulcan): New core.
17751         * config/aarch64/aarch64-tune.md: Regenerate.
17752         * doc/invoke.texi: Document vulcan as an available option.
17754 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
17756         * cse.c (canon_asm_operands): New function extracted from...
17757         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
17758         either standalone or member of a PARALLEL.
17760 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
17762         PR target/30417
17763         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
17764         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
17765         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
17767 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
17769         PR target/71103
17770         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
17771         constant addresses if can_create_pseudo_p.
17773 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
17775         PR tree-optimization/71588
17776         * tree-ssa-strlen.c (valid_builtin_call): New function.
17777         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
17778         it.
17780 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
17782         PR middle-end/71581
17783         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
17784         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
17785         for conversion of scalar user var to complex type and use the
17786         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
17787         punt.
17789         PR rtl-optimization/71591
17790         * toplev.c (toplev::run_self_tests): If no_backend, complain and
17791         don't run any tests.
17793 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
17795         PR target/71571
17796         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
17797         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
17798         space for PIC with non-v32 and the common non-PIC "jump".
17800 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
17802         PR target/71559
17803         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
17804         returned values and add UN*/LTGT/*ORDERED cases with values matching
17805         D operand modifier on vcmp for AVX.
17807 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
17809         * config/aarch64/aarch64.opt
17810         (mpc-relative-literal-loads): Rename internal option name.
17811         * config/aarch64/aarch64.c
17812         (aarch64_nopcrelative_literal_loads): Rename to
17813         aarch64_pcrelative_literal_loads.
17814         (aarch64_expand_mov_immediate): Likewise.
17815         (aarch64_secondary_reload): Likewise.
17816         (aarch64_can_use_per_function_literal_pools_p): Likewise.
17817         (aarch64_override_options_after_change_1): Rename and simplify logic.
17818         (aarch64_classify_symbol): Merge large model checks into switch,
17819         remove pc-relative load check.
17821 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
17823         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
17824         costs relative to the cost of a register move.
17826 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
17828         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
17829         (vcvt_n_f64_u64): Likewise.
17830         (vcvt_n_s64_f64): Likewise.
17831         (vcvt_n_u64_f64): Likewise.
17832         (vcvt_f64_s64): Likewise.
17833         (vrecpe_f64): Likewise.
17834         (vcvt_f64_u64): Likewise.
17835         (vrecps_f64): Likewise.
17837 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
17839         * config/aarch64/aarch64.md
17840         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
17841         iterators.
17842         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
17843         attributes.
17844         * config/aarch64/aarch64-builtins.c
17845         (aarch64_types_binop_uss_qualifiers): Delete.
17846         (TYPES_BINOP_USS): Likewise.
17847         (aarch64_types_binop_sus_qualifiers): Likewise.
17848         (TYPES_BINOP_SUS): Likewise.
17849         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
17850         (TYPES_FCVTIMM_SUS): Likewise.
17851         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
17852         rather than BINOP.
17853         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
17854         (fcvtzs): Use SHIFTIMM rather than BINOP.
17855         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
17857 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
17859         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
17860         costs relative to the cost of a register move.
17862 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
17864         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
17865         Allow scalar/single vector modes to be tieable.
17867 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
17869         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
17871 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17873         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
17874         "alignement".
17875         * tree.h (TYPE_ALIGN): Likewise.
17877 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
17879         PR target/71103
17880         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
17882 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
17884         * config/avr/avr.c (avr_print_operand): Fix "format not a string
17885         literal" build warnings.
17886         (avr_print_operand_address): Dito.
17888 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
17890         PR target/71375
17891         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
17892         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
17894 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
17896         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
17898 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
17900         PR bootstrap/71435
17901         * reload1.c (reload): Pass 0 to finish_spills when called because
17902         update_eliminables_and_spill returns true and remove did_spill.
17903         (finish_spills): Adjust comment and document GLOBAL parameter.
17905 2016-06-17  DJ Delorie  <dj@redhat.com>
17907         PR target/71338
17908         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
17909         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
17910         (umulqihi3_virt): Likewise.
17911         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
17912         (umulqihi3_real): Likewise.
17914 2016-06-17  Martin Liska  <mliska@suse.cz>
17916         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
17918 2016-06-17  Martin Liska  <mliska@suse.cz>
17920         * predict.def: PRED_LOOP_EXIT from 92 to 85.
17922 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
17924         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
17925         __FAST_MATH__.
17926         (vaddq_f32): Likewise.
17927         (vmul_f32): Likewise.
17928         (vmulq_f32): Likewise.
17929         (vsub_f32): Likewise.
17930         (vsubq_f32): Likewise.
17932 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
17934         PR tree-optimization/71347
17935         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
17936         cost for all uses in group.
17938 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
17940         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
17941         insert gimple seq if it's not empty.
17943 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
17945         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
17946         member OFFSET.
17947         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
17948         rather than OFFSET.
17949         (comp_dr_with_seg_len_pair): Ditto.
17950         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
17951         struct dr_with_seg_len_pair against DR_OFFSET.
17952         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
17953         DR_OFFSET directly.
17955 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
17957         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
17959 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
17961         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
17962         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
17963         (pa_output_millicode_call): Likewise.
17964         (pa_output_call): Likewise.
17965         (pa_output_indirect_call): Likewise.
17966         (pa_asm_output_mi_thunk): Likewise.
17968 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
17970         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
17972 2016-06-16  Martin Liska  <mliska@suse.cz>
17974         * predict.c (combine_predictions_for_insn): When we find a first
17975         match predictor, we should consider just predictors with
17976         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
17977         DS theory predictor.
17978         (combine_predictions_for_bb): Likewise.
17980 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
17982         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
17983         with base of reference to struct.
17985 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
17987         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
17989 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
17991         PR target/71151
17992         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
17993         progmem_swtable_section.
17994         (progmem_swtable_section): Remove.
17995         (avr_asm_function_rodata_section): Remove.
17996         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
17997         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
17999 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
18001         * config/i386/driver-i386.c (host_detect_local_cpu): Set
18002         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
18003         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
18004         signature_CENTAUR_ebx.
18005         * config/i386/i386.c (ix86_option_override_internal): Add
18006         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
18007         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
18008         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
18010 2016-06-16  Martin Liska  <mliska@suse.cz>
18012         * predict.def: Add fortran loop preheader predictor.
18013         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
18014         fold IFN_BUILTIN_EXPECT with a known constant argument.
18016 2016-06-16  Martin Liska  <mliska@suse.cz>
18018         * predict.def: Add 'Fortran' to display text of all
18019         PRED_FORTRAN_* predictors.
18021 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
18023         PR target/71242
18024         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
18025         [IA64_BUILTIN_NANSQ]: Ditto.
18026         (ia64_fold_builtin): New function.
18027         (TARGET_FOLD_BUILTIN): New define.
18028         (ia64_init_builtins) Declare const_string_type node.
18029         Add __builtin_nanq and __builtin_nansq builtin functions.
18030         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
18032 2016-06-16  Nick Clifton  <nickc@redhat.com>
18034         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
18035         MSP430_HWMULT_ prefix to enum values.
18036         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
18037         * config/msp430/msp430.c: Update use of enum values.
18038         * config/msp430/msp430.md: Likewise.
18039         * config/msp430/msp430.opt: Likewise.
18041 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
18043         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
18044         of comparsions in the last iteration.
18046 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
18047             Joern Rennecke  <joern.rennecke@embecosm.com>
18049         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
18050         addresses.
18051         (arc_needs_pcl_p): Add GOTOFFPC.
18052         (arc_legitimate_pic_addr_p): Likewise.
18053         (arc_output_pic_addr_const): Likewise.
18054         (arc_legitimize_pic_address): Generate a pc-relative address using
18055         GOTOFFPC.
18056         (arc_output_libcall): Use @pcl syntax.
18057         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
18058         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
18059         (*movsi_insn): Use @pcl syntax.
18060         (doloop_begin_i): Likewise.
18062 2016-06-16  Martin Liska  <mliska@suse.cz>
18064         * predict.def: Define a new predictor.
18066 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
18068         * config/arc/arc.opt (mtp-regno): Update text.
18070 2016-06-16  Renlin Li  <renlin.li@arm.com>
18072         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
18074 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
18076         PR target/71554
18077         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
18078         (setcc + and peephole2): Likewise.
18080         PR rtl-optimization/71532
18081         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
18082         memory slots.
18084 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
18086         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
18087         DImode constants with XXSPLTIB in vector registers.
18088         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
18089         vsx_extract_<mode>_internal{1,2} into a single insn that handles
18090         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
18091         extraction of the element at the top of the register as a scalar
18092         value.
18093         (vsx_extract_<mode>_internal1): Likewise.
18094         (vsx_extract_<mode>_internal2): Likewise.
18095         * config/rs6000/constraints.md (wi constraint): Remove a comment
18096         about DImode not being allowed in Altivec registers.
18097         (wB constraint): New constraint for constants that can be
18098         generated in Altivec registers with VSPLTISW/VUPKHSW.
18099         * config/rs6000/predicates.md (xxspltib_constant_split): Update
18100         comments.
18101         (xxspltib_constant_nosplit): Likewise.
18102         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
18103         support for -mupper-regs-di to enable DImode to go into Altivec
18104         registers.
18105         (POWERPC_MASKS): Likewise.
18106         (power7 cpu): Likewise.
18107         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
18108         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
18109         for DImode being allowed in Altivec registers.  Update wi/wj
18110         constraints.  Set scalar_in_vmx_p flag.
18111         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
18112         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
18113         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
18114         (rs6000_opt_masks): Add -mupper-regs-di.
18115         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
18116         direct move to use wi and not wj.
18117         (lfiwzx): Likewise.
18118         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
18119         alternative.
18120         (floatunssi<mode>2_lfiwzx_mem): Likewise.
18121         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
18122         any VSX register, instead of just Altivec registers, to allow
18123         either operand to be an Altivec register or both.
18124         (fixuns_trunc<mode>di2_fctiduz): Likewise.
18125         (movdi_internal32): Add support for -mupper-regs-di.  Add support
18126         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
18127         the alternatives and attributes to be lined up to be easier to
18128         read.
18129         (movdi_internal64): Likewise.
18130         (64-bit DImode splitters): Change predicates to only split loading
18131         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
18132         load constants in ISA 3.0 or ISA 2.07 respectively.
18133         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
18134         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
18135         mention -mcpu=power9 sets these options.
18136         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
18137         wB constraint.
18139 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
18141         PR target/67353
18142         * config/avr/avr.c (avr_set_current_function): Warn misspelled
18143         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
18144         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
18145         by default to warn misspelled interrupt/ signal handler.
18146         * doc/invoke.texi (AVR Options): Document it. Update description
18147         for -nodevicelib option.
18149 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18151         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
18152         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
18153         (aarch64_<sur>shll2_n<mode>): Likewise.
18155 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
18157         PR middle-end/71529
18158         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
18159         DECL_CONTEXT for copied arguments.
18161 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
18163         PR tree-optimization/71483
18164         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
18165         for slp
18167 2016-06-15  Martin Liska  <mliska@suse.cz>
18169         * predict.c (tree_predict_by_opcode): Call predict_edge_def
18170         instead of predict_edge w/o a probability.
18172 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
18174         PR tree-optimization/71439
18175         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
18176         live PHIs.
18178 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18180         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
18181         register subregs in SET_SRC.
18183 2016-06-15  Richard Biener  <rguenther@suse.de>
18185         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
18186         store restrictions.
18188 2016-06-15  Richard Biener  <rguenther@suse.de>
18190         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
18191         not consider dependences between accesses that belong to the
18192         same group.
18193         (vect_analyze_data_ref_dependences): Do not analyze read-read
18194         or self-dependences.
18196 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
18198         * spellcheck-tree.c: Include spellcheck-tree.h rather than
18199         spellcheck.h.
18200         (find_closest_identifier): Reimplement in terms of
18201         best_match<tree,tree>.
18202         * spellcheck-tree.h: New file.
18203         * spellcheck.c (struct edit_distance_traits<const char *>): New
18204         struct.
18205         (find_closest_string): Reimplement in terms of
18206         best_match<const char *, const char *>.
18207         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
18208         overload to spellcheck-tree.h.
18209         (find_closest_identifier): Likewise.
18210         (struct edit_distance_traits<T>): New template.
18211         (class best_match): New class.
18213 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
18215         * selftest-run-tests.c (selftest::run_tests): Call
18216         selftest::spellcheck_tree_c_tests.
18217         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
18218         * spellcheck-tree.c: Include selftest.h and stringpool.h.
18219         (selftest::test_find_closest_identifier): New function.
18220         (selftest::spellcheck_tree_c_tests): New function.
18221         * spellcheck.c (selftest::test_find_closest_string): Verify that
18222         the order of the vec does not affect the results for this case.
18223         (selftest::test_data): New array.
18224         (selftest::test_metric_conditions): New function.
18225         (selftest::spellcheck_c_tests): Add a test of case-comparison.
18226         Call selftest::test_metric_conditions.
18228 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18230         * config/rs6000/rs6000-builtin.def (commentary): Typo.
18231         (BU_P9_MISC_1): Likewise.
18232         (BU_P9_64BIT_MISC_0): Likewise.
18233         (BU_P9_MISC_0): Likewise.
18235 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
18237         * gcc-rich-location.c
18238         (gcc_rich_location::add_fixit_misspelled_id): New method.
18239         * gcc-rich-location.h
18240         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
18242 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
18244         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
18245         FreeBSD 11 and above.
18247 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
18249         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
18251 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18253         * expmed.h: Close parenthesis in "at your option" in copyright
18254         boilerplate.
18255         * lower-subreg.h: Likewise.
18257 2016-06-14  Richard Biener  <rguenther@suse.de>
18259         PR middle-end/71526
18260         * genmatch.c (expr::gen_transform): Use in_type for comparisons
18261         if available.
18263 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18265         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
18266         New function.
18267         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
18268         mask+shift version.
18269         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
18270         New prototype.
18271         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
18272         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
18274 2016-06-14  Richard Biener  <rguenther@suse.de>
18276         PR tree-optimization/71522
18277         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
18278         copying into float copying.
18280 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
18282         PR tree-optimization/71520
18283         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
18284         (replace_block_by): Move user labels from bb1 to bb2.
18286 2016-06-14  Richard Biener  <rguenther@suse.de>
18288         PR middle-end/71310
18289         PR bootstrap/71510
18290         * expr.h (get_bit_range): Declare.
18291         * expr.c (get_bit_range): Export.
18292         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
18293         word_mode again to constrain the bitfield access.
18295 2016-06-14  Richard Biener  <rguenther@suse.de>
18297         PR tree-optimization/71521
18298         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
18299         division int_const_binop against zero divisor.
18301 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
18303         * config/i386/i386.md (signbittf2): New expander.
18304         * config/i386/sse.md (ptesttf2): New insn pattern.
18306 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
18308         PR bootstrap/71481
18309         * input.c (selftest::test_reading_source_line): Avoid reading from
18310         __FILE__ by creating a tempfile with known content and reading
18311         from that instead.
18313 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
18315         * pretty-print.c (assert_pp_format_colored): Skip the test if
18316         GCC_COLORS is set.
18317         (test_pp_format): Remove comment about GCC_COLORS.
18319 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
18321         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
18322         * pretty-print.c (assert_pp_format_va): Add location param and use
18323         it with ASSERT_STREQ_AT.
18324         (assert_pp_format): Add location param and pass it to
18325         assert_pp_format_va.
18326         (assert_pp_format_colored): Likewise.
18327         (ASSERT_PP_FORMAT_1): New.
18328         (ASSERT_PP_FORMAT_2): New.
18329         (ASSERT_PP_FORMAT_3): New.
18330         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
18331         explicitly, or implicitly via the above macros.
18332         * selftest.c (selftest::pass): Use a selftest::location rather
18333         than file and line.
18334         (selftest::fail): Likewise.  Print the function name.
18335         (selftest::fail_formatted): Likewise.
18336         (selftest::assert_streq): Use a selftest::location rather than
18337         file and line.
18338         * selftest.h (selftest::location): New struct.
18339         (SELFTEST_LOCATION): New macro.
18340         (selftest::pass): Accept a const location & rather than file
18341         and line.
18342         (selftest::fail): Likewise.
18343         (selftest::fail_formatted): Likewise.
18344         (selftest::assert_streq): Likewise.
18345         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
18346         (ASSERT_FALSE): Likewise.
18347         (ASSERT_EQ): Likewise.
18348         (ASSERT_NE): Likewise.
18349         (ASSERT_STREQ): Likewise.
18350         (ASSERT_PRED1): Likewise.
18351         (ASSERT_STREQ_AT): New macro.
18353 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
18355         * selftest.c (selftest::fail_formatted): New function.
18356         (selftest::assert_streq): New function.
18357         * selftest.h (selftests::fail_formatted): New decl.
18358         (selftest::assert_streq): New decl.
18359         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
18361 2016-06-13  Jeff Law  <law@redhat.com>
18363         PR tree-optimization/71403
18364         * tree-ssa-threadbackward.c
18365         (convert_and_register_jump_thread_path): No longer accept reference
18366         to path.  Do not pop items off the path anymore.
18367         (fsm_find_control_statement_thread_paths): Do not allow threading
18368         to a deeper loop nest.  Pop the last item off the path here rather
18369         than in convert_and_register_jump_thread_path.
18371 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
18372             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
18374         [AArch64] Emit division using the Newton series
18376         * config/aarch64/aarch64-protos.h
18377         (cpu_approx_modes): Add new member "division".
18378         (aarch64_emit_approx_div): Declare new function.
18379         * config/aarch64/aarch64.c
18380         (generic_approx_modes): New member "division".
18381         (exynosm1_approx_modes): Likewise.
18382         (xgene1_approx_modes): Likewise.
18383         (aarch64_emit_approx_div): Define new function.
18384         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
18385         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
18386         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
18387         * doc/invoke.texi (-mlow-precision-div): Describe new option.
18389 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
18390             Wilco Dijkstra  <wilco.dijkstra@arm.com>
18392         [AArch64] Emit square root using the Newton series
18394         * config/aarch64/aarch64-protos.h
18395         (aarch64_emit_approx_rsqrt): Replace with new function
18396         "aarch64_emit_approx_sqrt".
18397         (cpu_approx_modes): New member "sqrt".
18398         * config/aarch64/aarch64.c
18399         (generic_approx_modes): New member "sqrt".
18400         (exynosm1_approx_modes): Likewise.
18401         (xgene1_approx_modes): Likewise.
18402         (aarch64_emit_approx_rsqrt): Replace with new function
18403         "aarch64_emit_approx_sqrt".
18404         (aarch64_override_options_after_change_1): Handle new option.
18405         * config/aarch64/aarch64-simd.md
18406         (rsqrt<mode>2): Use new function instead.
18407         (sqrt<mode>2): New expansion and insn definitions.
18408         * config/aarch64/aarch64.md: Likewise.
18409         * config/aarch64/aarch64.opt
18410         (mlow-precision-sqrt): Add new option description.
18411         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
18413 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
18415         [AArch64] Add more choices for the reciprocal square root approximation
18417         Allow a target to prefer such operation depending on the operation mode.
18419         * config/aarch64/aarch64-protos.h
18420         (AARCH64_APPROX_MODE): New macro.
18421         (AARCH64_APPROX_{NONE,ALL}): Likewise.
18422         (cpu_approx_modes): New structure.
18423         (tune_params): New member "approx_modes".
18424         * config/aarch64/aarch64-tuning-flags.def
18425         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
18426         * config/aarch64/aarch64.c
18427         (generic_approx_modes): New core "cpu_approx_modes" structure.
18428         (exynosm1_approx_modes): Likewise.
18429         (xgene1_approx_modes): Likewise.
18430         (generic_tunings): New member "approx_modes".
18431         (cortexa35_tunings): Likewise.
18432         (cortexa53_tunings): Likewise.
18433         (cortexa57_tunings): Likewise.
18434         (cortexa72_tunings): Likewise.
18435         (exynosm1_tunings): Likewise.
18436         (thunderx_tunings): Likewise.
18437         (xgene1_tunings): Likewise.
18438         (use_rsqrt_p): New argument for the mode and use new member from
18439         "tune_params".
18440         (aarch64_builtin_reciprocal): Devise mode from builtin.
18441         (aarch64_optab_supported_p): New argument for the mode.
18442         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
18444 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
18446         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
18447         RS6000_BTM_MODULO flag into the set of flags that are considered
18448         to be part of the common configuration.
18450 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
18452         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
18453         difference unsigned.
18454         (vec_absdb): New macro for vector absolute difference unsigned
18455         byte.
18456         (vec_absdh): New macro for vector absolute difference unsigned
18457         half-word.
18458         (vec_absdw): New macro for vector absolute difference unsigned word.
18459         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
18460         (vadu<mode>3): New insn.
18461         (*p9_vadu<mode>3): New insn.
18462         * config/rs6000/rs6000-builtin.def (vadub): New built-in
18463         definition.
18464         (vaduh): New built-in definition.
18465         (vaduw): New built-in definition.
18466         (vadu): New overloaded built-in definition.
18467         (vadub): New overloaded built-in definition.
18468         (vaduh): New overloaded built-in definition.
18469         (vaduw): New overloaded built-in definition.
18470         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
18471         overloaded vector absolute difference unsigned functions.
18472         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
18473         the ISA 3.0 vector absolute difference unsigned built-in functions.
18475 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
18477         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
18478         update shared_lookup_references only once after changing operands.
18480 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
18482         PR middle-end/71373
18483         * tree-nested.c (convert_nonlocal_omp_clauses)
18484         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
18486         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
18487         * tree.def (CASE_LABEL_EXPR): Likewise.
18489 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18491         PR bootstrap/71481
18492         * input.c (test_builtins): Fix an assertion.
18494 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
18496         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
18497         (paritysi2): Ditto.
18498         (isinfxf2): Ditto.
18499         (isinf<mode>2): Ditto.
18501 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
18503         * ggc-tests.c (test_finalization): Only test need_finalization_p
18504         for GCC_VERSION >= 4003.
18506 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18508         * config/s390/vecintrin.h: Fix file description in comment.
18510 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18512         * config/s390/s390-builtin-types.def: Change builtin type naming
18513         scheme to match builtin-types.def.
18515 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
18517         * fold-const.c (optimize_minmax_comparison): Remove.
18518         (fold_comparison): Remove call to the above.
18519         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
18520         New transformations.
18522 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
18524         PR tree-optimization/71416
18525         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
18526         multiple entries
18528 2016-06-13  Martin Liska  <mliska@suse.cz>
18530         * predict.c (enum predictor_reason): Prefix enum with REASON_.
18531         (combine_predictions_for_insn): Likewise.
18532         (prune_predictions_for_bb): Likewise.
18533         (combine_predictions_for_bb): Likewise.
18535 2016-06-13  Richard Biener  <rguenther@suse.de>
18537         PR tree-optimization/71505
18538         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
18539         assert match comment.
18541 2016-06-13  Marek Polacek  <polacek@redhat.com>
18543         PR middle-end/71476
18544         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
18545         gimplify_switch_expr.
18546         (warn_switch_unreachable_r): New function.
18548 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18550         PR target/71379
18551         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
18552         one.
18554 2016-06-13  Richard Biener  <rguenther@suse.de>
18556         PR middle-end/64516
18557         * fold-const.c (fold_unary_loc): Preserve alignment when
18558         folding a VIEW_CONVERT_EXPR into a MEM_REF.
18560 2016-06-13  Martin Liska  <mliska@suse.cz>
18562         PR sanitizer/71458
18563         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
18564         w/ -fsanitize=bounds.
18566 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
18568         * config/i386/i386.c (ix86_init_builtins): Calculate
18569         FLOAT128_FTYPE_CONST_STRING function type only once.
18570         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
18571         built-in functions are available for x86-32 and x86-64 targets.
18573 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
18575         PR target/71241
18576         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
18577         New primitive type.
18578         (FLOAT128_FTYPE_CONST_STRING): New function type.
18579         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
18580         [IX86_BUILTIN_NANSQ]: Ditto.
18581         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
18582         (ix86_init_builtin_types): Declare const_string_type_node.
18583         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
18584         builtin functions.
18585         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
18586         * doc/extend.texi (x86 Built-in Functions): Document
18587         __builtin_nanq and __builtin_nansq.
18589 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
18591         PR target/71061
18592         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
18593         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
18594         length for pop patterns.
18595         (arm_attr_length_push_multi): Update comments.
18596         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
18597         attribute.
18598         (*pop_multiple_with_writeback_and_return): Likewise.
18599         (*pop_multiple_with_return): Likewise.
18601 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
18603         PR middle-end/71310
18604         * fold-const.c (optimize_bit_field_compare): Don't try to use
18605         word_mode unconditionally for reading the bit field, look at
18606         DECL_BIT_FIELD_REPRESENTATIVE instead.
18608 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
18610         PR middle-end/71478
18611         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
18612         vector integer type.
18614 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
18616         PR middle-end/71494
18617         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
18618         without LABEL_DECL, set *handled_ops_p to false instead of true.
18620 2016-06-10  Martin Sebor  <msebor@redhat.com>
18622         PR c/71392
18623         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
18624         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
18625         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
18626         them.
18627         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
18628         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
18629         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
18630         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
18631         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
18632         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
18633         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
18634         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
18636 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18638         * config/arm/arm.h (pool_vector_label,
18639         return_used_this_function): Remove.
18641 2016-06-10  Jeff Law  <law@redhat.com>
18643         PR tree-optimization/71335
18644         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
18645         zero length paths here.
18646         (convert_and_register_jump_thread_path): Remove hacks related to
18647         duplicated blocks in the jump thread path.
18648         (fsm_find_control_statement_thread_paths): Avoid putting the same
18649         block on the thread path twice, but ensure the thread path is
18650         unchanged from the caller's point of view.
18652 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
18654         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
18655         * predict.def (PRED_LOOP_BRANCH): Remove.
18657 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
18659         * Makefile.in (OBJS): Add ggc-tests.o.
18660         (GTFILES): Add ggc-tests.c.
18661         * ggc-tests.c: New file.
18662         * selftest-run-tests.c (selftest::run_tests): Call
18663         selftest::ggc_tests_c_tests.
18664         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
18666 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
18668         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
18670 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
18672         PR sanitizer/71480
18673         * varasm.c (place_block_symbol): Adjust alignment for asan protected
18674         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
18676 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
18678         * profile.c: Include cfgloop.h.
18679         (branch_prob): Compute estimated number of iterations.
18680         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
18681         recompute estimate number of iterations from profile.
18683 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18685         PR inline-asm/68843
18686         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
18687         must be grouped on top of stack.  Don't force early clobber
18688         on ordinary reg outputs.
18690 2016-06-10  Richard Biener  <rguenther@suse.de>
18692         * targhooks.c (default_builtin_vectorization_cost): Adjust
18693         vec_construct cost.
18695 2016-06-10  Richard Biener  <rguenther@suse.de>
18697         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
18698         to fold the RHS to a constant if possible.
18700 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
18702         PR middle-end/71373
18703         * tree-nested.c (convert_nonlocal_omp_clauses)
18704         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
18705         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
18706         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
18708         * gimplify.c (gimplify_adjust_omp_clauses): Discard
18709         OMP_CLAUSE_TILE.
18710         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
18712         * omp-low.c (scan_sharing_clauses): Don't expect
18713         OMP_CLAUSE__CACHE_.
18715 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
18717         PR tree-optimization/71407
18718         PR tree-optimization/71416
18719         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
18720         BIT_FIELD_REF type.
18722 2016-06-10  Richard Biener  <rguenther@suse.de>
18724         PR middle-end/71477
18725         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
18727 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
18729         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
18731 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
18732             Jiong Wang  <jiong.wang@arm.com>
18734         PR rtl-optimization/70751
18735         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
18736         spilled into memory.
18738 2016-06-09  Jonathan Yong  <10walls@gmail.com>
18740         Revert:
18741         2015-09-21  Jonathan Yong  <10walls@gmail.com>
18743         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
18744         sysroot/usr/lib/32api for additional win32 libraries,
18745         fixes failing Cygwin bootstrapping.
18747 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
18749         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
18750         Delete.
18752 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
18754         PR bootstrap/71471
18755         * pretty-print.c (pp_indent): Specify that %p is printed in a
18756         host-dependent manner.
18757         (test_pp_format): Remove the test for %p.
18759 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
18761         * config/mips/mips.c (mips_output_jump): Fix formatting.
18763 2016-06-09  Richard Biener  <rguenther@suse.de>
18765         PR tree-optimization/71462
18766         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
18767         removed blocks.
18769 2016-06-09  Martin Liska  <mliska@suse.cz>
18771         * predict.c (dump_prediction): Add new argument.
18772         (enum predictor_reason): New enum.
18773         (struct predictor_hash): New struct.
18774         (predictor_hash::hash): New function.
18775         (predictor_hash::equal): Likewise.
18776         (not_removed_prediction_p): New function.
18777         (prune_predictions_for_bb): Likewise.
18778         (combine_predictions_for_bb): Prune predictions.
18780 2016-06-09  Martin Liska  <mliska@suse.cz>
18782         * predict.c (filter_predictions): New function.
18783         (remove_predictions_associated_with_edge): Use the filter
18784         function.
18785         (equal_edge_p): New function.
18787 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
18789         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
18790         Correct usage of @samp vs @option, add @samp where appropriate.
18791         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
18792         Add armv6s-m and document it, as it is no official ARM name.
18794 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18796         * ifcvt.c (struct noce_if_info): Add transform_name field.
18797         (noce_try_move): Set if_info->transform_name to the function name.
18798         (noce_try_ifelse_collapse): Likewise.
18799         (noce_try_store_flag): Likewise.
18800         (noce_try_inverse_constants): Likewise.
18801         (noce_try_store_flag_constants): Likewise.
18802         (noce_try_addcc): Likewise.
18803         (noce_try_store_flag_mask): Likewise.
18804         (noce_try_cmove): Likewise.
18805         (noce_try_cmove_arith): Likewise.
18806         (noce_try_minmax): Likewise.
18807         (noce_try_abs): Likewise.
18808         (noce_try_sign_mask): Likewise.
18809         (noce_try_bitop): Likewise.
18810         (noce_convert_multiple_sets): Likewise.
18811         (noce_process_if_block): Print if_info->transform_name to
18812         dump_file if transformation succeeded.
18814 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18816         * config/arm/cortex-a57.md (cortex_a57_alu):
18817         Handle csel type.
18819 2016-06-08  Martin Sebor  <msebor@redhat.com>
18820             Jakub Jelinek  <jakub@redhat.com>
18822         PR c++/70507
18823         PR c/68120
18824         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
18825         BUILT_IN_MUL_OVERFLOW_P): New builtins.
18826         * builtins.c: Include gimple-fold.h.
18827         (fold_builtin_arith_overflow): Handle
18828         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
18829         (fold_builtin_3): Likewise.
18830         * doc/extend.texi (Integer Overflow Builtins): Document
18831         __builtin_{add,sub,mul}_overflow_p.
18833 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
18835         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
18836         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
18838 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
18840         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
18841         Rewrite, looking one level down for records and arrays.
18843 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
18845         * pretty-print.c: Include "selftest.h".
18846         (pp_format): Fix comment.
18847         (identifier_to_locale): Likewise.
18848         (selftest::test_basic_printing): New function.
18849         (selftest::assert_pp_format): New function.
18850         (selftest::test_pp_format): New function.
18851         (selftest::pretty_print_c_tests): New function.
18852         * selftest-run-tests.c (selftest::run_tests): Call
18853         selftest::pretty_print_c_tests.
18854         * selftest.h (pretty_print_c_tests): New declaration.
18856 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
18858         * invoke.texi (max-loop-headers-insns): Document.
18859         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
18860         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
18861         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
18863 2016-06-08  Richard Biener  <rguenther@suse.de>
18865         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
18866         on strided SLP loads and fall back to scalar loads in case
18867         we can't chunk them.
18869 2016-06-08  Richard Biener  <rguenther@suse.de>
18871         PR tree-optimization/71452
18872         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
18873         type used for the SSA rewrite has enough precision to cover
18874         the dynamic type of the location.
18876 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
18877             Richard Biener  <rguenther@suse.de>
18879         PR c++/71448
18880         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
18881         the same as DECL_P (base0) for indirect_base0.  Use equality_code
18882         in one further place.
18884 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
18886         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
18887         to one word if the field is known to overlap other words.
18888         (extract_bit_field_1): Likewise.
18889         (store_split_bit_field): Remove compensating code.
18890         (extract_split_bit_field): Likewise.
18892 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
18894         PR debug/71432
18895         PR ada/71413
18896         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
18898 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
18900         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
18901         VDQF.
18902         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
18903         (arch64_addpv4sf): Delete.
18904         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
18905         "gen_aarch64_addpv4sf".
18906         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
18907         builtin.
18908         (vpadds_f32): Likewise.
18909         (vpaddq_f32): Likewise.
18910         (vpaddq_f64): Likewise.
18912 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
18914         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
18915         VALLF.
18916         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
18917         to VALLF.  Rename to "fabd<mode>3".
18918         "*fabd_scalar<mode>3): Delete.
18919         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
18920         Use builtin.
18921         (vabdd_f64): Likewise.
18922         (vabd_f32): Likewise.
18923         (vabd_f64): Likewise.
18924         (vabdq_f32): Likewise.
18925         (vabdq_f64): Likewise.
18927 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
18929         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
18930         VALLF.
18931         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
18932         "aarch64_rsqrts<mode>".
18933         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
18934         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
18935         builtin.
18936         (vrsqrtsd_f64): Likewise.
18937         (vrsqrts_f32): Likewise.
18938         (vrsqrts_f64): Likewise.
18939         (vrsqrtsq_f32): Likewise.
18940         (vrsqrtsq_f64): Likewise.
18942 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
18944         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
18945         VALLF.
18946         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
18947         "aarch64_rsqrte<mode>".
18948         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
18949         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
18950         builtin.
18951         (vrsqrted_f64): Likewise.
18952         (vrsqrte_f32): Likewise.
18953         (vrsqrte_f64): Likewise.
18954         (vrsqrteq_f32): Likewise.
18955         (vrsqrteq_f64): Likewise.
18957 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
18959         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
18960         (ucvtf): Likewise.
18961         (fcvtzs): Likewise.
18962         (fcvtzu): Likewise.
18963         * config/aarch64/aarch64-simd.md
18964         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
18965         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
18966         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
18967         Use builtin.
18968         (vcvt_n_f32_u32): Likewise.
18969         (vcvt_n_s32_f32): Likewise.
18970         (vcvt_n_u32_f32): Likewise.
18971         (vcvtq_n_f32_s32): Likewise.
18972         (vcvtq_n_f32_u32): Likewise.
18973         (vcvtq_n_f64_s64): Likewise.
18974         (vcvtq_n_f64_u64): Likewise.
18975         (vcvtq_n_s32_f32): Likewise.
18976         (vcvtq_n_s64_f64): Likewise.
18977         (vcvtq_n_u32_f32): Likewise.
18978         (vcvtq_n_u64_f64): Likewise.
18979         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
18980         (VSDQ_SDI): Likewise.
18981         (fcvt_target): Support V4DI, V4SI and V2SI.
18982         (FCVT_TARGET): Likewise.
18984 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
18986         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
18987         (TYPES_BINOP_SUS): Likewise.
18988         (aarch64_simd_builtin_data): Update include file name.
18989         (aarch64_builtins): Likewise.
18990         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
18991         for conversion between scalar float-point and fixed-point.
18992         (ucvtf): Likewise.
18993         (fcvtzs): Likewise.
18994         (fcvtzu): Likewise.
18995         * config/aarch64/aarch64.md
18996         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
18997         pattern for conversion between scalar float to fixed-pointer.
18998         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
18999         (UNSPEC_FCVTZS): New UNSPEC enumeration.
19000         (UNSPEC_FCVTZU): Likewise.
19001         (UNSPEC_SCVTF): Likewise.
19002         (UNSPEC_UCVTF): Likewise.
19003         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
19004         Use builtin.
19005         (vcvtd_n_f64_u64): Likewise.
19006         (vcvtd_n_s64_f64): Likewise.
19007         (vcvtd_n_u64_f64): Likewise.
19008         (vcvtd_n_f32_s32): Likewise.
19009         (vcvts_n_f32_u32): Likewise.
19010         (vcvtd_n_s32_f32): Likewise.
19011         (vcvts_n_u32_f32): Likewise.
19012         * config/aarch64/iterators.md (fcvt_target): Support integer to float
19013         mapping.
19014         (FCVT_TARGET): Likewise.
19015         (FCVT_FIXED2F): New iterator.
19016         (FCVT_F2FIXED): Likewise.
19017         (fcvt_fixed_insn): New define_int_attr.
19019 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
19021         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
19022         some statements was removed.
19024 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
19026         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
19027         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
19028         (vect_can_advance_ivs_p): likewise.
19029         (vect_update_ivs_after_vectorizer): likewise.
19030         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
19031         (vect_analyze_scalar_cycles_1): likewise.
19032         (vect_analyze_loop_operations): likewise.
19033         (report_vect_op): likewise.
19034         (vect_is_slp_reduction): likewise.
19035         (vect_is_simple_reduction): likewise.
19036         (get_initial_def_for_induction): likewise.
19037         (vect_transform_loop): likewise.
19038         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
19039         (vect_recog_sad_pattern): likewise.
19040         (vect_recog_widen_sum_pattern): likewise.
19041         (vect_recog_widening_pattern): likewise.
19042         (vect_recog_divmod_pattern): likewise.
19043         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
19044         (vect_analyze_slp_instance): likewise.
19045         (vect_transform_slp_perm_load): likewise.
19046         (vect_schedule_slp_instance): likewise.
19048 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
19050         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
19051         (return_prediction): PRED_CONST_RETURN predict return as not taken.
19052         * predict.def (PRED_CONTINUE): Change hitrate 50->67
19053         (PRED_LOOP_BRANCH): Document predictor as broken.
19054         (PRED_LOOP_EXIT): Change hitrate 91->92.
19055         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
19056         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
19057         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
19058         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
19059         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
19060         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
19061         (PRED_CALL): Chane hitrate 71->67.
19062         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
19063         (PRED_GOTO): Document as unused right now.
19064         (PRED_CONST_RETURN): Change hitrate 67->69
19065         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
19066         (PRED_NULL_RETURN): Change hitrate 91->90.
19067         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
19068         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
19069         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
19071 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
19073         * config/rs6000/altivec.h: Add __builtin_vec_mul.
19074         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
19075         special case Altivec builtin.
19076         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
19077         VSX_BUILTIN_VEC_MUL (replaced with special case code).
19078         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
19079         code for ALTIVEC_BUILTIN_VEC_MUL.
19080         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
19081         for __builtin_vec_mul.
19083 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
19085         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
19086         -mno-htm.
19088 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
19090         * spellcheck.c (selftest::test_find_closest_string): New function.
19091         (spellcheck_c_tests): Call the above.
19093 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19095         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
19097 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
19099         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
19100         Yv=Yv,C alternatives.
19102 2016-06-07  Richard Biener  <rguenther@suse.de>
19104         PR c/61564
19105         * common.opt (ffast-math): Make Optimization.
19107 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
19108             Prachi Godbole  <prachi.godbole@imgtec.com>
19110         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
19111         `fabs' and `fneg' type attributes.
19112         (p5600_fpu_fabs): Add `fmove' to the comment.
19114 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
19116         * gimple.c: Include builtins.h
19117         (gimple_inexpensive_call_p): New function.
19118         * gimple.h (gimple_inexpensive_call_p): Declare.
19119         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
19120         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
19121         fix formatting.
19123 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
19125         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
19126         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
19127         warning_at_rich_loc, warning_n, pedwarn, permerror,
19128         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
19129         sorry, fatal_error, internal_error, internal_error_no_backtrace):
19130         Use the above.
19132 2016-06-07  Richard Biener  <rguenther@suse.de>
19134         PR tree-optimization/71428
19135         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
19136         BIT_FIELD_REF op vs. load.
19138 2016-06-07  Richard Biener  <rguenther@suse.de>
19140         PR middle-end/71423
19141         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
19142         for signed ops.
19144 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
19146         * config/pa/pa.md (call): Generate indirect long calls to non-local
19147         functions on TARGET_64BIT.
19148         (call_value): Likewise.
19150 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
19152         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
19153         pattern and subsequent splitters.
19154         (call_val_reg_64bit_post_reload): Likewise.
19156 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
19158         PR middle-end/71408
19159         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
19160         propagate_op_to_single_use.
19162 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
19164         PR middle-end/71281
19165         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
19167 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
19169         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
19170         (enum x86_dirflag_state): New enum.
19171         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
19172         (machine_function): Remove needs_cld.
19173         (ix86_current_function_needs_cld): Remove.
19174         * config/i386/i386.c (ix86_set_func_type): Set
19175         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
19176         (ix86_expand_prologue): Do not emit CLD here.
19177         (ix86_dirflag_mode_needed): New function.
19178         (ix86_dirflag_mode_entry): Ditto.
19179         (ix86_mode_needed): Handle X86_DIRFLAG entity.
19180         (ix86_mode_after): Ditto.
19181         (ix86_mode_entry): Ditto.
19182         (ix86_mode_exit): Ditto.
19183         (ix86_emit_mode_set): Ditto.
19184         * config/i386/i386.md (strmov_singleop): Set
19185         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
19186         Do not set ix86_current_function_needs_cld.
19187         (rep_mov): Ditto.
19188         (strset_singleop): Ditto.
19189         (rep_stos): Ditto.
19190         (cmpstrnqi_nz_1): Ditto.
19191         (cmpstrnqi_1): Ditto.
19192         (strlenqi_1): Ditto.
19194 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
19196         PR tree-optimization/71259
19197         * tree-vect-slp.c (vect_get_constant_vectors): For
19198         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
19199         one for constant op, and use COND_EXPR for non-constant.
19201 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
19203         * Makefile.in (OBJS): Add function-tests.o,
19204         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
19205         selftest-run-tests.o.
19206         (OBJS-libcommon): Add selftest.o.
19207         (OBJS-libcommon-target): Add selftest.o.
19208         (all.internal): Add "selftest".
19209         (all.cross): Likewise.
19210         (selftest): New phony target.
19211         (s-selftest): New target.
19212         (selftest-gdb): New phony target.
19213         (COLLECT2_OBJS): Add selftest.o.
19214         * bitmap.c: Include "selftest.h".
19215         (selftest::test_gc_alloc): New function.
19216         (selftest::test_set_range): New function.
19217         (selftest::test_clear_bit_in_middle): New function.
19218         (selftest::test_copying): New function.
19219         (selftest::test_bitmap_single_bit_set_p): New function.
19220         (selftest::bitmap_c_tests): New function.
19221         * common.opt (fself-test): New.
19222         * diagnostic-show-locus.c: Include "selftest.h".
19223         (make_range): New function.
19224         (test_range_contains_point_for_single_point): New function.
19225         (test_range_contains_point_for_single_line): New function.
19226         (test_range_contains_point_for_multiple_lines): New function.
19227         (assert_eq): New function.
19228         (test_get_line_width_without_trailing_whitespace): New function.
19229         (selftest::diagnostic_show_locus_c_tests): New function.
19230         * et-forest.c: Include "selftest.h".
19231         (selftest::test_single_node): New function.
19232         (selftest::test_simple_tree): New function.
19233         (selftest::test_disconnected_nodes): New function.
19234         (selftest::et_forest_c_tests): New function.
19235         * fold-const.c: Include "selftest.h".
19236         (selftest::assert_binop_folds_to_const): New function.
19237         (selftest::assert_binop_folds_to_nonlvalue): New function.
19238         (selftest::test_arithmetic_folding): New function.
19239         (selftest::fold_const_c_tests): New function.
19240         * function-tests.c: New file.
19241         * gimple.c: Include "selftest.h".
19242         Include "gimple-pretty-print.h".
19243         (selftest::verify_gimple_pp): New function.
19244         (selftest::test_assign_single): New function.
19245         (selftest::test_assign_binop): New function.
19246         (selftest::test_nop_stmt): New function.
19247         (selftest::test_return_stmt): New function.
19248         (selftest::test_return_without_value): New function.
19249         (selftest::gimple_c_tests): New function.
19250         * hash-map-tests.c: New file.
19251         * hash-set-tests.c: New file.
19252         * input.c: Include "selftest.h".
19253         (selftest::assert_loceq): New function.
19254         (selftest::test_accessing_ordinary_linemaps): New function.
19255         (selftest::test_unknown_location): New function.
19256         (selftest::test_builtins): New function.
19257         (selftest::test_reading_source_line): New function.
19258         (selftest::input_c_tests): New function.
19259         * rtl-tests.c: New file.
19260         * selftest-run-tests.c: New file.
19261         * selftest.c: New file.
19262         * selftest.h: New file.
19263         * spellcheck.c: Include "selftest.h".
19264         (selftest::levenshtein_distance_unit_test_oneway): New function,
19265         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
19266         (selftest::levenshtein_distance_unit_test): Likewise.
19267         (selftest::spellcheck_c_tests): Likewise.
19268         * toplev.c: Include selftest.h.
19269         (toplev::run_self_tests): New.
19270         (toplev::main): Handle -fself-test.
19271         * toplev.h (toplev::run_self_tests): New.
19272         * tree.c: Include "selftest.h".
19273         (selftest::test_integer_constants): New function.
19274         (selftest::test_identifiers): New function.
19275         (selftest::test_labels): New function.
19276         (selftest::tree_c_tests): New function.
19277         * tree-cfg.c: Include "selftest.h".
19278         (selftest::push_fndecl): New function.
19279         (selftest::test_linear_chain): New function.
19280         (selftest::test_diamond): New function.
19281         (selftest::test_fully_connected): New function.
19282         (selftest::tree_cfg_c_tests): New function.
19283         * vec.c: Include "selftest.h".
19284         (selftest::safe_push_range): New function.
19285         (selftest::test_quick_push): New function.
19286         (selftest::test_safe_push): New function.
19287         (selftest::test_truncate): New function.
19288         (selftest::test_safe_grow_cleared): New function.
19289         (selftest::test_pop): New function.
19290         (selftest::test_safe_insert): New function.
19291         (selftest::test_ordered_remove): New function.
19292         (selftest::test_unordered_remove): New function.
19293         (selftest::test_block_remove): New function.
19294         (selftest::reverse_cmp): New function.
19295         (selftest::test_qsort): New function.
19296         (selftest::vec_c_tests): New function.c.
19297         * wide-int.cc: Include selftest.h and wide-int-print.h.
19298         (selftest::from_int <wide_int>): New function.
19299         (selftest::from_int <offset_int>): New function.
19300         (selftest::from_int <widest_int>): New function.
19301         (selftest::assert_deceq): New function.
19302         (selftest::assert_hexeq): New function.
19303         (selftest::test_printing <VALUE_TYPE>): New function template.
19304         (selftest::test_ops <VALUE_TYPE>): New function template.
19305         (selftest::test_comparisons <VALUE_TYPE>): New function template.
19306         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
19307         template.
19308         (selftest::wide_int_cc_tests): New function.
19310 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19312         PR middle-end/37780
19313         * ifcvt.c (noce_try_ifelse_collapse): New function.
19314         Declare prototype.
19315         (noce_process_if_block): Call noce_try_ifelse_collapse.
19316         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
19317         (simplify_ternary_operation): Use the above to simplify
19318         conditional CLZ/CTZ expressions.
19320 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19322         PR middle-end/37780
19323         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
19324         define_insn_and_split.
19326 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19328         PR middle-end/37780
19329         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
19331 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19333         PR c/24414
19334         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
19335         Implicitly clobber memory for basic asm with non-empty assembler
19336         string.  Use targetm.md_asm_adjust also here.
19337         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
19338         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
19339         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
19340         non-empty assembler string.
19341         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
19342         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
19343         (decode_asm_operands): Handle basic asm in PARALLEL block.
19344         (extract_insn): Handle basic asm in PARALLEL block.
19345         * doc/extend.texi: Mention new behavior of basic asm.
19346         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
19347         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
19348         branch_needs_nop_p): Use asm_noperands.
19350 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
19352         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
19353         Include the M7 SPARC DFA scheduler.
19354         New attribute v3pipe.
19355         Annotate insns with v3pipe where appropriate.
19356         Define cpu_feature vis4.
19357         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
19358         Add (V8QI "8") to vbits.
19359         Add insns {add,sub}v8qi3
19360         Add insns ss{add,sub}v8qi3
19361         Add insns us{add,sub}{v8qi,v4hi}3
19362         Add insns {min,max}{v8qi,v4hi,v2si}3
19363         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
19364         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
19365         * config/sparc/niagara4.md: Add a comment explaining the
19366         discrepancy between the documented latenty numbers and the
19367         implemented ones.
19368         * config/sparc/niagara7.md: New file.
19369         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
19370         supports SPARC5 and VIS 4.0 instructions.
19371         * configure: Regenerate.
19372         * config.in: Likewise.
19373         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
19374         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
19375         TARGET_CPU_niagara7.
19376         (ASM_CPU64_DEFAULT_SPEC): Likewise.
19377         (CPP_CPU_SPEC): Handle niagara7.
19378         (ASM_CPU_SPEC): Likewise.
19379         * config/sparc/sparc-opts.h (processor_type): Add
19380         PROCESSOR_NIAGARA7.
19381         (mvis4): New option.
19382         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
19383         (AS_NIAGARA7_FLAG): Define.
19384         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
19385         (CPP_CPU64_DEFAULT_SPEC): Likewise.
19386         (CPP_CPU_SPEC): Handle niagara7.
19387         (ASM_CPU_SPEC): Likewise.
19388         * config/sparc/sparc.c (niagara7_costs): Define.
19389         (sparc_option_override): Handle niagara7 and adjust cache-related
19390         parameters with better values for niagara cpus.  Also support VIS4.
19391         (sparc32_initialize_trampoline): Likewise.
19392         (sparc_use_sched_lookahead): Likewise.
19393         (sparc_issue_rate): Likewise.
19394         (sparc_register_move_cost): Likewise.
19395         (dump_target_flag_bits): Support VIS4.
19396         (sparc_vis_init_builtins): Likewise.
19397         (sparc_builtins): Likewise.
19398         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
19399         VIS4 4.0.
19400         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
19401         UltraSparc M7.
19402         * config/sparc/sparc.opt (sparc_processor_type): New value
19403         niagara7.
19404         * config/sparc/visintrin.h (__attribute__): Prototypes for the
19405         VIS4 builtins.
19406         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
19407         -mvis4.
19408         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
19409         VIS4 builtins.
19411 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
19413         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
19415 2016-06-06  Richard Biener  <rguenther@suse.de>
19417         PR tree-optimization/71398
19418         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
19419         remove edges.
19421 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
19423         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
19424         ft32_expand_prolog, ft32_expand_epilogue):
19425         Handle pretend_args.
19426         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
19427         * config/ft32/ft32.md: Add pretend_returner.
19429 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
19431         PR target/71389
19432         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
19433         Copy op1 RTX to avoid invalid sharing.
19434         (ix86_expand_vector_move_misalign): Ditto.
19436 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
19438         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
19439         ATTRIBUTE_UNUSED.
19441 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
19443         * predict.c (predicted_by_loop_heuristics_p): New function.
19444         (predict_iv_comparison): Use it.
19445         (predict_loops): Walk from innermost loops; do not predict edges
19446         leaving multiple loops multiple times; implement
19447         PRED_LOOP_ITERATIONS_MAX heuristics.
19448         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
19450 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
19452         * cfg.c (check_bb_profile): Do not report mismatched profiles when
19453         only edges out of BB are EH edges.
19455 2016-06-04  Martin Sebor  <msebor@redhat.com>
19456             Marcin Baczyński  <marbacz@gmail.com>
19458         PR c/48116
19459         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
19460         a void expression in a void function.
19462 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
19464         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
19465         aux; dump reasons of decisions.
19466         (should_duplicate_loop_header_p): Likewise.
19467         (do_while_loop_p): Likewise.
19468         (ch_base::copy_headers): Dump asi num insns duplicated.
19470 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
19472         PR tree-optimization/71405
19473         * tree-ssa.c (execute_update_addresses_taken): For clobber with
19474         incompatible type, build a new clobber with the right type instead
19475         of building a VIEW_CONVERT_EXPR around it.
19477 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
19479         PR tree-optimization/52171
19480         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
19481         by_pieces_ninsns instead of move_by_pieces_ninsns.
19483 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
19485         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
19486         for reg+reg addressing mode.
19488 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19490         * rs6000-c.c (c/c-tree.h): Add #include.
19491         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
19492         in C++ when found in the base position of vec_ld or vec_st.
19494 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
19496         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
19497         use of profile unless profile status is PROFILE_READ.
19498         * profile.c (compute_branch_probabilities): Set profile status
19499         only after reporting predictor hitrates.
19501 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
19503         PR target/71276
19504         PR target/71277
19505         * common.opt (ffp-int-builtin-inexact): New option.
19506         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
19507         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
19508         (ceil@var{m}2): Document dependence on this option.
19509         * ipa-inline-transform.c (inline_call): Handle
19510         flag_fp_int_builtin_inexact.
19511         * ipa-inline.c (can_inline_edge_p): Likewise.
19512         * config/i386/i386.md (rintxf2): Do not test
19513         flag_unsafe_math_optimizations.
19514         (rint<mode>2_frndint): New define_insn.
19515         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
19516         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
19517         for 387 instead of extending and truncating.
19518         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
19519         !flag_trapping_math instead of flag_unsafe_math_optimizations.
19520         Change to frndint<mode>2_<rounding>.
19521         (frndintxf2_<rounding>_i387): Likewise.  Change to
19522         frndint<mode>2_<rounding>_i387.
19523         (<rounding_insn>xf2): Likewise.
19524         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
19525         !flag_trapping_math instead of flag_unsafe_math_optimizations for
19526         x87.  Test TARGET_ROUND || !flag_trapping_math ||
19527         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
19528         SSE.  Use ROUND_NO_EXC in constant operand of
19529         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
19530         for 387 instead of extending and truncating.
19532 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
19533             Julia Koval  <julia.koval@intel.com>
19535         PR target/66960
19536         PR target/67630
19537         PR target/67634
19538         PR target/67841
19539         PR target/68037
19540         PR target/68618
19541         PR target/68661
19542         PR target/69575
19543         PR target/69596
19544         PR target/69734
19545         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
19546         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
19547         all registers, except for function return registers if there are
19548         no caller-saved registers.
19549         (ix86_set_func_type): New function.
19550         (ix86_set_current_function): Call ix86_set_func_type to set
19551         no_caller_saved_registers and func_type.  Call reinit_regs if
19552         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
19553         nor x87 instructions in interrupt handler nor function with
19554         no_caller_saved_registers attribute.
19555         (ix86_function_ok_for_sibcall): Return false if there are no
19556         caller-saved registers.
19557         (type_natural_mode): Don't warn ABI change for MMX in interrupt
19558         handler.
19559         (ix86_function_arg_advance): Skip for callee in interrupt handler.
19560         (ix86_function_arg): Return special arguments in interrupt handler.
19561         (ix86_promote_function_mode): Promote pointer to word_mode only
19562         for normal functions.
19563         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
19564         interrupt handler.
19565         (ix86_epilogue_uses): New function.
19566         (ix86_hard_regno_scratch_ok): Likewise.
19567         (ix86_save_reg): Preserve all registers in interrupt handler
19568         after reload.  Preserve all registers, except for function return
19569         registers, if there are no caller-saved registers after reload.
19570         (find_drap_reg): Always use callee-saved register if there are
19571         no caller-saved registers.
19572         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
19573         for interrupt handler.
19574         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
19575         Emit cld instruction if stringops are used in interrupt handler
19576         or interrupt handler isn't a leaf function.
19577         (ix86_expand_epilogue): Generate interrupt return for interrupt
19578         handler and pop the 'ERROR_CODE' off the stack before interrupt
19579         return in exception handler.
19580         (ix86_expand_call): Disallow calling interrupt handler directly.
19581         If there are no caller-saved registers, mark all registers that
19582         are clobbered by the call which returns as clobbered.
19583         (ix86_handle_no_caller_saved_registers_attribute): New function.
19584         (ix86_handle_interrupt_attribute): Likewise.
19585         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
19586         attributes.
19587         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
19588         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
19589         accumulation in interrupt function if stack may be realigned to
19590         avoid DRAP.
19591         (EPILOGUE_USES): New.
19592         (function_type): New enum.
19593         (machine_function): Add func_type and no_caller_saved_registers.
19594         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
19595         (interrupt_return): New pattern.
19596         * doc/extend.texi: Document x86 interrupt and
19597         no_caller_saved_registers attributes.
19599 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
19601         PR tree-optimization/52171
19602         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
19603         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
19604         Look for constant strings.  Move some code to emit_block_cmp_hints
19605         and use it.
19606         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
19607         * defaults.h (COMPARE_MAX_PIECES): New macro.
19608         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
19609         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
19610         (clear_by_pieces_1): Don't declare.  Move definition before use.
19611         (can_do_by_pieces): New static function.
19612         (can_move_by_pieces): Use it.  Return bool.
19613         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
19614         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
19615         (class pieces_addr); New.
19616         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
19617         pieces_addr::adjust, pieces_addr::increment_address,
19618         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
19619         functions for it.
19620         (class op_by_pieces_d): New.
19621         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
19622         functions for it.
19623         (class move_by_pieces_d, class compare_by_pieces_d,
19624         class store_by_pieces_d): New subclasses of op_by_pieces_d.
19625         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
19626         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
19627         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
19628         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
19629         compare_by_pieces_d::finish_mode): New member functions.
19630         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
19631         functions.
19632         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
19633         (emit_block_cmp_hints): New function.
19634         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
19635         use the newly defined classes.
19636         * expr.h (by_pieces_constfn): New typedef.
19637         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
19638         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
19639         (move_by_pieces_ninsns): Don't declare.
19640         (can_move_by_pieces): Change return value to bool.
19641         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
19642         (compare_by_pieces_branch_ratio): New hook.
19643         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
19644         (by_pieces_ninsns): Declare.
19645         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
19646         COMPARE_BY_PIECES.
19647         (default_compare_by_pieces_branch_ratio): New function.
19648         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
19649         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
19650         * doc/tm.texi: Regenerate.
19651         * tree-ssa-strlen.c: Include "builtins.h".
19652         (handle_builtin_memcmp): New static function.
19653         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
19654         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
19656 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
19658         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
19659         relevant stmts which are simple and invariant.
19660         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
19661         instead of simple and invariant
19663 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
19665         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
19666         (vectorizable_reduction): Check for new relevant state.
19667         (vectorizable_live_operation): vectorize live stmts using
19668         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
19669         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
19670         (vect_stmt_relevant_p): Check for stmts which are only used live.
19671         (process_use): Use of a stmt does not inherit it's live value.
19672         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
19673         (vect_analyze_stmt): Check for new relevant state.
19674         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
19675         outside the loop, but not inside it.
19677 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
19679         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
19680         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
19681         (vect_get_vec_def_for_operand): Split out code.
19683 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
19685         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
19687 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
19689         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
19691 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19693         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
19695 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
19697         PR middle-end/71387
19698         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
19699         to noreturn e->callee->decl that has void return type and void
19700         arguments, adjust gimple_call_fntype and remove lhs even if it had
19701         previously addressable type.
19703 2016-06-02  Jeff Law  <law@redhat.com>
19705         PR tree-optimization/71328
19706         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
19707         error when checking for a jump back onto the copied path.
19709 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
19711         * config/microblaze/microblaze.c (get_branch_target): Add return
19712         NULL_RTX for the non-CALL_P case.
19713         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
19714         (insert_wic): Remove unused local "j".
19716 2016-06-02  Martin Liska  <mliska@suse.cz>
19718         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
19720 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
19721             Julia Koval  <julia.koval@intel.com>
19723         * function.c (assign_parm_setup_stack): Force source into a
19724         register if needed.
19725         * target.def (function_incoming_arg): Update documentation to
19726         allow arbitrary address computation based on hard register.
19727         * doc/tm.texi: Regenerated.
19729 2016-06-02  Martin Liska  <mliska@suse.cz>
19731         * predict.c (combine_predictions_for_bb): Fix first match in
19732         cases where a first predictor contains more than one occurence
19733         in list of predictors.  Take the best value in such case.
19735 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19737         PR rtl-optimization/71295
19738         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
19739         offset would go over the size of the inner mode reject it.
19741 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
19743         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
19744         x=x,x and v=v,m instead of x=x,m.
19746         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
19747         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
19748         alternative to v=rm,C.
19750         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
19751         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
19752         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
19753         instead of vex for the last two above mentioned alternatives.
19755 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19757         PR target/70830
19758         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
19760 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
19762         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
19764 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
19766         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
19767         from int to unsigned.
19769 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
19771         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
19772         alternatives, eliminating preferred register class.  Add support
19773         for the MTVSRDD instruction in ISA 3.0.
19774         (vsx_splat_v4si_internal): Use splat_input_operand instead of
19775         reg_or_indexed_operand.
19776         (vsx_splat_v4sf_internal): Likewise.
19778 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
19780         PR target/71186
19781         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
19782         for loading up all 0's or all 1's.
19784 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19786         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
19788 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
19790         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
19791         extension.
19792         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
19793         * gcc.c (set_source_date_epoch_envvar): New function, sets
19794         the SOURCE_DATE_EPOCH environment variable to the current time.
19796 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
19798         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
19799         the factor for live Phi nodes.
19801 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
19803         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
19804         * tree-parloops.c (parallelize_loops): likewise.
19805         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
19806         tree_unswitch_outer_loop): likewise.
19808 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
19810         PR middle-end/71371
19811         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
19812         around creation of the temporary.
19814 2016-06-01  Richard Biener  <rguenther@suse.de>
19816         PR tree-optimization/71366
19817         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
19818         (unloop_loops): Move removing edges here ...
19819         (try_unroll_loop_completely): ... from here.
19820         (try_peel_loop): ... and here.
19821         (tree_unroll_loops_completely_1): Track parent loops via
19822         bitmap of header BBs.
19823         (tree_unroll_loops_completely): Adjust for that.
19825 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
19827         * config/rs6000/altivec.h (vec_slv): New macro.
19828         (vec_srv): New macro.
19829         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
19830         (UNSPEC_VSRV): New value.
19831         (vslv): New insn.
19832         (vsrv): New insn.
19833         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
19834         (vsrv): New builtin definition.
19835         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
19836         define argument types for new builtin.
19837         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
19838         new builtin.
19839         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
19840         functions.
19842 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
19843             Jocelyn Mayer  <l_indien@magic.fr>
19845         PR target/67310
19846         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
19847         detect processor family for signature_CENTAUR_ebx.
19848         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
19849         signature_CENTAUR_ebx.
19850         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
19851         <default>: Pass x86-64 for has_longmode.
19853 2016-06-01  Nathan Sidwell  <nathan@acm.org>
19855         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
19856         undefined weak.
19858 2016-06-01  Richard Biener  <rguenther@suse.de>
19860         PR tree-optimization/71261
19861         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
19862         of stmts successfully put in the bool pattern.  Remove
19863         single-use restriction.
19864         (adjust_bool_pattern_cast): Add cast at the use site via the
19865         pattern def sequence.
19866         (adjust_bool_pattern): Remove recursion, maintain a hash-map
19867         of patterned defs.  Use the pattern def seqence instead of
19868         multiple independent patterns.
19869         (sort_after_uid): New qsort compare function.
19870         (adjust_bool_stmts): New function to process stmts in the bool
19871         pattern in IL order.
19872         (vect_recog_bool_pattern): Adjust.
19873         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
19874         (ifcvt_walk_pattern_tree): Likewise.
19875         (stmt_is_root_of_bool_pattern): Likewise.
19876         (ifcvt_repair_bool_pattern): Likewise.
19877         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
19879 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
19881         * loop-unroll.c (decide_unroll_constant_iterations,
19882         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
19883         likely upper bounds.
19884         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
19886 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
19888         * tree-core.h (enum omp_clause_code): Remove
19889         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
19891 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19893         * config/arm/sync.md (arm_store_exclusive<mode>):
19894         Use 'H' output modifier on operands[2] rather than creating a new
19895         entry in out-of-bounds memory of the operands array.
19896         (arm_store_release_exclusivedi): Likewise.
19898 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19900         * config/arm/arm.c (arm_fusion_enabled_p): New function.
19901         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
19902         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
19903         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
19905 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
19907         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
19908         into account live statements for mask producers.
19910 2016-06-01  Richard Biener  <rguenther@suse.de>
19912         PR tree-optimization/71311
19913         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
19914         restrict to non-INTEGER_CST @0.
19916 2016-06-01  Richard Biener  <rguenther@suse.de>
19918         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
19919         (relational patterns): Use :c to avoid pattern duplications.
19921 2016-06-01  Richard Biener  <rguenther@suse.de>
19923         * genmatch.c (comparison_code_p): New predicate.
19924         (swap_tree_comparison): New function.
19925         (commutate): Add for_vec parameter to append new for entries.
19926         Support commutating relational operators by swapping it alongside
19927         operands.
19928         (lower_commutative): Adjust.
19929         (dt_simplify::gen): Do not pass artificial operators to gen
19930         functions.
19931         (decision_tree::gen): Do not add artificial operators as parameters.
19932         (parser::parse_expr): Verify operator commutativity when :c is
19933         applied.  Allow :C to override this.
19934         * match.pd: Adjust patterns to use :C instead of :c where required.
19936 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
19938         PR tree-optimization/71077
19939         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
19940         the combining step, use boolean_false_node and boolean_true_node
19941         as the designated false/true return values.
19943 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
19945         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
19946         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
19947         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
19948         PRED_LOOP_EXIT.
19950 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
19952         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
19953         of flags impliying the register renaming.
19954         * toplev.c (process_options): Do not imply flag_rename_registers with
19955         loop peeling.
19957 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
19959         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
19960         default implementation.
19962 2016-05-31  Nathan Sidwell  <nathan@acm.org>
19964         * dwarf2out.c (cur_line_info_table): Add GTY marker.
19966 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
19968         * config/sh/constraints.md (b): Remove constraint.
19969         * config/sh/predicates.md (arith_reg_operand): Remove
19970         TARGET_REGISTER_P.
19971         * config/sh/sh-modes.def (PDI): Remove.
19972         * config/sh/sh.c (sh_target_reg_class,
19973         sh_optimize_target_register_callee_saved): Remove functions.
19974         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
19975         (sh_expand_epilogue): Update comment.
19976         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
19977         sh_secondary_reload): Remove TARGET_REGS related code.
19978         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
19979         TARGET_REGISTER_P): Remove macros.
19980         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
19981         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
19982         TR1_REG, TR2_REG): Remove constants.
19983         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
19985 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
19987         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
19988         define_expand patterns.
19989         (adddi3_compact): Rename to adddi3.
19990         (subdi3_compact): Rename to subdi3.
19991         (*negdi2): Rename to negdi2.
19992         (*abs<mode>2): Rename to abs<mode>2.
19994 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
19996         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
19997         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
19998         (atomic_sub_fetchsi): ... this new pattern.
19999         (mvtc): Add CC_REG clobber.
20001 2016-05-31  Marek Polacek  <polacek@redhat.com>
20003         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
20005 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20007         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
20008         aarch64_fusion_enabled_p to check for fusion capabilities.
20010 2016-05-31  Richard Biener  <rguenther@suse.de>
20012         PR tree-optimization/71352
20013         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
20014         minus one and a negate.
20016 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20018         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
20019         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
20020         Delete prototype.
20021         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
20022         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
20023         Remove use of aarch64_simd_attr_length_move, set length attribute
20024         directly.
20025         (*aarch64_be_movoi): Likewise.
20026         (*aarch64_be_movci): Likewise.
20027         (*aarch64_be_movxi): Likewise.
20029 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
20031         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
20032         It no longer does that.
20033         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
20035 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
20037         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
20038         attribute __unused__.
20040 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20042         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
20043         * config/arm/arm.c (arm_arch_thumb1): Define.
20044         (arm_option_override): Initialize arm_arch_thumb1.
20045         * config/arm/arm.h (arm_arch_thumb1): Declare.
20046         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
20047         support Thumb-1 ISA.
20049 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
20051         PR target/71346
20052         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
20053         `Yv' for scalar operand.
20055 2016-05-31  Tom de Vries  <tom@codesourcery.com>
20057         PR tree-optimization/69068
20058         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
20059         phis with more than two args.
20061 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
20063         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
20064         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
20065         target.
20067 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
20069         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
20070         tune_64.
20071         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
20072         support on SPARC.
20073         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
20074         cpu_32, cpu_64, tune_32 and tune_64.
20075         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
20077 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
20079         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
20081 2016-05-30  Andi Kleen  <ak@linux.intel.com>
20083         * auto-profile.c (read_profile): Replace asserts with errors
20084         when file does not exist.
20085         * gcov-io.c (gcov_read_words): Dito.
20087 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20089         * tree-cfg.c (print_loop): Print likely upper bounds.
20091 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20093         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
20094         * opts.c (default_options): Enable peel loops at -O3.
20095         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
20096         (try_peel_loop): Do not re-peel already peeled loops;
20097         use likely upper bounds; fix profile updating.
20098         (pass_complete_unroll::execute): Initialize peeled_loops.
20100 2016-05-30  Martin Liska  <mliska@suse.cz>
20102         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
20103         computed costs by frequency of BB they belong to.
20104         (get_scaled_computation_cost_at): New function.
20106 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
20107             Marc Glisse  <marc.glisse@inria.fr>
20109         PR tree-optimization/71289
20110         * match.pd (-1 / B < A, A > -1 / B): New transformations.
20112 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20114         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
20116 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20118         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
20119         for peeled copies; avoid underflow when updating estimates; correctly
20120         scale loop profile.
20122 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
20124         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
20125         r236875. Corrected oe3 to oe2 as obvious.
20127 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
20129         PR middle-end/71269
20130         PR middle-end/71252
20131         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
20132         that inserted stmt will not dominate stmts that defines its operand.
20133         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
20134         (rewrite_expr_tree_parallel): Likewise.
20136 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
20138         PR middle-end/71252
20139         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
20140         all fields including stmt_to_insert are swapped.
20142 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20144         * predict.h (force_edge_cold): Declare.
20145         * predict.c (force_edge_cold): New function.
20146         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
20147         updating.
20148         (canonicalize_loop_induction_variables): Fix formating.
20150 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
20152         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
20153         (visium_expand_copysign): Use gen_int_mode directly.
20154         (visium_compute_frame_size): Minor tweaks.
20156 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20158         * tree-vect-loop.c (vect_analyze_loop_2): Use
20159         likely_max_stmt_executions_int.
20161 2016-05-30  Tom de Vries  <tom@codesourcery.com>
20163         PR tree-optimization/69067
20164         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
20166 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
20168         PR target/71245
20169         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
20170         New peepholes to remove unneeded fild/fistp pairs.
20171         (define_peephole2 atomic_loaddi_fpu): Ditto.
20173 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20175         * predict.c (maybe_hot_frequency_p): Avoid division.
20177 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
20179         * doc/install.texi: Use https for shop.fsf.org.
20181 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20183         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
20184         likely_max_stmt_executions_int.
20186 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20188         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
20189         likely_max_stmt_executions_int.
20191 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20193         * profile.c (compute_branch_probabilities): Do not report hitrates
20194         here.
20195         (branch_prob): Report hitrates here.
20196         * predict.c (gimple_predict_edge): Do not assert profile status;
20197         fix formatting issues.
20199 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20201         * predict.c (edge_predicted_by_p): New function.
20202         (predict_paths_for_bb): Do not put multiple predictions of the same type
20203         on one edge.
20205 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20207         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
20208         commit.
20210 2016-05-28  Alan Modra  <amodra@gmail.com>
20212         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
20214 2016-05-28  Alan Modra  <amodra@gmail.com>
20216         PR rtl-optimization/71275
20217         * ira.c (ira): Free dominance info.
20219 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
20221         * doc/sourcebuild.texi: New address for upstream Go repository.
20223 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20225         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
20226         (TARGET_ARM_V7M): Likewise.
20228 2016-05-26  Jeff Law  <law@redhat.com>
20230         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
20231         (thread_across_edge): Remove calls to find_jump_threads_backwards.
20232         * passes.def: Add jump threading passes before DOM/VRP.
20233         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
20234         argument to a basic block from an edge.  Remove tests which are
20235         handled elsewhere.
20236         (pass_data_thread_jumps, class pass_thread_jumps): New.
20237         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
20238         (make_pass_thread_jumps): Likewise.
20239         * tree-pass.h (make_pass_thread_jumps): Declare.
20241 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
20243         * config/visium/visium-protos.h (split_double_move): Rename into...
20244         (visium_split_double_move): ...this.
20245         (visium_split_double_add): Declare.
20246         * config/visium/visium.c (split_double_move): Rename into...
20247         (visium_split_double_move): ...this.
20248         (visium_split_double_add): New function.
20249         (visium_expand_copysign): Renumber operands for consistency.
20250         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
20251         (DFmode move splitter): Likewise.
20252         (*addi3_insn): Split by means of visium_split_double_add.
20253         (*adddi3_insn_flags): Delete.
20254         (*plus_plus_sltu<subst_arith>): New insn.
20255         (*subdi3_insn): Split by means of visium_split_double_add.
20256         (subdi3_insn_flags): Delete.
20257         (*minus_minus_sltu<subst_arith>): New insn.
20258         (*negdi2_insn): Split by means of visium_split_double_add.
20259         (*negdi2_insn_flags): Delete.
20261 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
20263         * configure.ac: Treat a --with-headers option without argument
20264         the same as the default (i.e. consult sys-include directory).
20265         * configure: Regenerate.
20267 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20269         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
20270         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
20271         prototype.
20272         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
20273         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
20275 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
20277         PR target/63596
20278         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
20279         tree-stdarg analysis results.
20280         (aarch64_setup_incoming_varargs): Likewise.
20282 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
20284         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
20285         va_list_gpr_counter_field and va_list_fpr_counter_field.
20287 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
20289         PR67609
20290         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
20291         * config/aarch64/aarch64.c
20292         (aarch64_cannot_change_mode_class): Remove function.
20293         * config/aarch64/aarch64-protos.h
20294         (aarch64_cannot_change_mode_class): Remove.
20296 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20298         * cfgloop.c (record_niter_bound): Record likely upper bounds.
20299         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
20300         get_likely_max_loop_iterations_int): New.
20301         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
20302         any_likely_upper_bound.
20303         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
20304         Declare.
20305         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
20306         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
20307         upper bound.
20308         (unroll_loop_constant_iterations): Likewise.
20309         (unroll_loop_runtime_iterations): Likewise.
20310         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
20311         * lto-streamer-out.c (output_cfg): Likewise.
20312         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
20313         bounds.
20314         (canonicalize_loop_induction_variables): Dump likely upper bounds.
20315         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
20316         (likely_max_loop_iterations): New.
20317         (likely_max_loop_iterations_int): New.
20318         (likely_max_stmt_executions): New.
20319         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
20320         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
20321         likely_max_stmt_executions): Declare.
20323 2016-05-27  Marek Polacek  <polacek@redhat.com>
20325         PR middle-end/71308
20326         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
20328 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20330         * config/s390/s390.md (2x risbg splitters): Use
20331         reg_overlap_mentioned_p instead of rtx_equal_p.
20333 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20335         * combine.c (make_compound_operation): Take known zero bits into
20336         account when checking for possible zero_extend.
20338 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20340         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
20341         Use const_int_operand for operand 2 predicate.  Simplify expand code
20342         as a result.
20344 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
20346         PR middle-end/71279
20347         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
20348         into comparison.
20350 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20352         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
20353         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
20354         that returns CC_SESWPmode and CC_ZESWPmode.
20355         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
20356         and CC_SESWPmode.
20357         (aarch64_rtx_costs): Likewise.
20359 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
20361         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
20362         for ISA 3.0 min/max support.
20363         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
20364         conditional move support.
20365         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
20366         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
20367         available.
20368         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
20369         conditional moves where the comparison type is different from move
20370         type.
20371         (fp_minmax): New code iterator for smin/smax.
20372         (minmax): New code attributes for min/max.
20373         (SMINMAX): Likewise.
20374         (smax<mode>3): Combine min, max insns into one insn using the
20375         fp_minmax code iterator.  Add support for ISA 3.0 min/max
20376         instructions that don't need -ffast-math.
20377         (s<minmax><mode>3): Likewise.
20378         (smax<mode>3_vsx): Likewise.
20379         (smin<mode>3): Likewise.
20380         (s<minmax><mode>3_vsx): Likewise.
20381         (smin<mode>3_vsx): Likewise.
20382         (pre-VSX min/max splitters): Likewise.
20383         (s<minmax><mode>3_fpr): Likewise.
20384         (movsfcc): Rewrite floating point conditional moves to combine
20385         SFmode/DFmode into a single insn.
20386         (mov<mode>cc): Likewise.
20387         (movdfcc): Likewise.
20388         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
20389         SFDF2 iterators to handle all combinations.
20390         (fseldfsf4): Likewise.
20391         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
20392         (fseldfdf4): Likewise.
20393         (fselsfdf4): Likewise.
20394         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
20395         comparison instructions that set a 0/-1 mask, and use it for
20396         floating point conditional move via XXSEL.
20397         (fpmask<mode>): Likewise.
20398         (xxsel<mode>): Likewise.
20399         * config/rs6000/predicates.md (min_max_operator): Delete, no
20400         longer used.
20401         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
20402         instructions that generate a 0/-1 mask for use with XXSEL.
20403         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
20404         say whether floating point min/max is available, either through
20405         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
20406         (TARGET_MINMAX_DF): Likewise.
20408 2016-05-27  Alan Modra  <amodra@gmail.com>
20410         PR rtl-optimization/71275
20411         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
20412         for update_equiv_regs and combine_and_move_insns.
20414 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
20416         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
20417         if_then_else or cond RTXes to calculate attribute value.
20418         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
20419         <attr "length_immediate>: Ditto.
20420         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
20421         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
20422         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
20423         <attr "type">: Ditto.
20424         <attr "prefix_data16">: Ditto.
20425         <attr "prefix_extra">: Ditto.
20426         <attr "length_immediate">: Ditto.
20427         <attr "prefix">: Ditto.
20428         (vec_set<mode>_0) <attr "isa">: Ditto.
20429         <attr "prefix_extra">: Ditto.
20430         <attr "length_immediate">: Ditto.
20431         <attr "prefix">: Ditto.
20432         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
20433         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
20434         (sse2_storelpd) <attr "prefix_data16">: Ditto.
20435         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
20436         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
20437         <attr "length_immediate">: Ditto.
20438         <attr "prefix">: Ditto.
20439         (sse2_movsd) <attr "length_immediate">: Ditto.
20440         <attr "prefix">: Ditto.
20441         (vec_concatv2df)  <attr "isa">: Ditto.
20442         <attr "prefix">: Ditto.
20443         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
20444         (*vec_extractv2di_1) <attr "isa">: Ditto.
20445         <attr "type">: Ditto.
20446         <attr "length_immediate">: Ditto.
20447         <attr "prefix_rex">: Ditto.
20448         <attr "prefix_extra">: Ditto.
20449         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
20450         <attr "prefix_extra">: Ditto.
20451         <attr "length_immediate">: Ditto.
20452         (vec_concatv2di) <attr "isa">: Ditto.
20453         <attr "prefix_extra">: Ditto.
20454         <attr "length_immediate">: Ditto.
20455         <attr "prefix">: Ditto.
20457 2016-05-26  Martin Liska  <mliska@suse.cz>
20459         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
20460         function.
20461         (operator+): Likewise.
20462         (operator-): Likewise.
20463         (comp_cost::operator+=): Likewise.
20464         (comp_cost::operator-=): Likewise.
20465         (comp_cost::operator/=): Likewise.
20466         (comp_cost::operator*=): Likewise.
20467         (operator<): Likewise.
20468         (operator==): Likewise.
20469         (operator<=): Likewise.
20470         (new_cost): Remove.
20471         (infinite_cost_p): Likewise.
20472         (add_costs): Likewise.
20473         (sub_costs): Likewise.
20474         (compare_costs): Likewise.
20475         (set_group_iv_cost): Use the newly introduced functions.
20476         (get_address_cost): Likewise.
20477         (get_shiftadd_cost): Likewise.
20478         (force_expr_to_var_cost): Likewise.
20479         (split_address_cost): Likewise.
20480         (ptr_difference_cost): Likewise.
20481         (difference_cost): Likewise.
20482         (get_computation_cost_at): Likewise.
20483         (determine_group_iv_cost_generic): Likewise.
20484         (determine_group_iv_cost_address): Likewise.
20485         (determine_group_iv_cost_cond): Likewise.
20486         (autoinc_possible_for_pair): Likewise.
20487         (determine_group_iv_costs): Likewise.
20488         (cheaper_cost_pair): Likewise.
20489         (iv_ca_recount_cost): Likewise.
20490         (iv_ca_set_no_cp): Likewise.
20491         (iv_ca_set_cp): Likewise.
20492         (iv_ca_cost): Likewise.
20493         (iv_ca_new): Likewise.
20494         (iv_ca_dump): Likewise.
20495         (iv_ca_narrow): Likewise.
20496         (iv_ca_prune): Likewise.
20497         (iv_ca_replace): Likewise.
20498         (try_add_cand_for): Likewise.
20499         (try_improve_iv_set): Likewise.
20500         (find_optimal_iv_set): Likewise.
20502 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
20504         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
20505         that internal functions will clobber all caller-saved registers.
20507 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
20509         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
20510         Return a better case_values_threshold when optimizing.
20512 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
20514         * config/aarch64/aarch64-simd.md (aarch64_combinez):
20515         Add ? to integer variant.
20516         (aarch64_combinez_be): Likewise.
20518 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
20520         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
20521         instead of x constraint.
20522         (vcvtps2ph256<mask_name>): Likewise.
20524         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
20525         alternative.  Formatting fix.
20527         * config/i386/sse.md
20528         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
20529         to ...
20530         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
20531         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
20532         maybe_evex prefix instead of vex.
20533         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
20534         EXT_REX_SSE_REG_P (op0) case in the splitter.
20536 2016-05-25  Jeff Law  <law@redhat.com>
20538         PR tree-optimization/71272
20539         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
20540         Update comments.  Add test for empty path.
20542 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
20544         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
20545         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
20546         special case builtin.
20547         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
20548         code for ALTIVEC_BUILTIN_VEC_CMPNE.
20549         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
20550         for __builtin_vec_cmpne.
20552 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
20554         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
20555         redundant test and bail out if the type of the new operand is not
20556         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
20558 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
20560         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
20561         (x_ix86_target_flags_explicit): Remove.
20562         * config/i386/i386.c (ix86_function_specific_save): Do not copy
20563         x_ix86_target_flags_explicit.
20564         (ix86_function_specific_restore): Ditto.
20566 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
20567             H.J. Lu  <hongjiu.lu@intel.com>
20569         PR target/70738
20570         * common/config/i386/i386-common.c
20571         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
20572         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
20573         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
20574         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
20575         (-mgeneral-regs-only): Add new option.
20576         * config/i386/i386.c (ix86_option_override_internal): Don't enable
20577         x87 instructions if only general registers are allowed.
20578         (ix86_target_string): Add ix86_flags argument. Handle additional
20579         flags options through ix86_flags argument.  Update all callers.
20580         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
20582 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20584         PR rtl-optimization/66940
20585         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
20586         decrementing desired_val will not overflow before performing these
20587         operations.
20589 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
20591         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
20592         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
20593         * config/i386/i386.c (enum ix86_builtins): Add
20594         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
20595         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
20596         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
20597         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
20598         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
20599         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
20600         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
20601         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
20602         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
20603         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
20604         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
20605         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
20606         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
20607         __builtin_ia32_cvtps2dq512_mask.
20608         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
20609         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
20610         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
20611         * config/i386/sse.md
20612         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
20613         Rename to ...
20614         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
20615         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
20616         to ...
20617         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
20618         (avx512f_vec_pack_sfix_v8df): New define_expand.
20619         (avx512f_roundpd512): Rename to ...
20620         (avx512f_round<castmode>512): ... this.  Change iterator.
20621         (avx512f_roundps512_sfix): New define_expand.
20622         (round<mode>2_sfix): Change iterator.
20624 2016-05-25  Nick Clifton  <nickc@redhat.com>
20626         * config/msp430/msp430.c (msp430_attr): Produce an error if a
20627         static interrupt handler is detected.
20628         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
20629         default linker script.
20630         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
20631         the low part of a symbolic pointer.
20633 2016-05-25  Richard Biener  <rguenther@suse.de>
20635         PR tree-optimization/71261
20636         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
20637         interesting stmt instead of immediate uses when looking
20638         for the use operand to replace.
20640 2016-05-25  Martin Liska  <mliska@suse.cz>
20642         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
20644 2016-05-25  Richard Biener  <rguenther@suse.de>
20646         PR tree-optimization/71264
20647         * tree-vect-stmts.c (vect_init_vector): Properly deal with
20648         vector type val.
20650 2016-05-25  Martin Liska  <mliska@suse.cz>
20652         PR tree-optimization/71239
20653         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
20654         if DECL_SIZE is NULL.
20656 2016-05-25  Richard Biener  <rguenther@suse.de>
20658         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
20659         * tree-if-conv.c (pass_data_if_conversion): Use it.
20661 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
20663         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
20664         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
20665         * varpool.c (varpool_node::get_availability): Likewise.
20667 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
20669         * config/rs6000/altivec.md (VNEG iterator): New iterator for
20670         VNEGW/VNEGD instructions.
20671         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
20672         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
20673         support for ISA 3.0 VNEGW/VNEGD instructions.
20675 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
20677         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
20678         pointers inside OACC_DATA regions.
20679         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
20680         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
20681         (gimplify_adjust_omp_clauses): Fix typo in comment.
20683 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
20685         * config/rs6000/altivec.md (VParity): New mode iterator for vector
20686         parity built-in functions.
20687         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
20688         zeros.
20689         (p9v_parity<mode>2): Likewise.
20690         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
20691         parity.
20692         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
20693         (parity<mode>2): ISA 3.0 expander for vector parity.
20694         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
20695         power9 built-ins.
20696         (BU_P9_64BIT_MISC_0): Likewise.
20697         (BU_P9_MISC_0): Likewise.
20698         (BU_P9V_AV_1): Likewise.
20699         (BU_P9V_AV_2): Likewise.
20700         (BU_P9V_AV_3): Likewise.
20701         (BU_P9V_AV_P): Likewise.
20702         (BU_P9V_VSX_1): Likewise.
20703         (BU_P9V_OVERLOAD_1): Likewise.
20704         (BU_P9V_OVERLOAD_2): Likewise.
20705         (BU_P9V_OVERLOAD_3): Likewise.
20706         (VCTZB): Add vector count trailing zeros support.
20707         (VCTZH): Likewise.
20708         (VCTZW): Likewise.
20709         (VCTZD): Likewise.
20710         (VPRTYBD): Add vector parity support.
20711         (VPRTYBQ): Likewise.
20712         (VPRTYBW): Likewise.
20713         (VCTZ): Add overloaded vector count trailing zeros support.
20714         (VPRTYB): Add overloaded vector parity support.
20715         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
20716         overloaded vector count trailing zeros and parity instructions.
20717         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
20718         vector parity support.
20719         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
20720         trailing zeros support.
20721         (vec_cntlz): Likewise.
20722         (vec_vctzb): Likewise.
20723         (vec_vctzd): Likewise.
20724         (vec_vctzh): Likewise.
20725         (vec_vctzw): Likewise.
20726         (vec_vprtyb): Add ISA 3.0 vector parity support.
20727         (vec_vprtybd): Likewise.
20728         (vec_vprtybw): Likewise.
20729         (vec_vprtybq): Likewise.
20730         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
20731         the ISA 3.0 vector count trailing zeros and vector parity built-in
20732         functions.
20734 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
20736         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
20737         when there is stmt_to_insert.
20739 2016-05-24  Martin Sebor  <msebor@redhat.com>
20741         PR c++/71147
20742         * tree.h (complete_or_array_type_p): New inline function.
20744 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
20746         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
20747         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
20748         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
20750         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
20751         Limit 1st alternative to noavx isa, split 2nd alternative into one
20752         noavx and one avx alternative, use *x and Bm in the former and
20753         x and m in the latter.
20755         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
20756         of sse4 for the first alternative, drop %v from the template
20757         and d operand modifier.  Split second alternative into one sse4_noavx
20758         and one avx alternative, use *x instead of *v in the former and v
20759         instead of *v in the latter.
20760         (*sse4_1_extractps): Use noavx isa instead of * for the first
20761         alternative, drop %v from the template.  Split second alternative into
20762         one noavx and one avx alternative, use *x instead of *v in the
20763         former and v instead of *v in the latter.
20764         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
20765         with noavx and the last one with avx.
20766         (sse4_1_phminposuw): Guard first alternative with noavx isa,
20767         split the second one into one noavx and one avx alternative,
20768         use *x and Bm in the former and x and m in the latter one.
20769         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
20770         alternatives.
20772         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
20773         first two alternatives to noavx, use *x instead of *v in the second
20774         one, add avx alternative without *.
20775         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
20776         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
20777         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
20779 2016-05-24  Jeff Law  <law@redhat.com>
20781         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
20782         New function, extracted from...
20783         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
20784         Allow simple copies and constant initializations in the SSA chain.
20786 2016-05-24  Marek Polacek  <polacek@redhat.com>
20788         PR c/71249
20789         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
20790         scope.
20792 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
20794         PR c++/71257
20795         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
20796         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
20797         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
20798         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
20799         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
20801 2016-05-24  Richard Biener  <rguenther@suse.de>
20803         PR tree-optimization/71240
20804         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
20805         has integral type.
20807 2016-05-24  Richard Biener  <rguenther@suse.de>
20809         PR tree-optimization/71230
20810         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
20812 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
20814         * tree-vectorizer.h (vectorizable_comparison): Delete.
20815         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
20816         PURE_SLP_STMT check.
20817         * tree-vect-stmts.c (vectorizable_call): Likewise.
20818         (vectorizable_simd_clone_call): Likewise.
20819         (vectorizable_conversion): Likewise.
20820         (vectorizable_assignment): Likewise.
20821         (vectorizable_shift): Likewise.
20822         (vectorizable_operation): Likewise.
20823         (vectorizable_load): Likewise.
20824         (vectorizable_condition): Likewise.
20825         (vectorizable_store): Likewise.  Assert that we don't have
20826         hybrid SLP.
20827         (vectorizable_comparison): Make static.  Remove redundant
20828         PURE_SLP_STMT check.
20829         (vect_transform_stmt): Assert that we always have an slp_node
20830         if PURE_SLP_STMT.
20832 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20834         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
20835         operands[2] against 1 with comparison against CONST1_RTX.
20836         (<shift>di3_neon): Likewise.
20837         * config/arm/predicates.md (const0_operand): Replace with comparison
20838         against CONST0_RTX.
20840 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20842         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
20843         operands[2] against 1 with comparison against CONST1_RTX.
20844         (ashrdi3): Likewise.
20845         (lshrdi3): Likewise.
20846         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
20847         UINTVAL.
20848         (ashrsi3): Likewise.
20849         (lshrsi3): Likewise.
20850         (rotrsi3): Likewise.
20851         (define_split above *compareqi_eq0): Likewise.
20852         (define_split above "prologue"): Likewise.
20853         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
20854         * config/arm/predicates.md (shift_operator): Likewise.
20855         (shift_nomul_operator): Likewise.
20856         (sat_shift_operator): Likewise.
20857         (thumb1_cmp_operand): Likewise.
20858         (const_neon_scalar_shift_amount_operand): Replace manual range
20859         check with IN_RANGE.
20860         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
20861         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
20863 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20865         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
20866         with HOST_WIDE_INT_1.
20867         (insv): Likewise.
20868         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
20869         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
20870         (arm_canonicalize_comparison): Likewise.
20871         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
20872         HOST_WIDE_INT_1.
20873         (thumb1_size_rtx_costs): Likewise.
20874         (vfp_const_double_index): Replace cast of 1 to unsigned
20875         HOST_WIDE_INT with HOST_WIDE_INT_1U.
20876         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
20877         HOST_WIDE_INT_1.
20878         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
20879         HOST_WIDE_INT with HOST_WIDE_INT_1U.
20880         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
20881         HOST_WIDE_INT with HOST_WIDE_INT_1.
20883 2016-05-24  Marek Polacek  <polacek@redhat.com>
20885         * tree-cfg.h (should_remove_lhs_p): New predicate.
20886         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
20887         * gimplify.c (gimplify_modify_expr): Likewise.
20888         * tree-cfg.c (verify_gimple_call): Likewise.
20889         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
20890         * gimple-fold.c: Include "tree-cfg.h".
20891         (gimple_fold_call): Use should_remove_lhs_p.
20893 2016-05-24  Richard Biener  <rguenther@suse.de>
20895         PR tree-optimization/71253
20896         * cfganal.h (control_dependences): Make robust against edge
20897         and BB removal.
20898         (control_dependences::control_dependences): Remove edge_list argument.
20899         (control_dependences::get_edge): Remove.
20900         (control_dependences::get_edge_src): Add.
20901         (control_dependences::get_edge_dest): Likewise.
20902         (control_dependences::m_el): Make a vector of edge src/dest index.
20903         * cfganal.c (control_dependences::find_control_dependence): Adjust.
20904         (control_dependences::control_dependences): Likewise.
20905         (control_dependences::~control_dependence): Likewise.
20906         (control_dependences::get_edge): Remove.
20907         (control_dependences::get_edge_src): Add.
20908         (control_dependences::get_edge_dest): Likewise.
20909         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
20910         get_edge_src.
20911         (perform_tree_ssa_dce): Adjust.
20912         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
20913         get_edge_src.
20914         (pass_loop_distribution::execute): Adjust.  Do loop destroying
20915         conditional on changed.
20917 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20919         PR target/69857
20920         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
20921         return.  Reindent transformation comment and mention the ARM state
20922         behavior.
20924 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
20926         PR middle-end/71252
20927         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
20928         after build_and_add_sum creates new use stmt.
20930 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
20932         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
20933         load_lanes/grouped_load classification comes first.  Don't check
20934         whether the vectorization factor is a multiple of the group size
20935         for load_lanes.
20937 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
20939         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
20940         GROUP_GAP for single-element interleaving.
20941         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
20942         variable.
20944 2016-05-24  Richard Biener  <rguenther@suse.de>
20946         PR middle-end/70434
20947         PR c/69504
20948         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
20949         bases which are accessed with non-invariant indices.
20950         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
20951         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
20953 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
20955         PR middle-end/71170
20956         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
20957         (add_to_ops_vec): Add stmt_to_insert.
20958         (add_repeat_to_ops_vec): Init stmt_to_insert.
20959         (insert_stmt_before_use): New.
20960         (transform_add_to_multiply): Remove mult_stmt insertion and add it
20961         to ops vector.
20962         (get_ops): Init stmt_to_insert.
20963         (maybe_optimize_range_tests): Likewise.
20964         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
20965         (rewrite_expr_tree_parallel): Likewise.
20966         (reassociate_bb): Likewise.
20968 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
20970         PR target/71201
20971         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
20972         ISA 3.0 xxperm fusion alternative.
20973         (altivec_vperm_v8hiv16qi): Likewise.
20974         (altivec_vperm_<mode>_uns_internal): Likewise.
20975         (vperm_v8hiv4si): Likewise.
20976         (vperm_v16qiv8hi): Likewise.
20978 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
20979             Kelvin Nilsen  <kelvin@gcc.gnu.org>
20981         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
20982         vpermr/xxpermr on ISA 3.0.
20983         (altivec_expand_vec_perm_le): Likewise.
20984         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
20985         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
20986         ISA 3.0.
20988 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
20990         * config/i386/i386.h (IS_STACK_MODE): Enable for
20991         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
20992         SSE_FLOAT_MODE_P macros.
20993         * config/i386/i386.c (ix86_preferred_reload_class): Use
20994         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
20995         Cleanup regclass processing for CONST_DOUBLE_P.
20996         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
20997         (ix86_rtx_costs): Remove redundant TARGET_80387 check
20998         with IS_STACK_MODE macro.
20999         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
21000         with TARGET_SSE2.
21001         (*movdf_internal): Use IS_STACK_MODE macro.
21002         (*movsf_internal): Ditto.
21004 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
21006         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
21007         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
21009 2016-05-23  Jeff Law  <law@redhat.com>
21011         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
21012         extracted from ...
21013         (fsm_find_control_statement_thread_paths): Call it.
21015 2016-05-23  Martin Jambor  <mjambor@suse.cz>
21017         PR ipa/71234
21018         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
21019         from_global_constant if t is not NULL.
21021 2016-05-23  Marek Polacek  <polacek@redhat.com>
21023         PR c/49859
21024         * common.opt (Wswitch-unreachable): New option.
21025         * doc/invoke.texi: Document -Wswitch-unreachable.
21026         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
21027         warning.
21029 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
21031         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
21032         TMR_INDEX is non-NULL.
21034 2016-05-23  Richard Biener  <rguenther@suse.de>
21036         PR tree-optimization/71230
21037         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
21038         (try_special_add_to_ops): ... here.  Always test for single-use.
21040 2016-05-23  Martin Jambor  <mjambor@suse.cz>
21042         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
21043         default block if a PHI node in the original one would be resized.
21045 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
21047         PR tree-optimization/58135
21048         * tree-vect-slp.c: When group size is not multiple
21049         of vector size, allow splitting of store group at
21050         vector boundary.
21052 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
21054         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
21056 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
21058         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
21059         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
21060         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
21061         of 64x2.
21063         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
21064         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
21065         v constraint instead of x and vinserti32x4 insn.
21067         * config/i386/sse.md (i128vldq): New mode iterator.
21068         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
21069         avx512dq and avx512vl alternatives.
21071         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
21072         constraint, use maybe_evex prefix instead of vex.
21073         (vec_dupv4sf): Use v constraint instead of x for output
21074         operand except for noavx alternative, use Yv constraint
21075         instead of x for input.  Use maybe_evex prefix instead of vex.
21076         (*vec_dupv4si): Likewise.
21077         (*vec_dupv2di): Likewise.
21079 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
21081         PR middle-end/40921
21082         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
21083         (linearize_expr_tree): Call try_special_add_to_ops.
21084         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
21086 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
21088         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
21089         to computed stack_usage.
21091 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
21093         PR target/71103
21094         * config/avr/avr.md (define_expand "mov<mode>"): If the source
21095         operand is subreg (symbol_ref) then move the symbol ref to register.
21097 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
21099         * tree.c (array_at_struct_end_p): Look through MEM_REF.
21101 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
21103         PR middle-end/71179
21104         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
21105         VECTOR type.
21107 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
21109         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
21110         ranges by calling get_single_symbol and tidy up.  Look more closely
21111         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
21113 2016-05-20  Jeff Law  <law@redhat.com>
21115         * bitmap.c (bitmap_find_bit): Remove useless test.
21117 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
21119         * function.c (thread_prologue_and_epilogue_insns): Commit the
21120         insertion of the epilogue.
21122 2016-05-20  Martin Jambor  <mjambor@suse.cz>
21124         PR tree-optimization/70884
21125         * tree-sra.c (initialize_constant_pool_replacements): Do not check
21126         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
21127         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
21128         of constant pool data as a reason for scalarization.
21130 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
21132         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
21133         for naked functions.
21134         (thumb1_expand_prologue): Likewise.
21136 2016-05-20  Nathan Sidwell  <nathan@acm.org>
21138         * config/nvptx/nptx.c (nvptx_option_override): Only set
21139         flag_toplevel_reorder, if not explicitly specified.  Set
21140         flag_no_common, unless explicitly specified.
21142 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
21144         * calls.c (can_implement_as_sibling_call_p): Mark param
21145         reg_parm_stack_space with ATTRIBUTE_UNUSED.
21147 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
21149         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
21150         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
21151         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
21152         constants.
21153         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
21154         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
21155         and CASE_CONST_ANY.
21157 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
21159         * config/nvptx/nvptx.md (sincossf3): New pattern.
21161 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
21163         * calls.c (maybe_complain_about_tail_call): New function.
21164         (initialize_argument_information): Call
21165         maybe_complain_about_tail_call when clearing *may_tailcall.
21166         (can_implement_as_sibling_call_p): Call
21167         maybe_complain_about_tail_call when returning false.
21168         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
21169         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
21170         if tail-call optimization fails.
21171         * cfgexpand.c (expand_call_stmt): Initialize
21172         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
21173         * gimple-pretty-print.c (dump_gimple_call): Dump
21174         gimple_call_must_tail_p.
21175         * gimple.c (gimple_build_call_from_tree): Call
21176         gimple_call_set_must_tail with the value of
21177         CALL_EXPR_MUST_TAIL_CALL.
21178         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
21179         (gimple_call_set_must_tail): New function.
21180         (gimple_call_must_tail_p): New function.
21181         * print-tree.c (print_node): Update printing of TREE_STATIC
21182         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
21183         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
21184         trailing comment listing applicable flags.
21185         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
21187 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
21189         * calls.c (expand_call): Move "Rest of purposes for tail call
21190         optimizations to fail" to...
21191         (can_implement_as_sibling_call_p): ...this new function, and
21192         split into multiple "if" statements.
21194 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
21196         * cfgloop.h (expected_loop_iterations_unbounded,
21197         expected_loop_iterations): Unconstify.
21198         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
21199         profile with known upper bound; return 3 when profile is absent.
21200         (expected_loop_iterations): Update.
21202 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
21204         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
21205         and get_max_loop_iterations_int.
21207 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
21209         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
21210         realistic upper bounds here.
21212 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
21214         PR c++/71210
21215         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
21216         calls if the LHS is variable length or has addressable type.
21217         If targets[0]->decl is a noreturn call with void return type and
21218         zero arguments, adjust fntype and remove lhs in that case.
21220 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
21222         PR tree-optimization/71079
21223         PR tree-optimization/71206
21224         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
21226 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21228         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
21229         (get_vec_alignment_for_array_decl): Likewise.
21230         (get_vec_alignment_for_record_decl): Likewise.
21231         (increase_alignment::execute): Move code to find alignment to
21232         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
21233         (type_align_map): New hash_map.
21235 2016-05-20  Richard Guenther  <rguenther@suse.de>
21237         PR tree-optimization/29756
21238         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
21239         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
21240         * fold-const.c (operand_equal_p): Likewise.
21241         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
21242         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
21243         * tree-inline.c (estimate_operator_cost): Likewise.
21244         * tree-pretty-print.c (dump_generic_node): Likewise.
21245         * tree-ssa-operands.c (get_expr_operands): Likewise.
21246         * cfgexpand.c (expand_debug_expr): Likewise.
21247         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
21248         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
21249         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
21250         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
21251         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
21252         (execute_update_addresses_taken): Do it.
21254 2016-05-20  Richard Biener  <rguenther@suse.de>
21256         PR tree-optimization/71185
21257         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
21258         register operations.
21260 2016-05-20  Richard Biener  <rguenther@suse.de>
21262         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
21263         gimple_seq_add_seq_without_update.
21264         (release_bb_predicate): Assert we have no operands to free.
21265         (if_convertible_loop_p_1): Calculate post dominators later.
21266         Do not free BB predicates here.
21267         (combine_blocks): Do not recompute BB predicates.
21268         (version_loop_for_if_conversion): Save BB predicates around
21269         loop versioning.
21271 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
21273         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
21274         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
21275         code.  Ignore sibcalls on EDGE_IGNORE edges.
21276         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
21277         on edges for sibcalls that run without prologue.  The rest of the
21278         function is combined from...
21279         (fix_fake_fallthrough_edge): ... this, and ...
21280         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
21281         function argument, make it a local variable.
21283 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
21285         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
21286         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
21287         for 32-bit mode and SEH for 64-bit.
21288         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
21289         TARGET_64BIT_DEFAULT.
21291 2016-05-19  Ryan Burn  <contact@rnburn.com>
21293         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
21294         * gengtype.c (open_base_files): Add cilk.h to ifiles.
21296 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
21298         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
21299         force pending loads from memory.
21301 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
21303         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
21304         (UNSPEC_DARN_32): New unspec constant.
21305         (UNSPEC_DARN_RAW): New unspec constant.
21306         (darn_32): New instruction.
21307         (darn_raw): New instruction.
21308         (darn): New instruction.
21309         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
21310         support and documentation for this macro.
21311         (BU_P9_MISC_1): New macro definition.
21312         (BU_P9_64BIT_MISC_0): New macro definition.
21313         (BU_P9_MISC_0): New macro definition.
21314         (darn_32): New builtin definition.
21315         (darn_raw): New builtin definition.
21316         (darn): New builtin definition.
21317         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
21318         RS6000_BUILTIN_0 directives to surround each occurrence of
21319         #include "rs6000-builtin.def".
21320         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
21321         RS6000_BTM_64BIT flags to the returned mask, depending on
21322         configuration.
21323         (def_builtin): Correct an error in the assignments made to the
21324         debugging variable attr_string.
21325         (rs6000_expand_builtin): Add support for no-operand built-in
21326         functions.
21327         (builtin_function_type): Remove fatal_error assertion that is no
21328         longer valid.
21329         (rs6000_common_init_builtins): Add support for no-operand built-in
21330         functions.
21331         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
21332         definition.
21333         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
21334         definition.
21335         (RS6000_BTM_64BIT): New macro definition.
21336         * doc/extend.texi: Document __builtin_darn (void),
21337         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
21338         functions.
21340 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
21342         * tree-vect-loop.c (vect_analyze_loop_2): Use also
21343         max_loop_iterations_int.
21345 2016-05-19  Marek Polacek  <polacek@redhat.com>
21347         PR tree-optimization/71031
21348         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
21349         condition and adjust the code a bit.
21351 2016-05-19  Martin Liska  <mliska@suse.cz>
21353         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
21354         auto_vec instead of vec.
21356 2016-05-19  Martin Liska  <mliska@suse.cz>
21358         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
21360 2016-05-19  Martin Liska  <mliska@suse.cz>
21362         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
21364 2016-05-19  Martin Liska  <mliska@suse.cz>
21366         * ipa-pure-const.c (set_function_state): Remove an existing
21367         funct_state.
21368         (remove_node_data): Do not free it as it's released
21369         in set_function_state.
21371 2016-05-19  Martin Liska  <mliska@suse.cz>
21373         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
21374         bitmap.
21376 2016-05-19  Martin Liska  <mliska@suse.cz>
21378         * omp-simd-clone.c (simd_clone_adjust): Release vector.
21380 2016-05-19  Martin Liska  <mliska@suse.cz>
21382         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
21383         an auto_vec instead of re-creating it.
21385 2016-05-19  Martin Liska  <mliska@suse.cz>
21387         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
21388         auto_vec instead of vec.
21390 2016-05-19  Martin Liska  <mliska@suse.cz>
21392         * lto-section-in.c (lto_get_section_data): Call
21393         lto_check_version with additional argument.
21394         * lto-streamer.c (lto_check_version): Add new argument.
21395         * lto-streamer.h (lto_check_version): Likewise.
21397 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21399         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
21400         Don't add cost of inner memory when handling sign-extended loads.
21402 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
21404         PR rtl-optimization/71148
21405         * cse.c (cse_main): Free dominance info.
21406         (rest_of_handle_cse): Don't free dominance info.
21407         (rest_of_handle_cse2): Likewise.
21408         (rest_of_handle_cse_after_global_opts): Likewise.
21410 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21412         PR target/71056
21413         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
21414         NULL_TREE early if NEON is not available.  Remove now redundant check
21415         in ARM_CHECK_BUILTIN_MODE.
21417 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
21419         PR sanitizer/64354
21420         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
21421         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
21422         * doc/cpp.texi: Document new macros.
21424 2016-05-19  Bin Cheng  <bin.cheng@arm.com>
21426         PR tree-optimization/69848
21427         * tree-vect-loop.c (vectorizable_reduction): Don't factor
21428         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
21430 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
21432         * function.c (thread_prologue_and_epilogue_insn): Move the
21433         "goto epilogue_done" one block later.
21435 2016-05-19  Richard Biener  <rguenther@suse.de>
21437         PR tree-optimization/70729
21438         * passes.def: Move LIM pass before PRE.  Remove no longer
21439         required copyprop and move first DCE out of the loop pipeline.
21441 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
21443         PR driver/69265
21444         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
21445         (OBJS-libcommon-target): ...here.
21446         * opts-common.c: Include spellcheck.h.
21447         (cmdline_handle_error): Build a vec of valid options and use it
21448         to suggest provide hints for misspelled arguments.
21450 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
21452         PR c++/71100
21453         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
21454         lhs if it has TREE_ADDRESSABLE type.
21456 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
21458         PR target/71145
21459         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
21460         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
21462 2016-05-18  Martin Jambor  <mjambor@suse.cz>
21464         PR ipa/69708
21465         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
21466         input for NOP_EXPR pass-through functions.
21467         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
21468         aggregate global constant VAR_DECLs in constant jump functions.
21470 2016-05-18  Martin Jambor  <mjambor@suse.cz>
21472         PR ipa/69708
21473         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
21474         from TREE_READONLY parameters.
21476 2016-05-18  Martin Jambor  <mjambor@suse.cz>
21478         PR ipa/69708
21479         * cgraph.h (cgraph_indirect_call_info): New field
21480         guaranteed_unmodified.
21481         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
21482         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
21483         appropriate.
21484         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
21485         pass the parameter value to ipa_find_agg_cst_for_param.
21486         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
21487         guaranteed_unmodified, store AA results there instead of bailing out
21488         if present.
21489         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
21490         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
21491         (find_constructor_constant_at_offset): New function.
21492         (ipa_find_agg_cst_from_init): Likewise.
21493         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
21494         static initializers of contants, report back through a new paameter
21495         from_global_constant if that was the case.
21496         (try_make_edge_direct_simple_call): Also pass parameter value to
21497         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
21498         appropriate.
21499         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
21500         (ipa_read_indirect_edge_info): Likewise.
21501         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
21502         (ipa_load_from_parm_agg): Likewise.
21504 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
21506         PR rtl-optimization/71150
21507         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
21508         check.
21510 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
21512         PR target/70915
21513         * config/rs6000/constraints.md (wE constraint): New constraint
21514         for a vector constant that can be loaded with XXSPLTIB.
21515         (wM constraint): New constraint for a vector constant of a 1's.
21516         (wS constraint): New constraint for a vector constant that can be
21517         loaded with XXSPLTIB and a vector sign extend instruction.
21518         * config/rs6000/predicates.md (xxspltib_constant_split): New
21519         predicates for wE/wS constraints.
21520         (xxspltib_constant_nosplit): Likewise.
21521         (easy_vector_constant): Add support for constants that can be
21522         loaded via XXSPLTIB.
21523         (all_ones_constant): New predicate for vector constant with all
21524         1's set.
21525         (splat_input_operand): Add support for ISA 3.0 word splat operations.
21526         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
21527         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
21528         instruction and possibly with a sign extension.
21529         (output_vec_const_move): Add support for XXSPLTIB. If we are
21530         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
21531         instead of XXLXOR/XXLORC.
21532         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
21533         operations.
21534         (rs6000_legitimize_reload_address): Likewise.
21535         (rs6000_output_move_128bit): Use output_vec_const_move to emit
21536         constants.
21537         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
21538         combine VSX_M and VSX_M2 into one iterator.
21539         (VSX_M2): Likewise.
21540         (VSINT_84): New iterators for loading constants with XXSPLTIB.
21541         (VSINT_842): Likewise.
21542         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
21543         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
21544         XXSPLTIB instruction.
21545         (xxspltib_<mode>_nosplit): Likewise.
21546         (xxspltib_<mode>_split): New insn to load up constants with
21547         XXSPLTIB and a sign extend instruction.
21548         (vsx_mov<mode>): Replace single move that handled all vector types
21549         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
21550         moves (when -mvsx-timode is in effect) into the main vector
21551         moves.  Eliminate separate moves for <VSr> <VSa>, where the
21552         preferred register class (<VSr>) is listed first, and the
21553         secondary register class (<VSa>) is listed second with a '?' to
21554         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
21555         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
21556         that if the register was involved in a slow operation, the
21557         clear/set operation does not wait for the slow operation to
21558         finish.  Adjust the length attributes for 32-bit mode.  Use
21559         rs6000_output_move_128bit and drop the use of the string
21560         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
21561         spacing so that the alternatives and attributes don't generate
21562         long lines, and put things in columns, so that it is easier to
21563         match up the operands and attributes with the insn alternatives.
21564         (vsx_mov<mode>_64bit): Likewise.
21565         (vsx_mov<mode>_32bit): Likewise.
21566         (vsx_movti_64bit): Fold movti into normal vector moves.
21567         (vsx_movti_32bit): Likewise.
21568         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
21569         splat instructions.
21570         (vsx_splat_v4si_internal): Likewise.
21571         (vsx_splat_v4sf_internal): Likewise.
21572         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
21573         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
21574         extend vector elements.
21575         (vsx_sign_extend_hi_<mode>): Likewise.
21576         (vsx_sign_extend_si_v2di): Likewise.
21577         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
21578         declaration.
21579         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
21580         constraints.  Add trailing period to wL documentation.
21582 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
21584         PR middle-end/71020
21585         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
21586         * tree-dfa.c (replace_abnormal_ssa_names): New function.
21587         * tree-call-cdce.c: Include tree-dfa.h.
21588         (can_guard_call_p): New function, extracted from...
21589         (can_use_internal_fn): ...here.
21590         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
21591         and return void.
21592         (shrink_wrap_one_built_in_call): Likewise.
21593         (use_internal_fn): Likewise.
21594         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
21595         and return void.  Call replace_abnormal_ssa_names.
21596         (pass_call_cdce::execute): Check can_guard_call_p during the
21597         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
21598         will always change something.
21600 2016-05-18  Martin Jambor  <mjambor@suse.cz>
21602         PR ipa/70646
21603         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
21604         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
21606 2016-05-18  Martin Jambor  <mjambor@suse.cz>
21608         PR ipa/70646
21609         * ipa-inline.h (condition): New field size.
21610         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
21611         for comaprison and store it into the new condition.
21612         (evaluate_conditions_for_known_args): Use condition size to check
21613         access sizes for all but CHANGED conditions.
21614         (unmodified_parm_1): New parameter size_p, store access size into it.
21615         (unmodified_parm): Likewise.
21616         (unmodified_parm_or_parm_agg_item): Likewise.
21617         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
21618         (set_cond_stmt_execution_predicate): Extract access sizes and store
21619         them to conditions.
21620         (set_switch_stmt_execution_predicate): Likewise.
21621         (will_be_nonconstant_expr_predicate): Likewise.
21622         (will_be_nonconstant_predicate): Likewise.
21623         (inline_read_section): Stream condition size.
21624         (inline_write_summary): Likewise.
21626 2016-05-18  Richard Biener  <rguenther@suse.de>
21628         * tree-ssa-loop-im.c (determine_max_movement): Properly add
21629         condition cost to PHI cost instead of total_cost.
21631 2016-05-18  Martin Liska  <mliska@suse.cz>
21633         PR fortran/70856
21634         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
21635         merged variables.
21637 2016-05-18  Richard Biener  <rguenther@suse.de>
21639         * lto-streamer.h (LTO_major_version): Bump to 6.
21641 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
21643         * function.c (make_split_prologue_seq, make_prologue_seq,
21644         make_epilogue_seq): New functions, factored out from...
21645         (thread_prologue_and_epilogue_insns): Here.
21647 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
21649         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
21650         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
21651         of before.  Add a comment.
21653 2016-05-18  Bin Cheng  <bin.cheng@arm.com>
21655         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
21656         expression pointer, not pointer to the pointer.
21658 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
21660         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
21661         (avx2_pbroadcast<mode>): Add another alternative with v instead
21662         of x constraints in it, using <pbroadcast_evex_isa> isa.
21663         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
21665         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
21666         constraint x instead of v in second alternative, add avx512bw
21667         alternative.
21669         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
21670         constraint x instead of v in second alternative, add avx512bw
21671         alternative.
21673         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
21674         constraint x instead of v in second alternative, add avx512bw
21675         alternative.
21677         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
21678         avx512bw alternative.
21680 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
21682         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
21683         array to 128 chars.
21684         (define_insn "*andnottf3"): Ditto.
21685         (define_insn "*<code><mode>3"/any_logic): Ditto.
21686         (define_insn "*<code>tf3"/any_logic): Ditto.
21687         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
21688         operand to block AVX-512VL insn variant emit when it is not enabled.
21690 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
21692         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
21693         constraint fot SF mode.
21695 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
21696             Kirill Yukhin  <kirill.yukhin@intel.com>
21698         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
21699         modifiers.
21700         (define_insn "rsqrt14<mode>"): Ditto.
21701         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
21702         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
21703         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
21704         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
21705         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
21706         Ditto.
21707         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
21708         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
21709         * config/i386/i386.c (ix86_print_operand): Expand check for size
21710         override codes for Intel syntax.
21712 2016-05-18  Richard Biener  <rguenther@suse.de>
21714         PR tree-optimization/71168
21715         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
21716         initialization earlier.
21718 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
21720         * config/aarch64/aarch64-simd.md
21721         (aarch64_reduc_plus_internal<mode>): Rename to...
21722         (reduc_plus_scal): ...This, and remove previous implementation.
21724 2016-05-18  Richard Biener  <rguenther@suse.de>
21726         * passes.def: Put late dse and cd_dce in canonical order.
21728 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
21730         * ipa-inline-transform.c (preserve_function_body_p): Look for
21731         first non-thunk clone.
21732         (save_function_body): Save into first non-thunk.
21733         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
21734         up call stmt id.
21735         (lto_output_node): Inline thunks don't need body in every
21736         partition.
21737         * lto-streamer-in.c: Do not fixup thunk clones.
21738         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
21739         thunks.
21740         * tree-inline.c (copy_bb): Be prepared for target node to be new after
21741         folding suceeds.
21743 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
21745         PR middle-end/63586
21746         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
21747         (reassociate_bb): Call transform_add_to_multiply.
21749 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
21751         * config/aarch64/aarch64.c (all_extensions): Removed unused
21752         static variable.
21754 2016-05-17  Nathan Sidwell  <nathan@acm.org>
21756         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
21757         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
21759 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
21761         PR tree-optimization/54579
21762         PR middle-end/55299
21763         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
21765 2016-05-17  Marek Polacek  <polacek@redhat.com>
21767         PR ipa/71146
21768         * tree-inline.c (expand_call_inline): Call
21769         maybe_remove_unused_call_args.
21771 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
21773         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
21774         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
21775         * doc/md.texi (fmin@var{m}3): Likewise.
21777 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
21779         * match.pd (X & C): New transformation.
21781 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
21783         * match.pd (~X & Y): New transformation.
21785 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
21787         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
21788         information for new SSA_NAME.
21789         (simplify_conversion_using_ranges): Get range through get_range_info
21790         instead of get_value_range.
21792 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
21794         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
21795         Remove inline assembly.
21796         (vmvn_s16): Likewise.
21797         (vmvn_s32): Likewise.
21798         (vmvn_u8): Likewise.
21799         (vmvn_u16): Likewise.
21800         (vmvn_u32): Likewise.
21801         (vmvnq_s8): Likewise.
21802         (vmvnq_s16): Likewise.
21803         (vmvnq_s32): Likewise.
21804         (vmvnq_u8): Likewise.
21805         (vmvnq_u16): Likewise.
21806         (vmvnq_u32): Likewise.
21807         (vmvn_p8): Likewise.
21808         (vmvnq_p16): Likewise.
21810 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
21812         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
21813         Use builtin.
21814         (vmul_n_s16): Likewise.
21815         (vmul_n_s32): Likewise.
21816         (vmul_n_u16): Likewise.
21817         (vmul_n_u32): Likewise.
21818         (vmulq_n_f32): Likewise.
21819         (vmulq_n_f64): Likewise.
21820         (vmulq_n_s16): Likewise.
21821         (vmulq_n_s32): Likewise.
21822         (vmulq_n_u16): Likewise.
21823         (vmulq_n_u32): Likewise.
21825 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
21827         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
21828         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
21830 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
21832         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
21833         to *aarch64_fma4_elt_from_dup<mode>.
21834         (*aarch64_fnma4_elt_to_128df): Rename to
21835         *aarch64_fnma4_elt_from_dup<mode>.
21836         * config/aarch64/arm_neon.h (vfma_n_f64): New.
21837         (vfms_n_f32): Likewise.
21838         (vfms_n_f64): Likewise.
21839         (vfmsq_n_f32): Likewise.
21840         (vfmsq_n_f64): Likewise.
21842 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
21844         * wide-int.h: Change fixed_wide_int_storage from class to struct.
21846 2016-05-17  Richard Biener  <rguenther@suse.de>
21848         PR tree-optimization/71132
21849         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
21850         Only add control dependences for blocks in the loop.
21851         (build_rdg): Adjust.
21852         (generate_code_for_partition): Return whether loop should
21853         be destroyed and delay that.
21854         (distribute_loop): Likewise.
21855         (pass_loop_distribution::execute): Record loops to be destroyed
21856         and perform delayed destroying of loops.
21858 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21860         PR target/70809
21861         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
21863 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
21865         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
21867 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
21869         PR target/71114
21870         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
21871         insertion point for instructions generated by validize_mem.
21873 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
21875         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
21876         in brackets.
21878 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
21880         * config/aarch64/aarch64.c
21881         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
21882         rather than a macro.
21884 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
21886         * doc/invoke.texi (AArch64 Options): Various updates.
21888 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
21890         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
21891         into instrumentation thunks.
21892         * cif-code.def (CIF_CHKP): New.
21894 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
21896         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
21898 2016-05-16  Martin Jambor  <mjambor@suse.cz>
21900         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
21901         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
21903 2016-05-16  Marek Polacek  <polacek@redhat.com>
21905         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
21906         commentary.
21908 2016-05-16  Martin Jambor  <mjambor@suse.cz>
21910         PR hsa/70857
21911         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
21912         the outlined kernel function.
21914 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
21916         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
21917         (ISA_HAS_DLSA): Ditto.
21919 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
21921         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
21923 2016-05-16  Nathan Sidwell  <nathan@acm.org>
21925         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
21926         (nvptx_name_replacement): Restore.  Add comment.
21927         (write_fn_proto, write_fn_proto_from_insn,
21928         nvptx_output_call_insn): Restore
21929         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
21931 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
21933         * config/aarch64/aarch64.md
21934         (add<mode>3_compareC_cconly_imm): Remove use of %w.
21935         (add<mode>3_compareC_imm): Likewise.
21936         (<optab>si3_uxtw): Split into register and immediate variants.
21937         (andsi3_compare0_uxtw): Likewise.
21938         (and<mode>3_compare0): Likewise.
21939         (and<mode>3nr_compare0): Likewise.
21940         (stack_protect_test_<mode>): Don't use %x for memory operands.
21942 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
21944         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
21946 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
21948         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
21949         Split integer shifts into shift_reg and bfm.
21950         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
21951         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
21952         (ror<mode>3_insn): Likewise.
21953         (<optab>si3_insn_uxtw): Likewise.
21954         (<optab><mode>3_insn): Change to rotate_imm.
21955         (extr<mode>5_insn_alt): Likewise.
21956         (extrsi5_insn_uxtw): Likewise.
21957         (extrsi5_insn_uxtw_alt): Likewise.
21959 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
21961         * doc/tm.texi: Regenerate.
21962         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
21963         (TARGET_INVALID_RETURN_TYPE): Remove.
21964         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
21965         TARGET_INVALID_RETURN_TYPE.
21966         * target.def (invalid_parameter_type): Remove.
21967         (invalid_return_type): Remove.
21969 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
21971         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
21972         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
21973         calls from thunk.
21974         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
21975         gimple body.
21976         (preserve_function_body_p): No need to preserve function body
21977         * cif-codes.def (CIF_THUNK): Remove.
21978         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
21980 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
21982         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
21984 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
21986         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
21987         for thunks.
21989 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
21991         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
21992         (inline_small_functions): Do not look for function symbol when
21993         resetting caches.
21995 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
21997         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
21998         of inline thunks
22000 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
22001             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22002             Jiong Wang  <jiong.wang@arm.com>
22004         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
22005         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
22006         Define __ARM_FP16_ARGS when appropriate.
22007         * config/arm/arm.c (arm_invalid_parameter_type): Remove
22008         declaration.
22009         (arm_invalid_return_type): Likewise.
22010         (TARGET_INVALID_PARAMETER_TYPE): Remove.
22011         (TARGET_INVALID_RETURN_TYPE): Remove.
22012         (aapcs_vfp_sub_candidate): Allow HFmode.
22013         (aapcs_vfp_allocate): Add comment.  Support HFmode.
22014         (aapcs_vfp_allocate_return_reg): Likewise.
22015         (struct aapcs_cp_arg_layout): Slightly reword comments for
22016         is_return_candidate and allocate_return_reg.
22017         (output_mov_vfp): Update assert.
22018         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
22019         condition.
22020         (arm_invalid_parameter_type): Remove.
22021         (amr_invalid_return_type): Remove.
22022         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
22023         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
22024         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
22026 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
22028         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
22029         * config/aarch64/arch64-protos.h
22030         (aarch64_legitimize_reload_address): Remove.
22031         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
22032         Remove.
22034 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
22036         * configure.ac: Add ACX_NONCANONICAL_HOST.
22037         * configure: Regenerate.
22038         * Makefile.in: Set host_noncanonical.
22040 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
22042         PR target/71097
22043         * config/i386/i386.md (*movtf_internal): Before register allocation,
22044         do not allow FP constants for CM_MEDIUM memory model, allow only
22045         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
22046         (*movxf_internal): Ditto.
22047         (*movdf_internal): Ditto.
22048         (*movsf_internal): Ditto.
22050 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
22052         PR rtl-optimization/67483
22053         * combine.c (make_compound_operation): Don't call extract_left_shift
22054         with negative shift amounts.
22056 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
22058         PR bootstrap/71071
22059         * fold-const.c (fold_checksum_tree): Allow modification
22060         of TYPE_ALIAS_SET during folding.
22062         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
22063         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
22064         (ix86_split_to_parts): Likewise.  Fix up formatting.
22066 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
22068         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
22069         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
22070         printf format.
22072 2016-05-13  Nathan Sidwell  <nathan@acm.org>
22074         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
22075         (nvptx_name_replacement): Delete.
22076         (write_fn_proto, write_fn_proto_from_insn,
22077         nvptx_output_call_insn): Remove nvptx_name_replacement call.
22078         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
22079         * langhooks.c (add_builtin_funcction_common): Call
22080         targetm.mangle_decl_assembler_name.
22082         * config/nvptx/nvptx.c (write_fn_proto): Handle
22083         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
22085 2016-05-13  Martin Liska  <mliska@suse.cz>
22087         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
22088         and PRIu64 in printf format.
22090 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22092         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
22093         comment.
22095 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22097         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
22098         Change --param max-completely-peeled-times to
22099         --param max-completely-peel-times in dump file printing.
22101 2016-05-13  Richard Biener  <rguenther@suse.de>
22103         PR tree-optimization/42587
22104         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
22105         (find_bswap_or_nop_1): Likewise.
22106         (bswap_replace): Likewise.
22108 2016-05-13  Martin Liska  <mliska@suse.cz>
22110         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
22111         Initialize a variable with default value.
22113 2016-05-13  Martin Liska  <mliska@suse.cz>
22115         * doc/invoke.texi: Enhance explanation of error recovery
22116         of sanitizers.
22118 2016-05-13  Martin Liska  <mliska@suse.cz>
22120         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
22121         (struct cost_pair): Change inv_expr_id (int) to inv_expr
22122         (iv_inv_expr_ent *).
22123         (struct iv_inv_expr_ent): Comment struct fields.
22124         (sort_iv_inv_expr_ent): New function.
22125         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
22126         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
22127         a hash_map between iv_inv_expr_ent and number of usages.
22128         (niter_for_exit): Fix coding style.
22129         (tree_ssa_iv_optimize_init): Use renamed variable.
22130         (determine_base_object): Fix coding style.
22131         (alloc_iv): Likewise.
22132         (find_interesting_uses_outside): Likewise.
22133         (add_candidate_1): Likewise.
22134         (add_standard_iv_candidates): Likewise.
22135         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
22136         (prepare_decl_rtl): Fix coding style.
22137         (get_address_cost): Likewise.
22138         (get_shiftadd_cost): Likewise.
22139         (force_expr_to_var_cost): Likewise.
22140         (compare_aff_trees): Likewise.
22141         (get_expr_id): Restructure the function.
22142         (get_loop_invariant_expr_id): Renamed to
22143         get_loop_invariant_expr.
22144         (get_computation_cost_at): Replace usage of inv_expr_id with
22145         inv_expr.
22146         (get_computation_cost): Likewise.
22147         (determine_group_iv_cost_generic): Likewise.
22148         (determine_group_iv_cost_address): Likewise.
22149         (iv_period): Fix coding style.
22150         (iv_elimination_compare_lt): Likewise.
22151         (may_eliminate_iv): Likewise.
22152         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
22153         inv_expr.
22154         (determine_group_iv_costs): Dump invariant expressions.
22155         (iv_ca_recount_cost): Use the newly added hash_map.
22156         (iv_ca_set_remove_invariants): Fix coding style.
22157         (iv_ca_set_add_invariants): Fix coding style.
22158         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
22159         invariants.
22160         (iv_ca_set_cp): Likewise.
22161         (iv_ca_new): Initialize the newly added hash_map and remove
22162         initialization of fields.
22163         (iv_ca_free): Delete the hash_map.
22164         (iv_ca_dump): Dump invariant expressions.
22165         (iv_ca_extend): Fix coding style.
22166         (try_add_cand_for): Likewise.
22167         (create_new_ivs): Dump information about # of avg iterations and
22168         # of used invariant expressions.
22169         (rewrite_use_compare): Fix coding style.
22170         (free_loop_data): Set default value for max_inv_expr_id.
22172 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
22174         * cse.c (rest_of_handle_cse): Use cleanup_cfg
22175         returned value cse_cfg_altered computation.
22176         (rest_of_handle_cse2): Likewise.
22177         (rest_of_handle_cse_after_global_opts): Likewise.
22179 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22181         PR target/53440
22182         * config/arm/arm.c (arm32_output_mi_thunk): New.
22183         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
22184         to split Thumb1 vs TARGET_32BIT functionality.
22185         (arm_thumb1_mi_thunk): New.
22187 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22189         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
22190         to true.
22192 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22194         PR target/71080
22195         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
22197 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
22199         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
22200         (expand_builtin_trap): Emit a regular call.
22201         (set_builtin_user_assembler_name): Remove obsolete cases.
22202         * dse.c (scan_insn): Adjust.
22203         * except.c: Include calls.h.
22204         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
22205         emit a regular call to setjmp.
22206         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
22207         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
22208         (emit_block_move_via_libcall): Delete.
22209         (block_move_fn): Delete.
22210         (init_block_move_fn): Likewise.
22211         (emit_block_move_libcall_fn): Likewise.
22212         (emit_block_op_via_libcall): New function.
22213         (set_storage_via_libcall): Tidy up and use memset builtin.
22214         (block_clear_fn): Delete.
22215         (init_block_clear_fn): Likewise.
22216         (clear_storage_libcall_fn): Likewise.
22217         (expand_assignment): Call emit_block_move_via_libcall.
22218         Do not include gt-expr.h.
22219         * expr.h (emit_block_op_via_libcall): Declare.
22220         (emit_block_copy_via_libcall): New inline function.
22221         (emit_block_move_via_libcall): Likewise.
22222         (emit_block_comp_via_libcall): Likewise.
22223         (block_clear_fn): Delete.
22224         (init_block_move_fn): Likewise.
22225         (init_block_clear_fn): Likewise.
22226         (emit_block_move_via_libcall): Likewise.
22227         (set_storage_via_libcall): Add default parameter value.
22228         * libfuncs.h (enum libfunc_index): Remove obsolete values.
22229         (abort_libfunc): Delete.
22230         (memcpy_libfunc): Likewise.
22231         (memmove_libfunc): Likewise.
22232         (memcmp_libfunc): Likewise.
22233         (memset_libfunc): Likewise.
22234         (setbits_libfunc): Likewise.
22235         (setjmp_libfunc): Likewise.
22236         (longjmp_libfunc): Likewise.
22237         (profile_function_entry_libfunc): Likewise.
22238         (profile_function_exit_libfunc): Likewise.
22239         (gcov_flush_libfunc): Likewise.
22240         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
22241         and DECL_VISIBILITY on the declaration.
22242         (init_optabs): Do not initialize obsolete libfuncs.
22243         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
22244         * tree-core.h (ECF_RET1): Define.
22245         (ECF_TM_PURE): Adjust.
22246         (ECF_TM_BUILTIN): Likewise.
22247         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
22248         (build_common_builtin_nodes): Initialize abort builtin.
22249         Add ECF_RET1 on memcpy, memmove and memset builtins.
22250         Pass final flags for alloca and alloca_with_align builtins.
22251         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
22252         obsolete builtins.
22253         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
22254         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
22255         set_storage_via_libcall and call emit_block_copy_via_libcall.
22257 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
22259         * config/i386/i386.md (*call_got_x32): Change operand 0 to
22260         DImode before it is passed to ix86_output_call_operand.
22261         (*call_value_got_x32): Ditto for operand 1.
22263 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
22265         PR rtl-optimization/70904
22266         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
22267         reload for wide mode.
22269 2016-05-12  Marek Polacek  <polacek@redhat.com>
22271         PR c/70756
22272         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
22273         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
22274         * langhooks.h (incomplete_type_error): Likewise.
22275         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
22276         parameter, pass it down to incomplete_type_error.
22277         * tree.h (size_in_bytes): New inline overload.
22278         (size_in_bytes_loc): Renamed from size_in_bytes.
22280 2016-05-12  Richard Biener  <rguenther@suse.de>
22282         PR tree-optimization/71059
22283         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
22284         nary before looking up or entering the expression into the VN
22285         hashes.
22286         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
22287         Make sure to re-use NARYs without result as inserted by
22288         phi-translation.
22290 2016-05-12  Richard Biener  <rguenther@suse.de>
22292         PR tree-optimization/71062
22293         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
22294         field.
22295         * tree-ssa-structalias.c (set_uids_in_ptset): Set
22296         vars_contains_restrict if the var is a restrict tag.
22297         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
22298         do not disambiguate pointers against it.
22299         (dump_points_to_solution): Re-structure and adjust for new
22300         vars_contains_restrict flag.
22301         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
22303 2016-05-12  Martin Liska  <mliska@suse.cz>
22305         * doc/invoke.texi: Explain connection between
22306         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
22308 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
22310         PR tree-optimization/71006
22311         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
22312         consider COND_EXPR as a mask producer.
22314 2016-05-12  Marek Polacek  <polacek@redhat.com>
22316         PR driver/71063
22317         * opts.c (common_handle_option): Detect missing argument for --help^.
22319 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22321         PR target/70830
22322         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
22323         when popping the PC and within an interrupt handler routine.
22324         Add missing tab to output of "ldmfd".
22325         (output_return_instruction): Output LDMFD with SP update rather
22326         than POP when returning from interrupt handler.
22328 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
22330         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
22331         TARGET_64BIT && TARGET_AVX512DQ.
22332         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
22333         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
22334         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
22335         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
22336         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
22337         (*vec_extractv4si_zext): Add avx512dq alternative.
22338         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
22339         use v instead of x constraint in other alternatives where possible.
22341         * config/i386/sse.md (sse2_loadld): Use v instead of x
22342         constraint in alternatives 0,1,4.
22344         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
22345         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
22346         v constraints instead of x and <pinsr_evex_isa> isa attribute.
22348         PR target/71019
22349         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
22350         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
22351         is not emitted unless TARGET_AVX512BW.
22352         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
22353         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
22354         for the result operand.
22356         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
22357         constraint instead of x in avx alternatives.  Use maybe_evex instead
22358         of vex prefix.
22360         * config/i386/constraints.md (Yv): New constraint.
22361         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
22362         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
22363         * config/i386/i386.md (avx512fvecmode): New mode attr.
22364         (*pushtf): Use v constraint instead of x.
22365         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
22366         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
22367         (*absneg<mode>2): Use Yv constraint instead of x constraint.
22368         (*absnegtf2_sse): Likewise.
22369         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
22370         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
22371         avx512f alternatives.
22372         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
22374 2016-05-12  Richard Biener  <rguenther@suse.de>
22376         PR tree-optimization/71060
22377         * tree-data-ref.c (initialize_data_dependence_relation): Do not
22378         require exact match of DR_BASE_OBJECT but only matching address and
22379         type.
22381 2016-05-12  Richard Biener  <rguenther@suse.de>
22383         PR tree-optimization/70986
22384         * cfganal.c: Include cfgloop.h.
22385         (dfs_find_deadend): Prefer to take edges exiting loops.
22387 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22389         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
22390         compile and run time.
22392 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
22394         PR c/43651
22395         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
22397 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
22399         * config/i386/i386.c (legitimize_pic_address): Use
22400         copy_to_suggested_reg instead of gen_movsi.
22402 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
22404         * config/rs6000/predicates.md (quad_memory_operand): Move most of
22405         the code into quad_address_p and call it to share code with
22406         vsx_quad_dform_memory_operand.
22407         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
22408         d-form support.
22409         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
22410         bit instead of being a separate word.  Split -mpower9-dform into
22411         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
22412         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
22413         for the register class supporting 128-bit quad word memory offsets.
22414         (mode_supports_vsx_dform_quad): Helper function to return if the
22415         register class uses quad word memory offsets.
22416         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
22417         (rs6000_debug_reg_global): Always print if we are using LRA or not.
22418         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
22419         instructions are enabled, set up the appropriate addr_masks for
22420         128-bit types.
22421         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
22422         -mpower9-dform-scalar, instead of -mpower9-dform.
22423         (rs6000_option_override_internal): Split -mpower9-dform into two
22424         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
22425         -mpower9-dform switch sets or clears both.  If we are not using
22426         the LRA register allocator, do not enable -mpower9-dform-vector by
22427         default.  If we are using LRA, enable -mpower9-dform-vector and
22428         -mvsx-timode if it is appropriate.  Issue a warning if either
22429         -mpower9-dform-vector or -mvsx-timode are explicitly used without
22430         enabling LRA.
22431         (quad_address_offset_p): New helper function to return if the
22432         offset is legal for quad word memory instructions.
22433         (quad_address_p): New function to determin if GPR or vector
22434         register quad word memory addresses are legal.
22435         (mem_operand_gpr): Validate quad word address offsets.
22436         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
22437         d-form (register + offset) instructions.
22438         (offsettable_ok_by_alignment): Likewise.
22439         (rs6000_legitimate_offset_address_p): Likewise.
22440         (legitimate_lo_sum_address_p): Likewise.
22441         (rs6000_legitimize_address): Likewise.
22442         (rs6000_legitimize_reload_address): Add more debug statements for
22443         -mdebug=addr.
22444         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
22445         d-form instructions.
22446         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
22447         d-form instructions.  Distinguish different cases in debug
22448         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
22449         d-form instructions.
22450         (rs6000_preferred_reload_class): Likewise.
22451         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
22452         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
22453         of the ISA 2.06 indexed memory instructions.
22454         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
22455         use them to save/restore the saved vector registers instead of
22456         using Altivec instructions.
22457         (rs6000_emit_epilogue): Likewise.
22458         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
22459         (rs6000_opt_masks): Split -mpower9-dform into
22460         -mpower9-dform-scalar and -mpower9-dform-vector.
22461         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
22462         was not selected.
22463         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
22464         ISA 3.0 vector indexed memory instructions, and fold the code into
22465         the normal mov<mode> patterns.
22466         (p9_vecstore_<mode>): Likewise.
22467         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
22468         instructions.
22469         (vsx_movti_64bit): Likewise.
22470         (vsx_movti_32bit): Likewise.
22471         * config/rs6000/constraints.md (wO constraint): New constraint for
22472         ISA 3.0 vector d-form support.
22473         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
22474         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
22475         include -mpower9-dform-vector until we switch over to LRA.
22476         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
22477         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
22478         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
22479         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
22480         for -mpower9-dform and -mlra.
22481         * doc/md.texi (wO constraint): Document wO constraint.
22483 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
22485         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
22486         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
22487         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
22488         Move handling of non-insn arguments inline into the sole user:
22489         (output_trans_func): ...here.
22490         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
22491         in emitted function prototype.
22492         (output_internal_insn_latency_func): Ditto.  Simplify.
22493         (output_internal_maximal_insn_latency_func): Ditto.  Delete
22494         always-unused argument.
22495         (output_insn_latency_func): Ditto.
22496         (output_maximal_insn_latency_func): Ditto.
22498 2016-05-11  Richard Biener  <rguenther@suse.de>
22500         PR tree-optimization/71055
22501         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
22502         sth with precision not equal to access size verify we don't chop
22503         off bits.
22505 2016-05-11  Richard Biener  <rguenther@suse.de>
22507         PR debug/71057
22508         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
22509         (dwarf2out_finish): Move retry_incomplete_types call ...
22510         (dwarf2out_early_finish): ... here.
22512 2016-05-11  Richard Biener  <rguenther@suse.de>
22514         PR middle-end/71002
22515         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
22516         if the langhook insists on it.
22517         * fold-const.c (make_bit_field_ref): Add arg for the original
22518         reference and preserve its alias-set.
22519         (decode_field_reference): Take exp by reference and adjust it
22520         to the original memory reference.
22521         (optimize_bit_field_compare): Adjust callers.
22522         (fold_truth_andor_1): Likewise.
22523         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
22525 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
22527         PR middle-end/70807
22528         * cfgrtl.h (delete_insn_and_edges): Now return bool.
22529         * cfgrtl.c (delete_insn_and_edges): Likewise.
22530         * config/i386/i386.c (convert_scalars_to_vector): Remove
22531         redundant code.
22532         * cse.c (cse_insn): Compute cse_cfg_altered.
22533         (delete_trivially_dead_insns): Likewise.
22534         (cse_cc_succs): Likewise.
22535         (rest_of_handle_cse): Free dominance info if required.
22536         (rest_of_handle_cse2): Likewise.
22537         (rest_of_handle_cse_after_global_opts): Likewise.
22539 2016-05-11  Alan Modra  <amodra@gmail.com>
22541         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
22542         abi_v4_pass_in_fpr): New functions.
22543         (rs6000_function_arg_boundary): Exclude complex IBM long double
22544         from 64-bit alignment when ABI_V4.
22545         (rs6000_function_arg, rs6000_function_arg_advance_1,
22546         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
22548 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
22550         PR rtl-optimization/71028
22551         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
22552         jump with just a return in the fallthrough block if the branch
22553         block contains just a return as well.
22555 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
22557         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
22558         * match.pd ((X & Y) ^ Y): ... this.
22559         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
22560         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
22562 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
22564         * read-md.c (require_char_ws): New function.
22565         (read_string): Simplify using require_char_ws.
22566         (handle_constants): Likewise.
22567         (handle_enum): Likewise.
22568         (handle_file): Likewise.
22569         * read-md.h (require_char_ws): New declaration.
22570         * read-rtl.c (read_conditions): Simplify using require_char_ws.
22571         (read_mapping): Likewise.
22572         (read_rtx_code): Likewise.
22573         (read_nested_rtx): Likewise.
22575 2016-05-10  James Norris  <jnorris@codesourcery.com>
22577         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
22578         if offloading is enabled and -fopenacc or -fopenmp is specified.
22579         (CRTOFFLOADEND): Likewise.
22580         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
22581         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
22583 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
22585         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
22586         gotoff_operand code paths.  Use copy_to_suggested_regs and
22587         expand_simple_binop where appropriate.  Cleanup.
22589 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
22591         PR target/70799
22592         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
22593         integer constants.
22594         (dimode_scalar_chain::vector_const_cost): New.
22595         (dimode_scalar_chain::compute_convert_gain): Handle constants.
22596         (dimode_scalar_chain::convert_op): Likewise.
22597         (dimode_scalar_chain::convert_insn): Likewise.
22599 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
22601         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
22602         unary operation, not a binary one.
22604 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
22606         PR middle-end/70877
22607         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
22608         calls with type casted fndecl.
22610 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
22612         PR tree-optimization/70786
22613         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
22614         * calls.c (initialize_argument_information): Bind bounds
22615         with corresponding args passed by reference.
22617 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
22619         PR target/70927
22620         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
22621         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
22622         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
22623         accordingly.
22625 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22627         PR target/70963
22628         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
22629         code for a zero scale factor.
22630         (vsx_xvcvdpuxds_scale): Likewise.
22632 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
22634         * diagnostic-show-locus.c (layout::layout): Call show_ruler
22635         if show_ruler_p was set on the context.
22636         (layout::show_ruler): New method.
22637         * diagnostic.h (struct diagnostic_context): Add field
22638         "show_ruler_p".
22640 2016-05-10  Richard Biener  <rguenther@suse.de>
22642         PR tree-optimization/71039
22643         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
22644         (chk_uses): New function.
22645         (propagate_with_phi): Verify we can safely replicate the lhs of an
22646         aggregate assignment on all incoming edges.
22648 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
22650         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
22651         Forward declare.
22652         (rx_atomic_sequence): New class.
22653         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
22654         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
22655         non-inline.
22656         (rx_atomic_sequence::rx_atomic_sequence,
22657         rx_atomic_sequence::~rx_atomic_sequence): New functions.
22658         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
22659         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
22660         CTRLREG_INTB): New constants.
22661         (FETCHOP): New code iterator.
22662         (fethcop_name, fetchop_name2): New iterator code attributes.
22663         (QIHI): New mode iterator.
22664         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
22665         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
22666         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
22668 2016-05-10  Martin Liska  <mliska@suse.cz>
22670         * tree-inline.c (remap_dependence_clique): Do not remap
22671         debugging statements.
22673 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22675         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
22676         ("*fixuns_truncdfdi2_z13")
22677         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
22678         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
22679         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
22681 2016-05-10  Richard Biener  <rguenther@suse.de>
22683         PR tree-optimization/70497
22684         PR tree-optimization/28367
22685         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
22686         split out from ...
22687         (visit_reference_op_load): ... here.
22688         (vn_reference_lookup_3): Use it to handle subreg-like accesses
22689         with simplified BIT_FIELD_REFs.
22690         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
22691         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
22692         correctly.
22694 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
22696         * dwarf2out.c (add_abstract_origin_attribute): Adjust
22697         documentation comment.  For BLOCK nodes, add a
22698         DW_AT_abstract_origin attribute that points to the DIE generated
22699         for the origin BLOCK.
22700         (gen_lexical_block_die): Call add_abstract_origin_attribute for
22701         blocks from inlined functions.
22703 2016-05-10  Alan Modra  <amodra@gmail.com>
22705         PR target/70947
22706         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
22707         regrename modifying insns saving lr before __morestack call.
22708         * config/rs6000/rs6000.md (split_stack_return): Similarly for
22709         insns restoring lr after __morestack call.
22711 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
22713         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
22714         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
22715         expanders.
22716         * config/i386/sse.md (vec_interleave_high<mode>,
22717         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
22718         <avx512>_vpermt2var<mode>3_maskz): Likewise.
22720 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
22722         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
22723         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
22724         parallel reassociation for power8 and forward.
22726 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
22728         * config/i386/i386.md (absneg splitters with general regs): Use
22729         general_reg_operand predicate.
22730         (btsq peephole2): Use x86_64_immediate_operand to check if new
22731         value is suitable for immediate operand.  Generate emitted insn
22732         using RTL expressions.
22733         (btcq peephole2): Ditto.
22734         (btrq peephole2): Ditto.  Generate correct immediate operand
22735         for AND masking.
22737 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
22739         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
22740         bitpos.
22742 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
22744         * tree-affine.c (wide_int_constant_multiple_p): Add missing
22745         pointer dereference.
22747 2016-05-09  Richard Biener  <rguenther@suse.de>
22749         PR tree-optimization/70985
22750         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
22751         op0 isn't a gimple register.
22753 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
22755         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
22756         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
22757         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
22758         (i6400_fpu_mult): New cpu units.
22759         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
22760         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
22761         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
22762         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
22763         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
22764         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
22765         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
22766         (i6400_msa_long_float4, i6400_msa_long_float5)
22767         (i6400_msa_long_float8, i6400_msa_fdiv_df)
22768         (i6400_msa_fdiv_sf): New reservations.
22769         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
22770         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
22771         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
22772         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
22773         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
22774         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
22775         (msa_short_cmp, msa_short_float2, msa_short_logic3)
22776         (msa_short_store4, msa_long_load, msa_short_store)
22777         (msa_long_logic, msa_long_float2, msa_long_float4)
22778         (msa_long_float5, msa_long_float8, msa_long_mult)
22779         (msa_long_fdiv, msa_long_div): New reservations.
22781 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
22782             Sameera Deshpande  <sameera.deshpande@imgtec.com>
22783             Matthew Fortune  <matthew.fortune@imgtec.com>
22784             Graham Stott  <graham.stott@imgtec.com>
22785             Chao-ying Fu  <chao-ying.fu@imgtec.com>
22787         * config.gcc: Add MSA header file for mips*-*-* target.
22788         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
22789         (Ubv8i, Urv8):  New constraints.
22790         * config/mips/mips-ftypes.def: Add function types for MSA
22791         builtins.
22792         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
22793         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
22794         * config/mips/mips-msa.md: New file.
22795         * config/mips/mips-protos.h
22796         (mips_split_128bit_const_insns): New prototype.
22797         (mips_msa_idiv_insns): Likewise.
22798         (mips_split_128bit_move): Likewise.
22799         (mips_split_128bit_move_p): Likewise.
22800         (mips_split_msa_copy_d): Likewise.
22801         (mips_split_msa_insert_d): Likewise.
22802         (mips_split_msa_fill_d): Likewise.
22803         (mips_expand_msa_branch): Likewise.
22804         (mips_const_vector_same_val_p): Likewise.
22805         (mips_const_vector_same_bytes_p): Likewise.
22806         (mips_const_vector_same_int_p): Likewise.
22807         (mips_const_vector_shuffle_set_p): Likewise.
22808         (mips_const_vector_bitimm_set_p): Likewise.
22809         (mips_const_vector_bitimm_clr_p): Likewise.
22810         (mips_msa_vec_parallel_const_half): Likewise.
22811         (mips_msa_output_division): Likewise.
22812         (mips_ldst_scaled_shift): Likewise.
22813         (mips_expand_vec_cond_expr): Likewise.
22814         * config/mips/mips.c (enum mips_builtin_type): Add
22815         MIPS_BUILTIN_MSA_TEST_BRANCH.
22816         (mips_gen_const_int_vector_shuffle): New prototype.
22817         (mips_const_vector_bitimm_set_p): New function.
22818         (mips_const_vector_bitimm_clr_p): Likewise.
22819         (mips_const_vector_same_val_p): Likewise.
22820         (mips_const_vector_same_bytes_p): Likewise.
22821         (mips_const_vector_same_int_p): Likewise.
22822         (mips_const_vector_shuffle_set_p): Likewise.
22823         (mips_symbol_insns): Forbid loading symbols via immediate for
22824         MSA.
22825         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
22826         stores.
22827         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
22828         MSA.
22829         (mips_lx_address_p): Add support load indexed address for MSA.
22830         (mips_address_insns): Add calculation of instructions needed for
22831         stores and loads for MSA.
22832         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
22833         CONST_VECTOR for MSA and let it fall through.
22834         (mips_ldst_scaled_shift): New function.
22835         (mips_subword_at_byte): Likewise.
22836         (mips_msa_idiv_insns): Likewise.
22837         (mips_legitimize_move): Validate MSA moves.
22838         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
22839         calculation of costs for MSA division.
22840         (mips_split_move_p): Check if MSA moves need splitting.
22841         (mips_split_move): Split MSA moves if necessary.
22842         (mips_split_128bit_move_p): New function.
22843         (mips_split_128bit_move): Likewise.
22844         (mips_split_msa_copy_d): Likewise.
22845         (mips_split_msa_insert_d): Likewise.
22846         (mips_split_msa_fill_d): Likewise.
22847         (mips_output_move): Handle MSA moves.
22848         (mips_expand_msa_branch): New function.
22849         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
22850         Reinstate 'y' modifier.
22851         (mips_file_start): Add MSA .gnu_attribute.
22852         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
22853         FPRs.
22854         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
22855         (mips_class_max_nregs): Add register size for MSA supported mode.
22856         (mips_cannot_change_mode_class): Allow conversion between MSA
22857         vector modes and TImode.
22858         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
22859         instruction.
22860         (mips_secondary_reload_class): Force MSA loads/stores via memory.
22861         (mips_preferred_simd_mode): Add preffered modes for MSA.
22862         (mips_vector_mode_supported_p): Add MSA supported modes.
22863         (mips_autovectorize_vector_sizes): New function.
22864         (mips_msa_output_division): Likewise.
22865         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
22866         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
22867         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
22868         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
22869         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
22870         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
22871         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
22872         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
22873         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
22874         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
22875         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
22876         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
22877         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
22878         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
22879         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
22880         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
22881         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
22882         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
22883         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
22884         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
22885         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
22886         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
22887         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
22888         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
22889         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
22890         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
22891         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
22892         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
22893         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
22894         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
22895         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
22896         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
22897         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
22898         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
22899         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
22900         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
22901         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
22902         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
22903         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
22904         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
22905         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
22906         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
22907         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
22908         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
22909         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
22910         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
22911         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
22912         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
22913         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
22914         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
22915         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
22916         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
22917         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
22918         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
22919         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
22920         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
22921         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
22922         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
22923         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
22924         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
22925         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
22926         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
22927         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
22928         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
22929         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
22930         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
22931         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
22932         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
22933         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
22934         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
22935         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
22936         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
22937         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
22938         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
22939         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
22940         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
22941         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
22942         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
22943         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
22944         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
22945         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
22946         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
22947         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
22948         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
22949         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
22950         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
22951         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
22952         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
22953         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
22954         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
22955         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
22956         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
22957         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
22958         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
22959         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
22960         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
22961         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
22962         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
22963         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
22964         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
22965         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
22966         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
22967         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
22968         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
22969         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
22970         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
22971         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
22972         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
22973         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
22974         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
22975         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
22976         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
22977         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
22978         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
22979         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
22980         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
22981         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
22982         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
22983         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
22984         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
22985         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
22986         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
22987         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
22988         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
22989         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
22990         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
22991         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
22992         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
22993         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
22994         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
22995         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
22996         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
22997         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
22998         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
22999         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
23000         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
23001         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
23002         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
23003         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
23004         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
23005         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
23006         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
23007         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
23008         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
23009         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
23010         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
23011         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
23012         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
23013         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
23014         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
23015         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
23016         move_v builtins.
23017         (mips_get_builtin_decl_index): New array.
23018         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
23019         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
23020         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
23021         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
23022         (mips_init_builtins): Initialize mips_get_builtin_decl_index
23023         array.
23024         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
23025         hook.
23026         (mips_expand_builtin_insn): Prepare operands for
23027         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
23028         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
23029         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
23030         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
23031         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
23032         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
23033         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
23034         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
23035         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
23036         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
23037         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
23038         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
23039         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
23040         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
23041         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
23042         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
23043         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
23044         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
23045         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
23046         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
23047         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
23048         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
23049         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
23050         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
23051         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
23052         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
23053         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
23054         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
23055         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
23056         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
23057         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
23058         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
23059         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
23060         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
23061         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
23062         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
23063         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
23064         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
23065         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
23066         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
23067         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
23068         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
23069         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
23070         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
23071         These are set implicitly and an error is reported if overridden.
23072         (mips_expand_builtin_msa_test_branch): New function.
23073         (mips_expand_msa_shuffle): Likewise.
23074         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
23075         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
23076         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
23077         (mips_expand_vec_unpack): Add support for MSA.
23078         (mips_expand_vector_init): Likewise.
23079         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
23080         instead of const0_rtx.
23081         (mips_msa_vec_parallel_const_half): New function.
23082         (mips_gen_const_int_vector): Likewise.
23083         (mips_gen_const_int_vector_shuffle): Likewise.
23084         (mips_expand_msa_cmp): Likewise.
23085         (mips_expand_vec_cond_expr): Likewise.
23086         * config/mips/mips.h
23087         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
23088         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
23089         specified.
23090         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
23091         (ISA_HAS_MSA): New macro.
23092         (UNITS_PER_MSA_REG): Likewise.
23093         (BITS_PER_MSA_REG): Likewise.
23094         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
23095         (MSA_REG_FIRST): New macro.
23096         (MSA_REG_LAST): Likewise.
23097         (MSA_REG_NUM): Likewise.
23098         (MSA_REG_P): Likewise.
23099         (MSA_REG_RTX_P): Likewise.
23100         (MSA_SUPPORTED_MODE_P): Likewise.
23101         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
23102         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
23103         * config/mips/mips.md: Include mips-msa.md.
23104         (alu_type): Add simd_add.
23105         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
23106         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
23107         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
23108         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
23109         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
23110         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
23111         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
23112         simd_move, simd_load, simd_store.  Choose "multi" for moves
23113         for "qword_mode".
23114         (qword_mode): New attribute.
23115         (insn_count): Add instruction count for quad moves.
23116         Increase the count for MIPS SIMD division.
23117         (UNITMODE): Add UNITMODEs for vector types.
23118         (addsub): New code iterator.
23119         * config/mips/mips.opt (mmsa): New option.
23120         * config/mips/msa.h: New file.
23121         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
23122         specified.
23123         * config/mips/mti-linux.h: Likewise.
23124         * config/mips/predicates.md
23125         (const_msa_branch_operand): New constraint.
23126         (const_uimm3_operand): Likewise.
23127         (const_uimm4_operand): Likewise.
23128         (const_uimm5_operand): Likewise.
23129         (const_uimm8_operand): Likewise.
23130         (const_imm5_operand): Likewise.
23131         (aq10b_operand): Likewise.
23132         (aq10h_operand): Likewise.
23133         (aq10w_operand): Likewise.
23134         (aq10d_operand): Likewise.
23135         (const_m1_operand): Likewise.
23136         (reg_or_m1_operand): Likewise.
23137         (const_exp_2_operand): Likewise.
23138         (const_exp_4_operand): Likewise.
23139         (const_exp_8_operand): Likewise.
23140         (const_exp_16_operand): Likewise.
23141         (const_vector_same_val_operand): Likewise.
23142         (const_vector_same_simm5_operand): Likewise.
23143         (const_vector_same_uimm5_operand): Likewise.
23144         (const_vector_same_uimm6_operand): Likewise.
23145         (const_vector_same_uimm8_operand): Likewise.
23146         (par_const_vector_shf_set_operand): Likewise.
23147         (reg_or_vector_same_val_operand): Likewise.
23148         (reg_or_vector_same_simm5_operand): Likewise.
23149         (reg_or_vector_same_uimm6_operand): Likewise.
23150         * doc/extend.texi (MIPS SIMD Architecture Functions): New
23151         section.
23152         * doc/invoke.texi (-mmsa): Document new option.
23154 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23156         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
23157         * configure: Regenerate.
23158         * config.in: Regenerate.
23159         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
23160         on -fvtable-verify.
23161         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
23162         (ENDFILE_VTV_SPEC): Define.
23164 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
23166         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
23167         registers in all interrupt handlers if necessary.
23168         (rl78_option_override): Add warning.
23169         (MUST_SAVE_MDUC_REGISTERS): New macro.
23170         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
23171         * config/rl78/rl78.c (check_mduc_usage): New function.
23172         (mduc_regs): New structure to hold MDUC register data.
23173         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
23174         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
23175         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
23176         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
23177         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
23178         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
23180 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
23182         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
23183         (tree-ssa-loop-niter.h): Ditto.
23184         (idx_within_array_bound, ref_within_array_bound): New functions.
23185         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
23186         Factor out check on writable base object to ...
23187         (base_object_writable): ... here.
23189 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23191         * config/arm/arm.md (probe_stack): Add modes to set source
23192         and destination.
23194 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
23196         * regrename.c (base_reg_class_for_rename): New static function.
23197         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
23199 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
23201         * cgraph.c (thunk_adjust): Export.
23202         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
23203         * cgraphunit.c (thunk_adjust): Export.
23204         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
23205         thunks.
23206         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
23207         inlinable.
23208         * tree-inline.c (expand_call_inline): Expand thunks inline.
23210 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
23212         PR target/70998
23213         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
23214         (*sse2_vd_cvtss2sd): Ditto.
23215         * config/i386/i386.md
23216         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
23217         Generate *sse2_vd_cvtsd2ss pattern.
23218         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
23219         Generate *sse2_vd_cvtss2sd pattern.
23221 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
23223         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
23224         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
23225         users.
23227 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
23229         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
23230         * config/sh/sh.c: Define and declare variables on first use throughout
23231         the file.
23232         (current_function_interrupt): Change to bool type.
23233         (frame_insn): Rename to emit_frame_insn and update users.
23234         (push_regs): Use bool for 'interrupt_handler' argument.
23235         (save_schedule_s): Remove.
23236         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
23237         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
23238         targetm.asm_out.unaligned_op.di.
23239         (gen_far_branch): Remove redundant forward declaration.
23240         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
23241         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
23242         (sh_set_return_address, sh_function_ok_for_sibcall,
23243         scavenge_reg): Update comments.
23244         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
23245         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
23246         (sh_attr_renesas_p): Remove unnecessary parentheses.
23247         (branch_dest): Simplify.
23248         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
23249         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
23250         (CUMULATIVE_ARGS): Change macro to typedef.
23251         (current_function_interrupt): Change to bool type.
23252         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
23253         Surround with __cplusplus ifdef.
23254         (sh_compare_op0, sh_compare_op1): Remove.
23255         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
23257 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
23259         * config/arm/arm.md (arch): Add neon.
23260         (arch_enabled): Return yes for arch neon when TARGET_NEON.
23261         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
23262         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
23263         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
23264         attributes for alt renumbering.  Mark alt 3 as non-predicable.
23265         (thumb2_movdf_vfp): Likewise.
23267 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
23269         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
23270         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
23271         (*andqi_1): Add preferred_for_speed attribute to disparage
23272         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
23273         (*<code>qi_1): Ditto.
23274         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
23275         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
23276         (*ashlqi3_1): Ditto.
23277         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
23278         Add preferred_for_size attribute to disparage alternative 0 and
23279         preferred_for_speed attribute to disparage alternative 1 for
23280         TARGET_PARTIAL_REG_STALL targets.
23282 2016-05-07  Tom de Vries  <tom@codesourcery.com>
23284         PR tree-optimization/70956
23285         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
23286         def.
23288 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
23290         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
23291         * config/sh/sh.c (sh_cbranch_distance): Implement it.
23292         * config/sh/sh.md (branch_zero): Remove define_attr.
23293         (define_delay): Disable delay slot if branch distance is one insn.
23295 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
23297         * config/i386/i386.md (LEAMODE): New mode attribute.
23298         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
23299         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
23300         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
23301         operand 2 predicate.
23302         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
23303         (*lea<mode>_general_3): Ditto.
23304         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
23306 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
23308         * genmddump.c (main): Convert argv from char ** to const char **.
23310 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
23312         * coretypes.h (OVERRIDE): New macro.
23313         (FINAL): New macro.
23315 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
23317         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
23318         allow coalescing if the types are compatible.
23320 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
23322         * pass_manager.h (pass_manager::register_pass_name): New method.
23323         (pass_manager::get_pass_by_name): New method.
23324         (pass_manager::create_pass_tab): New method.
23325         (pass_manager::m_name_to_pass_map): New field.
23326         * passes.c (name_to_pass_map): Delete global in favor of field
23327         "m_name_to_pass_map" of pass_manager.
23328         (register_pass_name): Rename from a function to...
23329         (pass_manager::register_pass_name): ...this method, updating
23330         for renaming of global "name_to_pass_map" to field
23331         "m_name_to_pass_map".
23332         (create_pass_tab): Rename from a function to...
23333         (pass_manager::create_pass_tab): ...this method, updating
23334         for renaming of global "name_to_pass_map" to field.
23335         (get_pass_by_name): Rename from a function to...
23336         (pass_manager::get_pass_by_name): ...this method.
23337         (enable_disable_pass): Convert use of get_pass_by_name to
23338         a method call, locating the pass_manager singleton.
23340 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
23342         * genattr-common.c (main): Convert argv from char ** to const char **.
23343         * genattr.c (main): Likewise.
23344         * genattrtab.c (main): Likewise.
23345         * genautomata.c (initiate_automaton_gen): Likewise.
23346         (main): Likewise.
23347         * gencodes.c (main): Likewise.
23348         * genconditions.c (main): Likewise.
23349         * genconfig.c (main): Likewise.
23350         * genconstants.c (main): Likewise.
23351         * genemit.c (main): Likewise.
23352         * genenums.c (main): Likewise.
23353         * genextract.c (main): Likewise.
23354         * genflags.c (main): Likewise.
23355         * genmddeps.c (main): Likewise.
23356         * genopinit.c (main): Likewise.
23357         * genoutput.c (main): Likewise.
23358         * genpeep.c (main): Likewise.
23359         * genpreds.c (main): Likewise.
23360         * genrecog.c (main): Likewise.
23361         * gensupport.c (init_rtx_reader_args_cb): Likewise.
23362         (init_rtx_reader_args): Likewise.
23363         * gensupport.h (init_rtx_reader_args_cb): Likewise.
23364         (init_rtx_reader_args): Likewise.
23365         * gentarget-def.c (main): Likewise.
23366         * read-md.c (read_md_files): Likewise.
23367         * read-md.h (read_md_files): Likewise.
23369 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
23371         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
23372         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
23373         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
23374         Remove unused predicate.
23375         (register_and_not_fp_reg_operand): Ditto.
23377 2016-05-06  Martin Liska  <mliska@suse.cz>
23379         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
23380         instead of vec as the vector is local to the function.
23382 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
23384         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
23385         avx512bw alternative.
23387         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
23388         before the ashr<mode>3 pattern.
23390         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
23391         v instead of x in vex or maybe_vex alternatives, use
23392         maybe_evex instead of vex in prefix.
23394         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
23395         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
23396         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
23397         in vex or maybe_vex alternatives, use maybe_evex instead of vex
23398         in prefix.
23400         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
23401         v instead of x in vex or maybe_vex alternatives, use
23402         maybe_evex instead of vex in prefix.
23404         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
23405         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
23406         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
23407         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
23408         alternatives, use maybe_evex instead of vex in prefix.
23410         * config/i386/sse.md (vec_interleave_lowv4sf,
23411         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
23412         v instead of x in vex or maybe_vex alternatives, use
23413         maybe_evex instead of vex in prefix.
23415         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
23416         v instead of x in vex or maybe_vex alternatives, use
23417         maybe_evex instead of vex in prefix.
23419         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
23420         v constraint instead of x.
23422 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
23424         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
23425         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
23426         equality first.
23428 2016-05-06  Richard Biener  <rguenther@suse.de>
23430         PR tree-optimization/70948
23431         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
23432         Properly clobber all fields of va_list for __builtin_va_start.
23434 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
23436         PR debug/70935
23437         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
23438         loop latch destination.
23440 2016-05-06  Martin Liska  <mliska@suse.cz>
23442         * tree-ssa-uninit.c: Apply manual changes
23443         to the GNU coding style.
23444         (prune_uninit_phi_opnds): Rename from
23445         prune_uninit_phi_opnds_in_unrealizable_paths.
23447 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
23449         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
23450         mspace): Remove deprecated options.
23451         * doc/invoke.texi (SH options): Remove -mspace.
23453 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
23455         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
23457 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
23459         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
23460         corresponding combine split pattern.
23462 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
23464         PR target/58219
23465         * config/sh/predicates.md (long_displacement_mem_operand): New.
23466         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
23467         Add movi20, movi20s alternatives.  Adjust length attribute for
23468         alternatives.
23469         (movsi_ie): Allow for any FPU.  Adjust length attribute for
23470         alternatives.
23471         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
23472         attribute for alternatives.
23473         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
23474         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
23475         length attribute for alternatives.
23477 2016-05-06  Richard Biener  <rguenther@suse.de>
23479         PR tree-optimization/70960
23480         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
23482 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
23484         PR target/52933
23485         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
23486         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
23488 2016-05-06  Marek Polacek  <polacek@redhat.com>
23490         PR sanitizer/70875
23491         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
23493 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
23495         PR target/54089
23496         * config/sh/sh.md (*rotcr): Add another variant.
23498 2016-05-06  Richard Biener  <rguenther@suse.de>
23500         PR middle-end/70931
23501         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
23503 2016-05-06  Richard Biener  <rguenther@suse.de>
23505         PR middle-end/70941
23506         * fold-const.c (split_tree): Always convert to the original type
23507         before negating.
23509 2016-05-06  Richard Biener  <rguenther@suse.de>
23511         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
23512         (fwprop_addr): Likewise.
23514 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
23516         PR target/70873
23517         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
23518         New prototype.
23519         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
23520         * config/i386/i386.md (push mem splitter): Use find_constant_src in
23521         the splitter condition.
23522         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
23523         the splitter condition.
23524         (FP float_extend load splitter): Ditto.
23526 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
23528         * config/i386/i386.md (peehole2 patterns): Change true_regnum
23529         to REGNO in all peephole2 patterns.
23530         (post-reload splitters): Change true_regnum to REGNO in
23531         post-reload splitters.
23532         (zero_extend splitters): Use general_reg_operand and
23533         nonimmediate_gr_operand predicates.
23535 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
23537         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
23538         v constraint instead of x.
23540 2016-05-05  Alan Modra  <amodra@gmail.com>
23542         PR target/68662
23543         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
23544         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
23545         TARGET_NO_FP_IN_TOC for -mrelocatable.
23546         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
23547         TARGET_RELOCATABLE test.
23548         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
23549         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
23550         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
23551         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
23552         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
23553         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
23554         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
23555         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
23556         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
23557         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
23558         Likewise.
23559         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
23560         (rs6000_stack_info): Likewise.
23561         (rs6000_elf_asm_out_constructor): Likewise.
23562         (rs6000_elf_asm_out_destructor): Likewise.
23563         (rs6000_elf_declare_function_name): Likewise.
23564         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
23565         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
23566         Don't define.
23568 2016-05-05  Alan Modra  <amodra@gmail.com>
23570         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
23572 2016-05-05  Alan Modra  <amodra@gmail.com>
23574         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
23575         out-of-line gpr restore for one or two regs if that would add
23576         a save of lr.
23578 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
23580         PR target/70873
23581         * config/i386/i386.md
23582         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
23583         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
23584         as operand 0 predicate.
23585         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
23586         Ditto.
23587         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
23588         Ditto.  Emit the pattern using RTX.
23590         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
23591         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
23592         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
23593         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
23594         Ditto.
23595         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
23596         sse_reg_operand as operand 0 predicate.
23598         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
23599         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
23600         instead of gen_rtx_REG.
23601         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
23602         Ditto.
23604 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
23606         * function.c (emit_use_return_register_into_block): Delete.
23607         (gen_return_pattern): Delete.
23608         (emit_return_into_block): Delete.
23609         (active_insn_between): Delete.
23610         (convert_jumps_to_returns): Delete.
23611         (emit_return_for_exit): Delete.
23612         (thread_prologue_and_epilogue_insns): Delete all code dealing with
23613         simple_return for shrink-wrapped blocks.
23614         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
23615         end of blocks that need one.
23616         (get_unconverted_simple_return): Delete.
23617         (convert_to_simple_return): Delete.
23618         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
23619         (convert_to_simple_return): Ditto.
23621 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
23623         * cfgcleanup.c (bb_is_just_return): New function.
23624         (try_optimize_cfg): Simplify jumps to return, branches to return,
23625         and branches around return.
23627 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
23629         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
23630         branch to a return.
23632 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
23634         PR c++/70906
23635         PR c++/70933
23636         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
23637         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
23638         assert flags & OEP_HASH_CHECK, instead of asserting it
23639         never happens.  Handle TARGET_EXPR.
23640         * fold-const.c (operand_equal_p): For hash verification,
23641         or in OEP_HASH_CHECK into flags.
23643 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
23645         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
23646         comment.
23647         (compute_samebase_partition_bases): Fix typo.
23649 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
23651         * config/i386/sse.md (vec_interleave_highv8sf,
23652         vec_interleave_lowv8sf, vec_interleave_highv4df,
23653         vec_interleave_lowv4df): Remove constraints from expanders.
23655         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
23657 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
23659         * tree-inline.c (expand_call_inline): Fix path dealing with
23660         making lhs of call statement undefined.
23662 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
23664         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
23665         Check availability on NODE, too.
23666         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
23667         (cgraph_node::call_for_symbol_and_aliases): Likewise.
23668         (varpool_node::call_for_symbol_and_aliase): Likewise.
23669         * ipa-pure-const.c (add_new_function): Analyze all bodies.
23670         (propagate_pure_const): Propagate across interposable functions, too.
23671         (skip_function_for_local_pure_const): Do not skip interposable bodies
23672         with aliases.
23673         (pass_local_pure_const::execute): Update.
23675 2016-05-04  Marek Polacek  <polacek@redhat.com>
23677         * doc/invoke.texi: Document -Wdangling-else.
23679 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
23681         * config.gcc: Error out when conflicting multilib is detected.  Do not
23682         loop over multilibs since no combination is legal.
23684 2016-05-04  Alan Modra  <amodra@gmail.com>
23686         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
23687         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
23688         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
23689         Align .toc.
23691 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
23693         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
23694         Clean up p5600 comments.
23696 2016-05-04  Richard Biener  <rguenther@suse.de>
23698         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
23699         constructor simplifications.
23700         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
23702 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
23704         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
23705         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
23706         result.set_rtx is null instead of aborting.
23707         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
23708         Always enable.
23709         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
23710         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
23711         *mov<mode>_store_postinc): New patterns.
23713 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
23715         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
23716         as commutative.  Check both conversions are NOP.
23717         ((A & B) OP (C & B)): Remove.
23719 2016-05-04  Alan Modra  <amodra@gmail.com>
23721         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
23723 2016-05-04  Alan Modra  <amodra@gmail.com>
23725         PR target/70866
23726         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
23727         when cr2,3,4 are all fixed regs.
23729 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
23731         PR rtl-optimization/57193
23732         * opts.c (default_options_table): Revert OPT_frename_registers change.
23733         * doc/invoke.texi (-frename-registers, -O2): Likewise.
23735 2016-05-03  Martin Sebor  <msebor@redhat.com>
23737         PR c++/66561
23738         * builtins.c (fold_builtin_FILE): New function.
23739         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
23740         (fold_builtin_0): Call them.
23741         * gimplify.c (gimplify_call_expr): Remove the handling of
23742         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
23744         PR c++/66561
23745         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
23746         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
23747         constants.
23749         PR c++/66639
23750         * doc/extend.texi (Function Names as Strings): Update __func__,
23751         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
23752         constants.
23754 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
23755             Richard Biener  <rguenther@suse.de>
23757         PR tree-optimization/70916
23758         * tree-if-conv.c: Include cfganal.h.
23759         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
23760         and remove_fake_exit_edges around the optimization pass.
23762 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
23764         * cgraph.c (symbol_table::create_edge): Set inline_failed.
23765         (cgraph_edge::make_direct): Likewise.
23766         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
23767         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
23768         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
23769         (CIF_THUNK): New code.
23770         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
23771         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
23772         (compute_inline_parameters): Set inline_failed for thunks.
23773         (inline_analyze_function): Cleanup.
23774         * ipa-inline.c (can_inline_edge_p): Do not deal with
23775         call_stmt_cannot_inline_p.
23776         (can_early_inline_edge_p): Likewise.
23777         (early_inliner): Initialize inline_failed.
23778         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
23780 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
23782         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
23783         from nonimm_ssenomem_operand.
23784         (nonimm_ssenomem_operand): New predicate.
23785         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
23786         as operand 0 predicate.
23787         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
23788         Disable unsupported alternatives using "enabled" attribute.
23789         Use register_ssemem_operand as operand 0 predicate.
23790         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
23792 2016-05-03  Marek Polacek  <polacek@redhat.com>
23794         PR c/70859
23795         * input.c (expansion_point_location): New function.
23796         * input.h (expansion_point_location): Declare.
23798 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
23800         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
23801         occurence with frame_offset_ ones.
23803 2016-05-03  Alan Modra  <amodra@gmail.com>
23805         PR rtl-optimization/70890
23806         * ira.c (combine_and_move_insns): When moving def_insn, remove
23807         equivs on use_insn.
23809 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
23811         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
23812         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
23813         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
23814         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
23816 2016-05-03  Alan Modra  <amodra@gmail.com>
23818         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
23819         for SAVE_MULTIPLE/STORE_MULTIPLE.
23821 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
23823         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
23824         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
23826 2016-05-03  Richard Biener  <rguenther@suse.de>
23828         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
23829         default true.
23830         (gimplify_arg): Likewise.
23831         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
23832         re-writing the result to a decl if required.
23833         (internal_get_tmp_var): Add allow_ssa parameter
23834         and override into_ssa with it.
23835         (get_formal_tmp_var): Adjust.
23836         (get_initialized_tmp_var): Add allow_ssa parameter.
23837         (gimplify_arg): Add allow_ssa parameter and avoid generating
23838         SSA names for the result false.
23839         (gimplify_call_expr): If the call may return twice do not
23840         gimplify parameters into SSA.
23841         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
23842         (gimplify_modify_expr): Adjust assert.  For noreturn calls
23843         with a SSA name LHS adjust its def.
23844         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
23845         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
23846         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
23847         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
23848         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
23849         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
23850         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
23851         (optimize_target_teams): Do not allow SSA names for clause operands.
23852         (gimplify_expr): Likewise for where we mark the result addressable.
23853         * passes.def (pass_init_datastructures): Remove.
23854         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
23855         (rewrite_stmt): Likewise.
23856         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
23857         (replace_locals_op): Replace SSA names.
23858         (copy_gimple_seq_and_replace_locals): Init src_cfun.
23859         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
23860         * cgraph.c (release_function_body): Free CFG annotations only
23861         when we have a CFG.  Simplify.
23862         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
23863         force_gimple_operand instead of get_initialized_tmp_var.
23864         * tree-pass.h (make_pass_init_datastructures): Remove.
23865         * tree-ssa.c (execute_init_datastructures): Remove.
23866         (pass_data_init_datastructures): Likewise.
23867         (class pass_init_datastructures): Likewise.
23868         (make_pass_init_datastructures): Likewise.
23869         * omp-low.c (create_omp_child_function): Init SSA data structures.
23870         (grid_expand_target_grid_body): Likewise.
23871         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
23872         name before adding it to names_to_release.
23873         (remove_bb): Always release SSA defs.
23874         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
23875         before dereferencing it.
23876         * cgraphunit.c (init_lowered_empty_function): Always
23877         int SSA data structures.
23878         * tree-ssanames.c (release_defs): Remove assert that we are in
23879         SSA form.
23880         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
23882 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
23883             Uros Bizjak  <ubizjak@gmail.com>
23885         PR rtl-optimization/70467
23886         * config/i386/predicates.md (x86_64_hilo_int_operand,
23887         x86_64_hilo_general_operand): New predicates.
23888         * config/i386/constraints.md (Wd): New constraint.
23889         * config/i386/i386.md (mode attr di): Use Wd instead of e.
23890         (general_hilo_operand): New mode attr.
23891         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
23892         instead of <general_operand>.
23893         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
23894         x86_64_hilo_general_operand instead of <general_operand>.
23896 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
23898         PR tree-optimization/70916
23899         * tree-if-conv.c (constant_or_ssa_name): Removed.
23900         (fold_build_cond_expr): Use is_gimple_val instead of
23901         constant_or_ssa_name.
23903         PR tree-optimization/70916
23904         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
23905         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
23907         PR target/49244
23908         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
23909         (optimize_atomic_bit_test_and): New function.
23910         (pass_fold_builtins::execute): Use it.
23911         * optabs.def (atomic_bit_test_and_set_optab,
23912         atomic_bit_test_and_complement_optab,
23913         atomic_bit_test_and_reset_optab): New optabs.
23914         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
23915         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
23916         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
23917         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
23918         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
23919         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
23920         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
23921         * doc/md.texi (atomic_bit_test_and_set@var{mode},
23922         atomic_bit_test_and_complement@var{mode},
23923         atomic_bit_test_and_reset@var{mode}): Document.
23924         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
23925         atomic_bit_test_and_complement<mode>,
23926         atomic_bit_test_and_reset<mode>): New expanders.
23927         (atomic_bit_test_and_set<mode>_1,
23928         atomic_bit_test_and_complement<mode>_1,
23929         atomic_bit_test_and_reset<mode>_1): New insns.
23931 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
23933         PR rtl-optimization/70687
23934         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
23935         instead of unsigned HOST_WIDE_INT.
23937 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
23939         PR rtl-optimization/44281
23940         * hard-reg-set.h (struct target_hard_regs): New field
23941         x_fixed_nonglobal_reg_set.
23942         (fixed_nonglobal_reg_set): New macro.
23943         * reginfo.c (init_reg_sets_1): Initialize it.
23944         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
23945         of fixed_reg_set.
23946         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
23948 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
23950         PR tree-optimization/56541
23951         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
23952         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
23953         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
23954         (any_complicated_phi): new static variable.
23955         (aggressive_if_conv): delete.
23956         (if_convertible_phi_p): support phis with more than two arguments.
23957         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
23958         critical pred edges.
23959         (ifcvt_split_critical_edges): support phis with more than two
23960         arguments by checking new parameter.  only split critical edges
23961         if needed.
23962         (tree_if_conversion): handle simd pragma marked loop using new
23963         local variable aggressive_if_conv.  check any_complicated_phi.
23965 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
23967         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
23968         before using it.
23970 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
23972         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
23973         cbase.
23975 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
23977         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
23978         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
23979         define_insn_and_split.
23980         (mulsi3_i): New define_insn_and_split.
23981         (mulsi3_call): Convert to define_insn.
23982         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
23983         Remove constraints.
23985 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
23987         * machmode.h (mode_complex): Add support to give the complex mode
23988         for a given mode.
23989         (GET_MODE_COMPLEX_MODE): Likewise.
23990         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
23991         stored by build_complex_type and gfc_build_complex_type instead of
23992         trying to figure out the appropriate mode based on the size. Raise
23993         an assertion error, if the type was not set.
23994         * genmodes.c (struct mode_data): Add field for the complex type of
23995         the given type.
23996         (blank_mode): Likewise.
23997         (make_complex_modes): Remember the complex mode created in the
23998         base type.
23999         (emit_mode_complex): Write out the mode_complex array to map a
24000         type mode to the complex version.
24001         (emit_insn_modes_c): Likewise.
24002         * tree.c (build_complex_type): Set the complex type to use before
24003         calling layout_type.
24004         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
24005         support for __float128 complex datatypes.
24006         (rs6000_hard_regno_mode_ok): Likewise.
24007         (rs6000_setup_reg_addr_masks): Likewise.
24008         (rs6000_complex_function_value): Likewise.
24009         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
24010         __float128 and __ibm128 complex.
24011         (FLOAT128_IBM_P): Likewise.
24012         (ALTIVEC_ARG_MAX_RETURN): Likewise.
24013         * doc/extend.texi (Additional Floating Types): Document that
24014         -mfloat128 must be used to enable __float128.  Document complex
24015         __float128 and __ibm128 support.
24017 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
24019         PR target/49244
24020         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
24021         char/short arguments promoted to int because of promote_prototypes.
24023 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
24025         * config/i386/predicates.md (register_ssemem_operand): New predicate.
24026         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
24027         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
24028         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
24029         alternatives using "enabled" attribute.  Use register_ssemem_operand
24030         as operand 1 predicate.
24031         (*cmpi<unord>xf_i387): Split XFmode pattern from
24032         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
24033         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
24034         *absneg<mode>2_i387.  Disable unsupported alternatives using
24035         "enabled" attribute.
24036         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
24038 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
24040         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
24041         marker.
24042         (oacc_loop_process): Check mask for loop termination.
24044 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
24046         * cif-code.def (CIF_THUNK): Add.
24047         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
24048         accidental change.
24050 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
24052         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
24053         (dump_inline_summary): Dump it.
24054         (fp_expression_p): New predicate.
24055         (estimate_function_body_sizes): Use it.
24056         (inline_merge_summary): Merge fp_expressions.
24057         (inline_read_section): Read fp_expressions.
24058         (inline_write_summary): Write fp_expressions.
24059         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
24060         codegen boundary if either caller or callee is !fp_expressions.
24061         * ipa-inline.h (inline_summary): Add fp_expressions.
24062         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
24063         to fp_expressions be sure the fp generation flags are updated.
24065 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
24067         PR rtl-optimization/70467
24068         * cse.c (cse_insn): Handle no-op MEM moves after folding.
24070         PR rtl-optimization/70467
24071         * ipa-pure-const.c (check_call): Handle internal calls even in
24072         ipa mode like in local mode.
24074 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
24076         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
24078 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
24080         * match.pd (X u< X, X u> X): New transformations.
24082 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
24084         * flag-types.h (enum warn_strict_overflow_code): Move ...
24085         * coretypes.h: ... here.
24086         * fold-const.h (fold_overflow_warning): Declare.
24087         * fold-const.c (fold_overflow_warning): Make non-static.
24088         (fold_comparison): Move the transformation of X +- C1 CMP C2
24089         into X CMP C2 -+ C1 ...
24090         * match.pd: ... here.
24091         * gimple-fold.c (fold_stmt_1): Protect with
24092         fold_defer_overflow_warnings.
24094 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
24096         * omp-low.c (struct oacc_loop): Add 'inner' field.
24097         (new_oacc_loop_raw): Initialize it to zero.
24098         (oacc_loop_fixed_partitions): Initialize it.
24099         (oacc_loop_auto_partitions): Partition outermost loop to outermost
24100         available partitioning.
24102 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
24104         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
24105         register_operand.
24106         (umulsidi3): Likewise.
24107         (indirect_jump): Fix jump instruction assembly patterns.
24109 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
24111         PR target/70860
24112         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
24113         (nvptx_function_value): Assert non-NULL cfun.
24115 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
24117         PR rtl-optimization/70886
24118         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
24120         * cselib.h (rtx_equal_for_cselib_1): Declare.
24121         (rtx_equal_for_cselib_p: New inline function.
24122         * cselib.c (rtx_equal_for_cselib_p): Delete.
24123         (rtx_equal_for_cselib_1): Make public.
24125 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
24127         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
24128         (register_mixssei387nonimm_operand): Remove predicate.
24129         * config/i386/i386.md (*fop_<mode>_comm): Merge from
24130         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
24131         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
24132         for TARGET_MIX_SSE_I387 alternatives.
24133         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
24134         Disable unsupported alternatives using "enabled" attribute.  Use
24135         nonimm_ssenomem_operand as operand 1 predicate.  Also check
24136         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
24138 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
24140         * tree.c (cst_and_fits_in_hwi): Simplify.
24142 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
24144         * tree.h (wi::to_wide): New function.
24145         * expr.c (expand_expr_real_1): Use wi::to_wide.
24146         * fold-const.c (int_const_binop_1): Likewise.
24147         (extract_muldiv_1): Likewise.
24149 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
24151         * wide-int.h: Update offset_int and widest_int documentation.
24152         (WI_SIGNED_SHIFT_RESULT): New macro.
24153         (wi::binary_shift): Define signed_shift_result_type for
24154         shifts on offset_int- and widest_int-like types.
24155         (generic_wide_int): Support <<= and >>= if << and >> are supported.
24156         * tree.h (int_bit_position): Use shift operators instead of wi::
24157          shifts.
24158         * alias.c (adjust_offset_for_component_ref): Likewise.
24159         * expr.c (get_inner_reference): Likewise.
24160         * fold-const.c (fold_comparison): Likewise.
24161         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
24162         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
24163         * tree-dfa.c (get_ref_base_and_extent): Likewise.
24164         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
24165         (stmt_kills_ref_p): Likewise.
24166         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
24167         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
24168         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
24169         (ao_ref_init_from_vn_reference): Likewise.
24171 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
24173         * wide-int.h: Update offset_int and widest_int documentation.
24174         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
24175         (wi::binary_traits): Allow ordered comparisons between offset_int and
24176         offset_int, between widest_int and widest_int, and between either
24177         of these types and basic C types.
24178         (operator <, <=, >, >=): Define for the same combinations.
24179         * tree.h (tree_int_cst_lt): Use comparison operators instead
24180         of wi:: comparisons.
24181         (tree_int_cst_le): Likewise.
24182         * gimple-fold.c (fold_array_ctor_reference): Likewise.
24183         (fold_nonarray_ctor_reference): Likewise.
24184         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
24185         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
24186         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
24187         * tree-sra.c (completely_scalarize): Likewise.
24188         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
24189         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
24190         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
24191         (check_for_binary_op_overflow): Likewise.
24192         (search_for_addr_array): Likewise.
24193         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
24195 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
24197         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
24198         (arc_save_restore): Likewise.
24199         (arc_dwarf_register_span): Likewise.
24200         (arc_output_pic_addr_const): Initialize suffix variable.
24202 2016-05-02  Martin Liska  <mliska@suse.cz>
24204         * symbol-summary.h (function_summary::function_summary):
24205         Remove checking assert for all cgraph nodes.
24206         (function_summary::get): Check summary_uid.
24207         (symtab_insertion): Check summary_uid.
24209 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
24211         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
24212         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
24213         bmaskn instruction.
24214         (arc_dwarf_register_span): Remove enum keyword.
24215         (compact_memory_operand_p): New function.
24216         * config/arc/arc.h (reg_class): Add code density register classes.
24217         (REG_CLASS_NAMES): Likewise.
24218         (REG_CLASS_CONTENTS): Likewise.
24219         * config/arc/arc.md (*movqi_insn): Add code density instructions.
24220         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
24221         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
24222         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
24223         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
24224         constraints.
24225         (h, Rcd, Rsd, Rzd): New register constraints.
24226         (T): Use compact_memory_operand_p function.
24227         * config/arc/predicates.md (compact_load_memory_operand): Remove.
24229 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
24231         * config/sh/sh.md (*negnegt, *movtt): Remove.
24233 2016-05-02  Marek Polacek  <polacek@redhat.com>
24234             Tom de Vries  <tom@codesourcery.com>
24236         PR tree-optimization/70700
24237         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
24238         bigger than FIRST_REF_NODE.
24240 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
24242         PR target/52898
24243         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
24244         TARGET_CMPEQDI_T.
24245         (prepare_cbranch_operands): Don't use scratch register.  Assume that
24246         function is used when pseudos can be created.
24247         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
24248         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
24249         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
24250         define_expand.  Allow it only when pseudos can be created.
24251         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
24253 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
24255         * config/i386/constraints.md (BC): Only allow -1 operands.
24256         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
24257         Add "enabled" attribute.  Update XI mode attribute calculation.
24258         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
24259         (*movoi_internal_avx): Update XI mode attribute calculation.
24260         (*movti_internal): Ditto.
24262 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
24264         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
24265         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
24267 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
24269         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
24270         statement on instruction code.  Remove trailing spaces.
24271         (altivec_expand_stv_builtin): Likewise.
24273 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
24275         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
24276         (TARGET_FPU_DOUBLE): Simplify.
24277         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
24278         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
24279         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
24280         with 'TARGET_FPU_DOUBLE'.
24281         * config/sh/sh.md: Likewise.
24283 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
24285         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
24286         SH_DIV_STR_FOR_SIZE): Remove.
24287         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
24288         SH_DIV_STR_FOR_SIZE): Remove.
24290 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
24292         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
24293         logical_reg_operand): Delete.
24294         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
24295         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
24296         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
24297         match_operand and match_test.
24298         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
24299         variables on their first use.  Return bool values.
24300         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
24301         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
24302         arith_reg_operand for input operand.  Remove empty constraints.
24303         (xorsi3): Delete.
24304         (*xorsi3_compact): Rename to xorsi3.
24305         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
24306         (*zero_extend<mode>si2_disp_mem): Update comment.
24307         (mov_nop): Delete.
24309 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
24311         * config/sh/t-sh: Remove SH5 support.
24312         * config.gcc: Likewise.
24313         * configure: Likewise.
24315 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24317         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
24319 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
24321         * config/sh/sh.c (register_sh_passes, sh_option_override,
24322         sh_print_operand, prepare_move_operands,
24323         sh_can_follow_jump): Remove TARGET_SH1 checks.
24324         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
24325         PROMOTE_MODE): Likewise.
24326         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
24327         movdi): Likewise.
24329 2016-04-30  Alan Modra  <amodra@gmail.com>
24331         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
24332         restoring when fixed_reg_p, but allow out-of-line or stmw save.
24333         Check for user regs later to avoid unnecessary looping over regs.
24334         Merge user reg check with non-saved reg check.  Don't force
24335         inline VR restore when static chain used.
24336         (rs6000_frame_related): Omit eh_frame info for user regs when
24337         saving.
24338         (fixed_regs_p): Delete.
24340 2016-04-30  Alan Modra  <amodra@gmail.com>
24342         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
24343         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
24344         Update all uses.
24346 2016-04-30  Alan Modra  <amodra@gmail.com>
24348         PR target/69645
24349         * config/rs6000/rs6000.c (fixed_reg_p): New function.
24350         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
24351         Update all uses.
24353 2016-04-30  Alan Modra  <amodra@gmail.com>
24355         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
24356         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
24357         flag_pic test for Darwin.
24359 2016-04-30  Alan Modra  <amodra@gmail.com>
24361         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
24362         throw_calls_crossed.
24363         (REG_FREQ_CALLS_CROSSED): Delete.
24364         (REG_N_THROWING_CALLS_CROSSED): Delete.
24365         * regstat.c (regstat_bb_compute_ri): Don't calculate
24366         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
24367         (dump_reg_info): Don't print call cross frequency.
24368         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
24369         and REG_N_THROWING_CALLS_CROSSED.
24371 2016-04-30  Alan Modra  <amodra@gmail.com>
24373         * regs.h (struct reg_info_t): Delete live_length.
24374         (REG_LIVE_LENGTH): Delete macro.
24375         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
24376         local_live, local_processed and local_live_last_luid params.
24377         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
24378         Formatting fixes.
24379         (regstat_compute_ri): Adjust for above.  Don't set
24380         REG_LIVE_LENGTH.
24381         (dump_reg_info): Don't print live length.
24382         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
24383         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
24384         Localize loop_depth var.
24386 2016-04-30  Alan Modra  <amodra@gmail.com>
24388         * ira.c (enum valid_equiv): New.
24389         (validate_equiv_mem): Return enum.
24390         (update_equiv_mem): Create replacement in more cases.
24391         (add_store_equivs): Update validate_equiv_mem call.
24393 2016-04-30  Alan Modra  <amodra@gmail.com>
24395         * ira.c (combine_and_move_insns): Rather than scanning insns,
24396         use DF infrastucture to find use and def insns.
24398 2016-04-30  Alan Modra  <amodra@gmail.com>
24400         ira.c (combine_and_move_insns): Move invariant conditions..
24401         (ira.c): ..to here.  Call combine_and_move_insns before
24402         add_store_equivs.  Call grow_reg_equivs later.  Allocate
24403         req_equiv later using max_reg_num() rather than global max_regno.
24404         (contains_replace_regs): Delete.
24405         (add_store_equivs): Remove contains_replace_regs test.
24407 2016-04-30  Alan Modra  <amodra@gmail.com>
24409         * ira.c (struct equiv_mem_data): New.
24410         (equiv_mem, equiv_mem_modified): Delete static vars.
24411         (validate_equiv_mem_from_store): Use "data" param to communicate..
24412         (validate_equiv_mem): ..from here.
24414 2016-04-30  Alan Modra  <amodra@gmail.com>
24416         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
24417         split out from..
24418         (update_reg_equivs): ..here.  Move allocation and freeing of
24419         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
24420         end_alias_analysis to..
24421         (ira): ..here.
24423 2016-04-30  Alan Modra  <amodra@gmail.com>
24425         * ira.c (pdx_subregs): Delete.
24426         (struct equivalence): Add pdx_subregs field.
24427         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
24428         pdx_subregs access.
24429         (update_equiv_regs): Don't create or free pdx_subregs.  Update
24430         pdx_subregs access.
24432 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24434         * config/rs6000/altivec.h: Change definitions of vec_xl and
24435         vec_xst.
24436         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
24437         (LD_ELEMREV_V2DI): New.
24438         (LD_ELEMREV_V4SF): New.
24439         (LD_ELEMREV_V4SI): New.
24440         (LD_ELEMREV_V8HI): New.
24441         (LD_ELEMREV_V16QI): New.
24442         (ST_ELEMREV_V2DF): New.
24443         (ST_ELEMREV_V2DI): New.
24444         (ST_ELEMREV_V4SF): New.
24445         (ST_ELEMREV_V4SI): New.
24446         (ST_ELEMREV_V8HI): New.
24447         (ST_ELEMREV_V16QI): New.
24448         (XL): New.
24449         (XST): New.
24450         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
24451         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
24452         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
24453         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
24454         (altivec_expand_builtin): Add handling for
24455         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
24456         (rs6000_invalid_builtin): Add error-checking for
24457         RS6000_BTM_P9_VECTOR.
24458         (altivec_init_builtins): Define builtins used to implement vec_xl
24459         and vec_xst.
24460         (rs6000_builtin_mask_names): Define power9-vector.
24461         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
24462         (RS6000_BTM_P9_VECTOR): Define.
24463         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
24464         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
24465         (vsx_ld_elemrev_v2df): Likewise.
24466         (vsx_ld_elemrev_v4sf): Likewise.
24467         (vsx_ld_elemrev_v4si): Likewise.
24468         (vsx_ld_elemrev_v8hi): Likewise.
24469         (vsx_ld_elemrev_v16qi): Likewise.
24470         (vsx_st_elemrev_v2df): Likewise.
24471         (vsx_st_elemrev_v2di): Likewise.
24472         (vsx_st_elemrev_v4sf): Likewise.
24473         (vsx_st_elemrev_v4si): Likewise.
24474         (vsx_st_elemrev_v8hi): Likewise.
24475         (vsx_st_elemrev_v16qi): Likewise.
24476         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
24477         grammar.
24479 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
24481         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
24482         out into ...
24483         (simplify_control_stmt_condition_1): ... here.  Recurse into
24484         BIT_AND_EXPRs and BIT_IOR_EXPRs.
24486 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
24488         PR target/69810
24489         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
24490         (zero_extendqi<mode>2_dot): Revert earlier conversion from
24491         define_insn_and_split to define_insn.
24492         (zero_extendqi<mode>2_dot2): Same.
24493         (extendqi<mode>2_dot): Same.
24494         (extendqi<mode>2_dot2): Same.
24496 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
24498         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
24499         (probe_stack): New expander.
24500         (probe_stack_<mode>): New insn pattern.
24502 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
24504         * config/i386/i386.md
24505         (operations with memory inputs setting flags peephole2):
24506         Remove uneeded REG_P checks.  Cleanup pattern generation.
24508 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
24510         * tree-vect-loop.c (vect_transform_loop): Fix
24511         nb_iterations_upper_bound computation for vectorized loop.
24513 2016-04-29  Marek Polacek  <polacek@redhat.com>
24514             Jakub Jelinek  <jakub@redhat.com>
24516         PR sanitizer/70342
24517         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
24518         TARGET_EXPR_SLOT as a base.
24520 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
24522         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
24523         with 'rCm2' constraints to limit possible immediate size.
24524         (*load_zeroextendqisi_update): Likewise.
24525         (*load_signextendqisi_update): Likewise.
24526         (*loadhi_update): Likewise.
24527         (*load_zeroextendhisi_update): Likewise.
24528         (*load_signextendhisi_update): Likewise.
24529         (*loadsi_update): Likewise.
24530         (*loadsf_update): Likewise.
24532 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
24534         * config/i386/predicates.md (constm1_operand): Fix comparison.
24536 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
24538         * testsuite/gcc.target/arc/ieee_eq.c: New test.
24540 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
24542         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
24543         remaining SH5 related settings.
24544         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
24545         shmedia_prepare_call_address): Delete.
24546         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
24547         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
24548         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
24549         UNSUPPORTED_SH2A): Remove m5 checks.
24550         (sh_divide_strategy_e): Remove SH5 division strategies.
24551         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
24552         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
24554 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
24556         * config/s390/s390.c (s390_rtx_costs): Update documentation.
24558 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24560         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
24561         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
24562         Change lder to ldr.
24563         * config/s390/vector.md ("mov<mode>"): Likewise.
24565 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
24567         * config/s390/constraints.md ("U", "W"): Invoke
24568         s390_mem_constraint with "ZR" and "ZT".
24569         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
24570         addresses when using LRA.  Accept also short displacements for S
24571         and T constraints.  Do not check for long displacement target for
24572         S and T constraints.
24573         (s390_mem_constraint): Remove handling of U and W constraints.
24574         * config/s390/s390.md (various patterns): Remove the short
24575         displacement constraints (Q and R) if a long displacement
24576         constraint is present.  Add longdisp as required CPU capability.
24577         * config/s390/vector.md: Likewise.
24578         * config/s390/vx-builtins.md: Likewise.
24580 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
24582         PR target/60040
24583         * reload1.c (reload): Call finish_spills before
24584         restarting reload loop. Skip select_reload_regs
24585         if update_eliminables_and_spill returns true.
24587 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
24589         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
24590         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
24591         (umulhisi3_imm): Update predicates and constraint letters.
24592         (umulhisi3_reg): Declare instruction as commutative.
24593         * config/arc/constraints.md (J12, J16): New constraints.
24594         * config/arc/predicates.md (short_unsigned_const_operand): New
24595         predicate.
24596         (arc_short_operand): Likewise.
24597         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
24599 2016-04-29  Richard Biener  <rguenther@suse.de>
24601         PR tree-optimization/13962
24602         PR tree-optimization/65686
24603         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
24604         * tree-ssa-alias.c (ptrs_compare_unequal): New function
24605         using PTA to compare pointers.
24606         * match.pd: Add pattern for pointer equality compare simplification
24607         using ptrs_compare_unequal.
24609 2016-04-29  Richard Biener  <rguenther@suse.de>
24611         * stor-layout.c (layout_type): Do not build a pointer-to-element
24612         type for arrays.
24614 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
24616         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
24617         Use SWI mode iterator.  Use general_reg_operand predicate.
24618         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
24619         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
24620         predicates.
24622 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
24624         PR middle-end/70843
24625         * fold-const.c (operand_equal_p): Don't verify hash value equality
24626         if arg0 == arg1.
24627         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
24628         and OMP_CLAUSE.
24630 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
24632         PR target/70858
24633         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
24634         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
24635         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
24636         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
24637         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
24639 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
24641         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
24642         to info.  Don't initialize separate fields to 0.  Clean up
24643         formatting a bit.
24645 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
24647         * config/i386/i386.md (peephole2s for operations with memory inputs):
24648         Use SWI mode iterator.
24649         (peephole2s for operations with memory outputs): Ditto.
24650         Do not check for stack checking probe.
24652         (probe_stack): Remove expander.
24654 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
24655             Andrew Burgess  <andrew.burgess@embecosm.com>
24657         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
24658         operands as 32-bits.
24660 2016-04-28  Jason Merrill  <jason@redhat.com>
24662         * gdbinit.in: Skip line-map.h.
24664 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
24665             Andrew Burgess  <andrew.burgess@embecosm.com>
24667         * config/arc/arc.c (arc_conditional_register_usage): Take
24668         TARGET_RRQ_CLASS into account.
24669         (arc_print_operand): Support printing 'p' and 's' operands.
24670         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
24671         as 0.
24672         (TARGET_RRQ_CLASS): Define.
24673         (IS_POWEROF2_OR_0_P): Define.
24674         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
24675         alternatives.
24676         (*tst_movb): New define_insn.
24677         (*tst): Avoid recognition if it could prevent '*tst_movb'
24678         combination; replace c/CnL with c/Chs alternative.
24679         (*tst_bitfield_tst): New define_insn.
24680         (*tst_bitfield_asr): New define_insn.
24681         (*tst_bitfield): New define_insn.
24682         (andsi3_i): Add Rrq variant.
24683         (extzv): New define_expand.
24684         (insv): New define_expand.
24685         (*insv_i): New define_insn.
24686         (*movb): New define_insn.
24687         (*movb_signed): New define_insn.
24688         (*movb_high): New define_insn.
24689         (*movb_high_signed): New define_insn.
24690         (*movb_high_signed + 1): New define_split pattern.
24691         (*mrgb): New define_insn.
24692         (*mrgb + 1): New define_peephole2 pattern.
24693         (*mrgb + 2): New define_peephole2 pattern.
24694         * config/arc/arc.opt (mbitops): New option for nps400, uses
24695         TARGET_NPS_BITOPS_DEFAULT.
24696         * config/arc/constraints.md (q): Make register class conditional.
24697         (Rrq): New register constraint.
24698         (Chs): New constraint.
24699         (Clo): New constraint.
24700         (Chi): New constraint.
24701         (Cbf): New constraint.
24702         (Cbn): New constraint.
24703         (C18): New constraint.
24704         (Cbi): New constraint.
24706 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
24708         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
24709         dst->popcount.
24710         (bitmap_intersection_of_preds): Ditto.
24711         (bitmap_union_of_succs): Ditto.
24712         (bitmap_union_of_preds): Ditto.
24713         * sbitmap.c (do_popcount): Delete.
24714         (BITMAP_DEBUGGING): Delete.
24715         (sbitmap_verify_popcount): Delete.
24716         (sbitmap_alloc): Don't initialize the popcount field.
24717         (sbitmap_alloc_with_popcount): Delete.
24718         (sbitmap_resize): Don't resize the popcount array.
24719         (sbitmap_vector_alloc): Don't initialize the popcount field.
24720         (bitmap_copy): Don't copy the popcount array.
24721         (bitmap_clear): Don't clear the popcount array.
24722         (bitmap_clear): Delete the popcount array handling.
24723         (bitmap_ior_and_compl): Delete the popcount assert.
24724         (bitmap_not): Ditto.
24725         (bitmap_and_compl): Ditto.
24726         (bitmap_and): Delete the popcount array handling.
24727         (bitmap_xor): Ditto.
24728         (bitmap_ior): Ditto.
24729         (bitmap_or_and): Delete the popcount assert.
24730         (bitmap_and_or): Ditto.
24731         (popcount_table): Delete.
24732         (sbitmap_elt_popcount): Delete.
24733         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
24734         (bitmap_set_bit): Delete the popcount assert.
24735         (bitmap_clear_bit): Ditto.
24736         (sbitmap_free): Don't free the popcount array.
24737         (sbitmap_alloc_with_popcount): Delete declaration.
24738         (sbitmap_popcount): Ditto.
24740 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
24741             Andrew Burgess  <andrew.burgess@embecosm.com>
24743         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
24744         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
24745         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
24746         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
24747         * config/arc/arc.opt (mcmem): New option.
24748         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
24749         supply length for r/m alternative.
24750         (*extendqisi2_ac): Likewise.
24751         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
24752         r/Uex alternative.
24753         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
24754         (movhi_insn): Likewise.
24755         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
24756         (*zero_extendqihi2_i): Add r/Ucm alternative.
24757         (*zero_extendqisi2_ac): Likewise.
24758         (*zero_extendhisi2_i): Likewise.
24759         * config/arc/constraints.md (Uex): New memory constraint.
24760         (Ucm): New define_constraint.
24761         * config/arc/predicates.md (long_immediate_loadstore_operand):
24762         Return 0 for MEM with cmem_address address.
24763         (cmem_address_0): New predicates.
24764         (cmem_address_1): Likewise.
24765         (cmem_address_2): Likewise.
24766         (cmem_address): Likewise.
24768 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
24770         * config/rs6000/rs6000.c (machine_function): Rename
24771         insn_chain_scanned_p to spe_insn_chain_scanned_p.
24772         (rs6000_stack_info): Adjust.
24774 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
24775             Andrew Burgess  <andrew.burgess@embecosm.com>
24777         * config/arc/constraints.md (Usd): Convert to define_constraint.
24778         (Us<): Likewise.
24779         (Us>): Likewise.
24781 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
24783         PR target/70821
24784         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
24785         Add new peephole2 where the first insn is *mov<mode>_or instead of
24786         *mov<mode>_internal.
24788 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
24790         * tracer.c (bb_seen): Make static.
24792 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
24794         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
24795         support, setup defaults.
24796         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
24797         * config/arc/arc.c (arc_init): Add NPS400 support.
24798         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
24799         (TARGET_ARC700): NPS400 is also an ARC700.
24800         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
24802 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
24804         PR target/70668
24805         * config/nds32/nds32.md (casesi): Don't access the operands array
24806         out of bounds.
24808 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
24810         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
24811         (or $-1,reg peephole2): Ditto.
24812         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
24814 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
24816         * doc/extend.texi (Common Function Attributes) [optimize]:
24817         Discourage use of the optimize attribute.
24819 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
24821         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
24822         special case builtin.
24823         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
24824         ALTIVEC_BUILTIN_VEC_ADDE.
24825         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
24826         support for ALTIVEC_BUILTIN_VEC_ADDE.
24827         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
24828         for __builtin_vec_adde.
24830 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
24832         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
24833         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
24835 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24837         PR testsuite/70595
24838         * doc/sourcebuild.texi (Effective-Target Keywords, Other
24839         attributes): Document cilkplus_runtime.
24841 2016-04-28  Martin Jambor  <mjambor@suse.cz>
24843         * tree-cfg.c (verify_expr): Verify that local declarations belong to
24844         this function.  Call verify_expr on MEM_REFs and bases of other
24845         handled_components.
24847 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24849         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
24850         for WORD_REGISTER_OPERATIONS to runtime check.
24852 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
24854         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
24856 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
24858         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
24859         big-endian compilation.
24860         * config/arc/arc.md (addf3): Likewise.
24861         (subdf3): Likewise.
24862         (muldf3): Likewise.
24864 2016-04-28  Richard Biener  <rguenther@suse.de>
24866         PR tree-optimization/70840
24867         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
24868         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
24869         Mark x * pow(x,c) -> pow(x,c+1) commutative.
24870         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
24872 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24874         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
24875         and explain why in a comment.
24877 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
24879         * config/arc/arc.md (cpu_facility): Add fpx variant.
24880         (subdf3): Prohibit use reverse sub when assist operations option
24881         is enabled.
24882         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
24883         instructions only when FPX is enabled.
24884         * testsuite/gcc.target/arc/trsub.c: New test.
24886 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
24888         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
24889         mult_operator when calculating "type" attribute.
24890         (*fop_<mode>_1_i387): Ditto.
24891         (*fop_xf_1_i387): Ditto.
24892         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
24893         Use std::swap to swap operands.  Use RTL expressions to generate
24894         converted pattern.
24896 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
24897             Joern Rennecke  <joern.rennecke@embecosm.com>
24899         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
24900         declaration.
24901         (emit_pic_move): Remove.
24902         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
24903         * config/arc/arc.c (emit_pic_move): Removed.
24904         (TARGET_HAVE_TLS): Define.
24905         (arc_conditional_register_usage): Test for arc_tp_regno.
24906         (arc_print_operand, arc_print_operand_address): Handle TLS
24907         unspecs.
24908         (arc_needs_pcl_p): New function.
24909         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
24910         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
24911         (arc_raw_symbolic_reference_mentioned_p): Likewise.
24912         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
24913         (arc_legitimize_tls_address): Likewise.
24914         (DTPOFF_ZERO_SYM): Define.
24915         (arc_legitimize_pic_address): Make it static, handle TLS cases.
24916         (arc_output_pic_addr_const): Print TLS unspecs.
24917         (prepare_pic_move): New function, replaces emit_pic_move.
24918         (arc_legitimate_constant_p): Handle TLS unspecs.
24919         (arc_legitimate_address_p): Likewise.
24920         (arc_rewrite_small_data_p): Use assert for TLS constants.
24921         (prepare_move_operands): Use prepare_pic_move.
24922         (arc_legitimize_address): Legitimize tls addresses.
24923         (arc_epilogue_uses): Check for arc_tp_regno.
24924         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
24925         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
24926         Define.
24927         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
24928         Likewise.
24929         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
24930         %(arc_tls_extra_start_spec).
24931         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
24932         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
24933         (EH_USES): Define.
24934         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
24935         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
24936         (UNSPEC_TLS_OFF): Add.
24937         (R10_REG): Define.
24938         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
24939         (get_thread_pointersi): New patterns.
24940         * config/arc/arc.opt (mtp-regno): New option.
24941         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
24942         (move_dest_operand): Likewise.
24943         * configure: Regenerate.
24944         * configure.ac: Add arc*-*-* case to test for tls.
24945         * doc/invoke.texi (ARC options): Document mtp-regno.
24947 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
24949         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
24950         the new ARC HS SIMD instructions.
24951         (arc_preferred_simd_mode): New function.
24952         (arc_autovectorize_vector_sizes): Likewise.
24953         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
24954         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
24955         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
24956         (arc_init_builtins): Add new SIMD builtin types.
24957         (arc_split_move): Handle 64 bit vector moves.
24958         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
24959         (TARGET_PLUS_QMACW): Define.
24960         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
24961         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
24962         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
24963         (VSUBADD4H): New builtins.
24964         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
24965         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
24967 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
24968             Matthias Klose  <doko@debian.org>
24970         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
24972 2016-04-28  Richard Biener  <rguenther@suse.de>
24974         PR middle-end/70777
24975         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
24976         canonicalization.
24978 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
24980         * common/config/sh/sh-common.c: Remove SH5 support.
24981         * config/sh/constraints.md: Likewise.
24982         * config/sh/config/sh/elf.h: Likewise.
24983         * config/sh/linux.h: Likewise.
24984         * config/sh/netbsd-elf.h: Likewise.
24985         * config/sh/predicates.md: Likewise.
24986         * config/sh/sh-c.c: Likewise.
24987         * config/sh/sh-protos.h: Likewise.
24988         * config/sh/sh.c: Likewise.
24989         * config/sh/sh.h: Likewise.
24990         * config/sh/sh.md: Likewise.
24991         * config/sh/sh.opt: Likewise.
24992         * config/sh/sync.md: Likewise.
24993         * config/sh/sh64.h: Delete.
24994         * config/sh/shmedia.h: Likewise.
24995         * config/sh/shmedia.md: Likewise.
24996         * config/sh/sshmedia.h: Likewise.
24997         * config/sh/t-netbsd-sh5-64: Likewise.
24998         * config/sh/t-sh64: Likewise.
24999         * config/sh/ushmedia.h: Likewise.
25001 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
25003         * config/i386/i386.md (sign_extend to memory peephole2s): Use
25004         general_reg_operand instead of register_operand predicate.
25006 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
25008         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
25010 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
25012         * match.pd (A - B > A, A + B < A): New transformations.
25014 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
25016         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
25017         which defaults to true.  Emit an outer pair of parentheses only if
25018         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
25019         don't emit parentheses for the right-hand operand.
25021 2016-04-27  Jeff Law  <law@redhat.com>
25023         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
25025 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25027         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
25028         (altivec_lvx_<mode>_internal): Document.
25029         (altivec_lvx_<mode>_2op): New define_insn.
25030         (altivec_lvx_<mode>_1op): Likewise.
25031         (altivec_lvx_<mode>_2op_si): Likewise.
25032         (altivec_lvx_<mode>_1op_si): Likewise.
25033         (altivec_stvx_<mode>): Remove.
25034         (altivec_stvx_<mode>_internal): Document.
25035         (altivec_stvx_<mode>_2op): New define_insn.
25036         (altivec_stvx_<mode>_1op): Likewise.
25037         (altivec_stvx_<mode>_2op_si): Likewise.
25038         (altivec_stvx_<mode>_1op_si): Likewise.
25039         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
25040         Expand vec_ld and vec_st during parsing.
25041         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
25042         changes.
25043         (altivec_expand_stvx_be): Likewise.
25044         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
25045         address-masking behavior in RTL.
25046         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
25047         address-masking behavior in RTL.
25048         (altivec_expand_builtin): Change builtin code arguments for calls
25049         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
25050         (insn_is_swappable_p): Avoid incorrect swap optimization in the
25051         presence of lvx/stvx patterns.
25052         (alignment_with_canonical_addr): New function.
25053         (alignment_mask): Likewise.
25054         (find_alignment_op): Likewise.
25055         (recombine_lvx_pattern): Likewise.
25056         (recombine_stvx_pattern): Likewise.
25057         (recombine_lvx_stvx_patterns): Likewise.
25058         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
25059         stvx patterns from expand.
25060         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
25061         expansions.
25062         (vector_altivec_store_<mode>): Likewise.
25064 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
25066         * config/aarch64/aarch64.md
25067         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
25068         remove the "fp" attributes.
25069         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
25070         add the "simd" attributes.
25071         (*movdf_aarch64): Likewise.
25072         (*movtf_aarch64): Remove the "fp" attributes.
25073         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
25074         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
25076 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
25078         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
25079         rtx to rtx_code_label *.
25080         * rtl.h (maybe_set_first_label_num): Likewise.
25082 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
25084         * df-core.c (df_add_problem): Make the problem param be const.
25085         (df_remove_problem): Make local "problem" be const.
25086         * df-problems.c (problem_RD): Make const.
25087         (problem_LR): Likewise.
25088         (problem_LIVE): Likewise.
25089         (problem_MIR): Likewise.
25090         (problem_CHAIN): Likewise.
25091         (problem_WORD_LR): Likewise.
25092         (problem_NOTE): Likewise.
25093         (problem_MD): Likewise.
25094         * df-scan.c (problem_SCAN): Likewise.
25095         * df.h (struct df_problem): Make field "dependent_problem" be
25096         const.
25097         (struct dataflow): Likewise for field "problem".
25098         (df_add_problem): Make param const.
25100 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
25102         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
25103         inter-unit moves to/from vector registers are enabled.  Do not disable
25104         for TARGET_MMX.
25106 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
25108         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
25109         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
25110         #define to...
25111         (enum df_problem_id): ...this new enum.
25112         (struct df_problem): Convert field "id" from "int" to
25113         enum df_problem_id.
25115 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
25117         * rtl.def: Update comment for "things in the instruction chain" to
25118         reflect the removal of the leading "i" field for INSN_UID in
25119         r210360.  Fix bogus apostrophe.
25121 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
25123         * config/i386/i386.md
25124         (lea arith with mem operand + setcc peephole2): Set operator mode.
25126 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
25128         PR target/70155
25129         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
25130         (dimode_scalar_to_vector_candidate_p): This.
25131         (timode_scalar_to_vector_candidate_p): New function.
25132         (scalar_to_vector_candidate_p): Likewise.
25133         (timode_check_non_convertible_regs): Likewise.
25134         (timode_remove_non_convertible_regs): Likewise.
25135         (remove_non_convertible_regs): Likewise.
25136         (remove_non_convertible_regs): Renamed to ...
25137         (dimode_remove_non_convertible_regs): This.
25138         (scalar_chain::~scalar_chain): Make it virtual.
25139         (scalar_chain::compute_convert_gain): Make it pure virtual.
25140         (scalar_chain::mark_dual_mode_def): Likewise.
25141         (scalar_chain::convert_insn): Likewise.
25142         (scalar_chain::convert_registers): Likewise.
25143         (scalar_chain::add_to_queue): Make it protected.
25144         (scalar_chain::emit_conversion_insns): Likewise.
25145         (scalar_chain::replace_with_subreg): Likewise.
25146         (scalar_chain::replace_with_subreg_in_insn): Likewise.
25147         (scalar_chain::convert_op): Likewise.
25148         (scalar_chain::convert_reg): Likewise.
25149         (scalar_chain::make_vector_copies): Likewise.
25150         (scalar_chain::convert_registers): New pure virtual function.
25151         (class dimode_scalar_chain): New class.
25152         (class timode_scalar_chain): Likewise.
25153         (scalar_chain::mark_dual_mode_def): Renamed to ...
25154         (dimode_scalar_chain::mark_dual_mode_def): This.
25155         (timode_scalar_chain::mark_dual_mode_def): New function.
25156         (timode_scalar_chain::convert_insn): Likewise.
25157         (dimode_scalar_chain::convert_registers): Likewise.
25158         (scalar_chain::compute_convert_gain): Renamed to ...
25159         (dimode_scalar_chain::compute_convert_gain): This.
25160         (scalar_chain::replace_with_subreg): Renamed to ...
25161         (dimode_scalar_chain::replace_with_subreg): This.
25162         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
25163         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
25164         (scalar_chain::make_vector_copies): Renamed to ...
25165         (dimode_scalar_chain::make_vector_copies): This.
25166         (scalar_chain::convert_reg): Renamed to ...
25167         (dimode_scalar_chain::convert_reg ): This.
25168         (scalar_chain::convert_op): Renamed to ...
25169         (dimode_scalar_chain::convert_op): This.
25170         (scalar_chain::convert_insn): Renamed to ...
25171         (dimode_scalar_chain::convert_insn): This.
25172         (scalar_chain::convert): Call convert_registers.
25173         (convert_scalars_to_vector): Change to scalar_chain pointer to
25174         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
25175         in 32-bit mode.  Delete scalar_chain pointer.  Call
25176         free_dominance_info in 64-bit mode.
25177         (pass_stv::gate): Remove TARGET_64BIT check.
25178         (ix86_option_override): Put the 64-bit STV pass before the CSE
25179         pass.
25181 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
25183         * dwarf2out.h (struct dw_loc_descr_node): Remove the
25184         dw_loc_frame_offset field.
25185         * dwarf2out.c (new_loc_descr): Likewise.
25186         (resolve_args_picking_1): Turn the VISITED hash set into a
25187         FRAME_OFFSET hash map. Use it to associate a frame offset to
25188         visited nodes. Remove uses of the CHECKING_P macro.
25189         (resolve_args_picking): Update call to resolve_args_picking_1.
25191 2016-04-27  Martin Liska  <mliska@suse.cz>
25193         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
25194         (free_loop_data): Release vuses of groups.
25196 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
25198         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
25199         instead of redundant use_id and boolean have_use_for.
25200         (struct iv_use): Change sub_id into group_id.  Remove field next.
25201         Move fields: related_cands, n_map_members, cost_map and selected
25202         to ...
25203         (struct iv_group): ... here.  New structure.
25204         (struct iv_common_cand): Use structure declaration directly.
25205         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
25206         (MAX_CONSIDERED_USES): Rename macro to ...
25207         (MAX_CONSIDERED_GROUPS): ... here.
25208         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
25209         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
25210         (dump_uses): Rename to ...
25211         (dump_groups): ... here.  Update all uses.
25212         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
25213         (find_induction_variables): Refactor format of dump information.
25214         (record_sub_use): Delete.
25215         (record_use): Update all uses.
25216         (record_group): New function.
25217         (record_group_use, find_interesting_uses_op): Call above functions.
25218         Update all uses.
25219         (find_interesting_uses_cond): Ditto.
25220         (group_compare_offset): New function.
25221         (split_all_small_groups): Rename to ...
25222         (split_small_address_groups_p): ... here.  Update all uses.
25223         (split_address_groups):  Update all uses.
25224         (find_interesting_uses): Refactor format of dump information.
25225         (add_candidate_1): Update all uses.  Remove redundant check on iv,
25226         base and step.
25227         (add_candidate, record_common_cand): Remove redundant assert.
25228         (add_iv_candidate_for_biv): Update use.
25229         (add_iv_candidate_derived_from_uses): Update all uses.
25230         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
25231         (alloc_use_cost_map): Ditto.
25232         (set_use_iv_cost, get_use_iv_cost): Rename to ...
25233         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
25234         (determine_use_iv_cost_generic): Ditto.
25235         (determine_group_iv_cost_generic): Ditto.
25236         (determine_use_iv_cost_address): Ditto.
25237         (determine_group_iv_cost_address): Ditto.
25238         (determine_use_iv_cost_condition): Ditto.
25239         (determine_group_iv_cost_cond): Ditto.
25240         (determine_use_iv_cost): Ditto.
25241         (determine_group_iv_cost): Ditto.
25242         (set_autoinc_for_original_candidates): Update all uses.
25243         (find_iv_candidates): Update all uses.  Refactor dump information.
25244         (determine_use_iv_costs): Ditto.
25245         (determine_iv_costs): Ditto.
25246         (iv_ca_cand_for_use): Rename to ...
25247         (iv_ca_cand_for_group): ... here.  Update all uses.
25248         (iv_ca_add_use, iv_ca_add_group): Ditto.
25249         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
25250         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
25251         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
25252         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
25253         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
25254         (create_new_iv, adjust_iv_update_pos): Ditto.
25255         (rewrite_use_address): Delete.
25256         (rewrite_use_address_1): Rename to ...
25257         (rewrite_use_address): ... here.
25258         (rewrite_use_compare): Update all uses.
25259         (rewrite_use): Delete.
25260         (rewrite_uses): Rename to ...
25261         (rewrite_groups): ... here.  Update all uses.
25262         (remove_unused_ivs, free_loop_data): Update all uses.
25263         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
25265 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25267         * rtlanal.c (nonzero_bits1): Convert preprocessor check
25268         for WORD_REGISTER_OPERATIONS to runtime check.
25270 2016-04-27  Richard Biener  <rguenther@suse.de>
25272         PR ipa/70760
25273         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
25274         aggregate_value_p to determine if a function result is
25275         returned by reference.
25276         (ipa_pta_execute): Functions having their address taken are
25277         not automatically nonlocal.
25279 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
25281         PR sanitizer/70683
25282         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
25283         * fold-const.c (operand_equal_p): If flag_checking and
25284         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
25285         and if it returns non-zero, assert iterative_hash_expr on both
25286         args is the same.
25288 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
25290         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
25292 2016-04-27  Nick Clifton  <nickc@redhat.com>
25294         PR middle-end/49889
25295         * varasm.c (merge_weak): Generate an error if an attempt is made
25296         to convert a non-weak static function into a weak, public function.
25298 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
25300         * params.def (MAX_PARTITION_SIZE): New param.
25301         * doc/invoke.texi: Document lto-max-partition.
25303 2016-04-27  Richard Biener  <rguenther@suse.de>
25305         PR ipa/70785
25306         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
25307         function cummulating used_from_other_partition, externally_visible
25308         and force_output from aliases.
25309         (refered_from_nonlocal_var): Likewise.
25310         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
25311         node flags properly.
25313 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
25315         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
25316         (-Wmemset-elt-size): New item.
25318 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
25320         PR ada/70759
25321         * stor-layout.h (internal_reference_types): Delete.
25322         * stor-layout.c (reference_types_internal): Likewise.
25323         (internal_reference_types): Likewise.
25324         (layout_type) <REFERENCE_TYPE>: Adjust.
25326 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
25328         PR sanitizer/70683
25329         * tree.h (inchash::add_expr): Add FLAGS argument.
25330         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
25331         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
25332         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
25333         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
25334         if swap_tree_comparison (code) is smaller than code, hash that
25335         and arguments in the other order.  Hash CONVERT_EXPR the same
25336         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
25337         of ADDR_EXPR of decl as the decl itself.  Add or remove
25338         OEP_ADDRESS_OF from recursive flags as needed.  For
25339         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
25340         operands commutatively and only the third one normally.
25341         For internal CALL_EXPR hash in CALL_EXPR_IFN.
25343 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
25345         * config/rtems.h (LIB_SPEC): Add -latomic.
25347 2016-04-27  Joel Sherrill  <joel@rtems.org>
25349         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
25350         xilink.ld and flags not relevant to RTEMS.
25352 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
25354         * toplev.c (backend_init_target): Avoid calling init_reload when using
25355         LRA.
25357 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
25359         * reorg.c (try_merge_delay_insns): Declare i and j inside the
25360         for loops rather than one for the whole function.
25362 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
25364         * match.pd (X + CST CMP X): New transformation.
25366 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
25368         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
25369         * fold-const.c (fold_binary_loc): Remove 2 transformations
25370         superseded by match.pd.
25371         * match.pd (x+x -> x*2): Generalize to integers.
25373 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
25375         * config/i386/i386.md (operation on memory peephole): Duplicate an
25376         existing peephole and adapt it to match lea rather than an operation
25377         that clobbers CC.
25379         PR rtl-optimization/57193
25380         * opts.c (default_options_table): Add OPT_frename_registers at -O2
25381         and above.
25382         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
25384 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
25386         * tree-if-conv.c (any_pred_load_store): New static variable.
25387         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
25388         any_pred_load_store instead of and_mask_load_store.
25389         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
25390         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
25391         (combine_blocks, tree_if_conversion): Ditto.
25393 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
25395         PR tree-optimization/70771
25396         PR tree-optimization/70775
25397         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
25398         virtual PHI nodes.  Delete parameter.
25399         (if_convertible_loop_p_1): Delete argument to above function.
25400         (predicate_all_scalar_phis): Delete code handling single-argument
25401         PHIs.
25402         (tree_if_conversion): Mark and update virtual SSA.
25404 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25406         PR target/61821
25407         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
25408         (x86_elf_aligned_common): Rename to ...
25409         (x86_elf_aligned_decl_common): ... this.
25410         Add decl arg.  Switch to .lbss for largecomm object.  Use
25411         LARGECOMM_SECTION_ASM_OP.
25412         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
25413         renaming.
25414         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
25415         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
25416         Pass new decl arg.
25417         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
25418         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
25420 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25422         PR target/59407
25423         * config/i386/i386.c (SECTION_LARGE): Define.
25424         (x86_64_elf_select_section): Set it for large data/bss sections.
25425         Only clear SECTION_WRITE for .lrodata.
25426         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
25427         data/bss sections.
25428         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
25429         * varasm.c (default_elf_asm_named_section): Grow flagchars.
25430         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
25431         SECTION_MACH_DEP.
25432         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
25433         * doc/tm.texi: Regenerate.
25435 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
25437         PR bootstrap/70704
25438         * configure.ac (--enable-checking): Document extra flag, for
25439         non-release builds default to --enable-checking=yes,extra.
25440         If misc checking and extra checking, define CHECKING_P to 2 instead
25441         of 1.
25442         * common.opt (fchecking=): Add.
25443         * doc/invoke.texi (-fchecking=): Document.
25444         * doc/install.texi: Document --enable-checking changes.
25445         * configure: Regenerated.
25446         * config.in: Regenerated.
25448 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
25450         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
25451         attribute instead of which_alternative.
25452         * config/i386/sse.md (*mov<mode>_internal): Ditto.
25453         Use EXT_REX_SSE_REG_P where appropriate.
25455 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
25457         * config/i386/predicates.md (const0_operand): Do not match
25458         const_wide_int code.
25459         (const1_operand): Ditto.
25461 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
25463         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
25464         for SSE constm1 operands and TARGET_AVX512VL.
25465         (*movti_internal): Ditto.
25466         (*mov<mode>_or): Use constm1_operand predicate.
25467         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
25468         for SSE vector_all_ones operands and TARGET_AVX512VL.
25469         * config/i386/predicates.md (constm1_operand): New predicate.
25470         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
25471         emission of constant -1 load.
25473 2016-04-25  Jason Merrill  <jason@redhat.com>
25475         * gdbinit.in: Skip is-a.h.
25477         * attribs.c (register_scoped_attributes): Fix logic.
25478         * attribs.h: Declare register_scoped_attributes.
25480 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25482         * config/rs6000/rs6000-builtin.def: Correct pasto error for
25483         stxvd2x and stxvw4x built-in functions.
25485 2016-04-25  DJ Delorie  <dj@redhat.com>
25487         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
25488         (ashrhi3): Likewise.
25489         (lshrhi3): Likewise.
25491 2016-04-25  Richard Biener  <rguenther@suse.de>
25493         PR tree-optimization/70780
25494         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
25495         wasn't visited yet.
25496         (compute_antic): Mark blocks with abnormal preds as visited as
25497         they have a final empty antic-in solution already.
25499 2016-04-25  Michael Collison  <michael.collison@linaro.org>
25501         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
25503 2016-04-25  Michael Collison  <michael.collison@linaro.org>
25505         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
25506         mode is VQI to improve mixed mode vectorization.
25507         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
25508         define_insn to match low half of signed vaddw.
25509         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
25510         define_insn to match high half of signed vaddw.
25511         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
25512         define_insn to match low half of unsigned vaddw.
25513         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
25514         define_insn to match high half of unsigned vaddw.
25515         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
25516         (arm_simd_check_vect_par_cnst_half_p): Likewise.
25517         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
25518         for new function.
25519         (arm_simd_check_vect_par_cnst_half_p): Likewise.
25520         * config/arm/predicates.md (vect_par_constant_high): Support
25521         big endian and simplify by calling
25522         arm_simd_check_vect_par_cnst_half
25523         (vect_par_constant_low): Likewise.
25525 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
25527         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
25528         predicate for operand 2.
25530 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
25531             H.J. Lu  <hongjiu.lu@intel.com>
25533         * config/i386/i386-protos.h (standard_sse_constant_p): Add
25534         machine_mode argument.
25535         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
25536         constm1_rtx operands.  For VOIDmode constants, get mode from
25537         pred_mode.  Check mode size if the mode is supported by ABI.
25538         (standard_sse_constant_opcode): Do not use standard_constant_p.
25539         Strictly check ABI support for all-ones operands.
25540         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
25541         immediates. Update calls to standard_sse_constant_p.
25542         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
25543         (ix86_rtx_costs): Ditto.
25544         * config/i386/i386.md (*movxi_internal_avx512f): Use
25545         nonimmediate_or_sse_const_operand instead of vector_move_operand.
25546         Use (v,BC) alternative instead of (v,C). Use register_operand
25547         checks instead of MEM_P.
25548         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
25549         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
25550         isa attribute.  Use register_operand checks instead of MEM_P.
25551         (*movti_internal): Use nonimmediate_or_sse_const_operand for
25552         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
25553         alternative and corresponding sse2 isa attribute.
25554         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
25555         to standard_sse_constant_p.
25556         (FP constant splitters): Ditto.
25557         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
25558         (C): Ditto.
25559         * config/i386/predicates.md (constm1_operand): Remove.
25560         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
25561         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
25562         vector_all_ones_operand instead of constm1_operand.
25564 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
25566         * print-rtl.c (print_rtx_insn_vec): New function.
25567         * print-rtl.h: New prototype.
25568         * store-motion.c (struct st_expr): Make avail_stores a vector.
25569         (st_expr_entry): Adjust.
25570         (free_st_expr_entry): Likewise.
25571         (print_store_motion_mems): Likewise.
25572         (find_moveable_store): Likewise.
25573         (compute_store_table): Likewise.
25574         (delete_store): Likewise.
25575         (build_store_vectors): Likewise.
25577 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
25579         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
25581 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
25583         * vec.h (vec_safe_contains): New function.
25584         (vec::contains): Likewise.
25585         (vec::begin): Likewise.
25586         (vec::end): Likewise.
25588 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
25590         PR sanitizer/70712
25591         * cfgexpand.c (expand_stack_vars): Fix typo.
25593 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
25595         * system.h (list, map, set, vector): Include conditionally.
25596         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
25597         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
25598         * ipa-icf.c (INCLUDE_LIST): Define.
25599         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
25600         * config/sh/sh.c (INCLUDE_VECTOR): Define.
25601         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
25602         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
25603         * cp/logic.cc (INCLUDE_LIST): Define.
25604         * fortran/trans-common.c (INCLUDE_MAP): Define.
25606 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
25608         * auto-profile.c: Remove <string.h> include.
25609         * ipa-icf-gimple.c: Remove <list> include.
25610         * diagnostic.c: Remove <new> include.
25611         * genmatch.c: Likewise.
25612         * pretty-print.c: Likewise.
25613         * toplev.c: Likewise
25614         * c/c-objc-common.c: Likewise.
25615         * cp/error.c: Likewise.
25616         * fortran/error.c: Likewise.
25618 2016-04-22  Richard Biener  <rguenther@suse.de>
25620         * lto-streamer-in.c (input_ssa_names): Do not allocate
25621         GIMPLE_NOP for all SSA names.
25622         * lto-streamer-out.c (output_ssa_names): Do not output
25623         SSA names that should have been released.
25625 2016-04-22  Richard Biener  <rguenther@suse.de>
25627         PR tree-optimization/70740
25628         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
25629         VDEF.
25631 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
25633         PR target/70750
25634         * config/i386/predicates.md (call_insn_operand): Replace
25635         sibcall_memory_operand with memory_operand.
25637 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
25639         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
25640         has_single_use() tests.
25641         (register_edge_assert_for_1): Likewise.
25642         (find_assert_locations_1): Check the liveness bitmap instead of
25643         checking has_single_use().
25645 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
25647         PR target/70728
25648         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
25649         Extract AVX-512BW constraint from AVX.
25651 2016-04-21  Richard Biener  <rguenther@suse.de>
25653         PR tree-optimization/70725
25654         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
25655         for phi_convertible_by_degenerating_args.
25656         (predicate_all_scalar_phis): Handle single-argument PHIs.
25658 2016-04-21  Richard Biener  <rguenther@suse.de>
25660         PR middle-end/70747
25661         * fold-const.c (fold_comparison): Return properly typed
25662         constant boolean.
25664 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
25666         PR tree-optimization/70715
25667         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
25668         after expanding BASE using expand_simple_operations.
25670 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
25672         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
25673         New transformations.
25675 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
25677         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
25679 2016-04-20  Jan Hubicka  <jh@suse.cz>
25681         * ipa-inline.c (can_inline_edge_p): Pass caller info to
25682         ultiimate_alias_target.
25683         (update_callee_keys): Likewise.
25684         (lookup_recursive_calls): Likewise.
25685         (speculation_useful_p): Likewise.
25687 2016-04-20  Jan Hubicka  <jh@suse.cz>
25689         PR ipa/70018
25690         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
25691         (set_nothrow_flag_1): ... this; handle interposition correctly;
25692         recurse on aliases and thunks.
25693         (cgraph_node::set_nothrow_flag): New.
25694         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
25695         functions compiled with non-call exceptions that binds to current
25696         def.
25697         (propagate_nothrow): Be safe WRT interposition.
25698         * cgraph.h (set_nothrow_flag): Update prototype.
25700 2016-04-18  Jan Hubicka  <jh@suse.cz>
25702         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
25703         max_loop_iterations_int.
25704         (tree_unswitch_outer_loop): Likewise.
25706 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
25708         PR tree-optimization/69489
25709         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
25710         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
25711         Revise dump message.
25712         (if_convertible_bb_p): Remove check on edge count of basic block's
25713         predecessors.
25715 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
25717         PR tree-optimization/56625
25718         PR tree-optimization/69489
25719         * tree-data-ref.h (DR_INNERMOST): New macro.
25720         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
25721         hashing struct innermost_loop_behavior.
25722         (ref_DR_map): Remove.
25723         (innermost_DR_map): New map.
25724         (baseref_DR_map): Revise comment.
25725         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
25726         to innermost_DR_map accroding to its innermost loop behavior.
25727         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
25728         to its innermost loop behavior.
25729         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
25730         Add initialization for innermost_DR_map.  Record memory reference
25731         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
25732         have innermost loop behavior.
25733         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
25734         innermost_DR_map.
25736 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
25738         * config/i386/i386.md (*lea<mode>_general_1): Rename from
25739         *lea_general_1.  Use explicit SWI12 mode interator.
25740         (*lea<mode>_general_2): Rename from *lea_general_2.
25741         Use explicit SWI12 mode interator.
25742         (*lea<mode>_general_3): Rename from *lea_general_3.
25743         Use explicit SWI12 mode interator.
25744         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
25745         Use explicit SWI12 mode interator.
25746         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
25747         Use explicit SWI48 mode interator.
25749 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
25751         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
25752         Short-cut unaligned load and store cases.  Handle all integer
25753         vector modes.
25754         (ix86_expand_vector_move_misalign): Short-cut unaligned load
25755         and store cases.  Call ix86_avx256_split_vector_move_misalign
25756         directly without checking mode class.
25758 2016-04-20  Andrew Pinski  <apinski@cavium.com>
25759             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25761         PR target/64971
25762         * config/aarch64/aarch64.md (sibcall): Force call
25763         address to be DImode for ILP32.
25764         (sibcall_value): Likewise.
25766 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
25768         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
25770 2016-04-20  Richard Biener  <rguenther@suse.de>
25772         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
25773         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
25774         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
25775         (maybe_push_res_to_seq): Adjust.
25776         * gimple-fold.c (maybe_build_generic_op): Likewise.
25778 2016-04-20  Marek Polacek  <polacek@redhat.com>
25780         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
25781         rather than true.
25783 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
25785         * config/i386/sse.md (vec_unpacks_lo_hi): Always
25786         use kmovw to support AVX512F target.
25788 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
25790         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
25792 2016-04-20  Marek Polacek  <polacek@redhat.com>
25794         PR tree-optimization/70725
25795         * tree-if-conv.c (is_false_predicate): New function.
25796         (predicate_mem_writes): Use it.
25798 2016-04-20  Richard Biener  <rguenther@suse.de>
25800         PR tree-optimization/70726
25801         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
25802         shift amounts from a pattern stmt operand.
25804 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25806         PR target/70674
25807         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
25808         stack_restore_from_fpr pattern when restoring r15.
25809         (s390_optimize_prologue): Strip away the memory barrier in the
25810         parallel when trying to get rid of restore insns.
25811         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
25812         definition for loading the stack pointer from an FPR.  Compared to
25813         the normal move insn this pattern includes a full memory barrier.
25815 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
25817         PR middle-end/70680
25818         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
25819         implicitly linear or lastprivate iterator on the outer context.
25821 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
25823         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
25824         alignment check.
25825         * config/i386/i386.md (ssememalign): Removed.
25826         * config/i386/sse.md: Remove ssememalign attribute from patterns.
25828 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
25830         PR target/69201
25831         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
25832         const short * to __builtin_ia32_loaddquhi512_mask.
25833         (_mm512_maskz_loadu_epi16): Likewise.
25834         (_mm512_mask_storeu_epi16): Pass short * to
25835         __builtin_ia32_storedquhi512_mask.
25836         (_mm512_mask_loadu_epi8): Pass const char * to
25837         __builtin_ia32_loaddquqi512_mask.
25838         (_mm512_maskz_loadu_epi8): Likewise.
25839         (_mm512_mask_storeu_epi8): Pass char * to
25840         __builtin_ia32_storedquqi512_mask.
25841         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
25842         const double * to __builtin_ia32_loadupd512_mask.
25843         (_mm512_mask_loadu_pd): Likewise.
25844         (_mm512_maskz_loadu_pd): Likewise.
25845         (_mm512_storeu_pd): Pass double * to
25846         __builtin_ia32_storeupd512_mask.
25847         (_mm512_mask_storeu_pd): Likewise.
25848         (_mm512_loadu_ps): Pass const float * to
25849         __builtin_ia32_loadups512_mask.
25850         (_mm512_mask_loadu_ps): Likewise.
25851         (_mm512_maskz_loadu_ps): Likewise.
25852         (_mm512_storeu_ps): Pass float * to
25853         __builtin_ia32_storeups512_mask.
25854         (_mm512_mask_storeu_ps): Likewise.
25855         (_mm512_mask_loadu_epi64): Pass const long long * to
25856         __builtin_ia32_loaddqudi512_mask.
25857         (_mm512_maskz_loadu_epi64): Likewise.
25858         (_mm512_mask_storeu_epi64): Pass long long *
25859         to __builtin_ia32_storedqudi512_mask.
25860         (_mm512_loadu_si512): Pass const int * to
25861         __builtin_ia32_loaddqusi512_mask.
25862         (_mm512_mask_loadu_epi32): Likewise.
25863         (_mm512_maskz_loadu_epi32): Likewise.
25864         (_mm512_storeu_si512): Pass int * to
25865         __builtin_ia32_storedqusi512_mask.
25866         (_mm512_mask_storeu_epi32): Likewise.
25867         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
25868         char * to __builtin_ia32_storedquqi256_mask.
25869         (_mm_mask_storeu_epi8): Likewise.
25870         (_mm256_mask_loadu_epi16): Pass const short * to
25871         __builtin_ia32_loaddquhi256_mask.
25872         (_mm256_maskz_loadu_epi16): Likewise.
25873         (_mm_mask_loadu_epi16): Pass const short * to
25874         __builtin_ia32_loaddquhi128_mask.
25875         (_mm_maskz_loadu_epi16): Likewise.
25876         (_mm256_mask_loadu_epi8): Pass const char * to
25877         __builtin_ia32_loaddquqi256_mask.
25878         (_mm256_maskz_loadu_epi8): Likewise.
25879         (_mm_mask_loadu_epi8): Pass const char * to
25880         __builtin_ia32_loaddquqi128_mask.
25881         (_mm_maskz_loadu_epi8): Likewise.
25882         (_mm256_mask_storeu_epi16): Pass short * to.
25883         __builtin_ia32_storedquhi256_mask.
25884         (_mm_mask_storeu_epi16): Pass short * to.
25885         __builtin_ia32_storedquhi128_mask.
25886         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
25887         const double * to __builtin_ia32_loadupd256_mask.
25888         (_mm256_maskz_loadu_pd): Likewise.
25889         (_mm_mask_loadu_pd): Pass onst double * to
25890         __builtin_ia32_loadupd128_mask.
25891         (_mm_maskz_loadu_pd): Likewise.
25892         (_mm256_mask_storeu_pd): Pass double * to
25893         __builtin_ia32_storeupd256_mask.
25894         (_mm_mask_storeu_pd): Pass double * to
25895         __builtin_ia32_storeupd128_mask.
25896         (_mm256_mask_loadu_ps): Pass const float * to
25897         __builtin_ia32_loadups256_mask.
25898         (_mm256_maskz_loadu_ps): Likewise.
25899         (_mm_mask_loadu_ps): Pass const float * to
25900         __builtin_ia32_loadups128_mask.
25901         (_mm_maskz_loadu_ps): Likewise.
25902         (_mm256_mask_storeu_ps): Pass float * to
25903         __builtin_ia32_storeups256_mask.
25904         (_mm_mask_storeu_ps): ass float * to
25905         __builtin_ia32_storeups128_mask.
25906         (_mm256_mask_loadu_epi64): Pass const long long * to
25907         __builtin_ia32_loaddqudi256_mask.
25908         (_mm256_maskz_loadu_epi64): Likewise.
25909         (_mm_mask_loadu_epi64): Pass const long long * to
25910         __builtin_ia32_loaddqudi128_mask.
25911         (_mm_maskz_loadu_epi64): Likewise.
25912         (_mm256_mask_storeu_epi64): Pass long long * to
25913         __builtin_ia32_storedqudi256_mask.
25914         (_mm_mask_storeu_epi64): Pass long long * to
25915         __builtin_ia32_storedqudi128_mask.
25916         (_mm256_mask_loadu_epi32): Pass const int * to
25917         __builtin_ia32_loaddqusi256_mask.
25918         (_mm256_maskz_loadu_epi32): Likewise.
25919         (_mm_mask_loadu_epi32): Pass const int * to
25920         __builtin_ia32_loaddqusi128_mask.
25921         (_mm_maskz_loadu_epi32): Likewise.
25922         (_mm256_mask_storeu_epi32): Pass int * to
25923         __builtin_ia32_storedqusi256_mask.
25924         (_mm_mask_storeu_epi32): Pass int * to
25925         __builtin_ia32_storedqusi128_mask.
25926         * config/i386/i386-builtin-types.def (PCSHORT): New.
25927         (PINT64): Likewise.
25928         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
25929         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
25930         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
25931         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
25932         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
25933         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
25934         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
25935         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
25936         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
25937         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
25938         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
25939         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
25940         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
25941         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
25942         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
25943         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
25944         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
25945         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
25946         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
25947         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
25948         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
25949         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
25950         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
25951         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
25952         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
25953         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
25954         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
25955         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
25956         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
25957         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
25958         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
25959         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
25960         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
25961         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
25962         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
25963         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
25964         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
25965         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
25966         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
25967         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
25968         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
25969         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
25970         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
25971         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
25972         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
25973         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
25974         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
25975         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
25976         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
25977         use UNSPEC_STOREU.
25978         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
25979         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
25980         load nor store.
25981         (ix86_expand_vector_move_misalign): Likewise.
25982         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
25983         to scalar function prototype for unaligned load/store builtins.
25984         (ix86_expand_special_args_builtin): Updated.
25985         * config/i386/sse.md (UNSPEC_LOADU): Removed.
25986         (UNSPEC_STOREU): Likewise.
25987         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
25988         (VI_ULOADSTORE_F_AVX512VL): Likewise.
25989         (ssescalarsize): Handle V4TI, V2TI and V1TI.
25990         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
25991         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
25992         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
25993         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
25994         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
25995         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
25996         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
25997         (<avx512>_storedqu<mode>_mask): Likewise.
25998         (*sse4_2_pcmpestr_unaligned): Likewise.
25999         (*sse4_2_pcmpistr_unaligned): Likewise.
26000         (*mov<mode>_internal): Renamed to ...
26001         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
26002         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
26003         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
26004         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
26006 2016-04-19  Richard Biener  <rguenther@suse.de>
26008         PR tree-optimization/70171
26009         * tree-ssa-phiprop.c: Include stor-layout.h.
26010         (phiprop_insert_phi): Handle the aggregate copy case.
26011         (propagate_with_phi): Likewise.
26013 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
26015         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
26016         instead of simplify_gen_subreg (... , 0).
26017         (ix86_delegitimize_address): Ditto.
26018         (ix86_split_divmod): Ditto.
26019         (ix86_split_copysign_const): Ditto.
26020         (ix86_split_copysign_var): Ditto.
26021         (ix86_expand_args_builtin): Ditto.
26022         (ix86_expand_round_builtin): Ditto.
26023         (ix86_expand_special_args_builtin): Ditto.
26024         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
26025         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
26026         (udivmodqi4): Ditto.
26027         (absneg splitters): Ditto.
26028         (*jcc_bt<mode>_1): Ditto.
26030 2016-04-19  Richard Biener  <rguenther@suse.de>
26032         PR tree-optimization/70724
26033         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
26034         restoring out from ...
26035         (free_scc_vn): ... here.
26036         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
26037         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
26038         tail merging.
26039         (pass_fre::execute): Restore SSA info.
26041 2016-04-19  Richard Biener  <rguenther@suse.de>
26043         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
26044         * gimple-walk.c (walk_gimple_op): Initialize it.
26045         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
26046         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
26047         remapping SSA names of defs.
26048         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
26049         adjustment.
26051 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
26053         PR middle-end/70689
26054         * lra-constraints.c (equiv_substition_p): New.
26055         (process_alt_operands): Use it.
26056         (swap_operands): Swap it.
26057         (curr_insn_transform): Update it.
26059 2016-04-18  Michael Matz  <matz@suse.de>
26061         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
26062         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
26063         * tree-core.h (tree_type_common.align): Use bit-field.
26064         (tree_type_common.spare): New.
26065         (tree_decl_common.off_align): Make smaller.
26066         (tree_decl_common.align): Use bit-field.
26068         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
26069         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
26070         (scan_sharing_clauses): Ditto.
26071         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
26072         (omp_finish_file): Ditto.
26073         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
26074         (layout_decl): Ditto.
26075         (relayout_decl): Ditto.
26076         (finalize_record_size): Use SET_TYPE_ALIGN.
26077         (finalize_type_size): Ditto.
26078         (finish_builtin_struct): Ditto.
26079         (layout_type): Ditto.
26080         (initialize_sizetypes): Ditto.
26081         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
26082         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
26083         (lookup_field_for_decl): Use SET_DECL_ALIGN.
26084         (get_chain_field): Ditto.
26085         (get_trampoline_type): Ditto.
26086         (get_nl_goto_field): Ditto.
26087         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
26088         SET_DECL_ALIGN.
26089         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
26090         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
26091         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
26092         (build_qualified_type): Use SET_TYPE_ALIGN.
26093         (build_aligned_type, build_range_type_1): Ditto.
26094         (build_atomic_base): Ditto.
26095         (build_common_tree_nodes): Ditto.
26096         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
26097         (expand_one_stack_var_at): Ditto.
26098         * coverage.c (build_var): Use SET_DECL_ALIGN.
26099         * except.c (init_eh): Ditto.
26100         * function.c (assign_parm_setup_block): Ditto.
26101         * symtab.c (increase_alignment_1): Ditto.
26102         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
26103         * tree-vect-stmts.c (ensure_base_align): Ditto.
26104         * varasm.c (align_variable): Ditto.
26105         (assemble_variable): Ditto.
26106         (build_constant_desc): Ditto.
26107         (output_constant_def_contents): Ditto.
26109         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
26110         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
26111         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
26112         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
26113         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
26115 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
26117         PR target/70708
26118         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
26119         replace %vmovsd with "%vmovq".
26120         (vec_concatv2df): Likewise.
26122 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
26124         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
26125         (*vec_extractv2si_0): Ditto.
26126         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
26127         (zero_extended_scalar_load_operand splitters): Ditto.
26128         (vec_extract splitters): Ditto.
26129         (*vec_extractv4si_0_zext): Ditto.
26130         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
26131         and lowpart_subreg.
26132         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
26133         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
26134         (*sse4_1_extractps): Use lowpart_subreg.
26135         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
26137 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26139         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
26140         gld requirements.
26141         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
26142         Mention Solaris 11 packaging changes.
26143         Update gas and gld requirements.
26144         Remove reference to pre-Solaris 10 bug.
26145         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
26146         systems and bugs.
26147         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
26148         with cc.
26150 2016-04-17  Jan Hubicka  <jh@suse.cz>
26152         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
26153         max_loop_iterations_int.
26155 2016-04-18  Richard Biener  <rguenther@suse.de>
26157         PR tree-optimization/43434
26158         * tree-ssa-structalias.c (struct vls_data): New.
26159         (visit_loadstore): Handle all pointer-based accesses.
26160         (compute_dependence_clique): Compute a bitmap of restrict tags
26161         assigned bases and pass it to visit_loadstore.
26163 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
26165         PR target/70711
26166         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
26167         armv8.1-a and armv8.1-a+crc.
26169 2016-04-18  Richard Biener  <rguenther@suse.de>
26171         PR tree-optimization/70701
26172         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
26173         references after translating through a memcpy.
26175 2016-04-18  Richard Biener  <rguenther@suse.de>
26177         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
26178         (compute_antic): ... here.  For partial antic use regular
26179         postorder and scrap iteration.
26180         (compute_partial_antic_aux): Remove unused return value.
26181         (init_pre): Do not allocate postorder.
26182         (fini_pre): Do not free postorder.
26184 2016-04-18  Richard Biener  <rguenther@suse.de>
26186         PR middle-end/37870
26187         * expmed.c (extract_bit_field_1): Remove broken case
26188         using a wider MODE_INT mode.
26190 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
26192         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
26193         unless compiling with at least GCC-4.8.
26195 2016-04-17  Jan Hubicka  <jh@suse.cz>
26197         PR bootstrap/70706
26198         * graphite.c (graphite_finalize): Update call to
26199         tree_estimate_probability.
26200         * predict.h (tree_estimate_probability): Update prototype.
26202 2016-04-17  Jan Hubicka  <jh@suse.cz>
26204         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
26205         (tree_estimate_probability): Likewise.
26206         (pass_profile::execute): Update.
26207         (report_predictor_hitrates): New function.
26208         * profile.c (compute_branch_probabilities): Use it.
26209         * predict.h (report_predictor_hitrates): Declare.
26211 2016-04-17  Jan Hubicka  <jh@suse.cz>
26213         PR ipa/70018
26214         * cgraph.h (cgraph_node::set_const_flag,
26215         cgraph_node::set_pure_flag): Update prototype to return bool;
26216         update comment.
26217         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
26218         of interposable symbol are interposable, too.
26219         (cgraph_set_const_flag_1): Rename to ...
26220         (set_const_flag_1): ... this one; change to self recursive function
26221         instead of call_for_symbol_thunks_and_aliases. Handle correctly
26222         clearnig the flag in all variants and also virtual thunks of const
26223         functions are pure; track if any change was done.
26224         (cgraph_node::set_const_flag): Update.
26225         (struct set_pure_flag_info): New struct.
26226         (cgraph_set_pure_flag_1): Rename to ...
26227         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
26228         rather than pointer encoded flags; track if any changes was done;
26229         handle correctly clearning flag and setting flag of aliases already
26230         declared const.
26231         (cgraph_node::set_pure_flag): Update.
26232         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
26234 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26236         PR other/70433
26237         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
26238         backslash in label.
26240 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26242         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
26243         '{}<> ' as escape-for-record.
26245 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26247         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
26248         structure.
26250 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26252         PR other/70185
26253         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
26254         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
26255         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
26256         * passes.c (finish_optimization_passes): Only call
26257         finish_graph_dump_file if dfi->graph_dump_initialized.
26258         (execute_function_dump, pass_init_dump_file): Use
26259         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
26261 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26263         PR tree-optimization/70256
26264         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
26265         (debug_varmap): New function.
26267 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26269         PR other/70183
26270         * passes.c (pass_manager::register_pass): Propagate pflags.
26272 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26274         PR other/68875
26275         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
26276         * passes.c (pass_manager::pass_manager): Declare and init p_start in
26277         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
26278         check if it's equal to p_start.
26279         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
26281 2016-04-15  Jan Hubicka  <jh@suse.cz>
26283         PR ipa/70018
26284         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
26285         function does not bind to current def.
26286         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
26287         handle conservatively calls to functions that does not need to bind
26288         to current def.
26289         (check_call): Update call of worse_state.
26290         (ignore_edge_for_nothrow): Update.
26291         (ignore_edge_for_pure_const): Likewise.
26292         (propagate_pure_const): Update calls to worse_state.
26293         (skip_function_for_local_pure_const): Reformat comments.
26295 2016-04-15  Jan Hubicka  <jh@suse.cz>
26297         PR ipa/70018
26298         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
26299         (cgraph_node::function_symbol): Likewise.
26300         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
26301         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
26302         (symtab_node::ultimate_alias_target): Add REF parameter.
26303         (symtab_node::binds_to_current_def_p): Declare.
26304         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
26305         (cgraph_node::function_symbol): Likewise.
26306         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
26307         (cgraph_node::get_availability): Likewise.
26308         (cgraph_edge::binds_to_current_def_p): New inline function.
26309         (varpool_node::get_availability): Add REF parameter.
26310         (varpool_node::ultimate_alias_target): Likewise.
26311         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
26312         (symtab_node::binds_to_current_def_p): Likewise.
26313         * varpool.c (varpool_node::get_availability): Likewise.
26315 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
26317         PR target/70662
26318         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
26319         Fix mode size check.
26321 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
26323         * BASE-VER: Set to 7.0.0.
26325 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
26327         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
26329 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26331         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
26332         architecture revisions.
26334 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
26336         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
26337         * config/i386/i386.c (ix86_using_red_zone): No longer static.
26338         * config/i386/i386.md (stack decrement to push peepholes): Guard
26339         with !x86_using_red_zone ().
26341 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
26343         PR c++/70675
26344         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
26345         to dump_generic_node.
26346         (NIY): Pass also flags to do_niy.
26348 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26350         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
26351         (simd_clone_vector_of_formal_parm_types)
26352         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
26353         (simd_clone_mangle, simd_clone_create)
26354         (simd_clone_adjust_return_type, create_tmp_simd_array)
26355         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
26356         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
26357         (ipa_simd_modify_function_body, simd_clone_linear_addend)
26358         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
26359         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
26360         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
26361         * omp-simd-clone.c: ... this new file.
26362         (simd_clone_vector_of_formal_parm_types): Make it static.
26363         * Makefile.in (OBJS): Add omp-simd-clone.o.
26365 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
26367         PR target/70662
26368         * config/i386/sse.md: Use proper memory operand modifiers.
26371 2016-04-15  Richard Biener  <rguenther@suse.de>
26372         Alan Modra  <amodra@gmail.com>
26374         PR tree-optimization/70130
26375         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
26376         when alignment stays not the same and no not use the realign
26377         scheme then.
26379 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
26381         PR target/70669
26382         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
26383         direct move handlers for KFmode. Change TFmode handlers test from
26384         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
26386 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
26388         PR c++/70594
26389         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
26390         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
26391         (inlined_polymorphic_ctor_dtor_block_p): Use it.
26392         * tree-ssa-live.c (remove_unused_scope_block_p): When
26393         in_ctor_dtor_block, avoid discarding not just BLOCKs with
26394         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
26395         block_ultimate_origin is FUNCTION_DECL.
26396         (remove_unused_locals): If current_function_decl is
26397         polymorphic_ctor_dtor_p, pass initial true to
26398         remove_unused_scope_block_p' is_ctor_dtor_block.
26400 2016-04-14  Martin Sebor  <msebor@redhat.com>
26402         PR c++/69517
26403         PR c++/70019
26404         PR c++/70588
26405         * doc/extend.texi (Variable Length): Revert.
26407 2016-04-14  Marek Polacek  <polacek@redhat.com>
26408             Jan Hubicka  <hubicka@ucw.cz>
26410         PR c++/70029
26411         * tree.c (verify_type): Disable the canonical type of main variant
26412         check.
26414 2016-04-14  Jason Merrill  <jason@redhat.com>
26416         * cfgexpand.c, expr.c: Revert previous change.
26418 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
26420         PR middle-end/70643
26421         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
26422         when building a mem ref for the incoming reduction variable.
26424 2016-04-14  Richard Biener  <rguenther@suse.de>
26426         PR tree-optimization/70614
26427         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
26428         loop if the evolution dropped to chrec_dont_know.
26429         (interpret_condition_phi): Likewise.
26431 2016-04-14  Richard Biener  <rguenther@suse.de>
26433         PR tree-optimization/70623
26434         * tree-ssa-pre.c (changed_blocks): Make global ...
26435         (compute_antic): ... local here.  Move and fix worklist
26436         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
26437         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
26438         worklist handling, dump when ANTIC_IN changed.
26439         (compute_partial_antic_aux): Remove worklist handling.
26440         (init_pre): Do not compute post dominators.  Add a comment about
26441         the CFG order chosen.
26442         (fini_pre): Do not free post dominators.
26444 2016-04-13  Martin Sebor  <msebor@redhat.com>
26446         PR c++/69517
26447         PR c++/70019
26448         PR c++/70588
26449         * doc/extend.texi (Variable Length): Document C++ specifics.
26451 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
26453         PR c++/70641
26454         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
26455         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
26456         eh edges have been purged.
26458         PR c++/70594
26459         * tree-sra.c (create_access_replacement,
26460         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
26461         gets fancy name.
26462         * tree-pretty-print.c (dump_fancy_name): New function.
26463         (dump_decl_name, dump_generic_node): Use it.
26465 2016-04-13  Jason Merrill  <jason@redhat.com>
26467         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
26468         * expr.c (expand_expr_real_1): Likewise.
26470 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
26472         * config/i386/i386.md (kunpckhi): Swap operands.
26473         (kunpcksi): Likewise.
26474         (kunpckdi): Likewise.
26475         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
26476         (vec_pack_trunc_<mode>): Likewise.
26478 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
26480         PR debug/70628
26481         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
26483         PR middle-end/70633
26484         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
26485         gimplification turns some element into non-constant.
26487         PR debug/70628
26488         * rtl.h (convert_memory_address_addr_space_1): New prototype.
26489         * explow.c (convert_memory_address_addr_space_1): No longer static,
26490         add NO_EMIT argument and don't call convert_modes if true, pass
26491         it down recursively, remove break after return.
26492         (convert_memory_address_addr_space): Adjust caller.
26493         * simplify-rtx.c (simplify_unary_operation_1): Call
26494         convert_memory_address_addr_space_1 instead of convert_memory_address,
26495         if it returns NULL, don't simplify.
26497 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
26499         PR target/70630
26500         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
26502 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
26504         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
26505         Bump the upper SIMDLEN limits, so that if the return type or
26506         characteristic type if the return type is void can be passed in
26507         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
26508         allowed.
26510 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
26512         PR target/70640
26513         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
26514         Do not use "=" constraint on an input constraint.
26515         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
26516         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
26517         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
26518         generates (neg (abs ...)) instead of (abs ...).
26520 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
26522         PR rtl-optimization/70596
26523         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
26524         just invalidate LRA data and reset them.  Adjust dump wording.
26526 2016-04-12  Martin Liska  <mliska@suse.cz>
26528         Revert
26529         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
26531         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
26532         estimates here.
26533         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
26534         max_loop_iterations_int.
26535         (tree_unswitch_outer_loop): Likewise.
26536         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
26537         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
26539 2016-04-12  Tom de Vries  <tom@codesourcery.com>
26541         PR tree-optimization/68756
26542         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
26543         instead of new_name.
26545 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
26547         PR tree-optimization/70602
26548         * tree-sra.c (generate_subtree_copies): Don't write anything into
26549         constant pool decls.
26551         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
26552         regardless whether there are depend clauses or not.
26554 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
26556         PR target/70381
26557         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
26558         target attribute and pragma from changing the -mfloat128
26559         and -mfloat128-hardware options.
26561         * doc/extend.texi (Additional Floating Types): Document PowerPC
26562         __float128 restrictions.
26564 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
26566         PR target/70133
26567         * config/aarch64/driver-aarch64.c
26568         (aarch64_get_extension_string_for_isa_flags): New.
26569         (arch_extension): Rename to...
26570         (aarch64_arch_extension): ...This.
26571         (ext_to_feat_string): Rename to...
26572         (aarch64_extensions): ...This.
26573         (aarch64_core_data): Keep track of architecture extension flags.
26574         (cpu_data): Rename to...
26575         (aarch64_cpu_data): ...This.
26576         (aarch64_arch_driver_info): Keep track of architecture extension
26577         flags.
26578         (get_arch_name_from_id): Rename to...
26579         (get_arch_from_id): ...This, change return type.
26580         (host_detect_local_cpu): Update and reformat for renames, handle
26581         extensions through common infrastructure.
26583 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
26585         PR target/70133
26586         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
26587         track of a canonical flag name.
26588         (all_extensions): Likewise.
26589         (arch_to_arch_name): Also track extension flags enabled by the arch.
26590         (all_architectures): Likewise.
26591         (aarch64_parse_extension): Move to here.
26592         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
26593         rework.
26594         (aarch64_rewrite_selected_cpu): Update for above change.
26595         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
26596         are handled, such that the single explicit value enabled by an
26597         extension is kept seperate from the implicit values it also enables.
26598         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
26599         to here.
26600         (aarch64_parse_extension): New.
26601         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
26602         here to config/aarch64/aarch64-protos.h.
26603         (aarch64_parse_extension): Move from here to
26604         common/config/aarch64/aarch64-common.c.
26605         (aarch64_option_print): Update.
26606         (aarch64_declare_function_name): Likewise.
26607         (aarch64_start_file): Likewise.
26608         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
26609         the canonical flag for extensions.
26610         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
26611         flags.
26613 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
26615         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
26616         AARCH64_FL_CRC.
26618 2016-04-09  Tom de Vries  <tom@codesourcery.com>
26620         PR tree-optimization/68953
26621         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
26622         first to last subscript.
26624 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
26626         PR tree-optimization/70586
26627         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
26628         for any calls.
26630 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
26632         PR lto/70289
26633         PR ipa/70348
26634         PR tree-optimization/70373
26635         PR middle-end/70533
26636         PR middle-end/70534
26637         PR middle-end/70535
26638         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
26639         clauses for acc parallel reductions as necessary.  Error on those
26640         that are private.
26641         * omp-low.c (scan_sharing_clauses): Don't install variables which
26642         are used in acc parallel reductions.
26643         (lower_rec_input_clauses): Remove dead code.
26644         (lower_oacc_reductions): Add support for reference reductions.
26645         (lower_reduction_clauses): Remove dead code.
26646         (lower_omp_target): Don't remap variables appearing in acc parallel
26647         reductions.
26648         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
26650 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
26652         PR middle-end/70593
26653         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
26654         with multiple SSA_NAME defs, force the outputs other than first
26655         to be live before calling live_track_process_def on each output.
26657         PR rtl-optimization/70574
26658         * fwprop.c (forward_propagate_and_simplify): Don't add
26659         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
26660         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
26661         paradoxical subregs within *loc.
26663 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
26665         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
26666         -ftree-parallelize-loops={0,1}.
26667         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
26668         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
26669         * config/ia64/hpux.h (LIB_SPEC): Likewise.
26670         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
26671         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
26673 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
26675         PR sanitizer/70541
26676         * asan.c (instrument_derefs): If we get unknown location, extract it
26677         with EXPR_LOCATION.
26678         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
26680 2016-04-08  Tom de Vries  <tom@codesourcery.com>
26682         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
26683         implicit firstprivate clause.
26685 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26687         PR target/70566
26688         * config/arm/thumb2.md (tst + branch-> lsls + branch
26689         peephole below *orsi_not_shiftsi_si): Require that condition
26690         register is dead after the peephole.
26691         (second peephole after the above): Likewise.
26693 2016-04-08  Alan Modra  <amodra@gmail.com>
26695         PR target/70117
26696         * builtins.c (fold_builtin_classify): For IBM extended precision,
26697         look at just the high-order double to test for NaN.
26698         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
26699         test just the high double for Inf but both doubles for subnormal
26700         limit.
26702 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
26704         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
26705         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
26706         node->simdclone->mask_mode != VOIDmode masks.
26707         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
26708         earlier, use it instead of node->simdclone.
26709         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
26710         Set clonei->mask_mode.
26712 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
26714         PR c/70436
26715         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
26716         Pass it through to cp_parser_already_scoped_statement.
26717         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
26718         it through to cp_parser_statement.
26719         (cp_parser_statement): Pass IF_P through to
26720         cp_parser_iteration_statement.
26721         (cp_parser_pragma): Adjust call to
26722         cp_parser_iteration_statement.
26724 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
26726         PR c/70436
26727         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
26728         resolve a future -Wparentheses warning.
26729         * omp-low.c (scan_sharing_clauses): Likewise.
26730         * tree-parloops.c (eliminate_local_variables): Likewise.
26732 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
26734         PR rtl-optimization/70398
26735         * lra-constraints.c (process_address_1): Check zero scale and code
26736         for reloading with zero scale.
26738 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
26740         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
26741         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
26743 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
26745         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
26746         Add support for AVX512F clones, include them by default for
26747         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
26748         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
26749         up to 128.
26751         PR middle-end/70550
26752         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
26753         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
26754         firstprivate clauses.
26755         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
26756         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
26757         (lower_omp_target): Set TREE_NO_WARNING for
26758         non-addressable possibly uninitialized vars which are copied into
26759         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
26761 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
26763         * config/pa/predicates.md (integer_store_memory_operand): Accept
26764         REG+D operands with a large offset when reload_in_progress is true.
26765         (floating_point_store_memory_operand): Likewise.
26767 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
26769         PR c++/70336
26770         * match.pd (nested int casts): Limit to GIMPLE.
26772 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
26774         PR ipa/66223
26775         * ipa-devirt.c (maybe_record_node): Fix comment; use
26776         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
26778 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
26780         PR rtl-optimization/70542
26781         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
26782         if there are any uses other than insn or debug insns.
26784 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
26785             Jakub Jelinek  <jakub@redhat.com>
26787         PR tree-optimization/70509
26788         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
26789         Shift HOST_WIDE_INT_1U instead of 1.
26791 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
26793         PR tree-optimization/70509
26794         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
26795         of the vector base type for index.
26797 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
26799         PR target/70510
26800         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
26802 2016-04-05  Richard Biener  <rguenther@suse.de>
26804         PR tree-optimization/70526
26805         * tree-sra.c (build_ref_for_offset): Use prev_base to
26806         extract the alias pointer type.
26808 2016-04-05  Richard Biener  <rguenther@suse.de>
26810         * dse.c (struct store_info): Remove alias_set member.
26811         (struct read_info_type): Likewise.
26812         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
26813         spill_deleted, clear_alias_set_lookup): Remove.
26814         (get_group_info): Remove dead base == NULL_RTX case.
26815         (dse_step0): Remove initialization of removed variables.
26816         (delete_dead_store_insn): Reomve alias set dumping.
26817         (free_read_records): Remove alias_set handling.
26818         (canon_address): Remove alias_set_out parameter.
26819         (record_store): Remove spill_alias_set, it's always zero.
26820         (check_mem_read_rtx): Likewise.
26821         (dse_step2): Rename from ...
26822         (dse_step2_nospill): ... this.  Adjust.
26823         (scan_stores): Rename from ...
26824         (scan_stores_nospill): ... this.
26825         (scan_reads): Rename from ...
26826         (scan_reads_nospill): ... this.
26827         (scan_stores_spill, scan_reads_spill): Remove.
26828         (dse_step3_scan): Remove for_spills argument which is always false.
26829         (dse_step3): Likewise.
26830         (dse_step5): Rename from ...
26831         (dse_step5_nospill): ... this.  Remove alias_set handling.
26832         (rest_of_handle_dse): Adjust.
26834 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
26836         PR target/70525
26837         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
26838         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
26839         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
26840         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
26842 2016-04-05  Richard Biener  <rguenther@suse.de>
26844         PR middle-end/70499
26845         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
26846         non-register type temporaries into SSA.
26848 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
26850         PR ipa/66223
26851         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
26852         calls when sanitizing.
26853         (possible_polymorphic_call_target_p): Fix formatting.
26855 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26856             Jakub Jelinek  <jakub@redhat.com>
26858         PR middle-end/70457
26859         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
26860         to ensure a call statement is compatible with a built-in's
26861         prototype.
26862         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
26863         Likewise.
26865 2016-04-04  Richard Biener  <rguenther@suse.de>
26867         PR rtl-optimization/70484
26868         * rtl.h (canon_output_dependence): Declare.
26869         * alias.c (canon_output_dependence): New function.
26870         * dse.c (record_store): Use canon_output_dependence rather
26871         than canon_true_dependence.
26873 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
26875         PR ipa/68881
26876         * cgraph.h (symtab_node::copy_visibility_from): New function.
26877         * symtab.c (symtab_node::copy_visibility_from): New function.
26878         * ipa-visibility.c (optimize_weakref): New function.
26879         (function_and_variable_visibility): Use it.
26881 2016-04-04  Martin Liska  <mliska@suse.cz>
26883         PR hsa/70402
26884         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
26885         value that is really in range handled by SBR instruction.
26886         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
26887         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
26888         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
26890 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
26892         PR target/70416
26893         PR target/67391
26894         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
26895         set, but not for SP_REG operands.
26897 2016-04-02  Martin Sebor  <msebor@redhat.com>
26899         PR c++/67376
26900         * fold-const.c (maybe_nonzero_address): New function.
26901         (fold_comparison): Call it.  Fold equality and relational
26902         expressions involving null pointers.
26903         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
26905 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
26907         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
26908         the "Y" constraint (scalar FP 0.0 immediate).
26910         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
26911         Add the "const_double" to the list of operand constraints.
26913 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
26915         PR rtl-optimization/70467
26916         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
26917         If low word of the last operand is 0, just emit addition/subtraction
26918         for the high word.
26920 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
26922         PR target/70404
26923         * config/s390/s390.c (s390_expand_insv): Check for everything
26924         constant instead of just VOIDmode stuff.
26926 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
26928         PR target/70496
26929         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
26931 2016-04-01  Nathan Sidwell  <nathan@acm.org>
26933         * tree.def (TRY_CATCH_EXPR): Correct documentation.
26935 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
26937         PR rtl-optimization/70461
26938         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
26939         is necessary.
26941 2016-03-31  Martin Liska  <mliska@suse.cz>
26943         PR hsa/70399
26944         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
26945         a tree value or an immediate integer value to a buffer
26946         that is eventually copied to a BRIG section.
26947         (emit_immediate_operand): Call the function here.
26948         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
26949         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
26950         of class' fields that are removed.
26951         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
26952         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
26953         m_brig_repr_size fields.
26955 2016-03-31  Martin Liska  <mliska@suse.cz>
26957         PR hsa/70391
26958         * hsa-gen.c (hsa_function_representation::update_dominance): New
26959         function.
26960         (convert_addr_to_flat_segment): Likewise.
26961         (gen_hsa_memory_set): New alignment argument.
26962         (gen_hsa_ctor_assignment): Likewise.
26963         (gen_hsa_insns_for_single_assignment): Provide alignment
26964         to gen_hsa_ctor_assignment.
26965         (gen_hsa_insns_for_direct_call): Add new argument.
26966         (expand_lhs_of_string_op): New function.
26967         (expand_string_operation_builtin): Likewise.
26968         (expand_memory_copy): New function.
26969         (expand_memory_set): New function.
26970         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
26971         (convert_switch_statements): Change signature.
26972         (generate_hsa): Use a return value of the function.
26973         (pass_gen_hsail::execute): Do not call
26974         convert_switch_statements here.
26975         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
26976         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
26977         (hsa_function_representation::update_dominance): New function.
26979 2016-03-31  Martin Liska  <mliska@suse.cz>
26981         PR hsa/70391
26982         * hsa-brig.c (emit_directive_variable): Emit alignment
26983         according to hsa_symbol::m_align.
26984         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
26985         (dump_hsa_symbol): Dump alignment of HSA symbols.
26986         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
26987         (gen_hsa_addr_with_align): New function.
26988         (hsa_bitmemref_alignment): Use newly added function.
26989         (gen_hsa_insns_for_load): Likewise.
26990         (gen_hsa_insns_for_store): Likewise.
26991         (gen_hsa_memory_copy): New argument added.
26992         (gen_hsa_insns_for_single_assignment): Respect
26993         alignment for assignments processed via gen_hsa_memory_copy.
26994         (gen_hsa_insns_for_direct_call): Likewise.
26995         (gen_hsa_insns_for_return): Likewise.
26996         (gen_function_def_parameters): Set default alignment.
26997         * hsa.c (hsa_object_alignment): New function.
26998         (hsa_byte_alignment): Pasted function.
26999         * hsa.h (hsa_symbol::m_align): New field.
27001 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
27003         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
27004         scratch field for goto case.
27006 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
27008         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
27010 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
27012         PR target/70442
27013         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
27014         (scalar_chain::convert_insn): Call convert_op for reg
27015         moves to handle undefined registers.
27017 2016-03-31  Nathan Sidwell  <nathan@acm.org>
27019         PR c++/70393
27020         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
27021         Assert we don't want to move backwards.
27023 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
27025         PR target/70453
27026         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
27028 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
27030         PR rtl-optimization/70460
27031         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
27032         with operand from REG_LABEL_OPERAND, instead substitute
27033         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
27034         Don't do anything for REG_NON_LOCAL_GOTO jumps.
27036 2016-03-31  Martin Liska  <mliska@suse.cz>
27038         * passes.c (execute_one_pass): Do not call
27039         todo_after for a discarded function.
27041 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
27043         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
27044         (no_cost, infinite_cost): Initialize the new field.
27045         (get_computation_cost_at): Record setup cost.
27046         (determine_use_iv_cost_address): Skip cost computation for sub
27047         uses if we can estimate it without losing accuracy.
27049 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
27051         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
27052         estimates here.
27053         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
27054         max_loop_iterations_int.
27055         (tree_unswitch_outer_loop): Likewise.
27056         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
27057         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
27059 2016-03-30  Richard Biener  <rguenther@suse.de>
27061         PR middle-end/70450
27062         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
27064 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
27066         PR target/70421
27067         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
27068         in gen_blendm expander.
27070 2016-03-30  Nick Clifton  <nickc@redhat.com>
27072         PR target/62254
27073         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
27074         case where we are already provided with an SImode SUBREG.
27076 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
27078         PR target/70439
27079         * config/i386/i386.c (ix86_expand_epilogue): Properly check
27080         conflict between DRAP register and __builtin_eh_return.
27082 2016-03-30  Michael Matz  <matz@suse.de>
27083             Richard Biener  <rguenther@suse.de>
27085         PR ipa/12392
27086         * ipa-polymorphic-call.c (struct type_change_info): Change
27087         speculative to an unsigned allowing to limit the work we do.
27088         (csftc_abort_walking_p): New inline function..
27089         (check_stmt_for_type_change): Limit the number of may-defs
27090         skipped for speculative devirtualization to
27091         max-speculative-devirt-maydefs.
27092         * params.def (max-speculative-devirt-maydefs): New param.
27093         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
27095 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
27097         PR target/63890
27098         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
27099         and TARGET_MACHO.
27101 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
27103         PR tree-optimization/59124
27104         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
27105         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
27107 2016-03-29  Jeff Law  <law@redhat.com>
27109         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
27111 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
27113         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
27114         to HOST_WIDE_INT.
27116 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
27118         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
27119         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
27120         gcrt0.o if linking dynamically.
27122 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
27124         PR ipa/70283
27125         * ipa-devirt.c (methods_equal_p): New function.
27126         (compare_virtual_tables): Use it.
27127         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
27128         * cgraphclones.c (clone_function_name_1): Use
27129         symbol_table::symbol_suffix_separator.
27130         * coverage.c (build_var): Likewise.
27131         * symtab.c (symbol_table::symbol_suffix_separator): New.
27133 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
27135         PR rtl-optimization/70429
27136         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
27137         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
27138         mode != result_mode.
27140         PR c++/70353
27141         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
27143         PR tree-optimization/70405
27144         * ssa-iterators.h (num_imm_uses): Add missing braces.
27146 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
27148         PR rtl-optimization/68695
27149         * ira-color.c (allocno_copy_cost_saving): New.
27150         (improve_allocation): Use it.
27152 2016-03-29  Richard Henderson  <rth@redhat.com>
27154         PR middle-end/70355
27155         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
27157 2016-03-29  Richard Biener  <rguenther@suse.de>
27159         PR middle-end/70424
27160         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
27161         use alignment returned by get_pointer_alignment_1 if it is
27162         bigger than BITS_PER_UNIT.
27163         * builtins.c (get_pointer_alignment_1): Do not return true
27164         for alignment extracted from SSA info.
27166 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
27168         * config/ft32/ft32.opt (mnodiv): New.
27169         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
27170         * doc/invoke.texi (FT32 Options -mnodiv): New.
27172 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
27174         PR target/70406
27175         * config/i386/i386.md (define_split, andn): Fix modes.
27177 2016-03-26  Richard Biener  <rguenther@suse.de>
27178             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
27180         PR ipa/70366
27181         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
27182         instead of
27183         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
27184         as 2nd argument to cl_optimization_restore().
27186 2016-03-25  Richard Henderson  <rth@redhat.com>
27188         PR target/70120
27189         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
27190         * config/aarch64/aarch64-protos.h: Declare it.
27191         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
27193 2016-03-25  Alan Modra  <amodra@gmail.com>
27195         PR target/70052
27196         * config/rs6000/constraints.md (j): Simplify.
27197         * config/rs6000/predicates.md (easy_fp_constant): Exclude
27198         decimal float 0.D.
27199         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
27200         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
27201          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
27202         in all constraint alternatives.
27203         (movtd_64bit_nodm): Delete "j" constraint alternative.
27205 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
27207         * tree-ssa-propagate.c: Enhance docs for
27208         SSA_PROP_NOT_INTERESTING.
27210 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
27212         * doc/extend.texi: Fix typo in documentation to pure attribute.
27214 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
27216         PR target/70319
27217         * config/pa/pa.md (bswapdi2): Use a scratch register.
27219 2016-03-24  Richard Henderson  <rth@redhat.com>
27221         PR middle-end/69845
27222         * fold-const.c (extract_muldiv_1): Correct test for multiplication
27223         overflow.
27225 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
27227         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
27228         using ix86_expand_binary_operator instead of gen_andsi3.
27230 2016-03-24  Richard Biener  <rguenther@suse.de>
27232         PR tree-optimization/70396
27233         * tree-vect-stmts.c (vectorizable_comparison): Use
27234         get_vectype_for_scalar_type.
27236 2016-03-24  Richard Biener  <rguenther@suse.de>
27238         PR middle-end/70370
27239         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
27240         with register bases.
27242 2016-03-24  Richard Biener  <rguenther@suse.de>
27244         PR tree-optimization/70372
27245         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
27246         build_all_ones_cst to also handle vector types correctly.
27248 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
27250         PR target/70381
27251         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
27252         -mfloat128 here.
27254 2016-03-23  Marek Polacek  <polacek@redhat.com>
27256         PR c++/69884
27257         * doc/invoke.texi: Document -Wignored-attributes.
27259 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
27261         PR tree-optimization/69042
27262         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
27263         parameter from 30 to 40.
27265 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
27267         PR tree-optimization/69042
27268         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
27269         for use with constant offset stripped in base.
27271 2016-03-23  Richard Biener  <rguenther@suse.de>
27273         PR middle-end/70251
27274         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
27275         mode compatibility check.
27276         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
27278 2016-03-23  Jeff Law  <law@redhat.com>
27280         PR tree-optimization/64058
27281         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
27282         CONFLICT_COUNT.
27283         (struct ssa_conflicts): Move up earlier in the file.
27284         (conflicts_, var_map_): New static variables.
27285         (initialize_conflict_count): New function to initialize the
27286         CONFLICT_COUNT field for each conflict pair.
27287         (compare_pairs): Lazily initialize the conflict count and use it
27288         as the first tie-breaker.
27289         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
27290         and wipe conflicts_ and map_ around the call to qsort.  Remove
27291         special case for 2 coalesce pairs.
27292         * bitmap.c (bitmap_count_unique_bits): New function.
27293         (bitmap_count_bits_in_word): New function, extracted from
27294         bitmap_count_bits.
27295         (bitmap_count_bits): Use bitmap_count_bits_in_word.
27296         * bitmap.h (bitmap_count_unique_bits): Declare it.
27298 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
27300         PR target/69917
27301         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
27302         transparent alias chain for decl assembler name.
27303         * config/sol2.c (solaris_assemble_visibility): Likewise.
27305 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27307         * config/arm/arm1020e.md (1020call_op): Reduce reservation
27308         duration.
27309         (v10_fdivs): Likewise.
27310         (v10_fdivd): Likewise.
27312 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27314         PR driver/70132
27315         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
27316         to not call fclose twice on file.
27318 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
27320         PR tree-optimization/70354
27321         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
27322         oprnd0 is wider than oprnd1 and there is a cast from the wider
27323         type to oprnd1, mask it with the mask of the narrower type.
27325         PR target/70321
27326         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
27327         Optimize TARGET_STV splitters, if high or low word of last argument
27328         is 0 or -1.
27330 2016-03-22  Jeff Law  <law@redhat.com>
27332         PR target/70232
27333         tree-ssa-threadbackward.c
27334         (fsm_find_control_statement_thread_paths): Correctly distinguish
27335         between old style jump threads vs FSM jump threads.
27337 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
27339         PR target/70302
27340         * config/i386/i386.c (scalar_chain::convert_op): Support
27341         uninitialized register usage case.
27343 2016-03-22  Richard Biener  <rguenther@suse.de>
27345         PR middle-end/70251
27346         * genmatch.c (gen_transform): Adjust last parameter to a three-state
27347         int...
27348         (capture::gen_transform): ... to change behavior when substituting
27349         a condition into cond or not-cond expr context.
27350         (dt_simplify::gen_1): Adjust.
27351         * gimple-match-head.c: Include gimplify.h for unshare_expr.
27352         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
27353         last change and instead change to
27354         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
27355         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
27357 2016-03-22  Anthony Green  <green@moxielogic.com>
27359         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
27360         issue for moxiebox targets.
27361         (CC1PLUS_SPEC): Ditto.
27363 2016-03-22  Richard Biener  <rguenther@suse.de>
27365         PR middle-end/70333
27366         * fold-const.c (extract_muldiv_1): Properly perform multiplication
27367         in the wide type.
27369 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
27371         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
27373 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
27375         PR target/70325
27376         * config/i386/i386.c (def_builtin): Handle
27377         OPTION_MASK_ISA_AVX512VL to be and-ed with other
27378         bits.
27379         (const struct builtin_description bdesc_special_args[]):
27380         Remove duplicate ISA bits.
27382 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
27384         PR target/70329
27385         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
27386         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
27387         in a way that works also for AVX512BW.
27389         PR target/70300
27390         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
27391         instead of source if operands[1] is xmm16 and above and
27392         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
27393         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
27395         PR c++/70295
27396         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
27397         on assign if (*from_p) is a comparison, set it to
27398         TREE_NO_WARNING (*from_p).
27400 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
27402         PR middle-end/70326
27403         * lra.c (restore_scratches): Ignore deleted insns.
27405 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
27406             Jakub Jelinek  <jakub@redhat.com>
27408         PR tree-optimization/70317
27409         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
27410         to HONOR_NANS.
27412 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
27414         PR target/70327
27415         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
27416         of ix86_expand_move.
27417         (movoi): Ditto.
27418         (movti): Use general_operand for operand 1 predicate.
27420 2016-03-21  Martin Liska  <mliska@suse.cz>
27422         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
27423         insns.
27424         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
27426 2016-03-21  Martin Liska  <mliska@suse.cz>
27428         PR ipa/70306
27429         * ipa-icf.c (sem_function::parse): Skip static
27430         constructors and destructors.
27432 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
27434         PR target/70296
27435         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
27436         function-like macro, peek following token(s) if it is followed
27437         by CPP_OPEN_PAREN token with optional padding in between, and
27438         if not, don't treat it like a macro.
27440 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27441             Alexander Monakov  <amonakov@ispras.ru>
27443         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
27444         for the stabs debug format.
27446 2016-03-21  Richard Biener  <rguenther@suse.de>
27448         PR tree-optimization/70310
27449         * tree-vect-generic.c (expand_vector_condition): Fold the built
27450         condition.
27452 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
27454         PR target/70293
27455         * config/i386/sse.md (define_insn "*vec_dup<mode>"/AVX2):
27456         Block third alternative for AVX-512VL target,
27458 2016-03-21  Martin Liska  <mliska@suse.cz>
27460         PR hsa/70234
27461         * hsa-brig.c (emit_function_directives): Mark unemitted
27462         global variables for emission.
27463         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
27464         (get_symbol_for_decl): Likewise.
27465         * hsa.h (struct hsa_symbol): New flag.
27467 2016-03-21  Richard Biener  <rguenther@suse.de>
27469         PR tree-optimization/70288
27470         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
27471         we do not estimate unsimplified all-constant conditionals or
27472         switches as optimized away.
27474 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
27476         PR rtl-optimization/69102
27477         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
27478         when we have a readonly dependency context.
27480 2016-03-18  Jeff Law  <law@redhat.com>
27482         PR rtl-optimization/70263
27483         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
27484         (update_equiv_regs): When trying to move a store to after the insn
27485         that sets the source of the store, make sure the store occurs after
27486         the insn that sets the source of the store.  When successful note
27487         the REG_EQUIV note created in the dump file.
27489 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
27490             Bernd Schmidt  <bschmidt@redhat.com>
27492         * doc/extend.texi: Document more potential problems with basic asms.
27494 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
27496         PR rtl-optimization/70278
27497         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
27498         VOIDmode.
27500 2016-03-18  Jason Merrill  <jason@redhat.com>
27502         * calls.c (load_register_parameters): Fix zero size sibcall logic.
27504 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
27506         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
27507         values to 128b regs.
27509 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
27511         PR tree-optimization/70252
27512         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
27513         boolean vector has a proper number of elements.
27514         (supportable_narrowing_operation): Likewise.
27516 2016-03-18  Tom de Vries  <tom@codesourcery.com>
27518         PR ipa/70269
27519         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
27521 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
27523         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
27524         instead of replace_rtx for DEBUG_INSNs.
27526 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
27528         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
27529         load type reservations.
27531 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
27533         PR target/70188
27534         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
27535         define_constraint for "Q" and "T" constraints.
27537 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
27539         Tweak the pipeline model for Exynos M1
27541         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
27542         model.
27544 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
27546         PR c/70264
27547         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
27548         where one or both locations aren't within a line_map.
27550 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
27552         PR driver/70192
27553         * opts.c (finish_options): Don't set flag_pie to the default if
27554         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
27555         if it is -1.
27557 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
27559         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
27560         true as ALL_REGS argument to replace_rtx.
27562 2016-03-17  Richard Biener  <rguenther@suse.de>
27564         PR debug/70271
27565         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
27566         last.
27568 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
27570         PR target/70245
27571         * rtl.h (replace_rtx): Add ALL_REGS argument.
27572         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
27573         equality and assert mode is the same, instead of just rtx pointer
27574         equality.
27575         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
27576         true as ALL_REGS argument to replace_rtx.
27578 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
27580         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
27581         for boolean vector with vector mode only.
27582         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
27584 2016-03-17  Nick Clifton  <nickc@redhat.com>
27586         PR target/70162
27587         * config/rx/rx.c (rx_print_integer): Print negative constants in
27588         decimal.
27590 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
27592         PR target/70261
27593         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
27595 2016-03-16  Richard Henderson  <rth@redhat.com>
27596             Richard Biener  <rguenth@suse.de>
27598         PR middle-end/70240
27599         PR middle-end/68215
27600         PR tree-opt/68714
27601         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
27602         first operand as is_gimple_condexpr.
27604         PR middle-end/70240
27605         PR middle-end/68215
27606         Revert r231575
27607         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
27608         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
27609         Do not gimplify the result.
27610         (do_unop): Adjust call to tree_vec_extract.
27611         (do_binop): Likewise.
27612         (do_compare): Likewise.
27613         (do_plus_minus): Likewise.
27614         (do_negate): Likewise.
27615         (expand_vector_condition): Likewise.
27616         (do_cond): Likewise.
27618 2016-03-16  Richard Henderson  <rth@redhat.com>
27620         PR target/70048
27621         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
27622         (aarch64_classify_address): Use it.
27623         (aarch64_legitimize_address): Force all subexpressions of PLUS
27624         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
27626 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
27627             Richard Biener  <rguenth@suse.de>
27629         PR target/70245
27630         * rtlanal.c (replace_rtx): For REG, if from is a REG,
27631         return to even if only REGNO is equal, and assert
27632         mode is the same.
27634 2016-03-11  Jeff Law  <law@redhat.com>
27636         PR rtl-optimization/70224
27637         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
27639 2016-03-16  Richard Henderson  <rth@redhat.com>
27641         PR middle-end/70199
27642         * function.h (struct function): Add has_forced_label_in_static.
27643         * gimplify.c (force_labels_r): Set it.
27644         * lto-streamer-in.c (input_struct_function_base): Read it.
27645         * lto-streamer-out.c (output_struct_function_base): Write it.
27646         * tree-inline.c (has_label_address_in_static_1): Remove.
27647         (copy_forbidden): Remove fndecl parameter; test
27648         has_forced_label_in_static.
27649         (inline_forbidden_p): Update call to copy_forbidden.
27650         (tree_versionable_function_p): Likewise.
27651         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
27652         (chkp_versioning): Likewise.
27653         * tree-inline.h (copy_forbidden): Update decl.
27655 2016-03-16  Marek Polacek  <polacek@redhat.com>
27657         PR c/70093
27658         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
27659         function being thunked if the result type doesn't have fixed size.
27660         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
27661         doesn't have fixed size.
27663 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
27665         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
27666         reporting malformed loop nest.
27668 2016-03-16  Tom de Vries  <tom@codesourcery.com>
27670         PR lto/70187
27671         * ipa-devirt.c (possible_polymorphic_call_targets): Move
27672         nodes.length () == 1 test to before first nodes[0] access.
27674 2016-03-16  Tom de Vries  <tom@codesourcery.com>
27676         PR tree-optimization/68715
27677         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
27678         single_pred_p test.
27680 2016-03-16  Tom de Vries  <tom@codesourcery.com>
27682         PR tree-optimization/68809
27683         * graphite-scop-detection.c (same_close_phi_node): Test if result types
27684         are the same.
27686 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
27687             Sandra Loosemore  <sandra@codesourcery.com>
27689         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
27690         on leaf attribute. Mention ELF interposition problems.
27692 2016-03-16  Alan Modra  <amodra@gmail.com>
27694         PR rtl-optimization/69195
27695         PR rtl-optimization/47992
27696         * ira.c (indirect_jump_optimize): Ignore artificial defs.
27697         Add comments.
27699 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
27701         PR bootstrap/69513
27702         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
27704 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
27706         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
27708 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
27710         PR rtl-optimization/70222
27711         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
27712         optimization if mode is different from result_mode, queue up masking
27713         of the result in outer_op.  Formatting fix.
27715         PR middle-end/70239
27716         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
27717         of safe_grow.
27719 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
27721         PR rtl-optimization/69032
27722         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
27723         looping backwards over basic block insns.
27725 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
27727         PR target/66660
27728         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
27729         to non-speculative when propagating trap bits.
27731 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
27733         PR rtl-optimization/63384
27734         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
27735         DEBUG_INSN_P insns.
27737 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
27739         PR target/64411
27740         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
27741         factored out from ...
27742         (sched_analyze_insn): ... here.
27743         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
27744         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
27745         get_implicit_reg_pending_clobbers in it.
27746         (setup_id_reg_sets): Use setup_id_implicit_regs.
27747         (deps_init_id): Ditto.
27749 2016-03-15  Tom de Vries  <tom@codesourcery.com>
27751         PR ipa/70161
27752         * cgraph.c (cgraph_node::get_body): Save, reset and restore
27753         dump_file_name.
27754         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
27755         execute_function_dump.
27756         (execute_one_pass): Don't dump function if it will be dumped after ipa
27757         transform.
27759 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
27761         * genrecog.c (match_pattern_2): If pred is NULL don't call
27762         safe_predicate_mode on it.
27764 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
27766         PR middle-end/70219
27767         * lra-constraints.c (delete_move_and_clobber): Change assertion
27768         to also allow dregno == 0.
27770 2016-03-14  Richard Henderson  <rth@redhat.com>
27772         PR tree-opt/68714
27773         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
27774         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
27775         (reassociate_bb): Use optimize_vec_cond_expr; avoid
27776         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
27777         on vectors.
27779 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
27781         PR target/70083
27782         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
27783         regs.
27784         (lra_create_live_ranges_1): initialize hard register biggest_mode to
27785         VOIDmode.
27786         * lra-constraints.c (split_reg): For hard regs, try to find the
27787         biggest single-register mode used in the function.
27789 2016-03-14  Richard Biener  <rguenther@suse.de>
27791         PR tree-optimization/56365
27792         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
27793         constants to compare against.
27795 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
27797         PR target/70098
27798         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
27799         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
27800         (define_split for the GPR case): Use int_reg_operand instead of
27801         gpc_reg_operand for the output.
27803 2016-03-14  Tom de Vries  <tom@codesourcery.com>
27805         PR tree-optimization/70045
27806         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
27807         create_empty_if_region_on_edge argument.
27809 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
27811         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
27812         (STACK_CHECK_PROTECT): Likewise.
27813         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
27814         (STACK_CHECK_PROTECT): Likewise.
27815         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
27816         (STACK_CHECK_PROTECT): Likewise.
27817         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
27818         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
27819         (STACK_CHECK_PROTECT): Likewise.
27821 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
27823         PR rtl-optimization/69307
27824         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
27825         registers in modes that span more than one register.
27827 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
27829         PR target/69614
27830         * lra-constraints.c (delete_move_and_clobber): New.
27831         (remove_inheritance_pseudos): Use it.
27833 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
27835         PR ada/70017
27836         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
27837         the libcall is LCT_THROW.
27838         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
27839         for the checking routine.
27841 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
27843         PR target/70131
27844         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
27845         optimization if we have direct move.
27846         (roundu32<mode>2_fprs): Likewise.
27848 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
27850         PR target/70123
27851         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
27852         be rematerialized.
27853         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
27854         Arguments swapped.  All callers changed.  Take reg_renumber into
27855         account, and Calculate and compare register ranges for hard regs.
27857 2016-03-11  Jeff Law  <law@redhat.com>
27859         PR tree-optimization/70190
27860         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
27861         Handle cases where we can not extract the taken edge, even though we
27862         found a constant value.
27864         PR tree-optimization/64058
27865         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
27866         (num_coalesce_pairs): Move up earlier in file.
27867         (find_coalesce_pair): Initialize the INDEX field for each pair
27868         discovered.
27869         (compare_pairs): No longer sort on the elements in each pair.
27870         Instead break ties with the index of the coalesce pair.
27872 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27874         PR target/70002
27875         * config/aarch64/aarch64-protos.h
27876         (aarch64_save_restore_target_globals): New prototype.
27877         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
27878         Call the above when popping pragma.
27879         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
27880         New function.
27881         (aarch64_set_current_function): Rewrite using the above.
27883 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
27885         PR tree-optimization/70177
27886         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
27887         (extract_ops_from_tree): ... this.  In the 2 argument
27888         overload remove _1 suffix.
27889         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
27890         (extract_ops_from_tree): ... this.
27891         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
27892         Adjust callers.
27893         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
27894         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
27895         extract_ops_from_tree instead of 2 operand one.
27897 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
27899         PR tree-optimization/70013
27900         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
27901         for constant-pool entries.
27903 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
27905         PR rtl-optimization/70174
27906         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
27907         followed by gen_lowpart on force_reg instead of just gen_lowpart.
27909         PR tree-optimization/70169
27910         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
27911         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
27912         for unknown codes.
27914 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
27915             Jakub Jelinek  <jakub@redhat.com>
27917         PR target/70160
27918         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
27919         of uninitialized values.
27921 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
27923         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
27924         define_expand.
27925         ("*trunctddd2"): New pattern definition.
27926         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
27927         TD->DD truncation.
27929 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
27931         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
27932         definitions for BFP and DFP rounding modes.
27933         ("fixuns_truncdddi2", "fixuns_trunctddi2")
27934         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
27935         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
27936         ("fix_trunctf<mode>2"): Use the new constants instead of magic
27937         numbers.
27939 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
27941         * config/s390/constraints.md: Adjust comment.
27942         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
27943         s390_decompose_addrstyle_without_index.
27944         * config/s390/predicates.md (shift_count_or_setmem_operand):
27945         Rename to setmem_operand.
27946         * config/s390/s390-protos.h
27947         (s390_decompose_shift_count): Rename to
27948         s390_decompose_addrstyle_without_index.
27949         * config/s390/s390.c (s390_decompose_shift_count)
27950         (s390_mem_constraint, print_shift_count_operand)
27951         (print_operand_address, print_operand): Rename
27952         s390_decompose_shift_count to
27953         s390_decompose_addrstyle_without_index and rename
27954         print_shift_count_operand to print_addrstyle_operand troughout the
27955         file.
27956         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
27957         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
27958         Rename shift_count_or_setmem_operand to setmem_operand.
27959         * config/s390/vx-builtins.md ("vec_insert<mode>")
27960         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
27961         nonmemory_operand.
27963 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
27965         PR target/70168
27966         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
27967         Handle overlapping retval and newval.
27969 2016-03-10  Nick Clifton  <nickc@redhat.com>
27971         PR target/7044
27972         * config/aarch64/aarch64.c
27973         (aarch64_override_options_after_change_1): When forcing
27974         flag_omit_frame_pointer to be true, use a special value that can
27975         be detected if this function is called again, thus preventing
27976         flag_omit_leaf_frame_pointer from being forced to be false.
27978 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27980         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
27981         Set x_flag_omit_leaf_frame_pointer when handling
27982         -momit-leaf-frame-pointer.
27984 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
27986         PR lto/69589
27987         * cgraph.c (cgraph_node::dump): Dump split_part and
27988         indirect_call_target.
27989         * cgraph.h (cgraph_node): Add indirect_call_target flag.
27990         * ipa.c (has_addr_references_p): Cleanup.
27991         (is_indirect_call_target_p): New.
27992         (walk_polymorphic_call_targets): Do not mark virtuals that may be
27993         called indirectly as local.
27994         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
27996 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
27998         PR ipa/69630
27999         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
28000         on cxa_pure_virtual.
28002 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
28004         PR lto/69589
28005         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
28007 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
28009         PR lto/69589
28010         * tree.c (need_assembler_name_p): Only record main variant type names.
28012 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
28014         PR target/70113.
28015         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
28016         Always define to 0 or 1.
28017         (TARGET_FIX_ERR_A53_843419): New macro.
28018         * config/aarch64/aarch64-elf-raw.h
28019         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
28020         * config/aarch64/aarch64-linux.h: Likewise.
28021         * config/aarch64/aarch64.c
28022         (aarch64_override_options_after_change_1): Do not default
28023         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
28024         843419 is on.
28025         (aarch64_attributes): Handle fix-cortex-a53-843419.
28026         (aarch64_can_inline_p): Likewise.
28027         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
28029 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
28030             Jakub Jelinek  <jakub@redhat.com>
28032         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
28033         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
28034         DECL_COMMONS if flag_unconstrained_commons is set.
28035         * tree-dfa.c (get_ref_base_and_extent): Likewise.
28036         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
28037         (funconstrained-commons): Document.
28039 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
28041         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
28042         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
28044 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
28046         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
28047         has a proper number of elements.
28049 2016-03-10  Alan Modra  <amodra@gmail.com>
28051         PR rtl-optimization/69195
28052         PR rtl-optimization/47992
28053         * ira.c (recorded_label_ref): Delete.
28054         (update_equiv_regs): Return void.
28055         (indirect_jump_optimize): New function.
28056         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
28057         before regstat_compute_ri.  Don't rebuild_jump_labels here.
28058         Delete update_regstat.
28060 2016-03-10  Richard Biener  <rguenther@suse.de>
28062         PR tree-optimization/70128
28063         * tree-ssa-structalias.c (set_uids_in_ptset): Set
28064         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
28066 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
28068         PR tree-optimization/70152
28069         * tree-sra.c (replace_removed_params_ssa_names): Copy over
28070         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
28072         PR target/70086
28073         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
28074         instead of gen_sse2_loadlpd.
28075         * config/i386/sse.md (*vec_concatv2df): Rename to...
28076         (vec_concatv2df): ... this.
28078         PR tree-optimization/70127
28079         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
28081 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
28083         PR c/68473
28084         PR c++/70105
28085         * diagnostic-show-locus.c (compatible_locations_p): New function.
28086         (layout::layout): Sanitize ranges using compatible_locations_p.
28088 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
28090         PR c/68473
28091         PR c++/70105
28092         * diagnostic-show-locus.c (layout_range::layout_range): Replace
28093         location_range param with three const expanded_locations * and a
28094         bool.
28095         (layout::layout): Replace call to
28096         rich_location::lazily_expand_location with get_expanded_location.
28097         Extract the range and perform location expansion here, passing
28098         the results to the layout_range ctor.
28099         * diagnostic.c (source_range::debug): Delete.
28100         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
28101         of rich_location::get_expanded_location.
28102         * gcc-rich-location.c (get_range_for_expr): Delete.
28103         (gcc_rich_location::add_expr): Reimplement to avoid the
28104         rich_location::add_range overload that took a location_range,
28105         passing a location_t instead.
28107 2016-03-09  Richard Biener  <rguenther@suse.de>
28108         Jakub Jelinek  <jakub@redhat.com>
28110         PR tree-optimization/70138
28111         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
28112         Also skip vect_double_reduction_def.
28114 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
28116         PR target/70049
28117         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
28118         if the operand is "m".
28120 2016-03-09  Nathan Sidwell  <nathan@acm.org>
28122         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
28124 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
28126         * config/i386/i386.c (processor_target_table): Fix cost table
28127         intialization order for znver1.
28129 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
28131         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
28132         - becuase -> because.
28133         * ipa-reference.c (ignore_module_statics): Likewise.
28134         * cgraph.c (cgraph_node::get_body): Likewise.
28135         * ipa-inline.c (early_inliner): Likewise.
28136         * ipa-devirt.c (types_same_for_odr): Likewise.
28137         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
28138         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
28140 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28142         * tree-ssa-math-opts.c: Fix typo in comment.
28144 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
28146         PR target/70110
28147         * config/i386/i386.c (scalar_chain::make_vector_copies,
28148         scalar_chain::convert_reg): Call end_sequence in between
28149         get_insns and emit_conversion_insns rather than after both
28150         calls.
28152 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
28154         PR target/70064
28155         * config/i386/i386.h (machine_function): Add
28156         pc_thunk_call_expanded flag.
28157         (ix86_pc_thunk_call_expanded): New define.
28158         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
28159         (*set_got): Rename insn pattern from set_got.
28160         (*set_got_labelled): Rename inst pattern from set_got_labelled.
28161         * config/i386/i386.c (ix86_compute_frame_layout): Use
28162         ix86_pc_thunk_call_expanded to prevent red-zone.
28164 2016-03-07  Martin Jambor  <mjambor@suse.cz>
28166         * hsa.h (hsa_get_ctor_statements): Declare.
28167         (hsa_get_dtor_statements): Likewise.
28168         (hsa_get_kernel_dispatch_type): Likewise.
28169         * hsa.c (hsa_get_ctor_statements): New function.
28170         (hsa_get_dtor_statements): Likewise.
28171         (hsa_get_kernel_dispatch_type): Likewise.
28172         * hsa-brig.c (hsa_cdtor_statements): Removed.
28173         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
28174         hsa_get_dtor_statements.
28175         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
28176         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
28178 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
28180         * config/arm/arm-cores.def (cortex-r8): New.
28181         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
28182         * config/arm/arm-tune.md: Likewise.
28183         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
28185 2016-03-07  Martin Sebor  <msebor@redhat.com>
28187         PR rtl-optimization/19705
28188         * doc/invoke.texi (Options That Control Optimization): Clarify
28189         -fno-branch-count-reg.
28191 2016-02-26  Richard Biener  <rguenther@suse.de>
28192             Jeff Law  <law@redhat.com>
28194         PR tree-optimization/69740
28195         * cfghooks.c (remove_edge): Request loop fixups if we delete
28196         an edge that might turn an irreducible loop into a natural
28197         loop.
28198         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
28199         Move after definition of loops_state_clear.
28201 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
28203         PR rtl-optimization/69052
28204         * rtlanal.c (commutative_operand_precedence): Set higher precedence
28205         to CONST_WIDE_INT.
28207 2016-03-07  Tom de Vries  <tom@codesourcery.com>
28209         PR tree-optimization/70116
28210         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
28211         is_tm_ending stmts and ubsan/asan internal functions.
28212         (find_duplicate): Use it.  Don't test is_tm_ending here.
28214 2016-03-07  Richard Biener  <rguenther@suse.de>
28216         PR tree-optimization/70115
28217         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
28218         (propagate_constants_for_unrolling): Use replace_uses_by.
28220 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
28222         PR middle-end/69916
28223         * omp-low.c (struct oacc_loop): Add ifns.
28224         (new_oacc_loop_raw): Initialize it.
28225         (finish_oacc_loop): Clear mask & flags if no ifns.
28226         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
28227         (oacc_loop_xform_loop): Add ifns arg & adjust.
28228         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
28230 2016-03-07  Richard Henderson  <rth@redhat.com>
28232         PR rtl-opt/70061
28233         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
28234         (insert_value_copy_on_edge): Likewise.
28236 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28238         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
28240 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28242         PR target/62281
28243         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
28245 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
28247         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
28249 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
28251         Fix sseimul type attribute.
28252         * config/i386/znver1.md
28253         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
28254         znver1_sseimul_avx256_load) : Fix the type attribute.
28255         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
28256         pipe usage and latency.
28258 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
28260         PR c++/70084
28261         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
28262         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
28263         to the right type.
28265 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
28267         PR c/69973
28268         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
28270         PR rtl-optimization/69941
28271         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
28272         the reg share its mode.
28274 2016-03-04  Jeff Law  <law@redhat.com>
28276         PR tree-optimization/69196
28277         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
28278         If the both SSA_NAMEs are anonymous, then consider them unassociated
28279         and include the PHI in the statement count.
28281 2016-03-05  Tom de Vries  <tom@codesourcery.com>
28283         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
28284         construct in oacc routine.  Check for oacc region in oacc routine.
28286 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
28288         PR target/70062
28289         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
28290         2016-02-22 changes, instead don't recurse if RECUR is already true.
28291         Don't change *dynamic_check if RECUR.  Adjust recursive caller
28292         to pass true to the new argument.
28293         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
28295         PR target/70059
28296         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
28297         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
28298         fixes.
28299         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
28301 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
28303         PR rtl-optimization/57676
28304         * lra-assigns.c (lra_assign): Guard test for maximum iterations
28305         with flag_checking.
28307 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
28309         * tree-vect-patterns.c (search_type_for_mask): Handle
28310         comparison of booleans.
28312 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
28314         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
28315         Fix @xref usage.
28317         PR debug/69947
28318         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
28319         all other ops that have dw_val_class_die_ref operands,
28320         and DW_OP_GNU_entry_value.
28322 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28324         PR rtl-optimization/69904
28325         * config/arm/arm.c (arm_cannot_copy_insn_p):
28326         Return true for load-exclusive instructions.
28328 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
28330         PR target/70021
28331         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
28332         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
28333         the pattern no matter if it is used just by non-pattern, pattern
28334         or mix thereof.
28335         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
28336         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
28337         oprnd1 def_stmt is in pattern, don't look through it.
28339 2016-03-03  Marek Polacek  <polacek@redhat.com>
28341         PR middle-end/70050
28342         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
28344 2016-03-03  Martin Liska  <mliska@suse.cz>
28346         PR tree-optimization/70043
28347         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
28348         previous statement if we see a debug statement.
28350 2016-03-03  Richard Biener  <rguenther@suse.de>
28352         PR tree-optimization/55936
28353         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
28354         parameter and guard unsafe equivalence use.
28355         (vrp_evaluate_conditional_warnv_with_ops): Always use
28356         safe equivalences but not via the quadratic compare_names
28357         helper.
28359 2016-03-03  Michael Collison  <michael.collison@linaro.org>
28361         PR target/70014
28362         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
28363         for operand 1 to s_register_operand. Change predicate for operand
28364         2 to arm_not_immediate_operand.
28366 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
28368         * doc/tm.texi: Regenerated.
28370 2016-03-02  Richard Henderson  <rth@redhat.com>
28372         PR rtl-opt/67145
28373         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
28374         simplification when all args are positive non-fixed registers.
28376 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
28378         * target.def (lra_p): Specify that new ports should use LRA.
28380 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
28382         PR libgomp/69555
28383         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
28384         gimplify_type_sizes the type they refer to.
28385         (omp_notice_variable): Handle reference vars to VLAs.
28386         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
28387         reference to VLA decls in the second pass instead of first pass.
28389 2016-03-02  Tom de Vries  <tom@codesourcery.com>
28391         PR tree-optimization/68659
28392         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
28393         new_expr == NULL_TREE.
28394         (get_new_name): Handle ADDR_EXPR.
28396 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
28398         PR rtl-optimization/69052
28399         * loop-invariant.c (canonicalize_address): New function.
28400         (inv_can_prop_to_addr_use): Check validity of address expression
28401         which is canonicalized by above function.
28403 2016-03-02  Alan Modra  <amodra@gmail.com>
28405         PR ipa/69990
28406         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
28407         larger alignment.
28409 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
28411         PR target/70028
28412         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
28413         (*movhi_internal): Put mask moves from and to memory separately
28414         from moves from/to GPRs.
28416 2016-03-02  Richard Biener  <rguenther@suse.de>
28418         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
28419         GENERIC expressions in GIMPLE.
28421 2016-03-02  Richard Biener  <rguenther@suse.de>
28423         * config/i386/i386.c (type_natural_mode): Fix typo.
28425 2016-03-02  Nick Clifton  <nickc@redhat.com>
28427         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
28429 2016-03-02  Richard Biener  <rguenther@suse.de>
28430             Uros Bizjak  <ubizjak@gmail.com>
28432         PR target/67278
28433         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
28435 2016-03-02  Richard Biener  <rguenther@suse.de>
28437         PR middle-end/67278
28438         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
28440 2016-03-02  Marek Polacek  <polacek@redhat.com>
28442         PR c/67854
28443         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
28444         "is promoted to" warning.
28446 2016-03-01  DJ Delorie  <dj@redhat.com>
28448         * config.gcc: Deprecate mep-*.
28450 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
28452         PR middle-end/70025
28453         * lra-constraints.c (regno_val_use_in): New.
28454         (match_reload): Use it instead of regno_use_in.
28456 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
28458         PR rtl-optimization/70007
28459         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
28460         references present in REG_EQUAL notes attached to non-SET patterns.
28462 2016-03-01  Jeff Law  <law@redhat.com>
28464         PR tree-optimization/69196
28465         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
28466         Appropriately clamp the number of statements to copy when the
28467         thread path does not traverse a loop backedge.
28469         PR tree-optimization/69196
28470         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
28471         Do count some PHIs in the thread path against the insn count.  Decrease
28472         final statement count by one as the control statement in the last
28473         block will get removed.  Remove special cased code for handling PHIs
28474         in the last block.
28476 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
28478         PR target/70027
28479         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
28480         asm dialect alternatives to explicit GOTPCREL calls.
28482 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
28484         PR ada/70017
28485         * ira.c (do_reload): Issue warning for generic stack checking here...
28486         * reload1.c (reload): ...instead of here and streamline it.
28488 2016-03-01  Nick Clifton  <nickc@redhat.com>
28490         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
28492 2016-03-01  Richard Biener  <rguenther@suse.de>
28494         PR tree-optimization/69983
28495         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
28496         types and fall back to operand_equal_p.
28498 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28500         Revert
28501         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28503         * config/s390/constraints.md ("jm8"): New constraint.
28504         * config/s390/predicates.md ("const_int_8bitset_operand"): New
28505         predicate.
28506         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
28507         into ...
28508         ("*setmem_long<setmem_and>"): New pattern.
28509         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
28510         into ...
28511         ("*setmem_long_31z<setmem_and>"): New pattern.
28512         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
28513         New substitution rules with the required attributes.
28516 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28518         Revert
28519         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28521         * gensupport.c (process_substs_on_one_elem): Split loop to
28522         complete mark_operands_used_in_match_dup on all expressions in the
28523         vector first.
28524         (adjust_operands_numbers): Inline into process_substs_on_one_elem
28525         and remove function.
28527 2016-03-01  Richard Biener  <rguenther@suse.de>
28529         PR middle-end/70022
28530         * fold-const.c (fold_indirect_ref_1): Fix range checking for
28531         vector BIT_FIELD_REF extract.
28533 2016-03-01  Richard Biener  <rguenther@suse.de>
28535         PR tree-optimization/69994
28536         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
28538 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
28540         PR tree-optimization/69956
28541         * tree-vect-stmts.c (supportable_widening_operation): Support
28542         multi-step conversion of boolean vectors.
28543         (supportable_narrowing_operation): Likewise.
28545 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28547         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
28548         anymore.
28550 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28552         * config/s390/subst.md (DSI_VI): New mode iterator.
28553         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
28554         * config/s390/vector.md ("vec_set<mode>"): Move expander before
28555         the insn definition.
28556         ("*vec_set<mode>"): Change predicate and add alternative to
28557         support only either register or const_int operands as element
28558         selector.
28559         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
28560         operands.
28561         ("vec_extract<mode>"): New expander.
28562         ("*vec_extract<mode>"): New insn definition supporting reg and
28563         const_int element selectors.
28564         ("*vec_extract<mode>_plus"): New insn definition supporting
28565         reg+const_int element selectors.
28566         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
28567         following expander+insn definition.
28568         ("<vec_shifts_name><mode>3"): New expander.
28569         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
28571 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28573         * config/s390/s390.md ("*tabort_1"): Change predicate to
28574         nonmemory_operand.  Add a second alternative to cover
28575         register as well as const int operands.
28576         ("*tabort_1_plus"): New pattern definition.
28578 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28580         * config/s390/s390.md ("*ashrdi3_cc_31")
28581         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
28582         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
28583         Merge insn definitions into ...
28584         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
28585         New pattern definition.
28586         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
28587         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
28588         ("*ashr<mode>3_and"): Merge insn definitions into ...
28589         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
28590         New pattern definition.
28591         * config/s390/subst.md ("addr_style_op_cc_subst")
28592         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
28593         substitutions patterns plus attributes.
28594         Add ashiftrt to SUBST iterator.
28596 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28598         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
28599         op2 to nonmemory_operand.
28600         ("*<shift>di3_31", "*<shift>di3_31_and"):
28601         Merge into single pattern definition ...
28602         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
28603         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
28604         pattern definition ...
28605         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
28606         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
28607         iterator.
28609 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28611         * config/s390/predicates.md (const_int_6bitset_operand): New
28612         predicate.
28613         * config/s390/s390.md: Include subst.md.
28614         ("rotl<mode>3"): New expander.
28615         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
28616         ...
28617         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
28618         * config/s390/subst.md: New file.
28620 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28622         * config/s390/s390.md ("op_type", "atype", "length" attributes):
28623         Remove RRR type.  It doesn't really exist.
28624         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
28625         attributes.
28626         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
28627         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
28628         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
28629         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
28630         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
28631         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
28632         `enabled' attribute.
28634 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28636         * gensupport.c (process_substs_on_one_elem): Split loop to
28637         complete mark_operands_used_in_match_dup on all expressions in the
28638         vector first.
28639         (adjust_operands_numbers): Inline into process_substs_on_one_elem
28640         and remove function.
28642 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
28644         PR target/69706
28645         * config/sparc/sparc.c (NWORDS_UP): Rename to...
28646         (CEIL_NWORDS): ...this.  Use CEIL macro.
28647         (compute_fp_layout): Adjust to above renaming.
28648         (function_arg_union_value): Likewise.
28649         (sparc_arg_partial_bytes): Likewise.
28650         (sparc_function_arg_advance): Likewise.
28652 2016-02-29  Jeff Law  <law@redhat.com>
28654         PR tree-optimization/70005
28655         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
28656         where an object with a boolean range is compared against a value
28657         outside [0..1].
28659         PR tree-optimization/69999
28660         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
28661         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
28662         loop cleanups.
28664 2016-02-29  Richard Biener  <rguenther@suse.de>
28666         PR tree-optimization/69994
28667         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
28668         (get_unary_op): Look through nop conversions.
28669         (ops_equal_values_p): New function, look for equality diregarding
28670         nop conversions.
28671         (eliminate_plus_minus_pair): Use ops_equal_values_p
28672         (repropagate_negates): Do not use get_unary_op here.
28674 2016-02-29  Martin Liska  <mliska@suse.cz>
28676         * system.h: Poison ENABLE_CHECKING macro.
28678 2016-02-29  Martin Liska  <mliska@suse.cz>
28680         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
28681         is presented in dump flags.
28682         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
28683         (hsa_regalloc): Likewise.
28685 2016-02-19  Richard Biener  <rguenther@suse.de>
28687         PR tree-optimization/69980
28688         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
28689         permutation of those we need to keep.
28691 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
28693         PR target/69706
28694         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
28695         (NWORDS_UP): ...this
28696         (init_cumulative_args): Minor tweaks.
28697         (sparc_promote_function_mode): Likewise.
28698         (scan_record_type): Delete.
28699         (traverse_record_type): New function template.
28700         (classify_data_t): New structure type.
28701         (classify_registers): New inline function.
28702         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
28703         exhausted.  Instantiate traverse_record_type on classify_registers and
28704         deal with the case of a structure passed in slot #15 with no FP field
28705         in the first word.
28706         (assign_data_t): New structure type.
28707         (compute_int_layout): New static function.
28708         (compute_fp_layout): Likewise.
28709         (count_registers): New inline function.
28710         (assign_int_registers): New static function.
28711         (assign_fp_registers): Likewise.
28712         (assign_registers): New inline function.
28713         (function_arg_record_value_1): Delete.
28714         (function_arg_record_value_2): Likewise.
28715         (function_arg_record_value_3): Likewise.
28716         (function_arg_record_value): Adjust to above changes.  Instantiate
28717         traverse_record_type on count_registers to first count the number of
28718         registers to be used and then on assign_registers to assign them.
28719         (function_arg_union_value): Adjust to above renaming.
28720         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
28721         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
28722         case of a structure passed in slot #15
28723         (sparc_function_arg_advance): Likewise.
28724         (function_arg_padding): Minor tweak.
28726 2016-02-29  Richard Biener  <rguenther@suse.de>
28728         PR tree-optimization/69720
28729         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
28730         the adjustment_def path for possibly vectorized defs.
28731         (vect_create_epilog_for_reduction): Handle vectorized initial
28732         defs properly.
28734 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
28736         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
28738 2016-02-27  Jeff Law  <law@redhat.com>
28740         Revert
28741         2016-02-26  Richard Biener  <rguenther@suse.de>
28742                     Jeff Law  <law@redhat.com>
28744         PR tree-optimization/69740
28745         * cfghooks.c (remove_edge): Request loop fixups if we delete
28746         an edge that might turn an irreducible loop into a natural
28747         loop.
28749 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
28751         PR rtl-optimization/69896
28752         * tree-vect-generic.c (get_compute_type): Avoid single element
28753         vector types.
28755 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
28757         Rename the AArch64 tuning option and related functions to enable the
28758         Newton series for the reciprocal square root to reflect its
28759         approximative characteristic.
28761         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
28762         function to "aarch64_emit_approx_rsqrt".
28763         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
28764         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
28765         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
28766         (xgene1_tunings): Likewise.
28767         (use_rsqrt_p): Likewise.
28768         (aarch64_emit_swrsqrt): Use new function name.
28769         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
28770         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
28771         text explaining this option.
28772         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
28774 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
28776         PR target/69969
28777         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
28778         complain about -mallow-movmisalign without -mvsx if
28779         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
28781 2016-02-26  Joel Sherrill  <joel@rtems.org>
28783         * config.gcc: Add x86_64-*-rtems*.
28784         * config/i386/rtems-64.h: New file.
28786 2016-02-26  Joel Sherrill  <joel@rtems.org>
28788         * config.gcc: Add aarch64-*-rtems*.
28789         * config/aarch64/rtems.h: New file.
28791 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
28793         PR target/69946
28794         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
28795         shift amount using %h.  Add comment.
28797 2016-02-26  Richard Biener  <rguenther@suse.de>
28798             Jeff Law  <law@redhat.com>
28800         PR tree-optimization/69740
28801         * cfghooks.c (remove_edge): Request loop fixups if we delete
28802         an edge that might turn an irreducible loop into a natural
28803         loop.
28805 2016-02-26  Martin Jambor  <mjambor@suse.cz>
28807         PR middle-end/69920
28808         * tree-sra.c (sra_modify_assign): Do not remove loads of
28809         uninitialized aggregates to SSA_NAMEs.
28811 2016-02-26  Richard Henderson  <rth@redhat.com>
28813         PR target/69709
28814         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
28815         pseudo in case the target rtx matches the source of the left
28816         shift.
28818 2016-02-26  Martin Jambor  <mjambor@suse.cz>
28820         PR hsa/69568
28821         * hsa.h (hsa_type_packed_p): Declare.
28822         * hsa.c (hsa_type_packed_p): New function.
28823         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
28824         loads.
28825         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
28826         * hsa-brig.c (emit_basic_insn): Likewise.
28828 2016-02-26  Martin Jambor  <mjambor@suse.cz>
28830         pr hsa/69674
28831         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
28832         pointers.
28833         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
28835 2016-02-26  Martin Jambor  <mjambor@suse.cz>
28837         * hsa.h (is_a_helper): New overload for hsa_op_immed for
28838         hsa_op_with_type operands.
28839         (hsa_unsigned_type_for_type): Declare.
28840         * hsa.c (hsa_unsigned_type_for_type): New function.
28841         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
28842         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
28843         the finalizer.  Do not emit extra move.
28845 2016-02-26  Martin Jambor  <mjambor@suse.cz>
28847         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
28848         atomic operations in private segment.
28850 2016-02-26  Martin Jambor  <mjambor@suse.cz>
28852         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
28853         statements to wi->info.  Also disallow omp simd constructs.
28854         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
28855         for not gridifying.  Dump special string for omp_for.
28857 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28859         PR target/69245
28860         * config/aarch64/aarch64.c (aarch64_set_current_function):
28861         Save/restore target globals when switching to
28862         target_option_default_node.
28864 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28866         PR target/69613
28867         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
28868         Return 0 if !SHIFT_COUNT_TRUNCATED.
28870 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
28871             Eric Botcazou  <ebotcazou@adacore.com>
28873         PR rtl-optimization/69891
28874         * dse.c (scan_insn): If we can't figure out memset arguments
28875         or they are non-constant, call clear_rhs_from_active_local_stores.
28877 2016-02-26  Martin Liska  <mliska@suse.cz>
28879         * doc/extend.texi: Mention clog10, clog10f an clog10l
28880         in Builtins section.
28882 2016-02-26  Martin Liska  <mliska@suse.cz>
28884         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
28885         CHECKING_P.
28886         (resolve_args_picking_1): Likewise.
28887         * dwarf2out.h (struct GTY): Likewise.
28889 2016-02-26  Martin Liska  <mliska@suse.cz>
28891         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
28892         with flag_checking.
28893         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
28895 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28896             Martin Liska  <mliska@suse.cz>
28898         * doc/install.texi: Mention --enable-valgrind-annotations.
28900 2016-02-26  Richard Biener  <rguenther@suse.de>
28902         PR tree-optimization/69551
28903         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
28904         looking through aliases adjust DECL_PT_UID to refer to the
28905         ultimate alias target.
28907 2016-02-25  Martin Liska  <mliska@suse.cz>
28909         PR middle-end/69919
28910         * alloc-pool.c (after_memory_report): New variable.
28911         * alloc-pool.h (base_pool_allocator ::release): Do not use
28912         the infrastructure if after_memory_report.
28913         * toplev.c (toplev::main): Mark after memory report.
28915 2016-02-25  Richard Biener  <rguenther@suse.de>
28917         PR tree-optimization/48795
28918         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
28920 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
28922         PR driver/68463
28923         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
28924         offloading is enabled and -fopenacc or -fopenmp is specified.
28925         (CRTOFFLOADEND): Likewise.
28926         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
28927         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
28928         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
28929         (offload_objects_file_name): New static var.
28930         (tool_cleanup): Remove offload_objects_file_name file.
28931         (find_offloadbeginend): Replace with ...
28932         (find_crtoffloadtable): ... this.
28933         (run_gcc): Remove offload_argc and offload_argv.
28934         Get offload_objects_file_name from -foffload-objects=... option.
28935         Read names of object files with offload from this file, pass them to
28936         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
28937         don't pass offloadbegin and offloadend to the linker.  Don't pass
28938         offload non-LTO files to the linker, because now they're not claimed.
28940 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
28942         PR ipa/69630
28943         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
28944         on builtin_unreachable.
28946 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
28948         PR rtl-optimization/69896
28949         * regcprop.c: Include cfgrtl.h.
28950         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
28951         than remembered mode, either delete it (if noop_move_p), or
28952         treat like copy_p but not noop_p instruction.
28954 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
28956         PR debug/69705
28957         * dwarf2out.c (gen_variable_die): Work around buggy LTO
28958         - allow NULL decl for Fortran DW_TAG_common_block variables.
28960 2016-02-24  Jason Merrill  <jason@redhat.com>
28962         * common.opt (flifetime-dse): Add -flifetime-dse=1.
28964 2016-02-24  Richard Biener  <rguenther@suse.de>
28965             Jakub Jelinek  <jakub@redhat.com>
28967         PR middle-end/69760
28968         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
28969         conditionally executed ops to well-defined overflow behavior.
28971 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
28973         PR middle-end/69915
28974         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
28975         elements.
28977 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28979         PR rtl-optimization/69886
28980         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
28981         argument.  Use it when checking validity of set instructions.
28982         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
28983         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
28984         callsite.
28985         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
28986         * store-motion.c (find_moveable_store): Update
28987         can_assign_to_reg_without_clobbers_p callsite.
28989 2016-02-24  Richard Biener  <rguenther@suse.de>
28991         PR middle-end/68963
28992         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
28993         bogus check.
28994         (record_nonwrapping_iv): Do not fall back to the low/high bound
28995         for non-constant IV bases if the stmt is not always executed.
28997 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28999         * config/arm/arm-cores.def (cortex-a32): New entry.
29000         * config/arm/arm-tables.opt: Regenerate.
29001         * config/arm/arm-tune.md: Regenerate.
29002         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
29003         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
29004         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
29005         for -mcpu and -mtune.
29007 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29009         PR target/69875
29010         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
29011         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
29012         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
29013         (atomic_loaddi_1): Delete.
29014         (atomic_loaddi): Rewrite expander using the above changes.
29016 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
29018         PR c/69918
29019         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
29020         2 to 3.
29022 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
29023             Richard Biener  <rguenth@suse.de>
29025         PR middle-end/69909
29026         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
29027         set_mem_attributes if tem is SSA_NAME which got expanded
29028         as a MEM.
29030 2016-02-24  Richard Biener  <rguenther@suse.de>
29032         PR tree-optimization/69907
29033         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
29034         end of permutations for BB vectorization.
29036 2016-02-24  Christian Bruel  <christian.bruel@st.com>
29038         * config/arm/arm-c.c (arm_option_override): Initialize
29039         target_option_current_node.
29040         * config/arm/arm.c (arm_pragma_target_parse): Replace
29041         build_target_option_node call by target_option_current_node.
29042         Set target_option_current_node.
29043         Fix comments.
29045 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
29047         PR target/69810
29048         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
29049         define_insn_and_split to define_insn.
29050         (zero_extendqi<mode>2_dot2): Same.
29051         (extendqi<mode>2_dot): Same.
29052         (extendqi<mode>2_dot2): Same.
29054 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
29056         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
29057         and add bypass for AES{D,E} and AESMC pairs.
29058         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
29059         and AESMC pairs.
29061 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
29063         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
29064         series for reciprocal square root in Exynos M1.
29066 2016-02-23  Martin Sebor  <msebor@redhat.com>
29068         PR c/69759
29069         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
29070         __builtin_alloca_with_align.
29072 2016-02-23  Richard Henderson  <rth@redhat.com>
29074         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
29075         (ix86_register_pragmas): Remove __seg_tls.
29076         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
29077         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
29078         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
29079         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
29080         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
29081         * doc/extend.texi (__seg_tls): Remove item.
29083 2016-02-23  Richard Biener  <rguenther@suse.de>
29085         * alloc-pool.h (struct allocation_object): Make id member
29086         conditional on CHECKING_P again.
29087         (get_instance): Adjust.
29088         (base_pool_allocator): Likewise.
29090 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
29092         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
29093         (parallelize_loops): In OpenACC kernels mode, set n_threads to
29094         zero.
29095         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
29096         flag_openacc.
29097         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
29099 2016-02-23  Richard Biener  <rguenther@suse.de>
29101         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
29102         * bitmap.h (struct bitmap_usage): Likewise.
29103         (bitmap_move): Declare.
29104         * bitmap.c (register_overhead): Take size_t argument.
29105         (bitmap_move): New function.
29106         * df-problems.c (df_rd_transfer_function): Use bitmap_move
29107         to properly account overhead.
29108         * tree.c (free_node): Use tree_size.
29110 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
29112         PR c++/69902
29113         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
29114         when inverting comparison.
29116         PR c/69900
29117         * common.opt (Wunreachable-code): Add Warning flag.
29119 2016-02-23  Mark Wielaard  <mjw@redhat.com>
29120             Jakub Jelinek  <jakub@redhat.com>
29122         PR c/69911
29123         * cgraphunit.c (check_global_declaration): Check main_input_filename
29124         and DECL_SOURCE_FILE are not NULL.
29126 2016-02-23  Martin Jambor  <mjambor@suse.cz>
29128         PR tree-optimization/69666
29129         * tree-sra.c (sra_modify_assign): Do not attempt to create
29130         default_def replacements for unscalarizable regions.
29132 2016-02-20  Mark Wielaard  <mjw@redhat.com>
29134         PR c/28901
29135         * cgraphunit.c (check_global_declaration): Check level of
29136         warn_unused_const_variable and main_input_filename.
29137         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
29138         (-Wunused-variable): For C implies -Wunused-const-variable=1.
29139         (-Wunused-const-variable): Explain levels 1 and 2.
29141 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
29143         PR target/69888
29144         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
29145         identical arguments.  Formatting and spelling fixes.
29147         PR target/69885
29148         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
29149         be specified.
29151         PR target/69894
29152         PR target/69895
29153         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
29154         and m68k-devices.def.
29155         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
29156         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
29158 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
29160         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
29161         and HImode registers.
29163 2016-02-22  Richard Biener  <rguenther@suse.de>
29165         PR tree-optimization/69882
29166         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
29167         preserve permutations present because of gaps.
29168         (vect_supported_load_permutation_p): Always continue checking
29169         permutations after vect_attempt_slp_rearrange_stmts.
29171 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
29173         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
29174         min_profitable_estimate, rather than min_profitable_iters.
29176 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
29178         PR target/69885
29179         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
29180         SImode for last match_operand.
29182 2016-02-22  Martin Liska  <mliska@suse.cz>
29184         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
29185         return bitsize - 1 as the return value.
29187 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
29189         PR target/69806
29190         PR target/54089
29191         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
29192         Handle negative shift counts.
29193         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
29194         force_reg on the shift constant.
29195         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
29196         (lshrsi3_d): Handle negative shift counts.
29198 2016-02-22  Richard Biener  <rguenther@suse.de>
29199             Tom de Vries  <tom@codesourcery.com>
29201         * graph.c: Include dumpfile.h.
29202         (print_graph_cfg): Split into three overloads.
29203         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
29205 2016-02-22  Tom de Vries  <tom@codesourcery.com>
29207         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
29208         dump-fn.
29210 2016-02-22  Richard Biener  <rguenther@suse.de>
29212         PR ipa/37448
29213         * ipa-inline-transform.c (inline_call): When not updating
29214         overall summaries adjust self size by the growth estimate.
29215         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
29216         hash-set, do not update overall summaries here.  Renamed from ...
29217         (inline_to_all_callers): ... this which is now wrapping the
29218         above and performing delayed overall summary update.
29219         (early_inline_small_functions): Delay updating of the overall
29220         summary.
29222 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
29224         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
29225         variable.
29227 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
29229         PR driver/69805
29230         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
29231         :%* in %:gt() argument.
29232         (greater_than_spec_func): Adjust for expecting only numbers,
29233         if there are more than two numbers, compare the last two.
29235 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
29237         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
29238         -Wnarrowing with -std.
29240 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
29242         PR c++/69851
29243         * expr.c (store_field): Don't use bit-field path if exp is
29244         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
29245         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
29246         and the assignment can be performed by bitwise copy.  Formatting
29247         fix.
29249         PR middle-end/69838
29250         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
29251         call copy_reg_eh_region_note_forward on before and/or after sequences
29252         and remove note from insn if it no longer can throw.
29254         PR target/69820
29255         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
29256         if TARGET_AVX512BW.
29258 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29260         * config/s390/vector.md: Add missing commutative operand markers
29261         to the patterns which qualify for one.
29262         * config/s390/vx-builtins.md: Likewise.
29264 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29266         * config/s390/vector.md (VI, VI_QHS): Add single element vector
29267         types to mode iterators.
29268         (vec_double): ... and mode attribute.
29269         * config/s390/vx-builtins.md (non_vec_int): Likewise.
29271 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29273         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
29274         Change the predicate of op2 from nonimmediate to general and let
29275         reload fix it if necessary.
29277 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29279         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
29281 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29283         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
29284         mode.
29286 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29288         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
29289         * config/s390/s390.c (s390_expand_vec_movstr): New function.
29290         * config/s390/s390.md ("movstr<P:mode>"): Call
29291         s390_expand_vec_movstr.
29293 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29295         * config/s390/s390.md: Add missing output modifier for operand 1
29296         to print it as address properly.
29298 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29300         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
29301         * config/s390/2964.md: New file.
29302         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
29303         of insn grouping attributes depending on the CPU level.
29304         (s390_get_unit_mask): New function.
29305         (s390_sched_score): Remove the OOO from the scheduling macros.
29306         Add loop to calculate a score for the instruction mix.
29307         (s390_sched_reorder): Likewise plus improve debug output.
29308         (s390_sched_variable_issue): Rename macros as above.  Calculate
29309         the unit distances after actually scheduling an insn.  Improve
29310         debug output.
29311         (s390_sched_init): Clear last_scheduled_unit_distance array.
29312         * config/s390/s390.md: Include 2964.md.
29314 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
29316         PR target/69671
29317         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
29318         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
29319         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
29320         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
29321         *avx512f_<code>v8div16qi2_mask_1): New insns.
29323 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
29325         PR target/68404
29326         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
29327         2016-02-09 change.
29329         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
29330         earlyclobber from target.  Use wF constraint for fused memory
29331         address.
29332         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
29334 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
29335             Martin Liska  <mliska@suse.cz>
29337         PR sanitizer/69863
29338         * cfgexpand.c (asan_sanitize_stack_p): New function.
29339         (partition_stack_vars): Use the function.
29340         (expand_stack_vars): Likewise.
29341         (defer_stack_allocation): Likewise.
29342         (expand_used_vars): Likewise.
29344 2016-02-18  Richard Biener  <rguenther@suse.de>
29346         PR middle-end/69553
29347         * fold-const.c (operand_equal_p): Properly compare offsets for
29348         IMAGPART_EXPR and ARRAY_REF.
29350 2016-02-18  Nick Clifton  <nickc@redhat.com>
29352         PR target/62254
29353         PR target/69610
29354         * config/arm/arm.c (arm_option_override_internal): Disable
29355         interworking if the target does not support thumb instructions.
29356         (arm_reload_in_hi): Handle the case where a register to register
29357         move needs reloading because there is no simple pattern to handle
29358         it.
29359         (arm_reload_out_hi): Likewise.
29361 2016-02-18  Richard Biener  <rguenther@suse.de>
29363         PR middle-end/69854
29364         * match.pd: Don't use fold_binary or fold_unary for folding
29365         constants.
29367 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
29369         PR c++/69850
29370         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
29371         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
29372         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
29373         warn on gimple_no_warning_p statements.
29375 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
29377         * doc/extend.texi (C++ Attributes): Correct description of
29378         warn_unused type attribute.
29380 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
29382         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
29383         correct instruction.
29385 2016-02-17  Richard Biener  <rguenther@suse.de>
29387         PR rtl-optimization/69609
29388         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
29389         (find_traces_1_round): When ending a trace update cached priority
29390         of successors.
29391         (bb_to_key): Use cached priority when available.
29392         (copy_bb): Initialize cached priority.
29393         (reorder_basic_blocks_software_trace_cache): Likewise.
29395 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29397         PR target/69161
29398         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
29399         New predicate.
29400         (aarch64_comparison_operator): Break overly long line into two.
29401         (aarch64_comparison_operation): Likewise.
29402         * config/aarch64/aarch64.md (cstorecc4): Use
29403         aarch64_comparison_operator_mode instead of
29404         aarch64_comparison_operator.
29405         (cstore<mode>4): Likewise.
29406         (aarch64_cstore<mode>): Likewise.
29407         (*cstoresi_insn_uxtw): Likewise.
29408         (cstore<mode>_neg): Likewise.
29409         (*cstoresi_neg_uxtw): Likewise.
29411 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29413         PR target/69161
29414         * config/arm/predicates.md (arm_comparison_operator_mode):
29415         New predicate.
29416         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
29417         instead of arm_comparison_operator.
29418         (*mov_negscc): Likewise.
29419         (*mov_notscc): Likewise.
29420         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
29421         (*thumb2_mov_negscc): Likewise.
29422         (*thumb2_mov_negscc_strict_it): Likewise.
29423         (*thumb2_mov_notscc): Likewise.
29424         (*thumb2_mov_notscc_strict_it): Likewise.
29426 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
29428         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
29429         Add missing return.
29431 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
29433         * config/visium/visium.c (machine_libfunc_index): New enum.
29434         (machine_libfuncs): New structure.
29435         (visium_libfuncs): New static variable.
29436         (TARGET_INIT_LIBFUNCS): Define to...
29437         (visium_init_libfuncs): ...this.  New function.
29438         (expand_block_move_4): Use the appropriate libfunc.
29439         (expand_block_move_2): Likewise.
29440         (expand_block_move_1): Likewise.
29441         (expand_block_set_4): Likewise.
29442         (expand_block_set_2): Likewise.
29443         (expand_block_set_1): Likewise.
29444         (visium_trampoline_init): Likewise.
29446 2016-02-17  Nick Clifton  <nickc@redhat.com>
29448         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
29449         TI's devices.csv file as of March 2016.
29451 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
29453         PR Target/48344
29454         * opts-global.c (handle_common_deferred_options): Introduce and
29455         initialize two global variables to remember command-line options
29456         specifying a stack-limiting register.
29457         * opts.h: Add extern declarations of the two new global variables.
29458         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
29459         variable based on the values of the two new global variables.
29461 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
29463         PR c/69835
29464         * common.opt (Wnonnull-compare): New warning.
29465         * doc/invoke.texi (-Wnonnull): Remove text about comparison
29466         of arguments against NULL.
29467         (-Wnonnull-compare): Document.
29468         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
29469         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
29470         * passes.def (pass_warn_nonnull_compare): Add.
29471         * gimple-ssa-nonnull-compare.c: New file.
29473 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
29475         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
29476         AARCH64_EXTRA_TUNE_RECIP_SQRT.
29478 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
29480         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
29481         reciprocal sqrt for -mlow-precision-recip-sqrt.
29483 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
29484             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
29486         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
29487         always use lane loads to construct non-constant vectors.
29489 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
29491         * config/aarch64/aarch64.md
29492         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
29493         constraints for operand 3.
29494         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
29496 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
29497             Richard Biener  <rguenther@suse.de>
29499         PR tree-optimization/69820
29500         * tree-vect-patterns.c (type_conversion_p): Return false if
29501         *orig_type is unsigned single precision or boolean.
29502         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
29503         Formatting fix.
29505 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
29507         PR rtl-optimization/69764
29508         PR rtl-optimization/69771
29509         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
29510         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
29512 2016-02-16  Richard Biener  <rguenther@suse.de>
29514         PR tree-optimization/69776
29515         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
29516         sets from caller.
29517         (indirect_refs_may_alias_p): Likewise.
29518         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
29519         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
29520         according to tbaa_p.
29521         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
29522         (optimize_stmt): For redundant store discovery do not allow tbaa.
29524 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
29526         PR tree-optimization/69714
29527         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
29528         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
29530 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
29532         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
29533         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
29534         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
29535         * config/arc/arc.c (arc_init): Check FPU options.
29536         (get_arc_condition_code): Handle new CC_FPU* modes.
29537         (arc_select_cc_mode): Likewise.
29538         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
29539         register pair only. Allow access for ARCv2 accumulator.
29540         (gen_compare_reg): Whenever we have FPU support use FPU compare
29541         instructions.
29542         (arc_reorg): Don't generate brcc insns when FPU compare
29543         instructions are involved.
29544         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
29545         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
29546         floating point emulation.
29547         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
29548         (REVERSE_CONDITION): Add new CC_FPU* modes.
29549         (TARGET_FP_SP_BASE): Define.
29550         (TARGET_FP_DP_BASE): Likewise.
29551         (TARGET_FP_SP_FUSED): Likewise.
29552         (TARGET_FP_DP_FUSED): Likewise.
29553         (TARGET_FP_SP_CONV): Likewise.
29554         (TARGET_FP_DP_CONV): Likewise.
29555         (TARGET_FP_SP_SQRT): Likewise.
29556         (TARGET_FP_DP_SQRT): Likewise.
29557         (TARGET_FP_DP_AX): Likewise.
29558         * config/arc/arc.md (ARCV2_ACC): New constant.
29559         (type): New fpu type attribute.
29560         (SDF): Conditional iterator.
29561         (cstore<mode>, cbranch<mode>): Change expand condition.
29562         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
29563         handles FPU/FPX cases as well.
29564         * config/arc/arc.opt (mfpu): New option.
29565         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
29566         Renamed.
29567         (adddf3, muldf3, subdf3): Removed.
29568         * config/arc/predicates.md (proper_comparison_operator): Recognize
29569         CC_FPU* modes.
29570         * config/arc/fpu.md: New file.
29571         * doc/invoke.texi (ARC Options): Document mfpu option.
29573 2016-02-16  Richard Biener  <rguenther@suse.de>
29575         PR rtl-optimization/69291
29576         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
29577         noce_operand_ok check.
29579 2016-02-16  Tom de Vries  <tom@codesourcery.com>
29581         PR lto/67709
29582         * omp-low.c (simd_clone_create): Remove call to
29583         symtab->call_cgraph_insertion_hooks.
29585 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
29587         PR tree-optimization/69802
29588         * tree-ssa-reassoc.c (update_range_test): If op is
29589         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
29590         op == 1 test of precision 1 integral op, otherwise handle
29591         that case as op itself.  Fix up formatting.
29592         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
29593         up formatting.
29595 2016-02-16  Richard Biener  <rguenther@suse.de>
29597         PR tree-optimization/69586
29598         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
29599         types for conversion sources.
29601 2016-02-16  Richard Biener  <rguenther@suse.de>
29603         PR middle-end/69801
29604         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
29605         mask OEP_ADDRESS_OF.
29607 2016-02-16  Alan Modra  <amodra@gmail.com>
29609         PR target/68973
29610         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
29611         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
29612         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
29613         (p8_mtvsrwz): New.
29614         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
29615         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
29616         (p8_fmrgow_<mode>): Likewise.
29617         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
29618         changes.
29619         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
29620         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
29621         to use movdi_internal64.  Remove op0_di.
29622         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
29624 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
29626         Add support for the FCCMP insn types
29628         * config/aarch64/aarch64.md (fccmp): Change insn type.
29629         (fccmpe): Likewise.
29630         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
29631         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
29632         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
29633         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
29634         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
29635         * config/arm/types.md (fccmps): Add new insn type.
29636         (fccmpd): Likewise.
29638 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
29640         * alias.c (get_alias_set): Fix a typo in comment.
29642 2016-02-15  Richard Biener  <rguenther@suse.de>
29644         PR tree-optimization/69595
29645         * match.pd: Complete range test simplification to true.
29647 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
29649         PR rtl-optimization/69648
29650         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
29651         pic_offset_table_rtx.
29653         PR rtl-optimization/69752
29654         * ira.c (update_equiv_regs): When looking for more than a single SET,
29655         also take other side effects into account.
29657 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
29659         * config/s390/s390.c (s390_function_profiler): Add a new sequence
29660         for z900+ CPUs in 31-bit mode.
29662 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
29664         * common/config/s390/s390-common.c (s390_supports_split_stack):
29665         New function.
29666         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
29667         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
29668         * config/s390/s390.c (struct machine_function): New field
29669         split_stack_varargs_pointer.
29670         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
29671         in s390_emit_prologue.
29672         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
29673         vararg pointer.
29674         (morestack_ref): New global.
29675         (SPLIT_STACK_AVAILABLE): New macro.
29676         (s390_expand_split_stack_prologue): New function.
29677         (s390_live_on_entry): New function.
29678         (s390_va_start): Use split-stack vararg pointer if appropriate.
29679         (s390_asm_file_end): Emit the split-stack note sections.
29680         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
29681         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
29682         (UNSPECV_SPLIT_STACK_CALL): New unspec.
29683         (UNSPECV_SPLIT_STACK_DATA): New unspec.
29684         (split_stack_prologue): New expand.
29685         (split_stack_space_check): New expand.
29686         (split_stack_data): New insn.
29687         (split_stack_call): New expand.
29688         (split_stack_call_*): New insn.
29689         (split_stack_cond_call): New expand.
29690         (split_stack_cond_call_*): New insn.
29692 2016-02-15  Richard Biener  <rguenther@suse.de>
29694         PR tree-optimization/69783
29695         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
29696         Add trivially correct cases.
29698 2016-02-15  Tom de Vries  <tom@codesourcery.com>
29700         PR lto/69655
29701         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
29702         do_force_output.
29703         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
29705 2016-02-15  Richard Biener  <rguenther@suse.de>
29707         PR tree-optimization/69776
29708         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
29709         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
29710         indicate whether we can use TBAA to disambiguate against stores.
29711         Use alias-set zero if not.
29712         (visit_reference_op_store): Do not use TBAA when looking up
29713         redundant stores.
29714         * tree-ssa-pre.c (compute_avail): Use TBAA here.
29715         (eliminate_dom_walker::before_dom_children): But not when looking
29716         up redundant stores.
29718 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
29720         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
29722 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
29724         *  config/i386/znver1.md
29725         (znver1_pop, znver1_pop_mem,
29726         znver1_load_imov_double_store,
29727         znver1_load_imov_direct_store,
29728         znver1_load_imov_direct_load,
29729         znver1_load_imov_double_load): Add new.
29730         (znver1_insn, znver1_insn_load): Add icmov type.
29731         (znver1_sseavx_fma,
29732         znver1_sseavx_fma_load,
29733         znver1_avx256_fma,
29734         znver1_avx256_fma_load): Fix pipe usage.
29736 2016-02-14  Alan Modra  <amodra@gmail.com>
29738         PR target/68973
29739         * reload.c (find_reloads_address_1): For pre/post-inc/dec
29740         with an invalid hard reg, reload just the reg not the entire
29741         pre/post-inc/dec address expression.
29743 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
29745         PR target/67260
29746         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
29747         fixed R1_REG scratch reg.
29748         (sibcall_value_pcrel_fdpic): Likewise.
29750 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
29752         PR target/67636
29753         PR target/64345
29754         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
29756 2016-02-12  Walter Lee  <walt@tilera.com>
29758         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
29759         * config/tilegx/t-tilegx: Likewise.
29761 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
29763         PR other/69554
29764         * diagnostic-show-locus.c (struct line_span): New struct.
29765         (layout::get_first_line): Delete.
29766         (layout::get_last_line): Delete.
29767         (layout::get_num_line_spans): New member function.
29768         (layout::get_line_span): Likewise.
29769         (layout::print_heading_for_line_span_index_p): Likewise.
29770         (layout::get_expanded_location): Likewise.
29771         (layout::calculate_line_spans): Likewise.
29772         (layout::m_first_line): Delete.
29773         (layout::m_last_line): Delete.
29774         (layout::m_line_spans): New field.
29775         (layout::layout): Update comment.  Replace m_first_line and
29776         m_last_line with m_line_spans, replacing their initialization
29777         with a call to calculate_line_spans.
29778         (diagnostic_show_locus): When printing source lines and
29779         annotations, rather than looping over a single span
29780         of lines, instead loop over each line_span within
29781         the layout, with an inner loop over the lines within them.
29782         Call the context's start_span callback when changing line spans.
29783         * diagnostic.c (diagnostic_initialize): Initialize start_span.
29784         (diagnostic_build_prefix): Break out the building of the location
29785         part of the string into...
29786         (diagnostic_get_location_text): ...this new function, rewriting
29787         it from nested ternary expressions to a sequence of "if"
29788         statements.
29789         (default_diagnostic_start_span_fn): New function.
29790         * diagnostic.h (diagnostic_start_span_fn): New typedef.
29791         (diagnostic_context::start_span): New field.
29792         (default_diagnostic_start_span_fn): New prototype.
29794 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
29796         PR driver/69779
29797         * gcc.c (driver::finalize): Fix cleanup of "specs".
29799 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
29801         PR driver/69265
29802         PR driver/69453
29803         * gcc.c (driver::driver): Initialize m_option_suggestions.
29804         (driver::~driver): Clean up m_option_suggestions.
29805         (suggest_option): Convert to...
29806         (driver::suggest_option): ...this, and split out into
29807         driver::build_option_suggestions and find_closest_string.
29808         (driver::build_option_suggestions): New function, from
29809         first half of suggest_option.  Special-case
29810         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
29811         the sanitizer_opts array.  For options of enum types, add the
29812         various enum values to the candidate strings.
29813         (driver::handle_unrecognized_options): Remove "const".
29814         * gcc.h (driver::handle_unrecognized_options): Likewise.
29815         (driver::build_option_suggestions): New decl.
29816         (driver::suggest_option): New decl.
29817         (driver::m_option_suggestions): New field.
29818         * opts-common.c (add_misspelling_candidates): New function.
29819         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
29820         and make non-static.
29821         * opts.h (sanitizer_opts): New array decl.
29822         (add_misspelling_candidates): New function decl.
29823         * spellcheck.c (find_closest_string): New function.
29824         * spellcheck.h (find_closest_string): New function decl.
29826 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
29828         PR rtl-optimization/69764
29829         PR rtl-optimization/69771
29830         * optabs.c (expand_binop_directly): For shift_optab_p, force
29831         convert_modes with VOIDmode if xop1 has VOIDmode.
29833 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
29835         PR target/69729
29836         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
29837         to correctly determine instrumentation thunks.
29839 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
29841         PR ipa/69241
29842         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
29843         type by reference, force lhs on the call.
29845         PR ipa/68672
29846         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
29847         Compute retval and retbnd early in all cases if split_part_return_p
29848         and return_bb is not EXIT.  Remove all clobber stmts and reset
29849         all debug stmts that refer to SSA_NAMEs defined in split part,
29850         except if it is retval, in that case replace the old retval with the
29851         lhs of the call to the split part.
29853 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
29855         revert:
29856         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
29858         PR middle-end/66726
29859         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
29860         whose result is used in PHI.
29861         (maybe_optimize_range_tests): Likewise.
29862         (final_range_test_p): Likweise.
29864 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
29866         PR middle-end/66726
29867         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
29868         whose result is used in PHI.
29869         (maybe_optimize_range_tests): Likewise.
29870         (final_range_test_p): Likweise.
29872 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
29874         * cgraph.c: Spelling fixes - behaviour -> behavior and
29875         neighbour -> neighbor.
29876         * target.def: Likewise.
29877         * sel-sched.c: Likewise.
29878         * config/mips/mips.c: Likewise.
29879         * config/arc/arc.md: Likewise.
29880         * config/arm/cortex-a57.md: Likewise.
29881         * config/arm/arm.c: Likewise.
29882         * config/arm/neon.md: Likewise.
29883         * config/arm/arm-c.c: Likewise.
29884         * config/vms/vms-c.c: Likewise.
29885         * config/s390/s390.c: Likewise.
29886         * config/i386/znver1.md: Likewise.
29887         * config/i386/i386.c: Likewise.
29888         * config/ia64/hpux-unix2003.h: Likewise.
29889         * config/msp430/msp430.md: Likewise.
29890         * config/rx/rx.c: Likewise.
29891         * config/rx/rx.md: Likewise.
29892         * config/aarch64/aarch64-simd.md: Likewise.
29893         * config/aarch64/aarch64.c: Likewise.
29894         * config/nvptx/nvptx.c: Likewise.
29895         * config/bfin/bfin.c: Likewise.
29896         * config/cris/cris.opt: Likewise.
29897         * config/rs6000/rs6000.c: Likewise.
29898         * target.h: Likewise.
29899         * spellcheck.c: Likewise.
29900         * ira-build.c: Likewise.
29901         * tree-inline.c: Likewise.
29902         * builtins.c: Likewise.
29903         * lra-constraints.c: Likewise.
29904         * explow.c: Likewise.
29905         * hwint.h: Likewise.
29906         * targhooks.c: Likewise.
29907         * tree-vect-data-refs.c: Likewise.
29908         * expr.c: Likewise.
29909         * doc/tm.texi: Likewise.
29910         * doc/extend.texi: Likewise.
29911         * doc/install.texi: Likewise.
29912         * doc/md.texi: Likewise.
29913         * tree-ssa-tail-merge.c: Likewise.
29914         * sched-int.h: Likewise.
29915         * match.pd: Likewise.
29916         * sched-ebb.c: Likewise.
29917         * target.def (omit_struct_return_reg): Likewise.
29918         * gimple-ssa-isolate-paths.c: Likewise.
29919         (find_implicit_erroneous_behaviour): Renamed to...
29920         (find_implicit_erroneous_behavior): ... this.
29921         (find_explicit_erroneous_behaviour): Renamed to...
29922         (find_explicit_erroneous_behavior): ... this.
29923         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
29925 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
29927         PR rtl-optimization/64682
29928         PR rtl-optimization/69567
29929         PR rtl-optimization/69737
29930         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
29931         in I2 as well, just lose it.
29933 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29935         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
29936         New variable.
29937         (aarch64_last_printed_tune_string): Likewise.
29938         (aarch64_declare_function_name): Only output .arch assembler
29939         directive if it will be different from the previously output
29940         directive.  Same for .tune comment but only if -dA is set.
29941         (aarch64_start_file): New function.
29942         (TARGET_ASM_FILE_START): Define.
29944 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
29946         PR plugins/69758
29947         * Makefile.in (PLUGIN_HEADERS): Add params.list.
29949 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
29951         PR target/65313
29952         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
29953         -Wmaybe-uninitialized warning.
29955 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
29957         PR target/69713
29958         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
29960 2016-02-11  Richard Biener  <rguenther@suse.de>
29962         PR rtl-optimization/69291
29963         * ifcvt.c (noce_try_store_flag_constants): Do not allow
29964         subexpressions affected by changing the result.
29966 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
29968         PR target/69148
29969         * lra-constraints.c (curr_insn_transform): Find in/out operands
29970         for secondary memory moves.  Update dups.
29972 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
29974         PR tree-optimization/69652
29975         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
29976         to nested loop, did source re-formatting, skip debug statements,
29977         add check on statement with volatile operand, remove dead scalar
29978         statements.
29980 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
29981             Patrick Palka  <ppalka@gcc.gnu.org>
29983         PR ipa/69241
29984         PR c++/69649
29985         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
29986         calls if the return type is TREE_ADDRESSABLE.
29987         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
29988         * ipa-split.c (split_function): Fix doubled "we" in comment.
29989         Use void return type for the split part even if
29990         !split_point->split_part_set_retval.
29992 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
29994         PR tree-optimization/68021
29995         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
29996         when computing the value of biv cand by itself.
29998 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
30000         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
30001         (cortexa57_tunings): Likewise.
30002         (cortexa72_tunings): Likewise.
30003         (arch_macro_fusion_pair_p): Add support for AES fusion.
30004         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
30005         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
30006         Allow virtual registers before reload so early scheduling works.
30007         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
30008         correct latency and pipeline.
30009         (cortex_a57_crypto_complex): Likewise.
30010         (cortex_a57_crypto_xor): Likewise.
30011         (define_bypass): Add AES bypass.
30013 2016-02-10  Richard Biener  <rguenther@suse.de>
30015         PR tree-optimization/69726
30016         * passes.def: Add DCE pass before late uninit.
30017         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
30018         really fixup if-conversions job.
30020 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
30022         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
30023         (arm_cortex_a57_tune): Likewise.
30024         (aarch_macro_fusion_pair_p): Add support for AES fusion.
30025         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
30027 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
30029         * timevar.def (TV_PHASE_DBGINFO): Delete.
30030         (TV_PHASE_CHECK_DBGINFO): Likewise.
30031         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
30033 2016-02-10  Richard Biener  <rguenther@suse.de>
30035         PR tree-optimization/69719
30036         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
30037         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
30039 2016-02-09  Andrew Pinski  <apinski@cavium.com>
30041         PR tree-opt/69282
30042         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
30043         get_vcond_mask_icode returns false.
30045 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
30047         PR target/68404
30048         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
30049         an ADDIS that adds a pointer to a large constant that sets the
30050         upper16 bits with a load operation.
30052 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
30054         PR target/68532
30055         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
30056         order.
30057         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
30058         endian.
30059         (vzipq_s16): Likewise.
30060         (vzipq_s32): Likewise.
30061         (vzipq_f32): Likewise.
30062         (vzipq_u8): Likewise.
30063         (vzipq_u16): Likewise.
30064         (vzipq_u32): Likewise.
30065         (vzipq_p8): Likewise.
30066         (vzipq_p16): Likewise.
30068 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
30070         PR target/68532
30071         * config/arm/arm.c (neon_endian_lane_map): New function.
30072         (neon_vector_pair_endian_lane_map): New function.
30073         (arm_evpc_neon_vuzp): Allow for big endian lane order.
30074         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
30075         endian.
30076         (vuzpq_s16): Likewise.
30077         (vuzpq_s32): Likewise.
30078         (vuzpq_f32): Likewise.
30079         (vuzpq_u8): Likewise.
30080         (vuzpq_u16): Likewise.
30081         (vuzpq_u32): Likewise.
30082         (vuzpq_p8): Likewise.
30083         (vuzpq_p16): Likewise.
30085 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
30087         PR target/69634
30088         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
30089         debug insns.
30091 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
30093         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
30094         truncate const_int operand 1 to QImode.
30096 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
30098         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
30099         corresponding to an abnormal edge.
30101 2016-02-09  Tom de Vries  <tom@codesourcery.com>
30103         PR tree-optimization/69599
30104         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
30105         function.
30106         (find_func_aliases_for_builtin_call, find_func_clobbers)
30107         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
30108         partition.
30110 2016-02-09  Richard Biener  <rguenther@suse.de>
30112         PR tree-optimization/69715
30113         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
30114         LHS on calls as non-rewritable.
30116 2016-02-09  Tom de Vries  <tom@codesourcery.com>
30118         PR lto/69707
30119         * lto-wrapper.c (append_diag_options): New function.
30120         (compile_offload_image): Call append_diag_options.
30122 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
30124         PR other/69722
30125         * doc/extend.texi (Flag Output Operands): Correct sectioning.
30126         Minor copy-edit to fix verb tenses.
30128 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
30130         PR tree-optimization/69209
30131         * ipa-split.c (split_function): If split part is not
30132         returning retval, retval has gimple type but is not
30133         gimple value, force it into a SSA_NAME first.
30135 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
30137         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
30138         outdated section.
30140 2016-02-08  Jason Merrill  <jason@redhat.com>
30142         PR c++/69631
30143         * convert.c (convert_to_integer_1): Check dofold on truncation
30144         distribution.
30145         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
30146         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
30147         Rename from *_nofold.
30148         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
30149         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
30151 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
30153         PR target/60410
30154         * tree.c (build_common_tree_nodes): Remove short_double argument.
30155         All callers changed.
30156         * tree.h (build_common_tree_nodes): Adjust declaration.
30157         * doc/invoke.texi (-fshort-double): Remove documentation.
30158         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
30159         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
30160         * lto-wrapper.c (merge_and_complain, append_compiler_options)
30161         (append_linker_options): Don't handle OPT_fshort_double.
30163         PR rtl-optimization/68730
30164         * lra-remat.c (insn_to_cand_activation): New static variable.
30165         (lra_remat): Allocate and free it.
30166         (create_cand): New arg activation. Initialize a field in
30167         insn_to_cand_activation if it is nonnull.
30168         (create_cands): Pass the activation insn to create_cand when making
30169         a candidate involving an output reload.  Reorganize code a little.
30170         (do_remat): Keep track of active status of candidates in a separate
30171         bitmap.
30173 2016-02-08  Richard Biener  <rguenther@suse.de>
30175         PR tree-optimization/69719
30176         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
30177         Properly use absolute of the difference of the two offsets to
30178         compare or adjust the segment length.
30180 2016-02-08  Richard Biener  <rguenther@suse.de>
30181             Jeff Law  <law@redhat.com>
30183         PR target/68273
30184         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
30185         types for anonymous SSA names.
30187 2016-02-08   Richard Biener  <rguenther@suse.de>
30189         PR rtl-optimization/69274
30190         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
30192 2016-02-08  Jeff Law  <law@redhat.com>
30194         PR tree-optimization/65917
30195         * tree-ssa-dom.c (record_temporary_equivalences): Record both
30196         equivalences from if (x == y) style conditionals.
30197         (loop_depth_of_name): Remove.
30198         (record_equality): Remove loop depth check.
30199         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
30200         (const_and_copies::record_const_or_copy_raw): New member function.
30201         * tree-ssa-scopedtables.c
30202         (const_and_copies::record_const_or_copy_raw): New, factored out of
30203         (const_and_copies::record_const_or_copy): Call new member function.
30205 2016-02-05  Jeff Law  <law@redhat.com>
30207         PR tree-optimization/68541
30208         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
30209         (count_stmts_in_block): New function.
30210         (poor_ifcvt_candidate_code): Likewise.
30211         (is_feasible_trace): Add some heuristics to determine when path
30212         splitting is profitable.
30213         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
30214         is a diamond with a single exit.
30216 2016-02-05  Martin Sebor  <msebor@redhat.com>
30218         PR c++/69662
30219         * doc/invoke.texi: Update -Wplacement-new to take an optional
30220         argument.
30222 2016-02-06  Richard Henderson  <rth@redhat.com>
30224         PR c/69643
30225         * tree.c (tree_nop_conversion_p): Do not strip casts into or
30226         out of non-standard address spaces.
30228 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
30230         PR rtl-optimization/69691
30231         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
30233 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
30235         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
30236         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
30237         (*ieee128_mfvsrd_64bit): Likewise.
30238         (*ieee128_mfvsrd_32bit): Likewise.
30240 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
30242         PR target/69369
30243         Revert r232560:
30244         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
30246         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
30247         instrumented_version.
30249 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
30251         * doc/invoke.texi (Optimize Options): In table of --param options
30252         rename second occurrence of tracer-min-branch-ratio to
30253         tracer-min-branch-probability, rename
30254         tracer-min-branch-ratio-feedback to
30255         tracer-min-branch-probability-feedback and clarify description,
30256         rename sched-spec-state-edge-prob-cutoff to
30257         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
30258         to selsched-insns-to-rename, rename lto-minpartition to
30259         lto-min-partition, delete reorder-blocks-duplicate and
30260         reorder-blocks-duplicate-feedback.
30262 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
30264         * config/s390/s390.c (s390_register_info_set_ranges): Remove
30265         superfluous loops.
30267 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
30269         * doc/extend.texi: S/390: Correct some typos.
30271 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
30273         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
30275 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
30277         PR target/69625
30278         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
30279         (s390_register_info_gprtofpr): Use new macros above.
30280         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
30281         its name.
30282         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
30283         its name.  Adjust restore and save gpr ranges.
30284         (s390_register_info_set_ranges): New function.
30285         (s390_register_info): Use new macros above.  Call
30286         s390_register_info_set_ranges.
30287         (s390_optimize_register_info): Likewise.
30288         (s390_hard_regno_rename_ok): Use new macros.
30289         (s390_hard_regno_scratch_ok): Likewise.
30290         (s390_emit_epilogue): Likewise.
30291         (s390_can_use_return_insn): Likewise.
30292         (s390_optimize_prologue): Likewise.
30293         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
30295 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
30297         PR bootstrap/69677
30298         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
30299         alignment fixes.
30300         (ix86_option_override_internal): Disable TARGET_STV even for
30301         -m{incoming,preferred}-stack-boundary=3.
30303 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30305         * config.gcc: Mark deprecated rtems targets as obsolete.
30307 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
30309         PR rtl-optimization/64682
30310         PR rtl-optimization/69567
30311         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
30312         before I2 only if the register is both used and set in I2.
30314 2016-02-04  DJ Delorie  <dj@redhat.com>
30316         * config/msp430/msp430.c (msp430_start_function): Add function type.
30318 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
30320         PR fortran/69368
30321         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
30323 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
30325         PR rtl-optimization/69577
30326         Revert:
30327         2015-10-29  Richard Henderson  <rth@redhat.com>
30329         PR target/68124
30330         PR rtl-opt/67609
30331         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
30332         sse check to the exact conditions of PR 67609.
30334 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
30336         PR target/69667
30337         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
30338         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
30339         not allowed into the traditional Altivec registers.
30340         (movtd_64bit_nodm): Likewise.
30341         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
30343 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
30345         * config/aarch64/cortex-a57-fma-steering.c
30346         (aarch64_register_fma_steering): Remove "static" from arguments
30347         to register_pass.
30349 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
30351         PR target/69619
30352         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
30353         twice when complex.
30355 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
30357         * doc/invoke.texi: Delete -mno-fma4.
30359 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
30361         PR rtl-optimization/69577
30362         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
30363         (find_subregs_of_mode): Update accordingly.  Iterate over partial
30364         definitions.
30366 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
30368         * config/arm/arm-protos.h (neon_reinterpret): Remove.
30369         * config/arm/arm.c (neon_reinterpret): Remove.
30370         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
30371         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
30372         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
30373         vreinterpretti): Remove.
30374         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
30375         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
30376         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
30377         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
30378         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
30379         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
30380         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
30381         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
30382         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
30383         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
30384         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
30385         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
30386         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
30387         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
30388         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
30389         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
30390         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
30391         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
30392         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
30393         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
30394         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
30395         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
30396         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
30397         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
30398         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
30399         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
30400         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
30401         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
30402         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
30403         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
30404         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
30405         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
30406         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
30407         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
30408         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
30409         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
30410         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
30411         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
30412         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
30413         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
30414         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
30415         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
30416         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
30417         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
30418         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
30419         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
30420         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
30421         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
30422         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
30423         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
30424         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
30425         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
30426         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
30427         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
30428         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
30429         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
30430         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
30431         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
30432         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
30433         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
30434         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
30435         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
30436         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
30437         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
30438         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
30439         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
30440         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
30441         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
30442         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
30443         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
30444         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
30445         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
30446         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
30447         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
30448         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
30449         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
30450         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
30451         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
30452         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
30453         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
30454         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
30455         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
30456         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
30457         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
30458         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
30459         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
30460         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
30461         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
30462         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
30463         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
30464         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
30465         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
30466         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
30467         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
30468         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
30469         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
30470         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
30471         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
30472         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
30473         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
30474         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
30475         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
30476         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
30478 2016-02-04  Martin Liska  <mliska@suse.cz>
30480         PR sanitizer/69276
30481         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
30482         that are gimple_store_p.
30483         (maybe_instrument_call): Likewise.
30485 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
30487         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
30488         register scaling out of memory reference and comment why.
30490 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30492         PR target/65932
30493         PR target/67714
30494         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
30495         folding the source of a SET.
30497 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30499         PR target/65932
30500         PR target/67714
30501         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
30502         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
30504 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
30506         PR target/65932
30507         PR target/67714
30508         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
30509         HImode.
30511 2016-02-04  Christian Bruel  <christian.bruel@st.com>
30513         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
30514         * config/arm/arm.c (arm_set_current_function): Likewise.
30516 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
30517             Ilya Enkovich  <enkovich.gnu@gmail.com>
30518             H.J. Lu  <hongjiu.lu@intel.com>
30520         PR target/69454
30521         * config/i386/i386.c (convert_scalars_to_vector): Remove
30522         stack alignment fixes.
30523         (ix86_option_override_internal): Disable TARGET_STV if stack
30524         might not be aligned enough.
30525         (ix86_minimum_alignment): Assert that TARGET_STV is false.
30527 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
30529         * config/i386/x86-tune.def: Disable default prefetching
30530         for -march=znver1.
30532 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
30533             Vladimir Makarov  <vmakarov@redhat.com>
30535         PR target/69461
30536         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
30537         in validating fused toc addresses.
30539 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
30541         PR c/69627
30542         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
30543         range->m_caret fields if range->m_show_caret_p is false.
30545         PR target/69644
30546         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
30547         Force oldval into register if it does not satisfy reg_or_short_operand
30548         predicate.  Fix up formatting.
30550 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
30551             Alexandre Oliva  <aoliva@redhat.com>
30553         PR target/69461
30554         * lra-constraints.c (simplify_operand_subreg): Check additionally
30555         address validity after potential reloading.
30556         (process_address_1): Check insns validity.  In case of failure do
30557         nothing.
30559 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
30561         PR target/69118
30562         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
30563         Fix target.
30565 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
30567         * wide-int.cc (canonize_uhwi): New function.
30568         (wi::divmod_internal): Use it.
30570 2016-02-02  James Norris  <jnorris@codesourcery.com>
30572         * gimplify.c (omp_notice_variable): Add usage check.
30574 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
30576         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
30577         like LE, GE, LT, GT when emitting relational operator.
30579 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
30581         * ira-costs.c (find_costs_and_classes): Add extra argument.
30582         * target.def (ira_change_pseudo_allocno_class): Add parameter.
30583         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
30584         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
30585         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
30586         Add best_class parameter, and return it if not ALL_REGS.
30587         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
30588         Add parameter.
30589         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
30590         Update target hook.
30592 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
30594         * config/aarch64/aarch64.c
30595         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
30596         (aarch64_ira_change_pseudo_allocno_class): New function.
30598 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
30600         PR target/67032
30601         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
30603 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
30605         * config/avr/avr.c (avr_option_override): Set
30606         PARAM_ALLOW_STORE_DATA_RACES to 1.
30608 2016-02-02  Richard Biener  <rguenther@suse.de>
30610         PR tree-optimization/69595
30611         * match.pd: Add range test simplifications to true/false.
30613 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
30615         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
30616         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
30617         instead.
30619 2016-02-02  Richard Biener  <rguenther@suse.de>
30621         PR tree-optimization/69606
30622         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
30623         info on the result before moving a stmt.
30625 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
30627         PR middle-end/68542
30628         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
30629         branch with vector comparison.
30630         * config/i386/sse.md (VI48_AVX): New mode iterator.
30631         (define_expand "cbranch<mode>4): Add support for conditional branch
30632         with vector comparison.
30633         * tree-vect-loop.c (optimize_mask_stores): New function.
30634         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
30635         has_mask_store field of vect_info.
30636         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
30637         vectorized loops having masked stores after vec_info destroy.
30638         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
30639         correspondent macros.
30640         (optimize_mask_stores): Add prototype.
30642 2016-02-02  Alan Modra  <amodra@gmail.com>
30644         PR target/69548
30645         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
30646         allow subregs.
30648 2016-02-02  Alan Modra  <amodra@gmail.com>
30650         PR target/68662
30651         * config/rs6000/rs6000.c (need_toc_init): New var, set it
30652         whenever toc_label_name used.
30653         (rs6000_file_start): Don't set up toc section here,
30654         (rs6000_output_function_epilogue): do so here instead,
30655         (rs6000_xcoff_file_start): and here.
30656         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
30657         (load_toc_aix_di): Likewise.
30659 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
30661         PR rtl-optimization/69592
30662         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
30663         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
30664         (num_sign_bit_copies_binary_arith_p): New inline function.
30665         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
30667 2016-02-01  Jeff Law  <law@redhat.com>
30669         PR tree-optimization/69580
30670         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
30671         * tree-ssa-threadbackward.c
30672         (fsm_find_control_statement_thread_paths): Do not try to walk
30673         through large PHI nodes.
30675 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
30677         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
30678         when count is incremented above limit, don't analyze further
30679         insns afterwards.
30681         * omp-low.c (oacc_parse_default_dims): Avoid
30682         -Wsign-compare warning, make sure value fits into int
30683         rather than just unsigned int.
30685 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
30687         PR tree-optimization/67921
30688         * fold-const.c (split_tree): New parameters.  Convert pointer
30689         type variable part to proper type before negating.
30690         (fold_binary_loc): Pass new arguments to split_tree.
30692 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
30694         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
30695         (nvptx_goacc_validate_dims): Extend to handle global defaults.
30696         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
30697         * doc/tm.texti: Rebuilt.
30698         * doc/invoke.texi (fopenacc-dim): Document.
30699         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
30700         (append_compiler_options): Likewise.
30701         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
30702         (oacc_parse_default_dims): New.
30703         (oacc_validate_dims): Add USED arg.  Select non-unity default when
30704         possible.
30705         (oacc_loop_fixed_partitions): Return mask of used partitions.
30706         (oacc_loop_auto_partitions): Emit dump info.
30707         (oacc_loop_partition): Return mask of used partitions.
30708         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
30709         loop partitioning and validation calls.
30711 2016-02-01  Richard Biener  <rguenther@suse.de>
30713         PR middle-end/69556
30714         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
30716 2016-02-01  Richard Biener  <rguenther@suse.de>
30718         PR tree-optimization/69574
30719         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
30720         of asserting return chrec_dont_know.
30722 2016-02-01  Martin Liska  <mliska@suse.cz>
30724         * mem-stats-traits.h: Add copyright header.
30725         * mem-stats.h: Likewise.
30727 2016-02-01  Richard Biener  <rguenther@suse.de>
30729         PR tree-optimization/69579
30730         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
30731         Do not propagate through abnormal PHI results.
30733 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
30735         * postreload.c (reload_cse_simplify): Remove dead code.
30737 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
30739         PR rtl-optimization/69570
30740         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
30741         if there is more than one set, not if there is a single set.
30743 2016-02-01  Richard Henderson  <rth@redhat.com>
30745         PR rtl-opt/69535
30746         * combine.c (make_compound_operation): When looking through a
30747         subreg, make sure to re-extend to the width of the outer mode.
30749 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
30751         PR tree-optimization/69546
30752         * wide-int.cc (wi::divmod_internal): For unsigned division
30753         where both operands fit into uhwi, if o1 is 1 and o0 has
30754         msb set, if divident_prec is larger than bits per hwi,
30755         clear another quotient word and return 2 instead of 1.
30756         Similarly for remainder with msb in HWI set, if dividend_prec
30757         is larger than bits per hwi.
30759 2016-01-29  Martin Jambor  <mjambor@suse.cz>
30761         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
30762         Use short lowercase names.
30763         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
30764         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
30765         acq_rel one.  Protect warning agains segfaults if
30766         get_memory_order_name returns NULL.
30767         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
30768         with release semantics.  Do not warn if get_memory_order already did.
30769         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
30770         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
30771         if get_memory_order already did.
30773 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
30775         * doc/install.texi: Document that isl-0.16 is supported.
30777 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
30779         PR target/69299
30780         * config/i386/constraints.md (Bm): Describe as special memory
30781         constraint.
30782         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
30783         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
30784         * genpreds.c (struct constraint_data): Add is_special_memory.
30785         (have_special_memory_constraints, special_memory_start): New
30786         static vars.
30787         (special_memory_end): Ditto.
30788         (add_constraint): Add new arg is_special_memory.  Add code to
30789         process its true value.  Update have_special_memory_constraints.
30790         (process_define_constraint): Pass the new arg.
30791         (process_define_register_constraint): Ditto.
30792         (choose_enum_order): Process special memory.
30793         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
30794         function insn_extra_special_memory_constraint.
30795         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
30796         * gensupport.c (process_rtx): Process
30797         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
30798         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
30799         * ira-lives.c (single_reg_class): Use
30800         insn_extra_special_memory_constraint.
30801         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
30802         * lra-constraints.c (process_alt_operands): Ditto.
30803         (curr_insn_transform): Use insn_extra_special_memory_constraint.
30804         * recog.c (asm_operand_ok, preprocess_constraints): Process
30805         CT_SPECIAL_MEMORY.
30806         * reload.c (find_reloads): Ditto.
30807         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
30808         * stmt.c (parse_input_constraint): Use
30809         insn_extra_special_memory_constraint.
30811 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
30813         PR target/69530
30814         * lra-splill.c (lra_final_code_change): Revert r229087 by
30815         removing all sub-registers.
30817 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
30819         PR target/65604
30820         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
30822 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
30824         PR target/69551
30825         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
30826         SSE1, copy target into the temporary reg first before recursing
30827         on it.
30829 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
30831         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
30832         with vm.
30834 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
30836         * ginclude/stdarg.h: Test __cplusplus instead of
30837         __GXX_EXPERIMENTAL_CXX0X__.
30839 2016-01-29  Richard Biener  <rguenther@suse.de>
30841         PR tree-optimization/69547
30842         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
30843         Do not mark clobbers necessary.
30844         (mark_all_reaching_defs_necessary_1): Likewise.
30846 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
30848         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
30849         declaration name with %qs and print it in both error messages.
30850         Also fix indentation.
30852 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
30854         PR other/69006
30855         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
30856         trailing blank line from error message.
30858 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
30860         PR c++/69462
30861         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
30862         for C++-11.
30864 2016-01-29  Richard Biener  <rguenther@suse.de>
30866         PR middle-end/69537
30867         * match.pd: Allow all integral types when simplifying a
30868         widening or sign-changing conversion.
30870 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
30872         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
30873         back to setting codegen_error to fail codegen.
30875 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
30877         PR target/69459
30878         * config/i386/constraints.md (C): Only accept constant zero operand.
30879         (BC): New constraint.
30880         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
30881         instead of C constraint.
30882         * doc/md.texi (Machine Constraints): Update description
30883         of C constraint.
30885 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
30887         PR target/68400
30888         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
30890 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
30892         PR middle-end/69542
30893         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
30894         non-debug insns.
30896 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
30898         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
30899         branches if using guessed profile.
30901 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
30903         * graphite-optimize-isl.c (optimize_isl): Fix dump.
30905 2016-01-28  Richard Henderson  <rth@redhat.com>
30907         PR target/69305
30908         * config/aarch64/aarch64-modes.def (CC_Cmode): New
30909         * config/aarch64/aarch64-protos.h: Update.
30910         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
30911         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
30912         (aarch64_get_condition_code_1): Handle CC_Cmode.
30913         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
30914         (*add<mode>3_compareC_cconly_imm): New.
30915         (*add<mode>3_compareC_cconly): New.
30916         (*add<mode>3_compareC_imm): New.
30917         (add<mode>3_compareC): New.
30918         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
30919         to be first.  Use aarch64_carry_operation.
30920         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
30921         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
30922         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
30923         (subti3): Use subdi3_compare1.
30924         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
30925         (sub<mode>3_compare1): New.
30926         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
30927         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
30928         (*subsi3_carryin_uxtw): Likewise.
30929         (*ngc<mode>, *ngcsi_uxtw): Likewise.
30930         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
30931         * config/aarch64/iterators.md (DWI): New.
30932         * config/aarch64/predicates.md (aarch64_carry_operation): New.
30933         (aarch64_borrow_operation): New.
30935 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
30937         * graphite-optimize-isl.c (optimize_isl): Print a different debug
30938         message when isl does not return a valid schedule.
30940 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
30942         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
30943         Remove comments from class declarations: they are already in the code
30944         close by the defs.
30946 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
30948         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
30949         codegen_error_p.
30950         (ternary_op_to_tree): Same.
30951         (unary_op_to_tree): Same.
30952         (nary_op_to_tree): Same.
30953         (gcc_expression_from_isl_expr_op): Same.
30954         (gcc_expression_from_isl_expression): Same.
30955         (graphite_create_new_loop): Same.
30956         (graphite_create_new_loop_guard): Same.
30957         (build_iv_mapping): Same.
30958         (graphite_create_new_guard): Same.
30959         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
30960         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
30962 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
30964         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
30965         instead of setting codegen_error to fail codegen.
30967 2016-01-28  Jason Merrill  <jason@redhat.com>
30969         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
30971 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
30973         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
30974         Remove CONST_INT_P check in CCMP cost calculation.
30976 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
30978         * config/aarch64/aarch64.c (generic_vector_cost):
30979         Set vec_permute_cost.
30980         (cortexa57_vector_cost): Likewise.
30981         (exynosm1_vector_cost): Likewise.
30982         (xgene1_vector_cost): Likewise.
30983         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
30984         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
30985         Add vec_permute_cost entry.
30987 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
30989         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
30990         immediate as %1.
30991         (add<mode>3_compare0): Likewise.
30992         (addsi3_compare0_uxtw): Likewise.
30993         (add<mode>3nr_compare0): Likewise.
30994         (compare_neg<mode>): Likewise.
30995         (<optab><mode>3): Likewise.
30997 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
30999         * tree-vect-stmts.c (vectorizable_comparison): Add
31000         NULL check for vectype.
31002 2016-01-28  Richard Biener  <rguenther@suse.de>
31004         PR tree-optimization/69466
31005         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
31006         Account for PHIs we couldn't duplicate.
31008 2016-01-28  Martin Liska  <mliska@suse.cz>
31010         PR pch/68758
31011         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
31012         instead of ENABLE_VALGRIND_CHECKING.
31014 2016-01-27  Richard Henderson  <rth@redhat.com>
31016         PR rtl-opt/69447
31017         * lra-remat.c (subreg_regs): New.
31018         (dump_candidates_and_remat_bb_data): Dump it.
31019         (operand_to_remat): Reject if operand in subreg_regs.
31020         (set_bb_regs): Collect subreg_regs.
31021         (lra_remat): Init and free subreg_regs.  Compute
31022         calculate_local_reg_remat_bb_data before create_cands.
31024 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
31026         PR target/68986
31027         * config/i386/i386.c (ix86_update_stack_boundary): Don't
31028         change stack_alignment_needed for __tls_get_addr call.
31030 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
31032         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
31034 2016-01-27  Jeff Law  <law@redhat.com>
31036         PR tree-optimization/68398
31037         PR tree-optimization/69196
31038         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
31039         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
31040         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
31041         Only count PHIs in the last block in the path.  The others will
31042         const/copy propagate away.  Add heuristic to allow more irreducible
31043         subloops to be created when it is likely profitable to do so.
31045         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
31046         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
31047         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
31049 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
31051         PR lto/69254
31052         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
31053         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
31054         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
31055         * tree-streamer-in.c: Include asan.h.
31056         (streamer_get_builtin_tree): For builtins in sanitizer
31057         range call initialize_sanitizer_builtins and retry.
31059 2016-01-27  Ian Lance Taylor  <iant@google.com>
31061         * common.opt (fkeep-gc-roots-live): New undocumented option.
31062         * tree-ssa-loop-ivopts.c (add_candidate_1): If
31063         -fkeep-gc-roots-live, skip pointers.
31064         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
31065         NULL.
31067 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
31069         PR target/69512
31070         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
31071         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
31073 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
31075         PR target/68380
31076         * configure.ac: NetBSD provides SSP in its C library.
31077         * configure: Updated.
31079 2016-01-27  Richard Biener  <rguenther@suse.de>
31081         PR tree-optimization/69166
31082         * tree-vect-loop.c (vect_is_simple_reduction): Always check
31083         reduction code for commutativity / associativity.
31085 2016-01-27  Martin Jambor  <mjambor@suse.cz>
31087         PR tree-optimization/69355
31088         * tree-sra.c (analyze_access_subtree): Correct hole detection when
31089         total_scalarization fails.
31091 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
31093         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
31094         power9.
31096 2016-01-27  Christian Bruel  <christian.bruel@st.com>
31098         PR target/69245
31099         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
31100         Move arm_reset_previous_fndecl and set_target_option_current_node in
31101         the conditional part.  Call save_restore_target_globals.
31102         * config/arm/arm.c (arm_set_current_function):
31103         Refactor to better support #pragma target and attribute mix.
31104         Call save_restore_target_globals.
31105         * config/arm/arm-protos.h (save_restore_target_globals): New function.
31107 2016-01-27  Martin Liska  <mliska@suse.cz>
31109         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
31110         reference for an HSA kernel and its host function.
31112 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
31114         PR tree-optimization/69399
31115         * wide-int.h (wi::lrshift): For larger precisions, only
31116         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
31118 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
31120         * config/arc/predicates.md (proper_comparison_operator): Reject
31121         constant-constant comparison.
31123 2016-01-26  Tom de Vries  <tom@codesourcery.com>
31125         PR tree-optimization/69110
31126         * tree-data-ref.c (initialize_data_dependence_relation): Handle
31127         DR_NUM_DIMENSIONS == 0.
31129 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
31130             Sebastian Pop  <s.pop@samsung.com>
31132         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
31133         isl_ast_op_cond and isl_ast_op_select.
31134         (gcc_expression_from_isl_expr_op): Same.
31136 2016-01-26  Jason Merrill  <jason@redhat.com>
31138         PR c++/68782
31139         * tree.c (recompute_constructor_flags): Split out from
31140         build_constructor.
31141         (verify_constructor_flags): New.
31142         * tree.h: Declare them.
31144 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
31146         PR rtl-optimization/69217
31147         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
31148         are no TYPE_FIELDS set for the record type.
31150 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
31152         PR target/68662
31153         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
31154         toc_label_name unconditionally.
31155         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
31156         SYMBOL_REF string.  Use toc_label_name instead of constructing
31157         LCTOC1.
31158         (rs6000_elf_declare_function_name): Use toc_label_name instead of
31159         constructing LCTOC1.
31161 2016-01-26  Martin Sebor  <msebor@redhat.com>
31163         PR other/69477
31164         * doc/extend.texi (Common Type Attributes): Move text that talks about
31165         attribute packed from attribute aligned to the section discussing
31166         the former attribute for clarity.
31168 2016-01-26  Richard Henderson  <rth@redhat.com>
31170         PR middle-end/60908
31171         * trans-mem.c (tm_region_init): Mark entry block as visited.
31173 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
31175         PR other/69006
31176         * diagnostic-show-locus.c (layout::print_source_line): Replace
31177         call to pp_newline with call to layout::print_newline.
31178         (layout::print_annotation_line): Likewise.
31179         (layout::move_to_column): Likewise.
31180         (layout::print_any_fixits): After printing any fixits, print a
31181         trailing newline, if necessary.
31182         (layout::print_newline): New method, resetting any colorization
31183         before a newline.
31184         (diagnostic_show_locus): Move the pp_newline to before the
31185         early bailout.  Remove dummy block enclosing the layout instance.
31186         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
31187         of pp_newline_and_flush with pp_flush.
31188         (diagnostic_append_note): Delete use of pp_newline.
31189         (diagnostic_append_note_at_rich_loc): Delete.
31190         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
31191         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
31192         when newline characters are added to the buffer.
31194 2016-01-26  Michael Matz  <matz@suse.de>
31196         * configure.ac (ac_cv_std_swap_in_utility): New test.
31197         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
31198         * configure: Regenerate.
31199         * config.in: Regenerate.
31201 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
31203         * config/arc/arc.md (cstoresi4): Force operand into register.
31204         (arcset<code>): Fix predicate.
31205         (arcsetltu): Likewise.
31206         (arcsetgeu): Likewise.
31207         (arcsethi): Likewise.
31208         (arcsetls): Likewise.
31210 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
31212         PR tree-optimization/69483
31213         * gimple-fold.c (canonicalize_constructor_val): Return NULL
31214         if base has error_mark_node type.
31216 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
31218         PR target/68620
31219         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
31220         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
31221         New helper macros.
31222         (vget_lane_f16): Handle big-endian.
31223         (vgetq_lane_f16): Likewise.
31224         (vset_lane_f16): Likewise.
31225         (vsetq_lane_f16): Likewise.
31226         * config/arm/iterators.md (VQXMOV): Add V8HF.
31227         (VDQ): Add V4HF and V8HF.
31228         (V_reg): Handle V4HF and V8HF.
31229         (Is_float_mode): Likewise.
31230         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
31231         neon_vdup_nv8hf): New patterns.
31232         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
31233         Use VD_LANE iterator.
31234         (neon_vld1_dup<mode>): Use VQ2 iterator.
31236 2016-01-26  Nathan Sidwell  <nathan@acm.org>
31238         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
31239         (set_oacc_fn_attrib): Add IS_KERNEL arg.
31240         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
31241         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
31242         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
31243         (oacc_validate_dims): Add LEVEL arg, don't return level.
31244         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
31245         oacc_validate_dims.
31246         (execute_oacc_device_lower): Adjust, add more dump output.
31247         * tree-ssa-loop.c (gate_oacc_kernels): Use
31248         oacc_fn_attrib_kernels_p.
31249         * tree-parloops.c (create_parallel_loop): Adjust
31250         set_oacc_fn_attrib call.
31252 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
31254         PR lto/69254
31255         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
31256         (append_compiler_options): Handle -fcilkplus.
31257         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
31259 2016-01-26  Nick Clifton  <nickc@redhat.com>
31261         PR target/66655
31262         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
31263         been marked as DECL_ONE_ONLY but we do not the means to make it
31264         so, then do not allow it to bind locally.
31266 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
31268         PR lto/69254
31269         * opts.h (parse_sanitizer_options): New prototype.
31270         * opts.c (sanitizer_opts): New array.
31271         (parse_sanitizer_options): New function.
31272         (common_handle_option): Use parse_sanitizer_options.
31274 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
31276         PR target/68986
31277         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
31278         alignment adjustment to ...
31279         (ix86_update_stack_boundary): Here.  Don't over-align stack for
31280         __tls_get_addr.
31281         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
31282         if __tls_get_addr is called.
31284 2016-01-26  Christian Bruel  <christian.bruel@st.com>
31286         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
31288 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
31290         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
31292 2016-01-26  Richard Biener  <rguenther@suse.de>
31294         PR middle-end/69467
31295         * match.pd: Guard X * CST CMP 0 pattern with single_use.
31297 2016-01-26  Richard Biener  <rguenther@suse.de>
31299         PR tree-optimization/69452
31300         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
31301         (move_computations_dom_walker::before_dom_children): Rename
31302         to ...
31303         (move_computations_worker): This.
31304         (move_computations): Perform an RPO rather than a DOM walk.
31306 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
31308         PR target/69442
31309         * combine.c (combine_instructions): For REG_EQUAL note with
31310         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
31311         to the underlying register.
31312         * doc/rtl.texi (REG_EQUAL): Document the behavior of
31313         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
31315 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
31317         PR target/67896
31318         * config/aarch64/aarch64-builtins.c
31319         (aarch64_init_simd_builtin_types): Do not set structural
31320         equality to __Poly{8,16,64,128}_t types.
31322 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
31324         PR tree-optimization/69400
31325         * wide-int.cc (wi_pack): Take the precision as argument and
31326         perform canonicalization here rather than in the callers.
31327         Use the main loop to handle all full-width HWIs.  Add a
31328         zero HWI if in_len isn't a full result.
31329         (wi::divmod_internal): Update accordingly.
31330         (wi::mul_internal): Likewise.  Simplify.
31332 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
31333             Sebastian Pop  <s.pop@samsung.com>
31335         * graphite-poly.c (apply_poly_transforms): Simplify.
31336         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
31337         (print_isl_map): Same.
31338         (print_isl_union_map): Same.
31339         (print_isl_schedule): New.
31340         (debug_isl_schedule): New.
31341         * graphite-dependences.c (scop_get_reads): Do not call
31342         isl_union_map_add_map that is undocumented isl functionality.
31343         (scop_get_must_writes): Same.
31344         (scop_get_may_writes): Same.
31345         (scop_get_original_schedule): Remove.
31346         (scop_get_dependences): Do not call isl_union_map_compute_flow that
31347         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
31348         (compute_deps): Remove.
31349         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
31350         (debug_schedule_ast): New.
31351         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
31352         set_separate_option.
31353         (graphite_regenerate_ast_isl): Add dump.
31354         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
31355         from scop->transformed_schedule.
31356         (graphite_regenerate_ast_isl): Add more dump.
31357         * graphite-optimize-isl.c (optimize_isl): Set
31358         scop->transformed_schedule.  Check whether schedules are equal.
31359         (apply_poly_transforms): Move here.
31360         * graphite-poly.c (apply_poly_transforms): ... from here.
31361         (free_poly_bb): Static.
31362         (free_scop): Static.
31363         (pbb_number_of_iterations_at_time): Remove.
31364         (print_isl_ast): New.
31365         (debug_isl_ast): New.
31366         (debug_scop_pbb): New.
31367         * graphite-scop-detection.c (print_edge): Move.
31368         (print_sese): Move.
31369         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
31370         (build_scop_scattering): Remove.
31371         (create_pw_aff_from_tree): Assert instead of bailing out.
31372         (add_condition_to_pbb): Remove unused code, do not fail.
31373         (add_conditions_to_domain): Same.
31374         (add_conditions_to_constraints): Remove.
31375         (build_scop_context): New.
31376         (add_iter_domain_dimension): New.
31377         (build_iteration_domains): Initialize pbb->iterators.
31378         Call add_conditions_to_domain.
31379         (nested_in): New.
31380         (loop_at): New.
31381         (index_outermost_in_loop): New.
31382         (index_pbb_in_loop): New.
31383         (outermost_pbb_in): New.
31384         (add_in_sequence): New.
31385         (add_outer_projection): New.
31386         (outer_projection_mupa): New.
31387         (add_loop_schedule): New.
31388         (build_schedule_pbb): New.
31389         (build_schedule_loop): New.
31390         (embed_in_surrounding_loops): New.
31391         (build_schedule_loop_nest): New.
31392         (build_original_schedule): New.
31393         (build_poly_scop): Call build_original_schedule.
31394         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
31395         (free_poly_dr): Remove.
31396         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
31397         (free_poly_bb): Remove.
31398         (debug_loop_vec): Remove.
31399         (print_isl_ast): Declare.
31400         (debug_isl_ast): Declare.
31401         (scop_do_interchange): Remove.
31402         (scop_do_strip_mine): Remove.
31403         (scop_do_block): Remove.
31404         (flatten_all_loops): Remove.
31405         (optimize_isl): Remove.
31406         (pbb_number_of_iterations_at_time): Remove.
31407         (debug_scop_pbb): Declare.
31408         (print_schedule_ast): Declare.
31409         (debug_schedule_ast): Declare.
31410         (struct scop): Remove schedule.  Add original_schedule,
31411         transformed_schedule.
31412         (free_gimple_poly_bb): Remove.
31413         (print_generated_program): Remove.
31414         (debug_generated_program): Remove.
31415         (unify_scattering_dimensions): Remove.
31416         * sese.c (print_edge): ... here.
31417         (print_sese): ... here.
31418         (debug_edge): ... here.
31419         (debug_sese): ... here.
31420         * sese.h (print_edge): Declare.
31421         (print_sese): Declare.
31422         (dump_edge): Declare.
31423         (dump_sese): Declare.
31425 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
31426             Sebastian Pop  <s.pop@samsung.com>
31428         * Makefile.in: Set ISLVER in site.exp.
31430 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
31432         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
31433         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
31434         through DECL_VALUE_EXPR for expansion.
31436 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
31438         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
31439         the frame info after reload completed.
31441 2016-01-25  Jeff Law  <law@redhat.com>
31443         PR tree-optimization/69196
31444         PR tree-optimization/68398
31445         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
31446         tree-ssa-threadupdate.c.
31447         (determine_bb_domination_status): Prototype
31448         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
31449         (determine_bb_domination_status): No longer static.
31450         (valid_jump_thread_path): Remove code to detect characteristics
31451         of the jump thread path not associated with correctness.
31452         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
31453         Correct test for thread path length.  Count PHIs for real operands as
31454         statements that need to be copied.  Do not count ASSERT_EXPRs.
31455         Look at all the blocks in the thread path.  Compute and selectively
31456         filter thread paths based on threading through the latch, threading
31457         a multiway branch or crossing a multiway branch.
31459 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
31461         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
31462         decl with __attribute__ ((unused)) annotation.
31464 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
31466         PR target/69421
31467         * tree-vect-stmts.c (vectorizable_condition): Check vectype
31468         of operands is compatible with a statement vectype.
31470 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
31472         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
31473         improve wording for mixed storage order support.
31475 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
31477         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
31478         (vcvt_u64_f64): Likewise.
31479         (vcvta_s64_f64): Likewise.
31480         (vcvta_u64_f64): Likewise.
31481         (vcvtm_s64_f64): Likewise.
31482         (vcvtm_u64_f64): Likewise.
31483         (vcvtn_s64_f64): Likewise.
31484         (vcvtn_u64_f64): Likewise.
31485         (vcvtp_s64_f64): Likewise.
31486         (vcvtp_u64_f64): Likewise.
31488 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
31490         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
31491         (arc_init): Check validity mll64 option.
31492         (arc_save_restore): Use double load/store instruction.
31493         (arc_expand_movmem): Likewise.
31494         (arc_split_move): Don't split if we have double load/store
31495         instructions. Returns a boolean.
31496         (arc_process_double_reg_moves): Change function to return boolean
31497         instead of a sequence of instructions.
31498         (arc_dwarf_register_span): New function.
31499         * config/arc/arc-protos.h (arc_split_move): Change prototype.
31500         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
31501         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
31502         (*movdf_insn): Likewise.
31503         * config/arc/arc.opt (mll64): New option.
31504         * config/arc/predicates.md (even_register_operand): New predicate.
31505         * doc/invoke.texi (ARC Options): Add mll64 documentation.
31507 2016-01-25  Richard Biener  <rguenther@suse.de>
31509         PR lto/69393
31510         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
31511         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
31512         DECL_NAMELESS.
31513         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
31515 2016-01-25  Richard Biener  <rguenther@suse.de>
31517         PR tree-optimization/69376
31518         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
31519         flag.
31520         (VN_INFO_ANTI_RANGE_P): New inline.
31521         (VN_INFO_RANGE_TYPE): Likewise.
31522         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
31523         SSA_NAME_ANTI_RANGE_P.
31524         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
31525         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
31526         Properly query VN_INFO_RANGE_TYPE.
31528 2016-01-25  Nick Clifton  <nickc@redhat.com>
31530         PR target/66655
31531         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
31533 2016-01-23  Tom de Vries  <tom@codesourcery.com>
31535         PR tree-optimization/69426
31536         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
31537         removed clobber.
31539 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
31541         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
31542         "the the" with "the" in the comments.
31543         * ipa-devirt.c (build_type_inheritance_graph,
31544         update_type_inheritance_graph): Likewise.
31545         * tree.c (build_function_type_list_1): Likewise.
31546         * cfgloopmanip.c (scale_loop_profile): Likewise.
31547         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
31548         * gimple-ssa-split-paths.c
31549         (find_block_to_duplicate_for_splitting_paths): Likewise.
31550         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
31551         * expr.c (convert_move): Likewise.
31552         * var-tracking.c (vt_stack_adjustments): Likewise.
31553         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
31554         * tree-vrp.c (test_for_singularity): Likewise.
31556         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
31557         directly instead of building a temporary tree.
31559         PR bootstrap/69434
31560         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
31561         remove <algorithm> include.
31563 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
31565         PR target/69432
31566         * config/i386/i386.c: Include dojump.h.
31567         (expand_small_movmem_or_setmem,
31568         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
31569         fixes.
31570         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
31571         if dynamic_check != -1.
31573 2016-01-21  Jeff Law  <law@redhat.com>
31575         PR middle-end/69347
31576         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
31577         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
31578         into dominated_by_p.
31579         (cprop_into_successor_phis): Avoid unnecessary tests.
31581 2016-01-22  Richard Henderson  <rth@redhat.com>
31583         PR target/69416
31584         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
31585         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
31587 2016-01-22  Michael Matz  <matz@suse.de>
31589         * system.h (string, algorithm): Include only conditionally.
31590         (new): Include always under C++.
31591         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
31592         * final.c (toplevel): Ditto.
31593         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
31594         * genconditions.c (write_header): Make gencondmd.c define
31595         INCLUDE_STRING.
31596         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
31598         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
31599         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
31601 2016-01-22  Christian Bruel  <christian.bruel@st.com>
31603         PR target/68674
31604         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
31606 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31608         PR target/69403
31609         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
31610         define_insn_and_split.  Ensure operands[1] and operands[0] do not
31611         get assigned the same register.
31613 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
31615         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
31617 2016-01-22  Christian Bruel  <christian.bruel@st.com>
31619         * config/arm/arm-c.c (arm_pragma_target_parse):
31620         Remove warn_builtin_macro_redefined overwrite.
31622 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
31624         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
31625         flag_non_call_exceptions compatibility.
31627 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
31629         PR debug/66668
31630         * dwarf2out.c (add_child_die_after): New function.
31631         (dwarf_qual_info_t): New type.
31632         (dwarf_qual_info): New variable.
31633         (qualified_die_p): New function.
31634         (modified_type_die): For -fdebug-types-section, ensure
31635         canonical order of qualifiers.  Put qualified DIEs adjacent
31636         to the corresponding non-qualified type DIE and search there
31637         for existing qualified DIEs.
31639 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
31641         * doc/extend.texi (scalar_storage_order type attribute): Document
31642         restriction on type punning and aliasing, and remove future tense.
31644 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
31646         PR target/69252
31647         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
31648         first stage.
31650 2016-01-21  Jeff Law  <law@redhat.com>
31652         PR middle-end/69347
31653         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
31654         useless call to record_temporary_equivalences.
31655         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
31656         allocate 10 slots in the bb_path vector and let it grow as needed.
31657         (fsm_find_control_statement_thread_paths): Similarly for the next_path
31658         vector.
31660 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
31662         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
31663         Detangle.
31664         * configure: Regenerate.
31666 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
31668         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
31669         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
31671 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
31673         PR middle-end/66178
31674         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
31675         drop EXPAND_INITIALIZER.
31676         * rtl.h (contains_symbolic_reference_p): Declare.
31677         * rtlanal.c (contains_symbolic_reference_p): New function.
31678         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
31679         a subtraction into a NOT if symbolic constants are involved.
31681 2016-01-21  Anton Blanchard  <anton@samba.org>
31682             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
31684         PR target/63354
31685         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
31686         #define.
31687         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
31688         function.
31690 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
31692         * config/microblaze/microblaze.c
31693         (get_branch_target): New.
31694         (insert_wic_for_ilb_runout): New.
31695         (insert_wic): New.
31696         (microblaze_machine_dependent_reorg): New.
31697         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
31698         * config/microblaze/microblaze.md
31699         (UNSPEC_IPREFETCH): Define.
31700         (iprefetch): New pattern
31701         * config/microblaze/microblaze.opt
31702         (mxl-prefetch): New flag.
31704 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
31706         * config/microblaze/microblaze.h
31707         (FIXED_REGISTERS): Update in macro.
31708         (CALL_USED_REGISTERS): Update in macro.
31710 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
31712         PR rtl-optimization/68920
31713         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
31714         moves.
31716 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
31718         PR rtl-optimization/68990
31719         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
31720         pseudo instead of inheritance ones.
31722 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
31723             Nick Clifton  <nickc@redhat.com>
31725         PR target/69129
31726         PR target/69012
31727         * config/mips/mips.c (mips_compute_frame_info): Initialise
31728         args_size and hard_frame_pointer_offset fields of the frame
31729         structure before calling mips_global_pointer.
31731 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
31733         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
31734         label reference.
31735         * configure: Regenerate.
31737 2016-01-21  Richard Biener  <rguenther@suse.de>
31739         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
31741 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
31743         * config/s390/s390.c (s390_asm_declare_function_size): Add code
31744         to actually emit the .size directive.
31746 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
31747              Jakub Jelinek  <jakub@redhat.com>
31749         PR target/69187
31750         PR target/65624
31751         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
31752         args array size by one to avoid buffer overflow.
31754 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
31756         * config/s390/s390.md (pool_section_start): Use switch_to_section
31757         to select proper read-only data section instead of hardcoding
31758         .rodata.
31759         (pool_section_end): Use switch_to_section to match the above.
31761 2016-01-21  Richard Biener  <rguenther@suse.de>
31763         PR tree-optimization/69378
31764         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
31765         (set_ssa_val_to): Use it for dominance checks taking into
31766         account not executable edges.
31768 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
31770         PR c++/69355
31771         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
31772         for bitsize instead of GET_MODE_PRECISION (mode).
31774 2016-01-20  Martin Sebor  <msebor@redhat.com>
31776         PR c/52291
31777         * extend.texi (__sync Builtins): Clarify the semantics of
31778         __sync_fetch_and_OP built-ins on pointers.
31779         (__atomic Builtins): Same.
31781 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31782             Sebastian Pop  <s.pop@samsung.com>
31784         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
31785         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
31786         (is_valid_rename): Same.
31787         (translate_isl_ast_to_gimple::get_rename): Same.
31788         (translate_isl_ast_to_gimple::rename_all_uses): Same.
31789         (translate_isl_ast_to_gimple::rename_uses): Same.
31790         (get_new_name): Check for close_phi nodes.
31791         (copy_loop_phi_args): Use phi_node_kind.
31792         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
31793         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
31795 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31796             Sebastian Pop  <s.pop@samsung.com>
31798         Revert commit r229783.
31799         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
31800         Remove use of parameter_rename_map.
31801         (copy_def): Remove.
31802         (copy_internal_parameters): Remove.
31803         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
31804         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
31805         (free_sese_info): Do not free parameter_rename_map.
31806         (set_rename): Do not use parameter_rename_map.
31807         (rename_uses): Update call to set_rename.
31808         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
31809         * sese.h (parameter_rename_map_t): Remove.
31810         (struct sese_info_t): Remove field parameter_rename_map.
31812 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31813             Sebastian Pop  <s.pop@samsung.com>
31815         * graphite-isl-ast-to-gimple.c: Fix comment.
31816         * graphite-scop-detection.c (defined_in_loop_p): New.
31817         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
31818         names defined in loop.
31820 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31821             Sebastian Pop  <s.pop@samsung.com>
31823         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
31824         Discard unstructured if-then-else regions.
31826 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31827             Sebastian Pop  <s.pop@samsung.com>
31829         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
31830         (cleanup_loop_iter_dom): Remove.
31831         (build_loop_iteration_domains): Remove.
31832         (build_scop_context): Remove.
31833         (build_scop_iteration_domain): Remove.
31834         (add_loop_constraints): New.
31835         (build_iteration_domains): New.
31836         (build_poly_scop): Call build_iteration_domains.
31838 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31839             Sebastian Pop  <s.pop@samsung.com>
31841         * graphite-scop-detection.c
31842         (scop_detection::harmful_loop_in_region): Free dom and loops.
31843         (scop_detection::loop_body_is_valid_scop): Free bbs.
31845 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31846             Sebastian Pop  <s.pop@samsung.com>
31848         * graphite-scop-detection.c (record_loop_in_sese): New.
31849         (gather_bbs::before_dom_children): Call record_loop_in_sese.
31850         (build_scops): Remove call to build_sese_loop_nests.
31851         * sese.c (sese_record_loop): Remove.
31852         (build_sese_loop_nests): Remove.
31853         (new_sese_info): Remove region->loops.
31854         (free_sese_info): Same.
31855         * sese.h (sese_contains_loop): Same.
31856         (build_sese_loop_nests): Remove.
31857         (sese_contains_loop): Remove.
31859 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31860             Sebastian Pop  <s.pop@samsung.com>
31862         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
31863         loop_is_valid_in_scop.
31864         (scop_detection::harmful_stmt_in_region): Renamed
31865         harmful_loop_in_region.
31866         Call loop_is_valid_in_scop.
31868 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31869             Sebastian Pop  <s.pop@samsung.com>
31871         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
31872         isl_ast_node_mark.
31874 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31875             Sebastian Pop  <s.pop@samsung.com>
31877         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
31878         * graphite.h (struct poly_bb): Remove field is_reduction.
31879         (PBB_IS_REDUCTION): Remove.
31881 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
31882             Sebastian Pop  <s.pop@samsung.com>
31884         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
31885         (add_pdr_constraints): Same.
31886         (scop_get_reads): Same.
31887         (scop_get_must_writes): Same.
31888         (scop_get_may_writes): Same.
31889         (scop_get_original_schedule): Same.
31890         (extend_schedule): Same.
31891         (apply_schedule_on_deps): Same.
31892         (carries_deps): Same.
31893         (compute_deps): Same.
31894         (scop_get_dependences): Same.
31895         * graphite-isl-ast-to-gimple.c
31896         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
31897         * graphite-optimize-isl.c (get_schedule_for_band): Same.
31898         (get_schedule_for_band_list): Same.
31899         (get_schedule_map): Same.
31900         (apply_schedule_map_to_scop): Same.
31901         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
31902         (build_loop_iteration_domains): Same.
31903         (add_condition_to_pbb): Same.
31904         (add_param_constraints): Same.
31905         (pdr_add_memory_accesses): Same.
31906         (pdr_add_data_dimensions): Same.
31908 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
31910         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
31911         requirements.
31913 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
31915         * common.opt (feliminate-dwarf2-dups): Replace references to
31916         "DWARF 2" with just "DWARF".
31917         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
31918         * doc/extend.texi: Likewise.
31919         * doc/cpp.texi: Likewise.
31920         * doc/invoke.texi: Likewise.
31921         (Option Summary): Add -gdwarf to list of Debugging Options.
31922         (Debugging Options): Document -gdwarf.
31923         * doc/contrib.texi: Spell "DWARF" like that.
31925 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
31927         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
31928         warning.  Fix up formatting.
31930         PR middle-end/67653
31931         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
31932         attempt to mark memory input operand addressable and
31933         call prepare_gimple_addressable in that case.  Don't adjust
31934         input_location for diagnostics, use error_at instead.
31936 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
31938         * config/rs6000/ppc-auxv.h: New file.
31939         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
31940         (cpu_is): Likewise.
31941         (cpu_supports): Likewise.
31942         * config/rs6000/rs6000.c: include "ppc-auxv.h".
31943         (cpu_is_info): New variable.
31944         (cpu_supports_info): Likewise.
31945         (tcb_verification_symbol): Likewise.
31946         (cpu_builtin_p): Likewise.
31947         (cpu_expand_builtin): New function.
31948         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
31949         (rs6000_init_builtins): Likewise.
31950         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
31951         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
31952         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
31953         * configure: Regenerate.
31954         * config.in: Likewise.
31955         * doc/extend.texi (PowerPC Built-in Functions): Document
31956         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
31958 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
31960         PR target/68609
31961         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
31962         domain check.
31963         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
31964         for V4SFmode.
31966 2016-01-20  Richard Henderson  <rth@redhat.com>
31968         PR bootstrap/69343
31969         PR bootstrap/69339
31970         PR tree-opt/68964
31971         Revert:
31972         * tree.c (tm_define_builtin): New.
31973         (find_tm_vector_type): New.
31974         (build_tm_vector_builtins): New.
31975         (build_common_builtin_nodes): Call it.
31977 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
31979         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
31980         (arm_fp_ok): Likewise.
31981         (arm_fp): Likewise.
31982         (arm_crypto): Likewise.
31984 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
31985             Richard Biener  <rguenther@suse.de>
31987         PR tree-optimization/69328
31988         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
31989         vectors have same number of elements.
31990         (vectorizable_condition): Fix masked version recognition.
31992 2016-01-20  Richard Biener  <rguenther@suse.de>
31994         PR tree-optimization/69345
31995         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
31996         (VN_INFO_PTR_INFO): Likewise.
31997         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
31998         info when it is equal between non-dominating SSA names.
31999         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
32000         Make sure to look at original SSA infos.
32002 2016-01-20  Jeff Law  <law@redhat.com>
32004         PR target/25114
32005         * config/m68k/predicates.md (pow2_m1_operand): New predicate
32006         extracted from ...
32007         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
32008         (pc_or_label_operand): New predicate.
32009         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
32010         tests for small integers that are 2^n - 1.
32012 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
32014         * doc/invoke.texi (Options Summary): Add '.' after @xref.
32016 2016-01-19  Jeff Law  <law@redhat.com>
32018         PR middle-end/69347
32019         * tree-ssa-threadbackwards.c
32020         (fsm_find_control_statement_thread_paths): Do not try to lookup
32021         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
32023 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
32025         * doc/lto.texi: Remove text that says only Gold has linker plugin
32026         support.
32028 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
32030         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
32031         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
32032         the DIE accordingly.
32033         (modified_type_die): Add REVERSE parameter and pass it recursively,
32034         as well as to base_type_die.  Adjust presence check accordingly.
32035         (base_type_for_mode): Adjust call to modified_type_die.
32036         (add_type_attribute): Add REVERSE parameter and pass it to
32037         modified_type_die.
32038         (generic_parameter_die): Adjust call to add_type_attribute.
32039         (add_scalar_info): Likewise.
32040         (add_subscript_info): Likewise.
32041         (gen_array_type_die): Likewise.
32042         (gen_descr_array_type_die): Likewise.
32043         (gen_entry_point_die): Likewise.
32044         (gen_enumeration_type_die): Likewise.
32045         (gen_formal_parameter_die): Likewise.
32046         (gen_subprogram_die): Likewise.
32047         (gen_variable_die ): Likewise.
32048         (gen_const_die): Likewise.
32049         (gen_field_die): Likewise.
32050         (gen_pointer_type_die): Likewise.
32051         (gen_reference_type_die): Likewise.
32052         (gen_ptr_to_mbr_type_die): Likewise.
32053         (gen_inheritance_die): Likewise.
32054         (gen_subroutine_type_die): Likewise.
32055         (gen_typedef_die): Likewise.
32056         (force_type_die): Adjust call to modified_type_die.
32058 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
32060         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
32061         flow throughout the file.  Fix broken link to Objective-C 2.0
32062         documentation.
32063         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
32064         errors.
32066 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
32068         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
32070 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
32072         PR ipa/66223
32073         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
32074         (maybe_record_node): Record cxa_pure_virtual as the only possible
32075         target if there are not ohter candidates.
32076         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
32078 2016-01-19  Richard Biener  <rguenther@suse.de>
32080         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
32081         (get_memory_order): Likewise.
32083 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
32085         * tree-vect-stmts.c (vectorizable_store): Check
32086         rhs vectype.
32088 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
32090         PR jit/68446
32091         * gcc.c (driver::decode_argv): Add call to
32092         init_opts_obstack before init_options_struct.
32093         * opts.c (init_opts_obstack): Remove idempotency.
32094         (init_options_struct): Replace call to init_opts_obstack
32095         with a gcc_assert to verify that it has already been called.
32096         * toplev.c (toplev::main): Add call to init_opts_obstack before
32097         calls to init_options_struct.
32098         (toplev::finalize): Move cleanup of opts_obstack next to
32099         cleanup of save_decoded_options, clearing the latter, and
32100         save_decoded_options_count.
32102 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32104         PR target/69135
32105         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
32106         attribute to unconditional.  Remove %? from output template.
32108 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
32109             Jiong Wang  <jiong.wang@arm.com>
32111         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
32112         generated from different expand order.
32114 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
32116         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
32117         Add support for CCMP costing.
32119 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
32121         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
32122         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
32123         (fccmpe<mode>): Likewise.
32124         (fcmp): Rename to fcmp and globalize pattern.
32125         (fcmpe): Likewise.
32126         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
32127         (aarch64_gen_ccmp_next): Add FP support.
32129 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
32131         * target.def (gen_ccmp_first): Update documentation.
32132         (gen_ccmp_next): Likewise.
32133         * doc/tm.texi (gen_ccmp_first): Update documentation.
32134         (gen_ccmp_next): Likewise.
32135         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
32136         expand_ccmp_expr_1.  Improve comments.
32137         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
32138         (ccmp_ior<mode>): Remove pattern.
32139         (cmp<mode>): Remove expand.
32140         (cmp): Globalize pattern.
32141         (cstorecc4): Use cc_register.
32142         (mov<mode>cc): Remove ccmp_cc_register check.
32143         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
32144         Simplify after removal of CC_DNE/* modes.
32145         (aarch64_ccmp_mode_to_code): Remove.
32146         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
32147         In 'k' case use integer as condition.
32148         (aarch64_nzcv_codes): Remove inverted cases.
32149         (aarch64_code_to_ccmode): Remove.
32150         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
32151         comparison with CC register to be used in folowing CCMP/branch/CSEL.
32152         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
32153         pattern.  Return the comparison with CC register.  Invert conditions
32154         when bitcode is OR.
32155         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
32156         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
32158 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
32160         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
32161         instrumented_version.
32163 2016-01-19  Richard Biener  <rguenther@suse.de>
32165         PR tree-optimization/69336
32166         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
32167         handled components with get_ref_base_and_extent.
32168         (equal_mem_array_ref_p): Adjust.
32170 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
32172         PR debug/65779
32173         * shrink-wrap.c: Include valtrack.h.
32174         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
32175         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
32176         in between insn and where it will be moved to.  Call
32177         dead_debug_insert_temp.
32178         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
32179         first and dead_debug_local_finish at the end.
32180         For uses and defs bitmap, handle all regs in between REGNO and
32181         END_REGNO, not just the first one.
32183 2016-01-19  Richard Biener  <rguenther@suse.de>
32185         PR tree-optimization/69352
32186         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
32187         (equal_mem_array_ref_p): Constrain size and max size properly.
32188         Compare the reverse flag.
32190 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
32192         * ira.c (ira): Update regstat data if we deleted insns.
32194 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
32196         PR rtl-optimization/68955
32197         PR rtl-optimization/64557
32198         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
32199         here.  Fix up formatting.
32200         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
32202 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
32204         PR lto/69133
32205         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
32206         assume that the node has body.
32207         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
32208         check.
32210 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
32212         * lto-streamer-out.c (lto_output): Do not stream instrumentation
32213         thunks.
32215 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
32217         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
32218         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
32220 2016-01-19  Martin Jambor  <mjambor@suse.cz>
32221             Martin Liska  <mliska@suse.cz>
32222             Michael Matz  <matz@suse.de>
32224         * Makefile.in (OBJS): Add new source files.
32225         (GTFILES): Add hsa.c.
32226         * common.opt (disable_hsa): New variable.
32227         (-Whsa): New warning.
32228         * config.in (ENABLE_HSA): New.
32229         * configure.ac: Treat hsa differently from other accelerators.
32230         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
32231         $enable_offloading.
32232         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
32233         * doc/install.texi (Configuration): Document --with-hsa-runtime,
32234         --with-hsa-runtime-include, --with-hsa-runtime-lib and
32235         --with-hsa-kmt-lib.
32236         * doc/invoke.texi (-Whsa): Document.
32237         (hsa-gen-debug-stores): Likewise.
32238         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
32239         to invoke offload compiler for hsa acclerator.
32240         * opts.c (common_handle_option): Determine whether HSA offloading
32241         should be performed.
32242         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
32243         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
32244         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
32245         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
32246         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
32247         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
32248         GF_OMP_FOR_KIND_GRID_LOOP.
32249         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
32250         (pp_gimple_stmt_1): Likewise.
32251         * gimple-walk.c (walk_gimple_stmt): Likewise.
32252         * gimple.c (gimple_build_omp_grid_body): New function.
32253         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
32254         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
32255         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
32256         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
32257         GF_OMP_TEAMS_GRID_PHONY.
32258         (gimple_statement_omp_single_layout): Updated comments.
32259         (gimple_build_omp_grid_body): New function.
32260         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
32261         (gimple_omp_for_grid_phony): New function.
32262         (gimple_omp_for_set_grid_phony): Likewise.
32263         (gimple_omp_parallel_grid_phony): Likewise.
32264         (gimple_omp_parallel_set_grid_phony): Likewise.
32265         (gimple_omp_teams_grid_phony): Likewise.
32266         (gimple_omp_teams_set_grid_phony): Likewise.
32267         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
32268         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
32269         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
32270         (BUILT_IN_GOMP_TARGET): Updated type.
32271         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
32272         (adjust_for_condition): New function.
32273         (get_omp_for_step_from_incr): Likewise.
32274         (extract_omp_for_data): Moved parts to adjust_for_condition and
32275         get_omp_for_step_from_incr.
32276         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
32277         (fixup_child_record_type): Bail out if receiver_decl is NULL.
32278         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
32279         (scan_omp_parallel): Do not create child functions for phony
32280         constructs.
32281         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
32282         (scan_omp_1_op): Checking assert we are not remapping to
32283         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
32284         (parallel_needs_hsa_kernel_p): New function.
32285         (expand_parallel_call): Register apprpriate parallel child
32286         functions as HSA kernels.
32287         (grid_launch_attributes_trees): New type.
32288         (grid_attr_trees): New variable.
32289         (grid_create_kernel_launch_attr_types): New function.
32290         (grid_insert_store_range_dim): Likewise.
32291         (grid_get_kernel_launch_attributes): Likewise.
32292         (get_target_argument_identifier_1): Likewise.
32293         (get_target_argument_identifier): Likewise.
32294         (get_target_argument_value): Likewise.
32295         (push_target_argument_according_to_value): Likewise.
32296         (get_target_arguments): Likewise.
32297         (expand_omp_target): Call get_target_arguments instead of looking
32298         up for teams and thread limit.
32299         (grid_expand_omp_for_loop): New function.
32300         (grid_arg_decl_map): New type.
32301         (grid_remap_kernel_arg_accesses): New function.
32302         (grid_expand_target_kernel_body): New function.
32303         (expand_omp): Call it.
32304         (lower_omp_for): Do not emit phony constructs.
32305         (lower_omp_taskreg): Do not emit phony constructs but create for them
32306         a temporary variable receiver_decl.
32307         (lower_omp_taskreg): Do not emit phony constructs.
32308         (lower_omp_teams): Likewise.
32309         (lower_omp_grid_body): New function.
32310         (lower_omp_1): Call it.
32311         (grid_reg_assignment_to_local_var_p): New function.
32312         (grid_seq_only_contains_local_assignments): Likewise.
32313         (grid_find_single_omp_among_assignments_1): Likewise.
32314         (grid_find_single_omp_among_assignments): Likewise.
32315         (grid_find_ungridifiable_statement): Likewise.
32316         (grid_target_follows_gridifiable_pattern): Likewise.
32317         (grid_remap_prebody_decls): Likewise.
32318         (grid_copy_leading_local_assignments): Likewise.
32319         (grid_process_kernel_body_copy): Likewise.
32320         (grid_attempt_target_gridification): Likewise.
32321         (grid_gridify_all_targets_stmt): Likewise.
32322         (grid_gridify_all_targets): Likewise.
32323         (execute_lower_omp): Call grid_gridify_all_targets.
32324         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
32325         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
32326         (tree_omp_clause): Added union field dimension.
32327         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
32328         * tree.c (omp_clause_num_ops): Added number of arguments of
32329         OMP_CLAUSE__GRIDDIM_.
32330         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
32331         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
32332         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
32333         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
32334         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
32335         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
32336         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
32337         * tree-pass.h (make_pass_gen_hsail): Declare.
32338         (make_pass_ipa_hsa): Likewise.
32339         * ipa-hsa.c: New file.
32340         * lto-section-in.c (lto_section_name): Add hsa section name.
32341         * lto-streamer.h (lto_section_type): Add hsa section.
32342         * timevar.def (TV_IPA_HSA): New.
32343         * hsa-brig-format.h: New file.
32344         * hsa-brig.c: New file.
32345         * hsa-dump.c: Likewise.
32346         * hsa-gen.c: Likewise.
32347         * hsa.c: Likewise.
32348         * hsa.h: Likewise.
32349         * toplev.c (compile_file): Call hsa_output_brig.
32350         * hsa-regalloc.c: New file.
32352 2016-01-18  Jeff Law  <law@redhat.com>
32354         PR tree-optimization/69320
32355         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
32356         ranged object, do nothing if the RHS constant is not [0..1].
32357         (optimize_stmt): Comparing a boolean ranged object against a
32358         constant outside [0..1] results in a compile-time constant.
32360         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
32361         test.
32363 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
32365         * doc/invoke.texi (Invoking GCC): Add new section to menu.
32366         (Option Summary): Update to reflect new section and moved options.
32367         (C++ Dialect Options): Move -fstats to new section.
32368         (Debugging Options): Move all dump, statistics, and other GCC
32369         developer options to new section.  Rewrite section introduction
32370         and re-order remaining options to put the more basic ones first.
32371         (Optimization Options): Move -fira-verbose and -flto-report* to
32372         new section.
32373         (Developer Options): New section incorporating moved options.
32374         * doc/cppopts.texi (-dM): Update cross-reference.
32376 2016-01-18  Richard Henderson  <rth@redhat.com>
32378         PR target/69176
32379         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
32380         operands to pseudo only if CSE is expected.  Split long immediate
32381         operands only after reload, and for the stack pointer.
32382         (*add<GPI>3_pluslong): Remove.
32383         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
32384         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
32385         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
32386         (*add<GPI>3 peepholes): New.
32387         (*add<GPI>3 splitters): New.
32388         * config/aarch64/constraints.md (Upl): New.
32389         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
32391 2016-01-18  Richard Biener  <rguenther@suse.de>
32393         PR tree-optimization/69297
32394         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
32395         stmt at most once.
32396         (vect_bb_vectorization_profitable_p): Clear visited flag again.
32398 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
32400         PR middle-end/68542
32401         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
32402         of mixind vector and scalar types.
32403         (fold_relational_const): Add handling of vector
32404         comparison with boolean result.
32405         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
32406         comparison of vector operands with boolean result for EQ/NE only.
32407         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
32408         (verify_gimple_cond): Likewise.
32409         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
32410         valid type of VAL.
32412 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
32414         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
32415         !TARGET_OCTEON.
32417 2016-01-18  Richard Biener  <rguenther@suse.de>
32419         PR middle-end/69308
32420         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
32422 2016-01-18  Tom de Vries  <tom@codesourcery.com>
32424         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
32426 2016-01-18  Tom de Vries  <tom@codesourcery.com>
32428         * omp-low.c (set_oacc_fn_attrib): Make extern.
32429         * omp-low.h (set_oacc_fn_attrib): Declare.
32430         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
32431         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
32432         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
32433         Add and handle function parameter oacc_kernels_p.
32434         (find_reduc_addr, get_omp_data_i_param): New function.
32435         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
32436         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
32437         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
32438         Calculate dominance info.  Skip loops that are not in a kernels region
32439         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
32440         (pass_parallelize_loops::execute): Call parallelize_loops with
32441         oacc_kernels_p argument.
32442         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
32443         New member function.
32444         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
32445         * passes.def: Add argument to pass_parallelize_loops instantation.
32447 2016-01-18  Tom de Vries  <tom@codesourcery.com>
32449         * tree-parloops.c (pass_parallelize_loops::execute): Allow
32450         pass_parallelize_loops to be run outside the loop pipeline.
32452 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
32454         * tree-scalar-evolution.c (follow_copies_to_constant): New.
32455         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
32457 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
32459         PR target/63679
32460         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
32461         using get_ref_base_and_extent.
32462         (equal_mem_array_ref_p): New.
32463         (hashable_expr_equal_p): Add call to previous.
32465 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
32467         PR target/63679
32468         * tree-sra.c (disqualified_constants, constant_decl_p): New.
32469         (sra_initialize): Allocate disqualified_constants.
32470         (sra_deinitialize): Free disqualified_constants.
32471         (disqualify_candidate): Update disqualified_constants when appropriate.
32472         (create_access): Scan for constant-pool entries as we go along.
32473         (scalarizable_type_p): Add check against type_contains_placeholder_p.
32474         (maybe_add_sra_candidate): Allow constant-pool entries.
32475         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
32476         (initialize_constant_pool_replacements): New.
32477         (sra_modify_assign): Avoid mangling assignments created by previous,
32478         and don't generate writes into constant pool.
32479         (sra_modify_function_body): Call initialize_constant_pool_replacements.
32481 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
32483         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
32484         andnot instruction.
32485         (scalar_chain::convert_op): Likewise.
32486         * config/i386/i386.md (*andndi3_doubleword): New.
32488 2016-01-18  Richard Biener  <rguenther@suse.de>
32490         PR tree-optimization/69170
32491         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
32492         building a vector from scalar results of a pattern stmt.
32494 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
32496         * haifa-sched.c (autopref_multipass_init): Work around
32497         -Wmaybe-uninitialized warning.
32499 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
32501         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
32502         against the constant 0.
32504 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32506         PR tree-optimization/68799
32507         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
32508         look up phi candidates in the statement-candidate map.
32509         (phi_add_costs): Likewise.
32510         (record_phi_increments): Likewise.
32511         (phi_incr_cost): Likewise.
32512         (ncd_with_phi): Likewise.
32513         (all_phi_incrs_profitable): Likewise.
32515 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
32517         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
32518         -Wmaybe-uninitialized warning.
32520 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
32522         * doc/invoke.texi (Invoking GCC): Add new section to menu.
32523         (Option Summary): Update to reflect new section and moved options.
32524         (C++ Dialect Options): Move -fvtable-verify and related options.
32525         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
32526         and profiling-related options.
32527         (Optimization Options): Move profile generation options and
32528         -fstack-protector and related options.
32529         (Instrumentation Options): New section incorporating moved options.
32530         (Code Generation Options): Move -finstrument-functions and
32531         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
32533 2016-01-16  Tom de Vries  <tom@codesourcery.com>
32535         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
32537 2016-01-16  Tom de Vries  <tom@codesourcery.com>
32539         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
32541 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
32543         * hash-table.h (hash_table::empty): Turn into an inline wrapper
32544         that checks whether the table is already empty.  Rename the
32545         original implementation to...
32546         (hash_table::empty_slot): ...this new private function.
32548 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
32550         PR diagnostic/68899
32551         * diagnostic-show-locus.c (layout::print_source_line): Move x
32552         offset of line until after call to
32553         get_line_width_without_trailing_whitespace.
32555 2016-01-15  Jeff Law  <law@redhat.com>
32557         PR tree-optimization/69270
32558         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
32559         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
32560         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
32561         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
32562         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
32563         ssa_name_has_boolean_range and constant_boolean_node.
32565 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
32567         PR rtl-optimization/69030
32568         * lra-spills.c (remove_pseudos): Check nrefs and make the function
32569         returning bool.
32570         (spill_pseudos): Delete debug insn for dead pseudo.
32571         (lra_spill): Initiate spill_hard_reg and slots memory separately.
32573 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
32575         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
32576         New.
32577         (TYPES_UNOPUS): Likewise.
32578         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
32579         builtin type, from UNOP to UNOPUS.
32580         (lbtruncuv4sf): Likewise.
32581         (lbtruncuv2df): Likewise.
32582         (lrounduv2sf): Likewise.
32583         (lrounduv4sf): Likewise.
32584         (lrounduv2df): Likewise.
32585         (lroundusf): Likewise.
32586         (lroundusf): Likewise.
32587         (lceiluv2sf): Likewise.
32588         (lceiluv4sf): Likewise.
32589         (lceiluv2df): Likewise.
32590         (lceilusf): Likewise.
32591         (lceiludf): Likewise.
32592         (lflooruv2sf): Likewise.
32593         (lflooruv4sf): Likewise.
32594         (lflooruv2df): Likewise.
32595         (lfloorusf): Likewise.
32596         (lfloorudf): Likewise.
32597         (lfrintnuv2sf): Likewise.
32598         (lfrintnuv4sf): Likewise.
32599         (lfrintnuv2df): Likewise.
32600         (lfrintnusf): Likewise.
32601         (lfrintnudf): Likewise.
32602         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
32603         conversion.
32604         (vcvtq_u32_f32): Likewise.
32605         (vcvtq_u64_f64): Likewise.
32606         (vcvta_u32_f32): Likewise.
32607         (vcvtaq_u32_f32): Likewise.
32608         (vcvtaq_u64_f64): Likewise.
32609         (vcvtm_u32_f32): Likewise.
32610         (vcvtmq_u32_f32): Likewise.
32611         (vcvtmq_u64_f64): Likewise.
32612         (vcvtn_u32_f32): Likwise.
32613         (vcvtnq_u32_f32): Likewise.
32614         (vcvtnq_u64_f64): Likewise.
32615         (vcvtp_u32_f32): Likewise.
32616         (vcvtpq_u32_f32): Likewise.
32617         (vcvtpq_u64_f64): Likewise.
32618         (vcvtmd_u64_f64): Likewise.
32619         (vcvtms_u32_f32): Likewise.
32620         (vcvtad_u64_f64): Likewise.
32621         (vcvtas_u32_f32): Likewise.
32622         (vcvtnd_u64_f64): Likewise.
32623         (vcvtns_u32_f32): Likewise.
32624         (vcvtpd_u64_f64): Likewise.
32625         (vcvtps_u32_f32): Likewise.
32627 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32629         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
32630         CSEL of zero_extended registers.
32632 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32634         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
32635         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
32637 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32639         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
32640         false when argument string is not found in the attributes table
32641         at all.
32643 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
32645         PR target/68609
32646         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
32647         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
32648         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
32649         precision estimate.
32651 2016-01-15  Richard Biener  <rguenther@suse.de>
32653         PR tree-optimization/66856
32654         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
32655         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
32656         (vect_create_new_slp_node): Increment stmt reference count.
32657         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
32658         an SLP tree before swapping operands.
32659         (vect_build_slp_tree): Likewise.
32660         (destroy_bb_vec_info): Free stmt info after SLP instances.
32661         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
32662         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
32663         (STMT_VINFO_NUM_SLP_USES): New macro.
32665 2016-01-15  Richard Biener  <rguenther@suse.de>
32667         PR debug/69137
32668         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
32669         (add_linkage_name): ... here.
32670         (gen_typedef_die): Use add_linkage_name_raw instead of
32671         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
32672         if necessary.
32674 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
32676         * gimplify.c (oacc_default_clause): Decode reference and pointer
32677         types for both kernels and parallel regions.
32679 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
32681         PR middle-end/69246
32682         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
32684 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
32686         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
32687         (convert_scalars_to_vector): Likewise.
32689 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
32691         * doc/extend.texi (Type Traits): Fix grammar.
32693 2016-01-15  Martin Jambor  <mjambor@suse.cz>
32695         * tree-inline.c (remap_decl): Use existing dclarations if
32696         remapping a type and prevent_decl_creation_for_types.
32697         (replace_locals_stmt): Do an initial remapping of non-VLA typed
32698         decls first.  Do real remapping with
32699         prevent_decl_creation_for_types set.
32700         * tree-inline.h (copy_body_data): New field
32701         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
32702         padding.
32704 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
32706         * config/s390/s390.opt (mmvcle): More verbose help text.
32708 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
32710         * config/s390/s390.opt: Add period to -mzvector option text.
32712 2016-01-15  Richard Biener  <rguenther@suse.de>
32714         PR tree-optimization/68961
32715         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
32716         of invariants in stores again.
32718 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
32720         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
32722 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
32724         * config/i386/i386.c (ix86_expand_branch): Don't split
32725         DI mode xor instruction to SI mode.
32727 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
32729         PR ipa/68148
32730         * ipa-icf.c (sem_function::merge): Virtual functions may become
32731         reachable even if they address is not taken and there are no
32732         idrect calls.
32734 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
32736         * lto-streamer-out.c (subtract_estimated_size): New function.
32737         (get_symbol_initial_value): Use it.
32739 2016-01-15  Christian Bruel  <christian.bruel@st.com>
32741         PR target/65837
32742         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
32743         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
32744         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
32745         use add_builtin_function_ext_scope instead of add_builtin_function.
32746         (neon_set_p, neon_crypto_set_p): Remove.
32747         (arm_init_builtins): Always call arm_init_neon_builtins and
32748         arm_init_crypto_builtins.
32749         (arm_expand_builtin): Check that builtins are allowed for the arch.
32750         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
32751         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
32752         arm_init_neon_builtins call.
32754 2016-01-15  Richard Biener  <rguenther@suse.de>
32756         PR tree-optimization/69117
32757         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
32758         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
32759         of the leader conservatively.
32760         (free_scc_vn): Restore original SSA name infos.
32762 2016-01-14  Jeff Law  <law@redhat.com>
32764         PR tree-optimization/69270
32765         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
32766         single bit of precision, verify it's also unsigned.
32767         (record_edge_info): Use constant_boolean_node rather than fold_convert
32768         to convert boolean_true/boolean_false to the right type.
32770 2016-01-14  Richard Henderson  <rth@redhat.com>
32772         PR rtl-opt/69014
32773         * loop-doloop.c (record_reg_sets): New.
32774         (doloop_optimize): Reject the transform if the sequence
32775         clobbers registers live at the end of the loop block.
32776         (doloop_optimize_loops): Enable df_live if needed.
32778 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
32780         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
32781         * config/rs6000/rs6000.c: Likewise.
32782         * config/rs6000/rs6000.h: Likewise.
32783         * config/rs6000/rs6000.md: Likewise.
32784         * doc/extend.texi: Likewsie.
32786 2016-01-14  Jeff Law  <law@redhat.com>
32788         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
32789         typo.
32791 2016-01-14  Richard Henderson  <rth@redhat.com>
32793         PR c/69272
32794         PR tree-opt/68964
32795         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
32796         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
32797         instead of builtin_decl_declared_p to test for declaration.
32799 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
32801         * doc/loop.texi (Loop Analysis and Representation): Document
32802         loop_depth function.
32804 2016-01-14  Tom de Vries  <tom@codesourcery.com>
32806         PR tree-optimization/68773
32807         * omp-low.c (expand_omp_target): Don't set force_output.
32808         * varpool.c (varpool_node::get_create): Same.
32809         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
32810         offload_funcs with force_output.
32812 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
32814         PR debug/69244
32815         * lra-eliminations.c (move_plus_up): Don't change anything if either
32816         the outer or inner subreg mode is not MODE_INT.
32817         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
32818         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
32820 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
32822         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
32823         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
32824         reduc_uplus_@var{m}): Remove.
32825         * expr.c (expand_expr_real_2): Remove expansion path for
32826         reduc_[us](min|max|plus) optabs.
32827         * optabs-tree.c (scalar_reduc_to_vector): Remove.
32828         * optabs-tree.h (scalar_reduc_to_vector): Remove.
32829         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
32830         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
32831         * tree-vect-loop.c (vectorizable_reduction): Remove test for
32832         reduc_[us](min|max|plus) optabs.
32834 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
32836         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
32837         (reduc_plus_scal_v2sf): New.
32838         (reduc_smax_v2sf): Rename to...
32839         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
32840         (reduc_smin_v2sf): Rename to...
32841         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
32843 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
32845         * alias.c (compare_base_symbol_refs): New function.
32846         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
32847         it.
32849 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
32851         PR middle-end/68146
32852         PR tree-optimization/69155
32853         * tree-complex.c: Include cfganal.h.
32854         (phis_to_revisit): New variable.
32855         (extract_component): Add phiarg_p argument.  Assert that returned
32856         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
32857         (update_phi_components): Partly rewrite to use loop over real/imag
32858         components instead of code duplication.  If extract_component returns
32859         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
32860         create_tmp_reg into the PHI node instead, and mention the phi triplet
32861         in phis_to_revisit.
32862         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
32863         in phis_to_revisit at the end.
32865 2016-01-14  Richard Biener  <rguenther@suse.de>
32867         PR tree-optimization/68060
32868         * tree-vect-loop.c (vect_is_simple_reduction): Check the
32869         outer loop reduction is only used in the inner loop before
32870         detecting a double reduction.
32872 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
32874         PR target/68269
32875         * combine.c (expand_field_assignment): Punt if compute_mode is
32876         unsupported scalar mode.
32878 2016-01-14  Richard Biener  <rguenther@suse.de>
32880         PR tree-optimization/66856
32881         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
32882         SLP node only if it built successfully.
32883         (vect_analyze_slp_instance): Adjust.
32885 2016-01-14  Jeff Law  <law@redhat.com>
32887         PR tree-optimization/69270
32888         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
32889         (record_edge_info): Use it.  Convert boolean_{true,false}_node
32890         to the type of op0.
32892 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
32894         PR ipa/66487
32895         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
32896         use block_ultimate_origin
32897         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
32899 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
32901         * doc/invoke.texi (Submodel Options): Rename section to
32902         "Machine-Dependent Options" to better reflect its content.
32903         Rewrite introductory text to remove archaic CPU names.
32904         Update references.
32906 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
32908         * doc/invoke.texi (Code Gen Options): Move section up in file,
32909         before target-specific options.  Update menu and option summary
32910         to reflect the new section ordering.
32912 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
32914         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
32915         (C++ Dialect Options): Add cross-reference to -std option.
32916         * doc/standards.texi (C++ Language): Document C++14 support.
32918 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
32920         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
32921         for pack/unpack functions for __ibm128.
32922         (PACK_IF): Likewise.
32923         (UNPACK_IF): Likewise.
32925         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
32926         support for __ibm128 pack/unpack functions.
32927         (rs6000_invalid_builtin): Likewise.
32928         (rs6000_init_builtins): Likewise.
32929         (rs6000_opt_masks): Likewise.
32931         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
32932         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
32933         functions
32934         (RS6000_BTM_COMMON): Likewise.
32936         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
32937         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
32938         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
32939         128-bit floating point.  Add support for the double values to be
32940         in Altivec registers for TF/IF packing and unpacking, but restrict
32941         TD packing sub-fields to be FPR registers.  Don't allow overlapped
32942         register support for packing.  Allow pack inputs to be memory
32943         locations.  Don't build generator functions for unpack<mode>_dm
32944         and unpack<mode>_nodm.
32945         (unpack<mode>_dm): Likewise.
32946         (unpack<mode>_nodm): Likewise.
32947         (pack<mode>): Likewise.
32949         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
32950         built-in functions to pack/unpack explicit __ibm128 values.
32951         (__builtin_unpack_ibm128): Likewise.
32953         * doc/extend.texi (PowerPC Built-in Functions): Document
32954         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
32956 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
32958         PR c/66208
32959         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
32960         Add new arg loc and pass it down as context.
32961         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
32962         to the location to use for the warning.
32963         (check_function_arguments): New arg loc.  All callers changed.  Pass
32964         it to check_function_nonnull.
32965         * c-common.h (check_function_arguments): Adjust declaration.
32967 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
32969         PR tree-optimization/69156
32970         * gimple.c (validate_type): Removed.
32971         (gimple_builtin_call_types_compatible_p): Use
32972         useless_type_conversion_p instead of validate_type.
32973         * value-prof.c (gimple_stringop_fixed_value): Fold
32974         icall_size to correct type.
32976 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
32978         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
32979         effects.
32981 2016-01-13  Richard Henderson  <rth@redhat.com>
32983         PR tree-opt/68964
32984         * target.def (builtin_tm_load, builtin_tm_store): Remove.
32985         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
32986         (ix86_builtin_tm_store): Remove.
32987         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
32988         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
32989         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
32990         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
32991         * doc/tm.texi: Rebuild.
32993         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
32994         (BUILT_IN_TM_MEMCPY_RTWN): New.
32995         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
32996         fallback from vector to integer helpers.
32997         (build_tm_load): Handle vector types directly, instead of
32998         via target hook.
32999         (build_tm_store): Likewise.
33000         (expand_assign_tm): Prepare for register types not handled by
33001         the above.  Copy them to memory and use memcpy.
33002         * tree.c (tm_define_builtin): New.
33003         (find_tm_vector_type): New.
33004         (build_tm_vector_builtins): New.
33005         (build_common_builtin_nodes): Call it.
33007 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
33009         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
33010         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
33012 2016-01-13  Tom de Vries  <tom@codesourcery.com>
33014         PR tree-optimization/69169
33015         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
33016         handled_struct_type param.
33017         (create_variable_info_for, intra_create_variable_infos): Call
33018         create_variable_info_for_1 with extra arg.
33020 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
33022         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
33023         and "armv8.1-a+crc" entries.
33025 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
33027         PR target/69228
33028         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
33029         Change first operand predicate from register_or_constm1_operand
33030         to register_operand.
33031         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
33032         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
33033         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
33034         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
33035         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
33036         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
33037         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
33038         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
33039         comparison with constm1_rtx from vec_prefetch_gen part.
33041 2016-01-13  Richard Biener  <rguenther@suse.de>
33043         PR tree-optimization/69013
33044         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
33045         Exchange assert for a test.
33047 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
33049         PR target/69247
33050         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
33052 2016-01-13  Richard Biener  <rguenther@suse.de>
33054         PR tree-optimization/69242
33055         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
33056         assert with a check.
33058 2016-01-13  Richard Biener  <rguenther@suse.de>
33060         PR tree-optimization/69186
33061         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
33062         Properly guard vect_update_misalignment_for_peel call.
33064 2016-01-12  Jeff Law  <law@redhat.com>
33066         PR tree-optimization/pr67755
33067         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
33068         "need_profile_correction".
33069         (thread_block_1): Initialize new field to false by default.  If we
33070         have multiple thread paths through a common joiner to different
33071         final targets, then set new field to true.
33072         (compute_path_counts): Only do count adjustment when it's really
33073         needed.
33075 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
33077         * doc/invoke.texi (Spec Files): Move section down in file, past
33078         all command-line option descriptions.
33080 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33082         PR middle-end/54809
33083         * doc/gty.texi: Remove documentation of mark_hook.
33084         * gengtype.c (struct write_types_data): Remove code to support
33085         mark_hook attribute.
33086         (walk_type): Likewise.
33087         (write_func_for_structure): Likewise.
33089 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
33091         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
33092         Directory Options, and -specs= to Overall Options.
33093         (Overall Options): Adjust similarly.  Reorder to group related
33094         options together.  Make -specs= cross-reference the spec file details.
33095         (Directory Options): Adjust similarly.
33097 2016-01-12  Jeff Law  <law@redhat.com>
33099         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
33101 2016-01-12  Olivier Hainque  <hainque@adacore.com>
33103         * gcc.c (spec_undefvar_allowed): New global.
33104         (process_command): Set to true when running for --version or --help,
33105         alone or together.
33106         (getenv_spec_function): When the variable is not defined, use the
33107         variable name as the variable value if we're allowed not to issue
33108         a fatal error.
33110 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
33112         PR tree-optimization/68911
33113         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
33114         information computed for expression "init + nit * step".
33116 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
33118         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
33119         about name of GCC executable.  Remove deleted node from menu.
33120         (Directory Options) <-B>: Remove cross-reference to deleted node.
33121         (Target Options): Delete section.
33123 2016-01-12  Christian Bruel  <christian.bruel@st.com>
33125         PR target/69180
33126         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
33127         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
33129 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
33131         PR target/69198
33132         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
33133         aligned_mem is properly set for AVX512-VL floating point masked
33134         stores.
33136         PR target/69175
33137         * ifcvt.c (cond_exec_process_if_block): When removing the last
33138         insn from then_bb, remove also any possible barriers that follow it.
33140 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
33142         PR target/68456
33143         PR target/69226
33144         * config/i386/iamcu.h (SIZE_TYPE): New macro.
33145         (PTRDIFF_TYPE): Likewise.
33146         (WCHAR_TYPE): Likewise.
33147         (WCHAR_TYPE_SIZE): Likewise.
33148         (STDINT_LONG32): Likewise.
33150 2016-01-12  Richard Biener  <rguenther@suse.de>
33152         PR tree-optimization/69053
33153         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
33154         convert initial value for cond reductions.
33156 2016-01-12  Richard Biener  <rguenther@suse.de>
33158         PR tree-optimization/69007
33159         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
33160         widen_sum after dot_prod and sad.
33162 2016-01-12  Richard Biener  <rguenther@suse.de>
33164         PR tree-optimization/69168
33165         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
33166         pattern stmt SLP type.
33167         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
33168         end up unused so cope with that case.
33170 2016-01-12  Richard Biener  <rguenther@suse.de>
33172         PR tree-optimization/69157
33173         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
33174         stmts def type only during analyze phase.
33175         (vectorizable_call): Likewise.
33176         (vectorizable_simd_clone_call): Likewise.
33177         (vectorizable_conversion): Likewise.
33178         (vectorizable_assignment): Likewise.
33179         (vectorizable_shift): Likewise.
33180         (vectorizable_operation): Likewise.
33181         (vectorizable_store): Likewise.
33182         (vectorizable_load): Likewise.
33184 2016-01-12  Richard Biener  <rguenther@suse.de>
33186         PR tree-optimization/69174
33187         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
33188         space.
33189         (vectorizable_load): Properly compute the number of loads needed
33190         for permuted strided SLP loads and do not spuriously assign
33191         to SLP_TREE_VEC_STMTS.
33193 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
33195         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
33196         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
33197         (MD_EXEC_PREFIX): Remove.
33198         (MD_STARTFILE_PREFIX) Removee.
33199         (FILE_NAME_ABSOLUTE_P): Remove.
33200         (CPP_SPEC): Do not read macros from sys/version.h.
33201         (LINK_COMMAND_SPEC): Remove.
33202         (LOCAL_INCLUDE_DIR): Remove.
33203         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
33204         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
33205         (POST_LINK_SPEC): Define to invoke stubify after linker
33206         (LIBSTDCXX): Remove define
33207         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
33208         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
33209         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
33210         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
33211         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
33212         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
33213         (i386_djgpp_asm_named_section): Add propotype of new procedure
33215         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
33216         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
33217         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
33218         in config/i386/djgpp.h).
33219         (STANDARD_STARTFILE_PREFIX_2): Define identical to
33220         STANDARD_STARTFILE_PREFIX_1.
33221         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
33222         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
33223         installation errors.
33224         (MAX_OFILE_ALIGNMENT): Define to 128.
33225         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
33227         * config/i386/djgpp.c: New file. Add implementation of
33228         i386_djgpp_asm_named_section.
33230         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
33232         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
33233         Add rule for building djgpp.o.
33235 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
33237         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
33238         (rtx_is_swappable_p): Reductions are swappable.
33239         (insn_is_swappable_p): V2DF reductions are swappable.
33241 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
33243         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
33244         reloads for other unsupported memory operands.
33246 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
33247             Jim Wilson  <jim.wilson@linaro.org>
33249         PR target/69194
33250         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
33251         copy_to_mode_reg instead of force_reg.
33253 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33255         PR target/69225
33256         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
33257         TARGET_80387 is true.
33259 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
33261         PR target/69071
33262         * lra-eliminations.c (move_plus_up): Only move plus up
33263         if subreg of the constant can be simplified into constant
33264         and use the simplified subreg of the constant instead of
33265         the original constant.
33267         * fold-const.c (fold_convertible_p): Don't return true
33268         for conversion of VECTOR_TYPE to same sized integral type.
33269         (fold_convert_loc): Fix up formatting.  Fold conversion of
33270         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
33271         instead of NOP_EXPR.
33273         PR tree-optimization/69214
33274         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
33275         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
33276         Formatting fix.
33278         PR tree-optimization/69207
33279         * tree-vect-slp.c (vect_get_constant_vectors): For
33280         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
33281         fold_convertible_p to vector_type's element type, and always
33282         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
33284 2016-01-11  Richard Biener  <rguenther@suse.de>
33286         PR tree-optimization/69173
33287         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
33288         fixup the cycle if all stmts are in a pattern.
33290 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
33292         PR middle-end/68999
33293         * alias.c (base_alias_check): Move check for addresses with
33294         alignment ANDs before the call for compare_base_decls.
33295         (memrefs_conflict_p): Return -1 for different decls
33296         that went through alignment adjustments.
33298 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33300         PR rtl-optimization/68796
33301         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
33302         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
33303         and QImode comparisons against zero with CC_NZmode.
33304         * config/aarch64/iterators.md (short_mask): New mode_attr.
33306 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33308         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
33309         (<avx512>_store<mode>_mask): Likewise.
33311 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
33312             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33314         PR rtl-optimization/68841
33315         * ifcvt.c (struct noce_if_info): Add orig_x field.
33316         (bbs_ok_for_cmove_arith): Add to_rename parameter.
33317         Don't record conflicts on to_rename if it's present.
33318         Allow memory destinations in sets.
33319         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
33320         blocks, passing orig_x to the checks.
33321         (noce_process_if_block): Set if_info->orig_x appropriately.
33323 2016-01-11  Tom de Vries  <tom@codesourcery.com>
33325         PR tree-optimization/69069
33326         * tree-parloops.c (create_parallel_loop): Add missing phi args.
33328 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
33330         PR rtl-optimization/68920
33331         * config/i386/i386.c (ix86_option_override_internal): Restrict number
33332         of conditional moves for  RTL if-conversion to 1 for
33333         TARGET_ONE_IF_CONV_INSN.
33334         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
33335         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
33336         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
33337         parameter to restirct number of conditional moves for
33338         RTL if-conversion.
33339         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
33340         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
33341         conditionl moves.
33343 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
33345         PR bootstrap/69123
33346         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
33347         onepart vars.  Fix typo in comment.  Fix reversed condition in
33348         unshare test.
33349         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
33351         PR bootstrap/69123
33352         * var-tracking.c (dump_onepart_variable_differences): New.
33353         (dataflow_set_different): If a detailed dump is requested,
33354         delay early returns and dump differences between onepart
33355         variables present before and after, and added variables.
33357 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
33359         PR target/69010
33360         * expr.c (expand_expr_real_1): For boolean vector constants
33361         with a scalar mode use const_scalar_mask_from_tree.
33362         (const_scalar_mask_from_tree): New.
33363         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
33364         assigned to a mask type to handle constants.
33366 2016-01-11  Martin Jambor  <mjambor@suse.cz>
33368         PR ipa/69044
33369         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
33370         useless parameters if we cannot change function signature.
33372 2016-01-11  Martin Jambor  <mjambor@suse.cz>
33374         PR ipa/66616
33375         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
33376         flag.
33378 2016-01-11  Tom de Vries  <tom@codesourcery.com>
33380         PR tree-optimization/69109
33381         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
33382         latch with phi.
33384 2016-01-11  Tom de Vries  <tom@codesourcery.com>
33386         PR tree-optimization/69108
33387         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
33388         res is not used in a phi.
33390 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
33392         PR 67425
33393         * common.opt (frandom-seed): Fix parameter name.
33394         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
33396 2016-01-11  Tom de Vries  <tom@codesourcery.com>
33398         PR tree-optimization/69058
33399         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
33400         not supported.
33402 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
33404         * config/arc/arc.opt (mdiv-rem): Add period to the end.
33405         (mcode-density): Likewise.
33407 2016-01-10  Tom de Vries  <tom@codesourcery.com>
33409         PR tree-optimization/69062
33410         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
33411         (parallelize_loops): Don't paralelize loop that has phi with address
33412         arg.
33414 2016-01-10  Tom de Vries  <tom@codesourcery.com>
33416         PR tree-optimization/69039
33417         * tree-parloops.c (try_create_reduction_list): Only allow single exit
33418         phi for reduction.
33420 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
33422         PR middle-end/68743
33423         * match.pd: Require target has function_c99_misc before doing
33424         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
33426 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
33428         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
33429         use GMPINC.
33430         * configure: Regenerate.
33432 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
33434         PR middle-end/50865
33435         PR tree-optimization/69097
33436         * fold-const.h (expr_not_equal_to): New prototype.
33437         * fold-const.c: Include stringpool.h and tree-ssanames.h.
33438         (expr_not_equal_to): New function.
33439         * match.pd (X % -Y is the same as X % Y): Don't optimize
33440         unless X is known not to be equal to minimum or Y is known
33441         not to be equal to -1.
33442         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
33443         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
33444         (simplify_stmt_using_ranges): Adjust caller.
33445         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
33446         substitute_and_fold.
33448 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
33450         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
33451         w/o DECL_NAME.
33453 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
33455         PR tree-optimization/69167
33456         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
33457         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
33458         ops[0] comparison.
33459         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
33461 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
33462             Richard Biener  <rguenther@suse.de>
33464         PR tree-optimization/68707
33465         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
33466         instances that can be handled via vect_load_lanes.
33468 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
33470         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
33471         if we can't determine address equivalence.
33472         * alias.c (compare_base_decl): Update for changed return value of
33473         symtab_node::equal_address_to.
33475 2016-01-08  Jason Merrill  <jason@redhat.com>
33477         PR c++/68983
33478         PR c++/67557
33479         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
33480         * expr.c (store_field): Not here.
33481         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
33482         call with TREE_ADDRESSABLE type.
33483         * tree-cfg.c (verify_gimple_call): Adjust.
33485 2016-01-08  Olivier Hainque  <hainque@adacore.com>
33487         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
33488         libc_internal.
33490 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
33492         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
33493         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
33494         (reduc_smin_v2sf): Rename to...
33495         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
33496         (reduc_splus_v2sf): Rename to...
33497         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
33499 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
33501         PR tree-optimization/69162
33502         * gimplify.c (gimplify_va_arg_expr): Encode original type of
33503         valist argument in another argument.
33504         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
33505         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
33506         to determine the va_list type, build a MEM_REF instead of
33507         build_fold_indirect_ref.
33509         PR tree-optimization/69172
33510         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
33511         gimple_build.
33513 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
33515         PR tree-optimization/67781
33516         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
33517         and cmpnop in two steps: first the ones not accessed in original
33518         gimple expression in a endian independent way and then the ones not
33519         accessed in the final result in an endian-specific way.
33521 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
33523         PR tree-optimization/69083
33524         * tree-vect-slp.c (vect_get_constant_vectors): For
33525         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
33526         element type.  If op is fold_convertible_p to vector_type's element
33527         type, use NOP_EXPR instead of VCE.
33529 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
33531         PR rtl-optimization/67778
33532         PR rtl-optimization/68634
33533         PR rtl-optimization/68909
33534         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
33535         block from the stack until done with it.  Remove a superfluous
33536         bitmap set.  Remove a superfluous bitmap test.
33538 2016-01-07  Martin Sebor  <msebor@redhat.com>
33540         PR c/68966
33541         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
33542         constraint on the type of arguments.
33544 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
33546         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
33547         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
33548         unaligned_access on the gcc_options set.
33549         * config/arm/arm.c (arm_option_override_internal): Use
33550         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
33552 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
33554         PR target/69140
33555         * config/i386/i386.c (ix86_frame_pointer_required): Enable
33556         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
33558 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
33560         Revert
33561         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
33563         PR target/69140
33564         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
33565         depending on frame_pointer_needed before remaining integer and SSE
33566         registers are saved.
33568 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
33570         PR 1078
33571         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
33573 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
33575         PR target/69171
33576         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
33577         Use the "xBm" constraint.
33578         (float<sseintvecmodelower><mode>2<mask_name><round_name):
33579         Likewise.
33580         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
33581         (sse_cvtsi2ssq<round_name>): Likewise.
33582         (sse_cvtss2si<round_name>): Likewise.
33583         (sse_cvtss2siq<round_name>): Likewise.
33584         (sse2_cvtsi2sdq<round_name>): Likewise.
33585         (sse2_cvtsd2si<round_name>): Likewise.
33586         (sse2_cvtsd2siq<round_name>): Likewise.
33587         * config/i386/subst.md (round_nimm_scalar_predicate): New
33588         predicate.
33590 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
33592         PR middle-end/67639
33593         * varasm.c (make_decl_rtl): Mark invalid register vars as
33594         DECL_EXTERNAL.
33596         PR rtl-optimization/66206
33597         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
33598         All callers changed.
33600 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
33602         PR tree-optimization/69141
33603         * tree-ssa-pre.c: Include langhooks.h.
33604         (eliminate_dom_walker::before_dom_children): Use
33605         lang_hooks.decl_printable_name instead of
33606         cgraph_node::get ()->name ().
33608         PR middle-end/68960
33609         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
33610         it and DECL_ALIGN too.
33612 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
33614         * config/mips/mips-ftypes.def: Sort to lexicographical order.
33616 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
33618         PR target/69140
33619         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
33620         depending on frame_pointer_needed before remaining integer and SSE
33621         registers are saved.
33623 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
33625         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
33626         mode iterator with VSX_M2.
33627         (*p9_vecstore_<mode>): Likewise.
33628         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
33629         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
33630         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
33631         (define_split for VSX_LE128 stores): Likewise.
33632         (define_peephole2 for TImode LE swaps): Likewise.
33633         (define_split for VSX_LE128 post-reload stores): Likewise.
33635 2016-01-06  Marek Polacek  <polacek@redhat.com>
33637         PR sanitizer/69099
33638         * convert.c (convert_to_integer_1): Adjust call to
33639         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
33640         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
33641         EXPR instead of ARG.
33642         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
33644 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
33646         PR 1078
33647         * doc/extend.texi (RL78 Variable Attributes): New section.
33649 2016-01-05  Marek Polacek  <polacek@redhat.com>
33651         PR c/69104
33652         * builtins.c (get_memmodel): Use expansion point location rather than
33653         the input location.  Call warning_at rather than warning.
33654         (expand_builtin_atomic_compare_exchange): Likewise.
33655         (expand_builtin_atomic_load): Likewise.
33656         (expand_builtin_atomic_store): Likewise.
33657         (expand_builtin_atomic_clear): Likewise.
33659 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
33661         PR target/68991
33662         * config/i386/i386.c (ix86_expand_vector_logical_operator):
33663         Replace nonimmediate_operand with vector_operand.
33664         * config/i386/predicates.md (vector_operand): New predicate.
33665         (general_vector_operand): Replace nonimmediate_operand with
33666         vector_operand.
33667         * config/i386/sse.md: Replace nonimmediate_operand with
33668         vector_operand and m constraint with Bm constraint on SSE
33669         patterns with 16-byte memory operand.
33670         * config/i386/subst.md (round_nimm_predicate): Replace
33671         nonimmediate_operand with vector_operand.
33672         (round_saeonly_nimm_predicate): Likewise.
33673         (round_saeonly_nimm_scalar_predicate): New.
33675 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
33677         PR target/68991
33678         * config/i386/constraints.md (Bm): New constraint.
33679         * config/i386/predicates.md (vector_memory_operand): New
33680         predicate.
33681         * config/i386/sse.md: Replace xm with xBm in plusminus and
33682         any_logic patterns.
33684 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
33686         PR 1078
33687         * doc/extend.texi (V850 Function Attributes): New section.
33688         (V850 Variable Attributes): New section.
33690 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
33692         PR 1078
33693         * doc/extend.texi (MicroBlaze Function Attributes): Document
33694         interrupt_handler and fast_interrupt attributes.
33696 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
33698         PR other/60465
33699         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
33700         for local symbolic operands.
33701         * config/ia64/predicates.md (local_symbolic_operand64): New
33702         predicate.
33704 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33706         PR rtl-optimization/68651
33707         * combine.c (combine_simplify_rtx): Canonicalize x + x into
33708         x << 1.
33710 2016-01-05  Nathan Sidwell  <nathan@acm.org>
33712         * alias.c (compare_base_decls): Use symtab_node::get.
33714 2016-01-05  Nick Clifton  <nickc@redhat.com>
33716         PR target/68770
33717         * ira-costs.c (copy_cost): Initialise the t_icode field of the
33718         secondary_reload_info structure.
33720         PR target/66655
33721         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
33722         decls if weak support is available.
33724 2016-01-04  Martin Sebor  <msebor@redhat.com>
33726         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
33728 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
33730         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
33731         OPTION_MASK_P9_DFORM.
33733         * config/rs6000/constraints.md (wo constraint): New constraint for
33734         ISA 3.0 (power9).
33736         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
33737         for wo constraint.
33738         (rs6000_init_hard_regno_mode_ok): Likewise.
33740         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
33741         wo constraint.
33743         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
33744         expanders not to have constraints.  Add support for ISA 3.0 xxperm
33745         instruction.  Add support for fusing xxlor with xxperm.
33746         (altivec_vperm_<mode>_internal): Likewise.
33747         (altivec_vperm_v8hiv16qi): Likewise.
33748         (altivec_vperm_<mode>v16q): Likewise.
33749         (altivec_vperm_<mode>_uns): Likewise.
33750         (vperm_v8hiv4si): Likewise.
33751         (vperm_v16qiv8hi): Likewise.
33753         * doc/md.texi (RS/6000 constraints): Document wo constraint.
33755 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
33757         Update copyright years.
33759         * gcc.c (process_command): Update copyright notice dates.
33760         * gcov-dump.c (print_version): Ditto.
33761         * gcov.c (print_version): Ditto.
33762         * gcov-tool.c (print_version): Ditto.
33763         * gengtype.c (create_file): Ditto.
33764         * doc/cpp.texi: Bump @copying's copyright year.
33765         * doc/cppinternals.texi: Ditto.
33766         * doc/gcc.texi: Ditto.
33767         * doc/gccint.texi: Ditto.
33768         * doc/gcov.texi: Ditto.
33769         * doc/install.texi: Ditto.
33770         * doc/invoke.texi: Ditto.
33772 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
33774         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
33775         modes larger than TImode as TImode if NEON is not enabled.
33777 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
33779         PR target/69100
33780         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
33781         mode for %f0-%f31 only if TARGET_FPU.
33783 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
33785         PR target/69072
33786         * config/sparc/sparc.c (scan_record_type): Take into account subfields
33787         to compute the PACKED_P predicate.
33788         (function_arg_record_value): Minor tweaks.
33790 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
33792         * doc/install.texi (--with-multilib-list): Describe the meaning of the
33793         option for arm*-*-* targets.
33795 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
33797         * doc/extend.texi (Common Function Attributes): Move docs for
33798         MSP430-specific attributes to....
33799         (MSP430 Function Attributes): ...here.  Delete the redundant
33800         entries and copy-edit the remaining text.
33801         (MSP430 Variable Attributes): Use uniform format for index
33802         entries and add a cross-reference to the corresponding function
33803         attribute docs.
33805 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
33807         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
33808         -finite-math typo.
33809         (x86 Options): Likewise.
33811 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
33813         PR 1078
33815         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
33816         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
33817         to corresponding attribute.
33819 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
33821         * doc/extend.texi (Common Function Attributes) <noplt>: Move
33822         to correct alphabetization of table.  Copy-edit and correct
33823         markup.
33824         <stack_protect>: Likewise.
33825         <target_clones>: Likewise.
33826         <simd>: Likewise.
33827         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
33828         Correct punctuation.
33829         (Code Gen Options) <-fno-plt>: Copy-edit.
33831 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
33833         PR target/68917
33834         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
33835         SI values.  Explicitly convert SI to DI and vice-versa.
33837 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
33839         PR tree-optimization/69070
33840         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
33841         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
33843         PR sanitizer/69055
33844         * ubsan.c (ubsan_instrument_float_cast): Call
33845         initialize_sanitizer_builtins.
33847         PR target/69015
33848         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
33850 Copyright (C) 2016 Free Software Foundation, Inc.
33852 Copying and distribution of this file, with or without modification,
33853 are permitted in any medium without royalty provided the copyright
33854 notice and this notice are preserved.