rtl.h (LABEL_REF_P): New #define.
[gcc.git] / gcc / ChangeLog
1 2019-05-28 Michael Meissner <meissner@linux.ibm.com>
2
3 * rtl.h (LABEL_REF_P): New #define.
4
5 2019-05-28 John David Anglin <danglin@gcc.gnu.org>
6
7 * config/pa/pa.c (hppa_profile_hook): Remove offset adjustment.
8
9 2019-05-28 Alejandro Martinez <alejandro.martinezvicente@arm.com>
10
11 * internal-fn.c: Marked mask_load_direct as vectorizable.
12 * tree-data-ref.c (data_ref_compare_tree): Fixed comment typo.
13 * tree-vect-data-refs.c (can_group_stmts_p): Allow masked loads to be
14 combined even if masks different with allow_slp_p param.
15 (vect_analyze_data_ref_accesses): Mark SLP only vectorizable groups.
16 * tree-vect-loop.c (vect_dissolve_slp_only_groups): New function to
17 dissolve SLP-only vectorizable groups when SLP has been discarded.
18 (vect_analyze_loop_2): Call vect_dissolve_slp_only_groups when needed.
19 * tree-vect-slp.c (vect_get_and_check_slp_defs): Check masked loads
20 masks.
21 (vect_build_slp_tree_1): Fixed comment typo.
22 (vect_build_slp_tree_2): Include masks from masked loads in SLP tree.
23 * tree-vect-stmts.c (vectorizable_load): Allow vectorizaion of masked
24 loads for SLP only.
25 * tree-vectorizer.h (_stmt_vec_info): Added flag for SLP-only
26 vectorizable.
27 * tree-vectorizer.c (vec_info::new_stmt_vec_info): Likewise.
28
29 2019-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30
31 * config/alpha/alpha.c [TARGET_ABI_OSF] (alpha_output_mi_thunk_osf):
32 Remove obsolete use_thunk reference.
33 * config/i386/i386.c (x86_output_mi_thunk): Likewise.
34 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
35 * config/nios2/nios2.c (nios2_asm_output_mi_thunk): Likewise.
36 * config/or1k/or1k.c (or1k_output_mi_thunk): Likewise.
37 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
38 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
39 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
40 * config/tilegx/tilegx.c (tilegx_output_mi_thunk): Likewise.
41 * config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise.
42
43 2019-05-28 Nathan Sidwell <nathan@acm.org>
44
45 * tree.h (IDENTIFIER_ANON_P): New.
46 (anon_aggrname_format, anon_aggname_p): Don't declare.
47 (make_anon_name): Declare.
48 * lto-streamer-out.c (DFS::DFS_write_tree_body): Use IDENTIFIER_ANON_P.
49 (hash_tree): Likewise.
50 * tree-streamer-out.c (write_ts_decl_minimal_tree): Likewise.
51 * tree.c (anon_aggrname_p, anon_aggrname_format): Delete.
52 (anon_cnt, make_anon_name): New.
53
54 2019-05-28 Martin Liska <mliska@suse.cz>
55
56 PR other/90315
57 * opts-global.c (decode_options): Print help for all
58 help_option_arguments.
59 * opts.c (print_help): Add new argument.
60 (common_handle_option): Remember all values into
61 help_option_arguments.
62 * opts.h (print_help): Add new argument.
63
64 2019-05-28 Martin Liska <mliska@suse.cz>
65
66 PR ipa/90555
67 * ipa-icf-gimple.c (func_checker::compare_loops): New function.
68 * ipa-icf-gimple.h (func_checker::compare_loops): Likewise.
69 (func_checker::compare_bb): Call compare_loops.
70
71 2019-05-27 Jakub Jelinek <jakub@redhat.com>
72
73 * gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional
74 on sections construct.
75 * omp-low.c (lower_lastprivate_conditional_clauses): Handle sections
76 construct.
77 (lower_omp_sections): Handle lastprivate conditional.
78 (lower_omp_1) <case GIMPLE_ASSIGN>: Handle sections construct with
79 lastprivate_conditional_map.
80 * omp-expand.c (expand_omp_sections): Handle lastprivate conditional.
81
82 * omp-low.c (lower_omp_1) <case GIMPLE_ASSIGN>: Look through ordered,
83 critical, taskgroup and section regions when looking for a region
84 with non-NULL lastprivate_conditional_map.
85
86 2019-05-27 Uroš Bizjak <ubizjak@gmail.com>
87
88 * config/i386/i386.c (ix86_gen_add3): Remove indirect function.
89 (*ix86_gen_sub3): Ditto.
90 (*ix86_gen_sub3_carry): Ditto.
91 (*ix86_gen_one_cmpl2): Ditto.
92 (*ix86_gen_andsp): Ditto.
93 (ix86_init_large_pic_reg): Use gen_add2_insn instead of ix86_gen_add3.
94 (gen_and2_insn): New static function.
95 (ix86_expand_prologue): Use gen_and2_insn instead of ix86_gen_andsp.
96 Use gen_add3_insn instead of ix86_gen_add3.
97 (ix86_expand_split_stack_prologue): Use gen_add2_insn
98 instead of ix86_gen_add3.
99 (legitimize_tls_address): Use gen_add2_insn instead of ix86_gen_add3.
100 Use gen_sub3_insn instead of ix86_gen_sub3.
101 * config/i386-expand.c (ix86_split_long_move): Use gen_add2_insn
102 instead of ix86_gen_add3.
103 (ix86_expand_strlensi_unroll_1): Use gen_add2_insn instead of
104 ix86_gen_add3. Use gen_sub3_insn instead of ix86_gen_sub3.
105 (construct_plt_address): Use gen_add2_insn instead of ix86_gen_add3.
106 * config/i386/i386-options.c (ix86_option_override_internal):
107 Do not initialize ix86_gen_add3, ix86_gen_sub3, ix86_gen_sub3_carry,
108 ix86_gen_one_cmpl2 and ix86_gen_andsp.
109
110 2019-05-27 Eric Botcazou <ebotcazou@adacore.com>
111
112 * dwarf2out.c (resolve_args_picking_1): Deal with DW_OP_GNU_addr_index
113 and DW_OP_GNU_const_index opcodes.
114
115 2019-05-27 Uroš Bizjak <ubizjak@gmail.com>
116
117 * config/i386/i386.h (STACK_SIZE_MODE): Define.
118
119 2019-05-27 Richard Biener <rguenther@suse.de>
120
121 PR tree-optimization/90637
122 * tree-ssa-sink.c (statement_sink_location): Honor the
123 computed sink location for single-uses.
124
125 2019-05-27 Richard Biener <rguenther@suse.de>
126
127 PR middle-end/90610
128 * match.pd (vec_perm): Avoid clobbering op0 when not generating
129 a bit-insert.
130
131 2019-05-26 Uroš Bizjak <ubizjak@gmail.com>
132
133 * config/i386/i386.md (@sub<mode>3_carry): Rename
134 from sub<mode>3_carry.
135 (@leave_<mode>): New expander.
136 (*leave): Rename from leave.
137 (*leave_rex64): Rename from leave_rex64.
138 (@monitorx_<mode>): Rename from monitorx_<mode>.
139 (@clzero_<mode>): Rename from clzero_<mode>.
140 * config/i386/sse.md (@sse3_monitor_<mode>): Rename
141 from sse3_monitor_<mode>.
142 * config/i386/i386.c (ix86_gen_sub3_carry): Remove indirect function.
143 (*ix86_gen_leave): Ditto.
144 (*ix86_gen_monitor): Ditto.
145 (*ix86_gen_monitorx): Ditto.
146 (*ix86_gen_clzero): Ditto.
147 (ix86_emit_leave): Use gen_leave instead of ix86_gen_leave.
148 * config/i386/i386-expand.c (ix86_expand_strlensi_unroll_1):
149 Use gen_sub3_carry instead of ix86_gen_sub3_carry.
150 (ix86_expand_builtin) <case IX86_BUILTIN_MONITOR>:
151 Use gen_sse3_monitor instead of ix86_gen_monitor.
152 <case IX86_BUILTIN_MONITORX>: Use gen_monitorx
153 instead of ix86_gen_monitorx.
154 <case IX86_BUILTIN_CLZERO>: Use gen_clzero
155 instead of ix86_gen_clzero.
156 * config/i386/i386-options.c (ix86_option_override_internal):
157 Do not initialize ix86_gen_leave, ix86_gen_sub3_carry,
158 ix86_gen_monitor, ix86_gen_monitorx and ix86_gen_clzero.
159
160 2019-05-26 Uroš Bizjak <ubizjak@gmail.com>
161
162 * config/i386/i386.md (@tls_global_dynamic_64_<mode>):
163 Rename from tls_global_dynamic_64_<mode>.
164 (@tls_local_dynamic_base_64_<mode>): Rename from
165 tls_local_dynamic_base_64_<mode>.
166 * config/i386/i386.c (*ix86_gen_tls_global_dynamic_64):
167 Remove indirect function.
168 (*ix86_gen_tls_local_dynamic_base_64): Ditto.
169 (legitimize_tls_address): Use gen_tls_global_dynamic_64 function
170 instead of ix86_gen_tls_global_dynamic_64.
171 Use gen_tls_local_dynamic_base_64 instead of
172 ix86_gen_tls_local_dynamic_base_64.
173 * config/i386/i386-options.c (ix86_option_override_internal):
174 Do not initialize ix86_gen_tls_global_dynamic_64 and
175 ix86_gen_tls_local_dynamic_base_64.
176
177 2019-05-26 Uroš Bizjak <ubizjak@gmail.com>
178
179 * config/i386/i386.md (@pro_epilogue_adjust_stack_add_<mode>)
180 Rename from pro_epilogue_adjust_stack_<mode>_add.
181 (@pro_epilogue_adjust_stack_sub_<mode>)
182 Rename from pro_epilogue_adjust_stack_<mode>_sub.
183 (@allocate_stack_worker_probe_<mode>):
184 Rename from allocate_stack_worker_probe_<mode>.
185 (allocate_stack): Use gen_allocate_stack_worker_probe.
186 (probe_stack): Use gen_probe_stack_1.
187 (@probe_stack_1_<mode>): Rename from probe_stack_<mode>.
188 (@adjust_stack_and_probe_<mode>): Rename from
189 adjust_stack_and_probe<mode>.
190 (@probe_stack_range_<mode>): Rename from probe_stack_range<mode>.
191 (stack_protect_set): Use gen_stack_protect_set_1.
192 (@stack_protect_set_1_<mode>): Rename from stack_protect_set_<mode>.
193 (stack_protect_test): Use gen_stack_protect_test_1.
194 (@stack_protect_test_1_<mode>): Rename from stack_protect_test_<mode>.
195 * config/i386/i386.c (*ix86_gen_allocate_stack_worker):
196 Remove indirect function.
197 (*ix86_gen_adjust_stack_and_probe): Ditto.
198 (*ix86_gen_probe_stack_range): Ditto.
199 (pro_epilogue_adjust_stack): Use gen_pro_epilogue_adjust_stack_add
200 instead of gen_pro_epilogue_adjust_stack_{si,di}_add.
201 (ix86_adjust_stack_and_probe_stack_clash): Use
202 gen_adjust_stack_and_probe instead of ix86_gen_adjust_stack_and_probe.
203 (ix86_adjust_stack_and_probe): Ditto.
204 (ix86_emit_probe_stack_range): Use gen_probe_stack_range instead
205 of ix86_gen_probe_stack_range.
206 (ix86_expand_prologue): Use gen_pro_epilogue_adjust_stack_sub
207 instead of gen_pro_epilogue_adjust_stack_{si,di}_sub.
208 * config/i386/x86-tune-sched.c (ix86_macro_fusion_pair_p):
209 Include insn-opinit.h. Use code_for_stack_protect_test_1 instead of
210 CODE_FOR_stack_protect_test_{si,di}.
211 * config/i386/i386-options.c (ix86_option_override_internal):
212 Do not initialize ix86_gen_allocate_stack_worker,
213 ix86_gen_adjust_stack_and_probe and ix86_gen_probe_stack_range.
214
215 2019-05-26 Gerald Pfeifer <gerald@pfeifer.com>
216
217 * doc/invoke.texi (Link Options): Many editorial changes around
218 -flinker-output.
219
220 2019-05-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
221
222 * doc/invoke.texi (x86 Options, -mvect8-ret-in-mem): Remove
223 pre-Solaris 11 referene and most Studio compiler details.
224
225 2019-05-24 John David Anglin <danglin@gcc.gnu.org>
226
227 PR target/90530
228 * config/pa/pa.c (pa_can_change_mode_class): Accept mode changes from
229 DImode to SImode in floating-point registers on 64-bit target.
230 * config/pa/pa.md (umulsidi3): Change nonimmediate_operand to
231 register_operand in xmpyu patterns.
232
233 2019-05-24 Jakub Jelinek <jakub@redhat.com>
234
235 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.
236 * tree.h (OMP_CLAUSE_DECL): Use OMP_CLAUSE__CONDTEMP_ instead of
237 OMP_CLAUSE__REDUCTEMP_.
238 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add
239 OMP_CLAUSE__CONDTEMP_.
240 (walk_tree_1): Handle OMP_CLAUSE__CONDTEMP_.
241 * tree-pretty-print.c (dump_omp_clause): Likewise.
242 * tree-nested.c (convert_nonlocal_omp_clauses,
243 convert_local_omp_clauses): Likewise.
244 * gimplify.c (enum gimplify_omp_var_data): Use hexadecimal constants
245 instead of decimal. Add GOVD_LASTPRIVATE_CONDITIONAL.
246 (gimplify_scan_omp_clauses): Don't reject lastprivate conditional
247 on OMP_FOR.
248 (gimplify_omp_for): Warn and disable conditional modifier from
249 lastprivate on loop iterators.
250 * omp-general.h (struct omp_for_data): Add lastprivate_conditional
251 member.
252 * omp-general.c (omp_extract_for_data): Initialize it.
253 * omp-low.c (struct omp_context): Add lastprivate_conditional_map
254 member.
255 (delete_omp_context): Delete it.
256 (lower_lastprivate_conditional_clauses): New function.
257 (lower_lastprivate_clauses): Add BODY_P and CSTMT_LIST arguments,
258 handle lastprivate conditional clauses.
259 (lower_reduction_clauses): Add CLIST argument, emit it into
260 the critical section if any.
261 (lower_omp_sections): Adjust lower_lastprivate_clauses and
262 lower_reduction_clauses callers.
263 (lower_omp_for_lastprivate): Add CLIST argument, pass it through
264 to lower_lastprivate_clauses.
265 (lower_omp_for): Call lower_lastprivate_conditional_clauses, adjust
266 lower_omp_for_lastprivate and lower_reduction_clauses callers, emit
267 clist into a critical section if not emitted there already by
268 lower_reduction_clauses.
269 (lower_omp_taskreg, lower_omp_teams): Adjust lower_reduction_clauses
270 callers.
271 (lower_omp_1): Handle GIMPLE_ASSIGNs storing into lastprivate
272 conditional variables.
273 * omp-expand.c (determine_parallel_type): Punt if OMP_CLAUSE__CONDTEMP_
274 clause is present.
275 (expand_omp_for_generic, expand_omp_for_static_nochunk,
276 expand_omp_for_static_chunk): Handle lastprivate conditional.
277 (expand_omp_for): Handle fd.lastprivate_conditional like
278 fd.have_reductemp.
279
280 2019-05-24 Andrew Stubbs <ams@codesourcery.com>
281
282 * config/gcn/gcn-run.c (main): Set a non-zero return value if the
283 kernel does not exit cleanly.
284 * config/gcn/gcn.md (gcn_return): Insert s_waitcnt before s_dcache_wb.
285
286 2019-05-24 Jason Merrill <jason@redhat.com>
287
288 Revert:
289 * gimplify.c (gimplify_cond_expr): Don't check TREE_ADDRESSABLE.
290
291 2019-05-24 Richard Biener <rguenther@suse.de>
292
293 PR testsuite/90607
294 * tree-loop-distribution.c (struct partition): Add location
295 member.
296 (partition_alloc): Initialize all fields.
297 (generate_memset_builtin): Use the location recorded in the
298 partition for the generated call.
299 (generate_memcpy_builtin): Likewise.
300 (classify_partition): Record the location of a single store
301 as location for the partition.
302
303 2019-05-24 Andrew Stubbs <ams@codesourcery.com>
304
305 * config/gcn/gcn.c (gcn_expand_prologue): Use gen_addsi3_scalar_carry
306 for lo-part.
307
308 2019-05-24 Matthew Malcomson <matthew.malcomson@arm.com>
309
310 PR target/90588
311 * common/config/aarch64/aarch64-common.c
312 (aarch64_rewrite_selected_cpu): Change local temporary variable
313 type from unsigned long to uint64_t.
314 * config/aarch64/aarch64-protos.h (aarch64_parse_extension,
315 aarch64_get_extension_string_for_isa_flags): Change declaration to
316 match new definition by replacing unsigned long with uint64_t.
317
318 2019-05-24 Jakub Jelinek <jakub@redhat.com>
319
320 PR target/90568
321 * config/i386/x86-tune-sched.c (ix86_macro_funsion_pair_p): Call
322 gen_attr_type just once instead of 4-7 times. Formatting fixes.
323 Handle stack_protect_test_<mode> codegen similarly to corresponding
324 sub instruction.
325
326 2019-05-23 Iain Sandoe <iain@sandoe.co.uk>
327
328 * config/i386/darwin.h: Reject -mfentry*.
329 * doc/sourcebuild.texi: Document mfentry target support.
330
331 2019-05-23 Bill Schmidt <wschmidt@linux.ibm.com>
332
333 * config/rs6000/rs6000.c (rs6000_global_entry_point_needed_p):
334 Rename to rs6000_global_entry_point_prologue_needed_p. Return
335 false for PC-relative functions.
336 (rs6000_output_function_prologue): Change called function name to
337 rs6000_global_entry_point_prologue_needed_p. Emit ".localentry
338 name,1" for PC-relative functions.
339 (rs6000_elf_declare_function_name): Change called function name to
340 rs6000_global_entry_point_prologue_needed_p.
341
342 2019-05-23 Uroš Bizjak <ubizjak@gmail.com>
343
344 PR target/90552
345 * config/i386/i386.c (gen_rtx_cost):
346 Use ix86_tune_cost instead of ix86_cost.
347
348 2019-05-23 Bill Schmidt <wschmidt@linux.ibm.com>
349 Michael Meissner <meissner@linux.ibm.com>
350 Segher Boessenkool <segher@kernel.crashing.org>
351
352 * config/rs6000/rs6000-cpus.def (ISA_FUTURE_MASKS_SERVER): Add
353 OPTION_MASK_PCREL.
354 (POWERPC_MASKS): Add OPTION_MASK_PCREL.
355 * config/rs6000/rs6000-protos.h (rs6000_pcrel_p): New prototype.
356 (rs6000_fndecl_pcrel_p): Likewise.
357 * config/rs6000/rs6000.c (rs6000_option_override_internal): Report
358 error if -mpcrel is requested without -mcpu=future.
359 (rs6000_opt_masks): Add entry for pcrel.
360 (rs6000_fndecl_pcrel_p): New function.
361 (rs6000_pcrel_p): Likewise.
362 * config/rs6000/rs6000.opt (mpcrel): New option.
363 * doc/invoke.texi: Document -mpcrel and -mno-pcrel.
364
365 2019-05-23 Jan Hubicka <jh@suse.cz>
366 Martin Liska <mliska@suse.cz>
367
368 PR tree-optimization/90576
369 * tree-ssa-alias.c (compare_sizes): Remove dead calls to
370 poly_int_tree_p.
371 (aliasing_component_refs_p): Fix three way size compare conditional;
372 give up earlier in case we can not decide on equivalence.
373
374 2019-05-23 Bill Schmidt <wschmidt@linux.ibm.com>
375 Michael Meissner <meissner@linux.ibm.com>
376 Segher Boessenkool <segher@kernel.crashing.org>
377
378 * config.gcc: Add future cpu.
379 * config/rs6000/driver-rs6000.c (asm_names): Add future cpu.
380 * config/rs6000/rs6000-cpus.def (ISA_FUTURE_MASKS_SERVER): New
381 #define.
382 (POWERPC_MASKS): Add OPTION_MASK_FUTURE.
383 (RS6000_CPU): New instantiation for future cpu.
384 * config/rs6000/rs6000-opts.h (enum processor_type): Add
385 PROCESSOR_FUTURE.
386 * config/rs6000/rs6000-string.c (expand_compare_loop): Treat
387 PROCESSOR_FUTURE like PROCESSOR_POWER9 for now.
388 * config/rs6000/rs6000-tables.opt: Regenerate.
389 * config/rs6000/rs6000.c (rs6000_option_override_internal): Treat
390 PROCESSOR_FUTURE similarly to PROCESSOR_POWER9 for now.
391 (rs6000_machine_from_flags): Handle future cpu.
392 (rs6000_reassociation_width): Treat PROCESSOR_FUTURE like
393 PROCESSOR_POWER9 for now.
394 (rs6000_adjust_cost): Likewise.
395 (rs6000_issue_rate): Likewise.
396 (rs6000_register_move_cost): Likewise.
397 (rs6000_opt_masks): Add entry for future.
398 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add future cpu.
399 (MASK_FUTURE): New #define.
400 * config/rs6000/rs6000.md (define_attr "cpu"): Add future cpu.
401 * config/rs6000/rs6000.opt (mfuture): New target option.
402 * doc/invoke.texi (mcpu): Add future cpu.
403
404 2019-05-23 Martin Liska <mliska@suse.cz>
405
406 PR c++/90587
407 * tree-ssa-uninit.c (value_sat_pred_p): The result of &
408 operation points to a temporary (pointed via tree_to_wide_ref)
409 that is out of scope after the &.
410
411 2019-05-23 Jonathan Wakely <jwakely@redhat.com>
412
413 PR c++/90592
414 * doc/extend.texi (Function Names): Add missing word.
415
416 2019-05-23 Richard Biener <rguenther@suse.de>
417
418 PR tree-optimization/88440
419 * opts.c (default_options_table): Enable -ftree-loop-distribute-patterns
420 at -O[2s]+.
421 * tree-loop-distribution.c (generate_memset_builtin): Fold the
422 generated call.
423 (generate_memcpy_builtin): Likewise.
424 (distribute_loop): Pass in whether to only distribute patterns.
425 (prepare_perfect_loop_nest): Also allow size optimization.
426 (pass_loop_distribution::execute): When optimizing a loop
427 nest for size allow pattern replacement.
428
429 2019-05-23 Jakub Jelinek <jakub@redhat.com>
430
431 PR target/90568
432 * config/i386/i386.md (stack_protect_test_<mode>): Use sub instead
433 of xor.
434
435 2019-05-23 Martin Liska <mliska@suse.cz>
436
437 PR sanitizer/90570
438 * gimplify.c (gimplify_target_expr): Skip TREE_STATIC target
439 expression similarly to gimplify_decl_expr.
440
441 2019-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
442
443 * cse.c (cse_dump_path): s/dump_file/f.
444
445 2019-05-22 David Malcolm <dmalcolm@redhat.com>
446
447 PR c++/90462
448 * diagnostic-format-json.cc: Include "selftest.h".
449 (json_from_expanded_location): Only add "file" key for non-NULL
450 file strings.
451 (json_from_location_range): Don't add "start" and "finish"
452 children if they are UNKNOWN_LOCATION.
453 (selftest::test_unknown_location): New selftest.
454 (selftest::test_bad_endpoints): New selftest.
455 (selftest::diagnostic_format_json_cc_tests): New function.
456 * json.cc (json::object::get): New function.
457 (selftest::test_object_get): New selftest.
458 (selftest::json_cc_tests): Call it.
459 * json.h (json::object::get): New decl.
460 * selftest-run-tests.c (selftest::run_tests): Call
461 selftest::diagnostic_format_json_cc_tests.
462 * selftest.h (selftest::diagnostic_format_json_cc_tests): New
463 decl.
464
465 2019-05-22 Kwok Cheung Yeung <kcy@codesourcery.com>
466 Andrew Stubbs <amd@codesourcery.com>
467
468 * config.gcc (gcc_cv_initfini_array): Set for AMD GCN.
469 * config/gcn/gcn-run.c (init_array_kernel, fini_array_kernel): New.
470 (kernel): Rename to...
471 (main_kernel): ... this.
472 (load_image): Load _init_array and _fini_array kernels.
473 (run): Add argument for kernel to run.
474 (main): Run init_array_kernel before main_kernel, and
475 fini_array_kernel after.
476 * config/gcn/gcn.c (gcn_handle_amdgpu_hsa_kernel_attribute): Allow
477 amdgpu_hsa_kernel attribute on functions.
478 (gcn_disable_constructors): Delete.
479 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): Delete.
480 * config/gcn/crt0.c (size_t): Define.
481 (_init_array, _fini_array): New.
482 (__preinit_array_start, __preinit_array_end,
483 __init_array_start, __init_array_end,
484 __fini_array_start, __fini_array_end): Declare weak references.
485
486 2019-05-22 Andrew Stubbs <ams@codesourcery.com>
487
488 * config/gcn/gcn.c (gcn_trampoline_init): Call "sorry" on GCN5.
489
490 2019-05-22 Jason Merrill <jason@redhat.com>
491
492 * gimplify.c (gimplify_cond_expr): Don't check TREE_ADDRESSABLE.
493
494 2019-05-22 H.J. Lu <hongjiu.lu@intel.com>
495
496 PR target/88483
497 * config/i386/i386-options.c (ix86_init_machine_status): Set
498 stack_frame_required to true.
499 * config/i386/i386.c (ix86_get_frame_size): New function.
500 (ix86_frame_pointer_required): Replace get_frame_size with
501 ix86_get_frame_size.
502 (ix86_compute_frame_layout): Likewise.
503 (ix86_find_max_used_stack_alignment): Changed to void. Set
504 stack_frame_required.
505 (ix86_finalize_stack_frame_flags): Always call
506 ix86_find_max_used_stack_alignment. Replace get_frame_size with
507 ix86_get_frame_size.
508 * config/i386/i386.h (machine_function): Add stack_frame_required.
509
510 2019-05-22 Uroš Bizjak <ubizjak@gmail.com>
511
512 * config/i386/sse.md (sse_cvtpi2ps): Use TARGET_MMX in insn condition.
513
514 2019-05-22 Matthew Malcomson <matthew.malcomson@arm.com>
515
516 * common/config/aarch64/aarch64-common.c
517 (struct aarch64_option_extension, struct processor_name_to_arch,
518 struct arch_to_arch_name, aarch64_parse_extension, opt_ext_cmp,
519 aarch64_contains_opt,
520 aarch64_get_extension_string_for_isa_flags): Change type of
521 variables storing flags to uint64_t.
522 * config/aarch64/aarch64-option-extensions.def (sve2, sve2-sm4,
523 sve2-aes, sve2-sha3, bitperm): New optional SVE2 extension flags.
524 * config/aarch64/aarch64.c (struct processor,
525 aarch64_parse_arch, aarch64_parse_cpu, aarch64_validate_mcpu,
526 aarch64_validate_march, aarch64_override_options,
527 aarch64_option_print, aarch64_handle_attr_isa_flags,
528 aarch64_declare_function_name, aarch64_start_file): Make flag
529 variables uint64_t.
530 * config/aarch64/aarch64.h (AARCH64_FL_SVE2, AARCH64_FL_SVE2_AES,
531 AARCH64_FL_SVE2_SM4, AARCH64_FL_SVE2_SHA3,
532 AARCH64_FL_SVE2_BITPERM): New macro feature flags.
533 * config/aarch64/aarch64.opt (aarch64_isa_flags): Make uint64_t.
534 * config/aarch64/driver-aarch64.c
535 (struct aarch64_arch_extension, struct aarch64_core_data,
536 struct aarch64_arch_driver_info, host_detect_local_cpu): Make
537 flag variables uint64_t.
538 * doc/invoke.texi: Add documentation for new arguments.
539
540 2019-05-22 Richard Biener <rguenther@suse.de>
541
542 * alias.c (ao_ref_from_mem): Move stack-slot sharing
543 rewrite ...
544 * emit-rtl.c (set_mem_attributes_minus_bitpos): ... here.
545
546 2019-05-22 Martin Liska <mliska@suse.cz>
547
548 PR lto/90500
549 * doc/extend.texi: Document the change.
550
551 2019-05-22 Richard Biener <rguenther@suse.de>
552
553 PR tree-optimization/90450
554 * tree-ssa-loop-im.c (struct im_mem_ref): Add ref_decomposed.
555 (mem_ref_hasher::equal): Check it.
556 (mem_ref_alloc): Initialize it.
557 (gather_mem_refs_stmt): Set it.
558
559 2019-05-22 Richard Biener <rguenther@suse.de>
560
561 * gimple-fold.c (arith_code_with_undefined_signed_overflow):
562 Add ABS_EXPR.
563 (rewrite_to_defined_overflow): Handle rewriting ABS_EXPR
564 as ABSU_EXPR.
565
566 2019-05-22 Alan Modra <amodra@gmail.com>
567
568 * config/rs6000/rs6000.h (ASM_OPT_ANY): Define.
569 (ASM_CPU_SPEC): Conditionally add -many.
570 * config/rs6000/rs6000.c (rs6000_machine): New static var.
571 (rs6000_machine_from_flags, emit_asm_machine): New functions..
572 (rs6000_file_start): ..extracted from here, and modified to
573 test all ISA bits.
574 (rs6000_output_function_prologue): Emit .machine as necessary.
575 * testsuite/gcc.target/powerpc/ppc32-abi-dfp-1.c: Don't use
576 power mnemonics.
577 * testsuite/gcc.dg/vect/O3-pr70130.c: Disable default options
578 added by check_vect_support_and_set_flags.
579 * testsuite/gcc.dg/vect/pr48765.c: Likewise.
580 * testsuite/gfortran.dg/vect/pr45714-b.f: Likewise.
581
582 2019-05-22 Hans-Peter Nilsson <hp@axis.com>
583
584 PR middle-end/90553
585 * ira-lives.c (process_bb_node_lives): Consider defs
586 for a call insn to be die before the call, not after.
587
588 * function.c (assign_parm_setup_block): Raise alignment of
589 stacked parameter only for STRICT_ALIGNMENT targets.
590
591 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
592
593 * config/rs6000/constraints.md (define_register_constraint "wz"):
594 Delete.
595 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
596 RS6000_CONSTRAINT_wz.
597 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
598 (rs6000_init_hard_regno_mode_ok): Adjust.
599 * config/rs6000/rs6000.md: Replace "wz" constraint by "d" with "p7".
600 * doc/md.texi (Machine Constraints): Adjust.
601
602 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
603
604 * config/rs6000/constraints.md (define_register_constraint "wl"):
605 Delete.
606 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
607 RS6000_CONSTRAINT_wl.
608 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
609 (rs6000_init_hard_regno_mode_ok): Adjust.
610 * config/rs6000/rs6000.md: Replace "wl" constraint by "d" with "p6".
611 * doc/md.texi (Machine Constraints): Adjust.
612
613 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
614
615 * config/rs6000/constraints.md (define_register_constraint "wm"):
616 Delete.
617 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
618 RS6000_CONSTRAINT_wm.
619 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
620 (rs6000_init_hard_regno_mode_ok): Adjust.
621 * config/rs6000/vsx.md: Replace "wm" constraint by "wa" with "p8v".
622 * doc/md.texi (Machine Constraints): Adjust.
623
624 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
625
626 * config/rs6000/constraints.md (define_register_constraint "wk"):
627 Delete.
628 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
629 RS6000_CONSTRAINT_wk.
630 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
631 (rs6000_init_hard_regno_mode_ok): Adjust.
632 * config/rs6000/rs6000.md: Replace "wk" constraint by "ws" with "p8v".
633 * doc/md.texi (Machine Constraints): Adjust.
634
635 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
636
637 * config/rs6000/constraints.md (define_register_constraint "wj"):
638 Delete.
639 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
640 RS6000_CONSTRAINT_wj.
641 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
642 (rs6000_init_hard_regno_mode_ok): Adjust.
643 * config/rs6000/rs6000.md: Replace "wj" constraint by "wi" with "p8v".
644 (VS_64dm): Delete.
645 * config/rs6000/vsx.md: Ditto.
646 * doc/md.texi (Machine Constraints): Adjust.
647
648 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
649
650 * config/rs6000/constraints.md (define_register_constraint "wh"):
651 Delete.
652 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
653 RS6000_CONSTRAINT_wh.
654 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
655 (rs6000_init_hard_regno_mode_ok): Adjust.
656 * config/rs6000/rs6000.md: Replace "wh" constraint by "wa" with "p8v".
657 * doc/md.texi (Machine Constraints): Adjust.
658
659 2019-05-21 Uroš Bizjak <ubizjak@gmail.com>
660
661 PR target/90547
662 * config/i386/i386.md (anddi_1 to andsi_1_zext splitter):
663 Avoid calling gen_lowpart with CONST operand.
664
665 2019-05-21 Alexandre Oliva <aoliva@redhat.com>
666
667 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add
668 field template_last_to_copy.
669 (ssa_create_duplicates): Set it, and use it. Attempt to
670 preserve more debug stmts.
671
672 2019-05-21 Uroš Bizjak <ubizjak@gmail.com>
673
674 * config/i386/sse.md (VF1_AVX2): New mode iterator.
675 (signbit<mode>2): New expander
676
677 2019-05-21 James Clarke <jrtc27@jrtc27.com>
678
679 PR bootstrap/87338
680 * dwarf2out.c (dwarf2out_inline_entry): Use ASM_OUTPUT_DEBUG_LABEL
681 instead of ASM_GENERATE_INTERNAL_LABEL and ASM_OUTPUT_LABEL.
682
683 2019-05-21 Uroš Bizjak <ubizjak@gmail.com>
684
685 * config/i386/cpuid.h (__cpuid): For 32bit targets, zero
686 %ebx and %ecx bafore calling cpuid with leaf 1 or
687 non-constant leaf argument.
688
689 2019-05-21 Alan Modra <amodra@gmail.com>
690
691 PR target/90545
692 * config/rs6000/rs6000.c (rs6000_register_move_cost): Increase
693 power9 direct move cost.
694 * testsuite/gcc.target/powerpc/fold-vec-splats-floatdouble.c:
695 Correct comments and rename functions to suit parameters.
696
697 2019-05-21 Richard Biener <rguenther@suse.de>
698
699 PR middle-end/90510
700 * fold-const.c (fold_read_from_vector): New function.
701 * fold-const.h (fold_read_from_vector): Declare.
702 * match.pd (VEC_PERM_EXPR): Build BIT_INSERT_EXPRs for
703 single-element insert permutations. Canonicalize selector
704 further and fix issue with last commit.
705
706 2019-05-21 Vladislav Ivanishin <vlad@ispras.ru>
707
708 * tree-cfg.h (split_critical_edges): Add for_edge_insertion_p
709 parameter with default value false to declaration.
710 (split_edges_for_insertion): New inline function. Wrapper for
711 split_critical_edges with for_edge_insertion_p = true.
712 * tree-cfg.c (split_critical_edges): Don't split non-critical
713 edges if for_edge_insertion_p is false. Fix whitespace.
714 * tree-ssa-pre.c (pass_pre::execute): Call
715 split_edges_for_insertion instead of split_critical_edges.
716 * gcc/tree-ssa-tail-merge.c (tail_merge_optimize): Ditto.
717 * gcc/tree-ssa-sink.c (pass_sink_code::execute): Ditto.
718 (pass_data_sink_code): Update function name in the comment.
719
720 2019-05-21 Vladislav Ivanishin <vlad@ispras.ru>
721
722 * tree-ssa-uninit.c (value_sat_pred_p): This new function is a wrapper
723 around is_value_included_in that knows how to handle BIT_AND_EXPR.
724 (is_pred_expr_subset_of): Use the new function. Handle more cases where
725 code1 == EQ_EXPR and where code1 == BIT_AND_EXPR and thus fix some false
726 positives.
727
728 2019-05-21 Martin Liska <mliska@suse.cz>
729
730 * config/rs6000/driver-rs6000.c (elf_platform): Do not use
731 an extra newline.
732 * config/rs6000/rs6000-c.c (rs6000_pragma_longcal): Wrap pragma in %<%>.
733 (altivec_resolve_overloaded_builtin): Likewise for vec_lvsl and
734 vec_lvsr.
735 * config/rs6000/rs6000.c (rs6000_option_override_internal):
736 Quote a C type.
737 (rs6000_function_arg): Likewise.
738 (rs6000_expand_set_fpscr_drn_builtin): Remove trailing dot.
739 (rs6000_expand_ternop_builtin): Use interval syntax.
740 (get_element_number): Likewise.
741 (altivec_expand_builtin): Likewise.
742 (rs6000_get_function_versions_dispatcher): Quote target_clones.
743
744 Fix test-suite.
745
746 2019-05-20 Jakub Jelinek <jakub@redhat.com>
747
748 PR c++/59813
749 PR target/90418
750 * function.h (struct function): Add calls_eh_return member.
751 * gimplify.c (gimplify_call_expr): Set cfun->calls_eh_return when
752 gimplifying __builtin_eh_return call.
753 * tree-inline.c (initialize_cfun): Copy calls_eh_return from src_cfun
754 to cfun.
755 (expand_call_inline): Or in src_cfun->calls_eh_return into
756 dst_cfun->calls_eh_return.
757 * tree-tailcall.c (suitable_for_tail_call_opt_p): Return false if
758 cfun->calls_eh_return.
759 * lto-streamer-in.c (input_struct_function_base): Read calls_eh_return.
760 * lto-streamer-out.c (output_struct_function_base): Write
761 calls_eh_return.
762
763 2019-05-20 Marc Glisse <marc.glisse@inria.fr>
764
765 PR rtl-optimization/43147
766 * config/i386/i386.c (ix86_gimple_fold_builtin): Handle
767 IX86_BUILTIN_SHUFPD.
768
769 2019-05-20 Jan Hubicka <hubicka@ucw.cz>
770
771 * tree-ssa-alias.c (refs_may_alias_p_2): Break out from ...
772 (refs_may_alias_p_1): ... here; update stats.
773 (refs_may_alias_p): Do not update stats here.
774
775 2019-05-20 Richard Biener <rguenther@suse.de>
776
777 * tree-ssa-structalias.c (find_func_aliases): POINTER_DIFF_EXPR
778 doesn't produce pointers.
779 {TRUNC,CEIL,FLOOR,ROUND,EXACT}_{DIV,MOD}_EXPR points to what
780 the first operand points to.
781
782 2019-05-20 Jan Hubicka <hubicka@ucw.cz>
783
784 * tree-ssa-alias.c (compare_sizes): New function.
785 (sompare_type_sizes): New function
786 (aliasing_component_refs_p): Use it.
787 (indirect_ref_may_alias_decl_p): Likewise.
788
789 2019-05-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
790
791 * config/i386/sol2.h (CC1_SPEC): Reject -mx32.
792
793 2019-05-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
794
795 * config/sol2.h (LIBTSAN_EARLY_SPEC): Remove : after %e.
796 (LIBLSAN_EARLY_SPEC): Likewise.
797 * config/i386/sol2.h (ASAN_REJECT_SPEC): Likewise.
798
799 2019-05-20 Martin Liska <mliska@suse.cz>
800
801 * config/i386/i386.c (ix86_libc_has_fast_function):
802 Add ATTRIBUTE_UNUSED for the argument.
803
804 2019-05-20 Richard Biener <rguenther@suse.de>
805
806 * gimple-match-head.c: Include vec-perm-indices.h.
807 * generic-match-head.c: Likewise.
808 * fold-const.h (fold_vec_perm): Declare when vec-perm-indices.h
809 is included.
810 * fold-const.c (fold_vec_perm): Export.
811 (fold_ternary_loc): Move non-constant folding of VEC_PERM_EXPR...
812 (match.pd): ...here.
813
814 2019-05-20 Jakub Jelinek <jakub@redhat.com>
815
816 * cfgloop.h (struct loop): Add simdlen member.
817 * cfgloopmanip.c (copy_loop_info): Copy simdlen as well.
818 * omp-expand.c (expand_omp_simd): Set it if simdlen clause is present.
819 * tree-vect-loop.c (vect_analyze_loop): Pass loop->simdlen != 0
820 as new argument to autovectorize_vector_sizes target hook. If
821 loop->simdlen, pick up vector size where the vectorization factor
822 is equal to loop->simd, and if there is none, fall back to the first
823 successful one.
824 (vect_transform_loop): Adjust autovectorize_vector_sizes target hook
825 caller.
826 * omp-low.c (omp_clause_aligned_alignment): Likewise.
827 * omp-general.c (omp_max_vf): Likewise.
828 * optabs-query.c (can_vec_mask_load_store_p): Likewise.
829 * tree-vect-slp.c (vect_slp_bb): Likewise.
830 * target.def (autovectorize_vector_sizes): Add ALL argument and
831 document it.
832 * doc/tm.texi: Adjust documentation.
833 * targhooks.c (default_autovectorize_vector_sizes): Add bool argument.
834 * targhooks.h (default_autovectorize_vector_sizes): Likewise.
835 * config/aarch64/aarch64.c (aarch64_autovectorize_vector_sizes): Add
836 bool argument.
837 * config/arc/arc.c (arc_autovectorize_vector_sizes): Likewise.
838 * config/arm/arm.c (arm_autovectorize_vector_sizes): Likewise.
839 * config/mips/mips.c (mips_autovectorize_vector_sizes): Likewise.
840 * config/i386/i386.c (ix86_autovectorize_vector_sizes): Likewise. If
841 true and TARGET_AVX512F or TARGET_AVX, push 3 or 2 sizes even if
842 preferred vector size is not 512-bit or 256-bit, just put those
843 unpreferred ones last.
844
845 2019-05-20 Martin Liska <mliska@suse.cz>
846
847 * targhooks.c (default_libc_has_fast_function): New function.
848 * targhooks.h (default_libc_has_fast_function): Likewise.
849
850 2019-05-20 Martin Liska <mliska@suse.cz>
851
852 PR middle-end/90263
853 * builtins.c (expand_builtin_memory_copy_args): When having a
854 target with fast mempcpy implementation do now use memcpy.
855 * config/i386/i386.c (ix86_libc_has_fast_function): New.
856 (TARGET_LIBC_HAS_FAST_FUNCTION): Likewise.
857 * doc/tm.texi: Likewise.
858 * doc/tm.texi.in: Likewise.
859 * target.def:
860 * expr.c (emit_block_move_hints): Add 2 new arguments.
861 * expr.h (emit_block_move_hints): Bail out when libcall
862 to memcpy would be used.
863
864 2019-05-20 Martin Liska <mliska@suse.cz>
865
866 * profile-count.c: Add vertical spacing in order
867 to separate functions.
868 * profile-count.h: Likewise.
869
870 2019-05-20 Martin Liska <mliska@suse.cz>
871
872 * profile-count.h: Do not use full qualified
873 names if possible.
874 * profile-count.c (profile_count::to_frequency): Likewise.
875
876 2019-05-20 Martin Liska <mliska@suse.cz>
877
878 * profile-count.h (enum profile_quality): Use capital letters
879 for enum value names. Use the adjusted names.
880 * profile-count.c: Use the adjusted names.
881
882 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
883
884 * config/rs6000/constraints.md (define_register_constraint "wH"):
885 Delete.
886 (define_register_constraint "wI"): Delete.
887 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
888 RS6000_CONSTRAINT_wH and RS6000_CONSTRAINT_wI.
889 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
890 (rs6000_init_hard_regno_mode_ok): Adjust.
891 * config/rs6000/rs6000.md: Replace "wH" and "wI" constraints by "v"
892 resp. "d", or with "wa" as appropriate, all with "p8v".
893 * config/rs6000/vsx.md: Ditto.
894 * doc/md.texi (Machine Constraints): Adjust.
895
896 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
897
898 * config/rs6000/constraints.md (define_register_constraint "wy"):
899 Delete.
900 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
901 RS6000_CONSTRAINT_wy.
902 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
903 (rs6000_init_hard_regno_mode_ok): Adjust.
904 * config/rs6000/rs6000.md: Replace "wy" constraint by "wa" with "p8v".
905 Use "<Fisa>" as "isa" in all alternatives that use "<Fv2>".
906 (define_mode_attr Fisa): New.
907 * config/rs6000/vsx.md: Replace "wy" constraint by "wa" with "p8v".
908 * doc/md.texi (Machine Constraints): Adjust.
909
910 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
911
912 * config/rs6000/constraints.md (define_register_constraint "wu"):
913 Delete.
914 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
915 RS6000_CONSTRAINT_wu.
916 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
917 (rs6000_init_hard_regno_mode_ok): Adjust.
918 * config/rs6000/rs6000.md: Replace "wu" constraint by "v" or "wa",
919 both with "p8v".
920 (define_mode_attr Fa): Delete.
921 * config/rs6000/vsx.md: Ditto.
922 * doc/md.texi (Machine Constraints): Adjust.
923
924 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
925
926 * config/rs6000/constraints.md (define_register_constraint "wJ"):
927 Delete.
928 (define_register_constraint "wK"): Delete.
929 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
930 RS6000_CONSTRAINT_wJ and RS6000_CONSTRAINT_wK.
931 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
932 (rs6000_init_hard_regno_mode_ok): Adjust.
933 * config/rs6000/rs6000.md: Replace "wJ" constraint by "wI" with "p9v".
934 Replace "wK" constraint by "wH" with "p9v".
935 * config/rs6000/vsx.md: Ditto.
936 * doc/md.texi (Machine Constraints): Adjust.
937
938 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
939
940 * config/rs6000/constraints.md (define_register_constraint "wb"):
941 Delete.
942 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
943 RS6000_CONSTRAINT_wb.
944 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
945 (rs6000_init_hard_regno_mode_ok): Adjust.
946 * config/rs6000/rs6000.md: Replace "wb" constraint by "v" with "p9v".
947 * config/rs6000/vsx.md: Ditto.
948 * doc/md.texi (Machine Constraints): Adjust.
949
950 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
951
952 * config/rs6000/constraints.md (define_register_constraint "wo"):
953 Delete.
954 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
955 RS6000_CONSTRAINT_wo.
956 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
957 (rs6000_init_hard_regno_mode_ok): Adjust.
958 * config/rs6000/rs6000.md: Replace "wo" constraint by "wa" with "p9v".
959 * config/rs6000/altivec.md: Ditto.
960 * doc/md.texi (Machine Constraints): Adjust.
961
962 2019-05-18 Iain Sandoe <iain@sandoe.co.uk>
963
964 * config/darwin-c.c (darwin_register_objc_includes): Do not
965 prepend the sysroot when building gnu-runtime header search
966 paths.
967
968 2019-05-18 Iain Sandoe <iain@sandoe.co.uk>
969
970 * config/darwin.c (darwin_file_end): Use switch_to_section ()
971 instead of direct output of the asm.
972
973 2019-05-17 Segher Boessenkool <segher@kernel.crashing.org>
974
975 * config/rs6000/rs6000.c (restore_saved_cr): Change a boolean
976 argument to be type bool (was int before).
977 (rs6000_emit_epilogue): Simplify some code. Declare some variables
978 at first use. Use type bool for some variables. Fix a theoretical
979 eh_return bug for svr4.
980
981 2019-05-17 Segher Boessenkool <segher@kernel.crashing.org>
982
983 * config/rs6000/rs6000.md (isa): New attribute.
984 (enabled): New attribute.
985
986 2019-05-17 Max Filippov <jcmvbkbc@gmail.com>
987
988 * config/aarch64/aarch64.c (aarch64_output_mi_thunk): Call
989 assemble_start_function and assemble_end_function.
990
991 2019-05-17 Thomas Schwinge <thomas@codesourcery.com>
992
993 PR middle-end/89433
994 * omp-general.c (oacc_verify_routine_clauses): Change formal
995 parameters. Add checking if already marked with an OpenACC
996 'routine' directive. Adjust all users.
997
998 PR middle-end/89433
999 * omp-general.c (oacc_build_routine_dims): Move some of its
1000 processing into...
1001 (oacc_verify_routine_clauses): ... this new function.
1002 * omp-general.h (oacc_verify_routine_clauses): New prototype.
1003
1004 2019-05-17 Iain Sandoe <iain@sandoe.co.uk>
1005
1006 * config/rs6000/rs6000.c (machopic_output_stub): Adjust the
1007 formating of picbase labels to match other ports.
1008
1009 2019-05-17 Iain Sandoe <iain@sandoe.co.uk>
1010
1011 * config/rs6000/rs6000.c (macho_branch_islands): Fix bad indent
1012 in the generated code.
1013
1014 2019-05-16 Martin Sebor <msebor@redhat.com>
1015
1016 * builtins.c (expand_builtin_atomic_always_lock_free): Quote
1017 identifiers, keywords, operators, and types in diagnostics. Correct
1018 quoting, spelling, and sentence capitalization issues.
1019 (expand_builtin_atomic_is_lock_free): Same.
1020 (fold_builtin_next_arg): Same.
1021 * cfgexpand.c (expand_one_var): Same.
1022 (tree_conflicts_with_clobbers_p): Same.
1023 (expand_asm_stmt): Same.
1024 (verify_loop_structure): Same.
1025 * cgraphunit.c (process_function_and_variable_attributes): Same.
1026 * collect-utils.c (collect_execute): Same.
1027 * collect2.c (maybe_run_lto_and_relink): Same.
1028 (is_lto_object_file): Same.
1029 (scan_prog_file): Same.
1030 * convert.c (convert_to_real_1): Same.
1031 * dwarf2out.c (dwarf2out_begin_prologue): Same.
1032 * except.c (verify_eh_tree): Same.
1033 * gcc.c (execute): Same.
1034 (eval_spec_function): Same.
1035 (run_attempt): Same.
1036 (driver::set_up_specs): Same.
1037 (compare_debug_auxbase_opt_spec_function): Same.
1038 * gcov-tool.c (unlink_gcda_file): Same.
1039 (do_merge): Same.
1040 (do_rewrite): Same.
1041 * gcse.c (gcse_or_cprop_is_too_expensive): Same.
1042 * gimplify.c (gimplify_asm_expr): Same.
1043 (gimplify_adjust_omp_clauses): Same.
1044 * hsa-gen.c (gen_hsa_addr_insns): Same.
1045 (gen_hsa_insns_for_load): Same.
1046 (gen_hsa_cmp_insn_from_gimple): Same.
1047 (gen_hsa_insns_for_operation_assignment): Same.
1048 (gen_get_level): Same.
1049 (gen_hsa_alloca): Same.
1050 (omp_simple_builtin::generate): Same.
1051 (gen_hsa_atomic_for_builtin): Same.
1052 (gen_hsa_insns_for_call): Same.
1053 * input.c (dump_location_info): Same.
1054 * ipa-devirt.c (compare_virtual_tables): Same.
1055 * ira.c (ira_setup_eliminable_regset): Same.
1056 * lra-assigns.c (lra_assign): Same.
1057 * lra-constraints.c (lra_constraints): Same.
1058 * lto-streamer-in.c (lto_input_mode_table): Same.
1059 * lto-wrapper.c (get_options_from_collect_gcc_options): Same.
1060 (merge_and_complain): Same.
1061 (compile_offload_image): Same.
1062 (compile_images_for_offload_targets): Same.
1063 (debug_objcopy): Same.
1064 (run_gcc): Same.
1065 (main): Same.
1066 * opts.c (print_specific_help): Same.
1067 (parse_no_sanitize_attribute): Same.
1068 (print_help): Same.
1069 (handle_param): Same.
1070 * plugin.c (add_new_plugin): Same.
1071 (parse_plugin_arg_opt): Same.
1072 (try_init_one_plugin): Same.
1073 * print-rtl.c (debug_bb_n_slim): Quote identifiers, keywords,
1074 operators, and types in diagnostics. Correct quoting and spelling
1075 issues.
1076 * read-rtl-function.c (parse_edge_flag_token): Same.
1077 (function_reader::parse_enum_value): Same.
1078 * reg-stack.c (check_asm_stack_operands): Same.
1079 * regcprop.c (validate_value_data): Same.
1080 * sched-rgn.c (make_pass_sched_fusion): Same.
1081 * stmt.c (check_unique_operand_names): Same.
1082 * targhooks.c (default_target_option_pragma_parse): Same.
1083 * tlink.c (recompile_files): Same.
1084 * toplev.c (process_options): Same.
1085 (do_compile): Same.
1086 * trans-mem.c (diagnose_tm_1): Same.
1087 (ipa_tm_scan_irr_block): Same.
1088 (ipa_tm_diagnose_transaction): Same.
1089 * tree-cfg.c (verify_address): Same. Use get_tree_code_name to
1090 format a tree code name in a diagnostic.
1091 (verify_types_in_gimple_min_lval): Same.
1092 (verify_types_in_gimple_reference): Same.
1093 (verify_gimple_call): Same.
1094 (verify_gimple_assign_unary): Same.
1095 (verify_gimple_assign_binary): Same.
1096 (verify_gimple_assign_ternary): Same.
1097 (verify_gimple_assign_single): Same.
1098 (verify_gimple_switch): Same.
1099 (verify_gimple_label): Same.
1100 (verify_gimple_phi): Same.
1101 (verify_gimple_in_seq): Same.
1102 (verify_eh_throw_stmt_node): Same.
1103 (collect_subblocks): Same.
1104 (gimple_verify_flow_info): Same.
1105 (do_warn_unused_result): Same.
1106 * tree-inline.c (expand_call_inline): Same.
1107 * tree-into-ssa.c (update_ssa): Same.
1108 * tree.c (tree_int_cst_elt_check_failed): Same.
1109 (tree_vec_elt_check_failed): Same.
1110 (omp_clause_operand_check_failed): Same.
1111 (verify_type_variant): Same.
1112 (verify_type): Same.
1113 * value-prof.c (verify_histograms): Same.
1114 * varasm.c (assemble_start_function): Same.
1115
1116 2019-05-16 Martin Sebor <msebor@redhat.com>
1117
1118 * config/i386/i386-expand.c (get_element_number): Quote keywords
1119 and other internal names in diagnostics. Adjust other diagnostic
1120 formatting issues noted by -Wformat-diag.
1121 * config/i386/i386-features.c
1122 (ix86_mangle_function_version_assembler_name): Same.
1123 * config/i386/i386-options.c (ix86_handle_abi_attribute): Same.
1124 * config/i386/i386.c (ix86_function_type_abi): Same.
1125 (ix86_function_ms_hook_prologue): Same.
1126 (classify_argument): Same.
1127 (ix86_expand_prologue): Same.
1128 (ix86_md_asm_adjust): Same.
1129 (ix86_memmodel_check): Same.
1130
1131 2019-05-17 Dragan Mladjenovic <dmladjenovic@wavecomp.com>
1132
1133 * config/mips/mips.c (mips_dwarf_frame_reg_mode): Replace
1134 TARGET_FLOAT64 with !TARGET_FLOAT32, thus handling both fp64
1135 and fpxx modes.
1136
1137 2019-05-17 H.J. Lu <hongjiu.lu@intel.com>
1138
1139 PR target/90497
1140 * config/i386/i386-expand.c (ix86_expand_builtin): Enable MMX
1141 intrinsics without SSE/SSE2/SSSE3.
1142 * config/i386/mmx.md (mmx_uavgv8qi3): Restore TARGET_3DNOW
1143 check.
1144 (*mmx_uavgv8qi3): Likewise.
1145
1146 2019-05-17 Richard Biener <rguenther@suse.de>
1147
1148 * gimple-pretty-print.c (dump_ternary_rhs): Handle dumping
1149 VEC_PERM_EXPR as __VEC_PERM with -gimple.
1150
1151 2019-05-17 Andreas Krebbel <krebbel@linux.ibm.com>
1152
1153 * config/s390/s390-builtins.def (s390_vec_sldw_*): Use the
1154 vec_sldw insn pattern.
1155
1156 2019-05-17 Richard Biener <rguenther@suse.de>
1157
1158 * ccmp.c (expand_ccmp_expr_1): Do not use gimple_assign_rhs_to_tree.
1159
1160 2019-05-17 Martin Liska <mliska@suse.cz>
1161
1162 PR driver/90496
1163 * toplev.c (output_stack_usage): With LTO and sanitizer it
1164 happens that a global ctor (_GLOBAL__sub_I_00099_0_main)
1165 has no file location.
1166
1167 2019-05-16 Jakub Jelinek <jakub@redhat.com>
1168
1169 PR c++/90484
1170 * tree-ssa-scopedtables.c (equal_mem_array_ref_p): Don't assert that
1171 sz0 is equal to sz1, instead return false in that case.
1172
1173 * omp-low.c (lower_rec_input_clauses): If OMP_CLAUSE_IF
1174 has non-constant expression, force sctx.lane and use two
1175 argument IFN_GOMP_SIMD_LANE instead of single argument.
1176 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Don't DCE
1177 two argument IFN_GOMP_SIMD_LANE without lhs.
1178 * tree-vectorizer.h (struct _loop_vec_info): Add simd_if_cond
1179 member.
1180 (LOOP_VINFO_SIMD_IF_COND, LOOP_REQUIRES_VERSIONING_FOR_SIMD_IF_COND):
1181 Define.
1182 (LOOP_REQUIRES_VERSIONING): Or in
1183 LOOP_REQUIRES_VERSIONING_FOR_SIMD_IF_COND.
1184 * tree-vect-loop.c (_loop_vec_info::_loop_vec_info): Initialize
1185 simd_if_cond.
1186 (vect_analyze_loop_2): Punt if LOOP_VINFO_SIMD_IF_COND is constant 0.
1187 * tree-vect-loop-manip.c (vect_loop_versioning): Add runtime check
1188 from simd if clause if needed.
1189
1190 2019-05-16 Richard Biener <rguenther@suse.de>
1191
1192 * tree-affine.c (expr_to_aff_combination): New function split
1193 out from...
1194 (tree_to_aff_combination): ... here.
1195 (aff_combination_expand): Avoid building a GENERIC tree.
1196
1197 2019-05-16 Max Filippov <jcmvbkbc@gmail.com>
1198
1199 * cgraphunit.c (cgraph_node::expand_thunk): Remove
1200 assemble_start_function and assemble_end_function calls.
1201 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
1202 assemble_start_function and assemble_end_function.
1203 * config/arc/arc.c (arc_output_mi_thunk): Likewise.
1204 * config/arm/arm.c (arm_output_mi_thunk): Likewise.
1205 * config/bfin/bfin.c (bfin_output_mi_thunk): Likewise.
1206 * config/c6x/c6x.c (c6x_output_mi_thunk): Likewise.
1207 * config/cris/cris.c (cris_asm_output_mi_thunk): Likewise.
1208 * config/csky/csky.c (csky_output_mi_thunk): Likewise.
1209 * config/epiphany/epiphany.c (epiphany_output_mi_thunk): Likewise.
1210 * config/frv/frv.c (frv_asm_output_mi_thunk): Likewise.
1211 * config/i386/i386.c (x86_output_mi_thunk): Likewise.
1212 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
1213 * config/m68k/m68k.c (m68k_output_mi_thunk): Likewise.
1214 * config/microblaze/microblaze.c (microblaze_asm_output_mi_thunk):
1215 Likewise.
1216 * config/mips/mips.c (mips_output_mi_thunk): Likewise.
1217 * config/mmix/mmix.c (mmix_asm_output_mi_thunk): Likewise.
1218 * config/mn10300/mn10300.c (mn10300_asm_output_mi_thunk): Likewise.
1219 * config/nds32/nds32.c (nds32_asm_output_mi_thunk): Likewise.
1220 * config/nios2/nios2.c (nios2_asm_output_mi_thunk): Likewise.
1221 * config/or1k/or1k.c (or1k_output_mi_thunk): Likewise.
1222 * config/pa/pa.c (pa_asm_output_mi_thunk): Likewise.
1223 * config/riscv/riscv.c (riscv_output_mi_thunk): Likewise.
1224 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
1225 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
1226 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
1227 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
1228 * config/spu/spu.c (spu_output_mi_thunk): Likewise.
1229 * config/stormy16/stormy16.c (xstormy16_asm_output_mi_thunk):
1230 Likewise.
1231 * config/tilegx/tilegx.c (tilegx_output_mi_thunk): Likewise.
1232 * config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise.
1233 * config/vax/vax.c (vax_output_mi_thunk): Likewise.
1234
1235 2019-05-16 Jan Hubicka <hubicka@ucw.cz>
1236
1237 * tree-ssa-alias.c (alias_stats): Add
1238 aliasing_component_refs_p_may_alias and
1239 aliasing_component_refs_p_no_alias.
1240 (dump_alias_stats): Print aliasing_component_refs_p stats.
1241 (aliasing_component_refs_p): Update stats.
1242
1243 2019-05-16 Martin Liska <mliska@suse.cz>
1244
1245 PR lto/90500
1246 * multiple_target.c (expand_target_clones): Do not allow
1247 target_clones being used with a symbol that is an alias.
1248
1249 2019-05-16 Vladislav Ivanishin <vlad@ispras.ru>
1250
1251 PR tree-optimization/90394
1252 * tree-ssa-uninit.c (is_pred_expr_subset_of): Potentially give false
1253 positives rather than ICE for cases where (code2 == NE_EXPR
1254 && code1 == BIT_AND_EXPR).
1255
1256 2019-05-16 Jakub Jelinek <jakub@redhat.com>
1257
1258 PR fortran/90329
1259 * tree-core.h (struct tree_decl_common): Document
1260 decl_nonshareable_flag for PARM_DECLs.
1261 * tree.h (DECL_HIDDEN_STRING_LENGTH): Define.
1262 * calls.c (expand_call): Don't try tail call if caller
1263 has any DECL_HIDDEN_STRING_LENGTH PARM_DECLs that are or might be
1264 passed on the stack and callee needs to pass any arguments on the
1265 stack.
1266 * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
1267 else if instead of series of mutually exclusive ifs. Handle
1268 DECL_HIDDEN_STRING_LENGTH for PARM_DECLs.
1269 * tree-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
1270
1271 * lto-streamer.h (LTO_major_version): Bump to 9.
1272
1273 2019-05-16 Jun Ma <JunMa@linux.alibaba.com>
1274
1275 PR tree-optimization/90106
1276 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds): Add
1277 new parameter as new internal function call, also move it to new
1278 basic block.
1279 (use_internal_fn): Pass internal function call to
1280 shrink_wrap_one_built_in_call_with_conds.
1281
1282 2019-05-15 Jakub Jelinek <jakub@redhat.com>
1283
1284 * omp-low.c (lower_rec_input_clauses): For if (0) or simdlen (1) set
1285 max_vf to 1.
1286 * omp-expand.c (expand_omp_simd): For if (0) or simdlen (1) clear
1287 safelen_int and set loop->dont_vectorize.
1288
1289 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1290
1291 PR target/89021
1292 * config/i386/i386-builtin.def: Enable MMX intrinsics with
1293 SSE/SSE2/SSSE3.
1294 * config/i386/i386-builtins.c (ix86_init_mmx_sse_builtins):
1295 Likewise.
1296 * config/i386/i386-expand.c (ix86_expand_builtin): Allow
1297 SSE/SSE2/SSSE3 to emulate MMX intrinsics with TARGET_MMX_WITH_SSE.
1298 * config/i386/mmintrin.h: Only require SSE2 if __MMX_WITH_SSE__
1299 is defined.
1300
1301 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1302
1303 PR target/89021
1304 * config/i386/mmx.md (*vec_dupv2sf): Changed to
1305 define_insn_and_split to support SSE emulation.
1306 (*vec_extractv2sf_0): Likewise.
1307 (*vec_extractv2sf_1): Likewise.
1308 (*vec_extractv2si_0): Likewise.
1309 (*vec_extractv2si_1): Likewise.
1310 (*vec_extractv2si_zext_mem): Likewise.
1311 (vec_setv2sf): Also allow TARGET_MMX_WITH_SSE.
1312 (vec_extractv2sf_1 splitter): Likewise.
1313 (vec_extractv2sfsf): Likewise.
1314 (vec_setv2si): Likewise.
1315 (vec_extractv2si_1 splitter): Likewise.
1316 (vec_extractv2sisi): Likewise.
1317 (vec_setv4hi): Likewise.
1318 (vec_extractv4hihi): Likewise.
1319 (vec_setv8qi): Likewise.
1320 (vec_extractv8qiqi): Likewise.
1321 (vec_extractv2sfsf): Also allow TARGET_MMX_WITH_SSE. Pass
1322 TARGET_MMX_WITH_SSE ix86_expand_vector_extract.
1323 (vec_extractv2sisi): Likewise.
1324 (vec_extractv4hihi): Likewise.
1325 (vec_extractv8qiqi): Likewise.
1326 (vec_initv2sfsf): Also allow TARGET_MMX_WITH_SSE. Pass
1327 TARGET_MMX_WITH_SSE to ix86_expand_vector_init.
1328 (vec_initv2sisi): Likewise.
1329 (vec_initv4hihi): Likewise.
1330 (vec_initv8qiqi): Likewise.
1331 (vec_setv2si): Also allow TARGET_MMX_WITH_SSE. Pass
1332 TARGET_MMX_WITH_SSE to ix86_expand_vector_set.
1333 (vec_setv4hi): Likewise.
1334 (vec_setv8qi): Likewise.
1335
1336 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1337
1338 PR target/89021
1339 * config/i386/mmx.md (MMXMODE:mov<mode>): Also allow
1340 TARGET_MMX_WITH_SSE.
1341 (MMXMODE:*mov<mode>_internal): Likewise.
1342 (MMXMODE:movmisalign<mode>): Likewise.
1343
1344 2019-05-15 Uroš Bizjak <ubizjak@gmail.com>
1345
1346 PR target/89021
1347 * config/i386/i386.md (*zero_extendsidi2): Add mmx_isa attribute.
1348 * config/i386/sse.md (sse2_cvtpi2pd): Ditto.
1349 (sse2_cvtpd2pi): Ditto.
1350 (sse2_cvttpd2pi): Ditto.
1351 (*vec_concatv2sf_sse4_1): Ditto.
1352 (*vec_concatv2sf_sse): Ditto.
1353 (*vec_concatv2si_sse4_1): Ditto.
1354 (*vec_concatv2si): Ditto.
1355 (*vec_concatv4si_0): Ditto.
1356 (*vec_concatv2di_0): Ditto.
1357
1358 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1359
1360 PR target/89021
1361 * config/i386/sse.md (abs<mode>2): Add SSE emulation.
1362
1363 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1364
1365 PR target/89021
1366 * config/i386/sse.md (ssse3_palignrdi): Changed to
1367 define_insn_and_split to support SSE emulation.
1368
1369 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1370
1371 PR target/89021
1372 * config/i386/sse.md (ssse3_psign<mode>3): Add SSE emulation.
1373
1374 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1375
1376 PR target/89021
1377 * config/i386/sse.md (ssse3_pshufbv8qi3): Changed to
1378 define_insn_and_split. Also allow TARGET_MMX_WITH_SSE. Add
1379 SSE emulation.
1380
1381 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1382
1383 PR target/89021
1384 * config/i386/sse.md (ssse3_pmulhrswv4hi3): Require TARGET_MMX
1385 or TARGET_MMX_WITH_SSE.
1386 (*ssse3_pmulhrswv4hi3): Add SSE emulation.
1387
1388 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1389
1390 PR target/89021
1391 * config/i386/sse.md (ssse3_pmaddubsw): Add SSE emulation.
1392
1393 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1394
1395 PR target/89021
1396 * config/i386/sse.md (ssse3_ph<plusminus_mnemonic>dv2si3):
1397 Changed to define_insn_and_split to support SSE emulation.
1398
1399 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1400
1401 PR target/89021
1402 * config/i386/sse.md (ssse3_ph<plusminus_mnemonic>wv4hi3):
1403 Changed to define_insn_and_split to support SSE emulation.
1404
1405 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1406
1407 PR target/89021
1408 * config/i386/mmx.md (mmx_<emms>): Renamed to ...
1409 (*mmx_<emms>): This.
1410 (mmx_<emms>): New expander.
1411
1412 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1413
1414 PR target/89021
1415 * config/i386/mmx.md (sse2_umulv1siv1di3): Add SSE emulation
1416 support.
1417 (*sse2_umulv1siv1di3): Add SSE2 emulation.
1418
1419 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1420
1421 PR target/89021
1422 * config/i386/mmx.md (sse_movntq): Add SSE2 emulation.
1423
1424 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1425
1426 PR target/89021
1427 * config/i386/mmx.md (mmx_psadbw): Add SSE emulation.
1428
1429 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1430
1431 PR target/89021
1432 * config/i386/mmx.md (mmx_uavgv4hi3): Also check TARGET_MMX and
1433 TARGET_MMX_WITH_SSE.
1434 (*mmx_uavgv4hi3): Add SSE emulation.
1435
1436 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1437
1438 PR target/89021
1439 * config/i386/mmx.md (mmx_uavgv8qi3): Also check TARGET_MMX
1440 and TARGET_MMX_WITH_SSE.
1441 (*mmx_uavgv8qi3): Add SSE emulation.
1442
1443 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1444
1445 PR target/89021
1446 * config/i386/xmmintrin.h: Emulate MMX maskmovq with SSE2
1447 maskmovdqu for __MMX_WITH_SSE__.
1448
1449 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1450
1451 PR target/89021
1452 * config/i386/mmx.md (mmx_umulv4hi3_highpart): Also check
1453 TARGET_MMX and TARGET_MMX_WITH_SSE.
1454 (*mmx_umulv4hi3_highpart): Add SSE emulation.
1455
1456 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1457
1458 PR target/89021
1459 * config/i386/mmx.md (mmx_pmovmskb): Changed to
1460 define_insn_and_split to support SSE emulation.
1461
1462 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1463
1464 PR target/89021
1465 * config/i386/mmx.md (mmx_<code>v4hi3): Also check TARGET_MMX
1466 and TARGET_MMX_WITH_SSE.
1467 (mmx_<code>v8qi3): Likewise.
1468 (smaxmin:<code>v4hi3): New.
1469 (umaxmin:<code>v8qi3): Likewise.
1470 (smaxmin:*mmx_<code>v4hi3): Add SSE emulation.
1471 (umaxmin:*mmx_<code>v8qi3): Likewise.
1472
1473 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1474
1475 PR target/89021
1476 * config/i386/mmx.md (mmx_pinsrw): Also check TARGET_MMX and
1477 TARGET_MMX_WITH_SSE.
1478 (*mmx_pinsrw): Add SSE emulation.
1479
1480 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1481
1482 PR target/89021
1483 * config/i386/mmx.md (mmx_pextrw): Add SSE emulation.
1484
1485 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1486
1487 PR target/89021
1488 * config/i386/sse.md (sse_cvtpi2ps): Changed to
1489 define_insn_and_split. Also allow TARGET_MMX_WITH_SSE. Add
1490 SSE emulation.
1491
1492 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1493
1494 PR target/89021
1495 * config/i386/sse.md (sse_cvtps2pi): Add SSE emulation.
1496 (sse_cvttps2pi): Likewise.
1497
1498 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1499
1500 PR target/89021
1501 * config/i386/mmx.md (mmx_pshufw): Also check TARGET_MMX and
1502 TARGET_MMX_WITH_SSE.
1503 (mmx_pshufw_1): Add SSE emulation.
1504 (*vec_dupv4hi): Changed to define_insn_and_split and also allow
1505 TARGET_MMX_WITH_SSE to support SSE emulation.
1506
1507 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1508
1509 PR target/89021
1510 * config/i386/constraints.md (Yw): New constraint.
1511 * config/i386/mmx.md (*vec_dupv2si): Changed to
1512 define_insn_and_split and also allow TARGET_MMX_WITH_SSE to
1513 support SSE emulation.
1514
1515 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1516
1517 PR target/89021
1518 * config/i386/mmx.md (mmx_eq<mode>3): Also allow
1519 TARGET_MMX_WITH_SSE.
1520 (*mmx_eq<mode>3): Also allow TARGET_MMX_WITH_SSE. Add SSE
1521 support.
1522 (mmx_gt<mode>3): Likewise.
1523
1524 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1525
1526 PR target/89021
1527 * config/i386/mmx.md (mmx_andnot<mode>3): Also allow
1528 TARGET_MMX_WITH_SSE. Add SSE support.
1529
1530 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1531
1532 PR target/89021
1533 * config/i386/mmx.md (any_logic:mmx_<code><mode>3): Also allow
1534 TARGET_MMX_WITH_SSE.
1535 (any_logic:<code><mode>3): New.
1536 (any_logic:*mmx_<code><mode>3): Also allow TARGET_MMX_WITH_SSE.
1537 Add SSE support.
1538
1539 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1540
1541 PR target/89021
1542 * config/i386/mmx.md (mmx_ashr<mode>3): Also allow
1543 TARGET_MMX_WITH_SSE. Add SSE emulation.
1544 (mmx_<shift_insn><mode>3): Likewise.
1545 (ashr<mode>3): New.
1546 (<shift_insn><mode>3): Likewise.
1547
1548 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1549
1550 PR target/89021
1551 * config/i386/mmx.md (mmx_pmaddwd): Also allow TARGET_MMX_WITH_SSE.
1552 (*mmx_pmaddwd): Also allow TARGET_MMX_WITH_SSE. Add SSE support.
1553
1554 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1555
1556 PR target/89021
1557 * config/i386/mmx.md (mmx_smulv4hi3_highpart): Also allow
1558 TARGET_MMX_WITH_SSE.
1559 (*mmx_smulv4hi3_highpart): Also allow TARGET_MMX_WITH_SSE. Add
1560 SSE support.
1561
1562 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1563
1564 PR target/89021
1565 * config/i386/mmx.md (mmx_mulv4hi3): Also allow
1566 TARGET_MMX_WITH_SSE.
1567 (mulv4hi3): New.
1568 (*mmx_mulv4hi3): Also allow TARGET_MMX_WITH_SSE. Add SSE
1569 support.
1570
1571 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1572
1573 PR target/89021
1574 * config/i386/mmx.md (MMXMODEI8): Require TARGET_SSE2 for V1DI.
1575 (plusminus:mmx_<plusminus_insn><mode>3): Check
1576 TARGET_MMX_WITH_SSE.
1577 (sat_plusminus:mmx_<plusminus_insn><mode>3): Likewise.
1578 (<plusminus_insn><mode>3): New.
1579 (*mmx_<plusminus_insn><mode>3): Add SSE emulation.
1580 (*mmx_<plusminus_insn><mode>3): Likewise.
1581
1582 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1583
1584 PR target/89021
1585 * config/i386/i386-expand.c (ix86_split_mmx_punpck): New function.
1586 * config/i386/i386-protos.h (ix86_split_mmx_punpck): New
1587 prototype.
1588 * config/i386/mmx.m (mmx_punpckhbw): Changed to
1589 define_insn_and_split to support SSE emulation.
1590 (mmx_punpcklbw): Likewise.
1591 (mmx_punpckhwd): Likewise.
1592 (mmx_punpcklwd): Likewise.
1593 (mmx_punpckhdq): Likewise.
1594 (mmx_punpckldq): Likewise.
1595
1596 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1597 Uros Bizjak <ubizjak@gmail.com>
1598
1599 PR target/89021
1600 * config/i386/i386-expand.c (ix86_move_vector_high_sse_to_mmx):
1601 New function.
1602 (ix86_split_mmx_pack): Likewise.
1603 * config/i386/i386-protos.h (ix86_move_vector_high_sse_to_mmx):
1604 New prototype.
1605 (ix86_split_mmx_pack): Likewise.
1606 * config/i386/i386.md (mmx_isa): New.
1607 (enabled): Also check mmx_isa.
1608 * config/i386/mmx.md (any_s_truncate): New code iterator.
1609 (s_trunsuffix): New code attr.
1610 (mmx_packsswb): Removed.
1611 (mmx_packssdw): Likewise.
1612 (mmx_packuswb): Likewise.
1613 (mmx_pack<s_trunsuffix>swb): New define_insn_and_split to emulate
1614 MMX packsswb/packuswb with SSE2.
1615 (mmx_packssdw): Likewise.
1616 * config/i386/predicates.md (register_mmxmem_operand): New.
1617
1618 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1619
1620 PR target/89021
1621 * config/i386/i386-c.c (ix86_target_macros_internal): Define
1622 __MMX_WITH_SSE__ for TARGET_MMX_WITH_SSE.
1623 * config/i386/i386.c (ix86_set_reg_reg_cost): Add support for
1624 TARGET_MMX_WITH_SSE with VALID_MMX_REG_MODE.
1625 (ix86_vector_mode_supported_p): Likewise.
1626 * config/i386/i386.h (TARGET_MMX_WITH_SSE): New.
1627
1628 2019-05-15 Martin Liska <mliska@suse.cz>
1629
1630 PR middle-end/90478
1631 * tree-switch-conversion.c (jump_table_cluster::can_be_handled):
1632 Check for overflow.
1633
1634 2019-05-15 Richard Biener <rguenther@suse.de>
1635
1636 * tree-into-ssa.c (pass_build_ssa::execute): Run
1637 update_address_taken before going into SSA.
1638
1639 2019-05-15 Richard Biener <rguenther@suse.de>
1640
1641 * tree-pretty-print.c (dump_generic_node): Dump BIT_FIELD_REF
1642 as __BIT_FIELD_REF with type with -gimple.
1643
1644 2019-05-15 Vladislav Ivanishin <vlad@ispras.ru>
1645
1646 * tree-ssa-uninit.c (is_value_included_in): Remove is_unsigned and merge
1647 semantically equivalent branches (left over after prior refactorings).
1648
1649 2019-05-15 Richard Biener <rguenther@suse.de>
1650
1651 PR tree-optimization/88828
1652 * tree-ssa-forwprop.c (simplify_vector_constructor): Fix
1653 bogus check.
1654
1655 2019-05-14 Richard Biener <rguenther@suse.de>
1656
1657 * tree-pretty-print.c (dump_generic_node): Dump VIEW_CONVERT_EXPR
1658 as __VIEW_CONVERT with -gimple.
1659
1660 2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
1661
1662 PR target/82920
1663 * config/i386/darwin.h (CC1_SPEC): Report -mx32 as an error for
1664 Darwin.
1665
1666 2019-05-14 Segher Boessenkool <segher@kernel.crashing.org>
1667
1668 * config/rs6000/rs6000.md (eh_set_lr_<mode>): Merge with following
1669 define_split to become a define_insn_and_split.
1670
1671 2019-05-14 Segher Boessenkool <segher@kernel.crashing.org>
1672
1673 * config/rs6000/rs6000-protos.h (rs6000_emit_epilogue): Change
1674 arguments.
1675 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Change arguments.
1676 * config/rs6000/rs6000.md (epilogue_type): New define_enum.
1677 (sibcall_epilogue): Adjust.
1678 (epilogue): Adjust.
1679
1680 2019-05-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1681
1682 * config.gcc: Move *-*-solaris2.10* from obsolete configurations
1683 to unsupported ones.
1684 Simplify x86_64-*-solaris2.1[0-9]* to x86_64-*-solaris2*.
1685 * config.host: Likewise.
1686 * config/i386/sol2.h (ASM_COMMENT_START): Remove.
1687 * config/sparc/driver-sparc.c (host_detect_local_cpu) [__sun__ &&
1688 __svr4__]: Remove "brand" fallback.
1689 [!KSTAT_DATA_STRING]: Remove.
1690 * configure.ac (gcc_cv_ld_hidden): Simplify *-*-solaris2.1[0-9]*
1691 to *-*-solaris2*.
1692 (comdat_group): Likewise.
1693 (set_have_as_tls): Likewise.
1694 (gcc_cv_target_dl_iterate_phdr): Likewise.
1695 (gcc_cv_as_shf_merge): Remove Solaris 10/x86 workaround.
1696 (gcc_cv_ld_aligned_shf_merge): Remove Solaris 10/SPARC workaround.
1697 * configure: Regenerate.
1698 * doc/install.texi: Simplify Solaris target triplets.
1699 (Specific, i?86-*-solaris2*): Remove Solaris 10 references.
1700 (Specific, *-*-solaris2*): Document Solaris 10 removal.
1701 Remove Solaris 10 references.
1702 Remove obsolete Solaris bug reference.
1703 (Specific, sparc-sun-solaris2.10): Remove.
1704
1705 2019-05-14 Uroš Bizjak <ubizjak@gmail.com>
1706
1707 * config/i386/i386.md (any_div): New code iterator.
1708 (paired_mod): New code attribute.
1709 (sgnprefix): Handle DIV and UDIV RTXes.
1710 (u): Ditto.
1711 (<u>divmod<mode>4): Macroize expander from divmod<mode>4
1712 and udivmod<mode>4 patterns using any_div code iterator.
1713 (divmod splitters): Macroize splitters using any_div code iterator.
1714 (*udivmodsi4_pow2_zext_1): Use exactl_log2 in insn condition.
1715 (*udivmodsi4_pow2_zext_2): Ditto.
1716 (*<u>divmod<mode>4_noext): Macroize insn from *divmod<mode>4_noext
1717 and *udivmod<mode>4_noext patterns using any_div code iterator.
1718 (*<u>divmod<mode>4_noext_zext_1): Macroize insn from
1719 *divmod<mode>4_noext_zext_1 and *udivmod<mode>4_noext_zext_1
1720 patterns using any_div code iterator.
1721 (*<u>divmod<mode>4_noext_zext_2): Macroize insn from
1722 *divmod<mode>4_noext_zext_2 and *udivmod<mode>4_noext_zext_2
1723 patterns using any_div code iterator.
1724 (<u>divmodhiqi3): Macroize insn from divmodhiqi3 and
1725 udivmodhiqi3 patterns using any_extend code iterator.
1726
1727 2019-05-14 Richard Biener <rguenther@suse.de>
1728 H.J. Lu <hongjiu.lu@intel.com>
1729
1730 PR tree-optimization/88828
1731 * tree-ssa-forwprop.c (simplify_vector_constructor): Handle
1732 permuting in a single non-constant element not extracted
1733 from a vector.
1734
1735 2019-05-14 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1736
1737 * internal-fn.def (SIGNBIT): New.
1738 * config/aarch64/aarch64-simd.md (signbitv2sf2): New expand
1739 defined.
1740 (signbitv4sf2): Likewise.
1741
1742 2019-05-14 Chenghua Xu <paul.hua.gm@gmail.com>
1743
1744 PR target/90357
1745 * config/mips/mips.c (mips_split_move): Skip forward SRC into
1746 next insn when the SRC reg is dead.
1747
1748 2019-05-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1749
1750 * gimple-ssa-strength-reduction.c (lookup_cand): Adjust index by 1.
1751 (alloc_cand_and_find_basis): Ditto.
1752 (backtrace_base_for_ref, create_mul_ssa_cand): Remove if-then-else.
1753 (create_mul_imm_cand, create_add_ssa_cand): Ditto.
1754 (create_add_imm_cand, slsr_process_cast): Ditto.
1755 (slsr_process_copy, replace_mult_candidate): Ditto.
1756 (replace_rhs_if_not_dup, replace_one_candidate): Ditto.
1757 (dump_cand_vec, analyze_candidates_and_replace): Skip NULL element.
1758 (pass_strength_reduction::execute): Init the first NULL element.
1759
1760 2019-05-13 Nathan Sidwell <nathan@acm.org>
1761
1762 * gcc.c (execute): Simplify cond-expr into if. Reformat comment.
1763 (run_attempt): Reformat line break.
1764
1765 2019-05-13 David Edelsohn <dje.gcc@gmail.com>
1766
1767 PR target/90418
1768 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Don't load EH
1769 data registers in sibcall epilogues.
1770 Don't add EH_RETURN_STACKADJ_RTX to sp in sibcall epilogues.
1771
1772 2019-05-13 Uroš Bizjak <ubizjak@gmail.com>
1773
1774 PR target/89221
1775 * configure.ac (--enable-frame-pointer):
1776 Disable by default for cygwin and mingw.
1777 * configure: Regenerate.
1778
1779 2019-05-13 Nathan Sidwell <nathan@acm.org>
1780
1781 * dwarf2out.c (breakout_comdat_types): Move comment to correct
1782 piece of code.
1783 (const_ok_for_output_1): Balance parens around #if/#else/#endif
1784 (gen_member_die): Move abstract origin check earlier. Only VARs
1785 can be static_inline_p. Simplify splicing control flow.
1786
1787 2019-05-13 Richard Biener <rguenther@suse.de>
1788
1789 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle
1790 VIEW_CONVERT_EXPR.
1791 (vect_build_slp_tree_1): Likewise.
1792
1793 2019-05-13 Richard Biener <rguenther@suse.de>
1794
1795 PR tree-optimization/90402
1796 * tree-if-conv.c (tree_if_conversion): Value number only
1797 the loop body by making the latch an exit of the region
1798 as well.
1799 * tree-ssa-sccvn.c (process_bb): Add flag whether to skip
1800 processing PHIs.
1801 (do_rpo_vn): Deal with multiple edges into the entry block
1802 that are not backedges inside the region by skipping PHIs
1803 of the entry block.
1804
1805 2019-05-13 Richard Biener <rguenther@suse.de>
1806
1807 PR tree-optimization/90316
1808 * tree-ssa-pre.c (insert_aux): Fold into ...
1809 (insert): ... this function. Use a RPO walk to reduce the
1810 number of required iterations.
1811
1812 2019-05-13 Martin Liska <mliska@suse.cz>
1813
1814 PR tree-optimization/90416
1815 * tree-vect-stmts.c (vect_check_load_store_mask): Concatenate
1816 string instead of passing the second part as va_arg argument.
1817
1818 2019-05-13 Martin Liska <mliska@suse.cz>
1819
1820 PR gcov-profile/90380
1821 * gcov.c (handle_cycle): Do not support zero cycle count,
1822 it should not be possible.
1823 (path_contains_zero_cycle_arc): New function.
1824 (circuit): Ignore zero cycle arc counts.
1825
1826 2019-05-13 Martin Liska <mliska@suse.cz>
1827
1828 PR gcov-profile/90380
1829 * gcov.c (enum loop_type): Remove the enum and
1830 the operator.
1831 (handle_cycle): Assert that we should not reach
1832 a negative count.
1833 (circuit): Use loop_found instead of a tri-state loop_type.
1834 (get_cycles_count): Do not handle NEGATIVE_LOOP as it can't
1835 happen.
1836
1837 2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
1838
1839 PR target/82920
1840 * config/i386/i386.c (ix86_output_jmp_thunk_or_indirect): New.
1841 (ix86_output_indirect_branch_via_reg): Use output mechanism
1842 accounting for __USER_LABEL_PREFIX__.
1843 (ix86_output_indirect_branch_via_push): Likewise.
1844 (ix86_output_function_return): Likewise.
1845 (ix86_output_indirect_function_return): Likewise.
1846
1847 2019-05-12 Richard Sandiford <richard.sandiford@arm.com>
1848
1849 * doc/md.texi: Document use of code attributes in rtx patterns.
1850 * read-md.h (rtx_reader::rtx_alloc_for_name): New member function.
1851 * read-rtl.c (find_code): Split out search loops into...
1852 (maybe_find_code): ...this new function.
1853 (check_code_iterator): Make the error message more informative.
1854 (check_code_attribute): New function.
1855 (rtx_reader::rtx_alloc_for_name): Likewise.
1856 (rtx_reader::read_rtx_code): Use rtx_alloc_for_name.
1857 * config/aarch64/predicates.md (aarch64_smin, aarch64_umin): Delete.
1858 * config/aarch64/aarch64-simd.md (*aarch64_<su>abd<mode>_3): Use
1859 <max_opp> directly as an rtx code instead of via a match_operator.
1860 * config/aarch64/aarch64-sve.md (aarch64_<su>abd<mode>_3): Likewise.
1861 (<su>abd<mode>_3): Update accordingly.
1862
1863 2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
1864
1865 * config/rs6000/rs6000.c (debug_stack_info): When -mdebug=stack
1866 is given, print the state of the EH "save world" computation for
1867 Darwin.
1868
1869 2019-05-11 Jakub Jelinek <jakub@redhat.com>
1870
1871 PR c++/59813
1872 * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't add
1873 EH_RETURN_STACKADJ_RTX to sp in sibcall epilogues.
1874
1875 2019-05-11 Uroš Bizjak <ubizjak@gmail.com>
1876
1877 * config/i386/i386.md (floatdi<X87MODEF:mode>2_i387_with_xmm):
1878 Use pinsrd for TARGET_SSE4_1.
1879 * config/i386/sse.md (movdi_to_sse): Ditto.
1880
1881 2019-05-10 Richard Biener <rguenther@suse.de>
1882
1883 * tree-ssa-sccvn.c (visit_reference_op_call): Initialize value-id.
1884 (do_rpo_vn): Initialize next_value_id.
1885
1886 2019-05-10 Martin Liska <mliska@suse.cz>
1887
1888 * params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD):
1889 Fix plural form.
1890
1891 2019-05-10 Jakub Jelinek <jakub@redhat.com>
1892
1893 PR tree-optimization/90385
1894 * tree-parloops.c (try_create_reduction_list): Punt on non-SSA_NAME
1895 arguments of the exit phis.
1896
1897 PR c++/90383
1898 * tree-inline.h (struct copy_body_data): Add do_not_fold member.
1899 * tree-inline.c (remap_gimple_op_r): Avoid folding expressions if
1900 id->do_not_fold.
1901 (copy_tree_body_r): Likewise.
1902 (copy_fn): Set id.do_not_fold to true.
1903
1904 2019-05-10 Martin Liska <mliska@suse.cz>
1905
1906 * config/i386/i386-expand.c (ix86_expand_floorceildf_32):
1907 Reapply changes from r269790.
1908
1909 2019-05-10 Martin Liska <mliska@suse.cz>
1910
1911 PR middle-end/90340
1912 * doc/invoke.texi: New params.
1913 * params.def (PARAM_JUMP_TABLE_MAX_GROWTH_RATIO_FOR_SIZE): New.
1914 (PARAM_JUMP_TABLE_MAX_GROWTH_RATIO_FOR_SPEED): Likewise.
1915 * tree-switch-conversion.c (jump_table_cluster::can_be_handled):
1916 Use it.
1917 * tree-switch-conversion.h (struct jump_table_cluster):
1918 Likewise.
1919
1920 2019-05-09 Segher Boessenkool <segher@kernel.crashing.org>
1921
1922 * combine.c (combine_simplify_rtx): Don't make IF_THEN_ELSE RTL.
1923
1924 2019-05-09 Bill Schmidt <wschmidt@linux.ibm.com>
1925
1926 * doc/loop.texi: Remove reference to FOR_EACH_LOOP_BREAK.
1927
1928 2019-05-09 Alexander Monakov <amonakov@ispras.ru>
1929
1930 PR rtl-optimization/88879
1931 * sel-sched.c (sel_target_adjust_priority): Remove assert.
1932
1933 2019-05-09 Richard Earnshaw <rearnsha@arm.com>
1934
1935 PR target/90405
1936 * config/arm/arm.c (callee_saved_reg_p): Move before
1937 thumb_find_work_register.
1938 (thumb1_prologue_unused_call_clobbered_lo_regs): Move before
1939 thumb_find_work_register. Only call df_get_live_out once.
1940 (thumb1_epilogue_unused_call_clobbered_lo_regs): Likewise.
1941 (thumb_find_work_register): Use
1942 thumb1_prologue_unused_call_clobbered_lo_regs instead of ad hoc
1943 algorithms to locate a spare call clobbered reg.
1944
1945 2019-05-09 Martin Liska <mliska@suse.cz>
1946
1947 * gimple-pretty-print.c (dump_binary_rhs): Dump MIN_EXPR
1948 and MAX_EXPR in GIMPLE FE format.
1949
1950 2019-05-09 Martin Liska <mliska@suse.cz>
1951
1952 * tree-cfg.c (dump_function_to_file): Dump entry BB count.
1953 * gimple-pretty-print.c (dump_gimple_bb_header):
1954 Dump BB count.
1955 (pp_cfg_jump): Dump edge probability.
1956 * profile-count.c (profile_quality_as_string): Simplify
1957 with a static array.
1958 (parse_profile_quality): New function.
1959 (profile_count::dump): Simplify with a static array.
1960 (profile_count::from_gcov_type): Add new argument.
1961 * profile-count.h (parse_profile_quality): Likewise.
1962 * predict.h (set_hot_bb_threshold): New.
1963 * params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD):
1964 New param.
1965 * predict.c (get_hot_bb_threshold): Set from the new param.
1966 (set_hot_bb_threshold): New.
1967
1968 2019-05-09 Richard Biener <rguenther@suse.de>
1969
1970 PR tree-optimization/90395
1971 * tree-ssa-forwprop.c (pass_forwprop::execute): Do not
1972 rewrite vector stores that throw internally.
1973
1974 2019-05-09 Thomas Schwinge <thomas@codesourcery.com>
1975
1976 * cif-code.def (CHKP): Remove.
1977
1978 PR target/89221
1979 * configure.ac (--enable-frame-pointer): Disable by default for
1980 GNU systems.
1981 * configure: Regenerate.
1982
1983 2019-05-09 Alan Modra <amodra@gmail.com>
1984
1985 PR target/89271
1986 * config/rs6000/rs6000.h (enum reg_class, REG_CLASS_NAMES),
1987 (REG_CLASS_CONTENTS): Add GEN_OR_VSX_REGS class.
1988 * config/rs6000/rs6000.c (rs6000_register_move_cost): Correct
1989 cost for general <-> vsx when direct moves are available.
1990 Cost union classes at minimal cost for any reg in the class.
1991 Correct calculation for moves between vsx, float, and altivec.
1992 Don't return a low cost for moves between special regs. Don't
1993 use hard coded register numbers.
1994 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define.
1995 (rs6000_ira_change_pseudo_allocno_class): New function.
1996 * config/rs6000/rs6000.md (movsi_internal1, mov<mode>_internal),
1997 (movdi_internal32, movdi_internal64): Remove '*' from vsx register
1998 alternatives.
1999 (movsi_internal1): Don't disparage vector alternatives.
2000 (mov<mode>_internal): Likewise, excepting alternative that
2001 will be split.
2002 * config/rs6000/vsx.md (vsx_splat_<mode>_reg): Don't disparage
2003 we <- b alternative.
2004
2005 2019-05-08 Jakub Jelinek <jakub@redhat.com>
2006
2007 PR c++/59813
2008 PR tree-optimization/89060
2009 * tree-ssa-live.h (live_vars_map): New typedef.
2010 (compute_live_vars, live_vars_at_stmt, destroy_live_vars): Declare.
2011 * tree-ssa-live.c: Include gimple-walk.h and cfganal.h.
2012 (struct compute_live_vars_data): New type.
2013 (compute_live_vars_visit, compute_live_vars_1, compute_live_vars,
2014 live_vars_at_stmt, destroy_live_vars): New functions.
2015 * tree-tailcall.c: Include tree-ssa-live.h.
2016 (live_vars, live_vars_vec): New global variables.
2017 (find_tail_calls): Perform variable life analysis before punting.
2018 (tree_optimize_tail_calls_1): Clean up live_vars and live_vars_vec.
2019 * tree-inline.h (struct copy_body_data): Add eh_landing_pad_dest
2020 member.
2021 * tree-inline.c (add_clobbers_to_eh_landing_pad): Remove BB argument.
2022 Perform variable life analysis to select variables that really need
2023 clobbers added.
2024 (copy_edges_for_bb): Don't call add_clobbers_to_eh_landing_pad here,
2025 instead set id->eh_landing_pad_dest and assert it is the same.
2026 (copy_cfg_body): Call it here if id->eh_landing_pad_dest is non-NULL.
2027
2028 2019-05-08 Mihail Ionescu <mihail.ionescu@arm.com>
2029 Richard Earnshaw <rearnsha@arm.com>
2030
2031 PR target/88167
2032 * config/arm/arm.c (thumb1_prologue_unused_call_clobbered_lo_regs): New
2033 function.
2034 (thumb1_epilogue_unused_call_clobbered_lo_regs): New function.
2035 (thumb1_compute_save_core_reg_mask): Don't force a spare work
2036 register if both the epilogue and prologue can use call-clobbered
2037 regs.
2038 (thumb1_unexpanded_epilogue): Use
2039 thumb1_epilogue_unused_call_clobbered_lo_regs. Reverse the logic for
2040 picking temporaries for restoring high regs to match that of the
2041 prologue where possible.
2042 (thumb1_expand_prologue): Add any usable call-clobbered low registers to
2043 the list of work registers. Detect if the return address is still live
2044 at the end of the prologue and avoid using it for a work register if so.
2045 If the return address is not live, add LR to the list of pushable regs
2046 after the first pass.
2047
2048 2019-05-08 Bin Cheng <bin.cheng@linux.alibaba.com>
2049
2050 PR tree-optimization/90078
2051 * tree-ssa-loop-ivopts.c (inttypes.h): Include new header file.
2052 (INFTY): Increase the value for infinite cost.
2053 (struct comp_cost): Promote type of members to int64_t.
2054 (infinite_cost): Don't set complexity in initialization.
2055 (comp_cost::operator +,-,+=,-+,/=,*=): Assert when cost computation
2056 overflows to infinite_cost.
2057 (adjust_setup_cost): Promote type of parameter and cost computation
2058 to int64_t.
2059 (struct ainc_cost_data, struct iv_ca): Promote type of member to
2060 int64_t.
2061 (get_scaled_computation_cost_at, determine_iv_cost): Promote type of
2062 cost computation to int64_t.
2063 (determine_group_iv_costs, iv_ca_dump, find_optimal_iv_set): Use
2064 int64_t's format specifier in dump.
2065
2066 2019-05-08 Bin Cheng <bin.cheng@linux.alibaba.com>
2067
2068 PR tree-optimization/90240
2069 * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Scale cost
2070 with respect to scaling factor pre-computed for each basic block.
2071 (try_improve_iv_set): Return bool if best_cost equals to iv_ca cost.
2072 (find_optimal_iv_set_1): Free iv_ca set if it has infinite_cost.
2073 (COST_SCALING_FACTOR_BOUND, determine_scaling_factor): New.
2074 (tree_ssa_iv_optimize_loop): Call determine_scaling_factor. Extend
2075 live range for array of loop's basic blocks. Cleanup aux field of
2076 loop's basic blocks.
2077
2078 2019-05-08 Jakub Jelinek <jakub@redhat.com>
2079
2080 PR tree-optimization/90356
2081 * match.pd ((X +/- 0.0) +/- 0.0): Optimize into X +/- 0.0 if possible.
2082
2083 2019-05-07 Wei Xiao <wei3.xiao@intel.com>
2084
2085 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512BF16_SET
2086 OPTION_MASK_ISA_AVX512BF16_UNSET, OPTION_MASK_ISA2_AVX512BW_UNSET): New.
2087 (OPTION_MASK_ISA2_AVX512F_UNSET): Add OPTION_MASK_ISA_AVX512BF16_UNSET.
2088 (ix86_handle_option): Handle -mavx512bf16.
2089 * config.gcc: Add avx512bf16vlintrin.h and avx512bf16intrin.h
2090 to extra_headers.
2091 * config/i386/avx512bf16vlintrin.h: New.
2092 * config/i386/avx512bf16intrin.h: New.
2093 * config/i386/cpuid.h (bit_AVX512BF16): New.
2094 * config/i386/driver-i386.c (host_detect_local_cpu): Detect BF16.
2095 * config/i386/i386-builtin-types.def: Add new types.
2096 * config/i386/i386-builtin.def: Add new builtins.
2097 * config/i386/i386-c.c (ix86_target_macros_internal): Define
2098 __AVX512BF16__.
2099 * config/i386/i386-option.c (ix86_target_string): Add -mavx512bf16.
2100 (ix86_option_override_internal): Handle BF16.
2101 (ix86_valid_target_attribute_inner_p): Ditto.
2102 * config/i386/i386-expand.c (ix86_expand_args_builtin): Ditto.
2103 * config/i386/i386-builtin.c (enum processor_features): Add
2104 F_AVX512BF16.
2105 (static const _isa_names_table isa_names_table): Ditto.
2106 * config/i386/i386.h (TARGET_AVX512BF16, TARGET_AVX512BF16_P): New.
2107 (PTA_AVX512BF16): Ditto.
2108 * config/i386/i386.opt: Add -mavx512bf16.
2109 * config/i386/immintrin.h: Include avx512bf16intrin.h
2110 and avx512bf16vlintrin.h.
2111 * config/i386/sse.md (avx512f_cvtne2ps2bf16_<mode><mask_name>,
2112 avx512f_cvtneps2bf16_<mode><mask_name>,
2113 avx512f_dpbf16ps_<mode><mask_half_name>): New define_insn patterns.
2114 * config/i386/subst.md (mask_half): Add new subst.
2115 * doc/invoke.texi: Document -mavx512bf16.
2116
2117 2019-05-07 Segher Boessenkool <segher@kernel.crashing.org>
2118
2119 * config/rs6000/rs6000-protos.h (rs6000_legitimize_reload_address_ptr):
2120 Delete declaration.
2121 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Delete.
2122 (rs6000_debug_legitimize_reload_address): Delete.
2123 (rs6000_legitimize_reload_address_ptr): Delete.
2124 (rs6000_option_override_internal): Adjust.
2125 (mem_operand_gpr): Adjust comment.
2126 (legitimate_lo_sum_address_p): Ditto.
2127 (rs6000_legitimize_reload_address): Delete.
2128 (rs6000_debug_legitimize_reload_address): Delete.
2129 * config/rs6000/rs6000.h (LEGITIMIZE_RELOAD_ADDRESS): Delete.
2130
2131 2019-05-07 Kelvin Nilsen <kelvin@gcc.gnu.org>
2132
2133 PR target/89765
2134 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2135 In handling of ALTIVEC_BUILTIN_VEC_INSERT, use modular arithmetic
2136 to compute vector element selector for both constant and variable
2137 operands.
2138
2139 2019-05-07 Uroš Bizjak <ubizjak@gmail.com>
2140
2141 * config/i386/i386.md (cvt_mnemonic): New mode attribute.
2142 (ashr<mode>3_cvt): Merge insn pattern from ashrsi3_cvt and
2143 ashrdi3_cvt using SWI48 mode iterator.
2144
2145 2019-05-07 Alejandro Martinez <alejandro.martinezvicente@arm.com>
2146
2147 * config/aarch64/aarch64-sve.md (<su>abd<mode>_3): New define_expand.
2148 (aarch64_<su>abd<mode>_3): Likewise.
2149 (*aarch64_<su>abd<mode>_3): New define_insn.
2150 (<sur>sad<vsi2qi>): New define_expand.
2151 * config/aarch64/iterators.md: Added MAX_OPP attribute.
2152 * tree-vect-loop.c (use_mask_by_cond_expr_p): Add SAD_EXPR.
2153 (build_vect_cond_expr): Likewise.
2154
2155 2019-05-07 Uroš Bizjak <ubizjak@gmail.com>
2156
2157 * cfgexpand.c (asm_clobber_reg_is_valid): Reject
2158 clobbers outside of accessible_reg_set.
2159 * config/i386/i386.c (ix86_conditional_register_usage):
2160 Disable register sets by clearing corresponding bits in
2161 accessible_reg_set. Do not set corresponding bits in fixed_regs,
2162 call_used_regs and don't clear corresponding reg_names array members.
2163
2164 2019-05-07 Richard Biener <rguenther@suse.de>
2165
2166 * tree-vect-stmts.c (vect_is_simple_cond): When vectype is
2167 not specified still compute a comp_vectype for invariant
2168 compares.
2169
2170 2019-05-07 Richard Biener <rguenther@suse.de>
2171
2172 PR tree-optimization/90316
2173 * tree-ssa-pre.c (translate_vuse_through_block): When
2174 same_valid is NULL do not bother to search for a virtual
2175 PHI continuation.
2176 (phi_translate_1): When operands changed we cannot keep
2177 the same value-number so do not bother to ask whether
2178 that's possible from translate_vuse_through_block.
2179
2180 2019-05-07 Martin Liska <mliska@suse.cz>
2181
2182 * bitmap.c (bitmap_register): Come up with
2183 alloc_descriptor_max_uid and assign it for
2184 a new bitmap.
2185 (register_overhead): Use get_descriptor as
2186 a descriptor.
2187 (release_overhead): New.
2188 (bitmap_elem_to_freelist): Call it.
2189 (bitmap_elt_clear_from): Likewise.
2190 (bitmap_obstack_free): Likewise.
2191 (bitmap_move): Sensitively release memory.
2192 * bitmap.h (struct GTY): Add alloc_descriptor and padding.
2193 (bitmap_initialize): Initialize alloc_descriptor to zero.
2194 * tree-ssa-pre.c (do_hoist_insertion): Use bitmap_move.
2195
2196 2019-05-07 Richard Biener <rguenther@suse.de>
2197
2198 * tree-vect-slp.c (vect_build_slp_tree_2): Bump size whenever
2199 we build a SLP node. Remove max_size and limiting.
2200 (vect_analyze_slp_instance): Record and dump size of the SLP graph.
2201
2202 2019-05-07 Richard Biener <rguenther@suse.de>
2203
2204 PR tree-optimization/90316
2205 * tree-ssa-alias.h (get_continuation_for_phi): Take walking
2206 limit by reference.
2207 (walk_non_aliased_vuses): Take walking limit argument.
2208 * tree-ssa-alias.c (maybe_skip_until): Take limit and abort
2209 walking if it is reached instead of just counting.
2210 (get_continuation_for_phi): Likewise.
2211 (walk_non_aliased_vuses): Likewise, instead of leaving counter
2212 limiting to the callback.
2213 * tree-ssa-sccvn.c (vn_reference_lookup_2): Adjust.
2214 (vn_reference_lookup_3): Likewise.
2215 (vn_reference_lookup_pieces): Likewise.
2216 (vn_reference_lookup): Likewise.
2217 * tree-ssa-pre.c (translate_vuse_through_block): Limit walking.
2218 * tree-ssa-scopedtables.c (vuse_eq): Adjust.
2219 (avail_exprs_stack::lookup_avail_expr): Likewise.
2220
2221 2019-05-07 Jan Hubicka <hubicka@ucw.cz>
2222
2223 * tree-ssa-alias.c (aliasing_component_refs_p): Continue looking
2224 for comparaible types in the second direction even if first one
2225 hits incomparable type.
2226
2227 2019-05-07 Richard Biener <rguenther@suse.de>
2228
2229 PR lto/90369
2230 * lto-wrapper.c (debug_objcopy): Use the original filename
2231 including archive offset for the filename used for -save-temps.
2232
2233 2019-05-07 Li Jia He <helijia@linux.ibm.com>
2234
2235 * tree-ssa-phiopt.c (two_value_replacement): Fix a typo in parameter
2236 detection.
2237
2238 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
2239
2240 * config/rs6000/rs6000.md (FIRST_ALTIVEC_REGNO, LAST_ALTIVEC_REGNO)
2241 (LR_REGNO, CTR_REGNO, CA_REGNO, ARG_POINTER_REGNUM, CR0_REGNO)
2242 (CR1_REGNO, CR2_REGNO, CR3_REGNO, CR4_REGNO, CR5_REGNO, CR6_REGNO)
2243 (CR7_REGNO, MAX_CR_REGNO, VRSAVE_REGNO, VSCR_REGNO)
2244 (FRAME_POINTER_REGNUM): Change numbering.
2245 * config/rs6000/rs6000.c (rs6000_reg_names): Adjust.
2246 (alt_reg_names): Adjust.
2247 (rs6000_conditional_register_usage): Don't mark hard register 64 as
2248 fixed.
2249 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Adjust.
2250 (DWARF_FRAME_REGISTERS): Delete.
2251 (DWARF2_FRAME_REG_OUT): Fix whitespace.
2252 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
2253 Adjust.
2254 (REG_ALLOC_ORDER): Adjust.
2255 (FRAME_POINTER_REGNUM, ARG_POINTER_REGNUM): Adjust.
2256 (REG_CLASS_CONTENTS): Adjust.
2257 (RETURN_ADDR_RTX): Change comment.
2258 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Use ARG_POINTER_REGNUM
2259 instead of 67.
2260 (REGISTER_NAMES): Adjust.
2261 (ADDITIONAL_REGISTER_NAMES): Adjust.
2262 * config/rs6000/darwin.h (REGISTER_NAMES): Adjust.
2263
2264 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
2265
2266 * config/rs6000/rs6000.md (TFHAR_REGNO, TFIAR_REGNO, TEXASR_REGNO):
2267 Delete.
2268 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Adjust.
2269 (DWARF_FRAME_REGISTERS): Adjust.
2270 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
2271 Adjust.
2272 (REG_ALLOC_ORDER): Adjust.
2273 (enum reg_class): Delete SPR_REGS.
2274 (REG_CLASS_NAMES): Delete SPR_REGS.
2275 (REG_CLASS_CONTENTS): Delete SPR_REGS. Adjust for deleted TM regs.
2276 (REGISTER_NAMES): Adjust.
2277 (ADDITIONAL_REGISTER_NAMES): Adjust.
2278 * config/rs6000/darwin.h (REGISTER_NAMES): Adjust.
2279 * config/rs6000/htm.md (htm_mfspr_<mode>, htm_mtspr_<mode>): Adjust.
2280 * config/rs6000/predicates.md (htm_spr_reg_operand): Delete.
2281 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Adjust.
2282 (htm_spr_regno): Delete.
2283 (htm_expand_builtin): Adjust: the HTM builtins now have one fewer
2284 argument.
2285 (rs6000_dbx_register_number): Adjust.
2286
2287 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
2288
2289 * config/rs6000/rs6000.h (PRE_GCC3_DWARF_FRAME_REGISTERS): Delete.
2290
2291 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
2292
2293 * config/rs6000/rs6000.c (rs6000_dbx_register_number): Handle
2294 FRAME_POINTER_REGNUM, ARG_POINTER_REGNUM, and 64 (which was MQ).
2295
2296 2019-05-06 Jakub Jelinek <jakub@redhat.com>
2297
2298 PR tree-optimization/88709
2299 PR tree-optimization/90271
2300 * params.def (PARAM_STORE_MERGING_MAX_SIZE): New parameter.
2301 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Handle
2302 non-clobber CONSTRUCTORs with no elts. Remove useless tmp_int
2303 variable.
2304 (imm_store_chain_info::coalesce_immediate_stores): Punt if the size
2305 of the store merging group is larger than
2306 PARAM_STORE_MERGING_MAX_SIZE parameter.
2307 (split_group): Add bzero_first argument. If set, always emit first
2308 the first store which must be = {} of the whole area and then for the
2309 rest of the stores consider all zero bytes as paddings.
2310 (imm_store_chain_info::output_merged_store): Check if first store
2311 is = {} of the whole area and if yes, determine which setting of
2312 bzero_first for split_group gives smaller number of stores. Adjust
2313 split_group callers.
2314 (lhs_valid_for_store_merging_p): Allow decls.
2315 (rhs_valid_for_store_merging_p): Allow non-clobber CONTRUCTORs with
2316 no elts.
2317 (pass_store_merging::process_store): Likewise.
2318
2319 2019-05-06 Kelvin Nilsen <kelvin@gcc.gnu.org>
2320
2321 PR target/89424
2322 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
2323 handling of V1TImode.
2324
2325 2019-05-06 Uroš Bizjak <ubizjak@gmail.com>
2326
2327 PR target/89221
2328 * config.gcc (i[34567]86-*-*, x86_64-*-*): Move tests for enable_cld
2329 and enable_frame_pointer ...
2330 * configure.ac: ... here. Update help strings for
2331 --enable-frame-pointer.
2332 * configure: Regenerate.
2333 * config/i386/i386-options.c (ix86_option_override_internal): Remove
2334 USE_X86_64_FRAME_POINTER define, use USE_IX86_FRAME_POINTER instead.
2335 * config/i386/sol2.h (USE_IX86_FRAME_POINTER): Remove.
2336 (USE_X86_64_FRAME_POINTER): Ditto.
2337
2338 2019-05-06 Martin Liska <mliska@suse.cz>
2339
2340 * config.gcc: Append to target_gtfiles and fix indentation.
2341
2342 2019-05-06 Richard Biener <rguenther@suse.de>
2343
2344 PR tree-optimization/90358
2345 * tree-vect-stmts.c (get_group_load_store_type): Properly
2346 detect unused upper half of load.
2347 (vectorizable_load): Likewise.
2348
2349 2019-05-06 Richard Biener <rguenther@suse.de>
2350
2351 PR tree-optimization/88828
2352 * tree-ssa-forwprop.c (get_bit_field_ref_def): Split out from...
2353 (simplify_vector_constructor): ...here. Handle constants in
2354 the constructor.
2355
2356 2019-05-06 Richard Biener <rguenther@suse.de>
2357
2358 PR tree-optimization/90328
2359 * tree-data-ref.h (dr_may_alias_p): Pass in the actual loop nest.
2360 * tree-data-ref.c (dr_may_alias_p): Check whether the clique
2361 is valid in the loop nest before using it.
2362 (initialize_data_dependence_relation): Adjust.
2363 * graphite-scop-detection.c (build_alias_set): Pass the SCOP enclosing
2364 loop as loop-nest to dr_may_alias_p.
2365
2366 2019-05-06 Richard Biener <rguenther@suse.de>
2367
2368 * dwarf2out.c (mem_loc_descriptor): Initialize int_mode.
2369
2370 2019-05-06 Richard Biener <rguenther@suse.de>
2371
2372 PR tree-optimization/90316
2373 * tree-ssa-alias.c (maybe_skip_until): Pass in target BB,
2374 compute target on demand.
2375 (get_continuation_for_phi): Remove code walking stmts to
2376 get to a target virtual operand which could end up being
2377 quadratic.
2378
2379 2019-05-06 Martin Liska <mliska@suse.cz>
2380
2381 PR sanitizer/90312
2382 * config/i386/i386-options.c (ix86_option_override_internal): Error only
2383 when -mabi is selected to a non-default version.
2384
2385 2019-05-06 Hrishikesh Kulkarni <hrishikeshparag@gmail.com>
2386 Martin Liska <mliska@suse.cz>
2387
2388 * Makefile.in: Add lto-dump.texi.
2389 * cgraph.h: Add new functions get_visibility_string and
2390 get_symtab_type_string.
2391 * doc/gcc.texi: Include lto-dump section.
2392 * doc/lto-dump.texi: New file.
2393 * dumpfile.c (dump_switch_p_1): Use parse_dump_option.
2394 (parse_dump_option): Factor out this function.
2395 * dumpfile.h (enum dump_flag): Add new value TDF_ERROR.
2396 (parse_dump_option): Export the function.
2397 * symtab.c (symtab_node::get_visibility_string): New function.
2398 (symtab_node::get_symtab_type_string): Likewise.
2399
2400 2019-05-06 Martin Liska <mliska@suse.cz>
2401
2402 * config/i386/i386-builtins.c: New file.
2403 * config/i386/i386-builtins.h: New file.
2404 * config/i386/i386-expand.c: New file.
2405 * config/i386/i386-expand.h: New file.
2406 * config/i386/i386-features.c: New file.
2407 * config/i386/i386-features.h: New file.
2408 * config/i386/i386-options.c: New file.
2409 * config/i386/i386-options.h: New file.
2410 * config.gcc: Add new files into extra_objs and
2411 target_gtfiles.
2412 * config/i386/i386.c: Split content of the file
2413 into newly introduced files.
2414 * config/i386/i386.h: Declare common variables
2415 and macros.
2416 * config/i386/t-i386: Define dependencies for new files.
2417
2418 2019-05-03 Richard Earnshaw <rearnsha@arm.com>
2419
2420 PR target/89400
2421 * config/arm/arm.md (unaligned_loadsi): Add variant for thumb1.
2422 Restrict 'all' variant to 32-bit configurations.
2423 (unaligned_loadhiu): Likewise.
2424 (unaligned_storehi): Likewise.
2425 (unaligned_storesi): Likewise.
2426 (unaligned_loadhis): Disable when compiling for thumb1.
2427
2428 2019-05-03 Marc Glisse <marc.glisse@inria.fr>
2429
2430 PR tree-optimization/90269
2431 * tree-loop-distribution.c (find_seed_stmts_for_distribution):
2432 Ignore clobbers.
2433
2434 2019-05-03 Martin Liska <mliska@suse.cz>
2435
2436 * hash-map.h: Add is_empty function.
2437 * hash-set.h: Likewise.
2438 * hash-table.h: Likewise.
2439 * dwarf2out.c (dwarf2out_finish): Use is_empty instead of
2440 elements () == 0 (and similar usages).
2441 * gimple-ssa-store-merging.c (pass_store_merging::terminate_and_process_all_chains): Likewise.
2442 * gimplify.c (gimplify_bind_expr): Likewise.
2443 (gimplify_switch_expr): Likewise.
2444 * hash-map-tests.c (test_map_of_strings_to_int): Likewise.
2445 * ipa-icf.c (sem_item_optimizer::remove_symtab_node): Likewise.
2446 * postreload-gcse.c (dump_hash_table): Likewise.
2447 (gcse_after_reload_main): Likewise.
2448 * predict.c (combine_predictions_for_bb): Likewise.
2449 * tree-parloops.c (reduction_phi): Likewise.
2450 (separate_decls_in_region): Likewise.
2451 (transform_to_exit_first_loop): Likewise.
2452 (gen_parallel_loop): Likewise.
2453 (gather_scalar_reductions): Likewise.
2454 (try_create_reduction_list): Likewise.
2455 * var-tracking.c (dump_vars): Likewise.
2456 (emit_notes_for_changes): Likewise.
2457 (vt_emit_notes): Likewise.
2458
2459 2019-05-03 Richard Biener <rguenther@suse.de>
2460
2461 PR tree-optimization/90316
2462 * tree-ssa-pre.c (pass_pre::execute): Re-compute DOM fast queries
2463 before running VN.
2464
2465 2019-05-03 Richard Biener <rguenther@suse.de>
2466
2467 * tree-vect-stmts.c (get_group_load_store_type): Avoid
2468 peeling for gaps by loading only lower halves of vectors
2469 if possible.
2470 (vectorizable_load): Likewise.
2471
2472 2019-05-03 Richard Biener <rguenther@suse.de>
2473
2474 PR middle-end/89518
2475 * match.pd: Add pattern to optimize (A / B) * B + (A % B) to A.
2476
2477 2019-05-03 Richard Biener <rguenther@suse.de>
2478
2479 PR middle-end/87314
2480 * match.pd (cmp (convert1?@2 addr@0) (convert2? addr@1)):
2481 Handle STRING_CST vs DECL or STRING_CST.
2482
2483 2019-05-03 Richard Biener <rguenther@suse.de>
2484
2485 PR tree-optimization/88963
2486 * tree-ssa-forwprop.c (pass_forwprop::execute): Rewrite
2487 vector loads feeding only BIT_FIELD_REFs to component
2488 loads. Rewrite stores fed by CONSTRUCTORs to component
2489 stores.
2490
2491 2019-05-03 Jakub Jelinek <jakub@redhat.com>
2492
2493 * opts.h (finish_options): Remove lang_mask argument.
2494 (print_help, help_option_argument): Declare.
2495 * opts.c (print_help): Remove forward declaration, no longer static.
2496 (finish_options): Remove lang_mask argument, don't call print_help
2497 here.
2498 * opts-global.c (decode_options): Adjust finish_option caller, call
2499 print_help here.
2500
2501 PR tree-optimization/90303
2502 * ipa-devirt.c (obj_type_ref_class, get_odr_type): Don't use
2503 TYPE_CANONICAL for TYPE_STRUCTURAL_EQUALITY_P types in !in_lto_p mode.
2504
2505 2019-05-03 Richard Biener <rguenther@suse.de>
2506
2507 PR tree-optimization/89698
2508 * gimple-fold.c (canonicalize_constructor_val): Early out
2509 for constants, handle unfolded INTEGER_CSTs as they appear in
2510 C++ virtual table ctors.
2511
2512 2019-05-03 Richard Biener <rguenther@suse.de>
2513
2514 * passes.c (execute_function_todo): Remove dead code.
2515
2516 2019-05-02 Segher Boessenkool <segher@kernel.crashing.org>
2517
2518 * config/rs6000/rs6000.c (rs6000_dbx_register_number): Do not use
2519 the internal register number, for any "real" register.
2520
2521 2019-05-02 Segher Boessenkool <segher@kernel.crashing.org>
2522
2523 * config/rs6000/rs6000.c (rs6000_dbx_register_number): Return the
2524 correct numbers for TFHAR, TFIAR, TEXASR.
2525
2526 2019-05-02 Richard Biener <rguenther@suse.de>
2527
2528 PR tree-optimization/89653
2529 * tree-ssa-loop.c (pass_data_tree_loop_init): Execute
2530 update-address-taken before the pass.
2531 * passes.def (pass_tree_loop_init): Put comment before it.
2532
2533 2019-05-02 Richard Biener <rguenther@suse.de>
2534
2535 PR tree-optimization/89509
2536 * tree-ssa-structalias.c (compute_dependence_clique): Look
2537 at the first subvar when determining whether it is restrict.
2538
2539 2019-05-02 Richard Biener <rguenther@suse.de>
2540
2541 PR tree-optimization/90273
2542 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Eliminate
2543 useless debug stmts.
2544
2545 2019-05-02 Alejandro Martinez <alejandro.martinezvicente@arm.com>
2546
2547 * config/aarch64/aarch64-sve.md (<sur>dot_prod<vsi2qi>): Taken from SVE
2548 ACLE branch.
2549 * config/aarch64/iterators.md: Copied Vetype_fourth, VSI2QI and vsi2qi from
2550 SVE ACLE branch.
2551 * tree-vect-loop.c (use_mask_by_cond_expr_p): New function to check if a
2552 VEC_COND_EXPR be inserted to emulate a conditional internal function.
2553 (build_vect_cond_expr): Emit the VEC_COND_EXPR.
2554 (vectorizable_reduction): Use the functions above to vectorize in a
2555 fully masked loop codes that don't have a conditional internal
2556 function.
2557
2558 2019-05-02 Martin Liska <mliska@suse.cz>
2559
2560 * cgraphclones.c: Call valid_attribute_p with 1 for
2561 target_clone.
2562 * config/i386/i386-c.c (ix86_pragma_target_parse): Use 0 as
2563 it's for target attribute.
2564 * config/i386/i386-protos.h (ix86_valid_target_attribute_tree):
2565 Add new boolean argument.
2566 * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
2567 Likewise.
2568 (ix86_valid_target_attribute_tree): Pass target_clone_attr
2569 to ix86_valid_target_attribute_inner_p.
2570 (ix86_valid_target_attribute_p): Pass flags argument to
2571 ix86_valid_target_attribute_inner_p.
2572 (get_builtin_code_for_version): Use 0 as it's target attribute.
2573
2574 2019-05-02 Martin Liska <mliska@suse.cz>
2575
2576 * gcc.c (process_command): Add dummy file only
2577 if n_infiles == 0.
2578 * opts-global.c (decode_options): Pass lang_mask.
2579 * opts.c (print_help): New function.
2580 (finish_options): Print --help if help_option_argument
2581 is set.
2582 (common_handle_option): Factor out content of OPT__help_
2583 into print_help.
2584 * opts.h (finish_options): Add new argument.
2585
2586 2019-05-02 Martin Liska <mliska@suse.cz>
2587
2588 PR target/88809
2589 * config/i386/i386.c (ix86_expand_strlen): Use strlen call.
2590 With -minline-all-stringops use inline expansion using 4B loop.
2591 * doc/invoke.texi: Document the change of
2592 -minline-all-stringops.
2593
2594 2019-05-01 Jeff Law <law@redhat.com>
2595
2596 PR tree-optimization/88797
2597 * gimple-ssa-split-paths (is_feasible_trace): Reject cases where the
2598 PHI feeds a conditional on the RHS of an assignment.
2599
2600 2019-04-30 Andrew Waterman <andrew@sifive.com>
2601 Jim Wilson <jimw@sifive.com>
2602
2603 * config/riscv/constraints.md (L): New.
2604 * config/riscv/predicates.md (lui_operand): New.
2605 (sfb_alu_operand): New.
2606 * config/riscv/riscv-protos.h (riscv_expand_conditional_move): Declare.
2607 * config/riscv/riscv.c (riscv_expand_conditional_move): New.
2608 * config/riscv/riscv.h (TARGET_SFB_ALU): New.
2609 * config/riscv/risc.md (type): Add sfb_alu.
2610 (branch<mode>): Renamed from branch_order<mode>. Change predicate for
2611 operand 3 to reg_or_0_operand. In output string, change %3 to %z3.
2612 (branch_zero<mode>): Delete.
2613 (mov<mode>cc): New.
2614 (mov<GPR:mode><X:mode>cc): Likewise.
2615 * config/riscv/sifive-7.md (sifive_7_sfb_alu): New. Use in bypasses.
2616
2617 2019-04-30 Nathan Sidwell <nathan@acm.org>
2618
2619 * tree.h (MARK_TS_EXP): New.
2620
2621 2019-04-30 Martin Liska <mliska@suse.cz>
2622
2623 * opts.c (enable_warning_as_error): Provide hints
2624 for unknown options.
2625
2626 2019-04-30 Martin Liska <mliska@suse.cz>
2627
2628 PR debug/90288
2629 * doc/invoke.texi: Add missing dash for gas-locview-support
2630 and gno-as-locview-support.
2631
2632 2019-04-30 Jakub Jelinek <jakub@redhat.com>
2633
2634 PR target/89093
2635 * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Don't skip
2636 whitespace at the start of target attribute string.
2637
2638 2019-04-30 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2639
2640 PR target/86538
2641 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins):
2642 Define __ARM_FEATURE_ATOMICS.
2643
2644 2019-04-30 Martin Liska <mliska@suse.cz>
2645
2646 * gimple-fold.c (gimple_fold_builtin_memory_op): Change endp
2647 into built_in_function enum. Remove code for endp == 2 and
2648 use BUILT_IN_* constants.
2649 (gimple_fold_builtin): Call the function with fcode.
2650
2651 2019-04-30 Martin Liska <mliska@suse.cz>
2652
2653 * config/i386/i386.c (ix86_builtin_reciprocal): Cast
2654 DECL_FUNCTION_CODE into ix86_builtins enum before
2655 the switch statement.
2656
2657 2019-04-30 Jakub Jelinek <jakub@redhat.com>
2658
2659 PR tree-optimization/89475
2660 * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_BSWAP{16,32,64}
2661 calls.
2662
2663 2019-04-30 Martin Liska <mliska@suse.cz>
2664
2665 PR translation/90274
2666 * opts.c (print_filtered_help): Wrap string in _(...).
2667
2668 2019-04-30 Bin Cheng <bin.cheng@linux.alibaba.com>
2669
2670 PR tree-optimization/90240
2671 Revert:
2672 2019-04-23 Bin Cheng <bin.cheng@linux.alibaba.com>
2673
2674 PR tree-optimization/90078
2675 * tree-ssa-loop-ivopts.c (comp_cost::operator +,-,+=,-+,/=,*=): Add
2676 checks for infinite_cost overflow.
2677
2678 2019-04-29 Jeff Law <law@redhat.com>
2679
2680 * passes.def: Move -Wrestrict pass after copy propagation.
2681
2682 2019-04-29 Maya Rashish <coypu@sdf.org>
2683
2684 * config.gcc (default_gnu_indirect_function): Default to yes
2685 for arm*-*-netbsd*, i[34567]86-*-netbsd*, powerpc*-*-netbsd*,
2686 sparc*-*-netbsd*, x86_64-*-netbsd*.
2687
2688 2019-04-29 Vladislav Ivanishin <vlad@ispras.ru>
2689
2690 * tree-ssa-uninit.c (is_pred_expr_subset_of): Correctly handle cases
2691 where cond2 is NE_EXPR.
2692 (is_value_included_in): Update comment.
2693
2694 2019-04-29 Richard Biener <rguenther@suse.de>
2695
2696 PR tree-optimization/90278
2697 * tree-ssa-forwprop.c (pass_forwprop::execute): Transfer/clean
2698 EH on comparison simplification.
2699
2700 2019-04-29 Jason Merrill <jason@redhat.com>
2701
2702 PR c++/82081 - tail call optimization breaks noexcept
2703 * tree-tailcall.c (find_tail_calls): Don't turn a call from a
2704 nothrow function to a might-throw function into a tail call.
2705
2706 2019-04-29 Richard Sandiford <richard.sandiford@arm.com>
2707
2708 * tree-data-ref.h (data_dependence_relation::inner_loop): Delete.
2709 (DDR_INNER_LOOP): Likewise.
2710 * tree-data-ref.c (dump_data_dependence_relation): Update accordingly.
2711 (initialize_data_dependence_relation): Likewise.
2712 (insert_innermost_unit_dist_vector): Use 0 instead of DDR_INNER_LOOP.
2713
2714 2019-04-29 Jakub Jelinek <jakub@redhat.com>
2715
2716 PR rtl-optimization/90257
2717 * cfgrtl.c (flow_active_insn_p): Return true for USE of a function
2718 return value.
2719
2720 Revert the revert:
2721 2019-04-21 H.J. Lu <hongjiu.lu@intel.com>
2722
2723 PR target/90178
2724 Revert:
2725 2018-11-21 Uros Bizjak <ubizjak@gmail.com>
2726
2727 Revert the revert:
2728 2013-10-26 Vladimir Makarov <vmakarov@redhat.com>
2729
2730 Revert:
2731 2013-10-25 Vladimir Makarov <vmakarov@redhat.com>
2732
2733 * lra-spills.c (lra_final_code_change): Remove useless move insns.
2734
2735 2019-04-29 Richard Biener <rguenther@suse.de>
2736
2737 * tree-ssa.c (insert_debug_temp_for_var_def): For {CLOBBER}
2738 rhs issue a reset.
2739
2740 2019-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
2741
2742 * config/netbsd-d.c: Include memmodel.h. Remove unused tree.h,
2743 varasm.h, and netbsd-protos.h.
2744
2745 2019-04-27 Uroš Bizjak <ubizjak@gmail.com>
2746
2747 PR target/89261
2748 * config/i386/i386-protos.h (ix86_data_alignment): Change
2749 the second argument type to unsigned int.
2750 * config/i386/i386.c (ix86_data_alignment): Change "align"
2751 argument type to unsigned int.
2752
2753 2019-04-27 Martin Liska <mliska@suse.cz>
2754
2755 PR middle-end/90258
2756 * opt-suggestions.c (option_proposer::build_option_suggestions):
2757 When get_valid_option_values returns empty values, add the
2758 misspelling candidate.
2759
2760 2019-04-26 Jim Wilson <jimw@sifive.com>
2761
2762 * config/riscv/riscv-protos.h (riscv_move_integer): Add machine_mode
2763 parameter.
2764 * config/riscv/riscv.c (riscv_move_integer): New parameter orig_mode.
2765 Pass orig_mode to riscv_build_integer.
2766 (riscv_split_integer): Pass mode to riscv_move_integer.
2767 (riscv_legitimize_const_move): Likewise.
2768 (riscv_legitimize_move): For MEM dest and CONST_INT src case, new local
2769 promoted_mode. Replace force_reg call with code to load constant into
2770 promoted reg and then subreg it for the store.
2771 * config/riscv/riscv.md (low<mode>+1): Pass <GPR:MODE>mode to
2772 riscv_move_integer.
2773
2774 2018-04-26 Eugene Sharygin <eush@ispras.ru>
2775
2776 * gdbhooks.py: Fix UnicodeDecodeErrors when printing trees with
2777 corrupt codes.
2778
2779 2019-04-26 Richard Sandiford <richard.sandiford@arm.com>
2780
2781 * tree.h (TYPE_VECTOR_SUBPARTS, SET_TYPE_VECTOR_SUBPARTS): Add
2782 commentary about the encoding of precision.
2783
2784 2019-04-25 Andreas Tobler <andreast@gcc.gnu.org>
2785
2786 * config/i386/freebsd64.h: Add bits for 32-bit multilib support.
2787 * config/i386/t-freebsd64: New file.
2788 * config.gcc: Add the t-freebsd64 for multilib support.
2789
2790 2019-04-25 Uroš Bizjak <ubizjak@gmail.com>
2791
2792 * doc/extend.texi (vector_size): Add missing comma after @xref.
2793
2794 2019-04-25 Jakub Jelinek <jakub@redhat.com>
2795
2796 * BASE-VER: Set to 10.0.0.
2797
2798 2019-04-25 Richard Biener <rguenther@suse.de>
2799
2800 PR middle-end/89765
2801 * gimplify.c (gimplify_expr): Avoid turning a lvalue
2802 VIEW_CONVERT_EXPR into one operating on an rvalue.
2803
2804 2019-04-25 H.J. Lu <hongjiu.lu@intel.com>
2805
2806 PR target/89929
2807 * config/i386/i386.c (feature_priority): Moved to file scope.
2808 (processor_features): Likewise.
2809 (processor_model): Likewise.
2810 (_arch_names_table): Likewise.
2811 (arch_names_table): Likewise.
2812 (_feature_list): Removed.
2813 (feature_list): Likewise.
2814 (_isa_names_table): Moved to file scope. Add priority.
2815 (isa_names_table): Likewise.
2816 (get_builtin_code_for_version): Replace feature_list with
2817 isa_names_table. Update error message for P_ZERO priority.
2818
2819 2019-04-25 Richard Biener <rguenther@suse.de>
2820
2821 * tree-pass.h (make_pass_phi_only_cprop): Remove.
2822 * timevar.def (TV_TREE_PHI_CPROP): Likewise.
2823
2824 2019-04-24 Jeff Law <law@redhat.com>
2825
2826 PR tree-optimization/90037
2827 * Makefile.in (OBJS): Remove tree-ssa-phionlycprop.c
2828 * passes.def: Replace all instance of phi-only cprop with the
2829 lattice propagator. Move propagation pass from after erroneous
2830 path isolation to before erroneous path isolation.
2831 * tree-ssa-phionlycprop.c: Remove.
2832
2833 2019-04-24 Richard Biener <rguenther@suse.de>
2834
2835 PR middle-end/90213
2836 * gimple-fold.c (fold_const_aggregate_ref_1): Do multiplication
2837 by size and BITS_PER_UNIT on poly-wide-ints.
2838
2839 2019-04-25 Richard Biener <rguenther@suse.de>
2840
2841 PR middle-end/90194
2842 * match.pd: Add pattern to simplify view-conversion of an
2843 empty constructor.
2844
2845 2019-04-24 Clement Chigot <clement.chigot@atos.net>
2846
2847 * config/rs6000/aix71.h (SUBTARGET_OVERRIDE_OPTIONS): Disable
2848 OPTION_MASK_VSX and OPTION_MASK_ALTIVEC from rs6000_isa_flags
2849 for Go on 32 bit AIX.
2850 * config/rs6000/aix72.h: Likewise.
2851
2852 2019-04-24 Jakub Jelinek <jakub@redhat.com>
2853
2854 PR target/90193
2855 * rtl.c (classify_insn): Return JUMP_INSN for asm goto.
2856 * emit-rtl.c (try_split): Copy over REG_LABEL_TARGET.
2857
2858 2019-04-24 Andreas Krebbel <krebbel@linux.ibm.com>
2859
2860 PR target/89952
2861 * config/s390/s390.c (s390_restore_gprs_from_fprs): Restore GPRs
2862 from FPRs in reverse order. Generate REG_CFA_DEF_CFA note also
2863 for restored hard frame pointer.
2864 (s390_sched_dependencies_evaluation): Implement new target hook.
2865 (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New macro definition.
2866
2867 2019-04-24 Claudiu Zissulescu <claziss@sysnopsys.com>
2868
2869 * config/arc/arc-options.def: Fix typos and spelling mistakes.
2870 * config/arc/arc.c (arc_init): Cleanup warning message.
2871 (arc_override_options): Likewise.
2872
2873 2019-04-24 Jakub Jelinek <jakub@redhat.com>
2874
2875 PR target/90187
2876 * config/i386/i386.c (ix86_expand_sse_fp_minmax): Force if_true into
2877 a register if both if_true and if_false are MEMs.
2878
2879 PR tree-optimization/90208
2880 * tree-cfg.c (remove_bb): Move forced labels from removed bbs
2881 after labels of new_bb, not before them.
2882
2883 PR tree-optimization/90211
2884 * tree-parloops.c (try_create_reduction_list): Ignore phi arguments
2885 which are not SSA_NAMEs.
2886
2887 2018-04-23 Sudakshina Das <sudi.das@arm.com>
2888
2889 * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define for
2890 AArch64.
2891 (aarch64_file_end_indicate_exec_stack): Add gnu note section.
2892
2893 2019-04-23 Roman Zhuykov <zhroma@ispras.ru>
2894
2895 PR rtl-optimization/87979
2896 * modulo-sched.c (sms_schedule): Start ii value "mii" should
2897 not equal zero.
2898
2899 2019-04-23 Roman Zhuykov <zhroma@ispras.ru>
2900
2901 PR rtl-optimization/84032
2902 * modulo-sched.c (ps_insn_find_column): Change condition so that
2903 branch will always be the last insn in a row inside partial
2904 schedule.
2905
2906 2019-04-23 Richard Biener <rguenther@suse.de>
2907
2908 PR debug/90131
2909 * tree-cfgcleanup.c (move_debug_stmts_from_forwarder): Add
2910 dest_single_pred_p argument.
2911 (remove_forwarder_block): Adjust.
2912 (remove_forwarder_block_with_phi): Likewise.
2913
2914 2019-04-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2915 Bernd Edlinger <bernd.edlinger@hotmail.de>
2916 Jakub Jelinek <jakub@redhat.com>
2917
2918 PR target/89093
2919 * config/arm/arm.c (aapcs_vfp_is_call_or_return_candidate): Diagnose
2920 if used with general-regs-only.
2921 (arm_conditional_register_usage): Don't add non-general regs if
2922 general-regs-only.
2923 (arm_valid_target_attribute_rec): Handle general-regs-only.
2924 * config/arm/arm.h (TARGET_HARD_FLOAT): Return false if
2925 general-regs-only.
2926 (TARGET_HARD_FLOAT_SUB): Define.
2927 (TARGET_SOFT_FLOAT): Define as negation of TARGET_HARD_FLOAT_SUB.
2928 (TARGET_REALLY_IWMMXT): Add && !TARGET_GENERAL_REGS_ONLY.
2929 (TARGET_REALLY_IWMMXT2): Likewise.
2930 * config/arm/arm.opt: Add -mgeneral-regs-only.
2931 * doc/extend.texi: Document ARM general-regs-only target.
2932 * doc/invoke.texi: Document ARM -mgeneral-regs-only.
2933
2934 2019-04-23 Bin Cheng <bin.cheng@linux.alibaba.com>
2935
2936 PR tree-optimization/90078
2937 * tree-ssa-loop-ivopts.c (comp_cost::operator +,-,+=,-+,/=,*=): Add
2938 checks for infinite_cost overflow.
2939
2940 2019-04-23 Bin Cheng <bin.cheng@linux.alibaba.com>
2941
2942 PR tree-optimization/90021
2943 * tree-chrec.c (evolution_function_is_univariate_p): New parameter
2944 and check univariate against it.
2945 * tree-chrec.h (evolution_function_is_univariate_p): New parameter.
2946 * tree-data-ref.c (add_other_self_distances): Pass new argument.
2947
2948 2019-04-21 H.J. Lu <hongjiu.lu@intel.com>
2949
2950 PR target/90178
2951 Revert:
2952 2018-11-21 Uros Bizjak <ubizjak@gmail.com>
2953
2954 Revert the revert:
2955 2013-10-26 Vladimir Makarov <vmakarov@redhat.com>
2956
2957 Revert:
2958 2013-10-25 Vladimir Makarov <vmakarov@redhat.com>
2959
2960 * lra-spills.c (lra_final_code_change): Remove useless move insns.
2961
2962 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
2963
2964 * config/rs6000/rs6000.md (group_end_nop): Emit insn register
2965 names using operand format, rather than hard-wired.
2966 (speculation_barrier): Likewise.
2967
2968 2019-04-19 Segher Boessenkool <segher@kernel.crashing.org>
2969
2970 PR tree-optimization/88055
2971 * tree-call-cdce.c (comparison_code_if_no_nans): New function.
2972 (gen_one_condition): Use it if !HONOR_NANS.
2973
2974 2019-04-19 Jakub Jelinek <jakub@redhat.com>
2975
2976 PR middle-end/90139
2977 * tree-outof-ssa.c (get_temp_reg): If reg_mode is BLKmode, return
2978 assign_temp instead of gen_reg_rtx.
2979
2980 2019-04-19 Christophe Lyon <christophe.lyon@linaro.org>
2981
2982 PR translation/90118
2983 * config/aarch64/aarch64.c (aarch64_override_options_internal):
2984 Add missing space before %<.
2985
2986 2019-04-18 Peter Bergner <bergner@linux.ibm.com>
2987
2988 PR rtl-optimization/87871
2989 * ira-lives.c (make_object_dead): Don't add conflicts to
2990 TOTAL_CONFLICT_HARD_REGS for register ignore_reg_for_conflicts.
2991
2992 2019-04-18 Martin Sebor <msebor@redhat.com>
2993
2994 PR middle-end/89797
2995 * tree.h (TYPE_VECTOR_SUBPARTS): Use HOST_WIDE_INT_1U.
2996 * config/aarch64/aarch64.c (aarch64_simd_vector_alignment): Avoid
2997 assuming type size fits in SHWI.
2998
2999 2019-04-18 Jan Hubicka <hubicka@ucw.cz>
3000
3001 PR ipa/85051
3002 * ipa-inline.c (flatten_function): New parameter UPDATE.
3003 (ipa_inline, early_inliner): Use it.
3004
3005 2019-04-18 Richard Sandiford <richard.sandiford@arm.com>
3006
3007 * fold-const.c (int_const_binop): Return early on failure.
3008
3009 2019-04-18 Richard Sandiford <richard.sandiford@arm.com>
3010
3011 PR middle-end/85164
3012 * combine.c (force_int_to_mode): Cast the argument rather than
3013 the result of known_alignment.
3014 * rtlanal.c (rtx_addr_can_trap_p_1): Use known_subrange_p.
3015
3016 2019-04-18 Richard Biener <rguenther@suse.de>
3017
3018 PR debug/90131
3019 * tree-cfgcleanup.c (move_debug_stmts_from_forwarder): Split
3020 out from ...
3021 (remove_forwarder_block): ... here.
3022 (remove_forwarder_block_with_phi): Also move debug stmts here.
3023
3024 2019-04-18 Jakub Jelinek <jakub@redhat.com>
3025
3026 PR translation/79183
3027 * gimple-ssa-sprintf.c (format_directive): Use inform_n instead of
3028 inform where appropriate.
3029
3030 2019-04-18 Richard Biener <rguenther@suse.de>
3031
3032 * tree.c (get_qualified_type): Put found type variants at the
3033 head of the variant list.
3034
3035 2018-04-17 Segher Boessenkool <segher@kernel.crashing.org>
3036
3037 * config/rs6000/rs6000.c (rs6000_register_move_cost): Fix typo.
3038
3039 2019-04-17 Hongtao Liu <hongtao.liu@intel.com>
3040
3041 PR target/90125
3042 * config/i386/avx512fintrin.h (_mm_maskz_fmadd_round_sd,
3043 _mm_maskz_fmadd_round_ss, _mm_maskz_fmsub_round_sd,
3044 _mm_maskz_fmsub_round_ss, _mm_maskz_fnmadd_round_sd,
3045 _mm_maskz_fnmadd_round_ss, _mm_maskz_fnmsub_round_sd,
3046 _mm_maskz_fnmsub_round_ss): Use _maskz builtin instead of _mask3.
3047
3048 2019-04-17 Peter Bergner <bergner@linux.ibm.com>
3049
3050 * ira-conflicts.c (print_allocno_conflicts): Always print something,
3051 even for allocno's with no conflicts.
3052 (print_conflicts): Print an extra newline.
3053
3054 2019-04-17 Segher Boessenkool <segher@kernel.crashing.org>
3055
3056 * auto-inc-dec.c (attempt_change): Set the alignment of the
3057 temporary memory to that of the original.
3058
3059 2019-04-17 Joao Moreira <jmoreira@suse.de>
3060
3061 * targhooks.c (default_print_patchable_function_entry): Emit
3062 __patchable_function_entries section with writable flags to allow
3063 relocation resolution.
3064
3065 2019-04-17 Jonny Grant <jg@jguk.org>
3066
3067 * collect2.c (main): Change gcc.gnu.org URL to HTTPS.
3068
3069 2019-04-17 Jakub Jelinek <jakub@redhat.com>
3070
3071 PR middle-end/90095
3072 * internal-fn.c (expand_mul_overflow): Don't set SUBREG_PROMOTED_VAR_P
3073 on lowpart SUBREGs.
3074
3075 2019-04-17 Claudiu Zissulescu <claziss@synopsys.com>
3076
3077 * config/arc/arc.c (arc_init): Format diagnostic string.
3078 (arc_override_options): Likewise.
3079 (check_if_valid_regno_const): Likewise.
3080 (arc_reorg): Likewise.
3081
3082 2019-04-17 Segher Boessenkool <segher@kernel.crashing.org>
3083
3084 PR target/17108
3085 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Adjust pattern
3086 name.
3087 (rs6000_emit_allocate_stack_1): Simplify condition. Adjust pattern
3088 name.
3089 * config/rs6000/rs6000.md (bits): Add entries for SF and DF.
3090 (*movdi_update1): Use Pmode.
3091 (movdi_<mode>_update): Fix argument to avoiding_indexed_address_p.
3092 (movdi_<mode>_update_stack): Rename to ...
3093 (movdi_update_stack): ... this. Fix comment. Change condition. Don't
3094 use Pmode.
3095 (*movsi_update1): Use Pmode.
3096 (*movsi_update2): Use Pmode.
3097 (movsi_update): Rename to ...
3098 (movsi_<mode>_update): ... this. Use Pmode.
3099 (movsi_update_stack): Fix condition.
3100 (*movhi_update1): Use Pmode. Fix argument to
3101 avoiding_indexed_address_p.
3102 (*movhi_update2): Ditto.
3103 (*movhi_update3): Ditto.
3104 (*movhi_update4): Ditto.
3105 (*movqi_update1): Ditto.
3106 (*movqi_update2): Ditto.
3107 (*movqi_update3): Ditto.
3108 (*movsf_update1, *movdf_update1): Merge, rename to...
3109 (*mov<mode>_update1): This. Use Pmode. Fix argument to
3110 avoiding_indexed_address_p. Add "size" attribute.
3111 (*movsf_update2, *movdf_update2): Merge, rename to...
3112 (*mov<mode>_update2): This. Ditto.
3113 (*movsf_update3): Use Pmode. Fix argument to
3114 avoiding_indexed_address_p.
3115 (*movsf_update4): Ditto.
3116 (allocate_stack): Simplify condition. Adjust pattern names.
3117
3118 2019-04-17 Jakub Jelinek <jakub@redhat.com>
3119
3120 PR target/89093
3121 * config/arm/arm.c (arm_valid_target_attribute_rec): Don't skip
3122 whitespace at the start of target attribute string.
3123
3124 2019-04-16 Pat Haugen <pthaugen@us.ibm.com>
3125
3126 PR target/84369
3127 * config/rs6000/power9.md: Add store forwarding bypass.
3128
3129 2019-04-16 Alexandre Oliva <aoliva@redhat.com>
3130
3131 PR debug/89528
3132 * valtrack.c (dead_debug_insert_temp): Reset debug references
3133 to the return value of a call being removed.
3134
3135 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
3136
3137 * config/arc/arc-protos.h (arc_register_move_cost): Remove.
3138 * config/arc/arc.c (arc_register_move_cost): Re-purpose it to
3139 implement target hook.
3140 (arc_memory_move_cost): New function.
3141 (TARGET_REGISTER_MOVE_COST): Define.
3142 (TARGET_MEMORY_MOVE_COST): Likewise.
3143 * config/arc/arc.h (REGISTER_MOVE_COST): Remove.
3144 (MEMORY_MOVE_COST): Likewise.
3145
3146 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
3147
3148 * config/arc/arc.md (sibcall_insn): Use Rcd constraint.
3149 (sibcall_value_insn): Likewise.
3150 * config/arc/constraints.md (Rs5): Remove.
3151
3152 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
3153
3154 * config/arc/arc.c (arc_hard_regno_modes): Add two missing modes
3155 for last two fake registers.
3156 (arc_conditional_register_usage): Make sure fake frame and arg
3157 pointer regs are in general regs class.
3158 (FRAME_POINTER_MASK): Remove.
3159 (RETURN_ADDR_MASK): Remove.
3160 (arc_must_save_register): Use hard frame regnum.
3161 (frame_restore_reg): Use hard_frame_pointer_rtx.
3162 (arc_save_callee_saves): Likewise.
3163 (arc_restore_callee_saves): Likewise.
3164 (arc_save_callee_enter): Likewise.
3165 (arc_restore_callee_leave): Likewise.
3166 (arc_save_callee_milli): Likewise.
3167 (arc_eh_return_address_location): Likewise.
3168 (arc_check_multi): Use hard frame regnum.
3169 (arc_can_eliminate): Likewise.
3170 * config/arc/arc.h (FIXED_REGISTERS): Make FP register available
3171 for register allocator.
3172 (REG_CLASS_CONTENTS): Update GENERAL_REGS.
3173 (REGNO_OK_FOR_BASE_P): Consider FRAME_POINTER_REGNUM.
3174 (FRAME_POINTER_REGNUM): Change it to a fake register.
3175 (HARD_FRAME_POINTER_REGNUM): Defined.
3176 (ARG_POINTER_REGNUM): Change it to a new fake register.
3177 (ELIMINABLE_REGS): Update.
3178 (REGISTER_NAMES): Update names.
3179 * config/arc/arc.md (LP_START): Remove.
3180 (LP_END): Likewise.
3181 (shift_si3_loop): Update pattern.
3182
3183 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
3184
3185 * config/arc/arc.c (arc_expand_prologue): Emit blockage regardless
3186 to avoid delay slot scheduling.
3187 (arc_must_save_register): Don't save SP.
3188 * config/arc/arc.md (stack_tie): Remove.
3189 (UNSPEC_ARC_STKTIE): Likewise.
3190
3191 2019-04-16 Kito Cheng <kito.cheng@gmail.com>
3192 Shiva Chen <shiva0217@gmail.com>
3193
3194 * config/nds32/nds32-md-auxiliary.c (nds32_split_ashiftdi3): Fix wrong
3195 code gen with large shift amount.
3196
3197 2019-04-16 Chung-Ju Wu <jasonwucj@gmail.com>
3198
3199 * config/nds32/nds32-pipelines-auxiliary.c (wext_odd_dep_p): Handle
3200 subreg.
3201
3202 2019-04-16 Jakub Jelinek <jakub@redhat.com>
3203
3204 PR target/90096
3205 * config/i386/i386.c (ix86_target_string): Add ADD_ABI_P argument, only
3206 print -m64/-mx32/-m32 if it is true.
3207 (ix86_debug_options, ix86_function_specific_print): Pass true as
3208 ADD_ABI_P to ix86_target_string.
3209 (ix86_expand_builtin): Adjust ix86_target_string caller, pass true as
3210 ADD_ABI_P only if OPTION_MASK_ISA_64BIT is set in bisa and in that case
3211 or into it OPTION_MASK_ISA_ABI_64 or OPTION_MASK_ISA_ABI_X32.
3212
3213 PR rtl-optimization/90082
3214 * dce.c (can_delete_call): New function.
3215 (deletable_insn_p, mark_insn): Use it.
3216
3217 PR tree-optimization/90090
3218 * tree-ssa-math-opts.c (is_division_by): Ignore divisions that can
3219 throw internally.
3220 (is_division_by_square): Likewise. Formatting fix.
3221
3222 2019-04-16 Richard Biener <rguenther@suse.de>
3223
3224 PR tree-optimization/56049
3225 * tree-ssa-loop-im.c (mem_ref_hasher::equal): Elide alias-set
3226 equality check if alias-set zero will prevail.
3227
3228 2019-04-15 Jeff Law <law@redhat.com>
3229
3230 * config/microblaze/microblaze.c (microblaze_expand_block_move): Treat
3231 size and alignment as unsigned.
3232
3233 2019-04-15 Richard Biener <rguenther@suse.de>
3234
3235 PR debug/90074
3236 * tree-loop-distribution.c (destroy_loop): Preserve correct
3237 debug info.
3238
3239 2019-04-15 Richard Biener <rguenther@suse.de>
3240
3241 PR tree-optimization/90071
3242 * tree-ssa-reassoc.c (init_range_entry): Do not pick up
3243 abnormal operands from def stmts.
3244
3245 2019-04-15 Segher Boessenkool <segher@kernel.crashing.org>
3246
3247 PR rtl-optimization/89794
3248 * combine.c (count_auto_inc): New function.
3249 (try_combine): Count how many auto_inc expressions there were in the
3250 original instructions. Ensure we have the same number in the new
3251 instructions. Remove the code that tried to ensure auto_inc side
3252 effects on i1 and i0 are not lost.
3253
3254 2019-04-15 Richard Biener <rguenther@suse.de>
3255
3256 PR ipa/88936
3257 * tree.h (auto_var_p): Declare.
3258 * tree.c (auto_var_p): New function, split out from ...
3259 (auto_var_in_fn_p): ... here.
3260 * tree-ssa-structalias.c (struct variable_info): Add shadow_var_uid
3261 member.
3262 (new_var_info): Initialize it.
3263 (set_uids_in_ptset): Also set the shadow variable uid if required.
3264 (ipa_pta_execute): Postprocess points-to solutions assigning
3265 shadow variable uids for locals that may reach their containing
3266 function recursively.
3267 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Do not
3268 assert but instead check whether the points-to solution is
3269 a singleton.
3270
3271 2019-04-15 Martin Jambor <mjambor@suse.cz>
3272
3273 PR ipa/pr89693
3274 * cgraph.c (clone_of_p): Loop over clone chain for each step in
3275 the thunk chain.
3276
3277 2019-04-15 Monk Chiang <sh.chiang04@gmail.com>
3278
3279 * config.gcc (nds32*-*-linux*): Set gcc_cv_initfini_array to yes.
3280
3281 2019-04-15 Monk Chiang <sh.chiang04@gmail.com>
3282 Kito Cheng <kito.cheng@gmail.com>
3283 Shiva Chen <shiva0217@gmail.com>
3284
3285 * config/nds32/nds32-md-auxiliary.c
3286 (nds32_legitimize_pic_address): Use new PIC pattern.
3287 (nds32_legitimize_tls_address): Use new TLS pattern.
3288 (nds32_output_symrel): New.
3289 * config/nds32/nds32-protos.h (nds32_output_symrel): Declare.
3290 (nds32_alloc_relax_group_id): Ditto.
3291 * config/nds32/nds32-relax-opt.c (nds32_alloc_relax_group_id): New.
3292 (nds32_group_insns): Use nds32_alloc_relax_group_id instead of use
3293 relax_group_id.
3294 (nds32_group_tls_insn): Ditto.
3295 (nds32_group_float_insns): Ditto.
3296 * config/nds32/nds32.md (tls_le): New.
3297 (sym_got): Ditto.
3298
3299 2019-04-15 Chung-Ju Wu <jasonwucj@gmail.com>
3300
3301 * configure: Add nds32 target for dwarf2 debug_line checking.
3302 * configure.ac: Regenerated.
3303
3304 2019-04-14 Jan Hubicka <hubicka@ucw.cz>
3305
3306 PR lto/89358
3307 * ipa-devirt.c (skip_in_fields_list_p): New.
3308 (odr_types_equivalent_p): Use it.
3309
3310 2019-04-13 Jakub Jelinek <jakub@redhat.com>
3311
3312 PR target/89093
3313 * config/arm/arm.c (arm_valid_target_attribute_rec): Use strcmp
3314 instead of strncmp when checking for thumb and arm. Formatting fixes.
3315
3316 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
3317
3318 * doc/install.texi: Document --with-target-system-zlib.
3319
3320 2019-04-12 Martin Sebor <msebor@redhat.com>
3321
3322 PR c/88383
3323 PR c/89288
3324 PR c/89798
3325 PR c/89797
3326 * targhooks.c (default_vector_alignment): Avoid assuming
3327 argument fits in SHWI.
3328 * tree.h (TYPE_VECTOR_SUBPARTS): Avoid sign overflow in
3329 a shift expression.
3330 * doc/extend.texi (__builtin_has_attribute): Add a clarifying note.
3331
3332 2019-04-12 Jakub Jelinek <jakub@redhat.com>
3333
3334 PR rtl-optimization/89965
3335 * dce.c: Include rtl-iter.h.
3336 (struct check_argument_load_data): New type.
3337 (check_argument_load): New function.
3338 (find_call_stack_args): Check for loads from stack slots still tracked
3339 in sp_bytes and punt if any is found.
3340
3341 * config/mips/loongson-mmiintrin.h: Fix up #error message.
3342
3343 2019-04-12 Jan Hubicka <hubicka@ucw.cz>
3344
3345 * params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.
3346 * doc/invoke.texi (max-lto-streaming-paralellism): New --param.
3347
3348 2019-04-12 Martin Liska <mliska@suse.cz>
3349
3350 PR middle-end/89970
3351 * multiple_target.c (create_dispatcher_calls): Wrap ifunc
3352 in error message.
3353 (separate_attrs): Handle multiple 'default's.
3354 (expand_target_clones): Rework error handling code.
3355
3356 2019-04-12 Kelvin Nilsen <kelvin@gcc.gnu.org>
3357
3358 PR target/87532
3359 * config/rs6000/rs6000.c (rs6000_split_vec_extract_var): Use inner
3360 mode of vector rather than mode of destination for move instruction.
3361 * config/rs6000/vsx.md (*vsx_extract_<mode>_<VS_scalar>mode_var):
3362 Use QI inner mode with V16QI vector mode.
3363
3364 2019-04-12 Jakub Jelinek <jakub@redhat.com>
3365
3366 PR target/52726
3367 * config/tilepro/tilepro.c (tilepro_print_operand): Use just
3368 "invalid %%t operand" in output_operand_lossage message.
3369
3370 2019-04-12 Andreas Krebbel <krebbel@linux.ibm.com>
3371
3372 * config/s390/predicates.md (permute_pattern_operand): New
3373 predicate.
3374 * config/s390/vector.md ("*vec_splats_bswap_vec<mode>"): Add USE
3375 operand for the permute pattern.
3376 ("*vec_perm<mode>"): New insn definition.
3377 ("bswap<mode>"): Generate the permute pattern operand in the
3378 expander and perform the operand reloads for pre arch13 level
3379 already.
3380 ("*bswap<mode>_emu"): Rename to ...
3381 ("*bswap<mode>"): ... this. And make the splitter vxe2 only.
3382 * config/s390/vx-builtins.md ("*vec_insert_and_zero_bswap<mode>"):
3383 Add the USE operand for the permute pattern.
3384 ("*vec_set_bswap_vec<mode>"): Likewise.
3385
3386 2019-04-12 Jakub Jelinek <jakub@redhat.com>
3387
3388 PR c/89946
3389 * varasm.c (assemble_start_function): Don't use tree_fits_uhwi_p
3390 and gcc_unreachable if it fails, just call tree_to_uhwi which
3391 verifies that too. Test TREE_CHAIN instead of list_length > 1.
3392 Start warning message with a lower-case letter. Formatting fixes.
3393
3394 PR rtl-optimization/90026
3395 * cfgcleanup.c (try_optimize_cfg): When removing empty bb with no
3396 successors, look for BARRIERs inside of the whole BB_FOOTER chain
3397 rather than just at the start of it. If e->src BB_FOOTER is not NULL
3398 in cfglayout mode, use emit_barrier_after_bb.
3399
3400 2018-04-11 Steve Ellcey <sellcey@marvell.com>
3401
3402 PR rtl-optimization/87763
3403 * config/aarch64/aarch64.md (*aarch64_bfi<GPI:mode>4_noshift_alt):
3404 New Instruction.
3405
3406 2019-04-11 Tom de Vries <tdevries@suse.de>
3407
3408 * doc/extend.texi (@node Statement Exprs): Note variable shadowing at
3409 max macro using statement expression.
3410
3411 2019-04-11 David Edelsohn <dje.gcc@gmail.com>
3412
3413 * xcoffout.h (xcoff_private_rodata_section_name): Declare.
3414 * xcoffout.c (xcoff_private_rodata_section_name): Define.
3415 * config/rs6000/rs6000.c (rs6000_xcoff_asm_init_sections): Create
3416 read_only_private_data_section using xcoff_private_rodata_section_name.
3417 (rs6000_xcoff_file_start): Generate xcoff_private_rodata_section_name.
3418
3419 2019-04-11 Christophe Lyon <christophe.lyon@linaro.org>
3420
3421 PR target/90016
3422 * config/aarch64/aarch64.opt (msve-vector-bits): Add missing final '.'.
3423
3424 2019-04-11 Jakub Jelinek <jakub@redhat.com>
3425
3426 PR rtl-optimization/89965
3427 * dce.c (sp_based_mem_offset): New function.
3428 (find_call_stack_args): Use sp_based_mem_offset.
3429
3430 2019-04-11 Jonathan Wakely <jwakely@redhat.com>
3431
3432 * doc/invoke.texi (Optimize Options): Clarify -flive-patching docs.
3433
3434 2019-04-11 Richard Biener <rguenther@suse.de>
3435
3436 PR tree-optimization/90020
3437 * tree-ssa-sccvn.c (vn_reference_may_trap): New function.
3438 * tree-ssa-sccvn.h (vn_reference_may_trap): Declare.
3439 * tree-ssa-pre.c (compute_avail): Use it to not put
3440 possibly trapping references after a call that might not
3441 return into EXP_GEN.
3442 * gcse.c (compute_hash_table_work): Do not elide
3443 marking a block containing a call if the call might not
3444 return.
3445
3446 2019-04-11 Richard Biener <rguenther@suse.de>
3447
3448 PR tree-optimization/90018
3449 * tree-vect-data-refs.c (vect_preserves_scalar_order_p):
3450 Test both SLP and interleaving variants.
3451
3452 2019-04-11 Robin Dapp <rdapp@linux.ibm.com>
3453
3454 * config/s390/8561.md: New file.
3455 * config/s390/driver-native.c (s390_host_detect_local_cpu):
3456 Add arch13 cpu model.
3457 * config/s390/s390-opts.h (enum processor_type): Likewise.
3458 * config/s390/s390.c (s390_get_sched_attrmask): Add arch13.
3459 (s390_get_unit_mask): Likewise.
3460 (s390_is_fpd): Likewise.
3461 (s390_is_fxd): Likewise.
3462 * config/s390/s390.h (s390_tune_attr): Likewise.
3463 * config/s390/s390.md: Include arch13 pipeline description.
3464 * config/s390/s390.opt: Add arch13.
3465
3466 2018-04-10 Steve Ellcey <sellcey@marvell.com>
3467
3468 PR rtl-optimization/87763
3469 * config/aarch64/aarch64-protos.h (aarch64_masks_and_shift_for_bfi_p):
3470 New prototype.
3471 * config/aarch64/aarch64.c (aarch64_masks_and_shift_for_bfi_p):
3472 New function.
3473 * config/aarch64/aarch64.md (*aarch64_bfi<GPI:mode>5_shift):
3474 New instruction.
3475 (*aarch64_bfi<GPI:mode>5_shift_alt): Ditto.
3476 (*aarch64_bfi<GPI:mode>4_noand): Ditto.
3477 (*aarch64_bfi<GPI:mode>4_noand_alt): Ditto.
3478 (*aarch64_bfi<GPI:mode>4_noshift): Ditto.
3479
3480 2019-04-10 Jonathan Wakely <jwakely@redhat.com>
3481
3482 * doc/invoke.texi (Optimize Options): Change "Nevertheless" to
3483 "Although" in -fipa-icf documentation.
3484
3485 * doc/invoke.texi (Debugging Options): Explicitly state the semantics
3486 of using multiple -g options.
3487
3488 2019-04-10 Martin Liska <mliska@suse.cz>
3489
3490 PR gcov-profile/89959
3491 * doc/gcov.texi: Make documentation of -x option
3492 more precise.
3493
3494 2019-04-10 Richard Biener <rguenther@suse.de>
3495
3496 * tree-vectorizer.h (_stmt_vec_info): Remove same_dr_stmt
3497 member.
3498 (DR_GROUP_SAME_DR_STMT): Remove.
3499 * tree-vect-stmts.c (vectorizable_load): Remove unreachable code.
3500 * tree-vect-data-refs.c (vect_analyze_group_access_1): Likewise,
3501 replace with assert.
3502 (vect_analyze_data_ref_accesses): Fix INTEGER_CST comparison.
3503 (vect_record_grouped_load_vectors): Remove unreachable code.
3504
3505 2019-04-10 Richard Earnshaw <rearnsha@arm.com>
3506
3507 PR target/90016
3508 * config/aarch64/aarch64.opt (msve-vector-bits): Remove redundant and
3509 obsolete reference to N.
3510
3511 2019-04-10 Jakub Jelinek <jakub@redhat.com>
3512
3513 PR middle-end/90025
3514 * expr.c (store_expr): Set properly size on the MEM passed to
3515 clear_storage.
3516
3517 PR c++/90010
3518 * gimple-ssa-sprintf.c (target_to_host): Fix handling of targstr
3519 with strlen in between hostsz-3 and hostsz-1 inclusive when no
3520 translation is needed, and when translation is needed, only append
3521 ... if the string length is hostsz or more bytes long. Avoid using
3522 strncpy or strcat.
3523
3524 2019-04-09 Matthew Malcomson <matthew.malcomson@arm.com>
3525
3526 PR target/90024
3527 * config/arm/arm.c (neon_valid_immediate): Disallow VOIDmode parameter.
3528 * config/arm/constraints.md (Dm, DN, Dn): Split previous Dn constraint
3529 into three.
3530 * config/arm/neon.md (*neon_mov<mode>): Account for TImode and DImode
3531 differences directly.
3532 (*smax<mode>3_neon, vashl<mode>3, vashr<mode>3_imm): Use Dm constraint.
3533
3534 2019-04-09 Jakub Jelinek <jakub@redhat.com>
3535
3536 PR translation/90011
3537 * ipa-devirt.c (compare_virtual_tables): Remove two trailing spaces
3538 from diagnostics.
3539 * config/arm/freebsd.h (LINK_SPEC): Remove trailing space from -p
3540 diagnostics.
3541 * config/riscv/freebsd.h (LINK_SPEC): Likewise.
3542 * config/aarch64/aarch64-freebsd.h (FBSD_TARGET_LINK_SPEC): Likewise.
3543 * config/darwin.h (DRIVER_SELF_SPECS, ASM_FINAL_SPEC): Remove
3544 trailing space from -gsplit-dwarf diagnostics.
3545
3546 PR tree-optimization/89998
3547 * gimple-ssa-sprintf.c (try_substitute_return_value): Use lhs type
3548 instead of integer_type_node if possible, don't add ranges if return
3549 type is not compatible with int.
3550 * gimple-fold.c (gimple_fold_builtin_sprintf,
3551 gimple_fold_builtin_snprintf): Use lhs type instead of hardcoded
3552 integer_type_node.
3553
3554 2019-04-09 Martin Liska <mliska@suse.cz>
3555
3556 * Makefile.in: Use GENERATOR_CFLAGS for all generators.
3557 * doc/install.texi: Document the new config.
3558
3559 2019-04-09 Richard Sandiford <richard.sandiford@arm.com>
3560
3561 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Always
3562 use gimple_expr_type for load and store calls. Skip over the
3563 condition argument in a conditional internal function.
3564 Protect use of TREE_INT_CST_LOW.
3565
3566 2019-04-09 Jakub Jelinek <jakub@redhat.com>
3567
3568 PR target/90015
3569 * config/riscv/riscv.c (riscv_get_interrupt_type): Fix comment typo.
3570 (riscv_merge_decl_attributes): Fix typo in diagnostics. Remove
3571 trailing period from it too.
3572
3573 2019-04-08 wu yuan <wuyuan5@huawei.com>
3574
3575 * config/aarch64/aarch64-cores.def (tsv1100): Change scheduling model.
3576 * config/aarch64/aarch64.md : Add "tsv110.md"
3577 * config/aarch64/tsv110.md: New file.
3578
3579 2019-04-08 Richard Biener <rguenther@suse.de>
3580
3581 PR tree-optimization/90006
3582 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
3583 calls like lrint.
3584
3585 2019-04-08 Andrea Corallo <andrea.corallo@arm.com>
3586
3587 PR target/83033
3588 * config/aarch64/cortex-a57-fma-steering.c (fma_forest): Prohibit copy
3589 construction.
3590 (fma_root_node): Likewise.
3591 (func_fma_steering): Likewise.
3592
3593 2019-04-08 Jakub Jelinek <jakub@redhat.com>
3594
3595 PR rtl-optimization/89865
3596 * config/i386/i386.md: Add peepholes for z = x; x ^= y; x != z.
3597
3598 PR rtl-optimization/89865
3599 * config/i386/i386.md
3600 (SWI12 peephole for mem {+,-,&,|,^}= x; mem != 0): Fix up operand
3601 numbers not to clash with the additional operands[4].
3602 (peepholes for mem {+,-,&,|,^}= x; mem != 0): New peephole2s
3603 with extra register copy in the middle.
3604
3605 2019-04-08 Martin Liska <mliska@suse.cz>
3606
3607 PR gcov-profile/89961
3608 * doc/gcov.texi: Document data_file.
3609 * gcov.c (generate_results): Add data_info into JSON output.
3610
3611 2019-04-01 Bin Cheng <bin.cheng@linux.alibaba.com>
3612
3613 PR tree-optimization/89725
3614 * tree-chrec.c (chrec_contains_symbols): New parameter. Handle outer
3615 loop's chrec as invariant symbol.
3616 * tree-chrec.h (chrec_contains_symbols): New parameter.
3617 * tree-data-ref.c (analyze_miv_subscript): Pass new argument.
3618 (build_classic_dist_vector_1, add_other_self_distances): Bypass access
3619 function of loops not in DDR's loop_nest.
3620 * tree-data-ref.h (index_in_loop_nest): Add unreachable check.
3621
3622 2019-04-08 Chenghua Xu <paul.hua.gm@gmail.com>
3623
3624 PR target/89623
3625 * config/mips/mips.opt (LOONGSON_EXT2): Use Var instead of
3626 Mask.
3627
3628 2019-04-07 Uroš Bizjak <ubizjak@gmail.com>
3629
3630 PR target/89945
3631 * config/i386/i386.md (anddi_1 to andsi_1_zext splitter):
3632 Avoid calling gen_lowpart with SYMBOL_REF and LABEL_REF operand.
3633
3634 2019-04-05 Joern Rennecke <joern.rennecke@embecosm.com>
3635
3636 * sched-deps.c (sched_macro_fuse_insns): Check return value of
3637 targetm.fixed_condition_code_regs.
3638
3639 2019-04-05 Richard Biener <rguenther@suse.de>
3640
3641 PR debug/89892
3642 PR debug/89905
3643 * tree-cfgcleanup.c (remove_forwarder_block): Always move
3644 debug bind stmts but reset them if they are not valid at the
3645 destination.
3646
3647 2019-04-05 Martin Liska <mliska@suse.cz>
3648
3649 PR translation/89936
3650 * collect-utils.c (collect_execute): Use %< and %>, or %qs in
3651 order to wrap keywords or arguments.
3652 * collect2.c (main): Likewise.
3653 (scan_prog_file): Likewise.
3654 (scan_libraries): Likewise.
3655 * common/config/riscv/riscv-common.c
3656 (riscv_subset_list::parsing_subset_version): Likewise.
3657 (riscv_subset_list::parse_std_ext): Likewise.
3658 * config/aarch64/aarch64.c (aarch64_override_options_internal):
3659 Likewise.
3660 * config/arm/arm.c (arm_option_override): Likewise.
3661 * config/cris/cris.c (cris_print_operand): Likewise.
3662 * config/darwin-c.c (darwin_pragma_options): Likewise.
3663 (darwin_pragma_unused): Likewise.
3664 (darwin_pragma_ms_struct): Likewise.
3665 * config/ft32/ft32.c (ft32_print_operand): Likewise.
3666 * config/i386/i386.c (print_reg): Likewise.
3667 (ix86_print_operand): Likewise.
3668 * config/i386/xm-djgpp.h: Likewise.
3669 * config/iq2000/iq2000.c (iq2000_print_operand): Likewise.
3670 * config/m32c/m32c.c (m32c_option_override): Likewise.
3671 * config/msp430/msp430.c (msp430_option_override): Likewise.
3672 * config/nds32/nds32.c (nds32_option_override): Likewise.
3673 * config/nvptx/mkoffload.c (main): Likewise.
3674 * config/rx/rx.c (rx_print_operand): Likewise.
3675 (valid_psw_flag): Likewise.
3676 * config/vms/vms-c.c (vms_pragma_member_alignment): Likewise.
3677 (vms_pragma_nomember_alignment): Likewise.
3678 (vms_pragma_extern_model): Likewise.
3679 * lto-wrapper.c (compile_offload_image): Likewise.
3680 * omp-offload.c (oacc_parse_default_dims): Likewise.
3681 * symtab.c (symtab_node::verify_base): Likewise.
3682 * tlink.c (recompile_files): Likewise.
3683 (start_tweaking): Likewise.
3684 * tree-profile.c (parse_profile_filter): Likewise.
3685
3686 2019-04-05 Richard Sandiford <richard.sandiford@arm.com>
3687
3688 PR tree-optimization/89956
3689 * tree-ssa-math-opts.c (convert_mult_to_fma): Protect against
3690 multiple negates of the same value.
3691
3692 2019-04-04 Martin Sebor <msebor@redhat.com>
3693
3694 PR middle-end/89957
3695 PR middle-end/89911
3696 * builtins.c (expand_builtin_strnlen): Make sure wi::ltu_p operands
3697 have the same precision since the function crashes otherwise.
3698 * calls.c (maybe_warn_nonstring_arg): Avoid assuming strnlen() call
3699 has non-zero arguments.
3700
3701 2019-04-04 Martin Sebor <msebor@redhat.com>
3702
3703 PR middle-end/89934
3704 * gimple-ssa-warn-restrict.c (builtin_access::builtin_access): Bail
3705 out if the number of arguments is less than expected.
3706
3707 2019-04-04 Jeff Law <law@redhat.com>
3708
3709 PR rtl-optimization/89399
3710 * ree.c (combine_set_extension): Use single_set rather than
3711 digging into PATTERN for items on the candidate list.
3712 (combine_reaching_defs): Likewise.
3713
3714 2019-04-04 Richard Sandiford <richard.sandiford@arm.com>
3715
3716 PR rtl-optimization/46590
3717 * loop-invariant.c (find_defs): Move df_remove_problem and
3718 df_process_deferred_rescans to move_invariants.
3719 Move df_live_add_problem and df_live_set_all_dirty calls
3720 to move_invariants.
3721 (move_invariants): Likewise.
3722 (move_loop_invariants): Likewise, making the df_live calls
3723 conditional on -O. Remove the problem again if we added it
3724 locally.
3725
3726 2019-04-03 qing zhao <qing.zhao@oracle.com>
3727
3728 PR tree-optimization/89730
3729 * ipa-inline.c (can_inline_edge_p): Delete the checking for
3730 -flive-patching=inline-only-static.
3731 (can_inline_edge_by_limits_p): Add the checking for
3732 -flive-patching=inline-only-static and grant always_inline
3733 even when -flive-patching=inline-only-static is specified.
3734
3735 2019-04-03 Jeff Law <law@redhat.com>
3736
3737 PR rtl-optimization/81025
3738 * reorg.c (skip_consecutive_labels): Do not skip past a BARRIER.
3739
3740 2019-04-03 Richard Biener <rguenther@suse.de>
3741
3742 PR tree-optimization/84101
3743 * tree-vect-stmts.c: Include explow.h for hard_function_value,
3744 regs.h for hard_regno_nregs.
3745 (cfun_returns): New helper.
3746 (vect_model_store_cost): When vectorizing a store to a decl
3747 we return and the function ABI returns in a multi-reg location
3748 account for the possible spilling that will happen.
3749
3750 2019-04-03 Andreas Krebbel <krebbel@linux.ibm.com>
3751
3752 * config/s390/s390.c (s390_legitimate_address_p): Reject long
3753 displacement addresses for vector mode operands.
3754
3755 2019-04-03 Claudiu Zissulescu <claziss@synopsys.com>
3756
3757 * config/arc/arc.c (GMASK_LEN): Define.
3758 (arc_restore_callee_saves): Restore first blink when
3759 !optimize_size.
3760
3761 2019-04-03 Sudakshina Das <sudi.das@arm.com>
3762
3763 * doc/extend.texi: Add deprecated comment on sign-return-address
3764 function attribute and add mbranch-protection.
3765 * doc/invoke.texi: Add bti to the options for mbranch-protection.
3766
3767 2019-04-03 Richard Biener <rguenther@suse.de>
3768
3769 PR lto/89896
3770 * lto-wrapper.c (run_gcc): Avoid implicit rules making
3771 the all target phony.
3772
3773 2019-04-02 Uroš Bizjak <ubizjak@gmail.com>
3774
3775 PR target/89902
3776 PR target/89903
3777 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
3778 Return false for variable DImode shifts.
3779 (dimode_scalar_chain::compute_convert_gain): Do not handle
3780 register count operand in variable DImode shifts.
3781 (dimode_scalar_chain::make_vector_copies): Remove support to copy
3782 count argument of a variable shift instruction to a vector register.
3783 (dimode_scalar_chain::convert_reg): Remove support to convert
3784 count argument of a variable shift instruction.
3785
3786 2019-04-02 Andrey Belevantsev <abel@ispras.ru>
3787
3788 PR rtl-optimization/84206
3789 * sel-sched-ir.h (get_all_loop_exits): Avoid the outer loop when
3790 iterating over loop headers.
3791
3792 2019-04-02 Andrey Belevantsev <abel@ispras.ru>
3793
3794 PR rtl-optimization/85876
3795 * sel-sched.c (code_motion_path_driver): Avoid unwinding first_insn
3796 beyond the original fence.
3797
3798 2019-04-02 Ulrich Weigand <uweigand@de.ibm.com>
3799
3800 * config.gcc: Mark spu* targets as deprecated/obsolete.
3801
3802 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3803
3804 * config/s390/s390-builtin-types.def: New builtin function type
3805 definitions. Remove unused types.
3806 * config/s390/s390-builtins.def (s390_vcdgb, s390_vcdlgb)
3807 (s390_vcgdb, s390_vclgdb): Remove low-level builtin definitions.
3808 (s390_vec_float, s390_vec_signed, s390_vec_unsigned): New
3809 overloaded builtins.
3810 (s390_vcefb, s390_vcdgb, s390_vcelfb, s390_vcdlgb, s390_vcfeb)
3811 (s390_vcgdb, s390_vclfeb, s390_vclgdb): New low-level builtins.
3812 * config/s390/vecintrin.h (vec_float): New builtin macro definition.
3813 (vec_double, vec_signed, vec_unsigned): Define to use the new
3814 overloaded builtins.
3815 * config/s390/vx-builtins.md ("vec_double_s64", "vec_double_u64"):
3816 Remove expanders.
3817
3818 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3819
3820 * config/s390/s390-builtin-types.def: New builtin function type
3821 definitions.
3822 * config/s390/s390-builtins.def (s390_vec_search_string_cc)
3823 (s390_vec_search_string_until_zero_cc): New overloaded builtins.
3824 (s390_vstrsb, s390_vstrsh, s390_vstrsf, s390_vstrszb)
3825 (s390_vstrszh, s390_vstrszf): New low-level builtins.
3826 * config/s390/s390.md (UNSPEC_VEC_VSTRS, UNSPEC_VEC_VSTRSCC): New
3827 constant definitions.
3828 * config/s390/vecintrin.h (vec_search_string_cc)
3829 (vec_search_string_until_zero_cc): New builtin name definitions.
3830 * config/s390/vx-builtins.md ("vstrs<mode>", "vstrsz<mode>"): New
3831 expanders.
3832 ("vec_vstrs<mode>"): New insn definition.
3833
3834 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3835
3836 * config/s390/s390-builtin-types.def: Add new builtin function
3837 types.
3838 * config/s390/s390-builtins.def (s390_vec_sldb, s390_vec_srdb):
3839 New overloaded builtins.
3840 (s390_vec_sldb, s390_vec_srdb): New low-level builtins. and
3841 s390_vsrd.
3842 * config/s390/s390.md (UNSPEC_VEC_SLDB): Rename to ...
3843 (UNSPEC_VEC_SLDBYTE): ... this.
3844 (UNSPEC_VEC_SLDBIT, UNSPEC_VEC_SRDBIT): New constant definitions.
3845 * config/s390/vecintrin.h (vec_sldb, vec_srdb): New builtin name
3846 definitions.
3847 * config/s390/vx-builtins.md ("vec_sld<mode>", "vec_sldw<mode>"):
3848 Rename UNSPEC_VEC_SLDB to UNSPEC_VEC_SLDBYTE.
3849 ("vec_sldb<mode>", "vec_srdb<mode>"): New insn definitions.
3850
3851 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3852
3853 ("*vec_splats_bswap_vec<mode>", "*vec_splats_bswap_elem<mode>"):
3854 New insn definition.
3855 * config/s390/vx-builtins.md (V_HW_HSD): Move to ...
3856 * config/s390/vector.md (V_HW_HSD): ... here.
3857
3858 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3859
3860 * config/s390/vecintrin.h: Map vec_vster low-level builtins to vec_vler.
3861 * config/s390/vx-builtins.md ("*vec_insert_and_zero_bswap<mode>")
3862 ("*vec_set_bswap_elem<mode>", "*vec_set_bswap_vec<mode>")
3863 ("*vec_extract_bswap_vec<mode>", "*vec_extract_bswap_elem<mode>"):
3864 New insn definitions.
3865
3866 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3867
3868 * config/s390/s390-builtin-types.def: Add new builtin function type.
3869 * config/s390/s390-builtins.def: Add overloaded builtin
3870 s390_vec_reve and low-level builtins for s390_vler and s390_vster.
3871 * config/s390/s390.md (UNSPEC_VEC_ELTSWAP): New constant definition.
3872 * config/s390/vecintrin.h (vec_reve): New builtin name definition.
3873 * config/s390/vx-builtins.md (V_HW_HSD): New mode iterator.
3874 ("eltswap<mode>"): New expander.
3875 ("*eltswapv16qi", "*eltswap<mode>", "*eltswap<mode>_emu"): New
3876 insn definitions.
3877
3878 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3879
3880 * config/s390/s390-builtin-types.def: Add new builtin function types.
3881 * config/s390/s390-builtins.def: Add overloaded builtin
3882 s390_vec_revb. Add low-level builtins for vlbr and vstbr
3883 instructions.
3884 * config/s390/vecintrin.h (vec_revb): New builtin name definition.
3885 * config/s390/vector.md (VT_HW_HSDT): New mode iterator.
3886 ("bswap<mode>"): New expander.
3887 ("*bswap<mode>", "*bswap<mode>_emu"): New insn definitions.
3888
3889 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3890
3891 * config/s390/s390-builtins.def (B_VXE2): New builtin flag definition.
3892 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Increment
3893 vector builtin version number in __VEC__.
3894
3895 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3896
3897 * config/s390/s390.md (VX_CONV_BFP, VX_CONV_INT): New mode
3898 iterators.
3899 (SFSI): New mode attribute.
3900 ("*fixuns_truncdfdi2_vx", "*fix_truncdfdi2_bfp_z13")
3901 ("*floatunsdidf2_z13", ): Add support for 32 bit conversions and
3902 rename to ...
3903 ("*fixuns_trunc<VX_CONV_BFP:mode><VX_CONV_INT:mode>2_z13")
3904 ("*fix_trunc<VX_CONV_BFP:mode><VX_CONV_INT:mode>2_bfp_z13")
3905 ("*floatuns<VX_CONV_INT:mode><VX_CONV_BFP:mode>2_z13"): ... these.
3906 ("floatsi<mode>2"): Add wcefb instruction.
3907
3908 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3909
3910 * config/s390/s390.md ("xde"): Extend mode attribute to vector types.
3911 * config/s390/vector.md (VX_VEC_CONV_BFP, VX_VEC_CONV_INT): New
3912 mode iterators.
3913 ("floatv2div2df2", "floatunsv2div2df2", "fix_truncv2dfv2di2")
3914 ("fixuns_truncv2dfv2di2"): Enhance with mode iterator to also
3915 support 32 bit fp-int conversions. Rename to ...
3916 ("float<VX_VEC_CONV_INT:mode><VX_VEC_CONV_BFP:mode>2")
3917 ("floatuns<VX_VEC_CONV_INT:mode><VX_VEC_CONV_BFP:mode>2")
3918 ("fix_trunc<VX_VEC_CONV_BFP:mode><VX_VEC_CONV_INT:mode>2")
3919 ("fixuns_trunc<VX_VEC_CONV_BFP:mode><VX_VEC_CONV_INT:mode>2"):
3920 ... to these.
3921
3922 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3923
3924 * config/s390/s390.c (s390_rtx_costs): Do not add extra costs for
3925 if-then-else constructs if we can use the select instruction.
3926 * config/s390/s390.md ("*mov<mode>cc"): Add the new instructions.
3927
3928 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3929
3930 * config/s390/s390.md ("*popcountdi_arch13_cc")
3931 ("*popcountdi_arch13_cconly", "*popcountdi_arch13"): New insn
3932 definition.
3933 ("*popcount<mode>", "popcountdi2", "popcountsi2", "popcounthi2"):
3934 Append _z196 to make it ...
3935 ("*popcount<mode>_z196", "popcountdi2_z196", "popcountsi2_z196")
3936 ("popcounthi2_z196"): ... this.
3937 ("popcountdi2_z196"): Remove TARGET_64BIT from the insn condition.
3938 ("popcountdi2", "popcountsi2", "popcounthi2"): New expanders.
3939
3940 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3941
3942 * config/s390/s390.c (s390_canonicalize_comparison): Convert
3943 certain compares for arch13 in order to make use of the condition
3944 code result produced by the new instructions.
3945 (s390_rtx_costs): Adjust the costs for nnrk, nngrk, nork, nogrk,
3946 nxrk, and nxgrk instruction patterns.
3947 * config/s390/s390.md (ANDOR, bitops_name, inv_bitops_name)
3948 (inv_no): Add new code iterator together with some attributes.
3949 ("*andc_split_<mode>"): Disable splitter for arch13.
3950 ("*<ANDOR:bitops_name>c<GPR:mode>_cc")
3951 ("*<ANDOR:bitops_name>c<GPR:mode>_cconly")
3952 ("*<ANDOR:bitops_name>c<GPR:mode>")
3953 ("*n<ANDOR:inv_bitops_name><GPR:mode>_cc")
3954 ("*n<ANDOR:inv_bitops_name><mode>_cconly")
3955 ("*n<ANDOR:inv_bitops_name><mode>", "*nxor<GPR:mode>_cc")
3956 ("*nxor<mode>_cconly", "*nxor<mode>"): New insn definitions.
3957
3958 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
3959
3960 * common/config/s390/s390-common.c (processor_flags_table): New
3961 entry for arch13.
3962 * config.gcc: Support arch13 with the --with-arch= configure flag.
3963 * config/s390/driver-native.c (s390_host_detect_local_cpu):
3964 * config/s390/s390-opts.h (enum processor_type): Add PROCESSOR_ARCH13.
3965 * config/s390/s390.c (s390_get_sched_attrmask)
3966 (s390_get_unit_mask): Add PROCESSOR_ARCH13.
3967 * config/s390/s390.h (enum processor_flags): Add PF_VXE2 and PF_ARCH13.
3968 * config/s390/s390.md (TARGET_CPU_ARCH13, TARGET_CPU_ARCH13_P)
3969 (TARGET_CPU_VXE2, TARGET_CPU_VXE2_P, TARGET_ARCH13)
3970 (TARGET_ARCH13_P, TARGET_VXE2, TARGET_VXE2_P): New macro
3971 definitions.
3972 * config/s390/s390.opt: Support arch13 as processor type in
3973 command line options.
3974
3975 2019-04-02 Martin Liska <mliska@suse.cz>
3976
3977 PR translation/89912
3978 * params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP):
3979 Fix param description of graphite-max-arrays-per-scop.
3980
3981 2019-04-02 Eric Botcazou <ebotcazou@adacore.com>
3982
3983 * config/sparc/linux64.h (ASAN_REJECT_SPEC): New macro.
3984 (ASAN_CC1_SPEC): Use it in 64-bit mode.
3985 * config/sparc/sol2.h (ASAN_REJECT_SPEC): Remove superfluous colon.
3986
3987 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
3988
3989 PR rtl-optimization/85412
3990 * sel-sched.c (sel_sched_region): Assign reset_sched_cycles_p before
3991 sel_sched_region_1, not after.
3992
3993 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
3994
3995 PR rtl-optimization/86928
3996 * sel-sched-ir.c (sel_redirect_edge_and_branch_force): Invoke
3997 compute_live if necessary.
3998 (sel_redirect_edge_and_branch): Likewise.
3999
4000 2019-04-01 Vladimir Makarov <vmakarov@redhat.com>
4001
4002 PR rtl-optimization/89865
4003 * ira-costs.c (process_bb_node_for_hard_reg_moves): Skip hard
4004 register if it is a part of small class.
4005
4006 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
4007
4008 PR rtl-optimization/87273
4009 * sel-sched-ir.c (merge_fences): Remove assert.
4010
4011 2019-04-01 Richard Biener <rguenther@suse.de>
4012
4013 PR tree-optimization/46590
4014 * domwalk.h (dom_walker::dom_walker): Consolidate constructors.
4015 (dom_walker::m_reachability): Add in place of...
4016 (dom_walker::m_skip_unreachable_blocks): ...this.
4017 * domwalk.c (dom_walker::dom_walker): Consoliate constructors.
4018 Move complex initialization ...
4019 (dom_walker::walk): Here. Especially compute m_bb_to_rpo
4020 lazily and initialize edge flags on each invocation.
4021 (dom_walker::bb_reachable): Use m_reachability.
4022
4023 2019-04-01 Martin Liska <mliska@suse.cz>
4024
4025 PR driver/89861
4026 * opt-suggestions.c (option_proposer::build_option_suggestions):
4027 Add variant without any argument in order to provide better
4028 hints.
4029
4030 2019-04-01 Richard Biener <rguenther@suse.de>
4031
4032 PR c/71598
4033 * gimple.c: Include langhooks.h.
4034 (gimple_get_alias_set): Treat enumeral types as the underlying
4035 integer type.
4036
4037 2019-03-29 Kugan Vivekanandarajah <kuganv@linaro.org>
4038 Eric Botcazou <ebotcazou@adacore.com>
4039
4040 PR rtl-optimization/89862
4041 * rtl.h (word_register_operation_p): Exclude CONST_INT from operations
4042 that operates on the full registers for WORD_REGISTER_OPERATIONS
4043 architectures.
4044
4045 2019-03-29 Jim Wilson <jimw@sifive.com>
4046
4047 * common/config/riscv/riscv-common.c (riscv_parse_arch_string):
4048 Clear MASK_RVC and then set if C subset supported.
4049
4050 2019-03-29 Jakub Jelinek <jakub@redhat.com>
4051
4052 PR c/89872
4053 * gimplify.c (gimplify_compound_literal_expr): Don't optimize a
4054 non-addressable complit into its initializer if it is volatile.
4055
4056 2019-03-29 Roman Zhuykov <zhroma@ispras.ru>
4057
4058 * opts-common.c (integral_argument): Set errno properly in one case.
4059
4060 2019-03-29 Martin Liska <mliska@suse.cz>
4061
4062 * doc/invoke.texi: Remove -Wchkp from documentation.
4063
4064 2019-03-29 Martin Liska <mliska@suse.cz>
4065
4066 * dbgcnt.c (print_limit_reach): New function.
4067 (dbg_cnt): Use it.
4068
4069 2019-03-29 Martin Liska <mliska@suse.cz>
4070
4071 * dbgcnt.c (dbg_cnt_process_single_pair): Fix GNU coding style.
4072 (dbg_cnt_process_opt): Parse first tokens aas
4073 dbg_cnt_process_single_pair is also using strtok.
4074
4075 2019-03-29 Jakub Jelinek <jakub@redhat.com>
4076
4077 PR rtl-optimization/87485
4078 * function.c (expand_function_end): Move stack_protect_epilogue
4079 before loading of return value into hard register(s).
4080
4081 2019-03-28 Jakub Jelinek <jakub@redhat.com>
4082
4083 PR middle-end/89621
4084 * tree-inline.h (struct copy_body_data): Add
4085 dont_remap_vla_if_no_change flag.
4086 * tree-inline.c (remap_type_3, remap_type_2): New functions.
4087 (remap_type): Don't remap vla types if id->dont_remap_vla_if_no_change
4088 and remap_type_2 returns false.
4089 * omp-low.c (new_omp_context): Set ctx->cb.dont_remap_vla_if_no_change.
4090 Move ctx->cb.adjust_array_error_bounds setting to the outermost ctx
4091 only from where it is copied to nested contexts.
4092
4093 2019-03-28 Uroš Bizjak <ubizjak@gmail.com>
4094
4095 PR target/89865
4096 * config/i386/i386.md (RMW operation with LEA peephole):
4097 Use LEAMODE mode attribute instead of SWI mode iterator for
4098 LEA pattern.
4099
4100 2019-03-28 Uroš Bizjak <ubizjak@gmail.com>
4101
4102 PR target/89848
4103 * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
4104 Also process XEXP (src, 0) of a shift insn.
4105
4106 2019-03-28 David Malcolm <dmalcolm@redhat.com>
4107
4108 PR middle-end/89725
4109 * optinfo-emit-json.cc (optrecord_json_writer::optinfo_to_json):
4110 Use DECL_ASSEMBLER_NAME rather than get_fnname_from_decl.
4111
4112 2019-03-28 Jakub Jelinek <jakub@redhat.com>
4113
4114 * regcprop.c (copyprop_hardreg_forward_1): Remove redundant INSN_P
4115 test.
4116 (cprop_hardreg_bb, cprop_hardreg_debug): New functions.
4117 (pass_cprop_hardreg::execute): Use those. Don't repeat bb processing
4118 immediately after first one with df_analyze in between, but rather
4119 process all bbs, queueing ones that need second pass in a worklist,
4120 df_analyze, process queued debug insn changes and if second pass is
4121 needed, process bbs from worklist, df_analyze, process queued debug
4122 insns again.
4123
4124 * rtl.h (NONDEBUG_INSN_P): Define as NONJUMP_INSN_P or JUMP_P
4125 or CALL_P instead of INSN_P && !DEBUG_INSN_P.
4126 (INSN_P): Define using NONDEBUG_INSN_P or DEBUG_INSN_P.
4127
4128 2019-03-28 Jonathan Wakely <jwakely@redhat.com>
4129
4130 PR c/79022
4131 * gengtype.h (create_nested_ptr_option): Fix parameter names to match
4132 definition.
4133
4134 2019-03-27 Mateusz B <mateuszb@poczta.onet.pl>
4135
4136 PR target/85667
4137 * config/i386/i386.c (ix86_function_value_1): Call the newly added
4138 function for 32-bit MS_ABI.
4139 (function_value_ms_32): New function.
4140
4141 2019-03-27 Andrew Stubbs <ams@codesourcery.com>
4142
4143 * config/gcn/gcn.md (CC_SAVE_REG): New constant.
4144 (movdi): Call gen_movdi_symbol_save_scc.
4145 (gen_movdi_symbol_save_scc): New insn and split.
4146
4147 2019-03-27 Peter Bergner <bergner@linux.ibm.com>
4148
4149 PR rtl-optimization/89313
4150 * function.c (matching_constraint_num): New static function.
4151 (match_asm_constraints_1): Use it. Fixup white space and comment.
4152 Don't replace inputs with non-matching constraints which conflict
4153 with early clobber outputs.
4154
4155 2019-03-27 Jeff Law <law@redhat.com>
4156
4157
4158 PR rtl-optimization/87761
4159 PR rtl-optimization/89826
4160 * regcprop.c (copyprop_hardreg_forward_1): Move may_trap_p test
4161 slightly later.
4162 (pass_cprop_hardreg::execute): Call df_analyze after adding the
4163 note problem to get REG_DEAD/REG_UNUSED notes updated.
4164
4165 2019-03-27 Richard Biener <rguenther@suse.de>
4166
4167 PR tree-optimization/89463
4168 * tree-ssa-dce.c (remove_dead_stmt): Take output vector to
4169 queue edges to remove.
4170 (eliminate_unnecessary_stmts): Remove dead PHIs alongside
4171 dead stmts. Delay edge removal until PHIs are removed to
4172 make debug-stmt creation not confused by seemingly degenerate
4173 PHIs.
4174
4175 2019-03-27 Alan Modra <amodra@gmail.com>
4176
4177 * config/rs6000/rs6000.h: Rename NON_SPECIAL_REGS to GEN_OR_FLOAT_REGS
4178 throughout file.
4179 * config/rs6000/darwin.h: Likewise.
4180 * config/rs6000/rs6000.c: Likewise.
4181
4182 2019-03-27 Alan Modra <amodra@gmail.com>
4183
4184 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Always
4185 assign rs6000_hard_regno_mode_ok_p[m][r]. Formatting.
4186
4187 2019-03-26 Andrew Waterman <andrew@sifive.com>
4188 Jim Wilson <jimw@sifive.com>
4189
4190 * config/riscv/generic.md (generic_alu, generic_load, generic_store)
4191 (generic_xfer, generic_branch, generic_imul, generic_idivsi)
4192 (generic_idivdi, generic_fmul_single, generic_fmul_double)
4193 (generic_fdiv, generic_fsqrt): Add check for generic tune.
4194 (generic_alu): Add auipc to type list.
4195 * config/riscv/riscv-opts.h (enum riscv_microarchitecture_type): New.
4196 (riscv_microarchitecture): Declare.
4197 * config/riscv/riscv-protos.h (riscv_store_data_bypass_p): Declare.
4198 * config/riscv/riscv.c (struct riscv_cpu_info): Add microarchitecture
4199 field.
4200 (riscv_microarchitecture): New.
4201 (sifive_7_tune_info): New.
4202 (riscv_cpu_info_table): Add microarchitecture value for rocket and
4203 size. Add sifive-3-series, sifive-5-series, and sifive-7-series
4204 entries.
4205 (riscv_store_data_bypass_p): New.
4206 (riscv_option_override): Set riscv_microarchitecture from
4207 cpu->microarchitecture.
4208 * config/riscv/riscv.md: Include sifive-7.md.
4209 (type): Add auipc.
4210 (tune): New.
4211 (auipc<mode>): Change type to auipc.
4212 (restore_stack_nonlocal): New.
4213 * config/riscv/sifive-7.md: New.
4214 * doc/invoke.texi (RISC-V Options): Update mtune docs.
4215
4216 2019-03-26 Uroš Bizjak <ubizjak@gmail.com>
4217
4218 PR target/89827
4219 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
4220 Also process XEXP (src, 0) of a shift insn.
4221
4222 2019-03-26 Richard Biener <rguenther@suse.de>
4223
4224 * tree-inline.c (remap_gimple_stmt): Cache gimple_block.
4225 (copy_debug_stmt): Likewise.
4226 (expand_call_inline): Likewise.
4227 (copy_bb): Avoid redundant lookup & set of gimple_block.
4228 * gimple-low.c (lower_gimple_return): Likewise.
4229 (lower_builtin_setjmp): Likewise.
4230
4231 2019-03-26 Jakub Jelinek <jakub@redhat.com>
4232
4233 * hash-table.h (hash_table::m_gather_mem_stats): If GATHER_STATISTICS
4234 is constant 0, turn into static const data member initialized to false.
4235 (hash_table::hash_table): Only initialize m_gather_mem_stats #if
4236 GATHER_STATISTICS. Add ATTRIBUTE_UNUSED to gather_mem_stats param.
4237
4238 2019-03-26 Jason Merrill <jason@redhat.com>
4239 Jakub Jelinek <jakub@redhat.com>
4240
4241 * mem-stats.h (mem_alloc_description::unregister_descriptor): New
4242 method.
4243 (mem_alloc_description::release_object_overhead): Fix comment typos.
4244 * hash-table.h (hash_table::~hash_table): Call
4245 release_instance_overhead only if m_entries is non-NULL, otherwise
4246 call unregister_descriptor.
4247
4248 2019-03-26 Bin Cheng <bin.cheng@linux.alibaba.com>
4249
4250 PR tree-optimization/81740
4251 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
4252 In case of outer loop vectorization, check for backward dependence
4253 at the inner loop if outer loop dependence is reversed.
4254
4255 2019-03-26 Alan Modra <amodra@gmail.com>
4256
4257 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Correct
4258 rs6000_vector_mem init. Correct wI and wJ comment.
4259
4260 2019-03-25 Alexander Monakov <amonakov@ispras.ru>
4261
4262 PR rtl-optimization/88347
4263 PR rtl-optimization/88423
4264 * sched-deps.c (sched_analyze_insn): Take into account that for
4265 tablejumps the barrier appears after a label and a jump_table_data.
4266
4267 2019-03-25 Martin Sebor <msebor@redhat.com>
4268
4269 PR c/89812
4270 * c-common.c (check_user_alignment): Rename local. Correct maximum
4271 alignment in diagnostic. Avoid assuming argument fits in SHWI,
4272 convert it to UHWI when it fits.
4273
4274 2019-03-25 Johan Karlsson <johan.karlsson@enea.com>
4275
4276 PR debug/86964
4277 * dwarf2out.c (premark_used_variables): New function.
4278 (prune_unused_types_walk): Do not mark not premarked external
4279 variables.
4280 (prune_unused_types): Call premark_used_variables.
4281
4282 2019-03-25 Vladimir Makarov <vmakarov@redhat.com>
4283
4284 PR rtl-optimization/89676
4285 * lra-constraints.c (curr_insn_transform): Do match reload for
4286 early clobbers when the match was successful only for different
4287 registers.
4288
4289 2019-03-25 Martin Sebor <msebor@redhat.com>
4290
4291 * doc/extend.texi (Common Type Attributes): Document vector_size.
4292 (Common Variable Attributes): Mention size constraint. Correct
4293 quoting and typos.
4294 (Vector Extensions): Use @dfn when defining bas type. Clarify
4295 base type and size constraints.
4296
4297 2019-03-25 Richard Biener <rguenther@suse.de>
4298
4299 PR tree-optimization/89789
4300 * tree-ssa-sccvn.c (set_ssa_val_to): Do not allow lattice
4301 changes from non-undefined back to undefined.
4302
4303 2019-03-25 Thomas Otto <thomas.otto@pdv-fs.de>
4304
4305 * dwarf2out.c (comp_dir_string): cached_wd could be set to both a
4306 heap string and a gc string, but since this variable is unknown to
4307 ggc the gc string might get reused and corrupted. Fixed by always
4308 using a heap string.
4309
4310 2019-03-25 Richard Biener <rguenther@suse.de>
4311
4312 PR tree-optimization/89779
4313 * tree-ssa-loop-ivopts.c (remove_unused_ivs): Return
4314 to remove IV defs, delay actual removal.
4315 (tree_ssa_iv_optimize_loop): Likewise. Avoid SCEV reset.
4316 (tree_ssa_iv_optimize): Remove eliminated IV defs at the
4317 very end, properly also reset loop control IV information.
4318
4319 2019-03-25 Richard Biener <rguenther@suse.de>
4320
4321 PR tree-optimization/89802
4322 * tree-ssa-math-opts.c (convert_mult_to_fma_1): Properly
4323 move EH data to folded stmt.
4324
4325 2019-03-25 Andreas Krebbel <krebbel@linux.ibm.com>
4326
4327 * config/s390/s390-builtin-types.def: Remove few unused types and
4328 fix sort order for others.
4329
4330 2019-03-25 Andreas Krebbel <krebbel@linux.ibm.com>
4331
4332 * config/s390/s390-c.c (s390_fn_types_compatible): Print the
4333 expected and found types with -mdebug during builtin matching.
4334
4335 2019-03-25 Richard Biener <rguenther@suse.de>
4336
4337 PR middle-end/89790
4338 * fold-const.c (operand_equal_p): Revert last change with
4339 updated comment.
4340
4341 2019-03-24 Segher Boessenkool <segher@kernel.crashing.org>
4342
4343 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Add REG_EQUAL
4344 notes for the result of the __tls_get_addr calls.
4345 * config/rs6000/rs6000.md (unspec UNSPEC_TLS_GET_ADDR): New.
4346
4347 2019-03-24 Jeff Law <law@redhat.com>
4348
4349 * config/bfin/bfin.md (movpdi): Fix length for alternative 1.
4350
4351 PR rtl-optimization/87761
4352 * regcprop.c (copyprop_hardreg_forward_1): Check may_trap_p on SET,
4353 not INSN. Also check RTX_FRAME_RELATED_P. Queue insns for DF rescan
4354 as needed.
4355 (pass_cprop_hardreg::execute): Add df note problem and defer insn
4356 rescans. Reprocess blocks as needed, calling df_analyze before
4357 reprocessing. Always call df_analyze before fixing up debug bind
4358 insns.
4359
4360 2019-03-23 Segher Boessenkool <segher@kernel.crashing.org>
4361
4362 * config/rs6000/xmmintrin.h (_mm_movemask_pi8): Implement for 32-bit
4363 big endian.
4364
4365 2019-03-22 Andrew Pinski <apinski@marvell.com>
4366
4367 * config/aarch64/aarch64.md (zero_extendsidi2_aarch64): Fix type
4368 attrribute for uxtw.
4369
4370 2019-03-26 Jeff Law <law@redhat.com>
4371
4372 PR rtl-optimization/87761
4373 * config/mips/mips-protos.h (mips_split_move): Add new argument.
4374 (mips_emit_move_or_split): Pass NULL for INSN into mips_split_move.
4375 (mips_split_move): Accept new INSN argument. Try to forward SRC
4376 into the next instruction.
4377 (mips_split_move_insn): Pass INSN through to mips_split_move.
4378
4379 2019-03-22 Vladimir Makarov <vmakarov@redhat.com>
4380
4381 PR rtl-optimization/89676
4382 * lra-constraints.c (curr_insn_transform): Do match reload for
4383 early clobbers even if the match was successful.
4384
4385 2019-03-22 Jakub Jelinek <jakub@redhat.com>
4386
4387 PR c++/87481
4388 * doc/invoke.texi (-fconstexpr-ops-limit=): Document.
4389
4390 2019-03-22 Bill Schmidt <wschmidt@linux.ibm.com>
4391
4392 * config/rs6000/mmintrin.h (_mm_sub_pi32): Fix typo.
4393
4394 2019-03-22 Jakub Jelinek <jakub@redhat.com>
4395
4396 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>,
4397 <avx512>_fmsub_<mode>_mask3<round_name>,
4398 <avx512>_fnmadd_<mode>_mask3<round_name>,
4399 <avx512>_fnmsub_<mode>_mask3<round_name>,
4400 avx512f_vmfmadd_<mode>_mask3<round_name>,
4401 avx512f_vmfmsub_<mode>_mask3<round_name>,
4402 *avx512f_vmfnmadd_<mode>_mask3<round_name>): Use <round_nimm_predicate>
4403 instead of register_operand and %v instead of v for match_operand 1.
4404 (avx512f_vmfnmsub_<mode>_mask3<round_name>): Rename to ...
4405 (*avx512f_vmfnmsub_<mode>_mask3<round_name>): ... this. Use
4406 <round_nimm_predicate> instead of register_operand and %v instead of v
4407 for match_operand 1.
4408
4409 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask<round_name>,
4410 <avx512>_fmadd_<mode>_mask3<round_name>,
4411 <avx512>_fmsub_<mode>_mask<round_name>,
4412 <avx512>_fmsub_<mode>_mask3<round_name>,
4413 <avx512>_fnmadd_<mode>_mask<round_name>,
4414 <avx512>_fnmadd_<mode>_mask3<round_name>,
4415 <avx512>_fnmsub_<mode>_mask<round_name>,
4416 <avx512>_fnmsub_<mode>_mask3<round_name>,
4417 <avx512>_fmaddsub_<mode>_mask<round_name>,
4418 <avx512>_fmaddsub_<mode>_mask3<round_name>,
4419 <avx512>_fmsubadd_<mode>_mask<round_name>,
4420 <avx512>_fmsubadd_<mode>_mask3<round_name>): Use
4421 <round_nimm_predicate> instead of nonimmediate_operand.
4422 (fmai_vmfmadd_<mode><round_name>, fmai_vmfmsub_<mode><round_name>,
4423 fmai_vmfnmadd_<mode><round_name>, fmai_vmfnmsub_<mode><round_name>):
4424 Use register_operand instead of <round_nimm_predicate> for the
4425 operand that needs to match output.
4426 (*fmai_fmadd_<mode>, *fmai_fmsub_<mode>,
4427 *fmai_fnmadd_<mode><round_name>, *fmai_fnmsub_<mode><round_name>):
4428 Likewise. Formatting fixes.
4429
4430 PR target/89784
4431 * config/i386/i386.c (enum ix86_builtins): Remove
4432 IX86_BUILTIN_VFMSUBSD3_MASK3 and IX86_BUILTIN_VFMSUBSS3_MASK3.
4433 * config/i386/i386-builtin.def (__builtin_ia32_vfmaddsd3_mask,
4434 __builtin_ia32_vfmaddsd3_mask3, __builtin_ia32_vfmaddsd3_maskz,
4435 __builtin_ia32_vfmsubsd3_mask3, __builtin_ia32_vfmaddss3_mask,
4436 __builtin_ia32_vfmaddss3_mask3, __builtin_ia32_vfmaddss3_maskz,
4437 __builtin_ia32_vfmsubss3_mask3): New builtins.
4438 * config/i386/sse.md (avx512f_vmfmadd_<mode>_mask<round_name>,
4439 avx512f_vmfmadd_<mode>_mask3<round_name>,
4440 avx512f_vmfmadd_<mode>_maskz_1<round_name>,
4441 *avx512f_vmfmsub_<mode>_mask<round_name>,
4442 avx512f_vmfmsub_<mode>_mask3<round_name>,
4443 *avx512f_vmfmasub_<mode>_maskz_1<round_name>,
4444 *avx512f_vmfnmadd_<mode>_mask<round_name>,
4445 *avx512f_vmfnmadd_<mode>_mask3<round_name>,
4446 *avx512f_vmfnmadd_<mode>_maskz_1<round_name>,
4447 *avx512f_vmfnmsub_<mode>_mask<round_name>,
4448 avx512f_vmfnmsub_<mode>_mask3<round_name>,
4449 *avx512f_vmfnmsub_<mode>_maskz_1<round_name>): New define_insns.
4450 (avx512f_vmfmadd_<mode>_maskz<round_expand_name>): New define_expand.
4451 * config/i386/avx512fintrin.h (_mm_mask_fmadd_sd, _mm_mask_fmadd_ss,
4452 _mm_mask3_fmadd_sd, _mm_mask3_fmadd_ss, _mm_maskz_fmadd_sd,
4453 _mm_maskz_fmadd_ss, _mm_mask_fmsub_sd, _mm_mask_fmsub_ss,
4454 _mm_mask3_fmsub_sd, _mm_mask3_fmsub_ss, _mm_maskz_fmsub_sd,
4455 _mm_maskz_fmsub_ss, _mm_mask_fnmadd_sd, _mm_mask_fnmadd_ss,
4456 _mm_mask3_fnmadd_sd, _mm_mask3_fnmadd_ss, _mm_maskz_fnmadd_sd,
4457 _mm_maskz_fnmadd_ss, _mm_mask_fnmsub_sd, _mm_mask_fnmsub_ss,
4458 _mm_mask3_fnmsub_sd, _mm_mask3_fnmsub_ss, _mm_maskz_fnmsub_sd,
4459 _mm_maskz_fnmsub_ss, _mm_mask_fmadd_round_sd, _mm_mask_fmadd_round_ss,
4460 _mm_mask3_fmadd_round_sd, _mm_mask3_fmadd_round_ss,
4461 _mm_maskz_fmadd_round_sd, _mm_maskz_fmadd_round_ss,
4462 _mm_mask_fmsub_round_sd, _mm_mask_fmsub_round_ss,
4463 _mm_mask3_fmsub_round_sd, _mm_mask3_fmsub_round_ss,
4464 _mm_maskz_fmsub_round_sd, _mm_maskz_fmsub_round_ss,
4465 _mm_mask_fnmadd_round_sd, _mm_mask_fnmadd_round_ss,
4466 _mm_mask3_fnmadd_round_sd, _mm_mask3_fnmadd_round_ss,
4467 _mm_maskz_fnmadd_round_sd, _mm_maskz_fnmadd_round_ss,
4468 _mm_mask_fnmsub_round_sd, _mm_mask_fnmsub_round_ss,
4469 _mm_mask3_fnmsub_round_sd, _mm_mask3_fnmsub_round_ss,
4470 _mm_maskz_fnmsub_round_sd, _mm_maskz_fnmsub_round_ss): New intrinsics.
4471
4472 2019-03-21 Martin Sebor <msebor@redhat.com>
4473
4474 PR tree-optimization/89350
4475 * builtins.c (compute_objsize): Also ignore offsets whose upper
4476 bound is negative.
4477 * gimple-ssa-warn-restrict.c (builtin_memref): Add new member.
4478 (builtin_memref::builtin_memref): Initialize new member.
4479 Allow EXPR to be null.
4480 (builtin_memref::extend_offset_range): Replace local with a member.
4481 Avoid assuming pointer offsets are unsigned.
4482 (builtin_memref::set_base_and_offset): Determine base object
4483 before computing offset range.
4484 (builtin_access::builtin_access): Handle memset.
4485 (builtin_access::generic_overlap): Replace local with a member.
4486 (builtin_access::strcat_overlap): Same.
4487 (builtin_access::overlap): Same.
4488 (maybe_diag_overlap): Same.
4489 (maybe_diag_access_bounds): Same.
4490 (wrestrict_dom_walker::check_call): Handle memset.
4491 (check_bounds_or_overlap): Same.
4492
4493 2019-03-21 Jan Hubicka <hubicka@ucw.cz>
4494 Jakub Jelinek <jakub@redhat.com>
4495
4496 PR lto/89692
4497 * tree.c (fld_type_variant, fld_incomplete_type_of,
4498 fld_process_array_type): Call fld->pset.add and don't call
4499 add_tree_to_fld_list if it returns true.
4500 (free_lang_data_in_type): Similarly with self-recursive call. Purge
4501 non-marked types from TYPE_NEXT_VARIANT list.
4502 (find_decls_types_r): Call fld_worklist_push for TYPE_CANONICAL (t).
4503
4504 2019-03-21 Jakub Jelinek <jakub@redhat.com>
4505
4506 * hash-table.h (hash_table): Add Lazy template parameter defaulted
4507 to false, if true, don't alloc_entries during construction, but defer
4508 it to the first method that needs m_entries allocated.
4509 (hash_table::hash_table, hash_table::~hash_table,
4510 hash_table::alloc_entries, hash_table::find_empty_slot_for_expand,
4511 hash_table::too_empty_p, hash_table::expand, hash_table::empty_slow,
4512 hash_table::clear_slot, hash_table::traverse_noresize,
4513 hash_table::traverse, hash_table::iterator::slide): Adjust all methods.
4514 * hash-set.h (hash_set): Add Lazy template parameter defaulted to
4515 false.
4516 (hash_set::contains): If Lazy is true, use find_slot_with_hash with
4517 NO_INSERT instead of find_with_hash.
4518 (hash_set::traverse, hash_set::iterator, hash_set::iterator::m_iter,
4519 hash_set::m_table): Add Lazy to template params of hash_table.
4520 (gt_ggc_mx, gt_pch_nx): Use false as Lazy in hash_set template param.
4521 * attribs.c (test_attribute_exclusions): Likewise.
4522 * hash-set-tests.c (test_set_of_strings): Add iterator tests for
4523 hash_set. Add tests for hash_set with Lazy = true.
4524
4525 2019-03-21 Richard Biener <rguenther@suse.de>
4526
4527 PR tree-optimization/89779
4528 * tree.c (tree_nop_conversion): Consolidate and fix defensive
4529 checks with respect to released SSA names now having error_mark_node
4530 type.
4531 * fold-const.c (operand_equal_p): Likewise.
4532
4533 2019-03-20 Andreas Krebbel <krebbel@linux.ibm.com>
4534
4535 PR target/89775
4536 * config/s390/s390.c (global_not_special_regno_p): Move to make it
4537 available to ...
4538 (s390_optimize_register_info): Use global_not_special_regno_p to
4539 check for global regs.
4540
4541 2019-03-20 Jakub Jelinek <jakub@redhat.com>
4542
4543 PR target/89752
4544 * lra-constraints.c (process_alt_operands) <reg>: For BLKmode, don't
4545 update this_alternative nor this_alternative_set.
4546
4547 2019-03-19 Jim Wilson <jimw@sifive.com>
4548
4549 PR target/89411
4550 * config/riscv/riscv.c (riscv_valid_lo_sum_p): New arg x. New locals
4551 align, size, offset. Use them to handle a BLKmode reference. Update
4552 comment.
4553 (riscv_classify_address): Pass info->offset to riscv_valid_lo_sum_p.
4554
4555 2019-03-19 Jakub Jelinek <jakub@redhat.com>
4556
4557 PR rtl-optimization/89768
4558 * loop-unroll.c (unroll_loop_constant_iterations): Use gen_int_mode
4559 instead of GEN_INT.
4560 (unroll_loop_runtime_iterations): Likewise.
4561
4562 2019-03-19 Martin Sebor <msebor@redhat.com>
4563
4564 PR tree-optimization/89644
4565 * tree-ssa-strlen.c (handle_builtin_stxncpy): Use full_string_p
4566 rather than endptr as an indicator of nul-termination.
4567
4568 PR tree-optimization/89644
4569 * tree-ssa-strlen.c (handle_builtin_stxncpy): Consider unterminated
4570 arrays in determining sequence sizes in strncpy and stpncpy.
4571
4572 2019-03-19 Martin Liska <mliska@suse.cz>
4573
4574 PR middle-end/89737
4575 * predict.c (combine_predictions_for_bb): Empty likely_edges and
4576 unlikely_edges if there's an edge that belongs to both these sets.
4577
4578 2018-03-19 Segher Boessenkool <segher@kernel.crashing.org>
4579
4580 PR target/89746
4581 * config/rs6000/rs6000.md (fix_trunc<mode>si2_stfiwx): If we have a
4582 non-TARGET_MFCRF target, and the dest is memory but not 32-bit aligned,
4583 go via a stack temporary.
4584
4585 2019-03-19 Jakub Jelinek <jakub@redhat.com>
4586
4587 PR target/89378
4588 * config/mips/mips.c (mips_expand_vec_cond_expr): Use gen_lowpart
4589 instead of gen_rtx_SUBREG.
4590 * config/mips/mips-msa.md (vec_extract<mode><unitmode>): Likewise.
4591
4592 2019-03-19 Richard Biener <rguenther@suse.de>
4593
4594 PR debug/88389
4595 * opts.c (finish_options): Disable -gsplit-dwarf when doing LTO.
4596
4597 2019-03-19 Jan Hubicka <hubicka@ucw.cz>
4598
4599 PR lto/87809
4600 PR lto/89335
4601 * tree.c (free_lang_data_in_decl): Do not free context of C++
4602 destrutors.
4603
4604 2019-03-19 Jakub Jelinek <jakub@redhat.com>
4605
4606 PR target/89506
4607 * config/arm/arm.md (cmpsi2_addneg): Swap the alternatives and use
4608 subs for the first alternative except when operands[3] is 1.
4609
4610 PR target/89752
4611 * gimplify.c (gimplify_asm_expr): For output argument with
4612 TREE_ADDRESSABLE type, clear allows_reg if it allows memory, otherwise
4613 diagnose error.
4614
4615 2019-03-19 Eric Botcazou <ebotcazou@adacore.com>
4616
4617 PR rtl-optimization/89753
4618 * loop-unroll.c (decide_unroll_constant_iterations): Make guard for
4619 explicit unrolling factor even more robust.
4620
4621 2019-03-19 Jakub Jelinek <jakub@redhat.com>
4622
4623 PR target/89726
4624 * config/i386/i386.c (ix86_expand_floorceildf_32): In ceil
4625 compensation use x2 += 1 instead of x2 -= -1 and when honoring
4626 signed zeros, do another copysign after the compensation.
4627
4628 2019-03-18 Martin Sebor <msebor@redhat.com>
4629
4630 PR tree-optimization/89720
4631 * tree-vrp.c (vrp_prop::check_mem_ref): Treat range with max < min
4632 more conservatively, the same as anti-range.
4633
4634 2019-03-18 Richard Biener <rguenther@suse.de>
4635
4636 PR middle-end/88945
4637 * tree-ssanames.c (release_ssa_name_fn): For released SSA names
4638 use a TREE_TYPE of error_mark_node to avoid ICEs when dumping
4639 basic-blocks that are removed. Remove restoring SSA_NAME_VAR.
4640 * tree-outof-ssa.c (eliminate_useless_phis): Remove redundant checking.
4641
4642 2019-03-18 Andrew Stubbs <ams@codesourcery.com>
4643
4644 * config/gcn/gcn-run.c (struct output): Make next_output unsigned.
4645 Extend queue to 1024 entries.
4646 Add "consumed" field.
4647 (gomp_print_output): Remove print_index parameter.
4648 Add final parameter.
4649 Change limit to unsigned.
4650 Use consumed field to implement circular buffer.
4651 Detect interrupted print in final pass.
4652 Flush output at the end.
4653 (run): Update gomp_print_output usage.
4654 (main): Initialize kernargs->output_data.consumed.
4655
4656 2019-03-18 Richard Sandiford <richard.sandiford@arm.com>
4657
4658 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Fix the
4659 calculation of the minimum number of scalar iterations for
4660 fully-predicated loops.
4661
4662 2019-03-18 Martin Jambor <mjambor@suse.cz>
4663
4664 PR tree-optimization/89546
4665 * tree-sra.c (propagate_subaccesses_across_link): Requeue new_acc if
4666 any propagation to its children took place.
4667
4668 2019-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
4669
4670 PR target/89627
4671 * config/riscv/riscv.c (riscv_pass_fpr_single): Add offset
4672 parameter, and make use of it.
4673 (riscv_get_arg_info): Pass offset to riscv_pass_fpr_single.
4674
4675 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
4676
4677 * config/arc/arc.opt (mcode-density-frame): Get the inital value
4678 from TARGET_CODE_DENSITY_FRAME_DEFAULT.
4679 * config/arc/elf.h (TARGET_CODE_DENSITY_FRAME_DEFAULT): Define.
4680 * config/arc/linux.h (TARGET_CODE_DENSITY_FRAME_DEFAULT): Define.
4681 * config/arc/arc.md (pop_multi_fp_blink): Adjust constraints to
4682 match what the ops is doing.
4683 (push_multi_fp_blink): Likewise.
4684 * config/arc/arc.c (arc_override_options): Enable enter/leave when
4685 compiling for size and elf target.
4686 (arc_save_callee_enter): Adjust note to match what enter/leave
4687 operation does.
4688
4689 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
4690
4691 * config/arc/arc.md (tst_movb): Fix constraint.
4692
4693 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
4694
4695 * config/arc/arc.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define.
4696
4697 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
4698
4699 * config/arc/arc-protos.h (arc_adjust_reg_alloc_order): Declare.
4700 * config/arc/arc.c (arc_conditional_register_usage): Remove all
4701 reg_alloc_order references.
4702 (size_alloc_order): Define.
4703 (arc_adjust_reg_alloc_order): New function.
4704 * config/arc/arc.h (REG_ALLOC_ORDER): Proper define the register
4705 order.
4706 (ADJUST_REG_ALLOC_ORDER): Define.
4707 (HONOR_REG_ALLOC_ORDER): Likewise.
4708
4709 2019-03-18 Richard Biener <rguenther@suse.de>
4710
4711 PR target/87561
4712 * config/i386/i386.c (ix86_add_stmt_cost): Pessimize strided
4713 loads and stores a bit more.
4714
4715 2019-03-18 Richard Biener <rguenther@suse.de>
4716
4717 PR target/87561
4718 * config/i386/i386.c (ix86_add_stmt_cost): Apply strided
4719 load pessimization to stores as well.
4720
4721 2019-03-18 Andrey Belevantsev <abel@ispras.ru>
4722
4723 PR middle-end/86979
4724 * sel-sched.c (compute_av_set_at_bb_end): When we have an ineligible
4725 successor, use NULL as its av set.
4726
4727 2019-03-15 Segher Boessenkool <segher@kernel.crashing.org>
4728
4729 PR rtl-optimization/89721
4730 * lra-constraints (invariant_p): Return false if side_effects_p holds.
4731
4732 2019-03-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
4733
4734 PR target/87532
4735 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4736 When handling vec_extract, use modular arithmetic to allow
4737 constant selectors greater than vector length.
4738 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Allow
4739 V1TImode vectors to have constant selector values greater than 0.
4740 Use modular arithmetic to compute vector index.
4741 (rs6000_split_vec_extract_var): Use modular arithmetic to compute
4742 index for in-memory vectors. Correct code generation for
4743 in-register vectors.
4744 (altivec_expand_vec_ext_builtin): Use modular arithmetic to
4745 compute index.
4746
4747 2019-03-15 Alexandre Oliva <aoliva@redhat.com>
4748
4749 PR c++/88534
4750 PR c++/88537
4751 * dwarf2out.c (generic_parameter_die): Follow DECL_INITIAL of
4752 VAR_DECL args.
4753
4754 2019-03-15 Jakub Jelinek <jakub@redhat.com>
4755
4756 PR c++/89709
4757 * tree.c (inchash::add_expr): Strip any location wrappers.
4758 * fold-const.c (operand_equal_p): Move stripping of location wrapper
4759 after hash verification.
4760
4761 PR debug/89704
4762 * dwarf2out.c (add_const_value_attribute): Return false for MINUS,
4763 SIGN_EXTEND and ZERO_EXTEND.
4764
4765 2019-03-14 Jason Merrill <jason@redhat.com>
4766 Jakub Jelinek <jakub@redhat.com>
4767
4768 * hash-table.h (remove_elt_with_hash): Return if slot is NULL rather
4769 than if is_empty (*slot).
4770 * hash-set-tests.c (test_set_of_strings): Add tests for addition of
4771 existing elt and for elt removal.
4772 * hash-map-tests.c (test_map_of_strings_to_int): Add test for removal
4773 of already removed elt.
4774
4775 2019-03-15 H.J. Lu <hongjiu.lu@intel.com>
4776
4777 PR target/89650
4778 * config/i386/i386.c (remove_partial_avx_dependency): Handle
4779 REG_EH_REGION note.
4780
4781 2019-03-14 Martin Liska <mliska@suse.cz>
4782
4783 PR other/89712
4784 * doc/invoke.texi: Remove -fdump-class-hierarchy option.
4785
4786 2019-03-14 Richard Biener <rguenther@suse.de>
4787
4788 PR target/89711
4789 * config/i386/i386.c (make_resolver_func): Properly set
4790 DECL_CONTEXT on the RESULT_DECL.
4791 * config/rs6000/rs6000.c (make_resolver_func): Likewise.
4792
4793 2019-03-14 Richard Biener <rguenther@suse.de>
4794
4795 * gimple-pretty-print.c: Include cfgloop.h.
4796 (dump_gimple_phi): Adjust.
4797 (dump_gimple_bb_header): Dump loop header for GIMPLE.
4798 (pp_cfg_jump): Adjust.
4799 (dump_implicit_edges): Dump fallthru to next block for GIMPLE as well.
4800 * tree-cfg.c (build_gimple_cfg): Remove lower_phi_internal_fn call.
4801 (lower_phi_internal_fn): Remove.
4802 (verify_gimple_call): Remove IFN_PHI special-casing.
4803 (dump_function_to_file): Dump IL state.
4804 * tree-into-ssa.c (rewrite_add_phi_arguments): Revert changes
4805 done to deal with PHI nodes being present in non-SSA state.
4806
4807 2019-03-14 Jakub Jelinek <jakub@redhat.com>
4808
4809 PR ipa/89684
4810 * multiple_target.c (create_dispatcher_calls): Change
4811 references_to_redirect from vector of ipa_ref * to vector of ipa_ref.
4812 In the node->iterate_referring loop, push *ref rather than ref, call
4813 ref->remove_reference () and always pass 0 to iterate_referring.
4814
4815 PR rtl-optimization/89679
4816 * expmed.c (expand_mult_const): Don't add a REG_EQUAL note if it
4817 would contain a paradoxical SUBREG.
4818
4819 2019-03-14 Richard Biener <rguenther@suse.de>
4820
4821 PR tree-optimization/89710
4822 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use
4823 safe_dyn_cast.
4824
4825 2019-03-14 Martin Liska <mliska@suse.cz>
4826
4827 * coverage.c (coverage_begin_function): Stream also
4828 end_column.
4829 * doc/gcov.texi: Document 2 new fields in JSON file. Improve
4830 documentation about function declaration location.
4831 * gcov-dump.c (tag_function): Print whole range
4832 of function declaration.
4833 * gcov.c (struct function_info): Add end_column field.
4834 (function_info::function_info): Initialize it.
4835 (output_json_intermediate_file): Output {start,end}_column
4836 fields.
4837 (read_graph_file): Read end_column.
4838
4839 2019-03-14 Richard Biener <rguenther@suse.de>
4840
4841 PR middle-end/89698
4842 * fold-const.c (operand_equal_p): For INDIRECT_REF check
4843 that the access types are similar.
4844
4845 2019-03-14 Jakub Jelinek <jakub@redhat.com>
4846
4847 PR tree-optimization/89703
4848 * tree-ssa-strlen.c (valid_builtin_call): Punt if stmt call types
4849 aren't compatible also with builtin_decl_explicit. Check pure
4850 or non-pure status of BUILT_IN_STR{{,N}CMP,N{LEN,{CAT,CPY}{,_CHK}}}
4851 and BUILT_IN_STPNCPY{,_CHK}.
4852
4853 2019-03-14 H.J. Lu <hongjiu.lu@intel.com>
4854
4855 PR target/89523
4856 * config/i386/i386.c (ix86_print_operand): Handle 'M' to add
4857 addr32 prefix to VSIB address for X32.
4858 * config/i386/sse.md (*avx512pf_gatherpf<mode>sf_mask): Prepend
4859 "%M2" to opcode.
4860 (*avx512pf_gatherpf<mode>df_mask): Likewise.
4861 (*avx512pf_scatterpf<mode>sf_mask): Likewise.
4862 (*avx512pf_scatterpf<mode>df_mask): Likewise.
4863 (*avx2_gathersi<mode>): Prepend "%M3" to opcode.
4864 (*avx2_gathersi<mode>_2): Prepend "%M2" to opcode.
4865 (*avx2_gatherdi<mode>): Prepend "%M3" to opcode.
4866 (*avx2_gatherdi<mode>_2): Prepend "%M2" to opcode.
4867 (*avx2_gatherdi<mode>_3): Prepend "%M3" to opcode.
4868 (*avx2_gatherdi<mode>_4): Prepend "%M2" to opcode.`
4869 (*avx512f_gathersi<mode>): Prepend "%M4" to opcode.
4870 (*avx512f_gathersi<mode>_2): Prepend "%M3" to opcode.
4871 (*avx512f_gatherdi<mode>): Prepend "%M4" to opcode.
4872 (*avx512f_gatherdi<mode>_2): Prepend "%M3" to opcode.
4873 (*avx512f_scattersi<mode>): Prepend "%M0" to opcode.
4874 (*avx512f_scatterdi<mode>): Likewise.
4875
4876 2019-03-13 Vladimir Makarov <vmakarov@redhat.com>
4877
4878 PR target/85860
4879 * lra-constraints.c (inherit_in_ebb): Update
4880 potential_reload_hard_regs along with live_hard_regs.
4881
4882 2019-03-13 Jakub Jelinek <jakub@redhat.com>
4883
4884 PR debug/89498
4885 * dwarf2out.c (size_of_die): For dw_val_class_view_list always use
4886 DWARF_OFFSET_SIZE.
4887 (value_format): For dw_val_class_view_list never use DW_FORM_loclistx.
4888
4889 2019-03-13 Martin Sebor <msebor@redhat.com>
4890
4891 PR tree-optimization/89662
4892 * tree-vrp.c (vrp_prop::check_mem_ref): Avoid assuming every type
4893 has a size.
4894
4895 2019-03-13 Richard Biener <rguenther@suse.de>
4896
4897 PR middle-end/89677
4898 * tree-scalar-evolution.c (simplify_peeled_chrec): Do not
4899 throw FP expressions at tree-affine.
4900
4901 2019-03-14 Richard Biener <rguenther@suse.de>
4902
4903 * tree-pretty-print.c (dump_generic_node): For -gimple properly
4904 dump negative integer constants using _Literal (type) -num.
4905
4906 2019-03-13 Jakub Jelinek <jakub@redhat.com>
4907
4908 * ipa-param-manipulation.h (struct ipa_parm_adjustment): Remove
4909 nonlocal_value member.
4910
4911 PR middle-end/88588
4912 * omp-simd-clone.c (ipa_simd_modify_stmt_ops): Handle PHI args.
4913 (ipa_simd_modify_function_body): Handle PHIs.
4914
4915 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
4916
4917 * config/s390/s390.c (s390_option_override_internal): Use more
4918 aggressive inlining parameters.
4919
4920 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
4921
4922 * config/s390/3906.md: New file.
4923 * config/s390/s390.c (MAX_SCHED_UNITS): Increase.
4924 (LONGRUNNING_THRESHOLD): Remove.
4925 (MAX_SCHED_MIX_SCORE): Decrease.
4926 (MAX_SCHED_MIX_DISTANCE): Decrease.
4927 (s390_bb_fallthru_entry_likely): Assume fallthru for less than likely.
4928 (struct s390_sched_state): New struct to hold scheduling state.
4929 (S390_SCHED_STATE_NORMAL): Remove.
4930 (S390_SCHED_STATE_CRACKED): Remove.
4931 (S390_SCHED_ATTR_MASK_GROUPOFTWO): Add.
4932 (s390_get_sched_attrmask): Use new attribute.
4933 (s390_get_unit_mask): Use new units.
4934 (s390_is_fpd): New function.
4935 (s390_is_fxd): New function.
4936 (s390_is_longrunning): New function.
4937 (s390_sched_score): Use new functions.
4938 (s390_sched_reorder): Likewise.
4939 (s390_sched_variable_issue): Rework and use new functions.
4940 (s390_sched_init): Use new functions.
4941 * config/s390/s390.h (s390_tune_attr): Add z14.
4942 * config/s390/s390.md: Add z14.
4943
4944 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
4945
4946 * config/s390/2964.md: Update pipeline description.
4947 * config/s390/s390.c (MAX_SCHED_UNITS): Increase.
4948 (LONGRUNNING_THRESHOLD): Remove.
4949 (LATENCY_FACTOR): Remove.
4950 (s390_get_unit_mask): Add unit.
4951 (s390_sched_score): Use fxd/fpd.
4952 (s390_sched_variable_issue): Use fxd/fpd.
4953
4954 2019-03-12 Martin Liska <mliska@suse.cz>
4955
4956 * config/i386/i386.c: Reword an error message.
4957
4958 2019-03-12 Martin Jambor <mjambor@suse.cz>
4959
4960 * cgraph.c (cgraph_node::dump): Dump more info for former thunks,
4961 terminate with newline.
4962
4963 2019-03-12 Jakub Jelinek <jakub@redhat.com>
4964
4965 PR target/52726
4966 * config/s390/s390.md (tabort): Use %wd instead of
4967 HOST_WIDE_INT_PRINT_DEC in error message, reword to avoid two capital
4968 letters and periods.
4969 * config/tilepro/tilepro.c (tilepro_print_operand): Use %wd in
4970 output_operand_lossage instead of HOST_WIDE_INT_PRINT_DEC, replace
4971 's with %< and %>.
4972
4973 PR middle-end/89663
4974 * builtins.c (expand_builtin_int_roundingfn,
4975 expand_builtin_int_roundingfn_2): Return NULL_RTX instead of
4976 gcc_unreachable if validate_arglist fails.
4977
4978 2019-03-12 Richard Biener <rguenther@suse.de>
4979
4980 PR tree-optimization/89664
4981 * tree-ssa-math-opts.c (execute_cse_reciprocals_1): Properly
4982 free the occurance tree after the early out.
4983
4984 2019-03-11 Jakub Jelinek <jakub@redhat.com>
4985
4986 PR middle-end/89655
4987 PR bootstrap/89656
4988 * vr-values.c (vr_values::update_value_range): If
4989 old_vr->varying_p (), don't update it, make new_vr also VARYING
4990 and return false.
4991
4992 2019-03-11 Martin Liska <mliska@suse.cz>
4993
4994 * config/aarch64/aarch64.c (aarch64_override_options_internal):
4995 Fix double string quoting.
4996
4997 2019-03-11 Martin Liska <mliska@suse.cz>
4998
4999 * collect-utils.c (collect_wait): Wrap apostrophes
5000 in gcc internal format with %'.
5001 * collect2.c (main): Likewise.
5002 (scan_prog_file): Likewise.
5003 (scan_libraries): Likewise.
5004 * config/i386/i386.c (ix86_expand_call): Likewise.
5005 (ix86_handle_interrupt_attribute): Likewise.
5006 * config/nds32/nds32-intrinsic.c (nds32_expand_builtin_impl): Likewise.
5007 * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
5008 * config/rl78/rl78.c (rl78_handle_saddr_attribute): Likewise.
5009 * lto-wrapper.c (find_crtoffloadtable): Likewise.
5010 * symtab.c (symtab_node::verify_base): Likewise.
5011 * tree-cfg.c (verify_gimple_label): Likewise.
5012 * tree.c (verify_type_variant): Likewise.
5013
5014 2019-03-11 Martin Liska <mliska@suse.cz>
5015
5016 * builtins.c (expand_builtin_thread_pointer): Wrap an option name
5017 in a string format message and fix GNU coding style.
5018 (expand_builtin_set_thread_pointer): Likewise.
5019 * common/config/aarch64/aarch64-common.c
5020 (aarch64_rewrite_selected_cpu): Likewise.
5021 * common/config/alpha/alpha-common.c (alpha_handle_option): Likewise.
5022 * common/config/arc/arc-common.c (arc_handle_option): Likewise.
5023 * common/config/arm/arm-common.c (arm_parse_fpu_option): Likewise.
5024 * common/config/bfin/bfin-common.c (bfin_handle_option): Likewise.
5025 * common/config/i386/i386-common.c (ix86_handle_option): Likewise.
5026 * common/config/ia64/ia64-common.c (ia64_handle_option): Likewise.
5027 * common/config/m68k/m68k-common.c (m68k_handle_option): Likewise.
5028 * common/config/msp430/msp430-common.c (msp430_handle_option): Likewise.
5029 * common/config/nds32/nds32-common.c (nds32_handle_option): Likewise.
5030 * common/config/powerpcspe/powerpcspe-common.c (rs6000_handle_option):
5031 Likewise.
5032 * common/config/riscv/riscv-common.c
5033 (riscv_subset_list::parsing_subset_version): Likewise.
5034 (riscv_subset_list::parse_std_ext): Likewise.
5035 (riscv_subset_list::parse_sv_or_non_std_ext): Likewise.
5036 (riscv_subset_list::parse): Likewise.
5037 * common/config/rs6000/rs6000-common.c (rs6000_handle_option): Likewise.
5038 * config/aarch64/aarch64.c (aarch64_parse_one_option_token): Likewise.
5039 (aarch64_override_options_internal): Likewise.
5040 (aarch64_validate_mcpu): Likewise.
5041 (aarch64_validate_march): Likewise.
5042 (aarch64_validate_mtune): Likewise.
5043 (aarch64_override_options): Likewise.
5044 * config/alpha/alpha.c (alpha_option_override): Likewise.
5045 * config/arc/arc.c (arc_init): Likewise.
5046 (parse_mrgf_banked_regs_option): Likewise.
5047 (arc_override_options): Likewise.
5048 (arc_expand_builtin_aligned): Likewise.
5049 * config/arm/arm-builtins.c (arm_expand_neon_builtin): Likewise.
5050 (arm_expand_builtin): Likewise.
5051 * config/arm/arm.c (arm_option_check_internal): Likewise.
5052 (arm_configure_build_target): Likewise.
5053 (arm_option_override): Likewise.
5054 (arm_options_perform_arch_sanity_checks): Likewise.
5055 (arm_handle_cmse_nonsecure_entry): Likewise.
5056 (arm_handle_cmse_nonsecure_call): Likewise.
5057 (arm_tls_referenced_p): Likewise.
5058 (thumb1_expand_prologue): Likewise.
5059 * config/avr/avr.c (avr_option_override): Likewise.
5060 * config/bfin/bfin.c (bfin_option_override): Likewise.
5061 * config/c6x/c6x.c (c6x_option_override): Likewise.
5062 * config/cr16/cr16.c (cr16_override_options): Likewise.
5063 * config/cris/cris.c (cris_option_override): Likewise.
5064 * config/csky/csky.c (csky_handle_isr_attribute): Likewise.
5065 * config/darwin-c.c (macosx_version_as_macro): Likewise.
5066 * config/darwin.c (darwin_override_options): Likewise.
5067 * config/frv/frv.c (frv_expand_builtin): Likewise.
5068 * config/h8300/h8300.c (h8300_option_override): Likewise.
5069 * config/i386/i386.c (parse_mtune_ctrl_str): Likewise.
5070 (ix86_option_override_internal): Likewise.
5071 (warn_once_call_ms2sysv_xlogues): Likewise.
5072 (ix86_expand_prologue): Likewise.
5073 (split_stack_prologue_scratch_regno): Likewise.
5074 (ix86_warn_parameter_passing_abi): Likewise.
5075 * config/ia64/ia64.c (fix_range): Likewise.
5076 * config/m68k/m68k.c (m68k_option_override): Likewise.
5077 * config/microblaze/microblaze.c (microblaze_option_override): Likewise.
5078 * config/mips/mips.c (mips_emit_probe_stack_range): Likewise.
5079 (mips_set_compression_mode): Likewise.
5080 * config/mmix/mmix.c (mmix_option_override): Likewise.
5081 * config/mn10300/mn10300.c (mn10300_option_override): Likewise.
5082 * config/msp430/msp430.c (msp430_option_override): Likewise.
5083 * config/nds32/nds32.c (nds32_option_override): Likewise.
5084 * config/nios2/nios2.c (nios2_custom_check_insns): Likewise.
5085 (nios2_option_override): Likewise.
5086 (nios2_expand_custom_builtin): Likewise.
5087 * config/nvptx/mkoffload.c (main): Likewise.
5088 * config/nvptx/nvptx.c (diagnose_openacc_conflict): Likewise.
5089 * config/pa/pa.c (fix_range): Likewise.
5090 (pa_option_override): Likewise.
5091 * config/riscv/riscv.c (riscv_parse_cpu): Likewise.
5092 (riscv_option_override): Likewise.
5093 * config/rl78/rl78.c (rl78_option_override): Likewise.
5094 * config/rs6000/aix61.h: Likewise.
5095 * config/rs6000/aix71.h: Likewise.
5096 * config/rs6000/aix72.h: Likewise.
5097 * config/rs6000/driver-rs6000.c (elf_platform): Likewise.
5098 * config/rs6000/freebsd64.h: Likewise.
5099 * config/rs6000/linux64.h: Likewise.
5100 * config/rs6000/rs6000.c (rs6000_option_override_internal): Likewise.
5101 (rs6000_expand_zeroop_builtin): Likewise.
5102 (rs6000_expand_mtfsb_builtin): Likewise.
5103 (rs6000_expand_set_fpscr_rn_builtin): Likewise.
5104 (rs6000_expand_set_fpscr_drn_builtin): Likewise.
5105 (rs6000_invalid_builtin): Likewise.
5106 (rs6000_expand_split_stack_prologue): Likewise.
5107 * config/rs6000/rtems.h: Likewise.
5108 * config/rx/rx.c (valid_psw_flag): Likewise.
5109 (rx_expand_builtin): Likewise.
5110 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Likewise.
5111 * config/s390/s390.c (s390_expand_builtin): Likewise.
5112 (s390_function_profiler): Likewise.
5113 (s390_option_override_internal): Likewise.
5114 (s390_option_override): Likewise.
5115 * config/sh/sh.c (sh_option_override): Likewise.
5116 (sh_builtin_saveregs): Likewise.
5117 (sh_fix_range): Likewise.
5118 * config/sh/vxworks.h: Likewise.
5119 * config/sparc/sparc.c (sparc_option_override): Likewise.
5120 * config/spu/spu.c (spu_option_override): Likewise.
5121 (fix_range): Likewise.
5122 * config/visium/visium.c (visium_option_override): Likewise.
5123 (visium_handle_interrupt_attr): Likewise.
5124 * config/xtensa/xtensa.c (xtensa_option_override): Likewise.
5125 * dbgcnt.c (dbg_cnt_set_limit_by_name): Likewise.
5126 (dbg_cnt_process_opt): Likewise.
5127 * dwarf2out.c (output_dwarf_version): Likewise.
5128 * except.c (expand_eh_return): Likewise.
5129 * gcc.c (defined): Likewise.
5130 (driver_handle_option): Likewise.
5131 (process_command): Likewise.
5132 (compare_files): Likewise.
5133 (driver::prepare_infiles): Likewise.
5134 (driver::do_spec_on_infiles): Likewise.
5135 (driver::maybe_run_linker): Likewise.
5136 * omp-offload.c (oacc_parse_default_dims): Likewise.
5137 * opts-global.c (handle_common_deferred_options): Likewise.
5138 * opts.c (parse_sanitizer_options): Likewise.
5139 (common_handle_option): Likewise.
5140 (enable_warning_as_error): Likewise.
5141 * passes.c (enable_disable_pass): Likewise.
5142 * plugin.c (parse_plugin_arg_opt): Likewise.
5143 (default_plugin_dir_name): Likewise.
5144 * targhooks.c (default_expand_builtin_saveregs): Likewise.
5145 (default_pch_valid_p): Likewise.
5146 * toplev.c (init_asm_output): Likewise.
5147 (process_options): Likewise.
5148 (toplev::run_self_tests): Likewise.
5149 * tree-cfg.c (verify_gimple_call): Likewise.
5150 * tree-inline.c (inline_forbidden_p_stmt): Likewise.
5151 (tree_inlinable_function_p): Likewise.
5152 * var-tracking.c (vt_find_locations): Likewise.
5153
5154 2019-03-11 Andreas Krebbel <krebbel@linux.ibm.com>
5155
5156 * config/s390/s390.c (s390_expand_builtin): Do the copy_to_reg not
5157 only on the else branch.
5158
5159 2019-03-11 Martin Liska <mliska@suse.cz>
5160
5161 * gcov.c (output_intermediate_json_line): Print function
5162 name of each line.
5163 (output_json_intermediate_file): Add new argument.
5164 * doc/gcov.texi: Document the change.
5165
5166 2019-03-11 Eric Botcazou <ebotcazou@adacore.com>
5167
5168 PR rtl-optimization/89588
5169 * loop-unroll.c (decide_unroll_constant_iterations): Make guard for
5170 explicit unrolling factor more robust.
5171
5172 2019-03-11 Richard Biener <rguenther@suse.de>
5173
5174 PR tree-optimization/89649
5175 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
5176 * tree-vect-loop-manip.c (vect_do_peeling): Unset force_vectorize
5177 on the prolog and epilog loops.
5178 (vect_loop_versioning): Return copy of loop.
5179 * tree-vect-loop.c (vect_transform_loop): Unset force_vectorize
5180 on the non-vectorized version of the loop.
5181
5182 2019-03-10 Uroš Bizjak <ubizjak@gmail.com>
5183
5184 PR target/68924
5185 * config/i386/sse.md (*vec_extractv2di_0_sse):
5186 Add (=r,x) alternative and corresponding splitter.
5187
5188 2019-03-10 Martin Jambor <mjambor@suse.cz>
5189
5190 PR tree-optimization/85762
5191 PR tree-optimization/87008
5192 PR tree-optimization/85459
5193 * tree-sra.c (contains_vce_or_bfcref_p): New parameter, set the bool
5194 it points to if there is a type changing MEM_REF. Adjust all callers.
5195 (build_accesses_from_assign): Disable total scalarization if
5196 contains_vce_or_bfcref_p returns true through the new parameter, for
5197 both rhs and lhs.
5198
5199 2019-03-09 Jakub Jelinek <jakub@redhat.com>
5200
5201 PR c/88568
5202 * attribs.c (handle_dll_attribute): Don't clear TREE_STATIC for
5203 dllimport on VAR_DECLs with RECORD_TYPE or UNION_TYPE DECL_CONTEXT.
5204
5205 PR target/79645
5206 * common.opt (fdiagnostics-show-labels,
5207 fdiagnostics-show-line-numbers, fdiagnostics-format=,
5208 fdiagnostics-minimum-margin-width=, fgnat-encodings=, gas-loc-support,
5209 gas-locview-support, ginline-points, ginternal-reset-location-views):
5210 Terminate description text with a dot.
5211 * config/microblaze/microblaze.opt (mxl-prefetch): Likewise.
5212 * config/mcore/mcore.opt (m210, m340): Likewise.
5213 * config/epiphany/epiphany.opt (mprefer-short-insn-regs, mcmove,
5214 mnops=): Start description text with a capital letter.
5215 * config/arc/arc.opt (msize-level=): Likewise.
5216 * config/sh/sh.opt (minline-ic_invalidate): Likewise.
5217 * config/rs6000/sysv4.opt (mno-toc, mtoc, mno-traceback, mshlib,
5218 mnewlib): Likewise.
5219 * config/ft32/ft32.opt (msim): Likewise.
5220 (mft32b, mcompress): Likewise. Terminate description text with a dot.
5221 (mnodiv, mnopm): Terminate description text with a dot.
5222 * config/c6x/c6x.opt (c6x_sdata): Terminate Enum description with
5223 a colon.
5224 * config/i386/i386.opt (prefer_vector_width, instrument_return):
5225 Likewise.
5226 * config/rx/rx.opt (nofpu): Remove trailing spaces from description
5227 text.
5228
5229 PR rtl-optimization/89634
5230 * cfgcleanup.c (thread_jump): Punt if registers mentioned in cond1
5231 are modified in BB_END (e->src) instruction.
5232
5233 2019-03-08 David Malcolm <dmalcolm@redhat.com>
5234
5235 PR target/79926
5236 * config/i386/i386.c (ix86_set_current_function): Make "sorry"
5237 messages more amenable to translation, and improve wording.
5238
5239 2019-03-08 Bill Schmidt <wschmidt@linux.ibm.com>
5240
5241 * config/rs6000/rs6000-p8swap.c (rs6000_analyze_swaps): Rebuild
5242 ud- and du-chains between phases.
5243
5244 2019-03-08 Richard Sandiford <richard.sandiford@arm.com>
5245
5246 PR debug/89631
5247 * dwarf2cfi.c (dwarf2out_frame_debug_expr): Use CONST_POLY_INT
5248 instead of POLY_INT_CST.
5249
5250 2019-03-08 Andre Vieira <andre.simoesdiasvieira@arm.com>
5251
5252 * config/arm/arm.h (TARGET_FP16_TO_DOUBLE): Add TARGET_VFP_DOUBLE
5253 requirement.
5254
5255 2019-03-08 Uroš Bizjak <ubizjak@gmail.com>
5256
5257 PR target/68924
5258 PR target/78782
5259 PR target/87558
5260 * config/i386/emmintrin.h (_mm_loadu_si64): New intrinsic.
5261 (_mm_storeu_si64): Ditto.
5262
5263 2019-03-08 Martin Liska <mliska@suse.cz>
5264
5265 PR target/86952
5266 * config/i386/i386.c (ix86_option_override_internal): Disable
5267 jump tables when retpolines are used.
5268
5269 2019-03-08 Jan Hubicka <hubicka@ucw.cz>
5270
5271 PR go/63560
5272 * ipa-split.c (execute_split_functions): Do not split
5273 'noinline' or 'section' function.
5274
5275 2019-03-08 Jakub Jelinek <jakub@redhat.com>
5276
5277 PR target/79846
5278 * config/s390/s390.c (s390_const_operand_ok): Use %wu instead of
5279 HOST_WIDE_INT_PRINT_UNSIGNED and %wd instead of
5280 HOST_WIDE_INT_PRINT_DEC. Formatting fixes.
5281
5282 PR ipa/80000
5283 * ipa-devirt.c (compare_virtual_tables): Remove two trailing spaces
5284 from diagnostics. Formatting fixes.
5285
5286 PR target/85665
5287 * ipa-devirt.c (odr_types_equivalent_p): Fix grammar in
5288 warn_odr diagnostics.
5289
5290 PR other/80058
5291 * lra-constraints.c (process_alt_operands): Avoid one space before
5292 " at the end of line and another after " on another line in a string
5293 literal.
5294 * attribs.c (handle_dll_attribute): Likewise.
5295 * config/avr/avr-devices.c (avr_texinfo): Likewise.
5296
5297 * gimple-ssa-warn-alloca.c (pass_walloca::execute): Don't wrap
5298 warning_at or inform messages in G_() if there is no ?:.
5299
5300 PR tree-optimization/89550
5301 * builtins.c (c_strlen): Only set TREE_NO_WARNING if warning_at
5302 returned true. Formatting fixes.
5303 (expand_builtin_strnlen): Formatting fixes.
5304 * tree-vrp.c (vrp_prop::check_mem_ref): Only set TREE_NO_WARNING
5305 if warning_at returned true.
5306 * tree-cfg.c (pass_warn_function_return::execute): Likewise.
5307
5308 2019-03-08 Richard Biener <rguenther@suse.de>
5309
5310 PR middle-end/89578
5311 * cfgloop.h (struct loop): Add owned_clique field.
5312 * cfgloopmanip.c (copy_loop_info): Copy it.
5313 * tree-cfg.c (gimple_duplicate_bb): Do not remap owned_clique
5314 cliques.
5315 * tree-inline.c (copy_loops): Remap owned_clique.
5316 * lto-streamer-in.c (input_cfg): Stream owned_clique.
5317 * lto-streamer-out.c (output_cfg): Likewise.
5318
5319 2019-03-08 Jakub Jelinek <jakub@redhat.com>
5320
5321 PR target/80190
5322 * config/darwin.c: Include intl.h.
5323 (darwin_build_constant_cfstring): Improve i18n of diagnostics by not
5324 composing the message out of two separate parts.
5325
5326 2019-03-07 Jakub Jelinek <jakub@redhat.com>
5327
5328 PR target/80003
5329 * config/i386/i386.c (ix86_set_func_type): Make sure diagnostics
5330 doesn't start with a capital letter and doesn't end with a dot.
5331 (ix86_function_arg_boundary): Make sure diagnostics doesn't start
5332 with a capital letter.
5333 (ix86_mangle_function_version_assembler_name): Likewise.
5334 (ix86_generate_version_dispatcher_body): Likewise.
5335 (fold_builtin_cpu): Likewise.
5336 (get_builtin_code_for_version): Likewise. Remove extraneous space.
5337 (ix86_handle_interrupt_attribute): Make the diagnostics easier for
5338 translators, wrap full type name in %qs.
5339
5340 PR translation/79999
5341 * gimplify.c (gimplify_omp_ordered): Reword diagnostics to talk about
5342 depend clause with source (or sink) modifier.
5343 * omp-expand.c (expand_omp_ordered_sink): Likewise.
5344
5345 PR target/89602
5346 * config/i386/sse.md (avx512f_mov<ssescalarmodelower>_mask,
5347 *avx512f_load<mode>_mask, avx512f_store<mode>_mask): New define_insns.
5348 (avx512f_load<mode>_mask): New define_expand.
5349 * config/i386/i386-builtin.def (__builtin_ia32_loadsd_mask,
5350 __builtin_ia32_loadss_mask, __builtin_ia32_storesd_mask,
5351 __builtin_ia32_storess_mask, __builtin_ia32_movesd_mask,
5352 __builtin_ia32_movess_mask): New builtins.
5353 * config/i386/avx512fintrin.h (_mm_mask_load_ss, _mm_maskz_load_ss,
5354 _mm_mask_load_sd, _mm_maskz_load_sd, _mm_mask_move_ss,
5355 _mm_maskz_move_ss, _mm_mask_move_sd, _mm_maskz_move_sd,
5356 _mm_mask_store_ss, _mm_mask_store_sd): New intrinsics.
5357
5358 2019-03-07 Martin Jambor <mjambor@suse.cz>
5359
5360 PR lto/87525
5361 * ipa-cp.c (perform_estimation_of_a_value): Account zero time benefit
5362 for extern inline functions.
5363
5364 2019-03-07 Martin Jambor <mjambor@suse.cz>
5365
5366 PR ipa/88235
5367 * cgraph.h (cgraph_node): New inline method former_thunk_p.
5368 * cgraph.c (cgraph_node::dump): Dump a note if node is a former thunk.
5369 (clone_of_p): Treat expanded thunks like thunks, be optimistic if they
5370 have multiple callees. At the end check if declarations match as
5371 opposed to cgraph_nodes.
5372
5373 2019-03-07 Martin Liska <mliska@suse.cz>
5374
5375 * cgraph.c (cgraph_node::verify_node): Verify with a neighbour
5376 which is equivalent to searching for this in clones chain.
5377 * symtab.c (symtab_node::verify_base): Similarly compare ASM
5378 names with a neighbour and special case first node in a chain.
5379
5380 2019-01-25 Jason Merrill <jason@redhat.com>
5381
5382 PR c++/80916 - spurious "static but not defined" warning.
5383 * gimple-fold.c (can_refer_decl_in_current_unit_p): Return false
5384 for an internal symbol with DECL_EXTERNAL.
5385
5386 2019-04-07 Richard Biener <rguenther@suse.de>
5387
5388 PR middle-end/89618
5389 * cfgloopmanip.c (copy_loop_info): Copy forgotten fields.
5390 * tree-inline.c (copy_loops): Simplify.
5391
5392 2019-03-07 Martin Liska <mliska@suse.cz>
5393
5394 * dwarf2out.c (add_AT_vms_delta): Revert function removal.
5395
5396 2019-03-07 Richard Biener <rguenther@suse.de>
5397
5398 PR tree-optimization/89595
5399 * tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Take
5400 stmt iterator as reference, take boolean output parameter to
5401 indicate whether the stmt was removed and thus the iterator
5402 already advanced.
5403 (dom_opt_dom_walker::before_dom_children): Re-iterate over
5404 stmts created by folding.
5405
5406 2019-03-07 Jakub Jelinek <jakub@redhat.com>
5407
5408 PR c++/89585
5409 * doc/extend.texi (Basic Asm): Document qualifiers are not allowed
5410 at toplevel.
5411
5412 2019-03-06 Peter Bergner <bergner@linux.ibm.com>
5413
5414 PR rtl-optimization/88845
5415 * config/rs6000/rs6000.c (rs6000_emit_move_si_sf_subreg): Enable during
5416 LRA.
5417 * lra.c (remove_scratches_1): New function.
5418 (remove_scratches): Use it.
5419 (lra_emit_move): Likewise.
5420
5421 2019-03-06 Claudiu Zissulescu <claziss@synopsys.com>
5422
5423 * config/arc/arc-c.def (__ARC_UNALIGNED__): Set it on
5424 unaligned_access variable.
5425 * config/arc/arc.c (arc_override_options): Set unaligned access
5426 default on for HS CPUs.
5427 * config/arc/arc.h (STRICT_ALIGNMENT): Fix logic.
5428
5429 2019-03-06 Martin Liska <mliska@suse.cz>
5430
5431 PR gcov-profile/89577
5432 * doc/gcov.texi: Prefer to use --coverage.
5433 * doc/sourcebuild.texi: Likewise.
5434
5435 2019-03-02 Jason Merrill <jason@redhat.com>
5436
5437 PR c++/86485 - -Wmaybe-unused with empty class ?:
5438 * gimplify.c (gimplify_cond_expr): Use INIT_EXPR.
5439
5440 2019-03-05 Jakub Jelinek <jakub@redhat.com>
5441
5442 PR target/89587
5443 * config/rs6000/t-linux (MULTIARCH_DIRNAME): Set to non-empty only
5444 if_multiarch.
5445
5446 PR middle-end/89590
5447 * builtins.c (maybe_emit_free_warning): Punt if free doesn't have
5448 exactly one argument.
5449
5450 2019-03-05 Jakub Jelinek <jakub@redhat.com>
5451 Richard Sandiford <richard.sandiford@arm.com>
5452
5453 PR tree-optimization/89570
5454 * match.pd (vec_cond into cond_op simplification): Don't use
5455 get_conditional_internal_fn, use as_internal_fn (cond_op).
5456
5457 2019-03-05 Wilco Dijkstra <wdijkstr@arm.com>
5458
5459 PR target/89222
5460 * config/arm/arm.md (movsi): Use targetm.cannot_force_const_mem
5461 to decide when to split off a non-zero offset from a symbol.
5462 * config/arm/arm.c (arm_cannot_force_const_mem): Disallow offsets
5463 in function symbols.
5464
5465 2019-03-05 Richard Biener <rguenther@suse.de>
5466
5467 PR tree-optimization/89594
5468 * tree-if-conv.c (pass_if_conversion::execute): Handle
5469 case where .LOOP_VECTORIZED_FUNCTION was removed.
5470
5471 2019-03-05 Jakub Jelinek <jakub@redhat.com>
5472
5473 PR bootstrap/89560
5474 * fold-const.c (fold_checksum_tree): Don't use fixed size buffer,
5475 instead alloca it only when needed with the needed size.
5476
5477 PR tree-optimization/89570
5478 * match.pd (vec_cond into cond_op simplification): Guard with
5479 vectorized_internal_fn_supported_p test and #if GIMPLE.
5480
5481 PR tree-optimization/89566
5482 * gimple-ssa-sprintf.c (sprintf_dom_walker::handle_gimple_call):
5483 Set info.fncode to BUILT_IN_NONE if gimple_call_builtin_p failed.
5484 Punt if get_user_idx_format succeeds, but idx_format argument is
5485 not provided or doesn't have pointer type, or if idx_args is above
5486 number of provided arguments.
5487
5488 2019-03-04 Wilco Dijkstra <wdijkstr@arm.com>
5489
5490 PR tree-optimization/89437
5491 * match.pd: Use lt in sin(atan(x)) and cos(atan(x)) simplifications.
5492
5493 2019-03-04 Richard Biener <rguenther@suse.de>
5494
5495 PR middle-end/89572
5496 * tree-scalar-evolution.c: (get_loop_exit_condition): Use
5497 safe_dyn_cast.
5498
5499 2019-03-04 Bin Cheng <bin.cheng@linux.alibaba.com>
5500
5501 PR tree-optimization/89487
5502 * tree-loop-distribution.c (has_nonaddressable_dataref_p): New.
5503 (create_rdg_vertices): Compute has_nonaddressable_dataref_p.
5504 (distribute_loop): Don't do runtime alias check if there is non-
5505 addressable data reference.
5506 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Check if VAR_DECL
5507 is a register variable.
5508
5509 2019-03-02 Jakub Jelinek <jakub@redhat.com>
5510
5511 PR target/89506
5512 * config/arm/arm.md (cmpsi2_addneg): Use
5513 trunc_int_for_mode (-INTVAL (...), SImode) instead of -INTVAL (...).
5514 If operands[2] is 0 or INT_MIN, force use of subs.
5515 (*compare_scc splitter): Use gen_int_mode.
5516 (*negscc): Likewise.
5517 * config/arm/thumb2.md (*thumb2_negscc): Likewise.
5518
5519 2019-03-01 Kito Cheng <kito.cheng@gmail.com>
5520 Monk Chiang <sh.chiang04@gmail.com>
5521
5522 * common/config/riscv/riscv-common.c: Include sstream.
5523 (riscv_subset_list::to_string): New.
5524 (riscv_arch_str): Likewise.
5525 * config.gcc (riscv*-*-*): Handle --with-riscv-attribute=
5526 * config.in: Regen.
5527 * config/riscv/riscv-protos.h (riscv_arch_str): New.
5528 * config/riscv/riscv.c (INCLUDE_STRING): Defined.
5529 (riscv_emit_attribute): New.
5530 (riscv_file_start): Emit attribute if needed.
5531 (riscv_option_override): Init riscv_emit_attribute_p.
5532 * config/riscv/riscv.opt (mriscv-attribute): New option.
5533 * configure.ac (riscv*-*-*): Check binutils is supporting ELF
5534 * configure: Regen.
5535 * doc/install.texi: Document --with-riscv-attribute.
5536 * doc/invoke.texi: Document -mriscv-attribute.
5537
5538 * common/config/riscv/riscv-common.c:
5539 Include config/riscv/riscv-protos.h.
5540 (INCLUDE_STRING): Defined.
5541 (RISCV_DONT_CARE_VERSION): Defined.
5542 (riscv_subset_t): Declare.
5543 (riscv_subset_t::riscv_subset_t): New.
5544 (riscv_subset_list): Declare.
5545 (riscv_subset_list::riscv_subset_list): New.
5546 (riscv_subset_list::~riscv_subset_list): Likewise.
5547 (riscv_subset_list::parsing_subset_version): Likewise.
5548 (riscv_subset_list::parse_std_ext): Likewise.
5549 (riscv_subset_list::parse_sv_or_non_std_ext): Likewise.
5550 (riscv_subset_list::add): Likewise.
5551 (riscv_subset_list::lookup): Likewise.
5552 (riscv_subset_list::xlen): Likewise.
5553 (riscv_subset_list::parse): Likewise.
5554 (riscv_supported_std_ext): Likewise.
5555 (current_subset_list): Likewise.
5556 (riscv_parse_arch_string): Using riscv_subset_list::parse to
5557 parse.
5558
5559 2019-03-01 Segher Boessenkool <segher@kernel.crashing.org>
5560
5561 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
5562 rs6000_dejagnu_cpu_index is set, use that to override rs6000_cpu_index.
5563 * config/rs6000/rs6000.opt (mdejagnu-cpu=): New option.
5564
5565 2019-03-01 Alexander Monakov <amonakov@ispras.ru>
5566
5567 PR rtl-optimization/85899
5568 * haifa-sched.c (find_fallthru_edge_from): Relax assert to account for
5569 fallthru edges leading to the exit block.
5570
5571 2019-03-01 Tamar Christina <tamar.christina@arm.com>
5572
5573 PR target/89517
5574 * config/aarch64/aarch64-option-extensions.def (fp, simd, crypto, fp16,
5575 rdma, dotprod, sha2, sha3, sm4, fp16fml, sve): Collapse line.
5576
5577 2019-03-01 Richard Sandiford <richard.sandiford@arm.com>
5578
5579 PR tree-optimization/89535
5580 * tree-vect-stmts.c (vectorizable_call): Record the vector types
5581 for each operand. Calculate the fallback choice for mask operands
5582 and pass it to vect_get_vec_def_for_operand.
5583
5584 2019-03-01 Richard Biener <rguenther@suse.de>
5585
5586 PR middle-end/89541
5587 * tree-ssa-operands.c (add_stmt_operand): CONST_DECL may
5588 get virtual operands.
5589 (get_expr_operands): Handle CONST_DECL like other decls.
5590
5591 2019-03-01 Jakub Jelinek <jakub@redhat.com>
5592
5593 PR middle-end/89503
5594 * fold-const.c (fold_checksum_tree): Ignore TREE_NO_WARNING bit
5595 on DECL_P and EXPR_P.
5596
5597 2019-03-01 Richard Biener <rguenther@suse.de>
5598
5599 PR middle-end/89497
5600 * tree-cfgcleanup.h (cleanup_tree_cfg): Add SSA update flags
5601 argument, defaulted to zero.
5602 * passes.c (execute_function_todo): Pass down SSA update flags
5603 to cleanup_tree_cfg.
5604 * tree-cfgcleanup.c: Include tree-into-ssa.h and tree-cfgcleanup.h.
5605 (cleanup_tree_cfg_noloop): After cleanup_control_flow_pre update SSA
5606 form if requested.
5607 (cleanup_tree_cfg): Get and pass down SSA update flags.
5608
5609 2019-03-01 Jakub Jelinek <jakub@redhat.com>
5610
5611 PR bootstrap/89539
5612 * dwarf2out.c (output_comdat_type_unit): Add ATTRIBUTE_UNUSED to
5613 early_lto_debug argument.
5614
5615 2019-02-28 Eric Botcazou <ebotcazou@adacore.com>
5616
5617 PR tree-optimization/89536
5618 * tree-ssa-dom.c (edge_info::derive_equivalences) <BIT_NOT_EXPR>: Test
5619 only whether bit #0 of the value is 0 instead of the entire value.
5620
5621 2019-02-28 Marek Polacek <polacek@redhat.com>
5622
5623 PR c++/87068 - missing diagnostic with fallthrough statement.
5624 * gimplify.c (expand_FALLTHROUGH_r): If IFN_FALLTHROUGH was found
5625 at the end of a seq, save its location to walk_stmt_info.
5626 (expand_FALLTHROUGH): Warn if IFN_FALLTHROUGH is at the end of
5627 a switch.
5628
5629 2019-02-28 Jan Hubicka <hubicka@ucw.cz>
5630
5631 PR lto/88585
5632 * tree.c (find_atomic_core_type): Move ahead in file.
5633 (check_base_type): Correctly compare alignments of atomic types.
5634
5635 2019-02-28 H.J. Lu <hongjiu.lu@intel.com>
5636
5637 PR target/89455
5638 * config/i386/i386.c (get_builtin_code_for_version): Identify
5639 Westmere from PCLMUL, instead of AES.
5640
5641 2019-02-28 Jakub Jelinek <jakub@redhat.com>
5642
5643 PR target/89434
5644 * config/arm/arm.md (*subsi3_carryin_compare_const): Use
5645 trunc_int_for_mode (-INTVAL (...), SImode), just instead of
5646 -UINTVAL (...).
5647
5648 2019-02-28 Tamar Christina <tamar.christina@arm.com>
5649
5650 PR target/88530
5651 * config/aarch64/aarch64-option-extensions.def: Document it.
5652 * config/aarch64/driver-aarch64.c (host_detect_local_cpu): Skip feature
5653 if empty hwcaps.
5654
5655 2019-02-28 Jakub Jelinek <jakub@redhat.com>
5656
5657 PR c/89520
5658 * convert.c (convert_to_real_1, convert_to_integer_1): Punt for
5659 builtins if they don't have a single scalar floating point argument.
5660 Formatting fixes.
5661
5662 2019-02-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
5663
5664 PR rtl-optimization/89490
5665 * varasm.c (get_block_for_section): Bail out for mergeable sections.
5666 (default_use_anchors_for_symbol_p, output_object_block): Assert the
5667 block section is not mergeable.
5668
5669 2019-02-27 Jakub Jelinek <jakub@redhat.com>
5670
5671 PR target/70341
5672 * config/arm/arm.md (arm_casesi_internal): New define_expand. Rename
5673 old define_insn to ...
5674 (*arm_casesi_internal): ... this. Add mode to LABEL_REFs.
5675 * config/arm/thumb2.md (thumb2_casesi_internal): New define_expand.
5676 Rename old define_insn to ...
5677 (*thumb2_casesi_internal): ... this. Add mode to LABEL_REFs.
5678 (thumb2_casesi_internal_pic): New define_expand. Rename old
5679 define_insn to ...
5680 (*thumb2_casesi_internal_pic): ... this. Add mode to LABEL_REFs.
5681 * config/aarch64/aarch64.md (casesi): Create the casesi_dispatch
5682 MEM manually here, set MEM_READONLY_P and MEM_NOTRAP_P on it.
5683
5684 2019-02-27 Richard Biener <rguenther@suse.de>
5685
5686 PR debug/88878
5687 * dwarf2out.c (use_debug_types): Disable when in_lto_p.
5688
5689 2019-02-27 Richard Biener <rguenther@suse.de>
5690
5691 * passes.c (should_skip_pass_p): Do not skip cgraph-edge
5692 building.
5693
5694 2019-02-27 Richard Biener <rguenther@suse.de>
5695
5696 PR debug/88878
5697 * dwarf2out.c (output_comdat_type_unit): Add early_lto_debug
5698 parameter, prefix section name with .gnu.debuglto_ if true.
5699 (dwarf2out_finish): Pass false to output_comdat_type_unit.
5700 (dwarf2out_early_finish): Pass true to output_comdat_type_unit.
5701
5702 2019-02-27 Richard Biener <rguenther@suse.de>
5703
5704 PR debug/89514
5705 * dwarf2out.c (size_of_die): Key on AT_ref (a)->comdat_type_p
5706 rather than on use_debug_types, doing what output_die does.
5707 (value_format): Likewise.
5708
5709 2019-02-27 Martin Jambor <mjambor@suse.cz>
5710 Martin Sebor <msebor@redhat.com>
5711
5712 * doc/invoke.texi (Warning Options): Reword description of
5713 -Wno-absolute-value.
5714
5715 2019-02-27 Jakub Jelinek <jakub@redhat.com>
5716
5717 PR tree-optimization/89280
5718 * tree-cfgcleanup.c (maybe_dead_abnormal_edge_p,
5719 builtin_setjmp_setup_bb): New functions.
5720 (cleanup_control_flow_pre): Ignore maybe_dead_abnormal_edge_p edges.
5721 When visiting __builtin_setjmp_setup block, queue in special
5722 setjmp_vec vector edges from .ABNORMAL_DISPATCHER to corresponding
5723 __builtin_setjmp_receiver. Remove .ABNORMAL_DISPATCHER basic blocks
5724 from visited after the loop if they don't have any visited successor
5725 blocks.
5726
5727 2018-02-26 Steve Ellcey <sellcey@marvell.com>
5728
5729 * config/aarch64/aarch64.c (aarch64_get_multilib_abi_name):
5730 New function.
5731 (TARGET_GET_MULTILIB_ABI_NAME): New macro.
5732
5733 2019-02-26 Jakub Jelinek <jakub@redhat.com>
5734
5735 PR c++/89507
5736 * tree.c (valid_constant_size_p): Deal with size INTEGER_CSTs
5737 with types other than sizetype/ssizetype.
5738
5739 2019-02-26 Eric Botcazou <ebotcazou@adacore.com>
5740
5741 * config/sparc/sparc-opts.h (enum processor_type): Rename to...
5742 (enum sparc_processor_type): ...this.
5743 (enum sparc_code_model_type): New enumeration type.
5744 (enum sparc_memory_model_type): Tweak comments.
5745 * config/sparc/sparc.opt (mcpu): Adjust to above renaming.
5746 (mtune): Likewise.
5747 (mcmodel): Use sparc_code_model enumeration and variable.
5748 (sparc_code_model): New enumeration.
5749 (mdebug): Add Undocumented marker.
5750 * config/sparc/sparc.h (enum cmodel): Delete.
5751 (sparc_cmodel): Likewise.
5752 (TARGET_CM_MEDLOW): Adjust to above renaming.
5753 (TARGET_CM_MEDMID): Likewise.
5754 (TARGET_CM_MEDANY): Likewise.
5755 (TARGET_CM_EMBMEDANY): Likewise.
5756 * config/sparc/sparc.c (sparc_cmodel): Delete.
5757 (sparc_option_override): Remove string/value mapping support for the
5758 code model. Move code and memory model support to after the handling
5759 of target flags. Do private machine setup last.
5760 (sparc_emit_set_symbolic_const64): Use sparc_code_model.
5761 (sparc_legitimize_reload_address): Likewise.
5762 (sparc_output_mi_thunk): Likewise.
5763 * config/sparc/sparc.md (cpu): Adjust comment to above renaming.
5764
5765 2019-02-26 Jakub Jelinek <jakub@redhat.com>
5766
5767 PR tree-optimization/89500
5768 * tree-ssa-strlen.c (stridx_strlenloc): Adjust comment.
5769 (handle_builtin_strlen): Remove noncst_bound variable. Always
5770 optimize strnlen (x, 0) to 0. Optimize strnlen (x, cst) to
5771 cst if the first cst bytes starting at x are known to be non-zero,
5772 even if the string is not zero terminated. Don't try to modify
5773 *si for strnlen. Update strlen_to_stridx only for strlen or if
5774 we can prove strnlen returns the same value as strlen would.
5775
5776 2019-02-26 Martin Liska <mliska@suse.cz>
5777
5778 * alloc-pool.h (struct pool_usage): Remove extra
5779 print_dash_line.
5780 * bitmap.h (struct bitmap_usage): Likewise.
5781 * ggc-common.c (struct ggc_usage): Likewise.
5782 * mem-stats.h (struct mem_usage): Likewise.
5783 (mem_alloc_description::dump): Print dash lines
5784 here and repeat header at the end of a table report.
5785 It's then more readable.
5786 * tree-phinodes.c (phinodes_print_statistics): Make
5787 horizontal alignment.
5788 * tree-ssanames.c (ssanames_print_statistics): Likewise.
5789 * vec.c (struct vec_usage): Remove extra print_dash_line.
5790 * vec.h (vec_safe_grow_cleared): Pass PASS_MEM_STAT.
5791
5792 2019-02-26 Uroš Bizjak <ubizjak@gmail.com>
5793
5794 * doc/extend.texi (__builtin_object_size):
5795 Use @pxref instead of @xref inside parenthesis.
5796 (__builtin_has_attribute): Add missing comma after @xref.
5797 (__builtin_object_size): Ditto.
5798 * doc/md.texi (cond_*{mode}): Use @samp instead of @var around op1[i].
5799 * fortran/invoke.texi (-ffpe-trap): Use @var for every item
5800 in the list.
5801
5802 2019-02-26 Jeff Law <law@redhat.com>
5803
5804 PR rtl-optimization/87761
5805 * regcprop.c (copyprop_hardreg_forward_1): Use REG_UNUSED notes to
5806 detect obviously dead insns and delete them.
5807
5808 2019-02-26 Richard Biener <rguenther@suse.de>
5809
5810 PR tree-optimization/89505
5811 * tree-ssa-structalias.c (compute_dependence_clique): Make sure
5812 to handle restrict pointed-to vars with multiple subvars
5813 correctly.
5814
5815 2019-02-26 Richard Biener <rguenther@suse.de>
5816
5817 PR tree-optimization/89489
5818 * tree-parloops.c (create_loop_fn): Copy over last_clique.
5819
5820 2019-02-26 Eric Botcazou <ebotcazou@adacore.com>
5821
5822 * tree-ssa-dom.c (edge_info::derive_equivalences) <BIT_IOR_EXPR>: Fix
5823 and move around comment.
5824 <BIT_AND_EXPR>: Likewise.
5825 <BIT_NOT_EXPR>: Add specific handling for boolean types.
5826
5827 2019-02-26 Jakub Jelinek <jakub@redhat.com>
5828
5829 PR target/89474
5830 * config/i386/i386.c (remove_partial_avx_dependency): Call
5831 df_analyze etc. before creation of the v4sf_const0 pseudo, rather than
5832 after changing possibly many instructions to use that pseudo. Fix up
5833 insertion of v4sf_const0 setter at the start of bb.
5834
5835 2019-02-25 Sandra Loosemore <sandra@codesourcery.com>
5836
5837 PR c/80409
5838 * doc/extend.texi (Variadic Pointer Args): New section.
5839
5840 2019-02-25 Sandra Loosemore <sandra@codesourcery.com>
5841 Martin Sebor <msebor@gmail.com>
5842
5843 * common.opt (Wattribute-alias): Likewise.
5844 * doc/invoke.texi (Option Summary): List general form of
5845 -Wattribute-alias=. List positive form of -Wmissing-attributes.
5846 (-Wmissing-attributes): Invert entry, rewrite and correct default.
5847 Add cross-references.
5848 (-Wattribute-alias): Rewrite and correct default. Mention
5849 considered attributes (same as for -Wmissing-attributes).
5850
5851 2019-02-25 Paul A. Clarke <pc@us.ibm.com>
5852
5853 * config/rs6000/emmintrin.h (_mm_cvtpd_epi32): Fix big endian.
5854 (_mm_cvtpd_ps): Likewise.
5855 (_mm_cvttpd_epi32): Likewise.
5856
5857 PR target/89338
5858 * config/rs6000/xmmintrin.h (_mm_cvtss_f32): Fix type mismatch.
5859 (_mm_cvt_ss2si): Fix type mismatch and 32-bit.
5860
5861 PR target/89339
5862 * config/rs6000/xmmintrin.h (_mm_movemask_pi8): Fix 32-bit.
5863
5864 2019-02-25 Tamar Christina <tamar.christina@arm.com>
5865
5866 PR target/88530
5867 * common/config/aarch64/aarch64-common.c
5868 (struct aarch64_option_extension): Add is_synthetic.
5869 (all_extensions): Use it.
5870 (TARGET_OPTION_INIT_STRUCT): Define hook.
5871 (struct gcc_targetm_common): Moved to end.
5872 (all_extensions_by_on): New.
5873 (opt_ext_cmp, typedef opt_ext): New.
5874 (aarch64_option_init_struct): New.
5875 (aarch64_contains_opt): New.
5876 (aarch64_get_extension_string_for_isa_flags): Output smallest set.
5877 * config/aarch64/aarch64-option-extensions.def
5878 (AARCH64_OPT_EXTENSION): Explicitly include AES and SHA2 in crypto.
5879 (fp, simd, crc, lse, fp16, rcpc, rdma, dotprod, aes, sha2, sha3,
5880 sm4, fp16fml, sve, profile, rng, memtag, sb, ssbs, predres):
5881 Set is_synthetic to false.
5882 (crypto): Set is_synthetic to true.
5883 * config/aarch64/driver-aarch64.c (AARCH64_OPT_EXTENSION): Add
5884 SYNTHETIC.
5885
5886 2019-02-25 Tamar Christina <tamar.christina@arm.com>
5887
5888 * config/arm/arm_neon.h (vfmlal_low_u32, vfmlsl_low_u32,
5889 vfmlal_high_u32, vfmlsl_high_u32, vfmlalq_low_u32, vfmlslq_low_u32,
5890 vfmlalq_high_u32, vfmlslq_high_u32, vfmlal_lane_low_u32,
5891 vfmlal_lane_high_u32, vfmlalq_laneq_low_u32, vfmlalq_lane_low_u32,
5892 vfmlal_laneq_low_u32, vfmlalq_laneq_high_u32, vfmlalq_lane_high_u32,
5893 vfmlal_laneq_high_u32, vfmlsl_lane_low_u32, vfmlsl_lane_high_u32,
5894 vfmlslq_laneq_low_u32, vfmlslq_lane_low_u32, vfmlsl_laneq_low_u32,
5895 vfmlslq_laneq_high_u32, vfmlslq_lane_high_u32, vfmlsl_laneq_high_u32):
5896 Rename ...
5897 (vfmlal_low_f16, vfmlsl_low_f16, vfmlal_high_f16, vfmlsl_high_f16,
5898 vfmlalq_low_f16, vfmlslq_low_f16, vfmlalq_high_f16, vfmlslq_high_f16,
5899 vfmlal_lane_low_f16, vfmlal_lane_high_f16, vfmlalq_laneq_low_f16,
5900 vfmlalq_lane_low_f16, vfmlal_laneq_low_f16, vfmlalq_laneq_high_f16,
5901 vfmlalq_lane_high_f16, vfmlal_laneq_high_f16, vfmlsl_lane_low_f16,
5902 vfmlsl_lane_high_f16, vfmlslq_laneq_low_f16, vfmlslq_lane_low_f16,
5903 vfmlsl_laneq_low_f16, vfmlslq_laneq_high_f16, vfmlslq_lane_high_f16,
5904 vfmlsl_laneq_high_f16): ... To this.
5905 * config/arm/neon.md: Update comments.
5906
5907 2019-02-25 Tamar Christina <tamar.christina@arm.com>
5908
5909 * config/aarch64/arm_neon.h (vfmlal_low_u32, vfmlsl_low_u32,
5910 vfmlalq_low_u32, vfmlslq_low_u32, vfmlal_high_u32, vfmlsl_high_u32,
5911 vfmlalq_high_u32, vfmlslq_high_u32, vfmlal_lane_low_u32,
5912 vfmlsl_lane_low_u32, vfmlal_laneq_low_u32, vfmlsl_laneq_low_u32,
5913 vfmlalq_lane_low_u32, vfmlslq_lane_low_u32, vfmlalq_laneq_low_u32,
5914 vfmlslq_laneq_low_u32, vfmlal_lane_high_u32, vfmlsl_lane_high_u32,
5915 vfmlal_laneq_high_u32, vfmlsl_laneq_high_u32, vfmlalq_lane_high_u32,
5916 vfmlslq_lane_high_u32, vfmlalq_laneq_high_u32, vfmlslq_laneq_high_u32):
5917 Rename ...
5918 (vfmlal_low_f16, vfmlsl_low_f16, vfmlalq_low_f16, vfmlslq_low_f16,
5919 vfmlal_high_f16, vfmlsl_high_f16, vfmlalq_high_f16, vfmlslq_high_f16,
5920 vfmlal_lane_low_f16, vfmlsl_lane_low_f16, vfmlal_laneq_low_f16,
5921 vfmlsl_laneq_low_f16, vfmlalq_lane_low_f16, vfmlslq_lane_low_f16,
5922 vfmlalq_laneq_low_f16, vfmlslq_laneq_low_f16, vfmlal_lane_high_f16,
5923 vfmlsl_lane_high_f16, vfmlal_laneq_high_f16, vfmlsl_laneq_high_f16,
5924 vfmlalq_lane_high_f16, vfmlslq_lane_high_f16, vfmlalq_laneq_high_f16,
5925 vfmlslq_laneq_high_f16): ... To this.
5926
5927 2019-02-25 Alexander Monakov <amonakov@ispras.ru>
5928
5929 PR rtl-optimization/86096
5930 * df-scan.c (df_mw_compare): Do not check mw_reg fields when
5931 comparing mw_order values.
5932
5933 2019-02-25 Jakub Jelinek <jakub@redhat.com>
5934
5935 PR target/89434
5936 * config/arm/arm.md (*subsi3_carryin_const): Use
5937 arm_neg_immediate_operand predicate instead of
5938 arm_not_immediate_operand, "L" constraint instead of "K" and
5939 print it using %n2 instead of %B2.
5940 (*subsi3_carryin_const0): New define_insn.
5941 (*subsi3_carryin_compare_const): Use const_int_I_operand predicate
5942 instead of arm_not_operand and "I" constraint instead of "K" and
5943 print it using %n3 instead of %B2. Instead of using match_dup 2 add
5944 another match_operand and in the condition check that it is negation
5945 of operands[2].
5946 (*subsi3_carryin_compare_const0): New define_ins.
5947 (*subdi_di_zesidi): Adjust to use *subsi3_carryin_const0 instead of
5948 *subsi3_carryin_const.
5949 (*arm_cmpdi_insn): Fix splitting into *subsi3_carryin_compare_const,
5950 split into *subsi3_carryin_compare_const0 if the highpart is zero.
5951
5952 PR target/89438
5953 * config/arm.vfp.md (*negdf2_vfp): Use
5954 gen_int_mode (0x80000000, SImode) instead of GEN_INT (0x80000000).
5955 * config/arm/neon.md (neon_copysignf<mode>): Likewise.
5956
5957 2019-02-24 Jakub Jelinek <jakub@redhat.com>
5958
5959 PR rtl-optimization/89445
5960 * simplify-rtx.c (simplify_ternary_operation): Don't use
5961 simplify_merge_mask on operands that may trap.
5962 * rtlanal.c (may_trap_p_1): Use FLOAT_MODE_P instead of
5963 SCALAR_FLOAT_MODE_P checks. For integral division by zero, if
5964 second operand is CONST_VECTOR, check if any element could be zero.
5965 Don't expect traps for VEC_{MERGE,SELECT,CONCAT,DUPLICATE} unless
5966 their operands can trap.
5967
5968 2019-02-23 Martin Sebor <msebor@redhat.com>
5969
5970 * gimple-ssa-sprintf.c (target_strtol): Rename...
5971 (target_strtohwi): ...to this. Handle values up to HOST_WIDE_INT_MAX.
5972 (parse_directive): Adjust to name change. Use HOST_WIDE_INT_MAX to
5973 check for range error.
5974
5975 2019-02-23 H.J. Lu <hongjiu.lu@intel.com>
5976
5977 PR driver/69471
5978 * opts-common.c (prune_options): Also prune joined switches
5979 with Negative and RejectNegative.
5980 * config/i386/i386.opt (march=): Add Negative(march=).
5981 (mtune=): Add Negative(mtune=).
5982 * doc/options.texi: Document Negative used together with Joined
5983 and RejectNegative.
5984
5985 2019-02-22 Martin Sebor <msebor@redhat.com>
5986
5987 * doc/extend.texi (Other Builtins): Add
5988 __builtin_is_constant_evaluated.
5989
5990 2019-02-22 Richard Biener <rguenther@suse.de>
5991
5992 PR tree-optimization/87609
5993 * tree-cfg.c (gimple_duplicate_bb): Only remap inlined cliques.
5994
5995 2019-02-22 Jeff Law <law@redhat.com>
5996
5997 PR rtl-optimization/87761
5998 * config/mips/mips.md: Add new combiner pattern to recognize
5999 a bitfield extraction using (ashiftrt (truncate (ashift (...)))).
6000
6001 2019-02-22 Matthew Malcomson <matthew.malcomson@arm.com>
6002
6003 PR target/89324
6004 * config/aarch64/aarch64.md: Use aarch64_general_reg predicate on
6005 destination register in peepholes generating patterns for ADDS/SUBS.
6006 (add<mode>3_compare0,
6007 *addsi3_compare0_uxtw, add<mode>3_compareC,
6008 add<mode>3_compareV_imm, add<mode>3_compareV,
6009 *adds_<optab><ALLX:mode>_<GPI:mode>,
6010 *subs_<optab><ALLX:mode>_<GPI:mode>,
6011 *adds_<optab><ALLX:mode>_shift_<GPI:mode>,
6012 *subs_<optab><ALLX:mode>_shift_<GPI:mode>,
6013 *adds_<optab><mode>_multp2, *subs_<optab><mode>_multp2,
6014 *sub<mode>3_compare0, *subsi3_compare0_uxtw,
6015 sub<mode>3_compare1): Allow stack pointer for source register.
6016 * config/aarch64/predicates.md (aarch64_general_reg): New predicate.
6017
6018 2019-02-22 Martin Sebor <msebor@redhat.com>
6019
6020 PR tree-optimization/88993
6021 PR tree-optimization/88853
6022 * gimple-ssa-sprintf.c (sprintf_dom_walker::call_info::is_file_func):
6023 New helper.
6024 (sprintf_dom_walker::call_info::is_string_func): New helper.
6025 (format_directive): Only issue "may exceed" 4095/INT_MAX warnings
6026 for formatted string functions.
6027 (sprintf_dom_walker::handle_gimple_call): Fix a typo in a comment.
6028
6029 2019-02-22 Martin Sebor <msebor@redhat.com>
6030
6031 PR c/89425
6032 * c-parser.c (sizeof_ptr_memacc_comptypes): Avoid warning in
6033 unreachable subexpressions.
6034
6035 2019-02-22 H.J. Lu <hongjiu.lu@intel.com>
6036 Hongtao Liu <hongtao.liu@intel.com>
6037 Sunil K Pandey <sunil.k.pandey@intel.com>
6038
6039 PR target/87007
6040 * config/i386/i386-passes.def: Add
6041 pass_remove_partial_avx_dependency.
6042 * config/i386/i386-protos.h
6043 (make_pass_remove_partial_avx_dependency): New.
6044 * config/i386/i386.c (make_pass_remove_partial_avx_dependency):
6045 New function.
6046 (pass_data_remove_partial_avx_dependency): New.
6047 (pass_remove_partial_avx_dependency): Likewise.
6048 (make_pass_remove_partial_avx_dependency): Likewise.
6049 * config/i386/i386.md (avx_partial_xmm_update): New attribute.
6050 (*extendsfdf2): Add avx_partial_xmm_update.
6051 (truncdfsf2): Likewise.
6052 (*float<SWI48:mode><MODEF:mode>2): Likewise.
6053 (SF/DF conversion splitters): Disabled for TARGET_AVX.
6054
6055 2019-02-22 Aldy Hernandez <aldyh@redhat.com>
6056
6057 PR middle-end/85598
6058 * gimple-ssa-sprintf.c (pass_sprintf_length::execute): Enable loop
6059 analysis for pass.
6060
6061 2019-02-22 Thiago Macieira <thiago.macieira@intel.com>
6062
6063 PR target/89444
6064 * config/i386/i386.h (PTA_WESTMERE): Remove PTA_AES.
6065 (PTA_SKYLAKE): Add PTA_AES.
6066 (PTA_GOLDMONT): Likewise.
6067
6068 2019-02-22 Sudakshina Das <sudi.das@arm.com>
6069
6070 * config/aarch64/aarch64.c (aarch64_output_mi_thunk): Add bti
6071 instruction if enabled.
6072 (aarch64_override_options): Remove reference to return address key.
6073
6074 2019-02-22 Richard Biener <rguenther@suse.de>
6075
6076 PR tree-optimization/89440
6077 * tree-vect-loop.c (vect_create_epilog_for_reduction): Remove
6078 not necessary assert.
6079
6080 2019-02-22 Thomas Schwinge <thomas@codesourcery.com>
6081
6082 PR fortran/72741
6083 * omp-general.c (oacc_replace_fn_attrib): Mostly split out into...
6084 (oacc_replace_fn_attrib_attr): ... this new function.
6085 * omp-general.h (oacc_replace_fn_attrib_attr): New prototype.
6086 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Revert workaround.
6087
6088 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6089
6090 * config/arm/arm-cpus.in (ares): Rename to...
6091 (neoverse-n1): ... This. Add ares as alias.
6092 * config/arm/arm-tables.opt: Regenerate.
6093 * config/arm/arm-tune.md: Likewise.
6094 * doc/invoke.txt (ARM Options): Document neoverse-n1.
6095
6096 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6097
6098 * config/aarch64/aarch64-cores.def (neoverse-e1): Define.
6099 * config/aarch64/aarch64-tune.md: Regenerate.
6100 * doc/invoke.texi (AArch64 Options): Document neoverse-e1 -mcpu option.
6101
6102 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6103
6104 * config/aarch64/aarch64.c (ares_tunings): Rename to...
6105 (neoversen1_tunings): ... This.
6106 * config/aarch64/aarch64-cores.def (ares): Change tuning to the above.
6107 (neoverse-n1): New CPU.
6108 * config/aarch64/aarch64-tune.md: Regenerate.
6109 * doc/invoke.txt (AArch64 Options): Document neoverse-n1.
6110
6111 2019-02-22 Richard Biener <rguenther@suse.de>
6112
6113 PR middle-end/87609
6114 * cfghooks.h (dependence_hash): New typedef.
6115 (struct copy_bb_data): New type.
6116 (cfg_hooks::duplicate_block): Adjust to take a copy_bb_data argument.
6117 (duplicate_block): Likewise.
6118 * cfghooks.c (duplicate_block): Pass down copy_bb_data.
6119 (copy_bbs): Create and pass down copy_bb_data.
6120 * cfgrtl.c (cfg_layout_duplicate_bb): Adjust.
6121 (rtl_duplicate_bb): Likewise.
6122 * tree-cfg.c (gimple_duplicate_bb): If the copy_bb_data arg is not NULL
6123 remap dependence info.
6124
6125 2019-02-22 Richard Biener <rguenther@suse.de>
6126
6127 PR tree-optimization/87609
6128 * tree-core.h (tree_base): Document special clique values.
6129 * tree-inline.c (remap_dependence_clique): Do not use the
6130 special clique value of one.
6131 (maybe_set_dependence_info): Use clique one.
6132 (clear_dependence_clique): New callback.
6133 (compute_dependence_clique): Clear clique one from all refs
6134 before assigning it (again).
6135
6136 2019-02-21 Martin Sebor <msebor@redhat.com>
6137
6138 * doc/extend.texi (__clear_cache): Correct signature.
6139
6140 2019-02-21 Ian Lance Taylor <iant@golang.org>
6141
6142 PR go/89170
6143 * varasm.c (decode_addr_const): Call lookup_constant_def rather
6144 than output_constant_def.
6145 (add_constant_to_table): New static function.
6146 (output_constant_def): Call add_constant_to_table.
6147 (tree_output_constant_def): Likewise.
6148
6149 2019-02-21 Jakub Jelinek <jakub@redhat.com>
6150
6151 PR c++/89285
6152 * builtins.c (fold_builtin_arith_overflow): If first two args are
6153 INTEGER_CSTs, set intres and ovfres to constants rather than calls
6154 to ifn.
6155
6156 2019-02-21 H.J. Lu <hongjiu.lu@intel.com>
6157
6158 PR target/87412
6159 * config/i386/i386.c (ix86_set_indirect_branch_type): Issue an
6160 error for -mindirect-branch/-mfunction-return with incompatible
6161 -fcf-protection.
6162
6163 2019-02-21 Jakub Jelinek <jakub@redhat.com>
6164
6165 PR bootstrap/88714
6166 * constraints.md (q): Remove.
6167 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use rk constraint
6168 instead of q.
6169
6170 2019-02-21 Martin Jambor <mjambor@suse.cz>
6171
6172 PR hsa/89302
6173 * omp-general.c (omp_extract_for_data): Removed a duplicate call
6174 to omp_adjust_for_condition, moved NE_EXPR code_cond processing...
6175 (omp_adjust_for_condition): ...here. Added necessary parameters.
6176 * omp-general.h (omp_adjust_for_condition): Updated declaration.
6177 * omp-grid.c (grid_attempt_target_gridification): Adjust to pass
6178 proper values to new parameters of omp_adjust_for_condition.
6179
6180 2019-02-20 Jakub Jelinek <jakub@redhat.com>
6181
6182 PR middle-end/89412
6183 * expr.c (expand_assignment): If result is a MEM, use change_address
6184 instead of simplify_gen_subreg.
6185
6186 2019-02-20 Jakub Jelinek <jakub@redhat.com>
6187 David Malcolm <dmalcolm@redhat.com>
6188
6189 PR middle-end/89091
6190 * fold-const.c (decode_field_reference): Return NULL_TREE if
6191 lang_hooks.types.type_for_size returns NULL. Check it before
6192 overwriting *exp_. Use return NULL_TREE instead of return 0.
6193
6194 2019-02-20 Jakub Jelinek <jakub@redhat.com>
6195
6196 PR middle-end/88074
6197 PR middle-end/89415
6198 * toplev.c (do_compile): Double the emin/emax exponents to workaround
6199 buggy mpc_norm.
6200
6201 2019-02-20 Uroš Bizjak <ubizjak@gmail.com>
6202
6203 PR target/89397
6204 * config/i386/i386.c (ix86_atomic_assign_expand_fenv): Check
6205 TARGET_SSE in addition to TARGET_SSE_MATH.
6206
6207 (ix86_excess_precision): Ditto.
6208 (ix86_float_exceptions_rounding_supported_p): Ditto.
6209 (use_rsqrt_p): Ditto.
6210 * config/i386/sse.md (rsqrt<mode>2): Ditto.
6211
6212 2019-02-20 David Malcolm <dmalcolm@redhat.com>
6213
6214 PR c/89410
6215 * diagnostic-show-locus.c (layout::calculate_line_spans): Use
6216 linenum_arith_t when determining if two adjacent line spans are
6217 close enough to merge.
6218 (diagnostic_show_locus): Use linenum_arith_t when iterating over
6219 lines within each line_span.
6220
6221 2019-02-20 Andre Vieira <andre.simoesdiasvieira@arm.com>
6222
6223 PR target/86487
6224 * lra-constraints.c(uses_hard_regs_p): Fix handling of
6225 paradoxical SUBREGS.
6226
6227 2019-02-20 Li Jia He <helijia@linux.ibm.com>
6228
6229 PR target/88100
6230 * gcc/config/rs6000/rs6000.c (rs6000_gimple_fold_builtin)
6231 <case ALTIVEC_BUILTIN_VSPLTISB, ALTIVEC_BUILTIN_VSPLTISH,
6232 ALTIVEC_BUILTIN_VSPLTISW>: Don't convert the operand before
6233 range checking it.
6234
6235 2019-02-19 Jonathan Wakely <jwakely@redhat.com>
6236
6237 * config/gcn/gcn.c (print_operand): Fix typo.
6238
6239 2019-02-19 Richard Biener <rguenther@suse.de>
6240
6241 PR middle-end/88074
6242 * toplev.c (do_compile): Initialize mpfr's exponent range
6243 based on available float modes.
6244
6245 2019-02-19 Eric Botcazou <ebotcazou@adacore.com>
6246
6247 * rtlanal.c (get_initial_register_offset): Fall back to the estimate
6248 as long as the epilogue isn't completed.
6249
6250 2019-02-18 Martin Sebor <msebor@redhat.com>
6251
6252 * doc/cpp.texi (Conditional syntax): Add __has_attribute,
6253 __has_cpp_attribute, and __has_include.
6254
6255 2019-02-18 Martin Sebor <msebor@redhat.com>
6256
6257 * doc/invoke.texi (-Wreturn-type): Correct and expand.
6258
6259 2019-02-18 Martin Sebor <msebor@redhat.com>
6260
6261 PR middle-end/89294
6262 * tree.c (valid_constant_size_p): Avoid assuming size is a constant
6263 expression.
6264 * tree.h (cst_size_error): Add the cst_size_not_constant enumerator.
6265
6266 2019-02-18 Richard Biener <rguenther@suse.de>
6267
6268 PR tree-optimization/89296
6269 * tree-ssa-loop-ch.c (ch_base::copy_headers): Restrict setting
6270 of no-warning flag to cases that might emit the bogus warning.
6271
6272 2019-02-18 Jakub Jelinek <jakub@redhat.com>
6273
6274 PR bootstrap/88714
6275 * config/arm/arm.md (*arm_movdi, *movdf_soft_insn): Use "r" instead of
6276 "q" constraint.
6277 * config/arm/vfp.md (*movdi_vfp): Likewise.
6278 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use "r" instead of
6279 "q" constraint for operands[0].
6280
6281 PR target/89369
6282 * config/s390/s390.md (*r<noxa>sbg_<mode>_srl_bitmask,
6283 *r<noxa>sbg_<mode>_sll, *r<noxa>sbg_<mode>_srl): Don't construct
6284 pattern in a temporary buffer.
6285 (*r<noxa>sbg_sidi_srl): Likewise. Always use 32 as I3 rather
6286 than 64-operands[2].
6287
6288 PR target/89361
6289 * config/s390/s390.c (s390_indirect_branch_attrvalue,
6290 s390_indirect_branch_settings): Define unconditionally.
6291 (s390_set_current_function): Likewise, but guard the whole body except
6292 the s390_indirect_branch_settings call with
6293 #if S390_USE_TARGET_ATTRIBUTE.
6294 (TARGET_SET_CURRENT_FUNCTION): Redefine unconditionally.
6295
6296 * config/s390/s390.md (*<risbg_n>_ior_and_sr_ze,
6297 *<risbg_n>_<mode>_ior_and_lshiftrt, *<risbg_n>_sidi_ior_and_lshiftrt):
6298 Use HOST_WIDE_INT_M1U instead of ~(0ULL).
6299 (*<risbg_n>_and_subregdi_rotr, *<risbg_n>_and_subregdi_rotl): Use
6300 HOST_WIDE_INT_1U instead of 1ULL.
6301 (*pre_z10_extzv<mode>, *pre_z10_extv<mode>): Change mask type from int
6302 to unsigned HOST_WIDE_INT, use HOST_WIDE_INT_1U instead of 1ul.
6303 (*insv<mode><clobbercc_or_nocc>_appendbitsleft,
6304 z = (x << c) | (y >> d) splitters): Use HOST_WIDE_INT_1U
6305 instead of 1UL.
6306 (*insv<mode>_mem_reg, *insvdi_mem_reghigh): Use HOST_WIDE_INT_1U
6307 instead of 1ul.
6308
6309 2019-02-18 Martin Jambor <mjambor@suse.cz>
6310
6311 PR tree-optimization/89209
6312 * tree-sra.c (create_access_replacement): New optional parameter
6313 reg_tree. Use it as a type if non-NULL and access type is not of
6314 a register type.
6315 (get_repl_default_def_ssa_name): New parameter REG_TYPE, pass it
6316 to create_access_replacement.
6317 (sra_modify_assign): Pass LHS type to get_repl_default_def_ssa_name.
6318 Check lacc is non-NULL before attempting to re-create it on the RHS.
6319
6320 2019-02-18 Martin Liska <mliska@suse.cz>
6321
6322 PR ipa/89306
6323 * cgraph.c (symbol_table::create_edge): Set m_summary_id to -1
6324 by default.
6325 (symbol_table::free_edge): Recycle m_summary_id.
6326 * cgraph.h (get_summary_id): New.
6327 (symbol_table::release_symbol): Set m_summary_id to -1
6328 by default.
6329 (symbol_table::allocate_cgraph_symbol): Recycle m_summary_id.
6330 * ipa-fnsummary.c (ipa_fn_summary_t): Switch from
6331 function_summary to fast_function_summary.
6332 * ipa-fnsummary.h (ipa_fn_summary_t): Likewise.
6333 * ipa-pure-const.c (class funct_state_summary_t):
6334 Switch from function_summary to fast_function_summary.
6335 * ipa-reference.c (class ipa_ref_var_info_summary_t): Likewise.
6336 (class ipa_ref_opt_summary_t): Switch from function_summary
6337 to fast_function_summary.
6338 * symbol-summary.h (class function_summary_base): New class
6339 that is created from base of former function_summary.
6340 (function_summary_base::unregister_hooks): New.
6341 (class function_summary): Inherit from function_summary_base.
6342 (class call_summary_base): New class
6343 that is created from base of former call_summary.
6344 (class call_summary): Inherit from call_summary_base.
6345 (struct is_same): New.
6346 (class fast_function_summary): New summary class.
6347 (class fast_call_summary): New summary class.
6348 * vec.h (vec_safe_grow_cleared): New function.
6349
6350 2019-02-18 Martin Liska <mliska@suse.cz>
6351
6352 * config/i386/i386.c (ix86_get_multilib_abi_name): New function.
6353 (TARGET_GET_MULTILIB_ABI_NAME): New macro defined.
6354 * doc/tm.texi: Document new target hook.
6355 * doc/tm.texi.in: Likewise.
6356 * target.def: Add new target macro.
6357 * gcc.c (find_fortran_preinclude_file): Do not search multilib
6358 suffixes.
6359
6360 2019-02-17 Alan Modra <amodra@gmail.com>
6361
6362 PR target/89271
6363 * config/rs6000/rs6000.md (<bd>_<mode> split): Check for an int
6364 output reg on add insn.
6365 (<bd>tf_<mode> split): Likewise. Match predicates with insn.
6366
6367 2019-02-16 H.J. Lu <hongjiu.lu@intel.com>
6368
6369 PR target/89372
6370 * config/i386/sse.md (ssedoublemode): Remove V4HI.
6371 (PMULHRSW): Likewise.
6372 (<ssse3_avx2>_pmulhrsw<mode>3): Require TARGET_SSSE3, not
6373 TARGET_AVX2.
6374 (ssse3_pmulhrswv4hi3): New expander.
6375
6376 2019-02-16 H.J. Lu <hongjiu.lu@intel.com>
6377
6378 * config/i386/mmx.md (*vec_extractv2si_zext_mem): Doesn't require
6379 MMX. Add isa attribute.
6380
6381 2019-02-16 Jakub Jelinek <jakub@redhat.com>
6382
6383 PR rtl-optimization/66152
6384 * builtins.h (c_readstr): Declare.
6385 * builtins.c (c_readstr): Remove forward declaration. Add
6386 null_terminated_p argument, if false, read all bytes from the
6387 string instead of stopping after '\0'.
6388 * expr.c (string_cst_read_str): New function.
6389 (store_expr): Use string_cst_read_str instead of
6390 builtin_strncpy_read_str. Try to store by pieces the whole
6391 exp_len first, and only if that fails, split it up into
6392 store by pieces followed by clear_storage. Formatting fix.
6393
6394 * config/i386/i386.md (*movqi_internal): Remove static from
6395 buf variable. Use output_asm_insn (buf, operands); return "";
6396 instead of return buf;.
6397 * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>,
6398 *<code><mode>3<mask_name>, *andnot<mode>3, *andnottf3, *<code><mode>3,
6399 *<code>tf3, <mask_codefor><code><mode>3<mask_name>): Likewise.
6400
6401 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
6402
6403 * config/sparc/linux.h (ASAN_CC1_SPEC): Define.
6404 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC and ASAN_CC1_SPEC.
6405 * config/sparc/linux64.h (ASAN_CC1_SPEC): Likewise.
6406 (CC1_SPEC): Likewise.
6407 * config/sparc/sparc.c (sparc_asan_shadow_offset): Adjust for 64-bit.
6408
6409 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
6410
6411 * asan.c (asan_emit_stack_protection): Use full-sized mask to align
6412 the base address on 64-bit strict-alignment platforms.
6413
6414 2019-02-15 H.J. Lu <hongjiu.lu@intel.com>
6415
6416 * config/i386/i386.h (VALID_MMX_REG_MODE): Correct the misplaced ')'.
6417
6418 2019-02-15 Uroš Bizjak <ubizjak@gmail.com>
6419
6420 * config/i386/darwin.h (TARGET_FPMATH_DEFAULT_P): New define.
6421
6422 2019-02-15 Aaron Sawdey <acsawdey@linux.ibm.com>
6423
6424 PR rtl-optimization/88308
6425 * shrink-wrap.c (move_insn_for_shrink_wrap): Fix LABEL_NUSES counts
6426 on copied instruction.
6427
6428 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
6429
6430 * final.c (insn_current_reference_address): Replace test on JUMP_P
6431 with test on jump_to_label_p.
6432 * config/visium/visium-passes.def: New file.
6433 * config/visium/t-visium (PASSES_EXTRA): Define.
6434 * config/visium/visium-protos.h (make_pass_visium_reorg): Declare.
6435 * config/visium/visium.h (TRAMPOLINE_SIZE): Adjust.
6436 (TRAMPOLINE_ALIGNMENT): Define.
6437 * config/visium/visium.c (visium_option_override): Do not register
6438 the machine-specific reorg pass here.
6439 (visium_trampoline_init): Align the BRA insn on a 64-bit boundary
6440 for the GR6.
6441 (output_branch): Adjust threshold for long branch instruction.
6442 * config/visium/visium.md (cpu): Move around.
6443 (length): Adjust for the GR6.
6444
6445 2019-02-15 Richard Biener <rguenther@suse.de>
6446 Jakub Jelinek <jakub@redhat.com>
6447
6448 PR tree-optimization/89278
6449 * tree-loop-distribution.c: Include tree-eh.h.
6450 (generate_memset_builtin, generate_memcpy_builtin): Call
6451 rewrite_to_non_trapping_overflow on builtin->size before passing it
6452 to force_gimple_operand_gsi.
6453
6454 2019-02-15 Jakub Jelinek <jakub@redhat.com>
6455
6456 PR other/89342
6457 * optc-save-gen.awk: Handle optimize_fast like optimize_size or
6458 optimize_debug.
6459 * opth-gen.awk: Likewise.
6460
6461 2019-02-15 Uroš Bizjak <ubizjak@gmail.com>
6462
6463 * config/i386/i386.h (TARGET_SUBTARGET64_ISA_DEFAULT):
6464 Enable MMX, SSE and SSE2 by default.
6465 * config/i386/i386.c (ix86_option_override_internal): Do not
6466 explicitly set MMX, SSE and SSE2 flags for TARGET_64BIT here.
6467
6468 2019-02-14 Jakub Jelinek <jakub@redhat.com>
6469
6470 PR rtl-optimization/89354
6471 * combine.c (make_extraction): Punt if extraction_mode is narrower
6472 than len bits.
6473
6474 2019-02-14 Maya Rashish <coypu@sdf.org>
6475
6476 * config.gcc (*-*-netbsd*): Add netbsd-d.o.
6477 * config/netbsd-d.c: New file.
6478 * config/t-netbsd: Add netbsd-d.o
6479
6480 2018-02-14 Steve Ellcey <sellcey@marvell.com>
6481
6482 * config/aarch64/aarch64.c (aarch64_attribute_table): Change
6483 affects_type_identity to true for aarch64_vector_pcs.
6484 (aarch64_comp_type_attributes): New function.
6485 (TARGET_COMP_TYPE_ATTRIBUTES): New macro.
6486
6487 2019-02-14 Tamar Christina <tamar.christina@arm.com>
6488
6489 PR target/88850
6490 * config/arm/iterators.md (ANY64): Add V4HF.
6491
6492 2019-02-14 Martin Liska <mliska@suse.cz>
6493
6494 PR rtl-optimization/89242
6495 * dce.c (delete_unmarked_insns): Call free_dominance_info we
6496 process a transformation.
6497
6498 2019-02-14 Jakub Jelinek <jakub@redhat.com>
6499
6500 PR tree-optimization/89314
6501 * fold-const.c (fold_binary_loc): Cast strlen argument to
6502 const char * before dereferencing it. Formatting fixes.
6503
6504 PR middle-end/89284
6505 * passes.def: Swap pass_ubsan and pass_early_warn_uninitialized.
6506
6507 2019-02-13 Ian Lance Taylor <iant@golang.org>
6508
6509 * optc-save-gen.awk: Set var_opt_hash for initial optimizations
6510 and set current index for other optimizations.
6511
6512 2019-02-13 Uroš Bizjak <ubizjak@gmail.com>
6513
6514 * config/i386/sse.md (vec_set<VI4F_256_512:mode>_0): Use
6515 nonimmediate_operand as operand 2 predicate.
6516 (vec_set<VF2_512_256:mode>_0): Ditto.
6517 (vec_set<VI8_AVX_AVX512F:mode>_0): Ditto.
6518 (*vec_concatv2si): Remove alternative 2.
6519 (*vec_concatv4si_0): Use vm constraint for alternative 0.
6520 (*vec_concatv4si_0): Remove preferred_for_speed attribute.
6521 (vec_concatv2di): Split alternatives 4,5,6 to ...
6522 (*vec_concatv2di_0) ... new pattern.
6523
6524 2019-02-13 Wilco Dijkstra <wdijkstr@arm.com>
6525
6526 PR target/89190
6527 * config/arm/arm.c (ldm_stm_operation_p) Set
6528 addr_reg_in_reglist correctly for first register.
6529 (load_multiple_sequence): Remove dead base check.
6530 (gen_ldm_seq): Correctly set write_back for Thumb-1.
6531
6532 2019-02-13 Tamar Christina <tamar.christina@arm.com>
6533
6534 PR target/88847
6535 * config/aarch64/aarch64-sve.md (*pred_mov<mode>, pred_mov<mode>):
6536 Expose as @aarch64_pred_mov.
6537 * config/aarch64/aarch64.c (aarch64_classify_address):
6538 Use expand_insn which legitimizes operands.
6539
6540 2019-02-13 Martin Liska <mliska@suse.cz>
6541
6542 * builtins.h (expand_builtin_with_bounds): Remove declaration.
6543 * calls.c (struct arg_data): Remove special_slot, pointer_arg
6544 and pointer_offset fields.
6545 (initialize_argument_information): Remove usage of dead
6546 fields.
6547 * cgraph.h (struct cgraph_thunk_info): Remove
6548 add_pointer_bounds_args.
6549 * cgraphunit.c (cgraph_node::expand_thunk): Remove usage of dead
6550 fields.
6551 (cgraph_node::assemble_thunks_and_aliases): Remove usage of dead
6552 fields.
6553 * config/i386/i386.c (ix86_function_arg_advance): Remove
6554 unrelated comment.
6555 (struct builtin_isa): Remove leaf_p and nothrow_p fields.
6556 (def_builtin): Remove usage of dead
6557 fields.
6558 (ix86_add_new_builtins): Likewise.
6559 * ipa-fnsummary.c (compute_fn_summary): Likewise.
6560 * ipa-icf.c (sem_function::equals_wpa): Likewise.
6561 (sem_function::init): Likewise.
6562 (sem_variable::merge): Likewise.
6563 * ipa-visibility.c (function_and_variable_visibility): Likewise.
6564 * ipa.c (symbol_table::remove_unreachable_nodes): Likewise.
6565 * lto-cgraph.c (lto_output_node): Likewise.
6566 (lto_output_varpool_node): Likewise.
6567 (input_node): Likewise.
6568 (input_varpool_node): Likewise.
6569 * lto-streamer-out.c (lto_output): Likewise.
6570 * tree-inline.c (expand_call_inline): Remove usage of
6571 assign_stmts.
6572 * tree-inline.h (struct copy_body_data): Likewise.
6573 * varpool.c (varpool_node::dump): Likewise.
6574
6575 2019-02-13 Jakub Jelinek <jakub@redhat.com>
6576
6577 PR middle-end/89303
6578 * tree-ssa-structalias.c (set_uids_in_ptset): Or in vi->is_heap_var
6579 into pt->vars_contains_escaped_heap instead of setting
6580 pt->vars_contains_escaped_heap to it.
6581
6582 PR middle-end/89281
6583 * optabs.c (prepare_cmp_insn): Use UINTVAL (size) instead of
6584 INTVAL (size), compare it to GET_MODE_MASK instead of
6585 1 << GET_MODE_BITSIZE.
6586
6587 PR target/89290
6588 * config/i386/predicates.md (x86_64_immediate_operand): Allow
6589 TLS UNSPECs offsetted by signed 32-bit CONST_INT even with
6590 -mcmodel=large.
6591
6592 2019-02-13 Martin Liska <mliska@suse.cz>
6593
6594 PR lto/88858
6595 * cfgrtl.c (remove_barriers_from_footer): New function.
6596 (try_redirect_by_replacing_jump): Use it.
6597 (cfg_layout_redirect_edge_and_branch): Likewise.
6598
6599 2019-02-13 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
6600
6601 * config/rs6000/altivec.h (vec_sbox_be, vec_cipher_be,
6602 vec_cipherlast_be, vec_ncipher_be, vec_ncipherlast_be): New #defines.
6603 * config/rs6000/crypto.md (CR_vqdi): New define_mode_iterator.
6604 (crypto_vsbox_<mode>, crypto_<CR_insn>_<mode>): New define_insns.
6605 * config/rs6000/rs6000-builtin.def (VSBOX_BE): New BU_CRYPTO_1.
6606 (VCIPHER_BE, VCIPHERLAST_BE, VNCIPHER_BE, VNCIPHERLAST_BE):
6607 New BU_CRYPTO_2.
6608 * config/rs6000/rs6000.c (builtin_function_type)
6609 <CRYPTO_BUILTIN_VSBOX_BE, CRYPTO_BUILTIN_VCIPHER_BE,
6610 CRYPTO_BUILTIN_VCIPHERLAST_BE, CRYPTO_BUILTIN_VNCIPHER_BE,
6611 CRYPTO_BUILTIN_VNCIPHERLAST_BE>: New switch options.
6612 * doc/extend.texi (vec_sbox_be, vec_cipher_be, vec_cipherlast_be,
6613 vec_ncipher_be, vec_ncipherlast_be): New builtin functions.
6614
6615 2019-02-12 Pat Haugen <pthaugen@us.ibm.com>
6616
6617 * doc/invoke.texi (RS/6000 and PowerPC Options): Remove duplicate
6618 -maltivec. Delete -maltivec=be and -maltivec=le documentation.
6619
6620 2019-02-12 H.J. Lu <hongjiu.lu@intel.com>
6621
6622 PR target/89229
6623 * config/i386/i386.md (*movoi_internal_avx): Revert revision
6624 268678 and revision 268657.
6625 (*movti_internal): Likewise.
6626
6627 2019-02-12 Ilya Leoshkevich <iii@linux.ibm.com>
6628
6629 PR target/89233
6630 * config/s390/s390.c (s390_decompose_address): Update comment.
6631 (s390_check_qrst_address): Reject invalid address forms after
6632 LRA.
6633
6634 2019-02-12 Martin Liska <mliska@suse.cz>
6635
6636 PR lto/88876
6637 * ipa-pure-const.c (propagate_pure_const): Revert hunk as
6638 we need default values of funct_state for a function that
6639 is not optimized.
6640
6641 2019-02-12 Eric Botcazou <ebotcazou@adacore.com>
6642
6643 * asan.c (asan_expand_mark_ifn): Take into account the alignment of
6644 the object to pick the size of stores on strict-alignment platforms.
6645
6646 * config/sparc/sparc.md (*movsi_insn): Minor tweak.
6647 (*movdi_insn_sp32): Likewise.
6648 (*movdi_insn_sp64): Likewise.
6649
6650 2019-02-12 Jan Hubicka <hubicka@ucw.cz>
6651
6652 PR lto/88677
6653 * cgraphunit.c (analyze_functions): Clear READONLY flag for external
6654 types that needs constructiong.
6655 * tree.h (may_be_aliased): Do not check TYPE_NEEDS_CONSTRUCTING.
6656
6657 2019-02-12 Richard Biener <rguenther@suse.de>
6658
6659 PR tree-optimization/89253
6660 * tree-ssa-loop-split.c (tree_ssa_split_loops): Check we can
6661 duplicate the loop.
6662
6663 2019-02-11 David Malcolm <dmalcolm@redhat.com>
6664
6665 PR lto/88147
6666 * input.c (selftest::test_line_offset_overflow): New selftest.
6667 (selftest::input_c_tests): Call it.
6668
6669 2019-02-11 Martin Sebor <msebor@redhat.com>
6670
6671 PR tree-optimization/88771
6672 * gimple-ssa-warn-restrict.c (pass_wrestrict::gate): Also enable
6673 when -Wstringop-overflow is set.
6674 (builtin_memref::builtin_memref): Adjust excessive upper bound
6675 only when lower bound is not excessive.
6676 (maybe_diag_overlap): Detect and diagnose excessive bounds via
6677 -Wstringop-ovefflow.
6678 (maybe_diag_offset_bounds): Rename...
6679 (maybe_diag_access_bounds): ...to this.
6680 (check_bounds_or_overlap): Adjust for name change above.
6681
6682 2019-02-11 Martin Sebor <msebor@redhat.com>
6683
6684 PR c++/87996
6685 * builtins.c (max_object_size): Move from here...
6686 * builtins.h (max_object_size): ...and here...
6687 * tree.c (max_object_size): ...to here...
6688 * tree.h (max_object_size): ...and here.
6689
6690 2019-02-11 Bill Schmidt <wschmidt@linux.ibm.com>
6691
6692 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Shift-right
6693 and shift-left vector built-ins need to include a TRUNC_MOD_EXPR
6694 for correct semantics.
6695
6696 2019-02-11 Alan Modra <amodra@gmail.com>
6697
6698 * doc/invoke.texi (man page RS/6000 and PowerPC Options): Mention
6699 -mlongcall and -mpltseq.
6700 (RS/6000 and PowerPC Options <-mlongcall>): Mention inline PLT calls.
6701 (RS/6000 and PowerPC Options <-mpltseq>): Document.
6702 * config/rs6000/rs6000.h (TARGET_PLTSEQ): Define.
6703 * config/rs6000/sysv4.opt (mpltseq): New option.
6704 * config/rs6000/sysv4.h (TARGET_PLTSEQ): Redefine.
6705 (SUBTARGET_OVERRIDE_OPTIONS): Error if given -mpltseq when assembler
6706 support is lacking. Don't allow -mpltseq with -mbss-plt.
6707 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Warn if
6708 -mpltseq given for ELFv1.
6709 * config/rs6000/rs6000.c (rs6000_call_aix): Comment on UNSPEC_PLTSEQ.
6710 Only use UNSPEC_PLTSEQ for inline PLT calls.
6711 (rs6000_call_sysv, rs6000_sibcall_sysv): Expand comments. Only
6712 use UNSPEC_PLTSEQ for inline PLT calls.
6713 (rs6000_indirect_call_template_1, rs6000_longcall_ref),
6714 (rs6000_call_aix, rs6000_call_sysv, rs6000_sibcall_sysv): Replace
6715 uses of HAVE_AS_PLTSEQ with TARGET_PLTSEQ, simplifying.
6716 * config/rs6000/rs6000.md (pltseq_tocsave_<mode>),
6717 (pltseq_plt16_ha_<mode>, pltseq_plt16_lo_<mode>),
6718 (pltseq_mtctr_<mode>): Likewise.
6719
6720 2019-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6721
6722 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Use 8-byte strings with
6723 Solaris ld.
6724 * configure: Regenerate.
6725
6726 2019-02-11 Jakub Jelinek <jakub@redhat.com>
6727
6728 PR bootstrap/88714
6729 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use q constraint
6730 instead of r.
6731
6732 2019-02-11 Hans-Peter Nilsson <hp@axis.com>
6733
6734 * function.c (assign_parm_setup_block): Use the stored
6735 size, not the passed size, when allocating stack-space,
6736 also for a parameter with alignment larger than
6737 MAX_SUPPORTED_STACK_ALIGNMENT.
6738
6739 2019-02-11 Martin Liska <mliska@suse.cz>
6740
6741 PR ipa/89009
6742 * ipa-cp.c (build_toporder_info): Remove usage of a param.
6743 * ipa-inline.c (inline_small_functions): Likewise.
6744 * ipa-pure-const.c (propagate_pure_const): Likewise.
6745 (propagate_nothrow): Likewise.
6746 * ipa-reference.c (propagate): Likewise.
6747 * ipa-utils.c (struct searchc_env): Remove unused field.
6748 (searchc): Always search across AVAIL_INTERPOSABLE.
6749 (ipa_reduced_postorder): Always allow AVAIL_INTERPOSABLE as
6750 the only called IPA pure const can properly not propagate
6751 across interposable boundary.
6752 * ipa-utils.h (ipa_reduced_postorder): Remove param.
6753
6754 2019-02-11 Chung-Ju Wu <jasonwucj@gmail.com>
6755
6756 * config/nds32/nds32.md (call_internal, call_value_internal,
6757 sibcall_internal, sibcall_value_internal): Use SImode for mem rtx.
6758
6759 2019-02-11 Hans-Peter Nilsson <hp@axis.com>
6760
6761 * config/cris/cris.c (cris_preferred_minimum_alignment): Fix name
6762 typo.
6763
6764 2019-02-10 H.J. Lu <hongjiu.lu@intel.com>
6765
6766 * config/i386/constraints.md (Yd): Replace AVX512BW with AVX512DQ
6767 in comments
6768
6769 2019-02-10 Chung-Ju Wu <jasonwucj@gmail.com>
6770
6771 * config.gcc (with_nds32_lib): Set default --with-nds32-lib correctly.
6772
6773 2019-02-10 Jakub Jelinek <jakub@redhat.com>
6774
6775 PR tree-optimization/89268
6776 * tree-if-conv.c (version_loop_for_if_conversion): Push to preds only
6777 if preds is non-NULL.
6778
6779 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
6780
6781 PR lto/89272
6782 * tree.c (fld_simplified_type_name): Also keep TYPE_DECL for
6783 polymorphic types.
6784
6785 2019-02-10 Monk Chiang <sh.chiang04@gmail.com>
6786
6787 * config/nds32/nds32.md (trap): New pattern.
6788
6789 2019-02-10 Monk Chiang <sh.chiang04@gmail.com>
6790
6791 * config/nds32/nds32.c (nds32_dwarf_register_span): Refine register
6792 dwarf span.
6793
6794 2019-02-10 Chung-Ju Wu <jasonwucj@gmail.com>
6795
6796 * config/nds32/nds32-md-auxiliary.c (nds32_spilt_doubleword): Support
6797 to split POST_INC.
6798
6799 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
6800
6801 * ipa-visibility.c (localize_node): Also do not localize
6802 LDPR_PREVAILING_DEF_IRONLY_EXP.
6803
6804 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
6805
6806 PR lto/87957
6807 * tree.c (fld_simplified_type_name): Use DECL_ASSEMBLER_NAME_SET_P
6808 instead of type_with_linkage.
6809
6810 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
6811
6812 PR ipa/88755
6813 * params.def (uninlined-function-insns, uninlined-function-time,
6814 uninlined-thunk-insns, uninlined-thunk-time): Add artificial upper
6815 bound so we don't get overflows.
6816
6817 2019-02-09 Aaron Sawdey <acsawdey@linux.ibm.com>
6818
6819 * config/rs6000/rs6000-string.c (expand_compare_loop,
6820 expand_block_compare): Insert REG_BR_PROB notes in inline expansion of
6821 memcmp/strncmp.
6822
6823 2019-02-09 Jakub Jelinek <jakub@redhat.com>
6824
6825 PR middle-end/89246
6826 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
6827 If !node->definition and TYPE_ARG_TYPES is non-NULL, use
6828 TYPE_ARG_TYPES instead of DECL_ARGUMENTS.
6829
6830 2019-02-09 Alan Modra <amodra@gmail.com>
6831
6832 PR target/88343
6833 * config/rs6000/rs6000.c (save_reg_p): Correct calls_eh_return
6834 case. Match logic in rs6000_emit_prologue emitting pic_offset_table
6835 setup.
6836
6837 2019-02-08 Vladimir Makarov <vmakarov@redhat.com>
6838
6839 PR middle-end/88560
6840 * lra-constraints.c (process_alt_operands): Don't increase reject
6841 for memory when offset memory is required.
6842
6843 2019-02-08 Robin Dapp <rdapp@linux.ibm.com>
6844
6845 * config/s390/vector.md: Implement vector copysign.
6846
6847 2019-02-08 H.J. Lu <hongjiu.lu@intel.com>
6848
6849 * expr.c (expand_constructor): Correct indentations.
6850
6851 2019-02-08 Richard Biener <rguenther@suse.de>
6852
6853 PR tree-optimization/89247
6854 * tree-if-conv.c: Include tree-cfgcleanup.h.
6855 (version_loop_for_if_conversion): Record LOOP_VECTORIZED call.
6856 (tree_if_conversion): Pass through predicate vector.
6857 (pass_if_conversion::execute): Do CFG cleanup and SSA update
6858 inline, see if any if-converted loops we refrece in
6859 LOOP_VECTORIZED calls vanished and fixup.
6860 * tree-if-conv.h (tree_if_conversion): Adjust prototype.
6861
6862 2019-02-08 Ilya Leoshkevich <iii@linux.ibm.com>
6863
6864 * config/s390/constraints.md (jdd): New constraint.
6865
6866 2019-02-08 H.J. Lu <hongjiu.lu@intel.com>
6867
6868 PR target/89229
6869 * config/i386/i386.md (*movoi_internal_avx): Set mode to XI for
6870 upper 16 vector registers without TARGET_AVX512VL.
6871 (*movti_internal): Likewise.
6872
6873 2019-02-08 Jakub Jelinek <jakub@redhat.com>
6874
6875 PR rtl-optimization/89234
6876 * except.c (copy_reg_eh_region_note_forward): Return if note_or_insn
6877 is a NOTE, CODE_LABEL etc. - rtx_insn * other than INSN_P.
6878 (copy_reg_eh_region_note_backward): Likewise.
6879
6880 2019-02-08 Richard Biener <rguenther@suse.de>
6881
6882 PR middle-end/89223
6883 * tree-data-ref.c (initialize_matrix_A): Fail if constant
6884 doesn't fit in HWI.
6885 (analyze_subscript_affine_affine): Handle failure from
6886 initialize_matrix_A.
6887
6888 2019-02-08 Jakub Jelinek <jakub@redhat.com>
6889
6890 * cfganal.c (pre_and_rev_post_order_compute_fn): Use fn instead of
6891 cfun everywhere.
6892
6893 2019-02-07 David Malcolm <dmalcolm@redhat.com>
6894
6895 PR tree-optimization/86637
6896 PR tree-optimization/89235
6897 * tree-vect-loop.c (optimize_mask_stores): Add an
6898 auto_purge_vect_location sentinel to ensure that vect_location is
6899 purged on exit.
6900 * tree-vectorizer.c
6901 (auto_purge_vect_location::~auto_purge_vect_location): New dtor.
6902 (try_vectorize_loop_1): Add an auto_purge_vect_location sentinel
6903 to ensure that vect_location is purged on exit.
6904 (pass_slp_vectorize::execute): Likewise, replacing the manual
6905 reset.
6906 * tree-vectorizer.h (class auto_purge_vect_location): New class.
6907
6908 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6909
6910 * config/aarch64/iterators.md (max_opp): New code_attr.
6911 (USMAX): New code iterator.
6912 * config/aarch64/predicates.md (aarch64_smin): New predicate.
6913 (aarch64_smax): Likewise.
6914 * config/aarch64/aarch64-simd.md (abd<mode>_3): Rename to...
6915 (*aarch64_<su>abd<mode>_3): ... Change RTL representation to
6916 MINUS (MAX MIN).
6917
6918 2019-02-07 H.J. Lu <hongjiu.lu@intel.com>
6919
6920 PR target/89229
6921 * config/i386/i386.md (*movoi_internal_avx): Set mode to OI
6922 for TARGET_AVX512VL.
6923 (*movti_internal): Set mode to TI for TARGET_AVX512VL.
6924
6925 2019-02-07 Andreas Krebbel <krebbel@linux.ibm.com>
6926
6927 * config/s390/s390-builtin-types.def: Add new types.
6928 * config/s390/s390-builtins.def: (s390_vec_xl, s390_vec_xld2)
6929 (s390_vec_xlw4): Make the memory operand into a const pointer.
6930 (s390_vec_xld2, s390_vec_xlw4): Add a variant for single precision
6931 float.
6932 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Generate
6933 a new vector type with the alignment of the scalar memory operand.
6934
6935 2019-02-07 Matthew Malcomson <matthew.malcomson@arm.com>
6936 Jakub Jelinek <jakub@redhat.com>
6937
6938 PR bootstrap/88714
6939 * config/arm/arm-protos.h (valid_operands_ldrd_strd,
6940 arm_count_ldrdstrd_insns): New declarations.
6941 * config/arm/arm.c (mem_ok_for_ldrd_strd): Remove broken handling of
6942 MINUS.
6943 (valid_operands_ldrd_strd): New function.
6944 (arm_count_ldrdstrd_insns): New function.
6945 * config/arm/ldrdstrd.md: Change peepholes to generate PARALLEL SImode
6946 sets instead of single DImode set and define new insns to match this.
6947
6948 2019-02-07 Tamar Christina <tamar.christina@arm.com>
6949
6950 * config/aarch64/aarch64-builtins.c (aarch64_fcmla_lane_builtin_data):
6951 Make it a C initializer.
6952
6953 2019-02-07 Tamar Christina <tamar.christina@arm.com>
6954
6955 PR/target 88850
6956 * config/arm/neon.md (*neon_mov<mode>): Add r -> r case.
6957
6958 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6959
6960 * config/arm/neon.md (neon_<sup>dot<vsi2qi>):
6961 Use neon_dot<q> for type.
6962 (neon_<sup>dot_lane<vsi2qi>): Likewise.
6963
6964 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6965
6966 * config/aarch64/aarch64-simd.md (aarch64_<sur>dot<vsi2qi>):
6967 Use neon_dot<q> for type.
6968 (aarch64_<sur>dot_lane<vsi2qi>): Likewise.
6969 (aarch64_<sur>dot_laneq<vsi2qi>): Likewise.
6970
6971 2019-02-06 Vladimir Makarov <vmakarov@redhat.com>
6972
6973 PR rtl-optimization/89225
6974 * lra-constaints.c (simplify_operand_subreg): Add subreg mode
6975 sizes check.
6976
6977 2019-02-06 Eric Botcazou <ebotcazou@adacore.com>
6978
6979 * config/i386/i386.c (ix86_expand_prologue): Emit a memory blockage
6980 after restoring registers saved to allocate the frame on Windows.
6981
6982 2019-02-06 Richard Biener <rguenther@suse.de>
6983
6984 PR tree-optimization/89182
6985 * graphite.h (cached_scalar_evolution_in_region): Declare.
6986 * graphite.c (struct seir_cache_key): New.
6987 (struct sese_scev_hash): Likewise.
6988 (seir_cache): New global.
6989 (cached_scalar_evolution_in_region): New function.
6990 (graphite_transform_loops): Allocate and release seir_cache.
6991 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Use
6992 cached_scalar_evolution_in_region.
6993 * graphite-scop-detection.c (scop_detection::can_represent_loop):
6994 Simplify.
6995 (scop_detection::graphite_can_represent_expr: Use
6996 cached_scalar_evolution_in_region.
6997 (scop_detection::stmt_simple_for_scop_p): Likewise.
6998 (find_params_in_bb): Likewise.
6999 (gather_bbs::before_dom_children): Likewise.
7000 * graphite-sese-to-poly.c (create_pw_aff_from_tree): Likewise.
7001 (add_loop_constraints): Likewise.
7002
7003 2019-02-06 Jakub Jelinek <jakub@redhat.com>
7004
7005 PR middle-end/89210
7006 * fold-const-call.c (fold_const_vec_convert): Pass true as last
7007 operand to new_unary_operation only if both element types are integral
7008 and it isn't a widening conversion. Return NULL_TREE if
7009 new_unary_operation failed.
7010
7011 2019-02-05 Andreas Krebbel <krebbel@linux.ibm.com>
7012
7013 PR target/88856
7014 * config/s390/s390.md: Remove load and test FP splitter.
7015
7016 2019-02-05 Aaron Sawdey <acsawdey@linux.ibm.com>
7017
7018 PR target/89112
7019 * config/rs6000/rs6000-string.c (do_ifelse, expand_cmp_vec_sequence,
7020 expand_compare_loop, expand_block_compare_gpr,
7021 expand_strncmp_align_check, expand_strncmp_gpr_sequence): Insert
7022 REG_BR_PROB notes in inline expansion of memcmp/strncmp. Add
7023 #include "profile-count.h" and "predict.h" for types and functions
7024 needed to work with REG_BR_PROB notes.
7025
7026 2019-02-05 Aaron Sawdey <acsawdey@linux.ibm.com>
7027
7028 PR target/89112
7029 * config/rs6000/rs6000.md (<bd>tf_<mode>): Generate a local label
7030 for the long branch case.
7031
7032 2019-02-05 Jakub Jelinek <jakub@redhat.com>
7033
7034 PR target/89188
7035 * dce.c (delete_unmarked_insns): Don't remove no-op moves if they
7036 can throw, non-call exceptions are enabled and we can't delete
7037 dead exceptions or alter cfg. Set must_clean if
7038 delete_insn_and_edges returns true, don't set it blindly for calls.
7039 Assert that delete_unreachable_blocks is called only if can_alter_cfg.
7040
7041 PR rtl-optimization/89195
7042 * combine.c (make_extraction): For MEMs, don't extract bytes outside
7043 of the original MEM.
7044
7045 2019-02-05 Martin Liska <mliska@suse.cz>
7046
7047 PR gcov-profile/89000
7048 * gcov.c (function_summary): Remove argument.
7049 (file_summary): New function.
7050 (print_usage): Replace tabs with spaces.
7051 (generate_results): Use new function file_summary.
7052
7053 2019-02-05 Jakub Jelinek <jakub@redhat.com>
7054
7055 PR target/89186
7056 * optabs.c (prepare_cmp_insn): Pass x and y to
7057 emit_block_comp_via_libcall rather than XEXP (x, 0) and XEXP (y, 0).
7058
7059 2019-02-05 Richard Biener <rguenther@suse.de>
7060
7061 PR middle-end/89150
7062 * bitmap.h (struct bitmap_obstack): Do not mark GTY.
7063 (struct bitmap_element): Drop chain_prev so we properly recurse on
7064 the prev member, supporting tree views.
7065 (struct bitmap_head): GTY skip the obstack member.
7066
7067 2019-02-04 Alexander Monakov <amonakov@ispras.ru>
7068
7069 PR c/88698
7070 * doc/extend.texi (Vector Extensions): Add an example of using vector
7071 types together with x86 intrinsics.
7072
7073 2019-02-04 Alan Modra <amodra@gmail.com>
7074
7075 * config/rs6000/rs6000.c (rs6000_indirect_call_template_1): Increase
7076 str[] size to 160, and comment.
7077
7078 2019-02-04 Alan Modra <amodra@gmail.com>
7079
7080 * config/rs6000/rs6000.c (rs6000_indirect_call_template_1),
7081 (rs6000_pltseq_template): Guard output of TLS markers with
7082 TARGET_TLS_MARKERS.
7083 (rs6000_longcall_ref, rs6000_call_aix, rs6000_call_sysv),
7084 (rs6000_sibcall_sysv): Ignore TARGET_TLS_MARKERS when deciding
7085 to use inline PLT sequences.
7086 * config/rs6000/rs6000.md (pltseq_tocsave_<mode>),
7087 (pltseq_plt16_ha_<mode>, pltseq_plt16_lo_<mode>),
7088 (pltseq_mtctr_<mode>): Don't test TARGET_TLS_MARKERS in predicate.
7089
7090 2019-02-04 Martin Liska <mliska@suse.cz>
7091
7092 PR ipa/88985
7093 * ipa-fnsummary.c (estimate_edge_devirt_benefit): Bail
7094 out when ipa_fn_summaries does not contain entry for callee.
7095
7096 2019-02-04 Eric Botcazou <ebotcazou@adacore.com>
7097
7098 * config/sparc/sparc.h: Remove superfluous blank lines.
7099 * config/sparc/sparc.c (global_offset_table_rtx): Rename into...
7100 (got_register_rtx): ...this.
7101 (sparc_got): Adjust to above renaming.
7102 (sparc_tls_got): Likewise.
7103 (sparc_delegitimize_address): Likewise.
7104 (sparc_output_mi_thunk): Likewise.
7105 (sparc_init_pic_reg): Likewise.
7106 (save_local_or_in_reg_p): Fix test on the GOT register.
7107 (USE_HIDDEN_LINKONCE): Move around.
7108 (get_pc_thunk_name): Likewise.
7109 (gen_load_pcrel_sym): Likewise.
7110 (load_got_register): Likewise.
7111
7112 2019-02-04 Kito Cheng <kito.cheng@gmail.com>
7113
7114 * config/nds32/linux.h (GLIBC_DYNAMIC_LINKER): Define the naming rule
7115 of the dynamic linker: "ld-linux-nds32[le|be][f].so.1".
7116
7117 2019-02-04 Chung-Ju Wu <jasonwucj@gmail.com>
7118
7119 * config/nds32/nds32.c (nds32_legitimate_address_p): Add TLS model
7120 into consideration.
7121
7122 2019-02-04 Chung-Ju Wu <jasonwucj@gmail.com>
7123
7124 * config.gcc (with_nds32_lib, glibc):
7125 Remove TARGET_DEFAULT_TLSDESC_TRAMPOLINE=0 setting.
7126 * config/nds32/linux.h (TARGET_DEFAULT_TLSDESC_TRAMPOLINE): Delete.
7127 (NDS32_TLSDESC_TRAMPOLINE_SPEC): Delete.
7128
7129 2019-02-03 Uroš Bizjak <ubizjak@gmail.com>
7130
7131 PR target/89071
7132 * config/i386/i386.md (*sqrt<mode>2_sse): Add (v,0) alternative.
7133 Do not prefer (v,v) alternative for non-AVX targets and (m,v)
7134 alternative for speed when TARGET_SSE_PARTIAL_REG_DEPENDENCY is set.
7135 (*rcpsf2_sse): Ditto.
7136 (*rsqrtsf2_sse): Ditto.
7137 (sse4_1_round<mode<2): Ditto.
7138
7139 2019-02-03 Richard Biener <rguenther@suse.de>
7140
7141 PR debug/87295
7142 * dwarf2out.c (copy_ancestor_tree): Register non-stubs as
7143 orig.
7144
7145 2019-02-02 Jakub Jelinek <jakub@redhat.com>
7146
7147 PR middle-end/87887
7148 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
7149 Punt with warning on aggregate return or argument types. Ignore
7150 type/mode checking for uniform arguments.
7151
7152 2019-02-01 Segher Boessenkool <segher@kernel.crashing.org>
7153
7154 * combine.c (try_combine): Do not print "Can't combine" messages unless
7155 printing failed combination attempts.
7156
7157 2019-02-01 Martin Jambor <mjambor@suse.cz>
7158
7159 PR hsa/87863
7160 * omp-grid.c (grid_mark_variable_segment): Set assembler name of group
7161 segment and global segment variables before making them static.
7162
7163 2019-02-01 Martin Jambor <mjambor@suse.cz>
7164
7165 * omp-grid.c (grid_target_follows_gridifiable_pattern): Guard two
7166 missed optimization dump with dump_enabled_p.
7167
7168 2019-02-01 Richard Biener <rguenther@suse.de>
7169
7170 PR middle-end/88597
7171 * tree-scalar-evolution.c (analyze_scalar_evolution): Set up
7172 the instantiate cache.
7173 (instantiate_scev_binary): Elide second operand procesing
7174 if equal to the first.
7175 * tree-chrec.c (chrec_contains_symbols): Add visited set.
7176 (chrec_contains_undetermined): Likewise.
7177 (tree_contains_chrecs): Likewise.
7178
7179 2019-02-01 Jan Hubicka <hubicka@ucw.cz>
7180
7181 * parms.def (MAX_INLINE_INSNS_SINGLE): Reduce from 400 to 200.
7182
7183 2019-02-01 Jakub Jelinek <jakub@redhat.com>
7184
7185 PR tree-optimization/89143
7186 * wide-int-range.h (wide_int_range_absu): Declare.
7187 * wide-int-range.cc (wide_int_range_absu): New function.
7188 * tree-vrp.c (extract_range_from_unary_expr): Handle ABSU_EXPR.
7189
7190 PR tree-optimization/88107
7191 * tree-cfg.c (find_outermost_region_in_block): Add ALL argument,
7192 instead of assertion that eh_region_outermost is non-NULL, if it
7193 is NULL, set *ALL to true and return NULL.
7194 (move_sese_region_to_fn): Adjust caller, if all is set, call
7195 duplicate_eh_regions with NULL region.
7196
7197 2019-02-01 Richard Biener <rguenth@suse.de>
7198
7199 PR rtl-optimization/88593
7200 * mode-switching.c (optimize_mode_switching): Free dominators before
7201 calling cleanup_cfg.
7202
7203 2019-02-01 Bin Cheng <bin.cheng@linux.alibaba.com>
7204
7205 PR tree-optimization/88932
7206 * tree-predcom.c (try_combine_chains): Get loop bbs in dom order.
7207
7208 2019-01-31 Jakub Jelinek <jakub@redhat.com>
7209
7210 PR middle-end/89137
7211 * omp-low.c (lower_omp_task_reductions): Drop redundant test to avoid
7212 bogus clang warning.
7213
7214 2019-01-31 Uroš Bizjak <ubizjak@gmail.com>
7215
7216 PR target/89071
7217 * config/i386/i386.md (*extendsfdf2): Split out reg->reg
7218 alternative to avoid partial SSE register stall for TARGET_AVX.
7219 (truncdfsf2): Ditto.
7220 (sse4_1_round<mode>2): Ditto.
7221
7222 2018-01-31 Bill Schmidt <wschmidt@linux.ibm.com>
7223
7224 PR tree-optimization/89008
7225 * gimple-ssa-strength-reduction.c (slsr_process_mul): Don't
7226 process anything of the form X * 0.
7227
7228 2019-01-31 Richard Biener <rguenther@suse.de>
7229
7230 PR tree-optimization/89135
7231 * tree-ssa-phiprop.c (pass_phiprop::execute): Skip blocks
7232 with abnormal preds.
7233
7234 2019-01-31 Jakub Jelinek <jakub@redhat.com>
7235
7236 PR sanitizer/89124
7237 * ipa-inline.c (sanitize_attrs_match_for_inline_p): Allow inlining
7238 always_inline callees into no_sanitize_address callers.
7239
7240 2019-01-31 Richard Biener <rguenther@suse.de>
7241
7242 PR rtl-optimization/89115
7243 * lra.c (lra_rtx_hash): Properly hash CONST_INT values.
7244
7245 2019-01-30 Martin Sebor <msebor@redhat.com>
7246
7247 PR other/89106
7248 * doc/extend.texi (cast to a union): Correct and expand.
7249
7250 2019-01-30 Vladimir Makarov <vmakarov@redhat.com>
7251
7252 PR rtl-optimization/87246
7253 * lra-constraints.c (simplify_operand_subreg): Reload memory
7254 in subreg if the address became invalid.
7255
7256 2019-01-30 Bill Schmidt <wschmidt@linux.ibm.com>
7257
7258 PR target/87064
7259 * config/rs6000/vsx.md (*vsx_reduc_<VEC_reduc_name>_v4sf_scalar):
7260 Disable for little-endian.
7261
7262 2019-01-30 Richard Biener <rguenther@suse.de>
7263
7264 PR rtl-optimization/89115
7265 * opts.c (default_options_optimization): Reduce
7266 PARAM_MAX_DSE_ACTIVE_LOCAL_STORES by a factor of 10 at -O1.
7267 Make PARAM_LOOP_INVARIANT_MAX_BBS_IN_LOOP reduction relative
7268 to the default.
7269
7270 2019-01-30 Kelvin Nilsen <kelvin@gcc.gnu.org>
7271
7272 * config/rs6000/rs6000-c.c (altivec-resolve_overloaded_builtin):
7273 Change handling of ALTIVEC_BUILTIN_VEC_EXTRACT. Coerce result to
7274 type of vector element when vec_extract is implemented by direct
7275 move.
7276
7277 2019-01-30 Thomas Schwinge <thomas@codesourcery.com>
7278
7279 * doc/invoke.texi (C Language Options): List "-fopenacc-dim".
7280
7281 2019-01-30 Richard Biener <rguenther@suse.de>
7282
7283 PR tree-optimization/89111
7284 * tree-ssa-loop-im.c (gather_mem_refs_stmt): Restrict
7285 canonicalization to appropriately sized access types.
7286
7287 2019-01-30 Jakub Jelinek <jakub@redhat.com>
7288
7289 PR c++/89105
7290 * config/i386/i386.c (ix86_warn_parameter_passing_abi): Don't warn
7291 for arguments to functions that are TU-local and shouldn't be
7292 referenced by assembly.
7293
7294 2019-01-30 Ulrich Drepper <drepper@redhat.com>
7295
7296 * dumpfile.c (opt_info_switch_p_1): Ignore '-' if it appears
7297 after '='.
7298
7299 2019-01-29 Martin Sebor <msebor@redhat.com>
7300
7301 PR c/88956
7302 * gimple-fold.c (fold_array_ctor_reference): Avoid zero-length arrays.
7303
7304 2019-01-29 Jakub Jelinek <jakub@redhat.com>
7305
7306 PR c++/66676
7307 PR ipa/89104
7308 * omp-simd-clone.c (simd_clone_clauses_extract)
7309 <case OMP_CLAUSE_ALIGNED>: Ignore clauses with NULL
7310 OMP_CLAUSE_ALIGNED_ALIGNMENT.
7311
7312 2019-01-29 Vineet Gupta <vgupta@synopsys.com>
7313
7314 * config.gcc: Force .init_array for ARC.
7315
7316 2019-01-29 Richard Biener <rguenther@suse.de>
7317
7318 PR debug/87295
7319 * dwarf2out.c (collect_skeleton_dies): New helper.
7320 (copy_decls_for_unworthy_types): Call it.
7321 (build_abbrev_table): Assert we do not try to replace
7322 DW_AT_signature refs with local refs.
7323
7324 2019-01-28 Jakub Jelinek <jakub@redhat.com>
7325
7326 PR middle-end/89002
7327 * gimplify.c (gimplify_omp_for): When adding OMP_CLAUSE_*_GIMPLE_SEQ
7328 for lastprivate/linear IV, push gimplify context around gimplify_assign
7329 and, if it needed any temporaries, pop it into a gimple bind around the
7330 sequence.
7331
7332 2019-01-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
7333
7334 * common.opt (-Wattribute-alias): Remove "no-" from name.
7335 Make -Wattribute-alias command line option and
7336 #pragma GCC diagnostic ignored "-Wattribute-alias" work again.
7337
7338 2019-01-28 Jakub Jelinek <jakub@redhat.com>
7339
7340 PR target/89073
7341 * doc/invoke.texi (-mclwb, -mprfchw, -mrdpid, -mrdseed, -msgx,
7342 -madx, -mhle, -mavx5124fmaps, -mavx512vnni, -mavx5124vnniw): Document
7343 x86 ISA options.
7344 (bmi2): Add missing @opindex.
7345 * doc/extend.texi (x86 target attribute): Move fma4, lwp, ssse3
7346 options alphabetically. Add missing 3dnow, 3dnowa, adx, avx, avx2,
7347 avx5124fmaps, avx5124vnniw, avx512bitalg, avx512bw, avx512cd,
7348 avx512dq, avx512er, avx512f, avx512ifma, avx512pf, avx512vbmi,
7349 avx512vbmi2, avx512vl, avx512vnni, avx512vpopcntdq, bmi, bmi2,
7350 cldemote, clflushopt, clwb, clzero, crc32, cx16, f16c, fma, fsgsbase,
7351 fxsr, gfni, hle, lzcnt, movbe, movdir64b, movdiri, mwaitx, pconfig,
7352 pku, prefetchwt1, prfchw, ptwrite, rdpid, rdrnd, rdseed, rtm, sahf,
7353 sgx, sha, shstk, tbm, vaes, vpclmulqdq, waitpkg, wbnoinvd, xsave,
7354 xsavec, xsaveopt and xsaves options.
7355
7356 2019-01-28 Richard Biener <rguenther@suse.de>
7357
7358 PR debug/89076
7359 * dwarf2out.c (gen_subprogram_die): Remove leftover from MPX
7360 support removal.
7361
7362 2019-01-28 Richard Biener <rguenther@suse.de>
7363
7364 PR tree-optimization/88739
7365 * tree-cfg.c (verify_types_in_gimple_reference): Verify
7366 BIT_FIELD_REFs only are applied to mode-precision operands
7367 when they are integral.
7368 (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR.
7369 * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid generating
7370 BIT_FIELD_REFs of non-mode-precision integral operands.
7371
7372 2019-01-27 Jakub Jelinek <jakub@redhat.com>
7373
7374 PR target/87214
7375 * config/i386/sse.md
7376 (<mask_codefor>avx512dq_shuf_<shuffletype>64x2_1<mask_name>,
7377 avx512f_shuf_<shuffletype>64x2_1<mask_name>): Ensure the
7378 first constants in pairs are multiples of 2. Formatting fixes.
7379 (avx512vl_shuf_<shuffletype>32x4_1<mask_name>,
7380 avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Ensure the
7381 first constants in each quadruple are multiples of 4. Formatting fixes.
7382
7383 2019-01-26 Martin Jambor <mjambor@suse.cz>
7384
7385 PR ipa/88933
7386 * tree-inline.c: Include tree-cfgcleanup.h.
7387 (delete_unreachable_blocks_update_callgraph): Move...
7388 * tree-cfgcleanup.c (delete_unreachable_blocks_update_callgraph):
7389 ...here, make externally visible, make second argument bool, adjust
7390 all callers.
7391 * tree-cfgcleanup.c: Include cgraph.h.
7392 * tree-cfgcleanup.h (delete_unreachable_blocks_update_callgraph):
7393 Declare.
7394 * ipa-prop.c: Include tree-cfgcleanup.h.
7395 (ipcp_transform_function): Call
7396 delete_unreachable_blocks_update_callgraph instead of cleaning uo CFG.
7397
7398 2019-01-25 Vladimir Makarov <vmakarov@redhat.com>
7399
7400 PR rtl-optimization/88846
7401 * ira.c (process_set_for_memref_referenced_p): New.
7402 (memref_referenced_p): Add new param. Use
7403 process_set_for_memref_referenced_p. Add new switch cases.
7404 (memref_used_between_p): Pass new arg to memref_referenced_p.
7405
7406 2019-01-25 Richard Earnshaw <rearnsha@arm.com>
7407
7408 PR target/88469
7409 * config/aarch64/aarch64.c (aarch64_function_arg_alignment): Add new
7410 argument ABI_BREAK. Set to true if the calculated alignment has
7411 changed in gcc-9. Check bit-fields for their base type alignment.
7412 (aarch64_layout_arg): Warn if argument passing has changed in gcc-9.
7413 (aarch64_function_arg_boundary): Likewise.
7414 (aarch64_gimplify_va_arg_expr): Likewise.
7415
7416 2019-01-25 Richard Sandiford <richard.sandiford@arm.com>
7417
7418 PR middle-end/89037
7419 * varasm.c (output_constructor_bitfield): Use wi::extract_uhwi
7420 instead of accessing TREE_INT_CST_ELT directly.
7421
7422 2019-01-25 Christophe Lyon <christophe.lyon@linaro.org>
7423
7424 * doc/sourcebuild.texi (Environment attributes): Add fenv and
7425 fenv_exceptions description.
7426
7427 2019-01-25 Wilco Dijkstra <wdijkstr@arm.com>
7428
7429 PR rtl-optimization/87763
7430 * config/aarch64/aarch64.c (aarch64_select_cc_mode):
7431 Allow SUBREG when matching CC_NZmode compare.
7432
7433 2019-01-25 Richard Biener <rguenther@suse.de>
7434
7435 PR tree-optimization/89049
7436 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost):
7437 Look at the pattern stmt to determine if the stmt is vectorized.
7438
7439 2019-01-25 Richard Sandiford <richard.sandiford@arm.com>
7440
7441 * config/aarch64/aarch64-sve.md (*pred_mov<mode>)
7442 (pred_mov<mode>): Handle all-register forms using both a new
7443 alternative and a split.
7444
7445 2019-01-25 Richard Biener <rguenther@suse.de>
7446
7447 PR tree-optimization/86865
7448 * graphite-scop-detection.c (scop_detection::can_represent_loop):
7449 Reject non-do-while loops.
7450
7451 2019-01-24 Peter Bergner <bergner@linux.ibm.com>
7452
7453 * config/rs6000/altivec.md (build_vector_mask_for_load): Use MEM_P.
7454 * config/rs6000/constraints.md (Q constraint): Use REG_P.
7455 * config/rs6000/darwin.h (PREFERRED_RELOAD_CLASS): Use SYMBOL_REF_P.
7456 * config/rs6000/freebsd64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use
7457 SYMBOL_REF_P, CONST_INT_P and CONST_DOUBLE_P.
7458 * config/rs6000/linux64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
7459 * config/rs6000/predicates.md (altivec_register_operand, vint_operand,
7460 vsx_register_operand, vsx_reg_sfsubreg_ok, vfloat_operand,
7461 vlogical_operand, gpc_reg_operand, int_reg_operand,
7462 int_reg_operand_not_pseudo): Use SUBREG_P and HARD_REGISTER_P.
7463 (ca_operand, base_reg_operand, htm_spr_reg_operand, cc_reg_operand,
7464 cc_reg_not_cr0_operand, input_operand): Use SUBREG_P.
7465 (save_world_operation, restore_world_operation, lmw_operation,
7466 stmw_operation): Use MEM_P and REG_P.
7467 (tie_operand): Use MEM_P.
7468 (vrsave_operation, crsave_operation): Use REG_P.
7469 (mfcr_operation, mtcrf_operation): Use REG_P and CONST_INT_P.
7470 (fpr_reg_operand): Use SUBREG_P and HARD_REGISTER_NUM_P.
7471 (quad_int_reg_operand): Use HARD_REGISTER_NUM_P.
7472 (call_operand): Use HARD_REGISTER_P.
7473 (indexed_or_indirect_operand, altivec_indexed_or_indirect_operand):
7474 Use CONST_INT_P.
7475 (lwa_operand): Use SUBREG_P, REG_P and CONST_INT_P.
7476 * config/rs6000/rs6000-p8swap.c (insn_is_load_p, insn_is_store_p,
7477 quad_aligned_load_p, replace_swapped_aligned_store,
7478 recombine_lvx_pattern, replace_swapped_aligned_load,
7479 recombine_stvx_pattern): Use MEM_P.
7480 (const_load_sequence_p, adjust_vperm, replace_swapped_load_constant):
7481 Use MEM_P and SYMBOL_REF_P.
7482 (rtx_is_swappable_p): Use REG_P and CONST_INT_P.
7483 (insn_is_swappable_p): Use REG_P and MEM_P.
7484 (insn_is_swap_p, (alignment_mask): Use CONST_INT_P.
7485 * config/rs6000/rs6000-string.c (expand_block_clear, expand_block_move):
7486 Use CONST_INT_P.
7487 * config/rs6000/rs6000.c (rs6000_secondary_reload, rs6000_emit_cmove):
7488 Use CONST_DOUBLE_P.
7489 (rs6000_output_move_128bit): Use CONST_DOUBLE_P, CONST_INT_P and
7490 CONST_WIDE_INT_P.
7491 (rs6000_legitimize_address): Use CONST_DOUBLE_P, CONST_INT_P,
7492 CONST_WIDE_INT_P, REG_P and SYMBOL_REF_P.
7493 (rs6000_emit_move): Use CONST_DOUBLE_P, CONST_INT_P, HARD_REGISTER_P,
7494 HARD_REGISTER_NUM_P, MEM_P, REG_P, SUBREG_P, SYMBOL_REF_P and
7495 reg_or_subregno:
7496 (output_toc): Use CONST_DOUBLE_P, CONST_INT_P and SYMBOL_REF_P.
7497 (easy_altivec_constant, rs6000_legitimate_offset_address_p,
7498 rs6000_mode_dependent_address, rs6000_expand_mtfsf_builtin,
7499 rs6000_expand_set_fpscr_rn_builtin, rs6000_expand_set_fpscr_drn_builtin,
7500 rs6000_expand_unop_builtin, INT_P, rs6000_generate_compare,
7501 rs6000_machopic_legitimize_pic_address, rs6000_split_logical_inner,
7502 rs6000_split_logical_di): Use CONST_INT_P.
7503 (rs6000_legitimize_reload_address): Use CONST_INT_P, HARD_REGISTER_P,
7504 REG_P and SYMBOL_REF_P.
7505 (setup_incoming_varargs, rs6000_rtx_costs): Use CONST_INT_P and MEM_P.
7506 (print_operand): Use CONST_INT_P, MEM_P and REG_P.
7507 (virtual_stack_registers_memory_p, rs6000_legitimate_address_p,
7508 mems_ok_for_quad_peep): Use CONST_INT_P and REG_P.
7509 (rs6000_secondary_reload_memory): Use CONST_INT_P and SUBREG_P.
7510 (small_data_operand, print_operand_address): Use CONST_INT_P and
7511 SYMBOL_REF_P.
7512 (split_stack_arg_pointer_used_p): Use HARD_REGISTER_P.
7513 (rs6000_init_hard_regno_mode_ok, direct_move_p):
7514 Use HARD_REGISTER_NUM_P.
7515 (rs6000_secondary_reload_gpr): Use HARD_REGISTER_NUM_P and MEM_P.
7516 (rs6000_secondary_reload_class): Use HARD_REGISTER_NUM_P, REG_P,
7517 SUBREG_P and SYMBOL_REF_P.
7518 (register_to_reg_type, rs6000_secondary_reload_inner): Use SUBREG_P
7519 and HARD_REGISTER_NUM_P.
7520 (rs6000_adjust_vec_address): Use HARD_REGISTER_NUM_P and
7521 reg_or_subregno.
7522 (rs6000_adjust_cost, find_mem_ref): Use MEM_P.
7523 (macho_lo_sum_memory_operand, rs6000_eliminate_indexed_memrefs): Use
7524 MEM_P and REG_P.
7525 (legitimate_indirect_address_p, legitimate_lo_sum_address_p,
7526 registers_ok_for_quad_peep, rs6000_output_function_epilogue,
7527 find_addr_reg): Use REG_P.
7528 (altivec_expand_vec_perm_const): Use REG_P and SUBREG_P.
7529 (rs6000_emit_le_vsx_move): Use SUBREG_P.
7530 (offsettable_ok_by_alignment, constant_pool_expr_p,
7531 legitimate_small_data_p, rs6000_output_dwarf_dtprel,
7532 rs6000_delegitimize_address, rs6000_const_not_ok_for_debug_p,
7533 rs6000_cannot_force_const_mem, rs6000_output_addr_const_extra,
7534 rs6000_assemble_integer, create_TOC_reference,
7535 rs6000_emit_allocate_stack, rs6000_xcoff_encode_section_info,
7536 rs6000_call_aix, rs6000_call_aix): Use SYMBOL_REF_P.
7537 (rs6000_split_vec_extract_var): Use reg_or_subregno.
7538 * config/rs6000/rtems.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use
7539 CONST_DOUBLE_P, CONST_INT_P and SYMBOL_REF_P.
7540 * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
7541 * config/rs6000/xcoff.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
7542 * config/rs6000/rs6000.h (RS6000_SYMBOL_REF_TLS_P): Use SYMBOL_REF_P.
7543 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Use HARD_REGISTER_NUM_P.
7544 (INT_REG_OK_FOR_INDEX_P, INT_REG_OK_FOR_BASE_P): Use HARD_REGISTER_P.
7545 (CONSTANT_ADDRESS_P): Use CONST_INT_P and SYMBOL_REF_P.
7546 * config/rs6000/rs6000.md (define_expands strlensi, mod<mode>3
7547 and cbranch<mode>4): Use CONST_INT_P.
7548 (multiple define_splits): Use REG_P and SUBREG_P.
7549 (define_expands call, call_value): Use MEM_P.
7550 (define_expands sibcall, sibcall_value): Use CONST_INT_P and MEM_P.
7551 (define insn *mtcrfsi): Use CONST_INT_P and REG_P.
7552 * config/rs6000/vsx.md (*vsx_le_perm_load_<mode>,
7553 *vsx_le_perm_load_v8hi, *vsx_le_perm_load_v16qi): Use HARD_REGISTER_P
7554 and HARD_REGISTER_NUM_P.
7555 (multiple define_splits): Use HARD_REGISTER_NUM_P.
7556
7557 2019-01-24 Uroš Bizjak <ubizjak@gmail.com>
7558
7559 PR rtl-optimization/88948
7560 * rtl.h (prepare_copy_insn): New prototype.
7561 * gcse.c (prepare_copy_insn): New function, split out from
7562 process_insert_insn.
7563 (process_insert_insn): Use prepare_copy_insn.
7564 * store-motion.c (replace_store_insn): Use prepare_copy_insn
7565 instead of gen_move_insn.
7566
7567 2019-01-24 Jakub Jelinek <jakub@redhat.com>
7568
7569 PR debug/89006
7570 * config/i386/i386.c (ix86_pic_register_p): Return true for
7571 UNSPEC_SET_GOT too.
7572
7573 PR tree-optimization/88964
7574 * gimple-loop-interchange.cc (loop_cand::analyze_induction_var): Also
7575 punt if HONOR_SNANS (chrec).
7576
7577 PR middle-end/89015
7578 * tree-nested.c (convert_nonlocal_reference_stmt,
7579 convert_local_reference_stmt, convert_tramp_reference_stmt,
7580 convert_gimple_call) <case GIMPLE_OMP_TEAMS>: Treat
7581 gimple_omp_teams_host teams stmts like GIMPLE_OMP_PARALLEL
7582 or GIMPLE_OMP_TASK.
7583
7584 PR tree-optimization/89027
7585 * tree-inline.c (add_clobbers_to_eh_landing_pad): Don't add clobbers
7586 for "omp simd array" variables.
7587
7588 2019-01-24 Richard Earnshaw <rearnsha@arm.com>
7589
7590 PR target/88469
7591 * profile-count.h (profile_count): On ARM systems using GCC 6/7/8
7592 force the alignment of m_val.
7593
7594 2019-01-24 Richard Biener <rguenther@suse.de>
7595
7596 PR lto/87187
7597 * tree-streamer-out.c (write_ts_decl_common_tree_pointers):
7598 When in "legacy" debug mode make sure to reset self-origins.
7599
7600 2019-01-24 Martin Liska <mliska@suse.cz>
7601
7602 PR gcov-profile/88994
7603 * gcov-io.c (mangle_path): Do not allocate a bigger buffer,
7604 result will be always smaller or equal to the original.
7605 * gcov.c (mangle_name): Fix else branch where we should
7606 also copy to PTR and shift the pointer.
7607
7608 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
7609
7610 * tree-ssa-dom.c (test_for_singularity): Fix a comment typo.
7611 * vr-values.c (find_case_label_ranges): Fix a comment typo.
7612
7613 2019-01-23 Xuepeng Guo <xuepeng.guo@intel.com>
7614
7615 * common/config/i386/i386-common.c
7616 (OPTION_MASK_ISA_ENQCMD_SET,
7617 OPTION_MASK_ISA_ENQCMD_UNSET): New macros.
7618 (ix86_handle_option): Handle -menqcmd.
7619 * config.gcc (enqcmdintrin.h): New header file.
7620 * config/i386/cpuid.h (bit_ENQCMD): New bit.
7621 * config/i386/driver-i386.c (host_detect_local_cpu): Handle
7622 -menqcmd.
7623 * config/i386/i386-builtin-types.def ((INT, PVOID, PCVOID)): New
7624 function type.
7625 * config/i386/i386-builtin.def (__builtin_ia32_enqcmd,
7626 __builtin_ia32_enqcmds): New builtins.
7627 * config/i386/i386-c.c (__ENQCMD__): New macro.
7628 * config/i386/i386-option.c (ix86_target_string): Add
7629 -menqcmd.
7630 (ix86_valid_target_attribute_inner_p): Likewise.
7631 * config/i386/i386-expand.c
7632 (ix86_expand_builtin): Expand IX86_BUILTIN_ENQCMD and
7633 IX86_BUILTIN_ENQCMDS.
7634 * config/i386/i386.h (TARGET_ENQCMD): New.
7635 * config/i386/i386.md (UNSPECV_ENQCMD, UNSPECV_ENQCMDS): New.
7636 (@enqcmd<enqcmd_sfx>_<mode>): New insn pattern.
7637 (movdir64b_<mode>): Parameterize to enable share expansion code
7638 with ENQCMD in function ix86_expand_builtin.
7639 * config/i386/i386.opt: Add -menqcmd.
7640 * config/i386/immintrin.h: Include enqcmdintrin.h.
7641 * config/i386/enqcmdintrin.h: New intrinsic file.
7642 * doc/invoke.texi: Add -menqcmd.
7643
7644 2019-01-23 Bin Cheng <bin.cheng@arm.com>
7645 Steve Ellcey <sellcey@marvell.com>
7646
7647 PR target/85711
7648 * recog.c (address_operand): Return false on wrong mode for address.
7649 (constrain_operands): Check for mode with 'p' constraint.
7650
7651 2019-01-23 Uroš Bizjak <ubizjak@gmail.com>
7652
7653 PR target/88998
7654 * config/i386/sse.md (sse2_cvtpi2pd): Add SSE alternatives.
7655 Disparage MMX alternative.
7656 (sse2_cvtpd2pi): Ditto.
7657 (sse2_cvttpd2pi): Ditto.
7658
7659 2019-01-23 David Malcolm <dmalcolm@redhat.com>
7660
7661 PR driver/89014
7662 * config/aarch64/driver-aarch64.c (host_detect_local_cpu): Fix
7663 use-after-free of the result of
7664 aarch64_get_extension_string_for_isa_flags.
7665
7666 2019-01-23 Jakub Jelinek <jakub@redhat.com>
7667
7668 PR c/44715
7669 * doc/extend.texi: Document break and continue behavior in
7670 statement expressions.
7671
7672 2019-01-23 Richard Biener <rguenther@suse.de>
7673
7674 PR tree-optimization/89008
7675 * tree-ssa-reassoc.c (eliminate_using_constants): For * 0 do
7676 not leave another stray operand.
7677
7678 2019-01-23 Jakub Jelinek <jakub@redhat.com>
7679
7680 * BASE-VER: Bump to 9.0.1.
7681
7682 2019-01-23 Eric Botcazou <ebotcazou@adacore.com>
7683
7684 * cgraphunit.c (cgraph_node::expand_thunk): When expanding a GIMPLE
7685 thunk that returns by reference, use the type of the return object
7686 of the thunk instead of that of the alias to build the dereference.
7687
7688 2019-01-23 Vineet Gupta <vgupta@synopsys.com>
7689
7690 * config/arc/atomic.md: Add operand to DMB instruction.
7691
7692 2019-01-23 Jakub Jelinek <jakub@redhat.com>
7693
7694 PR tree-optimization/88964
7695 * gimple-loop-interchange.cc (loop_cand::analyze_induction_var): Use
7696 build_zero_cst instead of build_int_cst. Return false for loop
7697 invariants which honor signed zeros.
7698
7699 2019-01-22 Segher Boessenkool <segher@kernel.crashing.org>
7700
7701 * doc/invoke.texi (-fsplit-paths): This is enabled by default at -O3.
7702
7703 2019-01-22 Jakub Jelinek <jakub@redhat.com>
7704
7705 PR target/88965
7706 * config/rs6000/rs6000.c: Include tree-vrp.h and tree-ssanames.h.
7707 (rs6000_gimple_fold_builtin): If MEM_REF address doesn't satisfy
7708 is_gimple_mem_ref_addr predicate, force it into a SSA_NAME first.
7709
7710 PR middle-end/88968
7711 * gimplify.c (gimplify_omp_atomic): Handle bitfield atomics with
7712 non-integral DECL_BIT_FIELD_REPRESENTATIVEs.
7713
7714 PR target/87064
7715 * config/rs6000/vsx.md (*vsx_reduc_<VEC_reduc_name>_v2df_scalar):
7716 Disable for little endian.
7717
7718 2019-01-22 Richard Earnshaw <rearnsha@arm.com>
7719
7720 PR target/88469
7721 * config/arm/arm.c (arm_needs_double_word_align): Check
7722 DECL_BIT_FIELD_TYPE.
7723
7724 2019-01-22 Hongtao Liu <hongtao.liu@intel.com>
7725 H.J. Lu <hongjiu.lu@intel.com>
7726
7727 PR target/88909
7728 * config/i386/i386-builtin.def: Add mask2 to all builtin
7729 initializations. Merge ARGS2 and SPECIAL_ARGS2 into ARGS and
7730 SPECIAL_ARGS.
7731 * config/i386/i386.c (BDESC): Add mask2 to the definition.
7732 (BDESC_FIRST): Likewise.
7733 (define_builtin): Add an argument for mask2. Updated to handle
7734 both ix86_isa_flags and ix86_isa_flags2.
7735 (define_builtin_const): Likewise.
7736 (define_builtin_pure): Likewise.
7737 (define_builtin2): Deleted.
7738 (define_builtin_const2): Likewise.
7739 (builtin_description): Add a member, mask2.
7740 (bdesc_*): Add mask2 to builtin initializations.
7741 (ix86_init_mmx_sse_builtins): Update calls to def_builtin,
7742 def_builtin_const and def_builtin_pure. Remove SPECIAL_ARGS2
7743 support.
7744 (ix86_get_builtin_func_type): Remove SPECIAL_ARGS2 support.
7745
7746 2019-01-22 H.J. Lu <hongjiu.lu@intel.com>
7747
7748 PR target/88954
7749 * config/i386/i386.c (ix86_force_load_from_GOT_p): Also check
7750 noplt attribute.
7751
7752 2019-01-22 Richard Earnshaw <rearnsha@arm.com>
7753
7754 PR target/88469
7755 * config/arm/arm.c (arm_needs_doubleword_align): Return 2 if a record's
7756 alignment is dominated by a bitfield with 64-bit aligned base type.
7757 (arm_function_arg): Emit a warning if the alignment has changed since
7758 earlier GCC releases.
7759 (arm_function_arg_boundary): Likewise.
7760 (arm_setup_incoming_varargs): Likewise.
7761
7762 2019-01-22 Richard Biener <rguenther@suse.de>
7763
7764 PR tree-optimization/88862
7765 * graphite-scop-detection.c
7766 (scop_detection::graphite_can_represent_scev): Reject ADDR_EXPR.
7767
7768 2019-01-22 Andrew Stubbs <ams@codesourcery.com>
7769
7770 * doc/extend.tex (AMD GCN Function Attributes): New section.
7771 * doc/install.texi (amdgcn-unknown-amdhsa): New instructions.
7772 * doc/invoke.texi (AMD GCN Options): New section.
7773 * doc/md.texi (Constraints for Particular Machines): Add AMD GCN.
7774
7775 2019-01-22 Eric Botcazou <ebotcazou@adacore.com>
7776
7777 * config/sparc/sparc.c (parc_delegitimize_address): Recognize the GOT
7778 register and decoded HIGH/LO_SUM combinations for labels in PIC mode.
7779
7780 2019-01-22 Jakub Jelinek <jakub@redhat.com>
7781
7782 PR tree-optimization/88044
7783 * tree-ssa-loop-niter.c (number_of_iterations_cond): If condition
7784 is false in the first iteration, but !every_iteration, return false
7785 instead of true with niter->niter zero.
7786
7787 PR rtl-optimization/88904
7788 * cfgcleanup.c (thread_jump): Verify cond2 doesn't mention
7789 any nonequal registers before processing BB_END (b).
7790
7791 PR target/88905
7792 * optabs.c (add_equal_note): Add op0_mode argument, use it instead of
7793 GET_MODE (op0).
7794 (expand_binop_directly, expand_doubleword_clz,
7795 expand_doubleword_popcount, expand_ctz, expand_ffs,
7796 expand_unop_direct, maybe_emit_unop_insn): Adjust callers.
7797
7798 PR rtl-optimization/49429
7799 PR target/49454
7800 PR rtl-optimization/86334
7801 PR target/88906
7802 * expr.c (emit_block_move_hints): Move marking of MEM_EXPRs
7803 addressable from here...
7804 (emit_block_op_via_libcall): ... to here.
7805
7806 2019-01-22 Richard Biener <rguenther@suse.de>
7807
7808 * tree-vect-loop.c (vect_analyze_loop_operations): Use
7809 auto_vec for cost vector to fix memleak.
7810 (vectorize_fold_left_reduction): Properly gather SLP defs.
7811 (vectorizable_comparison): Do not swap operands to properly
7812 gather SLP defs.
7813
7814 2019-01-22 Alan Modra <amodra@gmail.com>
7815
7816 PR target/88614
7817 * config/rs6000/predicates.md (unspec_tls): Ensure GOT reg
7818 stays a reg. Allow a const_int.
7819 * config/rs6000/rs6000-protos.h (rs6000_output_tlsargs): Declare.
7820 * config/rs6000/rs6000.h (IS_V4_FP_ARGS): Define.
7821 (IS_NOMARK_TLSGETADDR): Define.
7822 * config/rs6000/rs6000.c (edit_tls_call_insn): Delete.
7823 (rs6000_output_tlsargs): New function.
7824 (rs6000_legitimize_tls_address): Don't say a !TARGET_TLS_MARKERS
7825 __tls_get_addr call takes an arg.
7826 (rs6000_call_sysv): Generate sysv4 secure plt call pattern here..
7827 * config/rs6000/rs6000.md (call_nonlocal_sysv): ..rather than here,
7828 delete split..
7829 (call_value_nonlocal_sysv): ..or here, delete split.
7830 (tls_gdld_nomark): Delete.
7831 (call_value_indirect_nonlocal_sysv): Use unspec_tls as operand2
7832 predicate. Call rs6000_output_tlsargs. Adjust length to suit.
7833 (call_value_nonlocal_sysv): Likewise.
7834 (call_value_nonlocal_sysv_secure): Likewise.
7835 (call_value_nonlocal_aix): Likewise.
7836 (call_value_indirect_aix): Likewise.
7837 (call_value_indirect_elfv2): Likewise.
7838 (call_value_local32, call_value_local64): Disable for no-mark tls.
7839 (call_value_local_aix): Likewise.
7840
7841 2019-01-21 Uroš Bizjak <ubizjak@gmail.com>
7842
7843 PR target/88938
7844 * config/i386/i386.c (ix86_expand_builtin) [case IX86_BUILTIN_BEXTRI32,
7845 case IX86_BUILTIN_BEXTRI64]: Sanitize operands.
7846
7847 2019-01-21 Michael Ploujnikov <michael.ploujnikov@oracle.com>
7848
7849 * hash-map-tests.c (test_map_of_strings_to_int): Show how to use
7850 string contents as hash_map keys.
7851
7852 2019-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
7853
7854 PR c/88928
7855 * c-warn.c (check_alignment_of_packed_member): Add a boolean parameter
7856 for rvalue context. Handle rvalues correctly. Use min_align_of_type
7857 instead of TYPE_ALIGN.
7858 (check_address_or_pointer_of_packed_member): Handle rvalues coorrectly.
7859 Use min_align_of_type instead of TYPE_ALIGN_UNIT. Check for NULL
7860 pointer from TYPE_STUB_DECL.
7861
7862 2019-01-21 Richard Biener <rguenther@suse.de>
7863
7864 PR tree-optimization/88934
7865 * tree-vect-slp.c (vect_mask_constant_operand_p): Always look
7866 at the possibly non-constant operand.
7867 (vect_get_constant_vectors): Adjust.
7868
7869 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
7870
7871 PR target/71659
7872 * config/i386/adxintrin.h: Just check _IMMINTRIN_H_INCLUDED.
7873 * config/i386/clflushoptintrin.h: Check _IMMINTRIN_H_INCLUDED
7874 instead of _X86INTRIN_H_INCLUDED.
7875 * onfig/i386/clwbintrin.h: Likewise.
7876 * config/i386/pkuintrin.h: Likewise.
7877 * config/i386/prfchwintrin.h: Likewise.
7878 * config/i386/rdseedintrin.h: Likewise.
7879 * config/i386/wbnoinvdintrin.h: Likewise.
7880 * config/i386/xsavecintrin.h: Likewise.
7881 * config/i386/xsavesintrin.h: Likewise.
7882 * config/i386/fxsrintrin.h: Enable _IMMINTRIN_H_INCLUDED check.
7883 * config/i386/xsaveintrin.h: Likewise.
7884 * config/i386/xsaveoptintrin.h: Likewise.
7885 * config/i386/x86intrin.h: Move "#include" <rdseedintrin.h>,
7886 <prfchwintrin.h>, <fxsrintrin.h>, <xsaveintrin.h>,
7887 <xsaveoptintrin.h>, <adxintrin.h>, <clwbintrin.h>,
7888 <clflushoptintrin.h>, <xsavesintrin.h>, <xsavecintrin.h>,
7889 <wbnoinvdintrin.h> and <pkuintrin.h> to ...
7890 * config/i386/immintrin.h: Here.
7891
7892 2019-01-20 Martin Jambor <mjambor@suse.cz>
7893
7894 PR ipa/87615
7895 * ipa-prop.h (struct ipa_func_body_info): Replaced field aa_walked
7896 with aa_walk_budget.
7897 * cgraph.h (ipa_polymorphic_call_context::get_dynamic_type): Add
7898 aa_walk_budget_p parameter.
7899 * ipa-fnsummary.c (unmodified_parm_1): New parameter fbi. Limit AA
7900 walk. Updated all callers.
7901 (unmodified_parm): New parameter fbi, pass it to unmodified_parm_1.
7902 (eliminated_by_inlining_prob): New parameter fbi, pass it on to
7903 unmodified_parm.
7904 (will_be_nonconstant_expr_predicate): New parameter fbi, removed
7905 parameter info. Extract info from fbi. Pass fbi to recursive calls
7906 and to unmodified_parm.
7907 (phi_result_unknown_predicate): New parameter fbi, removed parameter
7908 info, updated call to will_be_nonconstant_expr_predicate.
7909 (param_change_prob): New parameter fbi, limit AA walking.
7910 (analyze_function_body): Initialize aa_walk_budget in fbi. Update
7911 calls to various above functions.
7912 * ipa-polymorphic-call.c (get_dynamic_type): Add aa_walk_budget_p
7913 parameter. Use it to limit AA walking.
7914 * ipa-prop.c (detect_type_change_from_memory_writes): New parameter
7915 fbi, limit AA walk.
7916 (detect_type_change): New parameter fbi, pass it on to
7917 detect_type_change_from_memory_writes.
7918 (detect_type_change_ssa): Likewise.
7919 (aa_overwalked): Removed.
7920 (parm_preserved_before_stmt_p): Assume fbi is never NULL, stream line
7921 accordingly, adjust to the neew AA limiting scheme.
7922 (parm_ref_data_preserved_p): Likewise.
7923 (ipa_compute_jump_functions_for_edge): Adjust call to
7924 get_dynamic_type.
7925 (ipa_analyze_call_uses): Likewise.
7926 (ipa_analyze_virtual_call_uses): Pass fbi to detect_type_change_ssa.
7927 (ipa_analyze_node): Initialize aa_walk_budget.
7928 (ipcp_transform_function): Likewise.
7929 * tree-ssa-sccvn.c (eliminate_dom_walker::eliminate_stmt): Update call
7930 to get_dynamic_type.
7931
7932 2019-01-19 Jakub Jelinek <jakub@redhat.com>
7933
7934 * config/aarch64/aarch64.c (aarch64_stack_protect_guard): Move
7935 outside of #if CHECKING_P code.
7936
7937 2019-01-19 Richard Sandiford <richard.sandiford@arm.com>
7938
7939 * gimple-loop-versioning.cc (loop_versioning::dump_inner_likelihood):
7940 New function, split out from...
7941 (loop_versioning::analyze_stride): ...here.
7942 (loop_versioning::find_per_loop_multiplication): Use gassign.
7943 (loop_versioning::analyze_term_using_scevs): Return a success code.
7944 (loop_versioning::analyze_arbitrary_term): New function.
7945 (loop_versioning::analyze_address_fragment): Use
7946 analyze_arbitrary_term if all else fails.
7947
7948 2019-01-18 Segher Boessenkool <segher@kernel.crashing.org>
7949
7950 PR target/88892
7951 * config/rs6000/rs6000.md (*movsi_from_df): Allow only register
7952 operands.
7953
7954 2019-01-18 Richard Biener <rguenther@suse.de>
7955
7956 PR tree-optimization/88903
7957 * tree-vect-stmts.c (vectorizable_shift): Verify we see all
7958 scalar stmts a SLP shift amount is composed of when detecting
7959 shifts by scalars.
7960
7961 2019-01-18 Richard Earnshaw <rearnsha@arm.com>
7962
7963 PR target/88799
7964 * config/arm/arm-cpus.in (mp): New feature.
7965 (sec): New feature.
7966 (fgroup ARMv7ve): Add mp and sec features.
7967 (arch armv7-a): Add options to allow mp and sec extensions.
7968 (cpu generic-armv7-a): Add options to allow mp and sec extensions.
7969 (cpu cortex-a5, cpu cortex-7, cpu cortex-a9): Add mp and sec
7970 extenstions to the base architecture.
7971 (cpu cortex-a8): Add sec extension to the base architecture.
7972 (cpu marvell-pj4): Add mp and sec extensions to the base architecture.
7973 * config/arm/t-aprofile (MULTILIB_MATCHES): Map all armv7-a arch
7974 variants down to the base v7-a varaint.
7975 * config/arm/t-multilib (v7_a_arch_variants): New variable.
7976 * doc/invoke.texi (ARM Options): Add +mp and +sec to the list
7977 of permitted extensions for -march=armv7-a and for
7978 -mcpu=generic-armv7-a.
7979
7980 2019-01-18 Martin Liska <mliska@suse.cz>
7981
7982 * params.def: Fix comment.
7983 * tree-profile.c (gimple_init_gcov_profiler): Bump function
7984 name.
7985 (gimple_gen_ic_func_profiler): Likewise.
7986
7987 2019-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7988
7989 * config/aarch64/aarch64-opts.h (enum stack_protector_guard): New
7990 * config/aarch64/aarch64.c (aarch64_override_options_internal): Handle
7991 and put in error checks for stack protector guard options.
7992 (aarch64_stack_protect_guard): New.
7993 (TARGET_STACK_PROTECT_GUARD): Define.
7994 * config/aarch64/aarch64.md (UNSPEC_SSP_SYSREG): New.
7995 (reg_stack_protect_address<mode>): New.
7996 (stack_protect_set): Adjust for SSP_GLOBAL.
7997 (stack_protect_test): Likewise.
7998 * config/aarch64/aarch64.opt (-mstack-protector-guard-reg): New.
7999 (-mstack-protector-guard): Likewise.
8000 (-mstack-protector-guard-offset): Likewise.
8001
8002 2019-01-18 Jakub Jelinek <jakub@redhat.com>
8003
8004 PR tree-optimization/86214
8005 * tree-inline.h (struct copy_body_data): Add
8006 add_clobbers_to_eh_landing_pads member.
8007 * tree-inline.c (add_clobbers_to_eh_landing_pad): New function.
8008 (copy_edges_for_bb): Call it if EH edge destination is <
8009 id->add_clobbers_to_eh_landing_pads. Fix a comment typo.
8010 (expand_call_inline): Set id->add_clobbers_to_eh_landing_pads
8011 if flag_stack_reuse != SR_NONE and clear it afterwards.
8012
8013 2019-01-18 Christophe Lyon <christophe.lyon@linaro.org>
8014
8015 PR target/85596
8016 * doc/install.texi (with-multilib-list): Document for aarch64.
8017
8018 2019-01-18 Jakub Jelinek <jakub@redhat.com>
8019
8020 PR target/88734
8021 * config/arm/arm_neon.h: Fix #pragma GCC target syntax - replace
8022 (("..."))) with ("...").
8023
8024 2019-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
8025
8026 * doc/extend.texi (Built-in Functions for Memory Model Aware
8027 Atomic Operations): Document atomic fetch and nand.
8028
8029 2019-01-18 Martin Liska <mliska@suse.cz>
8030 Richard Biener <rguenther@suse.de>
8031
8032 PR middle-end/88587
8033 * cgraph.h (create_version_clone_with_body): Add new argument
8034 with attributes.
8035 * cgraphclones.c (cgraph_node::create_version_clone): Add
8036 DECL_ATTRIBUTES to a newly created decl. And call
8037 valid_attribute_p so that proper cl_target_optimization_node
8038 is set for the newly created declaration.
8039 * multiple_target.c (create_target_clone): Set DECL_ATTRIBUTES
8040 for declaration.
8041 (expand_target_clones): Do not call valid_attribute_p, it must
8042 be already done.
8043 * tree-inline.c (copy_decl_for_dup_finish): Reset mode for
8044 vector types.
8045
8046 2019-01-17 Jakub Jelinek <jakub@redhat.com>
8047
8048 PR target/88734
8049 * config/aarch64/arm_neon.h: Fix #pragma GCC target syntax - replace
8050 (("..."))) with ("..."). Use arch=armv8.2-a+sha3 instead of
8051 arch=armv8.2-a+crypto for vsha512hq_u64 etc. intrinsics.
8052
8053 2019-01-17 Martin Sebor <msebor@redhat.com>
8054
8055 PR middle-end/88273
8056 * gimple-ssa-warn-restrict.c (builtin_memref::extend_offset_range):
8057 Handle anti-ranges the same as no range at all.
8058
8059 2018-01-17 Steve Ellcey <sellcey@cavium.com>
8060
8061 * config/aarch64/aarch64.c (cgraph.h): New include.
8062 (intl.h): New include.
8063 (supported_simd_type): New function.
8064 (currently_supported_simd_type): Ditto.
8065 (aarch64_simd_clone_compute_vecsize_and_simdlen): Ditto.
8066 (aarch64_simd_clone_adjust): Ditto.
8067 (aarch64_simd_clone_usable): Ditto.
8068 (TARGET_SIMD_CLONE_COMPUTE_VECSIZE_AND_SIMDLEN): New macro.
8069 (TARGET_SIMD_CLONE_ADJUST): Ditto.
8070 (TARGET_SIMD_CLONE_USABLE): Ditto.
8071 * config/i386/i386.c (ix86_simd_clone_adjust): Add definition check.
8072 * omp-simd-clone.c (expand_simd_clones): Add targetm.simd_clone.adjust
8073 call.
8074
8075 2019-01-17 Martin Sebor <msebor@redhat.com>
8076
8077 PR tree-optimization/88800
8078 * gimple-fold.c (gimple_fold_builtin_memory_op): Avoid checking
8079 NO_WARNING bit here. Avoid folding out-of-bounds calls.
8080 * gimple-ssa-warn-restrict.c (maybe_diag_offset_bounds): Remove
8081 redundant argument. Add new argument and issue diagnostics under
8082 its control. Detect out-of-bounds access even with warnings
8083 disabled.
8084 (check_bounds_or_overlap): Change return type. Add argument.
8085 (wrestrict_dom_walker::check_call): Adjust.
8086 * gimple-ssa-warn-restrict.h (check_bounds_or_overlap): Add argument.
8087 * tree-ssa-strlen.c (handle_builtin_strcpy): Adjust to change in
8088 check_bounds_or_overlap's return value.
8089 (handle_builtin_stxncpy): Same.
8090 (handle_builtin_strcat): Same.
8091
8092 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8093 Kwok Cheung Yeung <kcy@codesourcery.com>
8094 Julian Brown <julian@codesourcery.com>
8095 Tom de Vries <tom@codesourcery.com>
8096
8097 * doc/sourcebuild.texi: Document dg-add-options sqrt_insn.
8098
8099 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8100
8101 * doc/sourcebuild.texi: Document dg-require-effective-target
8102 llvm_binutils and offload_gcn.
8103
8104 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8105 Kwok Cheung Yeung <kcy@codesourcery.com>
8106 Julian Brown <julian@codesourcery.com>
8107 Tom de Vries <tom@codesourcery.com>
8108
8109 * doc/sourcebuild.texi: Document dg-required-effective-target
8110 exceptions.
8111
8112 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8113 Kwok Cheung Yeung <kcy@codesourcery.com>
8114 Julian Brown <julian@codesourcery.com>
8115 Tom de Vries <tom@codesourcery.com>
8116 Jan Hubicka <hubicka@ucw.cz>
8117 Martin Jambor <mjambor@suse.cz>
8118
8119 * config.gcc: Add amdgcn*-*-amdhsa configuration.
8120 * configure.ac: Check for dlopen.
8121 * configure: Regenerate.
8122
8123 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8124 Kwok Cheung Yeung <kcy@codesourcery.com>
8125 Julian Brown <julian@codesourcery.com>
8126 Tom de Vries <tom@codesourcery.com>
8127 Jan Hubicka <hubicka@ucw.cz>
8128 Martin Jambor <mjambor@suse.cz>
8129
8130 * common/config/gcn/gcn-common.c: New file.
8131 * config/gcn/driver-gcn.c: New file.
8132 * config/gcn/gcn-builtins.def: New file.
8133 * config/gcn/gcn-hsa.h: New file.
8134 * config/gcn/gcn-modes.def: New file.
8135 * config/gcn/gcn-opts.h: New file.
8136 * config/gcn/gcn-passes.def: New file.
8137 * config/gcn/gcn-protos.h: New file.
8138 * config/gcn/gcn-run.c: New file.
8139 * config/gcn/gcn-tree.c: New file.
8140 * config/gcn/gcn.c: New file.
8141 * config/gcn/gcn.h: New file.
8142 * config/gcn/gcn.opt: New file.
8143 * config/gcn/t-gcn-hsa: New file.
8144
8145 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8146 Kwok Cheung Yeung <kcy@codesourcery.com>
8147 Julian Brown <julian@codesourcery.com>
8148 Tom de Vries <tom@codesourcery.com>
8149 Jan Hubicka <hubicka@ucw.cz>
8150 Martin Jambor <mjambor@suse.cz>
8151
8152 * config/gcn/constraints.md: New file.
8153 * config/gcn/gcn-valu.md: New file.
8154 * config/gcn/gcn.md: New file.
8155 * config/gcn/predicates.md: New file.
8156
8157 2019-01-17 Eric Botcazou <ebotcazou@adacore.com>
8158
8159 * gimple-ssa-isolate-paths.c (stmt_uses_name_in_undefined_way): Replace
8160 flag_non_call_exceptions with cfun->can_throw_non_call_exceptions.
8161 (stmt_uses_0_or_null_in_undefined_way): Likewise.
8162 * tree-ssa-alias.c (same_addr_size_stores_p): Likewise.
8163
8164 2019-01-17 Tamar Christina <tamar.christina@arm.com>
8165
8166 PR target/88851
8167 * config/aarch64/aarch64.md (STACK_CLASH_SVE_CFA_REGNUM): New.
8168 * config/aarch64/aarch64.c (aarch64_allocate_and_probe_stack_space): Use
8169 it and document registers.
8170
8171 2019-01-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8172
8173 * config/aarch64/aarch64.c (ares_tunings): Define.
8174 * config/aarch64/aarch64-cores.def (ares): Use the above.
8175
8176 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
8177
8178 PR target/88794
8179 Revert:
8180 2018-11-06 Wei Xiao <wei3.xiao@intel.com>
8181
8182 * config/i386/avx512fintrin.h: Update VFIXUPIMM* intrinsics.
8183 (_mm512_fixupimm_round_pd): Update parameters and builtin.
8184 (_mm512_maskz_fixupimm_round_pd): Ditto.
8185 (_mm512_fixupimm_round_ps): Ditto.
8186 (_mm512_maskz_fixupimm_round_ps): Ditto.
8187 (_mm_fixupimm_round_sd): Ditto.
8188 (_mm_maskz_fixupimm_round_sd): Ditto.
8189 (_mm_fixupimm_round_ss): Ditto.
8190 (_mm_maskz_fixupimm_round_ss): Ditto.
8191 (_mm512_fixupimm_pd): Ditto.
8192 (_mm512_maskz_fixupimm_pd): Ditto.
8193 (_mm512_fixupimm_ps): Ditto.
8194 (_mm512_maskz_fixupimm_ps): Ditto.
8195 (_mm_fixupimm_sd): Ditto.
8196 (_mm_maskz_fixupimm_sd): Ditto.
8197 (_mm_fixupimm_ss): Ditto.
8198 (_mm_maskz_fixupimm_ss): Ditto.
8199 (_mm512_mask_fixupimm_round_pd): Update builtin.
8200 (_mm512_mask_fixupimm_round_ps): Ditto.
8201 (_mm_mask_fixupimm_round_sd): Ditto.
8202 (_mm_mask_fixupimm_round_ss): Ditto.
8203 (_mm512_mask_fixupimm_pd): Ditto.
8204 (_mm512_mask_fixupimm_ps): Ditto.
8205 (_mm_mask_fixupimm_sd): Ditto.
8206 (_mm_mask_fixupimm_ss): Ditto.
8207 * config/i386/avx512vlintrin.h:
8208 (_mm256_fixupimm_pd): Update parameters and builtin.
8209 (_mm256_maskz_fixupimm_pd): Ditto.
8210 (_mm256_fixupimm_ps): Ditto.
8211 (_mm256_maskz_fixupimm_ps): Ditto.
8212 (_mm_fixupimm_pd): Ditto.
8213 (_mm_maskz_fixupimm_pd): Ditto.
8214 (_mm_fixupimm_ps): Ditto.
8215 (_mm_maskz_fixupimm_ps): Ditto.
8216 (_mm256_mask_fixupimm_pd): Update builtin.
8217 (_mm256_mask_fixupimm_ps): Ditto.
8218 (_mm_mask_fixupimm_pd): Ditto.
8219 (_mm_mask_fixupimm_ps): Ditto.
8220 * config/i386/i386-builtin-types.def: Add new types and remove useless ones.
8221 * config/i386/i386-builtin.def: Update builtin definitions.
8222 * config/i386/i386.c: Handle new builtin types and remove useless ones.
8223 * config/i386/sse.md: Update VFIXUPIMM* patterns.
8224 (<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
8225 (<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
8226 (<avx512>_fixupimm<mode>_mask<round_saeonly_name>): Update.
8227 (avx512f_sfixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
8228 (avx512f_sfixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
8229 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Update.
8230 * config/i386/subst.md:
8231 (round_saeonly_sd_mask_operand4): Add new subst_attr.
8232 (round_saeonly_sd_mask_op4): Ditto.
8233 (round_saeonly_expand_operand5): Ditto.
8234 (round_saeonly_expand): Update.
8235
8236 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
8237
8238 PR target/88794
8239 Revert:
8240 2018-11-12 Wei Xiao <wei3.xiao@intel.com>
8241
8242 * config/i386/sse.md: Combine VFIXUPIMM* patterns
8243 (<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
8244 (<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
8245 (<avx512>_fixupimm<mode>_mask<round_saeonly_name>): Remove.
8246 (avx512f_sfixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
8247 (avx512f_sfixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
8248 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Remove.
8249
8250 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
8251
8252 PR target/88794
8253 Revert:
8254 2018-12-15 Jakub Jelinek <jakub@redhat.com>
8255
8256 PR target/88489
8257 * config/i386/sse.md (UNSPEC_SFIXUPIMM): New unspec enumerator.
8258 (avx512f_sfixupimm<mode><mask_name><round_saeonly_name>): Use it
8259 instead of UNSPEC_FIXUPIMM.
8260
8261 2019-01-17 Richard Biener <rguenther@suse.de>
8262
8263 PR lto/86736
8264 * dwarf2out.c (want_pubnames): Never generate pubnames sections
8265 and friends for the LTO part of debug info.
8266
8267 2019-01-17 Jakub Jelinek <jakub@redhat.com>
8268
8269 PR tree-optimization/86214
8270 * cfgexpand.c (add_stack_var_conflict): Don't add any conflicts
8271 if x == y.
8272
8273 PR rtl-optimization/88870
8274 * dce.c (deletable_insn_p): Never delete const/pure calls that can
8275 throw if we can't alter the cfg or delete dead exceptions.
8276 (mark_insn): Don't call find_call_stack_args for such calls.
8277
8278 2019-01-17 Kewen Lin <linkw@gcc.gnu.org>
8279
8280 * doc/extend.texi: Add four new prototypes for vec_ld and seven new
8281 prototypes for vec_st.
8282 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add entries
8283 for scalar address type variants of altivec_vec_ld/altivec_vec_st,
8284 mainly on signed/unsigned long long and double.
8285
8286 2019-01-16 David Malcolm <dmalcolm@redhat.com>
8287
8288 PR target/88861
8289 * combine.c (delete_noop_moves): Convert to "bool" return,
8290 returning true if any edges are eliminated.
8291 (combine_instructions): Also return true if delete_noop_moves
8292 returns true.
8293
8294 2019-01-16 Tamar Christina <tamar.christina@arm.com>
8295
8296 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Use
8297 correct max nunits for endian swap.
8298 (aarch64_expand_fcmla_builtin): Correct subreg code.
8299 * config/aarch64/aarch64-simd.md (aarch64_fcmla_lane<rot><mode>,
8300 aarch64_fcmla_laneq<rot>v4hf, aarch64_fcmlaq_lane<rot><mode>): Correct
8301 lane endianness.
8302
8303 2019-01-16 Uroš Bizjak <ubizjak@gmail.com>
8304
8305 * config/alpha/alpha.c (alpha_gimplify_va_arg):
8306 Handle split indirect COMPLEX_TYPE arguments.
8307
8308 2019-01-16 Richard Earnshaw <rearnsha@arm.com>
8309
8310 PR target/86891
8311 * config/aarch64/aarch64-modes.def: Add comment about how the carry
8312 bit is set by add and compare.
8313 (CC_ADC): New CC_MODE.
8314 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Use variables
8315 to cache the code and mode of X. Adjust the shape of a CC_Cmode
8316 comparison. Add detection for CC_ADCmode.
8317 (aarch64_get_condition_code_1): Update code support for CC_Cmode. Add
8318 CC_ADCmode.
8319 * config/aarch64/aarch64.md (uaddv<mode>4): Use LTU with CCmode.
8320 (uaddvti4): Comparison result is in CC_ADCmode and the condition is GEU.
8321 (add<mode>3_compareC_cconly_imm): Delete. Merge into...
8322 (add<mode>3_compareC_cconly): ... this. Restructure the comparison
8323 to eliminate the need for zero-extending the operands.
8324 (add<mode>3_compareC_imm): Delete. Merge into ...
8325 (add<mode>3_compareC): ... this. Restructure the comparison to
8326 eliminate the need for zero-extending the operands.
8327 (add<mode>3_carryin): Use LTU for the overflow detection.
8328 (add<mode>3_carryinC): Use CC_ADCmode for the result of the carry out.
8329 Reexpress comparison for overflow.
8330 (add<mode>3_carryinC_zero): Update for change to add<mode>3_carryinC.
8331 (add<mode>3_carryinC): Likewise.
8332 (add<mode>3_carryinV): Use LTU for carry between partials.
8333 * config/aarch64/predicates.md (aarch64_carry_operation): Update
8334 handling of CC_Cmode and add CC_ADCmode.
8335 (aarch64_borrow_operation): Likewise.
8336
8337 2019-01-16 Tamar Christina <tamar.christina@arm.com>
8338
8339 * config/arm/arm-protos.h (neon_vcmla_lane_prepare_operands): Remove patternmode.
8340 * config/arm/arm.c (neon_vcmla_lane_prepare_operands): Likewise.
8341 * config/arm/neon.md (neon_vcmla_lane<rot><mode>, neon_vcmla_laneq<rot><mode>,
8342 neon_vcmlaq_lane<rot><mode>): Remove endianness conversion.
8343
8344 2019-01-16 Martin Liska <mliska@suse.cz>
8345
8346 * Makefile.in: Set TOOL_INCLUDE_DIR and NATIVE_SYSTEM_HEADER_DIR
8347 for GCC driver.
8348 * config/gnu-user.h (TARGET_F951_OPTIONS): Add 'finclude%s/' as
8349 a new argument.
8350 * gcc.c (add_sysrooted_hdrs_prefix): New function.
8351 (path_prefix_reset): Move up in the source file.
8352 (find_fortran_preinclude_file): Make complex search for the
8353 fortran header files.
8354
8355 2019-01-15 Nikhil Benesch <nikhil.benesch@gmail.com>
8356
8357 * godump.c (go_output_typedef): When outputting a typedef, refer
8358 to the underlying type by its name and not its structure.
8359
8360 2019-01-15 David Malcolm <dmalcolm@redhat.com>
8361
8362 PR c++/88795
8363 * tree.c (build_function_type): Assert that arg_types is not
8364 error_mark_node.
8365
8366 2019-01-15 Richard Sandiford <richard.sandiford@arm.com>
8367
8368 PR inline-asm/52813
8369 * doc/extend.texi: Document that listing the stack pointer in the
8370 clobber list of an asm is a deprecated feature.
8371 * common.opt (Wdeprecated): Moved from c-family/c.opt.
8372 * cfgexpand.c (asm_clobber_reg_is_valid): Issue a -Wdeprecated
8373 warning instead of an error for clobbers of the stack pointer.
8374 Add a note explaining why.
8375
8376 2019-01-15 Richard Biener <rguenther@suse.de>
8377
8378 PR debug/88046
8379 * dwarf2out.c (gen_member_die): Do not generate inheritance
8380 DIEs late.
8381
8382 2019-01-15 Richard Biener <rguenther@suse.de>
8383
8384 PR tree-optimization/88855
8385 * tree-if-conv.c (combine_blocks): Collect
8386 SSA_NAME_OCCURS_IN_ABNORMAL_PHI from propagated out virtuals.
8387
8388 2019-01-15 Tom de Vries <tdevries@suse.de>
8389
8390 PR target/80547
8391 * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Handle
8392 lhs == NULL_TREE for gang-level reduction.
8393
8394 2019-01-15 Richard Biener <rguenther@suse.de>
8395 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8396
8397 PR ipa/88788
8398 * ipa-pure-const.c (malloc_candidate_p_1): Add parameter visited and
8399 return true if SSA_NAME is already marked in visited bitmap.
8400 (malloc_candidate_p): Pass visited to malloc_candidate_p_1.
8401
8402 2019-01-15 Jakub Jelinek <jakub@redhat.com>
8403
8404 PR tree-optimization/88775
8405 * match.pd (cmp (convert1?@2 addr@0) (convert2? addr@1)): Optimize
8406 equal == 0 equality pointer comparisons some more if compared in
8407 integral types and either one points to an automatic var and the
8408 other to a global, or we can prove at least one points to the middle
8409 or both point to start or both point to end.
8410
8411 2019-01-14 Andi Kleen <ak@linux.intel.com>
8412
8413 * Makefile.in: Lower autofdo sampling rate by 10x.
8414 * Makefile.tpl: Dito.
8415
8416 2019-01-14 Tom Honermann <tom@honermann.net>
8417
8418 * defaults.h: Define CHAR8_TYPE.
8419
8420 2019-01-14 Martin Sebor <msebor@redhat.com>
8421
8422 PR target/88638
8423 * doc/extend.texi (Darwin Format Checks): Clarify.
8424
8425 2019-01-14 Richard Biener <rguenther@suse.de>
8426
8427 * genmatch.c (dt_simplify::gen_1): Change dumping dependent on
8428 whether we are in (simplify ...) or (match ...) context.
8429
8430 2019-01-14 Jakub Jelinek <jakub@redhat.com>
8431
8432 PR rtl-optimization/88796
8433 * emit-rtl.h (struct rtl_data): Add stack_protect_guard_decl field.
8434 * cfgexpand.c (stack_protect_prologue): Initialize
8435 crtl->stack_protect_guard_decl.
8436 * function.c (stack_protect_epilogue): Use it instead of calling
8437 targetm.stack_protect_guard again.
8438 * dse.c (check_mem_read_rtx): Ignore MEM_VOLATILE_P reads from
8439 MEMs with MEM_EXPR equal to crtl->stack_protect_guard or
8440 crtl->stack_protect_guard_decl.
8441 * config/i386/i386.c (ix86_stack_protect_guard): Set TREE_THIS_VOLATILE
8442 on the returned MEM_EXPR.
8443
8444 2019-01-12 Tom de Vries <tdevries@suse.de>
8445
8446 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Alow setting
8447 vector length using -fopenacc-dim.
8448
8449 2019-01-12 Tom de Vries <tdevries@suse.de>
8450
8451 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Take larger vector
8452 lengths into account.
8453
8454 2019-01-12 Svante Signell <svante.signell@gmail.com>
8455
8456 * config/i386/gnu.h (TARGET_THREAD_SSP_OFFSET): Define.
8457 (TARGET_CAN_SPLIT_STACK): Define.
8458 (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
8459
8460 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
8461
8462 * params.def (inline-unit-growth): Set to 40.
8463
8464 2019-01-12 Jakub Jelinek <jakub@redhat.com>
8465
8466 * tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo.
8467
8468 2019-01-12 Tom de Vries <tdevries@suse.de>
8469
8470 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): In offloading
8471 region calling vector-partitionable routine, set default_vector_length
8472 to WARP_SIZE.
8473
8474 2019-01-12 Tom de Vries <tdevries@suse.de>
8475
8476 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Add an use new
8477 variable default_vector_length.
8478
8479 2019-01-12 Tom de Vries <tdevries@suse.de>
8480
8481 PR middle-end/88703
8482 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Apply defaults
8483 from oacc_default_dims, as oacc_validate_dims would do it, and apply
8484 dimensions limits.
8485
8486 2019-01-12 Tom de Vries <tdevries@suse.de>
8487
8488 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1)
8489 (nvptx_goacc_validate_dims): Add used parameter.
8490 * doc/tm.texi: Regenerate.
8491 * omp-offload.c (oacc_parse_default_dims, oacc_validate_dims): Add
8492 argument to call to targetm.goacc.validate_dims.
8493 (default_goacc_validate_dims): Add used
8494 parameter.
8495 * target.def (validate_dims): Add used parameter in DEFHOOK.
8496 * targhooks.h (default_goacc_validate_dims): Add used parameter.
8497
8498 2019-01-11 Jakub Jelinek <jakub@redhat.com>
8499
8500 PR middle-end/85956
8501 PR lto/88733
8502 * tree-inline.h (struct copy_body_data): Add adjust_array_error_bounds
8503 field.
8504 * tree-inline.c (remap_type_1): Formatting fix. If TYPE_MAX_VALUE of
8505 ARRAY_TYPE's TYPE_DOMAIN is newly error_mark_node, replace it with
8506 a dummy "omp dummy var" variable if id->adjust_array_error_bounds.
8507 * omp-low.c (new_omp_context): Set cb.adjust_array_error_bounds.
8508
8509 2019-01-11 Vladimir Makarov <vmakarov@redhat.com>
8510
8511 PR rtl-optimization/87305
8512 * lra-assigns.c
8513 (setup_live_pseudos_and_spill_after_risky_transforms): Add code
8514 for little endian pseudos used as paradoxical subreg.
8515
8516 2019-01-11 Jakub Jelinek <jakub@redhat.com>
8517
8518 PR tree-optimization/88693
8519 * tree-ssa-strlen.c (get_min_string_length): Don't set *full_string_p
8520 for STRING_CSTs that don't contain any NUL characters in the first
8521 TREE_STRING_LENGTH bytes.
8522
8523 2019-01-11 Alan Modra <amodra@gmail.com>
8524
8525 PR 88777
8526 PR 88614
8527 * genattrtab.c (min_fn): Don't translate values.
8528 (min_attr_value): Return INT_MAX when the value can't be calculated.
8529 Return minimum among any values that can be calculated.
8530 (max_attr_value): Adjust.
8531
8532 2019-01-11 Jakub Jelinek <jakub@redhat.com>
8533
8534 * Makefile.in (PLUGIN_HEADERS): Add $(INSN_ATTR_H).
8535
8536 2019-01-11 Steve Ellcey <sellcey@marvell.com>
8537
8538 * config/aarch64/aarch64.c (aarch64_simd_call_p): New function.
8539 (aarch64_hard_regno_call_part_clobbered): Add insn argument.
8540 (aarch64_return_call_with_max_clobbers): New function.
8541 (TARGET_RETURN_CALL_WITH_MAX_CLOBBERS): New macro.
8542 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Add insn
8543 argument.
8544 * config/i386/i386.c (ix86_hard_regno_call_part_clobbered): Ditto.
8545 * config/mips/mips.c (mips_hard_regno_call_part_clobbered): Ditto.
8546 * config/rs6000/rs6000.c (rs6000_hard_regno_call_part_clobbered): Ditto.
8547 * config/s390/s390.c (s390_hard_regno_call_part_clobbered): Ditto.
8548 * cselib.c (cselib_process_insn): Add argument to
8549 targetm.hard_regno_call_part_clobbered call.
8550 * ira-conflicts.c (ira_build_conflicts): Ditto.
8551 * ira-costs.c (ira_tune_allocno_costs): Ditto.
8552 * lra-constraints.c (inherit_reload_reg): Ditto.
8553 * lra-int.h (struct lra_reg): Add call_insn field, remove call_p field.
8554 * lra-lives.c (check_pseudos_live_through_calls): Add call_insn
8555 argument. Call targetm.return_call_with_max_clobbers.
8556 Add argument to targetm.hard_regno_call_part_clobbered call.
8557 (calls_have_same_clobbers_p): New function.
8558 (process_bb_lives): Add call_insn and last_call_insn variables.
8559 Pass call_insn to check_pseudos_live_through_calls.
8560 Modify if stmt to check targetm.return_call_with_max_clobbers.
8561 Update setting of flush variable.
8562 (lra_create_live_ranges_1): Set call_insn to NULL instead of call_p
8563 to false.
8564 * lra.c (initialize_lra_reg_info_element): Set call_insn to NULL.
8565 * regcprop.c (copyprop_hardreg_forward_1): Add argument to
8566 targetm.hard_regno_call_part_clobbered call.
8567 * reginfo.c (choose_hard_reg_mode): Ditto.
8568 * regrename.c (check_new_reg_p): Ditto.
8569 * reload.c (find_equiv_reg): Ditto.
8570 * reload1.c (emit_reload_insns): Ditto.
8571 * sched-deps.c (deps_analyze_insn): Ditto.
8572 * sel-sched.c (init_regs_for_mode): Ditto.
8573 (mark_unavailable_hard_regs): Ditto.
8574 * targhooks.c (default_dwarf_frame_reg_mode): Ditto.
8575 * target.def (hard_regno_call_part_clobbered): Add insn argument.
8576 (return_call_with_max_clobbers): New target function.
8577 * doc/tm.texi: Regenerate.
8578 * doc/tm.texi.in (TARGET_RETURN_CALL_WITH_MAX_CLOBBERS): New hook.
8579 * hooks.c (hook_bool_uint_mode_false): Change to
8580 hook_bool_insn_uint_mode_false.
8581 * hooks.h (hook_bool_uint_mode_false): Ditto.
8582
8583 2019-01-11 Steve Ellcey <sellcey@marvell.com>
8584
8585 * config/aarch64/aarch64.c (aarch64_simd_call_p): New function.
8586 (aarch64_remove_extra_call_preserved_regs): New function.
8587 (TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS): New macro.
8588 * doc/tm.texi.in (TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS): New hook.
8589 * doc/tm.texi: Regenerate.
8590 * final.c (get_call_reg_set_usage): Call new hook.
8591 * target.def (remove_extra_call_preserved_regs): New hook.
8592 * targhooks.c (default_remove_extra_call_preserved_regs): New function.
8593 * targhooks.h (default_remove_extra_call_preserved_regs): New function.
8594
8595 2019-01-11 Jakub Jelinek <jakub@redhat.com>
8596
8597 PR bootstrap/88714
8598 * passes.c (finish_optimization_passes): Call print_combine_total_stats
8599 inside of pass_combine_1 dump rather than pass_profile_1.
8600
8601 2019-01-11 Tom de Vries <tdevries@suse.de>
8602
8603 * config/nvptx/nvptx.c (PTX_CTA_NUM_BARRIERS, PTX_PER_CTA_BARRIER)
8604 (PTX_NUM_PER_CTA_BARRIER, PTX_FIRST_PER_WORKER_BARRIER)
8605 (PTX_NUM_PER_WORKER_BARRIERS): Define.
8606 (nvptx_apply_dim_limits): Prevent vector_length 64 and
8607 num_workers 16.
8608
8609 2019-01-11 Tom de Vries <tdevries@suse.de>
8610
8611 * config/nvptx/nvptx.c (PTX_CTA_SIZE): Move up.
8612
8613 2019-01-11 Jan Beulich <jbeulich@suse.com>
8614
8615 * config/i386/i386.md (rex64suffix): Add L suffix for SI.
8616 * config/i386/sse.md (cvtusi2<ssescalarmodesuffix>32<round_name>,
8617 sse2_cvtsi2sd): Add {l}.
8618 (sse2_cvtsi2sdq<round_name>): Make q conditional upon AT&T
8619 syntax.
8620
8621 2019-01-10 Jakub Jelinek <jakub@redhat.com>
8622
8623 PR target/88785
8624 * config/i386/sse.md (float<floatunssuffix>v2div2sf2): Turn into
8625 define_expand.
8626 (*float<floatunssuffix>v2div2sf2): New define_insn.
8627 (float<floatunssuffix>v2div2sf2_mask): Turn into define_expand.
8628 (*float<floatunssuffix>v2div2sf2_mask): New define_insn.
8629 (*float<floatunssuffix>v2div2sf2_mask_1): Replace
8630 subrtxes (const_vector:V2SF [(const_int 0) (const_int 0)]) with
8631 match_operands with "const0_operand" "C".
8632
8633 2019-01-10 Tamar Christina <tamar.christina@arm.com>
8634
8635 * config/aarch64/aarch64-builtins.c
8636 (aarch64_init_builtins): Move aarch64_init_fcmla_laneq_builtins...
8637 (aarch64_init_simd_builtins): ...Here
8638
8639 2019-01-10 Vladimir Makarov <vmakarov@redhat.com>
8640
8641 PR rtl-optimization/87305
8642 * lra-assigns.c
8643 (setup_live_pseudos_and_spill_after_risky_transforms): Check
8644 allocation for big endian pseudos used as paradoxical subregs and
8645 spill them if it is wrong.
8646 * lra-constraints.c (lra_constraints): Add a comment.
8647
8648 2019-01-10 Richard Biener <rguenther@suse.de>
8649
8650 PR tree-optimization/88792
8651 * tree-ssa-pre.c (get_representative_for): Do not return a
8652 value-number here.
8653
8654 2019-01-10 Jakub Jelinek <jakub@redhat.com>
8655
8656 PR middle-end/84877
8657 PR bootstrap/88450
8658 * function.c (assign_stack_local_1): Revert the 2018-11-21 changes.
8659 (assign_parm_setup_block): Do the argument slot realignment here
8660 instead.
8661
8662 2019-01-10 Stefan Agner <stefan@agner.ch>
8663
8664 PR target/88648
8665 * config/arm/arm.c (arm_option_override_internal): Force
8666 opts->x_inline_asm_unified to true only if TARGET_THUMB2_P.
8667
8668 2019-01-10 Jakub Jelinek <jakub@redhat.com>
8669
8670 PR c/88568
8671 * attribs.c (handle_dll_attribute): Clear TREE_STATIC after setting
8672 DECL_EXTERNAL.
8673
8674 2019-01-10 Tamar Christina <tamar.christina@arm.com>
8675
8676 * config/arm/arm-builtins.c
8677 (enum arm_type_qualifiers): Add qualifier_lane_pair_index.
8678 (MAC_LANE_PAIR_QUALIFIERS): New.
8679 (arm_expand_builtin_args): Use it.
8680 (arm_expand_builtin_1): Likewise.
8681 * config/arm/arm-protos.h (neon_vcmla_lane_prepare_operands): New.
8682 * config/arm/arm.c (neon_vcmla_lane_prepare_operands): New.
8683 * config/arm/arm-c.c (arm_cpu_builtins): Add __ARM_FEATURE_COMPLEX.
8684 * config/arm/arm_neon.h:
8685 (vcadd_rot90_f16): New.
8686 (vcaddq_rot90_f16): New.
8687 (vcadd_rot270_f16): New.
8688 (vcaddq_rot270_f16): New.
8689 (vcmla_f16): New.
8690 (vcmlaq_f16): New.
8691 (vcmla_lane_f16): New.
8692 (vcmla_laneq_f16): New.
8693 (vcmlaq_lane_f16): New.
8694 (vcmlaq_laneq_f16): New.
8695 (vcmla_rot90_f16): New.
8696 (vcmlaq_rot90_f16): New.
8697 (vcmla_rot90_lane_f16): New.
8698 (vcmla_rot90_laneq_f16): New.
8699 (vcmlaq_rot90_lane_f16): New.
8700 (vcmlaq_rot90_laneq_f16): New.
8701 (vcmla_rot180_f16): New.
8702 (vcmlaq_rot180_f16): New.
8703 (vcmla_rot180_lane_f16): New.
8704 (vcmla_rot180_laneq_f16): New.
8705 (vcmlaq_rot180_lane_f16): New.
8706 (vcmlaq_rot180_laneq_f16): New.
8707 (vcmla_rot270_f16): New.
8708 (vcmlaq_rot270_f16): New.
8709 (vcmla_rot270_lane_f16): New.
8710 (vcmla_rot270_laneq_f16): New.
8711 (vcmlaq_rot270_lane_f16): New.
8712 (vcmlaq_rot270_laneq_f16): New.
8713 (vcadd_rot90_f32): New.
8714 (vcaddq_rot90_f32): New.
8715 (vcadd_rot270_f32): New.
8716 (vcaddq_rot270_f32): New.
8717 (vcmla_f32): New.
8718 (vcmlaq_f32): New.
8719 (vcmla_lane_f32): New.
8720 (vcmla_laneq_f32): New.
8721 (vcmlaq_lane_f32): New.
8722 (vcmlaq_laneq_f32): New.
8723 (vcmla_rot90_f32): New.
8724 (vcmlaq_rot90_f32): New.
8725 (vcmla_rot90_lane_f32): New.
8726 (vcmla_rot90_laneq_f32): New.
8727 (vcmlaq_rot90_lane_f32): New.
8728 (vcmlaq_rot90_laneq_f32): New.
8729 (vcmla_rot180_f32): New.
8730 (vcmlaq_rot180_f32): New.
8731 (vcmla_rot180_lane_f32): New.
8732 (vcmla_rot180_laneq_f32): New.
8733 (vcmlaq_rot180_lane_f32): New.
8734 (vcmlaq_rot180_laneq_f32): New.
8735 (vcmla_rot270_f32): New.
8736 (vcmlaq_rot270_f32): New.
8737 (vcmla_rot270_lane_f32): New.
8738 (vcmla_rot270_laneq_f32): New.
8739 (vcmlaq_rot270_lane_f32): New.
8740 (vcmlaq_rot270_laneq_f32): New.
8741 * config/arm/arm_neon_builtins.def (vcadd90, vcadd270, vcmla0, vcmla90,
8742 vcmla180, vcmla270, vcmla_lane0, vcmla_lane90, vcmla_lane180,
8743 vcmla_lane270, vcmla_laneq0, vcmla_laneq90, vcmla_laneq180,
8744 vcmla_laneq270, vcmlaq_lane0, vcmlaq_lane90, vcmlaq_lane180,
8745 vcmlaq_lane270): New.
8746 * config/arm/neon.md (neon_vcmla_lane<rot><mode>,
8747 neon_vcmla_laneq<rot><mode>, neon_vcmlaq_lane<rot><mode>): New.
8748 * config/arm/arm.c (arm_arch8_3, arm_arch8_4): New.
8749 * config/arm/arm.h (TARGET_COMPLEX, arm_arch8_3, arm_arch8_4): New.
8750 (arm_option_reconfigure_globals): Use them.
8751 * config/arm/iterators.md (VDF, VQ_HSF): New.
8752 (VCADD, VCMLA): New.
8753 (VF_constraint, rot, rotsplit1, rotsplit2): Add V4HF and V8HF.
8754 * config/arm/neon.md (neon_vcadd<rot><mode>, neon_vcmla<rot><mode>):
8755 New.
8756 * config/arm/unspecs.md (UNSPEC_VCADD90, UNSPEC_VCADD270,
8757 UNSPEC_VCMLA, UNSPEC_VCMLA90, UNSPEC_VCMLA180, UNSPEC_VCMLA270): New.
8758
8759 2019-01-10 Tamar Christina <tamar.christina@arm.com>
8760
8761 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
8762 Add qualifier_lane_pair_index.
8763 (emit-rtl.h): Include.
8764 (TYPES_QUADOP_LANE_PAIR): New.
8765 (aarch64_simd_expand_args): Use it.
8766 (aarch64_simd_expand_builtin): Likewise.
8767 (AARCH64_SIMD_FCMLA_LANEQ_BUILTINS, aarch64_fcmla_laneq_builtin_datum):
8768 New.
8769 (FCMLA_LANEQ_BUILTIN, AARCH64_SIMD_FCMLA_LANEQ_BUILTIN_BASE,
8770 AARCH64_SIMD_FCMLA_LANEQ_BUILTINS, aarch64_fcmla_lane_builtin_data,
8771 aarch64_init_fcmla_laneq_builtins, aarch64_expand_fcmla_builtin): New.
8772 (aarch64_init_builtins): Add aarch64_init_fcmla_laneq_builtins.
8773 (aarch64_expand_buildin): Add AARCH64_SIMD_BUILTIN_FCMLA_LANEQ0_V2SF,
8774 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ90_V2SF,
8775 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ180_V2SF,
8776 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ2700_V2SF,
8777 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ0_V4HF,
8778 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ90_V4HF,
8779 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ180_V4HF,
8780 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ270_V4HF.
8781 * config/aarch64/iterators.md (FCMLA_maybe_lane): New.
8782 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins):
8783 Add __ARM_FEATURE_COMPLEX.
8784 * config/aarch64/aarch64-simd-builtins.def (fcadd90, fcadd270, fcmla0,
8785 fcmla90, fcmla180, fcmla270, fcmla_lane0, fcmla_lane90, fcmla_lane180,
8786 fcmla_lane270, fcmla_laneq0, fcmla_laneq90, fcmla_laneq180,
8787 fcmla_laneq270, fcmlaq_lane0, fcmlaq_lane90, fcmlaq_lane180,
8788 fcmlaq_lane270): New.
8789 * config/aarch64/aarch64-simd.md (aarch64_fcmla_lane<rot><mode>,
8790 aarch64_fcmla_laneq<rot>v4hf, aarch64_fcmlaq_lane<rot><mode>,
8791 aarch64_fcadd<rot><mode>, aarch64_fcmla<rot><mode>): New.
8792 * config/aarch64/arm_neon.h:
8793 (vcadd_rot90_f16): New.
8794 (vcaddq_rot90_f16): New.
8795 (vcadd_rot270_f16): New.
8796 (vcaddq_rot270_f16): New.
8797 (vcmla_f16): New.
8798 (vcmlaq_f16): New.
8799 (vcmla_lane_f16): New.
8800 (vcmla_laneq_f16): New.
8801 (vcmlaq_lane_f16): New.
8802 (vcmlaq_rot90_lane_f16): New.
8803 (vcmla_rot90_laneq_f16): New.
8804 (vcmla_rot90_lane_f16): New.
8805 (vcmlaq_rot90_f16): New.
8806 (vcmla_rot90_f16): New.
8807 (vcmlaq_laneq_f16): New.
8808 (vcmla_rot180_laneq_f16): New.
8809 (vcmla_rot180_lane_f16): New.
8810 (vcmlaq_rot180_f16): New.
8811 (vcmla_rot180_f16): New.
8812 (vcmlaq_rot90_laneq_f16): New.
8813 (vcmlaq_rot270_laneq_f16): New.
8814 (vcmlaq_rot270_lane_f16): New.
8815 (vcmla_rot270_laneq_f16): New.
8816 (vcmlaq_rot270_f16): New.
8817 (vcmla_rot270_f16): New.
8818 (vcmlaq_rot180_laneq_f16): New.
8819 (vcmlaq_rot180_lane_f16): New.
8820 (vcmla_rot270_lane_f16): New.
8821 (vcadd_rot90_f32): New.
8822 (vcaddq_rot90_f32): New.
8823 (vcaddq_rot90_f64): New.
8824 (vcadd_rot270_f32): New.
8825 (vcaddq_rot270_f32): New.
8826 (vcaddq_rot270_f64): New.
8827 (vcmla_f32): New.
8828 (vcmlaq_f32): New.
8829 (vcmlaq_f64): New.
8830 (vcmla_lane_f32): New.
8831 (vcmla_laneq_f32): New.
8832 (vcmlaq_lane_f32): New.
8833 (vcmlaq_laneq_f32): New.
8834 (vcmla_rot90_f32): New.
8835 (vcmlaq_rot90_f32): New.
8836 (vcmlaq_rot90_f64): New.
8837 (vcmla_rot90_lane_f32): New.
8838 (vcmla_rot90_laneq_f32): New.
8839 (vcmlaq_rot90_lane_f32): New.
8840 (vcmlaq_rot90_laneq_f32): New.
8841 (vcmla_rot180_f32): New.
8842 (vcmlaq_rot180_f32): New.
8843 (vcmlaq_rot180_f64): New.
8844 (vcmla_rot180_lane_f32): New.
8845 (vcmla_rot180_laneq_f32): New.
8846 (vcmlaq_rot180_lane_f32): New.
8847 (vcmlaq_rot180_laneq_f32): New.
8848 (vcmla_rot270_f32): New.
8849 (vcmlaq_rot270_f32): New.
8850 (vcmlaq_rot270_f64): New.
8851 (vcmla_rot270_lane_f32): New.
8852 (vcmla_rot270_laneq_f32): New.
8853 (vcmlaq_rot270_lane_f32): New.
8854 (vcmlaq_rot270_laneq_f32): New.
8855 * config/aarch64/aarch64.h (TARGET_COMPLEX): New.
8856 * config/aarch64/iterators.md (UNSPEC_FCADD90, UNSPEC_FCADD270,
8857 UNSPEC_FCMLA, UNSPEC_FCMLA90, UNSPEC_FCMLA180, UNSPEC_FCMLA270): New.
8858 (FCADD, FCMLA): New.
8859 (rot): New.
8860 * config/arm/types.md (neon_fcadd, neon_fcmla): New.
8861
8862 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
8863
8864 PR other/16615
8865
8866 * config/pa/pa.c: Change "can not" to "cannot".
8867 * gimple-ssa-evrp-analyze.c: Likewise.
8868 * ipa-icf.c: Likewise.
8869 * ipa-polymorphic-call.c: Likewise.
8870 * ipa-pure-const.c: Likewise.
8871 * lra-constraints.c: Likewise.
8872 * lra-remat.c: Likewise.
8873 * reload1.c: Likewise.
8874 * reorg.c: Likewise.
8875 * tree-ssa-uninit.c: Likewise.
8876
8877 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
8878
8879 PR other/16615
8880
8881 * Makefile.in: Mechanically replace "can not" with "cannot".
8882 * alias.c: Likewise.
8883 * builtins.c: Likewise.
8884 * calls.c: Likewise.
8885 * cgraph.c: Likewise.
8886 * cgraph.h: Likewise.
8887 * cgraphclones.c: Likewise.
8888 * cgraphunit.c: Likewise.
8889 * combine-stack-adj.c: Likewise.
8890 * combine.c: Likewise.
8891 * common/config/i386/i386-common.c: Likewise.
8892 * config/aarch64/aarch64.c: Likewise.
8893 * config/alpha/sync.md: Likewise.
8894 * config/arc/arc.c: Likewise.
8895 * config/arc/predicates.md: Likewise.
8896 * config/arm/arm-c.c: Likewise.
8897 * config/arm/arm.c: Likewise.
8898 * config/arm/arm.h: Likewise.
8899 * config/arm/arm.md: Likewise.
8900 * config/arm/cortex-r4f.md: Likewise.
8901 * config/csky/csky.c: Likewise.
8902 * config/csky/csky.h: Likewise.
8903 * config/darwin-f.c: Likewise.
8904 * config/epiphany/epiphany.md: Likewise.
8905 * config/i386/i386.c: Likewise.
8906 * config/i386/sol2.h: Likewise.
8907 * config/m68k/m68k.c: Likewise.
8908 * config/mcore/mcore.h: Likewise.
8909 * config/microblaze/microblaze.md: Likewise.
8910 * config/mips/20kc.md: Likewise.
8911 * config/mips/sb1.md: Likewise.
8912 * config/nds32/nds32.c: Likewise.
8913 * config/nds32/predicates.md: Likewise.
8914 * config/pa/pa.c: Likewise.
8915 * config/rs6000/e300c2c3.md: Likewise.
8916 * config/rs6000/rs6000.c: Likewise.
8917 * config/s390/s390.h: Likewise.
8918 * config/sh/sh.c: Likewise.
8919 * config/sh/sh.md: Likewise.
8920 * config/spu/vmx2spu.h: Likewise.
8921 * cprop.c: Likewise.
8922 * dbxout.c: Likewise.
8923 * df-scan.c: Likewise.
8924 * doc/cfg.texi: Likewise.
8925 * doc/extend.texi: Likewise.
8926 * doc/fragments.texi: Likewise.
8927 * doc/gty.texi: Likewise.
8928 * doc/invoke.texi: Likewise.
8929 * doc/lto.texi: Likewise.
8930 * doc/md.texi: Likewise.
8931 * doc/objc.texi: Likewise.
8932 * doc/rtl.texi: Likewise.
8933 * doc/tm.texi: Likewise.
8934 * dse.c: Likewise.
8935 * emit-rtl.c: Likewise.
8936 * emit-rtl.h: Likewise.
8937 * except.c: Likewise.
8938 * expmed.c: Likewise.
8939 * expr.c: Likewise.
8940 * fold-const.c: Likewise.
8941 * genautomata.c: Likewise.
8942 * gimple-fold.c: Likewise.
8943 * hard-reg-set.h: Likewise.
8944 * ifcvt.c: Likewise.
8945 * ipa-comdats.c: Likewise.
8946 * ipa-cp.c: Likewise.
8947 * ipa-devirt.c: Likewise.
8948 * ipa-fnsummary.c: Likewise.
8949 * ipa-icf.c: Likewise.
8950 * ipa-inline-transform.c: Likewise.
8951 * ipa-inline.c: Likewise.
8952 * ipa-polymorphic-call.c: Likewise.
8953 * ipa-profile.c: Likewise.
8954 * ipa-prop.c: Likewise.
8955 * ipa-pure-const.c: Likewise.
8956 * ipa-reference.c: Likewise.
8957 * ipa-split.c: Likewise.
8958 * ipa-visibility.c: Likewise.
8959 * ipa.c: Likewise.
8960 * ira-build.c: Likewise.
8961 * ira-color.c: Likewise.
8962 * ira-conflicts.c: Likewise.
8963 * ira-costs.c: Likewise.
8964 * ira-int.h: Likewise.
8965 * ira-lives.c: Likewise.
8966 * ira.c: Likewise.
8967 * ira.h: Likewise.
8968 * loop-invariant.c: Likewise.
8969 * loop-unroll.c: Likewise.
8970 * lower-subreg.c: Likewise.
8971 * lra-assigns.c: Likewise.
8972 * lra-constraints.c: Likewise.
8973 * lra-eliminations.c: Likewise.
8974 * lra-lives.c: Likewise.
8975 * lra-remat.c: Likewise.
8976 * lra-spills.c: Likewise.
8977 * lra.c: Likewise.
8978 * lto-cgraph.c: Likewise.
8979 * lto-streamer-out.c: Likewise.
8980 * postreload-gcse.c: Likewise.
8981 * predict.c: Likewise.
8982 * profile-count.h: Likewise.
8983 * profile.c: Likewise.
8984 * recog.c: Likewise.
8985 * ree.c: Likewise.
8986 * reload.c: Likewise.
8987 * reload1.c: Likewise.
8988 * reorg.c: Likewise.
8989 * resource.c: Likewise.
8990 * rtl.def: Likewise.
8991 * rtl.h: Likewise.
8992 * rtlanal.c: Likewise.
8993 * sched-deps.c: Likewise.
8994 * sched-ebb.c: Likewise.
8995 * sched-rgn.c: Likewise.
8996 * sel-sched-ir.c: Likewise.
8997 * sel-sched.c: Likewise.
8998 * shrink-wrap.c: Likewise.
8999 * simplify-rtx.c: Likewise.
9000 * symtab.c: Likewise.
9001 * target.def: Likewise.
9002 * toplev.c: Likewise.
9003 * tree-call-cdce.c: Likewise.
9004 * tree-cfg.c: Likewise.
9005 * tree-complex.c: Likewise.
9006 * tree-core.h: Likewise.
9007 * tree-eh.c: Likewise.
9008 * tree-inline.c: Likewise.
9009 * tree-loop-distribution.c: Likewise.
9010 * tree-nrv.c: Likewise.
9011 * tree-profile.c: Likewise.
9012 * tree-sra.c: Likewise.
9013 * tree-ssa-alias.c: Likewise.
9014 * tree-ssa-dce.c: Likewise.
9015 * tree-ssa-dom.c: Likewise.
9016 * tree-ssa-forwprop.c: Likewise.
9017 * tree-ssa-loop-im.c: Likewise.
9018 * tree-ssa-loop-ivcanon.c: Likewise.
9019 * tree-ssa-loop-ivopts.c: Likewise.
9020 * tree-ssa-loop-niter.c: Likewise.
9021 * tree-ssa-phionlycprop.c: Likewise.
9022 * tree-ssa-phiopt.c: Likewise.
9023 * tree-ssa-propagate.c: Likewise.
9024 * tree-ssa-threadedge.c: Likewise.
9025 * tree-ssa-threadupdate.c: Likewise.
9026 * tree-ssa-uninit.c: Likewise.
9027 * tree-ssanames.c: Likewise.
9028 * tree-streamer-out.c: Likewise.
9029 * tree.c: Likewise.
9030 * tree.h: Likewise.
9031 * vr-values.c: Likewise.
9032
9033 2019-01-09 Uroš Bizjak <ubizjak@gmail.com>
9034
9035 * config/i386/i386-protos.h (ix86_expand_xorsign): New prototype.
9036 (ix86_split_xorsign): Ditto.
9037 * config/i386/i386.c (ix86_expand_xorsign): New function.
9038 (ix86_split_xorsign): Ditto.
9039 * config/i386/i386.md (UNSPEC_XORSIGN): New unspec.
9040 (xorsign<mode>3): New expander.
9041 (xorsign<mode>3_1): New insn_and_split pattern.
9042 * config/i386/sse.md (xorsign<mode>3): New expander.
9043
9044 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
9045
9046 * config/sparc/sparc.md (*tablejump_sp32): Merge into...
9047 (*tablejump_sp64): Likewise.
9048 (*tablejump<P:mode>): ...this.
9049 (*call_address_sp32): Merge into...
9050 (*call_address_sp64): Likewise.
9051 (*call_address<P:mode>): ...this.
9052 (*call_symbolic_sp32): Merge into...
9053 (*call_symbolic_sp64): Likewise.
9054 (*call_symbolic<P:mode>): ...this.
9055 (call_value): Remove constraint and add predicate.
9056 (*call_value_address_sp32): Merge into...
9057 (*call_value_address_sp64): Likewise.
9058 (*call_value_address<P:mode>): ...this.
9059 (*call_value_symbolic_sp32): Merge into...
9060 (*call_value_symbolic_sp64): Likewise.
9061 (*call_value_symbolic<P:mode>): ...this.
9062 (*sibcall_symbolic_sp32): Merge into...
9063 (*sibcall_symbolic_sp64): Likewise.
9064 (*sibcall_symbolic<P:mode>): ...this.
9065 (sibcall_value): Remove constraint and add predicate.
9066 (*sibcall_value_symbolic_sp32): Merge into...
9067 (*sibcall_value_symbolic_sp64): Likewise.
9068 (*sibcall_value_symbolic<P:mode>): ...this.
9069 (window_save): Minor tweak.
9070 (*branch_sp32): Merge into...
9071 (*branch_sp64): Likewise.
9072 (*branch<P:mode>): ...this.
9073
9074 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
9075 James Clarke <jrtc27@jrtc27.com>
9076
9077 PR target/84010
9078 * config/sparc/sparc.c (sparc_legitimize_tls_address): Only use Pmode
9079 consistently in TLS address generation and adjust code to the renaming
9080 of patterns. Mark calls to __tls_get_addr as const.
9081 * config/sparc/sparc.md (tgd_hi22): Turn into...
9082 (tgd_hi22<P:mode>): ...this and use Pmode throughout.
9083 (tgd_lo10): Turn into...
9084 (tgd_lo10<P:mode>): ...this and use Pmode throughout.
9085 (tgd_add32): Merge into...
9086 (tgd_add64): Likewise.
9087 (tgd_add<P:mode>): ...this and use Pmode throughout.
9088 (tldm_hi22): Turn into...
9089 (tldm_hi22<P:mode>): ...this and use Pmode throughout.
9090 (tldm_lo10): Turn into...
9091 (tldm_lo10<P:mode>): ...this and use Pmode throughout.
9092 (tldm_add32): Merge into...
9093 (tldm_add64): Likewise.
9094 (tldm_add<P:mode>): ...this and use Pmode throughout.
9095 (tldm_call32): Merge into...
9096 (tldm_call64): Likewise.
9097 (tldm_call<P:mode>): ...this and use Pmode throughout.
9098 (tldo_hix22): Turn into...
9099 (tldo_hix22<P:mode>): ...this and use Pmode throughout.
9100 (tldo_lox10): Turn into...
9101 (tldo_lox10<P:mode>): ...this and use Pmode throughout.
9102 (tldo_add32): Merge into...
9103 (tldo_add64): Likewise.
9104 (tldo_add<P:mode>): ...this and use Pmode throughout.
9105 (tie_hi22): Turn into...
9106 (tie_hi22<P:mode>): ...this and use Pmode throughout.
9107 (tie_lo10): Turn into...
9108 (tie_lo10<P:mode>): ...this and use Pmode throughout.
9109 (tie_ld64): Use DImode throughout.
9110 (tie_add32): Merge into...
9111 (tie_add64): Likewise.
9112 (tie_add<P:mode>): ...this and use Pmode throughout.
9113 (tle_hix22_sp32): Merge into...
9114 (tle_hix22_sp64): Likewise.
9115 (tle_hix22<P:mode>): ...this and use Pmode throughout.
9116 (tle_lox22_sp32): Merge into...
9117 (tle_lox22_sp64): Likewise.
9118 (tle_lox22<P:mode>): ...this and use Pmode throughout.
9119 (*tldo_ldub_sp32): Merge into...
9120 (*tldo_ldub_sp64): Likewise.
9121 (*tldo_ldub<P:mode>): ...this and use Pmode throughout.
9122 (*tldo_ldub1_sp32): Merge into...
9123 (*tldo_ldub1_sp64): Likewise.
9124 (*tldo_ldub1<P:mode>): ...this and use Pmode throughout.
9125 (*tldo_ldub2_sp32): Merge into...
9126 (*tldo_ldub2_sp64): Likewise.
9127 (*tldo_ldub2<P:mode>): ...this and use Pmode throughout.
9128 (*tldo_ldsb1_sp32): Merge into...
9129 (*tldo_ldsb1_sp64): Likewise.
9130 (*tldo_ldsb1<P:mode>): ...this and use Pmode throughout.
9131 (*tldo_ldsb2_sp32): Merge into...
9132 (*tldo_ldsb2_sp64): Likewise.
9133 (*tldo_ldsb2<P:mode>): ...this and use Pmode throughout.
9134 (*tldo_ldub3_sp64): Use DImode throughout.
9135 (*tldo_ldsb3_sp64): Likewise.
9136 (*tldo_lduh_sp32): Merge into...
9137 (*tldo_lduh_sp64): Likewise.
9138 (*tldo_lduh<P:mode>): ...this and use Pmode throughout.
9139 (*tldo_lduh1_sp32): Merge into...
9140 (*tldo_lduh1_sp64): Likewise.
9141 (*tldo_lduh1<P:mode>): ...this and use Pmode throughout.
9142 (*tldo_ldsh1_sp32): Merge into...
9143 (*tldo_ldsh1_sp64): Likewise.
9144 (*tldo_ldsh1<P:mode>): ...this and use Pmode throughout.
9145 (*tldo_lduh2_sp64): Use DImode throughout.
9146 (*tldo_ldsh2_sp64): Likewise.
9147 (*tldo_lduw_sp32): Merge into...
9148 (*tldo_lduw_sp64): Likewise.
9149 (*tldo_lduw<P:mode>): ...this and use Pmode throughout.
9150 (*tldo_lduw1_sp64): Use DImode throughout.
9151 (*tldo_ldsw1_sp64): Likewise.
9152 (*tldo_ldx_sp64): Likewise.
9153 (*tldo_stb_sp32): Merge into...
9154 (*tldo_stb_sp64): Likewise.
9155 (*tldo_stb<P:mode>): ...this and use Pmode throughout.
9156 (*tldo_sth_sp32): Merge into...
9157 (*tldo_sth_sp64): Likewise.
9158 (*tldo_sth<P:mode>): ...this and use Pmode throughout.
9159 (*tldo_stw_sp32): Merge into...
9160 (*tldo_stw_sp64): Likewise.
9161 (*tldo_stw<P:mode>): ...this and use Pmode throughout.
9162 (*tldo_stx_sp64): Use DImode throughout.
9163
9164 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9165
9166 * config/aarch64/aarch64.c (aarch64_override_options): Add case to
9167 check configure option to set BTI and Return Address Signing.
9168 * configure.ac: Add --enable-standard-branch-protection and
9169 --disable-standard-branch-protection.
9170 * configure: Regenerated.
9171 * doc/install.texi: Document the same.
9172
9173 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9174 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9175
9176 * config.gcc (aarch64*-*-*): Add aarch64-bti-insert.o.
9177 * config/aarch64/aarch64.h: Update comment for TRAMPOLINE_SIZE.
9178 * config/aarch64/aarch64.c (aarch64_asm_trampoline_template): Update
9179 if bti is enabled.
9180 * config/aarch64/aarch64-bti-insert.c: New file.
9181 * config/aarch64/aarch64-passes.def (INSERT_PASS_BEFORE): Insert bti
9182 pass.
9183 * config/aarch64/aarch64-protos.h (make_pass_insert_bti): Declare the
9184 new bti pass.
9185 * config/aarch64/aarch64.md (unspecv): Add UNSPECV_BTI_NOARG,
9186 UNSPECV_BTI_C, UNSPECV_BTI_J and UNSPECV_BTI_JC.
9187 (bti_noarg, bti_j, bti_c, bti_jc): New define_insns.
9188 * config/aarch64/t-aarch64: Add rule for aarch64-bti-insert.o.
9189
9190 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9191
9192 * config/aarch64/aarch64-protos.h (aarch64_bti_enabled): Declare.
9193 * config/aarch64/aarch64.c (aarch64_handle_no_branch_protection):
9194 Disable bti for -mbranch-protection=none.
9195 (aarch64_handle_standard_branch_protection): Enable bti for
9196 -mbranch-protection=standard.
9197 (aarch64_handle_bti_protection): Enable bti for "bti" in the string to
9198 -mbranch-protection.
9199 (aarch64_bti_enabled): Check if bti is enabled.
9200 * config/aarch64/aarch64.opt: Declare target variable.
9201 * doc/invoke.texi: Add bti to the -mbranch-protection documentation.
9202
9203 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9204
9205 * config/aarch64/aarch64.c (aarch64_expand_prologue): Use new
9206 epilogue/prologue scratch registers EP0_REGNUM and EP1_REGNUM.
9207 (aarch64_expand_epilogue): Likewise.
9208 (aarch64_output_mi_thunk): Likewise
9209 * config/aarch64/aarch64.h (REG_CLASS_CONTENTS): Change
9210 TAILCALL_ADDR_REGS to x16 and x17.
9211 * config/aarch64/aarch64.md: Define EP0_REGNUM and EP1_REGNUM.
9212
9213 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9214
9215 * config/aarch64/aarch64-option-extensions.def: Define
9216 AARCH64_OPT_EXTENSION for memtag, rng, sb, ssbs and predres.
9217 * config/aarch64/aarch64.h (AARCH64_FL_RNG): New.
9218 (AARCH64_FL_MEMTAG, ARCH64_FL_SB, AARCH64_FL_SSBS): New.
9219 (AARCH64_FL_PREDRES): New.
9220 (AARCH64_FL_FOR_ARCH8_5): Add AARCH64_FL_SB, AARCH64_FL_SSBS and
9221 AARCH64_FL_PREDRES by default.
9222 * doc/invoke.texi: Document rng, memtag, sb, ssbs and predres.
9223
9224 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9225
9226 * config/aarch64/aarch64-arches.def: Define AARCH64_ARCH for
9227 ARMv8.5-A.
9228 * config/aarch64/aarch64.h (AARCH64_FL_V8_5): New.
9229 (AARCH64_FL_FOR_ARCH8_5, AARCH64_ISA_V8_5): New.
9230 * doc/invoke.texi: Document ARMv8.5-A.
9231
9232 2019-01-09 Alejandro Martinez <alejandro.martinezvicente@arm.com>
9233
9234 * config/aarch64/aarch64-sve.md (copysign<mode>3): New define_expand.
9235 (xorsign<mode>3): Likewise.
9236
9237 2019-01-09 Jelinek <jakub@redhat.com>
9238
9239 PR middle-end/88758
9240 * tree.c (initializer_each_zero_or_onep) <case VECTOR_CST>: Use
9241 vector_cst_elt instead of VECTOR_CST_ENCODED_ELT.
9242
9243 PR rtl-optimization/88331
9244 * function.c (assign_stack_local_1): Don't set dynamic_align_addr if
9245 not currently_expanding_to_rtl.
9246
9247 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
9248
9249 * doc/invoke.texi (-Os): Remove trailing spaces.
9250 (-finline-functions): Remove reference to -O2.
9251
9252 2019-01-08 Jakub Jelinek <jakub@redhat.com>
9253
9254 PR rtl-optimization/79593
9255 * config/i386/i386.md (reg = mem; mem = reg): New define_peephole2.
9256
9257 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Delegitimize
9258 UNSPEC_FUSION_GPR to its argument. Formatting fixes.
9259
9260 2019-01-08 Eric Botcazou <ebotcazou@adacore.com>
9261
9262 PR bootstrap/88721
9263 * config/sparc/sparc.c (function_arg_slotno): Set *PPREGNO & *PPADDING
9264 to -1 on entry.
9265
9266 PR debug/88723
9267 * config/sparc/sparc.c (sparc_delegitimize_address): Deal with naked
9268 UNSPECs and UNSPEC_MOVE_GOTDATA specifically.
9269
9270 2019-01-08 H.J. Lu <hongjiu.lu@intel.com>
9271
9272 PR target/88717
9273 * config/i386/i386.c (ix86_avx_u128_mode_exit): Call
9274 ix86_avx_u128_mode_entry.
9275
9276 2019-01-08 Martin Liska <mliska@suse.cz>
9277
9278 PR tree-optimization/88753
9279 * tree-switch-conversion.c (switch_conversion::build_one_array):
9280 Come up with local variable constructor. Convert first to
9281 type of constructor values.
9282
9283 2019-01-08 Richard Biener <rguenther@suse.de>
9284
9285 PR tree-optimization/86554
9286 * tree-ssa-sccvn.c (eliminate_dom_walker, rpo_elim,
9287 rpo_avail): Move earlier.
9288 (visit_nary_op): When value-numbering to expressions
9289 with different overflow behavior make sure there's an
9290 available expression on the path.
9291
9292 2019-01-08 Sam Tebbs <sam.tebbs@arm.com>
9293
9294 * config/aarch64/aarch64.c (BRANCH_PROTECT_STR_MAX,
9295 aarch64_parse_branch_protection,
9296 struct aarch64_branch_protect_type,
9297 aarch64_handle_no_branch_protection,
9298 aarch64_handle_standard_branch_protection,
9299 aarch64_validate_mbranch_protection,
9300 aarch64_handle_pac_ret_protection,
9301 aarch64_handle_attr_branch_protection,
9302 accepted_branch_protection_string,
9303 aarch64_pac_ret_subtypes,
9304 aarch64_branch_protect_types,
9305 aarch64_handle_pac_ret_leaf): Define.
9306 (aarch64_override_options_after_change_1, aarch64_override_options):
9307 Add check for accepted_branch_protection_string.
9308 (aarch64_option_save): Save accepted_branch_protection_string.
9309 (aarch64_option_restore): Save accepted_branch_protection_string.
9310 * config/aarch64/aarch64.c (aarch64_attributes): Add branch-protection.
9311 * config/aarch64/aarch64.opt: Add mbranch-protection. Deprecate
9312 msign-return-address.
9313 * doc/invoke.texi: Add mbranch-protection.
9314
9315 2019-01-08 Alan Modra <amodra@gmail.com>
9316
9317 PR target/88614
9318 * genattrtab.c (max_attr_value, min_attr_value, or_attr_value):
9319 Delete "unknownp" parameter. Adjust callers. Handle
9320 CONST_INT, PLUS, MINUS, and MULT.
9321 (attr_value_aligned): Renamed from or_attr_value.
9322 (min_attr_value): Return INT_MIN for unhandled rtl case..
9323 (min_fn): ..and translate to INT_MAX here.
9324 (write_length_unit_log): Modify to cope without "unknown".
9325 (write_attr_value): Handle IF_THEN_ELSE.
9326
9327 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
9328
9329 * tree-vect-stmts.c (vectorizable_store): Don't use the dataref_offset
9330 optimization for masked stores.
9331
9332 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
9333
9334 PR middle-end/88567
9335 * tree-vect-loop.c (get_initial_defs_for_reduction): Pass the
9336 output vector directly to duplicate_and_interleave instead of
9337 going through a temporary. Postpone insertion of ctor_seq to
9338 the end of the loop.
9339
9340 2019-01-07 Richard Earnshaw <rearnsha@arm.com>
9341
9342 PR target/86891
9343 * config/aarch64/aarch64.c (aarch64_expand_subvti): New parameter
9344 unsigned_p. Handle signed and unsigned overflow correction as
9345 required.
9346 * config/aarch64/aarch64-protos.h (aarch64_expand_subvti): Update
9347 prototype.
9348 * config/aarch64/aarch64.md (addv<mode>4): Use aarch64_plus_operand
9349 for operand 2.
9350 (add<mode>3_compareV_imm): Make this callable for expanding.
9351 (subv<GPI:mode>4): Use register_operand for operand 1. Use
9352 aarch64_plus_operand for operand 2.
9353 (subv<GPI:mode>_insn): New insn pattern.
9354 (subv<GPI:mode>_imm): Likewise.
9355 (negv<GPI:mode>3): New expand pattern.
9356 (negv<GPI:mode>_insn): New insn pattern.
9357 (negv<GPI:mode>_cmp_only): Likewise.
9358 (cmpv<GPI:mode>_insn): Likewise.
9359 (subvti4): Use register_operand for operand 1. Update call to
9360 aarch64_expand_subvti.
9361 (usubvti4): Likewise.
9362 (negvti3): New expand pattern.
9363 (negdi_carryout): New insn pattern.
9364 (negvdi_carryinV): New insn pattern.
9365 (sub<mode3>_compare1_imm): Delete named insn pattern, make anonymous
9366 version the named version.
9367 (peepholes to convert to sub<mode3>_compare1_imm): Adjust order of
9368 operands.
9369 (usub<GPI:mode>3_carryinC, usub<GPI:mode>3_carryinC_z1): New insn
9370 patterns.
9371 (usub<GPI:mode>3_carryinC_z2, usub<GPI:mode>3_carryinC): New insn
9372 patterns.
9373 (sub<mode>3_carryinCV, sub<mode>3_carryinCV_z1_z2): Delete.
9374 (sub<mode>3_carryinCV_z1, sub<mode>3_carryinCV_z2): Delete.
9375 (sub<mode>3_carryinCV): Delete.
9376 (sub<GPI:mode>3_carryinV): New expand pattern.
9377 sub<mode>3_carryinV, sub<mode>3_carryinV_z2): New insn patterns.
9378
9379 2019-01-07 Richard Biener <rguenther@suse.de>
9380
9381 * tree-ssa-uncprop.c (ssa_equip_hash_traits): Remove in favor
9382 of tree_operand_hash.
9383
9384 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
9385
9386 PR tree-optimization/88598
9387 * tree.h (single_nonzero_element): Declare.
9388 * tree.c (single_nonzero_element): New function.
9389 * match.pd: Fold certain reductions of X & CST to X[I] & CST[I]
9390 if I is the only nonzero element of CST.
9391
9392 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
9393
9394 PR tree-optimization/88598
9395 * tree.h (initializer_each_zero_or_onep): Declare.
9396 * tree.c (initializer_each_zero_or_onep): New function.
9397 (signed_or_unsigned_type_for): Handle float types too.
9398 (unsigned_type_for, signed_type_for): Update comments accordingly.
9399 * match.pd: Fold x * { 0 or 1, 0 or 1, ...} to
9400 x & { 0 or -1, 0 or -1, ... }.
9401
9402 2019-01-07 Jonathan Wakely <jwakely@redhat.com>
9403
9404 * doc/install.texi: Replace references to x86_64-unknown-linux-gnu
9405 with x86_64-pc-linux-gnu.
9406
9407 2019-01-07 Tom de Vries <tdevries@suse.de>
9408
9409 PR target/85486
9410 * config/nvptx/nvptx.c (has_vector_partitionable_routine_calls_p): New
9411 function.
9412 (nvptx_goacc_validate_dims): Force vl32 if calling vector-partitionable
9413 routines.
9414
9415 2019-01-07 Jakub Jelinek <jakub@redhat.com>
9416
9417 * config/i386/sse.md (vec_extract<mode><ssehalfvecmodelower>): Use
9418 V_256_512 iterator instead of V_512 and TARGET_AVX instead of
9419 TARGET_AVX512F as condition.
9420
9421 PR debug/88723
9422 * dwarf2out.c (const_ok_for_output_1): Remove redundant call to
9423 const_not_ok_for_debug_p target hook.
9424 (mem_loc_descriptor) <case UNSPEC>: Only call const_ok_for_output_1
9425 on UNSPEC and subexpressions thereof if all subexpressions of the
9426 UNSPEC are CONSTANT_P.
9427
9428 PR tree-optimization/88676
9429 * tree-ssa-phiopt.c (two_value_replacement): New function.
9430 (tree_ssa_phiopt_worker): Call it.
9431
9432 PR sanitizer/88619
9433 * cfgexpand.c (expand_stack_vars): Only align prev_offset to
9434 ASAN_MIN_RED_ZONE_SIZE, not to maximum of that and alignb.
9435
9436 PR c++/85052
9437 * tree-vect-generic.c: Include insn-config.h and recog.h.
9438 (expand_vector_piecewise): Add defaulted ret_type argument,
9439 if non-NULL, use that in preference to type for the result type.
9440 (expand_vector_parallel): Formatting fix.
9441 (do_vec_conversion, do_vec_narrowing_conversion,
9442 expand_vector_conversion): New functions.
9443 (expand_vector_operations_1): Call expand_vector_conversion
9444 for VEC_CONVERT ifn calls.
9445 * internal-fn.def (VEC_CONVERT): New internal function.
9446 * internal-fn.c (expand_VEC_CONVERT): New function.
9447 * fold-const-call.c (fold_const_vec_convert): New function.
9448 (fold_const_call): Use it for CFN_VEC_CONVERT.
9449 * doc/extend.texi (__builtin_convertvector): Document.
9450
9451 2019-01-07 Tom de Vries <tdevries@suse.de>
9452
9453 * config/nvptx/nvptx-protos.h (nvptx_output_red_partition): Declare.
9454 * config/nvptx/nvptx.c (vector_red_size, vector_red_align,
9455 vector_red_partition, vector_red_sym): New global variables.
9456 (nvptx_option_override): Initialize vector_red_sym.
9457 (nvptx_declare_function_name): Restore red_partition register.
9458 (nvptx_file_end): Emit code to declare the vector reduction variables.
9459 (nvptx_output_red_partition): New function.
9460 (nvptx_expand_shared_addr): Add vector argument. Use it to handle
9461 large vector reductions.
9462 (enum nvptx_builtins): Add NVPTX_BUILTIN_VECTOR_ADDR.
9463 (nvptx_init_builtins): Add VECTOR_ADDR.
9464 (nvptx_expand_builtin): Update call to nvptx_expand_shared_addr.
9465 Handle nvptx_expand_shared_addr.
9466 (nvptx_get_shared_red_addr): Add vector argument and handle large
9467 vectors.
9468 (nvptx_goacc_reduction_setup): Add offload_attrs argument and handle
9469 large vectors.
9470 (nvptx_goacc_reduction_init): Likewise.
9471 (nvptx_goacc_reduction_fini): Likewise.
9472 (nvptx_goacc_reduction_teardown): Likewise.
9473 (nvptx_goacc_reduction): Update calls to nvptx_goacc_reduction_{setup,
9474 init,fini,teardown}.
9475 (nvptx_init_axis_predicate): Initialize vector_red_partition.
9476 (nvptx_set_current_function): Init vector_red_partition.
9477 * config/nvptx/nvptx.md (UNSPECV_RED_PART): New unspecv.
9478 (nvptx_red_partition): New insn.
9479 * config/nvptx/nvptx.h (struct machine_function): Add red_partition.
9480
9481 2019-01-07 Tom de Vries <tdevries@suse.de>
9482
9483 PR target/85381
9484 * config/nvptx/nvptx.c (nvptx_process_pars): Don't emit barriers for
9485 empty loops.
9486
9487 2019-01-07 Tom de Vries <tdevries@suse.de>
9488
9489 * config/nvptx/nvptx.c (oacc_bcast_partition): Declare.
9490 (nvptx_option_override): Init oacc_bcast_partition.
9491 (nvptx_init_oacc_workers): New function.
9492 (nvptx_declare_function_name): Call nvptx_init_oacc_workers.
9493 (nvptx_needs_shared_bcast): New function.
9494 (nvptx_find_par): Generalize to enable vectors to use shared-memory
9495 to propagate state.
9496 (nvptx_shared_propagate): Initialize vector bcast partition and
9497 synchronization state.
9498 (nvptx_single): Generalize to enable vectors to use shared-memory
9499 to propagate state.
9500 (nvptx_process_pars): Likewise.
9501 (nvptx_set_current_function): Initialize oacc_broadcast_partition.
9502 * config/nvptx/nvptx.h (struct machine_function): Add
9503 bcast_partition and sync_bar members.
9504
9505 2019-01-07 Tom de Vries <tdevries@suse.de>
9506
9507 * config/nvptx/nvptx.c (nvptx_welformed_vector_length_p)
9508 (nvptx_apply_dim_limits): New function.
9509 (nvptx_goacc_validate_dims_1): Allow PTX_MAX_VECTOR_LENGTH larger than
9510 PTX_WARP_SIZE.
9511
9512 2019-01-07 Tom de Vries <tdevries@suse.de>
9513
9514 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Move warnings to
9515 as late as possible.
9516
9517 2019-01-07 Tom de Vries <tdevries@suse.de>
9518
9519 * config/nvptx/nvptx.c (PTX_VECTOR_LENGTH): Remove.
9520 (PTX_DEFAULT_VECTOR_LENGTH, PTX_MAX_VECTOR_LENGTH): Define.
9521 (nvptx_goacc_validate_dims_1, nvptx_dim_limit)
9522 (nvptx_goacc_reduction_fini): Use PTX_DEFAULT_VECTOR_LENGTH,
9523 PTX_MAX_VECTOR_LENGTH and PTX_WARP_SIZE instead of PTX_VECTOR_LENGTH.
9524
9525 2019-01-07 Tom de Vries <tdevries@suse.de>
9526
9527 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Add asserts.
9528
9529 2019-01-07 Tom de Vries <tdevries@suse.de>
9530
9531 * omp-offload.c (oacc_get_min_dim): New function.
9532 * omp-offload.h (oacc_get_min_dim): Declare.
9533
9534 2018-12-26 Mateusz B <mateuszb@poczta.onet.pl>
9535
9536 PR target/88521
9537 * config/i386/i386.c (function_value_ms_64): Return small sturct in
9538 AX_REG and float/double in FIRST_SSE_REG for 4 or 8 byte modes.
9539
9540 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
9541
9542 PR tree-opt/86020
9543 Revert:
9544 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
9545
9546 * ipa-inline.c (edge_badness): Use inlined_time instead of
9547 inline_summaries->get.
9548
9549 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
9550
9551 * opts.c (enable_fdo_optimizations): Enable
9552 version-loops-for-strides, loop-interchange, unrol-and-jam
9553 and tree-loop-distribution.
9554 * invoke.texi: Document newly enabled options.
9555
9556 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
9557
9558 * doc/invoke.texi (max-inline-insns-small): New parameters.
9559 * ipa-inline.c (want_early_inline_function_p): simplify.
9560 (want_inline_small_function_p): Fix pasto from previous patch;
9561 use max-inline-insns-small bound.
9562 * params.def (max-inline-insns-small): New param.
9563 * ipa-fnsummary.c (analyze_function_body): Initialize time/size
9564 variables correctly.
9565
9566 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
9567
9568 * doc/invoke.texi: Document max-inline-insns-size,
9569 uninlined-function-insns, uninlined-function-time,
9570 uninlined-thunk-insns and uninlined-thunk-time.
9571 * params.def: Add max-inline-insns-size,
9572 uninlined-function-insns, uninlined-function-time,
9573 uninlined-thunk-insns and uninlined-thunk-time.
9574 * ipa-fnsummary.c (compute_fn_summary, analyze_function_body): Use
9575 new parameters.
9576 * ipa-inline.c (can_inline_edge_by_limits_p,
9577 want_inline_small_function_p): Use new parameters.
9578
9579 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
9580
9581 * ipa-fnsummary.c (analyze_function_body): Fix accounting of time.
9582
9583 2019-01-05 Jakub Jelinek <jakub@redhat.com>
9584
9585 PR middle-end/82564
9586 PR target/88620
9587 * expr.c (expand_assignment): For calls returning VLA structures
9588 if to_rtx is not a MEM, force it into a stack temporary.
9589
9590 PR debug/88635
9591 * dwarf2out.c (const_ok_for_output_1): Reject MINUS that contains
9592 SYMBOL_REF, CODE_LABEL or UNSPEC in subexpressions of second argument.
9593 Reject PLUS that contains SYMBOL_REF, CODE_LABEL or UNSPEC in
9594 subexpressions of both operands.
9595 (mem_loc_descriptor): Handle UNSPEC if target hook acks it and all the
9596 subrtxes are CONSTANT_P.
9597 * config/i386/i386.c (ix86_const_not_ok_for_debug_p): Revert
9598 2018-11-09 changes.
9599
9600 2019-01-04 Jan Hubicka <hubicka@ucw.cz>
9601
9602 * params.def (hot-bb-count-ws-permille): Set to 990.
9603
9604 2019-01-04 Martin Sebor <msebor@redhat.com>
9605
9606 PR c/88546
9607 * attribs.c (decls_mismatched_attributes): Avoid warning for attribute
9608 leaf.
9609
9610 2019-01-04 Martin Sebor <msebor@redhat.com>
9611
9612 PR c/88363
9613 * doc/extend.texi (attribute alloc_align, alloc_size): Update.
9614
9615 2019-01-04 Jakub Jelinek <jakub@redhat.com>
9616
9617 * gdbinit.in: Turn off pagination for the skip commands, restore
9618 it to previous state afterwards.
9619
9620 2019-01-04 Jakub Jelinek <jakub@redhat.com>
9621
9622 PR target/88594
9623 * config/i386/i386.c (ix86_expand_divmod_libfunc): Use mode instead
9624 of GET_MODE (opN) as modes of the libcall arguments.
9625
9626 2019-01-04 Jan Beulich <jbeulich@suse.com>
9627
9628 * config/i386/sse.md
9629 (<avx512>_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>,
9630 <avx512>_cmp<mode>3<mask_scalar_merge_name>,
9631 <avx512>_ucmp<mode>3<mask_scalar_merge_name>,
9632 <avx512>_ucmp<mode>3<mask_scalar_merge_name>,
9633 avx512f_vmcmp<mode>3<round_saeonly_name>,
9634 avx512f_vmcmp<mode>3_mask<round_saeonly_name>,
9635 avx512f_maskcmp<mode>3,
9636 <avx512>_cvt<ssemodesuffix>2mask<mode>,
9637 <avx512>_cvt<ssemodesuffix>2mask<mode>,
9638 *<avx512>_cvtmask2<ssemodesuffix><mode>,
9639 *<avx512>_cvtmask2<ssemodesuffix><mode>,
9640 <avx512>_eq<mode>3<mask_scalar_merge_name>_1,
9641 <avx512>_eq<mode>3<mask_scalar_merge_name>_1,
9642 <avx512>_gt<mode>3<mask_scalar_merge_name>,
9643 <avx512>_gt<mode>3<mask_scalar_merge_name>,
9644 <avx512>_testm<mode>3<mask_scalar_merge_name>,
9645 <avx512>_testnm<mode>3<mask_scalar_merge_name>,
9646 *<avx512>_testm<VI1248_AVX512VLBW:mode>3_zext,
9647 *<avx512>_testm<VI1248_AVX512VLBW:mode>3_zext_mask,
9648 *<avx512>_testnm<VI1248_AVX512VLBW:mode>3_zext,
9649 *<avx512>_testnm<VI1248_AVX512VLBW:mode>3_zext_mask,
9650 avx512cd_maskb_vec_dup<mode>,
9651 avx512cd_maskw_vec_dup<mode>,
9652 avx512dq_fpclass<mode><mask_scalar_merge_name>,
9653 avx512dq_vmfpclass<mode>,
9654 avx512vl_vpshufbitqmb<mode><mask_scalar_merge_name>): Use =k
9655 instead of =Yk.
9656
9657 2019-01-03 Martin Sebor <msebor@redhat.com>
9658
9659 PR tree-optimization/88659
9660 * calls.c (maybe_warn_nonstring_arg): Avoid assuming maxlen is set.
9661
9662 2019-01-03 Aaron Sawdey <acsawdey@linux.ibm.com>
9663
9664 * config/rs6000/rs6000-string.c (expand_block_move): Don't use
9665 unaligned vsx and avoid lxvd2x/stxvd2x.
9666 (gen_lvx_v4si_move): New function.
9667
9668 2019-01-03 Tom de Vries <tdevries@suse.de>
9669
9670 * config/nvptx/nvptx.c (MACH_VECTOR_LENGTH, MACH_MAX_WORKERS): Define.
9671 (init_axis_dim, nvptx_mach_max_workers, nvptx_mach_vector_length): New
9672 function.
9673 * config/nvptx/nvptx.h (struct machine_function): Add axis_dims.
9674
9675 2019-01-03 Tom de Vries <tdevries@suse.de>
9676
9677 * config/nvptx/nvptx.c (struct offload_attrs): New.
9678 (populate_offload_attrs): New function. Factor mask extraction out of
9679 nvptx_reorg. Add extraction of dimensions.
9680 (nvptx_reorg): Use populate_offload_attrs.
9681
9682 2019-01-03 Tom de Vries <tdevries@suse.de>
9683
9684 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Add early-out
9685 cases for oacc_min_dims_p and routine_p. Add asserts for
9686 oacc_default_dims_p and offload_region_p.
9687
9688 2019-01-03 Tom de Vries <tdevries@suse.de>
9689
9690 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): New function,
9691 factored out of ...
9692 (nvptx_goacc_validate_dims): ... here.
9693
9694 2019-01-03 Jan Hubicka <hubicka@ucw.cz>
9695
9696 PR tree-optimization/85574
9697 * tree-ssa-uncprop.c (struct equiv_hash_elt): Remove unused
9698 structure.
9699 (struct ssa_equip_hash_traits): Declare.
9700 (val_ssa_equiv): Use custom hash traits using operand_equal_p.
9701
9702 2019-01-03 Jakub Jelinek <jakub@redhat.com>
9703
9704 PR debug/88644
9705 * dwarf2out.c (modified_type_die): If type is equal to sizetype,
9706 change it to qualified_type.
9707
9708 2019-01-03 Jan Hubicka <hubicka@ucw.cz>
9709
9710 * ipa-utils.c (scale_ipa_profile_for_fn): Break out from ...
9711 (ipa_merge_profiles): ... here; do not ICE on thunks and aliases.
9712
9713 2019-01-02 Martin Sebor <msebor@redhat.com>
9714 Jeff Law <law@redhat.com>
9715
9716 * gimple-fold.c (strlen_range_kind): Remove SRK_LENRANGE_2.
9717 (get_range_strlen_tree): Update appropriately.
9718 (get_range_strlen)
9719 * gimple-fold.h (get_range_strlen): Drop unused last argument.
9720
9721 * gimple-fold.c (gimple_fold_builtin_strlen): Use set_strlen_range
9722 rather than set_range_info.
9723 * tree-ssa-strlen.c (set_strlen_range): Extracted from
9724 maybe_set_strlen_range. Handle potentially boundary crossing
9725 cases more conservatively.
9726 (maybe_set_strlen_range): Parts refactored into set_strlen_range.
9727 Call set_strlen_range.
9728 * tree-ssa-strlen.h (set_strlen_range): Add prototype.
9729
9730 PR middle-end/88663
9731 * gimple-fold.c (get_range_strlen): Update prototype to no longer
9732 need the flexp argument.
9733 (get_range_strlen_tree): Drop flexp argument. Drop flexp argument
9734 from calls to get_range_strlen. Update comments. Just update
9735 VAL for an unterminated const char array and let the reset of the
9736 code handle it normally. No longer try to set *flexp. Adjust
9737 return value.
9738 (get_range_strlen): Update for the new get_range_strlen API.
9739 (get_maxval_strlen): Similarly.
9740 (gimple_fold_builtin_strlen): Handle update meaning of return value
9741 from get_range_strlen.
9742 * gimple-ssa-sprintf.c (get_string_length): Update for the new
9743 get_range_strlen API.
9744
9745 2019-01-02 Jan Hubicka <hubicka@ucw.cz>
9746
9747 PR lto/88130
9748 * varpool.c (varpool_node::ctor_useable_for_folding_p): Also return
9749 false at WPA time when body was removed.
9750
9751 2019-01-02 Martin Liska <mliska@suse.cz>
9752
9753 PR tree-optimization/88650
9754 * predict.c (set_even_probabilities): Calculate probability
9755 remainer only when really used.
9756
9757 2019-01-02 Richard Biener <rguenther@suse.de>
9758
9759 PR middle-end/88651
9760 * tree-data-ref.c (analyze_subscript_affine_affine): Use
9761 widest_ints when mangling max_stmt_execution results.
9762
9763 2019-01-02 Richard Biener <rguenther@suse.de>
9764
9765 PR tree-optimization/88621
9766 * tree-ssa-loop-im.c (gather_mem_refs_stmt): Fix pastos, avoid
9767 bitfields when canoncalizing.
9768
9769 2019-01-02 Richard Biener <rguenther@suse.de>
9770
9771 PR target/87545
9772 * config/i386/x86-tune-costs.h (intel_cost): Adjust
9773 cost of cheap SSE instruction.
9774
9775 2019-01-02 Richard Biener <rguenther@suse.de>
9776
9777 PR ipa/85574
9778 * ipa-icf.h (sem_item_optimizer::sort_congruence_split): Declare.
9779 * ipa-icf.c (sem_item_optimizer::sort_congruence_split): New
9780 function.
9781 (sem_item_optimizer::do_congruence_step_f): Sort the congruence
9782 set after UIDs before splitting them.
9783
9784 2019-01-01 Martin Sebor <msebor@redhat.com>
9785 Jeff Law <law@redhat.com>
9786
9787 * gimple-fold.c (get_range_strlen_tree): Record if the computed
9788 length is optimistic. If it is, then arrange to compute the
9789 conservative length as well.
9790
9791 * gimple-fold.h (get_range_strlen): Update prototype.
9792 * builtins.c (check_access): Update call to get_range_strlen to use
9793 c_strlen_data pointer. Change various variable accesses to instead
9794 pull data from the c_strlen_data structure.
9795 (check_strncat_sizes, expand_builtin_strncat): Likewise.
9796 * calls.c (maybe_warn_nonstring_arg): Likewise.
9797 * tree-ssa-strlen.c (maybe_diag_stxncpy_trunc): Likewise. Reset
9798 minimum length if maximum lengh is unknown.
9799 * gimple-ssa-sprintf.c (get_string_length): Likewise. Drop code
9800 that used c_strlen, it's no longer needed. Restructure slightly.
9801 (format_string): Set unlikely range appropriately.
9802 * gimple-fold.c (get_range_strlen): Update comments. Fix minor
9803 formatting issues.
9804 (get_range_strlen): Accept c_strlen_data pointer for external
9805 call sites as well. Pass through to call to internal get_range_strlen.
9806 Adjust minlen, maxlen and maxbound as needed.
9807 (get_maxval_strlen): Update comments.
9808 (gimple_fold_builtin_strlen): Update call to get_range_strlen
9809 to use c_strlen_data pointer. Change variable accesses to instead
9810 use c_strlen_data data members.
9811
9812 * gimple-fold.c (get_range_strlen): Update prototype.
9813 (get_range_strlen_tree): Update prototype. Drop minlen/maxlen
9814 local variables. Use pdata to return information to caller.
9815 Update calls to get_range_strlen. Update pdata->maxbound.
9816 (get_range_strlen -- static version): Similarly.
9817 (get_range_strlen -- extern version): Update for internal
9818 get_range_strlen API change. Convert to external data format.
9819 (get_maxval_strlen): Similarly.
9820
9821 2019-01-01 Jan Hubicka <hubicka@ucw.cz>
9822
9823 * coverage.c (get_coverage_counts): Use current_function_decl.
9824 * profile.c (read_thunk_profile): New function.
9825 (branch_prob): Add THUNK parameter.
9826 * tree-profile.c (tree_profiling): Handle thunks.
9827 * value-prof.c (init_node_map): Handle thunks.
9828 * value-prof.h (branch_prob): Upate prototype.
9829 (read_thunk_profile): Declare.
9830
9831 2019-01-01 Jakub Jelinek <jakub@redhat.com>
9832
9833 Update copyright years.
9834
9835 * gcc.c (process_command): Update copyright notice dates.
9836 * gcov-dump.c (print_version): Ditto.
9837 * gcov.c (print_version): Ditto.
9838 * gcov-tool.c (print_version): Ditto.
9839 * gengtype.c (create_file): Ditto.
9840 * doc/cpp.texi: Bump @copying's copyright year.
9841 * doc/cppinternals.texi: Ditto.
9842 * doc/gcc.texi: Ditto.
9843 * doc/gccint.texi: Ditto.
9844 * doc/gcov.texi: Ditto.
9845 * doc/install.texi: Ditto.
9846 * doc/invoke.texi: Ditto.
9847 \f
9848 Copyright (C) 2019 Free Software Foundation, Inc.
9849
9850 Copying and distribution of this file, with or without modification,
9851 are permitted in any medium without royalty provided the copyright
9852 notice and this notice are preserved.