]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/ChangeLog
DF usage in loop-invariant.c (PR46590)
[thirdparty/gcc.git] / gcc / ChangeLog
1 2019-04-04 Richard Sandiford <richard.sandiford@arm.com>
2
3 PR rtl-optimization/46590
4 * loop-invariant.c (find_defs): Move df_remove_problem and
5 df_process_deferred_rescans to move_invariants.
6 Move df_live_add_problem and df_live_set_all_dirty calls
7 to move_invariants.
8 (move_invariants): Likewise.
9 (move_loop_invariants): Likewise, making the df_live calls
10 conditional on -O. Remove the problem again if we added it
11 locally.
12
13 2019-04-03 qing zhao <qing.zhao@oracle.com>
14
15 PR tree-optimization/89730
16 * ipa-inline.c (can_inline_edge_p): Delete the checking for
17 -flive-patching=inline-only-static.
18 (can_inline_edge_by_limits_p): Add the checking for
19 -flive-patching=inline-only-static and grant always_inline
20 even when -flive-patching=inline-only-static is specified.
21
22 2019-04-03 Jeff Law <law@redhat.com>
23
24 PR rtl-optimization/81025
25 * reorg.c (skip_consecutive_labels): Do not skip past a BARRIER.
26
27 2019-04-03 Richard Biener <rguenther@suse.de>
28
29 PR tree-optimization/84101
30 * tree-vect-stmts.c: Include explow.h for hard_function_value,
31 regs.h for hard_regno_nregs.
32 (cfun_returns): New helper.
33 (vect_model_store_cost): When vectorizing a store to a decl
34 we return and the function ABI returns in a multi-reg location
35 account for the possible spilling that will happen.
36
37 2019-04-03 Andreas Krebbel <krebbel@linux.ibm.com>
38
39 * config/s390/s390.c (s390_legitimate_address_p): Reject long
40 displacement addresses for vector mode operands.
41
42 2019-04-03 Claudiu Zissulescu <claziss@synopsys.com>
43
44 * config/arc/arc.c (GMASK_LEN): Define.
45 (arc_restore_callee_saves): Restore first blink when
46 !optimize_size.
47
48 2019-04-03 Sudakshina Das <sudi.das@arm.com>
49
50 * doc/extend.texi: Add deprecated comment on sign-return-address
51 function attribute and add mbranch-protection.
52 * doc/invoke.texi: Add bti to the options for mbranch-protection.
53
54 2019-04-03 Richard Biener <rguenther@suse.de>
55
56 PR lto/89896
57 * lto-wrapper.c (run_gcc): Avoid implicit rules making
58 the all target phony.
59
60 2019-04-02 Uroš Bizjak <ubizjak@gmail.com>
61
62 PR target/89902
63 PR target/89903
64 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
65 Return false for variable DImode shifts.
66 (dimode_scalar_chain::compute_convert_gain): Do not handle
67 register count operand in variable DImode shifts.
68 (dimode_scalar_chain::make_vector_copies): Remove support to copy
69 count argument of a variable shift instruction to a vector register.
70 (dimode_scalar_chain::convert_reg): Remove support to convert
71 count argument of a variable shift instruction.
72
73 2019-04-02 Andrey Belevantsev <abel@ispras.ru>
74
75 PR rtl-optimization/84206
76 * sel-sched-ir.h (get_all_loop_exits): Avoid the outer loop when
77 iterating over loop headers.
78
79 2019-04-02 Andrey Belevantsev <abel@ispras.ru>
80
81 PR rtl-optimization/85876
82 * sel-sched.c (code_motion_path_driver): Avoid unwinding first_insn
83 beyond the original fence.
84
85 2019-04-02 Ulrich Weigand <uweigand@de.ibm.com>
86
87 * config.gcc: Mark spu* targets as deprecated/obsolete.
88
89 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
90
91 * config/s390/s390-builtin-types.def: New builtin function type
92 definitions. Remove unused types.
93 * config/s390/s390-builtins.def (s390_vcdgb, s390_vcdlgb)
94 (s390_vcgdb, s390_vclgdb): Remove low-level builtin definitions.
95 (s390_vec_float, s390_vec_signed, s390_vec_unsigned): New
96 overloaded builtins.
97 (s390_vcefb, s390_vcdgb, s390_vcelfb, s390_vcdlgb, s390_vcfeb)
98 (s390_vcgdb, s390_vclfeb, s390_vclgdb): New low-level builtins.
99 * config/s390/vecintrin.h (vec_float): New builtin macro definition.
100 (vec_double, vec_signed, vec_unsigned): Define to use the new
101 overloaded builtins.
102 * config/s390/vx-builtins.md ("vec_double_s64", "vec_double_u64"):
103 Remove expanders.
104
105 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
106
107 * config/s390/s390-builtin-types.def: New builtin function type
108 definitions.
109 * config/s390/s390-builtins.def (s390_vec_search_string_cc)
110 (s390_vec_search_string_until_zero_cc): New overloaded builtins.
111 (s390_vstrsb, s390_vstrsh, s390_vstrsf, s390_vstrszb)
112 (s390_vstrszh, s390_vstrszf): New low-level builtins.
113 * config/s390/s390.md (UNSPEC_VEC_VSTRS, UNSPEC_VEC_VSTRSCC): New
114 constant definitions.
115 * config/s390/vecintrin.h (vec_search_string_cc)
116 (vec_search_string_until_zero_cc): New builtin name definitions.
117 * config/s390/vx-builtins.md ("vstrs<mode>", "vstrsz<mode>"): New
118 expanders.
119 ("vec_vstrs<mode>"): New insn definition.
120
121 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
122
123 * config/s390/s390-builtin-types.def: Add new builtin function
124 types.
125 * config/s390/s390-builtins.def (s390_vec_sldb, s390_vec_srdb):
126 New overloaded builtins.
127 (s390_vec_sldb, s390_vec_srdb): New low-level builtins. and
128 s390_vsrd.
129 * config/s390/s390.md (UNSPEC_VEC_SLDB): Rename to ...
130 (UNSPEC_VEC_SLDBYTE): ... this.
131 (UNSPEC_VEC_SLDBIT, UNSPEC_VEC_SRDBIT): New constant definitions.
132 * config/s390/vecintrin.h (vec_sldb, vec_srdb): New builtin name
133 definitions.
134 * config/s390/vx-builtins.md ("vec_sld<mode>", "vec_sldw<mode>"):
135 Rename UNSPEC_VEC_SLDB to UNSPEC_VEC_SLDBYTE.
136 ("vec_sldb<mode>", "vec_srdb<mode>"): New insn definitions.
137
138 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
139
140 ("*vec_splats_bswap_vec<mode>", "*vec_splats_bswap_elem<mode>"):
141 New insn definition.
142 * config/s390/vx-builtins.md (V_HW_HSD): Move to ...
143 * config/s390/vector.md (V_HW_HSD): ... here.
144
145 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
146
147 * config/s390/vecintrin.h: Map vec_vster low-level builtins to vec_vler.
148 * config/s390/vx-builtins.md ("*vec_insert_and_zero_bswap<mode>")
149 ("*vec_set_bswap_elem<mode>", "*vec_set_bswap_vec<mode>")
150 ("*vec_extract_bswap_vec<mode>", "*vec_extract_bswap_elem<mode>"):
151 New insn definitions.
152
153 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
154
155 * config/s390/s390-builtin-types.def: Add new builtin function type.
156 * config/s390/s390-builtins.def: Add overloaded builtin
157 s390_vec_reve and low-level builtins for s390_vler and s390_vster.
158 * config/s390/s390.md (UNSPEC_VEC_ELTSWAP): New constant definition.
159 * config/s390/vecintrin.h (vec_reve): New builtin name definition.
160 * config/s390/vx-builtins.md (V_HW_HSD): New mode iterator.
161 ("eltswap<mode>"): New expander.
162 ("*eltswapv16qi", "*eltswap<mode>", "*eltswap<mode>_emu"): New
163 insn definitions.
164
165 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
166
167 * config/s390/s390-builtin-types.def: Add new builtin function types.
168 * config/s390/s390-builtins.def: Add overloaded builtin
169 s390_vec_revb. Add low-level builtins for vlbr and vstbr
170 instructions.
171 * config/s390/vecintrin.h (vec_revb): New builtin name definition.
172 * config/s390/vector.md (VT_HW_HSDT): New mode iterator.
173 ("bswap<mode>"): New expander.
174 ("*bswap<mode>", "*bswap<mode>_emu"): New insn definitions.
175
176 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
177
178 * config/s390/s390-builtins.def (B_VXE2): New builtin flag definition.
179 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Increment
180 vector builtin version number in __VEC__.
181
182 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
183
184 * config/s390/s390.md (VX_CONV_BFP, VX_CONV_INT): New mode
185 iterators.
186 (SFSI): New mode attribute.
187 ("*fixuns_truncdfdi2_vx", "*fix_truncdfdi2_bfp_z13")
188 ("*floatunsdidf2_z13", ): Add support for 32 bit conversions and
189 rename to ...
190 ("*fixuns_trunc<VX_CONV_BFP:mode><VX_CONV_INT:mode>2_z13")
191 ("*fix_trunc<VX_CONV_BFP:mode><VX_CONV_INT:mode>2_bfp_z13")
192 ("*floatuns<VX_CONV_INT:mode><VX_CONV_BFP:mode>2_z13"): ... these.
193 ("floatsi<mode>2"): Add wcefb instruction.
194
195 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
196
197 * config/s390/s390.md ("xde"): Extend mode attribute to vector
198 types.
199 * config/s390/vector.md (VX_VEC_CONV_BFP, VX_VEC_CONV_INT): New
200 mode iterators.
201 ("floatv2div2df2", "floatunsv2div2df2", "fix_truncv2dfv2di2")
202 ("fixuns_truncv2dfv2di2"): Enhance with mode iterator to also
203 support 32 bit fp-int conversions. Rename to ...
204 ("float<VX_VEC_CONV_INT:mode><VX_VEC_CONV_BFP:mode>2")
205 ("floatuns<VX_VEC_CONV_INT:mode><VX_VEC_CONV_BFP:mode>2")
206 ("fix_trunc<VX_VEC_CONV_BFP:mode><VX_VEC_CONV_INT:mode>2")
207 ("fixuns_trunc<VX_VEC_CONV_BFP:mode><VX_VEC_CONV_INT:mode>2"):
208 ... to these.
209
210 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
211
212 * config/s390/s390.c (s390_rtx_costs): Do not add extra costs for
213 if-then-else constructs if we can use the select instruction.
214 * config/s390/s390.md ("*mov<mode>cc"): Add the new instructions.
215
216 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
217
218 * config/s390/s390.md ("*popcountdi_arch13_cc")
219 ("*popcountdi_arch13_cconly", "*popcountdi_arch13"): New insn
220 definition.
221 ("*popcount<mode>", "popcountdi2", "popcountsi2", "popcounthi2"):
222 Append _z196 to make it ...
223 ("*popcount<mode>_z196", "popcountdi2_z196", "popcountsi2_z196")
224 ("popcounthi2_z196"): ... this.
225 ("popcountdi2_z196"): Remove TARGET_64BIT from the insn condition.
226 ("popcountdi2", "popcountsi2", "popcounthi2"): New expanders.
227
228 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
229
230 * config/s390/s390.c (s390_canonicalize_comparison): Convert
231 certain compares for arch13 in order to make use of the condition
232 code result produced by the new instructions.
233 (s390_rtx_costs): Adjust the costs for nnrk, nngrk, nork, nogrk,
234 nxrk, and nxgrk instruction patterns.
235 * config/s390/s390.md (ANDOR, bitops_name, inv_bitops_name)
236 (inv_no): Add new code iterator together with some attributes.
237 ("*andc_split_<mode>"): Disable splitter for arch13.
238 ("*<ANDOR:bitops_name>c<GPR:mode>_cc")
239 ("*<ANDOR:bitops_name>c<GPR:mode>_cconly")
240 ("*<ANDOR:bitops_name>c<GPR:mode>")
241 ("*n<ANDOR:inv_bitops_name><GPR:mode>_cc")
242 ("*n<ANDOR:inv_bitops_name><mode>_cconly")
243 ("*n<ANDOR:inv_bitops_name><mode>", "*nxor<GPR:mode>_cc")
244 ("*nxor<mode>_cconly", "*nxor<mode>"): New insn definitions.
245
246 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
247
248 * common/config/s390/s390-common.c (processor_flags_table): New
249 entry for arch13.
250 * config.gcc: Support arch13 with the --with-arch= configure flag.
251 * config/s390/driver-native.c (s390_host_detect_local_cpu):
252 * config/s390/s390-opts.h (enum processor_type): Add PROCESSOR_ARCH13.
253 * config/s390/s390.c (s390_get_sched_attrmask)
254 (s390_get_unit_mask): Add PROCESSOR_ARCH13.
255 * config/s390/s390.h (enum processor_flags): Add PF_VXE2 and PF_ARCH13.
256 * config/s390/s390.md (TARGET_CPU_ARCH13, TARGET_CPU_ARCH13_P)
257 (TARGET_CPU_VXE2, TARGET_CPU_VXE2_P, TARGET_ARCH13)
258 (TARGET_ARCH13_P, TARGET_VXE2, TARGET_VXE2_P): New macro
259 definitions.
260 * config/s390/s390.opt: Support arch13 as processor type in
261 command line options.
262
263 2019-04-02 Martin Liska <mliska@suse.cz>
264
265 PR translation/89912
266 * params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP):
267 Fix param description of graphite-max-arrays-per-scop.
268
269 2019-04-02 Eric Botcazou <ebotcazou@adacore.com>
270
271 * config/sparc/linux64.h (ASAN_REJECT_SPEC): New macro.
272 (ASAN_CC1_SPEC): Use it in 64-bit mode.
273 * config/sparc/sol2.h (ASAN_REJECT_SPEC): Remove superfluous colon.
274
275 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
276
277 PR rtl-optimization/85412
278 * sel-sched.c (sel_sched_region): Assign reset_sched_cycles_p before
279 sel_sched_region_1, not after.
280
281 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
282
283 PR rtl-optimization/86928
284 * sel-sched-ir.c (sel_redirect_edge_and_branch_force): Invoke
285 compute_live if necessary.
286 (sel_redirect_edge_and_branch): Likewise.
287
288 2019-04-01 Vladimir Makarov <vmakarov@redhat.com>
289
290 PR rtl-optimization/89865
291 * ira-costs.c (process_bb_node_for_hard_reg_moves): Skip hard
292 register if it is a part of small class.
293
294 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
295
296 PR rtl-optimization/87273
297 * sel-sched-ir.c (merge_fences): Remove assert.
298
299 2019-04-01 Richard Biener <rguenther@suse.de>
300
301 PR tree-optimization/46590
302 * domwalk.h (dom_walker::dom_walker): Consolidate constructors.
303 (dom_walker::m_reachability): Add in place of...
304 (dom_walker::m_skip_unreachable_blocks): ...this.
305 * domwalk.c (dom_walker::dom_walker): Consoliate constructors.
306 Move complex initialization ...
307 (dom_walker::walk): Here. Especially compute m_bb_to_rpo
308 lazily and initialize edge flags on each invocation.
309 (dom_walker::bb_reachable): Use m_reachability.
310
311 2019-04-01 Martin Liska <mliska@suse.cz>
312
313 PR driver/89861
314 * opt-suggestions.c (option_proposer::build_option_suggestions):
315 Add variant without any argument in order to provide better
316 hints.
317
318 2019-04-01 Richard Biener <rguenther@suse.de>
319
320 PR c/71598
321 * gimple.c: Include langhooks.h.
322 (gimple_get_alias_set): Treat enumeral types as the underlying
323 integer type.
324
325 2019-03-29 Kugan Vivekanandarajah <kuganv@linaro.org>
326 Eric Botcazou <ebotcazou@adacore.com>
327
328 PR rtl-optimization/89862
329 * rtl.h (word_register_operation_p): Exclude CONST_INT from operations
330 that operates on the full registers for WORD_REGISTER_OPERATIONS
331 architectures.
332
333 2019-03-29 Jim Wilson <jimw@sifive.com>
334
335 * common/config/riscv/riscv-common.c (riscv_parse_arch_string):
336 Clear MASK_RVC and then set if C subset supported.
337
338 2019-03-29 Jakub Jelinek <jakub@redhat.com>
339
340 PR c/89872
341 * gimplify.c (gimplify_compound_literal_expr): Don't optimize a
342 non-addressable complit into its initializer if it is volatile.
343
344 2019-03-29 Roman Zhuykov <zhroma@ispras.ru>
345
346 * opts-common.c (integral_argument): Set errno properly in one case.
347
348 2019-03-29 Martin Liska <mliska@suse.cz>
349
350 * doc/invoke.texi: Remove -Wchkp from documentation.
351
352 2019-03-29 Martin Liska <mliska@suse.cz>
353
354 * dbgcnt.c (print_limit_reach): New function.
355 (dbg_cnt): Use it.
356
357 2019-03-29 Martin Liska <mliska@suse.cz>
358
359 * dbgcnt.c (dbg_cnt_process_single_pair): Fix GNU coding style.
360 (dbg_cnt_process_opt): Parse first tokens aas
361 dbg_cnt_process_single_pair is also using strtok.
362
363 2019-03-29 Jakub Jelinek <jakub@redhat.com>
364
365 PR rtl-optimization/87485
366 * function.c (expand_function_end): Move stack_protect_epilogue
367 before loading of return value into hard register(s).
368
369 2019-03-28 Jakub Jelinek <jakub@redhat.com>
370
371 PR middle-end/89621
372 * tree-inline.h (struct copy_body_data): Add
373 dont_remap_vla_if_no_change flag.
374 * tree-inline.c (remap_type_3, remap_type_2): New functions.
375 (remap_type): Don't remap vla types if id->dont_remap_vla_if_no_change
376 and remap_type_2 returns false.
377 * omp-low.c (new_omp_context): Set ctx->cb.dont_remap_vla_if_no_change.
378 Move ctx->cb.adjust_array_error_bounds setting to the outermost ctx
379 only from where it is copied to nested contexts.
380
381 2019-03-28 Uroš Bizjak <ubizjak@gmail.com>
382
383 PR target/89865
384 * config/i386/i386.md (RMW operation with LEA peephole):
385 Use LEAMODE mode attribute instead of SWI mode iterator for
386 LEA pattern.
387
388 2019-03-28 Uroš Bizjak <ubizjak@gmail.com>
389
390 PR target/89848
391 * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
392 Also process XEXP (src, 0) of a shift insn.
393
394 2019-03-28 David Malcolm <dmalcolm@redhat.com>
395
396 PR middle-end/89725
397 * optinfo-emit-json.cc (optrecord_json_writer::optinfo_to_json):
398 Use DECL_ASSEMBLER_NAME rather than get_fnname_from_decl.
399
400 2019-03-28 Jakub Jelinek <jakub@redhat.com>
401
402 * regcprop.c (copyprop_hardreg_forward_1): Remove redundant INSN_P
403 test.
404 (cprop_hardreg_bb, cprop_hardreg_debug): New functions.
405 (pass_cprop_hardreg::execute): Use those. Don't repeat bb processing
406 immediately after first one with df_analyze in between, but rather
407 process all bbs, queueing ones that need second pass in a worklist,
408 df_analyze, process queued debug insn changes and if second pass is
409 needed, process bbs from worklist, df_analyze, process queued debug
410 insns again.
411
412 * rtl.h (NONDEBUG_INSN_P): Define as NONJUMP_INSN_P or JUMP_P
413 or CALL_P instead of INSN_P && !DEBUG_INSN_P.
414 (INSN_P): Define using NONDEBUG_INSN_P or DEBUG_INSN_P.
415
416 2019-03-28 Jonathan Wakely <jwakely@redhat.com>
417
418 PR c/79022
419 * gengtype.h (create_nested_ptr_option): Fix parameter names to match
420 definition.
421
422 2019-03-27 Mateusz B <mateuszb@poczta.onet.pl>
423
424 PR target/85667
425 * config/i386/i386.c (ix86_function_value_1): Call the newly added
426 function for 32-bit MS_ABI.
427 (function_value_ms_32): New function.
428
429 2019-03-27 Andrew Stubbs <ams@codesourcery.com>
430
431 * config/gcn/gcn.md (CC_SAVE_REG): New constant.
432 (movdi): Call gen_movdi_symbol_save_scc.
433 (gen_movdi_symbol_save_scc): New insn and split.
434
435 2019-03-27 Peter Bergner <bergner@linux.ibm.com>
436
437 PR rtl-optimization/89313
438 * function.c (matching_constraint_num): New static function.
439 (match_asm_constraints_1): Use it. Fixup white space and comment.
440 Don't replace inputs with non-matching constraints which conflict
441 with early clobber outputs.
442
443 2019-03-27 Jeff Law <law@redhat.com>
444
445
446 PR rtl-optimization/87761
447 PR rtl-optimization/89826
448 * regcprop.c (copyprop_hardreg_forward_1): Move may_trap_p test
449 slightly later.
450 (pass_cprop_hardreg::execute): Call df_analyze after adding the
451 note problem to get REG_DEAD/REG_UNUSED notes updated.
452
453 2019-03-27 Richard Biener <rguenther@suse.de>
454
455 PR tree-optimization/89463
456 * tree-ssa-dce.c (remove_dead_stmt): Take output vector to
457 queue edges to remove.
458 (eliminate_unnecessary_stmts): Remove dead PHIs alongside
459 dead stmts. Delay edge removal until PHIs are removed to
460 make debug-stmt creation not confused by seemingly degenerate
461 PHIs.
462
463 2019-03-27 Alan Modra <amodra@gmail.com>
464
465 * config/rs6000/rs6000.h: Rename NON_SPECIAL_REGS to GEN_OR_FLOAT_REGS
466 throughout file.
467 * config/rs6000/darwin.h: Likewise.
468 * config/rs6000/rs6000.c: Likewise.
469
470 2019-03-27 Alan Modra <amodra@gmail.com>
471
472 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Always
473 assign rs6000_hard_regno_mode_ok_p[m][r]. Formatting.
474
475 2019-03-26 Andrew Waterman <andrew@sifive.com>
476 Jim Wilson <jimw@sifive.com>
477
478 * config/riscv/generic.md (generic_alu, generic_load, generic_store)
479 (generic_xfer, generic_branch, generic_imul, generic_idivsi)
480 (generic_idivdi, generic_fmul_single, generic_fmul_double)
481 (generic_fdiv, generic_fsqrt): Add check for generic tune.
482 (generic_alu): Add auipc to type list.
483 * config/riscv/riscv-opts.h (enum riscv_microarchitecture_type): New.
484 (riscv_microarchitecture): Declare.
485 * config/riscv/riscv-protos.h (riscv_store_data_bypass_p): Declare.
486 * config/riscv/riscv.c (struct riscv_cpu_info): Add microarchitecture
487 field.
488 (riscv_microarchitecture): New.
489 (sifive_7_tune_info): New.
490 (riscv_cpu_info_table): Add microarchitecture value for rocket and
491 size. Add sifive-3-series, sifive-5-series, and sifive-7-series
492 entries.
493 (riscv_store_data_bypass_p): New.
494 (riscv_option_override): Set riscv_microarchitecture from
495 cpu->microarchitecture.
496 * config/riscv/riscv.md: Include sifive-7.md.
497 (type): Add auipc.
498 (tune): New.
499 (auipc<mode>): Change type to auipc.
500 (restore_stack_nonlocal): New.
501 * config/riscv/sifive-7.md: New.
502 * doc/invoke.texi (RISC-V Options): Update mtune docs.
503
504 2019-03-26 Uroš Bizjak <ubizjak@gmail.com>
505
506 PR target/89827
507 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
508 Also process XEXP (src, 0) of a shift insn.
509
510 2019-03-26 Richard Biener <rguenther@suse.de>
511
512 * tree-inline.c (remap_gimple_stmt): Cache gimple_block.
513 (copy_debug_stmt): Likewise.
514 (expand_call_inline): Likewise.
515 (copy_bb): Avoid redundant lookup & set of gimple_block.
516 * gimple-low.c (lower_gimple_return): Likewise.
517 (lower_builtin_setjmp): Likewise.
518
519 2019-03-26 Jakub Jelinek <jakub@redhat.com>
520
521 * hash-table.h (hash_table::m_gather_mem_stats): If GATHER_STATISTICS
522 is constant 0, turn into static const data member initialized to false.
523 (hash_table::hash_table): Only initialize m_gather_mem_stats #if
524 GATHER_STATISTICS. Add ATTRIBUTE_UNUSED to gather_mem_stats param.
525
526 2019-03-26 Jason Merrill <jason@redhat.com>
527 Jakub Jelinek <jakub@redhat.com>
528
529 * mem-stats.h (mem_alloc_description::unregister_descriptor): New
530 method.
531 (mem_alloc_description::release_object_overhead): Fix comment typos.
532 * hash-table.h (hash_table::~hash_table): Call
533 release_instance_overhead only if m_entries is non-NULL, otherwise
534 call unregister_descriptor.
535
536 2019-03-26 Bin Cheng <bin.cheng@linux.alibaba.com>
537
538 PR tree-optimization/81740
539 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
540 In case of outer loop vectorization, check for backward dependence
541 at the inner loop if outer loop dependence is reversed.
542
543 2019-03-26 Alan Modra <amodra@gmail.com>
544
545 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Correct
546 rs6000_vector_mem init. Correct wI and wJ comment.
547
548 2019-03-25 Alexander Monakov <amonakov@ispras.ru>
549
550 PR rtl-optimization/88347
551 PR rtl-optimization/88423
552 * sched-deps.c (sched_analyze_insn): Take into account that for
553 tablejumps the barrier appears after a label and a jump_table_data.
554
555 2019-03-25 Martin Sebor <msebor@redhat.com>
556
557 PR c/89812
558 * c-common.c (check_user_alignment): Rename local. Correct maximum
559 alignment in diagnostic. Avoid assuming argument fits in SHWI,
560 convert it to UHWI when it fits.
561
562 2019-03-25 Johan Karlsson <johan.karlsson@enea.com>
563
564 PR debug/86964
565 * dwarf2out.c (premark_used_variables): New function.
566 (prune_unused_types_walk): Do not mark not premarked external
567 variables.
568 (prune_unused_types): Call premark_used_variables.
569
570 2019-03-25 Vladimir Makarov <vmakarov@redhat.com>
571
572 PR rtl-optimization/89676
573 * lra-constraints.c (curr_insn_transform): Do match reload for
574 early clobbers when the match was successful only for different
575 registers.
576
577 2019-03-25 Martin Sebor <msebor@redhat.com>
578
579 * doc/extend.texi (Common Type Attributes): Document vector_size.
580 (Common Variable Attributes): Mention size constraint. Correct
581 quoting and typos.
582 (Vector Extensions): Use @dfn when defining bas type. Clarify
583 base type and size constraints.
584
585 2019-03-25 Richard Biener <rguenther@suse.de>
586
587 PR tree-optimization/89789
588 * tree-ssa-sccvn.c (set_ssa_val_to): Do not allow lattice
589 changes from non-undefined back to undefined.
590
591 2019-03-25 Thomas Otto <thomas.otto@pdv-fs.de>
592
593 * dwarf2out.c (comp_dir_string): cached_wd could be set to both a
594 heap string and a gc string, but since this variable is unknown to
595 ggc the gc string might get reused and corrupted. Fixed by always
596 using a heap string.
597
598 2019-03-25 Richard Biener <rguenther@suse.de>
599
600 PR tree-optimization/89779
601 * tree-ssa-loop-ivopts.c (remove_unused_ivs): Return
602 to remove IV defs, delay actual removal.
603 (tree_ssa_iv_optimize_loop): Likewise. Avoid SCEV reset.
604 (tree_ssa_iv_optimize): Remove eliminated IV defs at the
605 very end, properly also reset loop control IV information.
606
607 2019-03-25 Richard Biener <rguenther@suse.de>
608
609 PR tree-optimization/89802
610 * tree-ssa-math-opts.c (convert_mult_to_fma_1): Properly
611 move EH data to folded stmt.
612
613 2019-03-25 Andreas Krebbel <krebbel@linux.ibm.com>
614
615 * config/s390/s390-builtin-types.def: Remove few unused types and
616 fix sort order for others.
617
618 2019-03-25 Andreas Krebbel <krebbel@linux.ibm.com>
619
620 * config/s390/s390-c.c (s390_fn_types_compatible): Print the
621 expected and found types with -mdebug during builtin matching.
622
623 2019-03-25 Richard Biener <rguenther@suse.de>
624
625 PR middle-end/89790
626 * fold-const.c (operand_equal_p): Revert last change with
627 updated comment.
628
629 2019-03-24 Segher Boessenkool <segher@kernel.crashing.org>
630
631 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Add REG_EQUAL
632 notes for the result of the __tls_get_addr calls.
633 * config/rs6000/rs6000.md (unspec UNSPEC_TLS_GET_ADDR): New.
634
635 2019-03-24 Jeff Law <law@redhat.com>
636
637 * config/bfin/bfin.md (movpdi): Fix length for alternative 1.
638
639 PR rtl-optimization/87761
640 * regcprop.c (copyprop_hardreg_forward_1): Check may_trap_p on SET,
641 not INSN. Also check RTX_FRAME_RELATED_P. Queue insns for DF rescan
642 as needed.
643 (pass_cprop_hardreg::execute): Add df note problem and defer insn
644 rescans. Reprocess blocks as needed, calling df_analyze before
645 reprocessing. Always call df_analyze before fixing up debug bind
646 insns.
647
648 2019-03-23 Segher Boessenkool <segher@kernel.crashing.org>
649
650 * config/rs6000/xmmintrin.h (_mm_movemask_pi8): Implement for 32-bit
651 big endian.
652
653 2019-03-22 Andrew Pinski <apinski@marvell.com>
654
655 * config/aarch64/aarch64.md (zero_extendsidi2_aarch64): Fix type
656 attrribute for uxtw.
657
658 2019-03-26 Jeff Law <law@redhat.com>
659
660 PR rtl-optimization/87761
661 * config/mips/mips-protos.h (mips_split_move): Add new argument.
662 (mips_emit_move_or_split): Pass NULL for INSN into mips_split_move.
663 (mips_split_move): Accept new INSN argument. Try to forward SRC
664 into the next instruction.
665 (mips_split_move_insn): Pass INSN through to mips_split_move.
666
667 2019-03-22 Vladimir Makarov <vmakarov@redhat.com>
668
669 PR rtl-optimization/89676
670 * lra-constraints.c (curr_insn_transform): Do match reload for
671 early clobbers even if the match was successful.
672
673 2019-03-22 Jakub Jelinek <jakub@redhat.com>
674
675 PR c++/87481
676 * doc/invoke.texi (-fconstexpr-ops-limit=): Document.
677
678 2019-03-22 Bill Schmidt <wschmidt@linux.ibm.com>
679
680 * config/rs6000/mmintrin.h (_mm_sub_pi32): Fix typo.
681
682 2019-03-22 Jakub Jelinek <jakub@redhat.com>
683
684 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>,
685 <avx512>_fmsub_<mode>_mask3<round_name>,
686 <avx512>_fnmadd_<mode>_mask3<round_name>,
687 <avx512>_fnmsub_<mode>_mask3<round_name>,
688 avx512f_vmfmadd_<mode>_mask3<round_name>,
689 avx512f_vmfmsub_<mode>_mask3<round_name>,
690 *avx512f_vmfnmadd_<mode>_mask3<round_name>): Use <round_nimm_predicate>
691 instead of register_operand and %v instead of v for match_operand 1.
692 (avx512f_vmfnmsub_<mode>_mask3<round_name>): Rename to ...
693 (*avx512f_vmfnmsub_<mode>_mask3<round_name>): ... this. Use
694 <round_nimm_predicate> instead of register_operand and %v instead of v
695 for match_operand 1.
696
697 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask<round_name>,
698 <avx512>_fmadd_<mode>_mask3<round_name>,
699 <avx512>_fmsub_<mode>_mask<round_name>,
700 <avx512>_fmsub_<mode>_mask3<round_name>,
701 <avx512>_fnmadd_<mode>_mask<round_name>,
702 <avx512>_fnmadd_<mode>_mask3<round_name>,
703 <avx512>_fnmsub_<mode>_mask<round_name>,
704 <avx512>_fnmsub_<mode>_mask3<round_name>,
705 <avx512>_fmaddsub_<mode>_mask<round_name>,
706 <avx512>_fmaddsub_<mode>_mask3<round_name>,
707 <avx512>_fmsubadd_<mode>_mask<round_name>,
708 <avx512>_fmsubadd_<mode>_mask3<round_name>): Use
709 <round_nimm_predicate> instead of nonimmediate_operand.
710 (fmai_vmfmadd_<mode><round_name>, fmai_vmfmsub_<mode><round_name>,
711 fmai_vmfnmadd_<mode><round_name>, fmai_vmfnmsub_<mode><round_name>):
712 Use register_operand instead of <round_nimm_predicate> for the
713 operand that needs to match output.
714 (*fmai_fmadd_<mode>, *fmai_fmsub_<mode>,
715 *fmai_fnmadd_<mode><round_name>, *fmai_fnmsub_<mode><round_name>):
716 Likewise. Formatting fixes.
717
718 PR target/89784
719 * config/i386/i386.c (enum ix86_builtins): Remove
720 IX86_BUILTIN_VFMSUBSD3_MASK3 and IX86_BUILTIN_VFMSUBSS3_MASK3.
721 * config/i386/i386-builtin.def (__builtin_ia32_vfmaddsd3_mask,
722 __builtin_ia32_vfmaddsd3_mask3, __builtin_ia32_vfmaddsd3_maskz,
723 __builtin_ia32_vfmsubsd3_mask3, __builtin_ia32_vfmaddss3_mask,
724 __builtin_ia32_vfmaddss3_mask3, __builtin_ia32_vfmaddss3_maskz,
725 __builtin_ia32_vfmsubss3_mask3): New builtins.
726 * config/i386/sse.md (avx512f_vmfmadd_<mode>_mask<round_name>,
727 avx512f_vmfmadd_<mode>_mask3<round_name>,
728 avx512f_vmfmadd_<mode>_maskz_1<round_name>,
729 *avx512f_vmfmsub_<mode>_mask<round_name>,
730 avx512f_vmfmsub_<mode>_mask3<round_name>,
731 *avx512f_vmfmasub_<mode>_maskz_1<round_name>,
732 *avx512f_vmfnmadd_<mode>_mask<round_name>,
733 *avx512f_vmfnmadd_<mode>_mask3<round_name>,
734 *avx512f_vmfnmadd_<mode>_maskz_1<round_name>,
735 *avx512f_vmfnmsub_<mode>_mask<round_name>,
736 avx512f_vmfnmsub_<mode>_mask3<round_name>,
737 *avx512f_vmfnmsub_<mode>_maskz_1<round_name>): New define_insns.
738 (avx512f_vmfmadd_<mode>_maskz<round_expand_name>): New define_expand.
739 * config/i386/avx512fintrin.h (_mm_mask_fmadd_sd, _mm_mask_fmadd_ss,
740 _mm_mask3_fmadd_sd, _mm_mask3_fmadd_ss, _mm_maskz_fmadd_sd,
741 _mm_maskz_fmadd_ss, _mm_mask_fmsub_sd, _mm_mask_fmsub_ss,
742 _mm_mask3_fmsub_sd, _mm_mask3_fmsub_ss, _mm_maskz_fmsub_sd,
743 _mm_maskz_fmsub_ss, _mm_mask_fnmadd_sd, _mm_mask_fnmadd_ss,
744 _mm_mask3_fnmadd_sd, _mm_mask3_fnmadd_ss, _mm_maskz_fnmadd_sd,
745 _mm_maskz_fnmadd_ss, _mm_mask_fnmsub_sd, _mm_mask_fnmsub_ss,
746 _mm_mask3_fnmsub_sd, _mm_mask3_fnmsub_ss, _mm_maskz_fnmsub_sd,
747 _mm_maskz_fnmsub_ss, _mm_mask_fmadd_round_sd, _mm_mask_fmadd_round_ss,
748 _mm_mask3_fmadd_round_sd, _mm_mask3_fmadd_round_ss,
749 _mm_maskz_fmadd_round_sd, _mm_maskz_fmadd_round_ss,
750 _mm_mask_fmsub_round_sd, _mm_mask_fmsub_round_ss,
751 _mm_mask3_fmsub_round_sd, _mm_mask3_fmsub_round_ss,
752 _mm_maskz_fmsub_round_sd, _mm_maskz_fmsub_round_ss,
753 _mm_mask_fnmadd_round_sd, _mm_mask_fnmadd_round_ss,
754 _mm_mask3_fnmadd_round_sd, _mm_mask3_fnmadd_round_ss,
755 _mm_maskz_fnmadd_round_sd, _mm_maskz_fnmadd_round_ss,
756 _mm_mask_fnmsub_round_sd, _mm_mask_fnmsub_round_ss,
757 _mm_mask3_fnmsub_round_sd, _mm_mask3_fnmsub_round_ss,
758 _mm_maskz_fnmsub_round_sd, _mm_maskz_fnmsub_round_ss): New intrinsics.
759
760 2019-03-21 Martin Sebor <msebor@redhat.com>
761
762 PR tree-optimization/89350
763 * builtins.c (compute_objsize): Also ignore offsets whose upper
764 bound is negative.
765 * gimple-ssa-warn-restrict.c (builtin_memref): Add new member.
766 (builtin_memref::builtin_memref): Initialize new member.
767 Allow EXPR to be null.
768 (builtin_memref::extend_offset_range): Replace local with a member.
769 Avoid assuming pointer offsets are unsigned.
770 (builtin_memref::set_base_and_offset): Determine base object
771 before computing offset range.
772 (builtin_access::builtin_access): Handle memset.
773 (builtin_access::generic_overlap): Replace local with a member.
774 (builtin_access::strcat_overlap): Same.
775 (builtin_access::overlap): Same.
776 (maybe_diag_overlap): Same.
777 (maybe_diag_access_bounds): Same.
778 (wrestrict_dom_walker::check_call): Handle memset.
779 (check_bounds_or_overlap): Same.
780
781 2019-03-21 Jan Hubicka <hubicka@ucw.cz>
782 Jakub Jelinek <jakub@redhat.com>
783
784 PR lto/89692
785 * tree.c (fld_type_variant, fld_incomplete_type_of,
786 fld_process_array_type): Call fld->pset.add and don't call
787 add_tree_to_fld_list if it returns true.
788 (free_lang_data_in_type): Similarly with self-recursive call. Purge
789 non-marked types from TYPE_NEXT_VARIANT list.
790 (find_decls_types_r): Call fld_worklist_push for TYPE_CANONICAL (t).
791
792 2019-03-21 Jakub Jelinek <jakub@redhat.com>
793
794 * hash-table.h (hash_table): Add Lazy template parameter defaulted
795 to false, if true, don't alloc_entries during construction, but defer
796 it to the first method that needs m_entries allocated.
797 (hash_table::hash_table, hash_table::~hash_table,
798 hash_table::alloc_entries, hash_table::find_empty_slot_for_expand,
799 hash_table::too_empty_p, hash_table::expand, hash_table::empty_slow,
800 hash_table::clear_slot, hash_table::traverse_noresize,
801 hash_table::traverse, hash_table::iterator::slide): Adjust all methods.
802 * hash-set.h (hash_set): Add Lazy template parameter defaulted to
803 false.
804 (hash_set::contains): If Lazy is true, use find_slot_with_hash with
805 NO_INSERT instead of find_with_hash.
806 (hash_set::traverse, hash_set::iterator, hash_set::iterator::m_iter,
807 hash_set::m_table): Add Lazy to template params of hash_table.
808 (gt_ggc_mx, gt_pch_nx): Use false as Lazy in hash_set template param.
809 * attribs.c (test_attribute_exclusions): Likewise.
810 * hash-set-tests.c (test_set_of_strings): Add iterator tests for
811 hash_set. Add tests for hash_set with Lazy = true.
812
813 2019-03-21 Richard Biener <rguenther@suse.de>
814
815 PR tree-optimization/89779
816 * tree.c (tree_nop_conversion): Consolidate and fix defensive
817 checks with respect to released SSA names now having error_mark_node
818 type.
819 * fold-const.c (operand_equal_p): Likewise.
820
821 2019-03-20 Andreas Krebbel <krebbel@linux.ibm.com>
822
823 PR target/89775
824 * config/s390/s390.c (global_not_special_regno_p): Move to make it
825 available to ...
826 (s390_optimize_register_info): Use global_not_special_regno_p to
827 check for global regs.
828
829 2019-03-20 Jakub Jelinek <jakub@redhat.com>
830
831 PR target/89752
832 * lra-constraints.c (process_alt_operands) <reg>: For BLKmode, don't
833 update this_alternative nor this_alternative_set.
834
835 2019-03-19 Jim Wilson <jimw@sifive.com>
836
837 PR target/89411
838 * config/riscv/riscv.c (riscv_valid_lo_sum_p): New arg x. New locals
839 align, size, offset. Use them to handle a BLKmode reference. Update
840 comment.
841 (riscv_classify_address): Pass info->offset to riscv_valid_lo_sum_p.
842
843 2019-03-19 Jakub Jelinek <jakub@redhat.com>
844
845 PR rtl-optimization/89768
846 * loop-unroll.c (unroll_loop_constant_iterations): Use gen_int_mode
847 instead of GEN_INT.
848 (unroll_loop_runtime_iterations): Likewise.
849
850 2019-03-19 Martin Sebor <msebor@redhat.com>
851
852 PR tree-optimization/89644
853 * tree-ssa-strlen.c (handle_builtin_stxncpy): Use full_string_p
854 rather than endptr as an indicator of nul-termination.
855
856 PR tree-optimization/89644
857 * tree-ssa-strlen.c (handle_builtin_stxncpy): Consider unterminated
858 arrays in determining sequence sizes in strncpy and stpncpy.
859
860 2019-03-19 Martin Liska <mliska@suse.cz>
861
862 PR middle-end/89737
863 * predict.c (combine_predictions_for_bb): Empty likely_edges and
864 unlikely_edges if there's an edge that belongs to both these sets.
865
866 2018-03-19 Segher Boessenkool <segher@kernel.crashing.org>
867
868 PR target/89746
869 * config/rs6000/rs6000.md (fix_trunc<mode>si2_stfiwx): If we have a
870 non-TARGET_MFCRF target, and the dest is memory but not 32-bit aligned,
871 go via a stack temporary.
872
873 2019-03-19 Jakub Jelinek <jakub@redhat.com>
874
875 PR target/89378
876 * config/mips/mips.c (mips_expand_vec_cond_expr): Use gen_lowpart
877 instead of gen_rtx_SUBREG.
878 * config/mips/mips-msa.md (vec_extract<mode><unitmode>): Likewise.
879
880 2019-03-19 Richard Biener <rguenther@suse.de>
881
882 PR debug/88389
883 * opts.c (finish_options): Disable -gsplit-dwarf when doing LTO.
884
885 2019-03-19 Jan Hubicka <hubicka@ucw.cz>
886
887 PR lto/87809
888 PR lto/89335
889 * tree.c (free_lang_data_in_decl): Do not free context of C++
890 destrutors.
891
892 2019-03-19 Jakub Jelinek <jakub@redhat.com>
893
894 PR target/89506
895 * config/arm/arm.md (cmpsi2_addneg): Swap the alternatives and use
896 subs for the first alternative except when operands[3] is 1.
897
898 PR target/89752
899 * gimplify.c (gimplify_asm_expr): For output argument with
900 TREE_ADDRESSABLE type, clear allows_reg if it allows memory, otherwise
901 diagnose error.
902
903 2019-03-19 Eric Botcazou <ebotcazou@adacore.com>
904
905 PR rtl-optimization/89753
906 * loop-unroll.c (decide_unroll_constant_iterations): Make guard for
907 explicit unrolling factor even more robust.
908
909 2019-03-19 Jakub Jelinek <jakub@redhat.com>
910
911 PR target/89726
912 * config/i386/i386.c (ix86_expand_floorceildf_32): In ceil
913 compensation use x2 += 1 instead of x2 -= -1 and when honoring
914 signed zeros, do another copysign after the compensation.
915
916 2019-03-18 Martin Sebor <msebor@redhat.com>
917
918 PR tree-optimization/89720
919 * tree-vrp.c (vrp_prop::check_mem_ref): Treat range with max < min
920 more conservatively, the same as anti-range.
921
922 2019-03-18 Richard Biener <rguenther@suse.de>
923
924 PR middle-end/88945
925 * tree-ssanames.c (release_ssa_name_fn): For released SSA names
926 use a TREE_TYPE of error_mark_node to avoid ICEs when dumping
927 basic-blocks that are removed. Remove restoring SSA_NAME_VAR.
928 * tree-outof-ssa.c (eliminate_useless_phis): Remove redundant checking.
929
930 2019-03-18 Andrew Stubbs <ams@codesourcery.com>
931
932 * config/gcn/gcn-run.c (struct output): Make next_output unsigned.
933 Extend queue to 1024 entries.
934 Add "consumed" field.
935 (gomp_print_output): Remove print_index parameter.
936 Add final parameter.
937 Change limit to unsigned.
938 Use consumed field to implement circular buffer.
939 Detect interrupted print in final pass.
940 Flush output at the end.
941 (run): Update gomp_print_output usage.
942 (main): Initialize kernargs->output_data.consumed.
943
944 2019-03-18 Richard Sandiford <richard.sandiford@arm.com>
945
946 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Fix the
947 calculation of the minimum number of scalar iterations for
948 fully-predicated loops.
949
950 2019-03-18 Martin Jambor <mjambor@suse.cz>
951
952 PR tree-optimization/89546
953 * tree-sra.c (propagate_subaccesses_across_link): Requeue new_acc if
954 any propagation to its children took place.
955
956 2019-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 PR target/89627
959 * config/riscv/riscv.c (riscv_pass_fpr_single): Add offset
960 parameter, and make use of it.
961 (riscv_get_arg_info): Pass offset to riscv_pass_fpr_single.
962
963 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
964
965 * config/arc/arc.opt (mcode-density-frame): Get the inital value
966 from TARGET_CODE_DENSITY_FRAME_DEFAULT.
967 * config/arc/elf.h (TARGET_CODE_DENSITY_FRAME_DEFAULT): Define.
968 * config/arc/linux.h (TARGET_CODE_DENSITY_FRAME_DEFAULT): Define.
969 * config/arc/arc.md (pop_multi_fp_blink): Adjust constraints to
970 match what the ops is doing.
971 (push_multi_fp_blink): Likewise.
972 * config/arc/arc.c (arc_override_options): Enable enter/leave when
973 compiling for size and elf target.
974 (arc_save_callee_enter): Adjust note to match what enter/leave
975 operation does.
976
977 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
978
979 * config/arc/arc.md (tst_movb): Fix constraint.
980
981 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
982
983 * config/arc/arc.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define.
984
985 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
986
987 * config/arc/arc-protos.h (arc_adjust_reg_alloc_order): Declare.
988 * config/arc/arc.c (arc_conditional_register_usage): Remove all
989 reg_alloc_order references.
990 (size_alloc_order): Define.
991 (arc_adjust_reg_alloc_order): New function.
992 * config/arc/arc.h (REG_ALLOC_ORDER): Proper define the register
993 order.
994 (ADJUST_REG_ALLOC_ORDER): Define.
995 (HONOR_REG_ALLOC_ORDER): Likewise.
996
997 2019-03-18 Richard Biener <rguenther@suse.de>
998
999 PR target/87561
1000 * config/i386/i386.c (ix86_add_stmt_cost): Pessimize strided
1001 loads and stores a bit more.
1002
1003 2019-03-18 Richard Biener <rguenther@suse.de>
1004
1005 PR target/87561
1006 * config/i386/i386.c (ix86_add_stmt_cost): Apply strided
1007 load pessimization to stores as well.
1008
1009 2019-03-18 Andrey Belevantsev <abel@ispras.ru>
1010
1011 PR middle-end/86979
1012 * sel-sched.c (compute_av_set_at_bb_end): When we have an ineligible
1013 successor, use NULL as its av set.
1014
1015 2019-03-15 Segher Boessenkool <segher@kernel.crashing.org>
1016
1017 PR rtl-optimization/89721
1018 * lra-constraints (invariant_p): Return false if side_effects_p holds.
1019
1020 2019-03-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1021
1022 PR target/87532
1023 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
1024 When handling vec_extract, use modular arithmetic to allow
1025 constant selectors greater than vector length.
1026 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Allow
1027 V1TImode vectors to have constant selector values greater than 0.
1028 Use modular arithmetic to compute vector index.
1029 (rs6000_split_vec_extract_var): Use modular arithmetic to compute
1030 index for in-memory vectors. Correct code generation for
1031 in-register vectors.
1032 (altivec_expand_vec_ext_builtin): Use modular arithmetic to
1033 compute index.
1034
1035 2019-03-15 Alexandre Oliva <aoliva@redhat.com>
1036
1037 PR c++/88534
1038 PR c++/88537
1039 * dwarf2out.c (generic_parameter_die): Follow DECL_INITIAL of
1040 VAR_DECL args.
1041
1042 2019-03-15 Jakub Jelinek <jakub@redhat.com>
1043
1044 PR c++/89709
1045 * tree.c (inchash::add_expr): Strip any location wrappers.
1046 * fold-const.c (operand_equal_p): Move stripping of location wrapper
1047 after hash verification.
1048
1049 PR debug/89704
1050 * dwarf2out.c (add_const_value_attribute): Return false for MINUS,
1051 SIGN_EXTEND and ZERO_EXTEND.
1052
1053 2019-03-14 Jason Merrill <jason@redhat.com>
1054 Jakub Jelinek <jakub@redhat.com>
1055
1056 * hash-table.h (remove_elt_with_hash): Return if slot is NULL rather
1057 than if is_empty (*slot).
1058 * hash-set-tests.c (test_set_of_strings): Add tests for addition of
1059 existing elt and for elt removal.
1060 * hash-map-tests.c (test_map_of_strings_to_int): Add test for removal
1061 of already removed elt.
1062
1063 2019-03-15 H.J. Lu <hongjiu.lu@intel.com>
1064
1065 PR target/89650
1066 * config/i386/i386.c (remove_partial_avx_dependency): Handle
1067 REG_EH_REGION note.
1068
1069 2019-03-14 Martin Liska <mliska@suse.cz>
1070
1071 PR other/89712
1072 * doc/invoke.texi: Remove -fdump-class-hierarchy option.
1073
1074 2019-03-14 Richard Biener <rguenther@suse.de>
1075
1076 PR target/89711
1077 * config/i386/i386.c (make_resolver_func): Properly set
1078 DECL_CONTEXT on the RESULT_DECL.
1079 * config/rs6000/rs6000.c (make_resolver_func): Likewise.
1080
1081 2019-03-14 Richard Biener <rguenther@suse.de>
1082
1083 * gimple-pretty-print.c: Include cfgloop.h.
1084 (dump_gimple_phi): Adjust.
1085 (dump_gimple_bb_header): Dump loop header for GIMPLE.
1086 (pp_cfg_jump): Adjust.
1087 (dump_implicit_edges): Dump fallthru to next block for GIMPLE as well.
1088 * tree-cfg.c (build_gimple_cfg): Remove lower_phi_internal_fn call.
1089 (lower_phi_internal_fn): Remove.
1090 (verify_gimple_call): Remove IFN_PHI special-casing.
1091 (dump_function_to_file): Dump IL state.
1092 * tree-into-ssa.c (rewrite_add_phi_arguments): Revert changes
1093 done to deal with PHI nodes being present in non-SSA state.
1094
1095 2019-03-14 Jakub Jelinek <jakub@redhat.com>
1096
1097 PR ipa/89684
1098 * multiple_target.c (create_dispatcher_calls): Change
1099 references_to_redirect from vector of ipa_ref * to vector of ipa_ref.
1100 In the node->iterate_referring loop, push *ref rather than ref, call
1101 ref->remove_reference () and always pass 0 to iterate_referring.
1102
1103 PR rtl-optimization/89679
1104 * expmed.c (expand_mult_const): Don't add a REG_EQUAL note if it
1105 would contain a paradoxical SUBREG.
1106
1107 2019-03-14 Richard Biener <rguenther@suse.de>
1108
1109 PR tree-optimization/89710
1110 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use
1111 safe_dyn_cast.
1112
1113 2019-03-14 Martin Liska <mliska@suse.cz>
1114
1115 * coverage.c (coverage_begin_function): Stream also
1116 end_column.
1117 * doc/gcov.texi: Document 2 new fields in JSON file. Improve
1118 documentation about function declaration location.
1119 * gcov-dump.c (tag_function): Print whole range
1120 of function declaration.
1121 * gcov.c (struct function_info): Add end_column field.
1122 (function_info::function_info): Initialize it.
1123 (output_json_intermediate_file): Output {start,end}_column
1124 fields.
1125 (read_graph_file): Read end_column.
1126
1127 2019-03-14 Richard Biener <rguenther@suse.de>
1128
1129 PR middle-end/89698
1130 * fold-const.c (operand_equal_p): For INDIRECT_REF check
1131 that the access types are similar.
1132
1133 2019-03-14 Jakub Jelinek <jakub@redhat.com>
1134
1135 PR tree-optimization/89703
1136 * tree-ssa-strlen.c (valid_builtin_call): Punt if stmt call types
1137 aren't compatible also with builtin_decl_explicit. Check pure
1138 or non-pure status of BUILT_IN_STR{{,N}CMP,N{LEN,{CAT,CPY}{,_CHK}}}
1139 and BUILT_IN_STPNCPY{,_CHK}.
1140
1141 2019-03-14 H.J. Lu <hongjiu.lu@intel.com>
1142
1143 PR target/89523
1144 * config/i386/i386.c (ix86_print_operand): Handle 'M' to add
1145 addr32 prefix to VSIB address for X32.
1146 * config/i386/sse.md (*avx512pf_gatherpf<mode>sf_mask): Prepend
1147 "%M2" to opcode.
1148 (*avx512pf_gatherpf<mode>df_mask): Likewise.
1149 (*avx512pf_scatterpf<mode>sf_mask): Likewise.
1150 (*avx512pf_scatterpf<mode>df_mask): Likewise.
1151 (*avx2_gathersi<mode>): Prepend "%M3" to opcode.
1152 (*avx2_gathersi<mode>_2): Prepend "%M2" to opcode.
1153 (*avx2_gatherdi<mode>): Prepend "%M3" to opcode.
1154 (*avx2_gatherdi<mode>_2): Prepend "%M2" to opcode.
1155 (*avx2_gatherdi<mode>_3): Prepend "%M3" to opcode.
1156 (*avx2_gatherdi<mode>_4): Prepend "%M2" to opcode.`
1157 (*avx512f_gathersi<mode>): Prepend "%M4" to opcode.
1158 (*avx512f_gathersi<mode>_2): Prepend "%M3" to opcode.
1159 (*avx512f_gatherdi<mode>): Prepend "%M4" to opcode.
1160 (*avx512f_gatherdi<mode>_2): Prepend "%M3" to opcode.
1161 (*avx512f_scattersi<mode>): Prepend "%M0" to opcode.
1162 (*avx512f_scatterdi<mode>): Likewise.
1163
1164 2019-03-13 Vladimir Makarov <vmakarov@redhat.com>
1165
1166 PR target/85860
1167 * lra-constraints.c (inherit_in_ebb): Update
1168 potential_reload_hard_regs along with live_hard_regs.
1169
1170 2019-03-13 Jakub Jelinek <jakub@redhat.com>
1171
1172 PR debug/89498
1173 * dwarf2out.c (size_of_die): For dw_val_class_view_list always use
1174 DWARF_OFFSET_SIZE.
1175 (value_format): For dw_val_class_view_list never use DW_FORM_loclistx.
1176
1177 2019-03-13 Martin Sebor <msebor@redhat.com>
1178
1179 PR tree-optimization/89662
1180 * tree-vrp.c (vrp_prop::check_mem_ref): Avoid assuming every type
1181 has a size.
1182
1183 2019-03-13 Richard Biener <rguenther@suse.de>
1184
1185 PR middle-end/89677
1186 * tree-scalar-evolution.c (simplify_peeled_chrec): Do not
1187 throw FP expressions at tree-affine.
1188
1189 2019-03-14 Richard Biener <rguenther@suse.de>
1190
1191 * tree-pretty-print.c (dump_generic_node): For -gimple properly
1192 dump negative integer constants using _Literal (type) -num.
1193
1194 2019-03-13 Jakub Jelinek <jakub@redhat.com>
1195
1196 * ipa-param-manipulation.h (struct ipa_parm_adjustment): Remove
1197 nonlocal_value member.
1198
1199 PR middle-end/88588
1200 * omp-simd-clone.c (ipa_simd_modify_stmt_ops): Handle PHI args.
1201 (ipa_simd_modify_function_body): Handle PHIs.
1202
1203 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
1204
1205 * config/s390/s390.c (s390_option_override_internal): Use more
1206 aggressive inlining parameters.
1207
1208 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
1209
1210 * config/s390/3906.md: New file.
1211 * config/s390/s390.c (MAX_SCHED_UNITS): Increase.
1212 (LONGRUNNING_THRESHOLD): Remove.
1213 (MAX_SCHED_MIX_SCORE): Decrease.
1214 (MAX_SCHED_MIX_DISTANCE): Decrease.
1215 (s390_bb_fallthru_entry_likely): Assume fallthru for less than likely.
1216 (struct s390_sched_state): New struct to hold scheduling state.
1217 (S390_SCHED_STATE_NORMAL): Remove.
1218 (S390_SCHED_STATE_CRACKED): Remove.
1219 (S390_SCHED_ATTR_MASK_GROUPOFTWO): Add.
1220 (s390_get_sched_attrmask): Use new attribute.
1221 (s390_get_unit_mask): Use new units.
1222 (s390_is_fpd): New function.
1223 (s390_is_fxd): New function.
1224 (s390_is_longrunning): New function.
1225 (s390_sched_score): Use new functions.
1226 (s390_sched_reorder): Likewise.
1227 (s390_sched_variable_issue): Rework and use new functions.
1228 (s390_sched_init): Use new functions.
1229 * config/s390/s390.h (s390_tune_attr): Add z14.
1230 * config/s390/s390.md: Add z14.
1231
1232 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
1233
1234 * config/s390/2964.md: Update pipeline description.
1235 * config/s390/s390.c (MAX_SCHED_UNITS): Increase.
1236 (LONGRUNNING_THRESHOLD): Remove.
1237 (LATENCY_FACTOR): Remove.
1238 (s390_get_unit_mask): Add unit.
1239 (s390_sched_score): Use fxd/fpd.
1240 (s390_sched_variable_issue): Use fxd/fpd.
1241
1242 2019-03-12 Martin Liska <mliska@suse.cz>
1243
1244 * config/i386/i386.c: Reword an error message.
1245
1246 2019-03-12 Martin Jambor <mjambor@suse.cz>
1247
1248 * cgraph.c (cgraph_node::dump): Dump more info for former thunks,
1249 terminate with newline.
1250
1251 2019-03-12 Jakub Jelinek <jakub@redhat.com>
1252
1253 PR target/52726
1254 * config/s390/s390.md (tabort): Use %wd instead of
1255 HOST_WIDE_INT_PRINT_DEC in error message, reword to avoid two capital
1256 letters and periods.
1257 * config/tilepro/tilepro.c (tilepro_print_operand): Use %wd in
1258 output_operand_lossage instead of HOST_WIDE_INT_PRINT_DEC, replace
1259 's with %< and %>.
1260
1261 PR middle-end/89663
1262 * builtins.c (expand_builtin_int_roundingfn,
1263 expand_builtin_int_roundingfn_2): Return NULL_RTX instead of
1264 gcc_unreachable if validate_arglist fails.
1265
1266 2019-03-12 Richard Biener <rguenther@suse.de>
1267
1268 PR tree-optimization/89664
1269 * tree-ssa-math-opts.c (execute_cse_reciprocals_1): Properly
1270 free the occurance tree after the early out.
1271
1272 2019-03-11 Jakub Jelinek <jakub@redhat.com>
1273
1274 PR middle-end/89655
1275 PR bootstrap/89656
1276 * vr-values.c (vr_values::update_value_range): If
1277 old_vr->varying_p (), don't update it, make new_vr also VARYING
1278 and return false.
1279
1280 2019-03-11 Martin Liska <mliska@suse.cz>
1281
1282 * config/aarch64/aarch64.c (aarch64_override_options_internal):
1283 Fix double string quoting.
1284
1285 2019-03-11 Martin Liska <mliska@suse.cz>
1286
1287 * collect-utils.c (collect_wait): Wrap apostrophes
1288 in gcc internal format with %'.
1289 * collect2.c (main): Likewise.
1290 (scan_prog_file): Likewise.
1291 (scan_libraries): Likewise.
1292 * config/i386/i386.c (ix86_expand_call): Likewise.
1293 (ix86_handle_interrupt_attribute): Likewise.
1294 * config/nds32/nds32-intrinsic.c (nds32_expand_builtin_impl): Likewise.
1295 * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
1296 * config/rl78/rl78.c (rl78_handle_saddr_attribute): Likewise.
1297 * lto-wrapper.c (find_crtoffloadtable): Likewise.
1298 * symtab.c (symtab_node::verify_base): Likewise.
1299 * tree-cfg.c (verify_gimple_label): Likewise.
1300 * tree.c (verify_type_variant): Likewise.
1301
1302 2019-03-11 Martin Liska <mliska@suse.cz>
1303
1304 * builtins.c (expand_builtin_thread_pointer): Wrap an option name
1305 in a string format message and fix GNU coding style.
1306 (expand_builtin_set_thread_pointer): Likewise.
1307 * common/config/aarch64/aarch64-common.c (aarch64_rewrite_selected_cpu): Likewise.
1308 * common/config/alpha/alpha-common.c (alpha_handle_option): Likewise.
1309 * common/config/arc/arc-common.c (arc_handle_option): Likewise.
1310 * common/config/arm/arm-common.c (arm_parse_fpu_option): Likewise.
1311 * common/config/bfin/bfin-common.c (bfin_handle_option): Likewise.
1312 * common/config/i386/i386-common.c (ix86_handle_option): Likewise.
1313 * common/config/ia64/ia64-common.c (ia64_handle_option): Likewise.
1314 * common/config/m68k/m68k-common.c (m68k_handle_option): Likewise.
1315 * common/config/msp430/msp430-common.c (msp430_handle_option): Likewise.
1316 * common/config/nds32/nds32-common.c (nds32_handle_option): Likewise.
1317 * common/config/powerpcspe/powerpcspe-common.c (rs6000_handle_option): Likewise.
1318 * common/config/riscv/riscv-common.c (riscv_subset_list::parsing_subset_version): Likewise.
1319 (riscv_subset_list::parse_std_ext): Likewise.
1320 (riscv_subset_list::parse_sv_or_non_std_ext): Likewise.
1321 (riscv_subset_list::parse): Likewise.
1322 * common/config/rs6000/rs6000-common.c (rs6000_handle_option): Likewise.
1323 * config/aarch64/aarch64.c (aarch64_parse_one_option_token): Likewise.
1324 (aarch64_override_options_internal): Likewise.
1325 (aarch64_validate_mcpu): Likewise.
1326 (aarch64_validate_march): Likewise.
1327 (aarch64_validate_mtune): Likewise.
1328 (aarch64_override_options): Likewise.
1329 * config/alpha/alpha.c (alpha_option_override): Likewise.
1330 * config/arc/arc.c (arc_init): Likewise.
1331 (parse_mrgf_banked_regs_option): Likewise.
1332 (arc_override_options): Likewise.
1333 (arc_expand_builtin_aligned): Likewise.
1334 * config/arm/arm-builtins.c (arm_expand_neon_builtin): Likewise.
1335 (arm_expand_builtin): Likewise.
1336 * config/arm/arm.c (arm_option_check_internal): Likewise.
1337 (arm_configure_build_target): Likewise.
1338 (arm_option_override): Likewise.
1339 (arm_options_perform_arch_sanity_checks): Likewise.
1340 (arm_handle_cmse_nonsecure_entry): Likewise.
1341 (arm_handle_cmse_nonsecure_call): Likewise.
1342 (arm_tls_referenced_p): Likewise.
1343 (thumb1_expand_prologue): Likewise.
1344 * config/avr/avr.c (avr_option_override): Likewise.
1345 * config/bfin/bfin.c (bfin_option_override): Likewise.
1346 * config/c6x/c6x.c (c6x_option_override): Likewise.
1347 * config/cr16/cr16.c (cr16_override_options): Likewise.
1348 * config/cris/cris.c (cris_option_override): Likewise.
1349 * config/csky/csky.c (csky_handle_isr_attribute): Likewise.
1350 * config/darwin-c.c (macosx_version_as_macro): Likewise.
1351 * config/darwin.c (darwin_override_options): Likewise.
1352 * config/frv/frv.c (frv_expand_builtin): Likewise.
1353 * config/h8300/h8300.c (h8300_option_override): Likewise.
1354 * config/i386/i386.c (parse_mtune_ctrl_str): Likewise.
1355 (ix86_option_override_internal): Likewise.
1356 (warn_once_call_ms2sysv_xlogues): Likewise.
1357 (ix86_expand_prologue): Likewise.
1358 (split_stack_prologue_scratch_regno): Likewise.
1359 (ix86_warn_parameter_passing_abi): Likewise.
1360 * config/ia64/ia64.c (fix_range): Likewise.
1361 * config/m68k/m68k.c (m68k_option_override): Likewise.
1362 * config/microblaze/microblaze.c (microblaze_option_override): Likewise.
1363 * config/mips/mips.c (mips_emit_probe_stack_range): Likewise.
1364 (mips_set_compression_mode): Likewise.
1365 * config/mmix/mmix.c (mmix_option_override): Likewise.
1366 * config/mn10300/mn10300.c (mn10300_option_override): Likewise.
1367 * config/msp430/msp430.c (msp430_option_override): Likewise.
1368 * config/nds32/nds32.c (nds32_option_override): Likewise.
1369 * config/nios2/nios2.c (nios2_custom_check_insns): Likewise.
1370 (nios2_option_override): Likewise.
1371 (nios2_expand_custom_builtin): Likewise.
1372 * config/nvptx/mkoffload.c (main): Likewise.
1373 * config/nvptx/nvptx.c (diagnose_openacc_conflict): Likewise.
1374 * config/pa/pa.c (fix_range): Likewise.
1375 (pa_option_override): Likewise.
1376 * config/riscv/riscv.c (riscv_parse_cpu): Likewise.
1377 (riscv_option_override): Likewise.
1378 * config/rl78/rl78.c (rl78_option_override): Likewise.
1379 * config/rs6000/aix61.h: Likewise.
1380 * config/rs6000/aix71.h: Likewise.
1381 * config/rs6000/aix72.h: Likewise.
1382 * config/rs6000/driver-rs6000.c (elf_platform): Likewise.
1383 * config/rs6000/freebsd64.h: Likewise.
1384 * config/rs6000/linux64.h: Likewise.
1385 * config/rs6000/rs6000.c (rs6000_option_override_internal): Likewise.
1386 (rs6000_expand_zeroop_builtin): Likewise.
1387 (rs6000_expand_mtfsb_builtin): Likewise.
1388 (rs6000_expand_set_fpscr_rn_builtin): Likewise.
1389 (rs6000_expand_set_fpscr_drn_builtin): Likewise.
1390 (rs6000_invalid_builtin): Likewise.
1391 (rs6000_expand_split_stack_prologue): Likewise.
1392 * config/rs6000/rtems.h: Likewise.
1393 * config/rx/rx.c (valid_psw_flag): Likewise.
1394 (rx_expand_builtin): Likewise.
1395 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Likewise.
1396 * config/s390/s390.c (s390_expand_builtin): Likewise.
1397 (s390_function_profiler): Likewise.
1398 (s390_option_override_internal): Likewise.
1399 (s390_option_override): Likewise.
1400 * config/sh/sh.c (sh_option_override): Likewise.
1401 (sh_builtin_saveregs): Likewise.
1402 (sh_fix_range): Likewise.
1403 * config/sh/vxworks.h: Likewise.
1404 * config/sparc/sparc.c (sparc_option_override): Likewise.
1405 * config/spu/spu.c (spu_option_override): Likewise.
1406 (fix_range): Likewise.
1407 * config/visium/visium.c (visium_option_override): Likewise.
1408 (visium_handle_interrupt_attr): Likewise.
1409 * config/xtensa/xtensa.c (xtensa_option_override): Likewise.
1410 * dbgcnt.c (dbg_cnt_set_limit_by_name): Likewise.
1411 (dbg_cnt_process_opt): Likewise.
1412 * dwarf2out.c (output_dwarf_version): Likewise.
1413 * except.c (expand_eh_return): Likewise.
1414 * gcc.c (defined): Likewise.
1415 (driver_handle_option): Likewise.
1416 (process_command): Likewise.
1417 (compare_files): Likewise.
1418 (driver::prepare_infiles): Likewise.
1419 (driver::do_spec_on_infiles): Likewise.
1420 (driver::maybe_run_linker): Likewise.
1421 * omp-offload.c (oacc_parse_default_dims): Likewise.
1422 * opts-global.c (handle_common_deferred_options): Likewise.
1423 * opts.c (parse_sanitizer_options): Likewise.
1424 (common_handle_option): Likewise.
1425 (enable_warning_as_error): Likewise.
1426 * passes.c (enable_disable_pass): Likewise.
1427 * plugin.c (parse_plugin_arg_opt): Likewise.
1428 (default_plugin_dir_name): Likewise.
1429 * targhooks.c (default_expand_builtin_saveregs): Likewise.
1430 (default_pch_valid_p): Likewise.
1431 * toplev.c (init_asm_output): Likewise.
1432 (process_options): Likewise.
1433 (toplev::run_self_tests): Likewise.
1434 * tree-cfg.c (verify_gimple_call): Likewise.
1435 * tree-inline.c (inline_forbidden_p_stmt): Likewise.
1436 (tree_inlinable_function_p): Likewise.
1437 * var-tracking.c (vt_find_locations): Likewise.
1438
1439 2019-03-11 Andreas Krebbel <krebbel@linux.ibm.com>
1440
1441 * config/s390/s390.c (s390_expand_builtin): Do the copy_to_reg not
1442 only on the else branch.
1443
1444 2019-03-11 Martin Liska <mliska@suse.cz>
1445
1446 * gcov.c (output_intermediate_json_line): Print function
1447 name of each line.
1448 (output_json_intermediate_file): Add new argument.
1449 * doc/gcov.texi: Document the change.
1450
1451 2019-03-11 Eric Botcazou <ebotcazou@adacore.com>
1452
1453 PR rtl-optimization/89588
1454 * loop-unroll.c (decide_unroll_constant_iterations): Make guard for
1455 explicit unrolling factor more robust.
1456
1457 2019-03-11 Richard Biener <rguenther@suse.de>
1458
1459 PR tree-optimization/89649
1460 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
1461 * tree-vect-loop-manip.c (vect_do_peeling): Unset force_vectorize
1462 on the prolog and epilog loops.
1463 (vect_loop_versioning): Return copy of loop.
1464 * tree-vect-loop.c (vect_transform_loop): Unset force_vectorize
1465 on the non-vectorized version of the loop.
1466
1467 2019-03-10 Uroš Bizjak <ubizjak@gmail.com>
1468
1469 PR target/68924
1470 * config/i386/sse.md (*vec_extractv2di_0_sse):
1471 Add (=r,x) alternative and corresponding splitter.
1472
1473 2019-03-10 Martin Jambor <mjambor@suse.cz>
1474
1475 PR tree-optimization/85762
1476 PR tree-optimization/87008
1477 PR tree-optimization/85459
1478 * tree-sra.c (contains_vce_or_bfcref_p): New parameter, set the bool
1479 it points to if there is a type changing MEM_REF. Adjust all callers.
1480 (build_accesses_from_assign): Disable total scalarization if
1481 contains_vce_or_bfcref_p returns true through the new parameter, for
1482 both rhs and lhs.
1483
1484 2019-03-09 Jakub Jelinek <jakub@redhat.com>
1485
1486 PR c/88568
1487 * attribs.c (handle_dll_attribute): Don't clear TREE_STATIC for
1488 dllimport on VAR_DECLs with RECORD_TYPE or UNION_TYPE DECL_CONTEXT.
1489
1490 PR target/79645
1491 * common.opt (fdiagnostics-show-labels,
1492 fdiagnostics-show-line-numbers, fdiagnostics-format=,
1493 fdiagnostics-minimum-margin-width=, fgnat-encodings=, gas-loc-support,
1494 gas-locview-support, ginline-points, ginternal-reset-location-views):
1495 Terminate description text with a dot.
1496 * config/microblaze/microblaze.opt (mxl-prefetch): Likewise.
1497 * config/mcore/mcore.opt (m210, m340): Likewise.
1498 * config/epiphany/epiphany.opt (mprefer-short-insn-regs, mcmove,
1499 mnops=): Start description text with a capital letter.
1500 * config/arc/arc.opt (msize-level=): Likewise.
1501 * config/sh/sh.opt (minline-ic_invalidate): Likewise.
1502 * config/rs6000/sysv4.opt (mno-toc, mtoc, mno-traceback, mshlib,
1503 mnewlib): Likewise.
1504 * config/ft32/ft32.opt (msim): Likewise.
1505 (mft32b, mcompress): Likewise. Terminate description text with a dot.
1506 (mnodiv, mnopm): Terminate description text with a dot.
1507 * config/c6x/c6x.opt (c6x_sdata): Terminate Enum description with
1508 a colon.
1509 * config/i386/i386.opt (prefer_vector_width, instrument_return):
1510 Likewise.
1511 * config/rx/rx.opt (nofpu): Remove trailing spaces from description
1512 text.
1513
1514 PR rtl-optimization/89634
1515 * cfgcleanup.c (thread_jump): Punt if registers mentioned in cond1
1516 are modified in BB_END (e->src) instruction.
1517
1518 2019-03-08 David Malcolm <dmalcolm@redhat.com>
1519
1520 PR target/79926
1521 * config/i386/i386.c (ix86_set_current_function): Make "sorry"
1522 messages more amenable to translation, and improve wording.
1523
1524 2019-03-08 Bill Schmidt <wschmidt@linux.ibm.com>
1525
1526 * config/rs6000/rs6000-p8swap.c (rs6000_analyze_swaps): Rebuild
1527 ud- and du-chains between phases.
1528
1529 2019-03-08 Richard Sandiford <richard.sandiford@arm.com>
1530
1531 PR debug/89631
1532 * dwarf2cfi.c (dwarf2out_frame_debug_expr): Use CONST_POLY_INT
1533 instead of POLY_INT_CST.
1534
1535 2019-03-08 Andre Vieira <andre.simoesdiasvieira@arm.com>
1536
1537 * config/arm/arm.h (TARGET_FP16_TO_DOUBLE): Add TARGET_VFP_DOUBLE
1538 requirement.
1539
1540 2019-03-08 Uroš Bizjak <ubizjak@gmail.com>
1541
1542 PR target/68924
1543 PR target/78782
1544 PR target/87558
1545 * config/i386/emmintrin.h (_mm_loadu_si64): New intrinsic.
1546 (_mm_storeu_si64): Ditto.
1547
1548 2019-03-08 Martin Liska <mliska@suse.cz>
1549
1550 PR target/86952
1551 * config/i386/i386.c (ix86_option_override_internal): Disable
1552 jump tables when retpolines are used.
1553
1554 2019-03-08 Jan Hubicka <hubicka@ucw.cz>
1555
1556 PR go/63560
1557 * ipa-split.c (execute_split_functions): Do not split
1558 'noinline' or 'section' function.
1559
1560 2019-03-08 Jakub Jelinek <jakub@redhat.com>
1561
1562 PR target/79846
1563 * config/s390/s390.c (s390_const_operand_ok): Use %wu instead of
1564 HOST_WIDE_INT_PRINT_UNSIGNED and %wd instead of
1565 HOST_WIDE_INT_PRINT_DEC. Formatting fixes.
1566
1567 PR ipa/80000
1568 * ipa-devirt.c (compare_virtual_tables): Remove two trailing spaces
1569 from diagnostics. Formatting fixes.
1570
1571 PR target/85665
1572 * ipa-devirt.c (odr_types_equivalent_p): Fix grammar in
1573 warn_odr diagnostics.
1574
1575 PR other/80058
1576 * lra-constraints.c (process_alt_operands): Avoid one space before
1577 " at the end of line and another after " on another line in a string
1578 literal.
1579 * attribs.c (handle_dll_attribute): Likewise.
1580 * config/avr/avr-devices.c (avr_texinfo): Likewise.
1581
1582 * gimple-ssa-warn-alloca.c (pass_walloca::execute): Don't wrap
1583 warning_at or inform messages in G_() if there is no ?:.
1584
1585 PR tree-optimization/89550
1586 * builtins.c (c_strlen): Only set TREE_NO_WARNING if warning_at
1587 returned true. Formatting fixes.
1588 (expand_builtin_strnlen): Formatting fixes.
1589 * tree-vrp.c (vrp_prop::check_mem_ref): Only set TREE_NO_WARNING
1590 if warning_at returned true.
1591 * tree-cfg.c (pass_warn_function_return::execute): Likewise.
1592
1593 2019-03-08 Richard Biener <rguenther@suse.de>
1594
1595 PR middle-end/89578
1596 * cfgloop.h (struct loop): Add owned_clique field.
1597 * cfgloopmanip.c (copy_loop_info): Copy it.
1598 * tree-cfg.c (gimple_duplicate_bb): Do not remap owned_clique
1599 cliques.
1600 * tree-inline.c (copy_loops): Remap owned_clique.
1601 * lto-streamer-in.c (input_cfg): Stream owned_clique.
1602 * lto-streamer-out.c (output_cfg): Likewise.
1603
1604 2019-03-08 Jakub Jelinek <jakub@redhat.com>
1605
1606 PR target/80190
1607 * config/darwin.c: Include intl.h.
1608 (darwin_build_constant_cfstring): Improve i18n of diagnostics by not
1609 composing the message out of two separate parts.
1610
1611 2019-03-07 Jakub Jelinek <jakub@redhat.com>
1612
1613 PR target/80003
1614 * config/i386/i386.c (ix86_set_func_type): Make sure diagnostics
1615 doesn't start with a capital letter and doesn't end with a dot.
1616 (ix86_function_arg_boundary): Make sure diagnostics doesn't start
1617 with a capital letter.
1618 (ix86_mangle_function_version_assembler_name): Likewise.
1619 (ix86_generate_version_dispatcher_body): Likewise.
1620 (fold_builtin_cpu): Likewise.
1621 (get_builtin_code_for_version): Likewise. Remove extraneous space.
1622 (ix86_handle_interrupt_attribute): Make the diagnostics easier for
1623 translators, wrap full type name in %qs.
1624
1625 PR translation/79999
1626 * gimplify.c (gimplify_omp_ordered): Reword diagnostics to talk about
1627 depend clause with source (or sink) modifier.
1628 * omp-expand.c (expand_omp_ordered_sink): Likewise.
1629
1630 PR target/89602
1631 * config/i386/sse.md (avx512f_mov<ssescalarmodelower>_mask,
1632 *avx512f_load<mode>_mask, avx512f_store<mode>_mask): New define_insns.
1633 (avx512f_load<mode>_mask): New define_expand.
1634 * config/i386/i386-builtin.def (__builtin_ia32_loadsd_mask,
1635 __builtin_ia32_loadss_mask, __builtin_ia32_storesd_mask,
1636 __builtin_ia32_storess_mask, __builtin_ia32_movesd_mask,
1637 __builtin_ia32_movess_mask): New builtins.
1638 * config/i386/avx512fintrin.h (_mm_mask_load_ss, _mm_maskz_load_ss,
1639 _mm_mask_load_sd, _mm_maskz_load_sd, _mm_mask_move_ss,
1640 _mm_maskz_move_ss, _mm_mask_move_sd, _mm_maskz_move_sd,
1641 _mm_mask_store_ss, _mm_mask_store_sd): New intrinsics.
1642
1643 2019-03-07 Martin Jambor <mjambor@suse.cz>
1644
1645 PR lto/87525
1646 * ipa-cp.c (perform_estimation_of_a_value): Account zero time benefit
1647 for extern inline functions.
1648
1649 2019-03-07 Martin Jambor <mjambor@suse.cz>
1650
1651 PR ipa/88235
1652 * cgraph.h (cgraph_node): New inline method former_thunk_p.
1653 * cgraph.c (cgraph_node::dump): Dump a note if node is a former thunk.
1654 (clone_of_p): Treat expanded thunks like thunks, be optimistic if they
1655 have multiple callees. At the end check if declarations match as
1656 opposed to cgraph_nodes.
1657
1658 2019-03-07 Martin Liska <mliska@suse.cz>
1659
1660 * cgraph.c (cgraph_node::verify_node): Verify with a neighbour
1661 which is equivalent to searching for this in clones chain.
1662 * symtab.c (symtab_node::verify_base): Similarly compare ASM
1663 names with a neighbour and special case first node in a chain.
1664
1665 2019-01-25 Jason Merrill <jason@redhat.com>
1666
1667 PR c++/80916 - spurious "static but not defined" warning.
1668 * gimple-fold.c (can_refer_decl_in_current_unit_p): Return false
1669 for an internal symbol with DECL_EXTERNAL.
1670
1671 2019-04-07 Richard Biener <rguenther@suse.de>
1672
1673 PR middle-end/89618
1674 * cfgloopmanip.c (copy_loop_info): Copy forgotten fields.
1675 * tree-inline.c (copy_loops): Simplify.
1676
1677 2019-03-07 Martin Liska <mliska@suse.cz>
1678
1679 * dwarf2out.c (add_AT_vms_delta): Revert function removal.
1680
1681 2019-03-07 Richard Biener <rguenther@suse.de>
1682
1683 PR tree-optimization/89595
1684 * tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Take
1685 stmt iterator as reference, take boolean output parameter to
1686 indicate whether the stmt was removed and thus the iterator
1687 already advanced.
1688 (dom_opt_dom_walker::before_dom_children): Re-iterate over
1689 stmts created by folding.
1690
1691 2019-03-07 Jakub Jelinek <jakub@redhat.com>
1692
1693 PR c++/89585
1694 * doc/extend.texi (Basic Asm): Document qualifiers are not allowed
1695 at toplevel.
1696
1697 2019-03-06 Peter Bergner <bergner@linux.ibm.com>
1698
1699 PR rtl-optimization/88845
1700 * config/rs6000/rs6000.c (rs6000_emit_move_si_sf_subreg): Enable during
1701 LRA.
1702 * lra.c (remove_scratches_1): New function.
1703 (remove_scratches): Use it.
1704 (lra_emit_move): Likewise.
1705
1706 2019-03-06 Claudiu Zissulescu <claziss@synopsys.com>
1707
1708 * config/arc/arc-c.def (__ARC_UNALIGNED__): Set it on
1709 unaligned_access variable.
1710 * config/arc/arc.c (arc_override_options): Set unaligned access
1711 default on for HS CPUs.
1712 * config/arc/arc.h (STRICT_ALIGNMENT): Fix logic.
1713
1714 2019-03-06 Martin Liska <mliska@suse.cz>
1715
1716 PR gcov-profile/89577
1717 * doc/gcov.texi: Prefer to use --coverage.
1718 * doc/sourcebuild.texi: Likewise.
1719
1720 2019-03-02 Jason Merrill <jason@redhat.com>
1721
1722 PR c++/86485 - -Wmaybe-unused with empty class ?:
1723 * gimplify.c (gimplify_cond_expr): Use INIT_EXPR.
1724
1725 2019-03-05 Jakub Jelinek <jakub@redhat.com>
1726
1727 PR target/89587
1728 * config/rs6000/t-linux (MULTIARCH_DIRNAME): Set to non-empty only
1729 if_multiarch.
1730
1731 PR middle-end/89590
1732 * builtins.c (maybe_emit_free_warning): Punt if free doesn't have
1733 exactly one argument.
1734
1735 2019-03-05 Jakub Jelinek <jakub@redhat.com>
1736 Richard Sandiford <richard.sandiford@arm.com>
1737
1738 PR tree-optimization/89570
1739 * match.pd (vec_cond into cond_op simplification): Don't use
1740 get_conditional_internal_fn, use as_internal_fn (cond_op).
1741
1742 2019-03-05 Wilco Dijkstra <wdijkstr@arm.com>
1743
1744 PR target/89222
1745 * config/arm/arm.md (movsi): Use targetm.cannot_force_const_mem
1746 to decide when to split off a non-zero offset from a symbol.
1747 * config/arm/arm.c (arm_cannot_force_const_mem): Disallow offsets
1748 in function symbols.
1749
1750 2019-03-05 Richard Biener <rguenther@suse.de>
1751
1752 PR tree-optimization/89594
1753 * tree-if-conv.c (pass_if_conversion::execute): Handle
1754 case where .LOOP_VECTORIZED_FUNCTION was removed.
1755
1756 2019-03-05 Jakub Jelinek <jakub@redhat.com>
1757
1758 PR bootstrap/89560
1759 * fold-const.c (fold_checksum_tree): Don't use fixed size buffer,
1760 instead alloca it only when needed with the needed size.
1761
1762 PR tree-optimization/89570
1763 * match.pd (vec_cond into cond_op simplification): Guard with
1764 vectorized_internal_fn_supported_p test and #if GIMPLE.
1765
1766 PR tree-optimization/89566
1767 * gimple-ssa-sprintf.c (sprintf_dom_walker::handle_gimple_call):
1768 Set info.fncode to BUILT_IN_NONE if gimple_call_builtin_p failed.
1769 Punt if get_user_idx_format succeeds, but idx_format argument is
1770 not provided or doesn't have pointer type, or if idx_args is above
1771 number of provided arguments.
1772
1773 2019-03-04 Wilco Dijkstra <wdijkstr@arm.com>
1774
1775 PR tree-optimization/89437
1776 * match.pd: Use lt in sin(atan(x)) and cos(atan(x)) simplifications.
1777
1778 2019-03-04 Richard Biener <rguenther@suse.de>
1779
1780 PR middle-end/89572
1781 * tree-scalar-evolution.c: (get_loop_exit_condition): Use
1782 safe_dyn_cast.
1783
1784 2019-03-04 Bin Cheng <bin.cheng@linux.alibaba.com>
1785
1786 PR tree-optimization/89487
1787 * tree-loop-distribution.c (has_nonaddressable_dataref_p): New.
1788 (create_rdg_vertices): Compute has_nonaddressable_dataref_p.
1789 (distribute_loop): Don't do runtime alias check if there is non-
1790 addressable data reference.
1791 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Check if VAR_DECL
1792 is a register variable.
1793
1794 2019-03-02 Jakub Jelinek <jakub@redhat.com>
1795
1796 PR target/89506
1797 * config/arm/arm.md (cmpsi2_addneg): Use
1798 trunc_int_for_mode (-INTVAL (...), SImode) instead of -INTVAL (...).
1799 If operands[2] is 0 or INT_MIN, force use of subs.
1800 (*compare_scc splitter): Use gen_int_mode.
1801 (*negscc): Likewise.
1802 * config/arm/thumb2.md (*thumb2_negscc): Likewise.
1803
1804 2019-03-01 Kito Cheng <kito.cheng@gmail.com>
1805 Monk Chiang <sh.chiang04@gmail.com>
1806
1807 * common/config/riscv/riscv-common.c: Include sstream.
1808 (riscv_subset_list::to_string): New.
1809 (riscv_arch_str): Likewise.
1810 * config.gcc (riscv*-*-*): Handle --with-riscv-attribute=
1811 * config.in: Regen.
1812 * config/riscv/riscv-protos.h (riscv_arch_str): New.
1813 * config/riscv/riscv.c (INCLUDE_STRING): Defined.
1814 (riscv_emit_attribute): New.
1815 (riscv_file_start): Emit attribute if needed.
1816 (riscv_option_override): Init riscv_emit_attribute_p.
1817 * config/riscv/riscv.opt (mriscv-attribute): New option.
1818 * configure.ac (riscv*-*-*): Check binutils is supporting ELF
1819 * configure: Regen.
1820 * doc/install.texi: Document --with-riscv-attribute.
1821 * doc/invoke.texi: Document -mriscv-attribute.
1822
1823 * common/config/riscv/riscv-common.c:
1824 Include config/riscv/riscv-protos.h.
1825 (INCLUDE_STRING): Defined.
1826 (RISCV_DONT_CARE_VERSION): Defined.
1827 (riscv_subset_t): Declare.
1828 (riscv_subset_t::riscv_subset_t): New.
1829 (riscv_subset_list): Declare.
1830 (riscv_subset_list::riscv_subset_list): New.
1831 (riscv_subset_list::~riscv_subset_list): Likewise.
1832 (riscv_subset_list::parsing_subset_version): Likewise.
1833 (riscv_subset_list::parse_std_ext): Likewise.
1834 (riscv_subset_list::parse_sv_or_non_std_ext): Likewise.
1835 (riscv_subset_list::add): Likewise.
1836 (riscv_subset_list::lookup): Likewise.
1837 (riscv_subset_list::xlen): Likewise.
1838 (riscv_subset_list::parse): Likewise.
1839 (riscv_supported_std_ext): Likewise.
1840 (current_subset_list): Likewise.
1841 (riscv_parse_arch_string): Using riscv_subset_list::parse to
1842 parse.
1843
1844 2019-03-01 Segher Boessenkool <segher@kernel.crashing.org>
1845
1846 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
1847 rs6000_dejagnu_cpu_index is set, use that to override rs6000_cpu_index.
1848 * config/rs6000/rs6000.opt (mdejagnu-cpu=): New option.
1849
1850 2019-03-01 Alexander Monakov <amonakov@ispras.ru>
1851
1852 PR rtl-optimization/85899
1853 * haifa-sched.c (find_fallthru_edge_from): Relax assert to account for
1854 fallthru edges leading to the exit block.
1855
1856 2019-03-01 Tamar Christina <tamar.christina@arm.com>
1857
1858 PR target/89517
1859 * config/aarch64/aarch64-option-extensions.def (fp, simd, crypto, fp16,
1860 rdma, dotprod, sha2, sha3, sm4, fp16fml, sve): Collapse line.
1861
1862 2019-03-01 Richard Sandiford <richard.sandiford@arm.com>
1863
1864 PR tree-optimization/89535
1865 * tree-vect-stmts.c (vectorizable_call): Record the vector types
1866 for each operand. Calculate the fallback choice for mask operands
1867 and pass it to vect_get_vec_def_for_operand.
1868
1869 2019-03-01 Richard Biener <rguenther@suse.de>
1870
1871 PR middle-end/89541
1872 * tree-ssa-operands.c (add_stmt_operand): CONST_DECL may
1873 get virtual operands.
1874 (get_expr_operands): Handle CONST_DECL like other decls.
1875
1876 2019-03-01 Jakub Jelinek <jakub@redhat.com>
1877
1878 PR middle-end/89503
1879 * fold-const.c (fold_checksum_tree): Ignore TREE_NO_WARNING bit
1880 on DECL_P and EXPR_P.
1881
1882 2019-03-01 Richard Biener <rguenther@suse.de>
1883
1884 PR middle-end/89497
1885 * tree-cfgcleanup.h (cleanup_tree_cfg): Add SSA update flags
1886 argument, defaulted to zero.
1887 * passes.c (execute_function_todo): Pass down SSA update flags
1888 to cleanup_tree_cfg.
1889 * tree-cfgcleanup.c: Include tree-into-ssa.h and tree-cfgcleanup.h.
1890 (cleanup_tree_cfg_noloop): After cleanup_control_flow_pre update SSA
1891 form if requested.
1892 (cleanup_tree_cfg): Get and pass down SSA update flags.
1893
1894 2019-03-01 Jakub Jelinek <jakub@redhat.com>
1895
1896 PR bootstrap/89539
1897 * dwarf2out.c (output_comdat_type_unit): Add ATTRIBUTE_UNUSED to
1898 early_lto_debug argument.
1899
1900 2019-02-28 Eric Botcazou <ebotcazou@adacore.com>
1901
1902 PR tree-optimization/89536
1903 * tree-ssa-dom.c (edge_info::derive_equivalences) <BIT_NOT_EXPR>: Test
1904 only whether bit #0 of the value is 0 instead of the entire value.
1905
1906 2019-02-28 Marek Polacek <polacek@redhat.com>
1907
1908 PR c++/87068 - missing diagnostic with fallthrough statement.
1909 * gimplify.c (expand_FALLTHROUGH_r): If IFN_FALLTHROUGH was found
1910 at the end of a seq, save its location to walk_stmt_info.
1911 (expand_FALLTHROUGH): Warn if IFN_FALLTHROUGH is at the end of
1912 a switch.
1913
1914 2019-02-28 Jan Hubicka <hubicka@ucw.cz>
1915
1916 PR lto/88585
1917 * tree.c (find_atomic_core_type): Move ahead in file.
1918 (check_base_type): Correctly compare alignments of atomic types.
1919
1920 2019-02-28 H.J. Lu <hongjiu.lu@intel.com>
1921
1922 PR target/89455
1923 * config/i386/i386.c (get_builtin_code_for_version): Identify
1924 Westmere from PCLMUL, instead of AES.
1925
1926 2019-02-28 Jakub Jelinek <jakub@redhat.com>
1927
1928 PR target/89434
1929 * config/arm/arm.md (*subsi3_carryin_compare_const): Use
1930 trunc_int_for_mode (-INTVAL (...), SImode), just instead of
1931 -UINTVAL (...).
1932
1933 2019-02-28 Tamar Christina <tamar.christina@arm.com>
1934
1935 PR target/88530
1936 * config/aarch64/aarch64-option-extensions.def: Document it.
1937 * config/aarch64/driver-aarch64.c (host_detect_local_cpu): Skip feature
1938 if empty hwcaps.
1939
1940 2019-02-28 Jakub Jelinek <jakub@redhat.com>
1941
1942 PR c/89520
1943 * convert.c (convert_to_real_1, convert_to_integer_1): Punt for
1944 builtins if they don't have a single scalar floating point argument.
1945 Formatting fixes.
1946
1947 2019-02-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
1948
1949 PR rtl-optimization/89490
1950 * varasm.c (get_block_for_section): Bail out for mergeable sections.
1951 (default_use_anchors_for_symbol_p, output_object_block): Assert the
1952 block section is not mergeable.
1953
1954 2019-02-27 Jakub Jelinek <jakub@redhat.com>
1955
1956 PR target/70341
1957 * config/arm/arm.md (arm_casesi_internal): New define_expand. Rename
1958 old define_insn to ...
1959 (*arm_casesi_internal): ... this. Add mode to LABEL_REFs.
1960 * config/arm/thumb2.md (thumb2_casesi_internal): New define_expand.
1961 Rename old define_insn to ...
1962 (*thumb2_casesi_internal): ... this. Add mode to LABEL_REFs.
1963 (thumb2_casesi_internal_pic): New define_expand. Rename old
1964 define_insn to ...
1965 (*thumb2_casesi_internal_pic): ... this. Add mode to LABEL_REFs.
1966 * config/aarch64/aarch64.md (casesi): Create the casesi_dispatch
1967 MEM manually here, set MEM_READONLY_P and MEM_NOTRAP_P on it.
1968
1969 2019-02-27 Richard Biener <rguenther@suse.de>
1970
1971 PR debug/88878
1972 * dwarf2out.c (use_debug_types): Disable when in_lto_p.
1973
1974 2019-02-27 Richard Biener <rguenther@suse.de>
1975
1976 * passes.c (should_skip_pass_p): Do not skip cgraph-edge
1977 building.
1978
1979 2019-02-27 Richard Biener <rguenther@suse.de>
1980
1981 PR debug/88878
1982 * dwarf2out.c (output_comdat_type_unit): Add early_lto_debug
1983 parameter, prefix section name with .gnu.debuglto_ if true.
1984 (dwarf2out_finish): Pass false to output_comdat_type_unit.
1985 (dwarf2out_early_finish): Pass true to output_comdat_type_unit.
1986
1987 2019-02-27 Richard Biener <rguenther@suse.de>
1988
1989 PR debug/89514
1990 * dwarf2out.c (size_of_die): Key on AT_ref (a)->comdat_type_p
1991 rather than on use_debug_types, doing what output_die does.
1992 (value_format): Likewise.
1993
1994 2019-02-27 Martin Jambor <mjambor@suse.cz>
1995 Martin Sebor <msebor@redhat.com>
1996
1997 * doc/invoke.texi (Warning Options): Reword description of
1998 -Wno-absolute-value.
1999
2000 2019-02-27 Jakub Jelinek <jakub@redhat.com>
2001
2002 PR tree-optimization/89280
2003 * tree-cfgcleanup.c (maybe_dead_abnormal_edge_p,
2004 builtin_setjmp_setup_bb): New functions.
2005 (cleanup_control_flow_pre): Ignore maybe_dead_abnormal_edge_p edges.
2006 When visiting __builtin_setjmp_setup block, queue in special
2007 setjmp_vec vector edges from .ABNORMAL_DISPATCHER to corresponding
2008 __builtin_setjmp_receiver. Remove .ABNORMAL_DISPATCHER basic blocks
2009 from visited after the loop if they don't have any visited successor
2010 blocks.
2011
2012 2018-02-26 Steve Ellcey <sellcey@marvell.com>
2013
2014 * config/aarch64/aarch64.c (aarch64_get_multilib_abi_name):
2015 New function.
2016 (TARGET_GET_MULTILIB_ABI_NAME): New macro.
2017
2018 2019-02-26 Jakub Jelinek <jakub@redhat.com>
2019
2020 PR c++/89507
2021 * tree.c (valid_constant_size_p): Deal with size INTEGER_CSTs
2022 with types other than sizetype/ssizetype.
2023
2024 2019-02-26 Eric Botcazou <ebotcazou@adacore.com>
2025
2026 * config/sparc/sparc-opts.h (enum processor_type): Rename to...
2027 (enum sparc_processor_type): ...this.
2028 (enum sparc_code_model_type): New enumeration type.
2029 (enum sparc_memory_model_type): Tweak comments.
2030 * config/sparc/sparc.opt (mcpu): Adjust to above renaming.
2031 (mtune): Likewise.
2032 (mcmodel): Use sparc_code_model enumeration and variable.
2033 (sparc_code_model): New enumeration.
2034 (mdebug): Add Undocumented marker.
2035 * config/sparc/sparc.h (enum cmodel): Delete.
2036 (sparc_cmodel): Likewise.
2037 (TARGET_CM_MEDLOW): Adjust to above renaming.
2038 (TARGET_CM_MEDMID): Likewise.
2039 (TARGET_CM_MEDANY): Likewise.
2040 (TARGET_CM_EMBMEDANY): Likewise.
2041 * config/sparc/sparc.c (sparc_cmodel): Delete.
2042 (sparc_option_override): Remove string/value mapping support for the
2043 code model. Move code and memory model support to after the handling
2044 of target flags. Do private machine setup last.
2045 (sparc_emit_set_symbolic_const64): Use sparc_code_model.
2046 (sparc_legitimize_reload_address): Likewise.
2047 (sparc_output_mi_thunk): Likewise.
2048 * config/sparc/sparc.md (cpu): Adjust comment to above renaming.
2049
2050 2019-02-26 Jakub Jelinek <jakub@redhat.com>
2051
2052 PR tree-optimization/89500
2053 * tree-ssa-strlen.c (stridx_strlenloc): Adjust comment.
2054 (handle_builtin_strlen): Remove noncst_bound variable. Always
2055 optimize strnlen (x, 0) to 0. Optimize strnlen (x, cst) to
2056 cst if the first cst bytes starting at x are known to be non-zero,
2057 even if the string is not zero terminated. Don't try to modify
2058 *si for strnlen. Update strlen_to_stridx only for strlen or if
2059 we can prove strnlen returns the same value as strlen would.
2060
2061 2019-02-26 Martin Liska <mliska@suse.cz>
2062
2063 * alloc-pool.h (struct pool_usage): Remove extra
2064 print_dash_line.
2065 * bitmap.h (struct bitmap_usage): Likewise.
2066 * ggc-common.c (struct ggc_usage): Likewise.
2067 * mem-stats.h (struct mem_usage): Likewise.
2068 (mem_alloc_description::dump): Print dash lines
2069 here and repeat header at the end of a table report.
2070 It's then more readable.
2071 * tree-phinodes.c (phinodes_print_statistics): Make
2072 horizontal alignment.
2073 * tree-ssanames.c (ssanames_print_statistics): Likewise.
2074 * vec.c (struct vec_usage): Remove extra print_dash_line.
2075 * vec.h (vec_safe_grow_cleared): Pass PASS_MEM_STAT.
2076
2077 2019-02-26 Uroš Bizjak <ubizjak@gmail.com>
2078
2079 * doc/extend.texi (__builtin_object_size):
2080 Use @pxref instead of @xref inside parenthesis.
2081 (__builtin_has_attribute): Add missing comma after @xref.
2082 (__builtin_object_size): Ditto.
2083 * doc/md.texi (cond_*{mode}): Use @samp instead of @var around op1[i].
2084 * fortran/invoke.texi (-ffpe-trap): Use @var for every item
2085 in the list.
2086
2087 2019-02-26 Jeff Law <law@redhat.com>
2088
2089 PR rtl-optimization/87761
2090 * regcprop.c (copyprop_hardreg_forward_1): Use REG_UNUSED notes to
2091 detect obviously dead insns and delete them.
2092
2093 2019-02-26 Richard Biener <rguenther@suse.de>
2094
2095 PR tree-optimization/89505
2096 * tree-ssa-structalias.c (compute_dependence_clique): Make sure
2097 to handle restrict pointed-to vars with multiple subvars
2098 correctly.
2099
2100 2019-02-26 Richard Biener <rguenther@suse.de>
2101
2102 PR tree-optimization/89489
2103 * tree-parloops.c (create_loop_fn): Copy over last_clique.
2104
2105 2019-02-26 Eric Botcazou <ebotcazou@adacore.com>
2106
2107 * tree-ssa-dom.c (edge_info::derive_equivalences) <BIT_IOR_EXPR>: Fix
2108 and move around comment.
2109 <BIT_AND_EXPR>: Likewise.
2110 <BIT_NOT_EXPR>: Add specific handling for boolean types.
2111
2112 2019-02-26 Jakub Jelinek <jakub@redhat.com>
2113
2114 PR target/89474
2115 * config/i386/i386.c (remove_partial_avx_dependency): Call
2116 df_analyze etc. before creation of the v4sf_const0 pseudo, rather than
2117 after changing possibly many instructions to use that pseudo. Fix up
2118 insertion of v4sf_const0 setter at the start of bb.
2119
2120 2019-02-25 Sandra Loosemore <sandra@codesourcery.com>
2121
2122 PR c/80409
2123 * doc/extend.texi (Variadic Pointer Args): New section.
2124
2125 2019-02-25 Sandra Loosemore <sandra@codesourcery.com>
2126 Martin Sebor <msebor@gmail.com>
2127
2128 * common.opt (Wattribute-alias): Likewise.
2129 * doc/invoke.texi (Option Summary): List general form of
2130 -Wattribute-alias=. List positive form of -Wmissing-attributes.
2131 (-Wmissing-attributes): Invert entry, rewrite and correct default.
2132 Add cross-references.
2133 (-Wattribute-alias): Rewrite and correct default. Mention
2134 considered attributes (same as for -Wmissing-attributes).
2135
2136 2019-02-25 Paul A. Clarke <pc@us.ibm.com>
2137
2138 * config/rs6000/emmintrin.h (_mm_cvtpd_epi32): Fix big endian.
2139 (_mm_cvtpd_ps): Likewise.
2140 (_mm_cvttpd_epi32): Likewise.
2141
2142 PR target/89338
2143 * config/rs6000/xmmintrin.h (_mm_cvtss_f32): Fix type mismatch.
2144 (_mm_cvt_ss2si): Fix type mismatch and 32-bit.
2145
2146 PR target/89339
2147 * config/rs6000/xmmintrin.h (_mm_movemask_pi8): Fix 32-bit.
2148
2149 2019-02-25 Tamar Christina <tamar.christina@arm.com>
2150
2151 PR target/88530
2152 * common/config/aarch64/aarch64-common.c
2153 (struct aarch64_option_extension): Add is_synthetic.
2154 (all_extensions): Use it.
2155 (TARGET_OPTION_INIT_STRUCT): Define hook.
2156 (struct gcc_targetm_common): Moved to end.
2157 (all_extensions_by_on): New.
2158 (opt_ext_cmp, typedef opt_ext): New.
2159 (aarch64_option_init_struct): New.
2160 (aarch64_contains_opt): New.
2161 (aarch64_get_extension_string_for_isa_flags): Output smallest set.
2162 * config/aarch64/aarch64-option-extensions.def
2163 (AARCH64_OPT_EXTENSION): Explicitly include AES and SHA2 in crypto.
2164 (fp, simd, crc, lse, fp16, rcpc, rdma, dotprod, aes, sha2, sha3,
2165 sm4, fp16fml, sve, profile, rng, memtag, sb, ssbs, predres):
2166 Set is_synthetic to false.
2167 (crypto): Set is_synthetic to true.
2168 * config/aarch64/driver-aarch64.c (AARCH64_OPT_EXTENSION): Add
2169 SYNTHETIC.
2170
2171 2019-02-25 Tamar Christina <tamar.christina@arm.com>
2172
2173 * config/arm/arm_neon.h (vfmlal_low_u32, vfmlsl_low_u32,
2174 vfmlal_high_u32, vfmlsl_high_u32, vfmlalq_low_u32, vfmlslq_low_u32,
2175 vfmlalq_high_u32, vfmlslq_high_u32, vfmlal_lane_low_u32,
2176 vfmlal_lane_high_u32, vfmlalq_laneq_low_u32, vfmlalq_lane_low_u32,
2177 vfmlal_laneq_low_u32, vfmlalq_laneq_high_u32, vfmlalq_lane_high_u32,
2178 vfmlal_laneq_high_u32, vfmlsl_lane_low_u32, vfmlsl_lane_high_u32,
2179 vfmlslq_laneq_low_u32, vfmlslq_lane_low_u32, vfmlsl_laneq_low_u32,
2180 vfmlslq_laneq_high_u32, vfmlslq_lane_high_u32, vfmlsl_laneq_high_u32):
2181 Rename ...
2182 (vfmlal_low_f16, vfmlsl_low_f16, vfmlal_high_f16, vfmlsl_high_f16,
2183 vfmlalq_low_f16, vfmlslq_low_f16, vfmlalq_high_f16, vfmlslq_high_f16,
2184 vfmlal_lane_low_f16, vfmlal_lane_high_f16, vfmlalq_laneq_low_f16,
2185 vfmlalq_lane_low_f16, vfmlal_laneq_low_f16, vfmlalq_laneq_high_f16,
2186 vfmlalq_lane_high_f16, vfmlal_laneq_high_f16, vfmlsl_lane_low_f16,
2187 vfmlsl_lane_high_f16, vfmlslq_laneq_low_f16, vfmlslq_lane_low_f16,
2188 vfmlsl_laneq_low_f16, vfmlslq_laneq_high_f16, vfmlslq_lane_high_f16,
2189 vfmlsl_laneq_high_f16): ... To this.
2190 * config/arm/neon.md: Update comments.
2191
2192 2019-02-25 Tamar Christina <tamar.christina@arm.com>
2193
2194 * config/aarch64/arm_neon.h (vfmlal_low_u32, vfmlsl_low_u32,
2195 vfmlalq_low_u32, vfmlslq_low_u32, vfmlal_high_u32, vfmlsl_high_u32,
2196 vfmlalq_high_u32, vfmlslq_high_u32, vfmlal_lane_low_u32,
2197 vfmlsl_lane_low_u32, vfmlal_laneq_low_u32, vfmlsl_laneq_low_u32,
2198 vfmlalq_lane_low_u32, vfmlslq_lane_low_u32, vfmlalq_laneq_low_u32,
2199 vfmlslq_laneq_low_u32, vfmlal_lane_high_u32, vfmlsl_lane_high_u32,
2200 vfmlal_laneq_high_u32, vfmlsl_laneq_high_u32, vfmlalq_lane_high_u32,
2201 vfmlslq_lane_high_u32, vfmlalq_laneq_high_u32, vfmlslq_laneq_high_u32):
2202 Rename ...
2203 (vfmlal_low_f16, vfmlsl_low_f16, vfmlalq_low_f16, vfmlslq_low_f16,
2204 vfmlal_high_f16, vfmlsl_high_f16, vfmlalq_high_f16, vfmlslq_high_f16,
2205 vfmlal_lane_low_f16, vfmlsl_lane_low_f16, vfmlal_laneq_low_f16,
2206 vfmlsl_laneq_low_f16, vfmlalq_lane_low_f16, vfmlslq_lane_low_f16,
2207 vfmlalq_laneq_low_f16, vfmlslq_laneq_low_f16, vfmlal_lane_high_f16,
2208 vfmlsl_lane_high_f16, vfmlal_laneq_high_f16, vfmlsl_laneq_high_f16,
2209 vfmlalq_lane_high_f16, vfmlslq_lane_high_f16, vfmlalq_laneq_high_f16,
2210 vfmlslq_laneq_high_f16): ... To this.
2211
2212 2019-02-25 Alexander Monakov <amonakov@ispras.ru>
2213
2214 PR rtl-optimization/86096
2215 * df-scan.c (df_mw_compare): Do not check mw_reg fields when
2216 comparing mw_order values.
2217
2218 2019-02-25 Jakub Jelinek <jakub@redhat.com>
2219
2220 PR target/89434
2221 * config/arm/arm.md (*subsi3_carryin_const): Use
2222 arm_neg_immediate_operand predicate instead of
2223 arm_not_immediate_operand, "L" constraint instead of "K" and
2224 print it using %n2 instead of %B2.
2225 (*subsi3_carryin_const0): New define_insn.
2226 (*subsi3_carryin_compare_const): Use const_int_I_operand predicate
2227 instead of arm_not_operand and "I" constraint instead of "K" and
2228 print it using %n3 instead of %B2. Instead of using match_dup 2 add
2229 another match_operand and in the condition check that it is negation
2230 of operands[2].
2231 (*subsi3_carryin_compare_const0): New define_ins.
2232 (*subdi_di_zesidi): Adjust to use *subsi3_carryin_const0 instead of
2233 *subsi3_carryin_const.
2234 (*arm_cmpdi_insn): Fix splitting into *subsi3_carryin_compare_const,
2235 split into *subsi3_carryin_compare_const0 if the highpart is zero.
2236
2237 PR target/89438
2238 * config/arm.vfp.md (*negdf2_vfp): Use
2239 gen_int_mode (0x80000000, SImode) instead of GEN_INT (0x80000000).
2240 * config/arm/neon.md (neon_copysignf<mode>): Likewise.
2241
2242 2019-02-24 Jakub Jelinek <jakub@redhat.com>
2243
2244 PR rtl-optimization/89445
2245 * simplify-rtx.c (simplify_ternary_operation): Don't use
2246 simplify_merge_mask on operands that may trap.
2247 * rtlanal.c (may_trap_p_1): Use FLOAT_MODE_P instead of
2248 SCALAR_FLOAT_MODE_P checks. For integral division by zero, if
2249 second operand is CONST_VECTOR, check if any element could be zero.
2250 Don't expect traps for VEC_{MERGE,SELECT,CONCAT,DUPLICATE} unless
2251 their operands can trap.
2252
2253 2019-02-23 Martin Sebor <msebor@redhat.com>
2254
2255 * gimple-ssa-sprintf.c (target_strtol): Rename...
2256 (target_strtohwi): ...to this. Handle values up to HOST_WIDE_INT_MAX.
2257 (parse_directive): Adjust to name change. Use HOST_WIDE_INT_MAX to
2258 check for range error.
2259
2260 2019-02-23 H.J. Lu <hongjiu.lu@intel.com>
2261
2262 PR driver/69471
2263 * opts-common.c (prune_options): Also prune joined switches
2264 with Negative and RejectNegative.
2265 * config/i386/i386.opt (march=): Add Negative(march=).
2266 (mtune=): Add Negative(mtune=).
2267 * doc/options.texi: Document Negative used together with Joined
2268 and RejectNegative.
2269
2270 2019-02-22 Martin Sebor <msebor@redhat.com>
2271
2272 * doc/extend.texi (Other Builtins): Add
2273 __builtin_is_constant_evaluated.
2274
2275 2019-02-22 Richard Biener <rguenther@suse.de>
2276
2277 PR tree-optimization/87609
2278 * tree-cfg.c (gimple_duplicate_bb): Only remap inlined cliques.
2279
2280 2019-02-22 Jeff Law <law@redhat.com>
2281
2282 PR rtl-optimization/87761
2283 * config/mips/mips.md: Add new combiner pattern to recognize
2284 a bitfield extraction using (ashiftrt (truncate (ashift (...)))).
2285
2286 2019-02-22 Matthew Malcomson <matthew.malcomson@arm.com>
2287
2288 PR target/89324
2289 * config/aarch64/aarch64.md: Use aarch64_general_reg predicate on
2290 destination register in peepholes generating patterns for ADDS/SUBS.
2291 (add<mode>3_compare0,
2292 *addsi3_compare0_uxtw, add<mode>3_compareC,
2293 add<mode>3_compareV_imm, add<mode>3_compareV,
2294 *adds_<optab><ALLX:mode>_<GPI:mode>,
2295 *subs_<optab><ALLX:mode>_<GPI:mode>,
2296 *adds_<optab><ALLX:mode>_shift_<GPI:mode>,
2297 *subs_<optab><ALLX:mode>_shift_<GPI:mode>,
2298 *adds_<optab><mode>_multp2, *subs_<optab><mode>_multp2,
2299 *sub<mode>3_compare0, *subsi3_compare0_uxtw,
2300 sub<mode>3_compare1): Allow stack pointer for source register.
2301 * config/aarch64/predicates.md (aarch64_general_reg): New predicate.
2302
2303 2019-02-22 Martin Sebor <msebor@redhat.com>
2304
2305 PR tree-optimization/88993
2306 PR tree-optimization/88853
2307 * gimple-ssa-sprintf.c (sprintf_dom_walker::call_info::is_file_func):
2308 New helper.
2309 (sprintf_dom_walker::call_info::is_string_func): New helper.
2310 (format_directive): Only issue "may exceed" 4095/INT_MAX warnings
2311 for formatted string functions.
2312 (sprintf_dom_walker::handle_gimple_call): Fix a typo in a comment.
2313
2314 2019-02-22 Martin Sebor <msebor@redhat.com>
2315
2316 PR c/89425
2317 * c-parser.c (sizeof_ptr_memacc_comptypes): Avoid warning in
2318 unreachable subexpressions.
2319
2320 2019-02-22 H.J. Lu <hongjiu.lu@intel.com>
2321 Hongtao Liu <hongtao.liu@intel.com>
2322 Sunil K Pandey <sunil.k.pandey@intel.com>
2323
2324 PR target/87007
2325 * config/i386/i386-passes.def: Add
2326 pass_remove_partial_avx_dependency.
2327 * config/i386/i386-protos.h
2328 (make_pass_remove_partial_avx_dependency): New.
2329 * config/i386/i386.c (make_pass_remove_partial_avx_dependency):
2330 New function.
2331 (pass_data_remove_partial_avx_dependency): New.
2332 (pass_remove_partial_avx_dependency): Likewise.
2333 (make_pass_remove_partial_avx_dependency): Likewise.
2334 * config/i386/i386.md (avx_partial_xmm_update): New attribute.
2335 (*extendsfdf2): Add avx_partial_xmm_update.
2336 (truncdfsf2): Likewise.
2337 (*float<SWI48:mode><MODEF:mode>2): Likewise.
2338 (SF/DF conversion splitters): Disabled for TARGET_AVX.
2339
2340 2019-02-22 Aldy Hernandez <aldyh@redhat.com>
2341
2342 PR middle-end/85598
2343 * gimple-ssa-sprintf.c (pass_sprintf_length::execute): Enable loop
2344 analysis for pass.
2345
2346 2019-02-22 Thiago Macieira <thiago.macieira@intel.com>
2347
2348 PR target/89444
2349 * config/i386/i386.h (PTA_WESTMERE): Remove PTA_AES.
2350 (PTA_SKYLAKE): Add PTA_AES.
2351 (PTA_GOLDMONT): Likewise.
2352
2353 2019-02-22 Sudakshina Das <sudi.das@arm.com>
2354
2355 * config/aarch64/aarch64.c (aarch64_output_mi_thunk): Add bti
2356 instruction if enabled.
2357 (aarch64_override_options): Remove reference to return address key.
2358
2359 2019-02-22 Richard Biener <rguenther@suse.de>
2360
2361 PR tree-optimization/89440
2362 * tree-vect-loop.c (vect_create_epilog_for_reduction): Remove
2363 not necessary assert.
2364
2365 2019-02-22 Thomas Schwinge <thomas@codesourcery.com>
2366
2367 PR fortran/72741
2368 * omp-general.c (oacc_replace_fn_attrib): Mostly split out into...
2369 (oacc_replace_fn_attrib_attr): ... this new function.
2370 * omp-general.h (oacc_replace_fn_attrib_attr): New prototype.
2371 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Revert workaround.
2372
2373 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2374
2375 * config/arm/arm-cpus.in (ares): Rename to...
2376 (neoverse-n1): ... This. Add ares as alias.
2377 * config/arm/arm-tables.opt: Regenerate.
2378 * config/arm/arm-tune.md: Likewise.
2379 * doc/invoke.txt (ARM Options): Document neoverse-n1.
2380
2381 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2382
2383 * config/aarch64/aarch64-cores.def (neoverse-e1): Define.
2384 * config/aarch64/aarch64-tune.md: Regenerate.
2385 * doc/invoke.texi (AArch64 Options): Document neoverse-e1 -mcpu option.
2386
2387 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2388
2389 * config/aarch64/aarch64.c (ares_tunings): Rename to...
2390 (neoversen1_tunings): ... This.
2391 * config/aarch64/aarch64-cores.def (ares): Change tuning to the above.
2392 (neoverse-n1): New CPU.
2393 * config/aarch64/aarch64-tune.md: Regenerate.
2394 * doc/invoke.txt (AArch64 Options): Document neoverse-n1.
2395
2396 2019-02-22 Richard Biener <rguenther@suse.de>
2397
2398 PR middle-end/87609
2399 * cfghooks.h (dependence_hash): New typedef.
2400 (struct copy_bb_data): New type.
2401 (cfg_hooks::duplicate_block): Adjust to take a copy_bb_data argument.
2402 (duplicate_block): Likewise.
2403 * cfghooks.c (duplicate_block): Pass down copy_bb_data.
2404 (copy_bbs): Create and pass down copy_bb_data.
2405 * cfgrtl.c (cfg_layout_duplicate_bb): Adjust.
2406 (rtl_duplicate_bb): Likewise.
2407 * tree-cfg.c (gimple_duplicate_bb): If the copy_bb_data arg is not NULL
2408 remap dependence info.
2409
2410 2019-02-22 Richard Biener <rguenther@suse.de>
2411
2412 PR tree-optimization/87609
2413 * tree-core.h (tree_base): Document special clique values.
2414 * tree-inline.c (remap_dependence_clique): Do not use the
2415 special clique value of one.
2416 (maybe_set_dependence_info): Use clique one.
2417 (clear_dependence_clique): New callback.
2418 (compute_dependence_clique): Clear clique one from all refs
2419 before assigning it (again).
2420
2421 2019-02-21 Martin Sebor <msebor@redhat.com>
2422
2423 * doc/extend.texi (__clear_cache): Correct signature.
2424
2425 2019-02-21 Ian Lance Taylor <iant@golang.org>
2426
2427 PR go/89170
2428 * varasm.c (decode_addr_const): Call lookup_constant_def rather
2429 than output_constant_def.
2430 (add_constant_to_table): New static function.
2431 (output_constant_def): Call add_constant_to_table.
2432 (tree_output_constant_def): Likewise.
2433
2434 2019-02-21 Jakub Jelinek <jakub@redhat.com>
2435
2436 PR c++/89285
2437 * builtins.c (fold_builtin_arith_overflow): If first two args are
2438 INTEGER_CSTs, set intres and ovfres to constants rather than calls
2439 to ifn.
2440
2441 2019-02-21 H.J. Lu <hongjiu.lu@intel.com>
2442
2443 PR target/87412
2444 * config/i386/i386.c (ix86_set_indirect_branch_type): Issue an
2445 error for -mindirect-branch/-mfunction-return with incompatible
2446 -fcf-protection.
2447
2448 2019-02-21 Jakub Jelinek <jakub@redhat.com>
2449
2450 PR bootstrap/88714
2451 * constraints.md (q): Remove.
2452 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use rk constraint
2453 instead of q.
2454
2455 2019-02-21 Martin Jambor <mjambor@suse.cz>
2456
2457 PR hsa/89302
2458 * omp-general.c (omp_extract_for_data): Removed a duplicate call
2459 to omp_adjust_for_condition, moved NE_EXPR code_cond processing...
2460 (omp_adjust_for_condition): ...here. Added necessary parameters.
2461 * omp-general.h (omp_adjust_for_condition): Updated declaration.
2462 * omp-grid.c (grid_attempt_target_gridification): Adjust to pass
2463 proper values to new parameters of omp_adjust_for_condition.
2464
2465 2019-02-20 Jakub Jelinek <jakub@redhat.com>
2466
2467 PR middle-end/89412
2468 * expr.c (expand_assignment): If result is a MEM, use change_address
2469 instead of simplify_gen_subreg.
2470
2471 2019-02-20 Jakub Jelinek <jakub@redhat.com>
2472 David Malcolm <dmalcolm@redhat.com>
2473
2474 PR middle-end/89091
2475 * fold-const.c (decode_field_reference): Return NULL_TREE if
2476 lang_hooks.types.type_for_size returns NULL. Check it before
2477 overwriting *exp_. Use return NULL_TREE instead of return 0.
2478
2479 2019-02-20 Jakub Jelinek <jakub@redhat.com>
2480
2481 PR middle-end/88074
2482 PR middle-end/89415
2483 * toplev.c (do_compile): Double the emin/emax exponents to workaround
2484 buggy mpc_norm.
2485
2486 2019-02-20 Uroš Bizjak <ubizjak@gmail.com>
2487
2488 PR target/89397
2489 * config/i386/i386.c (ix86_atomic_assign_expand_fenv): Check
2490 TARGET_SSE in addition to TARGET_SSE_MATH.
2491
2492 (ix86_excess_precision): Ditto.
2493 (ix86_float_exceptions_rounding_supported_p): Ditto.
2494 (use_rsqrt_p): Ditto.
2495 * config/i386/sse.md (rsqrt<mode>2): Ditto.
2496
2497 2019-02-20 David Malcolm <dmalcolm@redhat.com>
2498
2499 PR c/89410
2500 * diagnostic-show-locus.c (layout::calculate_line_spans): Use
2501 linenum_arith_t when determining if two adjacent line spans are
2502 close enough to merge.
2503 (diagnostic_show_locus): Use linenum_arith_t when iterating over
2504 lines within each line_span.
2505
2506 2019-02-20 Andre Vieira <andre.simoesdiasvieira@arm.com>
2507
2508 PR target/86487
2509 * lra-constraints.c(uses_hard_regs_p): Fix handling of
2510 paradoxical SUBREGS.
2511
2512 2019-02-20 Li Jia He <helijia@linux.ibm.com>
2513
2514 PR target/88100
2515 * gcc/config/rs6000/rs6000.c (rs6000_gimple_fold_builtin)
2516 <case ALTIVEC_BUILTIN_VSPLTISB, ALTIVEC_BUILTIN_VSPLTISH,
2517 ALTIVEC_BUILTIN_VSPLTISW>: Don't convert the operand before
2518 range checking it.
2519
2520 2019-02-19 Jonathan Wakely <jwakely@redhat.com>
2521
2522 * config/gcn/gcn.c (print_operand): Fix typo.
2523
2524 2019-02-19 Richard Biener <rguenther@suse.de>
2525
2526 PR middle-end/88074
2527 * toplev.c (do_compile): Initialize mpfr's exponent range
2528 based on available float modes.
2529
2530 2019-02-19 Eric Botcazou <ebotcazou@adacore.com>
2531
2532 * rtlanal.c (get_initial_register_offset): Fall back to the estimate
2533 as long as the epilogue isn't completed.
2534
2535 2019-02-18 Martin Sebor <msebor@redhat.com>
2536
2537 * doc/cpp.texi (Conditional syntax): Add __has_attribute,
2538 __has_cpp_attribute, and __has_include.
2539
2540 2019-02-18 Martin Sebor <msebor@redhat.com>
2541
2542 * doc/invoke.texi (-Wreturn-type): Correct and expand.
2543
2544 2019-02-18 Martin Sebor <msebor@redhat.com>
2545
2546 PR middle-end/89294
2547 * tree.c (valid_constant_size_p): Avoid assuming size is a constant
2548 expression.
2549 * tree.h (cst_size_error): Add the cst_size_not_constant enumerator.
2550
2551 2019-02-18 Richard Biener <rguenther@suse.de>
2552
2553 PR tree-optimization/89296
2554 * tree-ssa-loop-ch.c (ch_base::copy_headers): Restrict setting
2555 of no-warning flag to cases that might emit the bogus warning.
2556
2557 2019-02-18 Jakub Jelinek <jakub@redhat.com>
2558
2559 PR bootstrap/88714
2560 * config/arm/arm.md (*arm_movdi, *movdf_soft_insn): Use "r" instead of
2561 "q" constraint.
2562 * config/arm/vfp.md (*movdi_vfp): Likewise.
2563 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use "r" instead of
2564 "q" constraint for operands[0].
2565
2566 PR target/89369
2567 * config/s390/s390.md (*r<noxa>sbg_<mode>_srl_bitmask,
2568 *r<noxa>sbg_<mode>_sll, *r<noxa>sbg_<mode>_srl): Don't construct
2569 pattern in a temporary buffer.
2570 (*r<noxa>sbg_sidi_srl): Likewise. Always use 32 as I3 rather
2571 than 64-operands[2].
2572
2573 PR target/89361
2574 * config/s390/s390.c (s390_indirect_branch_attrvalue,
2575 s390_indirect_branch_settings): Define unconditionally.
2576 (s390_set_current_function): Likewise, but guard the whole body except
2577 the s390_indirect_branch_settings call with
2578 #if S390_USE_TARGET_ATTRIBUTE.
2579 (TARGET_SET_CURRENT_FUNCTION): Redefine unconditionally.
2580
2581 * config/s390/s390.md (*<risbg_n>_ior_and_sr_ze,
2582 *<risbg_n>_<mode>_ior_and_lshiftrt, *<risbg_n>_sidi_ior_and_lshiftrt):
2583 Use HOST_WIDE_INT_M1U instead of ~(0ULL).
2584 (*<risbg_n>_and_subregdi_rotr, *<risbg_n>_and_subregdi_rotl): Use
2585 HOST_WIDE_INT_1U instead of 1ULL.
2586 (*pre_z10_extzv<mode>, *pre_z10_extv<mode>): Change mask type from int
2587 to unsigned HOST_WIDE_INT, use HOST_WIDE_INT_1U instead of 1ul.
2588 (*insv<mode><clobbercc_or_nocc>_appendbitsleft,
2589 z = (x << c) | (y >> d) splitters): Use HOST_WIDE_INT_1U
2590 instead of 1UL.
2591 (*insv<mode>_mem_reg, *insvdi_mem_reghigh): Use HOST_WIDE_INT_1U
2592 instead of 1ul.
2593
2594 2019-02-18 Martin Jambor <mjambor@suse.cz>
2595
2596 PR tree-optimization/89209
2597 * tree-sra.c (create_access_replacement): New optional parameter
2598 reg_tree. Use it as a type if non-NULL and access type is not of
2599 a register type.
2600 (get_repl_default_def_ssa_name): New parameter REG_TYPE, pass it
2601 to create_access_replacement.
2602 (sra_modify_assign): Pass LHS type to get_repl_default_def_ssa_name.
2603 Check lacc is non-NULL before attempting to re-create it on the RHS.
2604
2605 2019-02-18 Martin Liska <mliska@suse.cz>
2606
2607 PR ipa/89306
2608 * cgraph.c (symbol_table::create_edge): Set m_summary_id to -1
2609 by default.
2610 (symbol_table::free_edge): Recycle m_summary_id.
2611 * cgraph.h (get_summary_id): New.
2612 (symbol_table::release_symbol): Set m_summary_id to -1
2613 by default.
2614 (symbol_table::allocate_cgraph_symbol): Recycle m_summary_id.
2615 * ipa-fnsummary.c (ipa_fn_summary_t): Switch from
2616 function_summary to fast_function_summary.
2617 * ipa-fnsummary.h (ipa_fn_summary_t): Likewise.
2618 * ipa-pure-const.c (class funct_state_summary_t):
2619 Switch from function_summary to fast_function_summary.
2620 * ipa-reference.c (class ipa_ref_var_info_summary_t): Likewise.
2621 (class ipa_ref_opt_summary_t): Switch from function_summary
2622 to fast_function_summary.
2623 * symbol-summary.h (class function_summary_base): New class
2624 that is created from base of former function_summary.
2625 (function_summary_base::unregister_hooks): New.
2626 (class function_summary): Inherit from function_summary_base.
2627 (class call_summary_base): New class
2628 that is created from base of former call_summary.
2629 (class call_summary): Inherit from call_summary_base.
2630 (struct is_same): New.
2631 (class fast_function_summary): New summary class.
2632 (class fast_call_summary): New summary class.
2633 * vec.h (vec_safe_grow_cleared): New function.
2634
2635 2019-02-18 Martin Liska <mliska@suse.cz>
2636
2637 * config/i386/i386.c (ix86_get_multilib_abi_name): New function.
2638 (TARGET_GET_MULTILIB_ABI_NAME): New macro defined.
2639 * doc/tm.texi: Document new target hook.
2640 * doc/tm.texi.in: Likewise.
2641 * target.def: Add new target macro.
2642 * gcc.c (find_fortran_preinclude_file): Do not search multilib
2643 suffixes.
2644
2645 2019-02-17 Alan Modra <amodra@gmail.com>
2646
2647 PR target/89271
2648 * config/rs6000/rs6000.md (<bd>_<mode> split): Check for an int
2649 output reg on add insn.
2650 (<bd>tf_<mode> split): Likewise. Match predicates with insn.
2651
2652 2019-02-16 H.J. Lu <hongjiu.lu@intel.com>
2653
2654 PR target/89372
2655 * config/i386/sse.md (ssedoublemode): Remove V4HI.
2656 (PMULHRSW): Likewise.
2657 (<ssse3_avx2>_pmulhrsw<mode>3): Require TARGET_SSSE3, not
2658 TARGET_AVX2.
2659 (ssse3_pmulhrswv4hi3): New expander.
2660
2661 2019-02-16 H.J. Lu <hongjiu.lu@intel.com>
2662
2663 * config/i386/mmx.md (*vec_extractv2si_zext_mem): Doesn't require
2664 MMX. Add isa attribute.
2665
2666 2019-02-16 Jakub Jelinek <jakub@redhat.com>
2667
2668 PR rtl-optimization/66152
2669 * builtins.h (c_readstr): Declare.
2670 * builtins.c (c_readstr): Remove forward declaration. Add
2671 null_terminated_p argument, if false, read all bytes from the
2672 string instead of stopping after '\0'.
2673 * expr.c (string_cst_read_str): New function.
2674 (store_expr): Use string_cst_read_str instead of
2675 builtin_strncpy_read_str. Try to store by pieces the whole
2676 exp_len first, and only if that fails, split it up into
2677 store by pieces followed by clear_storage. Formatting fix.
2678
2679 * config/i386/i386.md (*movqi_internal): Remove static from
2680 buf variable. Use output_asm_insn (buf, operands); return "";
2681 instead of return buf;.
2682 * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>,
2683 *<code><mode>3<mask_name>, *andnot<mode>3, *andnottf3, *<code><mode>3,
2684 *<code>tf3, <mask_codefor><code><mode>3<mask_name>): Likewise.
2685
2686 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
2687
2688 * config/sparc/linux.h (ASAN_CC1_SPEC): Define.
2689 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC and ASAN_CC1_SPEC.
2690 * config/sparc/linux64.h (ASAN_CC1_SPEC): Likewise.
2691 (CC1_SPEC): Likewise.
2692 * config/sparc/sparc.c (sparc_asan_shadow_offset): Adjust for 64-bit.
2693
2694 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
2695
2696 * asan.c (asan_emit_stack_protection): Use full-sized mask to align
2697 the base address on 64-bit strict-alignment platforms.
2698
2699 2019-02-15 H.J. Lu <hongjiu.lu@intel.com>
2700
2701 * config/i386/i386.h (VALID_MMX_REG_MODE): Correct the misplaced ')'.
2702
2703 2019-02-15 Uroš Bizjak <ubizjak@gmail.com>
2704
2705 * config/i386/darwin.h (TARGET_FPMATH_DEFAULT_P): New define.
2706
2707 2019-02-15 Aaron Sawdey <acsawdey@linux.ibm.com>
2708
2709 PR rtl-optimization/88308
2710 * shrink-wrap.c (move_insn_for_shrink_wrap): Fix LABEL_NUSES counts
2711 on copied instruction.
2712
2713 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
2714
2715 * final.c (insn_current_reference_address): Replace test on JUMP_P
2716 with test on jump_to_label_p.
2717 * config/visium/visium-passes.def: New file.
2718 * config/visium/t-visium (PASSES_EXTRA): Define.
2719 * config/visium/visium-protos.h (make_pass_visium_reorg): Declare.
2720 * config/visium/visium.h (TRAMPOLINE_SIZE): Adjust.
2721 (TRAMPOLINE_ALIGNMENT): Define.
2722 * config/visium/visium.c (visium_option_override): Do not register
2723 the machine-specific reorg pass here.
2724 (visium_trampoline_init): Align the BRA insn on a 64-bit boundary
2725 for the GR6.
2726 (output_branch): Adjust threshold for long branch instruction.
2727 * config/visium/visium.md (cpu): Move around.
2728 (length): Adjust for the GR6.
2729
2730 2019-02-15 Richard Biener <rguenther@suse.de>
2731 Jakub Jelinek <jakub@redhat.com>
2732
2733 PR tree-optimization/89278
2734 * tree-loop-distribution.c: Include tree-eh.h.
2735 (generate_memset_builtin, generate_memcpy_builtin): Call
2736 rewrite_to_non_trapping_overflow on builtin->size before passing it
2737 to force_gimple_operand_gsi.
2738
2739 2019-02-15 Jakub Jelinek <jakub@redhat.com>
2740
2741 PR other/89342
2742 * optc-save-gen.awk: Handle optimize_fast like optimize_size or
2743 optimize_debug.
2744 * opth-gen.awk: Likewise.
2745
2746 2019-02-15 Uroš Bizjak <ubizjak@gmail.com>
2747
2748 * config/i386/i386.h (TARGET_SUBTARGET64_ISA_DEFAULT):
2749 Enable MMX, SSE and SSE2 by default.
2750 * config/i386/i386.c (ix86_option_override_internal): Do not
2751 explicitly set MMX, SSE and SSE2 flags for TARGET_64BIT here.
2752
2753 2019-02-14 Jakub Jelinek <jakub@redhat.com>
2754
2755 PR rtl-optimization/89354
2756 * combine.c (make_extraction): Punt if extraction_mode is narrower
2757 than len bits.
2758
2759 2019-02-14 Maya Rashish <coypu@sdf.org>
2760
2761 * config.gcc (*-*-netbsd*): Add netbsd-d.o.
2762 * config/netbsd-d.c: New file.
2763 * config/t-netbsd: Add netbsd-d.o
2764
2765 2018-02-14 Steve Ellcey <sellcey@marvell.com>
2766
2767 * config/aarch64/aarch64.c (aarch64_attribute_table): Change
2768 affects_type_identity to true for aarch64_vector_pcs.
2769 (aarch64_comp_type_attributes): New function.
2770 (TARGET_COMP_TYPE_ATTRIBUTES): New macro.
2771
2772 2019-02-14 Tamar Christina <tamar.christina@arm.com>
2773
2774 PR target/88850
2775 * config/arm/iterators.md (ANY64): Add V4HF.
2776
2777 2019-02-14 Martin Liska <mliska@suse.cz>
2778
2779 PR rtl-optimization/89242
2780 * dce.c (delete_unmarked_insns): Call free_dominance_info we
2781 process a transformation.
2782
2783 2019-02-14 Jakub Jelinek <jakub@redhat.com>
2784
2785 PR tree-optimization/89314
2786 * fold-const.c (fold_binary_loc): Cast strlen argument to
2787 const char * before dereferencing it. Formatting fixes.
2788
2789 PR middle-end/89284
2790 * passes.def: Swap pass_ubsan and pass_early_warn_uninitialized.
2791
2792 2019-02-13 Ian Lance Taylor <iant@golang.org>
2793
2794 * optc-save-gen.awk: Set var_opt_hash for initial optimizations
2795 and set current index for other optimizations.
2796
2797 2019-02-13 Uroš Bizjak <ubizjak@gmail.com>
2798
2799 * config/i386/sse.md (vec_set<VI4F_256_512:mode>_0): Use
2800 nonimmediate_operand as operand 2 predicate.
2801 (vec_set<VF2_512_256:mode>_0): Ditto.
2802 (vec_set<VI8_AVX_AVX512F:mode>_0): Ditto.
2803 (*vec_concatv2si): Remove alternative 2.
2804 (*vec_concatv4si_0): Use vm constraint for alternative 0.
2805 (*vec_concatv4si_0): Remove preferred_for_speed attribute.
2806 (vec_concatv2di): Split alternatives 4,5,6 to ...
2807 (*vec_concatv2di_0) ... new pattern.
2808
2809 2019-02-13 Wilco Dijkstra <wdijkstr@arm.com>
2810
2811 PR target/89190
2812 * config/arm/arm.c (ldm_stm_operation_p) Set
2813 addr_reg_in_reglist correctly for first register.
2814 (load_multiple_sequence): Remove dead base check.
2815 (gen_ldm_seq): Correctly set write_back for Thumb-1.
2816
2817 2019-02-13 Tamar Christina <tamar.christina@arm.com>
2818
2819 PR target/88847
2820 * config/aarch64/aarch64-sve.md (*pred_mov<mode>, pred_mov<mode>):
2821 Expose as @aarch64_pred_mov.
2822 * config/aarch64/aarch64.c (aarch64_classify_address):
2823 Use expand_insn which legitimizes operands.
2824
2825 2019-02-13 Martin Liska <mliska@suse.cz>
2826
2827 * builtins.h (expand_builtin_with_bounds): Remove declaration.
2828 * calls.c (struct arg_data): Remove special_slot, pointer_arg
2829 and pointer_offset fields.
2830 (initialize_argument_information): Remove usage of dead
2831 fields.
2832 * cgraph.h (struct cgraph_thunk_info): Remove
2833 add_pointer_bounds_args.
2834 * cgraphunit.c (cgraph_node::expand_thunk): Remove usage of dead
2835 fields.
2836 (cgraph_node::assemble_thunks_and_aliases): Remove usage of dead
2837 fields.
2838 * config/i386/i386.c (ix86_function_arg_advance): Remove
2839 unrelated comment.
2840 (struct builtin_isa): Remove leaf_p and nothrow_p fields.
2841 (def_builtin): Remove usage of dead
2842 fields.
2843 (ix86_add_new_builtins): Likewise.
2844 * ipa-fnsummary.c (compute_fn_summary): Likewise.
2845 * ipa-icf.c (sem_function::equals_wpa): Likewise.
2846 (sem_function::init): Likewise.
2847 (sem_variable::merge): Likewise.
2848 * ipa-visibility.c (function_and_variable_visibility): Likewise.
2849 * ipa.c (symbol_table::remove_unreachable_nodes): Likewise.
2850 * lto-cgraph.c (lto_output_node): Likewise.
2851 (lto_output_varpool_node): Likewise.
2852 (input_node): Likewise.
2853 (input_varpool_node): Likewise.
2854 * lto-streamer-out.c (lto_output): Likewise.
2855 * tree-inline.c (expand_call_inline): Remove usage of
2856 assign_stmts.
2857 * tree-inline.h (struct copy_body_data): Likewise.
2858 * varpool.c (varpool_node::dump): Likewise.
2859
2860 2019-02-13 Jakub Jelinek <jakub@redhat.com>
2861
2862 PR middle-end/89303
2863 * tree-ssa-structalias.c (set_uids_in_ptset): Or in vi->is_heap_var
2864 into pt->vars_contains_escaped_heap instead of setting
2865 pt->vars_contains_escaped_heap to it.
2866
2867 PR middle-end/89281
2868 * optabs.c (prepare_cmp_insn): Use UINTVAL (size) instead of
2869 INTVAL (size), compare it to GET_MODE_MASK instead of
2870 1 << GET_MODE_BITSIZE.
2871
2872 PR target/89290
2873 * config/i386/predicates.md (x86_64_immediate_operand): Allow
2874 TLS UNSPECs offsetted by signed 32-bit CONST_INT even with
2875 -mcmodel=large.
2876
2877 2019-02-13 Martin Liska <mliska@suse.cz>
2878
2879 PR lto/88858
2880 * cfgrtl.c (remove_barriers_from_footer): New function.
2881 (try_redirect_by_replacing_jump): Use it.
2882 (cfg_layout_redirect_edge_and_branch): Likewise.
2883
2884 2019-02-13 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
2885
2886 * config/rs6000/altivec.h (vec_sbox_be, vec_cipher_be,
2887 vec_cipherlast_be, vec_ncipher_be, vec_ncipherlast_be): New #defines.
2888 * config/rs6000/crypto.md (CR_vqdi): New define_mode_iterator.
2889 (crypto_vsbox_<mode>, crypto_<CR_insn>_<mode>): New define_insns.
2890 * config/rs6000/rs6000-builtin.def (VSBOX_BE): New BU_CRYPTO_1.
2891 (VCIPHER_BE, VCIPHERLAST_BE, VNCIPHER_BE, VNCIPHERLAST_BE):
2892 New BU_CRYPTO_2.
2893 * config/rs6000/rs6000.c (builtin_function_type)
2894 <CRYPTO_BUILTIN_VSBOX_BE, CRYPTO_BUILTIN_VCIPHER_BE,
2895 CRYPTO_BUILTIN_VCIPHERLAST_BE, CRYPTO_BUILTIN_VNCIPHER_BE,
2896 CRYPTO_BUILTIN_VNCIPHERLAST_BE>: New switch options.
2897 * doc/extend.texi (vec_sbox_be, vec_cipher_be, vec_cipherlast_be,
2898 vec_ncipher_be, vec_ncipherlast_be): New builtin functions.
2899
2900 2019-02-12 Pat Haugen <pthaugen@us.ibm.com>
2901
2902 * doc/invoke.texi (RS/6000 and PowerPC Options): Remove duplicate
2903 -maltivec. Delete -maltivec=be and -maltivec=le documentation.
2904
2905 2019-02-12 H.J. Lu <hongjiu.lu@intel.com>
2906
2907 PR target/89229
2908 * config/i386/i386.md (*movoi_internal_avx): Revert revision
2909 268678 and revision 268657.
2910 (*movti_internal): Likewise.
2911
2912 2019-02-12 Ilya Leoshkevich <iii@linux.ibm.com>
2913
2914 PR target/89233
2915 * config/s390/s390.c (s390_decompose_address): Update comment.
2916 (s390_check_qrst_address): Reject invalid address forms after
2917 LRA.
2918
2919 2019-02-12 Martin Liska <mliska@suse.cz>
2920
2921 PR lto/88876
2922 * ipa-pure-const.c (propagate_pure_const): Revert hunk as
2923 we need default values of funct_state for a function that
2924 is not optimized.
2925
2926 2019-02-12 Eric Botcazou <ebotcazou@adacore.com>
2927
2928 * asan.c (asan_expand_mark_ifn): Take into account the alignment of
2929 the object to pick the size of stores on strict-alignment platforms.
2930
2931 * config/sparc/sparc.md (*movsi_insn): Minor tweak.
2932 (*movdi_insn_sp32): Likewise.
2933 (*movdi_insn_sp64): Likewise.
2934
2935 2019-02-12 Jan Hubicka <hubicka@ucw.cz>
2936
2937 PR lto/88677
2938 * cgraphunit.c (analyze_functions): Clear READONLY flag for external
2939 types that needs constructiong.
2940 * tree.h (may_be_aliased): Do not check TYPE_NEEDS_CONSTRUCTING.
2941
2942 2019-02-12 Richard Biener <rguenther@suse.de>
2943
2944 PR tree-optimization/89253
2945 * tree-ssa-loop-split.c (tree_ssa_split_loops): Check we can
2946 duplicate the loop.
2947
2948 2019-02-11 David Malcolm <dmalcolm@redhat.com>
2949
2950 PR lto/88147
2951 * input.c (selftest::test_line_offset_overflow): New selftest.
2952 (selftest::input_c_tests): Call it.
2953
2954 2019-02-11 Martin Sebor <msebor@redhat.com>
2955
2956 PR tree-optimization/88771
2957 * gimple-ssa-warn-restrict.c (pass_wrestrict::gate): Also enable
2958 when -Wstringop-overflow is set.
2959 (builtin_memref::builtin_memref): Adjust excessive upper bound
2960 only when lower bound is not excessive.
2961 (maybe_diag_overlap): Detect and diagnose excessive bounds via
2962 -Wstringop-ovefflow.
2963 (maybe_diag_offset_bounds): Rename...
2964 (maybe_diag_access_bounds): ...to this.
2965 (check_bounds_or_overlap): Adjust for name change above.
2966
2967 2019-02-11 Martin Sebor <msebor@redhat.com>
2968
2969 PR c++/87996
2970 * builtins.c (max_object_size): Move from here...
2971 * builtins.h (max_object_size): ...and here...
2972 * tree.c (max_object_size): ...to here...
2973 * tree.h (max_object_size): ...and here.
2974
2975 2019-02-11 Bill Schmidt <wschmidt@linux.ibm.com>
2976
2977 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Shift-right
2978 and shift-left vector built-ins need to include a TRUNC_MOD_EXPR
2979 for correct semantics.
2980
2981 2019-02-11 Alan Modra <amodra@gmail.com>
2982
2983 * doc/invoke.texi (man page RS/6000 and PowerPC Options): Mention
2984 -mlongcall and -mpltseq.
2985 (RS/6000 and PowerPC Options <-mlongcall>): Mention inline PLT calls.
2986 (RS/6000 and PowerPC Options <-mpltseq>): Document.
2987 * config/rs6000/rs6000.h (TARGET_PLTSEQ): Define.
2988 * config/rs6000/sysv4.opt (mpltseq): New option.
2989 * config/rs6000/sysv4.h (TARGET_PLTSEQ): Redefine.
2990 (SUBTARGET_OVERRIDE_OPTIONS): Error if given -mpltseq when assembler
2991 support is lacking. Don't allow -mpltseq with -mbss-plt.
2992 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Warn if
2993 -mpltseq given for ELFv1.
2994 * config/rs6000/rs6000.c (rs6000_call_aix): Comment on UNSPEC_PLTSEQ.
2995 Only use UNSPEC_PLTSEQ for inline PLT calls.
2996 (rs6000_call_sysv, rs6000_sibcall_sysv): Expand comments. Only
2997 use UNSPEC_PLTSEQ for inline PLT calls.
2998 (rs6000_indirect_call_template_1, rs6000_longcall_ref),
2999 (rs6000_call_aix, rs6000_call_sysv, rs6000_sibcall_sysv): Replace
3000 uses of HAVE_AS_PLTSEQ with TARGET_PLTSEQ, simplifying.
3001 * config/rs6000/rs6000.md (pltseq_tocsave_<mode>),
3002 (pltseq_plt16_ha_<mode>, pltseq_plt16_lo_<mode>),
3003 (pltseq_mtctr_<mode>): Likewise.
3004
3005 2019-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3006
3007 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Use 8-byte strings with
3008 Solaris ld.
3009 * configure: Regenerate.
3010
3011 2019-02-11 Jakub Jelinek <jakub@redhat.com>
3012
3013 PR bootstrap/88714
3014 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use q constraint
3015 instead of r.
3016
3017 2019-02-11 Hans-Peter Nilsson <hp@axis.com>
3018
3019 * function.c (assign_parm_setup_block): Use the stored
3020 size, not the passed size, when allocating stack-space,
3021 also for a parameter with alignment larger than
3022 MAX_SUPPORTED_STACK_ALIGNMENT.
3023
3024 2019-02-11 Martin Liska <mliska@suse.cz>
3025
3026 PR ipa/89009
3027 * ipa-cp.c (build_toporder_info): Remove usage of a param.
3028 * ipa-inline.c (inline_small_functions): Likewise.
3029 * ipa-pure-const.c (propagate_pure_const): Likewise.
3030 (propagate_nothrow): Likewise.
3031 * ipa-reference.c (propagate): Likewise.
3032 * ipa-utils.c (struct searchc_env): Remove unused field.
3033 (searchc): Always search across AVAIL_INTERPOSABLE.
3034 (ipa_reduced_postorder): Always allow AVAIL_INTERPOSABLE as
3035 the only called IPA pure const can properly not propagate
3036 across interposable boundary.
3037 * ipa-utils.h (ipa_reduced_postorder): Remove param.
3038
3039 2019-02-11 Chung-Ju Wu <jasonwucj@gmail.com>
3040
3041 * config/nds32/nds32.md (call_internal, call_value_internal,
3042 sibcall_internal, sibcall_value_internal): Use SImode for mem rtx.
3043
3044 2019-02-11 Hans-Peter Nilsson <hp@axis.com>
3045
3046 * config/cris/cris.c (cris_preferred_minimum_alignment): Fix name
3047 typo.
3048
3049 2019-02-10 H.J. Lu <hongjiu.lu@intel.com>
3050
3051 * config/i386/constraints.md (Yd): Replace AVX512BW with AVX512DQ
3052 in comments
3053
3054 2019-02-10 Chung-Ju Wu <jasonwucj@gmail.com>
3055
3056 * config.gcc (with_nds32_lib): Set default --with-nds32-lib correctly.
3057
3058 2019-02-10 Jakub Jelinek <jakub@redhat.com>
3059
3060 PR tree-optimization/89268
3061 * tree-if-conv.c (version_loop_for_if_conversion): Push to preds only
3062 if preds is non-NULL.
3063
3064 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
3065
3066 PR lto/89272
3067 * tree.c (fld_simplified_type_name): Also keep TYPE_DECL for
3068 polymorphic types.
3069
3070 2019-02-10 Monk Chiang <sh.chiang04@gmail.com>
3071
3072 * config/nds32/nds32.md (trap): New pattern.
3073
3074 2019-02-10 Monk Chiang <sh.chiang04@gmail.com>
3075
3076 * config/nds32/nds32.c (nds32_dwarf_register_span): Refine register
3077 dwarf span.
3078
3079 2019-02-10 Chung-Ju Wu <jasonwucj@gmail.com>
3080
3081 * config/nds32/nds32-md-auxiliary.c (nds32_spilt_doubleword): Support
3082 to split POST_INC.
3083
3084 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
3085
3086 * ipa-visibility.c (localize_node): Also do not localize
3087 LDPR_PREVAILING_DEF_IRONLY_EXP.
3088
3089 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
3090
3091 PR lto/87957
3092 * tree.c (fld_simplified_type_name): Use DECL_ASSEMBLER_NAME_SET_P
3093 instead of type_with_linkage.
3094
3095 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
3096
3097 PR ipa/88755
3098 * params.def (uninlined-function-insns, uninlined-function-time,
3099 uninlined-thunk-insns, uninlined-thunk-time): Add artificial upper
3100 bound so we don't get overflows.
3101
3102 2019-02-09 Aaron Sawdey <acsawdey@linux.ibm.com>
3103
3104 * config/rs6000/rs6000-string.c (expand_compare_loop,
3105 expand_block_compare): Insert REG_BR_PROB notes in inline expansion of
3106 memcmp/strncmp.
3107
3108 2019-02-09 Jakub Jelinek <jakub@redhat.com>
3109
3110 PR middle-end/89246
3111 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
3112 If !node->definition and TYPE_ARG_TYPES is non-NULL, use
3113 TYPE_ARG_TYPES instead of DECL_ARGUMENTS.
3114
3115 2019-02-09 Alan Modra <amodra@gmail.com>
3116
3117 PR target/88343
3118 * config/rs6000/rs6000.c (save_reg_p): Correct calls_eh_return
3119 case. Match logic in rs6000_emit_prologue emitting pic_offset_table
3120 setup.
3121
3122 2019-02-08 Vladimir Makarov <vmakarov@redhat.com>
3123
3124 PR middle-end/88560
3125 * lra-constraints.c (process_alt_operands): Don't increase reject
3126 for memory when offset memory is required.
3127
3128 2019-02-08 Robin Dapp <rdapp@linux.ibm.com>
3129
3130 * config/s390/vector.md: Implement vector copysign.
3131
3132 2019-02-08 H.J. Lu <hongjiu.lu@intel.com>
3133
3134 * expr.c (expand_constructor): Correct indentations.
3135
3136 2019-02-08 Richard Biener <rguenther@suse.de>
3137
3138 PR tree-optimization/89247
3139 * tree-if-conv.c: Include tree-cfgcleanup.h.
3140 (version_loop_for_if_conversion): Record LOOP_VECTORIZED call.
3141 (tree_if_conversion): Pass through predicate vector.
3142 (pass_if_conversion::execute): Do CFG cleanup and SSA update
3143 inline, see if any if-converted loops we refrece in
3144 LOOP_VECTORIZED calls vanished and fixup.
3145 * tree-if-conv.h (tree_if_conversion): Adjust prototype.
3146
3147 2019-02-08 Ilya Leoshkevich <iii@linux.ibm.com>
3148
3149 * config/s390/constraints.md (jdd): New constraint.
3150
3151 2019-02-08 H.J. Lu <hongjiu.lu@intel.com>
3152
3153 PR target/89229
3154 * config/i386/i386.md (*movoi_internal_avx): Set mode to XI for
3155 upper 16 vector registers without TARGET_AVX512VL.
3156 (*movti_internal): Likewise.
3157
3158 2019-02-08 Jakub Jelinek <jakub@redhat.com>
3159
3160 PR rtl-optimization/89234
3161 * except.c (copy_reg_eh_region_note_forward): Return if note_or_insn
3162 is a NOTE, CODE_LABEL etc. - rtx_insn * other than INSN_P.
3163 (copy_reg_eh_region_note_backward): Likewise.
3164
3165 2019-02-08 Richard Biener <rguenther@suse.de>
3166
3167 PR middle-end/89223
3168 * tree-data-ref.c (initialize_matrix_A): Fail if constant
3169 doesn't fit in HWI.
3170 (analyze_subscript_affine_affine): Handle failure from
3171 initialize_matrix_A.
3172
3173 2019-02-08 Jakub Jelinek <jakub@redhat.com>
3174
3175 * cfganal.c (pre_and_rev_post_order_compute_fn): Use fn instead of
3176 cfun everywhere.
3177
3178 2019-02-07 David Malcolm <dmalcolm@redhat.com>
3179
3180 PR tree-optimization/86637
3181 PR tree-optimization/89235
3182 * tree-vect-loop.c (optimize_mask_stores): Add an
3183 auto_purge_vect_location sentinel to ensure that vect_location is
3184 purged on exit.
3185 * tree-vectorizer.c
3186 (auto_purge_vect_location::~auto_purge_vect_location): New dtor.
3187 (try_vectorize_loop_1): Add an auto_purge_vect_location sentinel
3188 to ensure that vect_location is purged on exit.
3189 (pass_slp_vectorize::execute): Likewise, replacing the manual
3190 reset.
3191 * tree-vectorizer.h (class auto_purge_vect_location): New class.
3192
3193 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3194
3195 * config/aarch64/iterators.md (max_opp): New code_attr.
3196 (USMAX): New code iterator.
3197 * config/aarch64/predicates.md (aarch64_smin): New predicate.
3198 (aarch64_smax): Likewise.
3199 * config/aarch64/aarch64-simd.md (abd<mode>_3): Rename to...
3200 (*aarch64_<su>abd<mode>_3): ... Change RTL representation to
3201 MINUS (MAX MIN).
3202
3203 2019-02-07 H.J. Lu <hongjiu.lu@intel.com>
3204
3205 PR target/89229
3206 * config/i386/i386.md (*movoi_internal_avx): Set mode to OI
3207 for TARGET_AVX512VL.
3208 (*movti_internal): Set mode to TI for TARGET_AVX512VL.
3209
3210 2019-02-07 Andreas Krebbel <krebbel@linux.ibm.com>
3211
3212 * config/s390/s390-builtin-types.def: Add new types.
3213 * config/s390/s390-builtins.def: (s390_vec_xl, s390_vec_xld2)
3214 (s390_vec_xlw4): Make the memory operand into a const pointer.
3215 (s390_vec_xld2, s390_vec_xlw4): Add a variant for single precision
3216 float.
3217 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Generate
3218 a new vector type with the alignment of the scalar memory operand.
3219
3220 2019-02-07 Matthew Malcomson <matthew.malcomson@arm.com>
3221 Jakub Jelinek <jakub@redhat.com>
3222
3223 PR bootstrap/88714
3224 * config/arm/arm-protos.h (valid_operands_ldrd_strd,
3225 arm_count_ldrdstrd_insns): New declarations.
3226 * config/arm/arm.c (mem_ok_for_ldrd_strd): Remove broken handling of
3227 MINUS.
3228 (valid_operands_ldrd_strd): New function.
3229 (arm_count_ldrdstrd_insns): New function.
3230 * config/arm/ldrdstrd.md: Change peepholes to generate PARALLEL SImode
3231 sets instead of single DImode set and define new insns to match this.
3232
3233 2019-02-07 Tamar Christina <tamar.christina@arm.com>
3234
3235 * config/aarch64/aarch64-builtins.c (aarch64_fcmla_lane_builtin_data):
3236 Make it a C initializer.
3237
3238 2019-02-07 Tamar Christina <tamar.christina@arm.com>
3239
3240 PR/target 88850
3241 * config/arm/neon.md (*neon_mov<mode>): Add r -> r case.
3242
3243 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3244
3245 * config/arm/neon.md (neon_<sup>dot<vsi2qi>):
3246 Use neon_dot<q> for type.
3247 (neon_<sup>dot_lane<vsi2qi>): Likewise.
3248
3249 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3250
3251 * config/aarch64/aarch64-simd.md (aarch64_<sur>dot<vsi2qi>):
3252 Use neon_dot<q> for type.
3253 (aarch64_<sur>dot_lane<vsi2qi>): Likewise.
3254 (aarch64_<sur>dot_laneq<vsi2qi>): Likewise.
3255
3256 2019-02-06 Vladimir Makarov <vmakarov@redhat.com>
3257
3258 PR rtl-optimization/89225
3259 * lra-constaints.c (simplify_operand_subreg): Add subreg mode
3260 sizes check.
3261
3262 2019-02-06 Eric Botcazou <ebotcazou@adacore.com>
3263
3264 * config/i386/i386.c (ix86_expand_prologue): Emit a memory blockage
3265 after restoring registers saved to allocate the frame on Windows.
3266
3267 2019-02-06 Richard Biener <rguenther@suse.de>
3268
3269 PR tree-optimization/89182
3270 * graphite.h (cached_scalar_evolution_in_region): Declare.
3271 * graphite.c (struct seir_cache_key): New.
3272 (struct sese_scev_hash): Likewise.
3273 (seir_cache): New global.
3274 (cached_scalar_evolution_in_region): New function.
3275 (graphite_transform_loops): Allocate and release seir_cache.
3276 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Use
3277 cached_scalar_evolution_in_region.
3278 * graphite-scop-detection.c (scop_detection::can_represent_loop):
3279 Simplify.
3280 (scop_detection::graphite_can_represent_expr: Use
3281 cached_scalar_evolution_in_region.
3282 (scop_detection::stmt_simple_for_scop_p): Likewise.
3283 (find_params_in_bb): Likewise.
3284 (gather_bbs::before_dom_children): Likewise.
3285 * graphite-sese-to-poly.c (create_pw_aff_from_tree): Likewise.
3286 (add_loop_constraints): Likewise.
3287
3288 2019-02-06 Jakub Jelinek <jakub@redhat.com>
3289
3290 PR middle-end/89210
3291 * fold-const-call.c (fold_const_vec_convert): Pass true as last
3292 operand to new_unary_operation only if both element types are integral
3293 and it isn't a widening conversion. Return NULL_TREE if
3294 new_unary_operation failed.
3295
3296 2019-02-05 Andreas Krebbel <krebbel@linux.ibm.com>
3297
3298 PR target/88856
3299 * config/s390/s390.md: Remove load and test FP splitter.
3300
3301 2019-02-05 Aaron Sawdey <acsawdey@linux.ibm.com>
3302
3303 PR target/89112
3304 * config/rs6000/rs6000-string.c (do_ifelse, expand_cmp_vec_sequence,
3305 expand_compare_loop, expand_block_compare_gpr,
3306 expand_strncmp_align_check, expand_strncmp_gpr_sequence): Insert
3307 REG_BR_PROB notes in inline expansion of memcmp/strncmp. Add
3308 #include "profile-count.h" and "predict.h" for types and functions
3309 needed to work with REG_BR_PROB notes.
3310
3311 2019-02-05 Aaron Sawdey <acsawdey@linux.ibm.com>
3312
3313 PR target/89112
3314 * config/rs6000/rs6000.md (<bd>tf_<mode>): Generate a local label
3315 for the long branch case.
3316
3317 2019-02-05 Jakub Jelinek <jakub@redhat.com>
3318
3319 PR target/89188
3320 * dce.c (delete_unmarked_insns): Don't remove no-op moves if they
3321 can throw, non-call exceptions are enabled and we can't delete
3322 dead exceptions or alter cfg. Set must_clean if
3323 delete_insn_and_edges returns true, don't set it blindly for calls.
3324 Assert that delete_unreachable_blocks is called only if can_alter_cfg.
3325
3326 PR rtl-optimization/89195
3327 * combine.c (make_extraction): For MEMs, don't extract bytes outside
3328 of the original MEM.
3329
3330 2019-02-05 Martin Liska <mliska@suse.cz>
3331
3332 PR gcov-profile/89000
3333 * gcov.c (function_summary): Remove argument.
3334 (file_summary): New function.
3335 (print_usage): Replace tabs with spaces.
3336 (generate_results): Use new function file_summary.
3337
3338 2019-02-05 Jakub Jelinek <jakub@redhat.com>
3339
3340 PR target/89186
3341 * optabs.c (prepare_cmp_insn): Pass x and y to
3342 emit_block_comp_via_libcall rather than XEXP (x, 0) and XEXP (y, 0).
3343
3344 2019-02-05 Richard Biener <rguenther@suse.de>
3345
3346 PR middle-end/89150
3347 * bitmap.h (struct bitmap_obstack): Do not mark GTY.
3348 (struct bitmap_element): Drop chain_prev so we properly recurse on
3349 the prev member, supporting tree views.
3350 (struct bitmap_head): GTY skip the obstack member.
3351
3352 2019-02-04 Alexander Monakov <amonakov@ispras.ru>
3353
3354 PR c/88698
3355 * doc/extend.texi (Vector Extensions): Add an example of using vector
3356 types together with x86 intrinsics.
3357
3358 2019-02-04 Alan Modra <amodra@gmail.com>
3359
3360 * config/rs6000/rs6000.c (rs6000_indirect_call_template_1): Increase
3361 str[] size to 160, and comment.
3362
3363 2019-02-04 Alan Modra <amodra@gmail.com>
3364
3365 * config/rs6000/rs6000.c (rs6000_indirect_call_template_1),
3366 (rs6000_pltseq_template): Guard output of TLS markers with
3367 TARGET_TLS_MARKERS.
3368 (rs6000_longcall_ref, rs6000_call_aix, rs6000_call_sysv),
3369 (rs6000_sibcall_sysv): Ignore TARGET_TLS_MARKERS when deciding
3370 to use inline PLT sequences.
3371 * config/rs6000/rs6000.md (pltseq_tocsave_<mode>),
3372 (pltseq_plt16_ha_<mode>, pltseq_plt16_lo_<mode>),
3373 (pltseq_mtctr_<mode>): Don't test TARGET_TLS_MARKERS in predicate.
3374
3375 2019-02-04 Martin Liska <mliska@suse.cz>
3376
3377 PR ipa/88985
3378 * ipa-fnsummary.c (estimate_edge_devirt_benefit): Bail
3379 out when ipa_fn_summaries does not contain entry for callee.
3380
3381 2019-02-04 Eric Botcazou <ebotcazou@adacore.com>
3382
3383 * config/sparc/sparc.h: Remove superfluous blank lines.
3384 * config/sparc/sparc.c (global_offset_table_rtx): Rename into...
3385 (got_register_rtx): ...this.
3386 (sparc_got): Adjust to above renaming.
3387 (sparc_tls_got): Likewise.
3388 (sparc_delegitimize_address): Likewise.
3389 (sparc_output_mi_thunk): Likewise.
3390 (sparc_init_pic_reg): Likewise.
3391 (save_local_or_in_reg_p): Fix test on the GOT register.
3392 (USE_HIDDEN_LINKONCE): Move around.
3393 (get_pc_thunk_name): Likewise.
3394 (gen_load_pcrel_sym): Likewise.
3395 (load_got_register): Likewise.
3396
3397 2019-02-04 Kito Cheng <kito.cheng@gmail.com>
3398
3399 * config/nds32/linux.h (GLIBC_DYNAMIC_LINKER): Define the naming rule
3400 of the dynamic linker: "ld-linux-nds32[le|be][f].so.1".
3401
3402 2019-02-04 Chung-Ju Wu <jasonwucj@gmail.com>
3403
3404 * config/nds32/nds32.c (nds32_legitimate_address_p): Add TLS model
3405 into consideration.
3406
3407 2019-02-04 Chung-Ju Wu <jasonwucj@gmail.com>
3408
3409 * config.gcc (with_nds32_lib, glibc):
3410 Remove TARGET_DEFAULT_TLSDESC_TRAMPOLINE=0 setting.
3411 * config/nds32/linux.h (TARGET_DEFAULT_TLSDESC_TRAMPOLINE): Delete.
3412 (NDS32_TLSDESC_TRAMPOLINE_SPEC): Delete.
3413
3414 2019-02-03 Uroš Bizjak <ubizjak@gmail.com>
3415
3416 PR target/89071
3417 * config/i386/i386.md (*sqrt<mode>2_sse): Add (v,0) alternative.
3418 Do not prefer (v,v) alternative for non-AVX targets and (m,v)
3419 alternative for speed when TARGET_SSE_PARTIAL_REG_DEPENDENCY is set.
3420 (*rcpsf2_sse): Ditto.
3421 (*rsqrtsf2_sse): Ditto.
3422 (sse4_1_round<mode<2): Ditto.
3423
3424 2019-02-03 Richard Biener <rguenther@suse.de>
3425
3426 PR debug/87295
3427 * dwarf2out.c (copy_ancestor_tree): Register non-stubs as
3428 orig.
3429
3430 2019-02-02 Jakub Jelinek <jakub@redhat.com>
3431
3432 PR middle-end/87887
3433 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
3434 Punt with warning on aggregate return or argument types. Ignore
3435 type/mode checking for uniform arguments.
3436
3437 2019-02-01 Segher Boessenkool <segher@kernel.crashing.org>
3438
3439 * combine.c (try_combine): Do not print "Can't combine" messages unless
3440 printing failed combination attempts.
3441
3442 2019-02-01 Martin Jambor <mjambor@suse.cz>
3443
3444 PR hsa/87863
3445 * omp-grid.c (grid_mark_variable_segment): Set assembler name of group
3446 segment and global segment variables before making them static.
3447
3448 2019-02-01 Martin Jambor <mjambor@suse.cz>
3449
3450 * omp-grid.c (grid_target_follows_gridifiable_pattern): Guard two
3451 missed optimization dump with dump_enabled_p.
3452
3453 2019-02-01 Richard Biener <rguenther@suse.de>
3454
3455 PR middle-end/88597
3456 * tree-scalar-evolution.c (analyze_scalar_evolution): Set up
3457 the instantiate cache.
3458 (instantiate_scev_binary): Elide second operand procesing
3459 if equal to the first.
3460 * tree-chrec.c (chrec_contains_symbols): Add visited set.
3461 (chrec_contains_undetermined): Likewise.
3462 (tree_contains_chrecs): Likewise.
3463
3464 2019-02-01 Jan Hubicka <hubicka@ucw.cz>
3465
3466 * parms.def (MAX_INLINE_INSNS_SINGLE): Reduce from 400 to 200.
3467
3468 2019-02-01 Jakub Jelinek <jakub@redhat.com>
3469
3470 PR tree-optimization/89143
3471 * wide-int-range.h (wide_int_range_absu): Declare.
3472 * wide-int-range.cc (wide_int_range_absu): New function.
3473 * tree-vrp.c (extract_range_from_unary_expr): Handle ABSU_EXPR.
3474
3475 PR tree-optimization/88107
3476 * tree-cfg.c (find_outermost_region_in_block): Add ALL argument,
3477 instead of assertion that eh_region_outermost is non-NULL, if it
3478 is NULL, set *ALL to true and return NULL.
3479 (move_sese_region_to_fn): Adjust caller, if all is set, call
3480 duplicate_eh_regions with NULL region.
3481
3482 2019-02-01 Richard Biener <rguenth@suse.de>
3483
3484 PR rtl-optimization/88593
3485 * mode-switching.c (optimize_mode_switching): Free dominators before
3486 calling cleanup_cfg.
3487
3488 2019-02-01 Bin Cheng <bin.cheng@linux.alibaba.com>
3489
3490 PR tree-optimization/88932
3491 * tree-predcom.c (try_combine_chains): Get loop bbs in dom order.
3492
3493 2019-01-31 Jakub Jelinek <jakub@redhat.com>
3494
3495 PR middle-end/89137
3496 * omp-low.c (lower_omp_task_reductions): Drop redundant test to avoid
3497 bogus clang warning.
3498
3499 2019-01-31 Uroš Bizjak <ubizjak@gmail.com>
3500
3501 PR target/89071
3502 * config/i386/i386.md (*extendsfdf2): Split out reg->reg
3503 alternative to avoid partial SSE register stall for TARGET_AVX.
3504 (truncdfsf2): Ditto.
3505 (sse4_1_round<mode>2): Ditto.
3506
3507 2018-01-31 Bill Schmidt <wschmidt@linux.ibm.com>
3508
3509 PR tree-optimization/89008
3510 * gimple-ssa-strength-reduction.c (slsr_process_mul): Don't
3511 process anything of the form X * 0.
3512
3513 2019-01-31 Richard Biener <rguenther@suse.de>
3514
3515 PR tree-optimization/89135
3516 * tree-ssa-phiprop.c (pass_phiprop::execute): Skip blocks
3517 with abnormal preds.
3518
3519 2019-01-31 Jakub Jelinek <jakub@redhat.com>
3520
3521 PR sanitizer/89124
3522 * ipa-inline.c (sanitize_attrs_match_for_inline_p): Allow inlining
3523 always_inline callees into no_sanitize_address callers.
3524
3525 2019-01-31 Richard Biener <rguenther@suse.de>
3526
3527 PR rtl-optimization/89115
3528 * lra.c (lra_rtx_hash): Properly hash CONST_INT values.
3529
3530 2019-01-30 Martin Sebor <msebor@redhat.com>
3531
3532 PR other/89106
3533 * doc/extend.texi (cast to a union): Correct and expand.
3534
3535 2019-01-30 Vladimir Makarov <vmakarov@redhat.com>
3536
3537 PR rtl-optimization/87246
3538 * lra-constraints.c (simplify_operand_subreg): Reload memory
3539 in subreg if the address became invalid.
3540
3541 2019-01-30 Bill Schmidt <wschmidt@linux.ibm.com>
3542
3543 PR target/87064
3544 * config/rs6000/vsx.md (*vsx_reduc_<VEC_reduc_name>_v4sf_scalar):
3545 Disable for little-endian.
3546
3547 2019-01-30 Richard Biener <rguenther@suse.de>
3548
3549 PR rtl-optimization/89115
3550 * opts.c (default_options_optimization): Reduce
3551 PARAM_MAX_DSE_ACTIVE_LOCAL_STORES by a factor of 10 at -O1.
3552 Make PARAM_LOOP_INVARIANT_MAX_BBS_IN_LOOP reduction relative
3553 to the default.
3554
3555 2019-01-30 Kelvin Nilsen <kelvin@gcc.gnu.org>
3556
3557 * config/rs6000/rs6000-c.c (altivec-resolve_overloaded_builtin):
3558 Change handling of ALTIVEC_BUILTIN_VEC_EXTRACT. Coerce result to
3559 type of vector element when vec_extract is implemented by direct
3560 move.
3561
3562 2019-01-30 Thomas Schwinge <thomas@codesourcery.com>
3563
3564 * doc/invoke.texi (C Language Options): List "-fopenacc-dim".
3565
3566 2019-01-30 Richard Biener <rguenther@suse.de>
3567
3568 PR tree-optimization/89111
3569 * tree-ssa-loop-im.c (gather_mem_refs_stmt): Restrict
3570 canonicalization to appropriately sized access types.
3571
3572 2019-01-30 Jakub Jelinek <jakub@redhat.com>
3573
3574 PR c++/89105
3575 * config/i386/i386.c (ix86_warn_parameter_passing_abi): Don't warn
3576 for arguments to functions that are TU-local and shouldn't be
3577 referenced by assembly.
3578
3579 2019-01-30 Ulrich Drepper <drepper@redhat.com>
3580
3581 * dumpfile.c (opt_info_switch_p_1): Ignore '-' if it appears
3582 after '='.
3583
3584 2019-01-29 Martin Sebor <msebor@redhat.com>
3585
3586 PR c/88956
3587 * gimple-fold.c (fold_array_ctor_reference): Avoid zero-length arrays.
3588
3589 2019-01-29 Jakub Jelinek <jakub@redhat.com>
3590
3591 PR c++/66676
3592 PR ipa/89104
3593 * omp-simd-clone.c (simd_clone_clauses_extract)
3594 <case OMP_CLAUSE_ALIGNED>: Ignore clauses with NULL
3595 OMP_CLAUSE_ALIGNED_ALIGNMENT.
3596
3597 2019-01-29 Vineet Gupta <vgupta@synopsys.com>
3598
3599 * config.gcc: Force .init_array for ARC.
3600
3601 2019-01-29 Richard Biener <rguenther@suse.de>
3602
3603 PR debug/87295
3604 * dwarf2out.c (collect_skeleton_dies): New helper.
3605 (copy_decls_for_unworthy_types): Call it.
3606 (build_abbrev_table): Assert we do not try to replace
3607 DW_AT_signature refs with local refs.
3608
3609 2019-01-28 Jakub Jelinek <jakub@redhat.com>
3610
3611 PR middle-end/89002
3612 * gimplify.c (gimplify_omp_for): When adding OMP_CLAUSE_*_GIMPLE_SEQ
3613 for lastprivate/linear IV, push gimplify context around gimplify_assign
3614 and, if it needed any temporaries, pop it into a gimple bind around the
3615 sequence.
3616
3617 2019-01-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
3618
3619 * common.opt (-Wattribute-alias): Remove "no-" from name.
3620 Make -Wattribute-alias command line option and
3621 #pragma GCC diagnostic ignored "-Wattribute-alias" work again.
3622
3623 2019-01-28 Jakub Jelinek <jakub@redhat.com>
3624
3625 PR target/89073
3626 * doc/invoke.texi (-mclwb, -mprfchw, -mrdpid, -mrdseed, -msgx,
3627 -madx, -mhle, -mavx5124fmaps, -mavx512vnni, -mavx5124vnniw): Document
3628 x86 ISA options.
3629 (bmi2): Add missing @opindex.
3630 * doc/extend.texi (x86 target attribute): Move fma4, lwp, ssse3
3631 options alphabetically. Add missing 3dnow, 3dnowa, adx, avx, avx2,
3632 avx5124fmaps, avx5124vnniw, avx512bitalg, avx512bw, avx512cd,
3633 avx512dq, avx512er, avx512f, avx512ifma, avx512pf, avx512vbmi,
3634 avx512vbmi2, avx512vl, avx512vnni, avx512vpopcntdq, bmi, bmi2,
3635 cldemote, clflushopt, clwb, clzero, crc32, cx16, f16c, fma, fsgsbase,
3636 fxsr, gfni, hle, lzcnt, movbe, movdir64b, movdiri, mwaitx, pconfig,
3637 pku, prefetchwt1, prfchw, ptwrite, rdpid, rdrnd, rdseed, rtm, sahf,
3638 sgx, sha, shstk, tbm, vaes, vpclmulqdq, waitpkg, wbnoinvd, xsave,
3639 xsavec, xsaveopt and xsaves options.
3640
3641 2019-01-28 Richard Biener <rguenther@suse.de>
3642
3643 PR debug/89076
3644 * dwarf2out.c (gen_subprogram_die): Remove leftover from MPX
3645 support removal.
3646
3647 2019-01-28 Richard Biener <rguenther@suse.de>
3648
3649 PR tree-optimization/88739
3650 * tree-cfg.c (verify_types_in_gimple_reference): Verify
3651 BIT_FIELD_REFs only are applied to mode-precision operands
3652 when they are integral.
3653 (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR.
3654 * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid generating
3655 BIT_FIELD_REFs of non-mode-precision integral operands.
3656
3657 2019-01-27 Jakub Jelinek <jakub@redhat.com>
3658
3659 PR target/87214
3660 * config/i386/sse.md
3661 (<mask_codefor>avx512dq_shuf_<shuffletype>64x2_1<mask_name>,
3662 avx512f_shuf_<shuffletype>64x2_1<mask_name>): Ensure the
3663 first constants in pairs are multiples of 2. Formatting fixes.
3664 (avx512vl_shuf_<shuffletype>32x4_1<mask_name>,
3665 avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Ensure the
3666 first constants in each quadruple are multiples of 4. Formatting fixes.
3667
3668 2019-01-26 Martin Jambor <mjambor@suse.cz>
3669
3670 PR ipa/88933
3671 * tree-inline.c: Include tree-cfgcleanup.h.
3672 (delete_unreachable_blocks_update_callgraph): Move...
3673 * tree-cfgcleanup.c (delete_unreachable_blocks_update_callgraph):
3674 ...here, make externally visible, make second argument bool, adjust
3675 all callers.
3676 * tree-cfgcleanup.c: Include cgraph.h.
3677 * tree-cfgcleanup.h (delete_unreachable_blocks_update_callgraph):
3678 Declare.
3679 * ipa-prop.c: Include tree-cfgcleanup.h.
3680 (ipcp_transform_function): Call
3681 delete_unreachable_blocks_update_callgraph instead of cleaning uo CFG.
3682
3683 2019-01-25 Vladimir Makarov <vmakarov@redhat.com>
3684
3685 PR rtl-optimization/88846
3686 * ira.c (process_set_for_memref_referenced_p): New.
3687 (memref_referenced_p): Add new param. Use
3688 process_set_for_memref_referenced_p. Add new switch cases.
3689 (memref_used_between_p): Pass new arg to memref_referenced_p.
3690
3691 2019-01-25 Richard Earnshaw <rearnsha@arm.com>
3692
3693 PR target/88469
3694 * config/aarch64/aarch64.c (aarch64_function_arg_alignment): Add new
3695 argument ABI_BREAK. Set to true if the calculated alignment has
3696 changed in gcc-9. Check bit-fields for their base type alignment.
3697 (aarch64_layout_arg): Warn if argument passing has changed in gcc-9.
3698 (aarch64_function_arg_boundary): Likewise.
3699 (aarch64_gimplify_va_arg_expr): Likewise.
3700
3701 2019-01-25 Richard Sandiford <richard.sandiford@arm.com>
3702
3703 PR middle-end/89037
3704 * varasm.c (output_constructor_bitfield): Use wi::extract_uhwi
3705 instead of accessing TREE_INT_CST_ELT directly.
3706
3707 2019-01-25 Christophe Lyon <christophe.lyon@linaro.org>
3708
3709 * doc/sourcebuild.texi (Environment attributes): Add fenv and
3710 fenv_exceptions description.
3711
3712 2019-01-25 Wilco Dijkstra <wdijkstr@arm.com>
3713
3714 PR rtl-optimization/87763
3715 * config/aarch64/aarch64.c (aarch64_select_cc_mode):
3716 Allow SUBREG when matching CC_NZmode compare.
3717
3718 2019-01-25 Richard Biener <rguenther@suse.de>
3719
3720 PR tree-optimization/89049
3721 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost):
3722 Look at the pattern stmt to determine if the stmt is vectorized.
3723
3724 2019-01-25 Richard Sandiford <richard.sandiford@arm.com>
3725
3726 * config/aarch64/aarch64-sve.md (*pred_mov<mode>)
3727 (pred_mov<mode>): Handle all-register forms using both a new
3728 alternative and a split.
3729
3730 2019-01-25 Richard Biener <rguenther@suse.de>
3731
3732 PR tree-optimization/86865
3733 * graphite-scop-detection.c (scop_detection::can_represent_loop):
3734 Reject non-do-while loops.
3735
3736 2019-01-24 Peter Bergner <bergner@linux.ibm.com>
3737
3738 * config/rs6000/altivec.md (build_vector_mask_for_load): Use MEM_P.
3739 * config/rs6000/constraints.md (Q constraint): Use REG_P.
3740 * config/rs6000/darwin.h (PREFERRED_RELOAD_CLASS): Use SYMBOL_REF_P.
3741 * config/rs6000/freebsd64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use
3742 SYMBOL_REF_P, CONST_INT_P and CONST_DOUBLE_P.
3743 * config/rs6000/linux64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
3744 * config/rs6000/predicates.md (altivec_register_operand, vint_operand,
3745 vsx_register_operand, vsx_reg_sfsubreg_ok, vfloat_operand,
3746 vlogical_operand, gpc_reg_operand, int_reg_operand,
3747 int_reg_operand_not_pseudo): Use SUBREG_P and HARD_REGISTER_P.
3748 (ca_operand, base_reg_operand, htm_spr_reg_operand, cc_reg_operand,
3749 cc_reg_not_cr0_operand, input_operand): Use SUBREG_P.
3750 (save_world_operation, restore_world_operation, lmw_operation,
3751 stmw_operation): Use MEM_P and REG_P.
3752 (tie_operand): Use MEM_P.
3753 (vrsave_operation, crsave_operation): Use REG_P.
3754 (mfcr_operation, mtcrf_operation): Use REG_P and CONST_INT_P.
3755 (fpr_reg_operand): Use SUBREG_P and HARD_REGISTER_NUM_P.
3756 (quad_int_reg_operand): Use HARD_REGISTER_NUM_P.
3757 (call_operand): Use HARD_REGISTER_P.
3758 (indexed_or_indirect_operand, altivec_indexed_or_indirect_operand):
3759 Use CONST_INT_P.
3760 (lwa_operand): Use SUBREG_P, REG_P and CONST_INT_P.
3761 * config/rs6000/rs6000-p8swap.c (insn_is_load_p, insn_is_store_p,
3762 quad_aligned_load_p, replace_swapped_aligned_store,
3763 recombine_lvx_pattern, replace_swapped_aligned_load,
3764 recombine_stvx_pattern): Use MEM_P.
3765 (const_load_sequence_p, adjust_vperm, replace_swapped_load_constant):
3766 Use MEM_P and SYMBOL_REF_P.
3767 (rtx_is_swappable_p): Use REG_P and CONST_INT_P.
3768 (insn_is_swappable_p): Use REG_P and MEM_P.
3769 (insn_is_swap_p, (alignment_mask): Use CONST_INT_P.
3770 * config/rs6000/rs6000-string.c (expand_block_clear, expand_block_move):
3771 Use CONST_INT_P.
3772 * config/rs6000/rs6000.c (rs6000_secondary_reload, rs6000_emit_cmove):
3773 Use CONST_DOUBLE_P.
3774 (rs6000_output_move_128bit): Use CONST_DOUBLE_P, CONST_INT_P and
3775 CONST_WIDE_INT_P.
3776 (rs6000_legitimize_address): Use CONST_DOUBLE_P, CONST_INT_P,
3777 CONST_WIDE_INT_P, REG_P and SYMBOL_REF_P.
3778 (rs6000_emit_move): Use CONST_DOUBLE_P, CONST_INT_P, HARD_REGISTER_P,
3779 HARD_REGISTER_NUM_P, MEM_P, REG_P, SUBREG_P, SYMBOL_REF_P and
3780 reg_or_subregno:
3781 (output_toc): Use CONST_DOUBLE_P, CONST_INT_P and SYMBOL_REF_P.
3782 (easy_altivec_constant, rs6000_legitimate_offset_address_p,
3783 rs6000_mode_dependent_address, rs6000_expand_mtfsf_builtin,
3784 rs6000_expand_set_fpscr_rn_builtin, rs6000_expand_set_fpscr_drn_builtin,
3785 rs6000_expand_unop_builtin, INT_P, rs6000_generate_compare,
3786 rs6000_machopic_legitimize_pic_address, rs6000_split_logical_inner,
3787 rs6000_split_logical_di): Use CONST_INT_P.
3788 (rs6000_legitimize_reload_address): Use CONST_INT_P, HARD_REGISTER_P,
3789 REG_P and SYMBOL_REF_P.
3790 (setup_incoming_varargs, rs6000_rtx_costs): Use CONST_INT_P and MEM_P.
3791 (print_operand): Use CONST_INT_P, MEM_P and REG_P.
3792 (virtual_stack_registers_memory_p, rs6000_legitimate_address_p,
3793 mems_ok_for_quad_peep): Use CONST_INT_P and REG_P.
3794 (rs6000_secondary_reload_memory): Use CONST_INT_P and SUBREG_P.
3795 (small_data_operand, print_operand_address): Use CONST_INT_P and
3796 SYMBOL_REF_P.
3797 (split_stack_arg_pointer_used_p): Use HARD_REGISTER_P.
3798 (rs6000_init_hard_regno_mode_ok, direct_move_p):
3799 Use HARD_REGISTER_NUM_P.
3800 (rs6000_secondary_reload_gpr): Use HARD_REGISTER_NUM_P and MEM_P.
3801 (rs6000_secondary_reload_class): Use HARD_REGISTER_NUM_P, REG_P,
3802 SUBREG_P and SYMBOL_REF_P.
3803 (register_to_reg_type, rs6000_secondary_reload_inner): Use SUBREG_P
3804 and HARD_REGISTER_NUM_P.
3805 (rs6000_adjust_vec_address): Use HARD_REGISTER_NUM_P and
3806 reg_or_subregno.
3807 (rs6000_adjust_cost, find_mem_ref): Use MEM_P.
3808 (macho_lo_sum_memory_operand, rs6000_eliminate_indexed_memrefs): Use
3809 MEM_P and REG_P.
3810 (legitimate_indirect_address_p, legitimate_lo_sum_address_p,
3811 registers_ok_for_quad_peep, rs6000_output_function_epilogue,
3812 find_addr_reg): Use REG_P.
3813 (altivec_expand_vec_perm_const): Use REG_P and SUBREG_P.
3814 (rs6000_emit_le_vsx_move): Use SUBREG_P.
3815 (offsettable_ok_by_alignment, constant_pool_expr_p,
3816 legitimate_small_data_p, rs6000_output_dwarf_dtprel,
3817 rs6000_delegitimize_address, rs6000_const_not_ok_for_debug_p,
3818 rs6000_cannot_force_const_mem, rs6000_output_addr_const_extra,
3819 rs6000_assemble_integer, create_TOC_reference,
3820 rs6000_emit_allocate_stack, rs6000_xcoff_encode_section_info,
3821 rs6000_call_aix, rs6000_call_aix): Use SYMBOL_REF_P.
3822 (rs6000_split_vec_extract_var): Use reg_or_subregno.
3823 * config/rs6000/rtems.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use
3824 CONST_DOUBLE_P, CONST_INT_P and SYMBOL_REF_P.
3825 * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
3826 * config/rs6000/xcoff.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
3827 * config/rs6000/rs6000.h (RS6000_SYMBOL_REF_TLS_P): Use SYMBOL_REF_P.
3828 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Use HARD_REGISTER_NUM_P.
3829 (INT_REG_OK_FOR_INDEX_P, INT_REG_OK_FOR_BASE_P): Use HARD_REGISTER_P.
3830 (CONSTANT_ADDRESS_P): Use CONST_INT_P and SYMBOL_REF_P.
3831 * config/rs6000/rs6000.md (define_expands strlensi, mod<mode>3
3832 and cbranch<mode>4): Use CONST_INT_P.
3833 (multiple define_splits): Use REG_P and SUBREG_P.
3834 (define_expands call, call_value): Use MEM_P.
3835 (define_expands sibcall, sibcall_value): Use CONST_INT_P and MEM_P.
3836 (define insn *mtcrfsi): Use CONST_INT_P and REG_P.
3837 * config/rs6000/vsx.md (*vsx_le_perm_load_<mode>,
3838 *vsx_le_perm_load_v8hi, *vsx_le_perm_load_v16qi): Use HARD_REGISTER_P
3839 and HARD_REGISTER_NUM_P.
3840 (multiple define_splits): Use HARD_REGISTER_NUM_P.
3841
3842 2019-01-24 Uroš Bizjak <ubizjak@gmail.com>
3843
3844 PR rtl-optimization/88948
3845 * rtl.h (prepare_copy_insn): New prototype.
3846 * gcse.c (prepare_copy_insn): New function, split out from
3847 process_insert_insn.
3848 (process_insert_insn): Use prepare_copy_insn.
3849 * store-motion.c (replace_store_insn): Use prepare_copy_insn
3850 instead of gen_move_insn.
3851
3852 2019-01-24 Jakub Jelinek <jakub@redhat.com>
3853
3854 PR debug/89006
3855 * config/i386/i386.c (ix86_pic_register_p): Return true for
3856 UNSPEC_SET_GOT too.
3857
3858 PR tree-optimization/88964
3859 * gimple-loop-interchange.cc (loop_cand::analyze_induction_var): Also
3860 punt if HONOR_SNANS (chrec).
3861
3862 PR middle-end/89015
3863 * tree-nested.c (convert_nonlocal_reference_stmt,
3864 convert_local_reference_stmt, convert_tramp_reference_stmt,
3865 convert_gimple_call) <case GIMPLE_OMP_TEAMS>: Treat
3866 gimple_omp_teams_host teams stmts like GIMPLE_OMP_PARALLEL
3867 or GIMPLE_OMP_TASK.
3868
3869 PR tree-optimization/89027
3870 * tree-inline.c (add_clobbers_to_eh_landing_pad): Don't add clobbers
3871 for "omp simd array" variables.
3872
3873 2019-01-24 Richard Earnshaw <rearnsha@arm.com>
3874
3875 PR target/88469
3876 * profile-count.h (profile_count): On ARM systems using GCC 6/7/8
3877 force the alignment of m_val.
3878
3879 2019-01-24 Richard Biener <rguenther@suse.de>
3880
3881 PR lto/87187
3882 * tree-streamer-out.c (write_ts_decl_common_tree_pointers):
3883 When in "legacy" debug mode make sure to reset self-origins.
3884
3885 2019-01-24 Martin Liska <mliska@suse.cz>
3886
3887 PR gcov-profile/88994
3888 * gcov-io.c (mangle_path): Do not allocate a bigger buffer,
3889 result will be always smaller or equal to the original.
3890 * gcov.c (mangle_name): Fix else branch where we should
3891 also copy to PTR and shift the pointer.
3892
3893 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
3894
3895 * tree-ssa-dom.c (test_for_singularity): Fix a comment typo.
3896 * vr-values.c (find_case_label_ranges): Fix a comment typo.
3897
3898 2019-01-23 Bin Cheng <bin.cheng@arm.com>
3899 Steve Ellcey <sellcey@marvell.com>
3900
3901 PR target/85711
3902 * recog.c (address_operand): Return false on wrong mode for address.
3903 (constrain_operands): Check for mode with 'p' constraint.
3904
3905 2019-01-23 Uroš Bizjak <ubizjak@gmail.com>
3906
3907 PR target/88998
3908 * config/i386/sse.md (sse2_cvtpi2pd): Add SSE alternatives.
3909 Disparage MMX alternative.
3910 (sse2_cvtpd2pi): Ditto.
3911 (sse2_cvttpd2pi): Ditto.
3912
3913 2019-01-23 David Malcolm <dmalcolm@redhat.com>
3914
3915 PR driver/89014
3916 * config/aarch64/driver-aarch64.c (host_detect_local_cpu): Fix
3917 use-after-free of the result of
3918 aarch64_get_extension_string_for_isa_flags.
3919
3920 2019-01-23 Jakub Jelinek <jakub@redhat.com>
3921
3922 PR c/44715
3923 * doc/extend.texi: Document break and continue behavior in
3924 statement expressions.
3925
3926 2019-01-23 Richard Biener <rguenther@suse.de>
3927
3928 PR tree-optimization/89008
3929 * tree-ssa-reassoc.c (eliminate_using_constants): For * 0 do
3930 not leave another stray operand.
3931
3932 2019-01-23 Jakub Jelinek <jakub@redhat.com>
3933
3934 * BASE-VER: Bump to 9.0.1.
3935
3936 2019-01-23 Eric Botcazou <ebotcazou@adacore.com>
3937
3938 * cgraphunit.c (cgraph_node::expand_thunk): When expanding a GIMPLE
3939 thunk that returns by reference, use the type of the return object
3940 of the thunk instead of that of the alias to build the dereference.
3941
3942 2019-01-23 Vineet Gupta <vgupta@synopsys.com>
3943
3944 * config/arc/atomic.md: Add operand to DMB instruction.
3945
3946 2019-01-23 Jakub Jelinek <jakub@redhat.com>
3947
3948 PR tree-optimization/88964
3949 * gimple-loop-interchange.cc (loop_cand::analyze_induction_var): Use
3950 build_zero_cst instead of build_int_cst. Return false for loop
3951 invariants which honor signed zeros.
3952
3953 2019-01-22 Segher Boessenkool <segher@kernel.crashing.org>
3954
3955 * doc/invoke.texi (-fsplit-paths): This is enabled by default at -O3.
3956
3957 2019-01-22 Jakub Jelinek <jakub@redhat.com>
3958
3959 PR target/88965
3960 * config/rs6000/rs6000.c: Include tree-vrp.h and tree-ssanames.h.
3961 (rs6000_gimple_fold_builtin): If MEM_REF address doesn't satisfy
3962 is_gimple_mem_ref_addr predicate, force it into a SSA_NAME first.
3963
3964 PR middle-end/88968
3965 * gimplify.c (gimplify_omp_atomic): Handle bitfield atomics with
3966 non-integral DECL_BIT_FIELD_REPRESENTATIVEs.
3967
3968 PR target/87064
3969 * config/rs6000/vsx.md (*vsx_reduc_<VEC_reduc_name>_v2df_scalar):
3970 Disable for little endian.
3971
3972 2019-01-22 Richard Earnshaw <rearnsha@arm.com>
3973
3974 PR target/88469
3975 * config/arm/arm.c (arm_needs_double_word_align): Check
3976 DECL_BIT_FIELD_TYPE.
3977
3978 2019-01-22 Hongtao Liu <hongtao.liu@intel.com>
3979 H.J. Lu <hongjiu.lu@intel.com>
3980
3981 PR target/88909
3982 * config/i386/i386-builtin.def: Add mask2 to all builtin
3983 initializations. Merge ARGS2 and SPECIAL_ARGS2 into ARGS and
3984 SPECIAL_ARGS.
3985 * config/i386/i386.c (BDESC): Add mask2 to the definition.
3986 (BDESC_FIRST): Likewise.
3987 (define_builtin): Add an argument for mask2. Updated to handle
3988 both ix86_isa_flags and ix86_isa_flags2.
3989 (define_builtin_const): Likewise.
3990 (define_builtin_pure): Likewise.
3991 (define_builtin2): Deleted.
3992 (define_builtin_const2): Likewise.
3993 (builtin_description): Add a member, mask2.
3994 (bdesc_*): Add mask2 to builtin initializations.
3995 (ix86_init_mmx_sse_builtins): Update calls to def_builtin,
3996 def_builtin_const and def_builtin_pure. Remove SPECIAL_ARGS2
3997 support.
3998 (ix86_get_builtin_func_type): Remove SPECIAL_ARGS2 support.
3999
4000 2019-01-22 H.J. Lu <hongjiu.lu@intel.com>
4001
4002 PR target/88954
4003 * config/i386/i386.c (ix86_force_load_from_GOT_p): Also check
4004 noplt attribute.
4005
4006 2019-01-22 Richard Earnshaw <rearnsha@arm.com>
4007
4008 PR target/88469
4009 * config/arm/arm.c (arm_needs_doubleword_align): Return 2 if a record's
4010 alignment is dominated by a bitfield with 64-bit aligned base type.
4011 (arm_function_arg): Emit a warning if the alignment has changed since
4012 earlier GCC releases.
4013 (arm_function_arg_boundary): Likewise.
4014 (arm_setup_incoming_varargs): Likewise.
4015
4016 2019-01-22 Richard Biener <rguenther@suse.de>
4017
4018 PR tree-optimization/88862
4019 * graphite-scop-detection.c
4020 (scop_detection::graphite_can_represent_scev): Reject ADDR_EXPR.
4021
4022 2019-01-22 Andrew Stubbs <ams@codesourcery.com>
4023
4024 * doc/extend.tex (AMD GCN Function Attributes): New section.
4025 * doc/install.texi (amdgcn-unknown-amdhsa): New instructions.
4026 * doc/invoke.texi (AMD GCN Options): New section.
4027 * doc/md.texi (Constraints for Particular Machines): Add AMD GCN.
4028
4029 2019-01-22 Eric Botcazou <ebotcazou@adacore.com>
4030
4031 * config/sparc/sparc.c (parc_delegitimize_address): Recognize the GOT
4032 register and decoded HIGH/LO_SUM combinations for labels in PIC mode.
4033
4034 2019-01-22 Jakub Jelinek <jakub@redhat.com>
4035
4036 PR tree-optimization/88044
4037 * tree-ssa-loop-niter.c (number_of_iterations_cond): If condition
4038 is false in the first iteration, but !every_iteration, return false
4039 instead of true with niter->niter zero.
4040
4041 PR rtl-optimization/88904
4042 * cfgcleanup.c (thread_jump): Verify cond2 doesn't mention
4043 any nonequal registers before processing BB_END (b).
4044
4045 PR target/88905
4046 * optabs.c (add_equal_note): Add op0_mode argument, use it instead of
4047 GET_MODE (op0).
4048 (expand_binop_directly, expand_doubleword_clz,
4049 expand_doubleword_popcount, expand_ctz, expand_ffs,
4050 expand_unop_direct, maybe_emit_unop_insn): Adjust callers.
4051
4052 PR rtl-optimization/49429
4053 PR target/49454
4054 PR rtl-optimization/86334
4055 PR target/88906
4056 * expr.c (emit_block_move_hints): Move marking of MEM_EXPRs
4057 addressable from here...
4058 (emit_block_op_via_libcall): ... to here.
4059
4060 2019-01-22 Richard Biener <rguenther@suse.de>
4061
4062 * tree-vect-loop.c (vect_analyze_loop_operations): Use
4063 auto_vec for cost vector to fix memleak.
4064 (vectorize_fold_left_reduction): Properly gather SLP defs.
4065 (vectorizable_comparison): Do not swap operands to properly
4066 gather SLP defs.
4067
4068 2019-01-22 Alan Modra <amodra@gmail.com>
4069
4070 PR target/88614
4071 * config/rs6000/predicates.md (unspec_tls): Ensure GOT reg
4072 stays a reg. Allow a const_int.
4073 * config/rs6000/rs6000-protos.h (rs6000_output_tlsargs): Declare.
4074 * config/rs6000/rs6000.h (IS_V4_FP_ARGS): Define.
4075 (IS_NOMARK_TLSGETADDR): Define.
4076 * config/rs6000/rs6000.c (edit_tls_call_insn): Delete.
4077 (rs6000_output_tlsargs): New function.
4078 (rs6000_legitimize_tls_address): Don't say a !TARGET_TLS_MARKERS
4079 __tls_get_addr call takes an arg.
4080 (rs6000_call_sysv): Generate sysv4 secure plt call pattern here..
4081 * config/rs6000/rs6000.md (call_nonlocal_sysv): ..rather than here,
4082 delete split..
4083 (call_value_nonlocal_sysv): ..or here, delete split.
4084 (tls_gdld_nomark): Delete.
4085 (call_value_indirect_nonlocal_sysv): Use unspec_tls as operand2
4086 predicate. Call rs6000_output_tlsargs. Adjust length to suit.
4087 (call_value_nonlocal_sysv): Likewise.
4088 (call_value_nonlocal_sysv_secure): Likewise.
4089 (call_value_nonlocal_aix): Likewise.
4090 (call_value_indirect_aix): Likewise.
4091 (call_value_indirect_elfv2): Likewise.
4092 (call_value_local32, call_value_local64): Disable for no-mark tls.
4093 (call_value_local_aix): Likewise.
4094
4095 2019-01-21 Uroš Bizjak <ubizjak@gmail.com>
4096
4097 PR target/88938
4098 * config/i386/i386.c (ix86_expand_builtin) [case IX86_BUILTIN_BEXTRI32,
4099 case IX86_BUILTIN_BEXTRI64]: Sanitize operands.
4100
4101 2019-01-21 Michael Ploujnikov <michael.ploujnikov@oracle.com>
4102
4103 * hash-map-tests.c (test_map_of_strings_to_int): Show how to use
4104 string contents as hash_map keys.
4105
4106 2019-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
4107
4108 PR c/88928
4109 * c-warn.c (check_alignment_of_packed_member): Add a boolean parameter
4110 for rvalue context. Handle rvalues correctly. Use min_align_of_type
4111 instead of TYPE_ALIGN.
4112 (check_address_or_pointer_of_packed_member): Handle rvalues coorrectly.
4113 Use min_align_of_type instead of TYPE_ALIGN_UNIT. Check for NULL
4114 pointer from TYPE_STUB_DECL.
4115
4116 2019-01-21 Richard Biener <rguenther@suse.de>
4117
4118 PR tree-optimization/88934
4119 * tree-vect-slp.c (vect_mask_constant_operand_p): Always look
4120 at the possibly non-constant operand.
4121 (vect_get_constant_vectors): Adjust.
4122
4123 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
4124
4125 PR target/71659
4126 * config/i386/adxintrin.h: Just check _IMMINTRIN_H_INCLUDED.
4127 * config/i386/clflushoptintrin.h: Check _IMMINTRIN_H_INCLUDED
4128 instead of _X86INTRIN_H_INCLUDED.
4129 * onfig/i386/clwbintrin.h: Likewise.
4130 * config/i386/pkuintrin.h: Likewise.
4131 * config/i386/prfchwintrin.h: Likewise.
4132 * config/i386/rdseedintrin.h: Likewise.
4133 * config/i386/wbnoinvdintrin.h: Likewise.
4134 * config/i386/xsavecintrin.h: Likewise.
4135 * config/i386/xsavesintrin.h: Likewise.
4136 * config/i386/fxsrintrin.h: Enable _IMMINTRIN_H_INCLUDED check.
4137 * config/i386/xsaveintrin.h: Likewise.
4138 * config/i386/xsaveoptintrin.h: Likewise.
4139 * config/i386/x86intrin.h: Move "#include" <rdseedintrin.h>,
4140 <prfchwintrin.h>, <fxsrintrin.h>, <xsaveintrin.h>,
4141 <xsaveoptintrin.h>, <adxintrin.h>, <clwbintrin.h>,
4142 <clflushoptintrin.h>, <xsavesintrin.h>, <xsavecintrin.h>,
4143 <wbnoinvdintrin.h> and <pkuintrin.h> to ...
4144 * config/i386/immintrin.h: Here.
4145
4146 2019-01-20 Martin Jambor <mjambor@suse.cz>
4147
4148 PR ipa/87615
4149 * ipa-prop.h (struct ipa_func_body_info): Replaced field aa_walked
4150 with aa_walk_budget.
4151 * cgraph.h (ipa_polymorphic_call_context::get_dynamic_type): Add
4152 aa_walk_budget_p parameter.
4153 * ipa-fnsummary.c (unmodified_parm_1): New parameter fbi. Limit AA
4154 walk. Updated all callers.
4155 (unmodified_parm): New parameter fbi, pass it to unmodified_parm_1.
4156 (eliminated_by_inlining_prob): New parameter fbi, pass it on to
4157 unmodified_parm.
4158 (will_be_nonconstant_expr_predicate): New parameter fbi, removed
4159 parameter info. Extract info from fbi. Pass fbi to recursive calls
4160 and to unmodified_parm.
4161 (phi_result_unknown_predicate): New parameter fbi, removed parameter
4162 info, updated call to will_be_nonconstant_expr_predicate.
4163 (param_change_prob): New parameter fbi, limit AA walking.
4164 (analyze_function_body): Initialize aa_walk_budget in fbi. Update
4165 calls to various above functions.
4166 * ipa-polymorphic-call.c (get_dynamic_type): Add aa_walk_budget_p
4167 parameter. Use it to limit AA walking.
4168 * ipa-prop.c (detect_type_change_from_memory_writes): New parameter
4169 fbi, limit AA walk.
4170 (detect_type_change): New parameter fbi, pass it on to
4171 detect_type_change_from_memory_writes.
4172 (detect_type_change_ssa): Likewise.
4173 (aa_overwalked): Removed.
4174 (parm_preserved_before_stmt_p): Assume fbi is never NULL, stream line
4175 accordingly, adjust to the neew AA limiting scheme.
4176 (parm_ref_data_preserved_p): Likewise.
4177 (ipa_compute_jump_functions_for_edge): Adjust call to
4178 get_dynamic_type.
4179 (ipa_analyze_call_uses): Likewise.
4180 (ipa_analyze_virtual_call_uses): Pass fbi to detect_type_change_ssa.
4181 (ipa_analyze_node): Initialize aa_walk_budget.
4182 (ipcp_transform_function): Likewise.
4183 * tree-ssa-sccvn.c (eliminate_dom_walker::eliminate_stmt): Update call
4184 to get_dynamic_type.
4185
4186 2019-01-19 Jakub Jelinek <jakub@redhat.com>
4187
4188 * config/aarch64/aarch64.c (aarch64_stack_protect_guard): Move
4189 outside of #if CHECKING_P code.
4190
4191 2019-01-19 Richard Sandiford <richard.sandiford@arm.com>
4192
4193 * gimple-loop-versioning.cc (loop_versioning::dump_inner_likelihood):
4194 New function, split out from...
4195 (loop_versioning::analyze_stride): ...here.
4196 (loop_versioning::find_per_loop_multiplication): Use gassign.
4197 (loop_versioning::analyze_term_using_scevs): Return a success code.
4198 (loop_versioning::analyze_arbitrary_term): New function.
4199 (loop_versioning::analyze_address_fragment): Use
4200 analyze_arbitrary_term if all else fails.
4201
4202 2019-01-18 Segher Boessenkool <segher@kernel.crashing.org>
4203
4204 PR target/88892
4205 * config/rs6000/rs6000.md (*movsi_from_df): Allow only register
4206 operands.
4207
4208 2019-01-18 Richard Biener <rguenther@suse.de>
4209
4210 PR tree-optimization/88903
4211 * tree-vect-stmts.c (vectorizable_shift): Verify we see all
4212 scalar stmts a SLP shift amount is composed of when detecting
4213 shifts by scalars.
4214
4215 2019-01-18 Richard Earnshaw <rearnsha@arm.com>
4216
4217 PR target/88799
4218 * config/arm/arm-cpus.in (mp): New feature.
4219 (sec): New feature.
4220 (fgroup ARMv7ve): Add mp and sec features.
4221 (arch armv7-a): Add options to allow mp and sec extensions.
4222 (cpu generic-armv7-a): Add options to allow mp and sec extensions.
4223 (cpu cortex-a5, cpu cortex-7, cpu cortex-a9): Add mp and sec
4224 extenstions to the base architecture.
4225 (cpu cortex-a8): Add sec extension to the base architecture.
4226 (cpu marvell-pj4): Add mp and sec extensions to the base architecture.
4227 * config/arm/t-aprofile (MULTILIB_MATCHES): Map all armv7-a arch
4228 variants down to the base v7-a varaint.
4229 * config/arm/t-multilib (v7_a_arch_variants): New variable.
4230 * doc/invoke.texi (ARM Options): Add +mp and +sec to the list
4231 of permitted extensions for -march=armv7-a and for
4232 -mcpu=generic-armv7-a.
4233
4234 2019-01-18 Martin Liska <mliska@suse.cz>
4235
4236 * params.def: Fix comment.
4237 * tree-profile.c (gimple_init_gcov_profiler): Bump function
4238 name.
4239 (gimple_gen_ic_func_profiler): Likewise.
4240
4241 2019-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4242
4243 * config/aarch64/aarch64-opts.h (enum stack_protector_guard): New
4244 * config/aarch64/aarch64.c (aarch64_override_options_internal): Handle
4245 and put in error checks for stack protector guard options.
4246 (aarch64_stack_protect_guard): New.
4247 (TARGET_STACK_PROTECT_GUARD): Define.
4248 * config/aarch64/aarch64.md (UNSPEC_SSP_SYSREG): New.
4249 (reg_stack_protect_address<mode>): New.
4250 (stack_protect_set): Adjust for SSP_GLOBAL.
4251 (stack_protect_test): Likewise.
4252 * config/aarch64/aarch64.opt (-mstack-protector-guard-reg): New.
4253 (-mstack-protector-guard): Likewise.
4254 (-mstack-protector-guard-offset): Likewise.
4255
4256 2019-01-18 Jakub Jelinek <jakub@redhat.com>
4257
4258 PR tree-optimization/86214
4259 * tree-inline.h (struct copy_body_data): Add
4260 add_clobbers_to_eh_landing_pads member.
4261 * tree-inline.c (add_clobbers_to_eh_landing_pad): New function.
4262 (copy_edges_for_bb): Call it if EH edge destination is <
4263 id->add_clobbers_to_eh_landing_pads. Fix a comment typo.
4264 (expand_call_inline): Set id->add_clobbers_to_eh_landing_pads
4265 if flag_stack_reuse != SR_NONE and clear it afterwards.
4266
4267 2019-01-18 Christophe Lyon <christophe.lyon@linaro.org>
4268
4269 PR target/85596
4270 * doc/install.texi (with-multilib-list): Document for aarch64.
4271
4272 2019-01-18 Jakub Jelinek <jakub@redhat.com>
4273
4274 PR target/88734
4275 * config/arm/arm_neon.h: Fix #pragma GCC target syntax - replace
4276 (("..."))) with ("...").
4277
4278 2019-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
4279
4280 * doc/extend.texi (Built-in Functions for Memory Model Aware
4281 Atomic Operations): Document atomic fetch and nand.
4282
4283 2019-01-18 Martin Liska <mliska@suse.cz>
4284 Richard Biener <rguenther@suse.de>
4285
4286 PR middle-end/88587
4287 * cgraph.h (create_version_clone_with_body): Add new argument
4288 with attributes.
4289 * cgraphclones.c (cgraph_node::create_version_clone): Add
4290 DECL_ATTRIBUTES to a newly created decl. And call
4291 valid_attribute_p so that proper cl_target_optimization_node
4292 is set for the newly created declaration.
4293 * multiple_target.c (create_target_clone): Set DECL_ATTRIBUTES
4294 for declaration.
4295 (expand_target_clones): Do not call valid_attribute_p, it must
4296 be already done.
4297 * tree-inline.c (copy_decl_for_dup_finish): Reset mode for
4298 vector types.
4299
4300 2019-01-17 Jakub Jelinek <jakub@redhat.com>
4301
4302 PR target/88734
4303 * config/aarch64/arm_neon.h: Fix #pragma GCC target syntax - replace
4304 (("..."))) with ("..."). Use arch=armv8.2-a+sha3 instead of
4305 arch=armv8.2-a+crypto for vsha512hq_u64 etc. intrinsics.
4306
4307 2019-01-17 Martin Sebor <msebor@redhat.com>
4308
4309 PR middle-end/88273
4310 * gimple-ssa-warn-restrict.c (builtin_memref::extend_offset_range):
4311 Handle anti-ranges the same as no range at all.
4312
4313 2018-01-17 Steve Ellcey <sellcey@cavium.com>
4314
4315 * config/aarch64/aarch64.c (cgraph.h): New include.
4316 (intl.h): New include.
4317 (supported_simd_type): New function.
4318 (currently_supported_simd_type): Ditto.
4319 (aarch64_simd_clone_compute_vecsize_and_simdlen): Ditto.
4320 (aarch64_simd_clone_adjust): Ditto.
4321 (aarch64_simd_clone_usable): Ditto.
4322 (TARGET_SIMD_CLONE_COMPUTE_VECSIZE_AND_SIMDLEN): New macro.
4323 (TARGET_SIMD_CLONE_ADJUST): Ditto.
4324 (TARGET_SIMD_CLONE_USABLE): Ditto.
4325 * config/i386/i386.c (ix86_simd_clone_adjust): Add definition check.
4326 * omp-simd-clone.c (expand_simd_clones): Add targetm.simd_clone.adjust
4327 call.
4328
4329 2019-01-17 Martin Sebor <msebor@redhat.com>
4330
4331 PR tree-optimization/88800
4332 * gimple-fold.c (gimple_fold_builtin_memory_op): Avoid checking
4333 NO_WARNING bit here. Avoid folding out-of-bounds calls.
4334 * gimple-ssa-warn-restrict.c (maybe_diag_offset_bounds): Remove
4335 redundant argument. Add new argument and issue diagnostics under
4336 its control. Detect out-of-bounds access even with warnings
4337 disabled.
4338 (check_bounds_or_overlap): Change return type. Add argument.
4339 (wrestrict_dom_walker::check_call): Adjust.
4340 * gimple-ssa-warn-restrict.h (check_bounds_or_overlap): Add argument.
4341 * tree-ssa-strlen.c (handle_builtin_strcpy): Adjust to change in
4342 check_bounds_or_overlap's return value.
4343 (handle_builtin_stxncpy): Same.
4344 (handle_builtin_strcat): Same.
4345
4346 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
4347 Kwok Cheung Yeung <kcy@codesourcery.com>
4348 Julian Brown <julian@codesourcery.com>
4349 Tom de Vries <tom@codesourcery.com>
4350
4351 * doc/sourcebuild.texi: Document dg-add-options sqrt_insn.
4352
4353 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
4354
4355 * doc/sourcebuild.texi: Document dg-require-effective-target
4356 llvm_binutils and offload_gcn.
4357
4358 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
4359 Kwok Cheung Yeung <kcy@codesourcery.com>
4360 Julian Brown <julian@codesourcery.com>
4361 Tom de Vries <tom@codesourcery.com>
4362
4363 * doc/sourcebuild.texi: Document dg-required-effective-target
4364 exceptions.
4365
4366 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
4367 Kwok Cheung Yeung <kcy@codesourcery.com>
4368 Julian Brown <julian@codesourcery.com>
4369 Tom de Vries <tom@codesourcery.com>
4370 Jan Hubicka <hubicka@ucw.cz>
4371 Martin Jambor <mjambor@suse.cz>
4372
4373 * config.gcc: Add amdgcn*-*-amdhsa configuration.
4374 * configure.ac: Check for dlopen.
4375 * configure: Regenerate.
4376
4377 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
4378 Kwok Cheung Yeung <kcy@codesourcery.com>
4379 Julian Brown <julian@codesourcery.com>
4380 Tom de Vries <tom@codesourcery.com>
4381 Jan Hubicka <hubicka@ucw.cz>
4382 Martin Jambor <mjambor@suse.cz>
4383
4384 * common/config/gcn/gcn-common.c: New file.
4385 * config/gcn/driver-gcn.c: New file.
4386 * config/gcn/gcn-builtins.def: New file.
4387 * config/gcn/gcn-hsa.h: New file.
4388 * config/gcn/gcn-modes.def: New file.
4389 * config/gcn/gcn-opts.h: New file.
4390 * config/gcn/gcn-passes.def: New file.
4391 * config/gcn/gcn-protos.h: New file.
4392 * config/gcn/gcn-run.c: New file.
4393 * config/gcn/gcn-tree.c: New file.
4394 * config/gcn/gcn.c: New file.
4395 * config/gcn/gcn.h: New file.
4396 * config/gcn/gcn.opt: New file.
4397 * config/gcn/t-gcn-hsa: New file.
4398
4399 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
4400 Kwok Cheung Yeung <kcy@codesourcery.com>
4401 Julian Brown <julian@codesourcery.com>
4402 Tom de Vries <tom@codesourcery.com>
4403 Jan Hubicka <hubicka@ucw.cz>
4404 Martin Jambor <mjambor@suse.cz>
4405
4406 * config/gcn/constraints.md: New file.
4407 * config/gcn/gcn-valu.md: New file.
4408 * config/gcn/gcn.md: New file.
4409 * config/gcn/predicates.md: New file.
4410
4411 2019-01-17 Eric Botcazou <ebotcazou@adacore.com>
4412
4413 * gimple-ssa-isolate-paths.c (stmt_uses_name_in_undefined_way): Replace
4414 flag_non_call_exceptions with cfun->can_throw_non_call_exceptions.
4415 (stmt_uses_0_or_null_in_undefined_way): Likewise.
4416 * tree-ssa-alias.c (same_addr_size_stores_p): Likewise.
4417
4418 2019-01-17 Tamar Christina <tamar.christina@arm.com>
4419
4420 PR target/88851
4421 * config/aarch64/aarch64.md (STACK_CLASH_SVE_CFA_REGNUM): New.
4422 * config/aarch64/aarch64.c (aarch64_allocate_and_probe_stack_space): Use
4423 it and document registers.
4424
4425 2019-01-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4426
4427 * config/aarch64/aarch64.c (ares_tunings): Define.
4428 * config/aarch64/aarch64-cores.def (ares): Use the above.
4429
4430 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
4431
4432 PR target/88794
4433 Revert:
4434 2018-11-06 Wei Xiao <wei3.xiao@intel.com>
4435
4436 * config/i386/avx512fintrin.h: Update VFIXUPIMM* intrinsics.
4437 (_mm512_fixupimm_round_pd): Update parameters and builtin.
4438 (_mm512_maskz_fixupimm_round_pd): Ditto.
4439 (_mm512_fixupimm_round_ps): Ditto.
4440 (_mm512_maskz_fixupimm_round_ps): Ditto.
4441 (_mm_fixupimm_round_sd): Ditto.
4442 (_mm_maskz_fixupimm_round_sd): Ditto.
4443 (_mm_fixupimm_round_ss): Ditto.
4444 (_mm_maskz_fixupimm_round_ss): Ditto.
4445 (_mm512_fixupimm_pd): Ditto.
4446 (_mm512_maskz_fixupimm_pd): Ditto.
4447 (_mm512_fixupimm_ps): Ditto.
4448 (_mm512_maskz_fixupimm_ps): Ditto.
4449 (_mm_fixupimm_sd): Ditto.
4450 (_mm_maskz_fixupimm_sd): Ditto.
4451 (_mm_fixupimm_ss): Ditto.
4452 (_mm_maskz_fixupimm_ss): Ditto.
4453 (_mm512_mask_fixupimm_round_pd): Update builtin.
4454 (_mm512_mask_fixupimm_round_ps): Ditto.
4455 (_mm_mask_fixupimm_round_sd): Ditto.
4456 (_mm_mask_fixupimm_round_ss): Ditto.
4457 (_mm512_mask_fixupimm_pd): Ditto.
4458 (_mm512_mask_fixupimm_ps): Ditto.
4459 (_mm_mask_fixupimm_sd): Ditto.
4460 (_mm_mask_fixupimm_ss): Ditto.
4461 * config/i386/avx512vlintrin.h:
4462 (_mm256_fixupimm_pd): Update parameters and builtin.
4463 (_mm256_maskz_fixupimm_pd): Ditto.
4464 (_mm256_fixupimm_ps): Ditto.
4465 (_mm256_maskz_fixupimm_ps): Ditto.
4466 (_mm_fixupimm_pd): Ditto.
4467 (_mm_maskz_fixupimm_pd): Ditto.
4468 (_mm_fixupimm_ps): Ditto.
4469 (_mm_maskz_fixupimm_ps): Ditto.
4470 (_mm256_mask_fixupimm_pd): Update builtin.
4471 (_mm256_mask_fixupimm_ps): Ditto.
4472 (_mm_mask_fixupimm_pd): Ditto.
4473 (_mm_mask_fixupimm_ps): Ditto.
4474 * config/i386/i386-builtin-types.def: Add new types and remove useless ones.
4475 * config/i386/i386-builtin.def: Update builtin definitions.
4476 * config/i386/i386.c: Handle new builtin types and remove useless ones.
4477 * config/i386/sse.md: Update VFIXUPIMM* patterns.
4478 (<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
4479 (<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
4480 (<avx512>_fixupimm<mode>_mask<round_saeonly_name>): Update.
4481 (avx512f_sfixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
4482 (avx512f_sfixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
4483 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Update.
4484 * config/i386/subst.md:
4485 (round_saeonly_sd_mask_operand4): Add new subst_attr.
4486 (round_saeonly_sd_mask_op4): Ditto.
4487 (round_saeonly_expand_operand5): Ditto.
4488 (round_saeonly_expand): Update.
4489
4490 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
4491
4492 PR target/88794
4493 Revert:
4494 2018-11-12 Wei Xiao <wei3.xiao@intel.com>
4495
4496 * config/i386/sse.md: Combine VFIXUPIMM* patterns
4497 (<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
4498 (<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
4499 (<avx512>_fixupimm<mode>_mask<round_saeonly_name>): Remove.
4500 (avx512f_sfixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
4501 (avx512f_sfixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
4502 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Remove.
4503
4504 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
4505
4506 PR target/88794
4507 Revert:
4508 2018-12-15 Jakub Jelinek <jakub@redhat.com>
4509
4510 PR target/88489
4511 * config/i386/sse.md (UNSPEC_SFIXUPIMM): New unspec enumerator.
4512 (avx512f_sfixupimm<mode><mask_name><round_saeonly_name>): Use it
4513 instead of UNSPEC_FIXUPIMM.
4514
4515 2019-01-17 Richard Biener <rguenther@suse.de>
4516
4517 PR lto/86736
4518 * dwarf2out.c (want_pubnames): Never generate pubnames sections
4519 and friends for the LTO part of debug info.
4520
4521 2019-01-17 Jakub Jelinek <jakub@redhat.com>
4522
4523 PR tree-optimization/86214
4524 * cfgexpand.c (add_stack_var_conflict): Don't add any conflicts
4525 if x == y.
4526
4527 PR rtl-optimization/88870
4528 * dce.c (deletable_insn_p): Never delete const/pure calls that can
4529 throw if we can't alter the cfg or delete dead exceptions.
4530 (mark_insn): Don't call find_call_stack_args for such calls.
4531
4532 2019-01-17 Kewen Lin <linkw@gcc.gnu.org>
4533
4534 * doc/extend.texi: Add four new prototypes for vec_ld and seven new
4535 prototypes for vec_st.
4536 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add entries
4537 for scalar address type variants of altivec_vec_ld/altivec_vec_st,
4538 mainly on signed/unsigned long long and double.
4539
4540 2019-01-16 David Malcolm <dmalcolm@redhat.com>
4541
4542 PR target/88861
4543 * combine.c (delete_noop_moves): Convert to "bool" return,
4544 returning true if any edges are eliminated.
4545 (combine_instructions): Also return true if delete_noop_moves
4546 returns true.
4547
4548 2019-01-16 Tamar Christina <tamar.christina@arm.com>
4549
4550 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Use
4551 correct max nunits for endian swap.
4552 (aarch64_expand_fcmla_builtin): Correct subreg code.
4553 * config/aarch64/aarch64-simd.md (aarch64_fcmla_lane<rot><mode>,
4554 aarch64_fcmla_laneq<rot>v4hf, aarch64_fcmlaq_lane<rot><mode>): Correct
4555 lane endianness.
4556
4557 2019-01-16 Uroš Bizjak <ubizjak@gmail.com>
4558
4559 * config/alpha/alpha.c (alpha_gimplify_va_arg):
4560 Handle split indirect COMPLEX_TYPE arguments.
4561
4562 2019-01-16 Richard Earnshaw <rearnsha@arm.com>
4563
4564 PR target/86891
4565 * config/aarch64/aarch64-modes.def: Add comment about how the carry
4566 bit is set by add and compare.
4567 (CC_ADC): New CC_MODE.
4568 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Use variables
4569 to cache the code and mode of X. Adjust the shape of a CC_Cmode
4570 comparison. Add detection for CC_ADCmode.
4571 (aarch64_get_condition_code_1): Update code support for CC_Cmode. Add
4572 CC_ADCmode.
4573 * config/aarch64/aarch64.md (uaddv<mode>4): Use LTU with CCmode.
4574 (uaddvti4): Comparison result is in CC_ADCmode and the condition is GEU.
4575 (add<mode>3_compareC_cconly_imm): Delete. Merge into...
4576 (add<mode>3_compareC_cconly): ... this. Restructure the comparison
4577 to eliminate the need for zero-extending the operands.
4578 (add<mode>3_compareC_imm): Delete. Merge into ...
4579 (add<mode>3_compareC): ... this. Restructure the comparison to
4580 eliminate the need for zero-extending the operands.
4581 (add<mode>3_carryin): Use LTU for the overflow detection.
4582 (add<mode>3_carryinC): Use CC_ADCmode for the result of the carry out.
4583 Reexpress comparison for overflow.
4584 (add<mode>3_carryinC_zero): Update for change to add<mode>3_carryinC.
4585 (add<mode>3_carryinC): Likewise.
4586 (add<mode>3_carryinV): Use LTU for carry between partials.
4587 * config/aarch64/predicates.md (aarch64_carry_operation): Update
4588 handling of CC_Cmode and add CC_ADCmode.
4589 (aarch64_borrow_operation): Likewise.
4590
4591 2019-01-16 Tamar Christina <tamar.christina@arm.com>
4592
4593 * config/arm/arm-protos.h (neon_vcmla_lane_prepare_operands): Remove patternmode.
4594 * config/arm/arm.c (neon_vcmla_lane_prepare_operands): Likewise.
4595 * config/arm/neon.md (neon_vcmla_lane<rot><mode>, neon_vcmla_laneq<rot><mode>,
4596 neon_vcmlaq_lane<rot><mode>): Remove endianness conversion.
4597
4598 2019-01-16 Martin Liska <mliska@suse.cz>
4599
4600 * Makefile.in: Set TOOL_INCLUDE_DIR and NATIVE_SYSTEM_HEADER_DIR
4601 for GCC driver.
4602 * config/gnu-user.h (TARGET_F951_OPTIONS): Add 'finclude%s/' as
4603 a new argument.
4604 * gcc.c (add_sysrooted_hdrs_prefix): New function.
4605 (path_prefix_reset): Move up in the source file.
4606 (find_fortran_preinclude_file): Make complex search for the
4607 fortran header files.
4608
4609 2019-01-15 Nikhil Benesch <nikhil.benesch@gmail.com>
4610
4611 * godump.c (go_output_typedef): When outputting a typedef, refer
4612 to the underlying type by its name and not its structure.
4613
4614 2019-01-15 David Malcolm <dmalcolm@redhat.com>
4615
4616 PR c++/88795
4617 * tree.c (build_function_type): Assert that arg_types is not
4618 error_mark_node.
4619
4620 2019-01-15 Richard Sandiford <richard.sandiford@arm.com>
4621
4622 PR inline-asm/52813
4623 * doc/extend.texi: Document that listing the stack pointer in the
4624 clobber list of an asm is a deprecated feature.
4625 * common.opt (Wdeprecated): Moved from c-family/c.opt.
4626 * cfgexpand.c (asm_clobber_reg_is_valid): Issue a -Wdeprecated
4627 warning instead of an error for clobbers of the stack pointer.
4628 Add a note explaining why.
4629
4630 2019-01-15 Richard Biener <rguenther@suse.de>
4631
4632 PR debug/88046
4633 * dwarf2out.c (gen_member_die): Do not generate inheritance
4634 DIEs late.
4635
4636 2019-01-15 Richard Biener <rguenther@suse.de>
4637
4638 PR tree-optimization/88855
4639 * tree-if-conv.c (combine_blocks): Collect
4640 SSA_NAME_OCCURS_IN_ABNORMAL_PHI from propagated out virtuals.
4641
4642 2019-01-15 Tom de Vries <tdevries@suse.de>
4643
4644 PR target/80547
4645 * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Handle
4646 lhs == NULL_TREE for gang-level reduction.
4647
4648 2019-01-15 Richard Biener <rguenther@suse.de>
4649 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4650
4651 PR ipa/88788
4652 * ipa-pure-const.c (malloc_candidate_p_1): Add parameter visited and
4653 return true if SSA_NAME is already marked in visited bitmap.
4654 (malloc_candidate_p): Pass visited to malloc_candidate_p_1.
4655
4656 2019-01-15 Jakub Jelinek <jakub@redhat.com>
4657
4658 PR tree-optimization/88775
4659 * match.pd (cmp (convert1?@2 addr@0) (convert2? addr@1)): Optimize
4660 equal == 0 equality pointer comparisons some more if compared in
4661 integral types and either one points to an automatic var and the
4662 other to a global, or we can prove at least one points to the middle
4663 or both point to start or both point to end.
4664
4665 2019-01-14 Andi Kleen <ak@linux.intel.com>
4666
4667 * Makefile.in: Lower autofdo sampling rate by 10x.
4668 * Makefile.tpl: Dito.
4669
4670 2019-01-14 Tom Honermann <tom@honermann.net>
4671
4672 * defaults.h: Define CHAR8_TYPE.
4673
4674 2019-01-14 Martin Sebor <msebor@redhat.com>
4675
4676 PR target/88638
4677 * doc/extend.texi (Darwin Format Checks): Clarify.
4678
4679 2019-01-14 Richard Biener <rguenther@suse.de>
4680
4681 * genmatch.c (dt_simplify::gen_1): Change dumping dependent on
4682 whether we are in (simplify ...) or (match ...) context.
4683
4684 2019-01-14 Jakub Jelinek <jakub@redhat.com>
4685
4686 PR rtl-optimization/88796
4687 * emit-rtl.h (struct rtl_data): Add stack_protect_guard_decl field.
4688 * cfgexpand.c (stack_protect_prologue): Initialize
4689 crtl->stack_protect_guard_decl.
4690 * function.c (stack_protect_epilogue): Use it instead of calling
4691 targetm.stack_protect_guard again.
4692 * dse.c (check_mem_read_rtx): Ignore MEM_VOLATILE_P reads from
4693 MEMs with MEM_EXPR equal to crtl->stack_protect_guard or
4694 crtl->stack_protect_guard_decl.
4695 * config/i386/i386.c (ix86_stack_protect_guard): Set TREE_THIS_VOLATILE
4696 on the returned MEM_EXPR.
4697
4698 2019-01-12 Tom de Vries <tdevries@suse.de>
4699
4700 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Alow setting
4701 vector length using -fopenacc-dim.
4702
4703 2019-01-12 Tom de Vries <tdevries@suse.de>
4704
4705 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Take larger vector
4706 lengths into account.
4707
4708 2019-01-12 Svante Signell <svante.signell@gmail.com>
4709
4710 * config/i386/gnu.h (TARGET_THREAD_SSP_OFFSET): Define.
4711 (TARGET_CAN_SPLIT_STACK): Define.
4712 (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
4713
4714 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
4715
4716 * params.def (inline-unit-growth): Set to 40.
4717
4718 2019-01-12 Jakub Jelinek <jakub@redhat.com>
4719
4720 * tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo.
4721
4722 2019-01-12 Tom de Vries <tdevries@suse.de>
4723
4724 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): In offloading
4725 region calling vector-partitionable routine, set default_vector_length
4726 to WARP_SIZE.
4727
4728 2019-01-12 Tom de Vries <tdevries@suse.de>
4729
4730 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Add an use new
4731 variable default_vector_length.
4732
4733 2019-01-12 Tom de Vries <tdevries@suse.de>
4734
4735 PR middle-end/88703
4736 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Apply defaults
4737 from oacc_default_dims, as oacc_validate_dims would do it, and apply
4738 dimensions limits.
4739
4740 2019-01-12 Tom de Vries <tdevries@suse.de>
4741
4742 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1)
4743 (nvptx_goacc_validate_dims): Add used parameter.
4744 * doc/tm.texi: Regenerate.
4745 * omp-offload.c (oacc_parse_default_dims, oacc_validate_dims): Add
4746 argument to call to targetm.goacc.validate_dims.
4747 (default_goacc_validate_dims): Add used
4748 parameter.
4749 * target.def (validate_dims): Add used parameter in DEFHOOK.
4750 * targhooks.h (default_goacc_validate_dims): Add used parameter.
4751
4752 2019-01-11 Jakub Jelinek <jakub@redhat.com>
4753
4754 PR middle-end/85956
4755 PR lto/88733
4756 * tree-inline.h (struct copy_body_data): Add adjust_array_error_bounds
4757 field.
4758 * tree-inline.c (remap_type_1): Formatting fix. If TYPE_MAX_VALUE of
4759 ARRAY_TYPE's TYPE_DOMAIN is newly error_mark_node, replace it with
4760 a dummy "omp dummy var" variable if id->adjust_array_error_bounds.
4761 * omp-low.c (new_omp_context): Set cb.adjust_array_error_bounds.
4762
4763 2019-01-11 Vladimir Makarov <vmakarov@redhat.com>
4764
4765 PR rtl-optimization/87305
4766 * lra-assigns.c
4767 (setup_live_pseudos_and_spill_after_risky_transforms): Add code
4768 for little endian pseudos used as paradoxical subreg.
4769
4770 2019-01-11 Jakub Jelinek <jakub@redhat.com>
4771
4772 PR tree-optimization/88693
4773 * tree-ssa-strlen.c (get_min_string_length): Don't set *full_string_p
4774 for STRING_CSTs that don't contain any NUL characters in the first
4775 TREE_STRING_LENGTH bytes.
4776
4777 2019-01-11 Alan Modra <amodra@gmail.com>
4778
4779 PR 88777
4780 PR 88614
4781 * genattrtab.c (min_fn): Don't translate values.
4782 (min_attr_value): Return INT_MAX when the value can't be calculated.
4783 Return minimum among any values that can be calculated.
4784 (max_attr_value): Adjust.
4785
4786 2019-01-11 Jakub Jelinek <jakub@redhat.com>
4787
4788 * Makefile.in (PLUGIN_HEADERS): Add $(INSN_ATTR_H).
4789
4790 2019-01-11 Steve Ellcey <sellcey@marvell.com>
4791
4792 * config/aarch64/aarch64.c (aarch64_simd_call_p): New function.
4793 (aarch64_hard_regno_call_part_clobbered): Add insn argument.
4794 (aarch64_return_call_with_max_clobbers): New function.
4795 (TARGET_RETURN_CALL_WITH_MAX_CLOBBERS): New macro.
4796 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Add insn
4797 argument.
4798 * config/i386/i386.c (ix86_hard_regno_call_part_clobbered): Ditto.
4799 * config/mips/mips.c (mips_hard_regno_call_part_clobbered): Ditto.
4800 * config/rs6000/rs6000.c (rs6000_hard_regno_call_part_clobbered): Ditto.
4801 * config/s390/s390.c (s390_hard_regno_call_part_clobbered): Ditto.
4802 * cselib.c (cselib_process_insn): Add argument to
4803 targetm.hard_regno_call_part_clobbered call.
4804 * ira-conflicts.c (ira_build_conflicts): Ditto.
4805 * ira-costs.c (ira_tune_allocno_costs): Ditto.
4806 * lra-constraints.c (inherit_reload_reg): Ditto.
4807 * lra-int.h (struct lra_reg): Add call_insn field, remove call_p field.
4808 * lra-lives.c (check_pseudos_live_through_calls): Add call_insn
4809 argument. Call targetm.return_call_with_max_clobbers.
4810 Add argument to targetm.hard_regno_call_part_clobbered call.
4811 (calls_have_same_clobbers_p): New function.
4812 (process_bb_lives): Add call_insn and last_call_insn variables.
4813 Pass call_insn to check_pseudos_live_through_calls.
4814 Modify if stmt to check targetm.return_call_with_max_clobbers.
4815 Update setting of flush variable.
4816 (lra_create_live_ranges_1): Set call_insn to NULL instead of call_p
4817 to false.
4818 * lra.c (initialize_lra_reg_info_element): Set call_insn to NULL.
4819 * regcprop.c (copyprop_hardreg_forward_1): Add argument to
4820 targetm.hard_regno_call_part_clobbered call.
4821 * reginfo.c (choose_hard_reg_mode): Ditto.
4822 * regrename.c (check_new_reg_p): Ditto.
4823 * reload.c (find_equiv_reg): Ditto.
4824 * reload1.c (emit_reload_insns): Ditto.
4825 * sched-deps.c (deps_analyze_insn): Ditto.
4826 * sel-sched.c (init_regs_for_mode): Ditto.
4827 (mark_unavailable_hard_regs): Ditto.
4828 * targhooks.c (default_dwarf_frame_reg_mode): Ditto.
4829 * target.def (hard_regno_call_part_clobbered): Add insn argument.
4830 (return_call_with_max_clobbers): New target function.
4831 * doc/tm.texi: Regenerate.
4832 * doc/tm.texi.in (TARGET_RETURN_CALL_WITH_MAX_CLOBBERS): New hook.
4833 * hooks.c (hook_bool_uint_mode_false): Change to
4834 hook_bool_insn_uint_mode_false.
4835 * hooks.h (hook_bool_uint_mode_false): Ditto.
4836
4837 2019-01-11 Steve Ellcey <sellcey@marvell.com>
4838
4839 * config/aarch64/aarch64.c (aarch64_simd_call_p): New function.
4840 (aarch64_remove_extra_call_preserved_regs): New function.
4841 (TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS): New macro.
4842 * doc/tm.texi.in (TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS): New hook.
4843 * doc/tm.texi: Regenerate.
4844 * final.c (get_call_reg_set_usage): Call new hook.
4845 * target.def (remove_extra_call_preserved_regs): New hook.
4846 * targhooks.c (default_remove_extra_call_preserved_regs): New function.
4847 * targhooks.h (default_remove_extra_call_preserved_regs): New function.
4848
4849 2019-01-11 Jakub Jelinek <jakub@redhat.com>
4850
4851 PR bootstrap/88714
4852 * passes.c (finish_optimization_passes): Call print_combine_total_stats
4853 inside of pass_combine_1 dump rather than pass_profile_1.
4854
4855 2019-01-11 Tom de Vries <tdevries@suse.de>
4856
4857 * config/nvptx/nvptx.c (PTX_CTA_NUM_BARRIERS, PTX_PER_CTA_BARRIER)
4858 (PTX_NUM_PER_CTA_BARRIER, PTX_FIRST_PER_WORKER_BARRIER)
4859 (PTX_NUM_PER_WORKER_BARRIERS): Define.
4860 (nvptx_apply_dim_limits): Prevent vector_length 64 and
4861 num_workers 16.
4862
4863 2019-01-11 Tom de Vries <tdevries@suse.de>
4864
4865 * config/nvptx/nvptx.c (PTX_CTA_SIZE): Move up.
4866
4867 2019-01-11 Jan Beulich <jbeulich@suse.com>
4868
4869 * config/i386/i386.md (rex64suffix): Add L suffix for SI.
4870 * config/i386/sse.md (cvtusi2<ssescalarmodesuffix>32<round_name>,
4871 sse2_cvtsi2sd): Add {l}.
4872 (sse2_cvtsi2sdq<round_name>): Make q conditional upon AT&T
4873 syntax.
4874
4875 2019-01-10 Jakub Jelinek <jakub@redhat.com>
4876
4877 PR target/88785
4878 * config/i386/sse.md (float<floatunssuffix>v2div2sf2): Turn into
4879 define_expand.
4880 (*float<floatunssuffix>v2div2sf2): New define_insn.
4881 (float<floatunssuffix>v2div2sf2_mask): Turn into define_expand.
4882 (*float<floatunssuffix>v2div2sf2_mask): New define_insn.
4883 (*float<floatunssuffix>v2div2sf2_mask_1): Replace
4884 subrtxes (const_vector:V2SF [(const_int 0) (const_int 0)]) with
4885 match_operands with "const0_operand" "C".
4886
4887 2019-01-10 Tamar Christina <tamar.christina@arm.com>
4888
4889 * config/aarch64/aarch64-builtins.c
4890 (aarch64_init_builtins): Move aarch64_init_fcmla_laneq_builtins...
4891 (aarch64_init_simd_builtins): ...Here
4892
4893 2019-01-10 Vladimir Makarov <vmakarov@redhat.com>
4894
4895 PR rtl-optimization/87305
4896 * lra-assigns.c
4897 (setup_live_pseudos_and_spill_after_risky_transforms): Check
4898 allocation for big endian pseudos used as paradoxical subregs and
4899 spill them if it is wrong.
4900 * lra-constraints.c (lra_constraints): Add a comment.
4901
4902 2019-01-10 Richard Biener <rguenther@suse.de>
4903
4904 PR tree-optimization/88792
4905 * tree-ssa-pre.c (get_representative_for): Do not return a
4906 value-number here.
4907
4908 2019-01-10 Jakub Jelinek <jakub@redhat.com>
4909
4910 PR middle-end/84877
4911 PR bootstrap/88450
4912 * function.c (assign_stack_local_1): Revert the 2018-11-21 changes.
4913 (assign_parm_setup_block): Do the argument slot realignment here
4914 instead.
4915
4916 2019-01-10 Stefan Agner <stefan@agner.ch>
4917
4918 PR target/88648
4919 * config/arm/arm.c (arm_option_override_internal): Force
4920 opts->x_inline_asm_unified to true only if TARGET_THUMB2_P.
4921
4922 2019-01-10 Jakub Jelinek <jakub@redhat.com>
4923
4924 PR c/88568
4925 * attribs.c (handle_dll_attribute): Clear TREE_STATIC after setting
4926 DECL_EXTERNAL.
4927
4928 2019-01-10 Tamar Christina <tamar.christina@arm.com>
4929
4930 * config/arm/arm-builtins.c
4931 (enum arm_type_qualifiers): Add qualifier_lane_pair_index.
4932 (MAC_LANE_PAIR_QUALIFIERS): New.
4933 (arm_expand_builtin_args): Use it.
4934 (arm_expand_builtin_1): Likewise.
4935 * config/arm/arm-protos.h (neon_vcmla_lane_prepare_operands): New.
4936 * config/arm/arm.c (neon_vcmla_lane_prepare_operands): New.
4937 * config/arm/arm-c.c (arm_cpu_builtins): Add __ARM_FEATURE_COMPLEX.
4938 * config/arm/arm_neon.h:
4939 (vcadd_rot90_f16): New.
4940 (vcaddq_rot90_f16): New.
4941 (vcadd_rot270_f16): New.
4942 (vcaddq_rot270_f16): New.
4943 (vcmla_f16): New.
4944 (vcmlaq_f16): New.
4945 (vcmla_lane_f16): New.
4946 (vcmla_laneq_f16): New.
4947 (vcmlaq_lane_f16): New.
4948 (vcmlaq_laneq_f16): New.
4949 (vcmla_rot90_f16): New.
4950 (vcmlaq_rot90_f16): New.
4951 (vcmla_rot90_lane_f16): New.
4952 (vcmla_rot90_laneq_f16): New.
4953 (vcmlaq_rot90_lane_f16): New.
4954 (vcmlaq_rot90_laneq_f16): New.
4955 (vcmla_rot180_f16): New.
4956 (vcmlaq_rot180_f16): New.
4957 (vcmla_rot180_lane_f16): New.
4958 (vcmla_rot180_laneq_f16): New.
4959 (vcmlaq_rot180_lane_f16): New.
4960 (vcmlaq_rot180_laneq_f16): New.
4961 (vcmla_rot270_f16): New.
4962 (vcmlaq_rot270_f16): New.
4963 (vcmla_rot270_lane_f16): New.
4964 (vcmla_rot270_laneq_f16): New.
4965 (vcmlaq_rot270_lane_f16): New.
4966 (vcmlaq_rot270_laneq_f16): New.
4967 (vcadd_rot90_f32): New.
4968 (vcaddq_rot90_f32): New.
4969 (vcadd_rot270_f32): New.
4970 (vcaddq_rot270_f32): New.
4971 (vcmla_f32): New.
4972 (vcmlaq_f32): New.
4973 (vcmla_lane_f32): New.
4974 (vcmla_laneq_f32): New.
4975 (vcmlaq_lane_f32): New.
4976 (vcmlaq_laneq_f32): New.
4977 (vcmla_rot90_f32): New.
4978 (vcmlaq_rot90_f32): New.
4979 (vcmla_rot90_lane_f32): New.
4980 (vcmla_rot90_laneq_f32): New.
4981 (vcmlaq_rot90_lane_f32): New.
4982 (vcmlaq_rot90_laneq_f32): New.
4983 (vcmla_rot180_f32): New.
4984 (vcmlaq_rot180_f32): New.
4985 (vcmla_rot180_lane_f32): New.
4986 (vcmla_rot180_laneq_f32): New.
4987 (vcmlaq_rot180_lane_f32): New.
4988 (vcmlaq_rot180_laneq_f32): New.
4989 (vcmla_rot270_f32): New.
4990 (vcmlaq_rot270_f32): New.
4991 (vcmla_rot270_lane_f32): New.
4992 (vcmla_rot270_laneq_f32): New.
4993 (vcmlaq_rot270_lane_f32): New.
4994 (vcmlaq_rot270_laneq_f32): New.
4995 * config/arm/arm_neon_builtins.def (vcadd90, vcadd270, vcmla0, vcmla90,
4996 vcmla180, vcmla270, vcmla_lane0, vcmla_lane90, vcmla_lane180, vcmla_lane270,
4997 vcmla_laneq0, vcmla_laneq90, vcmla_laneq180, vcmla_laneq270,
4998 vcmlaq_lane0, vcmlaq_lane90, vcmlaq_lane180, vcmlaq_lane270): New.
4999 * config/arm/neon.md (neon_vcmla_lane<rot><mode>,
5000 neon_vcmla_laneq<rot><mode>, neon_vcmlaq_lane<rot><mode>): New.
5001 * config/arm/arm.c (arm_arch8_3, arm_arch8_4): New.
5002 * config/arm/arm.h (TARGET_COMPLEX, arm_arch8_3, arm_arch8_4): New.
5003 (arm_option_reconfigure_globals): Use them.
5004 * config/arm/iterators.md (VDF, VQ_HSF): New.
5005 (VCADD, VCMLA): New.
5006 (VF_constraint, rot, rotsplit1, rotsplit2): Add V4HF and V8HF.
5007 * config/arm/neon.md (neon_vcadd<rot><mode>, neon_vcmla<rot><mode>): New.
5008 * config/arm/unspecs.md (UNSPEC_VCADD90, UNSPEC_VCADD270,
5009 UNSPEC_VCMLA, UNSPEC_VCMLA90, UNSPEC_VCMLA180, UNSPEC_VCMLA270): New.
5010
5011 2019-01-10 Tamar Christina <tamar.christina@arm.com>
5012
5013 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers): Add qualifier_lane_pair_index.
5014 (emit-rtl.h): Include.
5015 (TYPES_QUADOP_LANE_PAIR): New.
5016 (aarch64_simd_expand_args): Use it.
5017 (aarch64_simd_expand_builtin): Likewise.
5018 (AARCH64_SIMD_FCMLA_LANEQ_BUILTINS, aarch64_fcmla_laneq_builtin_datum): New.
5019 (FCMLA_LANEQ_BUILTIN, AARCH64_SIMD_FCMLA_LANEQ_BUILTIN_BASE,
5020 AARCH64_SIMD_FCMLA_LANEQ_BUILTINS, aarch64_fcmla_lane_builtin_data,
5021 aarch64_init_fcmla_laneq_builtins, aarch64_expand_fcmla_builtin): New.
5022 (aarch64_init_builtins): Add aarch64_init_fcmla_laneq_builtins.
5023 (aarch64_expand_buildin): Add AARCH64_SIMD_BUILTIN_FCMLA_LANEQ0_V2SF,
5024 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ90_V2SF, AARCH64_SIMD_BUILTIN_FCMLA_LANEQ180_V2SF,
5025 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ2700_V2SF, AARCH64_SIMD_BUILTIN_FCMLA_LANEQ0_V4HF,
5026 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ90_V4HF, AARCH64_SIMD_BUILTIN_FCMLA_LANEQ180_V4HF,
5027 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ270_V4HF.
5028 * config/aarch64/iterators.md (FCMLA_maybe_lane): New.
5029 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Add __ARM_FEATURE_COMPLEX.
5030 * config/aarch64/aarch64-simd-builtins.def (fcadd90, fcadd270, fcmla0, fcmla90,
5031 fcmla180, fcmla270, fcmla_lane0, fcmla_lane90, fcmla_lane180, fcmla_lane270,
5032 fcmla_laneq0, fcmla_laneq90, fcmla_laneq180, fcmla_laneq270,
5033 fcmlaq_lane0, fcmlaq_lane90, fcmlaq_lane180, fcmlaq_lane270): New.
5034 * config/aarch64/aarch64-simd.md (aarch64_fcmla_lane<rot><mode>,
5035 aarch64_fcmla_laneq<rot>v4hf, aarch64_fcmlaq_lane<rot><mode>,aarch64_fcadd<rot><mode>,
5036 aarch64_fcmla<rot><mode>): New.
5037 * config/aarch64/arm_neon.h:
5038 (vcadd_rot90_f16): New.
5039 (vcaddq_rot90_f16): New.
5040 (vcadd_rot270_f16): New.
5041 (vcaddq_rot270_f16): New.
5042 (vcmla_f16): New.
5043 (vcmlaq_f16): New.
5044 (vcmla_lane_f16): New.
5045 (vcmla_laneq_f16): New.
5046 (vcmlaq_lane_f16): New.
5047 (vcmlaq_rot90_lane_f16): New.
5048 (vcmla_rot90_laneq_f16): New.
5049 (vcmla_rot90_lane_f16): New.
5050 (vcmlaq_rot90_f16): New.
5051 (vcmla_rot90_f16): New.
5052 (vcmlaq_laneq_f16): New.
5053 (vcmla_rot180_laneq_f16): New.
5054 (vcmla_rot180_lane_f16): New.
5055 (vcmlaq_rot180_f16): New.
5056 (vcmla_rot180_f16): New.
5057 (vcmlaq_rot90_laneq_f16): New.
5058 (vcmlaq_rot270_laneq_f16): New.
5059 (vcmlaq_rot270_lane_f16): New.
5060 (vcmla_rot270_laneq_f16): New.
5061 (vcmlaq_rot270_f16): New.
5062 (vcmla_rot270_f16): New.
5063 (vcmlaq_rot180_laneq_f16): New.
5064 (vcmlaq_rot180_lane_f16): New.
5065 (vcmla_rot270_lane_f16): New.
5066 (vcadd_rot90_f32): New.
5067 (vcaddq_rot90_f32): New.
5068 (vcaddq_rot90_f64): New.
5069 (vcadd_rot270_f32): New.
5070 (vcaddq_rot270_f32): New.
5071 (vcaddq_rot270_f64): New.
5072 (vcmla_f32): New.
5073 (vcmlaq_f32): New.
5074 (vcmlaq_f64): New.
5075 (vcmla_lane_f32): New.
5076 (vcmla_laneq_f32): New.
5077 (vcmlaq_lane_f32): New.
5078 (vcmlaq_laneq_f32): New.
5079 (vcmla_rot90_f32): New.
5080 (vcmlaq_rot90_f32): New.
5081 (vcmlaq_rot90_f64): New.
5082 (vcmla_rot90_lane_f32): New.
5083 (vcmla_rot90_laneq_f32): New.
5084 (vcmlaq_rot90_lane_f32): New.
5085 (vcmlaq_rot90_laneq_f32): New.
5086 (vcmla_rot180_f32): New.
5087 (vcmlaq_rot180_f32): New.
5088 (vcmlaq_rot180_f64): New.
5089 (vcmla_rot180_lane_f32): New.
5090 (vcmla_rot180_laneq_f32): New.
5091 (vcmlaq_rot180_lane_f32): New.
5092 (vcmlaq_rot180_laneq_f32): New.
5093 (vcmla_rot270_f32): New.
5094 (vcmlaq_rot270_f32): New.
5095 (vcmlaq_rot270_f64): New.
5096 (vcmla_rot270_lane_f32): New.
5097 (vcmla_rot270_laneq_f32): New.
5098 (vcmlaq_rot270_lane_f32): New.
5099 (vcmlaq_rot270_laneq_f32): New.
5100 * config/aarch64/aarch64.h (TARGET_COMPLEX): New.
5101 * config/aarch64/iterators.md (UNSPEC_FCADD90, UNSPEC_FCADD270,
5102 UNSPEC_FCMLA, UNSPEC_FCMLA90, UNSPEC_FCMLA180, UNSPEC_FCMLA270): New.
5103 (FCADD, FCMLA): New.
5104 (rot): New.
5105 * config/arm/types.md (neon_fcadd, neon_fcmla): New.
5106
5107 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
5108
5109 PR other/16615
5110
5111 * config/pa/pa.c: Change "can not" to "cannot".
5112 * gimple-ssa-evrp-analyze.c: Likewise.
5113 * ipa-icf.c: Likewise.
5114 * ipa-polymorphic-call.c: Likewise.
5115 * ipa-pure-const.c: Likewise.
5116 * lra-constraints.c: Likewise.
5117 * lra-remat.c: Likewise.
5118 * reload1.c: Likewise.
5119 * reorg.c: Likewise.
5120 * tree-ssa-uninit.c: Likewise.
5121
5122 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
5123
5124 PR other/16615
5125
5126 * Makefile.in: Mechanically replace "can not" with "cannot".
5127 * alias.c: Likewise.
5128 * builtins.c: Likewise.
5129 * calls.c: Likewise.
5130 * cgraph.c: Likewise.
5131 * cgraph.h: Likewise.
5132 * cgraphclones.c: Likewise.
5133 * cgraphunit.c: Likewise.
5134 * combine-stack-adj.c: Likewise.
5135 * combine.c: Likewise.
5136 * common/config/i386/i386-common.c: Likewise.
5137 * config/aarch64/aarch64.c: Likewise.
5138 * config/alpha/sync.md: Likewise.
5139 * config/arc/arc.c: Likewise.
5140 * config/arc/predicates.md: Likewise.
5141 * config/arm/arm-c.c: Likewise.
5142 * config/arm/arm.c: Likewise.
5143 * config/arm/arm.h: Likewise.
5144 * config/arm/arm.md: Likewise.
5145 * config/arm/cortex-r4f.md: Likewise.
5146 * config/csky/csky.c: Likewise.
5147 * config/csky/csky.h: Likewise.
5148 * config/darwin-f.c: Likewise.
5149 * config/epiphany/epiphany.md: Likewise.
5150 * config/i386/i386.c: Likewise.
5151 * config/i386/sol2.h: Likewise.
5152 * config/m68k/m68k.c: Likewise.
5153 * config/mcore/mcore.h: Likewise.
5154 * config/microblaze/microblaze.md: Likewise.
5155 * config/mips/20kc.md: Likewise.
5156 * config/mips/sb1.md: Likewise.
5157 * config/nds32/nds32.c: Likewise.
5158 * config/nds32/predicates.md: Likewise.
5159 * config/pa/pa.c: Likewise.
5160 * config/rs6000/e300c2c3.md: Likewise.
5161 * config/rs6000/rs6000.c: Likewise.
5162 * config/s390/s390.h: Likewise.
5163 * config/sh/sh.c: Likewise.
5164 * config/sh/sh.md: Likewise.
5165 * config/spu/vmx2spu.h: Likewise.
5166 * cprop.c: Likewise.
5167 * dbxout.c: Likewise.
5168 * df-scan.c: Likewise.
5169 * doc/cfg.texi: Likewise.
5170 * doc/extend.texi: Likewise.
5171 * doc/fragments.texi: Likewise.
5172 * doc/gty.texi: Likewise.
5173 * doc/invoke.texi: Likewise.
5174 * doc/lto.texi: Likewise.
5175 * doc/md.texi: Likewise.
5176 * doc/objc.texi: Likewise.
5177 * doc/rtl.texi: Likewise.
5178 * doc/tm.texi: Likewise.
5179 * dse.c: Likewise.
5180 * emit-rtl.c: Likewise.
5181 * emit-rtl.h: Likewise.
5182 * except.c: Likewise.
5183 * expmed.c: Likewise.
5184 * expr.c: Likewise.
5185 * fold-const.c: Likewise.
5186 * genautomata.c: Likewise.
5187 * gimple-fold.c: Likewise.
5188 * hard-reg-set.h: Likewise.
5189 * ifcvt.c: Likewise.
5190 * ipa-comdats.c: Likewise.
5191 * ipa-cp.c: Likewise.
5192 * ipa-devirt.c: Likewise.
5193 * ipa-fnsummary.c: Likewise.
5194 * ipa-icf.c: Likewise.
5195 * ipa-inline-transform.c: Likewise.
5196 * ipa-inline.c: Likewise.
5197 * ipa-polymorphic-call.c: Likewise.
5198 * ipa-profile.c: Likewise.
5199 * ipa-prop.c: Likewise.
5200 * ipa-pure-const.c: Likewise.
5201 * ipa-reference.c: Likewise.
5202 * ipa-split.c: Likewise.
5203 * ipa-visibility.c: Likewise.
5204 * ipa.c: Likewise.
5205 * ira-build.c: Likewise.
5206 * ira-color.c: Likewise.
5207 * ira-conflicts.c: Likewise.
5208 * ira-costs.c: Likewise.
5209 * ira-int.h: Likewise.
5210 * ira-lives.c: Likewise.
5211 * ira.c: Likewise.
5212 * ira.h: Likewise.
5213 * loop-invariant.c: Likewise.
5214 * loop-unroll.c: Likewise.
5215 * lower-subreg.c: Likewise.
5216 * lra-assigns.c: Likewise.
5217 * lra-constraints.c: Likewise.
5218 * lra-eliminations.c: Likewise.
5219 * lra-lives.c: Likewise.
5220 * lra-remat.c: Likewise.
5221 * lra-spills.c: Likewise.
5222 * lra.c: Likewise.
5223 * lto-cgraph.c: Likewise.
5224 * lto-streamer-out.c: Likewise.
5225 * postreload-gcse.c: Likewise.
5226 * predict.c: Likewise.
5227 * profile-count.h: Likewise.
5228 * profile.c: Likewise.
5229 * recog.c: Likewise.
5230 * ree.c: Likewise.
5231 * reload.c: Likewise.
5232 * reload1.c: Likewise.
5233 * reorg.c: Likewise.
5234 * resource.c: Likewise.
5235 * rtl.def: Likewise.
5236 * rtl.h: Likewise.
5237 * rtlanal.c: Likewise.
5238 * sched-deps.c: Likewise.
5239 * sched-ebb.c: Likewise.
5240 * sched-rgn.c: Likewise.
5241 * sel-sched-ir.c: Likewise.
5242 * sel-sched.c: Likewise.
5243 * shrink-wrap.c: Likewise.
5244 * simplify-rtx.c: Likewise.
5245 * symtab.c: Likewise.
5246 * target.def: Likewise.
5247 * toplev.c: Likewise.
5248 * tree-call-cdce.c: Likewise.
5249 * tree-cfg.c: Likewise.
5250 * tree-complex.c: Likewise.
5251 * tree-core.h: Likewise.
5252 * tree-eh.c: Likewise.
5253 * tree-inline.c: Likewise.
5254 * tree-loop-distribution.c: Likewise.
5255 * tree-nrv.c: Likewise.
5256 * tree-profile.c: Likewise.
5257 * tree-sra.c: Likewise.
5258 * tree-ssa-alias.c: Likewise.
5259 * tree-ssa-dce.c: Likewise.
5260 * tree-ssa-dom.c: Likewise.
5261 * tree-ssa-forwprop.c: Likewise.
5262 * tree-ssa-loop-im.c: Likewise.
5263 * tree-ssa-loop-ivcanon.c: Likewise.
5264 * tree-ssa-loop-ivopts.c: Likewise.
5265 * tree-ssa-loop-niter.c: Likewise.
5266 * tree-ssa-phionlycprop.c: Likewise.
5267 * tree-ssa-phiopt.c: Likewise.
5268 * tree-ssa-propagate.c: Likewise.
5269 * tree-ssa-threadedge.c: Likewise.
5270 * tree-ssa-threadupdate.c: Likewise.
5271 * tree-ssa-uninit.c: Likewise.
5272 * tree-ssanames.c: Likewise.
5273 * tree-streamer-out.c: Likewise.
5274 * tree.c: Likewise.
5275 * tree.h: Likewise.
5276 * vr-values.c: Likewise.
5277
5278 2019-01-09 Uroš Bizjak <ubizjak@gmail.com>
5279
5280 * config/i386/i386-protos.h (ix86_expand_xorsign): New prototype.
5281 (ix86_split_xorsign): Ditto.
5282 * config/i386/i386.c (ix86_expand_xorsign): New function.
5283 (ix86_split_xorsign): Ditto.
5284 * config/i386/i386.md (UNSPEC_XORSIGN): New unspec.
5285 (xorsign<mode>3): New expander.
5286 (xorsign<mode>3_1): New insn_and_split pattern.
5287 * config/i386/sse.md (xorsign<mode>3): New expander.
5288
5289 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
5290
5291 * config/sparc/sparc.md (*tablejump_sp32): Merge into...
5292 (*tablejump_sp64): Likewise.
5293 (*tablejump<P:mode>): ...this.
5294 (*call_address_sp32): Merge into...
5295 (*call_address_sp64): Likewise.
5296 (*call_address<P:mode>): ...this.
5297 (*call_symbolic_sp32): Merge into...
5298 (*call_symbolic_sp64): Likewise.
5299 (*call_symbolic<P:mode>): ...this.
5300 (call_value): Remove constraint and add predicate.
5301 (*call_value_address_sp32): Merge into...
5302 (*call_value_address_sp64): Likewise.
5303 (*call_value_address<P:mode>): ...this.
5304 (*call_value_symbolic_sp32): Merge into...
5305 (*call_value_symbolic_sp64): Likewise.
5306 (*call_value_symbolic<P:mode>): ...this.
5307 (*sibcall_symbolic_sp32): Merge into...
5308 (*sibcall_symbolic_sp64): Likewise.
5309 (*sibcall_symbolic<P:mode>): ...this.
5310 (sibcall_value): Remove constraint and add predicate.
5311 (*sibcall_value_symbolic_sp32): Merge into...
5312 (*sibcall_value_symbolic_sp64): Likewise.
5313 (*sibcall_value_symbolic<P:mode>): ...this.
5314 (window_save): Minor tweak.
5315 (*branch_sp32): Merge into...
5316 (*branch_sp64): Likewise.
5317 (*branch<P:mode>): ...this.
5318
5319 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
5320 James Clarke <jrtc27@jrtc27.com>
5321
5322 PR target/84010
5323 * config/sparc/sparc.c (sparc_legitimize_tls_address): Only use Pmode
5324 consistently in TLS address generation and adjust code to the renaming
5325 of patterns. Mark calls to __tls_get_addr as const.
5326 * config/sparc/sparc.md (tgd_hi22): Turn into...
5327 (tgd_hi22<P:mode>): ...this and use Pmode throughout.
5328 (tgd_lo10): Turn into...
5329 (tgd_lo10<P:mode>): ...this and use Pmode throughout.
5330 (tgd_add32): Merge into...
5331 (tgd_add64): Likewise.
5332 (tgd_add<P:mode>): ...this and use Pmode throughout.
5333 (tldm_hi22): Turn into...
5334 (tldm_hi22<P:mode>): ...this and use Pmode throughout.
5335 (tldm_lo10): Turn into...
5336 (tldm_lo10<P:mode>): ...this and use Pmode throughout.
5337 (tldm_add32): Merge into...
5338 (tldm_add64): Likewise.
5339 (tldm_add<P:mode>): ...this and use Pmode throughout.
5340 (tldm_call32): Merge into...
5341 (tldm_call64): Likewise.
5342 (tldm_call<P:mode>): ...this and use Pmode throughout.
5343 (tldo_hix22): Turn into...
5344 (tldo_hix22<P:mode>): ...this and use Pmode throughout.
5345 (tldo_lox10): Turn into...
5346 (tldo_lox10<P:mode>): ...this and use Pmode throughout.
5347 (tldo_add32): Merge into...
5348 (tldo_add64): Likewise.
5349 (tldo_add<P:mode>): ...this and use Pmode throughout.
5350 (tie_hi22): Turn into...
5351 (tie_hi22<P:mode>): ...this and use Pmode throughout.
5352 (tie_lo10): Turn into...
5353 (tie_lo10<P:mode>): ...this and use Pmode throughout.
5354 (tie_ld64): Use DImode throughout.
5355 (tie_add32): Merge into...
5356 (tie_add64): Likewise.
5357 (tie_add<P:mode>): ...this and use Pmode throughout.
5358 (tle_hix22_sp32): Merge into...
5359 (tle_hix22_sp64): Likewise.
5360 (tle_hix22<P:mode>): ...this and use Pmode throughout.
5361 (tle_lox22_sp32): Merge into...
5362 (tle_lox22_sp64): Likewise.
5363 (tle_lox22<P:mode>): ...this and use Pmode throughout.
5364 (*tldo_ldub_sp32): Merge into...
5365 (*tldo_ldub_sp64): Likewise.
5366 (*tldo_ldub<P:mode>): ...this and use Pmode throughout.
5367 (*tldo_ldub1_sp32): Merge into...
5368 (*tldo_ldub1_sp64): Likewise.
5369 (*tldo_ldub1<P:mode>): ...this and use Pmode throughout.
5370 (*tldo_ldub2_sp32): Merge into...
5371 (*tldo_ldub2_sp64): Likewise.
5372 (*tldo_ldub2<P:mode>): ...this and use Pmode throughout.
5373 (*tldo_ldsb1_sp32): Merge into...
5374 (*tldo_ldsb1_sp64): Likewise.
5375 (*tldo_ldsb1<P:mode>): ...this and use Pmode throughout.
5376 (*tldo_ldsb2_sp32): Merge into...
5377 (*tldo_ldsb2_sp64): Likewise.
5378 (*tldo_ldsb2<P:mode>): ...this and use Pmode throughout.
5379 (*tldo_ldub3_sp64): Use DImode throughout.
5380 (*tldo_ldsb3_sp64): Likewise.
5381 (*tldo_lduh_sp32): Merge into...
5382 (*tldo_lduh_sp64): Likewise.
5383 (*tldo_lduh<P:mode>): ...this and use Pmode throughout.
5384 (*tldo_lduh1_sp32): Merge into...
5385 (*tldo_lduh1_sp64): Likewise.
5386 (*tldo_lduh1<P:mode>): ...this and use Pmode throughout.
5387 (*tldo_ldsh1_sp32): Merge into...
5388 (*tldo_ldsh1_sp64): Likewise.
5389 (*tldo_ldsh1<P:mode>): ...this and use Pmode throughout.
5390 (*tldo_lduh2_sp64): Use DImode throughout.
5391 (*tldo_ldsh2_sp64): Likewise.
5392 (*tldo_lduw_sp32): Merge into...
5393 (*tldo_lduw_sp64): Likewise.
5394 (*tldo_lduw<P:mode>): ...this and use Pmode throughout.
5395 (*tldo_lduw1_sp64): Use DImode throughout.
5396 (*tldo_ldsw1_sp64): Likewise.
5397 (*tldo_ldx_sp64): Likewise.
5398 (*tldo_stb_sp32): Merge into...
5399 (*tldo_stb_sp64): Likewise.
5400 (*tldo_stb<P:mode>): ...this and use Pmode throughout.
5401 (*tldo_sth_sp32): Merge into...
5402 (*tldo_sth_sp64): Likewise.
5403 (*tldo_sth<P:mode>): ...this and use Pmode throughout.
5404 (*tldo_stw_sp32): Merge into...
5405 (*tldo_stw_sp64): Likewise.
5406 (*tldo_stw<P:mode>): ...this and use Pmode throughout.
5407 (*tldo_stx_sp64): Use DImode throughout.
5408
5409 2018-01-09 Sudakshina Das <sudi.das@arm.com>
5410
5411 * config/aarch64/aarch64.c (aarch64_override_options): Add case to
5412 check configure option to set BTI and Return Address Signing.
5413 * configure.ac: Add --enable-standard-branch-protection and
5414 --disable-standard-branch-protection.
5415 * configure: Regenerated.
5416 * doc/install.texi: Document the same.
5417
5418 2018-01-09 Sudakshina Das <sudi.das@arm.com>
5419 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5420
5421 * config.gcc (aarch64*-*-*): Add aarch64-bti-insert.o.
5422 * config/aarch64/aarch64.h: Update comment for TRAMPOLINE_SIZE.
5423 * config/aarch64/aarch64.c (aarch64_asm_trampoline_template): Update
5424 if bti is enabled.
5425 * config/aarch64/aarch64-bti-insert.c: New file.
5426 * config/aarch64/aarch64-passes.def (INSERT_PASS_BEFORE): Insert bti
5427 pass.
5428 * config/aarch64/aarch64-protos.h (make_pass_insert_bti): Declare the
5429 new bti pass.
5430 * config/aarch64/aarch64.md (unspecv): Add UNSPECV_BTI_NOARG,
5431 UNSPECV_BTI_C, UNSPECV_BTI_J and UNSPECV_BTI_JC.
5432 (bti_noarg, bti_j, bti_c, bti_jc): New define_insns.
5433 * config/aarch64/t-aarch64: Add rule for aarch64-bti-insert.o.
5434
5435 2018-01-09 Sudakshina Das <sudi.das@arm.com>
5436
5437 * config/aarch64/aarch64-protos.h (aarch64_bti_enabled): Declare.
5438 * config/aarch64/aarch64.c (aarch64_handle_no_branch_protection):
5439 Disable bti for -mbranch-protection=none.
5440 (aarch64_handle_standard_branch_protection): Enable bti for
5441 -mbranch-protection=standard.
5442 (aarch64_handle_bti_protection): Enable bti for "bti" in the string to
5443 -mbranch-protection.
5444 (aarch64_bti_enabled): Check if bti is enabled.
5445 * config/aarch64/aarch64.opt: Declare target variable.
5446 * doc/invoke.texi: Add bti to the -mbranch-protection documentation.
5447
5448 2018-01-09 Sudakshina Das <sudi.das@arm.com>
5449
5450 * config/aarch64/aarch64.c (aarch64_expand_prologue): Use new
5451 epilogue/prologue scratch registers EP0_REGNUM and EP1_REGNUM.
5452 (aarch64_expand_epilogue): Likewise.
5453 (aarch64_output_mi_thunk): Likewise
5454 * config/aarch64/aarch64.h (REG_CLASS_CONTENTS): Change
5455 TAILCALL_ADDR_REGS to x16 and x17.
5456 * config/aarch64/aarch64.md: Define EP0_REGNUM and EP1_REGNUM.
5457
5458 2018-01-09 Sudakshina Das <sudi.das@arm.com>
5459
5460 * config/aarch64/aarch64-option-extensions.def: Define
5461 AARCH64_OPT_EXTENSION for memtag, rng, sb, ssbs and predres.
5462 * config/aarch64/aarch64.h (AARCH64_FL_RNG): New.
5463 (AARCH64_FL_MEMTAG, ARCH64_FL_SB, AARCH64_FL_SSBS): New.
5464 (AARCH64_FL_PREDRES): New.
5465 (AARCH64_FL_FOR_ARCH8_5): Add AARCH64_FL_SB, AARCH64_FL_SSBS and
5466 AARCH64_FL_PREDRES by default.
5467 * doc/invoke.texi: Document rng, memtag, sb, ssbs and predres.
5468
5469 2018-01-09 Sudakshina Das <sudi.das@arm.com>
5470
5471 * config/aarch64/aarch64-arches.def: Define AARCH64_ARCH for
5472 ARMv8.5-A.
5473 * config/aarch64/aarch64.h (AARCH64_FL_V8_5): New.
5474 (AARCH64_FL_FOR_ARCH8_5, AARCH64_ISA_V8_5): New.
5475 * doc/invoke.texi: Document ARMv8.5-A.
5476
5477 2019-01-09 Alejandro Martinez <alejandro.martinezvicente@arm.com>
5478
5479 * config/aarch64/aarch64-sve.md (copysign<mode>3): New define_expand.
5480 (xorsign<mode>3): Likewise.
5481
5482 2019-01-09 Jelinek <jakub@redhat.com>
5483
5484 PR middle-end/88758
5485 * tree.c (initializer_each_zero_or_onep) <case VECTOR_CST>: Use
5486 vector_cst_elt instead of VECTOR_CST_ENCODED_ELT.
5487
5488 PR rtl-optimization/88331
5489 * function.c (assign_stack_local_1): Don't set dynamic_align_addr if
5490 not currently_expanding_to_rtl.
5491
5492 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
5493
5494 * doc/invoke.texi (-Os): Remove trailing spaces.
5495 (-finline-functions): Remove reference to -O2.
5496
5497 2019-01-08 Jakub Jelinek <jakub@redhat.com>
5498
5499 PR rtl-optimization/79593
5500 * config/i386/i386.md (reg = mem; mem = reg): New define_peephole2.
5501
5502 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Delegitimize
5503 UNSPEC_FUSION_GPR to its argument. Formatting fixes.
5504
5505 2019-01-08 Eric Botcazou <ebotcazou@adacore.com>
5506
5507 PR bootstrap/88721
5508 * config/sparc/sparc.c (function_arg_slotno): Set *PPREGNO & *PPADDING
5509 to -1 on entry.
5510
5511 PR debug/88723
5512 * config/sparc/sparc.c (sparc_delegitimize_address): Deal with naked
5513 UNSPECs and UNSPEC_MOVE_GOTDATA specifically.
5514
5515 2019-01-08 H.J. Lu <hongjiu.lu@intel.com>
5516
5517 PR target/88717
5518 * config/i386/i386.c (ix86_avx_u128_mode_exit): Call
5519 ix86_avx_u128_mode_entry.
5520
5521 2019-01-08 Martin Liska <mliska@suse.cz>
5522
5523 PR tree-optimization/88753
5524 * tree-switch-conversion.c (switch_conversion::build_one_array):
5525 Come up with local variable constructor. Convert first to
5526 type of constructor values.
5527
5528 2019-01-08 Richard Biener <rguenther@suse.de>
5529
5530 PR tree-optimization/86554
5531 * tree-ssa-sccvn.c (eliminate_dom_walker, rpo_elim,
5532 rpo_avail): Move earlier.
5533 (visit_nary_op): When value-numbering to expressions
5534 with different overflow behavior make sure there's an
5535 available expression on the path.
5536
5537 2019-01-08 Sam Tebbs <sam.tebbs@arm.com>
5538
5539 * config/aarch64/aarch64.c (BRANCH_PROTECT_STR_MAX,
5540 aarch64_parse_branch_protection,
5541 struct aarch64_branch_protect_type,
5542 aarch64_handle_no_branch_protection,
5543 aarch64_handle_standard_branch_protection,
5544 aarch64_validate_mbranch_protection,
5545 aarch64_handle_pac_ret_protection,
5546 aarch64_handle_attr_branch_protection,
5547 accepted_branch_protection_string,
5548 aarch64_pac_ret_subtypes,
5549 aarch64_branch_protect_types,
5550 aarch64_handle_pac_ret_leaf): Define.
5551 (aarch64_override_options_after_change_1, aarch64_override_options):
5552 Add check for accepted_branch_protection_string.
5553 (aarch64_option_save): Save accepted_branch_protection_string.
5554 (aarch64_option_restore): Save accepted_branch_protection_string.
5555 * config/aarch64/aarch64.c (aarch64_attributes): Add branch-protection.
5556 * config/aarch64/aarch64.opt: Add mbranch-protection. Deprecate
5557 msign-return-address.
5558 * doc/invoke.texi: Add mbranch-protection.
5559
5560 2019-01-08 Alan Modra <amodra@gmail.com>
5561
5562 PR target/88614
5563 * genattrtab.c (max_attr_value, min_attr_value, or_attr_value):
5564 Delete "unknownp" parameter. Adjust callers. Handle
5565 CONST_INT, PLUS, MINUS, and MULT.
5566 (attr_value_aligned): Renamed from or_attr_value.
5567 (min_attr_value): Return INT_MIN for unhandled rtl case..
5568 (min_fn): ..and translate to INT_MAX here.
5569 (write_length_unit_log): Modify to cope without "unknown".
5570 (write_attr_value): Handle IF_THEN_ELSE.
5571
5572 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
5573
5574 * tree-vect-stmts.c (vectorizable_store): Don't use the dataref_offset
5575 optimization for masked stores.
5576
5577 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
5578
5579 PR middle-end/88567
5580 * tree-vect-loop.c (get_initial_defs_for_reduction): Pass the
5581 output vector directly to duplicate_and_interleave instead of
5582 going through a temporary. Postpone insertion of ctor_seq to
5583 the end of the loop.
5584
5585 2019-01-07 Richard Earnshaw <rearnsha@arm.com>
5586
5587 PR target/86891
5588 * config/aarch64/aarch64.c (aarch64_expand_subvti): New parameter
5589 unsigned_p. Handle signed and unsigned overflow correction as
5590 required.
5591 * config/aarch64/aarch64-protos.h (aarch64_expand_subvti): Update
5592 prototype.
5593 * config/aarch64/aarch64.md (addv<mode>4): Use aarch64_plus_operand
5594 for operand 2.
5595 (add<mode>3_compareV_imm): Make this callable for expanding.
5596 (subv<GPI:mode>4): Use register_operand for operand 1. Use
5597 aarch64_plus_operand for operand 2.
5598 (subv<GPI:mode>_insn): New insn pattern.
5599 (subv<GPI:mode>_imm): Likewise.
5600 (negv<GPI:mode>3): New expand pattern.
5601 (negv<GPI:mode>_insn): New insn pattern.
5602 (negv<GPI:mode>_cmp_only): Likewise.
5603 (cmpv<GPI:mode>_insn): Likewise.
5604 (subvti4): Use register_operand for operand 1. Update call to
5605 aarch64_expand_subvti.
5606 (usubvti4): Likewise.
5607 (negvti3): New expand pattern.
5608 (negdi_carryout): New insn pattern.
5609 (negvdi_carryinV): New insn pattern.
5610 (sub<mode3>_compare1_imm): Delete named insn pattern, make anonymous
5611 version the named version.
5612 (peepholes to convert to sub<mode3>_compare1_imm): Adjust order of
5613 operands.
5614 (usub<GPI:mode>3_carryinC, usub<GPI:mode>3_carryinC_z1): New insn
5615 patterns.
5616 (usub<GPI:mode>3_carryinC_z2, usub<GPI:mode>3_carryinC): New insn
5617 patterns.
5618 (sub<mode>3_carryinCV, sub<mode>3_carryinCV_z1_z2): Delete.
5619 (sub<mode>3_carryinCV_z1, sub<mode>3_carryinCV_z2): Delete.
5620 (sub<mode>3_carryinCV): Delete.
5621 (sub<GPI:mode>3_carryinV): New expand pattern.
5622 sub<mode>3_carryinV, sub<mode>3_carryinV_z2): New insn patterns.
5623
5624 2019-01-07 Richard Biener <rguenther@suse.de>
5625
5626 * tree-ssa-uncprop.c (ssa_equip_hash_traits): Remove in favor
5627 of tree_operand_hash.
5628
5629 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
5630
5631 PR tree-optimization/88598
5632 * tree.h (single_nonzero_element): Declare.
5633 * tree.c (single_nonzero_element): New function.
5634 * match.pd: Fold certain reductions of X & CST to X[I] & CST[I]
5635 if I is the only nonzero element of CST.
5636
5637 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
5638
5639 PR tree-optimization/88598
5640 * tree.h (initializer_each_zero_or_onep): Declare.
5641 * tree.c (initializer_each_zero_or_onep): New function.
5642 (signed_or_unsigned_type_for): Handle float types too.
5643 (unsigned_type_for, signed_type_for): Update comments accordingly.
5644 * match.pd: Fold x * { 0 or 1, 0 or 1, ...} to
5645 x & { 0 or -1, 0 or -1, ... }.
5646
5647 2019-01-07 Jonathan Wakely <jwakely@redhat.com>
5648
5649 * doc/install.texi: Replace references to x86_64-unknown-linux-gnu
5650 with x86_64-pc-linux-gnu.
5651
5652 2019-01-07 Tom de Vries <tdevries@suse.de>
5653
5654 PR target/85486
5655 * config/nvptx/nvptx.c (has_vector_partitionable_routine_calls_p): New
5656 function.
5657 (nvptx_goacc_validate_dims): Force vl32 if calling vector-partitionable
5658 routines.
5659
5660 2019-01-07 Jakub Jelinek <jakub@redhat.com>
5661
5662 * config/i386/sse.md (vec_extract<mode><ssehalfvecmodelower>): Use
5663 V_256_512 iterator instead of V_512 and TARGET_AVX instead of
5664 TARGET_AVX512F as condition.
5665
5666 PR debug/88723
5667 * dwarf2out.c (const_ok_for_output_1): Remove redundant call to
5668 const_not_ok_for_debug_p target hook.
5669 (mem_loc_descriptor) <case UNSPEC>: Only call const_ok_for_output_1
5670 on UNSPEC and subexpressions thereof if all subexpressions of the
5671 UNSPEC are CONSTANT_P.
5672
5673 PR tree-optimization/88676
5674 * tree-ssa-phiopt.c (two_value_replacement): New function.
5675 (tree_ssa_phiopt_worker): Call it.
5676
5677 PR sanitizer/88619
5678 * cfgexpand.c (expand_stack_vars): Only align prev_offset to
5679 ASAN_MIN_RED_ZONE_SIZE, not to maximum of that and alignb.
5680
5681 PR c++/85052
5682 * tree-vect-generic.c: Include insn-config.h and recog.h.
5683 (expand_vector_piecewise): Add defaulted ret_type argument,
5684 if non-NULL, use that in preference to type for the result type.
5685 (expand_vector_parallel): Formatting fix.
5686 (do_vec_conversion, do_vec_narrowing_conversion,
5687 expand_vector_conversion): New functions.
5688 (expand_vector_operations_1): Call expand_vector_conversion
5689 for VEC_CONVERT ifn calls.
5690 * internal-fn.def (VEC_CONVERT): New internal function.
5691 * internal-fn.c (expand_VEC_CONVERT): New function.
5692 * fold-const-call.c (fold_const_vec_convert): New function.
5693 (fold_const_call): Use it for CFN_VEC_CONVERT.
5694 * doc/extend.texi (__builtin_convertvector): Document.
5695
5696 2019-01-07 Tom de Vries <tdevries@suse.de>
5697
5698 * config/nvptx/nvptx-protos.h (nvptx_output_red_partition): Declare.
5699 * config/nvptx/nvptx.c (vector_red_size, vector_red_align,
5700 vector_red_partition, vector_red_sym): New global variables.
5701 (nvptx_option_override): Initialize vector_red_sym.
5702 (nvptx_declare_function_name): Restore red_partition register.
5703 (nvptx_file_end): Emit code to declare the vector reduction variables.
5704 (nvptx_output_red_partition): New function.
5705 (nvptx_expand_shared_addr): Add vector argument. Use it to handle
5706 large vector reductions.
5707 (enum nvptx_builtins): Add NVPTX_BUILTIN_VECTOR_ADDR.
5708 (nvptx_init_builtins): Add VECTOR_ADDR.
5709 (nvptx_expand_builtin): Update call to nvptx_expand_shared_addr.
5710 Handle nvptx_expand_shared_addr.
5711 (nvptx_get_shared_red_addr): Add vector argument and handle large
5712 vectors.
5713 (nvptx_goacc_reduction_setup): Add offload_attrs argument and handle
5714 large vectors.
5715 (nvptx_goacc_reduction_init): Likewise.
5716 (nvptx_goacc_reduction_fini): Likewise.
5717 (nvptx_goacc_reduction_teardown): Likewise.
5718 (nvptx_goacc_reduction): Update calls to nvptx_goacc_reduction_{setup,
5719 init,fini,teardown}.
5720 (nvptx_init_axis_predicate): Initialize vector_red_partition.
5721 (nvptx_set_current_function): Init vector_red_partition.
5722 * config/nvptx/nvptx.md (UNSPECV_RED_PART): New unspecv.
5723 (nvptx_red_partition): New insn.
5724 * config/nvptx/nvptx.h (struct machine_function): Add red_partition.
5725
5726 2019-01-07 Tom de Vries <tdevries@suse.de>
5727
5728 PR target/85381
5729 * config/nvptx/nvptx.c (nvptx_process_pars): Don't emit barriers for
5730 empty loops.
5731
5732 2019-01-07 Tom de Vries <tdevries@suse.de>
5733
5734 * config/nvptx/nvptx.c (oacc_bcast_partition): Declare.
5735 (nvptx_option_override): Init oacc_bcast_partition.
5736 (nvptx_init_oacc_workers): New function.
5737 (nvptx_declare_function_name): Call nvptx_init_oacc_workers.
5738 (nvptx_needs_shared_bcast): New function.
5739 (nvptx_find_par): Generalize to enable vectors to use shared-memory
5740 to propagate state.
5741 (nvptx_shared_propagate): Initialize vector bcast partition and
5742 synchronization state.
5743 (nvptx_single): Generalize to enable vectors to use shared-memory
5744 to propagate state.
5745 (nvptx_process_pars): Likewise.
5746 (nvptx_set_current_function): Initialize oacc_broadcast_partition.
5747 * config/nvptx/nvptx.h (struct machine_function): Add
5748 bcast_partition and sync_bar members.
5749
5750 2019-01-07 Tom de Vries <tdevries@suse.de>
5751
5752 * config/nvptx/nvptx.c (nvptx_welformed_vector_length_p)
5753 (nvptx_apply_dim_limits): New function.
5754 (nvptx_goacc_validate_dims_1): Allow PTX_MAX_VECTOR_LENGTH larger than
5755 PTX_WARP_SIZE.
5756
5757 2019-01-07 Tom de Vries <tdevries@suse.de>
5758
5759 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Move warnings to
5760 as late as possible.
5761
5762 2019-01-07 Tom de Vries <tdevries@suse.de>
5763
5764 * config/nvptx/nvptx.c (PTX_VECTOR_LENGTH): Remove.
5765 (PTX_DEFAULT_VECTOR_LENGTH, PTX_MAX_VECTOR_LENGTH): Define.
5766 (nvptx_goacc_validate_dims_1, nvptx_dim_limit)
5767 (nvptx_goacc_reduction_fini): Use PTX_DEFAULT_VECTOR_LENGTH,
5768 PTX_MAX_VECTOR_LENGTH and PTX_WARP_SIZE instead of PTX_VECTOR_LENGTH.
5769
5770 2019-01-07 Tom de Vries <tdevries@suse.de>
5771
5772 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Add asserts.
5773
5774 2019-01-07 Tom de Vries <tdevries@suse.de>
5775
5776 * omp-offload.c (oacc_get_min_dim): New function.
5777 * omp-offload.h (oacc_get_min_dim): Declare.
5778
5779 2018-12-26 Mateusz B <mateuszb@poczta.onet.pl>
5780
5781 PR target/88521
5782 * config/i386/i386.c (function_value_ms_64): Return small sturct in
5783 AX_REG and float/double in FIRST_SSE_REG for 4 or 8 byte modes.
5784
5785 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
5786
5787 PR tree-opt/86020
5788 Revert:
5789 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
5790
5791 * ipa-inline.c (edge_badness): Use inlined_time instead of
5792 inline_summaries->get.
5793
5794 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
5795
5796 * opts.c (enable_fdo_optimizations): Enable
5797 version-loops-for-strides, loop-interchange, unrol-and-jam
5798 and tree-loop-distribution.
5799 * invoke.texi: Document newly enabled options.
5800
5801 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
5802
5803 * doc/invoke.texi (max-inline-insns-small): New parameters.
5804 * ipa-inline.c (want_early_inline_function_p): simplify.
5805 (want_inline_small_function_p): Fix pasto from previous patch;
5806 use max-inline-insns-small bound.
5807 * params.def (max-inline-insns-small): New param.
5808 * ipa-fnsummary.c (analyze_function_body): Initialize time/size
5809 variables correctly.
5810
5811 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
5812
5813 * doc/invoke.texi: Document max-inline-insns-size,
5814 uninlined-function-insns, uninlined-function-time,
5815 uninlined-thunk-insns and uninlined-thunk-time.
5816 * params.def: Add max-inline-insns-size,
5817 uninlined-function-insns, uninlined-function-time,
5818 uninlined-thunk-insns and uninlined-thunk-time.
5819 * ipa-fnsummary.c (compute_fn_summary, analyze_function_body): Use
5820 new parameters.
5821 * ipa-inline.c (can_inline_edge_by_limits_p,
5822 want_inline_small_function_p): Use new parameters.
5823
5824 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
5825
5826 * ipa-fnsummary.c (analyze_function_body): Fix accounting of time.
5827
5828 2019-01-05 Jakub Jelinek <jakub@redhat.com>
5829
5830 PR middle-end/82564
5831 PR target/88620
5832 * expr.c (expand_assignment): For calls returning VLA structures
5833 if to_rtx is not a MEM, force it into a stack temporary.
5834
5835 PR debug/88635
5836 * dwarf2out.c (const_ok_for_output_1): Reject MINUS that contains
5837 SYMBOL_REF, CODE_LABEL or UNSPEC in subexpressions of second argument.
5838 Reject PLUS that contains SYMBOL_REF, CODE_LABEL or UNSPEC in
5839 subexpressions of both operands.
5840 (mem_loc_descriptor): Handle UNSPEC if target hook acks it and all the
5841 subrtxes are CONSTANT_P.
5842 * config/i386/i386.c (ix86_const_not_ok_for_debug_p): Revert
5843 2018-11-09 changes.
5844
5845 2019-01-04 Jan Hubicka <hubicka@ucw.cz>
5846
5847 * params.def (hot-bb-count-ws-permille): Set to 990.
5848
5849 2019-01-04 Martin Sebor <msebor@redhat.com>
5850
5851 PR c/88546
5852 * attribs.c (decls_mismatched_attributes): Avoid warning for attribute
5853 leaf.
5854
5855 2019-01-04 Martin Sebor <msebor@redhat.com>
5856
5857 PR c/88363
5858 * doc/extend.texi (attribute alloc_align, alloc_size): Update.
5859
5860 2019-01-04 Jakub Jelinek <jakub@redhat.com>
5861
5862 * gdbinit.in: Turn off pagination for the skip commands, restore
5863 it to previous state afterwards.
5864
5865 2019-01-04 Jakub Jelinek <jakub@redhat.com>
5866
5867 PR target/88594
5868 * config/i386/i386.c (ix86_expand_divmod_libfunc): Use mode instead
5869 of GET_MODE (opN) as modes of the libcall arguments.
5870
5871 2019-01-04 Jan Beulich <jbeulich@suse.com>
5872
5873 * config/i386/sse.md
5874 (<avx512>_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>,
5875 <avx512>_cmp<mode>3<mask_scalar_merge_name>,
5876 <avx512>_ucmp<mode>3<mask_scalar_merge_name>,
5877 <avx512>_ucmp<mode>3<mask_scalar_merge_name>,
5878 avx512f_vmcmp<mode>3<round_saeonly_name>,
5879 avx512f_vmcmp<mode>3_mask<round_saeonly_name>,
5880 avx512f_maskcmp<mode>3,
5881 <avx512>_cvt<ssemodesuffix>2mask<mode>,
5882 <avx512>_cvt<ssemodesuffix>2mask<mode>,
5883 *<avx512>_cvtmask2<ssemodesuffix><mode>,
5884 *<avx512>_cvtmask2<ssemodesuffix><mode>,
5885 <avx512>_eq<mode>3<mask_scalar_merge_name>_1,
5886 <avx512>_eq<mode>3<mask_scalar_merge_name>_1,
5887 <avx512>_gt<mode>3<mask_scalar_merge_name>,
5888 <avx512>_gt<mode>3<mask_scalar_merge_name>,
5889 <avx512>_testm<mode>3<mask_scalar_merge_name>,
5890 <avx512>_testnm<mode>3<mask_scalar_merge_name>,
5891 *<avx512>_testm<VI1248_AVX512VLBW:mode>3_zext,
5892 *<avx512>_testm<VI1248_AVX512VLBW:mode>3_zext_mask,
5893 *<avx512>_testnm<VI1248_AVX512VLBW:mode>3_zext,
5894 *<avx512>_testnm<VI1248_AVX512VLBW:mode>3_zext_mask,
5895 avx512cd_maskb_vec_dup<mode>,
5896 avx512cd_maskw_vec_dup<mode>,
5897 avx512dq_fpclass<mode><mask_scalar_merge_name>,
5898 avx512dq_vmfpclass<mode>,
5899 avx512vl_vpshufbitqmb<mode><mask_scalar_merge_name>): Use =k
5900 instead of =Yk.
5901
5902 2019-01-03 Martin Sebor <msebor@redhat.com>
5903
5904 PR tree-optimization/88659
5905 * calls.c (maybe_warn_nonstring_arg): Avoid assuming maxlen is set.
5906
5907 2019-01-03 Aaron Sawdey <acsawdey@linux.ibm.com>
5908
5909 * config/rs6000/rs6000-string.c (expand_block_move): Don't use
5910 unaligned vsx and avoid lxvd2x/stxvd2x.
5911 (gen_lvx_v4si_move): New function.
5912
5913 2019-01-03 Tom de Vries <tdevries@suse.de>
5914
5915 * config/nvptx/nvptx.c (MACH_VECTOR_LENGTH, MACH_MAX_WORKERS): Define.
5916 (init_axis_dim, nvptx_mach_max_workers, nvptx_mach_vector_length): New
5917 function.
5918 * config/nvptx/nvptx.h (struct machine_function): Add axis_dims.
5919
5920 2019-01-03 Tom de Vries <tdevries@suse.de>
5921
5922 * config/nvptx/nvptx.c (struct offload_attrs): New.
5923 (populate_offload_attrs): New function. Factor mask extraction out of
5924 nvptx_reorg. Add extraction of dimensions.
5925 (nvptx_reorg): Use populate_offload_attrs.
5926
5927 2019-01-03 Tom de Vries <tdevries@suse.de>
5928
5929 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Add early-out
5930 cases for oacc_min_dims_p and routine_p. Add asserts for
5931 oacc_default_dims_p and offload_region_p.
5932
5933 2019-01-03 Tom de Vries <tdevries@suse.de>
5934
5935 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): New function,
5936 factored out of ...
5937 (nvptx_goacc_validate_dims): ... here.
5938
5939 2019-01-03 Jan Hubicka <hubicka@ucw.cz>
5940
5941 PR tree-optimization/85574
5942 * tree-ssa-uncprop.c (struct equiv_hash_elt): Remove unused
5943 structure.
5944 (struct ssa_equip_hash_traits): Declare.
5945 (val_ssa_equiv): Use custom hash traits using operand_equal_p.
5946
5947 2019-01-03 Jakub Jelinek <jakub@redhat.com>
5948
5949 PR debug/88644
5950 * dwarf2out.c (modified_type_die): If type is equal to sizetype,
5951 change it to qualified_type.
5952
5953 2019-01-03 Jan Hubicka <hubicka@ucw.cz>
5954
5955 * ipa-utils.c (scale_ipa_profile_for_fn): Break out from ...
5956 (ipa_merge_profiles): ... here; do not ICE on thunks and aliases.
5957
5958 2019-01-02 Martin Sebor <msebor@redhat.com>
5959 Jeff Law <law@redhat.com>
5960
5961 * gimple-fold.c (strlen_range_kind): Remove SRK_LENRANGE_2.
5962 (get_range_strlen_tree): Update appropriately.
5963 (get_range_strlen)
5964 * gimple-fold.h (get_range_strlen): Drop unused last argument.
5965
5966 * gimple-fold.c (gimple_fold_builtin_strlen): Use set_strlen_range
5967 rather than set_range_info.
5968 * tree-ssa-strlen.c (set_strlen_range): Extracted from
5969 maybe_set_strlen_range. Handle potentially boundary crossing
5970 cases more conservatively.
5971 (maybe_set_strlen_range): Parts refactored into set_strlen_range.
5972 Call set_strlen_range.
5973 * tree-ssa-strlen.h (set_strlen_range): Add prototype.
5974
5975 PR middle-end/88663
5976 * gimple-fold.c (get_range_strlen): Update prototype to no longer
5977 need the flexp argument.
5978 (get_range_strlen_tree): Drop flexp argument. Drop flexp argument
5979 from calls to get_range_strlen. Update comments. Just update
5980 VAL for an unterminated const char array and let the reset of the
5981 code handle it normally. No longer try to set *flexp. Adjust
5982 return value.
5983 (get_range_strlen): Update for the new get_range_strlen API.
5984 (get_maxval_strlen): Similarly.
5985 (gimple_fold_builtin_strlen): Handle update meaning of return value
5986 from get_range_strlen.
5987 * gimple-ssa-sprintf.c (get_string_length): Update for the new
5988 get_range_strlen API.
5989
5990 2019-01-02 Jan Hubicka <hubicka@ucw.cz>
5991
5992 PR lto/88130
5993 * varpool.c (varpool_node::ctor_useable_for_folding_p): Also return
5994 false at WPA time when body was removed.
5995
5996 2019-01-02 Martin Liska <mliska@suse.cz>
5997
5998 PR tree-optimization/88650
5999 * predict.c (set_even_probabilities): Calculate probability
6000 remainer only when really used.
6001
6002 2019-01-02 Richard Biener <rguenther@suse.de>
6003
6004 PR middle-end/88651
6005 * tree-data-ref.c (analyze_subscript_affine_affine): Use
6006 widest_ints when mangling max_stmt_execution results.
6007
6008 2019-01-02 Richard Biener <rguenther@suse.de>
6009
6010 PR tree-optimization/88621
6011 * tree-ssa-loop-im.c (gather_mem_refs_stmt): Fix pastos, avoid
6012 bitfields when canoncalizing.
6013
6014 2019-01-02 Richard Biener <rguenther@suse.de>
6015
6016 PR target/87545
6017 * config/i386/x86-tune-costs.h (intel_cost): Adjust
6018 cost of cheap SSE instruction.
6019
6020 2019-01-02 Richard Biener <rguenther@suse.de>
6021
6022 PR ipa/85574
6023 * ipa-icf.h (sem_item_optimizer::sort_congruence_split): Declare.
6024 * ipa-icf.c (sem_item_optimizer::sort_congruence_split): New
6025 function.
6026 (sem_item_optimizer::do_congruence_step_f): Sort the congruence
6027 set after UIDs before splitting them.
6028
6029 2019-01-01 Martin Sebor <msebor@redhat.com>
6030 Jeff Law <law@redhat.com>
6031
6032 * gimple-fold.c (get_range_strlen_tree): Record if the computed
6033 length is optimistic. If it is, then arrange to compute the
6034 conservative length as well.
6035
6036 * gimple-fold.h (get_range_strlen): Update prototype.
6037 * builtins.c (check_access): Update call to get_range_strlen to use
6038 c_strlen_data pointer. Change various variable accesses to instead
6039 pull data from the c_strlen_data structure.
6040 (check_strncat_sizes, expand_builtin_strncat): Likewise.
6041 * calls.c (maybe_warn_nonstring_arg): Likewise.
6042 * tree-ssa-strlen.c (maybe_diag_stxncpy_trunc): Likewise. Reset
6043 minimum length if maximum lengh is unknown.
6044 * gimple-ssa-sprintf.c (get_string_length): Likewise. Drop code
6045 that used c_strlen, it's no longer needed. Restructure slightly.
6046 (format_string): Set unlikely range appropriately.
6047 * gimple-fold.c (get_range_strlen): Update comments. Fix minor
6048 formatting issues.
6049 (get_range_strlen): Accept c_strlen_data pointer for external
6050 call sites as well. Pass through to call to internal get_range_strlen.
6051 Adjust minlen, maxlen and maxbound as needed.
6052 (get_maxval_strlen): Update comments.
6053 (gimple_fold_builtin_strlen): Update call to get_range_strlen
6054 to use c_strlen_data pointer. Change variable accesses to instead
6055 use c_strlen_data data members.
6056
6057 * gimple-fold.c (get_range_strlen): Update prototype.
6058 (get_range_strlen_tree): Update prototype. Drop minlen/maxlen
6059 local variables. Use pdata to return information to caller.
6060 Update calls to get_range_strlen. Update pdata->maxbound.
6061 (get_range_strlen -- static version): Similarly.
6062 (get_range_strlen -- extern version): Update for internal
6063 get_range_strlen API change. Convert to external data format.
6064 (get_maxval_strlen): Similarly.
6065
6066 2019-01-01 Jan Hubicka <hubicka@ucw.cz>
6067
6068 * coverage.c (get_coverage_counts): Use current_function_decl.
6069 * profile.c (read_thunk_profile): New function.
6070 (branch_prob): Add THUNK parameter.
6071 * tree-profile.c (tree_profiling): Handle thunks.
6072 * value-prof.c (init_node_map): Handle thunks.
6073 * value-prof.h (branch_prob): Upate prototype.
6074 (read_thunk_profile): Declare.
6075
6076 2019-01-01 Jakub Jelinek <jakub@redhat.com>
6077
6078 Update copyright years.
6079
6080 * gcc.c (process_command): Update copyright notice dates.
6081 * gcov-dump.c (print_version): Ditto.
6082 * gcov.c (print_version): Ditto.
6083 * gcov-tool.c (print_version): Ditto.
6084 * gengtype.c (create_file): Ditto.
6085 * doc/cpp.texi: Bump @copying's copyright year.
6086 * doc/cppinternals.texi: Ditto.
6087 * doc/gcc.texi: Ditto.
6088 * doc/gccint.texi: Ditto.
6089 * doc/gcov.texi: Ditto.
6090 * doc/install.texi: Ditto.
6091 * doc/invoke.texi: Ditto.
6092 \f
6093 Copyright (C) 2019 Free Software Foundation, Inc.
6094
6095 Copying and distribution of this file, with or without modification,
6096 are permitted in any medium without royalty provided the copyright
6097 notice and this notice are preserved.