i386: Don't use frame pointer without stack access
[official-gcc.git] / gcc / ChangeLog
blob95d07f6de140bfa211564ff0f860b26e2fe8f4cf
1 2017-08-10  H.J. Lu  <hongjiu.lu@intel.com>
3         PR target/81736
4         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
5         to ...
6         (ix86_finalize_stack_frame_flags): This.  Also clear
7         frame_pointer_needed if -fno-omit-frame-pointer is used without
8         stack access.
9         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
10         with ix86_finalize_stack_frame_flags.
11         (ix86_expand_epilogue): Likewise.
12         (ix86_expand_split_stack_prologue): Likewise.
13         * doc/invoke.texi: Add a note for -fno-omit-frame-pointer.
15 2017-08-10  Martin Liska  <mliska@suse.cz>
17         PR c++/81355
18         * c-attribs.c (handle_target_attribute):
19         Report warning for an empty string argument of target attribute.
21 2017-08-09  Jakub Jelinek  <jakub@redhat.com>
23         PR c/81687
24         * omp-low.c (omp_copy_decl): Don't remap FORCED_LABEL or DECL_NONLOCAL
25         LABEL_DECLs.
26         * tree-cfg.c (move_stmt_op): Don't adjust DECL_CONTEXT of FORCED_LABEL
27         or DECL_NONLOCAL labels.
28         (move_stmt_r) <case GIMPLE_LABEL>: Adjust DECL_CONTEXT of FORCED_LABEL
29         or DECL_NONLOCAL labels here.
31 2017-08-09  Will Schmidt  <will_schmidt@vnet.ibm.com>
33         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add blurb
34         to indicate when early gimple folding has been disabled.
35         (rs6000_gimple_fold_builtin): Add debug content.
36         (rs6000_invalid_builtin): Fix whitespace.
37         (rs6000_expand_builtin): Fix whitespace.
38         * config/rs6000/rs6000.opt: Add option for -mfold-gimple.
40 2017-08-09  Segher Boessenkool  <segher@kernel.crashing.org>
42         PR target/80938
43         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
44         SAVE_MULTIPLE if not all the registers that saves, should be saved.
46 2017-08-09  Jim Wilson  <jim.wilson@linaro.org>
48         * config/aarch64/aarch64-cores.def (falkor): Use falkor pipeline.
49         (qdf24xx): Likewise.
50         * config/aarch64/aarch64.md: Include falkor.md.
51         * config/aarch64/falkor.md: New.
53 2017-08-09  Marek Polacek  <polacek@redhat.com>
55         PR c/81233
56         * diagnostic-core.h (emit_diagnostic_valist): Add declaration.
57         * diagnostic.c (emit_diagnostic): Add a comment.
58         (emit_diagnostic_valist): New function.
60 2017-08-09  Marek Polacek  <polacek@redhat.com>
62         PR c/81417
63         * input.c (make_location): New overload.
64         * input.h (make_location): Declare.
66 2017-08-08  Alan Modra  <amodra@gmail.com>
67             H.J. Lu  <hongjiu.lu@intel.com>
69         PR driver/81523
70         * gcc.c (NO_PIE_SPEC): Delete.
71         (PIE_SPEC): Define as !no-pie/pie.  Move static|shared|r
72         exclusion..
73         (LINK_PIE_SPEC): ..to here.
74         (LINK_COMMAND_SPEC): Support -no-pie.
75         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Correct
76         chain of crtbegin*.o selection, update for PIE_SPEC changes and
77         format.
78         (GNU_USER_TARGET_ENDFILE_SPEC): Similarly.
79         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Similarly.
80         (ENDFILE_CRTEND_SPEC): Similarly.
82 2017-08-08  Uros Bizjak  <ubizjak@gmail.com>
84         PR target/81708
85         * config/i386/i386.opt (mstack-protector-guard-reg=): New option
86         (mstack-protector-guard-offset=): Ditto.
87         * config/i386/i386.c (ix86_option_override): Handle
88         -mstack-protector-guard-reg= and -mstack-protector-guard-offset=
89         options.
90         (ix86_stack_protect_guard): Use ix86_stack_protect_guard_reg and
91         ix86_stack_protect_guard_offset variables.
92         (TARGET_STACK_PROTECT_GUARD): Always define.
93         * doc/invoke.texi (x86 Options): Document -mstack-protector-guard-reg=
94         and -mstack-protector-guard-offset= options.
96 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
98         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle
99         boundary case for the last candidate.
101 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
103         * doc/invoke.texi: Document -ftree-loop-distribution for O3.
104         * opts.c (default_options_table): Add OPT_ftree_loop_distribution.
106 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
108         PR middle-end/19706
109         * config/aarch64/aarch64.md (xorsign<mode>3): New optabs.
110         * config/aarch64/aarch64-builtins.c
111         (aarch64_builtin_vectorized_function): Added CASE_CFN_XORSIGN.
112         * config/aarch64/aarch64-simd-builtins.def: Added xorsign BINOP.
113         * config/aarch64/aarch64-simd.md: Added xorsign<mode>3
115 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
116             Andrew Pinski <pinskia@gmail.com>
118         PR middle-end/19706
119         * internal-fn.def (XORSIGN): New.
120         * optabs.def (xorsign_optab): New.
121         * tree-ssa-math-opts.c (is_copysign_call_with_1): New.
122         (convert_expand_mult_copysign): New.
123         (pass_optimize_widening_mul::execute): Call
124         convert_expand_mult_copysign.
126 2017-08-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
128         PR tree-optimization/81354
129         * g++.dg/torture/pr81354.C: New file.
131 2017-08-08  Richard Biener  <rguenther@suse.de>
133         PR middle-end/81719
134         * tree-ssa-loop-niter.c: Include tree-dfa.h.
135         (expand_simple_operations): Also look through ADDR_EXPRs with
136         MEM_REF bases treating them as POINTER_PLUS_EXPR.
138 2017-08-08  Richard Biener  <rguenther@suse.de>
140         PR tree-optimization/81723
141         * tree-vect-slp.c (struct bst_traits): New hash traits.
142         (bst_fail): New global.
143         (vect_build_slp_tree_2): New worker, split out from ...
144         (vect_build_slp_tree): ... this now wrapping it with using
145         bst_fail set to cache SLP tree build fails.  Properly handle
146         max_tree_size.
147         (vect_analyze_slp_instance): Allocate and free bst_fail.
149 2017-08-08  Martin Liska  <mliska@suse.cz>
151         PR tree-opt/81696
152         * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
153         LABEL_DECLs that can be from a different function.
155 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
157         PR tree-optimization/81744
158         * tree-predcom.c (prepare_finalizers_chain): Deep copy expr of
159         loop's number of iterations.
161 2017-08-08  Martin Liska  <mliska@suse.cz>
163         * asan.c: Include header files.
164         * attribs.c (build_decl_attribute_variant): New function moved
165         from tree.[ch].
166         (build_type_attribute_qual_variant): Likewise.
167         (cmp_attrib_identifiers): Likewise.
168         (simple_cst_list_equal): Likewise.
169         (omp_declare_simd_clauses_equal): Likewise.
170         (attribute_value_equal): Likewise.
171         (comp_type_attributes): Likewise.
172         (build_type_attribute_variant): Likewise.
173         (lookup_ident_attribute): Likewise.
174         (remove_attribute): Likewise.
175         (merge_attributes): Likewise.
176         (merge_type_attributes): Likewise.
177         (merge_decl_attributes): Likewise.
178         (merge_dllimport_decl_attributes): Likewise.
179         (handle_dll_attribute): Likewise.
180         (attribute_list_equal): Likewise.
181         (attribute_list_contained): Likewise.
182         * attribs.h (lookup_attribute): New function moved from tree.[ch].
183         (lookup_attribute_by_prefix): Likewise.
184         * bb-reorder.c: Include header files.
185         * builtins.c: Likewise.
186         * calls.c: Likewise.
187         * cfgexpand.c: Likewise.
188         * cgraph.c: Likewise.
189         * cgraphunit.c: Likewise.
190         * convert.c: Likewise.
191         * dwarf2out.c: Likewise.
192         * final.c: Likewise.
193         * fold-const.c: Likewise.
194         * function.c: Likewise.
195         * gimple-expr.c: Likewise.
196         * gimple-fold.c: Likewise.
197         * gimple-pretty-print.c: Likewise.
198         * gimple.c: Likewise.
199         * gimplify.c: Likewise.
200         * hsa-common.c: Likewise.
201         * hsa-gen.c: Likewise.
202         * internal-fn.c: Likewise.
203         * ipa-chkp.c: Likewise.
204         * ipa-cp.c: Likewise.
205         * ipa-devirt.c: Likewise.
206         * ipa-fnsummary.c: Likewise.
207         * ipa-inline.c: Likewise.
208         * ipa-visibility.c: Likewise.
209         * ipa.c: Likewise.
210         * lto-cgraph.c: Likewise.
211         * omp-expand.c: Likewise.
212         * omp-general.c: Likewise.
213         * omp-low.c: Likewise.
214         * omp-offload.c: Likewise.
215         * omp-simd-clone.c: Likewise.
216         * opts-global.c: Likewise.
217         * passes.c: Likewise.
218         * predict.c: Likewise.
219         * sancov.c: Likewise.
220         * sanopt.c: Likewise.
221         * symtab.c: Likewise.
222         * toplev.c: Likewise.
223         * trans-mem.c: Likewise.
224         * tree-chkp.c: Likewise.
225         * tree-eh.c: Likewise.
226         * tree-into-ssa.c: Likewise.
227         * tree-object-size.c: Likewise.
228         * tree-parloops.c: Likewise.
229         * tree-profile.c: Likewise.
230         * tree-ssa-ccp.c: Likewise.
231         * tree-ssa-live.c: Likewise.
232         * tree-ssa-loop.c: Likewise.
233         * tree-ssa-sccvn.c: Likewise.
234         * tree-ssa-structalias.c: Likewise.
235         * tree-ssa.c: Likewise.
236         * tree-streamer-in.c: Likewise.
237         * tree-vectorizer.c: Likewise.
238         * tree-vrp.c: Likewise.
239         * tsan.c: Likewise.
240         * ubsan.c: Likewise.
241         * varasm.c: Likewise.
242         * varpool.c: Likewise.
243         * tree.c: Remove functions moved to attribs.[ch].
244         * tree.h: Likewise.
245         * config/aarch64/aarch64.c: Add attrs.h header file.
246         * config/alpha/alpha.c: Likewise.
247         * config/arc/arc.c: Likewise.
248         * config/arm/arm.c: Likewise.
249         * config/avr/avr.c: Likewise.
250         * config/bfin/bfin.c: Likewise.
251         * config/c6x/c6x.c: Likewise.
252         * config/cr16/cr16.c: Likewise.
253         * config/cris/cris.c: Likewise.
254         * config/darwin.c: Likewise.
255         * config/epiphany/epiphany.c: Likewise.
256         * config/fr30/fr30.c: Likewise.
257         * config/frv/frv.c: Likewise.
258         * config/ft32/ft32.c: Likewise.
259         * config/h8300/h8300.c: Likewise.
260         * config/i386/winnt.c: Likewise.
261         * config/ia64/ia64.c: Likewise.
262         * config/iq2000/iq2000.c: Likewise.
263         * config/lm32/lm32.c: Likewise.
264         * config/m32c/m32c.c: Likewise.
265         * config/m32r/m32r.c: Likewise.
266         * config/m68k/m68k.c: Likewise.
267         * config/mcore/mcore.c: Likewise.
268         * config/microblaze/microblaze.c: Likewise.
269         * config/mips/mips.c: Likewise.
270         * config/mmix/mmix.c: Likewise.
271         * config/mn10300/mn10300.c: Likewise.
272         * config/moxie/moxie.c: Likewise.
273         * config/msp430/msp430.c: Likewise.
274         * config/nds32/nds32-isr.c: Likewise.
275         * config/nds32/nds32.c: Likewise.
276         * config/nios2/nios2.c: Likewise.
277         * config/nvptx/nvptx.c: Likewise.
278         * config/pa/pa.c: Likewise.
279         * config/pdp11/pdp11.c: Likewise.
280         * config/powerpcspe/powerpcspe.c: Likewise.
281         * config/riscv/riscv.c: Likewise.
282         * config/rl78/rl78.c: Likewise.
283         * config/rx/rx.c: Likewise.
284         * config/s390/s390.c: Likewise.
285         * config/sh/sh.c: Likewise.
286         * config/sol2.c: Likewise.
287         * config/sparc/sparc.c: Likewise.
288         * config/spu/spu.c: Likewise.
289         * config/stormy16/stormy16.c: Likewise.
290         * config/tilegx/tilegx.c: Likewise.
291         * config/tilepro/tilepro.c: Likewise.
292         * config/v850/v850.c: Likewise.
293         * config/vax/vax.c: Likewise.
294         * config/visium/visium.c: Likewise.
295         * config/xtensa/xtensa.c: Likewise.
297 2017-08-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
299         PR target/81593
300         * config/rs6000/vsx.md (vsx_concat_<mode>, VSX_D): Cleanup
301         constraints since the -mupper-regs-* switches have been
302         eliminated.
303         (vsx_concat_<mode>_1): New combiner insns to recognize inserting
304         into a vector from a double word element that was extracted from
305         another vector, and eliminate extra XXPERMDI instructions.
306         (vsx_concat_<mode>_2): Likewise.
307         (vsx_concat_<mode>_3): Likewise.
308         (vsx_set_<mode>, VSX_D): Rewrite vector set in terms of vector
309         concat to allow optimizing inserts from previous extracts.
311 2017-08-07  Uros Bizjak  <ubizjak@gmail.com>
313         * config/i386/i386.c (ix86_stack_protect_guard): Generate
314         memory reference to a SSP offset in TLS address space.
315         (ix86_print_operand) <case '@'>: Remove.
316         (ix86_print_operand_punct_valid_p): Remove '@' code.
317         * config/i386/i386.md (unspec): Remove UNSPEC_SP_TLS_SET and
318         UNSPEC_SP_TLS_TEST.
319         (stack_tls_protect_set_<mode>): Remove.
320         (stack_protect_set): Do not call gen_stack_tls_protect_set_<mode>.
321         (stack_tls_protect_test_<mode>): Remove.
322         (stack_protect_test): Do not call gen_stack_tls_protect_test_<mode>.
324 2017-08-07  Olivier Hainque  <hainque@adacore.com>
326         PR target/81755
327         * config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
329 2017-08-07  Douglas Rupp  <rupp@adacore.com>
331         * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
332         variable was referenced as multidir in command.
334 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
336         PR c/69389
337         * gimplify.c (goa_stabilize_expr): Handle BIT_INSERT_EXPR and
338         BIT_FIELD_REF.
340 2017-08-07  Martin Liska  <mliska@suse.cz>
342         * config/m32c/m32c.c: Add include of stringpool.h and attribs.h.
343         * config/rl78/rl78.c: Add include of attribs.h.
344         * config/sh/sh.c: Likewise.
345         * config/v850/v850.c: Likewise.
347 2017-08-07  Tom de Vries  <tom@codesourcery.com>
349         PR middle-end/78266
350         * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough.
352 2017-08-07  Martin Liska  <mliska@suse.cz>
354         * config/mips/mips.c: Include attribs.h.
356 2017-08-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
358         PR fortran/68829
359         * doc/invoke.texi: Document change in behvaior for -Ofast for
360         Fortran.
362 2017-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
364         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg):
365         Use gen_frame_mem.
366         (aarch64_pop_regs): Likewise.
367         (aarch64_gen_load_pair): Likewise.
368         (aarch64_save_callee_saves): Likewise.
369         (aarch64_restore_callee_saves): Likewise.
371 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
373         * config/i386/i386.c: Revert the last change.
375 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
377         PR target/81736
378         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
379         to ...
380         (ix86_finalize_stack_frame_flags): This.  Also clear
381         frame_pointer_needed if -fno-omit-frame-pointer is used without
382         stack access.
383         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
384         with ix86_finalize_stack_frame_flags.
385         (ix86_expand_epilogue): Likewise.
386         (ix86_expand_split_stack_prologue): Likewise.
388 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
390         PR target/81743
391         * config/i386/i386.c (get_builtin_code_for_version): Set priority
392         to P_AES for Westmere.
394 2017-08-07  Jonathan Yong  <10walls@gmail.com>
396         * config/i386/mingw.opt (fset-stack-executable): Removed.
397         * config/i386/cygming.opt (fset-stack-executable): Moved
398         from mingw.opt.
399         * config/i386/cygwin.h: Define CHECK_EXECUTE_STACK_ENABLED.
401 2017-08-07  Segher Boessenkool  <segher@kernel.crashing.org>
403         * print-rtl.c (print_exp): Print NOT as "~" instead of as "!".
405 2017-08-07  Marek Polacek  <polacek@redhat.com>
407         PR middle-end/81737
408         * fold-const.c (fold_indirect_ref_1): Check type_domain.
410 2017-08-07  Martin Liska  <mliska@suse.cz>
412         * attribs.h (canonicalize_attr_name): New function.
413         (cmp_attribs): Move from c-format.c and adjusted.
414         (is_attribute_p): Moved from tree.h.
415         * tree-inline.c: Add new includes.
416         * tree.c (cmp_attrib_identifiers): Use cmp_attribs.
417         (private_is_attribute_p): Remove.
418         (private_lookup_attribute): Likewise.
419         (private_lookup_attribute_by_prefix): Simplify.
420         (remove_attribute): Use is_attribute_p.
421         * tree.h: Remove removed declarations.
423 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
425         PR middle-end/81698
426         * stmt.c (emit_case_dispatch_table): Add DEFAULT_EDGE argument,
427         instead of computing it in the function.  Formatting fix.
428         (expand_case): Don't rely on default_edge being the first edge,
429         clear it if removing it, pass default_edge to
430         emit_case_dispatch_table.
431         (expand_sjlj_dispatch_table): Pass NULL as DEFAULT_EDGE, formatting
432         fix.
434 2017-08-06  Uros Bizjak  <ubizjak@gmail.com>
436         * config/alpha/alpha.c (alpha_reorg): If trap is the last active
437         insn in the function, emit NOP after the insn.
439 2017-08-06  Tom de Vries  <tom@codesourcery.com>
441         * omp-expand.c (expand_oacc_for): Add missing edge probability for tile
442         and element loops.
444 2017-08-06  Tom de Vries  <tom@codesourcery.com>
446         * omp-expand.c (expand_oacc_for): Add missing edge probability for chunk
447         loop.
449 2017-08-04  Yury Gribov  <tetra2005@gmail.com>
451         PR tree-optimization/57371
452         * match.pd: New pattern.
454 2017-08-04  Marek Polacek  <polacek@redhat.com>
456         PR middle-end/81695
457         * fold-const.c (fold_indirect_ref_1): For ((int *)&a + 4 -> a[1],
458         perform the computation in offset_int.
460 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
462         PR tree-optimization/81136
463         * tree-vectorizer.h: Include tree-hash-traits.h.
464         (vec_base_alignments): New typedef.
465         (vec_info): Add a base_alignments field.
466         (vect_record_base_alignments): Declare.
467         * tree-data-ref.h (data_reference): Add an is_conditional_in_stmt
468         field.
469         (DR_IS_CONDITIONAL_IN_STMT): New macro.
470         (create_data_ref): Add an is_conditional_in_stmt argument.
471         * tree-data-ref.c (create_data_ref): Likewise.  Use it to initialize
472         the is_conditional_in_stmt field.
473         (data_ref_loc): Add an is_conditional_in_stmt field.
474         (get_references_in_stmt): Set the is_conditional_in_stmt field.
475         (find_data_references_in_stmt): Update call to create_data_ref.
476         (graphite_find_data_references_in_stmt): Likewise.
477         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
478         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
479         (vect_record_base_alignment): New function.
480         (vect_record_base_alignments): Likewise.
481         (vect_compute_data_ref_alignment): Adjust base_addr and aligned_to
482         for nested statements even if we fail to compute a misalignment.
483         Use pooled base alignments for unconditional references.
484         (vect_find_same_alignment_drs): Compare base addresses instead
485         of base objects.
486         (vect_analyze_data_refs_alignment): Call vect_record_base_alignments.
487         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
489 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
491         * tree-vectorizer.h (vec_info): Add a constructor and destructor.
492         Add an explicit name for the enum.  Use auto_vec for slp_instances
493         and grouped_stores.
494         (_loop_vec_info): Add a constructor and destructor.  Use auto_vec
495         for all vectors.
496         (_bb_vec_info): Add a constructor and destructor.
497         (vinfo_for_stmt): Return NULL for uids of -1 as well.
498         (destroy_loop_vec_info): Delete.
499         (vect_destroy_datarefs): Likewise.
500         * tree-vectorizer.c (vect_destroy_datarefs): Delete.
501         (vec_info::vec_info): New function.
502         (vec_info::~vec_info): Likewise.
503         (vectorize_loops): Use delete instead of destroy_loop_vec_info.
504         * tree-parloops.c (gather_scalar_reductions): Use delete instead of
505         destroy_loop_vec_info.
506         * tree-vect-loop.c (new_loop_vec_info): Replace with...
507         (_loop_vec_info::_loop_vec_info): ...this.
508         (destroy_loop_vec_info): Replace with...
509         (_loop_vec_info::~_loop_vec_info): ...this.  Unconditionally delete
510         the stmt_vec_infos.  Leave handling of vec_info information to its
511         destructor.  Remove explicit vector releases.
512         (vect_analyze_loop_form): Use new instead of new_loop_vec_info.
513         (vect_analyze_loop): Use delete instead of destroy_loop_vec_info.
514         * tree-vect-slp.c (new_bb_vec_info): Replace with...
515         (_bb_vec_info::_bb_vec_info): ...this.  Don't reserve space in
516         BB_VINFO_GROUPED_STORES or BB_VINFO_SLP_INSTANCES.
517         (destroy_bb_vec_info): Replace with...
518         (_bb_vec_info::~_bb_vec_info): ...this.  Leave handling of vec_info
519         information to its destructor.
520         (vect_slp_analyze_bb_1): Use new and delete instead of
521         new_bb_vec_info and destroy_bb_vec_info.
522         (vect_slp_bb): Replace 2 calls to destroy_bb_vec_info with a
523         single delete.
525 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
527         * tree-data-ref.h (subscript): Add access_fn field.
528         (data_dependence_relation): Add could_be_independent_p.
529         (SUB_ACCESS_FN, DDR_COULD_BE_INDEPENDENT_P): New macros.
530         (same_access_functions): Move to tree-data-ref.c.
531         * tree-data-ref.c (ref_contains_union_access_p): New function.
532         (access_fn_component_p): Likewise.
533         (access_fn_components_comparable_p): Likewise.
534         (dr_analyze_indices): Add a reference to access_fn_component_p.
535         (dump_data_dependence_relation): Use SUB_ACCESS_FN instead of
536         DR_ACCESS_FN.
537         (constant_access_functions): Likewise.
538         (add_other_self_distances): Likewise.
539         (same_access_functions): Likewise.  (Moved from tree-data-ref.h.)
540         (initialize_data_dependence_relation): Use XCNEW and remove
541         explicit zeroing of DDR_REVERSED_P.  Look for a subsequence
542         of access functions that have the same type.  Allow the
543         subsequence to end with different bases in some circumstances.
544         Record the chosen access functions in SUB_ACCESS_FN.
545         (build_classic_dist_vector_1): Replace ddr_a and ddr_b with
546         a_index and b_index.  Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
547         (subscript_dependence_tester_1): Likewise dra and drb.
548         (build_classic_dist_vector): Update calls accordingly.
549         (subscript_dependence_tester): Likewise.
550         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Check
551         DDR_COULD_BE_INDEPENDENT_P.
552         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Test
553         comp_alias_ddrs instead of may_alias_ddrs.
554         * tree-vect-data-refs.c (vect_analyze_possibly_independent_ddr):
555         New function.
556         (vect_analyze_data_ref_dependence): Use it if
557         DDR_COULD_BE_INDEPENDENT_P, but fall back to using the recorded
558         distance vectors if that fails.
559         (dependence_distance_ge_vf): New function.
560         (vect_prune_runtime_alias_test_list): Use it.  Don't clear
561         LOOP_VINFO_MAY_ALIAS_DDRS.
563 2017-08-04  Richard Biener  <rguenther@suse.de>
565         PR middle-end/81705
566         * fold-const.c (fold_binary_loc): Properly restrict
567         minus_var0 && minus_var1 case when associating undefined overflow
568         entities.
570 2017-08-04  Tom de Vries  <tom@codesourcery.com>
572         * omp-simd-clone.c (simd_clone_adjust): Add missing edge probability.
574 2017-08-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
576         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
577         Don't start diagnostic messages with a capital letter.
578         * config/rs6000/rs6000.c (rs6000_option_override_internal):
579         Likewise.
580         (rs6000_invalid_builtin): Likewise.
581         (rs6000_trampoline_init): Likewise.
583 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
585         PR target/81621
586         * bb-reorder.c (pass_partition_blocks::execute): Return TODO_df_finish
587         after setting changeable df flags.
589 2017-08-03  Richard Biener  <rguenther@suse.de>
591         * tree-ssa-reassoc.c (should_break_up_subtract): Also break
592         up if the use is in USE - X.
594 2017-08-03  Alexander Monakov  <amonakov@ispras.ru>
596         * toplev.c (dumpfile.h): New include.
597         (internal_error_reentered): New static function.  Use it...
598         (internal_error_function): ...here to handle reentered internal_error.
600 2017-08-03  Richard Biener  <rguenther@suse.de>
602         PR middle-end/81148
603         * fold-const.c (split_tree): Add minus_var and minus_con
604         arguments, remove unused loc arg.  Never generate NEGATE_EXPRs
605         here but always use minus_*.
606         (associate_trees): Assert we never associate with MINUS_EXPR
607         and NULL first operand.  Do not recurse for PLUS_EXPR operands
608         when associating as MINUS_EXPR either.
609         (fold_binary_loc): Track minus_var and minus_con.
611 2017-08-03  Tom de Vries  <tom@codesourcery.com>
613         PR lto/81430
614         * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
615         ACCEL_COMPILER, apply finish_options on
616         DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
618 2017-08-03  Tom de Vries  <tom@codesourcery.com>
620         PR target/81662
621         * config/nvptx/nvptx.c (nvptx_option_override): Emit sorry if
622         function_entry_patch_area_size > 0.
624 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
626         PR driver/81650
627         * calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
628         instead of 10??LU, perform unit multiplication in wide_int,
629         don't change alloc_object_size_limit if the limit is larger
630         than SSIZE_MAX.
632         PR tree-optimization/81655
633         PR tree-optimization/81588
634         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle also
635         the case when ranges[i].low and high are 1 for unsigned type with
636         precision 1.
638         PR middle-end/81052
639         * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
640         (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.
642 2017-08-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
644         * tree-vrp.h: Add include guard.
646 2017-08-02  Uros Bizjak  <ubizjak@gmail.com>
648         PR target/81644
649         * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
650         (ud2): New insn pattern.
651         * config/i386/i386.c (ix86_expand_epilogue):
652         For naked functions, generate ud2 instead of trap insn.
654 2017-08-02  Marek Polacek  <polacek@redhat.com>
656         PR other/81667
657         * alloc-pool.h (base_pool_allocator): Initialize m_elt_size.
659 2017-08-02  Tom de Vries  <tom@codesourcery.com>
660             Cesar Philippidis  <cesar@codesourcery.com>
662         * config/nvptx/nvptx.c (nvptx_lockless_update, nvptx_lockfull_update):
663         Add missing edge probabilities.
665 2017-08-02  Tamar Christina  <tamar.christina@arm.com>
667         * config/aarch64/aarch64.c (aarch64_reinterpret_float_as_int):
668         Correct endianness.
670 2017-08-02  Jakub Jelinek  <jakub@redhat.com>
672         PR middle-end/79499
673         * function.c (thread_prologue_and_epilogue_insns): Determine blocks
674         for find_many_sub_basic_blocks bitmap by looking up BLOCK_FOR_INSN
675         of first NONDEBUG_INSN_P in each of the split_prologue_seq and
676         prologue_seq sequences - if any.
678 2017-08-02  Richard Biener  <rguenther@suse.de>
680         * tree-vect-stmts.c (vectorizable_store): Perform vector extracts
681         via vectors if supported, integer extracts via punning if supported
682         or otherwise vector extracts.
684 2017-08-02  Richard Biener  <rguenther@suse.de>
686         * tree-ssa-pre.c (bitmap_insert_into_set_1): Remove and inline
687         into ...
688         (bitmap_insert_into_set): ... this.
690 2017-08-02  Richard Biener  <rguenther@suse.de>
692         PR tree-optimization/81633
693         Revert
694         2015-08-17  Alan Hayward  <alan.hayward@arm.com>
696         PR tree-optimization/71752
697         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
699 2017-08-01  Daniel Santos  <daniel.santos@pobox.com>
701         * config/i386/i386.h (ix86_frame::outlined_save_offset): Remove field.
702         (machine_function::call_ms2sysv_pad_out): Remove field.
703         * config/i386/i386.c (xlogue_layout::get_stack_space_used): Modify.
704         (ix86_compute_frame_layout): Likewise.
706 2017-08-01  H.J. Lu  <hongjiu.lu@intel.com>
708         PR target/81654
709         * config/i386/i386.c (ix86_set_func_type): Disallow naked
710         attribute with interrupt attribute.
712 2017-08-01  Andrew Pinski  <apinski@cavium.com>
714         * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
715         BIT_INSERT_EXPR's operand 1
716         to see if the types precision matches.
718 2017-08-01  Martin Liska  <mliska@suse.cz>
720         PR middle-end/70140
721         * builtins.c (expand_builtin_memcpy_args): Remove.
722         (expand_builtin_memcpy): Call newly added function
723         expand_builtin_memory_copy_args.
724         (expand_builtin_memcpy_with_bounds): Likewise.
725         (expand_builtin_mempcpy): Remove last argument.
726         (expand_builtin_mempcpy_with_bounds): Likewise.
727         (expand_builtin_memory_copy_args): New function created from
728         expand_builtin_mempcpy_args with small modifications.
729         (expand_builtin_mempcpy_args): Remove.
730         (expand_builtin_stpcpy): Remove unused argument.
731         (expand_builtin): Likewise.
732         (expand_builtin_with_bounds): Likewise.
734 2017-08-01  Martin Liska  <mliska@suse.cz>
736         Revert r250771
737         Make mempcpy more optimal (PR middle-end/70140).
739 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
741         PR target/81622
742         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
743         __builtin_vec_cmpne verify both arguments are compatible vectors
744         before looking at TYPE_MODE on the element type.  For __builtin_vec_ld
745         verify arg1_type is a pointer or array type.  For __builtin_vec_st,
746         move computation of aligned to after checking the argument types.
747         Formatting fixes.
749         PR target/80846
750         * config/rs6000/vsx.md (vextract_fp_from_shorth,
751         vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
752         calls.
754 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
755             Doug Rupp  <rupp@adacore.com>
756             Olivier Hainque  <hainque@adacore.com>
758         * config.gcc (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as
759         well as arm-wrs-vxworks. Update target_cpu_name from arm6 (arch v3) to
760         arm8 (arch v4).
761         * config/arm/vxworks.h (MAYBE_TARGET_BPABI_CPP_BUILTINS): New, helper
762         for TARGET_OS_CPP_BUILTIN.
763         (TARGET_OS_CPP_BUILTIN): Invoke MAYBE_TARGET_BPABI_CPP_BUILTINS(),
764         refine CPU definitions for arm_arch5 and add those for arm_arch6 and
765         arm_arch7.
766         (MAYBE_ASM_ABI_SPEC): New, helper for SUBTARGET_EXTRA_ASM_SPEC,
767         passing required abi options to the assembler for EABI configurations.
768         (EXTRA_CC1_SPEC): New macro, to help prevent the implicit production
769         of .text.hot and .text.unlikely sections for kernel modules when
770         using ARM style exceptions.
771         (CC1_SPEC): Remove obsolete attempt at mimicking Diab toolchain
772         options. Add EXTRA_CC1_SPEC.
773         (VXWORKS_ENDIAN_SPEC): Adjust comment and remove handling of Diab
774         toolchain options.
775         (DWARF2_UNWIND_INFO): Redefine to handle the pre/post VxWorks 7
776         transition.
777         (ARM_TARGET2_DWARF_FORMAT): Define.
778         * config/arm/t-vxworks: Adjust multilib control to removal of the
779         Diab command line options.
781 2017-08-01  Martin Liska  <mliska@suse.cz>
783         PR gcov-profile/81561
784         * gcov.c (unblock): Make unblocking safe as we need to preserve
785         index correspondence of blocks and block_lists.
787 2017-08-01  Richard Biener  <rguenther@suse.de>
789         PR tree-optimization/81181
790         * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
791         (compute_antic): ... end of iteration here.
793 2017-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
795         * common.opt (ftree-vectorize): No longer set flag_tree_vectorize.
796         (ftree-loop-vectorize): Set as EnabledBy ftree-vectorize.
797         (ftree-slp-vectorize): Likewise.
798         * omp-expand (expand_omp_simd): Remove flag_tree_vectorize, as it
799         can no longer be set independent of flag_tree_loop_vectorize.
800         * omp-general.c (emp_max_vf): Likewise.
801         * opts.c (enable_fdo_optimizations): Remove references to
802         flag_tree_vectorize, these are now implicit.
803         (common_handle_option): Remove handling for OPT_ftree_vectorize,
804         and leave it for the options machinery.
806 2017-08-01  Martin Liska  <mliska@suse.cz>
808         PR middle-end/70140
809         * builtins.c (expand_builtin_memcpy_args): Remove.
810         (expand_builtin_memcpy): Call newly added function
811         expand_builtin_memory_copy_args.
812         (expand_builtin_memcpy_with_bounds): Likewise.
813         (expand_builtin_mempcpy): Remove last argument.
814         (expand_builtin_mempcpy_with_bounds): Likewise.
815         (expand_builtin_memory_copy_args): New function created from
816         expand_builtin_mempcpy_args with small modifications.
817         (expand_builtin_mempcpy_args): Remove.
818         (expand_builtin_stpcpy): Remove unused argument.
819         (expand_builtin): Likewise.
820         (expand_builtin_with_bounds): Likewise.
822 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
824         PR target/81641
825         * config/i386/i386.c (ix86_print_operand_address_as): For -masm=intel
826         print "ds:" only for immediates in generic address space.
828 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
830         PR target/81639
831         * config/i386/i386.c (ix86_funciton_naked): New prototype.
832         (ix86_function_ok_for_sibcall): Return false for naked functions.
834 2017-08-01  Richard Biener  <rguenther@suse.de>
836         * tree-ssa-pre.c (print_pre_expr): Handle NULL expr.
837         (compute_antic): Seed worklist with exit block predecessors.
838         * cfganal.c (dfs_find_deadend): For a cycle return the source
839         of the edge closing it.
841 2017-08-01  Tamar Christina  <tamar.christina@arm.com>
843         * config/aarch64/aarch64.c
844         (aarch64_can_const_movi_rtx_p): Move 0 check.
846 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
848         * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
849         * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
850         above macro.
851         * match.pd: Ditto in address comparison pattern.
853 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
855         PR tree-optimization/81627
856         * tree-predcom.c (prepare_finalizers): Always rewrite into loop
857         closed ssa form for store-store chain.
859 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
861         PR tree-optimization/81620
862         * tree-predcom.c (add_ref_to_chain): Don't set has_max_use_after
863         for store-store chain.
865 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
867         PR tree-optimization/81588
868         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): If
869         ranges[i].in_p, invert comparison code ccode.  For >/>=,
870         swap rhs1 and rhs2 and comparison code unconditionally,
871         for </<= don't do that.  Don't swap rhs1/rhs2 again if
872         ranges[i].in_p, instead invert comparison code ccode if
873         opcode or oe->rank is BIT_IOR_EXPR.
875         PR target/80846
876         * optabs.def (vec_extract_optab, vec_init_optab): Change from
877         a direct optab to conversion optab.
878         * optabs.c (expand_vector_broadcast): Use convert_optab_handler
879         with GET_MODE_INNER as last argument instead of optab_handler.
880         * expmed.c (extract_bit_field_1): Likewise.  Use vector from
881         vector extraction if possible and optab is available.
882         * expr.c (store_constructor): Use convert_optab_handler instead
883         of optab_handler.  Use vector initialization from smaller
884         vectors if possible and optab is available.
885         * tree-vect-stmts.c (vectorizable_load): Likewise.
886         * doc/md.texi (vec_extract, vec_init): Document that the optabs
887         now have two modes.
888         * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
889         of vec_init from half-sized vectors with the same element mode.
890         * config/i386/sse.md (ssehalfvecmode): Add V4TI case.
891         (ssehalfvecmodelower, ssescalarmodelower): New mode attributes.
892         (reduc_plus_scal_v8df, reduc_plus_scal_v4df, reduc_plus_scal_v2df,
893         reduc_plus_scal_v16sf, reduc_plus_scal_v8sf, reduc_plus_scal_v4sf,
894         reduc_<code>_scal_<mode>, reduc_umin_scal_v8hi): Add element mode
895         after mode in gen_vec_extract* calls.
896         (vec_extract<mode>): Renamed to ...
897         (vec_extract<mode><ssescalarmodelower>): ... this.
898         (vec_extract<mode><ssehalfvecmodelower>): New expander.
899         (rotl<mode>3, rotr<mode>3, <shift_insn><mode>3, ashrv2di3): Add
900         element mode after mode in gen_vec_init* calls.
901         (VEC_INIT_HALF_MODE): New mode iterator.
902         (vec_init<mode>): Renamed to ...
903         (vec_init<mode><ssescalarmodelower>): ... this.
904         (vec_init<mode><ssehalfvecmodelower>): New expander.
905         * config/i386/mmx.md (vec_extractv2sf): Renamed to ...
906         (vec_extractv2sfsf): ... this.
907         (vec_initv2sf): Renamed to ...
908         (vec_initv2sfsf): ... this.
909         (vec_extractv2si): Renamed to ...
910         (vec_extractv2sisi): ... this.
911         (vec_initv2si): Renamed to ...
912         (vec_initv2sisi): ... this.
913         (vec_extractv4hi): Renamed to ...
914         (vec_extractv4hihi): ... this.
915         (vec_initv4hi): Renamed to ...
916         (vec_initv4hihi): ... this.
917         (vec_extractv8qi): Renamed to ...
918         (vec_extractv8qiqi): ... this.
919         (vec_initv8qi): Renamed to ...
920         (vec_initv8qiqi): ... this.
921         * config/rs6000/vector.md (VEC_base_l): New mode attribute.
922         (vec_init<mode>): Renamed to ...
923         (vec_init<mode><VEC_base_l>): ... this.
924         (vec_extract<mode>): Renamed to ...
925         (vec_extract<mode><VEC_base_l>): ... this.
926         * config/rs6000/paired.md (vec_initv2sf): Renamed to ...
927         (vec_initv2sfsf): ... this.
928         * config/rs6000/altivec.md (splitter, altivec_copysign_v4sf3,
929         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
930         vec_unpacku_lo_v8hi, mulv16qi3, altivec_vreve<mode>2): Add
931         element mode after mode in gen_vec_init* calls.
932         * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
933         (vec_init<mode><Vel>): ... this.
934         (vec_extract<mode>): Renamed to ...
935         (vec_extract<mode><Vel>): ... this.
936         * config/aarch64/iterators.md (Vel): New mode attribute.
937         * config/s390/s390.c (s390_expand_vec_strlen, s390_expand_vec_movstr):
938         Add element mode after mode in gen_vec_extract* calls.
939         * config/s390/vector.md (non_vec_l): New mode attribute.
940         (vec_extract<mode>): Renamed to ...
941         (vec_extract<mode><non_vec_l>): ... this.
942         (vec_init<mode>): Renamed to ...
943         (vec_init<mode><non_vec_l>): ... this.
944         * config/s390/s390-builtins.def (s390_vlgvb, s390_vlgvh, s390_vlgvf,
945         s390_vlgvf_flt, s390_vlgvg, s390_vlgvg_dbl): Add element mode after
946         vec_extract mode.
947         * config/arm/iterators.md (V_elem_l): New mode attribute.
948         * config/arm/neon.md (vec_extract<mode>): Renamed to ...
949         (vec_extract<mode><V_elem_l>): ... this.
950         (vec_extractv2di): Renamed to ...
951         (vec_extractv2didi): ... this.
952         (vec_init<mode>): Renamed to ...
953         (vec_init<mode><V_elem_l>): ... this.
954         (reduc_plus_scal_<mode>, reduc_plus_scal_v2di, reduc_smin_scal_<mode>,
955         reduc_smax_scal_<mode>, reduc_umin_scal_<mode>,
956         reduc_umax_scal_<mode>, neon_vget_lane<mode>, neon_vget_laneu<mode>):
957         Add element mode after gen_vec_extract* calls.
958         * config/mips/mips-msa.md (vec_init<mode>): Renamed to ...
959         (vec_init<mode><unitmode>): ... this.
960         (vec_extract<mode>): Renamed to ...
961         (vec_extract<mode><unitmode>): ... this.
962         * config/mips/loongson.md (vec_init<mode>): Renamed to ...
963         (vec_init<mode><unitmode>): ... this.
964         * config/mips/mips-ps-3d.md (vec_initv2sf): Renamed to ...
965         (vec_initv2sfsf): ... this.
966         (vec_extractv2sf): Renamed to ...
967         (vec_extractv2sfsf): ... this.
968         (reduc_plus_scal_v2sf, reduc_smin_scal_v2sf, reduc_smax_scal_v2sf):
969         Add element mode after gen_vec_extract* calls.
970         * config/mips/mips.md (unitmode): New mode iterator.
971         * config/spu/spu.c (spu_expand_prologue, spu_allocate_stack,
972         spu_builtin_extract): Add element mode after gen_vec_extract* calls.
973         * config/spu/spu.md (inner_l): New mode attribute.
974         (vec_init<mode>): Renamed to ...
975         (vec_init<mode><inner_l>): ... this.
976         (vec_extract<mode>): Renamed to ...
977         (vec_extract<mode><inner_l>): ... this.
978         * config/sparc/sparc.md (veltmode): New mode iterator.
979         (vec_init<VMALL:mode>): Renamed to ...
980         (vec_init<VMALL:mode><VMALL:veltmode>): ... this.
981         * config/ia64/vect.md (vec_initv2si): Renamed to ...
982         (vec_initv2sisi): ... this.
983         (vec_initv2sf): Renamed to ...
984         (vec_initv2sfsf): ... this.
985         (vec_extractv2sf): Renamed to ...
986         (vec_extractv2sfsf): ... this.
987         * config/powerpcspe/vector.md (VEC_base_l): New mode attribute.
988         (vec_init<mode>): Renamed to ...
989         (vec_init<mode><VEC_base_l>): ... this.
990         (vec_extract<mode>): Renamed to ...
991         (vec_extract<mode><VEC_base_l>): ... this.
992         * config/powerpcspe/paired.md (vec_initv2sf): Renamed to ...
993         (vec_initv2sfsf): ... this.
994         * config/powerpcspe/altivec.md (splitter, altivec_copysign_v4sf3,
995         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
996         vec_unpacku_lo_v8hi, mulv16qi3): Add element mode after mode in
997         gen_vec_init* calls.
999 2017-08-01  Richard Biener  <rguenther@suse.de>
1001         PR tree-optimization/81297
1002         * tree-vrp.c (get_single_symbol): Remove assert, instead drop
1003         TREE_OVERFLOW from INTEGER_CSTs.
1005 2017-07-31  Segher Boessenkool  <segher@kernel.crashing.org>
1007         * config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
1009 2017-07-31  Carl Love  <cel@us.ibm.com>
1011         * config/rs6000/rs6000-c: Add support for built-in functions
1012         vector signed char vec_xl_be (signed long long, signed char *);
1013         vector unsigned char vec_xl_be (signed long long, unsigned char *);
1014         vector signed int vec_xl_be (signed long long, signed int *);
1015         vector unsigned int vec_xl_be (signed long long, unsigned int *);
1016         vector signed long long vec_xl_be (signed long long, signed long long *);
1017         vector unsigned long long vec_xl_be (signed long long, unsigned long long *);
1018         vector signed short vec_xl_be (signed long long, signed short *);
1019         vector unsigned short vec_xl_be (signed long long, unsigned short *);
1020         vector double vec_xl_be (signed long long, double *);
1021         vector float vec_xl_be (signed long long, float *);
1022         * config/rs6000/altivec.h (vec_xl_be): Add #define.
1023         * config/rs6000/rs6000-builtin.def (XL_BE_V16QI, XL_BE_V8HI, XL_BE_V4SI)
1024         XL_BE_V2DI, XL_BE_V4SF, XL_BE_V2DF, XL_BE): Add definitions
1025         for the builtins.
1026         * config/rs6000/rs6000.c (altivec_expand_xl_be_builtin): Add function.
1027         (altivec_expand_builtin): Add switch statement to call
1028         altivec_expand_xl_be for each builtin.
1029         (altivec_init_builtins): Add def_builtin for _builtin_vsx_le_be_v8hi,
1030         __builtin_vsx_le_be_v4si, __builtin_vsx_le_be_v2di,
1031         __builtin_vsx_le_be_v4sf, __builtin_vsx_le_be_v2df,
1032         __builtin_vsx_le_be_v16qi.
1033         * doc/extend.texi: Update the built-in documentation file for the
1034         new built-in functions.
1036 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
1038         PR target/25967
1039         * config/i386/i386.c (ix86_allocate_stack_slots_for_args):
1040         New function.
1041         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
1043 2017-07-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1045         * config.gcc: Add z14.
1046         * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
1047         CPU model numbers for z13s and z14.
1048         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Replace
1049         arch12 with z14.
1050         * config/s390/s390-opts.h (enum processor_type): Rename
1051         PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
1052         * config/s390/s390.c (processor_table): Add field for CPU name to
1053         be passed to Binutils.
1054         (s390_asm_output_machine_for_arch): Use the new field in
1055         processor_table for Binutils.
1056         (s390_expand_builtin): Replace arch12 with z14.
1057         (s390_issue_rate): Rename PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
1058         (s390_get_sched_attrmask): Likewise.
1059         (s390_get_unit_mask): Likewise.
1060         * config/s390/s390.opt: Add z14 to processor_type enum.
1062 2017-07-31  Martin Jambor  <mjambor@suse.cz>
1064         PR hsa/81477
1065         * ipa-fnsummary.c (ipa_fn_summary_generate): Set versionable
1066         regardless of optimization level.
1068 2017-07-31  Jan Hubicka <hubicka@ucw.cz>
1069             Martin Liska  <mliska@suse.cz>
1071         * predict.def: Remove old comment and adjust probability.
1072         * gimplify.c (should_warn_for_implicit_fallthrough): Ignore
1073         PREDICT statements.
1075 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
1077         PR target/25967
1078         * config/i386/i386.c (ix86_function_naked): New function.
1079         (ix86_can_use_return_insn_p): Return false for naked functions.
1080         (ix86_expand_prologue): Skip prologue for naked functions.
1081         (ix86_expand_epilogue): Skip epilogue for naked functions
1082         and emit trap instruction.
1083         (ix86_warn_func_return): New function.
1084         (ix86_attribute_table): Add "naked" attribute specification.
1085         (TARGET_WARN_FUNC_RETURN): Define.
1086         * doc/extend.texi (x86 Function Attributes) <naked>: Document it.
1088 2017-07-31  Martin Liska  <mliska@suse.cz>
1090         * gimple-pretty-print.c (dump_gimple_label): Never dump BB info.
1091         (dump_gimple_bb_header): Always dump BB info.
1092         (pp_cfg_jump): Do not append info about BB when dumping a jump.
1094 2017-07-31  Martin Liska  <mliska@suse.cz>
1096         PR sanitize/81530
1097         * convert.c (convert_to_integer_1): Guard condition with flag_sanitize_p
1098         also with current_function_decl non-null equality.
1100 2017-07-31  Jakub Jelinek  <jakub@redhat.com>
1102         PR sanitizer/81604
1103         * ubsan.c (ubsan_type_descriptor): For UBSAN_PRINT_ARRAY don't
1104         change type to the element type, instead add eltype variable and
1105         use it where we are interested in the element type.
1107         PR tree-optimization/81603
1108         * ipa-polymorphic-call.c
1109         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Perform
1110         offset arithmetic in offset_int, bail out if the resulting bit offset
1111         doesn't fit into shwi.
1113 2017-07-31  Martin Liska  <mliska@suse.cz>
1115         * gimplify.c (mostly_copy_tree_r): Remove Java specific hunk.
1116         (gimplify_save_expr): Fix comment.
1118 2017-07-30  H.J. Lu  <hongjiu.lu@intel.com>
1120         PR target/79793
1121         * config/i386/i386.c (ix86_function_arg): Update arguments for
1122         exception handler.
1123         (ix86_compute_frame_layout): Set the initial stack offset to
1124         INCOMING_FRAME_SP_OFFSET.  Update red-zone offset with
1125         INCOMING_FRAME_SP_OFFSET.
1126         (ix86_expand_epilogue): Don't pop the 'ERROR_CODE' off the
1127         stack before exception handler returns.
1128         * config/i386/i386.h (INCOMING_FRAME_SP_OFFSET): Add the
1129         the 'ERROR_CODE' for exception handler.
1131 2017-07-30  Uros Bizjak  <ubizjak@gmail.com>
1133         * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro.
1134         (ASM_OUTPUT_REG_PUSH): Rewrite with new operand modifiers.
1135         (ASM_OUTPUT_REG_POP): Ditto.
1136         * config/i386/i386.c (ix86_asm_output_function_label): Use fputs
1137         instead of asm_fprintf to output pure string.
1139 2017-07-29  Jakub Jelinek  <jakub@redhat.com>
1141         * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument
1142         to imported_module_or_decl hook.
1143         (debug_nothing_tree_tree_tree_bool): Remove.
1144         (debug_nothing_tree_tree_tree_bool_bool): New declaration.
1145         * debug.c (do_nothing_debug_hooks): Use
1146         debug_nothing_tree_tree_tree_bool_bool instead of
1147         debug_nothing_tree_tree_tree_bool.
1148         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
1149         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
1150         * sdbout.c (sdb_debug_hooks): Likewise.
1151         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
1152         (gen_namespace_die): Add DW_AT_export_symbols attribute if
1153         langhook wants it.
1154         (dwarf2out_imported_module_or_decl): Add IMPLICIT argument,
1155         if true, -gdwarf-5 and decl will have DW_AT_export_symbols
1156         attribute, don't add anything.
1158 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1160         * fold-const.c (fold_build1_stat_loc): Remove _stat from name.
1161         (fold_build2_stat_loc): Likewise.
1162         (fold_build3_stat_loc): Likewise.
1163         * fold-const.h (fold_build1, fold_build2, fold_build3): Adjust.
1164         (fold_build1_loc): Remove macro.
1165         (fold_build2_loc): Likewise.
1166         (fold_build3_loc): Likewise.
1168 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1170         * gimple.c (gimple_build_debug_bind_stat): Remove _stat from name.
1171         (gimple_build_debug_bind_source_stat): Likewise.
1172         * gimple.h (gimple_build_debug_bind): Remove macro.
1173         (gimple_build_debug_bind_source): Likewise.
1175 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1177         * bitmap.c (bitmap_alloc): Adjust.
1178         (bitmap_gc_alloc): Likewise.
1179         * bitmap.h (bitmap_initialize_stat): Remove _stat from name.
1181 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1183         * bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
1184         (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
1185         * bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
1186         (bitmap_gc_alloc_stat): Likewise.
1187         (BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.
1189 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1191         * rtl.c (shallow_copy_rtx_stat): Remove _stat from name.
1192         * rtl.h (shallow_copy_rtx): Remove macro.
1194 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1196         * emit-rtl.c (gen_raw_REG): Adjust.
1197         * gengenrtl.c (gendef): Likewise.
1198         * rtl.c (rtx_alloc_stat): Remove _stat from name.
1199         * rtl.h (rtx_alloc): Remove macro.
1201 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1203         * tree.c (build_tree_list_vec_stat): Remove _stat from name.
1204         (build_tree_list_stat): Likewise.
1205         * tree.h (build_tree_list): Remove macro.
1206         (build_tree_list_vec): Likewise.
1208 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1210         * tree.c (make_vector_stat): Remove _stat from name.
1211         (build_vector_stat): Likewise.
1212         * tree.h (make_vector_stat): Remove macro.
1213         (build_vector_stat): Likewise.
1215 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1217         * tree.h (build_var_debug_value): Remove prototype.
1219 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1221         * tree.c (tree_cons_stat): Remove _stat from name.
1222         * tree.h (tree_cons): Remove macro.
1224 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1226         * tree.c (build_vl_exp_stat): Remove _stat from name.
1227         * tree.h (build_vl_exp): Remove macro.
1229 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1231         * tree.c (build_decl_stat): Remove _stat from name.
1232         * tree.h (build_decl): Remove macro.
1234 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1236         * gimple.c (gimple_build_with_ops_stat): Adjust.
1237         (gimple_alloc_stat): Remove _stat from name.
1238         * gimple.h (gimple_alloc): Remove macro.
1240 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1242         * tree.c (make_tree_vec_stat): Remove _stat from name.
1243         (grow_tree_vec_stat): Likewise.
1244         * tree.h (make_tree_vec_stat): Adjust prototype.
1245         (grow_tree_vec_stat): Likewise.
1246         (make_tree_vec): Remove macro.
1247         (grow_tree_vec): Likewise.
1249 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1251         * fold-const.c (fold_build1_stat_loc): Adjust.
1252         (fold_build2_stat_loc): Likewise.
1253         (fold_build3_stat_loc): Likewise.
1254         * tree.c (build0_stat): Remove _stat from name.
1255         (build1_stat): Likewise.
1256         (build2_stat): Likewise.
1257         (build3_stat): Likewise.
1258         (build4_stat): Likewise.
1259         (build5_stat): Likewise.
1260         * tree.h (build1_loc): Remove macro, and rename _stat function
1261         to this.
1262         (build2_loc): Likewise.
1263         (build3_loc): Likewise.
1264         (build4_loc): Likewise.
1265         (build5_loc): Likewise.
1267 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1269         * tree.c (make_int_cst_stat): Remove _stat from name.
1270         * tree.h (make_int_cst_stat): Adjust prototype.
1271         (make_int_cst): Remove macro.
1273 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1275         * tree.c (make_tre_binfo_stat): Remove _stat from name.
1276         * tree.h (make_tree_binfo_stat): Adjust prototype.
1277         (make_tree_binfo): Remove.
1279 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1281         * tree.c (copy_node_stat): Rename to copy_node.
1282         (build_distinct_type_copy): Adjust.
1283         * tree.h (copy_node_stat): Adjust prototype.
1284         (copy_node): Remove macro.
1286 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1288         * tree.c (make_node_stat): rename to make_node.
1289         (build_tree_list_stat): Adjust.
1290         (build0_stat): Likewise.
1291         (build2_stat): Likewise.
1292         (build3_stat): Likewise.
1293         (build4_stat): Likewise.
1294         (build5_stat): Likewise.
1295         (build_decl_stat): Likewise.
1296         * tree.h (make_node_stat): Adjust prototype.
1297         (make_node): remove macro.
1299 2017-07-28  Peter Bergner  <bergner@vnet.ibm.com>
1301         * config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
1302         (PPC_FEATURE2_SCV): Likewise.
1303         * config/rs6000/rs6000.c (cpu_supports_info): Use them.
1305 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
1307         * config/aarch64/aarch64.c
1308         (aarch64_internal_mov_immediate): Add new special pattern.
1309         * config/aarch64/aarch64.md (*movdi_aarch64):
1310         Add reg/32bit const mov case.
1312 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
1313             Richard Sandiford <richard.sandiford@linaro.org>
1315         * config/aarch64/aarch64.md (mov<mode>): Generalize.
1316         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
1317         Add integer and movi cases.
1318         (movi-split-hf-df-sf split, fp16): New.
1319         (enabled): Added TARGET_FP_F16INST.
1320         * config/aarch64/iterators.md (GPF_HF): New.
1321         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
1323 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
1325         * config/aarch64/aarch64.c
1326         (aarch64_simd_container_mode): Add prototype.
1327         (aarch64_expand_mov_immediate): Add HI support.
1328         (aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
1329         (aarch64_can_const_movi_rtx_p): New.
1330         (aarch64_preferred_reload_class):
1331         Remove restrictions of using FP registers for certain SIMD operations.
1332         (aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
1333         (aarch64_valid_floating_const): Add integer move validation.
1334         (aarch64_simd_imm_scalar_p): Remove.
1335         (aarch64_output_scalar_simd_mov_immediate): Generalize function.
1336         (aarch64_legitimate_constant_p): Expand list of supported cases.
1337         * config/aarch64/aarch64-protos.h
1338         (aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
1339         (aarch64_reinterpret_float_as_int): New.
1340         (aarch64_simd_imm_scalar_p): Remove.
1341         * config/aarch64/constraints.md (Uvi): New.
1342         (Dd): Split into Ds and new Dd.
1343         * config/aarch64/aarch64.md (*movsi_aarch64):
1344         Add SIMD mov case.
1345         (*movdi_aarch64): Add SIMD mov case.
1347 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1349         * tree-predcom.c: (struct chain): Handle store-store chain in which
1350         stores for elimination only store loop invariant values.
1351         (execute_pred_commoning_chain): Ditto.
1352         (prepare_initializers_chain_store_elim): Ditto.
1353         (prepare_finalizers): Ditto.
1354         (is_inv_store_elimination_chain): New function.
1355         (initialize_root_vars_store_elim_1): New function.
1357 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1359         * tree-predcom.c: Revise general description of the pass.
1360         (enum chain_type): New enum type for store elimination.
1361         (struct chain): New field supporting store elimination.
1362         (struct component): Ditto.
1363         (dump_chain): Dump store-stores chain.
1364         (release_chain): Release resources.
1365         (split_data_refs_to_components): Compute and create component
1366         contains only stores for elimination.
1367         (get_chain_last_ref_at): New function.
1368         (make_invariant_chain): Initialization.
1369         (make_rooted_chain): Specify chain type in parameter and record it.
1370         (add_looparound_copies): Skip for store-stores chain.
1371         (determine_roots_comp): Compute type of chain and pass it to
1372         make_rooted_chain.
1373         (initialize_root_vars_store_elim_2): New function.
1374         (finalize_eliminated_stores): New function.
1375         (remove_stmt): Handle store for elimination.
1376         (execute_pred_commoning_chain): Execute predictive commoning on
1377         store-store chains.
1378         (determine_unroll_factor): Skip unroll for store-stores chain.
1379         (prepare_initializers_chain_store_elim): New function.
1380         (prepare_initializers_chain): Hanlde store-store chain.
1381         (prepare_finalizers_chain, prepare_finalizers): New function.
1382         (tree_predictive_commoning_loop): Return integer value indicating
1383         if loop is unrolled or lcssa form is corrupted.
1384         (tree_predictive_commoning): Rewrite for lcssa form if necessary.
1386 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1388         * tree-predcom.c (initialize_root): Delete.
1389         (execute_pred_commoning_chain): Initialize root vars and replace
1390         reference of non-combined chain directly, rather than call above
1391         function.
1393 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1395         * tree-predcom.c (ref_at_iteration): Add parameter NITERS.  Compute
1396         memory reference to DR at (NITERS + ITERS)-th iteration of loop.
1398 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1400         * tree-predcom.c (struct chain): New field init_seq.
1401         (release_chain): Release init_seq.
1402         (prepare_initializers_chain): Record intialization stmts in above
1403         field.
1404         (insert_init_seqs): New function.
1405         (tree_predictive_commoning_loop): Call insert_init_seqs.
1407 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
1409         * tree-predcom.c (determine_roots_comp): Skip trivial components.
1411 2017-07-28  Richard Biener  <rguenther@suse.de>
1413         * match.pd: Remove superfluous :c.
1414         * genmatch.c (simplify::id): Add member.
1415         (lower_commutative, lower_opt_convert, lower_cond, lower_for):
1416         Copy id.
1417         (current_id): New global.
1418         (dt_node::parent): Move from ...
1419         (dt_operand::parent): ... here.  Add for_id member.
1420         (is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
1421         (decision_tree::find_node): Relax order requirement when
1422         merging DT_TRUE nodes to ones inbetween the current simplify
1423         and the one we try to merge with.  Add diagnostic whenever
1424         we need to enforce pattern order by not merging.
1425         (decision_tree::insert): Set current_id.
1426         (decision_tree::print_node): Dump parent node and for_id.
1427         (parser::last_id): Add member.
1428         (parser::push_simplify): Assign unique id.
1429         (parser::parser): Initialize last_id.
1431 2017-07-28  Martin Liska  <mliska@suse.cz>
1433         PR sanitizer/81340
1434         * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
1435         gimple_build_debug_bind.
1437 2017-07-28  Richard Biener  <rguenther@suse.de>
1439         PR tree-optimization/81502
1440         * match.pd: Add pattern combining BIT_INSERT_EXPR with
1441         BIT_FIELD_REF.
1442         * tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
1443         size/pos operands.
1444         (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
1445         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
1446         for BIT_FIELD_REF args.
1447         * fold-const.c (make_bit_field_ref): Likewise.
1448         * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
1450 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
1452         PR sanitizer/80998
1453         * sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
1454         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
1455         * flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
1456         Or it into SANITIZER_UNDEFINED.
1457         * ubsan.c: Include gimple-fold.h and varasm.h.
1458         (ubsan_expand_ptr_ifn): New function.
1459         (instrument_pointer_overflow): New function.
1460         (maybe_instrument_pointer_overflow): New function.
1461         (instrument_object_size): Formatting fix.
1462         (pass_ubsan::execute): Call instrument_pointer_overflow
1463         and maybe_instrument_pointer_overflow.
1464         * internal-fn.c (expand_UBSAN_PTR): New function.
1465         * ubsan.h (ubsan_expand_ptr_ifn): Declare.
1466         * sanitizer.def (__ubsan_handle_pointer_overflow,
1467         __ubsan_handle_pointer_overflow_abort): New builtins.
1468         * tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
1469         * internal-fn.def (UBSAN_PTR): New internal function.
1470         * opts.c (sanitizer_opts): Add pointer-overflow.
1471         * lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
1472         * fold-const.c (build_range_check): Compute pointer range check in
1473         integral type if pointer arithmetics would be needed.  Formatting
1474         fixes.
1476 2017-07-28  Martin Liska  <mliska@suse.cz>
1478         PR sanitizer/81460
1479         * sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
1480         parameters that are of a variable-length.
1482 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1484         * config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h.  Add
1485         rs6000/biarch64.h.
1486         * config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
1487         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
1488         (CRT_CALL_STATIC_FUNCTION): Likewise.
1489         (ASM_DEFAULT_SPEC): New define.
1490         (ASM_SPEC32): Likewise.
1491         (ASM_SPEC64): Likewise.
1492         (ASM_SPEC_COMMON): Likewise.
1493         (ASM_SPEC): Likewise.
1494         (INVALID_64BIT): Likewise.
1495         (LINK_OS_DEFAULT_SPEC): Likewise.
1496         (LINK_OS_SPEC32): Likewise.
1497         (LINK_OS_SPEC64): Likewise.
1498         (POWERPC_LINUX): Likewise.
1499         (PTRDIFF_TYPE): Likewise.
1500         (RESTORE_FP_PREFIX): Likewise.
1501         (RESTORE_FP_SUFFIX): Likewise.
1502         (SAVE_FP_PREFIX): Likewise.
1503         (SAVE_FP_SUFFIX): Likewise.
1504         (SIZE_TYPE): Likewise.
1505         (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
1506         (TARGET_64BIT): Likewise.
1507         (TARGET_64BIT): Likewise.
1508         (TARGET_AIX): Likewise.
1509         (WCHAR_TYPE_SIZE): Likewise.
1510         (WCHAR_TYPE): Undefine.
1511         (TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
1512         (CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
1513         (CPP_OS_RTEMS_SPEC): Delete.
1514         (SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems.  Add
1515         asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
1516         link_os_spec64.
1517         * config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
1519 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
1521         PR tree-optimization/81578
1522         * tree-parloops.c (build_new_reduction): Bail out if
1523         reduction_code isn't one of the standard OpenMP reductions.
1524         Move the details printing after that decision.
1526 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
1528         * config/rs6000/predicates.md (volatile_mem_operand): Remove code
1529         related to reload_in_progress.
1530         (splat_input_operand): Likewise.
1531         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
1532         Delete prototype.
1533         * config/rs6000/rs6000.c (machine_function): Remove sdmode_stack_slot
1534         field.
1535         (TARGET_EXPAND_TO_RTL_HOOK): Delete.
1536         (TARGET_INSTANTIATE_DECLS): Likewise.
1537         (legitimate_indexed_address_p): Delete reload_in_progress code.
1538         (rs6000_debug_legitimate_address_p): Likewise.
1539         (rs6000_eliminate_indexed_memrefs): Likewise.
1540         (rs6000_emit_le_vsx_store): Likewise.
1541         (rs6000_emit_move_si_sf_subreg): Likewise.
1542         (rs6000_emit_move): Likewise.
1543         (register_to_reg_type): Likewise.
1544         (rs6000_pre_atomic_barrier): Likewise.
1545         (rs6000_machopic_legitimize_pic_address): Likewise.
1546         (rs6000_allocate_stack_temp): Likewise.
1547         (rs6000_address_for_fpconvert): Likewise.
1548         (rs6000_address_for_altivec): Likewise.
1549         (rs6000_secondary_memory_needed_rtx): Delete function.
1550         (rs6000_check_sdmode): Likewise.
1551         (rs6000_alloc_sdmode_stack_slot): Likewise.
1552         (rs6000_instantiate_decls): Likewise.
1553         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
1554         * config/rs6000/rs6000.md (splitter for *movsi_got_internal):
1555         Delete reload_in_progress.
1556         (*vec_reload_and_plus_<mptrsize>): Likewise.
1557         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
1558         (vsx_div_v2di): Likewise.
1559         (vsx_udiv_v2di): Likewise.
1561 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
1563         * config/rs6000/rs6000.opt (mlra): Replace with stub.
1564         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Delete OPTION_MASK_LRA.
1565         * config/rs6000/rs6000.c (TARGET_LRA_P): Delete.
1566         (rs6000_debug_reg_global): Delete print of LRA status.
1567         (rs6000_option_override_internal): Delete dead LRA related code.
1568         (rs6000_lra_p): Delete function.
1569         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mlra.
1571 2017-07-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1573         * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
1574         * config/riscv/rtems.h: New file.
1576 2017-07-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1577             Sudakshina Das  <sudi.das@arm.com>
1579         * config/aarch64/aarch64.md
1580         (define_split for and<mode>3nr_compare): Move
1581         non aarch64_logical_operand to a register.
1582         (define_split for and_<SHIFT:optab><mode>3nr_compare0): Move non
1583         register immediate operand to a register.
1584         * config/aarch64/predicates.md (aarch64_mov_imm_operand): New.
1586 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
1588         PR middle-end/81564
1589         * tree-cfg.c (group_case_labels_stmt): Handle already deleted blocks.
1591 2017-07-27  Richard Biener  <rguenther@suse.de>
1593         PR tree-optimization/81573
1594         PR tree-optimization/81494
1595         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
1596         multi defuse cycle case.
1598 2017-07-27  Richard Biener  <rguenther@suse.de>
1600         PR tree-optimization/81571
1601         * tree-vect-slp.c (vect_build_slp_tree): Properly verify reduction
1602         PHIs.
1604 2017-07-27  Eric Botcazou  <ebotcazou@adacore.com>
1606         * config/sparc/sparc.c (sparc_option_override): Set MASK_FSMULD flag
1607         earlier and only if MASK_FPU is set.  Adjust formatting.
1609 2017-07-27  Martin Liska  <mliska@suse.cz>
1611         * opt-functions.awk: Add validation of value of Init.
1612         * optc-gen.awk: Pass new argument.
1614 2017-07-27  Martin Liska  <mliska@suse.cz>
1616         * auto-profile.c (autofdo_source_profile::update_inlined_ind_target):
1617         Fix wrong condition.
1619 2017-07-27  Martin Liska  <mliska@suse.cz>
1621         * auto-profile.c (afdo_annotate_cfg): Assign zero counts to
1622         BBs and edges seen by autoFDO.
1624 2017-07-27  Richard Biener  <rguenther@suse.de>
1626         PR tree-optimization/81502
1627         * tree-ssa.c (non_rewritable_lvalue_p): Handle BIT_INSERT_EXPR
1628         with incompatible but same sized type.
1629         (execute_update_addresses_taken): Likewise.
1631 2017-07-27  James Greenhalgh  <james.greenhalgh@arm.com>
1633         * tree-ssa-loop-ch.c (pass_ch::process_loop_p): Guard on
1634         flag_tree_loop_vectorize rather than flag_tree_vectorize.
1636 2017-07-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1638         PR target/81534
1639         * config/s390/s390.md ("*atomic_compare_and_swap<mode>_1")
1640         ("*atomic_compare_and_swapdi_2", "*atomic_compare_and_swapsi_3"):
1641         Change s_operand to memory_operand.
1643 2017-07-27  Richard Sandiford  <richard.sandiford@linaro.org>
1645         * config/rs6000/rs6000-protos.h (rs6000_emit_le_vsx_permute): Declare.
1646         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Replace with...
1647         (rs6000_emit_le_vsx_permute): ...this.  Take the destination as input.
1648         Emit instructions rather than returning an expression.  Handle TFmode
1649         and KFmode by casting to TImode.
1650         (rs6000_emit_le_vsx_load): Update to use rs6000_emit_le_vsx_permute.
1651         (rs6000_emit_le_vsx_store): Likewise.
1652         * config/rs6000/vsx.md (VSX_TI): New iterator.
1653         (*vsx_le_permute_<mode>): Use it instead of VSX_LE_128.
1654         (*vsx_le_undo_permute_<mode>): Likewise.
1655         (*vsx_le_perm_load_<mode>): Use rs6000_emit_le_vsx_permute to
1656         emit the split sequence.
1657         (*vsx_le_perm_store_<mode>): Likewise.
1659 2017-07-27  Jakub Jelinek  <jakub@redhat.com>
1661         PR tree-optimization/81555
1662         PR tree-optimization/81556
1663         * tree-ssa-reassoc.c (rewrite_expr_tree): Add NEXT_CHANGED argument,
1664         if true, force CHANGED for the recursive invocation.
1665         (reassociate_bb): Remember original length of ops array, pass
1666         len != orig_len as NEXT_CHANGED in rewrite_expr_tree call.
1668         * attribs.c (decl_attributes): Imply noinline, noclone and no_icf
1669         attributes for noipa attribute.  For naked attribute use
1670         lookup_attribute first before lookup_attribute_spec.
1671         * final.c (rest_of_handle_final): Disable IPA RA for functions with
1672         noipa attribute.
1673         * ipa-visibility.c (non_local_p): Fix comment typos.  Return true
1674         for functions with noipa attribute.
1675         (cgraph_externally_visible_p): Return true for functions with noipa
1676         attribute.
1677         * cgraph.c (cgraph_node::get_availability): Return AVAIL_INTERPOSABLE
1678         for functions with noipa attribute.
1679         * doc/extend.texi: Document noipa function attribute.
1680         * tree-ssa-structalias.c (refered_from_nonlocal_fn): Set *nonlocal_p
1681         also for functions with noipa attribute.
1682         (ipa_pta_execute): Set nonlocal_p also for nodes with noipa attribute.
1684 2017-07-26  Andrew Pinski  <apinski@cavium.com>
1686         * config/aarch64/aarch64.c (thunderx_vector_cost): Decrease cost of
1687         vec_unalign_load_cost and vec_unalign_store_cost.
1689 2017-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
1691         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete
1692         -mvsx-small-integer option.
1693         (ISA_3_0_MASKS_IEEE): Likewise.
1694         (OTHER_VSX_VECTOR_MASKS): Likewise.
1695         (POWERPC_MASKS): Likewise.
1696         * config/rs6000/rs6000.opt (-mvsx-small-integer): Likewise.
1697         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Simplify
1698         code, only testing for DImode being allowed in non-VSX floating
1699         point registers.
1700         (rs6000_init_hard_regno_mode_ok): Change TARGET_VSX_SMALL_INTEGER
1701         to TARGET_P8_VECTOR test.  Remove redundant VSX test inside of
1702         another VSX test.
1703         (rs6000_option_override_internal): Delete -mvsx-small-integer.
1704         (rs6000_expand_vector_set): Change TARGET_VSX_SMALL_INTEGER to
1705         TARGET_P8_VECTOR test.
1706         (rs6000_secondary_reload_simple_move): Likewise.
1707         (rs6000_preferred_reload_class): Delete TARGET_VSX_SMALL_INTEGER,
1708         since TARGET_P9_VECTOR was already tested.
1709         (rs6000_opt_masks): Remove -mvsx-small-integer.
1710         * config/rs6000/vsx.md (vsx_extract_<mode>): Delete
1711         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
1712         used.
1713         (vsx_extract_<mode>_p9): Delete TARGET_VSX_SMALL_INTEGER, since a
1714         test for TARGET_VEXTRACTUB was used, and that uses
1715         TARGET_P9_VECTOR.
1716         (p9 extract splitter): Likewise.
1717         (vsx_extract_<mode>_di_p9): Likewise.
1718         (vsx_extract_<mode>_store_p9): Likewise.
1719         (vsx_extract_si): Delete TARGET_VSX_SMALL_INTEGER, since a test
1720         for TARGET_P9_VECTOR was used.  Delete code that is now dead with
1721         the elimination of TARGET_VSX_SMALL_INTEGER.
1722         (vsx_extract_<mode>_p8): Likewise.
1723         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>): Likewise.
1724         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Likewise.
1725         (vsx_set_<mode>_p9): Likewise.
1726         (vsx_set_v4sf_p9): Likewise.
1727         (vsx_set_v4sf_p9_zero): Likewise.
1728         (vsx_insert_extract_v4sf_p9): Likewise.
1729         (vsx_insert_extract_v4sf_p9_2): Likewise.
1730         * config/rs6000/rs6000.md (sign extend splitter): Change
1731         TARGET_VSX_SMALL_INTEGER to TARGET_P8_VECTOR test.
1732         (floatsi<mode>2_lfiwax_mem): Likewise.
1733         (floatunssi<mode>2_lfiwzx_mem): Likewise.
1734         (float<QHI:mode><FP_ISA3:mode>2): Delete TARGET_VSX_SMALL_INTEGER,
1735         since a test for TARGET_P9_VECTOR was used.
1736         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
1737         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
1738         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
1739         (fix_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
1740         TARGET_P8_VECTOR test.
1741         (fix_trunc<mode>si2_stfiwx): Likewise.
1742         (fix_trunc<mode>si2_internal): Likewise.
1743         (fix_trunc<SFDF:mode><QHI:mode>2): Delete
1744         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
1745         used.
1746         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
1747         (fixuns_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
1748         TARGET_P8_VECTOR test.
1749         (fixuns_trunc<mode>si2_stfiwx): Likewise.
1750         (fixuns_trunc<SFDF:mode><QHI:mode>2): Delete
1751         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
1752         used.
1753         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
1754         (fctiw<u>z_<mode>_smallint): Delete TARGET_VSX_SMALL_INTEGER,
1755         since a test for TARGET_P9_VECTOR was used.
1756         (splitter for loading small constants): Likewise.
1758 2017-07-26  Andrew Pinski  <apinski@cavium.com>
1760         * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
1761         vec_fp_stmt_cost.
1763 2017-07-26  H.J. Lu  <hongjiu.lu@intel.com>
1765         PR target/81563
1766         * config/i386/i386.c (sp_valid_at): Properly check CFA offset.
1767         (fp_valid_at): Likewise.
1769 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
1771         * config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
1772         (qdf24xx_addrcost_table): Likewise.
1773         (cortexa57_tunings): Update to use generic_branch_cost.
1774         (cortexa72_tunings): Likewise.
1775         (cortexa73_tunings): Likewise.
1776         (qdf24xx_tunings): Likewise.
1778 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
1780         * config/aarch64/aarch64.c (cortexa57_branch_cost): Remove.
1781         (thunderx2t99_branch_cost): Likewise.
1782         (cortexa35_tunings): Update to use generic_branch_cost.
1783         (cortexa53_tunings): Likewise.
1784         (cortexa57_tunings): Likewise.
1785         (cortexa72_tunings): Likewise.
1786         (cortexa73_tunings): Likewise.
1787         (thunderx2t99_tunings): Likewise.
1789 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1791         * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
1792         (sparc_option_override): Honour MASK_FSMULD.
1793         * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
1794         * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
1795         * config/sparc/sparc.opt (mfsmuld): New option.
1796         * doc/invoke.texi (mfsmuld): Document option.
1798 2017-07-26  Marek Polacek  <polacek@redhat.com>
1800         PR middle-end/70992
1801         * tree.c (build2_stat): Don't set TREE_CONSTANT on divisions by zero.
1803 2017-07-26  Richard Biener  <rguenther@suse.de>
1805         * gimple-match-head.c (do_valueize): Return OP if valueize
1806         returns NULL_TREE.
1807         (get_def): New helper to get at the def stmt of a SSA name
1808         if valueize allows.
1809         * genmatch.c (dt_node::gen_kids_1): Use get_def instead of
1810         do_valueize to get at the def stmt.
1811         (dt_operand::gen_gimple_expr): Simplify do_valueize calls.
1813 2017-07-26  Wilco Dijkstra  <wdijkstr@arm.com>
1815         PR middle-end/46932
1816         * auto-inc-dec.c (parse_add_or_inc): Block autoinc on sfp.
1818 2017-07-26  Martin Liska  <mliska@suse.cz>
1820         PR sanitize/81186
1821         * function.c (expand_function_start): Make expansion of
1822         nonlocal_goto_save_area after parm_birth_insn.
1824 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1826         * config/sparc/sparc.c (sparc_option_override): Remove MASK_FPU
1827         from all CPU target flags enable members.
1829 2017-07-26  Richard Biener  <rguenther@suse.de>
1831         * genmatch.c (dt_simplify::gen): Make iterator vars const.
1832         (decision_tree::gen): Make 'type' const.
1833         (write_predicate): Likewise.
1835 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
1837         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok):
1838         Eliminate TARGET_UPPER_REGS_{DF,DI,SF} usage.
1839         (rs6000_option_override_internal): Likewise.
1840         (rs6000_expand_vector_set): Likewise.
1841         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Delete.
1842         (TARGET_UPPER_REGS_SF): Likewise.
1843         (TARGET_UPPER_REGS_DI): Likewise.
1844         (TARGET_VEXTRACTUB): Eliminate TARGET_UPPER_REGS_{DF,DI,SF}.
1845         (TARGET_DIRECT_MOVE_64BIT): Likewise.
1846         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Likewise.
1847         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
1848         (Splitters for DI constants in Altivec registers): Likewise.
1849         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Likewise.
1850         (vsx_set_v4sf_p9): Likewise.
1851         (vsx_set_v4sf_p9_zero): Likewise.
1852         (vsx_insert_extract_v4sf_p9): Likewise.
1853         (vsx_insert_extract_v4sf_p9_2): Likewise.
1855 2017-07-25  Carl Love  <cel@us.ibm.com>
1857         * doc/extend.texi: Update the built-in documentation file for the
1858         existing built-in functions
1859         vector signed char vec_cnttz (vector signed char);
1860         vector unsigned char vec_cnttz (vector unsigned char);
1861         vector signed short vec_cnttz (vector signed short);
1862         vector unsigned short vec_cnttz (vector unsigned short);
1863         vector signed int vec_cnttz (vector signed int);
1864         vector unsigned int vec_cnttz (vector unsigned int);
1865         vector signed long long vec_cnttz (vector signed long long);
1866         vector unsigned long long vec_cnttz (vector unsigned long long);
1868 2017-07-25  Andrew Pinski  <apinski@cavium.com>
1870         * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
1871         accesses where the use is for the first operand of a BIT_INSERT.
1873 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
1875         PR bootstrap/81521
1876         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
1877         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
1879 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
1881         * config/i386/gstabs.h: Delete.
1882         * config/i386/openbsd.h, config/i386/t-openbsd: Likewise.
1884 2017-07-25  Uros Bizjak  <ubizjak@gmail.com>
1886         * config/i386/i386.c (ix86_decompose_address): Do not check for
1887         register RTX when looking at index_reg or base_reg.
1888         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use stack_pointer_rtx.
1890 2017-07-25  Eric Botcazou  <ebotcazou@adacore.com>
1892         * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace
1893         to update EH info here.
1895 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
1897         * match.pd ((X * CST1) * CST2): Simplify to X * (CST1 * CST2).
1899 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
1901         * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.
1903 2017-07-25  Torsten Duwe  <duwe@suse.de>
1905         * common.opt: Introduce -fpatchable-function-entry
1906         command line option, and its variables function_entry_patch_area_size
1907         and function_entry_patch_area_start.
1908         * opts.c (common_handle_option): Add -fpatchable_function_entry_ case,
1909         including a two-value parser.
1910         * target.def (print_patchable_function_entry): New target hook.
1911         * targhooks.h (default_print_patchable_function_entry): New function.
1912         * targhooks.c (default_print_patchable_function_entry): Likewise.
1913         * toplev.c (process_options): Switch off IPA-RA if
1914         patchable function entries are being generated.
1915         * varasm.c (assemble_start_function): Look at the
1916         patchable-function-entry command line switch and current
1917         function attributes and maybe generate NOP instructions by
1918         calling the print_patchable_function_entry hook.
1919         * doc/extend.texi: Document patchable_function_entry attribute.
1920         * doc/invoke.texi: Document -fpatchable_function_entry
1921         command line option.
1922         * doc/tm.texi.in (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY):
1923         New target hook.
1924         * doc/tm.texi: Re-generate.
1926 2017-07-25  Jakub Jelinek  <jakub@redhat.com>
1928         PR target/81532
1929         * config/i386/constraints.md (Yd, Ye): Use ALL_SSE_REGS for
1930         TARGET_AVX512DQ rather than TARGET_AVX512BW.
1932 2017-07-25  Tamar Christina  <tamar.christina@arm.com>
1934         * config/arm/parsecpu.awk (all_cores): Remove duplicates.
1936 2017-07-25  Richard Biener  <rguenther@suse.de>
1938         PR tree-optimization/81455
1939         * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
1940         not walk in cycles when looking for guards.
1942 2017-07-25  Richard Biener  <rguenther@suse.de>
1944         PR tree-optimization/81529
1945         * tree-vect-stmts.c (process_use): Disregard live induction PHIs
1946         when optimizing backedge uses.
1948 2017-07-25  David Edelsohn  <dje.gcc@gmail.com>
1950         * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
1951         character for AIX.
1952         * dwarf2out.c (output_macinfo): Copy debug_line_section_label
1953         to dl_section_ref.  On AIX, append an expression to subtract
1954         the size of the section length to dl_section_ref.
1956 2017-07-25  Segher Boessenkool  <segher@kernel.crashing.org>
1958         * configure.ac: If any of the config.* scripts fail, exit 1.
1959         * configure: Regenerate.
1961 2017-07-25  Richard Biener  <rguenther@suse.de>
1963         PR middle-end/81546
1964         * tree-ssa-operands.c (verify_imm_links): Remove cap on number
1965         of immediate uses, be more verbose on errors.
1967 2017-07-25  Richard Biener  <rguenther@suse.de>
1969         PR tree-optimization/81510
1970         * tree-vect-loop.c (vect_is_simple_reduction): When the
1971         reduction stmt is not inside the loop bail out.
1973 2017-07-25  Richard Biener  <rguenther@suse.de>
1975         PR tree-optimization/81303
1976         * tree-vect-loop-manip.c (vect_loop_versioning): Build
1977         profitability check against LOOP_VINFO_NITERSM1.
1979 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
1981         * domwalk.c (cmp_bb_postorder): Simplify.
1982         (sort_bbs_postorder): New function.  Use it...
1983         (dom_walker::walk): ...here to optimize common cases.
1985 2017-07-25  Martin Liska  <mliska@suse.cz>
1987         PR ipa/81520
1988         * ipa-visibility.c (function_and_variable_visibility): Make the
1989         redirection just on target that supports aliasing.
1990         Fix GNU coding style.
1992 2017-07-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1994         PR libgcc/61152
1995         * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
1996         Format changes.
1997         * config/arm/rtems.h: Likewise.
1998         * config/bfin/rtems.h: Likewise.
1999         * config/i386/rtemself.h: Likewise.
2000         * config/lm32/rtems.h: Likewise.
2001         * config/m32c/rtems.h: Likewise.
2002         * config/m68k/rtemself.h: Likewise.
2003         * config/microblaze/rtems.h: Likewise.
2004         * config/mips/rtems.h: Likewise.
2005         * config/moxie/rtems.h: Likewise.
2006         * config/nios2/rtems.h: Likewise.
2007         * config/powerpcspe/rtems.h: Likewise.
2008         * config/rs6000/rtems.h: Likewise.
2009         * config/rtems.h: Likewise.
2010         * config/sh/rtems.h: Likewise.
2011         * config/sh/rtemself.h: Likewise.
2012         * config/sparc/rtemself.h: Likewise.
2014 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
2016         PR 81487
2017         * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
2018         * gimple-pretty-print.c (dump_profile, dump_probability): Same.
2019         * tree-ssa-structalias.c (alias_get_name): Same.
2021 2017-07-25  Bin Cheng  <bin.cheng@arm.com>
2023         PR target/81414
2024         * config/aarch64/cortex-a57-fma-steering.c (analyze): Skip fmul/fmac
2025         instructions if no du chain is found.
2027 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
2029         * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
2031 2017-07-25  Richard Biener  <rguenther@suse.de>
2033         PR middle-end/81505
2034         * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
2035         sticky.
2037 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
2039         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete
2040         upper-regs options.
2041         (ISA_2_7_MASKS_SERVER): Likewise.
2042         (ISA_3_0_MASKS_IEEE): Likewise.
2043         (OTHER_P8_VECTOR_MASKS): Likewise.
2044         (OTHER_VSX_VECTOR_MASKS): Likewise.
2045         (POWERPC_MASKS): Likewise.
2046         (power7 cpu): Use ISA_2_6_MASKS_SERVER instead of using a
2047         duplicate list of options.
2048         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Remove
2049         explicit -mupper-regs options.
2050         * config/rs6000/rs6000.opt (-mvsx-scalar-memory): Delete
2051         -mupper-regs* options.  Delete -mvsx-scalar-memory, which was an
2052         alias for -mupper-regs-df.
2053         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
2054         (rs6000_init_hard_regno_mode_ok): Likewise.
2055         (rs6000_option_override_internal): Likewise.
2056         (rs6000_opt_masks): Likewise.
2057         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Define upper regs
2058         options in terms of whether -mvsx or -mpower8-vector was used.
2059         (TARGET_UPPER_REGS_DI): Likewise.
2060         (TARGET_UPPER_REGS_SF): Likewise.
2061         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete the
2062         -mupper-regs-* options.
2064 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
2066         * passes.c (emergency_dump_function): Print some empty lines and a
2067         header before the RTL dump.
2069 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
2071         * cfgrtl.c (rtl_dump_bb): Don't call NEXT_INSN on NULL.
2073 2017-07-24  Wilco Dijkstra  <wdijkstr@arm.com>
2075         PR target/79041
2076         * config/aarch64/aarch64.c (aarch64_classify_symbol):
2077         Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals.
2079 2017-07-24  Carl Love  <cel@us.ibm.com>
2081         * config/rs6000/rs6000-c.c: Add support for built-in functions
2082         vector float vec_extract_fp32_from_shorth (vector unsigned short);
2083         vector float vec_extract_fp32_from_shortl (vector unsigned short);
2084         * config/rs6000/altivec.h (vec_extract_fp_from_shorth,
2085         vec_extract_fp_from_shortl): Add defines for the two builtins.
2086         * config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
2087         VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
2088         new builtins.
2089         * config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
2090         (vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
2091         * doc/extend.texi: Update the built-in documentation file for the
2092         new built-in function.
2094 2017-07-24  Jakub Jelinek  <jakub@redhat.com>
2096         PR bootstrap/81521
2097         * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
2098         documentation.
2099         * doc/generic.texi: Likewise.
2100         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
2101         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
2103 2017-07-24  Jackson Woodruff  <jackson.woodruff@arm.com>
2105         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): New.
2106         (aarch64_mls_elt_merge<mode>): Likewise.
2108 2017-07-23  Krister Walfridsson  <krister.walfridsson@gmail.com>
2110         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
2111         having __cxa_atexit.
2113 2017-07-23  Michael Collison  <michael.collison@arm.com>
2115         * config/arm/arm.c (arm_option_override): Deprecate
2116         use of -mstructure-size-boundary.
2117         * config/arm/arm.opt: Deprecate -mstructure-size-boundary.
2118         * doc/invoke.texi: Deprecate -mstructure-size-boundary.
2120 2017-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2122         PR target/80695
2123         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
2124         Reduce cost estimate for direct moves.
2126 2017-07-23  Uros Bizjak  <ubizjak@gmail.com>
2128         PR target/80569
2129         * config/i386/i386.c (ix86_option_override_internal): Disable
2130         BMI, BMI2 and TBM instructions for -m16.
2132 2017-07-21  Carl Love  <cel@us.ibm.com>
2134         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2135         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
2136         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
2137         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
2138         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
2139         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
2140         VMULOSW): New enum "unspec" values.
2141         (altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
2142         altivec_vmulosw): New patterns.
2143         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
2144         VMULOSW): Add definitions.
2146 2017-07-21  Jim Wilson  <jim.wilson@linaro.org>
2148         * config/aarch64/aarch64-cores.def (falkor): Add AARCH64_FL_RDMA.
2149         (qdf24xx): Likewise.
2150         * config/aarch64/aarch64-options-extensions.def (rdma); New.
2151         * config/aarch64/aarch64.h (AARCH64_FL_RDMA): New.
2152         (AARCH64_FL_V8_1): Renumber.
2153         (AARCH64_FL_FOR_ARCH8_1): Add AARCH64_FL_RDMA.
2154         (AARCH64_ISA_RDMA): Use AARCH64_FL_RDMA.
2155         * config/aarch64/arm_neon.h: Use +rdma instead of arch=armv8.1-a.
2156         * doc/invoke.texi (AArch64 Options): Mention +rmda in -march docs.  Add
2157         rdma to feature modifiers list.
2159 2017-07-21  Yury Gribov  <tetra2005@gmail.com>
2161         PR middle-end/56727
2162         * ipa-visibility (function_and_variable_visibility): Convert
2163         recursive PLT call to direct call if appropriate.
2165 2017-07-21  Andrew Pinski  <apinski@cavium.com>
2167         * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
2168         operand 1 to see if the types precision matches.
2169         * fold-const.c (operand_equal_p): Likewise.
2171 2017-07-21  Richard Biener  <rguenther@suse.de>
2173         PR tree-optimization/81303
2174         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Pass
2175         in datarefs vector.  Allow NULL dr0 for no peeling cost estimate.
2176         (vect_peeling_hash_get_lowest_cost): Adjust.
2177         (vect_enhance_data_refs_alignment): Likewise.  Use
2178         vect_get_peeling_costs_all_drs to compute the penalty for no
2179         peeling to match up costs.
2181 2017-07-21  Richard Biener  <rguenther@suse.de>
2183         PR tree-optimization/81500
2184         * tree-vect-loop.c (vect_is_simple_reduction): Properly fail if
2185         we didn't identify a reduction path.
2187 2017-07-21  Tom de Vries  <tom@codesourcery.com>
2188             Cesar Philippidis  <cesar@codesourcery.com>
2190         PR gcov-profile/81442
2191         * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Add missing edge
2192         probabilities.
2194 2017-07-21  Tom de Vries  <tom@codesourcery.com>
2196         PR lto/81430
2197         * config/nvptx/nvptx.c (nvptx_override_options_after_change): New
2198         function.
2199         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
2200         nvptx_override_options_after_change.
2202 2017-07-21  Ulrich Drepper  <drepper@redhat.com>
2204         * dwarf2out.c (output_file_names): Avoid double testing for
2205         dwarf_version >= 5.
2207 2017-07-21  Georg-Johann Lay  <avr@gjlay.de>
2209         * doc/invoke.texi (AVR Built-in Functions): Re-layout section.
2211 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
2213         * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
2214         hot/cold regions.
2215         (try_crossjump_to_edge): Do not punt on partitioned functions.
2217 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
2219         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
2220         Put all BBs reachable only via paths crossing cold region to cold
2221         region.
2222         * cfgrtl.c (find_bbs_reachable_by_hot_paths): New function.
2224 2016-07-21  Richard Biener  <rguenther@suse.de>
2226         PR tree-optimization/81303
2227         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Take
2228         into account prologue and epilogue iterations when raising
2229         min_profitable_iters to sth at least covering one vector iteration.
2231 2017-07-21  Tamar Christina  <tamar.christina@arm.com>
2233         * config/arm/arm.c (arm_test_cpu_arch_dat):
2234         Check for overlap.
2236 2017-07-20  Nathan Sidwell  <nathan@acm.org>
2238         Remove TYPE_METHODS.
2239         * tree.h (TYPE_METHODS): Delete.
2240         * dwarf2out.c (gen_member_die): Member fns are on TYPE_FIELDS.
2241         * dbxout.c (dbxout_type_fields): Ignore FUNCTION_DECLs.
2242         (dbxout_type_methods): Scan TYPE_FIELDS.
2243         (dbxout_type): Don't check TYPE_METHODS here.
2244         * function.c (use_register_for_decl): Always ignore register for
2245         class types when not optimizing.
2246         * ipa-devirt.c (odr_types_equivalent_p): Delete TYPE_METHODS scan.
2247         * tree.c (free_lang_data_in_type): Stitch out member functions and
2248         templates from TYPE_FIELDS.
2249         (build_distinct_type_copy, verify_type_variant,
2250         verify_type): Member fns are on TYPE_FIELDS.
2251         * tree-dump.c (dequeue_and_dump): No TYPE_METHODS.
2252         * tree-pretty-print.c (dump_generic_node): Likewise.
2254 2017-07-20  Jakub Jelinek  <jakub@redhat.com>
2256         PR target/80846
2257         * config/i386/i386.c (ix86_expand_vector_init_general): Handle
2258         V2TImode and V4TImode.
2259         (ix86_expand_vector_extract): Likewise.
2260         * config/i386/sse.md (VMOVE): Enable V4TImode even for just
2261         TARGET_AVX512F, instead of only for TARGET_AVX512BW.
2262         (ssescalarmode): Handle V4TImode and V2TImode.
2263         (VEC_EXTRACT_MODE): Add V4TImode and V2TImode.
2264         (*vec_extractv2ti, *vec_extractv4ti): New insns.
2265         (VEXTRACTI128_MODE): New mode iterator.
2266         (splitter for *vec_extractv?ti first element): New.
2267         (VEC_INIT_MODE): New mode iterator.
2268         (vec_init<mode>): Consolidate 3 expanders into one using
2269         VEC_INIT_MODE mode iterator.
2271 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
2273         * lra-assigns.c (pseudo_compare_func): Fix comparison step based on
2274         non_spilled_static_chain_regno_p.
2276 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
2278         * gimple-ssa-store-merging.c (sort_by_bitpos): Return 0 on equal bitpos.
2280 2017-07-20  Jan Hubicka  <hubicka@ucw.cz>
2282         * bb-reorder.c (connect_traces): Allow copying of blocks within
2283         single partition.
2285 2017-07-20  Richard Biener  <rguenther@suse.de>
2287         * gimple.h (gimple_phi_result): Add gphi * overload.
2288         (gimple_phi_result_ptr): Likewise.
2289         (gimple_phi_arg): Likewise.  Adjust index assert to only
2290         allow actual argument accesses rather than all slots available
2291         by capacity.
2292         (gimple_phi_arg_def): Add gphi * overload.
2293         * tree-phinodes.c (make_phi_node): Initialize only actual
2294         arguments.
2295         (resize_phi_node): Clear memory not covered by old node,
2296         do not initialize excess argument slots.
2297         (reserve_phi_args_for_new_edge): Initialize new argument slot
2298         completely.
2300 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
2302         PR tree-optimization/81388
2303         Revert r238585:
2304         2016-07-21  Bin Cheng  <bin.cheng@arm.com>
2306         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
2307         by removing computation of may_be_zero.
2309 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
2310             Tom de Vries  <tom@codesourcery.com>
2312         PR middle-end/81030
2313         * cfgbuild.c (find_many_sub_basic_blocks): Update REG_BR_PROB note
2314         when gimple level profile disagrees with what RTL expander did.
2316 2017-07-20  Richard Biener  <rguenther@suse.de>
2318         PR tree-optimization/61171
2319         * tree-vectorizer.h (slp_instance): Add reduc_phis member.
2320         (vect_analyze_stmt): Add slp instance parameter.
2321         (vectorizable_reduction): Likewise.
2322         * tree-vect-loop.c (vect_analyze_loop_operations): Adjust.
2323         (vect_is_simple_reduction): Deal with chains not detected
2324         as SLP reduction chain, specifically not properly associated
2325         chains containing a mix of plus/minus.
2326         (get_reduction_op): Remove.
2327         (get_initial_defs_for_reduction): Simplify, pass in whether
2328         this is a reduction chain, pass in the SLP node for the PHIs.
2329         (vect_create_epilog_for_reduction): Get the SLP instance as
2330         arg and adjust.
2331         (vectorizable_reduction): Get the SLP instance as arg.
2332         During analysis remember the SLP node with the PHIs in the
2333         instance.  Simplify getting at the vectorized reduction PHIs.
2334         * tree-vect-slp.c (vect_slp_analyze_node_operations): Pass
2335         through SLP instance.
2336         (vect_slp_analyze_operations): Likewise.
2337         * tree-vect-stms.c (vect_analyze_stmt): Likewise.
2338         (vect_transform_stmt): Likewise.
2340 2017-07-20  Tom de Vries  <tom@codesourcery.com>
2342         PR tree-optimization/81489
2343         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Move
2344         read of phi arg location to before loop that modifies phi.
2346 2017-07-20  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
2348         * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2) ? d : 0):
2349         New pattern.
2351 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
2353         PR middle-end/81331
2354         * except.c (execute): Fix ordering issue.
2356 2018-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
2358         PR rtl-optimization/81423
2359         * combine.c (make_compound_operation_int): Don't try to optimize
2360         the AND of a SUBREG of an LSHIFTRT if that SUBREG is paradoxical.
2362 2017-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
2364         PR rtl-optimization/81423
2365         * simplify-rtx.c (simplify_truncation): Handle truncating an IOR
2366         with a constant that is -1 in the truncated to mode.
2368 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
2370         * predict.c (propagate_unlikely_bbs_forward): Break out from ...
2371         (determine_unlikely_bbs): ... here.
2372         * predict.h (propagate_unlikely_bbs_forward): Declare.
2373         * cfgexpand.c (pass_expand::execute): Use it.
2374         * bb-reorder.c (sanitize_hot_paths): Do not consider known to be
2375         unlikely edges.
2376         (find_rarely_executed_basic_blocks_and_crossing_edges): Use
2377         propagate_unlikely_bbs_forward.
2379 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
2381         PR middle-end/81331
2382         * except.c (maybe_add_nop_after_section_switch): New function.
2383         (execute): Use it.
2385 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2387         * gimple.h (gimple_phi_set_arg): Make assert more strict.
2389 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2391         * gimple.h (gimple_phi_arg): Make assert more strict.
2393 2017-07-19  Steven Munroe  <munroesj@gcc.gnu.org>
2395         * config.gcc (powerpc*-*-*): Add mmintrin.h.
2396         * config/rs6000/mmintrin.h: New file.
2397         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include mmintrin.h.
2399 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
2401         PR tree-optimization/81346
2402         * match.pd: Optimize (X - 1U) <= INT_MAX-1U into (int) X > 0.
2404 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2406         * config/nvptx/nvptx.md (VECIM): Add V2DI.
2408 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2410         * config/nvptx/nvptx-modes.def: Add V2DImode.
2411         * config/nvptx/nvptx-protos.h (nvptx_data_alignment): Declare.
2412         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2DImode.
2413         (nvptx_output_mov_insn): Handle lack of mov.b128.
2414         (nvptx_print_operand): Handle 'H' and 'L' codes.
2415         (nvptx_vector_mode_supported): Allow V2DImode.
2416         (nvptx_preferred_simd_mode): New function.
2417         (nvptx_data_alignment): New function.
2418         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Redefine to
2419         nvptx_preferred_simd_mode.
2420         * config/nvptx/nvptx.h (STACK_BOUNDARY, BIGGEST_ALIGNMENT): Change from
2421         64 to 128 bits.
2422         (DATA_ALIGNMENT): Define.  Set to nvptx_data_alignment.
2424 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2426         * config/nvptx/nvptx-modes.def: New file.  Add V2SImode.
2427         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2SImode.
2428         (nvptx_vector_mode_supported): New function.  Allow V2SImode.
2429         (TARGET_VECTOR_MODE_SUPPORTED_P): Redefine to nvptx_vector_mode_supported.
2430         * config/nvptx/nvptx.md (VECIM): New mode iterator. Add V2SI.
2431         (mov<VECIM>_insn): New define_insn.
2432         (define_expand "mov<VECIM>): New define_expand.
2434 2017-07-19  Tom de Vries  <tom@codesourcery.com>
2436         * config/nvptx/nvptx.c (nvptx_print_operand): Handle v2 vector mode.
2438 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
2440         PR tree-optimization/81346
2441         * fold-const.h (fold_div_compare, range_check_type): Declare.
2442         * fold-const.c (range_check_type): New function.
2443         (build_range_check): Use range_check_type.
2444         (fold_div_compare): No longer static, rewritten into
2445         a match.pd helper function.
2446         (fold_comparison): Don't call fold_div_compare here.
2447         * match.pd (X / C1 op C2): New optimization using fold_div_compare
2448         as helper function.
2450 2017-07-19  Nathan Sidwell  <nathan@acm.org>
2452         * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ...
2453         (TYPE_MIN_VALUE_RAW, TYPE_MAX_VALUE_RAW): ... these.
2454         * tree.c (find_decls_types_r, verify_type): Use
2455         TYPE_{MIN,MAX}_VALUE_RAW.
2456         * lto-streamer-out.c (DFS::DFS_write_tree_body): Likewise.
2457         (hash_tree): Likewise.
2458         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
2459         Likewise.
2460         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
2461         Likewise.
2463 2017-07-18  Tom de Vries  <tom@codesourcery.com>
2465         PR middle-end/81464
2466         * omp-expand.c (expand_omp_for_static_chunk): Handle
2467         equal-argument loop exit phi.
2469 2017-07-18  Uros Bizjak  <ubizjak@gmail.com>
2471         PR target/81471
2472         * config/i386/i386.md (rorx_immediate_operand): New mode attribute.
2473         (*bmi2_rorx<mode>3_1): Use rorx_immediate_operand as
2474         operand 2 predicate.
2475         (*bmi2_rorxsi3_1_zext): Use const_0_to_31_operand as
2476         operand 2 predicate.
2477         (ror,rol -> rorx splitters): Use const_int_operand as
2478         operand 2 predicate.
2480 2017-06-18  Richard Biener  <rguenther@suse.de>
2482         PR tree-optimization/81410
2483         * tree-vect-stmts.c (vectorizable_load): Properly adjust for
2484         the gap in the ! slp_perm SLP case after each group.
2486 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
2488         PR middle-end/81463
2489         * cfgloopmanip.c (scale_loop_profile): Watch out for zero frequency
2490         again.
2492 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
2494         PR middle-end/81462
2495         * predict.c (set_even_probabilities): Cleanup; do not affect
2496         probabilities that are already known.
2497         (combine_predictions_for_bb): Call even when count is set.
2499 2017-07-18  Nathan Sidwell  <nathan@acm.org>
2501         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
2502         TYPE_MAX_VALUE.
2504 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
2506         PR target/81408
2507         * tree-ssa-loop-niter.c (number_of_iterations_exit): Dump missed
2508         optimization for loop niter analysis.
2510 2017-07-18  Georg-Johann Lay  <avr@gjlay.de>
2512         PR target/81473
2513         * config/avr/avr.c (avr_optimize_casesi): Don't use
2514         INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX.
2516 2017-07-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2518         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Remove
2519         body_cost_vec from _vect_peel_extended_info.
2520         (vect_peeling_hash_get_lowest_cost): Do not set body_cost_vec.
2521         (vect_peeling_hash_choose_best_peeling): Remove body_cost_vec and
2522         npeel.
2524 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
2526         * config/arm/arm.c (emit_unlikely_jump): Remove unused var.
2528 2017-07-18  Richard Biener  <rguenther@suse.de>
2530         PR tree-optimization/80620
2531         PR tree-optimization/81403
2532         * tree-ssa-pre.c (phi_translate_1): Clear range and points-to
2533         info when re-using a VN table entry.
2535 2017-07-18  Richard Biener  <rguenther@suse.de>
2537         PR tree-optimization/81418
2538         * tree-vect-loop.c (vectorizable_reduction): Properly compute
2539         vectype_in.  Verify that with lane-reducing reduction operations
2540         we have a single def-use cycle.
2542 2017-07-17  Carl Love  <cel@us.ibm.com>
2544         Revert commit r249424   2017-06-20  Carl Love  <cel@us.ibm.com>
2546         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2547         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
2548         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
2549         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
2550         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
2551         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
2552         VMULOSW): New enum "unspec" values.
2553         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
2554         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
2555         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
2556         altivec_vmulosw): New patterns.
2557         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
2558         VMULOSW): Add definitions.
2559 2017-07-17  Uros Bizjak  <ubizjak@gmail.com>
2561         * config/alpha/alpha.c: Include predict.h.
2563 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
2565         * tree-vrp.c (compare_assert_loc): Fix comparison function
2566         to return predictable results.
2568 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
2570         * config/arc/arc.md (adddi3): Remove support for mexpand-adddi
2571         option.
2572         (subdi3): Likewise.
2573         * config/arc/arc.opt (mexpand-adddi): Deprecate it.
2574         * doc/invoke.texi (mexpand-adddi): Update text.
2576 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
2578         * config/arc/arc.md (clzsi2): Expand to an arc_clzsi2 instruction
2579         that also clobbers the CC register. The old expand code is moved
2580         to ...
2581         (*arc_clzsi2): ... here.
2582         (ctzsi2): Expand to an arc_ctzsi2 instruction that also clobbers
2583         the CC register. The old expand code is moved to ...
2584         (arc_ctzsi2): ... here.
2586 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
2588         * config/arc/arc.opt (mindexed-loads): Use initial value
2589         TARGET_INDEXED_LOADS_DEFAULT.
2590         (mauto-modify-reg): Use initial value
2591         TARGET_AUTO_MODIFY_REG_DEFAULT.
2592         * config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
2593         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
2594         * config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
2595         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
2597 2017-07-17  Martin Liska  <mliska@suse.cz>
2599         PR sanitizer/81302
2600         * opts.c (finish_options): Do not allow -fgnu-tm
2601         w/ -fsanitize={kernel-,}address.  Say sorry.
2603 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
2605         PR target/81369
2606         * tree-loop-distribution.c (classify_partition): Only assert on
2607         numer of iterations.
2608         (merge_dep_scc_partitions): Delete prameter.  Update function call.
2609         (distribute_loop): Remove code handling loop with unknown niters.
2610         (pass_loop_distribution::execute): Skip loop with unknown niters.
2612 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
2614         PR target/81369
2615         * tree-loop-distribution.c (merge_dep_scc_partitions): Sink call to
2616         function sort_partitions_by_post_order.
2618 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
2620         PR tree-optimization/81374
2621         * tree-loop-distribution.c (pass_loop_distribution::execute): Record
2622         the max index of basic blocks, rather than number of basic blocks.
2624 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
2626         * config/arc/arc-protos.h (arc_legitimate_pc_offset_p): Remove
2627         proto.
2628         (arc_legitimate_pic_operand_p): Likewise.
2629         * config/arc/arc.c (arc_legitimate_pic_operand_p): Remove
2630         function.
2631         (arc_needs_pcl_p): Likewise.
2632         (arc_legitimate_pc_offset_p): Likewise.
2633         (arc_legitimate_pic_addr_p): Remove LABEL_REF case, as this
2634         function is also used in constrains.md.
2635         (arc_legitimate_constant_p): Use arc_legitimate_pic_addr_p to
2636         validate pic constants. Handle CONST_INT, CONST_DOUBLE, MINUS and
2637         PLUS.  Only return true/false in known cases, otherwise assert.
2638         (arc_legitimate_address_p): Remove arc_legitimate_pic_addr_p as it
2639         is already called in arc_legitimate_constant_p.
2640         * config/arc/arc.h (CONSTANT_ADDRESS_P): Consider also LABEL for
2641         pic addresses.
2642         (LEGITIMATE_PIC_OPERAND_P): Use
2643         arc_raw_symbolic_reference_mentioned_p function.
2644         * config/arc/constraints.md (Cpc): Use arc_legitimate_pic_addr_p
2645         function.
2646         (Cal): Likewise.
2647         (C32): Likewise.
2649 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
2650         Andrew Burgess  <andrew.burgess@embecosm.com>
2652         * config/arc/arc-protos.h (arc_compute_function_type): Change prototype.
2653         (arc_return_address_register): New function.
2654         * config/arc/arc.c (arc_handle_fndecl_attribute): New function.
2655         (arc_handle_fndecl_attribute): Add naked attribute.
2656         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
2657         (TARGET_WARN_FUNC_RETURN): Likewise.
2658         (arc_allocate_stack_slots_for_args): New function.
2659         (arc_warn_func_return): Likewise.
2660         (machine_function): Change type fn_type.
2661         (arc_compute_function_type): Consider new naked function type,
2662         change function return type.
2663         (arc_must_save_register): Adapt to handle new
2664         arc_compute_function_type's return type.
2665         (arc_expand_prologue): Likewise.
2666         (arc_expand_epilogue): Likewise.
2667         (arc_return_address_regs): Delete.
2668         (arc_return_address_register): New function.
2669         (arc_epilogue_uses): Use above function.
2670         * config/arc/arc.h (arc_return_address_regs): Delete prototype.
2671         (arc_function_type): Change encoding, add naked type.
2672         (ARC_INTERRUPT_P): Change to handle the new encoding.
2673         (ARC_FAST_INTERRUPT_P): Likewise.
2674         (ARC_NORMAL_P): Define.
2675         (ARC_NAKED_P): Likewise.
2676         (arc_compute_function_type): Delete prototype.
2677         * config/arc/arc.md (in_ret_delay_slot): Use
2678         arc_return_address_register function.
2679         (simple_return): Likewise.
2680         (p_return_i): Likewise.
2682 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
2684         PR tree-optimization/81428
2685         * match.pd (X / X -> one): Don't optimize _Fract divisions, as 1
2686         can't be built for those types.
2688 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
2690         Remove stuff dead since r239246.
2692         * config/avr/avr-arch.h (avr_inform_devices): Remove dead proto.
2693         * config/avr/avr-devices.c (mcu_name, comparator, avr_mcus_str)
2694         (avr_inform_devices): Remove dead stuff.
2696 2017-07-17  Tamar Christina  <tamar.christina@arm.com>
2698         * config/arm/arm_neon.h: Fix softp typo.
2700 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
2702         PR tree-optimization/81365
2703         * tree-ssa-phiprop.c (propagate_with_phi): When considering hoisting
2704         aggregate moves onto bb predecessor edges, make sure there are no
2705         loads that could alias the lhs in between the start of bb and the
2706         loads from *phi.
2708 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
2710         PR 80929
2711         * config/avr/avr.c (avr_mul_highpart_cost): New static function.
2712         (avr_rtx_costs_1) [TRUNCATE]: Use it to compute mul_highpart cost.
2713         [LSHIFTRT, outer_code = TRUNCATE]: Same.
2715 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
2717         PR tree-optimization/81396
2718         * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
2719         (init_symbolic_number): Initialize it to 1.
2720         (perform_symbolic_merge): Add n_ops from both operands into the new
2721         n_ops.
2722         (find_bswap_or_nop): Don't consider n->n == cmpnop computations
2723         without base_addr as useless if they need more than one operation.
2724         (bswap_replace): Handle !bswap case for NULL base_addr.
2726 2017-07-17  Tom de Vries  <tom@codesourcery.com>
2728         PR target/81069
2729         * config/nvptx/nvptx.c (nvptx_single): Insert diverging branch as late
2730         as possible.
2732 2017-07-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2734         * config/sparc/rtemself.h (TARGET_OS_CPP_BUILTINS): Add
2735         conditional builtin define __FIX_LEON3FT_B2BST.
2737 2017-07-17  Daniel Cederman  <cederman@gaisler.com>
2739         * config/sparc/t-rtems: Add mfix-gr712rc multilibs. Replace
2740         MULTILIB_EXCEPTIONS with MULTILIB_REQUIRED. Match -mfix-gr712rc
2741         with -mfix-ut700.
2743 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
2745         PR rtl-optimization/81424
2746         * optabs.c (prepare_cmp_insn): Use copy_to_reg instead of force_reg
2747         to remove potential trapping from operands if -fnon-call-exceptions.
2749 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2751         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use
2752         profile_proability for scalling.
2753         * scale_profile_for_vect_loop.c (scale_profile_for_vect_loop): Likewise.
2755 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2757         * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
2759 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2761         * cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE
2762         fixpoint arithmetics.
2764 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2766         * tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE
2767         fixpoint arithmetics.
2769 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2771         * asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE
2772         fixpoint arithmetics.
2774 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
2776         * profile-count.h (profile_probability::from_reg_br_prob_note,
2777         profile_probability::to_reg_br_prob_note): New functions.
2778         * doc/rtl.texi (REG_BR_PROB_NOTE): Update documentation.
2779         * reg-notes.h (REG_BR_PROB, REG_BR_PRED): Update docs.
2780         * predict.c (probability_reliable_p): Update.
2781         (edge_probability_reliable_p): Update.
2782         (br_prob_note_reliable_p): Update.
2783         (invert_br_probabilities): Update.
2784         (add_reg_br_prob_note): New function.
2785         (combine_predictions_for_insn): Update.
2786         * asan.c (asan_clear_shadow): Update.
2787         * cfgbuild.c (compute_outgoing_frequencies): Update.
2788         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
2789         (update_br_prob_note): Update.
2790         (rtl_verify_edges): Update.
2791         (purge_dead_edges): Update.
2792         (fixup_reorder_chain): Update.
2793         * emit-rtl.c (try_split): Update.
2794         * ifcvt.c (cond_exec_process_insns): Update.
2795         (cond_exec_process_if_block): Update.
2796         (dead_or_predicable): Update.
2797         * internal-fn.c (expand_addsub_overflow): Update.
2798         (expand_neg_overflow): Update.
2799         (expand_mul_overflow): Update.
2800         * loop-doloop.c (doloop_modify): Update.
2801         * loop-unroll.c (compare_and_jump_seq): Update.
2802         * optabs.c (emit_cmp_and_jump_insn_1): Update.
2803         * predict.h: Update.
2804         * reorg.c (mostly_true_jump): Update.
2805         * rtl.h: Update.
2806         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): Update.
2807         * config/alpha/alpha.c (emit_unlikely_jump): Update.
2808         * config/arc/arc.c: (emit_unlikely_jump): Update.
2809         * config/arm/arm.c: (emit_unlikely_jump): Update.
2810         * config/bfin/bfin.c (cbranch_predicted_taken_p): Update.
2811         * config/frv/frv.c (frv_print_operand_jump_hint): Update.
2812         * config/i386/i386.c (ix86_expand_split_stack_prologue): Update.
2813         (ix86_print_operand): Update.
2814         (ix86_split_fp_branch): Update.
2815         (predict_jump): Update.
2816         * config/ia64/ia64.c (ia64_print_operand): Update.
2817         * config/mmix/mmix.c (mmix_print_operand): Update.
2818         * config/powerpcspe/powerpcspe.c (output_cbranch): Update.
2819         (rs6000_expand_split_stack_prologue): Update.
2820         * config/rs6000/rs6000.c: Update.
2821         * config/s390/s390.c (s390_expand_vec_strlen): Update.
2822         (s390_expand_vec_movstr): Update.
2823         (s390_expand_cs_tdsi): Update.
2824         (s390_expand_split_stack_prologue): Update.
2825         * config/sh/sh.c (sh_print_operand): Update.
2826         (expand_cbranchsi4): Update.
2827         (expand_cbranchdi4): Update.
2828         * config/sparc/sparc.c (output_v9branch): Update.
2829         * config/spu/spu.c (get_branch_target): Update.
2830         (ea_load_store_inline): Update.
2831         * config/tilegx/tilegx.c (cbranch_predicted_p): Update.
2832         * config/tilepro/tilepro.c: Update.
2834 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
2836         * gimplify.c (mostly_copy_tree_r): Revert latest change.
2837         (gimplify_save_expr): Likewise.
2839 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
2841         * ipa-visibility.c (function_and_variable_visibility): Fix pasto.
2843 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
2845         * ipa-fnsummary.c (pass_data_ipa_fn_summary): Use
2846         TV_IPA_FNSUMMARY.
2847         * timevar.def (TV_IPA_FNSUMMARY): Define.
2849 2017-07-16  Daniel Cederman  <cederman@gaisler.com>
2851         * config/sparc/sparc.md (divdf3_fix): Add NOP to prevent back
2852         to back store errata sensitive sequence from being generated.
2853         (sqrtdf2_fix): Likewise.
2855 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
2857         * tree-ssa-threadupdate.c (compute_path_counts,
2858         update_joiner_offpath_counts): Use profile_probability.
2860 2017-07-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2862         Revert:
2863         2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2865         * config/arm/arm-c.c (arm_cpu_builtins): Define
2866         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
2868 2017-07-14  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2870         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2871         array entries to represent __ieee128 versions of the
2872         scalar_test_data_class, scalar_test_neg, scalar_extract_exp,
2873         scalar_extract_sig, and scalar_insert_exp built-in functions.
2874         (altivec_resolve_overloaded_builtin): Add special case handling
2875         for the __builtin_scalar_insert_exp function, as represented by
2876         the P9V_BUILTIN_VEC_VSIEDP constant.
2877         * config/rs6000/rs6000-builtin.def (VSEEQP): Add scalar extract
2878         exponent support for __ieee128 argument.
2879         (VSESQP): Add scalar extract signature support for __ieee128
2880         argument.
2881         (VSTDCNQP): Add scalar test negative support for __ieee128
2882         argument.
2883         (VSIEQP): Add scalar insert exponent support for __int128 argument
2884         with __ieee128 result.
2885         (VSIEQPF): Add scalar insert exponent support for __ieee128
2886         argument with __ieee128 result.
2887         (VSTDCQP): Add scalar test data class support for __ieee128
2888         argument.
2889         (VSTDCNQP): Add overload support for scalar test negative with
2890         __ieee128 argument.
2891         (VSTDCQP): Add overload support for scalar test data class
2892         __ieee128 argument.
2893         * config/rs6000/vsx.md (UNSPEC_VSX_SXSIG) Replace
2894         UNSPEC_VSX_SXSIGDP.
2895         (UNSPEC_VSX_SIEXPQP): New constant.
2896         (xsxexpqp): New insn for VSX scalar extract exponent quad
2897         precision.
2898         (xsxsigqp): New insn for VSX scalar extract significand quad
2899         precision.
2900         (xsiexpqpf): New insn for VSX scalar insert exponent quad
2901         precision with floating point argument.
2902         (xststdcqp): New expand for VSX scalar test data class quad
2903         precision.
2904         (xststdcnegqp): New expand for VSX scalar test negative quad
2905         precision.
2906         (xststdcqp): New insn to match expansions for VSX scalar test data
2907         class quad precision and VSX scalar test negative quad precision.
2908         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
2909         special case operand checking to enforce that second operand of
2910         VSX scalar test data class with quad precision argument is a 7-bit
2911         unsigned literal.
2912         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
2913         prototypes and descriptions of __ieee128 versions of
2914         scalar_extract_exp, scalar_extract_sig, scalar_insert_exp,
2915         scalar_test_data_class, and scalar_test_neg built-in functions.
2917 2016-07-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2919         PR tree-optimization/81162
2920         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Don't
2921         replace a negate with an add.
2923 2017-07-14  James Greenhalgh  <james.greenhalgh@arm.com>
2925         * doc/invoke.texi (arm/-mcpu): Document +crypto.
2927 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2929         * config/arm/arm-c.c (arm_cpu_builtins): Define
2930         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
2932 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2934         * config/arm/arm-cpus.in (cortex-r52): Add new entry.
2935         (armv8-r): Set ARM Cortex-R52 as default CPU.
2936         * config/arm/arm-tables.opt: Regenerate.
2937         * config/arm/arm-tune.md: Regenerate.
2938         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
2939         Cortex-R52.
2940         * doc/invoke.texi: Mention -mtune=cortex-r52 and availability of fp.dp
2941         extension for -mcpu=cortex-r52.
2943 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2945         * config/arm/arm-isa.h (isa_bit_FP_ARMv8): Delete enumerator.
2946         (ISA_FP_ARMv8): Define as ISA_FPv5 and ISA_FP_D32.
2947         * config/arm/arm-cpus.in (armv8-r): Define fp.sp as enabling FPv5.
2948         (fp-armv8): Define it as FP_ARMv8 only.
2949         config/arm/arm.h (TARGET_FPU_ARMV8): Delete.
2950         (TARGET_VFP_FP16INST): Define using TARGET_VFP5 rather than
2951         TARGET_FPU_ARMV8.
2952         config/arm/arm.c (arm_rtx_costs_internal): Replace checks against
2953         TARGET_FPU_ARMV8 by checks against TARGET_VFP5.
2954         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Define
2955         first ARM_CHECK_BUILTIN_MODE definition using TARGET_VFP5 rather
2956         than TARGET_FPU_ARMV8.
2957         * config/arm/arm-c.c (arm_cpu_builtins): Likewise for
2958         __ARM_FEATURE_NUMERIC_MAXMIN macro definition.
2959         * config/arm/arm.md (cmov<mode>): Condition on TARGET_VFP5 rather than
2960         TARGET_FPU_ARMV8.
2961         * config/arm/neon.md (neon_vrint): Likewise.
2962         (neon_vcvt): Likewise.
2963         (neon_<fmaxmin_op><mode>): Likewise.
2964         (<fmaxmin><mode>3): Likewise.
2965         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Likewise.
2966         * config/arm/predicates.md (arm_cond_move_operator): Check against
2967         TARGET_VFP5 rather than TARGET_FPU_ARMV8 and fix spacing.
2969 2017-07-14  Jackson Woodruff  <jackson.woodruff@arm.com>
2971         * config/aarch64/aarch64.c (aarch64_print_operand): Move comments
2972         to top of function.
2974 2017-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2976         * gimple-ssa-store-merging.c (clear_bit_region): Replace reference to
2977         loop in comment with memset.
2979 2017-07-14  Martin Liska  <mliska@suse.cz>
2981         * cfgexpand.c (expand_gimple_basic_block): Remove dead comment.
2982         * dwarf2out.c (is_java): Remove the function.
2983         (output_pubname): Remove usage of the function.
2984         (lower_bound_default): Remove usage of DW_LANG_Java.
2985         (gen_compile_unit_die): Likewise.
2986         * gcc.c: Remove compiler defaults for .java and .zip files.
2987         * gimple-expr.c (remove_suffix): Change as there's no longer
2988         extension than 4-letter one.
2989         * gimplify.c (mostly_copy_tree_r): Remove Java-special part.
2990         (gimplify_save_expr): Likewise.
2991         * ipa-utils.h (polymorphic_type_binfo_p): Remove the comment
2992         as it's possible even for other languages than Java.
2993         * langhooks.h (struct lang_hooks): Remove Java from a comment.
2994         * lto-opts.c (lto_write_options): Remove reference to Java.
2995         * opts.c (strip_off_ending): Update file extension handling.
2996         * tree-cfg.c (verify_gimple_call): Remove comment with Java.
2997         * tree-eh.c (lower_resx): Likewise.
2998         * tree.c (free_lang_data_in_type): Remove dead code.
2999         (find_decls_types_r): Likewise.
3000         (build_common_builtin_nodes): Remove Java from a comment.
3001         (verify_type): Remove dead code.
3002         * varasm.c (assemble_external): Remove Java from a comment.
3004 2017-07-14  Martin Liska  <mliska@suse.cz>
3006         * opts.c (finish_options): Add quotes.
3007         (common_handle_option): Likewise.
3009 2017-07-14  Martin Liska  <mliska@suse.cz>
3011         * dbxout.c (get_lang_number): Do not handle GNU Pascal.
3012         * dbxout.h (extern void dbxout_stab_value_internal_label_diff):
3013         Remove N_SO_PASCAL.
3014         * dwarf2out.c (lower_bound_default): Do not handle
3015         DW_LANG_Pascal83.
3016         (gen_compile_unit_die): Likewise.
3017         * gcc.c: Remove default extension binding for GNU Pascal.
3018         * stmt.c: Remove Pascal language from a comment.
3019         * xcoffout.c: Likewise.
3021 2017-07-13  David Malcolm  <dmalcolm@redhat.com>
3023         PR c/81405
3024         * diagnostic-show-locus.c (fixit_cmp): New function.
3025         (layout::layout): Sort m_fixit_hints.
3026         (column_range::column_range): Assert that the values are valid.
3027         (struct char_span): New struct.
3028         (correction::overwrite): New method.
3029         (struct source_line): New struct.
3030         (line_corrections::add_hint): Add assertions.  Reimplement memcpy
3031         calls in terms of classes source_line and char_span, and
3032         correction::overwrite.
3033         (selftest::test_overlapped_fixit_printing_2): New function.
3034         (selftest::diagnostic_show_locus_c_tests): Call it.
3036 2017-07-13  Will Schmidt  <will_schmidt@vnet.ibm.com>
3038         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Return
3039         early if there is no lhs.
3041 2017-07-13  Martin Liska  <mliska@suse.cz>
3043         * dwarf2out.c (gen_pointer_type_die): Remove dead code.
3044         (gen_reference_type_die): Likewise.
3045         * stor-layout.c: Remove Pascal-related comment.
3047 2017-07-13  Martin Liska  <mliska@suse.cz>
3049         * opts.c (finish_options): Add quotes to error messages.
3050         (parse_sanitizer_options): Likewise.
3052 2017-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3054         * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension.
3056 2017-07-13  Richard Earnshaw  <rearnsha@arm.com>
3058         * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.
3060 2017-07-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
3062         * asan.c (asan_emit_allocas_unpoison): Use ptr_mode for arguments
3063         during expansion.
3064         * builtins.c (expand_asan_emit_allocas_unpoison): Likewise.
3066 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
3068         PR target/81193
3069         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If GLIBC
3070         provides the hardware capability bits, define the macro
3071         __BUILTIN_CPU_SUPPORTS__.
3072         * config/rs6000/rs6000.c (cpu_expand_builtin): Generate a warning
3073         if GLIBC does not provide the hardware capability bits.  Add a
3074         gcc_unreachable call if the built-in cpu function is neither
3075         __builtin_cpu_is nor __builtin_cpu_supports.
3076         (rs6000_get_function_versions_dispatcher): Change the warning
3077         that an old GLIBC is used which does not export the capability
3078         bits to be an error.
3079         * doc/extend.texi (target_clones attribute): Document the
3080         restriction that GLIBC 2.23 or newer is needed on the PowerPC.
3081         (PowerPC built-in functions): Document that GLIBC 2.23 or newer is
3082         needed by __builtin_cpu_is and __builtin_cpu_supports.  Document
3083         the macros defined by GCC if the newer GLIBC is available.
3085 2017-07-12  Jeff Law  <law@redhat.com>
3087         * config/riscv/riscv.c: Remove unnecessary includes.  Reorder
3088         remaining includes slightly.
3089         * config/riscv/riscv-builtins.c: Include profile-count.h.
3091 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
3093         PR target/79883
3094         * config/avr/avr.c (avr_set_current_function): In diagnostic
3095         messages: Quote keywords and (parts of) identifiers.
3096         [WITH_AVRLIBC]: Warn for functions named "ISR", "SIGNAL" or
3097         "INTERUPT".
3099 2017-07-12  Carl Love  <cel@us.ibm.com>
3101         * config/rs6000/rs6000-c.c: Add support for built-in functions
3102         vector bool char vec_revb (vector bool char);
3103         vector bool short vec_revb (vector short char);
3104         vector bool int vec_revb (vector bool int);
3105         vector bool long long vec_revb (vector bool long long);
3106         * doc/extend.texi: Update the built-in documentation file for the
3107         new built-in functions.
3109 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3111         * config/s390/s390.md: Remove movcc splitter.
3113 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3115         * config/s390/s390.c (s390_rtx_costs): Return proper costs for
3116         load/store on condition.
3118 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
3120         PR target/81407
3121         * config/avr/avr.c (avr_encode_section_info)
3122         [progmem && !TREE_READONLY]: Error if progmem object needs
3123         constructing.
3125 2017-07-11  Michael Collison  <michael.collison@arm.com>
3127         * config/aarch64/aarch64-simd.md (aarch64_sub<mode>_compare0):
3128         New pattern.
3130 2017-07-11  Carl Love  <cel@us.ibm.com>
3132         * config/rs6000/rs6000-c.c: Add support for builtins
3133         vector unsigned int vec_parity_lsbb (vector signed int);
3134         vector unsigned int vec_parity_lsbb (vector unsigned int);
3135         vector unsigned __int128 vec_parity_lsbb (vector signed __int128);
3136         vector unsigned __int128 vec_parity_lsbb (vector unsigned __int128);
3137         vector unsigned long long vec_parity_lsbb (vector signed long long);
3138         vector unsigned long long vec_parity_lsbb (vector unsigned long long);
3139         * config/rs6000/rs6000-builtin.def (VPARITY_LSBB): Add BU_P9V_OVERLOAD1.
3140         * config/rs6000/altivec.h (vec_parity_lsbb): Add define.
3141         * doc/extend.texi: Update the built-in documentation file for the
3142         new built-in functions.
3144 2017-07-11  David Malcolm  <dmalcolm@redhat.com>
3146         * diagnostic-show-locus.c: Include "gcc-rich-location.h".
3147         (layout::m_primary_loc): New field.
3148         (layout::layout): Initialize new field.  Move location filtering
3149         logic from here to...
3150         (layout::maybe_add_location_range): ...this new method.  Add
3151         support for filtering to just the lines already specified by other
3152         locations.
3153         (layout::will_show_line_p): New method.
3154         (gcc_rich_location::add_location_if_nearby): New method.
3155         (selftest::test_add_location_if_nearby): New test function.
3156         (selftest::diagnostic_show_locus_c_tests): Call it.
3157         * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
3158         New method.
3160 2017-07-11  Tom de Vries  <tom@codesourcery.com>
3162         * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
3163         (bb_first_real_insn): New function.
3164         (nvptx_single): Add extra initialization of broadcasted condition
3165         variables.
3167 2017-07-11  Nathan Sidwell  <nathan@acm.org>
3169         * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
3171 2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
3173         * doc/extend.texi (AVR Function Attributes): Remove weblink to
3174         Binutils doc as TEXI will mess them up.
3175         * doc/invoke.texi (AVR Options): Same here.
3177 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
3179         * config/sparc/sparc.opt (mfix-ut700): New option.
3180         (mfix-gr712rc): Likewise.
3181         (sparc_fix_b2bst): New variable.
3182         * doc/invoke.texi (SPARC options): Document them.
3183         (ARM options): Fix warnings.
3184         * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
3185         instructions to prevent sequences that can trigger the store-store
3186         errata for certain LEON3FT processors.
3187         (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
3188         (sparc_option_override): Set sparc_fix_b2bst appropriately.
3189         * config/sparc/sparc.md (fix_b2bst): New attribute.
3190         (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
3192 2017-07-10  Uros Bizjak  <ubizjak@gmail.com>
3194         PR target/81375
3195         * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
3196         (rcpps): Ditto.
3197         (*rsqrtsf2_sse): Ditto.
3198         (rsqrtsf2): Ditto.
3199         (div<mode>3): Macroize insn from divdf3 and divsf3
3200         using MODEF mode iterator.
3202 2017-07-10  Martin Sebor  <msebor@redhat.com>
3204         PR tree-optimization/80397
3205         * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
3206         instead of testing for equality to INTEGER_TYPE.
3208 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
3210         * config.gcc: Remove uclibc from arc target spec.
3212 2017-07-10  Claudiu Zissulescu  <claziss@synopsys.com>
3214         * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
3216 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
3218         PR lto/80838
3219         * lto-wrapper.c (remove_option): New function.
3220         (merge_and_complain): Merge PIC/PIE options more realistically.
3222 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
3224         Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
3226         PR target/20296
3227         PR target/81268
3228         * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
3229         (HAVE_AS_AVR_MGCCISR_OPTION):  If so, AC_DEFINE it.
3230         * config.in: Regenerate.
3231         * configure: Regenerate.
3232         * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
3233         * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
3234         * config/avr/avr.opt (-mgas-isr-prologues): New option and...
3235         (TARGET_GASISR_PROLOGUES): ...target mask.
3236         * common/config/avr/avr-common.c
3237         (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
3238         Set -mgas-isr-prologues.
3239         * config/avr/avr-passes.def (avr_pass_pre_proep): Add
3240         INSERT_PASS_BEFORE for it.
3241         * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
3242         * config/avr/avr.c (avr_option_override)
3243         [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
3244         (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
3245         (avr_attribute_table) <no_gccisr>: Add new function attribute.
3246         (avr_set_current_function) <is_no_gccisr>: Init machine field.
3247         (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
3248         and rtl_opt_pass.
3249         (make_avr_pass_pre_proep): New function.
3250         (emit_push_sfr) <treg>: Add argument to function and use it
3251         instead of TMP_REG.
3252         (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
3253         and set machine->gasisr.yes.
3254         (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
3255         (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
3256         __gcc_isr.n_pushed to .L__stack_usage.
3257         (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
3258         (avr_asm_final_postscan_insn): ...this new static function.
3259         * config/avr/avr.h (machine_function)
3260         <is_no_gccisr, use_L__stack_usage>: New fields.
3261         <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
3262         * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
3263         (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
3264         (gasisr, *gasisr): New expander and insn.
3265         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
3266         [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
3267         * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
3269 2017-07-10  Richard Earnshaw  <rearnsha@arm.com>
3271         * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
3272         in quoted strings.
3274 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
3276         Move jump-tables out of .text again.
3278         PR target/81075
3279         * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
3280         (ASM_OUTPUT_ADDR_VEC): New function.
3281         (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
3282         (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
3283         INSN_ADDRESSes as asm comment.
3284         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
3285         (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
3286         (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
3287         * config/avr/avr.md (*tablejump): Adjust comment.
3288         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
3289         * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
3290         New detail.
3291         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
3292         (avr_output_addr_vec): New proto.
3293         (avr_log_t) <insn_addresses>: New field.
3295 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
3297         PR target/81313
3298         * config/i386/i386.c (ix86_function_arg_advance): Set
3299         outgoing_args_on_stack to true if there are outgoing arguments
3300         on stack.
3301         (ix86_function_arg): Likewise.
3302         (ix86_get_drap_rtx): Use DRAP only if there are outgoing
3303         arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
3304         * config/i386/i386.h (machine_function): Add
3305         outgoing_args_on_stack.
3307 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
3309         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
3310         supporting pthreds.
3311         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
3313 2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>
3315         * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
3316         (REAL_H): Remove $(MACHMODE_H).
3317         (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
3318         double-int.h.
3319         (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
3320         $(MACHMODE_H) and double-int.h.
3321         (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
3322         $(MACHMODE_H).
3323         (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
3324         double-int.h.
3326 2017-07-07  Andrew Pinski  <apinski@cavium.com>
3328         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
3329         prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
3331 2017-07-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
3333         * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
3334         Add warning if GCC was not configured to link against a GLIBC that
3335         exports the hardware capability bits.
3336         (make_resolver_func): Make resolver function private and not a
3337         COMDAT function.  Create the name with clone_function_name instead
3338         of make_unique_name.
3340         PR target/81348
3341         * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
3342         correct operand in doing the split.
3344 2017-07-07 Carl Love  <cel@us.ibm.com>
3346         * config/rs6000/rs6000-c: Add support for built-in function
3347         vector unsigned short vec_pack_to_short_fp32 (vector float,
3348                                                       vector float).
3349         * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
3350         BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
3351         * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
3352         * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
3353         (convert_4f32_8i16): Add define_expand.
3354         * doc/extend.texi: Update the built-in documentation file for the
3355         new built-in function.
3357 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3359         * config/sparc/m8.md: New file.
3360         * config/sparc/sparc.md: Include m8.md.
3362 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3364         * config/sparc/sparc.opt: New option -mvis4b.
3365         * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
3366         (sparc_option_override): Handle VIS4B.
3367         (enum sparc_builtins): Define
3368         SPARC_BUILTIN_DICTUNPACK{8,16,32},
3369         SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
3370         SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
3371         SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
3372         SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
3373         (check_constant_argument): New function.
3374         (sparc_vis_init_builtins): Define builtins
3375         __builtin_vis_dictunpack{8,16,32},
3376         __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
3377         __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
3378         __builtin_vis_fpcmpde{8,16,32}shl and
3379         __builtin_vis_fpcmpur{8,16,32}shl.
3380         (sparc_expand_builtin): Check that the constant operands to
3381         __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
3382         constant and in range.
3383         * config/sparc/sparc-c.c (sparc_target_macros): Handle
3384         TARGET_VIS4B.
3385         * config/sparc/sparc.h (SPARC_IMM2_P): Define.
3386         (SPARC_IMM5_P): Likewise.
3387         * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
3388         (enabled): Handle vis4b.
3389         (UNSPEC_DICTUNPACK): New unspec.
3390         (UNSPEC_FPCMPSHL): Likewise.
3391         (UNSPEC_FPUCMPSHL): Likewise.
3392         (UNSPEC_FPCMPDESHL): Likewise.
3393         (UNSPEC_FPCMPURSHL): Likewise.
3394         (cpu_feature): New CPU feature `vis4b'.
3395         (dictunpack{8,16,32}): New insns.
3396         (FPCSMODE): New mode iterator.
3397         (fpcscond): New code iterator.
3398         (fpcsucond): Likewise.
3399         (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
3400         (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
3401         (fpcmpde{8,16,32}{si,di}shl): Likewise.
3402         (fpcmpur{8,16,32}{si,di}shl): Likewise.
3403         * config/sparc/constraints.md: Define constraints `q' for unsigned
3404         2-bit integer constants and `t' for unsigned 5-bit integer
3405         constants.
3406         * config/sparc/predicates.md (imm5_operand_dictunpack8): New
3407         predicate.
3408         (imm5_operand_dictunpack16): Likewise.
3409         (imm5_operand_dictunpack32): Likewise.
3410         (imm2_operand): Likewise.
3411         * doc/invoke.texi (SPARC Options): Document -mvis4b.
3412         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
3413         ditunpack* and fpcmp*shl builtins.
3415 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3417         * config.gcc: Handle m8 in --with-{cpu,tune} options.
3418         * config.in: Add HAVE_AS_SPARC6 define.
3419         * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
3420         M8.
3421         * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
3422         TARGET_CPU_m8.
3423         (ASM_CPU32_DEFAUILT_SPEC): Likewise.
3424         (CPP_CPU_SPEC): Handle m8.
3425         (ASM_CPU_SPEC): Likewise.
3426         * config/sparc/sparc-opts.h (enum processor_type): Add
3427         PROCESSOR_M8.
3428         * config/sparc/sparc.c (m8_costs): New struct.
3429         (sparc_option_override): Handle TARGET_CPU_m8.
3430         (sparc32_initialize_trampoline): Likewise.
3431         (sparc64_initialize_trampoline): Likewise.
3432         (sparc_issue_rate): Likewise.
3433         (sparc_register_move_cost): Likewise.
3434         * config/sparc/sparc.h (TARGET_CPU_m8): Define.
3435         (CPP_CPU64_DEFAULT_SPEC): Define for M8.
3436         (ASM_CPU64_DEFAULT_SPEC): Likewise.
3437         (CPP_CPU_SPEC): Handle M8.
3438         (ASM_CPU_SPEC): Likewise.
3439         (AS_M8_FLAG): Define.
3440         * config/sparc/sparc.md: Add m8 to the cpu attribute.
3441         * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
3442         * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
3443         M8 instructions.
3444         * configure: Regenerate.
3445         * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
3446         -mtune=m8.
3448 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3450         * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
3451         subtypes.
3452         * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
3453         ("*movdi_insn_sp32"): Do not set v3pipe.
3454         ("*movsi_insn"): Likewise.
3455         ("*movdi_insn_sp64"): Likewise.
3456         ("*movsf_insn"): Likewise.
3457         ("*movdf_insn_sp32"): Likewise.
3458         ("*movdf_insn_sp64"): Likewise.
3459         ("*zero_extendsidi2_insn_sp64"): Likewise.
3460         ("*sign_extendsidi2_insn"): Likewise.
3461         ("*mov<VM32:mode>_insn"): Likewise.
3462         ("*mov<VM64:mode>_insn_sp64"): Likewise.
3463         ("*mov<VM64:mode>_insn_sp32"): Likewise.
3464         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
3465         ("<vlop:code><VL:mode>3"): Likewise.
3466         ("*not_<vlop:code><VL:mode>3"): Likewise.
3467         ("*nand<VL:mode>_vis"): Likewise.
3468         ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
3469         ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
3470         ("one_cmpl<VL:mode>2"): Likewise.
3471         ("faligndata<VM64:mode>_vis"): Likewise.
3472         ("alignaddrsi_vis"): Likewise.
3473         ("alignaddrdi_vis"): Likweise.
3474         ("alignaddrlsi_vis"): Likewise.
3475         ("alignaddrldi_vis"): Likewise.
3476         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
3477         ("bmaskdi_vis"): Likewise.
3478         ("bmasksi_vis"): Likewise.
3479         ("bshuffle<VM64:mode>_vis"): Likewise.
3480         ("cmask8<P:mode>_vis"): Likewise.
3481         ("cmask16<P:mode>_vis"): Likewise.
3482         ("cmask32<P:mode>_vis"): Likewise.
3483         ("pdistn<P:mode>_vis"): Likewise.
3484         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
3486 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3488         * config/sparc/sparc.md ("subtype"): New insn attribute.
3489         ("*wrgsr_sp64"): Set insn subtype.
3490         ("*rdgsr_sp64"): Likewise.
3491         ("alignaddrsi_vis"): Likewise.
3492         ("alignaddrdi_vis"): Likewise.
3493         ("alignaddrlsi_vis"): Likewise.
3494         ("alignaddrldi_vis"): Likewise.
3495         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
3496         ("fexpand_vis"): Likewise.
3497         ("fpmerge_vis"): Likewise.
3498         ("faligndata<VM64:mode>_vis"): Likewise.
3499         ("bshuffle<VM64:mode>_vis"): Likewise.
3500         ("cmask8<P:mode>_vis"): Likewise.
3501         ("cmask16<P:mode>_vis"): Likewise.
3502         ("cmask32<P:mode>_vis"): Likewise.
3503         ("fchksm16_vis"): Likewise.
3504         ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
3505         ("fmean16_vis"): Likewise.
3506         ("fp<plusminus_insn>64_vis"): Likewise.
3507         ("<plusminus_insn>v8qi3"): Likewise.
3508         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
3509         ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
3510         ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
3511         ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
3512         ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
3513         ("*movqi_insn"): Likewise.
3514         ("*movhi_insn"): Likewise.
3515         ("*movsi_insn"): Likewise.
3516         ("movsi_pic_gotdata_op"): Likewise.
3517         ("*movdi_insn_sp32"): Likewise.
3518         ("*movdi_insn_sp64"): Likewise.
3519         ("movdi_pic_gotdata_op"): Likewise.
3520         ("*movsf_insn"): Likewise.
3521         ("*movdf_insn_sp32"): Likewise.
3522         ("*movdf_insn_sp64"): Likewise.
3523         ("*zero_extendhisi2_insn"): Likewise.
3524         ("*zero_extendqihi2_insn"): Likewise.
3525         ("*zero_extendqisi2_insn"): Likewise.
3526         ("*zero_extendqidi2_insn"): Likewise.
3527         ("*zero_extendhidi2_insn"): Likewise.
3528         ("*zero_extendsidi2_insn_sp64"): Likewise.
3529         ("ldfsr"): Likewise.
3530         ("prefetch_64"): Likewise.
3531         ("prefetch_32"): Likewise.
3532         ("tie_ld32"): Likewise.
3533         ("tie_ld64"): Likewise.
3534         ("*tldo_ldub_sp32"): Likewise.
3535         ("*tldo_ldub1_sp32"): Likewise.
3536         ("*tldo_ldub2_sp32"): Likewise.
3537         ("*tldo_ldub_sp64"): Likewise.
3538         ("*tldo_ldub1_sp64"): Likewise.
3539         ("*tldo_ldub2_sp64"): Likewise.
3540         ("*tldo_ldub3_sp64"): Likewise.
3541         ("*tldo_lduh_sp32"): Likewise.
3542         ("*tldo_lduh1_sp32"): Likewise.
3543         ("*tldo_lduh_sp64"): Likewise.
3544         ("*tldo_lduh1_sp64"): Likewise.
3545         ("*tldo_lduh2_sp64"): Likewise.
3546         ("*tldo_lduw_sp32"): Likewise.
3547         ("*tldo_lduw_sp64"): Likewise.
3548         ("*tldo_lduw1_sp64"): Likewise.
3549         ("*tldo_ldx_sp64"): Likewise.
3550         ("*mov<VM32:mode>_insn"): Likewise.
3551         ("*mov<VM64:mode>_insn_sp64"): Likewise.
3552         ("*mov<VM64:mode>_insn_sp32"): Likewise.
3554 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3556         * config/sparc/sparc.md ("type"): New insn type viscmp.
3557         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
3558         viscmp.
3559         ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
3560         ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
3561         ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
3562         * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
3563         viscmp.
3564         ("n7_vis_logical_11cycle"): Likewise.
3565         * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
3566         * config/sparc/niagara2.md ("niag3_vis": Likewise.
3567         * config/sparc/niagara.md ("niag_vis"): Likewise.
3568         * config/sparc/ultra3.md ("us3_fga"): Likewise.
3569         * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
3571 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
3573         * config/sparc/sparc.md: New instruction type `bmask'.
3574         (bmaskdi_vis): Use the `bmask' type.
3575         (bmasksi_vis): Likewise.
3576         * config/sparc/ultra3.md (us3_array): Likewise.
3577         * config/sparc/niagara7.md (n7_array): Likewise.
3578         * config/sparc/niagara4.md (n4_array): Likewise.
3579         * config/sparc/niagara2.md (niag2_vis): Likewise.
3580         (niag3_vis): Likewise.
3581         * config/sparc/niagara.md (niag_vis): Likewise.
3583 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
3585         * ipa-comdats.c: Remove optimize check from gate.
3586         * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
3587         for functions not optimized.
3588         (ipa_fn_summary_read): Skip optimize check.
3589         (ipa_fn_summary_write): Likewise.
3590         * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
3591         is optimized.
3592         * ipa-inline.c (can_inline_edge_p): Not optimized functions are
3593         uninlinable.
3594         (can_inline_edge_p): Check flag_pcc_struct_return for match.
3595         (check_callers): Give up on caller which is not optimized.
3596         (inline_small_functions): Likewise.
3597         (ipa_inline): Do not give up when not optimizing.
3598         * ipa-visbility.c (function_and_variable_visibility): Do not optimize
3599         away unoptimizes cdtors.
3600         (whole_program_function_and_variable_visibility): Do
3601         ipa_discover_readonly_nonaddressable_vars in LTO mode.
3602         * ipa.c (process_references): Do not check optimize.
3603         (symbol_table::remove_unreachable_nodes): Update optimize check.
3604         (set_writeonly_bit): Update optimize check.
3605         (pass_ipa_cdtor_merge::gate): Do not check optimize.
3606         (pass_ipa_single_use::gate): Remove.
3608 2017-07-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3610         * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
3611         insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
3612         rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
3613         mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
3614         permute_load, permute_store, adjust_extract, adjust_splat,
3615         adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
3616         replace_swap_with_copy, dump_swap_insn_table,
3617         alignment_with_canonical_addr, alignment_mask, find_alignment_op,
3618         recombine_lvx_pattern, recombine_stvx_pattern,
3619         recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
3620         make_pass_analyze_swaps): Move all code related to p8 swap optimizations
3621         to file rs6000-p8swap.c.
3622         * config/rs6000/rs6000-p8swap.c: New file.
3623         * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
3624         * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
3625         and rs6000*-*-* targets.
3627 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
3629         * Makefile.in (selftest): Remove dependency on s-selftest-c++.
3631 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
3633         * lto-wrapper.c (merge_and_complain): Do not merge
3634         fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
3635         fsigned_zeros, ftrapping_math, fwrapv.
3636         (append_compiler_options): Do not track these options.
3637         (append_linker_options): Likewie
3639 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
3641         * cgraphunit.c (cgraph_node::finalize_function): When
3642         !flag_toplevel_reorde set no_reorder flag.
3643         (varpool_node::finalize_decl): Likewise.
3644         (symbol_table::compile): Drop no toplevel reorder path.
3646 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
3648         * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
3649         edges; zero probability is not better than uninitialized.
3651 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
3653         * asan.h (asan_sanitize_allocas_p): Declare.
3654         * asan.c (asan_sanitize_allocas_p): New function.
3655         (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
3656         (handle_builtin_alloca): Likewise.
3657         * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
3658         if !asan_sanitize_allocas_p.
3659         * params.def (asan-instrument-allocas): Add new option.
3660         * params.h (ASAN_PROTECT_ALLOCAS): Define.
3661         * opts.c (common_handle_option): Disable allocas sanitization for
3662         KASan by default.
3664 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
3666         * asan.c: Include gimple-fold.h.
3667         (get_last_alloca_addr): New function.
3668         (handle_builtin_stackrestore): Likewise.
3669         (handle_builtin_alloca): Likewise.
3670         (asan_emit_allocas_unpoison): Likewise.
3671         (get_mem_refs_of_builtin_call): Add new parameter, remove const
3672         quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
3673         BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
3674         (instrument_builtin_call): Pass gimple iterator to
3675         get_mem_refs_of_builtin_call.
3676         (last_alloca_addr): New global.
3677         * asan.h (asan_emit_allocas_unpoison): Declare.
3678         * builtins.c (expand_asan_emit_allocas_unpoison): New function.
3679         (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
3680         * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
3681         if function calls alloca.
3682         * gimple-fold.c (replace_call_with_value): Remove static keyword.
3683         * gimple-fold.h (replace_call_with_value): Declare.
3684         * internal-fn.c: Include asan.h.
3685         * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
3686         BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
3688 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
3690         * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
3691         (C_SELFTEST_FLAGS): New.
3692         (CPP_SELFTEST_FLAGS): New.
3693         (SELFTEST_DEPS): New, from deps of s-selftest.
3694         (C_SELFTEST_DEPS): New, from deps of s-selftest.
3695         (CPP_SELFTEST_DEPS): New.
3696         (selftest): Add dependency on s-selftest-c++.
3697         (s-selftest): Rename to...
3698         (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
3699         and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
3700         than SELFTEST_FLAGS.
3701         (selftest-gdb): Rename to...
3702         (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
3703         C_SELFTEST_FLAGS.
3704         (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
3705         (selftest-valgrind): Rename to...
3706         (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
3707         C_SELFTEST_FLAGS.
3708         (selftest-valgrind): Reintroduce as an alias for
3709         selftest-c-valgrind.
3710         (s-selftest-c++): New.
3711         (selftest-c++-gdb): New.
3712         (selftest-c++-valgrind): New.
3714 2017-07-06  Olivier Hainque  <hainque@adacore.com>
3716         * gcc.c (process_command): When deciding if undefined variables
3717         should be ignored when processing specs, accept "gcc -v" as well.
3719 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
3721         * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
3722         afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
3724 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3726         * config/arm/arm-cpus.in (armv8-r): Add new entry.
3727         * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
3728         * config/arm/arm-tables.opt: Regenerate.
3729         * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
3730         enumerator.
3731         * doc/invoke.texi: Mention -march=armv8-r and its extensions.
3733 2017-07-06  Carl Love  <cel@us.ibm.com>
3735         * ChangeLog: Clean up from mid air collision
3737 2017-07-06  Carl Love  <cel@us.ibm.com>
3739         * config/rs6000/rs6000-c.c: Add support for built-in functions
3740         vector signed int vec_subc (vector signed int, vector signed int);
3741         vector signed __int128 vec_subc (vector signed __int128,
3742                                          vector signed __int128);
3743         vector unsigned __int128 vec_subc (vector unsigned __int128,
3744                                            vector unsigned __int128);
3745         vector signed int vec_sube (vector signed int, vector signed int,
3746                                     vector signed int);
3747         vector unsigned int vec_sube (vector unsigned int,
3748                                       vector unsigned int,
3749                                       vector unsigned int);
3750         vector signed __int128 vec_sube (vector signed __int128,
3751                                          vector signed __int128,
3752                                          vector signed__int128);
3753         vector unsigned __int128 vec_sube (vector unsigned __int128,
3754                                            vector unsigned __int128,
3755                                            vector unsigned __int128);
3756         vector signed int vec_subec (vector signed int, vector signed int,
3757                                      vector signed int);
3758         vector unsigned int vec_subec (vector unsigned int,
3759                                        vector unsigned int,
3760                                        vector unsigned int);
3761         vector signed __int128 vec_subec (vector signed __int128,
3762                                           vector signed __int128,
3763                                           vector signed__int128);
3764         vector unsigned __int128 vec_subec (vector unsigned __int128,
3765                                             vector unsigned __int128,
3766                                             vector unsigned __int128);
3767         * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
3768         ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
3769         * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
3770         BU_ALTIVEC_OVERLOAD_X definitions.
3771         * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
3772         * doc/extend.texi: Update the built-in documentation file for the new
3773         built-in functions.
3775 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
3777         PR c++/79300
3778         * diagnostic-show-locus.c (layout::layout): Use start and finish
3779         spelling location for the start and finish of each range.
3780         * genmatch.c (linemap_client_expand_location_to_spelling_point):
3781         Add unused aspect param.
3782         * input.c (expand_location_1): Add "aspect" param, and use it
3783         to access the correct part of the location.
3784         (expand_location): Pass LOCATION_ASPECT_CARET to new param of
3785         expand_location_1.
3786         (expand_location_to_spelling_point): Likewise.
3787         (linemap_client_expand_location_to_spelling_point): Add "aspect"
3788         param, and pass it to expand_location_1.
3790 2017-07-06  Sebastian Peryt  <sebastian.peryt@intel.com>
3792         * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
3793         _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
3794         _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
3795         _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
3796         _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
3797         _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
3798         _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
3799         _mm_maskz_getmant_ss): New intrinsics.
3800         (__builtin_ia32_getexpss128_mask): Changed to ...
3801         __builtin_ia32_getexpss128_round ... this.
3802         (__builtin_ia32_getexpsd128_mask): Changed to ...
3803         __builtin_ia32_getexpsd128_round ... this.
3804         * config/i386/i386-builtin-types.def
3805         ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
3806         (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
3807         * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
3808         __builtin_ia32_getexpss_mask_round,     __builtin_ia32_getmantsd_mask_round,
3809         __builtin_ia32_getmantss_mask_round): New builtins.
3810         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
3811         V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
3812         (CODE_FOR_avx512f_vgetmantv2df_mask_round,
3813         CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
3814         * config/i386/sse.md
3815         (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
3816         avx512f_sgetexp<mode><mask_scalar_name>
3817         <round_saeonly_scalar_name> ... this.
3818         (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
3819         %0, %1, %2<round_saeonly_op3>}): Changed to ...
3820         vgetexp<ssescalarmodesuffix>
3821         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
3822         %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
3823         (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
3824         avx512f_vgetmant<mode><mask_scalar_name>
3825         <round_saeonly_scalar_name> ... this.
3826         (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
3827         %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
3828         vgetmant<ssescalarmodesuffix>
3829         \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
3830         %0<mask_scalar_operand4>, %1, %2
3831         <round_saeonly_scalar_mask_op4>, %3} ... this.
3832         * config/i386/subst.md (mask_scalar_operand4,
3833         round_saeonly_scalar_mask_operand4,     round_saeonly_scalar_mask_op4,
3834         round_saeonly_scalar_nimm_predicate): New subst attributes.
3836 2017-07-06  Julia Koval  <julia.koval@intel.com>
3838         * config/i386/i386.c (ix86_erase_embedded_rounding):
3839         Remove code for old rounding pattern.
3841 2017-07-06  Richard Earnshaw  <rearnsha@arm.com>
3843         * config/arm/t-arm (GTM_H): Add arm-cpu.h.
3845 2017-07-06  Christophe Lyon  <christophe.lyon@linaro.org>
3847         * doc/sourcebuild.texi (Test Directives, Variants of
3848         dg-require-support): Add documentation for dg-require-stack-check.
3850 2017-07-05  Sebastian Peryt  <sebastian.peryt@intel.com>
3852         * config/i386/subst.md (mask_scalar, round_scalar,
3853         round_saeonly_scalar): New meta-templates.
3854         (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
3855         round_scalar_mask_operand3, round_scalar_mask_op3,
3856         round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
3857         round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
3858         round_saeonly_scalar_constraint,
3859         round_saeonly_scalar_prefix): New subst attribute.
3860         * config/i386/sse.md
3861         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
3862         <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
3863         <round_scalar_name> ... this.
3864         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
3865         <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
3866         <round_scalar_name> ... this.
3867         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
3868         <sse>_vm<code><mode>3<mask_scalar_name>
3869         <round_saeonly_scalar_name> ... this.
3870         (v<plusminus_mnemonic><ssescalarmodesuffix>
3871         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
3872         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
3873         v<plusminus_mnemonic><ssescalarmodesuffix>
3874         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
3875         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
3876         (v<multdiv_mnemonic><ssescalarmodesuffix>
3877         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
3878         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
3879         v<multdiv_mnemonic><ssescalarmodesuffix>
3880         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
3881         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
3882         (v<maxmin_float><ssescalarmodesuffix>
3883         \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
3884         %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
3885         v<maxmin_float><ssescalarmodesuffix>
3886         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
3887         %0<mask_scalar_operand3>, %1, %<iptr>2
3888         <round_saeonly_scalar_mask_op3>} ... this.
3890 2017-07-05  Richard Earnshaw  <rearnsha@arm.com>
3892         * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
3893         (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
3895 2017-07-05  Richard Sandiford  <richard.sandiford@linaro.org>
3896             Alan Hayward  <alan.hayward@arm.com>
3897             David Sherwood  <david.sherwood@arm.com>
3899         * combine.c (simplify_if_then_else): Remove "enum" before
3900         "machine_mode".
3901         * compare-elim.c (can_eliminate_compare): Likewise.
3902         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
3903         Likewise.
3904         (aarch64_lookup_simd_builtin_type): Likewise.
3905         (aarch64_simd_builtin_type): Likewise.
3906         (aarch64_init_simd_builtin_types): Likewise.
3907         (aarch64_simd_expand_args): Likewise.
3908         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
3909         Likewise.
3910         (aarch64_reverse_mask): Likewise.
3911         (aarch64_simd_emit_reg_reg_move): Likewise.
3912         (aarch64_gen_adjusted_ldpstp): Likewise.
3913         (aarch64_ccmp_mode_to_code): Likewise.
3914         (aarch64_operands_ok_for_ldpstp): Likewise.
3915         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
3916         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
3917         Likewise.
3918         (aarch64_min_divisions_for_recip_mul): Likewise.
3919         (aarch64_reassociation_width): Likewise.
3920         (aarch64_get_condition_code_1): Likewise.
3921         (aarch64_simd_emit_reg_reg_move): Likewise.
3922         (aarch64_simd_attr_length_rglist): Likewise.
3923         (aarch64_reverse_mask): Likewise.
3924         (aarch64_operands_ok_for_ldpstp): Likewise.
3925         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
3926         (aarch64_gen_adjusted_ldpstp): Likewise.
3927         * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
3928         Likewise.
3929         * config/arc/arc.c (legitimate_offset_address_p): Likewise.
3930         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
3931         (arm_lookup_simd_builtin_type): Likewise.
3932         (arm_simd_builtin_type): Likewise.
3933         (arm_init_simd_builtin_types): Likewise.
3934         (arm_expand_builtin_args): Likewise.
3935         * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
3936         * config/ft32/ft32.c (ft32_libcall_value): Likewise.
3937         (ft32_setup_incoming_varargs): Likewise.
3938         (ft32_function_arg): Likewise.
3939         (ft32_function_arg_advance): Likewise.
3940         (ft32_pass_by_reference): Likewise.
3941         (ft32_arg_partial_bytes): Likewise.
3942         (ft32_valid_pointer_mode): Likewise.
3943         (ft32_addr_space_pointer_mode): Likewise.
3944         (ft32_addr_space_legitimate_address_p): Likewise.
3945         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
3946         Likewise.
3947         * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
3948         (ix86_emit_outlined_ms2sysv_restore): Likewise.
3949         (iamcu_alignment): Likewise.
3950         (canonicalize_vector_int_perm): Likewise.
3951         (ix86_noce_conversion_profitable_p): Likewise.
3952         (ix86_mpx_bound_mode): Likewise.
3953         (ix86_operands_ok_for_move_multiple): Likewise.
3954         * config/microblaze/microblaze-protos.h
3955         (microblaze_expand_conditional_branch_reg): Likewise.
3956         * config/microblaze/microblaze.c
3957         (microblaze_expand_conditional_branch_reg): Likewise.
3958         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
3959         Likewise.
3960         (rs6000_reassociation_width): Likewise.
3961         (rs6000_invalid_binary_op): Likewise.
3962         (fusion_p9_p): Likewise.
3963         (emit_fusion_p9_load): Likewise.
3964         (emit_fusion_p9_store): Likewise.
3965         * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
3966         Likewise.
3967         (riscv_hard_regno_mode_ok_p): Likewise.
3968         (riscv_address_insns): Likewise.
3969         (riscv_split_symbol): Likewise.
3970         (riscv_legitimize_move): Likewise.
3971         (riscv_function_value): Likewise.
3972         (riscv_hard_regno_nregs): Likewise.
3973         (riscv_expand_builtin): Likewise.
3974         * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
3975         (riscv_build_integer): Likewise.
3976         (riscv_split_integer): Likewise.
3977         (riscv_legitimate_constant_p): Likewise.
3978         (riscv_cannot_force_const_mem): Likewise.
3979         (riscv_regno_mode_ok_for_base_p): Likewise.
3980         (riscv_valid_base_register_p): Likewise.
3981         (riscv_valid_offset_p): Likewise.
3982         (riscv_valid_lo_sum_p): Likewise.
3983         (riscv_classify_address): Likewise.
3984         (riscv_legitimate_address_p): Likewise.
3985         (riscv_address_insns): Likewise.
3986         (riscv_load_store_insns): Likewise.
3987         (riscv_force_binary): Likewise.
3988         (riscv_split_symbol): Likewise.
3989         (riscv_force_address): Likewise.
3990         (riscv_legitimize_address): Likewise.
3991         (riscv_move_integer): Likewise.
3992         (riscv_legitimize_const_move): Likewise.
3993         (riscv_legitimize_move): Likewise.
3994         (riscv_address_cost): Likewise.
3995         (riscv_subword): Likewise.
3996         (riscv_output_move): Likewise.
3997         (riscv_canonicalize_int_order_test): Likewise.
3998         (riscv_emit_int_order_test): Likewise.
3999         (riscv_function_arg_boundary): Likewise.
4000         (riscv_pass_mode_in_fpr_p): Likewise.
4001         (riscv_pass_fpr_single): Likewise.
4002         (riscv_pass_fpr_pair): Likewise.
4003         (riscv_get_arg_info): Likewise.
4004         (riscv_function_arg): Likewise.
4005         (riscv_function_arg_advance): Likewise.
4006         (riscv_arg_partial_bytes): Likewise.
4007         (riscv_function_value): Likewise.
4008         (riscv_pass_by_reference): Likewise.
4009         (riscv_setup_incoming_varargs): Likewise.
4010         (riscv_print_operand): Likewise.
4011         (riscv_elf_select_rtx_section): Likewise.
4012         (riscv_save_restore_reg): Likewise.
4013         (riscv_for_each_saved_reg): Likewise.
4014         (riscv_register_move_cost): Likewise.
4015         (riscv_hard_regno_mode_ok_p): Likewise.
4016         (riscv_hard_regno_nregs): Likewise.
4017         (riscv_class_max_nregs): Likewise.
4018         (riscv_memory_move_cost): Likewise.
4019         * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
4020         * config/rl78/rl78.c (rl78_split_movsi): Likewise.
4021         (rl78_addr_space_address_mode): Likewise.
4022         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4023         Likewise.
4024         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
4025         (rs6000_reassociation_width): Likewise.
4026         (rs6000_invalid_binary_op): Likewise.
4027         (fusion_p9_p): Likewise.
4028         (emit_fusion_p9_load): Likewise.
4029         (emit_fusion_p9_store): Likewise.
4030         * config/visium/visium-protos.h (prepare_move_operands): Likewise.
4031         (ok_for_simple_move_operands): Likewise.
4032         (ok_for_simple_move_strict_operands): Likewise.
4033         (ok_for_simple_arith_logic_operands): Likewise.
4034         (visium_legitimize_reload_address): Likewise.
4035         (visium_select_cc_mode): Likewise.
4036         (output_cbranch): Likewise.
4037         (visium_split_double_move): Likewise.
4038         (visium_expand_copysign): Likewise.
4039         (visium_expand_int_cstore): Likewise.
4040         (visium_expand_fp_cstore): Likewise.
4041         * config/visium/visium.c (visium_pass_by_reference): Likewise.
4042         (visium_function_arg): Likewise.
4043         (visium_function_arg_advance): Likewise.
4044         (visium_libcall_value): Likewise.
4045         (visium_setup_incoming_varargs): Likewise.
4046         (visium_legitimate_constant_p): Likewise.
4047         (visium_legitimate_address_p): Likewise.
4048         (visium_legitimize_address): Likewise.
4049         (visium_secondary_reload): Likewise.
4050         (visium_register_move_cost): Likewise.
4051         (visium_memory_move_cost): Likewise.
4052         (prepare_move_operands): Likewise.
4053         (ok_for_simple_move_operands): Likewise.
4054         (ok_for_simple_move_strict_operands): Likewise.
4055         (ok_for_simple_arith_logic_operands): Likewise.
4056         (visium_function_value_1): Likewise.
4057         (rtx_ok_for_offset_p): Likewise.
4058         (visium_legitimize_reload_address): Likewise.
4059         (visium_split_double_move): Likewise.
4060         (visium_expand_copysign): Likewise.
4061         (visium_expand_int_cstore): Likewise.
4062         (visium_expand_fp_cstore): Likewise.
4063         (visium_split_cstore): Likewise.
4064         (visium_select_cc_mode): Likewise.
4065         (visium_split_cbranch): Likewise.
4066         (output_cbranch): Likewise.
4067         (visium_print_operand_address): Likewise.
4068         * expmed.c (flip_storage_order): Likewise.
4069         * expmed.h (emit_cstore): Likewise.
4070         (flip_storage_order): Likewise.
4071         * genrecog.c (validate_pattern): Likewise.
4072         * hsa-gen.c (gen_hsa_addr): Likewise.
4073         * internal-fn.c (expand_arith_overflow): Likewise.
4074         * ira-color.c (allocno_copy_cost_saving): Likewise.
4075         * lra-assigns.c (find_hard_regno_for_1): Likewise.
4076         * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
4077         (process_invariant_for_inheritance): Likewise.
4078         * lra-eliminations.c (move_plus_up): Likewise.
4079         * omp-low.c (lower_oacc_reductions): Likewise.
4080         * simplify-rtx.c (simplify_subreg): Likewise.
4081         * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
4082         (TARGET_CHKP_BOUND_MODE): Likewise..
4083         * targhooks.c (default_chkp_bound_mode): Likewise.
4084         (default_setup_incoming_vararg_bounds): Likewise.
4085         * targhooks.h (default_chkp_bound_mode): Likewise.
4086         (default_setup_incoming_vararg_bounds): Likewise.
4087         * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
4088         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
4089         (have_whole_vector_shift): Likewise.
4090         * tree-vect-stmts.c (vectorizable_load): Likewise.
4091         * doc/tm.texi: Regenerate.
4093 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
4095         Graceful degrade if Binutils PR21472 is not available.
4097         PR target/81072
4098         * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
4099         .rodata in flash test fails.
4100         (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
4101         * confgure: Regenerate.
4102         * config.in: Regenerate.
4103         * config/avr/avr.c (avr_asm_named_section)
4104         [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
4105         __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
4106         (avr_asm_init_sections): Same.
4108 2017-07-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4110         * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
4111         (fma<VH:mode>4_intrinsic): Likewise.
4112         (*fmsub<VCVTF:mode>4): Likewise.
4113         (*fmsub<VH:mode>4_intrinsic): Likewise.
4115 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
4117         PR target/81305
4118         * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
4119         Don't depend on "optimize > 0".
4120         (out_movhi_r_mr, out_movqi_mr_r): Same.
4121         (out_movhi_mr_r, out_movqi_r_mr): Same.
4122         (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
4123         io_address_operand on "optimize > 0".
4125 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4127         * tree-loop-distribution.c: Add general explanantion on the pass.
4128         (generate_loops_for_partition): Mark distributed loop.
4129         (pg_add_dependence_edges): New parameter.  Handle alias data
4130         dependence specially and record it in the parameter if asked.
4131         (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
4132         (init_partition_graph_vertices, add_partition_graph_edge): New.
4133         (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
4134         (free_partition_graph_vdata, build_partition_graph): New.
4135         (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
4136         (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
4137         (data_ref_segment_size, latch_dominated_by_data_ref): New.
4138         (compute_alias_check_pairs, version_loop_by_alias_check): New.
4139         (version_for_distribution_p, finalize_partitions): New.
4140         (distribute_loop): Handle alias data dependence specially.  Factor
4141         out loop fusion code as functions and call these functions.
4143 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4145         * tree-loop-distribution.c (classify_partition): New parameter and
4146         better handle reduction statement.
4147         (rdg_build_partitions): Revise comment.
4148         (distribute_loop): Compute statements in all partitions and pass it
4149         to classify_partition.
4151 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4153         * tree-loop-distribution.c (enum partition_type): New.
4154         (struct partition): New field type.
4155         (partition_merge_into): Add parameter.  Update partition type.
4156         (data_dep_in_cycle_p, update_type_for_merge): New functions.
4157         (build_rdg_partition_for_vertex): Compute partition type.
4158         (rdg_build_partitions): Dump partition type.
4159         (distribute_loop): Update calls to partition_merge_into.
4161 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4163         * tree-loop-distribution.c (struct ddr_hasher): New.
4164         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
4165         (ddrs_table): New.
4166         (classify_partition): Call get_data_dependence.
4167         (pg_add_dependence_edges): Ditto.
4168         (distribute_loop): Release data dependence hash table.
4170 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4172         * tree-loop-distribution.c (ref_base_address): Delete.
4173         (similar_memory_accesses): Rename ...
4174         (share_memory_accesses): ... to this.  Check if partitions access
4175         the same memory reference.
4176         (distribute_loop): Call share_memory_accesses.
4178 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4180         * tree-loop-distribution.c (struct partition): New field recording
4181         its data reference.
4182         (partition_alloc, partition_free): Init and release data refs.
4183         (partition_merge_into): Merge data refs.
4184         (build_rdg_partition_for_vertex): Collect data refs for partition.
4185         (pg_add_dependence_edges): Change parameters from vector to bitmap.
4186         Update uses.
4187         (distribute_loop): Remve data refs from vertice data of partition
4188         graph.
4190 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4192         * tree-loop-distribution.c (params.h): Include header file.
4193         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
4194         (datarefs_vec): New global var.
4195         (create_rdg_vertices): Use datarefs_vec directly.
4196         (free_rdg): Don't free data references.
4197         (build_rdg): Update use.  Don't free data references.
4198         (distribute_loop): Compute global variable for data references.
4199         Bail out if there are too many data references.
4201 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4203         * tree-loop-distribution.c (loop_nest): New global var.
4204         (build_rdg): Use loop directly, rather than loop nest.
4205         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
4206         variable directly.
4207         (distribute_loop): Compute global variable loop nest.  Update use.
4209 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4211         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
4212         (partition_merge_into): New parameter.  Dump reason for fusion.
4213         (distribute_loop): Update use of partition_merge_into.
4215 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4217         * tree-loop-distribution.c (bb_top_order_index): New.
4218         (bb_top_order_index_size, bb_top_order_cmp): New.
4219         (stmts_from_loop): Use topological order.
4220         (pass_loop_distribution::execute): Compute and release topological
4221         order for basic blocks.
4223 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4225         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
4226         if no loops.
4228 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
4230         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
4231         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
4232         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
4233         * internal-fn.def (LOOP_DIST_ALIAS): New.
4234         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
4235         (fold_loop_internal_call): ... this.
4236         (vect_loop_dist_alias_call): New function.
4237         (set_uid_loop_bbs): Call fold_loop_internal_call.
4238         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
4239         internal calls.
4241 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
4243         PR target/81300
4244         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
4245         Require dead FLAGS_REG at the beginning of a peephole.
4247 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
4249         PR target/81294
4250         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
4251         arguments in the call to __builtin_ia32_sbb_u32.
4252         (_subborrow_u64): Swap _X and _Y arguments in the call to
4253         __builtin_ia32_sbb_u64.
4255 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
4257         PR debug/81278
4258         * tree-vrp.c (compare_assert_loc): Turn into a function template
4259         with stable template parameter.  Only test if a->e is NULL,
4260         !a->e == !b->e has been verified already.  Use e == NULL or
4261         e != NULL instead of e or ! e tests.  If stable is true, don't use
4262         iterative_hash_expr, on the other side allow a or b or both NULL
4263         and sort the NULLs last.
4264         (process_assert_insertions): Sort using compare_assert_loc<false>
4265         instead of compare_assert_loc, later sort using
4266         compare_assert_loc<true> before calling process_assert_insertions_for
4267         in a loop.  Use break instead of continue once seen NULL pointer.
4269 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4271         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
4272         Cortex-R7 and Cortex-R8 processors.
4274 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
4276         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
4277         uninitialized while src is not.
4279 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
4281         * common/config/arm/arm-common.c: Adjust include path for
4282         arm-cpu-cdata.h
4283         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
4284         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
4285         (arm-cpu-data.h): Likewise.
4286         (arm-cpu-cdata.h): Likewise.
4287         * config/arm/arm-cpu.h: Delete.
4288         * config/arm/arm-cpu-cdata.h: Delete.
4289         * config/arm/arm-cpu-data.h: Delete.
4291 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
4293         * config/arm/arm-cpus.in (cortex-a55): New.
4294         (cortex-a75): Likewise.
4295         (cortex-a75.cortex-a55): Likewise.
4296         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
4297         cortex-a75.
4298         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
4299         * config/arm/arm-cpu-cdata.h: Regenerate.
4300         * config/arm/arm-cpu-data.h: Regenerate.
4301         * config/arm/arm-cpu.h: Regenerate.
4302         * config/arm/arm-tables.opt: Regenerate.
4303         * config/arm/arm-tune.md: Regenerate.
4305 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
4307         * haifa-sched.c (sched_create_recovery_edges): Update profile.
4309 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
4311         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
4312         probability.
4314 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
4316         PR tree-optimization/81292
4317         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
4318         full_string_p, also call adjust_related_strinfos if the adjustment
4319         is simple, otherwise invalidate related strinfos.
4321 2017-07-04  Martin Liska  <mliska@suse.cz>
4323         PR sanitizer/81040
4324         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
4325         newly created variable as DECL_IGNORED_P.
4327 2017-07-04  Martin Liska  <mliska@suse.cz>
4329         PR ipa/81293
4330         * ipa-inline.c (inline_small_functions):
4331         Use xstrdup_for_dump.
4333 2017-07-04  Tom de Vries  <tom@codesourcery.com>
4335         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
4337 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
4339         PR target/81033
4340         * config/darwin.c (darwin_function_switched_text_sections):
4341         Fix spaces.
4343 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
4345         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
4347 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
4349         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
4351 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4353         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
4354         min_profitable_iters, and th as inclusive lower bounds.
4355         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
4356         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
4357         for min_profitable_iters and min_profitable_estimate.
4358         (vect_transform_loop): Treat th as an inclusive lower bound.
4359         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
4361 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
4363         PR target/81033
4364         * config/darwin.c (darwin_function_switched_text_sections):
4365         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
4366         in two pieces, and suppress the use of buf.
4368 2017-07-03  Nathan Sidwell  <nathan@acm.org>
4370         * hash-table.h (hash_table_mod1): Fix indentation.
4372 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4374         PR middle-end/81290
4375         * predict.c (force_edge_cold): Be more careful about propagation
4376         backward.
4377         * profile-count.h (profile_probability::guessed,
4378         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
4379         New.
4380         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
4382 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
4384         * doc/invoke.texi (rcpc architecture extension): Document it.
4386 2017-07-03  Richard Biener  <rguenther@suse.de>
4388         PR tree-optimization/60510
4389         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
4390         the scalar reduction PHI and use it.
4391         (vectorizable_reduction): Properly guard the single_defuse_cycle
4392         path for non-SLP reduction chains where we cannot use it.
4393         Rework reduc_def/index and vector type deduction.  Rework
4394         vector operand gathering during reduction op code-gen.
4395         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
4396         chains dissolve the chain and leave it to non-SLP reduction
4397         handling.
4399 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4401         * tree-data-ref.h (dr_alignment): Declare.
4402         * tree-data-ref.c (dr_alignment): New function.
4403         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
4404         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
4405         set it.
4406         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
4408 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4410         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
4411         and base_misalignment fields.
4412         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
4413         * tree-data-ref.c: Include builtins.h.
4414         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
4415         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
4416         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
4417         * tree-vect-data-refs.c: Include tree-cfg.h.
4418         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
4419         fields instead of calculating an alignment here.
4420         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
4421         innermost_loop_behavior fields.
4423 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4425         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
4426         field.
4427         (DR_STEP_ALIGNMENT): New macro.
4428         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
4429         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
4430         (create_data_ref): Print it.
4431         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
4432         to tell whether the step preserves vector (mis)alignment.
4433         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
4434         Move the check for an integer step and generalise to all INTEGER_CST.
4435         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
4436         Print the outer step alignment.
4438 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4440         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
4441         with offset_alignment.
4442         (DR_ALIGNED_TO): Delete.
4443         (DR_OFFSET_ALIGNMENT): New macro.
4444         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
4445         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
4446         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
4447         (create_data_ref): Likewise.
4448         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
4449         (vect_analyze_data_refs): Likewise.
4450         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
4451         creating dummy innermost behavior.
4453 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4455         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
4456         with a "innermost_loop_behavior *" and refeence tree.
4457         * tree-data-ref.c (dr_analyze_innermost): Likewise.
4458         (create_data_ref): Update call accordingly.
4459         * tree-predcom.c (find_looparound_phi): Likewise.
4461 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4463         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
4464         fields with dr_wrt_vec_loop.
4465         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
4466         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
4467         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
4468         (vect_dr_behavior): New function.
4469         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
4470         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
4471         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
4472         track whether the step preserves the misalignment.
4473         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
4474         Use vect_dr_behavior.
4475         (vect_setup_realignment): Update call accordingly.
4476         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
4477         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
4478         call to vect_create_addr_base_for_vector_ref.
4479         (vect_create_cond_for_align_checks): Likewise.
4480         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
4481         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
4482         (vect_recog_mask_conversion_pattern): Likewise.
4483         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
4484         (new_stmt_vec_info): Remove redundant zeroing.
4486 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
4488         * common/config/arm/arm-common.c (arm_be8_option): New function.
4489         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
4490         (ISA_ARMv6): Add isa_bit_be8.
4491         * config/arm/arm.h (arm_be8_option): Add prototype.
4492         (BE8_SPEC_FUNCTION): New define.
4493         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
4494         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
4495         (mlittle-endian): Similarly.
4496         (mbe8, mbe32): New options.
4497         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
4498         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
4500 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4502         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
4504 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4506         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
4507         (cleanup_tree_cfg_bb): Use it.
4508         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
4509         New functions.
4510         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
4512 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4514         PR bootstrap/81285
4515         * loop-doloop.c (add_test): Update profile.
4517 2017-07-03  Martin Liska  <mliska@suse.cz>
4519         PR sanitize/81040
4520         * sanopt.c (rewrite_usage_of_param): New function.
4521         (sanitize_rewrite_addressable_params): Likewise.
4522         (pass_sanopt::execute): Call rewrite_usage_of_param.
4524 2017-07-03  Richard Biener  <rguenther@suse.de>
4526         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
4527         back to using VIEW_CONVERT_EXPR.
4529 2017-07-03  Martin Liska  <mliska@suse.cz>
4531         PR other/78366
4532         * doc/extend.texi: Document when a resolver function is
4533         generated for target_clones.
4535 2017-07-03  Martin Liska  <mliska@suse.cz>
4537         * asan.c (asan_emit_stack_protection): Unpoison just red zones
4538         and shadow memory of auto variables which are subject of
4539         use-after-scope sanitization.
4540         (asan_expand_mark_ifn): Add do set only when is_poison.
4542 2016-07-03  Richard Biener  <rguenther@suse.de>
4544         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
4545         reduction PHIs.
4546         (vect_force_simple_reduction): Record reduction def -> phi mapping.
4547         (vectorizable_reduction): Perform reduction PHI creation when
4548         visiting a reduction PHI and adjust and simplify code generation
4549         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
4550         (vect_transform_loop): Visit reduction PHIs.
4551         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
4552         defs into the SLP tree.
4553         (vect_build_slp_tree): Reduction defs terminate the recursion.
4554         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
4555         of reduction defs.
4556         (vect_get_vec_defs_for_stmt_copy): Export.
4557         (vect_get_vec_defs): Likewise.
4558         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
4559         purpose.
4560         (vect_get_vec_defs_for_stmt_copy): Declare.
4561         (vect_get_vec_defs): Likewise.
4563 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
4565         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
4566         parameter with a "loop" parameter and use it instead of the
4567         loop containing DR_STMT.  Don't check simple_iv when doing
4568         BB analysis.  Describe the two analysis modes in the comment.
4570 2017-07-03  Tom de Vries  <tom@codesourcery.com>
4572         PR tree-optimization/69468
4573         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
4574         (find_same_succ_bb): Handle ignore_edge_flags.
4576 2017-07-03  Tom de Vries  <tom@codesourcery.com>
4578         PR tree-optimization/81192
4579         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
4580         hash.
4581         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
4582         differs.
4583         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
4585 2017-07-03  Tom de Vries  <tom@codesourcery.com>
4587         PR tree-optimization/81192
4588         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
4589         BB_SAME_SUCC (bb) == NULL.
4591 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4593         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
4594         consistency.
4596 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4598         * dumpfile.c: Include profile-count.h
4599         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
4600         update profile.
4601         (insert_cond_bb): Update profile.
4602         * tree-cfg.h (insert_cond_bb): Update prototype.
4603         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
4604         * tree-dump.c: Do not include tree-cfg.
4606 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4608         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
4610 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4612         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
4613         bb.
4615 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
4617         * tree-complex.c (expand_complex_div_wide): update profile.
4619 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
4620             Alan Hayward  <alan.hayward@arm.com>
4621             David Sherwood  <david.sherwood@arm.com>
4623         * Makefile.in (MACHMODE_H): Remove insn-modes.h
4624         (CORETYPES_H): New define.
4625         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
4626         (insn-modes-inline.h, s-modes-inline-h): New rules.
4627         (generated_files): Add insn-modes-inline.h.
4628         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
4629         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
4630         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
4631         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
4632         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
4633         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
4634         (build/gencodes.o, build/genconditions.o): Likewise.
4635         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
4636         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
4637         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
4638         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
4639         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
4640         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
4641         * coretypes.h: Include everything up to real.h for generators.
4642         Include insn-modes.h first.  Include wide-int-print.h after
4643         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
4644         * machmode.h: Don't include insn-modes.h here.
4645         * function-tests.c: Remove includes of signop.h, machmode.h,
4646         double-int.h and wide-int.h.
4647         * rtl.h: Likewise.
4648         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
4649         and wide-int.h.
4650         * optc-save-gen.awk: Likewise.
4651         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
4652         * godump.c: Remove include of wide-int-print.h.
4653         * pretty-print.h: Likewise.
4654         * wide-int-print.cc: Likewise.
4655         * wide-int.cc: Likewise.
4656         * hash-map-tests.c: Remove include of signop.h.
4657         * hash-set-tests.c: Likewise.
4658         * rtl-tests.c: Likewise.
4659         * mkconfig.sh: Remove include of machmode.h.
4660         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
4661         into...
4662         (emit_insn_modes_inline_h): ...this new function.  Emit the code
4663         into an insn-modes-inline.h header file, adding appropriate
4664         include guards and end comments.
4665         (emit_insn_modes_c_header): Remove include of machmode.h.
4666         (emit_min_insn_modes_c_header): Include coretypes.h rather than
4667         machmode.h.
4668         (main): Handle -i flag and call emit_insn_modes_inline_h when
4669         it is passed.
4671 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
4673         * tree-ssa-strlen.c (strinfo): Rename the length field to
4674         nonzero_chars.  Add a full_string_p field.
4675         (compare_nonzero_chars, zero_length_string_p): New functions.
4676         (get_addr_stridx): Add an offset_out parameter.
4677         Use compare_nonzero_chars.
4678         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
4679         (new_strinfo): Update after above changes to strinfo.
4680         (set_endptr_and_length): Set full_string_p.
4681         (get_string_length): Update after above changes to strinfo.
4682         (unshare_strinfo): Update call to new_strinfo.
4683         (maybe_invalidate): Likewise.
4684         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
4685         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
4686         as a uhwi instead of an shwi.  Update after above changes to
4687         strinfo and new_strinfo.
4688         (zero_length_string): Assert that chainsi contains full strings.
4689         Use zero_length_string_p.  Update call to new_strinfo.
4690         (adjust_related_strinfos): Update after above changes to strinfo.
4691         Copy full_string_p from origsi.
4692         (adjust_last_stmt): Use zero_length_string_p.
4693         (handle_builtin_strlen): Update after above changes to strinfo and
4694         new_strinfo.  Install the lhs as the string length if the previous
4695         entry didn't describe a full string.
4696         (handle_builtin_strchr): Update after above changes to strinfo
4697         and new_strinfo.
4698         (handle_builtin_strcpy): Likewise.
4699         (handle_builtin_strcat): Likewise.
4700         (handle_builtin_malloc): Likewise.
4701         (handle_pointer_plus): Likewise.
4702         (handle_builtin_memcpy): Likewise.  Track nonzero characters
4703         that aren't necessarily followed by a nul terminator.
4704         (handle_char_store): Likewise.
4706 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
4708         PR tree-optimization/80769
4709         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
4710         for malloc and calloc.  Document the new invariant that all related
4711         strinfos have delayed lengths or none do.
4712         (verify_related_strinfos): Move earlier in file.
4713         (set_endptr_and_length): New function, split out from...
4714         (get_string_length): ...here.  Also set the lengths of related
4715         strinfos.
4716         (zero_length_string): Assert that chainsi has known (rather than
4717         delayed) lengths.
4718         (adjust_related_strinfos): Likewise.
4720 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
4722         PR tree-optimization/81136
4723         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
4724         assert that two references with the same misalignment have the same
4725         compile-time misalignment if those compile-time misalignments
4726         are known.
4728 2017-07-01  Andi Kleen  <ak@linux.intel.com>
4730         * print-tree.c (print_node): Print all attributes.
4732 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4734         * cfg.c (scale_bbs_frequencies): New function.
4735         * cfg.h (scale_bbs_frequencies): Declare it.
4736         * cfgloopanal.c (single_likely_exit): Cleanup.
4737         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
4738         as parameter.
4739         (scale_loop_profile): Likewise.
4740         (loop_version): Likewise.
4741         (create_empty_loop_on_edge): Update.
4742         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
4743         scale_loop_frequencies, scale_loop_profile, loopify,
4744         loop_version): Update prototypes.
4745         * modulo-sched.c (sms_schedule): Update.
4746         * predict.c (unlikely_executed_edge_p): Also check probability.
4747         (probably_never_executed_edge_p): Fix typo.
4748         * tree-if-conv.c (version_loop_for_if_conversion): Update.
4749         * tree-parloops.c (gen_parallel_loop): Update.
4750         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
4751         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
4752         * tree-ssa-loop-split.c (split_loop): Update.
4753         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
4754         * tree-vect-loop-manip.c (vect_do_peeling): Update.
4755         (vect_loop_versioning): Update.
4756         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
4758 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4760         * trans-mem.c (split_bb_make_tm_edge): Update profile.
4762 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4764         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
4765         to keep profile consistent.
4767 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4769         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
4770         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
4771         * profile-count.h (max_safe_multiplier): Make unsigned.
4772         (profile_count::guessed_zero): New.
4774 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4776         * bb-reorder.c (fix_up_crossing_landing_pad,
4777         fix_crossing_conditional_branches): Use make_single_succ_edge
4778         to keep profile consistent.
4780 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
4782         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
4783         to update profile.
4785 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
4787         PR sanitizer/81262
4788         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
4789         the right scopes, make sure cond_jump isn't preserved between multiple
4790         iterations.  Search for fallthru edge whenever there are 3+ edges and
4791         use find_fallthru_edge for it.
4793 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
4795         Patch by Alexander Monakov <amonakov@ispras.ru>
4796         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
4797         probabilities consistently.
4799 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
4801         * pa.c (pa_expand_compare_and_swap_loop): Update call of
4802         emit_cmp_and_jump_insns.
4804 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
4806         PR ipa/81261
4807         * tree-inline.c (expand_call_inline): Combine profile statuses.
4809 2017-06-30  Andrew Pinski  <apinski@cavium.com>
4811         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
4812         fold_stmt returned true.
4814 2017-06-30  Nathan Sidwell  <nathan@acm.org>
4816         * ggc.h (empty_string): Delete.
4817         * cfgexpand.c (expand_asm_stmt): Use plain "".
4818         * optabs.c (expand_asm_memory_barrier): Likewise.
4819         * stringpool.c (empty_string): Delete.
4820         (digit_vector, digit_string): Delete.
4821         (ggc_alloc_string): Use plain "", don't optimize single digit
4822         strings.  Use ggc_alloc_atomic.
4824 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
4826         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
4827         comparison set and one other set, use the cost of the non-comparison
4828         set.
4830 2017-06-30  Nathan Sidwell  <nathan@acm.org>
4832         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
4833         some formatting.
4835 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
4837         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
4838         loops.  Remove now unneeded calls to gimple_switch_set_label() that
4839         just set removed labels to NULL_TREE.
4841 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
4843         * tree-ssanames.c (set_range_info_raw): Abstract from ...
4844         (set_range_info): ...here.  Only call set_range_info_raw if domain
4845         is useful.
4846         (set_nonzero_bits): Call set_range_info_raw.
4847         * tree-ssanames.h (set_range_info_raw): New.
4849 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
4851         PR target/81225
4852         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
4853         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
4854         of nonimmediate_operand and <store_mask_constraint> instead of m
4855         for the input operand.  For V8FI iterator, always split if input
4856         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
4857         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
4858         <store_mask_predicate> instead of register_operand and
4859         <store_mask_constraint> instead of v for the input operand.  Make
4860         sure both operands aren't MEMs for if not <mask_applied>.
4862 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
4864         * lto-wrapper.c (copy_file) Close both file descriptors before
4865         exiting normally.
4867 2017-06-30  Martin Liska  <mliska@suse.cz>
4869         PR ipa/81214
4870         * multiple_target.c (create_dispatcher_calls): Make ifunc
4871         also for function that don't have calls or are not referenced.
4873 2017-06-30  Richard Biener  <rguenther@suse.de>
4875         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
4876         analyze the first scalar stmt.  Move vector type computation
4877         for the BB case here from ...
4878         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
4879         live operation processing in the SLP case properly.
4881 2017-06-30  Richard Biener  <rguenther@suse.de>
4883         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
4885 2017-06-30  Martin Liska  <mliska@suse.cz>
4887         PR sanitizer/81021
4888         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
4889         before BUILT_IN_UNWIND_RESUME when ASAN is used.
4891 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
4893         * doc/invoke.texi (AArch64): Add missing options and remove redundant
4894         ones.
4896 2017-06-30  Richard Biener  <rguenther@suse.de>
4898         PR tree-optimization/81249
4899         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
4900         condition reduction result to original scalar type.
4902 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4904         * profile-count.h (enum profile_quality): Fix typos and whitespace
4905         issues.
4907 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4909         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
4910         type for branch probabilities.
4912 2017-06-29  Julian Brown  <julian@codesourcery.com>
4913             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
4915         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
4916         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
4917         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
4918         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
4920 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
4922         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
4923         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
4924         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
4925         CC usage from generic code to here.
4926         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
4927         CC usage into the target macros.
4929 2017-06-29  Maya Rashish  <coypu@sdf.org>
4931         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
4932         objects.
4934 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
4936         * arm/arm-builtins.c: Include profile-count.h
4937         * except.c (sjlj_emit_function_enter): Use
4938         profile_probability::unlikely.
4940 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
4942         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
4943         and tocrel_offset be pointer args rather than implicitly using
4944         static versions.
4945         (legitimate_constant_pool_address_p, rs6000_emit_move,
4946         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
4947         tocrel_offset and use in toc_relative_expr_p call.
4948         (print_operand, print_operand_address): Use static tocrel_base_oac
4949         and tocrel_offset_oac.
4950         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
4951         tocrel_offset_oac.
4953 2017-06-29  Maya Rashish  <coypu@sdf.org>
4955         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
4957 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
4959         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
4960         objects, take into account only the alignment of 'op0' and 'mode1' if
4961         'op0' is a MEM.
4963 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
4965         * ccmp.c (ccmp_tree_comparison_p): New function.
4966         (ccmp_candidate_p): Update to use above function.
4967         (get_compare_parts): New function.
4968         (expand_ccmp_next): Update to use new functions.
4969         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
4970         new functions.
4971         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
4972         take mode as argument.
4973         * ccmp.h (expand_ccmp_expr): Add mode as argument.
4974         * expr.c (expand_expr_real_1): Pass mode as argument.
4976 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
4978         * combine.c (combine_instructions): Print insns to dump_file, together
4979         with their costs.
4981 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
4983         * asan.c (asan_emit_stack_protection): Update.
4984         (create_cond_insert_point): Update.
4985         * auto-profile.c (afdo_propagate_circuit): Update.
4986         * basic-block.h (struct edge_def): Turn probability to
4987         profile_probability.
4988         (EDGE_FREQUENCY): Update.
4989         * bb-reorder.c (find_traces_1_round): Update.
4990         (better_edge_p): Update.
4991         (sanitize_hot_paths): Update.
4992         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
4993         (make_single_succ_edge): Update.
4994         (check_bb_profile): Update.
4995         (dump_edge_info): Update.
4996         (update_bb_profile_for_threading): Update.
4997         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
4998         probabilitycount to 0.
4999         * cfgbuild.c (compute_outgoing_frequencies): Update.
5000         * cfgcleanup.c (try_forward_edges): Update.
5001         (outgoing_edges_match): Update.
5002         (try_crossjump_to_edge): Update.
5003         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
5004         (expand_gimple_tailcall): Update.
5005         (construct_init_block): Use make_single_succ_edge.
5006         (construct_exit_block): Use make_single_succ_edge.
5007         * cfghooks.c (verify_flow_info): Update.
5008         (redirect_edge_succ_nodup): Update.
5009         (split_edge): Update.
5010         (account_profile_record): Update.
5011         * cfgloopanal.c (single_likely_exit): Update.
5012         * cfgloopmanip.c (scale_loop_profile): Update.
5013         (set_zero_probability): Remove.
5014         (duplicate_loop_to_header_edge): Update.
5015         * cfgloopmanip.h (loop_version): Update prototype.
5016         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
5017         (force_nonfallthru_and_redirect): Update.
5018         (update_br_prob_note): Update.
5019         (rtl_verify_edges): Update.
5020         (purge_dead_edges): Update.
5021         (rtl_lv_add_condition_to_bb): Update.
5022         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
5023         * cgraphunit.c (init_lowered_empty_function): Update.
5024         (cgraph_node::expand_thunk): Update.
5025         * cilk-common.c: Include profile-count.h
5026         * dojump.c (inv): Remove.
5027         (jumpifnot): Update.
5028         (jumpifnot_1): Update.
5029         (do_jump_1): Update.
5030         (do_jump): Update.
5031         (do_jump_by_parts_greater_rtx): Update.
5032         (do_compare_rtx_and_jump): Update.
5033         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
5034         do_jump_1. do_compare_rtx_and_jump): Update prototype.
5035         * dwarf2cfi.c: Include profile-count.h
5036         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
5037         (sjlj_emit_dispatch_table): Likewise.
5038         * explow.c: Include profile-count.h
5039         * expmed.c (emit_store_flag_force): Update.
5040         (do_cmp_and_jump): Update.
5041         * expr.c (compare_by_pieces_d::generate): Update.
5042         (compare_by_pieces_d::finish_mode): Update.
5043         (emit_block_move_via_loop): Update.
5044         (store_expr_with_bounds): Update.
5045         (store_constructor): Update.
5046         (expand_expr_real_2): Update.
5047         (expand_expr_real_1): Update.
5048         * expr.h (try_casesi, try_tablejump): Update prototypes.
5049         * gimple-pretty-print.c (dump_probability): Update.
5050         (dump_profile): New.
5051         (dump_gimple_label): Update.
5052         (dump_gimple_bb_header): Update.
5053         * graph.c (draw_cfg_node_succ_edges): Update.
5054         * hsa-gen.c (convert_switch_statements): Update.
5055         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
5056         (find_if_case_1): Update.
5057         (find_if_case_2): Update.
5058         * internal-fn.c (expand_arith_overflow_result_store): Update.
5059         (expand_addsub_overflow): Update.
5060         (expand_neg_overflow): Update.
5061         (expand_mul_overflow): Update.
5062         (expand_vector_ubsan_overflow): Update.
5063         * ipa-cp.c (good_cloning_opportunity_p): Update.
5064         * ipa-split.c (split_function): Use make_single_succ_edge.
5065         * ipa-utils.c (ipa_merge_profiles): Update.
5066         * loop-doloop.c (add_test): Update.
5067         (doloop_modify): Update.
5068         * loop-unroll.c (compare_and_jump_seq): Update.
5069         (unroll_loop_runtime_iterations): Update.
5070         * lra-constraints.c (lra_inheritance): Update.
5071         * lto-streamer-in.c (input_cfg): Update.
5072         * lto-streamer-out.c (output_cfg): Update.
5073         * mcf.c (adjust_cfg_counts): Update.
5074         * modulo-sched.c (sms_schedule): Update.
5075         * omp-expand.c (expand_omp_for_init_counts): Update.
5076         (extract_omp_for_update_vars): Update.
5077         (expand_omp_ordered_sink): Update.
5078         (expand_omp_for_ordered_loops): Update.
5079         (expand_omp_for_generic): Update.
5080         (expand_omp_for_static_nochunk): Update.
5081         (expand_omp_for_static_chunk): Update.
5082         (expand_cilk_for): Update.
5083         (expand_omp_simd): Update.
5084         (expand_omp_taskloop_for_outer): Update.
5085         (expand_omp_taskloop_for_inner): Update.
5086         * omp-simd-clone.c (simd_clone_adjust): Update.
5087         * optabs.c (expand_doubleword_shift): Update.
5088         (expand_abs): Update.
5089         (emit_cmp_and_jump_insn_1): Update.
5090         (expand_compare_and_swap_loop): Update.
5091         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
5092         * predict.c (predictable_edge_p): Update.
5093         (edge_probability_reliable_p): Update.
5094         (set_even_probabilities): Update.
5095         (combine_predictions_for_insn): Update.
5096         (combine_predictions_for_bb): Update.
5097         (propagate_freq): Update.
5098         (estimate_bb_frequencies): Update.
5099         (force_edge_cold): Update.
5100         * profile-count.c (profile_count::dump): Add missing space into dump.
5101         (profile_count::debug): Add newline.
5102         (profile_count::differs_from_p): Explicitly convert to unsigned.
5103         (profile_count::stream_in): Update.
5104         (profile_probability::dump): New member function.
5105         (profile_probability::debug): New member function.
5106         (profile_probability::differs_from_p): New member function.
5107         (profile_probability::differs_lot_from_p): New member function.
5108         (profile_probability::stream_in): New member function.
5109         (profile_probability::stream_out): New member function.
5110         * profile-count.h (profile_count_quality): Rename to ...
5111         (profile_quality): ... this one.
5112         (profile_probability): New.
5113         (profile_count): Update.
5114         * profile.c (compute_branch_probabilities): Update.
5115         * recog.c (peep2_attempt): Update.
5116         * sched-ebb.c (schedule_ebbs): Update.
5117         * sched-rgn.c (find_single_block_region): Update.
5118         (compute_dom_prob_ps): Update.
5119         (schedule_region): Update.
5120         * sel-sched-ir.c (compute_succs_info): Update.
5121         * stmt.c (struct case_node): Update.
5122         (do_jump_if_equal): Update.
5123         (get_outgoing_edge_probs): Update.
5124         (conditional_probability): Update.
5125         (emit_case_dispatch_table): Update.
5126         (expand_case): Update.
5127         (expand_sjlj_dispatch_table): Update.
5128         (emit_case_nodes): Update.
5129         * targhooks.c: Update.
5130         * tracer.c (better_p): Update.
5131         (find_best_successor): Update.
5132         * trans-mem.c (expand_transaction): Update.
5133         * tree-call-cdce.c: Update.
5134         * tree-cfg.c (gimple_split_edge): Upate.
5135         (move_sese_region_to_fn): Upate.
5136         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
5137         * tree-eh.c (lower_resx): Upate.
5138         (cleanup_empty_eh_move_lp): Upate.
5139         * tree-if-conv.c (version_loop_for_if_conversion): Update.
5140         * tree-inline.c (copy_edges_for_bb): Update.
5141         (copy_cfg_body): Update.
5142         * tree-parloops.c (gen_parallel_loop): Update.
5143         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
5144         (gimple_gen_time_profiler): Update.
5145         * tree-ssa-dce.c (remove_dead_stmt): Update.
5146         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
5147         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
5148         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
5149         (unloop_loops): Update.
5150         (try_peel_loop): Update.
5151         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
5152         * tree-ssa-loop-split.c (connect_loops): Update.
5153         (split_loop): Update.
5154         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
5155         (hoist_guard): Update.
5156         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
5157         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
5158         (value_replacement): Update.
5159         * tree-ssa-reassoc.c (branch_fixup): Update.
5160         * tree-ssa-tail-merge.c (replace_block_by): Update.
5161         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
5162         (create_edge_and_update_destination_phis): Update.
5163         (compute_path_counts): Update.
5164         (recompute_probabilities): Update.
5165         (update_joiner_offpath_counts): Update.
5166         (freqs_to_counts_path): Update.
5167         (duplicate_thread_path): Update.
5168         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
5169         (struct switch_conv_info): Update.
5170         (gen_inbound_check): Update.
5171         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
5172         (vect_do_peeling): Update.
5173         (vect_loop_versioning): Update.
5174         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
5175         (optimize_mask_stores): Update.
5176         * ubsan.c (ubsan_expand_null_ifn): Update.
5177         * value-prof.c (gimple_divmod_fixed_value): Update.
5178         (gimple_divmod_fixed_value_transform): Update.
5179         (gimple_mod_pow2): Update.
5180         (gimple_mod_pow2_value_transform): Update.
5181         (gimple_mod_subtract): Update.
5182         (gimple_mod_subtract_transform): Update.
5183         (gimple_ic): Update.
5184         (gimple_stringop_fixed_value): Update.
5185         (gimple_stringops_transform): Update.
5186         * value-prof.h: Update.
5188 2017-06-29  Carl Love  <cel@us.ibm.com>
5190         * config/rs6000/rs6000-c.c: Add support for built-in functions
5191         vector signed int vec_signed (vector float);
5192         vector signed long long vec_signed (vector double);
5193         vector signed int vec_signed2 (vector double, vector double);
5194         vector signed int vec_signede (vector double);
5195         vector signed int vec_signedo (vector double);
5196         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
5197         instruction generator.
5198         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
5199         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
5200         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
5201         Add define_insn.
5202         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
5203         vunsignede_v2df): Add define_expands.
5204         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
5205         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
5206         VEC_UNSIGNEDO): Add definitions.
5207         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
5208         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
5209         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
5210         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
5211         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
5212         * config/rs6000/altivec.h (vec_signed, vec_signed2,
5213         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
5214         vec_unsignede, vec_unsignedo): Add builtin defines.
5215         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
5216         declaration.
5217         * doc/extend.texi: Update the built-in documentation file for the
5218         new built-in functions.
5220 2017-06-29  Richard Biener  <rguenther@suse.de>
5222         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
5223         reduction chains to LOOP_VINFO_REDUCTIONS.
5224         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
5225         SLP reductions after processing reduction chains.
5227 2017-06-29  Nathan Sidwell  <nathan@acm.org>
5229         * builtins.c (fold_builtin_FUNCTION): Use
5230         lang_hooks.decl_printable_name.
5232 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
5234         PR middle-end/81194
5235         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
5236         with only one label.
5237         * stmt.c (expand_case): Assert NCASES is greater than one.
5239 2017-06-29  Richard Biener  <rguenther@suse.de>
5241         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
5242         anything.
5243         (group_case_labels): Likewise.
5244         (find_taken_edge): Push sanity checking on val to workers...
5245         (find_taken_edge_cond_expr): ... here
5246         (find_taken_edge_switch_expr): ... and here, handle cases
5247         with just a default label.
5248         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
5249         (group_case_labels): Likewise.
5250         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
5251         group_case_labels does anything cleanup the CFG again.
5253 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
5255         PR tree-optimization/81196
5256         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
5257         exit condition comparing two IVs.
5259 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
5261         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
5262         profile to the dummy entry at the end of the list of architectures.
5263         * config/arm/arm-cpu-cdata.h: Regenerated.
5265 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5266             Michael Collison <michael.collison@arm.com>
5268         PR target/70119
5269         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
5270         New pattern.
5271         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
5272         (*aarch64_reg_<mode>3_minus_mask): New pattern.
5273         (*aarch64_<optab>_reg_di3_mask2): New pattern.
5274         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
5275         of shift when the shift amount is masked with constant equal to
5276         the size of the mode.
5277         * config/aarch64/predicates.md (subreg_lowpart_operator): New
5278         predicate.
5280 2017-06-29  Martin Liska  <mliska@suse.cz>
5282         * config/i386/i386.opt: Change range from [1,5] to [0,5].
5284 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
5286         PR bootstrap/80565
5287         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
5288         code.
5289         * ipa-inline.h
5290         (edge_growth_cache_entry::edge_growth_cache_entry): New
5291         function.
5292         (reset_edge_growth_cache): Update to use constructor.
5294 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5296         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
5297         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
5298         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
5300 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
5302         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
5303         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
5305 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5307         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
5308         (*-linux-uclibc*): Add t-uclibc tmake_file.
5309         * config/t-musl: New.
5310         * config/t-uclibc: New.
5312 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
5314         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
5315         context.
5316         (gen_comm_data): Emit architectural setting of arch_prof.
5317         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
5318         profile.
5319         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
5320         (armv8-m.base, armv8-m.main): Likewise.
5321         * arm-protos.h (arm_build_target): Add profile field.
5322         (arch_option): Likewise.
5323         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
5324         the active target.
5325         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
5326         arm_active_target.profile.
5328 2017-06-28  Richard Biener  <rguenther@suse.de>
5330         PR middle-end/81227
5331         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
5332         TYPE_OVERFLOW_WRAPS.
5333         * match.pd (negate_expr_p): Likewise.
5334         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
5335         fold_build2, not fold_binary.
5337 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
5339         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
5340         Convert memory address to Pmode.
5341         (aarch64_print_operand): Assert MEM operands are always Pmode.
5343 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
5345         PR target/79665
5346         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
5347         Remove redundant if.
5348         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
5349         * config/arm/aarch-common-protos.h
5350         (aarch_forward_to_shift_is_not_shifted_re): Remove.
5351         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
5353 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
5355         PR ipa/81238
5356         * multiple_target.c (create_dispatcher_calls): Set the default
5357         clone to be static, not public.
5359 2017-06-28  Richard Biener  <rguenther@suse.de>
5361         * tree-vect-loop.c (vectorizable_reduction): Move special
5362         cond reduction IV var creation ...
5363         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
5364         parameter.  Use STMT_VINFO_VECTYPE.
5365         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
5366         constant_p.
5368 2017-06-28  Martin Liska  <mliska@suse.cz>
5370         PR ipa/81128
5371         * ipa-visibility.c (non_local_p): Handle visibility.
5373 2017-06-28  Martin Liska  <mliska@suse.cz>
5375         PR driver/79659
5376         * common.opt: Add IntegerRange to various options.
5377         * opt-functions.awk (integer_range_info): New function.
5378         * optc-gen.awk: Add integer_range_info to cl_options struct.
5379         * opts-common.c (decode_cmdline_option): Handle
5380         CL_ERR_INT_RANGE_ARG.
5381         (cmdline_handle_error): Likewise.
5382         * opts.c (print_filtered_help): Show valid interval in
5383         when --help is provided.
5384         * opts.h (struct cl_option): Add range_min and range_max fields.
5385         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
5387 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
5389         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
5390         (x * C EQ/NE y * C): New transformation.
5392 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
5394         * genmultilib (combination_space): Accept '+' in option names.
5396 2017-06-28  Martin Liska  <mliska@suse.cz>
5398         PR sanitizer/81224
5399         * asan.c (instrument_derefs): Bail out inner references
5400         that are hard register variables.
5402 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
5404         PR target/81175
5405         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
5406         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
5408 2017-06-28  Richard Biener  <rguenther@suse.de>
5410         * tree-vectorizer.h (vect_get_vec_defs): Remove.
5411         (vect_get_slp_defs): Adjust.
5412         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
5413         out from ...
5414         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
5415         simplify.
5416         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
5417         get_initial_defs_for_reduction instead of vect_get_vec_defs.
5418         (vectorizable_reduction): Adjust.
5419         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
5420         handling.
5421         (vect_get_slp_defs): Likewise.
5422         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
5423         (vectorizable_bswap): Adjust.
5424         (vectorizable_call): Likewise.
5425         (vectorizable_conversion): Likewise.
5426         (vectorizable_assignment): Likewise.
5427         (vectorizable_shift): Likewise.
5428         (vectorizable_operation): Likewise.
5429         (vectorizable_store): Likewise.
5430         (vectorizable_condition): Likewise.
5431         (vectorizable_comparison): Likewise.
5433 2017-06-28  Michael Collison  <michael.collison@arm.com>
5435         PR target/68535
5436         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
5437         set of base_reg
5438         (arm_gen_movmemqi): Removed unused variable 'i'.
5439         Convert 'for' loop into 'while' loop.
5440         (arm_expand_prologue): Remove last unnecessary set of insn.
5441         (thumb_pop): Remove unused variable 'pushed_words'.
5442         (thumb_exit): Remove last unnecessary set of regs_to_pop.
5444 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5446         * config/s390/predicates.md: Use s390_rel_address_ok_p.
5447         * config/s390/s390-protos.h: Add prototype of
5448         s390_rel_address_ok_p.
5449         * config/s390/s390.c (s390_got_symbol): New function.
5450         (s390_rel_address_ok_p): New function.
5451         (legitimize_pic_address): Use s390_rel_address_ok_p.
5452         (s390_load_got): Use s390_got_symbol.
5453         (s390_option_override): Issue error if
5454         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
5455         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
5456         New macro.
5457         * config/s390/s390.opt: New option mpic-data-is-text-relative.
5459 2017-06-27  Andrew Pinski  <apinski@cavium.com>
5461         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
5462         (X * copysign (1.0, X)): New pattern.
5463         (X * copysign (1.0, -X)): New pattern.
5464         (copysign (-1.0, CST)): New pattern.
5466 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
5468         * genmultilib (combination_space): Remove variable.
5469         Validate reuse rules against regular expression for any sequence
5470         of multilib options in any order.
5472 2017-06-27  Michael Collison  <michael.collison@arm.com>
5474         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
5475         call aarch64_split_simd_combine.
5476         * (aarch64_combine_internal<mode>): Delete pattern.
5477         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
5478         Allow register and subreg operands.
5480 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
5482         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
5483         specific need, just fallback on defaults.
5484         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
5486 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
5487             Olivier Hainque  <hainque@adacore.com>
5489         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
5490         map for 64bits.
5491         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
5492         targets. Pick a default if no particular attempt applied.
5493         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
5494         larger contexts.
5496 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
5498         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
5499         (x86_64-wrs-vxworks7): Likewise.
5501 2017-06-27  Marek Polacek  <polacek@redhat.com>
5503         PR sanitizer/81223
5504         * ubsan.c (instrument_null): Check get_base_address's result for null.
5506 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
5508         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
5510 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
5512         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
5513         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
5514         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
5515         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
5516         New function types.
5517         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
5518         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
5519         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
5520         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
5521         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
5522         BUILT_IN_FEUPDATEENV): New builtins.
5523         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
5524         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
5525         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
5526         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
5527         macros.
5528         (builtin_structptr_types): Adjust size.
5529         * tree.c (builtin_structptr_types): Add four entries.
5531 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
5532             Olivier Hainque  <hainque@adacore.com>
5534         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
5535         (TLS_SYM): New local macro, forcing reference to __tls__ on
5536         link command lines for VxWorks 7 RTPs, triggering initialization
5537         of tlsLib.
5538         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
5539         OS features TLS support, true for RTPs on VxWorks 7.
5540         * config/vxworks.c (vxworks_override_options): Setup emutls
5541         accordingly.
5543 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
5545         * predict.c (test_prediction_value_range): Use -1U instead of -1
5546         to avoid narrowing conversion warning.
5547         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
5548         to avoid narrowing conversion warning.
5549         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
5550         -1.
5551         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
5553 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
5555         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
5556         64bit configurations.
5557         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
5558         (SIZE_TYPE): Likewise.
5559         * config/vxworks.c (vxworks_emutls_var_fields): Use
5560         long_unsigned_type_node instead of unsigned_type_node as the offset
5561         field type, which is "pointer" mode in emutls.c.
5563 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
5565         PR sanitizer/81209
5566         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
5568         PR middle-end/81207
5569         * gimple-fold.c (replace_call_with_call_and_fold): Handle
5570         gimple_vuse copying separately from gimple_vdef copying.
5572 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
5574         * value-prof.c (free_hist): Remove call to memset and the enclosing if
5575         condition.
5577 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
5578             Olivier Hainque  <hainque@adacore.com>
5580         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
5581         for all vxworks7 targets.
5582         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
5583         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
5584         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
5585         variations for VX6/VX7 and 32/64bits later on in ...
5586         (VXWORKS_LIB_SPEC): Leverage new macros.
5587         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
5588         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
5590 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
5592         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
5593         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
5595 2017-06-26  Carl Love  <cel@us.ibm.com>
5597         * config/rs6000/rs6000-c.c: Add support for built-in functions
5598         vector bool char vec_reve (vector bool char);
5599         vector signed char vec_reve (vector signed char);
5600         vector unsigned char vec_reve (vector unsigned char);
5601         vector bool int vec_reve (vector bool int);
5602         vector signed int vec_reve (vector signed int);
5603         vector unsigned int vec_reve (vector unsigned int);
5604         vector bool long long vec_reve (vector bool long long);
5605         vector signed long long vec_reve (vector signed long long);
5606         vector unsigned long long vec_reve (vector unsigned long long);
5607         vector bool short vec_reve (vector bool short);
5608         vector signed short vec_reve (vector signed short);
5609         vector double vec_reve (vector double);
5610         vector float vec_reve (vector float);
5611         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
5612         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
5613         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
5614         (altivec_vreve): New pattern.
5615         * config/rs6000/altivec.h (vec_reve): New define.
5616         * doc/extend.texi (vec_rev): Update the built-in documentation file
5617         for the new built-in functions.
5619 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5621         PR tree-optimization/71815
5622         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
5623         function.
5624         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
5625         has_single_use.
5626         (slsr_process_phi): Likewise.
5627         (replace_uncond_cands_and_profitable_phis): Don't replace a
5628         multiply candidate with a stride of 1 (copy or cast).
5629         (phi_incr_cost): Call uses_consumed_by_stmt rather than
5630         has_single_use.
5631         (lowest_cost_path): Likewise.
5632         (total_savings): Likewise.
5634 2017-06-26  Richard Biener  <rguenther@suse.de>
5636         PR target/81175
5637         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
5638         Use def_builtin_pure for all gather builtins.
5640 2017-06-26  Richard Biener  <rguenther@suse.de>
5642         PR tree-optimization/81203
5643         * tree-tailcall.c (find_tail_calls): Do not move stmts into
5644         non-dominating BBs.
5646 2017-06-26  Marek Polacek  <polacek@redhat.com>
5648         PR c/80116
5649         * doc/invoke.texi: Document -Wmultistatement-macros.
5651 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
5653         * doc/sourcebuild.texi (ARM-specific attributes): Document new
5654         arm_neon_ok_no_float_abi effective target.
5656 2017-06-26  Richard Biener  <rguenther@suse.de>
5658         PR tree-optimization/80928
5659         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
5660         (copy_bbs): Set BB_DUPLICATED flag early.
5661         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
5662         marked blocks.
5663         (execute_on_shrinking_pred): Likewise.
5664         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
5665         BB_DUPLICATED blocks.
5666         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
5667         iterate over all PHIs considering removal of *gsi.
5669 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
5671         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
5672         qdf24xx.
5674 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
5676         * config/rs6000/rs6000-string.c: (expand_block_clear,
5677         do_load_for_compare, select_block_compare_mode,
5678         compute_current_alignment, expand_block_compare,
5679         expand_strncmp_align_check, expand_strn_compare,
5680         expand_block_move, rs6000_output_load_multiple)
5681         Move functions related to string/block move/compare
5682         to a separate file.
5683         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
5684         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
5685         for this function which is now used in two files.
5686         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
5687         * config.gcc: Add rs6000-string.o to extra_objs for
5688         targets powerpc*-*-* and rs6000*-*-*.
5690 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
5692         PR target/80510
5693         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
5694         32-bit, since indexed is not valid for DImode.
5695         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
5696         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
5697         (define_peephole2 for Altivec d-form load): Add 32-bit support.
5698         (define_peephole2 for Altivec d-form store): Likewise.
5700         PR ipa/81185
5701         * multiple_target.c (create_dispatcher_calls): Only create the
5702         dispatcher call if the function is the default clone of a
5703         versioned function.
5705 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
5707         PR middle-end/80902
5708         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
5709         a call, force the call to not be a tail call.
5711 2017-06-23  Jeff Law  <law@redhat.com>
5713         * doc/contrib.texi: Add entry for Steven Pemberton's work on
5714         enquire.
5716 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
5718         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
5719         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
5720         handling for early expansion of vector shifts (sl,sr,sra,rl).
5721         (builtin_function_type): Add vector shift right instructions
5722         to the unsigned argument list.
5724 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5726         rtl-optimizatoin/79286
5727         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
5728         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
5729         trap.  PIC register plus a const unspec without offset can never trap.
5731 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
5733         * tree.h (builtin_structptr_type): New type.
5734         (builtin_structptr_types): Declare new array.
5735         * tree.c (builtin_structptr_types): New array.
5736         (free_lang_data, build_common_tree_nodes): Use it.
5738 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
5740         PR c++/81187
5741         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
5742         -Wnoexcept.
5744 2017-06-22  Matt Turner  <mattst88@gmail.com>
5746         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
5747         Lake models to skylake case.  Assume skylake for unknown
5748         models with clflushopt.
5750 2017-06-22  Jeff Law  <law@redhat.com>
5752         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
5753         frame sizes that do not satisfy aarch64_uimm12_shift.
5755 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
5757         * profile-count.h (apply_probability,
5758         apply_scale, probability_in): Fix checks for zero.
5760 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5762         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
5763         * doc/cppdiropts.texi (-I @var{dir}): Document it.
5765 2016-06-22  Richard Biener  <rguenther@suse.de>
5767         * tree-vect-loop.c (vect_model_reduction_cost): Handle
5768         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
5769         REDUC_MAX_EXPR support.
5770         (vectorizable_reduction): Likewise.
5771         (vect_create_epilog_for_reduction): Likewise.
5773 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
5775         * match.pd (A / (1 << B) -> A >> B): New.
5776         * generic-match-head.c: Include optabs-tree.h.
5777         * gimple-match-head.c: Likewise.
5778         * optabs-tree.h (target_supports_op_p): New.
5779         * optabs-tree.c (target_supports_op_p): New.
5781 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5783         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
5784         $gcc_cv_ld --help output.
5785         (gcc_cv_ld_demangle): Likewise.
5786         (gcc_cv_ld_eh_frame_hdr): Likewise.
5787         (gcc_cv_ld_pie): Likewise.
5788         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
5789         (gcc_cv_ld_buildid): Likewise.
5790         (gcc_cv_ld_sysroot): Likewise.
5791         (ld_bndplt_support): Likewise.
5792         (ld_pushpopstate_support): Likewise.
5793         * configure: Regenerate.
5794         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
5796 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
5798         PR target/81151
5799         * config/i386/sse.md (round<mode>2): Renumber match_dup and
5800         operands indexes to avoid gap between operands and match_dups.
5802 2017-06-21  Andrew Pinski  <apinski@cavium.com>
5804         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
5805         Increment Arith_shift and Arith_shift_reg by 1.
5806         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
5807         New tuning flag.
5808         * config/aarch64/aarch64.c (thunderx_tunings): Enable
5809         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
5810         (aarch64_strip_extend): Add new argument and test for it.
5811         (aarch64_cheap_mult_shift_p): New function.
5812         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
5813         add a cost if it is true.
5814         Update calls to aarch64_strip_extend.
5815         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
5817 2017-06-21  Andrew Pinski  <apinski@cavium.com>
5819         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
5820         tunings.
5821         (thunderxt88): Likewise.
5822         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
5823         (thunderx_prefetch_tune): New variable.
5824         (thunderx2t99_prefetch_tune): Update for the correct values.
5825         (thunderxt88_tunings): New variable.
5826         (thunderx_tunings): Use thunderx_prefetch_tune instead of
5827         generic_prefetch_tune.
5828         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
5830 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5832         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
5833         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
5834         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
5835         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
5836         (aarch64_atomic_cas<mode>, GPI): Likewise.
5838 2017-06-21  Martin Liska  <mliska@suse.cz>
5840         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
5841         statements on cold and hot labels.
5842         * predict.c (tree_estimate_probability_bb): Remove the
5843         prediction from this place.
5845 2017-06-21  Martin Liska  <mliska@suse.cz>
5847         PR tree-optimization/79489
5848         * gimplify.c (maybe_add_early_return_predict_stmt): New
5849         function.
5850         (gimplify_return_expr): Call the function.
5851         * predict.c (tree_estimate_probability_bb): Remove handling
5852         of early return.
5853         * predict.def: Update comment about early return predictor.
5854         * gimple-predict.h (is_gimple_predict): New function.
5855         * predict.def: Change default value of early return to 66.
5856         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
5857         statements.
5858         * passes.def: Put pass_strip_predict_hints to the beginning of
5859         IPA passes.
5861 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
5863         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
5864         FUNCTION_DECL declarations.
5865         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
5866         declarations.
5867         (dwaf2out_decl): Likewise.
5868         * godump.c (go_early_global_decl): Skip call to the real debug hook
5869         for FUNCTION_DECL declarations.
5870         * passes.c (rest_of_decl_compilation): Skip call to the
5871         early_global_decl debug hook for FUNCTION_DECL declarations, unless
5872         -fdump-go-spec is passed.
5874 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
5876         * config/i386/i386.c (struct builtin_isa): New field pure_p.
5877         Reorder for compactness.
5878         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
5879         (def_builtin_pure, def_builtin_pure2): New functions.
5880         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
5882 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
5884         * match.pd (nop_convert): New predicate.
5885         ((A +- CST1) +- CST2): Allow some NOP conversions.
5887 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
5889         PR c++/81130
5890         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
5891         with ctors/dtors if GOVD_SHARED is set.
5893 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
5895         * config/aarch64/aarch64.md (movti_aarch64):
5896         Emit mov rather than orr.
5897         (movtf_aarch64): Likewise.
5898         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
5899         Emit mov rather than orr.
5901 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
5903         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
5904         Swap alternatives, make integer dup more expensive.
5906 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
5908         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
5909         Return true for non-tls symbols.
5911 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
5913         * config/aarch64/aarch64-cores.def (cortex-a55): New.
5914         (cortex-a75): Likewise.
5915         (cortex-a75.cortex-a55): Likewise.
5916         * config/aarch64/aarch64-tune.md: Regenerate.
5917         * doc/invoke.texi (-mtune): Document new values for -mtune.
5919 2017-06-21  Tom de Vries  <tom@codesourcery.com>
5921         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
5922         stack_size feature.
5923         (Effective-Target Keywords, Other attributes): Suggest using
5924         dg-add-options stack_size feature to get stack limit in stack_size
5925         effective target documentation.
5927 2017-06-21  Julian Brown  <julian@codesourcery.com>
5928             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
5930         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
5931         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
5932         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
5933         reservation.
5934         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
5935         attribute type list for neon_multiply.
5936         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
5937         attribute type list for neon_multiply.
5938         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
5939         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
5940         attribute type list for neon_multiply.
5941         * config/arm/types.md (crypto_pmull): Add.
5942         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
5943         attribute type list.
5945 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
5947         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
5948         arm1176jzf-s.
5950 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
5952         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
5953         to make sure not to dereference a NULL cost_classes_ptr pointer.
5955 2017-06-20  Carl Love  <cel@us.ibm.com>
5957         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5958         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
5959         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
5960         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
5961         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
5962         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
5963         VMULOSW): New enum "unspec" values.
5964         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
5965         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
5966         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
5967         altivec_vmulosw): New patterns.
5968         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
5969         VMULOSW): Add definitions.
5971 2017-06-20  Julia Koval  <julia.koval@intel.com>
5973         * config/i386/i386.c: Fix rounding expand for new pattern.
5974         * config/i386/subst.md: Fix pattern (parallel -> unspec).
5976 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5978         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
5979         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
5981 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5983         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
5984         feature string.
5986 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5988         * config/aarch64/aarch64-cores.def: Rearrange to sort by
5989         architecture, then by implementer ID.
5990         * config/aarch64/aarch64-tune.md: Regenerate.
5992 2017-06-20  Richard Biener  <rguenther@suse.de>
5994         PR middle-end/81097
5995         * fold-const.c (split_tree): Fold to type before negating.
5997 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
5999         * diagnostic-show-locus.c
6000         (selftest::test_fixit_deletion_affecting_newline): New function.
6001         (selftest::diagnostic_show_locus_c_tests): Call it.
6003 2017-06-20  Andreas Schwab  <schwab@suse.de>
6005         PR target/80970
6006         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
6007         instead of "+d".
6009 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
6011         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
6012         __ARM_FEATURE_COPROC according to support.
6014 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
6016         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
6017         Rewritten to avoid overflow for > 32-bit pointers.
6019         PR sanitizer/81125
6020         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
6021         by removing enum keyword.
6022         (ubsan_type_descriptor): Likewise.  Formatting fix.
6024         PR target/81121
6025         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
6026         splitter): Require TARGET_SSE2 in the condition.
6028 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
6030         PR target/79799
6031         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
6032         for doing vector set of SFmode on ISA 3.0.
6033         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
6034         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
6035         element.
6036         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
6037         SFmode value into a V4SF variable that was extracted from another
6038         V4SF variable without converting the element to double precision
6039         and back to single precision vector format.
6040         (vsx_insert_extract_v4sf_p9_2): Likewise.
6042 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
6044         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
6045         in UWHI to avoid undefined overflow.
6047         PR sanitizer/81125
6048         * ubsan.h (enum ubsan_encode_value_phase): New.
6049         (ubsan_encode_value): Change second argument to
6050         enum ubsan_encode_value_phase with default value of
6051         UBSAN_ENCODE_VALUE_GENERIC.
6052         * ubsan.c (ubsan_encode_value): Change second argument to
6053         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
6054         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
6055         create_tmp_var_raw instead of create_tmp_var and use a
6056         TARGET_EXPR.
6057         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
6058         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
6059         ubsan_encode_value callers.
6061         PR sanitizer/81111
6062         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
6063         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
6064         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
6066 2017-06-19  Richard Biener  <rguenther@suse.de>
6068         PR middle-end/81118
6069         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
6070         estimates if we changed anything.
6072 2017-06-19  Richard Biener  <rguenther@suse.de>
6074         PR tree-optimization/80887
6075         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
6076         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
6077         simplified lookups, then reset mprts_hook.
6078         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
6079         simplifying.
6080         (try_to_simplify): Likewise.
6082 2017-06-19  Martin Liska  <mliska@suse.cz>
6084         PR sanitizer/80879
6085         * gimplify.c (gimplify_switch_expr):
6086         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
6088 2017-06-19  Martin Liska  <mliska@suse.cz>
6090         * doc/install.texi: Document that PGO runs in 4 stages.
6092 2017-06-19  Martin Liska  <mliska@suse.cz>
6094         PR ipa/80732
6095         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
6096         to dispatcher function name.
6097         * multiple_target.c (replace_function_decl): New function.
6098         (create_dispatcher_calls): Redirect both edges and references.
6100 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
6102         * profile-count.c (profile_count::dump): Dump quality.
6103         (profile_count::differs_from_p): Update for unsigned val.
6104         * profile-count.h (profile_count_quality): New enum.
6105         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
6107 2017-06-19  Richard Biener  <rguenther@suse.de>
6109         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
6110         struct function as arg.
6111         (estimate_numbers_of_iterations): Export overload with loop arg.
6112         (free_numbers_of_iterations_estimates_loop): Use an overload of
6113         free_numbers_of_iterations_estimates instead.
6114         * tree-cfg.c (remove_bb): Adjust.
6115         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
6116         * tree-parloops.c (gen_parallel_loop): Likewise.
6117         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
6118         Likewise.
6119         (tree_unroll_loops_completely): Likewise.
6120         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
6121         Use an overload instead and export.
6122         (estimated_loop_iterations): Adjust.
6123         (max_loop_iterations): Likewise.
6124         (likely_max_loop_iterations): Likewise.
6125         (estimate_numbers_of_iterations): Take struct function as arg
6126         and adjust.
6127         (loop_exits_before_overflow): Adjust.
6128         (free_numbers_of_iterations_estimates_loop): Use an overload.
6129         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
6130         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
6132 2017-06-19  Richard Biener  <rguenther@suse.de>
6134         PR ipa/81112
6135         * ipa-prop.c (find_constructor_constant_at_offset): Handle
6136         RANGE_EXPR conservatively.
6138 2017-06-16  Carl Love  <cel@us.ibm.com>
6140         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6141         definitions for vec_float, vec_float2, vec_floato,
6142         vec_floate built-ins.
6143         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
6144         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
6145         floate.
6146         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
6147         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
6148         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
6149         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
6150         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
6151         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
6152         vec_floato): Add builtin defines.
6153         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
6154         Update the built-in documentation file for the new built-in
6155         functions.
6157 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6159         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
6160         (mthumb): Mark as the negative of -marm.
6162 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6164         * doc/invoke.texi (ARM Options, -mcpu): Document supported
6165         extension options.
6166         (ARM Options, -mtune): Document that this accepts the same
6167         extension options as -mcpu.
6168         (ARM Options, -mfpu): Document addition of -mfpu=auto.
6170 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6172         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
6173         permitted extensions.
6175 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6177         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
6178         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
6179         (armv8-m.main): Add option +nodsp.
6180         * config/arm/arm-cpu-cdata.h: Regenerated.
6182 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6184         * config/arm/t-fuchsia: New file.
6185         * config.gcc (arm*-*-fuchsia*): Use it.
6187 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6189         * config/arm/t-symbian: Rewrite for new option infrastructure.
6191 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6193         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
6194         (MULTILIB_REQUIRED): Likewise.
6196 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6198         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
6199         (MULTILIB_RESUE): Likewise.
6200         (MULTILIB_MATCHES): Likewise.
6201         (MULTLIB_REQUIRED): Likewise.
6203 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6205         * config/arm/t-rtems: Rewrite for new option framework.
6207 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6209         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
6210         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
6211         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
6212         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
6213         * config/arm/t-multilib: ... here.
6214         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
6215         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
6216         armv7-a and armv8*-a when A-profile libraries have not been built.
6217         * config/arm/t-rmprofile: Rewrite.
6219 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6221         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
6222         with a backslash.  Remove the backslash after substituting unescaped
6223         periods.
6224         * doc/fragments.texi (MULTILIB_REUSE): Document it.
6226 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6228         * config.gcc: (arm*-*-*): When building a-profile libraries, force
6229         the driver to pass through the default setting of -mfloat-abi.
6230         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
6231         rather than NULL.
6232         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
6233         (all_feat_combs): New rule.
6234         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
6235         default libraries.
6236         * config/arm/t-aprofile: Rewrite.
6238 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6240         * config/arm/arm.h (FPUTYPE_AUTO): Define.
6241         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
6242         fpu is not specified by the user/command-line.
6243         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
6244         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
6245         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
6246         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
6247         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
6248         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
6250 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6252         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
6253         * config/arm/t-arm-elf: Rewritten.
6255 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6257         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
6258         have some floating-point instructions.
6259         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
6260         (TARGET_MAYBE_HARD_FLOAT): New macro.
6261         * config/arm/arm-builtins.c (arm_init_builtins): Use
6262         TARGET_MAYBE_HARD_FLOAT.
6263         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
6265 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6267         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
6268         (configargs.h): Include it.
6269         (arm_print_hint_for_fpu_option): New function.
6270         (arm_parse_fpu_option): New function.
6271         (candidate_extension): New class.
6272         (arm_canon_for_multilib): New function.
6273         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
6274         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
6275         (ARCH_CANONICAL_SPECS): New macro.
6276         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
6278 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6280         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
6281         are set after handling multilib fragments.  Set target_cpu_default2
6282         from with_cpu.
6284 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6286         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
6287         cpu name.
6288         (arm*-*-*): Set target_cpu_default2 to a quoted string.
6289         * config/arm/parsecpu.awk (check_cpu): Validate any extension
6290         options.
6291         (check_arch): Likewise.
6292         * config/arm/arm.c (arm_configure_build_target): Handle
6293         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
6294         options in the default.
6296 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6298         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
6299         when an option is an alias of another.
6300         * config/arm/parsecpu.awk (optalias): New parser token.
6301         (gen_comm_data): Mark non-alias options as such.  Emit entries
6302         for extension aliases.
6303         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
6304         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
6305         (armv6kz, armv6zk, armv6t2): Likewise.
6306         (armv7): Make vfpv3-d16 an alias.
6307         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
6308         canonical order.
6309         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
6310         Sort in canonical order.
6311         (armv8-a): Sort in canonical order.
6312         (armv8.1-a, armv8.2-a):  Likewise.
6313         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
6314         canonical order.
6315         (cortex-a9): Sort in canonical order.
6316         * config/arm/arm.c (selftests.h): Include it.
6317         (arm_test_cpu_arch_data): New function.
6318         (arm_run_self_tests): New function.
6319         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
6320         (targetm): Move declaration to the end of the file.
6321         * arm-cpu-cdata.h: Regenerated.
6323 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6325         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
6326         call to target_mode_check describing the type of option passed.
6327         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
6328         (arm_target_thumb_only): Use arm_parse_arch_option_name or
6329         arm_parse_cpu_option_name to match parameters against list of
6330         available targets.
6331         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
6332         arm_arch_core_flags data structure.
6333         * config/arm/arm-cpu_cdata.h: Regenerated.
6335 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6337         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
6338         config/arm/arm.c.
6339         (arm_print_hint_for_cpu_option): Likewise.
6340         (arm_print_hint_for_arch_option): Likewise.
6341         (arm_parse_cpu_option_name): Likewise.
6342         (arm_parse_arch_option_name): Likewise.
6343         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
6344         of entries in the all_fpus list.
6345         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
6346         (arm_parse_cpu_option_name): Declare.
6347         (arm_parse_arch_option_name): Declare.
6348         (arm_parse_option_features): Declare.
6349         (arm_intialize_isa): Declare.
6350         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
6351         data tables to ...
6352         (gen_comm_data): ... here.  Make definitions non-static.
6353         * config/arm/arm-cpu-data.h: Regenerated.
6354         * config/arm/arm-cpu-cdata.h: Regenerated.
6356 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6358         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
6359         (cpu_arch_extension): New structure.
6360         (cpu_arch_option, arch_option, cpu_option): New structures.
6361         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
6362         architecture types.
6363         (gen_data): Generate new format data tables.
6364         * config/arm/arm.c (cpu_tune): New structure.
6365         (cpu_option, processors): Delete.
6366         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
6367         (arm_print_hint_for_cpu_option): ... this and ...
6368         (arm_print_hint_for_arch_option): ... this.
6369         (arm_parse_arch_cpu_name): Delete.  Replace with ...
6370         (arm_parse_cpu_option_name): ... this and ...
6371         (arm_parse_arch_option_name): ... this.
6372         (arm_unrecognized_feature): Change type of target parameter to
6373         cpu_arch_option.
6374         (arm_parse_arch_cpu_features): Delete.  Replace with ...
6375         (arm_parse_option_features): ... this.
6376         (arm_configure_build_target): Rework to use new configuration data
6377         tables.
6378         (arm_print_tune_info): Rework for new configuration data tables.
6379         * config/arm/arm-cpu-data.h: Regenerated.
6380         * config/arm/arm-cpu.h: Regenerated.
6382 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6384         * Makefile.in (OBJS): Move sbitmap.o from here ...
6385         (OBJS-libcommon): ... to here.
6387 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6389         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
6390         (ISA_ALL_CRYPTO): New macro.
6391         (ISA_ALL_SIMD): New macro
6392         (ISA_ALL_FP): New macro.
6393         * config/arm/arm.c (fpu_bitlist): Update initializer.
6394         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
6395         simd or fp.
6396         (arm9e): Add fpu.  Add option for nofp
6397         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
6398         (arm926ej-s, arm1026ej-s): Likewise.
6399         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
6400         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
6401         neon-fp16, neon-vfpv4, nofp and nosimd.
6402         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
6403         (cortex-a8): Add fpu.  Add option for nofp.
6404         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
6405         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
6406         (cortex-r4f): Add fpu.
6407         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
6408         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
6409         for nofp.
6410         (cortex-r8): Likewise.
6411         (cortex-m4): Add fpu.  Add option for nofp.
6412         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
6413         (cortex-a17.cortex-a7): Likewise.
6414         (cortex-a32): Add fpu.  Add options for crypto and nofp.
6415         (cortex-a35, cortex-a53): Likewise.
6416         (cortex-a57): Add fpu.  Add option for crypto.
6417         (cortex-a72, cortex-a73): Likewise.
6418         (exynos-m1): Likewise.
6419         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
6420         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
6421         (cortex-m33): Add fpu.  Add option for nofp.
6422         * config/arm/arm-cpu-cdata.h: Regenerated
6423         * config/arm/arm-cpu-data.h: Regenerated.
6425 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6427         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
6428         (armv5te, armv5tej): Likewise.
6429         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
6430         (armv7): Add options fp and vfpv3-d16.
6431         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
6432         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
6433         nofp and nosimd.
6434         (armv7ve): Likewise.
6435         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
6436         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
6437         (armv8-a): Add nocrypto option.
6438         (armv8.1-a, armv8.2-a): Likewise.
6439         (armv8-m.main): add options fp, fp.dp and nofp.
6441 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6443         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
6444         nofp.
6445         (armv8-a+crc): Delete.
6446         (armv8.1-a): Add options simd, crypto and nofp.
6447         (armv8.2-a): Add options fp16, simd, crypto and nofp.
6448         (armv8.2-a+fp16): Delete.
6449         (armv8-m.main): Add option dsp.
6450         (armv8-m.main+dsp): Delete.
6451         (cortex-a8): Add fpu.  Add nofp option.
6452         (cortex-a9): Add fpu.  Add nofp and nosimd options.
6453         * config/arm/parsecpu.awk (gen_data): Generate option tables and
6454         link to main cpu and architecture data structures.
6455         (gen_comm_data): Only put isa attributes from the main architecture
6456         in common tables.
6457         (option): New statement for architecture and CPU entries.
6458         * arm.c (struct cpu_option): New structure.
6459         (struct processors): Add entry for options.
6460         (arm_unrecognized_feature): New function.
6461         (arm_parse_arch_cpu_name): Ignore any characters after the first
6462         '+' character.
6463         (arm_parse_arch_cpu_feature): New function.
6464         (arm_configure_build_target): Separate out any CPU and architecture
6465         features and parse separately.  Don't error out if -mfpu=auto is
6466         used with only an architecture string.
6467         (arm_print_asm_arch_directives): New function.
6468         (arm_file_start): Call it.
6469         * config/arm/arm-cpu-cdata.h: Regenerated.
6470         * config/arm/arm-cpu-data.h: Likewise.
6471         * config/arm/arm-tables.opt: Likewise.
6473 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6475         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
6476         assembler when it is not -mfpu=auto.
6478 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6480         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
6481         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
6482         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
6483         (ASM_CPU_SPEC): Rewrite.
6484         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
6485         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
6486         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
6487         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
6488         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
6489         copied string is NUL-terminated.  Also strip any characters prefixed
6490         by '+'.
6491         (arm_rewrite_selected_arch): New function.
6492         (arm_rewrite_march): New function.
6494 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
6496         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
6497         (x_arm_cpu_string, x_arm_tune_string): Likewise.
6498         (march, mcpu, mtune): Convert to string-based options.
6499         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
6500         (arm_parse_arch_cpu_name): New function.
6501         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
6502         identify selected architecture or CPU.
6503         (arm_option_save): New function.
6504         (TARGET_OPTION_SAVE): Redefine.
6505         (arm_option_restore): Restore string options.
6506         (arm_option_print): Print string options.
6508 2017-06-16  Martin Sebor  <msebor@redhat.com>
6510         PR tree-optimization/80933
6511         PR tree-optimization/80934
6512         * builtins.c (fold_builtin_3): Do not handle bcmp here.
6513         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
6514         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
6515         (gimple_fold_builtin): Call them.
6517 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6519         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
6520         as unlikely; update profile.
6522 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6524         * predict.c (force_edge_cold): Handle declaring edges impossible
6525         more aggresively.
6527 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6529         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
6530         profile.
6531         (try_unroll_loop_completely): Fix reporting.
6533 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6535         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
6537 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
6539         PR target/71778
6540         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
6541         if given a non-constant argument for an intrinsic which requires a
6542         constant.
6544 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6546         * profile.c (compare_freqs): New function.
6547         (branch_prob): Sort edge list.
6548         (find_spanning_tree): Assume that the list is priority sorted.
6550 2017-06-16  Richard Biener  <rguenther@suse.de>
6552         PR tree-optimization/81090
6553         * passes.def (pass_record_bounds): Remove.
6554         * tree-pass.h (make_pass_record_bounds): Likewise.
6555         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
6556         make_pass_record_bounds): Likewise.
6557         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
6558         not free niter estimates at the beginning but at the end.
6559         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
6561 2017-06-16  Richard Biener  <rguenther@suse.de>
6563         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
6564         initializer to workaround ICE in host GCC 4.8.
6566 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
6568         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
6569         counts.
6570         (clone_inlined_nodes): Update.
6572 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
6574         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
6575         prefetch settings, and enable prefetching by default at -O3.
6577 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
6579         * config/aarch64/aarch64.c (aarch64_override_options_internal):
6580         Set flag_prefetch_loop_arrays according to tuning data.
6582 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
6584         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
6585         New tune structure.
6586         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
6587         [Unrelated to main purpose of the patch] Place the pointer field last
6588         to enable type checking errors when tune structure are wrongly merged.
6589         * config/aarch64/aarch64.c (generic_prefetch_tune,)
6590         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
6591         (thunderx2t99_prefetch_tune): New tune constants.
6592         (tune_params *_tunings): Update all tunings (no functional change).
6593         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
6594         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
6595         from tunings structures.
6597 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
6599         PR sanitizer/81094
6600         * ubsan.c (instrument_null): Add T argument, use it instead
6601         of computing it based on IS_LHS.
6602         (instrument_object_size): Likewise.
6603         (pass_ubsan::execute): Adjust instrument_null and
6604         instrument_object_size callers to pass gimple_get_lhs or
6605         gimple_assign_rhs1 result to it.  Use instrument_null instead of
6606         calling get_base_address and instrument_mem_ref.  Handle
6607         aggregate call arguments for object-size sanitization.
6609 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
6611         PR tree-optimization/81089
6612         * tree-vrp.c (is_masked_range_test): Validate operands of
6613         subexpression.
6615 2017-06-15  Martin Sebor  <msebor@redhat.com>
6617         PR c++/80560
6618         * dumpfile.c (dump_register): Avoid calling memset to initialize
6619         a class with a default ctor.
6620         * gcc.c (struct compiler): Remove const qualification.
6621         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
6622         * hash-table.h: Ditto.
6623         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
6624           assignment.
6625         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
6626         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
6627         default ctor.
6628         * params.h (struct param_info): Make struct members non-const.
6629         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
6630         with default initialization.
6631         * vec.h (vec_copy_construct, vec_default_construct): New helper
6632         functions.
6633         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
6634         with vec_copy_construct.
6635         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
6636         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
6637         * doc/invoke.texi (-Wclass-memaccess): Document.
6639 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6641         * emit-rtl.h (is_leaf): Update comment about local
6642         register allocator.
6644 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
6646         PR target/78818
6647         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
6648         for a variable to have a section before checking if the section has a
6649         name.
6650         Set section to.persistent if persistent attribute is set.
6651         Warn if .persistent attribute is used on an automatic variable.
6653 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
6655         PR rtl-optimization/80474
6656         * reorg.c (update_block): Do not ignore instructions in a delay slot.
6658 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
6660         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
6661         of REGNO.
6663 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
6665         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
6666         (casesi): Emit bounds checking as RTL.
6667         (casesi_internal_mips16_<mode>): Remove bounds checking.
6669 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
6671         * config/xtensa/xtensa.c (xtensa_option_override): Append
6672         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
6673         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
6674          xtensa_doloop_hooks): Define unconditionally.
6675         (xtensa_reorg_loops): Only call reorg_loops in the presence of
6676         TARGET_LOOPS.
6677         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
6678         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
6679         for it in xtensa_option_override.
6680         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
6681          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
6683 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
6685         * doc/cppopts.texi: Document '-' special value to -MF.
6687 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
6689         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
6690         (cortex_a53_fconst): Likewise.
6691         (cortex_a53_fpmul): Likewise.
6692         (cortex_a53_f_load_64): Likewise.
6693         (cortex_a53_f_load_many): Likewise.
6694         (cortex_a53_advsimd_alu): Likewise.
6695         (cortex_a53_advsimd_alu_q): Likewise.
6696         (cortex_a53_advsimd_mul): Likewise.
6697         (cortex_a53_advsimd_mul_q): Likewise.
6698         (fpmac bypass): Add new bypass for fpmac-fpmac case.
6699         Add missing fmul, r2f_cvt and fconst cases.
6701 2017-06-14  Richard Biener  <rguenther@suse.de>
6703         PR middle-end/81088
6704         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
6705         literal constants.
6706         (fold_binary_loc): When associating do not treat pre-existing
6707         TREE_OVERFLOW on literal constants as a reason to allow
6708         TREE_OVERFLOW on associated literal constants.
6710 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
6712         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
6713         (MASK_FEATURES): New macro.
6714         * config/sparc/sparc.c (sparc_option_override): Remove the special
6715         handling of -mfpu and generalize it to all MASK_FEATURES switches.
6717 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
6719         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
6720         a division of 0 if non-call exceptions are enabled.
6722 2017-06-14  Andrew Pinski  <apinski@cavium.com>
6723             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
6725         PR target/71663
6726         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
6727         Improve vector initialization code gen for only variable case.
6729 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
6731         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
6733 2017-06-14  Richard Biener  <rguenther@suse.de>
6735         PR tree-optimization/81083
6736         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
6737         as values.
6739 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6741         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
6742         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
6743         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
6744         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
6745         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
6746         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
6748 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6750         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
6751         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
6753 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6755         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
6757 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6759         * config/rs6000/t-rtems: Don't handle SPE.
6761 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6763         * config/rs6000/t-linux: Don't handle SPE.
6765 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6767         * config/rs6000/eabispe.h: Delete file.
6769 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6771         * config/rs6000/t-spe: Delete file.
6773 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6775         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
6776         (rs6000_legitimate_offset_address_p): Return false for anything in
6777         V2SImode or V2SFmode.
6779 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
6781         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
6782         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
6783         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
6784         and V4HImode.
6785         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
6786         (rs6000_legitimate_offset_address_p): Ditto.
6787         (rs6000_emit_move): Ditto.
6788         (rs6000_init_builtins): Remove V4HI_type_node.
6790 2017-06-13  Martin Liska  <mliska@suse.cz>
6792         PR sanitize/78204
6793         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
6794         (gate_asan): Likewise.
6795         * asan.h (asan_no_sanitize_address_p): Remove the function.
6796         (sanitize_flags_p): New function.
6797         * builtins.def: Fix coding style.
6798         * common.opt: Use renamed enum value.
6799         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
6800         * doc/extend.texi: Document no_sanitize attribute.
6801         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
6802         to SANITIZE_UNDEFINED_NONDEFAULT.
6803         * gcc.c (sanitize_spec_function): Use the renamed enum value.
6804         * gimple-fold.c (optimize_atomic_compare_exchange_p):
6805         Use sanitize_flags_p.
6806         * gimplify.c (gimplify_function_tree): Likewise.
6807         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
6808         * opts.c (parse_no_sanitize_attribute): New function.
6809         (common_handle_option): Use renamed enum value.
6810         * opts.h (parse_no_sanitize_attribute): Declare.
6811         * tree.c (sanitize_flags_p): New function.
6812         * tree.h: Declared here.
6813         * tsan.c: Use sanitize_flags_p.
6814         * ubsan.c (ubsan_expand_null_ifn): Likewise.
6815         (instrument_mem_ref): Likewise.
6816         (instrument_bool_enum_load): Likewise.
6817         (do_ubsan_in_current_function): Remove the function.
6818         (pass_ubsan::execute): Use sanitize_flags_p.
6819         * ubsan.h: Remove do_ubsan_in_current_function
6820         * tree-cfg.c (print_no_sanitize_attr_value): New function.
6821         (dump_function_to_file): Use it here.
6823 2017-06-13  Martin Jambor  <mjambor@suse.cz>
6825         PR tree-optimization/80803
6826         PR tree-optimization/81063
6827         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
6828         (propagate_subaccesses_across_link): Enqueue subtree whenever
6829         necessary instead of relying on the caller.
6831 2017-06-13  Martin Jambor  <mjambor@suse.cz>
6833         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
6834         that have a first_link.
6835         (sort_and_splice_var_accesses): Do not check first_link before
6836         enquing.
6837         (subtree_mark_written_and_enqueue): Likewise.
6838         (propagate_all_subaccesses): Likewise and do not stop at first
6839         parent with a first_link.
6841 2017-06-13  Martin Jambor  <mjambor@suse.cz>
6843         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
6844         instead of f.
6846 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
6848         * match.pd: New pattern.
6850 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
6852         * tree-vrp.c (is_masked_range_test): New function.
6853         (register_edge_assert_for): Determine ranges for
6854         some bit tests.
6856 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
6858         PR tree-optimization/67328
6859         * fold-const.c (maskable_range_p): New function.
6860         (build_range_check): Generate bittests if possible.
6862 2017-06-13  Martin Liska  <mliska@suse.cz>
6864         * gimple-pretty-print.c (dump_probability): Add new argument.
6865         (dump_edge_probability): Dump both probability and count.
6866         (dump_gimple_label): Likewise.
6867         (dump_gimple_bb_header): Likewise.
6869 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
6871         PR target/81072
6872         * config/avr/avr-devices.c: Fix indentation.
6873         * config/avr/gen-avr-mmcu-specs.c: Dito.
6875 2017-06-13  Richard Biener  <rguenther@suse.de>
6877         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
6878         instead get vector type from stmt_info.
6879         (vectorizable_reduction): Adjust.  Remove dead code.
6881 2017-06-13  Richard Biener  <rguenther@suse.de>
6883         PR middle-end/81065
6884         * fold-const.c (extract_muldiv_1): Remove bogus distribution
6885         case of C * (x * C2 + C3).
6886         (fold_addr_of_array_ref_difference): Properly fold index difference.
6888 2017-06-12  David S. Miller  <davem@davemloft.net>
6890         PR target/80968
6891         * config/sparc/sparc.md (return expander): Emit frame blockage if
6892         function uses alloca.
6894 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
6896         * combine.c (make_field_assignment): Check len rather than the mode
6897         precision when calling force_to_mode.
6899 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
6901         Support multilibs and devices that see flash in RAM address range.
6903         PR target/81072
6904         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
6905         (avr_mcu_t) <flash_pm_offset>: New field.
6906         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
6907         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
6908         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
6909         (AVR_TINY_PM_OFFSET): Remove macro.
6910         * config/avr/avr.opt (-mshort-calls): New option.
6911         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
6912         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
6913         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
6914         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
6915         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
6916         instead of avr_arch->have_jmp_call.
6917         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
6918         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
6919         avr_arch->flash_pm_offset to define.
6920         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
6921         new field flash_pm_offset.  Add entry for avrxmega3.
6922         (avr_texinfo): Add entry for avrxmega3.
6923         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
6924         attiny212, attiny214,
6925         attiny412, attiny414, attiny416, attiny417,
6926         attiny814, attiny816, attiny817,
6927         attiny1614, attiny1616, attiny1617,
6928         attiny3214, attiny3216, attiny3217.
6929         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
6930         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
6931         (avr_print_operand_address) [AVR_TINY]: Same.
6932         (avr_asm_init_sections) <readonly_data_section>: Only patch
6933         callback if avr_arch->flash_pm_offset = 0.
6934         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
6935         for rodata if avr_arch->flash_pm_offset != 0.
6936         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
6937         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
6938         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
6939         (m_options): Append opt_rcall.
6940         (m_dirnames): Append dir_rcall.
6941         * config/avr/t-multilib: Regenerate.
6943         * configure.ac [target=avr]: Check whether avrxmega3 default
6944         linker description file works as needed.
6945         * configure: Regenerate.
6946         * doc/avr-mmcu.texi: Regenerate.
6947         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
6948         <__AVR_ARCH__>: Document avrxmega3 and 103.
6949         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
6950         <__AVR_SHORT_CALLS__>: Document it.
6951         <__AVR_PM_BASE_ADDRESS__>: Document it.
6952         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
6953         (AVR Variable Attributes) <progmem>: Document this is
6954         not needed for avrxmega3.
6955         (AVR Named Address Spaces) <__flash>: Dito.
6957 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
6959         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
6961 2017-06-12  Doug Rupp  <rupp@adacore.com>
6963         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
6964         Append vxworks-stdint.h to the tm_file list.
6965         * config/vxworks-stdint.h: New file.
6967 2017-06-12  Martin Liska  <mliska@suse.cz>
6969         PR tree-optimization/81041
6970         * tree-profile.c (gimple_gen_ic_func_profiler):
6971         Create an extra BB in profile-generate
6972         (gimple_gen_time_profiler): Likewise.
6974 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
6976         PR tree-optimization/81003
6977         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
6978         (update_range_test): Use it instead of force_gimple_operand_gsi.
6980 2017-06-12  Richard Biener  <rguenther@suse.de>
6982         PR tree-optimization/81053
6983         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
6984         with backedge value not defined in loop.  Simplify def stmt
6985         compute.
6987 2017-06-11  Tom de Vries  <tom@codesourcery.com>
6989         PR target/79939
6990         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
6991         Return true.
6992         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
6993         nvptx_cannot_force_const_mem.
6995 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
6997         * opts.c (finish_options): Move test for flag_split_stack after
6998         it has been initialized.
7000 2017-06-11  Jason Merrill  <jason@redhat.com>
7002         * tree.h (id_equal): New.
7003         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
7004         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
7005         instead of strcmp of IDENTIFIER_POINTER.
7007 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
7009         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
7010         (mark_all_inlined_calls_cdtor): Fix formating.
7011         (inline_transform): Rescale profile before inlining.
7013 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
7015         * cgraph.h (cgraph_edge::clone): Update prototype.
7016         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
7017         (cgraph_node::create_clone): Update.
7018         (cgraph_node::create_version_clone): Update.
7019         * tree-inline.c (copy_bb): Update.
7020         (expand_call_inline): Update.
7022 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
7024         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
7025         factored out from ...
7026         (rs6000_emit_prologue): ... here.
7028 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
7030         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
7031         factored out from ...
7032         (rs6000_emit_prologue): ... here.
7034 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
7036         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
7037         edge counts.
7038         (handle_missing_profiles): Fix computation of tp_first_run.
7039         (counts_to_freqs): Do not touch freqs when count is 0.
7041 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
7043         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
7044         profile.
7046 2017-06-10  Tom de Vries  <tom@codesourcery.com>
7048         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
7049         attributes): Document signal effective target.
7051 2017-06-10  Tom de Vries  <tom@codesourcery.com>
7053         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
7054         Document effective target stack_size.
7056 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
7058         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
7059         to the edit_context if they can be auto-applied.
7061 2017-06-9  Ian Lance Taylor  <iant@golang.org>
7063         * opts.c (finish_options): If -fsplit-stack, disable implicit
7064         -forder-blocks-and-partition.
7065         * doc/invoke.texi (Optimize Options): Document that when using
7066         -fsplit-stack -forder-blocks-and-partition is not implicitly
7067         enabled.
7069 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
7071         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
7072         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
7073         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
7074         * builtins.def (abort, trap, unreachable): Declare cold.
7075         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
7076         * tree-core.h (ECF_COLD): New.
7077         * tree.c (set_call_expr_flags): Handle ECF_COLD.
7078         (build_common_builtin_nodes): Mark unreachable and abort as cold.
7080 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
7082         * predict.c (unlikely_executed_stmt_p): Cleanup.
7084 2017-06-09  Richard Biener  <rguenther@suse.de>
7086         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
7087         model if the ref is always written to.
7089 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
7091         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
7093 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
7095         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
7096         than udiv.
7098 2017-06-09  Tom de Vries  <tom@codesourcery.com>
7100         PR target/80855
7101         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
7102         "target cannot support label values" when encountering LABEL_REF.
7104 2017-06-09  Martin Liska  <mliska@suse.cz>
7106         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
7107         (gimple_gen_ic_func_profiler): Emit direct comparison
7108         of __gcov_indirect_call_callee with NULL.
7109         (gimple_gen_time_profiler): Change probability from
7110         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
7112 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
7114         * profile.c (edge_gcov_counts): Turn to pointer.
7115         (compute_branch_probabilities, compute_branch_probabilities): Update.
7116         (branch_prob): Do not clear edge_gcov_count.
7117         * profile.h (edge_gcov_counts): Turn to pointer.
7118         (edge_gcov_count): Update.
7120 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
7122         * gimple.h (gimple_check_failed): Mark cold.
7124 2017-06-09  Richard Biener  <rguenther@suse.de>
7126         PR tree-optimization/66623
7127         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
7128         refactor check_reduction into two parts, properly computing
7129         whether we have to check reduction validity for outer loop
7130         vectorization.
7132 2017-06-09  Richard Biener  <rguenther@suse.de>
7134         PR tree-optimization/79483
7135         * graphite-scop-detection.c (order): New global.
7136         (get_order): Compute bb to order mapping that satisfies code
7137         generation constraints.
7138         (cmp_pbbs): New helper.
7139         (build_scops): Start domwalk at entry block, sort generated
7140         pbbs.
7142 2017-06-09  Richard Biener  <rguenther@suse.de>
7144         PR middle-end/81007
7145         * ipa-polymorphic-call.c
7146         (ipa_polymorphic_call_context::restrict_to_inner_class):
7147         Skip FIELD_DECLs with error_mark_node type.
7148         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
7149         last again.
7151 2017-06-09  Martin Liska  <mliska@suse.cz>
7153         * predict.c (struct branch_predictor): New struct.
7154         (test_prediction_value_range): New test.
7155         (predict_c_tests): New function.
7156         * selftest-run-tests.c (selftest::run_tests): Run the function.
7157         * selftest.h: Declare new tests.
7159 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
7161         PR target/80966
7162         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
7163         gen_add3_insn did not fail.
7164         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
7165         r0, construct that number in a temporary reg and add that reg to r0.
7166         If asked to put the result in r0 as well, fail.
7168 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
7170         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
7171         for early expansion of vec_eqv.
7173 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
7175         PR middle-end/81005
7176         * ubsan.c (instrument_null): Avoid pointless code temporary.
7177         (pass_ubsan::execute): Instrument aggregate arguments of calls.
7179 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
7181         PR target/81015
7182         Revert:
7183         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
7185         PR target/59874
7186         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
7187         (*clzhi2): Ditto.
7189 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7191         * predict.c (unlikely_executed_edge_p): Move ahead.
7192         (probably_never_executed_edge_p): Use it.
7194 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
7196         PR middle-end/79988
7197         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
7198         gimple_call_builtin_p call.
7200 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7202         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
7203         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
7204         rtl_check_failed_type2, rtl_check_failed_code1,
7205         rtl_check_failed_code2, rtl_check_failed_code_mode,
7206         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
7207         rtvec_check_failed_bounds, rtl_check_failed_flag,
7208         _fatal_insn_not_found, _fatal_insn): Likewise.
7209         * tree.h (tree_contains_struct_check_failed,
7210         tree_check_failed, tree_not_check_failed,
7211         tree_class_check_failed, tree_range_check_failed,
7212         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
7213         tree_vec_elt_check_failed, phi_node_elt_check_failed,
7214         tree_operand_check_failed, omp_clause_check_failed,
7215         omp_clause_operand_check_failed, omp_clause_range_check_failed):
7216         Likewise.
7218 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7220         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
7221         flag_branch_probabilities.
7222         * ipa-inline.c (edge_badness): Likewise.
7223         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
7224         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
7225         * predict.c (maybe_hot_frequency_p): Likewise.
7226         (probably_never_executed): Likewise.
7227         * sched-ebb.c (schedule_ebbs): Likewise.
7228         * sched-rgn.c (find_single_block_region): Likewise.
7229         * tracer.c (tail_duplicate): Likewise.
7231 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7233         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
7234         longer requires x_flag_profile_use.
7236 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7238         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
7239         instead of flag_reorder_blocks_and_partition.
7240         * dbxout.c (dbxout_function_end): Likewise.
7241         * dwarf2out.c (gen_subprogram_die): Likewise.
7242         * haifa-sched.c (sched_create_recovery_edges): Likewise.
7243         * hw-doloop.c (reorg_loops): Likewise.
7244         * varasm.c (assemble_start_function,
7245         assemble_end_function): Likewise.
7246         (decide_function_section): Do not check for
7247         flag_reorder_blocks_and_partition.
7249 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
7251         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
7252         New function.
7253         (chkp_get_hard_register_fake_addr_expr): Ditto.
7254         (chkp_build_addr_expr): Add check for hard reg case.
7255         (chkp_parse_array_and_component_ref): Ditto.
7256         (chkp_find_bounds_1): Ditto.
7257         (chkp_process_stmt): Don't generate bounds store for
7258         hard reg case.
7260 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7262         * predict.c (maybe_hot_bb_p): Do not check profile status.
7263         (maybe_hot_edge_p): Likewise.
7264         (probably_never_executed): Check for zero counts even if profile
7265         is not read.
7266         (unlikely_executed_edge_p): New function.
7267         (unlikely_executed_stmt_p): New function.
7268         (unlikely_executed_bb_p): New function.
7269         (set_even_probabilities): Use unlikely predicates.
7270         (combine_predictions_for_bb): Likewise.
7271         (predict_paths_for_bb): Likewise.
7272         (predict_paths_leading_to_edge): Likewise.
7273         (determine_unlikely_bbs): New function.
7274         (estimate_bb_frequencies): Use it.
7275         (compute_function_frequency): Use zero counts even if profile is
7276         not read.
7277         * profile-count.h: Fix typo.
7279 2017-08-08  Julia Koval  <julia.koval@intel.com>
7281         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
7282         _mm512_mask_cvtsepi16_storeu_epi8,
7283         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
7284         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
7285         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
7286         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
7287         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
7288         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
7289         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
7290         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
7291         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
7292         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
7293         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
7294         __builtin_ia32_pmovuswb256mem_mask,
7295         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
7296         __builtin_ia32_pmovwb512mem_mask): New builtins.
7298 2017-08-08  Julia Koval  <julia.koval@intel.com>
7300         PR target/73350,80862
7301         * config/i386/subst.md (round): Fix round pattern.
7302         * config/i386/i386.c (ix86_erase_embedded_rounding):
7303         Fix erasing rounding for the fixed pattern.
7305 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
7307         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
7309 2017-06-08  Martin Liska  <mliska@suse.cz>
7311         PR gcov-profile/80911
7312         * gcov.c (block_info::block_info): New constructor.
7314 2017-06-07  Carl Love  <cel@us.ibm.com>
7316         * config/rs6000/rs6000-c: The return type of the following
7317         built-in functions was implemented as int not long long.  Fix sign
7318         of return value for the unsigned version of vec_mulo and vec_mule.
7319         vector unsigned long long vec_bperm (vector unsigned long long,
7320                                              vector unsigned char)
7321         vector signed long long vec_mule (vector signed int,
7322                                           vector signed int)
7323         vector unsigned long long vec_mule (vector unsigned int,
7324                                             vector unsigned int)
7325         vector signed long long vec_mulo (vector signed int,
7326                                           vector signed int)
7327         vector unsigned long long vec_mulo (vector unsigned int,
7328                                             vector unsigned int)
7329         * doc/extend.texi: Fix the documentation for the built-in
7330         functions.
7332 2017-06-07  Carl Love  <cel@us.ibm.com>
7334         PR target/80982
7335         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
7336         for BE.
7338 2017-06-07  Carl Love  <cel@us.ibm.com>
7340         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
7341         support, Generate       doublehv for signed int/float for BE case only.
7343 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
7345         * doc/invoke.texi (mcx16): Rewrite.
7347 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7349         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
7350         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
7351         *mov<mode>_softfloat, and an anonymous splitter): Use
7352         nonimmediate_operand instead of rs6000_nonimmediate_operand.
7354 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7356         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
7357         SPEFSCR registers.
7358         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
7359         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
7360         (rs6000_debug_reg_global): Adjust.
7361         (rs6000_init_hard_regno_mode_ok): Adjust.
7362         (rs6000_dbx_register_number): Adjust.
7363         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
7364         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
7365         Remove SPE_ACC and SPEFSCR.
7366         (REG_ALLOC_ORDER): Ditto.
7367         (FRAME_POINTER_REGNUM): Change to 111.
7368         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
7369         (REG_CLASS_NAMES): Ditto.
7370         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
7371         (REGISTER_NAMES): Ditto.
7372         (ADDITIONAL_REG_NAMES): Ditto.
7373         (rs6000_reg_names): Ditto.
7374         * config/rs6000/rs6000.md: Renumber some register number
7375         define_constants.
7377 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7379         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
7380         registers.
7381         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
7382         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
7383         to 117.
7384         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
7385         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
7386         Delete the SPE high registers.
7387         (REG_ALLOC_ORDER): Ditto.
7388         (enum reg_class): Remove SPE_HIGH_REGS.
7389         (REG_CLASS_NAMES): Ditto.
7390         (REG_CLASS_CONTENTS): Delete the SPE high registers.
7391         (REGISTER_NAMES): Ditto.
7392         (rs6000_reg_names): Ditto.
7393         * doc/tm.texi.in: Remove SPE as example.
7394         * doc/tm.texi: Regenerate.
7396 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7398         * config/rs6000/8540.md (ppc8540_brinc): Delete.
7399         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
7400         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
7401         * config/rs6000/rs6000.md (type): Remove "brinc".
7403 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7405         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
7406         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
7407         * config/rs6000/linuxspe.h: Delete file.
7408         * config/rs6000/rs6000.md: Don't include spe.md.
7409         * config/rs6000/spe.h: Delete file.
7410         * config/rs6000/spe.md: Delete file.
7411         * config/rs6000/t-rs6000: Remove spe.md.
7413 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7415         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
7416         (reg_or_none500mem_operand): Delete.
7417         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
7418         instead of reg_or_none500mem_operand.
7420 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7422         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
7423         handling of SPE flags.
7424         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
7426 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7428         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
7429         SPE ABI handling.
7430         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
7431         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
7432         paired_divv2sf3): Similar.
7433         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
7434         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
7435         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
7436         RS6000_BUILTIN_S.
7437         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
7438         Rename the paired_* instruction patterns.
7439         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
7440         define __SPE__.
7441         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
7442         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
7443         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
7444         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
7445         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
7446         PAIRED_VECTOR_MODE.
7447         (struct machine_function): Delete field spe_insn_chain_scanned_p.
7448         (spe_func_has_64bit_regs_p): Delete.
7449         (spe_expand_predicate_builtin): Delete.
7450         (spe_expand_evsel_builtin): Delete.
7451         (TARGET_DWARF_REGISTER_SPAN): Do not define.
7452         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
7453         (invalid_e500_subreg): Delete.
7454         (rs6000_legitimize_address): Always force_reg op2 as well, for
7455         paired single memory accesses.
7456         (rs6000_member_type_forces_blk): Delete.
7457         (rs6000_spe_function_arg): Delete.
7458         (rs6000_expand_unop_builtin): Delete SPE handling.
7459         (rs6000_expand_binop_builtin): Ditto.
7460         (spe_expand_stv_builtin): Delete.
7461         (bdesc_2arg_spe): Delete.
7462         (spe_expand_builtin): Delete.
7463         (spe_expand_predicate_builtin): Delete.
7464         (spe_expand_evsel_builtin): Delete.
7465         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
7466         (spe_init_builtins): Delete.
7467         (spe_func_has_64bit_regs_p): Delete.
7468         (savres_routine_name): Delete "info" parameter.  Adjust callers.
7469         (rs6000_emit_stack_reset): Ditto.
7470         (rs6000_dwarf_register_span): Delete.
7471         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
7472         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
7473         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
7474         Delete.
7475         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
7476         Delete.
7477         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
7478         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
7479         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
7480         mulv2sf3, divv2sf3): Delete expanders.
7482 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7484         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
7486 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7488         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
7489         * config/rs6000/rs6000.c: Ditto.
7491 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7493         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
7494         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
7495         comparison_operator.
7497 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7499         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
7500         * config/rs6000/rs6000.opt: Ditto.
7501         * config/rs6000/t-rtems: Ditto.
7503 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7505         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
7506         TARGET_E500_SINGLE by 0, simplify.
7507         * config/rs6000/rs6000.c: Ditto.
7508         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
7509         (spe_build_register_parallel): Delete.
7510         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
7511         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
7512         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
7513         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
7514         (E500_CONVERT): Delete.
7515         * config/rs6000/spe.md: Remove many patterns and all define_constants.
7517 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
7519         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
7520         * config/rs6000/dfp.md: Ditto.
7521         (negdd2, *negdd2_fpr): Merge.
7522         (absdd2, *absdd2_fpr): Merge.
7523         (negtd2, *negtd2_fpr): Merge.
7524         (abstd2, *abstd2_fpr): Merge.
7525         * config/rs6000/e500.h: Delete file.
7526         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
7527         TARGET_FPRS by 1 and simplify.
7528         * config/rs6000/rs6000-c.c: Ditto.
7529         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
7530         TARGET_DF_SPE by 0.
7531         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
7532         TARGET_DF_SPE.
7533         * config/rs6000/rs6000.md: Ditto.
7534         (floatdidf2, *floatdidf2_fpr): Merge.
7535         (move_from_CR_gt_bit): Delete.
7536         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
7537         (E500_CR_IOR_COMPARE): Delete.
7538         (All patterns that require !TARGET_FPRS): Delete.
7539         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
7541 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7543         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
7545 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7547         * graphds.c (add_edge): Intitialize edge's attached data.
7548         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
7549         pointer parameter.  Call pointed function on each edge during
7550         graph traversing.  Skip traversing the edge when the function
7551         returns true.
7552         (graphds_dfs, graphds_scc): Ditto.
7553         (for_each_edge): New parameter.  Pass the new parameter to callback
7554         function.
7555         * graphds.h (skip_edge_callback): New function pointer type.
7556         (graphds_dfs, graphds_scc): New function pointer parameter.
7557         (graphds_edge_callback, for_each_edge): New parameter.
7559 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7561         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
7562         out code checking if runtime alias check is possible to below ...
7563         Call the new function.
7564         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
7565         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
7567 2017-06-07  Marek Polacek  <polacek@redhat.com>
7569         PR sanitizer/80932
7570         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
7571         TYPE_OVERFLOW_WRAPS check.
7573 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7575         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
7576         if versioning is required.
7577         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
7578         peeling with the check for versioning.
7580 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7582         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
7583         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
7584         Set true to new parameter if new ssa variable is defined.
7585         (vect_gen_vector_loop_niters): Refactor.  Set range information
7586         for the new vector loop bound variable.
7587         (vect_do_peeling): Ditto.
7589 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7591         * tree-affine.c (ssa.h): Include header file.
7592         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
7593         has wrapping overflow behavior.
7595 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7597         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
7599 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7601         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
7602         (tree_to_aff_combination): ... here.
7604 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
7606         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
7607         reg_pressure model function.
7608         (ivopts_global_cost_for_size): Delete.
7609         (determine_set_costs, iv_ca_recount_cost): Call new model function
7610         ivopts_estimate_reg_pressure.
7612 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
7614         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
7615         expensive than udiv.  Remove floating point cases from mod.
7617 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
7619         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
7620         Increase idiv cost.
7622 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
7624         * config/aarch64/aarch64.md
7625         (copysignsf3): Fix mask generation.
7627 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
7629         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
7630         TDI_gimple.
7631         (class dump_manager): Add register_dumps method.
7632         * dumpfile.c: Include langhooks.h.
7633         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
7634         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
7635         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
7636         (dump_manager::dump_register): Start with 512 entries instead of 32.
7637         (dump_manager::register_dumps): New method.
7638         * toplev.c (general_init): Instead of invoking register_dumps
7639         langhook, invoke register_dumps method on the dump manager.
7640         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
7641         TDI_generic.
7643 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
7645         * doc/md.texi: Clarify the restrictions on a define_insn condition.
7646         Say that # requires an associated define_split to exist, and that
7647         the define_split must be suitable for use after register allocation.
7649 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7651         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
7652         (compute_outgoing_frequencies): Also initialize zero counts.
7653         (find_many_sub_basic_blocks): Do not produce uninitialized profile
7654         around loops; preserve more of profile when nothing changes.
7656 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
7658         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
7659         here.
7660         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
7661         * config/arm/arm-cpu-cdata.h: Regenerate.
7662         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
7663         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
7664         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
7665         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
7666         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
7667         support.
7668         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
7669         support.
7670         * config/arm/t-rmprofile: Likewise.
7671         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
7673 2017-06-06  David S. Miller  <davem@davemloft.net>
7675         PR target/80968
7676         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
7677         blockage if function uses alloca.
7679 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
7681         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
7682         New "uid" fields to hold pretty-print IDs of group and ref.
7683         Memory references are now identified as <group_id>:<ref_id>
7684         instead of using [random] addresses.
7685         (dump_mem_details): Simplify, no functional change.
7686         (dump_mem_ref): Simplify and make output more concise.
7687         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
7688         (find_or_create_group): Initialize group uid.
7689         (record_ref): Initialize ref uid.  Improve debug output.
7690         (prune_group_by_reuse, should_issue_prefetch_p,)
7691         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
7692         (mark_nontemporal_store, determine_loop_nest_reuse):
7693         Improve debug output.
7695 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
7697         * dbgcnt.def (prefetch): New debug counter.
7698         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
7699         (schedule_prefetches): Stop issueing prefetches if debug counter
7700         tripped.
7702 2017-06-06  Tom de Vries  <tom@codesourcery.com>
7704         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
7705         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
7707 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7709         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
7710         Use aarch64_reg_or_zero predicate for operand 4.
7711         (aarch64_compare_and_swap<mode> define_insn_and_split):
7712         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
7713         (aarch64_store_exclusive<mode>): Likewise for operand 2.
7715 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7717         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
7718         (arm_compute_save_core_reg_mask): This.
7719         (thumb1_compute_save_reg_mask): Rename into ...
7720         (thumb1_compute_save_core_reg_mask): This.
7721         (arm_compute_save_reg0_reg12_mask): Adapt comment.
7722         (arm_compute_frame_layout): Likewise.
7724 2017-06-06  Richard Biener  <rguenther@suse.de>
7726         PR tree-optimization/80974
7727         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
7728         keep or clear leaders SSA info.
7730 2017-06-06  Tom de Vries  <tom@codesourcery.com>
7732         * config/nvptx/nvptx.c (split_mode_p): New function.
7733         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
7735 2017-06-06  Tom de Vries  <tom@codesourcery.com>
7737         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
7739 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7741         PR bootstrap/80978
7742         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
7743         profile.
7745 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7747         * shrink-wrap.c (handle_simple_exit): Update profile.
7748         (try_shrink_wrapping): Upate profile.
7750 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7752         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
7753         (tree_guess_outgoing_edge_probabilities): New.
7754         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
7755         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
7757 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7759         * ipa-split.c (split_function): Initialize return bb profile.
7761 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
7763         * profile.c (compute_branch_probabilities): Also initialize
7764         EXIT_BLOCK profile.
7766 2017-06-06  Richard Biener  <rguenther@suse.de>
7768         PR tree-optimization/80928
7769         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
7770         (vect_analyze_loop_operations): Properly guard analysis for
7771         pure SLP case.
7772         (vect_transform_loop): Likewise.
7773         (vect_analyze_loop_2): Also reset SLP type on PHIs.
7774         (vect_model_induction_cost): Do not cost for pure SLP.
7775         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
7776         of induction in inner loop vectorization.
7777         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
7778         (vect_get_and_check_slp_defs): Handle vect_induction_def.
7779         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
7780         recursion.
7781         (vect_analyze_slp_cost_1): Cost induction.
7782         (vect_detect_hybrid_slp_stmts): Handle PHIs.
7783         (vect_get_slp_vect_defs): Likewise.
7784         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
7785         (vect_transform_stmt): Handle SLP reductions.
7786         * tree-vectorizer.h (vectorizable_induction): Adjust.
7788 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
7790         * config/rs6000/rs6000.c (make_resolver_func): Update
7791         init_lowered_empty_function call.
7793 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7795         * doc/invoke.texi: Document the -fprofile-abs-path option.
7796         * common.opt (fprofile-abs-path): New option.
7797         * gcov-io.h (gcov_write_filename): Declare.
7798         * gcov-io.c (gcov_write_filename): New function.
7799         * coverage.c (coverage_begin_function): Use gcov_write_filename.
7800         * profile.c (output_location): Likewise.
7802 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
7804         * shring-wrap.c: Revert accidental commit.
7806 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
7808         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
7810 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
7812         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
7813         new edge.
7814         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
7815         profile in callgraph edge.
7816         * profile-count.h (apply_probability): If THIS is 0, then result is 0
7817         (apply_scale): Likewise.
7818         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
7819         Also scale profile when inlining function with zero profile.
7820         (initialize_cfun): Update exit block profile even when it is zero.
7821         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
7822         when profile is read.
7824 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
7826         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
7827         (CLONE_*): New constants to define the processors we can generate
7828         code for with the target_clone attribute.
7829         (rs6000_clone_map): New array to identify which clone processors
7830         the current program is running on.
7831         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
7832         target_clone attribute.
7833         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
7834         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
7835         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
7836         (cpu_expand_builtin): Add support for target_clone attribute.
7837         (rs6000_valid_attribute_p): Allow "default" attribute.
7838         (get_decl_name): New debug function to simplify printing the
7839         current function name in debugging statements.
7840         (rs6000_clone_priority): New functions to support the target_clone
7841         attribute, and be able to generate code to switch between ISA 2.05
7842         through ISA 3.0 (power6 through power9).
7843         (rs6000_compare_version_priority): Likewise.
7844         (rs6000_get_function_versions_dispatcher): Likewise.
7845         (make_resolver_func): Likewise.
7846         (add_condition_to_bb): Likewise.
7847         (dispatch_function_versions): Likewise.
7848         (rs6000_generate_version_dispatcher_body): Likewise.
7849         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
7850         (fusion_gpr_load_p): Fix a spacing issue.
7851         * doc/extend.texi (Common Function Attributes): Document that the
7852         PowerPC supports the target_clone attribute.
7854 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7856         * config/arm/arm.h: explain F symbol found in description of ARM
7857         register allocation in its legend.
7859 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
7861         * config/mips/frame-header-opt.c: Include profile-count.h.
7862         * config/riscv/riscv.c: Include profile-count.h
7864 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
7866         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
7867         update profile.
7868         (sm_set_flag_if_changed): Add bbs field.
7869         (execute_sm_if_changed_flag_set): Pass BBS.
7870         (execute_sm): Update.
7872 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7874         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
7875         New pattern.
7877 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7879         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
7880         (peephole2): New peephole2 to emit the above.
7881         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
7883 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7885         * config/aarch64/aarch64.c (define_peephole2 above
7886         *sub_<shift>_<mode>): New peephole.
7888 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
7890         * config/i386/i386.c (make_resolver_func): Update.
7891         * Makefile.in: Add profile-count.h and profile-count.o
7892         * auto-profile.c (afdo_indirect_call): Update to new API.
7893         (afdo_set_bb_count): Update.
7894         (afdo_propagate_edge): Update.
7895         (afdo_propagate_circuit): Update.
7896         (afdo_calculate_branch_prob): Update.
7897         (afdo_annotate_cfg): Update.
7898         * basic-block.h: Include profile-count.h
7899         (struct edge_def): Turn count to profile_count.
7900         (struct basic_block_def): Likewie.
7901         (REG_BR_PROB_BASE): Move to profile-count.h
7902         (RDIV): Move to profile-count.h
7903         * bb-reorder.c (max_entry_count): Turn to profile_count.
7904         (find_traces): Update.
7905         (rotate_loop):Update.
7906         (connect_traces):Update.
7907         (sanitize_hot_paths):Update.
7908         * bt-load.c (migrate_btr_defs): Update.
7909         * cfg.c (RDIV): Remove.
7910         (init_flow): Use alloc_block.
7911         (alloc_block): Uninitialize count.
7912         (unchecked_make_edge): Uninitialize count.
7913         (check_bb_profile): Update.
7914         (dump_edge_info): Update.
7915         (dump_bb_info): Update.
7916         (update_bb_profile_for_threading): Update.
7917         (scale_bbs_frequencies_int): Update.
7918         (scale_bbs_frequencies_gcov_type): Update.
7919         (scale_bbs_frequencies_profile_count): New.
7920         * cfg.h (update_bb_profile_for_threading): Update.
7921         (scale_bbs_frequencies_profile_count): Declare.
7922         * cfgbuild.c (compute_outgoing_frequencies): Update.
7923         (find_many_sub_basic_blocks): Update.
7924         * cfgcleanup.c (try_forward_edges): Update.
7925         (try_crossjump_to_edge): Update.
7926         * cfgexpand.c (expand_gimple_tailcall): Update.
7927         (construct_exit_block): Update.
7928         * cfghooks.c (verify_flow_info): Update.
7929         (dump_bb_for_graph): Update.
7930         (split_edge): Update.
7931         (make_forwarder_block): Update.
7932         (duplicate_block): Update.
7933         (account_profile_record): Update.
7934         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
7935         (get_estimated_loop_iterations): Update.
7936         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
7937         (single_likely_exit): Update.
7938         * cfgloopmanip.c (scale_loop_profile): Update.
7939         (loopify): Update.
7940         (set_zero_probability): Update.
7941         (lv_adjust_loop_entry_edge): Update.
7942         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
7943         (purge_dead_edges): Update.
7944         (rtl_account_profile_record): Update.
7945         * cgraph.c (cgraph_node::create): Uninitialize count.
7946         (symbol_table::create_edge): Uninitialize count.
7947         (cgraph_update_edges_for_call_stmt_node): Update.
7948         (cgraph_edge::dump_edge_flags): Update.
7949         (cgraph_node::dump): Update.
7950         (cgraph_edge::maybe_hot_p): Update.
7951         * cgraph.h: Include profile-count.h
7952         (create_clone), create_edge, create_indirect_edge): Update.
7953         (cgraph_node): Turn count to profile_count.
7954         (cgraph_edge0: Likewise.
7955         (make_speculative, clone): Update.
7956         (create_edge): Update.
7957         (init_lowered_empty_function): Update.
7958         * cgraphclones.c (cgraph_edge::clone): Update.
7959         (duplicate_thunk_for_node): Update.
7960         (cgraph_node::create_clone): Update.
7961         * cgraphunit.c (cgraph_node::analyze): Update.
7962         (cgraph_node::expand_thunk): Update.
7963         * final.c (dump_basic_block_info): Update.
7964         * gimple-streamer-in.c (input_bb): Update.
7965         * gimple-streamer-out.c (output_bb): Update.
7966         * graphite.c (print_global_statistics): Update.
7967         (print_graphite_scop_statistics): Update.
7968         * hsa-brig.c: Include basic-block.h.
7969         * hsa-dump.c: Include basic-block.h.
7970         * hsa-gen.c (T sum_slice): Update.
7971         (convert_switch_statements):Update.
7972         * hsa-regalloc.c: Include basic-block.h.
7973         * ipa-chkp.c (chkp_produce_thunks): Update.
7974         * ipa-cp.c (struct caller_statistics): Update.
7975         (init_caller_stats): Update.
7976         (gather_caller_stats): Update.
7977         (ipcp_cloning_candidate_p): Update.
7978         (good_cloning_opportunity_p): Update.
7979         (get_info_about_necessary_edges): Update.
7980         (dump_profile_updates): Update.
7981         (update_profiling_info): Update.
7982         (update_specialized_profile): Update.
7983         (perhaps_add_new_callers): Update.
7984         (decide_about_value): Update.
7985         (ipa_cp_c_finalize): Update.
7986         * ipa-devirt.c (struct odr_type_warn_count): Update.
7987         (struct decl_warn_count): Update.
7988         (struct final_warning_record): Update.
7989         (possible_polymorphic_call_targets): Update.
7990         (ipa_devirt): Update.
7991         * ipa-fnsummary.c (redirect_to_unreachable): Update.
7992         * ipa-icf.c (sem_function::merge): Update.
7993         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
7994         * ipa-inline.c (compute_uninlined_call_time): Update.
7995         (compute_inlined_call_time): Update.
7996         (want_inline_small_function_p): Update.
7997         (want_inline_self_recursive_call_p): Update.
7998         (edge_badness): Update.
7999         (lookup_recursive_calls): Update.
8000         (recursive_inlining): Update.
8001         (inline_small_functions): Update.
8002         (dump_overall_stats): Update.
8003         (dump_inline_stats): Update.
8004         * ipa-profile.c (ipa_profile_generate_summary): Update.
8005         (ipa_propagate_frequency): Update.
8006         (ipa_profile): Update.
8007         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
8008         * ipa-utils.c (ipa_merge_profiles): Update.
8009         * loop-doloop.c (doloop_modify): Update.
8010         * loop-unroll.c (report_unroll): Update.
8011         (unroll_loop_runtime_iterations): Update.
8012         * lto-cgraph.c (lto_output_edge): Update.
8013         (lto_output_node): Update.
8014         (input_node): Update.
8015         (input_edge): Update.
8016         (merge_profile_summaries): Update.
8017         * lto-streamer-in.c (input_cfg): Update.
8018         * lto-streamer-out.c (output_cfg): Update.
8019         * mcf.c (create_fixup_graph): Update.
8020         (adjust_cfg_counts): Update.
8021         (sum_edge_counts): Update.
8022         * modulo-sched.c (sms_schedule): Update.
8023         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
8024         * predict.c (maybe_hot_count_p): Update.
8025         (probably_never_executed): Update.
8026         (dump_prediction): Update.
8027         (combine_predictions_for_bb): Update.
8028         (propagate_freq): Update.
8029         (handle_missing_profiles): Update.
8030         (counts_to_freqs): Update.
8031         (rebuild_frequencies): Update.
8032         (force_edge_cold): Update.
8033         * predict.h: Include profile-count.h
8034         (maybe_hot_count_p, counts_to_freqs): UPdate.
8035         * print-rtl-function.c: Do not include cfg.h
8036         * print-rtl.c: Include basic-block.h
8037         * profile-count.c: New file.
8038         * profile-count.h: New file.
8039         * profile.c (is_edge_inconsistent): Update.
8040         (correct_negative_edge_counts): Update.
8041         (is_inconsistent): Update.
8042         (set_bb_counts): Update.
8043         (read_profile_edge_counts): Update.
8044         (compute_frequency_overlap): Update.
8045         (compute_branch_probabilities): Update; Initialize and deinitialize
8046         gcov_count tables.
8047         (branch_prob): Update.
8048         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
8049         (edge_gcov_count): New.
8050         (bb_gcov_count): New.
8051         * shrink-wrap.c (try_shrink_wrapping): Update.
8052         * tracer.c (better_p): Update.
8053         * trans-mem.c (expand_transaction): Update.
8054         (ipa_tm_insert_irr_call): Update.
8055         (ipa_tm_insert_gettmclone_call): Update.
8056         * tree-call-cdce.c: Update.
8057         * tree-cfg.c (gimple_duplicate_sese_region): Update.
8058         (gimple_duplicate_sese_tail): Update.
8059         (gimple_account_profile_record): Update.
8060         (execute_fixup_cfg): Update.
8061         * tree-inline.c (copy_bb): Update.
8062         (copy_edges_for_bb): Update.
8063         (initialize_cfun): Update.
8064         (freqs_to_counts): Update.
8065         (copy_cfg_body): Update.
8066         (expand_call_inline): Update.
8067         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
8068         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
8069         (try_unroll_loop_completely): Update.
8070         (try_peel_loop): Update.
8071         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
8072         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
8073         * tree-ssa-loop-split.c (connect_loops): Update.
8074         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
8075         * tree-ssa-reassoc.c (branch_fixup): Update.
8076         * tree-ssa-tail-merge.c (replace_block_by): Update.
8077         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
8078         (compute_path_counts): Update.
8079         (update_profile): Update.
8080         (recompute_probabilities): Update.
8081         (update_joiner_offpath_counts): Update.
8082         (estimated_freqs_path): Update.
8083         (freqs_to_counts_path): Update.
8084         (clear_counts_path): Update.
8085         (ssa_fix_duplicate_block_edges): Update.
8086         (duplicate_thread_path): Update.
8087         * tree-switch-conversion.c (case_bit_test_cmp): Update.
8088         (struct switch_conv_info): Update.
8089         * tree-tailcall.c (decrease_profile): Update.
8090         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
8091         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
8092         * value-prof.c (check_counter): Update.
8093         (gimple_divmod_fixed_value): Update.
8094         (gimple_mod_pow2): Update.
8095         (gimple_mod_subtract): Update.
8096         (gimple_ic_transform): Update.
8097         (gimple_stringop_fixed_value): Update.
8098         * value-prof.h (gimple_ic): Update.
8100 2017-06-02  Carl Love  <cel@us.ibm.com>
8102         * config/rs6000/rs6000-c: Add support for built-in functions
8103         vector double vec_doublee (vector signed int);
8104         vector double vec_doublee (vector unsigned int);
8105         vector double vec_doublee (vector float);
8106         vector double vec_doubleh (vector signed int);
8107         vector double vec_doubleh (vector unsigned int);
8108         vector double vec_doubleh (vector float);
8109         vector double vec_doublel (vector signed int);
8110         vector double vec_doublel (vector unsigned int);
8111         vector double vec_doublel (vector float);
8112         vector double vec_doubleo (vector signed int);
8113         vector double vec_doubleo (vector unsigned int);
8114         vector double vec_doubleo (vector float);.
8115         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
8116         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
8117         UNS_DOUBLEL.
8118         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
8119         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
8120         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
8121         VS_sxwsp.
8122         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
8123         vec_doublel, vec_doubleh.
8124         * doc/extend.texi: Update the built-in documentation file for the
8125         new built-in functions.
8127 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
8129         PR jit/80954
8130         * ipa-inline-analysis.c (free_growth_caches): Set
8131         edge_removal_hook_holder to NULL after removing it.
8133 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
8135         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
8136         comparision with zero.
8138 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
8139         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
8140         for early expansion of vec_min and vec_max builtins.
8141         (builtin_function_type): Add min/max unsigned variants to those
8142         identified as having unsigned arguments.
8144 2017-06-02  Olivier Hainque  <hainque@adacore.com>
8146         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
8148 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8150         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
8151         Use VALL_F16 iterator rather than VALL.
8153 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8155         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
8156         Emit CBNZ inside loop when doing a strong exchange and comparing
8157         against zero.  Generate the CC flags after the loop.
8159 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
8161         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
8162         (dl_section_ref): New.
8163         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
8164         On AIX, append an expression to subtract the size of the
8165         section length to dl_section_ref.
8167 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
8169         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
8170         for early expansion of vector absolute builtins.
8172 2017-06-02  Richard Biener  <rguenther@suse.de>
8174         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
8175         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
8177 2017-06-02  Richard Biener  <rguenther@suse.de>
8179         PR tree-optimization/80948
8180         * tree-tailcall.c (find_tail_calls): Track stmts to move in
8181         stmt order as well.
8183 2017-06-02  Richard Biener  <rguenther@suse.de>
8185         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
8186         PHIs are ok.
8187         * tree-vect-stmts.c (process_use): Do not mark backedge defs
8188         for inductions as relevant.
8190 2017-06-02  Richard Biener  <rguenther@suse.de>
8192         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
8193         (vectorizable_induction): ... this.  Remove dead code.
8195 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
8197         * builtins. (expand_builtin_alloca): Remove second parameter and
8198         infer its value from the first parameter instead.
8199         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
8201 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
8203         PR rtl-optimization/80903
8204         * loop-doloop.c (add_test): Unshare sequence.
8206 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8208         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
8210 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8212         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
8213         static.
8214         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
8215         xlogue_layout::get_instance, logue_layout::xlogue_layout,
8216         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
8217         (xlogue_layout::get_stub_rtx): Make static.
8218         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
8219         (xlogue_layout::compute_stub_managed_regs): Rename to...
8220         (xlogue_layout::count_stub_managed_regs): ...this.
8221         (xlogue_layout::is_stub_managed_reg): New function.
8222         (xlogue_layout::m_stub_names): Rename to...
8223         (xlogue_layout::s_stub_names): ...this, make static.
8224         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
8225         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
8226         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
8227         xlogue_layout::s_stub_names): Instantiate statics.
8228         (stub_managed_regs): Remove.
8229         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
8230         (disable_call_ms2sysv_xlogues): Rename to...
8231         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
8232         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
8233         warning logic.
8234         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
8235         change after reload_completed.
8236         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
8237         directly.
8238         (ix86_expand_prologue): Likewise.
8239         (ix86_expand_epilogue): Likewise.
8240         (ix86_expand_split_stack_prologue): Likewise.
8241         (ix86_compute_frame_layout): Remove frame parameter ...
8242         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
8243         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
8244         only if necessary.
8245         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
8246         (ix86_frame): Move from here ...
8247         * config/i386/i386.h (ix86_frame): ... to here.
8248         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
8249         complete ix86_frame data structure instead.  Remove some_ld_name.
8251 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
8253         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
8254         symbols that hold a DECL_VALUE_EXPR.
8256 2017-06-01  Martin Jambor  <mjambor@suse.cz>
8258         PR tree-optimization/80898
8259         * tree-sra.c (process_subtree_disqualification): Removed.
8260         (disqualify_candidate): Do not acll
8261         process_subtree_disqualification.
8262         (subtree_mark_written_and_enqueue): New function.
8263         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
8264         RHS has been disqualified and re-queue LHS if necessary.  Apart
8265         from that, ignore disqualified RHS.
8267 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8269         * config/s390/s390.c (s390_emit_epilogue): Disable early return
8270         address fetch for z10 or later.
8272 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8274         * config/arc/arc.md (tst_movb): Add guard when splitting.
8276 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8278         * config/arc/arc.c (arc_can_eliminate): Test against
8279         arc_frame_pointer_needed.
8281 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8283         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
8284         to prevent store reordering.
8285         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
8286         (type): Add block type.
8287         (stack_tie): Define special instruction to be used in
8288         expand_prologue.
8290 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8292         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
8293         constraint. It is not valid for the pattern.
8294         (noncommutative_binary_comparison): Likewise.
8296 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8298         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
8299         scaled addresses.
8301 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8303         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
8304         be used by the reg-alloc.
8306 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8308         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
8309         reg-alloc when having mul64 or mul32x16 instructions.
8310         (mulsidi3): Likewise.
8311         (umulsidi3): Likewise.
8312         (mulsi32x16): New pattern.
8313         (mulsi64): Likewise.
8314         (mulsidi64): Likewise.
8315         (umulsidi64): Likewise.
8316         (MUL32x16_REG): Define.
8317         (mul64_600): Use MUL32x16_REG.
8318         (mac64_600): Likewise.
8319         (umul64_600): Likewise.
8320         (umac64_600): Likewise.
8322 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
8324         * config/arc/arc.md (mulsi3_700): Make it commutative.
8326 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
8328         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
8329         type for movstouw.
8330         (*sign_extendsidi2_insn): Likewise for movstosw.
8332 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
8334         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
8335         the type of the input discriminant value.  Convert the
8336         discriminant value of signedness vary.
8338 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
8340         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
8341         Add to -Wall section.
8343 2017-06-01  Richard Biener  <rguenther@suse.de>
8345         PR middle-end/66313
8346         * fold-const.c (fold_plusminus_mult_expr): If the factored
8347         factor may be zero use a wrapping type for the inner operation.
8348         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
8349         and handle moved defs.
8350         (process_assignment): Properly guard the unary op case.  Return a
8351         tri-state indicating that moving the stmt before the call may allow
8352         to continue.  Pass through to_move.
8353         (find_tail_calls): Handle moving unrelated defs before
8354         the call.
8356 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
8358         PR target/80618
8359         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
8360         splitter result in the canonical way.
8362 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
8364         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
8365         also for 32bit target.  Update insn attributes.
8366         (zero-extendsidi2 splitter): Allow all registers for operand 1.
8368 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
8370         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
8371         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
8372         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
8373         (_mm_maskz_min_ss): New intrinsics.
8375 2017-05-31  Martin Liska  <mliska@suse.cz>
8377         * tree-vect-loop.c (vect_create_epilog_for_reduction):
8378         Change comment style to one we normally use.
8379         (vectorizable_reduction): Likewise.
8380         (vectorizable_induction): Likewise.
8381         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
8382         (vectorizable_call): Likewise.
8383         (vectorizable_simd_clone_call): Likewise.
8384         (vectorizable_conversion): Likewise.
8385         (vectorizable_assignment): Likewise.
8386         (vectorizable_shift): Likewise.
8387         (vectorizable_operation): Likewise.
8388         (vectorizable_store): Likewise.
8389         (vectorizable_load): Likewise.
8390         * tree-vectorizer.h: Likewise.
8392 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
8394         * passes.c (emergency_dump_function): New.
8395         * tree-pass.h (emergency_dump_function): Declare.
8396         * plugin.c (plugins_internal_error_function): Remove.
8397         * plugin.h (plugins_internal_error_function): Remove declaration.
8398         * toplev.c (internal_error_function): New static function.  Use it...
8399         (general_init): ...here.
8401 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
8403         * config/arc/arc.c (arc_print_operand): Handle constant operands.
8404         (arc_rtx_costs): Add costs for new patterns.
8405         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
8406         * config/arc/predicates.md: Add _1_2_3_operand predicate.
8408 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
8410         * tree-ssa-strlen.c (get_next_strinfo): New function.
8411         (get_stridx_plus_constant): Use it.
8412         (zero_length_string): Likewise.
8413         (adjust_related_strinfos): Likewise.
8414         (adjust_last_stmt): Likewise.
8416 2017-05-31  Richard Biener  <rguenther@suse.de>
8418         PR target/80880
8419         * config/i386/i386.c (ix86_expand_builtin): Remove assert
8420         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
8422 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
8424         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
8425         loop_vinfo argument and use of dependence distance vectors.
8426         Check instead whether the two references differ only in their
8427         initial value and assume that they have the same alignment if the
8428         difference is a multiple of the vector alignment.
8429         (vect_analyze_data_refs_alignment): Update call accordingly.
8431 2017-05-31  Martin Liska  <mliska@suse.cz>
8433         PR target/79155
8434         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
8436 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
8438         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
8439         (create_intersect_range_checks): Move from ...
8440         * tree-data-ref.c (create_intersect_range_checks_index)
8441         (create_intersect_range_checks): ... to here.
8442         (create_runtime_alias_checks): New function factored from ...
8443         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
8444         here.  Call above function.
8445         * tree-data-ref.h (create_runtime_alias_checks): New function.
8447 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
8449         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
8450         segment length for dr_b and compute it in wide_int.
8452 2017-05-31  Richard Biener  <rguenther@suse.de>
8454         PR tree-optimization/80906
8455         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
8456         and pass through iv_map.
8457         (copy_bb_and_scalar_dependences): Adjust.
8458         (translate_pending_phi_nodes): Likewise.
8459         (copy_loop_close_phi_args): Handle code-generating IVs instead
8460         of ICEing.
8462 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
8464         * diagnostic-color.c (color_dict): Add "type-diff".
8465         (parse_gcc_colors): Update comment.
8466         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
8467         -fdiagnostics-show-template-tree and -fno-elide-type.
8468         (GCC_COLORS): Add type-diff to example.
8469         (type-diff=): New.
8470         (-fdiagnostics-show-template-tree): New.
8471         (-fno-elide-type): New.
8472         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
8473         the pp_format_decoder callback.  Call any m_format_postprocessor's
8474         "handle" method.
8475         (pretty_printer::pretty_printer): Initialize
8476         m_format_postprocessor.
8477         (pretty_printer::~pretty_printer): Delete any
8478         m_format_postprocessor.
8479         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
8480         (class format_postprocessor): New class.
8481         (struct pretty_printer::format_decoder): Document the new parameters.
8482         (struct pretty_printer::m_format_postprocessor): New field.
8483         * tree-diagnostic.c (default_tree_printer): Update for new
8484         bool and const char ** params.
8485         * tree-diagnostic.h (default_tree_printer): Likewise.
8487 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
8489         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
8490         (lwa_operand): Delete rs6000_gen_cell_microcode test.
8491         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
8492         rs6000_gen_cell_microcode code.
8493         (rs6000_final_prescan_insn): Delete.
8494         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
8495         "warn-cell-microcode" entries.
8496         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
8497         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
8498         throughout.  Change cc_reg_not_micro_cr0_operand to
8499         cc_reg_not_cr0_operand throughout.
8500         (*extendhi<mode>2_noload): Delete.
8501         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
8502         (mwarn-cell-microcode): Delete.
8503         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
8504         -mgen-cell-microcode and -mwarn-cell-microcode.
8506 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
8508         PR target/80833
8509         * config/i386/constraints.md (Yd): New constraint.
8510         (Ye): Ditto.
8511         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
8512         and (?Yd, r) alternatives.  Update insn attributes.
8513         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
8514         and (?*Yd, r) alternatives.  Update insn attributes.
8515         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
8517 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
8519         * gimplify.c (gimplify_modify_expr): Don't create a
8520         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
8521         function.
8523 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
8525         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
8527 2017-05-30  Richard Biener  <rguenther@suse.de>
8529         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
8530         and reduc_def fields.
8531         (STMT_VINFO_REDUC_TYPE): New define.
8532         (STMT_VINFO_REDUC_DEF): Likewise.
8533         (vect_force_simple_reduction): Adjust prototype.
8534         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
8535         (vect_is_simple_reduction): Remove check_reduction argument.
8536         (vect_force_simple_reduction): Adjust and set
8537         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
8538         (vectorizable_reduction): Do not re-do reduction analysis
8539         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
8540         * tree-parloops.c (gather_scalar_reductions): Adjust.
8542 2017-05-30  Richard Biener  <rguenther@suse.de>
8544         PR middle-end/80901
8545         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
8546         split_edge code.
8548 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8550         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
8551         Introduce unknown_misalignment parameter and remove vf.
8552         (vect_peeling_hash_get_lowest_cost):
8553         Pass unknown_misalignment parameter.
8554         (vect_enhance_data_refs_alignment):
8555         Fix unsupportable data ref treatment.
8557 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8559         * tree-vect-data-refs.c (vect_get_data_access_cost):
8560         Workaround for SLP handling.
8561         (vect_enhance_data_refs_alignment):
8562         Compute costs for doing no peeling at all, compare to the best
8563         peeling costs so far and avoid peeling if cheaper.
8565 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8567         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
8568         Return peeling info and set costs to zero for unlimited cost
8569         model.
8570         (vect_enhance_data_refs_alignment): Also inspect all datarefs
8571         with unknown misalignment. Compute and costs for unknown
8572         misalignment, compare them to the costs for known misalignment
8573         and choose the cheapest for peeling.
8575 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8577         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
8578         (vect_get_peeling_costs_all_drs): Create function.
8579         (vect_peeling_hash_get_lowest_cost):
8580         Use vect_get_peeling_costs_all_drs.
8581         (vect_peeling_supportable): Create function.
8582         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
8584 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8586         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
8587         DR_HAS_NEGATIVE_STEP.
8588         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
8589         (vect_enhance_data_refs_alignment): Use.
8590         (vect_duplicate_ssa_name_ptr_info): Use.
8591         * tree-vectorizer.h (dr_misalignment): Use.
8592         (known_alignment_for_access_p): Use.
8594 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
8596         PR target/78838
8597         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
8598         .lowtext.
8599         (has_section_name): New function.
8601 2017-05-30  Martin Liska  <mliska@suse.cz>
8603         PR other/80909
8604         * auto-profile.c (get_function_decl_from_block): Fix
8605         parenthesis.
8607 2017-05-30  Richard Biener  <rguenther@suse.de>
8609         PR middle-end/80876
8610         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
8612 2017-05-30  Martin Liska  <mliska@suse.cz>
8614         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
8615         * dumpfile.h (struct dump_file_info): Remove ctors.
8617 2017-05-30  Martin Liska  <mliska@suse.cz>
8619         * predict.def: Fix GNU coding style.
8621 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
8623         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
8624         Mark 'to' argument with ATTRIBUTE_UNUSED.
8626 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
8628         * config/xtensa/xtensa.c (xtensa_emit_call): Use
8629         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
8630         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
8631         format string.
8633 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
8635         * doc/install.texi (Options specification): Restore entry of
8636         --enable-sjlj-exceptions.
8638 2017-05-27  Michael Eager  <eager@eagercon.com>
8640         Revert:
8641         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
8643         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
8645         * config/microblaze/microblaze.h
8646         (FIXED_REGISTERS): Update in macro.
8647         (CALL_USED_REGISTERS): Update in macro.
8649 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
8651         * doc/install.texi: Add links to macOS binary distributions.
8653 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
8655         PR bootstrap/80887
8656         Revert:
8657         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
8659         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
8661 2017-05-26  Martin Liska  <mliska@suse.cz>
8663         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
8665 2017-05-26  Martin Liska  <mliska@suse.cz>
8667         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
8668         always leading ';; '.
8669         (dump_bb_info): Likewise.
8670         (brief_dump_cfg): Likewise.
8671         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
8672         * dumpfile.c: Remove usage of TDF_VERBOSE.
8673         * dumpfile.h (enum dump_kind): Likewise.
8674         (dump_gimple_bb_header): Do not use TDF_COMMENT.
8675         * print-tree.c (debug_verbose): Remove.
8676         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
8677         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
8678         * tree-diagnostic.c (default_tree_printer): Replace
8679         TDF_DIAGNOSTIC with TDF_SLIM.
8681 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
8683         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
8684         in parameter loop, rather than loop_vinfo.
8685         (create_intersect_range_checks): Ditto.
8686         (vect_create_cond_for_alias_checks): Update call to above functions.
8688 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
8690         PR tree-optimization/80815
8691         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
8692         for merging runtime alias checks.  Handle negative DR_STEPs.
8694 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
8696         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
8697         Move from ...
8698         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
8699         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
8700         out code pruning runtime alias checks.
8701         * tree-data-ref.c (prune_runtime_alias_test_list): New function
8702         factored out from above.
8703         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
8704         Move from ...
8705         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
8706         ... to here.
8707         (prune_runtime_alias_test_list): New decalaration.
8709 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
8711         * tree-vect-data-refs.c (compare_tree): Rename and move ...
8712         * tree-data-ref.c (data_ref_compare_tree): ... to here.
8713         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
8714         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
8715         (operator==, comp_dr_with_seg_len_pair): Ditto.
8716         (vect_prune_runtime_alias_test_list): Ditto.
8718 2017-05-26  Martin Liska  <mliska@suse.cz>
8720         PR ipa/80663
8721         * params.def: Bound partial-inlining-entry-probability param.
8723 2017-05-26  Marek Polacek  <polacek@redhat.com>
8725         PR sanitizer/80875
8726         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
8727         can be negated.
8729 2017-05-26  Richard Biener  <rguenther@suse.de>
8731         PR tree-optimization/80842
8732         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
8733         value.
8735 2017-05-26  Richard Biener  <rguenther@suse.de>
8737         PR tree-optimization/80844
8738         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
8740 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
8742         * doc/md.texi (Machine Constraints): Update x86 family
8743         machine constraints section to match 'config/i386/constraints.md'.
8745 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
8747         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
8749 2017-05-25  Nathan Sidwell  <nathan@acm.org>
8751         * doc/invoke.texi (--enable-languages): Update documentation.
8753 2017-05-25  Martin Liska  <mliska@suse.cz>
8755         * dumpfile.c: Add TDF_FOLDING.
8756         * dumpfile.h (enum dump_kind): Likewise.
8757         * genmatch.c (dt_simplify::gen_1): Use it.
8759 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
8761         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
8763 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
8765         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
8766         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
8768 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
8770         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
8771         * match.pd (X == C): Rewrite it here.
8772         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
8773         with_certain_nonzero_bits2): New predicates.
8774         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
8776 2017-05-24  Nathan Sidwell  <nathan@acm.org>
8778         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
8779         avoid warning.
8781         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
8782         warning.
8784 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
8786         * config/powerpcspe: New port.  Files are copied from the rs6000
8787         port, with "rs6000" in filenames replaced by "powerpcspe".
8789 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
8791         PR rtl-optimization/80754
8792         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
8794 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
8796         * config/sparc/sparc.md (length): Return the correct value for -mflat
8797         sibcalls to match output_sibcall.
8799 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
8801         PR bootstrap/80860
8802         PR bootstrap/80843
8803         * config/rs6000/rs6000.c (struct machine_function): Add new field
8804         n_components.
8805         (rs6000_get_separate_components): Init that field, use it.
8806         (rs6000_components_for_bb): Use the field.
8808 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8810         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
8812 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
8814         PR middle-end/80823
8815         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
8817 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8819         PR target/80725
8820         * config/s390/s390.c (s390_check_qrst_address): Check incoming
8821         address against address_operand predicate.
8822         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
8824 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
8826         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
8827         parameters passed indirectly.
8829 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
8831         * config/i386/i386.md (*movdi_internal): Remove SSE4
8832         alternative 18 (?r, *v).  Update insn attributes.
8833         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
8834         Update insn attributes.
8835         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
8836         Update insn attributes.
8837         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
8838         alternative 1 (r, v). Remove isa attribute.
8839         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
8840         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
8841         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
8843 2017-05-23  Tom de Vries  <tom@codesourcery.com>
8845         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
8846         dg-line directive.
8848 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
8850         * cgraphunit.c (symbol_table::process_new_functions): Update.
8851         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
8852         (inline_generate_summary): Rename to ...
8853         (ipa_fn_summary_generate): ... this one.
8854         (inline_read_summary): Rename to ...
8855         (ipa_fn_summary_read): ... this one.
8856         (inline_write_summary): Rename to ...
8857         (ipa_fn_summary_write): ... this one.
8858         (inline_free_summary): Rename to ...
8859         (ipa_free_fn_summary): ... this one.
8860         (pass_data_local_fn_summary, pass_local_fn_summary,
8861         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
8862         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
8863         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
8864         make_pass_ipa_fn_summary): New.
8865         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
8866         inline_write_summary, inline_free_summary): Remove.
8867         (ipa_free_fn_summary) : New.
8868         * ipa-inline.c (ipa_inline): Update.
8869         (pass_ipa_inline): Do not generate summaries.
8870         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
8871         Remove.
8872         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
8873         and add pass_ipa_fn_summary.
8874         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
8875         New.
8876         (make_pass_inline_parameters): Remove.
8878 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
8880         * omp-low.c (struct omp_context): Remove "default_kind" member.
8881         Adjust all users.
8883         * omp-offload.c (execute_oacc_device_lower): Remove the
8884         parallelism dimensions function attributes for unparallelized
8885         OpenACC kernels constructs.
8887 2017-05-23  Martin Liska  <mliska@suse.cz>
8889         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
8890         functions.
8891         (cgraph_edge::make_speculative): Likewise.
8892         (cgraph_edge::resolve_speculation): Likewise.
8893         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
8894         (cgraph_node::dump): Likewise.
8895         * cgraph.h: Likewise.
8896         * cgraphunit.c (analyze_functions): Likewise.
8897         (symbol_table::compile): Likewise.
8898         * ipa-cp.c (print_all_lattices): Likewise.
8899         (determine_versionability): Likewise.
8900         (initialize_node_lattices): Likewise.
8901         (ipcp_verify_propagated_values): Likewise.
8902         (estimate_local_effects): Likewise.
8903         (update_profiling_info): Likewise.
8904         (create_specialized_node): Likewise.
8905         (perhaps_add_new_callers): Likewise.
8906         (decide_about_value): Likewise.
8907         (decide_whether_version_node): Likewise.
8908         (identify_dead_nodes): Likewise.
8909         (ipcp_store_bits_results): Likewise.
8910         * ipa-devirt.c (dump_targets): Likewise.
8911         (ipa_devirt): Likewise.
8912         * ipa-icf.c (sem_item::dump): Likewise.
8913         (sem_function::equals): Likewise.
8914         (sem_variable::equals): Likewise.
8915         (sem_item_optimizer::read_section): Likewise.
8916         (sem_item_optimizer::execute): Likewise.
8917         (congruence_class::dump): Likewise.
8918         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
8919         (dump_inline_summary): Likewise.
8920         (estimate_node_size_and_time): Likewise.
8921         (inline_analyze_function): Likewise.
8922         * ipa-inline-transform.c (inline_call): Likewise.
8923         * ipa-inline.c (report_inline_failed_reason): Likewise.
8924         (want_early_inline_function_p): Likewise.
8925         (edge_badness): Likewise.
8926         (update_edge_key): Likewise.
8927         (inline_small_functions): Likewise.
8928         * ipa-profile.c (ipa_profile): Likewise.
8929         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
8930         (ipa_make_edge_direct_to_target): Likewise.
8931         (remove_described_reference): Likewise.
8932         (ipa_impossible_devirt_target): Likewise.
8933         (propagate_controlled_uses): Likewise.
8934         (ipa_print_node_params): Likewise.
8935         (ipcp_transform_function): Likewise.
8936         * ipa-pure-const.c (pure_const_read_summary): Likewise.
8937         (propagate_pure_const): Likewise.
8938         * ipa-reference.c (generate_summary): Likewise.
8939         (read_write_all_from_decl): Likewise.
8940         (propagate): Likewise.
8941         (ipa_reference_read_optimization_summary): Likewise.
8942         * ipa-utils.c (ipa_merge_profiles): Likewise.
8943         * ipa.c (walk_polymorphic_call_targets): Likewise.
8944         (symbol_table::remove_unreachable_nodes): Likewise.
8945         (ipa_single_use): Likewise.
8946         * passes.c (execute_todo): Likewise.
8947         * predict.c (drop_profile): Likewise.
8948         * symtab.c (symtab_node::get_dump_name): New function.
8949         (symtab_node::dump_name): Likewise.
8950         (symtab_node::dump_asm_name): Likewise.
8951         (symtab_node::dump_references): Likewise.
8952         (symtab_node::dump_referring): Likewise.
8953         (symtab_node::dump_base): Likewise.
8954         (symtab_node::debug_symtab): Likewise.
8955         * tree-sra.c (convert_callers_for_node): Likewise.
8956         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
8957         * value-prof.c (init_node_map): Likewise.
8959 2017-05-23  Martin Liska  <mliska@suse.cz>
8961         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
8962         and symtab_node::debug_symtab to symbol_table::debug.
8963         * cgraphunit.c (analyze_functions): Use the renamed function.
8964         (symbol_table::compile): Likewise.
8965         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
8966         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
8967         * passes.c (execute_todo): Likewise.
8968         * symtab.c (symbol_table::dump): New function.
8969         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
8971 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
8973         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
8974         that nonconst implies exec.
8976 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
8978         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
8979         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
8980         (inline_edge_summary_vec): Turn into ...
8981         (ipa_call_summaries): ... this one.
8982         (redirect_to_unreachable, edge_set_predicate,
8983         evaluate_properties_for_edge, inline_summary_alloc,
8984         reset_ipa_call_summary, reset_inline_summary,
8985         inline_summary_t::duplicate): Update.
8986         (inline_edge_duplication_hook): Turn to ...
8987         (ipa_call_summary_t::duplicate): ... this one.
8988         (inline_edge_removal_hook): Turn to ...
8989         (ipa_call_summary_t::remove): ... this one.
8990         (dump_inline_edge_summary): Turn to ...
8991         (dump_ipa_call_summary): ... this one.
8992         (estimate_function_body_sizes): Update.
8993         (inline_update_callee_summaries): Update.
8994         (remap_edge_change_prob): Update.
8995         (remap_edge_summaries): Update.
8996         (inline_merge_summary): Update.
8997         (do_estimate_edge_time): Update.
8998         (inline_generate_summary): Update.
8999         (inline_read_section): Update.
9000         (inline_read_summary): Update.
9001         (inline_free_summary): Update.
9002         * ipa-inline.c (can_inline_edge_p): Update.
9003         (compute_inlined_call_time): Update.
9004         (want_inline_small_function_p): Update.
9005         (edge_badness): Update.
9006         (early_inliner): Update.
9007         * ipa-inline.h (inline_edge_summary): Turn to ...
9008         (ipa_call_summary): ... this one.
9009         (ipa_call_summary_t): New class.
9010         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
9011         (ipa_call_summaries): New.
9012         (inline_edge_summary): Remove.
9013         (estimate_edge_growth): Update.
9014         * ipa-profile.c (ipa_propagate_frequency_1): Update.
9015         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
9016         * ipa-split.c (execute_split_functions): Update.
9017         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
9019 2017-05-23  Tom de Vries  <tom@codesourcery.com>
9021         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
9022         attributes): Document rdrand effective target.
9024 2017-05-23  Tom de Vries  <tom@codesourcery.com>
9026         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
9027         attributes): Sort alphabetically.
9029 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
9031         * config/avr/genmultilib.awk: Use gsub instead of gensub.
9033 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
9035         PR target/80718
9036         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
9037         V2DF/V2DI splat into two separate patterns, one that handles
9038         registers, and the other that only handles memory.  Drop support
9039         for splatting from a GPR on ISA 2.07 and then splitting the
9040         splat into direct move and splat.
9041         (vsx_splat_<mode>_reg): Likewise.
9042         (vsx_splat_<mode>_mem): Likewise.
9044 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
9046         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
9048 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
9050         PR middle-end/80809
9051         * omp-low.c (finish_taskreg_remap): New function.
9052         (finish_taskreg_scan): If unit size of ctx->record_type
9053         is non-constant, unshare the size expression and replace
9054         decls in it with possible outer var refs.
9056         PR middle-end/80809
9057         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
9058         GOVD_SHARED rather than GOVD_PRIVATE with it.
9059         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
9060         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
9062         PR middle-end/80853
9063         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
9064         as last argument to build_outer_var_ref for pointer bases of array
9065         section reductions.
9067 2017-05-19  Martin Sebor  <msebor@redhat.com>
9069         * print-tree.c (print_node): Print DECL_READ_P flag.
9071 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
9073         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
9074         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
9075         * cgraph.c: Likewise.
9076         * cgraphunit.c: Likewise.
9077         * gengtype.c: Likewise.
9078         * ipa-cp.c: Likewise.
9079         * ipa-devirt.c: Likewise.
9080         * ipa-icf.c: Likewise.
9081         * ipa-predicate.c: Likewise.
9082         * ipa-profile.c: Likewise.
9083         * ipa-prop.c: Likewise.
9084         * ipa-split.c: Likewise.
9085         * ipa.c: Likewise.
9086         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
9087         edge_predicate_pool, dump_inline_hints,
9088         inline_summary::account_size_time, redirect_to_unreachable,
9089         edge_set_predicate, set_hint_predicate,
9090         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
9091         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
9092         inline_summary_t::remove, remap_hint_predicate_after_duplication,
9093         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
9094         ipa_call_summary_t::remove, initialize_growth_caches,
9095         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
9096         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
9097         mark_modified, unmodified_parm_1, unmodified_parm,
9098         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
9099         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
9100         compute_bb_predicates, will_be_nonconstant_expr_predicate,
9101         will_be_nonconstant_predicate, record_modified_bb_info,
9102         get_minimal_bb, record_modified, param_change_prob,
9103         phi_result_unknown_predicate, predicate_for_phi_result,
9104         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
9105         estimate_function_body_sizes, compute_inline_parameters,
9106         compute_inline_parameters_for_curren, pass_data_inline_parameters,
9107         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
9108         inline_update_callee_summaries, remap_edge_change_prob,
9109         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
9110         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
9111         inline_analyze_function, inline_summary_t::insert,
9112         inline_generate_summary, read_ipa_call_summary, inline_read_section,
9113         inline_read_summary, write_ipa_call_summary, inline_write_summary,
9114         inline_free_summary): Move to ipa-fnsummary.h
9115         (predicate_t): Remove.
9116         * ipa-fnsummary.c: New file.
9117         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
9118         (enum inline_hints_vals, inline_hints, agg_position_info,
9119         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
9120         inline_summaries, ipa_call_summary, ipa_call_summary_t,
9121         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
9122         dump_inline_summary, dump_inline_hints, inline_generate_summary,
9123         inline_read_summary, inline_write_summary, inline_free_summary,
9124         inline_analyze_function, initialize_inline_failed,
9125         inline_merge_summary, inline_update_overall_summary,
9126         compute_inline_parameters): Move to ipa-fnsummary.h
9127         * ipa-fnsummary.h: New file.
9128         * ipa-inline-transform.h: Include ipa-inline.h.
9129         * ipa-inline.c: LIkewise.
9131 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
9133         * ipa-inline.c (edge_badness): Use inlined_time instead of
9134         inline_summaries->get.
9136 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
9138         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
9140 2017-05-22  Nathan Sidwell  <nathan@acm.org>
9142         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
9143         (fdump-lang): Document 'raw' option.
9144         * dumpfile.h (TDI_tu): Delete.
9145         * dumpfile.c (dump_files): Remove translation-unit.
9146         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
9148 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
9150         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
9151         command option from $(AWK) call.
9152         * config/avr/genmultilib.awk: Simplify and rewrite so that it
9153         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
9154         [FORMAT]: Remove handling of variable.
9155         * config/avr/t-multilib: Regenerate.
9157 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
9159         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
9160         self_time.
9161         (dump_inline_summary): Do not print self_time.
9162         (estimate_function_body_sizes): Do not set self_time.
9163         (compute_inline_parameters): Likewise.
9164         (inline_read_section, inline_write_summary): Do not stream self_time.
9165         * ipa-inline.h (inline_summary): Drop self_time.
9167 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
9169         * ipa-inline-analysis.c (account_size_time): Rename to ...
9170         (inline_summary::account_size_time): ... this one.
9171         (reset_ipa_call_summary): Turn to ...
9172         (ipa_call_summary::reset): ... this one.
9173         (reset_inline_summary): Turn to ...
9174         (inline_summary::reset): ... this one.
9175         (inline_summary_t::remove): Update.
9176         (inline_summary_t::duplicate): Update.
9177         (ipa_call_summary_t::remove): Update.
9178         (dump_inline_summary): Update.
9179         (estimate_function_body_sizes): Update.
9180         (compute_inline_parameters): Update.
9181         (estimate_node_size_and_time): Update.
9182         (inline_merge_summary): Update.
9183         (inline_update_overall_summary): Update.
9184         (inline_read_section): Update.
9185         (inline_write_summary): Update.
9186         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
9187         add account_size_time and reset member functions.
9188         (ipa_call_summary): Add reset function.
9189         * ipa-predicate.h (predicate::operator &): Constify.
9191 2017-05-22  Richard Biener  <rguenther@suse.de>
9193         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
9195 2017-05-19  Jason Merrill  <jason@redhat.com>
9197         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
9199 2017-05-19  Marek Polacek  <polacek@redhat.com>
9201         PR sanitizer/80800
9202         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
9203         TYPE_OVERFLOW_WRAPS checks.
9205 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
9207         * tree-core.h (enum omp_clause_default_kind): Add
9208         "OMP_CLAUSE_DEFAULT_PRESENT".
9209         * tree-pretty-print.c (dump_omp_clause): Handle it.
9210         * gimplify.c (enum gimplify_omp_var_data): Add
9211         "GOVD_MAP_FORCE_PRESENT".
9212         (gimplify_adjust_omp_clauses_1): Map it to
9213         "GOMP_MAP_FORCE_PRESENT".
9214         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
9216         * gimplify.c (oacc_default_clause): Clarify.
9218 2017-05-19  Nathan Sidwell  <nathan@acm.org>
9220         LANG_HOOK_REGISTER_DUMPS
9221         * toplev.c (general_init): Call register dump lang hook.
9222         * doc/invoke.texi: Document -fdump-lang option family.
9223         * dumpfile.c (dump_files): Remove class dump here.
9224         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
9225         * dumpfile.h (tree_dump_index): Remove TDI_class.
9226         * langhooks-def.h (lhd_register_dumps): Declare.
9227         (LANG_HOOKS_REGISTER_DUMPS): Define.
9228         (LANG_HOOKS_INITIALIZER): Add it.
9229         * langhooks.c (lhd_register_dumps): Define.
9230         * langhooks.h (struct lang_hooks): Add register_dumps.
9232 2017-05-19  Nathan Sidwell  <nathan@acm.org>
9234         * context.h (context::set_passes): New.
9235         * context.c (context::context): Do not create pass manager.
9236         * toplev.c (general_init): Create pass manager here.
9238 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
9240         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
9241         use this splitter if two add or or instructions would also work for
9242         the constant we want to generate.
9244 2017-05-19  Richard Biener  <rguenther@suse.de>
9246         PR build/80821
9247         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
9248         predicate evaluation.
9250 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
9252         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
9253         add ctor.
9254         * ipa-inline.c (want_inline_small_function_p): Do not cast to
9255         unsigned.
9257 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
9259         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
9260         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
9261         (inline_edge_summary_vec): Turn into ...
9262         (ipa_call_summaries): ... this one.
9263         (redirect_to_unreachable, edge_set_predicate,
9264         evaluate_properties_for_edge, inline_summary_alloc,
9265         reset_ipa_call_summary, reset_inline_summary,
9266         inline_summary_t::duplicate): Update.
9267         (inline_edge_duplication_hook): Turn to ...
9268         (ipa_call_summary_t::duplicate): ... this one.
9269         (inline_edge_removal_hook): Turn to ...
9270         (ipa_call_summary_t::remove): ... this one.
9271         (dump_inline_edge_summary): Turn to ...
9272         (dump_ipa_call_summary): ... this one.
9273         (estimate_function_body_sizes): Update.
9274         (inline_update_callee_summaries): Update.
9275         (remap_edge_change_prob): Update.
9276         (remap_edge_summaries): Update.
9277         (inline_merge_summary): Update.
9278         (do_estimate_edge_time): Update.
9279         (inline_generate_summary): Update.
9280         (inline_read_section): Update.
9281         (inline_read_summary): Update.
9282         (inline_free_summary): Update.
9283         * ipa-inline.c (can_inline_edge_p): Update.
9284         (compute_inlined_call_time): Update.
9285         (want_inline_small_function_p): Update.
9286         (edge_badness): Update.
9287         (early_inliner): Update.
9288         * ipa-inline.h (inline_edge_summary): Turn to ...
9289         (ipa_call_summary): ... this one.
9290         (ipa_call_summary_t): New class.
9291         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
9292         (ipa_call_summaries): New.
9293         (inline_edge_summary): Remove.
9294         (estimate_edge_growth): Update.
9295         * ipa-profile.c (ipa_propagate_frequency_1): Update.
9296         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
9297         * ipa-split.c (execute_split_functions): Update.
9298         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
9300 2017-05-19  Richard Biener  <rguenther@suse.de>
9302         PR middle-end/80764
9303         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
9305 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
9307         * config/rs6000/rs6000.c (struct machine_function): Add field
9308         fpr_is_wrapped_separately.
9309         (rs6000_get_separate_components): Use 64 components.  Handle the
9310         new FPR components.
9311         (rs6000_components_for_bb): Handle the FPR components.
9312         (rs6000_emit_prologue_components): Handle the FPR components.
9313         (rs6000_emit_epilogue_components): Handle the FPR components.
9314         (rs6000_set_handled_components): Handle the FPR components.
9315         (rs6000_emit_prologue): Don't output prologue code for those FPRs
9316         that are already separately shrink-wrapped.
9317         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
9318         that are already separately shrink-wrapped.
9320 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
9322         PR target/80510
9323         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
9324         New predicate.
9326         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
9327         (define_peephole2 for Altivec d-form load): Add peepholes to catch
9328         cases where the register allocator uses a move and an offsettable
9329         memory operation to/from a FPR register on ISA 2.06/2.07.
9330         (define_peephole2 for Altivec d-form store): Likewise.
9332 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
9334         PR target/80799
9335         * config/i386/mmx.md (*mov<mode>_internal): Enable
9336         alternatives 11, 12, 13 and 14 also for 32bit targets.
9337         Remove alternatives 15, 16, 17 and 18.
9338         * config/i386/sse.md (vec_concatv2di): Change
9339         alternative (!x, *y) to (x, ?!*Yn).
9341 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
9343         * dumpfile.h (enum dump_kind): Remove stray comma.
9345 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
9347         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
9348         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
9349         predicate::num_conditions
9350         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
9351         (CHANGED): turn into predicate::changed.
9352         (agg_position_info): Move to ipa-predicate.h
9353         (add_condition, predicate::add_clause, predicate::operator &=,
9354         predicate::or_with, predicate::evaluate, predicate::probability,
9355         dump_condition, dump_clause, predicate::dump,
9356         predicate::remap_after_duplication, predicate::remap_after_inlining,
9357         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
9358         (evaluate_conditions_for_known_args): Update.
9359         (set_cond_stmt_execution_predicate): Update.
9360         * ipa-inline.h: Include ipa-predicate.h
9361         (condition, inline_param_summary, conditions, agg_position_info,
9362         predicate): Move to ipa-predicate.h
9363         * ipa-predicate.c: New file.
9364         * ipa-predicate.h: New file.
9366 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
9368         * final.c (leaf_function_p): Check we are not in a sequence.
9370 2017-05-18  Martin Liska  <mliska@suse.cz>
9372         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
9373         * dumpfile.c (dump_register): Use new enum dump_kind.
9374         (get_dump_file_name): Likewise.
9375         (dump_enable_all): Likewise.
9376         (dump_switch_p_1): Likewise.
9377         (enable_rtl_dump_file): Remove usage of TDF_RTL.
9378         * dumpfile.h (enum dump_kind): New enum type.
9379         (struct dump_file_info): Create constructor and
9380         format fields and comments.
9381         * passes.c (pass_manager::register_one_dump_file):
9382         Use num dump_kind.
9383         * statistics.c (statistics_early_init): Likewise.
9384         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
9385         TDF_TREE with TDF_SLIM.
9386         (gather_memory_references_ref): Likewise.
9388 2017-05-18  Martin Liska  <mliska@suse.cz>
9390         * vec.h (struct vnull): Use it.
9392 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
9394         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
9395         (true_predicate, false_predicate, true_predicate_p,
9396         false_predicate_p): Remove.
9397         (single_cond_predicate, not_inlined_predicate): Turn to member function
9398         in ipa-inline.h
9399         (add_condition): Update.
9400         (add_clause): Turn to...
9401         (predicate::add_clause): ... this one; update; allow passing NULL
9402         as parameter.
9403         (and_predicates): Turn to ...
9404         (predicate::operator &=): ... this one.
9405         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
9406         (or_predicates): Turn to ...
9407         (predicate::or_with): ... this one.
9408         (evaluate_predicate): Turn to ...
9409         (predicate::evaluate): ... this one.
9410         (predicate_probability): Turn to ...
9411         (predicate::probability): ... this one.
9412         (dump_condition): Update.
9413         (dump_predicate): Turn to ...
9414         (predicate::dump): ... this one.
9415         (account_size_time): Update.
9416         (edge_set_predicate): Update.
9417         (set_hint_predicate): UPdate.
9418         (evaluate_conditions_for_known_args): Update.
9419         (evaluate_properties_for_edge): Update.
9420         (remap_predicate_after_duplication): Turn to...
9421         (predicate::remap_after_duplication): ... this one.
9422         (remap_hint_predicate_after_duplication): Update.
9423         (inline_summary_t::duplicate): UPdate.
9424         (dump_inline_edge_summary): Update.
9425         (dump_inline_summary): Update.
9426         (set_cond_stmt_execution_predicate): Update.
9427         (set_switch_stmt_execution_predicate): Update.
9428         (compute_bb_predicates): Update.
9429         (will_be_nonconstant_expr_predicate): Update.
9430         (will_be_nonconstant_predicate): Update.
9431         (phi_result_unknown_predicate): Update.
9432         (predicate_for_phi_result): Update.
9433         (array_index_predicate): Update.
9434         (estimate_function_body_sizes): Update.
9435         (estimate_node_size_and_time): Update.
9436         (estimate_ipcp_clone_size_and_time): Update.
9437         (remap_predicate): Rename to ...
9438         (predicate::remap_after_inlining): ... this one.
9439         (remap_hint_predicate): Update.
9440         (inline_merge_summary): Update.
9441         (inline_update_overall_summary): Update.
9442         (estimate_size_after_inlining): Update.
9443         (read_predicate): Rename to ...
9444         (predicate::stream_in): ... this one.
9445         (read_inline_edge_summary): Update.
9446         (write_predicate): Rename to ...
9447         (predicate::stream_out): ... this one.
9448         (write_inline_edge_summary): Update.
9449         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
9450         (clause_t): Turn to uint32_t
9451         (predicate): Turn to class; implement constructor and operators
9452         ==, !=, &
9453         (size_time_entry): Update.
9454         (inline_summary): Update.
9455         (inline_edge_summary): Update.
9457 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
9459         * fold-const.c (fold_binary_loc): Move transformation...
9460         * match.pd (C - X CMP X): ... here.
9462 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
9464         * config/sparc/sparc.c (sparc_option_override): Set function
9465         alignment for -mcpu=niagara7 to 64 to match the I$ line.
9466         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
9467         latency to 1.
9468         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
9469         latency to 2.
9470         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
9472 2017-05-18  Marek Polacek  <polacek@redhat.com>
9474         PR sanitizer/80797
9475         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
9476         (pass_ubsan::execute): Call gimple_assign_single_p instead of
9477         gimple_assign_load_p.
9479 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
9481         PR middle-end/80692
9482         * real.c (do_compare): Give decimal_do_compare preference over
9483         comparing just the signs.
9485 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
9487         * doc/md.texi (Canonicalization of Instructions): Describe the
9488         canonical form of instructions that inherently set a condition
9489         code register.
9491 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
9493         PR middle-end/80775
9494         * tree-cfg.c: Move deletion of unreachable case statements to after
9495         the merging of consecutive case labels.
9497 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9499         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
9500         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
9501         restoring of callee-saved registers.
9503 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
9505         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
9506         * config/visium/visium.c (single_set_and_flags): Likewise.
9507         * config/visium/visium.md (Substitutions): Likewise.
9509 2017-05-17  Martin Liska  <mliska@suse.cz>
9511         * cfg.c: Introduce dump_flags_t type and
9512         use it instead of int type.
9513         * cfg.h: Likewise.
9514         * cfghooks.c: Likewise.
9515         * cfghooks.h (struct cfg_hooks): Likewise.
9516         * cfgrtl.c: Likewise.
9517         * cfgrtl.h: Likewise.
9518         * cgraph.c (cgraph_node::get_body): Likewise.
9519         * coretypes.h: Likewise.
9520         * domwalk.c: Likewise.
9521         * domwalk.h: Likewise.
9522         * dumpfile.c (struct dump_option_value_info): Likewise.
9523         (dump_enable_all): Likewise.
9524         (dump_switch_p_1): Likewise.
9525         (opt_info_switch_p): Likewise.
9526         * dumpfile.h (enum tree_dump_index): Likewise.
9527         (struct dump_file_info): Likewise.
9528         * genemit.c: Likewise.
9529         * generic-match-head.c: Likewise.
9530         * gengtype.c (open_base_files): Likewise.
9531         * gimple-pretty-print.c: Likewise.
9532         * gimple-pretty-print.h: Likewise.
9533         * graph.c (print_graph_cfg): Likewise.
9534         * graphite-scop-detection.c (dot_all_sese): Likewise.
9535         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
9536         * loop-unroll.c (report_unroll): Likewise.
9537         * passes.c (pass_manager::register_one_dump_file): Likewise.
9538         * print-tree.c: Likewise.
9539         * statistics.c: Likewise.
9540         * tree-cfg.c: Likewise.
9541         * tree-cfg.h: Likewise.
9542         * tree-dfa.c: Likewise.
9543         * tree-dfa.h: Likewise.
9544         * tree-dump.c (dump_function): Likewise.
9545         * tree-dump.h (struct dump_info): Likewise.
9546         * tree-pretty-print.c: Likewise.
9547         * tree-pretty-print.h: Likewise.
9548         * tree-ssa-live.c: Likewise.
9549         * tree-ssa-live.h: Likewise.
9550         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
9551         * tree-vect-loop.c: Likewise.
9552         * tree-vect-slp.c: Likewise.
9554 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
9555             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9557         PR tree-optimization/80457
9558         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
9559         of all arguments to a statement as scalar_to_vec operations.
9560         (vectorizable_call): Adjust call to vect_model_simple_cost for
9561         new parameter.
9562         (vectorizable_conversion): Likewise.
9563         (vectorizable_assignment): Likewise.
9564         (vectorizable_shift): Likewise.
9565         (vectorizable_operation): Likewise.
9566         (vectorizable_comparison): Likewise.
9567         (vect_is_simple_cond): Record the def types for operands.
9568         (vectorizable_condition): Likewise, call vect_model_simple_cost.
9569         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
9570         for statement argument count.
9572 2017-05-16  Carl Love  <cel@us.ibm.com>
9574         * config/rs6000/rs6000-c: Add support for built-in functions
9575         vector unsigned long long vec_bperm (vector unsigned long long,
9576                                              vector unsigned char)
9577         vector signed long long vec_mule (vector signed int,
9578                                           vector signed int)
9579         vector unsigned long long vec_mule (vector unsigned int,
9580                                             vector unsigned int)
9581         vector signed long long vec_mulo (vector signed int,
9582                                           vector signed int)
9583         vector unsigned long long vec_mulo (vector unsigned int,
9584                                             vector unsigned int)
9585         vector signed char vec_sldw (vector signed char,
9586                                      vector signed char,
9587                                      const int)
9588         vector unsigned char vec_sldw (vector unsigned char,
9589                                        vector unsigned char,
9590                                        const int)
9591         vector signed short vec_sldw (vector signed short,
9592                                       vector signed short,
9593                                       const int)
9594         vector unsigned short vec_sldw (vector unsigned short,
9595                                         vector unsigned short,
9596                                         const int)
9597         vector signed int vec_sldw (vector signed int,
9598                                     vector signed int,
9599                                     const int)
9600         vector unsigned int vec_sldw (vector unsigned int,
9601                                       vector unsigned int,
9602                                       const int)
9603         vector signed long long vec_sldw (vector signed long long,
9604                                           vector signed long long,
9605                                           const int)
9606         vector unsigned long long vec_sldw (vector unsigned long long,
9607                                             vector unsigned long long,
9608                                             const int)
9609         * config/rs6000/rs6000-c: Add support for built-in functions
9610         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
9611         * config/rs6000/altivec.h: Add defintion for vec_sldw.
9612         * doc/extend.texi: Update the built-in documentation for the
9613         new built-in functions.
9615 2017-05-16  Marek Polacek  <polacek@redhat.com>
9617         PR sanitizer/80536
9618         PR sanitizer/80386
9619         * tree.c (save_expr): Don't fold the expression.
9621 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
9623         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
9624         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
9625         and (?*y,m).  Update insn attributes.
9627 2017-05-16  Martin Liska  <mliska@suse.cz>
9629         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
9630         flags argument of print_gimple_stmt, print_gimple_expr,
9631         print_generic_stmt and print_generic_expr.
9632         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
9633         * coretypes.h: Likewise.
9634         * except.c (dump_eh_tree): Likewise.
9635         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
9636         * gimple-pretty-print.h: Likewise.
9637         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
9638         (backprop::push_to_worklist): Likewise.
9639         (backprop::pop_from_worklist): Likewise.
9640         (backprop::process_use): Likewise.
9641         (backprop::intersect_uses): Likewise.
9642         (note_replacement): Likewise.
9643         * gimple-ssa-store-merging.c
9644         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
9645         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
9646         (pass_store_merging::execute): Likewise.
9647         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
9648         (ssa_base_cand_dump_callback): Likewise.
9649         (dump_incr_vec): Likewise.
9650         (replace_refs): Likewise.
9651         (replace_mult_candidate): Likewise.
9652         (create_add_on_incoming_edge): Likewise.
9653         (create_phi_basis): Likewise.
9654         (insert_initializers): Likewise.
9655         (all_phi_incrs_profitable): Likewise.
9656         (introduce_cast_before_cand): Likewise.
9657         (replace_one_candidate): Likewise.
9658         * gimplify.c (gimplify_expr): Likewise.
9659         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
9660         (set_rename): Likewise.
9661         (rename_uses): Likewise.
9662         (copy_loop_phi_nodes): Likewise.
9663         (add_close_phis_to_merge_points): Likewise.
9664         (copy_loop_close_phi_args): Likewise.
9665         (copy_cond_phi_args): Likewise.
9666         (graphite_copy_stmts_from_block): Likewise.
9667         (translate_pending_phi_nodes): Likewise.
9668         * graphite-poly.c (print_pdr): Likewise.
9669         (dump_gbb_cases): Likewise.
9670         (dump_gbb_conditions): Likewise.
9671         (print_scop_params): Likewise.
9672         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
9673         (build_cross_bb_scalars_use): Likewise.
9674         (gather_bbs::before_dom_children): Likewise.
9675         * hsa-dump.c (dump_hsa_immed): Likewise.
9676         * ipa-cp.c (print_ipcp_constant_value): Likewise.
9677         (get_replacement_map): Likewise.
9678         * ipa-inline-analysis.c (dump_condition): Likewise.
9679         (estimate_function_body_sizes): Likewise.
9680         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
9681         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
9682         * ipa-prop.c (ipa_dump_param): Likewise.
9683         (ipa_print_node_jump_functions_for_edge): Likewise.
9684         (ipa_modify_call_arguments): Likewise.
9685         (ipa_modify_expr): Likewise.
9686         (ipa_dump_param_adjustments): Likewise.
9687         (ipa_dump_agg_replacement_values): Likewise.
9688         (ipcp_modif_dom_walker::before_dom_children): Likewise.
9689         * ipa-pure-const.c (check_stmt): Likewise.
9690         (pass_nothrow::execute): Likewise.
9691         * ipa-split.c (execute_split_functions): Likewise.
9692         * omp-offload.c (dump_oacc_loop_part): Likewise.
9693         (dump_oacc_loop): Likewise.
9694         * trans-mem.c (tm_log_emit): Likewise.
9695         (tm_memopt_accumulate_memops): Likewise.
9696         (dump_tm_memopt_set): Likewise.
9697         (dump_tm_memopt_transform): Likewise.
9698         * tree-cfg.c (gimple_verify_flow_info): Likewise.
9699         (print_loop): Likewise.
9700         * tree-chkp-opt.c (chkp_print_addr): Likewise.
9701         (chkp_gather_checks_info): Likewise.
9702         (chkp_get_check_result): Likewise.
9703         (chkp_remove_check_if_pass): Likewise.
9704         (chkp_use_outer_bounds_if_possible): Likewise.
9705         (chkp_reduce_bounds_lifetime): Likewise.
9706         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
9707         (chkp_mark_completed_bounds): Likewise.
9708         (chkp_register_incomplete_bounds): Likewise.
9709         (chkp_mark_invalid_bounds): Likewise.
9710         (chkp_maybe_copy_and_register_bounds): Likewise.
9711         (chkp_build_returned_bound): Likewise.
9712         (chkp_get_bound_for_parm): Likewise.
9713         (chkp_build_bndldx): Likewise.
9714         (chkp_get_bounds_by_definition): Likewise.
9715         (chkp_generate_extern_var_bounds): Likewise.
9716         (chkp_get_bounds_for_decl_addr): Likewise.
9717         * tree-chrec.c (chrec_apply): Likewise.
9718         * tree-data-ref.c (dump_data_reference): Likewise.
9719         (dump_subscript): Likewise.
9720         (dump_data_dependence_relation): Likewise.
9721         (analyze_overlapping_iterations): Likewise.
9722         * tree-inline.c (expand_call_inline): Likewise.
9723         (tree_function_versioning): Likewise.
9724         * tree-into-ssa.c (dump_defs_stack): Likewise.
9725         (dump_currdefs): Likewise.
9726         (dump_names_replaced_by): Likewise.
9727         (dump_update_ssa): Likewise.
9728         (update_ssa): Likewise.
9729         * tree-object-size.c (pass_object_sizes::execute): Likewise.
9730         * tree-parloops.c (build_new_reduction): Likewise.
9731         (try_create_reduction_list): Likewise.
9732         (ref_conflicts_with_region): Likewise.
9733         (oacc_entry_exit_ok_1): Likewise.
9734         (oacc_entry_exit_single_gang): Likewise.
9735         * tree-pretty-print.h: Likewise.
9736         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
9737         (get_scalar_evolution): Likewise.
9738         (add_to_evolution): Likewise.
9739         (get_loop_exit_condition): Likewise.
9740         (analyze_evolution_in_loop): Likewise.
9741         (analyze_initial_condition): Likewise.
9742         (analyze_scalar_evolution): Likewise.
9743         (instantiate_scev): Likewise.
9744         (number_of_latch_executions): Likewise.
9745         (gather_chrec_stats): Likewise.
9746         (final_value_replacement_loop): Likewise.
9747         (scev_const_prop): Likewise.
9748         * tree-sra.c (dump_access): Likewise.
9749         (disqualify_candidate): Likewise.
9750         (create_access): Likewise.
9751         (reject): Likewise.
9752         (maybe_add_sra_candidate): Likewise.
9753         (create_access_replacement): Likewise.
9754         (analyze_access_subtree): Likewise.
9755         (analyze_all_variable_accesses): Likewise.
9756         (sra_modify_assign): Likewise.
9757         (initialize_constant_pool_replacements): Likewise.
9758         (find_param_candidates): Likewise.
9759         (decide_one_param_reduction): Likewise.
9760         (replace_removed_params_ssa_names): Likewise.
9761         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
9762         * tree-ssa-copy.c (dump_copy_of): Likewise.
9763         (copy_prop_visit_cond_stmt): Likewise.
9764         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
9765         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
9766         (record_equivalences_from_stmt): Likewise.
9767         * tree-ssa-dse.c (compute_trims): Likewise.
9768         (delete_dead_call): Likewise.
9769         (delete_dead_assignment): Likewise.
9770         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
9771         (forward_propagate_into_cond): Likewise.
9772         (pass_forwprop::execute): Likewise.
9773         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
9774         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
9775         Likewise.
9776         (move_computations_worker): Likewise.
9777         (execute_sm): Likewise.
9778         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
9779         (remove_exits_and_undefined_stmts): Likewise.
9780         (remove_redundant_iv_tests): Likewise.
9781         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
9782         (adjust_iv_update_pos): Likewise.
9783         * tree-ssa-math-opts.c (bswap_replace): Likewise.
9784         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
9785         (value_replacement): Likewise.
9786         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
9787         * tree-ssa-pre.c (print_pre_expr): Likewise.
9788         (get_representative_for): Likewise.
9789         (create_expression_by_pieces): Likewise.
9790         (insert_into_preds_of_block): Likewise.
9791         (eliminate_insert): Likewise.
9792         (eliminate_dom_walker::before_dom_children): Likewise.
9793         (eliminate): Likewise.
9794         (remove_dead_inserted_code): Likewise.
9795         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
9796         * tree-ssa-reassoc.c (get_rank): Likewise.
9797         (eliminate_duplicate_pair): Likewise.
9798         (eliminate_plus_minus_pair): Likewise.
9799         (eliminate_not_pairs): Likewise.
9800         (undistribute_ops_list): Likewise.
9801         (eliminate_redundant_comparison): Likewise.
9802         (update_range_test): Likewise.
9803         (optimize_range_tests_var_bound): Likewise.
9804         (optimize_vec_cond_expr): Likewise.
9805         (rewrite_expr_tree): Likewise.
9806         (rewrite_expr_tree_parallel): Likewise.
9807         (linearize_expr): Likewise.
9808         (break_up_subtract): Likewise.
9809         (linearize_expr_tree): Likewise.
9810         (attempt_builtin_powi): Likewise.
9811         (attempt_builtin_copysign): Likewise.
9812         (transform_stmt_to_copy): Likewise.
9813         (transform_stmt_to_multiply): Likewise.
9814         (dump_ops_vector): Likewise.
9815         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
9816         (print_scc): Likewise.
9817         (set_ssa_val_to): Likewise.
9818         (visit_reference_op_store): Likewise.
9819         (visit_use): Likewise.
9820         (sccvn_dom_walker::before_dom_children): Likewise.
9821         (run_scc_vn): Likewise.
9822         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
9823         Likewise.
9824         (expr_hash_elt::print): Likewise.
9825         (const_and_copies::pop_to_marker): Likewise.
9826         (const_and_copies::record_const_or_copy_raw): Likewise.
9827         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
9828         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
9829         (dump_predicates): Likewise.
9830         (find_uninit_use): Likewise.
9831         (warn_uninitialized_phi): Likewise.
9832         (pass_late_warn_uninitialized::execute): Likewise.
9833         * tree-ssa.c (verify_vssa): Likewise.
9834         (verify_ssa): Likewise.
9835         (maybe_optimize_var): Likewise.
9836         * tree-vrp.c (dump_value_range): Likewise.
9837         (dump_all_value_ranges): Likewise.
9838         (dump_asserts_for): Likewise.
9839         (register_edge_assert_for_2): Likewise.
9840         (vrp_visit_cond_stmt): Likewise.
9841         (vrp_visit_switch_stmt): Likewise.
9842         (vrp_visit_stmt): Likewise.
9843         (vrp_visit_phi_node): Likewise.
9844         (simplify_cond_using_ranges_1): Likewise.
9845         (fold_predicate_in): Likewise.
9846         (evrp_dom_walker::before_dom_children): Likewise.
9847         (evrp_dom_walker::push_value_range): Likewise.
9848         (evrp_dom_walker::pop_value_range): Likewise.
9849         (execute_early_vrp): Likewise.
9851 2017-05-16  Richard Biener  <rguenther@suse.de>
9853         * dwarf2out.c (loc_list_from_tree_1): Do not create
9854         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
9856 2017-05-16  Richard Biener  <rguenther@suse.de>
9858         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
9859         just generated.
9860         (note_variable_value_in_expr): If we resolved the decl ref
9861         do not push to the stack.
9863 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
9865         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
9866         operations in fast-math mode.
9867         (vaddq_f16): Likewise.
9868         (vmul_f16): Likewise.
9869         (vmulq_f16): Likewise.
9870         (vsub_f16): Likewise.
9871         (vsubq_f16): Likewise.
9872         * config/arm/neon.md (add<mode>3): New.
9873         (sub<mode>3): New.
9874         (fma:<VH:mode>3): New.  Also remove outdated comment.
9875         (mul<mode>3): New.
9877 2017-05-16  Martin Liska  <mliska@suse.cz>
9879         PR ipa/79849.
9880         PR ipa/79850.
9881         * ipa-devirt.c (warn_types_mismatch): Fix typo.
9882         (odr_types_equivalent_p): Likewise.
9884 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
9886         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
9888 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
9890         PR target/80425
9891         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
9892         non-interunit SSE move alternatives with '?'.
9893         (zero-extendsidi peephole2): New peephole to skip intermediate
9894         general register in SSE zero-extend sequence.
9896 2017-05-15  Jeff Law  <law@redhat.com>
9898         * reorg.c (relax_delay_slots): Create a new variable to hold
9899         the temporary target rather than clobbering TARGET_LABEL.
9901         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
9902         missing argument to extract_bit_field call.
9903         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
9905 2017-05-15  Martin Liska  <mliska@suse.cz>
9907         PR driver/31468
9908         * gcc.c (process_command): Do not allow empty argument of -o option.
9910 2017-05-15  Renlin Li  <renlin.li@arm.com>
9912         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
9913         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
9914         * config/aarch64/constraints.md (Usf): Add long call check.
9915         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
9916         (call_value): Likewise.
9917         (sibcall): Likewise.
9918         (sibcall_value): Likewise.
9919         (call_insn): New.
9920         (call_value_insn): New.
9921         (sibcall_insn): Update rtx pattern.
9922         (sibcall_value_insn): Likewise.
9923         (call_internal): Remove.
9924         (call_value_internal): Likewise.
9925         (sibcall_internal): Likewise.
9926         (sibcall_value_internal): Likewise.
9927         (call_reg): Likewise.
9928         (call_symbol): Likewise.
9929         (call_value_reg): Likewise.
9930         (call_value_symbol): Likewise.
9932 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
9934         PR target/80600
9935         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
9937 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
9939         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
9940         compatible with CCGOCmode and with CCZmode.
9942 2017-05-14  Martin Sebor  <msebor@redhat.com>
9944         PR middle-end/77671
9945         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
9946         (gimple_fold_builtin_snprintf): Same.
9947         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
9948         (gimple_fold_builtin_snprintf): Same.
9949         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
9950         of character types.
9951         (is_call_safe): New function.
9952         (try_substitute_return_value): Call it.
9953         (try_simplify_call): New function.
9954         (pass_sprintf_length::handle_gimple_call): Call it.
9956 2017-05-14  Martin Sebor  <msebor@redhat.com>
9958         PR middle-end/80669
9959         * builtins.c (expand_builtin_stpncpy): Simplify.
9961 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
9963         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
9964         * config/i386/i386.h
9965         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
9966         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
9967         (struct machine_function): Add new members call_ms2sysv,
9968         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
9969         (struct machine_frame_state): New fields sp_realigned and
9970         sp_realigned_offset.
9971         * config/i386/i386.c
9972         (enum xlogue_stub): New enum.
9973         (enum xlogue_stub_sets): New enum.
9974         (class xlogue_layout): New class.
9975         (struct ix86_frame): New fields stack_realign_allocate_offset,
9976         stack_realign_offset and outlined_save_offset.  Modify comments to
9977         detail stack layout when using out-of-line stubs.
9978         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
9979         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
9980         -mcall-ms2sysv-xlogues.
9981         (stub_managed_regs): New static variable.
9982         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
9983         registers managed by out-of-line stub.
9984         (disable_call_ms2sysv_xlogues): New function.
9985         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
9986         m->call_ms2sysv when appropriate and compute frame layout for
9987         out-of-line stubs.
9988         (sp_valid_at, fp_valid_at): New inline functions.
9989         (choose_basereg): New function.
9990         (choose_baseaddr): Add align parameter, use choose_basereg and modify
9991         all callers.
9992         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
9993         Use align parameter of choose_baseaddr to generated aligned SSE movs
9994         when possible.
9995         (pro_epilogue_adjust_stack): Modify to track
9996         machine_frame_state::sp_realigned.
9997         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
9998         (ix86_nsaved_sseregs): Likewise.
9999         (ix86_emit_save_regs): Likewise.
10000         (ix86_emit_save_regs_using_mov): Likewise.
10001         (ix86_emit_save_sse_regs_using_mov): Likewise.
10002         (get_scratch_register_on_entry): Likewise.
10003         (gen_frame_set): New function.
10004         (gen_frame_load): Likewise.
10005         (gen_frame_store): Likewise.
10006         (emit_outlined_ms2sysv_save): Likewise.
10007         (emit_outlined_ms2sysv_restore): Likewise.
10008         (ix86_expand_prologue): Modify stack re-alignment code and call
10009         emit_outlined_ms2sysv_save when appropriate.
10010         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
10011         parameter rtx_insn *insn, which allows the function to be used to only
10012         generate the notes.
10013         (ix86_expand_epilogue): Modify validity checks of frame and stack
10014         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
10015         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
10016         * config/i386/predicates.md
10017         (save_multiple): New predicate.
10018         (restore_multiple): Likewise.
10019         * config/i386/sse.md
10020         (save_multiple<mode>): New pattern.
10021         (save_multiple_realign<mode>): Likewise.
10022         (restore_multiple<mode>): Likewise.
10023         (restore_multiple_and_return<mode>): Likewise.
10024         (restore_multiple_leave_return<mode>): Likewise.
10025         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
10027 2017-05-14  Julia Koval  <julia.koval@intel.com>
10029         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
10030         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
10031         (__builtin_ia32_xsetbv): New builtins.
10032         * config/i386/i386.c (ix86_expand_special_args_builtin):
10033         Process new types.
10034         (ix86_expand_builtin): Special expand for new intrinsics.
10035         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
10036         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
10037         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
10039 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10041         * cfganal.c (inverted_post_order_compute): Change argument type
10042         to vec *.
10043         * cfganal.h (inverted_post_order_compute): Adjust prototype.
10044         * df-core.c (rest_of_handle_df_initialize): Adjust.
10045         (rest_of_handle_df_finish): Likewise.
10046         (df_analyze_1): Likewise.
10047         (df_analyze): Likewise.
10048         (loop_inverted_post_order_compute): Change argument to be a vec *.
10049         (df_analyze_loop): Adjust.
10050         (df_get_n_blocks): Likewise.
10051         (df_get_postorder): Likewise.
10052         * df.h (struct df_d): Change field to be a vec.
10053         * lcm.c (compute_laterin): Adjust.
10054         (compute_available): Likewise.
10055         * lra-lives.c (lra_create_live_ranges_1): Likewise.
10056         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
10057         * tree-ssa-pre.c (compute_antic): Likewise.
10059 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10061         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
10062         (depth_first_search::depth_first_search): Change structure init
10063         function to this constructor.
10064         (depth_first_search::add_bb): Rename function to this member.
10065         (depth_first_search::execute): Likewise.
10066         (flow_dfs_compute_reverse_finish): Adjust.
10068 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10070         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
10071         (longest_simple_path): Likewise.
10072         * shrink-wrap.c (spread_components): Likewise.
10073         (disqualify_problematic_components): Likewise.
10074         (emit_common_heads_for_components): Likewise.
10075         (emit_common_tails_for_components): Likewise.
10076         (insert_prologue_epilogue_for_components): Likewise.
10078 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10080         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
10081         auto_sbitmap.
10083 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10085         * df-core.c (df_set_blocks): Start using auto_bitmap.
10086         (df_compact_blocks): Likewise.
10087         * df-problems.c (df_rd_confluence_n): Likewise.
10088         * df-scan.c (df_insn_rescan_all): Likewise.
10089         (df_process_deferred_rescans): Likewise.
10090         (df_update_entry_block_defs): Likewise.
10091         (df_update_exit_block_uses): Likewise.
10092         (df_entry_block_bitmap_verify): Likewise.
10093         (df_exit_block_bitmap_verify): Likewise.
10094         (df_scan_verify): Likewise.
10095         * lra-constraints.c (lra_constraints): Likewise.
10096         (undo_optional_reloads): Likewise.
10097         (lra_undo_inheritance): Likewise.
10098         * lra-remat.c (calculate_gen_cands): Likewise.
10099         (do_remat): Likewise.
10100         * lra-spills.c (assign_spill_hard_regs): Likewise.
10101         (spill_pseudos): Likewise.
10102         * tree-ssa-pre.c (bitmap_set_and): Likewise.
10103         (bitmap_set_subtract_values): Likewise.
10105 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10107         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
10108         management with auto_bitmap.
10109         (fix_inter_tick): Likewise.
10110         (fix_recovery_deps): Likewise.
10111         * ira.c (add_store_equivs): Likewise.
10112         (find_moveable_pseudos): Likewise.
10113         (split_live_ranges_for_shrink_wrap): Likewise.
10114         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
10115         (rtx_reuse_manager::seen_def_p): Likewise.
10116         (rtx_reuse_manager::set_seen_def): Likewise.
10117         * print-rtl.h (class rtx_reuse_manager): Likewise.
10119 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10121         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
10122         lifetime.
10123         (migrate_btr_def): Likewise.
10124         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
10125         * df-core.c (loop_post_order_compute): Likewise.
10126         (loop_inverted_post_order_compute): Likewise.
10127         * hsa-common.h: Likewise.
10128         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
10129         * init-regs.c (initialize_uninitialized_regs): Likewise.
10130         * ipa-inline.c (resolve_noninline_speculation): Likewise.
10131         (inline_small_functions): Likewise.
10132         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
10133         * ira.c (combine_and_move_insns): Likewise.
10134         (build_insn_chain): Likewise.
10135         * loop-invariant.c (find_invariants): Likewise.
10136         * lower-subreg.c (propagate_pseudo_copies): Likewise.
10137         * predict.c (tree_predict_by_opcode): Likewise.
10138         (predict_paths_leading_to): Likewise.
10139         (predict_paths_leading_to_edge): Likewise.
10140         (estimate_loops_at_level): Likewise.
10141         (estimate_loops): Likewise.
10142         * shrink-wrap.c (try_shrink_wrapping): Likewise.
10143         (spread_components): Likewise.
10144         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
10145         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
10146         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
10147         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
10148         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
10149         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
10150         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
10151         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
10152         (mark_threaded_blocks): Likewise.
10153         (thread_through_all_blocks): Likewise.
10154         * tree-ssa.c (verify_ssa): Likewise.
10155         (execute_update_addresses_taken): Likewise.
10156         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
10158 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10160         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
10161         auto_vec.
10162         (post_order_compute): Likewise.
10163         (inverted_post_order_compute): Likewise.
10164         (pre_and_rev_post_order_compute_fn): Likewise.
10166 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10168         * genrecog.c (int_set::int_set): Explicitly construct our
10169         auto_vec base class.
10170         * vec.h (auto_vec::auto_vec): New constructor.
10172 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10174         * bitmap.h (class auto_bitmap): New constructor taking
10175         bitmap_obstack * argument.
10177 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10179         * bitmap.h (class auto_bitmap): Change type of m_bits to
10180         bitmap_head, and adjust ctor / dtor and member operators.
10182 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
10184         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
10185         when returned register mode doesn't match original mode.
10187 2017-05-12  Jeff Law  <law@redhat.com>
10188             Jakub Jelinek  <jakub@redhat.com>
10190         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
10191         we look for cc setter after the compare-elim changes.
10192         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
10193         within the vector to match what compare-elim now expects.
10194         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
10195         (xorsi3_flags, one_cmplsi2_flags): Likewise.
10197         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
10198         after the compare-elim changes.
10199         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
10200         the vector to match what compare-elim now expects.
10201         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
10202         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
10203         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
10204         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
10205         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
10207         * config/visium/visium.c (single_set_and_flags): Fix where
10208         we look for cc setter after the compare-elim changes.
10209         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
10210         with the vector to match what compare-elim now expects.
10211         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
10212         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
10213         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
10214         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
10215         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
10216         (neg<mode>2_insn_set_overflow): Likewise.
10218 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
10220         PR middle-end/79794
10221         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
10222         maybe_expand_insn call, set ops[0].target.  If still set after call,
10223         set alt_rtl.  Add extra arg to recursive calls.
10224         (extract_bit_field): Add alt_rtl argument.  Pass to
10225         extract_bit_field.
10226         * expmed.h (extract_bit_field): Fix prototype.
10227         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
10228         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
10229         to extract_bit_field_calls.
10230         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
10231         Pass alt_rtl to extract_bit_field calls.
10232         * calls.c (store_unaligned_arguments_into_psuedos)
10233         load_register_parameters): Pass extra NULL to extract_bit_field calls.
10234         * optabs.c (maybe_legitimize_operand): Clear op->target when call
10235         gen_reg_rtx.
10236         * optabs.h (struct expand_operand): Add target bitfield.
10238 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
10240         * compare-elim.c (try_eliminate_compare): Canonicalize
10241         operation with embedded compare to
10242         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
10243          (set (reg) (operation)].
10245         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
10247 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
10249         PR target/80723
10250         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
10251         cost of adding a carry flag for ADC instruction.
10252         [case MINUS]: Ignore the cost of subtracting a carry flag
10253         for SBB instruction.
10255 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
10257         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
10258         and x86intrin.h
10259         * config/rs6000/bmiintrin.h: New file.
10260         * config/rs6000/bmi2intrin.h: New file.
10261         * config/rs6000/x86intrin.h: New file.
10263 2017-05-12  Jeff Law  <law@redhat.com>
10265         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
10266         markers.
10268 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
10270         PR middle-end/80707
10271         * tree-cfg.c: Remove cfg edges of unreachable case statements.
10273 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
10275         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
10276         early expansion of vector divide builtins.
10277         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
10278         builtins identified as having unsigned arguments.
10280 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
10282         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
10283         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
10284         expansion of vector logical operations (and, andc, or, xor,
10285         nor, orc, nand).
10287 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
10289         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
10290         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
10292 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
10294         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
10295         early GIMPLE expansion of vector multiplies.
10297 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
10299         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
10300         TARGET_HAVE_MOVT conditional.
10301         (movt splitter): Likewise.
10303 2017-05-12  Richard Biener  <rguenther@suse.de>
10305         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
10306         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
10307         Fold all stmts not inplace.
10309 2017-05-12  Richard Biener  <rguenther@suse.de>
10311         PR tree-optimization/80713
10312         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
10313         inserted_exprs bit for not removed stmts.
10315 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
10317         PR middle-end/69921
10318         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
10319         parallelized" attribute for parallelized OpenACC kernels.
10320         * omp-offload.c (execute_oacc_device_lower): Use it.
10322         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
10323         Set "oacc kernels" attribute.
10324         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
10325         parameter.  Adjust all users.
10326         (oacc_fn_attrib_kernels_p): Remove function.
10327         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
10328         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
10329         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
10330         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
10331         assert "oacc kernels" attribute is set.
10333 2017-05-11  Carl Love  <cel@us.ibm.com>
10335         * config/rs6000/rs6000-c: Add support for built-in functions
10336         vector unsigned char vec_popcnt (vector signed char)
10337         vector unsigned char vec_popcnt (vector unsigned char)
10338         vector unsigned short vec_popcnt (vector signed short)
10339         vector unsigned short vec_popcnt (vector unsigned short)
10340         vector unsigned int vec_popcnt (vector signed int)
10341         vector unsigned int vec_popcnt (vector unsigned int)
10342         vector unsigned long long vec_popcnt (vector signed long long)
10343         vector unsigned long long vec_popcnt (vector unsigned long long)
10344         vector signed long long vec_slo (vector signed long long,
10345                                          vector signed char)
10346         vector signed long long vec_slo (vector signed long long,
10347                                          vector unsigned char)
10348         vector unsigned long long vec_slo (vector unsigned long long,
10349                                            vector signed char)
10350         vector unsigned long long vec_slo (vector unsigned long long,
10351                                            vector unsigned char)
10352         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
10353         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
10354         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
10355         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
10356         * doc/extend.texi: Update the built-in documentation file for the
10357         new built-in functions.
10359 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
10361         * attribs.h (sorted_attr_string): Move machine independent
10362         functions for target clone support from the i386 port to common
10363         code.  Rename ix86_function_versions to common_function_versions.
10364         Rename make_name to make_unique_name.
10365         (common_function_versions): Likewise.
10366         (make_unique_name): Likewise.
10367         (make_dispatcher_decl): Likewise.
10368         (is_function_default_version): Likewise.
10369         * attribs.c (attr_strcmp): Likewise.
10370         (sorted_attr_string): Likewise.
10371         (common_function_versions): Likewise.
10372         (make_unique_name): Likewise.
10373         (make_dispatcher_decl): Likewise.
10374         (is_function_default_version): Likewise.
10375         * config/i386/i386.c (attr_strcmp): Likewise.
10376         (sorted_attr_string): Likewise.
10377         (ix86_function_versions): Likewise.
10378         (make_name): Likewise.
10379         (make_dispatcher_decl): Likewise.
10380         (is_function_default_version): Likewise.
10381         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
10383 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10385         PR target/80695
10386         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
10387         Account for direct move costs for vec_construct of integer
10388         vectors.
10390 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
10392         PR target/80706
10393         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
10394         (UNSPEC_STX_ATOMIC): Ditto.
10395         (loaddi_via_sse): New insn.
10396         (storedi_via_sse): Ditto.
10397         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
10398         Update corresponding peephole2 patterns.
10399         (atomic_storedi_fpu): Ditto.
10401 2017-05-11  Julia Koval  <julia.koval@intel.com>
10403         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
10404         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
10405         New intrinsics.
10406         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
10407         (__builtin_ia32_rsqrt14ss_mask): New builtins.
10408         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
10410 2017-05-11  Nathan Sidwell  <nathan@acm.org>
10412         * graphite-poly.c: Include dumpfile.h.
10414         * dumpfle.h (dump_function): Declare here ...
10415         * tree-dump.h (dump_function): ... not here.
10416         * dumpfile.c: #include tree-cfg.h.
10417         (dump_function): Move here from ...
10418         * tree-dump.c (dump_function): ... here.
10419         * gimplify.c: #include splay-tree.h, not tree-dump.h.
10420         * graphite-poly.c: Don't include tree-dump.h.
10421         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
10422         * print-tree.c: Likewise.
10423         * stor-layout.c: Likewise.
10424         * tree-nested.c: Likewise.
10426         * dumpfile.c (dump_start): Use TDF_FLAGS.
10427         (dump_enable_all): Fix TDF_KIND check thinko.
10429 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10431         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10432         array entries to represent two legal parameterizations of the
10433         overloaded __builtin_cmpb function, as represented by the
10434         P6_OV_BUILTIN_CMPB constant.
10435         (altivec_resolve_overloaded_builtin): Add special case handling
10436         for the __builtin_cmpb function, as represented by the
10437         P6_OV_BUILTIN_CMPB constant.
10438         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
10439         (BU_P6_64BIT_2): New macro.
10440         (BU_P6_OVERLOAD_2): New macro
10441         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
10442         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
10443         (CMPB): Add overload support to represent both 32-bit and 64-bit
10444         compare-bytes function.
10445         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
10446         support for TARGET_CMPB.
10447         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
10448         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
10449         documentation of the __builtin_cmpb overloaded built-in function.
10451 2017-05-11  Richard Biener  <rguenther@suse.de>
10453         PR tree-optimization/80705
10454         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
10455         bases are not vectorizable.
10457 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10459         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
10460         when counting register pressure.
10462 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10464         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
10465         (iv_ca_more_deps): Renamed to ...
10466         (iv_ca_compare_deps): ... this.
10467         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
10469 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10471         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
10472         to ...
10473         (determine_group_iv_costs): ... here.
10474         (find_inv_vars_cb): Record inv var if it's not recorded before.
10476 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10478         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
10479         (get_shiftadd_cost): Ditto.
10481 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10483         * tree-ssa-address.c: Include header file.
10484         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
10485         address.
10486         (add_to_parts): Refactor.
10487         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
10488         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
10489         in new order.
10491 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10493         PR tree-optimization/53090
10494         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
10495         COMP_IV_EXPR_2.
10496         (extract_cond_operands): Detect condition with IV on both sides
10497         and return COMP_IV_EXPR_2.
10498         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
10499         (rewrite_use_compare): Simplify by removing call to function
10500         extract_cond_operands.
10502 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10504         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
10505         (extract_cond_operands): Detect condition comparing against non-
10506         invariant bound and return appropriate enum value.
10507         (find_interesting_uses_cond): Update use of extract_cond_operands.
10508         Handle its return value accordingly.
10509         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
10511 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10513         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
10514         nonlinear iv_use computation in loop invariant sensitive way.
10516 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10518         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
10519         (find_iv_candidates): Call relate_compare_use_with_all_cands.
10521 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10523         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
10524         (dump_cand): Support iv_cand.inv_exprs.
10525         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
10526         for candidates.
10527         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
10528         iv_cand.inv_exprs.
10530 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10532         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
10533         from ...
10534         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
10535         as local function.  Include necessary header files.
10536         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
10538 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10540         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
10542 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10544         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
10545         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
10546         RSHIFT_EXPR and BIT_NOT_EXPR.
10548 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10550         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
10551         (adjust_setup_cost): New parameter supporting round up adjustment.
10552         (struct address_cost_data): Delete.
10553         (force_expr_to_var_cost): Don't bound cost with spill_cost.
10554         (split_address_cost, ptr_difference_cost): Delete.
10555         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
10556         (struct ainc_cost_data): New struct.
10557         (get_address_cost_ainc): New function.
10558         (get_address_cost, get_computation_cost): Reimplement.
10559         (determine_group_iv_cost_address): Record inv_expr for all uses of
10560         a group.
10561         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
10562         (iv_ca_has_deps): Reimplemented to ...
10563         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
10564         than OLD_CP.
10565         (iv_ca_extend): Call iv_ca_more_deps.
10567 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10569         * tree-ssa-address.c (struct mem_address): Move to header file.
10570         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
10571         * tree-ssa-address.h (struct mem_address): Move from C file.
10572         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
10574 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10576         * tree-affine.h (aff_combination_type): New interface.
10577         (aff_combination_zero_p): Remove static.
10578         (aff_combination_const_p): New interface.
10579         (aff_combination_singleton_var_p): New interfaces.
10581 2017-05-11  Richard Biener  <rguenther@suse.de>
10583         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
10584         Skip unreachable blocks and destinations.
10585         (eliminate): Move stmt removal and fixup ...
10586         (fini_eliminate): ... here.  Skip inserted exprs.
10587         (pass_pre::execute): Move fini_pre after fini_eliminate.
10588         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
10589         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
10590         PRE to get rid of dead code that has invalid SSA form and
10591         split critical edges again.
10593 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
10595         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
10597 2017-05-11  Richard Biener  <rguenther@suse.de>
10599         * passes.c (execute_function_todo): Verify loops if they are
10600         said to be up-to-date.
10601         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
10602         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
10604 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
10606         PR target/80090
10607         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
10608         handle calling assemble_external ourself.
10610         PR target/79027
10611         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
10612         modes with zero size.  Enhance comment.
10614 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10616         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
10617         built-ins for vec_xl and vec_xst with short and char pointer
10618         arguments.
10620 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
10622         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
10623         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
10624         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
10625         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
10626         (_mm_maskz_min_round_ss): New intrinsics.
10627         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
10628         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
10629         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
10630         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
10631         (__builtin_ia32_minss_mask_round): New builtins.
10632         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
10633         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
10634         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
10635         Rename to ...
10636         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
10637         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
10638         Change to ...
10639         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
10640         ... this.
10642 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
10644         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
10645         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
10646         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
10647         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
10648         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
10649         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
10650         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
10651         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
10652         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
10653         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
10654         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
10655         (__builtin_ia32_mulss_mask_round): New builtins.
10656         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
10657         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
10658         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
10659         Rename to ...
10660         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
10661         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
10662         Change to ...
10663         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
10664         ... this.
10666 2017-05-10  Julia Koval  <julia.koval@intel.com>
10668         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
10669         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
10670         (_mm256_setr_m128i): New intrinsics.
10672 2017-05-10  Julia Koval  <julia.koval@intel.com>
10674         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
10675         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
10676         (_mm_maskz_rcp14_ss): New intrinsics.
10677         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
10678         (__builtin_ia32_rcp14ss_mask): New builtins.
10679         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
10681 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
10683         PR tree-optimization/51513
10684         * tree-cfg.c (gimple_seq_unreachable_p): New function.
10685         (assert_unreachable_fallthru_edge_p): Use it.
10686         (group_case_labels_stmt): Likewise.
10687         * tree-cfg.h: Prototype it.
10688         * stmt.c: Include cfghooks.h and tree-cfg.h.
10689         (emit_case_dispatch_table) <gap_label>: New local variable.
10690         Use it to fill dispatch table gaps.
10691         Test for default_label before updating probabilities.
10692         (expand_case) <default_label>: Remove unneeded initialization.
10693         Test for unreachable default case statement and remove its edge.
10694         Set default_label accordingly.
10695         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
10697 2017-05-10  Carl Love  <cel@us.ibm.com>
10699         * config/rs6000/rs6000-c: Add support for built-in functions
10700         vector signed char      vec_neg (vector signed char)
10701         vector signed short int vec_neg (vector short int)
10702         vector signed int       vec_neg (vector signed int)
10703         vector signed long long vec_neg (vector signed long long)
10704         vector float            vec_neg (vector float)
10705         vector double           vec_neg (vector double)
10706         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
10707         overload.
10708         * config/rs6000/altivec.h: Add define for vec_neg
10709         * doc/extend.texi: Update the built-in documentation for the
10710         new built-in functions.
10712 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
10714         PR tree-optimization/77644
10715         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
10717 2017-05-10  Nathan Sidwell  <nathan@acm.org>
10719         * dumpfile.h (TDI_lang_all): New.
10720         (TDF_KIND): New. Renumber others
10721         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
10722         than bits.
10723         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
10724         lang-all.
10725         (get_dump_file_name): Adjust suffix generation.
10726         (dump_enable_all): Use TDF_KIND.
10727         * doc/invoke.texi (-fdump-lang-all): Document.
10729         * dumpfile.h: Tabify.
10731 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
10733         PR target/80671
10734         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
10735         Move member access before delete.
10737 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
10739         * tree-inline.c (expand_call_inline): Split block at stmt
10740         before the call.
10742 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
10744         PR target/68163
10745         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
10746         are now unused after splitting mov{sf,sd}_hardfloat.
10747         (f32_lr2): Likewise.
10748         (f32_lm): Likewise.
10749         (f32_lm2): Likewise.
10750         (f32_li): Likewise.
10751         (f32_li2): Likewise.
10752         (f32_lv): Likewise.
10753         (f32_sr): Likewise.
10754         (f32_sr2): Likewise.
10755         (f32_sm): Likewise.
10756         (f32_sm2): Likewise.
10757         (f32_si): Likewise.
10758         (f32_si2): Likewise.
10759         (f32_sv): Likewise.
10760         (f32_dm): Likewise.
10761         (f32_vsx): Likewise.
10762         (f32_av): Likewise.
10763         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
10764         For movsf, order stores so the VSX stores occur before the GPR
10765         store which encourages the register allocator to use a traditional
10766         FPR instead of a GPR.  For movsd, order the stores so that the GPR
10767         store comes before the VSX stores to allow the power6 to work.
10768         This is due to the power6 not having a 32-bit integer store
10769         instruction from a FPR.
10770         (movsf_hardfloat): Likewise.
10771         (movsd_hardfloat): Likewise.
10773 2017-05-09  Martin Sebor  <msebor@redhat.com>
10775         PR translation/80280
10776         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
10777         added in r247778.
10779         PR translation/80280
10780         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
10781         data member added in r247778.
10782         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
10784 2017-05-09  Nathan Sidwell  <nathan@acm.org>
10786         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
10788         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
10789         typedefs.
10791 2017-05-09  Marek Polacek  <polacek@redhat.com>
10793         * doc/invoke.texi: Fix typo.
10795 2017-05-09  Richard Biener  <rguenther@suse.de>
10797         * tree-vrp.c (vrp_val_is_max): Adjust comment.
10798         (vrp_val_is_min): Likewise.
10799         (set_value_range_to_value): Likewise.
10800         (set_value_range_to_nonnegative): Likewise.
10801         (gimple_assign_nonzero_p): Likewise.
10802         (gimple_stmt_nonzero_p): Likewise.
10803         (vrp_int_const_binop): Likewise.  Remove unreachable case.
10804         (adjust_range_with_scev): Adjust comments.
10805         (compare_range_with_value): Likewise.
10806         (extract_range_from_phi_node): Likewise.
10807         (test_for_singularity): Likewise.
10809 2017-05-09  Richard Biener  <rguenther@suse.de>
10811         * tree-vrp.c (get_single_symbol): Add assert that we don't
10812         get overflowed constants as invariant part.
10813         (compare_values_warnv): Add comment before the TREE_NO_WARNING
10814         checks.  Use wi::cmp instead of recursing for integer constants.
10815         (compare_values): Just ignore whether we assumed undefined
10816         overflow instead of failing the compare.
10817         (extract_range_for_var_from_comparison_expr): Add comment before the
10818         TREE_NO_WARNING sets.
10819         (test_for_singularity): Likewise.
10820         (extract_range_from_comparison): Do not disable optimization
10821         when we assumed undefined overflow.
10822         (extract_range_basic): Remove init of unused var.
10824 2017-05-09  Richard Biener  <rguenther@suse.de>
10826         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
10827         (extract_range_from_multiplicative_op_1): Adjust.
10828         (extract_range_from_binary_expr_1): Use int_const_binop.
10830 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10832         PR target/80101
10833         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
10834         rs6000_store_data_bypass_p in seven define_bypass directives and
10835         in several comments.
10836         * config/rs6000/rs6000-protos.h: Add prototype for
10837         rs6000_store_data_bypass_p function.
10838         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
10839         function implements slightly different (rs6000-specific) semantics
10840         than store_data_bypass_p, returning false rather than aborting
10841         with assertion error when arguments do not satisfy the
10842         requirements of store data bypass.
10843         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
10844         rs6000_store_data_bypass_p.
10846 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
10848         * config/xtensa/xtensa-protos.h
10849         (xtensa_initial_elimination_offset): New declaration.
10850         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
10851         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
10852         macro definition, add case for FRAME_POINTER_REGNUM when
10853         FRAME_GROWS_DOWNWARD.
10854         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
10855         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
10856         xtensa_initial_elimination_offset.
10858 2017-05-08  Nathan Sidwell  <nathan@acm.org>
10860         * doc/invoke.texi: Alphabetize -fdump options.
10862 2017-05-08  Martin Sebor  <msebor@redhat.com>
10864         PR translation/80280
10865         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
10867 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10869         * target.def (compute_frame_layout): New optional target hook.
10870         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
10871         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
10872         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
10873         target hook.
10874         * reload1.c (verify_initial_elim_offsets): Likewise.
10875         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
10876         (use_simple_return_p): Call arm_compute_frame_layout if needed.
10877         (arm_get_frame_offsets): Split up into this ...
10878         (arm_compute_frame_layout): ... and this function.
10880 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
10882         * config/aarch64/constraints.md (Usa): New constraint.
10883         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
10885 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10887         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
10888         with_multilib_list after it has been checked.
10890 2017-05-08  Richard Biener  <rguenther@suse.de>
10892         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
10893         (bitmap_set_subtract_values): Likewise.
10895 2017-05-08  Richard Biener  <rguenther@suse.de>
10897         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
10898         (gimple_assign_nonzero): ... this and remove strict_overflow_p
10899         argument.
10900         (gimple_stmt_nonzero_warnv_p): Rename to ...
10901         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
10902         argument.
10903         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
10904         (extract_range_basic): Adjust, do not disable propagation on
10905         strict overflow sensitive simplification.
10906         (vrp_visit_cond_stmt): Likewise.
10908 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
10910         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
10911         body size unconditionally.
10913 2017-05-07  Jeff Law  <law@redhat.com>
10915         Revert:
10916         2017-05-06  Jeff Law  <law@redhat.com>
10917         PR tree-optimization/78496
10918         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
10919         code.
10921         PR tree-optimization/78496
10922         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
10923         (simplify_stmt_using_ranges): Call it.
10924         (vrp_dom_walker::before_dom_children): Extract equivalences
10925         from an ASSERT_EXPR with an equality comparison against a
10926         constant.
10928 2017-05-06  Jeff Law  <law@redhat.com>
10930         PR tree-optimization/78496
10931         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
10932         code.
10934         PR tree-optimization/78496
10935         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
10936         (simplify_stmt_using_ranges): Call it.
10937         (vrp_dom_walker::before_dom_children): Extract equivalences
10938         from an ASSERT_EXPR with an equality comparison against a
10939         constant.
10941 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
10943         * lra-constraints.c (lra_copy_reg_equiv): New function.
10944         (split_reg): Use it to copy equivalence information from the
10945         original register to the spill register.
10947 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
10949         PR rtl-optimization/75964
10950         * simplify-rtx.c (simplify_const_relational_operation): Remove
10951         invalid handling of comparisons of integer ABS.
10953 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
10955         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
10956         initialize to zero.
10957         (init_regs): Remove declaration.
10958         (function_arg_advance_32): Initialize error_p as boolean variable.
10960 2017-05-05  Nathan Sidwell  <nathan@acm.org>
10962         * store-motion.c (remove_reachable_equiv_notes): Reformat long
10963         lines.  Use for (;;).
10965 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10967         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
10968         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
10969         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
10970         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
10971         VF=2 that require versioning.
10973 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
10975         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
10976         int.
10978 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
10980         * diagnostic.h (diagnostic_override_option_index): Convert from
10981         macro to inline function.
10983 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
10985         * diagnostic.c (last_module_changed_p): New function.
10986         (set_last_module): New function.
10987         (diagnostic_report_current_module): Convert macro usage to
10988         the above functions.
10989         * diagnostic.h (diagnostic_context::last_module): Strengthen
10990         from const line_map * to const line_map_ordinary *.
10991         (diagnostic_last_module_changed): Delete macro.
10992         (diagnostic_set_last_module): Delete macro.
10994 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
10996         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
10997         with diagnostic_report_diagnostic.
10998         (diagnostic_n_impl_richloc): Likewise.
10999         * diagnostic.h (report_diagnostic): Delete macro.
11000         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
11001         with diagnostic_report_diagnostic.
11002         * substring-locations.c (format_warning_va): Likewise.
11004 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
11006         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
11007         save/restor of format_spec.  Move option-printing code to...
11008         (print_option_information): ...this new function, and
11009         reimplement by simply printing to the pretty_printer,
11010         rather than appending to the format string.
11012 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
11014         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
11015         handling logic into...
11016         (update_effective_level_from_pragmas): ...this new function.
11018 2017-05-04  Andrew Waterman  <andrew@sifive.com>
11020         * config/riscv/riscv.opt (mstrict-align): New option.
11021         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
11022         (SLOW_UNALIGNED_ACCESS): Define.
11023         (riscv_slow_unaligned_access): Declare.
11024         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
11025         field.
11026         (riscv_slow_unaligned_access): New variable.
11027         (rocket_tune_info): Set slow_unaligned_access to true.
11028         (optimize_size_tune_info): Set slow_unaligned_access to false.
11029         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
11030         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
11031         (riscv_option_override): Set riscv_slow_unaligned_access.
11032         * doc/invoke.texi: Add -mstrict-align to RISC-V.
11034 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
11036         * config/riscv/riscv.md: Unify indentation.
11038 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
11040         PR target/79038
11041         PR target/79202
11042         PR target/79203
11043         * config/rs6000/rs6000.md (u code attribute): Add FIX and
11044         UNSIGNED_FIX.
11045         (extendsi<mode>2): Add support for doing sign extension via
11046         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
11047         don't have ISA 3.0 instructions.
11048         (extendsi<mode>2 splitter): Likewise.
11049         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
11050         generate the normal insns since SImode can now go in vector
11051         registers.  Disallow the special UNSPECs needed for previous
11052         machines to hide SImode being used.  Add new insns
11053         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
11054         (fix_trunc<mode>si2_stfiwx): Likewise.
11055         (fix_trunc<mode>si2_internal): Likewise.
11056         (fixuns_trunc<mode>si2): Likewise.
11057         (fixuns_trunc<mode>si2_stfiwx): Likewise.
11058         (fctiw<u>z_<mode>_smallint): Likewise.
11059         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
11060         of floating point to 32-bit integer from doing a direct move to
11061         the GPR registers to do a store.
11062         (fctiwz_<mode>): Break long line.
11064 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
11066         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
11067         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
11068         (addr_list, addr_offset_valid_p): New.
11069         (split_address_groups): Check offset validity with above function.
11070         (gt-tree-ssa-loop-ivopts.h): Include header file.
11072 2017-05-05  Nathan Sidwell  <nathan@acm.org>
11074         * config.gcc (arm*-*-*): Add missing 'fi'.
11076 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
11078         * doc/invoke.texi (-fopt-info): Explicitly say order of options
11079         included in -fopt-info does not matter.
11080         * doc/optinfo.texi (-fopt-info): Fix description of default
11081         behavour. Explicitly say order of options included in -fopt-info
11082         does not matter.
11084 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11086         * config.gcc: Allow combinations of aprofile and rmprofile values for
11087         --with-multilib-list.
11088         * config/arm/t-multilib: New file.
11089         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
11090         variables.  Remove setting of ISA and floating-point ABI in
11091         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
11092         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
11093         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
11094         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
11095         CPU options.
11096         * config/arm/t-rmprofile: Likewise except for the matches changes.
11097         * doc/install.texi (--with-multilib-list): Document the combination of
11098         aprofile and rmprofile values and warn about pitfalls in doing that.
11100 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
11102         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
11103         (movdi_aarch64): Likewise.
11105 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
11107         PR tree-optimization/80632
11108         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
11109         field.
11110         (build_arrays): Initialize it for virtual phis.
11111         (fix_phi_nodes): Use it for virtual phis.
11113         PR tree-optimization/80558
11114         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
11115         [x, y] op z into [x op, y op z] for op & or | if conditions
11116         are met.
11118 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11119             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
11121         PR target/71607
11122         * config/arm/arm.md (use_literal_pool): Remove.
11123         (64-bit immediate split): No longer takes cost into consideration
11124         if arm_disable_literal_pool is enabled.
11125         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
11126         used when arm_disable_literal_pool is enabled.
11127         (arm_max_const_double_inline_cost): Remove use of
11128         arm_disable_literal_pool.
11129         (push_minipool_fix): Add assert.
11130         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
11131         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
11132         (no_literal_pool_sf_immediate): New.
11134 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11136         PR tree-optimization/80613
11137         * tree-ssa-dce.c (propagate_necessity): Remove cases for
11138         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
11140 2017-05-05  Richard Biener  <rguenther@suse.de>
11142         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
11144 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
11146         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
11147         of this flag from insn conditions due to removal from r247495.
11149 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
11151         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
11152         New function.
11153         (arm_early_store_addr_dep_ptr): Likewise.
11154         * config/arm/aarch-common-protos.h
11155         (arm_early_load_addr_dep_ptr): Add prototype.
11156         (arm_early_store_addr_dep_ptr): Likewise.
11157         * config/arm/cortex-a53.md: Add new bypasses.
11159 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
11161         * tree.c (next_type_uid): Change type to unsigned.
11162         (type_hash_canon): Decrement back next_type_uid if
11163         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
11164         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
11165         if possible.
11167 2017-05-04  Martin Sebor  <msebor@redhat.com>
11169         * builtins.c: Fix a trivial typo in a comment.
11171         PR middle-end/79234
11172         * builtins.c (check_sizes): Adjust to handle reading past the end.
11173         Avoid printing excessive upper bound of ranges.  Use %E to print
11174         tree nodes instead of converting them to %wu.
11175         (expand_builtin_memchr): New function.
11176         (compute_dest_size): Rename...
11177         (compute_objsize): ...to this.
11178         (expand_builtin_memcpy): Adjust.
11179         (expand_builtin_mempcpy): Adjust.
11180         (expand_builtin_strcat): Adjust.
11181         (expand_builtin_strcpy): Adjust.
11182         (check_strncat_sizes): Adjust.
11183         (expand_builtin_strncat): Adjust.
11184         (expand_builtin_strncpy): Adjust and simplify.
11185         (expand_builtin_memset): Adjust.
11186         (expand_builtin_bzero): Adjust.
11187         (expand_builtin_memcmp): Adjust.
11188         (expand_builtin): Handle memcmp.
11189         (maybe_emit_chk_warning): Check strncat just once.
11191 2017-05-04  Martin Sebor  <msebor@redhat.com>
11193         PR preprocessor/79214
11194         PR middle-end/79222
11195         PR middle-end/79223
11196         * builtins.c (check_sizes): Add inlining context and issue
11197         warnings even when -Wno-system-headers is set.
11198         (check_strncat_sizes): Same.
11199         (expand_builtin_strncat): Same.
11200         (expand_builtin_memmove): New function.
11201         (expand_builtin_stpncpy): Same.
11202         (expand_builtin): Handle memmove and stpncpy.
11204 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
11206         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
11207         which is not used any more.
11209 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
11211         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
11213 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
11215         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
11216         (cortexa53_tunings): Likewise.
11217         (cortexa57_tunings): Likewise.
11218         (cortexa72_tunings): Likewise.
11219         (cortexa73_tunings): Likewise.
11221 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
11223         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
11224         Set loop alignment to 8.
11226 2017-05-04  Martin Sebor  <msebor@redhat.com>
11228         PR translation/80280
11229         * builtins.c (expand_builtin_object_size): Add missing quoting to
11230         %D and like directives.
11231         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
11232         (hsa_type_for_tree_type): Same.
11233         (verify_function_arguments): Same.
11234         * symtab.c (symbol_table::change_decl_assembler_name): Same.
11235         * varasm.c (get_section): Same.
11236         (mark_weak): Same.
11238 2017-05-04  Martin Sebor  <msebor@redhat.com>
11240         PR translation/80280
11241         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
11243 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
11245         * config/aarch64/aarch64.c (generic_addrcost_table):
11246         Change HI/TI mode setting.
11248 2017-05-04  Martin Jambor  <mjambor@suse.cz>
11250         PR tree-optimization/80622
11251         * tree-sra.c (comes_initialized_p): New function.
11252         (build_accesses_from_assign): Only set write lazily when
11253         comes_initialized_p is false.
11254         (analyze_access_subtree): Use comes_initialized_p.
11255         (propagate_subaccesses_across_link): Assert !comes_initialized_p
11256         instead of testing for PARM_DECL.
11258 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11260         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
11261         constraint on operand 0 to allow more general addressing modes.
11262         Adjust output template.
11263         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
11264         New function.
11265         * config/aarch64/aarch64-protos.h
11266         (aarch64_address_valid_for_prefetch_p): Declare prototype.
11267         * config/aarch64/constraints.md (Dp): New address constraint.
11268         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
11269         predicate.
11271 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
11273         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
11274         update use of estimate_ipcp_clone_size_and_time.
11275         (estimate_local_effects): Update use of
11276         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
11277         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
11278         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
11279         Return nonspecialized time.
11281 2017-05-04  Richard Biener  <rguenther@suse.de>
11283         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
11284         for the last VUSE which def dominates the PHI.  Directly call
11285         maybe_skip_until.
11286         (get_continuation_for_phi_1): Remove.
11288 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
11290         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
11291         to explain the use of truncating division.  Cap the number of
11292         iterations to the maximum given by nb_iterations_upper_bound,
11293         if defined.
11295 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11297         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
11298         * configure: Regenerate.
11299         * config.in: Regenerate.
11300         * config/i386/driver-mingw32.c: new file.
11301         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
11302         * config.host: Link driver-mingw32.o on MinGW host.
11303         * doc/install.texi: Document new --enable-mingw-wildcard configure
11304         option.
11306 2017-05-04  Marek Polacek  <polacek@redhat.com>
11308         PR tree-optimization/80612
11309         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
11311 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
11312             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
11314         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
11315         (movt splitter): Likewise.
11316         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
11317         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
11318         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
11319         block for Thumb-1 with MOVT.
11320         (thumb2_legitimate_address_p): Move code block ...
11321         (can_avoid_literal_pool_for_label_p): ... into this new function.
11322         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
11323         literal pool.
11324         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
11325         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
11326         "M-profile targets with the MOVT instruction".
11328 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
11330         * config/arm/arm-builtins.c (arm_init_builtins): Rename
11331         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
11332         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
11334 2017-05-04  Martin Liska  <mliska@suse.cz>
11336         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
11337         variable cond_code.
11339 2017-05-04  Richard Biener  <rguenther@suse.de>
11341         * tree.c (array_at_struct_end_p): Handle arrays at struct
11342         end with flexarrays more conservatively.  Refactor and treat
11343         arrays of arrays or aggregates more strict.  Fix
11344         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
11345         * tree.c (array_at_struct_end_p): Adjust prototype.
11346         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
11347         * gimple-fold.c (get_range_strlen): Likewise.
11348         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
11350 2017-05-04  Richard Biener  <rguenther@suse.de>
11352         PR tree-optimization/31130
11353         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
11354         false.
11355         (supports_overflow_infinity): Likewise.
11356         (is_negative_overflow_infinity): Likewise.
11357         (is_positive_overflow_infinity): Likewise.
11358         (is_overflow_infinity): Likewise.
11359         (stmt_overflow_infinity): Likewise.
11360         (overflow_infinity_range_p): Likewise.
11361         (usable_range_p): Remove as always returning true.
11362         (make_overflow_infinity): Remove.
11363         (negative_overflow_infinity): Likewise.
11364         (positive_overflow_infinity): Likewise.
11365         (avoid_overflow_infinity): Likewise.
11366         (set_value_range): Adjust accordingly.
11367         (set_value_range_to_nonnegative): Likewise, remove now unused
11368         overflow_infinity arg.
11369         (vrp_operand_equal_p): Adjust.
11370         (update_value_range): Likewise.
11371         (range_int_cst_singleton_p): Likewise.
11372         (operand_less_p): Likewise.
11373         (compare_values_warnv): Likewise.
11374         (extract_range_for_var_from_comparison_expr): Likewise.
11375         (vrp_int_const_binop): Likewise.
11376         (zero_nonzero_bits_from_vr): Likewise.
11377         (extract_range_from_multiplicative_op_1): Likewise.
11378         (extract_range_from_binary_expr_1): Likewise.
11379         (extract_range_from_unary_expr): Likewise.
11380         (extract_range_from_comparison): Likewise.
11381         (extract_range_basic): Likewise.
11382         (adjust_range_with_scev): Likewise.
11383         (compare_ranges): Likewise.
11384         (compare_range_with_value): Likewise.
11385         (dump_value_range): Likewise.
11386         (test_for_singularity): Likewise, remove strict_overflow_p parameter
11387         never used.
11388         (simplify_cond_using_ranges): Adjust.
11390 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
11392         * brig-builtins.def: Added a builtin for class_f64.
11393         * builtin-types.def: Added a builtin type needed by class_f64.
11395 2017-05-03  Jason Merrill  <jason@redhat.com>
11397         * timevar.def: Add TV_CONSTEXPR.
11399 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
11401         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
11403 2017-05-03  Martin Jambor  <mjambor@suse.cz>
11405         * ipa-prop.c (ipa_update_after_lto_read): Removed.
11406         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
11407         * ipa-cp.c (ipcp_propagate_stage): Do not call
11408         ipa_update_after_lto_read.
11409         * ipa-inline.c (ipa_inline): Likewise.
11411 2017-05-03  Martin Jambor  <mjambor@suse.cz>
11413         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
11414         tag.  Added a default constructor and a destructor.
11415         (ipa_edge_args_sum_t): New class;
11416         (ipa_edge_args_sum): Declare.
11417         (ipa_edge_args_vector): Remove declaration.
11418         (IPA_EDGE_REF): Use ipa_edge_args_sum.
11419         (ipa_free_edge_args_substructures): Remove declaration.
11420         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
11421         (ipa_edge_args_info_available_for_edge_p): Likewise.
11422         * ipa-prop.c (ipa_edge_args_vector): Removed.
11423         (edge_removal_hook_holder): Likewise.
11424         (edge_duplication_hook_holder): Likewise.
11425         (ipa_edge_args_sum): New variable.
11426         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
11427         ipa_edge_args_vector.
11428         (ipa_free_edge_args_substructures): Likewise.
11429         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
11430         ipa_edge_args_vector.
11431         (ipa_edge_removal_hook): Turned into method
11432         ipa_edge_args_sum_t::remove.
11433         (ipa_edge_duplication_hook): Turned into method
11434         ipa_edge_args_sum_t::duplicate.
11435         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
11436         registering edge hooks.
11437         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
11438         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
11439         ipa_edge_args_sum instead of ipa_edge_args_vector.
11440         * ipa-profile.c (ipa_profile): Likewise.
11442 2017-05-03  Martin Jambor  <mjambor@suse.cz>
11444         * symbol-summary.h (function_summary): New method exists.
11445         (function_summary::symtab_removal): Deallocate through release.
11446         (call_summary): New class.
11447         (gt_ggc_mx): New overload.
11448         (gt_pch_nx): Likewise.
11449         (gt_pch_nx): Likewise.
11451 2017-05-03  Jeff Law  <law@redhat.com>
11453         PR tree-optimization/78496
11454         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
11455         from simplify_cond_using_ranges.  Split off code to walk
11456         backwards through casts into ...
11457         (simplify_cond_using_ranges_2): New function.
11458         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
11459         (execute_vrp): After identifying jump threads, call
11460         simplify_cond_using_ranges_2.
11462 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
11464         PR bootstrap/80609
11465         * ipa-inline.h (inline_summary): Add ctor.
11466         (create_ggc): Do not use ggc_cleared_alloc.
11468 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
11469             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11471         * gcc.c (handle_braces): Support escaping in switch matching
11472         text.
11473         * doc/invoke.texi (Spec Files): Document it.
11474         Remove superfluous @code markup in items.
11476 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
11478         * diagnostic-show-locus.c (struct column_range): New struct.
11479         (get_affected_columns): New function.
11480         (get_printed_columns): New function.
11481         (struct correction): New struct.
11482         (correction::ensure_capacity): New function.
11483         (correction::ensure_terminated): New function.
11484         (struct line_corrections): New struct.
11485         (line_corrections::~line_corrections): New dtor.
11486         (line_corrections::add_hint): New function.
11487         (layout::print_trailing_fixits): Reimplement in terms of the new
11488         classes.
11489         (selftest::test_overlapped_fixit_printing): New function.
11490         (selftest::diagnostic_show_locus_c_tests): Call it.
11492 2017-05-03  Nathan Sidwell  <nathan@acm.org>
11494         Canonicalize canonical type hashing
11495         * tree.h (type_hash_canon_hash): Declare.
11496         * tree.c (type_hash_list, attribute_hash_list): Move into
11497         type_hash_canon_hash.
11498         (build_type_attribute_qual_variant): Break out hash code calc into
11499         type_hash_canon_hash.
11500         (type_hash_canon_hash): New.  Generic type hash computation.
11501         (build_range_type_1, build_array_type_1, build_function_type,
11502         build_method_type_directly, build_offset_type, build_complex_type,
11503         make_vector_type): Call it.
11505 2017-05-03  Richard Biener  <rguenther@suse.de>
11507         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
11508         When all DRs have unknown misaligned do not always peel
11509         when there is a store but apply the same costing model as if
11510         there were only loads.
11512 2017-05-03  Richard Biener  <rguenther@suse.de>
11514         Revert
11515         PR tree-optimization/80492
11516         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
11517         compare_base_decls returning dont-know properly.
11519 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11521         * config/arm/iterators.md (CCSI): New mode iterator.
11522         (arch): New mode attribute.
11523         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
11524         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
11525         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
11526         code iterator for success result mode.
11527         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
11528         the corresponding new insn generators.
11530 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
11532         Revert r247509
11533         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11534         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
11536 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
11538         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
11539         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
11540         (DDR_A): Wrap DDR argument in brackets.
11541         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
11542         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
11543         (DDR_REVERSED_P): Likewise.
11545 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
11547         PR tree-optimization/79472
11548         * tree-switch-conversion.c (struct switch_conv_info): Add
11549         contiguous_range and default_case_nonstandard fields.
11550         (collect_switch_conv_info): Compute contiguous_range and
11551         default_case_nonstandard fields, don't clear final_bb if
11552         contiguous_range and only the default case doesn't have the required
11553         structure.
11554         (check_all_empty_except_final): Set default_case_nonstandard instead
11555         of failing if contiguous_range and the default case doesn't have empty
11556         block.
11557         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
11558         and only the default case doesn't have the required constants.  Skip
11559         virtual phis.
11560         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
11561         if default_case_nonstandard.
11562         (build_constructors): Build constant 1 just once.  Assert that default
11563         values aren't inserted in between cases if contiguous_range.  Skip
11564         virtual phis.
11565         (build_arrays): Skip virtual phis.
11566         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
11567         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
11568         Handle virtual phis.
11569         (gen_inbound_check): Handle default_case_nonstandard case.
11570         (process_switch): Adjust check_final_bb caller.  Call
11571         gather_default_values with the first non-default case instead of
11572         default case if default_case_nonstandard.
11574 2017-05-02  Nathan Sidwell  <nathan@acm.org>
11576         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
11577         check.  Fix formatting.
11579 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
11581         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
11582         errors when comparing specialized and unspecialized times.
11584 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
11586         * diagnostic-show-locus.c
11587         (layout::should_print_annotation_line_p): Make private.
11588         (layout::print_annotation_line): Make private.
11589         (layout::annotation_line_showed_range_p): Make private.
11590         (layout::show_ruler): Make private.
11591         (layout::print_source_line): Make private.  Pass in line and
11592         line_width, rather than calling location_get_source_line.  Drop
11593         returned value.
11594         (layout::print_leading_fixits): New method.
11595         (layout::print_any_fixits): Rename to...
11596         (layout::print_trailing_fixits): ...this, and make private.
11597         Don't print newline fixits.
11598         (diagnostic_show_locus): Move logic for printing one row into...
11599         (layout::print_line): ...this new function.  Move the
11600         location_get_source_line call and error-handling from
11601         print_source_line to here.  Call print_leading_fixits, and rename
11602         print_any_fixits to print_trailing_fixits.
11603         (selftest::test_fixit_insert_containing_newline): Update now that
11604         newlines are partially supported.
11605         (selftest::test_fixit_insert_containing_newline_2): New test.
11606         (selftest::test_fixit_replace_containing_newline): Update comments.
11607         (selftest::diagnostic_show_locus_c_tests): Call the new test.
11608         * edit-context.c (class added_line): New class.
11609         (class edited_line): Describe newline handling in comment.
11610         (edited_line::actually_edited_p): New method.
11611         (edited_line::print_content): Delete redundant decl.
11612         (edited_line::m_predecessors): New field.
11613         (edited_file::print_content): Call edited_line::print_content.
11614         (edited_file::print_diff): Update to support newlines.
11615         (edited_file::print_diff_hunk): Likewise.
11616         (edited_file::print_run_of_changed_lines): New function.
11617         (edited_file::print_diff_line): Convert to...
11618         (print_diff_line): ...this.
11619         (edited_file::get_effective_line_count): New function.
11620         (edited_line::edited_line): Initialize new field m_predecessors.
11621         (edited_line::~edited_line): Clean up m_predecessors.
11622         (edited_line::apply_fixit): Handle newlines.
11623         (edited_line::get_effective_line_count): New function.
11624         (edited_line::print_content): New function.
11625         (edited_line::print_diff_lines): New function.
11626         (selftest::test_applying_fixits_insert_containing_newline): New
11627         test.
11628         (selftest::test_applying_fixits_replace_containing_newline): New
11629         test.
11630         (selftest::insert_line): New function.
11631         (selftest::test_applying_fixits_multiple_lines): Add example of
11632         inserting a line.
11633         (selftest::edit_context_c_tests): Call the new tests.
11635 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11637         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
11638         parameter cand.  Update dump information.
11639         (get_computation_cost): Update uses.
11641 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11643         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
11644         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
11645         (get_computation_at, rewrite_use_address): Update use of
11646         get_computation_aff.
11648 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11650         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
11651         (get_computation): Delete.
11652         (get_computation_cost): Implement like get_computation_cost_at.
11653         Use get_computation_at.
11654         (get_computation_cost_at): Delete.
11655         (rewrite_use_nonlinear_expr): Use get_computation_at.
11656         (rewrite_use_compare, remove_unused_ivs): Ditto.
11658 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11660         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
11662 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11664         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
11665         (ivopts_global_cost_for_size): Rename parameter and update uses.
11666         (iv_ca_recount_cost): Update uses.
11667         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
11668         candidates seperately in n_invs and n_cands.
11669         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
11671 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11673         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
11674         (find_inv_vars_cb): New.
11675         (find_depends): Renamed to ...
11676         (find_inv_vars): ... this.
11677         (add_candidate_1, force_var_cost): Call find_inv_vars.
11678         (split_address_cost, determine_group_iv_cost_cond): Ditto.
11680 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11682         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
11683         inv_vars.  Add inv_exprs.
11684         (struct iv_cand): Rename depends_on to inv_vars.
11685         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
11686         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
11687         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
11688         (dump_cand): Dump inv_vars.
11689         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
11690         (record_invariant, find_depends, add_candidate_1): Ditto.
11691         (set_group_iv_cost, force_var_cost): Ditto.
11692         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
11693         (get_computation_cost_at, get_computation_cost): Ditto.
11694         (determine_group_iv_cost_generic): Ditto.
11695         (determine_group_iv_cost_address): Ditto.
11696         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
11697         (determine_group_iv_costs): Ditto.
11698         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
11699         (iv_ca_set_remove_invariants): Renamed to ...
11700         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
11701         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
11702         (iv_ca_set_add_invariants):  Renamed to ...
11703         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
11704         (iv_ca_set_cp): Use iv_ca_set_add_invs.
11705         (iv_ca_has_deps): Support inv_vars and inv_exprs.
11706         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
11707         (create_new_ivs): Remove useless dump.
11709 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11711         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
11712         iv_cand code.
11713         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
11714         (iv_ca_set_no_cp, create_new_iv): Ditto.
11716 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
11718         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
11720 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
11722         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
11723         function tree_check2.
11725 2017-05-02  Martin Liska  <mliska@suse.cz>
11727         * doc/gcov.texi: Add missing preposition.
11728         * gcov.c (function_info::function_info): Properly fill up
11729         all member variables.
11731 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
11733         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
11735 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
11737         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
11739 2017-05-02  Martin Liska  <mliska@suse.cz>
11741         PR lto/77954.
11742         * lto-streamer-in.c (lto_read_tree_1): Remove
11743         LTO_STREAMER_DEBUG.
11744         * lto-streamer.c (struct tree_hash_entry): Likewise.
11745         (struct tree_entry_hasher): Likewise.
11746         (tree_entry_hasher::hash): Likewise.
11747         (tree_entry_hasher::equal): Likewise.
11748         (lto_streamer_init): Likewise.
11749         (lto_orig_address_map): Likewise.
11750         (lto_orig_address_get): Likewise.
11751         (lto_orig_address_remove): Likewise.
11752         * lto-streamer.h: Likewise.
11753         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
11754         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
11756 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
11758         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
11759         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
11760         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
11761         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
11762         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
11763         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
11764         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
11765         (mm_maskz_sub_ss): New intrinsics.
11766         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
11767         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
11768         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
11769         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
11770         (__builtin_ia32_subss_mask_round): New builtins.
11771         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
11772         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
11773         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
11774         Renamed to ...
11775         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
11776         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
11777         Changed to ...
11778         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
11779         ... this.
11781 2017-05-02  Martin Jambor  <mjambor@suse.cz>
11783         PR tree-optimization/78687
11784         * tree-sra.c (access): New field parent.
11785         (process_subtree_disqualification): New function.
11786         (disqualify_candidate): Call it.
11787         (build_accesses_from_assign): Reset write flag if creating an
11788         assighnment link.
11789         (build_access_subtree): Fill in parent field and also prpagate
11790         down grp_write flag.
11791         (create_artificial_child_access): New parameter set_grp_write, set
11792         grp_write to its value.
11793         (propagate_subaccesses_across_link): Also propagate grp_write flag
11794         values.
11795         (propagate_all_subaccesses): Push the closest parent back to work
11796         queue if add_access_to_work_queue returned true.
11798 2017-05-02  Richard Biener  <rguenther@suse.de>
11800         * common.opt (fstrict-overflow): Alias negative to fwrapv.
11801         * doc/invoke.texi (fstrict-overflow): Remove all traces of
11802         -fstrict-overflow documentation.
11803         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
11804         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
11805         flag_strict_overflow.
11806         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
11807         * lto-opts.c (lto_write_options): Do not stream it.
11808         * lto-wrapper.c (merge_and_complain): Do not handle it.
11809         * opts.c (default_options_table): Do not set -fstrict-overflow.
11810         (finish_options): Likewise do not clear it when sanitizing.
11811         * simplify-rtx.c (simplify_const_relational_operation): Do not
11812         test flag_strict_overflow.
11814 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
11816         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
11817         using enabled attribute.
11818         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
11819         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
11820         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
11821         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
11822         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
11823         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
11824         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
11825         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
11826         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
11827         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
11829 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
11831         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
11833 2017-05-02  Richard Biener  <rguenther@suse.de>
11835         PR tree-optimization/80591
11836         Revert
11837         2017-04-10  Richard Biener  <rguenther@suse.de>
11839         * tree-ssa-structalias.c (find_func_aliases): Properly handle
11840         asm inputs.
11842 2017-05-02  Richard Biener  <rguenther@suse.de>
11844         PR tree-optimization/80549
11845         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
11846         (cleanup_tree_cfg_noloop): Create forwarders to known loop
11847         headers if they do not have a preheader.
11849 2017-05-02  Martin Liska  <mliska@suse.cz>
11851         PR other/80589
11852         * common.opt: Fix typo.
11853         * doc/invoke.texi: Likewise.
11855 2017-05-01  Jan Beulich  <jbeulich@suse.com>
11857         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
11858         swapping, add (x,x,m,x,n) alternative.
11860 2017-05-01  Nathan Sidwell  <nathan@acm.org>
11862         * calls.c (combine_pending_stack_adjustment_and_call): Remove
11863         unnecessary unadjusted_alignment check.
11865 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
11867         PR c++/80038
11868         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
11869         operations here.
11870         * gimplify.c (gimplify_cilk_detach): New function.
11871         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
11872         * tree-core.h: Document EXPR_CILK_SPAWN.
11873         * tree.h (EXPR_CILK_SPAWN): Define.
11875 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
11877         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
11878         to use new fixit_hint representation, using the "replace" logic.
11879         (get_line_span_for_fixit_hint): Likewise.
11880         (layout::print_any_fixits): Likewise.
11881         (selftest::test_one_liner_many_fixits): Rename to...
11882         (selftest::test_one_liner_many_fixits_1): ...this, and update
11883         comment and expected output to reflect that the multiple fix-it
11884         hints are now consolidated into one insertion.
11885         (selftest::test_one_liner_many_fixits_2): New test.
11886         (selftest::test_diagnostic_show_locus_one_liner): Update for
11887         above.
11888         (selftest::test_fixit_consolidation): Update for fix-it API
11889         change.
11890         * diagnostic.c (print_parseable_fixits): Likewise.
11891         * edit-context.c (edited_line::m_line_events): Convert from
11892         auto_vec <line_event *> to auto_vec <line_event>.
11893         (class line_event): Convert from abstract base class to a concrete
11894         class, taking over the role of replace_event.
11895         (class insert_event): Delete.
11896         (class replace_event): Rename to class line_event.  Convert to
11897         half-open range.
11898         (edit_context::add_fixits): Reimplement.
11899         (edit_context::apply_insert): Delete.
11900         (edit_context::apply_replace): Rename to...
11901         (edit_context::apply_fixit): ...this.  Convert to half-open range.
11902         (edited_file::apply_insert): Delete.
11903         (edited_file::apply_replace): Rename to...
11904         (edited_file::apply_fixit): ...this.
11905         (edited_line::~edited_line): Drop deletion of events.
11906         (edited_line::apply_insert): Delete.
11907         (edited_line::apply_replace): Rename to...
11908         (edited_line::apply_fixit): ...this.  Convert to half-open range.
11909         Update for change to type of m_line_events.
11910         * edit-context.h (edit_context::apply_insert): Delete.
11911         (edit_context::apply_replace): Rename to...
11912         (edit_context::apply_fixit): ...this.
11914 2017-05-01  Martin Sebor  <msebor@redhat.com>
11916         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
11917         known.
11919 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
11921         PR target/68491
11922         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
11923         __get_cpuid_max returns 0.
11924         (__get_cpuid_count): Ditto.
11926 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
11928         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
11929         replacement expression is another instance of one of its arguments.
11931 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
11933         PR target/79430
11934         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
11935         check for stack push/pop autoinc.
11936         * config/i386/i386.c (ix86_agi_dependent): Return false
11937         if the only reason why modified_in_p returned true is that
11938         addr is SP based and set_insn is a push or pop.
11940 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
11942         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
11943         overflow check.
11945 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
11947         PR ipa/79224
11948         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
11949         (account_size_time): Use two predicates - exec_pred and
11950         nonconst_pred_ptr.
11951         (evaluate_conditions_for_known_args): Compute both clause and
11952         nonspec_clause.
11953         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
11954         (inline_summary_t::duplicate): Update.
11955         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
11956         separately.
11957         (compute_inline_parameters): Likewise.
11958         (estimate_edge_size_and_time): Update caluclation of time.
11959         (estimate_node_size_and_time): Compute both time and nonspecialized
11960         time.
11961         (estimate_ipcp_clone_size_and_time): Update.
11962         (inline_merge_summary): Update.
11963         (do_estimate_edge_time): Update.
11964         (do_estimate_edge_size): Update.
11965         (do_estimate_edge_hints): Update.
11966         (inline_read_section, inline_write_summary): Stream both new predicates.
11967         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
11968         as argument.
11969         (compute_inlined_call_time): Cleanup.
11970         (big_speedup_p): Update.
11971         (edge_badness): Update.
11972         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
11973         (size_time_entry): Replace predicate by exec_predicate and
11974         nonconst_predicate.
11975         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
11976         (estimate_edge_time): Return also nonspec_time.
11977         (reset_edge_growth_cache): Update.
11979 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
11981         PR rtl-optimization/80491
11982         * ifcvt.c (noce_process_if_block): When looking for x setter
11983         with missing else_bb, don't check only the insn right before
11984         cond_earliest, but look for the last insn that x is modified in
11985         within the same bb.
11987         PR rtl-optimization/80491
11988         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
11990 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
11992         PR tree-optimization/80487
11993         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
11995 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11997         PR tree-optimization/79697
11998         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
11999         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
12000         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
12001         BUILT_IN_STRNDUP.
12002         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
12003         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
12005 2017-04-28  Martin Sebor  <msebor@redhat.com>
12007         PR tree-optimization/80523
12008         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
12009         (init_target_to_host_charmap, target_to_host, target_strtol10): New
12010         functions.
12011         (maybe_warn, format_directive, parse_directive): Use new functions.
12012         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
12014 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
12016         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
12018 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12020         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
12021         target_header_dir): Set correctly.
12022         * configure: Regenerated.
12023         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
12024         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
12025         instead of SYSTEM_HEADER_DIR.
12027 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
12029         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
12030         (estimate_local_effects): Likewise.
12031         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
12032         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
12033         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
12034         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
12035         do_estimate_edge_time, estimate_edge_time): Likewise.
12036         * ipa-inline-analysis.c (estimate_node_size_and_time,
12037         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
12038         (estimate_time_after_inlining): Remove.
12040 2017-04-28  Martin Liska  <mliska@suse.cz>
12042         * doc/gcov.texi: Enhance documentation of gcov.
12044 2017-04-28  Martin Liska  <mliska@suse.cz>
12046         * doc/gcov.texi: Sort options in alphabetic order.
12047         * doc/gcov-dump.texi: Likewise.
12048         * doc/gcov-tool.texi: Likewise.
12049         * gcov.c (print_usage): Likewise.
12050         * gcov-dump.c (print_usage): Likewise.
12051         * gcov-tool.c (print_merge_usage_message): Likewise.
12052         (print_rewrite_usage_message): Likewise.
12053         (print_overlap_usage_message): Likewise.
12055 2017-04-28  Martin Liska  <mliska@suse.cz>
12057         PR gcov-profile/53915
12058         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
12060 2017-04-28  Martin Liska  <mliska@suse.cz>
12062         PR gcov-profile/79891
12063         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
12064         is marked by compiler as living on a line.
12065         (get_cycles_count): Remove usage of the union.
12066         (output_intermediate_file): Likewise.
12067         (find_source): Fix GNU coding style.
12068         (accumulate_line_counts): Remove old non-all block mode.
12069         (output_lines): Remove usage of the union.
12070         * profile.c (output_location): Include all BBs, even if
12071         belonging to a same line (and file) as a previous BB.
12073 2017-04-28  Martin Liska  <mliska@suse.cz>
12075         * gcov.c (process_args): Handle new argument 'w'.
12076         (read_graph_file): Assign ID to BBs.
12077         (output_branch_count): Display BB # if verbose flag is set.
12078         (output_lines): Likewise for arcs.
12079         (print_usage): Add '--verbose' option help.
12080         * doc/gcov.texi: Document --verbose (-w) option.
12082 2017-04-28  Martin Liska  <mliska@suse.cz>
12084         * gcov.c (struct block_location_info): New struct.
12085         (process_file): Fill up the new structure.
12086         (read_graph_file): Replace usage of encoding by the newly added
12087         struct.
12088         (add_line_counts): Likewise.
12089         (accumulate_line_counts): Remove usage of the union.
12090         (function_info::function_info): New function.
12091         (function_info::~function_info): Likewise.
12092         (process_file): Call delete instead of release_function.
12093         (release_function): Release the function.
12094         (release_structures): Call delete instead of release_function.
12095         (solve_flow_graph): Replace usage of num_blocks.
12096         (find_exception_blocks): Likewise.
12097         (output_lines): Fix GNU coding style.
12099 2017-04-28  Martin Liska  <mliska@suse.cz>
12101         PR driver/56469
12102         * coverage.c (coverage_remove_note_file): New function.
12103         * coverage.h: Declare the function.
12104         * toplev.c (finalize): Clean if an error has been seen.
12106 2017-04-28  Martin Liska  <mliska@suse.cz>
12108         PR gcov-profile/80031
12109         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
12110         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
12111         * gcov.c (read_graph_file): Read just number of blocks.
12112         * profile.c (branch_prob): Do not stream 0 flags per a basic
12113         block.
12115 2017-04-28  Martin Liska  <mliska@suse.cz>
12117         * gcov-dump.c (tag_*): Add new argument to declarations.
12118         (dump_gcov_file): Likewise.
12119         (tag_blocks): Add and use new argument depth.
12120         (tag_arcs): Likewise.
12121         (tag_lines): Likewise.
12122         (tag_counters): Likewise.
12123         (tag_summary): Likewise.
12124         (dump_working_sets): Use depth to do a proper indentation.
12126 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
12128         PR bootstrap/80531
12129         * cgraph.h (symtab_node::debug_symtab): No longer inline.
12130         * symtab.c (symtab_node::debug_symtab): Move definition here.
12132 2017-04-28  Richard Biener  <rguenther@suse.de>
12134         * lto-streamer.h (LTO_major_version): Bump to 7.
12136 2017-04-28  Richard Biener  <rguenther@suse.de>
12138         * tree-vrp.c (assert_info): New struct.
12139         (add_assert_info): New helper.
12140         (register_edge_assert_for_2): Refactor to add asserts to a vector
12141         of assert_info.
12142         (register_edge_assert_for_1): Likewise.
12143         (register_edge_assert_for): Likewise.
12144         (finish_register_edge_assert_for): New helper actually registering
12145         asserts where live on edge.
12146         (find_conditional_asserts): Adjust.
12147         (find_switch_asserts): Likewise.
12148         (evrp_dom_walker::try_find_new_range): Generalize.
12149         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
12151 2017-04-27  Marek Polacek  <polacek@redhat.com>
12153         PR sanitizer/80349
12154         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
12155         arg10 and arg11 to itype.
12157 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
12159         * doc/extend.texi (Object Size Checking): Improve grammar.
12161 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
12163         PR target/80530
12164         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
12165         that the logic for permitting reciprocal estimates matches that
12166         in use_rsqrt_p.
12168 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
12170         PR c++/80534
12171         * tree.c (type_cache_hasher::equal): Only compare
12172         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
12173         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
12174         non-aggregate element types.
12175         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
12176         about the flag on ARRAY_TYPEs in the comment, formatting fix.
12178 2017-04-27  Richard Biener  <rguenther@suse.de>
12180         PR middle-end/80533
12181         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
12182         stripping ARRAY_REFs from MEM_EXPR make sure we're not
12183         keeping a reference to a trailing array.
12185 2017-04-27  Richard Biener  <rguenther@suse.de>
12187         PR middle-end/80539
12188         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
12189         being in loop-closed SSA form conservatively.
12190         (chrec_fold_multiply_poly_poly): Likewise.
12192 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
12194         PR middle-end/79665
12195         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
12196         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
12198 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
12200         PR target/77728
12201         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
12202         (aarch64_function_arg_alignment): Return unsigned int again, but still
12203         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
12204         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
12205         Don't emit -Wpsabi note.
12206         (aarch64_function_arg_boundary): Likewise.
12207         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
12208         caller.
12210 2017-04-26  Nathan Sidwell  <nathan@acm.org>
12212         * tree.h (crc32_unsigned_n): Declare.
12213         (crc32_unsigned, crc32_unsigned): Make inline.
12214         * tree.c (crc32_unsigned_bits): Replace with ...
12215         (crc32_unsigned_n): ... this.
12216         (crc32_unsigned, crc32_byte): Remove.
12217         (crc32_string): Remove unnecessary braces.
12219 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
12221         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
12222         * ipa-inline-analysis.c (MAX_TIME): Remove.
12223         (account_size_time): Use sreal for time.
12224         (dump_inline_summary): Update.
12225         (estimate_function_body_sizes): Update.
12226         (estimate_edge_size_and_time): Update.
12227         (estimate_calls_size_and_time): Update.
12228         (estimate_node_size_and_time): Update.
12229         (inline_merge_summary): Update.
12230         (inline_update_overall_summary): Update.
12231         (estimate_time_after_inlining): Update.
12232         (inline_read_section): Update.
12233         (inline_write_summary): Update.
12234         * ipa-inline.c (compute_uninlined_call_time): Update.
12235         (compute_inlined_call_time): Update.
12236         (recursive_inlining): Update.
12237         (inline_small_functions): Update.
12238         (dump_overall_stats): Update.
12239         * ipa-inline.h: Include sreal.h.
12240         (size_time_entry): Turn time to sreal.
12241         (inline_summary): Turn self_time nad time to sreal.
12243 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
12245         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
12246         data-streamer.h
12247         (sreal::stream_out, sreal::stream_in): New.
12248         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
12250 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
12252         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
12253         environment.
12255 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
12257         PR target/70799
12258         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
12259         Handle ASHIFTRT.
12260         (dimode_scalar_chain::compute_convert_gain): Ditto.
12261         (dimode_scalar_chain::make_vector_copies): Ditto.
12262         (dimode_scalar_chain::convert_reg): Ditto.
12263         (dimode_scalar_chain::convert_insn): Ditto.
12264         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
12265         (VI248_AVX512BW_1): New mode iterator.
12266         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
12267         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
12268         mode iterator.
12270 2017-04-25  Martin Sebor  <msebor@redhat.com>
12272         PR tree-optimization/80497
12273         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
12274         constants are representable in HOST_WIDE_INT.
12275         (parse_directive): Ditto.
12277 2017-04-25  Martin Sebor  <msebor@redhat.com>
12279         PR bootstrap/80486
12280         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
12281         (new_zero_array): Adjust signature.
12282         (dom_info::dom_init): Used unsigned rather that size_t.
12283         (dom_info::dom_info): Same.
12285 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12286             Jakub Jelinek  <jakub@redhat.com>
12288         PR target/77728
12289         * config/arm/arm.c: Include gimple.h.
12290         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
12291         returns negative, increment ncrn only if it returned positive.
12292         (arm_needs_doubleword_align): Return int instead of bool,
12293         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
12294         members, but if there is any such non-FIELD_DECL
12295         > PARM_BOUNDARY aligned decl, return -1 instead of false.
12296         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
12297         returns negative, increment nregs only if it returned positive.
12298         (arm_setup_incoming_varargs): Likewise.
12299         (arm_function_arg_boundary): Emit -Wpsabi note if
12300         arm_needs_doubleword_align returns negative, return
12301         DOUBLEWORD_ALIGNMENT only if it returned positive.
12303 2017-04-25  Marek Polacek  <polacek@redhat.com>
12305         PR sanitizer/80349
12306         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
12307         first argument to type.
12309 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
12311         PR target/80482
12312         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
12313         type checks to test for compatibility instead of equality.
12315 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12316             Jakub Jelinek  <jakub@redhat.com>
12318         PR target/77728
12319         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
12320         type.
12321         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
12322         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
12323         the alignment computation, but return their maximum in warn_alignment.
12324         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
12325         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
12326         is smaller.
12327         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
12328         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
12329         caller.
12331 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12333         * config/arc/simdext.md (dmpyh): Fix typo.
12335 2017-04-25  Richard Biener  <rguenther@suse.de>
12337         PR tree-optimization/80492
12338         * alias.c (compare_base_decls): Handle registers with asm
12339         specification conservatively.
12340         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
12341         compare_base_decls returning dont-know properly.
12343 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12345         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
12346         (legitimate_offset_address_p): New function.
12347         (arc_legitimate_address_p): Use above function.
12349 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12351         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
12353 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12355         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
12356         ACCH registers whenever they are available.
12358 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12360         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
12361         double regs fix when not used.
12363 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12365         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
12366         core registers.
12367         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
12368         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
12370 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12372         * config/arc/arc.c (arc_output_addsi): Check for h-register class
12373         when emitting short ADD instructions.
12375 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
12377         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
12378         constraint.
12379         (cmpsi_cc_c_insn): Likewise.
12380         (cbranchsi4_scratch): Compute proper instruction length using
12381         compact_hreg_operand.
12382         * config/arc/predicates.md (compact_hreg_operand): New predicate.
12384 2017-04-25  Richard Biener  <rguenther@suse.de>
12386         PR middle-end/80509
12387         * passes.c (pass_manager::pass_manager): Initialize
12388         m_name_to_pass_map.
12390 2017-04-25  Richard Biener  <rguenther@suse.de>
12392         PR tree-optimization/79201
12393         * tree-ssa-sink.c (statement_sink_location): Handle calls.
12395 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12397         PR target/80464
12398         * config/s390/vector.md: Split MEM->GPR vector moves for
12399         non-s_operand addresses.
12401 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12403         PR target/79895
12404         * config/s390/predicates.md (reload_const_wide_int_operand): New
12405         predicate.
12406         * config/s390/s390.md ("movti"): Remove d/P alternative.
12407         ("movti_bigconst"): New pattern definition.
12409 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12411         PR target/80080
12412         * s390-protos.h (s390_expand_cs_hqi): Removed.
12413         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
12414         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
12415         modes as well as CCZ1mode and CCZmode.
12416         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
12417         signature of s390_emit_compare_and_swap.
12418         (s390_expand_cs_hqi): Likewise, make static.
12419         (s390_expand_cs_tdsi): Generate an explicit compare before trying
12420         compare-and-swap, in some cases.
12421         (s390_expand_cs): Wrapper function.
12422         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
12423         atomic_exchange.
12424         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
12425         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
12426         patterns for small and large integers.  Forbid symref memory operands.
12427         Move expander to s390.c.  Require cc register.
12428         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
12429         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
12430         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
12431         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
12432         symref memory operands.  Remove CC mode and call s390_match_ccmode
12433         instead.
12434         ("atomic_exchange<mode>"): Allow and implement all integer modes.
12436 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12438         * config/s390/s390.md (define_peephole2): New peephole to help
12439         combining the load-and-test pattern with volatile memory.
12441 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12443         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
12444         with CCZmode for TARGET_Z196.
12446 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
12448         PR rtl-optimization/80501
12449         * combine.c (make_compound_operation_int): Set subreg_code to SET
12450         even for AND with mask of the sign bit of mode.
12452         PR rtl-optimization/80500
12453         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
12454         sum's initial value.
12456 2017-04-25  Julian Brown  <julian@codesourcery.com>
12457             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
12459         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
12461 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
12463         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
12465 2017-04-25  Julian Brown  <julian@codesourcery.com>
12466             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
12468         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
12469         (thunderx2t99_sha): New Reservation.
12471 2017-04-25  Julian Brown  <julian@codesourcery.com>
12472             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
12474         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
12475         type for 1-element load.
12477 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
12479         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
12481 2017-04-24  Martin Jambor  <mjambor@suse.cz>
12483         PR tree-optimization/80293
12484         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
12485         char arrays not totally scalarizable if it is false.
12486         (analyze_all_variable_accesses): Pass correct value in the new
12487         parameter.  Add a statistics counter.
12489 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
12491         PR middle-end/79931
12492         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
12494 2017-04-24  Richard Biener  <rguenther@suse.de>
12496         PR tree-optimization/80494
12497         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
12498         out for complex types.
12500 2017-04-24  Richard Biener  <rguenther@suse.de>
12502         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
12503         * tree-ssa-sccvn.c (print_scc): Print SCC size.
12504         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
12505         (DFS): Adjust and never fail.
12506         (sccvn_dom_walker::fail): Remove.
12507         (sccvn_dom_walker::before_dom_children): Adjust.
12508         (run_scc_vn): Likewise and never fail.
12509         * tree-ssa-pre.c (pass_pre::execute): Adjust.
12510         (pass_fre::execute): Likewise.
12512 2017-04-24  Richard Biener  <rguenther@suse.de>
12514         PR tree-optimization/79725
12515         * tree-ssa-sink.c (statement_sink_location): Return whether
12516         failure reason was zero uses.  Move that check later.
12517         (sink_code_in_bb): Deal with zero uses by removing the stmt
12518         if possible.
12520 2017-04-24  Richard Biener  <rguenther@suse.de>
12522         PR c++/2972
12523         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
12524         pointer-based references.
12526 2017-04-24  Richard Biener  <rguenther@suse.de>
12528         PR bootstrap/79814
12529         * pass_manager.h (pass_manager::operator new): Remove.
12530         (pass_manager::operator delete): Likewise.
12531         * passes.c (pass_manager::operator new): Remove.
12532         (pass_manager::operator delete): Likewise.
12533         (pass_manager::pass_manager): Zero individual pass members.
12535 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
12537         PR target/70799
12538         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
12539         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
12540         Check "XEXP (src, 1)" operand here.
12541         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
12542         Check "XEXP (src, 1)" operand here.
12543         (dimode_scalar_chain::make_vector_copies): Detect count register
12544         of a shift instruction.  Zero extend count register from QImode
12545         to DImode to satisfy vector shift pattern count operand predicate.
12546         Substitute vector shift count operand with a DImode copy.
12547         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
12548         vector register.
12550 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
12552         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
12553         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
12554         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
12555         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
12556         (UNSPEC_NOREX_MEM): Remove definition.
12558 2017-04-21  Richard Biener  <rguenther@suse.de>
12560         PR tree-optimization/79547
12561         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
12562         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
12563         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
12564         without any constraints.
12566 2017-04-21  Richard Biener  <rguenther@suse.de>
12568         PR tree-optimization/78847
12569         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
12571 2017-04-21  Richard Biener  <rguenther@suse.de>
12573         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
12574         (build_distinct_type_copy): Likewise.
12575         (build_variant_type_copy): Likewise.
12576         * tree.c (build_qualified_type): Pass down mem-stat info.
12577         (build_distinct_type_copy): Likewise.
12578         (build_variant_type_copy): Likewise.
12580 2017-04-21  Richard Biener  <rguenther@suse.de>
12582         PR tree-optimization/80237
12583         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
12584         defaulted to NULL.
12585         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
12586         for a simplified result.
12588 2016-04-21  Richard Biener  <rguenther@suse.de>
12590         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
12591         sth as strict as a simple_iv but a chrec without symbols and an
12592         operand defined in the loop we are peeling (and not some subloop).
12593         (propagate_constants_for_unrolling): Propagate all constants.
12595 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
12597         PR target/79804
12598         * config/i386/i386.c (print_reg): Remove assert for disalowed
12599         regno values, call output_operand_lossage instead.
12601 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
12603         PR target/78090
12604         * config/i386/constraints.md (Yc): New register constraint.
12605         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
12606         Use Yc constraint for alternative 2 of operand 0.  Remove
12607         preferred_for_speed attribute.
12609 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
12611         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
12612         lastprivate clauses in SIMT case.
12614 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
12616         * doc/invoke.texi (-Wextra-semi): Document new warning option.
12618 2017-04-20  Richard Biener  <rguenther@suse.de>
12620         PR tree-optimization/57796
12621         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
12622         as N scalar stores.
12623         (vect_model_load_cost): Cost gathers as N scalar loads.
12625 2017-04-20  Richard Biener  <rguenther@suse.de>
12627         * ggc-page.c (ggc_allocated_p): Rename to ...
12628         (safe_lookup_page_table_entry): ... this and return the lookup
12629         result.
12630         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
12632 2017-04-20  Richard Biener  <rguenther@suse.de>
12634         PR tree-optimization/80453
12635         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
12636         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
12637         from the conditions.
12638         (vn_phi_eq): Pass them down.
12639         (vn_phi_lookup): Record them.
12640         (vn_phi_insert): Likewise.
12642 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
12644         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
12645         uninitialized variable warning to avoid buffer overrun.
12647 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
12649         PR other/71250
12650         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
12651         is suppressed for '{ 0 }' in C.
12653 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
12655         * BASE-VER: Set to 8.0.0.
12657 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
12659         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
12660         priority .init_array and .fini_array section with SECTION_NOTYPE
12661         flag.
12663 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
12665         PR middle-end/80423
12666         * tree.h (build_array_type): Add typeless_storage default argument.
12667         * tree.c (type_cache_hasher::equal): Also compare
12668         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
12669         (build_array_type): Add typeless_storage argument, set
12670         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
12671         recursive call.
12672         (build_nonshared_array_type): Adjust build_array_type_1 caller.
12673         (build_array_type): Likewise.  Add typeless_storage argument.
12675 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
12676             Jakub Jelinek  <jakub@redhat.com>
12678         PR tree-optimization/80426
12679         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
12680         operation on symbolic operands, also compute the overflow for the
12681         invariant part when the operation degenerates into a negation.
12683 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
12685         PR debug/80461
12686         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
12687         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
12689         PR debug/80436
12690         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
12692 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
12694         PR target/80462
12695         * config/avr/avr.c (tree.h): Include it.
12696         (cgraph.h): Include it.
12697         (avr_encode_section_info): Don't warn for uninitialized progmem
12698         variable if it's just an alias.
12700 2017-04-19  Richard Biener  <rguenther@suse.de>
12702         PR ipa/65972
12703         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
12704         when needed by AutoPGO.
12706 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
12708         PR lto/50345
12709         * doc/lto.texi: Remove an extra 'that'.
12711 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
12713         PR rtl-optimization/80429
12714         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
12715         are only used in debug insns.
12717 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
12718             Vladimir Makarov  <vmakarov@redhat.com>
12720         * config/sparc/predicates.md (input_operand): Add comment.  Return
12721         true for any memory operand when LRA is in progress.
12722         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
12724 2017-04-18  Jeff Law  <law@redhat.com>
12726         PR target/74563
12727         * mips.md ({return,simple_return}_internal): Do not overwrite
12728         operands[0].
12730 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
12732         PR tree-optimization/80443
12733         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
12734         instead of adding 1, subtract -1 and similarly instead of subtracting
12735         1 add -1.
12737 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
12739         PR rtl-optimization/80357
12740         * haifa-sched.c (tmp_bitmap): New variable.
12741         (model_recompute): Handle duplicate use records.
12742         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
12743         (free_global_sched_pressure_data): Free it.
12745 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12747         Revert:
12748         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12749         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
12750         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
12751         instead of SYSTEM_HEADER_DIR.
12753 2017-04-18  Jeff Law  <law@redhat.com>
12755         PR middle-end/80422
12756         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
12757         predecessors after walking up the insn chain.
12759 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
12761         PR debug/80263
12762         * dwarf2out.c (modified_type_die): Try harder not to emit internal
12763         sizetype type into debug info.
12765 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
12767         PR target/80099
12768         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
12769         unneeded test for TARGET_UPPER_REGS_SF.
12770         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
12772 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
12774         PR sanitizer/80444
12775         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
12776         instead of gsi_after_labels.
12778 2017-04-18  Jeff Law  <law@redhat.com>
12780         * regcprop.c (maybe_mode_change): Avoid creating copies of the
12781         stack pointer.
12783         Revert:
12784         2017-04-13  Jeff Law  <law@redhat.com>
12785         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
12786         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
12788 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
12790         PR target/79453
12791         * config/avr/avr.c (intl.h): Include it.
12792         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
12794 2017-04-18  Martin Liska  <mliska@suse.cz>
12796         PR gcov-profile/78783
12797         * gcov-tool.c (gcov_output_files): Validate that destination
12798         file is either removed by the tool or by a user.
12800 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
12801             Guy Benyei  <guybe@mellanox.com>
12803         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
12804         block, and do not negate it, the stored id is already negative.
12806 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
12808         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
12810 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
12812         PR target/80098
12813         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
12814         masks of options that should be turned off if the VSX vector
12815         options are turned off.
12816         (OTHER_P8_VECTOR_MASKS): Likewise.
12817         (OTHER_VSX_VECTOR_MASKS): Likewise.
12818         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
12819         rs6000_disable_incompatible_switches to validate no type switches
12820         like -mvsx.
12821         (rs6000_incompatible_switch): New function to disallow turning on
12822         other vector options if -mno-vsx, -mno-power8-vector, or
12823         -mno-power9-vector are specified.
12825 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
12827         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
12829 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
12831         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
12832         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
12833         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
12834         (ARG_POINTER_CFA_OFFSET): Likewise.
12836 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
12838         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
12839         conditions to take advantage of various optimizations.
12841 2017-04-13  Jeff Law  <law@redhat.com>
12843         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
12844         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
12845         (zero_extendsidi2_dext): Likewise.
12847 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
12849         PR sanitizer/80403
12850         * fold-const.c (fold_ternary_loc): Revert
12851         use op0 instead of fold_convert_loc (loc, type, arg0) part of
12852         2017-04-12 change.
12854 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
12856         PR rtl-optimization/80343
12857         * lra-remat.c (update_scratch_ops): Assign original hard reg to
12858         new scratch pseudo.
12860 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
12862         PR sanitizer/80414
12863         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
12864         to ubsan_encode_value.
12866 2017-04-13  Jeff Law  <law@redhat.com>
12868         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
12869         appearing in DEBUG_INSNs.
12871 2017-04-13  Martin Liska  <mliska@suse.cz>
12873         PR gcov-profile/80413
12874         * gcov-io.c (gcov_write_string): Copy to buffer just when
12875         allocated size is greater than zero.
12877 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
12879         PR debug/80321
12880         * dwarf2out.c (decls_for_scope): Ignore declarations of
12881         current_function_decl in BLOCK_NONLOCALIZED_VARS.
12883 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
12885         PR lto/69953
12886         * ipa-visibility.c (non_local_p): Fix typos.
12887         (localize_node): When localizing symbol in same comdat group,
12888         dissolve the group only when we know external symbols are going
12889         to be privatized.
12890         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
12892 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
12894         PR tree-optimization/79390
12895         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
12896         order does not result in usable sequence, retry with reversed operand
12897         order.
12899         PR sanitizer/80403
12900         PR sanitizer/80404
12901         PR sanitizer/80405
12902         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
12903         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
12904         op0 instead of fold_convert_loc (loc, type, arg0).
12906 2017-04-12  Jeff Law  <law@redhat.com>
12908         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
12909         has a delay slot in the generated code.
12911         * config/cris/cris.md (cris_preferred_reload_class): Return
12912         GENNONACR_REGS rather than GENERAL_REGS.
12914 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
12916         PR c/80163
12917         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
12918         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
12919         signedness of the result type.
12921 2017-04-12  Richard Biener  <rguenther@suse.de>
12922             Jeff Law  <law@redhat.com>
12924         PR tree-optimization/80359
12925         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
12926         trim stores to TARGET_MEM_REFs.
12928 2017-04-12  Richard Biener  <rguenther@suse.de>
12930         PR tree-optimization/79390
12931         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
12932         threading case even more.
12934 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
12936         PR target/80382
12937         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
12938         for quad_address_p for TImode, instead of just not indexed_address.
12940 2017-04-12  Richard Biener  <rguenther@suse.de>
12941             Bernd Edlinger  <bernd.edlinger@hotmail.de>
12943         PR middle-end/79671
12944         * alias.c (component_uses_parent_alias_set_from): Handle
12945         TYPE_TYPELESS_STORAGE.
12946         (get_alias_set): Likewise.
12947         * tree-core.h (tree_type_common): Add typeless_storage flag.
12948         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
12949         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
12950         for types containing members with TYPE_TYPELESS_STORAGE.
12951         (place_field): Likewise.
12952         (layout_type): Likewise for ARRAY_TYPE.
12953         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
12954         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
12955         TYPE_TYPELESS_STORAGE.
12956         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
12958 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
12960         PR sanitizer/80349
12961         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
12962         first argument to type.
12964 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12966         PR target/80376
12967         PR target/80315
12968         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
12969         CONST0_RTX (mode) rather than const0_rtx where appropriate.
12970         (rs6000_expand_binop_builtin): Likewise.
12971         (rs6000_expand_ternop_builtin): Likewise; also add missing
12972         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
12973         vshasigma built-ins.
12974         * doc/extend.texi: Document that vec_xxpermdi's third argument
12975         must be a constant.
12977 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
12979         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
12980         Use shift_const cost parameter when calculating gain of STV shifts.
12982 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
12984         PR rtl-optimization/70478
12985         * lra-constraints.c (process_alt_operands): Check memory for
12986         disfavoring memory insn operand.
12988 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
12990         PR middle-end/80100
12991         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
12992         left shift in unsigned HOST_WIDE_INT type.
12994         PR rtl-optimization/80385
12995         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
12996         (not (neg X)) into (plus X -1) for complex or non-integral modes.
12998         PR libgomp/80394
12999         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
13000         if they have any depend clauses.
13002 2017-04-11  Martin Liska  <mliska@suse.cz>
13004         PR ipa/80212
13005         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
13006         * ipa-split.c (split_function): Create a local comdat symbol
13007         if caller is in a comdat group.
13009 2017-04-11  Martin Liska  <mliska@suse.cz>
13011         PR ipa/80212
13012         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
13013         flags.
13015 2017-04-11  Martin Sebor  <msebor@redhat.com>
13017         PR middle-end/80364
13018         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
13019         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
13020         for INTEGER_TYPE.
13021         (directive::set_width, directive::set_precision, format_character):
13022         Adjust.
13023         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
13024         INTEGER_TYPE.
13026 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
13028         PR target/80389
13029         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
13030         conflict, set target->arch_name instead of target->cpu_name.
13032 2017-04-11  Richard Biener  <rguenther@suse.de>
13034         PR tree-optimization/80374
13035         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
13036         build_zero_cst, remove fold_convertible_p check again.
13038 2017-04-11  Martin Liska  <mliska@suse.cz>
13040         PR sanitizer/70878
13041         * ubsan.c (instrument_object_size): Do not instrument register
13042         variables.
13044 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
13046         PR target/80381
13047         * config/i386/i386-builtin-types.def
13048         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
13049         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
13050         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
13051         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
13052         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
13053         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
13054         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
13055         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
13056         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
13057         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
13058         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
13059         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
13060         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
13061         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
13062         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
13063         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
13064         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
13065         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
13066         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
13067         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
13068         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
13069         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
13070         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
13071         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
13072         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
13073         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
13074         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
13075         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
13076         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
13077         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
13078         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
13079         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
13080         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
13081         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
13082         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
13083         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
13084         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
13085         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
13086         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
13087         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
13088         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
13089         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
13090         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
13091         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
13092         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
13093         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
13094         aliases.
13095         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
13096         flag to second_arg_count, handle 4 argument function type _COUNT
13097         aliases, handle second_arg_count on second argument rather than last.
13099 2017-04-10  Jeff Law  <law@redhat.com>
13101         PR tree-optimization/80374
13102         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
13103         record anything if we can not convert integer_zero_node to the
13104         desired type.
13106 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
13108         PR target/80108
13109         * config/rs6000/rs6000.c (rs6000_option_override_internal):
13110         Enhance special handling given to the TARGET_P9_MINMAX option in
13111         relation to certain other options.
13113 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
13115         PR tree-optimization/80153
13116         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
13117         remove POINTER_PLUS_EXPR's base part directly, rather than through
13118         aff_tree.
13120 2017-04-10  Richard Biener  <rguenther@suse.de>
13121             Bin Cheng  <bin.cheng@arm.com>
13123         PR tree-optimization/80153
13124         * tree-affine.c (aff_combination_to_tree): Get base pointer from
13125         the first element of pointer type aff_tree.  Build result expr in
13126         aff_tree's type.
13127         (add_elt_to_tree): Convert to type unconditionally.  Remove other
13128         fold_convert calls.
13129         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
13130         (rewrite_use_nonlinear_expr): Check invariant using iv information.
13132 2017-04-10  Richard Biener  <rguenther@suse.de>
13134         * tree-ssa-structalias.c (find_func_aliases): Properly handle
13135         asm inputs.
13137 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
13139         PR rtl-optimization/70478
13140         * lra-constraints.c (curr_small_class_check): New.
13141         (update_and_check_small_class_inputs): New.
13142         (process_alt_operands): Update curr_small_class_check.  Disfavor
13143         alternative insn memory operands.  Check available regs for small
13144         class operands.
13146 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
13148         PR target/80057
13149         * config/mips/mips.opt (-mvirt): Update description.
13150         * doc/invoke.texi (-mvirt): Likewise.
13152 2017-04-10  Richard Biener  <rguenther@suse.de>
13154         PR middle-end/80362
13155         * fold-const.c (fold_binary_loc): Look at unstripped ops when
13156         looking for NEGATE_EXPR in -A / -B to A / B folding.
13158 2017-04-10  Martin Liska  <mliska@suse.cz>
13160         PR gcov-profile/80224
13161         * gcov.c (print_usage): Fix usage string.
13162         (get_gcov_intermediate_filename): Remove.
13163         (output_gcov_file): Use both for normal and intermediate format.
13164         (generate_results): Do not initialize special file for
13165         intermediate format.
13167 2017-04-10  Richard Biener  <rguenther@suse.de>
13169         PR tree-optimization/80304
13170         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
13171         for safelen.
13173 2017-04-10  Nathan Sidwell  <nathan@acm.org>
13175         PR target/79905
13176         * config/rs6000/rs6000.c (rs6000_vector_type): New.
13177         (rs6000_init_builtins): Use it.
13179 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13181         * config/arm/arm.md (<mrc>): Add mode to SET source.
13182         (<mrrc>): Likewise.
13184 2017-04-10  Richard Biener  <rguenther@suse.de>
13186         PR middle-end/80344
13187         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
13189 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
13191         PR target/80324
13192         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
13193         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
13194         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
13195         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
13196         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
13197         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
13198         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
13199         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
13200         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
13201         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
13202         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
13203         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
13204         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
13205         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
13206         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
13207         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
13208         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
13209         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
13210         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
13211         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
13212         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
13213         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
13214         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
13216 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
13218         PR rtl-optimization/70478
13219         * lra-constraints.c: Reverse the last patch.
13221 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
13223         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
13224         Add comment for WCHAR_T.
13226 2017-04-08  Martin Liska  <mliska@suse.cz>
13228         Revert:
13229         2017-04-07  Martin Liska  <mliska@suse.cz>
13231         PR ipa/80212
13232         * ipa-split.c (split_function): Add function part to a same comdat
13233         group.
13235 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
13237         PR target/80358
13238         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
13240 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
13242         * rs6000/rs6000.c (vec_load_pendulum): Rename...
13243         (vec_pairing): ...to this.
13244         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
13245         (rs6000_sched_init): Adjust for name change.
13246         (struct rs6000_sched_context): Likewise.
13247         (rs6000_init_sched_context): Likewise.
13248         (rs6000_set_sched_context): Likewise.
13250 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
13252         PR target/80322
13253         PR target/80323
13254         PR target/80325
13255         PR target/80326
13256         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
13257         intrinsics.
13258         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
13259         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
13260         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
13262 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
13264         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
13266 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
13268         PR rtl-optimization/70703
13269         * ira-color.c (update_conflict_hard_regno_costs): Use
13270         int64_t instead of HOST_WIDE_INT.
13272 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
13274         PR rtl-optimization/70478
13275         * lra-constraints.c (process_alt_operands): Disfavor alternative
13276         insn memory operands.
13278 2017-04-07  Jeff Law  <law@redhat.com>
13280         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
13281         CALL and NOTE_INSN_CALL_ARG_LOCATION.
13283 2017-04-07  Martin Liska  <mliska@suse.cz>
13285         PR target/79889
13286         * config/aarch64/aarch64.c (aarch64_process_target_attr):
13287         Show error message instead of an ICE.
13289 2017-04-07  Martin Liska  <mliska@suse.cz>
13291         PR ipa/80212
13292         * ipa-split.c (split_function): Add function part to a same comdat
13293         group.
13295 2017-04-07  Richard Biener  <rguenther@suse.de>
13297         PR middle-end/80341
13298         * tree.c (get_unwidened): Also handle ! for_type case for
13299         INTEGER_CSTs.
13300         * convert.c (do_narrow): Split out from ...
13301         (convert_to_integer_1): ... here.  Do not pass final truncation
13302         type to get_unwidened for TRUNC_DIV_EXPR.
13304 2017-04-07  Richard Biener  <rguenther@suse.de>
13306         * tree-affine.c (wide_int_ext_for_comb): Take type rather
13307         than aff_tree.
13308         (aff_combination_const): Adjust.
13309         (aff_combination_scale): Likewise.
13310         (aff_combination_add_elt): Likewise.
13311         (aff_combination_add_cst): Likewise.
13312         (aff_combination_convert): Likewise.
13313         (add_elt_to_tree): Likewise.  Remove unused argument.
13314         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
13316 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
13318         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
13319         definition.
13320         * config/arm/arm.c (arm_default_short_enums): Use
13321         ARM_DEFAULT_SHORT_ENUMS.
13322         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
13324 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
13326         PR debug/80234
13327         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
13328         members with redundant out-of-class redeclaration.
13330 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
13332         PR target/80286
13333         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
13334         * config/i386/i386.md (*zero_extendsidi2):
13335         Add (?*x,*x) and (?*v,*v) alternatives.
13337 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
13339         PR target/79733
13340         * config/i386/i386.c (ix86_expand_builtin)
13341         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
13342         mode from insn data. Convert operands to insn operand mode.
13343         Copy operands that don't satisfy insn predicate to a register.
13345 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
13347         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
13348         Update comments.
13350 2017-04-06  Richard Biener  <rguenther@suse.de>
13352         PR tree-optimization/80334
13353         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
13354         preserve alignment of accesses.
13356 2017-04-06  Richard Biener  <rguenther@suse.de>
13358         PR tree-optimization/80262
13359         * tree-sra.c (build_ref_for_offset): Preserve address-space
13360         information.
13361         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
13362         Drop useless address-space information on MEM_REF offsets.
13364 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
13366         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
13368 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
13370         PR rtl-optimization/70703
13371         * ira-color.c (update_conflict_hard_regno_costs): Use
13372         HOST_WIDE_INT instead of long.
13374 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
13376         PR target/80298
13377         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
13378         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
13379         is not defined.
13380         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
13381         for x86_64 target.  Handle -m3dnowa option.
13383 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
13385         PR rtl-optimization/70703
13386         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
13387         (update_conflict_hard_regno_costs): Use long instead of unsigned
13388         arithmetic for cost calculation.
13390 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
13391             Bernd Edlinger  <bernd.edlinger@hotmail.de>
13393         PR sanitizer/80308
13394         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
13395         for big endian.
13397 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
13399         PR target/78002
13400         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
13401         ptr_mode with Pmode throughout.
13402         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
13403         into probe_stack_range and use DImode.
13405 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13407         PR target/79890
13408         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
13409         call_eh_return is true.
13411 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13413         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
13414         Initialize last_match_fntype_index.
13416 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
13418         PR target/80310
13419         * tree-nvr.c: Include internal-fn.h.
13420         (pass_return_slot::execute): Ignore internal calls without
13421         direct optab.
13423 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
13424             Richard Biener  <rguenther@suse.de>
13426         PR c++/80297
13427         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
13428         captures used multiple times, except for the last use.
13429         * generic-match-head.c: Include gimplify.h.
13431 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
13433         PR tree-optimization/79390
13434         * target.h (struct noce_if_info): Declare.
13435         * targhooks.h (default_noce_conversion_profitable_p): Declare.
13436         * target.def (noce_conversion_profitable_p): New target hook.
13437         * ifcvt.h (struct noce_if_info): New type, moved from ...
13438         * ifcvt.c (struct noce_if_info): ... here.
13439         (noce_conversion_profitable_p): Renamed to ...
13440         (default_noce_conversion_profitable_p): ... this.  No longer
13441         static nor inline.
13442         (noce_try_store_flag_constants, noce_try_addcc,
13443         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
13444         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
13445         instead of noce_conversion_profitable_p.
13446         * config/i386/i386.c: Include ifcvt.h.
13447         (ix86_option_override_internal): Don't override
13448         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
13449         (ix86_noce_conversion_profitable_p): New function.
13450         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
13451         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
13452         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
13453         * doc/tm.texi: Regenerated.
13455 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13457         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
13458         correction.
13460 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13462         PR target/80307
13463         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
13464         instructions for small multiply cores.
13466 2017-04-04  Jeff Law  <law@redhat.com>
13468         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
13469         added member.
13470         (mips_expand_vec_perm_const): Initialize elements in orig_perm
13471         that are not set by the loop over the elements.
13473 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
13475         PR target/80286
13476         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
13477         int mode, convert_modes it to mode as unsigned, otherwise use
13478         lowpart_subreg to mode rather than SImode.
13479         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
13480         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
13481         Use DImode instead of SImode for the shift count operand.
13482         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
13483         Likewise.
13485 2017-04-04  Richard Biener  <rguenther@suse.de>
13487         PR middle-end/80281
13488         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
13489         arithmetic done for the negate or the plus.  Simplify.
13490         (A - (-B) -> A + B): Likewise.
13491         * fold-const.c (split_tree): Make sure to not negate pointers.
13493 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
13495         PR rtl-optimization/60818
13496         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
13497         a compare of comparisons with the thing compared if this results
13498         in a different machine mode.
13500 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
13502         * alias.c (base_alias_check): Fix typo in comment.
13503         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
13504         * cgraphunit.c (symbol_table::compile): Likewise.
13505         * collect2.c (maybe_run_lto_and_relink): Likewise.
13506         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
13507         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
13508         * config/avr/avr.c (avr_map_op_t): Likewise.
13509         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
13510         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
13511         * config/epiphany/epiphany.md (movcc): Likewise.
13512         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
13513         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
13514         Likewise.
13515         * config/mips/mips.c (mips_save_restore_reg): Likewise.
13516         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
13517         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
13518         * config/sh/sh.c (sh_rtx_costs): Likewise.
13519         * fold-const.c (fold_truth_andor): Likewise.
13520         * genautomata.c (collapse_flag): Likewise.
13521         * gengtype.h (struct type::u::s): Likewise.
13522         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
13523         * input.c (FORMAT_AMOUNT): Likewise.
13524         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
13525         (known_aggs_to_agg_replacement_list): Likewise.
13526         * ipa-inline-analysis.c: Likewise.
13527         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
13528         * ipa-polymorphic-call.c
13529         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
13530         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
13531         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
13532         Likewise.
13533         * modulo-sched.c (apply_reg_moves): Likewise.
13534         * omp-expand.c (build_omp_regions_1): Likewise.
13535         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
13536         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
13537         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
13538         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
13539         * value-prof.c: Likewise.
13540         * var-tracking.c (val_reset): Likewise.
13542 2017-04-03  Richard Biener  <rguenther@suse.de>
13544         PR tree-optimization/80275
13545         * fold-const.c (split_address_to_core_and_offset): Handle
13546         POINTER_PLUS_EXPR.
13548 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
13550         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
13551         descriptors is at least equal to that of functions.
13553 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
13555         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
13557 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
13559         PR target/80250
13560         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
13561         (mov<IMOD4:mode>): New expander.
13562         (*mov<IMOD4:mode>_internal): New insn and split pattern.
13564 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
13566         PR rtl-optimization/79405
13567         * fwprop.c (propagations_left): New variable.
13568         (forward_propagate_into): Decrement it.
13569         (fwprop_init): Initialize it.
13570         (fw_prop): If the variable has reached zero, stop propagating.
13571         (fwprop_addr): Ditto.
13573 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
13575         PR debug/79255
13576         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
13577         a FUNCTION_DECL, pass it as decl instead of origin to
13578         process_scope_var.
13580 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
13582         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
13583         string.
13585 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
13587         PR target/80107
13588         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
13589         TARGET_VSX_SMALL_INTEGER.
13591 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13593         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
13594         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
13596 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
13598         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
13599         extraction from odd-numbered MSA register.
13601 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
13603         PR middle-end/80173
13604         * expmed.c (store_bit_field_1): Don't attempt to create
13605         a word subreg out of hard registers wider than word if they
13606         have HARD_REGNO_NREGS of 1 for their mode.
13608         PR middle-end/80163
13609         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
13610         conversions to integer types wider than word and pointer.
13612         PR debug/80025
13613         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
13614         (rtx_equal_for_cselib_p): Pass 0 to it.
13615         * cselib.c (cselib_hasher::equal): Likewise.
13616         (rtx_equal_for_cselib_1): Add depth argument.  If depth
13617         is 128, don't look up VALUE locs and punt.  Increment
13618         depth in recursive calls when walking VALUE locs.
13620 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13622         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
13623         (make_gcov_file_name): Use the canonical path name for generating
13624         the MD5 value.
13625         (read_line): Fix handling of files with ascii null bytes.
13627 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
13629         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
13630         to initialise a vector register instead
13631         of using a const_int.
13633 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
13635         PR translation/80189
13636         * gimplify.c (omp_default_clause): Use %qs instead of %s in
13637         diagnostic messages.
13639 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
13641         PR target/80246
13642         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
13643         (dfp_diex_<mode>): Update mode of operand 1.
13644         * doc/extend.texi (dxex, dxexq): Document change to return type.
13645         (diex, diexq): Document change to argument type.
13647 2017-03-30  Martin Jambor  <mjambor@suse.cz>
13649         PR ipa/77333
13650         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
13651         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
13652         it reflects the signature changes performed at the callee side.
13653         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
13654         to cgraph_build_function_type_skip_args.
13655         (build_function_decl_skip_args): Adjust call to the above function.
13657 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
13659         PR target/80206
13660         * config/i386/sse.md
13661         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
13662         register as dest whenever it is a MEM not rtx_equal_p to the
13663         corresponding dup operand, and when forcing into reg move the
13664         reg into the memory afterwards.
13665         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
13666         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
13667         for the force_reg mode.
13668         (avx512vl_vextractf128<mode>): Use register as dest either
13669         always when a MEM, or when it is a MEM not rtx_equal_p to the
13670         corresponding dup operand, or even not when it is a CONST_VECTOR
13671         depending on the mode and lo vs. hi.
13672         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
13673         parens.
13674         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
13675         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
13676         Likewise.  Require that operands[2] is even.
13677         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
13678         Remove extraneous parens.  Require that operands[2] is a multiple
13679         of 4.
13680         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
13681         operands[0] is a MEM if <mask_applied>, the predicates/constraints
13682         disallow memory then.
13684 2017-03-30  Richard Biener  <rguenther@suse.de>
13686         PR tree-optimization/77498
13687         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
13688         to non-constants over backedges.
13690 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
13692         PR rtl-optimization/80233
13693         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
13694         as last_combined_insn.  Do not test for BARRIER_P separately.
13696 2017-03-29  Andreas Schwab  <schwab@suse.de>
13698         PR ada/80146
13699         * calls.c (prepare_call_address): Convert funexp to Pmode before
13700         copying to temp reg.
13702 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13704         PR tree-optimization/80158
13705         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
13706         Handle possible future case of more than one alternate
13707         interpretation.
13708         (replace_rhs_if_not_dup): Likewise.
13709         (replace_one_candidate): Likewise.
13711 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
13713         PR rtl-optimization/80193
13714         * ira.c (ira): Do not check allocation for LRA.
13716 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
13718         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
13719         (nvptx_output_simt_exit): Declare.
13720         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
13721         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
13722         (init_softstack_frame): Move initialization of crtl->is_leaf to...
13723         (nvptx_declare_function_name): ...here.  Emit declaration of local
13724         memory space buffer for omp_simt_enter insn.
13725         (nvptx_output_unisimt_switch): New.
13726         (nvptx_output_softstack_switch): New.
13727         (nvptx_output_simt_enter): New.
13728         (nvptx_output_simt_exit): New.
13729         * config/nvptx/nvptx.h (struct machine_function): New fields
13730         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
13731         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
13732         (UNSPECV_SIMT_EXIT): Ditto.
13733         (omp_simt_enter_insn): New insn.
13734         (omp_simt_enter): New expansion.
13735         (omp_simt_exit): New insn.
13736         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
13738         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
13739         (expand_GOMP_SIMT_ENTER_ALLOC): New.
13740         (expand_GOMP_SIMT_EXIT): New.
13741         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
13742         (GOMP_SIMT_ENTER_ALLOC): Ditto.
13743         (GOMP_SIMT_EXIT): Ditto.
13744         * target-insns.def (omp_simt_enter): New insn.
13745         (omp_simt_exit): Ditto.
13746         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
13747         simt_dlist.
13748         (lower_rec_simd_input_clauses): Implement SIMT privatization.
13749         (lower_rec_input_clauses): Likewise.
13750         (lower_lastprivate_clauses): Handle SIMT privatization.
13752         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
13753         (ompdevlow_adjust_simt_enter): New.
13754         (find_simtpriv_var_op): New.
13755         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
13756         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
13758         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
13759         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
13760         (copy_decl_for_dup_finish): Ditto.
13762         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
13764 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
13766         PR target/53383
13767         * config/i386/i386.c (ix86_option_override_internal): Always
13768         allow -mpreferred-stack-boundary=3 for 64-bit targets.
13770 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
13772         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
13774 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
13776         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
13777         mark new edge's irreducible flag accordign to it.
13778         (vect_do_peeling): Check loop preheader edge's irreducible flag
13779         and pass it to function slpeel_add_loop_guard.
13781 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
13783         PR tree-optimization/80218
13784         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
13785         Update block frequencies and counts.
13787 2017-03-28  Richard Biener  <rguenther@suse.de>
13789         PR tree-optimization/78644
13790         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
13791         of a simplification result we may not use it at all.
13793 2017-03-28  Richard Biener  <rguenther@suse.de>
13795         PR ipa/80205
13796         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
13797         without arguments, generate default definition of a SSA name.
13799 2017-03-28  Richard Biener  <rguenther@suse.de>
13801         PR middle-end/80222
13802         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
13803         TYPE_REF_CAN_ALIAS_ALL references.
13804         * fold-const.c (fold_indirect_ref_1): Likewise.
13806 2017-03-28  Martin Liska  <mliska@suse.cz>
13808         PR ipa/80104
13809         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
13810         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
13812 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
13813             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
13815         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
13816         (EXTRA_SPECS): Define.
13817         (SUBTARGET_EXTRA_SPECS): Likewise.
13818         (SUBTARGET_CPP_SPEC): Likewise.
13819         * config/arc/elf.h (EXTRA_SPECS): Renamed to
13820         SUBTARGET_EXTRA_SPECS.
13821         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
13823 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
13825         * config/arc/simdext.md (vst64_insn): Update pattern.
13826         (vld32wh_insn): Likewise.
13827         (vld32wl_insn): Likewise.
13828         (vld64_insn): Likewise.
13829         (vld32_insn): Likewise.
13831 2017-03-28  Marek Polacek  <polacek@redhat.com>
13833         PR sanitizer/80067
13834         * fold-const.c (fold_comparison): Use protected_set_expr_location
13835         instead of SET_EXPR_LOCATION.
13837 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
13839         * tree.c (add_expr): Avoid name lookup warning.
13841 2017-03-27  Jeff Law  <law@redhat.com>
13843         PR tree-optimization/80216
13844         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
13845         function name.  Limit recursion depth.
13846         (record_temporary_equivalences): Corresponding changes.
13848 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
13850         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
13851         covered first.
13853 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
13855         PR target/80102
13856         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
13857         notes.
13858         * cfgcleanup.c (reg_note_cfa_p): New array.
13859         (insns_have_identical_cfa_notes): New function.
13860         (old_insns_match_p): Don't cross-jump in between /f
13861         and non-/f instructions.  If both i1 and i2 are frame related,
13862         verify all CFA notes, their order and content.
13864 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
13866         PR target/78543
13867         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
13868         HImode and SImode with zero extend to DImode to one insn.
13869         (bswap<mode>2_extenddi): Likewise.
13870         (bswapsi2_extenddi): Likewise.
13871         (bswaphi2_extendsi): Likewise.
13872         (bswaphi2): Combine bswap HImode and SImode into one insn.
13873         Separate memory insns from swapping register.
13874         (bswapsi2): Likewise.
13875         (bswap<mode>2): Likewise.
13876         (bswaphi2_internal): Delete, no longer used.
13877         (bswapsi2_internal): Likewise.
13878         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
13879         store, and gpr<-gpr swap insns.
13880         (bswap<mode>2_store): Likewise.
13881         (bswaphi2_reg): Register only splitter, combine with the splitter.
13882         (bswaphi2 splitter): Likewise.
13883         (bswapsi2_reg): Likewise.
13884         (bswapsi2 splitter): Likewise.
13885         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
13886         the insns into load, store, and register/register insns.
13887         (bswapdi2_ldbrx): Likewise.
13888         (bswapdi2_load): Likewise.
13889         (bswapdi2_store): Likewise.
13890         (bswapdi2_reg): Likewise.
13892 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
13894         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
13895         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
13897 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
13899         PR target/80103
13900         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
13901         add comments.
13902         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
13903         special handling for target option conflicts between dform
13904         options (-mpower9-dform, -mpower9-dform-vector,
13905         -mpower9-dform-scalar) and -mno-direct-move.
13907 2017-03-27  Richard Biener  <rguenther@suse.de>
13909         PR tree-optimization/80181
13910         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
13912 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
13914         * config/arc/predicates.md (move_double_src_operand): Replace the
13915         call to move_double_src_operand with a call to address_operand.
13917 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
13919         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
13920         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
13921         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
13923 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
13925         * config/arc/predicates.md (long_immediate_loadstore_operand):
13926         Consider scaled addresses cases.
13928 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
13930         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
13931         restored when in interrupt.
13932         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
13933         doesn't have delay slot.
13935 2017-03-27  Richard Biener  <rguenther@suse.de>
13937         PR ipa/79776
13938         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
13939         inlined thunk clones.
13941 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
13943         PR sanitizer/80168
13944         * asan.c (instrument_derefs): Copy over last operand from
13945         original COMPONENT_REF to the new COMPONENT_REF with
13946         DECL_BIT_FIELD_REPRESENTATIVE.
13947         * ubsan.c (instrument_object_size): Likewise.
13949 2017-03-27  Richard Biener  <rguenther@suse.de>
13951         PR tree-optimization/80170
13952         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
13953         sure DR/SCEV didnt fold in constants we do not see when looking
13954         at the reference base alignment.
13956 2017-03-27  Richard Biener  <rguenther@suse.de>
13958         PR middle-end/80171
13959         * gimple-fold.c (fold_ctor_reference): Properly guard against
13960         NULL return value from canonicalize_constructor_val.
13962 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
13964         PR target/80180
13965         * config/i386/i386.c (ix86_expand_builtin)
13966         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
13967         flags reg setting and flags reg using instructions.
13968         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
13969         clobbering instructions to zero extend op2.
13971 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
13973         * doc/install.texi (Configuration) <--with-aix-soname>:
13974         Update link to AIX ld.
13976 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
13978         PR rtl-optimization/80160
13979         PR rtl-optimization/80159
13980         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
13981         reg_alternate_class into account.
13983 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
13985         PR target/80148
13986         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
13987         to consider in curr_insn_transform.
13989 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
13991         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
13992         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
13993         and emit_mode_inner.
13995 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13997         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
13998         argument to the overloaded builtin variants.  Use the new flag to
13999         deprecate certain builtin variants.
14000         * config/s390/s390-builtin-types.def: Add new builtin types.
14001         * config/s390/s390-builtins.h: Support new flags field for
14002         overloaded builtins.
14003         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
14004         (s390_macro_to_expand): Enable vector float data type.
14005         (s390_cpu_cpp_builtins_internal): Indicate support of the new
14006         builtins by incrementing the __VEC__ version number.
14007         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
14008         vec_xst.
14009         (s390_resolve_overloaded_builtin): Emit error messages depending
14010         on the builtin flags.
14011         * config/s390/s390.c (s390_expand_builtin): Support additional
14012         flags argument.  Change error message to match the messages
14013         emitted in s390-c.c.
14014         * config/s390/s390.md: New UNSPEC_* constants.
14015         (op_type): Add new instruction types.
14016         * config/s390/vecintrin.h: Add new builtins and test data class
14017         constants.
14018         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
14019         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
14020         (VEC_INEXACT, VEC_NOINEXACT): New constants.
14021         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
14022         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
14023         ("vec_mergel<mode>"): V_HW -> VEC_HW.
14025         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
14026         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
14027         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
14028         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
14030         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
14031         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
14032         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
14033         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
14035         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
14036         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
14037         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
14038         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
14039         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
14040         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
14041         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
14043         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
14044         ("vec_scatter_element<V_HW_4:mode>_DI")
14045         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
14046         ("vec_fpint<mode>", "vflls")
14047         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
14048         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
14049         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
14050         ("*vec_cmphe<mode>_cc"): ... these.
14052         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
14053         mode constant instead of magic value.
14055 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14057         * config/s390/s390.c (s390_expand_vec_compare): Support other
14058         vector floating point modes than just V2DF.
14059         (s390_expand_vcond): Likewise.
14060         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
14061         (s390_cannot_change_mode_class): Prevent mode changes between TF
14062         and V1TF in vector registers.
14063         * config/s390/s390.md (DF, SF): New mode attributes.
14064         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
14065         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
14066         SFmode support for VRs.
14067         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
14068         vector fp modes.
14069         (VFT, VF_HW): New mode iterators.
14070         (vw, sdx): New mode attributes.
14071         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
14072         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
14073         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
14074         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
14075         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
14076         also the new vector floating point modes.  Renaming to ...
14078         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
14079         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
14080         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
14081         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
14082         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
14083         ("vec_unordered<mode>"): ... these.
14085         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
14086         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
14087         ("*vec_extendv2df"): New insn definitions.
14089 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14091         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
14092         ("mulditi3_2", "*muldi3_sign"): New patterns.
14093         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
14094         rename the pattern definition.
14096 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14098         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
14099         expander.
14100         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
14102 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14104         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
14105         instruction if possible.
14106         * config/s390/vector.md (vec_halfnumelts): New mode
14107         attribute.
14108         ("*vec_vllezlf<mode>"): New pattern.
14110 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14112         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
14113         ("popcountv4si2", "popcountv2di2"): Rename to ...
14114         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
14115         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
14116         condition.
14117         ("popcount<mode>2_vxe"): New pattern.
14119 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14121         * common/config/s390/s390-common.c (processor_flags_table): Add
14122         arch12.
14123         * config.gcc: Add arch12.
14124         * config/s390/driver-native.c (s390_host_detect_local_cpu):
14125         Default to arch12 for unknown CPU model numbers.
14126         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
14127         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
14128         PROCESSOR_max sanity check.
14129         * config/s390/s390-opts.h (enum processor_type): Add
14130         PROCESSOR_ARCH12.
14131         * config/s390/s390.c (processor_table): Add arch12.
14132         (s390_expand_builtin): Add check for B_VXE flag.
14133         (s390_issue_rate): Add PROCESSOR_ARCH12.
14134         (s390_get_sched_attrmask): Likewise.
14135         (s390_get_unit_mask): Likewise.
14136         (s390_sched_score): Enable z13 scheduling for arch12.
14137         (s390_sched_reorder): Likewise.
14138         (s390_sched_variable_issue): Likewise.
14139         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
14140         PF_VXE.
14141         (s390_tune_attr): Use z13 scheduling also for arch12.
14142         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
14143         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
14144         (TARGET_VXE_P): New macros.
14145         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
14146         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
14147         * config/s390/s390.opt: Add arch12 as processor_type.
14149 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14151         * config/s390/s390.md
14152         ("fixuns_truncdddi2", "fixuns_trunctddi2")
14153         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
14154         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
14156         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
14157         Rename expanders to ...
14159         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
14160         ("fixuns_truncdddi2_emu"): ... these.
14162         ("fixuns_trunc<mode>si2_emu"): New expander.
14164         ("*fixuns_truncdfdi2_z13"): Rename to ...
14165         ("*fixuns_truncdfdi2_vx"): ... this.
14167 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14169         * config/s390/2964.md: Remove the single element vector compare
14170         instructions which are no longer used.
14171         * config/s390/s390.c (s390_select_ccmode): Remove handling of
14172         vector CCmodes.
14173         (s390_canonicalize_comparison): Remove handling of DFmode
14174         compares.
14175         (s390_expand_vec_compare_scalar): Remove function.
14176         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
14177         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
14178         pattern.
14179         ("*cmp<mode>_ccs"): Add wfcdb instruction.
14181 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14183         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
14184         FP zero.
14185         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
14186         will anyway by matched by mov<mode>_64dfp.
14188 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14190         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
14191         vlef/vstef.  Add missing operand to vleif.
14193 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14195         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
14196         pair for all vector types with 64 bit elements.
14197         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
14198         * config/s390/vector.md (V_HW_64): ... here.
14199         (V_128_NOSINGLE): New mode iterator.
14200         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
14201         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
14202         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
14203         ("*vec_load_pairv2di"): Change to ...
14204         ("*vec_load_pair<mode>"): ... this one.
14206 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14208         * config/s390/constraints.md: Add comments.
14209         (jKK): Reject element sizes > 8 bytes.
14210         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
14211         s_operands.
14212         * config/s390/s390.md: Add the s_operand checks formerly in
14213         s390_split_ok_p to various splitters where they are still
14214         required.
14215         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
14216         for 128 bit vectors.  Plus two splitters.
14218 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14220         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
14221         the file.
14223 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14225         PR target/79893
14226         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
14227         error if the boundary argument is not constant.
14229 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
14231         PR rtl-optimization/80112
14232         * loop-doloop.c (doloop_condition_get): Don't check condition
14233         if cmp isn't SET with IF_THEN_ELSE src.
14235 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14237         PR tree-optimization/80158
14238         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
14239         replacing a candidate statement, also replace it for the
14240         candidate's alternate interpretation.
14241         (replace_rhs_if_not_dup): Likewise.
14242         (replace_one_candidate): Likewise.
14244 2017-03-24  Richard Biener  <rguenther@suse.de>
14246         PR tree-optimization/80167
14247         * graphite-isl-ast-to-gimple.c
14248         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
14249         properly.
14250         (translate_isl_ast_to_gimple::get_rename): Likewise.
14252 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
14254         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
14255         handling of certain combinations of target options, including the
14256         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
14257         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
14259 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14261         PR target/71436
14262         * config/arm/arm.md (*load_multiple): Add reload_completed to
14263         matching condition.
14265 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14266             Richard Biener  <rguenth@suse.de>
14268         PR tree-optimization/79908
14269         PR tree-optimization/80136
14270         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
14271         been cast away, gimplify_and_add suffices.
14273 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
14275         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
14277 2017-03-23  Richard Biener  <rguenther@suse.de>
14279         PR tree-optimization/80032
14280         * gimplify.c (gimple_push_cleanup): Forced unconditional
14281         cleanups still have to go to the conditional_cleanups
14282         sequence.
14284 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
14286         PR tree-optimization/80072
14287         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
14288         to unsigned int.
14289         (next_operand_entry_id): Change type to unsigned int.
14290         (sort_by_operand_rank): Make sure to return the right return value
14291         even if unsigned fields are bigger than INT_MAX.
14292         (struct oecount): Change cnt and id type to unsigned int.
14293         (oecount_hasher::equal): Formatting fix.
14294         (oecount_cmp): Make sure to return the right return value
14295         even if unsigned fields are bigger than INT_MAX.
14296         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
14298         PR c++/80129
14299         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
14300         TREE_READONLY on result if writing it more than once.
14302         PR sanitizer/80110
14303         * doc/invoke.texi (-fsanitize=thread): Document that with
14304         -fnon-call-exceptions atomics are not able to throw
14305         exceptions.
14307         PR sanitizer/80110
14308         * tsan.c: Include tree-eh.h.
14309         (instrument_builtin_call): Call maybe_clean_eh_stmt or
14310         maybe_clean_or_replace_eh_stmt where needed.
14311         (instrument_memory_accesses): Add cfg_changed argument.
14312         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
14313         if it returned true.
14314         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
14316         PR rtl-optimization/63191
14317         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
14318         wrapper function, moved the whole old content into ...
14319         (ix86_delegitimize_address_1): ... this.  New inline function.
14320         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
14321         true as last argument instead of ix86_delegitimize_address.
14323 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
14325         * config/aarch64/aarch64.c (generic_branch_cost): Copy
14326         cortexa57_branch_cost.
14328 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
14330         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
14332 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
14334         PR target/80123
14335         * doc/md.texi (Constraints): Document wA constraint.
14336         * config/rs6000/constraints.md (wA): New.
14337         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
14338         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
14339         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
14340         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
14342 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
14344         PR c++/80029
14345         * gimplify.c (is_oacc_declared): New function.
14346         (oacc_default_clause): Use it to set default flags for acc declared
14347         variables inside parallel regions.
14348         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
14349         declared variables.
14350         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
14351         declare attribute to any decl as necessary.
14353 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14355         PR target/80082
14356         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
14357         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
14358         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
14359         (arm_arch_lpae): This.
14360         * config/arm/arm.c (arm_arch7ve): Rename into ...
14361         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
14362         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
14363         arm_arch_lpae.
14365 2017-03-22  Martin Liska  <mliska@suse.cz>
14367         PR target/79906
14368         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
14369         error message instead of an ICE.
14371 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14373         * doc/extend.texi (6.11 Additional Floating Types): Revise.
14375 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
14377         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
14378         comments.
14379         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
14380         comments.
14382 2017-03-21  Martin Sebor  <msebor@redhat.com>
14384         * doc/extend.texi: Use "cannot" instead of "can't."
14385         * doc/hostconfig.texi: Same.
14386         * doc/install.texi: Same.
14387         * doc/invoke.texi: Same.
14388         * doc/loop.texi: Same.
14389         * doc/md.texi: Same.
14390         * doc/objc.texi: Same.
14391         * doc/rtl.texi: Same.
14392         * doc/tm.texi: Same.
14393         * doc/tm.texi.in: Same.
14394         * doc/trouble.texi: Same.
14396 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
14398         PR debug/63238
14399         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
14400         (collect_checksum_attributes): Set it.
14401         (die_checksum_ordered): Use it.
14403 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14405         PR tree-optimization/79908
14406         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
14407         change: For a VA_ARG whose LHS has been cast away, use
14408         force_gimple_operand to construct the side effects.
14410 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
14412         PR translation/80001
14413         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
14414         more amenable to translation.
14415         (oacc_loop_auto_partitions): Likewise.
14417 2017-03-21  Marek Polacek  <polacek@redhat.com>
14418             Martin Sebor  <msebor@redhat.com>
14420         PR tree-optimization/80109
14421         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
14422         on INTEGRAL_TYPE_P.
14424 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
14425             Segher Boessenkool  <segher@kernel.crashing.org>
14427         PR target/80125
14428         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
14429         check reg_used_between_p between insn and one of succ or succ2
14430         depending on if succ is artificial insn not inserted into insn
14431         stream.
14433 2017-03-21  Martin Liska  <mliska@suse.cz>
14435         PR gcov-profile/80081
14436         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
14437         * doc/gcc.texi: Include gcov-dump stuff.
14438         * doc/gcov-dump.texi: New file.
14440 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
14442         PR rtl-optimization/79150
14443         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
14444         conditional jump, if the jump is the last insn of the loop.
14446 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14447             Richard Biener  <rguenth@suse.de>
14449         PR tree-optimization/79908
14450         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
14451         been cast away, use force_gimple_operand to construct the side
14452         effects.
14454 2017-03-21  Martin Liska  <mliska@suse.cz>
14456         PR libfortran/79956
14457         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
14458         to NULL.
14460 2017-03-21  Brad Spengler <spender@grsecurity.net>
14462         PR plugins/80094
14463         * plugin.c (htab_hash_plugin): New function.
14464         (add_new_plugin): Use it and adjust.
14465         (parse_plugin_arg_opt): Adjust.
14466         (init_one_plugin): Likewise.
14468 2017-03-21  Richard Biener  <rguenther@suse.de>
14470         PR tree-optimization/80032
14471         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
14472         if set force the cleanup to happen unconditionally.
14473         (gimplify_target_expr): Push inserted clobbers with force_uncond
14474         to avoid them being removed by control-dependent DCE.
14476 2017-03-21  Richard Biener  <rguenther@suse.de>
14478         PR tree-optimization/80122
14479         * tree-inline.c (copy_bb): Do not expans va-arg packs or
14480         va_arg_pack_len when the inlined call stmt requires pack
14481         expansion itself.
14482         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
14484 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
14486         PR sanitizer/78158
14487         * tsan.c (instrument_builtin_call): If the memory model argument
14488         is not a constant, assume it is valid.
14490         PR c/67338
14491         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
14492         avoid UB.
14494 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
14496         PR rtl-optimization/79910
14497         * combine.c (can_combine_p): Do not allow combining an I0 or I1
14498         if its dest is used by an insn before I2 (other than the combined
14499         insns themselves, which are properly handled already).
14501 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
14503         Revert:
14504         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
14506         * combine.c (record_used_regs): New static function.
14507         (try_combine): Handle situations where there is an additional
14508         instruction between I2 and I3 which needs to have a LOG_LINK
14509         updated.
14511         Revert:
14512         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
14514         * combine.c (try_combine): Delete redundant i1 test.  Call
14515         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
14517 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
14519         PR target/80083
14520         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
14521         alternatives 13/14.
14523 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14525         PR tree-optimization/80054
14526         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
14527         the optimization if a PHI or any of its arguments is not dominated
14528         by the candidate's basis.  Use gphi* rather than gimple* as
14529         appropriate.
14530         (replace_profitable_candidates): Clean up a gimple* variable that
14531         should be a gphi* variable.
14533 2017-03-20  Martin Sebor  <msebor@redhat.com>
14535         PR c++/52477
14536         * doc/extend.texi (attribute constructor): Document present limitation.
14538 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
14540         PR target/79963
14541         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
14542         __POWER9_VECTOR__ #ifdef control, change template definition to
14543         use Power9-specific built-in function.
14544         (vec_any_eq): Likewise.
14545         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
14546         to control outcomes from this test.
14547         (vector_ae_<mode>p): For VEC_F modes, likewise.
14549 2017-03-20  Ian Lance Taylor  <iant@google.com>
14551         * config/i386/i386.c (ix86_function_regparm): Save an extra
14552         register for -fsplit-stack with DECL_STATIC_CHAIN.
14554 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
14556         PR target/79912
14557         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
14558         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
14560 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
14562         * config/riscv/riscv.c (riscv_print_operand): Use "fence
14563         iorw,ow".
14564         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
14565         iorw,iorw".
14567 2017-03-20  Marek Polacek  <polacek@redhat.com>
14569         PR sanitizer/80063
14570         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
14572 2017-03-20  Richard Biener  <rguenther@suse.de>
14574         PR tree-optimization/80113
14575         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
14576         allocate extra SSA name for PHI def.
14577         (add_close_phis_to_outer_loops): Likewise.
14578         (add_close_phis_to_merge_points): Likewise.
14579         (copy_loop_close_phi_args): Likewise.
14580         (copy_cond_phi_nodes): Likewise.
14582 2017-03-20  Martin Liska  <mliska@suse.cz>
14584         PR middle-end/79753
14585         * tree-chkp.c (chkp_build_returned_bound): Do not build
14586         returned bounds for a LHS that's not a BOUNDED_P type.
14588 2017-03-20  Martin Liska  <mliska@suse.cz>
14590         PR target/79769
14591         PR target/79770
14592         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
14593         COMPLEX_CST and VECTOR_CST.
14595 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14597         PR target/78857
14598         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
14599         target operand.  A new splitter adds the clobber statement in case
14600         the target operand is dead anyway.
14602 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
14604         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
14605         to age-old versions of binutils and glibc.
14607 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
14609         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
14611 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
14613         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
14615 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
14617         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
14618         requirement for binutils 2.13.
14620 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
14622         * combine.c (try_combine): Delete redundant i1 test.  Call
14623         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
14625 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
14627         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
14628         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
14629         contents.
14630         <riscv64-*-elf>: Re-arrange section
14631         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
14632         <riscv32-*-linux>: Likewise.
14633         <riscv64-*-elf>: Likewise
14634         <riscv64-*-linux>: Likewise.
14636 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
14638         PR target/80052
14639         * aarch64.opt(verbose-cost-dump): Fix typo.
14641 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
14643         PR target/79951
14644         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
14645         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
14647 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
14649         * reload.c (find_reloads): When reloading a nonoffsettable address,
14650         use RELOAD_OTHER for it and its address reloads.
14652         PR rtl-optimization/79910
14653         * combine.c (record_used_regs): New static function.
14654         (try_combine): Handle situations where there is an additional
14655         instruction between I2 and I3 which needs to have a LOG_LINK
14656         updated.
14658 2017-03-17  Jeff Law  <law@redhat.com>
14660         PR tree-optimization/71437
14661         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
14662         conditional in the hash table first.
14663         (vrp_dom_walker::before_dom_children): Extract condition from
14664         ASSERT_EXPR.  Record condition, its inverion and any implied
14665         conditions as well.
14667 2017-03-17  Marek Polacek  <polacek@redhat.com>
14668             Markus Trippelsdorf  <markus@trippelsdorf.de>
14670         PR tree-optimization/80079
14671         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
14672         m_stores_head.
14674 2017-03-17  Richard Biener  <rguenther@suse.de>
14676         PR middle-end/80075
14677         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
14678         Properly verify the LHS before the RHS possibly claims to be
14679         handled.
14680         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
14681         do not throw.
14683 2017-03-17  Martin Jambor  <mjambor@suse.cz>
14685         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
14686         (List of -O2 options): Likewise.
14687         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
14688         (-fipa-vrp) New.
14690 2017-03-17  Tom de Vries  <tom@codesourcery.com>
14692         * gcov-dump.c (print_usage): Print bug_report_url.
14694 2017-03-17  Richard Biener  <rguenther@suse.de>
14696         PR middle-end/80050
14697         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
14698         (parser::peek): Likewise.
14700 2017-03-17  Richard Biener  <rguenther@suse.de>
14702         PR tree-optimization/80048
14703         * sese.c (free_sese_info): Properly release rename_map and
14704         copied_bb_map elements.
14706 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
14708         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
14709         Add linked-list forward and backlinks.  Insert on
14710         construction, remove on destruction.
14711         (class pass_store_merging): Add m_stores_head field.
14712         (pass_store_merging::terminate_and_process_all_chains):
14713         Iterate over m_stores_head list.
14714         (pass_store_merging::terminate_all_aliasing_chains):
14715         Likewise.
14716         (pass_store_merging::execute): Check for debug stmts first.
14717         Push new chains onto the m_stores_head stack.
14719 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
14721         PR target/71294
14722         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
14723         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
14724         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
14726 2017-03-16  Jeff Law  <law@redhat.com>
14728         PR tree-optimization/71437
14729         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
14730         member function.  Implementation moved into after_dom_children
14731         member function and into the threader's thread_outgoing_edges
14732         function.
14733         (dom_opt_dom_walker::after_dom_children): Simplify by moving
14734         some code into new thread_outgoing_edges.
14735         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
14736         definition.  Simplify marker handling (do it here).   Assume we always
14737         have the available expression and the const/copies tables.
14738         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
14739         and tree-vrp.c
14740         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
14741         * tree-vrp.c (equiv_stack): No longer file scoped.
14742         (vrp_dom_walker): New class.
14743         (vrp_dom_walker::before_dom_children): New member function.
14744         (vrp_dom_walker::after_dom_children): Likewise.
14745         (identify_jump_threads):  Setup domwalker.  Use it rather than
14746         walking edges in a random order by hand.  Simplify setup/finalization.
14747         (finalize_jump_threads): Remove.
14748         (vrp_finalize): Do not call identify_jump_threads here.
14749         (execute_vrp): Do it here instead and call thread_through_all_blocks
14750         here too.
14752         PR tree-optimization/71437
14753         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
14754         callers changed.
14755         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
14756         callers changed.
14757         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
14758         (dom_opt_dom_walker::thread_across_edge): Remove
14759         handle_dominating_asserts argument.  All callers changed.
14760         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
14761         changes.  Remove calls to lhs_of_dominating_assert.  Other
14762         uses of handle_dominating_asserts turn into unconditional code
14763         (simplify_control_stmt_condition_1): Likewise.
14764         (simplify_control_stmt_condition): Likewise.
14765         (thread_through_normal_block, thread_across_edge): Likewise.
14766         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
14767         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
14768         object if it is not an SSA_NAME.
14769         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
14770         before calling into the VRP specific simplifiers.
14771         (identify_jump_threads): Remove handle_dominating_asserts
14772         argument.
14774 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
14776         PR fortran/79886
14777         * tree-diagnostic.c (default_tree_printer): No longer static.
14778         * tree-diagnostic.h (default_tree_printer): New prototype.
14780 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
14782         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
14783         Change ins into fmov.
14785 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14787         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
14788         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
14789         Use h_con constraint for operand 1.
14790         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
14791         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
14793 2017-03-15  Jeff Law  <law@redhat.com>
14795         PR tree-optimization/71437
14796         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
14797         (record_temporary_equivalences): Use it.
14799         PR tree-optimization/71437
14800         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
14801         tree-ssa-scopedtables.
14802         (lookup_avail_expr, build_and_record_new_cond): Likewise.
14803         (record_conditions, record_cond, vuse_eq): Likewise.
14804         (record_edge_info): Adjust to API tweak of record_conditions.
14805         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
14806         (record_temporary_equivalences, optimize_stmt): Likewise.
14807         (eliminate_redundant_computations): Likewise.
14808         (record_equivalences_from_stmt): Likewise.
14809         * tree-ssa-scopedtables.c: Include options.h and params.h.
14810         (vuse_eq): New function, moved from tree-ssa-dom.c
14811         (build_and_record_new_cond): Likewise.
14812         (record_conditions): Likewise.  Accept vector of conditions rather
14813         than edge_equivalence structure for first argument.
14814         for the first argument.
14815         (avail_exprs_stack::lookup_avail_expr): New member function, moved
14816         from tree-ssa-dom.c.
14817         (avail_exprs_stack::record_cond): Likewise.
14818         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
14819         from tree-ssa-dom.c.
14820         (avail_exprs_stack): Add new member functions lookup_avail_expr
14821         and record_cond.
14822         (record_conditions): Declare.
14824 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
14826         PR target/80017
14827         * lra-constraints.c (process_alt_operands): Increase reject for
14828         reloading an input/output operand.
14830 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
14832         PR target/79038
14833         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
14834         insns to convert from signed/unsigned char/short to IEEE 128-bit
14835         floating point.
14836         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
14838 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
14840         PR target/80019
14841         * config/i386/i386.c (ix86_vector_duplicate_value): Create
14842         subreg of inner mode for values already in registers.
14844 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
14846         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
14847         iteration reg is used after the loop.
14849 2017-03-14  Martin Sebor  <msebor@redhat.com>
14851         PR tree-optimization/79800
14852         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
14853         precision in negative-positive range.
14854         (format_floating): Call non-const overload with adjusted precision.
14856 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
14858         PR target/79947
14859         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
14860         -mpowerpc-gfxopt.
14862 2017-03-14  Martin Sebor  <msebor@redhat.com>
14864         PR middle-end/80020
14865         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
14866         * builtins.def (aligned_alloc): Use it.
14868         PR c/79936
14869         * Makefile.in (GTFILES): Add calls.c.
14870         * calls.c: Include "gt-calls.h".
14872 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
14874         PR rtl-optimization/79728
14875         * regs.h (struct target_regs): New field
14876         x_contains_allocatable_regs_of_mode.
14877         (contains_allocatable_regs_of_mode): New macro.
14878         * reginfo.c (init_reg_sets_1): Initialize it, and change
14879         contains_reg_of_mode so it includes global regs as well.
14880         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
14881         rather than contains_regs_of_mode.
14883 2017-03-14  Martin Liska  <mliska@suse.cz>
14885         * doc/invoke.texi: Document options that can't be combined with
14886         -fcheck-pointer-bounds.
14888 2017-03-14  Martin Liska  <mliska@suse.cz>
14890         PR middle-end/79831
14891         * doc/invoke.texi (-Wchkp): Document the option.
14893 2017-03-14  Martin Liska  <mliska@suse.cz>
14895         * Makefile.in: Install gcov-dump.
14897 2017-03-14  Martin Liska  <mliska@suse.cz>
14899         * multiple_target.c (expand_target_clones): Bail out for
14900         an invalid attribute.
14902 2017-03-14  Richard Biener  <rguenther@suse.de>
14904         * alias.c (struct alias_set_entry): Pack properly.
14905         * cfgloop.h (struct loop): Likewise.
14906         * cse.c (struct set): Likewise.
14907         * ipa-utils.c (struct searchc_env): Likewise.
14908         * loop-invariant.c (struct invariant): Likewise.
14909         * lra-remat.c (struct cand): Likewise.
14910         * recog.c (struct change_t): Likewise.
14911         * rtl.h (struct address_info): Likewise.
14912         * symbol-summary.h (function_summary): Likewise.
14913         * tree-loop-distribution.c (struct partition): Likewise.
14914         * tree-object-size.c (struct object_size_info): Likewise.
14915         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
14916         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
14917         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
14918         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
14919         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
14920         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
14921         (struct _stmt_vec_info): Likewise.
14923 2017-03-14  Martin Liska  <mliska@suse.cz>
14925         PR target/79892
14926         * multiple_target.c (create_dispatcher_calls): Check that
14927         a target can create a function dispatcher.
14929 2017-03-14  Martin Liska  <mliska@suse.cz>
14931         PR lto/66295
14932         * multiple_target.c (expand_target_clones): Drop local.local
14933         flag for default implementation.
14935 2017-03-14  Richard Biener  <rguenther@suse.de>
14937         PR tree-optimization/80030
14938         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
14940 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
14942         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
14943         gcc_fallthrough() instead of __attribute__((fallthrough));
14945 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
14947         * doc/gcc.texi: Remove "up" link to (DIR).
14948         * doc/gccint.texi: Ditto.
14950 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
14952         * doc/install.texi (Specific) <avr>: Remove reference to
14953         binutils 2.13.
14955 2017-03-13  Jeff Law  <law@redhat.com>
14957         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
14958         attribute rather than comments.
14960         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
14961         match_scratch operand is highest.
14963 2017-03-13  Martin Liska  <mliska@suse.cz>
14965         PR middle-end/78339
14966         * ipa-pure-const.c (warn_function_noreturn): If the declarations
14967         is a CHKP clone, use original declaration.
14969 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
14971         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
14972         (arc_conditional_register_usage): Use a different allocation order
14973         when optimizing for size.
14974         * common/config/arc/arc-common.c (arc_option_optimization_table):
14975         Section anchors default on when optimizing for size.
14977 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
14979         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
14981 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
14983         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
14984         * config/arc/arc.md (cpu_facility): Add cd variant.
14985         (*movqi_insn): Add code density variant.
14986         (*movhi_insn): Likewise.
14987         (*movqi_insn): Likewise.
14988         (*addsi3_mixed): Likewise.
14989         (subsi3_insn): Likewise.
14991 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
14993         * config/arc/arc.md (movsi_cond_exec): Update constraint.
14995 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
14997         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
14998         expressions with MINUS and UNARY ops.
15000 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15002         PR target/79911
15003         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
15004         Rename to...
15005         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
15006         between vec_select and vector argument.
15007         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
15008         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
15009         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
15010         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
15011         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
15012         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
15014 2017-03-13  Richard Biener  <rguenther@suse.de>
15016         PR other/79991
15017         * params.def (vect-max-peeling-for-alignment): Fix typo.
15019 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
15021         * doc/install.texi (Specific) <mips-*-*>: Remove description of
15022         issue that only occurred with binutils below 2.18.
15024 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
15026         * doc/install.texi (Specific) <cris-axis-elf>: No longer
15027         refer to binutils 2.11/2.12 minimum.
15029 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
15031         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
15032         ftp.kernel.org and simplify binutils requirement.
15034 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
15036         * doc/invoke.texi (Warning Options): Fix spelling of link-time
15037         optimization.
15038         (Optimize Options): Ditto.  Also remove redundancy.
15040 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
15042         PR translation/79848
15043         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
15044         "%qs".
15045         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
15046         to G_ to avoid double translation.
15048 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
15050         PR translation/79923
15051         * auto-profile.c (get_combined_location): Convert leading
15052         character of diagnostics to lower case and remove trailing period.
15053         (read_profile): Likewise for various diagnostics.
15054         * config/arm/arm.c (arm_option_override): Remove trailing period
15055         from various diagnostics.
15056         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
15057         (msp430_expand_delay_cycles): Likewise.
15059 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
15061         PR target/79925
15062         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
15063         full command-line argument, rather than just "str".
15064         (aarch64_validate_march): Likewise.
15065         (aarch64_validate_mtune): Likewise.
15067 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
15069         PR rtl-optimization/78911
15070         * lra-assigns.c (must_not_spill_p): New function.
15071         (spill_for): Use it.
15073 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
15075         PR tree-optimization/79981
15076         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
15077         ATOMIC_COMPARE_EXCHANGE ifn result.
15078         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
15079         IFN_ATOMIC_COMPARE_EXCHANGE.
15081 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
15083         PR driver/79875
15084         * opts.c (parse_sanitizer_options): Add missing question mark to
15085         "did you mean" message.
15087 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15089         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
15090         built-in.
15091         (VMULEUH_UNS): Likewise.
15092         (VMULOUB_UNS): Likewise.
15093         (VMULOUH_UNS): Likewise.
15094         * config/rs6000/rs6000.c (builtin_function_type): Remove
15095         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
15097 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
15099         PR bootstrap/79952
15100         * read-rtl-function.c (function_reader::read_rtx_operand): Update
15101         x with result of extra_parsing_for_operand_code_0.
15102         (function_reader::extra_parsing_for_operand_code_0): Convert
15103         return type from void to rtx, returning x.  When reading
15104         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
15105         larger size containing struct block_symbol.
15107 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
15109         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
15110         -mfloat128-hardware without -m64.
15112 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
15114         PR target/79941
15115         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
15116         entries to the case statement that marks unsigned arguments to
15117         overloaded functions.
15119 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15121         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
15122         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
15124 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
15126         PR target/79907
15127         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
15128         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
15130 2017-03-10  Martin Liska  <mliska@suse.cz>
15132         PR target/65705
15133         PR target/69804
15134         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
15135         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
15136         FIELD != NULL.
15138 2017-03-10  Olivier Hainque  <hainque@adacore.com>
15140         * tree-switch-conversion (array_value_type): Start by resetting
15141         candidate type to it's main variant.
15143 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
15145         PR rtl-optimization/79909
15146         * combine.c (try_combine): Use simplify_replace_rtx on individual
15147         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
15148         of the whole CALL_INSN_FUNCTION_USAGE.
15150         PR tree-optimization/79972
15151         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
15152         get_range_info on SSA_NAMEs.  Formatting fixes.
15154 2017-03-10  Richard Biener  <rguenther@suse.de>
15155             Jakub Jelinek  <jakub@redhat.com>
15157         PR tree-optimization/77975
15158         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
15159         edge to be constant.
15160         (get_val_for): For constant x return it.  Formatting fix.
15161         (loop_niter_by_eval): Avoid pointless looping if the next iteration
15162         would use the same bases as the current one.
15164 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15166         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
15167         instead of vec_select for V1TImode.
15168         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
15169         longer needed.
15170         (VSX_LE_128): Add V1TI to this mode iterator.
15171         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
15172         (*vsx_le_perm_store_<mode>): Likewise.
15173         (pre-reload splitter for VSX stores): Likewise.
15174         (post-reload splitter for VSX stores): Likewise.
15175         (*vsx_xxpermdi2_le_<mode>): Likewise.
15176         (*vsx_lxvd2x2_le_<mode>): Likewise.
15177         (*vsx_stxvd2x2_le_<mode>): Likewise.
15179 2017-03-09  Michael Eager  <eager@eagercon.com>
15181         Correct failures with --enable-checking=yes,rtl.
15183         * config/microblaze/microblaze.c (microblaze_expand_shift):
15184         Replace GET_CODE test with CONST_INT_P and INTVAL test with
15185         test for const0_rtx.
15186         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
15187         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
15189 2017-03-09  Richard Biener  <rguenther@suse.de>
15191         PR tree-optimization/79977
15192         * graphite-scop-detection.c (scop_detection::merge_sese):
15193         Handle the case of extra exits to blocks dominating the entry.
15195 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
15197         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
15198         Document rdynamic.
15200 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
15202         PR rtl-optimization/79949
15203         * lra-constraints.c (process_alt_operands): Check memory when
15204         trying to predict a cycle.  Print about the overall increase.
15206 2017-03-09  Richard Biener  <rguenther@suse.de>
15208         PR middle-end/79971
15209         * gimple-expr.c (useless_type_conversion_p): Preserve
15210         TYPE_SATURATING for fixed-point types.
15212 2017-03-09  Richard Biener  <rguenther@suse.de>
15214         PR ipa/79970
15215         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
15216         alignment of BLKmode params.
15218 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15220         PR target/79913
15221         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
15222         (VALL_NO_V2Q): Likewise.
15223         (VDQF_DF): Delete.
15224         * config/aarch64/aarch64-simd.md
15225         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
15226         iterator.
15227         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
15228         VALL_NO_V2Q mode iterator.
15229         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
15231 2017-03-09  Martin Liska  <mliska@suse.cz>
15233         PR tree-optimization/79631
15234         * tree-chkp-opt.c (chkp_is_constant_addr): Call
15235         tree_int_cst_sign_bit just for INTEGER constants.
15237 2017-03-09  Martin Liska  <mliska@suse.cz>
15239         PR target/65705
15240         PR target/69804
15241         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
15242         sanitizers.
15244 2017-03-09  Marek Polacek  <polacek@redhat.com>
15246         PR c++/79672
15247         * tree.c (inchash::add_expr): Handle TREE_VEC.
15249 2017-03-09  Martin Liska  <mliska@suse.cz>
15251         PR ipa/79764
15252         (chkp_narrow_size_and_offset): New function.
15253         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
15254         (void chkp_parse_bit_field_ref): New function.
15255         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
15256         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
15258 2017-03-09  Martin Liska  <mliska@suse.cz>
15260         PR ipa/79761
15261         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
15262         (chkp_find_bounds_1): Remove gcc_unreachable.
15264 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
15266         PR sanitizer/79944
15267         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
15268         BUILT_IN_SYNC*, determine the access type from the size suffix and
15269         always build a MEM_REF with that type.  Handle forgotten
15270         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
15272         PR target/79932
15273         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
15274         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
15275         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
15276         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
15277         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
15278         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
15279         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
15280         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
15281         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
15282         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
15283         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
15284         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
15285         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
15286         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
15287         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
15288         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
15289         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
15290         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
15291         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
15292         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
15293         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
15294         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
15295         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
15296         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
15297         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
15298         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
15299         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
15300         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
15301         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
15302         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
15303         definitions outside of __OPTIMIZE__ guarded section.
15305         PR target/79932
15306         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
15307         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
15308         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
15309         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
15310         guarded section.
15312 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15314         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
15315         ("vfenez<mode>"): Add missing constraints.
15317 2017-03-08  Martin Sebor  <msebor@redhat.com>
15319         PR target/79928
15320         * config/nds32/nds32.c (nds32_option_override):
15321         Fix misspelled diagnostic.
15323 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
15325         PR c/79940
15326         * gimplify.c (gimplify_omp_for): Replace index var in outer
15327         taskloop statement with an artificial variable and add
15328         OMP_CLAUSE_PRIVATE clause for it.
15330 2017-03-08  Richard Biener  <rguenther@suse.de>
15332         PR tree-optimization/79955
15333         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
15334         for accesses that are completely outside of the variable.
15336 2017-03-08  Andrew Haley  <aph@redhat.com>
15338         PR tree-optimization/79943
15339         * tree-ssa-loop-split.c (compute_new_first_bound): When
15340         calculating the new upper bound, (END-BEG) should be added, not
15341         subtracted.
15343 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
15345         * config/avr/avr.md (setmemhi): Make sure match_dup
15346         operand number comes before match_scratch.
15348 2017-03-08  Richard Biener  <rguenther@suse.de>
15350         PR tree-optimization/79920
15351         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
15352         with ncopies == 1 to ...
15353         (vect_transform_slp_perm_load): ... here.  Properly compute
15354         all element loads by iterating VF times over the group.  Do
15355         not handle ncopies (computed in a broken way) in
15356         vect_create_mask_and_perm.
15358 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
15360         PR sanitizer/79904
15361         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
15362         is a uniform vector, use uniform_vector_p return value instead of
15363         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
15365 2017-03-07  Marek Polacek  <polacek@redhat.com>
15367         PR middle-end/79809
15368         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
15369         (alloca_call_type): Likewise.
15371 2017-03-07  Martin Liska  <mliska@suse.cz>
15373         * gcov.c (process_args): Put comment to correct location.
15375 2017-03-07  Martin Liska  <mliska@suse.cz>
15377         PR middle-end/68270
15378         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
15379         Use array_at_struct_end_p instead of DECL_CHAIN (field).
15380         (chkp_narrow_bounds_for_field): Likewise.
15381         (chkp_parse_array_and_component_ref): Pass one more argument to
15382         call.
15384 2017-03-07  Richard Biener  <rguenther@suse.de>
15386         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
15387         preheaders.
15389 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
15391         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
15392         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
15394 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15396         PR c/79855
15397         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
15398         to end of description.
15399         (PARAM_MAX_STORES_TO_MERGE): Likewise.
15401 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
15403         PR rtl-optimization/79901
15404         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
15405         ...
15406         (*avx512f_<code><mode>3<mask_name>): ... this.
15407         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
15408         iterator instead of VI8_AVX2_AVX512BW.
15410         PR rtl-optimization/79901
15411         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
15412         min/max expander, expand it using expand_vec_cond_expr.
15414         PR sanitizer/79897
15415         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
15416         temporary.
15418 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
15420         PR c++/79821
15421         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
15422         to void * for PCH reasons.
15423         * dwarf2out.c (output_loc_operands, output_die): Cast
15424         v.val_vec.array to unsigned char *.
15426 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
15428         PR target/77850
15429         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
15430         vector types.
15432 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
15434         PR rtl-optimization/79571
15435         * lra-constraints.c (process_alt_operands): Calculate static
15436         reject and subtract it from overall when only addresses will be
15437         reloaded.
15439 2017-03-06  Julia Koval  <julia.koval@intel.com>
15441         PR target/79793
15442         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
15443         incoming stack boundary to 128 for 64-bit targets.
15445 2017-03-06  Richard Biener  <rguenther@suse.de>
15447         PR tree-optimization/79894
15448         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
15449         to NULL after folding it.
15451 2017-03-06  Richard Biener  <rguenther@suse.de>
15453         PR tree-optimization/79824
15454         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
15455         check disabling peeling for gaps.
15457 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
15459         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
15460         attributes): Document gettimeofday.
15462 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
15464         * config/s390/s390.c (s390_option_override_internal): Set
15465         PARAM_MIN_VECT_LOOP_BOUND
15467 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
15469         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
15470         * config/s390/s390.md: Likewise.
15472 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
15474         PR target/79812
15475         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
15476         (<avx2_avx512>_perm<mode>): Rename to ...
15477         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
15478         of VI8F_256_512.
15479         (<avx512>_perm<mode>_mask): Rename to ...
15480         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
15481         of VI8F_256_512.
15482         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
15483         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
15484         instead of VI8F_256_512.
15485         (avx512f_perm<mode>): New define_expand.
15486         (avx512f_perm<mode>_mask): Likewise.
15487         (avx512f_perm<mode>_1<mask_name>): New define_insn.
15488         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
15490 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
15492         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
15493         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
15494         if_then_else.
15495         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
15497 2017-03-06  Martin Liska  <mliska@suse.cz>
15499         PR sanitize/79783
15500         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
15501         when having a SSA NAME w/o VAR_DECL assigned to it.
15503 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
15505         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
15506         msa_dpsub_<su>_d): Fix MODE for vec_select.
15508 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
15510         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
15511         argument.
15512         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
15514 2017-03-06  Richard Biener  <rguenther@suse.de>
15516         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
15517         * plugin.c (register_plugin_info): Likewise.
15518         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
15520 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
15522         * config/i386/sse.md (sse_storehps, sse_storelps,
15523         avx_<castmode><avxsizesuffix>_<castmode>,
15524         avx512f_<castmode><avxsizesuffix>_<castmode>,
15525         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
15526         in condition that at least one operand is not a MEM.
15528 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
15530         PR middle-end/79805
15531         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
15532         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
15533         ECF_NOTHROW.
15534         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
15535         gimple_call_nothrow_p flag based on whether original builtin can throw.
15536         If it can, emit following stmts on the fallthrough edge.
15537         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
15538         don't create new bb if inserting just debug stmts on the edge, try to
15539         insert them on the fallthru bb or just reset debug stmts.
15541 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
15543         PR target/43763
15544         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
15545         restore recog_data (including the operand rtxes inside it) around
15546         the call to get_insn_template.
15548 2017-03-03  Martin Sebor  <msebor@redhat.com>
15550         PR tree-optimization/79699
15551         * context.c (context::~context): Free MPFR caches to avoid
15552         a memory leak on program exit.
15554 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15556         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
15557         Use wide_int::ulow () instead of .elt (0).
15559 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
15561         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
15562         (*pushxf): Limit oF constraint to 32bit targets and add oC
15563         constraint for 64bit targets.
15564         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
15565         (*pushdf): Change rmF constraint to rmC.
15567 2017-03-03  Martin Liska  <mliska@suse.cz>
15569         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
15570         Remove unused variable.
15572 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
15574         PR target/79807
15575         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
15576         is a memory operand, increase num_memory.
15577         (ix86_expand_args_builtin): Likewise.
15579 2017-03-03  Jan Hubicka  <jh@suse.cz>
15581         PR lto/79760
15582         * ipa-devirt.c (maybe_record_node): Properly handle
15583         __cxa_pure_virtual visibility.
15585 2017-03-03  Martin Liska  <mliska@suse.cz>
15587         PR tree-optimization/79803
15588         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
15589         assert.
15590         (pass_loop_prefetch::execute): Disabled optimization if an
15591         assumption about L1 cache size is not met.
15593 2017-03-03  Martin Liska  <mliska@suse.cz>
15595         PR rtl-optimization/79574
15596         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
15597         (hash_scan_set): Likewise.
15598         (dump_hash_table): Likewise.
15599         (hoist_code): Likewise.
15601 2017-03-03  Richard Biener  <rguenther@suse.de>
15603         * fixed-value.c (fixed_from_string): Restore use of elt (1)
15604         in place of uhigh ().
15605         (fixed_convert_from_real): Likewise.
15607 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
15609         PR target/79514
15610         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
15612 2017-03-03  Richard Biener  <rguenther@suse.de>
15614         PR middle-end/79818
15615         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
15616         TYPE_OVERFLOW_UNDEFINED check.
15618 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15620         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
15621         numbers.
15622         (vector_ae_<mode>_p): Likewise.
15623         (vector_nez_<mode>_p): Likewise.
15624         (vector_ne_v2di_p): Likewise.
15625         (vector_ae_v2di_p): Likewise.
15626         (vector_ne_<mode>_p): Likewise.
15627         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
15628         numbers.
15629         (vsx_tsqrt<mode>2_fe): Likewise.
15631 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
15633         PR target/79514
15634         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
15636 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
15638         PR rtl-optimization/79780
15639         * cprop.c (one_cprop_pass): When second and further conditional trap
15640         in a single basic block is turned into an unconditional trap, turn it
15641         into a deleted note to avoid RTL verification failures.
15643 2017-03-02  Richard Biener  <rguenther@suse.de>
15645         * fold-const.c (const_binop): Use ulow () instead of elt (0).
15647 2017-03-02  Richard Biener  <rguenther@suse.de>
15649         PR tree-optimization/79345
15650         PR c++/42000
15651         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
15652         param and abort the walk, returning -1 if it is hit.
15653         (walk_aliased_vdefs): Take a limit param and pass it on.
15654         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
15655         defaulting to 0 and return a signed int.
15656         * tree-ssa-uninit.c (struct check_defs_data): New struct.
15657         (check_defs): New helper.
15658         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
15659         about uninitialized memory.
15660         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
15661         bogus uninitialized warning.
15662         (fixed_convert_from_real): Likewise.
15664 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
15666         PR tree-optimization/66768
15667         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
15668         iv_use if base object can't be determined.
15670 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
15672         PR tree-optimization/79345
15673         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
15674         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
15675         (get_pattern_stats): Initialize it.
15676         * genemit.c (gen_expand): Verify match_scratch numbers come after
15677         match_operand/match_dup numbers.
15678         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
15679         match_scratch numbers.
15680         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
15681         Likewise.
15682         * config/s390/s390.md (trunctdsd2): Likewise.
15684 2017-03-02  Richard Biener  <rguenther@suse.de>
15686         * wide-int.h (wide_int_storage::operator=): Implement in terms
15687         of wi::copy.
15689 2017-03-02  Richard Biener  <rguenther@suse.de>
15691         PR tree-optimization/79777
15692         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
15693         the to insert expression to sth existing.
15695 2017-03-01  Martin Sebor  <msebor@redhat.com>
15697         PR middle-end/79692
15698         * gimple-ssa-sprintf.c
15699         (directive::known_width_and_precision): New function.
15700         (format_integer): Use it.
15701         (get_mpfr_format_length): Consider the full range of precision
15702         when computing %g output with the # flag.  Set the likely byte
15703         count to 3 rather than 1 when precision is indeterminate.
15704         (format_floating): Correct the lower bound of precision.
15706 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15708         * doc/invoke.texi: Document default code model for 64-bit Linux.
15710 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
15712         PR target/79752
15713         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
15714         udiv rather than div since input pattern is unsigned.
15716 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
15718         * config/i386/i386.c (print_reg): Warn for values of
15719         unsupported size in integer register.
15721 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
15723         PR target/79439
15724         * config/rs6000/predicates.md (current_file_function_operand): Do
15725         not allow self calls to be local if the function is replaceable.
15727 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15729         PR target/79395
15730         * config/rs6000/altivec.h (vec_ctz and others): Change the
15731         preprocessor macro that controls conditional compilation from
15732         _ARCH_PWR9 to __POWER9_VECTOR__.
15733         (vec_all_ne): Change parameterization of __altivec_scalar_pred
15734         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
15735         control (instead of _ARCH_PWR9 control) so that template
15736         definition uses power9-specific function.
15737         (vec_any_eq): Likewise.
15738         (vec_all_ne): Change macro definition to use a power9-specific
15739         expansion under #ifdef __POWER9_VECTOR__ control (instead of
15740         _ARCH_PWR9 control).
15741         (vec_any_eq) Likewise.
15742         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
15743         expansion for CMPNEF to remove support for xvcmpnesp instruction.
15744         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
15745         support for xvcmpnedp instruction.
15746         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
15747         macro expansion so that Power9 implementation of vec_all_ne does
15748         not use the AltiVec predicate framework.
15749         (VCMPNEH_P): Likewise.
15750         (VCMPNEW_P): Likewise.
15751         (VCMPNED_P): Likewise.
15752         (VCMPNEFP_P): Likewise.
15753         (VCMPNEDP_P): Likewise.
15754         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
15755         implementation of vec_any_eq to not use AltiVec predicate
15756         framework.
15757         (VCMPAEH_P): Likewise.
15758         (VCMPAEW_P): Likewise.
15759         (VCMPAED_P): Likewise.
15760         (VCMPAEFP_P): Likewise.
15761         (VCMPAEDP_P): Likewise.
15762         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
15763         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
15764         not use the AltiVec predicate framework.
15765         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
15766         of vec_any_eq to not use AltiVec predicate framework.
15767         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
15768         support for predefined __POWER9_VECTOR__ macro to indicate that
15769         Power9 instruction selection is enabled.
15770         (altivec_overloaded_builtins): Remove extraneous
15771         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
15772         function argument types RS6000_BTI_bool_V16QI and
15773         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
15774         entry for overloaded function argument types RS6000_BTI_bool_V4SI
15775         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
15776         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
15777         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
15778         Power9 for implementations of vec_cmpne.  Change the signature for
15779         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
15780         (representing vec_all_ne) to remove the previously described first
15781         argument of type RS6000_BTI_INTSI, as this was an artifact of
15782         reliance on the AltiVec predicate framework, which is no longer
15783         used in the implementation of these functions.  Add
15784         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
15785         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
15786         since, unlike the AltiVec predicate framework implementation, we
15787         do not share function descriptors between vec_alle and vec_anyeq.
15788         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
15789         set of modes that receive special treatment even when
15790         TARGET_P9_VECTOR is true.  The special treatment emits code that
15791         does not depend on Power9 instructions.
15792         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
15793         define_expand to not rely on AltiVec predicate framework.
15794         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
15795         function.
15796         (vector_ne_v2di_p): Change this define_expand to not rely on
15797         AltiVec predicate framework.
15798         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
15799         function.
15800         (vector_ne_<mode>_p): Change this define_expand to not rely on
15801         AltiVec predicate framework.
15802         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
15803         function.
15804         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
15805         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
15806         define_insn pattern.
15807         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
15808         define_insn pattern because the xvcmpne<VSs>. instruction is not
15809         supported.
15810         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
15811         instruction is not supported.
15813 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
15815         * config/nvptx/nvptx.c: Include intl.h.
15817 2017-03-01  Martin Jambor  <mjambor@suse.cz>
15819         PR lto/78140
15820         * ipa-prop.h (ipa_bits): Removed field known.
15821         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
15822         to pointers.  Adjusted their comments to warn about their sharing.
15823         (ipcp_transformation_summary): Change bits to a vector of pointers.
15824         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
15825         (ipa_get_ipa_bits_for_value): Declare.
15826         * tree-vrp.h (value_range): Mark as GTY((for_user)).
15827         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
15828         (ipa_bits_hash_table): Likewise.
15829         (ipa_vr_ggc_hash_traits): Likewise.
15830         (ipa_vr_hash_table): Likewise.
15831         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
15832         being pointers and vr_known being removed.
15833         (ipa_set_jf_unknown): Likewise.
15834         (ipa_get_ipa_bits_for_value): New function.
15835         (ipa_set_jfunc_bits): Likewise.
15836         (ipa_get_value_range): New overloaded functions.
15837         (ipa_set_jfunc_vr): Likewise.
15838         (ipa_compute_jump_functions_for_edge): Use the above functions to
15839         construct bits and vr parts of jump functions.
15840         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
15841         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
15842         exist.
15843         (ipcp_grow_transformations_if_necessary): Also allocate
15844         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
15845         exist.
15846         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
15847         them.  Fix too long lines.
15848         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
15849         vr_known being removed.
15850         (ipa_read_jump_function): Use new setter functions to construct bits
15851         and vr parts of jump functions or set them to NULL.
15852         (write_ipcp_transformation_info): Adjust for bits being pointers.
15853         (read_ipcp_transformation_info): Likewise.
15854         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
15855         space.
15856         Include gt-ipa-prop.h.
15857         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
15858         being pointers.
15859         (ipcp_store_bits_results): Likewise.
15860         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
15861         Do not write to existing jump functions but use a temporary instead.
15863 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
15865         PR c++/79681
15866         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
15867         attempt to use its first operand as BIT_FIELD_REF base.
15869 2017-03-01  Richard Biener  <rguenther@suse.de>
15871         PR middle-end/79721
15872         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
15873         interpolating formula in wrapping arithmetic.
15874         (chrec_apply): Convert chrec_evaluate return value to wanted type.
15876 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
15878         PR tree-optimization/79734
15879         * tree-vect-generic.c (expand_vector_condition): Optimize
15880         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
15881         Handle VEC_COND_EXPR where comparison has different inner width from
15882         type's inner width.
15884 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
15886         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
15887         markup, and similar issues.  Remove @opindex entries for things
15888         that aren't options.  Add missing -mmpy-option entries.
15890 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
15892         PR tree-optimization/79737
15893         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
15894         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
15895         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
15896         instead of byte_size.  Formatting fix.
15897         (shift_bytes_in_array_right): Formatting fix.
15899 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
15901         PR target/79749
15902         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
15903         condition on optimize for the leaf function test.
15905 2017-02-28  Martin Liska  <mliska@suse.cz>
15907         PR lto/79625
15908         * read-rtl-function.c (function_reader::handle_unknown_directive):
15909         Bail out when one uses -flto.
15911 2017-02-28  Martin Liska  <mliska@suse.cz>
15913         * common.opt: Replace space with tabular for options of <number>
15914         type.
15915         * config/i386/i386.opt: Show <number> value for
15916         -mlarge-data-threshold.
15917         * opts.c (print_filtered_help): Do not display number in hexadecimal
15918         format.
15920 2017-02-28  Martin Liska  <mliska@suse.cz>
15922         * common.opt: Fix --help=option -Q for options which are of
15923         an enum type.
15925 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
15927         * config/i386/i386.c (print_reg): Error out for values
15928         of 8-bit size in invalid integer register.
15930 2017-02-28  Martin Sebor  <msebor@redhat.com>
15932         PR tree-optimization/79691
15933         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
15935 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
15937         PR target/79729
15938         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
15939         gcc_unreachable with output_operand_lossage.
15941 2017-02-28  Richard Biener  <rguenther@suse.de>
15943         PR tree-optimization/79740
15944         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
15945         inserts.
15946         (visit_nary_op): Insert the nary into the hashtable if we
15947         pattern-matched sth.
15948         * tree-ssa-pre.c (eliminate_insert): Robustify.
15950 2017-02-28  Richard Biener  <rguenther@suse.de>
15952         PR middle-end/79731
15953         * fold-const.c (decode_field_reference): Reject out-of-bound
15954         accesses.
15956 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
15958         * config/i386/i386.c: Include intl.h.
15959         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
15960         instead of just cond ? "..." : "...".
15961         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
15962         * coverage.c (read_counts_file): Likewise.
15963         * omp-offload.c: Include intl.h.
15964         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
15965         of just cond ? "..." : "...".
15966         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
15967         of just cond ? "..." : "...".
15969 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
15971         PR target/79742
15972         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
15973         entry, if present.
15974         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
15975         'tune for' CPU name.
15976         * config/arm/arm-cpu-data.h: Regenerated.
15978 2017-02-28  Richard Biener  <rguenther@suse.de>
15980         PR tree-optimization/79732
15981         * tree-inline.c (expand_call_inline): Do not shadow var.
15983 2017-02-28  Richard Biener  <rguenther@suse.de>
15985         PR tree-optimization/79723
15986         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
15987         address-space properly.
15989 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
15991         * doc/optinfo.texi (Optimization groups): Fix option used for
15992         OPTGROUP_ALL.
15993         * doc/invoke.texi (-fopt-info): Document "omp".
15994         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
15995         (OPTGROUP_ALL): Add OPTGROUP_OMP.
15996         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
15997         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
15998         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
16000         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
16001         all users.
16002         * dumpfile.c (optgroup_options): Instead of "openmp", associate
16003         OPTGROUP_OMP with "omp".
16005 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
16007         PR target/79544
16008         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
16009         for arithmetic shift of unsigned V2DI.
16011 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
16013         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
16014         arc/linux.h headers.
16015         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
16016         (LINK_SPEC): Likewise.
16017         (ARC_TLS_EXTRA_START_SPEC): Likewise.
16018         (EXTRA_SPECS): Likewise.
16019         (STARTFILE_SPEC): Likewise.
16020         (ENDFILE_SPEC): Likewise.
16021         (LIB_SPEC): Likewise.
16022         (TARGET_SDATA_DEFAULT): Likewise.
16023         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
16024         (MULTILIB_DEFAULTS): Likewise.
16025         (DWARF2_UNWIND_INFO): Likewise.
16026         * config/arc/big.h: New file.
16027         * config/arc/elf.h: Likewise.
16028         * config/arc/linux.h: Likewise.
16029         * config/arc/t-uClibc: Remove.
16031 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
16033         PR tree-optimization/77536
16034         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
16035         (tree_transform_and_unroll_loop): Use above function to compute the
16036         estimated niter of unrolled loop and use it when scaling profile.
16037         Also use count info rather than frequency if it's non-zero.
16038         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
16039         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
16040         (vect_transform_loop): Call above function.
16042 2017-02-27  Richard Biener  <rguenther@suse.de>
16044         PR tree-optimization/45397
16045         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
16046         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
16047         (visit_nary_op): Add pattern matching for CSEing sign-changed
16048         or truncated operations with wider ones.
16050 2017-02-27  Richard Biener  <rguenther@suse.de>
16052         PR tree-optimization/79690
16053         * tree-vect-stmts.c (vectorizable_store): Use vector type
16054         built from the DR with address-space.
16056 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
16058         * doc/invoke.texi (Optimize Options): Refine the description
16059         of asan-use-after-return.
16061 2017-02-25  Alan Modra  <amodra@gmail.com>
16063         PR rtl-optimization/79584
16064         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
16065         base, not ad->base_term, the reg within base.  Remove assertion
16066         that ad->base == ad->base_term.  Replace gen_int_mode using
16067         bogus mode with const0_rtx.
16069 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
16071         PR middle-end/79396
16072         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
16073         FMA_EXPR like tcc_binary or tcc_unary.
16075         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
16077         PR debug/77589
16078         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
16079         bitfield.
16080         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
16081         (output_loc_operands): Handle DW_OP_call_ref and
16082         DW_OP_GNU_variable_value.
16083         (struct variable_value_struct): New type.
16084         (struct variable_value_hasher): Likewise.
16085         (variable_value_hash): New variable.
16086         (string_types): Remove.
16087         (copy_loc_descr): New function.
16088         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
16089         (prepend_loc_descr_to_each): New function.
16090         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
16091         instead of add_loc_descr_to_each if the first argument is single
16092         location list and the second has multiple.
16093         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
16094         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
16095         when looking for variable value which doesn't have other location info.
16096         (loc_list_from_tree): Formatting fix.
16097         (gen_array_type_die): Simplify DW_AT_string_length handling.
16098         (adjust_string_types): Remove.
16099         (gen_subprogram_die): Don't call adjust_string_types nor test/set
16100         string_types.  Call resolve_variable_values.
16101         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
16102         (resolve_addr_in_expr): Likewise.  Add A argument.
16103         (copy_deref_exprloc): Remove deref argument.  Adjust for the
16104         original expression being DW_OP_GNU_variable_value with optionally
16105         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
16106         optionally after it.
16107         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
16108         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
16109         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
16110         (variable_value_hasher::hash, variable_value_hasher::equal): New
16111         methods.
16112         (resolve_variable_value_in_expr, resolve_variable_value,
16113         resolve_variable_values, note_variable_value_in_expr,
16114         note_variable_value): New functions.
16115         (dwarf2out_early_finish): Call note_variable_value on all toplevel
16116         DIEs.
16118 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
16120         PR c/79677
16121         * opts.h (handle_generated_option): Add GENERATED_P argument.
16122         * opts-common.c (handle_option): Adjust function comment.
16123         (handle_generated_option): Add GENERATED_P argument, pass it to
16124         handle_option.
16125         (control_warning_option): Pass false to handle_generated_option
16126         GENERATED_P.
16127         * opts.c (maybe_default_option): Pass true to handle_generated_option
16128         GENERATED_P.
16129         * optc-gen.awk: Likewise.
16131 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16133         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
16134         a REG, look at the REG it is a SUBREG of.
16135         (splitter for cmpeqsi_t): Ditto.
16137 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16139         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
16140         the special USEs with the pattern of the insn, not the insn itself.
16142 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
16144         PR target/79473
16145         * doc/invoke.texi: Document -mload-store-pairs.
16147 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16148             Sandra Loosemore  <sandra@codesourcery.com>
16150         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
16151         argument isn't a CONST_INT.
16152         (nios2_alternate_compare_const): Assert op is a CONST_INT.
16153         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
16154         (nios2_validate_compare): Bypass alternate compare logic if *op2
16155         is not a CONST_INT.
16156         (ldstwm_operation_p): Return false if first_base is not a REG or
16157         if first_offset is not a CONST_INT.
16159 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16161         * config/cris/cris.md: Use correct operand in a define_peephole2.
16163 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16165         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
16167 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
16169         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
16170         this_insn if it is an INSN or JUMP_INSN.
16171         (force_offsettable): Look at base, not at addr.
16172         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
16173         on things that aren't necessarily CONST_INTs.
16175 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
16177         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
16178         -mfpmath=sse is the default also for x86-32 targets with SSE2
16179         instruction set when @option{-ffast-math} is enabled
16181 2017-02-24  Jeff Law  <law@redhat.com>
16183         PR rtl-optimizatoin/79286
16184         * ira.c (update_equiv_regs): Drop may_trap_p exception to
16185         dominance test.
16187 2017-02-24  Richard Biener  <rguenther@suse.de>
16189         PR tree-optimization/79389
16190         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
16191         debug insns.
16193 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
16195         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
16196         function comment to reflect reality.
16197         (loop_exits_before_overflow): Fix typo in function description.
16199 2017-02-24  Richard Biener  <rguenther@suse.de>
16201         PR tree-optimization/79389
16202         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
16203         properly that a threading opportunity exists.  Detect conditional
16204         copy/constant propagation opportunities.
16206 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
16208         * config/visium/visium.md (type): Add trap.
16209         (b): New mode attribute.
16210         (*btst): Rename into...
16211         (*btst<mode>): ...this and adjust.
16212         (*cbranchsi4_btst_insn): Rename into...
16213         (*cbranch<mode>4_btst_insn): ...this and adjust.
16214         (trap): New define_insn.
16216 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
16218         PR tree-optimization/79389
16219         * ifcvt.c (struct noce_if_info): Add rev_cond field.
16220         (noce_reversed_cond_code): New function.
16221         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
16222         reversed_comparison_code.  Formatting fix.
16223         (noce_try_store_flag): Test rev_cond != NULL in addition to
16224         reversed_comparison_code.
16225         (noce_try_store_flag_constants): Likewise.
16226         (noce_try_store_flag_mask): Likewise.
16227         (noce_try_addcc): Use rev_cond if non-NULL instead of
16228         reversed_comparison_code.
16229         (noce_try_cmove_arith): Likewise.  Formatting fixes.
16230         (noce_try_minmax, noce_try_abs): Clear rev_cond.
16231         (noce_find_if_block): Initialize rev_cond.
16232         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
16233         instead of false as last argument never attempt to reverse it
16234         afterwards.
16236 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
16238         PR tree-optimization/79663
16239         * tree-predcom.c (combine_chains): Process refs in reverse order
16240         only for ZERO length chains, and add explaining comment.
16242 2017-02-23  Jeff Law  <law@redhat.com>
16244         PR tree-optimization/79578
16245         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
16246         in call to operand_equal_p.
16248 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
16250         PR target/71017
16251         * config/i386/cpuid.h: Fix another undefined behavior.
16253 2017-02-23  Richard Biener  <rguenther@suse.de>
16255         PR tree-optimization/79683
16256         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
16257         vector types for data-refs.
16259 2017-02-23  Martin Liska  <mliska@suse.cz>
16261         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
16263 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
16265         PR middle-end/79665
16266         * internal-fn.c (get_range_pos_neg): Moved to ...
16267         * tree.c (get_range_pos_neg): ... here.  No longer static.
16268         * tree.h (get_range_pos_neg): New prototype.
16269         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
16270         are known to be in between 0 and signed maximum inclusive, try to
16271         expand both unsigned and signed divmod and use the cheaper one from
16272         those.
16274 2017-02-22  Jeff Law  <law@redhat.com>
16276         PR tree-optimization/79578
16277         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
16278         to compare base operands.
16280 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
16282         PR target/79211
16283         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
16284         gpc_reg_operand instead of fpr_reg_operand.
16286 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
16288         * config/mips/mips.c (mips_return_in_memory): Force FP
16289         vector types to be returned in memory for o32 ABI.
16291 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
16293         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
16294         instead of DW_TAG_member for static data member declarations and don't
16295         set no_linkage_name for static inline data members.
16296         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
16297         to DW_TAG_member.
16299 2017-02-22  Martin Liska  <mliska@suse.cz>
16301         * doc/invoke.texi: Replace inequality signs with square brackets
16302         for -Wnormalized.
16304 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16306         PR tree-optimization/68644
16307         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
16309 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
16311         PR target/78660
16312         * lra-constraints.c (simplify_operand_subreg): Handle
16313         WORD_REGISTER_OPERATIONS targets.
16315 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
16317         PR target/70465
16318         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
16319         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
16320         elimination by swapping fld*.
16322 2017-02-22  Richard Biener  <rguenther@suse.de>
16324         PR tree-optimization/79673
16325         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
16326         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
16327         irrelevant address-space qualifiers and avoiding a
16328         ADDR_SPACE_CONVERT_EXPR from fold_convert.
16330 2017-02-22  Richard Biener  <rguenther@suse.de>
16332         PR tree-optimization/79666
16333         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
16334         to not symbolically negate if that may introduce undefined
16335         overflow.
16337 2017-02-22  Martin Liska  <mliska@suse.cz>
16339         PR lto/79587
16340         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
16341         * data-streamer-out.c (streamer_write_gcov_count_stream):
16342         Likewise.
16343         * value-prof.c (stream_out_histogram_value): Make assert more
16344         precise based on type of counter.
16346 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
16348         PR target/79593
16349         * config/i386/i386.md (standard_x87sse_constant_load splitter):
16350         Use nonimmediate_operand instead of memory_operand for operand 1.
16351         (float-extend standard_x87sse_constant_load splitter): Ditto.
16353 2017-02-21  Jeff Law  <law@redhat.com>
16355         PR tree-optimization/79621
16356         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
16357         blocks with edges to themselves.
16359 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
16361         PR target/79633
16362         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
16363         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
16364         Use gimple_call_builtin_p.
16366         PR target/79570
16367         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
16368         on temporarily removed DEBUG_INSNs.
16370         PR tree-optimization/79649
16371         * tree-loop-distribution.c (classify_partition): Give up on
16372         non-generic address space loads/stores.
16374 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
16376         * doc/loop.texi (Loop manipulation): Remove nonexistent
16377         tree_ssa_loop_version from the documentation.
16378         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
16380 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
16382         PR target/79494
16383         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
16384         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
16385         * config/rs6000/rs6000.c: Include except.h.
16386         (rs6000_expand_split_stack_prologue): Call
16387         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
16389 2017-02-21  Martin Jambor  <mjambor@suse.cz>
16391         PR lto/79579
16392         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
16393         have been analyzed.
16395 2017-02-21  Martin Jambor  <mjambor@suse.cz>
16397         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
16398         for backward compatibility only.
16399         * doc/invoke.texi (Option Summary): Remove all references to
16400         -fipa-cp-alignment.
16402 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
16404         PR target/78660
16405         Revert:
16406         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
16408         * lra-constraints.c (curr_insn_transform): Handle
16409         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
16411 2017-02-21  Martin Liska  <mliska@suse.cz>
16413         * config/i386/i386.opt: Replace -masm-dialect with -masm.
16415 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
16417         PR translation/79638
16418         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
16420 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
16422         PR ada/67205
16423         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
16424         (arm_function_ok_for_sibcall): Return false for an indirect call by
16425         descriptor if all the argument registers are used.
16426         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
16427         alignment of the function.
16429 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
16431         PR tree-optimization/61441
16432         * simplify-rtx.c (simplify_const_unary_operation): For
16433         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
16434         the sNaN unmodified.
16436 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16438         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
16439         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
16440         instead of SYSTEM_HEADER_DIR.
16442 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
16443             Martin LiÅ¡ka  <mliska@suse.cz>
16445         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
16446         Fix typos and grammar, use active voice, and clarify.
16448 2017-02-20  Marek Polacek  <polacek@redhat.com>
16450         PR middle-end/79537
16451         * gimplify.c (gimplify_expr): Handle unused *&&L;.
16453         PR sanitizer/79558
16454         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
16456 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
16458         PR target/79568
16459         * config/i386/i386.c (ix86_expand_builtin): Handle
16460         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
16461         ix86_builtins_isa[fcode].isa as a requirement of those
16462         flags and any other flag in the bitmask.
16463         (ix86_init_mmx_sse_builtins): Use 0 instead of
16464         ~OPTION_MASK_ISA_64BIT as mask.
16465         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
16466         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
16467         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
16468         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
16470 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
16472         PR target/78012
16473         * lra-constraints.c (split_reg): Check requested split mode
16474         is supported by the register.
16476 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
16478         * lra-constraints.c (simplify_operand_subreg): Remove early
16479         return false.
16481 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
16483         PR target/78660
16484         * lra-constraints.c (curr_insn_transform): Tighten condition
16485         for converting SUBREG reloads from OP_OUT to OP_INOUT.
16487 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
16489         PR target/78660
16490         * lra-constraints.c (curr_insn_transform): Handle
16491         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
16493 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
16495         Revert:
16496         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
16498         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
16500 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
16502         PR c++/69523
16503         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
16504         description.
16506 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
16508         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
16509         for FMA_EXPR.
16511 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
16513         * final.c (last_columnnum, override_columnnum): New variables.
16514         (final_start_function): Set last_columnnum, pass it to begin_prologue
16515         hook and pass 0 to dwarf2out_begin_prologue.
16516         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
16517         to source_line debug hook.
16518         (notice_source_line): Compute last_columnnum and for debug_column_info
16519         return true on column changes.
16520         * debug.h (struct gcc_debug_hooks): Add column argument to
16521         source_line and begin_prologue hooks.
16522         (debug_nothing_int_charstar_int_bool): Remove prototype.
16523         (debug_nothing_int_int_charstar,
16524         debug_nothing_int_int_charstar_int_bool): New prototypes.
16525         (dwarf2out_begin_prologue): Add column argument.
16526         * debug.c (do_nothing_debug_hooks): Adjust source_line and
16527         begin_prologue hooks.
16528         (debug_nothing_int_charstar_int_bool): Remove.
16529         (debug_nothing_int_int_charstar,
16530         debug_nothing_int_int_charstar_int_bool): New functions.
16531         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
16532         through to dwarf2out_source_line.
16533         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
16534         (dwarf2out_source_line): Add column argument, emit it if requested.
16535         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
16536         arguments.
16537         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
16538         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
16539         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
16540         through to dwarf2out_begin_prologue.
16541         (vmsdbgout_source_line): Add column argument, pass it through to
16542         dwarf2out_source_line.
16543         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
16544         dbxout_source_line caller.
16545         (dbxout_source_line): Add column argument.
16547         * common.opt (gno-column-info, gcolumn-info): New options.
16548         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
16549         (check_die): Also test for multiple DW_AT_decl_column attributes.
16550         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
16551         DW_AT_decl_column if requested.
16552         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
16553         if requested.
16554         (gen_variable_die): Likewise.
16555         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
16556         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
16558         PR target/79569
16559         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
16560         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
16561         (ix86_handle_option): Handle OPT_m3dnowa.
16562         * doc/invoke.texi (-m3dnowa): Document.
16563         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
16564         -m3dnowa instead of -m3dnow -march=athlon.
16566         PR target/79559
16567         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
16568         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
16570 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16572         PR target/79261
16573         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
16574         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
16575         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
16576         generator for vsx_xxpermdi_<mode>_be.
16577         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
16578         force big-endian semantics.
16579         (vsx_xxpermdi_<mode>_be): New define_expand with same
16580         implementation as previous version of vsx_xxpermdi_<mode>.
16582 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
16584         PR tree-optimization/79327
16585         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
16586         variable, its initialization and use.
16588 2017-02-17  Julia Koval  <julia.koval@intel.com>
16590         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
16591         (OPTION_MASK_ISA_PKU_UNSET): New.
16592         (ix86_handle_option): Handle -mrdpid.
16593         * config/i386/cpuid.h (bit_RDPID): New.
16594         * config/i386/driver-i386.c (host_detect_local_cpu):
16595         Detect RDPID feature.
16596         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
16597         * config/i386/i386-c.c (ix86_target_macros_internal):
16598         Handle RDPID flag.
16599         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
16600         (ix86_valid_target_attribute_inner_p): Add "rdpid".
16601         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
16602         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
16603         * config/i386/i386.md (define_insn "rdpid"): New.
16604         * config/i386/i386.opt Add -mrdpid.
16605         * config/i386/immintrin.h (_rdpid_u32): New.
16607 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
16609         PR rtl-optimization/79541
16610         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
16611         instead of transforming it into USE.
16613 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
16615         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
16616         If HONOR_SNANS (SFmode) force the input to a register.
16617         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
16618         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
16619         an frsp or similar insn.
16621 2017-02-17  Martin Liska  <mliska@suse.cz>
16623         PR rtl-optimization/79577
16624         * params.def (selsched-max-sched-times): Increase minimum to 1.
16626 2017-02-17  Martin Liska  <mliska@suse.cz>
16628         PR rtl-optimization/79574
16629         * gcse.c (want_to_gcse_p): Prevent integer overflow.
16631 2017-02-17  Martin Liska  <mliska@suse.cz>
16633         PR tree-optimization/79529
16634         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
16635         ssa_defined_default_def_p to handle cases which are implicitly
16636         defined.
16637         * tree-ssa.c (ssa_defined_default_def_p): New function.
16638         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
16639         which are implicitly defined.
16640         * tree-ssa.h (ssa_defined_default_def_p): Declare.
16642 2017-02-17  Richard Biener  <rguenther@suse.de>
16644         PR middle-end/79576
16645         * params.def (max-ssa-name-query-depth): Limit to 10.
16647 2017-02-17  Richard Biener  <rguenther@suse.de>
16649         PR tree-optimization/79552
16650         * tree-ssa-structalias.c (visit_loadstore): Properly verify
16651         default defs.
16653 2017-02-17  Richard Biener  <rguenther@suse.de>
16655         PR bootstrap/79567
16656         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
16658 2017-02-17  Marek Polacek  <polacek@redhat.com>
16660         PR middle-end/79536
16661         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
16662         (fold_negate_expr): New wrapper.
16664 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
16666         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
16667         Correct terminology and de-emphasize pre-standard behavior.
16669 2017-02-16  Alan Modra  <amodra@gmail.com>
16671         PR rtl-optimization/79286
16672         * ira.c (def_dominates_uses): New function.
16673         (update_equiv_regs): Don't create an equivalence for insns that
16674         may trap where the register def does not dominate the use.
16676 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
16678         PR rtl-optimization/78127
16679         * lra.c (lra): Call lra_eliminate before finish the loop after
16680         lra_constraint.
16682 2017-02-16  Richard Biener  <rguenther@suse.de>
16684         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
16685         isl/isl_val.h.
16686         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
16687         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
16688         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
16689         (isl_val_int_from_wi): New function.
16690         (extract_affine_gmp): Rename to ...
16691         (extract_affine_wi): ... this, take a widest_int.
16692         (extract_affine_int): Just wrap extract_affine_wi.
16693         (add_param_constraints): Use isl_val_int_from_wi.
16694         (add_loop_constraints): Likewise, and extract_affine_wi.
16696 2017-02-15  Jeff Law  <law@redhat.com>
16698         PR middle-end/79521
16699         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
16700         ira_init_register_move_cost_if_necessary.
16702 2017-02-15  Martin Sebor  <msebor@redhat.com>
16704         PR middle-end/32003
16705         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
16706         removed in a prior commit.
16708 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
16710         PR tree-optimization/79347
16711         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
16712         counters during peeling.
16714 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
16716         * Makefile.in (site.exp): Remove "set ISLVER".
16718 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
16720         PR target/79487
16721         * real.c (real_from_integer): Call real_convert even for decimal.
16723 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16725         PR target/79421
16726         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
16728 2017-02-14  Andrew Pinski  <apinski@cavium.com>
16730         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
16731         cores and change the partno/implementer to be correct.
16732         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
16733         the 'B" as the implementer.
16734         * config/aarch64/aarch64-tune.md: Regenerate.
16736 2017-02-14  Carl Love  <cel@us.ibm.com>
16738         * config/rs6000/rs6000.c: Add case statement entry to make the
16739         xvcvuxdsp built-in argument unsigned.
16740         * config/rs6000/vsx.md: Fix the source and return operand types so they
16741         match the instruction definitions from the ISA document.  Fix typo
16742         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
16743         statement.
16745 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
16747         PR target/79282
16748         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
16749         member early_clobber_alts.
16750         * lra-lives.c (reg_early_clobber_p): New.
16751         (process_bb_lives): Use it.
16752         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
16753         (debug_operand_data): Initialize early_clobber_alts.
16754         (setup_operand_alternative): Set up early_clobber_alts.
16755         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
16756         alternatives to new_insn_reg.
16757         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
16758         it.
16759         (lra_update_insn_regno_info): Pass the new arg.
16761 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
16763         PR middle-end/79505
16764         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
16765         (new_oacc_loop_raw): Don't clear already cleared fields.
16767         PR target/79481
16768         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
16769         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
16770         _mm512_prefetch_i64gather_ps): New inline functions and macros.
16772 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
16774         PR target/79495
16775         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
16777 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
16779         PR target/79498
16780         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
16781         the extra instruction to the right place to store 128-bit constant
16782         when needed.
16784 2017-02-14  Martin Sebor  <msebor@redhat.com>
16786         PR middle-end/79448
16787         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
16788           warning for strings of unknown length.
16790 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
16792         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
16794 2017-02-14  Jeff Law  <law@redhat.com>
16796         PR target/79404
16797         * ira-costs.c (scan_one_insn): Initialize register move costs
16798         for pseudos seen in USE/CLOBBER insns.
16800         PR tree-optimization/79095
16801         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
16802         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
16803         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
16804         if the operands are known to be not equal, then the resulting range
16805         is ~[0,0].
16806         (intersect_ranges): If the new range is ~[0,0] and the old range is
16807         wide, then prefer ~[0,0].
16808         * tree-vrp.c (overflow_comparison_p_1): New function.
16809         (overflow_comparison_p): New function.
16810         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
16811         if NAME is used in an overflow test.
16812         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
16813         overflow check that can be expressed as an equality test, then adjust
16814         ops to be that equality test.
16816 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16818         * config/s390/s390-builtin-types.def: Remove flags argument.
16819         * config/s390/s390.c (s390_init_builtins): Likewise.
16821 2017-02-14  Martin Liska  <mliska@suse.cz>
16823         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
16824         vector.  Fix trailing white spaces.
16826 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
16828         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
16829         HFmode.
16831 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16833         PR rtl-optimization/68664
16834         * config/arm/arm.c (arm_sched_can_speculate_insn):
16835         New function.  Declare prototype.
16836         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
16838 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16840         PR rtl-optimization/68664
16841         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
16842         New function.
16843         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
16845 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
16847         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
16848         max skip bytes for function, loop and jump.
16850 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
16852         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
16853         ABS_EXPR for gimple dump.
16855 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
16857         PR target/79462
16858         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
16860         PR tree-optimization/79408
16861         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
16862         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
16863         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
16864         also if rhs1 is INTEGER_CST.
16866 2017-02-14  Richard Biener  <rguenther@suse.de>
16868         PR middle-end/79432
16869         * tree-into-ssa.c (insert_phi_nodes): When the function can
16870         have abnormal edges rewrite SSA names with broken use-def
16871         dominance out of SSA and register them for PHI insertion.
16873 2017-02-13  Martin Sebor  <msebor@redhat.com>
16875         PR middle-end/79496
16876         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
16877         clearing info.nowrite flag when snprintf size argument is a range.
16879 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
16881         * cprop.c (cprop_jump): Add missing space in string literal.
16882         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
16883         (get_constraint_for_component_ref): Likewise.
16884         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
16885         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
16886         * lra-constraints.c (process_alt_operands): Likewise.
16887         * ipa-inline.c (inline_small_functions): Likewise.
16888         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
16889         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
16890         * trans-mem.c (diagnose_tm_1_op): Likewise.
16891         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
16892         (grid_parallel_clauses_gridifiable): Likewise.
16894         * config/nvptx/mkoffload.c (process): Add space in between
16895         , and %d.
16897         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
16898         "MOD4_SSE_REGS" and "ALL_REGS".
16900         * spellcheck.c (test_data): Add , in between "foo" and "food".
16902 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
16904         PR target/79449
16905         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
16906         boundary crossing check and subsequent code generation agree.
16908 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16910         * config/aarch64/aarch64.c (has_memory_op): Delete.
16911         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
16912         has_memory_op.
16914 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
16916         PR rtl-optimization/79388
16917         PR rtl-optimization/79450
16918         * combine.c (distribute_notes): When removing TEM_INSN for which
16919         corresponding dest has last value recorded, invalidate that last
16920         value.
16922 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16924         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
16925         of explicit '@'.  Add missing assembly comment marker on branch costs
16926         printout.
16928 2017-02-13  Nathan Sidwell  <nathan@acm.org>
16930         * gengtype-lex.l (<in_struct>): Add '/'.
16932 2017-02-13  Martin Liska  <mliska@suse.cz>
16934         PR c/79471
16935         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
16937 2017-02-13  Richard Biener  <rguenther@suse.de>
16939         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
16940         Remove.
16941         * configure: Re-generate.
16942         * config.in: Likewise.
16943         * graphite-dependences.c: Simplify as if
16944         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
16945         * graphite-isl-ast-to-gimple.c: Likewise.
16946         * graphite-optimize-isl.c: Likewise.
16947         * graphite-poly.c: Likewise.
16948         * graphite-sese-to-poly.c: Likewise.
16949         * graphite.h: Likewise.
16950         * toplev.c: Include isl/version.h and use isl_version () for
16951         printing the ISL version.
16952         * doc/install.texi: Update ISL requirement.
16954 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
16956         * doc/standards.texi (Standards): Update reference to
16957         Objective-C 2.0.
16959 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
16961         * doc/extend.texi (Named Address Spaces): sourceware.org now
16962         defaults to https.
16963         * doc/install.texi (Binaries): Ditto.
16964         (Specific): Ditto.
16966 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
16968         * doc/cpp.texi: Replace "stringify"/"stringification" with C
16969         standard terminology "stringize"/"stringizing" throughout.
16970         * doc/cppinternals.texi: Likewise.
16972 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
16974         * doc/extend.texi: Fix some spelling mistakes and typos.
16975         * doc/invoke.texi: Likewise.
16977 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
16979         PR ipa/79224
16980         * params.def (inline-min-speedup) Change from 10 to 8.
16982 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
16984         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
16985         4.5.
16987 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
16989         PR ipa/79224
16990         * ipa-inline-analysis.c (get_minimal_bb): New function.
16991         (record_modified): Use it.
16992         (remap_edge_change_prob): Handle also ancestor functions.
16994 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
16996         * doc/contrib.texi (Contributors): Remove broken link into
16997         the Mauve CVS repository.
16999 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
17001         PR middle-end/79454
17002         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
17003         result computation whenever lhs doesn't have vector mode, not
17004         just when it has BLKmode.
17006 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
17008         * doc/makefile.texi (profiledbootstrap): Refer to the
17009         installation instructions only in textual form.
17011 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
17013         PR target/79295
17014         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
17016 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
17018         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
17019         (Specific): Update mingw-w64 reference.
17020         (Binaries): Ditto.
17021         (Specific): Remove broken link to Renesas RX processor.
17023 2017-02-10  Richard Biener  <rguenther@suse.de>
17025         * toplev.c (process_options): Do not mention obsolete graphite
17026         options when printing sorry message about missing graphite support.
17027         Mention -floop-nest-optimize.
17029 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
17031         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
17032         (vtst_p16): Likewise.
17033         (vtstq_p8): Likewise.
17034         (vtstq_p16): Likewise.
17035         (vtst_p64): New.
17036         (vtstq_p64): Likewise.
17037         * config/arm/arm_neon.h (vgetq_lane_p64): New.
17038         (vset_lane_p64): New.
17039         (vsetq_lane_p64): New.
17041 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
17043         PR tree-optimization/79411
17044         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
17045         stmt operands are SSA_NAMEs used in abnormal phis.
17046         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
17047         phis.
17049 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
17051         PR ipa/70795
17052         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
17053         flag if needed.
17055 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
17057         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
17059 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
17061         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
17062         to avoid warning.
17064         PR c/79413
17065         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
17066         not arbitrary TREE_CONSTANT.
17068         PR c/79431
17069         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
17070         "omp declare target link" attribute unless is_global_var.
17071         * omp-offload.c (find_link_var_op): Likewise.
17073 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
17074             Chung-Lin Tang  <cltang@codesourcery.com>
17076         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
17077         OMP_CLAUSE_TILE.
17078         (gimplify_adjust_omp_clauses): Don't delete TILE.
17079         (gimplify_omp_for): Deal with TILE.
17080         * internal-fn.c (expand_GOACC_TILE): New function.
17081         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
17082         (GOACC_TILE): New.
17083         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
17084         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
17085         element fields.
17086         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
17087         avoid DIV for outermost collapse var.
17088         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
17089         Remove out of date comments, fix whitespace.
17090         * omp-general.c (omp_extract_for_data): Deal with tiling.
17091         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
17092         adjust OLF_DIM_BASE value.
17093         (struct omp_for_data): Add tiling field.
17094         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
17095         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
17096         for auto loops.  Remove default auto determining, moved to
17097         oacc_loop_fixed_partitions.
17098         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
17099         stmts, add e_mask field.
17100         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
17101         (oacc_thread_numbers): Use oacc_dim_call.
17102         (oacc_xform_tile): New.
17103         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
17104         (finish_oacc_loop): Adjust for ifns vector.
17105         (oacc_loop_discover_walk): Append loop abstraction sites to list,
17106         add case for GOACC_TILE fns.
17107         (oacc_loop_xform_loop): Delete.
17108         (oacc_loop_process): Iterate over call list directly, and add
17109         handling for GOACC_TILE fns.
17110         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
17111         dump partitioning.
17112         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
17113         vector partitioning to outer loops.  Assign 2 partitions to loops
17114         when available. Add TILE handling.
17115         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
17116         (execite_oacc_device_lower): Process GOACC_TILE fns,
17117         ignore unknown specs.
17118         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
17119         * tree.c (omp_clause_num_ops): Adjust TILE ops.
17120         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
17122 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
17124         * configure.ac (ACX_BUGURL): Update.
17125         * configure: Regenerate.
17127 2017-02-09  Richard Biener  <rguenther@suse.de>
17129         PR tree-optimization/69823
17130         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
17131         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
17133 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
17135         * config/arc/arc-c.def: Add __NPS400__ definition.
17136         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
17137         (TARGET_NPS400): Define.
17139 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
17141         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
17142         file.
17143         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
17144         pointer, arch_info.
17145         (arc_cpu_types): Fill the arch_info field with a pointer into the
17146         arc_arch_types table.
17147         (arc_selected_cpu): Declare.
17148         * config/arc/arc.c (arc_selected_cpu): Make global.
17149         (arc_selected_arch): Delete.
17150         (arc_base_cpu): Delete.
17151         (arc_override_options): Remove references to deleted variables,
17152         update access to arch information.
17153         (ARC_OPT): Update access to arch information.
17154         (ARC_OPTX): Likewise.
17155         * config/arc/arc.h (arc_base_cpu): Remove declaration.
17156         (TARGET_ARC600): Update access to arch information.
17157         (TARGET_ARC601): Likewise.
17158         (TARGET_ARC700): Likewise.
17159         (TARGET_EM): Likewise.
17160         (TARGET_HS): Likewise.
17161         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
17162         information.
17164 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
17166         PR target/78604
17167         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
17168         condition/operands for integer GE/LE/GEU/LEU operations.
17170 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
17172         PR translation/79397
17173         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
17174         of AltiVec.
17176 2017-02-08  Martin Jambor  <mjambor@suse.cz>
17178         PR ipa/79375
17179         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
17180         whether allocation happened.
17181         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
17182         nothing was allocated.
17184 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
17186         PR tree-optimization/79408
17187         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
17188         constant, but SSA_NAME with a known integer range, use the minimum
17189         of that range instead of op1 to determine if modulo can be replaced
17190         with its first operand.
17192 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17194         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
17196 2017-02-08  Richard Biener  <rguenther@suse.de>
17198         PR tree-optimization/71824
17199         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
17200         Check all loops contained in the merged region.
17202 2017-02-07  Andrew Pinski  <apinski@cavium.com>
17204         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
17206 2017-02-07  Andrew Pinski  <apinski@cavium.com>
17208         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
17209         (thunderxt88): Likewise.
17210         (thunderxt81): Disable LSE and change v8.1 to v8.
17211         (thunderxt83): Likewise.
17213 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
17214             Richard Biener  <rguenther@suse.de>
17216         PR middle-end/79399
17217         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
17218         type from int to size_t.
17219         * ira-costs.c (struct_costs_size): Change type from int to size_t.
17221 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
17223         PR rtl-optimization/79386
17224         * cprop.c (bypass_conditional_jumps): Initialize
17225         bypass_last_basic_block already before splitting bbs after
17226         unconditional traps...
17227         (bypass_conditional_jumps): ... rather than here.
17229         PR target/79299
17230         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
17231         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
17232         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
17233         fix -masm=intel patterns.
17235 2017-02-07  Richard Biener  <rguenther@suse.de>
17237         PR tree-optimization/79256
17238         PR middle-end/79278
17239         * builtins.c (get_object_alignment_2): Use min_align_of_type
17240         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
17241         and ADJUST_FIELD_ALIGN.
17243         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
17244         type parameter.
17245         * doc/tm.texi: Regenerate.
17246         * stor-layout.c (layout_decl): Adjust.
17247         (update_alignment_for_field): Likewise.
17248         (place_field): Likewise.
17249         (min_align_of_type): Likewise.
17250         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
17251         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
17252         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
17253         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
17254         * config/frv/frv.c (frv_adjust_field_align): Likewise.
17255         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
17256         * config/i386/i386.c (x86_field_alignment): Likewise.
17257         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
17258         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
17259         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
17260         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
17261         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
17262         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
17263          Likewise.
17265         Revert
17266         2017-01-30  Richard Biener  <rguenther@suse.de>
17268         PR tree-optimization/79256
17269         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
17270         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
17271         alignment on TYPE.
17273 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
17275         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
17276         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
17277         builtins to SImode and emit a zero-extend, if necessary.
17279 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
17281         * docs/invoke.texi (RISC-V Options): Alphabetize.
17283 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
17285         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
17286         options.
17288 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
17290         * config/riscv/riscv.c: New file.
17291         * common/config/riscv/riscv-common.c: Likewise.
17292         * config.gcc: Likewise.
17293         * config/riscv/constraints.md: Likewise.
17294         * config/riscv/elf.h: Likewise.
17295         * config/riscv/generic.md: Likewise.
17296         * config/riscv/linux.h: Likewise.
17297         * config/riscv/multilib-generator: Likewise.
17298         * config/riscv/peephole.md: Likewise.
17299         * config/riscv/pic.md: Likewise.
17300         * config/riscv/predicates.md: Likewise.
17301         * config/riscv/riscv-builtins.c: Likewise.
17302         * config/riscv/riscv-c.c: Likewise.
17303         * config/riscv/riscv-ftypes.def: Likewise.
17304         * config/riscv/riscv-modes.def: Likewise.
17305         * config/riscv/riscv-opts.h: Likewise.
17306         * config/riscv/riscv-protos.h: Likewise.
17307         * config/riscv/riscv.h: Likewise.
17308         * config/riscv/riscv.md: Likewise.
17309         * config/riscv/riscv.opt: Likewise.
17310         * config/riscv/sync.md: Likewise.
17311         * config/riscv/t-elf-multilib: Likewise.
17312         * config/riscv/t-linux: Likewise.
17313         * config/riscv/t-linux-multilib: Likewise.
17314         * config/riscv/t-riscv: Likewise.
17315         * configure.ac: Likewise.
17316         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
17317         Waterman as RISC-V maintainers.
17318         * doc/install.texi: Add RISC-V entries.
17319         * doc/invoke.texi: Add RISC-V options section.
17320         * doc/md.texi: Add RISC-V constraints section.
17321         * configure: Regenerated.
17323 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
17325         PR target/66144
17326         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
17327         false values to be constant vectors with all 0 or all 1 bits set.
17328         (vcondu<mode><mode>): Likewise.
17329         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
17330         predicate.
17331         (fpmask_comparison_operator): Update comment.
17332         (vecint_comparison_operator): New predicate.
17333         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
17334         vector conditionals when the true and false values are constant
17335         vectors with all 0 bits or all 1 bits set.
17337 2017-02-06  Martin Sebor  <msebor@redhat.com>
17339         PR  tree-optimization/79376
17340         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
17342 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
17344         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
17345         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
17346         to simplify split condition.
17348 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
17350         * omp-expand.c (oxpand_omp_atomic_fetch_op,
17351         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
17352         false.
17354 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
17356         PR rtl-optimization/68664
17357         * target.def (can_speculate_insn): New hook.
17358         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
17359         * doc/tm.texi: Regenerate.
17360         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
17361         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
17362         (rs6000_sched_can_speculate_insn): New function.
17364 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
17366         PR tree-optimization/79284
17367         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
17368         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
17369         vectorizable_mask_load_store, vectorizable_operation,
17370         vect_is_simple_cond, get_same_sized_vectype): Use it instead
17371         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
17372         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
17373         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
17374         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
17375         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
17376         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
17377         is_gimple_assign (stmt).  Replace another such test with
17378         is_gimple_assign (stmt).
17380 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
17382         PR target/78883
17383         * config/avr/avr.c (rtl-iter.h): Include it.
17384         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
17385         (avr_legitimate_combined_insn): ...and implementation.
17387 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17389         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
17390         * config/s390/s390.c (s390_const_operand_ok)
17391         (s390_canonicalize_comparison, s390_extract_part)
17392         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
17393         (s390_contiguous_bitmask_p, s390_rtx_costs)
17394         (legitimize_pic_address): Likewise.
17395         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
17396         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
17397         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
17398         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
17399         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
17401 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
17403         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
17404         REGNO($0) == REGNO($1).
17406 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17408         * config/s390/linux.h(SIZE_TYPE): Add comment.
17410 2017-02-06  Julian Brown  <julian@codesourcery.com>
17411             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
17412             Virendra Pathak  <virendra.pathak@broadcom.com>
17414         * config/aarch64/aarch64-cores.def: Change the scheduler
17415         to Thunderx2t99.
17416         * config/aarch64/aarch64.md: Include thunderx2t99.md.
17417         * config/aarch64/thunderx2t99.md: New file.
17419 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
17421         * doc/standards.texi (Go Language): Update link to language
17422         standard.
17424 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
17426         * tree-eh.c (lower_resx): Sanitize profile.
17427         (cleanup_empty_eh_move_lp): Likewise.
17429 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
17431         PR tree-ssa/79347
17432         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
17433         ELSE_PROB.
17434         * cfgloopmanip.h (loop_version): Update prototype.
17435         * modulo-sched.c (sms_schedule): Update call of loop_version.
17436         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
17437         * tree-parloops.c (gen_parallel_loop): Likewise.
17438         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
17439         * tree-ssa-loop-split.c (split_loop): Likewise.
17440         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
17441         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
17443 2017-02-05  Martin Liska  <mliska@suse.cz>
17445         PR bootstrap/78985
17446         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
17447         variable to NULL.
17448         (print_operand_address): Initialize a struct to zero.
17450 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
17452         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
17453         garbage collector only in textual form.
17455 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
17457         * doc/extend.texi (x86 specific memory model extensions for
17458         transactional memory): Simplify a phrase.
17460 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
17462         PR target/79353
17463         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
17464         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
17465         (atomic_storedi_1): Likewise.
17467 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
17469         PR tree-optimization/79338
17470         * tree-parloops.c (gather_scalar_reductions): Don't call
17471         vect_analyze_loop_form for loop->inner before destroying loop's
17472         loop_vinfo.
17474 2017-02-03  Martin Sebor  <msebor@redhat.com>
17476         PR tree-optimization/79327
17477         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
17478         when precision has resulted in leading zeros.
17479         (format_integer): Adjust the likely counter to assume an unknown
17480         argument that may be zero is non-zero.
17482 2017-02-03  Jason Merrill  <jason@redhat.com>
17484         PR c++/78689
17485         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
17486         avoid copying non-taken branch.
17488 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
17490         PR tree-optimization/79340
17491         * tree-vect-loop.c (vectorizable_reduction): Release
17492         vec_defs elements after safe_splicing them into other vectors.
17493         Formatting fixes.
17495         PR tree-optimization/79327
17496         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
17497         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
17498         dirtype.
17499         (format_integer): Use wide_int_to_tree instead of build_int_cst
17500         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
17501         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
17502         of shortest and longest sequence.
17504 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
17506         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
17507         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
17509 2017-02-03  Walter Lee  <walt@tilera.com>
17511         PR target/78862
17512         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
17513         after initial stackframe link reg save.
17514         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
17516 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
17518         PR target/79354
17519         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
17520         wu for stxssp alternative.
17522 2017-02-03  Martin Sebor  <msebor@redhat.com>
17524         PR tree-optimization/79352
17525         * gimple-fold.c (get_range_strlen): Add argument.
17526         (get_range_strlen): Change return type to bool.
17527         (get_maxval_strlen): Pass in a dummy argument.
17528         * gimple-fold.h (get_range_strlen): Change return type to bool.
17529         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
17530         * tree.h (array_at_struct_end_p): Add argument.
17531         * tree.c (array_at_struct_end_p): Handle it.
17533 2017-02-03  Martin Liska  <mliska@suse.cz>
17535         PR lto/66295
17536         * multiple_target.c (create_dispatcher_calls): Redirect edge
17537         from a caller of a dispatcher.
17538         (expand_target_clones): Make the clones local.
17539         (ipa_target_clone): Do both target clones and resolvers.
17540         (ipa_dispatcher_calls): Remove the pass.
17541         (pass_dispatcher_calls::gate): Likewise.
17542         (make_pass_dispatcher_calls): Likewise.
17543         * passes.def (pass_target_clone): Put as very first IPA early
17544         pass.
17546 2017-02-03  Martin Liska  <mliska@suse.cz>
17548         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
17549         in case of a function with ifunc attribute.
17551 2017-02-03  Martin Liska  <mliska@suse.cz>
17553         * cgraph.c (cgraph_node::dump): Dump function version info.
17554         * symtab.c (symtab_node::dump_base): Add missing new line.
17556 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
17558         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
17559         (ifcombine_ifandif): Use it.
17561 2017-02-03  Martin Liska  <mliska@suse.cz>
17563         * doc/invoke.texi: Document default value for
17564         use-after-scope-direct-emission-threshold.
17566 2017-02-03  Martin Liska  <mliska@suse.cz>
17568         PR tree-optimization/79339
17569         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
17570         (format_floating): Likewise.
17572 2017-02-03  Martin Liska  <mliska@suse.cz>
17574         PR ipa/79337
17575         * ipa-prop.c (ipa_node_params_t::insert): Remove current
17576         implementation.
17577         (ipa_node_params_t::remove): Likewise.
17578         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
17579         initialization from removed ipa_node_params_t::insert.
17580         (ipa_node_params::~ipa_node_params): Move from removed
17581         ipa_node_params_t::release.
17582         * symbol-summary.h (symbol_summary::m_released): New member.
17583         Do not release a summary twice.  Do not allow to call finalizer
17584         for types of a summary that live in GGC memory.
17586 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
17588         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
17589         cmp_branch fusion.
17591 2017-02-02  Martin Sebor  <msebor@redhat.com>
17593         PR middle-end/79275
17594         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
17595         (format_string): Tighten up the range of output for non-constant
17596         strings and correct the expected range for wide non-constant strings.
17598 2017-02-02  Martin Sebor  <msebor@redhat.com>
17600         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
17602         PR middle-end/32003
17603         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
17604         index.
17605         (-fdump-tree-@var): Add to index and document how to come up
17606         with pass-specific option and dump file names.
17607         (-fdump-passes): Clarify where to look for output.
17609 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
17611         PR middle-end/77445
17612         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
17613         statistics of the analyzed path; allow threading for speed when
17614         any of BBs along the path are optimized for speed.
17616 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
17618         PR middle-end/78468
17619         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
17620         settings of the virtual registers.
17622         Revert again
17623         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17625         * explow.c (get_dynamic_stack_size): Take known alignment of stack
17626         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
17627         needed.
17629 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17631         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
17632         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
17634 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17636         * config/s390/s390.md: Add missing comments with the expanded
17637         mnemonics.
17638         * config/s390/vector.md: Likewise.
17639         * config/s390/vx-builtins.md: Likewise.
17641 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
17643         PR target/79197
17644         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
17645         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
17646         conditions on a single line.
17648 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17650         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
17651         __S390_VX__ to __VX__.
17653 2017-02-01  Andrew Pinski  <apinski@cavium.com>
17655         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
17656         stmt_info to record_stmt_cost.
17657         (vect_get_known_peeling_cost): Pass stmt_info if known to
17658         record_stmt_cost.
17659         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
17660         cpu_vector_cost field into
17661         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
17662         field into vec_int_stmt_cost and vec_fp_stmt_cost.
17663         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
17664         splitting of scalar_stmt_cost and vec_stmt_cost.
17665         (thunderx_vector_cost): Likewise.
17666         (cortexa57_vector_cost): LIkewise.
17667         (exynosm1_vector_cost): Likewise.
17668         (xgene1_vector_cost): Likewise.
17669         (thunderx2t99_vector_cost): Improve after the splitting of the two
17670         fields.
17671         (aarch64_builtin_vectorization_cost): Update for the splitting of
17672         scalar_stmt_cost and vec_stmt_cost.
17674 2017-02-01  Torvald Riegel  <triegel@redhat.com>
17675             Richard Henderson  <rth@redhat.com>
17677         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
17678         conditional on existance of a fast atomic load.
17679         * optabs-query.c (can_atomic_load_p): New function.
17680         * optabs-query.h (can_atomic_load_p): Declare it.
17681         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
17682         no fast atomic load is available for the particular size of access.
17683         (expand_atomic_compare_and_swap): Likewise.
17684         (expand_atomic_load): Likewise.
17685         (expand_atomic_store): Likewise.
17686         (expand_atomic_fetch_op): Likewise.
17687         * testsuite/lib/target-supports.exp
17688         (check_effective_target_sync_int_128): Remove x86 because it provides
17689         no fast atomic load.
17690         (check_effective_target_sync_int_128_runtime): Likewise.
17692 2017-02-01  Richard Biener  <rguenther@suse.de>
17694         * graphite.c: Include tree-vectorizer.h for find_loop_location.
17695         (graphite_transform_loops): Provide opt-info for optimized nests.
17696         * tree-parloop.c (parallelize_loops): Provide opt-info for
17697         parallelized loops.
17699 2017-02-01  Richard Biener  <rguenther@suse.de>
17701         PR middle-end/79315
17702         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
17703         was not set before.
17705 2017-02-01  Richard Biener  <rguenther@suse.de>
17707         PR tree-optimization/71824
17708         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
17709         Verify the loops are valid in the merged SESE region.
17710         (scop_detection::can_represent_loop_1): Check analyzing the
17711         evolution of the number of iterations in the region succeeds.
17713 2017-01-31  Ian Lance Taylor  <iant@golang.org>
17715         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
17716         REG_ARGS_SIZE note to 32-bit push insns and call insn.
17718 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
17720         PR preprocessor/79210
17721         * input.c (get_substring_ranges_for_loc): Replace line_width
17722         assertion with error-handling.
17724 2017-01-31  Richard Biener  <rguenther@suse.de>
17726         PR tree-optimization/77318
17727         * graphite-sese-to-poly.c (extract_affine): Fix assert.
17728         (create_pw_aff_from_tree): Take loop parameter.
17729         (add_condition_to_pbb): Pass loop of the condition to
17730         create_pw_aff_from_tree.
17732 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
17734         * config/s390/s390.c (s390_asan_shadow_offset): New function.
17735         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
17737 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
17739         PR target/78597
17740         PR target/79038
17741         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
17742         no longer used.
17743         (convert_int_to_float128): Likewise.
17744         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
17745         (convert_int_to_float128): Likewise.
17746         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
17747         (UNSPEC_IEEE128_CONVERT): Likewise.
17748         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
17749         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
17750         Use local variables for IBM extended format.
17751         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
17752         (fix_trunc<mode>si2_fprs): Likewise.
17753         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
17754         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
17755         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
17756         to know that we can now have integers of all sizes in vector
17757         registers.
17758         (fix<uns>_<mode>di2_hw): Likewise.
17759         (float<uns>_<mode>si2_hw): Likewise.
17760         (fix_<mode>si2_hw): Likewise.
17761         (fixuns_<mode>si2_hw): Likewise.
17762         (float<uns>_<mode>di2_hw): Likewise.
17763         (float_<mode>di2_hw): Likewise.
17764         (float_<mode>si2_hw): Likewise.
17765         (floatuns_<mode>di2_hw): Likewise.
17766         (floatuns_<mode>si2_hw): Likewise.
17767         (xscvqp<su>wz_<mode>): Delete, no longer used.
17768         (xscvqp<su>dz_<mode>): Likewise.
17769         (xscv<su>dqp_<mode>): Likewise.
17770         (ieee128_mfvsrd_64bit): Likewise.
17771         (ieee128_mfvsrd_32bit): Likewise.
17772         (ieee128_mfvsrwz): Likewise.
17773         (ieee128_mtvsrw): Likewise.
17774         (ieee128_mtvsrd_64bit): Likewise.
17775         (ieee128_mtvsrd_32bit): Likewise.
17777 2017-01-31  Martin Liska  <mliska@suse.cz>
17779         PR ipa/79285
17780         * ipa-prop.c (ipa_free_all_node_params): Call release method
17781         instead of ~sumbol_summary to not to trigger double times
17782         dtor of hash_map.
17784 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
17786         PR tree-optimization/71691
17787         * bitmap.h (class auto_bitmap): New.
17788         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
17789         is_maybe_undefined instead of ssa_undefined_value_p.
17791 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17793         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
17794         __S390_ARCH_LEVEL__ to __ARCH__.
17796 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
17798         PR tree-optimization/79267
17799         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
17800         if should_remove_lhs_p is true.
17802 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
17804         PR debug/63238
17805         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
17806         (add_alignment_attribute): New.
17807         (base_type_die): Add alignment attribute.
17808         (subrange_type_die): Likewise.
17809         (modified_type_die): Likewise.
17810         (gen_array_type_die): Likewise.
17811         (gen_descr_array_type_die: Likewise.
17812         (gen_enumeration_type_die): Likewise.
17813         (gen_subprogram_die): Likewise.
17814         (gen_variable_die): Likewise.
17815         (gen_field_die): Likewise.
17816         (gen_ptr_to_mbr_type_die): Likewise.
17817         (gen_struct_or_union_type_die): Likewise.
17818         (gen_subroutine_type_die): Likewise.
17819         (gen_typedef_die): Likewise.
17820         (base_type_cmp): Compare alignment attribute.
17822 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
17824         PR target/79170
17825         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
17826         (setb_unsigned) New pattern for setb with CCUNS.
17827         * config/rs6000/rs6000.c (expand_block_compare): Use a different
17828         subfc./subfe sequence to avoid overflow problems.  Generate a
17829         shorter sequence with cmpld/setb for power9.
17830         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
17831         for generating subfc. instruction.
17832         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
17833         now uses this instruction.
17835 2017-01-30  Ian Lance Taylor  <iant@google.com>
17837         PR debug/79289
17838         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
17839         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
17841 2017-01-30  Martin Sebor  <msebor@redhat.com>
17843         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
17844         Move constant to the right of a relational operator.
17845         (get_mpfr_format_length, format_character, format_string): Ditto.
17846         (should_warn_p, maybe_warn): Same.
17848         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
17850 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
17852         PR lto/79061
17853         * asan.c (get_translation_unit_decl): Remove function.
17854         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
17856 2017-01-30  Martin Liska  <mliska@suse.cz>
17858         PR gcov-profile/79259
17859         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
17860         -fprofile-generate.
17862 2017-01-30  Martin Liska  <mliska@suse.cz>
17864         PR bootstrap/78985
17865         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
17866         Initialize variables with NULL value.
17868 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
17870         PR target/79260
17871         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
17872         tm_p_file.
17873         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
17875 2017-01-30  Richard Biener  <rguenther@suse.de>
17877         PR tree-optimization/79276
17878         * tree-vrp.c (process_assert_insertions): Properly adjust common
17879         when removing a duplicate.
17881         * gcc.dg/torture/pr79276.c: New testcase.
17883 2017-01-30  Richard Biener  <rguenther@suse.de>
17885         PR tree-optimization/79256
17886         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
17887         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
17888         alignment on TYPE.
17889         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
17891 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17893         PR target/79240
17894         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
17895         ("*r<noxa>sbg_<mode>_sll_bitmask")
17896         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
17897         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
17898         Use contiguous_bitmask_nowrap_operand.
17900 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17902         PR target/79268
17903         * config/rs6000/altivec.h (vec_xl): Revise #define.
17904         (vec_xst): Likewise.
17906 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
17908         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
17910 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
17912         PR rtl-optimization/79194
17913         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
17914         traps before call to bypass_conditional_jumps.
17916 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
17918         PR tree-optimization/71374
17919         * lra-constraints.c (check_conflict_input_operands): New.
17920         (match_reload): Use it.
17922 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
17924         PR target/79131
17925         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
17926         account to calculate conflict_set.
17928 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
17930         PR rtl-optimization/78559
17931         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
17932         other_insn in combine.
17934 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
17936         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
17937         uint16_type_node for BT_UINT16.
17939 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
17941         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
17942         "RTL Tests" to menu.
17943         (GIMPLE Tests): New node.
17944         (RTL Tests): New node.
17946 2017-01-27  Richard Biener  <rguenther@suse.de>
17948         PR tree-optimization/79245
17949         * tree-loop-distribution.c (distribute_loop): Apply cost
17950         modeling also to detected patterns.
17952 2017-01-27  Richard Biener  <rguenther@suse.de>
17954         PR tree-optimization/71433
17955         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
17956         (compare_assert_loc): New function.
17957         (process_assert_insertions): Sort and optimize assert locations
17958         to remove duplicates and push down identical assertions on
17959         edges to their destination block.
17961 2017-01-27  Richard Biener  <rguenther@suse.de>
17963         PR tree-optimization/79244
17964         * tree-vrp.c (remove_range_assertions): Forcefully propagate
17965         out SSA names even if abnormal.
17967 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
17969         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
17970         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
17971         instead of MPFR_RNDN.
17973 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
17975         PR target/79239
17976         * arm.c (arm_option_override): Don't call build_target_option_node
17977         until after doing all option overrides.
17978         (arm_valid_target_attribute_tree): Likewise.
17980 2017-01-27  Martin Liska  <mliska@suse.cz>
17982         * doc/invoke.texi (-fprofile-arcs): Document profiling support
17983         for {cd}tors and C++ {cd}tors.
17985 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17987         * config/s390/s390.md ("*setmem_long_and")
17988         ("*setmem_long_and_31z"): Use zero_extend instead of and.
17990 2017-01-26  Martin Sebor  <msebor@redhat.com>
17992         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
17993         of precision.
17995 2017-01-26  Martin Sebor  <msebor@redhat.com>
17997         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
17998         HAVE_DFmode before using XFmode or DFmode.
17999         (parse_directive): Avoid using the z length modifier to avoid
18000         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
18002         PR middle-end/78703
18003         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
18004         to accept adjustment as an array.
18005         (get_int_range): New function.
18006         (struct directive): Make width and prec arrays.
18007         (directive::set_width, directive::set_precision): Call get_int_range.
18008         (format_integer, format_floating): Handle width and precision ranges.
18009         (format_string, parse_directive): Same.
18011 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
18013         PR debug/79129
18014         * dwarf2out.c (generate_skeleton_bottom_up): For children with
18015         comdat_type_p set, just clone them, but keep the children in the
18016         original DIE.
18018         PR debug/78835
18019         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
18020         which have direct callers with -fvar-tracking-assignments enabled
18021         in the current TU.
18022         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
18023         inside of type units.
18025 2017-01-26  Martin Sebor  <msebor@redhat.com>
18027         PR middle-end/78703
18028         * gimple-ssa-sprintf.c (struct result_range): Add likely and
18029         unlikely counters.
18030         (struct format_result): Replace number_chars, number_chars_min,
18031         and number_chars_max with a single member of struct result_range.
18032         Remove bounded.
18033         (format_result::operator+=): Adjust.
18034         (struct fmtresult): Remove bounded.  Handle likely and unlikely
18035         counters.
18036         (fmtresult::adjust_for_width_or_precision): New function.
18037         (fmtresult:type_max_digits): New function.
18038         (bytes_remaining): Handle likely and unlikely counters.
18039         (min_bytes_remaining): Remove.
18040         (format_percent): Simplify.
18041         (format_integer, format_floating): Set likely and unlikely counters.
18042         (get_string_length, format_character, format_string): Same.
18043         (format_plain, should_warn_p): New function.
18044         (maybe_warn): Call should_warn_p.  Update diagnostic messages
18045         and handle those for all directives, including plain strings.
18046         (format_directive): Handle likely and unlikely counters.
18047         Remove unnecessary quoting from diagnostics.  Add an informational
18048         note.
18049         (add_bytes): Remove.
18050         (pass_sprintf_length::compute_format_length): Simplify.
18051         (try_substitute_return_value): Handle likely and unlikely counters.
18053 2017-01-26  Carl Love  <cel@us.ibm.com>
18055         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
18056         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
18058 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
18060         PR target/79131
18061         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
18062         endianess for subregs into account.
18063         * lra-constraints.c (lra_constraints): Do risky transformations
18064         always on the first iteration.
18065         * lra-lives.c (check_pseudos_live_through_calls): Add arg
18066         last_call_used_reg_set.
18067         (process_bb_lives): Define and use last_call_used_reg_set.
18068         * lra.c (lra): Always continue after lra_constraints on the first
18069         iteration.
18071 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
18073         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
18074         constant.
18075         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
18077 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
18079         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
18080         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
18081         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
18082         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
18083         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
18084         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
18085         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
18086         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
18087         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
18089 2017-01-26  Marek Polacek  <polacek@redhat.com>
18091         PR c/79199
18092         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
18093         for the third operand.
18095 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
18097         PR middle-end/79236
18098         * omp-low.c (struct omp_context): Add simt_stmt field.
18099         (scan_omp_for): Return omp_context *.
18100         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
18101         context to the _simt_ SIMD stmt.
18102         (lower_omp_for): For combined SIMD with sibling _simt_
18103         SIMD, make sure to use the same decls in _looptemp_
18104         clauses as in the sibling.
18106 2017-01-26  David Sherwood  <david.sherwood@arm.com>
18108         PR middle-end/79212
18109         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
18110         all contexts.
18112 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
18114         PR target/70465
18115         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
18116         emit fld b; fld a; if possible.
18118         * brig-builtins.def: Update copyright years.
18119         * config/arm/arm_acle_builtins.def: Update copyright years.
18121 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
18123         PR target/79179
18124         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
18125         constraint instead of o for the stxsd instruction.
18127 2017-01-25  Carl Love  <cel@us.ibm.com>
18129         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
18130         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
18132 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
18134         * doc/invoke.texi (C++ Dialect Options): Fix typo.
18136 2017-01-25  Richard Biener  <rguenther@suse.de>
18138         PR tree-optimization/69264
18139         * target.def (vector_alignment_reachable): Improve documentation.
18140         * doc/tm.texi: Regenerate.
18141         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
18142         and add a comment.
18143         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
18144         earlier changes with respect to TYPE_USER_ALIGN.
18145         (vector_alignment_reachable_p): Likewise.  Improve dumping.
18147 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18149         PR target/79145
18150         * config/arm/arm.md (xordi3): Force constant operand into a register
18151         for TARGET_IWMMXT.
18153 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18155         * doc/invoke.texi (-fstore-merging): Correct default optimization
18156         levels at which it is enabled.
18157         (-O): Move -fstore-merging from list to...
18158         (-O2): ... Here.
18160 2017-01-25  Richard Biener  <rguenther@suse.de>
18162         PR debug/78363
18163         * omp-expand.c: Include debug.h.
18164         (expand_omp_taskreg): Make sure to generate early debug before
18165         outlining anything from a function.
18166         (expand_omp_target): Likewise.
18167         (grid_expand_target_grid_body): Likewise.
18169 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
18171         PR lto/79061
18172         * asan.c (get_translation_unit_decl): New function.
18173         (asan_add_global): Extract modules file name from globals
18174         TRANSLATION_UNIT_DECL name.
18176 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
18178         PR target/77439
18179         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
18180         for long calls with APCS frame and VFP.
18182 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
18184         * cfg.c (original_copy_tables_initialized_p): New function.
18185         * cfg.h (original_copy_tables_initialized_p): New decl.
18186         * cfgrtl.c (relink_block_chain): Guard the call to
18187         free_original_copy_tables with a call to
18188         original_copy_tables_initialized_p.
18189         * cgraph.h (symtab_node::native_rtl_p): New decl.
18190         * cgraphunit.c (symtab_node::native_rtl_p): New function.
18191         (symtab_node::needed_p): Don't assert for early assembly output
18192         for __RTL functions.
18193         (cgraph_node::finalize_function): Set "force_output" for __RTL
18194         functions.
18195         (cgraph_node::analyze): Bail out early for __RTL functions.
18196         (analyze_functions): Update assertion to support __RTL functions.
18197         (cgraph_node::expand): Bail out early for __RTL functions.
18198         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
18199         __RTL functions.
18200         * function.h (struct function): Update comment for field
18201         "pass_startwith".
18202         * gimple-expr.c: Include "tree-pass.h".
18203         (gimple_has_body_p): Return false for __RTL functions.
18204         * Makefile.in (OBJS): Add run-rtl-passes.o.
18205         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
18206         accessor.
18207         (gcc::pass_manager::get_clean_slate): New accessor.
18208         * passes.c: Include "insn-addr.h".
18209         (should_skip_pass_p): Add logging.  Update logic for running
18210         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
18211         property-provider override so it is only done for gimple passes.
18212         Don't skip dfinit.
18213         (skip_pass): New function.
18214         (execute_one_pass): Call skip_pass when skipping passes.
18215         * read-md.c (md_reader::read_char): Support filtering
18216         the input to a subset of line numbers.
18217         (md_reader::md_reader): Initialize fields
18218         m_first_line and m_last_line.
18219         (md_reader::read_file_fragment): New function.
18220         * read-md.h (md_reader::read_file_fragment): New decl.
18221         (md_reader::m_first_line): New field.
18222         (md_reader::m_last_line): New field.
18223         * read-rtl-function.c (function_reader::create_function): Only
18224         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
18225         curr_properties.  Set DECL_INITIAL to a dummy block.
18226         (read_rtl_function_body_from_file_range): New function.
18227         * read-rtl-function.h (read_rtl_function_body_from_file_range):
18228         New decl.
18229         * run-rtl-passes.c: New file.
18230         * run-rtl-passes.h: New file.
18232 2017-01-24  Jeff Law  <law@redhat.com>
18234         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
18235         buffer size.
18237 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
18239         PR tree-optimization/79159
18240         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
18241         (record_nonwrapping_iv): Improve boundary using above function if no
18242         value range information.
18244 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
18245             Martin Jambor  <mjambor@suse.cz>
18247         * brig-builtins.def: New file.
18248         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
18249         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
18250         (DEF_HSAIL_SAT_BUILTIN): Likewise.
18251         (DEF_HSAIL_INTR_BUILTIN): Likewise.
18252         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
18253         * builtin-types.def (BT_INT8): New.
18254         (BT_INT16): Likewise.
18255         (BT_UINT8): Likewise.
18256         (BT_UINT16): Likewise.
18257         (BT_FN_ULONG): Likewise.
18258         (BT_FN_UINT_INT): Likewise.
18259         (BT_FN_UINT_ULONG): Likewise.
18260         (BT_FN_UINT_LONG): Likewise.
18261         (BT_FN_UINT_PTR): Likewise.
18262         (BT_FN_ULONG_PTR): Likewise.
18263         (BT_FN_INT8_FLOAT): Likewise.
18264         (BT_FN_INT16_FLOAT): Likewise.
18265         (BT_FN_UINT32_FLOAT): Likewise.
18266         (BT_FN_UINT16_FLOAT): Likewise.
18267         (BT_FN_UINT8_FLOAT): Likewise.
18268         (BT_FN_UINT64_FLOAT): Likewise.
18269         (BT_FN_UINT16_UINT32): Likewise.
18270         (BT_FN_UINT32_UINT16): Likewise.
18271         (BT_FN_UINT16_UINT16_UINT16): Likewise.
18272         (BT_FN_INT_PTR_INT): Likewise.
18273         (BT_FN_UINT_PTR_UINT): Likewise.
18274         (BT_FN_LONG_PTR_LONG): Likewise.
18275         (BT_FN_ULONG_PTR_ULONG): Likewise.
18276         (BT_FN_VOID_UINT64_UINT64): Likewise.
18277         (BT_FN_UINT8_UINT8_UINT8): Likewise.
18278         (BT_FN_INT8_INT8_INT8): Likewise.
18279         (BT_FN_INT16_INT16_INT16): Likewise.
18280         (BT_FN_INT_INT_INT): Likewise.
18281         (BT_FN_UINT_FLOAT_UINT): Likewise.
18282         (BT_FN_FLOAT_UINT_UINT): Likewise.
18283         (BT_FN_ULONG_UINT_UINT): Likewise.
18284         (BT_FN_ULONG_UINT_PTR): Likewise.
18285         (BT_FN_ULONG_ULONG_ULONG): Likewise.
18286         (BT_FN_UINT_UINT_UINT): Likewise.
18287         (BT_FN_VOID_UINT_PTR): Likewise.
18288         (BT_FN_UINT_UINT_PTR: Likewise.
18289         (BT_FN_UINT32_UINT64_PTR): Likewise.
18290         (BT_FN_INT_INT_UINT_UINT): Likewise.
18291         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
18292         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
18293         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
18294         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
18295         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
18296         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
18297         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
18298         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
18299         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
18300         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
18301         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
18302         * doc/frontends.texi: List BRIG FE.
18303         * doc/install.texi (Testing): Add BRIG tesring requirements.
18304         * doc/invoke.texi (Overall Options): Mention BRIG.
18305         * doc/standards.texi (Standards): Doucment BRIG HSA version.
18307 2017-01-24  Richard Biener  <rguenther@suse.de>
18309         PR translation/79208
18310         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
18312 2017-01-24  Martin Jambor  <mjambor@suse.cz>
18314         PR bootstrap/79198
18315         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
18316         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
18317         and known_contexts.
18319 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
18321         PR middle-end/79123
18322         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
18323         casts from signed to unsigned really don't have a range.
18325 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
18327         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
18328         GMP_RNDx for compatiblity.
18330 2017-01-24  Martin Liska  <mliska@suse.cz>
18332         PR bootstrap/79132
18333         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
18334         that would prevent us to call alloca with -1 as argument.
18336 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
18338         * dwarf2out.c (output_compilation_unit_header, output_file_names):
18339         Avoid -Wformat-security warning.
18341 2017-01-23  Andrew Pinski  <apinski@cavium.com>
18343         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
18344         cost table.
18346 2017-01-23  Martin Sebor  <msebor@redhat.com>
18348         PR middle-end/78703
18349         * gimple-ssa-sprintf.c (warn_level): New global.
18350         (format_integer): Use it here and throughout the rest of the file.
18351         Use the same switch to compute sign as base.
18352         (maybe_warn): New function.
18353         (format_directive): Factor out warnings into maybe_warn.
18354         Add debugging output.  Use warn_level.
18355         (add_bytes): Use warn_level.
18356         (pass_sprintf_length::compute_format_length): Add debugging output.
18357         (try_substitute_return_value): Same.
18358         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
18360         PR middle-end/78703
18361         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
18362         (struct fmtresult, format_integer, format_floating): Adjust.
18363         (fmtresult::fmtresult): Set max correctly in two argument ctor.
18364         (get_string_length, format_string,format_directive): Same.
18365         (pass_sprintf_length::compute_format_length): Same.
18366         (try_substitute_return_value): Simplify slightly.
18368         PR middle-end/78703
18369         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
18370         (fmtresult::operator+=): Outlined.
18371         (struct fmtresult): Add ctors.
18372         (struct conversion_spec): Rename...
18373         (struct directive): ...to this.  Add and remove data members.
18374         (directive::set_width, directive::set_precision): New functions.
18375         (format_percent): Use fmtresult ctor.
18376         (get_width_and_precision): Remove.
18377         (format_integer): Make naming changes.  Avoid computing width and
18378         precision.
18379         (format_floating): Same.  Adjust indentation.
18380         (format_character, format_none): New functions.
18381         (format_string): Moved character handling to format_character.
18382         (format_directive): Remove arguments, change return type.
18383         (parse_directive): New function.
18384         (pass_sprintf_length::compute_format_length): Move directive
18385         parsing to parse_directive.
18387 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
18389         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
18390         (assign_assembler_name_if_needed): ... this.
18391         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
18392         (assign_assembler_name_if_needed): ... this.
18393         (free_lang_data_in_cgraph): Adjust callers.
18394         * cgraphunit.c (cgraph_node::analyze): Likewise.
18395         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
18396         Likewise.
18398 2017-01-23  Richard Biener  <rguenther@suse.de>
18400         PR tree-optimization/79088
18401         PR tree-optimization/79188
18402         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
18403         resetting loop bounds after last path deletion.  Reset loop
18404         bounds of the target loop, make code match the comments.
18405         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
18406         Make sure loops need no fixups.
18408 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
18410         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
18411         exponent support with double type for first argument.
18412         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
18413         type returned by __builtin_vec_extract_sig,
18414         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
18415         functions from "vector int" to "vector unsigned int" or from
18416         "vector long long int" to "vector unsigned long long int".
18417         Changed type returned by __builtin_vec_extract_exp,
18418         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
18419         functions from "vector int" to "vector unsigned int" or from
18420         "vector long long int" to "vector unsigned long long int".
18421         Changed return type of __builtin_vec_test_data_class,
18422         __builtin_vec_test_data_class_sp, and
18423         __builtin_vec_test_data_class_dp from "vector int" to
18424         "vector bool int" or from "vector long long int" to "vector bool
18425         long long int" and changed second argument type from "unsigned
18426         int" to "int".  Added new overloaded function forms "vector float
18427         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
18428         "vector float __builtin_vec_insert_exp_sp (vector float, vector
18429         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
18430         double, vector unsigned long long int)" and "vector double
18431         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
18432         long int)".  Changed return type of
18433         __builtin_scalar_test_data_class and
18434         __builtin_scalar_test_data_class_sp and
18435         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
18436         int" and changed second argument from "unsigned int" to "int".
18437         Changed type returned by __builtin_scalar_test_neg,
18438         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
18439         from "int" to "bool int".  Added new overloaded function form
18440         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
18441         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
18442         exponent double-precision with floating point first argument.
18443         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
18444         documentation of scalar_test_data_class, scalar_test_neg,
18445         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
18446         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
18447         vec_test_data_class built-in functions to reflect refinements in
18448         their type signatures.
18450 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
18452         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
18453         size of buf.
18454         (aarch64_elf_asm_destructor): Likewise.
18456 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
18458         PR rtl-optimization/78634
18459         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
18460         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
18461         * ifcvt.c (noce_try_cmove): Add missing cost check.
18463         PR rtl-optimization/71724
18464         * combine.c (if_then_else_cond): Look for situations where it is
18465         beneficial to undo the work of one of the recursive calls.
18467 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
18469         PR tree-optimization/70754
18470         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
18471         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
18472         combined stmt before it if not NULL.
18473         (combine_chains): Process refs reversely and compute dominance point
18474         for root ref.
18476 2017-01-23  Martin Liska  <mliska@suse.cz>
18478         PR tree-optimization/79196
18479         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
18480         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
18481         instead of memcmp.
18482         (strlen_optimize_stmt): Call the renamed function.
18484 2017-01-23  Michael Matz  <matz@suse.de>
18486         PR tree-optimization/78384
18487         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
18489 2017-01-23  Richard Biener  <rguenther@suse.de>
18491         PR tree-optimization/79186
18492         * tree-vrp.c (register_new_assert_for): Make sure we've seen
18493         both incoming edges before moving an assert.
18495 2017-01-23  Martin Jambor  <mjambor@suse.cz>
18497         * ipa-prop.c (load_from_param_1): Removed.
18498         (load_from_unmodified_param): Bits from load_from_param_1 put back
18499         here.
18500         (load_from_param): Removed.
18501         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
18502         with stmt.  Reverted back to use of load_from_unmodified_param.
18504 2017-01-23  Martin Jambor  <mjambor@suse.cz>
18506         PR ipa/79108
18507         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
18508         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
18509         field a pointer to garbage collected vector, mark lattices and
18510         ipcp_orig_node with GTY((skip)).
18511         (ipa_get_param_count): Adjust to descriptors being a pointer.
18512         (ipa_get_param): Likewise.
18513         (ipa_get_type): Likewise.
18514         (ipa_get_param_move_cost): Likewise.
18515         (ipa_set_param_used): Likewise.
18516         (ipa_get_controlled_uses): Likewise.
18517         (ipa_set_controlled_uses): Likewise.
18518         (ipa_is_param_used): Likewise.
18519         (ipa_node_params_t): Move into garbage collector.  New methods insert
18520         and remove.
18521         (ipa_node_params_sum): Annotate wth GTY(()).
18522         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
18523         garbage collected.
18524         (ipa_load_from_parm_agg): Adjust declaration.
18525         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
18526         * ipa-profile.c (ipa_profile): Likewise.
18527         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
18528         (ipa_populate_param_decls): Make descriptors parameter garbage
18529         collected.
18530         (ipa_dump_param): Adjust to descriptors being a pointer.
18531         (ipa_alloc_node_params): Likewise.
18532         (ipa_initialize_node_params): Likewise.
18533         (load_from_param_1): Make descriptors parameter garbage collected.
18534         (load_from_unmodified_param): Likewise.
18535         (load_from_param): Likewise.
18536         (ipa_load_from_parm_agg): Likewise.
18537         (ipa_node_params::~ipa_node_params): Removed.
18538         (ipa_free_all_node_params): Remove call to delete operator.
18539         (ipa_node_params_t::insert): New.
18540         (ipa_node_params_t::remove): Likewise.
18541         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
18542         copy known_csts and known_contexts vectors.
18543         (ipa_read_node_info): Adjust to descriptors being a pointer.
18544         (ipcp_modif_dom_walker): Make m_descriptors field garbage
18545         collected.
18546         (ipcp_transform_function): Make descriptors variable garbage
18547         collected.
18549 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
18551         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
18552         * config/i386/avx512dqintrin.h: Ditto.
18553         * config/i386/avx512fintrin.h: Ditto.
18554         * config/i386/i386.c: Handle new builtins.
18555         * config/i386/i386-builtin.def: Add new builtins.
18556         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
18557         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
18559 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
18560             Martin Liska  <mliska@suse.cz>
18562         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
18563         * asan.c (asan_expand_poison_ifn): Support stores and use
18564         appropriate ASAN report function.
18565         * internal-fn.c (expand_ASAN_POISON_USE): New function.
18566         * internal-fn.def (ASAN_POISON_USE): Declare.
18567         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
18568         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
18569         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
18570         ASAN_POISON calls w/o LHS.
18571         * tree-ssa.c (execute_update_addresses_taken): Create clobber
18572         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
18573         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
18574         * gimplify.c (asan_poison_variables): Add attribute
18575         use_after_scope_memory to variables that really needs to live
18576         in memory.
18577         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
18578         having the attribute.
18580 2017-01-23  Martin Liska  <mliska@suse.cz>
18582         * asan.c (create_asan_shadow_var): New function.
18583         (asan_expand_poison_ifn): Likewise.
18584         * asan.h (asan_expand_poison_ifn): New declaration.
18585         * internal-fn.c (expand_ASAN_POISON): Likewise.
18586         * internal-fn.def (ASAN_POISON): New builtin.
18587         * sanopt.c (pass_sanopt::execute): Expand
18588         asan_expand_poison_ifn.
18589         * tree-inline.c (copy_decl_for_dup_finish): Make function
18590         external.
18591         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
18592         * tree-ssa.c (is_asan_mark_p): New function.
18593         (execute_update_addresses_taken): Rewrite local variables
18594         (identified just by use-after-scope as addressable) into SSA.
18596 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
18598         * doc/install.texi (Specific): opensource.apple.com uses https
18599         now. Remove trailing slash.
18601 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
18603         * README.Portability: Remove note on an Irix compatibility issue.
18605 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
18607         * gcov.c (INCLUDE_ALGORITHM): Define.
18608         (INCLUDE_VECTOR): Define.
18609         No longer include <vector> and <algorithm> directly.
18611 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
18613         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
18614         to https.
18615         * doc/invoke.texi (Code Gen Options): Ditto.
18617 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
18619         PR lto/78407
18620         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
18622 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
18624         rtl-optimization/79125
18625         * cprop.c (local_cprop_pass): Handle cases where we make an
18626         unconditional trap.
18628 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
18630         PR target/61729
18631         PR target/77850
18632         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
18633         read from, for big endian.
18635 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
18637         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
18638         register pauth builtins for LP64 only.
18640 2017-01-20  Marek Polacek  <polacek@redhat.com>
18642         PR c/79152
18643         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
18644         non-case labels.
18646 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
18648         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
18649         of safelen status.
18650         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
18651         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
18652         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
18654 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18656         PR target/71270
18657         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
18658         in big-endian mode when they are not a single duplicated value.
18660 2017-01-20  Richard Biener  <rguenther@suse.de>
18662         * BASE-VER: Bump to 7.0.1.
18664 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
18666         * omp-low.c (omplow_simd_context): New struct.  Use it...
18667         (lower_rec_simd_input_clauses): ...here and...
18668         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
18669         references to idx, lane, max_vf, is_simt.
18671 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
18673         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
18674         mcpu=nps400.
18676 2017-01-20  Martin Jambor  <mjambor@suse.cz>
18678         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
18679         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
18680         gt-hsa-common.h.
18681         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
18682         (GTFILES): Rename hsa.c to hsa-common.c.
18683         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
18684         * hsa-dump.c: Likewise.
18685         * hsa-gen.c: Likewise.
18686         * hsa-regalloc.c: Likewise.
18687         * ipa-hsa.c: Likewise.
18688         * omp-expand.c: Likewise.
18689         * omp-low.c: Likewise.
18690         * toplev.c: Likewise.
18692 2017-01-20  Marek Polacek  <polacek@redhat.com>
18694         PR c/64279
18695         * doc/invoke.texi: Document -Wduplicated-branches.
18696         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
18697         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
18698         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
18699         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
18700         return 0 only when not OEP_LEXICOGRAPHIC.
18701         (fold_build_cleanup_point_expr): Use the expression
18702         location when building CLEANUP_POINT_EXPR.
18703         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
18704         * tree.c (add_expr): Handle error_mark_node.
18706 2017-01-20  Martin Liska  <mliska@suse.cz>
18708         PR lto/69188
18709         * tree-profile.c (init_ic_make_global_vars): Do not call
18710         finalize_decl.
18711         (gimple_init_gcov_profiler): Likewise.
18713 2017-01-20  Martin Liska  <mliska@suse.cz>
18715         PR ipa/71190
18716         * cgraph.h (maybe_create_reference): Remove argument and
18717         update comment.
18718         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
18719         argument.
18720         * ipa-cp.c (create_specialized_node): Likewise.
18721         * symtab.c (symtab_node::maybe_create_reference): Handle
18722         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
18724 2017-01-20  Martin Liska  <mliska@suse.cz>
18726         * read-rtl-function.c (function_reader::create_function): Use
18727         build_decl instread of build_decl_stat.
18729 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
18731         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
18732         * config/i386/avx512dqintrin.h: Ditto.
18733         * config/i386/avx512fintrin.h: Ditto.
18734         * config/i386/i386-builtin-types.def: Add new types.
18735         * config/i386/i386.c: Handle new types.
18736         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
18737         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
18738         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
18739         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
18740         (__builtin_ia32_kshiftridi): New.
18741         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
18743 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
18745         PR target/78875
18746         PR target/79140
18747         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
18748         define to rs6000_init_stack_protect_guard.
18749         (rs6000_init_stack_protect_guard): New function.
18751 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
18752             Yunqiang Su  <yunqiang.su@imgtec.com>
18754         * config.gcc (supported_defaults): Add madd4.
18755         (with_madd4): Add validation.
18756         (all_defaults): Add madd4.
18757         * config/mips/mips.opt (mmadd4): New option.
18758         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
18759         mmadd4.
18760         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
18761         __mips_no_madd4.
18762         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
18763         (ISA_HAS_FUSED_MADD4): Likewise.
18764         * doc/invoke.texi (-mmadd4): Document the new option.
18765         * doc/install.texi (--with-madd4): Document the new option.
18767 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
18769         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
18770         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
18771         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
18772         (aarch64_init_pauth_hint_builtins): New.
18773         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
18774         (aarch64_expand_builtin): Expand new builtins.
18776 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
18778         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
18779         * combine-stack-adj.c (no_unhandled_cfa): Handle
18780         REG_CFA_TOGGLE_RA_MANGLE.
18781         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
18782         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
18783         info for return address signing.
18784         (aarch64_expand_epilogue): Likewise.
18786 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
18788         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
18789         * config/aarch64/aarch64-protos.h
18790         (aarch64_return_address_signing_enabled): New declaration.
18791         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
18792         New function.
18793         (aarch64_expand_prologue): Sign return address before it's pushed onto
18794         stack.
18795         (aarch64_expand_epilogue): Authenticate return address fetched from
18796         stack.
18797         (aarch64_override_options): Sanity check for ILP32 and ISA level.
18798         (aarch64_attributes): New function attributes for "sign-return-address".
18799         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
18800         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
18801         ("*do_return"): Generate combined instructions according to key index.
18802         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
18803         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
18804         iterators.
18805         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
18806         * config/aarch64/aarch64.opt (msign-return-address=): New.
18807         * doc/extend.texi (AArch64 Function Attributes): Documents
18808         "sign-return-address=".
18809         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
18811 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
18813         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
18814         overall option summary.
18816 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
18818         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
18819         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
18820         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
18821         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
18823 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
18825         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
18826         -mpower9-minmax by default for -mcpu=power9.
18827         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
18828         128-bit floating point.
18830 2017-01-20  Alan Modra  <amodra@gmail.com>
18832         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
18833         optimizing for size.
18835 2017-01-20  Alan Modra  <amodra@gmail.com>
18837         PR target/79144
18838         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
18839         for strcmp and strncmp from corresponding builtin decl.
18841 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
18843         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
18844         instead of i386/rtems-64.h.
18845         * config/i386/rtems-64.h: Remove.
18847 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
18849         PR target/78478
18850         Revert:
18851         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
18853         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
18855 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
18857         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
18858         Change int to HOST_WIDE_INT.
18859         * config/aarch64/aarch64-protos.h
18860         (aarch64_simd_gen_const_vector_dup): Likewise.
18861         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
18863 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
18865         * langhooks-def.h (lhd_type_for_size): New decl.
18866         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
18867         * langhooks.c (lhd_type_for_size): New function, taken from
18868         lto_type_for_size.
18870 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
18872         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
18873         define_bypass for CR latency.
18874         (power9-cracked-alu): Update bypass latency and remove power9-branch.
18875         (power9-alu2): Add define_bypass for CR latency.
18876         (power9-cmp): New.
18877         (power9-mul): Update insn latency.
18878         (power9-mul-compare): Update insn latency, bypass latency and remove
18879         power9-branch.
18881 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18883         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
18884         Delete.
18885         * config/aarch64/aarch64.md
18886         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
18887         aarch64_nopcrelative_literal_loads.
18888         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
18890 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
18892         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
18893         TARGET_LOONGSON_3A.
18894         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
18896 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
18898         PR target/78176
18899         * config.gcc (supported_defaults): Add lxc1-sxc1.
18900         (with_lxc1_sxc1): Add validation.
18901         (all_defaults): Add lxc1-sxc1.
18902         * config/mips/mips.opt (mlxc1-sxc1): New option.
18903         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
18904         mlxc1-sxc1.
18905         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
18906         __mips_no_lxc1_sxc1.
18907         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
18908         * doc/invoke.texi (-mlxc1-sxc1): Document the new option.
18909         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
18911 2017-01-19  Richard Biener  <rguenther@suse.de>
18913         PR tree-optimization/72488
18914         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
18915         sure to restore SSA info.
18916         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
18918 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
18920         PR rtl-optimization/79121
18921         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
18922         of the inner type when shifting an extended value.
18924 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
18926         PR lto/78407
18927         * symtab.c (symtab_node::equal_address_to): Fix comparing of
18928         interposable aliases.
18930 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
18932         PR target/78516
18933         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
18934         Use the evmergelohi instruction.
18935         (mov_si<mode>_e500_subreg4_2_le): Likewise.
18936         (mov_sitf_e500_subreg8_2_be): Likewise.
18937         (mov_sitf_e500_subreg12_2_le): Likewise.
18938         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
18939         (mov_si<mode>_e500_subreg4_2_be): Likewise.
18940         (mov_sitf_e500_subreg8_2_le): Likewise.
18941         (mov_sitf_e500_subreg12_2_be): Likewise.
18943 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18945         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
18946         attribute from vecsimple to vecperm.
18947         (altivec_vbpermq2): Likewise.
18949 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18951         PR target/79040
18952         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
18954 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
18955         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
18956         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
18957         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
18958         case where N arg is SIZE_MAX.
18959         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
18960         (cmpstrsi): Add pattern.
18962 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
18964         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
18965         __builtin_vec_revb builtins.
18966         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
18967         built-in functions to support generation of the ISA 3.0 XXBR<x>
18968         vector byte reverse instructions.
18969         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
18970         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
18971         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
18972         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
18973         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
18974         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
18975         (P9V_BUILTIN_VEC_REVB): Likewise.
18976         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
18977         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
18978         (p9_xxbrq_v16qi): Likewise.
18979         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
18980         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
18981         (p9_xxbrh_v8hi): Likewise.
18982         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
18983         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
18984         vec_revb built-in functions.
18986 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
18988         PR rtl-optimization/78952
18989         * config/i386/i386.md (any_extract): New code iterator.
18990         (*insvqi_2): Use any_extract for source operand.
18991         (*insvqi_3): Use any_shiftrt for source operand.
18993 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
18995         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
18996         New function.
18997         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
18999 2017-01-18  Matthias Klose  <doko@ubuntu.com>
19001         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
19003 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19005         * config/rs6000/altivec.h (vec_bperm): Change #define.
19006         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
19007         (altivec_vbpermq2): New define_insn.
19008         (altivec_vbpermd): Likewise.
19009         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
19010         function interface.
19011         (VBPERMD): Likewise.
19012         (VBPERM): New polymorphic function interface.
19013         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
19014         Add entries for P9V_BUILTIN_VEC_VBPERM.
19015         * doc/extend.texi: Add interfaces for vec_bperm.
19017 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19019         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
19020         first letter of error messages.
19021         (s390_resolve_overloaded_builtin): Likewise.
19022         * config/s390/s390.c (s390_expand_builtin): Likewise.
19023         (s390_invalid_arg_for_unprototyped_fn): Likewise.
19024         (s390_valid_target_attribute_inner_p): Likewise.
19025         * config/s390/s390.md ("tabort"): Likewise.
19027 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
19029         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
19030         (ISA_AVOID_DIV_HILO): New macro.
19031         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
19032         (ISA_HAS_DDIV): Likewise.
19034 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
19036         * doc/invoke.texi (fabi-version): Correct number of occurrences.
19038 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
19040         * doc/invoke.texi (fabi-version): Spelling fix.
19042 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
19044         PR c++/70182
19045         * doc/invoke.texi (fabi-version): Mention mangling fix for
19046         operator names.
19048 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
19050         PR c++/77489
19051         * doc/invoke.texi (fabi-version): Document discriminator mangling.
19053 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
19055         PR target/78875
19056         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
19057         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
19058         the new options.
19059         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
19060         flexible settings.
19061         (stack_protect_test): Ditto.
19062         * config/rs6000/rs6000.opt (mstack-protector-guard=,
19063         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
19064         options.
19065         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
19066         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
19067         -mstack-protector-guard-offset=.
19068         (RS/6000 and PowerPC Options): Ditto.
19070 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
19072         * config/i386/i386.h (MASK_CLASS_P): New define.
19073         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
19074         there are no registers from different register sets also when
19075         mask registers are used.  Update function comment.
19076         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
19077         to (*k/*r) and (*k/*km) alternatives.
19079 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
19081         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
19082         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
19083         (EH_RETURN_HANDLER_RTX): New define.
19084         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
19085         Force frame pointer in EH return functions.
19086         (aarch64_expand_epilogue): Add barrier for eh_return.
19087         (aarch64_final_eh_return_addr): Remove.
19088         (aarch64_eh_return_handler_rtx): New function.
19089         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
19090         Remove.
19091         (aarch64_eh_return_handler_rtx): New prototype.
19093 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19095         * config/rs6000/altivec.h (vec_rlmi): New #define.
19096         (vec_vrlnm): Likewise.
19097         (vec_rlnm): Likewise.
19098         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
19099         (UNSPEC_VRLNM): Likewise.
19100         (VIlong): New mode iterator.
19101         (altivec_vrl<VI_char>mi): New define_insn.
19102         (altivec_vrl<VI_char>nm): Likewise.
19103         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
19104         function entry.
19105         (VRLDNM): Likewise.
19106         (RLNM): New polymorphic function entry.
19107         (VRLWMI): New monomorphic function entry.
19108         (VRLDMI): Likewise.
19109         (RLMI): New polymorphic function entry.
19110         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
19111         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
19112         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
19113         vec_vrlnm.
19115 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
19117         PR debug/78839
19118         * dwarf2out.c (field_byte_offset): Restore the
19119         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
19120         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
19121         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
19122         of build2 + fold.
19124 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
19126         PR ada/67205
19127         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
19129 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
19131         PR debug/71669
19132         * dwarf2out.c (add_data_member_location_attribute): For constant
19133         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
19134         instead of DW_AT_data_member_location, DW_AT_bit_offset and
19135         DW_AT_byte_size attributes.
19137 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
19139         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
19140         after forcing to constant memory when the code model is medium.
19142 2017-01-17  Julia Koval  <julia.koval@intel.com>
19144         PR target/76731
19145         * config/i386/avx512fintrin.h
19146         (_mm512_i32gather_ps): Change __addr type to void const*.
19147         (_mm512_mask_i32gather_ps): Ditto.
19148         (_mm512_i32gather_pd): Ditto.
19149         (_mm512_mask_i32gather_pd): Ditto.
19150         (_mm512_i64gather_ps): Ditto.
19151         (_mm512_mask_i64gather_ps): Ditto.
19152         (_mm512_i64gather_pd): Ditto.
19153         (_mm512_mask_i64gather_pd): Ditto.
19154         (_mm512_i32gather_epi32): Ditto.
19155         (_mm512_mask_i32gather_epi32): Ditto.
19156         (_mm512_i32gather_epi64): Ditto.
19157         (_mm512_mask_i32gather_epi64): Ditto.
19158         (_mm512_i64gather_epi32): Ditto.
19159         (_mm512_mask_i64gather_epi32): Ditto.
19160         (_mm512_i64gather_epi64): Ditto.
19161         (_mm512_mask_i64gather_epi64): Ditto.
19162         (_mm512_i32scatter_ps): Change __addr type to void*.
19163         (_mm512_mask_i32scatter_ps): Ditto.
19164         (_mm512_i32scatter_pd): Ditto.
19165         (_mm512_mask_i32scatter_pd): Ditto.
19166         (_mm512_i64scatter_ps): Ditto.
19167         (_mm512_mask_i64scatter_ps): Ditto.
19168         (_mm512_i64scatter_pd): Ditto.
19169         (_mm512_mask_i64scatter_pd): Ditto.
19170         (_mm512_i32scatter_epi32): Ditto.
19171         (_mm512_mask_i32scatter_epi32): Ditto.
19172         (_mm512_i32scatter_epi64): Ditto.
19173         (_mm512_mask_i32scatter_epi64): Ditto.
19174         (_mm512_i64scatter_epi32): Ditto.
19175         (_mm512_mask_i64scatter_epi32): Ditto.
19176         (_mm512_i64scatter_epi64): Ditto.
19177         (_mm512_mask_i64scatter_epi64): Ditto.
19178         * config/i386/avx512pfintrin.h
19179         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
19180         (_mm512_mask_prefetch_i32gather_ps): Ditto.
19181         (_mm512_mask_prefetch_i64gather_pd): Ditto.
19182         (_mm512_mask_prefetch_i64gather_ps): Ditto.
19183         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
19184         (_mm512_prefetch_i32scatter_ps): Ditto.
19185         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
19186         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
19187         (_mm512_prefetch_i64scatter_pd): Ditto.
19188         (_mm512_prefetch_i64scatter_ps): Ditto.
19189         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
19190         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
19191         * config/i386/avx512vlintrin.h
19192         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
19193         (_mm_mmask_i32gather_ps): Ditto.
19194         (_mm256_mmask_i32gather_pd): Ditto.
19195         (_mm_mmask_i32gather_pd): Ditto.
19196         (_mm256_mmask_i64gather_ps): Ditto.
19197         (_mm_mmask_i64gather_ps): Ditto.
19198         (_mm256_mmask_i64gather_pd): Ditto.
19199         (_mm_mmask_i64gather_pd): Ditto.
19200         (_mm256_mmask_i32gather_epi32): Ditto.
19201         (_mm_mmask_i32gather_epi32): Ditto.
19202         (_mm256_mmask_i32gather_epi64): Ditto.
19203         (_mm_mmask_i32gather_epi64): Ditto.
19204         (_mm256_mmask_i64gather_epi32): Ditto.
19205         (_mm_mmask_i64gather_epi32): Ditto.
19206         (_mm256_mmask_i64gather_epi64): Ditto.
19207         (_mm_mmask_i64gather_epi64): Ditto.
19208         (_mm256_i32scatter_ps): Change __addr type to void*.
19209         (_mm256_mask_i32scatter_ps): Ditto.
19210         (_mm_i32scatter_ps): Ditto.
19211         (_mm_mask_i32scatter_ps): Ditto.
19212         (_mm256_i32scatter_pd): Ditto.
19213         (_mm256_mask_i32scatter_pd): Ditto.
19214         (_mm_i32scatter_pd): Ditto.
19215         (_mm_mask_i32scatter_pd): Ditto.
19216         (_mm256_i64scatter_ps): Ditto.
19217         (_mm256_mask_i64scatter_ps): Ditto.
19218         (_mm_i64scatter_ps): Ditto.
19219         (_mm_mask_i64scatter_ps): Ditto.
19220         (_mm256_i64scatter_pd): Ditto.
19221         (_mm256_mask_i64scatter_pd): Ditto.
19222         (_mm_i64scatter_pd): Ditto.
19223         (_mm_mask_i64scatter_pd): Ditto.
19224         (_mm256_i32scatter_epi32): Ditto.
19225         (_mm256_mask_i32scatter_epi32): Ditto.
19226         (_mm_i32scatter_epi32): Ditto.
19227         (_mm_mask_i32scatter_epi32): Ditto.
19228         (_mm256_i32scatter_epi64): Ditto.
19229         (_mm256_mask_i32scatter_epi64): Ditto.
19230         (_mm_i32scatter_epi64): Ditto.
19231         (_mm_mask_i32scatter_epi64): Ditto.
19232         (_mm256_i64scatter_epi32): Ditto.
19233         (_mm256_mask_i64scatter_epi32): Ditto.
19234         (_mm_i64scatter_epi32): Ditto.
19235         (_mm_mask_i64scatter_epi32): Ditto.
19236         (_mm256_i64scatter_epi64): Ditto.
19237         (_mm256_mask_i64scatter_epi64): Ditto.
19238         (_mm_i64scatter_epi64): Ditto.
19239         (_mm_mask_i64scatter_epi64): Ditto.
19240         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
19241         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
19242         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
19243         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
19244         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
19245         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
19246         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
19247         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
19248         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
19249         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
19250         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
19251         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
19252         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
19253         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
19254         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
19255         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
19256         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
19257         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
19258         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
19259         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
19260         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
19261         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
19262         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
19263         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
19264         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
19265         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
19266         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
19267         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
19268         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
19269         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
19270         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
19271         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
19272         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
19273         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
19274         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
19275         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
19276         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
19277         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
19278         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
19279         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
19280         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
19281         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
19282         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
19283         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
19284         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
19285         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
19286         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
19287         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
19288         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
19289         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
19290         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
19291         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
19292         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
19293         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
19294         definitions accordingly.
19296 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
19297             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
19299         PR target/79079
19300         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
19301         gen_lowpart.
19303 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
19305         PR target/79058
19306         * ira-conflicts.c (ira_build_conflicts): Update total conflict
19307         hard regs for inner regno.
19309 2017-01-17  Martin Liska  <mliska@suse.cz>
19311         PR ipa/71207
19312         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
19313         assumption and add comment.
19315 2017-01-17  Nathan Sidwell  <nathan@acm.org>
19317         * ipa-visibility.c (localize_node): New function, broken out of ...
19318         (function_and_variable_visibility): ... here. Call it.
19320 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
19322         PR middle-end/77445
19323         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
19324         correctly set frequency of oudgoing edge.
19325         (duplicate_thread_path): Fix profile updating.
19327 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
19329         PR other/79046
19330         * configure.ac: Add GCC_BASE_VER.
19331         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
19332         version from BASE-VER file.
19333         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
19334         (gcc.o): Depend on $(BASEVER).
19335         * common.opt (dumpfullversion): New option.
19336         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
19337         * doc/invoke.texi: Document -dumpfullversion.
19338         * doc/install.texi: Document --with-gcc-major-version-only.
19339         * configure: Regenerated.
19341 2017-01-17  Richard Biener  <rguenther@suse.de>
19343         PR tree-optimization/71433
19344         * tree-vrp.c (register_new_assert_for): Merge same asserts
19345         on all incoming edges.
19346         (process_assert_insertions_for): Handle insertions at the
19347         beginning of BBs.
19349 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
19351         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
19352         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
19354 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
19356         PR target/78633
19357         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
19358         RTL sharing.
19360 2017-01-17  Alan Modra  <amodra@gmail.com>
19362         PR target/79066
19363         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
19364         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
19365         symbolic stack limit when pic.
19367 2017-01-16  Martin Sebor  <msebor@redhat.com>
19369         PR tree-optimization/78608
19370         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
19372 2017-01-16  Jeff Law  <law@redhat.com>
19374         Revert:
19375         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
19376         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
19377         for several include directories that may be relative to sysroot.
19378         * config/i386/x-mingw32 (gplus_includedir): Define.
19379         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
19380         (native_system_includedir): Likewise.
19381         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
19382         override if TARGET_SYSTEM_ROOT is defined.
19383         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
19385         PR tree-optimization/79090
19386         PR tree-optimization/33562
19387         PR tree-optimization/61912
19388         PR tree-optimization/77485
19389         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
19390         and computed trims into the dump file.
19392 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
19394         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
19396 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
19398         PR c/79089
19399         * gimplify.c (gimplify_init_constructor): If want_value and
19400         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
19401         fix.
19403         PR target/79080
19404         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
19405         sequence.  Formatting fixes.
19406         (doloop_optimize): Formatting fixes.
19408         PR driver/49726
19409         * gcc.c (debug_level_greater_than_spec_func): New function.
19410         (static_spec_functions): Add debug-level-gt spec function.
19411         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
19412         !g0.
19413         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
19414         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
19415         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
19416         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
19417         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
19418         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
19420 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
19422         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
19423         QImode fixups to general and mask registers only.
19425 2017-01-16  Carl Love  <cel@us.ibm.com>
19427         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
19428         for built-in functions
19429         vector signed char vec_nabs (vector signed char)
19430         vector signed short vec_nabs (vector signed short)
19431         vector signed int vec_nabs (vector signed int)
19432         vector signed long long vec_nabs (vector signed long long)
19433         vector float vec_nabs (vector float)
19434         vector double vec_nabs (vector double)
19435         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
19436         and NABS overload.
19437         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
19438         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
19439         * doc/extend.texi: Update the documentation file for the new built-in
19440         functions.
19442 2017-01-16  Martin Sebor  <msebor@redhat.com>
19444         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
19445         message.
19447 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19449         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
19450         UNSPEC_VSX__XXSPLTD to require special splat handling.
19452 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
19454         PR bootstrap/78616
19455         * system.h: Poison strndup.
19457 2017-01-16  Alan Modra  <amodra@gmail.com>
19459         PR target/79098
19460         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
19461         use a switch.
19463 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
19465         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
19467 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
19469         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
19470         call recog here.  Assert that INSN_CODE (insn) is non-negative.
19472 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
19474         PR target/72749
19475         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
19476         fallthrough.
19477         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
19478         in the currently scheduled RTL fragment.
19480 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
19482         PR rtl-optimization/78751
19483         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
19484         give up.
19486 2017-01-14  Jeff Law  <law@redhat.com>
19488         PR tree-optimization/79090
19489         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
19490         variable length stores.
19491         (compute_trims): Delete dead assignment to *trim_tail.
19492         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
19493         zero length.
19495 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
19497         PR rtl-optimization/78626
19498         PR rtl-optimization/78727
19499         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
19500         of a block, and split such blocks after everything else is finished.
19502 2017-01-14  Alan Modra  <amodra@gmail.com>
19504         PR target/72749
19505         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
19506         target legitimate_combined_insn.
19507         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
19508         (rs6000_legitimate_combined_insn): New function.
19509         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
19510         all uses.
19511         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
19512         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
19513         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
19515 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
19517         * doc/frontends.texi (G++ and GCC): Remove references to Java.
19519 2017-01-13  Jeff Law  <law@redhat.com>
19521         PR tree-optimization/33562
19522         PR tree-optimization/61912
19523         PR tree-optimization/77485
19524         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
19525         a statement.
19526         (delete_dead_assignment): Likewise.
19527         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
19528         statement to delete_dead_call and delete_dead_assignment.
19530 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
19532         PR c/78304
19533         * substring-locations.c (format_warning_va): Strengthen case 1 so
19534         that both endpoints of the substring must be within the format
19535         range for just the substring to be printed.
19537 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
19539         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
19540         * config/i386/i386.c (ix86_target_string): Add missing options
19541         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
19542         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
19543         flags_other and ix86_target_other to flags2_other.  Display unknown
19544         isa2 options.
19545         (ix86_valid_target_attribute_inner_p): Add missing options and
19546         reorder options by implied ISAs, as in ix86_target_string.
19548 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
19550         * hash-table.h (hash_table::too_empty_p): New function.
19551         (hash_table::expand): Use it.
19552         (hash_table::traverse): Likewise.
19553         (hash_table::empty_slot): Use sizeof (value_type) instead of
19554         sizeof (PTR) to convert bytes to elements.  Shrink the table
19555         if the current size is excessive for the current number of
19556         elements.
19558 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
19560         * ira-costs.c (record_reg_classes): Break from the inner loop
19561         early once alt_fail is known to be true.  Update outer loop
19562         handling accordingly.
19564 2017-01-13  Jeff Law  <law@redhat.com>
19566         * tree-ssa-dse.c (decrement_count): New function.
19567         (increment_start_addr, maybe_trim_memstar_call): Likewise.
19568         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
19569         when we know the partially dead statement is a mem* function.
19571         PR tree-optimization/61912
19572         PR tree-optimization/77485
19573         * tree-ssa-dse.c: Include expr.h.
19574         (maybe_trim_constructor_store): New function.
19575         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
19577         PR tree-optimization/33562
19578         PR tree-optimization/61912
19579         PR tree-optimization/77485
19580         * doc/invoke.texi: Document new dse-max-object-size param.
19581         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
19582         * tree-ssa-dse.c: Include params.h.
19583         (dse_store_status): New enum.
19584         (initialize_ao_ref_for_dse): New, partially extracted from
19585         dse_optimize_stmt.
19586         (valid_ao_ref_for_dse, normalize_ref): New.
19587         (setup_live_bytes_from_ref, compute_trims): Likewise.
19588         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
19589         (maybe_trim_partially_dead_store): Likewise.
19590         (maybe_trim_complex_store): Likewise.
19591         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
19592         Track what bytes live from the original store.  Return tri-state
19593         for dead, partially dead or live.
19594         (dse_dom_walker): Add constructor, destructor and new private members.
19595         (delete_dead_call, delete_dead_assignment): New extracted from
19596         dse_optimize_stmt.
19597         (dse_optimize_stmt): Make a member of dse_dom_walker.
19598         Use initialize_ao_ref_for_dse.
19600         PR tree-optimization/33562
19601         PR tree-optimization/61912
19602         PR tree-optimization/77485
19603         * sbitmap.h (bitmap_count_bits): Prototype.
19604         (bitmap_clear_range, bitmap_set_range): Likewise.
19605         * sbitmap.c (bitmap_clear_range): New function.
19606         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
19608 2017-01-13  Martin Liska  <mliska@suse.cz>
19610         PR ipa/79043
19611         * function.c (set_cfun): Add new argument force.
19612         * function.h (set_cfun): Likewise.
19613         * ipa-inline-transform.c (inline_call): Use the function when
19614         strict alising from is dropped for function we inline to.
19616 2017-01-13  Richard Biener  <rguenther@suse.de>
19618         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
19619         for dumping GIMPLE INTEGER_CSTs.
19621 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19623         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
19624         to 201112L since C++17.
19626 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
19628         PR sanitizer/78887
19629         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
19630         if -fsanitize=kernel-address is present.
19632 2017-01-13  Richard Biener  <rguenther@suse.de>
19634         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
19635         as _Literal ( type ) number in case usual suffixes do not
19636         preserve all information.
19638 2017-01-13  Richard Biener  <rguenther@suse.de>
19640         PR tree-optimization/77283
19641         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
19642         and ssa-iterators.h.
19643         (is_feasible_trace): Implement a cost model based on joiner
19644         PHI node uses.
19646 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
19648         PR target/79004
19649         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
19650         char or short to __float128/_Float128 directly.
19652 2017-01-12  Martin Sebor  <msebor@redhat.com>
19654         to -Wformat-overflow.
19655         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
19656         (min_bytes_remaining): Same.
19657         (get_string_length): Same.
19658         (format_string): Same.
19659         (format_directive): Same.
19660         (add_bytes): Same.
19661         (pass_sprintf_length::handle_gimple_call): Same.
19663 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
19665         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
19666         info.nowrite calls with no lhs that can't throw.  Return bool
19667         whether gsi_remove has been called or not.
19668         (pass_sprintf_length::handle_gimple_call): Return bool whether
19669         try_substitute_return_value called gsi_remove.  Formatting fix.
19670         (pass_sprintf_length::execute): Don't use gsi_remove if
19671         handle_gimple_call returned true.
19673         PR bootstrap/79069
19674         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
19675         be removed due to side-effects, don't remove following barrier nor
19676         turn the successor edge into fallthru edge.
19678 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19680         PR target/79044
19681         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
19682         element-reversing loads and stores as not swappable.
19684 2017-01-12  Nathan Sidwell  <nathan@acm.org>
19685             Nicolai Stange  <nicstange@gmail.com>
19687         * combine.c (try_combine): Don't ignore result of overlap checking
19688         loop.  Combine overlap & asm check into single loop.
19690 2017-01-12  Richard Biener  <rguenther@suse.de>
19692         * tree-pretty-print.c (dump_generic_node): Provide -gimple
19693         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
19695 2017-01-12  Richard Biener  <rguenther@suse.de>
19697         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
19698         and TS_TARGET_OPTION directly derive from TS_BASE.
19699         * tree-core.h (tree_optimization_option): Derive from tree_base.
19700         (tree_target_option): Likewise.
19702 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
19704         * config/i386/i386.c (memory_address_length): Increase len
19705         only when rip_relative_addr_p returns false.
19707 2017-01-11  Julia Koval  <julia.koval@intel.com>
19709         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
19710         (OPTION_MASK_ISA_SGX_SET): New.
19711         (ix86_handle_option): Handle OPT_msgx.
19712         * config.gcc: Added sgxintrin.h.
19713         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
19714         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
19715         * config/i386/i386.c (ix86_target_string): Add -msgx.
19716         (PTA_SGX): New.
19717         (ix86_option_override_internal): Handle new options.
19718         (ix86_valid_target_attribute_inner_p): Add sgx.
19719         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
19720         * config/i386/i386.opt: Add msgx.
19721         * config/i386/sgxintrin.h: New file.
19722         * config/i386/x86intrin.h: Add sgxintrin.h.
19724 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
19726         PR c++/71537
19727         * fold-const.c (maybe_nonzero_address): Return 1 for function
19728         local objects.
19729         (tree_single_nonzero_warnv_p): Don't handle function local objects
19730         here.
19732         PR c++/72813
19733         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
19734         of c-header.
19736 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
19738         PR driver/78877
19739         * opts.c: Include "spellcheck.h"
19740         (struct string_fragment): New struct.
19741         (struct edit_distance_traits<const string_fragment &>): New
19742         struct.
19743         (get_closest_sanitizer_option): New function.
19744         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
19746 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
19748         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
19749         by 12.
19750         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
19751         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
19752         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
19753         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
19754         for initial die_offset if dwarf_split_debug_info.
19755         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
19756         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
19757         fields.
19758         (output_skeleton_debug_sections): Formatting fix.  Use
19759         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
19760         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
19762 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
19764         * config/arm/cortex-a53.md: Add bypasses for
19765         cortex_a53_r2f_cvt.
19766         (cortex_a53_r2f): Only use for transfers.
19767         (cortex_a53_f2r): Likewise.
19768         (cortex_a53_r2f_cvt): Add reservation for conversions.
19769         (cortex_a53_f2r_cvt): Likewise.
19771 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
19773         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
19774         to all inlined functions, change static to extern.
19776 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
19778         PR target/78253
19779         * config/arm/arm.c (legitimize_pic_address): Handle reference to
19780         weak symbol.
19781         (arm_assemble_integer): Likewise.
19783 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
19785         * config.gcc: Use new awk script to check CPU, FPU and architecture
19786         parameters for --with-... options.
19787         * config/arm/parsecpu.awk: New file
19788         * config/arm/arm-cpus.in: New file.
19789         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
19790         files.
19791         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
19792         files.
19793         * config/arm/t-arm: Update dependency rules.
19794         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
19795         of processing .def files.
19796         * config/arm/genopt.sh: Deleted.
19797         * config/arm/gentune.sh: Deleted.
19798         * config/arm/arm-cores.def: Deleted.
19799         * config/arm/arm-arches.def: Deleted.
19800         * config/arm/arm-fpus.def: Deleted.
19801         * config/arm/arm-tune.md: Regenerated.
19802         * config/arm/arm-tables.opt: Regenerated.
19803         * config/arm/arm-cpu.h: New generated file.
19804         * config/arm/arm-cpu-data.h: New generated file.
19805         * config/arm/arm-cpu-cdata.h: New generated file.
19807 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
19809         PR lto/79042
19810         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
19811         bit.
19812         (input_varpool_node): Unpack dynamically_initialized bit.
19814 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
19816         PR rtl-optimization/79032
19817         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
19818         the alignment of the adjusted memory reference against that of MODE,
19819         instead of the alignment of the original memory reference.
19821 2017-01-11  Martin Jambor  <mjambor@suse.cz>
19823         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
19824         test.
19825         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
19826         decorated functions.
19828 2017-01-11  Richard Biener  <rguenther@suse.de>
19830         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
19831         set range/nonnull info for PHI results.  Do not set it on
19832         stmts marked for removal.
19834 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
19836         * expr.c (store_field): In the bitfield case, fetch the return value
19837         from the registers before applying a single big-endian adjustment.
19838         Always do a final load for a BLKmode value not larger than a word.
19840 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
19842         PR c++/77949
19843         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
19844         that we correctly handle column numbers greater than
19845         LINE_MAP_MAX_COLUMN_NUMBER.
19847 2017-01-10  Martin Sebor  <msebor@redhat.com>
19849         PR middle-end/78245
19850         * gimple-ssa-sprintf.c (get_destination_size): Call
19851         {init,fini}object_sizes.
19852         * tree-object-size.c (addr_object_size): Adjust.
19853         (pass_through_call): Adjust.
19854         (pass_object_sizes::execute): Adjust.
19855         * tree-object-size.h (fini_object_sizes): Declare.
19857 2017-01-10  Martin Sebor  <msebor@redhat.com>
19859         PR tree-optimization/78775
19860         * builtins.c (get_size_range): Move...
19861         * calls.c: ...to here.
19862         (alloc_max_size): Accept zero argument.
19863         (operand_signed_p): Remove.
19864         (maybe_warn_alloc_args_overflow): Call get_size_range.
19865         * calls.h (get_size_range): Declare.
19867 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
19869         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
19870         from TI's devices.csv file as of September 2016.
19871         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
19873 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
19875         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
19876         * doc/invoke.texi: Likewise.
19877         * doc/md.texi: Likewise.
19878         * doc/objc.texi: Likewise.
19880 2017-01-10  Joshua Conner  <joshconner@google.com>
19882         * config/arm/fuchsia-elf.h: New file.
19883         * config/fuchsia.h: New file.
19884         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
19885         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
19886         targets.
19887         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
19889 2016-01-10  Richard Biener  <rguenther@suse.de>
19891         PR tree-optimization/79034
19892         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
19893         Propagate out degenerate PHIs in the joiner.
19895 2017-01-10  Martin Liska  <mliska@suse.cz>
19897         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
19898         (sort_congruence_classes_by_decl_uid): Likewise.
19899         (sort_congruence_class_groups_by_decl_uid): Likewise.
19900         (sem_item_optimizer::merge_classes): Sort class, groups in these
19901         classes and members in the groups by DECL_UID of declarations.
19902         This would make merge operations stable.
19904 2017-01-10  Martin Liska  <mliska@suse.cz>
19906         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
19907         usage of m_classes_vec.
19908         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
19909         (sem_item_optimizer::get_group_by_hash): Likewise.
19910         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
19911         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
19912         (sem_item_optimizer::verify_classes): Likewise.
19913         (sem_item_optimizer::process_cong_reduction): Likewise.
19914         (sem_item_optimizer::dump_cong_classes): Likewise.
19915         (sem_item_optimizer::merge_classes): Likewise.
19916         * ipa-icf.h (congruence_class_hash): Rename from
19917         congruence_class_group_hash.  Remove declaration of m_classes_vec.
19919 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
19921         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
19922         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
19923         * config.gcc: Add avx512vpopcntdqintrin.h.
19924         * config/i386/avx512vpopcntdqintrin.h: New.
19925         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
19926         * config/i386/i386-builtin-types.def: Add new types.
19927         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
19928         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
19929         __builtin_ia32_vpopcountq_v8di_mask): New.
19930         * config/i386/i386-c.c (ix86_target_macros_internal): Define
19931         __AVX512VPOPCNTDQ__.
19932         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
19933         (PTA_AVX512VPOPCNTDQ): Define.
19934         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
19935         TARGET_AVX512VPOPCNTDQ_P): Define.
19936         * config/i386/i386.opt: Add mavx512vpopcntdq.
19937         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
19938         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
19940 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
19942         PR middle-end/77484
19943         * predict.def (PRED_CALL): Set to 67.
19945 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
19947         * expr.c (store_field): In the bitfield case, if the value comes from
19948         a function call and is of an aggregate type returned in registers, do
19949         not modify the field mode; extract the value in all cases if the mode
19950         is BLKmode and the size is not larger than a word.
19952 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
19954         PR target/71017
19955         * config/i386/cpuid.h: Fix undefined behavior.
19957 2017-01-04  Jeff Law  <law@redhat.com>
19959         PR tree-optimization/79007
19960         PR tree-optimization/67955
19961         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
19962         conservative for pt.null when flag_non_call_exceptions is on.
19964 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
19966         PR translation/79019
19967         PR translation/79020
19968         * params.def (PARAM_INLINE_MIN_SPEEDUP,
19969         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
19970         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
19971         in descriptions.
19972         * config/avr/avr.opt (maccumulate-args): Likewise.
19973         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
19974         * common.opt (freport-bug): Likewise.
19975         * cif-code.def (CIF_FINAL_ERROR): Likewise.
19976         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
19977         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
19978         translatable string.
19979         * config/i386/i386.c (function_value_32): Likewise.
19980         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
19981         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
19982         Likewise.
19983         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
19984         * common/config/msp430/msp430-common.c (msp430_handle_option):
19985         Likewise.
19986         * symtab.c (symtab_node::verify_base): Likewise.
19987         * opts.c (set_debug_level): Likewise.
19988         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
19989         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
19990         missing whitespace to translatable strings.
19991         * config/avr/avr.md (bswapsi2): Fix typo in comment.
19992         * config/sh/superh.h: Likewise.
19993         * config/i386/xopintrin.h: Likewise.
19994         * config/i386/znver1.md: Likewise.
19995         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
19996         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
19997         * double-int.h (struct double_int): Likewise.
19998         * double-int.c (div_and_round_double): Likewise.
19999         * wide-int.cc: Likewise.
20000         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
20001         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
20002         * cfgcleanup.c (crossjumps_occured): Renamed to ...
20003         (crossjumps_occurred): ... this.
20004         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
20005         Adjust all uses.
20007         PR tree-optimization/78899
20008         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
20009         returning bool return struct loop *, NULL for failure and the new
20010         loop on success.
20011         (versionable_outer_loop_p): Don't version outer loop if it has
20012         dont_vectorized bit set.
20013         (tree_if_conversion): When versioning outer loop, ensure
20014         tree_if_conversion is performed also on the inner loop of the
20015         non-vectorizable outer loop copy.
20016         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
20017         LOOP_VECTORIZED in inner loop of the scalar outer loop and
20018         prevent vectorization of it.
20019         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
20020         the outer loop vectorization of the non-scalar version is attempted
20021         before vectorization of the inner loop in scalar version.  If
20022         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
20023         vectorization of its inner loop.
20024         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
20025         has 2 inner loops, rename also on edges from bb whose single pred
20026         is outer_loop->header.  Fix typo in function comment.
20028 2017-01-09  Martin Sebor  <msebor@redhat.com>
20030         PR bootstrap/79033
20031         * asan.c (asan_emit_stack_protection): Increase local buffer size
20032         to avoid snprintf truncation warning.
20034 2017-01-09  Andrew Pinski  <apinski@cavium.com>
20036         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
20037         to reference thunderx2t99 for the tuning structure
20038         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
20039         Rename to ...
20040         (thunderx2t99_extra_costs): This.
20041         * config/aarch64/aarch64-tune.md: Regenerate.
20042         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
20043         (vulcan_addrcost_table): This.
20044         (vulcan_regmove_cost): Rename to ...
20045         (thunderx2t99_regmove_cost): This.
20046         (vulcan_vector_cost): Rename to ...
20047         (thunderx2t99_vector_cost): this.
20048         (vulcan_branch_cost): Rename to ...
20049         (thunderx2t99_branch_cost): This.
20050         (vulcan_tunings): Rename to ...
20051         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
20052         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
20054 2017-01-09  Martin Jambor  <mjambor@suse.cz>
20056         PR ipa/78365
20057         PR ipa/78599
20058         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
20059         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
20060         (propagate_vr_accross_jump_function): Use the above function for all
20061         value range computations for pass-through jump functions and type
20062         converasion from explicit value range values.
20063         (ipcp_propagate_stage): Do not attempt to deduce types of formal
20064         parameters from TYPE_ARG_TYPES.
20065         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
20066         (ipa_write_node_info): Stream type of the actual argument.
20067         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
20069 2017-01-09  Martin Liska  <mliska@suse.cz>
20071         PR pch/78970
20072         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
20073         (lookup_compiler): Do not show error message with have_E.
20075 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
20077         PR tree-optimization/78938
20078         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
20079         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
20080         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
20081         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
20082         fixes.
20084 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20086         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
20087         is const0_rtx.
20089 2017-01-09  Richard Biener  <rguenther@suse.de>
20091         PR tree-optimization/78997
20092         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
20093         name condition properly.
20095 2017-01-09  Richard Biener  <rguenther@suse.de>
20097         PR debug/79000
20098         * dwarf2out.c (is_cxx): New overload with context.
20099         (is_naming_typedef_decl): Use it.
20101 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
20103         * invoke.texi (Option Summary): Correct spacing in option lists
20104         and add line breaks to fix over-long lines.
20106 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
20108         PR middle-end/17660
20110         * extend.texi (Common Variable Attributes): Add xref to GCC
20111         Internals manual to explain mode attribute keywords.
20113 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
20115         PR other/16519
20116         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
20117         and Preprocessor Options.
20118         (Options for Linking): Document -pthread here....
20119         (RS/6000 and PowerPC Options): ...not here.
20120         (Solaris 2 Options): ...or here.
20121         * doc/cppopts.texi: Document -pthread.
20123 2017-01-08  Martin Sebor  <msebor@redhat.com>
20125         PR middle-end/77708
20126         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
20127         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
20128         New member functions.
20129         (format_directive): Used them.
20130         (add_bytes): Same.
20131         (pass_sprintf_length::handle_gimple_call): Same.
20132         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
20133         to avoid truncation for any argument.
20134         (extract_affine_mul): Same.
20135         * tree.c (get_file_function_name): Same.
20137 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
20139         PR middle-end/77484
20140         * predict.def (PRED_INDIR_CALL): Set to 86.
20142 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
20144         PR preprocessor/54124
20145         * doc/cppopts.texi: Reformat -d subtable to list the full name
20146         of the options.  Add cross-reference to the docs for the general
20147         compiler -d options.
20148         * doc/invoke.texi (Developer Options): Add cross-reference to the
20149         preprocessor-specific -d option documentation.
20151 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
20153         PR preprocessor/13498
20154         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
20155         redudant material, and reflect new command-line options.
20156         (System Headers): Likewise.
20158 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
20160         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
20161         -isystem, and -idirafter.  Copy-edit.
20162         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
20163         default for -ftrack-macro-expansion.  Delete obsolete and
20164         badly-formatted implementation details about -fdebug-cpp output.
20165         * doc/cppwarnopts.texi: Copy-edit.
20167 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
20169         PR c++/72803
20170         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
20171         that the transition from a max line width >= 1<<10 to narrower
20172         lines works correctly.
20174 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
20176         * doc/options.texi (PerFunction): New.
20177         * opt-functions.awk (switch_flags): Map both Optimization and
20178         PerFunction to CL_OPTIMIZATION.
20179         * opth-gen.awk: Test for PerFunction flag along with
20180         Optimization.
20181         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
20182         it only when the latter is present.  Skip those that don't in
20183         the hash function generator.
20184         * common.opt (fvar-tracking): Mark as PerFunction instead of
20185         Optimization.
20186         (fvar-tracking-assignments): Likewise.
20187         (fvar-tracking-assignments-toggle): Likewise.
20188         (fvar-tracking-uninit): Likewise.
20190 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
20192         PR translation/79018
20193         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
20194         the and store.
20196 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
20198         PR target/57583
20199         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
20200         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
20201         TARGET_LONG_JUMP_TABLE_OFFSETS.
20202         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
20203         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
20204         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
20205         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
20206         * config/m68k/m68k.md (tablejump expander): Likewise.
20207         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
20208         TARGET_LONG_JUMP_TABLE_OFFSETS.
20209         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
20210         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
20212 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
20213             David Holsgrove <david.holsgrove@xilinx.com>
20215         * common/config/microblaze/microblaze-common.c
20216         (TARGET_EXCEPT_UNWIND_INFO): Remove.
20217         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
20218         New prototype.
20219         * config/microblaze/microblaze.c (microblaze_must_save_register)
20220         (microblaze_expand_epilogue, microblaze_return_addr): Handle
20221         calls_eh_return.
20222         (microblaze_eh_return): New function.
20223         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
20224         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
20225         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
20226         * config/microblaze/microblaze.md (eh_return): New pattern.
20228 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
20230         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
20231         GCC_DIAGNOSTIC_STRINGIFY): Define.
20233         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
20235 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20237         * config/arm/arm.md (<mcrr>): New.
20238         (<mrrc>): New.
20239         * config/arm/arm.c (arm_arch5te): New.
20240         (arm_option_override): Set arm_arch5te.
20241         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
20242         and mrrc2.
20243         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
20244         (arm_mcrr_qualifiers): ... this. New.
20245         (MRRC_QUALIFIERS): Define to...
20246         (arm_mrrc_qualifiers): ... this. New.
20247         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
20248         __arm_mrrc2): New.
20249         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
20250         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
20251         (MRRCI, mrrc, MRRC): New.
20252         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
20253         VUNSPEC_MRRC2): New.
20255 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20257         * config/arm/arm.md (<mcr>): New.
20258         (<mrc>): New.
20259         * config/arm/arm.c (arm_coproc_builtin_available): Add
20260         support for mcr, mrc, mcr2 and mrc2.
20261         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
20262         (arm_mcr_qualifiers): ... this. New.
20263         (MRC_QUALIFIERS): Define to ...
20264         (arm_mrc_qualifiers): ... this. New.
20265         (MCR_QUALIFIERS): Define to ...
20266         (arm_mcr_qualifiers): ... this. New.
20267         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
20268         __arm_mrc2): New.
20269         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
20270         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
20271         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
20272         VUNSPEC_MRC2): New.
20274 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20276         * config/arm/arm.md (*ldc): New.
20277         (*stc): New.
20278         (<ldc>): New.
20279         (<stc>): New.
20280         * config/arm/arm.c (arm_coproc_builtin_available): Add
20281         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
20282         (arm_coproc_ldc_stc_legitimate_address): New.
20283         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
20284         'qualifier_const_pointer'.
20285         (LDC_QUALIFIERS): Define to...
20286         (arm_ldc_qualifiers): ... this. New.
20287         (STC_QUALIFIERS): Define to...
20288         (arm_stc_qualifiers): ... this. New.
20289         * config/arm/arm-protos.h
20290         (arm_coproc_ldc_stc_legitimate_address): New.
20291         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
20292         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
20293         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
20294         stc2, stcl, stc2l): New.
20295         * config/arm/constraints.md (Uz): New.
20296         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
20297         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
20298         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
20299         VUNSPEC_STC2L): New.
20301 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20303         * config/arm/arm.md (<cdp>): New.
20304         * config/arm/arm.c (neon_const_bounds): Rename this ...
20305         (arm_const_bounds): ... this.
20306         (arm_coproc_builtin_available): New.
20307         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
20308         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
20309         (CDP_QUALIFIERS): Define to...
20310         (arm_cdp_qualifiers): ... this. New.
20311         (void_UP): Define.
20312         (arm_expand_builtin_args): Add case for 6 arguments.
20313         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
20314         (arm_const_bounds): ... this.
20315         (arm_coproc_builtin_available): New.
20316         * config/arm/arm_acle.h (__arm_cdp): New.
20317         (__arm_cdp2): New.
20318         * config/arm/arm_acle_builtins.def (cdp): New.
20319         (cdp2): New.
20320         * config/arm/iterators.md (CDPI,CDP,cdp): New.
20321         * config/arm/neon.md: Rename all 'neon_const_bounds' to
20322         'arm_const_bounds'.
20323         * config/arm/types.md (coproc): New.
20324         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
20325         * doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
20326         * doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
20327         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
20329 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20331         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
20332         (UBINOP_QUALIFIERS): New.
20333         (si_UP): Define.
20334         (acle_builtin_data): New. Change comment.
20335         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
20336         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
20337         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
20338         arm_acle_builtins.def.
20339         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
20340         (arm_init_acle_builtins): New.
20341         (CRC32_BUILTIN): Remove.
20342         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
20343         crc32cb, crc32ch and crc32cw.
20344         (arm_init_crc32_builtins): Remove.
20345         (arm_init_builtins): Use arm_init_acle_builtins rather
20346         than arm_init_crc32_builtins.
20347         (arm_expand_acle_builtin): New.
20348         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
20349         * config/arm/arm_acle_builtins.def: New.
20351 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
20353         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
20354         (arm_builtin_datum): ... this.
20355         (arm_init_neon_builtin): Rename to ...
20356         (arm_init_builtin): ... this. Add a new parameters PREFIX
20357         and USE_SIG_IN_NAME.
20358         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
20359         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
20360         'arm_builtin_datum'.
20361         (arm_init_vfp_builtins): Likewise.
20362         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
20363         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
20364         (arm_expand_neon_args): Rename to ...
20365         (arm_expand_builtin_args): ... this. Rename builtin_arg
20366         enum values and differentiate between ARG_BUILTIN_MEMORY
20367         and ARG_BUILTIN_NEON_MEMORY.
20368         (arm_expand_neon_builtin_1): Rename to ...
20369         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
20370         values, arm_expand_builtin_args and add bool parameter NEON.
20371         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
20372         (arm_expand_vfp_builtin): Likewise.
20373         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
20375 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
20377         PR middle-end/77484
20378         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
20379         * predict.c (tree_estimate_probability_bb): Reverse direction of
20380         polymorphic call predictor.
20382 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
20384         * passes.c (execute_one_pass): Split out pass-skipping logic into...
20385         (determine_pass_name_match): ...this new function and...
20386         (should_skip_pass_p): ...this new function.
20388 2017-01-06  Nathan Sidwell  <nathan@acm.org>
20390         * ipa-visibility.c (function_and_variable_visibility): Reformat
20391         comments and long lines.  Remove extrneous if.
20392         * symtab.c (symtab_node::make_decl_local): Fix code format.
20393         (symtab_node::set_section_for_node): Fix comment typo.
20395 2017-01-06  Martin Liska  <mliska@suse.cz>
20397         PR bootstrap/79003
20398         * lra-constraints.c: Rename invariant to lra_invariant.
20399         * predict.c (set_even_probabilities): Initialize e to NULL.
20401 2017-01-05  Martin Sebor  <msebor@redhat.com>
20403         PR tree-optimization/78910
20404         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
20405         (format_integer): Correct off-by-one error in the handling
20406         of precision with negative numbers in signed conversions..
20408 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
20410         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
20412 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
20414         PR tree-optimization/71016
20415         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
20416         factor_out_conditional_conversion.  Formatting fix.
20417         (factor_out_conditional_conversion): Add cond_stmt argument.
20418         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
20419         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
20420         Formatting fix.
20422 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
20424         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
20425         read-rtl-function.o, and selftest-rtl.o.
20426         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
20427         (selftest::aarch64_test_loading_full_dump): New function.
20428         (selftest::aarch64_run_selftests): New function.
20429         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
20430         selftest::aarch64_run_selftests.
20431         * config/i386/i386.c
20432         (selftest::ix86_test_loading_dump_fragment_1): New function.
20433         (selftest::ix86_test_loading_call_insn): New function.
20434         (selftest::ix86_test_loading_full_dump): New function.
20435         (selftest::ix86_test_loading_unspec): New function.
20436         (selftest::ix86_run_selftests): Call the new functions.
20437         * emit-rtl.c (maybe_set_max_label_num): New function.
20438         * emit-rtl.h (maybe_set_max_label_num): New decl.
20439         * function.c (instantiate_decls): Guard call to
20440         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
20441         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
20442         "static".
20443         * gensupport.c (gen_reader::gen_reader): Pass "false"
20444         for new "compact" param of rtx_reader.
20445         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
20446         rather than an empty string for NULL strings.
20447         * read-md.c: Potentially include config.h rather than bconfig.h.
20448         Wrap include of errors.h with #ifdef GENERATOR_FILE.
20449         (have_error): New global, copied from errors.c.
20450         (md_reader::read_name): Rename to...
20451         (md_reader::read_name_1): ...this, adding "out_loc" param,
20452         and converting "missing name or number" to returning false, rather
20453         than failing.
20454         (md_reader::read_name): Reimplement in terms of read_name_1.
20455         (md_reader::read_name_or_nil): New function.
20456         (md_reader::read_string): Handle "(nil)" by returning NULL.
20457         (md_reader::md_reader): Add new param "compact".
20458         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
20459         (md_reader::read_file): New method.
20460         * read-md.h (md_reader::md_reader): Add new param "compact".
20461         (md_reader::read_file): New method.
20462         (md_reader::is_compact): New accessor.
20463         (md_reader::read_name): Convert return type from void to file_location.
20464         (md_reader::read_name_or_nil): New decl.
20465         (md_reader::read_name_1): New decl.
20466         (md_reader::m_compact): New field.
20467         (noop_reader::noop_reader): Pass "false" for new "compact" param
20468         of rtx_reader.
20469         (rtx_reader::rtx_reader): Add new "compact" param.
20470         (rtx_reader::read_rtx_operand): Make virtual and convert return
20471         type from void to rtx.
20472         (rtx_reader::read_until): New decl.
20473         (rtx_reader::handle_any_trailing_information): New virtual function.
20474         (rtx_reader::postprocess): New virtual function.
20475         (rtx_reader::finalize_string): New virtual function.
20476         (rtx_reader::m_in_call_function_usage): New field.
20477         (rtx_reader::m_reuse_rtx_by_id): New field.
20478         * read-rtl-function.c: New file.
20479         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
20480         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
20481         (selftest::verify_three_block_rtl_cfg): New decl.
20482         * read-rtl-function.h: New file.
20483         * read-rtl.c: Potentially include config.h rather than bconfig.h.
20484         For host, include function.h, memmodel.h, and emit-rtl.h.
20485         (one_time_initialization): New function.
20486         (struct compact_insn_name): New struct.
20487         (compact_insn_names): New array.
20488         (find_code): Handle insn codes in compact dumps.
20489         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
20490         (bind_subst_iter_and_attr): Likewise.
20491         (add_condition_to_string): Likewise.
20492         (add_condition_to_rtx): Likewise.
20493         (apply_attribute_uses): Likewise.
20494         (add_current_iterators): Likewise.
20495         (apply_iterators): Likewise.
20496         (initialize_iterators): Guard usage of apply_subst_iterator with
20497         #ifdef GENERATOR_FILE.
20498         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
20499         (md_reader::read_mapping): Likewise.
20500         (add_define_attr_for_define_subst): Likewise.
20501         (add_define_subst_attr): Likewise.
20502         (read_subst_mapping): Likewise.
20503         (check_code_iterator): Likewise.
20504         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
20505         logic to...
20506         (one_time_initialization): New function.
20507         (rtx_reader::read_until): New method.
20508         (read_flags): New function.
20509         (parse_reg_note_name): New function.
20510         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
20511         Handle reuse_rtx ids.
20512         Wrap iterator lookup within #ifdef GENERATOR_FILE.
20513         Add parsing support for RTL dumps, mirroring the special-cases in
20514         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
20515         values, and calling handle_any_trailing_information.
20516         (rtx_reader::read_rtx_operand): Convert return type from void
20517         to rtx, returning return_rtx.  Handle case 'e'.  Call
20518         finalize_string on XSTR and XTMPL fields.
20519         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
20520          "(nil)" values were omitted.  Call the postprocess vfunc on the
20521         return_rtx.
20522         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
20523         class ctor.  Initialize m_in_call_function_usage.  Call
20524         one_time_initialization.
20525         * rtl-tests.c (selftest::test_uncond_jump): Call
20526         set_new_first_and_last_insn.
20527         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
20528         * selftest-rtl.c: New file.
20529         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
20530         (selftest::get_insn_by_uid): New decl.
20531         * selftest-run-tests.c (selftest::run_tests): Call
20532         read_rtl_function_c_tests.
20533         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
20534         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
20535         dumps.
20537 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
20539         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
20540         operands in a special way.  Assert that pos+len <= mode precision.
20542 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
20544         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
20545         3 argument Alias with unlimited for the negative form.
20546         (fno-vect-cost-model): Removed.
20548 2017-01-05  Martin Liska  <mliska@suse.cz>
20550         * hsa-gen.c (gen_hsa_divmod): New function.
20551         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
20553 2017-01-05  Martin Liska  <mliska@suse.cz>
20555         PR pch/78970
20556         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
20557         header.
20559 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20561         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
20562         small constant length operands.
20564 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20566         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
20567         between loop iterations.
20569 2017-01-05  Martin Liska  <mliska@suse.cz>
20571         PR sanitizer/78815
20572         * gimplify.c (gimplify_decl_expr): Compare to
20573         asan_poisoned_variables instread of checking flags.
20574         (gimplify_target_expr): Likewise.
20575         (gimplify_expr): Likewise.
20576         (gimplify_function_tree): Conditionally initialize
20577         asan_poisoned_variables.
20579 2017-01-04  Jeff Law  <law@redhat.com>
20581         PR tree-optimizatin/78812
20582         * rtl.h (contains_mem_rtx_p): Prototype.
20583         * ifcvt.c (containts_mem_rtx_p): Move from here to...
20584         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
20585         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
20586         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
20587         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
20589 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
20591         * input.c (assert_char_at_range): Default-initialize actual_range.
20593 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
20595         * df-scan.c (df_ref_create_structure): Make regno unsigned,
20596         to match the caller.
20598 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
20600         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
20601         insns after final jump in test to emit dummy move.
20603 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
20605         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
20606         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
20608 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
20610         * multiple_target.c (create_dispatcher_calls): Init e_next.
20611         * tree-ssa-loop-split.c (split_loop): Init border.
20612         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
20613         scalar_type.
20615 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
20617         PR target/71977
20618         PR target/70568
20619         PR target/78823
20620         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
20621         (altivec_register_operand): Do not return true if the operand
20622         contains a SUBREG mixing SImode and SFmode.
20623         (vsx_register_operand): Likewise.
20624         (vsx_reg_sfsubreg_ok): New predicate.
20625         (vfloat_operand): Do not return true if the operand contains a
20626         SUBREG mixing SImode and SFmode.
20627         (vint_operand): Likewise.
20628         (vlogical_operand): Likewise.
20629         (gpc_reg_operand): Likewise.
20630         (int_reg_operand): Likewise.
20631         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
20632         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
20633         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
20634         SImode and SFmode.
20635         (rs6000_emit_move_si_sf_subreg): New helper function.
20636         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
20637         fixup SUBREGs involving SImode and SFmode.
20638         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
20639         numbers for the new peephole2 optimization.
20640         (peephole2 for SFmode unions): New peephole2 to optimize cases in
20641         the GLIBC math library that do AND/IOR/XOR operations on single
20642         precision floating point.
20643         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
20644         target macros to say whether we need to avoid SUBREGs mixing
20645         SImode and SFmode.
20646         (TARGET_ALLOW_SF_SUBREG): Likewise.
20647         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
20648         (UNSPEC_SI_FROM_SF): Likewise.
20649         (iorxor): Change spacing.
20650         (and_ior_xor): New iterator for AND, IOR, and XOR.
20651         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
20652         (movdi_from_sf_zero_ext): Likewise.
20653         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
20654         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
20655         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
20656         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
20657         (fms<mode>4): Likewise.
20658         (fnma<mode>4): Likewise.
20659         (fnms<mode>4): Likewise.
20660         (nfma<mode>4): Likewise.
20661         (nfms<mode>4): Likewise.
20663 2017-01-04  Marek Polacek  <polacek@redhat.com>
20665         PR c++/64767
20666         * doc/invoke.texi: Document -Wpointer-compare.
20668 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
20670         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
20671         RejectNegative.
20673         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
20674         descriptions for -gdwarf-5 and emit them as uleb128 instead of
20675         2-byte data.
20677 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20679         PR target/78056
20680         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
20681         documentation of the powerpc_popcntb_ok attribute.
20682         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
20683         code to issue warning messages if a requested CPU configuration is
20684         not supported by the binary (assembler and loader) toolchain.
20685         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
20686         made to define a built-in function that has been disabled.
20687         (paired_init_builtins): Add assertion to prevent ICE if attempt is
20688         made to define a built-in function that has been disabled.
20689         (altivec_init_builtins): Add comment explaining why definition
20690         of the DST built-in functions is not preceded by an assertion
20691         check.  Add assertions to prevent ICE if attempts are made to
20692         define an altivec predicate or an abs* built-in function that has
20693         been disabled.
20694         (htm_init_builtins): Add comment explaining why definition of the
20695         htm built-in functions is not preceded by an assertion check.
20697 2017-01-04  Jeff Law  <law@redhat.com>
20699         PR tree-optimizatin/67955
20700         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
20701         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
20702         the points-to solution does not include pt_null.  Use DECL_PT_UID
20703         unconditionally.
20705 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
20707         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
20708         Use gen_int_mode instead of gen_lopwart for const_int operands.
20710 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
20712         PR tree-optimization/71563
20713         * match.pd: Simplify X << Y into X if Y is known to be 0 or
20714         out of range value - has low bits known to be zero.
20716 2017-01-04  Alan Modra  <amodra@gmail.com>
20718         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
20719         * configure: Regenerate.
20720         * config.in: Regenerate.
20722 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
20724         PR bootstrap/77569
20725         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
20726         a substring of the message, but strcmp with the whole message.  Ifdef
20727         ENABLE_NLS, translate the message first using dgettext.
20729 2017-01-03  Jeff Law  <law@redhat.com>
20731         PR tree-optimizatin/78856
20732         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
20733         (mark_threaded_blocks): Remove code to truncate thread paths that
20734         cross multiple loop headers.  Instead invalidate the cached loop
20735         iteration information and handle case of a thread path walking
20736         into an irreducible region.
20738 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
20740         PR target/78900
20741         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
20742         assertions.  Add support for doing the signbit if the IEEE 128-bit
20743         floating point value is in a GPR.
20744         * config/rs6000/rs6000.md (Fsignbit): Delete.
20745         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
20746         Update the length attribute if the value is in a GPR.
20747         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
20748         the sign or zero extension instruction, since the value is always 0/1.
20749         (signbit<mode>2_dm2): Delete using <Fsignbit>.
20751         PR target/78953
20752         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
20753         extracting SImode to a GPR register so that we can generate a
20754         store, limit the vector to be in a traditional Altivec register
20755         for the vextuwrx instruction.
20757 2017-01-03  Ian Lance Taylor  <iant@google.com>
20759         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
20761 2017-01-03  Martin Sebor  <msebor@redhat.com>
20763         PR tree-optimization/78696
20764         * gimple-ssa-sprintf.c (format_floating): Correct handling of
20765         precision.  Use MPFR for %f for greater fidelity.  Correct handling
20766         of %g.
20767         (pass_sprintf_length::compute_format_length): Set width and precision
20768         specified by asrerisk to void_node for vararg functions.
20769         (try_substitute_return_value): Adjust dump output.
20771 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
20773         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
20775 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
20777         * doc/invoke.texi (SPARC options): Document -mlra as the default.
20778         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
20779         -mlra/-mno-lra was passed to the compiler.
20781 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
20783         PR rtl-optimization/65618
20784         * emit-rtl.c (try_split): Move initialization of "before" and
20785         "after" to just before the call to emit_insn_after_setloc.
20787 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
20789         * doc/md.texi (Standard Names): Remove reference to Java frontend.
20791 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
20793         * dwarf2out.c (gen_enumeration_type_die): When
20794         -gno-strict-dwarf, add a DW_AT_encoding attribute.
20796 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
20798         PR tree-optimization/78965
20799         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
20800         Change first argument from const call_info & to call_info &.  For %n
20801         set info.nowrite to false.
20803         PR middle-end/78901
20804         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
20805         possibly throwing calls.
20807         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
20808         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
20809         and fns handling, rather than in a separate case SSA_NAME.
20811 2017-01-02  Jeff Law  <law@redhat.com>
20813         * config/darwin-driver.c (darwin_driver_init): Const-correctness
20814         fixes for first_period and second_period variables.
20816 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
20818         PR target/78967
20819         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
20820         (*insvqi_1): New insn pattern.
20821         (*insvqi_1_mem_rex64): Ditto.
20822         (*insvqi_2): Ditto.
20823         (*insvqi_3): Rename from *insvqi.
20825         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
20827 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
20829         * doc/cfg.texi (Edges): Remove reference to Java.
20830         (Maintaining the CFG): Ditto.
20832 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
20834         PR middle-end/77674
20835         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
20836         transparent aliases.
20838 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
20840         PR middle-end/77484
20841         * predict.def (PRED_CALL): Update hitrate.
20842         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
20843         * predict.c (tree_estimate_probability_bb): Split CALL predictor
20844         into direct/indirect/polymorphic variants.
20846 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
20848         Update copyright years.
20850         * gcc.c (process_command): Update copyright notice dates.
20851         * gcov-dump.c (print_version): Ditto.
20852         * gcov.c (print_version): Ditto.
20853         * gcov-tool.c (print_version): Ditto.
20854         * gengtype.c (create_file): Ditto.
20855         * doc/cpp.texi: Bump @copying's copyright year.
20856         * doc/cppinternals.texi: Ditto.
20857         * doc/gcc.texi: Ditto.
20858         * doc/gccint.texi: Ditto.
20859         * doc/gcov.texi: Ditto.
20860         * doc/install.texi: Ditto.
20861         * doc/invoke.texi: Ditto.
20863 Copyright (C) 2017 Free Software Foundation, Inc.
20865 Copying and distribution of this file, with or without modification,
20866 are permitted in any medium without royalty provided the copyright
20867 notice and this notice are preserved.