[1/2] Add get_next_strinfo helper function
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
2
3         * tree-ssa-strlen.c (get_next_strinfo): New function.
4         (get_stridx_plus_constant): Use it.
5         (zero_length_string): Likewise.
6         (adjust_related_strinfos): Likewise.
7         (adjust_last_stmt): Likewise.
8
9 2017-05-31  Richard Biener  <rguenther@suse.de>
10
11         PR target/80880
12         * config/i386/i386.c (ix86_expand_builtin): Remove assert
13         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
14
15 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
16
17         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
18         loop_vinfo argument and use of dependence distance vectors.
19         Check instead whether the two references differ only in their
20         initial value and assume that they have the same alignment if the
21         difference is a multiple of the vector alignment.
22         (vect_analyze_data_refs_alignment): Update call accordingly.
23
24 2017-05-31  Martin Liska  <mliska@suse.cz>
25
26         PR target/79155
27         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
28
29 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
30
31         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
32         (create_intersect_range_checks): Move from ...
33         * tree-data-ref.c (create_intersect_range_checks_index)
34         (create_intersect_range_checks): ... to here.
35         (create_runtime_alias_checks): New function factored from ...
36         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
37         here.  Call above function.
38         * tree-data-ref.h (create_runtime_alias_checks): New function.
39
40 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
41
42         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
43         segment length for dr_b and compute it in wide_int.
44
45 2017-05-31  Richard Biener  <rguenther@suse.de>
46
47         PR tree-optimization/80906
48         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
49         and pass through iv_map.
50         (copy_bb_and_scalar_dependences): Adjust.
51         (translate_pending_phi_nodes): Likewise.
52         (copy_loop_close_phi_args): Handle code-generating IVs instead
53         of ICEing.
54
55 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
56
57         * diagnostic-color.c (color_dict): Add "type-diff".
58         (parse_gcc_colors): Update comment.
59         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
60         -fdiagnostics-show-template-tree and -fno-elide-type.
61         (GCC_COLORS): Add type-diff to example.
62         (type-diff=): New.
63         (-fdiagnostics-show-template-tree): New.
64         (-fno-elide-type): New.
65         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
66         the pp_format_decoder callback.  Call any m_format_postprocessor's
67         "handle" method.
68         (pretty_printer::pretty_printer): Initialize
69         m_format_postprocessor.
70         (pretty_printer::~pretty_printer): Delete any
71         m_format_postprocessor.
72         * pretty-print.h (printer_fn): Add bool and const char **
73         parameters.
74         (class format_postprocessor): New class.
75         (struct pretty_printer::format_decoder): Document the new
76         parameters.
77         (struct pretty_printer::m_format_postprocessor): New field.
78         * tree-diagnostic.c (default_tree_printer): Update for new
79         bool and const char ** params.
80         * tree-diagnostic.h (default_tree_printer): Likewise.
81
82 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
83
84         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
85         (lwa_operand): Delete rs6000_gen_cell_microcode test.
86         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
87         rs6000_gen_cell_microcode code.
88         (rs6000_final_prescan_insn): Delete.
89         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
90         "warn-cell-microcode" entries.
91         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
92         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
93         throughout.  Change cc_reg_not_micro_cr0_operand to
94         cc_reg_not_cr0_operand throughout.
95         (*extendhi<mode>2_noload): Delete.
96         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
97         (mwarn-cell-microcode): Delete.
98         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
99         -mgen-cell-microcode and -mwarn-cell-microcode.
100
101 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
102
103         PR target/80833
104         * config/i386/constraints.md (Yd): New constraint.
105         (Ye): Ditto.
106         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
107         and (?Yd, r) alternatives.  Update insn attributes.
108         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
109         and (?*Yd, r) alternatives.  Update insn attributes.
110         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
111
112 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
113
114         * gimplify.c (gimplify_modify_expr): Don't create a
115         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
116         function.
117
118 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
119
120         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
121
122 2017-05-30  Richard Biener  <rguenther@suse.de>
123
124         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
125         and reduc_def fields.
126         (STMT_VINFO_REDUC_TYPE): New define.
127         (STMT_VINFO_REDUC_DEF): Likewise.
128         (vect_force_simple_reduction): Adjust prototype.
129         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
130         (vect_is_simple_reduction): Remove check_reduction argument.
131         (vect_force_simple_reduction): Adjust and set
132         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
133         (vectorizable_reduction): Do not re-do reduction analysis
134         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
135         * tree-parloops.c (gather_scalar_reductions): Adjust.
136
137 2017-05-30  Richard Biener  <rguenther@suse.de>
138
139         PR middle-end/80901
140         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
141         split_edge code.
142
143 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
144
145         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
146         Introduce unknown_misalignment parameter and remove vf.
147         (vect_peeling_hash_get_lowest_cost):
148         Pass unknown_misalignment parameter.
149         (vect_enhance_data_refs_alignment):
150         Fix unsupportable data ref treatment.
151
152 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
153
154         * tree-vect-data-refs.c (vect_get_data_access_cost):
155         Workaround for SLP handling.
156         (vect_enhance_data_refs_alignment):
157         Compute costs for doing no peeling at all, compare to the best
158         peeling costs so far and avoid peeling if cheaper.
159
160 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
161
162         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
163         Return peeling info and set costs to zero for unlimited cost
164         model.
165         (vect_enhance_data_refs_alignment): Also inspect all datarefs
166         with unknown misalignment. Compute and costs for unknown
167         misalignment, compare them to the costs for known misalignment
168         and choose the cheapest for peeling.
169
170 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
171
172         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
173         (vect_get_peeling_costs_all_drs): Create function.
174         (vect_peeling_hash_get_lowest_cost):
175         Use vect_get_peeling_costs_all_drs.
176         (vect_peeling_supportable): Create function.
177         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
178
179 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
180
181         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
182         DR_HAS_NEGATIVE_STEP.
183         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
184         (vect_enhance_data_refs_alignment): Use.
185         (vect_duplicate_ssa_name_ptr_info): Use.
186         * tree-vectorizer.h (dr_misalignment): Use.
187         (known_alignment_for_access_p): Use.
188
189 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
190
191         PR target/78838
192         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
193         .lowtext.
194         (has_section_name): New function.
195
196 2017-05-30  Martin Liska  <mliska@suse.cz>
197
198         PR other/80909
199         * auto-profile.c (get_function_decl_from_block): Fix
200         parenthesis.
201
202 2017-05-30  Richard Biener  <rguenther@suse.de>
203
204         PR middle-end/80876
205         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
206
207 2017-05-30  Martin Liska  <mliska@suse.cz>
208
209         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
210         * dumpfile.h (struct dump_file_info): Remove ctors.
211
212 2017-05-30  Martin Liska  <mliska@suse.cz>
213
214         * predict.def: Fix GNU coding style.
215
216 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
217
218         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
219         Mark 'to' argument with ATTRIBUTE_UNUSED.
220
221 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
222
223         * config/xtensa/xtensa.c (xtensa_emit_call): Use
224         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
225         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
226         format string.
227
228 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
229
230         * doc/install.texi (Options specification): Restore entry of
231         --enable-sjlj-exceptions.
232
233 2017-05-27  Michael Eager  <eager@eagercon.com>
234
235         Revert:
236         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
237
238         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
239
240         * config/microblaze/microblaze.h
241         (FIXED_REGISTERS): Update in macro.
242         (CALL_USED_REGISTERS): Update in macro.
243
244 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
245
246         * doc/install.texi: Add links to macOS binary distributions.
247
248 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
249
250         PR bootstrap/80887
251         Revert:
252         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
253
254         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
255
256 2017-05-26  Martin Liska  <mliska@suse.cz>
257
258         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
259
260 2017-05-26  Martin Liska  <mliska@suse.cz>
261
262         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
263         always leading ';; '.
264         (dump_bb_info): Likewise.
265         (brief_dump_cfg): Likewise.
266         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
267         * dumpfile.c: Remove usage of TDF_VERBOSE.
268         * dumpfile.h (enum dump_kind): Likewise.
269         (dump_gimple_bb_header): Do not use TDF_COMMENT.
270         * print-tree.c (debug_verbose): Remove.
271         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
272         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
273         * tree-diagnostic.c (default_tree_printer): Replace
274         TDF_DIAGNOSTIC with TDF_SLIM.
275
276 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
277
278         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
279         in parameter loop, rather than loop_vinfo.
280         (create_intersect_range_checks): Ditto.
281         (vect_create_cond_for_alias_checks): Update call to above functions.
282
283 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
284
285         PR tree-optimization/80815
286         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
287         for merging runtime alias checks.  Handle negative DR_STEPs.
288
289 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
290
291         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
292         Move from ...
293         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
294         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
295         out code pruning runtime alias checks.
296         * tree-data-ref.c (prune_runtime_alias_test_list): New function
297         factored out from above.
298         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
299         Move from ...
300         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
301         ... to here.
302         (prune_runtime_alias_test_list): New decalaration.
303
304 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
305
306         * tree-vect-data-refs.c (compare_tree): Rename and move ...
307         * tree-data-ref.c (data_ref_compare_tree): ... to here.
308         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
309         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
310         (operator==, comp_dr_with_seg_len_pair): Ditto.
311         (vect_prune_runtime_alias_test_list): Ditto.
312
313 2017-05-26  Martin Liska  <mliska@suse.cz>
314
315         PR ipa/80663
316         * params.def: Bound partial-inlining-entry-probability param.
317
318 2017-05-26  Marek Polacek  <polacek@redhat.com>
319
320         PR sanitizer/80875
321         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
322         can be negated.
323
324 2017-05-26  Richard Biener  <rguenther@suse.de>
325
326         PR tree-optimization/80842
327         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
328         value.
329
330 2017-05-26  Richard Biener  <rguenther@suse.de>
331
332         PR tree-optimization/80844
333         * tree-vectorizer.c (adjust_simduid_builtins): Propagate
334         results.
335
336 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
337
338         * doc/md.texi (Machine Constraints): Update x86 family
339         machine constraints section to match 'config/i386/constraints.md'.
340
341 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
342
343         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
344
345 2017-05-25  Nathan Sidwell  <nathan@acm.org>
346
347         * doc/invoke.texi (--enable-languages): Update documentation.
348
349 2017-05-25  Martin Liska  <mliska@suse.cz>
350
351         * dumpfile.c: Add TDF_FOLDING.
352         * dumpfile.h (enum dump_kind): Likewise.
353         * genmatch.c (dt_simplify::gen_1): Use it.
354
355 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
356
357         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
358
359 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
360
361         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
362         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
363
364 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
365
366         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
367         * match.pd (X == C): Rewrite it here.
368         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
369         with_certain_nonzero_bits2): New predicates.
370         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
371
372 2017-05-24  Nathan Sidwell  <nathan@acm.org>
373
374         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
375         avoid warning.
376
377         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
378         warning.
379
380 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
381
382         * config/powerpcspe: New port.  Files are copied from the rs6000
383         port, with "rs6000" in filenames replaced by "powerpcspe".
384
385 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
386
387         PR rtl-optimization/80754
388         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
389
390 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
391
392         * config/sparc/sparc.md (length): Return the correct value for -mflat
393         sibcalls to match output_sibcall.
394
395 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
396
397         PR bootstrap/80860
398         PR bootstrap/80843
399         * config/rs6000/rs6000.c (struct machine_function): Add new field
400         n_components.
401         (rs6000_get_separate_components): Init that field, use it.
402         (rs6000_components_for_bb): Use the field.
403
404 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
405
406         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
407
408 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
409
410         PR middle-end/80823
411         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
412
413 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
414
415         PR target/80725
416         * config/s390/s390.c (s390_check_qrst_address): Check incoming
417         address against address_operand predicate.
418         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
419
420 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
421
422         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
423         parameters passed indirectly.
424
425 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
426
427         * config/i386/i386.md (*movdi_internal): Remove SSE4
428         alternative 18 (?r, *v).  Update insn attributes.
429         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
430         Update insn attributes.
431         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
432         Update insn attributes.
433         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
434         alternative 1 (r, v). Remove isa attribute.
435         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
436         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
437         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
438
439 2017-05-23  Tom de Vries  <tom@codesourcery.com>
440
441         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
442         dg-line directive.
443
444 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
445
446         * cgraphunit.c (symbol_table::process_new_functions): Update.
447         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
448         (inline_generate_summary): Rename to ...
449         (ipa_fn_summary_generate): ... this one.
450         (inline_read_summary): Rename to ...
451         (ipa_fn_summary_read): ... this one.
452         (inline_write_summary): Rename to ...
453         (ipa_fn_summary_write): ... this one.
454         (inline_free_summary): Rename to ...
455         (ipa_free_fn_summary): ... this one.
456         (pass_data_local_fn_summary, pass_local_fn_summary,
457         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
458         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
459         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
460         make_pass_ipa_fn_summary): New.
461         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
462         inline_write_summary, inline_free_summary): Remove.
463         (ipa_free_fn_summary) : New.
464         * ipa-inline.c (ipa_inline): Update.
465         (pass_ipa_inline): Do not generate summaries.
466         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
467         Remove.
468         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
469         and add pass_ipa_fn_summary.
470         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
471         New.
472         (make_pass_inline_parameters): Remove.
473
474 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
475
476         * omp-low.c (struct omp_context): Remove "default_kind" member.
477         Adjust all users.
478
479         * omp-offload.c (execute_oacc_device_lower): Remove the
480         parallelism dimensions function attributes for unparallelized
481         OpenACC kernels constructs.
482
483 2017-05-23  Martin Liska  <mliska@suse.cz>
484
485         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
486         functions.
487         (cgraph_edge::make_speculative): Likewise.
488         (cgraph_edge::resolve_speculation): Likewise.
489         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
490         (cgraph_node::dump): Likewise.
491         * cgraph.h: Likewise.
492         * cgraphunit.c (analyze_functions): Likewise.
493         (symbol_table::compile): Likewise.
494         * ipa-cp.c (print_all_lattices): Likewise.
495         (determine_versionability): Likewise.
496         (initialize_node_lattices): Likewise.
497         (ipcp_verify_propagated_values): Likewise.
498         (estimate_local_effects): Likewise.
499         (update_profiling_info): Likewise.
500         (create_specialized_node): Likewise.
501         (perhaps_add_new_callers): Likewise.
502         (decide_about_value): Likewise.
503         (decide_whether_version_node): Likewise.
504         (identify_dead_nodes): Likewise.
505         (ipcp_store_bits_results): Likewise.
506         * ipa-devirt.c (dump_targets): Likewise.
507         (ipa_devirt): Likewise.
508         * ipa-icf.c (sem_item::dump): Likewise.
509         (sem_function::equals): Likewise.
510         (sem_variable::equals): Likewise.
511         (sem_item_optimizer::read_section): Likewise.
512         (sem_item_optimizer::execute): Likewise.
513         (congruence_class::dump): Likewise.
514         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
515         (dump_inline_summary): Likewise.
516         (estimate_node_size_and_time): Likewise.
517         (inline_analyze_function): Likewise.
518         * ipa-inline-transform.c (inline_call): Likewise.
519         * ipa-inline.c (report_inline_failed_reason): Likewise.
520         (want_early_inline_function_p): Likewise.
521         (edge_badness): Likewise.
522         (update_edge_key): Likewise.
523         (inline_small_functions): Likewise.
524         * ipa-profile.c (ipa_profile): Likewise.
525         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
526         (ipa_make_edge_direct_to_target): Likewise.
527         (remove_described_reference): Likewise.
528         (ipa_impossible_devirt_target): Likewise.
529         (propagate_controlled_uses): Likewise.
530         (ipa_print_node_params): Likewise.
531         (ipcp_transform_function): Likewise.
532         * ipa-pure-const.c (pure_const_read_summary): Likewise.
533         (propagate_pure_const): Likewise.
534         * ipa-reference.c (generate_summary): Likewise.
535         (read_write_all_from_decl): Likewise.
536         (propagate): Likewise.
537         (ipa_reference_read_optimization_summary): Likewise.
538         * ipa-utils.c (ipa_merge_profiles): Likewise.
539         * ipa.c (walk_polymorphic_call_targets): Likewise.
540         (symbol_table::remove_unreachable_nodes): Likewise.
541         (ipa_single_use): Likewise.
542         * passes.c (execute_todo): Likewise.
543         * predict.c (drop_profile): Likewise.
544         * symtab.c (symtab_node::get_dump_name): New function.
545         (symtab_node::dump_name): Likewise.
546         (symtab_node::dump_asm_name): Likewise.
547         (symtab_node::dump_references): Likewise.
548         (symtab_node::dump_referring): Likewise.
549         (symtab_node::dump_base): Likewise.
550         (symtab_node::debug_symtab): Likewise.
551         * tree-sra.c (convert_callers_for_node): Likewise.
552         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
553         * value-prof.c (init_node_map): Likewise.
554
555 2017-05-23  Martin Liska  <mliska@suse.cz>
556
557         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
558         and symtab_node::debug_symtab to symbol_table::debug.
559         * cgraphunit.c (analyze_functions): Use the renamed function.
560         (symbol_table::compile): Likewise.
561         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
562         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
563         * passes.c (execute_todo): Likewise.
564         * symtab.c (symbol_table::dump): New function.
565         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
566
567 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
568
569         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
570         that nonconst implies exec.
571
572 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
573
574         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
575         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
576         (inline_edge_summary_vec): Turn into ...
577         (ipa_call_summaries): ... this one.
578         (redirect_to_unreachable, edge_set_predicate,
579         evaluate_properties_for_edge, inline_summary_alloc,
580         reset_ipa_call_summary, reset_inline_summary,
581         inline_summary_t::duplicate): Update.
582         (inline_edge_duplication_hook): Turn to ...
583         (ipa_call_summary_t::duplicate): ... this one.
584         (inline_edge_removal_hook): Turn to ...
585         (ipa_call_summary_t::remove): ... this one.
586         (dump_inline_edge_summary): Turn to ...
587         (dump_ipa_call_summary): ... this one.
588         (estimate_function_body_sizes): Update.
589         (inline_update_callee_summaries): Update.
590         (remap_edge_change_prob): Update.
591         (remap_edge_summaries): Update.
592         (inline_merge_summary): Update.
593         (do_estimate_edge_time): Update.
594         (inline_generate_summary): Update.
595         (inline_read_section): Update.
596         (inline_read_summary): Update.
597         (inline_free_summary): Update.
598         * ipa-inline.c (can_inline_edge_p): Update.
599         (compute_inlined_call_time): Update.
600         (want_inline_small_function_p): Update.
601         (edge_badness): Update.
602         (early_inliner): Update.
603         * ipa-inline.h (inline_edge_summary): Turn to ...
604         (ipa_call_summary): ... this one.
605         (ipa_call_summary_t): New class.
606         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
607         (ipa_call_summaries): New.
608         (inline_edge_summary): Remove.
609         (estimate_edge_growth): Update.
610         * ipa-profile.c (ipa_propagate_frequency_1): Update.
611         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
612         * ipa-split.c (execute_split_functions): Update.
613         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
614
615 2017-05-23  Tom de Vries  <tom@codesourcery.com>
616
617         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
618         attributes): Document rdrand effective target.
619
620 2017-05-23  Tom de Vries  <tom@codesourcery.com>
621
622         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
623         attributes): Sort alphabetically.
624
625 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
626
627         * config/avr/genmultilib.awk: Use gsub instead of gensub.
628
629 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
630
631         PR target/80718
632         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
633         V2DF/V2DI splat into two separate patterns, one that handles
634         registers, and the other that only handles memory.  Drop support
635         for splatting from a GPR on ISA 2.07 and then splitting the
636         splat into direct move and splat.
637         (vsx_splat_<mode>_reg): Likewise.
638         (vsx_splat_<mode>_mem): Likewise.
639
640 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
641
642         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
643
644 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
645
646         PR middle-end/80809
647         * omp-low.c (finish_taskreg_remap): New function.
648         (finish_taskreg_scan): If unit size of ctx->record_type
649         is non-constant, unshare the size expression and replace
650         decls in it with possible outer var refs.
651
652         PR middle-end/80809
653         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
654         GOVD_SHARED rather than GOVD_PRIVATE with it.
655         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
656         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
657
658         PR middle-end/80853
659         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
660         as last argument to build_outer_var_ref for pointer bases of array
661         section reductions.
662
663 2017-05-19  Martin Sebor  <msebor@redhat.com>
664
665         * print-tree.c (print_node): Print DECL_READ_P flag.
666
667 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
668
669         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
670         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
671         * cgraph.c: Likewise.
672         * cgraphunit.c: Likewise.
673         * gengtype.c: Likewise.
674         * ipa-cp.c: Likewise.
675         * ipa-devirt.c: Likewise.
676         * ipa-icf.c: Likewise.
677         * ipa-predicate.c: Likewise.
678         * ipa-profile.c: Likewise.
679         * ipa-prop.c: Likewise.
680         * ipa-split.c: Likewise.
681         * ipa.c: Likewise.
682         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
683         edge_predicate_pool, dump_inline_hints,
684         inline_summary::account_size_time, redirect_to_unreachable,
685         edge_set_predicate, set_hint_predicate,
686         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
687         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
688         inline_summary_t::remove, remap_hint_predicate_after_duplication,
689         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
690         ipa_call_summary_t::remove, initialize_growth_caches,
691         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
692         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
693         mark_modified, unmodified_parm_1, unmodified_parm,
694         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
695         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
696         compute_bb_predicates, will_be_nonconstant_expr_predicate,
697         will_be_nonconstant_predicate, record_modified_bb_info,
698         get_minimal_bb, record_modified, param_change_prob,
699         phi_result_unknown_predicate, predicate_for_phi_result,
700         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
701         estimate_function_body_sizes, compute_inline_parameters,
702         compute_inline_parameters_for_curren, pass_data_inline_parameters,
703         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
704         inline_update_callee_summaries, remap_edge_change_prob,
705         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
706         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
707         inline_analyze_function, inline_summary_t::insert,
708         inline_generate_summary, read_ipa_call_summary, inline_read_section,
709         inline_read_summary, write_ipa_call_summary, inline_write_summary,
710         inline_free_summary): Move to ipa-fnsummary.h
711         (predicate_t): Remove.
712         * ipa-fnsummary.c: New file.
713         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
714         (enum inline_hints_vals, inline_hints, agg_position_info,
715         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
716         inline_summaries, ipa_call_summary, ipa_call_summary_t,
717         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
718         dump_inline_summary, dump_inline_hints, inline_generate_summary,
719         inline_read_summary, inline_write_summary, inline_free_summary,
720         inline_analyze_function, initialize_inline_failed,
721         inline_merge_summary, inline_update_overall_summary,
722         compute_inline_parameters): Move to ipa-fnsummary.h
723         * ipa-fnsummary.h: New file.
724         * ipa-inline-transform.h: Include ipa-inline.h.
725         * ipa-inline.c: LIkewise.
726
727 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
728
729         * ipa-inline.c (edge_badness): Use inlined_time instead of
730         inline_summaries->get.
731
732 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
733
734         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
735
736 2017-05-22  Nathan Sidwell  <nathan@acm.org>
737
738         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
739         (fdump-lang): Document 'raw' option.
740         * dumpfile.h (TDI_tu): Delete.
741         * dumpfile.c (dump_files): Remove translation-unit.
742         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
743
744 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
745
746         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
747         command option from $(AWK) call.
748         * config/avr/genmultilib.awk: Simplify and rewrite so that it
749         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
750         [FORMAT]: Remove handling of variable.
751         * config/avr/t-multilib: Regenerate.
752
753 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
754
755         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
756         self_time.
757         (dump_inline_summary): Do not print self_time.
758         (estimate_function_body_sizes): Do not set self_time.
759         (compute_inline_parameters): Likewise.
760         (inline_read_section, inline_write_summary): Do not stream self_time.
761         * ipa-inline.h (inline_summary): Drop self_time.
762
763 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
764
765         * ipa-inline-analysis.c (account_size_time): Rename to ...
766         (inline_summary::account_size_time): ... this one.
767         (reset_ipa_call_summary): Turn to ...
768         (ipa_call_summary::reset): ... this one.
769         (reset_inline_summary): Turn to ...
770         (inline_summary::reset): ... this one.
771         (inline_summary_t::remove): Update.
772         (inline_summary_t::duplicate): Update.
773         (ipa_call_summary_t::remove): Update.
774         (dump_inline_summary): Update.
775         (estimate_function_body_sizes): Update.
776         (compute_inline_parameters): Update.
777         (estimate_node_size_and_time): Update.
778         (inline_merge_summary): Update.
779         (inline_update_overall_summary): Update.
780         (inline_read_section): Update.
781         (inline_write_summary): Update.
782         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
783         add account_size_time and reset member functions.
784         (ipa_call_summary): Add reset function.
785         * ipa-predicate.h (predicate::operator &): Constify.
786
787 2017-05-22  Richard Biener  <rguenther@suse.de>
788
789         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
790
791 2017-05-19  Jason Merrill  <jason@redhat.com>
792
793         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
794
795 2017-05-19  Marek Polacek  <polacek@redhat.com>
796
797         PR sanitizer/80800
798         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
799         TYPE_OVERFLOW_WRAPS checks.
800
801 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
802
803         * tree-core.h (enum omp_clause_default_kind): Add
804         "OMP_CLAUSE_DEFAULT_PRESENT".
805         * tree-pretty-print.c (dump_omp_clause): Handle it.
806         * gimplify.c (enum gimplify_omp_var_data): Add
807         "GOVD_MAP_FORCE_PRESENT".
808         (gimplify_adjust_omp_clauses_1): Map it to
809         "GOMP_MAP_FORCE_PRESENT".
810         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
811
812         * gimplify.c (oacc_default_clause): Clarify.
813
814 2017-05-19  Nathan Sidwell  <nathan@acm.org>
815
816         LANG_HOOK_REGISTER_DUMPS
817         * toplev.c (general_init): Call register dump lang hook.
818         * doc/invoke.texi: Document -fdump-lang option family.
819         * dumpfile.c (dump_files): Remove class dump here.
820         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
821         * dumpfile.h (tree_dump_index): Remove TDI_class.
822         * langhooks-def.h (lhd_register_dumps): Declare.
823         (LANG_HOOKS_REGISTER_DUMPS): Define.
824         (LANG_HOOKS_INITIALIZER): Add it.
825         * langhooks.c (lhd_register_dumps): Define.
826         * langhooks.h (struct lang_hooks): Add register_dumps.
827
828 2017-05-19  Nathan Sidwell  <nathan@acm.org>
829
830         * context.h (context::set_passes): New.
831         * context.c (context::context): Do not create pass manager.
832         * toplev.c (general_init): Create pass manager here.
833
834 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
835
836         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
837         use this splitter if two add or or instructions would also work for
838         the constant we want to generate.
839
840 2017-05-19  Richard Biener  <rguenther@suse.de>
841
842         PR build/80821
843         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
844         predicate evaluation.
845
846 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
847
848         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
849         add ctor.
850         * ipa-inline.c (want_inline_small_function_p): Do not cast to
851         unsigned.
852
853 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
854
855         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
856         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
857         (inline_edge_summary_vec): Turn into ...
858         (ipa_call_summaries): ... this one.
859         (redirect_to_unreachable, edge_set_predicate,
860         evaluate_properties_for_edge, inline_summary_alloc,
861         reset_ipa_call_summary, reset_inline_summary,
862         inline_summary_t::duplicate): Update.
863         (inline_edge_duplication_hook): Turn to ...
864         (ipa_call_summary_t::duplicate): ... this one.
865         (inline_edge_removal_hook): Turn to ...
866         (ipa_call_summary_t::remove): ... this one.
867         (dump_inline_edge_summary): Turn to ...
868         (dump_ipa_call_summary): ... this one.
869         (estimate_function_body_sizes): Update.
870         (inline_update_callee_summaries): Update.
871         (remap_edge_change_prob): Update.
872         (remap_edge_summaries): Update.
873         (inline_merge_summary): Update.
874         (do_estimate_edge_time): Update.
875         (inline_generate_summary): Update.
876         (inline_read_section): Update.
877         (inline_read_summary): Update.
878         (inline_free_summary): Update.
879         * ipa-inline.c (can_inline_edge_p): Update.
880         (compute_inlined_call_time): Update.
881         (want_inline_small_function_p): Update.
882         (edge_badness): Update.
883         (early_inliner): Update.
884         * ipa-inline.h (inline_edge_summary): Turn to ...
885         (ipa_call_summary): ... this one.
886         (ipa_call_summary_t): New class.
887         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
888         (ipa_call_summaries): New.
889         (inline_edge_summary): Remove.
890         (estimate_edge_growth): Update.
891         * ipa-profile.c (ipa_propagate_frequency_1): Update.
892         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
893         * ipa-split.c (execute_split_functions): Update.
894         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
895
896 2017-05-19  Richard Biener  <rguenther@suse.de>
897
898         PR middle-end/80764
899         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
900
901 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
902
903         * config/rs6000/rs6000.c (struct machine_function): Add field
904         fpr_is_wrapped_separately.
905         (rs6000_get_separate_components): Use 64 components.  Handle the
906         new FPR components.
907         (rs6000_components_for_bb): Handle the FPR components.
908         (rs6000_emit_prologue_components): Handle the FPR components.
909         (rs6000_emit_epilogue_components): Handle the FPR components.
910         (rs6000_set_handled_components): Handle the FPR components.
911         (rs6000_emit_prologue): Don't output prologue code for those FPRs
912         that are already separately shrink-wrapped.
913         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
914         that are already separately shrink-wrapped.
915
916 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
917
918         PR target/80510
919         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
920         New predicate.
921
922         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
923         (define_peephole2 for Altivec d-form load): Add peepholes to catch
924         cases where the register allocator uses a move and an offsettable
925         memory operation to/from a FPR register on ISA 2.06/2.07.
926         (define_peephole2 for Altivec d-form store): Likewise.
927
928 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
929
930         PR target/80799
931         * config/i386/mmx.md (*mov<mode>_internal): Enable
932         alternatives 11, 12, 13 and 14 also for 32bit targets.
933         Remove alternatives 15, 16, 17 and 18.
934         * config/i386/sse.md (vec_concatv2di): Change
935         alternative (!x, *y) to (x, ?!*Yn).
936
937 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
938
939         * dumpfile.h (enum dump_kind): Remove stray comma.
940
941 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
942
943         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
944         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
945         predicate::num_conditions
946         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
947         (CHANGED): turn into predicate::changed.
948         (agg_position_info): Move to ipa-predicate.h
949         (add_condition, predicate::add_clause, predicate::operator &=,
950         predicate::or_with, predicate::evaluate, predicate::probability,
951         dump_condition, dump_clause, predicate::dump,
952         predicate::remap_after_duplication, predicate::remap_after_inlining,
953         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
954         (evaluate_conditions_for_known_args): Update.
955         (set_cond_stmt_execution_predicate): Update.
956         * ipa-inline.h: Include ipa-predicate.h
957         (condition, inline_param_summary, conditions, agg_position_info,
958         predicate): Move to ipa-predicate.h
959         * ipa-predicate.c: New file.
960         * ipa-predicate.h: New file.
961
962 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
963
964         * final.c (leaf_function_p): Check we are not in a sequence.
965
966 2017-05-18  Martin Liska  <mliska@suse.cz>
967
968         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
969         * dumpfile.c (dump_register): Use new enum dump_kind.
970         (get_dump_file_name): Likewise.
971         (dump_enable_all): Likewise.
972         (dump_switch_p_1): Likewise.
973         (enable_rtl_dump_file): Remove usage of TDF_RTL.
974         * dumpfile.h (enum dump_kind): New enum type.
975         (struct dump_file_info): Create constructor and
976         format fields and comments.
977         * passes.c (pass_manager::register_one_dump_file):
978         Use num dump_kind.
979         * statistics.c (statistics_early_init): Likewise.
980         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
981         TDF_TREE with TDF_SLIM.
982         (gather_memory_references_ref): Likewise.
983
984 2017-05-18  Martin Liska  <mliska@suse.cz>
985
986         * vec.h (struct vnull): Use it.
987
988 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
989
990         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
991         (true_predicate, false_predicate, true_predicate_p,
992         false_predicate_p): Remove.
993         (single_cond_predicate, not_inlined_predicate): Turn to member function
994         in ipa-inline.h
995         (add_condition): Update.
996         (add_clause): Turn to...
997         (predicate::add_clause): ... this one; update; allow passing NULL
998         as parameter.
999         (and_predicates): Turn to ...
1000         (predicate::operator &=): ... this one.
1001         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
1002         (or_predicates): Turn to ...
1003         (predicate::or_with): ... this one.
1004         (evaluate_predicate): Turn to ...
1005         (predicate::evaluate): ... this one.
1006         (predicate_probability): Turn to ...
1007         (predicate::probability): ... this one.
1008         (dump_condition): Update.
1009         (dump_predicate): Turn to ...
1010         (predicate::dump): ... this one.
1011         (account_size_time): Update.
1012         (edge_set_predicate): Update.
1013         (set_hint_predicate): UPdate.
1014         (evaluate_conditions_for_known_args): Update.
1015         (evaluate_properties_for_edge): Update.
1016         (remap_predicate_after_duplication): Turn to...
1017         (predicate::remap_after_duplication): ... this one.
1018         (remap_hint_predicate_after_duplication): Update.
1019         (inline_summary_t::duplicate): UPdate.
1020         (dump_inline_edge_summary): Update.
1021         (dump_inline_summary): Update.
1022         (set_cond_stmt_execution_predicate): Update.
1023         (set_switch_stmt_execution_predicate): Update.
1024         (compute_bb_predicates): Update.
1025         (will_be_nonconstant_expr_predicate): Update.
1026         (will_be_nonconstant_predicate): Update.
1027         (phi_result_unknown_predicate): Update.
1028         (predicate_for_phi_result): Update.
1029         (array_index_predicate): Update.
1030         (estimate_function_body_sizes): Update.
1031         (estimate_node_size_and_time): Update.
1032         (estimate_ipcp_clone_size_and_time): Update.
1033         (remap_predicate): Rename to ...
1034         (predicate::remap_after_inlining): ... this one.
1035         (remap_hint_predicate): Update.
1036         (inline_merge_summary): Update.
1037         (inline_update_overall_summary): Update.
1038         (estimate_size_after_inlining): Update.
1039         (read_predicate): Rename to ...
1040         (predicate::stream_in): ... this one.
1041         (read_inline_edge_summary): Update.
1042         (write_predicate): Rename to ...
1043         (predicate::stream_out): ... this one.
1044         (write_inline_edge_summary): Update.
1045         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
1046         (clause_t): Turn to uint32_t
1047         (predicate): Turn to class; implement constructor and operators
1048         ==, !=, &
1049         (size_time_entry): Update.
1050         (inline_summary): Update.
1051         (inline_edge_summary): Update.
1052
1053 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
1054
1055         * fold-const.c (fold_binary_loc): Move transformation...
1056         * match.pd (C - X CMP X): ... here.
1057
1058 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1059
1060         * config/sparc/sparc.c (sparc_option_override): Set function
1061         alignment for -mcpu=niagara7 to 64 to match the I$ line.
1062         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
1063         latency to 1.
1064         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
1065         latency to 2.
1066         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
1067
1068 2017-05-18  Marek Polacek  <polacek@redhat.com>
1069
1070         PR sanitizer/80797
1071         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
1072         (pass_ubsan::execute): Call gimple_assign_single_p instead of
1073         gimple_assign_load_p.
1074
1075 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
1076
1077         PR middle-end/80692
1078         * real.c (do_compare): Give decimal_do_compare preference over
1079         comparing just the signs.
1080
1081 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
1082
1083         * doc/md.texi (Canonicalization of Instructions): Describe the
1084         canonical form of instructions that inherently set a condition
1085         code register.
1086
1087 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
1088
1089         PR middle-end/80775
1090         * tree-cfg.c: Move deletion of unreachable case statements to after
1091         the merging of consecutive case labels.
1092
1093 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1094
1095         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
1096         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
1097         restoring of callee-saved registers.
1098
1099 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
1100
1101         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
1102         * config/visium/visium.c (single_set_and_flags): Likewise.
1103         * config/visium/visium.md (Substitutions): Likewise.
1104
1105 2017-05-17  Martin Liska  <mliska@suse.cz>
1106
1107         * cfg.c: Introduce dump_flags_t type and
1108         use it instead of int type.
1109         * cfg.h: Likewise.
1110         * cfghooks.c: Likewise.
1111         * cfghooks.h (struct cfg_hooks): Likewise.
1112         * cfgrtl.c: Likewise.
1113         * cfgrtl.h: Likewise.
1114         * cgraph.c (cgraph_node::get_body): Likewise.
1115         * coretypes.h: Likewise.
1116         * domwalk.c: Likewise.
1117         * domwalk.h: Likewise.
1118         * dumpfile.c (struct dump_option_value_info): Likewise.
1119         (dump_enable_all): Likewise.
1120         (dump_switch_p_1): Likewise.
1121         (opt_info_switch_p): Likewise.
1122         * dumpfile.h (enum tree_dump_index): Likewise.
1123         (struct dump_file_info): Likewise.
1124         * genemit.c: Likewise.
1125         * generic-match-head.c: Likewise.
1126         * gengtype.c (open_base_files): Likewise.
1127         * gimple-pretty-print.c: Likewise.
1128         * gimple-pretty-print.h: Likewise.
1129         * graph.c (print_graph_cfg): Likewise.
1130         * graphite-scop-detection.c (dot_all_sese): Likewise.
1131         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
1132         * loop-unroll.c (report_unroll): Likewise.
1133         * passes.c (pass_manager::register_one_dump_file): Likewise.
1134         * print-tree.c: Likewise.
1135         * statistics.c: Likewise.
1136         * tree-cfg.c: Likewise.
1137         * tree-cfg.h: Likewise.
1138         * tree-dfa.c: Likewise.
1139         * tree-dfa.h: Likewise.
1140         * tree-dump.c (dump_function): Likewise.
1141         * tree-dump.h (struct dump_info): Likewise.
1142         * tree-pretty-print.c: Likewise.
1143         * tree-pretty-print.h: Likewise.
1144         * tree-ssa-live.c: Likewise.
1145         * tree-ssa-live.h: Likewise.
1146         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
1147         * tree-vect-loop.c: Likewise.
1148         * tree-vect-slp.c: Likewise.
1149
1150 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
1151             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1152
1153         PR tree-optimization/80457
1154         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
1155         of all arguments to a statement as scalar_to_vec operations.
1156         (vectorizable_call): Adjust call to vect_model_simple_cost for
1157         new parameter.
1158         (vectorizable_conversion): Likewise.
1159         (vectorizable_assignment): Likewise.
1160         (vectorizable_shift): Likewise.
1161         (vectorizable_operation): Likewise.
1162         (vectorizable_comparison): Likewise.
1163         (vect_is_simple_cond): Record the def types for operands.
1164         (vectorizable_condition): Likewise, call vect_model_simple_cost.
1165         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
1166         for statement argument count.
1167
1168 2017-05-16  Carl Love  <cel@us.ibm.com>
1169
1170         * config/rs6000/rs6000-c: Add support for built-in functions
1171         vector unsigned long long vec_bperm (vector unsigned long long,
1172                                              vector unsigned char)
1173         vector signed long long vec_mule (vector signed int,
1174                                           vector signed int)
1175         vector unsigned long long vec_mule (vector unsigned int,
1176                                             vector unsigned int)
1177         vector signed long long vec_mulo (vector signed int,
1178                                           vector signed int)
1179         vector unsigned long long vec_mulo (vector unsigned int,
1180                                             vector unsigned int)
1181         vector signed char vec_sldw (vector signed char,
1182                                      vector signed char,
1183                                      const int)
1184         vector unsigned char vec_sldw (vector unsigned char,
1185                                        vector unsigned char,
1186                                        const int)
1187         vector signed short vec_sldw (vector signed short,
1188                                       vector signed short,
1189                                       const int)
1190         vector unsigned short vec_sldw (vector unsigned short,
1191                                         vector unsigned short,
1192                                         const int)
1193         vector signed int vec_sldw (vector signed int,
1194                                     vector signed int,
1195                                     const int)
1196         vector unsigned int vec_sldw (vector unsigned int,
1197                                       vector unsigned int,
1198                                       const int)
1199         vector signed long long vec_sldw (vector signed long long,
1200                                           vector signed long long,
1201                                           const int)
1202         vector unsigned long long vec_sldw (vector unsigned long long,
1203                                             vector unsigned long long,
1204                                             const int)
1205         * config/rs6000/rs6000-c: Add support for built-in functions
1206         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
1207         * config/rs6000/altivec.h: Add defintion for vec_sldw.
1208         * doc/extend.texi: Update the built-in documentation for the
1209         new built-in functions.
1210
1211 2017-05-16  Marek Polacek  <polacek@redhat.com>
1212
1213         PR sanitizer/80536
1214         PR sanitizer/80386
1215         * tree.c (save_expr): Don't fold the expression.
1216
1217 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
1218
1219         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
1220         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
1221         and (?*y,m).  Update insn attributes.
1222
1223 2017-05-16  Martin Liska  <mliska@suse.cz>
1224
1225         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
1226         flags argument of print_gimple_stmt, print_gimple_expr,
1227         print_generic_stmt and print_generic_expr.
1228         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
1229         * coretypes.h: Likewise.
1230         * except.c (dump_eh_tree): Likewise.
1231         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
1232         * gimple-pretty-print.h: Likewise.
1233         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
1234         (backprop::push_to_worklist): Likewise.
1235         (backprop::pop_from_worklist): Likewise.
1236         (backprop::process_use): Likewise.
1237         (backprop::intersect_uses): Likewise.
1238         (note_replacement): Likewise.
1239         * gimple-ssa-store-merging.c
1240         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
1241         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
1242         (pass_store_merging::execute): Likewise.
1243         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
1244         (ssa_base_cand_dump_callback): Likewise.
1245         (dump_incr_vec): Likewise.
1246         (replace_refs): Likewise.
1247         (replace_mult_candidate): Likewise.
1248         (create_add_on_incoming_edge): Likewise.
1249         (create_phi_basis): Likewise.
1250         (insert_initializers): Likewise.
1251         (all_phi_incrs_profitable): Likewise.
1252         (introduce_cast_before_cand): Likewise.
1253         (replace_one_candidate): Likewise.
1254         * gimplify.c (gimplify_expr): Likewise.
1255         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
1256         (set_rename): Likewise.
1257         (rename_uses): Likewise.
1258         (copy_loop_phi_nodes): Likewise.
1259         (add_close_phis_to_merge_points): Likewise.
1260         (copy_loop_close_phi_args): Likewise.
1261         (copy_cond_phi_args): Likewise.
1262         (graphite_copy_stmts_from_block): Likewise.
1263         (translate_pending_phi_nodes): Likewise.
1264         * graphite-poly.c (print_pdr): Likewise.
1265         (dump_gbb_cases): Likewise.
1266         (dump_gbb_conditions): Likewise.
1267         (print_scop_params): Likewise.
1268         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
1269         (build_cross_bb_scalars_use): Likewise.
1270         (gather_bbs::before_dom_children): Likewise.
1271         * hsa-dump.c (dump_hsa_immed): Likewise.
1272         * ipa-cp.c (print_ipcp_constant_value): Likewise.
1273         (get_replacement_map): Likewise.
1274         * ipa-inline-analysis.c (dump_condition): Likewise.
1275         (estimate_function_body_sizes): Likewise.
1276         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
1277         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
1278         * ipa-prop.c (ipa_dump_param): Likewise.
1279         (ipa_print_node_jump_functions_for_edge): Likewise.
1280         (ipa_modify_call_arguments): Likewise.
1281         (ipa_modify_expr): Likewise.
1282         (ipa_dump_param_adjustments): Likewise.
1283         (ipa_dump_agg_replacement_values): Likewise.
1284         (ipcp_modif_dom_walker::before_dom_children): Likewise.
1285         * ipa-pure-const.c (check_stmt): Likewise.
1286         (pass_nothrow::execute): Likewise.
1287         * ipa-split.c (execute_split_functions): Likewise.
1288         * omp-offload.c (dump_oacc_loop_part): Likewise.
1289         (dump_oacc_loop): Likewise.
1290         * trans-mem.c (tm_log_emit): Likewise.
1291         (tm_memopt_accumulate_memops): Likewise.
1292         (dump_tm_memopt_set): Likewise.
1293         (dump_tm_memopt_transform): Likewise.
1294         * tree-cfg.c (gimple_verify_flow_info): Likewise.
1295         (print_loop): Likewise.
1296         * tree-chkp-opt.c (chkp_print_addr): Likewise.
1297         (chkp_gather_checks_info): Likewise.
1298         (chkp_get_check_result): Likewise.
1299         (chkp_remove_check_if_pass): Likewise.
1300         (chkp_use_outer_bounds_if_possible): Likewise.
1301         (chkp_reduce_bounds_lifetime): Likewise.
1302         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
1303         (chkp_mark_completed_bounds): Likewise.
1304         (chkp_register_incomplete_bounds): Likewise.
1305         (chkp_mark_invalid_bounds): Likewise.
1306         (chkp_maybe_copy_and_register_bounds): Likewise.
1307         (chkp_build_returned_bound): Likewise.
1308         (chkp_get_bound_for_parm): Likewise.
1309         (chkp_build_bndldx): Likewise.
1310         (chkp_get_bounds_by_definition): Likewise.
1311         (chkp_generate_extern_var_bounds): Likewise.
1312         (chkp_get_bounds_for_decl_addr): Likewise.
1313         * tree-chrec.c (chrec_apply): Likewise.
1314         * tree-data-ref.c (dump_data_reference): Likewise.
1315         (dump_subscript): Likewise.
1316         (dump_data_dependence_relation): Likewise.
1317         (analyze_overlapping_iterations): Likewise.
1318         * tree-inline.c (expand_call_inline): Likewise.
1319         (tree_function_versioning): Likewise.
1320         * tree-into-ssa.c (dump_defs_stack): Likewise.
1321         (dump_currdefs): Likewise.
1322         (dump_names_replaced_by): Likewise.
1323         (dump_update_ssa): Likewise.
1324         (update_ssa): Likewise.
1325         * tree-object-size.c (pass_object_sizes::execute): Likewise.
1326         * tree-parloops.c (build_new_reduction): Likewise.
1327         (try_create_reduction_list): Likewise.
1328         (ref_conflicts_with_region): Likewise.
1329         (oacc_entry_exit_ok_1): Likewise.
1330         (oacc_entry_exit_single_gang): Likewise.
1331         * tree-pretty-print.h: Likewise.
1332         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
1333         (get_scalar_evolution): Likewise.
1334         (add_to_evolution): Likewise.
1335         (get_loop_exit_condition): Likewise.
1336         (analyze_evolution_in_loop): Likewise.
1337         (analyze_initial_condition): Likewise.
1338         (analyze_scalar_evolution): Likewise.
1339         (instantiate_scev): Likewise.
1340         (number_of_latch_executions): Likewise.
1341         (gather_chrec_stats): Likewise.
1342         (final_value_replacement_loop): Likewise.
1343         (scev_const_prop): Likewise.
1344         * tree-sra.c (dump_access): Likewise.
1345         (disqualify_candidate): Likewise.
1346         (create_access): Likewise.
1347         (reject): Likewise.
1348         (maybe_add_sra_candidate): Likewise.
1349         (create_access_replacement): Likewise.
1350         (analyze_access_subtree): Likewise.
1351         (analyze_all_variable_accesses): Likewise.
1352         (sra_modify_assign): Likewise.
1353         (initialize_constant_pool_replacements): Likewise.
1354         (find_param_candidates): Likewise.
1355         (decide_one_param_reduction): Likewise.
1356         (replace_removed_params_ssa_names): Likewise.
1357         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
1358         * tree-ssa-copy.c (dump_copy_of): Likewise.
1359         (copy_prop_visit_cond_stmt): Likewise.
1360         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
1361         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
1362         (record_equivalences_from_stmt): Likewise.
1363         * tree-ssa-dse.c (compute_trims): Likewise.
1364         (delete_dead_call): Likewise.
1365         (delete_dead_assignment): Likewise.
1366         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
1367         (forward_propagate_into_cond): Likewise.
1368         (pass_forwprop::execute): Likewise.
1369         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
1370         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
1371         Likewise.
1372         (move_computations_worker): Likewise.
1373         (execute_sm): Likewise.
1374         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
1375         (remove_exits_and_undefined_stmts): Likewise.
1376         (remove_redundant_iv_tests): Likewise.
1377         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
1378         (adjust_iv_update_pos): Likewise.
1379         * tree-ssa-math-opts.c (bswap_replace): Likewise.
1380         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
1381         (value_replacement): Likewise.
1382         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
1383         * tree-ssa-pre.c (print_pre_expr): Likewise.
1384         (get_representative_for): Likewise.
1385         (create_expression_by_pieces): Likewise.
1386         (insert_into_preds_of_block): Likewise.
1387         (eliminate_insert): Likewise.
1388         (eliminate_dom_walker::before_dom_children): Likewise.
1389         (eliminate): Likewise.
1390         (remove_dead_inserted_code): Likewise.
1391         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
1392         * tree-ssa-reassoc.c (get_rank): Likewise.
1393         (eliminate_duplicate_pair): Likewise.
1394         (eliminate_plus_minus_pair): Likewise.
1395         (eliminate_not_pairs): Likewise.
1396         (undistribute_ops_list): Likewise.
1397         (eliminate_redundant_comparison): Likewise.
1398         (update_range_test): Likewise.
1399         (optimize_range_tests_var_bound): Likewise.
1400         (optimize_vec_cond_expr): Likewise.
1401         (rewrite_expr_tree): Likewise.
1402         (rewrite_expr_tree_parallel): Likewise.
1403         (linearize_expr): Likewise.
1404         (break_up_subtract): Likewise.
1405         (linearize_expr_tree): Likewise.
1406         (attempt_builtin_powi): Likewise.
1407         (attempt_builtin_copysign): Likewise.
1408         (transform_stmt_to_copy): Likewise.
1409         (transform_stmt_to_multiply): Likewise.
1410         (dump_ops_vector): Likewise.
1411         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
1412         (print_scc): Likewise.
1413         (set_ssa_val_to): Likewise.
1414         (visit_reference_op_store): Likewise.
1415         (visit_use): Likewise.
1416         (sccvn_dom_walker::before_dom_children): Likewise.
1417         (run_scc_vn): Likewise.
1418         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
1419         Likewise.
1420         (expr_hash_elt::print): Likewise.
1421         (const_and_copies::pop_to_marker): Likewise.
1422         (const_and_copies::record_const_or_copy_raw): Likewise.
1423         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
1424         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
1425         (dump_predicates): Likewise.
1426         (find_uninit_use): Likewise.
1427         (warn_uninitialized_phi): Likewise.
1428         (pass_late_warn_uninitialized::execute): Likewise.
1429         * tree-ssa.c (verify_vssa): Likewise.
1430         (verify_ssa): Likewise.
1431         (maybe_optimize_var): Likewise.
1432         * tree-vrp.c (dump_value_range): Likewise.
1433         (dump_all_value_ranges): Likewise.
1434         (dump_asserts_for): Likewise.
1435         (register_edge_assert_for_2): Likewise.
1436         (vrp_visit_cond_stmt): Likewise.
1437         (vrp_visit_switch_stmt): Likewise.
1438         (vrp_visit_stmt): Likewise.
1439         (vrp_visit_phi_node): Likewise.
1440         (simplify_cond_using_ranges_1): Likewise.
1441         (fold_predicate_in): Likewise.
1442         (evrp_dom_walker::before_dom_children): Likewise.
1443         (evrp_dom_walker::push_value_range): Likewise.
1444         (evrp_dom_walker::pop_value_range): Likewise.
1445         (execute_early_vrp): Likewise.
1446
1447 2017-05-16  Richard Biener  <rguenther@suse.de>
1448
1449         * dwarf2out.c (loc_list_from_tree_1): Do not create
1450         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
1451
1452 2017-05-16  Richard Biener  <rguenther@suse.de>
1453
1454         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
1455         just generated.
1456         (note_variable_value_in_expr): If we resolved the decl ref
1457         do not push to the stack.
1458
1459 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
1460
1461         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
1462         operations in fast-math mode.
1463         (vaddq_f16): Likewise.
1464         (vmul_f16): Likewise.
1465         (vmulq_f16): Likewise.
1466         (vsub_f16): Likewise.
1467         (vsubq_f16): Likewise.
1468         * config/arm/neon.md (add<mode>3): New.
1469         (sub<mode>3): New.
1470         (fma:<VH:mode>3): New.  Also remove outdated comment.
1471         (mul<mode>3): New.
1472
1473 2017-05-16  Martin Liska  <mliska@suse.cz>
1474
1475         PR ipa/79849.
1476         PR ipa/79850.
1477         * ipa-devirt.c (warn_types_mismatch): Fix typo.
1478         (odr_types_equivalent_p): Likewise.
1479
1480 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
1481
1482         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
1483
1484 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
1485
1486         PR target/80425
1487         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
1488         non-interunit SSE move alternatives with '?'.
1489         (zero-extendsidi peephole2): New peephole to skip intermediate
1490         general register in SSE zero-extend sequence.
1491
1492 2017-05-15  Jeff Law  <law@redhat.com>
1493
1494         * reorg.c (relax_delay_slots): Create a new variable to hold
1495         the temporary target rather than clobbering TARGET_LABEL.
1496
1497         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
1498         missing argument to extract_bit_field call.
1499         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
1500
1501 2017-05-15  Martin Liska  <mliska@suse.cz>
1502
1503         PR driver/31468
1504         * gcc.c (process_command): Do not allow empty argument of -o option.
1505
1506 2017-05-15  Renlin Li  <renlin.li@arm.com>
1507
1508         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
1509         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
1510         * config/aarch64/constraints.md (Usf): Add long call check.
1511         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
1512         (call_value): Likewise.
1513         (sibcall): Likewise.
1514         (sibcall_value): Likewise.
1515         (call_insn): New.
1516         (call_value_insn): New.
1517         (sibcall_insn): Update rtx pattern.
1518         (sibcall_value_insn): Likewise.
1519         (call_internal): Remove.
1520         (call_value_internal): Likewise.
1521         (sibcall_internal): Likewise.
1522         (sibcall_value_internal): Likewise.
1523         (call_reg): Likewise.
1524         (call_symbol): Likewise.
1525         (call_value_reg): Likewise.
1526         (call_value_symbol): Likewise.
1527
1528 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
1529
1530         PR target/80600
1531         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
1532
1533 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
1534
1535         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
1536         compatible with CCGOCmode and with CCZmode.
1537
1538 2017-05-14  Martin Sebor  <msebor@redhat.com>
1539
1540         PR middle-end/77671
1541         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
1542         (gimple_fold_builtin_snprintf): Same.
1543         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
1544         (gimple_fold_builtin_snprintf): Same.
1545         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
1546         of character types.
1547         (is_call_safe): New function.
1548         (try_substitute_return_value): Call it.
1549         (try_simplify_call): New function.
1550         (pass_sprintf_length::handle_gimple_call): Call it.
1551
1552 2017-05-14  Martin Sebor  <msebor@redhat.com>
1553
1554         PR middle-end/80669
1555         * builtins.c (expand_builtin_stpncpy): Simplify.
1556
1557 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
1558
1559         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
1560         * config/i386/i386.h
1561         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
1562         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
1563         (struct machine_function): Add new members call_ms2sysv,
1564         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
1565         (struct machine_frame_state): New fields sp_realigned and
1566         sp_realigned_offset.
1567         * config/i386/i386.c
1568         (enum xlogue_stub): New enum.
1569         (enum xlogue_stub_sets): New enum.
1570         (class xlogue_layout): New class.
1571         (struct ix86_frame): New fields stack_realign_allocate_offset,
1572         stack_realign_offset and outlined_save_offset.  Modify comments to
1573         detail stack layout when using out-of-line stubs.
1574         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
1575         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
1576         -mcall-ms2sysv-xlogues.
1577         (stub_managed_regs): New static variable.
1578         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
1579         registers managed by out-of-line stub.
1580         (disable_call_ms2sysv_xlogues): New function.
1581         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
1582         m->call_ms2sysv when appropriate and compute frame layout for
1583         out-of-line stubs.
1584         (sp_valid_at, fp_valid_at): New inline functions.
1585         (choose_basereg): New function.
1586         (choose_baseaddr): Add align parameter, use choose_basereg and modify
1587         all callers.
1588         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
1589         Use align parameter of choose_baseaddr to generated aligned SSE movs
1590         when possible.
1591         (pro_epilogue_adjust_stack): Modify to track
1592         machine_frame_state::sp_realigned.
1593         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
1594         (ix86_nsaved_sseregs): Likewise.
1595         (ix86_emit_save_regs): Likewise.
1596         (ix86_emit_save_regs_using_mov): Likewise.
1597         (ix86_emit_save_sse_regs_using_mov): Likewise.
1598         (get_scratch_register_on_entry): Likewise.
1599         (gen_frame_set): New function.
1600         (gen_frame_load): Likewise.
1601         (gen_frame_store): Likewise.
1602         (emit_outlined_ms2sysv_save): Likewise.
1603         (emit_outlined_ms2sysv_restore): Likewise.
1604         (ix86_expand_prologue): Modify stack re-alignment code and call
1605         emit_outlined_ms2sysv_save when appropriate.
1606         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
1607         parameter rtx_insn *insn, which allows the function to be used to only
1608         generate the notes.
1609         (ix86_expand_epilogue): Modify validity checks of frame and stack
1610         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
1611         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
1612         * config/i386/predicates.md
1613         (save_multiple): New predicate.
1614         (restore_multiple): Likewise.
1615         * config/i386/sse.md
1616         (save_multiple<mode>): New pattern.
1617         (save_multiple_realign<mode>): Likewise.
1618         (restore_multiple<mode>): Likewise.
1619         (restore_multiple_and_return<mode>): Likewise.
1620         (restore_multiple_leave_return<mode>): Likewise.
1621         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
1622
1623 2017-05-14  Julia Koval  <julia.koval@intel.com>
1624
1625         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
1626         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
1627         (__builtin_ia32_xsetbv): New builtins.
1628         * config/i386/i386.c (ix86_expand_special_args_builtin):
1629         Process new types.
1630         (ix86_expand_builtin): Special expand for new intrinsics.
1631         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
1632         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
1633         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
1634
1635 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1636
1637         * cfganal.c (inverted_post_order_compute): Change argument type
1638         to vec *.
1639         * cfganal.h (inverted_post_order_compute): Adjust prototype.
1640         * df-core.c (rest_of_handle_df_initialize): Adjust.
1641         (rest_of_handle_df_finish): Likewise.
1642         (df_analyze_1): Likewise.
1643         (df_analyze): Likewise.
1644         (loop_inverted_post_order_compute): Change argument to be a vec *.
1645         (df_analyze_loop): Adjust.
1646         (df_get_n_blocks): Likewise.
1647         (df_get_postorder): Likewise.
1648         * df.h (struct df_d): Change field to be a vec.
1649         * lcm.c (compute_laterin): Adjust.
1650         (compute_available): Likewise.
1651         * lra-lives.c (lra_create_live_ranges_1): Likewise.
1652         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
1653         * tree-ssa-pre.c (compute_antic): Likewise.
1654
1655 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1656
1657         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
1658         (depth_first_search::depth_first_search): Change structure init
1659         function to this constructor.
1660         (depth_first_search::add_bb): Rename function to this member.
1661         (depth_first_search::execute): Likewise.
1662         (flow_dfs_compute_reverse_finish): Adjust.
1663
1664 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1665
1666         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
1667         (longest_simple_path): Likewise.
1668         * shrink-wrap.c (spread_components): Likewise.
1669         (disqualify_problematic_components): Likewise.
1670         (emit_common_heads_for_components): Likewise.
1671         (emit_common_tails_for_components): Likewise.
1672         (insert_prologue_epilogue_for_components): Likewise.
1673
1674 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1675
1676         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
1677         auto_sbitmap.
1678
1679 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1680
1681         * df-core.c (df_set_blocks): Start using auto_bitmap.
1682         (df_compact_blocks): Likewise.
1683         * df-problems.c (df_rd_confluence_n): Likewise.
1684         * df-scan.c (df_insn_rescan_all): Likewise.
1685         (df_process_deferred_rescans): Likewise.
1686         (df_update_entry_block_defs): Likewise.
1687         (df_update_exit_block_uses): Likewise.
1688         (df_entry_block_bitmap_verify): Likewise.
1689         (df_exit_block_bitmap_verify): Likewise.
1690         (df_scan_verify): Likewise.
1691         * lra-constraints.c (lra_constraints): Likewise.
1692         (undo_optional_reloads): Likewise.
1693         (lra_undo_inheritance): Likewise.
1694         * lra-remat.c (calculate_gen_cands): Likewise.
1695         (do_remat): Likewise.
1696         * lra-spills.c (assign_spill_hard_regs): Likewise.
1697         (spill_pseudos): Likewise.
1698         * tree-ssa-pre.c (bitmap_set_and): Likewise.
1699         (bitmap_set_subtract_values): Likewise.
1700
1701 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1702
1703         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
1704         management with auto_bitmap.
1705         (fix_inter_tick): Likewise.
1706         (fix_recovery_deps): Likewise.
1707         * ira.c (add_store_equivs): Likewise.
1708         (find_moveable_pseudos): Likewise.
1709         (split_live_ranges_for_shrink_wrap): Likewise.
1710         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
1711         (rtx_reuse_manager::seen_def_p): Likewise.
1712         (rtx_reuse_manager::set_seen_def): Likewise.
1713         * print-rtl.h (class rtx_reuse_manager): Likewise.
1714
1715 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1716
1717         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
1718         lifetime.
1719         (migrate_btr_def): Likewise.
1720         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
1721         * df-core.c (loop_post_order_compute): Likewise.
1722         (loop_inverted_post_order_compute): Likewise.
1723         * hsa-common.h: Likewise.
1724         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
1725         * init-regs.c (initialize_uninitialized_regs): Likewise.
1726         * ipa-inline.c (resolve_noninline_speculation): Likewise.
1727         (inline_small_functions): Likewise.
1728         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
1729         * ira.c (combine_and_move_insns): Likewise.
1730         (build_insn_chain): Likewise.
1731         * loop-invariant.c (find_invariants): Likewise.
1732         * lower-subreg.c (propagate_pseudo_copies): Likewise.
1733         * predict.c (tree_predict_by_opcode): Likewise.
1734         (predict_paths_leading_to): Likewise.
1735         (predict_paths_leading_to_edge): Likewise.
1736         (estimate_loops_at_level): Likewise.
1737         (estimate_loops): Likewise.
1738         * shrink-wrap.c (try_shrink_wrapping): Likewise.
1739         (spread_components): Likewise.
1740         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
1741         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
1742         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
1743         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
1744         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
1745         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
1746         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
1747         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
1748         (mark_threaded_blocks): Likewise.
1749         (thread_through_all_blocks): Likewise.
1750         * tree-ssa.c (verify_ssa): Likewise.
1751         (execute_update_addresses_taken): Likewise.
1752         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
1753
1754 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1755
1756         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
1757         auto_vec.
1758         (post_order_compute): Likewise.
1759         (inverted_post_order_compute): Likewise.
1760         (pre_and_rev_post_order_compute_fn): Likewise.
1761
1762 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1763
1764         * genrecog.c (int_set::int_set): Explicitly construct our
1765         auto_vec base class.
1766         * vec.h (auto_vec::auto_vec): New constructor.
1767
1768 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1769
1770         * bitmap.h (class auto_bitmap): New constructor taking
1771         bitmap_obstack * argument.
1772
1773 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1774
1775         * bitmap.h (class auto_bitmap): Change type of m_bits to
1776         bitmap_head, and adjust ctor / dtor and member operators.
1777
1778 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
1779
1780         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
1781         when returned register mode doesn't match original mode.
1782
1783 2017-05-12  Jeff Law  <law@redhat.com>
1784             Jakub Jelinek  <jakub@redhat.com>
1785
1786         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
1787         we look for cc setter after the compare-elim changes.
1788         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
1789         within the vector to match what compare-elim now expects.
1790         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
1791         (xorsi3_flags, one_cmplsi2_flags): Likewise.
1792
1793         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
1794         after the compare-elim changes.
1795         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
1796         the vector to match what compare-elim now expects.
1797         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
1798         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
1799         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
1800         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
1801         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
1802
1803         * config/visium/visium.c (single_set_and_flags): Fix where
1804         we look for cc setter after the compare-elim changes.
1805         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
1806         with the vector to match what compare-elim now expects.
1807         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
1808         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
1809         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
1810         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
1811         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
1812         (neg<mode>2_insn_set_overflow): Likewise.
1813
1814 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
1815
1816         PR middle-end/79794
1817         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
1818         maybe_expand_insn call, set ops[0].target.  If still set after call,
1819         set alt_rtl.  Add extra arg to recursive calls.
1820         (extract_bit_field): Add alt_rtl argument.  Pass to
1821         extract_bit_field.
1822         * expmed.h (extract_bit_field): Fix prototype.
1823         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
1824         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
1825         to extract_bit_field_calls.
1826         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
1827         Pass alt_rtl to extract_bit_field calls.
1828         * calls.c (store_unaligned_arguments_into_psuedos)
1829         load_register_parameters): Pass extra NULL to extract_bit_field calls.
1830         * optabs.c (maybe_legitimize_operand): Clear op->target when call
1831         gen_reg_rtx.
1832         * optabs.h (struct expand_operand): Add target bitfield.
1833
1834 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
1835
1836         * compare-elim.c (try_eliminate_compare): Canonicalize
1837         operation with embedded compare to
1838         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
1839          (set (reg) (operation)].
1840
1841         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
1842
1843 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
1844
1845         PR target/80723
1846         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
1847         cost of adding a carry flag for ADC instruction.
1848         [case MINUS]: Ignore the cost of subtracting a carry flag
1849         for SBB instruction.
1850
1851 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
1852
1853         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
1854         and x86intrin.h
1855         * config/rs6000/bmiintrin.h: New file.
1856         * config/rs6000/bmi2intrin.h: New file.
1857         * config/rs6000/x86intrin.h: New file.
1858
1859 2017-05-12  Jeff Law  <law@redhat.com>
1860
1861         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
1862         markers.
1863
1864 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
1865
1866         PR middle-end/80707
1867         * tree-cfg.c: Remove cfg edges of unreachable case statements.
1868
1869 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
1870
1871         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
1872         early expansion of vector divide builtins.
1873         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
1874         builtins identified as having unsigned arguments.
1875
1876 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
1877
1878         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
1879         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
1880         expansion of vector logical operations (and, andc, or, xor,
1881         nor, orc, nand).
1882
1883 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
1884
1885         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
1886         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
1887
1888 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
1889
1890         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
1891         early GIMPLE expansion of vector multiplies.
1892
1893 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1894
1895         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
1896         TARGET_HAVE_MOVT conditional.
1897         (movt splitter): Likewise.
1898
1899 2017-05-12  Richard Biener  <rguenther@suse.de>
1900
1901         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
1902         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
1903         Fold all stmts not inplace.
1904
1905 2017-05-12  Richard Biener  <rguenther@suse.de>
1906
1907         PR tree-optimization/80713
1908         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
1909         inserted_exprs bit for not removed stmts.
1910
1911 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
1912
1913         PR middle-end/69921
1914         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
1915         parallelized" attribute for parallelized OpenACC kernels.
1916         * omp-offload.c (execute_oacc_device_lower): Use it.
1917
1918         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
1919         Set "oacc kernels" attribute.
1920         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
1921         parameter.  Adjust all users.
1922         (oacc_fn_attrib_kernels_p): Remove function.
1923         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
1924         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
1925         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
1926         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
1927         assert "oacc kernels" attribute is set.
1928
1929 2017-05-11  Carl Love  <cel@us.ibm.com>
1930
1931         * config/rs6000/rs6000-c: Add support for built-in functions
1932         vector unsigned char vec_popcnt (vector signed char)
1933         vector unsigned char vec_popcnt (vector unsigned char)
1934         vector unsigned short vec_popcnt (vector signed short)
1935         vector unsigned short vec_popcnt (vector unsigned short)
1936         vector unsigned int vec_popcnt (vector signed int)
1937         vector unsigned int vec_popcnt (vector unsigned int)
1938         vector unsigned long long vec_popcnt (vector signed long long)
1939         vector unsigned long long vec_popcnt (vector unsigned long long)
1940         vector signed long long vec_slo (vector signed long long,
1941                                          vector signed char)
1942         vector signed long long vec_slo (vector signed long long,
1943                                          vector unsigned char)
1944         vector unsigned long long vec_slo (vector unsigned long long,
1945                                            vector signed char)
1946         vector unsigned long long vec_slo (vector unsigned long long,
1947                                            vector unsigned char)
1948         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
1949         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
1950         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
1951         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
1952         * doc/extend.texi: Update the built-in documentation file for the
1953         new built-in functions.
1954
1955 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
1956
1957         * attribs.h (sorted_attr_string): Move machine independent
1958         functions for target clone support from the i386 port to common
1959         code.  Rename ix86_function_versions to common_function_versions.
1960         Rename make_name to make_unique_name.
1961         (common_function_versions): Likewise.
1962         (make_unique_name): Likewise.
1963         (make_dispatcher_decl): Likewise.
1964         (is_function_default_version): Likewise.
1965         * attribs.c (attr_strcmp): Likewise.
1966         (sorted_attr_string): Likewise.
1967         (common_function_versions): Likewise.
1968         (make_unique_name): Likewise.
1969         (make_dispatcher_decl): Likewise.
1970         (is_function_default_version): Likewise.
1971         * config/i386/i386.c (attr_strcmp): Likewise.
1972         (sorted_attr_string): Likewise.
1973         (ix86_function_versions): Likewise.
1974         (make_name): Likewise.
1975         (make_dispatcher_decl): Likewise.
1976         (is_function_default_version): Likewise.
1977         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
1978
1979 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1980
1981         PR target/80695
1982         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
1983         Account for direct move costs for vec_construct of integer
1984         vectors.
1985
1986 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
1987
1988         PR target/80706
1989         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
1990         (UNSPEC_STX_ATOMIC): Ditto.
1991         (loaddi_via_sse): New insn.
1992         (storedi_via_sse): Ditto.
1993         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
1994         Update corresponding peephole2 patterns.
1995         (atomic_storedi_fpu): Ditto.
1996
1997 2017-05-11  Julia Koval  <julia.koval@intel.com>
1998
1999         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
2000         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
2001         New intrinsics.
2002         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
2003         (__builtin_ia32_rsqrt14ss_mask): New builtins.
2004         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
2005
2006 2017-05-11  Nathan Sidwell  <nathan@acm.org>
2007
2008         * graphite-poly.c: Include dumpfile.h.
2009
2010         * dumpfle.h (dump_function): Declare here ...
2011         * tree-dump.h (dump_function): ... not here.
2012         * dumpfile.c: #include tree-cfg.h.
2013         (dump_function): Move here from ...
2014         * tree-dump.c (dump_function): ... here.
2015         * gimplify.c: #include splay-tree.h, not tree-dump.h.
2016         * graphite-poly.c: Don't include tree-dump.h.
2017         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
2018         * print-tree.c: Likewise.
2019         * stor-layout.c: Likewise.
2020         * tree-nested.c: Likewise.
2021
2022         * dumpfile.c (dump_start): Use TDF_FLAGS.
2023         (dump_enable_all): Fix TDF_KIND check thinko.
2024
2025 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2026
2027         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2028         array entries to represent two legal parameterizations of the
2029         overloaded __builtin_cmpb function, as represented by the
2030         P6_OV_BUILTIN_CMPB constant.
2031         (altivec_resolve_overloaded_builtin): Add special case handling
2032         for the __builtin_cmpb function, as represented by the
2033         P6_OV_BUILTIN_CMPB constant.
2034         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
2035         (BU_P6_64BIT_2): New macro.
2036         (BU_P6_OVERLOAD_2): New macro
2037         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
2038         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
2039         (CMPB): Add overload support to represent both 32-bit and 64-bit
2040         compare-bytes function.
2041         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
2042         support for TARGET_CMPB.
2043         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
2044         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
2045         documentation of the __builtin_cmpb overloaded built-in function.
2046
2047 2017-05-11  Richard Biener  <rguenther@suse.de>
2048
2049         PR tree-optimization/80705
2050         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
2051         bases are not vectorizable.
2052
2053 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2054
2055         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
2056         when counting register pressure.
2057
2058 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2059
2060         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
2061         (iv_ca_more_deps): Renamed to ...
2062         (iv_ca_compare_deps): ... this.
2063         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
2064
2065 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2066
2067         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
2068         to ...
2069         (determine_group_iv_costs): ... here.
2070         (find_inv_vars_cb): Record inv var if it's not recorded before.
2071
2072 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2073
2074         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
2075         (get_shiftadd_cost): Ditto.
2076
2077 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2078
2079         * tree-ssa-address.c: Include header file.
2080         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
2081         address.
2082         (add_to_parts): Refactor.
2083         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
2084         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
2085         in new order.
2086
2087 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2088
2089         PR tree-optimization/53090
2090         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
2091         COMP_IV_EXPR_2.
2092         (extract_cond_operands): Detect condition with IV on both sides
2093         and return COMP_IV_EXPR_2.
2094         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
2095         (rewrite_use_compare): Simplify by removing call to function
2096         extract_cond_operands.
2097
2098 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2099
2100         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
2101         (extract_cond_operands): Detect condition comparing against non-
2102         invariant bound and return appropriate enum value.
2103         (find_interesting_uses_cond): Update use of extract_cond_operands.
2104         Handle its return value accordingly.
2105         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
2106
2107 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2108
2109         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
2110         nonlinear iv_use computation in loop invariant sensitive way.
2111
2112 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2113
2114         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
2115         (find_iv_candidates): Call relate_compare_use_with_all_cands.
2116
2117 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2118
2119         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
2120         (dump_cand): Support iv_cand.inv_exprs.
2121         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
2122         for candidates.
2123         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
2124         iv_cand.inv_exprs.
2125
2126 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2127
2128         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
2129         from ...
2130         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
2131         as local function.  Include necessary header files.
2132         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
2133
2134 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2135
2136         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
2137
2138 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2139
2140         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
2141         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
2142         RSHIFT_EXPR and BIT_NOT_EXPR.
2143
2144 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2145
2146         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
2147         (adjust_setup_cost): New parameter supporting round up adjustment.
2148         (struct address_cost_data): Delete.
2149         (force_expr_to_var_cost): Don't bound cost with spill_cost.
2150         (split_address_cost, ptr_difference_cost): Delete.
2151         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
2152         (struct ainc_cost_data): New struct.
2153         (get_address_cost_ainc): New function.
2154         (get_address_cost, get_computation_cost): Reimplement.
2155         (determine_group_iv_cost_address): Record inv_expr for all uses of
2156         a group.
2157         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
2158         (iv_ca_has_deps): Reimplemented to ...
2159         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
2160         than OLD_CP.
2161         (iv_ca_extend): Call iv_ca_more_deps.
2162
2163 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2164
2165         * tree-ssa-address.c (struct mem_address): Move to header file.
2166         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
2167         * tree-ssa-address.h (struct mem_address): Move from C file.
2168         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
2169
2170 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2171
2172         * tree-affine.h (aff_combination_type): New interface.
2173         (aff_combination_zero_p): Remove static.
2174         (aff_combination_const_p): New interface.
2175         (aff_combination_singleton_var_p): New interfaces.
2176
2177 2017-05-11  Richard Biener  <rguenther@suse.de>
2178
2179         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2180         Skip unreachable blocks and destinations.
2181         (eliminate): Move stmt removal and fixup ...
2182         (fini_eliminate): ... here.  Skip inserted exprs.
2183         (pass_pre::execute): Move fini_pre after fini_eliminate.
2184         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
2185         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
2186         PRE to get rid of dead code that has invalid SSA form and
2187         split critical edges again.
2188
2189 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
2190
2191         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
2192
2193 2017-05-11  Richard Biener  <rguenther@suse.de>
2194
2195         * passes.c (execute_function_todo): Verify loops if they are
2196         said to be up-to-date.
2197         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
2198         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
2199
2200 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
2201
2202         PR target/80090
2203         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
2204         handle calling assemble_external ourself.
2205
2206         PR target/79027
2207         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
2208         modes with zero size.  Enhance comment.
2209
2210 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2211
2212         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
2213         built-ins for vec_xl and vec_xst with short and char pointer
2214         arguments.
2215
2216 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
2217
2218         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
2219         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
2220         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
2221         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
2222         (_mm_maskz_min_round_ss): New intrinsics.
2223         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
2224         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
2225         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
2226         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
2227         (__builtin_ia32_minss_mask_round): New builtins.
2228         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
2229         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
2230         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
2231         Rename to ...
2232         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
2233         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
2234         Change to ...
2235         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
2236         ... this.
2237
2238 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
2239
2240         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
2241         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
2242         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
2243         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
2244         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
2245         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
2246         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
2247         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
2248         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
2249         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
2250         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
2251         (__builtin_ia32_mulss_mask_round): New builtins.
2252         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
2253         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
2254         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
2255         Rename to ...
2256         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
2257         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
2258         Change to ...
2259         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
2260         ... this.
2261
2262 2017-05-10  Julia Koval  <julia.koval@intel.com>
2263
2264         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
2265         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
2266         (_mm256_setr_m128i): New intrinsics.
2267
2268 2017-05-10  Julia Koval  <julia.koval@intel.com>
2269
2270         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
2271         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
2272         (_mm_maskz_rcp14_ss): New intrinsics.
2273         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
2274         (__builtin_ia32_rcp14ss_mask): New builtins.
2275         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
2276
2277 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
2278
2279         PR tree-optimization/51513
2280         * tree-cfg.c (gimple_seq_unreachable_p): New function.
2281         (assert_unreachable_fallthru_edge_p): Use it.
2282         (group_case_labels_stmt): Likewise.
2283         * tree-cfg.h: Prototype it.
2284         * stmt.c: Include cfghooks.h and tree-cfg.h.
2285         (emit_case_dispatch_table) <gap_label>: New local variable.
2286         Use it to fill dispatch table gaps.
2287         Test for default_label before updating probabilities.
2288         (expand_case) <default_label>: Remove unneeded initialization.
2289         Test for unreachable default case statement and remove its edge.
2290         Set default_label accordingly.
2291         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
2292
2293 2017-05-10  Carl Love  <cel@us.ibm.com>
2294
2295         * config/rs6000/rs6000-c: Add support for built-in functions
2296         vector signed char        vec_neg (vector signed char)
2297         vector signed short int   vec_neg (vector short int)
2298         vector signed int         vec_neg (vector signed int)
2299         vector signed long long   vec_neg (vector signed long long)
2300         vector float              vec_neg (vector float)
2301         vector double             vec_neg (vector double)
2302         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
2303         overload.
2304         * config/rs6000/altivec.h: Add define for vec_neg
2305         * doc/extend.texi: Update the built-in documentation for the
2306         new built-in functions.
2307
2308 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2309
2310         PR tree-optimization/77644
2311         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
2312
2313 2017-05-10  Nathan Sidwell  <nathan@acm.org>
2314
2315         * dumpfile.h (TDI_lang_all): New.
2316         (TDF_KIND): New. Renumber others
2317         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
2318         than bits.
2319         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
2320         lang-all.
2321         (get_dump_file_name): Adjust suffix generation.
2322         (dump_enable_all): Use TDF_KIND.
2323         * doc/invoke.texi (-fdump-lang-all): Document.
2324
2325         * dumpfile.h: Tabify.
2326
2327 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
2328
2329         PR target/80671
2330         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
2331         Move member access before delete.
2332
2333 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
2334
2335         * tree-inline.c (expand_call_inline): Split block at stmt
2336         before the call.
2337
2338 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
2339
2340         PR target/68163
2341         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
2342         are now unused after splitting mov{sf,sd}_hardfloat.
2343         (f32_lr2): Likewise.
2344         (f32_lm): Likewise.
2345         (f32_lm2): Likewise.
2346         (f32_li): Likewise.
2347         (f32_li2): Likewise.
2348         (f32_lv): Likewise.
2349         (f32_sr): Likewise.
2350         (f32_sr2): Likewise.
2351         (f32_sm): Likewise.
2352         (f32_sm2): Likewise.
2353         (f32_si): Likewise.
2354         (f32_si2): Likewise.
2355         (f32_sv): Likewise.
2356         (f32_dm): Likewise.
2357         (f32_vsx): Likewise.
2358         (f32_av): Likewise.
2359         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
2360         For movsf, order stores so the VSX stores occur before the GPR
2361         store which encourages the register allocator to use a traditional
2362         FPR instead of a GPR.  For movsd, order the stores so that the GPR
2363         store comes before the VSX stores to allow the power6 to work.
2364         This is due to the power6 not having a 32-bit integer store
2365         instruction from a FPR.
2366         (movsf_hardfloat): Likewise.
2367         (movsd_hardfloat): Likewise.
2368
2369 2017-05-09  Martin Sebor  <msebor@redhat.com>
2370
2371         PR translation/80280
2372         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
2373         added in r247778.
2374
2375         PR translation/80280
2376         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
2377         data member added in r247778.
2378         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
2379
2380 2017-05-09  Nathan Sidwell  <nathan@acm.org>
2381
2382         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
2383
2384         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
2385         typedefs.
2386
2387 2017-05-09  Marek Polacek  <polacek@redhat.com>
2388
2389         * doc/invoke.texi: Fix typo.
2390
2391 2017-05-09  Richard Biener  <rguenther@suse.de>
2392
2393         * tree-vrp.c (vrp_val_is_max): Adjust comment.
2394         (vrp_val_is_min): Likewise.
2395         (set_value_range_to_value): Likewise.
2396         (set_value_range_to_nonnegative): Likewise.
2397         (gimple_assign_nonzero_p): Likewise.
2398         (gimple_stmt_nonzero_p): Likewise.
2399         (vrp_int_const_binop): Likewise.  Remove unreachable case.
2400         (adjust_range_with_scev): Adjust comments.
2401         (compare_range_with_value): Likewise.
2402         (extract_range_from_phi_node): Likewise.
2403         (test_for_singularity): Likewise.
2404
2405 2017-05-09  Richard Biener  <rguenther@suse.de>
2406
2407         * tree-vrp.c (get_single_symbol): Add assert that we don't
2408         get overflowed constants as invariant part.
2409         (compare_values_warnv): Add comment before the TREE_NO_WARNING
2410         checks.  Use wi::cmp instead of recursing for integer constants.
2411         (compare_values): Just ignore whether we assumed undefined
2412         overflow instead of failing the compare.
2413         (extract_range_for_var_from_comparison_expr): Add comment before the
2414         TREE_NO_WARNING sets.
2415         (test_for_singularity): Likewise.
2416         (extract_range_from_comparison): Do not disable optimization
2417         when we assumed undefined overflow.
2418         (extract_range_basic): Remove init of unused var.
2419
2420 2017-05-09  Richard Biener  <rguenther@suse.de>
2421
2422         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
2423         (extract_range_from_multiplicative_op_1): Adjust.
2424         (extract_range_from_binary_expr_1): Use int_const_binop.
2425
2426 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2427
2428         PR target/80101
2429         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
2430         rs6000_store_data_bypass_p in seven define_bypass directives and
2431         in several comments.
2432         * config/rs6000/rs6000-protos.h: Add prototype for
2433         rs6000_store_data_bypass_p function.
2434         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
2435         function implements slightly different (rs6000-specific) semantics
2436         than store_data_bypass_p, returning false rather than aborting
2437         with assertion error when arguments do not satisfy the
2438         requirements of store data bypass.
2439         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
2440         rs6000_store_data_bypass_p.
2441
2442 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
2443
2444         * config/xtensa/xtensa-protos.h
2445         (xtensa_initial_elimination_offset): New declaration.
2446         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
2447         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
2448         macro definition, add case for FRAME_POINTER_REGNUM when
2449         FRAME_GROWS_DOWNWARD.
2450         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
2451         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
2452         xtensa_initial_elimination_offset.
2453
2454 2017-05-08  Nathan Sidwell  <nathan@acm.org>
2455
2456         * doc/invoke.texi: Alphabetize -fdump options.
2457
2458 2017-05-08  Martin Sebor  <msebor@redhat.com>
2459
2460         PR translation/80280
2461         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
2462
2463 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2464
2465         * target.def (compute_frame_layout): New optional target hook.
2466         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
2467         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
2468         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
2469         target hook.
2470         * reload1.c (verify_initial_elim_offsets): Likewise.
2471         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
2472         (use_simple_return_p): Call arm_compute_frame_layout if needed.
2473         (arm_get_frame_offsets): Split up into this ...
2474         (arm_compute_frame_layout): ... and this function.
2475
2476 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
2477
2478         * config/aarch64/constraints.md (Usa): New constraint.
2479         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
2480
2481 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2482
2483         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
2484         with_multilib_list after it has been checked.
2485
2486 2017-05-08  Richard Biener  <rguenther@suse.de>
2487
2488         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
2489         (bitmap_set_subtract_values): Likewise.
2490
2491 2017-05-08  Richard Biener  <rguenther@suse.de>
2492
2493         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
2494         (gimple_assign_nonzero): ... this and remove strict_overflow_p
2495         argument.
2496         (gimple_stmt_nonzero_warnv_p): Rename to ...
2497         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
2498         argument.
2499         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
2500         (extract_range_basic): Adjust, do not disable propagation on
2501         strict overflow sensitive simplification.
2502         (vrp_visit_cond_stmt): Likewise.
2503
2504 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
2505
2506         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
2507         body size unconditionally.
2508
2509 2017-05-07  Jeff Law  <law@redhat.com>
2510
2511         Revert:
2512         2017-05-06  Jeff Law  <law@redhat.com>
2513         PR tree-optimization/78496
2514         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
2515         code.
2516
2517         PR tree-optimization/78496
2518         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
2519         (simplify_stmt_using_ranges): Call it.
2520         (vrp_dom_walker::before_dom_children): Extract equivalences
2521         from an ASSERT_EXPR with an equality comparison against a
2522         constant.
2523
2524 2017-05-06  Jeff Law  <law@redhat.com>
2525
2526         PR tree-optimization/78496
2527         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
2528         code.
2529
2530         PR tree-optimization/78496
2531         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
2532         (simplify_stmt_using_ranges): Call it.
2533         (vrp_dom_walker::before_dom_children): Extract equivalences
2534         from an ASSERT_EXPR with an equality comparison against a
2535         constant.
2536
2537 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
2538
2539         * lra-constraints.c (lra_copy_reg_equiv): New function.
2540         (split_reg): Use it to copy equivalence information from the
2541         original register to the spill register.
2542
2543 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
2544
2545         PR rtl-optimization/75964
2546         * simplify-rtx.c (simplify_const_relational_operation): Remove
2547         invalid handling of comparisons of integer ABS.
2548
2549 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
2550
2551         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
2552         initialize to zero.
2553         (init_regs): Remove declaration.
2554         (function_arg_advance_32): Initialize error_p as boolean variable.
2555
2556 2017-05-05  Nathan Sidwell  <nathan@acm.org>
2557
2558         * store-motion.c (remove_reachable_equiv_notes): Reformat long
2559         lines.  Use for (;;).
2560
2561 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2562
2563         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
2564         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
2565         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
2566         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
2567         VF=2 that require versioning.
2568
2569 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
2570
2571         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
2572         int.
2573
2574 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
2575
2576         * diagnostic.h (diagnostic_override_option_index): Convert from
2577         macro to inline function.
2578
2579 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
2580
2581         * diagnostic.c (last_module_changed_p): New function.
2582         (set_last_module): New function.
2583         (diagnostic_report_current_module): Convert macro usage to
2584         the above functions.
2585         * diagnostic.h (diagnostic_context::last_module): Strengthen
2586         from const line_map * to const line_map_ordinary *.
2587         (diagnostic_last_module_changed): Delete macro.
2588         (diagnostic_set_last_module): Delete macro.
2589
2590 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
2591
2592         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
2593         with diagnostic_report_diagnostic.
2594         (diagnostic_n_impl_richloc): Likewise.
2595         * diagnostic.h (report_diagnostic): Delete macro.
2596         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
2597         with diagnostic_report_diagnostic.
2598         * substring-locations.c (format_warning_va): Likewise.
2599
2600 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
2601
2602         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
2603         save/restor of format_spec.  Move option-printing code to...
2604         (print_option_information): ...this new function, and
2605         reimplement by simply printing to the pretty_printer,
2606         rather than appending to the format string.
2607
2608 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
2609
2610         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
2611         handling logic into...
2612         (update_effective_level_from_pragmas): ...this new function.
2613
2614 2017-05-04  Andrew Waterman  <andrew@sifive.com>
2615
2616         * config/riscv/riscv.opt (mstrict-align): New option.
2617         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
2618         (SLOW_UNALIGNED_ACCESS): Define.
2619         (riscv_slow_unaligned_access): Declare.
2620         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
2621         field.
2622         (riscv_slow_unaligned_access): New variable.
2623         (rocket_tune_info): Set slow_unaligned_access to true.
2624         (optimize_size_tune_info): Set slow_unaligned_access to false.
2625         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
2626         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
2627         (riscv_option_override): Set riscv_slow_unaligned_access.
2628         * doc/invoke.texi: Add -mstrict-align to RISC-V.
2629
2630 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
2631
2632         * config/riscv/riscv.md: Unify indentation.
2633
2634 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
2635
2636         PR target/79038
2637         PR target/79202
2638         PR target/79203
2639         * config/rs6000/rs6000.md (u code attribute): Add FIX and
2640         UNSIGNED_FIX.
2641         (extendsi<mode>2): Add support for doing sign extension via
2642         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
2643         don't have ISA 3.0 instructions.
2644         (extendsi<mode>2 splitter): Likewise.
2645         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
2646         generate the normal insns since SImode can now go in vector
2647         registers.  Disallow the special UNSPECs needed for previous
2648         machines to hide SImode being used.  Add new insns
2649         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
2650         (fix_trunc<mode>si2_stfiwx): Likewise.
2651         (fix_trunc<mode>si2_internal): Likewise.
2652         (fixuns_trunc<mode>si2): Likewise.
2653         (fixuns_trunc<mode>si2_stfiwx): Likewise.
2654         (fctiw<u>z_<mode>_smallint): Likewise.
2655         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
2656         of floating point to 32-bit integer from doing a direct move to
2657         the GPR registers to do a store.
2658         (fctiwz_<mode>): Break long line.
2659
2660 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
2661
2662         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
2663         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
2664         (addr_list, addr_offset_valid_p): New.
2665         (split_address_groups): Check offset validity with above function.
2666         (gt-tree-ssa-loop-ivopts.h): Include header file.
2667
2668 2017-05-05  Nathan Sidwell  <nathan@acm.org>
2669
2670         * config.gcc (arm*-*-*): Add missing 'fi'.
2671
2672 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
2673
2674         * doc/invoke.texi (-fopt-info): Explicitly say order of options
2675         included in -fopt-info does not matter.
2676         * doc/optinfo.texi (-fopt-info): Fix description of default
2677         behavour. Explicitly say order of options included in -fopt-info
2678         does not matter.
2679
2680 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2681
2682         * config.gcc: Allow combinations of aprofile and rmprofile values for
2683         --with-multilib-list.
2684         * config/arm/t-multilib: New file.
2685         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
2686         variables.  Remove setting of ISA and floating-point ABI in
2687         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
2688         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
2689         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
2690         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
2691         CPU options.
2692         * config/arm/t-rmprofile: Likewise except for the matches changes.
2693         * doc/install.texi (--with-multilib-list): Document the combination of
2694         aprofile and rmprofile values and warn about pitfalls in doing that.
2695
2696 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
2697
2698         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
2699         (movdi_aarch64): Likewise.
2700
2701 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
2702
2703         PR tree-optimization/80632
2704         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
2705         field.
2706         (build_arrays): Initialize it for virtual phis.
2707         (fix_phi_nodes): Use it for virtual phis.
2708
2709         PR tree-optimization/80558
2710         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
2711         [x, y] op z into [x op, y op z] for op & or | if conditions
2712         are met.
2713
2714 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2715             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2716
2717         PR target/71607
2718         * config/arm/arm.md (use_literal_pool): Remove.
2719         (64-bit immediate split): No longer takes cost into consideration
2720         if arm_disable_literal_pool is enabled.
2721         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
2722         used when arm_disable_literal_pool is enabled.
2723         (arm_max_const_double_inline_cost): Remove use of
2724         arm_disable_literal_pool.
2725         (push_minipool_fix): Add assert.
2726         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
2727         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
2728         (no_literal_pool_sf_immediate): New.
2729
2730 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2731
2732         PR tree-optimization/80613
2733         * tree-ssa-dce.c (propagate_necessity): Remove cases for
2734         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
2735
2736 2017-05-05  Richard Biener  <rguenther@suse.de>
2737
2738         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
2739
2740 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
2741
2742         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
2743         of this flag from insn conditions due to removal from r247495.
2744
2745 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
2746
2747         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
2748         New function.
2749         (arm_early_store_addr_dep_ptr): Likewise.
2750         * config/arm/aarch-common-protos.h
2751         (arm_early_load_addr_dep_ptr): Add prototype.
2752         (arm_early_store_addr_dep_ptr): Likewise.
2753         * config/arm/cortex-a53.md: Add new bypasses.
2754
2755 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
2756
2757         * tree.c (next_type_uid): Change type to unsigned.
2758         (type_hash_canon): Decrement back next_type_uid if
2759         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
2760         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
2761         if possible.
2762
2763 2017-05-04  Martin Sebor  <msebor@redhat.com>
2764
2765         * builtins.c: Fix a trivial typo in a comment.
2766
2767         PR middle-end/79234
2768         * builtins.c (check_sizes): Adjust to handle reading past the end.
2769         Avoid printing excessive upper bound of ranges.  Use %E to print
2770         tree nodes instead of converting them to %wu.
2771         (expand_builtin_memchr): New function.
2772         (compute_dest_size): Rename...
2773         (compute_objsize): ...to this.
2774         (expand_builtin_memcpy): Adjust.
2775         (expand_builtin_mempcpy): Adjust.
2776         (expand_builtin_strcat): Adjust.
2777         (expand_builtin_strcpy): Adjust.
2778         (check_strncat_sizes): Adjust.
2779         (expand_builtin_strncat): Adjust.
2780         (expand_builtin_strncpy): Adjust and simplify.
2781         (expand_builtin_memset): Adjust.
2782         (expand_builtin_bzero): Adjust.
2783         (expand_builtin_memcmp): Adjust.
2784         (expand_builtin): Handle memcmp.
2785         (maybe_emit_chk_warning): Check strncat just once.
2786
2787 2017-05-04  Martin Sebor  <msebor@redhat.com>
2788
2789         PR preprocessor/79214
2790         PR middle-end/79222
2791         PR middle-end/79223
2792         * builtins.c (check_sizes): Add inlining context and issue
2793         warnings even when -Wno-system-headers is set.
2794         (check_strncat_sizes): Same.
2795         (expand_builtin_strncat): Same.
2796         (expand_builtin_memmove): New function.
2797         (expand_builtin_stpncpy): Same.
2798         (expand_builtin): Handle memmove and stpncpy.
2799
2800 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
2801
2802         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
2803         which is not used any more.
2804
2805 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
2806
2807         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
2808
2809 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
2810
2811         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
2812         (cortexa53_tunings): Likewise.
2813         (cortexa57_tunings): Likewise.
2814         (cortexa72_tunings): Likewise.
2815         (cortexa73_tunings): Likewise.
2816
2817 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
2818
2819         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
2820         Set loop alignment to 8.
2821
2822 2017-05-04  Martin Sebor  <msebor@redhat.com>
2823
2824         PR translation/80280
2825         * builtins.c (expand_builtin_object_size): Add missing quoting to
2826         %D and like directives.
2827         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
2828         (hsa_type_for_tree_type): Same.
2829         (verify_function_arguments): Same.
2830         * symtab.c (symbol_table::change_decl_assembler_name): Same.
2831         * varasm.c (get_section): Same.
2832         (mark_weak): Same.
2833
2834 2017-05-04  Martin Sebor  <msebor@redhat.com>
2835
2836         PR translation/80280
2837         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
2838
2839 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
2840
2841         * config/aarch64/aarch64.c (generic_addrcost_table):
2842         Change HI/TI mode setting.
2843
2844 2017-05-04  Martin Jambor  <mjambor@suse.cz>
2845
2846         PR tree-optimization/80622
2847         * tree-sra.c (comes_initialized_p): New function.
2848         (build_accesses_from_assign): Only set write lazily when
2849         comes_initialized_p is false.
2850         (analyze_access_subtree): Use comes_initialized_p.
2851         (propagate_subaccesses_across_link): Assert !comes_initialized_p
2852         instead of testing for PARM_DECL.
2853
2854 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2855
2856         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
2857         constraint on operand 0 to allow more general addressing modes.
2858         Adjust output template.
2859         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
2860         New function.
2861         * config/aarch64/aarch64-protos.h
2862         (aarch64_address_valid_for_prefetch_p): Declare prototype.
2863         * config/aarch64/constraints.md (Dp): New address constraint.
2864         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
2865         predicate.
2866
2867 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
2868
2869         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
2870         update use of estimate_ipcp_clone_size_and_time.
2871         (estimate_local_effects): Update use of
2872         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
2873         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
2874         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
2875         Return nonspecialized time.
2876
2877 2017-05-04  Richard Biener  <rguenther@suse.de>
2878
2879         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
2880         for the last VUSE which def dominates the PHI.  Directly call
2881         maybe_skip_until.
2882         (get_continuation_for_phi_1): Remove.
2883
2884 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
2885
2886         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
2887         to explain the use of truncating division.  Cap the number of
2888         iterations to the maximum given by nb_iterations_upper_bound,
2889         if defined.
2890
2891 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2892
2893         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
2894         * configure: Regenerate.
2895         * config.in: Regenerate.
2896         * config/i386/driver-mingw32.c: new file.
2897         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
2898         * config.host: Link driver-mingw32.o on MinGW host.
2899         * doc/install.texi: Document new --enable-mingw-wildcard configure
2900         option.
2901
2902 2017-05-04  Marek Polacek  <polacek@redhat.com>
2903
2904         PR tree-optimization/80612
2905         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
2906
2907 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2908             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
2909
2910         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
2911         (movt splitter): Likewise.
2912         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
2913         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
2914         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
2915         block for Thumb-1 with MOVT.
2916         (thumb2_legitimate_address_p): Move code block ...
2917         (can_avoid_literal_pool_for_label_p): ... into this new function.
2918         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
2919         literal pool.
2920         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
2921         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
2922         "M-profile targets with the MOVT instruction".
2923
2924 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2925
2926         * gcc/config/arm/arm-builtins.c (arm_init_builtins): Rename
2927         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
2928         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
2929
2930 2017-05-04  Martin Liska  <mliska@suse.cz>
2931
2932         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
2933         variable cond_code.
2934
2935 2017-05-04  Richard Biener  <rguenther@suse.de>
2936
2937         * tree.c (array_at_struct_end_p): Handle arrays at struct
2938         end with flexarrays more conservatively.  Refactor and treat
2939         arrays of arrays or aggregates more strict.  Fix
2940         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
2941         * tree.c (array_at_struct_end_p): Adjust prototype.
2942         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
2943         * gimple-fold.c (get_range_strlen): Likewise.
2944         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
2945
2946 2017-05-04  Richard Biener  <rguenther@suse.de>
2947
2948         PR tree-optimization/31130
2949         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
2950         false.
2951         (supports_overflow_infinity): Likewise.
2952         (is_negative_overflow_infinity): Likewise.
2953         (is_positive_overflow_infinity): Likewise.
2954         (is_overflow_infinity): Likewise.
2955         (stmt_overflow_infinity): Likewise.
2956         (overflow_infinity_range_p): Likewise.
2957         (usable_range_p): Remove as always returning true.
2958         (make_overflow_infinity): Remove.
2959         (negative_overflow_infinity): Likewise.
2960         (positive_overflow_infinity): Likewise.
2961         (avoid_overflow_infinity): Likewise.
2962         (set_value_range): Adjust accordingly.
2963         (set_value_range_to_nonnegative): Likewise, remove now unused
2964         overflow_infinity arg.
2965         (vrp_operand_equal_p): Adjust.
2966         (update_value_range): Likewise.
2967         (range_int_cst_singleton_p): Likewise.
2968         (operand_less_p): Likewise.
2969         (compare_values_warnv): Likewise.
2970         (extract_range_for_var_from_comparison_expr): Likewise.
2971         (vrp_int_const_binop): Likewise.
2972         (zero_nonzero_bits_from_vr): Likewise.
2973         (extract_range_from_multiplicative_op_1): Likewise.
2974         (extract_range_from_binary_expr_1): Likewise.
2975         (extract_range_from_unary_expr): Likewise.
2976         (extract_range_from_comparison): Likewise.
2977         (extract_range_basic): Likewise.
2978         (adjust_range_with_scev): Likewise.
2979         (compare_ranges): Likewise.
2980         (compare_range_with_value): Likewise.
2981         (dump_value_range): Likewise.
2982         (test_for_singularity): Likewise, remove strict_overflow_p parameter
2983         never used.
2984         (simplify_cond_using_ranges): Adjust.
2985
2986 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2987
2988         * brig-builtins.def: Added a builtin for class_f64.
2989         * builtin-types.def: Added a builtin type needed by class_f64.
2990
2991 2017-05-03  Jason Merrill  <jason@redhat.com>
2992
2993         * timevar.def: Add TV_CONSTEXPR.
2994
2995 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
2996
2997         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
2998
2999 2017-05-03  Martin Jambor  <mjambor@suse.cz>
3000
3001         * ipa-prop.c (ipa_update_after_lto_read): Removed.
3002         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
3003         * ipa-cp.c (ipcp_propagate_stage): Do not call
3004         ipa_update_after_lto_read.
3005         * ipa-inline.c (ipa_inline): Likewise.
3006
3007 2017-05-03  Martin Jambor  <mjambor@suse.cz>
3008
3009         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
3010         tag.  Added a default constructor and a destructor.
3011         (ipa_edge_args_sum_t): New class;
3012         (ipa_edge_args_sum): Declare.
3013         (ipa_edge_args_vector): Remove declaration.
3014         (IPA_EDGE_REF): Use ipa_edge_args_sum.
3015         (ipa_free_edge_args_substructures): Remove declaration.
3016         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
3017         (ipa_edge_args_info_available_for_edge_p): Likewise.
3018         * ipa-prop.c (ipa_edge_args_vector): Removed.
3019         (edge_removal_hook_holder): Likewise.
3020         (edge_duplication_hook_holder): Likewise.
3021         (ipa_edge_args_sum): New variable.
3022         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
3023         ipa_edge_args_vector.
3024         (ipa_free_edge_args_substructures): Likewise.
3025         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
3026         ipa_edge_args_vector.
3027         (ipa_edge_removal_hook): Turned into method
3028         ipa_edge_args_sum_t::remove.
3029         (ipa_edge_duplication_hook): Turned into method
3030         ipa_edge_args_sum_t::duplicate.
3031         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
3032         registering edge hooks.
3033         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
3034         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
3035         ipa_edge_args_sum instead of ipa_edge_args_vector.
3036         * ipa-profile.c (ipa_profile): Likewise.
3037
3038 2017-05-03  Martin Jambor  <mjambor@suse.cz>
3039
3040         * symbol-summary.h (function_summary): New method exists.
3041         (function_summary::symtab_removal): Deallocate through release.
3042         (call_summary): New class.
3043         (gt_ggc_mx): New overload.
3044         (gt_pch_nx): Likewise.
3045         (gt_pch_nx): Likewise.
3046
3047 2017-05-03  Jeff Law  <law@redhat.com>
3048
3049         PR tree-optimization/78496
3050         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
3051         from simplify_cond_using_ranges.  Split off code to walk
3052         backwards through casts into ...
3053         (simplify_cond_using_ranges_2): New function.
3054         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
3055         (execute_vrp): After identifying jump threads, call
3056         simplify_cond_using_ranges_2.
3057
3058 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
3059
3060         PR bootstrap/80609
3061         * ipa-inline.h (inline_summary): Add ctor.
3062         (create_ggc): Do not use ggc_cleared_alloc.
3063
3064 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
3065             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3066
3067         * gcc.c (handle_braces): Support escaping in switch matching
3068         text.
3069         * doc/invoke.texi (Spec Files): Document it.
3070         Remove superfluous @code markup in items.
3071
3072 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
3073
3074         * diagnostic-show-locus.c (struct column_range): New struct.
3075         (get_affected_columns): New function.
3076         (get_printed_columns): New function.
3077         (struct correction): New struct.
3078         (correction::ensure_capacity): New function.
3079         (correction::ensure_terminated): New function.
3080         (struct line_corrections): New struct.
3081         (line_corrections::~line_corrections): New dtor.
3082         (line_corrections::add_hint): New function.
3083         (layout::print_trailing_fixits): Reimplement in terms of the new
3084         classes.
3085         (selftest::test_overlapped_fixit_printing): New function.
3086         (selftest::diagnostic_show_locus_c_tests): Call it.
3087
3088 2017-05-03  Nathan Sidwell  <nathan@acm.org>
3089
3090         Canonicalize canonical type hashing
3091         * tree.h (type_hash_canon_hash): Declare.
3092         * tree.c (type_hash_list, attribute_hash_list): Move into
3093         type_hash_canon_hash.
3094         (build_type_attribute_qual_variant): Break out hash code calc into
3095         type_hash_canon_hash.
3096         (type_hash_canon_hash): New.  Generic type hash computation.
3097         (build_range_type_1, build_array_type_1, build_function_type,
3098         build_method_type_directly, build_offset_type, build_complex_type,
3099         make_vector_type): Call it.
3100
3101 2017-05-03  Richard Biener  <rguenther@suse.de>
3102
3103         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
3104         When all DRs have unknown misaligned do not always peel
3105         when there is a store but apply the same costing model as if
3106         there were only loads.
3107
3108 2017-05-03  Richard Biener  <rguenther@suse.de>
3109
3110         Revert
3111         PR tree-optimization/80492
3112         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
3113         compare_base_decls returning dont-know properly.
3114
3115 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3116
3117         * config/arm/iterators.md (CCSI): New mode iterator.
3118         (arch): New mode attribute.
3119         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
3120         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
3121         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
3122         code iterator for success result mode.
3123         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
3124         the corresponding new insn generators.
3125
3126 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
3127
3128         Revert r247509
3129         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
3130         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
3131
3132 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
3133
3134         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
3135         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
3136         (DDR_A): Wrap DDR argument in brackets.
3137         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
3138         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
3139         (DDR_REVERSED_P): Likewise.
3140
3141 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
3142
3143         PR tree-optimization/79472
3144         * tree-switch-conversion.c (struct switch_conv_info): Add
3145         contiguous_range and default_case_nonstandard fields.
3146         (collect_switch_conv_info): Compute contiguous_range and
3147         default_case_nonstandard fields, don't clear final_bb if
3148         contiguous_range and only the default case doesn't have the required
3149         structure.
3150         (check_all_empty_except_final): Set default_case_nonstandard instead
3151         of failing if contiguous_range and the default case doesn't have empty
3152         block.
3153         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
3154         and only the default case doesn't have the required constants.  Skip
3155         virtual phis.
3156         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
3157         if default_case_nonstandard.
3158         (build_constructors): Build constant 1 just once.  Assert that default
3159         values aren't inserted in between cases if contiguous_range.  Skip
3160         virtual phis.
3161         (build_arrays): Skip virtual phis.
3162         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
3163         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
3164         Handle virtual phis.
3165         (gen_inbound_check): Handle default_case_nonstandard case.
3166         (process_switch): Adjust check_final_bb caller.  Call
3167         gather_default_values with the first non-default case instead of
3168         default case if default_case_nonstandard.
3169
3170 2017-05-02  Nathan Sidwell  <nathan@acm.org>
3171
3172         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
3173         check.  Fix formatting.
3174
3175 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
3176
3177         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
3178         errors when comparing specialized and unspecialized times.
3179
3180 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
3181
3182         * diagnostic-show-locus.c
3183         (layout::should_print_annotation_line_p): Make private.
3184         (layout::print_annotation_line): Make private.
3185         (layout::annotation_line_showed_range_p): Make private.
3186         (layout::show_ruler): Make private.
3187         (layout::print_source_line): Make private.  Pass in line and
3188         line_width, rather than calling location_get_source_line.  Drop
3189         returned value.
3190         (layout::print_leading_fixits): New method.
3191         (layout::print_any_fixits): Rename to...
3192         (layout::print_trailing_fixits): ...this, and make private.
3193         Don't print newline fixits.
3194         (diagnostic_show_locus): Move logic for printing one row into...
3195         (layout::print_line): ...this new function.  Move the
3196         location_get_source_line call and error-handling from
3197         print_source_line to here.  Call print_leading_fixits, and rename
3198         print_any_fixits to print_trailing_fixits.
3199         (selftest::test_fixit_insert_containing_newline): Update now that
3200         newlines are partially supported.
3201         (selftest::test_fixit_insert_containing_newline_2): New test.
3202         (selftest::test_fixit_replace_containing_newline): Update comments.
3203         (selftest::diagnostic_show_locus_c_tests): Call the new test.
3204         * edit-context.c (class added_line): New class.
3205         (class edited_line): Describe newline handling in comment.
3206         (edited_line::actually_edited_p): New method.
3207         (edited_line::print_content): Delete redundant decl.
3208         (edited_line::m_predecessors): New field.
3209         (edited_file::print_content): Call edited_line::print_content.
3210         (edited_file::print_diff): Update to support newlines.
3211         (edited_file::print_diff_hunk): Likewise.
3212         (edited_file::print_run_of_changed_lines): New function.
3213         (edited_file::print_diff_line): Convert to...
3214         (print_diff_line): ...this.
3215         (edited_file::get_effective_line_count): New function.
3216         (edited_line::edited_line): Initialize new field m_predecessors.
3217         (edited_line::~edited_line): Clean up m_predecessors.
3218         (edited_line::apply_fixit): Handle newlines.
3219         (edited_line::get_effective_line_count): New function.
3220         (edited_line::print_content): New function.
3221         (edited_line::print_diff_lines): New function.
3222         (selftest::test_applying_fixits_insert_containing_newline): New
3223         test.
3224         (selftest::test_applying_fixits_replace_containing_newline): New
3225         test.
3226         (selftest::insert_line): New function.
3227         (selftest::test_applying_fixits_multiple_lines): Add example of
3228         inserting a line.
3229         (selftest::edit_context_c_tests): Call the new tests.
3230
3231 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
3232
3233         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
3234         parameter cand.  Update dump information.
3235         (get_computation_cost): Update uses.
3236
3237 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
3238
3239         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
3240         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
3241         (get_computation_at, rewrite_use_address): Update use of
3242         get_computation_aff.
3243
3244 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
3245
3246         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
3247         (get_computation): Delete.
3248         (get_computation_cost): Implement like get_computation_cost_at.
3249         Use get_computation_at.
3250         (get_computation_cost_at): Delete.
3251         (rewrite_use_nonlinear_expr): Use get_computation_at.
3252         (rewrite_use_compare, remove_unused_ivs): Ditto.
3253
3254 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
3255
3256         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
3257
3258 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
3259
3260         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
3261         (ivopts_global_cost_for_size): Rename parameter and update uses.
3262         (iv_ca_recount_cost): Update uses.
3263         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
3264         candidates seperately in n_invs and n_cands.
3265         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
3266
3267 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
3268
3269         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
3270         (find_inv_vars_cb): New.
3271         (find_depends): Renamed to ...
3272         (find_inv_vars): ... this.
3273         (add_candidate_1, force_var_cost): Call find_inv_vars.
3274         (split_address_cost, determine_group_iv_cost_cond): Ditto.
3275
3276 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
3277
3278         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
3279         inv_vars.  Add inv_exprs.
3280         (struct iv_cand): Rename depends_on to inv_vars.
3281         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
3282         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
3283         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
3284         (dump_cand): Dump inv_vars.
3285         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
3286         (record_invariant, find_depends, add_candidate_1): Ditto.
3287         (set_group_iv_cost, force_var_cost): Ditto.
3288         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
3289         (get_computation_cost_at, get_computation_cost): Ditto.
3290         (determine_group_iv_cost_generic): Ditto.
3291         (determine_group_iv_cost_address): Ditto.
3292         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
3293         (determine_group_iv_costs): Ditto.
3294         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
3295         (iv_ca_set_remove_invariants): Renamed to ...
3296         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
3297         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
3298         (iv_ca_set_add_invariants):  Renamed to ...
3299         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
3300         (iv_ca_set_cp): Use iv_ca_set_add_invs.
3301         (iv_ca_has_deps): Support inv_vars and inv_exprs.
3302         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
3303         (create_new_ivs): Remove useless dump.
3304
3305 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
3306
3307         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
3308         iv_cand code.
3309         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
3310         (iv_ca_set_no_cp, create_new_iv): Ditto.
3311
3312 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
3313
3314         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
3315
3316 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
3317
3318         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
3319         function tree_check2.
3320
3321 2017-05-02  Martin Liska  <mliska@suse.cz>
3322
3323         * doc/gcov.texi: Add missing preposition.
3324         * gcov.c (function_info::function_info): Properly fill up
3325         all member variables.
3326
3327 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
3328
3329         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
3330
3331 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
3332
3333         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
3334
3335 2017-05-02  Martin Liska  <mliska@suse.cz>
3336
3337         PR lto/77954.
3338         * lto-streamer-in.c (lto_read_tree_1): Remove
3339         LTO_STREAMER_DEBUG.
3340         * lto-streamer.c (struct tree_hash_entry): Likewise.
3341         (struct tree_entry_hasher): Likewise.
3342         (tree_entry_hasher::hash): Likewise.
3343         (tree_entry_hasher::equal): Likewise.
3344         (lto_streamer_init): Likewise.
3345         (lto_orig_address_map): Likewise.
3346         (lto_orig_address_get): Likewise.
3347         (lto_orig_address_remove): Likewise.
3348         * lto-streamer.h: Likewise.
3349         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
3350         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
3351
3352 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
3353
3354         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
3355         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
3356         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
3357         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
3358         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
3359         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
3360         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
3361         (mm_maskz_sub_ss): New intrinsics.
3362         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
3363         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
3364         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
3365         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
3366         (__builtin_ia32_subss_mask_round): New builtins.
3367         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
3368         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
3369         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
3370         Renamed to ...
3371         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
3372         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
3373         Changed to ...
3374         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
3375         ... this.
3376
3377 2017-05-02  Martin Jambor  <mjambor@suse.cz>
3378
3379         PR tree-optimization/78687
3380         * tree-sra.c (access): New field parent.
3381         (process_subtree_disqualification): New function.
3382         (disqualify_candidate): Call it.
3383         (build_accesses_from_assign): Reset write flag if creating an
3384         assighnment link.
3385         (build_access_subtree): Fill in parent field and also prpagate
3386         down grp_write flag.
3387         (create_artificial_child_access): New parameter set_grp_write, set
3388         grp_write to its value.
3389         (propagate_subaccesses_across_link): Also propagate grp_write flag
3390         values.
3391         (propagate_all_subaccesses): Push the closest parent back to work
3392         queue if add_access_to_work_queue returned true.
3393
3394 2017-05-02  Richard Biener  <rguenther@suse.de>
3395
3396         * common.opt (fstrict-overflow): Alias negative to fwrapv.
3397         * doc/invoke.texi (fstrict-overflow): Remove all traces of
3398         -fstrict-overflow documentation.
3399         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
3400         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
3401         flag_strict_overflow.
3402         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
3403         * lto-opts.c (lto_write_options): Do not stream it.
3404         * lto-wrapper.c (merge_and_complain): Do not handle it.
3405         * opts.c (default_options_table): Do not set -fstrict-overflow.
3406         (finish_options): Likewise do not clear it when sanitizing.
3407         * simplify-rtx.c (simplify_const_relational_operation): Do not
3408         test flag_strict_overflow.
3409
3410 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
3411
3412         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
3413         using enabled attribute.
3414         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
3415         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
3416         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
3417         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
3418         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
3419         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
3420         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
3421         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
3422         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
3423         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
3424
3425 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
3426
3427         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
3428
3429 2017-05-02  Richard Biener  <rguenther@suse.de>
3430
3431         PR tree-optimization/80591
3432         Revert
3433         2017-04-10  Richard Biener  <rguenther@suse.de>
3434
3435         * tree-ssa-structalias.c (find_func_aliases): Properly handle
3436         asm inputs.
3437
3438 2017-05-02  Richard Biener  <rguenther@suse.de>
3439
3440         PR tree-optimization/80549
3441         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
3442         (cleanup_tree_cfg_noloop): Create forwarders to known loop
3443         headers if they do not have a preheader.
3444
3445 2017-05-02  Martin Liska  <mliska@suse.cz>
3446
3447         PR other/80589
3448         * common.opt: Fix typo.
3449         * doc/invoke.texi: Likewise.
3450
3451 2017-05-01  Jan Beulich  <jbeulich@suse.com>
3452
3453         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
3454         swapping, add (x,x,m,x,n) alternative.
3455
3456 2017-05-01  Nathan Sidwell  <nathan@acm.org>
3457
3458         * calls.c (combine_pending_stack_adjustment_and_call): Remove
3459         unnecessary unadjusted_alignment check.
3460
3461 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
3462
3463         PR c++/80038
3464         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
3465         operations here.
3466         * gimplify.c (gimplify_cilk_detach): New function.
3467         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
3468         * tree-core.h: Document EXPR_CILK_SPAWN.
3469         * tree.h (EXPR_CILK_SPAWN): Define.
3470
3471 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
3472
3473         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
3474         to use new fixit_hint representation, using the "replace" logic.
3475         (get_line_span_for_fixit_hint): Likewise.
3476         (layout::print_any_fixits): Likewise.
3477         (selftest::test_one_liner_many_fixits): Rename to...
3478         (selftest::test_one_liner_many_fixits_1): ...this, and update
3479         comment and expected output to reflect that the multiple fix-it
3480         hints are now consolidated into one insertion.
3481         (selftest::test_one_liner_many_fixits_2): New test.
3482         (selftest::test_diagnostic_show_locus_one_liner): Update for
3483         above.
3484         (selftest::test_fixit_consolidation): Update for fix-it API
3485         change.
3486         * diagnostic.c (print_parseable_fixits): Likewise.
3487         * edit-context.c (edited_line::m_line_events): Convert from
3488         auto_vec <line_event *> to auto_vec <line_event>.
3489         (class line_event): Convert from abstract base class to a concrete
3490         class, taking over the role of replace_event.
3491         (class insert_event): Delete.
3492         (class replace_event): Rename to class line_event.  Convert to
3493         half-open range.
3494         (edit_context::add_fixits): Reimplement.
3495         (edit_context::apply_insert): Delete.
3496         (edit_context::apply_replace): Rename to...
3497         (edit_context::apply_fixit): ...this.  Convert to half-open range.
3498         (edited_file::apply_insert): Delete.
3499         (edited_file::apply_replace): Rename to...
3500         (edited_file::apply_fixit): ...this.
3501         (edited_line::~edited_line): Drop deletion of events.
3502         (edited_line::apply_insert): Delete.
3503         (edited_line::apply_replace): Rename to...
3504         (edited_line::apply_fixit): ...this.  Convert to half-open range.
3505         Update for change to type of m_line_events.
3506         * edit-context.h (edit_context::apply_insert): Delete.
3507         (edit_context::apply_replace): Rename to...
3508         (edit_context::apply_fixit): ...this.
3509
3510 2017-05-01  Martin Sebor  <msebor@redhat.com>
3511
3512         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
3513         known.
3514
3515 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
3516
3517         PR target/68491
3518         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
3519         __get_cpuid_max returns 0.
3520         (__get_cpuid_count): Ditto.
3521
3522 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
3523
3524         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
3525         replacement expression is another instance of one of its arguments.
3526
3527 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
3528
3529         PR target/79430
3530         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
3531         check for stack push/pop autoinc.
3532         * config/i386/i386.c (ix86_agi_dependent): Return false
3533         if the only reason why modified_in_p returned true is that
3534         addr is SP based and set_insn is a push or pop.
3535
3536 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
3537
3538         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
3539         overflow check.
3540
3541 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
3542
3543         PR ipa/79224
3544         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
3545         (account_size_time): Use two predicates - exec_pred and
3546         nonconst_pred_ptr.
3547         (evaluate_conditions_for_known_args): Compute both clause and
3548         nonspec_clause.
3549         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
3550         (inline_summary_t::duplicate): Update.
3551         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
3552         separately.
3553         (compute_inline_parameters): Likewise.
3554         (estimate_edge_size_and_time): Update caluclation of time.
3555         (estimate_node_size_and_time): Compute both time and nonspecialized
3556         time.
3557         (estimate_ipcp_clone_size_and_time): Update.
3558         (inline_merge_summary): Update.
3559         (do_estimate_edge_time): Update.
3560         (do_estimate_edge_size): Update.
3561         (do_estimate_edge_hints): Update.
3562         (inline_read_section, inline_write_summary): Stream both new predicates.
3563         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
3564         as argument.
3565         (compute_inlined_call_time): Cleanup.
3566         (big_speedup_p): Update.
3567         (edge_badness): Update.
3568         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
3569         (size_time_entry): Replace predicate by exec_predicate and
3570         nonconst_predicate.
3571         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
3572         (estimate_edge_time): Return also nonspec_time.
3573         (reset_edge_growth_cache): Update.
3574
3575 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
3576
3577         PR rtl-optimization/80491
3578         * ifcvt.c (noce_process_if_block): When looking for x setter
3579         with missing else_bb, don't check only the insn right before
3580         cond_earliest, but look for the last insn that x is modified in
3581         within the same bb.
3582
3583         PR rtl-optimization/80491
3584         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
3585
3586 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
3587
3588         PR tree-optimization/80487
3589         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
3590
3591 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3592
3593         PR tree-optimization/79697
3594         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
3595         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
3596         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
3597         BUILT_IN_STRNDUP.
3598         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
3599         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
3600
3601 2017-04-28  Martin Sebor  <msebor@redhat.com>
3602
3603         PR tree-optimization/80523
3604         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
3605         (init_target_to_host_charmap, target_to_host, target_strtol10): New
3606         functions.
3607         (maybe_warn, format_directive, parse_directive): Use new functions.
3608         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
3609
3610 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
3611
3612         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
3613
3614 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3615
3616         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
3617         target_header_dir): Set correctly.
3618         * configure: Regenerated.
3619         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
3620         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
3621         instead of SYSTEM_HEADER_DIR.
3622
3623 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
3624
3625         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
3626         (estimate_local_effects): Likewise.
3627         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
3628         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
3629         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
3630         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
3631         do_estimate_edge_time, estimate_edge_time): Likewise.
3632         * ipa-inline-analysis.c (estimate_node_size_and_time,
3633         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
3634         (estimate_time_after_inlining): Remove.
3635
3636 2017-04-28  Martin Liska  <mliska@suse.cz>
3637
3638         * doc/gcov.texi: Enhance documentation of gcov.
3639
3640 2017-04-28  Martin Liska  <mliska@suse.cz>
3641
3642         * doc/gcov.texi: Sort options in alphabetic order.
3643         * doc/gcov-dump.texi: Likewise.
3644         * doc/gcov-tool.texi: Likewise.
3645         * gcov.c (print_usage): Likewise.
3646         * gcov-dump.c (print_usage): Likewise.
3647         * gcov-tool.c (print_merge_usage_message): Likewise.
3648         (print_rewrite_usage_message): Likewise.
3649         (print_overlap_usage_message): Likewise.
3650
3651 2017-04-28  Martin Liska  <mliska@suse.cz>
3652
3653         PR gcov-profile/53915
3654         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
3655
3656 2017-04-28  Martin Liska  <mliska@suse.cz>
3657
3658         PR gcov-profile/79891
3659         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
3660         is marked by compiler as living on a line.
3661         (get_cycles_count): Remove usage of the union.
3662         (output_intermediate_file): Likewise.
3663         (find_source): Fix GNU coding style.
3664         (accumulate_line_counts): Remove old non-all block mode.
3665         (output_lines): Remove usage of the union.
3666         * profile.c (output_location): Include all BBs, even if
3667         belonging to a same line (and file) as a previous BB.
3668
3669 2017-04-28  Martin Liska  <mliska@suse.cz>
3670
3671         * gcov.c (process_args): Handle new argument 'w'.
3672         (read_graph_file): Assign ID to BBs.
3673         (output_branch_count): Display BB # if verbose flag is set.
3674         (output_lines): Likewise for arcs.
3675         (print_usage): Add '--verbose' option help.
3676         * doc/gcov.texi: Document --verbose (-w) option.
3677
3678 2017-04-28  Martin Liska  <mliska@suse.cz>
3679
3680         * gcov.c (struct block_location_info): New struct.
3681         (process_file): Fill up the new structure.
3682         (read_graph_file): Replace usage of encoding by the newly added
3683         struct.
3684         (add_line_counts): Likewise.
3685         (accumulate_line_counts): Remove usage of the union.
3686         (function_info::function_info): New function.
3687         (function_info::~function_info): Likewise.
3688         (process_file): Call delete instead of release_function.
3689         (release_function): Release the function.
3690         (release_structures): Call delete instead of release_function.
3691         (solve_flow_graph): Replace usage of num_blocks.
3692         (find_exception_blocks): Likewise.
3693         (output_lines): Fix GNU coding style.
3694
3695 2017-04-28  Martin Liska  <mliska@suse.cz>
3696
3697         PR driver/56469
3698         * coverage.c (coverage_remove_note_file): New function.
3699         * coverage.h: Declare the function.
3700         * toplev.c (finalize): Clean if an error has been seen.
3701
3702 2017-04-28  Martin Liska  <mliska@suse.cz>
3703
3704         PR gcov-profile/80031
3705         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
3706         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
3707         * gcov.c (read_graph_file): Read just number of blocks.
3708         * profile.c (branch_prob): Do not stream 0 flags per a basic
3709         block.
3710
3711 2017-04-28  Martin Liska  <mliska@suse.cz>
3712
3713         * gcov-dump.c (tag_*): Add new argument to declarations.
3714         (dump_gcov_file): Likewise.
3715         (tag_blocks): Add and use new argument depth.
3716         (tag_arcs): Likewise.
3717         (tag_lines): Likewise.
3718         (tag_counters): Likewise.
3719         (tag_summary): Likewise.
3720         (dump_working_sets): Use depth to do a proper indentation.
3721
3722 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
3723
3724         PR bootstrap/80531
3725         * cgraph.h (symtab_node::debug_symtab): No longer inline.
3726         * symtab.c (symtab_node::debug_symtab): Move definition here.
3727
3728 2017-04-28  Richard Biener  <rguenther@suse.de>
3729
3730         * lto-streamer.h (LTO_major_version): Bump to 7.
3731
3732 2017-04-28  Richard Biener  <rguenther@suse.de>
3733
3734         * tree-vrp.c (assert_info): New struct.
3735         (add_assert_info): New helper.
3736         (register_edge_assert_for_2): Refactor to add asserts to a vector
3737         of assert_info.
3738         (register_edge_assert_for_1): Likewise.
3739         (register_edge_assert_for): Likewise.
3740         (finish_register_edge_assert_for): New helper actually registering
3741         asserts where live on edge.
3742         (find_conditional_asserts): Adjust.
3743         (find_switch_asserts): Likewise.
3744         (evrp_dom_walker::try_find_new_range): Generalize.
3745         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
3746
3747 2017-04-27  Marek Polacek  <polacek@redhat.com>
3748
3749         PR sanitizer/80349
3750         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
3751         arg10 and arg11 to itype.
3752
3753 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
3754
3755         * doc/extend.texi (Object Size Checking): Improve grammar.
3756
3757 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
3758
3759         PR target/80530
3760         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
3761         that the logic for permitting reciprocal estimates matches that
3762         in use_rsqrt_p.
3763
3764 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
3765
3766         PR c++/80534
3767         * tree.c (type_cache_hasher::equal): Only compare
3768         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
3769         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
3770         non-aggregate element types.
3771         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
3772         about the flag on ARRAY_TYPEs in the comment, formatting fix.
3773
3774 2017-04-27  Richard Biener  <rguenther@suse.de>
3775
3776         PR middle-end/80533
3777         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
3778         stripping ARRAY_REFs from MEM_EXPR make sure we're not
3779         keeping a reference to a trailing array.
3780
3781 2017-04-27  Richard Biener  <rguenther@suse.de>
3782
3783         PR middle-end/80539
3784         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
3785         being in loop-closed SSA form conservatively.
3786         (chrec_fold_multiply_poly_poly): Likewise.
3787
3788 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
3789
3790         PR middle-end/79665
3791         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
3792         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
3793
3794 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
3795
3796         PR target/77728
3797         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
3798         (aarch64_function_arg_alignment): Return unsigned int again, but still
3799         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
3800         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
3801         Don't emit -Wpsabi note.
3802         (aarch64_function_arg_boundary): Likewise.
3803         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
3804         caller.
3805
3806 2017-04-26  Nathan Sidwell  <nathan@acm.org>
3807
3808         * tree.h (crc32_unsigned_n): Declare.
3809         (crc32_unsigned, crc32_unsigned): Make inline.
3810         * tree.c (crc32_unsigned_bits): Replace with ...
3811         (crc32_unsigned_n): ... this.
3812         (crc32_unsigned, crc32_byte): Remove.
3813         (crc32_string): Remove unnecessary braces.
3814
3815 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
3816
3817         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
3818         * ipa-inline-analysis.c (MAX_TIME): Remove.
3819         (account_size_time): Use sreal for time.
3820         (dump_inline_summary): Update.
3821         (estimate_function_body_sizes): Update.
3822         (estimate_edge_size_and_time): Update.
3823         (estimate_calls_size_and_time): Update.
3824         (estimate_node_size_and_time): Update.
3825         (inline_merge_summary): Update.
3826         (inline_update_overall_summary): Update.
3827         (estimate_time_after_inlining): Update.
3828         (inline_read_section): Update.
3829         (inline_write_summary): Update.
3830         * ipa-inline.c (compute_uninlined_call_time): Update.
3831         (compute_inlined_call_time): Update.
3832         (recursive_inlining): Update.
3833         (inline_small_functions): Update.
3834         (dump_overall_stats): Update.
3835         * ipa-inline.h: Include sreal.h.
3836         (size_time_entry): Turn time to sreal.
3837         (inline_summary): Turn self_time nad time to sreal.
3838
3839 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
3840
3841         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
3842         data-streamer.h
3843         (sreal::stream_out, sreal::stream_in): New.
3844         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
3845
3846 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
3847
3848         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
3849         environment.
3850
3851 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
3852
3853         PR target/70799
3854         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
3855         Handle ASHIFTRT.
3856         (dimode_scalar_chain::compute_convert_gain): Ditto.
3857         (dimode_scalar_chain::make_vector_copies): Ditto.
3858         (dimode_scalar_chain::convert_reg): Ditto.
3859         (dimode_scalar_chain::convert_insn): Ditto.
3860         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
3861         (VI248_AVX512BW_1): New mode iterator.
3862         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
3863         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
3864         mode iterator.
3865
3866 2017-04-25  Martin Sebor  <msebor@redhat.com>
3867
3868         PR tree-optimization/80497
3869         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
3870         constants are representable in HOST_WIDE_INT.
3871         (parse_directive): Ditto.
3872
3873 2017-04-25  Martin Sebor  <msebor@redhat.com>
3874
3875         PR bootstrap/80486
3876         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
3877         (new_zero_array): Adjust signature.
3878         (dom_info::dom_init): Used unsigned rather that size_t.
3879         (dom_info::dom_info): Same.
3880
3881 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3882             Jakub Jelinek  <jakub@redhat.com>
3883
3884         PR target/77728
3885         * config/arm/arm.c: Include gimple.h.
3886         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
3887         returns negative, increment ncrn only if it returned positive.
3888         (arm_needs_doubleword_align): Return int instead of bool,
3889         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
3890         members, but if there is any such non-FIELD_DECL
3891         > PARM_BOUNDARY aligned decl, return -1 instead of false.
3892         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
3893         returns negative, increment nregs only if it returned positive.
3894         (arm_setup_incoming_varargs): Likewise.
3895         (arm_function_arg_boundary): Emit -Wpsabi note if
3896         arm_needs_doubleword_align returns negative, return
3897         DOUBLEWORD_ALIGNMENT only if it returned positive.
3898
3899 2017-04-25  Marek Polacek  <polacek@redhat.com>
3900
3901         PR sanitizer/80349
3902         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
3903         first argument to type.
3904
3905 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
3906
3907         PR target/80482
3908         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
3909         type checks to test for compatibility instead of equality.
3910
3911 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3912             Jakub Jelinek  <jakub@redhat.com>
3913
3914         PR target/77728
3915         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
3916         type.
3917         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
3918         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
3919         the alignment computation, but return their maximum in warn_alignment.
3920         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
3921         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
3922         is smaller.
3923         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
3924         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
3925         caller.
3926
3927 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
3928
3929         * config/arc/simdext.md (dmpyh): Fix typo.
3930
3931 2017-04-25  Richard Biener  <rguenther@suse.de>
3932
3933         PR tree-optimization/80492
3934         * alias.c (compare_base_decls): Handle registers with asm
3935         specification conservatively.
3936         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
3937         compare_base_decls returning dont-know properly.
3938
3939 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
3940
3941         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
3942         (legitimate_offset_address_p): New function.
3943         (arc_legitimate_address_p): Use above function.
3944
3945 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
3946
3947         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
3948
3949 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
3950
3951         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
3952         ACCH registers whenever they are available.
3953
3954 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
3955
3956         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
3957         double regs fix when not used.
3958
3959 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
3960
3961         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
3962         core registers.
3963         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
3964         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
3965
3966 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
3967
3968         * config/arc/arc.c (arc_output_addsi): Check for h-register class
3969         when emitting short ADD instructions.
3970
3971 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
3972
3973         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
3974         constraint.
3975         (cmpsi_cc_c_insn): Likewise.
3976         (cbranchsi4_scratch): Compute proper instruction length using
3977         compact_hreg_operand.
3978         * config/arc/predicates.md (compact_hreg_operand): New predicate.
3979
3980 2017-04-25  Richard Biener  <rguenther@suse.de>
3981
3982         PR middle-end/80509
3983         * passes.c (pass_manager::pass_manager): Initialize
3984         m_name_to_pass_map.
3985
3986 2017-04-25  Richard Biener  <rguenther@suse.de>
3987
3988         PR tree-optimization/79201
3989         * tree-ssa-sink.c (statement_sink_location): Handle calls.
3990
3991 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3992
3993         PR target/80464
3994         * config/s390/vector.md: Split MEM->GPR vector moves for
3995         non-s_operand addresses.
3996
3997 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3998
3999         PR target/79895
4000         * config/s390/predicates.md (reload_const_wide_int_operand): New
4001         predicate.
4002         * config/s390/s390.md ("movti"): Remove d/P alternative.
4003         ("movti_bigconst"): New pattern definition.
4004
4005 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4006
4007         PR target/80080
4008         * s390-protos.h (s390_expand_cs_hqi): Removed.
4009         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
4010         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
4011         modes as well as CCZ1mode and CCZmode.
4012         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
4013         signature of s390_emit_compare_and_swap.
4014         (s390_expand_cs_hqi): Likewise, make static.
4015         (s390_expand_cs_tdsi): Generate an explicit compare before trying
4016         compare-and-swap, in some cases.
4017         (s390_expand_cs): Wrapper function.
4018         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
4019         atomic_exchange.
4020         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
4021         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
4022         patterns for small and large integers.  Forbid symref memory operands.
4023         Move expander to s390.c.  Require cc register.
4024         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
4025         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
4026         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
4027         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
4028         symref memory operands.  Remove CC mode and call s390_match_ccmode
4029         instead.
4030         ("atomic_exchange<mode>"): Allow and implement all integer modes.
4031
4032 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4033
4034         * config/s390/s390.md (define_peephole2): New peephole to help
4035         combining the load-and-test pattern with volatile memory.
4036
4037 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4038
4039         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
4040         with CCZmode for TARGET_Z196.
4041
4042 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
4043
4044         PR rtl-optimization/80501
4045         * combine.c (make_compound_operation_int): Set subreg_code to SET
4046         even for AND with mask of the sign bit of mode.
4047
4048         PR rtl-optimization/80500
4049         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
4050         sum's initial value.
4051
4052 2017-04-25  Julian Brown  <julian@codesourcery.com>
4053             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
4054
4055         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
4056
4057 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
4058
4059         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
4060
4061 2017-04-25  Julian Brown  <julian@codesourcery.com>
4062             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
4063
4064         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
4065         (thunderx2t99_sha): New Reservation.
4066
4067 2017-04-25  Julian Brown  <julian@codesourcery.com>
4068             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
4069
4070         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
4071         type for 1-element load.
4072
4073 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
4074
4075         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
4076
4077 2017-04-24  Martin Jambor  <mjambor@suse.cz>
4078
4079         PR tree-optimization/80293
4080         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
4081         char arrays not totally scalarizable if it is false.
4082         (analyze_all_variable_accesses): Pass correct value in the new
4083         parameter.  Add a statistics counter.
4084
4085 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
4086
4087         PR middle-end/79931
4088         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
4089
4090 2017-04-24  Richard Biener  <rguenther@suse.de>
4091
4092         PR tree-optimization/80494
4093         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
4094         out for complex types.
4095
4096 2017-04-24  Richard Biener  <rguenther@suse.de>
4097
4098         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
4099         * tree-ssa-sccvn.c (print_scc): Print SCC size.
4100         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
4101         (DFS): Adjust and never fail.
4102         (sccvn_dom_walker::fail): Remove.
4103         (sccvn_dom_walker::before_dom_children): Adjust.
4104         (run_scc_vn): Likewise and never fail.
4105         * tree-ssa-pre.c (pass_pre::execute): Adjust.
4106         (pass_fre::execute): Likewise.
4107
4108 2017-04-24  Richard Biener  <rguenther@suse.de>
4109
4110         PR tree-optimization/79725
4111         * tree-ssa-sink.c (statement_sink_location): Return whether
4112         failure reason was zero uses.  Move that check later.
4113         (sink_code_in_bb): Deal with zero uses by removing the stmt
4114         if possible.
4115
4116 2017-04-24  Richard Biener  <rguenther@suse.de>
4117
4118         PR c++/2972
4119         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
4120         pointer-based references.
4121
4122 2017-04-24  Richard Biener  <rguenther@suse.de>
4123
4124         PR bootstrap/79814
4125         * pass_manager.h (pass_manager::operator new): Remove.
4126         (pass_manager::operator delete): Likewise.
4127         * passes.c (pass_manager::operator new): Remove.
4128         (pass_manager::operator delete): Likewise.
4129         (pass_manager::pass_manager): Zero individual pass members.
4130
4131 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
4132
4133         PR target/70799
4134         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
4135         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
4136         Check "XEXP (src, 1)" operand here.
4137         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
4138         Check "XEXP (src, 1)" operand here.
4139         (dimode_scalar_chain::make_vector_copies): Detect count register
4140         of a shift instruction.  Zero extend count register from QImode
4141         to DImode to satisfy vector shift pattern count operand predicate.
4142         Substitute vector shift count operand with a DImode copy.
4143         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
4144         vector register.
4145
4146 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
4147
4148         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
4149         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
4150         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
4151         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
4152         (UNSPEC_NOREX_MEM): Remove definition.
4153
4154 2017-04-21  Richard Biener  <rguenther@suse.de>
4155
4156         PR tree-optimization/79547
4157         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
4158         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
4159         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
4160         without any constraints.
4161
4162 2017-04-21  Richard Biener  <rguenther@suse.de>
4163
4164         PR tree-optimization/78847
4165         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
4166
4167 2017-04-21  Richard Biener  <rguenther@suse.de>
4168
4169         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
4170         (build_distinct_type_copy): Likewise.
4171         (build_variant_type_copy): Likewise.
4172         * tree.c (build_qualified_type): Pass down mem-stat info.
4173         (build_distinct_type_copy): Likewise.
4174         (build_variant_type_copy): Likewise.
4175
4176 2017-04-21  Richard Biener  <rguenther@suse.de>
4177
4178         PR tree-optimization/80237
4179         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
4180         defaulted to NULL.
4181         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
4182         for a simplified result.
4183
4184 2016-04-21  Richard Biener  <rguenther@suse.de>
4185
4186         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
4187         sth as strict as a simple_iv but a chrec without symbols and an
4188         operand defined in the loop we are peeling (and not some subloop).
4189         (propagate_constants_for_unrolling): Propagate all constants.
4190
4191 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
4192
4193         PR target/79804
4194         * config/i386/i386.c (print_reg): Remove assert for disalowed
4195         regno values, call output_operand_lossage instead.
4196
4197 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
4198
4199         PR target/78090
4200         * config/i386/constraints.md (Yc): New register constraint.
4201         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
4202         Use Yc constraint for alternative 2 of operand 0.  Remove
4203         preferred_for_speed attribute.
4204
4205 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
4206
4207         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
4208         lastprivate clauses in SIMT case.
4209
4210 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
4211
4212         * doc/invoke.texi (-Wextra-semi): Document new warning option.
4213
4214 2017-04-20  Richard Biener  <rguenther@suse.de>
4215
4216         PR tree-optimization/57796
4217         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
4218         as N scalar stores.
4219         (vect_model_load_cost): Cost gathers as N scalar loads.
4220
4221 2017-04-20  Richard Biener  <rguenther@suse.de>
4222
4223         * ggc-page.c (ggc_allocated_p): Rename to ...
4224         (safe_lookup_page_table_entry): ... this and return the lookup
4225         result.
4226         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
4227
4228 2017-04-20  Richard Biener  <rguenther@suse.de>
4229
4230         PR tree-optimization/80453
4231         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
4232         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
4233         from the conditions.
4234         (vn_phi_eq): Pass them down.
4235         (vn_phi_lookup): Record them.
4236         (vn_phi_insert): Likewise.
4237
4238 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
4239
4240         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
4241         uninitialized variable warning to avoid buffer overrun.
4242
4243 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
4244
4245         PR other/71250
4246         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
4247         is suppressed for '{ 0 }' in C.
4248
4249 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
4250
4251         * BASE-VER: Set to 8.0.0.
4252
4253 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4254
4255         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
4256         priority .init_array and .fini_array section with SECTION_NOTYPE
4257         flag.
4258
4259 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
4260
4261         PR middle-end/80423
4262         * tree.h (build_array_type): Add typeless_storage default argument.
4263         * tree.c (type_cache_hasher::equal): Also compare
4264         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
4265         (build_array_type): Add typeless_storage argument, set
4266         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
4267         recursive call.
4268         (build_nonshared_array_type): Adjust build_array_type_1 caller.
4269         (build_array_type): Likewise.  Add typeless_storage argument.
4270
4271 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
4272             Jakub Jelinek  <jakub@redhat.com>
4273
4274         PR tree-optimization/80426
4275         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
4276         operation on symbolic operands, also compute the overflow for the
4277         invariant part when the operation degenerates into a negation.
4278
4279 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
4280
4281         PR debug/80461
4282         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
4283         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
4284
4285         PR debug/80436
4286         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
4287
4288 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
4289
4290         PR target/80462
4291         * config/avr/avr.c (tree.h): Include it.
4292         (cgraph.h): Include it.
4293         (avr_encode_section_info): Don't warn for uninitialized progmem
4294         variable if it's just an alias.
4295
4296 2017-04-19  Richard Biener  <rguenther@suse.de>
4297
4298         PR ipa/65972
4299         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
4300         when needed by AutoPGO.
4301
4302 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
4303
4304         PR lto/50345
4305         * doc/lto.texi: Remove an extra 'that'.
4306
4307 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
4308
4309         PR rtl-optimization/80429
4310         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
4311         are only used in debug insns.
4312
4313 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
4314             Vladimir Makarov  <vmakarov@redhat.com>
4315
4316         * config/sparc/predicates.md (input_operand): Add comment.  Return
4317         true for any memory operand when LRA is in progress.
4318         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
4319
4320 2017-04-18  Jeff Law  <law@redhat.com>
4321
4322         PR target/74563
4323         * mips.md ({return,simple_return}_internal): Do not overwrite
4324         operands[0].
4325
4326 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
4327
4328         PR tree-optimization/80443
4329         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
4330         instead of adding 1, subtract -1 and similarly instead of subtracting
4331         1 add -1.
4332
4333 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
4334
4335         PR rtl-optimization/80357
4336         * haifa-sched.c (tmp_bitmap): New variable.
4337         (model_recompute): Handle duplicate use records.
4338         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
4339         (free_global_sched_pressure_data): Free it.
4340
4341 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4342
4343         Revert:
4344         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4345         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
4346         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
4347         instead of SYSTEM_HEADER_DIR.
4348
4349 2017-04-18  Jeff Law  <law@redhat.com>
4350
4351         PR middle-end/80422
4352         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
4353         predecessors after walking up the insn chain.
4354
4355 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
4356
4357         PR debug/80263
4358         * dwarf2out.c (modified_type_die): Try harder not to emit internal
4359         sizetype type into debug info.
4360
4361 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
4362
4363         PR target/80099
4364         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
4365         unneeded test for TARGET_UPPER_REGS_SF.
4366         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
4367
4368 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
4369
4370         PR sanitizer/80444
4371         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
4372         instead of gsi_after_labels.
4373
4374 2017-04-18  Jeff Law  <law@redhat.com>
4375
4376         * regcprop.c (maybe_mode_change): Avoid creating copies of the
4377         stack pointer.
4378
4379         Revert:
4380         2017-04-13  Jeff Law  <law@redhat.com>
4381         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
4382         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
4383
4384 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
4385
4386         PR target/79453
4387         * config/avr/avr.c (intl.h): Include it.
4388         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
4389
4390 2017-04-18  Martin Liska  <mliska@suse.cz>
4391
4392         PR gcov-profile/78783
4393         * gcov-tool.c (gcov_output_files): Validate that destination
4394         file is either removed by the tool or by a user.
4395
4396 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
4397             Guy Benyei  <guybe@mellanox.com>
4398
4399         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
4400         block, and do not negate it, the stored id is already negative.
4401
4402 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
4403
4404         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
4405
4406 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
4407
4408         PR target/80098
4409         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
4410         masks of options that should be turned off if the VSX vector
4411         options are turned off.
4412         (OTHER_P8_VECTOR_MASKS): Likewise.
4413         (OTHER_VSX_VECTOR_MASKS): Likewise.
4414         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
4415         rs6000_disable_incompatible_switches to validate no type switches
4416         like -mvsx.
4417         (rs6000_incompatible_switch): New function to disallow turning on
4418         other vector options if -mno-vsx, -mno-power8-vector, or
4419         -mno-power9-vector are specified.
4420
4421 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
4422
4423         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
4424
4425 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
4426
4427         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
4428         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
4429         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
4430         (ARG_POINTER_CFA_OFFSET): Likewise.
4431
4432 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
4433
4434         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
4435         conditions to take advantage of various optimizations.
4436
4437 2017-04-13  Jeff Law  <law@redhat.com>
4438
4439         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
4440         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
4441         (zero_extendsidi2_dext): Likewise.
4442
4443 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
4444
4445         PR sanitizer/80403
4446         * fold-const.c (fold_ternary_loc): Revert
4447         use op0 instead of fold_convert_loc (loc, type, arg0) part of
4448         2017-04-12 change.
4449
4450 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
4451
4452         PR rtl-optimization/80343
4453         * lra-remat.c (update_scratch_ops): Assign original hard reg to
4454         new scratch pseudo.
4455
4456 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
4457
4458         PR sanitizer/80414
4459         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
4460         to ubsan_encode_value.
4461
4462 2017-04-13  Jeff Law  <law@redhat.com>
4463
4464         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
4465         appearing in DEBUG_INSNs.
4466
4467 2017-04-13  Martin Liska  <mliska@suse.cz>
4468
4469         PR gcov-profile/80413
4470         * gcov-io.c (gcov_write_string): Copy to buffer just when
4471         allocated size is greater than zero.
4472
4473 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
4474
4475         PR debug/80321
4476         * dwarf2out.c (decls_for_scope): Ignore declarations of
4477         current_function_decl in BLOCK_NONLOCALIZED_VARS.
4478
4479 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
4480
4481         PR lto/69953
4482         * ipa-visibility.c (non_local_p): Fix typos.
4483         (localize_node): When localizing symbol in same comdat group,
4484         dissolve the group only when we know external symbols are going
4485         to be privatized.
4486         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
4487
4488 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
4489
4490         PR tree-optimization/79390
4491         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
4492         order does not result in usable sequence, retry with reversed operand
4493         order.
4494
4495         PR sanitizer/80403
4496         PR sanitizer/80404
4497         PR sanitizer/80405
4498         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
4499         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
4500         op0 instead of fold_convert_loc (loc, type, arg0).
4501
4502 2017-04-12  Jeff Law  <law@redhat.com>
4503
4504         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
4505         has a delay slot in the generated code.
4506
4507         * config/cris/cris.md (cris_preferred_reload_class): Return
4508         GENNONACR_REGS rather than GENERAL_REGS.
4509
4510 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
4511
4512         PR c/80163
4513         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
4514         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
4515         signedness of the result type.
4516
4517 2017-04-12  Richard Biener  <rguenther@suse.de>
4518             Jeff Law  <law@redhat.com>
4519
4520         PR tree-optimization/80359
4521         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
4522         trim stores to TARGET_MEM_REFs.
4523
4524 2017-04-12  Richard Biener  <rguenther@suse.de>
4525
4526         PR tree-optimization/79390
4527         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
4528         threading case even more.
4529
4530 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
4531
4532         PR target/80382
4533         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
4534         for quad_address_p for TImode, instead of just not indexed_address.
4535
4536 2017-04-12  Richard Biener  <rguenther@suse.de>
4537             Bernd Edlinger  <bernd.edlinger@hotmail.de>
4538
4539         PR middle-end/79671
4540         * alias.c (component_uses_parent_alias_set_from): Handle
4541         TYPE_TYPELESS_STORAGE.
4542         (get_alias_set): Likewise.
4543         * tree-core.h (tree_type_common): Add typeless_storage flag.
4544         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
4545         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
4546         for types containing members with TYPE_TYPELESS_STORAGE.
4547         (place_field): Likewise.
4548         (layout_type): Likewise for ARRAY_TYPE.
4549         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
4550         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
4551         TYPE_TYPELESS_STORAGE.
4552         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
4553
4554 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
4555
4556         PR sanitizer/80349
4557         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
4558         first argument to type.
4559
4560 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4561
4562         PR target/80376
4563         PR target/80315
4564         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
4565         CONST0_RTX (mode) rather than const0_rtx where appropriate.
4566         (rs6000_expand_binop_builtin): Likewise.
4567         (rs6000_expand_ternop_builtin): Likewise; also add missing
4568         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
4569         vshasigma built-ins.
4570         * doc/extend.texi: Document that vec_xxpermdi's third argument
4571         must be a constant.
4572
4573 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
4574
4575         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
4576         Use shift_const cost parameter when calculating gain of STV shifts.
4577
4578 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
4579
4580         PR rtl-optimization/70478
4581         * lra-constraints.c (process_alt_operands): Check memory for
4582         disfavoring memory insn operand.
4583
4584 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
4585
4586         PR middle-end/80100
4587         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
4588         left shift in unsigned HOST_WIDE_INT type.
4589
4590         PR rtl-optimization/80385
4591         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
4592         (not (neg X)) into (plus X -1) for complex or non-integral modes.
4593
4594         PR libgomp/80394
4595         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
4596         if they have any depend clauses.
4597
4598 2017-04-11  Martin Liska  <mliska@suse.cz>
4599
4600         PR ipa/80212
4601         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
4602         * ipa-split.c (split_function): Create a local comdat symbol
4603         if caller is in a comdat group.
4604
4605 2017-04-11  Martin Liska  <mliska@suse.cz>
4606
4607         PR ipa/80212
4608         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
4609         flags.
4610
4611 2017-04-11  Martin Sebor  <msebor@redhat.com>
4612
4613         PR middle-end/80364
4614         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
4615         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
4616         for INTEGER_TYPE.
4617         (directive::set_width, directive::set_precision, format_character):
4618         Adjust.
4619         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
4620         INTEGER_TYPE.
4621
4622 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
4623
4624         PR target/80389
4625         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
4626         conflict, set target->arch_name instead of target->cpu_name.
4627
4628 2017-04-11  Richard Biener  <rguenther@suse.de>
4629
4630         PR tree-optimization/80374
4631         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
4632         build_zero_cst, remove fold_convertible_p check again.
4633
4634 2017-04-11  Martin Liska  <mliska@suse.cz>
4635
4636         PR sanitizer/70878
4637         * ubsan.c (instrument_object_size): Do not instrument register
4638         variables.
4639
4640 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
4641
4642         PR target/80381
4643         * config/i386/i386-builtin-types.def
4644         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
4645         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
4646         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
4647         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
4648         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
4649         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
4650         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
4651         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
4652         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
4653         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
4654         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
4655         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
4656         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
4657         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
4658         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
4659         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
4660         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
4661         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
4662         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
4663         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
4664         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
4665         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
4666         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
4667         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
4668         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
4669         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
4670         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
4671         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
4672         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
4673         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
4674         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
4675         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
4676         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
4677         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
4678         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
4679         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
4680         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
4681         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
4682         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
4683         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
4684         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
4685         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
4686         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
4687         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
4688         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
4689         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
4690         aliases.
4691         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
4692         flag to second_arg_count, handle 4 argument function type _COUNT
4693         aliases, handle second_arg_count on second argument rather than last.
4694
4695 2017-04-10  Jeff Law  <law@redhat.com>
4696
4697         PR tree-optimization/80374
4698         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
4699         record anything if we can not convert integer_zero_node to the
4700         desired type.
4701
4702 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4703
4704         PR target/80108
4705         * config/rs6000/rs6000.c (rs6000_option_override_internal):
4706         Enhance special handling given to the TARGET_P9_MINMAX option in
4707         relation to certain other options.
4708
4709 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
4710
4711         PR tree-optimization/80153
4712         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
4713         remove POINTER_PLUS_EXPR's base part directly, rather than through
4714         aff_tree.
4715
4716 2017-04-10  Richard Biener  <rguenther@suse.de>
4717             Bin Cheng  <bin.cheng@arm.com>
4718
4719         PR tree-optimization/80153
4720         * tree-affine.c (aff_combination_to_tree): Get base pointer from
4721         the first element of pointer type aff_tree.  Build result expr in
4722         aff_tree's type.
4723         (add_elt_to_tree): Convert to type unconditionally.  Remove other
4724         fold_convert calls.
4725         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
4726         (rewrite_use_nonlinear_expr): Check invariant using iv information.
4727
4728 2017-04-10  Richard Biener  <rguenther@suse.de>
4729
4730         * tree-ssa-structalias.c (find_func_aliases): Properly handle
4731         asm inputs.
4732
4733 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
4734
4735         PR rtl-optimization/70478
4736         * lra-constraints.c (curr_small_class_check): New.
4737         (update_and_check_small_class_inputs): New.
4738         (process_alt_operands): Update curr_small_class_check.  Disfavor
4739         alternative insn memory operands.  Check available regs for small
4740         class operands.
4741
4742 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4743
4744         PR target/80057
4745         * config/mips/mips.opt (-mvirt): Update description.
4746         * doc/invoke.texi (-mvirt): Likewise.
4747
4748 2017-04-10  Richard Biener  <rguenther@suse.de>
4749
4750         PR middle-end/80362
4751         * fold-const.c (fold_binary_loc): Look at unstripped ops when
4752         looking for NEGATE_EXPR in -A / -B to A / B folding.
4753
4754 2017-04-10  Martin Liska  <mliska@suse.cz>
4755
4756         PR gcov-profile/80224
4757         * gcov.c (print_usage): Fix usage string.
4758         (get_gcov_intermediate_filename): Remove.
4759         (output_gcov_file): Use both for normal and intermediate format.
4760         (generate_results): Do not initialize special file for
4761         intermediate format.
4762
4763 2017-04-10  Richard Biener  <rguenther@suse.de>
4764
4765         PR tree-optimization/80304
4766         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
4767         for safelen.
4768
4769 2017-04-10  Nathan Sidwell  <nathan@acm.org>
4770
4771         PR target/79905
4772         * config/rs6000/rs6000.c (rs6000_vector_type): New.
4773         (rs6000_init_builtins): Use it.
4774
4775 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4776
4777         * config/arm/arm.md (<mrc>): Add mode to SET source.
4778         (<mrrc>): Likewise.
4779
4780 2017-04-10  Richard Biener  <rguenther@suse.de>
4781
4782         PR middle-end/80344
4783         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
4784
4785 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
4786
4787         PR target/80324
4788         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
4789         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
4790         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
4791         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
4792         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
4793         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
4794         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
4795         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
4796         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
4797         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
4798         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
4799         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
4800         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
4801         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
4802         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
4803         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
4804         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
4805         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
4806         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
4807         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
4808         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
4809         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
4810         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
4811
4812 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
4813
4814         PR rtl-optimization/70478
4815         * lra-constraints.c: Reverse the last patch.
4816
4817 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
4818
4819         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
4820         Add comment for WCHAR_T.
4821
4822 2017-04-08  Martin Liska  <mliska@suse.cz>
4823
4824         Revert:
4825         2017-04-07  Martin Liska  <mliska@suse.cz>
4826
4827         PR ipa/80212
4828         * ipa-split.c (split_function): Add function part to a same comdat
4829         group.
4830
4831 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
4832
4833         PR target/80358
4834         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
4835
4836 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
4837
4838         * rs6000/rs6000.c (vec_load_pendulum): Rename...
4839         (vec_pairing): ...to this.
4840         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
4841         (rs6000_sched_init): Adjust for name change.
4842         (struct rs6000_sched_context): Likewise.
4843         (rs6000_init_sched_context): Likewise.
4844         (rs6000_set_sched_context): Likewise.
4845
4846 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
4847
4848         PR target/80322
4849         PR target/80323
4850         PR target/80325
4851         PR target/80326
4852         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
4853         intrinsics.
4854         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
4855         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
4856         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
4857
4858 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
4859
4860         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
4861
4862 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
4863
4864         PR rtl-optimization/70703
4865         * ira-color.c (update_conflict_hard_regno_costs): Use
4866         int64_t instead of HOST_WIDE_INT.
4867
4868 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
4869
4870         PR rtl-optimization/70478
4871         * lra-constraints.c (process_alt_operands): Disfavor alternative
4872         insn memory operands.
4873
4874 2017-04-07  Jeff Law  <law@redhat.com>
4875
4876         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
4877         CALL and NOTE_INSN_CALL_ARG_LOCATION.
4878
4879 2017-04-07  Martin Liska  <mliska@suse.cz>
4880
4881         PR target/79889
4882         * config/aarch64/aarch64.c (aarch64_process_target_attr):
4883         Show error message instead of an ICE.
4884
4885 2017-04-07  Martin Liska  <mliska@suse.cz>
4886
4887         PR ipa/80212
4888         * ipa-split.c (split_function): Add function part to a same comdat
4889         group.
4890
4891 2017-04-07  Richard Biener  <rguenther@suse.de>
4892
4893         PR middle-end/80341
4894         * tree.c (get_unwidened): Also handle ! for_type case for
4895         INTEGER_CSTs.
4896         * convert.c (do_narrow): Split out from ...
4897         (convert_to_integer_1): ... here.  Do not pass final truncation
4898         type to get_unwidened for TRUNC_DIV_EXPR.
4899
4900 2017-04-07  Richard Biener  <rguenther@suse.de>
4901
4902         * tree-affine.c (wide_int_ext_for_comb): Take type rather
4903         than aff_tree.
4904         (aff_combination_const): Adjust.
4905         (aff_combination_scale): Likewise.
4906         (aff_combination_add_elt): Likewise.
4907         (aff_combination_add_cst): Likewise.
4908         (aff_combination_convert): Likewise.
4909         (add_elt_to_tree): Likewise.  Remove unused argument.
4910         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
4911
4912 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4913
4914         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
4915         definition.
4916         * config/arm/arm.c (arm_default_short_enums): Use
4917         ARM_DEFAULT_SHORT_ENUMS.
4918         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
4919
4920 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
4921
4922         PR debug/80234
4923         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
4924         members with redundant out-of-class redeclaration.
4925
4926 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
4927
4928         PR target/80286
4929         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
4930         * config/i386/i386.md (*zero_extendsidi2):
4931         Add (?*x,*x) and (?*v,*v) alternatives.
4932
4933 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
4934
4935         PR target/79733
4936         * config/i386/i386.c (ix86_expand_builtin)
4937         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
4938         mode from insn data. Convert operands to insn operand mode.
4939         Copy operands that don't satisfy insn predicate to a register.
4940
4941 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
4942
4943         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
4944         Update comments.
4945
4946 2017-04-06  Richard Biener  <rguenther@suse.de>
4947
4948         PR tree-optimization/80334
4949         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
4950         preserve alignment of accesses.
4951
4952 2017-04-06  Richard Biener  <rguenther@suse.de>
4953
4954         PR tree-optimization/80262
4955         * tree-sra.c (build_ref_for_offset): Preserve address-space
4956         information.
4957         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
4958         Drop useless address-space information on MEM_REF offsets.
4959
4960 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
4961
4962         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
4963
4964 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
4965
4966         PR rtl-optimization/70703
4967         * ira-color.c (update_conflict_hard_regno_costs): Use
4968         HOST_WIDE_INT instead of long.
4969
4970 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
4971
4972         PR target/80298
4973         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
4974         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
4975         is not defined.
4976         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
4977         for x86_64 target.  Handle -m3dnowa option.
4978
4979 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
4980
4981         PR rtl-optimization/70703
4982         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
4983         (update_conflict_hard_regno_costs): Use long instead of unsigned
4984         arithmetic for cost calculation.
4985
4986 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
4987             Bernd Edlinger  <bernd.edlinger@hotmail.de>
4988
4989         PR sanitizer/80308
4990         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
4991         for big endian.
4992
4993 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
4994
4995         PR target/78002
4996         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
4997         ptr_mode with Pmode throughout.
4998         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
4999         into probe_stack_range and use DImode.
5000
5001 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5002
5003         PR target/79890
5004         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
5005         call_eh_return is true.
5006
5007 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5008
5009         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
5010         Initialize last_match_fntype_index.
5011
5012 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
5013
5014         PR target/80310
5015         * tree-nvr.c: Include internal-fn.h.
5016         (pass_return_slot::execute): Ignore internal calls without
5017         direct optab.
5018
5019 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
5020             Richard Biener  <rguenther@suse.de>
5021
5022         PR c++/80297
5023         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
5024         captures used multiple times, except for the last use.
5025         * generic-match-head.c: Include gimplify.h.
5026
5027 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
5028
5029         PR tree-optimization/79390
5030         * target.h (struct noce_if_info): Declare.
5031         * targhooks.h (default_noce_conversion_profitable_p): Declare.
5032         * target.def (noce_conversion_profitable_p): New target hook.
5033         * ifcvt.h (struct noce_if_info): New type, moved from ...
5034         * ifcvt.c (struct noce_if_info): ... here.
5035         (noce_conversion_profitable_p): Renamed to ...
5036         (default_noce_conversion_profitable_p): ... this.  No longer
5037         static nor inline.
5038         (noce_try_store_flag_constants, noce_try_addcc,
5039         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
5040         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
5041         instead of noce_conversion_profitable_p.
5042         * config/i386/i386.c: Include ifcvt.h.
5043         (ix86_option_override_internal): Don't override
5044         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
5045         (ix86_noce_conversion_profitable_p): New function.
5046         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
5047         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
5048         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
5049         * doc/tm.texi: Regenerated.
5050
5051 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5052
5053         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
5054         correction.
5055
5056 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5057
5058         PR target/80307
5059         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
5060         instructions for small multiply cores.
5061
5062 2017-04-04  Jeff Law  <law@redhat.com>
5063
5064         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
5065         added member.
5066         (mips_expand_vec_perm_const): Initialize elements in orig_perm
5067         that are not set by the loop over the elements.
5068
5069 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
5070
5071         PR target/80286
5072         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
5073         int mode, convert_modes it to mode as unsigned, otherwise use
5074         lowpart_subreg to mode rather than SImode.
5075         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
5076         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
5077         Use DImode instead of SImode for the shift count operand.
5078         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
5079         Likewise.
5080
5081 2017-04-04  Richard Biener  <rguenther@suse.de>
5082
5083         PR middle-end/80281
5084         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
5085         arithmetic done for the negate or the plus.  Simplify.
5086         (A - (-B) -> A + B): Likewise.
5087         * fold-const.c (split_tree): Make sure to not negate pointers.
5088
5089 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
5090
5091         PR rtl-optimization/60818
5092         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
5093         a compare of comparisons with the thing compared if this results
5094         in a different machine mode.
5095
5096 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
5097
5098         * alias.c (base_alias_check): Fix typo in comment.
5099         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
5100         * cgraphunit.c (symbol_table::compile): Likewise.
5101         * collect2.c (maybe_run_lto_and_relink): Likewise.
5102         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
5103         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
5104         * config/avr/avr.c (avr_map_op_t): Likewise.
5105         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
5106         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
5107         * config/epiphany/epiphany.md (movcc): Likewise.
5108         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
5109         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
5110         Likewise.
5111         * config/mips/mips.c (mips_save_restore_reg): Likewise.
5112         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
5113         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
5114         * config/sh/sh.c (sh_rtx_costs): Likewise.
5115         * fold-const.c (fold_truth_andor): Likewise.
5116         * genautomata.c (collapse_flag): Likewise.
5117         * gengtype.h (struct type::u::s): Likewise.
5118         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
5119         * input.c (FORMAT_AMOUNT): Likewise.
5120         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
5121         (known_aggs_to_agg_replacement_list): Likewise.
5122         * ipa-inline-analysis.c: Likewise.
5123         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
5124         * ipa-polymorphic-call.c
5125         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
5126         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
5127         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
5128         Likewise.
5129         * modulo-sched.c (apply_reg_moves): Likewise.
5130         * omp-expand.c (build_omp_regions_1): Likewise.
5131         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
5132         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
5133         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
5134         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
5135         * value-prof.c: Likewise.
5136         * var-tracking.c (val_reset): Likewise.
5137
5138 2017-04-03  Richard Biener  <rguenther@suse.de>
5139
5140         PR tree-optimization/80275
5141         * fold-const.c (split_address_to_core_and_offset): Handle
5142         POINTER_PLUS_EXPR.
5143
5144 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
5145
5146         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
5147         descriptors is at least equal to that of functions.
5148
5149 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
5150
5151         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
5152
5153 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
5154
5155         PR target/80250
5156         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
5157         (mov<IMOD4:mode>): New expander.
5158         (*mov<IMOD4:mode>_internal): New insn and split pattern.
5159
5160 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
5161
5162         PR rtl-optimization/79405
5163         * fwprop.c (propagations_left): New variable.
5164         (forward_propagate_into): Decrement it.
5165         (fwprop_init): Initialize it.
5166         (fw_prop): If the variable has reached zero, stop propagating.
5167         (fwprop_addr): Ditto.
5168
5169 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
5170
5171         PR debug/79255
5172         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
5173         a FUNCTION_DECL, pass it as decl instead of origin to
5174         process_scope_var.
5175
5176 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
5177
5178         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
5179         string.
5180
5181 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
5182
5183         PR target/80107
5184         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
5185         TARGET_VSX_SMALL_INTEGER.
5186
5187 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5188
5189         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
5190         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
5191
5192 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5193
5194         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
5195         extraction from odd-numbered MSA register.
5196
5197 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
5198
5199         PR middle-end/80173
5200         * expmed.c (store_bit_field_1): Don't attempt to create
5201         a word subreg out of hard registers wider than word if they
5202         have HARD_REGNO_NREGS of 1 for their mode.
5203
5204         PR middle-end/80163
5205         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
5206         conversions to integer types wider than word and pointer.
5207
5208         PR debug/80025
5209         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
5210         (rtx_equal_for_cselib_p): Pass 0 to it.
5211         * cselib.c (cselib_hasher::equal): Likewise.
5212         (rtx_equal_for_cselib_1): Add depth argument.  If depth
5213         is 128, don't look up VALUE locs and punt.  Increment
5214         depth in recursive calls when walking VALUE locs.
5215
5216 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5217
5218         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
5219         (make_gcov_file_name): Use the canonical path name for generating
5220         the MD5 value.
5221         (read_line): Fix handling of files with ascii null bytes.
5222
5223 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
5224
5225         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
5226         to initialise a vector register instead
5227         of using a const_int.
5228
5229 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
5230
5231         PR translation/80189
5232         * gimplify.c (omp_default_clause): Use %qs instead of %s in
5233         diagnostic messages.
5234
5235 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
5236
5237         PR target/80246
5238         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
5239         (dfp_diex_<mode>): Update mode of operand 1.
5240         * doc/extend.texi (dxex, dxexq): Document change to return type.
5241         (diex, diexq): Document change to argument type.
5242
5243 2017-03-30  Martin Jambor  <mjambor@suse.cz>
5244
5245         PR ipa/77333
5246         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
5247         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
5248         it reflects the signature changes performed at the callee side.
5249         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
5250         to cgraph_build_function_type_skip_args.
5251         (build_function_decl_skip_args): Adjust call to the above function.
5252
5253 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
5254
5255         PR target/80206
5256         * config/i386/sse.md
5257         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
5258         register as dest whenever it is a MEM not rtx_equal_p to the
5259         corresponding dup operand, and when forcing into reg move the
5260         reg into the memory afterwards.
5261         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
5262         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
5263         for the force_reg mode.
5264         (avx512vl_vextractf128<mode>): Use register as dest either
5265         always when a MEM, or when it is a MEM not rtx_equal_p to the
5266         corresponding dup operand, or even not when it is a CONST_VECTOR
5267         depending on the mode and lo vs. hi.
5268         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
5269         parens.
5270         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
5271         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
5272         Likewise.  Require that operands[2] is even.
5273         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
5274         Remove extraneous parens.  Require that operands[2] is a multiple
5275         of 4.
5276         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
5277         operands[0] is a MEM if <mask_applied>, the predicates/constraints
5278         disallow memory then.
5279
5280 2017-03-30  Richard Biener  <rguenther@suse.de>
5281
5282         PR tree-optimization/77498
5283         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
5284         to non-constants over backedges.
5285
5286 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
5287
5288         PR rtl-optimization/80233
5289         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
5290         as last_combined_insn.  Do not test for BARRIER_P separately.
5291
5292 2017-03-29  Andreas Schwab  <schwab@suse.de>
5293
5294         PR ada/80146
5295         * calls.c (prepare_call_address): Convert funexp to Pmode before
5296         copying to temp reg.
5297
5298 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5299
5300         PR tree-optimization/80158
5301         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
5302         Handle possible future case of more than one alternate
5303         interpretation.
5304         (replace_rhs_if_not_dup): Likewise.
5305         (replace_one_candidate): Likewise.
5306
5307 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
5308
5309         PR rtl-optimization/80193
5310         * ira.c (ira): Do not check allocation for LRA.
5311
5312 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
5313
5314         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
5315         (nvptx_output_simt_exit): Declare.
5316         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
5317         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
5318         (init_softstack_frame): Move initialization of crtl->is_leaf to...
5319         (nvptx_declare_function_name): ...here.  Emit declaration of local
5320         memory space buffer for omp_simt_enter insn.
5321         (nvptx_output_unisimt_switch): New.
5322         (nvptx_output_softstack_switch): New.
5323         (nvptx_output_simt_enter): New.
5324         (nvptx_output_simt_exit): New.
5325         * config/nvptx/nvptx.h (struct machine_function): New fields
5326         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
5327         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
5328         (UNSPECV_SIMT_EXIT): Ditto.
5329         (omp_simt_enter_insn): New insn.
5330         (omp_simt_enter): New expansion.
5331         (omp_simt_exit): New insn.
5332         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
5333
5334         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
5335         (expand_GOMP_SIMT_ENTER_ALLOC): New.
5336         (expand_GOMP_SIMT_EXIT): New.
5337         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
5338         (GOMP_SIMT_ENTER_ALLOC): Ditto.
5339         (GOMP_SIMT_EXIT): Ditto.
5340         * target-insns.def (omp_simt_enter): New insn.
5341         (omp_simt_exit): Ditto.
5342         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
5343         simt_dlist.
5344         (lower_rec_simd_input_clauses): Implement SIMT privatization.
5345         (lower_rec_input_clauses): Likewise.
5346         (lower_lastprivate_clauses): Handle SIMT privatization.
5347
5348         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
5349         (ompdevlow_adjust_simt_enter): New.
5350         (find_simtpriv_var_op): New.
5351         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
5352         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
5353
5354         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
5355         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
5356         (copy_decl_for_dup_finish): Ditto.
5357
5358         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
5359
5360 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
5361
5362         PR target/53383
5363         * config/i386/i386.c (ix86_option_override_internal): Always
5364         allow -mpreferred-stack-boundary=3 for 64-bit targets.
5365
5366 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
5367
5368         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
5369
5370 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
5371
5372         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
5373         mark new edge's irreducible flag accordign to it.
5374         (vect_do_peeling): Check loop preheader edge's irreducible flag
5375         and pass it to function slpeel_add_loop_guard.
5376
5377 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
5378
5379         PR tree-optimization/80218
5380         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
5381         Update block frequencies and counts.
5382
5383 2017-03-28  Richard Biener  <rguenther@suse.de>
5384
5385         PR tree-optimization/78644
5386         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
5387         of a simplification result we may not use it at all.
5388
5389 2017-03-28  Richard Biener  <rguenther@suse.de>
5390
5391         PR ipa/80205
5392         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
5393         without arguments, generate default definition of a SSA name.
5394
5395 2017-03-28  Richard Biener  <rguenther@suse.de>
5396
5397         PR middle-end/80222
5398         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
5399         TYPE_REF_CAN_ALIAS_ALL references.
5400         * fold-const.c (fold_indirect_ref_1): Likewise.
5401
5402 2017-03-28  Martin Liska  <mliska@suse.cz>
5403
5404         PR ipa/80104
5405         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
5406         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
5407
5408 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
5409             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
5410
5411         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
5412         (EXTRA_SPECS): Define.
5413         (SUBTARGET_EXTRA_SPECS): Likewise.
5414         (SUBTARGET_CPP_SPEC): Likewise.
5415         * config/arc/elf.h (EXTRA_SPECS): Renamed to
5416         SUBTARGET_EXTRA_SPECS.
5417         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
5418
5419 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
5420
5421         * config/arc/simdext.md (vst64_insn): Update pattern.
5422         (vld32wh_insn): Likewise.
5423         (vld32wl_insn): Likewise.
5424         (vld64_insn): Likewise.
5425         (vld32_insn): Likewise.
5426
5427 2017-03-28  Marek Polacek  <polacek@redhat.com>
5428
5429         PR sanitizer/80067
5430         * fold-const.c (fold_comparison): Use protected_set_expr_location
5431         instead of SET_EXPR_LOCATION.
5432
5433 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
5434
5435         * tree.c (add_expr): Avoid name lookup warning.
5436
5437 2017-03-27  Jeff Law  <law@redhat.com>
5438
5439         PR tree-optimization/80216
5440         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
5441         function name.  Limit recursion depth.
5442         (record_temporary_equivalences): Corresponding changes.
5443
5444 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
5445
5446         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
5447         covered first.
5448
5449 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
5450
5451         PR target/80102
5452         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
5453         notes.
5454         * cfgcleanup.c (reg_note_cfa_p): New array.
5455         (insns_have_identical_cfa_notes): New function.
5456         (old_insns_match_p): Don't cross-jump in between /f
5457         and non-/f instructions.  If both i1 and i2 are frame related,
5458         verify all CFA notes, their order and content.
5459
5460 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
5461
5462         PR target/78543
5463         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
5464         HImode and SImode with zero extend to DImode to one insn.
5465         (bswap<mode>2_extenddi): Likewise.
5466         (bswapsi2_extenddi): Likewise.
5467         (bswaphi2_extendsi): Likewise.
5468         (bswaphi2): Combine bswap HImode and SImode into one insn.
5469         Separate memory insns from swapping register.
5470         (bswapsi2): Likewise.
5471         (bswap<mode>2): Likewise.
5472         (bswaphi2_internal): Delete, no longer used.
5473         (bswapsi2_internal): Likewise.
5474         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
5475         store, and gpr<-gpr swap insns.
5476         (bswap<mode>2_store): Likewise.
5477         (bswaphi2_reg): Register only splitter, combine with the splitter.
5478         (bswaphi2 splitter): Likewise.
5479         (bswapsi2_reg): Likewise.
5480         (bswapsi2 splitter): Likewise.
5481         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
5482         the insns into load, store, and register/register insns.
5483         (bswapdi2_ldbrx): Likewise.
5484         (bswapdi2_load): Likewise.
5485         (bswapdi2_store): Likewise.
5486         (bswapdi2_reg): Likewise.
5487
5488 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
5489
5490         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
5491         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
5492
5493 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5494
5495         PR target/80103
5496         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
5497         add comments.
5498         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
5499         special handling for target option conflicts between dform
5500         options (-mpower9-dform, -mpower9-dform-vector,
5501         -mpower9-dform-scalar) and -mno-direct-move.
5502
5503 2017-03-27  Richard Biener  <rguenther@suse.de>
5504
5505         PR tree-optimization/80181
5506         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
5507
5508 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
5509
5510         * config/arc/predicates.md (move_double_src_operand): Replace the
5511         call to move_double_src_operand with a call to address_operand.
5512
5513 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
5514
5515         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
5516         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
5517         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
5518
5519 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
5520
5521         * config/arc/predicates.md (long_immediate_loadstore_operand):
5522         Consider scaled addresses cases.
5523
5524 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
5525
5526         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
5527         restored when in interrupt.
5528         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
5529         doesn't have delay slot.
5530
5531 2017-03-27  Richard Biener  <rguenther@suse.de>
5532
5533         PR ipa/79776
5534         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
5535         inlined thunk clones.
5536
5537 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
5538
5539         PR sanitizer/80168
5540         * asan.c (instrument_derefs): Copy over last operand from
5541         original COMPONENT_REF to the new COMPONENT_REF with
5542         DECL_BIT_FIELD_REPRESENTATIVE.
5543         * ubsan.c (instrument_object_size): Likewise.
5544
5545 2017-03-27  Richard Biener  <rguenther@suse.de>
5546
5547         PR tree-optimization/80170
5548         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
5549         sure DR/SCEV didnt fold in constants we do not see when looking
5550         at the reference base alignment.
5551
5552 2017-03-27  Richard Biener  <rguenther@suse.de>
5553
5554         PR middle-end/80171
5555         * gimple-fold.c (fold_ctor_reference): Properly guard against
5556         NULL return value from canonicalize_constructor_val.
5557
5558 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
5559
5560         PR target/80180
5561         * config/i386/i386.c (ix86_expand_builtin)
5562         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
5563         flags reg setting and flags reg using instructions.
5564         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
5565         clobbering instructions to zero extend op2.
5566
5567 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
5568
5569         * doc/install.texi (Configuration) <--with-aix-soname>:
5570         Update link to AIX ld.
5571
5572 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
5573
5574         PR rtl-optimization/80160
5575         PR rtl-optimization/80159
5576         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
5577         reg_alternate_class into account.
5578
5579 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
5580
5581         PR target/80148
5582         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
5583         to consider in curr_insn_transform.
5584
5585 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
5586
5587         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
5588         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
5589         and emit_mode_inner.
5590
5591 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5592
5593         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
5594         argument to the overloaded builtin variants.  Use the new flag to
5595         deprecate certain builtin variants.
5596         * config/s390/s390-builtin-types.def: Add new builtin types.
5597         * config/s390/s390-builtins.h: Support new flags field for
5598         overloaded builtins.
5599         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
5600         (s390_macro_to_expand): Enable vector float data type.
5601         (s390_cpu_cpp_builtins_internal): Indicate support of the new
5602         builtins by incrementing the __VEC__ version number.
5603         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
5604         vec_xst.
5605         (s390_resolve_overloaded_builtin): Emit error messages depending
5606         on the builtin flags.
5607         * config/s390/s390.c (s390_expand_builtin): Support additional
5608         flags argument.  Change error message to match the messages
5609         emitted in s390-c.c.
5610         * config/s390/s390.md: New UNSPEC_* constants.
5611         (op_type): Add new instruction types.
5612         * config/s390/vecintrin.h: Add new builtins and test data class
5613         constants.
5614         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
5615         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
5616         (VEC_INEXACT, VEC_NOINEXACT): New constants.
5617         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
5618         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
5619         ("vec_mergel<mode>"): V_HW -> VEC_HW.
5620
5621         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
5622         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
5623         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
5624         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
5625
5626         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
5627         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
5628         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
5629         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
5630
5631         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
5632         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
5633         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
5634         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
5635         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
5636         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
5637         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
5638
5639         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
5640         ("vec_scatter_element<V_HW_4:mode>_DI")
5641         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
5642         ("vec_fpint<mode>", "vflls")
5643         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
5644         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
5645         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
5646         ("*vec_cmphe<mode>_cc"): ... these.
5647
5648         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
5649         mode constant instead of magic value.
5650
5651 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5652
5653         * config/s390/s390.c (s390_expand_vec_compare): Support other
5654         vector floating point modes than just V2DF.
5655         (s390_expand_vcond): Likewise.
5656         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
5657         (s390_cannot_change_mode_class): Prevent mode changes between TF
5658         and V1TF in vector registers.
5659         * config/s390/s390.md (DF, SF): New mode attributes.
5660         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
5661         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
5662         SFmode support for VRs.
5663         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
5664         vector fp modes.
5665         (VFT, VF_HW): New mode iterators.
5666         (vw, sdx): New mode attributes.
5667         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
5668         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
5669         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
5670         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
5671         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
5672         also the new vector floating point modes.  Renaming to ...
5673
5674         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
5675         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
5676         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
5677         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
5678         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
5679         ("vec_unordered<mode>"): ... these.
5680
5681         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
5682         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
5683         ("*vec_extendv2df"): New insn definitions.
5684
5685 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5686
5687         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
5688         ("mulditi3_2", "*muldi3_sign"): New patterns.
5689         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
5690         rename the pattern definition.
5691
5692 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5693
5694         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
5695         expander.
5696         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
5697
5698 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5699
5700         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
5701         instruction if possible.
5702         * config/s390/vector.md (vec_halfnumelts): New mode
5703         attribute.
5704         ("*vec_vllezlf<mode>"): New pattern.
5705
5706 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5707
5708         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
5709         ("popcountv4si2", "popcountv2di2"): Rename to ...
5710         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
5711         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
5712         condition.
5713         ("popcount<mode>2_vxe"): New pattern.
5714
5715 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5716
5717         * common/config/s390/s390-common.c (processor_flags_table): Add
5718         arch12.
5719         * config.gcc: Add arch12.
5720         * config/s390/driver-native.c (s390_host_detect_local_cpu):
5721         Default to arch12 for unknown CPU model numbers.
5722         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
5723         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
5724         PROCESSOR_max sanity check.
5725         * config/s390/s390-opts.h (enum processor_type): Add
5726         PROCESSOR_ARCH12.
5727         * config/s390/s390.c (processor_table): Add arch12.
5728         (s390_expand_builtin): Add check for B_VXE flag.
5729         (s390_issue_rate): Add PROCESSOR_ARCH12.
5730         (s390_get_sched_attrmask): Likewise.
5731         (s390_get_unit_mask): Likewise.
5732         (s390_sched_score): Enable z13 scheduling for arch12.
5733         (s390_sched_reorder): Likewise.
5734         (s390_sched_variable_issue): Likewise.
5735         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
5736         PF_VXE.
5737         (s390_tune_attr): Use z13 scheduling also for arch12.
5738         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
5739         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
5740         (TARGET_VXE_P): New macros.
5741         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
5742         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
5743         * config/s390/s390.opt: Add arch12 as processor_type.
5744
5745 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5746
5747         * config/s390/s390.md
5748         ("fixuns_truncdddi2", "fixuns_trunctddi2")
5749         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
5750         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
5751
5752         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
5753         Rename expanders to ...
5754
5755         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
5756         ("fixuns_truncdddi2_emu"): ... these.
5757
5758         ("fixuns_trunc<mode>si2_emu"): New expander.
5759
5760         ("*fixuns_truncdfdi2_z13"): Rename to ...
5761         ("*fixuns_truncdfdi2_vx"): ... this.
5762
5763 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5764
5765         * config/s390/2964.md: Remove the single element vector compare
5766         instructions which are no longer used.
5767         * config/s390/s390.c (s390_select_ccmode): Remove handling of
5768         vector CCmodes.
5769         (s390_canonicalize_comparison): Remove handling of DFmode
5770         compares.
5771         (s390_expand_vec_compare_scalar): Remove function.
5772         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
5773         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
5774         pattern.
5775         ("*cmp<mode>_ccs"): Add wfcdb instruction.
5776
5777 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5778
5779         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
5780         FP zero.
5781         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
5782         will anyway by matched by mov<mode>_64dfp.
5783
5784 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5785
5786         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
5787         vlef/vstef.  Add missing operand to vleif.
5788
5789 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5790
5791         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
5792         pair for all vector types with 64 bit elements.
5793         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
5794         * config/s390/vector.md (V_HW_64): ... here.
5795         (V_128_NOSINGLE): New mode iterator.
5796         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
5797         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
5798         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
5799         ("*vec_load_pairv2di"): Change to ...
5800         ("*vec_load_pair<mode>"): ... this one.
5801
5802 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5803
5804         * config/s390/constraints.md: Add comments.
5805         (jKK): Reject element sizes > 8 bytes.
5806         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
5807         s_operands.
5808         * config/s390/s390.md: Add the s_operand checks formerly in
5809         s390_split_ok_p to various splitters where they are still
5810         required.
5811         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
5812         for 128 bit vectors.  Plus two splitters.
5813
5814 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5815
5816         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
5817         the file.
5818
5819 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5820
5821         PR target/79893
5822         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
5823         error if the boundary argument is not constant.
5824
5825 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
5826
5827         PR rtl-optimization/80112
5828         * loop-doloop.c (doloop_condition_get): Don't check condition
5829         if cmp isn't SET with IF_THEN_ELSE src.
5830
5831 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5832
5833         PR tree-optimization/80158
5834         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
5835         replacing a candidate statement, also replace it for the
5836         candidate's alternate interpretation.
5837         (replace_rhs_if_not_dup): Likewise.
5838         (replace_one_candidate): Likewise.
5839
5840 2017-03-24  Richard Biener  <rguenther@suse.de>
5841
5842         PR tree-optimization/80167
5843         * graphite-isl-ast-to-gimple.c
5844         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
5845         properly.
5846         (translate_isl_ast_to_gimple::get_rename): Likewise.
5847
5848 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5849
5850         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
5851         handling of certain combinations of target options, including the
5852         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
5853         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
5854
5855 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5856
5857         PR target/71436
5858         * config/arm/arm.md (*load_multiple): Add reload_completed to
5859         matching condition.
5860
5861 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5862             Richard Biener  <rguenth@suse.de>
5863
5864         PR tree-optimization/79908
5865         PR tree-optimization/80136
5866         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
5867         been cast away, gimplify_and_add suffices.
5868
5869 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
5870
5871         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
5872
5873 2017-03-23  Richard Biener  <rguenther@suse.de>
5874
5875         PR tree-optimization/80032
5876         * gimplify.c (gimple_push_cleanup): Forced unconditional
5877         cleanups still have to go to the conditional_cleanups
5878         sequence.
5879
5880 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
5881
5882         PR tree-optimization/80072
5883         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
5884         to unsigned int.
5885         (next_operand_entry_id): Change type to unsigned int.
5886         (sort_by_operand_rank): Make sure to return the right return value
5887         even if unsigned fields are bigger than INT_MAX.
5888         (struct oecount): Change cnt and id type to unsigned int.
5889         (oecount_hasher::equal): Formatting fix.
5890         (oecount_cmp): Make sure to return the right return value
5891         even if unsigned fields are bigger than INT_MAX.
5892         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
5893
5894         PR c++/80129
5895         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
5896         TREE_READONLY on result if writing it more than once.
5897
5898         PR sanitizer/80110
5899         * doc/invoke.texi (-fsanitize=thread): Document that with
5900         -fnon-call-exceptions atomics are not able to throw
5901         exceptions.
5902
5903         PR sanitizer/80110
5904         * tsan.c: Include tree-eh.h.
5905         (instrument_builtin_call): Call maybe_clean_eh_stmt or
5906         maybe_clean_or_replace_eh_stmt where needed.
5907         (instrument_memory_accesses): Add cfg_changed argument.
5908         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
5909         if it returned true.
5910         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
5911
5912         PR rtl-optimization/63191
5913         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
5914         wrapper function, moved the whole old content into ...
5915         (ix86_delegitimize_address_1): ... this.  New inline function.
5916         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
5917         true as last argument instead of ix86_delegitimize_address.
5918
5919 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
5920
5921         * config/aarch64/aarch64.c (generic_branch_cost): Copy
5922         cortexa57_branch_cost.
5923
5924 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
5925
5926         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
5927
5928 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
5929
5930         PR target/80123
5931         * doc/md.texi (Constraints): Document wA constraint.
5932         * config/rs6000/constraints.md (wA): New.
5933         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
5934         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
5935         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
5936         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
5937
5938 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
5939
5940         PR c++/80029
5941         * gimplify.c (is_oacc_declared): New function.
5942         (oacc_default_clause): Use it to set default flags for acc declared
5943         variables inside parallel regions.
5944         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
5945         declared variables.
5946         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
5947         declare attribute to any decl as necessary.
5948
5949 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5950
5951         PR target/80082
5952         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
5953         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
5954         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
5955         (arm_arch_lpae): This.
5956         * config/arm/arm.c (arm_arch7ve): Rename into ...
5957         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
5958         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
5959         arm_arch_lpae.
5960
5961 2017-03-22  Martin Liska  <mliska@suse.cz>
5962
5963         PR target/79906
5964         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
5965         error message instead of an ICE.
5966
5967 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5968
5969         * doc/extend.texi (6.11 Additional Floating Types): Revise.
5970
5971 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5972
5973         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
5974         comments.
5975         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
5976         comments.
5977
5978 2017-03-21  Martin Sebor  <msebor@redhat.com>
5979
5980         * doc/extend.texi: Use "cannot" instead of "can't."
5981         * doc/hostconfig.texi: Same.
5982         * doc/install.texi: Same.
5983         * doc/invoke.texi: Same.
5984         * doc/loop.texi: Same.
5985         * doc/md.texi: Same.
5986         * doc/objc.texi: Same.
5987         * doc/rtl.texi: Same.
5988         * doc/tm.texi: Same.
5989         * doc/tm.texi.in: Same.
5990         * doc/trouble.texi: Same.
5991
5992 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
5993
5994         PR debug/63238
5995         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
5996         (collect_checksum_attributes): Set it.
5997         (die_checksum_ordered): Use it.
5998
5999 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6000
6001         PR tree-optimization/79908
6002         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
6003         change: For a VA_ARG whose LHS has been cast away, use
6004         force_gimple_operand to construct the side effects.
6005
6006 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
6007
6008         PR translation/80001
6009         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
6010         more amenable to translation.
6011         (oacc_loop_auto_partitions): Likewise.
6012
6013 2017-03-21  Marek Polacek  <polacek@redhat.com>
6014             Martin Sebor  <msebor@redhat.com>
6015
6016         PR tree-optimization/80109
6017         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
6018         on INTEGRAL_TYPE_P.
6019
6020 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
6021             Segher Boessenkool  <segher@kernel.crashing.org>
6022
6023         PR target/80125
6024         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
6025         check reg_used_between_p between insn and one of succ or succ2
6026         depending on if succ is artificial insn not inserted into insn
6027         stream.
6028
6029 2017-03-21  Martin Liska  <mliska@suse.cz>
6030
6031         PR gcov-profile/80081
6032         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
6033         * doc/gcc.texi: Include gcov-dump stuff.
6034         * doc/gcov-dump.texi: New file.
6035
6036 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
6037
6038         PR rtl-optimization/79150
6039         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
6040         conditional jump, if the jump is the last insn of the loop.
6041
6042 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6043             Richard Biener  <rguenth@suse.de>
6044
6045         PR tree-optimization/79908
6046         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
6047         been cast away, use force_gimple_operand to construct the side
6048         effects.
6049
6050 2017-03-21  Martin Liska  <mliska@suse.cz>
6051
6052         PR libfortran/79956
6053         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
6054         to NULL.
6055
6056 2017-03-21  Brad Spengler <spender@grsecurity.net>
6057
6058         PR plugins/80094
6059         * plugin.c (htab_hash_plugin): New function.
6060         (add_new_plugin): Use it and adjust.
6061         (parse_plugin_arg_opt): Adjust.
6062         (init_one_plugin): Likewise.
6063
6064 2017-03-21  Richard Biener  <rguenther@suse.de>
6065
6066         PR tree-optimization/80032
6067         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
6068         if set force the cleanup to happen unconditionally.
6069         (gimplify_target_expr): Push inserted clobbers with force_uncond
6070         to avoid them being removed by control-dependent DCE.
6071
6072 2017-03-21  Richard Biener  <rguenther@suse.de>
6073
6074         PR tree-optimization/80122
6075         * tree-inline.c (copy_bb): Do not expans va-arg packs or
6076         va_arg_pack_len when the inlined call stmt requires pack
6077         expansion itself.
6078         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
6079
6080 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
6081
6082         PR sanitizer/78158
6083         * tsan.c (instrument_builtin_call): If the memory model argument
6084         is not a constant, assume it is valid.
6085
6086         PR c/67338
6087         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
6088         avoid UB.
6089
6090 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
6091
6092         PR rtl-optimization/79910
6093         * combine.c (can_combine_p): Do not allow combining an I0 or I1
6094         if its dest is used by an insn before I2 (other than the combined
6095         insns themselves, which are properly handled already).
6096
6097 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
6098
6099         Revert:
6100         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
6101
6102         * combine.c (record_used_regs): New static function.
6103         (try_combine): Handle situations where there is an additional
6104         instruction between I2 and I3 which needs to have a LOG_LINK
6105         updated.
6106
6107         Revert:
6108         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
6109
6110         * combine.c (try_combine): Delete redundant i1 test.  Call
6111         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
6112
6113 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
6114
6115         PR target/80083
6116         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
6117         alternatives 13/14.
6118
6119 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6120
6121         PR tree-optimization/80054
6122         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
6123         the optimization if a PHI or any of its arguments is not dominated
6124         by the candidate's basis.  Use gphi* rather than gimple* as
6125         appropriate.
6126         (replace_profitable_candidates): Clean up a gimple* variable that
6127         should be a gphi* variable.
6128
6129 2017-03-20  Martin Sebor  <msebor@redhat.com>
6130
6131         PR c++/52477
6132         * doc/extend.texi (attribute constructor): Document present limitation.
6133
6134 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6135
6136         PR target/79963
6137         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
6138         __POWER9_VECTOR__ #ifdef control, change template definition to
6139         use Power9-specific built-in function.
6140         (vec_any_eq): Likewise.
6141         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
6142         to control outcomes from this test.
6143         (vector_ae_<mode>p): For VEC_F modes, likewise.
6144
6145 2017-03-20  Ian Lance Taylor  <iant@google.com>
6146
6147         * config/i386/i386.c (ix86_function_regparm): Save an extra
6148         register for -fsplit-stack with DECL_STATIC_CHAIN.
6149
6150 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
6151
6152         PR target/79912
6153         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
6154         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
6155
6156 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
6157
6158         * config/riscv/riscv.c (riscv_print_operand): Use "fence
6159         iorw,ow".
6160         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
6161         iorw,iorw".
6162
6163 2017-03-20  Marek Polacek  <polacek@redhat.com>
6164
6165         PR sanitizer/80063
6166         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
6167
6168 2017-03-20  Richard Biener  <rguenther@suse.de>
6169
6170         PR tree-optimization/80113
6171         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
6172         allocate extra SSA name for PHI def.
6173         (add_close_phis_to_outer_loops): Likewise.
6174         (add_close_phis_to_merge_points): Likewise.
6175         (copy_loop_close_phi_args): Likewise.
6176         (copy_cond_phi_nodes): Likewise.
6177
6178 2017-03-20  Martin Liska  <mliska@suse.cz>
6179
6180         PR middle-end/79753
6181         * tree-chkp.c (chkp_build_returned_bound): Do not build
6182         returned bounds for a LHS that's not a BOUNDED_P type.
6183
6184 2017-03-20  Martin Liska  <mliska@suse.cz>
6185
6186         PR target/79769
6187         PR target/79770
6188         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
6189         COMPLEX_CST and VECTOR_CST.
6190
6191 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6192
6193         PR target/78857
6194         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
6195         target operand.  A new splitter adds the clobber statement in case
6196         the target operand is dead anyway.
6197
6198 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
6199
6200         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
6201         to age-old versions of binutils and glibc.
6202
6203 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
6204
6205         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
6206
6207 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
6208
6209         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
6210
6211 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
6212
6213         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
6214         requirement for binutils 2.13.
6215
6216 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
6217
6218         * combine.c (try_combine): Delete redundant i1 test.  Call
6219         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
6220
6221 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
6222
6223         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
6224         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
6225         contents.
6226         <riscv64-*-elf>: Re-arrange section
6227         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
6228         <riscv32-*-linux>: Likewise.
6229         <riscv64-*-elf>: Likewise
6230         <riscv64-*-linux>: Likewise.
6231
6232 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
6233
6234         PR target/80052
6235         * aarch64.opt(verbose-cost-dump): Fix typo.
6236
6237 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
6238
6239         PR target/79951
6240         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
6241         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
6242
6243 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
6244
6245         * reload.c (find_reloads): When reloading a nonoffsettable address,
6246         use RELOAD_OTHER for it and its address reloads.
6247
6248         PR rtl-optimization/79910
6249         * combine.c (record_used_regs): New static function.
6250         (try_combine): Handle situations where there is an additional
6251         instruction between I2 and I3 which needs to have a LOG_LINK
6252         updated.
6253
6254 2017-03-17  Jeff Law  <law@redhat.com>
6255
6256         PR tree-optimization/71437
6257         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
6258         conditional in the hash table first.
6259         (vrp_dom_walker::before_dom_children): Extract condition from
6260         ASSERT_EXPR.  Record condition, its inverion and any implied
6261         conditions as well.
6262
6263 2017-03-17  Marek Polacek  <polacek@redhat.com>
6264             Markus Trippelsdorf  <markus@trippelsdorf.de>
6265
6266         PR tree-optimization/80079
6267         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
6268         m_stores_head.
6269
6270 2017-03-17  Richard Biener  <rguenther@suse.de>
6271
6272         PR middle-end/80075
6273         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
6274         Properly verify the LHS before the RHS possibly claims to be
6275         handled.
6276         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
6277         do not throw.
6278
6279 2017-03-17  Martin Jambor  <mjambor@suse.cz>
6280
6281         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
6282         (List of -O2 options): Likewise.
6283         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
6284         (-fipa-vrp) New.
6285
6286 2017-03-17  Tom de Vries  <tom@codesourcery.com>
6287
6288         * gcov-dump.c (print_usage): Print bug_report_url.
6289
6290 2017-03-17  Richard Biener  <rguenther@suse.de>
6291
6292         PR middle-end/80050
6293         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
6294         (parser::peek): Likewise.
6295
6296 2017-03-17  Richard Biener  <rguenther@suse.de>
6297
6298         PR tree-optimization/80048
6299         * sese.c (free_sese_info): Properly release rename_map and
6300         copied_bb_map elements.
6301
6302 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
6303
6304         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
6305         Add linked-list forward and backlinks.  Insert on
6306         construction, remove on destruction.
6307         (class pass_store_merging): Add m_stores_head field.
6308         (pass_store_merging::terminate_and_process_all_chains):
6309         Iterate over m_stores_head list.
6310         (pass_store_merging::terminate_all_aliasing_chains):
6311         Likewise.
6312         (pass_store_merging::execute): Check for debug stmts first.
6313         Push new chains onto the m_stores_head stack.
6314
6315 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
6316
6317         PR target/71294
6318         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
6319         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
6320         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
6321
6322 2017-03-16  Jeff Law  <law@redhat.com>
6323
6324         PR tree-optimization/71437
6325         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
6326         member function.  Implementation moved into after_dom_children
6327         member function and into the threader's thread_outgoing_edges
6328         function.
6329         (dom_opt_dom_walker::after_dom_children): Simplify by moving
6330         some code into new thread_outgoing_edges.
6331         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
6332         definition.  Simplify marker handling (do it here).   Assume we always
6333         have the available expression and the const/copies tables.
6334         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
6335         and tree-vrp.c
6336         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
6337         * tree-vrp.c (equiv_stack): No longer file scoped.
6338         (vrp_dom_walker): New class.
6339         (vrp_dom_walker::before_dom_children): New member function.
6340         (vrp_dom_walker::after_dom_children): Likewise.
6341         (identify_jump_threads):  Setup domwalker.  Use it rather than
6342         walking edges in a random order by hand.  Simplify setup/finalization.
6343         (finalize_jump_threads): Remove.
6344         (vrp_finalize): Do not call identify_jump_threads here.
6345         (execute_vrp): Do it here instead and call thread_through_all_blocks
6346         here too.
6347
6348         PR tree-optimization/71437
6349         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
6350         callers changed.
6351         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
6352         callers changed.
6353         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
6354         (dom_opt_dom_walker::thread_across_edge): Remove
6355         handle_dominating_asserts argument.  All callers changed.
6356         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
6357         changes.  Remove calls to lhs_of_dominating_assert.  Other
6358         uses of handle_dominating_asserts turn into unconditional code
6359         (simplify_control_stmt_condition_1): Likewise.
6360         (simplify_control_stmt_condition): Likewise.
6361         (thread_through_normal_block, thread_across_edge): Likewise.
6362         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
6363         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
6364         object if it is not an SSA_NAME.
6365         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
6366         before calling into the VRP specific simplifiers.
6367         (identify_jump_threads): Remove handle_dominating_asserts
6368         argument.
6369
6370 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
6371
6372         PR fortran/79886
6373         * tree-diagnostic.c (default_tree_printer): No longer static.
6374         * tree-diagnostic.h (default_tree_printer): New prototype.
6375
6376 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
6377
6378         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
6379         Change ins into fmov.
6380
6381 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6382
6383         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
6384         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
6385         Use h_con constraint for operand 1.
6386         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
6387         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
6388
6389 2017-03-15  Jeff Law  <law@redhat.com>
6390
6391         PR tree-optimization/71437
6392         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
6393         (record_temporary_equivalences): Use it.
6394
6395         PR tree-optimization/71437
6396         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
6397         tree-ssa-scopedtables.
6398         (lookup_avail_expr, build_and_record_new_cond): Likewise.
6399         (record_conditions, record_cond, vuse_eq): Likewise.
6400         (record_edge_info): Adjust to API tweak of record_conditions.
6401         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
6402         (record_temporary_equivalences, optimize_stmt): Likewise.
6403         (eliminate_redundant_computations): Likewise.
6404         (record_equivalences_from_stmt): Likewise.
6405         * tree-ssa-scopedtables.c: Include options.h and params.h.
6406         (vuse_eq): New function, moved from tree-ssa-dom.c
6407         (build_and_record_new_cond): Likewise.
6408         (record_conditions): Likewise.  Accept vector of conditions rather
6409         than edge_equivalence structure for first argument.
6410         for the first argument.
6411         (avail_exprs_stack::lookup_avail_expr): New member function, moved
6412         from tree-ssa-dom.c.
6413         (avail_exprs_stack::record_cond): Likewise.
6414         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
6415         from tree-ssa-dom.c.
6416         (avail_exprs_stack): Add new member functions lookup_avail_expr
6417         and record_cond.
6418         (record_conditions): Declare.
6419
6420 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
6421
6422         PR target/80017
6423         * lra-constraints.c (process_alt_operands): Increase reject for
6424         reloading an input/output operand.
6425
6426 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
6427
6428         PR target/79038
6429         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
6430         insns to convert from signed/unsigned char/short to IEEE 128-bit
6431         floating point.
6432         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
6433
6434 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
6435
6436         PR target/80019
6437         * config/i386/i386.c (ix86_vector_duplicate_value): Create
6438         subreg of inner mode for values already in registers.
6439
6440 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
6441
6442         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
6443         iteration reg is used after the loop.
6444
6445 2017-03-14  Martin Sebor  <msebor@redhat.com>
6446
6447         PR tree-optimization/79800
6448         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
6449         precision in negative-positive range.
6450         (format_floating): Call non-const overload with adjusted precision.
6451
6452 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
6453
6454         PR target/79947
6455         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
6456         -mpowerpc-gfxopt.
6457
6458 2017-03-14  Martin Sebor  <msebor@redhat.com>
6459
6460         PR middle-end/80020
6461         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
6462         * builtins.def (aligned_alloc): Use it.
6463
6464         PR c/79936
6465         * Makefile.in (GTFILES): Add calls.c.
6466         * calls.c: Include "gt-calls.h".
6467
6468 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
6469
6470         PR rtl-optimization/79728
6471         * regs.h (struct target_regs): New field
6472         x_contains_allocatable_regs_of_mode.
6473         (contains_allocatable_regs_of_mode): New macro.
6474         * reginfo.c (init_reg_sets_1): Initialize it, and change
6475         contains_reg_of_mode so it includes global regs as well.
6476         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
6477         rather than contains_regs_of_mode.
6478
6479 2017-03-14  Martin Liska  <mliska@suse.cz>
6480
6481         * doc/invoke.texi: Document options that can't be combined with
6482         -fcheck-pointer-bounds.
6483
6484 2017-03-14  Martin Liska  <mliska@suse.cz>
6485
6486         PR middle-end/79831
6487         * doc/invoke.texi (-Wchkp): Document the option.
6488
6489 2017-03-14  Martin Liska  <mliska@suse.cz>
6490
6491         * Makefile.in: Install gcov-dump.
6492
6493 2017-03-14  Martin Liska  <mliska@suse.cz>
6494
6495         * multiple_target.c (expand_target_clones): Bail out for
6496         an invalid attribute.
6497
6498 2017-03-14  Richard Biener  <rguenther@suse.de>
6499
6500         * alias.c (struct alias_set_entry): Pack properly.
6501         * cfgloop.h (struct loop): Likewise.
6502         * cse.c (struct set): Likewise.
6503         * ipa-utils.c (struct searchc_env): Likewise.
6504         * loop-invariant.c (struct invariant): Likewise.
6505         * lra-remat.c (struct cand): Likewise.
6506         * recog.c (struct change_t): Likewise.
6507         * rtl.h (struct address_info): Likewise.
6508         * symbol-summary.h (function_summary): Likewise.
6509         * tree-loop-distribution.c (struct partition): Likewise.
6510         * tree-object-size.c (struct object_size_info): Likewise.
6511         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
6512         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
6513         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
6514         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
6515         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
6516         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
6517         (struct _stmt_vec_info): Likewise.
6518
6519 2017-03-14  Martin Liska  <mliska@suse.cz>
6520
6521         PR target/79892
6522         * multiple_target.c (create_dispatcher_calls): Check that
6523         a target can create a function dispatcher.
6524
6525 2017-03-14  Martin Liska  <mliska@suse.cz>
6526
6527         PR lto/66295
6528         * multiple_target.c (expand_target_clones): Drop local.local
6529         flag for default implementation.
6530
6531 2017-03-14  Richard Biener  <rguenther@suse.de>
6532
6533         PR tree-optimization/80030
6534         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
6535
6536 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
6537
6538         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
6539         gcc_fallthrough() instead of __attribute__((fallthrough));
6540
6541 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
6542
6543         * doc/gcc.texi: Remove "up" link to (DIR).
6544         * doc/gccint.texi: Ditto.
6545
6546 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
6547
6548         * doc/install.texi (Specific) <avr>: Remove reference to
6549         binutils 2.13.
6550
6551 2017-03-13  Jeff Law  <law@redhat.com>
6552
6553         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
6554         attribute rather than comments.
6555
6556         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
6557         match_scratch operand is highest.
6558
6559 2017-03-13  Martin Liska  <mliska@suse.cz>
6560
6561         PR middle-end/78339
6562         * ipa-pure-const.c (warn_function_noreturn): If the declarations
6563         is a CHKP clone, use original declaration.
6564
6565 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
6566
6567         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
6568         (arc_conditional_register_usage): Use a different allocation order
6569         when optimizing for size.
6570         * common/config/arc/arc-common.c (arc_option_optimization_table):
6571         Section anchors default on when optimizing for size.
6572
6573 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
6574
6575         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
6576
6577 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
6578
6579         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
6580         * config/arc/arc.md (cpu_facility): Add cd variant.
6581         (*movqi_insn): Add code density variant.
6582         (*movhi_insn): Likewise.
6583         (*movqi_insn): Likewise.
6584         (*addsi3_mixed): Likewise.
6585         (subsi3_insn): Likewise.
6586
6587 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
6588
6589         * config/arc/arc.md (movsi_cond_exec): Update constraint.
6590
6591 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
6592
6593         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
6594         expressions with MINUS and UNARY ops.
6595
6596 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6597
6598         PR target/79911
6599         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
6600         Rename to...
6601         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
6602         between vec_select and vector argument.
6603         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
6604         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
6605         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
6606         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
6607         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
6608         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
6609
6610 2017-03-13  Richard Biener  <rguenther@suse.de>
6611
6612         PR other/79991
6613         * params.def (vect-max-peeling-for-alignment): Fix typo.
6614
6615 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
6616
6617         * doc/install.texi (Specific) <mips-*-*>: Remove description of
6618         issue that only occurred with binutils below 2.18.
6619
6620 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
6621
6622         * doc/install.texi (Specific) <cris-axis-elf>: No longer
6623         refer to binutils 2.11/2.12 minimum.
6624
6625 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
6626
6627         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
6628         ftp.kernel.org and simplify binutils requirement.
6629
6630 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
6631
6632         * doc/invoke.texi (Warning Options): Fix spelling of link-time
6633         optimization.
6634         (Optimize Options): Ditto.  Also remove redundancy.
6635
6636 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
6637
6638         PR translation/79848
6639         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
6640         "%qs".
6641         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
6642         to G_ to avoid double translation.
6643
6644 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
6645
6646         PR translation/79923
6647         * auto-profile.c (get_combined_location): Convert leading
6648         character of diagnostics to lower case and remove trailing period.
6649         (read_profile): Likewise for various diagnostics.
6650         * config/arm/arm.c (arm_option_override): Remove trailing period
6651         from various diagnostics.
6652         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
6653         (msp430_expand_delay_cycles): Likewise.
6654
6655 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
6656
6657         PR target/79925
6658         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
6659         full command-line argument, rather than just "str".
6660         (aarch64_validate_march): Likewise.
6661         (aarch64_validate_mtune): Likewise.
6662
6663 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
6664
6665         PR rtl-optimization/78911
6666         * lra-assigns.c (must_not_spill_p): New function.
6667         (spill_for): Use it.
6668
6669 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
6670
6671         PR tree-optimization/79981
6672         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
6673         ATOMIC_COMPARE_EXCHANGE ifn result.
6674         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
6675         IFN_ATOMIC_COMPARE_EXCHANGE.
6676
6677 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
6678
6679         PR driver/79875
6680         * opts.c (parse_sanitizer_options): Add missing question mark to
6681         "did you mean" message.
6682
6683 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6684
6685         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
6686         built-in.
6687         (VMULEUH_UNS): Likewise.
6688         (VMULOUB_UNS): Likewise.
6689         (VMULOUH_UNS): Likewise.
6690         * config/rs6000/rs6000.c (builtin_function_type): Remove
6691         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
6692
6693 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
6694
6695         PR bootstrap/79952
6696         * read-rtl-function.c (function_reader::read_rtx_operand): Update
6697         x with result of extra_parsing_for_operand_code_0.
6698         (function_reader::extra_parsing_for_operand_code_0): Convert
6699         return type from void to rtx, returning x.  When reading
6700         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
6701         larger size containing struct block_symbol.
6702
6703 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
6704
6705         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
6706         -mfloat128-hardware without -m64.
6707
6708 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
6709
6710         PR target/79941
6711         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
6712         entries to the case statement that marks unsigned arguments to
6713         overloaded functions.
6714
6715 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6716
6717         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
6718         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
6719
6720 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
6721
6722         PR target/79907
6723         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
6724         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
6725
6726 2017-03-10  Martin Liska  <mliska@suse.cz>
6727
6728         PR target/65705
6729         PR target/69804
6730         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
6731         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
6732         FIELD != NULL.
6733
6734 2017-03-10  Olivier Hainque  <hainque@adacore.com>
6735
6736         * tree-switch-conversion (array_value_type): Start by resetting
6737         candidate type to it's main variant.
6738
6739 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
6740
6741         PR rtl-optimization/79909
6742         * combine.c (try_combine): Use simplify_replace_rtx on individual
6743         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
6744         of the whole CALL_INSN_FUNCTION_USAGE.
6745
6746         PR tree-optimization/79972
6747         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
6748         get_range_info on SSA_NAMEs.  Formatting fixes.
6749
6750 2017-03-10  Richard Biener  <rguenther@suse.de>
6751             Jakub Jelinek  <jakub@redhat.com>
6752
6753         PR tree-optimization/77975
6754         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
6755         edge to be constant.
6756         (get_val_for): For constant x return it.  Formatting fix.
6757         (loop_niter_by_eval): Avoid pointless looping if the next iteration
6758         would use the same bases as the current one.
6759
6760 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6761
6762         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
6763         instead of vec_select for V1TImode.
6764         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
6765         longer needed.
6766         (VSX_LE_128): Add V1TI to this mode iterator.
6767         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
6768         (*vsx_le_perm_store_<mode>): Likewise.
6769         (pre-reload splitter for VSX stores): Likewise.
6770         (post-reload splitter for VSX stores): Likewise.
6771         (*vsx_xxpermdi2_le_<mode>): Likewise.
6772         (*vsx_lxvd2x2_le_<mode>): Likewise.
6773         (*vsx_stxvd2x2_le_<mode>): Likewise.
6774
6775 2017-03-09  Michael Eager  <eager@eagercon.com>
6776
6777         Correct failures with --enable-checking=yes,rtl.
6778
6779         * config/microblaze/microblaze.c (microblaze_expand_shift):
6780         Replace GET_CODE test with CONST_INT_P and INTVAL test with
6781         test for const0_rtx.
6782         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
6783         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
6784
6785 2017-03-09  Richard Biener  <rguenther@suse.de>
6786
6787         PR tree-optimization/79977
6788         * graphite-scop-detection.c (scop_detection::merge_sese):
6789         Handle the case of extra exits to blocks dominating the entry.
6790
6791 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
6792
6793         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
6794         Document rdynamic.
6795
6796 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
6797
6798         PR rtl-optimization/79949
6799         * lra-constraints.c (process_alt_operands): Check memory when
6800         trying to predict a cycle.  Print about the overall increase.
6801
6802 2017-03-09  Richard Biener  <rguenther@suse.de>
6803
6804         PR middle-end/79971
6805         * gimple-expr.c (useless_type_conversion_p): Preserve
6806         TYPE_SATURATING for fixed-point types.
6807
6808 2017-03-09  Richard Biener  <rguenther@suse.de>
6809
6810         PR ipa/79970
6811         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
6812         alignment of BLKmode params.
6813
6814 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6815
6816         PR target/79913
6817         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
6818         (VALL_NO_V2Q): Likewise.
6819         (VDQF_DF): Delete.
6820         * config/aarch64/aarch64-simd.md
6821         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
6822         iterator.
6823         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
6824         VALL_NO_V2Q mode iterator.
6825         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
6826
6827 2017-03-09  Martin Liska  <mliska@suse.cz>
6828
6829         PR tree-optimization/79631
6830         * tree-chkp-opt.c (chkp_is_constant_addr): Call
6831         tree_int_cst_sign_bit just for INTEGER constants.
6832
6833 2017-03-09  Martin Liska  <mliska@suse.cz>
6834
6835         PR target/65705
6836         PR target/69804
6837         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
6838         sanitizers.
6839
6840 2017-03-09  Marek Polacek  <polacek@redhat.com>
6841
6842         PR c++/79672
6843         * tree.c (inchash::add_expr): Handle TREE_VEC.
6844
6845 2017-03-09  Martin Liska  <mliska@suse.cz>
6846
6847         PR ipa/79764
6848         (chkp_narrow_size_and_offset): New function.
6849         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
6850         (void chkp_parse_bit_field_ref): New function.
6851         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
6852         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
6853
6854 2017-03-09  Martin Liska  <mliska@suse.cz>
6855
6856         PR ipa/79761
6857         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
6858         (chkp_find_bounds_1): Remove gcc_unreachable.
6859
6860 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
6861
6862         PR sanitizer/79944
6863         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
6864         BUILT_IN_SYNC*, determine the access type from the size suffix and
6865         always build a MEM_REF with that type.  Handle forgotten
6866         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
6867
6868         PR target/79932
6869         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
6870         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
6871         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
6872         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
6873         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
6874         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
6875         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
6876         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
6877         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
6878         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
6879         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
6880         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
6881         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
6882         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
6883         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
6884         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
6885         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
6886         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
6887         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
6888         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
6889         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
6890         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
6891         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
6892         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
6893         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
6894         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
6895         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
6896         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
6897         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
6898         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
6899         definitions outside of __OPTIMIZE__ guarded section.
6900
6901         PR target/79932
6902         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
6903         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
6904         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
6905         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
6906         guarded section.
6907
6908 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6909
6910         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
6911         ("vfenez<mode>"): Add missing constraints.
6912
6913 2017-03-08  Martin Sebor  <msebor@redhat.com>
6914
6915         PR target/79928
6916         * config/nds32/nds32.c (nds32_option_override):
6917         Fix misspelled diagnostic.
6918
6919 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
6920
6921         PR c/79940
6922         * gimplify.c (gimplify_omp_for): Replace index var in outer
6923         taskloop statement with an artificial variable and add
6924         OMP_CLAUSE_PRIVATE clause for it.
6925
6926 2017-03-08  Richard Biener  <rguenther@suse.de>
6927
6928         PR tree-optimization/79955
6929         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
6930         for accesses that are completely outside of the variable.
6931
6932 2017-03-08  Andrew Haley  <aph@redhat.com>
6933
6934         PR tree-optimization/79943
6935         * tree-ssa-loop-split.c (compute_new_first_bound): When
6936         calculating the new upper bound, (END-BEG) should be added, not
6937         subtracted.
6938
6939 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
6940
6941         * config/avr/avr.md (setmemhi): Make sure match_dup
6942         operand number comes before match_scratch.
6943
6944 2017-03-08  Richard Biener  <rguenther@suse.de>
6945
6946         PR tree-optimization/79920
6947         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
6948         with ncopies == 1 to ...
6949         (vect_transform_slp_perm_load): ... here.  Properly compute
6950         all element loads by iterating VF times over the group.  Do
6951         not handle ncopies (computed in a broken way) in
6952         vect_create_mask_and_perm.
6953
6954 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
6955
6956         PR sanitizer/79904
6957         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
6958         is a uniform vector, use uniform_vector_p return value instead of
6959         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
6960
6961 2017-03-07  Marek Polacek  <polacek@redhat.com>
6962
6963         PR middle-end/79809
6964         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
6965         (alloca_call_type): Likewise.
6966
6967 2017-03-07  Martin Liska  <mliska@suse.cz>
6968
6969         * gcov.c (process_args): Put comment to correct location.
6970
6971 2017-03-07  Martin Liska  <mliska@suse.cz>
6972
6973         PR middle-end/68270
6974         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
6975         Use array_at_struct_end_p instead of DECL_CHAIN (field).
6976         (chkp_narrow_bounds_for_field): Likewise.
6977         (chkp_parse_array_and_component_ref): Pass one more argument to
6978         call.
6979
6980 2017-03-07  Richard Biener  <rguenther@suse.de>
6981
6982         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
6983         preheaders.
6984
6985 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
6986
6987         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
6988         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
6989
6990 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6991
6992         PR c/79855
6993         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
6994         to end of description.
6995         (PARAM_MAX_STORES_TO_MERGE): Likewise.
6996
6997 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
6998
6999         PR rtl-optimization/79901
7000         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
7001         ...
7002         (*avx512f_<code><mode>3<mask_name>): ... this.
7003         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
7004         iterator instead of VI8_AVX2_AVX512BW.
7005
7006         PR rtl-optimization/79901
7007         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
7008         min/max expander, expand it using expand_vec_cond_expr.
7009
7010         PR sanitizer/79897
7011         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
7012         temporary.
7013
7014 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
7015
7016         PR c++/79821
7017         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
7018         to void * for PCH reasons.
7019         * dwarf2out.c (output_loc_operands, output_die): Cast
7020         v.val_vec.array to unsigned char *.
7021
7022 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
7023
7024         PR target/77850
7025         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
7026         vector types.
7027
7028 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
7029
7030         PR rtl-optimization/79571
7031         * lra-constraints.c (process_alt_operands): Calculate static
7032         reject and subtract it from overall when only addresses will be
7033         reloaded.
7034
7035 2017-03-06  Julia Koval  <julia.koval@intel.com>
7036
7037         PR target/79793
7038         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
7039         incoming stack boundary to 128 for 64-bit targets.
7040
7041 2017-03-06  Richard Biener  <rguenther@suse.de>
7042
7043         PR tree-optimization/79894
7044         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
7045         to NULL after folding it.
7046
7047 2017-03-06  Richard Biener  <rguenther@suse.de>
7048
7049         PR tree-optimization/79824
7050         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
7051         check disabling peeling for gaps.
7052
7053 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
7054
7055         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
7056         attributes): Document gettimeofday.
7057
7058 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
7059
7060         * config/s390/s390.c (s390_option_override_internal): Set
7061         PARAM_MIN_VECT_LOOP_BOUND
7062
7063 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
7064
7065         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
7066         * config/s390/s390.md: Likewise.
7067
7068 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
7069
7070         PR target/79812
7071         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
7072         (<avx2_avx512>_perm<mode>): Rename to ...
7073         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
7074         of VI8F_256_512.
7075         (<avx512>_perm<mode>_mask): Rename to ...
7076         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
7077         of VI8F_256_512.
7078         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
7079         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
7080         instead of VI8F_256_512.
7081         (avx512f_perm<mode>): New define_expand.
7082         (avx512f_perm<mode>_mask): Likewise.
7083         (avx512f_perm<mode>_1<mask_name>): New define_insn.
7084         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
7085
7086 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
7087
7088         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
7089         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
7090         if_then_else.
7091         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
7092
7093 2017-03-06  Martin Liska  <mliska@suse.cz>
7094
7095         PR sanitize/79783
7096         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
7097         when having a SSA NAME w/o VAR_DECL assigned to it.
7098
7099 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
7100
7101         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
7102         msa_dpsub_<su>_d): Fix MODE for vec_select.
7103
7104 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
7105
7106         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
7107         argument.
7108         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
7109
7110 2017-03-06  Richard Biener  <rguenther@suse.de>
7111
7112         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
7113         * plugin.c (register_plugin_info): Likewise.
7114         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
7115
7116 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
7117
7118         * config/i386/sse.md (sse_storehps, sse_storelps,
7119         avx_<castmode><avxsizesuffix>_<castmode>,
7120         avx512f_<castmode><avxsizesuffix>_<castmode>,
7121         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
7122         in condition that at least one operand is not a MEM.
7123
7124 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
7125
7126         PR middle-end/79805
7127         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
7128         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
7129         ECF_NOTHROW.
7130         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
7131         gimple_call_nothrow_p flag based on whether original builtin can throw.
7132         If it can, emit following stmts on the fallthrough edge.
7133         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
7134         don't create new bb if inserting just debug stmts on the edge, try to
7135         insert them on the fallthru bb or just reset debug stmts.
7136
7137 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
7138
7139         PR target/43763
7140         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
7141         restore recog_data (including the operand rtxes inside it) around
7142         the call to get_insn_template.
7143
7144 2017-03-03  Martin Sebor  <msebor@redhat.com>
7145
7146         PR tree-optimization/79699
7147         * context.c (context::~context): Free MPFR caches to avoid
7148         a memory leak on program exit.
7149
7150 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7151
7152         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
7153         Use wide_int::ulow () instead of .elt (0).
7154
7155 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
7156
7157         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
7158         (*pushxf): Limit oF constraint to 32bit targets and add oC
7159         constraint for 64bit targets.
7160         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
7161         (*pushdf): Change rmF constraint to rmC.
7162
7163 2017-03-03  Martin Liska  <mliska@suse.cz>
7164
7165         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
7166         Remove unused variable.
7167
7168 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
7169
7170         PR target/79807
7171         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
7172         is a memory operand, increase num_memory.
7173         (ix86_expand_args_builtin): Likewise.
7174
7175 2017-03-03  Jan Hubicka  <jh@suse.cz>
7176
7177         PR lto/79760
7178         * ipa-devirt.c (maybe_record_node): Properly handle
7179         __cxa_pure_virtual visibility.
7180
7181 2017-03-03  Martin Liska  <mliska@suse.cz>
7182
7183         PR tree-optimization/79803
7184         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
7185         assert.
7186         (pass_loop_prefetch::execute): Disabled optimization if an
7187         assumption about L1 cache size is not met.
7188
7189 2017-03-03  Martin Liska  <mliska@suse.cz>
7190
7191         PR rtl-optimization/79574
7192         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
7193         (hash_scan_set): Likewise.
7194         (dump_hash_table): Likewise.
7195         (hoist_code): Likewise.
7196
7197 2017-03-03  Richard Biener  <rguenther@suse.de>
7198
7199         * fixed-value.c (fixed_from_string): Restore use of elt (1)
7200         in place of uhigh ().
7201         (fixed_convert_from_real): Likewise.
7202
7203 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
7204
7205         PR target/79514
7206         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
7207
7208 2017-03-03  Richard Biener  <rguenther@suse.de>
7209
7210         PR middle-end/79818
7211         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
7212         TYPE_OVERFLOW_UNDEFINED check.
7213
7214 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7215
7216         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
7217         numbers.
7218         (vector_ae_<mode>_p): Likewise.
7219         (vector_nez_<mode>_p): Likewise.
7220         (vector_ne_v2di_p): Likewise.
7221         (vector_ae_v2di_p): Likewise.
7222         (vector_ne_<mode>_p): Likewise.
7223         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
7224         numbers.
7225         (vsx_tsqrt<mode>2_fe): Likewise.
7226
7227 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
7228
7229         PR target/79514
7230         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
7231
7232 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
7233
7234         PR rtl-optimization/79780
7235         * cprop.c (one_cprop_pass): When second and further conditional trap
7236         in a single basic block is turned into an unconditional trap, turn it
7237         into a deleted note to avoid RTL verification failures.
7238
7239 2017-03-02  Richard Biener  <rguenther@suse.de>
7240
7241         * fold-const.c (const_binop): Use ulow () instead of elt (0).
7242
7243 2017-03-02  Richard Biener  <rguenther@suse.de>
7244
7245         PR tree-optimization/79345
7246         PR c++/42000
7247         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
7248         param and abort the walk, returning -1 if it is hit.
7249         (walk_aliased_vdefs): Take a limit param and pass it on.
7250         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
7251         defaulting to 0 and return a signed int.
7252         * tree-ssa-uninit.c (struct check_defs_data): New struct.
7253         (check_defs): New helper.
7254         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
7255         about uninitialized memory.
7256         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
7257         bogus uninitialized warning.
7258         (fixed_convert_from_real): Likewise.
7259
7260 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
7261
7262         PR tree-optimization/66768
7263         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
7264         iv_use if base object can't be determined.
7265
7266 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
7267
7268         PR tree-optimization/79345
7269         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
7270         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
7271         (get_pattern_stats): Initialize it.
7272         * genemit.c (gen_expand): Verify match_scratch numbers come after
7273         match_operand/match_dup numbers.
7274         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
7275         match_scratch numbers.
7276         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
7277         Likewise.
7278         * config/s390/s390.md (trunctdsd2): Likewise.
7279
7280 2017-03-02  Richard Biener  <rguenther@suse.de>
7281
7282         * wide-int.h (wide_int_storage::operator=): Implement in terms
7283         of wi::copy.
7284
7285 2017-03-02  Richard Biener  <rguenther@suse.de>
7286
7287         PR tree-optimization/79777
7288         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
7289         the to insert expression to sth existing.
7290
7291 2017-03-01  Martin Sebor  <msebor@redhat.com>
7292
7293         PR middle-end/79692
7294         * gimple-ssa-sprintf.c
7295         (directive::known_width_and_precision): New function.
7296         (format_integer): Use it.
7297         (get_mpfr_format_length): Consider the full range of precision
7298         when computing %g output with the # flag.  Set the likely byte
7299         count to 3 rather than 1 when precision is indeterminate.
7300         (format_floating): Correct the lower bound of precision.
7301
7302 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7303
7304         * doc/invoke.texi: Document default code model for 64-bit Linux.
7305
7306 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
7307
7308         PR target/79752
7309         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
7310         udiv rather than div since input pattern is unsigned.
7311
7312 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
7313
7314         * config/i386/i386.c (print_reg): Warn for values of
7315         unsupported size in integer register.
7316
7317 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
7318
7319         PR target/79439
7320         * config/rs6000/predicates.md (current_file_function_operand): Do
7321         not allow self calls to be local if the function is replaceable.
7322
7323 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7324
7325         PR target/79395
7326         * config/rs6000/altivec.h (vec_ctz and others): Change the
7327         preprocessor macro that controls conditional compilation from
7328         _ARCH_PWR9 to __POWER9_VECTOR__.
7329         (vec_all_ne): Change parameterization of __altivec_scalar_pred
7330         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
7331         control (instead of _ARCH_PWR9 control) so that template
7332         definition uses power9-specific function.
7333         (vec_any_eq): Likewise.
7334         (vec_all_ne): Change macro definition to use a power9-specific
7335         expansion under #ifdef __POWER9_VECTOR__ control (instead of
7336         _ARCH_PWR9 control).
7337         (vec_any_eq) Likewise.
7338         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
7339         expansion for CMPNEF to remove support for xvcmpnesp instruction.
7340         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
7341         support for xvcmpnedp instruction.
7342         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
7343         macro expansion so that Power9 implementation of vec_all_ne does
7344         not use the AltiVec predicate framework.
7345         (VCMPNEH_P): Likewise.
7346         (VCMPNEW_P): Likewise.
7347         (VCMPNED_P): Likewise.
7348         (VCMPNEFP_P): Likewise.
7349         (VCMPNEDP_P): Likewise.
7350         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
7351         implementation of vec_any_eq to not use AltiVec predicate
7352         framework.
7353         (VCMPAEH_P): Likewise.
7354         (VCMPAEW_P): Likewise.
7355         (VCMPAED_P): Likewise.
7356         (VCMPAEFP_P): Likewise.
7357         (VCMPAEDP_P): Likewise.
7358         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
7359         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
7360         not use the AltiVec predicate framework.
7361         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
7362         of vec_any_eq to not use AltiVec predicate framework.
7363         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
7364         support for predefined __POWER9_VECTOR__ macro to indicate that
7365         Power9 instruction selection is enabled.
7366         (altivec_overloaded_builtins): Remove extraneous
7367         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
7368         function argument types RS6000_BTI_bool_V16QI and
7369         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
7370         entry for overloaded function argument types RS6000_BTI_bool_V4SI
7371         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
7372         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
7373         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
7374         Power9 for implementations of vec_cmpne.  Change the signature for
7375         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
7376         (representing vec_all_ne) to remove the previously described first
7377         argument of type RS6000_BTI_INTSI, as this was an artifact of
7378         reliance on the AltiVec predicate framework, which is no longer
7379         used in the implementation of these functions.  Add
7380         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
7381         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
7382         since, unlike the AltiVec predicate framework implementation, we
7383         do not share function descriptors between vec_alle and vec_anyeq.
7384         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
7385         set of modes that receive special treatment even when
7386         TARGET_P9_VECTOR is true.  The special treatment emits code that
7387         does not depend on Power9 instructions.
7388         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
7389         define_expand to not rely on AltiVec predicate framework.
7390         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
7391         function.
7392         (vector_ne_v2di_p): Change this define_expand to not rely on
7393         AltiVec predicate framework.
7394         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
7395         function.
7396         (vector_ne_<mode>_p): Change this define_expand to not rely on
7397         AltiVec predicate framework.
7398         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
7399         function.
7400         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
7401         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
7402         define_insn pattern.
7403         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
7404         define_insn pattern because the xvcmpne<VSs>. instruction is not
7405         supported.
7406         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
7407         instruction is not supported.
7408
7409 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
7410
7411         * config/nvptx/nvptx.c: Include intl.h.
7412
7413 2017-03-01  Martin Jambor  <mjambor@suse.cz>
7414
7415         PR lto/78140
7416         * ipa-prop.h (ipa_bits): Removed field known.
7417         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
7418         to pointers.  Adjusted their comments to warn about their sharing.
7419         (ipcp_transformation_summary): Change bits to a vector of pointers.
7420         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
7421         (ipa_get_ipa_bits_for_value): Declare.
7422         * tree-vrp.h (value_range): Mark as GTY((for_user)).
7423         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
7424         (ipa_bits_hash_table): Likewise.
7425         (ipa_vr_ggc_hash_traits): Likewise.
7426         (ipa_vr_hash_table): Likewise.
7427         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
7428         being pointers and vr_known being removed.
7429         (ipa_set_jf_unknown): Likewise.
7430         (ipa_get_ipa_bits_for_value): New function.
7431         (ipa_set_jfunc_bits): Likewise.
7432         (ipa_get_value_range): New overloaded functions.
7433         (ipa_set_jfunc_vr): Likewise.
7434         (ipa_compute_jump_functions_for_edge): Use the above functions to
7435         construct bits and vr parts of jump functions.
7436         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
7437         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
7438         exist.
7439         (ipcp_grow_transformations_if_necessary): Also allocate
7440         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
7441         exist.
7442         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
7443         them.  Fix too long lines.
7444         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
7445         vr_known being removed.
7446         (ipa_read_jump_function): Use new setter functions to construct bits
7447         and vr parts of jump functions or set them to NULL.
7448         (write_ipcp_transformation_info): Adjust for bits being pointers.
7449         (read_ipcp_transformation_info): Likewise.
7450         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
7451         space.
7452         Include gt-ipa-prop.h.
7453         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
7454         being pointers.
7455         (ipcp_store_bits_results): Likewise.
7456         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
7457         Do not write to existing jump functions but use a temporary instead.
7458
7459 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
7460
7461         PR c++/79681
7462         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
7463         attempt to use its first operand as BIT_FIELD_REF base.
7464
7465 2017-03-01  Richard Biener  <rguenther@suse.de>
7466
7467         PR middle-end/79721
7468         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
7469         interpolating formula in wrapping arithmetic.
7470         (chrec_apply): Convert chrec_evaluate return value to wanted type.
7471
7472 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
7473
7474         PR tree-optimization/79734
7475         * tree-vect-generic.c (expand_vector_condition): Optimize
7476         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
7477         Handle VEC_COND_EXPR where comparison has different inner width from
7478         type's inner width.
7479
7480 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
7481
7482         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
7483         markup, and similar issues.  Remove @opindex entries for things
7484         that aren't options.  Add missing -mmpy-option entries.
7485
7486 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
7487
7488         PR tree-optimization/79737
7489         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
7490         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
7491         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
7492         instead of byte_size.  Formatting fix.
7493         (shift_bytes_in_array_right): Formatting fix.
7494
7495 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
7496
7497         PR target/79749
7498         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
7499         condition on optimize for the leaf function test.
7500
7501 2017-02-28  Martin Liska  <mliska@suse.cz>
7502
7503         PR lto/79625
7504         * read-rtl-function.c (function_reader::handle_unknown_directive):
7505         Bail out when one uses -flto.
7506
7507 2017-02-28  Martin Liska  <mliska@suse.cz>
7508
7509         * common.opt: Replace space with tabular for options of <number>
7510         type.
7511         * config/i386/i386.opt: Show <number> value for
7512         -mlarge-data-threshold.
7513         * opts.c (print_filtered_help): Do not display number in hexadecimal
7514         format.
7515
7516 2017-02-28  Martin Liska  <mliska@suse.cz>
7517
7518         * common.opt: Fix --help=option -Q for options which are of
7519         an enum type.
7520
7521 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
7522
7523         * config/i386/i386.c (print_reg): Error out for values
7524         of 8-bit size in invalid integer register.
7525
7526 2017-02-28  Martin Sebor  <msebor@redhat.com>
7527
7528         PR tree-optimization/79691
7529         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
7530
7531 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
7532
7533         PR target/79729
7534         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
7535         gcc_unreachable with output_operand_lossage.
7536
7537 2017-02-28  Richard Biener  <rguenther@suse.de>
7538
7539         PR tree-optimization/79740
7540         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
7541         inserts.
7542         (visit_nary_op): Insert the nary into the hashtable if we
7543         pattern-matched sth.
7544         * tree-ssa-pre.c (eliminate_insert): Robustify.
7545
7546 2017-02-28  Richard Biener  <rguenther@suse.de>
7547
7548         PR middle-end/79731
7549         * fold-const.c (decode_field_reference): Reject out-of-bound
7550         accesses.
7551
7552 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
7553
7554         * config/i386/i386.c: Include intl.h.
7555         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
7556         instead of just cond ? "..." : "...".
7557         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
7558         * coverage.c (read_counts_file): Likewise.
7559         * omp-offload.c: Include intl.h.
7560         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
7561         of just cond ? "..." : "...".
7562         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
7563         of just cond ? "..." : "...".
7564
7565 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
7566
7567         PR target/79742
7568         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
7569         entry, if present.
7570         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
7571         'tune for' CPU name.
7572         * config/arm/arm-cpu-data.h: Regenerated.
7573
7574 2017-02-28  Richard Biener  <rguenther@suse.de>
7575
7576         PR tree-optimization/79732
7577         * tree-inline.c (expand_call_inline): Do not shadow var.
7578
7579 2017-02-28  Richard Biener  <rguenther@suse.de>
7580
7581         PR tree-optimization/79723
7582         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
7583         address-space properly.
7584
7585 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
7586
7587         * doc/optinfo.texi (Optimization groups): Fix option used for
7588         OPTGROUP_ALL.
7589         * doc/invoke.texi (-fopt-info): Document "omp".
7590         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
7591         (OPTGROUP_ALL): Add OPTGROUP_OMP.
7592         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
7593         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
7594         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
7595
7596         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
7597         all users.
7598         * dumpfile.c (optgroup_options): Instead of "openmp", associate
7599         OPTGROUP_OMP with "omp".
7600
7601 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
7602
7603         PR target/79544
7604         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
7605         for arithmetic shift of unsigned V2DI.
7606
7607 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
7608
7609         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
7610         arc/linux.h headers.
7611         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
7612         (LINK_SPEC): Likewise.
7613         (ARC_TLS_EXTRA_START_SPEC): Likewise.
7614         (EXTRA_SPECS): Likewise.
7615         (STARTFILE_SPEC): Likewise.
7616         (ENDFILE_SPEC): Likewise.
7617         (LIB_SPEC): Likewise.
7618         (TARGET_SDATA_DEFAULT): Likewise.
7619         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
7620         (MULTILIB_DEFAULTS): Likewise.
7621         (DWARF2_UNWIND_INFO): Likewise.
7622         * config/arc/big.h: New file.
7623         * config/arc/elf.h: Likewise.
7624         * config/arc/linux.h: Likewise.
7625         * config/arc/t-uClibc: Remove.
7626
7627 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
7628
7629         PR tree-optimization/77536
7630         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
7631         (tree_transform_and_unroll_loop): Use above function to compute the
7632         estimated niter of unrolled loop and use it when scaling profile.
7633         Also use count info rather than frequency if it's non-zero.
7634         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
7635         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
7636         (vect_transform_loop): Call above function.
7637
7638 2017-02-27  Richard Biener  <rguenther@suse.de>
7639
7640         PR tree-optimization/45397
7641         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
7642         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
7643         (visit_nary_op): Add pattern matching for CSEing sign-changed
7644         or truncated operations with wider ones.
7645
7646 2017-02-27  Richard Biener  <rguenther@suse.de>
7647
7648         PR tree-optimization/79690
7649         * tree-vect-stmts.c (vectorizable_store): Use vector type
7650         built from the DR with address-space.
7651
7652 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
7653
7654         * doc/invoke.texi (Optimize Options): Refine the description
7655         of asan-use-after-return.
7656
7657 2017-02-25  Alan Modra  <amodra@gmail.com>
7658
7659         PR rtl-optimization/79584
7660         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
7661         base, not ad->base_term, the reg within base.  Remove assertion
7662         that ad->base == ad->base_term.  Replace gen_int_mode using
7663         bogus mode with const0_rtx.
7664
7665 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
7666
7667         PR middle-end/79396
7668         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
7669         FMA_EXPR like tcc_binary or tcc_unary.
7670
7671         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
7672
7673         PR debug/77589
7674         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
7675         bitfield.
7676         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
7677         (output_loc_operands): Handle DW_OP_call_ref and
7678         DW_OP_GNU_variable_value.
7679         (struct variable_value_struct): New type.
7680         (struct variable_value_hasher): Likewise.
7681         (variable_value_hash): New variable.
7682         (string_types): Remove.
7683         (copy_loc_descr): New function.
7684         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
7685         (prepend_loc_descr_to_each): New function.
7686         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
7687         instead of add_loc_descr_to_each if the first argument is single
7688         location list and the second has multiple.
7689         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
7690         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
7691         when looking for variable value which doesn't have other location info.
7692         (loc_list_from_tree): Formatting fix.
7693         (gen_array_type_die): Simplify DW_AT_string_length handling.
7694         (adjust_string_types): Remove.
7695         (gen_subprogram_die): Don't call adjust_string_types nor test/set
7696         string_types.  Call resolve_variable_values.
7697         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
7698         (resolve_addr_in_expr): Likewise.  Add A argument.
7699         (copy_deref_exprloc): Remove deref argument.  Adjust for the
7700         original expression being DW_OP_GNU_variable_value with optionally
7701         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
7702         optionally after it.
7703         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
7704         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
7705         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
7706         (variable_value_hasher::hash, variable_value_hasher::equal): New
7707         methods.
7708         (resolve_variable_value_in_expr, resolve_variable_value,
7709         resolve_variable_values, note_variable_value_in_expr,
7710         note_variable_value): New functions.
7711         (dwarf2out_early_finish): Call note_variable_value on all toplevel
7712         DIEs.
7713
7714 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
7715
7716         PR c/79677
7717         * opts.h (handle_generated_option): Add GENERATED_P argument.
7718         * opts-common.c (handle_option): Adjust function comment.
7719         (handle_generated_option): Add GENERATED_P argument, pass it to
7720         handle_option.
7721         (control_warning_option): Pass false to handle_generated_option
7722         GENERATED_P.
7723         * opts.c (maybe_default_option): Pass true to handle_generated_option
7724         GENERATED_P.
7725         * optc-gen.awk: Likewise.
7726
7727 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
7728
7729         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
7730         a REG, look at the REG it is a SUBREG of.
7731         (splitter for cmpeqsi_t): Ditto.
7732
7733 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
7734
7735         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
7736         the special USEs with the pattern of the insn, not the insn itself.
7737
7738 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
7739
7740         PR target/79473
7741         * doc/invoke.texi: Document -mload-store-pairs.
7742
7743 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
7744             Sandra Loosemore  <sandra@codesourcery.com>
7745
7746         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
7747         argument isn't a CONST_INT.
7748         (nios2_alternate_compare_const): Assert op is a CONST_INT.
7749         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
7750         (nios2_validate_compare): Bypass alternate compare logic if *op2
7751         is not a CONST_INT.
7752         (ldstwm_operation_p): Return false if first_base is not a REG or
7753         if first_offset is not a CONST_INT.
7754
7755 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
7756
7757         * config/cris/cris.md: Use correct operand in a define_peephole2.
7758
7759 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
7760
7761         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
7762
7763 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
7764
7765         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
7766         this_insn if it is an INSN or JUMP_INSN.
7767         (force_offsettable): Look at base, not at addr.
7768         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
7769         on things that aren't necessarily CONST_INTs.
7770
7771 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
7772
7773         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
7774         -mfpmath=sse is the default also for x86-32 targets with SSE2
7775         instruction set when @option{-ffast-math} is enabled
7776
7777 2017-02-24  Jeff Law  <law@redhat.com>
7778
7779         PR rtl-optimizatoin/79286
7780         * ira.c (update_equiv_regs): Drop may_trap_p exception to
7781         dominance test.
7782
7783 2017-02-24  Richard Biener  <rguenther@suse.de>
7784
7785         PR tree-optimization/79389
7786         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
7787         debug insns.
7788
7789 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
7790
7791         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
7792         function comment to reflect reality.
7793         (loop_exits_before_overflow): Fix typo in function description.
7794
7795 2017-02-24  Richard Biener  <rguenther@suse.de>
7796
7797         PR tree-optimization/79389
7798         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
7799         properly that a threading opportunity exists.  Detect conditional
7800         copy/constant propagation opportunities.
7801
7802 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
7803
7804         * config/visium/visium.md (type): Add trap.
7805         (b): New mode attribute.
7806         (*btst): Rename into...
7807         (*btst<mode>): ...this and adjust.
7808         (*cbranchsi4_btst_insn): Rename into...
7809         (*cbranch<mode>4_btst_insn): ...this and adjust.
7810         (trap): New define_insn.
7811
7812 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
7813
7814         PR tree-optimization/79389
7815         * ifcvt.c (struct noce_if_info): Add rev_cond field.
7816         (noce_reversed_cond_code): New function.
7817         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
7818         reversed_comparison_code.  Formatting fix.
7819         (noce_try_store_flag): Test rev_cond != NULL in addition to
7820         reversed_comparison_code.
7821         (noce_try_store_flag_constants): Likewise.
7822         (noce_try_store_flag_mask): Likewise.
7823         (noce_try_addcc): Use rev_cond if non-NULL instead of
7824         reversed_comparison_code.
7825         (noce_try_cmove_arith): Likewise.  Formatting fixes.
7826         (noce_try_minmax, noce_try_abs): Clear rev_cond.
7827         (noce_find_if_block): Initialize rev_cond.
7828         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
7829         instead of false as last argument never attempt to reverse it
7830         afterwards.
7831
7832 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
7833
7834         PR tree-optimization/79663
7835         * tree-predcom.c (combine_chains): Process refs in reverse order
7836         only for ZERO length chains, and add explaining comment.
7837
7838 2017-02-23  Jeff Law  <law@redhat.com>
7839
7840         PR tree-optimization/79578
7841         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
7842         in call to operand_equal_p.
7843
7844 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
7845
7846         PR target/71017
7847         * config/i386/cpuid.h: Fix another undefined behavior.
7848
7849 2017-02-23  Richard Biener  <rguenther@suse.de>
7850
7851         PR tree-optimization/79683
7852         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
7853         vector types for data-refs.
7854
7855 2017-02-23  Martin Liska  <mliska@suse.cz>
7856
7857         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
7858
7859 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
7860
7861         PR middle-end/79665
7862         * internal-fn.c (get_range_pos_neg): Moved to ...
7863         * tree.c (get_range_pos_neg): ... here.  No longer static.
7864         * tree.h (get_range_pos_neg): New prototype.
7865         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
7866         are known to be in between 0 and signed maximum inclusive, try to
7867         expand both unsigned and signed divmod and use the cheaper one from
7868         those.
7869
7870 2017-02-22  Jeff Law  <law@redhat.com>
7871
7872         PR tree-optimization/79578
7873         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
7874         to compare base operands.
7875
7876 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
7877
7878         PR target/79211
7879         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
7880         gpc_reg_operand instead of fpr_reg_operand.
7881
7882 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
7883
7884         * config/mips/mips.c (mips_return_in_memory): Force FP
7885         vector types to be returned in memory for o32 ABI.
7886
7887 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
7888
7889         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
7890         instead of DW_TAG_member for static data member declarations and don't
7891         set no_linkage_name for static inline data members.
7892         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
7893         to DW_TAG_member.
7894
7895 2017-02-22  Martin Liska  <mliska@suse.cz>
7896
7897         * doc/invoke.texi: Replace inequality signs with square brackets
7898         for -Wnormalized.
7899
7900 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7901
7902         PR tree-optimization/68644
7903         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
7904
7905 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
7906
7907         PR target/78660
7908         * lra-constraints.c (simplify_operand_subreg): Handle
7909         WORD_REGISTER_OPERATIONS targets.
7910
7911 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
7912
7913         PR target/70465
7914         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
7915         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
7916         elimination by swapping fld*.
7917
7918 2017-02-22  Richard Biener  <rguenther@suse.de>
7919
7920         PR tree-optimization/79673
7921         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
7922         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
7923         irrelevant address-space qualifiers and avoiding a
7924         ADDR_SPACE_CONVERT_EXPR from fold_convert.
7925
7926 2017-02-22  Richard Biener  <rguenther@suse.de>
7927
7928         PR tree-optimization/79666
7929         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
7930         to not symbolically negate if that may introduce undefined
7931         overflow.
7932
7933 2017-02-22  Martin Liska  <mliska@suse.cz>
7934
7935         PR lto/79587
7936         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
7937         * data-streamer-out.c (streamer_write_gcov_count_stream):
7938         Likewise.
7939         * value-prof.c (stream_out_histogram_value): Make assert more
7940         precise based on type of counter.
7941
7942 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
7943
7944         PR target/79593
7945         * config/i386/i386.md (standard_x87sse_constant_load splitter):
7946         Use nonimmediate_operand instead of memory_operand for operand 1.
7947         (float-extend standard_x87sse_constant_load splitter): Ditto.
7948
7949 2017-02-21  Jeff Law  <law@redhat.com>
7950
7951         PR tree-optimization/79621
7952         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
7953         blocks with edges to themselves.
7954
7955 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
7956
7957         PR target/79633
7958         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
7959         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
7960         Use gimple_call_builtin_p.
7961
7962         PR target/79570
7963         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
7964         on temporarily removed DEBUG_INSNs.
7965
7966         PR tree-optimization/79649
7967         * tree-loop-distribution.c (classify_partition): Give up on
7968         non-generic address space loads/stores.
7969
7970 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
7971
7972         * doc/loop.texi (Loop manipulation): Remove nonexistent
7973         tree_ssa_loop_version from the documentation.
7974         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
7975
7976 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
7977
7978         PR target/79494
7979         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
7980         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
7981         * config/rs6000/rs6000.c: Include except.h.
7982         (rs6000_expand_split_stack_prologue): Call
7983         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
7984
7985 2017-02-21  Martin Jambor  <mjambor@suse.cz>
7986
7987         PR lto/79579
7988         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
7989         have been analyzed.
7990
7991 2017-02-21  Martin Jambor  <mjambor@suse.cz>
7992
7993         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
7994         for backward compatibility only.
7995         * doc/invoke.texi (Option Summary): Remove all references to
7996         -fipa-cp-alignment.
7997
7998 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
7999
8000         PR target/78660
8001         Revert:
8002         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
8003
8004         * lra-constraints.c (curr_insn_transform): Handle
8005         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
8006
8007 2017-02-21  Martin Liska  <mliska@suse.cz>
8008
8009         * config/i386/i386.opt: Replace -masm-dialect with -masm.
8010
8011 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
8012
8013         PR translation/79638
8014         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
8015
8016 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
8017
8018         PR ada/67205
8019         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
8020         (arm_function_ok_for_sibcall): Return false for an indirect call by
8021         descriptor if all the argument registers are used.
8022         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
8023         alignment of the function.
8024
8025 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
8026
8027         PR tree-optimization/61441
8028         * simplify-rtx.c (simplify_const_unary_operation): For
8029         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
8030         the sNaN unmodified.
8031
8032 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8033
8034         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
8035         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
8036         instead of SYSTEM_HEADER_DIR.
8037
8038 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
8039             Martin LiÅ¡ka  <mliska@suse.cz>
8040
8041         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
8042         Fix typos and grammar, use active voice, and clarify.
8043
8044 2017-02-20  Marek Polacek  <polacek@redhat.com>
8045
8046         PR middle-end/79537
8047         * gimplify.c (gimplify_expr): Handle unused *&&L;.
8048
8049         PR sanitizer/79558
8050         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
8051
8052 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
8053
8054         PR target/79568
8055         * config/i386/i386.c (ix86_expand_builtin): Handle
8056         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
8057         ix86_builtins_isa[fcode].isa as a requirement of those
8058         flags and any other flag in the bitmask.
8059         (ix86_init_mmx_sse_builtins): Use 0 instead of
8060         ~OPTION_MASK_ISA_64BIT as mask.
8061         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
8062         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
8063         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
8064         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
8065
8066 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
8067
8068         PR target/78012
8069         * lra-constraints.c (split_reg): Check requested split mode
8070         is supported by the register.
8071
8072 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
8073
8074         * lra-constraints.c (simplify_operand_subreg): Remove early
8075         return false.
8076
8077 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
8078
8079         PR target/78660
8080         * lra-constraints.c (curr_insn_transform): Tighten condition
8081         for converting SUBREG reloads from OP_OUT to OP_INOUT.
8082
8083 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
8084
8085         PR target/78660
8086         * lra-constraints.c (curr_insn_transform): Handle
8087         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
8088
8089 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
8090
8091         Revert:
8092         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
8093
8094         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
8095
8096 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
8097
8098         PR c++/69523
8099         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
8100         description.
8101
8102 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8103
8104         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
8105         for FMA_EXPR.
8106
8107 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
8108
8109         * final.c (last_columnnum, override_columnnum): New variables.
8110         (final_start_function): Set last_columnnum, pass it to begin_prologue
8111         hook and pass 0 to dwarf2out_begin_prologue.
8112         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
8113         to source_line debug hook.
8114         (notice_source_line): Compute last_columnnum and for debug_column_info
8115         return true on column changes.
8116         * debug.h (struct gcc_debug_hooks): Add column argument to
8117         source_line and begin_prologue hooks.
8118         (debug_nothing_int_charstar_int_bool): Remove prototype.
8119         (debug_nothing_int_int_charstar,
8120         debug_nothing_int_int_charstar_int_bool): New prototypes.
8121         (dwarf2out_begin_prologue): Add column argument.
8122         * debug.c (do_nothing_debug_hooks): Adjust source_line and
8123         begin_prologue hooks.
8124         (debug_nothing_int_charstar_int_bool): Remove.
8125         (debug_nothing_int_int_charstar,
8126         debug_nothing_int_int_charstar_int_bool): New functions.
8127         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
8128         through to dwarf2out_source_line.
8129         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
8130         (dwarf2out_source_line): Add column argument, emit it if requested.
8131         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
8132         arguments.
8133         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
8134         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
8135         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
8136         through to dwarf2out_begin_prologue.
8137         (vmsdbgout_source_line): Add column argument, pass it through to
8138         dwarf2out_source_line.
8139         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
8140         dbxout_source_line caller.
8141         (dbxout_source_line): Add column argument.
8142
8143         * common.opt (gno-column-info, gcolumn-info): New options.
8144         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
8145         (check_die): Also test for multiple DW_AT_decl_column attributes.
8146         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
8147         DW_AT_decl_column if requested.
8148         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
8149         if requested.
8150         (gen_variable_die): Likewise.
8151         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
8152         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
8153
8154         PR target/79569
8155         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
8156         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
8157         (ix86_handle_option): Handle OPT_m3dnowa.
8158         * doc/invoke.texi (-m3dnowa): Document.
8159         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
8160         -m3dnowa instead of -m3dnow -march=athlon.
8161
8162         PR target/79559
8163         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
8164         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
8165
8166 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8167
8168         PR target/79261
8169         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
8170         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
8171         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
8172         generator for vsx_xxpermdi_<mode>_be.
8173         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
8174         force big-endian semantics.
8175         (vsx_xxpermdi_<mode>_be): New define_expand with same
8176         implementation as previous version of vsx_xxpermdi_<mode>.
8177
8178 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
8179
8180         PR tree-optimization/79327
8181         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
8182         variable, its initialization and use.
8183
8184 2017-02-17  Julia Koval  <julia.koval@intel.com>
8185
8186         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
8187         (OPTION_MASK_ISA_PKU_UNSET): New.
8188         (ix86_handle_option): Handle -mrdpid.
8189         * config/i386/cpuid.h (bit_RDPID): New.
8190         * config/i386/driver-i386.c (host_detect_local_cpu):
8191         Detect RDPID feature.
8192         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
8193         * config/i386/i386-c.c (ix86_target_macros_internal):
8194         Handle RDPID flag.
8195         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
8196         (ix86_valid_target_attribute_inner_p): Add "rdpid".
8197         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
8198         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
8199         * config/i386/i386.md (define_insn "rdpid"): New.
8200         * config/i386/i386.opt Add -mrdpid.
8201         * config/i386/immintrin.h (_rdpid_u32): New.
8202
8203 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
8204
8205         PR rtl-optimization/79541
8206         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
8207         instead of transforming it into USE.
8208
8209 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
8210
8211         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
8212         If HONOR_SNANS (SFmode) force the input to a register.
8213         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
8214         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
8215         an frsp or similar insn.
8216
8217 2017-02-17  Martin Liska  <mliska@suse.cz>
8218
8219         PR rtl-optimization/79577
8220         * params.def (selsched-max-sched-times): Increase minimum to 1.
8221
8222 2017-02-17  Martin Liska  <mliska@suse.cz>
8223
8224         PR rtl-optimization/79574
8225         * gcse.c (want_to_gcse_p): Prevent integer overflow.
8226
8227 2017-02-17  Martin Liska  <mliska@suse.cz>
8228
8229         PR tree-optimization/79529
8230         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
8231         ssa_defined_default_def_p to handle cases which are implicitly
8232         defined.
8233         * tree-ssa.c (ssa_defined_default_def_p): New function.
8234         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
8235         which are implicitly defined.
8236         * tree-ssa.h (ssa_defined_default_def_p): Declare.
8237
8238 2017-02-17  Richard Biener  <rguenther@suse.de>
8239
8240         PR middle-end/79576
8241         * params.def (max-ssa-name-query-depth): Limit to 10.
8242
8243 2017-02-17  Richard Biener  <rguenther@suse.de>
8244
8245         PR tree-optimization/79552
8246         * tree-ssa-structalias.c (visit_loadstore): Properly verify
8247         default defs.
8248
8249 2017-02-17  Richard Biener  <rguenther@suse.de>
8250
8251         PR bootstrap/79567
8252         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
8253
8254 2017-02-17  Marek Polacek  <polacek@redhat.com>
8255
8256         PR middle-end/79536
8257         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
8258         (fold_negate_expr): New wrapper.
8259
8260 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
8261
8262         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
8263         Correct terminology and de-emphasize pre-standard behavior.
8264
8265 2017-02-16  Alan Modra  <amodra@gmail.com>
8266
8267         PR rtl-optimization/79286
8268         * ira.c (def_dominates_uses): New function.
8269         (update_equiv_regs): Don't create an equivalence for insns that
8270         may trap where the register def does not dominate the use.
8271
8272 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
8273
8274         PR rtl-optimization/78127
8275         * lra.c (lra): Call lra_eliminate before finish the loop after
8276         lra_constraint.
8277
8278 2017-02-16  Richard Biener  <rguenther@suse.de>
8279
8280         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
8281         isl/isl_val.h.
8282         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
8283         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
8284         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
8285         (isl_val_int_from_wi): New function.
8286         (extract_affine_gmp): Rename to ...
8287         (extract_affine_wi): ... this, take a widest_int.
8288         (extract_affine_int): Just wrap extract_affine_wi.
8289         (add_param_constraints): Use isl_val_int_from_wi.
8290         (add_loop_constraints): Likewise, and extract_affine_wi.
8291
8292 2017-02-15  Jeff Law  <law@redhat.com>
8293
8294         PR middle-end/79521
8295         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
8296         ira_init_register_move_cost_if_necessary.
8297
8298 2017-02-15  Martin Sebor  <msebor@redhat.com>
8299
8300         PR middle-end/32003
8301         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
8302         removed in a prior commit.
8303
8304 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
8305
8306         PR tree-optimization/79347
8307         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
8308         counters during peeling.
8309
8310 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
8311
8312         * Makefile.in (site.exp): Remove "set ISLVER".
8313
8314 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
8315
8316         PR target/79487
8317         * real.c (real_from_integer): Call real_convert even for decimal.
8318
8319 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8320
8321         PR target/79421
8322         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
8323
8324 2017-02-14  Andrew Pinski  <apinski@cavium.com>
8325
8326         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
8327         cores and change the partno/implementer to be correct.
8328         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
8329         the 'B" as the implementer.
8330         * config/aarch64/aarch64-tune.md: Regenerate.
8331
8332 2017-02-14  Carl Love  <cel@us.ibm.com>
8333
8334         * config/rs6000/rs6000.c: Add case statement entry to make the
8335         xvcvuxdsp built-in argument unsigned.
8336         * config/rs6000/vsx.md: Fix the source and return operand types so they
8337         match the instruction definitions from the ISA document.  Fix typo
8338         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
8339         statement.
8340
8341 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
8342
8343         PR target/79282
8344         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
8345         member early_clobber_alts.
8346         * lra-lives.c (reg_early_clobber_p): New.
8347         (process_bb_lives): Use it.
8348         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
8349         (debug_operand_data): Initialize early_clobber_alts.
8350         (setup_operand_alternative): Set up early_clobber_alts.
8351         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
8352         alternatives to new_insn_reg.
8353         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
8354         it.
8355         (lra_update_insn_regno_info): Pass the new arg.
8356
8357 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
8358
8359         PR middle-end/79505
8360         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
8361         (new_oacc_loop_raw): Don't clear already cleared fields.
8362
8363         PR target/79481
8364         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
8365         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
8366         _mm512_prefetch_i64gather_ps): New inline functions and macros.
8367
8368 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
8369
8370         PR target/79495
8371         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
8372
8373 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
8374
8375         PR target/79498
8376         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
8377         the extra instruction to the right place to store 128-bit constant
8378         when needed.
8379
8380 2017-02-14  Martin Sebor  <msebor@redhat.com>
8381
8382         PR middle-end/79448
8383         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
8384           warning for strings of unknown length.
8385
8386 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
8387
8388         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
8389
8390 2017-02-14  Jeff Law  <law@redhat.com>
8391
8392         PR target/79404
8393         * ira-costs.c (scan_one_insn): Initialize register move costs
8394         for pseudos seen in USE/CLOBBER insns.
8395
8396         PR tree-optimization/79095
8397         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
8398         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
8399         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
8400         if the operands are known to be not equal, then the resulting range
8401         is ~[0,0].
8402         (intersect_ranges): If the new range is ~[0,0] and the old range is
8403         wide, then prefer ~[0,0].
8404         * tree-vrp.c (overflow_comparison_p_1): New function.
8405         (overflow_comparison_p): New function.
8406         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
8407         if NAME is used in an overflow test.
8408         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
8409         overflow check that can be expressed as an equality test, then adjust
8410         ops to be that equality test.
8411
8412 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8413
8414         * config/s390/s390-builtin-types.def: Remove flags argument.
8415         * config/s390/s390.c (s390_init_builtins): Likewise.
8416
8417 2017-02-14  Martin Liska  <mliska@suse.cz>
8418
8419         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
8420         vector.  Fix trailing white spaces.
8421
8422 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
8423
8424         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
8425         HFmode.
8426
8427 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8428
8429         PR rtl-optimization/68664
8430         * config/arm/arm.c (arm_sched_can_speculate_insn):
8431         New function.  Declare prototype.
8432         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
8433
8434 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8435
8436         PR rtl-optimization/68664
8437         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
8438         New function.
8439         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
8440
8441 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
8442
8443         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
8444         max skip bytes for function, loop and jump.
8445
8446 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8447
8448         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
8449         ABS_EXPR for gimple dump.
8450
8451 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
8452
8453         PR target/79462
8454         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
8455
8456         PR tree-optimization/79408
8457         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
8458         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
8459         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
8460         also if rhs1 is INTEGER_CST.
8461
8462 2017-02-14  Richard Biener  <rguenther@suse.de>
8463
8464         PR middle-end/79432
8465         * tree-into-ssa.c (insert_phi_nodes): When the function can
8466         have abnormal edges rewrite SSA names with broken use-def
8467         dominance out of SSA and register them for PHI insertion.
8468
8469 2017-02-13  Martin Sebor  <msebor@redhat.com>
8470
8471         PR middle-end/79496
8472         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
8473         clearing info.nowrite flag when snprintf size argument is a range.
8474
8475 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
8476
8477         * cprop.c (cprop_jump): Add missing space in string literal.
8478         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
8479         (get_constraint_for_component_ref): Likewise.
8480         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
8481         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
8482         * lra-constraints.c (process_alt_operands): Likewise.
8483         * ipa-inline.c (inline_small_functions): Likewise.
8484         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
8485         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
8486         * trans-mem.c (diagnose_tm_1_op): Likewise.
8487         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
8488         (grid_parallel_clauses_gridifiable): Likewise.
8489
8490         * config/nvptx/mkoffload.c (process): Add space in between
8491         , and %d.
8492
8493         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
8494         "MOD4_SSE_REGS" and "ALL_REGS".
8495
8496         * spellcheck.c (test_data): Add , in between "foo" and "food".
8497
8498 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8499
8500         PR target/79449
8501         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
8502         boundary crossing check and subsequent code generation agree.
8503
8504 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8505
8506         * config/aarch64/aarch64.c (has_memory_op): Delete.
8507         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
8508         has_memory_op.
8509
8510 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
8511
8512         PR rtl-optimization/79388
8513         PR rtl-optimization/79450
8514         * combine.c (distribute_notes): When removing TEM_INSN for which
8515         corresponding dest has last value recorded, invalidate that last
8516         value.
8517
8518 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8519
8520         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
8521         of explicit '@'.  Add missing assembly comment marker on branch costs
8522         printout.
8523
8524 2017-02-13  Nathan Sidwell  <nathan@acm.org>
8525
8526         * gengtype-lex.l (<in_struct>): Add '/'.
8527
8528 2017-02-13  Martin Liska  <mliska@suse.cz>
8529
8530         PR c/79471
8531         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
8532
8533 2017-02-13  Richard Biener  <rguenther@suse.de>
8534
8535         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
8536         Remove.
8537         * configure: Re-generate.
8538         * config.in: Likewise.
8539         * graphite-dependences.c: Simplify as if
8540         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
8541         * graphite-isl-ast-to-gimple.c: Likewise.
8542         * graphite-optimize-isl.c: Likewise.
8543         * graphite-poly.c: Likewise.
8544         * graphite-sese-to-poly.c: Likewise.
8545         * graphite.h: Likewise.
8546         * toplev.c: Include isl/version.h and use isl_version () for
8547         printing the ISL version.
8548         * doc/install.texi: Update ISL requirement.
8549
8550 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
8551
8552         * doc/standards.texi (Standards): Update reference to
8553         Objective-C 2.0.
8554
8555 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
8556
8557         * doc/extend.texi (Named Address Spaces): sourceware.org now
8558         defaults to https.
8559         * doc/install.texi (Binaries): Ditto.
8560         (Specific): Ditto.
8561
8562 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
8563
8564         * doc/cpp.texi: Replace "stringify"/"stringification" with C
8565         standard terminology "stringize"/"stringizing" throughout.
8566         * doc/cppinternals.texi: Likewise.
8567
8568 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
8569
8570         * doc/extend.texi: Fix some spelling mistakes and typos.
8571         * doc/invoke.texi: Likewise.
8572
8573 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
8574
8575         PR ipa/79224
8576         * params.def (inline-min-speedup) Change from 10 to 8.
8577
8578 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
8579
8580         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
8581         4.5.
8582
8583 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
8584
8585         PR ipa/79224
8586         * ipa-inline-analysis.c (get_minimal_bb): New function.
8587         (record_modified): Use it.
8588         (remap_edge_change_prob): Handle also ancestor functions.
8589
8590 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
8591
8592         * doc/contrib.texi (Contributors): Remove broken link into
8593         the Mauve CVS repository.
8594
8595 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
8596
8597         PR middle-end/79454
8598         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
8599         result computation whenever lhs doesn't have vector mode, not
8600         just when it has BLKmode.
8601
8602 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
8603
8604         * doc/makefile.texi (profiledbootstrap): Refer to the
8605         installation instructions only in textual form.
8606
8607 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8608
8609         PR target/79295
8610         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
8611
8612 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
8613
8614         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
8615         (Specific): Update mingw-w64 reference.
8616         (Binaries): Ditto.
8617         (Specific): Remove broken link to Renesas RX processor.
8618
8619 2017-02-10  Richard Biener  <rguenther@suse.de>
8620
8621         * toplev.c (process_options): Do not mention obsolete graphite
8622         options when printing sorry message about missing graphite support.
8623         Mention -floop-nest-optimize.
8624
8625 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
8626
8627         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
8628         (vtst_p16): Likewise.
8629         (vtstq_p8): Likewise.
8630         (vtstq_p16): Likewise.
8631         (vtst_p64): New.
8632         (vtstq_p64): Likewise.
8633         * config/arm/arm_neon.h (vgetq_lane_p64): New.
8634         (vset_lane_p64): New.
8635         (vsetq_lane_p64): New.
8636
8637 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
8638
8639         PR tree-optimization/79411
8640         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
8641         stmt operands are SSA_NAMEs used in abnormal phis.
8642         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
8643         phis.
8644
8645 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
8646
8647         PR ipa/70795
8648         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
8649         flag if needed.
8650
8651 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
8652
8653         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
8654
8655 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
8656
8657         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
8658         to avoid warning.
8659
8660         PR c/79413
8661         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
8662         not arbitrary TREE_CONSTANT.
8663
8664         PR c/79431
8665         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
8666         "omp declare target link" attribute unless is_global_var.
8667         * omp-offload.c (find_link_var_op): Likewise.
8668
8669 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
8670             Chung-Lin Tang  <cltang@codesourcery.com>
8671
8672         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
8673         OMP_CLAUSE_TILE.
8674         (gimplify_adjust_omp_clauses): Don't delete TILE.
8675         (gimplify_omp_for): Deal with TILE.
8676         * internal-fn.c (expand_GOACC_TILE): New function.
8677         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
8678         (GOACC_TILE): New.
8679         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
8680         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
8681         element fields.
8682         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
8683         avoid DIV for outermost collapse var.
8684         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
8685         Remove out of date comments, fix whitespace.
8686         * omp-general.c (omp_extract_for_data): Deal with tiling.
8687         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
8688         adjust OLF_DIM_BASE value.
8689         (struct omp_for_data): Add tiling field.
8690         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
8691         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
8692         for auto loops.  Remove default auto determining, moved to
8693         oacc_loop_fixed_partitions.
8694         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
8695         stmts, add e_mask field.
8696         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
8697         (oacc_thread_numbers): Use oacc_dim_call.
8698         (oacc_xform_tile): New.
8699         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
8700         (finish_oacc_loop): Adjust for ifns vector.
8701         (oacc_loop_discover_walk): Append loop abstraction sites to list,
8702         add case for GOACC_TILE fns.
8703         (oacc_loop_xform_loop): Delete.
8704         (oacc_loop_process): Iterate over call list directly, and add
8705         handling for GOACC_TILE fns.
8706         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
8707         dump partitioning.
8708         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
8709         vector partitioning to outer loops.  Assign 2 partitions to loops
8710         when available. Add TILE handling.
8711         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
8712         (execite_oacc_device_lower): Process GOACC_TILE fns,
8713         ignore unknown specs.
8714         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
8715         * tree.c (omp_clause_num_ops): Adjust TILE ops.
8716         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
8717
8718 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
8719
8720         * configure.ac (ACX_BUGURL): Update.
8721         * configure: Regenerate.
8722
8723 2017-02-09  Richard Biener  <rguenther@suse.de>
8724
8725         PR tree-optimization/69823
8726         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
8727         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
8728
8729 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
8730
8731         * config/arc/arc-c.def: Add __NPS400__ definition.
8732         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
8733         (TARGET_NPS400): Define.
8734
8735 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
8736
8737         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
8738         file.
8739         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
8740         pointer, arch_info.
8741         (arc_cpu_types): Fill the arch_info field with a pointer into the
8742         arc_arch_types table.
8743         (arc_selected_cpu): Declare.
8744         * config/arc/arc.c (arc_selected_cpu): Make global.
8745         (arc_selected_arch): Delete.
8746         (arc_base_cpu): Delete.
8747         (arc_override_options): Remove references to deleted variables,
8748         update access to arch information.
8749         (ARC_OPT): Update access to arch information.
8750         (ARC_OPTX): Likewise.
8751         * config/arc/arc.h (arc_base_cpu): Remove declaration.
8752         (TARGET_ARC600): Update access to arch information.
8753         (TARGET_ARC601): Likewise.
8754         (TARGET_ARC700): Likewise.
8755         (TARGET_EM): Likewise.
8756         (TARGET_HS): Likewise.
8757         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
8758         information.
8759
8760 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
8761
8762         PR target/78604
8763         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
8764         condition/operands for integer GE/LE/GEU/LEU operations.
8765
8766 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
8767
8768         PR translation/79397
8769         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
8770         of AltiVec.
8771
8772 2017-02-08  Martin Jambor  <mjambor@suse.cz>
8773
8774         PR ipa/79375
8775         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
8776         whether allocation happened.
8777         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
8778         nothing was allocated.
8779
8780 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
8781
8782         PR tree-optimization/79408
8783         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
8784         constant, but SSA_NAME with a known integer range, use the minimum
8785         of that range instead of op1 to determine if modulo can be replaced
8786         with its first operand.
8787
8788 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8789
8790         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
8791
8792 2017-02-08  Richard Biener  <rguenther@suse.de>
8793
8794         PR tree-optimization/71824
8795         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
8796         Check all loops contained in the merged region.
8797
8798 2017-02-07  Andrew Pinski  <apinski@cavium.com>
8799
8800         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
8801
8802 2017-02-07  Andrew Pinski  <apinski@cavium.com>
8803
8804         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
8805         (thunderxt88): Likewise.
8806         (thunderxt81): Disable LSE and change v8.1 to v8.
8807         (thunderxt83): Likewise.
8808
8809 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
8810             Richard Biener  <rguenther@suse.de>
8811
8812         PR middle-end/79399
8813         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
8814         type from int to size_t.
8815         * ira-costs.c (struct_costs_size): Change type from int to size_t.
8816
8817 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
8818
8819         PR rtl-optimization/79386
8820         * cprop.c (bypass_conditional_jumps): Initialize
8821         bypass_last_basic_block already before splitting bbs after
8822         unconditional traps...
8823         (bypass_conditional_jumps): ... rather than here.
8824
8825         PR target/79299
8826         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
8827         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
8828         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
8829         fix -masm=intel patterns.
8830
8831 2017-02-07  Richard Biener  <rguenther@suse.de>
8832
8833         PR tree-optimization/79256
8834         PR middle-end/79278
8835         * builtins.c (get_object_alignment_2): Use min_align_of_type
8836         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
8837         and ADJUST_FIELD_ALIGN.
8838
8839         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
8840         type parameter.
8841         * doc/tm.texi: Regenerate.
8842         * stor-layout.c (layout_decl): Adjust.
8843         (update_alignment_for_field): Likewise.
8844         (place_field): Likewise.
8845         (min_align_of_type): Likewise.
8846         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
8847         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
8848         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
8849         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
8850         * config/frv/frv.c (frv_adjust_field_align): Likewise.
8851         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
8852         * config/i386/i386.c (x86_field_alignment): Likewise.
8853         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
8854         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
8855         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
8856         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
8857         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
8858         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
8859          Likewise.
8860
8861         Revert
8862         2017-01-30  Richard Biener  <rguenther@suse.de>
8863
8864         PR tree-optimization/79256
8865         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
8866         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
8867         alignment on TYPE.
8868
8869 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
8870
8871         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
8872         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
8873         builtins to SImode and emit a zero-extend, if necessary.
8874
8875 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
8876
8877         * docs/invoke.texi (RISC-V Options): Alphabetize.
8878
8879 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
8880
8881         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
8882         options.
8883
8884 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
8885
8886         * config/riscv/riscv.c: New file.
8887         * gcc/common/config/riscv/riscv-common.c: Likewise.
8888         * config.gcc: Likewise.
8889         * config/riscv/constraints.md: Likewise.
8890         * config/riscv/elf.h: Likewise.
8891         * config/riscv/generic.md: Likewise.
8892         * config/riscv/linux.h: Likewise.
8893         * config/riscv/multilib-generator: Likewise.
8894         * config/riscv/peephole.md: Likewise.
8895         * config/riscv/pic.md: Likewise.
8896         * config/riscv/predicates.md: Likewise.
8897         * config/riscv/riscv-builtins.c: Likewise.
8898         * config/riscv/riscv-c.c: Likewise.
8899         * config/riscv/riscv-ftypes.def: Likewise.
8900         * config/riscv/riscv-modes.def: Likewise.
8901         * config/riscv/riscv-opts.h: Likewise.
8902         * config/riscv/riscv-protos.h: Likewise.
8903         * config/riscv/riscv.h: Likewise.
8904         * config/riscv/riscv.md: Likewise.
8905         * config/riscv/riscv.opt: Likewise.
8906         * config/riscv/sync.md: Likewise.
8907         * config/riscv/t-elf-multilib: Likewise.
8908         * config/riscv/t-linux: Likewise.
8909         * config/riscv/t-linux-multilib: Likewise.
8910         * config/riscv/t-riscv: Likewise.
8911         * configure.ac: Likewise.
8912         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
8913         Waterman as RISC-V maintainers.
8914         * doc/install.texi: Add RISC-V entries.
8915         * doc/invoke.texi: Add RISC-V options section.
8916         * doc/md.texi: Add RISC-V constraints section.
8917         * configure: Regenerated.
8918
8919 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
8920
8921         PR target/66144
8922         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
8923         false values to be constant vectors with all 0 or all 1 bits set.
8924         (vcondu<mode><mode>): Likewise.
8925         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
8926         predicate.
8927         (fpmask_comparison_operator): Update comment.
8928         (vecint_comparison_operator): New predicate.
8929         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
8930         vector conditionals when the true and false values are constant
8931         vectors with all 0 bits or all 1 bits set.
8932
8933 2017-02-06  Martin Sebor  <msebor@redhat.com>
8934
8935         PR  tree-optimization/79376
8936         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
8937
8938 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
8939
8940         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
8941         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
8942         to simplify split condition.
8943
8944 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
8945
8946         * omp-expand.c (oxpand_omp_atomic_fetch_op,
8947         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
8948         false.
8949
8950 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
8951
8952         PR rtl-optimization/68664
8953         * target.def (can_speculate_insn): New hook.
8954         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
8955         * doc/tm.texi: Regenerate.
8956         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
8957         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
8958         (rs6000_sched_can_speculate_insn): New function.
8959
8960 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
8961
8962         PR tree-optimization/79284
8963         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
8964         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
8965         vectorizable_mask_load_store, vectorizable_operation,
8966         vect_is_simple_cond, get_same_sized_vectype): Use it instead
8967         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
8968         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
8969         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
8970         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
8971         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
8972         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
8973         is_gimple_assign (stmt).  Replace another such test with
8974         is_gimple_assign (stmt).
8975
8976 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
8977
8978         PR target/78883
8979         * config/avr/avr.c (rtl-iter.h): Include it.
8980         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
8981         (avr_legitimate_combined_insn): ...and implementation.
8982
8983 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8984
8985         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
8986         * config/s390/s390.c (s390_const_operand_ok)
8987         (s390_canonicalize_comparison, s390_extract_part)
8988         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
8989         (s390_contiguous_bitmask_p, s390_rtx_costs)
8990         (legitimize_pic_address): Likewise.
8991         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
8992         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
8993         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
8994         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
8995         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
8996
8997 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
8998
8999         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
9000         REGNO($0) == REGNO($1).
9001
9002 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9003
9004         * config/s390/linux.h(SIZE_TYPE): Add comment.
9005
9006 2017-02-06  Julian Brown  <julian@codesourcery.com>
9007             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
9008             Virendra Pathak  <virendra.pathak@broadcom.com>
9009
9010         * config/aarch64/aarch64-cores.def: Change the scheduler
9011         to Thunderx2t99.
9012         * config/aarch64/aarch64.md: Include thunderx2t99.md.
9013         * config/aarch64/thunderx2t99.md: New file.
9014
9015 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
9016
9017         * doc/standards.texi (Go Language): Update link to language
9018         standard.
9019
9020 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
9021
9022         * tree-eh.c (lower_resx): Sanitize profile.
9023         (cleanup_empty_eh_move_lp): Likewise.
9024
9025 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
9026
9027         PR tree-ssa/79347
9028         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
9029         ELSE_PROB.
9030         * cfgloopmanip.h (loop_version): Update prototype.
9031         * modulo-sched.c (sms_schedule): Update call of loop_version.
9032         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
9033         * tree-parloops.c (gen_parallel_loop): Likewise.
9034         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
9035         * tree-ssa-loop-split.c (split_loop): Likewise.
9036         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
9037         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
9038
9039 2017-02-05  Martin Liska  <mliska@suse.cz>
9040
9041         PR bootstrap/78985
9042         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
9043         variable to NULL.
9044         (print_operand_address): Initialize a struct to zero.
9045
9046 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
9047
9048         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
9049         garbage collector only in textual form.
9050
9051 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
9052
9053         * doc/extend.texi (x86 specific memory model extensions for
9054         transactional memory): Simplify a phrase.
9055
9056 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
9057
9058         PR target/79353
9059         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
9060         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
9061         (atomic_storedi_1): Likewise.
9062
9063 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
9064
9065         PR tree-optimization/79338
9066         * tree-parloops.c (gather_scalar_reductions): Don't call
9067         vect_analyze_loop_form for loop->inner before destroying loop's
9068         loop_vinfo.
9069
9070 2017-02-03  Martin Sebor  <msebor@redhat.com>
9071
9072         PR tree-optimization/79327
9073         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
9074         when precision has resulted in leading zeros.
9075         (format_integer): Adjust the likely counter to assume an unknown
9076         argument that may be zero is non-zero.
9077
9078 2017-02-03  Jason Merrill  <jason@redhat.com>
9079
9080         PR c++/78689
9081         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
9082         avoid copying non-taken branch.
9083
9084 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
9085
9086         PR tree-optimization/79340
9087         * tree-vect-loop.c (vectorizable_reduction): Release
9088         vec_defs elements after safe_splicing them into other vectors.
9089         Formatting fixes.
9090
9091         PR tree-optimization/79327
9092         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
9093         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
9094         dirtype.
9095         (format_integer): Use wide_int_to_tree instead of build_int_cst
9096         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
9097         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
9098         of shortest and longest sequence.
9099
9100 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
9101
9102         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
9103         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
9104
9105 2017-02-03  Walter Lee  <walt@tilera.com>
9106
9107         PR target/78862
9108         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
9109         after initial stackframe link reg save.
9110         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
9111
9112 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
9113
9114         PR target/79354
9115         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
9116         wu for stxssp alternative.
9117
9118 2017-02-03  Martin Sebor  <msebor@redhat.com>
9119
9120         PR tree-optimization/79352
9121         * gimple-fold.c (get_range_strlen): Add argument.
9122         (get_range_strlen): Change return type to bool.
9123         (get_maxval_strlen): Pass in a dummy argument.
9124         * gimple-fold.h (get_range_strlen): Change return type to bool.
9125         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
9126         * tree.h (array_at_struct_end_p): Add argument.
9127         * tree.c (array_at_struct_end_p): Handle it.
9128
9129 2017-02-03  Martin Liska  <mliska@suse.cz>
9130
9131         PR lto/66295
9132         * multiple_target.c (create_dispatcher_calls): Redirect edge
9133         from a caller of a dispatcher.
9134         (expand_target_clones): Make the clones local.
9135         (ipa_target_clone): Do both target clones and resolvers.
9136         (ipa_dispatcher_calls): Remove the pass.
9137         (pass_dispatcher_calls::gate): Likewise.
9138         (make_pass_dispatcher_calls): Likewise.
9139         * passes.def (pass_target_clone): Put as very first IPA early
9140         pass.
9141
9142 2017-02-03  Martin Liska  <mliska@suse.cz>
9143
9144         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
9145         in case of a function with ifunc attribute.
9146
9147 2017-02-03  Martin Liska  <mliska@suse.cz>
9148
9149         * cgraph.c (cgraph_node::dump): Dump function version info.
9150         * symtab.c (symtab_node::dump_base): Add missing new line.
9151
9152 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
9153
9154         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
9155         (ifcombine_ifandif): Use it.
9156
9157 2017-02-03  Martin Liska  <mliska@suse.cz>
9158
9159         * doc/invoke.texi: Document default value for
9160         use-after-scope-direct-emission-threshold.
9161
9162 2017-02-03  Martin Liska  <mliska@suse.cz>
9163
9164         PR tree-optimization/79339
9165         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
9166         (format_floating): Likewise.
9167
9168 2017-02-03  Martin Liska  <mliska@suse.cz>
9169
9170         PR ipa/79337
9171         * ipa-prop.c (ipa_node_params_t::insert): Remove current
9172         implementation.
9173         (ipa_node_params_t::remove): Likewise.
9174         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
9175         initialization from removed ipa_node_params_t::insert.
9176         (ipa_node_params::~ipa_node_params): Move from removed
9177         ipa_node_params_t::release.
9178         * symbol-summary.h (symbol_summary::m_released): New member.
9179         Do not release a summary twice.  Do not allow to call finalizer
9180         for types of a summary that live in GGC memory.
9181
9182 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
9183
9184         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
9185         cmp_branch fusion.
9186
9187 2017-02-02  Martin Sebor  <msebor@redhat.com>
9188
9189         PR middle-end/79275
9190         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
9191         (format_string): Tighten up the range of output for non-constant
9192         strings and correct the expected range for wide non-constant strings.
9193
9194 2017-02-02  Martin Sebor  <msebor@redhat.com>
9195
9196         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
9197
9198         PR middle-end/32003
9199         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
9200         index.
9201         (-fdump-tree-@var): Add to index and document how to come up
9202         with pass-specific option and dump file names.
9203         (-fdump-passes): Clarify where to look for output.
9204
9205 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
9206
9207         PR middle-end/77445
9208         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
9209         statistics of the analyzed path; allow threading for speed when
9210         any of BBs along the path are optimized for speed.
9211
9212 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
9213
9214         PR middle-end/78468
9215         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
9216         settings of the virtual registers.
9217
9218         Revert again
9219         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9220
9221         * explow.c (get_dynamic_stack_size): Take known alignment of stack
9222         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
9223         needed.
9224
9225 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9226
9227         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
9228         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
9229
9230 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9231
9232         * config/s390/s390.md: Add missing comments with the expanded
9233         mnemonics.
9234         * config/s390/vector.md: Likewise.
9235         * config/s390/vx-builtins.md: Likewise.
9236
9237 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
9238
9239         PR target/79197
9240         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
9241         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
9242         conditions on a single line.
9243
9244 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9245
9246         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
9247         __S390_VX__ to __VX__.
9248
9249 2017-02-01  Andrew Pinski  <apinski@cavium.com>
9250
9251         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
9252         stmt_info to record_stmt_cost.
9253         (vect_get_known_peeling_cost): Pass stmt_info if known to
9254         record_stmt_cost.
9255         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
9256         cpu_vector_cost field into
9257         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
9258         field into vec_int_stmt_cost and vec_fp_stmt_cost.
9259         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
9260         splitting of scalar_stmt_cost and vec_stmt_cost.
9261         (thunderx_vector_cost): Likewise.
9262         (cortexa57_vector_cost): LIkewise.
9263         (exynosm1_vector_cost): Likewise.
9264         (xgene1_vector_cost): Likewise.
9265         (thunderx2t99_vector_cost): Improve after the splitting of the two
9266         fields.
9267         (aarch64_builtin_vectorization_cost): Update for the splitting of
9268         scalar_stmt_cost and vec_stmt_cost.
9269
9270 2017-02-01  Torvald Riegel  <triegel@redhat.com>
9271             Richard Henderson  <rth@redhat.com>
9272
9273         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
9274         conditional on existance of a fast atomic load.
9275         * optabs-query.c (can_atomic_load_p): New function.
9276         * optabs-query.h (can_atomic_load_p): Declare it.
9277         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
9278         no fast atomic load is available for the particular size of access.
9279         (expand_atomic_compare_and_swap): Likewise.
9280         (expand_atomic_load): Likewise.
9281         (expand_atomic_store): Likewise.
9282         (expand_atomic_fetch_op): Likewise.
9283         * testsuite/lib/target-supports.exp
9284         (check_effective_target_sync_int_128): Remove x86 because it provides
9285         no fast atomic load.
9286         (check_effective_target_sync_int_128_runtime): Likewise.
9287
9288 2017-02-01  Richard Biener  <rguenther@suse.de>
9289
9290         * graphite.c: Include tree-vectorizer.h for find_loop_location.
9291         (graphite_transform_loops): Provide opt-info for optimized nests.
9292         * tree-parloop.c (parallelize_loops): Provide opt-info for
9293         parallelized loops.
9294
9295 2017-02-01  Richard Biener  <rguenther@suse.de>
9296
9297         PR middle-end/79315
9298         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
9299         was not set before.
9300
9301 2017-02-01  Richard Biener  <rguenther@suse.de>
9302
9303         PR tree-optimization/71824
9304         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
9305         Verify the loops are valid in the merged SESE region.
9306         (scop_detection::can_represent_loop_1): Check analyzing the
9307         evolution of the number of iterations in the region succeeds.
9308
9309 2017-01-31  Ian Lance Taylor  <iant@golang.org>
9310
9311         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
9312         REG_ARGS_SIZE note to 32-bit push insns and call insn.
9313
9314 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
9315
9316         PR preprocessor/79210
9317         * input.c (get_substring_ranges_for_loc): Replace line_width
9318         assertion with error-handling.
9319
9320 2017-01-31  Richard Biener  <rguenther@suse.de>
9321
9322         PR tree-optimization/77318
9323         * graphite-sese-to-poly.c (extract_affine): Fix assert.
9324         (create_pw_aff_from_tree): Take loop parameter.
9325         (add_condition_to_pbb): Pass loop of the condition to
9326         create_pw_aff_from_tree.
9327
9328 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
9329
9330         * config/s390/s390.c (s390_asan_shadow_offset): New function.
9331         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
9332
9333 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
9334
9335         PR target/78597
9336         PR target/79038
9337         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
9338         no longer used.
9339         (convert_int_to_float128): Likewise.
9340         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
9341         (convert_int_to_float128): Likewise.
9342         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
9343         (UNSPEC_IEEE128_CONVERT): Likewise.
9344         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
9345         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
9346         Use local variables for IBM extended format.
9347         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
9348         (fix_trunc<mode>si2_fprs): Likewise.
9349         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
9350         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
9351         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
9352         to know that we can now have integers of all sizes in vector
9353         registers.
9354         (fix<uns>_<mode>di2_hw): Likewise.
9355         (float<uns>_<mode>si2_hw): Likewise.
9356         (fix_<mode>si2_hw): Likewise.
9357         (fixuns_<mode>si2_hw): Likewise.
9358         (float<uns>_<mode>di2_hw): Likewise.
9359         (float_<mode>di2_hw): Likewise.
9360         (float_<mode>si2_hw): Likewise.
9361         (floatuns_<mode>di2_hw): Likewise.
9362         (floatuns_<mode>si2_hw): Likewise.
9363         (xscvqp<su>wz_<mode>): Delete, no longer used.
9364         (xscvqp<su>dz_<mode>): Likewise.
9365         (xscv<su>dqp_<mode>): Likewise.
9366         (ieee128_mfvsrd_64bit): Likewise.
9367         (ieee128_mfvsrd_32bit): Likewise.
9368         (ieee128_mfvsrwz): Likewise.
9369         (ieee128_mtvsrw): Likewise.
9370         (ieee128_mtvsrd_64bit): Likewise.
9371         (ieee128_mtvsrd_32bit): Likewise.
9372
9373 2017-01-31  Martin Liska  <mliska@suse.cz>
9374
9375         PR ipa/79285
9376         * ipa-prop.c (ipa_free_all_node_params): Call release method
9377         instead of ~sumbol_summary to not to trigger double times
9378         dtor of hash_map.
9379
9380 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
9381
9382         PR tree-optimization/71691
9383         * bitmap.h (class auto_bitmap): New.
9384         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
9385         is_maybe_undefined instead of ssa_undefined_value_p.
9386
9387 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9388
9389         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
9390         __S390_ARCH_LEVEL__ to __ARCH__.
9391
9392 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
9393
9394         PR tree-optimization/79267
9395         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
9396         if should_remove_lhs_p is true.
9397
9398 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
9399
9400         PR debug/63238
9401         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
9402         (add_alignment_attribute): New.
9403         (base_type_die): Add alignment attribute.
9404         (subrange_type_die): Likewise.
9405         (modified_type_die): Likewise.
9406         (gen_array_type_die): Likewise.
9407         (gen_descr_array_type_die: Likewise.
9408         (gen_enumeration_type_die): Likewise.
9409         (gen_subprogram_die): Likewise.
9410         (gen_variable_die): Likewise.
9411         (gen_field_die): Likewise.
9412         (gen_ptr_to_mbr_type_die): Likewise.
9413         (gen_struct_or_union_type_die): Likewise.
9414         (gen_subroutine_type_die): Likewise.
9415         (gen_typedef_die): Likewise.
9416         (base_type_cmp): Compare alignment attribute.
9417
9418 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
9419
9420         PR target/79170
9421         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
9422         (setb_unsigned) New pattern for setb with CCUNS.
9423         * config/rs6000/rs6000.c (expand_block_compare): Use a different
9424         subfc./subfe sequence to avoid overflow problems.  Generate a
9425         shorter sequence with cmpld/setb for power9.
9426         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
9427         for generating subfc. instruction.
9428         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
9429         now uses this instruction.
9430
9431 2017-01-30  Ian Lance Taylor  <iant@google.com>
9432
9433         PR debug/79289
9434         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
9435         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
9436
9437 2017-01-30  Martin Sebor  <msebor@redhat.com>
9438
9439         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
9440         Move constant to the right of a relational operator.
9441         (get_mpfr_format_length, format_character, format_string): Ditto.
9442         (should_warn_p, maybe_warn): Same.
9443
9444         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
9445
9446 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
9447
9448         PR lto/79061
9449         * asan.c (get_translation_unit_decl): Remove function.
9450         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
9451
9452 2017-01-30  Martin Liska  <mliska@suse.cz>
9453
9454         PR gcov-profile/79259
9455         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
9456         -fprofile-generate.
9457
9458 2017-01-30  Martin Liska  <mliska@suse.cz>
9459
9460         PR bootstrap/78985
9461         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
9462         Initialize variables with NULL value.
9463
9464 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
9465
9466         PR target/79260
9467         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
9468         tm_p_file.
9469         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
9470
9471 2017-01-30  Richard Biener  <rguenther@suse.de>
9472
9473         PR tree-optimization/79276
9474         * tree-vrp.c (process_assert_insertions): Properly adjust common
9475         when removing a duplicate.
9476
9477         * gcc.dg/torture/pr79276.c: New testcase.
9478
9479 2017-01-30  Richard Biener  <rguenther@suse.de>
9480
9481         PR tree-optimization/79256
9482         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
9483         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
9484         alignment on TYPE.
9485         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
9486
9487 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9488
9489         PR target/79240
9490         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
9491         ("*r<noxa>sbg_<mode>_sll_bitmask")
9492         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
9493         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
9494         Use contiguous_bitmask_nowrap_operand.
9495
9496 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9497
9498         PR target/79268
9499         * config/rs6000/altivec.h (vec_xl): Revise #define.
9500         (vec_xst): Likewise.
9501
9502 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
9503
9504         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
9505
9506 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
9507
9508         PR rtl-optimization/79194
9509         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
9510         traps before call to bypass_conditional_jumps.
9511
9512 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
9513
9514         PR tree-optimization/71374
9515         * lra-constraints.c (check_conflict_input_operands): New.
9516         (match_reload): Use it.
9517
9518 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
9519
9520         PR target/79131
9521         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
9522         account to calculate conflict_set.
9523
9524 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
9525
9526         PR rtl-optimization/78559
9527         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
9528         other_insn in combine.
9529
9530 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
9531
9532         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
9533         uint16_type_node for BT_UINT16.
9534
9535 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
9536
9537         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
9538         "RTL Tests" to menu.
9539         (GIMPLE Tests): New node.
9540         (RTL Tests): New node.
9541
9542 2017-01-27  Richard Biener  <rguenther@suse.de>
9543
9544         PR tree-optimization/79245
9545         * tree-loop-distribution.c (distribute_loop): Apply cost
9546         modeling also to detected patterns.
9547
9548 2017-01-27  Richard Biener  <rguenther@suse.de>
9549
9550         PR tree-optimization/71433
9551         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
9552         (compare_assert_loc): New function.
9553         (process_assert_insertions): Sort and optimize assert locations
9554         to remove duplicates and push down identical assertions on
9555         edges to their destination block.
9556
9557 2017-01-27  Richard Biener  <rguenther@suse.de>
9558
9559         PR tree-optimization/79244
9560         * tree-vrp.c (remove_range_assertions): Forcefully propagate
9561         out SSA names even if abnormal.
9562
9563 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
9564
9565         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
9566         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
9567         instead of MPFR_RNDN.
9568
9569 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
9570
9571         PR target/79239
9572         * arm.c (arm_option_override): Don't call build_target_option_node
9573         until after doing all option overrides.
9574         (arm_valid_target_attribute_tree): Likewise.
9575
9576 2017-01-27  Martin Liska  <mliska@suse.cz>
9577
9578         * doc/invoke.texi (-fprofile-arcs): Document profiling support
9579         for {cd}tors and C++ {cd}tors.
9580
9581 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9582
9583         * config/s390/s390.md ("*setmem_long_and")
9584         ("*setmem_long_and_31z"): Use zero_extend instead of and.
9585
9586 2017-01-26  Martin Sebor  <msebor@redhat.com>
9587
9588         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
9589         of precision.
9590
9591 2017-01-26  Martin Sebor  <msebor@redhat.com>
9592
9593         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
9594         HAVE_DFmode before using XFmode or DFmode.
9595         (parse_directive): Avoid using the z length modifier to avoid
9596         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
9597
9598         PR middle-end/78703
9599         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
9600         to accept adjustment as an array.
9601         (get_int_range): New function.
9602         (struct directive): Make width and prec arrays.
9603         (directive::set_width, directive::set_precision): Call get_int_range.
9604         (format_integer, format_floating): Handle width and precision ranges.
9605         (format_string, parse_directive): Same.
9606
9607 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
9608
9609         PR debug/79129
9610         * dwarf2out.c (generate_skeleton_bottom_up): For children with
9611         comdat_type_p set, just clone them, but keep the children in the
9612         original DIE.
9613
9614         PR debug/78835
9615         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
9616         which have direct callers with -fvar-tracking-assignments enabled
9617         in the current TU.
9618         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
9619         inside of type units.
9620
9621 2017-01-26  Martin Sebor  <msebor@redhat.com>
9622
9623         PR middle-end/78703
9624         * gimple-ssa-sprintf.c (struct result_range): Add likely and
9625         unlikely counters.
9626         (struct format_result): Replace number_chars, number_chars_min,
9627         and number_chars_max with a single member of struct result_range.
9628         Remove bounded.
9629         (format_result::operator+=): Adjust.
9630         (struct fmtresult): Remove bounded.  Handle likely and unlikely
9631         counters.
9632         (fmtresult::adjust_for_width_or_precision): New function.
9633         (fmtresult:type_max_digits): New function.
9634         (bytes_remaining): Handle likely and unlikely counters.
9635         (min_bytes_remaining): Remove.
9636         (format_percent): Simplify.
9637         (format_integer, format_floating): Set likely and unlikely counters.
9638         (get_string_length, format_character, format_string): Same.
9639         (format_plain, should_warn_p): New function.
9640         (maybe_warn): Call should_warn_p.  Update diagnostic messages
9641         and handle those for all directives, including plain strings.
9642         (format_directive): Handle likely and unlikely counters.
9643         Remove unnecessary quoting from diagnostics.  Add an informational
9644         note.
9645         (add_bytes): Remove.
9646         (pass_sprintf_length::compute_format_length): Simplify.
9647         (try_substitute_return_value): Handle likely and unlikely counters.
9648
9649 2017-01-26  Carl Love  <cel@us.ibm.com>
9650
9651         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
9652         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
9653
9654 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
9655
9656         PR target/79131
9657         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
9658         endianess for subregs into account.
9659         * lra-constraints.c (lra_constraints): Do risky transformations
9660         always on the first iteration.
9661         * lra-lives.c (check_pseudos_live_through_calls): Add arg
9662         last_call_used_reg_set.
9663         (process_bb_lives): Define and use last_call_used_reg_set.
9664         * lra.c (lra): Always continue after lra_constraints on the first
9665         iteration.
9666
9667 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
9668
9669         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
9670         constant.
9671         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
9672
9673 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
9674
9675         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
9676         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
9677         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
9678         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
9679         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
9680         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
9681         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
9682         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
9683         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
9684
9685 2017-01-26  Marek Polacek  <polacek@redhat.com>
9686
9687         PR c/79199
9688         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
9689         for the third operand.
9690
9691 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
9692
9693         PR middle-end/79236
9694         * omp-low.c (struct omp_context): Add simt_stmt field.
9695         (scan_omp_for): Return omp_context *.
9696         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
9697         context to the _simt_ SIMD stmt.
9698         (lower_omp_for): For combined SIMD with sibling _simt_
9699         SIMD, make sure to use the same decls in _looptemp_
9700         clauses as in the sibling.
9701
9702 2017-01-26  David Sherwood  <david.sherwood@arm.com>
9703
9704         PR middle-end/79212
9705         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
9706         all contexts.
9707
9708 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
9709
9710         PR target/70465
9711         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
9712         emit fld b; fld a; if possible.
9713
9714         * brig-builtins.def: Update copyright years.
9715         * config/arm/arm_acle_builtins.def: Update copyright years.
9716
9717 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
9718
9719         PR target/79179
9720         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
9721         constraint instead of o for the stxsd instruction.
9722
9723 2017-01-25  Carl Love  <cel@us.ibm.com>
9724
9725         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
9726         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
9727
9728 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
9729
9730         * doc/invoke.texi (C++ Dialect Options): Fix typo.
9731
9732 2017-01-25  Richard Biener  <rguenther@suse.de>
9733
9734         PR tree-optimization/69264
9735         * target.def (vector_alignment_reachable): Improve documentation.
9736         * doc/tm.texi: Regenerate.
9737         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
9738         and add a comment.
9739         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
9740         earlier changes with respect to TYPE_USER_ALIGN.
9741         (vector_alignment_reachable_p): Likewise.  Improve dumping.
9742
9743 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9744
9745         PR target/79145
9746         * config/arm/arm.md (xordi3): Force constant operand into a register
9747         for TARGET_IWMMXT.
9748
9749 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9750
9751         * doc/invoke.texi (-fstore-merging): Correct default optimization
9752         levels at which it is enabled.
9753         (-O): Move -fstore-merging from list to...
9754         (-O2): ... Here.
9755
9756 2017-01-25  Richard Biener  <rguenther@suse.de>
9757
9758         PR debug/78363
9759         * omp-expand.c: Include debug.h.
9760         (expand_omp_taskreg): Make sure to generate early debug before
9761         outlining anything from a function.
9762         (expand_omp_target): Likewise.
9763         (grid_expand_target_grid_body): Likewise.
9764
9765 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
9766
9767         PR lto/79061
9768         * asan.c (get_translation_unit_decl): New function.
9769         (asan_add_global): Extract modules file name from globals
9770         TRANSLATION_UNIT_DECL name.
9771
9772 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
9773
9774         PR target/77439
9775         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
9776         for long calls with APCS frame and VFP.
9777
9778 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
9779
9780         * cfg.c (original_copy_tables_initialized_p): New function.
9781         * cfg.h (original_copy_tables_initialized_p): New decl.
9782         * cfgrtl.c (relink_block_chain): Guard the call to
9783         free_original_copy_tables with a call to
9784         original_copy_tables_initialized_p.
9785         * cgraph.h (symtab_node::native_rtl_p): New decl.
9786         * cgraphunit.c (symtab_node::native_rtl_p): New function.
9787         (symtab_node::needed_p): Don't assert for early assembly output
9788         for __RTL functions.
9789         (cgraph_node::finalize_function): Set "force_output" for __RTL
9790         functions.
9791         (cgraph_node::analyze): Bail out early for __RTL functions.
9792         (analyze_functions): Update assertion to support __RTL functions.
9793         (cgraph_node::expand): Bail out early for __RTL functions.
9794         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
9795         __RTL functions.
9796         * function.h (struct function): Update comment for field
9797         "pass_startwith".
9798         * gimple-expr.c: Include "tree-pass.h".
9799         (gimple_has_body_p): Return false for __RTL functions.
9800         * Makefile.in (OBJS): Add run-rtl-passes.o.
9801         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
9802         accessor.
9803         (gcc::pass_manager::get_clean_slate): New accessor.
9804         * passes.c: Include "insn-addr.h".
9805         (should_skip_pass_p): Add logging.  Update logic for running
9806         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
9807         property-provider override so it is only done for gimple passes.
9808         Don't skip dfinit.
9809         (skip_pass): New function.
9810         (execute_one_pass): Call skip_pass when skipping passes.
9811         * read-md.c (md_reader::read_char): Support filtering
9812         the input to a subset of line numbers.
9813         (md_reader::md_reader): Initialize fields
9814         m_first_line and m_last_line.
9815         (md_reader::read_file_fragment): New function.
9816         * read-md.h (md_reader::read_file_fragment): New decl.
9817         (md_reader::m_first_line): New field.
9818         (md_reader::m_last_line): New field.
9819         * read-rtl-function.c (function_reader::create_function): Only
9820         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
9821         curr_properties.  Set DECL_INITIAL to a dummy block.
9822         (read_rtl_function_body_from_file_range): New function.
9823         * read-rtl-function.h (read_rtl_function_body_from_file_range):
9824         New decl.
9825         * run-rtl-passes.c: New file.
9826         * run-rtl-passes.h: New file.
9827
9828 2017-01-24  Jeff Law  <law@redhat.com>
9829
9830         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
9831         buffer size.
9832
9833 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
9834
9835         PR tree-optimization/79159
9836         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
9837         (record_nonwrapping_iv): Improve boundary using above function if no
9838         value range information.
9839
9840 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
9841             Martin Jambor  <mjambor@suse.cz>
9842
9843         * brig-builtins.def: New file.
9844         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
9845         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
9846         (DEF_HSAIL_SAT_BUILTIN): Likewise.
9847         (DEF_HSAIL_INTR_BUILTIN): Likewise.
9848         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
9849         * builtin-types.def (BT_INT8): New.
9850         (BT_INT16): Likewise.
9851         (BT_UINT8): Likewise.
9852         (BT_UINT16): Likewise.
9853         (BT_FN_ULONG): Likewise.
9854         (BT_FN_UINT_INT): Likewise.
9855         (BT_FN_UINT_ULONG): Likewise.
9856         (BT_FN_UINT_LONG): Likewise.
9857         (BT_FN_UINT_PTR): Likewise.
9858         (BT_FN_ULONG_PTR): Likewise.
9859         (BT_FN_INT8_FLOAT): Likewise.
9860         (BT_FN_INT16_FLOAT): Likewise.
9861         (BT_FN_UINT32_FLOAT): Likewise.
9862         (BT_FN_UINT16_FLOAT): Likewise.
9863         (BT_FN_UINT8_FLOAT): Likewise.
9864         (BT_FN_UINT64_FLOAT): Likewise.
9865         (BT_FN_UINT16_UINT32): Likewise.
9866         (BT_FN_UINT32_UINT16): Likewise.
9867         (BT_FN_UINT16_UINT16_UINT16): Likewise.
9868         (BT_FN_INT_PTR_INT): Likewise.
9869         (BT_FN_UINT_PTR_UINT): Likewise.
9870         (BT_FN_LONG_PTR_LONG): Likewise.
9871         (BT_FN_ULONG_PTR_ULONG): Likewise.
9872         (BT_FN_VOID_UINT64_UINT64): Likewise.
9873         (BT_FN_UINT8_UINT8_UINT8): Likewise.
9874         (BT_FN_INT8_INT8_INT8): Likewise.
9875         (BT_FN_INT16_INT16_INT16): Likewise.
9876         (BT_FN_INT_INT_INT): Likewise.
9877         (BT_FN_UINT_FLOAT_UINT): Likewise.
9878         (BT_FN_FLOAT_UINT_UINT): Likewise.
9879         (BT_FN_ULONG_UINT_UINT): Likewise.
9880         (BT_FN_ULONG_UINT_PTR): Likewise.
9881         (BT_FN_ULONG_ULONG_ULONG): Likewise.
9882         (BT_FN_UINT_UINT_UINT): Likewise.
9883         (BT_FN_VOID_UINT_PTR): Likewise.
9884         (BT_FN_UINT_UINT_PTR: Likewise.
9885         (BT_FN_UINT32_UINT64_PTR): Likewise.
9886         (BT_FN_INT_INT_UINT_UINT): Likewise.
9887         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
9888         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
9889         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
9890         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
9891         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
9892         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
9893         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
9894         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
9895         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
9896         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
9897         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
9898         * doc/frontends.texi: List BRIG FE.
9899         * doc/install.texi (Testing): Add BRIG tesring requirements.
9900         * doc/invoke.texi (Overall Options): Mention BRIG.
9901         * doc/standards.texi (Standards): Doucment BRIG HSA version.
9902
9903 2017-01-24  Richard Biener  <rguenther@suse.de>
9904
9905         PR translation/79208
9906         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
9907
9908 2017-01-24  Martin Jambor  <mjambor@suse.cz>
9909
9910         PR bootstrap/79198
9911         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
9912         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
9913         and known_contexts.
9914
9915 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
9916
9917         PR middle-end/79123
9918         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
9919         casts from signed to unsigned really don't have a range.
9920
9921 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
9922
9923         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
9924         GMP_RNDx for compatiblity.
9925
9926 2017-01-24  Martin Liska  <mliska@suse.cz>
9927
9928         PR bootstrap/79132
9929         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
9930         that would prevent us to call alloca with -1 as argument.
9931
9932 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
9933
9934         * dwarf2out.c (output_compilation_unit_header, output_file_names):
9935         Avoid -Wformat-security warning.
9936
9937 2017-01-23  Andrew Pinski  <apinski@cavium.com>
9938
9939         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
9940         cost table.
9941
9942 2017-01-23  Martin Sebor  <msebor@redhat.com>
9943
9944         PR middle-end/78703
9945         * gimple-ssa-sprintf.c (warn_level): New global.
9946         (format_integer): Use it here and throughout the rest of the file.
9947         Use the same switch to compute sign as base.
9948         (maybe_warn): New function.
9949         (format_directive): Factor out warnings into maybe_warn.
9950         Add debugging output.  Use warn_level.
9951         (add_bytes): Use warn_level.
9952         (pass_sprintf_length::compute_format_length): Add debugging output.
9953         (try_substitute_return_value): Same.
9954         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
9955
9956         PR middle-end/78703
9957         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
9958         (struct fmtresult, format_integer, format_floating): Adjust.
9959         (fmtresult::fmtresult): Set max correctly in two argument ctor.
9960         (get_string_length, format_string,format_directive): Same.
9961         (pass_sprintf_length::compute_format_length): Same.
9962         (try_substitute_return_value): Simplify slightly.
9963
9964         PR middle-end/78703
9965         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
9966         (fmtresult::operator+=): Outlined.
9967         (struct fmtresult): Add ctors.
9968         (struct conversion_spec): Rename...
9969         (struct directive): ...to this.  Add and remove data members.
9970         (directive::set_width, directive::set_precision): New functions.
9971         (format_percent): Use fmtresult ctor.
9972         (get_width_and_precision): Remove.
9973         (format_integer): Make naming changes.  Avoid computing width and
9974         precision.
9975         (format_floating): Same.  Adjust indentation.
9976         (format_character, format_none): New functions.
9977         (format_string): Moved character handling to format_character.
9978         (format_directive): Remove arguments, change return type.
9979         (parse_directive): New function.
9980         (pass_sprintf_length::compute_format_length): Move directive
9981         parsing to parse_directive.
9982
9983 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
9984
9985         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
9986         (assign_assembler_name_if_needed): ... this.
9987         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
9988         (assign_assembler_name_if_needed): ... this.
9989         (free_lang_data_in_cgraph): Adjust callers.
9990         * cgraphunit.c (cgraph_node::analyze): Likewise.
9991         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
9992         Likewise.
9993
9994 2017-01-23  Richard Biener  <rguenther@suse.de>
9995
9996         PR tree-optimization/79088
9997         PR tree-optimization/79188
9998         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
9999         resetting loop bounds after last path deletion.  Reset loop
10000         bounds of the target loop, make code match the comments.
10001         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
10002         Make sure loops need no fixups.
10003
10004 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10005
10006         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
10007         exponent support with double type for first argument.
10008         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
10009         type returned by __builtin_vec_extract_sig,
10010         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
10011         functions from "vector int" to "vector unsigned int" or from
10012         "vector long long int" to "vector unsigned long long int".
10013         Changed type returned by __builtin_vec_extract_exp,
10014         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
10015         functions from "vector int" to "vector unsigned int" or from
10016         "vector long long int" to "vector unsigned long long int".
10017         Changed return type of __builtin_vec_test_data_class,
10018         __builtin_vec_test_data_class_sp, and
10019         __builtin_vec_test_data_class_dp from "vector int" to
10020         "vector bool int" or from "vector long long int" to "vector bool
10021         long long int" and changed second argument type from "unsigned
10022         int" to "int".  Added new overloaded function forms "vector float
10023         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
10024         "vector float __builtin_vec_insert_exp_sp (vector float, vector
10025         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
10026         double, vector unsigned long long int)" and "vector double
10027         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
10028         long int)".  Changed return type of
10029         __builtin_scalar_test_data_class and
10030         __builtin_scalar_test_data_class_sp and
10031         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
10032         int" and changed second argument from "unsigned int" to "int".
10033         Changed type returned by __builtin_scalar_test_neg,
10034         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
10035         from "int" to "bool int".  Added new overloaded function form
10036         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
10037         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
10038         exponent double-precision with floating point first argument.
10039         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
10040         documentation of scalar_test_data_class, scalar_test_neg,
10041         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
10042         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
10043         vec_test_data_class built-in functions to reflect refinements in
10044         their type signatures.
10045
10046 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
10047
10048         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
10049         size of buf.
10050         (aarch64_elf_asm_destructor): Likewise.
10051
10052 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
10053
10054         PR rtl-optimization/78634
10055         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
10056         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
10057         * ifcvt.c (noce_try_cmove): Add missing cost check.
10058
10059         PR rtl-optimization/71724
10060         * combine.c (if_then_else_cond): Look for situations where it is
10061         beneficial to undo the work of one of the recursive calls.
10062
10063 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
10064
10065         PR tree-optimization/70754
10066         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
10067         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
10068         combined stmt before it if not NULL.
10069         (combine_chains): Process refs reversely and compute dominance point
10070         for root ref.
10071
10072 2017-01-23  Martin Liska  <mliska@suse.cz>
10073
10074         PR tree-optimization/79196
10075         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
10076         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
10077         instead of memcmp.
10078         (strlen_optimize_stmt): Call the renamed function.
10079
10080 2017-01-23  Michael Matz  <matz@suse.de>
10081
10082         PR tree-optimization/78384
10083         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
10084
10085 2017-01-23  Richard Biener  <rguenther@suse.de>
10086
10087         PR tree-optimization/79186
10088         * tree-vrp.c (register_new_assert_for): Make sure we've seen
10089         both incoming edges before moving an assert.
10090
10091 2017-01-23  Martin Jambor  <mjambor@suse.cz>
10092
10093         * ipa-prop.c (load_from_param_1): Removed.
10094         (load_from_unmodified_param): Bits from load_from_param_1 put back
10095         here.
10096         (load_from_param): Removed.
10097         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
10098         with stmt.  Reverted back to use of load_from_unmodified_param.
10099
10100 2017-01-23  Martin Jambor  <mjambor@suse.cz>
10101
10102         PR ipa/79108
10103         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
10104         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
10105         field a pointer to garbage collected vector, mark lattices and
10106         ipcp_orig_node with GTY((skip)).
10107         (ipa_get_param_count): Adjust to descriptors being a pointer.
10108         (ipa_get_param): Likewise.
10109         (ipa_get_type): Likewise.
10110         (ipa_get_param_move_cost): Likewise.
10111         (ipa_set_param_used): Likewise.
10112         (ipa_get_controlled_uses): Likewise.
10113         (ipa_set_controlled_uses): Likewise.
10114         (ipa_is_param_used): Likewise.
10115         (ipa_node_params_t): Move into garbage collector.  New methods insert
10116         and remove.
10117         (ipa_node_params_sum): Annotate wth GTY(()).
10118         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
10119         garbage collected.
10120         (ipa_load_from_parm_agg): Adjust declaration.
10121         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
10122         * ipa-profile.c (ipa_profile): Likewise.
10123         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
10124         (ipa_populate_param_decls): Make descriptors parameter garbage
10125         collected.
10126         (ipa_dump_param): Adjust to descriptors being a pointer.
10127         (ipa_alloc_node_params): Likewise.
10128         (ipa_initialize_node_params): Likewise.
10129         (load_from_param_1): Make descriptors parameter garbage collected.
10130         (load_from_unmodified_param): Likewise.
10131         (load_from_param): Likewise.
10132         (ipa_load_from_parm_agg): Likewise.
10133         (ipa_node_params::~ipa_node_params): Removed.
10134         (ipa_free_all_node_params): Remove call to delete operator.
10135         (ipa_node_params_t::insert): New.
10136         (ipa_node_params_t::remove): Likewise.
10137         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
10138         copy known_csts and known_contexts vectors.
10139         (ipa_read_node_info): Adjust to descriptors being a pointer.
10140         (ipcp_modif_dom_walker): Make m_descriptors field garbage
10141         collected.
10142         (ipcp_transform_function): Make descriptors variable garbage
10143         collected.
10144
10145 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
10146
10147         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
10148         * config/i386/avx512dqintrin.h: Ditto.
10149         * config/i386/avx512fintrin.h: Ditto.
10150         * gcc/config/i386/i386.c: Handle new builtins.
10151         * config/i386/i386-builtin.def: Add new builtins.
10152         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
10153         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
10154
10155 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
10156             Martin Liska  <mliska@suse.cz>
10157
10158         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
10159         * asan.c (asan_expand_poison_ifn): Support stores and use
10160         appropriate ASAN report function.
10161         * internal-fn.c (expand_ASAN_POISON_USE): New function.
10162         * internal-fn.def (ASAN_POISON_USE): Declare.
10163         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
10164         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
10165         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
10166         ASAN_POISON calls w/o LHS.
10167         * tree-ssa.c (execute_update_addresses_taken): Create clobber
10168         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
10169         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
10170         * gimplify.c (asan_poison_variables): Add attribute
10171         use_after_scope_memory to variables that really needs to live
10172         in memory.
10173         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
10174         having the attribute.
10175
10176 2017-01-23  Martin Liska  <mliska@suse.cz>
10177
10178         * asan.c (create_asan_shadow_var): New function.
10179         (asan_expand_poison_ifn): Likewise.
10180         * asan.h (asan_expand_poison_ifn): New declaration.
10181         * internal-fn.c (expand_ASAN_POISON): Likewise.
10182         * internal-fn.def (ASAN_POISON): New builtin.
10183         * sanopt.c (pass_sanopt::execute): Expand
10184         asan_expand_poison_ifn.
10185         * tree-inline.c (copy_decl_for_dup_finish): Make function
10186         external.
10187         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
10188         * tree-ssa.c (is_asan_mark_p): New function.
10189         (execute_update_addresses_taken): Rewrite local variables
10190         (identified just by use-after-scope as addressable) into SSA.
10191
10192 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
10193
10194         * doc/install.texi (Specific): opensource.apple.com uses https
10195         now. Remove trailing slash.
10196
10197 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
10198
10199         * README.Portability: Remove note on an Irix compatibility issue.
10200
10201 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
10202
10203         * gcov.c (INCLUDE_ALGORITHM): Define.
10204         (INCLUDE_VECTOR): Define.
10205         No longer include <vector> and <algorithm> directly.
10206
10207 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
10208
10209         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
10210         to https.
10211         * doc/invoke.texi (Code Gen Options): Ditto.
10212
10213 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
10214
10215         PR lto/78407
10216         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
10217
10218 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
10219
10220         rtl-optimization/79125
10221         * cprop.c (local_cprop_pass): Handle cases where we make an
10222         unconditional trap.
10223
10224 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
10225
10226         PR target/61729
10227         PR target/77850
10228         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
10229         read from, for big endian.
10230
10231 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
10232
10233         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
10234         register pauth builtins for LP64 only.
10235
10236 2017-01-20  Marek Polacek  <polacek@redhat.com>
10237
10238         PR c/79152
10239         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
10240         non-case labels.
10241
10242 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
10243
10244         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
10245         of safelen status.
10246         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
10247         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
10248         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
10249
10250 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10251
10252         PR target/71270
10253         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
10254         in big-endian mode when they are not a single duplicated value.
10255
10256 2017-01-20  Richard Biener  <rguenther@suse.de>
10257
10258         * BASE-VER: Bump to 7.0.1.
10259
10260 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
10261
10262         * omp-low.c (omplow_simd_context): New struct.  Use it...
10263         (lower_rec_simd_input_clauses): ...here and...
10264         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
10265         references to idx, lane, max_vf, is_simt.
10266
10267 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
10268
10269         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
10270         mcpu=nps400.
10271
10272 2017-01-20  Martin Jambor  <mjambor@suse.cz>
10273
10274         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
10275         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
10276         gt-hsa-common.h.
10277         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
10278         (GTFILES): Rename hsa.c to hsa-common.c.
10279         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
10280         * hsa-dump.c: Likewise.
10281         * hsa-gen.c: Likewise.
10282         * hsa-regalloc.c: Likewise.
10283         * ipa-hsa.c: Likewise.
10284         * omp-expand.c: Likewise.
10285         * omp-low.c: Likewise.
10286         * toplev.c: Likewise.
10287
10288 2017-01-20  Marek Polacek  <polacek@redhat.com>
10289
10290         PR c/64279
10291         * doc/invoke.texi: Document -Wduplicated-branches.
10292         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
10293         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
10294         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
10295         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
10296         return 0 only when not OEP_LEXICOGRAPHIC.
10297         (fold_build_cleanup_point_expr): Use the expression
10298         location when building CLEANUP_POINT_EXPR.
10299         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
10300         * tree.c (add_expr): Handle error_mark_node.
10301
10302 2017-01-20  Martin Liska  <mliska@suse.cz>
10303
10304         PR lto/69188
10305         * tree-profile.c (init_ic_make_global_vars): Do not call
10306         finalize_decl.
10307         (gimple_init_gcov_profiler): Likewise.
10308
10309 2017-01-20  Martin Liska  <mliska@suse.cz>
10310
10311         PR ipa/71190
10312         * cgraph.h (maybe_create_reference): Remove argument and
10313         update comment.
10314         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
10315         argument.
10316         * ipa-cp.c (create_specialized_node): Likewise.
10317         * symtab.c (symtab_node::maybe_create_reference): Handle
10318         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
10319
10320 2017-01-20  Martin Liska  <mliska@suse.cz>
10321
10322         * read-rtl-function.c (function_reader::create_function): Use
10323         build_decl instread of build_decl_stat.
10324
10325 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
10326
10327         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
10328         * config/i386/avx512dqintrin.h: Ditto.
10329         * config/i386/avx512fintrin.h: Ditto.
10330         * config/i386/i386-builtin-types.def: Add new types.
10331         * gcc/config/i386/i386.c: Handle new types.
10332         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
10333         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
10334         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
10335         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
10336         (__builtin_ia32_kshiftridi): New.
10337         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
10338
10339 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
10340
10341         PR target/78875
10342         PR target/79140
10343         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
10344         define to rs6000_init_stack_protect_guard.
10345         (rs6000_init_stack_protect_guard): New function.
10346
10347 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
10348             Yunqiang Su  <yunqiang.su@imgtec.com>
10349
10350         * config.gcc (supported_defaults): Add madd4.
10351         (with_madd4): Add validation.
10352         (all_defaults): Add madd4.
10353         * config/mips/mips.opt (mmadd4): New option.
10354         * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
10355         mmadd4.
10356         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
10357         __mips_no_madd4.
10358         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
10359         (ISA_HAS_FUSED_MADD4): Likewise.
10360         * gcc/doc/invoke.texi (-mmadd4): Document the new option.
10361         * gcc/doc/install.texi (--with-madd4): Document the new option.
10362
10363 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
10364
10365         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
10366         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
10367         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
10368         (aarch64_init_pauth_hint_builtins): New.
10369         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
10370         (aarch64_expand_builtin): Expand new builtins.
10371
10372 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
10373
10374         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
10375         * combine-stack-adj.c (no_unhandled_cfa): Handle
10376         REG_CFA_TOGGLE_RA_MANGLE.
10377         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
10378         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
10379         info for return address signing.
10380         (aarch64_expand_epilogue): Likewise.
10381
10382 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
10383
10384         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
10385         * config/aarch64/aarch64-protos.h
10386         (aarch64_return_address_signing_enabled): New declaration.
10387         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
10388         New function.
10389         (aarch64_expand_prologue): Sign return address before it's pushed onto
10390         stack.
10391         (aarch64_expand_epilogue): Authenticate return address fetched from
10392         stack.
10393         (aarch64_override_options): Sanity check for ILP32 and ISA level.
10394         (aarch64_attributes): New function attributes for "sign-return-address".
10395         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
10396         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
10397         ("*do_return"): Generate combined instructions according to key index.
10398         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
10399         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
10400         iterators.
10401         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
10402         * config/aarch64/aarch64.opt (msign-return-address=): New.
10403         * doc/extend.texi (AArch64 Function Attributes): Documents
10404         "sign-return-address=".
10405         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
10406
10407 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
10408
10409         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
10410         overall option summary.
10411
10412 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
10413
10414         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
10415         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
10416         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
10417         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
10418
10419 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
10420
10421         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
10422         -mpower9-minmax by default for -mcpu=power9.
10423         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
10424         128-bit floating point.
10425
10426 2017-01-20  Alan Modra  <amodra@gmail.com>
10427
10428         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
10429         optimizing for size.
10430
10431 2017-01-20  Alan Modra  <amodra@gmail.com>
10432
10433         PR target/79144
10434         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
10435         for strcmp and strncmp from corresponding builtin decl.
10436
10437 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
10438
10439         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
10440         instead of i386/rtems-64.h.
10441         * config/i386/rtems-64.h: Remove.
10442
10443 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
10444
10445         PR target/78478
10446         Revert:
10447         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
10448
10449         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
10450
10451 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
10452
10453         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
10454         Change int to HOST_WIDE_INT.
10455         * config/aarch64/aarch64-protos.h
10456         (aarch64_simd_gen_const_vector_dup): Likewise.
10457         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
10458
10459 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
10460
10461         * langhooks-def.h (lhd_type_for_size): New decl.
10462         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
10463         * langhooks.c (lhd_type_for_size): New function, taken from
10464         lto_type_for_size.
10465
10466 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
10467
10468         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
10469         define_bypass for CR latency.
10470         (power9-cracked-alu): Update bypass latency and remove power9-branch.
10471         (power9-alu2): Add define_bypass for CR latency.
10472         (power9-cmp): New.
10473         (power9-mul): Update insn latency.
10474         (power9-mul-compare): Update insn latency, bypass latency and remove
10475         power9-branch.
10476
10477 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10478
10479         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
10480         Delete.
10481         * config/aarch64/aarch64.md
10482         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
10483         aarch64_nopcrelative_literal_loads.
10484         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
10485
10486 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
10487
10488         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
10489         TARGET_LOONGSON_3A.
10490         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
10491
10492 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
10493
10494         PR target/78176
10495         * config.gcc (supported_defaults): Add lxc1-sxc1.
10496         (with_lxc1_sxc1): Add validation.
10497         (all_defaults): Add lxc1-sxc1.
10498         * config/mips/mips.opt (mlxc1-sxc1): New option.
10499         * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
10500         mlxc1-sxc1.
10501         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
10502         __mips_no_lxc1_sxc1.
10503         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
10504         * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
10505         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
10506
10507 2017-01-19  Richard Biener  <rguenther@suse.de>
10508
10509         PR tree-optimization/72488
10510         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
10511         sure to restore SSA info.
10512         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
10513
10514 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
10515
10516         PR rtl-optimization/79121
10517         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
10518         of the inner type when shifting an extended value.
10519
10520 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
10521
10522         PR lto/78407
10523         * symtab.c (symtab_node::equal_address_to): Fix comparing of
10524         interposable aliases.
10525
10526 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
10527
10528         PR target/78516
10529         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
10530         Use the evmergelohi instruction.
10531         (mov_si<mode>_e500_subreg4_2_le): Likewise.
10532         (mov_sitf_e500_subreg8_2_be): Likewise.
10533         (mov_sitf_e500_subreg12_2_le): Likewise.
10534         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
10535         (mov_si<mode>_e500_subreg4_2_be): Likewise.
10536         (mov_sitf_e500_subreg8_2_le): Likewise.
10537         (mov_sitf_e500_subreg12_2_be): Likewise.
10538
10539 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10540
10541         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
10542         attribute from vecsimple to vecperm.
10543         (altivec_vbpermq2): Likewise.
10544
10545 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10546
10547         PR target/79040
10548         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
10549
10550 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
10551         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
10552         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
10553         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
10554         case where N arg is SIZE_MAX.
10555         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
10556         (cmpstrsi): Add pattern.
10557
10558 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
10559
10560         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10561         __builtin_vec_revb builtins.
10562         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
10563         built-in functions to support generation of the ISA 3.0 XXBR<x>
10564         vector byte reverse instructions.
10565         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
10566         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
10567         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
10568         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
10569         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
10570         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
10571         (P9V_BUILTIN_VEC_REVB): Likewise.
10572         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
10573         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
10574         (p9_xxbrq_v16qi): Likewise.
10575         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
10576         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
10577         (p9_xxbrh_v8hi): Likewise.
10578         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
10579         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
10580         vec_revb built-in functions.
10581
10582 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
10583
10584         PR rtl-optimization/78952
10585         * config/i386/i386.md (any_extract): New code iterator.
10586         (*insvqi_2): Use any_extract for source operand.
10587         (*insvqi_3): Use any_shiftrt for source operand.
10588
10589 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
10590
10591         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
10592         New function.
10593         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
10594
10595 2017-01-18  Matthias Klose  <doko@ubuntu.com>
10596
10597         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
10598
10599 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10600
10601         * config/rs6000/altivec.h (vec_bperm): Change #define.
10602         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
10603         (altivec_vbpermq2): New define_insn.
10604         (altivec_vbpermd): Likewise.
10605         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
10606         function interface.
10607         (VBPERMD): Likewise.
10608         (VBPERM): New polymorphic function interface.
10609         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
10610         Add entries for P9V_BUILTIN_VEC_VBPERM.
10611         * doc/extend.texi: Add interfaces for vec_bperm.
10612
10613 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10614
10615         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
10616         first letter of error messages.
10617         (s390_resolve_overloaded_builtin): Likewise.
10618         * config/s390/s390.c (s390_expand_builtin): Likewise.
10619         (s390_invalid_arg_for_unprototyped_fn): Likewise.
10620         (s390_valid_target_attribute_inner_p): Likewise.
10621         * config/s390/s390.md ("tabort"): Likewise.
10622
10623 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
10624
10625         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
10626         (ISA_AVOID_DIV_HILO): New macro.
10627         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
10628         (ISA_HAS_DDIV): Likewise.
10629
10630 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
10631
10632         * doc/invoke.texi (fabi-version): Correct number of occurrences.
10633
10634 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
10635
10636         * doc/invoke.texi (fabi-version): Spelling fix.
10637
10638 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
10639
10640         PR c++/70182
10641         * doc/invoke.texi (fabi-version): Mention mangling fix for
10642         operator names.
10643
10644 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
10645
10646         PR c++/77489
10647         * doc/invoke.texi (fabi-version): Document discriminator mangling.
10648
10649 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
10650
10651         PR target/78875
10652         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
10653         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
10654         the new options.
10655         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
10656         flexible settings.
10657         (stack_protect_test): Ditto.
10658         * config/rs6000/rs6000.opt (mstack-protector-guard=,
10659         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
10660         options.
10661         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
10662         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
10663         -mstack-protector-guard-offset=.
10664         (RS/6000 and PowerPC Options): Ditto.
10665
10666 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
10667
10668         * config/i386/i386.h (MASK_CLASS_P): New define.
10669         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
10670         there are no registers from different register sets also when
10671         mask registers are used.  Update function comment.
10672         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
10673         to (*k/*r) and (*k/*km) alternatives.
10674
10675 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
10676
10677         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
10678         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
10679         (EH_RETURN_HANDLER_RTX): New define.
10680         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
10681         Force frame pointer in EH return functions.
10682         (aarch64_expand_epilogue): Add barrier for eh_return.
10683         (aarch64_final_eh_return_addr): Remove.
10684         (aarch64_eh_return_handler_rtx): New function.
10685         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
10686         Remove.
10687         (aarch64_eh_return_handler_rtx): New prototype.
10688
10689 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10690
10691         * config/rs6000/altivec.h (vec_rlmi): New #define.
10692         (vec_vrlnm): Likewise.
10693         (vec_rlnm): Likewise.
10694         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
10695         (UNSPEC_VRLNM): Likewise.
10696         (VIlong): New mode iterator.
10697         (altivec_vrl<VI_char>mi): New define_insn.
10698         (altivec_vrl<VI_char>nm): Likewise.
10699         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
10700         function entry.
10701         (VRLDNM): Likewise.
10702         (RLNM): New polymorphic function entry.
10703         (VRLWMI): New monomorphic function entry.
10704         (VRLDMI): Likewise.
10705         (RLMI): New polymorphic function entry.
10706         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
10707         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
10708         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
10709         vec_vrlnm.
10710
10711 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
10712
10713         PR debug/78839
10714         * dwarf2out.c (field_byte_offset): Restore the
10715         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
10716         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
10717         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
10718         of build2 + fold.
10719
10720 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
10721
10722         PR ada/67205
10723         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
10724
10725 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
10726
10727         PR debug/71669
10728         * dwarf2out.c (add_data_member_location_attribute): For constant
10729         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
10730         instead of DW_AT_data_member_location, DW_AT_bit_offset and
10731         DW_AT_byte_size attributes.
10732
10733 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
10734
10735         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
10736         after forcing to constant memory when the code model is medium.
10737
10738 2017-01-17  Julia Koval  <julia.koval@intel.com>
10739
10740         PR target/76731
10741         * config/i386/avx512fintrin.h
10742         (_mm512_i32gather_ps): Change __addr type to void const*.
10743         (_mm512_mask_i32gather_ps): Ditto.
10744         (_mm512_i32gather_pd): Ditto.
10745         (_mm512_mask_i32gather_pd): Ditto.
10746         (_mm512_i64gather_ps): Ditto.
10747         (_mm512_mask_i64gather_ps): Ditto.
10748         (_mm512_i64gather_pd): Ditto.
10749         (_mm512_mask_i64gather_pd): Ditto.
10750         (_mm512_i32gather_epi32): Ditto.
10751         (_mm512_mask_i32gather_epi32): Ditto.
10752         (_mm512_i32gather_epi64): Ditto.
10753         (_mm512_mask_i32gather_epi64): Ditto.
10754         (_mm512_i64gather_epi32): Ditto.
10755         (_mm512_mask_i64gather_epi32): Ditto.
10756         (_mm512_i64gather_epi64): Ditto.
10757         (_mm512_mask_i64gather_epi64): Ditto.
10758         (_mm512_i32scatter_ps): Change __addr type to void*.
10759         (_mm512_mask_i32scatter_ps): Ditto.
10760         (_mm512_i32scatter_pd): Ditto.
10761         (_mm512_mask_i32scatter_pd): Ditto.
10762         (_mm512_i64scatter_ps): Ditto.
10763         (_mm512_mask_i64scatter_ps): Ditto.
10764         (_mm512_i64scatter_pd): Ditto.
10765         (_mm512_mask_i64scatter_pd): Ditto.
10766         (_mm512_i32scatter_epi32): Ditto.
10767         (_mm512_mask_i32scatter_epi32): Ditto.
10768         (_mm512_i32scatter_epi64): Ditto.
10769         (_mm512_mask_i32scatter_epi64): Ditto.
10770         (_mm512_i64scatter_epi32): Ditto.
10771         (_mm512_mask_i64scatter_epi32): Ditto.
10772         (_mm512_i64scatter_epi64): Ditto.
10773         (_mm512_mask_i64scatter_epi64): Ditto.
10774         * config/i386/avx512pfintrin.h
10775         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
10776         (_mm512_mask_prefetch_i32gather_ps): Ditto.
10777         (_mm512_mask_prefetch_i64gather_pd): Ditto.
10778         (_mm512_mask_prefetch_i64gather_ps): Ditto.
10779         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
10780         (_mm512_prefetch_i32scatter_ps): Ditto.
10781         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
10782         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
10783         (_mm512_prefetch_i64scatter_pd): Ditto.
10784         (_mm512_prefetch_i64scatter_ps): Ditto.
10785         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
10786         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
10787         * config/i386/avx512vlintrin.h
10788         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
10789         (_mm_mmask_i32gather_ps): Ditto.
10790         (_mm256_mmask_i32gather_pd): Ditto.
10791         (_mm_mmask_i32gather_pd): Ditto.
10792         (_mm256_mmask_i64gather_ps): Ditto.
10793         (_mm_mmask_i64gather_ps): Ditto.
10794         (_mm256_mmask_i64gather_pd): Ditto.
10795         (_mm_mmask_i64gather_pd): Ditto.
10796         (_mm256_mmask_i32gather_epi32): Ditto.
10797         (_mm_mmask_i32gather_epi32): Ditto.
10798         (_mm256_mmask_i32gather_epi64): Ditto.
10799         (_mm_mmask_i32gather_epi64): Ditto.
10800         (_mm256_mmask_i64gather_epi32): Ditto.
10801         (_mm_mmask_i64gather_epi32): Ditto.
10802         (_mm256_mmask_i64gather_epi64): Ditto.
10803         (_mm_mmask_i64gather_epi64): Ditto.
10804         (_mm256_i32scatter_ps): Change __addr type to void*.
10805         (_mm256_mask_i32scatter_ps): Ditto.
10806         (_mm_i32scatter_ps): Ditto.
10807         (_mm_mask_i32scatter_ps): Ditto.
10808         (_mm256_i32scatter_pd): Ditto.
10809         (_mm256_mask_i32scatter_pd): Ditto.
10810         (_mm_i32scatter_pd): Ditto.
10811         (_mm_mask_i32scatter_pd): Ditto.
10812         (_mm256_i64scatter_ps): Ditto.
10813         (_mm256_mask_i64scatter_ps): Ditto.
10814         (_mm_i64scatter_ps): Ditto.
10815         (_mm_mask_i64scatter_ps): Ditto.
10816         (_mm256_i64scatter_pd): Ditto.
10817         (_mm256_mask_i64scatter_pd): Ditto.
10818         (_mm_i64scatter_pd): Ditto.
10819         (_mm_mask_i64scatter_pd): Ditto.
10820         (_mm256_i32scatter_epi32): Ditto.
10821         (_mm256_mask_i32scatter_epi32): Ditto.
10822         (_mm_i32scatter_epi32): Ditto.
10823         (_mm_mask_i32scatter_epi32): Ditto.
10824         (_mm256_i32scatter_epi64): Ditto.
10825         (_mm256_mask_i32scatter_epi64): Ditto.
10826         (_mm_i32scatter_epi64): Ditto.
10827         (_mm_mask_i32scatter_epi64): Ditto.
10828         (_mm256_i64scatter_epi32): Ditto.
10829         (_mm256_mask_i64scatter_epi32): Ditto.
10830         (_mm_i64scatter_epi32): Ditto.
10831         (_mm_mask_i64scatter_epi32): Ditto.
10832         (_mm256_i64scatter_epi64): Ditto.
10833         (_mm256_mask_i64scatter_epi64): Ditto.
10834         (_mm_i64scatter_epi64): Ditto.
10835         (_mm_mask_i64scatter_epi64): Ditto.
10836         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
10837         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
10838         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
10839         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
10840         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
10841         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
10842         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
10843         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
10844         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
10845         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
10846         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
10847         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
10848         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
10849         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
10850         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
10851         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
10852         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
10853         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
10854         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
10855         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
10856         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
10857         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
10858         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
10859         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
10860         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
10861         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
10862         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
10863         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
10864         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
10865         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
10866         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
10867         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
10868         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
10869         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
10870         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
10871         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
10872         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
10873         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
10874         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
10875         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
10876         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
10877         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
10878         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
10879         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
10880         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
10881         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
10882         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
10883         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
10884         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
10885         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
10886         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
10887         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
10888         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
10889         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
10890         definitions accordingly.
10891
10892 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
10893             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
10894
10895         PR target/79079
10896         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
10897         gen_lowpart.
10898
10899 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
10900
10901         PR target/79058
10902         * ira-conflicts.c (ira_build_conflicts): Update total conflict
10903         hard regs for inner regno.
10904
10905 2017-01-17  Martin Liska  <mliska@suse.cz>
10906
10907         PR ipa/71207
10908         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
10909         assumption and add comment.
10910
10911 2017-01-17  Nathan Sidwell  <nathan@acm.org>
10912
10913         * ipa-visibility.c (localize_node): New function, broken out of ...
10914         (function_and_variable_visibility): ... here. Call it.
10915
10916 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
10917
10918         PR middle-end/77445
10919         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
10920         correctly set frequency of oudgoing edge.
10921         (duplicate_thread_path): Fix profile updating.
10922
10923 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
10924
10925         PR other/79046
10926         * configure.ac: Add GCC_BASE_VER.
10927         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
10928         version from BASE-VER file.
10929         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
10930         (gcc.o): Depend on $(BASEVER).
10931         * common.opt (dumpfullversion): New option.
10932         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
10933         * doc/invoke.texi: Document -dumpfullversion.
10934         * doc/install.texi: Document --with-gcc-major-version-only.
10935         * configure: Regenerated.
10936
10937 2017-01-17  Richard Biener  <rguenther@suse.de>
10938
10939         PR tree-optimization/71433
10940         * tree-vrp.c (register_new_assert_for): Merge same asserts
10941         on all incoming edges.
10942         (process_assert_insertions_for): Handle insertions at the
10943         beginning of BBs.
10944
10945 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
10946
10947         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
10948         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
10949
10950 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
10951
10952         PR target/78633
10953         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
10954         RTL sharing.
10955
10956 2017-01-17  Alan Modra  <amodra@gmail.com>
10957
10958         PR target/79066
10959         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
10960         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
10961         symbolic stack limit when pic.
10962
10963 2017-01-16  Martin Sebor  <msebor@redhat.com>
10964
10965         PR tree-optimization/78608
10966         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
10967
10968 2017-01-16  Jeff Law  <law@redhat.com>
10969
10970         Revert:
10971         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
10972         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
10973         for several include directories that may be relative to sysroot.
10974         * config/i386/x-mingw32 (gplus_includedir): Define.
10975         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
10976         (native_system_includedir): Likewise.
10977         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
10978         override if TARGET_SYSTEM_ROOT is defined.
10979         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
10980
10981         PR tree-optimization/79090
10982         PR tree-optimization/33562
10983         PR tree-optimization/61912
10984         PR tree-optimization/77485
10985         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
10986         and computed trims into the dump file.
10987
10988 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
10989
10990         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
10991
10992 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
10993
10994         PR c/79089
10995         * gimplify.c (gimplify_init_constructor): If want_value and
10996         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
10997         fix.
10998
10999         PR target/79080
11000         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
11001         sequence.  Formatting fixes.
11002         (doloop_optimize): Formatting fixes.
11003
11004         PR driver/49726
11005         * gcc.c (debug_level_greater_than_spec_func): New function.
11006         (static_spec_functions): Add debug-level-gt spec function.
11007         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
11008         !g0.
11009         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
11010         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
11011         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
11012         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
11013         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
11014         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
11015
11016 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
11017
11018         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
11019         QImode fixups to general and mask registers only.
11020
11021 2017-01-16  Carl Love  <cel@us.ibm.com>
11022
11023         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
11024         for built-in functions
11025         vector signed char vec_nabs (vector signed char)
11026         vector signed short vec_nabs (vector signed short)
11027         vector signed int vec_nabs (vector signed int)
11028         vector signed long long vec_nabs (vector signed long long)
11029         vector float vec_nabs (vector float)
11030         vector double vec_nabs (vector double)
11031         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
11032         and NABS overload.
11033         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
11034         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
11035         * doc/extend.texi: Update the documentation file for the new built-in
11036         functions.
11037
11038 2017-01-16  Martin Sebor  <msebor@redhat.com>
11039
11040         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
11041         message.
11042
11043 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11044
11045         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
11046         UNSPEC_VSX__XXSPLTD to require special splat handling.
11047
11048 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
11049
11050         PR bootstrap/78616
11051         * system.h: Poison strndup.
11052
11053 2017-01-16  Alan Modra  <amodra@gmail.com>
11054
11055         PR target/79098
11056         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
11057         use a switch.
11058
11059 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
11060
11061         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
11062
11063 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
11064
11065         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
11066         call recog here.  Assert that INSN_CODE (insn) is non-negative.
11067
11068 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
11069
11070         PR target/72749
11071         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
11072         fallthrough.
11073         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
11074         in the currently scheduled RTL fragment.
11075
11076 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
11077
11078         PR rtl-optimization/78751
11079         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
11080         give up.
11081
11082 2017-01-14  Jeff Law  <law@redhat.com>
11083
11084         PR tree-optimization/79090
11085         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
11086         variable length stores.
11087         (compute_trims): Delete dead assignment to *trim_tail.
11088         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
11089         zero length.
11090
11091 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
11092
11093         PR rtl-optimization/78626
11094         PR rtl-optimization/78727
11095         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
11096         of a block, and split such blocks after everything else is finished.
11097
11098 2017-01-14  Alan Modra  <amodra@gmail.com>
11099
11100         PR target/72749
11101         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
11102         target legitimate_combined_insn.
11103         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
11104         (rs6000_legitimate_combined_insn): New function.
11105         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
11106         all uses.
11107         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
11108         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
11109         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
11110
11111 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
11112
11113         * doc/frontends.texi (G++ and GCC): Remove references to Java.
11114
11115 2017-01-13  Jeff Law  <law@redhat.com>
11116
11117         PR tree-optimization/33562
11118         PR tree-optimization/61912
11119         PR tree-optimization/77485
11120         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
11121         a statement.
11122         (delete_dead_assignment): Likewise.
11123         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
11124         statement to delete_dead_call and delete_dead_assignment.
11125
11126 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
11127
11128         PR c/78304
11129         * substring-locations.c (format_warning_va): Strengthen case 1 so
11130         that both endpoints of the substring must be within the format
11131         range for just the substring to be printed.
11132
11133 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
11134
11135         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
11136         * config/i386/i386.c (ix86_target_string): Add missing options
11137         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
11138         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
11139         flags_other and ix86_target_other to flags2_other.  Display unknown
11140         isa2 options.
11141         (ix86_valid_target_attribute_inner_p): Add missing options and
11142         reorder options by implied ISAs, as in ix86_target_string.
11143
11144 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
11145
11146         * hash-table.h (hash_table::too_empty_p): New function.
11147         (hash_table::expand): Use it.
11148         (hash_table::traverse): Likewise.
11149         (hash_table::empty_slot): Use sizeof (value_type) instead of
11150         sizeof (PTR) to convert bytes to elements.  Shrink the table
11151         if the current size is excessive for the current number of
11152         elements.
11153
11154 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
11155
11156         * ira-costs.c (record_reg_classes): Break from the inner loop
11157         early once alt_fail is known to be true.  Update outer loop
11158         handling accordingly.
11159
11160 2017-01-13  Jeff Law  <law@redhat.com>
11161
11162         * tree-ssa-dse.c (decrement_count): New function.
11163         (increment_start_addr, maybe_trim_memstar_call): Likewise.
11164         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
11165         when we know the partially dead statement is a mem* function.
11166
11167         PR tree-optimization/61912
11168         PR tree-optimization/77485
11169         * tree-ssa-dse.c: Include expr.h.
11170         (maybe_trim_constructor_store): New function.
11171         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
11172
11173         PR tree-optimization/33562
11174         PR tree-optimization/61912
11175         PR tree-optimization/77485
11176         * doc/invoke.texi: Document new dse-max-object-size param.
11177         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
11178         * tree-ssa-dse.c: Include params.h.
11179         (dse_store_status): New enum.
11180         (initialize_ao_ref_for_dse): New, partially extracted from
11181         dse_optimize_stmt.
11182         (valid_ao_ref_for_dse, normalize_ref): New.
11183         (setup_live_bytes_from_ref, compute_trims): Likewise.
11184         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
11185         (maybe_trim_partially_dead_store): Likewise.
11186         (maybe_trim_complex_store): Likewise.
11187         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
11188         Track what bytes live from the original store.  Return tri-state
11189         for dead, partially dead or live.
11190         (dse_dom_walker): Add constructor, destructor and new private members.
11191         (delete_dead_call, delete_dead_assignment): New extracted from
11192         dse_optimize_stmt.
11193         (dse_optimize_stmt): Make a member of dse_dom_walker.
11194         Use initialize_ao_ref_for_dse.
11195
11196         PR tree-optimization/33562
11197         PR tree-optimization/61912
11198         PR tree-optimization/77485
11199         * sbitmap.h (bitmap_count_bits): Prototype.
11200         (bitmap_clear_range, bitmap_set_range): Likewise.
11201         * sbitmap.c (bitmap_clear_range): New function.
11202         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
11203
11204 2017-01-13  Martin Liska  <mliska@suse.cz>
11205
11206         PR ipa/79043
11207         * function.c (set_cfun): Add new argument force.
11208         * function.h (set_cfun): Likewise.
11209         * ipa-inline-transform.c (inline_call): Use the function when
11210         strict alising from is dropped for function we inline to.
11211
11212 2017-01-13  Richard Biener  <rguenther@suse.de>
11213
11214         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
11215         for dumping GIMPLE INTEGER_CSTs.
11216
11217 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11218
11219         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
11220         to 201112L since C++17.
11221
11222 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
11223
11224         PR sanitizer/78887
11225         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
11226         if -fsanitize=kernel-address is present.
11227
11228 2017-01-13  Richard Biener  <rguenther@suse.de>
11229
11230         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
11231         as _Literal ( type ) number in case usual suffixes do not
11232         preserve all information.
11233
11234 2017-01-13  Richard Biener  <rguenther@suse.de>
11235
11236         PR tree-optimization/77283
11237         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
11238         and ssa-iterators.h.
11239         (is_feasible_trace): Implement a cost model based on joiner
11240         PHI node uses.
11241
11242 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
11243
11244         PR target/79004
11245         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
11246         char or short to __float128/_Float128 directly.
11247
11248 2017-01-12  Martin Sebor  <msebor@redhat.com>
11249
11250         to -Wformat-overflow.
11251         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
11252         (min_bytes_remaining): Same.
11253         (get_string_length): Same.
11254         (format_string): Same.
11255         (format_directive): Same.
11256         (add_bytes): Same.
11257         (pass_sprintf_length::handle_gimple_call): Same.
11258
11259 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
11260
11261         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
11262         info.nowrite calls with no lhs that can't throw.  Return bool
11263         whether gsi_remove has been called or not.
11264         (pass_sprintf_length::handle_gimple_call): Return bool whether
11265         try_substitute_return_value called gsi_remove.  Formatting fix.
11266         (pass_sprintf_length::execute): Don't use gsi_remove if
11267         handle_gimple_call returned true.
11268
11269         PR bootstrap/79069
11270         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
11271         be removed due to side-effects, don't remove following barrier nor
11272         turn the successor edge into fallthru edge.
11273
11274 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11275
11276         PR target/79044
11277         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
11278         element-reversing loads and stores as not swappable.
11279
11280 2017-01-12  Nathan Sidwell  <nathan@acm.org>
11281             Nicolai Stange  <nicstange@gmail.com>
11282
11283         * combine.c (try_combine): Don't ignore result of overlap checking
11284         loop.  Combine overlap & asm check into single loop.
11285
11286 2017-01-12  Richard Biener  <rguenther@suse.de>
11287
11288         * tree-pretty-print.c (dump_generic_node): Provide -gimple
11289         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
11290
11291 2017-01-12  Richard Biener  <rguenther@suse.de>
11292
11293         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
11294         and TS_TARGET_OPTION directly derive from TS_BASE.
11295         * tree-core.h (tree_optimization_option): Derive from tree_base.
11296         (tree_target_option): Likewise.
11297
11298 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
11299
11300         * config/i386/i386.c (memory_address_length): Increase len
11301         only when rip_relative_addr_p returns false.
11302
11303 2017-01-11  Julia Koval  <julia.koval@intel.com>
11304
11305         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
11306         (OPTION_MASK_ISA_SGX_SET): New.
11307         (ix86_handle_option): Handle OPT_msgx.
11308         * config.gcc: Added sgxintrin.h.
11309         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
11310         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
11311         * config/i386/i386.c (ix86_target_string): Add -msgx.
11312         (PTA_SGX): New.
11313         (ix86_option_override_internal): Handle new options.
11314         (ix86_valid_target_attribute_inner_p): Add sgx.
11315         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
11316         * config/i386/i386.opt: Add msgx.
11317         * config/i386/sgxintrin.h: New file.
11318         * config/i386/x86intrin.h: Add sgxintrin.h.
11319
11320 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
11321
11322         PR c++/71537
11323         * fold-const.c (maybe_nonzero_address): Return 1 for function
11324         local objects.
11325         (tree_single_nonzero_warnv_p): Don't handle function local objects
11326         here.
11327
11328         PR c++/72813
11329         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
11330         of c-header.
11331
11332 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
11333
11334         PR driver/78877
11335         * opts.c: Include "spellcheck.h"
11336         (struct string_fragment): New struct.
11337         (struct edit_distance_traits<const string_fragment &>): New
11338         struct.
11339         (get_closest_sanitizer_option): New function.
11340         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
11341
11342 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
11343
11344         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
11345         by 12.
11346         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
11347         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
11348         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
11349         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
11350         for initial die_offset if dwarf_split_debug_info.
11351         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
11352         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
11353         fields.
11354         (output_skeleton_debug_sections): Formatting fix.  Use
11355         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
11356         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
11357
11358 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
11359
11360         * config/arm/cortex-a53.md: Add bypasses for
11361         cortex_a53_r2f_cvt.
11362         (cortex_a53_r2f): Only use for transfers.
11363         (cortex_a53_f2r): Likewise.
11364         (cortex_a53_r2f_cvt): Add reservation for conversions.
11365         (cortex_a53_f2r_cvt): Likewise.
11366
11367 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
11368
11369         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
11370         to all inlined functions, change static to extern.
11371
11372 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
11373
11374         PR target/78253
11375         * config/arm/arm.c (legitimize_pic_address): Handle reference to
11376         weak symbol.
11377         (arm_assemble_integer): Likewise.
11378
11379 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
11380
11381         * config.gcc: Use new awk script to check CPU, FPU and architecture
11382         parameters for --with-... options.
11383         * config/arm/parsecpu.awk: New file
11384         * config/arm/arm-cpus.in: New file.
11385         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
11386         files.
11387         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
11388         files.
11389         * config/arm/t-arm: Update dependency rules.
11390         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
11391         of processing .def files.
11392         * config/arm/genopt.sh: Deleted.
11393         * config/arm/gentune.sh: Deleted.
11394         * config/arm/arm-cores.def: Deleted.
11395         * config/arm/arm-arches.def: Deleted.
11396         * config/arm/arm-fpus.def: Deleted.
11397         * config/arm/arm-tune.md: Regenerated.
11398         * config/arm/arm-tables.opt: Regenerated.
11399         * config/arm/arm-cpu.h: New generated file.
11400         * config/arm/arm-cpu-data.h: New generated file.
11401         * config/arm/arm-cpu-cdata.h: New generated file.
11402
11403 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
11404
11405         PR lto/79042
11406         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
11407         bit.
11408         (input_varpool_node): Unpack dynamically_initialized bit.
11409
11410 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
11411
11412         PR rtl-optimization/79032
11413         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
11414         the alignment of the adjusted memory reference against that of MODE,
11415         instead of the alignment of the original memory reference.
11416
11417 2017-01-11  Martin Jambor  <mjambor@suse.cz>
11418
11419         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
11420         test.
11421         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
11422         decorated functions.
11423
11424 2017-01-11  Richard Biener  <rguenther@suse.de>
11425
11426         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
11427         set range/nonnull info for PHI results.  Do not set it on
11428         stmts marked for removal.
11429
11430 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
11431
11432         * expr.c (store_field): In the bitfield case, fetch the return value
11433         from the registers before applying a single big-endian adjustment.
11434         Always do a final load for a BLKmode value not larger than a word.
11435
11436 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
11437
11438         PR c++/77949
11439         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
11440         that we correctly handle column numbers greater than
11441         LINE_MAP_MAX_COLUMN_NUMBER.
11442
11443 2017-01-10  Martin Sebor  <msebor@redhat.com>
11444
11445         PR middle-end/78245
11446         * gimple-ssa-sprintf.c (get_destination_size): Call
11447         {init,fini}object_sizes.
11448         * tree-object-size.c (addr_object_size): Adjust.
11449         (pass_through_call): Adjust.
11450         (pass_object_sizes::execute): Adjust.
11451         * tree-object-size.h (fini_object_sizes): Declare.
11452
11453 2017-01-10  Martin Sebor  <msebor@redhat.com>
11454
11455         PR tree-optimization/78775
11456         * builtins.c (get_size_range): Move...
11457         * calls.c: ...to here.
11458         (alloc_max_size): Accept zero argument.
11459         (operand_signed_p): Remove.
11460         (maybe_warn_alloc_args_overflow): Call get_size_range.
11461         * calls.h (get_size_range): Declare.
11462
11463 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
11464
11465         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
11466         from TI's devices.csv file as of September 2016.
11467         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
11468
11469 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
11470
11471         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
11472         * doc/invoke.texi: Likewise.
11473         * doc/md.texi: Likewise.
11474         * doc/objc.texi: Likewise.
11475
11476 2017-01-10  Joshua Conner  <joshconner@google.com>
11477
11478         * config/arm/fuchsia-elf.h: New file.
11479         * config/fuchsia.h: New file.
11480         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
11481         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
11482         targets.
11483         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
11484
11485 2016-01-10  Richard Biener  <rguenther@suse.de>
11486
11487         PR tree-optimization/79034
11488         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
11489         Propagate out degenerate PHIs in the joiner.
11490
11491 2017-01-10  Martin Liska  <mliska@suse.cz>
11492
11493         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
11494         (sort_congruence_classes_by_decl_uid): Likewise.
11495         (sort_congruence_class_groups_by_decl_uid): Likewise.
11496         (sem_item_optimizer::merge_classes): Sort class, groups in these
11497         classes and members in the groups by DECL_UID of declarations.
11498         This would make merge operations stable.
11499
11500 2017-01-10  Martin Liska  <mliska@suse.cz>
11501
11502         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
11503         usage of m_classes_vec.
11504         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
11505         (sem_item_optimizer::get_group_by_hash): Likewise.
11506         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
11507         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
11508         (sem_item_optimizer::verify_classes): Likewise.
11509         (sem_item_optimizer::process_cong_reduction): Likewise.
11510         (sem_item_optimizer::dump_cong_classes): Likewise.
11511         (sem_item_optimizer::merge_classes): Likewise.
11512         * ipa-icf.h (congruence_class_hash): Rename from
11513         congruence_class_group_hash.  Remove declaration of m_classes_vec.
11514
11515 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
11516
11517         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
11518         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
11519         * config.gcc: Add avx512vpopcntdqintrin.h.
11520         * config/i386/avx512vpopcntdqintrin.h: New.
11521         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
11522         * config/i386/i386-builtin-types.def: Add new types.
11523         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
11524         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
11525         __builtin_ia32_vpopcountq_v8di_mask): New.
11526         * config/i386/i386-c.c (ix86_target_macros_internal): Define
11527         __AVX512VPOPCNTDQ__.
11528         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
11529         (PTA_AVX512VPOPCNTDQ): Define.
11530         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
11531         TARGET_AVX512VPOPCNTDQ_P): Define.
11532         * config/i386/i386.opt: Add mavx512vpopcntdq.
11533         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
11534         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
11535
11536 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
11537
11538         PR middle-end/77484
11539         * predict.def (PRED_CALL): Set to 67.
11540
11541 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
11542
11543         * expr.c (store_field): In the bitfield case, if the value comes from
11544         a function call and is of an aggregate type returned in registers, do
11545         not modify the field mode; extract the value in all cases if the mode
11546         is BLKmode and the size is not larger than a word.
11547
11548 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
11549
11550         PR target/71017
11551         * config/i386/cpuid.h: Fix undefined behavior.
11552
11553 2017-01-04  Jeff Law  <law@redhat.com>
11554
11555         PR tree-optimization/79007
11556         PR tree-optimization/67955
11557         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
11558         conservative for pt.null when flag_non_call_exceptions is on.
11559
11560 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
11561
11562         PR translation/79019
11563         PR translation/79020
11564         * params.def (PARAM_INLINE_MIN_SPEEDUP,
11565         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
11566         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
11567         in descriptions.
11568         * config/avr/avr.opt (maccumulate-args): Likewise.
11569         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
11570         * common.opt (freport-bug): Likewise.
11571         * cif-code.def (CIF_FINAL_ERROR): Likewise.
11572         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
11573         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
11574         translatable string.
11575         * config/i386/i386.c (function_value_32): Likewise.
11576         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
11577         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
11578         Likewise.
11579         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
11580         * common/config/msp430/msp430-common.c (msp430_handle_option):
11581         Likewise.
11582         * symtab.c (symtab_node::verify_base): Likewise.
11583         * opts.c (set_debug_level): Likewise.
11584         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
11585         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
11586         missing whitespace to translatable strings.
11587         * config/avr/avr.md (bswapsi2): Fix typo in comment.
11588         * config/sh/superh.h: Likewise.
11589         * config/i386/xopintrin.h: Likewise.
11590         * config/i386/znver1.md: Likewise.
11591         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
11592         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
11593         * double-int.h (struct double_int): Likewise.
11594         * double-int.c (div_and_round_double): Likewise.
11595         * wide-int.cc: Likewise.
11596         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
11597         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
11598         * cfgcleanup.c (crossjumps_occured): Renamed to ...
11599         (crossjumps_occurred): ... this.
11600         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
11601         Adjust all uses.
11602
11603         PR tree-optimization/78899
11604         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
11605         returning bool return struct loop *, NULL for failure and the new
11606         loop on success.
11607         (versionable_outer_loop_p): Don't version outer loop if it has
11608         dont_vectorized bit set.
11609         (tree_if_conversion): When versioning outer loop, ensure
11610         tree_if_conversion is performed also on the inner loop of the
11611         non-vectorizable outer loop copy.
11612         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
11613         LOOP_VECTORIZED in inner loop of the scalar outer loop and
11614         prevent vectorization of it.
11615         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
11616         the outer loop vectorization of the non-scalar version is attempted
11617         before vectorization of the inner loop in scalar version.  If
11618         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
11619         vectorization of its inner loop.
11620         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
11621         has 2 inner loops, rename also on edges from bb whose single pred
11622         is outer_loop->header.  Fix typo in function comment.
11623
11624 2017-01-09  Martin Sebor  <msebor@redhat.com>
11625
11626         PR bootstrap/79033
11627         * asan.c (asan_emit_stack_protection): Increase local buffer size
11628         to avoid snprintf truncation warning.
11629
11630 2017-01-09  Andrew Pinski  <apinski@cavium.com>
11631
11632         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
11633         to reference thunderx2t99 for the tuning structure
11634         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
11635         Rename to ...
11636         (thunderx2t99_extra_costs): This.
11637         * config/aarch64/aarch64-tune.md: Regenerate.
11638         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
11639         (vulcan_addrcost_table): This.
11640         (vulcan_regmove_cost): Rename to ...
11641         (thunderx2t99_regmove_cost): This.
11642         (vulcan_vector_cost): Rename to ...
11643         (thunderx2t99_vector_cost): this.
11644         (vulcan_branch_cost): Rename to ...
11645         (thunderx2t99_branch_cost): This.
11646         (vulcan_tunings): Rename to ...
11647         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
11648         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
11649
11650 2017-01-09  Martin Jambor  <mjambor@suse.cz>
11651
11652         PR ipa/78365
11653         PR ipa/78599
11654         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
11655         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
11656         (propagate_vr_accross_jump_function): Use the above function for all
11657         value range computations for pass-through jump functions and type
11658         converasion from explicit value range values.
11659         (ipcp_propagate_stage): Do not attempt to deduce types of formal
11660         parameters from TYPE_ARG_TYPES.
11661         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
11662         (ipa_write_node_info): Stream type of the actual argument.
11663         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
11664
11665 2017-01-09  Martin Liska  <mliska@suse.cz>
11666
11667         PR pch/78970
11668         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
11669         (lookup_compiler): Do not show error message with have_E.
11670
11671 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
11672
11673         PR tree-optimization/78938
11674         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
11675         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
11676         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
11677         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
11678         fixes.
11679
11680 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11681
11682         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
11683         is const0_rtx.
11684
11685 2017-01-09  Richard Biener  <rguenther@suse.de>
11686
11687         PR tree-optimization/78997
11688         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
11689         name condition properly.
11690
11691 2017-01-09  Richard Biener  <rguenther@suse.de>
11692
11693         PR debug/79000
11694         * dwarf2out.c (is_cxx): New overload with context.
11695         (is_naming_typedef_decl): Use it.
11696
11697 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
11698
11699         * invoke.texi (Option Summary): Correct spacing in option lists
11700         and add line breaks to fix over-long lines.
11701
11702 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
11703
11704         PR middle-end/17660
11705
11706         * extend.texi (Common Variable Attributes): Add xref to GCC
11707         Internals manual to explain mode attribute keywords.
11708
11709 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
11710
11711         PR other/16519
11712         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
11713         and Preprocessor Options.
11714         (Options for Linking): Document -pthread here....
11715         (RS/6000 and PowerPC Options): ...not here.
11716         (Solaris 2 Options): ...or here.
11717         * doc/cppopts.texi: Document -pthread.
11718
11719 2017-01-08  Martin Sebor  <msebor@redhat.com>
11720
11721         PR middle-end/77708
11722         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
11723         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
11724         New member functions.
11725         (format_directive): Used them.
11726         (add_bytes): Same.
11727         (pass_sprintf_length::handle_gimple_call): Same.
11728         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
11729         to avoid truncation for any argument.
11730         (extract_affine_mul): Same.
11731         * tree.c (get_file_function_name): Same.
11732
11733 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
11734
11735         PR middle-end/77484
11736         * predict.def (PRED_INDIR_CALL): Set to 86.
11737
11738 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
11739
11740         PR preprocessor/54124
11741         * doc/cppopts.texi: Reformat -d subtable to list the full name
11742         of the options.  Add cross-reference to the docs for the general
11743         compiler -d options.
11744         * doc/invoke.texi (Developer Options): Add cross-reference to the
11745         preprocessor-specific -d option documentation.
11746
11747 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
11748
11749         PR preprocessor/13498
11750         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
11751         redudant material, and reflect new command-line options.
11752         (System Headers): Likewise.
11753
11754 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
11755
11756         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
11757         -isystem, and -idirafter.  Copy-edit.
11758         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
11759         default for -ftrack-macro-expansion.  Delete obsolete and
11760         badly-formatted implementation details about -fdebug-cpp output.
11761         * doc/cppwarnopts.texi: Copy-edit.
11762
11763 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
11764
11765         PR c++/72803
11766         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
11767         that the transition from a max line width >= 1<<10 to narrower
11768         lines works correctly.
11769
11770 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
11771
11772         * doc/options.texi (PerFunction): New.
11773         * opt-functions.awk (switch_flags): Map both Optimization and
11774         PerFunction to CL_OPTIMIZATION.
11775         * opth-gen.awk: Test for PerFunction flag along with
11776         Optimization.
11777         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
11778         it only when the latter is present.  Skip those that don't in
11779         the hash function generator.
11780         * common.opt (fvar-tracking): Mark as PerFunction instead of
11781         Optimization.
11782         (fvar-tracking-assignments): Likewise.
11783         (fvar-tracking-assignments-toggle): Likewise.
11784         (fvar-tracking-uninit): Likewise.
11785
11786 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
11787
11788         PR translation/79018
11789         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
11790         the and store.
11791
11792 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
11793
11794         PR target/57583
11795         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
11796         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
11797         TARGET_LONG_JUMP_TABLE_OFFSETS.
11798         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
11799         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
11800         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
11801         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
11802         * config/m68k/m68k.md (tablejump expander): Likewise.
11803         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
11804         TARGET_LONG_JUMP_TABLE_OFFSETS.
11805         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
11806         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
11807
11808 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
11809             David Holsgrove <david.holsgrove@xilinx.com>
11810
11811         * common/config/microblaze/microblaze-common.c
11812         (TARGET_EXCEPT_UNWIND_INFO): Remove.
11813         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
11814         New prototype.
11815         * config/microblaze/microblaze.c (microblaze_must_save_register)
11816         (microblaze_expand_epilogue, microblaze_return_addr): Handle
11817         calls_eh_return.
11818         (microblaze_eh_return): New function.
11819         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
11820         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
11821         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
11822         * config/microblaze/microblaze.md (eh_return): New pattern.
11823
11824 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
11825
11826         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
11827         GCC_DIAGNOSTIC_STRINGIFY): Define.
11828
11829         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
11830
11831 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11832
11833         * config/arm/arm.md (<mcrr>): New.
11834         (<mrrc>): New.
11835         * config/arm/arm.c (arm_arch5te): New.
11836         (arm_option_override): Set arm_arch5te.
11837         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
11838         and mrrc2.
11839         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
11840         (arm_mcrr_qualifiers): ... this. New.
11841         (MRRC_QUALIFIERS): Define to...
11842         (arm_mrrc_qualifiers): ... this. New.
11843         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
11844         __arm_mrrc2): New.
11845         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
11846         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
11847         (MRRCI, mrrc, MRRC): New.
11848         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
11849         VUNSPEC_MRRC2): New.
11850
11851 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11852
11853         * config/arm/arm.md (<mcr>): New.
11854         (<mrc>): New.
11855         * config/arm/arm.c (arm_coproc_builtin_available): Add
11856         support for mcr, mrc, mcr2 and mrc2.
11857         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
11858         (arm_mcr_qualifiers): ... this. New.
11859         (MRC_QUALIFIERS): Define to ...
11860         (arm_mrc_qualifiers): ... this. New.
11861         (MCR_QUALIFIERS): Define to ...
11862         (arm_mcr_qualifiers): ... this. New.
11863         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
11864         __arm_mrc2): New.
11865         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
11866         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
11867         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
11868         VUNSPEC_MRC2): New.
11869
11870 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11871
11872         * config/arm/arm.md (*ldc): New.
11873         (*stc): New.
11874         (<ldc>): New.
11875         (<stc>): New.
11876         * config/arm/arm.c (arm_coproc_builtin_available): Add
11877         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
11878         (arm_coproc_ldc_stc_legitimate_address): New.
11879         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
11880         'qualifier_const_pointer'.
11881         (LDC_QUALIFIERS): Define to...
11882         (arm_ldc_qualifiers): ... this. New.
11883         (STC_QUALIFIERS): Define to...
11884         (arm_stc_qualifiers): ... this. New.
11885         * config/arm/arm-protos.h
11886         (arm_coproc_ldc_stc_legitimate_address): New.
11887         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
11888         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
11889         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
11890         stc2, stcl, stc2l): New.
11891         * config/arm/constraints.md (Uz): New.
11892         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
11893         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
11894         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
11895         VUNSPEC_STC2L): New.
11896
11897 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11898
11899         * config/arm/arm.md (<cdp>): New.
11900         * config/arm/arm.c (neon_const_bounds): Rename this ...
11901         (arm_const_bounds): ... this.
11902         (arm_coproc_builtin_available): New.
11903         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
11904         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
11905         (CDP_QUALIFIERS): Define to...
11906         (arm_cdp_qualifiers): ... this. New.
11907         (void_UP): Define.
11908         (arm_expand_builtin_args): Add case for 6 arguments.
11909         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
11910         (arm_const_bounds): ... this.
11911         (arm_coproc_builtin_available): New.
11912         * config/arm/arm_acle.h (__arm_cdp): New.
11913         (__arm_cdp2): New.
11914         * config/arm/arm_acle_builtins.def (cdp): New.
11915         (cdp2): New.
11916         * config/arm/iterators.md (CDPI,CDP,cdp): New.
11917         * config/arm/neon.md: Rename all 'neon_const_bounds' to
11918         'arm_const_bounds'.
11919         * config/arm/types.md (coproc): New.
11920         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
11921         * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
11922         * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
11923         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
11924
11925 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11926
11927         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
11928         (UBINOP_QUALIFIERS): New.
11929         (si_UP): Define.
11930         (acle_builtin_data): New. Change comment.
11931         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
11932         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
11933         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
11934         arm_acle_builtins.def.
11935         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
11936         (arm_init_acle_builtins): New.
11937         (CRC32_BUILTIN): Remove.
11938         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
11939         crc32cb, crc32ch and crc32cw.
11940         (arm_init_crc32_builtins): Remove.
11941         (arm_init_builtins): Use arm_init_acle_builtins rather
11942         than arm_init_crc32_builtins.
11943         (arm_expand_acle_builtin): New.
11944         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
11945         * config/arm/arm_acle_builtins.def: New.
11946
11947 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11948
11949         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
11950         (arm_builtin_datum): ... this.
11951         (arm_init_neon_builtin): Rename to ...
11952         (arm_init_builtin): ... this. Add a new parameters PREFIX
11953         and USE_SIG_IN_NAME.
11954         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
11955         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
11956         'arm_builtin_datum'.
11957         (arm_init_vfp_builtins): Likewise.
11958         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
11959         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
11960         (arm_expand_neon_args): Rename to ...
11961         (arm_expand_builtin_args): ... this. Rename builtin_arg
11962         enum values and differentiate between ARG_BUILTIN_MEMORY
11963         and ARG_BUILTIN_NEON_MEMORY.
11964         (arm_expand_neon_builtin_1): Rename to ...
11965         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
11966         values, arm_expand_builtin_args and add bool parameter NEON.
11967         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
11968         (arm_expand_vfp_builtin): Likewise.
11969         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
11970
11971 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
11972
11973         PR middle-end/77484
11974         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
11975         * predict.c (tree_estimate_probability_bb): Reverse direction of
11976         polymorphic call predictor.
11977
11978 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
11979
11980         * passes.c (execute_one_pass): Split out pass-skipping logic into...
11981         (determine_pass_name_match): ...this new function and...
11982         (should_skip_pass_p): ...this new function.
11983
11984 2017-01-06  Nathan Sidwell  <nathan@acm.org>
11985
11986         * ipa-visibility.c (function_and_variable_visibility): Reformat
11987         comments and long lines.  Remove extrneous if.
11988         * symtab.c (symtab_node::make_decl_local): Fix code format.
11989         (symtab_node::set_section_for_node): Fix comment typo.
11990
11991 2017-01-06  Martin Liska  <mliska@suse.cz>
11992
11993         PR bootstrap/79003
11994         * lra-constraints.c: Rename invariant to lra_invariant.
11995         * predict.c (set_even_probabilities): Initialize e to NULL.
11996
11997 2017-01-05  Martin Sebor  <msebor@redhat.com>
11998
11999         PR tree-optimization/78910
12000         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
12001         (format_integer): Correct off-by-one error in the handling
12002         of precision with negative numbers in signed conversions..
12003
12004 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
12005
12006         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
12007
12008 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
12009
12010         PR tree-optimization/71016
12011         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
12012         factor_out_conditional_conversion.  Formatting fix.
12013         (factor_out_conditional_conversion): Add cond_stmt argument.
12014         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
12015         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
12016         Formatting fix.
12017
12018 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
12019
12020         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
12021         read-rtl-function.o, and selftest-rtl.o.
12022         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
12023         (selftest::aarch64_test_loading_full_dump): New function.
12024         (selftest::aarch64_run_selftests): New function.
12025         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
12026         selftest::aarch64_run_selftests.
12027         * config/i386/i386.c
12028         (selftest::ix86_test_loading_dump_fragment_1): New function.
12029         (selftest::ix86_test_loading_call_insn): New function.
12030         (selftest::ix86_test_loading_full_dump): New function.
12031         (selftest::ix86_test_loading_unspec): New function.
12032         (selftest::ix86_run_selftests): Call the new functions.
12033         * emit-rtl.c (maybe_set_max_label_num): New function.
12034         * emit-rtl.h (maybe_set_max_label_num): New decl.
12035         * function.c (instantiate_decls): Guard call to
12036         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
12037         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
12038         "static".
12039         * gensupport.c (gen_reader::gen_reader): Pass "false"
12040         for new "compact" param of rtx_reader.
12041         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
12042         rather than an empty string for NULL strings.
12043         * read-md.c: Potentially include config.h rather than bconfig.h.
12044         Wrap include of errors.h with #ifdef GENERATOR_FILE.
12045         (have_error): New global, copied from errors.c.
12046         (md_reader::read_name): Rename to...
12047         (md_reader::read_name_1): ...this, adding "out_loc" param,
12048         and converting "missing name or number" to returning false, rather
12049         than failing.
12050         (md_reader::read_name): Reimplement in terms of read_name_1.
12051         (md_reader::read_name_or_nil): New function.
12052         (md_reader::read_string): Handle "(nil)" by returning NULL.
12053         (md_reader::md_reader): Add new param "compact".
12054         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
12055         (md_reader::read_file): New method.
12056         * read-md.h (md_reader::md_reader): Add new param "compact".
12057         (md_reader::read_file): New method.
12058         (md_reader::is_compact): New accessor.
12059         (md_reader::read_name): Convert return type from void to file_location.
12060         (md_reader::read_name_or_nil): New decl.
12061         (md_reader::read_name_1): New decl.
12062         (md_reader::m_compact): New field.
12063         (noop_reader::noop_reader): Pass "false" for new "compact" param
12064         of rtx_reader.
12065         (rtx_reader::rtx_reader): Add new "compact" param.
12066         (rtx_reader::read_rtx_operand): Make virtual and convert return
12067         type from void to rtx.
12068         (rtx_reader::read_until): New decl.
12069         (rtx_reader::handle_any_trailing_information): New virtual function.
12070         (rtx_reader::postprocess): New virtual function.
12071         (rtx_reader::finalize_string): New virtual function.
12072         (rtx_reader::m_in_call_function_usage): New field.
12073         (rtx_reader::m_reuse_rtx_by_id): New field.
12074         * read-rtl-function.c: New file.
12075         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
12076         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
12077         (selftest::verify_three_block_rtl_cfg): New decl.
12078         * read-rtl-function.h: New file.
12079         * read-rtl.c: Potentially include config.h rather than bconfig.h.
12080         For host, include function.h, memmodel.h, and emit-rtl.h.
12081         (one_time_initialization): New function.
12082         (struct compact_insn_name): New struct.
12083         (compact_insn_names): New array.
12084         (find_code): Handle insn codes in compact dumps.
12085         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
12086         (bind_subst_iter_and_attr): Likewise.
12087         (add_condition_to_string): Likewise.
12088         (add_condition_to_rtx): Likewise.
12089         (apply_attribute_uses): Likewise.
12090         (add_current_iterators): Likewise.
12091         (apply_iterators): Likewise.
12092         (initialize_iterators): Guard usage of apply_subst_iterator with
12093         #ifdef GENERATOR_FILE.
12094         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
12095         (md_reader::read_mapping): Likewise.
12096         (add_define_attr_for_define_subst): Likewise.
12097         (add_define_subst_attr): Likewise.
12098         (read_subst_mapping): Likewise.
12099         (check_code_iterator): Likewise.
12100         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
12101         logic to...
12102         (one_time_initialization): New function.
12103         (rtx_reader::read_until): New method.
12104         (read_flags): New function.
12105         (parse_reg_note_name): New function.
12106         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
12107         Handle reuse_rtx ids.
12108         Wrap iterator lookup within #ifdef GENERATOR_FILE.
12109         Add parsing support for RTL dumps, mirroring the special-cases in
12110         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
12111         values, and calling handle_any_trailing_information.
12112         (rtx_reader::read_rtx_operand): Convert return type from void
12113         to rtx, returning return_rtx.  Handle case 'e'.  Call
12114         finalize_string on XSTR and XTMPL fields.
12115         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
12116          "(nil)" values were omitted.  Call the postprocess vfunc on the
12117         return_rtx.
12118         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
12119         class ctor.  Initialize m_in_call_function_usage.  Call
12120         one_time_initialization.
12121         * rtl-tests.c (selftest::test_uncond_jump): Call
12122         set_new_first_and_last_insn.
12123         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
12124         * selftest-rtl.c: New file.
12125         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
12126         (selftest::get_insn_by_uid): New decl.
12127         * selftest-run-tests.c (selftest::run_tests): Call
12128         read_rtl_function_c_tests.
12129         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
12130         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
12131         dumps.
12132
12133 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
12134
12135         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
12136         operands in a special way.  Assert that pos+len <= mode precision.
12137
12138 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
12139
12140         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
12141         3 argument Alias with unlimited for the negative form.
12142         (fno-vect-cost-model): Removed.
12143
12144 2017-01-05  Martin Liska  <mliska@suse.cz>
12145
12146         * hsa-gen.c (gen_hsa_divmod): New function.
12147         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
12148
12149 2017-01-05  Martin Liska  <mliska@suse.cz>
12150
12151         PR pch/78970
12152         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
12153         header.
12154
12155 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12156
12157         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
12158         small constant length operands.
12159
12160 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12161
12162         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
12163         between loop iterations.
12164
12165 2017-01-05  Martin Liska  <mliska@suse.cz>
12166
12167         PR sanitizer/78815
12168         * gimplify.c (gimplify_decl_expr): Compare to
12169         asan_poisoned_variables instread of checking flags.
12170         (gimplify_target_expr): Likewise.
12171         (gimplify_expr): Likewise.
12172         (gimplify_function_tree): Conditionally initialize
12173         asan_poisoned_variables.
12174
12175 2017-01-04  Jeff Law  <law@redhat.com>
12176
12177         PR tree-optimizatin/78812
12178         * rtl.h (contains_mem_rtx_p): Prototype.
12179         * ifcvt.c (containts_mem_rtx_p): Move from here to...
12180         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
12181         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
12182         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
12183         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
12184
12185 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
12186
12187         * input.c (assert_char_at_range): Default-initialize actual_range.
12188
12189 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
12190
12191         * df-scan.c (df_ref_create_structure): Make regno unsigned,
12192         to match the caller.
12193
12194 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
12195
12196         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
12197         insns after final jump in test to emit dummy move.
12198
12199 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
12200
12201         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
12202         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
12203
12204 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
12205
12206         * multiple_target.c (create_dispatcher_calls): Init e_next.
12207         * tree-ssa-loop-split.c (split_loop): Init border.
12208         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
12209         scalar_type.
12210
12211 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
12212
12213         PR target/71977
12214         PR target/70568
12215         PR target/78823
12216         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
12217         (altivec_register_operand): Do not return true if the operand
12218         contains a SUBREG mixing SImode and SFmode.
12219         (vsx_register_operand): Likewise.
12220         (vsx_reg_sfsubreg_ok): New predicate.
12221         (vfloat_operand): Do not return true if the operand contains a
12222         SUBREG mixing SImode and SFmode.
12223         (vint_operand): Likewise.
12224         (vlogical_operand): Likewise.
12225         (gpc_reg_operand): Likewise.
12226         (int_reg_operand): Likewise.
12227         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
12228         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
12229         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
12230         SImode and SFmode.
12231         (rs6000_emit_move_si_sf_subreg): New helper function.
12232         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
12233         fixup SUBREGs involving SImode and SFmode.
12234         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
12235         numbers for the new peephole2 optimization.
12236         (peephole2 for SFmode unions): New peephole2 to optimize cases in
12237         the GLIBC math library that do AND/IOR/XOR operations on single
12238         precision floating point.
12239         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
12240         target macros to say whether we need to avoid SUBREGs mixing
12241         SImode and SFmode.
12242         (TARGET_ALLOW_SF_SUBREG): Likewise.
12243         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
12244         (UNSPEC_SI_FROM_SF): Likewise.
12245         (iorxor): Change spacing.
12246         (and_ior_xor): New iterator for AND, IOR, and XOR.
12247         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
12248         (movdi_from_sf_zero_ext): Likewise.
12249         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
12250         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
12251         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
12252         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
12253         (fms<mode>4): Likewise.
12254         (fnma<mode>4): Likewise.
12255         (fnms<mode>4): Likewise.
12256         (nfma<mode>4): Likewise.
12257         (nfms<mode>4): Likewise.
12258
12259 2017-01-04  Marek Polacek  <polacek@redhat.com>
12260
12261         PR c++/64767
12262         * doc/invoke.texi: Document -Wpointer-compare.
12263
12264 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
12265
12266         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
12267         RejectNegative.
12268
12269         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
12270         descriptions for -gdwarf-5 and emit them as uleb128 instead of
12271         2-byte data.
12272
12273 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
12274
12275         PR target/78056
12276         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
12277         documentation of the powerpc_popcntb_ok attribute.
12278         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
12279         code to issue warning messages if a requested CPU configuration is
12280         not supported by the binary (assembler and loader) toolchain.
12281         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
12282         made to define a built-in function that has been disabled.
12283         (paired_init_builtins): Add assertion to prevent ICE if attempt is
12284         made to define a built-in function that has been disabled.
12285         (altivec_init_builtins): Add comment explaining why definition
12286         of the DST built-in functions is not preceded by an assertion
12287         check.  Add assertions to prevent ICE if attempts are made to
12288         define an altivec predicate or an abs* built-in function that has
12289         been disabled.
12290         (htm_init_builtins): Add comment explaining why definition of the
12291         htm built-in functions is not preceded by an assertion check.
12292
12293 2017-01-04  Jeff Law  <law@redhat.com>
12294
12295         PR tree-optimizatin/67955
12296         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
12297         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
12298         the points-to solution does not include pt_null.  Use DECL_PT_UID
12299         unconditionally.
12300
12301 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
12302
12303         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
12304         Use gen_int_mode instead of gen_lopwart for const_int operands.
12305
12306 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
12307
12308         PR tree-optimization/71563
12309         * match.pd: Simplify X << Y into X if Y is known to be 0 or
12310         out of range value - has low bits known to be zero.
12311
12312 2017-01-04  Alan Modra  <amodra@gmail.com>
12313
12314         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
12315         * configure: Regenerate.
12316         * config.in: Regenerate.
12317
12318 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
12319
12320         PR bootstrap/77569
12321         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
12322         a substring of the message, but strcmp with the whole message.  Ifdef
12323         ENABLE_NLS, translate the message first using dgettext.
12324
12325 2017-01-03  Jeff Law  <law@redhat.com>
12326
12327         PR tree-optimizatin/78856
12328         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
12329         (mark_threaded_blocks): Remove code to truncate thread paths that
12330         cross multiple loop headers.  Instead invalidate the cached loop
12331         iteration information and handle case of a thread path walking
12332         into an irreducible region.
12333
12334 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
12335
12336         PR target/78900
12337         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
12338         assertions.  Add support for doing the signbit if the IEEE 128-bit
12339         floating point value is in a GPR.
12340         * config/rs6000/rs6000.md (Fsignbit): Delete.
12341         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
12342         Update the length attribute if the value is in a GPR.
12343         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
12344         the sign or zero extension instruction, since the value is always 0/1.
12345         (signbit<mode>2_dm2): Delete using <Fsignbit>.
12346
12347         PR target/78953
12348         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
12349         extracting SImode to a GPR register so that we can generate a
12350         store, limit the vector to be in a traditional Altivec register
12351         for the vextuwrx instruction.
12352
12353 2017-01-03  Ian Lance Taylor  <iant@google.com>
12354
12355         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
12356
12357 2017-01-03  Martin Sebor  <msebor@redhat.com>
12358
12359         PR tree-optimization/78696
12360         * gimple-ssa-sprintf.c (format_floating): Correct handling of
12361         precision.  Use MPFR for %f for greater fidelity.  Correct handling
12362         of %g.
12363         (pass_sprintf_length::compute_format_length): Set width and precision
12364         specified by asrerisk to void_node for vararg functions.
12365         (try_substitute_return_value): Adjust dump output.
12366
12367 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
12368
12369         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
12370
12371 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
12372
12373         * doc/invoke.texi (SPARC options): Document -mlra as the default.
12374         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
12375         -mlra/-mno-lra was passed to the compiler.
12376
12377 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
12378
12379         PR rtl-optimization/65618
12380         * emit-rtl.c (try_split): Move initialization of "before" and
12381         "after" to just before the call to emit_insn_after_setloc.
12382
12383 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
12384
12385         * doc/md.texi (Standard Names): Remove reference to Java frontend.
12386
12387 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
12388
12389         * dwarf2out.c (gen_enumeration_type_die): When
12390         -gno-strict-dwarf, add a DW_AT_encoding attribute.
12391
12392 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
12393
12394         PR tree-optimization/78965
12395         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
12396         Change first argument from const call_info & to call_info &.  For %n
12397         set info.nowrite to false.
12398
12399         PR middle-end/78901
12400         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
12401         possibly throwing calls.
12402
12403         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
12404         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
12405         and fns handling, rather than in a separate case SSA_NAME.
12406
12407 2017-01-02  Jeff Law  <law@redhat.com>
12408
12409         * config/darwin-driver.c (darwin_driver_init): Const-correctness
12410         fixes for first_period and second_period variables.
12411
12412 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
12413
12414         PR target/78967
12415         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
12416         (*insvqi_1): New insn pattern.
12417         (*insvqi_1_mem_rex64): Ditto.
12418         (*insvqi_2): Ditto.
12419         (*insvqi_3): Rename from *insvqi.
12420
12421         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
12422
12423 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
12424
12425         * doc/cfg.texi (Edges): Remove reference to Java.
12426         (Maintaining the CFG): Ditto.
12427
12428 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
12429
12430         PR middle-end/77674
12431         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
12432         transparent aliases.
12433
12434 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
12435
12436         PR middle-end/77484
12437         * predict.def (PRED_CALL): Update hitrate.
12438         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
12439         * predict.c (tree_estimate_probability_bb): Split CALL predictor
12440         into direct/indirect/polymorphic variants.
12441
12442 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
12443
12444         Update copyright years.
12445
12446         * gcc.c (process_command): Update copyright notice dates.
12447         * gcov-dump.c (print_version): Ditto.
12448         * gcov.c (print_version): Ditto.
12449         * gcov-tool.c (print_version): Ditto.
12450         * gengtype.c (create_file): Ditto.
12451         * doc/cpp.texi: Bump @copying's copyright year.
12452         * doc/cppinternals.texi: Ditto.
12453         * doc/gcc.texi: Ditto.
12454         * doc/gccint.texi: Ditto.
12455         * doc/gcov.texi: Ditto.
12456         * doc/install.texi: Ditto.
12457         * doc/invoke.texi: Ditto.
12458 \f
12459 Copyright (C) 2017 Free Software Foundation, Inc.
12460
12461 Copying and distribution of this file, with or without modification,
12462 are permitted in any medium without royalty provided the copyright
12463 notice and this notice are preserved.