gcc/ChangeLog:
[official-gcc.git] / gcc / ChangeLog
blob2cd7917164ffcc7e4cd24f1c0c47368db0b713cc
1 2017-08-14  Martin Sebor  <msebor@redhat.com>
3         * builtin-attrs.def: Add comments.
5 2017-08-14  Martin Sebor  <msebor@redhat.com>
7         PR c/81117
8         * doc/extend.texi (attribute nonstring): Document new attribute.
10 2017-08-14  Martin Sebor  <msebor@redhat.com>
12         PR c/81117
13         * tree-diagnostic.c (default_tree_printer): Handle %G.
14         * gimple-pretty-print.h (percent_G_format): Declare new function.
15         * gimple-pretty-print.c (percent_G_format): Define.
16         * tree-pretty-print.c (percent_K_format): Add argument.
18 2017-08-14  Martin Sebor  <msebor@redhat.com>
20         PR translation/79998
21         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
22         Remove a stray space.
24 2017-08-14  Uros Bizjak  <ubizjak@gmail.com>
26         PR target/46091
27         * config/i386/i386.md (*anddi_1_btr): New insn_and_split pattern.
28         (*iordi_1_bts): Ditto.
29         (*xordi_1_btc): Ditto.
31 2017-08-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
33         PR target/79845
34         * config/rs6000/linux64.h (INVALID_64BIT): Use quoted strings.
35         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
36         Likewise.
37         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Use
38         quoted strings, and make more translator-friendly.
39         (darwin_rs6000_override_options): Likewise.
40         (rs6000_option_override_internal): Likewise.
41         (rs6000_return_in_memory): Fix overlong line.
42         (init_cmulative_args): Use quoted strings, and make more
43         translator-friendly.
44         (rs6000_pass_by_reference): Fix overlong line.
45         (def_builtin): Use quoted strings.
46         (altivec_expand_predicate_builtin): Use quoted strings, and make
47         more translator-friendly.
48         (htm_expand_builtin): Use quoted strings.
49         (cpu_expand_builtin): Use quoted strings, and make more
50         translator-friendly.
51         (altivec_expand_builtin): Likewise.
52         (paired_expand_predicate_builtin): Likewise.
53         (rs6000_invalid_builtin): Likewise.
54         (builtin_function_type): Use quoted strings.
55         (rs6000_expand_split_stack_prologue): Use quoted strings, and make
56         more translator-friendly.
57         (rs6000_trampoline_init): Likewise.
58         (rs6000_handle_altivec_attribute): Likewise.
59         (rs6000_inner_target_options): Use quoted strings.
60         (rs6000_disable_incompatible_switches): Likewise.
61         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Use quoted
62         strings, and make more translator-friendly.
63         (SUBSUBTARGET_OVERRIDE_OPTIONS): Use quoted strings.
65 2017-08-14  Bin Cheng  <bin.cheng@arm.com>
67         PR tree-optimization/81799
68         * tree-loop-distribution.c (version_loop_by_alias_check): Force
69         cond_expr to simple gimple operand.
71 2017-08-14  Wilco Dijkstra  <wdijkstr@arm.com>
73         PR middle-end/46932
74         * doc/sourcebuild.texi (autoincdec): Add autoincdec description.
76 2017-08-14  Georg-Johann Lay  <avr@gjlay.de>
78         PR target/81754
79         PR target/81268
80         * config/avr/avr.opt (mgas-isr-prologues): New Var avr_gasisr_prologues.
81         * config/avr/avr.md (gasisr, *gasisr): Use it instead of
82         TARGET_GASISR_PROLOGUES.
83         * config/avr/avr.c (avr_option_override): Same.
84         (avr_pass_pre_proep::execute): Same.
86 2017-08-13  Uros Bizjak  <ubizjak@gmail.com>
88         * config/i386/i386.md (*load_tp_<mode>): Redefine as
89         define_insn_and_split.  Split to a memory load from 0 in
90         DEFAULT_TLS_SEG_REG address space.  Merge with *load_tp_x32
91         using PTR mode iterator.
92         (*load_tp_x32_zext"): Redefine as define_insn_and_split.
93         Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
94         (*add_tp_<mode>): Redefine as define_insn_and_split.
95         Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
96         address space.  Merge with *add_tp_x32 using PTR mode iterator.
97         (*add_tp_x32_zext"): Redefine as define_insn_and_split.
98         Split to an add with a  memory load from 0 in
99         DEFAULT_TLS_SEG_REG address space.
101 2017-08-12  Andrew Pinski  <apinski@cavium.com>
103         * config/aarch64/aarch64-option-extensions.def (rdma):
104         Fix feature string to what Linux prints out in /proc/cpuinfo.
106 2017-08-12  Pierre-Marie de Rodat  <derodat@adacore.com>
108         PR ada/79542
109         * dwarf2out.c (modified_type_die): For C typedef types that have
110         an ultimate origin, process the ultimate origin instead of the
111         input type.
112         (gen_typedef_die): Assert that input DECLs have no ultimate
113         origin.
114         (gen_type_die_with_usage): For typedef variants that have an
115         ultimate origin, just call gen_decl_die on the original DECL.
116         (process_scope_var): Avoid creating DIEs for local typedefs and
117         concrete static variables.
119 2017-08-12  Alan Modra  <amodra@gmail.com>
121         PR target/81170
122         PR target/81295
123         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Upgrade to
124         match gnu-user.h startfile.
125         (ENDFILE_LINUX_SPEC): Similarly.
127 2017-08-11  Thomas Schwinge  <thomas@codesourcery.com>
129         PR lto/81430
130         * config/nvptx/nvptx.c (nvptx_override_options_after_change):
131         Remove function.
132         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Remove definition.
134 2017-08-11  Tamar Christina  <tamar.christina@arm.com>
135         * config/aarch64/aarch64.md (mov<mode>): Change.
136         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
137         aarch64_reg_or_fp_float into aarch64_reg_or_fp_zero.
138         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): Removed.
140 2017-08-11  Eric Botcazou  <ebotcazou@adacore.com>
142         * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
143         for storage order barriers.
145 2017-08-11  Martin Liska  <mliska@suse.cz>
147         PR tree-opt/79987
148         * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not instrument
149         variables of void type.
151 2017-08-11  Martin Liska  <mliska@suse.cz>
153         * asan.c (asan_protect_global): Replace ASM_OUTPUT_DEF with
154         TARGET_SUPPORTS_ALIASES.
155         * cgraph.c (cgraph_node::create_same_body_alias): Likewise.
156         * ipa-visibility.c (can_replace_by_local_alias): Likewise.
157         (optimize_weakref): Likewise.
158         * symtab.c (symtab_node::noninterposable_alias): Likewise.
159         * varpool.c (varpool_node::create_extra_name_alias): Likewise.
160         * defaults.h: Introduce TARGET_SUPPORTS_ALIASES.
162 2017-08-11  Martin Liska  <mliska@suse.cz>
164         PR ipa/81213
165         * config/i386/i386.c (make_resolver_func): Do complete
166         refactoring of the function.
168 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
170         PR target/81708
171         * config/i386/i386.opt (mstack-protector-guard-symbol=): New option
172         * config/i386/i386.c (ix86_stack_protect_guard): Use
173         ix86_stack_protect_guard_symbol_str to generate varible declaration.
174         * doc/invoke.texi (x86 Options): Document
175         -mstack-protector-guard-symbol= option.
177 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
179         * config/i386/i386-protos.h (ix86_split_stack_guard): New prototype.
180         * config/i386/i386.c (ix86_split_stack_guard): New function.
181         (ix86_xpand_split_stack_prologue): Call ix86_split_stack_guard.
182         (ix86_legitimate_address_p) <case UNSPEC_STACK_CHECK>: Remove.
183         (i386_asm_output_addr_const_extra) <case UNSPEC_STACK_CHECK>: Ditto.
184         (optput_pic_addr_const): Remove UNSPEC_STACK_CHECK handling.
185         * config/i386/i386.md (unspec): Remove UNSPEC_STACK_CHECK.
186         (split_stack_space_check): Call ix86_split_stack_guard.
188 2017-08-10  Martin Sebor  <msebor@redhat.com>
190         * print-tree.c (print_node): Print location using the established
191         format %s:%i%i.
192         Replace spaces with colons.
193         (debug_raw, debug): Ditto.
195 2017-08-10  Martin Sebor  <msebor@redhat.com>
197         PR c++/81586
198         * pretty-print.c (pp_format): Correct the handling of %s precision.
200 2017-08-10  H.J. Lu  <hongjiu.lu@intel.com>
202         PR target/81736
203         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
204         to ...
205         (ix86_finalize_stack_frame_flags): This.  Also clear
206         frame_pointer_needed if -fno-omit-frame-pointer is used without
207         stack access.
208         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
209         with ix86_finalize_stack_frame_flags.
210         (ix86_expand_epilogue): Likewise.
211         (ix86_expand_split_stack_prologue): Likewise.
212         * doc/invoke.texi: Add a note for -fno-omit-frame-pointer.
214 2017-08-10  Martin Liska  <mliska@suse.cz>
216         PR c++/81355
217         * c-attribs.c (handle_target_attribute):
218         Report warning for an empty string argument of target attribute.
220 2017-08-09  Jakub Jelinek  <jakub@redhat.com>
222         PR c/81687
223         * omp-low.c (omp_copy_decl): Don't remap FORCED_LABEL or DECL_NONLOCAL
224         LABEL_DECLs.
225         * tree-cfg.c (move_stmt_op): Don't adjust DECL_CONTEXT of FORCED_LABEL
226         or DECL_NONLOCAL labels.
227         (move_stmt_r) <case GIMPLE_LABEL>: Adjust DECL_CONTEXT of FORCED_LABEL
228         or DECL_NONLOCAL labels here.
230 2017-08-09  Will Schmidt  <will_schmidt@vnet.ibm.com>
232         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add blurb
233         to indicate when early gimple folding has been disabled.
234         (rs6000_gimple_fold_builtin): Add debug content.
235         (rs6000_invalid_builtin): Fix whitespace.
236         (rs6000_expand_builtin): Fix whitespace.
237         * config/rs6000/rs6000.opt: Add option for -mfold-gimple.
239 2017-08-09  Segher Boessenkool  <segher@kernel.crashing.org>
241         PR target/80938
242         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
243         SAVE_MULTIPLE if not all the registers that saves, should be saved.
245 2017-08-09  Jim Wilson  <jim.wilson@linaro.org>
247         * config/aarch64/aarch64-cores.def (falkor): Use falkor pipeline.
248         (qdf24xx): Likewise.
249         * config/aarch64/aarch64.md: Include falkor.md.
250         * config/aarch64/falkor.md: New.
252 2017-08-09  Marek Polacek  <polacek@redhat.com>
254         PR c/81233
255         * diagnostic-core.h (emit_diagnostic_valist): Add declaration.
256         * diagnostic.c (emit_diagnostic): Add a comment.
257         (emit_diagnostic_valist): New function.
259 2017-08-09  Marek Polacek  <polacek@redhat.com>
261         PR c/81417
262         * input.c (make_location): New overload.
263         * input.h (make_location): Declare.
265 2017-08-08  Alan Modra  <amodra@gmail.com>
266             H.J. Lu  <hongjiu.lu@intel.com>
268         PR driver/81523
269         * gcc.c (NO_PIE_SPEC): Delete.
270         (PIE_SPEC): Define as !no-pie/pie.  Move static|shared|r
271         exclusion..
272         (LINK_PIE_SPEC): ..to here.
273         (LINK_COMMAND_SPEC): Support -no-pie.
274         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Correct
275         chain of crtbegin*.o selection, update for PIE_SPEC changes and
276         format.
277         (GNU_USER_TARGET_ENDFILE_SPEC): Similarly.
278         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Similarly.
279         (ENDFILE_CRTEND_SPEC): Similarly.
281 2017-08-08  Uros Bizjak  <ubizjak@gmail.com>
283         PR target/81708
284         * config/i386/i386.opt (mstack-protector-guard-reg=): New option
285         (mstack-protector-guard-offset=): Ditto.
286         * config/i386/i386.c (ix86_option_override): Handle
287         -mstack-protector-guard-reg= and -mstack-protector-guard-offset=
288         options.
289         (ix86_stack_protect_guard): Use ix86_stack_protect_guard_reg and
290         ix86_stack_protect_guard_offset variables.
291         (TARGET_STACK_PROTECT_GUARD): Always define.
292         * doc/invoke.texi (x86 Options): Document -mstack-protector-guard-reg=
293         and -mstack-protector-guard-offset= options.
295 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
297         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle
298         boundary case for the last candidate.
300 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
302         * doc/invoke.texi: Document -ftree-loop-distribution for O3.
303         * opts.c (default_options_table): Add OPT_ftree_loop_distribution.
305 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
307         PR middle-end/19706
308         * config/aarch64/aarch64.md (xorsign<mode>3): New optabs.
309         * config/aarch64/aarch64-builtins.c
310         (aarch64_builtin_vectorized_function): Added CASE_CFN_XORSIGN.
311         * config/aarch64/aarch64-simd-builtins.def: Added xorsign BINOP.
312         * config/aarch64/aarch64-simd.md: Added xorsign<mode>3
314 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
315             Andrew Pinski <pinskia@gmail.com>
317         PR middle-end/19706
318         * internal-fn.def (XORSIGN): New.
319         * optabs.def (xorsign_optab): New.
320         * tree-ssa-math-opts.c (is_copysign_call_with_1): New.
321         (convert_expand_mult_copysign): New.
322         (pass_optimize_widening_mul::execute): Call
323         convert_expand_mult_copysign.
325 2017-08-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
327         PR tree-optimization/81354
328         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
329         Insert on edges rather than explicitly creating landing pads.
330         (analyze_candidates_and_replace): Commit edge inserts.
332 2017-08-08  Richard Biener  <rguenther@suse.de>
334         PR middle-end/81719
335         * tree-ssa-loop-niter.c: Include tree-dfa.h.
336         (expand_simple_operations): Also look through ADDR_EXPRs with
337         MEM_REF bases treating them as POINTER_PLUS_EXPR.
339 2017-08-08  Richard Biener  <rguenther@suse.de>
341         PR tree-optimization/81723
342         * tree-vect-slp.c (struct bst_traits): New hash traits.
343         (bst_fail): New global.
344         (vect_build_slp_tree_2): New worker, split out from ...
345         (vect_build_slp_tree): ... this now wrapping it with using
346         bst_fail set to cache SLP tree build fails.  Properly handle
347         max_tree_size.
348         (vect_analyze_slp_instance): Allocate and free bst_fail.
350 2017-08-08  Martin Liska  <mliska@suse.cz>
352         PR tree-opt/81696
353         * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
354         LABEL_DECLs that can be from a different function.
356 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
358         PR tree-optimization/81744
359         * tree-predcom.c (prepare_finalizers_chain): Deep copy expr of
360         loop's number of iterations.
362 2017-08-08  Martin Liska  <mliska@suse.cz>
364         * asan.c: Include header files.
365         * attribs.c (build_decl_attribute_variant): New function moved
366         from tree.[ch].
367         (build_type_attribute_qual_variant): Likewise.
368         (cmp_attrib_identifiers): Likewise.
369         (simple_cst_list_equal): Likewise.
370         (omp_declare_simd_clauses_equal): Likewise.
371         (attribute_value_equal): Likewise.
372         (comp_type_attributes): Likewise.
373         (build_type_attribute_variant): Likewise.
374         (lookup_ident_attribute): Likewise.
375         (remove_attribute): Likewise.
376         (merge_attributes): Likewise.
377         (merge_type_attributes): Likewise.
378         (merge_decl_attributes): Likewise.
379         (merge_dllimport_decl_attributes): Likewise.
380         (handle_dll_attribute): Likewise.
381         (attribute_list_equal): Likewise.
382         (attribute_list_contained): Likewise.
383         * attribs.h (lookup_attribute): New function moved from tree.[ch].
384         (lookup_attribute_by_prefix): Likewise.
385         * bb-reorder.c: Include header files.
386         * builtins.c: Likewise.
387         * calls.c: Likewise.
388         * cfgexpand.c: Likewise.
389         * cgraph.c: Likewise.
390         * cgraphunit.c: Likewise.
391         * convert.c: Likewise.
392         * dwarf2out.c: Likewise.
393         * final.c: Likewise.
394         * fold-const.c: Likewise.
395         * function.c: Likewise.
396         * gimple-expr.c: Likewise.
397         * gimple-fold.c: Likewise.
398         * gimple-pretty-print.c: Likewise.
399         * gimple.c: Likewise.
400         * gimplify.c: Likewise.
401         * hsa-common.c: Likewise.
402         * hsa-gen.c: Likewise.
403         * internal-fn.c: Likewise.
404         * ipa-chkp.c: Likewise.
405         * ipa-cp.c: Likewise.
406         * ipa-devirt.c: Likewise.
407         * ipa-fnsummary.c: Likewise.
408         * ipa-inline.c: Likewise.
409         * ipa-visibility.c: Likewise.
410         * ipa.c: Likewise.
411         * lto-cgraph.c: Likewise.
412         * omp-expand.c: Likewise.
413         * omp-general.c: Likewise.
414         * omp-low.c: Likewise.
415         * omp-offload.c: Likewise.
416         * omp-simd-clone.c: Likewise.
417         * opts-global.c: Likewise.
418         * passes.c: Likewise.
419         * predict.c: Likewise.
420         * sancov.c: Likewise.
421         * sanopt.c: Likewise.
422         * symtab.c: Likewise.
423         * toplev.c: Likewise.
424         * trans-mem.c: Likewise.
425         * tree-chkp.c: Likewise.
426         * tree-eh.c: Likewise.
427         * tree-into-ssa.c: Likewise.
428         * tree-object-size.c: Likewise.
429         * tree-parloops.c: Likewise.
430         * tree-profile.c: Likewise.
431         * tree-ssa-ccp.c: Likewise.
432         * tree-ssa-live.c: Likewise.
433         * tree-ssa-loop.c: Likewise.
434         * tree-ssa-sccvn.c: Likewise.
435         * tree-ssa-structalias.c: Likewise.
436         * tree-ssa.c: Likewise.
437         * tree-streamer-in.c: Likewise.
438         * tree-vectorizer.c: Likewise.
439         * tree-vrp.c: Likewise.
440         * tsan.c: Likewise.
441         * ubsan.c: Likewise.
442         * varasm.c: Likewise.
443         * varpool.c: Likewise.
444         * tree.c: Remove functions moved to attribs.[ch].
445         * tree.h: Likewise.
446         * config/aarch64/aarch64.c: Add attrs.h header file.
447         * config/alpha/alpha.c: Likewise.
448         * config/arc/arc.c: Likewise.
449         * config/arm/arm.c: Likewise.
450         * config/avr/avr.c: Likewise.
451         * config/bfin/bfin.c: Likewise.
452         * config/c6x/c6x.c: Likewise.
453         * config/cr16/cr16.c: Likewise.
454         * config/cris/cris.c: Likewise.
455         * config/darwin.c: Likewise.
456         * config/epiphany/epiphany.c: Likewise.
457         * config/fr30/fr30.c: Likewise.
458         * config/frv/frv.c: Likewise.
459         * config/ft32/ft32.c: Likewise.
460         * config/h8300/h8300.c: Likewise.
461         * config/i386/winnt.c: Likewise.
462         * config/ia64/ia64.c: Likewise.
463         * config/iq2000/iq2000.c: Likewise.
464         * config/lm32/lm32.c: Likewise.
465         * config/m32c/m32c.c: Likewise.
466         * config/m32r/m32r.c: Likewise.
467         * config/m68k/m68k.c: Likewise.
468         * config/mcore/mcore.c: Likewise.
469         * config/microblaze/microblaze.c: Likewise.
470         * config/mips/mips.c: Likewise.
471         * config/mmix/mmix.c: Likewise.
472         * config/mn10300/mn10300.c: Likewise.
473         * config/moxie/moxie.c: Likewise.
474         * config/msp430/msp430.c: Likewise.
475         * config/nds32/nds32-isr.c: Likewise.
476         * config/nds32/nds32.c: Likewise.
477         * config/nios2/nios2.c: Likewise.
478         * config/nvptx/nvptx.c: Likewise.
479         * config/pa/pa.c: Likewise.
480         * config/pdp11/pdp11.c: Likewise.
481         * config/powerpcspe/powerpcspe.c: Likewise.
482         * config/riscv/riscv.c: Likewise.
483         * config/rl78/rl78.c: Likewise.
484         * config/rx/rx.c: Likewise.
485         * config/s390/s390.c: Likewise.
486         * config/sh/sh.c: Likewise.
487         * config/sol2.c: Likewise.
488         * config/sparc/sparc.c: Likewise.
489         * config/spu/spu.c: Likewise.
490         * config/stormy16/stormy16.c: Likewise.
491         * config/tilegx/tilegx.c: Likewise.
492         * config/tilepro/tilepro.c: Likewise.
493         * config/v850/v850.c: Likewise.
494         * config/vax/vax.c: Likewise.
495         * config/visium/visium.c: Likewise.
496         * config/xtensa/xtensa.c: Likewise.
498 2017-08-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
500         PR target/81593
501         * config/rs6000/vsx.md (vsx_concat_<mode>, VSX_D): Cleanup
502         constraints since the -mupper-regs-* switches have been
503         eliminated.
504         (vsx_concat_<mode>_1): New combiner insns to recognize inserting
505         into a vector from a double word element that was extracted from
506         another vector, and eliminate extra XXPERMDI instructions.
507         (vsx_concat_<mode>_2): Likewise.
508         (vsx_concat_<mode>_3): Likewise.
509         (vsx_set_<mode>, VSX_D): Rewrite vector set in terms of vector
510         concat to allow optimizing inserts from previous extracts.
512 2017-08-07  Uros Bizjak  <ubizjak@gmail.com>
514         * config/i386/i386.c (ix86_stack_protect_guard): Generate
515         memory reference to a SSP offset in TLS address space.
516         (ix86_print_operand) <case '@'>: Remove.
517         (ix86_print_operand_punct_valid_p): Remove '@' code.
518         * config/i386/i386.md (unspec): Remove UNSPEC_SP_TLS_SET and
519         UNSPEC_SP_TLS_TEST.
520         (stack_tls_protect_set_<mode>): Remove.
521         (stack_protect_set): Do not call gen_stack_tls_protect_set_<mode>.
522         (stack_tls_protect_test_<mode>): Remove.
523         (stack_protect_test): Do not call gen_stack_tls_protect_test_<mode>.
525 2017-08-07  Olivier Hainque  <hainque@adacore.com>
527         PR target/81755
528         * config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
530 2017-08-07  Douglas Rupp  <rupp@adacore.com>
532         * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
533         variable was referenced as multidir in command.
535 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
537         PR c/69389
538         * gimplify.c (goa_stabilize_expr): Handle BIT_INSERT_EXPR and
539         BIT_FIELD_REF.
541 2017-08-07  Martin Liska  <mliska@suse.cz>
543         * config/m32c/m32c.c: Add include of stringpool.h and attribs.h.
544         * config/rl78/rl78.c: Add include of attribs.h.
545         * config/sh/sh.c: Likewise.
546         * config/v850/v850.c: Likewise.
548 2017-08-07  Tom de Vries  <tom@codesourcery.com>
550         PR middle-end/78266
551         * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough.
553 2017-08-07  Martin Liska  <mliska@suse.cz>
555         * config/mips/mips.c: Include attribs.h.
557 2017-08-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
559         PR fortran/68829
560         * doc/invoke.texi: Document change in behvaior for -Ofast for
561         Fortran.
563 2017-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
565         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg):
566         Use gen_frame_mem.
567         (aarch64_pop_regs): Likewise.
568         (aarch64_gen_load_pair): Likewise.
569         (aarch64_save_callee_saves): Likewise.
570         (aarch64_restore_callee_saves): Likewise.
572 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
574         * config/i386/i386.c: Revert the last change.
576 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
578         PR target/81736
579         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
580         to ...
581         (ix86_finalize_stack_frame_flags): This.  Also clear
582         frame_pointer_needed if -fno-omit-frame-pointer is used without
583         stack access.
584         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
585         with ix86_finalize_stack_frame_flags.
586         (ix86_expand_epilogue): Likewise.
587         (ix86_expand_split_stack_prologue): Likewise.
589 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
591         PR target/81743
592         * config/i386/i386.c (get_builtin_code_for_version): Set priority
593         to P_AES for Westmere.
595 2017-08-07  Jonathan Yong  <10walls@gmail.com>
597         * config/i386/mingw.opt (fset-stack-executable): Removed.
598         * config/i386/cygming.opt (fset-stack-executable): Moved
599         from mingw.opt.
600         * config/i386/cygwin.h: Define CHECK_EXECUTE_STACK_ENABLED.
602 2017-08-07  Segher Boessenkool  <segher@kernel.crashing.org>
604         * print-rtl.c (print_exp): Print NOT as "~" instead of as "!".
606 2017-08-07  Marek Polacek  <polacek@redhat.com>
608         PR middle-end/81737
609         * fold-const.c (fold_indirect_ref_1): Check type_domain.
611 2017-08-07  Martin Liska  <mliska@suse.cz>
613         * attribs.h (canonicalize_attr_name): New function.
614         (cmp_attribs): Move from c-format.c and adjusted.
615         (is_attribute_p): Moved from tree.h.
616         * tree-inline.c: Add new includes.
617         * tree.c (cmp_attrib_identifiers): Use cmp_attribs.
618         (private_is_attribute_p): Remove.
619         (private_lookup_attribute): Likewise.
620         (private_lookup_attribute_by_prefix): Simplify.
621         (remove_attribute): Use is_attribute_p.
622         * tree.h: Remove removed declarations.
624 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
626         PR middle-end/81698
627         * stmt.c (emit_case_dispatch_table): Add DEFAULT_EDGE argument,
628         instead of computing it in the function.  Formatting fix.
629         (expand_case): Don't rely on default_edge being the first edge,
630         clear it if removing it, pass default_edge to
631         emit_case_dispatch_table.
632         (expand_sjlj_dispatch_table): Pass NULL as DEFAULT_EDGE, formatting
633         fix.
635 2017-08-06  Uros Bizjak  <ubizjak@gmail.com>
637         * config/alpha/alpha.c (alpha_reorg): If trap is the last active
638         insn in the function, emit NOP after the insn.
640 2017-08-06  Tom de Vries  <tom@codesourcery.com>
642         * omp-expand.c (expand_oacc_for): Add missing edge probability for tile
643         and element loops.
645 2017-08-06  Tom de Vries  <tom@codesourcery.com>
647         * omp-expand.c (expand_oacc_for): Add missing edge probability for chunk
648         loop.
650 2017-08-04  Yury Gribov  <tetra2005@gmail.com>
652         PR tree-optimization/57371
653         * match.pd: New pattern.
655 2017-08-04  Marek Polacek  <polacek@redhat.com>
657         PR middle-end/81695
658         * fold-const.c (fold_indirect_ref_1): For ((int *)&a + 4 -> a[1],
659         perform the computation in offset_int.
661 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
663         PR tree-optimization/81136
664         * tree-vectorizer.h: Include tree-hash-traits.h.
665         (vec_base_alignments): New typedef.
666         (vec_info): Add a base_alignments field.
667         (vect_record_base_alignments): Declare.
668         * tree-data-ref.h (data_reference): Add an is_conditional_in_stmt
669         field.
670         (DR_IS_CONDITIONAL_IN_STMT): New macro.
671         (create_data_ref): Add an is_conditional_in_stmt argument.
672         * tree-data-ref.c (create_data_ref): Likewise.  Use it to initialize
673         the is_conditional_in_stmt field.
674         (data_ref_loc): Add an is_conditional_in_stmt field.
675         (get_references_in_stmt): Set the is_conditional_in_stmt field.
676         (find_data_references_in_stmt): Update call to create_data_ref.
677         (graphite_find_data_references_in_stmt): Likewise.
678         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
679         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
680         (vect_record_base_alignment): New function.
681         (vect_record_base_alignments): Likewise.
682         (vect_compute_data_ref_alignment): Adjust base_addr and aligned_to
683         for nested statements even if we fail to compute a misalignment.
684         Use pooled base alignments for unconditional references.
685         (vect_find_same_alignment_drs): Compare base addresses instead
686         of base objects.
687         (vect_analyze_data_refs_alignment): Call vect_record_base_alignments.
688         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
690 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
692         * tree-vectorizer.h (vec_info): Add a constructor and destructor.
693         Add an explicit name for the enum.  Use auto_vec for slp_instances
694         and grouped_stores.
695         (_loop_vec_info): Add a constructor and destructor.  Use auto_vec
696         for all vectors.
697         (_bb_vec_info): Add a constructor and destructor.
698         (vinfo_for_stmt): Return NULL for uids of -1 as well.
699         (destroy_loop_vec_info): Delete.
700         (vect_destroy_datarefs): Likewise.
701         * tree-vectorizer.c (vect_destroy_datarefs): Delete.
702         (vec_info::vec_info): New function.
703         (vec_info::~vec_info): Likewise.
704         (vectorize_loops): Use delete instead of destroy_loop_vec_info.
705         * tree-parloops.c (gather_scalar_reductions): Use delete instead of
706         destroy_loop_vec_info.
707         * tree-vect-loop.c (new_loop_vec_info): Replace with...
708         (_loop_vec_info::_loop_vec_info): ...this.
709         (destroy_loop_vec_info): Replace with...
710         (_loop_vec_info::~_loop_vec_info): ...this.  Unconditionally delete
711         the stmt_vec_infos.  Leave handling of vec_info information to its
712         destructor.  Remove explicit vector releases.
713         (vect_analyze_loop_form): Use new instead of new_loop_vec_info.
714         (vect_analyze_loop): Use delete instead of destroy_loop_vec_info.
715         * tree-vect-slp.c (new_bb_vec_info): Replace with...
716         (_bb_vec_info::_bb_vec_info): ...this.  Don't reserve space in
717         BB_VINFO_GROUPED_STORES or BB_VINFO_SLP_INSTANCES.
718         (destroy_bb_vec_info): Replace with...
719         (_bb_vec_info::~_bb_vec_info): ...this.  Leave handling of vec_info
720         information to its destructor.
721         (vect_slp_analyze_bb_1): Use new and delete instead of
722         new_bb_vec_info and destroy_bb_vec_info.
723         (vect_slp_bb): Replace 2 calls to destroy_bb_vec_info with a
724         single delete.
726 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
728         * tree-data-ref.h (subscript): Add access_fn field.
729         (data_dependence_relation): Add could_be_independent_p.
730         (SUB_ACCESS_FN, DDR_COULD_BE_INDEPENDENT_P): New macros.
731         (same_access_functions): Move to tree-data-ref.c.
732         * tree-data-ref.c (ref_contains_union_access_p): New function.
733         (access_fn_component_p): Likewise.
734         (access_fn_components_comparable_p): Likewise.
735         (dr_analyze_indices): Add a reference to access_fn_component_p.
736         (dump_data_dependence_relation): Use SUB_ACCESS_FN instead of
737         DR_ACCESS_FN.
738         (constant_access_functions): Likewise.
739         (add_other_self_distances): Likewise.
740         (same_access_functions): Likewise.  (Moved from tree-data-ref.h.)
741         (initialize_data_dependence_relation): Use XCNEW and remove
742         explicit zeroing of DDR_REVERSED_P.  Look for a subsequence
743         of access functions that have the same type.  Allow the
744         subsequence to end with different bases in some circumstances.
745         Record the chosen access functions in SUB_ACCESS_FN.
746         (build_classic_dist_vector_1): Replace ddr_a and ddr_b with
747         a_index and b_index.  Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
748         (subscript_dependence_tester_1): Likewise dra and drb.
749         (build_classic_dist_vector): Update calls accordingly.
750         (subscript_dependence_tester): Likewise.
751         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Check
752         DDR_COULD_BE_INDEPENDENT_P.
753         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Test
754         comp_alias_ddrs instead of may_alias_ddrs.
755         * tree-vect-data-refs.c (vect_analyze_possibly_independent_ddr):
756         New function.
757         (vect_analyze_data_ref_dependence): Use it if
758         DDR_COULD_BE_INDEPENDENT_P, but fall back to using the recorded
759         distance vectors if that fails.
760         (dependence_distance_ge_vf): New function.
761         (vect_prune_runtime_alias_test_list): Use it.  Don't clear
762         LOOP_VINFO_MAY_ALIAS_DDRS.
764 2017-08-04  Richard Biener  <rguenther@suse.de>
766         PR middle-end/81705
767         * fold-const.c (fold_binary_loc): Properly restrict
768         minus_var0 && minus_var1 case when associating undefined overflow
769         entities.
771 2017-08-04  Tom de Vries  <tom@codesourcery.com>
773         * omp-simd-clone.c (simd_clone_adjust): Add missing edge probability.
775 2017-08-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
777         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
778         Don't start diagnostic messages with a capital letter.
779         * config/rs6000/rs6000.c (rs6000_option_override_internal):
780         Likewise.
781         (rs6000_invalid_builtin): Likewise.
782         (rs6000_trampoline_init): Likewise.
784 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
786         PR target/81621
787         * bb-reorder.c (pass_partition_blocks::execute): Return TODO_df_finish
788         after setting changeable df flags.
790 2017-08-03  Richard Biener  <rguenther@suse.de>
792         * tree-ssa-reassoc.c (should_break_up_subtract): Also break
793         up if the use is in USE - X.
795 2017-08-03  Alexander Monakov  <amonakov@ispras.ru>
797         * toplev.c (dumpfile.h): New include.
798         (internal_error_reentered): New static function.  Use it...
799         (internal_error_function): ...here to handle reentered internal_error.
801 2017-08-03  Richard Biener  <rguenther@suse.de>
803         PR middle-end/81148
804         * fold-const.c (split_tree): Add minus_var and minus_con
805         arguments, remove unused loc arg.  Never generate NEGATE_EXPRs
806         here but always use minus_*.
807         (associate_trees): Assert we never associate with MINUS_EXPR
808         and NULL first operand.  Do not recurse for PLUS_EXPR operands
809         when associating as MINUS_EXPR either.
810         (fold_binary_loc): Track minus_var and minus_con.
812 2017-08-03  Tom de Vries  <tom@codesourcery.com>
814         PR lto/81430
815         * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
816         ACCEL_COMPILER, apply finish_options on
817         DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
819 2017-08-03  Tom de Vries  <tom@codesourcery.com>
821         PR target/81662
822         * config/nvptx/nvptx.c (nvptx_option_override): Emit sorry if
823         function_entry_patch_area_size > 0.
825 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
827         PR driver/81650
828         * calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
829         instead of 10??LU, perform unit multiplication in wide_int,
830         don't change alloc_object_size_limit if the limit is larger
831         than SSIZE_MAX.
833         PR tree-optimization/81655
834         PR tree-optimization/81588
835         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle also
836         the case when ranges[i].low and high are 1 for unsigned type with
837         precision 1.
839         PR middle-end/81052
840         * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
841         (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.
843 2017-08-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
845         * tree-vrp.h: Add include guard.
847 2017-08-02  Uros Bizjak  <ubizjak@gmail.com>
849         PR target/81644
850         * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
851         (ud2): New insn pattern.
852         * config/i386/i386.c (ix86_expand_epilogue):
853         For naked functions, generate ud2 instead of trap insn.
855 2017-08-02  Marek Polacek  <polacek@redhat.com>
857         PR other/81667
858         * alloc-pool.h (base_pool_allocator): Initialize m_elt_size.
860 2017-08-02  Tom de Vries  <tom@codesourcery.com>
861             Cesar Philippidis  <cesar@codesourcery.com>
863         * config/nvptx/nvptx.c (nvptx_lockless_update, nvptx_lockfull_update):
864         Add missing edge probabilities.
866 2017-08-02  Tamar Christina  <tamar.christina@arm.com>
868         * config/aarch64/aarch64.c (aarch64_reinterpret_float_as_int):
869         Correct endianness.
871 2017-08-02  Jakub Jelinek  <jakub@redhat.com>
873         PR middle-end/79499
874         * function.c (thread_prologue_and_epilogue_insns): Determine blocks
875         for find_many_sub_basic_blocks bitmap by looking up BLOCK_FOR_INSN
876         of first NONDEBUG_INSN_P in each of the split_prologue_seq and
877         prologue_seq sequences - if any.
879 2017-08-02  Richard Biener  <rguenther@suse.de>
881         * tree-vect-stmts.c (vectorizable_store): Perform vector extracts
882         via vectors if supported, integer extracts via punning if supported
883         or otherwise vector extracts.
885 2017-08-02  Richard Biener  <rguenther@suse.de>
887         * tree-ssa-pre.c (bitmap_insert_into_set_1): Remove and inline
888         into ...
889         (bitmap_insert_into_set): ... this.
891 2017-08-02  Richard Biener  <rguenther@suse.de>
893         PR tree-optimization/81633
894         Revert
895         2015-08-17  Alan Hayward  <alan.hayward@arm.com>
897         PR tree-optimization/71752
898         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
900 2017-08-01  Daniel Santos  <daniel.santos@pobox.com>
902         * config/i386/i386.h (ix86_frame::outlined_save_offset): Remove field.
903         (machine_function::call_ms2sysv_pad_out): Remove field.
904         * config/i386/i386.c (xlogue_layout::get_stack_space_used): Modify.
905         (ix86_compute_frame_layout): Likewise.
907 2017-08-01  H.J. Lu  <hongjiu.lu@intel.com>
909         PR target/81654
910         * config/i386/i386.c (ix86_set_func_type): Disallow naked
911         attribute with interrupt attribute.
913 2017-08-01  Andrew Pinski  <apinski@cavium.com>
915         * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
916         BIT_INSERT_EXPR's operand 1
917         to see if the types precision matches.
919 2017-08-01  Martin Liska  <mliska@suse.cz>
921         PR middle-end/70140
922         * builtins.c (expand_builtin_memcpy_args): Remove.
923         (expand_builtin_memcpy): Call newly added function
924         expand_builtin_memory_copy_args.
925         (expand_builtin_memcpy_with_bounds): Likewise.
926         (expand_builtin_mempcpy): Remove last argument.
927         (expand_builtin_mempcpy_with_bounds): Likewise.
928         (expand_builtin_memory_copy_args): New function created from
929         expand_builtin_mempcpy_args with small modifications.
930         (expand_builtin_mempcpy_args): Remove.
931         (expand_builtin_stpcpy): Remove unused argument.
932         (expand_builtin): Likewise.
933         (expand_builtin_with_bounds): Likewise.
935 2017-08-01  Martin Liska  <mliska@suse.cz>
937         Revert r250771
938         Make mempcpy more optimal (PR middle-end/70140).
940 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
942         PR target/81622
943         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
944         __builtin_vec_cmpne verify both arguments are compatible vectors
945         before looking at TYPE_MODE on the element type.  For __builtin_vec_ld
946         verify arg1_type is a pointer or array type.  For __builtin_vec_st,
947         move computation of aligned to after checking the argument types.
948         Formatting fixes.
950         PR target/80846
951         * config/rs6000/vsx.md (vextract_fp_from_shorth,
952         vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
953         calls.
955 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
956             Doug Rupp  <rupp@adacore.com>
957             Olivier Hainque  <hainque@adacore.com>
959         * config.gcc (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as
960         well as arm-wrs-vxworks. Update target_cpu_name from arm6 (arch v3) to
961         arm8 (arch v4).
962         * config/arm/vxworks.h (MAYBE_TARGET_BPABI_CPP_BUILTINS): New, helper
963         for TARGET_OS_CPP_BUILTIN.
964         (TARGET_OS_CPP_BUILTIN): Invoke MAYBE_TARGET_BPABI_CPP_BUILTINS(),
965         refine CPU definitions for arm_arch5 and add those for arm_arch6 and
966         arm_arch7.
967         (MAYBE_ASM_ABI_SPEC): New, helper for SUBTARGET_EXTRA_ASM_SPEC,
968         passing required abi options to the assembler for EABI configurations.
969         (EXTRA_CC1_SPEC): New macro, to help prevent the implicit production
970         of .text.hot and .text.unlikely sections for kernel modules when
971         using ARM style exceptions.
972         (CC1_SPEC): Remove obsolete attempt at mimicking Diab toolchain
973         options. Add EXTRA_CC1_SPEC.
974         (VXWORKS_ENDIAN_SPEC): Adjust comment and remove handling of Diab
975         toolchain options.
976         (DWARF2_UNWIND_INFO): Redefine to handle the pre/post VxWorks 7
977         transition.
978         (ARM_TARGET2_DWARF_FORMAT): Define.
979         * config/arm/t-vxworks: Adjust multilib control to removal of the
980         Diab command line options.
982 2017-08-01  Martin Liska  <mliska@suse.cz>
984         PR gcov-profile/81561
985         * gcov.c (unblock): Make unblocking safe as we need to preserve
986         index correspondence of blocks and block_lists.
988 2017-08-01  Richard Biener  <rguenther@suse.de>
990         PR tree-optimization/81181
991         * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
992         (compute_antic): ... end of iteration here.
994 2017-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
996         * common.opt (ftree-vectorize): No longer set flag_tree_vectorize.
997         (ftree-loop-vectorize): Set as EnabledBy ftree-vectorize.
998         (ftree-slp-vectorize): Likewise.
999         * omp-expand (expand_omp_simd): Remove flag_tree_vectorize, as it
1000         can no longer be set independent of flag_tree_loop_vectorize.
1001         * omp-general.c (emp_max_vf): Likewise.
1002         * opts.c (enable_fdo_optimizations): Remove references to
1003         flag_tree_vectorize, these are now implicit.
1004         (common_handle_option): Remove handling for OPT_ftree_vectorize,
1005         and leave it for the options machinery.
1007 2017-08-01  Martin Liska  <mliska@suse.cz>
1009         PR middle-end/70140
1010         * builtins.c (expand_builtin_memcpy_args): Remove.
1011         (expand_builtin_memcpy): Call newly added function
1012         expand_builtin_memory_copy_args.
1013         (expand_builtin_memcpy_with_bounds): Likewise.
1014         (expand_builtin_mempcpy): Remove last argument.
1015         (expand_builtin_mempcpy_with_bounds): Likewise.
1016         (expand_builtin_memory_copy_args): New function created from
1017         expand_builtin_mempcpy_args with small modifications.
1018         (expand_builtin_mempcpy_args): Remove.
1019         (expand_builtin_stpcpy): Remove unused argument.
1020         (expand_builtin): Likewise.
1021         (expand_builtin_with_bounds): Likewise.
1023 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
1025         PR target/81641
1026         * config/i386/i386.c (ix86_print_operand_address_as): For -masm=intel
1027         print "ds:" only for immediates in generic address space.
1029 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
1031         PR target/81639
1032         * config/i386/i386.c (ix86_funciton_naked): New prototype.
1033         (ix86_function_ok_for_sibcall): Return false for naked functions.
1035 2017-08-01  Richard Biener  <rguenther@suse.de>
1037         * tree-ssa-pre.c (print_pre_expr): Handle NULL expr.
1038         (compute_antic): Seed worklist with exit block predecessors.
1039         * cfganal.c (dfs_find_deadend): For a cycle return the source
1040         of the edge closing it.
1042 2017-08-01  Tamar Christina  <tamar.christina@arm.com>
1044         * config/aarch64/aarch64.c
1045         (aarch64_can_const_movi_rtx_p): Move 0 check.
1047 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
1049         * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
1050         * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
1051         above macro.
1052         * match.pd: Ditto in address comparison pattern.
1054 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
1056         PR tree-optimization/81627
1057         * tree-predcom.c (prepare_finalizers): Always rewrite into loop
1058         closed ssa form for store-store chain.
1060 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
1062         PR tree-optimization/81620
1063         * tree-predcom.c (add_ref_to_chain): Don't set has_max_use_after
1064         for store-store chain.
1066 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
1068         PR tree-optimization/81588
1069         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): If
1070         ranges[i].in_p, invert comparison code ccode.  For >/>=,
1071         swap rhs1 and rhs2 and comparison code unconditionally,
1072         for </<= don't do that.  Don't swap rhs1/rhs2 again if
1073         ranges[i].in_p, instead invert comparison code ccode if
1074         opcode or oe->rank is BIT_IOR_EXPR.
1076         PR target/80846
1077         * optabs.def (vec_extract_optab, vec_init_optab): Change from
1078         a direct optab to conversion optab.
1079         * optabs.c (expand_vector_broadcast): Use convert_optab_handler
1080         with GET_MODE_INNER as last argument instead of optab_handler.
1081         * expmed.c (extract_bit_field_1): Likewise.  Use vector from
1082         vector extraction if possible and optab is available.
1083         * expr.c (store_constructor): Use convert_optab_handler instead
1084         of optab_handler.  Use vector initialization from smaller
1085         vectors if possible and optab is available.
1086         * tree-vect-stmts.c (vectorizable_load): Likewise.
1087         * doc/md.texi (vec_extract, vec_init): Document that the optabs
1088         now have two modes.
1089         * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
1090         of vec_init from half-sized vectors with the same element mode.
1091         * config/i386/sse.md (ssehalfvecmode): Add V4TI case.
1092         (ssehalfvecmodelower, ssescalarmodelower): New mode attributes.
1093         (reduc_plus_scal_v8df, reduc_plus_scal_v4df, reduc_plus_scal_v2df,
1094         reduc_plus_scal_v16sf, reduc_plus_scal_v8sf, reduc_plus_scal_v4sf,
1095         reduc_<code>_scal_<mode>, reduc_umin_scal_v8hi): Add element mode
1096         after mode in gen_vec_extract* calls.
1097         (vec_extract<mode>): Renamed to ...
1098         (vec_extract<mode><ssescalarmodelower>): ... this.
1099         (vec_extract<mode><ssehalfvecmodelower>): New expander.
1100         (rotl<mode>3, rotr<mode>3, <shift_insn><mode>3, ashrv2di3): Add
1101         element mode after mode in gen_vec_init* calls.
1102         (VEC_INIT_HALF_MODE): New mode iterator.
1103         (vec_init<mode>): Renamed to ...
1104         (vec_init<mode><ssescalarmodelower>): ... this.
1105         (vec_init<mode><ssehalfvecmodelower>): New expander.
1106         * config/i386/mmx.md (vec_extractv2sf): Renamed to ...
1107         (vec_extractv2sfsf): ... this.
1108         (vec_initv2sf): Renamed to ...
1109         (vec_initv2sfsf): ... this.
1110         (vec_extractv2si): Renamed to ...
1111         (vec_extractv2sisi): ... this.
1112         (vec_initv2si): Renamed to ...
1113         (vec_initv2sisi): ... this.
1114         (vec_extractv4hi): Renamed to ...
1115         (vec_extractv4hihi): ... this.
1116         (vec_initv4hi): Renamed to ...
1117         (vec_initv4hihi): ... this.
1118         (vec_extractv8qi): Renamed to ...
1119         (vec_extractv8qiqi): ... this.
1120         (vec_initv8qi): Renamed to ...
1121         (vec_initv8qiqi): ... this.
1122         * config/rs6000/vector.md (VEC_base_l): New mode attribute.
1123         (vec_init<mode>): Renamed to ...
1124         (vec_init<mode><VEC_base_l>): ... this.
1125         (vec_extract<mode>): Renamed to ...
1126         (vec_extract<mode><VEC_base_l>): ... this.
1127         * config/rs6000/paired.md (vec_initv2sf): Renamed to ...
1128         (vec_initv2sfsf): ... this.
1129         * config/rs6000/altivec.md (splitter, altivec_copysign_v4sf3,
1130         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
1131         vec_unpacku_lo_v8hi, mulv16qi3, altivec_vreve<mode>2): Add
1132         element mode after mode in gen_vec_init* calls.
1133         * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
1134         (vec_init<mode><Vel>): ... this.
1135         (vec_extract<mode>): Renamed to ...
1136         (vec_extract<mode><Vel>): ... this.
1137         * config/aarch64/iterators.md (Vel): New mode attribute.
1138         * config/s390/s390.c (s390_expand_vec_strlen, s390_expand_vec_movstr):
1139         Add element mode after mode in gen_vec_extract* calls.
1140         * config/s390/vector.md (non_vec_l): New mode attribute.
1141         (vec_extract<mode>): Renamed to ...
1142         (vec_extract<mode><non_vec_l>): ... this.
1143         (vec_init<mode>): Renamed to ...
1144         (vec_init<mode><non_vec_l>): ... this.
1145         * config/s390/s390-builtins.def (s390_vlgvb, s390_vlgvh, s390_vlgvf,
1146         s390_vlgvf_flt, s390_vlgvg, s390_vlgvg_dbl): Add element mode after
1147         vec_extract mode.
1148         * config/arm/iterators.md (V_elem_l): New mode attribute.
1149         * config/arm/neon.md (vec_extract<mode>): Renamed to ...
1150         (vec_extract<mode><V_elem_l>): ... this.
1151         (vec_extractv2di): Renamed to ...
1152         (vec_extractv2didi): ... this.
1153         (vec_init<mode>): Renamed to ...
1154         (vec_init<mode><V_elem_l>): ... this.
1155         (reduc_plus_scal_<mode>, reduc_plus_scal_v2di, reduc_smin_scal_<mode>,
1156         reduc_smax_scal_<mode>, reduc_umin_scal_<mode>,
1157         reduc_umax_scal_<mode>, neon_vget_lane<mode>, neon_vget_laneu<mode>):
1158         Add element mode after gen_vec_extract* calls.
1159         * config/mips/mips-msa.md (vec_init<mode>): Renamed to ...
1160         (vec_init<mode><unitmode>): ... this.
1161         (vec_extract<mode>): Renamed to ...
1162         (vec_extract<mode><unitmode>): ... this.
1163         * config/mips/loongson.md (vec_init<mode>): Renamed to ...
1164         (vec_init<mode><unitmode>): ... this.
1165         * config/mips/mips-ps-3d.md (vec_initv2sf): Renamed to ...
1166         (vec_initv2sfsf): ... this.
1167         (vec_extractv2sf): Renamed to ...
1168         (vec_extractv2sfsf): ... this.
1169         (reduc_plus_scal_v2sf, reduc_smin_scal_v2sf, reduc_smax_scal_v2sf):
1170         Add element mode after gen_vec_extract* calls.
1171         * config/mips/mips.md (unitmode): New mode iterator.
1172         * config/spu/spu.c (spu_expand_prologue, spu_allocate_stack,
1173         spu_builtin_extract): Add element mode after gen_vec_extract* calls.
1174         * config/spu/spu.md (inner_l): New mode attribute.
1175         (vec_init<mode>): Renamed to ...
1176         (vec_init<mode><inner_l>): ... this.
1177         (vec_extract<mode>): Renamed to ...
1178         (vec_extract<mode><inner_l>): ... this.
1179         * config/sparc/sparc.md (veltmode): New mode iterator.
1180         (vec_init<VMALL:mode>): Renamed to ...
1181         (vec_init<VMALL:mode><VMALL:veltmode>): ... this.
1182         * config/ia64/vect.md (vec_initv2si): Renamed to ...
1183         (vec_initv2sisi): ... this.
1184         (vec_initv2sf): Renamed to ...
1185         (vec_initv2sfsf): ... this.
1186         (vec_extractv2sf): Renamed to ...
1187         (vec_extractv2sfsf): ... this.
1188         * config/powerpcspe/vector.md (VEC_base_l): New mode attribute.
1189         (vec_init<mode>): Renamed to ...
1190         (vec_init<mode><VEC_base_l>): ... this.
1191         (vec_extract<mode>): Renamed to ...
1192         (vec_extract<mode><VEC_base_l>): ... this.
1193         * config/powerpcspe/paired.md (vec_initv2sf): Renamed to ...
1194         (vec_initv2sfsf): ... this.
1195         * config/powerpcspe/altivec.md (splitter, altivec_copysign_v4sf3,
1196         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
1197         vec_unpacku_lo_v8hi, mulv16qi3): Add element mode after mode in
1198         gen_vec_init* calls.
1200 2017-08-01  Richard Biener  <rguenther@suse.de>
1202         PR tree-optimization/81297
1203         * tree-vrp.c (get_single_symbol): Remove assert, instead drop
1204         TREE_OVERFLOW from INTEGER_CSTs.
1206 2017-07-31  Segher Boessenkool  <segher@kernel.crashing.org>
1208         * config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
1210 2017-07-31  Carl Love  <cel@us.ibm.com>
1212         * config/rs6000/rs6000-c: Add support for built-in functions
1213         vector signed char vec_xl_be (signed long long, signed char *);
1214         vector unsigned char vec_xl_be (signed long long, unsigned char *);
1215         vector signed int vec_xl_be (signed long long, signed int *);
1216         vector unsigned int vec_xl_be (signed long long, unsigned int *);
1217         vector signed long long vec_xl_be (signed long long, signed long long *);
1218         vector unsigned long long vec_xl_be (signed long long, unsigned long long *);
1219         vector signed short vec_xl_be (signed long long, signed short *);
1220         vector unsigned short vec_xl_be (signed long long, unsigned short *);
1221         vector double vec_xl_be (signed long long, double *);
1222         vector float vec_xl_be (signed long long, float *);
1223         * config/rs6000/altivec.h (vec_xl_be): Add #define.
1224         * config/rs6000/rs6000-builtin.def (XL_BE_V16QI, XL_BE_V8HI, XL_BE_V4SI)
1225         XL_BE_V2DI, XL_BE_V4SF, XL_BE_V2DF, XL_BE): Add definitions
1226         for the builtins.
1227         * config/rs6000/rs6000.c (altivec_expand_xl_be_builtin): Add function.
1228         (altivec_expand_builtin): Add switch statement to call
1229         altivec_expand_xl_be for each builtin.
1230         (altivec_init_builtins): Add def_builtin for _builtin_vsx_le_be_v8hi,
1231         __builtin_vsx_le_be_v4si, __builtin_vsx_le_be_v2di,
1232         __builtin_vsx_le_be_v4sf, __builtin_vsx_le_be_v2df,
1233         __builtin_vsx_le_be_v16qi.
1234         * doc/extend.texi: Update the built-in documentation file for the
1235         new built-in functions.
1237 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
1239         PR target/25967
1240         * config/i386/i386.c (ix86_allocate_stack_slots_for_args):
1241         New function.
1242         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
1244 2017-07-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1246         * config.gcc: Add z14.
1247         * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
1248         CPU model numbers for z13s and z14.
1249         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Replace
1250         arch12 with z14.
1251         * config/s390/s390-opts.h (enum processor_type): Rename
1252         PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
1253         * config/s390/s390.c (processor_table): Add field for CPU name to
1254         be passed to Binutils.
1255         (s390_asm_output_machine_for_arch): Use the new field in
1256         processor_table for Binutils.
1257         (s390_expand_builtin): Replace arch12 with z14.
1258         (s390_issue_rate): Rename PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
1259         (s390_get_sched_attrmask): Likewise.
1260         (s390_get_unit_mask): Likewise.
1261         * config/s390/s390.opt: Add z14 to processor_type enum.
1263 2017-07-31  Martin Jambor  <mjambor@suse.cz>
1265         PR hsa/81477
1266         * ipa-fnsummary.c (ipa_fn_summary_generate): Set versionable
1267         regardless of optimization level.
1269 2017-07-31  Jan Hubicka <hubicka@ucw.cz>
1270             Martin Liska  <mliska@suse.cz>
1272         * predict.def: Remove old comment and adjust probability.
1273         * gimplify.c (should_warn_for_implicit_fallthrough): Ignore
1274         PREDICT statements.
1276 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
1278         PR target/25967
1279         * config/i386/i386.c (ix86_function_naked): New function.
1280         (ix86_can_use_return_insn_p): Return false for naked functions.
1281         (ix86_expand_prologue): Skip prologue for naked functions.
1282         (ix86_expand_epilogue): Skip epilogue for naked functions
1283         and emit trap instruction.
1284         (ix86_warn_func_return): New function.
1285         (ix86_attribute_table): Add "naked" attribute specification.
1286         (TARGET_WARN_FUNC_RETURN): Define.
1287         * doc/extend.texi (x86 Function Attributes) <naked>: Document it.
1289 2017-07-31  Martin Liska  <mliska@suse.cz>
1291         * gimple-pretty-print.c (dump_gimple_label): Never dump BB info.
1292         (dump_gimple_bb_header): Always dump BB info.
1293         (pp_cfg_jump): Do not append info about BB when dumping a jump.
1295 2017-07-31  Martin Liska  <mliska@suse.cz>
1297         PR sanitize/81530
1298         * convert.c (convert_to_integer_1): Guard condition with flag_sanitize_p
1299         also with current_function_decl non-null equality.
1301 2017-07-31  Jakub Jelinek  <jakub@redhat.com>
1303         PR sanitizer/81604
1304         * ubsan.c (ubsan_type_descriptor): For UBSAN_PRINT_ARRAY don't
1305         change type to the element type, instead add eltype variable and
1306         use it where we are interested in the element type.
1308         PR tree-optimization/81603
1309         * ipa-polymorphic-call.c
1310         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Perform
1311         offset arithmetic in offset_int, bail out if the resulting bit offset
1312         doesn't fit into shwi.
1314 2017-07-31  Martin Liska  <mliska@suse.cz>
1316         * gimplify.c (mostly_copy_tree_r): Remove Java specific hunk.
1317         (gimplify_save_expr): Fix comment.
1319 2017-07-30  H.J. Lu  <hongjiu.lu@intel.com>
1321         PR target/79793
1322         * config/i386/i386.c (ix86_function_arg): Update arguments for
1323         exception handler.
1324         (ix86_compute_frame_layout): Set the initial stack offset to
1325         INCOMING_FRAME_SP_OFFSET.  Update red-zone offset with
1326         INCOMING_FRAME_SP_OFFSET.
1327         (ix86_expand_epilogue): Don't pop the 'ERROR_CODE' off the
1328         stack before exception handler returns.
1329         * config/i386/i386.h (INCOMING_FRAME_SP_OFFSET): Add the
1330         the 'ERROR_CODE' for exception handler.
1332 2017-07-30  Uros Bizjak  <ubizjak@gmail.com>
1334         * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro.
1335         (ASM_OUTPUT_REG_PUSH): Rewrite with new operand modifiers.
1336         (ASM_OUTPUT_REG_POP): Ditto.
1337         * config/i386/i386.c (ix86_asm_output_function_label): Use fputs
1338         instead of asm_fprintf to output pure string.
1340 2017-07-29  Jakub Jelinek  <jakub@redhat.com>
1342         * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument
1343         to imported_module_or_decl hook.
1344         (debug_nothing_tree_tree_tree_bool): Remove.
1345         (debug_nothing_tree_tree_tree_bool_bool): New declaration.
1346         * debug.c (do_nothing_debug_hooks): Use
1347         debug_nothing_tree_tree_tree_bool_bool instead of
1348         debug_nothing_tree_tree_tree_bool.
1349         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
1350         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
1351         * sdbout.c (sdb_debug_hooks): Likewise.
1352         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
1353         (gen_namespace_die): Add DW_AT_export_symbols attribute if
1354         langhook wants it.
1355         (dwarf2out_imported_module_or_decl): Add IMPLICIT argument,
1356         if true, -gdwarf-5 and decl will have DW_AT_export_symbols
1357         attribute, don't add anything.
1359 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1361         * fold-const.c (fold_build1_stat_loc): Remove _stat from name.
1362         (fold_build2_stat_loc): Likewise.
1363         (fold_build3_stat_loc): Likewise.
1364         * fold-const.h (fold_build1, fold_build2, fold_build3): Adjust.
1365         (fold_build1_loc): Remove macro.
1366         (fold_build2_loc): Likewise.
1367         (fold_build3_loc): Likewise.
1369 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1371         * gimple.c (gimple_build_debug_bind_stat): Remove _stat from name.
1372         (gimple_build_debug_bind_source_stat): Likewise.
1373         * gimple.h (gimple_build_debug_bind): Remove macro.
1374         (gimple_build_debug_bind_source): Likewise.
1376 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1378         * bitmap.c (bitmap_alloc): Adjust.
1379         (bitmap_gc_alloc): Likewise.
1380         * bitmap.h (bitmap_initialize_stat): Remove _stat from name.
1382 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1384         * bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
1385         (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
1386         * bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
1387         (bitmap_gc_alloc_stat): Likewise.
1388         (BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.
1390 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1392         * rtl.c (shallow_copy_rtx_stat): Remove _stat from name.
1393         * rtl.h (shallow_copy_rtx): Remove macro.
1395 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1397         * emit-rtl.c (gen_raw_REG): Adjust.
1398         * gengenrtl.c (gendef): Likewise.
1399         * rtl.c (rtx_alloc_stat): Remove _stat from name.
1400         * rtl.h (rtx_alloc): Remove macro.
1402 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1404         * tree.c (build_tree_list_vec_stat): Remove _stat from name.
1405         (build_tree_list_stat): Likewise.
1406         * tree.h (build_tree_list): Remove macro.
1407         (build_tree_list_vec): Likewise.
1409 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1411         * tree.c (make_vector_stat): Remove _stat from name.
1412         (build_vector_stat): Likewise.
1413         * tree.h (make_vector_stat): Remove macro.
1414         (build_vector_stat): Likewise.
1416 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1418         * tree.h (build_var_debug_value): Remove prototype.
1420 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1422         * tree.c (tree_cons_stat): Remove _stat from name.
1423         * tree.h (tree_cons): Remove macro.
1425 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1427         * tree.c (build_vl_exp_stat): Remove _stat from name.
1428         * tree.h (build_vl_exp): Remove macro.
1430 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1432         * tree.c (build_decl_stat): Remove _stat from name.
1433         * tree.h (build_decl): Remove macro.
1435 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1437         * gimple.c (gimple_build_with_ops_stat): Adjust.
1438         (gimple_alloc_stat): Remove _stat from name.
1439         * gimple.h (gimple_alloc): Remove macro.
1441 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1443         * tree.c (make_tree_vec_stat): Remove _stat from name.
1444         (grow_tree_vec_stat): Likewise.
1445         * tree.h (make_tree_vec_stat): Adjust prototype.
1446         (grow_tree_vec_stat): Likewise.
1447         (make_tree_vec): Remove macro.
1448         (grow_tree_vec): Likewise.
1450 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1452         * fold-const.c (fold_build1_stat_loc): Adjust.
1453         (fold_build2_stat_loc): Likewise.
1454         (fold_build3_stat_loc): Likewise.
1455         * tree.c (build0_stat): Remove _stat from name.
1456         (build1_stat): Likewise.
1457         (build2_stat): Likewise.
1458         (build3_stat): Likewise.
1459         (build4_stat): Likewise.
1460         (build5_stat): Likewise.
1461         * tree.h (build1_loc): Remove macro, and rename _stat function
1462         to this.
1463         (build2_loc): Likewise.
1464         (build3_loc): Likewise.
1465         (build4_loc): Likewise.
1466         (build5_loc): Likewise.
1468 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1470         * tree.c (make_int_cst_stat): Remove _stat from name.
1471         * tree.h (make_int_cst_stat): Adjust prototype.
1472         (make_int_cst): Remove macro.
1474 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1476         * tree.c (make_tre_binfo_stat): Remove _stat from name.
1477         * tree.h (make_tree_binfo_stat): Adjust prototype.
1478         (make_tree_binfo): Remove.
1480 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1482         * tree.c (copy_node_stat): Rename to copy_node.
1483         (build_distinct_type_copy): Adjust.
1484         * tree.h (copy_node_stat): Adjust prototype.
1485         (copy_node): Remove macro.
1487 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1489         * tree.c (make_node_stat): rename to make_node.
1490         (build_tree_list_stat): Adjust.
1491         (build0_stat): Likewise.
1492         (build2_stat): Likewise.
1493         (build3_stat): Likewise.
1494         (build4_stat): Likewise.
1495         (build5_stat): Likewise.
1496         (build_decl_stat): Likewise.
1497         * tree.h (make_node_stat): Adjust prototype.
1498         (make_node): remove macro.
1500 2017-07-28  Peter Bergner  <bergner@vnet.ibm.com>
1502         * config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
1503         (PPC_FEATURE2_SCV): Likewise.
1504         * config/rs6000/rs6000.c (cpu_supports_info): Use them.
1506 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
1508         * config/aarch64/aarch64.c
1509         (aarch64_internal_mov_immediate): Add new special pattern.
1510         * config/aarch64/aarch64.md (*movdi_aarch64):
1511         Add reg/32bit const mov case.
1513 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
1514             Richard Sandiford <richard.sandiford@linaro.org>
1516         * config/aarch64/aarch64.md (mov<mode>): Generalize.
1517         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
1518         Add integer and movi cases.
1519         (movi-split-hf-df-sf split, fp16): New.
1520         (enabled): Added TARGET_FP_F16INST.
1521         * config/aarch64/iterators.md (GPF_HF): New.
1522         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
1524 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
1526         * config/aarch64/aarch64.c
1527         (aarch64_simd_container_mode): Add prototype.
1528         (aarch64_expand_mov_immediate): Add HI support.
1529         (aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
1530         (aarch64_can_const_movi_rtx_p): New.
1531         (aarch64_preferred_reload_class):
1532         Remove restrictions of using FP registers for certain SIMD operations.
1533         (aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
1534         (aarch64_valid_floating_const): Add integer move validation.
1535         (aarch64_simd_imm_scalar_p): Remove.
1536         (aarch64_output_scalar_simd_mov_immediate): Generalize function.
1537         (aarch64_legitimate_constant_p): Expand list of supported cases.
1538         * config/aarch64/aarch64-protos.h
1539         (aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
1540         (aarch64_reinterpret_float_as_int): New.
1541         (aarch64_simd_imm_scalar_p): Remove.
1542         * config/aarch64/constraints.md (Uvi): New.
1543         (Dd): Split into Ds and new Dd.
1544         * config/aarch64/aarch64.md (*movsi_aarch64):
1545         Add SIMD mov case.
1546         (*movdi_aarch64): Add SIMD mov case.
1548 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1550         * tree-predcom.c: (struct chain): Handle store-store chain in which
1551         stores for elimination only store loop invariant values.
1552         (execute_pred_commoning_chain): Ditto.
1553         (prepare_initializers_chain_store_elim): Ditto.
1554         (prepare_finalizers): Ditto.
1555         (is_inv_store_elimination_chain): New function.
1556         (initialize_root_vars_store_elim_1): New function.
1558 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1560         * tree-predcom.c: Revise general description of the pass.
1561         (enum chain_type): New enum type for store elimination.
1562         (struct chain): New field supporting store elimination.
1563         (struct component): Ditto.
1564         (dump_chain): Dump store-stores chain.
1565         (release_chain): Release resources.
1566         (split_data_refs_to_components): Compute and create component
1567         contains only stores for elimination.
1568         (get_chain_last_ref_at): New function.
1569         (make_invariant_chain): Initialization.
1570         (make_rooted_chain): Specify chain type in parameter and record it.
1571         (add_looparound_copies): Skip for store-stores chain.
1572         (determine_roots_comp): Compute type of chain and pass it to
1573         make_rooted_chain.
1574         (initialize_root_vars_store_elim_2): New function.
1575         (finalize_eliminated_stores): New function.
1576         (remove_stmt): Handle store for elimination.
1577         (execute_pred_commoning_chain): Execute predictive commoning on
1578         store-store chains.
1579         (determine_unroll_factor): Skip unroll for store-stores chain.
1580         (prepare_initializers_chain_store_elim): New function.
1581         (prepare_initializers_chain): Hanlde store-store chain.
1582         (prepare_finalizers_chain, prepare_finalizers): New function.
1583         (tree_predictive_commoning_loop): Return integer value indicating
1584         if loop is unrolled or lcssa form is corrupted.
1585         (tree_predictive_commoning): Rewrite for lcssa form if necessary.
1587 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1589         * tree-predcom.c (initialize_root): Delete.
1590         (execute_pred_commoning_chain): Initialize root vars and replace
1591         reference of non-combined chain directly, rather than call above
1592         function.
1594 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1596         * tree-predcom.c (ref_at_iteration): Add parameter NITERS.  Compute
1597         memory reference to DR at (NITERS + ITERS)-th iteration of loop.
1599 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1601         * tree-predcom.c (struct chain): New field init_seq.
1602         (release_chain): Release init_seq.
1603         (prepare_initializers_chain): Record intialization stmts in above
1604         field.
1605         (insert_init_seqs): New function.
1606         (tree_predictive_commoning_loop): Call insert_init_seqs.
1608 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1610         * tree-predcom.c (determine_roots_comp): Skip trivial components.
1612 2017-07-28  Richard Biener  <rguenther@suse.de>
1614         * match.pd: Remove superfluous :c.
1615         * genmatch.c (simplify::id): Add member.
1616         (lower_commutative, lower_opt_convert, lower_cond, lower_for):
1617         Copy id.
1618         (current_id): New global.
1619         (dt_node::parent): Move from ...
1620         (dt_operand::parent): ... here.  Add for_id member.
1621         (is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
1622         (decision_tree::find_node): Relax order requirement when
1623         merging DT_TRUE nodes to ones inbetween the current simplify
1624         and the one we try to merge with.  Add diagnostic whenever
1625         we need to enforce pattern order by not merging.
1626         (decision_tree::insert): Set current_id.
1627         (decision_tree::print_node): Dump parent node and for_id.
1628         (parser::last_id): Add member.
1629         (parser::push_simplify): Assign unique id.
1630         (parser::parser): Initialize last_id.
1632 2017-07-28  Martin Liska  <mliska@suse.cz>
1634         PR sanitizer/81340
1635         * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
1636         gimple_build_debug_bind.
1638 2017-07-28  Richard Biener  <rguenther@suse.de>
1640         PR tree-optimization/81502
1641         * match.pd: Add pattern combining BIT_INSERT_EXPR with
1642         BIT_FIELD_REF.
1643         * tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
1644         size/pos operands.
1645         (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
1646         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
1647         for BIT_FIELD_REF args.
1648         * fold-const.c (make_bit_field_ref): Likewise.
1649         * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
1651 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
1653         PR sanitizer/80998
1654         * sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
1655         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
1656         * flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
1657         Or it into SANITIZER_UNDEFINED.
1658         * ubsan.c: Include gimple-fold.h and varasm.h.
1659         (ubsan_expand_ptr_ifn): New function.
1660         (instrument_pointer_overflow): New function.
1661         (maybe_instrument_pointer_overflow): New function.
1662         (instrument_object_size): Formatting fix.
1663         (pass_ubsan::execute): Call instrument_pointer_overflow
1664         and maybe_instrument_pointer_overflow.
1665         * internal-fn.c (expand_UBSAN_PTR): New function.
1666         * ubsan.h (ubsan_expand_ptr_ifn): Declare.
1667         * sanitizer.def (__ubsan_handle_pointer_overflow,
1668         __ubsan_handle_pointer_overflow_abort): New builtins.
1669         * tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
1670         * internal-fn.def (UBSAN_PTR): New internal function.
1671         * opts.c (sanitizer_opts): Add pointer-overflow.
1672         * lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
1673         * fold-const.c (build_range_check): Compute pointer range check in
1674         integral type if pointer arithmetics would be needed.  Formatting
1675         fixes.
1677 2017-07-28  Martin Liska  <mliska@suse.cz>
1679         PR sanitizer/81460
1680         * sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
1681         parameters that are of a variable-length.
1683 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1685         * config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h.  Add
1686         rs6000/biarch64.h.
1687         * config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
1688         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
1689         (CRT_CALL_STATIC_FUNCTION): Likewise.
1690         (ASM_DEFAULT_SPEC): New define.
1691         (ASM_SPEC32): Likewise.
1692         (ASM_SPEC64): Likewise.
1693         (ASM_SPEC_COMMON): Likewise.
1694         (ASM_SPEC): Likewise.
1695         (INVALID_64BIT): Likewise.
1696         (LINK_OS_DEFAULT_SPEC): Likewise.
1697         (LINK_OS_SPEC32): Likewise.
1698         (LINK_OS_SPEC64): Likewise.
1699         (POWERPC_LINUX): Likewise.
1700         (PTRDIFF_TYPE): Likewise.
1701         (RESTORE_FP_PREFIX): Likewise.
1702         (RESTORE_FP_SUFFIX): Likewise.
1703         (SAVE_FP_PREFIX): Likewise.
1704         (SAVE_FP_SUFFIX): Likewise.
1705         (SIZE_TYPE): Likewise.
1706         (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
1707         (TARGET_64BIT): Likewise.
1708         (TARGET_64BIT): Likewise.
1709         (TARGET_AIX): Likewise.
1710         (WCHAR_TYPE_SIZE): Likewise.
1711         (WCHAR_TYPE): Undefine.
1712         (TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
1713         (CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
1714         (CPP_OS_RTEMS_SPEC): Delete.
1715         (SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems.  Add
1716         asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
1717         link_os_spec64.
1718         * config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
1720 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
1722         PR tree-optimization/81578
1723         * tree-parloops.c (build_new_reduction): Bail out if
1724         reduction_code isn't one of the standard OpenMP reductions.
1725         Move the details printing after that decision.
1727 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
1729         * config/rs6000/predicates.md (volatile_mem_operand): Remove code
1730         related to reload_in_progress.
1731         (splat_input_operand): Likewise.
1732         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
1733         Delete prototype.
1734         * config/rs6000/rs6000.c (machine_function): Remove sdmode_stack_slot
1735         field.
1736         (TARGET_EXPAND_TO_RTL_HOOK): Delete.
1737         (TARGET_INSTANTIATE_DECLS): Likewise.
1738         (legitimate_indexed_address_p): Delete reload_in_progress code.
1739         (rs6000_debug_legitimate_address_p): Likewise.
1740         (rs6000_eliminate_indexed_memrefs): Likewise.
1741         (rs6000_emit_le_vsx_store): Likewise.
1742         (rs6000_emit_move_si_sf_subreg): Likewise.
1743         (rs6000_emit_move): Likewise.
1744         (register_to_reg_type): Likewise.
1745         (rs6000_pre_atomic_barrier): Likewise.
1746         (rs6000_machopic_legitimize_pic_address): Likewise.
1747         (rs6000_allocate_stack_temp): Likewise.
1748         (rs6000_address_for_fpconvert): Likewise.
1749         (rs6000_address_for_altivec): Likewise.
1750         (rs6000_secondary_memory_needed_rtx): Delete function.
1751         (rs6000_check_sdmode): Likewise.
1752         (rs6000_alloc_sdmode_stack_slot): Likewise.
1753         (rs6000_instantiate_decls): Likewise.
1754         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
1755         * config/rs6000/rs6000.md (splitter for *movsi_got_internal):
1756         Delete reload_in_progress.
1757         (*vec_reload_and_plus_<mptrsize>): Likewise.
1758         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
1759         (vsx_div_v2di): Likewise.
1760         (vsx_udiv_v2di): Likewise.
1762 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
1764         * config/rs6000/rs6000.opt (mlra): Replace with stub.
1765         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Delete OPTION_MASK_LRA.
1766         * config/rs6000/rs6000.c (TARGET_LRA_P): Delete.
1767         (rs6000_debug_reg_global): Delete print of LRA status.
1768         (rs6000_option_override_internal): Delete dead LRA related code.
1769         (rs6000_lra_p): Delete function.
1770         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mlra.
1772 2017-07-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1774         * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
1775         * config/riscv/rtems.h: New file.
1777 2017-07-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1778             Sudakshina Das  <sudi.das@arm.com>
1780         * config/aarch64/aarch64.md
1781         (define_split for and<mode>3nr_compare): Move
1782         non aarch64_logical_operand to a register.
1783         (define_split for and_<SHIFT:optab><mode>3nr_compare0): Move non
1784         register immediate operand to a register.
1785         * config/aarch64/predicates.md (aarch64_mov_imm_operand): New.
1787 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
1789         PR middle-end/81564
1790         * tree-cfg.c (group_case_labels_stmt): Handle already deleted blocks.
1792 2017-07-27  Richard Biener  <rguenther@suse.de>
1794         PR tree-optimization/81573
1795         PR tree-optimization/81494
1796         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
1797         multi defuse cycle case.
1799 2017-07-27  Richard Biener  <rguenther@suse.de>
1801         PR tree-optimization/81571
1802         * tree-vect-slp.c (vect_build_slp_tree): Properly verify reduction
1803         PHIs.
1805 2017-07-27  Eric Botcazou  <ebotcazou@adacore.com>
1807         * config/sparc/sparc.c (sparc_option_override): Set MASK_FSMULD flag
1808         earlier and only if MASK_FPU is set.  Adjust formatting.
1810 2017-07-27  Martin Liska  <mliska@suse.cz>
1812         * opt-functions.awk: Add validation of value of Init.
1813         * optc-gen.awk: Pass new argument.
1815 2017-07-27  Martin Liska  <mliska@suse.cz>
1817         * auto-profile.c (autofdo_source_profile::update_inlined_ind_target):
1818         Fix wrong condition.
1820 2017-07-27  Martin Liska  <mliska@suse.cz>
1822         * auto-profile.c (afdo_annotate_cfg): Assign zero counts to
1823         BBs and edges seen by autoFDO.
1825 2017-07-27  Richard Biener  <rguenther@suse.de>
1827         PR tree-optimization/81502
1828         * tree-ssa.c (non_rewritable_lvalue_p): Handle BIT_INSERT_EXPR
1829         with incompatible but same sized type.
1830         (execute_update_addresses_taken): Likewise.
1832 2017-07-27  James Greenhalgh  <james.greenhalgh@arm.com>
1834         * tree-ssa-loop-ch.c (pass_ch::process_loop_p): Guard on
1835         flag_tree_loop_vectorize rather than flag_tree_vectorize.
1837 2017-07-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1839         PR target/81534
1840         * config/s390/s390.md ("*atomic_compare_and_swap<mode>_1")
1841         ("*atomic_compare_and_swapdi_2", "*atomic_compare_and_swapsi_3"):
1842         Change s_operand to memory_operand.
1844 2017-07-27  Richard Sandiford  <richard.sandiford@linaro.org>
1846         * config/rs6000/rs6000-protos.h (rs6000_emit_le_vsx_permute): Declare.
1847         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Replace with...
1848         (rs6000_emit_le_vsx_permute): ...this.  Take the destination as input.
1849         Emit instructions rather than returning an expression.  Handle TFmode
1850         and KFmode by casting to TImode.
1851         (rs6000_emit_le_vsx_load): Update to use rs6000_emit_le_vsx_permute.
1852         (rs6000_emit_le_vsx_store): Likewise.
1853         * config/rs6000/vsx.md (VSX_TI): New iterator.
1854         (*vsx_le_permute_<mode>): Use it instead of VSX_LE_128.
1855         (*vsx_le_undo_permute_<mode>): Likewise.
1856         (*vsx_le_perm_load_<mode>): Use rs6000_emit_le_vsx_permute to
1857         emit the split sequence.
1858         (*vsx_le_perm_store_<mode>): Likewise.
1860 2017-07-27  Jakub Jelinek  <jakub@redhat.com>
1862         PR tree-optimization/81555
1863         PR tree-optimization/81556
1864         * tree-ssa-reassoc.c (rewrite_expr_tree): Add NEXT_CHANGED argument,
1865         if true, force CHANGED for the recursive invocation.
1866         (reassociate_bb): Remember original length of ops array, pass
1867         len != orig_len as NEXT_CHANGED in rewrite_expr_tree call.
1869         * attribs.c (decl_attributes): Imply noinline, noclone and no_icf
1870         attributes for noipa attribute.  For naked attribute use
1871         lookup_attribute first before lookup_attribute_spec.
1872         * final.c (rest_of_handle_final): Disable IPA RA for functions with
1873         noipa attribute.
1874         * ipa-visibility.c (non_local_p): Fix comment typos.  Return true
1875         for functions with noipa attribute.
1876         (cgraph_externally_visible_p): Return true for functions with noipa
1877         attribute.
1878         * cgraph.c (cgraph_node::get_availability): Return AVAIL_INTERPOSABLE
1879         for functions with noipa attribute.
1880         * doc/extend.texi: Document noipa function attribute.
1881         * tree-ssa-structalias.c (refered_from_nonlocal_fn): Set *nonlocal_p
1882         also for functions with noipa attribute.
1883         (ipa_pta_execute): Set nonlocal_p also for nodes with noipa attribute.
1885 2017-07-26  Andrew Pinski  <apinski@cavium.com>
1887         * config/aarch64/aarch64.c (thunderx_vector_cost): Decrease cost of
1888         vec_unalign_load_cost and vec_unalign_store_cost.
1890 2017-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
1892         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete
1893         -mvsx-small-integer option.
1894         (ISA_3_0_MASKS_IEEE): Likewise.
1895         (OTHER_VSX_VECTOR_MASKS): Likewise.
1896         (POWERPC_MASKS): Likewise.
1897         * config/rs6000/rs6000.opt (-mvsx-small-integer): Likewise.
1898         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Simplify
1899         code, only testing for DImode being allowed in non-VSX floating
1900         point registers.
1901         (rs6000_init_hard_regno_mode_ok): Change TARGET_VSX_SMALL_INTEGER
1902         to TARGET_P8_VECTOR test.  Remove redundant VSX test inside of
1903         another VSX test.
1904         (rs6000_option_override_internal): Delete -mvsx-small-integer.
1905         (rs6000_expand_vector_set): Change TARGET_VSX_SMALL_INTEGER to
1906         TARGET_P8_VECTOR test.
1907         (rs6000_secondary_reload_simple_move): Likewise.
1908         (rs6000_preferred_reload_class): Delete TARGET_VSX_SMALL_INTEGER,
1909         since TARGET_P9_VECTOR was already tested.
1910         (rs6000_opt_masks): Remove -mvsx-small-integer.
1911         * config/rs6000/vsx.md (vsx_extract_<mode>): Delete
1912         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
1913         used.
1914         (vsx_extract_<mode>_p9): Delete TARGET_VSX_SMALL_INTEGER, since a
1915         test for TARGET_VEXTRACTUB was used, and that uses
1916         TARGET_P9_VECTOR.
1917         (p9 extract splitter): Likewise.
1918         (vsx_extract_<mode>_di_p9): Likewise.
1919         (vsx_extract_<mode>_store_p9): Likewise.
1920         (vsx_extract_si): Delete TARGET_VSX_SMALL_INTEGER, since a test
1921         for TARGET_P9_VECTOR was used.  Delete code that is now dead with
1922         the elimination of TARGET_VSX_SMALL_INTEGER.
1923         (vsx_extract_<mode>_p8): Likewise.
1924         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>): Likewise.
1925         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Likewise.
1926         (vsx_set_<mode>_p9): Likewise.
1927         (vsx_set_v4sf_p9): Likewise.
1928         (vsx_set_v4sf_p9_zero): Likewise.
1929         (vsx_insert_extract_v4sf_p9): Likewise.
1930         (vsx_insert_extract_v4sf_p9_2): Likewise.
1931         * config/rs6000/rs6000.md (sign extend splitter): Change
1932         TARGET_VSX_SMALL_INTEGER to TARGET_P8_VECTOR test.
1933         (floatsi<mode>2_lfiwax_mem): Likewise.
1934         (floatunssi<mode>2_lfiwzx_mem): Likewise.
1935         (float<QHI:mode><FP_ISA3:mode>2): Delete TARGET_VSX_SMALL_INTEGER,
1936         since a test for TARGET_P9_VECTOR was used.
1937         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
1938         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
1939         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
1940         (fix_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
1941         TARGET_P8_VECTOR test.
1942         (fix_trunc<mode>si2_stfiwx): Likewise.
1943         (fix_trunc<mode>si2_internal): Likewise.
1944         (fix_trunc<SFDF:mode><QHI:mode>2): Delete
1945         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
1946         used.
1947         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
1948         (fixuns_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
1949         TARGET_P8_VECTOR test.
1950         (fixuns_trunc<mode>si2_stfiwx): Likewise.
1951         (fixuns_trunc<SFDF:mode><QHI:mode>2): Delete
1952         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
1953         used.
1954         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
1955         (fctiw<u>z_<mode>_smallint): Delete TARGET_VSX_SMALL_INTEGER,
1956         since a test for TARGET_P9_VECTOR was used.
1957         (splitter for loading small constants): Likewise.
1959 2017-07-26  Andrew Pinski  <apinski@cavium.com>
1961         * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
1962         vec_fp_stmt_cost.
1964 2017-07-26  H.J. Lu  <hongjiu.lu@intel.com>
1966         PR target/81563
1967         * config/i386/i386.c (sp_valid_at): Properly check CFA offset.
1968         (fp_valid_at): Likewise.
1970 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
1972         * config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
1973         (qdf24xx_addrcost_table): Likewise.
1974         (cortexa57_tunings): Update to use generic_branch_cost.
1975         (cortexa72_tunings): Likewise.
1976         (cortexa73_tunings): Likewise.
1977         (qdf24xx_tunings): Likewise.
1979 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
1981         * config/aarch64/aarch64.c (cortexa57_branch_cost): Remove.
1982         (thunderx2t99_branch_cost): Likewise.
1983         (cortexa35_tunings): Update to use generic_branch_cost.
1984         (cortexa53_tunings): Likewise.
1985         (cortexa57_tunings): Likewise.
1986         (cortexa72_tunings): Likewise.
1987         (cortexa73_tunings): Likewise.
1988         (thunderx2t99_tunings): Likewise.
1990 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1992         * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
1993         (sparc_option_override): Honour MASK_FSMULD.
1994         * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
1995         * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
1996         * config/sparc/sparc.opt (mfsmuld): New option.
1997         * doc/invoke.texi (mfsmuld): Document option.
1999 2017-07-26  Marek Polacek  <polacek@redhat.com>
2001         PR middle-end/70992
2002         * tree.c (build2_stat): Don't set TREE_CONSTANT on divisions by zero.
2004 2017-07-26  Richard Biener  <rguenther@suse.de>
2006         * gimple-match-head.c (do_valueize): Return OP if valueize
2007         returns NULL_TREE.
2008         (get_def): New helper to get at the def stmt of a SSA name
2009         if valueize allows.
2010         * genmatch.c (dt_node::gen_kids_1): Use get_def instead of
2011         do_valueize to get at the def stmt.
2012         (dt_operand::gen_gimple_expr): Simplify do_valueize calls.
2014 2017-07-26  Wilco Dijkstra  <wdijkstr@arm.com>
2016         PR middle-end/46932
2017         * auto-inc-dec.c (parse_add_or_inc): Block autoinc on sfp.
2019 2017-07-26  Martin Liska  <mliska@suse.cz>
2021         PR sanitize/81186
2022         * function.c (expand_function_start): Make expansion of
2023         nonlocal_goto_save_area after parm_birth_insn.
2025 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2027         * config/sparc/sparc.c (sparc_option_override): Remove MASK_FPU
2028         from all CPU target flags enable members.
2030 2017-07-26  Richard Biener  <rguenther@suse.de>
2032         * genmatch.c (dt_simplify::gen): Make iterator vars const.
2033         (decision_tree::gen): Make 'type' const.
2034         (write_predicate): Likewise.
2036 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
2038         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok):
2039         Eliminate TARGET_UPPER_REGS_{DF,DI,SF} usage.
2040         (rs6000_option_override_internal): Likewise.
2041         (rs6000_expand_vector_set): Likewise.
2042         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Delete.
2043         (TARGET_UPPER_REGS_SF): Likewise.
2044         (TARGET_UPPER_REGS_DI): Likewise.
2045         (TARGET_VEXTRACTUB): Eliminate TARGET_UPPER_REGS_{DF,DI,SF}.
2046         (TARGET_DIRECT_MOVE_64BIT): Likewise.
2047         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Likewise.
2048         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
2049         (Splitters for DI constants in Altivec registers): Likewise.
2050         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Likewise.
2051         (vsx_set_v4sf_p9): Likewise.
2052         (vsx_set_v4sf_p9_zero): Likewise.
2053         (vsx_insert_extract_v4sf_p9): Likewise.
2054         (vsx_insert_extract_v4sf_p9_2): Likewise.
2056 2017-07-25  Carl Love  <cel@us.ibm.com>
2058         * doc/extend.texi: Update the built-in documentation file for the
2059         existing built-in functions
2060         vector signed char vec_cnttz (vector signed char);
2061         vector unsigned char vec_cnttz (vector unsigned char);
2062         vector signed short vec_cnttz (vector signed short);
2063         vector unsigned short vec_cnttz (vector unsigned short);
2064         vector signed int vec_cnttz (vector signed int);
2065         vector unsigned int vec_cnttz (vector unsigned int);
2066         vector signed long long vec_cnttz (vector signed long long);
2067         vector unsigned long long vec_cnttz (vector unsigned long long);
2069 2017-07-25  Andrew Pinski  <apinski@cavium.com>
2071         * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
2072         accesses where the use is for the first operand of a BIT_INSERT.
2074 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
2076         PR bootstrap/81521
2077         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
2078         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
2080 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
2082         * config/i386/gstabs.h: Delete.
2083         * config/i386/openbsd.h, config/i386/t-openbsd: Likewise.
2085 2017-07-25  Uros Bizjak  <ubizjak@gmail.com>
2087         * config/i386/i386.c (ix86_decompose_address): Do not check for
2088         register RTX when looking at index_reg or base_reg.
2089         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use stack_pointer_rtx.
2091 2017-07-25  Eric Botcazou  <ebotcazou@adacore.com>
2093         * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace
2094         to update EH info here.
2096 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
2098         * match.pd ((X * CST1) * CST2): Simplify to X * (CST1 * CST2).
2100 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
2102         * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.
2104 2017-07-25  Torsten Duwe  <duwe@suse.de>
2106         * common.opt: Introduce -fpatchable-function-entry
2107         command line option, and its variables function_entry_patch_area_size
2108         and function_entry_patch_area_start.
2109         * opts.c (common_handle_option): Add -fpatchable_function_entry_ case,
2110         including a two-value parser.
2111         * target.def (print_patchable_function_entry): New target hook.
2112         * targhooks.h (default_print_patchable_function_entry): New function.
2113         * targhooks.c (default_print_patchable_function_entry): Likewise.
2114         * toplev.c (process_options): Switch off IPA-RA if
2115         patchable function entries are being generated.
2116         * varasm.c (assemble_start_function): Look at the
2117         patchable-function-entry command line switch and current
2118         function attributes and maybe generate NOP instructions by
2119         calling the print_patchable_function_entry hook.
2120         * doc/extend.texi: Document patchable_function_entry attribute.
2121         * doc/invoke.texi: Document -fpatchable_function_entry
2122         command line option.
2123         * doc/tm.texi.in (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY):
2124         New target hook.
2125         * doc/tm.texi: Re-generate.
2127 2017-07-25  Jakub Jelinek  <jakub@redhat.com>
2129         PR target/81532
2130         * config/i386/constraints.md (Yd, Ye): Use ALL_SSE_REGS for
2131         TARGET_AVX512DQ rather than TARGET_AVX512BW.
2133 2017-07-25  Tamar Christina  <tamar.christina@arm.com>
2135         * config/arm/parsecpu.awk (all_cores): Remove duplicates.
2137 2017-07-25  Richard Biener  <rguenther@suse.de>
2139         PR tree-optimization/81455
2140         * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
2141         not walk in cycles when looking for guards.
2143 2017-07-25  Richard Biener  <rguenther@suse.de>
2145         PR tree-optimization/81529
2146         * tree-vect-stmts.c (process_use): Disregard live induction PHIs
2147         when optimizing backedge uses.
2149 2017-07-25  David Edelsohn  <dje.gcc@gmail.com>
2151         * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
2152         character for AIX.
2153         * dwarf2out.c (output_macinfo): Copy debug_line_section_label
2154         to dl_section_ref.  On AIX, append an expression to subtract
2155         the size of the section length to dl_section_ref.
2157 2017-07-25  Segher Boessenkool  <segher@kernel.crashing.org>
2159         * configure.ac: If any of the config.* scripts fail, exit 1.
2160         * configure: Regenerate.
2162 2017-07-25  Richard Biener  <rguenther@suse.de>
2164         PR middle-end/81546
2165         * tree-ssa-operands.c (verify_imm_links): Remove cap on number
2166         of immediate uses, be more verbose on errors.
2168 2017-07-25  Richard Biener  <rguenther@suse.de>
2170         PR tree-optimization/81510
2171         * tree-vect-loop.c (vect_is_simple_reduction): When the
2172         reduction stmt is not inside the loop bail out.
2174 2017-07-25  Richard Biener  <rguenther@suse.de>
2176         PR tree-optimization/81303
2177         * tree-vect-loop-manip.c (vect_loop_versioning): Build
2178         profitability check against LOOP_VINFO_NITERSM1.
2180 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
2182         * domwalk.c (cmp_bb_postorder): Simplify.
2183         (sort_bbs_postorder): New function.  Use it...
2184         (dom_walker::walk): ...here to optimize common cases.
2186 2017-07-25  Martin Liska  <mliska@suse.cz>
2188         PR ipa/81520
2189         * ipa-visibility.c (function_and_variable_visibility): Make the
2190         redirection just on target that supports aliasing.
2191         Fix GNU coding style.
2193 2017-07-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2195         PR libgcc/61152
2196         * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
2197         Format changes.
2198         * config/arm/rtems.h: Likewise.
2199         * config/bfin/rtems.h: Likewise.
2200         * config/i386/rtemself.h: Likewise.
2201         * config/lm32/rtems.h: Likewise.
2202         * config/m32c/rtems.h: Likewise.
2203         * config/m68k/rtemself.h: Likewise.
2204         * config/microblaze/rtems.h: Likewise.
2205         * config/mips/rtems.h: Likewise.
2206         * config/moxie/rtems.h: Likewise.
2207         * config/nios2/rtems.h: Likewise.
2208         * config/powerpcspe/rtems.h: Likewise.
2209         * config/rs6000/rtems.h: Likewise.
2210         * config/rtems.h: Likewise.
2211         * config/sh/rtems.h: Likewise.
2212         * config/sh/rtemself.h: Likewise.
2213         * config/sparc/rtemself.h: Likewise.
2215 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
2217         PR 81487
2218         * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
2219         * gimple-pretty-print.c (dump_profile, dump_probability): Same.
2220         * tree-ssa-structalias.c (alias_get_name): Same.
2222 2017-07-25  Bin Cheng  <bin.cheng@arm.com>
2224         PR target/81414
2225         * config/aarch64/cortex-a57-fma-steering.c (analyze): Skip fmul/fmac
2226         instructions if no du chain is found.
2228 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
2230         * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
2232 2017-07-25  Richard Biener  <rguenther@suse.de>
2234         PR middle-end/81505
2235         * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
2236         sticky.
2238 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
2240         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete
2241         upper-regs options.
2242         (ISA_2_7_MASKS_SERVER): Likewise.
2243         (ISA_3_0_MASKS_IEEE): Likewise.
2244         (OTHER_P8_VECTOR_MASKS): Likewise.
2245         (OTHER_VSX_VECTOR_MASKS): Likewise.
2246         (POWERPC_MASKS): Likewise.
2247         (power7 cpu): Use ISA_2_6_MASKS_SERVER instead of using a
2248         duplicate list of options.
2249         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Remove
2250         explicit -mupper-regs options.
2251         * config/rs6000/rs6000.opt (-mvsx-scalar-memory): Delete
2252         -mupper-regs* options.  Delete -mvsx-scalar-memory, which was an
2253         alias for -mupper-regs-df.
2254         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
2255         (rs6000_init_hard_regno_mode_ok): Likewise.
2256         (rs6000_option_override_internal): Likewise.
2257         (rs6000_opt_masks): Likewise.
2258         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Define upper regs
2259         options in terms of whether -mvsx or -mpower8-vector was used.
2260         (TARGET_UPPER_REGS_DI): Likewise.
2261         (TARGET_UPPER_REGS_SF): Likewise.
2262         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete the
2263         -mupper-regs-* options.
2265 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
2267         * passes.c (emergency_dump_function): Print some empty lines and a
2268         header before the RTL dump.
2270 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
2272         * cfgrtl.c (rtl_dump_bb): Don't call NEXT_INSN on NULL.
2274 2017-07-24  Wilco Dijkstra  <wdijkstr@arm.com>
2276         PR target/79041
2277         * config/aarch64/aarch64.c (aarch64_classify_symbol):
2278         Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals.
2280 2017-07-24  Carl Love  <cel@us.ibm.com>
2282         * config/rs6000/rs6000-c.c: Add support for built-in functions
2283         vector float vec_extract_fp32_from_shorth (vector unsigned short);
2284         vector float vec_extract_fp32_from_shortl (vector unsigned short);
2285         * config/rs6000/altivec.h (vec_extract_fp_from_shorth,
2286         vec_extract_fp_from_shortl): Add defines for the two builtins.
2287         * config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
2288         VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
2289         new builtins.
2290         * config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
2291         (vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
2292         * doc/extend.texi: Update the built-in documentation file for the
2293         new built-in function.
2295 2017-07-24  Jakub Jelinek  <jakub@redhat.com>
2297         PR bootstrap/81521
2298         * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
2299         documentation.
2300         * doc/generic.texi: Likewise.
2301         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
2302         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
2304 2017-07-24  Jackson Woodruff  <jackson.woodruff@arm.com>
2306         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): New.
2307         (aarch64_mls_elt_merge<mode>): Likewise.
2309 2017-07-23  Krister Walfridsson  <krister.walfridsson@gmail.com>
2311         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
2312         having __cxa_atexit.
2314 2017-07-23  Michael Collison  <michael.collison@arm.com>
2316         * config/arm/arm.c (arm_option_override): Deprecate
2317         use of -mstructure-size-boundary.
2318         * config/arm/arm.opt: Deprecate -mstructure-size-boundary.
2319         * doc/invoke.texi: Deprecate -mstructure-size-boundary.
2321 2017-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2323         PR target/80695
2324         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
2325         Reduce cost estimate for direct moves.
2327 2017-07-23  Uros Bizjak  <ubizjak@gmail.com>
2329         PR target/80569
2330         * config/i386/i386.c (ix86_option_override_internal): Disable
2331         BMI, BMI2 and TBM instructions for -m16.
2333 2017-07-21  Carl Love  <cel@us.ibm.com>
2335         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2336         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
2337         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
2338         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
2339         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
2340         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
2341         VMULOSW): New enum "unspec" values.
2342         (altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
2343         altivec_vmulosw): New patterns.
2344         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
2345         VMULOSW): Add definitions.
2347 2017-07-21  Jim Wilson  <jim.wilson@linaro.org>
2349         * config/aarch64/aarch64-cores.def (falkor): Add AARCH64_FL_RDMA.
2350         (qdf24xx): Likewise.
2351         * config/aarch64/aarch64-options-extensions.def (rdma); New.
2352         * config/aarch64/aarch64.h (AARCH64_FL_RDMA): New.
2353         (AARCH64_FL_V8_1): Renumber.
2354         (AARCH64_FL_FOR_ARCH8_1): Add AARCH64_FL_RDMA.
2355         (AARCH64_ISA_RDMA): Use AARCH64_FL_RDMA.
2356         * config/aarch64/arm_neon.h: Use +rdma instead of arch=armv8.1-a.
2357         * doc/invoke.texi (AArch64 Options): Mention +rmda in -march docs.  Add
2358         rdma to feature modifiers list.
2360 2017-07-21  Yury Gribov  <tetra2005@gmail.com>
2362         PR middle-end/56727
2363         * ipa-visibility (function_and_variable_visibility): Convert
2364         recursive PLT call to direct call if appropriate.
2366 2017-07-21  Andrew Pinski  <apinski@cavium.com>
2368         * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
2369         operand 1 to see if the types precision matches.
2370         * fold-const.c (operand_equal_p): Likewise.
2372 2017-07-21  Richard Biener  <rguenther@suse.de>
2374         PR tree-optimization/81303
2375         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Pass
2376         in datarefs vector.  Allow NULL dr0 for no peeling cost estimate.
2377         (vect_peeling_hash_get_lowest_cost): Adjust.
2378         (vect_enhance_data_refs_alignment): Likewise.  Use
2379         vect_get_peeling_costs_all_drs to compute the penalty for no
2380         peeling to match up costs.
2382 2017-07-21  Richard Biener  <rguenther@suse.de>
2384         PR tree-optimization/81500
2385         * tree-vect-loop.c (vect_is_simple_reduction): Properly fail if
2386         we didn't identify a reduction path.
2388 2017-07-21  Tom de Vries  <tom@codesourcery.com>
2389             Cesar Philippidis  <cesar@codesourcery.com>
2391         PR gcov-profile/81442
2392         * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Add missing edge
2393         probabilities.
2395 2017-07-21  Tom de Vries  <tom@codesourcery.com>
2397         PR lto/81430
2398         * config/nvptx/nvptx.c (nvptx_override_options_after_change): New
2399         function.
2400         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
2401         nvptx_override_options_after_change.
2403 2017-07-21  Ulrich Drepper  <drepper@redhat.com>
2405         * dwarf2out.c (output_file_names): Avoid double testing for
2406         dwarf_version >= 5.
2408 2017-07-21  Georg-Johann Lay  <avr@gjlay.de>
2410         * doc/invoke.texi (AVR Built-in Functions): Re-layout section.
2412 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
2414         * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
2415         hot/cold regions.
2416         (try_crossjump_to_edge): Do not punt on partitioned functions.
2418 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
2420         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
2421         Put all BBs reachable only via paths crossing cold region to cold
2422         region.
2423         * cfgrtl.c (find_bbs_reachable_by_hot_paths): New function.
2425 2016-07-21  Richard Biener  <rguenther@suse.de>
2427         PR tree-optimization/81303
2428         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Take
2429         into account prologue and epilogue iterations when raising
2430         min_profitable_iters to sth at least covering one vector iteration.
2432 2017-07-21  Tamar Christina  <tamar.christina@arm.com>
2434         * config/arm/arm.c (arm_test_cpu_arch_dat):
2435         Check for overlap.
2437 2017-07-20  Nathan Sidwell  <nathan@acm.org>
2439         Remove TYPE_METHODS.
2440         * tree.h (TYPE_METHODS): Delete.
2441         * dwarf2out.c (gen_member_die): Member fns are on TYPE_FIELDS.
2442         * dbxout.c (dbxout_type_fields): Ignore FUNCTION_DECLs.
2443         (dbxout_type_methods): Scan TYPE_FIELDS.
2444         (dbxout_type): Don't check TYPE_METHODS here.
2445         * function.c (use_register_for_decl): Always ignore register for
2446         class types when not optimizing.
2447         * ipa-devirt.c (odr_types_equivalent_p): Delete TYPE_METHODS scan.
2448         * tree.c (free_lang_data_in_type): Stitch out member functions and
2449         templates from TYPE_FIELDS.
2450         (build_distinct_type_copy, verify_type_variant,
2451         verify_type): Member fns are on TYPE_FIELDS.
2452         * tree-dump.c (dequeue_and_dump): No TYPE_METHODS.
2453         * tree-pretty-print.c (dump_generic_node): Likewise.
2455 2017-07-20  Jakub Jelinek  <jakub@redhat.com>
2457         PR target/80846
2458         * config/i386/i386.c (ix86_expand_vector_init_general): Handle
2459         V2TImode and V4TImode.
2460         (ix86_expand_vector_extract): Likewise.
2461         * config/i386/sse.md (VMOVE): Enable V4TImode even for just
2462         TARGET_AVX512F, instead of only for TARGET_AVX512BW.
2463         (ssescalarmode): Handle V4TImode and V2TImode.
2464         (VEC_EXTRACT_MODE): Add V4TImode and V2TImode.
2465         (*vec_extractv2ti, *vec_extractv4ti): New insns.
2466         (VEXTRACTI128_MODE): New mode iterator.
2467         (splitter for *vec_extractv?ti first element): New.
2468         (VEC_INIT_MODE): New mode iterator.
2469         (vec_init<mode>): Consolidate 3 expanders into one using
2470         VEC_INIT_MODE mode iterator.
2472 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
2474         * lra-assigns.c (pseudo_compare_func): Fix comparison step based on
2475         non_spilled_static_chain_regno_p.
2477 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
2479         * gimple-ssa-store-merging.c (sort_by_bitpos): Return 0 on equal bitpos.
2481 2017-07-20  Jan Hubicka  <hubicka@ucw.cz>
2483         * bb-reorder.c (connect_traces): Allow copying of blocks within
2484         single partition.
2486 2017-07-20  Richard Biener  <rguenther@suse.de>
2488         * gimple.h (gimple_phi_result): Add gphi * overload.
2489         (gimple_phi_result_ptr): Likewise.
2490         (gimple_phi_arg): Likewise.  Adjust index assert to only
2491         allow actual argument accesses rather than all slots available
2492         by capacity.
2493         (gimple_phi_arg_def): Add gphi * overload.
2494         * tree-phinodes.c (make_phi_node): Initialize only actual
2495         arguments.
2496         (resize_phi_node): Clear memory not covered by old node,
2497         do not initialize excess argument slots.
2498         (reserve_phi_args_for_new_edge): Initialize new argument slot
2499         completely.
2501 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
2503         PR tree-optimization/81388
2504         Revert r238585:
2505         2016-07-21  Bin Cheng  <bin.cheng@arm.com>
2507         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
2508         by removing computation of may_be_zero.
2510 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
2511             Tom de Vries  <tom@codesourcery.com>
2513         PR middle-end/81030
2514         * cfgbuild.c (find_many_sub_basic_blocks): Update REG_BR_PROB note
2515         when gimple level profile disagrees with what RTL expander did.
2517 2017-07-20  Richard Biener  <rguenther@suse.de>
2519         PR tree-optimization/61171
2520         * tree-vectorizer.h (slp_instance): Add reduc_phis member.
2521         (vect_analyze_stmt): Add slp instance parameter.
2522         (vectorizable_reduction): Likewise.
2523         * tree-vect-loop.c (vect_analyze_loop_operations): Adjust.
2524         (vect_is_simple_reduction): Deal with chains not detected
2525         as SLP reduction chain, specifically not properly associated
2526         chains containing a mix of plus/minus.
2527         (get_reduction_op): Remove.
2528         (get_initial_defs_for_reduction): Simplify, pass in whether
2529         this is a reduction chain, pass in the SLP node for the PHIs.
2530         (vect_create_epilog_for_reduction): Get the SLP instance as
2531         arg and adjust.
2532         (vectorizable_reduction): Get the SLP instance as arg.
2533         During analysis remember the SLP node with the PHIs in the
2534         instance.  Simplify getting at the vectorized reduction PHIs.
2535         * tree-vect-slp.c (vect_slp_analyze_node_operations): Pass
2536         through SLP instance.
2537         (vect_slp_analyze_operations): Likewise.
2538         * tree-vect-stms.c (vect_analyze_stmt): Likewise.
2539         (vect_transform_stmt): Likewise.
2541 2017-07-20  Tom de Vries  <tom@codesourcery.com>
2543         PR tree-optimization/81489
2544         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Move
2545         read of phi arg location to before loop that modifies phi.
2547 2017-07-20  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
2549         * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2) ? d : 0):
2550         New pattern.
2552 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
2554         PR middle-end/81331
2555         * except.c (execute): Fix ordering issue.
2557 2018-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
2559         PR rtl-optimization/81423
2560         * combine.c (make_compound_operation_int): Don't try to optimize
2561         the AND of a SUBREG of an LSHIFTRT if that SUBREG is paradoxical.
2563 2017-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
2565         PR rtl-optimization/81423
2566         * simplify-rtx.c (simplify_truncation): Handle truncating an IOR
2567         with a constant that is -1 in the truncated to mode.
2569 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
2571         * predict.c (propagate_unlikely_bbs_forward): Break out from ...
2572         (determine_unlikely_bbs): ... here.
2573         * predict.h (propagate_unlikely_bbs_forward): Declare.
2574         * cfgexpand.c (pass_expand::execute): Use it.
2575         * bb-reorder.c (sanitize_hot_paths): Do not consider known to be
2576         unlikely edges.
2577         (find_rarely_executed_basic_blocks_and_crossing_edges): Use
2578         propagate_unlikely_bbs_forward.
2580 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
2582         PR middle-end/81331
2583         * except.c (maybe_add_nop_after_section_switch): New function.
2584         (execute): Use it.
2586 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2588         * gimple.h (gimple_phi_set_arg): Make assert more strict.
2590 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2592         * gimple.h (gimple_phi_arg): Make assert more strict.
2594 2017-07-19  Steven Munroe  <munroesj@gcc.gnu.org>
2596         * config.gcc (powerpc*-*-*): Add mmintrin.h.
2597         * config/rs6000/mmintrin.h: New file.
2598         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include mmintrin.h.
2600 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
2602         PR tree-optimization/81346
2603         * match.pd: Optimize (X - 1U) <= INT_MAX-1U into (int) X > 0.
2605 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2607         * config/nvptx/nvptx.md (VECIM): Add V2DI.
2609 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2611         * config/nvptx/nvptx-modes.def: Add V2DImode.
2612         * config/nvptx/nvptx-protos.h (nvptx_data_alignment): Declare.
2613         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2DImode.
2614         (nvptx_output_mov_insn): Handle lack of mov.b128.
2615         (nvptx_print_operand): Handle 'H' and 'L' codes.
2616         (nvptx_vector_mode_supported): Allow V2DImode.
2617         (nvptx_preferred_simd_mode): New function.
2618         (nvptx_data_alignment): New function.
2619         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Redefine to
2620         nvptx_preferred_simd_mode.
2621         * config/nvptx/nvptx.h (STACK_BOUNDARY, BIGGEST_ALIGNMENT): Change from
2622         64 to 128 bits.
2623         (DATA_ALIGNMENT): Define.  Set to nvptx_data_alignment.
2625 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2627         * config/nvptx/nvptx-modes.def: New file.  Add V2SImode.
2628         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2SImode.
2629         (nvptx_vector_mode_supported): New function.  Allow V2SImode.
2630         (TARGET_VECTOR_MODE_SUPPORTED_P): Redefine to nvptx_vector_mode_supported.
2631         * config/nvptx/nvptx.md (VECIM): New mode iterator. Add V2SI.
2632         (mov<VECIM>_insn): New define_insn.
2633         (define_expand "mov<VECIM>): New define_expand.
2635 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2637         * config/nvptx/nvptx.c (nvptx_print_operand): Handle v2 vector mode.
2639 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
2641         PR tree-optimization/81346
2642         * fold-const.h (fold_div_compare, range_check_type): Declare.
2643         * fold-const.c (range_check_type): New function.
2644         (build_range_check): Use range_check_type.
2645         (fold_div_compare): No longer static, rewritten into
2646         a match.pd helper function.
2647         (fold_comparison): Don't call fold_div_compare here.
2648         * match.pd (X / C1 op C2): New optimization using fold_div_compare
2649         as helper function.
2651 2017-07-19  Nathan Sidwell  <nathan@acm.org>
2653         * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ...
2654         (TYPE_MIN_VALUE_RAW, TYPE_MAX_VALUE_RAW): ... these.
2655         * tree.c (find_decls_types_r, verify_type): Use
2656         TYPE_{MIN,MAX}_VALUE_RAW.
2657         * lto-streamer-out.c (DFS::DFS_write_tree_body): Likewise.
2658         (hash_tree): Likewise.
2659         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
2660         Likewise.
2661         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
2662         Likewise.
2664 2017-07-18  Tom de Vries  <tom@codesourcery.com>
2666         PR middle-end/81464
2667         * omp-expand.c (expand_omp_for_static_chunk): Handle
2668         equal-argument loop exit phi.
2670 2017-07-18  Uros Bizjak  <ubizjak@gmail.com>
2672         PR target/81471
2673         * config/i386/i386.md (rorx_immediate_operand): New mode attribute.
2674         (*bmi2_rorx<mode>3_1): Use rorx_immediate_operand as
2675         operand 2 predicate.
2676         (*bmi2_rorxsi3_1_zext): Use const_0_to_31_operand as
2677         operand 2 predicate.
2678         (ror,rol -> rorx splitters): Use const_int_operand as
2679         operand 2 predicate.
2681 2017-06-18  Richard Biener  <rguenther@suse.de>
2683         PR tree-optimization/81410
2684         * tree-vect-stmts.c (vectorizable_load): Properly adjust for
2685         the gap in the ! slp_perm SLP case after each group.
2687 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
2689         PR middle-end/81463
2690         * cfgloopmanip.c (scale_loop_profile): Watch out for zero frequency
2691         again.
2693 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
2695         PR middle-end/81462
2696         * predict.c (set_even_probabilities): Cleanup; do not affect
2697         probabilities that are already known.
2698         (combine_predictions_for_bb): Call even when count is set.
2700 2017-07-18  Nathan Sidwell  <nathan@acm.org>
2702         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
2703         TYPE_MAX_VALUE.
2705 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
2707         PR target/81408
2708         * tree-ssa-loop-niter.c (number_of_iterations_exit): Dump missed
2709         optimization for loop niter analysis.
2711 2017-07-18  Georg-Johann Lay  <avr@gjlay.de>
2713         PR target/81473
2714         * config/avr/avr.c (avr_optimize_casesi): Don't use
2715         INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX.
2717 2017-07-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2719         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Remove
2720         body_cost_vec from _vect_peel_extended_info.
2721         (vect_peeling_hash_get_lowest_cost): Do not set body_cost_vec.
2722         (vect_peeling_hash_choose_best_peeling): Remove body_cost_vec and
2723         npeel.
2725 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
2727         * config/arm/arm.c (emit_unlikely_jump): Remove unused var.
2729 2017-07-18  Richard Biener  <rguenther@suse.de>
2731         PR tree-optimization/80620
2732         PR tree-optimization/81403
2733         * tree-ssa-pre.c (phi_translate_1): Clear range and points-to
2734         info when re-using a VN table entry.
2736 2017-07-18  Richard Biener  <rguenther@suse.de>
2738         PR tree-optimization/81418
2739         * tree-vect-loop.c (vectorizable_reduction): Properly compute
2740         vectype_in.  Verify that with lane-reducing reduction operations
2741         we have a single def-use cycle.
2743 2017-07-17  Carl Love  <cel@us.ibm.com>
2745         Revert commit r249424   2017-06-20  Carl Love  <cel@us.ibm.com>
2747         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2748         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
2749         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
2750         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
2751         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
2752         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
2753         VMULOSW): New enum "unspec" values.
2754         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
2755         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
2756         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
2757         altivec_vmulosw): New patterns.
2758         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
2759         VMULOSW): Add definitions.
2760 2017-07-17  Uros Bizjak  <ubizjak@gmail.com>
2762         * config/alpha/alpha.c: Include predict.h.
2764 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
2766         * tree-vrp.c (compare_assert_loc): Fix comparison function
2767         to return predictable results.
2769 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
2771         * config/arc/arc.md (adddi3): Remove support for mexpand-adddi
2772         option.
2773         (subdi3): Likewise.
2774         * config/arc/arc.opt (mexpand-adddi): Deprecate it.
2775         * doc/invoke.texi (mexpand-adddi): Update text.
2777 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
2779         * config/arc/arc.md (clzsi2): Expand to an arc_clzsi2 instruction
2780         that also clobbers the CC register. The old expand code is moved
2781         to ...
2782         (*arc_clzsi2): ... here.
2783         (ctzsi2): Expand to an arc_ctzsi2 instruction that also clobbers
2784         the CC register. The old expand code is moved to ...
2785         (arc_ctzsi2): ... here.
2787 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
2789         * config/arc/arc.opt (mindexed-loads): Use initial value
2790         TARGET_INDEXED_LOADS_DEFAULT.
2791         (mauto-modify-reg): Use initial value
2792         TARGET_AUTO_MODIFY_REG_DEFAULT.
2793         * config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
2794         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
2795         * config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
2796         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
2798 2017-07-17  Martin Liska  <mliska@suse.cz>
2800         PR sanitizer/81302
2801         * opts.c (finish_options): Do not allow -fgnu-tm
2802         w/ -fsanitize={kernel-,}address.  Say sorry.
2804 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
2806         PR target/81369
2807         * tree-loop-distribution.c (classify_partition): Only assert on
2808         numer of iterations.
2809         (merge_dep_scc_partitions): Delete prameter.  Update function call.
2810         (distribute_loop): Remove code handling loop with unknown niters.
2811         (pass_loop_distribution::execute): Skip loop with unknown niters.
2813 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
2815         PR target/81369
2816         * tree-loop-distribution.c (merge_dep_scc_partitions): Sink call to
2817         function sort_partitions_by_post_order.
2819 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
2821         PR tree-optimization/81374
2822         * tree-loop-distribution.c (pass_loop_distribution::execute): Record
2823         the max index of basic blocks, rather than number of basic blocks.
2825 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
2827         * config/arc/arc-protos.h (arc_legitimate_pc_offset_p): Remove
2828         proto.
2829         (arc_legitimate_pic_operand_p): Likewise.
2830         * config/arc/arc.c (arc_legitimate_pic_operand_p): Remove
2831         function.
2832         (arc_needs_pcl_p): Likewise.
2833         (arc_legitimate_pc_offset_p): Likewise.
2834         (arc_legitimate_pic_addr_p): Remove LABEL_REF case, as this
2835         function is also used in constrains.md.
2836         (arc_legitimate_constant_p): Use arc_legitimate_pic_addr_p to
2837         validate pic constants. Handle CONST_INT, CONST_DOUBLE, MINUS and
2838         PLUS.  Only return true/false in known cases, otherwise assert.
2839         (arc_legitimate_address_p): Remove arc_legitimate_pic_addr_p as it
2840         is already called in arc_legitimate_constant_p.
2841         * config/arc/arc.h (CONSTANT_ADDRESS_P): Consider also LABEL for
2842         pic addresses.
2843         (LEGITIMATE_PIC_OPERAND_P): Use
2844         arc_raw_symbolic_reference_mentioned_p function.
2845         * config/arc/constraints.md (Cpc): Use arc_legitimate_pic_addr_p
2846         function.
2847         (Cal): Likewise.
2848         (C32): Likewise.
2850 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
2851         Andrew Burgess  <andrew.burgess@embecosm.com>
2853         * config/arc/arc-protos.h (arc_compute_function_type): Change prototype.
2854         (arc_return_address_register): New function.
2855         * config/arc/arc.c (arc_handle_fndecl_attribute): New function.
2856         (arc_handle_fndecl_attribute): Add naked attribute.
2857         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
2858         (TARGET_WARN_FUNC_RETURN): Likewise.
2859         (arc_allocate_stack_slots_for_args): New function.
2860         (arc_warn_func_return): Likewise.
2861         (machine_function): Change type fn_type.
2862         (arc_compute_function_type): Consider new naked function type,
2863         change function return type.
2864         (arc_must_save_register): Adapt to handle new
2865         arc_compute_function_type's return type.
2866         (arc_expand_prologue): Likewise.
2867         (arc_expand_epilogue): Likewise.
2868         (arc_return_address_regs): Delete.
2869         (arc_return_address_register): New function.
2870         (arc_epilogue_uses): Use above function.
2871         * config/arc/arc.h (arc_return_address_regs): Delete prototype.
2872         (arc_function_type): Change encoding, add naked type.
2873         (ARC_INTERRUPT_P): Change to handle the new encoding.
2874         (ARC_FAST_INTERRUPT_P): Likewise.
2875         (ARC_NORMAL_P): Define.
2876         (ARC_NAKED_P): Likewise.
2877         (arc_compute_function_type): Delete prototype.
2878         * config/arc/arc.md (in_ret_delay_slot): Use
2879         arc_return_address_register function.
2880         (simple_return): Likewise.
2881         (p_return_i): Likewise.
2883 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
2885         PR tree-optimization/81428
2886         * match.pd (X / X -> one): Don't optimize _Fract divisions, as 1
2887         can't be built for those types.
2889 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
2891         Remove stuff dead since r239246.
2893         * config/avr/avr-arch.h (avr_inform_devices): Remove dead proto.
2894         * config/avr/avr-devices.c (mcu_name, comparator, avr_mcus_str)
2895         (avr_inform_devices): Remove dead stuff.
2897 2017-07-17  Tamar Christina  <tamar.christina@arm.com>
2899         * config/arm/arm_neon.h: Fix softp typo.
2901 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
2903         PR tree-optimization/81365
2904         * tree-ssa-phiprop.c (propagate_with_phi): When considering hoisting
2905         aggregate moves onto bb predecessor edges, make sure there are no
2906         loads that could alias the lhs in between the start of bb and the
2907         loads from *phi.
2909 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
2911         PR 80929
2912         * config/avr/avr.c (avr_mul_highpart_cost): New static function.
2913         (avr_rtx_costs_1) [TRUNCATE]: Use it to compute mul_highpart cost.
2914         [LSHIFTRT, outer_code = TRUNCATE]: Same.
2916 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
2918         PR tree-optimization/81396
2919         * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
2920         (init_symbolic_number): Initialize it to 1.
2921         (perform_symbolic_merge): Add n_ops from both operands into the new
2922         n_ops.
2923         (find_bswap_or_nop): Don't consider n->n == cmpnop computations
2924         without base_addr as useless if they need more than one operation.
2925         (bswap_replace): Handle !bswap case for NULL base_addr.
2927 2017-07-17  Tom de Vries  <tom@codesourcery.com>
2929         PR target/81069
2930         * config/nvptx/nvptx.c (nvptx_single): Insert diverging branch as late
2931         as possible.
2933 2017-07-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2935         * config/sparc/rtemself.h (TARGET_OS_CPP_BUILTINS): Add
2936         conditional builtin define __FIX_LEON3FT_B2BST.
2938 2017-07-17  Daniel Cederman  <cederman@gaisler.com>
2940         * config/sparc/t-rtems: Add mfix-gr712rc multilibs. Replace
2941         MULTILIB_EXCEPTIONS with MULTILIB_REQUIRED. Match -mfix-gr712rc
2942         with -mfix-ut700.
2944 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
2946         PR rtl-optimization/81424
2947         * optabs.c (prepare_cmp_insn): Use copy_to_reg instead of force_reg
2948         to remove potential trapping from operands if -fnon-call-exceptions.
2950 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2952         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use
2953         profile_proability for scalling.
2954         * scale_profile_for_vect_loop.c (scale_profile_for_vect_loop): Likewise.
2956 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2958         * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
2960 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2962         * cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE
2963         fixpoint arithmetics.
2965 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2967         * tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE
2968         fixpoint arithmetics.
2970 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2972         * asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE
2973         fixpoint arithmetics.
2975 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2977         * profile-count.h (profile_probability::from_reg_br_prob_note,
2978         profile_probability::to_reg_br_prob_note): New functions.
2979         * doc/rtl.texi (REG_BR_PROB_NOTE): Update documentation.
2980         * reg-notes.h (REG_BR_PROB, REG_BR_PRED): Update docs.
2981         * predict.c (probability_reliable_p): Update.
2982         (edge_probability_reliable_p): Update.
2983         (br_prob_note_reliable_p): Update.
2984         (invert_br_probabilities): Update.
2985         (add_reg_br_prob_note): New function.
2986         (combine_predictions_for_insn): Update.
2987         * asan.c (asan_clear_shadow): Update.
2988         * cfgbuild.c (compute_outgoing_frequencies): Update.
2989         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
2990         (update_br_prob_note): Update.
2991         (rtl_verify_edges): Update.
2992         (purge_dead_edges): Update.
2993         (fixup_reorder_chain): Update.
2994         * emit-rtl.c (try_split): Update.
2995         * ifcvt.c (cond_exec_process_insns): Update.
2996         (cond_exec_process_if_block): Update.
2997         (dead_or_predicable): Update.
2998         * internal-fn.c (expand_addsub_overflow): Update.
2999         (expand_neg_overflow): Update.
3000         (expand_mul_overflow): Update.
3001         * loop-doloop.c (doloop_modify): Update.
3002         * loop-unroll.c (compare_and_jump_seq): Update.
3003         * optabs.c (emit_cmp_and_jump_insn_1): Update.
3004         * predict.h: Update.
3005         * reorg.c (mostly_true_jump): Update.
3006         * rtl.h: Update.
3007         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): Update.
3008         * config/alpha/alpha.c (emit_unlikely_jump): Update.
3009         * config/arc/arc.c: (emit_unlikely_jump): Update.
3010         * config/arm/arm.c: (emit_unlikely_jump): Update.
3011         * config/bfin/bfin.c (cbranch_predicted_taken_p): Update.
3012         * config/frv/frv.c (frv_print_operand_jump_hint): Update.
3013         * config/i386/i386.c (ix86_expand_split_stack_prologue): Update.
3014         (ix86_print_operand): Update.
3015         (ix86_split_fp_branch): Update.
3016         (predict_jump): Update.
3017         * config/ia64/ia64.c (ia64_print_operand): Update.
3018         * config/mmix/mmix.c (mmix_print_operand): Update.
3019         * config/powerpcspe/powerpcspe.c (output_cbranch): Update.
3020         (rs6000_expand_split_stack_prologue): Update.
3021         * config/rs6000/rs6000.c: Update.
3022         * config/s390/s390.c (s390_expand_vec_strlen): Update.
3023         (s390_expand_vec_movstr): Update.
3024         (s390_expand_cs_tdsi): Update.
3025         (s390_expand_split_stack_prologue): Update.
3026         * config/sh/sh.c (sh_print_operand): Update.
3027         (expand_cbranchsi4): Update.
3028         (expand_cbranchdi4): Update.
3029         * config/sparc/sparc.c (output_v9branch): Update.
3030         * config/spu/spu.c (get_branch_target): Update.
3031         (ea_load_store_inline): Update.
3032         * config/tilegx/tilegx.c (cbranch_predicted_p): Update.
3033         * config/tilepro/tilepro.c: Update.
3035 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
3037         * gimplify.c (mostly_copy_tree_r): Revert latest change.
3038         (gimplify_save_expr): Likewise.
3040 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
3042         * ipa-visibility.c (function_and_variable_visibility): Fix pasto.
3044 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
3046         * ipa-fnsummary.c (pass_data_ipa_fn_summary): Use
3047         TV_IPA_FNSUMMARY.
3048         * timevar.def (TV_IPA_FNSUMMARY): Define.
3050 2017-07-16  Daniel Cederman  <cederman@gaisler.com>
3052         * config/sparc/sparc.md (divdf3_fix): Add NOP to prevent back
3053         to back store errata sensitive sequence from being generated.
3054         (sqrtdf2_fix): Likewise.
3056 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
3058         * tree-ssa-threadupdate.c (compute_path_counts,
3059         update_joiner_offpath_counts): Use profile_probability.
3061 2017-07-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3063         Revert:
3064         2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3066         * config/arm/arm-c.c (arm_cpu_builtins): Define
3067         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
3069 2017-07-14  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3071         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3072         array entries to represent __ieee128 versions of the
3073         scalar_test_data_class, scalar_test_neg, scalar_extract_exp,
3074         scalar_extract_sig, and scalar_insert_exp built-in functions.
3075         (altivec_resolve_overloaded_builtin): Add special case handling
3076         for the __builtin_scalar_insert_exp function, as represented by
3077         the P9V_BUILTIN_VEC_VSIEDP constant.
3078         * config/rs6000/rs6000-builtin.def (VSEEQP): Add scalar extract
3079         exponent support for __ieee128 argument.
3080         (VSESQP): Add scalar extract signature support for __ieee128
3081         argument.
3082         (VSTDCNQP): Add scalar test negative support for __ieee128
3083         argument.
3084         (VSIEQP): Add scalar insert exponent support for __int128 argument
3085         with __ieee128 result.
3086         (VSIEQPF): Add scalar insert exponent support for __ieee128
3087         argument with __ieee128 result.
3088         (VSTDCQP): Add scalar test data class support for __ieee128
3089         argument.
3090         (VSTDCNQP): Add overload support for scalar test negative with
3091         __ieee128 argument.
3092         (VSTDCQP): Add overload support for scalar test data class
3093         __ieee128 argument.
3094         * config/rs6000/vsx.md (UNSPEC_VSX_SXSIG) Replace
3095         UNSPEC_VSX_SXSIGDP.
3096         (UNSPEC_VSX_SIEXPQP): New constant.
3097         (xsxexpqp): New insn for VSX scalar extract exponent quad
3098         precision.
3099         (xsxsigqp): New insn for VSX scalar extract significand quad
3100         precision.
3101         (xsiexpqpf): New insn for VSX scalar insert exponent quad
3102         precision with floating point argument.
3103         (xststdcqp): New expand for VSX scalar test data class quad
3104         precision.
3105         (xststdcnegqp): New expand for VSX scalar test negative quad
3106         precision.
3107         (xststdcqp): New insn to match expansions for VSX scalar test data
3108         class quad precision and VSX scalar test negative quad precision.
3109         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
3110         special case operand checking to enforce that second operand of
3111         VSX scalar test data class with quad precision argument is a 7-bit
3112         unsigned literal.
3113         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
3114         prototypes and descriptions of __ieee128 versions of
3115         scalar_extract_exp, scalar_extract_sig, scalar_insert_exp,
3116         scalar_test_data_class, and scalar_test_neg built-in functions.
3118 2016-07-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3120         PR tree-optimization/81162
3121         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Don't
3122         replace a negate with an add.
3124 2017-07-14  James Greenhalgh  <james.greenhalgh@arm.com>
3126         * doc/invoke.texi (arm/-mcpu): Document +crypto.
3128 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3130         * config/arm/arm-c.c (arm_cpu_builtins): Define
3131         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
3133 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3135         * config/arm/arm-cpus.in (cortex-r52): Add new entry.
3136         (armv8-r): Set ARM Cortex-R52 as default CPU.
3137         * config/arm/arm-tables.opt: Regenerate.
3138         * config/arm/arm-tune.md: Regenerate.
3139         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
3140         Cortex-R52.
3141         * doc/invoke.texi: Mention -mtune=cortex-r52 and availability of fp.dp
3142         extension for -mcpu=cortex-r52.
3144 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3146         * config/arm/arm-isa.h (isa_bit_FP_ARMv8): Delete enumerator.
3147         (ISA_FP_ARMv8): Define as ISA_FPv5 and ISA_FP_D32.
3148         * config/arm/arm-cpus.in (armv8-r): Define fp.sp as enabling FPv5.
3149         (fp-armv8): Define it as FP_ARMv8 only.
3150         config/arm/arm.h (TARGET_FPU_ARMV8): Delete.
3151         (TARGET_VFP_FP16INST): Define using TARGET_VFP5 rather than
3152         TARGET_FPU_ARMV8.
3153         config/arm/arm.c (arm_rtx_costs_internal): Replace checks against
3154         TARGET_FPU_ARMV8 by checks against TARGET_VFP5.
3155         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Define
3156         first ARM_CHECK_BUILTIN_MODE definition using TARGET_VFP5 rather
3157         than TARGET_FPU_ARMV8.
3158         * config/arm/arm-c.c (arm_cpu_builtins): Likewise for
3159         __ARM_FEATURE_NUMERIC_MAXMIN macro definition.
3160         * config/arm/arm.md (cmov<mode>): Condition on TARGET_VFP5 rather than
3161         TARGET_FPU_ARMV8.
3162         * config/arm/neon.md (neon_vrint): Likewise.
3163         (neon_vcvt): Likewise.
3164         (neon_<fmaxmin_op><mode>): Likewise.
3165         (<fmaxmin><mode>3): Likewise.
3166         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Likewise.
3167         * config/arm/predicates.md (arm_cond_move_operator): Check against
3168         TARGET_VFP5 rather than TARGET_FPU_ARMV8 and fix spacing.
3170 2017-07-14  Jackson Woodruff  <jackson.woodruff@arm.com>
3172         * config/aarch64/aarch64.c (aarch64_print_operand): Move comments
3173         to top of function.
3175 2017-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3177         * gimple-ssa-store-merging.c (clear_bit_region): Replace reference to
3178         loop in comment with memset.
3180 2017-07-14  Martin Liska  <mliska@suse.cz>
3182         * cfgexpand.c (expand_gimple_basic_block): Remove dead comment.
3183         * dwarf2out.c (is_java): Remove the function.
3184         (output_pubname): Remove usage of the function.
3185         (lower_bound_default): Remove usage of DW_LANG_Java.
3186         (gen_compile_unit_die): Likewise.
3187         * gcc.c: Remove compiler defaults for .java and .zip files.
3188         * gimple-expr.c (remove_suffix): Change as there's no longer
3189         extension than 4-letter one.
3190         * gimplify.c (mostly_copy_tree_r): Remove Java-special part.
3191         (gimplify_save_expr): Likewise.
3192         * ipa-utils.h (polymorphic_type_binfo_p): Remove the comment
3193         as it's possible even for other languages than Java.
3194         * langhooks.h (struct lang_hooks): Remove Java from a comment.
3195         * lto-opts.c (lto_write_options): Remove reference to Java.
3196         * opts.c (strip_off_ending): Update file extension handling.
3197         * tree-cfg.c (verify_gimple_call): Remove comment with Java.
3198         * tree-eh.c (lower_resx): Likewise.
3199         * tree.c (free_lang_data_in_type): Remove dead code.
3200         (find_decls_types_r): Likewise.
3201         (build_common_builtin_nodes): Remove Java from a comment.
3202         (verify_type): Remove dead code.
3203         * varasm.c (assemble_external): Remove Java from a comment.
3205 2017-07-14  Martin Liska  <mliska@suse.cz>
3207         * opts.c (finish_options): Add quotes.
3208         (common_handle_option): Likewise.
3210 2017-07-14  Martin Liska  <mliska@suse.cz>
3212         * dbxout.c (get_lang_number): Do not handle GNU Pascal.
3213         * dbxout.h (extern void dbxout_stab_value_internal_label_diff):
3214         Remove N_SO_PASCAL.
3215         * dwarf2out.c (lower_bound_default): Do not handle
3216         DW_LANG_Pascal83.
3217         (gen_compile_unit_die): Likewise.
3218         * gcc.c: Remove default extension binding for GNU Pascal.
3219         * stmt.c: Remove Pascal language from a comment.
3220         * xcoffout.c: Likewise.
3222 2017-07-13  David Malcolm  <dmalcolm@redhat.com>
3224         PR c/81405
3225         * diagnostic-show-locus.c (fixit_cmp): New function.
3226         (layout::layout): Sort m_fixit_hints.
3227         (column_range::column_range): Assert that the values are valid.
3228         (struct char_span): New struct.
3229         (correction::overwrite): New method.
3230         (struct source_line): New struct.
3231         (line_corrections::add_hint): Add assertions.  Reimplement memcpy
3232         calls in terms of classes source_line and char_span, and
3233         correction::overwrite.
3234         (selftest::test_overlapped_fixit_printing_2): New function.
3235         (selftest::diagnostic_show_locus_c_tests): Call it.
3237 2017-07-13  Will Schmidt  <will_schmidt@vnet.ibm.com>
3239         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Return
3240         early if there is no lhs.
3242 2017-07-13  Martin Liska  <mliska@suse.cz>
3244         * dwarf2out.c (gen_pointer_type_die): Remove dead code.
3245         (gen_reference_type_die): Likewise.
3246         * stor-layout.c: Remove Pascal-related comment.
3248 2017-07-13  Martin Liska  <mliska@suse.cz>
3250         * opts.c (finish_options): Add quotes to error messages.
3251         (parse_sanitizer_options): Likewise.
3253 2017-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3255         * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension.
3257 2017-07-13  Richard Earnshaw  <rearnsha@arm.com>
3259         * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.
3261 2017-07-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
3263         * asan.c (asan_emit_allocas_unpoison): Use ptr_mode for arguments
3264         during expansion.
3265         * builtins.c (expand_asan_emit_allocas_unpoison): Likewise.
3267 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
3269         PR target/81193
3270         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If GLIBC
3271         provides the hardware capability bits, define the macro
3272         __BUILTIN_CPU_SUPPORTS__.
3273         * config/rs6000/rs6000.c (cpu_expand_builtin): Generate a warning
3274         if GLIBC does not provide the hardware capability bits.  Add a
3275         gcc_unreachable call if the built-in cpu function is neither
3276         __builtin_cpu_is nor __builtin_cpu_supports.
3277         (rs6000_get_function_versions_dispatcher): Change the warning
3278         that an old GLIBC is used which does not export the capability
3279         bits to be an error.
3280         * doc/extend.texi (target_clones attribute): Document the
3281         restriction that GLIBC 2.23 or newer is needed on the PowerPC.
3282         (PowerPC built-in functions): Document that GLIBC 2.23 or newer is
3283         needed by __builtin_cpu_is and __builtin_cpu_supports.  Document
3284         the macros defined by GCC if the newer GLIBC is available.
3286 2017-07-12  Jeff Law  <law@redhat.com>
3288         * config/riscv/riscv.c: Remove unnecessary includes.  Reorder
3289         remaining includes slightly.
3290         * config/riscv/riscv-builtins.c: Include profile-count.h.
3292 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
3294         PR target/79883
3295         * config/avr/avr.c (avr_set_current_function): In diagnostic
3296         messages: Quote keywords and (parts of) identifiers.
3297         [WITH_AVRLIBC]: Warn for functions named "ISR", "SIGNAL" or
3298         "INTERUPT".
3300 2017-07-12  Carl Love  <cel@us.ibm.com>
3302         * config/rs6000/rs6000-c.c: Add support for built-in functions
3303         vector bool char vec_revb (vector bool char);
3304         vector bool short vec_revb (vector short char);
3305         vector bool int vec_revb (vector bool int);
3306         vector bool long long vec_revb (vector bool long long);
3307         * doc/extend.texi: Update the built-in documentation file for the
3308         new built-in functions.
3310 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3312         * config/s390/s390.md: Remove movcc splitter.
3314 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3316         * config/s390/s390.c (s390_rtx_costs): Return proper costs for
3317         load/store on condition.
3319 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
3321         PR target/81407
3322         * config/avr/avr.c (avr_encode_section_info)
3323         [progmem && !TREE_READONLY]: Error if progmem object needs
3324         constructing.
3326 2017-07-11  Michael Collison  <michael.collison@arm.com>
3328         * config/aarch64/aarch64-simd.md (aarch64_sub<mode>_compare0):
3329         New pattern.
3331 2017-07-11  Carl Love  <cel@us.ibm.com>
3333         * config/rs6000/rs6000-c.c: Add support for builtins
3334         vector unsigned int vec_parity_lsbb (vector signed int);
3335         vector unsigned int vec_parity_lsbb (vector unsigned int);
3336         vector unsigned __int128 vec_parity_lsbb (vector signed __int128);
3337         vector unsigned __int128 vec_parity_lsbb (vector unsigned __int128);
3338         vector unsigned long long vec_parity_lsbb (vector signed long long);
3339         vector unsigned long long vec_parity_lsbb (vector unsigned long long);
3340         * config/rs6000/rs6000-builtin.def (VPARITY_LSBB): Add BU_P9V_OVERLOAD1.
3341         * config/rs6000/altivec.h (vec_parity_lsbb): Add define.
3342         * doc/extend.texi: Update the built-in documentation file for the
3343         new built-in functions.
3345 2017-07-11  David Malcolm  <dmalcolm@redhat.com>
3347         * diagnostic-show-locus.c: Include "gcc-rich-location.h".
3348         (layout::m_primary_loc): New field.
3349         (layout::layout): Initialize new field.  Move location filtering
3350         logic from here to...
3351         (layout::maybe_add_location_range): ...this new method.  Add
3352         support for filtering to just the lines already specified by other
3353         locations.
3354         (layout::will_show_line_p): New method.
3355         (gcc_rich_location::add_location_if_nearby): New method.
3356         (selftest::test_add_location_if_nearby): New test function.
3357         (selftest::diagnostic_show_locus_c_tests): Call it.
3358         * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
3359         New method.
3361 2017-07-11  Tom de Vries  <tom@codesourcery.com>
3363         * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
3364         (bb_first_real_insn): New function.
3365         (nvptx_single): Add extra initialization of broadcasted condition
3366         variables.
3368 2017-07-11  Nathan Sidwell  <nathan@acm.org>
3370         * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
3372 2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
3374         * doc/extend.texi (AVR Function Attributes): Remove weblink to
3375         Binutils doc as TEXI will mess them up.
3376         * doc/invoke.texi (AVR Options): Same here.
3378 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
3380         * config/sparc/sparc.opt (mfix-ut700): New option.
3381         (mfix-gr712rc): Likewise.
3382         (sparc_fix_b2bst): New variable.
3383         * doc/invoke.texi (SPARC options): Document them.
3384         (ARM options): Fix warnings.
3385         * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
3386         instructions to prevent sequences that can trigger the store-store
3387         errata for certain LEON3FT processors.
3388         (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
3389         (sparc_option_override): Set sparc_fix_b2bst appropriately.
3390         * config/sparc/sparc.md (fix_b2bst): New attribute.
3391         (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
3393 2017-07-10  Uros Bizjak  <ubizjak@gmail.com>
3395         PR target/81375
3396         * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
3397         (rcpps): Ditto.
3398         (*rsqrtsf2_sse): Ditto.
3399         (rsqrtsf2): Ditto.
3400         (div<mode>3): Macroize insn from divdf3 and divsf3
3401         using MODEF mode iterator.
3403 2017-07-10  Martin Sebor  <msebor@redhat.com>
3405         PR tree-optimization/80397
3406         * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
3407         instead of testing for equality to INTEGER_TYPE.
3409 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
3411         * config.gcc: Remove uclibc from arc target spec.
3413 2017-07-10  Claudiu Zissulescu  <claziss@synopsys.com>
3415         * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
3417 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
3419         PR lto/80838
3420         * lto-wrapper.c (remove_option): New function.
3421         (merge_and_complain): Merge PIC/PIE options more realistically.
3423 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
3425         Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
3427         PR target/20296
3428         PR target/81268
3429         * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
3430         (HAVE_AS_AVR_MGCCISR_OPTION):  If so, AC_DEFINE it.
3431         * config.in: Regenerate.
3432         * configure: Regenerate.
3433         * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
3434         * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
3435         * config/avr/avr.opt (-mgas-isr-prologues): New option and...
3436         (TARGET_GASISR_PROLOGUES): ...target mask.
3437         * common/config/avr/avr-common.c
3438         (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
3439         Set -mgas-isr-prologues.
3440         * config/avr/avr-passes.def (avr_pass_pre_proep): Add
3441         INSERT_PASS_BEFORE for it.
3442         * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
3443         * config/avr/avr.c (avr_option_override)
3444         [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
3445         (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
3446         (avr_attribute_table) <no_gccisr>: Add new function attribute.
3447         (avr_set_current_function) <is_no_gccisr>: Init machine field.
3448         (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
3449         and rtl_opt_pass.
3450         (make_avr_pass_pre_proep): New function.
3451         (emit_push_sfr) <treg>: Add argument to function and use it
3452         instead of TMP_REG.
3453         (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
3454         and set machine->gasisr.yes.
3455         (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
3456         (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
3457         __gcc_isr.n_pushed to .L__stack_usage.
3458         (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
3459         (avr_asm_final_postscan_insn): ...this new static function.
3460         * config/avr/avr.h (machine_function)
3461         <is_no_gccisr, use_L__stack_usage>: New fields.
3462         <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
3463         * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
3464         (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
3465         (gasisr, *gasisr): New expander and insn.
3466         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
3467         [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
3468         * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
3470 2017-07-10  Richard Earnshaw  <rearnsha@arm.com>
3472         * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
3473         in quoted strings.
3475 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
3477         Move jump-tables out of .text again.
3479         PR target/81075
3480         * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
3481         (ASM_OUTPUT_ADDR_VEC): New function.
3482         (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
3483         (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
3484         INSN_ADDRESSes as asm comment.
3485         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
3486         (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
3487         (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
3488         * config/avr/avr.md (*tablejump): Adjust comment.
3489         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
3490         * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
3491         New detail.
3492         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
3493         (avr_output_addr_vec): New proto.
3494         (avr_log_t) <insn_addresses>: New field.
3496 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
3498         PR target/81313
3499         * config/i386/i386.c (ix86_function_arg_advance): Set
3500         outgoing_args_on_stack to true if there are outgoing arguments
3501         on stack.
3502         (ix86_function_arg): Likewise.
3503         (ix86_get_drap_rtx): Use DRAP only if there are outgoing
3504         arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
3505         * config/i386/i386.h (machine_function): Add
3506         outgoing_args_on_stack.
3508 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
3510         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
3511         supporting pthreds.
3512         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
3514 2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>
3516         * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
3517         (REAL_H): Remove $(MACHMODE_H).
3518         (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
3519         double-int.h.
3520         (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
3521         $(MACHMODE_H) and double-int.h.
3522         (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
3523         $(MACHMODE_H).
3524         (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
3525         double-int.h.
3527 2017-07-07  Andrew Pinski  <apinski@cavium.com>
3529         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
3530         prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
3532 2017-07-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
3534         * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
3535         Add warning if GCC was not configured to link against a GLIBC that
3536         exports the hardware capability bits.
3537         (make_resolver_func): Make resolver function private and not a
3538         COMDAT function.  Create the name with clone_function_name instead
3539         of make_unique_name.
3541         PR target/81348
3542         * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
3543         correct operand in doing the split.
3545 2017-07-07 Carl Love  <cel@us.ibm.com>
3547         * config/rs6000/rs6000-c: Add support for built-in function
3548         vector unsigned short vec_pack_to_short_fp32 (vector float,
3549                                                       vector float).
3550         * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
3551         BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
3552         * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
3553         * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
3554         (convert_4f32_8i16): Add define_expand.
3555         * doc/extend.texi: Update the built-in documentation file for the
3556         new built-in function.
3558 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3560         * config/sparc/m8.md: New file.
3561         * config/sparc/sparc.md: Include m8.md.
3563 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3565         * config/sparc/sparc.opt: New option -mvis4b.
3566         * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
3567         (sparc_option_override): Handle VIS4B.
3568         (enum sparc_builtins): Define
3569         SPARC_BUILTIN_DICTUNPACK{8,16,32},
3570         SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
3571         SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
3572         SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
3573         SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
3574         (check_constant_argument): New function.
3575         (sparc_vis_init_builtins): Define builtins
3576         __builtin_vis_dictunpack{8,16,32},
3577         __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
3578         __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
3579         __builtin_vis_fpcmpde{8,16,32}shl and
3580         __builtin_vis_fpcmpur{8,16,32}shl.
3581         (sparc_expand_builtin): Check that the constant operands to
3582         __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
3583         constant and in range.
3584         * config/sparc/sparc-c.c (sparc_target_macros): Handle
3585         TARGET_VIS4B.
3586         * config/sparc/sparc.h (SPARC_IMM2_P): Define.
3587         (SPARC_IMM5_P): Likewise.
3588         * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
3589         (enabled): Handle vis4b.
3590         (UNSPEC_DICTUNPACK): New unspec.
3591         (UNSPEC_FPCMPSHL): Likewise.
3592         (UNSPEC_FPUCMPSHL): Likewise.
3593         (UNSPEC_FPCMPDESHL): Likewise.
3594         (UNSPEC_FPCMPURSHL): Likewise.
3595         (cpu_feature): New CPU feature `vis4b'.
3596         (dictunpack{8,16,32}): New insns.
3597         (FPCSMODE): New mode iterator.
3598         (fpcscond): New code iterator.
3599         (fpcsucond): Likewise.
3600         (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
3601         (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
3602         (fpcmpde{8,16,32}{si,di}shl): Likewise.
3603         (fpcmpur{8,16,32}{si,di}shl): Likewise.
3604         * config/sparc/constraints.md: Define constraints `q' for unsigned
3605         2-bit integer constants and `t' for unsigned 5-bit integer
3606         constants.
3607         * config/sparc/predicates.md (imm5_operand_dictunpack8): New
3608         predicate.
3609         (imm5_operand_dictunpack16): Likewise.
3610         (imm5_operand_dictunpack32): Likewise.
3611         (imm2_operand): Likewise.
3612         * doc/invoke.texi (SPARC Options): Document -mvis4b.
3613         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
3614         ditunpack* and fpcmp*shl builtins.
3616 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3618         * config.gcc: Handle m8 in --with-{cpu,tune} options.
3619         * config.in: Add HAVE_AS_SPARC6 define.
3620         * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
3621         M8.
3622         * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
3623         TARGET_CPU_m8.
3624         (ASM_CPU32_DEFAUILT_SPEC): Likewise.
3625         (CPP_CPU_SPEC): Handle m8.
3626         (ASM_CPU_SPEC): Likewise.
3627         * config/sparc/sparc-opts.h (enum processor_type): Add
3628         PROCESSOR_M8.
3629         * config/sparc/sparc.c (m8_costs): New struct.
3630         (sparc_option_override): Handle TARGET_CPU_m8.
3631         (sparc32_initialize_trampoline): Likewise.
3632         (sparc64_initialize_trampoline): Likewise.
3633         (sparc_issue_rate): Likewise.
3634         (sparc_register_move_cost): Likewise.
3635         * config/sparc/sparc.h (TARGET_CPU_m8): Define.
3636         (CPP_CPU64_DEFAULT_SPEC): Define for M8.
3637         (ASM_CPU64_DEFAULT_SPEC): Likewise.
3638         (CPP_CPU_SPEC): Handle M8.
3639         (ASM_CPU_SPEC): Likewise.
3640         (AS_M8_FLAG): Define.
3641         * config/sparc/sparc.md: Add m8 to the cpu attribute.
3642         * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
3643         * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
3644         M8 instructions.
3645         * configure: Regenerate.
3646         * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
3647         -mtune=m8.
3649 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3651         * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
3652         subtypes.
3653         * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
3654         ("*movdi_insn_sp32"): Do not set v3pipe.
3655         ("*movsi_insn"): Likewise.
3656         ("*movdi_insn_sp64"): Likewise.
3657         ("*movsf_insn"): Likewise.
3658         ("*movdf_insn_sp32"): Likewise.
3659         ("*movdf_insn_sp64"): Likewise.
3660         ("*zero_extendsidi2_insn_sp64"): Likewise.
3661         ("*sign_extendsidi2_insn"): Likewise.
3662         ("*mov<VM32:mode>_insn"): Likewise.
3663         ("*mov<VM64:mode>_insn_sp64"): Likewise.
3664         ("*mov<VM64:mode>_insn_sp32"): Likewise.
3665         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
3666         ("<vlop:code><VL:mode>3"): Likewise.
3667         ("*not_<vlop:code><VL:mode>3"): Likewise.
3668         ("*nand<VL:mode>_vis"): Likewise.
3669         ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
3670         ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
3671         ("one_cmpl<VL:mode>2"): Likewise.
3672         ("faligndata<VM64:mode>_vis"): Likewise.
3673         ("alignaddrsi_vis"): Likewise.
3674         ("alignaddrdi_vis"): Likweise.
3675         ("alignaddrlsi_vis"): Likewise.
3676         ("alignaddrldi_vis"): Likewise.
3677         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
3678         ("bmaskdi_vis"): Likewise.
3679         ("bmasksi_vis"): Likewise.
3680         ("bshuffle<VM64:mode>_vis"): Likewise.
3681         ("cmask8<P:mode>_vis"): Likewise.
3682         ("cmask16<P:mode>_vis"): Likewise.
3683         ("cmask32<P:mode>_vis"): Likewise.
3684         ("pdistn<P:mode>_vis"): Likewise.
3685         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
3687 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3689         * config/sparc/sparc.md ("subtype"): New insn attribute.
3690         ("*wrgsr_sp64"): Set insn subtype.
3691         ("*rdgsr_sp64"): Likewise.
3692         ("alignaddrsi_vis"): Likewise.
3693         ("alignaddrdi_vis"): Likewise.
3694         ("alignaddrlsi_vis"): Likewise.
3695         ("alignaddrldi_vis"): Likewise.
3696         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
3697         ("fexpand_vis"): Likewise.
3698         ("fpmerge_vis"): Likewise.
3699         ("faligndata<VM64:mode>_vis"): Likewise.
3700         ("bshuffle<VM64:mode>_vis"): Likewise.
3701         ("cmask8<P:mode>_vis"): Likewise.
3702         ("cmask16<P:mode>_vis"): Likewise.
3703         ("cmask32<P:mode>_vis"): Likewise.
3704         ("fchksm16_vis"): Likewise.
3705         ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
3706         ("fmean16_vis"): Likewise.
3707         ("fp<plusminus_insn>64_vis"): Likewise.
3708         ("<plusminus_insn>v8qi3"): Likewise.
3709         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
3710         ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
3711         ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
3712         ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
3713         ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
3714         ("*movqi_insn"): Likewise.
3715         ("*movhi_insn"): Likewise.
3716         ("*movsi_insn"): Likewise.
3717         ("movsi_pic_gotdata_op"): Likewise.
3718         ("*movdi_insn_sp32"): Likewise.
3719         ("*movdi_insn_sp64"): Likewise.
3720         ("movdi_pic_gotdata_op"): Likewise.
3721         ("*movsf_insn"): Likewise.
3722         ("*movdf_insn_sp32"): Likewise.
3723         ("*movdf_insn_sp64"): Likewise.
3724         ("*zero_extendhisi2_insn"): Likewise.
3725         ("*zero_extendqihi2_insn"): Likewise.
3726         ("*zero_extendqisi2_insn"): Likewise.
3727         ("*zero_extendqidi2_insn"): Likewise.
3728         ("*zero_extendhidi2_insn"): Likewise.
3729         ("*zero_extendsidi2_insn_sp64"): Likewise.
3730         ("ldfsr"): Likewise.
3731         ("prefetch_64"): Likewise.
3732         ("prefetch_32"): Likewise.
3733         ("tie_ld32"): Likewise.
3734         ("tie_ld64"): Likewise.
3735         ("*tldo_ldub_sp32"): Likewise.
3736         ("*tldo_ldub1_sp32"): Likewise.
3737         ("*tldo_ldub2_sp32"): Likewise.
3738         ("*tldo_ldub_sp64"): Likewise.
3739         ("*tldo_ldub1_sp64"): Likewise.
3740         ("*tldo_ldub2_sp64"): Likewise.
3741         ("*tldo_ldub3_sp64"): Likewise.
3742         ("*tldo_lduh_sp32"): Likewise.
3743         ("*tldo_lduh1_sp32"): Likewise.
3744         ("*tldo_lduh_sp64"): Likewise.
3745         ("*tldo_lduh1_sp64"): Likewise.
3746         ("*tldo_lduh2_sp64"): Likewise.
3747         ("*tldo_lduw_sp32"): Likewise.
3748         ("*tldo_lduw_sp64"): Likewise.
3749         ("*tldo_lduw1_sp64"): Likewise.
3750         ("*tldo_ldx_sp64"): Likewise.
3751         ("*mov<VM32:mode>_insn"): Likewise.
3752         ("*mov<VM64:mode>_insn_sp64"): Likewise.
3753         ("*mov<VM64:mode>_insn_sp32"): Likewise.
3755 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3757         * config/sparc/sparc.md ("type"): New insn type viscmp.
3758         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
3759         viscmp.
3760         ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
3761         ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
3762         ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
3763         * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
3764         viscmp.
3765         ("n7_vis_logical_11cycle"): Likewise.
3766         * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
3767         * config/sparc/niagara2.md ("niag3_vis": Likewise.
3768         * config/sparc/niagara.md ("niag_vis"): Likewise.
3769         * config/sparc/ultra3.md ("us3_fga"): Likewise.
3770         * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
3772 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3774         * config/sparc/sparc.md: New instruction type `bmask'.
3775         (bmaskdi_vis): Use the `bmask' type.
3776         (bmasksi_vis): Likewise.
3777         * config/sparc/ultra3.md (us3_array): Likewise.
3778         * config/sparc/niagara7.md (n7_array): Likewise.
3779         * config/sparc/niagara4.md (n4_array): Likewise.
3780         * config/sparc/niagara2.md (niag2_vis): Likewise.
3781         (niag3_vis): Likewise.
3782         * config/sparc/niagara.md (niag_vis): Likewise.
3784 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
3786         * ipa-comdats.c: Remove optimize check from gate.
3787         * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
3788         for functions not optimized.
3789         (ipa_fn_summary_read): Skip optimize check.
3790         (ipa_fn_summary_write): Likewise.
3791         * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
3792         is optimized.
3793         * ipa-inline.c (can_inline_edge_p): Not optimized functions are
3794         uninlinable.
3795         (can_inline_edge_p): Check flag_pcc_struct_return for match.
3796         (check_callers): Give up on caller which is not optimized.
3797         (inline_small_functions): Likewise.
3798         (ipa_inline): Do not give up when not optimizing.
3799         * ipa-visbility.c (function_and_variable_visibility): Do not optimize
3800         away unoptimizes cdtors.
3801         (whole_program_function_and_variable_visibility): Do
3802         ipa_discover_readonly_nonaddressable_vars in LTO mode.
3803         * ipa.c (process_references): Do not check optimize.
3804         (symbol_table::remove_unreachable_nodes): Update optimize check.
3805         (set_writeonly_bit): Update optimize check.
3806         (pass_ipa_cdtor_merge::gate): Do not check optimize.
3807         (pass_ipa_single_use::gate): Remove.
3809 2017-07-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3811         * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
3812         insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
3813         rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
3814         mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
3815         permute_load, permute_store, adjust_extract, adjust_splat,
3816         adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
3817         replace_swap_with_copy, dump_swap_insn_table,
3818         alignment_with_canonical_addr, alignment_mask, find_alignment_op,
3819         recombine_lvx_pattern, recombine_stvx_pattern,
3820         recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
3821         make_pass_analyze_swaps): Move all code related to p8 swap optimizations
3822         to file rs6000-p8swap.c.
3823         * config/rs6000/rs6000-p8swap.c: New file.
3824         * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
3825         * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
3826         and rs6000*-*-* targets.
3828 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
3830         * Makefile.in (selftest): Remove dependency on s-selftest-c++.
3832 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
3834         * lto-wrapper.c (merge_and_complain): Do not merge
3835         fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
3836         fsigned_zeros, ftrapping_math, fwrapv.
3837         (append_compiler_options): Do not track these options.
3838         (append_linker_options): Likewie
3840 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
3842         * cgraphunit.c (cgraph_node::finalize_function): When
3843         !flag_toplevel_reorde set no_reorder flag.
3844         (varpool_node::finalize_decl): Likewise.
3845         (symbol_table::compile): Drop no toplevel reorder path.
3847 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
3849         * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
3850         edges; zero probability is not better than uninitialized.
3852 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
3854         * asan.h (asan_sanitize_allocas_p): Declare.
3855         * asan.c (asan_sanitize_allocas_p): New function.
3856         (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
3857         (handle_builtin_alloca): Likewise.
3858         * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
3859         if !asan_sanitize_allocas_p.
3860         * params.def (asan-instrument-allocas): Add new option.
3861         * params.h (ASAN_PROTECT_ALLOCAS): Define.
3862         * opts.c (common_handle_option): Disable allocas sanitization for
3863         KASan by default.
3865 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
3867         * asan.c: Include gimple-fold.h.
3868         (get_last_alloca_addr): New function.
3869         (handle_builtin_stackrestore): Likewise.
3870         (handle_builtin_alloca): Likewise.
3871         (asan_emit_allocas_unpoison): Likewise.
3872         (get_mem_refs_of_builtin_call): Add new parameter, remove const
3873         quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
3874         BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
3875         (instrument_builtin_call): Pass gimple iterator to
3876         get_mem_refs_of_builtin_call.
3877         (last_alloca_addr): New global.
3878         * asan.h (asan_emit_allocas_unpoison): Declare.
3879         * builtins.c (expand_asan_emit_allocas_unpoison): New function.
3880         (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
3881         * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
3882         if function calls alloca.
3883         * gimple-fold.c (replace_call_with_value): Remove static keyword.
3884         * gimple-fold.h (replace_call_with_value): Declare.
3885         * internal-fn.c: Include asan.h.
3886         * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
3887         BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
3889 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
3891         * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
3892         (C_SELFTEST_FLAGS): New.
3893         (CPP_SELFTEST_FLAGS): New.
3894         (SELFTEST_DEPS): New, from deps of s-selftest.
3895         (C_SELFTEST_DEPS): New, from deps of s-selftest.
3896         (CPP_SELFTEST_DEPS): New.
3897         (selftest): Add dependency on s-selftest-c++.
3898         (s-selftest): Rename to...
3899         (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
3900         and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
3901         than SELFTEST_FLAGS.
3902         (selftest-gdb): Rename to...
3903         (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
3904         C_SELFTEST_FLAGS.
3905         (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
3906         (selftest-valgrind): Rename to...
3907         (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
3908         C_SELFTEST_FLAGS.
3909         (selftest-valgrind): Reintroduce as an alias for
3910         selftest-c-valgrind.
3911         (s-selftest-c++): New.
3912         (selftest-c++-gdb): New.
3913         (selftest-c++-valgrind): New.
3915 2017-07-06  Olivier Hainque  <hainque@adacore.com>
3917         * gcc.c (process_command): When deciding if undefined variables
3918         should be ignored when processing specs, accept "gcc -v" as well.
3920 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
3922         * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
3923         afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
3925 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3927         * config/arm/arm-cpus.in (armv8-r): Add new entry.
3928         * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
3929         * config/arm/arm-tables.opt: Regenerate.
3930         * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
3931         enumerator.
3932         * doc/invoke.texi: Mention -march=armv8-r and its extensions.
3934 2017-07-06  Carl Love  <cel@us.ibm.com>
3936         * ChangeLog: Clean up from mid air collision
3938 2017-07-06  Carl Love  <cel@us.ibm.com>
3940         * config/rs6000/rs6000-c.c: Add support for built-in functions
3941         vector signed int vec_subc (vector signed int, vector signed int);
3942         vector signed __int128 vec_subc (vector signed __int128,
3943                                          vector signed __int128);
3944         vector unsigned __int128 vec_subc (vector unsigned __int128,
3945                                            vector unsigned __int128);
3946         vector signed int vec_sube (vector signed int, vector signed int,
3947                                     vector signed int);
3948         vector unsigned int vec_sube (vector unsigned int,
3949                                       vector unsigned int,
3950                                       vector unsigned int);
3951         vector signed __int128 vec_sube (vector signed __int128,
3952                                          vector signed __int128,
3953                                          vector signed__int128);
3954         vector unsigned __int128 vec_sube (vector unsigned __int128,
3955                                            vector unsigned __int128,
3956                                            vector unsigned __int128);
3957         vector signed int vec_subec (vector signed int, vector signed int,
3958                                      vector signed int);
3959         vector unsigned int vec_subec (vector unsigned int,
3960                                        vector unsigned int,
3961                                        vector unsigned int);
3962         vector signed __int128 vec_subec (vector signed __int128,
3963                                           vector signed __int128,
3964                                           vector signed__int128);
3965         vector unsigned __int128 vec_subec (vector unsigned __int128,
3966                                             vector unsigned __int128,
3967                                             vector unsigned __int128);
3968         * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
3969         ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
3970         * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
3971         BU_ALTIVEC_OVERLOAD_X definitions.
3972         * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
3973         * doc/extend.texi: Update the built-in documentation file for the new
3974         built-in functions.
3976 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
3978         PR c++/79300
3979         * diagnostic-show-locus.c (layout::layout): Use start and finish
3980         spelling location for the start and finish of each range.
3981         * genmatch.c (linemap_client_expand_location_to_spelling_point):
3982         Add unused aspect param.
3983         * input.c (expand_location_1): Add "aspect" param, and use it
3984         to access the correct part of the location.
3985         (expand_location): Pass LOCATION_ASPECT_CARET to new param of
3986         expand_location_1.
3987         (expand_location_to_spelling_point): Likewise.
3988         (linemap_client_expand_location_to_spelling_point): Add "aspect"
3989         param, and pass it to expand_location_1.
3991 2017-07-06  Sebastian Peryt  <sebastian.peryt@intel.com>
3993         * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
3994         _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
3995         _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
3996         _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
3997         _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
3998         _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
3999         _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
4000         _mm_maskz_getmant_ss): New intrinsics.
4001         (__builtin_ia32_getexpss128_mask): Changed to ...
4002         __builtin_ia32_getexpss128_round ... this.
4003         (__builtin_ia32_getexpsd128_mask): Changed to ...
4004         __builtin_ia32_getexpsd128_round ... this.
4005         * config/i386/i386-builtin-types.def
4006         ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
4007         (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
4008         * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
4009         __builtin_ia32_getexpss_mask_round,     __builtin_ia32_getmantsd_mask_round,
4010         __builtin_ia32_getmantss_mask_round): New builtins.
4011         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
4012         V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
4013         (CODE_FOR_avx512f_vgetmantv2df_mask_round,
4014         CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
4015         * config/i386/sse.md
4016         (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
4017         avx512f_sgetexp<mode><mask_scalar_name>
4018         <round_saeonly_scalar_name> ... this.
4019         (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
4020         %0, %1, %2<round_saeonly_op3>}): Changed to ...
4021         vgetexp<ssescalarmodesuffix>
4022         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
4023         %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
4024         (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
4025         avx512f_vgetmant<mode><mask_scalar_name>
4026         <round_saeonly_scalar_name> ... this.
4027         (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
4028         %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
4029         vgetmant<ssescalarmodesuffix>
4030         \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
4031         %0<mask_scalar_operand4>, %1, %2
4032         <round_saeonly_scalar_mask_op4>, %3} ... this.
4033         * config/i386/subst.md (mask_scalar_operand4,
4034         round_saeonly_scalar_mask_operand4,     round_saeonly_scalar_mask_op4,
4035         round_saeonly_scalar_nimm_predicate): New subst attributes.
4037 2017-07-06  Julia Koval  <julia.koval@intel.com>
4039         * config/i386/i386.c (ix86_erase_embedded_rounding):
4040         Remove code for old rounding pattern.
4042 2017-07-06  Richard Earnshaw  <rearnsha@arm.com>
4044         * config/arm/t-arm (GTM_H): Add arm-cpu.h.
4046 2017-07-06  Christophe Lyon  <christophe.lyon@linaro.org>
4048         * doc/sourcebuild.texi (Test Directives, Variants of
4049         dg-require-support): Add documentation for dg-require-stack-check.
4051 2017-07-05  Sebastian Peryt  <sebastian.peryt@intel.com>
4053         * config/i386/subst.md (mask_scalar, round_scalar,
4054         round_saeonly_scalar): New meta-templates.
4055         (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
4056         round_scalar_mask_operand3, round_scalar_mask_op3,
4057         round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
4058         round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
4059         round_saeonly_scalar_constraint,
4060         round_saeonly_scalar_prefix): New subst attribute.
4061         * config/i386/sse.md
4062         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
4063         <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
4064         <round_scalar_name> ... this.
4065         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
4066         <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
4067         <round_scalar_name> ... this.
4068         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
4069         <sse>_vm<code><mode>3<mask_scalar_name>
4070         <round_saeonly_scalar_name> ... this.
4071         (v<plusminus_mnemonic><ssescalarmodesuffix>
4072         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
4073         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
4074         v<plusminus_mnemonic><ssescalarmodesuffix>
4075         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
4076         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
4077         (v<multdiv_mnemonic><ssescalarmodesuffix>
4078         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
4079         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
4080         v<multdiv_mnemonic><ssescalarmodesuffix>
4081         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
4082         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
4083         (v<maxmin_float><ssescalarmodesuffix>
4084         \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
4085         %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
4086         v<maxmin_float><ssescalarmodesuffix>
4087         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
4088         %0<mask_scalar_operand3>, %1, %<iptr>2
4089         <round_saeonly_scalar_mask_op3>} ... this.
4091 2017-07-05  Richard Earnshaw  <rearnsha@arm.com>
4093         * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
4094         (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
4096 2017-07-05  Richard Sandiford  <richard.sandiford@linaro.org>
4097             Alan Hayward  <alan.hayward@arm.com>
4098             David Sherwood  <david.sherwood@arm.com>
4100         * combine.c (simplify_if_then_else): Remove "enum" before
4101         "machine_mode".
4102         * compare-elim.c (can_eliminate_compare): Likewise.
4103         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
4104         Likewise.
4105         (aarch64_lookup_simd_builtin_type): Likewise.
4106         (aarch64_simd_builtin_type): Likewise.
4107         (aarch64_init_simd_builtin_types): Likewise.
4108         (aarch64_simd_expand_args): Likewise.
4109         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
4110         Likewise.
4111         (aarch64_reverse_mask): Likewise.
4112         (aarch64_simd_emit_reg_reg_move): Likewise.
4113         (aarch64_gen_adjusted_ldpstp): Likewise.
4114         (aarch64_ccmp_mode_to_code): Likewise.
4115         (aarch64_operands_ok_for_ldpstp): Likewise.
4116         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
4117         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
4118         Likewise.
4119         (aarch64_min_divisions_for_recip_mul): Likewise.
4120         (aarch64_reassociation_width): Likewise.
4121         (aarch64_get_condition_code_1): Likewise.
4122         (aarch64_simd_emit_reg_reg_move): Likewise.
4123         (aarch64_simd_attr_length_rglist): Likewise.
4124         (aarch64_reverse_mask): Likewise.
4125         (aarch64_operands_ok_for_ldpstp): Likewise.
4126         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
4127         (aarch64_gen_adjusted_ldpstp): Likewise.
4128         * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
4129         Likewise.
4130         * config/arc/arc.c (legitimate_offset_address_p): Likewise.
4131         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
4132         (arm_lookup_simd_builtin_type): Likewise.
4133         (arm_simd_builtin_type): Likewise.
4134         (arm_init_simd_builtin_types): Likewise.
4135         (arm_expand_builtin_args): Likewise.
4136         * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
4137         * config/ft32/ft32.c (ft32_libcall_value): Likewise.
4138         (ft32_setup_incoming_varargs): Likewise.
4139         (ft32_function_arg): Likewise.
4140         (ft32_function_arg_advance): Likewise.
4141         (ft32_pass_by_reference): Likewise.
4142         (ft32_arg_partial_bytes): Likewise.
4143         (ft32_valid_pointer_mode): Likewise.
4144         (ft32_addr_space_pointer_mode): Likewise.
4145         (ft32_addr_space_legitimate_address_p): Likewise.
4146         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
4147         Likewise.
4148         * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
4149         (ix86_emit_outlined_ms2sysv_restore): Likewise.
4150         (iamcu_alignment): Likewise.
4151         (canonicalize_vector_int_perm): Likewise.
4152         (ix86_noce_conversion_profitable_p): Likewise.
4153         (ix86_mpx_bound_mode): Likewise.
4154         (ix86_operands_ok_for_move_multiple): Likewise.
4155         * config/microblaze/microblaze-protos.h
4156         (microblaze_expand_conditional_branch_reg): Likewise.
4157         * config/microblaze/microblaze.c
4158         (microblaze_expand_conditional_branch_reg): Likewise.
4159         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
4160         Likewise.
4161         (rs6000_reassociation_width): Likewise.
4162         (rs6000_invalid_binary_op): Likewise.
4163         (fusion_p9_p): Likewise.
4164         (emit_fusion_p9_load): Likewise.
4165         (emit_fusion_p9_store): Likewise.
4166         * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
4167         Likewise.
4168         (riscv_hard_regno_mode_ok_p): Likewise.
4169         (riscv_address_insns): Likewise.
4170         (riscv_split_symbol): Likewise.
4171         (riscv_legitimize_move): Likewise.
4172         (riscv_function_value): Likewise.
4173         (riscv_hard_regno_nregs): Likewise.
4174         (riscv_expand_builtin): Likewise.
4175         * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
4176         (riscv_build_integer): Likewise.
4177         (riscv_split_integer): Likewise.
4178         (riscv_legitimate_constant_p): Likewise.
4179         (riscv_cannot_force_const_mem): Likewise.
4180         (riscv_regno_mode_ok_for_base_p): Likewise.
4181         (riscv_valid_base_register_p): Likewise.
4182         (riscv_valid_offset_p): Likewise.
4183         (riscv_valid_lo_sum_p): Likewise.
4184         (riscv_classify_address): Likewise.
4185         (riscv_legitimate_address_p): Likewise.
4186         (riscv_address_insns): Likewise.
4187         (riscv_load_store_insns): Likewise.
4188         (riscv_force_binary): Likewise.
4189         (riscv_split_symbol): Likewise.
4190         (riscv_force_address): Likewise.
4191         (riscv_legitimize_address): Likewise.
4192         (riscv_move_integer): Likewise.
4193         (riscv_legitimize_const_move): Likewise.
4194         (riscv_legitimize_move): Likewise.
4195         (riscv_address_cost): Likewise.
4196         (riscv_subword): Likewise.
4197         (riscv_output_move): Likewise.
4198         (riscv_canonicalize_int_order_test): Likewise.
4199         (riscv_emit_int_order_test): Likewise.
4200         (riscv_function_arg_boundary): Likewise.
4201         (riscv_pass_mode_in_fpr_p): Likewise.
4202         (riscv_pass_fpr_single): Likewise.
4203         (riscv_pass_fpr_pair): Likewise.
4204         (riscv_get_arg_info): Likewise.
4205         (riscv_function_arg): Likewise.
4206         (riscv_function_arg_advance): Likewise.
4207         (riscv_arg_partial_bytes): Likewise.
4208         (riscv_function_value): Likewise.
4209         (riscv_pass_by_reference): Likewise.
4210         (riscv_setup_incoming_varargs): Likewise.
4211         (riscv_print_operand): Likewise.
4212         (riscv_elf_select_rtx_section): Likewise.
4213         (riscv_save_restore_reg): Likewise.
4214         (riscv_for_each_saved_reg): Likewise.
4215         (riscv_register_move_cost): Likewise.
4216         (riscv_hard_regno_mode_ok_p): Likewise.
4217         (riscv_hard_regno_nregs): Likewise.
4218         (riscv_class_max_nregs): Likewise.
4219         (riscv_memory_move_cost): Likewise.
4220         * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
4221         * config/rl78/rl78.c (rl78_split_movsi): Likewise.
4222         (rl78_addr_space_address_mode): Likewise.
4223         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4224         Likewise.
4225         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
4226         (rs6000_reassociation_width): Likewise.
4227         (rs6000_invalid_binary_op): Likewise.
4228         (fusion_p9_p): Likewise.
4229         (emit_fusion_p9_load): Likewise.
4230         (emit_fusion_p9_store): Likewise.
4231         * config/visium/visium-protos.h (prepare_move_operands): Likewise.
4232         (ok_for_simple_move_operands): Likewise.
4233         (ok_for_simple_move_strict_operands): Likewise.
4234         (ok_for_simple_arith_logic_operands): Likewise.
4235         (visium_legitimize_reload_address): Likewise.
4236         (visium_select_cc_mode): Likewise.
4237         (output_cbranch): Likewise.
4238         (visium_split_double_move): Likewise.
4239         (visium_expand_copysign): Likewise.
4240         (visium_expand_int_cstore): Likewise.
4241         (visium_expand_fp_cstore): Likewise.
4242         * config/visium/visium.c (visium_pass_by_reference): Likewise.
4243         (visium_function_arg): Likewise.
4244         (visium_function_arg_advance): Likewise.
4245         (visium_libcall_value): Likewise.
4246         (visium_setup_incoming_varargs): Likewise.
4247         (visium_legitimate_constant_p): Likewise.
4248         (visium_legitimate_address_p): Likewise.
4249         (visium_legitimize_address): Likewise.
4250         (visium_secondary_reload): Likewise.
4251         (visium_register_move_cost): Likewise.
4252         (visium_memory_move_cost): Likewise.
4253         (prepare_move_operands): Likewise.
4254         (ok_for_simple_move_operands): Likewise.
4255         (ok_for_simple_move_strict_operands): Likewise.
4256         (ok_for_simple_arith_logic_operands): Likewise.
4257         (visium_function_value_1): Likewise.
4258         (rtx_ok_for_offset_p): Likewise.
4259         (visium_legitimize_reload_address): Likewise.
4260         (visium_split_double_move): Likewise.
4261         (visium_expand_copysign): Likewise.
4262         (visium_expand_int_cstore): Likewise.
4263         (visium_expand_fp_cstore): Likewise.
4264         (visium_split_cstore): Likewise.
4265         (visium_select_cc_mode): Likewise.
4266         (visium_split_cbranch): Likewise.
4267         (output_cbranch): Likewise.
4268         (visium_print_operand_address): Likewise.
4269         * expmed.c (flip_storage_order): Likewise.
4270         * expmed.h (emit_cstore): Likewise.
4271         (flip_storage_order): Likewise.
4272         * genrecog.c (validate_pattern): Likewise.
4273         * hsa-gen.c (gen_hsa_addr): Likewise.
4274         * internal-fn.c (expand_arith_overflow): Likewise.
4275         * ira-color.c (allocno_copy_cost_saving): Likewise.
4276         * lra-assigns.c (find_hard_regno_for_1): Likewise.
4277         * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
4278         (process_invariant_for_inheritance): Likewise.
4279         * lra-eliminations.c (move_plus_up): Likewise.
4280         * omp-low.c (lower_oacc_reductions): Likewise.
4281         * simplify-rtx.c (simplify_subreg): Likewise.
4282         * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
4283         (TARGET_CHKP_BOUND_MODE): Likewise..
4284         * targhooks.c (default_chkp_bound_mode): Likewise.
4285         (default_setup_incoming_vararg_bounds): Likewise.
4286         * targhooks.h (default_chkp_bound_mode): Likewise.
4287         (default_setup_incoming_vararg_bounds): Likewise.
4288         * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
4289         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
4290         (have_whole_vector_shift): Likewise.
4291         * tree-vect-stmts.c (vectorizable_load): Likewise.
4292         * doc/tm.texi: Regenerate.
4294 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
4296         Graceful degrade if Binutils PR21472 is not available.
4298         PR target/81072
4299         * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
4300         .rodata in flash test fails.
4301         (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
4302         * confgure: Regenerate.
4303         * config.in: Regenerate.
4304         * config/avr/avr.c (avr_asm_named_section)
4305         [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
4306         __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
4307         (avr_asm_init_sections): Same.
4309 2017-07-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4311         * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
4312         (fma<VH:mode>4_intrinsic): Likewise.
4313         (*fmsub<VCVTF:mode>4): Likewise.
4314         (*fmsub<VH:mode>4_intrinsic): Likewise.
4316 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
4318         PR target/81305
4319         * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
4320         Don't depend on "optimize > 0".
4321         (out_movhi_r_mr, out_movqi_mr_r): Same.
4322         (out_movhi_mr_r, out_movqi_r_mr): Same.
4323         (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
4324         io_address_operand on "optimize > 0".
4326 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4328         * tree-loop-distribution.c: Add general explanantion on the pass.
4329         (generate_loops_for_partition): Mark distributed loop.
4330         (pg_add_dependence_edges): New parameter.  Handle alias data
4331         dependence specially and record it in the parameter if asked.
4332         (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
4333         (init_partition_graph_vertices, add_partition_graph_edge): New.
4334         (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
4335         (free_partition_graph_vdata, build_partition_graph): New.
4336         (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
4337         (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
4338         (data_ref_segment_size, latch_dominated_by_data_ref): New.
4339         (compute_alias_check_pairs, version_loop_by_alias_check): New.
4340         (version_for_distribution_p, finalize_partitions): New.
4341         (distribute_loop): Handle alias data dependence specially.  Factor
4342         out loop fusion code as functions and call these functions.
4344 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4346         * tree-loop-distribution.c (classify_partition): New parameter and
4347         better handle reduction statement.
4348         (rdg_build_partitions): Revise comment.
4349         (distribute_loop): Compute statements in all partitions and pass it
4350         to classify_partition.
4352 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4354         * tree-loop-distribution.c (enum partition_type): New.
4355         (struct partition): New field type.
4356         (partition_merge_into): Add parameter.  Update partition type.
4357         (data_dep_in_cycle_p, update_type_for_merge): New functions.
4358         (build_rdg_partition_for_vertex): Compute partition type.
4359         (rdg_build_partitions): Dump partition type.
4360         (distribute_loop): Update calls to partition_merge_into.
4362 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4364         * tree-loop-distribution.c (struct ddr_hasher): New.
4365         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
4366         (ddrs_table): New.
4367         (classify_partition): Call get_data_dependence.
4368         (pg_add_dependence_edges): Ditto.
4369         (distribute_loop): Release data dependence hash table.
4371 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4373         * tree-loop-distribution.c (ref_base_address): Delete.
4374         (similar_memory_accesses): Rename ...
4375         (share_memory_accesses): ... to this.  Check if partitions access
4376         the same memory reference.
4377         (distribute_loop): Call share_memory_accesses.
4379 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4381         * tree-loop-distribution.c (struct partition): New field recording
4382         its data reference.
4383         (partition_alloc, partition_free): Init and release data refs.
4384         (partition_merge_into): Merge data refs.
4385         (build_rdg_partition_for_vertex): Collect data refs for partition.
4386         (pg_add_dependence_edges): Change parameters from vector to bitmap.
4387         Update uses.
4388         (distribute_loop): Remve data refs from vertice data of partition
4389         graph.
4391 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4393         * tree-loop-distribution.c (params.h): Include header file.
4394         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
4395         (datarefs_vec): New global var.
4396         (create_rdg_vertices): Use datarefs_vec directly.
4397         (free_rdg): Don't free data references.
4398         (build_rdg): Update use.  Don't free data references.
4399         (distribute_loop): Compute global variable for data references.
4400         Bail out if there are too many data references.
4402 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4404         * tree-loop-distribution.c (loop_nest): New global var.
4405         (build_rdg): Use loop directly, rather than loop nest.
4406         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
4407         variable directly.
4408         (distribute_loop): Compute global variable loop nest.  Update use.
4410 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4412         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
4413         (partition_merge_into): New parameter.  Dump reason for fusion.
4414         (distribute_loop): Update use of partition_merge_into.
4416 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4418         * tree-loop-distribution.c (bb_top_order_index): New.
4419         (bb_top_order_index_size, bb_top_order_cmp): New.
4420         (stmts_from_loop): Use topological order.
4421         (pass_loop_distribution::execute): Compute and release topological
4422         order for basic blocks.
4424 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4426         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
4427         if no loops.
4429 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4431         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
4432         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
4433         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
4434         * internal-fn.def (LOOP_DIST_ALIAS): New.
4435         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
4436         (fold_loop_internal_call): ... this.
4437         (vect_loop_dist_alias_call): New function.
4438         (set_uid_loop_bbs): Call fold_loop_internal_call.
4439         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
4440         internal calls.
4442 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
4444         PR target/81300
4445         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
4446         Require dead FLAGS_REG at the beginning of a peephole.
4448 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
4450         PR target/81294
4451         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
4452         arguments in the call to __builtin_ia32_sbb_u32.
4453         (_subborrow_u64): Swap _X and _Y arguments in the call to
4454         __builtin_ia32_sbb_u64.
4456 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
4458         PR debug/81278
4459         * tree-vrp.c (compare_assert_loc): Turn into a function template
4460         with stable template parameter.  Only test if a->e is NULL,
4461         !a->e == !b->e has been verified already.  Use e == NULL or
4462         e != NULL instead of e or ! e tests.  If stable is true, don't use
4463         iterative_hash_expr, on the other side allow a or b or both NULL
4464         and sort the NULLs last.
4465         (process_assert_insertions): Sort using compare_assert_loc<false>
4466         instead of compare_assert_loc, later sort using
4467         compare_assert_loc<true> before calling process_assert_insertions_for
4468         in a loop.  Use break instead of continue once seen NULL pointer.
4470 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4472         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
4473         Cortex-R7 and Cortex-R8 processors.
4475 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
4477         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
4478         uninitialized while src is not.
4480 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
4482         * common/config/arm/arm-common.c: Adjust include path for
4483         arm-cpu-cdata.h
4484         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
4485         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
4486         (arm-cpu-data.h): Likewise.
4487         (arm-cpu-cdata.h): Likewise.
4488         * config/arm/arm-cpu.h: Delete.
4489         * config/arm/arm-cpu-cdata.h: Delete.
4490         * config/arm/arm-cpu-data.h: Delete.
4492 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
4494         * config/arm/arm-cpus.in (cortex-a55): New.
4495         (cortex-a75): Likewise.
4496         (cortex-a75.cortex-a55): Likewise.
4497         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
4498         cortex-a75.
4499         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
4500         * config/arm/arm-cpu-cdata.h: Regenerate.
4501         * config/arm/arm-cpu-data.h: Regenerate.
4502         * config/arm/arm-cpu.h: Regenerate.
4503         * config/arm/arm-tables.opt: Regenerate.
4504         * config/arm/arm-tune.md: Regenerate.
4506 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
4508         * haifa-sched.c (sched_create_recovery_edges): Update profile.
4510 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
4512         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
4513         probability.
4515 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
4517         PR tree-optimization/81292
4518         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
4519         full_string_p, also call adjust_related_strinfos if the adjustment
4520         is simple, otherwise invalidate related strinfos.
4522 2017-07-04  Martin Liska  <mliska@suse.cz>
4524         PR sanitizer/81040
4525         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
4526         newly created variable as DECL_IGNORED_P.
4528 2017-07-04  Martin Liska  <mliska@suse.cz>
4530         PR ipa/81293
4531         * ipa-inline.c (inline_small_functions):
4532         Use xstrdup_for_dump.
4534 2017-07-04  Tom de Vries  <tom@codesourcery.com>
4536         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
4538 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
4540         PR target/81033
4541         * config/darwin.c (darwin_function_switched_text_sections):
4542         Fix spaces.
4544 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
4546         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
4548 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
4550         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
4552 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4554         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
4555         min_profitable_iters, and th as inclusive lower bounds.
4556         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
4557         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
4558         for min_profitable_iters and min_profitable_estimate.
4559         (vect_transform_loop): Treat th as an inclusive lower bound.
4560         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
4562 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
4564         PR target/81033
4565         * config/darwin.c (darwin_function_switched_text_sections):
4566         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
4567         in two pieces, and suppress the use of buf.
4569 2017-07-03  Nathan Sidwell  <nathan@acm.org>
4571         * hash-table.h (hash_table_mod1): Fix indentation.
4573 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4575         PR middle-end/81290
4576         * predict.c (force_edge_cold): Be more careful about propagation
4577         backward.
4578         * profile-count.h (profile_probability::guessed,
4579         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
4580         New.
4581         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
4583 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
4585         * doc/invoke.texi (rcpc architecture extension): Document it.
4587 2017-07-03  Richard Biener  <rguenther@suse.de>
4589         PR tree-optimization/60510
4590         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
4591         the scalar reduction PHI and use it.
4592         (vectorizable_reduction): Properly guard the single_defuse_cycle
4593         path for non-SLP reduction chains where we cannot use it.
4594         Rework reduc_def/index and vector type deduction.  Rework
4595         vector operand gathering during reduction op code-gen.
4596         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
4597         chains dissolve the chain and leave it to non-SLP reduction
4598         handling.
4600 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4602         * tree-data-ref.h (dr_alignment): Declare.
4603         * tree-data-ref.c (dr_alignment): New function.
4604         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
4605         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
4606         set it.
4607         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
4609 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4611         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
4612         and base_misalignment fields.
4613         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
4614         * tree-data-ref.c: Include builtins.h.
4615         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
4616         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
4617         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
4618         * tree-vect-data-refs.c: Include tree-cfg.h.
4619         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
4620         fields instead of calculating an alignment here.
4621         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
4622         innermost_loop_behavior fields.
4624 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4626         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
4627         field.
4628         (DR_STEP_ALIGNMENT): New macro.
4629         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
4630         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
4631         (create_data_ref): Print it.
4632         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
4633         to tell whether the step preserves vector (mis)alignment.
4634         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
4635         Move the check for an integer step and generalise to all INTEGER_CST.
4636         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
4637         Print the outer step alignment.
4639 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4641         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
4642         with offset_alignment.
4643         (DR_ALIGNED_TO): Delete.
4644         (DR_OFFSET_ALIGNMENT): New macro.
4645         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
4646         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
4647         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
4648         (create_data_ref): Likewise.
4649         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
4650         (vect_analyze_data_refs): Likewise.
4651         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
4652         creating dummy innermost behavior.
4654 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4656         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
4657         with a "innermost_loop_behavior *" and refeence tree.
4658         * tree-data-ref.c (dr_analyze_innermost): Likewise.
4659         (create_data_ref): Update call accordingly.
4660         * tree-predcom.c (find_looparound_phi): Likewise.
4662 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4664         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
4665         fields with dr_wrt_vec_loop.
4666         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
4667         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
4668         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
4669         (vect_dr_behavior): New function.
4670         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
4671         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
4672         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
4673         track whether the step preserves the misalignment.
4674         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
4675         Use vect_dr_behavior.
4676         (vect_setup_realignment): Update call accordingly.
4677         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
4678         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
4679         call to vect_create_addr_base_for_vector_ref.
4680         (vect_create_cond_for_align_checks): Likewise.
4681         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
4682         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
4683         (vect_recog_mask_conversion_pattern): Likewise.
4684         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
4685         (new_stmt_vec_info): Remove redundant zeroing.
4687 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
4689         * common/config/arm/arm-common.c (arm_be8_option): New function.
4690         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
4691         (ISA_ARMv6): Add isa_bit_be8.
4692         * config/arm/arm.h (arm_be8_option): Add prototype.
4693         (BE8_SPEC_FUNCTION): New define.
4694         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
4695         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
4696         (mlittle-endian): Similarly.
4697         (mbe8, mbe32): New options.
4698         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
4699         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
4701 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4703         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
4705 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4707         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
4708         (cleanup_tree_cfg_bb): Use it.
4709         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
4710         New functions.
4711         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
4713 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4715         PR bootstrap/81285
4716         * loop-doloop.c (add_test): Update profile.
4718 2017-07-03  Martin Liska  <mliska@suse.cz>
4720         PR sanitize/81040
4721         * sanopt.c (rewrite_usage_of_param): New function.
4722         (sanitize_rewrite_addressable_params): Likewise.
4723         (pass_sanopt::execute): Call rewrite_usage_of_param.
4725 2017-07-03  Richard Biener  <rguenther@suse.de>
4727         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
4728         back to using VIEW_CONVERT_EXPR.
4730 2017-07-03  Martin Liska  <mliska@suse.cz>
4732         PR other/78366
4733         * doc/extend.texi: Document when a resolver function is
4734         generated for target_clones.
4736 2017-07-03  Martin Liska  <mliska@suse.cz>
4738         * asan.c (asan_emit_stack_protection): Unpoison just red zones
4739         and shadow memory of auto variables which are subject of
4740         use-after-scope sanitization.
4741         (asan_expand_mark_ifn): Add do set only when is_poison.
4743 2016-07-03  Richard Biener  <rguenther@suse.de>
4745         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
4746         reduction PHIs.
4747         (vect_force_simple_reduction): Record reduction def -> phi mapping.
4748         (vectorizable_reduction): Perform reduction PHI creation when
4749         visiting a reduction PHI and adjust and simplify code generation
4750         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
4751         (vect_transform_loop): Visit reduction PHIs.
4752         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
4753         defs into the SLP tree.
4754         (vect_build_slp_tree): Reduction defs terminate the recursion.
4755         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
4756         of reduction defs.
4757         (vect_get_vec_defs_for_stmt_copy): Export.
4758         (vect_get_vec_defs): Likewise.
4759         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
4760         purpose.
4761         (vect_get_vec_defs_for_stmt_copy): Declare.
4762         (vect_get_vec_defs): Likewise.
4764 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4766         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
4767         parameter with a "loop" parameter and use it instead of the
4768         loop containing DR_STMT.  Don't check simple_iv when doing
4769         BB analysis.  Describe the two analysis modes in the comment.
4771 2017-07-03  Tom de Vries  <tom@codesourcery.com>
4773         PR tree-optimization/69468
4774         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
4775         (find_same_succ_bb): Handle ignore_edge_flags.
4777 2017-07-03  Tom de Vries  <tom@codesourcery.com>
4779         PR tree-optimization/81192
4780         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
4781         hash.
4782         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
4783         differs.
4784         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
4786 2017-07-03  Tom de Vries  <tom@codesourcery.com>
4788         PR tree-optimization/81192
4789         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
4790         BB_SAME_SUCC (bb) == NULL.
4792 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4794         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
4795         consistency.
4797 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4799         * dumpfile.c: Include profile-count.h
4800         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
4801         update profile.
4802         (insert_cond_bb): Update profile.
4803         * tree-cfg.h (insert_cond_bb): Update prototype.
4804         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
4805         * tree-dump.c: Do not include tree-cfg.
4807 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4809         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
4811 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4813         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
4814         bb.
4816 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4818         * tree-complex.c (expand_complex_div_wide): update profile.
4820 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
4821             Alan Hayward  <alan.hayward@arm.com>
4822             David Sherwood  <david.sherwood@arm.com>
4824         * Makefile.in (MACHMODE_H): Remove insn-modes.h
4825         (CORETYPES_H): New define.
4826         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
4827         (insn-modes-inline.h, s-modes-inline-h): New rules.
4828         (generated_files): Add insn-modes-inline.h.
4829         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
4830         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
4831         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
4832         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
4833         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
4834         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
4835         (build/gencodes.o, build/genconditions.o): Likewise.
4836         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
4837         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
4838         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
4839         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
4840         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
4841         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
4842         * coretypes.h: Include everything up to real.h for generators.
4843         Include insn-modes.h first.  Include wide-int-print.h after
4844         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
4845         * machmode.h: Don't include insn-modes.h here.
4846         * function-tests.c: Remove includes of signop.h, machmode.h,
4847         double-int.h and wide-int.h.
4848         * rtl.h: Likewise.
4849         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
4850         and wide-int.h.
4851         * optc-save-gen.awk: Likewise.
4852         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
4853         * godump.c: Remove include of wide-int-print.h.
4854         * pretty-print.h: Likewise.
4855         * wide-int-print.cc: Likewise.
4856         * wide-int.cc: Likewise.
4857         * hash-map-tests.c: Remove include of signop.h.
4858         * hash-set-tests.c: Likewise.
4859         * rtl-tests.c: Likewise.
4860         * mkconfig.sh: Remove include of machmode.h.
4861         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
4862         into...
4863         (emit_insn_modes_inline_h): ...this new function.  Emit the code
4864         into an insn-modes-inline.h header file, adding appropriate
4865         include guards and end comments.
4866         (emit_insn_modes_c_header): Remove include of machmode.h.
4867         (emit_min_insn_modes_c_header): Include coretypes.h rather than
4868         machmode.h.
4869         (main): Handle -i flag and call emit_insn_modes_inline_h when
4870         it is passed.
4872 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
4874         * tree-ssa-strlen.c (strinfo): Rename the length field to
4875         nonzero_chars.  Add a full_string_p field.
4876         (compare_nonzero_chars, zero_length_string_p): New functions.
4877         (get_addr_stridx): Add an offset_out parameter.
4878         Use compare_nonzero_chars.
4879         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
4880         (new_strinfo): Update after above changes to strinfo.
4881         (set_endptr_and_length): Set full_string_p.
4882         (get_string_length): Update after above changes to strinfo.
4883         (unshare_strinfo): Update call to new_strinfo.
4884         (maybe_invalidate): Likewise.
4885         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
4886         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
4887         as a uhwi instead of an shwi.  Update after above changes to
4888         strinfo and new_strinfo.
4889         (zero_length_string): Assert that chainsi contains full strings.
4890         Use zero_length_string_p.  Update call to new_strinfo.
4891         (adjust_related_strinfos): Update after above changes to strinfo.
4892         Copy full_string_p from origsi.
4893         (adjust_last_stmt): Use zero_length_string_p.
4894         (handle_builtin_strlen): Update after above changes to strinfo and
4895         new_strinfo.  Install the lhs as the string length if the previous
4896         entry didn't describe a full string.
4897         (handle_builtin_strchr): Update after above changes to strinfo
4898         and new_strinfo.
4899         (handle_builtin_strcpy): Likewise.
4900         (handle_builtin_strcat): Likewise.
4901         (handle_builtin_malloc): Likewise.
4902         (handle_pointer_plus): Likewise.
4903         (handle_builtin_memcpy): Likewise.  Track nonzero characters
4904         that aren't necessarily followed by a nul terminator.
4905         (handle_char_store): Likewise.
4907 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
4909         PR tree-optimization/80769
4910         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
4911         for malloc and calloc.  Document the new invariant that all related
4912         strinfos have delayed lengths or none do.
4913         (verify_related_strinfos): Move earlier in file.
4914         (set_endptr_and_length): New function, split out from...
4915         (get_string_length): ...here.  Also set the lengths of related
4916         strinfos.
4917         (zero_length_string): Assert that chainsi has known (rather than
4918         delayed) lengths.
4919         (adjust_related_strinfos): Likewise.
4921 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
4923         PR tree-optimization/81136
4924         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
4925         assert that two references with the same misalignment have the same
4926         compile-time misalignment if those compile-time misalignments
4927         are known.
4929 2017-07-01  Andi Kleen  <ak@linux.intel.com>
4931         * print-tree.c (print_node): Print all attributes.
4933 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4935         * cfg.c (scale_bbs_frequencies): New function.
4936         * cfg.h (scale_bbs_frequencies): Declare it.
4937         * cfgloopanal.c (single_likely_exit): Cleanup.
4938         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
4939         as parameter.
4940         (scale_loop_profile): Likewise.
4941         (loop_version): Likewise.
4942         (create_empty_loop_on_edge): Update.
4943         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
4944         scale_loop_frequencies, scale_loop_profile, loopify,
4945         loop_version): Update prototypes.
4946         * modulo-sched.c (sms_schedule): Update.
4947         * predict.c (unlikely_executed_edge_p): Also check probability.
4948         (probably_never_executed_edge_p): Fix typo.
4949         * tree-if-conv.c (version_loop_for_if_conversion): Update.
4950         * tree-parloops.c (gen_parallel_loop): Update.
4951         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
4952         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
4953         * tree-ssa-loop-split.c (split_loop): Update.
4954         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
4955         * tree-vect-loop-manip.c (vect_do_peeling): Update.
4956         (vect_loop_versioning): Update.
4957         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
4959 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4961         * trans-mem.c (split_bb_make_tm_edge): Update profile.
4963 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4965         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
4966         to keep profile consistent.
4968 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4970         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
4971         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
4972         * profile-count.h (max_safe_multiplier): Make unsigned.
4973         (profile_count::guessed_zero): New.
4975 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4977         * bb-reorder.c (fix_up_crossing_landing_pad,
4978         fix_crossing_conditional_branches): Use make_single_succ_edge
4979         to keep profile consistent.
4981 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4983         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
4984         to update profile.
4986 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
4988         PR sanitizer/81262
4989         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
4990         the right scopes, make sure cond_jump isn't preserved between multiple
4991         iterations.  Search for fallthru edge whenever there are 3+ edges and
4992         use find_fallthru_edge for it.
4994 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
4996         Patch by Alexander Monakov <amonakov@ispras.ru>
4997         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
4998         probabilities consistently.
5000 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
5002         * pa.c (pa_expand_compare_and_swap_loop): Update call of
5003         emit_cmp_and_jump_insns.
5005 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
5007         PR ipa/81261
5008         * tree-inline.c (expand_call_inline): Combine profile statuses.
5010 2017-06-30  Andrew Pinski  <apinski@cavium.com>
5012         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
5013         fold_stmt returned true.
5015 2017-06-30  Nathan Sidwell  <nathan@acm.org>
5017         * ggc.h (empty_string): Delete.
5018         * cfgexpand.c (expand_asm_stmt): Use plain "".
5019         * optabs.c (expand_asm_memory_barrier): Likewise.
5020         * stringpool.c (empty_string): Delete.
5021         (digit_vector, digit_string): Delete.
5022         (ggc_alloc_string): Use plain "", don't optimize single digit
5023         strings.  Use ggc_alloc_atomic.
5025 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
5027         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
5028         comparison set and one other set, use the cost of the non-comparison
5029         set.
5031 2017-06-30  Nathan Sidwell  <nathan@acm.org>
5033         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
5034         some formatting.
5036 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
5038         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
5039         loops.  Remove now unneeded calls to gimple_switch_set_label() that
5040         just set removed labels to NULL_TREE.
5042 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
5044         * tree-ssanames.c (set_range_info_raw): Abstract from ...
5045         (set_range_info): ...here.  Only call set_range_info_raw if domain
5046         is useful.
5047         (set_nonzero_bits): Call set_range_info_raw.
5048         * tree-ssanames.h (set_range_info_raw): New.
5050 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
5052         PR target/81225
5053         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
5054         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
5055         of nonimmediate_operand and <store_mask_constraint> instead of m
5056         for the input operand.  For V8FI iterator, always split if input
5057         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
5058         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
5059         <store_mask_predicate> instead of register_operand and
5060         <store_mask_constraint> instead of v for the input operand.  Make
5061         sure both operands aren't MEMs for if not <mask_applied>.
5063 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
5065         * lto-wrapper.c (copy_file) Close both file descriptors before
5066         exiting normally.
5068 2017-06-30  Martin Liska  <mliska@suse.cz>
5070         PR ipa/81214
5071         * multiple_target.c (create_dispatcher_calls): Make ifunc
5072         also for function that don't have calls or are not referenced.
5074 2017-06-30  Richard Biener  <rguenther@suse.de>
5076         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
5077         analyze the first scalar stmt.  Move vector type computation
5078         for the BB case here from ...
5079         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
5080         live operation processing in the SLP case properly.
5082 2017-06-30  Richard Biener  <rguenther@suse.de>
5084         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
5086 2017-06-30  Martin Liska  <mliska@suse.cz>
5088         PR sanitizer/81021
5089         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
5090         before BUILT_IN_UNWIND_RESUME when ASAN is used.
5092 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
5094         * doc/invoke.texi (AArch64): Add missing options and remove redundant
5095         ones.
5097 2017-06-30  Richard Biener  <rguenther@suse.de>
5099         PR tree-optimization/81249
5100         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
5101         condition reduction result to original scalar type.
5103 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5105         * profile-count.h (enum profile_quality): Fix typos and whitespace
5106         issues.
5108 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5110         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
5111         type for branch probabilities.
5113 2017-06-29  Julian Brown  <julian@codesourcery.com>
5114             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
5116         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
5117         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
5118         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
5119         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
5121 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
5123         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
5124         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
5125         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
5126         CC usage from generic code to here.
5127         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
5128         CC usage into the target macros.
5130 2017-06-29  Maya Rashish  <coypu@sdf.org>
5132         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
5133         objects.
5135 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
5137         * arm/arm-builtins.c: Include profile-count.h
5138         * except.c (sjlj_emit_function_enter): Use
5139         profile_probability::unlikely.
5141 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
5143         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
5144         and tocrel_offset be pointer args rather than implicitly using
5145         static versions.
5146         (legitimate_constant_pool_address_p, rs6000_emit_move,
5147         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
5148         tocrel_offset and use in toc_relative_expr_p call.
5149         (print_operand, print_operand_address): Use static tocrel_base_oac
5150         and tocrel_offset_oac.
5151         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
5152         tocrel_offset_oac.
5154 2017-06-29  Maya Rashish  <coypu@sdf.org>
5156         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
5158 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
5160         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
5161         objects, take into account only the alignment of 'op0' and 'mode1' if
5162         'op0' is a MEM.
5164 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
5166         * ccmp.c (ccmp_tree_comparison_p): New function.
5167         (ccmp_candidate_p): Update to use above function.
5168         (get_compare_parts): New function.
5169         (expand_ccmp_next): Update to use new functions.
5170         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
5171         new functions.
5172         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
5173         take mode as argument.
5174         * ccmp.h (expand_ccmp_expr): Add mode as argument.
5175         * expr.c (expand_expr_real_1): Pass mode as argument.
5177 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
5179         * combine.c (combine_instructions): Print insns to dump_file, together
5180         with their costs.
5182 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
5184         * asan.c (asan_emit_stack_protection): Update.
5185         (create_cond_insert_point): Update.
5186         * auto-profile.c (afdo_propagate_circuit): Update.
5187         * basic-block.h (struct edge_def): Turn probability to
5188         profile_probability.
5189         (EDGE_FREQUENCY): Update.
5190         * bb-reorder.c (find_traces_1_round): Update.
5191         (better_edge_p): Update.
5192         (sanitize_hot_paths): Update.
5193         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
5194         (make_single_succ_edge): Update.
5195         (check_bb_profile): Update.
5196         (dump_edge_info): Update.
5197         (update_bb_profile_for_threading): Update.
5198         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
5199         probabilitycount to 0.
5200         * cfgbuild.c (compute_outgoing_frequencies): Update.
5201         * cfgcleanup.c (try_forward_edges): Update.
5202         (outgoing_edges_match): Update.
5203         (try_crossjump_to_edge): Update.
5204         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
5205         (expand_gimple_tailcall): Update.
5206         (construct_init_block): Use make_single_succ_edge.
5207         (construct_exit_block): Use make_single_succ_edge.
5208         * cfghooks.c (verify_flow_info): Update.
5209         (redirect_edge_succ_nodup): Update.
5210         (split_edge): Update.
5211         (account_profile_record): Update.
5212         * cfgloopanal.c (single_likely_exit): Update.
5213         * cfgloopmanip.c (scale_loop_profile): Update.
5214         (set_zero_probability): Remove.
5215         (duplicate_loop_to_header_edge): Update.
5216         * cfgloopmanip.h (loop_version): Update prototype.
5217         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
5218         (force_nonfallthru_and_redirect): Update.
5219         (update_br_prob_note): Update.
5220         (rtl_verify_edges): Update.
5221         (purge_dead_edges): Update.
5222         (rtl_lv_add_condition_to_bb): Update.
5223         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
5224         * cgraphunit.c (init_lowered_empty_function): Update.
5225         (cgraph_node::expand_thunk): Update.
5226         * cilk-common.c: Include profile-count.h
5227         * dojump.c (inv): Remove.
5228         (jumpifnot): Update.
5229         (jumpifnot_1): Update.
5230         (do_jump_1): Update.
5231         (do_jump): Update.
5232         (do_jump_by_parts_greater_rtx): Update.
5233         (do_compare_rtx_and_jump): Update.
5234         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
5235         do_jump_1. do_compare_rtx_and_jump): Update prototype.
5236         * dwarf2cfi.c: Include profile-count.h
5237         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
5238         (sjlj_emit_dispatch_table): Likewise.
5239         * explow.c: Include profile-count.h
5240         * expmed.c (emit_store_flag_force): Update.
5241         (do_cmp_and_jump): Update.
5242         * expr.c (compare_by_pieces_d::generate): Update.
5243         (compare_by_pieces_d::finish_mode): Update.
5244         (emit_block_move_via_loop): Update.
5245         (store_expr_with_bounds): Update.
5246         (store_constructor): Update.
5247         (expand_expr_real_2): Update.
5248         (expand_expr_real_1): Update.
5249         * expr.h (try_casesi, try_tablejump): Update prototypes.
5250         * gimple-pretty-print.c (dump_probability): Update.
5251         (dump_profile): New.
5252         (dump_gimple_label): Update.
5253         (dump_gimple_bb_header): Update.
5254         * graph.c (draw_cfg_node_succ_edges): Update.
5255         * hsa-gen.c (convert_switch_statements): Update.
5256         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
5257         (find_if_case_1): Update.
5258         (find_if_case_2): Update.
5259         * internal-fn.c (expand_arith_overflow_result_store): Update.
5260         (expand_addsub_overflow): Update.
5261         (expand_neg_overflow): Update.
5262         (expand_mul_overflow): Update.
5263         (expand_vector_ubsan_overflow): Update.
5264         * ipa-cp.c (good_cloning_opportunity_p): Update.
5265         * ipa-split.c (split_function): Use make_single_succ_edge.
5266         * ipa-utils.c (ipa_merge_profiles): Update.
5267         * loop-doloop.c (add_test): Update.
5268         (doloop_modify): Update.
5269         * loop-unroll.c (compare_and_jump_seq): Update.
5270         (unroll_loop_runtime_iterations): Update.
5271         * lra-constraints.c (lra_inheritance): Update.
5272         * lto-streamer-in.c (input_cfg): Update.
5273         * lto-streamer-out.c (output_cfg): Update.
5274         * mcf.c (adjust_cfg_counts): Update.
5275         * modulo-sched.c (sms_schedule): Update.
5276         * omp-expand.c (expand_omp_for_init_counts): Update.
5277         (extract_omp_for_update_vars): Update.
5278         (expand_omp_ordered_sink): Update.
5279         (expand_omp_for_ordered_loops): Update.
5280         (expand_omp_for_generic): Update.
5281         (expand_omp_for_static_nochunk): Update.
5282         (expand_omp_for_static_chunk): Update.
5283         (expand_cilk_for): Update.
5284         (expand_omp_simd): Update.
5285         (expand_omp_taskloop_for_outer): Update.
5286         (expand_omp_taskloop_for_inner): Update.
5287         * omp-simd-clone.c (simd_clone_adjust): Update.
5288         * optabs.c (expand_doubleword_shift): Update.
5289         (expand_abs): Update.
5290         (emit_cmp_and_jump_insn_1): Update.
5291         (expand_compare_and_swap_loop): Update.
5292         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
5293         * predict.c (predictable_edge_p): Update.
5294         (edge_probability_reliable_p): Update.
5295         (set_even_probabilities): Update.
5296         (combine_predictions_for_insn): Update.
5297         (combine_predictions_for_bb): Update.
5298         (propagate_freq): Update.
5299         (estimate_bb_frequencies): Update.
5300         (force_edge_cold): Update.
5301         * profile-count.c (profile_count::dump): Add missing space into dump.
5302         (profile_count::debug): Add newline.
5303         (profile_count::differs_from_p): Explicitly convert to unsigned.
5304         (profile_count::stream_in): Update.
5305         (profile_probability::dump): New member function.
5306         (profile_probability::debug): New member function.
5307         (profile_probability::differs_from_p): New member function.
5308         (profile_probability::differs_lot_from_p): New member function.
5309         (profile_probability::stream_in): New member function.
5310         (profile_probability::stream_out): New member function.
5311         * profile-count.h (profile_count_quality): Rename to ...
5312         (profile_quality): ... this one.
5313         (profile_probability): New.
5314         (profile_count): Update.
5315         * profile.c (compute_branch_probabilities): Update.
5316         * recog.c (peep2_attempt): Update.
5317         * sched-ebb.c (schedule_ebbs): Update.
5318         * sched-rgn.c (find_single_block_region): Update.
5319         (compute_dom_prob_ps): Update.
5320         (schedule_region): Update.
5321         * sel-sched-ir.c (compute_succs_info): Update.
5322         * stmt.c (struct case_node): Update.
5323         (do_jump_if_equal): Update.
5324         (get_outgoing_edge_probs): Update.
5325         (conditional_probability): Update.
5326         (emit_case_dispatch_table): Update.
5327         (expand_case): Update.
5328         (expand_sjlj_dispatch_table): Update.
5329         (emit_case_nodes): Update.
5330         * targhooks.c: Update.
5331         * tracer.c (better_p): Update.
5332         (find_best_successor): Update.
5333         * trans-mem.c (expand_transaction): Update.
5334         * tree-call-cdce.c: Update.
5335         * tree-cfg.c (gimple_split_edge): Upate.
5336         (move_sese_region_to_fn): Upate.
5337         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
5338         * tree-eh.c (lower_resx): Upate.
5339         (cleanup_empty_eh_move_lp): Upate.
5340         * tree-if-conv.c (version_loop_for_if_conversion): Update.
5341         * tree-inline.c (copy_edges_for_bb): Update.
5342         (copy_cfg_body): Update.
5343         * tree-parloops.c (gen_parallel_loop): Update.
5344         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
5345         (gimple_gen_time_profiler): Update.
5346         * tree-ssa-dce.c (remove_dead_stmt): Update.
5347         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
5348         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
5349         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
5350         (unloop_loops): Update.
5351         (try_peel_loop): Update.
5352         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
5353         * tree-ssa-loop-split.c (connect_loops): Update.
5354         (split_loop): Update.
5355         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
5356         (hoist_guard): Update.
5357         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
5358         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
5359         (value_replacement): Update.
5360         * tree-ssa-reassoc.c (branch_fixup): Update.
5361         * tree-ssa-tail-merge.c (replace_block_by): Update.
5362         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
5363         (create_edge_and_update_destination_phis): Update.
5364         (compute_path_counts): Update.
5365         (recompute_probabilities): Update.
5366         (update_joiner_offpath_counts): Update.
5367         (freqs_to_counts_path): Update.
5368         (duplicate_thread_path): Update.
5369         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
5370         (struct switch_conv_info): Update.
5371         (gen_inbound_check): Update.
5372         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
5373         (vect_do_peeling): Update.
5374         (vect_loop_versioning): Update.
5375         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
5376         (optimize_mask_stores): Update.
5377         * ubsan.c (ubsan_expand_null_ifn): Update.
5378         * value-prof.c (gimple_divmod_fixed_value): Update.
5379         (gimple_divmod_fixed_value_transform): Update.
5380         (gimple_mod_pow2): Update.
5381         (gimple_mod_pow2_value_transform): Update.
5382         (gimple_mod_subtract): Update.
5383         (gimple_mod_subtract_transform): Update.
5384         (gimple_ic): Update.
5385         (gimple_stringop_fixed_value): Update.
5386         (gimple_stringops_transform): Update.
5387         * value-prof.h: Update.
5389 2017-06-29  Carl Love  <cel@us.ibm.com>
5391         * config/rs6000/rs6000-c.c: Add support for built-in functions
5392         vector signed int vec_signed (vector float);
5393         vector signed long long vec_signed (vector double);
5394         vector signed int vec_signed2 (vector double, vector double);
5395         vector signed int vec_signede (vector double);
5396         vector signed int vec_signedo (vector double);
5397         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
5398         instruction generator.
5399         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
5400         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
5401         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
5402         Add define_insn.
5403         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
5404         vunsignede_v2df): Add define_expands.
5405         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
5406         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
5407         VEC_UNSIGNEDO): Add definitions.
5408         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
5409         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
5410         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
5411         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
5412         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
5413         * config/rs6000/altivec.h (vec_signed, vec_signed2,
5414         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
5415         vec_unsignede, vec_unsignedo): Add builtin defines.
5416         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
5417         declaration.
5418         * doc/extend.texi: Update the built-in documentation file for the
5419         new built-in functions.
5421 2017-06-29  Richard Biener  <rguenther@suse.de>
5423         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
5424         reduction chains to LOOP_VINFO_REDUCTIONS.
5425         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
5426         SLP reductions after processing reduction chains.
5428 2017-06-29  Nathan Sidwell  <nathan@acm.org>
5430         * builtins.c (fold_builtin_FUNCTION): Use
5431         lang_hooks.decl_printable_name.
5433 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
5435         PR middle-end/81194
5436         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
5437         with only one label.
5438         * stmt.c (expand_case): Assert NCASES is greater than one.
5440 2017-06-29  Richard Biener  <rguenther@suse.de>
5442         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
5443         anything.
5444         (group_case_labels): Likewise.
5445         (find_taken_edge): Push sanity checking on val to workers...
5446         (find_taken_edge_cond_expr): ... here
5447         (find_taken_edge_switch_expr): ... and here, handle cases
5448         with just a default label.
5449         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
5450         (group_case_labels): Likewise.
5451         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
5452         group_case_labels does anything cleanup the CFG again.
5454 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
5456         PR tree-optimization/81196
5457         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
5458         exit condition comparing two IVs.
5460 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
5462         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
5463         profile to the dummy entry at the end of the list of architectures.
5464         * config/arm/arm-cpu-cdata.h: Regenerated.
5466 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5467             Michael Collison <michael.collison@arm.com>
5469         PR target/70119
5470         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
5471         New pattern.
5472         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
5473         (*aarch64_reg_<mode>3_minus_mask): New pattern.
5474         (*aarch64_<optab>_reg_di3_mask2): New pattern.
5475         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
5476         of shift when the shift amount is masked with constant equal to
5477         the size of the mode.
5478         * config/aarch64/predicates.md (subreg_lowpart_operator): New
5479         predicate.
5481 2017-06-29  Martin Liska  <mliska@suse.cz>
5483         * config/i386/i386.opt: Change range from [1,5] to [0,5].
5485 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
5487         PR bootstrap/80565
5488         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
5489         code.
5490         * ipa-inline.h
5491         (edge_growth_cache_entry::edge_growth_cache_entry): New
5492         function.
5493         (reset_edge_growth_cache): Update to use constructor.
5495 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5497         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
5498         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
5499         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
5501 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
5503         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
5504         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
5506 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5508         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
5509         (*-linux-uclibc*): Add t-uclibc tmake_file.
5510         * config/t-musl: New.
5511         * config/t-uclibc: New.
5513 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
5515         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
5516         context.
5517         (gen_comm_data): Emit architectural setting of arch_prof.
5518         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
5519         profile.
5520         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
5521         (armv8-m.base, armv8-m.main): Likewise.
5522         * arm-protos.h (arm_build_target): Add profile field.
5523         (arch_option): Likewise.
5524         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
5525         the active target.
5526         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
5527         arm_active_target.profile.
5529 2017-06-28  Richard Biener  <rguenther@suse.de>
5531         PR middle-end/81227
5532         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
5533         TYPE_OVERFLOW_WRAPS.
5534         * match.pd (negate_expr_p): Likewise.
5535         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
5536         fold_build2, not fold_binary.
5538 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
5540         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
5541         Convert memory address to Pmode.
5542         (aarch64_print_operand): Assert MEM operands are always Pmode.
5544 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
5546         PR target/79665
5547         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
5548         Remove redundant if.
5549         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
5550         * config/arm/aarch-common-protos.h
5551         (aarch_forward_to_shift_is_not_shifted_re): Remove.
5552         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
5554 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
5556         PR ipa/81238
5557         * multiple_target.c (create_dispatcher_calls): Set the default
5558         clone to be static, not public.
5560 2017-06-28  Richard Biener  <rguenther@suse.de>
5562         * tree-vect-loop.c (vectorizable_reduction): Move special
5563         cond reduction IV var creation ...
5564         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
5565         parameter.  Use STMT_VINFO_VECTYPE.
5566         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
5567         constant_p.
5569 2017-06-28  Martin Liska  <mliska@suse.cz>
5571         PR ipa/81128
5572         * ipa-visibility.c (non_local_p): Handle visibility.
5574 2017-06-28  Martin Liska  <mliska@suse.cz>
5576         PR driver/79659
5577         * common.opt: Add IntegerRange to various options.
5578         * opt-functions.awk (integer_range_info): New function.
5579         * optc-gen.awk: Add integer_range_info to cl_options struct.
5580         * opts-common.c (decode_cmdline_option): Handle
5581         CL_ERR_INT_RANGE_ARG.
5582         (cmdline_handle_error): Likewise.
5583         * opts.c (print_filtered_help): Show valid interval in
5584         when --help is provided.
5585         * opts.h (struct cl_option): Add range_min and range_max fields.
5586         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
5588 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
5590         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
5591         (x * C EQ/NE y * C): New transformation.
5593 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
5595         * genmultilib (combination_space): Accept '+' in option names.
5597 2017-06-28  Martin Liska  <mliska@suse.cz>
5599         PR sanitizer/81224
5600         * asan.c (instrument_derefs): Bail out inner references
5601         that are hard register variables.
5603 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
5605         PR target/81175
5606         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
5607         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
5609 2017-06-28  Richard Biener  <rguenther@suse.de>
5611         * tree-vectorizer.h (vect_get_vec_defs): Remove.
5612         (vect_get_slp_defs): Adjust.
5613         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
5614         out from ...
5615         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
5616         simplify.
5617         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
5618         get_initial_defs_for_reduction instead of vect_get_vec_defs.
5619         (vectorizable_reduction): Adjust.
5620         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
5621         handling.
5622         (vect_get_slp_defs): Likewise.
5623         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
5624         (vectorizable_bswap): Adjust.
5625         (vectorizable_call): Likewise.
5626         (vectorizable_conversion): Likewise.
5627         (vectorizable_assignment): Likewise.
5628         (vectorizable_shift): Likewise.
5629         (vectorizable_operation): Likewise.
5630         (vectorizable_store): Likewise.
5631         (vectorizable_condition): Likewise.
5632         (vectorizable_comparison): Likewise.
5634 2017-06-28  Michael Collison  <michael.collison@arm.com>
5636         PR target/68535
5637         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
5638         set of base_reg
5639         (arm_gen_movmemqi): Removed unused variable 'i'.
5640         Convert 'for' loop into 'while' loop.
5641         (arm_expand_prologue): Remove last unnecessary set of insn.
5642         (thumb_pop): Remove unused variable 'pushed_words'.
5643         (thumb_exit): Remove last unnecessary set of regs_to_pop.
5645 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5647         * config/s390/predicates.md: Use s390_rel_address_ok_p.
5648         * config/s390/s390-protos.h: Add prototype of
5649         s390_rel_address_ok_p.
5650         * config/s390/s390.c (s390_got_symbol): New function.
5651         (s390_rel_address_ok_p): New function.
5652         (legitimize_pic_address): Use s390_rel_address_ok_p.
5653         (s390_load_got): Use s390_got_symbol.
5654         (s390_option_override): Issue error if
5655         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
5656         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
5657         New macro.
5658         * config/s390/s390.opt: New option mpic-data-is-text-relative.
5660 2017-06-27  Andrew Pinski  <apinski@cavium.com>
5662         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
5663         (X * copysign (1.0, X)): New pattern.
5664         (X * copysign (1.0, -X)): New pattern.
5665         (copysign (-1.0, CST)): New pattern.
5667 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
5669         * genmultilib (combination_space): Remove variable.
5670         Validate reuse rules against regular expression for any sequence
5671         of multilib options in any order.
5673 2017-06-27  Michael Collison  <michael.collison@arm.com>
5675         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
5676         call aarch64_split_simd_combine.
5677         * (aarch64_combine_internal<mode>): Delete pattern.
5678         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
5679         Allow register and subreg operands.
5681 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
5683         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
5684         specific need, just fallback on defaults.
5685         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
5687 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
5688             Olivier Hainque  <hainque@adacore.com>
5690         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
5691         map for 64bits.
5692         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
5693         targets. Pick a default if no particular attempt applied.
5694         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
5695         larger contexts.
5697 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
5699         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
5700         (x86_64-wrs-vxworks7): Likewise.
5702 2017-06-27  Marek Polacek  <polacek@redhat.com>
5704         PR sanitizer/81223
5705         * ubsan.c (instrument_null): Check get_base_address's result for null.
5707 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
5709         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
5711 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
5713         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
5714         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
5715         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
5716         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
5717         New function types.
5718         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
5719         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
5720         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
5721         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
5722         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
5723         BUILT_IN_FEUPDATEENV): New builtins.
5724         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
5725         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
5726         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
5727         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
5728         macros.
5729         (builtin_structptr_types): Adjust size.
5730         * tree.c (builtin_structptr_types): Add four entries.
5732 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
5733             Olivier Hainque  <hainque@adacore.com>
5735         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
5736         (TLS_SYM): New local macro, forcing reference to __tls__ on
5737         link command lines for VxWorks 7 RTPs, triggering initialization
5738         of tlsLib.
5739         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
5740         OS features TLS support, true for RTPs on VxWorks 7.
5741         * config/vxworks.c (vxworks_override_options): Setup emutls
5742         accordingly.
5744 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
5746         * predict.c (test_prediction_value_range): Use -1U instead of -1
5747         to avoid narrowing conversion warning.
5748         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
5749         to avoid narrowing conversion warning.
5750         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
5751         -1.
5752         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
5754 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
5756         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
5757         64bit configurations.
5758         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
5759         (SIZE_TYPE): Likewise.
5760         * config/vxworks.c (vxworks_emutls_var_fields): Use
5761         long_unsigned_type_node instead of unsigned_type_node as the offset
5762         field type, which is "pointer" mode in emutls.c.
5764 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
5766         PR sanitizer/81209
5767         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
5769         PR middle-end/81207
5770         * gimple-fold.c (replace_call_with_call_and_fold): Handle
5771         gimple_vuse copying separately from gimple_vdef copying.
5773 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
5775         * value-prof.c (free_hist): Remove call to memset and the enclosing if
5776         condition.
5778 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
5779             Olivier Hainque  <hainque@adacore.com>
5781         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
5782         for all vxworks7 targets.
5783         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
5784         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
5785         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
5786         variations for VX6/VX7 and 32/64bits later on in ...
5787         (VXWORKS_LIB_SPEC): Leverage new macros.
5788         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
5789         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
5791 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
5793         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
5794         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
5796 2017-06-26  Carl Love  <cel@us.ibm.com>
5798         * config/rs6000/rs6000-c.c: Add support for built-in functions
5799         vector bool char vec_reve (vector bool char);
5800         vector signed char vec_reve (vector signed char);
5801         vector unsigned char vec_reve (vector unsigned char);
5802         vector bool int vec_reve (vector bool int);
5803         vector signed int vec_reve (vector signed int);
5804         vector unsigned int vec_reve (vector unsigned int);
5805         vector bool long long vec_reve (vector bool long long);
5806         vector signed long long vec_reve (vector signed long long);
5807         vector unsigned long long vec_reve (vector unsigned long long);
5808         vector bool short vec_reve (vector bool short);
5809         vector signed short vec_reve (vector signed short);
5810         vector double vec_reve (vector double);
5811         vector float vec_reve (vector float);
5812         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
5813         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
5814         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
5815         (altivec_vreve): New pattern.
5816         * config/rs6000/altivec.h (vec_reve): New define.
5817         * doc/extend.texi (vec_rev): Update the built-in documentation file
5818         for the new built-in functions.
5820 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5822         PR tree-optimization/71815
5823         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
5824         function.
5825         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
5826         has_single_use.
5827         (slsr_process_phi): Likewise.
5828         (replace_uncond_cands_and_profitable_phis): Don't replace a
5829         multiply candidate with a stride of 1 (copy or cast).
5830         (phi_incr_cost): Call uses_consumed_by_stmt rather than
5831         has_single_use.
5832         (lowest_cost_path): Likewise.
5833         (total_savings): Likewise.
5835 2017-06-26  Richard Biener  <rguenther@suse.de>
5837         PR target/81175
5838         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
5839         Use def_builtin_pure for all gather builtins.
5841 2017-06-26  Richard Biener  <rguenther@suse.de>
5843         PR tree-optimization/81203
5844         * tree-tailcall.c (find_tail_calls): Do not move stmts into
5845         non-dominating BBs.
5847 2017-06-26  Marek Polacek  <polacek@redhat.com>
5849         PR c/80116
5850         * doc/invoke.texi: Document -Wmultistatement-macros.
5852 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
5854         * doc/sourcebuild.texi (ARM-specific attributes): Document new
5855         arm_neon_ok_no_float_abi effective target.
5857 2017-06-26  Richard Biener  <rguenther@suse.de>
5859         PR tree-optimization/80928
5860         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
5861         (copy_bbs): Set BB_DUPLICATED flag early.
5862         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
5863         marked blocks.
5864         (execute_on_shrinking_pred): Likewise.
5865         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
5866         BB_DUPLICATED blocks.
5867         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
5868         iterate over all PHIs considering removal of *gsi.
5870 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
5872         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
5873         qdf24xx.
5875 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
5877         * config/rs6000/rs6000-string.c: (expand_block_clear,
5878         do_load_for_compare, select_block_compare_mode,
5879         compute_current_alignment, expand_block_compare,
5880         expand_strncmp_align_check, expand_strn_compare,
5881         expand_block_move, rs6000_output_load_multiple)
5882         Move functions related to string/block move/compare
5883         to a separate file.
5884         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
5885         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
5886         for this function which is now used in two files.
5887         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
5888         * config.gcc: Add rs6000-string.o to extra_objs for
5889         targets powerpc*-*-* and rs6000*-*-*.
5891 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
5893         PR target/80510
5894         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
5895         32-bit, since indexed is not valid for DImode.
5896         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
5897         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
5898         (define_peephole2 for Altivec d-form load): Add 32-bit support.
5899         (define_peephole2 for Altivec d-form store): Likewise.
5901         PR ipa/81185
5902         * multiple_target.c (create_dispatcher_calls): Only create the
5903         dispatcher call if the function is the default clone of a
5904         versioned function.
5906 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
5908         PR middle-end/80902
5909         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
5910         a call, force the call to not be a tail call.
5912 2017-06-23  Jeff Law  <law@redhat.com>
5914         * doc/contrib.texi: Add entry for Steven Pemberton's work on
5915         enquire.
5917 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
5919         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
5920         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
5921         handling for early expansion of vector shifts (sl,sr,sra,rl).
5922         (builtin_function_type): Add vector shift right instructions
5923         to the unsigned argument list.
5925 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5927         rtl-optimizatoin/79286
5928         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
5929         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
5930         trap.  PIC register plus a const unspec without offset can never trap.
5932 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
5934         * tree.h (builtin_structptr_type): New type.
5935         (builtin_structptr_types): Declare new array.
5936         * tree.c (builtin_structptr_types): New array.
5937         (free_lang_data, build_common_tree_nodes): Use it.
5939 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
5941         PR c++/81187
5942         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
5943         -Wnoexcept.
5945 2017-06-22  Matt Turner  <mattst88@gmail.com>
5947         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
5948         Lake models to skylake case.  Assume skylake for unknown
5949         models with clflushopt.
5951 2017-06-22  Jeff Law  <law@redhat.com>
5953         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
5954         frame sizes that do not satisfy aarch64_uimm12_shift.
5956 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
5958         * profile-count.h (apply_probability,
5959         apply_scale, probability_in): Fix checks for zero.
5961 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5963         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
5964         * doc/cppdiropts.texi (-I @var{dir}): Document it.
5966 2016-06-22  Richard Biener  <rguenther@suse.de>
5968         * tree-vect-loop.c (vect_model_reduction_cost): Handle
5969         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
5970         REDUC_MAX_EXPR support.
5971         (vectorizable_reduction): Likewise.
5972         (vect_create_epilog_for_reduction): Likewise.
5974 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
5976         * match.pd (A / (1 << B) -> A >> B): New.
5977         * generic-match-head.c: Include optabs-tree.h.
5978         * gimple-match-head.c: Likewise.
5979         * optabs-tree.h (target_supports_op_p): New.
5980         * optabs-tree.c (target_supports_op_p): New.
5982 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5984         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
5985         $gcc_cv_ld --help output.
5986         (gcc_cv_ld_demangle): Likewise.
5987         (gcc_cv_ld_eh_frame_hdr): Likewise.
5988         (gcc_cv_ld_pie): Likewise.
5989         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
5990         (gcc_cv_ld_buildid): Likewise.
5991         (gcc_cv_ld_sysroot): Likewise.
5992         (ld_bndplt_support): Likewise.
5993         (ld_pushpopstate_support): Likewise.
5994         * configure: Regenerate.
5995         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
5997 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
5999         PR target/81151
6000         * config/i386/sse.md (round<mode>2): Renumber match_dup and
6001         operands indexes to avoid gap between operands and match_dups.
6003 2017-06-21  Andrew Pinski  <apinski@cavium.com>
6005         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
6006         Increment Arith_shift and Arith_shift_reg by 1.
6007         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
6008         New tuning flag.
6009         * config/aarch64/aarch64.c (thunderx_tunings): Enable
6010         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
6011         (aarch64_strip_extend): Add new argument and test for it.
6012         (aarch64_cheap_mult_shift_p): New function.
6013         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
6014         add a cost if it is true.
6015         Update calls to aarch64_strip_extend.
6016         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
6018 2017-06-21  Andrew Pinski  <apinski@cavium.com>
6020         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
6021         tunings.
6022         (thunderxt88): Likewise.
6023         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
6024         (thunderx_prefetch_tune): New variable.
6025         (thunderx2t99_prefetch_tune): Update for the correct values.
6026         (thunderxt88_tunings): New variable.
6027         (thunderx_tunings): Use thunderx_prefetch_tune instead of
6028         generic_prefetch_tune.
6029         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
6031 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6033         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
6034         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
6035         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
6036         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
6037         (aarch64_atomic_cas<mode>, GPI): Likewise.
6039 2017-06-21  Martin Liska  <mliska@suse.cz>
6041         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
6042         statements on cold and hot labels.
6043         * predict.c (tree_estimate_probability_bb): Remove the
6044         prediction from this place.
6046 2017-06-21  Martin Liska  <mliska@suse.cz>
6048         PR tree-optimization/79489
6049         * gimplify.c (maybe_add_early_return_predict_stmt): New
6050         function.
6051         (gimplify_return_expr): Call the function.
6052         * predict.c (tree_estimate_probability_bb): Remove handling
6053         of early return.
6054         * predict.def: Update comment about early return predictor.
6055         * gimple-predict.h (is_gimple_predict): New function.
6056         * predict.def: Change default value of early return to 66.
6057         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
6058         statements.
6059         * passes.def: Put pass_strip_predict_hints to the beginning of
6060         IPA passes.
6062 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
6064         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
6065         FUNCTION_DECL declarations.
6066         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
6067         declarations.
6068         (dwaf2out_decl): Likewise.
6069         * godump.c (go_early_global_decl): Skip call to the real debug hook
6070         for FUNCTION_DECL declarations.
6071         * passes.c (rest_of_decl_compilation): Skip call to the
6072         early_global_decl debug hook for FUNCTION_DECL declarations, unless
6073         -fdump-go-spec is passed.
6075 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
6077         * config/i386/i386.c (struct builtin_isa): New field pure_p.
6078         Reorder for compactness.
6079         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
6080         (def_builtin_pure, def_builtin_pure2): New functions.
6081         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
6083 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
6085         * match.pd (nop_convert): New predicate.
6086         ((A +- CST1) +- CST2): Allow some NOP conversions.
6088 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
6090         PR c++/81130
6091         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
6092         with ctors/dtors if GOVD_SHARED is set.
6094 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
6096         * config/aarch64/aarch64.md (movti_aarch64):
6097         Emit mov rather than orr.
6098         (movtf_aarch64): Likewise.
6099         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
6100         Emit mov rather than orr.
6102 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
6104         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
6105         Swap alternatives, make integer dup more expensive.
6107 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
6109         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
6110         Return true for non-tls symbols.
6112 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
6114         * config/aarch64/aarch64-cores.def (cortex-a55): New.
6115         (cortex-a75): Likewise.
6116         (cortex-a75.cortex-a55): Likewise.
6117         * config/aarch64/aarch64-tune.md: Regenerate.
6118         * doc/invoke.texi (-mtune): Document new values for -mtune.
6120 2017-06-21  Tom de Vries  <tom@codesourcery.com>
6122         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
6123         stack_size feature.
6124         (Effective-Target Keywords, Other attributes): Suggest using
6125         dg-add-options stack_size feature to get stack limit in stack_size
6126         effective target documentation.
6128 2017-06-21  Julian Brown  <julian@codesourcery.com>
6129             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
6131         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
6132         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
6133         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
6134         reservation.
6135         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
6136         attribute type list for neon_multiply.
6137         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
6138         attribute type list for neon_multiply.
6139         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
6140         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
6141         attribute type list for neon_multiply.
6142         * config/arm/types.md (crypto_pmull): Add.
6143         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
6144         attribute type list.
6146 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
6148         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
6149         arm1176jzf-s.
6151 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
6153         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
6154         to make sure not to dereference a NULL cost_classes_ptr pointer.
6156 2017-06-20  Carl Love  <cel@us.ibm.com>
6158         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6159         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
6160         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
6161         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
6162         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
6163         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
6164         VMULOSW): New enum "unspec" values.
6165         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
6166         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
6167         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
6168         altivec_vmulosw): New patterns.
6169         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
6170         VMULOSW): Add definitions.
6172 2017-06-20  Julia Koval  <julia.koval@intel.com>
6174         * config/i386/i386.c: Fix rounding expand for new pattern.
6175         * config/i386/subst.md: Fix pattern (parallel -> unspec).
6177 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
6179         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
6180         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
6182 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
6184         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
6185         feature string.
6187 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
6189         * config/aarch64/aarch64-cores.def: Rearrange to sort by
6190         architecture, then by implementer ID.
6191         * config/aarch64/aarch64-tune.md: Regenerate.
6193 2017-06-20  Richard Biener  <rguenther@suse.de>
6195         PR middle-end/81097
6196         * fold-const.c (split_tree): Fold to type before negating.
6198 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
6200         * diagnostic-show-locus.c
6201         (selftest::test_fixit_deletion_affecting_newline): New function.
6202         (selftest::diagnostic_show_locus_c_tests): Call it.
6204 2017-06-20  Andreas Schwab  <schwab@suse.de>
6206         PR target/80970
6207         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
6208         instead of "+d".
6210 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
6212         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
6213         __ARM_FEATURE_COPROC according to support.
6215 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
6217         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
6218         Rewritten to avoid overflow for > 32-bit pointers.
6220         PR sanitizer/81125
6221         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
6222         by removing enum keyword.
6223         (ubsan_type_descriptor): Likewise.  Formatting fix.
6225         PR target/81121
6226         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
6227         splitter): Require TARGET_SSE2 in the condition.
6229 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
6231         PR target/79799
6232         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
6233         for doing vector set of SFmode on ISA 3.0.
6234         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
6235         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
6236         element.
6237         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
6238         SFmode value into a V4SF variable that was extracted from another
6239         V4SF variable without converting the element to double precision
6240         and back to single precision vector format.
6241         (vsx_insert_extract_v4sf_p9_2): Likewise.
6243 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
6245         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
6246         in UWHI to avoid undefined overflow.
6248         PR sanitizer/81125
6249         * ubsan.h (enum ubsan_encode_value_phase): New.
6250         (ubsan_encode_value): Change second argument to
6251         enum ubsan_encode_value_phase with default value of
6252         UBSAN_ENCODE_VALUE_GENERIC.
6253         * ubsan.c (ubsan_encode_value): Change second argument to
6254         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
6255         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
6256         create_tmp_var_raw instead of create_tmp_var and use a
6257         TARGET_EXPR.
6258         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
6259         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
6260         ubsan_encode_value callers.
6262         PR sanitizer/81111
6263         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
6264         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
6265         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
6267 2017-06-19  Richard Biener  <rguenther@suse.de>
6269         PR middle-end/81118
6270         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
6271         estimates if we changed anything.
6273 2017-06-19  Richard Biener  <rguenther@suse.de>
6275         PR tree-optimization/80887
6276         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
6277         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
6278         simplified lookups, then reset mprts_hook.
6279         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
6280         simplifying.
6281         (try_to_simplify): Likewise.
6283 2017-06-19  Martin Liska  <mliska@suse.cz>
6285         PR sanitizer/80879
6286         * gimplify.c (gimplify_switch_expr):
6287         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
6289 2017-06-19  Martin Liska  <mliska@suse.cz>
6291         * doc/install.texi: Document that PGO runs in 4 stages.
6293 2017-06-19  Martin Liska  <mliska@suse.cz>
6295         PR ipa/80732
6296         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
6297         to dispatcher function name.
6298         * multiple_target.c (replace_function_decl): New function.
6299         (create_dispatcher_calls): Redirect both edges and references.
6301 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
6303         * profile-count.c (profile_count::dump): Dump quality.
6304         (profile_count::differs_from_p): Update for unsigned val.
6305         * profile-count.h (profile_count_quality): New enum.
6306         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
6308 2017-06-19  Richard Biener  <rguenther@suse.de>
6310         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
6311         struct function as arg.
6312         (estimate_numbers_of_iterations): Export overload with loop arg.
6313         (free_numbers_of_iterations_estimates_loop): Use an overload of
6314         free_numbers_of_iterations_estimates instead.
6315         * tree-cfg.c (remove_bb): Adjust.
6316         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
6317         * tree-parloops.c (gen_parallel_loop): Likewise.
6318         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
6319         Likewise.
6320         (tree_unroll_loops_completely): Likewise.
6321         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
6322         Use an overload instead and export.
6323         (estimated_loop_iterations): Adjust.
6324         (max_loop_iterations): Likewise.
6325         (likely_max_loop_iterations): Likewise.
6326         (estimate_numbers_of_iterations): Take struct function as arg
6327         and adjust.
6328         (loop_exits_before_overflow): Adjust.
6329         (free_numbers_of_iterations_estimates_loop): Use an overload.
6330         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
6331         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
6333 2017-06-19  Richard Biener  <rguenther@suse.de>
6335         PR ipa/81112
6336         * ipa-prop.c (find_constructor_constant_at_offset): Handle
6337         RANGE_EXPR conservatively.
6339 2017-06-16  Carl Love  <cel@us.ibm.com>
6341         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6342         definitions for vec_float, vec_float2, vec_floato,
6343         vec_floate built-ins.
6344         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
6345         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
6346         floate.
6347         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
6348         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
6349         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
6350         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
6351         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
6352         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
6353         vec_floato): Add builtin defines.
6354         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
6355         Update the built-in documentation file for the new built-in
6356         functions.
6358 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6360         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
6361         (mthumb): Mark as the negative of -marm.
6363 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6365         * doc/invoke.texi (ARM Options, -mcpu): Document supported
6366         extension options.
6367         (ARM Options, -mtune): Document that this accepts the same
6368         extension options as -mcpu.
6369         (ARM Options, -mfpu): Document addition of -mfpu=auto.
6371 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6373         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
6374         permitted extensions.
6376 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6378         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
6379         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
6380         (armv8-m.main): Add option +nodsp.
6381         * config/arm/arm-cpu-cdata.h: Regenerated.
6383 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6385         * config/arm/t-fuchsia: New file.
6386         * config.gcc (arm*-*-fuchsia*): Use it.
6388 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6390         * config/arm/t-symbian: Rewrite for new option infrastructure.
6392 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6394         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
6395         (MULTILIB_REQUIRED): Likewise.
6397 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6399         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
6400         (MULTILIB_RESUE): Likewise.
6401         (MULTILIB_MATCHES): Likewise.
6402         (MULTLIB_REQUIRED): Likewise.
6404 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6406         * config/arm/t-rtems: Rewrite for new option framework.
6408 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6410         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
6411         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
6412         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
6413         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
6414         * config/arm/t-multilib: ... here.
6415         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
6416         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
6417         armv7-a and armv8*-a when A-profile libraries have not been built.
6418         * config/arm/t-rmprofile: Rewrite.
6420 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6422         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
6423         with a backslash.  Remove the backslash after substituting unescaped
6424         periods.
6425         * doc/fragments.texi (MULTILIB_REUSE): Document it.
6427 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6429         * config.gcc: (arm*-*-*): When building a-profile libraries, force
6430         the driver to pass through the default setting of -mfloat-abi.
6431         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
6432         rather than NULL.
6433         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
6434         (all_feat_combs): New rule.
6435         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
6436         default libraries.
6437         * config/arm/t-aprofile: Rewrite.
6439 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6441         * config/arm/arm.h (FPUTYPE_AUTO): Define.
6442         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
6443         fpu is not specified by the user/command-line.
6444         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
6445         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
6446         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
6447         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
6448         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
6449         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
6451 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6453         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
6454         * config/arm/t-arm-elf: Rewritten.
6456 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6458         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
6459         have some floating-point instructions.
6460         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
6461         (TARGET_MAYBE_HARD_FLOAT): New macro.
6462         * config/arm/arm-builtins.c (arm_init_builtins): Use
6463         TARGET_MAYBE_HARD_FLOAT.
6464         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
6466 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6468         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
6469         (configargs.h): Include it.
6470         (arm_print_hint_for_fpu_option): New function.
6471         (arm_parse_fpu_option): New function.
6472         (candidate_extension): New class.
6473         (arm_canon_for_multilib): New function.
6474         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
6475         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
6476         (ARCH_CANONICAL_SPECS): New macro.
6477         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
6479 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6481         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
6482         are set after handling multilib fragments.  Set target_cpu_default2
6483         from with_cpu.
6485 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6487         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
6488         cpu name.
6489         (arm*-*-*): Set target_cpu_default2 to a quoted string.
6490         * config/arm/parsecpu.awk (check_cpu): Validate any extension
6491         options.
6492         (check_arch): Likewise.
6493         * config/arm/arm.c (arm_configure_build_target): Handle
6494         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
6495         options in the default.
6497 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6499         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
6500         when an option is an alias of another.
6501         * config/arm/parsecpu.awk (optalias): New parser token.
6502         (gen_comm_data): Mark non-alias options as such.  Emit entries
6503         for extension aliases.
6504         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
6505         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
6506         (armv6kz, armv6zk, armv6t2): Likewise.
6507         (armv7): Make vfpv3-d16 an alias.
6508         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
6509         canonical order.
6510         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
6511         Sort in canonical order.
6512         (armv8-a): Sort in canonical order.
6513         (armv8.1-a, armv8.2-a):  Likewise.
6514         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
6515         canonical order.
6516         (cortex-a9): Sort in canonical order.
6517         * config/arm/arm.c (selftests.h): Include it.
6518         (arm_test_cpu_arch_data): New function.
6519         (arm_run_self_tests): New function.
6520         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
6521         (targetm): Move declaration to the end of the file.
6522         * arm-cpu-cdata.h: Regenerated.
6524 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6526         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
6527         call to target_mode_check describing the type of option passed.
6528         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
6529         (arm_target_thumb_only): Use arm_parse_arch_option_name or
6530         arm_parse_cpu_option_name to match parameters against list of
6531         available targets.
6532         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
6533         arm_arch_core_flags data structure.
6534         * config/arm/arm-cpu_cdata.h: Regenerated.
6536 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6538         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
6539         config/arm/arm.c.
6540         (arm_print_hint_for_cpu_option): Likewise.
6541         (arm_print_hint_for_arch_option): Likewise.
6542         (arm_parse_cpu_option_name): Likewise.
6543         (arm_parse_arch_option_name): Likewise.
6544         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
6545         of entries in the all_fpus list.
6546         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
6547         (arm_parse_cpu_option_name): Declare.
6548         (arm_parse_arch_option_name): Declare.
6549         (arm_parse_option_features): Declare.
6550         (arm_intialize_isa): Declare.
6551         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
6552         data tables to ...
6553         (gen_comm_data): ... here.  Make definitions non-static.
6554         * config/arm/arm-cpu-data.h: Regenerated.
6555         * config/arm/arm-cpu-cdata.h: Regenerated.
6557 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6559         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
6560         (cpu_arch_extension): New structure.
6561         (cpu_arch_option, arch_option, cpu_option): New structures.
6562         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
6563         architecture types.
6564         (gen_data): Generate new format data tables.
6565         * config/arm/arm.c (cpu_tune): New structure.
6566         (cpu_option, processors): Delete.
6567         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
6568         (arm_print_hint_for_cpu_option): ... this and ...
6569         (arm_print_hint_for_arch_option): ... this.
6570         (arm_parse_arch_cpu_name): Delete.  Replace with ...
6571         (arm_parse_cpu_option_name): ... this and ...
6572         (arm_parse_arch_option_name): ... this.
6573         (arm_unrecognized_feature): Change type of target parameter to
6574         cpu_arch_option.
6575         (arm_parse_arch_cpu_features): Delete.  Replace with ...
6576         (arm_parse_option_features): ... this.
6577         (arm_configure_build_target): Rework to use new configuration data
6578         tables.
6579         (arm_print_tune_info): Rework for new configuration data tables.
6580         * config/arm/arm-cpu-data.h: Regenerated.
6581         * config/arm/arm-cpu.h: Regenerated.
6583 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6585         * Makefile.in (OBJS): Move sbitmap.o from here ...
6586         (OBJS-libcommon): ... to here.
6588 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6590         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
6591         (ISA_ALL_CRYPTO): New macro.
6592         (ISA_ALL_SIMD): New macro
6593         (ISA_ALL_FP): New macro.
6594         * config/arm/arm.c (fpu_bitlist): Update initializer.
6595         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
6596         simd or fp.
6597         (arm9e): Add fpu.  Add option for nofp
6598         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
6599         (arm926ej-s, arm1026ej-s): Likewise.
6600         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
6601         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
6602         neon-fp16, neon-vfpv4, nofp and nosimd.
6603         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
6604         (cortex-a8): Add fpu.  Add option for nofp.
6605         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
6606         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
6607         (cortex-r4f): Add fpu.
6608         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
6609         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
6610         for nofp.
6611         (cortex-r8): Likewise.
6612         (cortex-m4): Add fpu.  Add option for nofp.
6613         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
6614         (cortex-a17.cortex-a7): Likewise.
6615         (cortex-a32): Add fpu.  Add options for crypto and nofp.
6616         (cortex-a35, cortex-a53): Likewise.
6617         (cortex-a57): Add fpu.  Add option for crypto.
6618         (cortex-a72, cortex-a73): Likewise.
6619         (exynos-m1): Likewise.
6620         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
6621         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
6622         (cortex-m33): Add fpu.  Add option for nofp.
6623         * config/arm/arm-cpu-cdata.h: Regenerated
6624         * config/arm/arm-cpu-data.h: Regenerated.
6626 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6628         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
6629         (armv5te, armv5tej): Likewise.
6630         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
6631         (armv7): Add options fp and vfpv3-d16.
6632         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
6633         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
6634         nofp and nosimd.
6635         (armv7ve): Likewise.
6636         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
6637         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
6638         (armv8-a): Add nocrypto option.
6639         (armv8.1-a, armv8.2-a): Likewise.
6640         (armv8-m.main): add options fp, fp.dp and nofp.
6642 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6644         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
6645         nofp.
6646         (armv8-a+crc): Delete.
6647         (armv8.1-a): Add options simd, crypto and nofp.
6648         (armv8.2-a): Add options fp16, simd, crypto and nofp.
6649         (armv8.2-a+fp16): Delete.
6650         (armv8-m.main): Add option dsp.
6651         (armv8-m.main+dsp): Delete.
6652         (cortex-a8): Add fpu.  Add nofp option.
6653         (cortex-a9): Add fpu.  Add nofp and nosimd options.
6654         * config/arm/parsecpu.awk (gen_data): Generate option tables and
6655         link to main cpu and architecture data structures.
6656         (gen_comm_data): Only put isa attributes from the main architecture
6657         in common tables.
6658         (option): New statement for architecture and CPU entries.
6659         * arm.c (struct cpu_option): New structure.
6660         (struct processors): Add entry for options.
6661         (arm_unrecognized_feature): New function.
6662         (arm_parse_arch_cpu_name): Ignore any characters after the first
6663         '+' character.
6664         (arm_parse_arch_cpu_feature): New function.
6665         (arm_configure_build_target): Separate out any CPU and architecture
6666         features and parse separately.  Don't error out if -mfpu=auto is
6667         used with only an architecture string.
6668         (arm_print_asm_arch_directives): New function.
6669         (arm_file_start): Call it.
6670         * config/arm/arm-cpu-cdata.h: Regenerated.
6671         * config/arm/arm-cpu-data.h: Likewise.
6672         * config/arm/arm-tables.opt: Likewise.
6674 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6676         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
6677         assembler when it is not -mfpu=auto.
6679 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6681         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
6682         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
6683         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
6684         (ASM_CPU_SPEC): Rewrite.
6685         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
6686         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
6687         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
6688         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
6689         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
6690         copied string is NUL-terminated.  Also strip any characters prefixed
6691         by '+'.
6692         (arm_rewrite_selected_arch): New function.
6693         (arm_rewrite_march): New function.
6695 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6697         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
6698         (x_arm_cpu_string, x_arm_tune_string): Likewise.
6699         (march, mcpu, mtune): Convert to string-based options.
6700         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
6701         (arm_parse_arch_cpu_name): New function.
6702         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
6703         identify selected architecture or CPU.
6704         (arm_option_save): New function.
6705         (TARGET_OPTION_SAVE): Redefine.
6706         (arm_option_restore): Restore string options.
6707         (arm_option_print): Print string options.
6709 2017-06-16  Martin Sebor  <msebor@redhat.com>
6711         PR tree-optimization/80933
6712         PR tree-optimization/80934
6713         * builtins.c (fold_builtin_3): Do not handle bcmp here.
6714         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
6715         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
6716         (gimple_fold_builtin): Call them.
6718 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6720         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
6721         as unlikely; update profile.
6723 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6725         * predict.c (force_edge_cold): Handle declaring edges impossible
6726         more aggresively.
6728 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6730         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
6731         profile.
6732         (try_unroll_loop_completely): Fix reporting.
6734 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6736         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
6738 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
6740         PR target/71778
6741         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
6742         if given a non-constant argument for an intrinsic which requires a
6743         constant.
6745 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6747         * profile.c (compare_freqs): New function.
6748         (branch_prob): Sort edge list.
6749         (find_spanning_tree): Assume that the list is priority sorted.
6751 2017-06-16  Richard Biener  <rguenther@suse.de>
6753         PR tree-optimization/81090
6754         * passes.def (pass_record_bounds): Remove.
6755         * tree-pass.h (make_pass_record_bounds): Likewise.
6756         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
6757         make_pass_record_bounds): Likewise.
6758         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
6759         not free niter estimates at the beginning but at the end.
6760         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
6762 2017-06-16  Richard Biener  <rguenther@suse.de>
6764         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
6765         initializer to workaround ICE in host GCC 4.8.
6767 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6769         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
6770         counts.
6771         (clone_inlined_nodes): Update.
6773 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
6775         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
6776         prefetch settings, and enable prefetching by default at -O3.
6778 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
6780         * config/aarch64/aarch64.c (aarch64_override_options_internal):
6781         Set flag_prefetch_loop_arrays according to tuning data.
6783 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
6785         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
6786         New tune structure.
6787         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
6788         [Unrelated to main purpose of the patch] Place the pointer field last
6789         to enable type checking errors when tune structure are wrongly merged.
6790         * config/aarch64/aarch64.c (generic_prefetch_tune,)
6791         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
6792         (thunderx2t99_prefetch_tune): New tune constants.
6793         (tune_params *_tunings): Update all tunings (no functional change).
6794         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
6795         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
6796         from tunings structures.
6798 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
6800         PR sanitizer/81094
6801         * ubsan.c (instrument_null): Add T argument, use it instead
6802         of computing it based on IS_LHS.
6803         (instrument_object_size): Likewise.
6804         (pass_ubsan::execute): Adjust instrument_null and
6805         instrument_object_size callers to pass gimple_get_lhs or
6806         gimple_assign_rhs1 result to it.  Use instrument_null instead of
6807         calling get_base_address and instrument_mem_ref.  Handle
6808         aggregate call arguments for object-size sanitization.
6810 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
6812         PR tree-optimization/81089
6813         * tree-vrp.c (is_masked_range_test): Validate operands of
6814         subexpression.
6816 2017-06-15  Martin Sebor  <msebor@redhat.com>
6818         PR c++/80560
6819         * dumpfile.c (dump_register): Avoid calling memset to initialize
6820         a class with a default ctor.
6821         * gcc.c (struct compiler): Remove const qualification.
6822         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
6823         * hash-table.h: Ditto.
6824         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
6825           assignment.
6826         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
6827         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
6828         default ctor.
6829         * params.h (struct param_info): Make struct members non-const.
6830         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
6831         with default initialization.
6832         * vec.h (vec_copy_construct, vec_default_construct): New helper
6833         functions.
6834         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
6835         with vec_copy_construct.
6836         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
6837         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
6838         * doc/invoke.texi (-Wclass-memaccess): Document.
6840 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6842         * emit-rtl.h (is_leaf): Update comment about local
6843         register allocator.
6845 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
6847         PR target/78818
6848         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
6849         for a variable to have a section before checking if the section has a
6850         name.
6851         Set section to.persistent if persistent attribute is set.
6852         Warn if .persistent attribute is used on an automatic variable.
6854 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
6856         PR rtl-optimization/80474
6857         * reorg.c (update_block): Do not ignore instructions in a delay slot.
6859 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
6861         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
6862         of REGNO.
6864 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
6866         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
6867         (casesi): Emit bounds checking as RTL.
6868         (casesi_internal_mips16_<mode>): Remove bounds checking.
6870 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
6872         * config/xtensa/xtensa.c (xtensa_option_override): Append
6873         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
6874         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
6875          xtensa_doloop_hooks): Define unconditionally.
6876         (xtensa_reorg_loops): Only call reorg_loops in the presence of
6877         TARGET_LOOPS.
6878         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
6879         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
6880         for it in xtensa_option_override.
6881         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
6882          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
6884 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
6886         * doc/cppopts.texi: Document '-' special value to -MF.
6888 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
6890         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
6891         (cortex_a53_fconst): Likewise.
6892         (cortex_a53_fpmul): Likewise.
6893         (cortex_a53_f_load_64): Likewise.
6894         (cortex_a53_f_load_many): Likewise.
6895         (cortex_a53_advsimd_alu): Likewise.
6896         (cortex_a53_advsimd_alu_q): Likewise.
6897         (cortex_a53_advsimd_mul): Likewise.
6898         (cortex_a53_advsimd_mul_q): Likewise.
6899         (fpmac bypass): Add new bypass for fpmac-fpmac case.
6900         Add missing fmul, r2f_cvt and fconst cases.
6902 2017-06-14  Richard Biener  <rguenther@suse.de>
6904         PR middle-end/81088
6905         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
6906         literal constants.
6907         (fold_binary_loc): When associating do not treat pre-existing
6908         TREE_OVERFLOW on literal constants as a reason to allow
6909         TREE_OVERFLOW on associated literal constants.
6911 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
6913         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
6914         (MASK_FEATURES): New macro.
6915         * config/sparc/sparc.c (sparc_option_override): Remove the special
6916         handling of -mfpu and generalize it to all MASK_FEATURES switches.
6918 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
6920         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
6921         a division of 0 if non-call exceptions are enabled.
6923 2017-06-14  Andrew Pinski  <apinski@cavium.com>
6924             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
6926         PR target/71663
6927         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
6928         Improve vector initialization code gen for only variable case.
6930 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
6932         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
6934 2017-06-14  Richard Biener  <rguenther@suse.de>
6936         PR tree-optimization/81083
6937         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
6938         as values.
6940 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6942         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
6943         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
6944         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
6945         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
6946         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
6947         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
6949 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6951         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
6952         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
6954 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6956         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
6958 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6960         * config/rs6000/t-rtems: Don't handle SPE.
6962 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6964         * config/rs6000/t-linux: Don't handle SPE.
6966 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6968         * config/rs6000/eabispe.h: Delete file.
6970 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6972         * config/rs6000/t-spe: Delete file.
6974 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6976         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
6977         (rs6000_legitimate_offset_address_p): Return false for anything in
6978         V2SImode or V2SFmode.
6980 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6982         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
6983         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
6984         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
6985         and V4HImode.
6986         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
6987         (rs6000_legitimate_offset_address_p): Ditto.
6988         (rs6000_emit_move): Ditto.
6989         (rs6000_init_builtins): Remove V4HI_type_node.
6991 2017-06-13  Martin Liska  <mliska@suse.cz>
6993         PR sanitize/78204
6994         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
6995         (gate_asan): Likewise.
6996         * asan.h (asan_no_sanitize_address_p): Remove the function.
6997         (sanitize_flags_p): New function.
6998         * builtins.def: Fix coding style.
6999         * common.opt: Use renamed enum value.
7000         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
7001         * doc/extend.texi: Document no_sanitize attribute.
7002         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
7003         to SANITIZE_UNDEFINED_NONDEFAULT.
7004         * gcc.c (sanitize_spec_function): Use the renamed enum value.
7005         * gimple-fold.c (optimize_atomic_compare_exchange_p):
7006         Use sanitize_flags_p.
7007         * gimplify.c (gimplify_function_tree): Likewise.
7008         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
7009         * opts.c (parse_no_sanitize_attribute): New function.
7010         (common_handle_option): Use renamed enum value.
7011         * opts.h (parse_no_sanitize_attribute): Declare.
7012         * tree.c (sanitize_flags_p): New function.
7013         * tree.h: Declared here.
7014         * tsan.c: Use sanitize_flags_p.
7015         * ubsan.c (ubsan_expand_null_ifn): Likewise.
7016         (instrument_mem_ref): Likewise.
7017         (instrument_bool_enum_load): Likewise.
7018         (do_ubsan_in_current_function): Remove the function.
7019         (pass_ubsan::execute): Use sanitize_flags_p.
7020         * ubsan.h: Remove do_ubsan_in_current_function
7021         * tree-cfg.c (print_no_sanitize_attr_value): New function.
7022         (dump_function_to_file): Use it here.
7024 2017-06-13  Martin Jambor  <mjambor@suse.cz>
7026         PR tree-optimization/80803
7027         PR tree-optimization/81063
7028         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
7029         (propagate_subaccesses_across_link): Enqueue subtree whenever
7030         necessary instead of relying on the caller.
7032 2017-06-13  Martin Jambor  <mjambor@suse.cz>
7034         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
7035         that have a first_link.
7036         (sort_and_splice_var_accesses): Do not check first_link before
7037         enquing.
7038         (subtree_mark_written_and_enqueue): Likewise.
7039         (propagate_all_subaccesses): Likewise and do not stop at first
7040         parent with a first_link.
7042 2017-06-13  Martin Jambor  <mjambor@suse.cz>
7044         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
7045         instead of f.
7047 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
7049         * match.pd: New pattern.
7051 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
7053         * tree-vrp.c (is_masked_range_test): New function.
7054         (register_edge_assert_for): Determine ranges for
7055         some bit tests.
7057 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
7059         PR tree-optimization/67328
7060         * fold-const.c (maskable_range_p): New function.
7061         (build_range_check): Generate bittests if possible.
7063 2017-06-13  Martin Liska  <mliska@suse.cz>
7065         * gimple-pretty-print.c (dump_probability): Add new argument.
7066         (dump_edge_probability): Dump both probability and count.
7067         (dump_gimple_label): Likewise.
7068         (dump_gimple_bb_header): Likewise.
7070 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
7072         PR target/81072
7073         * config/avr/avr-devices.c: Fix indentation.
7074         * config/avr/gen-avr-mmcu-specs.c: Dito.
7076 2017-06-13  Richard Biener  <rguenther@suse.de>
7078         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
7079         instead get vector type from stmt_info.
7080         (vectorizable_reduction): Adjust.  Remove dead code.
7082 2017-06-13  Richard Biener  <rguenther@suse.de>
7084         PR middle-end/81065
7085         * fold-const.c (extract_muldiv_1): Remove bogus distribution
7086         case of C * (x * C2 + C3).
7087         (fold_addr_of_array_ref_difference): Properly fold index difference.
7089 2017-06-12  David S. Miller  <davem@davemloft.net>
7091         PR target/80968
7092         * config/sparc/sparc.md (return expander): Emit frame blockage if
7093         function uses alloca.
7095 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
7097         * combine.c (make_field_assignment): Check len rather than the mode
7098         precision when calling force_to_mode.
7100 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
7102         Support multilibs and devices that see flash in RAM address range.
7104         PR target/81072
7105         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
7106         (avr_mcu_t) <flash_pm_offset>: New field.
7107         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
7108         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
7109         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
7110         (AVR_TINY_PM_OFFSET): Remove macro.
7111         * config/avr/avr.opt (-mshort-calls): New option.
7112         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
7113         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
7114         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
7115         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
7116         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
7117         instead of avr_arch->have_jmp_call.
7118         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
7119         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
7120         avr_arch->flash_pm_offset to define.
7121         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
7122         new field flash_pm_offset.  Add entry for avrxmega3.
7123         (avr_texinfo): Add entry for avrxmega3.
7124         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
7125         attiny212, attiny214,
7126         attiny412, attiny414, attiny416, attiny417,
7127         attiny814, attiny816, attiny817,
7128         attiny1614, attiny1616, attiny1617,
7129         attiny3214, attiny3216, attiny3217.
7130         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
7131         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
7132         (avr_print_operand_address) [AVR_TINY]: Same.
7133         (avr_asm_init_sections) <readonly_data_section>: Only patch
7134         callback if avr_arch->flash_pm_offset = 0.
7135         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
7136         for rodata if avr_arch->flash_pm_offset != 0.
7137         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
7138         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
7139         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
7140         (m_options): Append opt_rcall.
7141         (m_dirnames): Append dir_rcall.
7142         * config/avr/t-multilib: Regenerate.
7144         * configure.ac [target=avr]: Check whether avrxmega3 default
7145         linker description file works as needed.
7146         * configure: Regenerate.
7147         * doc/avr-mmcu.texi: Regenerate.
7148         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
7149         <__AVR_ARCH__>: Document avrxmega3 and 103.
7150         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
7151         <__AVR_SHORT_CALLS__>: Document it.
7152         <__AVR_PM_BASE_ADDRESS__>: Document it.
7153         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
7154         (AVR Variable Attributes) <progmem>: Document this is
7155         not needed for avrxmega3.
7156         (AVR Named Address Spaces) <__flash>: Dito.
7158 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
7160         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
7162 2017-06-12  Doug Rupp  <rupp@adacore.com>
7164         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
7165         Append vxworks-stdint.h to the tm_file list.
7166         * config/vxworks-stdint.h: New file.
7168 2017-06-12  Martin Liska  <mliska@suse.cz>
7170         PR tree-optimization/81041
7171         * tree-profile.c (gimple_gen_ic_func_profiler):
7172         Create an extra BB in profile-generate
7173         (gimple_gen_time_profiler): Likewise.
7175 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
7177         PR tree-optimization/81003
7178         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
7179         (update_range_test): Use it instead of force_gimple_operand_gsi.
7181 2017-06-12  Richard Biener  <rguenther@suse.de>
7183         PR tree-optimization/81053
7184         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
7185         with backedge value not defined in loop.  Simplify def stmt
7186         compute.
7188 2017-06-11  Tom de Vries  <tom@codesourcery.com>
7190         PR target/79939
7191         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
7192         Return true.
7193         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
7194         nvptx_cannot_force_const_mem.
7196 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
7198         * opts.c (finish_options): Move test for flag_split_stack after
7199         it has been initialized.
7201 2017-06-11  Jason Merrill  <jason@redhat.com>
7203         * tree.h (id_equal): New.
7204         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
7205         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
7206         instead of strcmp of IDENTIFIER_POINTER.
7208 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
7210         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
7211         (mark_all_inlined_calls_cdtor): Fix formating.
7212         (inline_transform): Rescale profile before inlining.
7214 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
7216         * cgraph.h (cgraph_edge::clone): Update prototype.
7217         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
7218         (cgraph_node::create_clone): Update.
7219         (cgraph_node::create_version_clone): Update.
7220         * tree-inline.c (copy_bb): Update.
7221         (expand_call_inline): Update.
7223 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
7225         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
7226         factored out from ...
7227         (rs6000_emit_prologue): ... here.
7229 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
7231         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
7232         factored out from ...
7233         (rs6000_emit_prologue): ... here.
7235 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
7237         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
7238         edge counts.
7239         (handle_missing_profiles): Fix computation of tp_first_run.
7240         (counts_to_freqs): Do not touch freqs when count is 0.
7242 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
7244         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
7245         profile.
7247 2017-06-10  Tom de Vries  <tom@codesourcery.com>
7249         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
7250         attributes): Document signal effective target.
7252 2017-06-10  Tom de Vries  <tom@codesourcery.com>
7254         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
7255         Document effective target stack_size.
7257 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
7259         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
7260         to the edit_context if they can be auto-applied.
7262 2017-06-9  Ian Lance Taylor  <iant@golang.org>
7264         * opts.c (finish_options): If -fsplit-stack, disable implicit
7265         -forder-blocks-and-partition.
7266         * doc/invoke.texi (Optimize Options): Document that when using
7267         -fsplit-stack -forder-blocks-and-partition is not implicitly
7268         enabled.
7270 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
7272         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
7273         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
7274         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
7275         * builtins.def (abort, trap, unreachable): Declare cold.
7276         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
7277         * tree-core.h (ECF_COLD): New.
7278         * tree.c (set_call_expr_flags): Handle ECF_COLD.
7279         (build_common_builtin_nodes): Mark unreachable and abort as cold.
7281 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
7283         * predict.c (unlikely_executed_stmt_p): Cleanup.
7285 2017-06-09  Richard Biener  <rguenther@suse.de>
7287         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
7288         model if the ref is always written to.
7290 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
7292         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
7294 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
7296         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
7297         than udiv.
7299 2017-06-09  Tom de Vries  <tom@codesourcery.com>
7301         PR target/80855
7302         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
7303         "target cannot support label values" when encountering LABEL_REF.
7305 2017-06-09  Martin Liska  <mliska@suse.cz>
7307         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
7308         (gimple_gen_ic_func_profiler): Emit direct comparison
7309         of __gcov_indirect_call_callee with NULL.
7310         (gimple_gen_time_profiler): Change probability from
7311         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
7313 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
7315         * profile.c (edge_gcov_counts): Turn to pointer.
7316         (compute_branch_probabilities, compute_branch_probabilities): Update.
7317         (branch_prob): Do not clear edge_gcov_count.
7318         * profile.h (edge_gcov_counts): Turn to pointer.
7319         (edge_gcov_count): Update.
7321 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
7323         * gimple.h (gimple_check_failed): Mark cold.
7325 2017-06-09  Richard Biener  <rguenther@suse.de>
7327         PR tree-optimization/66623
7328         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
7329         refactor check_reduction into two parts, properly computing
7330         whether we have to check reduction validity for outer loop
7331         vectorization.
7333 2017-06-09  Richard Biener  <rguenther@suse.de>
7335         PR tree-optimization/79483
7336         * graphite-scop-detection.c (order): New global.
7337         (get_order): Compute bb to order mapping that satisfies code
7338         generation constraints.
7339         (cmp_pbbs): New helper.
7340         (build_scops): Start domwalk at entry block, sort generated
7341         pbbs.
7343 2017-06-09  Richard Biener  <rguenther@suse.de>
7345         PR middle-end/81007
7346         * ipa-polymorphic-call.c
7347         (ipa_polymorphic_call_context::restrict_to_inner_class):
7348         Skip FIELD_DECLs with error_mark_node type.
7349         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
7350         last again.
7352 2017-06-09  Martin Liska  <mliska@suse.cz>
7354         * predict.c (struct branch_predictor): New struct.
7355         (test_prediction_value_range): New test.
7356         (predict_c_tests): New function.
7357         * selftest-run-tests.c (selftest::run_tests): Run the function.
7358         * selftest.h: Declare new tests.
7360 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
7362         PR target/80966
7363         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
7364         gen_add3_insn did not fail.
7365         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
7366         r0, construct that number in a temporary reg and add that reg to r0.
7367         If asked to put the result in r0 as well, fail.
7369 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
7371         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
7372         for early expansion of vec_eqv.
7374 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
7376         PR middle-end/81005
7377         * ubsan.c (instrument_null): Avoid pointless code temporary.
7378         (pass_ubsan::execute): Instrument aggregate arguments of calls.
7380 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
7382         PR target/81015
7383         Revert:
7384         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
7386         PR target/59874
7387         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
7388         (*clzhi2): Ditto.
7390 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7392         * predict.c (unlikely_executed_edge_p): Move ahead.
7393         (probably_never_executed_edge_p): Use it.
7395 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
7397         PR middle-end/79988
7398         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
7399         gimple_call_builtin_p call.
7401 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7403         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
7404         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
7405         rtl_check_failed_type2, rtl_check_failed_code1,
7406         rtl_check_failed_code2, rtl_check_failed_code_mode,
7407         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
7408         rtvec_check_failed_bounds, rtl_check_failed_flag,
7409         _fatal_insn_not_found, _fatal_insn): Likewise.
7410         * tree.h (tree_contains_struct_check_failed,
7411         tree_check_failed, tree_not_check_failed,
7412         tree_class_check_failed, tree_range_check_failed,
7413         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
7414         tree_vec_elt_check_failed, phi_node_elt_check_failed,
7415         tree_operand_check_failed, omp_clause_check_failed,
7416         omp_clause_operand_check_failed, omp_clause_range_check_failed):
7417         Likewise.
7419 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7421         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
7422         flag_branch_probabilities.
7423         * ipa-inline.c (edge_badness): Likewise.
7424         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
7425         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
7426         * predict.c (maybe_hot_frequency_p): Likewise.
7427         (probably_never_executed): Likewise.
7428         * sched-ebb.c (schedule_ebbs): Likewise.
7429         * sched-rgn.c (find_single_block_region): Likewise.
7430         * tracer.c (tail_duplicate): Likewise.
7432 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7434         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
7435         longer requires x_flag_profile_use.
7437 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7439         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
7440         instead of flag_reorder_blocks_and_partition.
7441         * dbxout.c (dbxout_function_end): Likewise.
7442         * dwarf2out.c (gen_subprogram_die): Likewise.
7443         * haifa-sched.c (sched_create_recovery_edges): Likewise.
7444         * hw-doloop.c (reorg_loops): Likewise.
7445         * varasm.c (assemble_start_function,
7446         assemble_end_function): Likewise.
7447         (decide_function_section): Do not check for
7448         flag_reorder_blocks_and_partition.
7450 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
7452         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
7453         New function.
7454         (chkp_get_hard_register_fake_addr_expr): Ditto.
7455         (chkp_build_addr_expr): Add check for hard reg case.
7456         (chkp_parse_array_and_component_ref): Ditto.
7457         (chkp_find_bounds_1): Ditto.
7458         (chkp_process_stmt): Don't generate bounds store for
7459         hard reg case.
7461 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7463         * predict.c (maybe_hot_bb_p): Do not check profile status.
7464         (maybe_hot_edge_p): Likewise.
7465         (probably_never_executed): Check for zero counts even if profile
7466         is not read.
7467         (unlikely_executed_edge_p): New function.
7468         (unlikely_executed_stmt_p): New function.
7469         (unlikely_executed_bb_p): New function.
7470         (set_even_probabilities): Use unlikely predicates.
7471         (combine_predictions_for_bb): Likewise.
7472         (predict_paths_for_bb): Likewise.
7473         (predict_paths_leading_to_edge): Likewise.
7474         (determine_unlikely_bbs): New function.
7475         (estimate_bb_frequencies): Use it.
7476         (compute_function_frequency): Use zero counts even if profile is
7477         not read.
7478         * profile-count.h: Fix typo.
7480 2017-08-08  Julia Koval  <julia.koval@intel.com>
7482         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
7483         _mm512_mask_cvtsepi16_storeu_epi8,
7484         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
7485         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
7486         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
7487         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
7488         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
7489         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
7490         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
7491         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
7492         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
7493         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
7494         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
7495         __builtin_ia32_pmovuswb256mem_mask,
7496         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
7497         __builtin_ia32_pmovwb512mem_mask): New builtins.
7499 2017-08-08  Julia Koval  <julia.koval@intel.com>
7501         PR target/73350,80862
7502         * config/i386/subst.md (round): Fix round pattern.
7503         * config/i386/i386.c (ix86_erase_embedded_rounding):
7504         Fix erasing rounding for the fixed pattern.
7506 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7508         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
7510 2017-06-08  Martin Liska  <mliska@suse.cz>
7512         PR gcov-profile/80911
7513         * gcov.c (block_info::block_info): New constructor.
7515 2017-06-07  Carl Love  <cel@us.ibm.com>
7517         * config/rs6000/rs6000-c: The return type of the following
7518         built-in functions was implemented as int not long long.  Fix sign
7519         of return value for the unsigned version of vec_mulo and vec_mule.
7520         vector unsigned long long vec_bperm (vector unsigned long long,
7521                                              vector unsigned char)
7522         vector signed long long vec_mule (vector signed int,
7523                                           vector signed int)
7524         vector unsigned long long vec_mule (vector unsigned int,
7525                                             vector unsigned int)
7526         vector signed long long vec_mulo (vector signed int,
7527                                           vector signed int)
7528         vector unsigned long long vec_mulo (vector unsigned int,
7529                                             vector unsigned int)
7530         * doc/extend.texi: Fix the documentation for the built-in
7531         functions.
7533 2017-06-07  Carl Love  <cel@us.ibm.com>
7535         PR target/80982
7536         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
7537         for BE.
7539 2017-06-07  Carl Love  <cel@us.ibm.com>
7541         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
7542         support, Generate       doublehv for signed int/float for BE case only.
7544 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
7546         * doc/invoke.texi (mcx16): Rewrite.
7548 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7550         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
7551         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
7552         *mov<mode>_softfloat, and an anonymous splitter): Use
7553         nonimmediate_operand instead of rs6000_nonimmediate_operand.
7555 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7557         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
7558         SPEFSCR registers.
7559         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
7560         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
7561         (rs6000_debug_reg_global): Adjust.
7562         (rs6000_init_hard_regno_mode_ok): Adjust.
7563         (rs6000_dbx_register_number): Adjust.
7564         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
7565         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
7566         Remove SPE_ACC and SPEFSCR.
7567         (REG_ALLOC_ORDER): Ditto.
7568         (FRAME_POINTER_REGNUM): Change to 111.
7569         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
7570         (REG_CLASS_NAMES): Ditto.
7571         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
7572         (REGISTER_NAMES): Ditto.
7573         (ADDITIONAL_REG_NAMES): Ditto.
7574         (rs6000_reg_names): Ditto.
7575         * config/rs6000/rs6000.md: Renumber some register number
7576         define_constants.
7578 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7580         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
7581         registers.
7582         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
7583         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
7584         to 117.
7585         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
7586         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
7587         Delete the SPE high registers.
7588         (REG_ALLOC_ORDER): Ditto.
7589         (enum reg_class): Remove SPE_HIGH_REGS.
7590         (REG_CLASS_NAMES): Ditto.
7591         (REG_CLASS_CONTENTS): Delete the SPE high registers.
7592         (REGISTER_NAMES): Ditto.
7593         (rs6000_reg_names): Ditto.
7594         * doc/tm.texi.in: Remove SPE as example.
7595         * doc/tm.texi: Regenerate.
7597 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7599         * config/rs6000/8540.md (ppc8540_brinc): Delete.
7600         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
7601         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
7602         * config/rs6000/rs6000.md (type): Remove "brinc".
7604 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7606         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
7607         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
7608         * config/rs6000/linuxspe.h: Delete file.
7609         * config/rs6000/rs6000.md: Don't include spe.md.
7610         * config/rs6000/spe.h: Delete file.
7611         * config/rs6000/spe.md: Delete file.
7612         * config/rs6000/t-rs6000: Remove spe.md.
7614 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7616         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
7617         (reg_or_none500mem_operand): Delete.
7618         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
7619         instead of reg_or_none500mem_operand.
7621 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7623         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
7624         handling of SPE flags.
7625         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
7627 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7629         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
7630         SPE ABI handling.
7631         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
7632         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
7633         paired_divv2sf3): Similar.
7634         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
7635         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
7636         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
7637         RS6000_BUILTIN_S.
7638         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
7639         Rename the paired_* instruction patterns.
7640         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
7641         define __SPE__.
7642         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
7643         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
7644         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
7645         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
7646         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
7647         PAIRED_VECTOR_MODE.
7648         (struct machine_function): Delete field spe_insn_chain_scanned_p.
7649         (spe_func_has_64bit_regs_p): Delete.
7650         (spe_expand_predicate_builtin): Delete.
7651         (spe_expand_evsel_builtin): Delete.
7652         (TARGET_DWARF_REGISTER_SPAN): Do not define.
7653         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
7654         (invalid_e500_subreg): Delete.
7655         (rs6000_legitimize_address): Always force_reg op2 as well, for
7656         paired single memory accesses.
7657         (rs6000_member_type_forces_blk): Delete.
7658         (rs6000_spe_function_arg): Delete.
7659         (rs6000_expand_unop_builtin): Delete SPE handling.
7660         (rs6000_expand_binop_builtin): Ditto.
7661         (spe_expand_stv_builtin): Delete.
7662         (bdesc_2arg_spe): Delete.
7663         (spe_expand_builtin): Delete.
7664         (spe_expand_predicate_builtin): Delete.
7665         (spe_expand_evsel_builtin): Delete.
7666         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
7667         (spe_init_builtins): Delete.
7668         (spe_func_has_64bit_regs_p): Delete.
7669         (savres_routine_name): Delete "info" parameter.  Adjust callers.
7670         (rs6000_emit_stack_reset): Ditto.
7671         (rs6000_dwarf_register_span): Delete.
7672         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
7673         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
7674         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
7675         Delete.
7676         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
7677         Delete.
7678         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
7679         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
7680         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
7681         mulv2sf3, divv2sf3): Delete expanders.
7683 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7685         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
7687 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7689         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
7690         * config/rs6000/rs6000.c: Ditto.
7692 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7694         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
7695         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
7696         comparison_operator.
7698 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7700         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
7701         * config/rs6000/rs6000.opt: Ditto.
7702         * config/rs6000/t-rtems: Ditto.
7704 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7706         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
7707         TARGET_E500_SINGLE by 0, simplify.
7708         * config/rs6000/rs6000.c: Ditto.
7709         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
7710         (spe_build_register_parallel): Delete.
7711         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
7712         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
7713         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
7714         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
7715         (E500_CONVERT): Delete.
7716         * config/rs6000/spe.md: Remove many patterns and all define_constants.
7718 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7720         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
7721         * config/rs6000/dfp.md: Ditto.
7722         (negdd2, *negdd2_fpr): Merge.
7723         (absdd2, *absdd2_fpr): Merge.
7724         (negtd2, *negtd2_fpr): Merge.
7725         (abstd2, *abstd2_fpr): Merge.
7726         * config/rs6000/e500.h: Delete file.
7727         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
7728         TARGET_FPRS by 1 and simplify.
7729         * config/rs6000/rs6000-c.c: Ditto.
7730         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
7731         TARGET_DF_SPE by 0.
7732         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
7733         TARGET_DF_SPE.
7734         * config/rs6000/rs6000.md: Ditto.
7735         (floatdidf2, *floatdidf2_fpr): Merge.
7736         (move_from_CR_gt_bit): Delete.
7737         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
7738         (E500_CR_IOR_COMPARE): Delete.
7739         (All patterns that require !TARGET_FPRS): Delete.
7740         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
7742 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7744         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
7746 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7748         * graphds.c (add_edge): Intitialize edge's attached data.
7749         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
7750         pointer parameter.  Call pointed function on each edge during
7751         graph traversing.  Skip traversing the edge when the function
7752         returns true.
7753         (graphds_dfs, graphds_scc): Ditto.
7754         (for_each_edge): New parameter.  Pass the new parameter to callback
7755         function.
7756         * graphds.h (skip_edge_callback): New function pointer type.
7757         (graphds_dfs, graphds_scc): New function pointer parameter.
7758         (graphds_edge_callback, for_each_edge): New parameter.
7760 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7762         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
7763         out code checking if runtime alias check is possible to below ...
7764         Call the new function.
7765         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
7766         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
7768 2017-06-07  Marek Polacek  <polacek@redhat.com>
7770         PR sanitizer/80932
7771         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
7772         TYPE_OVERFLOW_WRAPS check.
7774 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7776         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
7777         if versioning is required.
7778         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
7779         peeling with the check for versioning.
7781 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7783         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
7784         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
7785         Set true to new parameter if new ssa variable is defined.
7786         (vect_gen_vector_loop_niters): Refactor.  Set range information
7787         for the new vector loop bound variable.
7788         (vect_do_peeling): Ditto.
7790 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7792         * tree-affine.c (ssa.h): Include header file.
7793         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
7794         has wrapping overflow behavior.
7796 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7798         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
7800 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7802         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
7803         (tree_to_aff_combination): ... here.
7805 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7807         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
7808         reg_pressure model function.
7809         (ivopts_global_cost_for_size): Delete.
7810         (determine_set_costs, iv_ca_recount_cost): Call new model function
7811         ivopts_estimate_reg_pressure.
7813 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
7815         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
7816         expensive than udiv.  Remove floating point cases from mod.
7818 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
7820         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
7821         Increase idiv cost.
7823 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
7825         * config/aarch64/aarch64.md
7826         (copysignsf3): Fix mask generation.
7828 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
7830         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
7831         TDI_gimple.
7832         (class dump_manager): Add register_dumps method.
7833         * dumpfile.c: Include langhooks.h.
7834         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
7835         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
7836         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
7837         (dump_manager::dump_register): Start with 512 entries instead of 32.
7838         (dump_manager::register_dumps): New method.
7839         * toplev.c (general_init): Instead of invoking register_dumps
7840         langhook, invoke register_dumps method on the dump manager.
7841         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
7842         TDI_generic.
7844 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
7846         * doc/md.texi: Clarify the restrictions on a define_insn condition.
7847         Say that # requires an associated define_split to exist, and that
7848         the define_split must be suitable for use after register allocation.
7850 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7852         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
7853         (compute_outgoing_frequencies): Also initialize zero counts.
7854         (find_many_sub_basic_blocks): Do not produce uninitialized profile
7855         around loops; preserve more of profile when nothing changes.
7857 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
7859         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
7860         here.
7861         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
7862         * config/arm/arm-cpu-cdata.h: Regenerate.
7863         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
7864         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
7865         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
7866         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
7867         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
7868         support.
7869         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
7870         support.
7871         * config/arm/t-rmprofile: Likewise.
7872         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
7874 2017-06-06  David S. Miller  <davem@davemloft.net>
7876         PR target/80968
7877         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
7878         blockage if function uses alloca.
7880 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
7882         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
7883         New "uid" fields to hold pretty-print IDs of group and ref.
7884         Memory references are now identified as <group_id>:<ref_id>
7885         instead of using [random] addresses.
7886         (dump_mem_details): Simplify, no functional change.
7887         (dump_mem_ref): Simplify and make output more concise.
7888         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
7889         (find_or_create_group): Initialize group uid.
7890         (record_ref): Initialize ref uid.  Improve debug output.
7891         (prune_group_by_reuse, should_issue_prefetch_p,)
7892         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
7893         (mark_nontemporal_store, determine_loop_nest_reuse):
7894         Improve debug output.
7896 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
7898         * dbgcnt.def (prefetch): New debug counter.
7899         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
7900         (schedule_prefetches): Stop issueing prefetches if debug counter
7901         tripped.
7903 2017-06-06  Tom de Vries  <tom@codesourcery.com>
7905         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
7906         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
7908 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7910         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
7911         Use aarch64_reg_or_zero predicate for operand 4.
7912         (aarch64_compare_and_swap<mode> define_insn_and_split):
7913         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
7914         (aarch64_store_exclusive<mode>): Likewise for operand 2.
7916 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7918         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
7919         (arm_compute_save_core_reg_mask): This.
7920         (thumb1_compute_save_reg_mask): Rename into ...
7921         (thumb1_compute_save_core_reg_mask): This.
7922         (arm_compute_save_reg0_reg12_mask): Adapt comment.
7923         (arm_compute_frame_layout): Likewise.
7925 2017-06-06  Richard Biener  <rguenther@suse.de>
7927         PR tree-optimization/80974
7928         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
7929         keep or clear leaders SSA info.
7931 2017-06-06  Tom de Vries  <tom@codesourcery.com>
7933         * config/nvptx/nvptx.c (split_mode_p): New function.
7934         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
7936 2017-06-06  Tom de Vries  <tom@codesourcery.com>
7938         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
7940 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7942         PR bootstrap/80978
7943         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
7944         profile.
7946 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7948         * shrink-wrap.c (handle_simple_exit): Update profile.
7949         (try_shrink_wrapping): Upate profile.
7951 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7953         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
7954         (tree_guess_outgoing_edge_probabilities): New.
7955         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
7956         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
7958 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7960         * ipa-split.c (split_function): Initialize return bb profile.
7962 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7964         * profile.c (compute_branch_probabilities): Also initialize
7965         EXIT_BLOCK profile.
7967 2017-06-06  Richard Biener  <rguenther@suse.de>
7969         PR tree-optimization/80928
7970         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
7971         (vect_analyze_loop_operations): Properly guard analysis for
7972         pure SLP case.
7973         (vect_transform_loop): Likewise.
7974         (vect_analyze_loop_2): Also reset SLP type on PHIs.
7975         (vect_model_induction_cost): Do not cost for pure SLP.
7976         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
7977         of induction in inner loop vectorization.
7978         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
7979         (vect_get_and_check_slp_defs): Handle vect_induction_def.
7980         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
7981         recursion.
7982         (vect_analyze_slp_cost_1): Cost induction.
7983         (vect_detect_hybrid_slp_stmts): Handle PHIs.
7984         (vect_get_slp_vect_defs): Likewise.
7985         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
7986         (vect_transform_stmt): Handle SLP reductions.
7987         * tree-vectorizer.h (vectorizable_induction): Adjust.
7989 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
7991         * config/rs6000/rs6000.c (make_resolver_func): Update
7992         init_lowered_empty_function call.
7994 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7996         * doc/invoke.texi: Document the -fprofile-abs-path option.
7997         * common.opt (fprofile-abs-path): New option.
7998         * gcov-io.h (gcov_write_filename): Declare.
7999         * gcov-io.c (gcov_write_filename): New function.
8000         * coverage.c (coverage_begin_function): Use gcov_write_filename.
8001         * profile.c (output_location): Likewise.
8003 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
8005         * shring-wrap.c: Revert accidental commit.
8007 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
8009         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
8011 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
8013         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
8014         new edge.
8015         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
8016         profile in callgraph edge.
8017         * profile-count.h (apply_probability): If THIS is 0, then result is 0
8018         (apply_scale): Likewise.
8019         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
8020         Also scale profile when inlining function with zero profile.
8021         (initialize_cfun): Update exit block profile even when it is zero.
8022         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
8023         when profile is read.
8025 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
8027         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
8028         (CLONE_*): New constants to define the processors we can generate
8029         code for with the target_clone attribute.
8030         (rs6000_clone_map): New array to identify which clone processors
8031         the current program is running on.
8032         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
8033         target_clone attribute.
8034         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
8035         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
8036         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
8037         (cpu_expand_builtin): Add support for target_clone attribute.
8038         (rs6000_valid_attribute_p): Allow "default" attribute.
8039         (get_decl_name): New debug function to simplify printing the
8040         current function name in debugging statements.
8041         (rs6000_clone_priority): New functions to support the target_clone
8042         attribute, and be able to generate code to switch between ISA 2.05
8043         through ISA 3.0 (power6 through power9).
8044         (rs6000_compare_version_priority): Likewise.
8045         (rs6000_get_function_versions_dispatcher): Likewise.
8046         (make_resolver_func): Likewise.
8047         (add_condition_to_bb): Likewise.
8048         (dispatch_function_versions): Likewise.
8049         (rs6000_generate_version_dispatcher_body): Likewise.
8050         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
8051         (fusion_gpr_load_p): Fix a spacing issue.
8052         * doc/extend.texi (Common Function Attributes): Document that the
8053         PowerPC supports the target_clone attribute.
8055 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8057         * config/arm/arm.h: explain F symbol found in description of ARM
8058         register allocation in its legend.
8060 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
8062         * config/mips/frame-header-opt.c: Include profile-count.h.
8063         * config/riscv/riscv.c: Include profile-count.h
8065 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
8067         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
8068         update profile.
8069         (sm_set_flag_if_changed): Add bbs field.
8070         (execute_sm_if_changed_flag_set): Pass BBS.
8071         (execute_sm): Update.
8073 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8075         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
8076         New pattern.
8078 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8080         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
8081         (peephole2): New peephole2 to emit the above.
8082         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
8084 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8086         * config/aarch64/aarch64.c (define_peephole2 above
8087         *sub_<shift>_<mode>): New peephole.
8089 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
8091         * config/i386/i386.c (make_resolver_func): Update.
8092         * Makefile.in: Add profile-count.h and profile-count.o
8093         * auto-profile.c (afdo_indirect_call): Update to new API.
8094         (afdo_set_bb_count): Update.
8095         (afdo_propagate_edge): Update.
8096         (afdo_propagate_circuit): Update.
8097         (afdo_calculate_branch_prob): Update.
8098         (afdo_annotate_cfg): Update.
8099         * basic-block.h: Include profile-count.h
8100         (struct edge_def): Turn count to profile_count.
8101         (struct basic_block_def): Likewie.
8102         (REG_BR_PROB_BASE): Move to profile-count.h
8103         (RDIV): Move to profile-count.h
8104         * bb-reorder.c (max_entry_count): Turn to profile_count.
8105         (find_traces): Update.
8106         (rotate_loop):Update.
8107         (connect_traces):Update.
8108         (sanitize_hot_paths):Update.
8109         * bt-load.c (migrate_btr_defs): Update.
8110         * cfg.c (RDIV): Remove.
8111         (init_flow): Use alloc_block.
8112         (alloc_block): Uninitialize count.
8113         (unchecked_make_edge): Uninitialize count.
8114         (check_bb_profile): Update.
8115         (dump_edge_info): Update.
8116         (dump_bb_info): Update.
8117         (update_bb_profile_for_threading): Update.
8118         (scale_bbs_frequencies_int): Update.
8119         (scale_bbs_frequencies_gcov_type): Update.
8120         (scale_bbs_frequencies_profile_count): New.
8121         * cfg.h (update_bb_profile_for_threading): Update.
8122         (scale_bbs_frequencies_profile_count): Declare.
8123         * cfgbuild.c (compute_outgoing_frequencies): Update.
8124         (find_many_sub_basic_blocks): Update.
8125         * cfgcleanup.c (try_forward_edges): Update.
8126         (try_crossjump_to_edge): Update.
8127         * cfgexpand.c (expand_gimple_tailcall): Update.
8128         (construct_exit_block): Update.
8129         * cfghooks.c (verify_flow_info): Update.
8130         (dump_bb_for_graph): Update.
8131         (split_edge): Update.
8132         (make_forwarder_block): Update.
8133         (duplicate_block): Update.
8134         (account_profile_record): Update.
8135         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
8136         (get_estimated_loop_iterations): Update.
8137         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
8138         (single_likely_exit): Update.
8139         * cfgloopmanip.c (scale_loop_profile): Update.
8140         (loopify): Update.
8141         (set_zero_probability): Update.
8142         (lv_adjust_loop_entry_edge): Update.
8143         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
8144         (purge_dead_edges): Update.
8145         (rtl_account_profile_record): Update.
8146         * cgraph.c (cgraph_node::create): Uninitialize count.
8147         (symbol_table::create_edge): Uninitialize count.
8148         (cgraph_update_edges_for_call_stmt_node): Update.
8149         (cgraph_edge::dump_edge_flags): Update.
8150         (cgraph_node::dump): Update.
8151         (cgraph_edge::maybe_hot_p): Update.
8152         * cgraph.h: Include profile-count.h
8153         (create_clone), create_edge, create_indirect_edge): Update.
8154         (cgraph_node): Turn count to profile_count.
8155         (cgraph_edge0: Likewise.
8156         (make_speculative, clone): Update.
8157         (create_edge): Update.
8158         (init_lowered_empty_function): Update.
8159         * cgraphclones.c (cgraph_edge::clone): Update.
8160         (duplicate_thunk_for_node): Update.
8161         (cgraph_node::create_clone): Update.
8162         * cgraphunit.c (cgraph_node::analyze): Update.
8163         (cgraph_node::expand_thunk): Update.
8164         * final.c (dump_basic_block_info): Update.
8165         * gimple-streamer-in.c (input_bb): Update.
8166         * gimple-streamer-out.c (output_bb): Update.
8167         * graphite.c (print_global_statistics): Update.
8168         (print_graphite_scop_statistics): Update.
8169         * hsa-brig.c: Include basic-block.h.
8170         * hsa-dump.c: Include basic-block.h.
8171         * hsa-gen.c (T sum_slice): Update.
8172         (convert_switch_statements):Update.
8173         * hsa-regalloc.c: Include basic-block.h.
8174         * ipa-chkp.c (chkp_produce_thunks): Update.
8175         * ipa-cp.c (struct caller_statistics): Update.
8176         (init_caller_stats): Update.
8177         (gather_caller_stats): Update.
8178         (ipcp_cloning_candidate_p): Update.
8179         (good_cloning_opportunity_p): Update.
8180         (get_info_about_necessary_edges): Update.
8181         (dump_profile_updates): Update.
8182         (update_profiling_info): Update.
8183         (update_specialized_profile): Update.
8184         (perhaps_add_new_callers): Update.
8185         (decide_about_value): Update.
8186         (ipa_cp_c_finalize): Update.
8187         * ipa-devirt.c (struct odr_type_warn_count): Update.
8188         (struct decl_warn_count): Update.
8189         (struct final_warning_record): Update.
8190         (possible_polymorphic_call_targets): Update.
8191         (ipa_devirt): Update.
8192         * ipa-fnsummary.c (redirect_to_unreachable): Update.
8193         * ipa-icf.c (sem_function::merge): Update.
8194         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
8195         * ipa-inline.c (compute_uninlined_call_time): Update.
8196         (compute_inlined_call_time): Update.
8197         (want_inline_small_function_p): Update.
8198         (want_inline_self_recursive_call_p): Update.
8199         (edge_badness): Update.
8200         (lookup_recursive_calls): Update.
8201         (recursive_inlining): Update.
8202         (inline_small_functions): Update.
8203         (dump_overall_stats): Update.
8204         (dump_inline_stats): Update.
8205         * ipa-profile.c (ipa_profile_generate_summary): Update.
8206         (ipa_propagate_frequency): Update.
8207         (ipa_profile): Update.
8208         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
8209         * ipa-utils.c (ipa_merge_profiles): Update.
8210         * loop-doloop.c (doloop_modify): Update.
8211         * loop-unroll.c (report_unroll): Update.
8212         (unroll_loop_runtime_iterations): Update.
8213         * lto-cgraph.c (lto_output_edge): Update.
8214         (lto_output_node): Update.
8215         (input_node): Update.
8216         (input_edge): Update.
8217         (merge_profile_summaries): Update.
8218         * lto-streamer-in.c (input_cfg): Update.
8219         * lto-streamer-out.c (output_cfg): Update.
8220         * mcf.c (create_fixup_graph): Update.
8221         (adjust_cfg_counts): Update.
8222         (sum_edge_counts): Update.
8223         * modulo-sched.c (sms_schedule): Update.
8224         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
8225         * predict.c (maybe_hot_count_p): Update.
8226         (probably_never_executed): Update.
8227         (dump_prediction): Update.
8228         (combine_predictions_for_bb): Update.
8229         (propagate_freq): Update.
8230         (handle_missing_profiles): Update.
8231         (counts_to_freqs): Update.
8232         (rebuild_frequencies): Update.
8233         (force_edge_cold): Update.
8234         * predict.h: Include profile-count.h
8235         (maybe_hot_count_p, counts_to_freqs): UPdate.
8236         * print-rtl-function.c: Do not include cfg.h
8237         * print-rtl.c: Include basic-block.h
8238         * profile-count.c: New file.
8239         * profile-count.h: New file.
8240         * profile.c (is_edge_inconsistent): Update.
8241         (correct_negative_edge_counts): Update.
8242         (is_inconsistent): Update.
8243         (set_bb_counts): Update.
8244         (read_profile_edge_counts): Update.
8245         (compute_frequency_overlap): Update.
8246         (compute_branch_probabilities): Update; Initialize and deinitialize
8247         gcov_count tables.
8248         (branch_prob): Update.
8249         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
8250         (edge_gcov_count): New.
8251         (bb_gcov_count): New.
8252         * shrink-wrap.c (try_shrink_wrapping): Update.
8253         * tracer.c (better_p): Update.
8254         * trans-mem.c (expand_transaction): Update.
8255         (ipa_tm_insert_irr_call): Update.
8256         (ipa_tm_insert_gettmclone_call): Update.
8257         * tree-call-cdce.c: Update.
8258         * tree-cfg.c (gimple_duplicate_sese_region): Update.
8259         (gimple_duplicate_sese_tail): Update.
8260         (gimple_account_profile_record): Update.
8261         (execute_fixup_cfg): Update.
8262         * tree-inline.c (copy_bb): Update.
8263         (copy_edges_for_bb): Update.
8264         (initialize_cfun): Update.
8265         (freqs_to_counts): Update.
8266         (copy_cfg_body): Update.
8267         (expand_call_inline): Update.
8268         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
8269         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
8270         (try_unroll_loop_completely): Update.
8271         (try_peel_loop): Update.
8272         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
8273         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
8274         * tree-ssa-loop-split.c (connect_loops): Update.
8275         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
8276         * tree-ssa-reassoc.c (branch_fixup): Update.
8277         * tree-ssa-tail-merge.c (replace_block_by): Update.
8278         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
8279         (compute_path_counts): Update.
8280         (update_profile): Update.
8281         (recompute_probabilities): Update.
8282         (update_joiner_offpath_counts): Update.
8283         (estimated_freqs_path): Update.
8284         (freqs_to_counts_path): Update.
8285         (clear_counts_path): Update.
8286         (ssa_fix_duplicate_block_edges): Update.
8287         (duplicate_thread_path): Update.
8288         * tree-switch-conversion.c (case_bit_test_cmp): Update.
8289         (struct switch_conv_info): Update.
8290         * tree-tailcall.c (decrease_profile): Update.
8291         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
8292         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
8293         * value-prof.c (check_counter): Update.
8294         (gimple_divmod_fixed_value): Update.
8295         (gimple_mod_pow2): Update.
8296         (gimple_mod_subtract): Update.
8297         (gimple_ic_transform): Update.
8298         (gimple_stringop_fixed_value): Update.
8299         * value-prof.h (gimple_ic): Update.
8301 2017-06-02  Carl Love  <cel@us.ibm.com>
8303         * config/rs6000/rs6000-c: Add support for built-in functions
8304         vector double vec_doublee (vector signed int);
8305         vector double vec_doublee (vector unsigned int);
8306         vector double vec_doublee (vector float);
8307         vector double vec_doubleh (vector signed int);
8308         vector double vec_doubleh (vector unsigned int);
8309         vector double vec_doubleh (vector float);
8310         vector double vec_doublel (vector signed int);
8311         vector double vec_doublel (vector unsigned int);
8312         vector double vec_doublel (vector float);
8313         vector double vec_doubleo (vector signed int);
8314         vector double vec_doubleo (vector unsigned int);
8315         vector double vec_doubleo (vector float);.
8316         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
8317         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
8318         UNS_DOUBLEL.
8319         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
8320         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
8321         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
8322         VS_sxwsp.
8323         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
8324         vec_doublel, vec_doubleh.
8325         * doc/extend.texi: Update the built-in documentation file for the
8326         new built-in functions.
8328 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
8330         PR jit/80954
8331         * ipa-inline-analysis.c (free_growth_caches): Set
8332         edge_removal_hook_holder to NULL after removing it.
8334 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
8336         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
8337         comparision with zero.
8339 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
8340         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
8341         for early expansion of vec_min and vec_max builtins.
8342         (builtin_function_type): Add min/max unsigned variants to those
8343         identified as having unsigned arguments.
8345 2017-06-02  Olivier Hainque  <hainque@adacore.com>
8347         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
8349 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8351         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
8352         Use VALL_F16 iterator rather than VALL.
8354 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8356         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
8357         Emit CBNZ inside loop when doing a strong exchange and comparing
8358         against zero.  Generate the CC flags after the loop.
8360 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
8362         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
8363         (dl_section_ref): New.
8364         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
8365         On AIX, append an expression to subtract the size of the
8366         section length to dl_section_ref.
8368 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
8370         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
8371         for early expansion of vector absolute builtins.
8373 2017-06-02  Richard Biener  <rguenther@suse.de>
8375         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
8376         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
8378 2017-06-02  Richard Biener  <rguenther@suse.de>
8380         PR tree-optimization/80948
8381         * tree-tailcall.c (find_tail_calls): Track stmts to move in
8382         stmt order as well.
8384 2017-06-02  Richard Biener  <rguenther@suse.de>
8386         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
8387         PHIs are ok.
8388         * tree-vect-stmts.c (process_use): Do not mark backedge defs
8389         for inductions as relevant.
8391 2017-06-02  Richard Biener  <rguenther@suse.de>
8393         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
8394         (vectorizable_induction): ... this.  Remove dead code.
8396 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
8398         * builtins. (expand_builtin_alloca): Remove second parameter and
8399         infer its value from the first parameter instead.
8400         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
8402 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
8404         PR rtl-optimization/80903
8405         * loop-doloop.c (add_test): Unshare sequence.
8407 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8409         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
8411 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8413         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
8414         static.
8415         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
8416         xlogue_layout::get_instance, logue_layout::xlogue_layout,
8417         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
8418         (xlogue_layout::get_stub_rtx): Make static.
8419         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
8420         (xlogue_layout::compute_stub_managed_regs): Rename to...
8421         (xlogue_layout::count_stub_managed_regs): ...this.
8422         (xlogue_layout::is_stub_managed_reg): New function.
8423         (xlogue_layout::m_stub_names): Rename to...
8424         (xlogue_layout::s_stub_names): ...this, make static.
8425         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
8426         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
8427         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
8428         xlogue_layout::s_stub_names): Instantiate statics.
8429         (stub_managed_regs): Remove.
8430         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
8431         (disable_call_ms2sysv_xlogues): Rename to...
8432         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
8433         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
8434         warning logic.
8435         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
8436         change after reload_completed.
8437         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
8438         directly.
8439         (ix86_expand_prologue): Likewise.
8440         (ix86_expand_epilogue): Likewise.
8441         (ix86_expand_split_stack_prologue): Likewise.
8442         (ix86_compute_frame_layout): Remove frame parameter ...
8443         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
8444         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
8445         only if necessary.
8446         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
8447         (ix86_frame): Move from here ...
8448         * config/i386/i386.h (ix86_frame): ... to here.
8449         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
8450         complete ix86_frame data structure instead.  Remove some_ld_name.
8452 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
8454         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
8455         symbols that hold a DECL_VALUE_EXPR.
8457 2017-06-01  Martin Jambor  <mjambor@suse.cz>
8459         PR tree-optimization/80898
8460         * tree-sra.c (process_subtree_disqualification): Removed.
8461         (disqualify_candidate): Do not acll
8462         process_subtree_disqualification.
8463         (subtree_mark_written_and_enqueue): New function.
8464         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
8465         RHS has been disqualified and re-queue LHS if necessary.  Apart
8466         from that, ignore disqualified RHS.
8468 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8470         * config/s390/s390.c (s390_emit_epilogue): Disable early return
8471         address fetch for z10 or later.
8473 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8475         * config/arc/arc.md (tst_movb): Add guard when splitting.
8477 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8479         * config/arc/arc.c (arc_can_eliminate): Test against
8480         arc_frame_pointer_needed.
8482 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8484         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
8485         to prevent store reordering.
8486         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
8487         (type): Add block type.
8488         (stack_tie): Define special instruction to be used in
8489         expand_prologue.
8491 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8493         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
8494         constraint. It is not valid for the pattern.
8495         (noncommutative_binary_comparison): Likewise.
8497 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8499         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
8500         scaled addresses.
8502 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8504         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
8505         be used by the reg-alloc.
8507 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8509         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
8510         reg-alloc when having mul64 or mul32x16 instructions.
8511         (mulsidi3): Likewise.
8512         (umulsidi3): Likewise.
8513         (mulsi32x16): New pattern.
8514         (mulsi64): Likewise.
8515         (mulsidi64): Likewise.
8516         (umulsidi64): Likewise.
8517         (MUL32x16_REG): Define.
8518         (mul64_600): Use MUL32x16_REG.
8519         (mac64_600): Likewise.
8520         (umul64_600): Likewise.
8521         (umac64_600): Likewise.
8523 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8525         * config/arc/arc.md (mulsi3_700): Make it commutative.
8527 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
8529         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
8530         type for movstouw.
8531         (*sign_extendsidi2_insn): Likewise for movstosw.
8533 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
8535         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
8536         the type of the input discriminant value.  Convert the
8537         discriminant value of signedness vary.
8539 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
8541         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
8542         Add to -Wall section.
8544 2017-06-01  Richard Biener  <rguenther@suse.de>
8546         PR middle-end/66313
8547         * fold-const.c (fold_plusminus_mult_expr): If the factored
8548         factor may be zero use a wrapping type for the inner operation.
8549         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
8550         and handle moved defs.
8551         (process_assignment): Properly guard the unary op case.  Return a
8552         tri-state indicating that moving the stmt before the call may allow
8553         to continue.  Pass through to_move.
8554         (find_tail_calls): Handle moving unrelated defs before
8555         the call.
8557 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
8559         PR target/80618
8560         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
8561         splitter result in the canonical way.
8563 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
8565         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
8566         also for 32bit target.  Update insn attributes.
8567         (zero-extendsidi2 splitter): Allow all registers for operand 1.
8569 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
8571         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
8572         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
8573         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
8574         (_mm_maskz_min_ss): New intrinsics.
8576 2017-05-31  Martin Liska  <mliska@suse.cz>
8578         * tree-vect-loop.c (vect_create_epilog_for_reduction):
8579         Change comment style to one we normally use.
8580         (vectorizable_reduction): Likewise.
8581         (vectorizable_induction): Likewise.
8582         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
8583         (vectorizable_call): Likewise.
8584         (vectorizable_simd_clone_call): Likewise.
8585         (vectorizable_conversion): Likewise.
8586         (vectorizable_assignment): Likewise.
8587         (vectorizable_shift): Likewise.
8588         (vectorizable_operation): Likewise.
8589         (vectorizable_store): Likewise.
8590         (vectorizable_load): Likewise.
8591         * tree-vectorizer.h: Likewise.
8593 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
8595         * passes.c (emergency_dump_function): New.
8596         * tree-pass.h (emergency_dump_function): Declare.
8597         * plugin.c (plugins_internal_error_function): Remove.
8598         * plugin.h (plugins_internal_error_function): Remove declaration.
8599         * toplev.c (internal_error_function): New static function.  Use it...
8600         (general_init): ...here.
8602 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
8604         * config/arc/arc.c (arc_print_operand): Handle constant operands.
8605         (arc_rtx_costs): Add costs for new patterns.
8606         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
8607         * config/arc/predicates.md: Add _1_2_3_operand predicate.
8609 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
8611         * tree-ssa-strlen.c (get_next_strinfo): New function.
8612         (get_stridx_plus_constant): Use it.
8613         (zero_length_string): Likewise.
8614         (adjust_related_strinfos): Likewise.
8615         (adjust_last_stmt): Likewise.
8617 2017-05-31  Richard Biener  <rguenther@suse.de>
8619         PR target/80880
8620         * config/i386/i386.c (ix86_expand_builtin): Remove assert
8621         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
8623 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
8625         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
8626         loop_vinfo argument and use of dependence distance vectors.
8627         Check instead whether the two references differ only in their
8628         initial value and assume that they have the same alignment if the
8629         difference is a multiple of the vector alignment.
8630         (vect_analyze_data_refs_alignment): Update call accordingly.
8632 2017-05-31  Martin Liska  <mliska@suse.cz>
8634         PR target/79155
8635         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
8637 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
8639         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
8640         (create_intersect_range_checks): Move from ...
8641         * tree-data-ref.c (create_intersect_range_checks_index)
8642         (create_intersect_range_checks): ... to here.
8643         (create_runtime_alias_checks): New function factored from ...
8644         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
8645         here.  Call above function.
8646         * tree-data-ref.h (create_runtime_alias_checks): New function.
8648 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
8650         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
8651         segment length for dr_b and compute it in wide_int.
8653 2017-05-31  Richard Biener  <rguenther@suse.de>
8655         PR tree-optimization/80906
8656         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
8657         and pass through iv_map.
8658         (copy_bb_and_scalar_dependences): Adjust.
8659         (translate_pending_phi_nodes): Likewise.
8660         (copy_loop_close_phi_args): Handle code-generating IVs instead
8661         of ICEing.
8663 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
8665         * diagnostic-color.c (color_dict): Add "type-diff".
8666         (parse_gcc_colors): Update comment.
8667         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
8668         -fdiagnostics-show-template-tree and -fno-elide-type.
8669         (GCC_COLORS): Add type-diff to example.
8670         (type-diff=): New.
8671         (-fdiagnostics-show-template-tree): New.
8672         (-fno-elide-type): New.
8673         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
8674         the pp_format_decoder callback.  Call any m_format_postprocessor's
8675         "handle" method.
8676         (pretty_printer::pretty_printer): Initialize
8677         m_format_postprocessor.
8678         (pretty_printer::~pretty_printer): Delete any
8679         m_format_postprocessor.
8680         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
8681         (class format_postprocessor): New class.
8682         (struct pretty_printer::format_decoder): Document the new parameters.
8683         (struct pretty_printer::m_format_postprocessor): New field.
8684         * tree-diagnostic.c (default_tree_printer): Update for new
8685         bool and const char ** params.
8686         * tree-diagnostic.h (default_tree_printer): Likewise.
8688 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
8690         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
8691         (lwa_operand): Delete rs6000_gen_cell_microcode test.
8692         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
8693         rs6000_gen_cell_microcode code.
8694         (rs6000_final_prescan_insn): Delete.
8695         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
8696         "warn-cell-microcode" entries.
8697         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
8698         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
8699         throughout.  Change cc_reg_not_micro_cr0_operand to
8700         cc_reg_not_cr0_operand throughout.
8701         (*extendhi<mode>2_noload): Delete.
8702         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
8703         (mwarn-cell-microcode): Delete.
8704         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
8705         -mgen-cell-microcode and -mwarn-cell-microcode.
8707 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
8709         PR target/80833
8710         * config/i386/constraints.md (Yd): New constraint.
8711         (Ye): Ditto.
8712         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
8713         and (?Yd, r) alternatives.  Update insn attributes.
8714         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
8715         and (?*Yd, r) alternatives.  Update insn attributes.
8716         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
8718 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
8720         * gimplify.c (gimplify_modify_expr): Don't create a
8721         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
8722         function.
8724 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
8726         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
8728 2017-05-30  Richard Biener  <rguenther@suse.de>
8730         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
8731         and reduc_def fields.
8732         (STMT_VINFO_REDUC_TYPE): New define.
8733         (STMT_VINFO_REDUC_DEF): Likewise.
8734         (vect_force_simple_reduction): Adjust prototype.
8735         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
8736         (vect_is_simple_reduction): Remove check_reduction argument.
8737         (vect_force_simple_reduction): Adjust and set
8738         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
8739         (vectorizable_reduction): Do not re-do reduction analysis
8740         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
8741         * tree-parloops.c (gather_scalar_reductions): Adjust.
8743 2017-05-30  Richard Biener  <rguenther@suse.de>
8745         PR middle-end/80901
8746         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
8747         split_edge code.
8749 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8751         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
8752         Introduce unknown_misalignment parameter and remove vf.
8753         (vect_peeling_hash_get_lowest_cost):
8754         Pass unknown_misalignment parameter.
8755         (vect_enhance_data_refs_alignment):
8756         Fix unsupportable data ref treatment.
8758 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8760         * tree-vect-data-refs.c (vect_get_data_access_cost):
8761         Workaround for SLP handling.
8762         (vect_enhance_data_refs_alignment):
8763         Compute costs for doing no peeling at all, compare to the best
8764         peeling costs so far and avoid peeling if cheaper.
8766 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8768         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
8769         Return peeling info and set costs to zero for unlimited cost
8770         model.
8771         (vect_enhance_data_refs_alignment): Also inspect all datarefs
8772         with unknown misalignment. Compute and costs for unknown
8773         misalignment, compare them to the costs for known misalignment
8774         and choose the cheapest for peeling.
8776 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8778         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
8779         (vect_get_peeling_costs_all_drs): Create function.
8780         (vect_peeling_hash_get_lowest_cost):
8781         Use vect_get_peeling_costs_all_drs.
8782         (vect_peeling_supportable): Create function.
8783         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
8785 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8787         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
8788         DR_HAS_NEGATIVE_STEP.
8789         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
8790         (vect_enhance_data_refs_alignment): Use.
8791         (vect_duplicate_ssa_name_ptr_info): Use.
8792         * tree-vectorizer.h (dr_misalignment): Use.
8793         (known_alignment_for_access_p): Use.
8795 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
8797         PR target/78838
8798         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
8799         .lowtext.
8800         (has_section_name): New function.
8802 2017-05-30  Martin Liska  <mliska@suse.cz>
8804         PR other/80909
8805         * auto-profile.c (get_function_decl_from_block): Fix
8806         parenthesis.
8808 2017-05-30  Richard Biener  <rguenther@suse.de>
8810         PR middle-end/80876
8811         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
8813 2017-05-30  Martin Liska  <mliska@suse.cz>
8815         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
8816         * dumpfile.h (struct dump_file_info): Remove ctors.
8818 2017-05-30  Martin Liska  <mliska@suse.cz>
8820         * predict.def: Fix GNU coding style.
8822 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
8824         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
8825         Mark 'to' argument with ATTRIBUTE_UNUSED.
8827 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
8829         * config/xtensa/xtensa.c (xtensa_emit_call): Use
8830         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
8831         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
8832         format string.
8834 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
8836         * doc/install.texi (Options specification): Restore entry of
8837         --enable-sjlj-exceptions.
8839 2017-05-27  Michael Eager  <eager@eagercon.com>
8841         Revert:
8842         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
8844         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
8846         * config/microblaze/microblaze.h
8847         (FIXED_REGISTERS): Update in macro.
8848         (CALL_USED_REGISTERS): Update in macro.
8850 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
8852         * doc/install.texi: Add links to macOS binary distributions.
8854 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
8856         PR bootstrap/80887
8857         Revert:
8858         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
8860         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
8862 2017-05-26  Martin Liska  <mliska@suse.cz>
8864         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
8866 2017-05-26  Martin Liska  <mliska@suse.cz>
8868         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
8869         always leading ';; '.
8870         (dump_bb_info): Likewise.
8871         (brief_dump_cfg): Likewise.
8872         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
8873         * dumpfile.c: Remove usage of TDF_VERBOSE.
8874         * dumpfile.h (enum dump_kind): Likewise.
8875         (dump_gimple_bb_header): Do not use TDF_COMMENT.
8876         * print-tree.c (debug_verbose): Remove.
8877         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
8878         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
8879         * tree-diagnostic.c (default_tree_printer): Replace
8880         TDF_DIAGNOSTIC with TDF_SLIM.
8882 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
8884         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
8885         in parameter loop, rather than loop_vinfo.
8886         (create_intersect_range_checks): Ditto.
8887         (vect_create_cond_for_alias_checks): Update call to above functions.
8889 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
8891         PR tree-optimization/80815
8892         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
8893         for merging runtime alias checks.  Handle negative DR_STEPs.
8895 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
8897         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
8898         Move from ...
8899         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
8900         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
8901         out code pruning runtime alias checks.
8902         * tree-data-ref.c (prune_runtime_alias_test_list): New function
8903         factored out from above.
8904         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
8905         Move from ...
8906         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
8907         ... to here.
8908         (prune_runtime_alias_test_list): New decalaration.
8910 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
8912         * tree-vect-data-refs.c (compare_tree): Rename and move ...
8913         * tree-data-ref.c (data_ref_compare_tree): ... to here.
8914         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
8915         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
8916         (operator==, comp_dr_with_seg_len_pair): Ditto.
8917         (vect_prune_runtime_alias_test_list): Ditto.
8919 2017-05-26  Martin Liska  <mliska@suse.cz>
8921         PR ipa/80663
8922         * params.def: Bound partial-inlining-entry-probability param.
8924 2017-05-26  Marek Polacek  <polacek@redhat.com>
8926         PR sanitizer/80875
8927         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
8928         can be negated.
8930 2017-05-26  Richard Biener  <rguenther@suse.de>
8932         PR tree-optimization/80842
8933         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
8934         value.
8936 2017-05-26  Richard Biener  <rguenther@suse.de>
8938         PR tree-optimization/80844
8939         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
8941 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
8943         * doc/md.texi (Machine Constraints): Update x86 family
8944         machine constraints section to match 'config/i386/constraints.md'.
8946 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
8948         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
8950 2017-05-25  Nathan Sidwell  <nathan@acm.org>
8952         * doc/invoke.texi (--enable-languages): Update documentation.
8954 2017-05-25  Martin Liska  <mliska@suse.cz>
8956         * dumpfile.c: Add TDF_FOLDING.
8957         * dumpfile.h (enum dump_kind): Likewise.
8958         * genmatch.c (dt_simplify::gen_1): Use it.
8960 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
8962         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
8964 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
8966         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
8967         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
8969 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
8971         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
8972         * match.pd (X == C): Rewrite it here.
8973         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
8974         with_certain_nonzero_bits2): New predicates.
8975         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
8977 2017-05-24  Nathan Sidwell  <nathan@acm.org>
8979         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
8980         avoid warning.
8982         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
8983         warning.
8985 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
8987         * config/powerpcspe: New port.  Files are copied from the rs6000
8988         port, with "rs6000" in filenames replaced by "powerpcspe".
8990 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
8992         PR rtl-optimization/80754
8993         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
8995 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
8997         * config/sparc/sparc.md (length): Return the correct value for -mflat
8998         sibcalls to match output_sibcall.
9000 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
9002         PR bootstrap/80860
9003         PR bootstrap/80843
9004         * config/rs6000/rs6000.c (struct machine_function): Add new field
9005         n_components.
9006         (rs6000_get_separate_components): Init that field, use it.
9007         (rs6000_components_for_bb): Use the field.
9009 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9011         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
9013 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
9015         PR middle-end/80823
9016         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
9018 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9020         PR target/80725
9021         * config/s390/s390.c (s390_check_qrst_address): Check incoming
9022         address against address_operand predicate.
9023         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
9025 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
9027         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
9028         parameters passed indirectly.
9030 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
9032         * config/i386/i386.md (*movdi_internal): Remove SSE4
9033         alternative 18 (?r, *v).  Update insn attributes.
9034         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
9035         Update insn attributes.
9036         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
9037         Update insn attributes.
9038         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
9039         alternative 1 (r, v). Remove isa attribute.
9040         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
9041         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
9042         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
9044 2017-05-23  Tom de Vries  <tom@codesourcery.com>
9046         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
9047         dg-line directive.
9049 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
9051         * cgraphunit.c (symbol_table::process_new_functions): Update.
9052         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
9053         (inline_generate_summary): Rename to ...
9054         (ipa_fn_summary_generate): ... this one.
9055         (inline_read_summary): Rename to ...
9056         (ipa_fn_summary_read): ... this one.
9057         (inline_write_summary): Rename to ...
9058         (ipa_fn_summary_write): ... this one.
9059         (inline_free_summary): Rename to ...
9060         (ipa_free_fn_summary): ... this one.
9061         (pass_data_local_fn_summary, pass_local_fn_summary,
9062         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
9063         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
9064         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
9065         make_pass_ipa_fn_summary): New.
9066         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
9067         inline_write_summary, inline_free_summary): Remove.
9068         (ipa_free_fn_summary) : New.
9069         * ipa-inline.c (ipa_inline): Update.
9070         (pass_ipa_inline): Do not generate summaries.
9071         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
9072         Remove.
9073         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
9074         and add pass_ipa_fn_summary.
9075         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
9076         New.
9077         (make_pass_inline_parameters): Remove.
9079 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
9081         * omp-low.c (struct omp_context): Remove "default_kind" member.
9082         Adjust all users.
9084         * omp-offload.c (execute_oacc_device_lower): Remove the
9085         parallelism dimensions function attributes for unparallelized
9086         OpenACC kernels constructs.
9088 2017-05-23  Martin Liska  <mliska@suse.cz>
9090         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
9091         functions.
9092         (cgraph_edge::make_speculative): Likewise.
9093         (cgraph_edge::resolve_speculation): Likewise.
9094         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
9095         (cgraph_node::dump): Likewise.
9096         * cgraph.h: Likewise.
9097         * cgraphunit.c (analyze_functions): Likewise.
9098         (symbol_table::compile): Likewise.
9099         * ipa-cp.c (print_all_lattices): Likewise.
9100         (determine_versionability): Likewise.
9101         (initialize_node_lattices): Likewise.
9102         (ipcp_verify_propagated_values): Likewise.
9103         (estimate_local_effects): Likewise.
9104         (update_profiling_info): Likewise.
9105         (create_specialized_node): Likewise.
9106         (perhaps_add_new_callers): Likewise.
9107         (decide_about_value): Likewise.
9108         (decide_whether_version_node): Likewise.
9109         (identify_dead_nodes): Likewise.
9110         (ipcp_store_bits_results): Likewise.
9111         * ipa-devirt.c (dump_targets): Likewise.
9112         (ipa_devirt): Likewise.
9113         * ipa-icf.c (sem_item::dump): Likewise.
9114         (sem_function::equals): Likewise.
9115         (sem_variable::equals): Likewise.
9116         (sem_item_optimizer::read_section): Likewise.
9117         (sem_item_optimizer::execute): Likewise.
9118         (congruence_class::dump): Likewise.
9119         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
9120         (dump_inline_summary): Likewise.
9121         (estimate_node_size_and_time): Likewise.
9122         (inline_analyze_function): Likewise.
9123         * ipa-inline-transform.c (inline_call): Likewise.
9124         * ipa-inline.c (report_inline_failed_reason): Likewise.
9125         (want_early_inline_function_p): Likewise.
9126         (edge_badness): Likewise.
9127         (update_edge_key): Likewise.
9128         (inline_small_functions): Likewise.
9129         * ipa-profile.c (ipa_profile): Likewise.
9130         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
9131         (ipa_make_edge_direct_to_target): Likewise.
9132         (remove_described_reference): Likewise.
9133         (ipa_impossible_devirt_target): Likewise.
9134         (propagate_controlled_uses): Likewise.
9135         (ipa_print_node_params): Likewise.
9136         (ipcp_transform_function): Likewise.
9137         * ipa-pure-const.c (pure_const_read_summary): Likewise.
9138         (propagate_pure_const): Likewise.
9139         * ipa-reference.c (generate_summary): Likewise.
9140         (read_write_all_from_decl): Likewise.
9141         (propagate): Likewise.
9142         (ipa_reference_read_optimization_summary): Likewise.
9143         * ipa-utils.c (ipa_merge_profiles): Likewise.
9144         * ipa.c (walk_polymorphic_call_targets): Likewise.
9145         (symbol_table::remove_unreachable_nodes): Likewise.
9146         (ipa_single_use): Likewise.
9147         * passes.c (execute_todo): Likewise.
9148         * predict.c (drop_profile): Likewise.
9149         * symtab.c (symtab_node::get_dump_name): New function.
9150         (symtab_node::dump_name): Likewise.
9151         (symtab_node::dump_asm_name): Likewise.
9152         (symtab_node::dump_references): Likewise.
9153         (symtab_node::dump_referring): Likewise.
9154         (symtab_node::dump_base): Likewise.
9155         (symtab_node::debug_symtab): Likewise.
9156         * tree-sra.c (convert_callers_for_node): Likewise.
9157         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
9158         * value-prof.c (init_node_map): Likewise.
9160 2017-05-23  Martin Liska  <mliska@suse.cz>
9162         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
9163         and symtab_node::debug_symtab to symbol_table::debug.
9164         * cgraphunit.c (analyze_functions): Use the renamed function.
9165         (symbol_table::compile): Likewise.
9166         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
9167         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
9168         * passes.c (execute_todo): Likewise.
9169         * symtab.c (symbol_table::dump): New function.
9170         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
9172 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
9174         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
9175         that nonconst implies exec.
9177 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
9179         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
9180         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
9181         (inline_edge_summary_vec): Turn into ...
9182         (ipa_call_summaries): ... this one.
9183         (redirect_to_unreachable, edge_set_predicate,
9184         evaluate_properties_for_edge, inline_summary_alloc,
9185         reset_ipa_call_summary, reset_inline_summary,
9186         inline_summary_t::duplicate): Update.
9187         (inline_edge_duplication_hook): Turn to ...
9188         (ipa_call_summary_t::duplicate): ... this one.
9189         (inline_edge_removal_hook): Turn to ...
9190         (ipa_call_summary_t::remove): ... this one.
9191         (dump_inline_edge_summary): Turn to ...
9192         (dump_ipa_call_summary): ... this one.
9193         (estimate_function_body_sizes): Update.
9194         (inline_update_callee_summaries): Update.
9195         (remap_edge_change_prob): Update.
9196         (remap_edge_summaries): Update.
9197         (inline_merge_summary): Update.
9198         (do_estimate_edge_time): Update.
9199         (inline_generate_summary): Update.
9200         (inline_read_section): Update.
9201         (inline_read_summary): Update.
9202         (inline_free_summary): Update.
9203         * ipa-inline.c (can_inline_edge_p): Update.
9204         (compute_inlined_call_time): Update.
9205         (want_inline_small_function_p): Update.
9206         (edge_badness): Update.
9207         (early_inliner): Update.
9208         * ipa-inline.h (inline_edge_summary): Turn to ...
9209         (ipa_call_summary): ... this one.
9210         (ipa_call_summary_t): New class.
9211         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
9212         (ipa_call_summaries): New.
9213         (inline_edge_summary): Remove.
9214         (estimate_edge_growth): Update.
9215         * ipa-profile.c (ipa_propagate_frequency_1): Update.
9216         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
9217         * ipa-split.c (execute_split_functions): Update.
9218         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
9220 2017-05-23  Tom de Vries  <tom@codesourcery.com>
9222         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
9223         attributes): Document rdrand effective target.
9225 2017-05-23  Tom de Vries  <tom@codesourcery.com>
9227         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
9228         attributes): Sort alphabetically.
9230 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
9232         * config/avr/genmultilib.awk: Use gsub instead of gensub.
9234 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
9236         PR target/80718
9237         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
9238         V2DF/V2DI splat into two separate patterns, one that handles
9239         registers, and the other that only handles memory.  Drop support
9240         for splatting from a GPR on ISA 2.07 and then splitting the
9241         splat into direct move and splat.
9242         (vsx_splat_<mode>_reg): Likewise.
9243         (vsx_splat_<mode>_mem): Likewise.
9245 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
9247         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
9249 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
9251         PR middle-end/80809
9252         * omp-low.c (finish_taskreg_remap): New function.
9253         (finish_taskreg_scan): If unit size of ctx->record_type
9254         is non-constant, unshare the size expression and replace
9255         decls in it with possible outer var refs.
9257         PR middle-end/80809
9258         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
9259         GOVD_SHARED rather than GOVD_PRIVATE with it.
9260         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
9261         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
9263         PR middle-end/80853
9264         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
9265         as last argument to build_outer_var_ref for pointer bases of array
9266         section reductions.
9268 2017-05-19  Martin Sebor  <msebor@redhat.com>
9270         * print-tree.c (print_node): Print DECL_READ_P flag.
9272 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
9274         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
9275         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
9276         * cgraph.c: Likewise.
9277         * cgraphunit.c: Likewise.
9278         * gengtype.c: Likewise.
9279         * ipa-cp.c: Likewise.
9280         * ipa-devirt.c: Likewise.
9281         * ipa-icf.c: Likewise.
9282         * ipa-predicate.c: Likewise.
9283         * ipa-profile.c: Likewise.
9284         * ipa-prop.c: Likewise.
9285         * ipa-split.c: Likewise.
9286         * ipa.c: Likewise.
9287         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
9288         edge_predicate_pool, dump_inline_hints,
9289         inline_summary::account_size_time, redirect_to_unreachable,
9290         edge_set_predicate, set_hint_predicate,
9291         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
9292         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
9293         inline_summary_t::remove, remap_hint_predicate_after_duplication,
9294         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
9295         ipa_call_summary_t::remove, initialize_growth_caches,
9296         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
9297         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
9298         mark_modified, unmodified_parm_1, unmodified_parm,
9299         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
9300         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
9301         compute_bb_predicates, will_be_nonconstant_expr_predicate,
9302         will_be_nonconstant_predicate, record_modified_bb_info,
9303         get_minimal_bb, record_modified, param_change_prob,
9304         phi_result_unknown_predicate, predicate_for_phi_result,
9305         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
9306         estimate_function_body_sizes, compute_inline_parameters,
9307         compute_inline_parameters_for_curren, pass_data_inline_parameters,
9308         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
9309         inline_update_callee_summaries, remap_edge_change_prob,
9310         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
9311         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
9312         inline_analyze_function, inline_summary_t::insert,
9313         inline_generate_summary, read_ipa_call_summary, inline_read_section,
9314         inline_read_summary, write_ipa_call_summary, inline_write_summary,
9315         inline_free_summary): Move to ipa-fnsummary.h
9316         (predicate_t): Remove.
9317         * ipa-fnsummary.c: New file.
9318         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
9319         (enum inline_hints_vals, inline_hints, agg_position_info,
9320         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
9321         inline_summaries, ipa_call_summary, ipa_call_summary_t,
9322         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
9323         dump_inline_summary, dump_inline_hints, inline_generate_summary,
9324         inline_read_summary, inline_write_summary, inline_free_summary,
9325         inline_analyze_function, initialize_inline_failed,
9326         inline_merge_summary, inline_update_overall_summary,
9327         compute_inline_parameters): Move to ipa-fnsummary.h
9328         * ipa-fnsummary.h: New file.
9329         * ipa-inline-transform.h: Include ipa-inline.h.
9330         * ipa-inline.c: LIkewise.
9332 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
9334         * ipa-inline.c (edge_badness): Use inlined_time instead of
9335         inline_summaries->get.
9337 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
9339         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
9341 2017-05-22  Nathan Sidwell  <nathan@acm.org>
9343         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
9344         (fdump-lang): Document 'raw' option.
9345         * dumpfile.h (TDI_tu): Delete.
9346         * dumpfile.c (dump_files): Remove translation-unit.
9347         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
9349 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
9351         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
9352         command option from $(AWK) call.
9353         * config/avr/genmultilib.awk: Simplify and rewrite so that it
9354         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
9355         [FORMAT]: Remove handling of variable.
9356         * config/avr/t-multilib: Regenerate.
9358 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
9360         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
9361         self_time.
9362         (dump_inline_summary): Do not print self_time.
9363         (estimate_function_body_sizes): Do not set self_time.
9364         (compute_inline_parameters): Likewise.
9365         (inline_read_section, inline_write_summary): Do not stream self_time.
9366         * ipa-inline.h (inline_summary): Drop self_time.
9368 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
9370         * ipa-inline-analysis.c (account_size_time): Rename to ...
9371         (inline_summary::account_size_time): ... this one.
9372         (reset_ipa_call_summary): Turn to ...
9373         (ipa_call_summary::reset): ... this one.
9374         (reset_inline_summary): Turn to ...
9375         (inline_summary::reset): ... this one.
9376         (inline_summary_t::remove): Update.
9377         (inline_summary_t::duplicate): Update.
9378         (ipa_call_summary_t::remove): Update.
9379         (dump_inline_summary): Update.
9380         (estimate_function_body_sizes): Update.
9381         (compute_inline_parameters): Update.
9382         (estimate_node_size_and_time): Update.
9383         (inline_merge_summary): Update.
9384         (inline_update_overall_summary): Update.
9385         (inline_read_section): Update.
9386         (inline_write_summary): Update.
9387         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
9388         add account_size_time and reset member functions.
9389         (ipa_call_summary): Add reset function.
9390         * ipa-predicate.h (predicate::operator &): Constify.
9392 2017-05-22  Richard Biener  <rguenther@suse.de>
9394         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
9396 2017-05-19  Jason Merrill  <jason@redhat.com>
9398         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
9400 2017-05-19  Marek Polacek  <polacek@redhat.com>
9402         PR sanitizer/80800
9403         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
9404         TYPE_OVERFLOW_WRAPS checks.
9406 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
9408         * tree-core.h (enum omp_clause_default_kind): Add
9409         "OMP_CLAUSE_DEFAULT_PRESENT".
9410         * tree-pretty-print.c (dump_omp_clause): Handle it.
9411         * gimplify.c (enum gimplify_omp_var_data): Add
9412         "GOVD_MAP_FORCE_PRESENT".
9413         (gimplify_adjust_omp_clauses_1): Map it to
9414         "GOMP_MAP_FORCE_PRESENT".
9415         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
9417         * gimplify.c (oacc_default_clause): Clarify.
9419 2017-05-19  Nathan Sidwell  <nathan@acm.org>
9421         LANG_HOOK_REGISTER_DUMPS
9422         * toplev.c (general_init): Call register dump lang hook.
9423         * doc/invoke.texi: Document -fdump-lang option family.
9424         * dumpfile.c (dump_files): Remove class dump here.
9425         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
9426         * dumpfile.h (tree_dump_index): Remove TDI_class.
9427         * langhooks-def.h (lhd_register_dumps): Declare.
9428         (LANG_HOOKS_REGISTER_DUMPS): Define.
9429         (LANG_HOOKS_INITIALIZER): Add it.
9430         * langhooks.c (lhd_register_dumps): Define.
9431         * langhooks.h (struct lang_hooks): Add register_dumps.
9433 2017-05-19  Nathan Sidwell  <nathan@acm.org>
9435         * context.h (context::set_passes): New.
9436         * context.c (context::context): Do not create pass manager.
9437         * toplev.c (general_init): Create pass manager here.
9439 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
9441         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
9442         use this splitter if two add or or instructions would also work for
9443         the constant we want to generate.
9445 2017-05-19  Richard Biener  <rguenther@suse.de>
9447         PR build/80821
9448         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
9449         predicate evaluation.
9451 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
9453         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
9454         add ctor.
9455         * ipa-inline.c (want_inline_small_function_p): Do not cast to
9456         unsigned.
9458 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
9460         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
9461         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
9462         (inline_edge_summary_vec): Turn into ...
9463         (ipa_call_summaries): ... this one.
9464         (redirect_to_unreachable, edge_set_predicate,
9465         evaluate_properties_for_edge, inline_summary_alloc,
9466         reset_ipa_call_summary, reset_inline_summary,
9467         inline_summary_t::duplicate): Update.
9468         (inline_edge_duplication_hook): Turn to ...
9469         (ipa_call_summary_t::duplicate): ... this one.
9470         (inline_edge_removal_hook): Turn to ...
9471         (ipa_call_summary_t::remove): ... this one.
9472         (dump_inline_edge_summary): Turn to ...
9473         (dump_ipa_call_summary): ... this one.
9474         (estimate_function_body_sizes): Update.
9475         (inline_update_callee_summaries): Update.
9476         (remap_edge_change_prob): Update.
9477         (remap_edge_summaries): Update.
9478         (inline_merge_summary): Update.
9479         (do_estimate_edge_time): Update.
9480         (inline_generate_summary): Update.
9481         (inline_read_section): Update.
9482         (inline_read_summary): Update.
9483         (inline_free_summary): Update.
9484         * ipa-inline.c (can_inline_edge_p): Update.
9485         (compute_inlined_call_time): Update.
9486         (want_inline_small_function_p): Update.
9487         (edge_badness): Update.
9488         (early_inliner): Update.
9489         * ipa-inline.h (inline_edge_summary): Turn to ...
9490         (ipa_call_summary): ... this one.
9491         (ipa_call_summary_t): New class.
9492         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
9493         (ipa_call_summaries): New.
9494         (inline_edge_summary): Remove.
9495         (estimate_edge_growth): Update.
9496         * ipa-profile.c (ipa_propagate_frequency_1): Update.
9497         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
9498         * ipa-split.c (execute_split_functions): Update.
9499         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
9501 2017-05-19  Richard Biener  <rguenther@suse.de>
9503         PR middle-end/80764
9504         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
9506 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
9508         * config/rs6000/rs6000.c (struct machine_function): Add field
9509         fpr_is_wrapped_separately.
9510         (rs6000_get_separate_components): Use 64 components.  Handle the
9511         new FPR components.
9512         (rs6000_components_for_bb): Handle the FPR components.
9513         (rs6000_emit_prologue_components): Handle the FPR components.
9514         (rs6000_emit_epilogue_components): Handle the FPR components.
9515         (rs6000_set_handled_components): Handle the FPR components.
9516         (rs6000_emit_prologue): Don't output prologue code for those FPRs
9517         that are already separately shrink-wrapped.
9518         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
9519         that are already separately shrink-wrapped.
9521 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
9523         PR target/80510
9524         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
9525         New predicate.
9527         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
9528         (define_peephole2 for Altivec d-form load): Add peepholes to catch
9529         cases where the register allocator uses a move and an offsettable
9530         memory operation to/from a FPR register on ISA 2.06/2.07.
9531         (define_peephole2 for Altivec d-form store): Likewise.
9533 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
9535         PR target/80799
9536         * config/i386/mmx.md (*mov<mode>_internal): Enable
9537         alternatives 11, 12, 13 and 14 also for 32bit targets.
9538         Remove alternatives 15, 16, 17 and 18.
9539         * config/i386/sse.md (vec_concatv2di): Change
9540         alternative (!x, *y) to (x, ?!*Yn).
9542 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
9544         * dumpfile.h (enum dump_kind): Remove stray comma.
9546 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
9548         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
9549         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
9550         predicate::num_conditions
9551         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
9552         (CHANGED): turn into predicate::changed.
9553         (agg_position_info): Move to ipa-predicate.h
9554         (add_condition, predicate::add_clause, predicate::operator &=,
9555         predicate::or_with, predicate::evaluate, predicate::probability,
9556         dump_condition, dump_clause, predicate::dump,
9557         predicate::remap_after_duplication, predicate::remap_after_inlining,
9558         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
9559         (evaluate_conditions_for_known_args): Update.
9560         (set_cond_stmt_execution_predicate): Update.
9561         * ipa-inline.h: Include ipa-predicate.h
9562         (condition, inline_param_summary, conditions, agg_position_info,
9563         predicate): Move to ipa-predicate.h
9564         * ipa-predicate.c: New file.
9565         * ipa-predicate.h: New file.
9567 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
9569         * final.c (leaf_function_p): Check we are not in a sequence.
9571 2017-05-18  Martin Liska  <mliska@suse.cz>
9573         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
9574         * dumpfile.c (dump_register): Use new enum dump_kind.
9575         (get_dump_file_name): Likewise.
9576         (dump_enable_all): Likewise.
9577         (dump_switch_p_1): Likewise.
9578         (enable_rtl_dump_file): Remove usage of TDF_RTL.
9579         * dumpfile.h (enum dump_kind): New enum type.
9580         (struct dump_file_info): Create constructor and
9581         format fields and comments.
9582         * passes.c (pass_manager::register_one_dump_file):
9583         Use num dump_kind.
9584         * statistics.c (statistics_early_init): Likewise.
9585         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
9586         TDF_TREE with TDF_SLIM.
9587         (gather_memory_references_ref): Likewise.
9589 2017-05-18  Martin Liska  <mliska@suse.cz>
9591         * vec.h (struct vnull): Use it.
9593 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
9595         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
9596         (true_predicate, false_predicate, true_predicate_p,
9597         false_predicate_p): Remove.
9598         (single_cond_predicate, not_inlined_predicate): Turn to member function
9599         in ipa-inline.h
9600         (add_condition): Update.
9601         (add_clause): Turn to...
9602         (predicate::add_clause): ... this one; update; allow passing NULL
9603         as parameter.
9604         (and_predicates): Turn to ...
9605         (predicate::operator &=): ... this one.
9606         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
9607         (or_predicates): Turn to ...
9608         (predicate::or_with): ... this one.
9609         (evaluate_predicate): Turn to ...
9610         (predicate::evaluate): ... this one.
9611         (predicate_probability): Turn to ...
9612         (predicate::probability): ... this one.
9613         (dump_condition): Update.
9614         (dump_predicate): Turn to ...
9615         (predicate::dump): ... this one.
9616         (account_size_time): Update.
9617         (edge_set_predicate): Update.
9618         (set_hint_predicate): UPdate.
9619         (evaluate_conditions_for_known_args): Update.
9620         (evaluate_properties_for_edge): Update.
9621         (remap_predicate_after_duplication): Turn to...
9622         (predicate::remap_after_duplication): ... this one.
9623         (remap_hint_predicate_after_duplication): Update.
9624         (inline_summary_t::duplicate): UPdate.
9625         (dump_inline_edge_summary): Update.
9626         (dump_inline_summary): Update.
9627         (set_cond_stmt_execution_predicate): Update.
9628         (set_switch_stmt_execution_predicate): Update.
9629         (compute_bb_predicates): Update.
9630         (will_be_nonconstant_expr_predicate): Update.
9631         (will_be_nonconstant_predicate): Update.
9632         (phi_result_unknown_predicate): Update.
9633         (predicate_for_phi_result): Update.
9634         (array_index_predicate): Update.
9635         (estimate_function_body_sizes): Update.
9636         (estimate_node_size_and_time): Update.
9637         (estimate_ipcp_clone_size_and_time): Update.
9638         (remap_predicate): Rename to ...
9639         (predicate::remap_after_inlining): ... this one.
9640         (remap_hint_predicate): Update.
9641         (inline_merge_summary): Update.
9642         (inline_update_overall_summary): Update.
9643         (estimate_size_after_inlining): Update.
9644         (read_predicate): Rename to ...
9645         (predicate::stream_in): ... this one.
9646         (read_inline_edge_summary): Update.
9647         (write_predicate): Rename to ...
9648         (predicate::stream_out): ... this one.
9649         (write_inline_edge_summary): Update.
9650         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
9651         (clause_t): Turn to uint32_t
9652         (predicate): Turn to class; implement constructor and operators
9653         ==, !=, &
9654         (size_time_entry): Update.
9655         (inline_summary): Update.
9656         (inline_edge_summary): Update.
9658 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
9660         * fold-const.c (fold_binary_loc): Move transformation...
9661         * match.pd (C - X CMP X): ... here.
9663 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
9665         * config/sparc/sparc.c (sparc_option_override): Set function
9666         alignment for -mcpu=niagara7 to 64 to match the I$ line.
9667         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
9668         latency to 1.
9669         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
9670         latency to 2.
9671         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
9673 2017-05-18  Marek Polacek  <polacek@redhat.com>
9675         PR sanitizer/80797
9676         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
9677         (pass_ubsan::execute): Call gimple_assign_single_p instead of
9678         gimple_assign_load_p.
9680 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
9682         PR middle-end/80692
9683         * real.c (do_compare): Give decimal_do_compare preference over
9684         comparing just the signs.
9686 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
9688         * doc/md.texi (Canonicalization of Instructions): Describe the
9689         canonical form of instructions that inherently set a condition
9690         code register.
9692 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
9694         PR middle-end/80775
9695         * tree-cfg.c: Move deletion of unreachable case statements to after
9696         the merging of consecutive case labels.
9698 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9700         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
9701         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
9702         restoring of callee-saved registers.
9704 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
9706         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
9707         * config/visium/visium.c (single_set_and_flags): Likewise.
9708         * config/visium/visium.md (Substitutions): Likewise.
9710 2017-05-17  Martin Liska  <mliska@suse.cz>
9712         * cfg.c: Introduce dump_flags_t type and
9713         use it instead of int type.
9714         * cfg.h: Likewise.
9715         * cfghooks.c: Likewise.
9716         * cfghooks.h (struct cfg_hooks): Likewise.
9717         * cfgrtl.c: Likewise.
9718         * cfgrtl.h: Likewise.
9719         * cgraph.c (cgraph_node::get_body): Likewise.
9720         * coretypes.h: Likewise.
9721         * domwalk.c: Likewise.
9722         * domwalk.h: Likewise.
9723         * dumpfile.c (struct dump_option_value_info): Likewise.
9724         (dump_enable_all): Likewise.
9725         (dump_switch_p_1): Likewise.
9726         (opt_info_switch_p): Likewise.
9727         * dumpfile.h (enum tree_dump_index): Likewise.
9728         (struct dump_file_info): Likewise.
9729         * genemit.c: Likewise.
9730         * generic-match-head.c: Likewise.
9731         * gengtype.c (open_base_files): Likewise.
9732         * gimple-pretty-print.c: Likewise.
9733         * gimple-pretty-print.h: Likewise.
9734         * graph.c (print_graph_cfg): Likewise.
9735         * graphite-scop-detection.c (dot_all_sese): Likewise.
9736         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
9737         * loop-unroll.c (report_unroll): Likewise.
9738         * passes.c (pass_manager::register_one_dump_file): Likewise.
9739         * print-tree.c: Likewise.
9740         * statistics.c: Likewise.
9741         * tree-cfg.c: Likewise.
9742         * tree-cfg.h: Likewise.
9743         * tree-dfa.c: Likewise.
9744         * tree-dfa.h: Likewise.
9745         * tree-dump.c (dump_function): Likewise.
9746         * tree-dump.h (struct dump_info): Likewise.
9747         * tree-pretty-print.c: Likewise.
9748         * tree-pretty-print.h: Likewise.
9749         * tree-ssa-live.c: Likewise.
9750         * tree-ssa-live.h: Likewise.
9751         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
9752         * tree-vect-loop.c: Likewise.
9753         * tree-vect-slp.c: Likewise.
9755 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
9756             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9758         PR tree-optimization/80457
9759         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
9760         of all arguments to a statement as scalar_to_vec operations.
9761         (vectorizable_call): Adjust call to vect_model_simple_cost for
9762         new parameter.
9763         (vectorizable_conversion): Likewise.
9764         (vectorizable_assignment): Likewise.
9765         (vectorizable_shift): Likewise.
9766         (vectorizable_operation): Likewise.
9767         (vectorizable_comparison): Likewise.
9768         (vect_is_simple_cond): Record the def types for operands.
9769         (vectorizable_condition): Likewise, call vect_model_simple_cost.
9770         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
9771         for statement argument count.
9773 2017-05-16  Carl Love  <cel@us.ibm.com>
9775         * config/rs6000/rs6000-c: Add support for built-in functions
9776         vector unsigned long long vec_bperm (vector unsigned long long,
9777                                              vector unsigned char)
9778         vector signed long long vec_mule (vector signed int,
9779                                           vector signed int)
9780         vector unsigned long long vec_mule (vector unsigned int,
9781                                             vector unsigned int)
9782         vector signed long long vec_mulo (vector signed int,
9783                                           vector signed int)
9784         vector unsigned long long vec_mulo (vector unsigned int,
9785                                             vector unsigned int)
9786         vector signed char vec_sldw (vector signed char,
9787                                      vector signed char,
9788                                      const int)
9789         vector unsigned char vec_sldw (vector unsigned char,
9790                                        vector unsigned char,
9791                                        const int)
9792         vector signed short vec_sldw (vector signed short,
9793                                       vector signed short,
9794                                       const int)
9795         vector unsigned short vec_sldw (vector unsigned short,
9796                                         vector unsigned short,
9797                                         const int)
9798         vector signed int vec_sldw (vector signed int,
9799                                     vector signed int,
9800                                     const int)
9801         vector unsigned int vec_sldw (vector unsigned int,
9802                                       vector unsigned int,
9803                                       const int)
9804         vector signed long long vec_sldw (vector signed long long,
9805                                           vector signed long long,
9806                                           const int)
9807         vector unsigned long long vec_sldw (vector unsigned long long,
9808                                             vector unsigned long long,
9809                                             const int)
9810         * config/rs6000/rs6000-c: Add support for built-in functions
9811         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
9812         * config/rs6000/altivec.h: Add defintion for vec_sldw.
9813         * doc/extend.texi: Update the built-in documentation for the
9814         new built-in functions.
9816 2017-05-16  Marek Polacek  <polacek@redhat.com>
9818         PR sanitizer/80536
9819         PR sanitizer/80386
9820         * tree.c (save_expr): Don't fold the expression.
9822 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
9824         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
9825         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
9826         and (?*y,m).  Update insn attributes.
9828 2017-05-16  Martin Liska  <mliska@suse.cz>
9830         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
9831         flags argument of print_gimple_stmt, print_gimple_expr,
9832         print_generic_stmt and print_generic_expr.
9833         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
9834         * coretypes.h: Likewise.
9835         * except.c (dump_eh_tree): Likewise.
9836         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
9837         * gimple-pretty-print.h: Likewise.
9838         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
9839         (backprop::push_to_worklist): Likewise.
9840         (backprop::pop_from_worklist): Likewise.
9841         (backprop::process_use): Likewise.
9842         (backprop::intersect_uses): Likewise.
9843         (note_replacement): Likewise.
9844         * gimple-ssa-store-merging.c
9845         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
9846         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
9847         (pass_store_merging::execute): Likewise.
9848         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
9849         (ssa_base_cand_dump_callback): Likewise.
9850         (dump_incr_vec): Likewise.
9851         (replace_refs): Likewise.
9852         (replace_mult_candidate): Likewise.
9853         (create_add_on_incoming_edge): Likewise.
9854         (create_phi_basis): Likewise.
9855         (insert_initializers): Likewise.
9856         (all_phi_incrs_profitable): Likewise.
9857         (introduce_cast_before_cand): Likewise.
9858         (replace_one_candidate): Likewise.
9859         * gimplify.c (gimplify_expr): Likewise.
9860         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
9861         (set_rename): Likewise.
9862         (rename_uses): Likewise.
9863         (copy_loop_phi_nodes): Likewise.
9864         (add_close_phis_to_merge_points): Likewise.
9865         (copy_loop_close_phi_args): Likewise.
9866         (copy_cond_phi_args): Likewise.
9867         (graphite_copy_stmts_from_block): Likewise.
9868         (translate_pending_phi_nodes): Likewise.
9869         * graphite-poly.c (print_pdr): Likewise.
9870         (dump_gbb_cases): Likewise.
9871         (dump_gbb_conditions): Likewise.
9872         (print_scop_params): Likewise.
9873         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
9874         (build_cross_bb_scalars_use): Likewise.
9875         (gather_bbs::before_dom_children): Likewise.
9876         * hsa-dump.c (dump_hsa_immed): Likewise.
9877         * ipa-cp.c (print_ipcp_constant_value): Likewise.
9878         (get_replacement_map): Likewise.
9879         * ipa-inline-analysis.c (dump_condition): Likewise.
9880         (estimate_function_body_sizes): Likewise.
9881         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
9882         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
9883         * ipa-prop.c (ipa_dump_param): Likewise.
9884         (ipa_print_node_jump_functions_for_edge): Likewise.
9885         (ipa_modify_call_arguments): Likewise.
9886         (ipa_modify_expr): Likewise.
9887         (ipa_dump_param_adjustments): Likewise.
9888         (ipa_dump_agg_replacement_values): Likewise.
9889         (ipcp_modif_dom_walker::before_dom_children): Likewise.
9890         * ipa-pure-const.c (check_stmt): Likewise.
9891         (pass_nothrow::execute): Likewise.
9892         * ipa-split.c (execute_split_functions): Likewise.
9893         * omp-offload.c (dump_oacc_loop_part): Likewise.
9894         (dump_oacc_loop): Likewise.
9895         * trans-mem.c (tm_log_emit): Likewise.
9896         (tm_memopt_accumulate_memops): Likewise.
9897         (dump_tm_memopt_set): Likewise.
9898         (dump_tm_memopt_transform): Likewise.
9899         * tree-cfg.c (gimple_verify_flow_info): Likewise.
9900         (print_loop): Likewise.
9901         * tree-chkp-opt.c (chkp_print_addr): Likewise.
9902         (chkp_gather_checks_info): Likewise.
9903         (chkp_get_check_result): Likewise.
9904         (chkp_remove_check_if_pass): Likewise.
9905         (chkp_use_outer_bounds_if_possible): Likewise.
9906         (chkp_reduce_bounds_lifetime): Likewise.
9907         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
9908         (chkp_mark_completed_bounds): Likewise.
9909         (chkp_register_incomplete_bounds): Likewise.
9910         (chkp_mark_invalid_bounds): Likewise.
9911         (chkp_maybe_copy_and_register_bounds): Likewise.
9912         (chkp_build_returned_bound): Likewise.
9913         (chkp_get_bound_for_parm): Likewise.
9914         (chkp_build_bndldx): Likewise.
9915         (chkp_get_bounds_by_definition): Likewise.
9916         (chkp_generate_extern_var_bounds): Likewise.
9917         (chkp_get_bounds_for_decl_addr): Likewise.
9918         * tree-chrec.c (chrec_apply): Likewise.
9919         * tree-data-ref.c (dump_data_reference): Likewise.
9920         (dump_subscript): Likewise.
9921         (dump_data_dependence_relation): Likewise.
9922         (analyze_overlapping_iterations): Likewise.
9923         * tree-inline.c (expand_call_inline): Likewise.
9924         (tree_function_versioning): Likewise.
9925         * tree-into-ssa.c (dump_defs_stack): Likewise.
9926         (dump_currdefs): Likewise.
9927         (dump_names_replaced_by): Likewise.
9928         (dump_update_ssa): Likewise.
9929         (update_ssa): Likewise.
9930         * tree-object-size.c (pass_object_sizes::execute): Likewise.
9931         * tree-parloops.c (build_new_reduction): Likewise.
9932         (try_create_reduction_list): Likewise.
9933         (ref_conflicts_with_region): Likewise.
9934         (oacc_entry_exit_ok_1): Likewise.
9935         (oacc_entry_exit_single_gang): Likewise.
9936         * tree-pretty-print.h: Likewise.
9937         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
9938         (get_scalar_evolution): Likewise.
9939         (add_to_evolution): Likewise.
9940         (get_loop_exit_condition): Likewise.
9941         (analyze_evolution_in_loop): Likewise.
9942         (analyze_initial_condition): Likewise.
9943         (analyze_scalar_evolution): Likewise.
9944         (instantiate_scev): Likewise.
9945         (number_of_latch_executions): Likewise.
9946         (gather_chrec_stats): Likewise.
9947         (final_value_replacement_loop): Likewise.
9948         (scev_const_prop): Likewise.
9949         * tree-sra.c (dump_access): Likewise.
9950         (disqualify_candidate): Likewise.
9951         (create_access): Likewise.
9952         (reject): Likewise.
9953         (maybe_add_sra_candidate): Likewise.
9954         (create_access_replacement): Likewise.
9955         (analyze_access_subtree): Likewise.
9956         (analyze_all_variable_accesses): Likewise.
9957         (sra_modify_assign): Likewise.
9958         (initialize_constant_pool_replacements): Likewise.
9959         (find_param_candidates): Likewise.
9960         (decide_one_param_reduction): Likewise.
9961         (replace_removed_params_ssa_names): Likewise.
9962         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
9963         * tree-ssa-copy.c (dump_copy_of): Likewise.
9964         (copy_prop_visit_cond_stmt): Likewise.
9965         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
9966         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
9967         (record_equivalences_from_stmt): Likewise.
9968         * tree-ssa-dse.c (compute_trims): Likewise.
9969         (delete_dead_call): Likewise.
9970         (delete_dead_assignment): Likewise.
9971         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
9972         (forward_propagate_into_cond): Likewise.
9973         (pass_forwprop::execute): Likewise.
9974         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
9975         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
9976         Likewise.
9977         (move_computations_worker): Likewise.
9978         (execute_sm): Likewise.
9979         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
9980         (remove_exits_and_undefined_stmts): Likewise.
9981         (remove_redundant_iv_tests): Likewise.
9982         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
9983         (adjust_iv_update_pos): Likewise.
9984         * tree-ssa-math-opts.c (bswap_replace): Likewise.
9985         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
9986         (value_replacement): Likewise.
9987         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
9988         * tree-ssa-pre.c (print_pre_expr): Likewise.
9989         (get_representative_for): Likewise.
9990         (create_expression_by_pieces): Likewise.
9991         (insert_into_preds_of_block): Likewise.
9992         (eliminate_insert): Likewise.
9993         (eliminate_dom_walker::before_dom_children): Likewise.
9994         (eliminate): Likewise.
9995         (remove_dead_inserted_code): Likewise.
9996         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
9997         * tree-ssa-reassoc.c (get_rank): Likewise.
9998         (eliminate_duplicate_pair): Likewise.
9999         (eliminate_plus_minus_pair): Likewise.
10000         (eliminate_not_pairs): Likewise.
10001         (undistribute_ops_list): Likewise.
10002         (eliminate_redundant_comparison): Likewise.
10003         (update_range_test): Likewise.
10004         (optimize_range_tests_var_bound): Likewise.
10005         (optimize_vec_cond_expr): Likewise.
10006         (rewrite_expr_tree): Likewise.
10007         (rewrite_expr_tree_parallel): Likewise.
10008         (linearize_expr): Likewise.
10009         (break_up_subtract): Likewise.
10010         (linearize_expr_tree): Likewise.
10011         (attempt_builtin_powi): Likewise.
10012         (attempt_builtin_copysign): Likewise.
10013         (transform_stmt_to_copy): Likewise.
10014         (transform_stmt_to_multiply): Likewise.
10015         (dump_ops_vector): Likewise.
10016         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
10017         (print_scc): Likewise.
10018         (set_ssa_val_to): Likewise.
10019         (visit_reference_op_store): Likewise.
10020         (visit_use): Likewise.
10021         (sccvn_dom_walker::before_dom_children): Likewise.
10022         (run_scc_vn): Likewise.
10023         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
10024         Likewise.
10025         (expr_hash_elt::print): Likewise.
10026         (const_and_copies::pop_to_marker): Likewise.
10027         (const_and_copies::record_const_or_copy_raw): Likewise.
10028         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
10029         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
10030         (dump_predicates): Likewise.
10031         (find_uninit_use): Likewise.
10032         (warn_uninitialized_phi): Likewise.
10033         (pass_late_warn_uninitialized::execute): Likewise.
10034         * tree-ssa.c (verify_vssa): Likewise.
10035         (verify_ssa): Likewise.
10036         (maybe_optimize_var): Likewise.
10037         * tree-vrp.c (dump_value_range): Likewise.
10038         (dump_all_value_ranges): Likewise.
10039         (dump_asserts_for): Likewise.
10040         (register_edge_assert_for_2): Likewise.
10041         (vrp_visit_cond_stmt): Likewise.
10042         (vrp_visit_switch_stmt): Likewise.
10043         (vrp_visit_stmt): Likewise.
10044         (vrp_visit_phi_node): Likewise.
10045         (simplify_cond_using_ranges_1): Likewise.
10046         (fold_predicate_in): Likewise.
10047         (evrp_dom_walker::before_dom_children): Likewise.
10048         (evrp_dom_walker::push_value_range): Likewise.
10049         (evrp_dom_walker::pop_value_range): Likewise.
10050         (execute_early_vrp): Likewise.
10052 2017-05-16  Richard Biener  <rguenther@suse.de>
10054         * dwarf2out.c (loc_list_from_tree_1): Do not create
10055         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
10057 2017-05-16  Richard Biener  <rguenther@suse.de>
10059         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
10060         just generated.
10061         (note_variable_value_in_expr): If we resolved the decl ref
10062         do not push to the stack.
10064 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
10066         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
10067         operations in fast-math mode.
10068         (vaddq_f16): Likewise.
10069         (vmul_f16): Likewise.
10070         (vmulq_f16): Likewise.
10071         (vsub_f16): Likewise.
10072         (vsubq_f16): Likewise.
10073         * config/arm/neon.md (add<mode>3): New.
10074         (sub<mode>3): New.
10075         (fma:<VH:mode>3): New.  Also remove outdated comment.
10076         (mul<mode>3): New.
10078 2017-05-16  Martin Liska  <mliska@suse.cz>
10080         PR ipa/79849.
10081         PR ipa/79850.
10082         * ipa-devirt.c (warn_types_mismatch): Fix typo.
10083         (odr_types_equivalent_p): Likewise.
10085 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
10087         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
10089 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
10091         PR target/80425
10092         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
10093         non-interunit SSE move alternatives with '?'.
10094         (zero-extendsidi peephole2): New peephole to skip intermediate
10095         general register in SSE zero-extend sequence.
10097 2017-05-15  Jeff Law  <law@redhat.com>
10099         * reorg.c (relax_delay_slots): Create a new variable to hold
10100         the temporary target rather than clobbering TARGET_LABEL.
10102         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
10103         missing argument to extract_bit_field call.
10104         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
10106 2017-05-15  Martin Liska  <mliska@suse.cz>
10108         PR driver/31468
10109         * gcc.c (process_command): Do not allow empty argument of -o option.
10111 2017-05-15  Renlin Li  <renlin.li@arm.com>
10113         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
10114         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
10115         * config/aarch64/constraints.md (Usf): Add long call check.
10116         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
10117         (call_value): Likewise.
10118         (sibcall): Likewise.
10119         (sibcall_value): Likewise.
10120         (call_insn): New.
10121         (call_value_insn): New.
10122         (sibcall_insn): Update rtx pattern.
10123         (sibcall_value_insn): Likewise.
10124         (call_internal): Remove.
10125         (call_value_internal): Likewise.
10126         (sibcall_internal): Likewise.
10127         (sibcall_value_internal): Likewise.
10128         (call_reg): Likewise.
10129         (call_symbol): Likewise.
10130         (call_value_reg): Likewise.
10131         (call_value_symbol): Likewise.
10133 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
10135         PR target/80600
10136         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
10138 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
10140         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
10141         compatible with CCGOCmode and with CCZmode.
10143 2017-05-14  Martin Sebor  <msebor@redhat.com>
10145         PR middle-end/77671
10146         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
10147         (gimple_fold_builtin_snprintf): Same.
10148         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
10149         (gimple_fold_builtin_snprintf): Same.
10150         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
10151         of character types.
10152         (is_call_safe): New function.
10153         (try_substitute_return_value): Call it.
10154         (try_simplify_call): New function.
10155         (pass_sprintf_length::handle_gimple_call): Call it.
10157 2017-05-14  Martin Sebor  <msebor@redhat.com>
10159         PR middle-end/80669
10160         * builtins.c (expand_builtin_stpncpy): Simplify.
10162 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
10164         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
10165         * config/i386/i386.h
10166         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
10167         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
10168         (struct machine_function): Add new members call_ms2sysv,
10169         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
10170         (struct machine_frame_state): New fields sp_realigned and
10171         sp_realigned_offset.
10172         * config/i386/i386.c
10173         (enum xlogue_stub): New enum.
10174         (enum xlogue_stub_sets): New enum.
10175         (class xlogue_layout): New class.
10176         (struct ix86_frame): New fields stack_realign_allocate_offset,
10177         stack_realign_offset and outlined_save_offset.  Modify comments to
10178         detail stack layout when using out-of-line stubs.
10179         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
10180         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
10181         -mcall-ms2sysv-xlogues.
10182         (stub_managed_regs): New static variable.
10183         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
10184         registers managed by out-of-line stub.
10185         (disable_call_ms2sysv_xlogues): New function.
10186         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
10187         m->call_ms2sysv when appropriate and compute frame layout for
10188         out-of-line stubs.
10189         (sp_valid_at, fp_valid_at): New inline functions.
10190         (choose_basereg): New function.
10191         (choose_baseaddr): Add align parameter, use choose_basereg and modify
10192         all callers.
10193         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
10194         Use align parameter of choose_baseaddr to generated aligned SSE movs
10195         when possible.
10196         (pro_epilogue_adjust_stack): Modify to track
10197         machine_frame_state::sp_realigned.
10198         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
10199         (ix86_nsaved_sseregs): Likewise.
10200         (ix86_emit_save_regs): Likewise.
10201         (ix86_emit_save_regs_using_mov): Likewise.
10202         (ix86_emit_save_sse_regs_using_mov): Likewise.
10203         (get_scratch_register_on_entry): Likewise.
10204         (gen_frame_set): New function.
10205         (gen_frame_load): Likewise.
10206         (gen_frame_store): Likewise.
10207         (emit_outlined_ms2sysv_save): Likewise.
10208         (emit_outlined_ms2sysv_restore): Likewise.
10209         (ix86_expand_prologue): Modify stack re-alignment code and call
10210         emit_outlined_ms2sysv_save when appropriate.
10211         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
10212         parameter rtx_insn *insn, which allows the function to be used to only
10213         generate the notes.
10214         (ix86_expand_epilogue): Modify validity checks of frame and stack
10215         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
10216         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
10217         * config/i386/predicates.md
10218         (save_multiple): New predicate.
10219         (restore_multiple): Likewise.
10220         * config/i386/sse.md
10221         (save_multiple<mode>): New pattern.
10222         (save_multiple_realign<mode>): Likewise.
10223         (restore_multiple<mode>): Likewise.
10224         (restore_multiple_and_return<mode>): Likewise.
10225         (restore_multiple_leave_return<mode>): Likewise.
10226         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
10228 2017-05-14  Julia Koval  <julia.koval@intel.com>
10230         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
10231         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
10232         (__builtin_ia32_xsetbv): New builtins.
10233         * config/i386/i386.c (ix86_expand_special_args_builtin):
10234         Process new types.
10235         (ix86_expand_builtin): Special expand for new intrinsics.
10236         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
10237         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
10238         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
10240 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10242         * cfganal.c (inverted_post_order_compute): Change argument type
10243         to vec *.
10244         * cfganal.h (inverted_post_order_compute): Adjust prototype.
10245         * df-core.c (rest_of_handle_df_initialize): Adjust.
10246         (rest_of_handle_df_finish): Likewise.
10247         (df_analyze_1): Likewise.
10248         (df_analyze): Likewise.
10249         (loop_inverted_post_order_compute): Change argument to be a vec *.
10250         (df_analyze_loop): Adjust.
10251         (df_get_n_blocks): Likewise.
10252         (df_get_postorder): Likewise.
10253         * df.h (struct df_d): Change field to be a vec.
10254         * lcm.c (compute_laterin): Adjust.
10255         (compute_available): Likewise.
10256         * lra-lives.c (lra_create_live_ranges_1): Likewise.
10257         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
10258         * tree-ssa-pre.c (compute_antic): Likewise.
10260 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10262         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
10263         (depth_first_search::depth_first_search): Change structure init
10264         function to this constructor.
10265         (depth_first_search::add_bb): Rename function to this member.
10266         (depth_first_search::execute): Likewise.
10267         (flow_dfs_compute_reverse_finish): Adjust.
10269 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10271         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
10272         (longest_simple_path): Likewise.
10273         * shrink-wrap.c (spread_components): Likewise.
10274         (disqualify_problematic_components): Likewise.
10275         (emit_common_heads_for_components): Likewise.
10276         (emit_common_tails_for_components): Likewise.
10277         (insert_prologue_epilogue_for_components): Likewise.
10279 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10281         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
10282         auto_sbitmap.
10284 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10286         * df-core.c (df_set_blocks): Start using auto_bitmap.
10287         (df_compact_blocks): Likewise.
10288         * df-problems.c (df_rd_confluence_n): Likewise.
10289         * df-scan.c (df_insn_rescan_all): Likewise.
10290         (df_process_deferred_rescans): Likewise.
10291         (df_update_entry_block_defs): Likewise.
10292         (df_update_exit_block_uses): Likewise.
10293         (df_entry_block_bitmap_verify): Likewise.
10294         (df_exit_block_bitmap_verify): Likewise.
10295         (df_scan_verify): Likewise.
10296         * lra-constraints.c (lra_constraints): Likewise.
10297         (undo_optional_reloads): Likewise.
10298         (lra_undo_inheritance): Likewise.
10299         * lra-remat.c (calculate_gen_cands): Likewise.
10300         (do_remat): Likewise.
10301         * lra-spills.c (assign_spill_hard_regs): Likewise.
10302         (spill_pseudos): Likewise.
10303         * tree-ssa-pre.c (bitmap_set_and): Likewise.
10304         (bitmap_set_subtract_values): Likewise.
10306 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10308         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
10309         management with auto_bitmap.
10310         (fix_inter_tick): Likewise.
10311         (fix_recovery_deps): Likewise.
10312         * ira.c (add_store_equivs): Likewise.
10313         (find_moveable_pseudos): Likewise.
10314         (split_live_ranges_for_shrink_wrap): Likewise.
10315         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
10316         (rtx_reuse_manager::seen_def_p): Likewise.
10317         (rtx_reuse_manager::set_seen_def): Likewise.
10318         * print-rtl.h (class rtx_reuse_manager): Likewise.
10320 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10322         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
10323         lifetime.
10324         (migrate_btr_def): Likewise.
10325         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
10326         * df-core.c (loop_post_order_compute): Likewise.
10327         (loop_inverted_post_order_compute): Likewise.
10328         * hsa-common.h: Likewise.
10329         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
10330         * init-regs.c (initialize_uninitialized_regs): Likewise.
10331         * ipa-inline.c (resolve_noninline_speculation): Likewise.
10332         (inline_small_functions): Likewise.
10333         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
10334         * ira.c (combine_and_move_insns): Likewise.
10335         (build_insn_chain): Likewise.
10336         * loop-invariant.c (find_invariants): Likewise.
10337         * lower-subreg.c (propagate_pseudo_copies): Likewise.
10338         * predict.c (tree_predict_by_opcode): Likewise.
10339         (predict_paths_leading_to): Likewise.
10340         (predict_paths_leading_to_edge): Likewise.
10341         (estimate_loops_at_level): Likewise.
10342         (estimate_loops): Likewise.
10343         * shrink-wrap.c (try_shrink_wrapping): Likewise.
10344         (spread_components): Likewise.
10345         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
10346         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
10347         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
10348         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
10349         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
10350         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
10351         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
10352         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
10353         (mark_threaded_blocks): Likewise.
10354         (thread_through_all_blocks): Likewise.
10355         * tree-ssa.c (verify_ssa): Likewise.
10356         (execute_update_addresses_taken): Likewise.
10357         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
10359 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10361         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
10362         auto_vec.
10363         (post_order_compute): Likewise.
10364         (inverted_post_order_compute): Likewise.
10365         (pre_and_rev_post_order_compute_fn): Likewise.
10367 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10369         * genrecog.c (int_set::int_set): Explicitly construct our
10370         auto_vec base class.
10371         * vec.h (auto_vec::auto_vec): New constructor.
10373 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10375         * bitmap.h (class auto_bitmap): New constructor taking
10376         bitmap_obstack * argument.
10378 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10380         * bitmap.h (class auto_bitmap): Change type of m_bits to
10381         bitmap_head, and adjust ctor / dtor and member operators.
10383 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
10385         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
10386         when returned register mode doesn't match original mode.
10388 2017-05-12  Jeff Law  <law@redhat.com>
10389             Jakub Jelinek  <jakub@redhat.com>
10391         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
10392         we look for cc setter after the compare-elim changes.
10393         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
10394         within the vector to match what compare-elim now expects.
10395         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
10396         (xorsi3_flags, one_cmplsi2_flags): Likewise.
10398         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
10399         after the compare-elim changes.
10400         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
10401         the vector to match what compare-elim now expects.
10402         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
10403         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
10404         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
10405         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
10406         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
10408         * config/visium/visium.c (single_set_and_flags): Fix where
10409         we look for cc setter after the compare-elim changes.
10410         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
10411         with the vector to match what compare-elim now expects.
10412         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
10413         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
10414         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
10415         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
10416         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
10417         (neg<mode>2_insn_set_overflow): Likewise.
10419 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
10421         PR middle-end/79794
10422         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
10423         maybe_expand_insn call, set ops[0].target.  If still set after call,
10424         set alt_rtl.  Add extra arg to recursive calls.
10425         (extract_bit_field): Add alt_rtl argument.  Pass to
10426         extract_bit_field.
10427         * expmed.h (extract_bit_field): Fix prototype.
10428         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
10429         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
10430         to extract_bit_field_calls.
10431         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
10432         Pass alt_rtl to extract_bit_field calls.
10433         * calls.c (store_unaligned_arguments_into_psuedos)
10434         load_register_parameters): Pass extra NULL to extract_bit_field calls.
10435         * optabs.c (maybe_legitimize_operand): Clear op->target when call
10436         gen_reg_rtx.
10437         * optabs.h (struct expand_operand): Add target bitfield.
10439 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
10441         * compare-elim.c (try_eliminate_compare): Canonicalize
10442         operation with embedded compare to
10443         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
10444          (set (reg) (operation)].
10446         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
10448 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
10450         PR target/80723
10451         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
10452         cost of adding a carry flag for ADC instruction.
10453         [case MINUS]: Ignore the cost of subtracting a carry flag
10454         for SBB instruction.
10456 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
10458         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
10459         and x86intrin.h
10460         * config/rs6000/bmiintrin.h: New file.
10461         * config/rs6000/bmi2intrin.h: New file.
10462         * config/rs6000/x86intrin.h: New file.
10464 2017-05-12  Jeff Law  <law@redhat.com>
10466         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
10467         markers.
10469 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
10471         PR middle-end/80707
10472         * tree-cfg.c: Remove cfg edges of unreachable case statements.
10474 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
10476         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
10477         early expansion of vector divide builtins.
10478         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
10479         builtins identified as having unsigned arguments.
10481 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
10483         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
10484         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
10485         expansion of vector logical operations (and, andc, or, xor,
10486         nor, orc, nand).
10488 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
10490         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
10491         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
10493 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
10495         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
10496         early GIMPLE expansion of vector multiplies.
10498 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
10500         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
10501         TARGET_HAVE_MOVT conditional.
10502         (movt splitter): Likewise.
10504 2017-05-12  Richard Biener  <rguenther@suse.de>
10506         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
10507         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
10508         Fold all stmts not inplace.
10510 2017-05-12  Richard Biener  <rguenther@suse.de>
10512         PR tree-optimization/80713
10513         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
10514         inserted_exprs bit for not removed stmts.
10516 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
10518         PR middle-end/69921
10519         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
10520         parallelized" attribute for parallelized OpenACC kernels.
10521         * omp-offload.c (execute_oacc_device_lower): Use it.
10523         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
10524         Set "oacc kernels" attribute.
10525         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
10526         parameter.  Adjust all users.
10527         (oacc_fn_attrib_kernels_p): Remove function.
10528         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
10529         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
10530         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
10531         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
10532         assert "oacc kernels" attribute is set.
10534 2017-05-11  Carl Love  <cel@us.ibm.com>
10536         * config/rs6000/rs6000-c: Add support for built-in functions
10537         vector unsigned char vec_popcnt (vector signed char)
10538         vector unsigned char vec_popcnt (vector unsigned char)
10539         vector unsigned short vec_popcnt (vector signed short)
10540         vector unsigned short vec_popcnt (vector unsigned short)
10541         vector unsigned int vec_popcnt (vector signed int)
10542         vector unsigned int vec_popcnt (vector unsigned int)
10543         vector unsigned long long vec_popcnt (vector signed long long)
10544         vector unsigned long long vec_popcnt (vector unsigned long long)
10545         vector signed long long vec_slo (vector signed long long,
10546                                          vector signed char)
10547         vector signed long long vec_slo (vector signed long long,
10548                                          vector unsigned char)
10549         vector unsigned long long vec_slo (vector unsigned long long,
10550                                            vector signed char)
10551         vector unsigned long long vec_slo (vector unsigned long long,
10552                                            vector unsigned char)
10553         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
10554         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
10555         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
10556         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
10557         * doc/extend.texi: Update the built-in documentation file for the
10558         new built-in functions.
10560 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
10562         * attribs.h (sorted_attr_string): Move machine independent
10563         functions for target clone support from the i386 port to common
10564         code.  Rename ix86_function_versions to common_function_versions.
10565         Rename make_name to make_unique_name.
10566         (common_function_versions): Likewise.
10567         (make_unique_name): Likewise.
10568         (make_dispatcher_decl): Likewise.
10569         (is_function_default_version): Likewise.
10570         * attribs.c (attr_strcmp): Likewise.
10571         (sorted_attr_string): Likewise.
10572         (common_function_versions): Likewise.
10573         (make_unique_name): Likewise.
10574         (make_dispatcher_decl): Likewise.
10575         (is_function_default_version): Likewise.
10576         * config/i386/i386.c (attr_strcmp): Likewise.
10577         (sorted_attr_string): Likewise.
10578         (ix86_function_versions): Likewise.
10579         (make_name): Likewise.
10580         (make_dispatcher_decl): Likewise.
10581         (is_function_default_version): Likewise.
10582         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
10584 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10586         PR target/80695
10587         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
10588         Account for direct move costs for vec_construct of integer
10589         vectors.
10591 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
10593         PR target/80706
10594         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
10595         (UNSPEC_STX_ATOMIC): Ditto.
10596         (loaddi_via_sse): New insn.
10597         (storedi_via_sse): Ditto.
10598         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
10599         Update corresponding peephole2 patterns.
10600         (atomic_storedi_fpu): Ditto.
10602 2017-05-11  Julia Koval  <julia.koval@intel.com>
10604         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
10605         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
10606         New intrinsics.
10607         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
10608         (__builtin_ia32_rsqrt14ss_mask): New builtins.
10609         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
10611 2017-05-11  Nathan Sidwell  <nathan@acm.org>
10613         * graphite-poly.c: Include dumpfile.h.
10615         * dumpfle.h (dump_function): Declare here ...
10616         * tree-dump.h (dump_function): ... not here.
10617         * dumpfile.c: #include tree-cfg.h.
10618         (dump_function): Move here from ...
10619         * tree-dump.c (dump_function): ... here.
10620         * gimplify.c: #include splay-tree.h, not tree-dump.h.
10621         * graphite-poly.c: Don't include tree-dump.h.
10622         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
10623         * print-tree.c: Likewise.
10624         * stor-layout.c: Likewise.
10625         * tree-nested.c: Likewise.
10627         * dumpfile.c (dump_start): Use TDF_FLAGS.
10628         (dump_enable_all): Fix TDF_KIND check thinko.
10630 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10632         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10633         array entries to represent two legal parameterizations of the
10634         overloaded __builtin_cmpb function, as represented by the
10635         P6_OV_BUILTIN_CMPB constant.
10636         (altivec_resolve_overloaded_builtin): Add special case handling
10637         for the __builtin_cmpb function, as represented by the
10638         P6_OV_BUILTIN_CMPB constant.
10639         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
10640         (BU_P6_64BIT_2): New macro.
10641         (BU_P6_OVERLOAD_2): New macro
10642         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
10643         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
10644         (CMPB): Add overload support to represent both 32-bit and 64-bit
10645         compare-bytes function.
10646         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
10647         support for TARGET_CMPB.
10648         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
10649         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
10650         documentation of the __builtin_cmpb overloaded built-in function.
10652 2017-05-11  Richard Biener  <rguenther@suse.de>
10654         PR tree-optimization/80705
10655         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
10656         bases are not vectorizable.
10658 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10660         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
10661         when counting register pressure.
10663 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10665         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
10666         (iv_ca_more_deps): Renamed to ...
10667         (iv_ca_compare_deps): ... this.
10668         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
10670 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10672         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
10673         to ...
10674         (determine_group_iv_costs): ... here.
10675         (find_inv_vars_cb): Record inv var if it's not recorded before.
10677 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10679         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
10680         (get_shiftadd_cost): Ditto.
10682 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10684         * tree-ssa-address.c: Include header file.
10685         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
10686         address.
10687         (add_to_parts): Refactor.
10688         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
10689         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
10690         in new order.
10692 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10694         PR tree-optimization/53090
10695         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
10696         COMP_IV_EXPR_2.
10697         (extract_cond_operands): Detect condition with IV on both sides
10698         and return COMP_IV_EXPR_2.
10699         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
10700         (rewrite_use_compare): Simplify by removing call to function
10701         extract_cond_operands.
10703 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10705         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
10706         (extract_cond_operands): Detect condition comparing against non-
10707         invariant bound and return appropriate enum value.
10708         (find_interesting_uses_cond): Update use of extract_cond_operands.
10709         Handle its return value accordingly.
10710         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
10712 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10714         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
10715         nonlinear iv_use computation in loop invariant sensitive way.
10717 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10719         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
10720         (find_iv_candidates): Call relate_compare_use_with_all_cands.
10722 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10724         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
10725         (dump_cand): Support iv_cand.inv_exprs.
10726         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
10727         for candidates.
10728         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
10729         iv_cand.inv_exprs.
10731 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10733         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
10734         from ...
10735         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
10736         as local function.  Include necessary header files.
10737         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
10739 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10741         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
10743 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10745         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
10746         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
10747         RSHIFT_EXPR and BIT_NOT_EXPR.
10749 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10751         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
10752         (adjust_setup_cost): New parameter supporting round up adjustment.
10753         (struct address_cost_data): Delete.
10754         (force_expr_to_var_cost): Don't bound cost with spill_cost.
10755         (split_address_cost, ptr_difference_cost): Delete.
10756         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
10757         (struct ainc_cost_data): New struct.
10758         (get_address_cost_ainc): New function.
10759         (get_address_cost, get_computation_cost): Reimplement.
10760         (determine_group_iv_cost_address): Record inv_expr for all uses of
10761         a group.
10762         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
10763         (iv_ca_has_deps): Reimplemented to ...
10764         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
10765         than OLD_CP.
10766         (iv_ca_extend): Call iv_ca_more_deps.
10768 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10770         * tree-ssa-address.c (struct mem_address): Move to header file.
10771         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
10772         * tree-ssa-address.h (struct mem_address): Move from C file.
10773         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
10775 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10777         * tree-affine.h (aff_combination_type): New interface.
10778         (aff_combination_zero_p): Remove static.
10779         (aff_combination_const_p): New interface.
10780         (aff_combination_singleton_var_p): New interfaces.
10782 2017-05-11  Richard Biener  <rguenther@suse.de>
10784         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
10785         Skip unreachable blocks and destinations.
10786         (eliminate): Move stmt removal and fixup ...
10787         (fini_eliminate): ... here.  Skip inserted exprs.
10788         (pass_pre::execute): Move fini_pre after fini_eliminate.
10789         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
10790         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
10791         PRE to get rid of dead code that has invalid SSA form and
10792         split critical edges again.
10794 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10796         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
10798 2017-05-11  Richard Biener  <rguenther@suse.de>
10800         * passes.c (execute_function_todo): Verify loops if they are
10801         said to be up-to-date.
10802         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
10803         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
10805 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
10807         PR target/80090
10808         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
10809         handle calling assemble_external ourself.
10811         PR target/79027
10812         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
10813         modes with zero size.  Enhance comment.
10815 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10817         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
10818         built-ins for vec_xl and vec_xst with short and char pointer
10819         arguments.
10821 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
10823         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
10824         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
10825         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
10826         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
10827         (_mm_maskz_min_round_ss): New intrinsics.
10828         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
10829         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
10830         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
10831         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
10832         (__builtin_ia32_minss_mask_round): New builtins.
10833         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
10834         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
10835         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
10836         Rename to ...
10837         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
10838         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
10839         Change to ...
10840         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
10841         ... this.
10843 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
10845         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
10846         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
10847         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
10848         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
10849         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
10850         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
10851         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
10852         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
10853         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
10854         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
10855         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
10856         (__builtin_ia32_mulss_mask_round): New builtins.
10857         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
10858         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
10859         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
10860         Rename to ...
10861         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
10862         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
10863         Change to ...
10864         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
10865         ... this.
10867 2017-05-10  Julia Koval  <julia.koval@intel.com>
10869         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
10870         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
10871         (_mm256_setr_m128i): New intrinsics.
10873 2017-05-10  Julia Koval  <julia.koval@intel.com>
10875         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
10876         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
10877         (_mm_maskz_rcp14_ss): New intrinsics.
10878         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
10879         (__builtin_ia32_rcp14ss_mask): New builtins.
10880         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
10882 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
10884         PR tree-optimization/51513
10885         * tree-cfg.c (gimple_seq_unreachable_p): New function.
10886         (assert_unreachable_fallthru_edge_p): Use it.
10887         (group_case_labels_stmt): Likewise.
10888         * tree-cfg.h: Prototype it.
10889         * stmt.c: Include cfghooks.h and tree-cfg.h.
10890         (emit_case_dispatch_table) <gap_label>: New local variable.
10891         Use it to fill dispatch table gaps.
10892         Test for default_label before updating probabilities.
10893         (expand_case) <default_label>: Remove unneeded initialization.
10894         Test for unreachable default case statement and remove its edge.
10895         Set default_label accordingly.
10896         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
10898 2017-05-10  Carl Love  <cel@us.ibm.com>
10900         * config/rs6000/rs6000-c: Add support for built-in functions
10901         vector signed char      vec_neg (vector signed char)
10902         vector signed short int vec_neg (vector short int)
10903         vector signed int       vec_neg (vector signed int)
10904         vector signed long long vec_neg (vector signed long long)
10905         vector float            vec_neg (vector float)
10906         vector double           vec_neg (vector double)
10907         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
10908         overload.
10909         * config/rs6000/altivec.h: Add define for vec_neg
10910         * doc/extend.texi: Update the built-in documentation for the
10911         new built-in functions.
10913 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
10915         PR tree-optimization/77644
10916         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
10918 2017-05-10  Nathan Sidwell  <nathan@acm.org>
10920         * dumpfile.h (TDI_lang_all): New.
10921         (TDF_KIND): New. Renumber others
10922         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
10923         than bits.
10924         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
10925         lang-all.
10926         (get_dump_file_name): Adjust suffix generation.
10927         (dump_enable_all): Use TDF_KIND.
10928         * doc/invoke.texi (-fdump-lang-all): Document.
10930         * dumpfile.h: Tabify.
10932 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
10934         PR target/80671
10935         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
10936         Move member access before delete.
10938 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
10940         * tree-inline.c (expand_call_inline): Split block at stmt
10941         before the call.
10943 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
10945         PR target/68163
10946         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
10947         are now unused after splitting mov{sf,sd}_hardfloat.
10948         (f32_lr2): Likewise.
10949         (f32_lm): Likewise.
10950         (f32_lm2): Likewise.
10951         (f32_li): Likewise.
10952         (f32_li2): Likewise.
10953         (f32_lv): Likewise.
10954         (f32_sr): Likewise.
10955         (f32_sr2): Likewise.
10956         (f32_sm): Likewise.
10957         (f32_sm2): Likewise.
10958         (f32_si): Likewise.
10959         (f32_si2): Likewise.
10960         (f32_sv): Likewise.
10961         (f32_dm): Likewise.
10962         (f32_vsx): Likewise.
10963         (f32_av): Likewise.
10964         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
10965         For movsf, order stores so the VSX stores occur before the GPR
10966         store which encourages the register allocator to use a traditional
10967         FPR instead of a GPR.  For movsd, order the stores so that the GPR
10968         store comes before the VSX stores to allow the power6 to work.
10969         This is due to the power6 not having a 32-bit integer store
10970         instruction from a FPR.
10971         (movsf_hardfloat): Likewise.
10972         (movsd_hardfloat): Likewise.
10974 2017-05-09  Martin Sebor  <msebor@redhat.com>
10976         PR translation/80280
10977         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
10978         added in r247778.
10980         PR translation/80280
10981         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
10982         data member added in r247778.
10983         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
10985 2017-05-09  Nathan Sidwell  <nathan@acm.org>
10987         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
10989         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
10990         typedefs.
10992 2017-05-09  Marek Polacek  <polacek@redhat.com>
10994         * doc/invoke.texi: Fix typo.
10996 2017-05-09  Richard Biener  <rguenther@suse.de>
10998         * tree-vrp.c (vrp_val_is_max): Adjust comment.
10999         (vrp_val_is_min): Likewise.
11000         (set_value_range_to_value): Likewise.
11001         (set_value_range_to_nonnegative): Likewise.
11002         (gimple_assign_nonzero_p): Likewise.
11003         (gimple_stmt_nonzero_p): Likewise.
11004         (vrp_int_const_binop): Likewise.  Remove unreachable case.
11005         (adjust_range_with_scev): Adjust comments.
11006         (compare_range_with_value): Likewise.
11007         (extract_range_from_phi_node): Likewise.
11008         (test_for_singularity): Likewise.
11010 2017-05-09  Richard Biener  <rguenther@suse.de>
11012         * tree-vrp.c (get_single_symbol): Add assert that we don't
11013         get overflowed constants as invariant part.
11014         (compare_values_warnv): Add comment before the TREE_NO_WARNING
11015         checks.  Use wi::cmp instead of recursing for integer constants.
11016         (compare_values): Just ignore whether we assumed undefined
11017         overflow instead of failing the compare.
11018         (extract_range_for_var_from_comparison_expr): Add comment before the
11019         TREE_NO_WARNING sets.
11020         (test_for_singularity): Likewise.
11021         (extract_range_from_comparison): Do not disable optimization
11022         when we assumed undefined overflow.
11023         (extract_range_basic): Remove init of unused var.
11025 2017-05-09  Richard Biener  <rguenther@suse.de>
11027         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
11028         (extract_range_from_multiplicative_op_1): Adjust.
11029         (extract_range_from_binary_expr_1): Use int_const_binop.
11031 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11033         PR target/80101
11034         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
11035         rs6000_store_data_bypass_p in seven define_bypass directives and
11036         in several comments.
11037         * config/rs6000/rs6000-protos.h: Add prototype for
11038         rs6000_store_data_bypass_p function.
11039         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
11040         function implements slightly different (rs6000-specific) semantics
11041         than store_data_bypass_p, returning false rather than aborting
11042         with assertion error when arguments do not satisfy the
11043         requirements of store data bypass.
11044         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
11045         rs6000_store_data_bypass_p.
11047 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
11049         * config/xtensa/xtensa-protos.h
11050         (xtensa_initial_elimination_offset): New declaration.
11051         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
11052         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
11053         macro definition, add case for FRAME_POINTER_REGNUM when
11054         FRAME_GROWS_DOWNWARD.
11055         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
11056         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
11057         xtensa_initial_elimination_offset.
11059 2017-05-08  Nathan Sidwell  <nathan@acm.org>
11061         * doc/invoke.texi: Alphabetize -fdump options.
11063 2017-05-08  Martin Sebor  <msebor@redhat.com>
11065         PR translation/80280
11066         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
11068 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11070         * target.def (compute_frame_layout): New optional target hook.
11071         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
11072         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
11073         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
11074         target hook.
11075         * reload1.c (verify_initial_elim_offsets): Likewise.
11076         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
11077         (use_simple_return_p): Call arm_compute_frame_layout if needed.
11078         (arm_get_frame_offsets): Split up into this ...
11079         (arm_compute_frame_layout): ... and this function.
11081 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
11083         * config/aarch64/constraints.md (Usa): New constraint.
11084         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
11086 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11088         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
11089         with_multilib_list after it has been checked.
11091 2017-05-08  Richard Biener  <rguenther@suse.de>
11093         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
11094         (bitmap_set_subtract_values): Likewise.
11096 2017-05-08  Richard Biener  <rguenther@suse.de>
11098         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
11099         (gimple_assign_nonzero): ... this and remove strict_overflow_p
11100         argument.
11101         (gimple_stmt_nonzero_warnv_p): Rename to ...
11102         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
11103         argument.
11104         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
11105         (extract_range_basic): Adjust, do not disable propagation on
11106         strict overflow sensitive simplification.
11107         (vrp_visit_cond_stmt): Likewise.
11109 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
11111         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
11112         body size unconditionally.
11114 2017-05-07  Jeff Law  <law@redhat.com>
11116         Revert:
11117         2017-05-06  Jeff Law  <law@redhat.com>
11118         PR tree-optimization/78496
11119         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
11120         code.
11122         PR tree-optimization/78496
11123         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
11124         (simplify_stmt_using_ranges): Call it.
11125         (vrp_dom_walker::before_dom_children): Extract equivalences
11126         from an ASSERT_EXPR with an equality comparison against a
11127         constant.
11129 2017-05-06  Jeff Law  <law@redhat.com>
11131         PR tree-optimization/78496
11132         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
11133         code.
11135         PR tree-optimization/78496
11136         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
11137         (simplify_stmt_using_ranges): Call it.
11138         (vrp_dom_walker::before_dom_children): Extract equivalences
11139         from an ASSERT_EXPR with an equality comparison against a
11140         constant.
11142 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
11144         * lra-constraints.c (lra_copy_reg_equiv): New function.
11145         (split_reg): Use it to copy equivalence information from the
11146         original register to the spill register.
11148 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
11150         PR rtl-optimization/75964
11151         * simplify-rtx.c (simplify_const_relational_operation): Remove
11152         invalid handling of comparisons of integer ABS.
11154 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
11156         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
11157         initialize to zero.
11158         (init_regs): Remove declaration.
11159         (function_arg_advance_32): Initialize error_p as boolean variable.
11161 2017-05-05  Nathan Sidwell  <nathan@acm.org>
11163         * store-motion.c (remove_reachable_equiv_notes): Reformat long
11164         lines.  Use for (;;).
11166 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11168         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
11169         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
11170         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
11171         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
11172         VF=2 that require versioning.
11174 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
11176         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
11177         int.
11179 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
11181         * diagnostic.h (diagnostic_override_option_index): Convert from
11182         macro to inline function.
11184 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
11186         * diagnostic.c (last_module_changed_p): New function.
11187         (set_last_module): New function.
11188         (diagnostic_report_current_module): Convert macro usage to
11189         the above functions.
11190         * diagnostic.h (diagnostic_context::last_module): Strengthen
11191         from const line_map * to const line_map_ordinary *.
11192         (diagnostic_last_module_changed): Delete macro.
11193         (diagnostic_set_last_module): Delete macro.
11195 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
11197         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
11198         with diagnostic_report_diagnostic.
11199         (diagnostic_n_impl_richloc): Likewise.
11200         * diagnostic.h (report_diagnostic): Delete macro.
11201         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
11202         with diagnostic_report_diagnostic.
11203         * substring-locations.c (format_warning_va): Likewise.
11205 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
11207         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
11208         save/restor of format_spec.  Move option-printing code to...
11209         (print_option_information): ...this new function, and
11210         reimplement by simply printing to the pretty_printer,
11211         rather than appending to the format string.
11213 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
11215         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
11216         handling logic into...
11217         (update_effective_level_from_pragmas): ...this new function.
11219 2017-05-04  Andrew Waterman  <andrew@sifive.com>
11221         * config/riscv/riscv.opt (mstrict-align): New option.
11222         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
11223         (SLOW_UNALIGNED_ACCESS): Define.
11224         (riscv_slow_unaligned_access): Declare.
11225         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
11226         field.
11227         (riscv_slow_unaligned_access): New variable.
11228         (rocket_tune_info): Set slow_unaligned_access to true.
11229         (optimize_size_tune_info): Set slow_unaligned_access to false.
11230         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
11231         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
11232         (riscv_option_override): Set riscv_slow_unaligned_access.
11233         * doc/invoke.texi: Add -mstrict-align to RISC-V.
11235 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
11237         * config/riscv/riscv.md: Unify indentation.
11239 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
11241         PR target/79038
11242         PR target/79202
11243         PR target/79203
11244         * config/rs6000/rs6000.md (u code attribute): Add FIX and
11245         UNSIGNED_FIX.
11246         (extendsi<mode>2): Add support for doing sign extension via
11247         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
11248         don't have ISA 3.0 instructions.
11249         (extendsi<mode>2 splitter): Likewise.
11250         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
11251         generate the normal insns since SImode can now go in vector
11252         registers.  Disallow the special UNSPECs needed for previous
11253         machines to hide SImode being used.  Add new insns
11254         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
11255         (fix_trunc<mode>si2_stfiwx): Likewise.
11256         (fix_trunc<mode>si2_internal): Likewise.
11257         (fixuns_trunc<mode>si2): Likewise.
11258         (fixuns_trunc<mode>si2_stfiwx): Likewise.
11259         (fctiw<u>z_<mode>_smallint): Likewise.
11260         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
11261         of floating point to 32-bit integer from doing a direct move to
11262         the GPR registers to do a store.
11263         (fctiwz_<mode>): Break long line.
11265 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
11267         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
11268         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
11269         (addr_list, addr_offset_valid_p): New.
11270         (split_address_groups): Check offset validity with above function.
11271         (gt-tree-ssa-loop-ivopts.h): Include header file.
11273 2017-05-05  Nathan Sidwell  <nathan@acm.org>
11275         * config.gcc (arm*-*-*): Add missing 'fi'.
11277 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
11279         * doc/invoke.texi (-fopt-info): Explicitly say order of options
11280         included in -fopt-info does not matter.
11281         * doc/optinfo.texi (-fopt-info): Fix description of default
11282         behavour. Explicitly say order of options included in -fopt-info
11283         does not matter.
11285 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11287         * config.gcc: Allow combinations of aprofile and rmprofile values for
11288         --with-multilib-list.
11289         * config/arm/t-multilib: New file.
11290         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
11291         variables.  Remove setting of ISA and floating-point ABI in
11292         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
11293         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
11294         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
11295         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
11296         CPU options.
11297         * config/arm/t-rmprofile: Likewise except for the matches changes.
11298         * doc/install.texi (--with-multilib-list): Document the combination of
11299         aprofile and rmprofile values and warn about pitfalls in doing that.
11301 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
11303         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
11304         (movdi_aarch64): Likewise.
11306 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
11308         PR tree-optimization/80632
11309         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
11310         field.
11311         (build_arrays): Initialize it for virtual phis.
11312         (fix_phi_nodes): Use it for virtual phis.
11314         PR tree-optimization/80558
11315         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
11316         [x, y] op z into [x op, y op z] for op & or | if conditions
11317         are met.
11319 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11320             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
11322         PR target/71607
11323         * config/arm/arm.md (use_literal_pool): Remove.
11324         (64-bit immediate split): No longer takes cost into consideration
11325         if arm_disable_literal_pool is enabled.
11326         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
11327         used when arm_disable_literal_pool is enabled.
11328         (arm_max_const_double_inline_cost): Remove use of
11329         arm_disable_literal_pool.
11330         (push_minipool_fix): Add assert.
11331         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
11332         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
11333         (no_literal_pool_sf_immediate): New.
11335 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11337         PR tree-optimization/80613
11338         * tree-ssa-dce.c (propagate_necessity): Remove cases for
11339         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
11341 2017-05-05  Richard Biener  <rguenther@suse.de>
11343         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
11345 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
11347         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
11348         of this flag from insn conditions due to removal from r247495.
11350 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
11352         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
11353         New function.
11354         (arm_early_store_addr_dep_ptr): Likewise.
11355         * config/arm/aarch-common-protos.h
11356         (arm_early_load_addr_dep_ptr): Add prototype.
11357         (arm_early_store_addr_dep_ptr): Likewise.
11358         * config/arm/cortex-a53.md: Add new bypasses.
11360 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
11362         * tree.c (next_type_uid): Change type to unsigned.
11363         (type_hash_canon): Decrement back next_type_uid if
11364         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
11365         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
11366         if possible.
11368 2017-05-04  Martin Sebor  <msebor@redhat.com>
11370         * builtins.c: Fix a trivial typo in a comment.
11372         PR middle-end/79234
11373         * builtins.c (check_sizes): Adjust to handle reading past the end.
11374         Avoid printing excessive upper bound of ranges.  Use %E to print
11375         tree nodes instead of converting them to %wu.
11376         (expand_builtin_memchr): New function.
11377         (compute_dest_size): Rename...
11378         (compute_objsize): ...to this.
11379         (expand_builtin_memcpy): Adjust.
11380         (expand_builtin_mempcpy): Adjust.
11381         (expand_builtin_strcat): Adjust.
11382         (expand_builtin_strcpy): Adjust.
11383         (check_strncat_sizes): Adjust.
11384         (expand_builtin_strncat): Adjust.
11385         (expand_builtin_strncpy): Adjust and simplify.
11386         (expand_builtin_memset): Adjust.
11387         (expand_builtin_bzero): Adjust.
11388         (expand_builtin_memcmp): Adjust.
11389         (expand_builtin): Handle memcmp.
11390         (maybe_emit_chk_warning): Check strncat just once.
11392 2017-05-04  Martin Sebor  <msebor@redhat.com>
11394         PR preprocessor/79214
11395         PR middle-end/79222
11396         PR middle-end/79223
11397         * builtins.c (check_sizes): Add inlining context and issue
11398         warnings even when -Wno-system-headers is set.
11399         (check_strncat_sizes): Same.
11400         (expand_builtin_strncat): Same.
11401         (expand_builtin_memmove): New function.
11402         (expand_builtin_stpncpy): Same.
11403         (expand_builtin): Handle memmove and stpncpy.
11405 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
11407         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
11408         which is not used any more.
11410 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
11412         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
11414 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
11416         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
11417         (cortexa53_tunings): Likewise.
11418         (cortexa57_tunings): Likewise.
11419         (cortexa72_tunings): Likewise.
11420         (cortexa73_tunings): Likewise.
11422 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
11424         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
11425         Set loop alignment to 8.
11427 2017-05-04  Martin Sebor  <msebor@redhat.com>
11429         PR translation/80280
11430         * builtins.c (expand_builtin_object_size): Add missing quoting to
11431         %D and like directives.
11432         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
11433         (hsa_type_for_tree_type): Same.
11434         (verify_function_arguments): Same.
11435         * symtab.c (symbol_table::change_decl_assembler_name): Same.
11436         * varasm.c (get_section): Same.
11437         (mark_weak): Same.
11439 2017-05-04  Martin Sebor  <msebor@redhat.com>
11441         PR translation/80280
11442         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
11444 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
11446         * config/aarch64/aarch64.c (generic_addrcost_table):
11447         Change HI/TI mode setting.
11449 2017-05-04  Martin Jambor  <mjambor@suse.cz>
11451         PR tree-optimization/80622
11452         * tree-sra.c (comes_initialized_p): New function.
11453         (build_accesses_from_assign): Only set write lazily when
11454         comes_initialized_p is false.
11455         (analyze_access_subtree): Use comes_initialized_p.
11456         (propagate_subaccesses_across_link): Assert !comes_initialized_p
11457         instead of testing for PARM_DECL.
11459 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11461         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
11462         constraint on operand 0 to allow more general addressing modes.
11463         Adjust output template.
11464         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
11465         New function.
11466         * config/aarch64/aarch64-protos.h
11467         (aarch64_address_valid_for_prefetch_p): Declare prototype.
11468         * config/aarch64/constraints.md (Dp): New address constraint.
11469         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
11470         predicate.
11472 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
11474         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
11475         update use of estimate_ipcp_clone_size_and_time.
11476         (estimate_local_effects): Update use of
11477         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
11478         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
11479         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
11480         Return nonspecialized time.
11482 2017-05-04  Richard Biener  <rguenther@suse.de>
11484         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
11485         for the last VUSE which def dominates the PHI.  Directly call
11486         maybe_skip_until.
11487         (get_continuation_for_phi_1): Remove.
11489 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
11491         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
11492         to explain the use of truncating division.  Cap the number of
11493         iterations to the maximum given by nb_iterations_upper_bound,
11494         if defined.
11496 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11498         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
11499         * configure: Regenerate.
11500         * config.in: Regenerate.
11501         * config/i386/driver-mingw32.c: new file.
11502         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
11503         * config.host: Link driver-mingw32.o on MinGW host.
11504         * doc/install.texi: Document new --enable-mingw-wildcard configure
11505         option.
11507 2017-05-04  Marek Polacek  <polacek@redhat.com>
11509         PR tree-optimization/80612
11510         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
11512 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
11513             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
11515         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
11516         (movt splitter): Likewise.
11517         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
11518         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
11519         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
11520         block for Thumb-1 with MOVT.
11521         (thumb2_legitimate_address_p): Move code block ...
11522         (can_avoid_literal_pool_for_label_p): ... into this new function.
11523         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
11524         literal pool.
11525         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
11526         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
11527         "M-profile targets with the MOVT instruction".
11529 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
11531         * config/arm/arm-builtins.c (arm_init_builtins): Rename
11532         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
11533         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
11535 2017-05-04  Martin Liska  <mliska@suse.cz>
11537         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
11538         variable cond_code.
11540 2017-05-04  Richard Biener  <rguenther@suse.de>
11542         * tree.c (array_at_struct_end_p): Handle arrays at struct
11543         end with flexarrays more conservatively.  Refactor and treat
11544         arrays of arrays or aggregates more strict.  Fix
11545         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
11546         * tree.c (array_at_struct_end_p): Adjust prototype.
11547         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
11548         * gimple-fold.c (get_range_strlen): Likewise.
11549         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
11551 2017-05-04  Richard Biener  <rguenther@suse.de>
11553         PR tree-optimization/31130
11554         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
11555         false.
11556         (supports_overflow_infinity): Likewise.
11557         (is_negative_overflow_infinity): Likewise.
11558         (is_positive_overflow_infinity): Likewise.
11559         (is_overflow_infinity): Likewise.
11560         (stmt_overflow_infinity): Likewise.
11561         (overflow_infinity_range_p): Likewise.
11562         (usable_range_p): Remove as always returning true.
11563         (make_overflow_infinity): Remove.
11564         (negative_overflow_infinity): Likewise.
11565         (positive_overflow_infinity): Likewise.
11566         (avoid_overflow_infinity): Likewise.
11567         (set_value_range): Adjust accordingly.
11568         (set_value_range_to_nonnegative): Likewise, remove now unused
11569         overflow_infinity arg.
11570         (vrp_operand_equal_p): Adjust.
11571         (update_value_range): Likewise.
11572         (range_int_cst_singleton_p): Likewise.
11573         (operand_less_p): Likewise.
11574         (compare_values_warnv): Likewise.
11575         (extract_range_for_var_from_comparison_expr): Likewise.
11576         (vrp_int_const_binop): Likewise.
11577         (zero_nonzero_bits_from_vr): Likewise.
11578         (extract_range_from_multiplicative_op_1): Likewise.
11579         (extract_range_from_binary_expr_1): Likewise.
11580         (extract_range_from_unary_expr): Likewise.
11581         (extract_range_from_comparison): Likewise.
11582         (extract_range_basic): Likewise.
11583         (adjust_range_with_scev): Likewise.
11584         (compare_ranges): Likewise.
11585         (compare_range_with_value): Likewise.
11586         (dump_value_range): Likewise.
11587         (test_for_singularity): Likewise, remove strict_overflow_p parameter
11588         never used.
11589         (simplify_cond_using_ranges): Adjust.
11591 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
11593         * brig-builtins.def: Added a builtin for class_f64.
11594         * builtin-types.def: Added a builtin type needed by class_f64.
11596 2017-05-03  Jason Merrill  <jason@redhat.com>
11598         * timevar.def: Add TV_CONSTEXPR.
11600 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
11602         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
11604 2017-05-03  Martin Jambor  <mjambor@suse.cz>
11606         * ipa-prop.c (ipa_update_after_lto_read): Removed.
11607         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
11608         * ipa-cp.c (ipcp_propagate_stage): Do not call
11609         ipa_update_after_lto_read.
11610         * ipa-inline.c (ipa_inline): Likewise.
11612 2017-05-03  Martin Jambor  <mjambor@suse.cz>
11614         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
11615         tag.  Added a default constructor and a destructor.
11616         (ipa_edge_args_sum_t): New class;
11617         (ipa_edge_args_sum): Declare.
11618         (ipa_edge_args_vector): Remove declaration.
11619         (IPA_EDGE_REF): Use ipa_edge_args_sum.
11620         (ipa_free_edge_args_substructures): Remove declaration.
11621         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
11622         (ipa_edge_args_info_available_for_edge_p): Likewise.
11623         * ipa-prop.c (ipa_edge_args_vector): Removed.
11624         (edge_removal_hook_holder): Likewise.
11625         (edge_duplication_hook_holder): Likewise.
11626         (ipa_edge_args_sum): New variable.
11627         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
11628         ipa_edge_args_vector.
11629         (ipa_free_edge_args_substructures): Likewise.
11630         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
11631         ipa_edge_args_vector.
11632         (ipa_edge_removal_hook): Turned into method
11633         ipa_edge_args_sum_t::remove.
11634         (ipa_edge_duplication_hook): Turned into method
11635         ipa_edge_args_sum_t::duplicate.
11636         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
11637         registering edge hooks.
11638         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
11639         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
11640         ipa_edge_args_sum instead of ipa_edge_args_vector.
11641         * ipa-profile.c (ipa_profile): Likewise.
11643 2017-05-03  Martin Jambor  <mjambor@suse.cz>
11645         * symbol-summary.h (function_summary): New method exists.
11646         (function_summary::symtab_removal): Deallocate through release.
11647         (call_summary): New class.
11648         (gt_ggc_mx): New overload.
11649         (gt_pch_nx): Likewise.
11650         (gt_pch_nx): Likewise.
11652 2017-05-03  Jeff Law  <law@redhat.com>
11654         PR tree-optimization/78496
11655         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
11656         from simplify_cond_using_ranges.  Split off code to walk
11657         backwards through casts into ...
11658         (simplify_cond_using_ranges_2): New function.
11659         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
11660         (execute_vrp): After identifying jump threads, call
11661         simplify_cond_using_ranges_2.
11663 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
11665         PR bootstrap/80609
11666         * ipa-inline.h (inline_summary): Add ctor.
11667         (create_ggc): Do not use ggc_cleared_alloc.
11669 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
11670             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11672         * gcc.c (handle_braces): Support escaping in switch matching
11673         text.
11674         * doc/invoke.texi (Spec Files): Document it.
11675         Remove superfluous @code markup in items.
11677 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
11679         * diagnostic-show-locus.c (struct column_range): New struct.
11680         (get_affected_columns): New function.
11681         (get_printed_columns): New function.
11682         (struct correction): New struct.
11683         (correction::ensure_capacity): New function.
11684         (correction::ensure_terminated): New function.
11685         (struct line_corrections): New struct.
11686         (line_corrections::~line_corrections): New dtor.
11687         (line_corrections::add_hint): New function.
11688         (layout::print_trailing_fixits): Reimplement in terms of the new
11689         classes.
11690         (selftest::test_overlapped_fixit_printing): New function.
11691         (selftest::diagnostic_show_locus_c_tests): Call it.
11693 2017-05-03  Nathan Sidwell  <nathan@acm.org>
11695         Canonicalize canonical type hashing
11696         * tree.h (type_hash_canon_hash): Declare.
11697         * tree.c (type_hash_list, attribute_hash_list): Move into
11698         type_hash_canon_hash.
11699         (build_type_attribute_qual_variant): Break out hash code calc into
11700         type_hash_canon_hash.
11701         (type_hash_canon_hash): New.  Generic type hash computation.
11702         (build_range_type_1, build_array_type_1, build_function_type,
11703         build_method_type_directly, build_offset_type, build_complex_type,
11704         make_vector_type): Call it.
11706 2017-05-03  Richard Biener  <rguenther@suse.de>
11708         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
11709         When all DRs have unknown misaligned do not always peel
11710         when there is a store but apply the same costing model as if
11711         there were only loads.
11713 2017-05-03  Richard Biener  <rguenther@suse.de>
11715         Revert
11716         PR tree-optimization/80492
11717         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
11718         compare_base_decls returning dont-know properly.
11720 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11722         * config/arm/iterators.md (CCSI): New mode iterator.
11723         (arch): New mode attribute.
11724         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
11725         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
11726         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
11727         code iterator for success result mode.
11728         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
11729         the corresponding new insn generators.
11731 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
11733         Revert r247509
11734         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11735         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
11737 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
11739         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
11740         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
11741         (DDR_A): Wrap DDR argument in brackets.
11742         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
11743         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
11744         (DDR_REVERSED_P): Likewise.
11746 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
11748         PR tree-optimization/79472
11749         * tree-switch-conversion.c (struct switch_conv_info): Add
11750         contiguous_range and default_case_nonstandard fields.
11751         (collect_switch_conv_info): Compute contiguous_range and
11752         default_case_nonstandard fields, don't clear final_bb if
11753         contiguous_range and only the default case doesn't have the required
11754         structure.
11755         (check_all_empty_except_final): Set default_case_nonstandard instead
11756         of failing if contiguous_range and the default case doesn't have empty
11757         block.
11758         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
11759         and only the default case doesn't have the required constants.  Skip
11760         virtual phis.
11761         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
11762         if default_case_nonstandard.
11763         (build_constructors): Build constant 1 just once.  Assert that default
11764         values aren't inserted in between cases if contiguous_range.  Skip
11765         virtual phis.
11766         (build_arrays): Skip virtual phis.
11767         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
11768         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
11769         Handle virtual phis.
11770         (gen_inbound_check): Handle default_case_nonstandard case.
11771         (process_switch): Adjust check_final_bb caller.  Call
11772         gather_default_values with the first non-default case instead of
11773         default case if default_case_nonstandard.
11775 2017-05-02  Nathan Sidwell  <nathan@acm.org>
11777         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
11778         check.  Fix formatting.
11780 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
11782         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
11783         errors when comparing specialized and unspecialized times.
11785 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
11787         * diagnostic-show-locus.c
11788         (layout::should_print_annotation_line_p): Make private.
11789         (layout::print_annotation_line): Make private.
11790         (layout::annotation_line_showed_range_p): Make private.
11791         (layout::show_ruler): Make private.
11792         (layout::print_source_line): Make private.  Pass in line and
11793         line_width, rather than calling location_get_source_line.  Drop
11794         returned value.
11795         (layout::print_leading_fixits): New method.
11796         (layout::print_any_fixits): Rename to...
11797         (layout::print_trailing_fixits): ...this, and make private.
11798         Don't print newline fixits.
11799         (diagnostic_show_locus): Move logic for printing one row into...
11800         (layout::print_line): ...this new function.  Move the
11801         location_get_source_line call and error-handling from
11802         print_source_line to here.  Call print_leading_fixits, and rename
11803         print_any_fixits to print_trailing_fixits.
11804         (selftest::test_fixit_insert_containing_newline): Update now that
11805         newlines are partially supported.
11806         (selftest::test_fixit_insert_containing_newline_2): New test.
11807         (selftest::test_fixit_replace_containing_newline): Update comments.
11808         (selftest::diagnostic_show_locus_c_tests): Call the new test.
11809         * edit-context.c (class added_line): New class.
11810         (class edited_line): Describe newline handling in comment.
11811         (edited_line::actually_edited_p): New method.
11812         (edited_line::print_content): Delete redundant decl.
11813         (edited_line::m_predecessors): New field.
11814         (edited_file::print_content): Call edited_line::print_content.
11815         (edited_file::print_diff): Update to support newlines.
11816         (edited_file::print_diff_hunk): Likewise.
11817         (edited_file::print_run_of_changed_lines): New function.
11818         (edited_file::print_diff_line): Convert to...
11819         (print_diff_line): ...this.
11820         (edited_file::get_effective_line_count): New function.
11821         (edited_line::edited_line): Initialize new field m_predecessors.
11822         (edited_line::~edited_line): Clean up m_predecessors.
11823         (edited_line::apply_fixit): Handle newlines.
11824         (edited_line::get_effective_line_count): New function.
11825         (edited_line::print_content): New function.
11826         (edited_line::print_diff_lines): New function.
11827         (selftest::test_applying_fixits_insert_containing_newline): New
11828         test.
11829         (selftest::test_applying_fixits_replace_containing_newline): New
11830         test.
11831         (selftest::insert_line): New function.
11832         (selftest::test_applying_fixits_multiple_lines): Add example of
11833         inserting a line.
11834         (selftest::edit_context_c_tests): Call the new tests.
11836 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11838         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
11839         parameter cand.  Update dump information.
11840         (get_computation_cost): Update uses.
11842 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11844         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
11845         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
11846         (get_computation_at, rewrite_use_address): Update use of
11847         get_computation_aff.
11849 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11851         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
11852         (get_computation): Delete.
11853         (get_computation_cost): Implement like get_computation_cost_at.
11854         Use get_computation_at.
11855         (get_computation_cost_at): Delete.
11856         (rewrite_use_nonlinear_expr): Use get_computation_at.
11857         (rewrite_use_compare, remove_unused_ivs): Ditto.
11859 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11861         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
11863 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11865         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
11866         (ivopts_global_cost_for_size): Rename parameter and update uses.
11867         (iv_ca_recount_cost): Update uses.
11868         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
11869         candidates seperately in n_invs and n_cands.
11870         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
11872 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11874         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
11875         (find_inv_vars_cb): New.
11876         (find_depends): Renamed to ...
11877         (find_inv_vars): ... this.
11878         (add_candidate_1, force_var_cost): Call find_inv_vars.
11879         (split_address_cost, determine_group_iv_cost_cond): Ditto.
11881 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11883         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
11884         inv_vars.  Add inv_exprs.
11885         (struct iv_cand): Rename depends_on to inv_vars.
11886         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
11887         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
11888         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
11889         (dump_cand): Dump inv_vars.
11890         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
11891         (record_invariant, find_depends, add_candidate_1): Ditto.
11892         (set_group_iv_cost, force_var_cost): Ditto.
11893         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
11894         (get_computation_cost_at, get_computation_cost): Ditto.
11895         (determine_group_iv_cost_generic): Ditto.
11896         (determine_group_iv_cost_address): Ditto.
11897         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
11898         (determine_group_iv_costs): Ditto.
11899         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
11900         (iv_ca_set_remove_invariants): Renamed to ...
11901         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
11902         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
11903         (iv_ca_set_add_invariants):  Renamed to ...
11904         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
11905         (iv_ca_set_cp): Use iv_ca_set_add_invs.
11906         (iv_ca_has_deps): Support inv_vars and inv_exprs.
11907         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
11908         (create_new_ivs): Remove useless dump.
11910 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11912         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
11913         iv_cand code.
11914         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
11915         (iv_ca_set_no_cp, create_new_iv): Ditto.
11917 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11919         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
11921 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
11923         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
11924         function tree_check2.
11926 2017-05-02  Martin Liska  <mliska@suse.cz>
11928         * doc/gcov.texi: Add missing preposition.
11929         * gcov.c (function_info::function_info): Properly fill up
11930         all member variables.
11932 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
11934         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
11936 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
11938         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
11940 2017-05-02  Martin Liska  <mliska@suse.cz>
11942         PR lto/77954.
11943         * lto-streamer-in.c (lto_read_tree_1): Remove
11944         LTO_STREAMER_DEBUG.
11945         * lto-streamer.c (struct tree_hash_entry): Likewise.
11946         (struct tree_entry_hasher): Likewise.
11947         (tree_entry_hasher::hash): Likewise.
11948         (tree_entry_hasher::equal): Likewise.
11949         (lto_streamer_init): Likewise.
11950         (lto_orig_address_map): Likewise.
11951         (lto_orig_address_get): Likewise.
11952         (lto_orig_address_remove): Likewise.
11953         * lto-streamer.h: Likewise.
11954         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
11955         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
11957 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
11959         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
11960         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
11961         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
11962         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
11963         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
11964         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
11965         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
11966         (mm_maskz_sub_ss): New intrinsics.
11967         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
11968         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
11969         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
11970         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
11971         (__builtin_ia32_subss_mask_round): New builtins.
11972         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
11973         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
11974         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
11975         Renamed to ...
11976         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
11977         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
11978         Changed to ...
11979         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
11980         ... this.
11982 2017-05-02  Martin Jambor  <mjambor@suse.cz>
11984         PR tree-optimization/78687
11985         * tree-sra.c (access): New field parent.
11986         (process_subtree_disqualification): New function.
11987         (disqualify_candidate): Call it.
11988         (build_accesses_from_assign): Reset write flag if creating an
11989         assighnment link.
11990         (build_access_subtree): Fill in parent field and also prpagate
11991         down grp_write flag.
11992         (create_artificial_child_access): New parameter set_grp_write, set
11993         grp_write to its value.
11994         (propagate_subaccesses_across_link): Also propagate grp_write flag
11995         values.
11996         (propagate_all_subaccesses): Push the closest parent back to work
11997         queue if add_access_to_work_queue returned true.
11999 2017-05-02  Richard Biener  <rguenther@suse.de>
12001         * common.opt (fstrict-overflow): Alias negative to fwrapv.
12002         * doc/invoke.texi (fstrict-overflow): Remove all traces of
12003         -fstrict-overflow documentation.
12004         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
12005         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
12006         flag_strict_overflow.
12007         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
12008         * lto-opts.c (lto_write_options): Do not stream it.
12009         * lto-wrapper.c (merge_and_complain): Do not handle it.
12010         * opts.c (default_options_table): Do not set -fstrict-overflow.
12011         (finish_options): Likewise do not clear it when sanitizing.
12012         * simplify-rtx.c (simplify_const_relational_operation): Do not
12013         test flag_strict_overflow.
12015 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
12017         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
12018         using enabled attribute.
12019         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
12020         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
12021         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
12022         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
12023         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
12024         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
12025         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
12026         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
12027         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
12028         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
12030 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
12032         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
12034 2017-05-02  Richard Biener  <rguenther@suse.de>
12036         PR tree-optimization/80591
12037         Revert
12038         2017-04-10  Richard Biener  <rguenther@suse.de>
12040         * tree-ssa-structalias.c (find_func_aliases): Properly handle
12041         asm inputs.
12043 2017-05-02  Richard Biener  <rguenther@suse.de>
12045         PR tree-optimization/80549
12046         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
12047         (cleanup_tree_cfg_noloop): Create forwarders to known loop
12048         headers if they do not have a preheader.
12050 2017-05-02  Martin Liska  <mliska@suse.cz>
12052         PR other/80589
12053         * common.opt: Fix typo.
12054         * doc/invoke.texi: Likewise.
12056 2017-05-01  Jan Beulich  <jbeulich@suse.com>
12058         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
12059         swapping, add (x,x,m,x,n) alternative.
12061 2017-05-01  Nathan Sidwell  <nathan@acm.org>
12063         * calls.c (combine_pending_stack_adjustment_and_call): Remove
12064         unnecessary unadjusted_alignment check.
12066 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
12068         PR c++/80038
12069         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
12070         operations here.
12071         * gimplify.c (gimplify_cilk_detach): New function.
12072         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
12073         * tree-core.h: Document EXPR_CILK_SPAWN.
12074         * tree.h (EXPR_CILK_SPAWN): Define.
12076 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
12078         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
12079         to use new fixit_hint representation, using the "replace" logic.
12080         (get_line_span_for_fixit_hint): Likewise.
12081         (layout::print_any_fixits): Likewise.
12082         (selftest::test_one_liner_many_fixits): Rename to...
12083         (selftest::test_one_liner_many_fixits_1): ...this, and update
12084         comment and expected output to reflect that the multiple fix-it
12085         hints are now consolidated into one insertion.
12086         (selftest::test_one_liner_many_fixits_2): New test.
12087         (selftest::test_diagnostic_show_locus_one_liner): Update for
12088         above.
12089         (selftest::test_fixit_consolidation): Update for fix-it API
12090         change.
12091         * diagnostic.c (print_parseable_fixits): Likewise.
12092         * edit-context.c (edited_line::m_line_events): Convert from
12093         auto_vec <line_event *> to auto_vec <line_event>.
12094         (class line_event): Convert from abstract base class to a concrete
12095         class, taking over the role of replace_event.
12096         (class insert_event): Delete.
12097         (class replace_event): Rename to class line_event.  Convert to
12098         half-open range.
12099         (edit_context::add_fixits): Reimplement.
12100         (edit_context::apply_insert): Delete.
12101         (edit_context::apply_replace): Rename to...
12102         (edit_context::apply_fixit): ...this.  Convert to half-open range.
12103         (edited_file::apply_insert): Delete.
12104         (edited_file::apply_replace): Rename to...
12105         (edited_file::apply_fixit): ...this.
12106         (edited_line::~edited_line): Drop deletion of events.
12107         (edited_line::apply_insert): Delete.
12108         (edited_line::apply_replace): Rename to...
12109         (edited_line::apply_fixit): ...this.  Convert to half-open range.
12110         Update for change to type of m_line_events.
12111         * edit-context.h (edit_context::apply_insert): Delete.
12112         (edit_context::apply_replace): Rename to...
12113         (edit_context::apply_fixit): ...this.
12115 2017-05-01  Martin Sebor  <msebor@redhat.com>
12117         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
12118         known.
12120 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
12122         PR target/68491
12123         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
12124         __get_cpuid_max returns 0.
12125         (__get_cpuid_count): Ditto.
12127 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
12129         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
12130         replacement expression is another instance of one of its arguments.
12132 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
12134         PR target/79430
12135         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
12136         check for stack push/pop autoinc.
12137         * config/i386/i386.c (ix86_agi_dependent): Return false
12138         if the only reason why modified_in_p returned true is that
12139         addr is SP based and set_insn is a push or pop.
12141 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
12143         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
12144         overflow check.
12146 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
12148         PR ipa/79224
12149         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
12150         (account_size_time): Use two predicates - exec_pred and
12151         nonconst_pred_ptr.
12152         (evaluate_conditions_for_known_args): Compute both clause and
12153         nonspec_clause.
12154         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
12155         (inline_summary_t::duplicate): Update.
12156         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
12157         separately.
12158         (compute_inline_parameters): Likewise.
12159         (estimate_edge_size_and_time): Update caluclation of time.
12160         (estimate_node_size_and_time): Compute both time and nonspecialized
12161         time.
12162         (estimate_ipcp_clone_size_and_time): Update.
12163         (inline_merge_summary): Update.
12164         (do_estimate_edge_time): Update.
12165         (do_estimate_edge_size): Update.
12166         (do_estimate_edge_hints): Update.
12167         (inline_read_section, inline_write_summary): Stream both new predicates.
12168         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
12169         as argument.
12170         (compute_inlined_call_time): Cleanup.
12171         (big_speedup_p): Update.
12172         (edge_badness): Update.
12173         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
12174         (size_time_entry): Replace predicate by exec_predicate and
12175         nonconst_predicate.
12176         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
12177         (estimate_edge_time): Return also nonspec_time.
12178         (reset_edge_growth_cache): Update.
12180 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
12182         PR rtl-optimization/80491
12183         * ifcvt.c (noce_process_if_block): When looking for x setter
12184         with missing else_bb, don't check only the insn right before
12185         cond_earliest, but look for the last insn that x is modified in
12186         within the same bb.
12188         PR rtl-optimization/80491
12189         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
12191 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
12193         PR tree-optimization/80487
12194         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
12196 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12198         PR tree-optimization/79697
12199         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
12200         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
12201         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
12202         BUILT_IN_STRNDUP.
12203         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
12204         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
12206 2017-04-28  Martin Sebor  <msebor@redhat.com>
12208         PR tree-optimization/80523
12209         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
12210         (init_target_to_host_charmap, target_to_host, target_strtol10): New
12211         functions.
12212         (maybe_warn, format_directive, parse_directive): Use new functions.
12213         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
12215 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
12217         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
12219 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12221         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
12222         target_header_dir): Set correctly.
12223         * configure: Regenerated.
12224         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
12225         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
12226         instead of SYSTEM_HEADER_DIR.
12228 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
12230         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
12231         (estimate_local_effects): Likewise.
12232         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
12233         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
12234         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
12235         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
12236         do_estimate_edge_time, estimate_edge_time): Likewise.
12237         * ipa-inline-analysis.c (estimate_node_size_and_time,
12238         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
12239         (estimate_time_after_inlining): Remove.
12241 2017-04-28  Martin Liska  <mliska@suse.cz>
12243         * doc/gcov.texi: Enhance documentation of gcov.
12245 2017-04-28  Martin Liska  <mliska@suse.cz>
12247         * doc/gcov.texi: Sort options in alphabetic order.
12248         * doc/gcov-dump.texi: Likewise.
12249         * doc/gcov-tool.texi: Likewise.
12250         * gcov.c (print_usage): Likewise.
12251         * gcov-dump.c (print_usage): Likewise.
12252         * gcov-tool.c (print_merge_usage_message): Likewise.
12253         (print_rewrite_usage_message): Likewise.
12254         (print_overlap_usage_message): Likewise.
12256 2017-04-28  Martin Liska  <mliska@suse.cz>
12258         PR gcov-profile/53915
12259         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
12261 2017-04-28  Martin Liska  <mliska@suse.cz>
12263         PR gcov-profile/79891
12264         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
12265         is marked by compiler as living on a line.
12266         (get_cycles_count): Remove usage of the union.
12267         (output_intermediate_file): Likewise.
12268         (find_source): Fix GNU coding style.
12269         (accumulate_line_counts): Remove old non-all block mode.
12270         (output_lines): Remove usage of the union.
12271         * profile.c (output_location): Include all BBs, even if
12272         belonging to a same line (and file) as a previous BB.
12274 2017-04-28  Martin Liska  <mliska@suse.cz>
12276         * gcov.c (process_args): Handle new argument 'w'.
12277         (read_graph_file): Assign ID to BBs.
12278         (output_branch_count): Display BB # if verbose flag is set.
12279         (output_lines): Likewise for arcs.
12280         (print_usage): Add '--verbose' option help.
12281         * doc/gcov.texi: Document --verbose (-w) option.
12283 2017-04-28  Martin Liska  <mliska@suse.cz>
12285         * gcov.c (struct block_location_info): New struct.
12286         (process_file): Fill up the new structure.
12287         (read_graph_file): Replace usage of encoding by the newly added
12288         struct.
12289         (add_line_counts): Likewise.
12290         (accumulate_line_counts): Remove usage of the union.
12291         (function_info::function_info): New function.
12292         (function_info::~function_info): Likewise.
12293         (process_file): Call delete instead of release_function.
12294         (release_function): Release the function.
12295         (release_structures): Call delete instead of release_function.
12296         (solve_flow_graph): Replace usage of num_blocks.
12297         (find_exception_blocks): Likewise.
12298         (output_lines): Fix GNU coding style.
12300 2017-04-28  Martin Liska  <mliska@suse.cz>
12302         PR driver/56469
12303         * coverage.c (coverage_remove_note_file): New function.
12304         * coverage.h: Declare the function.
12305         * toplev.c (finalize): Clean if an error has been seen.
12307 2017-04-28  Martin Liska  <mliska@suse.cz>
12309         PR gcov-profile/80031
12310         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
12311         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
12312         * gcov.c (read_graph_file): Read just number of blocks.
12313         * profile.c (branch_prob): Do not stream 0 flags per a basic
12314         block.
12316 2017-04-28  Martin Liska  <mliska@suse.cz>
12318         * gcov-dump.c (tag_*): Add new argument to declarations.
12319         (dump_gcov_file): Likewise.
12320         (tag_blocks): Add and use new argument depth.
12321         (tag_arcs): Likewise.
12322         (tag_lines): Likewise.
12323         (tag_counters): Likewise.
12324         (tag_summary): Likewise.
12325         (dump_working_sets): Use depth to do a proper indentation.
12327 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
12329         PR bootstrap/80531
12330         * cgraph.h (symtab_node::debug_symtab): No longer inline.
12331         * symtab.c (symtab_node::debug_symtab): Move definition here.
12333 2017-04-28  Richard Biener  <rguenther@suse.de>
12335         * lto-streamer.h (LTO_major_version): Bump to 7.
12337 2017-04-28  Richard Biener  <rguenther@suse.de>
12339         * tree-vrp.c (assert_info): New struct.
12340         (add_assert_info): New helper.
12341         (register_edge_assert_for_2): Refactor to add asserts to a vector
12342         of assert_info.
12343         (register_edge_assert_for_1): Likewise.
12344         (register_edge_assert_for): Likewise.
12345         (finish_register_edge_assert_for): New helper actually registering
12346         asserts where live on edge.
12347         (find_conditional_asserts): Adjust.
12348         (find_switch_asserts): Likewise.
12349         (evrp_dom_walker::try_find_new_range): Generalize.
12350         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
12352 2017-04-27  Marek Polacek  <polacek@redhat.com>
12354         PR sanitizer/80349
12355         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
12356         arg10 and arg11 to itype.
12358 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
12360         * doc/extend.texi (Object Size Checking): Improve grammar.
12362 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
12364         PR target/80530
12365         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
12366         that the logic for permitting reciprocal estimates matches that
12367         in use_rsqrt_p.
12369 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
12371         PR c++/80534
12372         * tree.c (type_cache_hasher::equal): Only compare
12373         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
12374         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
12375         non-aggregate element types.
12376         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
12377         about the flag on ARRAY_TYPEs in the comment, formatting fix.
12379 2017-04-27  Richard Biener  <rguenther@suse.de>
12381         PR middle-end/80533
12382         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
12383         stripping ARRAY_REFs from MEM_EXPR make sure we're not
12384         keeping a reference to a trailing array.
12386 2017-04-27  Richard Biener  <rguenther@suse.de>
12388         PR middle-end/80539
12389         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
12390         being in loop-closed SSA form conservatively.
12391         (chrec_fold_multiply_poly_poly): Likewise.
12393 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
12395         PR middle-end/79665
12396         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
12397         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
12399 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
12401         PR target/77728
12402         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
12403         (aarch64_function_arg_alignment): Return unsigned int again, but still
12404         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
12405         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
12406         Don't emit -Wpsabi note.
12407         (aarch64_function_arg_boundary): Likewise.
12408         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
12409         caller.
12411 2017-04-26  Nathan Sidwell  <nathan@acm.org>
12413         * tree.h (crc32_unsigned_n): Declare.
12414         (crc32_unsigned, crc32_unsigned): Make inline.
12415         * tree.c (crc32_unsigned_bits): Replace with ...
12416         (crc32_unsigned_n): ... this.
12417         (crc32_unsigned, crc32_byte): Remove.
12418         (crc32_string): Remove unnecessary braces.
12420 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
12422         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
12423         * ipa-inline-analysis.c (MAX_TIME): Remove.
12424         (account_size_time): Use sreal for time.
12425         (dump_inline_summary): Update.
12426         (estimate_function_body_sizes): Update.
12427         (estimate_edge_size_and_time): Update.
12428         (estimate_calls_size_and_time): Update.
12429         (estimate_node_size_and_time): Update.
12430         (inline_merge_summary): Update.
12431         (inline_update_overall_summary): Update.
12432         (estimate_time_after_inlining): Update.
12433         (inline_read_section): Update.
12434         (inline_write_summary): Update.
12435         * ipa-inline.c (compute_uninlined_call_time): Update.
12436         (compute_inlined_call_time): Update.
12437         (recursive_inlining): Update.
12438         (inline_small_functions): Update.
12439         (dump_overall_stats): Update.
12440         * ipa-inline.h: Include sreal.h.
12441         (size_time_entry): Turn time to sreal.
12442         (inline_summary): Turn self_time nad time to sreal.
12444 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
12446         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
12447         data-streamer.h
12448         (sreal::stream_out, sreal::stream_in): New.
12449         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
12451 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
12453         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
12454         environment.
12456 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
12458         PR target/70799
12459         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
12460         Handle ASHIFTRT.
12461         (dimode_scalar_chain::compute_convert_gain): Ditto.
12462         (dimode_scalar_chain::make_vector_copies): Ditto.
12463         (dimode_scalar_chain::convert_reg): Ditto.
12464         (dimode_scalar_chain::convert_insn): Ditto.
12465         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
12466         (VI248_AVX512BW_1): New mode iterator.
12467         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
12468         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
12469         mode iterator.
12471 2017-04-25  Martin Sebor  <msebor@redhat.com>
12473         PR tree-optimization/80497
12474         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
12475         constants are representable in HOST_WIDE_INT.
12476         (parse_directive): Ditto.
12478 2017-04-25  Martin Sebor  <msebor@redhat.com>
12480         PR bootstrap/80486
12481         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
12482         (new_zero_array): Adjust signature.
12483         (dom_info::dom_init): Used unsigned rather that size_t.
12484         (dom_info::dom_info): Same.
12486 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12487             Jakub Jelinek  <jakub@redhat.com>
12489         PR target/77728
12490         * config/arm/arm.c: Include gimple.h.
12491         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
12492         returns negative, increment ncrn only if it returned positive.
12493         (arm_needs_doubleword_align): Return int instead of bool,
12494         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
12495         members, but if there is any such non-FIELD_DECL
12496         > PARM_BOUNDARY aligned decl, return -1 instead of false.
12497         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
12498         returns negative, increment nregs only if it returned positive.
12499         (arm_setup_incoming_varargs): Likewise.
12500         (arm_function_arg_boundary): Emit -Wpsabi note if
12501         arm_needs_doubleword_align returns negative, return
12502         DOUBLEWORD_ALIGNMENT only if it returned positive.
12504 2017-04-25  Marek Polacek  <polacek@redhat.com>
12506         PR sanitizer/80349
12507         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
12508         first argument to type.
12510 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
12512         PR target/80482
12513         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
12514         type checks to test for compatibility instead of equality.
12516 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12517             Jakub Jelinek  <jakub@redhat.com>
12519         PR target/77728
12520         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
12521         type.
12522         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
12523         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
12524         the alignment computation, but return their maximum in warn_alignment.
12525         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
12526         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
12527         is smaller.
12528         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
12529         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
12530         caller.
12532 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12534         * config/arc/simdext.md (dmpyh): Fix typo.
12536 2017-04-25  Richard Biener  <rguenther@suse.de>
12538         PR tree-optimization/80492
12539         * alias.c (compare_base_decls): Handle registers with asm
12540         specification conservatively.
12541         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
12542         compare_base_decls returning dont-know properly.
12544 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12546         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
12547         (legitimate_offset_address_p): New function.
12548         (arc_legitimate_address_p): Use above function.
12550 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12552         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
12554 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12556         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
12557         ACCH registers whenever they are available.
12559 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12561         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
12562         double regs fix when not used.
12564 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12566         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
12567         core registers.
12568         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
12569         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
12571 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12573         * config/arc/arc.c (arc_output_addsi): Check for h-register class
12574         when emitting short ADD instructions.
12576 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12578         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
12579         constraint.
12580         (cmpsi_cc_c_insn): Likewise.
12581         (cbranchsi4_scratch): Compute proper instruction length using
12582         compact_hreg_operand.
12583         * config/arc/predicates.md (compact_hreg_operand): New predicate.
12585 2017-04-25  Richard Biener  <rguenther@suse.de>
12587         PR middle-end/80509
12588         * passes.c (pass_manager::pass_manager): Initialize
12589         m_name_to_pass_map.
12591 2017-04-25  Richard Biener  <rguenther@suse.de>
12593         PR tree-optimization/79201
12594         * tree-ssa-sink.c (statement_sink_location): Handle calls.
12596 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12598         PR target/80464
12599         * config/s390/vector.md: Split MEM->GPR vector moves for
12600         non-s_operand addresses.
12602 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12604         PR target/79895
12605         * config/s390/predicates.md (reload_const_wide_int_operand): New
12606         predicate.
12607         * config/s390/s390.md ("movti"): Remove d/P alternative.
12608         ("movti_bigconst"): New pattern definition.
12610 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12612         PR target/80080
12613         * s390-protos.h (s390_expand_cs_hqi): Removed.
12614         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
12615         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
12616         modes as well as CCZ1mode and CCZmode.
12617         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
12618         signature of s390_emit_compare_and_swap.
12619         (s390_expand_cs_hqi): Likewise, make static.
12620         (s390_expand_cs_tdsi): Generate an explicit compare before trying
12621         compare-and-swap, in some cases.
12622         (s390_expand_cs): Wrapper function.
12623         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
12624         atomic_exchange.
12625         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
12626         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
12627         patterns for small and large integers.  Forbid symref memory operands.
12628         Move expander to s390.c.  Require cc register.
12629         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
12630         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
12631         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
12632         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
12633         symref memory operands.  Remove CC mode and call s390_match_ccmode
12634         instead.
12635         ("atomic_exchange<mode>"): Allow and implement all integer modes.
12637 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12639         * config/s390/s390.md (define_peephole2): New peephole to help
12640         combining the load-and-test pattern with volatile memory.
12642 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12644         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
12645         with CCZmode for TARGET_Z196.
12647 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
12649         PR rtl-optimization/80501
12650         * combine.c (make_compound_operation_int): Set subreg_code to SET
12651         even for AND with mask of the sign bit of mode.
12653         PR rtl-optimization/80500
12654         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
12655         sum's initial value.
12657 2017-04-25  Julian Brown  <julian@codesourcery.com>
12658             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
12660         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
12662 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
12664         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
12666 2017-04-25  Julian Brown  <julian@codesourcery.com>
12667             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
12669         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
12670         (thunderx2t99_sha): New Reservation.
12672 2017-04-25  Julian Brown  <julian@codesourcery.com>
12673             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
12675         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
12676         type for 1-element load.
12678 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
12680         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
12682 2017-04-24  Martin Jambor  <mjambor@suse.cz>
12684         PR tree-optimization/80293
12685         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
12686         char arrays not totally scalarizable if it is false.
12687         (analyze_all_variable_accesses): Pass correct value in the new
12688         parameter.  Add a statistics counter.
12690 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
12692         PR middle-end/79931
12693         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
12695 2017-04-24  Richard Biener  <rguenther@suse.de>
12697         PR tree-optimization/80494
12698         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
12699         out for complex types.
12701 2017-04-24  Richard Biener  <rguenther@suse.de>
12703         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
12704         * tree-ssa-sccvn.c (print_scc): Print SCC size.
12705         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
12706         (DFS): Adjust and never fail.
12707         (sccvn_dom_walker::fail): Remove.
12708         (sccvn_dom_walker::before_dom_children): Adjust.
12709         (run_scc_vn): Likewise and never fail.
12710         * tree-ssa-pre.c (pass_pre::execute): Adjust.
12711         (pass_fre::execute): Likewise.
12713 2017-04-24  Richard Biener  <rguenther@suse.de>
12715         PR tree-optimization/79725
12716         * tree-ssa-sink.c (statement_sink_location): Return whether
12717         failure reason was zero uses.  Move that check later.
12718         (sink_code_in_bb): Deal with zero uses by removing the stmt
12719         if possible.
12721 2017-04-24  Richard Biener  <rguenther@suse.de>
12723         PR c++/2972
12724         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
12725         pointer-based references.
12727 2017-04-24  Richard Biener  <rguenther@suse.de>
12729         PR bootstrap/79814
12730         * pass_manager.h (pass_manager::operator new): Remove.
12731         (pass_manager::operator delete): Likewise.
12732         * passes.c (pass_manager::operator new): Remove.
12733         (pass_manager::operator delete): Likewise.
12734         (pass_manager::pass_manager): Zero individual pass members.
12736 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
12738         PR target/70799
12739         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
12740         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
12741         Check "XEXP (src, 1)" operand here.
12742         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
12743         Check "XEXP (src, 1)" operand here.
12744         (dimode_scalar_chain::make_vector_copies): Detect count register
12745         of a shift instruction.  Zero extend count register from QImode
12746         to DImode to satisfy vector shift pattern count operand predicate.
12747         Substitute vector shift count operand with a DImode copy.
12748         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
12749         vector register.
12751 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
12753         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
12754         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
12755         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
12756         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
12757         (UNSPEC_NOREX_MEM): Remove definition.
12759 2017-04-21  Richard Biener  <rguenther@suse.de>
12761         PR tree-optimization/79547
12762         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
12763         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
12764         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
12765         without any constraints.
12767 2017-04-21  Richard Biener  <rguenther@suse.de>
12769         PR tree-optimization/78847
12770         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
12772 2017-04-21  Richard Biener  <rguenther@suse.de>
12774         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
12775         (build_distinct_type_copy): Likewise.
12776         (build_variant_type_copy): Likewise.
12777         * tree.c (build_qualified_type): Pass down mem-stat info.
12778         (build_distinct_type_copy): Likewise.
12779         (build_variant_type_copy): Likewise.
12781 2017-04-21  Richard Biener  <rguenther@suse.de>
12783         PR tree-optimization/80237
12784         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
12785         defaulted to NULL.
12786         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
12787         for a simplified result.
12789 2016-04-21  Richard Biener  <rguenther@suse.de>
12791         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
12792         sth as strict as a simple_iv but a chrec without symbols and an
12793         operand defined in the loop we are peeling (and not some subloop).
12794         (propagate_constants_for_unrolling): Propagate all constants.
12796 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
12798         PR target/79804
12799         * config/i386/i386.c (print_reg): Remove assert for disalowed
12800         regno values, call output_operand_lossage instead.
12802 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
12804         PR target/78090
12805         * config/i386/constraints.md (Yc): New register constraint.
12806         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
12807         Use Yc constraint for alternative 2 of operand 0.  Remove
12808         preferred_for_speed attribute.
12810 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
12812         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
12813         lastprivate clauses in SIMT case.
12815 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
12817         * doc/invoke.texi (-Wextra-semi): Document new warning option.
12819 2017-04-20  Richard Biener  <rguenther@suse.de>
12821         PR tree-optimization/57796
12822         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
12823         as N scalar stores.
12824         (vect_model_load_cost): Cost gathers as N scalar loads.
12826 2017-04-20  Richard Biener  <rguenther@suse.de>
12828         * ggc-page.c (ggc_allocated_p): Rename to ...
12829         (safe_lookup_page_table_entry): ... this and return the lookup
12830         result.
12831         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
12833 2017-04-20  Richard Biener  <rguenther@suse.de>
12835         PR tree-optimization/80453
12836         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
12837         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
12838         from the conditions.
12839         (vn_phi_eq): Pass them down.
12840         (vn_phi_lookup): Record them.
12841         (vn_phi_insert): Likewise.
12843 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
12845         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
12846         uninitialized variable warning to avoid buffer overrun.
12848 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
12850         PR other/71250
12851         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
12852         is suppressed for '{ 0 }' in C.
12854 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
12856         * BASE-VER: Set to 8.0.0.
12858 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
12860         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
12861         priority .init_array and .fini_array section with SECTION_NOTYPE
12862         flag.
12864 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
12866         PR middle-end/80423
12867         * tree.h (build_array_type): Add typeless_storage default argument.
12868         * tree.c (type_cache_hasher::equal): Also compare
12869         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
12870         (build_array_type): Add typeless_storage argument, set
12871         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
12872         recursive call.
12873         (build_nonshared_array_type): Adjust build_array_type_1 caller.
12874         (build_array_type): Likewise.  Add typeless_storage argument.
12876 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
12877             Jakub Jelinek  <jakub@redhat.com>
12879         PR tree-optimization/80426
12880         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
12881         operation on symbolic operands, also compute the overflow for the
12882         invariant part when the operation degenerates into a negation.
12884 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
12886         PR debug/80461
12887         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
12888         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
12890         PR debug/80436
12891         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
12893 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
12895         PR target/80462
12896         * config/avr/avr.c (tree.h): Include it.
12897         (cgraph.h): Include it.
12898         (avr_encode_section_info): Don't warn for uninitialized progmem
12899         variable if it's just an alias.
12901 2017-04-19  Richard Biener  <rguenther@suse.de>
12903         PR ipa/65972
12904         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
12905         when needed by AutoPGO.
12907 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
12909         PR lto/50345
12910         * doc/lto.texi: Remove an extra 'that'.
12912 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
12914         PR rtl-optimization/80429
12915         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
12916         are only used in debug insns.
12918 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
12919             Vladimir Makarov  <vmakarov@redhat.com>
12921         * config/sparc/predicates.md (input_operand): Add comment.  Return
12922         true for any memory operand when LRA is in progress.
12923         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
12925 2017-04-18  Jeff Law  <law@redhat.com>
12927         PR target/74563
12928         * mips.md ({return,simple_return}_internal): Do not overwrite
12929         operands[0].
12931 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
12933         PR tree-optimization/80443
12934         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
12935         instead of adding 1, subtract -1 and similarly instead of subtracting
12936         1 add -1.
12938 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
12940         PR rtl-optimization/80357
12941         * haifa-sched.c (tmp_bitmap): New variable.
12942         (model_recompute): Handle duplicate use records.
12943         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
12944         (free_global_sched_pressure_data): Free it.
12946 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12948         Revert:
12949         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12950         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
12951         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
12952         instead of SYSTEM_HEADER_DIR.
12954 2017-04-18  Jeff Law  <law@redhat.com>
12956         PR middle-end/80422
12957         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
12958         predecessors after walking up the insn chain.
12960 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
12962         PR debug/80263
12963         * dwarf2out.c (modified_type_die): Try harder not to emit internal
12964         sizetype type into debug info.
12966 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
12968         PR target/80099
12969         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
12970         unneeded test for TARGET_UPPER_REGS_SF.
12971         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
12973 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
12975         PR sanitizer/80444
12976         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
12977         instead of gsi_after_labels.
12979 2017-04-18  Jeff Law  <law@redhat.com>
12981         * regcprop.c (maybe_mode_change): Avoid creating copies of the
12982         stack pointer.
12984         Revert:
12985         2017-04-13  Jeff Law  <law@redhat.com>
12986         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
12987         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
12989 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
12991         PR target/79453
12992         * config/avr/avr.c (intl.h): Include it.
12993         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
12995 2017-04-18  Martin Liska  <mliska@suse.cz>
12997         PR gcov-profile/78783
12998         * gcov-tool.c (gcov_output_files): Validate that destination
12999         file is either removed by the tool or by a user.
13001 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
13002             Guy Benyei  <guybe@mellanox.com>
13004         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
13005         block, and do not negate it, the stored id is already negative.
13007 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
13009         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
13011 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
13013         PR target/80098
13014         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
13015         masks of options that should be turned off if the VSX vector
13016         options are turned off.
13017         (OTHER_P8_VECTOR_MASKS): Likewise.
13018         (OTHER_VSX_VECTOR_MASKS): Likewise.
13019         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
13020         rs6000_disable_incompatible_switches to validate no type switches
13021         like -mvsx.
13022         (rs6000_incompatible_switch): New function to disallow turning on
13023         other vector options if -mno-vsx, -mno-power8-vector, or
13024         -mno-power9-vector are specified.
13026 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
13028         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
13030 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
13032         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
13033         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
13034         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
13035         (ARG_POINTER_CFA_OFFSET): Likewise.
13037 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
13039         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
13040         conditions to take advantage of various optimizations.
13042 2017-04-13  Jeff Law  <law@redhat.com>
13044         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
13045         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
13046         (zero_extendsidi2_dext): Likewise.
13048 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
13050         PR sanitizer/80403
13051         * fold-const.c (fold_ternary_loc): Revert
13052         use op0 instead of fold_convert_loc (loc, type, arg0) part of
13053         2017-04-12 change.
13055 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
13057         PR rtl-optimization/80343
13058         * lra-remat.c (update_scratch_ops): Assign original hard reg to
13059         new scratch pseudo.
13061 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
13063         PR sanitizer/80414
13064         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
13065         to ubsan_encode_value.
13067 2017-04-13  Jeff Law  <law@redhat.com>
13069         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
13070         appearing in DEBUG_INSNs.
13072 2017-04-13  Martin Liska  <mliska@suse.cz>
13074         PR gcov-profile/80413
13075         * gcov-io.c (gcov_write_string): Copy to buffer just when
13076         allocated size is greater than zero.
13078 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
13080         PR debug/80321
13081         * dwarf2out.c (decls_for_scope): Ignore declarations of
13082         current_function_decl in BLOCK_NONLOCALIZED_VARS.
13084 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
13086         PR lto/69953
13087         * ipa-visibility.c (non_local_p): Fix typos.
13088         (localize_node): When localizing symbol in same comdat group,
13089         dissolve the group only when we know external symbols are going
13090         to be privatized.
13091         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
13093 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
13095         PR tree-optimization/79390
13096         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
13097         order does not result in usable sequence, retry with reversed operand
13098         order.
13100         PR sanitizer/80403
13101         PR sanitizer/80404
13102         PR sanitizer/80405
13103         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
13104         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
13105         op0 instead of fold_convert_loc (loc, type, arg0).
13107 2017-04-12  Jeff Law  <law@redhat.com>
13109         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
13110         has a delay slot in the generated code.
13112         * config/cris/cris.md (cris_preferred_reload_class): Return
13113         GENNONACR_REGS rather than GENERAL_REGS.
13115 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
13117         PR c/80163
13118         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
13119         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
13120         signedness of the result type.
13122 2017-04-12  Richard Biener  <rguenther@suse.de>
13123             Jeff Law  <law@redhat.com>
13125         PR tree-optimization/80359
13126         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
13127         trim stores to TARGET_MEM_REFs.
13129 2017-04-12  Richard Biener  <rguenther@suse.de>
13131         PR tree-optimization/79390
13132         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
13133         threading case even more.
13135 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
13137         PR target/80382
13138         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
13139         for quad_address_p for TImode, instead of just not indexed_address.
13141 2017-04-12  Richard Biener  <rguenther@suse.de>
13142             Bernd Edlinger  <bernd.edlinger@hotmail.de>
13144         PR middle-end/79671
13145         * alias.c (component_uses_parent_alias_set_from): Handle
13146         TYPE_TYPELESS_STORAGE.
13147         (get_alias_set): Likewise.
13148         * tree-core.h (tree_type_common): Add typeless_storage flag.
13149         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
13150         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
13151         for types containing members with TYPE_TYPELESS_STORAGE.
13152         (place_field): Likewise.
13153         (layout_type): Likewise for ARRAY_TYPE.
13154         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
13155         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
13156         TYPE_TYPELESS_STORAGE.
13157         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
13159 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
13161         PR sanitizer/80349
13162         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
13163         first argument to type.
13165 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13167         PR target/80376
13168         PR target/80315
13169         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
13170         CONST0_RTX (mode) rather than const0_rtx where appropriate.
13171         (rs6000_expand_binop_builtin): Likewise.
13172         (rs6000_expand_ternop_builtin): Likewise; also add missing
13173         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
13174         vshasigma built-ins.
13175         * doc/extend.texi: Document that vec_xxpermdi's third argument
13176         must be a constant.
13178 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
13180         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
13181         Use shift_const cost parameter when calculating gain of STV shifts.
13183 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
13185         PR rtl-optimization/70478
13186         * lra-constraints.c (process_alt_operands): Check memory for
13187         disfavoring memory insn operand.
13189 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
13191         PR middle-end/80100
13192         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
13193         left shift in unsigned HOST_WIDE_INT type.
13195         PR rtl-optimization/80385
13196         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
13197         (not (neg X)) into (plus X -1) for complex or non-integral modes.
13199         PR libgomp/80394
13200         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
13201         if they have any depend clauses.
13203 2017-04-11  Martin Liska  <mliska@suse.cz>
13205         PR ipa/80212
13206         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
13207         * ipa-split.c (split_function): Create a local comdat symbol
13208         if caller is in a comdat group.
13210 2017-04-11  Martin Liska  <mliska@suse.cz>
13212         PR ipa/80212
13213         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
13214         flags.
13216 2017-04-11  Martin Sebor  <msebor@redhat.com>
13218         PR middle-end/80364
13219         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
13220         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
13221         for INTEGER_TYPE.
13222         (directive::set_width, directive::set_precision, format_character):
13223         Adjust.
13224         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
13225         INTEGER_TYPE.
13227 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
13229         PR target/80389
13230         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
13231         conflict, set target->arch_name instead of target->cpu_name.
13233 2017-04-11  Richard Biener  <rguenther@suse.de>
13235         PR tree-optimization/80374
13236         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
13237         build_zero_cst, remove fold_convertible_p check again.
13239 2017-04-11  Martin Liska  <mliska@suse.cz>
13241         PR sanitizer/70878
13242         * ubsan.c (instrument_object_size): Do not instrument register
13243         variables.
13245 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
13247         PR target/80381
13248         * config/i386/i386-builtin-types.def
13249         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
13250         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
13251         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
13252         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
13253         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
13254         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
13255         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
13256         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
13257         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
13258         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
13259         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
13260         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
13261         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
13262         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
13263         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
13264         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
13265         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
13266         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
13267         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
13268         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
13269         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
13270         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
13271         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
13272         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
13273         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
13274         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
13275         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
13276         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
13277         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
13278         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
13279         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
13280         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
13281         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
13282         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
13283         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
13284         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
13285         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
13286         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
13287         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
13288         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
13289         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
13290         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
13291         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
13292         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
13293         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
13294         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
13295         aliases.
13296         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
13297         flag to second_arg_count, handle 4 argument function type _COUNT
13298         aliases, handle second_arg_count on second argument rather than last.
13300 2017-04-10  Jeff Law  <law@redhat.com>
13302         PR tree-optimization/80374
13303         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
13304         record anything if we can not convert integer_zero_node to the
13305         desired type.
13307 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
13309         PR target/80108
13310         * config/rs6000/rs6000.c (rs6000_option_override_internal):
13311         Enhance special handling given to the TARGET_P9_MINMAX option in
13312         relation to certain other options.
13314 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
13316         PR tree-optimization/80153
13317         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
13318         remove POINTER_PLUS_EXPR's base part directly, rather than through
13319         aff_tree.
13321 2017-04-10  Richard Biener  <rguenther@suse.de>
13322             Bin Cheng  <bin.cheng@arm.com>
13324         PR tree-optimization/80153
13325         * tree-affine.c (aff_combination_to_tree): Get base pointer from
13326         the first element of pointer type aff_tree.  Build result expr in
13327         aff_tree's type.
13328         (add_elt_to_tree): Convert to type unconditionally.  Remove other
13329         fold_convert calls.
13330         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
13331         (rewrite_use_nonlinear_expr): Check invariant using iv information.
13333 2017-04-10  Richard Biener  <rguenther@suse.de>
13335         * tree-ssa-structalias.c (find_func_aliases): Properly handle
13336         asm inputs.
13338 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
13340         PR rtl-optimization/70478
13341         * lra-constraints.c (curr_small_class_check): New.
13342         (update_and_check_small_class_inputs): New.
13343         (process_alt_operands): Update curr_small_class_check.  Disfavor
13344         alternative insn memory operands.  Check available regs for small
13345         class operands.
13347 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
13349         PR target/80057
13350         * config/mips/mips.opt (-mvirt): Update description.
13351         * doc/invoke.texi (-mvirt): Likewise.
13353 2017-04-10  Richard Biener  <rguenther@suse.de>
13355         PR middle-end/80362
13356         * fold-const.c (fold_binary_loc): Look at unstripped ops when
13357         looking for NEGATE_EXPR in -A / -B to A / B folding.
13359 2017-04-10  Martin Liska  <mliska@suse.cz>
13361         PR gcov-profile/80224
13362         * gcov.c (print_usage): Fix usage string.
13363         (get_gcov_intermediate_filename): Remove.
13364         (output_gcov_file): Use both for normal and intermediate format.
13365         (generate_results): Do not initialize special file for
13366         intermediate format.
13368 2017-04-10  Richard Biener  <rguenther@suse.de>
13370         PR tree-optimization/80304
13371         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
13372         for safelen.
13374 2017-04-10  Nathan Sidwell  <nathan@acm.org>
13376         PR target/79905
13377         * config/rs6000/rs6000.c (rs6000_vector_type): New.
13378         (rs6000_init_builtins): Use it.
13380 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13382         * config/arm/arm.md (<mrc>): Add mode to SET source.
13383         (<mrrc>): Likewise.
13385 2017-04-10  Richard Biener  <rguenther@suse.de>
13387         PR middle-end/80344
13388         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
13390 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
13392         PR target/80324
13393         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
13394         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
13395         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
13396         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
13397         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
13398         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
13399         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
13400         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
13401         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
13402         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
13403         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
13404         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
13405         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
13406         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
13407         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
13408         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
13409         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
13410         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
13411         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
13412         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
13413         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
13414         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
13415         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
13417 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
13419         PR rtl-optimization/70478
13420         * lra-constraints.c: Reverse the last patch.
13422 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
13424         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
13425         Add comment for WCHAR_T.
13427 2017-04-08  Martin Liska  <mliska@suse.cz>
13429         Revert:
13430         2017-04-07  Martin Liska  <mliska@suse.cz>
13432         PR ipa/80212
13433         * ipa-split.c (split_function): Add function part to a same comdat
13434         group.
13436 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
13438         PR target/80358
13439         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
13441 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
13443         * rs6000/rs6000.c (vec_load_pendulum): Rename...
13444         (vec_pairing): ...to this.
13445         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
13446         (rs6000_sched_init): Adjust for name change.
13447         (struct rs6000_sched_context): Likewise.
13448         (rs6000_init_sched_context): Likewise.
13449         (rs6000_set_sched_context): Likewise.
13451 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
13453         PR target/80322
13454         PR target/80323
13455         PR target/80325
13456         PR target/80326
13457         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
13458         intrinsics.
13459         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
13460         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
13461         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
13463 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
13465         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
13467 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
13469         PR rtl-optimization/70703
13470         * ira-color.c (update_conflict_hard_regno_costs): Use
13471         int64_t instead of HOST_WIDE_INT.
13473 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
13475         PR rtl-optimization/70478
13476         * lra-constraints.c (process_alt_operands): Disfavor alternative
13477         insn memory operands.
13479 2017-04-07  Jeff Law  <law@redhat.com>
13481         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
13482         CALL and NOTE_INSN_CALL_ARG_LOCATION.
13484 2017-04-07  Martin Liska  <mliska@suse.cz>
13486         PR target/79889
13487         * config/aarch64/aarch64.c (aarch64_process_target_attr):
13488         Show error message instead of an ICE.
13490 2017-04-07  Martin Liska  <mliska@suse.cz>
13492         PR ipa/80212
13493         * ipa-split.c (split_function): Add function part to a same comdat
13494         group.
13496 2017-04-07  Richard Biener  <rguenther@suse.de>
13498         PR middle-end/80341
13499         * tree.c (get_unwidened): Also handle ! for_type case for
13500         INTEGER_CSTs.
13501         * convert.c (do_narrow): Split out from ...
13502         (convert_to_integer_1): ... here.  Do not pass final truncation
13503         type to get_unwidened for TRUNC_DIV_EXPR.
13505 2017-04-07  Richard Biener  <rguenther@suse.de>
13507         * tree-affine.c (wide_int_ext_for_comb): Take type rather
13508         than aff_tree.
13509         (aff_combination_const): Adjust.
13510         (aff_combination_scale): Likewise.
13511         (aff_combination_add_elt): Likewise.
13512         (aff_combination_add_cst): Likewise.
13513         (aff_combination_convert): Likewise.
13514         (add_elt_to_tree): Likewise.  Remove unused argument.
13515         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
13517 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
13519         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
13520         definition.
13521         * config/arm/arm.c (arm_default_short_enums): Use
13522         ARM_DEFAULT_SHORT_ENUMS.
13523         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
13525 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
13527         PR debug/80234
13528         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
13529         members with redundant out-of-class redeclaration.
13531 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
13533         PR target/80286
13534         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
13535         * config/i386/i386.md (*zero_extendsidi2):
13536         Add (?*x,*x) and (?*v,*v) alternatives.
13538 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
13540         PR target/79733
13541         * config/i386/i386.c (ix86_expand_builtin)
13542         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
13543         mode from insn data. Convert operands to insn operand mode.
13544         Copy operands that don't satisfy insn predicate to a register.
13546 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
13548         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
13549         Update comments.
13551 2017-04-06  Richard Biener  <rguenther@suse.de>
13553         PR tree-optimization/80334
13554         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
13555         preserve alignment of accesses.
13557 2017-04-06  Richard Biener  <rguenther@suse.de>
13559         PR tree-optimization/80262
13560         * tree-sra.c (build_ref_for_offset): Preserve address-space
13561         information.
13562         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
13563         Drop useless address-space information on MEM_REF offsets.
13565 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
13567         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
13569 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
13571         PR rtl-optimization/70703
13572         * ira-color.c (update_conflict_hard_regno_costs): Use
13573         HOST_WIDE_INT instead of long.
13575 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
13577         PR target/80298
13578         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
13579         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
13580         is not defined.
13581         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
13582         for x86_64 target.  Handle -m3dnowa option.
13584 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
13586         PR rtl-optimization/70703
13587         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
13588         (update_conflict_hard_regno_costs): Use long instead of unsigned
13589         arithmetic for cost calculation.
13591 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
13592             Bernd Edlinger  <bernd.edlinger@hotmail.de>
13594         PR sanitizer/80308
13595         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
13596         for big endian.
13598 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
13600         PR target/78002
13601         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
13602         ptr_mode with Pmode throughout.
13603         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
13604         into probe_stack_range and use DImode.
13606 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13608         PR target/79890
13609         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
13610         call_eh_return is true.
13612 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13614         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
13615         Initialize last_match_fntype_index.
13617 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
13619         PR target/80310
13620         * tree-nvr.c: Include internal-fn.h.
13621         (pass_return_slot::execute): Ignore internal calls without
13622         direct optab.
13624 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
13625             Richard Biener  <rguenther@suse.de>
13627         PR c++/80297
13628         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
13629         captures used multiple times, except for the last use.
13630         * generic-match-head.c: Include gimplify.h.
13632 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
13634         PR tree-optimization/79390
13635         * target.h (struct noce_if_info): Declare.
13636         * targhooks.h (default_noce_conversion_profitable_p): Declare.
13637         * target.def (noce_conversion_profitable_p): New target hook.
13638         * ifcvt.h (struct noce_if_info): New type, moved from ...
13639         * ifcvt.c (struct noce_if_info): ... here.
13640         (noce_conversion_profitable_p): Renamed to ...
13641         (default_noce_conversion_profitable_p): ... this.  No longer
13642         static nor inline.
13643         (noce_try_store_flag_constants, noce_try_addcc,
13644         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
13645         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
13646         instead of noce_conversion_profitable_p.
13647         * config/i386/i386.c: Include ifcvt.h.
13648         (ix86_option_override_internal): Don't override
13649         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
13650         (ix86_noce_conversion_profitable_p): New function.
13651         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
13652         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
13653         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
13654         * doc/tm.texi: Regenerated.
13656 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13658         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
13659         correction.
13661 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13663         PR target/80307
13664         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
13665         instructions for small multiply cores.
13667 2017-04-04  Jeff Law  <law@redhat.com>
13669         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
13670         added member.
13671         (mips_expand_vec_perm_const): Initialize elements in orig_perm
13672         that are not set by the loop over the elements.
13674 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
13676         PR target/80286
13677         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
13678         int mode, convert_modes it to mode as unsigned, otherwise use
13679         lowpart_subreg to mode rather than SImode.
13680         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
13681         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
13682         Use DImode instead of SImode for the shift count operand.
13683         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
13684         Likewise.
13686 2017-04-04  Richard Biener  <rguenther@suse.de>
13688         PR middle-end/80281
13689         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
13690         arithmetic done for the negate or the plus.  Simplify.
13691         (A - (-B) -> A + B): Likewise.
13692         * fold-const.c (split_tree): Make sure to not negate pointers.
13694 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
13696         PR rtl-optimization/60818
13697         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
13698         a compare of comparisons with the thing compared if this results
13699         in a different machine mode.
13701 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
13703         * alias.c (base_alias_check): Fix typo in comment.
13704         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
13705         * cgraphunit.c (symbol_table::compile): Likewise.
13706         * collect2.c (maybe_run_lto_and_relink): Likewise.
13707         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
13708         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
13709         * config/avr/avr.c (avr_map_op_t): Likewise.
13710         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
13711         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
13712         * config/epiphany/epiphany.md (movcc): Likewise.
13713         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
13714         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
13715         Likewise.
13716         * config/mips/mips.c (mips_save_restore_reg): Likewise.
13717         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
13718         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
13719         * config/sh/sh.c (sh_rtx_costs): Likewise.
13720         * fold-const.c (fold_truth_andor): Likewise.
13721         * genautomata.c (collapse_flag): Likewise.
13722         * gengtype.h (struct type::u::s): Likewise.
13723         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
13724         * input.c (FORMAT_AMOUNT): Likewise.
13725         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
13726         (known_aggs_to_agg_replacement_list): Likewise.
13727         * ipa-inline-analysis.c: Likewise.
13728         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
13729         * ipa-polymorphic-call.c
13730         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
13731         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
13732         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
13733         Likewise.
13734         * modulo-sched.c (apply_reg_moves): Likewise.
13735         * omp-expand.c (build_omp_regions_1): Likewise.
13736         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
13737         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
13738         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
13739         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
13740         * value-prof.c: Likewise.
13741         * var-tracking.c (val_reset): Likewise.
13743 2017-04-03  Richard Biener  <rguenther@suse.de>
13745         PR tree-optimization/80275
13746         * fold-const.c (split_address_to_core_and_offset): Handle
13747         POINTER_PLUS_EXPR.
13749 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
13751         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
13752         descriptors is at least equal to that of functions.
13754 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
13756         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
13758 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
13760         PR target/80250
13761         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
13762         (mov<IMOD4:mode>): New expander.
13763         (*mov<IMOD4:mode>_internal): New insn and split pattern.
13765 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
13767         PR rtl-optimization/79405
13768         * fwprop.c (propagations_left): New variable.
13769         (forward_propagate_into): Decrement it.
13770         (fwprop_init): Initialize it.
13771         (fw_prop): If the variable has reached zero, stop propagating.
13772         (fwprop_addr): Ditto.
13774 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
13776         PR debug/79255
13777         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
13778         a FUNCTION_DECL, pass it as decl instead of origin to
13779         process_scope_var.
13781 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
13783         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
13784         string.
13786 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
13788         PR target/80107
13789         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
13790         TARGET_VSX_SMALL_INTEGER.
13792 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13794         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
13795         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
13797 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
13799         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
13800         extraction from odd-numbered MSA register.
13802 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
13804         PR middle-end/80173
13805         * expmed.c (store_bit_field_1): Don't attempt to create
13806         a word subreg out of hard registers wider than word if they
13807         have HARD_REGNO_NREGS of 1 for their mode.
13809         PR middle-end/80163
13810         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
13811         conversions to integer types wider than word and pointer.
13813         PR debug/80025
13814         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
13815         (rtx_equal_for_cselib_p): Pass 0 to it.
13816         * cselib.c (cselib_hasher::equal): Likewise.
13817         (rtx_equal_for_cselib_1): Add depth argument.  If depth
13818         is 128, don't look up VALUE locs and punt.  Increment
13819         depth in recursive calls when walking VALUE locs.
13821 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13823         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
13824         (make_gcov_file_name): Use the canonical path name for generating
13825         the MD5 value.
13826         (read_line): Fix handling of files with ascii null bytes.
13828 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
13830         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
13831         to initialise a vector register instead
13832         of using a const_int.
13834 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
13836         PR translation/80189
13837         * gimplify.c (omp_default_clause): Use %qs instead of %s in
13838         diagnostic messages.
13840 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
13842         PR target/80246
13843         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
13844         (dfp_diex_<mode>): Update mode of operand 1.
13845         * doc/extend.texi (dxex, dxexq): Document change to return type.
13846         (diex, diexq): Document change to argument type.
13848 2017-03-30  Martin Jambor  <mjambor@suse.cz>
13850         PR ipa/77333
13851         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
13852         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
13853         it reflects the signature changes performed at the callee side.
13854         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
13855         to cgraph_build_function_type_skip_args.
13856         (build_function_decl_skip_args): Adjust call to the above function.
13858 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
13860         PR target/80206
13861         * config/i386/sse.md
13862         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
13863         register as dest whenever it is a MEM not rtx_equal_p to the
13864         corresponding dup operand, and when forcing into reg move the
13865         reg into the memory afterwards.
13866         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
13867         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
13868         for the force_reg mode.
13869         (avx512vl_vextractf128<mode>): Use register as dest either
13870         always when a MEM, or when it is a MEM not rtx_equal_p to the
13871         corresponding dup operand, or even not when it is a CONST_VECTOR
13872         depending on the mode and lo vs. hi.
13873         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
13874         parens.
13875         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
13876         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
13877         Likewise.  Require that operands[2] is even.
13878         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
13879         Remove extraneous parens.  Require that operands[2] is a multiple
13880         of 4.
13881         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
13882         operands[0] is a MEM if <mask_applied>, the predicates/constraints
13883         disallow memory then.
13885 2017-03-30  Richard Biener  <rguenther@suse.de>
13887         PR tree-optimization/77498
13888         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
13889         to non-constants over backedges.
13891 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
13893         PR rtl-optimization/80233
13894         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
13895         as last_combined_insn.  Do not test for BARRIER_P separately.
13897 2017-03-29  Andreas Schwab  <schwab@suse.de>
13899         PR ada/80146
13900         * calls.c (prepare_call_address): Convert funexp to Pmode before
13901         copying to temp reg.
13903 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13905         PR tree-optimization/80158
13906         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
13907         Handle possible future case of more than one alternate
13908         interpretation.
13909         (replace_rhs_if_not_dup): Likewise.
13910         (replace_one_candidate): Likewise.
13912 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
13914         PR rtl-optimization/80193
13915         * ira.c (ira): Do not check allocation for LRA.
13917 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
13919         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
13920         (nvptx_output_simt_exit): Declare.
13921         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
13922         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
13923         (init_softstack_frame): Move initialization of crtl->is_leaf to...
13924         (nvptx_declare_function_name): ...here.  Emit declaration of local
13925         memory space buffer for omp_simt_enter insn.
13926         (nvptx_output_unisimt_switch): New.
13927         (nvptx_output_softstack_switch): New.
13928         (nvptx_output_simt_enter): New.
13929         (nvptx_output_simt_exit): New.
13930         * config/nvptx/nvptx.h (struct machine_function): New fields
13931         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
13932         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
13933         (UNSPECV_SIMT_EXIT): Ditto.
13934         (omp_simt_enter_insn): New insn.
13935         (omp_simt_enter): New expansion.
13936         (omp_simt_exit): New insn.
13937         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
13939         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
13940         (expand_GOMP_SIMT_ENTER_ALLOC): New.
13941         (expand_GOMP_SIMT_EXIT): New.
13942         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
13943         (GOMP_SIMT_ENTER_ALLOC): Ditto.
13944         (GOMP_SIMT_EXIT): Ditto.
13945         * target-insns.def (omp_simt_enter): New insn.
13946         (omp_simt_exit): Ditto.
13947         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
13948         simt_dlist.
13949         (lower_rec_simd_input_clauses): Implement SIMT privatization.
13950         (lower_rec_input_clauses): Likewise.
13951         (lower_lastprivate_clauses): Handle SIMT privatization.
13953         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
13954         (ompdevlow_adjust_simt_enter): New.
13955         (find_simtpriv_var_op): New.
13956         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
13957         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
13959         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
13960         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
13961         (copy_decl_for_dup_finish): Ditto.
13963         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
13965 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
13967         PR target/53383
13968         * config/i386/i386.c (ix86_option_override_internal): Always
13969         allow -mpreferred-stack-boundary=3 for 64-bit targets.
13971 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
13973         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
13975 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
13977         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
13978         mark new edge's irreducible flag accordign to it.
13979         (vect_do_peeling): Check loop preheader edge's irreducible flag
13980         and pass it to function slpeel_add_loop_guard.
13982 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
13984         PR tree-optimization/80218
13985         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
13986         Update block frequencies and counts.
13988 2017-03-28  Richard Biener  <rguenther@suse.de>
13990         PR tree-optimization/78644
13991         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
13992         of a simplification result we may not use it at all.
13994 2017-03-28  Richard Biener  <rguenther@suse.de>
13996         PR ipa/80205
13997         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
13998         without arguments, generate default definition of a SSA name.
14000 2017-03-28  Richard Biener  <rguenther@suse.de>
14002         PR middle-end/80222
14003         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
14004         TYPE_REF_CAN_ALIAS_ALL references.
14005         * fold-const.c (fold_indirect_ref_1): Likewise.
14007 2017-03-28  Martin Liska  <mliska@suse.cz>
14009         PR ipa/80104
14010         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
14011         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
14013 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
14014             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
14016         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
14017         (EXTRA_SPECS): Define.
14018         (SUBTARGET_EXTRA_SPECS): Likewise.
14019         (SUBTARGET_CPP_SPEC): Likewise.
14020         * config/arc/elf.h (EXTRA_SPECS): Renamed to
14021         SUBTARGET_EXTRA_SPECS.
14022         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
14024 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
14026         * config/arc/simdext.md (vst64_insn): Update pattern.
14027         (vld32wh_insn): Likewise.
14028         (vld32wl_insn): Likewise.
14029         (vld64_insn): Likewise.
14030         (vld32_insn): Likewise.
14032 2017-03-28  Marek Polacek  <polacek@redhat.com>
14034         PR sanitizer/80067
14035         * fold-const.c (fold_comparison): Use protected_set_expr_location
14036         instead of SET_EXPR_LOCATION.
14038 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
14040         * tree.c (add_expr): Avoid name lookup warning.
14042 2017-03-27  Jeff Law  <law@redhat.com>
14044         PR tree-optimization/80216
14045         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
14046         function name.  Limit recursion depth.
14047         (record_temporary_equivalences): Corresponding changes.
14049 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
14051         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
14052         covered first.
14054 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
14056         PR target/80102
14057         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
14058         notes.
14059         * cfgcleanup.c (reg_note_cfa_p): New array.
14060         (insns_have_identical_cfa_notes): New function.
14061         (old_insns_match_p): Don't cross-jump in between /f
14062         and non-/f instructions.  If both i1 and i2 are frame related,
14063         verify all CFA notes, their order and content.
14065 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
14067         PR target/78543
14068         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
14069         HImode and SImode with zero extend to DImode to one insn.
14070         (bswap<mode>2_extenddi): Likewise.
14071         (bswapsi2_extenddi): Likewise.
14072         (bswaphi2_extendsi): Likewise.
14073         (bswaphi2): Combine bswap HImode and SImode into one insn.
14074         Separate memory insns from swapping register.
14075         (bswapsi2): Likewise.
14076         (bswap<mode>2): Likewise.
14077         (bswaphi2_internal): Delete, no longer used.
14078         (bswapsi2_internal): Likewise.
14079         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
14080         store, and gpr<-gpr swap insns.
14081         (bswap<mode>2_store): Likewise.
14082         (bswaphi2_reg): Register only splitter, combine with the splitter.
14083         (bswaphi2 splitter): Likewise.
14084         (bswapsi2_reg): Likewise.
14085         (bswapsi2 splitter): Likewise.
14086         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
14087         the insns into load, store, and register/register insns.
14088         (bswapdi2_ldbrx): Likewise.
14089         (bswapdi2_load): Likewise.
14090         (bswapdi2_store): Likewise.
14091         (bswapdi2_reg): Likewise.
14093 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
14095         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
14096         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
14098 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
14100         PR target/80103
14101         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
14102         add comments.
14103         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
14104         special handling for target option conflicts between dform
14105         options (-mpower9-dform, -mpower9-dform-vector,
14106         -mpower9-dform-scalar) and -mno-direct-move.
14108 2017-03-27  Richard Biener  <rguenther@suse.de>
14110         PR tree-optimization/80181
14111         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
14113 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
14115         * config/arc/predicates.md (move_double_src_operand): Replace the
14116         call to move_double_src_operand with a call to address_operand.
14118 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
14120         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
14121         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
14122         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
14124 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
14126         * config/arc/predicates.md (long_immediate_loadstore_operand):
14127         Consider scaled addresses cases.
14129 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
14131         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
14132         restored when in interrupt.
14133         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
14134         doesn't have delay slot.
14136 2017-03-27  Richard Biener  <rguenther@suse.de>
14138         PR ipa/79776
14139         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
14140         inlined thunk clones.
14142 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
14144         PR sanitizer/80168
14145         * asan.c (instrument_derefs): Copy over last operand from
14146         original COMPONENT_REF to the new COMPONENT_REF with
14147         DECL_BIT_FIELD_REPRESENTATIVE.
14148         * ubsan.c (instrument_object_size): Likewise.
14150 2017-03-27  Richard Biener  <rguenther@suse.de>
14152         PR tree-optimization/80170
14153         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
14154         sure DR/SCEV didnt fold in constants we do not see when looking
14155         at the reference base alignment.
14157 2017-03-27  Richard Biener  <rguenther@suse.de>
14159         PR middle-end/80171
14160         * gimple-fold.c (fold_ctor_reference): Properly guard against
14161         NULL return value from canonicalize_constructor_val.
14163 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
14165         PR target/80180
14166         * config/i386/i386.c (ix86_expand_builtin)
14167         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
14168         flags reg setting and flags reg using instructions.
14169         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
14170         clobbering instructions to zero extend op2.
14172 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
14174         * doc/install.texi (Configuration) <--with-aix-soname>:
14175         Update link to AIX ld.
14177 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
14179         PR rtl-optimization/80160
14180         PR rtl-optimization/80159
14181         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
14182         reg_alternate_class into account.
14184 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
14186         PR target/80148
14187         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
14188         to consider in curr_insn_transform.
14190 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
14192         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
14193         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
14194         and emit_mode_inner.
14196 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14198         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
14199         argument to the overloaded builtin variants.  Use the new flag to
14200         deprecate certain builtin variants.
14201         * config/s390/s390-builtin-types.def: Add new builtin types.
14202         * config/s390/s390-builtins.h: Support new flags field for
14203         overloaded builtins.
14204         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
14205         (s390_macro_to_expand): Enable vector float data type.
14206         (s390_cpu_cpp_builtins_internal): Indicate support of the new
14207         builtins by incrementing the __VEC__ version number.
14208         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
14209         vec_xst.
14210         (s390_resolve_overloaded_builtin): Emit error messages depending
14211         on the builtin flags.
14212         * config/s390/s390.c (s390_expand_builtin): Support additional
14213         flags argument.  Change error message to match the messages
14214         emitted in s390-c.c.
14215         * config/s390/s390.md: New UNSPEC_* constants.
14216         (op_type): Add new instruction types.
14217         * config/s390/vecintrin.h: Add new builtins and test data class
14218         constants.
14219         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
14220         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
14221         (VEC_INEXACT, VEC_NOINEXACT): New constants.
14222         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
14223         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
14224         ("vec_mergel<mode>"): V_HW -> VEC_HW.
14226         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
14227         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
14228         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
14229         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
14231         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
14232         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
14233         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
14234         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
14236         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
14237         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
14238         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
14239         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
14240         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
14241         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
14242         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
14244         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
14245         ("vec_scatter_element<V_HW_4:mode>_DI")
14246         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
14247         ("vec_fpint<mode>", "vflls")
14248         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
14249         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
14250         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
14251         ("*vec_cmphe<mode>_cc"): ... these.
14253         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
14254         mode constant instead of magic value.
14256 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14258         * config/s390/s390.c (s390_expand_vec_compare): Support other
14259         vector floating point modes than just V2DF.
14260         (s390_expand_vcond): Likewise.
14261         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
14262         (s390_cannot_change_mode_class): Prevent mode changes between TF
14263         and V1TF in vector registers.
14264         * config/s390/s390.md (DF, SF): New mode attributes.
14265         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
14266         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
14267         SFmode support for VRs.
14268         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
14269         vector fp modes.
14270         (VFT, VF_HW): New mode iterators.
14271         (vw, sdx): New mode attributes.
14272         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
14273         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
14274         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
14275         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
14276         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
14277         also the new vector floating point modes.  Renaming to ...
14279         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
14280         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
14281         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
14282         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
14283         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
14284         ("vec_unordered<mode>"): ... these.
14286         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
14287         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
14288         ("*vec_extendv2df"): New insn definitions.
14290 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14292         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
14293         ("mulditi3_2", "*muldi3_sign"): New patterns.
14294         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
14295         rename the pattern definition.
14297 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14299         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
14300         expander.
14301         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
14303 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14305         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
14306         instruction if possible.
14307         * config/s390/vector.md (vec_halfnumelts): New mode
14308         attribute.
14309         ("*vec_vllezlf<mode>"): New pattern.
14311 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14313         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
14314         ("popcountv4si2", "popcountv2di2"): Rename to ...
14315         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
14316         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
14317         condition.
14318         ("popcount<mode>2_vxe"): New pattern.
14320 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14322         * common/config/s390/s390-common.c (processor_flags_table): Add
14323         arch12.
14324         * config.gcc: Add arch12.
14325         * config/s390/driver-native.c (s390_host_detect_local_cpu):
14326         Default to arch12 for unknown CPU model numbers.
14327         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
14328         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
14329         PROCESSOR_max sanity check.
14330         * config/s390/s390-opts.h (enum processor_type): Add
14331         PROCESSOR_ARCH12.
14332         * config/s390/s390.c (processor_table): Add arch12.
14333         (s390_expand_builtin): Add check for B_VXE flag.
14334         (s390_issue_rate): Add PROCESSOR_ARCH12.
14335         (s390_get_sched_attrmask): Likewise.
14336         (s390_get_unit_mask): Likewise.
14337         (s390_sched_score): Enable z13 scheduling for arch12.
14338         (s390_sched_reorder): Likewise.
14339         (s390_sched_variable_issue): Likewise.
14340         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
14341         PF_VXE.
14342         (s390_tune_attr): Use z13 scheduling also for arch12.
14343         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
14344         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
14345         (TARGET_VXE_P): New macros.
14346         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
14347         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
14348         * config/s390/s390.opt: Add arch12 as processor_type.
14350 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14352         * config/s390/s390.md
14353         ("fixuns_truncdddi2", "fixuns_trunctddi2")
14354         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
14355         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
14357         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
14358         Rename expanders to ...
14360         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
14361         ("fixuns_truncdddi2_emu"): ... these.
14363         ("fixuns_trunc<mode>si2_emu"): New expander.
14365         ("*fixuns_truncdfdi2_z13"): Rename to ...
14366         ("*fixuns_truncdfdi2_vx"): ... this.
14368 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14370         * config/s390/2964.md: Remove the single element vector compare
14371         instructions which are no longer used.
14372         * config/s390/s390.c (s390_select_ccmode): Remove handling of
14373         vector CCmodes.
14374         (s390_canonicalize_comparison): Remove handling of DFmode
14375         compares.
14376         (s390_expand_vec_compare_scalar): Remove function.
14377         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
14378         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
14379         pattern.
14380         ("*cmp<mode>_ccs"): Add wfcdb instruction.
14382 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14384         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
14385         FP zero.
14386         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
14387         will anyway by matched by mov<mode>_64dfp.
14389 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14391         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
14392         vlef/vstef.  Add missing operand to vleif.
14394 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14396         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
14397         pair for all vector types with 64 bit elements.
14398         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
14399         * config/s390/vector.md (V_HW_64): ... here.
14400         (V_128_NOSINGLE): New mode iterator.
14401         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
14402         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
14403         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
14404         ("*vec_load_pairv2di"): Change to ...
14405         ("*vec_load_pair<mode>"): ... this one.
14407 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14409         * config/s390/constraints.md: Add comments.
14410         (jKK): Reject element sizes > 8 bytes.
14411         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
14412         s_operands.
14413         * config/s390/s390.md: Add the s_operand checks formerly in
14414         s390_split_ok_p to various splitters where they are still
14415         required.
14416         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
14417         for 128 bit vectors.  Plus two splitters.
14419 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14421         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
14422         the file.
14424 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14426         PR target/79893
14427         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
14428         error if the boundary argument is not constant.
14430 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
14432         PR rtl-optimization/80112
14433         * loop-doloop.c (doloop_condition_get): Don't check condition
14434         if cmp isn't SET with IF_THEN_ELSE src.
14436 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14438         PR tree-optimization/80158
14439         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
14440         replacing a candidate statement, also replace it for the
14441         candidate's alternate interpretation.
14442         (replace_rhs_if_not_dup): Likewise.
14443         (replace_one_candidate): Likewise.
14445 2017-03-24  Richard Biener  <rguenther@suse.de>
14447         PR tree-optimization/80167
14448         * graphite-isl-ast-to-gimple.c
14449         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
14450         properly.
14451         (translate_isl_ast_to_gimple::get_rename): Likewise.
14453 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
14455         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
14456         handling of certain combinations of target options, including the
14457         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
14458         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
14460 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14462         PR target/71436
14463         * config/arm/arm.md (*load_multiple): Add reload_completed to
14464         matching condition.
14466 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14467             Richard Biener  <rguenth@suse.de>
14469         PR tree-optimization/79908
14470         PR tree-optimization/80136
14471         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
14472         been cast away, gimplify_and_add suffices.
14474 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
14476         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
14478 2017-03-23  Richard Biener  <rguenther@suse.de>
14480         PR tree-optimization/80032
14481         * gimplify.c (gimple_push_cleanup): Forced unconditional
14482         cleanups still have to go to the conditional_cleanups
14483         sequence.
14485 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
14487         PR tree-optimization/80072
14488         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
14489         to unsigned int.
14490         (next_operand_entry_id): Change type to unsigned int.
14491         (sort_by_operand_rank): Make sure to return the right return value
14492         even if unsigned fields are bigger than INT_MAX.
14493         (struct oecount): Change cnt and id type to unsigned int.
14494         (oecount_hasher::equal): Formatting fix.
14495         (oecount_cmp): Make sure to return the right return value
14496         even if unsigned fields are bigger than INT_MAX.
14497         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
14499         PR c++/80129
14500         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
14501         TREE_READONLY on result if writing it more than once.
14503         PR sanitizer/80110
14504         * doc/invoke.texi (-fsanitize=thread): Document that with
14505         -fnon-call-exceptions atomics are not able to throw
14506         exceptions.
14508         PR sanitizer/80110
14509         * tsan.c: Include tree-eh.h.
14510         (instrument_builtin_call): Call maybe_clean_eh_stmt or
14511         maybe_clean_or_replace_eh_stmt where needed.
14512         (instrument_memory_accesses): Add cfg_changed argument.
14513         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
14514         if it returned true.
14515         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
14517         PR rtl-optimization/63191
14518         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
14519         wrapper function, moved the whole old content into ...
14520         (ix86_delegitimize_address_1): ... this.  New inline function.
14521         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
14522         true as last argument instead of ix86_delegitimize_address.
14524 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
14526         * config/aarch64/aarch64.c (generic_branch_cost): Copy
14527         cortexa57_branch_cost.
14529 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
14531         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
14533 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
14535         PR target/80123
14536         * doc/md.texi (Constraints): Document wA constraint.
14537         * config/rs6000/constraints.md (wA): New.
14538         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
14539         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
14540         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
14541         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
14543 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
14545         PR c++/80029
14546         * gimplify.c (is_oacc_declared): New function.
14547         (oacc_default_clause): Use it to set default flags for acc declared
14548         variables inside parallel regions.
14549         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
14550         declared variables.
14551         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
14552         declare attribute to any decl as necessary.
14554 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14556         PR target/80082
14557         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
14558         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
14559         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
14560         (arm_arch_lpae): This.
14561         * config/arm/arm.c (arm_arch7ve): Rename into ...
14562         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
14563         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
14564         arm_arch_lpae.
14566 2017-03-22  Martin Liska  <mliska@suse.cz>
14568         PR target/79906
14569         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
14570         error message instead of an ICE.
14572 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14574         * doc/extend.texi (6.11 Additional Floating Types): Revise.
14576 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
14578         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
14579         comments.
14580         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
14581         comments.
14583 2017-03-21  Martin Sebor  <msebor@redhat.com>
14585         * doc/extend.texi: Use "cannot" instead of "can't."
14586         * doc/hostconfig.texi: Same.
14587         * doc/install.texi: Same.
14588         * doc/invoke.texi: Same.
14589         * doc/loop.texi: Same.
14590         * doc/md.texi: Same.
14591         * doc/objc.texi: Same.
14592         * doc/rtl.texi: Same.
14593         * doc/tm.texi: Same.
14594         * doc/tm.texi.in: Same.
14595         * doc/trouble.texi: Same.
14597 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
14599         PR debug/63238
14600         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
14601         (collect_checksum_attributes): Set it.
14602         (die_checksum_ordered): Use it.
14604 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14606         PR tree-optimization/79908
14607         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
14608         change: For a VA_ARG whose LHS has been cast away, use
14609         force_gimple_operand to construct the side effects.
14611 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
14613         PR translation/80001
14614         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
14615         more amenable to translation.
14616         (oacc_loop_auto_partitions): Likewise.
14618 2017-03-21  Marek Polacek  <polacek@redhat.com>
14619             Martin Sebor  <msebor@redhat.com>
14621         PR tree-optimization/80109
14622         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
14623         on INTEGRAL_TYPE_P.
14625 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
14626             Segher Boessenkool  <segher@kernel.crashing.org>
14628         PR target/80125
14629         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
14630         check reg_used_between_p between insn and one of succ or succ2
14631         depending on if succ is artificial insn not inserted into insn
14632         stream.
14634 2017-03-21  Martin Liska  <mliska@suse.cz>
14636         PR gcov-profile/80081
14637         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
14638         * doc/gcc.texi: Include gcov-dump stuff.
14639         * doc/gcov-dump.texi: New file.
14641 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
14643         PR rtl-optimization/79150
14644         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
14645         conditional jump, if the jump is the last insn of the loop.
14647 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14648             Richard Biener  <rguenth@suse.de>
14650         PR tree-optimization/79908
14651         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
14652         been cast away, use force_gimple_operand to construct the side
14653         effects.
14655 2017-03-21  Martin Liska  <mliska@suse.cz>
14657         PR libfortran/79956
14658         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
14659         to NULL.
14661 2017-03-21  Brad Spengler <spender@grsecurity.net>
14663         PR plugins/80094
14664         * plugin.c (htab_hash_plugin): New function.
14665         (add_new_plugin): Use it and adjust.
14666         (parse_plugin_arg_opt): Adjust.
14667         (init_one_plugin): Likewise.
14669 2017-03-21  Richard Biener  <rguenther@suse.de>
14671         PR tree-optimization/80032
14672         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
14673         if set force the cleanup to happen unconditionally.
14674         (gimplify_target_expr): Push inserted clobbers with force_uncond
14675         to avoid them being removed by control-dependent DCE.
14677 2017-03-21  Richard Biener  <rguenther@suse.de>
14679         PR tree-optimization/80122
14680         * tree-inline.c (copy_bb): Do not expans va-arg packs or
14681         va_arg_pack_len when the inlined call stmt requires pack
14682         expansion itself.
14683         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
14685 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
14687         PR sanitizer/78158
14688         * tsan.c (instrument_builtin_call): If the memory model argument
14689         is not a constant, assume it is valid.
14691         PR c/67338
14692         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
14693         avoid UB.
14695 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
14697         PR rtl-optimization/79910
14698         * combine.c (can_combine_p): Do not allow combining an I0 or I1
14699         if its dest is used by an insn before I2 (other than the combined
14700         insns themselves, which are properly handled already).
14702 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
14704         Revert:
14705         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
14707         * combine.c (record_used_regs): New static function.
14708         (try_combine): Handle situations where there is an additional
14709         instruction between I2 and I3 which needs to have a LOG_LINK
14710         updated.
14712         Revert:
14713         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
14715         * combine.c (try_combine): Delete redundant i1 test.  Call
14716         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
14718 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
14720         PR target/80083
14721         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
14722         alternatives 13/14.
14724 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14726         PR tree-optimization/80054
14727         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
14728         the optimization if a PHI or any of its arguments is not dominated
14729         by the candidate's basis.  Use gphi* rather than gimple* as
14730         appropriate.
14731         (replace_profitable_candidates): Clean up a gimple* variable that
14732         should be a gphi* variable.
14734 2017-03-20  Martin Sebor  <msebor@redhat.com>
14736         PR c++/52477
14737         * doc/extend.texi (attribute constructor): Document present limitation.
14739 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
14741         PR target/79963
14742         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
14743         __POWER9_VECTOR__ #ifdef control, change template definition to
14744         use Power9-specific built-in function.
14745         (vec_any_eq): Likewise.
14746         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
14747         to control outcomes from this test.
14748         (vector_ae_<mode>p): For VEC_F modes, likewise.
14750 2017-03-20  Ian Lance Taylor  <iant@google.com>
14752         * config/i386/i386.c (ix86_function_regparm): Save an extra
14753         register for -fsplit-stack with DECL_STATIC_CHAIN.
14755 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
14757         PR target/79912
14758         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
14759         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
14761 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
14763         * config/riscv/riscv.c (riscv_print_operand): Use "fence
14764         iorw,ow".
14765         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
14766         iorw,iorw".
14768 2017-03-20  Marek Polacek  <polacek@redhat.com>
14770         PR sanitizer/80063
14771         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
14773 2017-03-20  Richard Biener  <rguenther@suse.de>
14775         PR tree-optimization/80113
14776         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
14777         allocate extra SSA name for PHI def.
14778         (add_close_phis_to_outer_loops): Likewise.
14779         (add_close_phis_to_merge_points): Likewise.
14780         (copy_loop_close_phi_args): Likewise.
14781         (copy_cond_phi_nodes): Likewise.
14783 2017-03-20  Martin Liska  <mliska@suse.cz>
14785         PR middle-end/79753
14786         * tree-chkp.c (chkp_build_returned_bound): Do not build
14787         returned bounds for a LHS that's not a BOUNDED_P type.
14789 2017-03-20  Martin Liska  <mliska@suse.cz>
14791         PR target/79769
14792         PR target/79770
14793         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
14794         COMPLEX_CST and VECTOR_CST.
14796 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14798         PR target/78857
14799         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
14800         target operand.  A new splitter adds the clobber statement in case
14801         the target operand is dead anyway.
14803 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
14805         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
14806         to age-old versions of binutils and glibc.
14808 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
14810         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
14812 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
14814         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
14816 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
14818         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
14819         requirement for binutils 2.13.
14821 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
14823         * combine.c (try_combine): Delete redundant i1 test.  Call
14824         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
14826 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
14828         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
14829         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
14830         contents.
14831         <riscv64-*-elf>: Re-arrange section
14832         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
14833         <riscv32-*-linux>: Likewise.
14834         <riscv64-*-elf>: Likewise
14835         <riscv64-*-linux>: Likewise.
14837 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
14839         PR target/80052
14840         * aarch64.opt(verbose-cost-dump): Fix typo.
14842 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
14844         PR target/79951
14845         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
14846         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
14848 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
14850         * reload.c (find_reloads): When reloading a nonoffsettable address,
14851         use RELOAD_OTHER for it and its address reloads.
14853         PR rtl-optimization/79910
14854         * combine.c (record_used_regs): New static function.
14855         (try_combine): Handle situations where there is an additional
14856         instruction between I2 and I3 which needs to have a LOG_LINK
14857         updated.
14859 2017-03-17  Jeff Law  <law@redhat.com>
14861         PR tree-optimization/71437
14862         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
14863         conditional in the hash table first.
14864         (vrp_dom_walker::before_dom_children): Extract condition from
14865         ASSERT_EXPR.  Record condition, its inverion and any implied
14866         conditions as well.
14868 2017-03-17  Marek Polacek  <polacek@redhat.com>
14869             Markus Trippelsdorf  <markus@trippelsdorf.de>
14871         PR tree-optimization/80079
14872         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
14873         m_stores_head.
14875 2017-03-17  Richard Biener  <rguenther@suse.de>
14877         PR middle-end/80075
14878         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
14879         Properly verify the LHS before the RHS possibly claims to be
14880         handled.
14881         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
14882         do not throw.
14884 2017-03-17  Martin Jambor  <mjambor@suse.cz>
14886         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
14887         (List of -O2 options): Likewise.
14888         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
14889         (-fipa-vrp) New.
14891 2017-03-17  Tom de Vries  <tom@codesourcery.com>
14893         * gcov-dump.c (print_usage): Print bug_report_url.
14895 2017-03-17  Richard Biener  <rguenther@suse.de>
14897         PR middle-end/80050
14898         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
14899         (parser::peek): Likewise.
14901 2017-03-17  Richard Biener  <rguenther@suse.de>
14903         PR tree-optimization/80048
14904         * sese.c (free_sese_info): Properly release rename_map and
14905         copied_bb_map elements.
14907 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
14909         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
14910         Add linked-list forward and backlinks.  Insert on
14911         construction, remove on destruction.
14912         (class pass_store_merging): Add m_stores_head field.
14913         (pass_store_merging::terminate_and_process_all_chains):
14914         Iterate over m_stores_head list.
14915         (pass_store_merging::terminate_all_aliasing_chains):
14916         Likewise.
14917         (pass_store_merging::execute): Check for debug stmts first.
14918         Push new chains onto the m_stores_head stack.
14920 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
14922         PR target/71294
14923         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
14924         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
14925         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
14927 2017-03-16  Jeff Law  <law@redhat.com>
14929         PR tree-optimization/71437
14930         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
14931         member function.  Implementation moved into after_dom_children
14932         member function and into the threader's thread_outgoing_edges
14933         function.
14934         (dom_opt_dom_walker::after_dom_children): Simplify by moving
14935         some code into new thread_outgoing_edges.
14936         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
14937         definition.  Simplify marker handling (do it here).   Assume we always
14938         have the available expression and the const/copies tables.
14939         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
14940         and tree-vrp.c
14941         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
14942         * tree-vrp.c (equiv_stack): No longer file scoped.
14943         (vrp_dom_walker): New class.
14944         (vrp_dom_walker::before_dom_children): New member function.
14945         (vrp_dom_walker::after_dom_children): Likewise.
14946         (identify_jump_threads):  Setup domwalker.  Use it rather than
14947         walking edges in a random order by hand.  Simplify setup/finalization.
14948         (finalize_jump_threads): Remove.
14949         (vrp_finalize): Do not call identify_jump_threads here.
14950         (execute_vrp): Do it here instead and call thread_through_all_blocks
14951         here too.
14953         PR tree-optimization/71437
14954         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
14955         callers changed.
14956         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
14957         callers changed.
14958         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
14959         (dom_opt_dom_walker::thread_across_edge): Remove
14960         handle_dominating_asserts argument.  All callers changed.
14961         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
14962         changes.  Remove calls to lhs_of_dominating_assert.  Other
14963         uses of handle_dominating_asserts turn into unconditional code
14964         (simplify_control_stmt_condition_1): Likewise.
14965         (simplify_control_stmt_condition): Likewise.
14966         (thread_through_normal_block, thread_across_edge): Likewise.
14967         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
14968         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
14969         object if it is not an SSA_NAME.
14970         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
14971         before calling into the VRP specific simplifiers.
14972         (identify_jump_threads): Remove handle_dominating_asserts
14973         argument.
14975 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
14977         PR fortran/79886
14978         * tree-diagnostic.c (default_tree_printer): No longer static.
14979         * tree-diagnostic.h (default_tree_printer): New prototype.
14981 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
14983         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
14984         Change ins into fmov.
14986 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14988         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
14989         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
14990         Use h_con constraint for operand 1.
14991         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
14992         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
14994 2017-03-15  Jeff Law  <law@redhat.com>
14996         PR tree-optimization/71437
14997         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
14998         (record_temporary_equivalences): Use it.
15000         PR tree-optimization/71437
15001         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
15002         tree-ssa-scopedtables.
15003         (lookup_avail_expr, build_and_record_new_cond): Likewise.
15004         (record_conditions, record_cond, vuse_eq): Likewise.
15005         (record_edge_info): Adjust to API tweak of record_conditions.
15006         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
15007         (record_temporary_equivalences, optimize_stmt): Likewise.
15008         (eliminate_redundant_computations): Likewise.
15009         (record_equivalences_from_stmt): Likewise.
15010         * tree-ssa-scopedtables.c: Include options.h and params.h.
15011         (vuse_eq): New function, moved from tree-ssa-dom.c
15012         (build_and_record_new_cond): Likewise.
15013         (record_conditions): Likewise.  Accept vector of conditions rather
15014         than edge_equivalence structure for first argument.
15015         for the first argument.
15016         (avail_exprs_stack::lookup_avail_expr): New member function, moved
15017         from tree-ssa-dom.c.
15018         (avail_exprs_stack::record_cond): Likewise.
15019         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
15020         from tree-ssa-dom.c.
15021         (avail_exprs_stack): Add new member functions lookup_avail_expr
15022         and record_cond.
15023         (record_conditions): Declare.
15025 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
15027         PR target/80017
15028         * lra-constraints.c (process_alt_operands): Increase reject for
15029         reloading an input/output operand.
15031 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
15033         PR target/79038
15034         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
15035         insns to convert from signed/unsigned char/short to IEEE 128-bit
15036         floating point.
15037         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
15039 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
15041         PR target/80019
15042         * config/i386/i386.c (ix86_vector_duplicate_value): Create
15043         subreg of inner mode for values already in registers.
15045 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
15047         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
15048         iteration reg is used after the loop.
15050 2017-03-14  Martin Sebor  <msebor@redhat.com>
15052         PR tree-optimization/79800
15053         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
15054         precision in negative-positive range.
15055         (format_floating): Call non-const overload with adjusted precision.
15057 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
15059         PR target/79947
15060         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
15061         -mpowerpc-gfxopt.
15063 2017-03-14  Martin Sebor  <msebor@redhat.com>
15065         PR middle-end/80020
15066         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
15067         * builtins.def (aligned_alloc): Use it.
15069         PR c/79936
15070         * Makefile.in (GTFILES): Add calls.c.
15071         * calls.c: Include "gt-calls.h".
15073 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
15075         PR rtl-optimization/79728
15076         * regs.h (struct target_regs): New field
15077         x_contains_allocatable_regs_of_mode.
15078         (contains_allocatable_regs_of_mode): New macro.
15079         * reginfo.c (init_reg_sets_1): Initialize it, and change
15080         contains_reg_of_mode so it includes global regs as well.
15081         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
15082         rather than contains_regs_of_mode.
15084 2017-03-14  Martin Liska  <mliska@suse.cz>
15086         * doc/invoke.texi: Document options that can't be combined with
15087         -fcheck-pointer-bounds.
15089 2017-03-14  Martin Liska  <mliska@suse.cz>
15091         PR middle-end/79831
15092         * doc/invoke.texi (-Wchkp): Document the option.
15094 2017-03-14  Martin Liska  <mliska@suse.cz>
15096         * Makefile.in: Install gcov-dump.
15098 2017-03-14  Martin Liska  <mliska@suse.cz>
15100         * multiple_target.c (expand_target_clones): Bail out for
15101         an invalid attribute.
15103 2017-03-14  Richard Biener  <rguenther@suse.de>
15105         * alias.c (struct alias_set_entry): Pack properly.
15106         * cfgloop.h (struct loop): Likewise.
15107         * cse.c (struct set): Likewise.
15108         * ipa-utils.c (struct searchc_env): Likewise.
15109         * loop-invariant.c (struct invariant): Likewise.
15110         * lra-remat.c (struct cand): Likewise.
15111         * recog.c (struct change_t): Likewise.
15112         * rtl.h (struct address_info): Likewise.
15113         * symbol-summary.h (function_summary): Likewise.
15114         * tree-loop-distribution.c (struct partition): Likewise.
15115         * tree-object-size.c (struct object_size_info): Likewise.
15116         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
15117         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
15118         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
15119         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
15120         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
15121         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
15122         (struct _stmt_vec_info): Likewise.
15124 2017-03-14  Martin Liska  <mliska@suse.cz>
15126         PR target/79892
15127         * multiple_target.c (create_dispatcher_calls): Check that
15128         a target can create a function dispatcher.
15130 2017-03-14  Martin Liska  <mliska@suse.cz>
15132         PR lto/66295
15133         * multiple_target.c (expand_target_clones): Drop local.local
15134         flag for default implementation.
15136 2017-03-14  Richard Biener  <rguenther@suse.de>
15138         PR tree-optimization/80030
15139         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
15141 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
15143         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
15144         gcc_fallthrough() instead of __attribute__((fallthrough));
15146 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
15148         * doc/gcc.texi: Remove "up" link to (DIR).
15149         * doc/gccint.texi: Ditto.
15151 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
15153         * doc/install.texi (Specific) <avr>: Remove reference to
15154         binutils 2.13.
15156 2017-03-13  Jeff Law  <law@redhat.com>
15158         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
15159         attribute rather than comments.
15161         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
15162         match_scratch operand is highest.
15164 2017-03-13  Martin Liska  <mliska@suse.cz>
15166         PR middle-end/78339
15167         * ipa-pure-const.c (warn_function_noreturn): If the declarations
15168         is a CHKP clone, use original declaration.
15170 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
15172         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
15173         (arc_conditional_register_usage): Use a different allocation order
15174         when optimizing for size.
15175         * common/config/arc/arc-common.c (arc_option_optimization_table):
15176         Section anchors default on when optimizing for size.
15178 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
15180         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
15182 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
15184         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
15185         * config/arc/arc.md (cpu_facility): Add cd variant.
15186         (*movqi_insn): Add code density variant.
15187         (*movhi_insn): Likewise.
15188         (*movqi_insn): Likewise.
15189         (*addsi3_mixed): Likewise.
15190         (subsi3_insn): Likewise.
15192 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
15194         * config/arc/arc.md (movsi_cond_exec): Update constraint.
15196 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
15198         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
15199         expressions with MINUS and UNARY ops.
15201 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15203         PR target/79911
15204         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
15205         Rename to...
15206         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
15207         between vec_select and vector argument.
15208         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
15209         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
15210         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
15211         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
15212         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
15213         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
15215 2017-03-13  Richard Biener  <rguenther@suse.de>
15217         PR other/79991
15218         * params.def (vect-max-peeling-for-alignment): Fix typo.
15220 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
15222         * doc/install.texi (Specific) <mips-*-*>: Remove description of
15223         issue that only occurred with binutils below 2.18.
15225 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
15227         * doc/install.texi (Specific) <cris-axis-elf>: No longer
15228         refer to binutils 2.11/2.12 minimum.
15230 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
15232         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
15233         ftp.kernel.org and simplify binutils requirement.
15235 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
15237         * doc/invoke.texi (Warning Options): Fix spelling of link-time
15238         optimization.
15239         (Optimize Options): Ditto.  Also remove redundancy.
15241 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
15243         PR translation/79848
15244         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
15245         "%qs".
15246         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
15247         to G_ to avoid double translation.
15249 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
15251         PR translation/79923
15252         * auto-profile.c (get_combined_location): Convert leading
15253         character of diagnostics to lower case and remove trailing period.
15254         (read_profile): Likewise for various diagnostics.
15255         * config/arm/arm.c (arm_option_override): Remove trailing period
15256         from various diagnostics.
15257         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
15258         (msp430_expand_delay_cycles): Likewise.
15260 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
15262         PR target/79925
15263         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
15264         full command-line argument, rather than just "str".
15265         (aarch64_validate_march): Likewise.
15266         (aarch64_validate_mtune): Likewise.
15268 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
15270         PR rtl-optimization/78911
15271         * lra-assigns.c (must_not_spill_p): New function.
15272         (spill_for): Use it.
15274 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
15276         PR tree-optimization/79981
15277         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
15278         ATOMIC_COMPARE_EXCHANGE ifn result.
15279         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
15280         IFN_ATOMIC_COMPARE_EXCHANGE.
15282 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
15284         PR driver/79875
15285         * opts.c (parse_sanitizer_options): Add missing question mark to
15286         "did you mean" message.
15288 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15290         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
15291         built-in.
15292         (VMULEUH_UNS): Likewise.
15293         (VMULOUB_UNS): Likewise.
15294         (VMULOUH_UNS): Likewise.
15295         * config/rs6000/rs6000.c (builtin_function_type): Remove
15296         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
15298 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
15300         PR bootstrap/79952
15301         * read-rtl-function.c (function_reader::read_rtx_operand): Update
15302         x with result of extra_parsing_for_operand_code_0.
15303         (function_reader::extra_parsing_for_operand_code_0): Convert
15304         return type from void to rtx, returning x.  When reading
15305         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
15306         larger size containing struct block_symbol.
15308 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
15310         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
15311         -mfloat128-hardware without -m64.
15313 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
15315         PR target/79941
15316         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
15317         entries to the case statement that marks unsigned arguments to
15318         overloaded functions.
15320 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15322         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
15323         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
15325 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
15327         PR target/79907
15328         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
15329         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
15331 2017-03-10  Martin Liska  <mliska@suse.cz>
15333         PR target/65705
15334         PR target/69804
15335         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
15336         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
15337         FIELD != NULL.
15339 2017-03-10  Olivier Hainque  <hainque@adacore.com>
15341         * tree-switch-conversion (array_value_type): Start by resetting
15342         candidate type to it's main variant.
15344 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
15346         PR rtl-optimization/79909
15347         * combine.c (try_combine): Use simplify_replace_rtx on individual
15348         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
15349         of the whole CALL_INSN_FUNCTION_USAGE.
15351         PR tree-optimization/79972
15352         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
15353         get_range_info on SSA_NAMEs.  Formatting fixes.
15355 2017-03-10  Richard Biener  <rguenther@suse.de>
15356             Jakub Jelinek  <jakub@redhat.com>
15358         PR tree-optimization/77975
15359         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
15360         edge to be constant.
15361         (get_val_for): For constant x return it.  Formatting fix.
15362         (loop_niter_by_eval): Avoid pointless looping if the next iteration
15363         would use the same bases as the current one.
15365 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15367         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
15368         instead of vec_select for V1TImode.
15369         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
15370         longer needed.
15371         (VSX_LE_128): Add V1TI to this mode iterator.
15372         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
15373         (*vsx_le_perm_store_<mode>): Likewise.
15374         (pre-reload splitter for VSX stores): Likewise.
15375         (post-reload splitter for VSX stores): Likewise.
15376         (*vsx_xxpermdi2_le_<mode>): Likewise.
15377         (*vsx_lxvd2x2_le_<mode>): Likewise.
15378         (*vsx_stxvd2x2_le_<mode>): Likewise.
15380 2017-03-09  Michael Eager  <eager@eagercon.com>
15382         Correct failures with --enable-checking=yes,rtl.
15384         * config/microblaze/microblaze.c (microblaze_expand_shift):
15385         Replace GET_CODE test with CONST_INT_P and INTVAL test with
15386         test for const0_rtx.
15387         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
15388         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
15390 2017-03-09  Richard Biener  <rguenther@suse.de>
15392         PR tree-optimization/79977
15393         * graphite-scop-detection.c (scop_detection::merge_sese):
15394         Handle the case of extra exits to blocks dominating the entry.
15396 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
15398         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
15399         Document rdynamic.
15401 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
15403         PR rtl-optimization/79949
15404         * lra-constraints.c (process_alt_operands): Check memory when
15405         trying to predict a cycle.  Print about the overall increase.
15407 2017-03-09  Richard Biener  <rguenther@suse.de>
15409         PR middle-end/79971
15410         * gimple-expr.c (useless_type_conversion_p): Preserve
15411         TYPE_SATURATING for fixed-point types.
15413 2017-03-09  Richard Biener  <rguenther@suse.de>
15415         PR ipa/79970
15416         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
15417         alignment of BLKmode params.
15419 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15421         PR target/79913
15422         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
15423         (VALL_NO_V2Q): Likewise.
15424         (VDQF_DF): Delete.
15425         * config/aarch64/aarch64-simd.md
15426         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
15427         iterator.
15428         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
15429         VALL_NO_V2Q mode iterator.
15430         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
15432 2017-03-09  Martin Liska  <mliska@suse.cz>
15434         PR tree-optimization/79631
15435         * tree-chkp-opt.c (chkp_is_constant_addr): Call
15436         tree_int_cst_sign_bit just for INTEGER constants.
15438 2017-03-09  Martin Liska  <mliska@suse.cz>
15440         PR target/65705
15441         PR target/69804
15442         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
15443         sanitizers.
15445 2017-03-09  Marek Polacek  <polacek@redhat.com>
15447         PR c++/79672
15448         * tree.c (inchash::add_expr): Handle TREE_VEC.
15450 2017-03-09  Martin Liska  <mliska@suse.cz>
15452         PR ipa/79764
15453         (chkp_narrow_size_and_offset): New function.
15454         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
15455         (void chkp_parse_bit_field_ref): New function.
15456         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
15457         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
15459 2017-03-09  Martin Liska  <mliska@suse.cz>
15461         PR ipa/79761
15462         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
15463         (chkp_find_bounds_1): Remove gcc_unreachable.
15465 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
15467         PR sanitizer/79944
15468         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
15469         BUILT_IN_SYNC*, determine the access type from the size suffix and
15470         always build a MEM_REF with that type.  Handle forgotten
15471         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
15473         PR target/79932
15474         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
15475         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
15476         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
15477         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
15478         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
15479         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
15480         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
15481         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
15482         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
15483         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
15484         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
15485         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
15486         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
15487         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
15488         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
15489         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
15490         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
15491         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
15492         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
15493         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
15494         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
15495         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
15496         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
15497         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
15498         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
15499         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
15500         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
15501         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
15502         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
15503         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
15504         definitions outside of __OPTIMIZE__ guarded section.
15506         PR target/79932
15507         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
15508         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
15509         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
15510         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
15511         guarded section.
15513 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15515         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
15516         ("vfenez<mode>"): Add missing constraints.
15518 2017-03-08  Martin Sebor  <msebor@redhat.com>
15520         PR target/79928
15521         * config/nds32/nds32.c (nds32_option_override):
15522         Fix misspelled diagnostic.
15524 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
15526         PR c/79940
15527         * gimplify.c (gimplify_omp_for): Replace index var in outer
15528         taskloop statement with an artificial variable and add
15529         OMP_CLAUSE_PRIVATE clause for it.
15531 2017-03-08  Richard Biener  <rguenther@suse.de>
15533         PR tree-optimization/79955
15534         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
15535         for accesses that are completely outside of the variable.
15537 2017-03-08  Andrew Haley  <aph@redhat.com>
15539         PR tree-optimization/79943
15540         * tree-ssa-loop-split.c (compute_new_first_bound): When
15541         calculating the new upper bound, (END-BEG) should be added, not
15542         subtracted.
15544 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
15546         * config/avr/avr.md (setmemhi): Make sure match_dup
15547         operand number comes before match_scratch.
15549 2017-03-08  Richard Biener  <rguenther@suse.de>
15551         PR tree-optimization/79920
15552         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
15553         with ncopies == 1 to ...
15554         (vect_transform_slp_perm_load): ... here.  Properly compute
15555         all element loads by iterating VF times over the group.  Do
15556         not handle ncopies (computed in a broken way) in
15557         vect_create_mask_and_perm.
15559 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
15561         PR sanitizer/79904
15562         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
15563         is a uniform vector, use uniform_vector_p return value instead of
15564         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
15566 2017-03-07  Marek Polacek  <polacek@redhat.com>
15568         PR middle-end/79809
15569         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
15570         (alloca_call_type): Likewise.
15572 2017-03-07  Martin Liska  <mliska@suse.cz>
15574         * gcov.c (process_args): Put comment to correct location.
15576 2017-03-07  Martin Liska  <mliska@suse.cz>
15578         PR middle-end/68270
15579         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
15580         Use array_at_struct_end_p instead of DECL_CHAIN (field).
15581         (chkp_narrow_bounds_for_field): Likewise.
15582         (chkp_parse_array_and_component_ref): Pass one more argument to
15583         call.
15585 2017-03-07  Richard Biener  <rguenther@suse.de>
15587         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
15588         preheaders.
15590 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
15592         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
15593         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
15595 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15597         PR c/79855
15598         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
15599         to end of description.
15600         (PARAM_MAX_STORES_TO_MERGE): Likewise.
15602 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
15604         PR rtl-optimization/79901
15605         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
15606         ...
15607         (*avx512f_<code><mode>3<mask_name>): ... this.
15608         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
15609         iterator instead of VI8_AVX2_AVX512BW.
15611         PR rtl-optimization/79901
15612         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
15613         min/max expander, expand it using expand_vec_cond_expr.
15615         PR sanitizer/79897
15616         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
15617         temporary.
15619 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
15621         PR c++/79821
15622         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
15623         to void * for PCH reasons.
15624         * dwarf2out.c (output_loc_operands, output_die): Cast
15625         v.val_vec.array to unsigned char *.
15627 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
15629         PR target/77850
15630         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
15631         vector types.
15633 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
15635         PR rtl-optimization/79571
15636         * lra-constraints.c (process_alt_operands): Calculate static
15637         reject and subtract it from overall when only addresses will be
15638         reloaded.
15640 2017-03-06  Julia Koval  <julia.koval@intel.com>
15642         PR target/79793
15643         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
15644         incoming stack boundary to 128 for 64-bit targets.
15646 2017-03-06  Richard Biener  <rguenther@suse.de>
15648         PR tree-optimization/79894
15649         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
15650         to NULL after folding it.
15652 2017-03-06  Richard Biener  <rguenther@suse.de>
15654         PR tree-optimization/79824
15655         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
15656         check disabling peeling for gaps.
15658 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
15660         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
15661         attributes): Document gettimeofday.
15663 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
15665         * config/s390/s390.c (s390_option_override_internal): Set
15666         PARAM_MIN_VECT_LOOP_BOUND
15668 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
15670         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
15671         * config/s390/s390.md: Likewise.
15673 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
15675         PR target/79812
15676         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
15677         (<avx2_avx512>_perm<mode>): Rename to ...
15678         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
15679         of VI8F_256_512.
15680         (<avx512>_perm<mode>_mask): Rename to ...
15681         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
15682         of VI8F_256_512.
15683         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
15684         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
15685         instead of VI8F_256_512.
15686         (avx512f_perm<mode>): New define_expand.
15687         (avx512f_perm<mode>_mask): Likewise.
15688         (avx512f_perm<mode>_1<mask_name>): New define_insn.
15689         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
15691 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
15693         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
15694         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
15695         if_then_else.
15696         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
15698 2017-03-06  Martin Liska  <mliska@suse.cz>
15700         PR sanitize/79783
15701         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
15702         when having a SSA NAME w/o VAR_DECL assigned to it.
15704 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
15706         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
15707         msa_dpsub_<su>_d): Fix MODE for vec_select.
15709 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
15711         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
15712         argument.
15713         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
15715 2017-03-06  Richard Biener  <rguenther@suse.de>
15717         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
15718         * plugin.c (register_plugin_info): Likewise.
15719         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
15721 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
15723         * config/i386/sse.md (sse_storehps, sse_storelps,
15724         avx_<castmode><avxsizesuffix>_<castmode>,
15725         avx512f_<castmode><avxsizesuffix>_<castmode>,
15726         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
15727         in condition that at least one operand is not a MEM.
15729 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
15731         PR middle-end/79805
15732         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
15733         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
15734         ECF_NOTHROW.
15735         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
15736         gimple_call_nothrow_p flag based on whether original builtin can throw.
15737         If it can, emit following stmts on the fallthrough edge.
15738         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
15739         don't create new bb if inserting just debug stmts on the edge, try to
15740         insert them on the fallthru bb or just reset debug stmts.
15742 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
15744         PR target/43763
15745         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
15746         restore recog_data (including the operand rtxes inside it) around
15747         the call to get_insn_template.
15749 2017-03-03  Martin Sebor  <msebor@redhat.com>
15751         PR tree-optimization/79699
15752         * context.c (context::~context): Free MPFR caches to avoid
15753         a memory leak on program exit.
15755 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15757         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
15758         Use wide_int::ulow () instead of .elt (0).
15760 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
15762         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
15763         (*pushxf): Limit oF constraint to 32bit targets and add oC
15764         constraint for 64bit targets.
15765         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
15766         (*pushdf): Change rmF constraint to rmC.
15768 2017-03-03  Martin Liska  <mliska@suse.cz>
15770         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
15771         Remove unused variable.
15773 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
15775         PR target/79807
15776         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
15777         is a memory operand, increase num_memory.
15778         (ix86_expand_args_builtin): Likewise.
15780 2017-03-03  Jan Hubicka  <jh@suse.cz>
15782         PR lto/79760
15783         * ipa-devirt.c (maybe_record_node): Properly handle
15784         __cxa_pure_virtual visibility.
15786 2017-03-03  Martin Liska  <mliska@suse.cz>
15788         PR tree-optimization/79803
15789         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
15790         assert.
15791         (pass_loop_prefetch::execute): Disabled optimization if an
15792         assumption about L1 cache size is not met.
15794 2017-03-03  Martin Liska  <mliska@suse.cz>
15796         PR rtl-optimization/79574
15797         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
15798         (hash_scan_set): Likewise.
15799         (dump_hash_table): Likewise.
15800         (hoist_code): Likewise.
15802 2017-03-03  Richard Biener  <rguenther@suse.de>
15804         * fixed-value.c (fixed_from_string): Restore use of elt (1)
15805         in place of uhigh ().
15806         (fixed_convert_from_real): Likewise.
15808 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
15810         PR target/79514
15811         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
15813 2017-03-03  Richard Biener  <rguenther@suse.de>
15815         PR middle-end/79818
15816         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
15817         TYPE_OVERFLOW_UNDEFINED check.
15819 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15821         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
15822         numbers.
15823         (vector_ae_<mode>_p): Likewise.
15824         (vector_nez_<mode>_p): Likewise.
15825         (vector_ne_v2di_p): Likewise.
15826         (vector_ae_v2di_p): Likewise.
15827         (vector_ne_<mode>_p): Likewise.
15828         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
15829         numbers.
15830         (vsx_tsqrt<mode>2_fe): Likewise.
15832 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
15834         PR target/79514
15835         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
15837 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
15839         PR rtl-optimization/79780
15840         * cprop.c (one_cprop_pass): When second and further conditional trap
15841         in a single basic block is turned into an unconditional trap, turn it
15842         into a deleted note to avoid RTL verification failures.
15844 2017-03-02  Richard Biener  <rguenther@suse.de>
15846         * fold-const.c (const_binop): Use ulow () instead of elt (0).
15848 2017-03-02  Richard Biener  <rguenther@suse.de>
15850         PR tree-optimization/79345
15851         PR c++/42000
15852         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
15853         param and abort the walk, returning -1 if it is hit.
15854         (walk_aliased_vdefs): Take a limit param and pass it on.
15855         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
15856         defaulting to 0 and return a signed int.
15857         * tree-ssa-uninit.c (struct check_defs_data): New struct.
15858         (check_defs): New helper.
15859         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
15860         about uninitialized memory.
15861         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
15862         bogus uninitialized warning.
15863         (fixed_convert_from_real): Likewise.
15865 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
15867         PR tree-optimization/66768
15868         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
15869         iv_use if base object can't be determined.
15871 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
15873         PR tree-optimization/79345
15874         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
15875         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
15876         (get_pattern_stats): Initialize it.
15877         * genemit.c (gen_expand): Verify match_scratch numbers come after
15878         match_operand/match_dup numbers.
15879         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
15880         match_scratch numbers.
15881         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
15882         Likewise.
15883         * config/s390/s390.md (trunctdsd2): Likewise.
15885 2017-03-02  Richard Biener  <rguenther@suse.de>
15887         * wide-int.h (wide_int_storage::operator=): Implement in terms
15888         of wi::copy.
15890 2017-03-02  Richard Biener  <rguenther@suse.de>
15892         PR tree-optimization/79777
15893         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
15894         the to insert expression to sth existing.
15896 2017-03-01  Martin Sebor  <msebor@redhat.com>
15898         PR middle-end/79692
15899         * gimple-ssa-sprintf.c
15900         (directive::known_width_and_precision): New function.
15901         (format_integer): Use it.
15902         (get_mpfr_format_length): Consider the full range of precision
15903         when computing %g output with the # flag.  Set the likely byte
15904         count to 3 rather than 1 when precision is indeterminate.
15905         (format_floating): Correct the lower bound of precision.
15907 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15909         * doc/invoke.texi: Document default code model for 64-bit Linux.
15911 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
15913         PR target/79752
15914         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
15915         udiv rather than div since input pattern is unsigned.
15917 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
15919         * config/i386/i386.c (print_reg): Warn for values of
15920         unsupported size in integer register.
15922 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
15924         PR target/79439
15925         * config/rs6000/predicates.md (current_file_function_operand): Do
15926         not allow self calls to be local if the function is replaceable.
15928 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15930         PR target/79395
15931         * config/rs6000/altivec.h (vec_ctz and others): Change the
15932         preprocessor macro that controls conditional compilation from
15933         _ARCH_PWR9 to __POWER9_VECTOR__.
15934         (vec_all_ne): Change parameterization of __altivec_scalar_pred
15935         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
15936         control (instead of _ARCH_PWR9 control) so that template
15937         definition uses power9-specific function.
15938         (vec_any_eq): Likewise.
15939         (vec_all_ne): Change macro definition to use a power9-specific
15940         expansion under #ifdef __POWER9_VECTOR__ control (instead of
15941         _ARCH_PWR9 control).
15942         (vec_any_eq) Likewise.
15943         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
15944         expansion for CMPNEF to remove support for xvcmpnesp instruction.
15945         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
15946         support for xvcmpnedp instruction.
15947         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
15948         macro expansion so that Power9 implementation of vec_all_ne does
15949         not use the AltiVec predicate framework.
15950         (VCMPNEH_P): Likewise.
15951         (VCMPNEW_P): Likewise.
15952         (VCMPNED_P): Likewise.
15953         (VCMPNEFP_P): Likewise.
15954         (VCMPNEDP_P): Likewise.
15955         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
15956         implementation of vec_any_eq to not use AltiVec predicate
15957         framework.
15958         (VCMPAEH_P): Likewise.
15959         (VCMPAEW_P): Likewise.
15960         (VCMPAED_P): Likewise.
15961         (VCMPAEFP_P): Likewise.
15962         (VCMPAEDP_P): Likewise.
15963         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
15964         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
15965         not use the AltiVec predicate framework.
15966         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
15967         of vec_any_eq to not use AltiVec predicate framework.
15968         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
15969         support for predefined __POWER9_VECTOR__ macro to indicate that
15970         Power9 instruction selection is enabled.
15971         (altivec_overloaded_builtins): Remove extraneous
15972         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
15973         function argument types RS6000_BTI_bool_V16QI and
15974         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
15975         entry for overloaded function argument types RS6000_BTI_bool_V4SI
15976         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
15977         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
15978         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
15979         Power9 for implementations of vec_cmpne.  Change the signature for
15980         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
15981         (representing vec_all_ne) to remove the previously described first
15982         argument of type RS6000_BTI_INTSI, as this was an artifact of
15983         reliance on the AltiVec predicate framework, which is no longer
15984         used in the implementation of these functions.  Add
15985         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
15986         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
15987         since, unlike the AltiVec predicate framework implementation, we
15988         do not share function descriptors between vec_alle and vec_anyeq.
15989         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
15990         set of modes that receive special treatment even when
15991         TARGET_P9_VECTOR is true.  The special treatment emits code that
15992         does not depend on Power9 instructions.
15993         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
15994         define_expand to not rely on AltiVec predicate framework.
15995         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
15996         function.
15997         (vector_ne_v2di_p): Change this define_expand to not rely on
15998         AltiVec predicate framework.
15999         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
16000         function.
16001         (vector_ne_<mode>_p): Change this define_expand to not rely on
16002         AltiVec predicate framework.
16003         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
16004         function.
16005         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
16006         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
16007         define_insn pattern.
16008         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
16009         define_insn pattern because the xvcmpne<VSs>. instruction is not
16010         supported.
16011         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
16012         instruction is not supported.
16014 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
16016         * config/nvptx/nvptx.c: Include intl.h.
16018 2017-03-01  Martin Jambor  <mjambor@suse.cz>
16020         PR lto/78140
16021         * ipa-prop.h (ipa_bits): Removed field known.
16022         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
16023         to pointers.  Adjusted their comments to warn about their sharing.
16024         (ipcp_transformation_summary): Change bits to a vector of pointers.
16025         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
16026         (ipa_get_ipa_bits_for_value): Declare.
16027         * tree-vrp.h (value_range): Mark as GTY((for_user)).
16028         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
16029         (ipa_bits_hash_table): Likewise.
16030         (ipa_vr_ggc_hash_traits): Likewise.
16031         (ipa_vr_hash_table): Likewise.
16032         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
16033         being pointers and vr_known being removed.
16034         (ipa_set_jf_unknown): Likewise.
16035         (ipa_get_ipa_bits_for_value): New function.
16036         (ipa_set_jfunc_bits): Likewise.
16037         (ipa_get_value_range): New overloaded functions.
16038         (ipa_set_jfunc_vr): Likewise.
16039         (ipa_compute_jump_functions_for_edge): Use the above functions to
16040         construct bits and vr parts of jump functions.
16041         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
16042         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
16043         exist.
16044         (ipcp_grow_transformations_if_necessary): Also allocate
16045         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
16046         exist.
16047         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
16048         them.  Fix too long lines.
16049         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
16050         vr_known being removed.
16051         (ipa_read_jump_function): Use new setter functions to construct bits
16052         and vr parts of jump functions or set them to NULL.
16053         (write_ipcp_transformation_info): Adjust for bits being pointers.
16054         (read_ipcp_transformation_info): Likewise.
16055         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
16056         space.
16057         Include gt-ipa-prop.h.
16058         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
16059         being pointers.
16060         (ipcp_store_bits_results): Likewise.
16061         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
16062         Do not write to existing jump functions but use a temporary instead.
16064 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
16066         PR c++/79681
16067         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
16068         attempt to use its first operand as BIT_FIELD_REF base.
16070 2017-03-01  Richard Biener  <rguenther@suse.de>
16072         PR middle-end/79721
16073         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
16074         interpolating formula in wrapping arithmetic.
16075         (chrec_apply): Convert chrec_evaluate return value to wanted type.
16077 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
16079         PR tree-optimization/79734
16080         * tree-vect-generic.c (expand_vector_condition): Optimize
16081         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
16082         Handle VEC_COND_EXPR where comparison has different inner width from
16083         type's inner width.
16085 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
16087         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
16088         markup, and similar issues.  Remove @opindex entries for things
16089         that aren't options.  Add missing -mmpy-option entries.
16091 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
16093         PR tree-optimization/79737
16094         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
16095         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
16096         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
16097         instead of byte_size.  Formatting fix.
16098         (shift_bytes_in_array_right): Formatting fix.
16100 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
16102         PR target/79749
16103         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
16104         condition on optimize for the leaf function test.
16106 2017-02-28  Martin Liska  <mliska@suse.cz>
16108         PR lto/79625
16109         * read-rtl-function.c (function_reader::handle_unknown_directive):
16110         Bail out when one uses -flto.
16112 2017-02-28  Martin Liska  <mliska@suse.cz>
16114         * common.opt: Replace space with tabular for options of <number>
16115         type.
16116         * config/i386/i386.opt: Show <number> value for
16117         -mlarge-data-threshold.
16118         * opts.c (print_filtered_help): Do not display number in hexadecimal
16119         format.
16121 2017-02-28  Martin Liska  <mliska@suse.cz>
16123         * common.opt: Fix --help=option -Q for options which are of
16124         an enum type.
16126 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
16128         * config/i386/i386.c (print_reg): Error out for values
16129         of 8-bit size in invalid integer register.
16131 2017-02-28  Martin Sebor  <msebor@redhat.com>
16133         PR tree-optimization/79691
16134         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
16136 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
16138         PR target/79729
16139         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
16140         gcc_unreachable with output_operand_lossage.
16142 2017-02-28  Richard Biener  <rguenther@suse.de>
16144         PR tree-optimization/79740
16145         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
16146         inserts.
16147         (visit_nary_op): Insert the nary into the hashtable if we
16148         pattern-matched sth.
16149         * tree-ssa-pre.c (eliminate_insert): Robustify.
16151 2017-02-28  Richard Biener  <rguenther@suse.de>
16153         PR middle-end/79731
16154         * fold-const.c (decode_field_reference): Reject out-of-bound
16155         accesses.
16157 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
16159         * config/i386/i386.c: Include intl.h.
16160         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
16161         instead of just cond ? "..." : "...".
16162         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
16163         * coverage.c (read_counts_file): Likewise.
16164         * omp-offload.c: Include intl.h.
16165         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
16166         of just cond ? "..." : "...".
16167         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
16168         of just cond ? "..." : "...".
16170 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
16172         PR target/79742
16173         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
16174         entry, if present.
16175         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
16176         'tune for' CPU name.
16177         * config/arm/arm-cpu-data.h: Regenerated.
16179 2017-02-28  Richard Biener  <rguenther@suse.de>
16181         PR tree-optimization/79732
16182         * tree-inline.c (expand_call_inline): Do not shadow var.
16184 2017-02-28  Richard Biener  <rguenther@suse.de>
16186         PR tree-optimization/79723
16187         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
16188         address-space properly.
16190 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
16192         * doc/optinfo.texi (Optimization groups): Fix option used for
16193         OPTGROUP_ALL.
16194         * doc/invoke.texi (-fopt-info): Document "omp".
16195         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
16196         (OPTGROUP_ALL): Add OPTGROUP_OMP.
16197         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
16198         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
16199         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
16201         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
16202         all users.
16203         * dumpfile.c (optgroup_options): Instead of "openmp", associate
16204         OPTGROUP_OMP with "omp".
16206 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
16208         PR target/79544
16209         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
16210         for arithmetic shift of unsigned V2DI.
16212 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
16214         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
16215         arc/linux.h headers.
16216         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
16217         (LINK_SPEC): Likewise.
16218         (ARC_TLS_EXTRA_START_SPEC): Likewise.
16219         (EXTRA_SPECS): Likewise.
16220         (STARTFILE_SPEC): Likewise.
16221         (ENDFILE_SPEC): Likewise.
16222         (LIB_SPEC): Likewise.
16223         (TARGET_SDATA_DEFAULT): Likewise.
16224         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
16225         (MULTILIB_DEFAULTS): Likewise.
16226         (DWARF2_UNWIND_INFO): Likewise.
16227         * config/arc/big.h: New file.
16228         * config/arc/elf.h: Likewise.
16229         * config/arc/linux.h: Likewise.
16230         * config/arc/t-uClibc: Remove.
16232 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
16234         PR tree-optimization/77536
16235         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
16236         (tree_transform_and_unroll_loop): Use above function to compute the
16237         estimated niter of unrolled loop and use it when scaling profile.
16238         Also use count info rather than frequency if it's non-zero.
16239         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
16240         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
16241         (vect_transform_loop): Call above function.
16243 2017-02-27  Richard Biener  <rguenther@suse.de>
16245         PR tree-optimization/45397
16246         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
16247         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
16248         (visit_nary_op): Add pattern matching for CSEing sign-changed
16249         or truncated operations with wider ones.
16251 2017-02-27  Richard Biener  <rguenther@suse.de>
16253         PR tree-optimization/79690
16254         * tree-vect-stmts.c (vectorizable_store): Use vector type
16255         built from the DR with address-space.
16257 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
16259         * doc/invoke.texi (Optimize Options): Refine the description
16260         of asan-use-after-return.
16262 2017-02-25  Alan Modra  <amodra@gmail.com>
16264         PR rtl-optimization/79584
16265         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
16266         base, not ad->base_term, the reg within base.  Remove assertion
16267         that ad->base == ad->base_term.  Replace gen_int_mode using
16268         bogus mode with const0_rtx.
16270 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
16272         PR middle-end/79396
16273         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
16274         FMA_EXPR like tcc_binary or tcc_unary.
16276         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
16278         PR debug/77589
16279         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
16280         bitfield.
16281         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
16282         (output_loc_operands): Handle DW_OP_call_ref and
16283         DW_OP_GNU_variable_value.
16284         (struct variable_value_struct): New type.
16285         (struct variable_value_hasher): Likewise.
16286         (variable_value_hash): New variable.
16287         (string_types): Remove.
16288         (copy_loc_descr): New function.
16289         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
16290         (prepend_loc_descr_to_each): New function.
16291         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
16292         instead of add_loc_descr_to_each if the first argument is single
16293         location list and the second has multiple.
16294         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
16295         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
16296         when looking for variable value which doesn't have other location info.
16297         (loc_list_from_tree): Formatting fix.
16298         (gen_array_type_die): Simplify DW_AT_string_length handling.
16299         (adjust_string_types): Remove.
16300         (gen_subprogram_die): Don't call adjust_string_types nor test/set
16301         string_types.  Call resolve_variable_values.
16302         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
16303         (resolve_addr_in_expr): Likewise.  Add A argument.
16304         (copy_deref_exprloc): Remove deref argument.  Adjust for the
16305         original expression being DW_OP_GNU_variable_value with optionally
16306         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
16307         optionally after it.
16308         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
16309         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
16310         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
16311         (variable_value_hasher::hash, variable_value_hasher::equal): New
16312         methods.
16313         (resolve_variable_value_in_expr, resolve_variable_value,
16314         resolve_variable_values, note_variable_value_in_expr,
16315         note_variable_value): New functions.
16316         (dwarf2out_early_finish): Call note_variable_value on all toplevel
16317         DIEs.
16319 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
16321         PR c/79677
16322         * opts.h (handle_generated_option): Add GENERATED_P argument.
16323         * opts-common.c (handle_option): Adjust function comment.
16324         (handle_generated_option): Add GENERATED_P argument, pass it to
16325         handle_option.
16326         (control_warning_option): Pass false to handle_generated_option
16327         GENERATED_P.
16328         * opts.c (maybe_default_option): Pass true to handle_generated_option
16329         GENERATED_P.
16330         * optc-gen.awk: Likewise.
16332 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16334         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
16335         a REG, look at the REG it is a SUBREG of.
16336         (splitter for cmpeqsi_t): Ditto.
16338 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16340         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
16341         the special USEs with the pattern of the insn, not the insn itself.
16343 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
16345         PR target/79473
16346         * doc/invoke.texi: Document -mload-store-pairs.
16348 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16349             Sandra Loosemore  <sandra@codesourcery.com>
16351         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
16352         argument isn't a CONST_INT.
16353         (nios2_alternate_compare_const): Assert op is a CONST_INT.
16354         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
16355         (nios2_validate_compare): Bypass alternate compare logic if *op2
16356         is not a CONST_INT.
16357         (ldstwm_operation_p): Return false if first_base is not a REG or
16358         if first_offset is not a CONST_INT.
16360 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16362         * config/cris/cris.md: Use correct operand in a define_peephole2.
16364 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16366         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
16368 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16370         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
16371         this_insn if it is an INSN or JUMP_INSN.
16372         (force_offsettable): Look at base, not at addr.
16373         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
16374         on things that aren't necessarily CONST_INTs.
16376 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
16378         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
16379         -mfpmath=sse is the default also for x86-32 targets with SSE2
16380         instruction set when @option{-ffast-math} is enabled
16382 2017-02-24  Jeff Law  <law@redhat.com>
16384         PR rtl-optimizatoin/79286
16385         * ira.c (update_equiv_regs): Drop may_trap_p exception to
16386         dominance test.
16388 2017-02-24  Richard Biener  <rguenther@suse.de>
16390         PR tree-optimization/79389
16391         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
16392         debug insns.
16394 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
16396         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
16397         function comment to reflect reality.
16398         (loop_exits_before_overflow): Fix typo in function description.
16400 2017-02-24  Richard Biener  <rguenther@suse.de>
16402         PR tree-optimization/79389
16403         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
16404         properly that a threading opportunity exists.  Detect conditional
16405         copy/constant propagation opportunities.
16407 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
16409         * config/visium/visium.md (type): Add trap.
16410         (b): New mode attribute.
16411         (*btst): Rename into...
16412         (*btst<mode>): ...this and adjust.
16413         (*cbranchsi4_btst_insn): Rename into...
16414         (*cbranch<mode>4_btst_insn): ...this and adjust.
16415         (trap): New define_insn.
16417 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
16419         PR tree-optimization/79389
16420         * ifcvt.c (struct noce_if_info): Add rev_cond field.
16421         (noce_reversed_cond_code): New function.
16422         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
16423         reversed_comparison_code.  Formatting fix.
16424         (noce_try_store_flag): Test rev_cond != NULL in addition to
16425         reversed_comparison_code.
16426         (noce_try_store_flag_constants): Likewise.
16427         (noce_try_store_flag_mask): Likewise.
16428         (noce_try_addcc): Use rev_cond if non-NULL instead of
16429         reversed_comparison_code.
16430         (noce_try_cmove_arith): Likewise.  Formatting fixes.
16431         (noce_try_minmax, noce_try_abs): Clear rev_cond.
16432         (noce_find_if_block): Initialize rev_cond.
16433         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
16434         instead of false as last argument never attempt to reverse it
16435         afterwards.
16437 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
16439         PR tree-optimization/79663
16440         * tree-predcom.c (combine_chains): Process refs in reverse order
16441         only for ZERO length chains, and add explaining comment.
16443 2017-02-23  Jeff Law  <law@redhat.com>
16445         PR tree-optimization/79578
16446         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
16447         in call to operand_equal_p.
16449 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
16451         PR target/71017
16452         * config/i386/cpuid.h: Fix another undefined behavior.
16454 2017-02-23  Richard Biener  <rguenther@suse.de>
16456         PR tree-optimization/79683
16457         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
16458         vector types for data-refs.
16460 2017-02-23  Martin Liska  <mliska@suse.cz>
16462         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
16464 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
16466         PR middle-end/79665
16467         * internal-fn.c (get_range_pos_neg): Moved to ...
16468         * tree.c (get_range_pos_neg): ... here.  No longer static.
16469         * tree.h (get_range_pos_neg): New prototype.
16470         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
16471         are known to be in between 0 and signed maximum inclusive, try to
16472         expand both unsigned and signed divmod and use the cheaper one from
16473         those.
16475 2017-02-22  Jeff Law  <law@redhat.com>
16477         PR tree-optimization/79578
16478         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
16479         to compare base operands.
16481 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
16483         PR target/79211
16484         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
16485         gpc_reg_operand instead of fpr_reg_operand.
16487 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
16489         * config/mips/mips.c (mips_return_in_memory): Force FP
16490         vector types to be returned in memory for o32 ABI.
16492 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
16494         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
16495         instead of DW_TAG_member for static data member declarations and don't
16496         set no_linkage_name for static inline data members.
16497         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
16498         to DW_TAG_member.
16500 2017-02-22  Martin Liska  <mliska@suse.cz>
16502         * doc/invoke.texi: Replace inequality signs with square brackets
16503         for -Wnormalized.
16505 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16507         PR tree-optimization/68644
16508         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
16510 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
16512         PR target/78660
16513         * lra-constraints.c (simplify_operand_subreg): Handle
16514         WORD_REGISTER_OPERATIONS targets.
16516 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
16518         PR target/70465
16519         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
16520         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
16521         elimination by swapping fld*.
16523 2017-02-22  Richard Biener  <rguenther@suse.de>
16525         PR tree-optimization/79673
16526         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
16527         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
16528         irrelevant address-space qualifiers and avoiding a
16529         ADDR_SPACE_CONVERT_EXPR from fold_convert.
16531 2017-02-22  Richard Biener  <rguenther@suse.de>
16533         PR tree-optimization/79666
16534         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
16535         to not symbolically negate if that may introduce undefined
16536         overflow.
16538 2017-02-22  Martin Liska  <mliska@suse.cz>
16540         PR lto/79587
16541         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
16542         * data-streamer-out.c (streamer_write_gcov_count_stream):
16543         Likewise.
16544         * value-prof.c (stream_out_histogram_value): Make assert more
16545         precise based on type of counter.
16547 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
16549         PR target/79593
16550         * config/i386/i386.md (standard_x87sse_constant_load splitter):
16551         Use nonimmediate_operand instead of memory_operand for operand 1.
16552         (float-extend standard_x87sse_constant_load splitter): Ditto.
16554 2017-02-21  Jeff Law  <law@redhat.com>
16556         PR tree-optimization/79621
16557         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
16558         blocks with edges to themselves.
16560 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
16562         PR target/79633
16563         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
16564         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
16565         Use gimple_call_builtin_p.
16567         PR target/79570
16568         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
16569         on temporarily removed DEBUG_INSNs.
16571         PR tree-optimization/79649
16572         * tree-loop-distribution.c (classify_partition): Give up on
16573         non-generic address space loads/stores.
16575 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
16577         * doc/loop.texi (Loop manipulation): Remove nonexistent
16578         tree_ssa_loop_version from the documentation.
16579         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
16581 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
16583         PR target/79494
16584         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
16585         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
16586         * config/rs6000/rs6000.c: Include except.h.
16587         (rs6000_expand_split_stack_prologue): Call
16588         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
16590 2017-02-21  Martin Jambor  <mjambor@suse.cz>
16592         PR lto/79579
16593         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
16594         have been analyzed.
16596 2017-02-21  Martin Jambor  <mjambor@suse.cz>
16598         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
16599         for backward compatibility only.
16600         * doc/invoke.texi (Option Summary): Remove all references to
16601         -fipa-cp-alignment.
16603 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
16605         PR target/78660
16606         Revert:
16607         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
16609         * lra-constraints.c (curr_insn_transform): Handle
16610         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
16612 2017-02-21  Martin Liska  <mliska@suse.cz>
16614         * config/i386/i386.opt: Replace -masm-dialect with -masm.
16616 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
16618         PR translation/79638
16619         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
16621 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
16623         PR ada/67205
16624         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
16625         (arm_function_ok_for_sibcall): Return false for an indirect call by
16626         descriptor if all the argument registers are used.
16627         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
16628         alignment of the function.
16630 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
16632         PR tree-optimization/61441
16633         * simplify-rtx.c (simplify_const_unary_operation): For
16634         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
16635         the sNaN unmodified.
16637 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16639         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
16640         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
16641         instead of SYSTEM_HEADER_DIR.
16643 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
16644             Martin LiÅ¡ka  <mliska@suse.cz>
16646         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
16647         Fix typos and grammar, use active voice, and clarify.
16649 2017-02-20  Marek Polacek  <polacek@redhat.com>
16651         PR middle-end/79537
16652         * gimplify.c (gimplify_expr): Handle unused *&&L;.
16654         PR sanitizer/79558
16655         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
16657 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
16659         PR target/79568
16660         * config/i386/i386.c (ix86_expand_builtin): Handle
16661         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
16662         ix86_builtins_isa[fcode].isa as a requirement of those
16663         flags and any other flag in the bitmask.
16664         (ix86_init_mmx_sse_builtins): Use 0 instead of
16665         ~OPTION_MASK_ISA_64BIT as mask.
16666         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
16667         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
16668         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
16669         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
16671 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
16673         PR target/78012
16674         * lra-constraints.c (split_reg): Check requested split mode
16675         is supported by the register.
16677 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
16679         * lra-constraints.c (simplify_operand_subreg): Remove early
16680         return false.
16682 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
16684         PR target/78660
16685         * lra-constraints.c (curr_insn_transform): Tighten condition
16686         for converting SUBREG reloads from OP_OUT to OP_INOUT.
16688 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
16690         PR target/78660
16691         * lra-constraints.c (curr_insn_transform): Handle
16692         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
16694 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
16696         Revert:
16697         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
16699         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
16701 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
16703         PR c++/69523
16704         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
16705         description.
16707 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
16709         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
16710         for FMA_EXPR.
16712 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
16714         * final.c (last_columnnum, override_columnnum): New variables.
16715         (final_start_function): Set last_columnnum, pass it to begin_prologue
16716         hook and pass 0 to dwarf2out_begin_prologue.
16717         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
16718         to source_line debug hook.
16719         (notice_source_line): Compute last_columnnum and for debug_column_info
16720         return true on column changes.
16721         * debug.h (struct gcc_debug_hooks): Add column argument to
16722         source_line and begin_prologue hooks.
16723         (debug_nothing_int_charstar_int_bool): Remove prototype.
16724         (debug_nothing_int_int_charstar,
16725         debug_nothing_int_int_charstar_int_bool): New prototypes.
16726         (dwarf2out_begin_prologue): Add column argument.
16727         * debug.c (do_nothing_debug_hooks): Adjust source_line and
16728         begin_prologue hooks.
16729         (debug_nothing_int_charstar_int_bool): Remove.
16730         (debug_nothing_int_int_charstar,
16731         debug_nothing_int_int_charstar_int_bool): New functions.
16732         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
16733         through to dwarf2out_source_line.
16734         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
16735         (dwarf2out_source_line): Add column argument, emit it if requested.
16736         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
16737         arguments.
16738         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
16739         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
16740         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
16741         through to dwarf2out_begin_prologue.
16742         (vmsdbgout_source_line): Add column argument, pass it through to
16743         dwarf2out_source_line.
16744         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
16745         dbxout_source_line caller.
16746         (dbxout_source_line): Add column argument.
16748         * common.opt (gno-column-info, gcolumn-info): New options.
16749         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
16750         (check_die): Also test for multiple DW_AT_decl_column attributes.
16751         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
16752         DW_AT_decl_column if requested.
16753         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
16754         if requested.
16755         (gen_variable_die): Likewise.
16756         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
16757         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
16759         PR target/79569
16760         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
16761         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
16762         (ix86_handle_option): Handle OPT_m3dnowa.
16763         * doc/invoke.texi (-m3dnowa): Document.
16764         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
16765         -m3dnowa instead of -m3dnow -march=athlon.
16767         PR target/79559
16768         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
16769         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
16771 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16773         PR target/79261
16774         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
16775         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
16776         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
16777         generator for vsx_xxpermdi_<mode>_be.
16778         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
16779         force big-endian semantics.
16780         (vsx_xxpermdi_<mode>_be): New define_expand with same
16781         implementation as previous version of vsx_xxpermdi_<mode>.
16783 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
16785         PR tree-optimization/79327
16786         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
16787         variable, its initialization and use.
16789 2017-02-17  Julia Koval  <julia.koval@intel.com>
16791         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
16792         (OPTION_MASK_ISA_PKU_UNSET): New.
16793         (ix86_handle_option): Handle -mrdpid.
16794         * config/i386/cpuid.h (bit_RDPID): New.
16795         * config/i386/driver-i386.c (host_detect_local_cpu):
16796         Detect RDPID feature.
16797         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
16798         * config/i386/i386-c.c (ix86_target_macros_internal):
16799         Handle RDPID flag.
16800         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
16801         (ix86_valid_target_attribute_inner_p): Add "rdpid".
16802         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
16803         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
16804         * config/i386/i386.md (define_insn "rdpid"): New.
16805         * config/i386/i386.opt Add -mrdpid.
16806         * config/i386/immintrin.h (_rdpid_u32): New.
16808 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
16810         PR rtl-optimization/79541
16811         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
16812         instead of transforming it into USE.
16814 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
16816         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
16817         If HONOR_SNANS (SFmode) force the input to a register.
16818         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
16819         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
16820         an frsp or similar insn.
16822 2017-02-17  Martin Liska  <mliska@suse.cz>
16824         PR rtl-optimization/79577
16825         * params.def (selsched-max-sched-times): Increase minimum to 1.
16827 2017-02-17  Martin Liska  <mliska@suse.cz>
16829         PR rtl-optimization/79574
16830         * gcse.c (want_to_gcse_p): Prevent integer overflow.
16832 2017-02-17  Martin Liska  <mliska@suse.cz>
16834         PR tree-optimization/79529
16835         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
16836         ssa_defined_default_def_p to handle cases which are implicitly
16837         defined.
16838         * tree-ssa.c (ssa_defined_default_def_p): New function.
16839         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
16840         which are implicitly defined.
16841         * tree-ssa.h (ssa_defined_default_def_p): Declare.
16843 2017-02-17  Richard Biener  <rguenther@suse.de>
16845         PR middle-end/79576
16846         * params.def (max-ssa-name-query-depth): Limit to 10.
16848 2017-02-17  Richard Biener  <rguenther@suse.de>
16850         PR tree-optimization/79552
16851         * tree-ssa-structalias.c (visit_loadstore): Properly verify
16852         default defs.
16854 2017-02-17  Richard Biener  <rguenther@suse.de>
16856         PR bootstrap/79567
16857         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
16859 2017-02-17  Marek Polacek  <polacek@redhat.com>
16861         PR middle-end/79536
16862         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
16863         (fold_negate_expr): New wrapper.
16865 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
16867         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
16868         Correct terminology and de-emphasize pre-standard behavior.
16870 2017-02-16  Alan Modra  <amodra@gmail.com>
16872         PR rtl-optimization/79286
16873         * ira.c (def_dominates_uses): New function.
16874         (update_equiv_regs): Don't create an equivalence for insns that
16875         may trap where the register def does not dominate the use.
16877 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
16879         PR rtl-optimization/78127
16880         * lra.c (lra): Call lra_eliminate before finish the loop after
16881         lra_constraint.
16883 2017-02-16  Richard Biener  <rguenther@suse.de>
16885         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
16886         isl/isl_val.h.
16887         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
16888         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
16889         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
16890         (isl_val_int_from_wi): New function.
16891         (extract_affine_gmp): Rename to ...
16892         (extract_affine_wi): ... this, take a widest_int.
16893         (extract_affine_int): Just wrap extract_affine_wi.
16894         (add_param_constraints): Use isl_val_int_from_wi.
16895         (add_loop_constraints): Likewise, and extract_affine_wi.
16897 2017-02-15  Jeff Law  <law@redhat.com>
16899         PR middle-end/79521
16900         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
16901         ira_init_register_move_cost_if_necessary.
16903 2017-02-15  Martin Sebor  <msebor@redhat.com>
16905         PR middle-end/32003
16906         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
16907         removed in a prior commit.
16909 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
16911         PR tree-optimization/79347
16912         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
16913         counters during peeling.
16915 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
16917         * Makefile.in (site.exp): Remove "set ISLVER".
16919 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
16921         PR target/79487
16922         * real.c (real_from_integer): Call real_convert even for decimal.
16924 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16926         PR target/79421
16927         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
16929 2017-02-14  Andrew Pinski  <apinski@cavium.com>
16931         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
16932         cores and change the partno/implementer to be correct.
16933         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
16934         the 'B" as the implementer.
16935         * config/aarch64/aarch64-tune.md: Regenerate.
16937 2017-02-14  Carl Love  <cel@us.ibm.com>
16939         * config/rs6000/rs6000.c: Add case statement entry to make the
16940         xvcvuxdsp built-in argument unsigned.
16941         * config/rs6000/vsx.md: Fix the source and return operand types so they
16942         match the instruction definitions from the ISA document.  Fix typo
16943         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
16944         statement.
16946 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
16948         PR target/79282
16949         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
16950         member early_clobber_alts.
16951         * lra-lives.c (reg_early_clobber_p): New.
16952         (process_bb_lives): Use it.
16953         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
16954         (debug_operand_data): Initialize early_clobber_alts.
16955         (setup_operand_alternative): Set up early_clobber_alts.
16956         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
16957         alternatives to new_insn_reg.
16958         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
16959         it.
16960         (lra_update_insn_regno_info): Pass the new arg.
16962 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
16964         PR middle-end/79505
16965         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
16966         (new_oacc_loop_raw): Don't clear already cleared fields.
16968         PR target/79481
16969         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
16970         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
16971         _mm512_prefetch_i64gather_ps): New inline functions and macros.
16973 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
16975         PR target/79495
16976         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
16978 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
16980         PR target/79498
16981         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
16982         the extra instruction to the right place to store 128-bit constant
16983         when needed.
16985 2017-02-14  Martin Sebor  <msebor@redhat.com>
16987         PR middle-end/79448
16988         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
16989           warning for strings of unknown length.
16991 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
16993         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
16995 2017-02-14  Jeff Law  <law@redhat.com>
16997         PR target/79404
16998         * ira-costs.c (scan_one_insn): Initialize register move costs
16999         for pseudos seen in USE/CLOBBER insns.
17001         PR tree-optimization/79095
17002         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
17003         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
17004         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
17005         if the operands are known to be not equal, then the resulting range
17006         is ~[0,0].
17007         (intersect_ranges): If the new range is ~[0,0] and the old range is
17008         wide, then prefer ~[0,0].
17009         * tree-vrp.c (overflow_comparison_p_1): New function.
17010         (overflow_comparison_p): New function.
17011         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
17012         if NAME is used in an overflow test.
17013         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
17014         overflow check that can be expressed as an equality test, then adjust
17015         ops to be that equality test.
17017 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17019         * config/s390/s390-builtin-types.def: Remove flags argument.
17020         * config/s390/s390.c (s390_init_builtins): Likewise.
17022 2017-02-14  Martin Liska  <mliska@suse.cz>
17024         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
17025         vector.  Fix trailing white spaces.
17027 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
17029         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
17030         HFmode.
17032 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17034         PR rtl-optimization/68664
17035         * config/arm/arm.c (arm_sched_can_speculate_insn):
17036         New function.  Declare prototype.
17037         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
17039 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17041         PR rtl-optimization/68664
17042         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
17043         New function.
17044         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
17046 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
17048         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
17049         max skip bytes for function, loop and jump.
17051 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
17053         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
17054         ABS_EXPR for gimple dump.
17056 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
17058         PR target/79462
17059         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
17061         PR tree-optimization/79408
17062         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
17063         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
17064         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
17065         also if rhs1 is INTEGER_CST.
17067 2017-02-14  Richard Biener  <rguenther@suse.de>
17069         PR middle-end/79432
17070         * tree-into-ssa.c (insert_phi_nodes): When the function can
17071         have abnormal edges rewrite SSA names with broken use-def
17072         dominance out of SSA and register them for PHI insertion.
17074 2017-02-13  Martin Sebor  <msebor@redhat.com>
17076         PR middle-end/79496
17077         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
17078         clearing info.nowrite flag when snprintf size argument is a range.
17080 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
17082         * cprop.c (cprop_jump): Add missing space in string literal.
17083         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
17084         (get_constraint_for_component_ref): Likewise.
17085         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
17086         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
17087         * lra-constraints.c (process_alt_operands): Likewise.
17088         * ipa-inline.c (inline_small_functions): Likewise.
17089         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
17090         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
17091         * trans-mem.c (diagnose_tm_1_op): Likewise.
17092         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
17093         (grid_parallel_clauses_gridifiable): Likewise.
17095         * config/nvptx/mkoffload.c (process): Add space in between
17096         , and %d.
17098         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
17099         "MOD4_SSE_REGS" and "ALL_REGS".
17101         * spellcheck.c (test_data): Add , in between "foo" and "food".
17103 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
17105         PR target/79449
17106         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
17107         boundary crossing check and subsequent code generation agree.
17109 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17111         * config/aarch64/aarch64.c (has_memory_op): Delete.
17112         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
17113         has_memory_op.
17115 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
17117         PR rtl-optimization/79388
17118         PR rtl-optimization/79450
17119         * combine.c (distribute_notes): When removing TEM_INSN for which
17120         corresponding dest has last value recorded, invalidate that last
17121         value.
17123 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17125         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
17126         of explicit '@'.  Add missing assembly comment marker on branch costs
17127         printout.
17129 2017-02-13  Nathan Sidwell  <nathan@acm.org>
17131         * gengtype-lex.l (<in_struct>): Add '/'.
17133 2017-02-13  Martin Liska  <mliska@suse.cz>
17135         PR c/79471
17136         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
17138 2017-02-13  Richard Biener  <rguenther@suse.de>
17140         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
17141         Remove.
17142         * configure: Re-generate.
17143         * config.in: Likewise.
17144         * graphite-dependences.c: Simplify as if
17145         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
17146         * graphite-isl-ast-to-gimple.c: Likewise.
17147         * graphite-optimize-isl.c: Likewise.
17148         * graphite-poly.c: Likewise.
17149         * graphite-sese-to-poly.c: Likewise.
17150         * graphite.h: Likewise.
17151         * toplev.c: Include isl/version.h and use isl_version () for
17152         printing the ISL version.
17153         * doc/install.texi: Update ISL requirement.
17155 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
17157         * doc/standards.texi (Standards): Update reference to
17158         Objective-C 2.0.
17160 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
17162         * doc/extend.texi (Named Address Spaces): sourceware.org now
17163         defaults to https.
17164         * doc/install.texi (Binaries): Ditto.
17165         (Specific): Ditto.
17167 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
17169         * doc/cpp.texi: Replace "stringify"/"stringification" with C
17170         standard terminology "stringize"/"stringizing" throughout.
17171         * doc/cppinternals.texi: Likewise.
17173 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
17175         * doc/extend.texi: Fix some spelling mistakes and typos.
17176         * doc/invoke.texi: Likewise.
17178 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
17180         PR ipa/79224
17181         * params.def (inline-min-speedup) Change from 10 to 8.
17183 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
17185         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
17186         4.5.
17188 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
17190         PR ipa/79224
17191         * ipa-inline-analysis.c (get_minimal_bb): New function.
17192         (record_modified): Use it.
17193         (remap_edge_change_prob): Handle also ancestor functions.
17195 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
17197         * doc/contrib.texi (Contributors): Remove broken link into
17198         the Mauve CVS repository.
17200 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
17202         PR middle-end/79454
17203         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
17204         result computation whenever lhs doesn't have vector mode, not
17205         just when it has BLKmode.
17207 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
17209         * doc/makefile.texi (profiledbootstrap): Refer to the
17210         installation instructions only in textual form.
17212 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
17214         PR target/79295
17215         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
17217 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
17219         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
17220         (Specific): Update mingw-w64 reference.
17221         (Binaries): Ditto.
17222         (Specific): Remove broken link to Renesas RX processor.
17224 2017-02-10  Richard Biener  <rguenther@suse.de>
17226         * toplev.c (process_options): Do not mention obsolete graphite
17227         options when printing sorry message about missing graphite support.
17228         Mention -floop-nest-optimize.
17230 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
17232         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
17233         (vtst_p16): Likewise.
17234         (vtstq_p8): Likewise.
17235         (vtstq_p16): Likewise.
17236         (vtst_p64): New.
17237         (vtstq_p64): Likewise.
17238         * config/arm/arm_neon.h (vgetq_lane_p64): New.
17239         (vset_lane_p64): New.
17240         (vsetq_lane_p64): New.
17242 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
17244         PR tree-optimization/79411
17245         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
17246         stmt operands are SSA_NAMEs used in abnormal phis.
17247         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
17248         phis.
17250 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
17252         PR ipa/70795
17253         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
17254         flag if needed.
17256 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
17258         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
17260 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
17262         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
17263         to avoid warning.
17265         PR c/79413
17266         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
17267         not arbitrary TREE_CONSTANT.
17269         PR c/79431
17270         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
17271         "omp declare target link" attribute unless is_global_var.
17272         * omp-offload.c (find_link_var_op): Likewise.
17274 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
17275             Chung-Lin Tang  <cltang@codesourcery.com>
17277         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
17278         OMP_CLAUSE_TILE.
17279         (gimplify_adjust_omp_clauses): Don't delete TILE.
17280         (gimplify_omp_for): Deal with TILE.
17281         * internal-fn.c (expand_GOACC_TILE): New function.
17282         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
17283         (GOACC_TILE): New.
17284         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
17285         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
17286         element fields.
17287         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
17288         avoid DIV for outermost collapse var.
17289         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
17290         Remove out of date comments, fix whitespace.
17291         * omp-general.c (omp_extract_for_data): Deal with tiling.
17292         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
17293         adjust OLF_DIM_BASE value.
17294         (struct omp_for_data): Add tiling field.
17295         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
17296         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
17297         for auto loops.  Remove default auto determining, moved to
17298         oacc_loop_fixed_partitions.
17299         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
17300         stmts, add e_mask field.
17301         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
17302         (oacc_thread_numbers): Use oacc_dim_call.
17303         (oacc_xform_tile): New.
17304         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
17305         (finish_oacc_loop): Adjust for ifns vector.
17306         (oacc_loop_discover_walk): Append loop abstraction sites to list,
17307         add case for GOACC_TILE fns.
17308         (oacc_loop_xform_loop): Delete.
17309         (oacc_loop_process): Iterate over call list directly, and add
17310         handling for GOACC_TILE fns.
17311         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
17312         dump partitioning.
17313         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
17314         vector partitioning to outer loops.  Assign 2 partitions to loops
17315         when available. Add TILE handling.
17316         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
17317         (execite_oacc_device_lower): Process GOACC_TILE fns,
17318         ignore unknown specs.
17319         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
17320         * tree.c (omp_clause_num_ops): Adjust TILE ops.
17321         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
17323 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
17325         * configure.ac (ACX_BUGURL): Update.
17326         * configure: Regenerate.
17328 2017-02-09  Richard Biener  <rguenther@suse.de>
17330         PR tree-optimization/69823
17331         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
17332         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
17334 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
17336         * config/arc/arc-c.def: Add __NPS400__ definition.
17337         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
17338         (TARGET_NPS400): Define.
17340 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
17342         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
17343         file.
17344         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
17345         pointer, arch_info.
17346         (arc_cpu_types): Fill the arch_info field with a pointer into the
17347         arc_arch_types table.
17348         (arc_selected_cpu): Declare.
17349         * config/arc/arc.c (arc_selected_cpu): Make global.
17350         (arc_selected_arch): Delete.
17351         (arc_base_cpu): Delete.
17352         (arc_override_options): Remove references to deleted variables,
17353         update access to arch information.
17354         (ARC_OPT): Update access to arch information.
17355         (ARC_OPTX): Likewise.
17356         * config/arc/arc.h (arc_base_cpu): Remove declaration.
17357         (TARGET_ARC600): Update access to arch information.
17358         (TARGET_ARC601): Likewise.
17359         (TARGET_ARC700): Likewise.
17360         (TARGET_EM): Likewise.
17361         (TARGET_HS): Likewise.
17362         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
17363         information.
17365 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
17367         PR target/78604
17368         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
17369         condition/operands for integer GE/LE/GEU/LEU operations.
17371 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
17373         PR translation/79397
17374         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
17375         of AltiVec.
17377 2017-02-08  Martin Jambor  <mjambor@suse.cz>
17379         PR ipa/79375
17380         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
17381         whether allocation happened.
17382         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
17383         nothing was allocated.
17385 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
17387         PR tree-optimization/79408
17388         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
17389         constant, but SSA_NAME with a known integer range, use the minimum
17390         of that range instead of op1 to determine if modulo can be replaced
17391         with its first operand.
17393 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17395         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
17397 2017-02-08  Richard Biener  <rguenther@suse.de>
17399         PR tree-optimization/71824
17400         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
17401         Check all loops contained in the merged region.
17403 2017-02-07  Andrew Pinski  <apinski@cavium.com>
17405         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
17407 2017-02-07  Andrew Pinski  <apinski@cavium.com>
17409         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
17410         (thunderxt88): Likewise.
17411         (thunderxt81): Disable LSE and change v8.1 to v8.
17412         (thunderxt83): Likewise.
17414 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
17415             Richard Biener  <rguenther@suse.de>
17417         PR middle-end/79399
17418         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
17419         type from int to size_t.
17420         * ira-costs.c (struct_costs_size): Change type from int to size_t.
17422 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
17424         PR rtl-optimization/79386
17425         * cprop.c (bypass_conditional_jumps): Initialize
17426         bypass_last_basic_block already before splitting bbs after
17427         unconditional traps...
17428         (bypass_conditional_jumps): ... rather than here.
17430         PR target/79299
17431         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
17432         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
17433         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
17434         fix -masm=intel patterns.
17436 2017-02-07  Richard Biener  <rguenther@suse.de>
17438         PR tree-optimization/79256
17439         PR middle-end/79278
17440         * builtins.c (get_object_alignment_2): Use min_align_of_type
17441         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
17442         and ADJUST_FIELD_ALIGN.
17444         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
17445         type parameter.
17446         * doc/tm.texi: Regenerate.
17447         * stor-layout.c (layout_decl): Adjust.
17448         (update_alignment_for_field): Likewise.
17449         (place_field): Likewise.
17450         (min_align_of_type): Likewise.
17451         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
17452         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
17453         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
17454         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
17455         * config/frv/frv.c (frv_adjust_field_align): Likewise.
17456         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
17457         * config/i386/i386.c (x86_field_alignment): Likewise.
17458         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
17459         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
17460         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
17461         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
17462         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
17463         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
17464          Likewise.
17466         Revert
17467         2017-01-30  Richard Biener  <rguenther@suse.de>
17469         PR tree-optimization/79256
17470         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
17471         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
17472         alignment on TYPE.
17474 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
17476         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
17477         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
17478         builtins to SImode and emit a zero-extend, if necessary.
17480 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
17482         * docs/invoke.texi (RISC-V Options): Alphabetize.
17484 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
17486         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
17487         options.
17489 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
17491         * config/riscv/riscv.c: New file.
17492         * common/config/riscv/riscv-common.c: Likewise.
17493         * config.gcc: Likewise.
17494         * config/riscv/constraints.md: Likewise.
17495         * config/riscv/elf.h: Likewise.
17496         * config/riscv/generic.md: Likewise.
17497         * config/riscv/linux.h: Likewise.
17498         * config/riscv/multilib-generator: Likewise.
17499         * config/riscv/peephole.md: Likewise.
17500         * config/riscv/pic.md: Likewise.
17501         * config/riscv/predicates.md: Likewise.
17502         * config/riscv/riscv-builtins.c: Likewise.
17503         * config/riscv/riscv-c.c: Likewise.
17504         * config/riscv/riscv-ftypes.def: Likewise.
17505         * config/riscv/riscv-modes.def: Likewise.
17506         * config/riscv/riscv-opts.h: Likewise.
17507         * config/riscv/riscv-protos.h: Likewise.
17508         * config/riscv/riscv.h: Likewise.
17509         * config/riscv/riscv.md: Likewise.
17510         * config/riscv/riscv.opt: Likewise.
17511         * config/riscv/sync.md: Likewise.
17512         * config/riscv/t-elf-multilib: Likewise.
17513         * config/riscv/t-linux: Likewise.
17514         * config/riscv/t-linux-multilib: Likewise.
17515         * config/riscv/t-riscv: Likewise.
17516         * configure.ac: Likewise.
17517         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
17518         Waterman as RISC-V maintainers.
17519         * doc/install.texi: Add RISC-V entries.
17520         * doc/invoke.texi: Add RISC-V options section.
17521         * doc/md.texi: Add RISC-V constraints section.
17522         * configure: Regenerated.
17524 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
17526         PR target/66144
17527         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
17528         false values to be constant vectors with all 0 or all 1 bits set.
17529         (vcondu<mode><mode>): Likewise.
17530         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
17531         predicate.
17532         (fpmask_comparison_operator): Update comment.
17533         (vecint_comparison_operator): New predicate.
17534         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
17535         vector conditionals when the true and false values are constant
17536         vectors with all 0 bits or all 1 bits set.
17538 2017-02-06  Martin Sebor  <msebor@redhat.com>
17540         PR  tree-optimization/79376
17541         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
17543 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
17545         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
17546         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
17547         to simplify split condition.
17549 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
17551         * omp-expand.c (oxpand_omp_atomic_fetch_op,
17552         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
17553         false.
17555 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
17557         PR rtl-optimization/68664
17558         * target.def (can_speculate_insn): New hook.
17559         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
17560         * doc/tm.texi: Regenerate.
17561         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
17562         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
17563         (rs6000_sched_can_speculate_insn): New function.
17565 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
17567         PR tree-optimization/79284
17568         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
17569         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
17570         vectorizable_mask_load_store, vectorizable_operation,
17571         vect_is_simple_cond, get_same_sized_vectype): Use it instead
17572         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
17573         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
17574         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
17575         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
17576         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
17577         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
17578         is_gimple_assign (stmt).  Replace another such test with
17579         is_gimple_assign (stmt).
17581 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
17583         PR target/78883
17584         * config/avr/avr.c (rtl-iter.h): Include it.
17585         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
17586         (avr_legitimate_combined_insn): ...and implementation.
17588 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17590         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
17591         * config/s390/s390.c (s390_const_operand_ok)
17592         (s390_canonicalize_comparison, s390_extract_part)
17593         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
17594         (s390_contiguous_bitmask_p, s390_rtx_costs)
17595         (legitimize_pic_address): Likewise.
17596         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
17597         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
17598         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
17599         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
17600         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
17602 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
17604         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
17605         REGNO($0) == REGNO($1).
17607 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17609         * config/s390/linux.h(SIZE_TYPE): Add comment.
17611 2017-02-06  Julian Brown  <julian@codesourcery.com>
17612             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
17613             Virendra Pathak  <virendra.pathak@broadcom.com>
17615         * config/aarch64/aarch64-cores.def: Change the scheduler
17616         to Thunderx2t99.
17617         * config/aarch64/aarch64.md: Include thunderx2t99.md.
17618         * config/aarch64/thunderx2t99.md: New file.
17620 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
17622         * doc/standards.texi (Go Language): Update link to language
17623         standard.
17625 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
17627         * tree-eh.c (lower_resx): Sanitize profile.
17628         (cleanup_empty_eh_move_lp): Likewise.
17630 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
17632         PR tree-ssa/79347
17633         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
17634         ELSE_PROB.
17635         * cfgloopmanip.h (loop_version): Update prototype.
17636         * modulo-sched.c (sms_schedule): Update call of loop_version.
17637         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
17638         * tree-parloops.c (gen_parallel_loop): Likewise.
17639         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
17640         * tree-ssa-loop-split.c (split_loop): Likewise.
17641         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
17642         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
17644 2017-02-05  Martin Liska  <mliska@suse.cz>
17646         PR bootstrap/78985
17647         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
17648         variable to NULL.
17649         (print_operand_address): Initialize a struct to zero.
17651 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
17653         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
17654         garbage collector only in textual form.
17656 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
17658         * doc/extend.texi (x86 specific memory model extensions for
17659         transactional memory): Simplify a phrase.
17661 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
17663         PR target/79353
17664         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
17665         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
17666         (atomic_storedi_1): Likewise.
17668 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
17670         PR tree-optimization/79338
17671         * tree-parloops.c (gather_scalar_reductions): Don't call
17672         vect_analyze_loop_form for loop->inner before destroying loop's
17673         loop_vinfo.
17675 2017-02-03  Martin Sebor  <msebor@redhat.com>
17677         PR tree-optimization/79327
17678         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
17679         when precision has resulted in leading zeros.
17680         (format_integer): Adjust the likely counter to assume an unknown
17681         argument that may be zero is non-zero.
17683 2017-02-03  Jason Merrill  <jason@redhat.com>
17685         PR c++/78689
17686         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
17687         avoid copying non-taken branch.
17689 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
17691         PR tree-optimization/79340
17692         * tree-vect-loop.c (vectorizable_reduction): Release
17693         vec_defs elements after safe_splicing them into other vectors.
17694         Formatting fixes.
17696         PR tree-optimization/79327
17697         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
17698         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
17699         dirtype.
17700         (format_integer): Use wide_int_to_tree instead of build_int_cst
17701         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
17702         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
17703         of shortest and longest sequence.
17705 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
17707         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
17708         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
17710 2017-02-03  Walter Lee  <walt@tilera.com>
17712         PR target/78862
17713         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
17714         after initial stackframe link reg save.
17715         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
17717 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
17719         PR target/79354
17720         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
17721         wu for stxssp alternative.
17723 2017-02-03  Martin Sebor  <msebor@redhat.com>
17725         PR tree-optimization/79352
17726         * gimple-fold.c (get_range_strlen): Add argument.
17727         (get_range_strlen): Change return type to bool.
17728         (get_maxval_strlen): Pass in a dummy argument.
17729         * gimple-fold.h (get_range_strlen): Change return type to bool.
17730         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
17731         * tree.h (array_at_struct_end_p): Add argument.
17732         * tree.c (array_at_struct_end_p): Handle it.
17734 2017-02-03  Martin Liska  <mliska@suse.cz>
17736         PR lto/66295
17737         * multiple_target.c (create_dispatcher_calls): Redirect edge
17738         from a caller of a dispatcher.
17739         (expand_target_clones): Make the clones local.
17740         (ipa_target_clone): Do both target clones and resolvers.
17741         (ipa_dispatcher_calls): Remove the pass.
17742         (pass_dispatcher_calls::gate): Likewise.
17743         (make_pass_dispatcher_calls): Likewise.
17744         * passes.def (pass_target_clone): Put as very first IPA early
17745         pass.
17747 2017-02-03  Martin Liska  <mliska@suse.cz>
17749         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
17750         in case of a function with ifunc attribute.
17752 2017-02-03  Martin Liska  <mliska@suse.cz>
17754         * cgraph.c (cgraph_node::dump): Dump function version info.
17755         * symtab.c (symtab_node::dump_base): Add missing new line.
17757 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
17759         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
17760         (ifcombine_ifandif): Use it.
17762 2017-02-03  Martin Liska  <mliska@suse.cz>
17764         * doc/invoke.texi: Document default value for
17765         use-after-scope-direct-emission-threshold.
17767 2017-02-03  Martin Liska  <mliska@suse.cz>
17769         PR tree-optimization/79339
17770         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
17771         (format_floating): Likewise.
17773 2017-02-03  Martin Liska  <mliska@suse.cz>
17775         PR ipa/79337
17776         * ipa-prop.c (ipa_node_params_t::insert): Remove current
17777         implementation.
17778         (ipa_node_params_t::remove): Likewise.
17779         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
17780         initialization from removed ipa_node_params_t::insert.
17781         (ipa_node_params::~ipa_node_params): Move from removed
17782         ipa_node_params_t::release.
17783         * symbol-summary.h (symbol_summary::m_released): New member.
17784         Do not release a summary twice.  Do not allow to call finalizer
17785         for types of a summary that live in GGC memory.
17787 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
17789         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
17790         cmp_branch fusion.
17792 2017-02-02  Martin Sebor  <msebor@redhat.com>
17794         PR middle-end/79275
17795         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
17796         (format_string): Tighten up the range of output for non-constant
17797         strings and correct the expected range for wide non-constant strings.
17799 2017-02-02  Martin Sebor  <msebor@redhat.com>
17801         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
17803         PR middle-end/32003
17804         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
17805         index.
17806         (-fdump-tree-@var): Add to index and document how to come up
17807         with pass-specific option and dump file names.
17808         (-fdump-passes): Clarify where to look for output.
17810 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
17812         PR middle-end/77445
17813         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
17814         statistics of the analyzed path; allow threading for speed when
17815         any of BBs along the path are optimized for speed.
17817 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
17819         PR middle-end/78468
17820         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
17821         settings of the virtual registers.
17823         Revert again
17824         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17826         * explow.c (get_dynamic_stack_size): Take known alignment of stack
17827         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
17828         needed.
17830 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17832         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
17833         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
17835 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17837         * config/s390/s390.md: Add missing comments with the expanded
17838         mnemonics.
17839         * config/s390/vector.md: Likewise.
17840         * config/s390/vx-builtins.md: Likewise.
17842 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
17844         PR target/79197
17845         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
17846         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
17847         conditions on a single line.
17849 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17851         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
17852         __S390_VX__ to __VX__.
17854 2017-02-01  Andrew Pinski  <apinski@cavium.com>
17856         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
17857         stmt_info to record_stmt_cost.
17858         (vect_get_known_peeling_cost): Pass stmt_info if known to
17859         record_stmt_cost.
17860         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
17861         cpu_vector_cost field into
17862         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
17863         field into vec_int_stmt_cost and vec_fp_stmt_cost.
17864         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
17865         splitting of scalar_stmt_cost and vec_stmt_cost.
17866         (thunderx_vector_cost): Likewise.
17867         (cortexa57_vector_cost): LIkewise.
17868         (exynosm1_vector_cost): Likewise.
17869         (xgene1_vector_cost): Likewise.
17870         (thunderx2t99_vector_cost): Improve after the splitting of the two
17871         fields.
17872         (aarch64_builtin_vectorization_cost): Update for the splitting of
17873         scalar_stmt_cost and vec_stmt_cost.
17875 2017-02-01  Torvald Riegel  <triegel@redhat.com>
17876             Richard Henderson  <rth@redhat.com>
17878         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
17879         conditional on existance of a fast atomic load.
17880         * optabs-query.c (can_atomic_load_p): New function.
17881         * optabs-query.h (can_atomic_load_p): Declare it.
17882         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
17883         no fast atomic load is available for the particular size of access.
17884         (expand_atomic_compare_and_swap): Likewise.
17885         (expand_atomic_load): Likewise.
17886         (expand_atomic_store): Likewise.
17887         (expand_atomic_fetch_op): Likewise.
17888         * testsuite/lib/target-supports.exp
17889         (check_effective_target_sync_int_128): Remove x86 because it provides
17890         no fast atomic load.
17891         (check_effective_target_sync_int_128_runtime): Likewise.
17893 2017-02-01  Richard Biener  <rguenther@suse.de>
17895         * graphite.c: Include tree-vectorizer.h for find_loop_location.
17896         (graphite_transform_loops): Provide opt-info for optimized nests.
17897         * tree-parloop.c (parallelize_loops): Provide opt-info for
17898         parallelized loops.
17900 2017-02-01  Richard Biener  <rguenther@suse.de>
17902         PR middle-end/79315
17903         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
17904         was not set before.
17906 2017-02-01  Richard Biener  <rguenther@suse.de>
17908         PR tree-optimization/71824
17909         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
17910         Verify the loops are valid in the merged SESE region.
17911         (scop_detection::can_represent_loop_1): Check analyzing the
17912         evolution of the number of iterations in the region succeeds.
17914 2017-01-31  Ian Lance Taylor  <iant@golang.org>
17916         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
17917         REG_ARGS_SIZE note to 32-bit push insns and call insn.
17919 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
17921         PR preprocessor/79210
17922         * input.c (get_substring_ranges_for_loc): Replace line_width
17923         assertion with error-handling.
17925 2017-01-31  Richard Biener  <rguenther@suse.de>
17927         PR tree-optimization/77318
17928         * graphite-sese-to-poly.c (extract_affine): Fix assert.
17929         (create_pw_aff_from_tree): Take loop parameter.
17930         (add_condition_to_pbb): Pass loop of the condition to
17931         create_pw_aff_from_tree.
17933 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
17935         * config/s390/s390.c (s390_asan_shadow_offset): New function.
17936         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
17938 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
17940         PR target/78597
17941         PR target/79038
17942         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
17943         no longer used.
17944         (convert_int_to_float128): Likewise.
17945         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
17946         (convert_int_to_float128): Likewise.
17947         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
17948         (UNSPEC_IEEE128_CONVERT): Likewise.
17949         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
17950         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
17951         Use local variables for IBM extended format.
17952         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
17953         (fix_trunc<mode>si2_fprs): Likewise.
17954         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
17955         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
17956         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
17957         to know that we can now have integers of all sizes in vector
17958         registers.
17959         (fix<uns>_<mode>di2_hw): Likewise.
17960         (float<uns>_<mode>si2_hw): Likewise.
17961         (fix_<mode>si2_hw): Likewise.
17962         (fixuns_<mode>si2_hw): Likewise.
17963         (float<uns>_<mode>di2_hw): Likewise.
17964         (float_<mode>di2_hw): Likewise.
17965         (float_<mode>si2_hw): Likewise.
17966         (floatuns_<mode>di2_hw): Likewise.
17967         (floatuns_<mode>si2_hw): Likewise.
17968         (xscvqp<su>wz_<mode>): Delete, no longer used.
17969         (xscvqp<su>dz_<mode>): Likewise.
17970         (xscv<su>dqp_<mode>): Likewise.
17971         (ieee128_mfvsrd_64bit): Likewise.
17972         (ieee128_mfvsrd_32bit): Likewise.
17973         (ieee128_mfvsrwz): Likewise.
17974         (ieee128_mtvsrw): Likewise.
17975         (ieee128_mtvsrd_64bit): Likewise.
17976         (ieee128_mtvsrd_32bit): Likewise.
17978 2017-01-31  Martin Liska  <mliska@suse.cz>
17980         PR ipa/79285
17981         * ipa-prop.c (ipa_free_all_node_params): Call release method
17982         instead of ~sumbol_summary to not to trigger double times
17983         dtor of hash_map.
17985 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
17987         PR tree-optimization/71691
17988         * bitmap.h (class auto_bitmap): New.
17989         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
17990         is_maybe_undefined instead of ssa_undefined_value_p.
17992 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17994         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
17995         __S390_ARCH_LEVEL__ to __ARCH__.
17997 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
17999         PR tree-optimization/79267
18000         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
18001         if should_remove_lhs_p is true.
18003 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
18005         PR debug/63238
18006         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
18007         (add_alignment_attribute): New.
18008         (base_type_die): Add alignment attribute.
18009         (subrange_type_die): Likewise.
18010         (modified_type_die): Likewise.
18011         (gen_array_type_die): Likewise.
18012         (gen_descr_array_type_die: Likewise.
18013         (gen_enumeration_type_die): Likewise.
18014         (gen_subprogram_die): Likewise.
18015         (gen_variable_die): Likewise.
18016         (gen_field_die): Likewise.
18017         (gen_ptr_to_mbr_type_die): Likewise.
18018         (gen_struct_or_union_type_die): Likewise.
18019         (gen_subroutine_type_die): Likewise.
18020         (gen_typedef_die): Likewise.
18021         (base_type_cmp): Compare alignment attribute.
18023 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
18025         PR target/79170
18026         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
18027         (setb_unsigned) New pattern for setb with CCUNS.
18028         * config/rs6000/rs6000.c (expand_block_compare): Use a different
18029         subfc./subfe sequence to avoid overflow problems.  Generate a
18030         shorter sequence with cmpld/setb for power9.
18031         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
18032         for generating subfc. instruction.
18033         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
18034         now uses this instruction.
18036 2017-01-30  Ian Lance Taylor  <iant@google.com>
18038         PR debug/79289
18039         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
18040         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
18042 2017-01-30  Martin Sebor  <msebor@redhat.com>
18044         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
18045         Move constant to the right of a relational operator.
18046         (get_mpfr_format_length, format_character, format_string): Ditto.
18047         (should_warn_p, maybe_warn): Same.
18049         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
18051 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
18053         PR lto/79061
18054         * asan.c (get_translation_unit_decl): Remove function.
18055         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
18057 2017-01-30  Martin Liska  <mliska@suse.cz>
18059         PR gcov-profile/79259
18060         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
18061         -fprofile-generate.
18063 2017-01-30  Martin Liska  <mliska@suse.cz>
18065         PR bootstrap/78985
18066         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
18067         Initialize variables with NULL value.
18069 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
18071         PR target/79260
18072         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
18073         tm_p_file.
18074         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
18076 2017-01-30  Richard Biener  <rguenther@suse.de>
18078         PR tree-optimization/79276
18079         * tree-vrp.c (process_assert_insertions): Properly adjust common
18080         when removing a duplicate.
18082         * gcc.dg/torture/pr79276.c: New testcase.
18084 2017-01-30  Richard Biener  <rguenther@suse.de>
18086         PR tree-optimization/79256
18087         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
18088         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
18089         alignment on TYPE.
18090         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
18092 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18094         PR target/79240
18095         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
18096         ("*r<noxa>sbg_<mode>_sll_bitmask")
18097         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
18098         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
18099         Use contiguous_bitmask_nowrap_operand.
18101 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18103         PR target/79268
18104         * config/rs6000/altivec.h (vec_xl): Revise #define.
18105         (vec_xst): Likewise.
18107 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
18109         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
18111 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
18113         PR rtl-optimization/79194
18114         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
18115         traps before call to bypass_conditional_jumps.
18117 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
18119         PR tree-optimization/71374
18120         * lra-constraints.c (check_conflict_input_operands): New.
18121         (match_reload): Use it.
18123 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
18125         PR target/79131
18126         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
18127         account to calculate conflict_set.
18129 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
18131         PR rtl-optimization/78559
18132         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
18133         other_insn in combine.
18135 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
18137         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
18138         uint16_type_node for BT_UINT16.
18140 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
18142         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
18143         "RTL Tests" to menu.
18144         (GIMPLE Tests): New node.
18145         (RTL Tests): New node.
18147 2017-01-27  Richard Biener  <rguenther@suse.de>
18149         PR tree-optimization/79245
18150         * tree-loop-distribution.c (distribute_loop): Apply cost
18151         modeling also to detected patterns.
18153 2017-01-27  Richard Biener  <rguenther@suse.de>
18155         PR tree-optimization/71433
18156         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
18157         (compare_assert_loc): New function.
18158         (process_assert_insertions): Sort and optimize assert locations
18159         to remove duplicates and push down identical assertions on
18160         edges to their destination block.
18162 2017-01-27  Richard Biener  <rguenther@suse.de>
18164         PR tree-optimization/79244
18165         * tree-vrp.c (remove_range_assertions): Forcefully propagate
18166         out SSA names even if abnormal.
18168 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
18170         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
18171         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
18172         instead of MPFR_RNDN.
18174 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
18176         PR target/79239
18177         * arm.c (arm_option_override): Don't call build_target_option_node
18178         until after doing all option overrides.
18179         (arm_valid_target_attribute_tree): Likewise.
18181 2017-01-27  Martin Liska  <mliska@suse.cz>
18183         * doc/invoke.texi (-fprofile-arcs): Document profiling support
18184         for {cd}tors and C++ {cd}tors.
18186 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18188         * config/s390/s390.md ("*setmem_long_and")
18189         ("*setmem_long_and_31z"): Use zero_extend instead of and.
18191 2017-01-26  Martin Sebor  <msebor@redhat.com>
18193         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
18194         of precision.
18196 2017-01-26  Martin Sebor  <msebor@redhat.com>
18198         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
18199         HAVE_DFmode before using XFmode or DFmode.
18200         (parse_directive): Avoid using the z length modifier to avoid
18201         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
18203         PR middle-end/78703
18204         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
18205         to accept adjustment as an array.
18206         (get_int_range): New function.
18207         (struct directive): Make width and prec arrays.
18208         (directive::set_width, directive::set_precision): Call get_int_range.
18209         (format_integer, format_floating): Handle width and precision ranges.
18210         (format_string, parse_directive): Same.
18212 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
18214         PR debug/79129
18215         * dwarf2out.c (generate_skeleton_bottom_up): For children with
18216         comdat_type_p set, just clone them, but keep the children in the
18217         original DIE.
18219         PR debug/78835
18220         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
18221         which have direct callers with -fvar-tracking-assignments enabled
18222         in the current TU.
18223         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
18224         inside of type units.
18226 2017-01-26  Martin Sebor  <msebor@redhat.com>
18228         PR middle-end/78703
18229         * gimple-ssa-sprintf.c (struct result_range): Add likely and
18230         unlikely counters.
18231         (struct format_result): Replace number_chars, number_chars_min,
18232         and number_chars_max with a single member of struct result_range.
18233         Remove bounded.
18234         (format_result::operator+=): Adjust.
18235         (struct fmtresult): Remove bounded.  Handle likely and unlikely
18236         counters.
18237         (fmtresult::adjust_for_width_or_precision): New function.
18238         (fmtresult:type_max_digits): New function.
18239         (bytes_remaining): Handle likely and unlikely counters.
18240         (min_bytes_remaining): Remove.
18241         (format_percent): Simplify.
18242         (format_integer, format_floating): Set likely and unlikely counters.
18243         (get_string_length, format_character, format_string): Same.
18244         (format_plain, should_warn_p): New function.
18245         (maybe_warn): Call should_warn_p.  Update diagnostic messages
18246         and handle those for all directives, including plain strings.
18247         (format_directive): Handle likely and unlikely counters.
18248         Remove unnecessary quoting from diagnostics.  Add an informational
18249         note.
18250         (add_bytes): Remove.
18251         (pass_sprintf_length::compute_format_length): Simplify.
18252         (try_substitute_return_value): Handle likely and unlikely counters.
18254 2017-01-26  Carl Love  <cel@us.ibm.com>
18256         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
18257         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
18259 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
18261         PR target/79131
18262         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
18263         endianess for subregs into account.
18264         * lra-constraints.c (lra_constraints): Do risky transformations
18265         always on the first iteration.
18266         * lra-lives.c (check_pseudos_live_through_calls): Add arg
18267         last_call_used_reg_set.
18268         (process_bb_lives): Define and use last_call_used_reg_set.
18269         * lra.c (lra): Always continue after lra_constraints on the first
18270         iteration.
18272 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
18274         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
18275         constant.
18276         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
18278 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
18280         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
18281         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
18282         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
18283         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
18284         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
18285         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
18286         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
18287         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
18288         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
18290 2017-01-26  Marek Polacek  <polacek@redhat.com>
18292         PR c/79199
18293         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
18294         for the third operand.
18296 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
18298         PR middle-end/79236
18299         * omp-low.c (struct omp_context): Add simt_stmt field.
18300         (scan_omp_for): Return omp_context *.
18301         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
18302         context to the _simt_ SIMD stmt.
18303         (lower_omp_for): For combined SIMD with sibling _simt_
18304         SIMD, make sure to use the same decls in _looptemp_
18305         clauses as in the sibling.
18307 2017-01-26  David Sherwood  <david.sherwood@arm.com>
18309         PR middle-end/79212
18310         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
18311         all contexts.
18313 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
18315         PR target/70465
18316         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
18317         emit fld b; fld a; if possible.
18319         * brig-builtins.def: Update copyright years.
18320         * config/arm/arm_acle_builtins.def: Update copyright years.
18322 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
18324         PR target/79179
18325         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
18326         constraint instead of o for the stxsd instruction.
18328 2017-01-25  Carl Love  <cel@us.ibm.com>
18330         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
18331         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
18333 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
18335         * doc/invoke.texi (C++ Dialect Options): Fix typo.
18337 2017-01-25  Richard Biener  <rguenther@suse.de>
18339         PR tree-optimization/69264
18340         * target.def (vector_alignment_reachable): Improve documentation.
18341         * doc/tm.texi: Regenerate.
18342         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
18343         and add a comment.
18344         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
18345         earlier changes with respect to TYPE_USER_ALIGN.
18346         (vector_alignment_reachable_p): Likewise.  Improve dumping.
18348 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18350         PR target/79145
18351         * config/arm/arm.md (xordi3): Force constant operand into a register
18352         for TARGET_IWMMXT.
18354 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18356         * doc/invoke.texi (-fstore-merging): Correct default optimization
18357         levels at which it is enabled.
18358         (-O): Move -fstore-merging from list to...
18359         (-O2): ... Here.
18361 2017-01-25  Richard Biener  <rguenther@suse.de>
18363         PR debug/78363
18364         * omp-expand.c: Include debug.h.
18365         (expand_omp_taskreg): Make sure to generate early debug before
18366         outlining anything from a function.
18367         (expand_omp_target): Likewise.
18368         (grid_expand_target_grid_body): Likewise.
18370 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
18372         PR lto/79061
18373         * asan.c (get_translation_unit_decl): New function.
18374         (asan_add_global): Extract modules file name from globals
18375         TRANSLATION_UNIT_DECL name.
18377 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
18379         PR target/77439
18380         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
18381         for long calls with APCS frame and VFP.
18383 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
18385         * cfg.c (original_copy_tables_initialized_p): New function.
18386         * cfg.h (original_copy_tables_initialized_p): New decl.
18387         * cfgrtl.c (relink_block_chain): Guard the call to
18388         free_original_copy_tables with a call to
18389         original_copy_tables_initialized_p.
18390         * cgraph.h (symtab_node::native_rtl_p): New decl.
18391         * cgraphunit.c (symtab_node::native_rtl_p): New function.
18392         (symtab_node::needed_p): Don't assert for early assembly output
18393         for __RTL functions.
18394         (cgraph_node::finalize_function): Set "force_output" for __RTL
18395         functions.
18396         (cgraph_node::analyze): Bail out early for __RTL functions.
18397         (analyze_functions): Update assertion to support __RTL functions.
18398         (cgraph_node::expand): Bail out early for __RTL functions.
18399         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
18400         __RTL functions.
18401         * function.h (struct function): Update comment for field
18402         "pass_startwith".
18403         * gimple-expr.c: Include "tree-pass.h".
18404         (gimple_has_body_p): Return false for __RTL functions.
18405         * Makefile.in (OBJS): Add run-rtl-passes.o.
18406         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
18407         accessor.
18408         (gcc::pass_manager::get_clean_slate): New accessor.
18409         * passes.c: Include "insn-addr.h".
18410         (should_skip_pass_p): Add logging.  Update logic for running
18411         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
18412         property-provider override so it is only done for gimple passes.
18413         Don't skip dfinit.
18414         (skip_pass): New function.
18415         (execute_one_pass): Call skip_pass when skipping passes.
18416         * read-md.c (md_reader::read_char): Support filtering
18417         the input to a subset of line numbers.
18418         (md_reader::md_reader): Initialize fields
18419         m_first_line and m_last_line.
18420         (md_reader::read_file_fragment): New function.
18421         * read-md.h (md_reader::read_file_fragment): New decl.
18422         (md_reader::m_first_line): New field.
18423         (md_reader::m_last_line): New field.
18424         * read-rtl-function.c (function_reader::create_function): Only
18425         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
18426         curr_properties.  Set DECL_INITIAL to a dummy block.
18427         (read_rtl_function_body_from_file_range): New function.
18428         * read-rtl-function.h (read_rtl_function_body_from_file_range):
18429         New decl.
18430         * run-rtl-passes.c: New file.
18431         * run-rtl-passes.h: New file.
18433 2017-01-24  Jeff Law  <law@redhat.com>
18435         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
18436         buffer size.
18438 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
18440         PR tree-optimization/79159
18441         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
18442         (record_nonwrapping_iv): Improve boundary using above function if no
18443         value range information.
18445 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
18446             Martin Jambor  <mjambor@suse.cz>
18448         * brig-builtins.def: New file.
18449         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
18450         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
18451         (DEF_HSAIL_SAT_BUILTIN): Likewise.
18452         (DEF_HSAIL_INTR_BUILTIN): Likewise.
18453         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
18454         * builtin-types.def (BT_INT8): New.
18455         (BT_INT16): Likewise.
18456         (BT_UINT8): Likewise.
18457         (BT_UINT16): Likewise.
18458         (BT_FN_ULONG): Likewise.
18459         (BT_FN_UINT_INT): Likewise.
18460         (BT_FN_UINT_ULONG): Likewise.
18461         (BT_FN_UINT_LONG): Likewise.
18462         (BT_FN_UINT_PTR): Likewise.
18463         (BT_FN_ULONG_PTR): Likewise.
18464         (BT_FN_INT8_FLOAT): Likewise.
18465         (BT_FN_INT16_FLOAT): Likewise.
18466         (BT_FN_UINT32_FLOAT): Likewise.
18467         (BT_FN_UINT16_FLOAT): Likewise.
18468         (BT_FN_UINT8_FLOAT): Likewise.
18469         (BT_FN_UINT64_FLOAT): Likewise.
18470         (BT_FN_UINT16_UINT32): Likewise.
18471         (BT_FN_UINT32_UINT16): Likewise.
18472         (BT_FN_UINT16_UINT16_UINT16): Likewise.
18473         (BT_FN_INT_PTR_INT): Likewise.
18474         (BT_FN_UINT_PTR_UINT): Likewise.
18475         (BT_FN_LONG_PTR_LONG): Likewise.
18476         (BT_FN_ULONG_PTR_ULONG): Likewise.
18477         (BT_FN_VOID_UINT64_UINT64): Likewise.
18478         (BT_FN_UINT8_UINT8_UINT8): Likewise.
18479         (BT_FN_INT8_INT8_INT8): Likewise.
18480         (BT_FN_INT16_INT16_INT16): Likewise.
18481         (BT_FN_INT_INT_INT): Likewise.
18482         (BT_FN_UINT_FLOAT_UINT): Likewise.
18483         (BT_FN_FLOAT_UINT_UINT): Likewise.
18484         (BT_FN_ULONG_UINT_UINT): Likewise.
18485         (BT_FN_ULONG_UINT_PTR): Likewise.
18486         (BT_FN_ULONG_ULONG_ULONG): Likewise.
18487         (BT_FN_UINT_UINT_UINT): Likewise.
18488         (BT_FN_VOID_UINT_PTR): Likewise.
18489         (BT_FN_UINT_UINT_PTR: Likewise.
18490         (BT_FN_UINT32_UINT64_PTR): Likewise.
18491         (BT_FN_INT_INT_UINT_UINT): Likewise.
18492         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
18493         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
18494         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
18495         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
18496         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
18497         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
18498         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
18499         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
18500         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
18501         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
18502         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
18503         * doc/frontends.texi: List BRIG FE.
18504         * doc/install.texi (Testing): Add BRIG tesring requirements.
18505         * doc/invoke.texi (Overall Options): Mention BRIG.
18506         * doc/standards.texi (Standards): Doucment BRIG HSA version.
18508 2017-01-24  Richard Biener  <rguenther@suse.de>
18510         PR translation/79208
18511         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
18513 2017-01-24  Martin Jambor  <mjambor@suse.cz>
18515         PR bootstrap/79198
18516         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
18517         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
18518         and known_contexts.
18520 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
18522         PR middle-end/79123
18523         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
18524         casts from signed to unsigned really don't have a range.
18526 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
18528         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
18529         GMP_RNDx for compatiblity.
18531 2017-01-24  Martin Liska  <mliska@suse.cz>
18533         PR bootstrap/79132
18534         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
18535         that would prevent us to call alloca with -1 as argument.
18537 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
18539         * dwarf2out.c (output_compilation_unit_header, output_file_names):
18540         Avoid -Wformat-security warning.
18542 2017-01-23  Andrew Pinski  <apinski@cavium.com>
18544         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
18545         cost table.
18547 2017-01-23  Martin Sebor  <msebor@redhat.com>
18549         PR middle-end/78703
18550         * gimple-ssa-sprintf.c (warn_level): New global.
18551         (format_integer): Use it here and throughout the rest of the file.
18552         Use the same switch to compute sign as base.
18553         (maybe_warn): New function.
18554         (format_directive): Factor out warnings into maybe_warn.
18555         Add debugging output.  Use warn_level.
18556         (add_bytes): Use warn_level.
18557         (pass_sprintf_length::compute_format_length): Add debugging output.
18558         (try_substitute_return_value): Same.
18559         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
18561         PR middle-end/78703
18562         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
18563         (struct fmtresult, format_integer, format_floating): Adjust.
18564         (fmtresult::fmtresult): Set max correctly in two argument ctor.
18565         (get_string_length, format_string,format_directive): Same.
18566         (pass_sprintf_length::compute_format_length): Same.
18567         (try_substitute_return_value): Simplify slightly.
18569         PR middle-end/78703
18570         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
18571         (fmtresult::operator+=): Outlined.
18572         (struct fmtresult): Add ctors.
18573         (struct conversion_spec): Rename...
18574         (struct directive): ...to this.  Add and remove data members.
18575         (directive::set_width, directive::set_precision): New functions.
18576         (format_percent): Use fmtresult ctor.
18577         (get_width_and_precision): Remove.
18578         (format_integer): Make naming changes.  Avoid computing width and
18579         precision.
18580         (format_floating): Same.  Adjust indentation.
18581         (format_character, format_none): New functions.
18582         (format_string): Moved character handling to format_character.
18583         (format_directive): Remove arguments, change return type.
18584         (parse_directive): New function.
18585         (pass_sprintf_length::compute_format_length): Move directive
18586         parsing to parse_directive.
18588 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
18590         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
18591         (assign_assembler_name_if_needed): ... this.
18592         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
18593         (assign_assembler_name_if_needed): ... this.
18594         (free_lang_data_in_cgraph): Adjust callers.
18595         * cgraphunit.c (cgraph_node::analyze): Likewise.
18596         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
18597         Likewise.
18599 2017-01-23  Richard Biener  <rguenther@suse.de>
18601         PR tree-optimization/79088
18602         PR tree-optimization/79188
18603         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
18604         resetting loop bounds after last path deletion.  Reset loop
18605         bounds of the target loop, make code match the comments.
18606         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
18607         Make sure loops need no fixups.
18609 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
18611         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
18612         exponent support with double type for first argument.
18613         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
18614         type returned by __builtin_vec_extract_sig,
18615         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
18616         functions from "vector int" to "vector unsigned int" or from
18617         "vector long long int" to "vector unsigned long long int".
18618         Changed type returned by __builtin_vec_extract_exp,
18619         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
18620         functions from "vector int" to "vector unsigned int" or from
18621         "vector long long int" to "vector unsigned long long int".
18622         Changed return type of __builtin_vec_test_data_class,
18623         __builtin_vec_test_data_class_sp, and
18624         __builtin_vec_test_data_class_dp from "vector int" to
18625         "vector bool int" or from "vector long long int" to "vector bool
18626         long long int" and changed second argument type from "unsigned
18627         int" to "int".  Added new overloaded function forms "vector float
18628         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
18629         "vector float __builtin_vec_insert_exp_sp (vector float, vector
18630         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
18631         double, vector unsigned long long int)" and "vector double
18632         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
18633         long int)".  Changed return type of
18634         __builtin_scalar_test_data_class and
18635         __builtin_scalar_test_data_class_sp and
18636         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
18637         int" and changed second argument from "unsigned int" to "int".
18638         Changed type returned by __builtin_scalar_test_neg,
18639         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
18640         from "int" to "bool int".  Added new overloaded function form
18641         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
18642         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
18643         exponent double-precision with floating point first argument.
18644         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
18645         documentation of scalar_test_data_class, scalar_test_neg,
18646         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
18647         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
18648         vec_test_data_class built-in functions to reflect refinements in
18649         their type signatures.
18651 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
18653         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
18654         size of buf.
18655         (aarch64_elf_asm_destructor): Likewise.
18657 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
18659         PR rtl-optimization/78634
18660         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
18661         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
18662         * ifcvt.c (noce_try_cmove): Add missing cost check.
18664         PR rtl-optimization/71724
18665         * combine.c (if_then_else_cond): Look for situations where it is
18666         beneficial to undo the work of one of the recursive calls.
18668 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
18670         PR tree-optimization/70754
18671         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
18672         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
18673         combined stmt before it if not NULL.
18674         (combine_chains): Process refs reversely and compute dominance point
18675         for root ref.
18677 2017-01-23  Martin Liska  <mliska@suse.cz>
18679         PR tree-optimization/79196
18680         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
18681         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
18682         instead of memcmp.
18683         (strlen_optimize_stmt): Call the renamed function.
18685 2017-01-23  Michael Matz  <matz@suse.de>
18687         PR tree-optimization/78384
18688         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
18690 2017-01-23  Richard Biener  <rguenther@suse.de>
18692         PR tree-optimization/79186
18693         * tree-vrp.c (register_new_assert_for): Make sure we've seen
18694         both incoming edges before moving an assert.
18696 2017-01-23  Martin Jambor  <mjambor@suse.cz>
18698         * ipa-prop.c (load_from_param_1): Removed.
18699         (load_from_unmodified_param): Bits from load_from_param_1 put back
18700         here.
18701         (load_from_param): Removed.
18702         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
18703         with stmt.  Reverted back to use of load_from_unmodified_param.
18705 2017-01-23  Martin Jambor  <mjambor@suse.cz>
18707         PR ipa/79108
18708         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
18709         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
18710         field a pointer to garbage collected vector, mark lattices and
18711         ipcp_orig_node with GTY((skip)).
18712         (ipa_get_param_count): Adjust to descriptors being a pointer.
18713         (ipa_get_param): Likewise.
18714         (ipa_get_type): Likewise.
18715         (ipa_get_param_move_cost): Likewise.
18716         (ipa_set_param_used): Likewise.
18717         (ipa_get_controlled_uses): Likewise.
18718         (ipa_set_controlled_uses): Likewise.
18719         (ipa_is_param_used): Likewise.
18720         (ipa_node_params_t): Move into garbage collector.  New methods insert
18721         and remove.
18722         (ipa_node_params_sum): Annotate wth GTY(()).
18723         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
18724         garbage collected.
18725         (ipa_load_from_parm_agg): Adjust declaration.
18726         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
18727         * ipa-profile.c (ipa_profile): Likewise.
18728         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
18729         (ipa_populate_param_decls): Make descriptors parameter garbage
18730         collected.
18731         (ipa_dump_param): Adjust to descriptors being a pointer.
18732         (ipa_alloc_node_params): Likewise.
18733         (ipa_initialize_node_params): Likewise.
18734         (load_from_param_1): Make descriptors parameter garbage collected.
18735         (load_from_unmodified_param): Likewise.
18736         (load_from_param): Likewise.
18737         (ipa_load_from_parm_agg): Likewise.
18738         (ipa_node_params::~ipa_node_params): Removed.
18739         (ipa_free_all_node_params): Remove call to delete operator.
18740         (ipa_node_params_t::insert): New.
18741         (ipa_node_params_t::remove): Likewise.
18742         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
18743         copy known_csts and known_contexts vectors.
18744         (ipa_read_node_info): Adjust to descriptors being a pointer.
18745         (ipcp_modif_dom_walker): Make m_descriptors field garbage
18746         collected.
18747         (ipcp_transform_function): Make descriptors variable garbage
18748         collected.
18750 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
18752         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
18753         * config/i386/avx512dqintrin.h: Ditto.
18754         * config/i386/avx512fintrin.h: Ditto.
18755         * config/i386/i386.c: Handle new builtins.
18756         * config/i386/i386-builtin.def: Add new builtins.
18757         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
18758         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
18760 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
18761             Martin Liska  <mliska@suse.cz>
18763         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
18764         * asan.c (asan_expand_poison_ifn): Support stores and use
18765         appropriate ASAN report function.
18766         * internal-fn.c (expand_ASAN_POISON_USE): New function.
18767         * internal-fn.def (ASAN_POISON_USE): Declare.
18768         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
18769         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
18770         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
18771         ASAN_POISON calls w/o LHS.
18772         * tree-ssa.c (execute_update_addresses_taken): Create clobber
18773         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
18774         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
18775         * gimplify.c (asan_poison_variables): Add attribute
18776         use_after_scope_memory to variables that really needs to live
18777         in memory.
18778         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
18779         having the attribute.
18781 2017-01-23  Martin Liska  <mliska@suse.cz>
18783         * asan.c (create_asan_shadow_var): New function.
18784         (asan_expand_poison_ifn): Likewise.
18785         * asan.h (asan_expand_poison_ifn): New declaration.
18786         * internal-fn.c (expand_ASAN_POISON): Likewise.
18787         * internal-fn.def (ASAN_POISON): New builtin.
18788         * sanopt.c (pass_sanopt::execute): Expand
18789         asan_expand_poison_ifn.
18790         * tree-inline.c (copy_decl_for_dup_finish): Make function
18791         external.
18792         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
18793         * tree-ssa.c (is_asan_mark_p): New function.
18794         (execute_update_addresses_taken): Rewrite local variables
18795         (identified just by use-after-scope as addressable) into SSA.
18797 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
18799         * doc/install.texi (Specific): opensource.apple.com uses https
18800         now. Remove trailing slash.
18802 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
18804         * README.Portability: Remove note on an Irix compatibility issue.
18806 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
18808         * gcov.c (INCLUDE_ALGORITHM): Define.
18809         (INCLUDE_VECTOR): Define.
18810         No longer include <vector> and <algorithm> directly.
18812 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
18814         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
18815         to https.
18816         * doc/invoke.texi (Code Gen Options): Ditto.
18818 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
18820         PR lto/78407
18821         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
18823 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
18825         rtl-optimization/79125
18826         * cprop.c (local_cprop_pass): Handle cases where we make an
18827         unconditional trap.
18829 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
18831         PR target/61729
18832         PR target/77850
18833         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
18834         read from, for big endian.
18836 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
18838         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
18839         register pauth builtins for LP64 only.
18841 2017-01-20  Marek Polacek  <polacek@redhat.com>
18843         PR c/79152
18844         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
18845         non-case labels.
18847 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
18849         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
18850         of safelen status.
18851         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
18852         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
18853         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
18855 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18857         PR target/71270
18858         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
18859         in big-endian mode when they are not a single duplicated value.
18861 2017-01-20  Richard Biener  <rguenther@suse.de>
18863         * BASE-VER: Bump to 7.0.1.
18865 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
18867         * omp-low.c (omplow_simd_context): New struct.  Use it...
18868         (lower_rec_simd_input_clauses): ...here and...
18869         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
18870         references to idx, lane, max_vf, is_simt.
18872 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
18874         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
18875         mcpu=nps400.
18877 2017-01-20  Martin Jambor  <mjambor@suse.cz>
18879         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
18880         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
18881         gt-hsa-common.h.
18882         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
18883         (GTFILES): Rename hsa.c to hsa-common.c.
18884         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
18885         * hsa-dump.c: Likewise.
18886         * hsa-gen.c: Likewise.
18887         * hsa-regalloc.c: Likewise.
18888         * ipa-hsa.c: Likewise.
18889         * omp-expand.c: Likewise.
18890         * omp-low.c: Likewise.
18891         * toplev.c: Likewise.
18893 2017-01-20  Marek Polacek  <polacek@redhat.com>
18895         PR c/64279
18896         * doc/invoke.texi: Document -Wduplicated-branches.
18897         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
18898         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
18899         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
18900         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
18901         return 0 only when not OEP_LEXICOGRAPHIC.
18902         (fold_build_cleanup_point_expr): Use the expression
18903         location when building CLEANUP_POINT_EXPR.
18904         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
18905         * tree.c (add_expr): Handle error_mark_node.
18907 2017-01-20  Martin Liska  <mliska@suse.cz>
18909         PR lto/69188
18910         * tree-profile.c (init_ic_make_global_vars): Do not call
18911         finalize_decl.
18912         (gimple_init_gcov_profiler): Likewise.
18914 2017-01-20  Martin Liska  <mliska@suse.cz>
18916         PR ipa/71190
18917         * cgraph.h (maybe_create_reference): Remove argument and
18918         update comment.
18919         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
18920         argument.
18921         * ipa-cp.c (create_specialized_node): Likewise.
18922         * symtab.c (symtab_node::maybe_create_reference): Handle
18923         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
18925 2017-01-20  Martin Liska  <mliska@suse.cz>
18927         * read-rtl-function.c (function_reader::create_function): Use
18928         build_decl instread of build_decl_stat.
18930 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
18932         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
18933         * config/i386/avx512dqintrin.h: Ditto.
18934         * config/i386/avx512fintrin.h: Ditto.
18935         * config/i386/i386-builtin-types.def: Add new types.
18936         * config/i386/i386.c: Handle new types.
18937         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
18938         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
18939         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
18940         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
18941         (__builtin_ia32_kshiftridi): New.
18942         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
18944 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
18946         PR target/78875
18947         PR target/79140
18948         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
18949         define to rs6000_init_stack_protect_guard.
18950         (rs6000_init_stack_protect_guard): New function.
18952 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
18953             Yunqiang Su  <yunqiang.su@imgtec.com>
18955         * config.gcc (supported_defaults): Add madd4.
18956         (with_madd4): Add validation.
18957         (all_defaults): Add madd4.
18958         * config/mips/mips.opt (mmadd4): New option.
18959         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
18960         mmadd4.
18961         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
18962         __mips_no_madd4.
18963         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
18964         (ISA_HAS_FUSED_MADD4): Likewise.
18965         * doc/invoke.texi (-mmadd4): Document the new option.
18966         * doc/install.texi (--with-madd4): Document the new option.
18968 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
18970         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
18971         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
18972         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
18973         (aarch64_init_pauth_hint_builtins): New.
18974         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
18975         (aarch64_expand_builtin): Expand new builtins.
18977 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
18979         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
18980         * combine-stack-adj.c (no_unhandled_cfa): Handle
18981         REG_CFA_TOGGLE_RA_MANGLE.
18982         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
18983         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
18984         info for return address signing.
18985         (aarch64_expand_epilogue): Likewise.
18987 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
18989         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
18990         * config/aarch64/aarch64-protos.h
18991         (aarch64_return_address_signing_enabled): New declaration.
18992         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
18993         New function.
18994         (aarch64_expand_prologue): Sign return address before it's pushed onto
18995         stack.
18996         (aarch64_expand_epilogue): Authenticate return address fetched from
18997         stack.
18998         (aarch64_override_options): Sanity check for ILP32 and ISA level.
18999         (aarch64_attributes): New function attributes for "sign-return-address".
19000         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
19001         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
19002         ("*do_return"): Generate combined instructions according to key index.
19003         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
19004         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
19005         iterators.
19006         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
19007         * config/aarch64/aarch64.opt (msign-return-address=): New.
19008         * doc/extend.texi (AArch64 Function Attributes): Documents
19009         "sign-return-address=".
19010         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
19012 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
19014         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
19015         overall option summary.
19017 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
19019         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
19020         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
19021         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
19022         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
19024 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
19026         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
19027         -mpower9-minmax by default for -mcpu=power9.
19028         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
19029         128-bit floating point.
19031 2017-01-20  Alan Modra  <amodra@gmail.com>
19033         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
19034         optimizing for size.
19036 2017-01-20  Alan Modra  <amodra@gmail.com>
19038         PR target/79144
19039         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
19040         for strcmp and strncmp from corresponding builtin decl.
19042 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
19044         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
19045         instead of i386/rtems-64.h.
19046         * config/i386/rtems-64.h: Remove.
19048 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
19050         PR target/78478
19051         Revert:
19052         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
19054         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
19056 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
19058         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
19059         Change int to HOST_WIDE_INT.
19060         * config/aarch64/aarch64-protos.h
19061         (aarch64_simd_gen_const_vector_dup): Likewise.
19062         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
19064 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
19066         * langhooks-def.h (lhd_type_for_size): New decl.
19067         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
19068         * langhooks.c (lhd_type_for_size): New function, taken from
19069         lto_type_for_size.
19071 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
19073         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
19074         define_bypass for CR latency.
19075         (power9-cracked-alu): Update bypass latency and remove power9-branch.
19076         (power9-alu2): Add define_bypass for CR latency.
19077         (power9-cmp): New.
19078         (power9-mul): Update insn latency.
19079         (power9-mul-compare): Update insn latency, bypass latency and remove
19080         power9-branch.
19082 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19084         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
19085         Delete.
19086         * config/aarch64/aarch64.md
19087         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
19088         aarch64_nopcrelative_literal_loads.
19089         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
19091 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
19093         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
19094         TARGET_LOONGSON_3A.
19095         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
19097 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
19099         PR target/78176
19100         * config.gcc (supported_defaults): Add lxc1-sxc1.
19101         (with_lxc1_sxc1): Add validation.
19102         (all_defaults): Add lxc1-sxc1.
19103         * config/mips/mips.opt (mlxc1-sxc1): New option.
19104         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
19105         mlxc1-sxc1.
19106         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
19107         __mips_no_lxc1_sxc1.
19108         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
19109         * doc/invoke.texi (-mlxc1-sxc1): Document the new option.
19110         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
19112 2017-01-19  Richard Biener  <rguenther@suse.de>
19114         PR tree-optimization/72488
19115         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
19116         sure to restore SSA info.
19117         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
19119 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
19121         PR rtl-optimization/79121
19122         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
19123         of the inner type when shifting an extended value.
19125 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
19127         PR lto/78407
19128         * symtab.c (symtab_node::equal_address_to): Fix comparing of
19129         interposable aliases.
19131 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
19133         PR target/78516
19134         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
19135         Use the evmergelohi instruction.
19136         (mov_si<mode>_e500_subreg4_2_le): Likewise.
19137         (mov_sitf_e500_subreg8_2_be): Likewise.
19138         (mov_sitf_e500_subreg12_2_le): Likewise.
19139         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
19140         (mov_si<mode>_e500_subreg4_2_be): Likewise.
19141         (mov_sitf_e500_subreg8_2_le): Likewise.
19142         (mov_sitf_e500_subreg12_2_be): Likewise.
19144 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19146         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
19147         attribute from vecsimple to vecperm.
19148         (altivec_vbpermq2): Likewise.
19150 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19152         PR target/79040
19153         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
19155 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
19156         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
19157         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
19158         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
19159         case where N arg is SIZE_MAX.
19160         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
19161         (cmpstrsi): Add pattern.
19163 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
19165         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
19166         __builtin_vec_revb builtins.
19167         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
19168         built-in functions to support generation of the ISA 3.0 XXBR<x>
19169         vector byte reverse instructions.
19170         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
19171         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
19172         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
19173         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
19174         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
19175         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
19176         (P9V_BUILTIN_VEC_REVB): Likewise.
19177         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
19178         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
19179         (p9_xxbrq_v16qi): Likewise.
19180         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
19181         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
19182         (p9_xxbrh_v8hi): Likewise.
19183         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
19184         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
19185         vec_revb built-in functions.
19187 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
19189         PR rtl-optimization/78952
19190         * config/i386/i386.md (any_extract): New code iterator.
19191         (*insvqi_2): Use any_extract for source operand.
19192         (*insvqi_3): Use any_shiftrt for source operand.
19194 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
19196         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
19197         New function.
19198         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
19200 2017-01-18  Matthias Klose  <doko@ubuntu.com>
19202         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
19204 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19206         * config/rs6000/altivec.h (vec_bperm): Change #define.
19207         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
19208         (altivec_vbpermq2): New define_insn.
19209         (altivec_vbpermd): Likewise.
19210         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
19211         function interface.
19212         (VBPERMD): Likewise.
19213         (VBPERM): New polymorphic function interface.
19214         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
19215         Add entries for P9V_BUILTIN_VEC_VBPERM.
19216         * doc/extend.texi: Add interfaces for vec_bperm.
19218 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19220         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
19221         first letter of error messages.
19222         (s390_resolve_overloaded_builtin): Likewise.
19223         * config/s390/s390.c (s390_expand_builtin): Likewise.
19224         (s390_invalid_arg_for_unprototyped_fn): Likewise.
19225         (s390_valid_target_attribute_inner_p): Likewise.
19226         * config/s390/s390.md ("tabort"): Likewise.
19228 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
19230         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
19231         (ISA_AVOID_DIV_HILO): New macro.
19232         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
19233         (ISA_HAS_DDIV): Likewise.
19235 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
19237         * doc/invoke.texi (fabi-version): Correct number of occurrences.
19239 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
19241         * doc/invoke.texi (fabi-version): Spelling fix.
19243 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
19245         PR c++/70182
19246         * doc/invoke.texi (fabi-version): Mention mangling fix for
19247         operator names.
19249 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
19251         PR c++/77489
19252         * doc/invoke.texi (fabi-version): Document discriminator mangling.
19254 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
19256         PR target/78875
19257         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
19258         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
19259         the new options.
19260         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
19261         flexible settings.
19262         (stack_protect_test): Ditto.
19263         * config/rs6000/rs6000.opt (mstack-protector-guard=,
19264         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
19265         options.
19266         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
19267         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
19268         -mstack-protector-guard-offset=.
19269         (RS/6000 and PowerPC Options): Ditto.
19271 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
19273         * config/i386/i386.h (MASK_CLASS_P): New define.
19274         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
19275         there are no registers from different register sets also when
19276         mask registers are used.  Update function comment.
19277         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
19278         to (*k/*r) and (*k/*km) alternatives.
19280 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
19282         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
19283         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
19284         (EH_RETURN_HANDLER_RTX): New define.
19285         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
19286         Force frame pointer in EH return functions.
19287         (aarch64_expand_epilogue): Add barrier for eh_return.
19288         (aarch64_final_eh_return_addr): Remove.
19289         (aarch64_eh_return_handler_rtx): New function.
19290         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
19291         Remove.
19292         (aarch64_eh_return_handler_rtx): New prototype.
19294 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19296         * config/rs6000/altivec.h (vec_rlmi): New #define.
19297         (vec_vrlnm): Likewise.
19298         (vec_rlnm): Likewise.
19299         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
19300         (UNSPEC_VRLNM): Likewise.
19301         (VIlong): New mode iterator.
19302         (altivec_vrl<VI_char>mi): New define_insn.
19303         (altivec_vrl<VI_char>nm): Likewise.
19304         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
19305         function entry.
19306         (VRLDNM): Likewise.
19307         (RLNM): New polymorphic function entry.
19308         (VRLWMI): New monomorphic function entry.
19309         (VRLDMI): Likewise.
19310         (RLMI): New polymorphic function entry.
19311         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
19312         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
19313         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
19314         vec_vrlnm.
19316 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
19318         PR debug/78839
19319         * dwarf2out.c (field_byte_offset): Restore the
19320         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
19321         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
19322         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
19323         of build2 + fold.
19325 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
19327         PR ada/67205
19328         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
19330 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
19332         PR debug/71669
19333         * dwarf2out.c (add_data_member_location_attribute): For constant
19334         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
19335         instead of DW_AT_data_member_location, DW_AT_bit_offset and
19336         DW_AT_byte_size attributes.
19338 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
19340         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
19341         after forcing to constant memory when the code model is medium.
19343 2017-01-17  Julia Koval  <julia.koval@intel.com>
19345         PR target/76731
19346         * config/i386/avx512fintrin.h
19347         (_mm512_i32gather_ps): Change __addr type to void const*.
19348         (_mm512_mask_i32gather_ps): Ditto.
19349         (_mm512_i32gather_pd): Ditto.
19350         (_mm512_mask_i32gather_pd): Ditto.
19351         (_mm512_i64gather_ps): Ditto.
19352         (_mm512_mask_i64gather_ps): Ditto.
19353         (_mm512_i64gather_pd): Ditto.
19354         (_mm512_mask_i64gather_pd): Ditto.
19355         (_mm512_i32gather_epi32): Ditto.
19356         (_mm512_mask_i32gather_epi32): Ditto.
19357         (_mm512_i32gather_epi64): Ditto.
19358         (_mm512_mask_i32gather_epi64): Ditto.
19359         (_mm512_i64gather_epi32): Ditto.
19360         (_mm512_mask_i64gather_epi32): Ditto.
19361         (_mm512_i64gather_epi64): Ditto.
19362         (_mm512_mask_i64gather_epi64): Ditto.
19363         (_mm512_i32scatter_ps): Change __addr type to void*.
19364         (_mm512_mask_i32scatter_ps): Ditto.
19365         (_mm512_i32scatter_pd): Ditto.
19366         (_mm512_mask_i32scatter_pd): Ditto.
19367         (_mm512_i64scatter_ps): Ditto.
19368         (_mm512_mask_i64scatter_ps): Ditto.
19369         (_mm512_i64scatter_pd): Ditto.
19370         (_mm512_mask_i64scatter_pd): Ditto.
19371         (_mm512_i32scatter_epi32): Ditto.
19372         (_mm512_mask_i32scatter_epi32): Ditto.
19373         (_mm512_i32scatter_epi64): Ditto.
19374         (_mm512_mask_i32scatter_epi64): Ditto.
19375         (_mm512_i64scatter_epi32): Ditto.
19376         (_mm512_mask_i64scatter_epi32): Ditto.
19377         (_mm512_i64scatter_epi64): Ditto.
19378         (_mm512_mask_i64scatter_epi64): Ditto.
19379         * config/i386/avx512pfintrin.h
19380         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
19381         (_mm512_mask_prefetch_i32gather_ps): Ditto.
19382         (_mm512_mask_prefetch_i64gather_pd): Ditto.
19383         (_mm512_mask_prefetch_i64gather_ps): Ditto.
19384         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
19385         (_mm512_prefetch_i32scatter_ps): Ditto.
19386         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
19387         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
19388         (_mm512_prefetch_i64scatter_pd): Ditto.
19389         (_mm512_prefetch_i64scatter_ps): Ditto.
19390         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
19391         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
19392         * config/i386/avx512vlintrin.h
19393         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
19394         (_mm_mmask_i32gather_ps): Ditto.
19395         (_mm256_mmask_i32gather_pd): Ditto.
19396         (_mm_mmask_i32gather_pd): Ditto.
19397         (_mm256_mmask_i64gather_ps): Ditto.
19398         (_mm_mmask_i64gather_ps): Ditto.
19399         (_mm256_mmask_i64gather_pd): Ditto.
19400         (_mm_mmask_i64gather_pd): Ditto.
19401         (_mm256_mmask_i32gather_epi32): Ditto.
19402         (_mm_mmask_i32gather_epi32): Ditto.
19403         (_mm256_mmask_i32gather_epi64): Ditto.
19404         (_mm_mmask_i32gather_epi64): Ditto.
19405         (_mm256_mmask_i64gather_epi32): Ditto.
19406         (_mm_mmask_i64gather_epi32): Ditto.
19407         (_mm256_mmask_i64gather_epi64): Ditto.
19408         (_mm_mmask_i64gather_epi64): Ditto.
19409         (_mm256_i32scatter_ps): Change __addr type to void*.
19410         (_mm256_mask_i32scatter_ps): Ditto.
19411         (_mm_i32scatter_ps): Ditto.
19412         (_mm_mask_i32scatter_ps): Ditto.
19413         (_mm256_i32scatter_pd): Ditto.
19414         (_mm256_mask_i32scatter_pd): Ditto.
19415         (_mm_i32scatter_pd): Ditto.
19416         (_mm_mask_i32scatter_pd): Ditto.
19417         (_mm256_i64scatter_ps): Ditto.
19418         (_mm256_mask_i64scatter_ps): Ditto.
19419         (_mm_i64scatter_ps): Ditto.
19420         (_mm_mask_i64scatter_ps): Ditto.
19421         (_mm256_i64scatter_pd): Ditto.
19422         (_mm256_mask_i64scatter_pd): Ditto.
19423         (_mm_i64scatter_pd): Ditto.
19424         (_mm_mask_i64scatter_pd): Ditto.
19425         (_mm256_i32scatter_epi32): Ditto.
19426         (_mm256_mask_i32scatter_epi32): Ditto.
19427         (_mm_i32scatter_epi32): Ditto.
19428         (_mm_mask_i32scatter_epi32): Ditto.
19429         (_mm256_i32scatter_epi64): Ditto.
19430         (_mm256_mask_i32scatter_epi64): Ditto.
19431         (_mm_i32scatter_epi64): Ditto.
19432         (_mm_mask_i32scatter_epi64): Ditto.
19433         (_mm256_i64scatter_epi32): Ditto.
19434         (_mm256_mask_i64scatter_epi32): Ditto.
19435         (_mm_i64scatter_epi32): Ditto.
19436         (_mm_mask_i64scatter_epi32): Ditto.
19437         (_mm256_i64scatter_epi64): Ditto.
19438         (_mm256_mask_i64scatter_epi64): Ditto.
19439         (_mm_i64scatter_epi64): Ditto.
19440         (_mm_mask_i64scatter_epi64): Ditto.
19441         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
19442         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
19443         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
19444         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
19445         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
19446         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
19447         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
19448         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
19449         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
19450         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
19451         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
19452         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
19453         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
19454         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
19455         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
19456         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
19457         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
19458         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
19459         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
19460         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
19461         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
19462         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
19463         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
19464         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
19465         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
19466         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
19467         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
19468         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
19469         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
19470         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
19471         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
19472         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
19473         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
19474         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
19475         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
19476         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
19477         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
19478         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
19479         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
19480         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
19481         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
19482         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
19483         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
19484         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
19485         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
19486         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
19487         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
19488         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
19489         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
19490         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
19491         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
19492         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
19493         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
19494         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
19495         definitions accordingly.
19497 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
19498             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
19500         PR target/79079
19501         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
19502         gen_lowpart.
19504 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
19506         PR target/79058
19507         * ira-conflicts.c (ira_build_conflicts): Update total conflict
19508         hard regs for inner regno.
19510 2017-01-17  Martin Liska  <mliska@suse.cz>
19512         PR ipa/71207
19513         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
19514         assumption and add comment.
19516 2017-01-17  Nathan Sidwell  <nathan@acm.org>
19518         * ipa-visibility.c (localize_node): New function, broken out of ...
19519         (function_and_variable_visibility): ... here. Call it.
19521 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
19523         PR middle-end/77445
19524         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
19525         correctly set frequency of oudgoing edge.
19526         (duplicate_thread_path): Fix profile updating.
19528 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
19530         PR other/79046
19531         * configure.ac: Add GCC_BASE_VER.
19532         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
19533         version from BASE-VER file.
19534         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
19535         (gcc.o): Depend on $(BASEVER).
19536         * common.opt (dumpfullversion): New option.
19537         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
19538         * doc/invoke.texi: Document -dumpfullversion.
19539         * doc/install.texi: Document --with-gcc-major-version-only.
19540         * configure: Regenerated.
19542 2017-01-17  Richard Biener  <rguenther@suse.de>
19544         PR tree-optimization/71433
19545         * tree-vrp.c (register_new_assert_for): Merge same asserts
19546         on all incoming edges.
19547         (process_assert_insertions_for): Handle insertions at the
19548         beginning of BBs.
19550 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
19552         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
19553         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
19555 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
19557         PR target/78633
19558         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
19559         RTL sharing.
19561 2017-01-17  Alan Modra  <amodra@gmail.com>
19563         PR target/79066
19564         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
19565         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
19566         symbolic stack limit when pic.
19568 2017-01-16  Martin Sebor  <msebor@redhat.com>
19570         PR tree-optimization/78608
19571         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
19573 2017-01-16  Jeff Law  <law@redhat.com>
19575         Revert:
19576         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
19577         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
19578         for several include directories that may be relative to sysroot.
19579         * config/i386/x-mingw32 (gplus_includedir): Define.
19580         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
19581         (native_system_includedir): Likewise.
19582         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
19583         override if TARGET_SYSTEM_ROOT is defined.
19584         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
19586         PR tree-optimization/79090
19587         PR tree-optimization/33562
19588         PR tree-optimization/61912
19589         PR tree-optimization/77485
19590         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
19591         and computed trims into the dump file.
19593 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
19595         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
19597 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
19599         PR c/79089
19600         * gimplify.c (gimplify_init_constructor): If want_value and
19601         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
19602         fix.
19604         PR target/79080
19605         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
19606         sequence.  Formatting fixes.
19607         (doloop_optimize): Formatting fixes.
19609         PR driver/49726
19610         * gcc.c (debug_level_greater_than_spec_func): New function.
19611         (static_spec_functions): Add debug-level-gt spec function.
19612         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
19613         !g0.
19614         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
19615         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
19616         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
19617         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
19618         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
19619         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
19621 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
19623         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
19624         QImode fixups to general and mask registers only.
19626 2017-01-16  Carl Love  <cel@us.ibm.com>
19628         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
19629         for built-in functions
19630         vector signed char vec_nabs (vector signed char)
19631         vector signed short vec_nabs (vector signed short)
19632         vector signed int vec_nabs (vector signed int)
19633         vector signed long long vec_nabs (vector signed long long)
19634         vector float vec_nabs (vector float)
19635         vector double vec_nabs (vector double)
19636         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
19637         and NABS overload.
19638         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
19639         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
19640         * doc/extend.texi: Update the documentation file for the new built-in
19641         functions.
19643 2017-01-16  Martin Sebor  <msebor@redhat.com>
19645         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
19646         message.
19648 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19650         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
19651         UNSPEC_VSX__XXSPLTD to require special splat handling.
19653 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
19655         PR bootstrap/78616
19656         * system.h: Poison strndup.
19658 2017-01-16  Alan Modra  <amodra@gmail.com>
19660         PR target/79098
19661         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
19662         use a switch.
19664 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
19666         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
19668 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
19670         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
19671         call recog here.  Assert that INSN_CODE (insn) is non-negative.
19673 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
19675         PR target/72749
19676         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
19677         fallthrough.
19678         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
19679         in the currently scheduled RTL fragment.
19681 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
19683         PR rtl-optimization/78751
19684         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
19685         give up.
19687 2017-01-14  Jeff Law  <law@redhat.com>
19689         PR tree-optimization/79090
19690         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
19691         variable length stores.
19692         (compute_trims): Delete dead assignment to *trim_tail.
19693         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
19694         zero length.
19696 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
19698         PR rtl-optimization/78626
19699         PR rtl-optimization/78727
19700         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
19701         of a block, and split such blocks after everything else is finished.
19703 2017-01-14  Alan Modra  <amodra@gmail.com>
19705         PR target/72749
19706         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
19707         target legitimate_combined_insn.
19708         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
19709         (rs6000_legitimate_combined_insn): New function.
19710         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
19711         all uses.
19712         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
19713         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
19714         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
19716 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
19718         * doc/frontends.texi (G++ and GCC): Remove references to Java.
19720 2017-01-13  Jeff Law  <law@redhat.com>
19722         PR tree-optimization/33562
19723         PR tree-optimization/61912
19724         PR tree-optimization/77485
19725         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
19726         a statement.
19727         (delete_dead_assignment): Likewise.
19728         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
19729         statement to delete_dead_call and delete_dead_assignment.
19731 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
19733         PR c/78304
19734         * substring-locations.c (format_warning_va): Strengthen case 1 so
19735         that both endpoints of the substring must be within the format
19736         range for just the substring to be printed.
19738 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
19740         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
19741         * config/i386/i386.c (ix86_target_string): Add missing options
19742         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
19743         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
19744         flags_other and ix86_target_other to flags2_other.  Display unknown
19745         isa2 options.
19746         (ix86_valid_target_attribute_inner_p): Add missing options and
19747         reorder options by implied ISAs, as in ix86_target_string.
19749 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
19751         * hash-table.h (hash_table::too_empty_p): New function.
19752         (hash_table::expand): Use it.
19753         (hash_table::traverse): Likewise.
19754         (hash_table::empty_slot): Use sizeof (value_type) instead of
19755         sizeof (PTR) to convert bytes to elements.  Shrink the table
19756         if the current size is excessive for the current number of
19757         elements.
19759 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
19761         * ira-costs.c (record_reg_classes): Break from the inner loop
19762         early once alt_fail is known to be true.  Update outer loop
19763         handling accordingly.
19765 2017-01-13  Jeff Law  <law@redhat.com>
19767         * tree-ssa-dse.c (decrement_count): New function.
19768         (increment_start_addr, maybe_trim_memstar_call): Likewise.
19769         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
19770         when we know the partially dead statement is a mem* function.
19772         PR tree-optimization/61912
19773         PR tree-optimization/77485
19774         * tree-ssa-dse.c: Include expr.h.
19775         (maybe_trim_constructor_store): New function.
19776         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
19778         PR tree-optimization/33562
19779         PR tree-optimization/61912
19780         PR tree-optimization/77485
19781         * doc/invoke.texi: Document new dse-max-object-size param.
19782         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
19783         * tree-ssa-dse.c: Include params.h.
19784         (dse_store_status): New enum.
19785         (initialize_ao_ref_for_dse): New, partially extracted from
19786         dse_optimize_stmt.
19787         (valid_ao_ref_for_dse, normalize_ref): New.
19788         (setup_live_bytes_from_ref, compute_trims): Likewise.
19789         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
19790         (maybe_trim_partially_dead_store): Likewise.
19791         (maybe_trim_complex_store): Likewise.
19792         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
19793         Track what bytes live from the original store.  Return tri-state
19794         for dead, partially dead or live.
19795         (dse_dom_walker): Add constructor, destructor and new private members.
19796         (delete_dead_call, delete_dead_assignment): New extracted from
19797         dse_optimize_stmt.
19798         (dse_optimize_stmt): Make a member of dse_dom_walker.
19799         Use initialize_ao_ref_for_dse.
19801         PR tree-optimization/33562
19802         PR tree-optimization/61912
19803         PR tree-optimization/77485
19804         * sbitmap.h (bitmap_count_bits): Prototype.
19805         (bitmap_clear_range, bitmap_set_range): Likewise.
19806         * sbitmap.c (bitmap_clear_range): New function.
19807         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
19809 2017-01-13  Martin Liska  <mliska@suse.cz>
19811         PR ipa/79043
19812         * function.c (set_cfun): Add new argument force.
19813         * function.h (set_cfun): Likewise.
19814         * ipa-inline-transform.c (inline_call): Use the function when
19815         strict alising from is dropped for function we inline to.
19817 2017-01-13  Richard Biener  <rguenther@suse.de>
19819         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
19820         for dumping GIMPLE INTEGER_CSTs.
19822 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19824         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
19825         to 201112L since C++17.
19827 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
19829         PR sanitizer/78887
19830         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
19831         if -fsanitize=kernel-address is present.
19833 2017-01-13  Richard Biener  <rguenther@suse.de>
19835         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
19836         as _Literal ( type ) number in case usual suffixes do not
19837         preserve all information.
19839 2017-01-13  Richard Biener  <rguenther@suse.de>
19841         PR tree-optimization/77283
19842         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
19843         and ssa-iterators.h.
19844         (is_feasible_trace): Implement a cost model based on joiner
19845         PHI node uses.
19847 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
19849         PR target/79004
19850         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
19851         char or short to __float128/_Float128 directly.
19853 2017-01-12  Martin Sebor  <msebor@redhat.com>
19855         to -Wformat-overflow.
19856         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
19857         (min_bytes_remaining): Same.
19858         (get_string_length): Same.
19859         (format_string): Same.
19860         (format_directive): Same.
19861         (add_bytes): Same.
19862         (pass_sprintf_length::handle_gimple_call): Same.
19864 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
19866         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
19867         info.nowrite calls with no lhs that can't throw.  Return bool
19868         whether gsi_remove has been called or not.
19869         (pass_sprintf_length::handle_gimple_call): Return bool whether
19870         try_substitute_return_value called gsi_remove.  Formatting fix.
19871         (pass_sprintf_length::execute): Don't use gsi_remove if
19872         handle_gimple_call returned true.
19874         PR bootstrap/79069
19875         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
19876         be removed due to side-effects, don't remove following barrier nor
19877         turn the successor edge into fallthru edge.
19879 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19881         PR target/79044
19882         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
19883         element-reversing loads and stores as not swappable.
19885 2017-01-12  Nathan Sidwell  <nathan@acm.org>
19886             Nicolai Stange  <nicstange@gmail.com>
19888         * combine.c (try_combine): Don't ignore result of overlap checking
19889         loop.  Combine overlap & asm check into single loop.
19891 2017-01-12  Richard Biener  <rguenther@suse.de>
19893         * tree-pretty-print.c (dump_generic_node): Provide -gimple
19894         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
19896 2017-01-12  Richard Biener  <rguenther@suse.de>
19898         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
19899         and TS_TARGET_OPTION directly derive from TS_BASE.
19900         * tree-core.h (tree_optimization_option): Derive from tree_base.
19901         (tree_target_option): Likewise.
19903 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
19905         * config/i386/i386.c (memory_address_length): Increase len
19906         only when rip_relative_addr_p returns false.
19908 2017-01-11  Julia Koval  <julia.koval@intel.com>
19910         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
19911         (OPTION_MASK_ISA_SGX_SET): New.
19912         (ix86_handle_option): Handle OPT_msgx.
19913         * config.gcc: Added sgxintrin.h.
19914         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
19915         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
19916         * config/i386/i386.c (ix86_target_string): Add -msgx.
19917         (PTA_SGX): New.
19918         (ix86_option_override_internal): Handle new options.
19919         (ix86_valid_target_attribute_inner_p): Add sgx.
19920         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
19921         * config/i386/i386.opt: Add msgx.
19922         * config/i386/sgxintrin.h: New file.
19923         * config/i386/x86intrin.h: Add sgxintrin.h.
19925 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
19927         PR c++/71537
19928         * fold-const.c (maybe_nonzero_address): Return 1 for function
19929         local objects.
19930         (tree_single_nonzero_warnv_p): Don't handle function local objects
19931         here.
19933         PR c++/72813
19934         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
19935         of c-header.
19937 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
19939         PR driver/78877
19940         * opts.c: Include "spellcheck.h"
19941         (struct string_fragment): New struct.
19942         (struct edit_distance_traits<const string_fragment &>): New
19943         struct.
19944         (get_closest_sanitizer_option): New function.
19945         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
19947 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
19949         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
19950         by 12.
19951         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
19952         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
19953         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
19954         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
19955         for initial die_offset if dwarf_split_debug_info.
19956         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
19957         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
19958         fields.
19959         (output_skeleton_debug_sections): Formatting fix.  Use
19960         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
19961         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
19963 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
19965         * config/arm/cortex-a53.md: Add bypasses for
19966         cortex_a53_r2f_cvt.
19967         (cortex_a53_r2f): Only use for transfers.
19968         (cortex_a53_f2r): Likewise.
19969         (cortex_a53_r2f_cvt): Add reservation for conversions.
19970         (cortex_a53_f2r_cvt): Likewise.
19972 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
19974         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
19975         to all inlined functions, change static to extern.
19977 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
19979         PR target/78253
19980         * config/arm/arm.c (legitimize_pic_address): Handle reference to
19981         weak symbol.
19982         (arm_assemble_integer): Likewise.
19984 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
19986         * config.gcc: Use new awk script to check CPU, FPU and architecture
19987         parameters for --with-... options.
19988         * config/arm/parsecpu.awk: New file
19989         * config/arm/arm-cpus.in: New file.
19990         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
19991         files.
19992         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
19993         files.
19994         * config/arm/t-arm: Update dependency rules.
19995         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
19996         of processing .def files.
19997         * config/arm/genopt.sh: Deleted.
19998         * config/arm/gentune.sh: Deleted.
19999         * config/arm/arm-cores.def: Deleted.
20000         * config/arm/arm-arches.def: Deleted.
20001         * config/arm/arm-fpus.def: Deleted.
20002         * config/arm/arm-tune.md: Regenerated.
20003         * config/arm/arm-tables.opt: Regenerated.
20004         * config/arm/arm-cpu.h: New generated file.
20005         * config/arm/arm-cpu-data.h: New generated file.
20006         * config/arm/arm-cpu-cdata.h: New generated file.
20008 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
20010         PR lto/79042
20011         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
20012         bit.
20013         (input_varpool_node): Unpack dynamically_initialized bit.
20015 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
20017         PR rtl-optimization/79032
20018         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
20019         the alignment of the adjusted memory reference against that of MODE,
20020         instead of the alignment of the original memory reference.
20022 2017-01-11  Martin Jambor  <mjambor@suse.cz>
20024         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
20025         test.
20026         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
20027         decorated functions.
20029 2017-01-11  Richard Biener  <rguenther@suse.de>
20031         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
20032         set range/nonnull info for PHI results.  Do not set it on
20033         stmts marked for removal.
20035 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
20037         * expr.c (store_field): In the bitfield case, fetch the return value
20038         from the registers before applying a single big-endian adjustment.
20039         Always do a final load for a BLKmode value not larger than a word.
20041 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
20043         PR c++/77949
20044         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
20045         that we correctly handle column numbers greater than
20046         LINE_MAP_MAX_COLUMN_NUMBER.
20048 2017-01-10  Martin Sebor  <msebor@redhat.com>
20050         PR middle-end/78245
20051         * gimple-ssa-sprintf.c (get_destination_size): Call
20052         {init,fini}object_sizes.
20053         * tree-object-size.c (addr_object_size): Adjust.
20054         (pass_through_call): Adjust.
20055         (pass_object_sizes::execute): Adjust.
20056         * tree-object-size.h (fini_object_sizes): Declare.
20058 2017-01-10  Martin Sebor  <msebor@redhat.com>
20060         PR tree-optimization/78775
20061         * builtins.c (get_size_range): Move...
20062         * calls.c: ...to here.
20063         (alloc_max_size): Accept zero argument.
20064         (operand_signed_p): Remove.
20065         (maybe_warn_alloc_args_overflow): Call get_size_range.
20066         * calls.h (get_size_range): Declare.
20068 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
20070         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
20071         from TI's devices.csv file as of September 2016.
20072         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
20074 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
20076         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
20077         * doc/invoke.texi: Likewise.
20078         * doc/md.texi: Likewise.
20079         * doc/objc.texi: Likewise.
20081 2017-01-10  Joshua Conner  <joshconner@google.com>
20083         * config/arm/fuchsia-elf.h: New file.
20084         * config/fuchsia.h: New file.
20085         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
20086         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
20087         targets.
20088         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
20090 2016-01-10  Richard Biener  <rguenther@suse.de>
20092         PR tree-optimization/79034
20093         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
20094         Propagate out degenerate PHIs in the joiner.
20096 2017-01-10  Martin Liska  <mliska@suse.cz>
20098         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
20099         (sort_congruence_classes_by_decl_uid): Likewise.
20100         (sort_congruence_class_groups_by_decl_uid): Likewise.
20101         (sem_item_optimizer::merge_classes): Sort class, groups in these
20102         classes and members in the groups by DECL_UID of declarations.
20103         This would make merge operations stable.
20105 2017-01-10  Martin Liska  <mliska@suse.cz>
20107         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
20108         usage of m_classes_vec.
20109         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
20110         (sem_item_optimizer::get_group_by_hash): Likewise.
20111         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
20112         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
20113         (sem_item_optimizer::verify_classes): Likewise.
20114         (sem_item_optimizer::process_cong_reduction): Likewise.
20115         (sem_item_optimizer::dump_cong_classes): Likewise.
20116         (sem_item_optimizer::merge_classes): Likewise.
20117         * ipa-icf.h (congruence_class_hash): Rename from
20118         congruence_class_group_hash.  Remove declaration of m_classes_vec.
20120 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
20122         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
20123         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
20124         * config.gcc: Add avx512vpopcntdqintrin.h.
20125         * config/i386/avx512vpopcntdqintrin.h: New.
20126         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
20127         * config/i386/i386-builtin-types.def: Add new types.
20128         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
20129         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
20130         __builtin_ia32_vpopcountq_v8di_mask): New.
20131         * config/i386/i386-c.c (ix86_target_macros_internal): Define
20132         __AVX512VPOPCNTDQ__.
20133         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
20134         (PTA_AVX512VPOPCNTDQ): Define.
20135         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
20136         TARGET_AVX512VPOPCNTDQ_P): Define.
20137         * config/i386/i386.opt: Add mavx512vpopcntdq.
20138         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
20139         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
20141 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
20143         PR middle-end/77484
20144         * predict.def (PRED_CALL): Set to 67.
20146 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
20148         * expr.c (store_field): In the bitfield case, if the value comes from
20149         a function call and is of an aggregate type returned in registers, do
20150         not modify the field mode; extract the value in all cases if the mode
20151         is BLKmode and the size is not larger than a word.
20153 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
20155         PR target/71017
20156         * config/i386/cpuid.h: Fix undefined behavior.
20158 2017-01-04  Jeff Law  <law@redhat.com>
20160         PR tree-optimization/79007
20161         PR tree-optimization/67955
20162         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
20163         conservative for pt.null when flag_non_call_exceptions is on.
20165 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
20167         PR translation/79019
20168         PR translation/79020
20169         * params.def (PARAM_INLINE_MIN_SPEEDUP,
20170         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
20171         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
20172         in descriptions.
20173         * config/avr/avr.opt (maccumulate-args): Likewise.
20174         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
20175         * common.opt (freport-bug): Likewise.
20176         * cif-code.def (CIF_FINAL_ERROR): Likewise.
20177         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
20178         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
20179         translatable string.
20180         * config/i386/i386.c (function_value_32): Likewise.
20181         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
20182         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
20183         Likewise.
20184         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
20185         * common/config/msp430/msp430-common.c (msp430_handle_option):
20186         Likewise.
20187         * symtab.c (symtab_node::verify_base): Likewise.
20188         * opts.c (set_debug_level): Likewise.
20189         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
20190         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
20191         missing whitespace to translatable strings.
20192         * config/avr/avr.md (bswapsi2): Fix typo in comment.
20193         * config/sh/superh.h: Likewise.
20194         * config/i386/xopintrin.h: Likewise.
20195         * config/i386/znver1.md: Likewise.
20196         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
20197         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
20198         * double-int.h (struct double_int): Likewise.
20199         * double-int.c (div_and_round_double): Likewise.
20200         * wide-int.cc: Likewise.
20201         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
20202         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
20203         * cfgcleanup.c (crossjumps_occured): Renamed to ...
20204         (crossjumps_occurred): ... this.
20205         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
20206         Adjust all uses.
20208         PR tree-optimization/78899
20209         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
20210         returning bool return struct loop *, NULL for failure and the new
20211         loop on success.
20212         (versionable_outer_loop_p): Don't version outer loop if it has
20213         dont_vectorized bit set.
20214         (tree_if_conversion): When versioning outer loop, ensure
20215         tree_if_conversion is performed also on the inner loop of the
20216         non-vectorizable outer loop copy.
20217         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
20218         LOOP_VECTORIZED in inner loop of the scalar outer loop and
20219         prevent vectorization of it.
20220         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
20221         the outer loop vectorization of the non-scalar version is attempted
20222         before vectorization of the inner loop in scalar version.  If
20223         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
20224         vectorization of its inner loop.
20225         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
20226         has 2 inner loops, rename also on edges from bb whose single pred
20227         is outer_loop->header.  Fix typo in function comment.
20229 2017-01-09  Martin Sebor  <msebor@redhat.com>
20231         PR bootstrap/79033
20232         * asan.c (asan_emit_stack_protection): Increase local buffer size
20233         to avoid snprintf truncation warning.
20235 2017-01-09  Andrew Pinski  <apinski@cavium.com>
20237         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
20238         to reference thunderx2t99 for the tuning structure
20239         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
20240         Rename to ...
20241         (thunderx2t99_extra_costs): This.
20242         * config/aarch64/aarch64-tune.md: Regenerate.
20243         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
20244         (vulcan_addrcost_table): This.
20245         (vulcan_regmove_cost): Rename to ...
20246         (thunderx2t99_regmove_cost): This.
20247         (vulcan_vector_cost): Rename to ...
20248         (thunderx2t99_vector_cost): this.
20249         (vulcan_branch_cost): Rename to ...
20250         (thunderx2t99_branch_cost): This.
20251         (vulcan_tunings): Rename to ...
20252         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
20253         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
20255 2017-01-09  Martin Jambor  <mjambor@suse.cz>
20257         PR ipa/78365
20258         PR ipa/78599
20259         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
20260         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
20261         (propagate_vr_accross_jump_function): Use the above function for all
20262         value range computations for pass-through jump functions and type
20263         converasion from explicit value range values.
20264         (ipcp_propagate_stage): Do not attempt to deduce types of formal
20265         parameters from TYPE_ARG_TYPES.
20266         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
20267         (ipa_write_node_info): Stream type of the actual argument.
20268         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
20270 2017-01-09  Martin Liska  <mliska@suse.cz>
20272         PR pch/78970
20273         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
20274         (lookup_compiler): Do not show error message with have_E.
20276 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
20278         PR tree-optimization/78938
20279         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
20280         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
20281         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
20282         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
20283         fixes.
20285 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20287         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
20288         is const0_rtx.
20290 2017-01-09  Richard Biener  <rguenther@suse.de>
20292         PR tree-optimization/78997
20293         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
20294         name condition properly.
20296 2017-01-09  Richard Biener  <rguenther@suse.de>
20298         PR debug/79000
20299         * dwarf2out.c (is_cxx): New overload with context.
20300         (is_naming_typedef_decl): Use it.
20302 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
20304         * invoke.texi (Option Summary): Correct spacing in option lists
20305         and add line breaks to fix over-long lines.
20307 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
20309         PR middle-end/17660
20311         * extend.texi (Common Variable Attributes): Add xref to GCC
20312         Internals manual to explain mode attribute keywords.
20314 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
20316         PR other/16519
20317         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
20318         and Preprocessor Options.
20319         (Options for Linking): Document -pthread here....
20320         (RS/6000 and PowerPC Options): ...not here.
20321         (Solaris 2 Options): ...or here.
20322         * doc/cppopts.texi: Document -pthread.
20324 2017-01-08  Martin Sebor  <msebor@redhat.com>
20326         PR middle-end/77708
20327         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
20328         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
20329         New member functions.
20330         (format_directive): Used them.
20331         (add_bytes): Same.
20332         (pass_sprintf_length::handle_gimple_call): Same.
20333         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
20334         to avoid truncation for any argument.
20335         (extract_affine_mul): Same.
20336         * tree.c (get_file_function_name): Same.
20338 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
20340         PR middle-end/77484
20341         * predict.def (PRED_INDIR_CALL): Set to 86.
20343 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
20345         PR preprocessor/54124
20346         * doc/cppopts.texi: Reformat -d subtable to list the full name
20347         of the options.  Add cross-reference to the docs for the general
20348         compiler -d options.
20349         * doc/invoke.texi (Developer Options): Add cross-reference to the
20350         preprocessor-specific -d option documentation.
20352 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
20354         PR preprocessor/13498
20355         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
20356         redudant material, and reflect new command-line options.
20357         (System Headers): Likewise.
20359 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
20361         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
20362         -isystem, and -idirafter.  Copy-edit.
20363         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
20364         default for -ftrack-macro-expansion.  Delete obsolete and
20365         badly-formatted implementation details about -fdebug-cpp output.
20366         * doc/cppwarnopts.texi: Copy-edit.
20368 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
20370         PR c++/72803
20371         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
20372         that the transition from a max line width >= 1<<10 to narrower
20373         lines works correctly.
20375 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
20377         * doc/options.texi (PerFunction): New.
20378         * opt-functions.awk (switch_flags): Map both Optimization and
20379         PerFunction to CL_OPTIMIZATION.
20380         * opth-gen.awk: Test for PerFunction flag along with
20381         Optimization.
20382         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
20383         it only when the latter is present.  Skip those that don't in
20384         the hash function generator.
20385         * common.opt (fvar-tracking): Mark as PerFunction instead of
20386         Optimization.
20387         (fvar-tracking-assignments): Likewise.
20388         (fvar-tracking-assignments-toggle): Likewise.
20389         (fvar-tracking-uninit): Likewise.
20391 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
20393         PR translation/79018
20394         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
20395         the and store.
20397 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
20399         PR target/57583
20400         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
20401         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
20402         TARGET_LONG_JUMP_TABLE_OFFSETS.
20403         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
20404         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
20405         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
20406         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
20407         * config/m68k/m68k.md (tablejump expander): Likewise.
20408         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
20409         TARGET_LONG_JUMP_TABLE_OFFSETS.
20410         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
20411         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
20413 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
20414             David Holsgrove <david.holsgrove@xilinx.com>
20416         * common/config/microblaze/microblaze-common.c
20417         (TARGET_EXCEPT_UNWIND_INFO): Remove.
20418         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
20419         New prototype.
20420         * config/microblaze/microblaze.c (microblaze_must_save_register)
20421         (microblaze_expand_epilogue, microblaze_return_addr): Handle
20422         calls_eh_return.
20423         (microblaze_eh_return): New function.
20424         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
20425         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
20426         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
20427         * config/microblaze/microblaze.md (eh_return): New pattern.
20429 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
20431         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
20432         GCC_DIAGNOSTIC_STRINGIFY): Define.
20434         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
20436 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20438         * config/arm/arm.md (<mcrr>): New.
20439         (<mrrc>): New.
20440         * config/arm/arm.c (arm_arch5te): New.
20441         (arm_option_override): Set arm_arch5te.
20442         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
20443         and mrrc2.
20444         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
20445         (arm_mcrr_qualifiers): ... this. New.
20446         (MRRC_QUALIFIERS): Define to...
20447         (arm_mrrc_qualifiers): ... this. New.
20448         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
20449         __arm_mrrc2): New.
20450         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
20451         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
20452         (MRRCI, mrrc, MRRC): New.
20453         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
20454         VUNSPEC_MRRC2): New.
20456 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20458         * config/arm/arm.md (<mcr>): New.
20459         (<mrc>): New.
20460         * config/arm/arm.c (arm_coproc_builtin_available): Add
20461         support for mcr, mrc, mcr2 and mrc2.
20462         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
20463         (arm_mcr_qualifiers): ... this. New.
20464         (MRC_QUALIFIERS): Define to ...
20465         (arm_mrc_qualifiers): ... this. New.
20466         (MCR_QUALIFIERS): Define to ...
20467         (arm_mcr_qualifiers): ... this. New.
20468         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
20469         __arm_mrc2): New.
20470         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
20471         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
20472         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
20473         VUNSPEC_MRC2): New.
20475 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20477         * config/arm/arm.md (*ldc): New.
20478         (*stc): New.
20479         (<ldc>): New.
20480         (<stc>): New.
20481         * config/arm/arm.c (arm_coproc_builtin_available): Add
20482         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
20483         (arm_coproc_ldc_stc_legitimate_address): New.
20484         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
20485         'qualifier_const_pointer'.
20486         (LDC_QUALIFIERS): Define to...
20487         (arm_ldc_qualifiers): ... this. New.
20488         (STC_QUALIFIERS): Define to...
20489         (arm_stc_qualifiers): ... this. New.
20490         * config/arm/arm-protos.h
20491         (arm_coproc_ldc_stc_legitimate_address): New.
20492         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
20493         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
20494         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
20495         stc2, stcl, stc2l): New.
20496         * config/arm/constraints.md (Uz): New.
20497         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
20498         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
20499         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
20500         VUNSPEC_STC2L): New.
20502 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20504         * config/arm/arm.md (<cdp>): New.
20505         * config/arm/arm.c (neon_const_bounds): Rename this ...
20506         (arm_const_bounds): ... this.
20507         (arm_coproc_builtin_available): New.
20508         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
20509         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
20510         (CDP_QUALIFIERS): Define to...
20511         (arm_cdp_qualifiers): ... this. New.
20512         (void_UP): Define.
20513         (arm_expand_builtin_args): Add case for 6 arguments.
20514         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
20515         (arm_const_bounds): ... this.
20516         (arm_coproc_builtin_available): New.
20517         * config/arm/arm_acle.h (__arm_cdp): New.
20518         (__arm_cdp2): New.
20519         * config/arm/arm_acle_builtins.def (cdp): New.
20520         (cdp2): New.
20521         * config/arm/iterators.md (CDPI,CDP,cdp): New.
20522         * config/arm/neon.md: Rename all 'neon_const_bounds' to
20523         'arm_const_bounds'.
20524         * config/arm/types.md (coproc): New.
20525         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
20526         * doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
20527         * doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
20528         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
20530 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20532         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
20533         (UBINOP_QUALIFIERS): New.
20534         (si_UP): Define.
20535         (acle_builtin_data): New. Change comment.
20536         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
20537         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
20538         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
20539         arm_acle_builtins.def.
20540         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
20541         (arm_init_acle_builtins): New.
20542         (CRC32_BUILTIN): Remove.
20543         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
20544         crc32cb, crc32ch and crc32cw.
20545         (arm_init_crc32_builtins): Remove.
20546         (arm_init_builtins): Use arm_init_acle_builtins rather
20547         than arm_init_crc32_builtins.
20548         (arm_expand_acle_builtin): New.
20549         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
20550         * config/arm/arm_acle_builtins.def: New.
20552 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20554         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
20555         (arm_builtin_datum): ... this.
20556         (arm_init_neon_builtin): Rename to ...
20557         (arm_init_builtin): ... this. Add a new parameters PREFIX
20558         and USE_SIG_IN_NAME.
20559         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
20560         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
20561         'arm_builtin_datum'.
20562         (arm_init_vfp_builtins): Likewise.
20563         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
20564         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
20565         (arm_expand_neon_args): Rename to ...
20566         (arm_expand_builtin_args): ... this. Rename builtin_arg
20567         enum values and differentiate between ARG_BUILTIN_MEMORY
20568         and ARG_BUILTIN_NEON_MEMORY.
20569         (arm_expand_neon_builtin_1): Rename to ...
20570         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
20571         values, arm_expand_builtin_args and add bool parameter NEON.
20572         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
20573         (arm_expand_vfp_builtin): Likewise.
20574         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
20576 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
20578         PR middle-end/77484
20579         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
20580         * predict.c (tree_estimate_probability_bb): Reverse direction of
20581         polymorphic call predictor.
20583 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
20585         * passes.c (execute_one_pass): Split out pass-skipping logic into...
20586         (determine_pass_name_match): ...this new function and...
20587         (should_skip_pass_p): ...this new function.
20589 2017-01-06  Nathan Sidwell  <nathan@acm.org>
20591         * ipa-visibility.c (function_and_variable_visibility): Reformat
20592         comments and long lines.  Remove extrneous if.
20593         * symtab.c (symtab_node::make_decl_local): Fix code format.
20594         (symtab_node::set_section_for_node): Fix comment typo.
20596 2017-01-06  Martin Liska  <mliska@suse.cz>
20598         PR bootstrap/79003
20599         * lra-constraints.c: Rename invariant to lra_invariant.
20600         * predict.c (set_even_probabilities): Initialize e to NULL.
20602 2017-01-05  Martin Sebor  <msebor@redhat.com>
20604         PR tree-optimization/78910
20605         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
20606         (format_integer): Correct off-by-one error in the handling
20607         of precision with negative numbers in signed conversions..
20609 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
20611         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
20613 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
20615         PR tree-optimization/71016
20616         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
20617         factor_out_conditional_conversion.  Formatting fix.
20618         (factor_out_conditional_conversion): Add cond_stmt argument.
20619         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
20620         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
20621         Formatting fix.
20623 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
20625         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
20626         read-rtl-function.o, and selftest-rtl.o.
20627         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
20628         (selftest::aarch64_test_loading_full_dump): New function.
20629         (selftest::aarch64_run_selftests): New function.
20630         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
20631         selftest::aarch64_run_selftests.
20632         * config/i386/i386.c
20633         (selftest::ix86_test_loading_dump_fragment_1): New function.
20634         (selftest::ix86_test_loading_call_insn): New function.
20635         (selftest::ix86_test_loading_full_dump): New function.
20636         (selftest::ix86_test_loading_unspec): New function.
20637         (selftest::ix86_run_selftests): Call the new functions.
20638         * emit-rtl.c (maybe_set_max_label_num): New function.
20639         * emit-rtl.h (maybe_set_max_label_num): New decl.
20640         * function.c (instantiate_decls): Guard call to
20641         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
20642         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
20643         "static".
20644         * gensupport.c (gen_reader::gen_reader): Pass "false"
20645         for new "compact" param of rtx_reader.
20646         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
20647         rather than an empty string for NULL strings.
20648         * read-md.c: Potentially include config.h rather than bconfig.h.
20649         Wrap include of errors.h with #ifdef GENERATOR_FILE.
20650         (have_error): New global, copied from errors.c.
20651         (md_reader::read_name): Rename to...
20652         (md_reader::read_name_1): ...this, adding "out_loc" param,
20653         and converting "missing name or number" to returning false, rather
20654         than failing.
20655         (md_reader::read_name): Reimplement in terms of read_name_1.
20656         (md_reader::read_name_or_nil): New function.
20657         (md_reader::read_string): Handle "(nil)" by returning NULL.
20658         (md_reader::md_reader): Add new param "compact".
20659         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
20660         (md_reader::read_file): New method.
20661         * read-md.h (md_reader::md_reader): Add new param "compact".
20662         (md_reader::read_file): New method.
20663         (md_reader::is_compact): New accessor.
20664         (md_reader::read_name): Convert return type from void to file_location.
20665         (md_reader::read_name_or_nil): New decl.
20666         (md_reader::read_name_1): New decl.
20667         (md_reader::m_compact): New field.
20668         (noop_reader::noop_reader): Pass "false" for new "compact" param
20669         of rtx_reader.
20670         (rtx_reader::rtx_reader): Add new "compact" param.
20671         (rtx_reader::read_rtx_operand): Make virtual and convert return
20672         type from void to rtx.
20673         (rtx_reader::read_until): New decl.
20674         (rtx_reader::handle_any_trailing_information): New virtual function.
20675         (rtx_reader::postprocess): New virtual function.
20676         (rtx_reader::finalize_string): New virtual function.
20677         (rtx_reader::m_in_call_function_usage): New field.
20678         (rtx_reader::m_reuse_rtx_by_id): New field.
20679         * read-rtl-function.c: New file.
20680         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
20681         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
20682         (selftest::verify_three_block_rtl_cfg): New decl.
20683         * read-rtl-function.h: New file.
20684         * read-rtl.c: Potentially include config.h rather than bconfig.h.
20685         For host, include function.h, memmodel.h, and emit-rtl.h.
20686         (one_time_initialization): New function.
20687         (struct compact_insn_name): New struct.
20688         (compact_insn_names): New array.
20689         (find_code): Handle insn codes in compact dumps.
20690         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
20691         (bind_subst_iter_and_attr): Likewise.
20692         (add_condition_to_string): Likewise.
20693         (add_condition_to_rtx): Likewise.
20694         (apply_attribute_uses): Likewise.
20695         (add_current_iterators): Likewise.
20696         (apply_iterators): Likewise.
20697         (initialize_iterators): Guard usage of apply_subst_iterator with
20698         #ifdef GENERATOR_FILE.
20699         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
20700         (md_reader::read_mapping): Likewise.
20701         (add_define_attr_for_define_subst): Likewise.
20702         (add_define_subst_attr): Likewise.
20703         (read_subst_mapping): Likewise.
20704         (check_code_iterator): Likewise.
20705         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
20706         logic to...
20707         (one_time_initialization): New function.
20708         (rtx_reader::read_until): New method.
20709         (read_flags): New function.
20710         (parse_reg_note_name): New function.
20711         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
20712         Handle reuse_rtx ids.
20713         Wrap iterator lookup within #ifdef GENERATOR_FILE.
20714         Add parsing support for RTL dumps, mirroring the special-cases in
20715         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
20716         values, and calling handle_any_trailing_information.
20717         (rtx_reader::read_rtx_operand): Convert return type from void
20718         to rtx, returning return_rtx.  Handle case 'e'.  Call
20719         finalize_string on XSTR and XTMPL fields.
20720         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
20721          "(nil)" values were omitted.  Call the postprocess vfunc on the
20722         return_rtx.
20723         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
20724         class ctor.  Initialize m_in_call_function_usage.  Call
20725         one_time_initialization.
20726         * rtl-tests.c (selftest::test_uncond_jump): Call
20727         set_new_first_and_last_insn.
20728         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
20729         * selftest-rtl.c: New file.
20730         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
20731         (selftest::get_insn_by_uid): New decl.
20732         * selftest-run-tests.c (selftest::run_tests): Call
20733         read_rtl_function_c_tests.
20734         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
20735         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
20736         dumps.
20738 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
20740         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
20741         operands in a special way.  Assert that pos+len <= mode precision.
20743 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
20745         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
20746         3 argument Alias with unlimited for the negative form.
20747         (fno-vect-cost-model): Removed.
20749 2017-01-05  Martin Liska  <mliska@suse.cz>
20751         * hsa-gen.c (gen_hsa_divmod): New function.
20752         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
20754 2017-01-05  Martin Liska  <mliska@suse.cz>
20756         PR pch/78970
20757         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
20758         header.
20760 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20762         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
20763         small constant length operands.
20765 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20767         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
20768         between loop iterations.
20770 2017-01-05  Martin Liska  <mliska@suse.cz>
20772         PR sanitizer/78815
20773         * gimplify.c (gimplify_decl_expr): Compare to
20774         asan_poisoned_variables instread of checking flags.
20775         (gimplify_target_expr): Likewise.
20776         (gimplify_expr): Likewise.
20777         (gimplify_function_tree): Conditionally initialize
20778         asan_poisoned_variables.
20780 2017-01-04  Jeff Law  <law@redhat.com>
20782         PR tree-optimizatin/78812
20783         * rtl.h (contains_mem_rtx_p): Prototype.
20784         * ifcvt.c (containts_mem_rtx_p): Move from here to...
20785         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
20786         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
20787         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
20788         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
20790 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
20792         * input.c (assert_char_at_range): Default-initialize actual_range.
20794 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
20796         * df-scan.c (df_ref_create_structure): Make regno unsigned,
20797         to match the caller.
20799 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
20801         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
20802         insns after final jump in test to emit dummy move.
20804 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
20806         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
20807         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
20809 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
20811         * multiple_target.c (create_dispatcher_calls): Init e_next.
20812         * tree-ssa-loop-split.c (split_loop): Init border.
20813         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
20814         scalar_type.
20816 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
20818         PR target/71977
20819         PR target/70568
20820         PR target/78823
20821         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
20822         (altivec_register_operand): Do not return true if the operand
20823         contains a SUBREG mixing SImode and SFmode.
20824         (vsx_register_operand): Likewise.
20825         (vsx_reg_sfsubreg_ok): New predicate.
20826         (vfloat_operand): Do not return true if the operand contains a
20827         SUBREG mixing SImode and SFmode.
20828         (vint_operand): Likewise.
20829         (vlogical_operand): Likewise.
20830         (gpc_reg_operand): Likewise.
20831         (int_reg_operand): Likewise.
20832         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
20833         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
20834         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
20835         SImode and SFmode.
20836         (rs6000_emit_move_si_sf_subreg): New helper function.
20837         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
20838         fixup SUBREGs involving SImode and SFmode.
20839         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
20840         numbers for the new peephole2 optimization.
20841         (peephole2 for SFmode unions): New peephole2 to optimize cases in
20842         the GLIBC math library that do AND/IOR/XOR operations on single
20843         precision floating point.
20844         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
20845         target macros to say whether we need to avoid SUBREGs mixing
20846         SImode and SFmode.
20847         (TARGET_ALLOW_SF_SUBREG): Likewise.
20848         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
20849         (UNSPEC_SI_FROM_SF): Likewise.
20850         (iorxor): Change spacing.
20851         (and_ior_xor): New iterator for AND, IOR, and XOR.
20852         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
20853         (movdi_from_sf_zero_ext): Likewise.
20854         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
20855         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
20856         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
20857         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
20858         (fms<mode>4): Likewise.
20859         (fnma<mode>4): Likewise.
20860         (fnms<mode>4): Likewise.
20861         (nfma<mode>4): Likewise.
20862         (nfms<mode>4): Likewise.
20864 2017-01-04  Marek Polacek  <polacek@redhat.com>
20866         PR c++/64767
20867         * doc/invoke.texi: Document -Wpointer-compare.
20869 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
20871         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
20872         RejectNegative.
20874         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
20875         descriptions for -gdwarf-5 and emit them as uleb128 instead of
20876         2-byte data.
20878 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20880         PR target/78056
20881         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
20882         documentation of the powerpc_popcntb_ok attribute.
20883         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
20884         code to issue warning messages if a requested CPU configuration is
20885         not supported by the binary (assembler and loader) toolchain.
20886         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
20887         made to define a built-in function that has been disabled.
20888         (paired_init_builtins): Add assertion to prevent ICE if attempt is
20889         made to define a built-in function that has been disabled.
20890         (altivec_init_builtins): Add comment explaining why definition
20891         of the DST built-in functions is not preceded by an assertion
20892         check.  Add assertions to prevent ICE if attempts are made to
20893         define an altivec predicate or an abs* built-in function that has
20894         been disabled.
20895         (htm_init_builtins): Add comment explaining why definition of the
20896         htm built-in functions is not preceded by an assertion check.
20898 2017-01-04  Jeff Law  <law@redhat.com>
20900         PR tree-optimizatin/67955
20901         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
20902         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
20903         the points-to solution does not include pt_null.  Use DECL_PT_UID
20904         unconditionally.
20906 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
20908         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
20909         Use gen_int_mode instead of gen_lopwart for const_int operands.
20911 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
20913         PR tree-optimization/71563
20914         * match.pd: Simplify X << Y into X if Y is known to be 0 or
20915         out of range value - has low bits known to be zero.
20917 2017-01-04  Alan Modra  <amodra@gmail.com>
20919         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
20920         * configure: Regenerate.
20921         * config.in: Regenerate.
20923 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
20925         PR bootstrap/77569
20926         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
20927         a substring of the message, but strcmp with the whole message.  Ifdef
20928         ENABLE_NLS, translate the message first using dgettext.
20930 2017-01-03  Jeff Law  <law@redhat.com>
20932         PR tree-optimizatin/78856
20933         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
20934         (mark_threaded_blocks): Remove code to truncate thread paths that
20935         cross multiple loop headers.  Instead invalidate the cached loop
20936         iteration information and handle case of a thread path walking
20937         into an irreducible region.
20939 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
20941         PR target/78900
20942         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
20943         assertions.  Add support for doing the signbit if the IEEE 128-bit
20944         floating point value is in a GPR.
20945         * config/rs6000/rs6000.md (Fsignbit): Delete.
20946         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
20947         Update the length attribute if the value is in a GPR.
20948         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
20949         the sign or zero extension instruction, since the value is always 0/1.
20950         (signbit<mode>2_dm2): Delete using <Fsignbit>.
20952         PR target/78953
20953         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
20954         extracting SImode to a GPR register so that we can generate a
20955         store, limit the vector to be in a traditional Altivec register
20956         for the vextuwrx instruction.
20958 2017-01-03  Ian Lance Taylor  <iant@google.com>
20960         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
20962 2017-01-03  Martin Sebor  <msebor@redhat.com>
20964         PR tree-optimization/78696
20965         * gimple-ssa-sprintf.c (format_floating): Correct handling of
20966         precision.  Use MPFR for %f for greater fidelity.  Correct handling
20967         of %g.
20968         (pass_sprintf_length::compute_format_length): Set width and precision
20969         specified by asrerisk to void_node for vararg functions.
20970         (try_substitute_return_value): Adjust dump output.
20972 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
20974         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
20976 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
20978         * doc/invoke.texi (SPARC options): Document -mlra as the default.
20979         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
20980         -mlra/-mno-lra was passed to the compiler.
20982 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
20984         PR rtl-optimization/65618
20985         * emit-rtl.c (try_split): Move initialization of "before" and
20986         "after" to just before the call to emit_insn_after_setloc.
20988 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
20990         * doc/md.texi (Standard Names): Remove reference to Java frontend.
20992 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
20994         * dwarf2out.c (gen_enumeration_type_die): When
20995         -gno-strict-dwarf, add a DW_AT_encoding attribute.
20997 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
20999         PR tree-optimization/78965
21000         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
21001         Change first argument from const call_info & to call_info &.  For %n
21002         set info.nowrite to false.
21004         PR middle-end/78901
21005         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
21006         possibly throwing calls.
21008         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
21009         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
21010         and fns handling, rather than in a separate case SSA_NAME.
21012 2017-01-02  Jeff Law  <law@redhat.com>
21014         * config/darwin-driver.c (darwin_driver_init): Const-correctness
21015         fixes for first_period and second_period variables.
21017 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
21019         PR target/78967
21020         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
21021         (*insvqi_1): New insn pattern.
21022         (*insvqi_1_mem_rex64): Ditto.
21023         (*insvqi_2): Ditto.
21024         (*insvqi_3): Rename from *insvqi.
21026         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
21028 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
21030         * doc/cfg.texi (Edges): Remove reference to Java.
21031         (Maintaining the CFG): Ditto.
21033 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
21035         PR middle-end/77674
21036         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
21037         transparent aliases.
21039 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
21041         PR middle-end/77484
21042         * predict.def (PRED_CALL): Update hitrate.
21043         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
21044         * predict.c (tree_estimate_probability_bb): Split CALL predictor
21045         into direct/indirect/polymorphic variants.
21047 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
21049         Update copyright years.
21051         * gcc.c (process_command): Update copyright notice dates.
21052         * gcov-dump.c (print_version): Ditto.
21053         * gcov.c (print_version): Ditto.
21054         * gcov-tool.c (print_version): Ditto.
21055         * gengtype.c (create_file): Ditto.
21056         * doc/cpp.texi: Bump @copying's copyright year.
21057         * doc/cppinternals.texi: Ditto.
21058         * doc/gcc.texi: Ditto.
21059         * doc/gccint.texi: Ditto.
21060         * doc/gcov.texi: Ditto.
21061         * doc/install.texi: Ditto.
21062         * doc/invoke.texi: Ditto.
21064 Copyright (C) 2017 Free Software Foundation, Inc.
21066 Copying and distribution of this file, with or without modification,
21067 are permitted in any medium without royalty provided the copyright
21068 notice and this notice are preserved.